body.feature-page .landing-main{padding-top:0}.feature-page main{color:var(--muted);padding-bottom:80px}.feature-breadcrumb{color:var(--muted);padding:28px 0 8px;font-size:.82rem;font-weight:600}.feature-breadcrumb a{color:var(--navy)}.feature-breadcrumb a:hover{color:var(--red)}.feature-breadcrumb span{opacity:.45;margin:0 8px}.feature-hero{padding:24px 0 48px}.feature-hero-grid{grid-template-columns:1fr minmax(0,480px);align-items:center;gap:clamp(32px,5vw,64px);display:grid}.feature-hero-grid.reverse{direction:rtl}.feature-hero-grid.reverse>*{direction:ltr}.feature-hero-copy .section-label{margin-bottom:12px}.feature-hero-title{font-family:var(--font-sans);color:var(--navy);letter-spacing:-.03em;margin-bottom:16px;font-size:clamp(1.65rem,4vw,2.35rem);font-weight:700;line-height:1.15}.feature-hero-lead{color:var(--muted);max-width:52ch;margin-bottom:24px;font-size:1.05rem;font-weight:500;line-height:1.7}.feature-hero-actions{flex-wrap:wrap;gap:12px;display:flex}.feature-hero-visual .media-stage{padding:18px}.feature-hero-visual--wide{max-width:560px;margin-inline:auto}.feature-hero-visual--duo .media-duo{gap:12px}.feature-section{border-top:1px solid var(--border);padding:56px 0}.feature-section.alt{background:linear-gradient(#fafbff 0%,#fff 100%)}.feature-section h2{font-family:var(--font-sans);color:var(--navy);margin-bottom:12px;font-size:clamp(1.2rem,2.5vw,1.5rem);font-weight:600}.feature-section>.container>p.section-intro{color:var(--muted);max-width:720px;margin-bottom:32px;font-weight:500;line-height:1.65}.detail-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.detail-card{background:var(--white);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:20px;padding:28px 26px}.detail-card h3{font-family:var(--font-sans);color:var(--navy);margin-bottom:10px;font-size:.92rem;font-weight:600}.detail-card p,.detail-card ul{color:var(--muted);font-size:.9rem;font-weight:500;line-height:1.6}.detail-card ul li{padding:5px 0 5px 18px;position:relative}.detail-card ul li:before{content:"";background:var(--red);border-radius:50%;width:6px;height:6px;position:absolute;top:11px;left:0}.feature-gallery{margin-top:28px}.feature-gallery .media-stage{max-width:900px;margin-inline:auto}.feature-deep-dive{border-top:1px solid var(--border);padding:56px 0}.feature-deep-dive.alt{background:linear-gradient(#fafbff 0%,#fff 100%)}.feature-deep-dive-grid{grid-template-columns:1fr minmax(0,520px);align-items:center;gap:clamp(28px,4vw,56px);display:grid}.feature-deep-dive--reverse .feature-deep-dive-grid{direction:rtl}.feature-deep-dive--reverse .feature-deep-dive-grid>*{direction:ltr}.feature-deep-dive h2{font-family:var(--font-sans);color:var(--navy);margin-bottom:14px;font-size:clamp(1.1rem,2.2vw,1.45rem);font-weight:600}.feature-deep-dive-lead{color:var(--muted);max-width:48ch;margin-bottom:18px;font-size:.95rem;font-weight:500;line-height:1.65}.feature-deep-dive-copy ul{color:var(--muted);font-size:.88rem;font-weight:500;line-height:1.55}.feature-deep-dive-copy ul li{padding:6px 0 6px 18px;position:relative}.feature-deep-dive-copy ul li:before{content:"";background:var(--red);border-radius:50%;width:6px;height:6px;position:absolute;top:12px;left:0}.feature-deep-dive-visual .media-stage{padding:16px}.feature-deep-dive-visual .media-frame img{width:auto;max-width:100%;max-height:520px;margin-inline:auto;display:block}.feature-related{padding:48px 0 0}.feature-related h2{font-family:var(--font-sans);color:var(--navy);margin-bottom:20px;font-size:1.1rem}.related-links{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.related-links a{border:1px solid var(--border);color:var(--navy);border-radius:14px;padding:16px 18px;font-size:.88rem;font-weight:700;transition:border-color .2s,background .2s;display:block}.related-links a:hover{background:#ff21030a;border-color:#ff210359}.related-links a em{color:var(--muted);margin-top:4px;font-size:.75rem;font-style:normal;font-weight:500;display:block}.features-index-intro{text-align:center;padding:32px 0 40px}.features-index-hero{text-align:center;max-width:640px;margin-inline:auto;padding:48px 0 32px}.features-index-grid{grid-template-columns:repeat(3,1fr);gap:20px;padding-bottom:64px;display:grid}.feature-index-card{border:1px solid var(--border);background:var(--white);box-shadow:var(--shadow);transition:transform .35s var(--ease), box-shadow .35s;border-radius:20px;padding:24px 22px}.feature-index-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.feature-index-card .tag{text-transform:uppercase;letter-spacing:.06em;color:var(--red);margin-bottom:8px;font-size:.7rem;font-weight:700}.feature-index-card h2{font-family:var(--font-sans);color:var(--navy);margin-bottom:8px;font-size:.95rem}.feature-index-card p{color:var(--muted);font-size:.85rem;font-weight:500;line-height:1.5}.nav-features-dropdown{position:relative}.nav-features-panel{background:var(--white);border:1px solid var(--border);width:min(320px,90vw);box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;z-index:1001;border-radius:16px;max-height:70vh;padding:12px;transition:opacity .25s,transform .25s,visibility .25s;position:absolute;top:calc(100% + 8px);right:0;overflow-y:auto;transform:translateY(8px)}.nav-item.open .nav-features-panel{opacity:1;visibility:visible;transform:translateY(0)}.nav-features-panel a{color:var(--navy);border-radius:10px;padding:10px 12px;font-size:.85rem;font-weight:600;display:block}.nav-features-panel a:hover{background:#1618520d}.nav-features-panel a small{color:var(--muted);margin-top:2px;font-size:.75rem;font-weight:500;display:block}@media (width<=1024px){.feature-hero-grid,.feature-hero-grid.reverse,.feature-deep-dive-grid,.feature-deep-dive--reverse .feature-deep-dive-grid{direction:ltr;grid-template-columns:1fr}.feature-deep-dive-visual,.feature-hero-visual{order:-1}.detail-grid,.features-index-grid,.related-links{grid-template-columns:1fr}}
