.productsPage__list{padding:160px 0}@media(max-width:768px){.productsPage__list{padding:100px 0}}.productsPage__list{background:#f6f6f6}.productsPage__inner{max-width:1200px;margin:0 auto;padding:0 24px}@media(max-width:768px){.productsPage__inner{padding:0 16px}}.productsPage__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(360px,1fr));grid-gap:28px;gap:28px}.productsPage__card{background:#fff;border-radius:16px;border:1px solid rgba(0,0,0,.08);padding:40px 32px;box-shadow:0 4px 24px rgba(0,0,0,.06);transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s cubic-bezier(.22,1,.36,1),border-color .3s ease;position:relative}.productsPage__card_color_teal{border-left:4px solid #26dad2}.productsPage__card_color_blue{border-left:4px solid #4a90e2}.productsPage__card_color_purple{border-left:4px solid #9b59b6}.productsPage__card:hover{transform:translateY(-6px);box-shadow:0 12px 40px rgba(0,0,0,.12);border-color:rgba(38,218,210,.2)}.productsPage__cardLink{text-decoration:none;color:inherit;display:block}.productsPage__cardHeader{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.productsPage__cardIcon{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;transition:background .3s ease}.productsPage__cardIcon_color_teal{background:rgba(38,218,210,.08)}.productsPage__cardIcon_color_blue{background:rgba(74,144,226,.08)}.productsPage__cardIcon_color_purple{background:rgba(155,89,182,.08)}.productsPage__icon{width:28px;height:28px;stroke-width:1.5}.productsPage__cardIcon_color_teal .productsPage__icon{color:#26dad2}.productsPage__cardIcon_color_blue .productsPage__icon{color:#4a90e2}.productsPage__cardIcon_color_purple .productsPage__icon{color:#9b59b6}.productsPage__cardStatus{font-size:.75rem;padding:5px 12px;border-radius:9999px;font-weight:600;font-family:var(--font-zen-kaku-gothic-new),"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif}.productsPage__cardStatus_type_done{background:rgba(34,197,94,.1);color:#16a34a}.productsPage__cardStatus_type_dev{background:rgba(38,218,210,.1);color:#0d8f88}.productsPage__cardTitle{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700;color:#0b1120;margin-bottom:6px;line-height:1.3;font-family:var(--font-manrope),"Helvetica Neue",Arial,sans-serif}.productsPage__cardSubtitle{margin-bottom:16px}.productsPage__cardDescription,.productsPage__cardSubtitle{font-size:1rem;color:#6b7280;font-family:var(--font-zen-kaku-gothic-new),"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif}.productsPage__cardDescription{line-height:1.8;margin-bottom:24px}.productsPage__cardFeatures{list-style:none;padding:0;margin:0 0 28px;display:flex;flex-direction:column;gap:8px}.productsPage__cardFeature{font-size:.875rem;color:#6b7280;font-family:var(--font-zen-kaku-gothic-new),"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;position:relative;padding:6px 0 6px 24px}.productsPage__cardFeature:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:16px;height:16px;background:rgba(38,218,210,.1);border-radius:50%}.productsPage__cardFeature:after{content:"✓";position:absolute;left:3px;top:50%;transform:translateY(-50%);color:#26dad2;font-size:10px;font-weight:700}.productsPage__cardFooter{padding-top:20px;border-top:1px solid rgba(0,0,0,.08)}.productsPage__ctaBridge{max-width:640px;margin:48px auto 0;text-align:center;padding:48px 40px;background:#fff;border-radius:16px;border:1px solid rgba(0,0,0,.08);box-shadow:0 4px 24px rgba(0,0,0,.06)}@media(max-width:768px){.productsPage__ctaBridge{padding:40px 24px;margin-top:32px}}.productsPage__ctaBridgeIcon{width:56px;height:56px;border-radius:50%;background:rgba(38,218,210,.1);color:#26dad2;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.productsPage__ctaBridgeTitle{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin-bottom:12px;line-height:1.4}.productsPage__ctaBridgeText{font-size:1rem;line-height:1.8;color:#6b7280;margin-bottom:28px}@media(max-width:768px){.productsPage__grid{grid-template-columns:1fr;gap:24px}.productsPage__card{padding:32px 24px}}