:root{--ink: #222222;--ink-soft: #333333;--ink-mute: #585c62;--white: #ffffff;--navy: #334054;--navy-deep: #222222;--slate: #546c88;--steel: #7f9fb6;--steel-dark: #4b6686;--steel-light: #c1cdd3;--yellow: #ffcd00;--orange: #ff9900;--yellow-hover: #ffcb44;--yellow-soft: #ffe794;--yellow-pale: #fff9e6;--ice: #f0f9ff;--aqua: #e1f6f9;--aqua-deep: #bfe9ef;--cream: #faf3ec;--sand: #fcf8f4;--stone: #f7f6f5;--peach: #ecb89e;--peach-soft: #f5d9c9;--taupe: #8c746c;--line: #e0e0e0;--blue: var(--navy);--blue-dark: var(--navy-deep);--radius: 14px;--radius-lg: 22px;--shadow: 0 8px 30px rgba(18, 18, 18, .08);--shadow-soft: 0 4px 14px rgba(18, 18, 18, .06);--font-body: "Nunito Sans", Helvetica, Arial, sans-serif;--font-display: "Merriweather", Georgia, serif;--max-w: 1160px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--ink-soft);background:var(--white);font-size:18px;line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:var(--steel-dark);text-decoration:none}a:hover{color:var(--navy)}.container{max-width:var(--max-w);margin:0 auto;padding:0 24px}h1,h2,h3{color:var(--ink);line-height:1.2;font-weight:800;text-wrap:balance}p,li,dd,dt,blockquote,figcaption,.lead,.hero__note,.small,.aud-strip span,.mini-steps span{text-wrap:pretty}.faq-item button,.cta-band p,.section-head p,.page-hero p,figcaption,.awards figcaption{text-wrap:balance}h1{font-size:clamp(2rem,4.5vw,3.2rem);letter-spacing:-.02em}h2{font-size:clamp(1.6rem,3vw,2.3rem);letter-spacing:-.01em}h3{font-size:1.2rem}.accent-italic{font-family:var(--font-display);font-style:italic;font-weight:400;color:var(--navy)}.eyebrow{display:inline-block;font-size:.85rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--steel-dark);margin-bottom:14px}.section{padding:84px 0}.section--aqua{background:var(--aqua)}.section--cream{background:var(--cream)}.section--ink{background:linear-gradient(180deg,var(--navy-deep) 0%,var(--navy) 100%)}.section--stone{background:var(--stone)}.section--awards{background:linear-gradient(180deg,var(--yellow-soft) 0%,var(--yellow-pale) 87.5%)}.section--ink h2,.section--ink h3{color:var(--white)}.section--ink p{color:#ffffffd1}.section-head{max-width:720px;margin:0 auto 48px;text-align:center}.section-head p{margin-top:14px;color:var(--ink-mute);font-size:1.05rem}.section--ink .section-head p{color:#ffffffd9}.btn{display:inline-block;padding:15px 30px;border-radius:999px;font-family:var(--font-body);font-size:1rem;font-weight:800;cursor:pointer;border:2px solid transparent;transition:all .18s ease;text-align:center}.btn--primary{background:linear-gradient(0deg,var(--yellow) 10%,var(--orange) 100%);color:var(--ink);letter-spacing:.02em}.btn--primary:hover{background:var(--yellow-hover);color:var(--ink);transform:translateY(-1px)}.btn--dark{background:linear-gradient(0deg,var(--navy) 0%,var(--navy-deep) 100%);color:var(--white)}.btn--dark:hover{background:var(--navy);color:var(--white)}.btn--outline{background:transparent;color:var(--ink);border-color:var(--ink)}.btn--outline:hover{background:var(--navy);border-color:var(--navy);color:var(--white)}.btn--light{background:var(--white);color:var(--ink)}.btn--light:hover{background:var(--cream);color:var(--ink)}.btn--lg{padding:18px 38px;font-size:1.05rem}.btn--sm{padding:10px 20px;font-size:.9rem}.announce{background:var(--navy);color:var(--white);text-align:center;font-size:.9rem;padding:9px 16px}.announce a{color:var(--yellow);font-weight:700;text-decoration:underline}.header{position:sticky;top:0;z-index:50;background:#fffffff5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}.header__inner{display:flex;align-items:center;justify-content:space-between;gap:24px;height:74px}.header__logo img{height:31px;width:auto}.header__logo span{font-weight:900;font-size:1.35rem;color:var(--ink);letter-spacing:-.01em}.nav{display:flex;align-items:center;gap:22px}.nav a{color:var(--ink-soft);font-weight:700;font-size:.94rem;white-space:nowrap}.nav a:hover,.nav a.active{color:var(--steel-dark)}.header__cta{display:flex;align-items:center;gap:14px}.header__phone{font-weight:700;color:var(--ink-soft);font-size:.95rem;white-space:nowrap}.header__cta .btn{white-space:nowrap}@media(max-width:1120px){.header__phone{display:none}.nav{gap:18px}}.nav-toggle{display:none;background:none;border:0;width:44px;height:44px;cursor:pointer}.nav-toggle span{display:block;width:24px;height:2.5px;background:var(--ink);margin:5px auto;border-radius:2px;transition:transform .2s ease,opacity .2s ease}.hero{background:linear-gradient(180deg,var(--ice) 0%,var(--white) 100%);overflow:hidden}.hero__inner{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center;padding:72px 24px 64px}.hero h1{margin:16px 0 18px;text-wrap:normal}.hero h1 .accent-italic{display:block}.hero p.lead{font-size:1.15rem;color:var(--ink-mute);max-width:520px}.hero__actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}.hero__note{margin-top:16px;font-size:.9rem;color:var(--ink-mute)}.hero__media{position:relative}.hero__media img{border-radius:var(--radius-lg);box-shadow:var(--shadow);width:100%;object-fit:cover;aspect-ratio:1 / 1}.hero__badge{position:absolute;bottom:20px;left:-18px;background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);padding:14px 20px;display:flex;align-items:center;gap:12px;font-size:.9rem;font-weight:700;color:var(--ink)}.hero__badge svg{flex:0 0 auto}.trustbar{padding:30px 0;border-bottom:1px solid var(--line);background:var(--white)}.trustbar__inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:40px 56px}.trustbar span{font-size:.85rem;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-mute);font-weight:700}.trustbar img{height:52px;width:auto}.trustbar img[alt="Hearing Tracker"]{height:38px}.props{display:grid;grid-template-columns:repeat(4,1fr);gap:26px}.props--3{grid-template-columns:repeat(3,1fr)}.prop{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);padding:30px 26px;box-shadow:var(--shadow-soft)}.prop .icon{margin-bottom:18px}.prop h3{margin-bottom:8px}.prop p{font-size:1rem;color:var(--ink-mute)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;counter-reset:step}.steps--4{grid-template-columns:repeat(4,1fr);gap:22px}.step{background:var(--white);border-radius:var(--radius-lg);padding:34px 28px;box-shadow:var(--shadow-soft);position:relative}.step__num{width:40px;height:40px;border-radius:50%;background:var(--navy);color:var(--white);font-weight:800;display:flex;align-items:center;justify-content:center;margin-bottom:18px}.step h3{margin-bottom:8px}.step p{font-size:1rem;color:var(--ink-mute)}.step .illo{margin:6px 0 18px}.split{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.split--rev .split__media{order:2}.split__media img{border-radius:var(--radius-lg);box-shadow:var(--shadow)}.split h2{margin-bottom:16px}.split p+p{margin-top:12px}.split .btn{margin-top:26px}.checklist{list-style:none;margin-top:20px}.checklist li{padding-left:34px;position:relative;margin-bottom:12px;color:var(--ink-soft)}.checklist li:before{content:"";position:absolute;left:0;top:3px;width:20px;height:20px;border-radius:50%;background:var(--navy) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E") center / 11px no-repeat}.product-card{display:grid;grid-template-columns:1fr 1fr;background:var(--white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow)}.product-card__media{background:var(--cream);display:flex;align-items:center}.product-card__media img{width:100%;height:100%;object-fit:cover}.product-card__body{padding:46px 44px}.price{font-size:2rem;font-weight:900;color:var(--ink)}.price small{font-size:1rem;font-weight:600;color:var(--ink-mute)}.swatches{display:flex;gap:10px;margin:14px 0 4px}.swatch{width:30px;height:30px;border-radius:50%;border:2px solid var(--white);outline:2px solid var(--line);cursor:pointer}.swatch.active{outline-color:var(--navy)}.quotes{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.quote{background:var(--white);border-radius:var(--radius-lg);padding:30px 28px;box-shadow:var(--shadow-soft);display:flex;flex-direction:column}.quote p{font-size:1rem;flex:1}.quote p:before{content:"\201c";font-family:var(--font-display);color:var(--peach);font-size:1.6rem;margin-right:2px}.quote__who{display:flex;align-items:center;gap:12px;margin-top:20px}.quote__who img{width:46px;height:46px;border-radius:50%;object-fit:cover}.section-head .stars{display:inline;margin:0 4px 0 0}.quote__who strong{color:var(--ink);font-size:.95rem;display:block}.quote__who span{font-size:.85rem;color:var(--ink-mute)}.stars{color:var(--yellow);letter-spacing:2px;font-size:.9rem;margin-bottom:10px}.awards{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:36px 30px}.awards img{height:84px;width:auto}.awards figure{text-align:center;max-width:150px}.awards figcaption{font-size:.85rem;color:var(--ink-mute);margin-top:8px}.awards--grid{display:flex;flex-wrap:wrap;justify-content:center;gap:30px 14px}.awards--grid figure{flex:0 0 140px;max-width:140px}.awards--grid img{height:72px;width:auto;max-width:128px;object-fit:contain;margin:0 auto}.awards--grid figcaption{min-height:2.6em}@media(max-width:560px){.awards--grid figure{flex-basis:44%;max-width:44%}}.faq-list{max-width:780px;margin:0 auto}.faq-item{border-bottom:1px solid var(--line)}.faq-item button{width:100%;background:none;border:0;text-align:left;padding:22px 44px 22px 4px;font-family:var(--font-body);font-size:1.06rem;font-weight:800;color:var(--ink);cursor:pointer;position:relative}.faq-item button:after{content:"+";position:absolute;right:8px;top:50%;transform:translateY(-50%);font-size:1.5rem;font-weight:400;color:var(--steel-dark);transition:transform .2s ease}.faq-item.open button:after{content:"\2212"}.faq-item .faq-a{max-height:0;overflow:hidden;transition:max-height .28s ease}.faq-item .faq-a>div{padding:0 4px 24px;color:var(--ink-mute);font-size:1rem}.faq-cat{margin:42px 0 6px;font-size:.85rem;letter-spacing:.12em;text-transform:uppercase;color:var(--steel-dark);font-weight:800}.cta-band{background:linear-gradient(180deg,var(--navy) 0%,var(--navy-deep) 100%);border-radius:var(--radius-lg);padding:64px 48px;text-align:center;color:var(--white)}.cta-band h2{color:var(--white);margin-bottom:12px}.cta-band p{color:#ffffffd9;max-width:560px;margin:0 auto 30px}.footer{background:var(--navy-deep);color:#ffffffbf;padding:64px 0 32px;font-size:.94rem}.footer a{color:#ffffffbf}.footer a:hover{color:var(--white)}.footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;padding-bottom:44px;border-bottom:1px solid rgba(255,255,255,.14)}.footer h4{color:var(--white);font-size:.9rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:16px}.footer ul{list-style:none}.footer li{margin-bottom:10px}.footer__brand img{height:30px;margin-bottom:16px}.footer__brand p{max-width:300px;font-size:.9rem}.footer__legal{display:flex;flex-wrap:wrap;gap:12px 28px;justify-content:space-between;padding-top:26px;font-size:.9rem;color:#ffffff80}.footer__legal a{color:#fff9}.footer__disclaimer{margin-top:26px;font-size:.85rem;color:#ffffff73;line-height:1.55}.page-hero{background:var(--ice);padding:64px 0 56px;text-align:center}.page-hero p{max-width:640px;margin:14px auto 0;color:var(--ink-mute);font-size:1.08rem}.legal{max-width:820px;margin:0 auto;padding:60px 24px 90px}.legal h1{margin-bottom:8px}.legal .updated{color:var(--ink-mute);font-size:.92rem;margin-bottom:36px}.legal h2{font-size:1.35rem;margin:38px 0 12px}.legal h3{font-size:1.08rem;margin:26px 0 10px}.legal p,.legal li{font-size:.98rem;color:var(--ink-soft);margin-bottom:12px}.legal ul,.legal ol{padding-left:26px;margin-bottom:14px}.specs{width:100%;border-collapse:collapse}.specs th,.specs td{text-align:left;padding:15px 18px;border-bottom:1px solid var(--line);font-size:.97rem}.specs th{width:38%;color:var(--ink);font-weight:800}.gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.gallery img{border-radius:var(--radius);box-shadow:var(--shadow-soft);aspect-ratio:1 / .85;object-fit:cover;width:100%}.jotform-wrap{max-width:1040px;margin:0 auto;background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:24px 20px}.jotform-wrap iframe{border:0!important;width:100%!important;min-height:780px}@media(max-width:560px){.jotform-wrap{padding:10px 6px;border-radius:var(--radius)}.jotform-wrap iframe{min-height:700px}}.booking{max-width:1088px;margin:0 auto;padding:56px 24px 90px}.booking .aud-strip{max-width:760px;margin-left:auto;margin-right:auto}.q-block{margin-bottom:30px}.q-block>label.q-label,.q-block fieldset legend{display:block;font-weight:800;color:var(--ink);font-size:1.05rem;margin-bottom:12px}.proof-facts{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;gap:12px 18px;margin-top:8px;padding:0}.proof-facts li{color:#ffffffe0;font-size:.95rem;padding:10px 16px;border:1px solid rgba(255,255,255,.18);border-radius:999px}.proof-facts li:before{content:"\2713\a0";color:var(--yellow);font-weight:800}.review .eyebrow{color:var(--yellow)}.review-hero{display:grid;grid-template-columns:340px 1fr;gap:56px;align-items:center;margin-bottom:44px}.review-body h2{font-size:clamp(1.8rem,3.4vw,2.6rem)}.review-body p{color:#ffffffd9}.review-verdict{font-family:var(--font-display);font-style:italic;color:var(--ink);font-size:1.08rem;line-height:1.5;margin:18px 0;padding:18px 22px;background:var(--yellow-pale);border-left:5px solid var(--yellow);border-radius:0 var(--radius) var(--radius) 0}.review-verdict cite{display:block;margin-top:10px;font-style:normal;font-family:var(--font-body);font-size:.9rem}.review-verdict cite a{color:var(--steel-dark);font-weight:800;text-decoration:underline}.btn--ext span{font-weight:900;margin-left:2px}.proof-facts--left{justify-content:flex-start;margin:4px 0 8px}.review .hero__actions{margin-top:22px}.review-bestfor{color:#ffffffa6;margin-top:14px}.review-quotes .quote p:before{color:var(--yellow)}.review .quote p{color:var(--ink-soft)}.review .quote__who strong{color:var(--ink)}.review .quote__who span{color:var(--ink-mute)}.review .review-verdict{color:var(--ink)}.score{position:relative;text-align:center;padding:10px 0}.score__ring{width:300px;max-width:100%;height:auto;display:block;margin:0 auto;filter:drop-shadow(0 12px 30px rgba(0,0,0,.35))}.score__track{fill:none;stroke:#ffffff24;stroke-width:14}.score__fill{fill:none;stroke:url(#scoreGrad);stroke-width:14;stroke-linecap:round;stroke-dasharray:100;stroke-dashoffset:100;transform:rotate(-90deg);transform-origin:50% 50%;transition:stroke-dashoffset 1.6s cubic-bezier(.2,.7,.2,1)}.score.is-on .score__fill{stroke-dashoffset:4}.score__num{position:absolute;left:0;right:0;top:10px;height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;pointer-events:none}.score__val{font-size:5.6rem;font-weight:900;line-height:.95;color:var(--white);letter-spacing:-.04em;font-variant-numeric:tabular-nums}.score__num small:before{content:"";display:block;width:34px;height:3px;border-radius:2px;background:linear-gradient(90deg,var(--yellow),var(--orange));margin:12px auto 10px}.score__num small{color:#ffffffb8;font-weight:800;font-size:.78rem;letter-spacing:.18em;text-transform:uppercase}.score__label{margin-top:10px;font-family:var(--font-display);font-style:italic;font-size:1.6rem;color:var(--yellow)}.score__meta{margin-top:8px;font-size:.9rem;color:#ffffffa6;line-height:1.5}@media(prefers-reduced-motion:reduce){.score__fill{transition:none}}.hero__badge--ncoa{text-decoration:none;padding:14px 22px 14px 14px;gap:16px;border:2px solid var(--yellow);box-shadow:0 14px 40px #0000002e,0 0 0 6px #ffcd002e;bottom:24px;left:-28px;transition:transform .18s ease}.hero__badge--ncoa:hover{transform:translateY(-2px)}.hero__badge--ncoa img{width:84px;height:84px}.hero__badge--ncoa span{display:flex;flex-direction:column;line-height:1.3;font-weight:600;color:var(--ink-mute);font-size:.9rem}.hero__badge--ncoa em{font-style:normal;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--steel-dark);font-weight:800;margin-bottom:2px}.hero__badge--ncoa strong{color:var(--ink);font-size:1.15rem;line-height:1.2;margin-bottom:2px}.hero__badge--ncoa b{color:var(--steel-dark);font-weight:800;font-size:.85rem;margin-top:4px}.compare-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:var(--radius-lg);box-shadow:var(--shadow);background:var(--white)}.compare{width:100%;min-width:720px;border-collapse:collapse;font-size:.97rem}.compare th,.compare td{padding:16px 18px;text-align:left;vertical-align:top;border-bottom:1px solid var(--line)}.compare thead th{font-size:.85rem;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-mute);background:var(--sand)}.compare tbody th{font-weight:800;color:var(--ink);width:24%}.compare tbody td{color:var(--ink-mute)}.compare .compare__hero{background:var(--ice);color:var(--ink)}.compare thead .compare__hero{color:var(--navy);font-weight:900}.compare .yes{color:var(--navy);font-weight:900;margin-right:4px}.compare tr:last-child th,.compare tr:last-child td{border-bottom:0}.compare-note{font-size:.8rem;font-style:italic}.compare-hint{display:none;text-align:center;margin-bottom:10px}@media(max-width:820px){.compare-hint{display:block}.compare{min-width:600px;font-size:.9rem}.compare th,.compare td{padding:12px}.compare tbody th,.compare thead th:first-child{position:sticky;left:0;background:var(--white);z-index:1;box-shadow:4px 0 8px -4px #0000001f;width:120px;min-width:120px}.compare thead th:first-child{background:var(--sand)}}.gallery img[data-gallery-thumb]{outline:2px solid transparent;outline-offset:2px;transition:outline-color .15s ease}.gallery img[data-gallery-thumb].active{outline-color:var(--navy)}.size-guide summary{cursor:pointer;font-weight:700;color:var(--steel-dark);font-size:.92rem}.size-guide img{max-width:min(420px,100%);margin-top:12px;border-radius:var(--radius);box-shadow:var(--shadow-soft)}.sticky-cta{display:none}.personalize{display:grid;grid-template-columns:.9fr 1.1fr;gap:48px;align-items:center}.personalize__phone{display:flex;justify-content:center}.personalize__phone img{max-width:340px;width:100%}.mini-steps{list-style:none;display:grid;gap:16px;margin-top:22px}.mini-steps li{display:grid;grid-template-columns:40px 1fr;gap:14px;align-items:start}.mini-steps .n{width:40px;height:40px;border-radius:50%;background:var(--navy);color:var(--white);font-weight:800;display:flex;align-items:center;justify-content:center}.mini-steps strong{display:block;color:var(--ink)}.mini-steps span{color:var(--ink-mute);font-size:.97rem}.soundbars{display:flex;align-items:center;gap:4px;height:44px;margin:4px 0 8px}.soundbars i{display:block;width:5px;border-radius:3px;background:linear-gradient(180deg,var(--yellow),var(--steel));height:30%;animation:sb 1.4s ease-in-out infinite;transform-origin:center}.soundbars i:nth-child(2n){animation-delay:.15s}.soundbars i:nth-child(3n){animation-delay:.3s;height:55%}.soundbars i:nth-child(5n){animation-delay:.45s;height:80%}.soundbars i:nth-child(7n){animation-delay:.6s;height:40%}@keyframes sb{0%,to{transform:scaleY(.5)}50%{transform:scaleY(1.4)}}@media(prefers-reduced-motion:reduce){.soundbars i{animation:none}}.aud-strip{display:flex;align-items:center;gap:16px;background:var(--ice);border-radius:var(--radius-lg);padding:16px 20px;margin-bottom:28px}.aud-strip img{width:84px;height:63px;border-radius:10px;flex:0 0 auto}.aud-strip strong{display:block;color:var(--ink)}.aud-strip span{font-size:.92rem;color:var(--ink-mute)}.consult-card{display:grid;grid-template-columns:120px 1fr auto;gap:24px;align-items:center;background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);padding:24px 28px;box-shadow:var(--shadow-soft);max-width:900px;margin:0 auto}.consult-card img{width:120px}.consult-card h3{margin-bottom:4px}.consult-card p{color:var(--ink-mute);font-size:.97rem}.jump{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin:0 auto 8px}.jump a{background:var(--white);border:1px solid var(--line);border-radius:999px;padding:8px 16px;font-weight:700;font-size:.92rem;color:var(--ink)}.jump a:hover{border-color:var(--navy);color:var(--navy)}.discreet-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.discreet-grid img{border-radius:var(--radius-lg);box-shadow:var(--shadow);aspect-ratio:1;object-fit:cover;width:100%}.center{text-align:center}.mt-1{margin-top:10px}.mt-2{margin-top:20px}.mt-3{margin-top:32px}.muted{color:var(--ink-mute)}.small{font-size:.92rem}.pill{display:inline-block;background:var(--aqua);color:var(--steel-dark);font-size:.85rem;font-weight:800;padding:6px 14px;border-radius:999px;margin-bottom:14px}.pill--peach{background:var(--peach-soft);color:var(--taupe)}@media(max-width:960px){.props,.props--3{grid-template-columns:repeat(2,1fr)}.hero__inner{grid-template-columns:1fr;padding:40px 24px}.hero__media{order:-1}.hero__badge{left:12px}.split,.split--rev{grid-template-columns:1fr;gap:34px}.split--rev .split__media{order:0}.product-card,.steps,.steps--4,.quotes,.personalize,.review-hero{grid-template-columns:1fr}.score__ring{width:240px}.score__num{height:240px}.score__val{font-size:4.4rem}.consult-card{grid-template-columns:1fr;text-align:center;justify-items:center}.footer__grid{grid-template-columns:1fr 1fr}}@media(max-width:820px){.nav{display:none;position:absolute;top:74px;left:0;right:0;background:var(--white);flex-direction:column;align-items:flex-start;padding:20px 24px 26px;gap:18px;border-bottom:1px solid var(--line);box-shadow:var(--shadow)}.nav.open{display:flex}.nav-toggle{display:block}.header__phone,.header__cta .btn{display:none}.section{padding:60px 0}.announce{font-size:.82rem;padding:8px 20px;line-height:1.4}.pill{font-size:.82rem;padding:5px 12px}.hero__media img{aspect-ratio:1 / 1}.hero__badge{font-size:.85rem;padding:12px 16px;left:12px;right:12px}.hero__badge--ncoa{left:12px;right:12px;bottom:14px;padding:12px 14px;gap:12px}.hero__badge--ncoa img{width:64px;height:64px}.hero__badge--ncoa strong{font-size:1rem}.trustbar__inner{gap:18px 28px}.trustbar span{flex-basis:100%;text-align:center}.trustbar img{height:38px;width:auto}.trustbar img[alt="Hearing Tracker"]{height:28px}.awards{gap:22px 20px}.awards figure{max-width:44%}.awards img{height:58px;margin:0 auto}.footer li{margin-bottom:6px}.footer li a{display:inline-block;padding:6px 0}.footer__legal{gap:8px}.sticky-cta{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:60;background:#fffffff7;border-top:1px solid var(--line);padding:10px 16px calc(10px + env(safe-area-inset-bottom));gap:10px;align-items:center;justify-content:space-between;box-shadow:0 -6px 20px #0000000f}.sticky-cta span{font-size:.85rem;font-weight:700;color:var(--ink);line-height:1.25}.sticky-cta .btn{white-space:nowrap}body{padding-bottom:76px}}@media(max-width:560px){.props{grid-template-columns:1fr}.cta-band{padding:46px 24px}.discreet-grid{grid-template-columns:1fr}.hero__actions .btn,.cta-band .btn{width:100%}.footer__grid{grid-template-columns:1fr 1fr;gap:28px 20px}.footer__brand{grid-column:1 / -1}.awards figure{max-width:46%}.consult-card{padding:22px 20px}.step,.prop,.quote{padding:26px 20px}.product-card__body{padding:28px 20px}.aud-strip{padding:14px 16px;gap:12px}.aud-strip img{width:68px;height:51px}h1{font-size:clamp(1.9rem,8vw,2.4rem)}h2{font-size:clamp(1.5rem,6.5vw,1.9rem)}.product-card__body{padding:32px 26px}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/static-styles.css.map */
