:root{--maroon: #800020;--maroon-dark: #4A0010;--maroon-light: #A51C3B;--gold: #C5A355;--gold-light: #D4AF37;--gold-dark: #8B6914;--bg: #FFFAF3;--bg-alt: #FDF4E6;--text: #2D2117;--text-body: #544537;--text-muted: #8A7E72;--white: #FFFFFF;--radius: 16px;--radius-sm: 8px;--radius-full: 9999px;--transition: .3s cubic-bezier(.4,0,.2,1);--font: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Helvetica, Arial, sans-serif}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar{display:none}body{font-family:var(--font);background:var(--bg);color:var(--text-body);line-height:1.7;overflow-x:hidden;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none;transition:var(--transition)}h1,h2,h3,h4{color:var(--maroon);font-weight:800;line-height:1.2}h1,h2{-webkit-text-stroke:.5px rgba(197,163,85,.7);text-shadow:0 4px 15px rgba(128,0,32,.1)}h1{font-size:clamp(2.5rem,6vw,4.2rem);letter-spacing:-.02em}h2{font-size:clamp(1.8rem,4vw,2.8rem);letter-spacing:-.01em}h3{font-size:clamp(1.2rem,2.5vw,1.5rem)}p{margin-bottom:1rem}.container{width:100%;max-width:1140px;margin:0 auto;padding:0 1.5rem}.section{padding:6rem 0;position:relative}.section-alt{background:linear-gradient(180deg,var(--bg) 0%,var(--bg-alt) 15%,var(--bg-alt) 85%,var(--bg) 100%)}.section-header{text-align:center;margin-bottom:3.5rem}.section-title span{color:var(--gold-dark)}.section-sub{color:var(--text-muted);font-size:1.1rem;max-width:600px;margin:0 auto}.header{position:fixed;top:0;left:0;right:0;z-index:100;background:#fffaf3e6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:transform .4s ease,opacity .4s ease;padding:.5rem 0;box-shadow:0 10px 30px #00000005}.header.hidden{transform:translateY(-100%);opacity:0}.header-inner{display:flex;align-items:center;justify-content:space-between;height:54px}.logo{display:flex;align-items:center;gap:.6rem}.logo-icon{width:42px;height:42px}.logo-text h1{font-size:1.1rem;color:var(--maroon);font-weight:800;line-height:1.1;margin:0;-webkit-text-stroke:0}.logo-text p{font-size:.65rem;color:var(--gold-dark);margin:0;font-weight:600;letter-spacing:1px;text-transform:uppercase}.nav{display:none}.nav-links{list-style:none;display:flex;gap:1rem}.nav-link{font-size:.85rem;font-weight:600;color:var(--maroon);padding:.5rem 0;position:relative}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--gold);transition:var(--transition)}.nav-link:hover{color:var(--maroon-light)}.nav-link:hover:after{width:100%}.header-cta{display:none}.header-cta .btn-cta{font-size:.8rem;padding:.5rem 1.2rem}.menu-toggle{background:none;border:none;cursor:pointer;color:var(--maroon);padding:.5rem;display:flex}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--bg);z-index:101;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:2rem;gap:1rem;transform:translateY(-100%);transition:transform .4s ease}.mobile-menu.active{transform:translateY(0)}.mobile-menu a{font-size:1.8rem;font-weight:600;color:var(--maroon);padding:.5rem 0}.mobile-menu a:hover{color:var(--gold-dark)}.mobile-menu-close{position:absolute;top:1rem;right:1rem;background:none;border:none;cursor:pointer;color:var(--maroon);padding:.5rem}.mobile-menu-cta{width:100%;margin-top:1.5rem;color:var(--white)!important}@media (min-width:768px){.nav{display:flex}.header-cta{display:block}.menu-toggle{display:none}}.btn-cta{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.9rem 2rem;font-size:.95rem;font-weight:600;color:var(--white);border-radius:var(--radius-sm);cursor:pointer;background:var(--maroon);border:1.5px solid var(--gold);box-shadow:0 0 15px #c5a35566,inset 0 0 10px #c5a35533;transition:var(--transition);text-decoration:none}.btn-cta:hover{background:var(--maroon-dark);transform:translateY(-2px);box-shadow:0 0 25px #c5a35599,inset 0 0 15px #c5a35566}.btn-cta svg{width:18px;height:18px}.btn-outline{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.9rem;font-size:.95rem;font-weight:600;color:var(--maroon);border:1.5px solid var(--gold);border-radius:var(--radius-sm);background:transparent;cursor:pointer;transition:var(--transition)}.btn-outline:hover{background:#c5a3551a;box-shadow:0 0 15px #c5a35533}.hero{min-height:90vh;display:flex;align-items:center;justify-content:center;padding-top:7rem;padding-bottom:4rem;background:radial-gradient(circle at center,rgba(197,163,85,.1) 0%,transparent 70%),var(--bg);position:relative}.hero-content{text-align:center;max-width:850px;margin:0 auto}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;color:var(--gold-dark);font-size:.85rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;margin-bottom:1.5rem}.hero-badge svg{color:var(--gold)}.hero-title{margin-bottom:1.5rem;color:var(--maroon);font-size:clamp(2.8rem,7vw,4.5rem)}.hero-title .gold{color:var(--gold-dark);-webkit-text-stroke:0}.hero-desc{color:var(--text-body);font-size:1.25rem;margin-bottom:2.5rem;line-height:1.6;max-width:700px;margin-left:auto;margin-right:auto}.hero-actions{display:flex;flex-direction:column;gap:1rem;align-items:center;justify-content:center}.hero-note{font-size:.85rem;color:var(--text-muted);margin-top:1.5rem;display:flex;align-items:center;justify-content:center;gap:.4rem}@media (min-width:600px){.hero-actions{flex-direction:row}}.ticker-wrap{overflow:hidden;padding:1.5rem 0;background:var(--bg)}.ticker{display:flex;white-space:nowrap;animation:ticker-scroll 15s linear infinite;width:max-content}.ticker-item{display:inline-flex;align-items:center;gap:.6rem;padding:0 2.5rem;font-size:.85rem;font-weight:600;color:var(--maroon);letter-spacing:.5px;text-transform:uppercase}.ticker-item svg{color:var(--gold)}@keyframes ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.about-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;max-width:1000px;margin:0 auto}@media (min-width:800px){.about-grid{grid-template-columns:auto 1fr}}.about-image{width:100%;max-width:350px;margin:0 auto;border-radius:var(--radius);box-shadow:0 20px 40px #8000201a}.about-content{text-align:left}.seamless-grid{display:grid;grid-template-columns:1fr;gap:3rem}@media (min-width:768px){.seamless-grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.service-item{display:flex;flex-direction:column}.service-img{width:100%;height:240px;object-fit:cover;border-radius:var(--radius);margin-bottom:1.5rem;box-shadow:0 10px 30px #0000000d}.service-item h3{margin-bottom:.75rem;font-size:1.4rem;color:var(--maroon)}.service-item p{color:var(--text-muted);font-size:.95rem;margin-bottom:1.5rem;flex-grow:1}.service-link{color:var(--maroon);font-weight:600;font-size:.9rem;display:inline-flex;align-items:center;gap:.3rem;transition:var(--transition)}.service-link:hover{gap:.6rem;color:var(--gold-dark)}.specialized-box{max-width:900px;margin:4rem auto 0;background:radial-gradient(circle at center,rgba(197,163,85,.08) 0%,transparent 100%);padding:3rem 1.5rem;border-radius:var(--radius)}.remedies-grid{display:grid;grid-template-columns:1fr;gap:2rem;padding-top:3rem;margin-top:3rem;background:radial-gradient(ellipse at top,rgba(197,163,85,.08) 0%,transparent 60%)}@media (min-width:640px){.remedies-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:900px){.remedies-grid{grid-template-columns:repeat(4,1fr)}}.remedy-item{display:flex;flex-direction:column;align-items:center;text-align:center}.remedy-icon{width:48px;height:48px;color:var(--gold-dark);margin-bottom:1rem}.remedy-item h3{font-size:1.1rem;margin-bottom:.5rem;color:var(--maroon)}.remedy-item p{font-size:.9rem;color:var(--text-muted);margin:0}.global-section{background:linear-gradient(135deg,var(--bg-alt) 0%,rgba(197,163,85,.08) 100%)}.global-grid{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center;max-width:1000px;margin:0 auto}@media (min-width:800px){.global-grid{grid-template-columns:1fr 1fr}}.global-content h2{font-size:2.2rem;margin-bottom:1rem;color:var(--maroon)}.global-content p{font-size:1.1rem;color:var(--text-body);margin-bottom:1.5rem}.global-note{display:inline-flex;align-items:flex-start;gap:.5rem;background:#ffffff80;color:var(--maroon);padding:1rem 1.25rem;border-radius:var(--radius-sm);font-size:.9rem;font-weight:600;margin-bottom:2rem;box-shadow:0 4px 15px #c5a3551a}.global-note svg{flex-shrink:0;margin-top:.2rem}.global-image{width:100%;border-radius:var(--radius);box-shadow:0 20px 40px #0000001a}.gurus-grid{display:grid;grid-template-columns:1fr;gap:4rem;max-width:900px;margin:0 auto}@media (min-width:640px){.gurus-grid{grid-template-columns:1fr 1fr}}.guru-item{text-align:center}.guru-image{width:180px;height:180px;margin:0 auto 1.5rem;border-radius:50%;overflow:hidden;position:relative;box-shadow:0 10px 30px #c5a35533}.guru-image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:3px solid var(--gold)}.guru-image img{width:100%;height:100%;object-fit:cover}.guru-role{color:var(--gold-dark);font-weight:700;letter-spacing:1px;text-transform:uppercase;font-size:.75rem;margin-bottom:.5rem}.guru-item h3{margin-bottom:.75rem;font-size:1.3rem;color:var(--maroon)}.guru-item p{font-size:.95rem;color:var(--text-muted);line-height:1.6}.testimonials-track{overflow:hidden;width:100%;margin-top:2rem}.testimonials-scroll{display:flex;width:max-content;animation:scroll-testimonials 20s linear infinite}.testimonials-scroll:hover{animation-play-state:paused}.testimonial-item{width:350px;display:flex;flex-direction:column;margin-right:3rem}.testimonial-stars{color:var(--gold);margin-bottom:1rem;display:flex;gap:.2rem}.testimonial-stars svg{width:16px;height:16px;fill:currentColor}.testimonial-item p{font-size:.95rem;color:var(--text-body);line-height:1.7;font-style:italic;flex-grow:1}.testimonial-author{margin-top:1.5rem;display:flex;flex-direction:column}.testimonial-author strong{font-size:.95rem;color:var(--maroon)}.testimonial-author span{font-size:.8rem;color:var(--text-muted)}@keyframes scroll-testimonials{0%{transform:translate(0)}to{transform:translate(-50%)}}.faq-list{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.faq-item{background:#fff6;border-radius:var(--radius-sm);padding:0 1.5rem;box-shadow:0 4px 15px #00000005;transition:var(--transition)}.faq-item:hover{background:#ffffffb3;box-shadow:0 4px 20px #c5a3550d}.faq-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;cursor:pointer;font-weight:600;font-size:1.05rem;color:var(--maroon);transition:var(--transition)}.faq-header:hover{color:var(--gold-dark)}.faq-header svg{transition:transform .3s ease;width:20px;height:20px;color:var(--gold-dark)}.faq-item.active .faq-header svg{transform:rotate(180deg);color:var(--maroon)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease}.faq-item.active .faq-answer{max-height:500px;padding-bottom:1.5rem}.faq-answer p{color:var(--text-muted);font-size:.95rem;margin:0;line-height:1.6}.contact-grid{display:grid;grid-template-columns:1fr;gap:3rem;max-width:900px;margin:0 auto;align-items:center}@media (min-width:768px){.contact-grid{grid-template-columns:1fr 1fr}}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.contact-row{display:flex;gap:1rem;align-items:flex-start}.contact-row svg{width:24px;height:24px;color:var(--gold-dark);flex-shrink:0;margin-top:.2rem}.contact-text h4{font-size:1rem;margin-bottom:.2rem;color:var(--maroon)}.contact-text p{font-size:.9rem;color:var(--text-muted);margin:0}.contact-box{background:var(--bg);box-shadow:0 10px 40px #c5a3551a;border-radius:var(--radius);padding:3rem;text-align:center}.footer{padding:4rem 0 2rem;color:var(--text-body);background:linear-gradient(180deg,var(--bg) 0%,var(--bg-alt) 100%)}.footer-inner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:2rem}.footer-socials{display:flex;gap:1.5rem;justify-content:center}.footer-socials a{color:var(--maroon);transition:var(--transition);display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:#ffffff80;box-shadow:0 4px 10px #c5a3551a}.footer-socials a:hover{color:var(--white);background:var(--maroon);transform:translateY(-3px);box-shadow:0 8px 20px #c5a3554d}.footer-socials svg{width:20px;height:20px}.footer-bottom{display:grid;grid-template-columns:1fr;gap:1.5rem;width:100%;border-top:1px solid rgba(197,163,85,.15);padding-top:2rem;margin-top:1rem;align-items:center}@media (min-width:768px){.footer-bottom{grid-template-columns:1fr auto 1fr;text-align:left}.footer-bottom .center{text-align:center}.footer-bottom .right{text-align:right}}.footer-links{display:flex;gap:2.5rem;flex-wrap:wrap;justify-content:center}.footer-links a{font-size:.95rem;color:var(--text-body);font-weight:500;transition:var(--transition)}.footer-links a:hover{color:var(--gold-dark)}.footer-copy{font-size:.85rem;color:var(--text-muted);opacity:.8;margin:0}.sticky-wa{position:fixed;bottom:2rem;right:2rem;z-index:90;width:60px;height:60px;border-radius:50%;background:#25d366;color:var(--white);display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #25d3664d;transition:var(--transition)}.sticky-wa:hover{transform:scale(1.05);box-shadow:0 12px 30px #25d36666}.sticky-wa svg{width:32px;height:32px}.reveal{opacity:0;transform:translateY(20px);transition:opacity .8s ease,transform .8s ease}.reveal.visible{opacity:1;transform:translateY(0)}.text-center{text-align:center}.mt-3{margin-top:3rem}
