:root {
    --navy: #0b2533;
    --navy-soft: #163b48;
    --ink: #17313c;
    --muted: #60727a;
    --cream: #f8f7f1;
    --white: #fff;
    --line: #dfe6e4;
    --soft: #edf4f1;
    --success: #247a55;
    --warning: #9b5d17;
    --danger: #a93838;
    --shadow-sm: 0 8px 24px rgba(11, 37, 51, .08);
    --shadow-lg: 0 28px 70px rgba(11, 37, 51, .16);
    --radius-sm: 10px;
    --radius: 18px;
    --radius-lg: 30px;
    --container: 1180px;
    color-scheme: light;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; }
[hidden] { display: none !important; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; z-index: 200; left: 16px; top: 12px; padding: 10px 16px; color: var(--white); background: var(--navy); border-radius: 8px; transform: translateY(-160%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }
.icon { width: 1.25em; height: 1.25em; flex: 0 0 auto; }
:focus-visible { outline: 3px solid color-mix(in srgb, var(--accent), white 18%); outline-offset: 3px; }

.site-header { position: sticky; z-index: 80; top: 0; border-bottom: 1px solid rgba(13, 92, 99, .08); background: rgba(248, 247, 241, .94); backdrop-filter: blur(14px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; color: var(--white); background: var(--brand); border-radius: 13px 13px 13px 5px; transform: rotate(-2deg); }
.brand-mark .icon { width: 22px; height: 22px; }
.brand-logo { width: 42px; height: 42px; display: block; flex: 0 0 auto; object-fit: contain; border-radius: 10px; }
.brand-copy { min-width: 0; display: grid; line-height: 1.2; }
.brand-copy strong { color: var(--navy); font-size: 1.06rem; letter-spacing: -.02em; }
.brand-copy small { max-width: 245px; margin-top: 3px; overflow: hidden; color: var(--muted); font-size: .72rem; text-overflow: ellipsis; white-space: nowrap; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav > a { position: relative; min-height: 42px; display: inline-flex; align-items: center; color: #435a63; font-size: .91rem; font-weight: 650; }
.main-nav > a::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: var(--brand); transform: scaleX(0); transform-origin: left; transition: transform .18s ease; }
.main-nav > a:hover::after { transform: scaleX(1); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 1px solid var(--line); border-radius: 12px; background: var(--white); place-items: center; }
.nav-toggle .menu-close { display: none; }
.nav-toggle[aria-expanded="true"] .menu-open { display: none; }
.nav-toggle[aria-expanded="true"] .menu-close { display: block; }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 22px; border: 1px solid var(--brand); color: var(--white); background: var(--brand); border-radius: 12px; box-shadow: 0 9px 22px color-mix(in srgb, var(--brand), transparent 78%); cursor: pointer; font-weight: 750; line-height: 1.2; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 13px 26px color-mix(in srgb, var(--brand), transparent 72%); }
.button--small { min-height: 42px; padding: 10px 17px; font-size: .89rem; }
.button--wide { width: 100%; }
.button--outline { color: var(--brand); background: transparent; box-shadow: none; }
.button--light { color: var(--navy); background: var(--white); border-color: var(--white); box-shadow: var(--shadow-sm); }
.button--accent { background: var(--accent); border-color: var(--accent); box-shadow: 0 9px 22px color-mix(in srgb, var(--accent), transparent 76%); }
.text-link { min-height: 36px; display: inline-flex; align-items: center; gap: 7px; color: var(--brand); font-weight: 750; text-decoration: underline; text-decoration-color: color-mix(in srgb, var(--brand), transparent 65%); text-underline-offset: 5px; }
.text-link:hover { text-decoration-color: var(--brand); }
.eyebrow { margin: 0 0 12px; color: var(--brand); font-size: .76rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }

.flash-stack { position: fixed; z-index: 160; top: 96px; right: 22px; width: min(390px, calc(100% - 44px)); display: grid; gap: 10px; }
.flash { display: flex; align-items: flex-start; gap: 10px; padding: 14px 16px; border: 1px solid var(--line); background: var(--white); border-radius: 12px; box-shadow: var(--shadow-lg); font-size: .9rem; }
.flash--success { border-color: #b7dbc9; color: #17593d; }
.flash--warning { border-color: #ecd2a8; color: #744411; }

.hero { position: relative; overflow: clip; min-height: 710px; padding: 54px 0 28px; color: var(--white); background: var(--navy); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .055; background-image: linear-gradient(rgba(255,255,255,.8) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.8) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to bottom, #000, transparent 85%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(4px); pointer-events: none; }
.hero-glow--one { width: 430px; height: 430px; top: -220px; right: 4%; background: radial-gradient(circle, color-mix(in srgb, var(--brand), white 18%) 0, transparent 68%); opacity: .55; }
.hero-glow--two { width: 360px; height: 360px; bottom: -260px; left: 4%; background: radial-gradient(circle, var(--accent) 0, transparent 70%); opacity: .17; }
.hero .container { position: relative; z-index: 1; }
.trust-kicker { display: flex; align-items: center; gap: 9px; margin-bottom: 18px; color: #b9cccf; font-size: .78rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.trust-kicker span { width: 8px; height: 8px; background: #63d7a3; border-radius: 50%; box-shadow: 0 0 0 5px rgba(99, 215, 163, .12); }
.carousel-viewport { min-height: 500px; }
.hero-slide { min-height: 500px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); align-items: center; gap: clamp(40px, 7vw, 100px); }
.hero-copy { padding: 34px 0 28px; }
.hero-copy .eyebrow, .final-cta .eyebrow { color: #8be0bd; }
.hero-title, .hero-empty h1 { max-width: 720px; margin: 0; color: var(--white); font-size: clamp(2.8rem, 5.3vw, 5.25rem); line-height: .99; letter-spacing: -.057em; text-wrap: balance; }
.hero-description { max-width: 660px; margin: 25px 0 0; color: #c9d7da; font-size: clamp(1.03rem, 1.5vw, 1.21rem); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; margin-top: 34px; }
.hero-actions .button { background: var(--brand); }
.hero-visual { position: relative; min-height: 440px; display: grid; place-items: center; }
.slide-illustration { width: min(520px, 100%); height: auto; overflow: visible; filter: drop-shadow(0 28px 46px rgba(0,0,0,.2)); }
.slide-illustration .svg-panel { fill: rgba(255,255,255,.08); stroke: rgba(255,255,255,.17); stroke-width: 2; }
.slide-illustration .svg-orbit { fill: none; stroke: rgba(255,255,255,.14); stroke-width: 2; }
.slide-illustration .svg-orbit--dashed, .slide-illustration .svg-line--dashed { stroke-dasharray: 8 10; }
.slide-illustration .svg-line { fill: none; stroke: rgba(255,255,255,.3); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.slide-illustration .svg-mint { fill: #91e0be; }
.slide-illustration .svg-soft { fill: rgba(255,255,255,.16); }
.slide-illustration .svg-white { fill: #f7fbfa; stroke: none; }
.slide-illustration path.svg-white { stroke: #f7fbfa; stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; }
.slide-illustration .svg-dark { fill: var(--navy); }
.slide-illustration .svg-accent { fill: var(--accent); }
.slide-illustration .svg-pulse { animation: visualPulse 2.8s ease-in-out infinite; transform-box: fill-box; transform-origin: center; }
.hero-visual--business .slide-illustration { transform: rotate(1.5deg); }
.hero-visual--network .slide-illustration { transform: scale(.96); }
.hero-visual--regional .slide-illustration { transform: rotate(-1.5deg); }
.slide-visual-note { position: absolute; right: 1%; bottom: 36px; min-width: 220px; padding: 14px 17px; display: grid; grid-template-columns: 38px 1fr; align-items: center; gap: 12px; color: var(--navy); background: var(--white); border: 1px solid rgba(255,255,255,.6); border-radius: 16px 16px 16px 6px; box-shadow: var(--shadow-lg); }
.slide-visual-note > .icon { width: 38px; height: 38px; padding: 9px; color: var(--brand); background: var(--soft); border-radius: 11px; }
.slide-visual-note span { display: grid; }
.slide-visual-note strong { font-size: .84rem; }
.slide-visual-note small { margin-top: 2px; color: var(--muted); font-size: .69rem; }
.carousel-controls { min-height: 46px; display: flex; align-items: center; gap: 14px; }
.carousel-arrow { width: 40px; height: 40px; display: grid; place-items: center; flex: 0 0 40px; padding: 0; color: var(--white); border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.06); border-radius: 50%; cursor: pointer; }
.carousel-dots { display: flex; align-items: center; gap: 8px; }
.carousel-dot { position: relative; width: 44px; height: 44px; padding: 0; display: grid; place-items: center; border: 0; background: transparent; border-radius: 20px; cursor: pointer; }
.carousel-dot::before { content: ""; width: 9px; height: 9px; background: rgba(255,255,255,.28); border-radius: 20px; transition: width .2s ease, background .2s ease; }
.carousel-dot.is-active::before { width: 30px; background: #88dfba; }
.hero-proof { margin-top: 20px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #aebfc2; font-size: .78rem; }
.hero-proof span { display: flex; align-items: center; gap: 8px; }
.hero-proof .icon { color: #79d9b2; }
.hero-empty { min-height: 500px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.hero-empty p:not(.eyebrow) { max-width: 620px; color: #c9d7da; font-size: 1.15rem; }

.section { padding: 110px 0; }
.section-heading { max-width: 620px; }
.section-heading h2, .about-copy h2, .final-cta h2, .legal-hero h1 { margin: 0; color: var(--navy); font-size: clamp(2rem, 3.7vw, 3.35rem); line-height: 1.08; letter-spacing: -.045em; text-wrap: balance; }
.section-heading > p:last-child { color: var(--muted); }
.section-heading--split { max-width: none; display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; margin-bottom: 45px; }
.section-heading--split > p { margin: 0 0 7px; }
.section-heading--center { margin: 0 auto 30px; text-align: center; }
.section-heading--center > p:last-child { max-width: 580px; margin-inline: auto; }

.section--types { background: var(--white); }
.audience-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.audience-card { position: relative; overflow: hidden; min-height: 430px; padding: clamp(28px, 4vw, 48px); display: flex; flex-direction: column; align-items: flex-start; border: 1px solid var(--line); border-radius: var(--radius-lg); }
.audience-card::after { content: ""; position: absolute; width: 230px; height: 230px; top: -100px; right: -95px; border: 46px solid rgba(255,255,255,.1); border-radius: 50%; }
.audience-card--personal { background: #eff7f4; }
.audience-card--business { color: #d9e6e8; background: var(--navy); border-color: var(--navy); }
.audience-card--business h3 { color: var(--white); }
.audience-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 26px; color: var(--brand); background: var(--white); border-radius: 17px 17px 17px 6px; box-shadow: var(--shadow-sm); }
.audience-icon .icon { width: 28px; height: 28px; }
.card-kicker { margin: 0; color: var(--brand); font-size: .75rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.audience-card--business .card-kicker { color: #8cdbbb; }
.audience-card h3 { margin: 4px 0 10px; font-size: clamp(1.6rem, 2.4vw, 2.2rem); letter-spacing: -.035em; }
.audience-card > p:not(.card-kicker) { max-width: 520px; margin: 0; color: var(--muted); }
.audience-card--business > p:not(.card-kicker) { color: #b8c9cc; }
.check-list { margin: 24px 0 27px; padding: 0; display: grid; gap: 9px; list-style: none; font-size: .9rem; }
.check-list li { display: flex; align-items: center; gap: 9px; }
.check-list .icon { color: var(--success); }
.audience-card--business .check-list .icon { color: #82dcb6; }
.card-action { min-height: 44px; margin-top: auto; padding: 7px 0 5px; display: inline-flex; align-items: center; gap: 9px; border: 0; border-bottom: 2px solid color-mix(in srgb, var(--brand), transparent 40%); color: var(--brand); background: transparent; cursor: pointer; font-weight: 800; }
.audience-card--business .card-action { color: var(--white); border-color: rgba(255,255,255,.25); }

.section--plans { background: var(--cream); }
.filter-bar { width: fit-content; margin: 0 auto 36px; padding: 5px; display: flex; gap: 4px; border: 1px solid var(--line); background: var(--white); border-radius: 14px; }
.filter-button { min-height: 42px; padding: 9px 16px; border: 0; color: var(--muted); background: transparent; border-radius: 10px; cursor: pointer; font-size: .88rem; font-weight: 750; }
.filter-button.is-active { color: var(--white); background: var(--navy); }
.provider-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.provider-card { min-height: 390px; padding: 25px; display: flex; flex-direction: column; border: 1px solid var(--line); background: var(--white); border-radius: var(--radius); box-shadow: 0 12px 34px rgba(11,37,51,.05); transition: transform .2s ease, box-shadow .2s ease; }
.provider-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); }
.provider-image { aspect-ratio: 16 / 9; margin: 0 0 20px; overflow: hidden; border-radius: 14px 14px 14px 5px; background: var(--soft); }
.provider-image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.provider-topline { min-height: 64px; display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }
.provider-topline--image { min-height: 0; justify-content: flex-end; }
.provider-logo { --provider-color: var(--brand); width: 54px; height: 54px; display: grid; place-items: center; color: var(--white); background: var(--provider-color); border-radius: 16px 16px 16px 6px; box-shadow: 0 8px 20px color-mix(in srgb, var(--provider-color), transparent 74%); font-size: .9rem; font-weight: 900; letter-spacing: .04em; }
.provider-logo--small { width: 45px; height: 45px; border-radius: 13px 13px 13px 5px; }
.soft-badge { padding: 5px 9px; color: var(--brand); background: color-mix(in srgb, var(--brand), white 91%); border-radius: 20px; font-size: .67rem; font-weight: 800; }
.provider-card h3 { margin: 20px 0 2px; color: var(--navy); font-size: 1.32rem; letter-spacing: -.025em; }
.provider-card h3 a { color: inherit; text-decoration: none; }
.provider-card h3 a:hover { color: var(--brand); }
.provider-card p { margin: 7px 0; color: var(--muted); font-size: .88rem; line-height: 1.6; }
.provider-card .provider-tagline { color: var(--ink); font-weight: 700; }
.provider-card .provider-channel { width: fit-content; margin: 11px 0 4px; padding: 5px 8px; display: inline-flex; align-items: center; gap: 5px; color: var(--brand); background: color-mix(in srgb, var(--brand), white 91%); border-radius: 6px; font-size: .75rem; font-weight: 800; line-height: 1.35; }
.provider-card .provider-channel--partner { color: #8b431f; background: #fff0e8; }
.provider-channel .icon { width: 14px; height: 14px; }
.audience-tags { margin: 15px 0 20px; display: flex; flex-wrap: wrap; gap: 6px; }
.audience-tags span { padding: 5px 8px; color: #536970; background: var(--soft); border-radius: 6px; font-size: .67rem; font-weight: 750; }
.provider-link { margin-top: auto; padding-top: 17px; display: flex; align-items: center; justify-content: space-between; gap: 10px; border-top: 1px solid var(--line); color: var(--brand); font-size: .87rem; font-weight: 800; }
.catalog-note { max-width: 800px; margin: 30px auto 0; display: flex; justify-content: center; gap: 9px; color: var(--muted); font-size: .78rem; text-align: center; }
.catalog-note .icon { color: var(--brand); }
.empty-state { max-width: 620px; margin: 30px auto; padding: 46px; border: 1px dashed #bdccca; background: rgba(255,255,255,.55); border-radius: var(--radius); text-align: center; }
.empty-state > .icon { width: 42px; height: 42px; margin: 0 auto 14px; color: var(--brand); }
.empty-state h3 { margin: 0; color: var(--navy); font-size: 1.35rem; }
.empty-state p { color: var(--muted); }

.section--about { position: relative; overflow: hidden; color: #d8e5e7; background: var(--brand); }
.section--about::after { content: ""; position: absolute; width: 580px; height: 580px; right: -260px; bottom: -340px; border: 90px solid rgba(255,255,255,.05); border-radius: 50%; }
.about-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 9vw, 130px); }
.about-copy { position: sticky; top: 120px; align-self: start; }
.about-copy .eyebrow { color: #a5efd0; }
.about-copy h2 { color: var(--white); }
.about-copy .lead { margin: 22px 0 30px; color: #d0e0e2; font-size: 1.06rem; }
.about-copy small { margin-top: 14px; display: block; color: #aed0d1; }
.about-values { display: grid; gap: 14px; }
.about-values article { min-height: 142px; padding: 25px; display: grid; grid-template-columns: 58px 1fr; align-items: start; gap: 20px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.07); border-radius: 18px 18px 18px 6px; }
.about-icon { width: 52px; height: 52px; display: grid; place-items: center; color: var(--navy); background: #a5efd0; border-radius: 15px 15px 15px 5px; }
.about-icon .icon { width: 25px; height: 25px; }
.about-values article div > p { margin: 0 0 4px; color: #a5efd0; font-size: .69rem; font-weight: 900; letter-spacing: .1em; }
.about-values h3 { margin: 0 0 6px; color: var(--white); font-size: 1.18rem; }
.about-values article div > span { display: block; color: #bed2d4; font-size: .91rem; line-height: 1.6; }

.about-page-hero { position: relative; overflow: hidden; padding: clamp(90px, 11vw, 150px) 0; color: #c8dadd; background: var(--navy); }
.about-page-hero::before { content: ""; position: absolute; width: 520px; height: 520px; top: -310px; right: -90px; border: 90px solid rgba(255,255,255,.05); border-radius: 50%; }
.about-page-hero__layout { position: relative; display: grid; grid-template-columns: minmax(0, 1.22fr) minmax(320px, .78fr); align-items: center; gap: clamp(50px, 8vw, 110px); }
.about-page-hero .eyebrow { color: #8fe1bf; }
.about-page-hero h1 { max-width: 820px; color: var(--white); font-size: clamp(2.8rem, 5.7vw, 5.5rem); line-height: .98; letter-spacing: -.055em; }
.about-page-hero__layout > div:first-child > p:not(.eyebrow) { max-width: 720px; margin: 25px 0 0; color: #b9ced2; font-size: 1.08rem; }
.about-page-actions { margin-top: 32px; display: flex; align-items: center; gap: 25px; }
.text-link--light { color: var(--white); border-color: rgba(255,255,255,.35); }
.about-page-hero__card { padding: clamp(28px, 4vw, 42px); border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.07); border-radius: 26px 26px 26px 8px; box-shadow: 0 30px 80px rgba(0,0,0,.16); }
.about-page-hero__icon { width: 58px; height: 58px; margin-bottom: 24px; display: grid; place-items: center; color: var(--navy); background: #a5efd0; border-radius: 18px 18px 18px 6px; }
.about-page-hero__icon .icon { width: 29px; height: 29px; }
.about-page-hero__card > strong { display: block; color: var(--white); font-size: 1.35rem; line-height: 1.25; }
.about-page-hero__card > p { color: #bdd0d3; }
.about-page-hero__card > div { margin-top: 25px; display: grid; gap: 10px; }
.about-page-hero__card > div span { display: flex; align-items: center; gap: 8px; color: #d9e8ea; font-size: .82rem; font-weight: 750; }
.about-page-hero__card > div .icon { width: 17px; color: #8fe1bf; }

.provider-page-hero { position: relative; overflow: hidden; padding: 42px 0 clamp(76px, 9vw, 120px); color: #c8dadd; background: var(--navy); }
.provider-page-hero::before { content: ""; position: absolute; width: 480px; height: 480px; top: -290px; right: -100px; border: 82px solid rgba(255,255,255,.045); border-radius: 50%; }
.breadcrumbs { position: relative; margin-bottom: 42px; display: flex; align-items: center; flex-wrap: wrap; gap: 8px; color: #9fb6ba; font-size: .76rem; }
.breadcrumbs a { color: #c9dcdf; }
.provider-page-hero__grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(340px, .72fr); align-items: center; gap: clamp(48px, 8vw, 110px); }
.provider-page-copy .eyebrow { color: #8fe1bf; }
.provider-page-copy h1 { max-width: 780px; margin: 0; color: var(--white); font-size: clamp(2.8rem, 5.6vw, 5.4rem); line-height: .98; letter-spacing: -.055em; }
.provider-page-copy > p:not(.eyebrow):not(.provider-page-tagline) { max-width: 720px; color: #b9ced2; }
.provider-page-copy .provider-page-tagline { margin: 24px 0 8px; color: var(--white); font-size: 1.2rem; font-weight: 800; }
.audience-tags--page { margin: 24px 0 0; }
.audience-tags--page span { color: #d8e8e9; background: rgba(255,255,255,.09); }
.provider-page-actions { margin-top: 30px; display: flex; align-items: center; flex-wrap: wrap; gap: 18px 24px; }
.provider-page-actions .text-link { color: #d9e8ea; }
.provider-page-visual { min-height: 390px; padding: 28px; display: grid; place-items: center; align-content: center; gap: 22px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.07); border-radius: 28px 28px 28px 9px; box-shadow: 0 30px 80px rgba(0,0,0,.18); }
.provider-page-visual img { width: 100%; aspect-ratio: 16 / 9; display: block; object-fit: cover; border-radius: 18px 18px 18px 6px; }
.provider-page-initials { --provider-color: var(--brand); width: 150px; height: 150px; display: grid; place-items: center; color: var(--white); background: var(--provider-color); border-radius: 42px 42px 42px 14px; box-shadow: 0 20px 50px color-mix(in srgb, var(--provider-color), transparent 55%); font-size: 2.2rem; font-weight: 900; letter-spacing: .05em; }
.provider-page-visual > div { display: grid; gap: 4px; text-align: center; }
.provider-page-visual strong { color: var(--white); }
.provider-page-visual small { color: #b9ced2; }
.provider-page-details { background: var(--off-white); }
.provider-page-details__grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(420px, 1.2fr); gap: clamp(45px, 8vw, 100px); }
.provider-page-details h2 { margin: 0; color: var(--navy); font-size: clamp(2rem, 3.8vw, 3.4rem); line-height: 1.05; letter-spacing: -.045em; }
.provider-page-details p:not(.eyebrow) { color: var(--muted); }
.provider-facts { display: grid; gap: 13px; }
.provider-facts article { padding: 22px; display: grid; grid-template-columns: 46px 1fr; align-items: center; gap: 16px; border: 1px solid var(--line); background: var(--white); border-radius: 16px 16px 16px 6px; }
.provider-facts article > .icon { width: 46px; height: 46px; padding: 12px; color: var(--brand); background: var(--soft); border-radius: 13px; }
.provider-facts article div { display: grid; gap: 3px; }
.provider-facts article strong { color: var(--navy); }
.provider-facts article span { color: var(--muted); font-size: .84rem; }
.about-company { background: var(--white); }
.about-company__layout { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: clamp(55px, 9vw, 130px); }
.about-company__copy { max-width: 760px; }
.about-company__copy .lead { margin-top: 0; color: var(--ink); font-size: 1.18rem; line-height: 1.7; }
.about-company__copy p:not(.lead) { color: var(--muted); }
.about-process { background: var(--cream); }
.about-process__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.about-process__grid article { position: relative; min-height: 310px; padding: 32px; border: 1px solid var(--line); background: var(--white); border-radius: 20px 20px 20px 7px; }
.about-process__grid article > span { position: absolute; top: 25px; right: 27px; color: #abc0c2; font-size: .72rem; font-weight: 900; letter-spacing: .1em; }
.about-process__icon { width: 54px; height: 54px; display: grid; place-items: center; color: var(--brand); background: var(--soft); border-radius: 16px 16px 16px 5px; }
.about-process__grid h3 { margin: 30px 0 10px; color: var(--navy); font-size: 1.3rem; }
.about-process__grid p { color: var(--muted); font-size: .92rem; }
.about-network { color: #c7d9dc; background: var(--brand); }
.about-network__layout { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(55px, 9vw, 130px); }
.about-network__intro .eyebrow { color: #a5efd0; }
.about-network__intro h2 { color: var(--white); }
.about-network__intro > p:last-child { color: #c4d8da; }
.about-network__cards { display: grid; gap: 14px; }
.about-network__cards article { min-height: 175px; padding: 28px; display: grid; grid-template-columns: 58px 1fr; gap: 20px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.07); border-radius: 18px 18px 18px 6px; }
.about-network__cards .about-network__partner { background: rgba(7,28,38,.2); }
.about-network__icon { width: 52px; height: 52px; display: grid; place-items: center; color: var(--navy); background: #a5efd0; border-radius: 15px 15px 15px 5px; }
.about-network__cards p { margin: 0 0 3px; color: #a5efd0; font-size: .69rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.about-network__cards h3 { margin: 0 0 7px; color: var(--white); font-size: 1.22rem; }
.about-network__cards div > span { display: block; color: #c2d7d9; font-size: .9rem; line-height: 1.6; }
.about-commitments { background: var(--white); }
.about-commitments__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.about-commitments__grid article { min-height: 220px; padding: 27px; border: 1px solid var(--line); border-radius: 18px 18px 18px 6px; }
.about-commitments__grid article > .icon { width: 29px; height: 29px; color: var(--brand); }
.about-commitments__grid h3 { margin: 24px 0 8px; color: var(--navy); font-size: 1.12rem; }
.about-commitments__grid p { margin: 0; color: var(--muted); font-size: .87rem; }
.about-page-cta { background: var(--white); }

.section--analytics { padding-bottom: 0; background: var(--white); }
.analytics-disclosure { padding: clamp(25px, 4vw, 38px); display: grid; grid-template-columns: 56px minmax(0, 1fr); align-items: start; gap: 22px; border: 1px solid #cfe0d8; background: #f4fbf7; border-radius: 20px 20px 20px 7px; }
.analytics-disclosure__icon { width: 56px; height: 56px; display: grid; place-items: center; color: var(--brand); background: #deefe7; border-radius: 16px 16px 16px 5px; }
.analytics-disclosure__icon .icon { width: 27px; height: 27px; }
.analytics-disclosure h2 { margin: 3px 0 10px; color: var(--navy); font-size: clamp(1.35rem, 3vw, 2rem); }
.analytics-disclosure p:not(.eyebrow) { max-width: 900px; margin: 0; color: var(--muted); font-size: .9rem; }
.analytics-disclosure__actions { margin-top: 17px; display: flex; flex-wrap: wrap; gap: 12px 22px; }
.analytics-disclosure__actions a, .analytics-disclosure__actions button { min-height: 40px; padding: 5px 0; display: inline-flex; align-items: center; color: var(--brand); border: 0; background: transparent; cursor: pointer; font: inherit; font-size: .78rem; font-weight: 850; text-decoration: underline; text-underline-offset: 4px; }

.section--faq { background: var(--white); }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(60px, 9vw, 130px); }
.faq-list { display: grid; align-content: start; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 24px 0; display: flex; align-items: center; justify-content: space-between; gap: 22px; color: var(--navy); cursor: pointer; font-size: 1.02rem; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 28px; height: 28px; display: grid; place-items: center; flex: 0 0 auto; color: var(--brand); background: var(--soft); border-radius: 50%; font-size: 1.25rem; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -4px 45px 24px 0; color: var(--muted); }

.section--final-cta { padding-top: 0; background: var(--white); }
.final-cta { position: relative; overflow: hidden; min-height: 310px; padding: clamp(36px, 6vw, 70px); display: flex; align-items: center; justify-content: space-between; gap: 50px; color: #cbdcde; background: var(--navy); border-radius: var(--radius-lg); }
.final-cta::before { content: ""; position: absolute; width: 280px; height: 280px; right: 10%; top: -220px; border: 60px solid color-mix(in srgb, var(--accent), transparent 75%); border-radius: 50%; }
.final-cta > * { position: relative; z-index: 1; }
.final-cta > div { max-width: 680px; }
.final-cta h2 { color: var(--white); }
.final-cta p:last-child { margin-bottom: 0; }

.site-footer { padding: 68px 0 25px; color: #b8c9cc; background: #071c26; }
.footer-grid { display: flex; align-items: flex-start; justify-content: space-between; gap: 40px; }
.brand--footer .brand-copy strong { color: var(--white); }
.brand--footer .brand-copy small { color: #9bb0b5; }
.footer-links { display: grid; justify-items: end; gap: 14px; }
.footer-grid nav { display: flex; flex-wrap: wrap; gap: 26px; font-size: .86rem; }
.footer-grid nav a, .footer-cookie-button { min-height: 36px; display: inline-flex; align-items: center; }
.footer-grid .footer-social { gap: 9px; }
.footer-social a { padding: 6px 10px; gap: 6px; color: #d5e3e5; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.05); border-radius: 9px; font-size: .74rem; font-weight: 800; }
.footer-social a .icon { width: 15px; height: 15px; }
.footer-cookie-button { padding: 0; color: inherit; border: 0; background: transparent; cursor: pointer; font: inherit; }
.footer-grid nav a:hover, .footer-cookie-button:hover { color: var(--white); }
.footer-notice { margin-top: 45px; padding-top: 22px; display: flex; justify-content: space-between; gap: 28px; border-top: 1px solid rgba(255,255,255,.1); color: #849da2; font-size: .74rem; }
.footer-notice p { max-width: 800px; margin: 0; }

.location-context { width: fit-content; max-width: 100%; margin: -18px auto 36px; padding: 10px 13px; display: flex; align-items: center; justify-content: center; gap: 9px; color: #4f646c; border: 1px solid var(--line); background: var(--white); border-radius: 10px; font-size: .78rem; }
.location-context > .icon { color: var(--brand); }
.location-context strong { color: var(--ink); }
.location-context button { min-height: 36px; padding: 5px 2px; display: inline-flex; align-items: center; color: var(--brand); border: 0; background: transparent; cursor: pointer; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }

.cookie-banner { position: fixed; z-index: 130; right: 20px; bottom: 20px; left: 20px; width: min(1120px, calc(100% - 40px)); margin-inline: auto; padding: 18px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border: 1px solid #cbd9d5; background: var(--white); border-radius: 16px; box-shadow: 0 24px 70px rgba(5, 25, 34, .22); }
.cookie-copy { min-width: 0; display: flex; align-items: flex-start; gap: 13px; }
.cookie-icon { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; color: var(--brand); background: var(--soft); border-radius: 11px; }
.cookie-copy strong { color: var(--navy); }
.cookie-copy p { max-width: 700px; margin: 3px 0 1px; color: var(--muted); font-size: .75rem; line-height: 1.45; }
.cookie-copy a { color: var(--brand); font-size: .7rem; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.cookie-actions { display: flex; gap: 8px; flex: 0 0 auto; }
.cookie-actions .button { min-height: 43px; padding: 9px 14px; font-size: .74rem; }

.modal { position: fixed; z-index: 140; inset: 0; display: grid; place-items: center; padding: 22px; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(5, 25, 34, .75); backdrop-filter: blur(6px); animation: fadeIn .18s ease; }
.modal-panel { position: relative; z-index: 1; width: min(650px, 100%); max-height: min(760px, calc(100vh - 44px)); overflow-y: auto; padding: clamp(27px, 5vw, 46px); background: var(--white); border-radius: 26px 26px 26px 10px; box-shadow: var(--shadow-lg); animation: modalIn .22s ease; }
.modal-panel h2 { margin: 0; color: var(--navy); font-size: clamp(1.75rem, 4vw, 2.5rem); line-height: 1.1; letter-spacing: -.04em; }
.modal-intro { color: var(--muted); }
.modal-close { position: absolute; top: 18px; right: 18px; width: 42px; height: 42px; display: grid; place-items: center; padding: 0; border: 1px solid var(--line); background: var(--white); border-radius: 50%; cursor: pointer; }
.modal-profile-buttons { margin-top: 27px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.modal-profile-buttons > button { min-height: 112px; padding: 18px; display: flex; align-items: center; gap: 14px; text-align: left; border: 1px solid var(--line); background: #f9fbfa; border-radius: 14px; cursor: pointer; }
.modal-profile-buttons > button:hover { border-color: var(--brand); background: var(--soft); }
.modal-profile-buttons > button > .icon { width: 30px; height: 30px; color: var(--brand); }
.modal-profile-buttons span { display: grid; }
.modal-profile-buttons small { margin-top: 3px; color: var(--muted); font-size: .74rem; }
.modal-results { margin-top: 25px; }
.modal-results-heading { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.modal-results-heading button { padding: 0; color: var(--brand); border: 0; background: transparent; cursor: pointer; font-size: .8rem; font-weight: 800; }
.modal-provider-list { margin-top: 12px; display: grid; gap: 8px; }
.modal-provider-list a { padding: 12px; display: grid; grid-template-columns: 45px 1fr auto; align-items: center; gap: 13px; border: 1px solid var(--line); border-radius: 12px; }
.modal-provider-image { width: 45px; height: 45px; display: block; object-fit: cover; border-radius: 13px 13px 13px 5px; }
.modal-provider-list a:hover { border-color: color-mix(in srgb, var(--brand), white 40%); background: var(--soft); }
.modal-provider-list a > span:nth-child(2) { display: grid; }
.modal-provider-list small { color: var(--muted); font-size: .72rem; }
.modal-provider-list a > .icon { color: var(--brand); }
.modal-footnote, .modal-empty { margin: 22px 0 0; color: var(--muted); font-size: .75rem; }
.location-modal { z-index: 180; }
.location-panel { width: min(560px, 100%); }
.location-icon { width: 50px; height: 50px; margin-bottom: 22px; display: grid; place-items: center; color: var(--brand); background: var(--soft); border-radius: 14px 14px 14px 5px; }
.location-icon .icon { width: 26px; height: 26px; }
.location-form { margin-top: 24px; display: grid; gap: 9px; }
.location-form label { color: var(--ink); font-size: .78rem; font-weight: 800; }
.location-form select { width: 100%; min-height: 52px; padding: 12px 14px; color: var(--ink); border: 1px solid #c8d6d2; background: var(--white); border-radius: 10px; outline: 0; }
.location-form select:focus { border-color: var(--brand); box-shadow: 0 0 0 4px color-mix(in srgb, var(--brand), transparent 88%); }
.location-form .button { margin-top: 7px; }
.location-error { margin: 0; color: var(--danger); font-size: .72rem; font-weight: 700; }

.simple-page { min-height: 100vh; background: #eef2ef; }
.auth-shell { min-height: 100vh; display: grid; grid-template-columns: .88fr 1.12fr; }
.auth-visual { position: relative; overflow: hidden; min-height: 100%; padding: clamp(32px, 5vw, 72px); display: flex; flex-direction: column; color: #c7dadd; background: var(--navy); }
.auth-visual::before { content: ""; position: absolute; width: 500px; height: 500px; right: -290px; bottom: -180px; border: 85px solid rgba(255,255,255,.055); border-radius: 50%; }
.auth-visual::after { content: ""; position: absolute; width: 260px; height: 260px; left: -180px; top: 20%; border: 55px solid color-mix(in srgb, var(--accent), transparent 76%); border-radius: 50%; }
.brand--light { position: relative; z-index: 1; }
.brand--light .brand-copy strong { color: var(--white); }
.brand--light .brand-copy small { color: #9fb5ba; }
.auth-visual-copy { position: relative; z-index: 1; max-width: 580px; margin: auto 0; }
.auth-visual-copy .eyebrow { color: #8be0bd; }
.auth-visual-copy h1 { margin: 0; color: var(--white); font-size: clamp(2.5rem, 5vw, 4.7rem); line-height: 1; letter-spacing: -.057em; }
.auth-visual-copy > p:not(.eyebrow) { max-width: 530px; font-size: 1.04rem; }
.auth-benefits { margin: 30px 0 0; padding: 0; display: grid; gap: 10px; list-style: none; }
.auth-benefits li { display: flex; align-items: center; gap: 10px; }
.auth-benefits .icon { color: #82deb7; }
.back-site-link { margin-top: 28px; display: inline-flex; align-items: center; gap: 7px; color: var(--white); font-weight: 750; }
.auth-form-side { padding: 40px; display: grid; place-items: center; }
.auth-card { width: min(500px, 100%); padding: clamp(28px, 5vw, 54px); border: 1px solid #dde4e1; background: var(--white); border-radius: 24px; box-shadow: var(--shadow-sm); }
.step-pill { display: inline-flex; padding: 6px 10px; color: var(--brand); background: var(--soft); border-radius: 20px; font-size: .7rem; font-weight: 850; text-transform: uppercase; }
.auth-card h2 { margin: 18px 0 5px; color: var(--navy); font-size: 2rem; letter-spacing: -.04em; }
.auth-card > p { margin-top: 0; color: var(--muted); }
.form-stack { display: grid; gap: 17px; margin-top: 25px; }
.form-stack label { display: grid; gap: 7px; }
.form-stack label > span { color: var(--ink); font-size: .82rem; font-weight: 800; }
.form-stack input, .form-stack textarea, .form-stack select { width: 100%; min-height: 49px; padding: 12px 14px; color: var(--ink); border: 1px solid #cbd7d4; background: var(--white); border-radius: 10px; outline: 0; }
.form-stack input:focus, .form-stack textarea:focus, .form-stack select:focus { border-color: var(--brand); box-shadow: 0 0 0 4px color-mix(in srgb, var(--brand), transparent 88%); }
.form-stack label small { color: var(--muted); font-size: .7rem; }
.form-alert { margin: 20px 0; padding: 14px 16px; color: #812d2d; border: 1px solid #e5bcbc; background: #fff5f4; border-radius: 10px; font-size: .82rem; }
.form-alert p { margin: 5px 0 0; }
.form-alert ul { margin: 7px 0 0; padding-left: 20px; }
.auth-note { margin: 20px 0 0 !important; display: flex; align-items: flex-start; gap: 8px; font-size: .73rem; }
.auth-note .icon { color: var(--brand); }

.legal-hero { padding: 90px 0 65px; color: #bfd1d4; background: var(--navy); }
.legal-hero .eyebrow { color: #8be0bd; }
.legal-hero h1 { color: var(--white); }
.legal-content { background: var(--white); }
.legal-layout { display: grid; grid-template-columns: 220px minmax(0, 750px); gap: 90px; }
.legal-layout aside { display: grid; align-content: start; gap: 5px; position: sticky; top: 120px; align-self: start; }
.legal-layout aside a { padding: 10px 13px; color: var(--muted); border-radius: 8px; font-weight: 700; }
.legal-layout aside a.is-active { color: var(--brand); background: var(--soft); }
.legal-layout article h2 { margin: 0 0 10px; color: var(--navy); font-size: 1.45rem; letter-spacing: -.025em; }
.legal-layout article p + h2 { margin-top: 37px; }
.legal-layout article > p { color: var(--muted); }
.legal-callout { margin: 40px 0 30px; padding: 20px; display: flex; align-items: flex-start; gap: 13px; color: #3d565f; background: var(--soft); border-radius: 12px; }
.legal-callout p { margin: 0; }
.legal-callout .icon { color: var(--brand); }
.error-page { min-height: 75vh; padding: 80px 20px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.error-code { color: #dce8e5; font-size: clamp(6rem, 20vw, 13rem); font-weight: 900; line-height: .7; letter-spacing: -.1em; }
.error-icon { width: 66px; height: 66px; display: grid; place-items: center; margin: -10px 0 20px; color: var(--white); background: var(--brand); border-radius: 20px; }
.error-icon .icon { width: 32px; height: 32px; }
.error-page h1 { margin: 0; color: var(--navy); font-size: clamp(2rem, 5vw, 3.3rem); letter-spacing: -.05em; }
.error-page p { max-width: 590px; margin: 12px 0 26px; color: var(--muted); }

@keyframes visualPulse { 50% { transform: scale(1.3); opacity: .72; } }
@keyframes fadeIn { from { opacity: 0; } }
@keyframes modalIn { from { opacity: 0; transform: translateY(18px) scale(.98); } }

@media (max-width: 1050px) {
    .main-nav { gap: 18px; }
    .main-nav > a { display: none; }
    .hero-slide { grid-template-columns: 1.12fr .88fr; gap: 30px; }
    .slide-visual-note { right: 0; }
    .provider-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .provider-card { min-height: 350px; }
    .about-page-hero__layout { grid-template-columns: 1fr .75fr; }
    .about-commitments__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
    html { scroll-padding-top: 76px; }
    .container { width: min(calc(100% - 32px), var(--container)); }
    .header-inner { min-height: 72px; }
    .brand-copy small { max-width: 180px; }
    .nav-toggle { display: grid; }
    .main-nav { position: absolute; top: calc(100% + 1px); right: 16px; left: 16px; padding: 14px; display: none; align-items: stretch; border: 1px solid var(--line); background: var(--white); border-radius: 14px; box-shadow: var(--shadow-lg); }
    .main-nav.is-open { display: grid; }
    .main-nav > a { padding: 10px 8px; display: block; }
    .main-nav > a::after { display: none; }
    .hero { min-height: auto; padding-top: 35px; }
    .hero-slide { min-height: auto; grid-template-columns: 1fr; }
    .hero-copy { padding-bottom: 10px; }
    .hero-title, .hero-empty h1 { font-size: clamp(2.55rem, 10vw, 4.3rem); }
    .hero-visual { min-height: 390px; }
    .carousel-viewport { min-height: auto; }
    .carousel-controls { justify-content: center; margin-top: 10px; }
    .hero-proof { margin-top: 28px; flex-wrap: wrap; justify-content: center; }
    .section { padding: 82px 0; }
    .section-heading--split, .about-layout, .faq-layout, .about-page-hero__layout, .about-company__layout, .about-network__layout, .provider-page-hero__grid, .provider-page-details__grid { grid-template-columns: 1fr; gap: 38px; }
    .section-heading--split { align-items: start; }
    .audience-grid { grid-template-columns: 1fr; }
    .audience-card { min-height: 390px; }
    .about-copy { position: static; }
    .final-cta { align-items: flex-start; flex-direction: column; }
    .auth-shell { grid-template-columns: 1fr; }
    .auth-visual { min-height: 420px; }
    .auth-form-side { padding: 28px 16px; }
    .legal-layout { grid-template-columns: 1fr; gap: 35px; }
    .legal-layout aside { position: static; display: flex; }
    .about-page-hero { padding: 80px 0; }
    .about-page-hero__card { max-width: 580px; }
    .provider-page-visual { max-width: 620px; min-height: 340px; }
    .about-process__grid { grid-template-columns: 1fr; }
    .about-process__grid article { min-height: 0; }
    .cookie-banner { align-items: stretch; flex-direction: column; gap: 14px; }
    .cookie-actions { justify-content: flex-end; }
}

@media (max-width: 560px) {
    body { font-size: 15px; }
    .container { width: min(calc(100% - 24px), var(--container)); }
    .brand-mark, .brand-logo { width: 38px; height: 38px; }
    .brand-copy small { display: none; }
    .hero { padding-top: 28px; }
    .trust-kicker { font-size: .67rem; }
    .hero-title, .hero-empty h1 { font-size: clamp(2.35rem, 12vw, 3.45rem); }
    .hero-description { margin-top: 18px; }
    .hero-actions { align-items: stretch; flex-direction: column; gap: 14px; margin-top: 25px; }
    .hero-actions .button { width: 100%; }
    .hero-visual { min-height: 340px; padding: 16px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.045); border-radius: 24px 24px 24px 8px; }
    .slide-illustration { width: 100%; max-width: 430px; }
    .slide-visual-note { right: 12px; bottom: 14px; min-width: 0; max-width: calc(100% - 24px); }
    .hero-proof { align-items: flex-start; flex-direction: column; gap: 10px; }
    .section { padding: 68px 0; }
    .section-heading h2, .about-copy h2, .final-cta h2 { font-size: 2.15rem; }
    .audience-card { min-height: 0; padding: 27px; }
    .filter-bar { width: 100%; overflow-x: auto; justify-content: flex-start; }
    .filter-button { white-space: nowrap; }
    .location-context { width: 100%; align-items: flex-start; flex-wrap: wrap; text-align: left; }
    .provider-grid { grid-template-columns: 1fr; }
    .provider-card { min-height: 340px; }
    .about-values article { min-height: 0; padding: 22px; grid-template-columns: 48px 1fr; gap: 14px; }
    .about-icon { width: 44px; height: 44px; }
    .about-page-hero h1 { font-size: clamp(2.45rem, 12vw, 3.55rem); }
    .provider-page-hero { padding-top: 28px; }
    .provider-page-copy h1 { font-size: clamp(2.45rem, 12vw, 3.55rem); }
    .provider-page-actions { align-items: stretch; flex-direction: column; }
    .provider-page-actions .button { width: 100%; }
    .provider-page-visual { min-height: 280px; padding: 18px; }
    .provider-page-initials { width: 120px; height: 120px; border-radius: 34px 34px 34px 11px; font-size: 1.8rem; }
    .about-page-actions { align-items: stretch; flex-direction: column; }
    .about-page-actions .button { width: 100%; }
    .about-page-actions .text-link { justify-content: center; }
    .about-network__cards article { padding: 22px; grid-template-columns: 48px 1fr; gap: 14px; }
    .about-network__icon { width: 44px; height: 44px; }
    .about-commitments__grid { grid-template-columns: 1fr; }
    .about-commitments__grid article { min-height: 0; }
    .analytics-disclosure { grid-template-columns: 1fr; gap: 15px; }
    .final-cta { min-height: 0; padding: 32px 25px; border-radius: 22px; }
    .final-cta .button { width: 100%; }
    .footer-grid, .footer-notice { align-items: flex-start; flex-direction: column; }
    .footer-links { width: 100%; justify-items: start; }
    .footer-grid nav { gap: 14px 20px; }
    .modal { padding: 10px; align-items: end; }
    .modal-panel { max-height: calc(100vh - 20px); padding: 29px 22px; border-radius: 22px 22px 10px 10px; }
    .modal-profile-buttons { grid-template-columns: 1fr; }
    .modal-profile-buttons > button { min-height: 90px; }
    .modal-provider-list a { grid-template-columns: 45px minmax(0, 1fr) auto; }
    .modal-provider-list small { max-width: 190px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .cookie-banner { right: 10px; bottom: 10px; left: 10px; width: calc(100% - 20px); padding: 15px; }
    .cookie-copy p { font-size: .71rem; }
    .cookie-actions { flex-direction: column-reverse; }
    .cookie-actions .button { width: 100%; }
    .auth-visual { min-height: 390px; padding: 28px 22px; }
    .auth-visual-copy h1 { font-size: 2.6rem; }
    .auth-card { padding: 28px 22px; }
    .flash-stack { top: 82px; right: 12px; width: calc(100% - 24px); }
}

@media (max-width: 360px) {
    .carousel-controls { flex-wrap: wrap; }
    .carousel-dots { width: 100%; order: -1; justify-content: center; }
    .filter-bar { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: visible; }
    .filter-button { min-height: 44px; white-space: normal; }
    .filter-button:first-child { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
