:root{--navy-light: #EAECEE;--navy-light-active: #8EC3CC;--navy-normal: #2E3D59;--navy-dark: #232E43;--navy-dark-hover: #1C2535;--navy-dark-active: #151B28;--sand-light: #F9F6F2;--sand-light-hover: #F5F2EC;--sand-light-active: #EBE4D7;--sand-normal: #BEA77E;--sand-dark: #8F7D5F;--sand-darker: #433A2C;--white: #FFFFFF;--whatsapp: #25D366;--font-heading: "Plus Jakarta Sans", "Segoe UI", system-ui, sans-serif;--font-body: "DM Sans", "Segoe UI", system-ui, sans-serif;--ease-premium: cubic-bezier(.32, .72, 0, 1);--ease-bounce: cubic-bezier(.34, 1.56, .64, 1)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{font-family:var(--font-body);color:var(--navy-dark);background:#eaecee;line-height:1.7;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}button{border:none;cursor:pointer;font-family:inherit}ul,ol{list-style:none}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.15}h1{font-size:clamp(2.2rem,5vw,3.6rem);letter-spacing:-.03em}h2{font-size:clamp(1.8rem,4vw,2.8rem);letter-spacing:-.02em}h3{font-size:clamp(1.2rem,2.5vw,1.5rem);letter-spacing:-.01em}h4{font-size:1.1rem}p{font-size:1.05rem;color:var(--sand-darker)}.eyebrow{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-heading);font-size:.7rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--sand-normal);margin-bottom:16px}.eyebrow:before{content:"";width:24px;height:1.5px;background:var(--sand-normal);display:inline-block}.eyebrow--centered{justify-content:center}.section-dark .eyebrow{color:var(--sand-normal)}.section-dark .eyebrow:before{background:var(--sand-normal)}.section-dark h2{color:var(--sand-light)}.section-dark p{color:var(--navy-light)}.section-dark{background:var(--navy-dark);color:var(--sand-light)}.btn{display:inline-flex;align-items:center;gap:10px;font-family:var(--font-heading);font-weight:600;font-size:.95rem;border-radius:100px;padding:15px 28px;transition:all .6s var(--ease-premium);position:relative;overflow:hidden}.btn-primary{background:var(--sand-normal);color:var(--navy-dark-active)}.btn-primary:hover{background:#cdb78e;transform:translateY(-3px);box-shadow:0 10px 36px #bea77e66,0 4px 12px #bea77e33}.btn-primary:active{transform:translateY(0) scale(.97);box-shadow:none}.btn-primary .btn-icon{width:32px;height:32px;border-radius:50%;background:#151b281f;display:flex;align-items:center;justify-content:center;transition:all .5s var(--ease-premium)}.btn-primary:hover .btn-icon{transform:translate(4px);background:#151b2833}.btn-secondary{background:transparent;border:1.5px solid var(--sand-normal);color:var(--sand-normal)}.btn-secondary:hover{background:#bea77e1f;color:var(--sand-light);border-color:var(--sand-light);transform:translateY(-3px);box-shadow:0 8px 24px #00000026}.btn-secondary:active{transform:translateY(0) scale(.97);box-shadow:none}.btn-outline-dark{background:transparent;border:1.5px solid var(--navy-dark);color:var(--navy-dark)}.btn-outline-dark:hover{background:var(--navy-dark);color:var(--sand-light);transform:translateY(-3px);box-shadow:0 8px 24px #232e4333}.btn-outline-dark:active{transform:translateY(0) scale(.97);box-shadow:none}.nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:16px 0;transition:all .5s var(--ease-premium)}.nav.scrolled{padding:8px 0}.nav-inner{max-width:1200px;margin:0 auto;padding:0 24px}.nav-bar{display:flex;align-items:center;justify-content:space-between;background:#232e43d9;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(190,167,126,.12);border-radius:100px;padding:10px 10px 10px 28px;transition:all .5s var(--ease-premium)}.nav.scrolled .nav-bar{background:#232e43f2;box-shadow:0 8px 32px #151b2840}.nav-logo{display:flex;align-items:center;white-space:nowrap}.nav-logo-img{height:22px;width:auto}.nav-links{display:flex;align-items:center;gap:32px}.nav-links a{font-family:var(--font-body);font-size:.85rem;font-weight:500;color:#f9f6f2b3;transition:color .4s var(--ease-premium);white-space:nowrap}.nav-links a:hover{color:var(--sand-normal)}.nav-phone{display:flex;align-items:center;gap:8px;font-family:var(--font-heading);font-size:.85rem;font-weight:600;color:var(--sand-light);white-space:nowrap}.nav-phone svg{width:16px;height:16px;flex-shrink:0}.nav-cta{display:inline-flex;align-items:center;gap:8px;background:var(--sand-normal);color:var(--navy-dark-active);font-family:var(--font-heading);font-weight:600;font-size:.85rem;padding:10px 22px;border-radius:100px;transition:all .5s var(--ease-premium);white-space:nowrap}.nav-cta:hover{background:var(--sand-dark);transform:scale(1.03)}.nav-cta svg{width:16px;height:16px}.nav-actions{display:flex;align-items:center;gap:16px}.nav-hamburger{display:none;width:44px;height:44px;border-radius:50%;background:#f9f6f214;align-items:center;justify-content:center;cursor:pointer;transition:background .4s var(--ease-premium);flex-shrink:0}.nav-hamburger:hover{background:#f9f6f226}.nav-hamburger-lines{width:20px;height:14px;position:relative}.nav-hamburger-lines span{display:block;width:100%;height:2px;background:var(--sand-light);border-radius:2px;position:absolute;left:0;transition:all .4s var(--ease-premium)}.nav-hamburger-lines span:nth-child(1){top:0}.nav-hamburger-lines span:nth-child(2){top:6px}.nav-hamburger-lines span:nth-child(3){top:12px}.nav-hamburger.active .nav-hamburger-lines span:nth-child(1){top:6px;transform:rotate(45deg)}.nav-hamburger.active .nav-hamburger-lines span:nth-child(2){opacity:0}.nav-hamburger.active .nav-hamburger-lines span:nth-child(3){top:6px;transform:rotate(-45deg)}.mobile-menu{position:fixed;inset:0;background:#151b28f5;backdrop-filter:blur(40px);-webkit-backdrop-filter:blur(40px);z-index:99;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:28px;opacity:0;pointer-events:none;transition:opacity .5s var(--ease-premium)}.mobile-menu.active{opacity:1;pointer-events:all}.mobile-menu a{font-family:var(--font-heading);font-size:1.4rem;font-weight:600;color:var(--sand-light);opacity:0;transform:translateY(24px);transition:all .5s var(--ease-premium)}.mobile-menu.active a{opacity:1;transform:translateY(0)}.mobile-menu.active a:nth-child(1){transition-delay:80ms}.mobile-menu.active a:nth-child(2){transition-delay:.14s}.mobile-menu.active a:nth-child(3){transition-delay:.2s}.mobile-menu.active a:nth-child(4){transition-delay:.26s}.mobile-menu.active a:nth-child(5){transition-delay:.32s}.mobile-menu.active a:nth-child(6){transition-delay:.38s}.mobile-menu.active a:nth-child(7){transition-delay:.44s}.mobile-menu a.mobile-cta-btn{display:inline-flex;align-items:center;gap:10px;background:var(--sand-normal);color:var(--navy-dark-active);font-family:var(--font-heading);font-weight:600;font-size:1.1rem;padding:14px 28px;border-radius:100px;margin-top:10px}.mobile-menu a.mobile-cta-btn:hover{background:var(--sand-dark);color:var(--navy-dark-active)}.mobile-menu a.mobile-cta-btn svg{width:20px;height:20px}.mobile-menu a:hover{color:var(--sand-normal)}.hero{padding-top:130px;padding-bottom:48px}.hero .container{position:relative;background:var(--navy-normal);border-radius:24px;height:607px;overflow:hidden}.hero .container:before{content:"";position:absolute;top:-20%;right:5%;width:600px;height:600px;background:radial-gradient(circle,rgba(190,167,126,.06) 0%,transparent 70%);pointer-events:none;z-index:0}.hero-content{position:absolute;left:43px;top:50%;transform:translateY(-50%);width:599px;z-index:2}.hero h1{font-size:3.6rem;line-height:1.15;letter-spacing:-.03em;color:var(--sand-light)}.hero h1 em{font-style:normal}.hero-subtitle{font-size:1.15rem;color:#eaeceebf;line-height:1.75;margin-top:20px}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:40px}.hero-visual{position:absolute;inset:0;z-index:1}.hero-image{width:100%;height:100%;object-fit:cover}.trust-bar{background:var(--sand-light-hover);border-top:1px solid var(--sand-light-active);border-bottom:1px solid var(--sand-light-active);padding:40px 0}.trust-bar .container{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.trust-item{text-align:center;position:relative}.trust-item:not(:last-child):after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:40px;background:var(--sand-light-active)}.trust-number{font-family:var(--font-heading);font-size:clamp(1.8rem,3vw,2.4rem);font-weight:800;color:var(--navy-dark);letter-spacing:-.03em;line-height:1;margin-bottom:4px}.trust-number span{color:var(--sand-normal)}.trust-label{font-size:.82rem;color:var(--sand-dark);font-weight:500}.symptoms{padding:96px 0 104px}.symptoms .section-header{text-align:center;max-width:640px;margin:0 auto 56px}.symptoms .section-header h2{color:var(--navy-dark);margin-bottom:16px}.symptoms .section-header p{color:var(--sand-dark);font-size:1.05rem}.symptoms-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:48px}.symptom-card-shell{border-radius:1.25rem;padding:3px;background:#2e3d590a;border:1px solid rgba(46,61,89,.08);transition:all .6s var(--ease-premium)}.symptom-card-shell:hover{background:#2e3d5914;border-color:#2e3d5926;transform:translateY(-4px)}.symptom-card{border-radius:calc(1.25rem - 3px);background:var(--white);padding:28px 24px;display:flex;align-items:flex-start;gap:16px;box-shadow:0 1px 3px #232e430f;height:100%}.symptom-icon{width:44px;height:44px;min-width:44px;border-radius:12px;background:#2e3d5914;display:flex;align-items:center;justify-content:center}.symptom-icon svg{width:20px;height:20px;color:var(--navy-normal)}.symptom-card h4{color:var(--navy-dark);font-size:1rem;margin-bottom:6px}.symptom-card p{font-size:.88rem;color:var(--sand-dark);line-height:1.55}.symptoms-cta{text-align:center}.symptoms-cta p{color:var(--navy-normal);margin-bottom:24px;font-size:1.05rem}.about{padding:96px 0 104px;background:#f9f6f2}.about .section-header{text-align:center;max-width:640px;margin:0 auto 56px}.about .section-header h2{margin-bottom:16px}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:32px}.about-card-shell{border-radius:1.5rem;padding:4px;background:#2e3d590a;border:1px solid rgba(46,61,89,.06);transition:all .6s var(--ease-premium)}.about-card-shell:hover{border-color:#bea77e33;transform:translateY(-4px);box-shadow:0 12px 40px #232e4314}.about-card{border-radius:calc(1.5rem - 4px);background:var(--white);box-shadow:inset 0 1px 1px #fffc;height:100%;overflow:hidden;display:flex;flex-direction:column}.about-card-image{width:100%;height:240px;overflow:hidden}.about-card-image img{width:100%;height:100%;object-fit:cover}.about-card-body{padding:28px 32px 36px}.about-card h3{color:var(--navy-dark);font-size:1.3rem;margin-bottom:16px}.about-card p{font-size:.95rem;line-height:1.75}.about-note-shell{border-radius:1.25rem;padding:3px;background:linear-gradient(135deg,#bea77e1f,#8ec3cc14);border:1px solid rgba(190,167,126,.15)}.about-note{border-radius:calc(1.25rem - 3px);background:var(--white);padding:28px 32px;display:flex;align-items:flex-start;gap:16px}.about-note-icon{width:40px;height:40px;min-width:40px;border-radius:10px;background:#bea77e1f;display:flex;align-items:center;justify-content:center}.about-note-icon svg{width:20px;height:20px;color:var(--sand-normal)}.about-note p{font-size:.95rem;line-height:1.7}.about-note strong{color:var(--navy-dark);font-weight:600}.indications{padding:96px 0 104px}.indications .section-header{text-align:center;max-width:640px;margin:0 auto 56px}.indications .section-header h2{color:var(--sand-light);margin-bottom:16px}.indications .section-header p{color:var(--navy-light)}.indications-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:48px}.indication-card-shell{border-radius:1.5rem;padding:4px;background:#bea77e0f;border:1px solid rgba(190,167,126,.08);transition:all .6s var(--ease-premium)}.indication-card-shell:hover{border-color:#bea77e2e;transform:translateY(-4px)}.indication-card{border-radius:calc(1.5rem - 4px);background:var(--navy-dark-hover);padding:32px 28px;box-shadow:inset 0 1px 1px #ffffff0a;height:100%}.indication-card-badge{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-heading);font-size:.65rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--sand-normal);background:#bea77e1a;border:1px solid rgba(190,167,126,.12);border-radius:100px;padding:5px 14px;margin-bottom:20px}.indication-card h3{color:var(--sand-light);font-size:1.2rem;margin-bottom:20px}.indication-list{display:flex;flex-direction:column;gap:12px}.indication-list li{display:flex;align-items:flex-start;gap:10px;font-size:.9rem;color:#eaeceebf;line-height:1.5}.indication-check{width:20px;height:20px;min-width:20px;border-radius:6px;background:#bea77e1f;display:flex;align-items:center;justify-content:center;margin-top:1px}.indication-check svg{width:12px;height:12px;color:var(--sand-normal)}.indications-cta{text-align:center}.indications-cta p{color:#eaeceeb3;margin-bottom:24px;font-size:1.05rem}.procedure{padding:96px 0 104px}.procedure .section-header{text-align:center;max-width:640px;margin:0 auto 64px}.procedure .section-header h2{margin-bottom:16px}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;counter-reset:step-counter}.step-shell{border-radius:1.5rem;padding:4px;background:#2e3d590a;border:1px solid rgba(46,61,89,.06);transition:all .6s var(--ease-premium);counter-increment:step-counter}.step-shell:hover{border-color:#bea77e33;transform:translateY(-4px);box-shadow:0 12px 40px #232e4314}.step{border-radius:calc(1.5rem - 4px);background:var(--white);padding:32px 24px;text-align:center;box-shadow:inset 0 1px 1px #fffc;height:100%}.step-number{font-family:var(--font-heading);font-size:2.4rem;font-weight:800;color:var(--sand-light-active);line-height:1;margin-bottom:16px;letter-spacing:-.03em}.step-icon{width:56px;height:56px;border-radius:16px;background:linear-gradient(135deg,var(--navy-dark) 0%,var(--navy-normal) 100%);display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.step-icon svg{width:24px;height:24px;color:var(--sand-normal)}.step h3{margin-bottom:10px;font-size:1.1rem}.step p{font-size:.88rem;line-height:1.65}.recovery{padding:96px 0 104px}.recovery .container{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.recovery-content h2{margin-bottom:16px}.recovery-content>p{margin-bottom:36px}.timeline{display:flex;flex-direction:column;gap:0}.timeline-item{display:flex;gap:20px;position:relative;padding-bottom:28px}.timeline-item:last-child{padding-bottom:0}.timeline-line{display:flex;flex-direction:column;align-items:center;gap:0}.timeline-dot{width:14px;height:14px;min-width:14px;border-radius:50%;background:var(--sand-normal);border:3px solid var(--sand-light);box-shadow:0 0 0 2px var(--sand-normal);z-index:1}.timeline-connector{width:2px;flex:1;background:var(--sand-light-active);margin-top:4px}.timeline-item:last-child .timeline-connector{display:none}.timeline-content h4{font-family:var(--font-heading);font-size:.95rem;color:var(--navy-dark);margin-bottom:4px}.timeline-content p{font-size:.88rem;line-height:1.6}.recovery-note{margin-top:32px;padding:20px 24px;background:#bea77e14;border-left:3px solid var(--sand-normal);border-radius:0 12px 12px 0}.recovery-note p{font-size:.9rem;color:var(--sand-darker)}.recovery-visual .hero-image-shell{aspect-ratio:1;max-height:480px}.doctors{padding:96px 0 104px}.doctors .section-header{text-align:center;max-width:640px;margin:0 auto 56px}.doctors .section-header h2{color:var(--sand-light);margin-bottom:16px}.doctors .section-header p{color:var(--navy-light)}.doctors-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.doctor-card-shell{border-radius:1.5rem;padding:4px;background:#bea77e0f;border:1px solid rgba(190,167,126,.08);transition:all .6s var(--ease-premium)}.doctor-card-shell:hover{border-color:#bea77e2e;transform:translateY(-4px)}.doctor-card{border-radius:calc(1.5rem - 4px);background:var(--navy-dark-hover);overflow:hidden;box-shadow:inset 0 1px 1px #ffffff0a}.doctor-photo{height:200px;background:linear-gradient(135deg,var(--navy-normal) 0%,var(--navy-dark) 100%);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.doctor-photo:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,var(--navy-dark-hover) 100%)}.doctor-photo svg{width:48px;height:48px;color:var(--sand-normal);opacity:.25;position:relative;z-index:1}.doctor-info{padding:24px 24px 28px}.doctor-info h3{color:var(--sand-light);font-size:1.15rem;margin-bottom:8px}.doctor-crm{font-size:.78rem;color:var(--sand-normal);font-weight:500;margin-bottom:12px;display:flex;flex-wrap:wrap;gap:12px}.doctor-crm span{background:#bea77e1a;padding:3px 10px;border-radius:6px}.doctor-unit{display:flex;align-items:center;gap:6px;font-size:.85rem;color:#eaecee99}.doctor-unit svg{width:14px;height:14px;color:var(--sand-normal)}.differentials{padding:96px 0 104px}.differentials .section-header{text-align:center;max-width:640px;margin:0 auto 56px}.differentials .section-header h2{margin-bottom:16px}.diff-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.diff-card-shell{border-radius:1.5rem;padding:4px;background:#2e3d590a;border:1px solid rgba(46,61,89,.06);transition:all .6s var(--ease-premium)}.diff-card-shell:hover{border-color:#bea77e33;transform:translateY(-4px);box-shadow:0 12px 40px #232e4314}.diff-card{border-radius:calc(1.5rem - 4px);background:var(--white);padding:32px 28px;box-shadow:inset 0 1px 1px #fffc;height:100%}.diff-icon{width:52px;height:52px;border-radius:14px;background:linear-gradient(135deg,var(--navy-dark) 0%,var(--navy-normal) 100%);display:flex;align-items:center;justify-content:center;margin-bottom:20px}.diff-icon svg{width:24px;height:24px;color:var(--sand-normal)}.diff-card h3{font-size:1.1rem;margin-bottom:8px}.diff-card p{font-size:.88rem;line-height:1.65}.faq{padding:96px 0 104px}.faq .container{max-width:800px}.faq .section-header{text-align:center;margin-bottom:48px}.faq .section-header h2{margin-bottom:16px}.faq-list{display:flex;flex-direction:column;gap:12px}.faq-item-shell{border-radius:1rem;padding:2px;background:#2e3d590a;border:1px solid rgba(46,61,89,.06);transition:all .5s var(--ease-premium)}.faq-item-shell.active{border-color:#bea77e33;background:#bea77e0f}.faq-item{border-radius:calc(1rem - 2px);background:var(--white);overflow:hidden}.faq-question{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;cursor:pointer;width:100%;background:none;text-align:left;font-family:var(--font-heading);font-size:1rem;font-weight:600;color:var(--navy-dark);transition:color .4s var(--ease-premium)}.faq-question:hover{color:var(--sand-dark)}.faq-chevron{width:32px;height:32px;min-width:32px;border-radius:8px;background:#2e3d590d;display:flex;align-items:center;justify-content:center;transition:all .5s var(--ease-premium)}.faq-item-shell.active .faq-chevron{background:#bea77e26;transform:rotate(180deg)}.faq-chevron svg{width:16px;height:16px;color:var(--sand-dark)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .6s var(--ease-premium)}.faq-answer-inner{padding:0 24px 20px;font-size:.92rem;line-height:1.75;color:var(--sand-darker)}.insurance{padding:96px 0 104px}.insurance .container{text-align:center;max-width:640px}.insurance h2{color:var(--sand-light);margin-bottom:16px}.insurance p{color:var(--navy-light);margin-bottom:32px;font-size:1.05rem}.insurance-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.locations{padding:96px 0 104px}.locations .section-header{text-align:center;max-width:640px;margin:0 auto 56px}.locations .section-header h2{margin-bottom:16px}.locations-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.location-card-shell{border-radius:1.5rem;padding:4px;background:#2e3d590a;border:1px solid rgba(46,61,89,.06);transition:all .6s var(--ease-premium)}.location-card-shell:hover{border-color:#bea77e33;transform:translateY(-4px);box-shadow:0 12px 40px #232e4314}.location-card{border-radius:calc(1.5rem - 4px);background:var(--white);padding:32px 28px;box-shadow:inset 0 1px 1px #fffc;height:100%}.location-badge{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-heading);font-size:.65rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--navy-normal);background:var(--navy-light);border-radius:100px;padding:5px 14px;margin-bottom:16px}.location-card h3{font-size:1.2rem;margin-bottom:14px}.location-details{display:flex;flex-direction:column;gap:10px}.location-detail{display:flex;align-items:flex-start;gap:10px;font-size:.88rem;color:var(--sand-darker);line-height:1.5}.location-detail svg{width:16px;height:16px;min-width:16px;color:var(--sand-normal);margin-top:2px}.final-cta{padding:0 0 48px}.final-cta .container{background:var(--navy-normal);border-radius:64px 0;text-align:center;max-width:1200px;padding:88px 40px;position:relative;overflow:hidden}.final-cta .container:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(190,167,126,.06) 0%,transparent 70%);pointer-events:none}.final-cta h2{color:var(--sand-light);margin-bottom:16px;position:relative;z-index:1}.final-cta p{color:var(--navy-light);font-size:1.1rem;margin-bottom:36px;max-width:560px;margin-left:auto;margin-right:auto;position:relative;z-index:1}.final-cta .btn{font-size:1.05rem;padding:18px 36px;position:relative;z-index:1}.footer{background:var(--navy-dark-active);border-top:1px solid rgba(190,167,126,.08);padding:64px 0 0}.footer-grid{display:grid;grid-template-columns:1.4fr .8fr 1fr 1.2fr;gap:48px}.footer-col{display:flex;flex-direction:column}.footer-col h4{font-family:var(--font-heading);font-size:.9rem;font-weight:700;color:var(--sand-light);margin-bottom:20px}.footer-col a{font-size:.85rem;color:#eaecee8c;transition:color .4s var(--ease-premium);margin-bottom:10px}.footer-col a:hover{color:var(--sand-normal)}.footer-brand{gap:16px}.footer-logo{display:flex;align-items:center}.footer-logo img{height:40px;width:auto}.footer-desc{font-size:.85rem;color:#eaecee80;line-height:1.6}.footer-social{display:flex;align-items:center;gap:10px;margin-top:4px}.footer-social a{width:38px;height:38px;border-radius:10px;background:#bea77e14;border:1px solid rgba(190,167,126,.1);display:flex;align-items:center;justify-content:center;margin-bottom:0}.footer-social a:hover{background:#bea77e26;transform:translateY(-2px)}.footer-social svg{width:16px;height:16px;color:var(--sand-normal)}.footer-contact-item{display:flex;align-items:center;gap:10px;margin-bottom:12px}.footer-contact-item svg{width:16px;height:16px;min-width:16px;color:var(--sand-normal)}.footer-contact-item a{margin-bottom:0}.footer-unit{display:flex;flex-direction:column;gap:2px;margin-bottom:14px}.footer-unit strong{font-size:.85rem;color:var(--sand-normal);font-weight:600}.footer-unit span{font-size:.8rem;color:#eaecee73}.footer-bottom{margin-top:48px;padding:24px 0;border-top:1px solid rgba(190,167,126,.08)}.footer-bottom-inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;font-size:.75rem;color:#eaecee59}.whatsapp-float{position:fixed;bottom:24px;right:24px;z-index:90;display:flex;flex-direction:column;align-items:flex-end;gap:8px}.whatsapp-label{background:var(--white);color:var(--navy-dark);font-family:var(--font-heading);font-size:.78rem;font-weight:600;padding:8px 14px;border-radius:10px;box-shadow:0 4px 20px #0000001a;white-space:nowrap;opacity:0;transform:translate(8px);transition:all .5s var(--ease-premium);pointer-events:none}.whatsapp-float:hover .whatsapp-label{opacity:1;transform:translate(0)}.whatsapp-btn{width:60px;height:60px;border-radius:50%;background:var(--whatsapp);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #25d36659;transition:all .5s var(--ease-premium);animation:whatsapp-pulse 3s ease-in-out infinite}.whatsapp-btn:hover{transform:scale(1.08);box-shadow:0 6px 28px #25d36673}.whatsapp-btn svg{width:28px;height:28px;color:#fff}@keyframes whatsapp-pulse{0%,to{box-shadow:0 4px 20px #25d36659}50%{box-shadow:0 4px 20px #25d36659,0 0 0 12px #25d36614}}.reveal{opacity:0;transform:translateY(32px);filter:blur(4px);transition:all .8s var(--ease-premium)}.reveal.visible{opacity:1;transform:translateY(0);filter:blur(0)}.reveal-delay-1{transition-delay:80ms}.reveal-delay-2{transition-delay:.16s}.reveal-delay-3{transition-delay:.24s}.reveal-delay-4{transition-delay:.32s}.reveal-delay-5{transition-delay:.4s}.reveal-delay-6{transition-delay:.48s}@media(max-width:1024px){.hero .container{height:auto}.hero-content{position:relative;left:auto;top:auto;transform:none;width:auto;padding:60px 40px;text-align:center}.hero-visual{display:none}.hero h1{font-size:2.8rem;max-width:none}.hero-subtitle{max-width:520px;margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.indications-grid{grid-template-columns:1fr}.steps{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.container,.nav-inner{padding:0 20px}.nav-links,.nav-phone,.nav-cta{display:none}.nav-hamburger{display:flex}.nav-bar{padding:8px 8px 8px 20px}.hero{padding-top:100px;padding-bottom:32px}.hero .container{border-radius:20px;margin-left:20px;margin-right:20px;width:auto}.hero-content{padding:48px 24px}.trust-bar .container{grid-template-columns:repeat(2,1fr);gap:24px}.trust-item:nth-child(2):after{display:none}.symptoms,.about,.indications,.procedure,.recovery,.doctors,.differentials,.faq,.insurance,.locations{padding:72px 0 80px}.symptoms-grid,.about-grid,.doctors-grid,.diff-grid,.locations-grid,.steps{grid-template-columns:1fr}.final-cta .container{padding:64px 24px;border-radius:48px 0;margin-left:20px;margin-right:20px;width:auto}.footer-grid{grid-template-columns:1fr 1fr;gap:40px 32px}.footer-bottom-inner{flex-direction:column;text-align:center}}@media(max-width:480px){html{font-size:15px}.hero{padding-top:90px}.hero .container{border-radius:16px;margin-left:20px;margin-right:20px;width:auto}.hero-content{padding:40px 20px}.hero h1{font-size:2.2rem}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .btn{width:100%;justify-content:center}.trust-bar .container{grid-template-columns:1fr 1fr}.trust-item:after{display:none!important}.footer-grid{grid-template-columns:1fr;gap:32px}}
