@font-face { font-family: "AudioPrime Sans"; src: url("../fonts/Lato-Light.ttf") format("truetype"); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: "AudioPrime Sans"; src: url("../fonts/Lato-Regular.ttf") format("truetype"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "AudioPrime Sans"; src: url("../fonts/Lato-Bold.ttf") format("truetype"); font-weight: 700; font-style: normal; font-display: swap; }

:root {
  --ink: #415766;
  --ink-soft: #5f7280;
  --blue: #425d6c;
  --blue-dark: #17304a;
  --blue-card: #2d435e;
  --button-primary: #425563;
  --contact-bg: #425563;
  --gold: #ccb083;
  --gold-dark: #b89b6b;
  --paper: #f8f5f3;
  --white: #ffffff;
  --border: #ded8d2;
  --shadow: 8px 12px 18px rgba(28, 43, 52, .22);
  --radius: 9px;
  --shell: 1212px;
  --font: "AudioPrime Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--white); color: var(--ink); font-family: var(--font); font-weight: 300; line-height: 1.36; }
body.menu-open { overflow: hidden; }
section[id] { scroll-margin-top: 90px; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4, p { margin-top: 0; }
em { color: var(--gold); font-style: normal; }
.shell { width: min(calc(100% - 72px), var(--shell)); margin-inline: auto; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 65px; padding: 12px 25px; border: 0; border-radius: 11px; background: var(--button-primary); color: var(--white); font-family: var(--font); font-size: 19px; font-weight: 400; line-height: 1; letter-spacing: -.15px; text-transform: uppercase; cursor: pointer; transition: background .2s, transform .2s; }
.button:hover { background: var(--blue-dark); transform: translateY(-2px); }
.button svg { width: 39px; height: 39px; fill: var(--gold); stroke: none; }

.site-header { position: relative; z-index: 30; height: 90px; background: rgba(255,255,255,.97); }
.header-row { display: flex; align-items: center; height: 100%; }
.brand { width: 262px; }
.main-nav { display: flex; align-items: center; margin-left: 104px; gap: 36px; font-size: 20px; font-weight: 300; line-height: 1; letter-spacing: -.3px; }
.main-nav a { transition: color .2s; }
.main-nav a:hover { color: var(--gold-dark); }
.button-header { min-height: 50px; margin-left: auto; padding: 6px 14px; font-size: 15px; font-weight: 400; letter-spacing: -.1px; }
.button-header svg { width: 34px; height: 34px; }
.menu-toggle { display: none; }

.hero { position: relative; height: 684px; background: var(--white); }
.hero::before { position: absolute; inset: 0 0 0 auto; width: 72%; background: url("../img/hero-casal.jpg") 128px center/cover no-repeat; content: ""; }
.hero::after { position: absolute; inset: 0; background: linear-gradient(90deg, var(--white) 0%, var(--white) 31%, rgba(255,255,255,.98) 41%, rgba(255,255,255,.82) 51%, rgba(255,255,255,.35) 60%, rgba(255,255,255,0) 69%); content: ""; }
.hero-row { position: relative; z-index: 2; display: flex; align-items: center; height: 100%; }
.hero-copy { width: 575px; margin-left: 18px; transform: translateY(17px); text-align: center; }
.hero h1 { margin-bottom: 28px; font-size: 38px; font-weight: 700; letter-spacing: -.65px; line-height: 1.32; }
.hero h1 strong { display: block; font-weight: 700; }
.hero h1 em { font-weight: 400; }
.hero p { margin-bottom: 88px; font-size: 26px; font-weight: 300; line-height: 1.4; letter-spacing: -.2px; }
.hero .button { min-width: 303px; }

.symptoms { display: grid; grid-template-columns: 1fr 1.05fr; height: 443px; }
.symptoms-photo { background: url("../img/mulher-reflexiva.jpg") center/cover no-repeat; }
.symptoms-copy { align-self: center; max-width: 650px; padding: 28px 36px 60px 30px; }
.symptoms-copy h2 { margin-bottom: 13px; font-size: 29px; font-weight: 700; line-height: 1.28; }
.symptom-list { margin: 0 0 20px; padding: 0; list-style: none; font-size: 20px; font-weight: 300; }
.symptom-list li { display: flex; align-items: center; margin: 8px 0; }
.symptom-list span { display: grid; place-items: center; width: 31px; color: var(--gold); text-align: center; }
.symptom-list svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.25; }
.symptoms-copy p { margin: 0; font-size: 16px; line-height: 1.38; }

.benefits { position: relative; z-index: 4; margin-top: -33px; }
.benefits-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.benefit-card { height: 287px; padding: 13px 16px 17px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); text-align: center; }
.benefit-card img { width: 79px; height: 79px; margin: 0 auto 4px; object-fit: contain; }
.benefit-card h3 { margin-bottom: 18px; font-size: 24px; font-weight: 700; line-height: 1.14; }
.benefit-card p { margin: 0; font-size: 16px; font-weight: 300; line-height: 1.4; }

.journey { height: 394px; padding-top: 75px; margin-bottom: 30px; background: var(--white); }
.journey h2 { margin-bottom: 45px; font-size: 39px; font-weight: 400; letter-spacing: -.45px; text-align: center; }
.journey-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 56px; text-align: center; }
.journey-grid article { position: relative; }
.journey-grid article:not(:last-child)::after { position: absolute; top: 44px; left: calc(50% + 78px); width: calc(100% - 100px); height: 1px; background: var(--gold); content: ""; }
.journey-icon { display: grid; place-items: center; width: 92px; height: 92px; margin: 0 auto 14px; border: 1px solid var(--gold); border-radius: 50%; }
.journey-icon img { width: 55px; height: 55px; object-fit: contain; }
.journey-grid h3 { margin-bottom: 1px; font-size: 20px; font-weight: 700; }
.journey-grid p { margin: 0; font-size: 16px; line-height: 1.35; }

