.feature-subnav{z-index:20;backdrop-filter:blur(8px);border-bottom:1px solid var(--border);background:#fffffff5;margin-top:72px;position:sticky;top:72px}.feature-subnav-inner{max-width:var(--max-width);scrollbar-width:none;white-space:nowrap;align-items:center;gap:10px;margin:0 auto;padding:10px 24px;display:flex;overflow-x:auto}.feature-subnav-inner::-webkit-scrollbar{display:none}.feature-subnav a,.feature-subnav span{color:var(--text-light);align-items:center;padding:10px 0 6px;font-size:1rem;line-height:1;text-decoration:none;display:inline-flex}.feature-subnav a:hover{color:var(--primary)}.feature-subnav .subnav-back{color:var(--primary);border-right:1px solid var(--border);margin-right:4px;padding-right:14px;font-weight:600}.feature-subnav .subnav-category{color:var(--text-light);font-weight:400}.feature-subnav a[aria-current=page]{color:var(--primary);box-shadow:inset 0 -2px 0 var(--accent);font-weight:600}.feature-hero-shot img{border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-lg);aspect-ratio:16/10;object-fit:cover;object-position:top center}.feature-hero-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:48px;display:grid}.feature-body>section>p,.feature-body .feature-hero-grid .seo-lead{max-width:none}.feature-highlights{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 40px;margin:0;padding:0;list-style:none;display:grid}.seo-body .feature-highlights li{max-width:46ch;margin:0;padding:6px 0 6px 30px;position:relative}.feature-highlights li:before{content:"✓";color:var(--accent-strong);font-weight:700;position:absolute;top:8px;left:0}.bill-anatomy{border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);background:#fff;overflow:hidden}.bill-anatomy-head{background:var(--bg-light);border-bottom:1px solid var(--border);color:var(--primary);padding:18px 24px;font-weight:600}.bill-line{border-top:1px solid var(--border);grid-template-columns:200px 220px minmax(0,1fr);align-items:baseline;gap:20px;padding:18px 24px;display:grid}.bill-line:first-of-type{border-top:0}.bill-line .bill-label{color:var(--dark);font-weight:600}.bill-line .bill-value{color:var(--primary);font-weight:600}.seo-body .bill-line .bill-note{color:var(--text-light);margin:0;font-size:.95rem;line-height:1.65}.bill-line.is-total{background:var(--bg-light);border-top:2px solid var(--accent-strong)}.flow-strip{counter-reset:flowstep;gap:14px;display:grid}.flow-step{counter-increment:flowstep;border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);background:#fff;padding:20px 24px 20px 68px;position:relative}.flow-step:before{content:counter(flowstep);background:var(--accent-strong);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.9rem;font-weight:700;display:flex;position:absolute;top:20px;left:24px}.flow-step strong{color:var(--dark);margin-bottom:4px;font-weight:600;display:block}.seo-body .flow-step span{color:var(--text-light);font-size:.97rem;line-height:1.7}.board-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.board-col{border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);background:#fff;overflow:hidden}.board-col h3{color:var(--dark);background:var(--bg-light);border-bottom:2px solid var(--accent);margin:0;padding:16px 20px;font-size:1rem}.board-col ul{margin:0;padding:14px 18px;list-style:none}.seo-body .board-col li{color:var(--text-light);margin:0 0 10px;padding-left:16px;font-size:.95rem;line-height:1.65;position:relative}.seo-body .board-col li:last-child{margin-bottom:0}.board-col li:before{content:"";background:var(--primary);border-radius:50%;width:6px;height:6px;position:absolute;top:11px;left:0}.phone-row{grid-template-columns:repeat(3,minmax(0,1fr));justify-items:center;gap:24px;display:grid}.phone-row.cols-2{grid-template-columns:repeat(2,minmax(0,1fr));max-width:620px;margin:0 auto}.phone-frame{text-align:center;width:100%;max-width:260px}.phone-frame .phone-shell{border:8px solid var(--dark);background:var(--dark);box-shadow:var(--shadow-lg);border-radius:28px;overflow:hidden}.phone-frame img{aspect-ratio:9/17;object-fit:cover;object-position:top center;background:#fff;width:100%;display:block}.seo-body .phone-frame p{color:var(--text-light);margin:12px 0 0;font-size:.92rem;line-height:1.6}.metric-strip{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:14px;display:grid}.metric-tile{background:var(--bg-light);border:1px solid var(--border);border-radius:var(--radius);padding:22px}.metric-tile strong{color:var(--primary);margin-bottom:6px;font-size:1.15rem;font-weight:600;display:block}.seo-body .metric-tile span{color:var(--text-light);font-size:.93rem;line-height:1.6;display:block}.spec-list{border-top:1px solid var(--border)}.spec-row{border-bottom:1px solid var(--border);grid-template-columns:240px minmax(0,1fr);gap:24px;padding:18px 0;display:grid}.spec-row dt{color:var(--primary);font-weight:600}.seo-body .spec-row dd{color:var(--text);margin:0;line-height:1.8}.screen-stack{gap:28px;display:grid}.screen-stack figure{margin:0}.screen-stack img{border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow)}.seo-body .screen-stack figcaption{color:var(--text-light);margin-top:10px;font-size:.92rem}@media (width<=900px){.board-grid,.phone-row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.feature-subnav{top:64px}.feature-hero-grid,.feature-highlights,.board-grid,.phone-row,.phone-row.cols-2{grid-template-columns:1fr}.feature-hero-grid{gap:24px}.feature-hero-shot{order:-1}.feature-hero-shot img{aspect-ratio:3/4}.bill-line{grid-template-columns:1fr;gap:4px}.spec-row{grid-template-columns:1fr;gap:6px}.flow-step{padding:18px 18px 18px 58px}.flow-step:before{left:18px}.phone-frame{max-width:220px}.feature-nav{flex-direction:column;align-items:flex-start;gap:10px}}.section-shot{margin:36px 0 0}.section-shot img{border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow)}.seo-body .section-shot figcaption{color:var(--primary);margin:0 0 12px;font-size:1rem;font-weight:600}.more-screens{border-top:1px solid var(--border);margin-top:36px;padding-top:24px}.more-screens summary{cursor:pointer;color:var(--accent-strong);font-weight:600;list-style:inside disclosure-closed;display:list-item}.more-screens[open]>summary{margin-bottom:28px;list-style-type:disclosure-open}.seo-body .more-screens .screen-stack{gap:32px}.feature-hero-full{max-width:100%}.seo-hero--full .seo-lead{max-width:68ch}.seo-hero--full h1{font-size:clamp(1.875rem,3.4vw,3rem)}.feature-hero-photo{margin-top:72px}.feature-subnav~.feature-hero-photo{margin-top:0}.feature-hero-photo{background-image:linear-gradient(#035165d1, #035165d1), var(--band-image);text-align:center;background-position:50%;background-size:cover;justify-content:center;align-items:center;min-height:360px;padding:72px 0;display:flex}.feature-hero-photo .seo-container,.feature-hero-photo .container{width:100%}.feature-hero-photo .feature-hero-full{max-width:64ch;margin:0 auto}.feature-hero-photo h1{max-width:30ch;margin-left:auto;margin-right:auto}.feature-hero-photo .seo-eyebrow{color:#ffffffd9}.feature-hero-photo .seo-updated{color:#ffffffb3}.feature-hero-photo .btn-primary{color:var(--primary);background:#fff}.feature-hero-photo .btn-secondary,.feature-hero-photo .btn-outline{color:#fff;border-color:#fff}.feature-hero-photo h1{color:#fff;margin:0 auto 4px}.feature-hero-photo h1 .hl{color:#7ee08f;display:inline-block}.feature-hero-photo .seo-lead{color:#ffffffeb;max-width:58ch;margin:0 auto}@media (width<=760px){.feature-hero-photo{min-height:280px;padding:56px 0}.feature-hero-photo .feature-hero-full{max-width:none}}.feature-body section,.feature-body .content-section{padding-top:88px;padding-bottom:88px}.feature-body section:first-child{padding-top:72px}.feature-body h2{margin-bottom:36px}.feature-body>section>p,.feature-body .feature-body .section-shot,.feature-body figure,.feature-body picture{margin-top:36px;margin-bottom:8px;display:block}.feature-body .more-screens{margin-top:40px}@media (width<=760px){.feature-body section,.feature-body .content-section{padding-top:64px;padding-bottom:64px}.feature-body h2{margin-bottom:28px}}.feature-body section.feature-answer{padding-top:0;padding-bottom:56px}.feature-body .feature-answer p{max-width:66ch;margin:0;font-size:1.125rem;line-height:1.85}.feature-hero-photo .section-header h1,.feature-hero-photo h1{color:#fff}.feature-hero-photo h1 .hl,.feature-hero-photo .h1-accent{color:#7ee08f}.feature-hero-photo .section-header p,.feature-hero-photo .section-label{color:#ffffffe0}.feature-hero-photo .hero-actions{justify-content:center;gap:16px;margin-top:28px;display:flex}.audience-lead{text-align:center;max-width:66ch;margin:0 auto 8px}
