@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap";:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#172033;background:#fff;font-synthesis:none;text-rendering:optimizeLegibility;--amplivox-orange: #f59a23;--amplivox-orange-dark: #d97b09;--ink: #172033;--ink-soft: #4e5a6f;--navy: #12243e;--navy-2: #18365b;--blue-soft: #eef5fb;--line: #e5eaf0;--surface: #f7f9fc;--white: #ffffff;--shadow-sm: 0 12px 35px rgb(18 36 62 / .08);--shadow-md: 0 25px 65px rgb(18 36 62 / .13)}*{box-sizing:border-box}html{min-height:100%;scroll-behavior:smooth;background:#fff}body{min-width:320px;min-height:100vh;margin:0;background:#fff;color:var(--ink);line-height:1.6}body,button,input,textarea,select{font:inherit}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,a,summary{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid rgb(245 154 35 / .45);outline-offset:3px;border-radius:8px}summary{list-style:none}summary::-webkit-details-marker{display:none}.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}.site-page{min-height:100vh;overflow:clip}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.section{padding:96px 0}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--amplivox-orange-dark);font-size:.76rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.eyebrow-light{color:#ffd29b}.section-intro{max-width:680px}.section-intro-center{margin-inline:auto;text-align:center}.section-intro h2,.about-copy h2,.feature-copy h2,.reviews-score h2,.companion-copy h2{margin:12px 0 0;color:var(--navy);font-size:clamp(2rem,4vw,3.45rem);line-height:1.06;letter-spacing:-.045em}.section-intro p,.about-copy p,.feature-copy p,.reviews-score p,.companion-copy p{color:var(--ink-soft)}.section-intro p{margin:18px 0 0;font-size:1.02rem}.section-heading-row{display:flex;align-items:end;justify-content:space-between;gap:36px;margin-bottom:40px}.text-link{display:inline-flex;align-items:center;gap:8px;color:var(--navy);font-weight:800;transition:color .16s ease,transform .16s ease}.text-link:hover{color:var(--amplivox-orange-dark)}.text-link svg{transition:transform .16s ease}.text-link:hover svg{transform:translate(3px)}.text-link-muted{color:#69758a}.button{display:inline-flex;min-height:50px;align-items:center;justify-content:center;gap:9px;padding:0 20px;border:1px solid transparent;border-radius:14px;font-size:.94rem;font-weight:800;line-height:1.2;transition:transform .16s ease,box-shadow .16s ease,background .16s ease,border-color .16s ease}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--amplivox-orange);color:#172033;box-shadow:0 16px 32px #f59a233d}.button-primary:hover{background:#ffab3d;box-shadow:0 18px 36px #f59a2352}.button-ghost{border-color:#ffffff57;background:#ffffff14;color:#fff}.button-ghost:hover{background:#ffffff24}.button-dark{background:var(--navy);color:#fff;box-shadow:0 14px 28px #12243e24}.button-dark:hover{background:#1b3558}.button-light{background:#fff;color:var(--navy)}.button-outline-light{border-color:#ffffff6b;color:#fff}.button-outline-light:hover{background:#ffffff1a}.button-soft{border-color:#dce5ee;background:#f6f9fc;color:var(--navy)}.site-header{position:relative;z-index:50}.topbar{background:#0f2038;color:#dce7f5;font-size:.78rem}.topbar-inner{display:flex;min-height:38px;align-items:center;justify-content:space-between;gap:24px}.topbar-group,.topbar-actions{display:flex;align-items:center;gap:20px}.topbar a{display:inline-flex;align-items:center;gap:6px;transition:color .16s ease}.topbar a:hover{color:#fff}.topbar-secondary{color:#9fb0c5}.nav-shell{position:relative;border-bottom:1px solid rgb(229 234 240 / .88);background:#fffffff5;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.nav-inner{display:flex;min-height:82px;align-items:center;gap:28px}.brand{display:inline-flex;flex:0 0 auto;align-items:center}.brand img,.footer-brand img{width:184px;height:auto}.desktop-nav{display:flex;min-width:0;flex:1;align-items:center;justify-content:center;gap:4px}.desktop-nav>a,.nav-dropdown>summary{display:inline-flex;min-height:44px;align-items:center;gap:5px;padding:0 10px;border-radius:10px;color:#344158;cursor:pointer;font-size:.86rem;font-weight:700;white-space:nowrap;transition:background .16s ease,color .16s ease}.desktop-nav>a:hover,.nav-dropdown>summary:hover,.nav-dropdown[open]>summary{background:#f4f7fa;color:var(--navy)}.nav-dropdown{position:relative}.nav-dropdown-panel{position:absolute;top:calc(100% + 8px);left:0;display:grid;width:270px;gap:3px;padding:10px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:var(--shadow-md)}.nav-dropdown-panel a{padding:10px 12px;border-radius:10px;color:#47546a;font-size:.86rem;font-weight:650}.nav-dropdown-panel a:hover{background:var(--blue-soft);color:var(--navy)}.header-cta{display:inline-flex;min-height:44px;flex:0 0 auto;align-items:center;gap:8px;padding:0 15px;border-radius:12px;background:var(--amplivox-orange);color:#172033;font-size:.82rem;font-weight:850;transition:background .16s ease,transform .16s ease}.header-cta:hover{background:#ffad42;transform:translateY(-1px)}.mobile-menu{display:none;margin-left:auto}.mobile-menu>summary{display:grid;width:44px;height:44px;place-items:center;border:1px solid var(--line);border-radius:12px;cursor:pointer;color:var(--navy)}.mobile-menu-panel{position:absolute;top:calc(100% + 1px);right:20px;left:20px;display:grid;gap:3px;padding:14px;border:1px solid var(--line);border-radius:0 0 18px 18px;background:#fff;box-shadow:var(--shadow-md)}.mobile-menu-panel a{padding:12px 14px;border-radius:10px;color:#39465c;font-weight:750}.mobile-menu-panel a:hover{background:#f5f8fb}.mobile-menu-panel .mobile-whatsapp{margin-top:6px;background:var(--amplivox-orange);color:#172033;text-align:center}.hero{position:relative;min-height:660px;overflow:hidden;background:var(--navy);color:#fff}.hero-media,.hero-media img,.hero-overlay{position:absolute;inset:0;width:100%;height:100%}.hero-media img{object-fit:cover;object-position:center}.hero-overlay{background:linear-gradient(90deg,#0a1c32f7,#0a1c32e6 38%,#0a1c327a 67%,#0a1c322e),linear-gradient(180deg,transparent 60%,rgb(10 28 50 / .32))}.hero-inner{position:relative;z-index:2;display:grid;min-height:660px;grid-template-columns:minmax(0,1fr) 320px;align-items:center;gap:64px;padding-block:72px}.hero-copy{max-width:730px}.hero-kicker{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid rgb(255 255 255 / .16);border-radius:999px;background:#ffffff14;color:#e9f1fa;font-size:.78rem;font-weight:800;letter-spacing:.02em}.hero h1{max-width:760px;margin:20px 0 0;color:#fff;font-size:clamp(3rem,6vw,5.8rem);line-height:.97;letter-spacing:-.06em}.hero-copy>p{max-width:650px;margin:24px 0 0;color:#d8e3ef;font-size:clamp(1rem,1.6vw,1.2rem)}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.hero-proof{display:flex;flex-wrap:wrap;gap:18px;margin-top:28px;color:#b9c9d9;font-size:.78rem;font-weight:700}.hero-proof span{display:inline-flex;align-items:center;gap:6px}.hero-proof svg{color:var(--amplivox-orange)}.hero-card{align-self:end;margin-bottom:24px;padding:26px;border:1px solid rgb(255 255 255 / .18);border-radius:22px;background:#ffffff1a;box-shadow:0 25px 70px #0000002e;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.hero-card-label{color:#ffc77e;font-size:.72rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.hero-card strong{display:block;margin-top:9px;color:#fff;font-size:1.28rem;line-height:1.2}.hero-card p{margin:12px 0 18px;color:#dbe5ef;font-size:.9rem}.hero-card a{display:inline-flex;align-items:center;gap:8px;color:#fff;font-weight:800}.trust-strip{position:relative;z-index:3;margin-top:-1px;border-bottom:1px solid var(--line);background:#fff}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr)}.trust-item{display:grid;min-height:116px;grid-template-columns:auto 1fr auto;align-items:center;gap:15px;padding:22px 24px;border-right:1px solid var(--line);transition:background .16s ease}.trust-item:first-child{border-left:1px solid var(--line)}.trust-item:hover{background:#fbfcfe}.icon-box{display:grid;width:46px;height:46px;place-items:center;border-radius:13px;background:#fff1dd;color:var(--amplivox-orange-dark)}.icon-box svg{width:22px;height:22px}.trust-item strong,.trust-item span{display:block}.trust-item strong{color:var(--navy);font-size:.98rem}.trust-item div>span{margin-top:2px;color:#6c788d;font-size:.78rem}.trust-item>svg{color:#9ba8b9}.about-section{background:#fff}.split-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);align-items:center;gap:clamp(48px,7vw,88px)}.about-gallery{position:relative}.about-image-main{overflow:hidden;border-radius:30px;background:#e8edf3;box-shadow:var(--shadow-md)}.about-image-main img{width:100%;aspect-ratio:1.18 / 1;object-fit:cover}.experience-card{position:absolute;right:-24px;bottom:28px;width:210px;padding:22px;border-radius:20px;background:var(--navy);color:#fff;box-shadow:var(--shadow-md)}.experience-card strong,.experience-card span{display:block}.experience-card strong{color:#ffc16f;font-size:1.45rem}.experience-card span{margin-top:4px;color:#d2ddea;font-size:.82rem;line-height:1.45}.about-copy h2{max-width:560px}.about-copy .lead{margin:22px 0 0;color:#334158;font-size:1.08rem;font-weight:600}.about-copy>p:not(.lead){margin:14px 0 0}.about-points{display:grid;gap:12px;margin-top:24px}.about-points span{display:flex;align-items:center;gap:10px;color:#344158;font-size:.9rem;font-weight:700}.about-points svg{flex:0 0 auto;color:var(--amplivox-orange-dark)}.inline-actions{display:flex;flex-wrap:wrap;gap:22px;margin-top:28px}.audience-section{background:var(--surface)}.audience-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:38px}.audience-card{position:relative;min-height:380px;overflow:hidden;border-radius:26px;background:var(--navy);box-shadow:var(--shadow-sm)}.audience-card img,.audience-overlay{position:absolute;inset:0;width:100%;height:100%}.audience-card img{object-fit:cover;transition:transform .5s cubic-bezier(.2,.7,.2,1)}.audience-card:hover img{transform:scale(1.035)}.audience-overlay{background:linear-gradient(180deg,#12243e14 20%,#12243ed1)}.audience-content{position:absolute;right:28px;bottom:26px;left:28px;color:#fff}.audience-content>span:first-child{color:#f6c27e;font-size:.72rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.audience-content strong{display:block;margin-top:2px;font-size:2.1rem;line-height:1.1}.audience-link{display:inline-flex;align-items:center;gap:7px;margin-top:11px;font-size:.88rem;font-weight:800}.audiometry-section{background:#fff}.audiometry-card{position:relative;display:grid;min-height:460px;grid-template-columns:minmax(0,1fr) 340px;align-items:center;gap:50px;overflow:hidden;padding:64px;border-radius:32px;background:radial-gradient(circle at 84% 26%,rgb(78 128 179 / .26),transparent 25%),linear-gradient(135deg,#10243f,#183b63);color:#fff;box-shadow:var(--shadow-md)}.audiometry-copy{position:relative;z-index:2;max-width:690px}.audiometry-copy h2{margin:12px 0 0;color:#fff;font-size:clamp(2.5rem,5vw,4.8rem);line-height:.98;letter-spacing:-.055em}.audiometry-copy h2 span{color:#ffc170;font-style:italic}.audiometry-copy p{max-width:630px;margin:20px 0 0;color:#d9e4ef;font-size:1.02rem}.audiometry-visual{position:relative;display:grid;aspect-ratio:1;place-items:center;border-radius:50%;color:#ffc170}.audiometry-visual>svg{position:relative;z-index:4}.sound-ring{position:absolute;border:1px solid rgb(255 255 255 / .2);border-radius:50%}.sound-ring-one{width:38%;height:38%;background:#ffffff0d}.sound-ring-two{width:65%;height:65%}.sound-ring-three{width:92%;height:92%}.products-section{background:var(--surface)}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product-card{display:flex;min-width:0;flex-direction:column;padding:16px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 8px 26px #12243e0a;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.product-card:hover{transform:translateY(-4px);border-color:#d6dde6;box-shadow:var(--shadow-sm)}.product-image-wrap{display:grid;aspect-ratio:1;place-items:center;overflow:hidden;border-radius:15px;background:#f3f5f7}.product-image-wrap img{width:100%;height:100%;object-fit:contain;transition:transform .25s ease}.product-card:hover .product-image-wrap img{transform:scale(1.035)}.product-category{margin-top:16px;color:var(--amplivox-orange-dark);font-size:.69rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.product-card>strong{margin-top:5px;color:var(--navy);font-size:1rem;line-height:1.35}.product-link{display:inline-flex;align-items:center;gap:6px;margin-top:auto;padding-top:16px;color:#617087;font-size:.78rem;font-weight:750}.feature-section{background:#fff}.feature-card{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(0,.96fr);overflow:hidden;border:1px solid var(--line);border-radius:30px;background:#fff;box-shadow:var(--shadow-md)}.feature-image{min-height:520px;background:#e9eef4}.feature-image img{width:100%;height:100%;object-fit:cover;object-position:center}.feature-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(38px,6vw,72px)}.feature-lead{margin:20px 0 0;color:#3f4d63!important;font-size:1.03rem;font-weight:600}.feature-list{display:grid;gap:12px;margin:24px 0 30px;padding:0;list-style:none}.feature-list li{display:flex;align-items:flex-start;gap:9px;color:#4f5d72;font-size:.9rem}.feature-list svg{flex:0 0 auto;margin-top:2px;color:var(--amplivox-orange-dark)}.feature-copy .button{align-self:flex-start}.brands-section{padding-top:34px;background:#fff}.brands-grid{display:grid;max-width:820px;grid-template-columns:repeat(3,1fr);gap:20px;margin:34px auto 0}.brand-card{display:grid;min-height:150px;place-items:center;padding:20px;border:1px solid var(--line);border-radius:20px;background:#fff}.brand-card img{width:150px;height:90px;object-fit:contain}.reviews-section{background:var(--surface)}.reviews-card{display:grid;grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);gap:56px;padding:clamp(34px,5vw,60px);border:1px solid var(--line);border-radius:30px;background:#fff;box-shadow:var(--shadow-sm)}.stars,.mini-stars{display:flex;color:#f5a524}.stars{gap:4px;margin-top:20px}.reviews-score>strong{display:block;margin-top:10px;color:var(--navy);font-size:1.05rem}.reviews-score p{max-width:420px;margin:10px 0 24px}.review-names{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;align-content:center}.review-name-card{position:relative;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:12px;padding:18px;border:1px solid var(--line);border-radius:18px;background:#fbfcfe}.review-avatar{display:grid;width:42px;height:42px;place-items:center;border-radius:50%;background:#e8eff7;color:var(--navy);font-weight:850}.review-name-card strong,.review-name-card div>span{display:block}.review-name-card strong{color:var(--navy);font-size:.88rem}.review-name-card div>span{color:#7b8798;font-size:.72rem}.review-name-card .mini-stars{grid-column:2;gap:2px;margin-top:-4px}.content-section{background:#fff}.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.article-card{overflow:hidden;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 8px 28px #12243e0d}.article-image{display:block;overflow:hidden;aspect-ratio:1.55 / 1;background:#eef1f5}.article-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.article-card:hover .article-image img{transform:scale(1.035)}.article-body{padding:20px 22px 22px}.article-body>span{color:var(--amplivox-orange-dark);font-size:.69rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.article-body h3{margin:8px 0 16px;color:var(--navy);font-size:1.13rem;line-height:1.35}.article-body h3 a:hover{color:#294f7d}.article-link{display:inline-flex;align-items:center;gap:6px;color:#69778b;font-size:.79rem;font-weight:800}.companion-section{padding-top:24px;background:#fff}.companion-card{position:relative;display:grid;min-height:470px;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);overflow:hidden;border-radius:32px;background:#10223c;color:#fff}.companion-copy{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;padding:58px}.companion-copy h2{color:#fff}.companion-copy p{margin:18px 0 0;color:#d2ddea}.companion-points{display:grid;gap:10px;margin:22px 0 28px}.companion-points span{display:flex;align-items:center;gap:9px;color:#e4edf6;font-size:.88rem;font-weight:700}.companion-points svg{color:#ffc170}.companion-copy .button{align-self:flex-start}.companion-image{min-height:470px}.companion-image img{width:100%;height:100%;object-fit:cover;object-position:center}.locations-section{background:var(--surface)}.locations-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);align-items:center;gap:64px}.location-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.city-cloud{display:flex;flex-wrap:wrap;gap:10px;align-content:center}.city-cloud a{display:inline-flex;min-height:42px;align-items:center;gap:7px;padding:0 13px;border:1px solid #dce4ed;border-radius:999px;background:#fff;color:#4c5a6f;font-size:.8rem;font-weight:750;transition:border-color .16s ease,color .16s ease,transform .16s ease}.city-cloud a:hover{transform:translateY(-2px);border-color:#c9d4df;color:var(--navy)}.city-cloud svg{color:var(--amplivox-orange-dark)}.site-footer{background:#0f2038;color:#d6e1ee}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:50px;padding-block:64px}.footer-brand img{filter:brightness(0) invert(1)}.footer-brand>p,.footer-small{color:#aebfd1;font-size:.84rem}.footer-brand>p{max-width:340px;margin:18px 0 0}.footer-contact-list{display:grid;gap:9px;margin-top:20px}.footer-contact-list a,.footer-social{display:inline-flex;align-items:center;gap:8px;color:#edf4fb;font-size:.82rem;font-weight:750}.site-footer h2{margin:0 0 16px;color:#fff;font-size:.91rem;letter-spacing:.02em}.footer-links{display:grid;gap:9px}.footer-links a{color:#aebfd1;font-size:.8rem;transition:color .16s ease}.footer-links a:hover{color:#fff}.footer-small{margin:0 0 16px}.footer-button{display:inline-flex;min-height:42px;align-items:center;padding:0 13px;border:1px solid rgb(255 255 255 / .16);border-radius:10px;color:#fff;font-size:.78rem;font-weight:800}.footer-social{margin-top:16px}.footer-bottom{border-top:1px solid rgb(255 255 255 / .1)}.footer-bottom-inner{display:flex;min-height:58px;align-items:center;justify-content:space-between;gap:20px;color:#8598ac;font-size:.72rem}.footer-bottom a:hover{color:#fff}.floating-whatsapp{position:fixed;right:22px;bottom:22px;z-index:40;display:inline-flex;min-height:52px;align-items:center;gap:9px;padding:0 17px;border:1px solid rgb(255 255 255 / .2);border-radius:999px;background:#1f8f5f;color:#fff;box-shadow:0 16px 40px #145a3e4d;font-size:.8rem;font-weight:850}@media(max-width:1080px){.desktop-nav{gap:0}.desktop-nav>a,.nav-dropdown>summary{padding-inline:7px;font-size:.79rem}.header-cta{display:none}.hero-inner{grid-template-columns:minmax(0,1fr) 290px;gap:36px}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.footer-grid{grid-template-columns:1.4fr repeat(2,1fr)}.footer-grid>:last-child{grid-column:2 / -1}}@media(max-width:900px){.section{padding:76px 0}.topbar-secondary,.topbar-actions>a:last-child{display:none}.desktop-nav{display:none}.mobile-menu{display:block}.nav-inner{min-height:74px}.hero,.hero-inner{min-height:620px}.hero-inner{grid-template-columns:1fr;align-content:center;gap:28px}.hero-copy{max-width:680px}.hero-card{width:min(100%,520px);align-self:auto;margin:0}.trust-grid{grid-template-columns:1fr}.trust-item,.trust-item:first-child{min-height:96px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);border-left:1px solid var(--line)}.split-grid,.feature-card,.reviews-card,.locations-grid{grid-template-columns:1fr}.experience-card{right:18px}.audiometry-card{grid-template-columns:1fr;padding:50px}.audiometry-visual{display:none}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-image{min-height:420px}.reviews-card{gap:34px}.companion-card{grid-template-columns:1fr}.companion-image{min-height:320px;order:-1}.footer-grid{grid-template-columns:repeat(2,1fr)}.footer-grid>:last-child{grid-column:auto}}@media(max-width:680px){.container{width:min(100% - 28px,1180px)}.section{padding:62px 0}.topbar{display:none}.brand img{width:160px}.hero{min-height:680px}.hero-inner{min-height:680px;padding-block:54px}.hero-overlay{background:linear-gradient(180deg,#0a1c32eb,#0a1c32d1 54%,#0a1c32f5)}.hero-media img{object-position:58% center}.hero h1{font-size:clamp(2.8rem,13vw,4rem)}.hero-copy>p{font-size:.98rem}.hero-actions,.location-actions{display:grid}.hero-actions .button,.location-actions .button{width:100%}.hero-proof{display:grid;gap:8px}.hero-card{display:none}.section-heading-row{display:block}.section-heading-row>.text-link{margin-top:20px}.about-image-main{border-radius:22px}.experience-card{position:relative;right:auto;bottom:auto;width:calc(100% - 32px);margin:-36px auto 0}.audience-grid,.article-grid,.brands-grid,.review-names,.footer-grid{grid-template-columns:1fr}.audience-card{min-height:320px}.audiometry-card{padding:38px 26px;border-radius:24px}.audiometry-copy h2{font-size:clamp(2.4rem,11vw,3.5rem)}.product-grid{display:flex;margin-right:-14px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.product-grid::-webkit-scrollbar{display:none}.product-card{min-width:min(78vw,300px);scroll-snap-align:start}.feature-card,.reviews-card,.companion-card{border-radius:24px}.feature-image{min-height:320px}.feature-copy,.companion-copy{padding:34px 26px}.brands-section{padding-top:20px}.brand-card{min-height:120px}.reviews-card{padding:28px 22px}.review-name-card{padding:15px}.companion-image{min-height:250px}.city-cloud{gap:8px}.city-cloud a{min-height:38px;padding-inline:11px;font-size:.75rem}.footer-grid{gap:34px;padding-block:48px}.footer-bottom-inner{min-height:76px;flex-direction:column;justify-content:center;text-align:center}.floating-whatsapp{right:14px;bottom:14px;width:52px;padding:0;justify-content:center}.floating-whatsapp span{display:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}:root{--production-orange: #ff9700;--production-orange-dark: #e98400;--production-ink: #20140d;--production-muted: #6f655f;--production-beige: #c8ad9b;--production-soft: #f5f5f3;--production-green: #25d366}.production-home,.production-home button,.production-home input,.production-home textarea,.production-home select{font-family:Poppins,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.production-home{color:var(--production-ink);background:#fff}.live-header{position:relative;z-index:80;font-family:Poppins,ui-sans-serif,system-ui,sans-serif}.live-topbar{background:#fff;color:#2a1a12;border-bottom:1px solid #f0efed}.live-topbar .topbar-inner{min-height:40px}.live-topbar .topbar-group,.live-topbar .topbar-actions{gap:22px}.live-topbar a{color:#2a1a12;font-size:.72rem;font-weight:600}.live-topbar a:hover{color:var(--production-orange-dark)}.live-nav-shell{position:sticky;top:0;z-index:75;border-bottom:1px solid #ecebea;background:#fffffffa;box-shadow:0 6px 22px #261a100a;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.live-nav-shell .nav-inner{min-height:84px;gap:26px}.live-nav-shell .brand img{width:220px;max-height:58px;object-fit:contain}.live-nav-shell .desktop-nav{justify-content:flex-end;gap:8px}.live-nav-shell .desktop-nav>a,.live-nav-shell .nav-dropdown>summary{min-height:42px;padding:0 11px;border-radius:24px;color:#24160f;font-size:.78rem;font-weight:700}.live-nav-shell .desktop-nav>a:hover,.live-nav-shell .nav-dropdown>summary:hover{color:var(--production-orange-dark);background:#fff7ec}.live-nav-shell .nav-dropdown[open]>summary{color:#fff;background:#f39a2d}.live-nav-shell .nav-dropdown-panel{top:calc(100% + 12px);width:300px;padding:12px;border:0;border-radius:14px;box-shadow:0 18px 50px #2c1c1024}.live-nav-shell .nav-dropdown-panel a{padding:10px 12px;color:#3b2b22;font-size:.78rem}.live-nav-shell .nav-dropdown-panel a:hover{background:#fff4e5;color:#c96700}.live-nav-shell .nav-mega{position:static}.live-nav-shell .nav-mega-panel{position:absolute;top:100%;right:0;left:0;width:100%;border-top:1px solid #eceae8;background:#fff;box-shadow:0 16px 28px #26190e1f}.live-nav-shell .nav-mega-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:64px;padding-top:28px;padding-bottom:30px}.live-nav-shell .nav-mega-grid>div>strong{display:block;margin-bottom:16px;color:#2a1a12;font-size:1rem}.live-nav-shell .nav-mega-grid a{padding:8px 0;border-bottom:1px solid #e7e4e1;color:#45352d;font-size:.78rem;font-weight:600}.live-nav-shell .nav-mega-grid a:hover{color:var(--production-orange-dark)}.production-hero{position:relative;height:clamp(560px,72vh,760px);min-height:560px;overflow:hidden;background:#433a34}.production-hero-image,.production-hero-overlay{position:absolute;inset:0;width:100%;height:100%}.production-hero-image{object-fit:cover;object-position:center 44%}.production-hero-overlay{background:linear-gradient(180deg,#0d0a0842,#0d0a0847 38%,#0d0a089e),linear-gradient(90deg,#0d0a081f,#0d0a080f)}.production-hero-content{position:relative;z-index:2;display:flex;height:100%;max-width:880px;flex-direction:column;align-items:center;justify-content:flex-end;padding-bottom:clamp(72px,10vh,118px);color:#fff;text-align:center}.production-hero-content h1{max-width:820px;margin:0;color:#fff;font-size:clamp(2rem,3.1vw,3.25rem);font-weight:800;line-height:1.06;letter-spacing:-.035em;text-wrap:balance;text-shadow:0 2px 16px rgb(0 0 0 / .3)}.production-hero-content p{max-width:770px;margin:24px 0 0;color:#fff;font-size:clamp(.92rem,1.2vw,1.05rem);font-weight:600;text-shadow:0 2px 10px rgb(0 0 0 / .32)}.production-hero-button{display:inline-flex;min-width:260px;min-height:64px;align-items:center;justify-content:center;margin-top:28px;padding:0 30px;border-radius:999px;background:#fff;color:#2e1b12;font-size:1rem;font-weight:700;box-shadow:0 10px 26px #00000029;transition:transform .18s ease,background .18s ease}.production-hero-button:hover{transform:translateY(-2px);background:#fff8ef}.production-section-heading{max-width:850px}.production-section-heading-center{margin-inline:auto;text-align:center}.production-section-heading>span{display:block;color:#2c201a;font-size:clamp(1rem,1.5vw,1.35rem);font-weight:400;letter-spacing:.14em}.production-section-heading h2{margin:2px 0 0;color:#21150e;font-size:clamp(2rem,3.2vw,3.25rem);font-weight:800;line-height:1.06;letter-spacing:-.04em}.production-section-heading p{margin:18px 0 0;color:#4b3c34;font-size:1rem}.production-about{position:relative;overflow:hidden;padding:78px 0 92px;background:#fff}.production-about:before,.production-about:after{position:absolute;content:"";pointer-events:none;border:24px solid #f2f1ee;border-radius:50%;opacity:.75}.production-about:before{width:330px;height:330px;top:32px;left:-100px}.production-about:after{width:500px;height:500px;right:-240px;bottom:-200px}.production-about-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.02fr);align-items:center;gap:54px;margin-top:32px}.production-clinic-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.production-clinic-grid img{width:100%;aspect-ratio:1.08 / 1;border-radius:7px;object-fit:cover;background:#f0eeeb}.production-about-copy{max-width:650px}.production-about-copy p{margin:0;color:#3d2f27;font-size:.92rem;line-height:1.72}.production-about-copy p+p{margin-top:22px}.production-about-lead{color:#261810!important;font-size:1.02rem!important;font-weight:700}.production-oticon-mark{display:grid;justify-items:start;margin-top:22px}.production-oticon-mark small,.production-oticon-mark strong{color:#2e211a;font-size:.72rem;font-weight:700}.production-oticon-mark img{width:180px;max-height:62px;margin:3px 0;object-fit:contain;object-position:left center}.production-soft-button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:8px;margin-top:20px;padding:0 24px;border-radius:999px;background:var(--production-beige);color:#fff;font-size:.82rem;font-weight:600;transition:transform .18s ease,filter .18s ease}.production-soft-button:hover{transform:translateY(-2px);filter:brightness(.96)}.production-audience-audiometry{position:relative;padding-top:86px;background:linear-gradient(#fff 0 30%,#f4f5f6 30% 100%)}.production-audience-row{position:relative;z-index:4;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px;margin-bottom:-74px}.production-audience-banner{display:block;overflow:hidden;border-radius:30px;background:#f0f1f1;box-shadow:0 16px 34px #261e1814;transition:transform .18s ease,box-shadow .18s ease}.production-audience-banner:hover{transform:translateY(-3px);box-shadow:0 20px 42px #261e181f}.production-audience-banner img{width:100%;height:auto}.production-audiometry-panel{position:relative;min-height:560px;overflow:hidden;background:#352e29}.production-audiometry-image,.production-audiometry-overlay{position:absolute;inset:0;width:100%;height:100%}.production-audiometry-image{object-fit:cover;object-position:center}.production-audiometry-overlay{background:linear-gradient(90deg,#110e0cc2,#110e0c8a 38%,#110e0c2b 72%,#110e0c14)}.production-audiometry-content{position:relative;z-index:2;display:flex;min-height:560px;max-width:1180px;flex-direction:column;align-items:flex-start;justify-content:center;padding-top:86px;color:#fff}.production-audiometry-content>span{font-size:clamp(1.2rem,2vw,1.9rem);font-weight:400;letter-spacing:.12em}.production-audiometry-content h2{margin:-2px 0 0;color:#fff;font-size:clamp(4rem,7vw,6.2rem);font-weight:800;line-height:.96;letter-spacing:-.055em}.production-audiometry-content>strong{margin-top:2px;font-size:clamp(1.5rem,2.7vw,2.45rem);font-weight:400}.production-audiometry-content p{max-width:560px;margin:36px 0 0;color:#fff;font-size:clamp(1rem,1.6vw,1.28rem);line-height:1.55}.production-whatsapp-button{display:inline-flex;min-height:58px;align-items:center;gap:8px;margin-top:28px;padding:0 28px;border-radius:999px;background:var(--production-green);color:#fff;font-size:1.15rem;font-weight:700;box-shadow:0 10px 24px #25d3663d}.production-products{padding:94px 0 92px;background:#fff}.production-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:58px 38px;margin-top:46px}.production-product-card{display:flex;min-width:0;flex-direction:column;align-items:stretch;text-align:center}.production-product-image{display:grid;aspect-ratio:1;place-items:center;overflow:hidden;border:3px solid #f1efed;border-radius:9px;background:#fff;box-shadow:0 8px 20px #291c140f}.production-product-image img{width:100%;height:100%;object-fit:contain;transition:transform .22s ease}.production-product-card:hover .production-product-image img{transform:scale(1.035)}.production-product-card h3{margin:18px 0 0;color:#2a1b13;font-size:.82rem;font-weight:700;line-height:1.25}.production-product-button{display:inline-flex;min-height:38px;align-items:center;justify-content:center;gap:6px;margin-top:20px;padding:0 18px;border-radius:999px;background:#eee6e1;color:#3e2b20;font-size:.74rem;font-weight:700}.production-pediatric{display:grid;min-height:500px;grid-template-columns:1fr 1.06fr;background:linear-gradient(90deg,#f6f3f0,#fff)}.production-pediatric-image-wrap{min-height:500px;overflow:hidden}.production-pediatric-image-wrap img{width:100%;height:100%;object-fit:cover;object-position:center}.production-pediatric-copy{display:flex;max-width:760px;flex-direction:column;align-items:center;justify-content:center;padding:54px clamp(36px,6vw,90px);text-align:center}.production-pediatric-copy>span{font-size:1.25rem;letter-spacing:.12em}.production-pediatric-copy h2{margin:0;color:#2a170e;font-size:clamp(2.1rem,3.3vw,3.3rem);font-weight:800;line-height:1.05}.production-pediatric-copy h3{margin:28px 0 0;color:#3a2519;font-size:clamp(1.25rem,1.8vw,1.7rem);font-weight:400;line-height:1.25}.production-pediatric-copy p{margin:22px 0 0;color:#49382f;font-size:.92rem;line-height:1.65}.production-brands{padding:76px 0 82px;background:#fff;text-align:center}.production-brands h2{margin:0;color:#2d2019;font-size:clamp(1.7rem,2.7vw,2.6rem);font-weight:400}.production-brand-row{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:34px}.production-brand-row img{width:190px;height:90px;object-fit:contain;filter:grayscale(1) contrast(1.15)}.production-reviews{padding:78px 0 92px;background:#f8f9fa}.production-review-layout{display:grid;grid-template-columns:190px 1fr;align-items:center;gap:26px;margin-top:38px}.production-review-score{display:grid;justify-items:center;text-align:center}.production-review-score>strong{font-size:1rem}.production-review-stars,.production-mini-stars{display:flex;color:#f5b800}.production-review-stars{margin-top:8px}.production-review-score>span{margin-top:8px;color:#6d625c;font-size:.68rem}.production-review-score>b{margin-top:2px;font-size:1rem}.production-review-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.production-review-card{min-height:140px;padding:20px;border:1px solid #ebe8e5;border-radius:9px;background:#fff;box-shadow:0 8px 20px #2a1e160a}.production-review-person{display:flex;align-items:center;gap:10px}.production-review-person>span{display:grid;width:38px;height:38px;place-items:center;border-radius:50%;background:#1d9bf0;color:#fff;font-weight:700}.production-review-person strong,.production-review-person small{display:block}.production-review-person strong{color:#2f2119;font-size:.78rem}.production-review-person small{margin-top:2px;color:#9a908a;font-size:.64rem}.production-mini-stars{margin-top:18px}.production-review-cta{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:34px;color:#4a3a31;font-size:.82rem}.production-review-cta a,.production-content-cta a{display:inline-flex;min-height:42px;align-items:center;justify-content:center;padding:0 24px;border-radius:999px;background:var(--production-orange);color:#fff;font-weight:700}.production-content{padding:86px 0 96px;background:#fff}.production-article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:42px}.production-article-card{overflow:hidden;border:1px solid #eeeae7;border-radius:16px;background:#fff;box-shadow:0 10px 28px #2d1f160d}.production-article-image{display:block;aspect-ratio:16 / 9;overflow:hidden;background:#f1efec}.production-article-image img{width:100%;height:100%;object-fit:cover}.production-article-card>div{padding:20px}.production-article-card>div>span{color:var(--production-orange-dark);font-size:.68rem;font-weight:700;text-transform:uppercase}.production-article-card h3{margin:8px 0 0;color:#2f2018;font-size:1rem;line-height:1.35}.production-article-card>div>a{display:inline-flex;align-items:center;gap:6px;margin-top:16px;color:#59463b;font-size:.76rem;font-weight:700}.production-content-cta{display:flex;justify-content:center;margin-top:34px}.production-companion{position:relative;min-height:500px;overflow:hidden;background:#1d110b}.production-companion-image,.production-companion-overlay{position:absolute;inset:0;width:100%;height:100%}.production-companion-image{object-fit:cover;object-position:center}.production-companion-overlay{background:linear-gradient(90deg,#200e06c2,#200e068f 55%,#200e0652)}.production-companion-copy{position:relative;z-index:2;display:flex;min-height:500px;max-width:760px;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-align:center}.production-companion-copy>span{font-size:1rem;font-weight:700;letter-spacing:.12em}.production-companion-copy h2{margin:6px 0 0;color:#fff;font-size:clamp(2.2rem,4vw,3.5rem);font-weight:400}.production-companion-copy p{margin:18px 0 0;color:#fff;font-size:.92rem;font-weight:600}.production-companion-copy a{display:inline-flex;min-height:46px;align-items:center;gap:8px;margin-top:54px;padding:0 28px;border-radius:999px;background:#ccb09e;color:#fff;font-size:.84rem;font-weight:600}.production-home .site-footer{padding-top:70px;background:#fff;color:#2e2119}.production-home .footer-grid{grid-template-columns:1.35fr .72fr .72fr .9fr;gap:52px}.production-home .footer-brand img{width:260px}.production-home .footer-brand p,.production-home .footer-small{color:#473a32;font-size:.8rem}.production-home .footer-contact-list a{color:#291b14;font-size:.9rem;font-weight:700}.production-home .site-footer h2{color:#2d1f18;font-size:1.1rem}.production-home .footer-links a,.production-home .footer-social{color:#43362f;font-size:.78rem}.production-home .footer-button{background:var(--production-green);color:#fff}.production-home .footer-bottom{margin-top:64px;border-top:0;background:#fff}.production-home .footer-bottom-inner{flex-direction:column;justify-content:center;gap:18px;padding:26px 0 42px;color:#3d3029;font-size:.7rem;text-align:center}.production-floating-whatsapp{position:fixed;right:22px;bottom:22px;z-index:90;display:grid;width:56px;height:56px;place-items:center;border-radius:50%;background:var(--production-green);color:#fff;box-shadow:0 12px 28px #0000002e;transition:transform .16s ease}.production-floating-whatsapp:hover{transform:translateY(-2px) scale(1.02)}@media(max-width:1100px){.live-topbar .topbar-actions a:last-child,.live-topbar .topbar-group:first-child a:first-child{display:none}.live-nav-shell .desktop-nav{gap:1px}.live-nav-shell .desktop-nav>a,.live-nav-shell .nav-dropdown>summary{padding-inline:7px;font-size:.72rem}.production-about-grid{gap:38px}.production-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.live-topbar{display:none}.live-nav-shell .nav-inner{min-height:72px}.live-nav-shell .brand img{width:185px}.live-nav-shell .desktop-nav{display:none}.live-nav-shell .mobile-menu{display:block}.production-hero{height:600px}.production-hero-image{object-position:60% center}.production-about-grid,.production-pediatric,.production-review-layout{grid-template-columns:1fr}.production-about-copy{max-width:none}.production-audience-row{gap:16px}.production-audiometry-panel,.production-audiometry-content{min-height:520px}.production-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.production-pediatric-image-wrap{min-height:420px}.production-review-score{margin-bottom:6px}.production-home .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.container{width:min(100% - 28px,1180px)}.production-hero{min-height:560px;height:72vh}.production-hero-image{object-position:68% center}.production-hero-overlay{background:linear-gradient(180deg,#0d0a081f,#0d0a0840 38%,#0d0a08d1)}.production-hero-content{align-items:flex-start;padding-bottom:54px;text-align:left}.production-hero-content h1{font-size:clamp(2rem,9vw,2.8rem)}.production-hero-button{min-width:0;min-height:54px;width:100%}.production-about{padding:62px 0 72px}.production-about-grid{margin-top:24px}.production-clinic-grid{gap:5px}.production-audience-audiometry{padding-top:42px}.production-audience-row{grid-template-columns:1fr;margin-bottom:-36px}.production-audience-banner{border-radius:20px}.production-audiometry-panel,.production-audiometry-content{min-height:600px}.production-audiometry-image{object-position:62% center}.production-audiometry-overlay{background:linear-gradient(90deg,#110e0cd1,#110e0c7a)}.production-audiometry-content{padding-top:58px}.production-products{padding:70px 0}.production-product-grid{gap:36px 16px;margin-top:34px}.production-product-card h3{font-size:.76rem}.production-product-button{min-height:36px;padding:0 10px;font-size:.66rem}.production-pediatric-image-wrap{min-height:330px}.production-pediatric-copy{padding:46px 20px 54px}.production-brand-row{flex-wrap:wrap}.production-brand-row img{width:145px}.production-review-cards,.production-article-grid{grid-template-columns:1fr}.production-review-cta{flex-direction:column;text-align:center}.production-content{padding:68px 0 76px}.production-companion,.production-companion-copy{min-height:470px}.production-companion-image{object-position:67% center}.production-home .footer-grid{grid-template-columns:1fr;gap:34px}.production-home .footer-brand img{width:220px}}@media(prefers-reduced-motion:reduce){.production-home *,.production-home *:before,.production-home *:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.production-home .live-header{position:sticky;top:-40px;z-index:80}.production-home .live-nav-shell{position:relative;top:auto}.production-home .live-footer{padding:58px 0 0;border-top:1px solid #f0ece8;background:#fff;color:#2f2119}.production-home .live-footer-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(180px,.55fr) minmax(180px,.55fr);gap:clamp(44px,7vw,92px);align-items:start}.production-home .live-footer-logo{display:inline-flex;width:fit-content}.production-home .live-footer-logo img{width:250px;height:auto;object-fit:contain}.production-home .live-footer-kicker{display:block;margin-top:18px;color:#d97900;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.production-home .live-footer-brand>p{max-width:560px;margin:15px 0 0;color:#4a3a31;font-size:.82rem;line-height:1.72}.production-home .live-footer-column h2{position:relative;margin:4px 0 24px;padding-bottom:12px;color:#2d1e17;font-size:1.08rem;font-weight:700}.production-home .live-footer-column h2:after{position:absolute;bottom:0;left:0;width:30px;height:3px;border-radius:999px;background:#f59a23;content:""}.production-home .live-footer .footer-links{display:grid;gap:12px}.production-home .live-footer .footer-links a{width:fit-content;color:#4b3a31;font-size:.79rem;font-weight:500;transition:color .15s ease,transform .15s ease}.production-home .live-footer .footer-links a:hover,.production-home .live-footer .footer-links a:focus-visible{color:#d97900;transform:translate(2px)}.production-home .live-footer-contact{display:grid;gap:8px;margin-top:22px}.production-home .live-footer-contact a{display:flex;width:fit-content;align-items:center;gap:11px;color:#2d1d15;font-size:clamp(1rem,1.5vw,1.2rem);font-weight:700}.production-home .live-footer-contact-icon{display:grid;width:34px;height:34px;flex:0 0 34px;place-items:center;border-radius:10px;background:#fff3e5;color:#e68100}.production-home .live-footer-socials{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}.production-home .live-footer-socials a{display:inline-flex;min-height:34px;align-items:center;gap:7px;padding:0 12px;border:1px solid #eee7e1;border-radius:999px;color:#45352d;font-size:.78rem;font-weight:600;transition:border-color .15s ease,background .15s ease,color .15s ease}.production-home .live-footer-socials a:hover,.production-home .live-footer-socials a:focus-visible{border-color:#f3c790;background:#fff7ed;color:#d97900}.production-home .live-footer-socials svg{color:#e68100}.production-home .live-footer-bottom-shell{margin-top:52px;border-top:1px solid #f0ece8;background:#fcfbfa}.production-home .live-footer-bottom{display:flex;min-height:74px;align-items:center;justify-content:space-between;gap:24px;padding-block:20px;color:#62554d;font-size:.7rem}.production-home .live-footer-bottom strong{color:#302119}.production-home .live-footer-bottom a{color:#62554d;transition:color .15s ease}.production-home .live-footer-bottom a:hover,.production-home .live-footer-bottom a:focus-visible{color:#d97900}@media(max-width:900px){.production-home .live-header{top:0}.production-home .live-footer-grid{grid-template-columns:1fr 1fr;gap:42px 56px}.production-home .live-footer-brand{grid-column:1 / -1}.production-home .live-footer-brand>p{max-width:680px}}@media(max-width:640px){.production-home .live-footer{padding-top:46px}.production-home .live-footer-grid{grid-template-columns:1fr;gap:34px}.production-home .live-footer-brand{grid-column:auto}.production-home .live-footer-logo img{width:220px}.production-home .live-footer-contact a{font-size:.98rem}.production-home .live-footer-bottom-shell{margin-top:40px}.production-home .live-footer-bottom{min-height:0;flex-direction:column;align-items:flex-start;gap:8px;padding-block:18px 22px}}.live-nav-shell{--header-radius-pill: 999px;--header-radius-panel: 14px;--header-radius-item: 12px}.live-nav-shell .nav-hover{position:relative;display:flex;align-items:center;align-self:stretch}.live-nav-shell .nav-hover-trigger{display:inline-flex;min-height:42px;align-items:center;gap:5px;padding:0 11px;border:0;border-radius:var(--header-radius-pill);background:transparent;color:#24160f;cursor:default;font-family:inherit;font-size:.78rem;font-weight:700;line-height:1;white-space:nowrap;transition:color .16s ease,background .16s ease,box-shadow .16s ease}.live-nav-shell .desktop-nav>a{border-radius:var(--header-radius-pill)}.live-nav-shell .nav-hover-trigger svg{transition:transform .16s ease}.live-nav-shell .nav-hover:hover>.nav-hover-trigger,.live-nav-shell .nav-hover:focus-within>.nav-hover-trigger,.live-nav-shell .desktop-nav>a:hover,.live-nav-shell .desktop-nav>a:focus-visible{background:#f39a2d;color:#fff;box-shadow:0 5px 14px #f39a2d33}.live-nav-shell .nav-hover:hover>.nav-hover-trigger svg,.live-nav-shell .nav-hover:focus-within>.nav-hover-trigger svg{transform:rotate(180deg)}.live-nav-shell .nav-hover>.nav-dropdown-panel,.live-nav-shell .nav-hover>.nav-mega-panel{visibility:hidden;opacity:0;pointer-events:none;transform:translateY(8px);transition:opacity .13s ease,transform .13s ease,visibility 0s linear .13s}.live-nav-shell .nav-hover:hover>.nav-dropdown-panel,.live-nav-shell .nav-hover:focus-within>.nav-dropdown-panel,.live-nav-shell .nav-hover:hover>.nav-mega-panel,.live-nav-shell .nav-hover:focus-within>.nav-mega-panel{visibility:visible;opacity:1;pointer-events:auto;transform:translateY(0);transition-delay:0s}.live-nav-shell .nav-hover>.nav-dropdown-panel{position:absolute;top:calc(100% - 1px);left:0;z-index:90;display:grid;width:300px;gap:3px;padding:10px;border:1px solid #eee9e4;border-radius:0 0 var(--header-radius-panel) var(--header-radius-panel);background:#fff;box-shadow:0 18px 50px #2c1c1024}.live-nav-shell .nav-hover>.nav-dropdown-panel a{display:flex;min-height:40px;align-items:center;padding:8px 13px;border-radius:var(--header-radius-item);background:transparent;color:#3b2b22;font-size:.78rem;font-weight:600;line-height:1.35;transition:background .14s ease,color .14s ease}.live-nav-shell .nav-hover>.nav-dropdown-panel a:hover,.live-nav-shell .nav-hover>.nav-dropdown-panel a:focus-visible{background:#fff3e4;color:#c96700}.live-nav-shell .nav-hover.nav-mega{position:static}.live-nav-shell .nav-hover>.nav-mega-panel{position:absolute;top:100%;right:0;left:0;z-index:88;width:100%;overflow:hidden;border-top:1px solid #eceae8;border-radius:0 0 var(--header-radius-panel) var(--header-radius-panel);background:#fff;box-shadow:0 18px 30px #26190e26}.live-nav-shell .nav-mega-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(48px,7vw,84px);padding-top:30px;padding-bottom:34px}.live-nav-shell .nav-mega-grid>div{min-width:0}.live-nav-shell .nav-mega-grid>div>strong{display:block;margin:0 0 16px;color:#271810;font-size:1rem;font-weight:700;line-height:1.2}.live-nav-shell .nav-mega-grid nav{display:grid}.live-nav-shell .nav-mega-grid nav a{display:block;padding:9px 0 10px;border-bottom:1px solid #e6e2df;color:#4a382f;font-size:.78rem;font-weight:600;line-height:1.3;transition:color .14s ease,padding-left .14s ease}.live-nav-shell .nav-mega-grid nav a:hover,.live-nav-shell .nav-mega-grid nav a:focus-visible{padding-left:4px;color:#cf6e00}.live-nav-shell .mobile-menu>summary{border-radius:var(--header-radius-panel)}.live-nav-shell .mobile-menu-panel{border-radius:0 0 var(--header-radius-panel) var(--header-radius-panel)}.live-nav-shell .mobile-menu-panel a{border-radius:var(--header-radius-item)}.live-nav-shell .mobile-menu-panel .mobile-whatsapp{border-radius:var(--header-radius-pill)}@media(max-width:1100px){.live-nav-shell .nav-hover-trigger{padding-inline:7px;font-size:.72rem}}@media(max-width:900px){.live-nav-shell .nav-hover{display:none}}@media(prefers-reduced-motion:reduce){.live-nav-shell .nav-hover-trigger,.live-nav-shell .nav-hover-trigger svg,.live-nav-shell .nav-hover>.nav-dropdown-panel,.live-nav-shell .nav-hover>.nav-mega-panel,.live-nav-shell .nav-mega-grid nav a,.live-nav-shell .nav-hover>.nav-dropdown-panel a{transition:none}}.live-nav-shell{--header-radius-simple-panel: 12px;--header-radius-simple-item: 8px}.live-nav-shell .nav-hover.nav-dropdown:after{position:absolute;top:100%;left:0;width:100%;height:6px;content:""}.live-nav-shell .nav-hover>.nav-dropdown-panel{top:calc(100% + 5px);gap:2px;padding:8px;border:1px solid #eee9e4;border-radius:var(--header-radius-simple-panel);box-shadow:0 14px 38px #2c1c101f}.live-nav-shell .nav-hover>.nav-dropdown-panel a{min-height:38px;padding:8px 12px;border-radius:var(--header-radius-simple-item)}.live-nav-shell .nav-hover>.nav-dropdown-panel a:hover,.live-nav-shell .nav-hover>.nav-dropdown-panel a:focus-visible{background:#fff4e7;color:#c96700}.live-nav-shell .nav-hover.nav-mega>.nav-hover-trigger{position:relative}.live-nav-shell .nav-hover.nav-mega>.nav-hover-trigger:after{position:absolute;top:100%;right:-14px;left:-14px;height:28px;content:""}.live-nav-shell .nav-hover.nav-mega>.nav-mega-panel{top:100%}@media(max-width:900px){.live-nav-shell .nav-hover.nav-mega>.nav-hover-trigger:after{display:none}}.internal-site{min-height:100vh;background:#fff;color:#2f2119}.internal-site .live-header{position:sticky;top:-40px;z-index:80}.internal-hero{position:relative;overflow:hidden;border-bottom:1px solid #eee8e2;background:radial-gradient(circle at 82% 18%,rgb(255 151 0 / .14),transparent 28%),linear-gradient(135deg,#fff,#fffaf4)}.internal-hero:after{position:absolute;right:-120px;bottom:-180px;width:440px;height:440px;border:42px solid rgb(245 139 0 / .06);border-radius:50%;content:"";pointer-events:none}.internal-hero-inner{position:relative;z-index:1;padding-top:clamp(56px,7vw,96px);padding-bottom:clamp(54px,7vw,88px)}.internal-breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:7px;margin-bottom:22px;color:#84766d;font-size:.74rem;font-weight:600}.internal-breadcrumbs span+span:before{margin-right:7px;color:#c8bdb5;content:"/"}.internal-breadcrumbs a:hover{color:#d86f00}.internal-eyebrow{display:inline-flex;margin-bottom:14px;color:#dc7500;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.internal-hero h1{max-width:900px;margin:0;color:#25170f;font-size:clamp(2rem,4.4vw,4rem);font-weight:800;letter-spacing:-.04em;line-height:1.04}.internal-hero p{max-width:760px;margin:22px 0 0;color:#65584f;font-size:clamp(1rem,1.4vw,1.16rem);line-height:1.75}.internal-content{padding:clamp(58px,7vw,96px) 0;background:#fff}.internal-content-inner{max-width:1120px}.internal-article{max-width:900px;margin:0 auto}.internal-article>p,.internal-article li{color:#55483f;font-size:.98rem;line-height:1.85}.internal-article>p{margin:0 0 24px}.internal-article h2{margin:56px 0 18px;color:#281a12;font-size:clamp(1.45rem,2.3vw,2rem);font-weight:800;letter-spacing:-.025em;line-height:1.2}.internal-article h3{margin:34px 0 12px;color:#322118;font-size:1.14rem;font-weight:800}.internal-article ul{display:grid;gap:9px;margin:18px 0 28px;padding-left:22px}.internal-article li::marker{color:#f18b00}.internal-info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:28px 0 38px}.internal-info-card{padding:24px;border:1px solid #eee5dc;border-radius:14px;background:#fffaf4}.internal-info-card h3{margin:0 0 10px;color:#2d1d14;font-size:1rem}.internal-info-card p{margin:0;color:#67584f;font-size:.86rem;line-height:1.7}.internal-highlight{margin:40px 0;padding:28px 30px;border-left:4px solid #f39222;border-radius:0 14px 14px 0;background:#fff8ef}.internal-highlight p{margin:0;color:#4d3b31;font-size:1rem;line-height:1.8}.internal-cta-wrap{padding:0 0 clamp(58px,7vw,94px);background:#fff}.internal-cta{display:flex;align-items:center;justify-content:space-between;gap:36px;padding:clamp(30px,4vw,48px);border-radius:22px;background:linear-gradient(135deg,#f7931e,#ffac36);color:#fff;box-shadow:0 22px 60px #e2770029}.internal-cta span{display:block;margin-bottom:7px;font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.internal-cta h2{margin:0;font-size:clamp(1.5rem,2.5vw,2.2rem);line-height:1.15}.internal-cta p{max-width:680px;margin:10px 0 0;color:#ffffffeb;line-height:1.65}.internal-cta>a{display:inline-flex;min-height:48px;flex:0 0 auto;align-items:center;justify-content:center;padding:0 22px;border-radius:999px;background:#fff;color:#9f5000;font-size:.86rem;font-weight:800;box-shadow:0 10px 28px #5b2b001f}.internal-catalog-heading{max-width:760px;margin-bottom:38px}.internal-catalog-heading h2{margin:0 0 10px;color:#281910;font-size:clamp(1.55rem,2.5vw,2.2rem)}.internal-catalog-heading p{margin:0;color:#6c5e55;line-height:1.7}.internal-product-grid,.internal-unit-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.internal-product-card,.internal-unit-card{overflow:hidden;border:1px solid #eee9e4;border-radius:16px;background:#fff;box-shadow:0 12px 34px #311f130d;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.internal-product-card:hover,.internal-unit-card:hover{transform:translateY(-3px);border-color:#f4cfaa;box-shadow:0 18px 42px #311f1317}.internal-product-media,.internal-unit-media{display:grid;min-height:230px;place-items:center;background:#fbfaf9}.internal-product-media img{width:100%;max-width:250px;height:230px;object-fit:contain}.internal-product-card>div:last-child,.internal-unit-card>div:last-child{padding:18px}.internal-product-card h3,.internal-unit-card h3{margin:0;color:#302018;font-size:.9rem;line-height:1.4}.internal-product-card .internal-card-link,.internal-unit-card .internal-card-link{display:inline-flex;margin-top:14px;color:#d76f00;font-size:.78rem;font-weight:800}.internal-unit-media{min-height:200px;background:linear-gradient(145deg,#fff8ef,#f6f2ee)}.internal-unit-media img{width:100%;height:200px;object-fit:cover}.internal-unit-placeholder{color:#e98613;font-size:2rem;font-weight:800}.internal-unit-city{display:block;margin-bottom:7px;color:#dc7600;font-size:.72rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.internal-about-lead{color:#3e2d24!important;font-size:1.1rem!important;font-weight:600}.internal-site .live-footer{padding:64px 0 0;border-top:1px solid #eee9e4;background:#fff;color:#2f2119}.internal-site .live-footer-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(180px,.65fr) minmax(180px,.65fr);gap:clamp(40px,7vw,88px);align-items:start}.internal-site .live-footer-brand img{width:250px;height:auto}.internal-site .live-footer-brand>p{max-width:560px;margin:24px 0 0;color:#42332b;font-size:.82rem;line-height:1.7}.internal-site .live-footer h2{margin:6px 0 22px;color:#2d1e17;font-size:1.08rem}.internal-site .footer-links{display:grid;gap:12px}.internal-site .footer-links a{color:#46372f;font-size:.78rem}.internal-site .live-footer-contact{display:grid;gap:10px;margin-top:24px}.internal-site .live-footer-contact a,.internal-site .live-footer-socials a{color:#382920}.internal-site .live-footer-contact svg,.internal-site .live-footer-socials svg{color:#f58200}.internal-site .live-footer-socials{display:flex;gap:10px;margin-top:26px;align-items:center}.internal-site .live-footer-bottom{display:flex;max-width:1180px;min-height:88px;align-items:center;justify-content:space-between;gap:24px;margin:48px auto 0;padding:24px 20px;border-top:1px solid #eee9e4;color:#5d5048;font-size:.7rem}@media(max-width:1000px){.internal-product-grid,.internal-unit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.internal-info-grid{grid-template-columns:1fr}}@media(max-width:900px){.internal-site .live-header{top:0}.internal-site .live-footer-grid{grid-template-columns:1fr 1fr}.internal-site .live-footer-brand{grid-column:1 / -1}}@media(max-width:680px){.internal-hero-inner{padding-top:44px;padding-bottom:50px}.internal-content{padding:48px 0}.internal-cta{align-items:flex-start;flex-direction:column;border-radius:16px}.internal-product-grid,.internal-unit-grid{grid-template-columns:1fr}.internal-product-media,.internal-product-media img{min-height:210px;height:210px}.internal-site .live-footer-grid{grid-template-columns:1fr}.internal-site .live-footer-brand{grid-column:auto}.internal-site .live-footer-bottom{align-items:flex-start;flex-direction:column;gap:8px}}@media(prefers-reduced-motion:reduce){.internal-product-card,.internal-unit-card{transition:none}}.internal-article ol{display:grid;gap:12px;margin:18px 0 30px;padding-left:24px}.internal-article ol li{padding-left:4px}.internal-article ol li::marker{color:#d86f00;font-weight:800}.internal-article h4{margin:26px 0 9px;color:#38261d;font-size:1rem;font-weight:800;line-height:1.4}.internal-unit-address{margin:10px 0 0;color:#75675e;font-size:.75rem;line-height:1.55}.internal-location-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:clamp(28px,5vw,64px);align-items:start;max-width:980px;margin:0 auto}.internal-location-main h2{margin:8px 0 12px;color:#281a12;font-size:clamp(1.6rem,2.7vw,2.35rem);letter-spacing:-.025em}.internal-location-main>p{max-width:680px;margin:0;color:#675950;line-height:1.75}.internal-location-meta{display:grid;gap:12px;margin-top:30px}.internal-location-meta>div{display:grid;grid-template-columns:42px minmax(0,1fr);gap:14px;align-items:start;padding:16px 18px;border:1px solid #eee7df;border-radius:12px;background:#fffaf5}.internal-location-meta svg{display:grid;width:42px;height:42px;padding:11px;border-radius:10px;background:#fff1e1;color:#df7600}.internal-location-meta span{color:#5d4e45;font-size:.9rem;line-height:1.6}.internal-location-meta strong{display:block;margin-bottom:2px;color:#2f2018;font-size:.76rem;font-weight:800;letter-spacing:.025em;text-transform:uppercase}.internal-map-link{display:inline-flex;min-height:44px;align-items:center;justify-content:center;margin-top:24px;padding:0 18px;border:1px solid #f1c99e;border-radius:999px;color:#bd6000;font-size:.82rem;font-weight:800;transition:background .16s ease,border-color .16s ease}.internal-map-link:hover{border-color:#eea04c;background:#fff8ef}.internal-location-aside{overflow:hidden;border:1px solid #eee7df;border-radius:16px;background:#fff;box-shadow:0 16px 44px #311f1312}.internal-location-aside img,.internal-location-monogram{width:100%;height:280px}.internal-location-aside img{object-fit:cover}.internal-location-monogram{display:grid;place-items:center;background:linear-gradient(145deg,#fff5e9,#f5eee7);color:#e9820c;font-size:4rem;font-weight:800}.internal-location-aside p{margin:0;padding:20px 22px;color:#675950;font-size:.8rem;line-height:1.65}@media(max-width:820px){.internal-location-grid{grid-template-columns:1fr}.internal-location-aside{max-width:520px}}@media(prefers-reduced-motion:reduce){.internal-map-link{transition:none}}.product-detail-hero{border-bottom:1px solid #eee8e2;background:radial-gradient(circle at 12% 20%,rgb(255 151 0 / .08),transparent 28%),linear-gradient(135deg,#fff,#fffaf5)}.product-detail-hero-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(42px,7vw,88px);align-items:center;min-height:610px;padding-top:clamp(52px,6vw,82px);padding-bottom:clamp(54px,7vw,92px)}.product-detail-media{min-width:0;min-height:430px;padding:clamp(24px,3vw,38px);border:1px solid #eee7df;border-radius:24px;background:#fff;box-shadow:0 22px 70px #37221512}.product-gallery{display:grid;width:100%;gap:16px}.product-gallery-stage{display:grid;min-height:410px;margin:0;place-items:center}.product-gallery-stage>img{display:block;width:min(100%,470px);height:390px;object-fit:contain}.product-gallery-caption{min-height:18px;margin-top:2px;color:#85766d;font-size:.72rem;line-height:1.4;text-align:center}.product-gallery-thumbnails{display:flex;gap:10px;width:100%;padding:3px 2px 7px;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:thin}.product-gallery-thumbnail{display:grid;width:72px;height:72px;flex:0 0 72px;place-items:center;padding:6px;border:1px solid #e7ded6;border-radius:12px;background:#fff;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.product-gallery-thumbnail:hover{border-color:#d6b28c;transform:translateY(-1px)}.product-gallery-thumbnail[aria-pressed=true]{border-color:#f7931e;box-shadow:0 0 0 2px #f7931e24}.product-gallery-thumbnail:focus-visible{outline:3px solid rgb(247 147 30 / .38);outline-offset:3px}.product-gallery-thumbnail img{display:block;width:100%;height:100%;object-fit:contain}.product-detail-copy .internal-breadcrumbs{display:block}.product-detail-copy .internal-breadcrumbs ol{display:flex;flex-wrap:wrap;align-items:center;gap:7px;margin:0;padding:0;list-style:none}.product-detail-copy .internal-breadcrumbs li{display:inline-flex;align-items:center}.product-detail-copy .internal-breadcrumbs li+li:before{margin-right:7px;color:#c8bdb5;content:"/"}.product-detail-copy .internal-breadcrumbs li[aria-current=page]{color:#71645c}.product-detail-copy h1{max-width:760px;margin:0;color:#25170f;font-size:clamp(2rem,4vw,3.7rem);font-weight:800;letter-spacing:-.04em;line-height:1.04}.product-detail-summary{max-width:760px;margin:22px 0 0;color:#5c4f46;font-size:clamp(.98rem,1.25vw,1.08rem);line-height:1.75}.product-spec-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:30px 0 0}.product-spec-list>div{min-width:0;padding:15px 16px;border:1px solid #eee5dc;border-radius:12px;background:#ffffffc7}.product-spec-list dt{margin-bottom:5px;color:#9b6c45;font-size:.68rem;font-weight:800;letter-spacing:.055em;text-transform:uppercase}.product-spec-list dd{margin:0;color:#35241b;font-size:.84rem;font-weight:700;line-height:1.45}.product-primary-cta{display:inline-flex;min-height:50px;align-items:center;justify-content:center;gap:9px;margin-top:28px;padding:0 22px;border-radius:999px;background:#f7931e;color:#fff;font-size:.86rem;font-weight:800;box-shadow:0 12px 28px #e277002b;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.product-primary-cta:hover{transform:translateY(-1px);background:#e9820c;box-shadow:0 16px 34px #e2770038}.product-primary-cta:focus-visible{outline:3px solid rgb(247 147 30 / .38);outline-offset:3px}.product-detail-note{max-width:680px;margin:14px 0 0;color:#85766d;font-size:.72rem;line-height:1.6}.product-benefits{max-width:1040px;margin:0 auto}.product-feature-sections{display:grid;gap:42px}.product-feature-section{display:grid;gap:18px}.product-feature-section>h3{margin:0;color:#302018;font-size:clamp(1.25rem,2vw,1.65rem);font-weight:800;letter-spacing:-.02em}.product-benefit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.product-benefit-grid article{position:relative;padding:26px 26px 26px 62px;border:1px solid #eee6df;border-radius:16px;background:#fffaf5}.product-benefit-grid svg{position:absolute;top:27px;left:26px;color:#ed8615}.product-benefit-grid h3,.product-benefit-grid h4{margin:0 0 8px;color:#302018;font-size:1rem;font-weight:800}.product-benefit-grid p{margin:0;color:#66584f;font-size:.86rem;line-height:1.7}.product-guidance{margin-bottom:0}@media(max-width:900px){.product-detail-hero-grid{grid-template-columns:1fr;gap:34px;min-height:0}.product-detail-media{min-height:360px}.product-gallery-stage{min-height:330px}.product-gallery-stage>img{height:315px}}@media(max-width:680px){.product-detail-hero-grid{padding-top:34px;padding-bottom:48px}.product-detail-media{min-height:300px;padding:20px;border-radius:18px}.product-gallery-stage{min-height:275px}.product-gallery-stage>img{height:260px}.product-gallery-thumbnail{width:64px;height:64px;flex-basis:64px}.product-spec-list,.product-benefit-grid{grid-template-columns:1fr}.product-feature-sections{gap:34px}.product-benefit-grid article{padding:22px 22px 22px 56px}.product-benefit-grid svg{top:23px;left:22px}}@media(prefers-reduced-motion:reduce){.product-primary-cta,.product-gallery-thumbnail{transition:none}}.oticon-compatibility-guide{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);gap:clamp(28px,5vw,58px);align-items:center;margin:clamp(34px,6vw,68px) 0;padding:clamp(28px,5vw,54px);border:1px solid #e9e2dc;border-radius:24px;background:radial-gradient(circle at 92% 12%,rgb(247 147 30 / .1),transparent 32%),#fffaf5}.oticon-compatibility-copy h2{max-width:720px;margin:0;color:#25170f;font-size:clamp(1.55rem,3vw,2.45rem);font-weight:800;letter-spacing:-.035em;line-height:1.08}.oticon-compatibility-copy>p{max-width:720px;margin:18px 0 0;color:#65584f;line-height:1.75}.oticon-compatibility-trust{display:flex;gap:12px;align-items:flex-start;margin-top:22px;padding-top:20px;border-top:1px solid #e8ddd3;color:#64564d}.oticon-compatibility-trust svg{flex:0 0 auto;margin-top:2px;color:#d86f00}.oticon-compatibility-trust p{margin:0;font-size:.84rem;line-height:1.65}.oticon-compatibility-form{display:grid;gap:12px;padding:clamp(22px,4vw,32px);border:1px solid #e7ded6;border-radius:18px;background:#fff;box-shadow:0 18px 50px #3722150f}.oticon-compatibility-form label{color:#35241b;font-size:.78rem;font-weight:800;letter-spacing:.03em}.oticon-compatibility-form select{width:100%;min-height:52px;padding:0 42px 0 14px;border:1px solid #d8cec5;border-radius:12px;background:#fff;color:#35241b;font:inherit;cursor:pointer}.oticon-compatibility-form select:focus-visible,.oticon-compatibility-primary:focus-visible{outline:3px solid rgb(247 147 30 / .35);outline-offset:3px}.oticon-compatibility-primary{display:inline-flex;min-height:50px;align-items:center;justify-content:center;gap:9px;padding:0 20px;border-radius:999px;background:#f7931e;color:#fff;font-size:.86rem;font-weight:800;text-align:center;box-shadow:0 12px 28px #e2770029;transition:transform .15s ease,background .15s ease,box-shadow .15s ease}.oticon-compatibility-primary:hover{transform:translateY(-1px);background:#e9820c;box-shadow:0 16px 34px #e2770033}.oticon-compatibility-selected{margin:2px 0 0;color:#82736a;font-size:.72rem;line-height:1.55}@media(max-width:840px){.oticon-compatibility-guide{grid-template-columns:1fr}}@media(max-width:680px){.oticon-compatibility-guide{margin:30px 0;padding:24px 20px;border-radius:18px}.oticon-compatibility-form{padding:20px 16px}}@media(prefers-reduced-motion:reduce){.oticon-compatibility-primary{transition:none}}.accessory-guidance{margin-bottom:clamp(54px,8vw,88px)}.accessory-guidance-heading{max-width:820px}.accessory-guidance-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr);gap:22px;margin-top:28px}.accessory-guidance-use-cases,.accessory-guidance-compatibility{border:1px solid var(--line);border-radius:20px;background:#fff}.accessory-guidance-use-cases{padding:clamp(24px,4vw,34px)}.accessory-guidance-use-cases h3,.accessory-guidance-compatibility h3{margin:0;color:var(--navy);font-size:1.05rem;line-height:1.35}.accessory-guidance-use-cases ul{display:grid;gap:13px;margin:22px 0 0;padding:0;list-style:none}.accessory-guidance-use-cases li{display:flex;align-items:flex-start;gap:10px;color:#4e5a6f;line-height:1.55}.accessory-guidance-use-cases li svg{flex:0 0 auto;margin-top:2px;color:var(--amplivox-orange-dark)}.accessory-guidance-compatibility{display:flex;gap:14px;align-items:flex-start;padding:clamp(24px,4vw,34px);background:#f7f9fc}.accessory-guidance-compatibility>svg{flex:0 0 auto;color:var(--navy-2)}.accessory-guidance-compatibility p{margin:10px 0 0;color:#637086;font-size:.9rem;line-height:1.7}.accessory-guidance>.oticon-compatibility-guide{margin-bottom:0}@media(max-width:840px){.accessory-guidance-grid{grid-template-columns:1fr}}@media(max-width:680px){.accessory-guidance-grid{gap:14px}.accessory-guidance-use-cases,.accessory-guidance-compatibility{border-radius:16px}}.related-resources{margin:clamp(38px,7vw,76px) 0 0;padding:clamp(28px,5vw,48px);border:1px solid #e9e2dc;border-radius:24px;background:#fffaf5}.related-resources-heading{max-width:820px}.related-resources-section{margin-top:30px}.related-resources-section>h3{margin:0 0 16px;color:#2d211a;font-size:1rem;font-weight:800}.related-resources-link-grid,.related-accessory-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.related-resource-link,.related-accessory-card{display:flex;min-width:0;gap:14px;align-items:flex-start;padding:18px;border:1px solid #e7ded6;border-radius:16px;background:#fff;color:#35241b;text-decoration:none;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.related-resource-link:hover,.related-accessory-card:hover{transform:translateY(-1px);border-color:#d7c8bb;box-shadow:0 12px 28px #37221512}.related-resource-link:focus-visible,.related-accessory-card:focus-visible,.related-resources-all-link:focus-visible{outline:3px solid rgb(247 147 30 / .35);outline-offset:3px}.related-resource-link>svg{flex:0 0 auto;margin-top:2px;color:#d86f00}.related-resource-link span,.related-accessory-card span{display:grid;min-width:0;gap:6px}.related-resource-link strong,.related-accessory-card strong{color:#2d211a;font-size:.92rem;line-height:1.35}.related-resource-link small,.related-accessory-card small{color:#76675e;font-size:.78rem;line-height:1.55}.related-accessory-card{align-items:center}.related-accessory-card img{width:82px;height:82px;flex:0 0 82px;border-radius:12px;background:#fff;object-fit:contain}.related-resources-disclaimer{display:flex;gap:10px;align-items:flex-start;margin:18px 0 0;padding:15px 17px;border-radius:14px;background:#f6efe8;color:#6b5b51;font-size:.78rem;line-height:1.6}.related-resources-disclaimer svg{flex:0 0 auto;margin-top:2px}.related-resources-all-link{display:inline-flex;align-items:center;gap:8px;margin-top:22px;color:#9c5700;font-size:.84rem;font-weight:800;text-decoration:none}.faq-related-catalog{margin-top:clamp(36px,6vw,64px)}#recarga,#seguranca,#conectividade{scroll-margin-top:110px}@media(max-width:760px){.related-resources-link-grid,.related-accessory-grid{grid-template-columns:1fr}.related-resources{padding:24px 18px;border-radius:18px}}@media(max-width:480px){.related-accessory-card img{width:68px;height:68px;flex-basis:68px}}@media(prefers-reduced-motion:reduce){.related-resource-link,.related-accessory-card{transition:none}}.contact-page-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(28px,5vw,64px);align-items:start}.contact-channel-panel,.contact-form-panel,.exam-access-card,.pelotas-location-card{border:1px solid #eee6df;border-radius:18px;background:#fff;box-shadow:0 16px 44px #311f130f}.contact-channel-panel,.contact-form-panel{padding:clamp(26px,4vw,38px)}.contact-channel-panel h2,.contact-form-panel h2,.exam-access-card h2,.pelotas-location-card h2{margin:0;color:#2c1d15;letter-spacing:-.025em}.contact-form-panel>p,.contact-channel-note,.exam-access-card p,.pelotas-location-card p{color:#675950;line-height:1.7}.contact-channel-list{display:grid;gap:10px;margin-top:26px}.contact-channel-list>a{display:grid;grid-template-columns:42px minmax(0,1fr);gap:14px;align-items:center;padding:15px 16px;border:1px solid #f0e7de;border-radius:12px;background:#fffaf5;transition:border-color .15s ease,background .15s ease}.contact-channel-list>a:hover{border-color:#efbf8b;background:#fff7ee}.contact-channel-list svg{width:42px;height:42px;padding:11px;border-radius:10px;background:#fff0df;color:#dc7600}.contact-channel-list strong{display:block;margin-bottom:2px;color:#35251d;font-size:.78rem;text-transform:uppercase;letter-spacing:.04em}.contact-channel-list span{color:#5f5148;font-size:.88rem;line-height:1.5}.contact-channel-note{margin:22px 0 0;font-size:.85rem}.contact-channel-note a{color:#c56500;font-weight:700}.contact-whatsapp-form{display:grid;gap:18px;margin-top:26px}.contact-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.contact-whatsapp-form label{display:grid;gap:7px;color:#3b2a21;font-size:.78rem;font-weight:700}.contact-whatsapp-form input,.contact-whatsapp-form select,.contact-whatsapp-form textarea{width:100%;border:1px solid #ddd4cd;border-radius:10px;background:#fff;color:#2d1f18;font:inherit;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.contact-whatsapp-form input,.contact-whatsapp-form select{min-height:46px;padding:0 13px}.contact-whatsapp-form textarea{resize:vertical;min-height:140px;padding:12px 13px}.contact-whatsapp-form input:focus,.contact-whatsapp-form select:focus,.contact-whatsapp-form textarea:focus{border-color:#f29a35;box-shadow:0 0 0 3px #f29a3524}.contact-whatsapp-form .contact-consent{display:flex;align-items:flex-start;gap:10px;color:#675950;font-weight:500;line-height:1.55}.contact-whatsapp-form .contact-consent input{width:18px;min-height:18px;height:18px;margin-top:2px}.contact-whatsapp-form button{display:inline-flex;min-height:48px;width:fit-content;align-items:center;justify-content:center;gap:9px;padding:0 20px;border:0;border-radius:999px;background:#f28b12;color:#fff;cursor:pointer;font:inherit;font-size:.84rem;font-weight:800;box-shadow:0 10px 26px #e277002b}.contact-form-note{margin:-4px 0 0;color:#8a7b71;font-size:.74rem;line-height:1.55}.exam-access-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;max-width:900px;margin:0 auto}.exam-access-card{padding:30px}.exam-access-card>svg{margin-bottom:18px;color:#e77c08}.exam-access-card h2{font-size:1.2rem}.exam-access-card a{display:inline-flex;margin-top:10px;color:#c86500;font-size:.82rem;font-weight:800}.exam-access-footnote{display:flex;align-items:center;justify-content:center;gap:8px;max-width:900px;margin:24px auto 0;padding:16px 20px;border-radius:12px;background:#fff8ef;color:#66564d}.exam-access-footnote p{margin:0}.exam-access-footnote a{color:#c56500;font-weight:800}.pelotas-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.pelotas-service-grid>a{display:grid;gap:8px;padding:24px;border:1px solid #eee6df;border-radius:14px;background:#fffaf5;transition:transform .15s ease,border-color .15s ease}.pelotas-service-grid>a:hover{transform:translateY(-2px);border-color:#efc08d}.pelotas-service-grid strong{color:#302018;font-size:1rem}.pelotas-service-grid span{color:#6a5b52;font-size:.84rem;line-height:1.65}.pelotas-featured-products{margin-top:clamp(56px,7vw,84px)}.pelotas-all-products-link{display:inline-flex;margin-top:26px;color:#ca6700;font-size:.84rem;font-weight:800}.pelotas-location-card{display:grid;grid-template-columns:56px minmax(0,1fr);gap:18px;max-width:840px;margin:clamp(56px,7vw,84px) auto 0;padding:clamp(26px,4vw,38px);background:#fffaf5}.pelotas-location-card>svg{width:56px;height:56px;padding:15px;border-radius:14px;background:#ffeeda;color:#dc7600}.pelotas-location-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.pelotas-location-actions a{display:inline-flex;min-height:42px;align-items:center;gap:7px;padding:0 16px;border:1px solid #efc89f;border-radius:999px;color:#bd6000;font-size:.78rem;font-weight:800}@media(max-width:860px){.contact-page-grid,.exam-access-grid,.pelotas-service-grid{grid-template-columns:1fr}}@media(max-width:620px){.contact-form-grid{grid-template-columns:1fr}.contact-channel-panel,.contact-form-panel,.exam-access-card{border-radius:14px}.pelotas-location-card{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.contact-channel-list>a,.contact-whatsapp-form input,.contact-whatsapp-form select,.contact-whatsapp-form textarea,.pelotas-service-grid>a{transition:none}}.hearing-faq-article>section+section{margin-top:34px}.hearing-faq-article>section>h2{margin-bottom:14px}.hearing-faq-article ol,.hearing-faq-article ul{max-width:820px}.hearing-faq-warning{display:grid;grid-template-columns:32px minmax(0,1fr);gap:12px;align-items:start;margin-top:32px}.hearing-faq-warning svg{margin-top:2px;color:#cf6b00}.hearing-faq-warning p{margin:0}.hearing-faq-snapshot-content{max-width:980px}.hearing-faq-snapshot-content>*+*{margin-top:20px}.hearing-faq-snapshot-content>h2{margin-top:46px;margin-bottom:14px;font-size:clamp(1.45rem,2.3vw,2rem);line-height:1.2}.hearing-faq-snapshot-content>h3{margin-top:34px;margin-bottom:10px;font-size:clamp(1.15rem,1.8vw,1.45rem);line-height:1.3}.hearing-faq-snapshot-content>h4{margin-top:28px;margin-bottom:8px;font-size:1.05rem}.hearing-faq-snapshot-content>p{max-width:880px;margin-bottom:0;color:#514842;line-height:1.78}.hearing-faq-snapshot-content>ul,.hearing-faq-snapshot-content>ol{margin-top:18px;padding-left:1.3rem;color:#514842}.hearing-faq-snapshot-content li+li{margin-top:10px}.hearing-faq-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:26px}.hearing-faq-gallery figure{overflow:hidden;margin:0;border:1px solid #eee4db;border-radius:16px;background:#fff;box-shadow:0 10px 30px #402a180f}.hearing-faq-gallery img{display:block;width:100%;aspect-ratio:1 / 1;object-fit:contain;background:#faf8f5}.hearing-faq-gallery figcaption{padding:15px 16px 17px;color:#514842;font-size:.9rem;line-height:1.55}.hearing-faq-video{overflow:hidden;width:min(100%,900px);border-radius:16px;background:#15120f;box-shadow:0 14px 34px #2a1d121a}.hearing-faq-video video{display:block;width:100%;max-height:640px;background:#15120f}.hearing-faq-related{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:22px}.hearing-faq-related>a{display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid #eee4db;border-radius:16px;background:#fff;color:#2e2925;text-decoration:none;box-shadow:0 10px 30px #402a180d;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.hearing-faq-related>a:hover,.hearing-faq-related>a:focus-visible{transform:translateY(-2px);border-color:#efb579;box-shadow:0 14px 34px #6f3f141a}.hearing-faq-related img{display:block;width:100%;aspect-ratio:1.35 / 1;object-fit:contain;background:#faf8f5}.hearing-faq-related strong,.hearing-faq-related span{display:block;padding-inline:17px}.hearing-faq-related strong{padding-top:16px;font-size:.96rem;line-height:1.42}.hearing-faq-related span{margin-top:auto;padding-top:8px;padding-bottom:17px;color:#c86500;font-size:.82rem;font-weight:750}.hearing-faq-source-callout{display:grid;grid-template-columns:auto minmax(0,1fr);gap:18px;align-items:center;max-width:880px;margin-top:26px}.hearing-faq-source-callout img{width:130px;max-height:130px;border-radius:12px;object-fit:contain}.hearing-faq-source-callout p{margin:0}.hearing-faq-source{margin-top:38px;padding-top:24px;border-top:1px solid #eee6df}.hearing-faq-source h2{margin:0 0 9px;font-size:1rem}.hearing-faq-source p{margin:0;color:#75675e;font-size:.82rem;line-height:1.65}.hearing-faq-source a{display:inline-flex;align-items:center;gap:6px;color:#bd6000;font-weight:700}.faq-hub-nav{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:56px}.faq-hub-nav a{display:flex;min-width:0;flex-direction:column;gap:5px;padding:16px 18px;border:1px solid #eee4db;border-radius:14px;background:#fffaf5;color:#2e2925;text-decoration:none;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.faq-hub-nav a:hover,.faq-hub-nav a:focus-visible{transform:translateY(-1px);border-color:#efb579;box-shadow:0 9px 24px #6f3f1414}.faq-hub-nav strong{font-size:.92rem;line-height:1.35}.faq-hub-nav span{color:#8a7668;font-size:.78rem}.faq-hub-groups{display:grid;gap:64px}.faq-hub-group{scroll-margin-top:130px}.faq-hub-heading{max-width:760px;margin-bottom:24px}.faq-hub-heading h2{margin-bottom:10px}.faq-hub-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}.faq-hub-grid .internal-info-card{display:flex;flex-direction:column}.faq-hub-grid .internal-info-card h3 a{color:inherit;text-decoration:none}.faq-hub-grid .internal-info-card h3 a:hover,.faq-hub-grid .internal-info-card h3 a:focus-visible{color:#bd6000}.faq-hub-card-link{margin-top:auto;padding-top:18px;color:#bd6000;font-weight:700;text-decoration:none}.faq-hub-card-link:hover,.faq-hub-card-link:focus-visible{text-decoration:underline}.legal-content>h2{margin-top:34px}@media(max-width:980px){.faq-hub-nav,.faq-hub-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:820px){.hearing-faq-gallery,.hearing-faq-related{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.hearing-faq-warning,.hearing-faq-source-callout,.hearing-faq-gallery,.hearing-faq-related,.faq-hub-grid{grid-template-columns:1fr}.faq-hub-nav{grid-template-columns:1fr 1fr;gap:9px;margin-bottom:42px}.faq-hub-nav a{padding:14px}.hearing-faq-source-callout img{width:100%;max-height:220px}.faq-hub-groups{gap:48px}}.legacy-editorial-article{max-width:820px;margin:0 auto}.legacy-editorial-article>p{margin:0 0 22px;color:#5f5148;font-size:.98rem;line-height:1.82}.legacy-editorial-related{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:36px;padding:18px 20px;border:1px solid #eee4da;border-radius:14px;background:#fffaf4}.legacy-editorial-related>span{color:#7a6a60;font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.legacy-editorial-related>a{display:inline-flex;align-items:center;gap:7px;color:#c96800;font-size:.82rem;font-weight:800}.legacy-editorial-related>a:hover,.legacy-editorial-related>a:focus-visible{text-decoration:underline;text-underline-offset:3px}.blog-legacy-archive{margin-top:clamp(64px,8vw,104px);padding-top:clamp(46px,6vw,72px);border-top:1px solid #eee8e2}@media(max-width:640px){.legacy-editorial-related{align-items:flex-start;flex-direction:column}}
