:root{--lp-black:#0d0d0d;--lp-deep-black:#080808;--lp-gold:#e6a020;--lp-soft-gold:#f2c050;--lp-gold-dark:#b87d10;--lp-gold-glow:rgba(230,160,32,.35);--lp-gold-glow-dim:rgba(230,160,32,.15);--lp-gray:#999;--lp-gray-light:#888;--lp-divider:hsla(0,0%,100%,.08);--lp-card-bg:#1a1a1a;--lp-elevated:#252525;--lp-surface:#1a1a1a;--lp-cream:#fdf8ee;--lp-success:#22c55e;--lp-warning:#f59e0b;--lp-danger:#ef4444;--lp-info:#3b82f6;--lp-font-display:"Playfair Display",Georgia,serif;--lp-font-body:"DM Sans",-apple-system,sans-serif;--lp-radius:12px;--lp-radius-lg:20px;--lp-radius-full:999px;--lp-shadow:0 4px 24px rgba(0,0,0,.4);--lp-shadow-gold:0 4px 32px rgba(230,160,32,.25);--lp-transition:250ms cubic-bezier(0.4,0,0.2,1)}.landing-page,.landing-page *,.landing-page :after,.landing-page :before{box-sizing:border-box;margin:0;padding:0}.landing-page{font-family:var(--lp-font-body);background:var(--lp-black);color:#e8e8ed;line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased;scroll-behavior:smooth;scroll-padding-top:80px;-webkit-text-size-adjust:100%}.landing-page img{max-width:100%;display:block}.landing-page a{text-decoration:none;color:inherit;transition:color var(--lp-transition)}.landing-page ul{list-style:none}.landing-page button{cursor:pointer;border:none;background:none;font-family:inherit}.landing-page input,.landing-page select,.landing-page textarea{font-family:inherit}.landing-page .container{max-width:1200px;margin:0 auto;padding:0 24px}@media(min-width:768px){.landing-page .container{padding:0 40px}}@media(min-width:1280px){.landing-page .container{padding:0 20px}}.landing-page .gold{color:var(--lp-gold)}.landing-page .gold-grad{background:linear-gradient(135deg,var(--lp-gold),var(--lp-soft-gold));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.landing-page .section-tag{display:inline-block;font-size:12px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:var(--lp-gold);padding:6px 16px;border:1px solid var(--lp-gold-glow);border-radius:var(--lp-radius-full);margin-bottom:16px;background:rgba(230,160,32,.08)}.landing-page .section-title{font-family:var(--lp-font-display);font-size:clamp(28px,5vw,44px);font-weight:600;line-height:1.2;margin-bottom:16px;color:#fff}.landing-page .section-sub{color:var(--lp-gray);font-size:16px;max-width:600px;margin:0 auto;line-height:1.7}.landing-page .section-header{text-align:center;margin-bottom:56px}.landing-page .btn{display:inline-flex;align-items:center;gap:8px;font-weight:600;font-size:14px;padding:12px 28px;border-radius:var(--lp-radius-full);transition:all var(--lp-transition);letter-spacing:.3px;white-space:nowrap}.landing-page .btn-gold{background:linear-gradient(135deg,var(--lp-gold),#b87d10);color:var(--lp-black);box-shadow:0 4px 20px rgba(230,160,32,.3)}.landing-page .btn-gold:hover{transform:translateY(-2px);box-shadow:var(--lp-shadow-gold);background:linear-gradient(135deg,var(--lp-soft-gold),var(--lp-gold))}.landing-page .btn-outline{border:1.5px solid rgba(230,160,32,.4);color:var(--lp-gold);background:transparent}.landing-page .btn-outline:hover{border-color:var(--lp-gold);background:rgba(230,160,32,.08);transform:translateY(-2px)}.landing-page .btn-lg{padding:14px 32px;font-size:15px}.landing-page .btn-sm{padding:8px 20px;font-size:13px}.landing-page .btn-full{width:100%;justify-content:center}.landing-page .glass-card{background:hsla(0,0%,100%,.04);border:1px solid var(--lp-divider);border-radius:var(--lp-radius-lg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.landing-page .preloader{position:fixed;inset:0;z-index:9999;background:var(--lp-deep-black);display:flex;align-items:center;justify-content:center;transition:opacity .6s,visibility .6s}.landing-page .preloader.hidden{opacity:0;visibility:hidden;pointer-events:none}.landing-page .preloader-inner{text-align:center}.landing-page .preloader-ring{width:56px;height:56px;border:3px solid var(--lp-divider);border-top-color:var(--lp-gold);border-radius:50%;margin:0 auto 20px;animation:spin 1s linear infinite}.landing-page .preloader-brand{display:flex;flex-direction:column;gap:4px}.landing-page .preloader-logo{font-family:var(--lp-font-display);font-size:32px;font-weight:700;color:var(--lp-gold)}.landing-page .preloader-text{font-size:13px;color:var(--lp-gray);letter-spacing:3px;text-transform:uppercase}@keyframes spin{to{transform:rotate(1turn)}}.landing-page .navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:16px 0;transition:all var(--lp-transition)}.landing-page .navbar.scrolled{background:hsla(0,0%,5%,.92);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--lp-divider);padding:10px 0}.landing-page .nav-container{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between}.landing-page .nav-logo{display:flex;align-items:center;gap:10px}.landing-page .logo-mark{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.landing-page .logo-words{display:flex;flex-direction:column}.landing-page .logo-name{font-family:var(--lp-font-display);font-weight:600;font-size:18px;color:#fff;line-height:1.1}.landing-page .logo-sub{font-size:10px;color:var(--lp-gray-light);letter-spacing:1.5px;text-transform:uppercase}.landing-page .nav-menu{display:none;gap:4px}@media(min-width:1024px){.landing-page .nav-menu{display:flex}}.landing-page .nav-link{font-size:14px;font-weight:500;color:var(--lp-gray);padding:8px 14px;border-radius:var(--lp-radius-full);transition:all var(--lp-transition)}.landing-page .nav-link.active,.landing-page .nav-link:hover{color:#fff}.landing-page .nav-link.active{background:rgba(230,160,32,.1);color:var(--lp-gold)}.landing-page .nav-actions{display:flex;align-items:center;gap:12px}.landing-page .btn-wa-nav{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#25d366;color:#fff;transition:transform var(--lp-transition)}.landing-page .btn-wa-nav:hover{transform:scale(1.1)}.landing-page .nav-toggle{display:flex;flex-direction:column;gap:5px;padding:4px}.landing-page .nav-toggle span{display:block;width:22px;height:2px;background:#fff;border-radius:2px;transition:all var(--lp-transition)}.landing-page .nav-toggle.active span:first-child{transform:rotate(45deg) translate(5px,5px)}.landing-page .nav-toggle.active span:nth-child(2){opacity:0}.landing-page .nav-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media(min-width:1024px){.landing-page .nav-toggle{display:none}}.landing-page .nav-menu.open{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:hsla(0,0%,5%,.98);backdrop-filter:blur(20px);padding:16px 24px 24px;border-bottom:1px solid var(--lp-divider)}.landing-page .hero{position:relative;min-height:100vh;overflow:hidden}.landing-page .hero-carousel{position:relative;width:100%;height:100vh}.landing-page .hero-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .8s ease,visibility .8s}.landing-page .hero-slide.active{opacity:1;visibility:visible}.landing-page .slide-bg{position:absolute;inset:0}.landing-page .bg-1{background:linear-gradient(135deg,hsla(0,0%,5%,.85),rgba(26,26,46,.8) 50%,hsla(0,0%,5%,.9)),url(/images/consultation.jpg) 50%/cover no-repeat}.landing-page .bg-2{background:linear-gradient(135deg,hsla(0,0%,5%,.85),rgba(26,15,46,.8) 50%,hsla(0,0%,5%,.9)),url(/images/hero-nutrition.jpg) 50%/cover no-repeat}.landing-page .bg-3{background:linear-gradient(135deg,hsla(0,0%,5%,.85),rgba(15,26,46,.8) 50%,hsla(0,0%,5%,.9)),url(/images/hero-wellness.jpg) 50%/cover no-repeat}.landing-page .floating-els{position:absolute;inset:0;overflow:hidden}.landing-page .f-orb{position:absolute;border-radius:50%;filter:blur(80px);animation:floatOrb 20s ease-in-out infinite}.landing-page .o1{width:400px;height:400px;background:rgba(230,160,32,.08);top:-100px;right:-100px}.landing-page .o2{width:300px;height:300px;background:rgba(230,160,32,.06);bottom:-50px;left:-50px;animation-delay:-7s}.landing-page .o3{width:200px;height:200px;background:rgba(230,160,32,.1);top:50%;left:50%;animation-delay:-14s}@keyframes floatOrb{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.05)}66%{transform:translate(-20px,20px) scale(.95)}}.landing-page .slide-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-height:100vh;padding-top:80px;padding-bottom:80px;gap:40px}@media(min-width:768px){.landing-page .slide-content{flex-direction:row;align-items:center;gap:60px}}.landing-page .slide-text{flex:1}.landing-page .slide-tag{display:inline-block;font-size:11px;font-weight:600;letter-spacing:2.5px;text-transform:uppercase;color:var(--lp-gold);padding:6px 16px;border:1px solid rgba(230,160,32,.3);border-radius:var(--lp-radius-full);margin-bottom:20px;background:rgba(230,160,32,.06)}.landing-page .slide-title{font-family:var(--lp-font-display);font-size:clamp(32px,6vw,56px);font-weight:700;line-height:1.15;color:#fff;margin-bottom:20px}.landing-page .slide-desc{font-size:17px;color:var(--lp-gray);line-height:1.7;margin-bottom:32px;max-width:520px}.landing-page .slide-desc strong{color:#fff}.landing-page .slide-cta{display:flex;flex-wrap:wrap;gap:14px}.landing-page .slide-visual{flex:0 0 auto;width:100%;max-width:420px}@media(max-width:767px){.landing-page .slide-visual{max-width:100%}}.landing-page .stats-card{padding:28px 32px}.landing-page .stat-row{display:flex;align-items:center;justify-content:space-between;gap:20px}.landing-page .stat-item{text-align:center}.landing-page .stat-num{font-size:36px;font-weight:700}.landing-page .stat-num,.landing-page .stat-sfx{font-family:var(--lp-font-display);color:var(--lp-gold)}.landing-page .stat-sfx{font-size:24px}.landing-page .stat-lbl{display:block;font-size:12px;color:var(--lp-gray);margin-top:4px}.landing-page .stat-div{width:1px;height:50px;background:var(--lp-divider)}.landing-page .cuisine-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.landing-page .cuisine-card{padding:20px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:8px;transition:all var(--lp-transition)}.landing-page .cuisine-card:hover{border-color:var(--lp-gold-glow);transform:translateY(-4px)}.landing-page .c-emoji{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px}.landing-page .cuisine-card span:last-child{font-size:13px;color:var(--lp-gray)}.landing-page .cond-float{display:flex;flex-wrap:wrap;gap:10px;max-width:400px}.landing-page .cond-pill{display:flex;align-items:center;gap:8px;padding:10px 18px;font-size:13px;font-weight:500;color:#ddd;transition:all var(--lp-transition)}.landing-page .cond-pill:hover{transform:translateY(-2px);border-color:var(--lp-gold-glow)}.landing-page .cdot{width:8px;height:8px;border-radius:50%;display:inline-block}.landing-page .cdot.grn{background:var(--lp-success)}.landing-page .cdot.blu{background:var(--lp-info)}.landing-page .cdot.amb{background:var(--lp-warning)}.landing-page .cdot.red{background:var(--lp-danger)}.landing-page .carousel-controls{position:absolute;bottom:100px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:20px;z-index:10}.landing-page .c-btn{width:44px;height:44px;border-radius:50%;border:1px solid var(--lp-divider);color:#fff;display:flex;align-items:center;justify-content:center;transition:all var(--lp-transition);background:hsla(0,0%,100%,.05)}.landing-page .c-btn:hover{border-color:var(--lp-gold);color:var(--lp-gold);background:rgba(230,160,32,.1)}.landing-page .c-dots{display:flex;gap:8px}.landing-page .c-dot{width:10px;height:10px;border-radius:50%;background:hsla(0,0%,100%,.2);transition:all var(--lp-transition);border:none}.landing-page .c-dot.active{background:var(--lp-gold);width:28px;border-radius:5px}.landing-page .c-progress{position:absolute;bottom:0;left:0;right:0;height:3px;background:hsla(0,0%,100%,.05);z-index:10}.landing-page .c-progress-bar{height:100%;background:var(--lp-gold);width:0;transition:width 50ms linear}.landing-page .scroll-ind{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;z-index:10;opacity:.6}.landing-page .scroll-mouse{width:24px;height:38px;border:2px solid hsla(0,0%,100%,.3);border-radius:12px;position:relative}.landing-page .scroll-wheel{width:3px;height:8px;background:var(--lp-gold);border-radius:2px;position:absolute;top:6px;left:50%;transform:translateX(-50%);animation:scrollWheel 1.5s infinite}@keyframes scrollWheel{0%{opacity:1;transform:translateX(-50%) translateY(0)}to{opacity:0;transform:translateX(-50%) translateY(12px)}}.landing-page .scroll-ind span{font-size:11px;color:var(--lp-gray-light);letter-spacing:1px;text-transform:uppercase}.landing-page .anim-in{opacity:0;transform:translateY(30px)}.landing-page .hero-slide.active .anim-in{animation:fadeInUp .7s ease forwards}.landing-page .hero-slide.active .anim-in.d1{animation-delay:.15s}.landing-page .hero-slide.active .anim-in.d2{animation-delay:.3s}.landing-page .hero-slide.active .anim-in.d3{animation-delay:.45s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.landing-page .trust-strip{padding:20px 0;border-bottom:1px solid var(--lp-divider);background:var(--lp-deep-black);overflow:hidden}.landing-page .trust-inner{display:flex;align-items:center;gap:24px}.landing-page .trust-label{font-size:12px;font-weight:600;color:var(--lp-gray-light);letter-spacing:2px;text-transform:uppercase;white-space:nowrap}.landing-page .trust-items{display:flex;gap:32px;overflow-x:auto;scrollbar-width:none;animation:marquee 25s linear infinite}.landing-page .trust-items::-webkit-scrollbar{display:none}.landing-page .trust-item{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--lp-gray);white-space:nowrap}.landing-page .trust-item span:first-child{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.landing-page .about{padding:100px 0}.landing-page .about-grid{display:grid;grid-template-columns:1fr;gap:60px}@media(min-width:768px){.landing-page .about-grid{grid-template-columns:1fr 1fr}}.landing-page .about-frame{position:relative;margin-bottom:28px}.landing-page .about-photo{width:100%;aspect-ratio:3/4;max-width:360px;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;border-radius:var(--lp-radius-lg);border:1px solid var(--lp-divider);display:block}.landing-page .exp-badge{position:absolute;bottom:-16px;right:-16px;background:linear-gradient(135deg,var(--lp-gold),#b87d10);color:var(--lp-black);padding:16px;border-radius:var(--lp-radius);text-align:center;box-shadow:var(--lp-shadow-gold)}.landing-page .eb-num{font-family:var(--lp-font-display);font-size:28px;font-weight:700;display:block}.landing-page .eb-lbl{font-size:11px;font-weight:600;line-height:1.3}.landing-page .rating-badge{position:absolute;top:16px;left:-12px;background:var(--lp-elevated);border:1px solid var(--lp-divider);padding:10px 16px;border-radius:var(--lp-radius);display:flex;flex-direction:column;align-items:center;gap:2px}.landing-page .r-stars{color:var(--lp-gold);font-size:14px;letter-spacing:2px}.landing-page .r-txt{font-size:11px;color:var(--lp-gray)}.landing-page .cred-list{display:flex;flex-direction:column;gap:14px}.landing-page .cred{display:flex;gap:14px;padding:14px 18px;background:var(--lp-card-bg);border:1px solid var(--lp-divider);border-radius:var(--lp-radius);transition:all var(--lp-transition)}.landing-page .cred:hover{border-color:var(--lp-gold-glow)}.landing-page .cred-ico{display:flex;align-items:center;justify-content:center;width:28px;height:28px;flex-shrink:0}.landing-page .cred strong{font-size:14px;color:#fff;display:block;margin-bottom:2px}.landing-page .cred p{font-size:12px;color:var(--lp-gray-light)}.landing-page .about-content p{color:var(--lp-gray);margin-bottom:16px;line-height:1.75;font-size:15px}.landing-page .about-content strong{color:#fff}.landing-page .about-checks{display:grid;gap:10px;margin-top:24px}.landing-page .a-check{display:flex;align-items:center;gap:10px;font-size:14px;color:#ccc}.landing-page .services{padding:100px 0;background:var(--lp-deep-black)}.landing-page .services-grid{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:640px){.landing-page .services-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.landing-page .services-grid{grid-template-columns:repeat(3,1fr)}}.landing-page .service-card{background:var(--lp-card-bg);border:1px solid var(--lp-divider);border-radius:var(--lp-radius-lg);padding:32px 28px;transition:all .35s ease;position:relative;overflow:hidden}.landing-page .service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--lp-gold),transparent);opacity:0;transition:opacity var(--lp-transition)}.landing-page .service-card:hover{transform:translateY(-6px);border-color:rgba(230,160,32,.2);box-shadow:0 16px 48px rgba(0,0,0,.3)}.landing-page .service-card:hover:before{opacity:1}.landing-page .svc-ico-wrap{width:52px;height:52px;border-radius:var(--lp-radius);background:rgba(230,160,32,.08);border:1px solid rgba(230,160,32,.15);display:flex;align-items:center;justify-content:center;margin-bottom:20px}.landing-page .svc-ico{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px}.landing-page .service-card h3{font-family:var(--lp-font-display);font-size:20px;color:#fff;margin-bottom:10px}.landing-page .service-card>p{font-size:14px;color:var(--lp-gray);line-height:1.65;margin-bottom:16px}.landing-page .svc-list{display:flex;flex-direction:column;gap:6px;margin-bottom:20px}.landing-page .svc-list li{font-size:13px;color:var(--lp-gray);padding-left:18px;position:relative}.landing-page .svc-list li:before{content:"\2713";position:absolute;left:0;color:var(--lp-gold);font-size:12px}.landing-page .svc-link{font-size:13px;font-weight:600;color:var(--lp-gold);display:inline-flex;align-items:center;gap:6px;transition:gap var(--lp-transition)}.landing-page .svc-link:hover{gap:10px}.landing-page .programs{padding:100px 0}.landing-page .pricing-grid{display:grid;grid-template-columns:1fr;gap:20px}@media(min-width:640px){.landing-page .pricing-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.landing-page .pricing-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1280px){.landing-page .pricing-grid{grid-template-columns:repeat(5,1fr)}}.landing-page .pricing-card{background:var(--lp-card-bg);border:1px solid var(--lp-divider);border-radius:var(--lp-radius-lg);padding:28px 24px;display:flex;flex-direction:column;transition:all .35s ease;position:relative}.landing-page .pricing-card:hover{transform:translateY(-6px);border-color:rgba(230,160,32,.2)}.landing-page .pricing-card.featured{border-color:var(--lp-gold);background:linear-gradient(180deg,rgba(230,160,32,.06) 0,var(--lp-card-bg) 100%)}.landing-page .featured-badge{position:absolute;top:-1px;left:50%;transform:translateX(-50%);background:var(--lp-gold);color:var(--lp-black);font-size:11px;font-weight:700;padding:4px 16px;border-radius:0 0 8px 8px;letter-spacing:.5px;text-transform:uppercase}.landing-page .p-header{margin-bottom:16px}.landing-page .p-header h3{font-family:var(--lp-font-display);font-size:18px;color:#fff;margin-bottom:4px}.landing-page .p-header p{font-size:12px;color:var(--lp-gray-light)}.landing-page .p-price-wrap{margin-bottom:20px}.landing-page .p-original{font-size:16px;color:#ff6b6b;text-decoration:line-through;text-decoration-thickness:2px;opacity:.85;margin-bottom:4px;font-weight:500}.landing-page .p-price{display:flex;align-items:baseline;gap:2px}.landing-page .p-cur{font-size:18px;color:var(--lp-gold)}.landing-page .p-amt{font-family:var(--lp-font-display);font-size:36px;font-weight:700;color:#fff}.landing-page .p-discount{display:inline-block;background:linear-gradient(135deg,rgba(230,160,32,.2),rgba(230,160,32,.1));color:var(--lp-gold);font-size:11px;font-weight:600;padding:3px 8px;border-radius:20px;margin-left:8px;border:1px solid rgba(230,160,32,.25);vertical-align:middle}.landing-page .p-features{display:flex;flex-direction:column;gap:8px;margin-bottom:24px;flex:1}.landing-page .p-features li{font-size:13px;color:var(--lp-gray)}.landing-page .pricing-card .btn{margin-top:auto}.landing-page .process{padding:100px 0;background:var(--lp-deep-black)}.landing-page .process-steps{position:relative;display:grid;grid-template-columns:1fr;gap:32px;max-width:800px;margin:0 auto}@media(min-width:768px){.landing-page .process-steps{grid-template-columns:repeat(2,1fr)}}.landing-page .process-line{display:none}@media(min-width:768px){.landing-page .process-line{display:block;position:absolute;top:0;bottom:0;left:50%;width:1px;background:linear-gradient(180deg,transparent,var(--lp-gold-glow),transparent)}}.landing-page .step{display:flex;gap:16px;align-items:flex-start}.landing-page .step-num{font-family:var(--lp-font-display);font-size:40px;font-weight:700;color:rgba(230,160,32,.15);line-height:1;flex-shrink:0}.landing-page .step-card{padding:24px;flex:1}.landing-page .step-emoji{display:flex;align-items:center;justify-content:center;width:32px;height:32px;margin-bottom:12px}.landing-page .step-card h3{font-family:var(--lp-font-display);font-size:18px;color:#fff;margin-bottom:8px}.landing-page .step-card p{font-size:14px;color:var(--lp-gray);line-height:1.65}.landing-page .results{padding:100px 0}.landing-page .results-grid{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:640px){.landing-page .results-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.landing-page .results-grid{grid-template-columns:repeat(4,1fr)}}.landing-page .result-card{background:var(--lp-card-bg);border:1px solid var(--lp-divider);border-radius:var(--lp-radius-lg);padding:32px 24px;text-align:center;transition:all var(--lp-transition)}.landing-page .result-card:hover{border-color:var(--lp-gold-glow);transform:translateY(-4px)}.landing-page .r-num{margin-bottom:10px}.landing-page .r-num .counter{font-family:var(--lp-font-display);font-size:44px;font-weight:700;color:var(--lp-gold)}.landing-page .r-unit{font-size:20px;color:var(--lp-gold);margin-left:2px}.landing-page .result-card>p{font-size:14px;color:var(--lp-gray);line-height:1.5;margin-bottom:16px}.landing-page .r-bar{height:4px;background:var(--lp-divider);border-radius:2px;overflow:hidden}.landing-page .r-fill{height:100%;background:linear-gradient(90deg,var(--lp-gold),var(--lp-soft-gold));border-radius:2px;width:0;transition:width 1.5s ease}.landing-page .testimonials{padding:100px 0;background:var(--lp-deep-black)}.landing-page .test-wrapper{position:relative;overflow:hidden}.landing-page .test-track{display:flex;gap:24px;transition:transform .5s cubic-bezier(.4,0,.2,1)}.landing-page .test-card{min-width:340px;max-width:340px;padding:28px;flex-shrink:0}@media(max-width:400px){.landing-page .test-card{min-width:280px;max-width:280px}}.landing-page .t-stars{color:var(--lp-gold);font-size:16px;letter-spacing:2px;margin-bottom:14px}.landing-page .test-card>p{font-size:14px;color:var(--lp-gray);line-height:1.7;margin-bottom:20px;font-style:italic}.landing-page .t-author{display:flex;align-items:center;gap:12px}.landing-page .t-avatar{width:40px;height:40px;border-radius:50%;background:rgba(230,160,32,.15);color:var(--lp-gold);font-family:var(--lp-font-display);font-weight:700;font-size:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.landing-page .t-author strong{font-size:14px;color:#fff;display:block}.landing-page .t-author span{font-size:12px;color:var(--lp-gray-light)}.landing-page .test-nav{display:flex;justify-content:center;gap:12px;margin-top:32px}.landing-page .t-btn{width:44px;height:44px;border-radius:50%;border:1px solid var(--lp-divider);color:#fff;font-size:20px;display:flex;align-items:center;justify-content:center;transition:all var(--lp-transition);background:hsla(0,0%,100%,.03)}.landing-page .t-btn:hover{border-color:var(--lp-gold);color:var(--lp-gold)}.landing-page .why-us{padding:100px 0}.landing-page .why-grid{display:grid;grid-template-columns:1fr;gap:60px}@media(min-width:768px){.landing-page .why-grid{grid-template-columns:1fr 1fr}}.landing-page .why-content p{color:var(--lp-gray);font-size:15px;line-height:1.7;margin-top:16px}.landing-page .why-visual{width:100%;max-height:220px;-o-object-fit:cover;object-fit:cover;border-radius:var(--lp-radius);margin-top:24px;border:1px solid var(--lp-divider);opacity:.85}.landing-page .why-features{display:flex;flex-direction:column;gap:20px}.landing-page .why-f{display:flex;gap:16px;padding:20px;background:var(--lp-card-bg);border:1px solid var(--lp-divider);border-radius:var(--lp-radius);transition:all var(--lp-transition)}.landing-page .why-f:hover{border-color:var(--lp-gold-glow);transform:translateX(4px)}.landing-page .wf-ico{display:flex;align-items:center;justify-content:center;width:28px;height:28px;flex-shrink:0}.landing-page .why-f h4{font-size:15px;color:#fff;margin-bottom:4px}.landing-page .why-f p{font-size:13px;color:var(--lp-gray);line-height:1.6}.landing-page .faq{padding:100px 0;background:var(--lp-deep-black)}.landing-page .faq-list{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:8px}.landing-page .faq-item{background:var(--lp-card-bg);border:1px solid var(--lp-divider);border-radius:var(--lp-radius);overflow:hidden;transition:border-color var(--lp-transition)}.landing-page .faq-item.active{border-color:rgba(230,160,32,.2)}.landing-page .faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;padding:18px 22px;font-size:15px;font-weight:500;color:#fff;text-align:left;transition:color var(--lp-transition)}.landing-page .faq-q:hover{color:var(--lp-gold)}.landing-page .faq-chev{transition:transform var(--lp-transition);color:var(--lp-gray);flex-shrink:0;margin-left:12px}.landing-page .faq-item.active .faq-chev{transform:rotate(180deg);color:var(--lp-gold)}.landing-page .faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease}.landing-page .faq-item.active .faq-a{max-height:300px;padding:0 22px 18px}.landing-page .faq-a p{font-size:14px;color:var(--lp-gray);line-height:1.7}.landing-page .map-section{padding:80px 0}.landing-page .map-wrapper{border-radius:var(--lp-radius-lg);overflow:hidden;border:1px solid var(--lp-divider)}.landing-page .google-map iframe{display:block;width:100%;height:400px;filter:grayscale(.6) brightness(.8) contrast(1.1);transition:filter var(--lp-transition)}.landing-page .google-map iframe:hover{filter:grayscale(0) brightness(1) contrast(1)}.landing-page .contact{padding:100px 0;background:var(--lp-deep-black)}.landing-page .contact-grid{display:grid;grid-template-columns:1fr;gap:60px}@media(min-width:768px){.landing-page .contact-grid{grid-template-columns:1fr 1fr}}.landing-page .contact-info p{color:var(--lp-gray);font-size:15px;line-height:1.7;margin-top:12px;margin-bottom:28px}.landing-page .contact-details{display:flex;flex-direction:column;gap:18px;margin-bottom:28px}.landing-page .c-item{display:flex;gap:14px;align-items:flex-start}.landing-page .c-ico{width:44px;height:44px;border-radius:var(--lp-radius);background:rgba(230,160,32,.08);border:1px solid rgba(230,160,32,.15);display:flex;align-items:center;justify-content:center;flex-shrink:0}.landing-page .c-item strong{font-size:14px;color:#fff;display:block;margin-bottom:2px}.landing-page .c-item p{font-size:13px;color:var(--lp-gray)}.landing-page .social-links{display:flex;gap:10px}.landing-page .soc-link{width:40px;height:40px;border-radius:50%;border:1px solid var(--lp-divider);color:var(--lp-gray);display:flex;align-items:center;justify-content:center;transition:all var(--lp-transition)}.landing-page .soc-link:hover{border-color:var(--lp-gold);color:var(--lp-gold);background:rgba(230,160,32,.08)}.landing-page .contact-form-wrap{background:var(--lp-card-bg);border:1px solid var(--lp-divider);border-radius:var(--lp-radius-lg);padding:36px 32px}.landing-page .contact-form h3{font-family:var(--lp-font-display);font-size:22px;color:#fff;margin-bottom:24px}.landing-page .form-group{margin-bottom:16px}.landing-page .form-group label{display:block;font-size:13px;font-weight:500;color:var(--lp-gray);margin-bottom:6px}.landing-page .form-group input,.landing-page .form-group select,.landing-page .form-group textarea{width:100%;padding:12px 16px;background:var(--lp-elevated);border:1px solid var(--lp-divider);border-radius:var(--lp-radius);color:#fff;font-size:14px;transition:all var(--lp-transition);outline:none}.landing-page .form-group input:focus,.landing-page .form-group select:focus,.landing-page .form-group textarea:focus{border-color:var(--lp-gold);box-shadow:0 0 0 3px rgba(230,160,32,.1)}.landing-page .form-group input::-moz-placeholder,.landing-page .form-group textarea::-moz-placeholder{color:var(--lp-gray-light)}.landing-page .form-group input::placeholder,.landing-page .form-group textarea::placeholder{color:var(--lp-gray-light)}.landing-page .form-group select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23B8B8C2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center}.landing-page .form-group select option{background:var(--lp-card-bg);color:#fff}.landing-page .form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(max-width:480px){.landing-page .form-row{grid-template-columns:1fr}}.landing-page .form-note{font-size:12px;color:var(--lp-gray-light);text-align:center;margin-top:12px}.landing-page .footer{padding:60px 0 30px;border-top:1px solid var(--lp-divider)}.landing-page .footer-grid{display:grid;grid-template-columns:1fr;gap:32px;margin-bottom:40px}@media(min-width:640px){.landing-page .footer-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.landing-page .footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}}.landing-page .footer-brand p{font-size:14px;color:var(--lp-gray);line-height:1.7;margin:16px 0}.landing-page .footer-links h4{font-size:14px;font-weight:600;color:#fff;margin-bottom:16px}.landing-page .footer-links ul{display:flex;flex-direction:column;gap:8px}.landing-page .footer-links a{font-size:14px;color:var(--lp-gray);transition:color var(--lp-transition)}.landing-page .footer-links a:hover{color:var(--lp-gold)}.landing-page .footer-bottom{border-top:1px solid var(--lp-divider);padding-top:24px;text-align:center}.landing-page .footer-bottom p{font-size:13px;color:var(--lp-gray-light)}.landing-page .wa-fab{position:fixed;bottom:24px;right:24px;width:56px;height:56px;border-radius:50%;background:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(37,211,102,.4);z-index:999;transition:all var(--lp-transition);animation:fabPulse 2s ease-in-out infinite}.landing-page .wa-fab:hover{transform:scale(1.1)}@keyframes fabPulse{0%,to{box-shadow:0 4px 20px rgba(37,211,102,.4)}50%{box-shadow:0 4px 40px rgba(37,211,102,.6)}}.landing-page .back-to-top{position:fixed;bottom:90px;right:24px;width:44px;height:44px;border-radius:50%;background:var(--lp-card-bg);border:1px solid var(--lp-divider);color:var(--lp-gold);display:flex;align-items:center;justify-content:center;z-index:998;opacity:0;visibility:hidden;transform:translateY(10px);transition:all var(--lp-transition)}.landing-page .back-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.landing-page .back-to-top:hover{background:var(--lp-gold);color:var(--lp-black);border-color:var(--lp-gold)}.landing-page .scroll-reveal{opacity:0;transform:translateY(40px);transition:opacity .7s ease,transform .7s ease}.landing-page .scroll-reveal.revealed{opacity:1;transform:translateY(0)}.landing-page .wa-community{padding:80px 0}.landing-page .wa-community-card{position:relative;background:linear-gradient(135deg,#111114,#0d1a0f);border:1px solid rgba(37,211,102,.2);border-radius:var(--lp-radius-lg);padding:48px 56px;overflow:hidden}.landing-page .wa-community-glow{position:absolute;top:-80px;right:-80px;width:260px;height:260px;background:radial-gradient(circle,rgba(37,211,102,.12) 0,transparent 70%);pointer-events:none}.landing-page .wa-community-content{display:flex;align-items:center;justify-content:space-between;gap:56px;position:relative;z-index:1}.landing-page .wa-community-text{flex:1}.landing-page .wa-community-perks{list-style:none;margin:20px 0 28px;padding:0;display:flex;flex-direction:column;gap:10px}.landing-page .wa-community-perks li{display:flex;align-items:center;gap:10px;color:#b8b8c2;font-size:14px}.landing-page .wa-community-btn{display:inline-flex;align-items:center;gap:10px;padding:14px 32px;background:#25d366;color:#fff;font-weight:600;font-size:15px;border-radius:12px;transition:all var(--lp-transition);box-shadow:0 4px 20px rgba(37,211,102,.25);text-decoration:none}.landing-page .wa-community-btn:hover{background:#20bd5a;transform:translateY(-2px);box-shadow:0 6px 28px rgba(37,211,102,.35)}.landing-page .wa-community-count{display:flex;align-items:center;gap:6px;margin-top:14px;color:#25d366;font-size:13px;font-weight:500}.landing-page .wa-community-qr{flex-shrink:0}.landing-page .wa-qr-box{display:flex;flex-direction:column;align-items:center;background:#fff;border-radius:20px;padding:20px 20px 16px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 24px rgba(0,0,0,.3)}.landing-page .wa-qr-box:hover{transform:translateY(-3px);box-shadow:0 8px 32px rgba(37,211,102,.2)}.landing-page .wa-qr-label{display:block;margin-top:12px;font-size:12px;color:#666;font-weight:500;text-align:center}@media(max-width:767px){.landing-page .carousel-controls{bottom:70px}.landing-page .scroll-ind,.landing-page .slide-visual{display:none}.landing-page .wa-community{padding:48px 0}.landing-page .wa-community-card{padding:28px 20px}.landing-page .wa-community-content{flex-direction:column;gap:28px;text-align:center}.landing-page .wa-community-perks{align-items:center}.landing-page .wa-community-text p{margin-left:auto;margin-right:auto}.landing-page .wa-community-btn{width:100%;justify-content:center}.landing-page .wa-community-count{justify-content:center}.landing-page .wa-qr-box{padding:16px 16px 12px}.landing-page .wa-qr-box img{width:160px!important;height:160px!important}}@media(max-width:480px){.landing-page .slide-title{font-size:28px}.landing-page .slide-desc{font-size:15px}}.landing-page .yoga-section{padding:80px 0;background:var(--lp-deep-black)}@media(min-width:768px){.landing-page .yoga-section{padding:100px 0}}.landing-page .yoga-grid{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:640px){.landing-page .yoga-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.landing-page .yoga-grid{grid-template-columns:repeat(3,1fr)}}.landing-page .yoga-card{background:var(--lp-card-bg);border:1px solid var(--lp-divider);border-radius:var(--lp-radius-lg);overflow:hidden;transition:all .35s ease}.landing-page .yoga-card:hover{transform:translateY(-6px);border-color:rgba(230,160,32,.25);box-shadow:0 16px 48px rgba(0,0,0,.3)}.landing-page .yoga-card-img{position:relative;height:180px;overflow:hidden}.landing-page .yoga-card-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.landing-page .yoga-card:hover .yoga-card-img img{transform:scale(1.08)}.landing-page .yoga-card-img:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,hsla(0,0%,5%,.9))}.landing-page .yoga-condition-badge{position:absolute;top:14px;right:14px;background:rgba(230,160,32,.9);color:var(--lp-black);font-size:11px;font-weight:700;padding:4px 14px;border-radius:var(--lp-radius-full);letter-spacing:.5px;text-transform:uppercase;z-index:2;backdrop-filter:blur(4px)}.landing-page .yoga-card-body{padding:22px 20px 24px}.landing-page .yoga-card-body h3{font-family:var(--lp-font-display);font-size:20px;color:#fff;margin-bottom:8px}.landing-page .yoga-card-body>p{font-size:13px;color:var(--lp-gray);line-height:1.65;margin-bottom:16px}.landing-page .yoga-poses{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.landing-page .yoga-pose-chip{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;background:rgba(230,160,32,.06);border:1px solid rgba(230,160,32,.12);border-radius:var(--lp-radius-full);font-size:12px;color:#e0e0e0;transition:all var(--lp-transition)}.landing-page .yoga-pose-chip:hover{border-color:var(--lp-gold-glow);background:rgba(230,160,32,.12)}.landing-page .pose-dot{width:5px;height:5px;border-radius:50%;background:var(--lp-gold);flex-shrink:0}.landing-page .pose-hint{color:var(--lp-gray-light);font-size:11px}.landing-page .yoga-benefit{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--lp-gold);padding-top:12px;border-top:1px solid var(--lp-divider)}.landing-page .yoga-cta{text-align:center;margin-top:48px;padding:32px;background:rgba(230,160,32,.04);border:1px solid rgba(230,160,32,.12);border-radius:var(--lp-radius-lg)}.landing-page .yoga-cta p{font-size:16px;color:var(--lp-gray);margin-bottom:20px;line-height:1.7}.landing-page .yoga-cta strong{color:#fff}.landing-page .meditation-section{padding:80px 0}@media(min-width:768px){.landing-page .meditation-section{padding:100px 0}}.landing-page .meditation-grid{display:grid;grid-template-columns:1fr;gap:32px}@media(min-width:768px){.landing-page .meditation-grid{grid-template-columns:1fr 1fr}}.landing-page .meditation-hero-card{overflow:hidden}.landing-page .meditation-visual{position:relative;height:240px;overflow:hidden;border-radius:var(--lp-radius-lg) var(--lp-radius-lg) 0 0}.landing-page .meditation-visual img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.landing-page .meditation-overlay{position:absolute;inset:0;background:hsla(0,0%,5%,.5);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}.landing-page .meditation-play-btn{width:60px;height:60px;border-radius:50%;background:var(--lp-gold);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all var(--lp-transition);box-shadow:0 4px 24px rgba(230,160,32,.4)}.landing-page .meditation-play-btn:hover{transform:scale(1.12)}.landing-page .meditation-overlay span{font-size:13px;color:#fff;font-weight:500;letter-spacing:.5px}.landing-page .meditation-hero-content{padding:28px 24px}.landing-page .meditation-hero-content h3{font-family:var(--lp-font-display);font-size:22px;color:#fff;margin-bottom:10px;line-height:1.3}.landing-page .meditation-hero-content>p{font-size:14px;color:var(--lp-gray);line-height:1.7;margin-bottom:20px}.landing-page .meditation-stats{display:flex;gap:16px}.landing-page .med-stat{text-align:center;flex:1;padding:14px 8px;background:rgba(230,160,32,.06);border-radius:var(--lp-radius);border:1px solid rgba(230,160,32,.1)}.landing-page .med-stat-num{font-family:var(--lp-font-display);font-size:24px;font-weight:700;color:var(--lp-gold);display:block}.landing-page .med-stat-lbl{font-size:11px;color:var(--lp-gray);margin-top:2px;display:block}.landing-page .meditation-techniques{display:grid;grid-template-columns:1fr;gap:16px}@media(min-width:480px){.landing-page .meditation-techniques{grid-template-columns:1fr 1fr}}.landing-page .med-technique-card{padding:24px 20px;transition:all .35s ease}.landing-page .med-technique-card:hover{transform:translateY(-4px);border-color:rgba(230,160,32,.2)}.landing-page .med-tech-icon{width:48px;height:48px;border-radius:var(--lp-radius);background:rgba(230,160,32,.08);border:1px solid rgba(230,160,32,.15);display:flex;align-items:center;justify-content:center;margin-bottom:14px}.landing-page .med-technique-card h4{font-family:var(--lp-font-display);font-size:16px;color:#fff;margin-bottom:8px}.landing-page .med-technique-card p{font-size:13px;color:var(--lp-gray);line-height:1.6;margin-bottom:14px}.landing-page .med-tech-meta{display:flex;align-items:center;gap:12px}.landing-page .med-duration{display:flex;align-items:center;gap:5px;font-size:12px;color:var(--lp-gold)}.landing-page .med-level{font-size:11px;color:var(--lp-gray-light);padding:3px 10px;background:hsla(0,0%,100%,.05);border-radius:var(--lp-radius-full)}.landing-page .breathing-exercise{display:flex;flex-direction:column;align-items:center;gap:40px;margin-top:64px;padding:48px 24px;background:rgba(230,160,32,.03);border:1px solid rgba(230,160,32,.08);border-radius:24px}@media(min-width:768px){.landing-page .breathing-exercise{flex-direction:row;padding:48px 56px}}.landing-page .breathing-circle{position:relative;width:200px;height:200px;flex-shrink:0;cursor:pointer}.landing-page .breathing-ring{position:absolute;inset:0;width:100%;height:100%}.landing-page .breathing-inner{position:absolute;inset:10px;border-radius:50%;background:rgba(230,160,32,.05);border:1px solid rgba(230,160,32,.15);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;transition:all .5s ease}.landing-page .breathing-circle.active .breathing-inner{background:rgba(230,160,32,.1);transform:scale(1.05)}.landing-page .breathing-text{font-family:var(--lp-font-display);font-size:18px;color:var(--lp-gold);font-weight:600}.landing-page .breathing-timer{font-size:32px;color:#fff;font-family:var(--lp-font-display);font-weight:700}.landing-page .breathing-info h3{font-family:var(--lp-font-display);font-size:24px;color:#fff;margin-bottom:12px}.landing-page .breathing-info>p{font-size:14px;color:var(--lp-gray);line-height:1.7;margin-bottom:20px}.landing-page .breathing-steps{display:flex;flex-direction:column;gap:10px;margin-bottom:24px}.landing-page .b-step{display:flex;align-items:center;gap:12px;font-size:14px;color:#e0e0e0}.landing-page .b-step-num{width:28px;height:28px;border-radius:50%;background:rgba(230,160,32,.12);border:1px solid rgba(230,160,32,.25);color:var(--lp-gold);font-family:var(--lp-font-display);font-weight:700;font-size:13px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.landing-page .b-step strong{color:var(--lp-gold)}.landing-page .lifestyle-section{padding:80px 0;background:var(--lp-deep-black)}@media(min-width:768px){.landing-page .lifestyle-section{padding:100px 0}}.landing-page .lifestyle-pillars{display:grid;grid-template-columns:1fr;gap:20px}@media(min-width:640px){.landing-page .lifestyle-pillars{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.landing-page .lifestyle-pillars{grid-template-columns:repeat(3,1fr)}}.landing-page .lifestyle-pillar{padding:28px 24px;position:relative;overflow:hidden;transition:all .35s ease}.landing-page .lifestyle-pillar:hover{transform:translateY(-6px);border-color:rgba(230,160,32,.2);box-shadow:0 16px 48px rgba(0,0,0,.3)}.landing-page .lifestyle-pillar:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--lp-gold),transparent);opacity:0;transition:opacity var(--lp-transition)}.landing-page .lifestyle-pillar:hover:before{opacity:1}.landing-page .pillar-icon-wrap{margin-bottom:16px}.landing-page .pillar-img{width:56px;height:56px;border-radius:var(--lp-radius);-o-object-fit:cover;object-fit:cover;border:1px solid var(--lp-divider)}.landing-page .pillar-num{font-family:var(--lp-font-display);font-size:40px;font-weight:700;color:rgba(230,160,32,.12);position:absolute;top:16px;right:20px}.landing-page .lifestyle-pillar h3{font-family:var(--lp-font-display);font-size:20px;color:#fff;margin-bottom:10px}.landing-page .lifestyle-pillar>p{font-size:13px;color:var(--lp-gray);line-height:1.65;margin-bottom:16px}.landing-page .pillar-tips{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.landing-page .pillar-tips li{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:var(--lp-gray);line-height:1.5}.landing-page .pillar-tips li svg{flex-shrink:0;margin-top:2px}.landing-page .pillar-impact{padding:10px 14px;background:rgba(230,160,32,.06);border-radius:var(--lp-radius);font-size:12px;color:var(--lp-gray);border-left:3px solid var(--lp-gold)}.landing-page .impact-tag{color:var(--lp-gold);font-weight:600;margin-right:4px}.landing-page .lifestyle-cta{margin-top:48px}.landing-page .lifestyle-cta-card{padding:40px 32px;display:flex;flex-direction:column;gap:32px;align-items:center;text-align:center}@media(min-width:768px){.landing-page .lifestyle-cta-card{flex-direction:row;text-align:left;padding:48px 40px;gap:40px}}.landing-page .lifestyle-cta-content{flex:1}.landing-page .lifestyle-cta-content h3{font-family:var(--lp-font-display);font-size:24px;color:#fff;margin-bottom:12px;line-height:1.3}.landing-page .lifestyle-cta-content p{font-size:14px;color:var(--lp-gray);line-height:1.7;margin-bottom:24px}.landing-page .lifestyle-cta-badges{display:grid;grid-template-columns:1fr 1fr;gap:12px;flex-shrink:0}.landing-page .lc-badge{display:flex;flex-direction:column;align-items:center;gap:8px;padding:18px 16px;background:rgba(230,160,32,.06);border:1px solid rgba(230,160,32,.12);border-radius:var(--lp-radius);transition:all var(--lp-transition);min-width:100px}.landing-page .lc-badge:hover{border-color:var(--lp-gold-glow);transform:translateY(-2px)}.landing-page .lc-icon{display:flex;align-items:center;justify-content:center}.landing-page .lc-badge span:last-child{font-size:12px;color:var(--lp-gray);font-weight:500}.landing-page .gold-particles-canvas{position:absolute;inset:0;z-index:1;pointer-events:none;opacity:.7}.landing-page .cursor-glow,.landing-page~.cursor-glow{position:fixed;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(230,160,32,.06) 0,transparent 70%);pointer-events:none;z-index:9998;opacity:0;transition:opacity .3s;will-change:transform}.landing-page:hover .cursor-glow,.landing-page:hover~.cursor-glow{opacity:1}@media (max-width:768px){.landing-page .cursor-glow{display:none}}.landing-page .cond-pill,.landing-page .cuisine-card,.landing-page .lifestyle-pillar,.landing-page .med-technique-card,.landing-page .pricing-card,.landing-page .result-card,.landing-page .service-card,.landing-page .test-card,.landing-page .why-f,.landing-page .yoga-card{transform-style:preserve-3d;will-change:transform}.landing-page .pricing-card:after,.landing-page .result-card:after,.landing-page .service-card:after{content:"";position:absolute;inset:-1px;border-radius:inherit;background:linear-gradient(135deg,rgba(230,160,32,.15),transparent 50%,rgba(230,160,32,.1));opacity:0;transition:opacity .4s ease;pointer-events:none;z-index:-1}.landing-page .pricing-card:hover:after,.landing-page .result-card:hover:after,.landing-page .service-card:hover:after{opacity:1}.landing-page .section-header .section-title:after{content:"";display:block;width:60px;height:2px;background:linear-gradient(90deg,var(--lp-gold),transparent);margin:16px auto 0;animation:lpShimmerLine 2s ease-in-out infinite}@keyframes lpShimmerLine{0%,to{width:60px;opacity:.5}50%{width:120px;opacity:1}}.landing-page .hero:after,.landing-page .hero:before{content:"";position:absolute;width:4px;height:4px;border-radius:50%;background:var(--lp-gold);opacity:.3;z-index:2;animation:lpFloatDot 6s ease-in-out infinite}.landing-page .hero:before{top:20%;left:10%;animation-delay:-2s}.landing-page .hero:after{top:60%;right:15%;animation-delay:-4s}@keyframes lpFloatDot{0%,to{transform:translate(0);opacity:.3}50%{transform:translate(15px,-20px);opacity:.6}}.landing-page .pricing-card.featured{position:relative;overflow:visible}.landing-page .pricing-card.featured:before{content:"";position:absolute;inset:-2px;border-radius:inherit;background:conic-gradient(from 0deg,var(--lp-gold),transparent 25%,transparent 75%,var(--lp-gold));z-index:-1;animation:lpRotateBorder 4s linear infinite;opacity:.5}@keyframes lpRotateBorder{to{transform:rotate(1turn)}}.landing-page .section-tag{animation:lpTagPulse 3s ease-in-out infinite}@keyframes lpTagPulse{0%,to{box-shadow:0 0 0 0 rgba(230,160,32,0)}50%{box-shadow:0 0 12px 2px rgba(230,160,32,.15)}}.landing-page .process-line{animation:lpLineGrow 2s ease-out forwards;transform-origin:top}@keyframes lpLineGrow{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.landing-page .r-fill{position:relative;overflow:hidden}.landing-page .r-fill:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.2),transparent);animation:lpBarShimmer 2.5s ease-in-out infinite}@keyframes lpBarShimmer{0%{left:-100%}to{left:100%}}.landing-page .cred{transition:all .3s cubic-bezier(.34,1.56,.64,1)}.landing-page .cred:hover{transform:translateX(8px) scale(1.02);border-color:rgba(230,160,32,.3);box-shadow:0 8px 32px rgba(0,0,0,.3)}.landing-page .wa-fab{animation:lpFabFloat 3s ease-in-out infinite,fabPulse 2s ease-in-out infinite}@keyframes lpFabFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.landing-page .back-to-top{transition:all .3s cubic-bezier(.34,1.56,.64,1)}.landing-page .back-to-top:hover{transform:translateY(-4px) scale(1.1)}.landing-page .soc-link{transition:all .3s cubic-bezier(.34,1.56,.64,1)}.landing-page .soc-link:hover{transform:translateY(-3px) scale(1.1);box-shadow:0 6px 20px rgba(230,160,32,.15)}.landing-page .gold-grad{background-size:200% 100%;animation:lpGoldShift 4s ease-in-out infinite}@keyframes lpGoldShift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.landing-page .nav-link{position:relative}.landing-page .nav-link:after{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background:var(--lp-gold);transition:all .3s ease;transform:translateX(-50%)}.landing-page .nav-link.active:after,.landing-page .nav-link:hover:after{width:60%}.landing-page .form-group input:focus,.landing-page .form-group select:focus,.landing-page .form-group textarea:focus{transform:translateY(-1px);box-shadow:0 4px 20px rgba(230,160,32,.1),0 0 0 3px rgba(230,160,32,.1)}.landing-page .map-wrapper{transition:all .5s ease}.landing-page .map-wrapper:hover{box-shadow:0 16px 48px rgba(230,160,32,.1);transform:translateY(-4px)}.landing-page .wa-qr-box{transition:all .4s cubic-bezier(.34,1.56,.64,1)}.landing-page .wa-qr-box:hover{transform:translateY(-6px) rotate(-2deg);box-shadow:0 16px 48px rgba(37,211,102,.2)}