:root{--primary-gold:#9E874D;--light-bg:#F2F2F2;--text-color:#333}html{scroll-behavior:smooth}*{margin:0;padding:0;box-sizing:border-box}body{font-family:segoe ui,Tahoma,Geneva,Verdana,sans-serif;background-color:var(--light-bg)}.animate-on-scroll{opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.animate-on-scroll.visible{opacity:1;transform:translateY(0)}.stagger-1{transition-delay:.1s}.stagger-2{transition-delay:.2s}.stagger-3{transition-delay:.3s}.stagger-4{transition-delay:.4s}.stagger-5{transition-delay:.5s}.stagger-6{transition-delay:.6s}header{display:flex;justify-content:space-between;align-items:center;padding:10px 5%;background-color:var(--light-bg);border-bottom:1px solid rgba(0,0,0,5%);min-height:80px;position:relative}.logo-container a{display:block;line-height:0}.logo-container img{height:auto;width:auto;max-width:200px;transition:max-width .3s ease}@media(min-width:768px){.logo-container img{max-width:250px}}@media(min-width:1024px){.logo-container img{max-width:300px;max-height:80px}}.menu-toggle{display:flex;flex-direction:column;justify-content:center;align-items:center;width:38px;height:38px;background-color:var(--primary-gold);border-radius:5px;cursor:pointer;gap:3px;border:none;padding:0}.menu-toggle span{display:block;width:20px;height:2px;background-color:#fff;border-radius:2px}nav.desktop-nav{display:none;position:absolute;top:100%;right:5%;width:250px;background-color:var(--light-bg);border-radius:8px;box-shadow:0 4px 15px rgba(0,0,0,.1);z-index:1000;overflow:hidden}nav.desktop-nav.active{display:block;animation:slideDown .3s ease-out}nav.desktop-nav ul{list-style:none;padding:0;margin:0}nav.desktop-nav ul li{margin:0;width:100%}nav.desktop-nav ul li a{display:block;width:100%;padding:15px 20px;text-decoration:none;color:var(--text-color);font-size:1rem;font-weight:500;transition:background-color .2s,color .2s;text-align:left}nav.desktop-nav ul li:nth-child(odd) a{background-color:#ededed}nav.desktop-nav ul li:nth-child(even) a{background-color:#fff}nav.desktop-nav ul li a:hover{background-color:var(--primary-gold);color:#fff}.menu-toggle span{transition:all .3s ease-in-out}.menu-toggle.active span:nth-child(1){transform:translateY(5px)rotate(45deg)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:translateY(-5px)rotate(-45deg)}@keyframes slideDown{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.hero{height:calc(100vh - 80px);width:100%;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.hero-bg img{width:100%;height:100%;object-fit:cover;object-position:top center}.hero-content{width:100%;padding:0 5%;background:0 0;color:#fff;text-align:center;text-shadow:0 2px 4px rgba(0,0,0,.8);margin-top:35vh}.hero h1{font-family:georgia,times new roman,serif;font-size:2.2rem;margin-bottom:1rem;color:#fff;line-height:1.2;font-weight:400}.hero p{font-size:1rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto;color:#f0f0f0;line-height:1.5}.hero p strong{font-weight:700;color:#fff}.cta-button{display:inline-block;padding:16px 32px;background:linear-gradient(135deg,#d4c28d 0%,#b0985a 100%);color:#fff;text-decoration:none;border-radius:8px;font-size:1.1rem;font-weight:600;transition:transform .2s,box-shadow .2s;text-shadow:none;box-shadow:0 0 20px rgba(176,152,90,.6);width:100%;max-width:350px}.cta-button:hover{transform:translateY(-2px);box-shadow:0 0 30px rgba(176,152,90,.8)}@media(min-width:1024px){.hero{align-items:center;justify-content:flex-start;padding-left:8%}.hero-bg img{object-position:center}.hero-content{width:50%;text-align:left;background:0 0;padding:0;backdrop-filter:none;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.5);margin-top:0}.hero h1{font-size:3.5rem;margin-bottom:1.5rem}.hero p{margin-left:0;margin-right:0;font-size:1.25rem;color:#f0f0f0;max-width:500px}.cta-button{width:auto;padding:18px 40px}}.symptoms{padding:60px 5%;background-color:var(--light-bg)}.container{max-width:1200px;margin:0 auto}.symptoms h2{text-align:center;font-family:georgia,times new roman,serif;font-size:2rem;color:#1a1a1a;margin-bottom:60px;font-weight:400}.symptoms-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:50px 30px}.symptom-card{background-color:#fff;border-radius:12px;padding:40px 20px 30px;width:100%;max-width:350px;position:relative;box-shadow:0 4px 6px rgba(0,0,0,5%);border:2px solid transparent;border-bottom:4px solid var(--primary-gold);text-align:center;margin-top:30px;display:flex;flex-direction:column;align-items:center;cursor:pointer;font-family:inherit;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease,border-color .2s ease;-webkit-tap-highlight-color:transparent}.symptom-card::after{content:'';position:absolute;top:15px;right:15px;width:22px;height:22px;border:2px solid #e0e0e0;border-radius:50%;transition:all .2s ease;background-color:#fff}.symptom-card:hover::after{border-color:var(--primary-gold)}.symptom-card.selected::after{background-color:var(--primary-gold);border-color:var(--primary-gold);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white' width='14px' height='14px'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;box-shadow:0 2px 4px rgba(158,135,77,.3)}.symptom-card:hover,.symptom-card:focus{transform:translateY(-5px);box-shadow:0 12px 25px rgba(0,0,0,.12);background-color:#fffef9;border-color:rgba(158,135,77,.3)rgba(158,135,77,.3)var(--primary-gold)rgba(158,135,77,.3);outline:none}.symptom-card:active{transform:translateY(-2px)scale(.98);box-shadow:0 4px 10px rgba(0,0,0,.1);background-color:#f9f9f9;border-color:transparent transparent var(--primary-gold)transparent}.symptom-card.selected{background-color:#fcfbf6;border:2px solid var(--primary-gold);border-bottom-width:4px;box-shadow:0 8px 15px rgba(158,135,77,.3);transform:translateY(-5px)}.icon-wrapper{position:absolute;top:-40px;left:50%;transform:translateX(-50%);width:80px;height:80px;border-radius:12px;z-index:10}.icon-wrapper img{width:100%;height:100%;object-fit:contain;border-radius:12px;box-shadow:0 4px 8px rgba(0,0,0,.2)}.symptom-card p{font-size:1.1rem;color:#333;line-height:1.5;margin-top:20px}.symptom-card p strong{font-weight:700;color:#000}.cta-container{text-align:center;margin-top:60px}.secondary-cta{min-width:250px;text-align:center}@media(min-width:768px){.symptom-card{width:calc(50% - 30px)}}@media(min-width:1024px){.symptoms h2{font-size:2.5rem;margin-bottom:80px}.symptom-card{width:calc(33.333% - 30px)}}.difference-section{padding:60px 5%;background-color:#111;color:#fff}.difference-content{display:flex;flex-direction:column;gap:40px;align-items:center}.difference-section .image-wrapper{width:100%;max-width:500px}.difference-section .image-wrapper img{width:100%;height:auto;border-radius:16px;display:block}.difference-section .text-wrapper{width:100%;text-align:left}.difference-section h2{font-family:georgia,times new roman,serif;font-size:2.2rem;color:#fff;margin-bottom:24px;line-height:1.2;font-weight:400}.difference-section p{font-size:1.1rem;color:#e0e0e0;line-height:1.6}.difference-section p strong{color:#fff;font-weight:700}@media(min-width:1024px){.difference-content{flex-direction:row;justify-content:center;gap:60px;align-items:center;max-width:1100px;margin:0 auto}.difference-section .image-wrapper{width:45%;max-width:none}.difference-section .text-wrapper{width:50%}.difference-section h2{font-size:3rem}.difference-section p{font-size:1.2rem}}.how-it-works{padding:60px 5%;background-color:#fff}.how-it-works h2{text-align:center;font-family:georgia,times new roman,serif;font-size:2.2rem;color:#1a1a1a;margin-bottom:50px;font-weight:400}.steps-grid{display:flex;flex-direction:column;gap:40px;align-items:center;max-width:1e3px;margin:0 auto}.step-item{width:100%;max-width:450px;display:flex;flex-direction:column;gap:20px}.step-card{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 4px 10px rgba(0,0,0,.1)}.step-card img{width:100%;display:block;height:auto;object-fit:cover;aspect-ratio:4/3}.step-label{position:absolute;bottom:0;left:0;width:100%;background:linear-gradient(to top,#f2f2f2 0%,#f9f9f9 100%);padding:10px 20px;display:flex;align-items:center;min-height:70px;border-bottom:4px solid var(--primary-gold)}.step-number{font-family:georgia,times new roman,serif;font-size:4rem;font-weight:700;color:#e0e0e0;line-height:1;margin-right:15px;position:relative;top:5px}.step-label h3{font-family:georgia,times new roman,serif;font-size:1.1rem;color:#555;font-weight:400;margin:0}.step-item p{font-size:1rem;color:#333;line-height:1.5;text-align:left;padding:0 5px}.step-item p strong{font-weight:700;color:#000}@media(min-width:768px){.steps-grid{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:60px 40px}.step-item{width:calc(50% - 20px);max-width:450px}.step-item p{text-align:center}.how-it-works h2{font-size:3rem;margin-bottom:80px}}.testimonials-section{padding:60px 5%;background-color:#111;background-image:repeating-linear-gradient(0,transparent,transparent 19px,rgba(255,255,255,3%) 20px),repeating-linear-gradient(90deg,transparent,transparent 19px,rgba(255,255,255,3%) 20px);background-size:20px 20px;color:#fff;text-align:center;position:relative;padding-bottom:120px}.testimonials-section h2{font-family:georgia,times new roman,serif;font-size:2rem;color:#fff;margin-bottom:40px;font-weight:400}.carousel-wrapper{position:relative;max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:center}.carousel-track{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding:20px 0;width:100%}.carousel-track::-webkit-scrollbar{display:none}.carousel-item{min-width:80%;max-width:80%;aspect-ratio:9/16;background-color:#222;border-radius:12px;overflow:hidden;scroll-snap-align:center;position:relative;flex-shrink:0;cursor:pointer}.video-container{width:100%;height:100%;position:relative}.video-container img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.carousel-item:hover img{transform:scale(1.02)}.play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;background-color:rgba(255,255,255,.2);border:2px solid #fff;border-radius:50%;display:flex;justify-content:center;align-items:center;backdrop-filter:blur(4px);pointer-events:none}.play-icon{font-size:24px;color:#fff;margin-left:4px}.wip-card{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#333;color:#aeaeae;text-align:center;padding:20px}.wip-card h3{color:var(--primary-gold);margin-bottom:10px}.carousel-nav{background:0 0;border:none;color:rgba(255,255,255,.5);font-size:2rem;cursor:pointer;padding:0 10px;transition:color .3s;user-select:none;display:none}.carousel-nav:hover{color:var(--primary-gold)}.final-cta-card{background-color:#f9f9f9;border-radius:20px;padding:40px 20px;margin:60px auto -30px;position:relative;box-shadow:0 10px 30px rgba(0,0,0,.3);overflow:hidden;max-width:800px;color:#333;background-image:radial-gradient(#e0e0e0 1px,transparent 1px);background-size:10px 10px}.final-cta-card h2{color:#1a1a1a;font-family:georgia,times new roman,serif;font-size:2rem;margin-bottom:20px}.final-cta-card p{font-size:1.1rem;margin-bottom:30px;line-height:1.5}@media(min-width:768px){.testimonials-section h2{font-size:2.5rem}.carousel-item{min-width:300px;max-width:300px}.carousel-nav{display:block}.final-cta-card{padding:60px 40px}}.about-section{padding:80px 5%;background-color:#fafafa}.about-top-row{display:flex;flex-direction:column;gap:40px;margin-bottom:60px}.doctor-image-wrapper{width:100%}.doctor-image-wrapper img{width:100%;height:auto;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.1)}.about-content-wrapper{display:flex;flex-direction:column;gap:20px}.about-content-wrapper h2{font-family:georgia,times new roman,serif;font-size:2.5rem;color:#1a1a1a;margin-bottom:10px}.about-content-wrapper p{font-size:1.1rem;line-height:1.6;color:#444}.about-content-wrapper p strong{color:#000;font-weight:700}.about-content-wrapper .cta-button{margin-top:20px;align-self:center;background:linear-gradient(135deg,#d4af37 0%,#b08d2f 100%);color:#fff}.about-bottom-row{display:flex;flex-direction:column;gap:50px}.stats-container{display:flex;justify-content:space-around;gap:20px;text-align:center}.stat-item{display:flex;flex-direction:column;align-items:center}.stat-number{font-family:georgia,times new roman,serif;font-size:3.5rem;color:var(--primary-gold);line-height:1;margin-bottom:10px}.stat-label{font-size:1rem;color:#555;text-transform:uppercase;letter-spacing:1px}.gallery-container{display:flex;flex-direction:column;gap:20px}.gallery-item{width:100%;height:300px;border-radius:16px;overflow:hidden;position:relative;box-shadow:0 4px 15px rgba(0,0,0,5%)}.gallery-item img{width:100%;height:100%;object-fit:cover;display:block}.auto-carousel{position:relative;overflow:hidden;display:flex;width:100%}.auto-carousel-track{display:flex;height:100%;width:max-content}.auto-carousel-track picture{flex-shrink:0;width:100%;min-width:100%;height:100%;display:block}.auto-carousel-track picture img{width:100%;height:100%;object-fit:cover;display:block}@media(min-width:1024px){.about-top-row{flex-direction:row;align-items:center;gap:80px}.doctor-image-wrapper{width:45%}.about-content-wrapper{width:55%}.about-content-wrapper h2{font-size:3.5rem}.about-bottom-row{margin-top:0}.stats-container{justify-content:flex-start;gap:100px;margin-bottom:40px;padding-left:45%;width:100%;max-width:1200px;justify-content:center}.gallery-container{flex-direction:row;width:100%}.gallery-item{flex:1;height:400px}}.gold-cta-section{background:linear-gradient(180deg,#d8b864 0%,#b08d2f 100%);padding:40px 5%;display:flex;justify-content:center;align-items:center;min-height:30vh}.cta-card-black{background-color:#000;color:#fff;padding:30px 20px;border-radius:20px;text-align:center;max-width:600px;width:100%;margin:0 auto;box-shadow:0 10px 30px rgba(0,0,0,.3)}.cta-card-black p{font-size:1.1rem;line-height:1.4;margin-bottom:25px;font-weight:400;color:#fff}.cta-card-black strong{color:#fff;font-weight:800}.full-width-gold-btn{display:inline-block;width:auto;background:linear-gradient(to bottom,#dec378,#b08d2f);padding:20px 40px;border-radius:12px;font-size:1.1rem;font-weight:600;color:#fff;text-align:center;transition:transform .2s,box-shadow .2s;text-shadow:0 1px 2px rgba(0,0,0,.1);box-shadow:0 4px #8b7025;box-shadow:0 5px 15px rgba(0,0,0,.2)}.full-width-gold-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.3);color:#fff}@media(min-width:768px){.cta-card-black{padding:60px 80px}}.site-footer{background-color:#f4f4f4;color:#333;padding:60px 5% 20px;font-size:.95rem}.footer-grid{display:grid;grid-template-columns:1fr;gap:40px;margin-bottom:40px;text-align:center}.footer-col{display:flex;flex-direction:column;gap:20px;align-items:center}.footer-logo{max-width:200px;height:auto;margin-bottom:10px;display:block}.slogan{font-style:italic;color:#444}.contact-col h3{font-family:times new roman,serif;font-size:1.5rem;margin-bottom:15px;color:#000}.contact-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:15px;align-items:center}.contact-list li a,.contact-item{display:flex;align-items:center;justify-content:center;gap:10px;color:#333;text-decoration:none;transition:opacity .3s;font-size:.95rem;line-height:1.4;text-align:left}.contact-list li a:hover{opacity:.7;color:var(--primary-gold)}.contact-icon{width:20px;height:20px;color:var(--primary-gold);filter:invert(53%)sepia(32%)saturate(996%)hue-rotate(2deg)brightness(96%)contrast(90%);flex-shrink:0}.map-col{width:100%}.map-placeholder{width:100%;height:250px;background-color:#e0e0e0;position:relative;border-radius:12px;overflow:hidden;cursor:pointer;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 24 24" fill="none" stroke="%23999" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"><path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"></path><circle cx="12" cy="10" r="3"></circle></svg>');background-repeat:no-repeat;background-position:50% 30%;background-size:50px;border:1px solid #ddd}.map-overlay{position:absolute;bottom:0;left:0;width:100%;background:rgba(0,0,0,.6);color:#fff;padding:10px;text-align:center;font-size:.9rem;display:flex;align-items:center;justify-content:center;height:100%;opacity:.8;transition:opacity .3s}.map-overlay:hover{opacity:1;background:rgba(0,0,0,.7)}.map-placeholder iframe{width:100%;height:100%;border:0}.address-text{font-size:.85rem;color:#333;margin-top:10px;line-height:1.4}.footer-bottom{border-top:1px solid #ddd;padding-top:20px;text-align:center;color:#555;font-size:.85rem}@media(min-width:768px){.footer-grid{grid-template-columns:1fr 1fr 1fr;gap:60px;text-align:left}.footer-col{align-items:flex-start}.footer-logo{margin:0 0 20px}.logo-col{align-items:center;text-align:center}.contact-list{align-items:flex-start}.contact-list li a,.contact-item{justify-content:flex-start}}.lead-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:9999;transition:opacity .3s ease,visibility .3s ease}.lead-overlay.hidden{opacity:0;visibility:hidden;pointer-events:none}.lead-box{background:#fff;padding:40px;border-radius:20px;width:90%;max-width:450px;position:relative;box-shadow:0 20px 40px rgba(0,0,0,.2);animation:modalPop .4s cubic-bezier(.175,.885,.32,1.275)}@keyframes modalPop{from{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.lead-close{position:absolute;top:15px;right:20px;font-size:30px;background:0 0;border:none;cursor:pointer;color:#666;line-height:1}.lead-title{font-family:georgia,serif;font-size:1.8rem;color:var(--primary-gold);margin-bottom:25px;text-align:center}#leadForm{display:flex;flex-direction:column;gap:15px}#leadForm label{font-size:.9rem;font-weight:600;color:#444}#leadForm input{padding:12px 15px;border:1px solid #ddd;border-radius:8px;font-size:1rem;outline:none;transition:border-color .3s}#leadForm input:focus{border-color:var(--primary-gold)}.lead-submit{margin-top:10px;padding:15px;background:linear-gradient(135deg,#d4c28d 0%,#b0985a 100%);color:#fff;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.lead-submit:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(176,152,90,.4)}.lead-submit:disabled{background:#ccc;cursor:not-allowed;transform:none}.cookie-banner{position:fixed;bottom:20px;left:20px;right:20px;background-color:#fff;box-shadow:0 -2px 10px rgba(0,0,0,.1);border-radius:10px;padding:20px;z-index:9990;display:flex;justify-content:center;border:1px solid #eee;max-width:1200px;margin:0 auto;transition:transform .3s ease,opacity .3s ease}.cookie-content{display:flex;flex-direction:column;gap:15px;width:100%;align-items:center;text-align:center}.cookie-text p{font-size:.9rem;color:#444;line-height:1.5;margin:0}.cookie-text a{color:#4a3b10;text-decoration:underline;cursor:pointer;font-weight:800;margin-left:5px}.cookie-actions{display:flex;gap:10px;width:100%;justify-content:center}.cookie-btn{padding:10px 20px;border-radius:6px;border:none;font-size:.9rem;font-weight:600;cursor:pointer;transition:background-color .2s;white-space:nowrap}.cookie-btn.decline{background-color:initial;border:1px solid #ccc;color:#666}.cookie-btn.decline:hover{border-color:#999;color:#333}.cookie-btn.accept{background-color:var(--primary-gold);color:#fff}.cookie-btn.accept:hover{background-color:#8c7640}.cookie-modal-box{width:90%;max-width:500px;padding:30px;text-align:left}.cookie-options{display:flex;flex-direction:column;gap:20px;margin-bottom:25px;margin-top:15px;max-height:60vh;overflow-y:auto}.cookie-option{padding-bottom:15px;border-bottom:1px solid #eee}.cookie-option:last-child{border-bottom:none}.option-header{display:flex;justify-content:space-between;align-items:center;font-weight:600;color:#333;margin-bottom:5px}.option-desc{font-size:.85rem;color:#666;line-height:1.4;margin:0}.toggle-switch{position:relative;display:inline-block;width:50px;height:24px}.toggle-switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s;border-radius:20px}.slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.4s;border-radius:50%}input:checked+.slider{background-color:var(--primary-gold)}input:focus+.slider{box-shadow:0 0 1px var(--primary-gold)}input:checked+.slider:before{transform:translateX(26px)}input:disabled+.slider{background-color:#e0e0e0;cursor:not-allowed}.cookie-modal-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:20px;flex-wrap:wrap}.cookie-btn.save-prefs{background-color:#f0f0f0;color:#333}.cookie-btn.save-prefs:hover{background-color:#e0e0e0}.cookie-btn.accept-all-modal{background-color:var(--primary-gold);color:#fff}.cookie-btn.accept-all-modal:hover{background-color:#8c7640}@media(min-width:768px){.cookie-content{flex-direction:row;justify-content:space-between;text-align:left}.cookie-text{padding-right:20px;flex:1}.cookie-actions{width:auto;flex-shrink:0}}