.evolution { height: 414px; background: linear-gradient(90deg, rgba(19,45,70,.92), rgba(19,45,70,.15) 55%, rgba(19,45,70,.83)), url("../img/aparelho-auditivo.jpg") center/cover no-repeat; color: var(--white); }
.evolution-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; height: 100%; }
.evolution-copy { align-self: center; padding-left: 28px; }
.evolution-copy h2 { margin-bottom: 22px; font-size: 35px; font-weight: 400; line-height: 1.32; }
.evolution-copy ul { margin: 0; padding: 0; list-style: none; font-size: 18px; }
.evolution-copy li { margin: 3px 0; }
.evolution-copy li::before { margin-right: 13px; color: var(--gold); content: "✓"; font-size: 25px; line-height: 1; }
.tech-list { justify-self: end; width: 365px; padding-left: 40px; }
.tech-list article { display: flex; align-items: center; gap: 15px; margin: 21px 0; }
.tech-list img { width: 60px; height: 60px; object-fit: contain; }
.tech-list p { margin: 0; font-size: 16px; line-height: 1.32; }
.tech-list strong { display: block; font-size: 16px; font-weight: 700; }

.solutions { display: grid; grid-template-columns: minmax(0, min(54.5%, 744px)) minmax(0, 1fr); height: 810px; }
.solutions-products { padding: 53px 33px 20px; }
.solutions-products h2 { margin-bottom: 21px; font-size: 36px; font-weight: 700; letter-spacing: -.55px; }
.products-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; max-width: 678px; }
.product-card { grid-column: span 2; height: 310px; padding: 13px 14px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); text-align: center; }
.product-card:nth-child(4) { grid-column: 2 / span 2; margin-top: 9px; }
.product-card:nth-child(5) { margin-top: 9px; }
.product-card img { width: 132px; height: 112px; margin: 0 auto 9px; object-fit: contain; }
.product-card h3 { min-height: 40px; margin-bottom: 9px; color: var(--gold-dark); font-size: 19px; font-weight: 700; line-height: 1.15; }
.product-card p { margin: 0; font-size: 13.5px; line-height: 1.38; }
.good-life { background: url("../img/mulher-lado-bom.jpg") left center/cover no-repeat; }
.good-life-copy { width: 50%; margin-left: auto; padding: 82px 18px 0 0; }
.good-life h2 { margin-bottom: 41px; font-size: 38px; font-weight: 700; line-height: 1.14; }
.good-life p { margin-bottom: 41px; font-size: 24px; font-weight: 700; line-height: 1.43; }
.button-stacked { width: 254px; max-width: 100%; min-width: 0; min-height: 86px; padding-inline: 30px; font-size: 20px; font-weight: 700; line-height: 1.25; text-align: center; }

