:root{--c-primary:#0e6f6a;--c-primary-dark:#0a5450;--c-primary-soft:#e3f2f0;--c-primary-pale:#5c9b95;--c-ink:#16302e;--c-body:#48605e;--c-muted:#667a78;--c-bg:#fff;--c-bg-soft:#f3f9f8;--c-accent:#b8561f;--c-accent-dark:#9c4818;--c-accent-soft:#cc6124;--c-wa:#0f7a38;--c-wa-dark:#0b6a30;--c-line:#e3ebea;--radius:18px;--radius-sm:12px;--shadow:0 10px 34px #0f3d3a1a;--shadow-sm:0 4px 14px #0f3d3a14;--font:"Nunito", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:84px}body{font-family:var(--font);color:var(--c-body);background:var(--c-bg);-webkit-font-smoothing:antialiased;font-size:1.02rem;line-height:1.65}img{max-width:100%;height:auto;display:block}picture{display:contents}h1,h2,h3,h4{color:var(--c-ink);overflow-wrap:break-word;text-wrap:balance;font-weight:800;line-height:1.22}h1{letter-spacing:-.01em;font-size:clamp(1.7rem,3.4vw,2.55rem)}h2{letter-spacing:-.01em;font-size:clamp(1.5rem,2.8vw,2.05rem)}h3{font-size:1.15rem}a{color:var(--c-primary);text-decoration:none}a:hover{color:var(--c-primary-dark)}ul{list-style:none}.container{width:min(1160px,100% - 2.5rem);margin-inline:auto}.container-narrow{width:min(860px,100% - 2.5rem)}.section{padding:clamp(2.2rem,4.5vw,3.4rem) 0}.section-alt{background-color:var(--c-bg-soft);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.82' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3CfeComponentTransfer%3E%3CfeFuncA type='linear' slope='0.045'/%3E%3C/feComponentTransfer%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.section-head{text-align:center;max-width:760px;margin:0 auto 1.9rem}.section-head p{margin-top:.8rem;font-size:1.05rem}.section-head .eyebrow{margin-bottom:.9rem}.eyebrow{letter-spacing:.09em;text-transform:uppercase;color:var(--c-primary);background:var(--c-primary-soft);border-radius:999px;margin-bottom:1.1rem;padding:.35rem .95rem;font-size:.8rem;font-weight:800;display:inline-block}.btn{font-family:var(--font);cursor:pointer;text-align:center;border:2px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:.55rem;padding:.85rem 1.5rem;font-size:1rem;font-weight:800;line-height:1.25;transition:transform .15s,box-shadow .15s,background .15s;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn:active{transform:translateY(0)}.btn svg{flex-shrink:0}.btn span{min-width:0}.btn-lg{padding:1rem 1.7rem;font-size:1.04rem}.btn-sm{padding:.5rem 1.05rem;font-size:.9rem}.btn-block{width:100%}.btn-wa{background:var(--c-wa);color:#fff;box-shadow:0 6px 20px #0f7a3852}.btn-wa:hover{background:var(--c-wa-dark);color:#fff}.btn-accent{background:var(--c-accent);color:#fff;box-shadow:0 6px 20px #b8561f52}.btn-accent:hover{background:var(--c-accent-dark);color:#fff}.btn-outline{border-color:var(--c-primary);color:var(--c-primary);background:#fff}.btn-outline:hover{background:var(--c-primary-soft)}.btn-outline-light{color:#fff;background:0 0;border-color:#fff9}.btn-outline-light:hover{color:#fff;background:#ffffff1f}.btn-ghost{color:var(--c-muted);background:0 0}.btn-ghost:hover{color:var(--c-ink)}.site-header{z-index:60;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--c-line);background:#fffffff0;position:sticky;top:0}.header-inner{align-items:center;gap:1.3rem;min-height:68px;display:flex}.brand{color:var(--c-primary);flex-shrink:0;align-items:center;gap:.62rem;display:inline-flex}.brand-mark{border-radius:50%;flex-shrink:0;width:42px;height:42px;display:block}.brand-invert .brand-mark{background:#fff}.brand-text{gap:2px;line-height:1;display:grid}.brand-name{letter-spacing:.05em;color:var(--c-ink);font-size:1.04rem;font-weight:900}.brand-sub{letter-spacing:.26em;color:var(--c-primary);font-size:.58rem;font-weight:800}.brand:hover .brand-mark{color:var(--c-primary-dark)}.brand-invert{color:#8fcdc7}.brand-invert .brand-name{color:#fff}.brand-invert .brand-sub{color:#8fcdc7}.main-nav{flex-wrap:nowrap;gap:1rem;margin-left:auto;display:flex}.main-nav a{color:var(--c-body);white-space:nowrap;font-size:.9rem;font-weight:700}.main-nav a:hover{color:var(--c-primary)}.main-nav .nav-contact{display:none}.header-actions{flex-shrink:0;align-items:center;gap:.9rem;margin-left:auto;display:flex}.main-nav+.header-actions{margin-left:0}.lang-switch{border:1.5px solid var(--c-primary);box-shadow:var(--shadow-sm);background:#fff;border-radius:999px;gap:3px;padding:3px;display:flex}.lang-switch a{color:var(--c-primary);border-radius:999px;padding:.3rem .62rem;font-size:.8rem;font-weight:800;line-height:1.1}.lang-switch a.active{background:var(--c-primary);color:#fff}.lang-switch a:not(.active):hover{background:var(--c-primary-soft)}.header-cta{max-width:240px}.header-cta span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.burger{display:none}.hero{background:linear-gradient(92deg,#fdfaf5f0 0%,#fbf8f3b8 42%,#f8faf947 100%),url(/assets/img/hero-bg.jpg) 50%/cover no-repeat;padding:clamp(2.4rem,5vw,4.2rem) 0 clamp(2.4rem,4.5vw,3.8rem);position:relative;overflow:hidden}@supports (background-image:image-set(url('/assets/img/hero-bg.webp') type('image/webp'))){.hero{background:-webkit-linear-gradient(358deg,#fdfaf5f0 0%,#fbf8f3b8 42%,#f8faf947 100%),-webkit-image-set(url(/assets/img/hero-bg.webp) 1x type("image/webp")) 50%/cover no-repeat;background:linear-gradient(92deg,#fdfaf5f0 0%,#fbf8f3b8 42%,#f8faf947 100%),image-set("/assets/img/hero-bg.webp" 1x type("image/webp")) 50%/cover no-repeat}}.hero-grid{grid-template-columns:1.12fr .88fr;grid-template-areas:"copy media""actions media";align-content:center;align-items:center;gap:0 clamp(2rem,5vw,4.5rem);display:grid}.hero-copy{grid-area:copy;align-self:end}.hero-actions{grid-area:actions;align-self:start}.hero-copy .lead{max-width:56ch;margin-top:1.1rem;font-size:1.11rem}.hero-points{flex-wrap:wrap;gap:.55rem;max-width:560px;margin-top:1.5rem;display:flex}.hero-points li{border:1px solid var(--c-line);color:var(--c-ink);box-shadow:var(--shadow-sm);background:#ffffffd9;border-radius:999px;align-items:center;gap:.45rem;padding:.42rem .95rem .42rem .65rem;font-size:.88rem;font-weight:700;display:inline-flex}.hero-points svg{color:var(--c-primary);flex-shrink:0}.hero-cta{flex-wrap:wrap;align-items:center;gap:.8rem;margin-top:1.8rem;display:flex}.hero-cta .btn{white-space:nowrap}.hero-form-link{color:var(--c-body);text-underline-offset:4px;align-items:center;gap:.4rem;margin-top:1rem;font-size:.93rem;font-weight:700;-webkit-text-decoration:underline #48605e66;text-decoration:underline #48605e66;display:inline-flex}.hero-form-link:hover,.hero-form-link svg{color:var(--c-primary)}.hero-media{grid-area:media;justify-self:end;width:100%;max-width:470px;position:relative}.hero-photo{box-shadow:var(--shadow);border:5px solid #fff;border-radius:26px;overflow:hidden}.hero-photo img{width:100%}.hero-badge{border-radius:var(--radius-sm);box-shadow:var(--shadow);background:#fff;gap:.1rem;max-width:90%;padding:.8rem 1.15rem;display:grid;position:absolute;bottom:1.5rem;left:-1.1rem}.hero-badge strong{color:var(--c-ink);font-size:.98rem}.hero-badge span{color:var(--c-muted);font-size:.8rem;font-weight:600}.signs-grid{grid-template-columns:1.1fr .9fr;align-items:start;gap:clamp(1.6rem,4vw,3rem);display:grid}.signs-list{grid-template-columns:1fr;gap:.8rem;display:grid}.signs-list li{border:1px solid var(--c-line);border-radius:var(--radius-sm);color:var(--c-ink);box-shadow:var(--shadow-sm);background:#fff;align-items:flex-start;gap:.75rem;padding:.85rem 1.1rem;font-weight:700;display:flex}.signs-list svg{color:var(--c-accent-soft);flex-shrink:0;margin-top:2px}.signs-note{background:linear-gradient(160deg, var(--c-primary) 0%, var(--c-primary-dark) 100%);color:#d9eeec;border-radius:var(--radius);padding:2rem 1.9rem;position:sticky;top:96px}.signs-note-icon{object-fit:contain;filter:drop-shadow(0 6px 14px #00000038);width:96px;height:96px;margin:0 auto .9rem}.signs-note h3{color:#fff;text-align:center;margin-bottom:.8rem;font-size:1.25rem}.signs-note p{margin-bottom:1.4rem;font-size:.97rem}.signs-note .btn{width:100%}.help-block{grid-template-columns:.58fr 1.42fr;align-items:start;gap:clamp(1.5rem,3.5vw,2.6rem);display:grid}.help-block+.help-block{margin-top:clamp(2.6rem,6vw,4.2rem)}.help-block-flip{grid-template-columns:1.42fr .58fr}.help-block-flip .help-media{order:2}.help-media{position:sticky;top:96px}.help-media img{border-radius:var(--radius);box-shadow:var(--shadow);border:5px solid #fff;width:100%}.help-subtitle{margin-bottom:1.2rem;font-size:1.4rem}.cards-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.card{text-align:center;border:1px solid var(--c-line);box-shadow:var(--shadow-sm);background:#fff;border-radius:16px;flex-direction:column;align-items:center;gap:.9rem;padding:1.5rem 1.25rem 1.4rem;transition:transform .18s,box-shadow .18s;display:flex}.card:hover{box-shadow:var(--shadow);transform:translateY(-3px)}.card-icon{object-fit:contain;filter:drop-shadow(0 5px 10px #0f3d3a24);flex-shrink:0;width:84px;height:84px}.card h4{margin-bottom:.35rem;font-size:1.02rem}.card p{font-size:.9rem;line-height:1.55}.cards-grid .card:last-child:nth-child(odd){grid-column:1/-1}.cards-grid .card:last-child:nth-child(odd) p{max-width:46ch}.safety-grid{grid-template-columns:repeat(4,1fr);gap:1.1rem;display:grid}.safety-item{background:var(--c-bg-soft);border:1px solid var(--c-line);border-radius:var(--radius);text-align:center;padding:1.7rem 1.3rem 1.5rem}.safety-icon{object-fit:contain;filter:drop-shadow(0 5px 10px #0f3d3a24);width:84px;height:84px;margin:0 auto .9rem}.safety-item h3{margin-bottom:.5rem;font-size:1.03rem}.safety-item p{font-size:.91rem}.section-doctor .section-head{margin-bottom:clamp(1.6rem,3.2vw,2.4rem)}.doctor-role{color:var(--c-primary);margin-top:.35rem;font-weight:800}.doctor-grid{grid-template-columns:1.12fr .88fr;align-items:start;gap:clamp(1.4rem,3vw,2.4rem);max-width:1040px;margin:0 auto;display:grid}.doctor-copy>p{margin-bottom:.95rem;font-size:1.03rem}.doctor-creds-card{border:1px solid var(--c-line);border-radius:var(--radius);box-shadow:var(--shadow-sm);background:#fff;padding:1.6rem 1.5rem 1.5rem}.doctor-creds-card h3{margin-bottom:.95rem;font-size:1.06rem}.creds-list{gap:.55rem;display:grid}.creds-list li{align-items:flex-start;gap:.6rem;font-size:.97rem;display:flex}.creds-list svg{color:var(--c-primary);flex-shrink:0;margin-top:4px}.doctor-langs{border:1px solid var(--c-line);border-radius:var(--radius-sm);background:#fff;margin-top:.4rem;padding:.9rem 1.15rem;font-size:.95rem}.doctor-langs strong{color:var(--c-ink)}.steps-grid{grid-template-columns:repeat(4,1fr);gap:1.2rem;display:grid}.step{border:1px solid var(--c-line);border-radius:var(--radius);box-shadow:var(--shadow-sm);text-align:center;background:#fff;padding:1.7rem 1.4rem 1.5rem;position:relative}.step-icon{object-fit:contain;filter:drop-shadow(0 5px 10px #0f3d3a24);width:82px;height:82px;margin:0 auto .9rem}.step:not(:last-child):after{content:"";border-top:2px dashed #bcd6d3;width:1.2rem;position:absolute;top:4.1rem;right:-1.2rem}.step h3{margin-bottom:.45rem;font-size:1.05rem}.step p{font-size:.92rem}.steps-note{color:var(--c-ink);justify-content:center;align-items:flex-start;gap:.6rem;margin-top:1.8rem;font-size:.95rem;font-weight:600;display:flex}.steps-note svg{color:var(--c-primary);flex-shrink:0;margin-top:2px}.reviews-grid{grid-template-columns:1fr 1fr;gap:1.4rem;display:grid}.reviews-grid .review-card:last-child:nth-child(odd){grid-column:1/-1;width:100%;max-width:560px;margin-inline:auto}.review-card{background:var(--c-bg-soft);border:1px solid var(--c-line);border-radius:var(--radius);flex-direction:column;padding:1.9rem;display:flex}.review-stars{color:#f0a63c;gap:3px;margin-bottom:.9rem;display:flex}.review-card blockquote{color:var(--c-ink);flex-grow:1;font-size:1rem;font-weight:600}.review-card figcaption{align-items:center;gap:.7rem;margin-top:1.2rem;display:flex}.review-avatar{background:var(--c-primary);color:#fff;border-radius:50%;place-items:center;width:42px;height:42px;font-size:1.05rem;font-weight:900;display:grid}.review-name{color:var(--c-ink);font-weight:800}.reviews-google{border:1.5px solid var(--c-line);width:max-content;max-width:100%;box-shadow:var(--shadow-sm);background:#fff;border-radius:999px;flex-wrap:wrap;justify-content:center;align-items:center;gap:.7rem 1.1rem;margin:1.6rem auto 0;padding:.7rem 1.4rem;display:flex}.reviews-google-brand{align-items:center;gap:.55rem;display:inline-flex}.reviews-google-stars{color:#f0a63c;gap:2px;display:inline-flex}.reviews-google-label{color:var(--c-ink);font-size:.95rem;font-weight:700}.faq-grid{grid-template-columns:1fr 1fr;gap:1.4rem;display:grid}.faq-card{border:1px solid var(--c-line);border-radius:var(--radius);box-shadow:var(--shadow-sm);background:#fff;flex-direction:column;padding:1.9rem;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex;position:relative;overflow:hidden}.faq-card:hover{box-shadow:var(--shadow);border-color:#bcd6d3}.faq-card:after{content:"?";color:var(--c-primary);opacity:.05;pointer-events:none;font-size:7rem;font-weight:900;line-height:1;transition:opacity .2s,transform .2s;position:absolute;bottom:-1.6rem;right:-.4rem}.faq-card:hover:after{opacity:.09;transform:rotate(-8deg)}.faq-card-head{align-items:center;gap:.95rem;margin-bottom:.85rem;display:flex}.faq-card-num{background:var(--c-primary-soft);width:44px;height:44px;color:var(--c-primary);border-radius:50%;flex-shrink:0;place-items:center;font-size:.98rem;font-weight:900;transition:background .2s,color .2s;display:grid}.faq-card:hover .faq-card-num{background:var(--c-primary);color:#fff}.faq-card h3{color:var(--c-primary-dark);font-size:1.06rem;line-height:1.4}.faq-card p{font-size:.95rem;position:relative}.contact-section{background:radial-gradient(800px 400px at 10% 0%, #ffffff0f, transparent 60%), linear-gradient(180deg, var(--c-primary-dark) 0%, var(--c-primary) 100%)}.contact-grid{grid-template-columns:1.25fr .75fr;align-items:start;gap:clamp(1.8rem,4vw,3rem);display:grid}.contact-form-card{border-radius:var(--radius);box-shadow:var(--shadow);background:#fff;padding:clamp(1.6rem,3.5vw,2.4rem)}.contact-form-card h2{margin-bottom:.5rem}.contact-lead{margin-bottom:1.4rem}.form-error{color:#ba3b30;border-radius:var(--radius-sm);background:#fdeceb;border:1px solid #f5c6c2;margin-bottom:1.1rem;padding:.75rem 1rem;font-size:.95rem;font-weight:700}#leadForm label{gap:.3rem;margin-bottom:1rem;display:grid}#leadForm label span{color:var(--c-ink);font-size:.88rem;font-weight:800}#leadForm input,#leadForm select,#leadForm textarea{font-family:var(--font);color:var(--c-ink);border:1.5px solid var(--c-line);border-radius:var(--radius-sm);background:#fbfdfd;width:100%;padding:.75rem .95rem;font-size:1rem;transition:border-color .15s,box-shadow .15s}#leadForm input:focus,#leadForm select:focus,#leadForm textarea:focus{border-color:var(--c-primary);outline:none;box-shadow:0 0 0 3px #0e6f6a24}#leadForm textarea{resize:vertical}.form-row{grid-template-columns:1fr 1fr;gap:0 1rem;display:grid}.hp-field{opacity:0;width:1px;height:1px;position:absolute!important;left:-9999px!important}.consent{color:var(--c-muted);margin-top:.9rem;font-size:.8rem}.consent a{text-decoration:underline}.contact-side{color:#d9eeec;align-content:start;gap:.9rem;display:grid}.contact-side h3{color:#fff;margin-bottom:.3rem;font-size:1.3rem}.contact-side .btn-wa{color:var(--c-wa-dark);background:#fff;box-shadow:0 10px 26px #00000038}.contact-side .btn-wa:hover{color:var(--c-wa-dark);background:#e9f9ef}.contact-photo{margin-top:.6rem}.contact-photo img{border-radius:var(--radius);border:4px solid #ffffff2e;width:100%}.site-footer{color:#9fb6b4;background:#10201f;font-size:.9rem}.footer-grid{grid-template-columns:1.25fr 1fr 1fr;gap:2.4rem;padding:2.8rem 0 .4rem;display:grid}.footer-col{min-width:0}.footer-col-brand{max-width:300px}.footer-col-brand p{font-size:.88rem}.footer-col-brand .brand{margin-bottom:1rem}.footer-col h2{color:#fff;letter-spacing:.07em;text-transform:uppercase;margin-bottom:1rem;font-size:.82rem;font-weight:800}.footer-col ul{gap:.6rem;display:grid}.footer-col li{overflow-wrap:anywhere;line-height:1.5}.footer-col a{color:#9fb6b4}.footer-col a:hover{color:#fff}.footer-link-btn{font-family:var(--font);color:#9fb6b4;cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-size:.9rem}.footer-link-btn:hover{color:#fff}.footer-ers-row{grid-template-columns:repeat(4,1fr);gap:.7rem;padding-top:1.9rem;display:grid}.footer-ers-chip{background:#ffffff0f;border:1px solid #ffffff21;border-radius:10px;gap:.12rem;padding:.6rem .85rem;display:grid}.footer-ers-chip span:first-child{color:#fff;font-size:.86rem;font-weight:800}.footer-ers-chip span:last-child{color:#b7d4d1;letter-spacing:.01em;font-size:.75rem}.footer-livro{background:#fff;border-radius:8px;margin-top:.2rem;padding:6px 10px;line-height:0;display:inline-block}.footer-livro img{width:104px;height:auto}.footer-social{gap:.7rem;margin-top:1.1rem;display:flex}.footer-social a{color:#fff;border-radius:50%;place-items:center;width:40px;height:40px;transition:transform .15s,filter .15s;display:grid}.footer-social a:hover{filter:brightness(1.1);color:#fff;transform:translateY(-2px)}.footer-social-fb{background:#1877f2}.footer-social-ig{background:radial-gradient(circle at 30% 110%,#fdf497 0%,#fd5949 45%,#d6249f 60%,#285aeb 90%)}.footer-social-wa{background:#25d366}.footer-bottom{border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;gap:.4rem 2rem;margin-top:1.9rem;padding:1.2rem 0 1.4rem;font-size:.8rem;display:flex}.footer-bottom a{color:#9fb6b4;text-decoration:underline}.footer-bottom a:hover{color:#fff}.legal-wrap{padding:clamp(2.4rem,5vw,4rem) 0 clamp(3rem,6vw,5rem)}.legal-back{margin-bottom:1.6rem;font-weight:700;display:inline-block}.legal-wrap h1{margin-bottom:.5rem}.legal-updated{color:var(--c-muted);margin-bottom:1.4rem;font-size:.85rem}.legal-intro{margin-bottom:2rem;font-size:1.05rem}.legal-block{margin-bottom:1.8rem}.legal-block h2{margin-bottom:.7rem;font-size:1.18rem}.legal-block p{margin-bottom:.7rem}.legal-block ul{gap:.45rem;padding-left:1.4rem;list-style:outside;display:grid}.sticky-cta{z-index:70;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -6px 24px #0f3d3a2e}.sticky-cta a{flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.95rem .5rem;font-size:1rem;font-weight:800;display:flex}.sticky-call{background:var(--c-primary);color:#fff}.sticky-call:hover{color:#fff}.sticky-wa{background:var(--c-wa);color:#fff}.float-wa{z-index:70;background:var(--c-wa);color:#fff;border-radius:50%;place-items:center;width:60px;height:60px;transition:transform .15s;display:grid;position:fixed;bottom:1.4rem;right:1.4rem;box-shadow:0 8px 26px #23b55873}.float-wa:hover{color:#fff;transform:scale(1.08)}.cookie-banner{z-index:80;border-radius:var(--radius);width:min(440px,100vw - 2.5rem);box-shadow:0 18px 50px #0f3d3a38, 0 0 0 1px var(--c-line);background:#fff;padding:1.35rem 1.4rem 1.4rem;font-size:.93rem;animation:.5s cubic-bezier(.22,1,.36,1) both cookie-in;position:fixed;bottom:1.25rem;left:1.25rem;overflow:hidden}.cookie-banner:before{content:"";background:linear-gradient(90deg, var(--c-primary), var(--c-accent-soft));height:5px;position:absolute;top:0;left:0;right:0}.cookie-head{align-items:center;gap:.75rem;margin-bottom:.55rem;display:flex}.cookie-icon{width:42px;height:42px;color:var(--c-accent);background:#fbe9dc;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.cookie-title{color:var(--c-ink);font-size:1.05rem;font-weight:800;line-height:1.3}.cookie-text{color:var(--c-body);line-height:1.55}.cookie-text a{color:var(--c-primary);text-decoration:underline}.cookie-actions{flex-wrap:wrap;gap:.6rem;margin-top:1.05rem;display:flex}.cookie-actions .btn{flex:1 1 0;min-width:0;padding:.72rem 1rem;font-size:.97rem}.cookie-btn-decline{color:var(--c-muted);background:#fff;border-color:#cfdbd9}.cookie-btn-decline:hover{color:var(--c-ink);background:var(--c-bg-soft);border-color:#b5c6c3}@keyframes cookie-in{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.cookie-banner{animation:none}}section.has-wave{padding-bottom:clamp(3.6rem,6.5vw,5.4rem);position:relative}.hero.has-wave{padding-bottom:clamp(3.8rem,6.5vw,5.6rem)}section.has-wave-top{padding-top:clamp(3.6rem,6.5vw,5.4rem)}.wave{z-index:1;pointer-events:none;height:clamp(26px,4.5vw,52px);line-height:0;position:absolute;bottom:-1px;left:0;right:0}.wave--top{top:-1px;bottom:auto;transform:scaleY(-1)}.wave svg{width:100%;height:100%;display:block}.wave-fill-soft{color:var(--c-bg-soft)}.wave-fill-white{color:#fff}.wave-fill-dark{color:var(--c-primary-dark)}.wave-fill-ink{color:#10201f}.has-wave>.container,.has-deco>.container{z-index:2;position:relative}.has-deco{position:relative;overflow:clip}.deco{pointer-events:none;z-index:0;will-change:transform;position:absolute}.deco-blob-a{background:radial-gradient(circle,#0e6f6a1a,#0000 66%);border-radius:50%;width:480px;height:480px;top:-140px;right:-150px}.deco-blob-b{background:radial-gradient(circle,#cc612417,#0000 66%);border-radius:50%;width:430px;height:430px;bottom:-170px;left:-130px}.deco-blob-c{background:radial-gradient(circle,#0e6f6a17,#0000 66%);border-radius:50%;width:400px;height:400px;top:60px;left:-150px}.deco-blob-d{background:radial-gradient(circle,#cc612414,#0000 66%);border-radius:50%;width:440px;height:440px;bottom:40px;right:-160px}.deco-blob-e{background:radial-gradient(circle,#ffffff1a,#0000 66%);border-radius:50%;width:480px;height:480px;top:-150px;right:-130px}em.hl{white-space:nowrap;font-style:normal;position:relative}em.hl:after{content:"";z-index:-1;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 12' preserveAspectRatio='none'%3E%3Cpath d='M3 9 C 30 3.5, 62 3, 117 6.5' fill='none' stroke='%23f0a63c' stroke-width='6' stroke-linecap='round' opacity='0.62'/%3E%3C/svg%3E") 50%/100% 100% no-repeat;height:.34em;position:absolute;bottom:.04em;left:-2%;right:-3%}.hero-form-link .doodle{color:var(--c-accent-soft);margin-left:2px;transition:transform .2s}.hero-form-link:hover .doodle{transform:translateY(3px)rotate(6deg)}@keyframes icon-breathe{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-5px)rotate(-1.4deg)}}.card-icon,.safety-icon,.step-icon,.signs-note-icon{animation:4.6s ease-in-out infinite icon-breathe}.card:nth-child(2n) .card-icon,.safety-item:nth-child(2n) .safety-icon,.step:nth-child(2n) .step-icon{animation-delay:-2.3s}.card:nth-child(3n) .card-icon,.safety-item:nth-child(3n) .safety-icon,.step:nth-child(3n) .step-icon{animation-delay:-1.2s}html.js .review-stars svg{opacity:0;transition:opacity .3s,transform .4s cubic-bezier(.34,1.56,.64,1);transform:scale(.3)rotate(-24deg)}html.js .review-card.in .review-stars svg{opacity:1;transform:none}html.js .review-card.in .review-stars svg:first-child{transition-delay:.15s}html.js .review-card.in .review-stars svg:nth-child(2){transition-delay:.27s}html.js .review-card.in .review-stars svg:nth-child(3){transition-delay:.39s}html.js .review-card.in .review-stars svg:nth-child(4){transition-delay:.51s}html.js .review-card.in .review-stars svg:nth-child(5){transition-delay:.63s}html.js .hero-points li{opacity:0;transition:opacity .4s,transform .4s;transform:translateY(10px)}html.js .hero-actions.in .hero-points li{opacity:1;transform:none}html.js .hero-actions.in .hero-points li:first-child{transition-delay:.2s}html.js .hero-actions.in .hero-points li:nth-child(2){transition-delay:.32s}html.js .hero-actions.in .hero-points li:nth-child(3){transition-delay:.44s}html.js .hero-actions.in .hero-points li:nth-child(4){transition-delay:.56s}@media (width<=900px){.deco-blob-a,.deco-blob-b,.deco-blob-c,.deco-blob-d,.deco-blob-e{width:300px;height:300px}}html.js .reveal{opacity:0;transition:opacity .55s,transform .55s;transform:translateY(16px)}html.js .reveal.in{opacity:1;transform:none}@media (width<=1240px){.main-nav{display:none}html.nav-open .main-nav{border-bottom:1px solid var(--c-line);box-shadow:var(--shadow);background:#fff;flex-direction:column;gap:0;padding:.5rem 0;display:flex;position:absolute;top:100%;left:0;right:0}html.nav-open .main-nav a{padding:.8rem 1.5rem;font-size:1rem}.main-nav .nav-contact{display:revert}.burger{cursor:pointer;background:0 0;border:none;flex-shrink:0;gap:5px;padding:8px;display:grid}.burger span{background:var(--c-ink);border-radius:2px;width:22px;height:2.5px;transition:transform .2s,opacity .2s}html.nav-open .burger span:first-child{transform:translateY(7.5px)rotate(45deg)}html.nav-open .burger span:nth-child(2){opacity:0}html.nav-open .burger span:nth-child(3){transform:translateY(-7.5px)rotate(-45deg)}.steps-grid{grid-template-columns:repeat(2,1fr)}.step:not(:last-child):after{display:none}.safety-grid{grid-template-columns:repeat(2,1fr)}.help-block,.help-block-flip{grid-template-columns:1fr}.help-media{max-width:400px;margin-inline:auto;position:static}.help-block-flip .help-media{order:0}}@media (width<=900px){.hero-grid{grid-template-columns:1fr;grid-template-areas:"copy""media""actions"}.hero-media{justify-self:center;max-width:420px;margin:1.7rem auto 0}.hero-badge{width:max-content;bottom:1.1rem;left:50%;transform:translate(-50%)}.signs-grid{grid-template-columns:1fr}.signs-note{position:static}.doctor-grid,.reviews-grid,.faq-grid,.contact-grid{grid-template-columns:1fr}.contact-photo,.header-cta{display:none}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.footer-col-brand{max-width:none}.footer-ers-row{grid-template-columns:1fr 1fr}}@media (width<=620px){body{padding-bottom:58px}.sticky-cta{display:flex}.float-wa{display:none}.hero{text-align:left}.hero-media{max-width:min(400px,100%)}.hero .eyebrow{text-align:center;text-wrap:balance;width:fit-content;display:block}.cards-grid{grid-template-columns:1fr;max-width:420px;margin-inline:auto}.help-subtitle{text-align:center}.steps-grid,.safety-grid{grid-template-columns:1fr;max-width:460px;margin-inline:auto}.form-row{grid-template-columns:1fr;gap:0}.hero-cta .btn{width:100%}.faq-card{padding:1.3rem 1.2rem 1.2rem 1.45rem}.footer-grid{grid-template-columns:1fr;gap:1.8rem}.footer-ers-row{grid-template-columns:1fr}.steps-note{text-align:left;justify-content:flex-start}.cookie-banner{width:auto;padding:1.15rem 1.1rem 1.2rem;bottom:66px;left:.6rem;right:.6rem}}@media (width<=430px){.container{width:calc(100% - 1.8rem)}.header-inner{gap:.6rem}.brand{gap:.45rem}.brand-mark{width:34px;height:34px}.brand-name{font-size:.88rem}.brand-sub{letter-spacing:.22em;font-size:.5rem}.header-actions{gap:.45rem}.lang-switch a{padding:.26rem .44rem;font-size:.73rem}.burger{padding:6px 4px}}