.ideal { display: grid; grid-template-columns: 1fr 1fr; height: 420px; }
.ideal-photo { background: linear-gradient(90deg, rgba(255,255,255,0) 84%, rgba(255,255,255,.35) 93%, var(--white) 100%), url("../img/casal-ao-ar-livre.jpg") left bottom/auto 95% no-repeat; }
.ideal-copy { align-self: center; padding: 8px 30px 0 64px; }
.ideal-copy h2 { margin-bottom: 22px; font-size: 31px; font-weight: 700; line-height: 1.25; }
.ideal-copy ul { margin: 0 0 25px; padding-left: 22px; font-size: 20px; font-weight: 300; line-height: 1.45; }
.ideal-copy p { margin: 0; font-size: 19px; line-height: 1.35; }
.ideal-copy p em { font-weight: 700; }
.ideal-copy p strong { font-weight: 700; }

.tinnitus { position: relative; height: 734px; padding-top: 51px; background: linear-gradient(to bottom, transparent 0 63%, var(--white) 63%), radial-gradient(circle at 8% 72%, #677B94 0%, #465870 23%, rgba(255,255,255,0) 47%), linear-gradient(90deg, #2a3e54 0%, #263f58 34%, #1d3752 64%, #122a43 100%); color: var(--white); }
.tinnitus-person { position: absolute; z-index: 1; top: 0; right: 0; width: 36.6%; height: 462px; object-fit: contain; object-position: top right; }
.tinnitus .shell { position: relative; z-index: 2; width: min(calc(100% - 190px), 1162px); }
.tinnitus h2 { width: max-content; margin-bottom: 51px; padding-inline: 27px; border-right: 3px solid var(--gold); border-left: 3px solid var(--gold); font-size: 56px; font-weight: 400; line-height: 1.1; letter-spacing: 1.5px; }
.tinnitus h2 strong { font-weight: 700; }
.tinnitus h3 { margin-bottom: 32px; color: var(--gold); font-size: 27px; font-weight: 700; line-height: 1.35; }
.tinnitus-intro { max-width: 760px; margin-bottom: 55px; font-size: 18px; line-height: 1.45; }
.treatment-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.treatment-grid article { height: 330px; padding: 13px 20px; border: 1px solid rgba(218,221,224,.86); border-radius: var(--radius); background: rgba(44,59,78,.98); box-shadow: 8px 13px 18px rgba(20, 31, 38, .34); }
.treatment-grid h4 { margin-bottom: 14px; color: var(--gold); font-size: 21px; font-weight: 700; line-height: 1.35; text-align: center; }
.treatment-grid p { margin: 0; font-size: 15px; line-height: 1.4; }

.audiosafe { min-height: 683px; padding: 36px 0 22px; background: #102c45 url("../img/audiosafe-back.png") center/cover no-repeat; color: var(--white); }
.audiosafe-grid { display: grid; grid-template-columns: minmax(0, 680px) minmax(360px, 1fr); align-items: center; width: min(calc(100% - 230px), 1136px); min-height: 625px; }
.audiosafe-copy { position: relative; z-index: 2; align-self: stretch; display: flex; flex-direction: column; align-items: flex-start; padding-top: 2px; }
.audiosafe h2 { width: calc(100% + 456px); margin-bottom: 43px; padding: 3px 15px 4px; border-right: 3px solid var(--gold-dark); border-left: 3px solid var(--gold-dark); font-size: 52px; font-weight: 400; line-height: 1.22; letter-spacing: -.65px; }
.audiosafe h2 em { font-weight: 700; }
.audiosafe-lead { margin-bottom: 37px; font-size: 21px; font-weight: 700; line-height: 1.4; letter-spacing: -.1px; }
.audiosafe-lead strong { color: var(--gold); font-weight: 700; }
.audiosafe-divider { width: 140px; height: 2px; margin-bottom: 21px; background: var(--gold); }
.audiosafe-description { max-width: 640px; margin-bottom: 38px; font-size: 18px; font-weight: 300; line-height: 1.45; }
.audiosafe-button { min-width: 495px; min-height: 74px; padding: 7px 27px; border-radius: 11px; background: var(--gold); font-size: 21px; font-weight: 700; text-transform: none; }
.audiosafe-button:hover { background: #b99a6b; }
.audiosafe-button svg { width: 51px; height: 58px; flex: none; fill: none; stroke: var(--white); stroke-linecap: round; stroke-linejoin: round; stroke-width: 3; }
.audiosafe-note { margin: auto 0 0 6px; font-size: 16px; line-height: 1.2; }
.audiosafe-visual { align-self: start; justify-self: end; width: min(100%, 380px); margin: 90px 15px 0 22px; }
.audiosafe-visual img { width: 100%; filter: drop-shadow(0 16px 20px rgba(0,0,0,.18)); }

.reviews { min-height: 519px; padding: 48px 0 56px; background: var(--paper); }
.reviews h2 { position: relative; margin-bottom: 22px; font-size: 34px; font-weight: 700; line-height: 1.25; letter-spacing: -.35px; text-align: center; }
.reviews h2::before, .reviews h2::after { position: absolute; top: 0; width: 3px; height: 63px; background: var(--gold-dark); content: ""; }
.reviews h2::before { left: 245px; }
.reviews h2::after { right: 245px; }
.reviews h3 { margin-bottom: 8px; font-size: 26px; font-weight: 400; text-align: center; }
.reviews-scroll-hint { margin-bottom: 22px; color: var(--ink-soft); font-size: 18px; text-align: center; }
.reviews-slider { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 16px; }
.reviews-scroller { width: 1080px; max-width: 100%; min-width: 0; justify-self: center; overflow-x: auto; overflow-y: hidden; padding: 2px 0 16px; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.reviews-scroller::-webkit-scrollbar { display: none; }
.reviews-scroller:focus { outline: none; }
.reviews-grid { display: flex; align-items: stretch; gap: 16px; width: max-content; min-width: 100%; }
.reviews-arrow { display: grid; place-items: center; width: 48px; height: 72px; padding: 0; border: 1px solid var(--gold-dark); border-radius: 24px; background: var(--white); color: var(--blue); cursor: pointer; transition: background .2s, color .2s, opacity .2s, transform .2s; }
.reviews-arrow:hover:not(:disabled) { background: var(--gold); color: var(--white); transform: translateY(-2px); }
.reviews-arrow:focus-visible { outline: 3px solid rgba(204,176,131,.55); outline-offset: 3px; }
.reviews-arrow:disabled { cursor: not-allowed; opacity: .3; }
.reviews-arrow svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.2; }
.google-card { display: flex; flex: 0 0 258px; flex-direction: column; justify-content: center; min-height: 278px; padding: 8px 9px 10px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--white); text-align: center; scroll-snap-align: start; }
.google-card strong { display: block; font-size: 48px; font-weight: 400; line-height: .98; letter-spacing: -4px; }
.google-card strong span { display: inline; font-size: inherit; }
.google-card strong span:nth-child(1), .google-card strong span:nth-child(4) { color: #4285f4; }
.google-card strong span:nth-child(2), .google-card strong span:nth-child(6) { color: #ea4335; }
.google-card strong span:nth-child(3) { color: #fbbc05; }
.google-card strong span:nth-child(5) { color: #34a853; }
.google-card > span { display: block; color: #f6c20e; font-size: 28px; line-height: 1.12; }
.google-card p { margin: 5px 0 0; font-size: 12.5px; line-height: 1.25; }
.review-card { display: flex; flex: 0 0 258px; flex-direction: column; min-height: 278px; padding: 10px 11px 12px; border: 1px solid #161616; border-radius: 8px; background: var(--white); color: #303030; scroll-snap-align: start; }
.review-author { display: flex; align-items: center; gap: 8px; font-size: 15px; line-height: 1.05; }
.review-author img, .review-avatar { width: 44px; height: 44px; flex: none; border-radius: 50%; object-fit: cover; }
.review-avatar-fallback { display: grid; place-items: center; background: #a97b4e; color: var(--white); font-size: 21px; font-weight: 700; }
.review-author strong { font-weight: 700; }
.review-author small { display: block; margin-top: 3px; color: #52616b; font-size: 13px; font-weight: 400; }
.stars { margin: 10px 0 10px; color: #fbbc04; font-size: 18px; line-height: 1; white-space: nowrap; }
.stars small { margin-left: 8px; color: #626e76; font-size: 13px; font-weight: 300; vertical-align: 2px; }
.review-card p { margin: 0; color: #5c6b75; font-size: 13.5px; line-height: 1.35; }

.contact { height: 655px; padding-top: 77px; background: var(--contact-bg); color: var(--white); }
.contact-grid { display: grid; grid-template-columns: 650px 330px; width: min(calc(100% - 190px), 1162px); gap: 121px; }
.location > img { width: 566px; height: 356px; object-fit: cover; }
.location-info { display: flex; align-items: center; gap: 59px; margin-top: 41px; }
.location-info p { display: flex; align-items: center; gap: 10px; margin: 0; font-size: 16px; font-weight: 300; line-height: 1.45; }
.round-icon { display: grid; place-items: center; width: 60px; height: 60px; flex: none; border: 1px solid var(--white); border-radius: 50%; font-size: 25px; }
.round-icon svg { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.25; }
.contact-copy { width: 330px; margin-top: -16px; }
.contact-copy h2 { margin-bottom: 14px; font-size: 32px; font-weight: 300; line-height: 1.02; letter-spacing: -.4px; }
.contact-copy h2 em { font-weight: 700; }
.contact-copy > p { margin-bottom: 16px; font-size: 18px; font-weight: 300; line-height: 1.4; letter-spacing: -.1px; }
.contact-form { position: relative; padding: 78px 17px 17px; border: 2px solid var(--white); border-radius: 14px; }
.contact-form h3 { position: absolute; top: 16px; right: 0; left: 0; margin: 0; font-size: 20px; font-weight: 300; line-height: 1.05; text-align: center; letter-spacing: -.15px; }
.contact-form h3 strong { font-weight: 700; }
.contact-form label span { position: absolute; width: 1px; height: 1px; overflow: hidden; }
.contact-form input { width: 100%; height: 51px; margin-bottom: 16px; padding: 0 14px; border: 0; background: var(--white); color: var(--ink); font: inherit; font-size: 17px; font-weight: 300; }
.contact-form input::placeholder { color: #aaa; }
.contact-form button { width: 100%; min-height: 49px; padding: 10px 14px; border: 0; border-radius: 8px; background: var(--gold); color: var(--white); font: inherit; font-size: 16px; font-weight: 700; cursor: pointer; transition: background .2s, transform .2s; }
.contact-form button:hover { background: var(--gold-dark); transform: translateY(-1px); }
.contact-form button:focus-visible { outline: 2px solid var(--white); outline-offset: 3px; }
.contact-form.submitted { border-color: var(--gold); }
.contact-form.submitted h3 { color: var(--gold); }

.site-footer { height: 403px; background: var(--paper); color: var(--ink); }
.footer-top { height: 156px; background: linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.64) 46%, rgba(255,255,255,0) 100%) right 277px top/96px 156px no-repeat, linear-gradient(90deg, var(--paper) 0%, var(--paper) 47%, rgba(255,255,255,.88) 84%, var(--white) 100%) right 373px top/320px 156px no-repeat, url("../img/footer-casal-103.png") right top/auto 156px no-repeat; }
.footer-cta { display: flex; align-items: flex-start; height: 100%; padding-top: 44px; gap: 48px; }
.footer-cta > div { width: 171px; }
.footer-cta img { width: 171px; margin-bottom: 8px; }
.footer-cta p { margin: 0; font-size: 16px; font-weight: 300; line-height: 1.38; }
.footer-cta > p { width: 275px; font-size: 18px; line-height: 1.35; }
.footer-cta .button { min-width: 299px; min-height: 64px; margin-left: 4px; padding-inline: 15px; border-radius: 9px; font-size: 21px; font-weight: 700; letter-spacing: -.4px; transform: none; }
.footer-cta .button svg { width: 43px; height: 43px; }
.footer-contact { display: grid; grid-template-columns: 978px 168px; align-items: center; gap: 67px; margin-top: 48px; }
.contact-strip { display: flex; align-items: center; justify-content: space-between; width: 978px; height: 68px; padding: 0 12px; border: 2px solid var(--gold-dark); border-radius: 9px; background: transparent; box-shadow: none; }
.contact-strip span { display: inline-flex; align-items: center; gap: 5px; height: 44px; padding: 0 15px 0 0; border-right: 1px solid var(--gold); font-size: 19px; font-weight: 300; line-height: 1; white-space: nowrap; }
.contact-strip span:last-child { border-right: 0; }
.contact-strip svg { width: 29px; height: 29px; flex: none; fill: none; stroke: var(--gold-dark); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.45; }
.contact-strip span:nth-child(3) svg { fill: none; stroke-width: 1.35; }
.footer-seal { display: flex; align-items: center; justify-content: center; /*width: 168px; min-height: 67px;*/ }
.footer-seal iframe, .footer-seal img { /*max-width: 168px;*/ }
.legal { margin: 39px 0 0; font-size: 16px; font-weight: 300; line-height: 1.25; text-align: center; }

@media (max-width: 1290px) {
  section[id] { scroll-margin-top: 82px; }
  .site-header { height: 82px; }
  .brand { width: 205px; }
  .menu-toggle { z-index: 40; display: grid; width: 42px; height: 42px; margin-left: auto; padding: 9px; border: 0; background: transparent; }
  .menu-toggle span { height: 2px; background: var(--ink); }
  .main-nav { position: fixed; inset: 82px 0 auto; display: none; flex-direction: column; margin-left: 0; padding: 32px; background: var(--white); box-shadow: var(--shadow); font-size: 16px; }
  .menu-open .main-nav { display: flex; }
  .button-header { display: none; }
  .shell { width: min(calc(100% - 40px), var(--shell)); }
  .hero { height: 650px; }
  .hero-copy { width: 55%; margin-left: 0; }
  .hero h1 { font-size: 31px; }
  .hero p { font-size: 19px; }
  .benefits-grid { gap: 10px; }
  .benefit-card { padding-inline: 8px; }
  .benefit-card h3 { font-size: 19px; }
  .benefit-card p { font-size: 13px; }
  .journey-grid { gap: 15px; }
  .journey-grid article:not(:last-child)::after { display: none; }
  .solutions { grid-template-columns: 1fr; height: auto; }
  .solutions-products { padding: 44px 22px; }
  .solutions-products h2 { font-size: 28px; }
  .products-grid { grid-template-columns: repeat(3, 1fr); gap: 10px; max-width: none; }
  .product-card, .product-card:nth-child(4), .product-card:nth-child(5) { grid-column: auto; height: auto; min-height: 0; margin-top: 0; padding-inline: 7px; }
  .good-life { height: 620px; background-position: left center; }
  .good-life-copy { width: 54%; }
  .good-life h2 { font-size: 30px; }
  .good-life p { font-size: 19px; }
  .tinnitus { height: auto; padding-bottom: 60px; }
  .tinnitus h2 { letter-spacing: -.6px; }
  .treatment-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .treatment-grid article { height: auto; min-height: 280px; padding-inline: 12px; }
  .audiosafe { min-height: 560px; }
  .audiosafe-grid { grid-template-columns: minmax(0, 1.3fr) minmax(300px, .7fr); width: min(calc(100% - 40px), var(--shell)); }
  .audiosafe h2 { width: 100%; font-size: 36px; }
  .audiosafe-lead { font-size: 18px; }
  .audiosafe-description { font-size: 15px; }
  .audiosafe-visual { margin-right: 0; }
  .reviews { padding-bottom: 60px; }
  .reviews-scroller { width: 806px; }
  .reviews h2::before, .reviews h2::after { display: none; }
  .contact { height: auto; padding-bottom: 70px; }
  .contact-grid { grid-template-columns: 1.1fr .9fr; width: min(calc(100% - 40px), var(--shell)); gap: 45px; }
  .tinnitus .shell { width: min(calc(100% - 40px), var(--shell)); }
  .location > img { width: 100%; }
  .contact-copy { width: 100%; max-width: 330px; }
  .site-footer { height: auto; padding-bottom: 30px; }
  .footer-contact { grid-template-columns: 1fr; align-items: flex-start; gap: 20px; }
  .contact-strip { width: 100%; height: auto; flex-wrap: wrap; padding-block: 10px; }
}

@media (max-width: 900px) {
  .reviews-scroller { width: 532px; }
  .journey { height: auto; padding-bottom: 55px; }
  .ideal { height: auto; }
}

@media (max-width: 820px) {
  .contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .contact-copy { max-width: 420px; }
  .footer-cta .button { transform: none; }
}

@media (max-width: 720px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .hero { height: 710px; }
  .hero::before { inset: 0 0 auto; width: 100%; height: 54%; background-position: 62% top; }
  .hero::after { background: linear-gradient(0deg, var(--white) 0%, rgba(255,255,255,.96) 49%, rgba(255,255,255,.08) 76%); }
  .hero-row { align-items: flex-end; width: min(calc(100% - 40px), var(--shell)); padding-bottom: 38px; }
  .hero-copy { width: 100%; transform: none; }
  .hero h1 { margin-bottom: 13px; font-size: 25px; line-height: 1.28; }
  .hero p { margin-bottom: 25px; font-size: 14px; }
  .button { min-height: 54px; font-size: 14px; }
  .button svg { width: 30px; height: 30px; }
  .symptoms { grid-template-columns: 1fr; height: auto; }
  .symptoms-photo { height: 320px; }
  .symptoms-copy { padding: 32px 22px 58px; }
  .symptoms-copy h2 { font-size: 25px; }
  .symptom-list { font-size: 15px; }
  .benefits { margin-top: -25px; }
  .benefits-grid { grid-template-columns: 1fr; gap: 12px; }
  .benefit-card { display: grid; grid-template-columns: 94px minmax(0, 1fr); column-gap: 20px; align-items: center; height: auto; min-height: 150px; padding: 18px 20px; text-align: left; }
  .benefit-card img { grid-row: span 2; margin: auto; }
  .benefit-card h3 { margin: 0 0 6px; font-size: 19px; }
  .benefit-card p { font-size: 13px; }
  .journey { height: auto; padding: 55px 0; }
  .journey h2 { margin-bottom: 34px; font-size: 29px; }
  .journey-grid { grid-template-columns: 1fr 1fr; gap: 32px 12px; }
  .journey-grid h3 { font-size: 15px; }
  .journey-grid p { font-size: 11px; }
  .evolution { height: auto; min-height: 650px; background: linear-gradient(90deg, rgba(19,45,70,.96) 0%, rgba(19,45,70,.84) 39%, rgba(19,45,70,.34) 65%, rgba(19,45,70,.62) 100%), url("../img/aparelho-auditivo.jpg") 58% center/cover no-repeat; }
  .evolution-grid { grid-template-columns: 1fr; align-content: start; gap: 96px; padding-block: 50px 44px; }
  .evolution-copy { padding-left: 0; }
  .evolution-copy h2 { font-size: 30px; }
  .evolution-copy ul { font-size: 14px; }
  .tech-list { justify-self: start; width: 100%; max-width: 390px; padding-left: 0; }
  .tech-list article { gap: 14px; margin: 13px 0; }
  .tech-list img { width: 56px; height: 56px; }
  .solutions { grid-template-columns: 1fr; height: auto; }
  .solutions-products { padding: 44px 14px; }
  .solutions-products h2 { font-size: 29px; }
  .products-grid { grid-template-columns: 1fr 1fr; align-items: stretch; max-width: none; }
  .product-card, .product-card:nth-child(4), .product-card:nth-child(5) { display: flex; flex-direction: column; grid-column: auto; height: auto; min-height: 0; margin-top: 0; padding: 13px 10px 16px; }
  .product-card:nth-child(5) { grid-column: 1 / -1; width: calc(50% - 5px); justify-self: center; }
  .product-card img { width: 110px; height: 100px; }
  .product-card h3 { min-height: 0; font-size: 15px; }
  .product-card p { font-size: 10px; }
  .good-life { height: auto; min-height: 540px; background-position: left center; background-size: auto 100%; }
  .good-life-copy { display: flex; flex-direction: column; justify-content: center; width: 50%; min-height: 540px; margin-left: auto; padding: 0 14px 0 0; }
  .good-life h2 { margin-bottom: 30px; font-size: 27px; }
  .good-life p { margin-bottom: 28px; font-size: 15px; }
  .button-stacked { padding-inline: 12px; font-size: 12px; }
  .ideal { grid-template-columns: 1fr; height: auto; }
  .ideal-photo { height: 292px; margin-top: 18px; background: url("../img/casal-ao-ar-livre.jpg") center top/100% auto no-repeat; }
  .ideal-copy { padding: 24px 22px 38px; }
  .ideal-copy h2 { font-size: 25px; }
  .ideal-copy ul, .ideal-copy p { font-size: 14px; }
  .tinnitus { height: auto; padding: 20px 0 55px; }
  .tinnitus-person { top: 0; right: -22px; width: 58%; height: 252px; opacity: .38; object-position: top right; }
  .tinnitus .shell { padding-top: 34px; }
  .tinnitus h2 { width: auto; margin-bottom: 26px; padding-inline: 14px; font-size: 34px; }
  .tinnitus h3 { font-size: 18px; }
  .tinnitus-intro { font-size: 13px; }
  .treatment-grid { grid-template-columns: 1fr; }
  .treatment-grid article { height: auto; min-height: 0; }
  .audiosafe { min-height: 0; padding: 42px 0 28px; background-position: 36% center; }
  .audiosafe-grid { grid-template-columns: 1fr; min-height: 0; }
  .audiosafe-copy { padding-top: 0; }
  .audiosafe h2 { margin-bottom: 28px; padding-inline: 12px; font-size: 30px; line-height: 1.2; }
  .audiosafe h2 br, .audiosafe-lead br { display: none; }
  .audiosafe-lead { max-width: 560px; margin-bottom: 18px; font-size: 17px; }
  .audiosafe-divider { width: 110px; margin-bottom: 18px; }
  .audiosafe-description { margin-bottom: 26px; font-size: 14px; }
  .audiosafe-button { order: 4; width: 100%; min-width: 0; min-height: 64px; padding-inline: 15px; font-size: 17px; }
  .audiosafe-button svg { width: 42px; height: 48px; }
  .audiosafe-note { order: 5; margin: 20px 0 0; font-size: 13px; }
  .audiosafe-visual { grid-row: 2; width: min(78%, 390px); margin: 8px auto 24px; }
  .reviews { padding: 50px 0; }
  .reviews h2 { font-size: 27px; }
  .reviews h3 { margin-bottom: 34px; font-size: 20px; }
  .reviews-scroll-hint { margin-top: -20px; margin-bottom: 20px; font-size: 16px; }
  .reviews-slider { gap: 8px; }
  .reviews-scroller { width: calc(100vw - 116px); max-width: calc(100vw - 116px); -webkit-overflow-scrolling: touch; }
  .reviews-arrow { width: 36px; height: 58px; border-radius: 18px; }
  .reviews-arrow svg { width: 21px; height: 21px; }
  .reviews-grid { width: max-content; min-width: 0; gap: 12px; }
  .google-card, .review-card { width: calc(100vw - 116px); flex-basis: calc(100vw - 116px); min-width: calc(100vw - 116px); min-height: 320px; }
  .contact { padding: 50px 0; }
  .contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .contact-grid, .tinnitus .shell { width: min(calc(100% - 28px), var(--shell)); }
  .location > img { height: auto; }
  .location-info { flex-direction: column; align-items: flex-start; gap: 18px; margin-top: 25px; }
  .contact-copy { width: 100%; max-width: none; }
  .contact-copy h2 { font-size: 29px; }
  .footer-top { height: auto; padding-block: 35px; background-image: none; }
  .footer-cta { flex-direction: column; align-items: flex-start; height: auto; padding-top: 0; gap: 18px; }
  .footer-cta > div, .footer-cta > p { width: auto; }
  .footer-contact { margin-top: 18px; }
  .contact-strip { display: grid; grid-template-columns: 1fr; }
  .contact-strip span { height: auto; padding-block: 7px; border-right: 0; font-size: 15px; white-space: normal; }
  .footer-seal { width: 100%; justify-content: flex-start; }
  .legal { margin-top: 22px; padding-inline: 15px; }
}

@media (max-width: 480px) {
  .audiosafe h2 { font-size: 26px; }
  .audiosafe-button { font-size: 15px; }
  .good-life { min-height: 500px; padding-top: 0; background-color: transparent; background-size: auto 100%; background-position: left center; }
  .good-life-copy { width: 54%; min-height: 500px; margin-left: auto; padding: 0 14px 0 0; }
  .good-life h2 { margin-bottom: 20px; }
  .good-life p { margin-bottom: 22px; }
  .button-stacked { width: 100%; }
  .ideal-photo { height: 214px; }
  .ideal-copy { padding-top: 20px; }
}
