*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--turquoise:#40e0d0;--turquoise-light:#7fede3;--turquoise-dark:#2bc4b5;--turquoise-subtle:#40e0d01a;--coral:#ff6b6b;--coral-light:#ff9b9b;--coral-dark:#e85555;--coral-subtle:#ff6b6b1a;--sand:#f5e6ca;--sand-light:#faf3e8;--sand-dark:#e8d4af;--white:#fff;--deep-teal:#1a8a7d;--deep-teal-dark:#136b60;--text-dark:#2d3436;--text-muted:#636e72;--text-light:#b2bec3;--gradient-coral:linear-gradient(135deg, #ff6b6b 0%, #ff8e53 50%, #f5e6ca 100%);--gradient-coral-btn:linear-gradient(135deg, #ff6b6b 0%, #ff8e53 100%);--gradient-turquoise:linear-gradient(135deg, #40e0d0 0%, #1a8a7d 100%);--gradient-warm:linear-gradient(180deg, #f5e6ca 0%, #faf3e8 100%);--gradient-hero-overlay:linear-gradient(135deg, #1a8a7dbf 0%, #40e0d073 50%, #ff6b6b59 100%);--gradient-teal-deep:linear-gradient(135deg, #1a8a7d 0%, #136b60 100%);--shadow-sm:0 2px 8px #0000000f;--shadow-md:0 4px 20px #00000014;--shadow-lg:0 8px 40px #0000001f;--shadow-xl:0 16px 60px #00000029;--shadow-coral:0 8px 30px #ff6b6b4d;--shadow-turquoise:0 8px 30px #40e0d04d;--shadow-card:0 4px 24px #0000000f;--shadow-card-hover:0 12px 48px #0000001f;--font-heading:"Cormorant Garamond", Georgia, "Times New Roman", serif;--font-body:"Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--radius-sm:12px;--radius-md:16px;--radius-lg:24px;--radius-xl:32px;--radius-full:9999px;--max-width:1200px;--nav-height:72px}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);color:var(--text-dark);background-color:var(--sand-light);font-size:16px;font-weight:400;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-dark);font-weight:600;line-height:1.2}h1{font-size:clamp(2.5rem,5vw,4.5rem)}h2{font-size:clamp(2rem,4vw,3.2rem)}h3{font-size:clamp(1.5rem,3vw,2rem)}h4{font-size:clamp(1.25rem,2vw,1.5rem)}a{color:inherit;text-decoration:none;transition:color .3s}button{cursor:pointer;font-family:var(--font-body);background:0 0;border:none;outline:none;font-size:1rem;transition:all .3s}img{max-width:100%;height:auto;display:block}ul,ol{list-style:none}input,textarea,select{font-family:var(--font-body);border:none;outline:none;font-size:1rem}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 24px}.section-label{font-family:var(--font-body);text-transform:uppercase;letter-spacing:3px;color:var(--turquoise-dark);margin-bottom:12px;font-size:.8rem;font-weight:600}.section-title{font-family:var(--font-heading);color:var(--text-dark);margin-bottom:16px}.section-subtitle{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.7}.btn{border-radius:var(--radius-full);letter-spacing:.5px;white-space:nowrap;justify-content:center;align-items:center;gap:8px;padding:14px 32px;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden}.btn-coral{background:var(--gradient-coral-btn);color:var(--white);box-shadow:var(--shadow-coral)}.btn-coral:hover{transform:translateY(-2px);box-shadow:0 12px 40px #ff6b6b66}.btn-coral:active{transform:translateY(0)}.btn-turquoise{background:var(--gradient-turquoise);color:var(--white);box-shadow:var(--shadow-turquoise)}.btn-turquoise:hover{transform:translateY(-2px);box-shadow:0 12px 40px #40e0d066}.btn-outline{color:var(--deep-teal);border:2px solid var(--turquoise);background:0 0;padding:12px 30px}.btn-outline:hover{background:var(--turquoise);color:var(--white);transform:translateY(-2px)}.btn-lg{padding:18px 40px;font-size:1.05rem}.btn-coral:after{content:"";opacity:0;background:radial-gradient(circle,#ffffff4d 0%,#0000 60%);width:100%;height:100%;transition:transform .5s,opacity .5s;position:absolute;top:0;left:0;transform:scale(0)}.btn-coral:active:after{opacity:1;transition:all;transform:scale(2.5)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes ripple{0%{opacity:1;transform:scale(.8)}to{opacity:0;transform:scale(2.5)}}@keyframes sunRays{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes waveDrift{0%{transform:translate(0)}50%{transform:translate(-25px)}to{transform:translate(0)}}@keyframes confettiFall{0%{opacity:1;transform:translateY(-100vh)rotate(0)}to{opacity:0;transform:translateY(100vh)rotate(720deg)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes checkDraw{0%{stroke-dashoffset:100px}to{stroke-dashoffset:0}}@keyframes waterRipple{0%{opacity:.6;transform:scale(1)}50%{opacity:.3;transform:scale(1.5)}to{opacity:0;transform:scale(2)}}@keyframes spin{to{transform:rotate(360deg)}}.animate-fade-in-up{animation:.6s forwards fadeInUp}.animate-fade-in{animation:.6s forwards fadeIn}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--sand-light)}::-webkit-scrollbar-thumb{background:var(--turquoise);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--deep-teal)}::selection{color:var(--deep-teal-dark);background:#40e0d04d}@media (width<=768px){.container{padding:0 16px}}.navbar{z-index:1000;-webkit-backdrop-filter:blur(12px);background:#fffffff2;border-bottom:1px solid #0000;transition:all .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;right:0}.navbar.scrolled{background:#fffffffa;border-bottom:1px solid #40e0d026;box-shadow:0 2px 20px #0000000f}.navbar.transparent{-webkit-backdrop-filter:none;background:0 0}.navbar.transparent .navbar-brand,.navbar.transparent .navbar-links a{color:var(--white)}.navbar.transparent .navbar-brand svg{color:var(--turquoise-light)}.navbar.transparent .navbar-toggle{color:var(--white)}.navbar-inner{height:var(--nav-height);justify-content:space-between;align-items:center;display:flex}.navbar-brand{font-family:var(--font-heading);color:var(--deep-teal);letter-spacing:-.5px;z-index:10;align-items:center;gap:10px;font-size:1.6rem;font-weight:700;display:flex}.navbar-brand svg{color:var(--turquoise)}.navbar-links{align-items:center;gap:36px;display:flex}.navbar-links a{color:var(--text-dark);font-size:.9rem;font-weight:500;transition:color .3s;position:relative}.navbar-links a:not(.btn):hover{color:var(--deep-teal)}.navbar-links a:not(.btn):after{content:"";background:var(--turquoise);border-radius:2px;width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.navbar-links a:not(.btn):hover:after{width:100%}.navbar-dashboard-link{color:var(--text-muted)!important;font-size:.85rem!important}.navbar-cta{border-radius:var(--radius-full)!important;padding:10px 28px!important;font-size:.9rem!important}.navbar-toggle{color:var(--deep-teal);z-index:10;padding:8px;display:none}@media (width<=768px){.navbar-toggle{display:block}.navbar-links{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:5;background:#fffffffa;flex-direction:column;justify-content:center;gap:28px;padding:24px;display:none;position:fixed;inset:0}.navbar-links.open{animation:.3s fadeIn;display:flex}.navbar-links a{font-size:1.2rem;color:var(--text-dark)!important}.navbar-cta{text-align:center;width:80%;max-width:300px;padding:14px 32px!important;font-size:1rem!important}.navbar.transparent .navbar-links a{color:var(--text-dark)!important}}.footer{margin-top:auto;position:relative;overflow:hidden}.footer-wave{width:100%;margin-bottom:-2px;line-height:0}.footer-wave svg{width:100%;height:80px;display:block}.footer-palm-left,.footer-palm-right{pointer-events:none;z-index:1;width:200px;height:300px;position:absolute;top:80px}.footer-palm-left{left:0}.footer-palm-right{right:0}.footer-body{background:var(--deep-teal);color:var(--turquoise-light);z-index:2;padding:60px 0 24px;position:relative}.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:48px;display:grid}.footer-brand p{color:#7fede3b3;max-width:300px;margin-top:16px;font-size:.9rem;line-height:1.7}.footer-logo{font-family:var(--font-heading);color:var(--white);align-items:center;gap:10px;font-size:1.4rem;font-weight:700;display:flex}.footer-logo svg{color:var(--turquoise-light)}.footer-social{gap:12px;margin-top:20px;display:flex}.footer-social a{width:40px;height:40px;color:var(--turquoise-light);background:#40e0d026;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.footer-social a:hover{background:var(--turquoise);color:var(--white);transform:translateY(-2px)}.footer-col h4{color:var(--white);font-family:var(--font-heading);margin-bottom:20px;font-size:1.1rem;font-weight:600}.footer-col a,.footer-col span{color:#7fede3b3;align-items:center;gap:8px;margin-bottom:12px;font-size:.9rem;transition:color .3s;display:flex}.footer-col a:hover{color:var(--white)}.footer-bottom{text-align:center;color:#7fede380;border-top:1px solid #40e0d026;margin-top:48px;padding-top:24px;font-size:.85rem}@media (width<=768px){.footer-grid{grid-template-columns:1fr 1fr;gap:32px}.footer-brand{text-align:center;grid-column:1/-1}.footer-brand p{max-width:none;margin-left:auto;margin-right:auto}.footer-logo,.footer-social{justify-content:center}.footer-palm-left,.footer-palm-right{display:none}}@media (width<=480px){.footer-grid{text-align:center;grid-template-columns:1fr}.footer-col a,.footer-col span{justify-content:center}}.hero{align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:0;position:absolute;inset:0}.hero-bg-img{object-fit:cover;width:100%;height:100%}.hero-overlay{background:var(--gradient-hero-overlay);position:absolute;inset:0}.hero-sun-rays{z-index:1;opacity:.15;pointer-events:none;width:500px;height:500px;animation:60s linear infinite sunRays;position:absolute;top:-100px;right:-100px}.sun-ray{transform-origin:0;background:linear-gradient(90deg,#0000,#fff9,#0000);width:200%;height:3px;position:absolute;top:50%;left:50%}.sun-ray:first-child{transform:rotate(0)}.sun-ray:nth-child(2){transform:rotate(60deg)}.sun-ray:nth-child(3){transform:rotate(120deg)}.sun-ray:nth-child(4){transform:rotate(180deg)}.sun-ray:nth-child(5){transform:rotate(240deg)}.sun-ray:nth-child(6){transform:rotate(300deg)}.hero-ripples{z-index:1;pointer-events:none;position:absolute;bottom:15%;left:15%}.ripple-circle{border:2px solid #fff3;border-radius:50%;width:120px;height:120px;animation:4s ease-out infinite waterRipple;position:absolute}.ripple-circle:nth-child(2){animation-delay:1.3s}.ripple-circle:nth-child(3){animation-delay:2.6s}.hero-inner{z-index:2;padding:140px 0 160px;position:relative}.hero-content{max-width:680px}.hero-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--white);border-radius:var(--radius-full);background:#ffffff26;border:1px solid #fff3;align-items:center;gap:8px;margin-bottom:28px;padding:10px 24px;font-size:.85rem;font-weight:500;animation:.6s forwards fadeInUp;display:inline-flex}.hero-title{font-family:var(--font-heading);color:var(--white);margin-bottom:24px;font-size:clamp(3rem,6vw,5rem);font-weight:700;line-height:1.1;animation:.6s .15s both fadeInUp}.hero-highlight{background:var(--gradient-coral-btn);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:#ffffffd9;max-width:520px;margin-bottom:40px;font-size:1.2rem;line-height:1.8;animation:.6s .3s both fadeInUp}.hero-actions{flex-wrap:wrap;gap:16px;margin-bottom:60px;animation:.6s .45s both fadeInUp;display:flex}.hero-outline-btn{color:var(--white)!important;border-color:#ffffff80!important}.hero-outline-btn:hover{border-color:var(--white)!important;color:var(--white)!important;background:#ffffff26!important}.hero-stats{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:var(--radius-lg);background:#ffffff1a;border:1px solid #ffffff26;align-items:center;gap:32px;padding:24px 40px;animation:.6s .6s both fadeInUp;display:inline-flex}.hero-stat{text-align:center}.hero-stat strong{font-family:var(--font-heading);color:var(--turquoise-light);font-size:1.8rem;font-weight:700;display:block}.hero-stat span{color:#ffffffb3;font-size:.8rem;font-weight:500}.hero-stat-divider{background:#fff3;width:1px;height:40px}.hero-wave{z-index:3;line-height:0;position:absolute;bottom:-2px;left:0;right:0}.hero-wave svg{width:100%;height:100px;display:block}@media (width<=768px){.hero-inner{padding:120px 0 140px}.hero-title{font-size:clamp(2.5rem,8vw,3.5rem)}.hero-subtitle{font-size:1.05rem}.hero-stats{flex-direction:column;gap:16px;width:100%;padding:20px 24px}.hero-stat-divider{width:60px;height:1px}.hero-sun-rays{width:300px;height:300px;top:-50px;right:-50px}.hero-ripples{display:none}}.about{background:var(--sand-light);padding:100px 0}.about-grid{grid-template-columns:1fr 1.2fr;align-items:center;gap:80px;display:grid}.about-image-wrap{position:relative}.about-image-frame{border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);position:relative;overflow:hidden}.about-img{aspect-ratio:4/5;object-fit:cover;width:100%}.about-image-ring{border:3px solid var(--turquoise);border-radius:calc(var(--radius-xl) + 8px);opacity:.4;pointer-events:none;position:absolute;inset:-8px}.about-floating-card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);align-items:center;gap:12px;padding:16px 24px;animation:3s ease-in-out infinite float;display:flex;position:absolute;bottom:-20px;right:-20px}.about-floating-card svg{color:var(--turquoise)}.about-floating-card strong{color:var(--text-dark);font-size:1rem;display:block}.about-floating-card span{color:var(--text-muted);font-size:.8rem}.about-content .section-label{display:block}.about-text{color:var(--text-muted);margin-bottom:36px;font-size:1.05rem;line-height:1.8}.about-features{flex-direction:column;gap:24px;display:flex}.about-feature{align-items:flex-start;gap:16px;display:flex}.about-feature-icon{border-radius:var(--radius-md);background:var(--turquoise-subtle);width:52px;height:52px;color:var(--deep-teal);flex-shrink:0;justify-content:center;align-items:center;display:flex}.about-feature h4{font-family:var(--font-body);color:var(--text-dark);margin-bottom:4px;font-size:1rem;font-weight:600}.about-feature p{color:var(--text-muted);font-size:.9rem}@media (width<=768px){.about{padding:60px 0}.about-grid{grid-template-columns:1fr;gap:48px}.about-image-wrap{max-width:400px;margin:0 auto}.about-floating-card{bottom:-10px;right:10px}}.how-it-works{background:var(--white);padding:100px 0}.section-header{text-align:center;margin-bottom:60px}.section-header .section-subtitle{margin:0 auto}.steps-row{justify-content:center;align-items:flex-start;gap:0;display:flex}.step-card{text-align:center;border-radius:var(--radius-lg);background:var(--sand-light);flex:1;max-width:320px;padding:40px 28px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative}.step-card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-8px)}.step-number{background:var(--gradient-coral-btn);width:40px;height:40px;color:var(--white);box-shadow:var(--shadow-coral);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 20px;font-size:1rem;font-weight:700;display:flex}.step-icon-wrap{border-radius:var(--radius-md);background:var(--white);width:72px;height:72px;color:var(--deep-teal);box-shadow:var(--shadow-sm);justify-content:center;align-items:center;margin:0 auto 20px;display:flex}.step-card h3{font-family:var(--font-heading);color:var(--text-dark);margin-bottom:12px;font-size:1.3rem;font-weight:600}.step-card p{color:var(--text-muted);font-size:.9rem;line-height:1.6}.step-connector{flex-shrink:0;width:80px;padding-top:80px}.step-connector svg{width:100%;height:20px}@media (width<=768px){.how-it-works{padding:60px 0}.steps-row{flex-direction:column;align-items:center;gap:16px}.step-connector{width:20px;padding-top:0;transform:rotate(90deg)}.step-card{width:100%;max-width:100%}}.pricing{padding:120px 0;position:relative;overflow:hidden}.pricing-bg{z-index:0;position:absolute;inset:0}.pricing-bg img{object-fit:cover;width:100%;height:100%}.pricing-bg-overlay{background:linear-gradient(#f5e6caf5 0%,#faf3e8fa 100%);position:absolute;inset:0}.pricing-content{z-index:1;position:relative}.price-toggle-wrap{background:var(--white);border-radius:var(--radius-full);box-shadow:var(--shadow-sm);border:1px solid #40e0d033;justify-content:center;width:fit-content;margin:0 auto 48px;padding:4px;display:flex;position:relative}.price-toggle-btn{border-radius:var(--radius-full);color:var(--text-muted);z-index:2;align-items:center;gap:8px;padding:12px 28px;font-size:.9rem;font-weight:600;transition:color .3s;display:flex;position:relative}.price-toggle-btn.active{color:var(--white)}.price-toggle-pill{background:var(--gradient-coral-btn);border-radius:var(--radius-full);z-index:1;width:calc(50% - 4px);height:calc(100% - 8px);box-shadow:var(--shadow-coral);transition:transform .4s cubic-bezier(.4,0,.2,1);position:absolute;top:4px;left:4px}.price-toggle-pill.right{transform:translate(100%)}.pricing-cards{grid-template-columns:repeat(3,1fr);gap:24px;max-width:1000px;margin:0 auto;display:grid}.pricing-card{background:var(--white);border-radius:var(--radius-lg);text-align:center;box-shadow:var(--shadow-card);border:2px solid #0000;padding:40px 32px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.pricing-card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-8px)}.pricing-card.popular{border-color:var(--turquoise);box-shadow:var(--shadow-turquoise), var(--shadow-lg);transform:translateY(-8px)scale(1.02)}.pricing-card.popular:hover{transform:translateY(-12px)scale(1.02)}.pricing-ribbon{background:var(--gradient-coral-btn);color:var(--white);text-transform:uppercase;letter-spacing:1px;padding:6px 40px;font-size:.75rem;font-weight:700;position:absolute;top:16px;right:-32px;transform:rotate(45deg);box-shadow:0 2px 8px #ff6b6b4d}.pricing-discount{background:var(--coral-subtle);color:var(--coral);border-radius:var(--radius-full);margin-bottom:12px;padding:4px 14px;font-size:.75rem;font-weight:700;display:inline-block}.pricing-card-icon{background:var(--turquoise-subtle);width:60px;height:60px;color:var(--deep-teal);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 16px;display:flex}.pricing-card h3{font-family:var(--font-heading);color:var(--text-dark);margin-bottom:16px;font-size:1.3rem}.pricing-amount{justify-content:center;align-items:baseline;gap:4px;margin-bottom:8px;display:flex}.pricing-dollar{color:var(--text-light);font-size:1.5rem;font-weight:700}.pricing-value{font-family:var(--font-heading);color:var(--text-dark);font-size:3.5rem;font-weight:700;line-height:1}.pricing-per-session{color:var(--text-muted);margin-bottom:24px;font-size:.85rem}.pricing-features{text-align:left;margin-bottom:28px}.pricing-features li{color:var(--text-muted);align-items:center;gap:10px;padding:8px 0;font-size:.9rem;display:flex}.pricing-features svg{color:var(--turquoise);flex-shrink:0}.pricing-cta{width:100%}@media (width<=768px){.pricing{padding:60px 0}.pricing-cards{grid-template-columns:1fr;max-width:400px}.pricing-card.popular{transform:none}.pricing-card.popular:hover{transform:translateY(-4px)}}.testimonials{background:var(--white);padding:100px 0}.testimonials-scroll{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:24px;padding:8px 0 24px;display:flex;overflow-x:auto}.testimonials-scroll::-webkit-scrollbar{display:none}.testimonial-card{background:var(--sand-light);border-radius:var(--radius-lg);scroll-snap-align:start;flex-shrink:0;min-width:320px;max-width:360px;padding:32px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative}.testimonial-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.testimonial-quote{margin-bottom:16px}.testimonial-stars{gap:3px;margin-bottom:16px;display:flex}.testimonial-text{color:var(--text-muted);margin-bottom:24px;font-size:.95rem;font-style:italic;line-height:1.7}.testimonial-author{align-items:center;gap:12px;display:flex}.testimonial-avatar{background:var(--gradient-turquoise);width:44px;height:44px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;font-size:1rem;font-weight:700;display:flex}.testimonial-name{color:var(--text-dark);font-size:.9rem;font-weight:600;display:block}.testimonial-role{color:var(--text-muted);font-size:.8rem;display:block}@media (width<=768px){.testimonials{padding:60px 0}.testimonial-card{min-width:280px}}.cta-banner{padding:100px 0;position:relative;overflow:hidden}.cta-banner-bg{background:var(--gradient-coral);z-index:0;position:absolute;inset:0}.cta-banner-content{z-index:1;text-align:center;color:var(--white);position:relative}.cta-banner-icon{opacity:.8;color:var(--white);margin-bottom:20px}.cta-banner h2{font-family:var(--font-heading);color:var(--white);margin-bottom:16px;font-size:clamp(2rem,4vw,3rem);font-weight:700}.cta-banner p{opacity:.9;max-width:500px;margin-bottom:32px;margin-left:auto;margin-right:auto;font-size:1.1rem;line-height:1.7}.cta-banner .btn-coral{background:var(--white);color:var(--coral);box-shadow:0 8px 30px #00000026}.cta-banner .btn-coral:hover{transform:translateY(-2px);box-shadow:0 12px 40px #0003}@media (width<=768px){.cta-banner{padding:60px 0}}.booking-page{background:var(--sand-light);min-height:100vh;padding:120px 0 140px}.booking-header{text-align:center;margin-bottom:48px}.booking-header-icon{color:var(--turquoise);margin-bottom:12px}.booking-header h1{font-family:var(--font-heading);color:var(--text-dark);margin-bottom:12px;font-size:clamp(2rem,4vw,3rem);font-weight:700}.booking-header p{color:var(--text-muted);font-size:1.1rem}.booking-options{flex-wrap:wrap;justify-content:center;gap:40px;margin-bottom:48px;display:flex}.option-group{flex-direction:column;gap:12px;display:flex}.option-label{text-transform:uppercase;letter-spacing:2px;color:var(--text-muted);align-items:center;gap:6px;font-size:.8rem;font-weight:600;display:flex}.option-label svg{color:var(--turquoise)}.duration-toggle{background:var(--white);border-radius:var(--radius-full);box-shadow:var(--shadow-sm);border:1px solid #40e0d026;padding:4px;display:flex;position:relative}.duration-btn{border-radius:var(--radius-full);color:var(--text-muted);z-index:2;align-items:center;gap:8px;padding:12px 24px;font-size:.9rem;font-weight:600;transition:color .3s;display:flex;position:relative}.duration-btn.active{color:var(--white)}.duration-price{opacity:.8;font-size:.8rem;font-weight:700}.duration-pill{background:var(--gradient-coral-btn);border-radius:var(--radius-full);z-index:1;width:calc(50% - 4px);height:calc(100% - 8px);box-shadow:var(--shadow-coral);transition:transform .4s cubic-bezier(.4,0,.2,1);position:absolute;top:4px;left:4px}.duration-pill.right{transform:translate(100%)}.package-cards{gap:10px;display:flex}.package-card{border-radius:var(--radius-md);background:var(--white);box-shadow:var(--shadow-sm);border:2px solid #0000;flex-direction:column;align-items:center;min-width:90px;padding:16px 24px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.package-card:hover{border-color:var(--turquoise-light);transform:translateY(-2px)}.package-card.selected{border-color:var(--turquoise);background:var(--turquoise-subtle);box-shadow:var(--shadow-turquoise)}.package-badge{background:var(--coral);color:var(--white);border-radius:var(--radius-full);letter-spacing:.5px;padding:2px 8px;font-size:.6rem;font-weight:700;position:absolute;top:4px;right:-4px}.package-count{font-family:var(--font-heading);color:var(--deep-teal);font-size:1.8rem;font-weight:700}.package-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:600}.booking-layout{grid-template-columns:1fr 1fr;gap:24px;max-width:960px;margin:0 auto;display:grid}.booking-calendar{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:32px}.calendar-nav{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.calendar-nav h3{font-family:var(--font-heading);color:var(--text-dark);font-size:1.2rem;font-weight:600}.calendar-nav button{width:40px;height:40px;color:var(--text-muted);border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.calendar-nav button:hover:not(:disabled){background:var(--turquoise-subtle);color:var(--deep-teal)}.calendar-nav button:disabled{opacity:.3;cursor:not-allowed}.calendar-grid{grid-template-columns:repeat(7,1fr);gap:4px;display:grid}.calendar-day-label{text-align:center;color:var(--text-light);text-transform:uppercase;letter-spacing:1px;padding:8px 0;font-size:.75rem;font-weight:600}.calendar-day{aspect-ratio:1;color:var(--text-dark);border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.calendar-day:not(.disabled):not(.empty):hover{background:var(--turquoise-subtle);color:var(--deep-teal)}.calendar-day.disabled{color:var(--text-light);cursor:not-allowed}.calendar-day.empty{cursor:default}.calendar-day.selected{background:var(--gradient-coral-btn);color:var(--white);box-shadow:var(--shadow-coral);font-weight:700}.calendar-day.today:not(.selected){border:2px solid var(--turquoise);color:var(--deep-teal);font-weight:700}.calendar-legend{color:var(--text-muted);justify-content:center;gap:16px;margin-top:20px;font-size:.75rem;display:flex}.calendar-legend>span{align-items:center;gap:6px;display:flex}.legend-dot{border-radius:50%;width:10px;height:10px}.legend-dot.available{background:var(--turquoise)}.legend-dot.unavailable{background:var(--text-light)}.legend-dot.today-dot{border:2px solid var(--turquoise);background:0 0}.booking-slots{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:32px}.booking-slots h3{font-family:var(--font-heading);color:var(--text-dark);align-items:center;gap:10px;margin-bottom:8px;font-size:1.1rem;font-weight:600;display:flex}.booking-slots h3 svg{color:var(--turquoise)}.slots-count{color:var(--text-muted);align-items:center;gap:6px;margin-bottom:20px;font-size:.85rem;display:flex}.slots-count svg{color:var(--turquoise)}.slots-grid{grid-template-columns:repeat(2,1fr);gap:10px;max-height:400px;padding-right:8px;display:grid;overflow-y:auto}.slot-btn{border-radius:var(--radius-full);color:var(--text-dark);background:var(--white);border:2px solid #40e0d033;justify-content:center;align-items:center;gap:8px;padding:14px 16px;font-size:.9rem;font-weight:500;transition:all .25s;display:flex}.slot-btn:hover{border-color:var(--turquoise);background:var(--turquoise-subtle);color:var(--deep-teal)}.slot-btn.selected{border-color:var(--coral);background:var(--gradient-coral-btn);color:var(--white);box-shadow:var(--shadow-coral)}.slot-btn svg{color:var(--turquoise)}.slot-btn.selected svg{color:var(--white)}.no-slots,.no-date-selected{text-align:center;color:var(--text-light);flex-direction:column;justify-content:center;align-items:center;padding:48px 24px;display:flex}.no-slots svg,.no-date-selected svg{color:var(--turquoise);opacity:.4}.no-slots p,.no-date-selected p{color:var(--text-muted);margin-top:16px;font-size:1rem;font-weight:500}.no-slots span,.no-date-selected span{color:var(--text-light);margin-top:4px;font-size:.85rem}.booking-summary{-webkit-backdrop-filter:blur(20px);z-index:50;background:#fffffff2;border-top:1px solid #40e0d033;justify-content:center;align-items:center;gap:32px;padding:16px 24px;animation:.3s fadeInUp;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #0000000d}.summary-details{align-items:center;gap:24px;display:flex}.summary-item{color:var(--text-muted);align-items:center;gap:8px;font-size:.9rem;display:flex}.summary-item svg{color:var(--turquoise)}.summary-pricing{align-items:center;gap:10px;display:flex}.summary-savings{color:var(--deep-teal);background:var(--turquoise-subtle);border-radius:var(--radius-full);padding:4px 10px;font-size:.8rem;font-weight:600}.summary-price{font-family:var(--font-heading);color:var(--coral);font-size:1.5rem;font-weight:700}@media (width<=768px){.booking-page{padding:100px 0 160px}.booking-header h1{font-size:2rem}.booking-options{flex-direction:column;align-items:center;gap:24px}.booking-layout{grid-template-columns:1fr;gap:16px}.booking-calendar,.booking-slots{padding:24px 16px}.slots-grid{grid-template-columns:repeat(2,1fr)}.booking-summary{flex-direction:column;gap:16px;padding:16px}.summary-details{flex-wrap:wrap;justify-content:center;gap:12px}.booking-summary .btn{width:100%}.package-cards{gap:8px}.package-card{min-width:75px;padding:12px 16px}}.checkout-page{background:var(--sand-light);min-height:100vh;padding:100px 0 80px}.back-btn{color:var(--text-muted);align-items:center;gap:6px;margin-bottom:32px;padding:8px 0;font-size:.9rem;font-weight:500;transition:color .3s;display:inline-flex}.back-btn:hover{color:var(--deep-teal)}.back-btn svg{transition:transform .3s}.back-btn:hover svg{transform:translate(-3px)}.checkout-layout{grid-template-columns:1.2fr 1fr;align-items:start;gap:32px;max-width:960px;margin:0 auto;display:grid}.checkout-form{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:40px}.checkout-form h2{font-family:var(--font-heading);color:var(--text-dark);margin-bottom:32px;font-size:1.8rem;font-weight:600}.form-group{margin-bottom:24px}.form-field{position:relative}.form-field input,.form-field textarea{border-radius:var(--radius-sm);width:100%;font-size:.95rem;font-family:var(--font-body);color:var(--text-dark);background:var(--white);border:2px solid #40e0d026;padding:18px 16px 8px;transition:border-color .3s,box-shadow .3s}.form-field input:focus,.form-field textarea:focus{border-color:var(--turquoise);box-shadow:0 0 0 4px var(--turquoise-subtle)}.form-field input.error{border-color:var(--coral);box-shadow:0 0 0 4px var(--coral-subtle)}.form-field textarea{resize:vertical;min-height:80px}.form-field label{color:var(--text-muted);pointer-events:none;align-items:center;gap:6px;font-size:.9rem;font-weight:500;transition:all .2s;display:flex;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.form-field label svg{color:var(--turquoise)}.textarea-field label{top:20px}.form-field input:focus+label,.form-field input:not(:placeholder-shown)+label,.form-field textarea:focus+label,.form-field textarea:not(:placeholder-shown)+label{color:var(--turquoise-dark);font-size:.7rem;top:8px;transform:translateY(0)}.form-error{color:var(--coral);margin-top:6px;font-size:.8rem;font-weight:500;display:block}.payment-section{border-top:2px solid var(--sand);margin-top:36px;padding-top:32px}.payment-section h3{font-family:var(--font-heading);color:var(--text-dark);align-items:center;gap:10px;margin-bottom:20px;font-size:1.3rem;font-weight:600;display:flex}.payment-section h3 svg{color:var(--turquoise)}.stripe-placeholder{background:var(--sand-light);border:2px dashed var(--sand-dark);border-radius:var(--radius-md);padding:24px}.stripe-field{margin-bottom:12px}.stripe-field:last-child{margin-bottom:0}.stripe-mock label{color:var(--text-muted);margin-bottom:6px;font-size:.8rem;font-weight:500;display:block}.stripe-mock input{border-radius:var(--radius-sm);background:var(--white);width:100%;color:var(--text-light);border:2px solid #40e0d026;padding:12px 16px;font-size:.9rem}.stripe-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.stripe-note{color:var(--text-muted);align-items:center;gap:6px;margin-top:16px;font-size:.8rem;display:flex}.stripe-note svg{color:var(--turquoise)}.checkout-submit{width:100%;margin-top:28px;font-size:1.05rem}.checkout-submit:disabled{opacity:.7;cursor:wait}.spinner{border:2px solid #ffffff4d;border-top-color:var(--white);border-radius:50%;width:18px;height:18px;animation:.6s linear infinite spin}.summary-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);border:2px solid #40e0d026;overflow:hidden}.summary-card-header{background:var(--gradient-turquoise);color:var(--white);align-items:center;gap:10px;padding:24px;display:flex}.summary-card-header h3{font-family:var(--font-heading);color:var(--white);font-size:1.2rem;font-weight:600}.summary-card-body{padding:24px}.summary-row{border-bottom:1px solid var(--sand);align-items:flex-start;gap:12px;padding:12px 0;display:flex}.summary-row:last-child{border-bottom:none}.summary-row svg{color:var(--turquoise);flex-shrink:0;margin-top:2px}.summary-label{color:var(--text-light);text-transform:uppercase;letter-spacing:1px;font-size:.75rem;font-weight:500;display:block}.summary-value{color:var(--text-dark);font-size:.95rem;font-weight:500}.summary-card-footer{background:var(--sand-light);border-top:2px solid var(--sand);padding:20px 24px}.summary-line{color:var(--text-muted);justify-content:space-between;align-items:center;margin-bottom:8px;font-size:.9rem;display:flex}.summary-line.savings .line-through{color:var(--text-light);text-decoration:line-through}.summary-line.savings-amount span:last-child{color:var(--deep-teal);font-weight:600}.summary-total{color:var(--text-dark);border-top:1px solid var(--sand-dark);justify-content:space-between;align-items:center;margin-top:8px;padding-top:12px;font-size:1rem;font-weight:600;display:flex}.total-amount{font-family:var(--font-heading);color:var(--coral);font-size:1.8rem;font-weight:700}.trust-badges{flex-direction:column;gap:10px;margin-top:16px;display:flex}.trust-badge{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);gap:12px;padding:16px;transition:transform .3s;display:flex}.trust-badge:hover{transform:translate(4px)}.trust-badge svg{color:var(--turquoise);flex-shrink:0;margin-top:2px}.trust-badge strong{color:var(--text-dark);margin-bottom:2px;font-size:.85rem;display:block}.trust-badge p{color:var(--text-muted);font-size:.8rem}@media (width<=768px){.checkout-page{padding:88px 0 60px}.checkout-layout{grid-template-columns:1fr}.checkout-form{padding:24px 20px}.order-summary{order:-1}}.confirmation-page{background:var(--sand-light);min-height:100vh;padding:120px 0 80px;position:relative;overflow:hidden}.confetti-container{pointer-events:none;z-index:100;position:fixed;inset:0}.confetti-particle{animation:linear forwards confettiFall;position:absolute;top:-20px}.confirmation-check{margin-bottom:24px}.check-circle{width:80px;height:80px;margin:0 auto}.check-svg{width:80px;height:80px}.check-circle-bg{stroke:var(--turquoise-subtle);stroke-width:2px}.check-circle-fill{stroke:var(--turquoise);stroke-width:3px;stroke-linecap:round;stroke-dasharray:150;stroke-dashoffset:150px;animation:.8s .3s forwards checkDraw}.check-path{stroke:var(--coral);stroke-width:3px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:50;stroke-dashoffset:50px;animation:.5s .9s forwards checkDraw}.confirmation-card{background:var(--white);border-radius:var(--radius-xl);text-align:center;max-width:620px;box-shadow:var(--shadow-lg);margin:0 auto;padding:56px 48px;animation:.5s forwards scaleIn}.confirmation-card h1{font-family:var(--font-heading);color:var(--text-dark);margin-bottom:12px;font-size:clamp(2rem,4vw,2.5rem);font-weight:700}.confirmation-subtitle{color:var(--text-muted);margin-bottom:24px;font-size:1rem;line-height:1.7}.confirmation-id{background:var(--turquoise-subtle);color:var(--deep-teal);border-radius:var(--radius-full);align-items:center;gap:8px;margin-bottom:32px;padding:10px 24px;font-size:.85rem;font-weight:500;display:inline-flex}.confirmation-id svg{color:var(--turquoise)}.confirmation-details{text-align:left;background:var(--sand-light);border-radius:var(--radius-lg);margin-bottom:28px;padding:28px}.detail-row{border-bottom:1px solid var(--sand);align-items:flex-start;gap:14px;padding:12px 0;display:flex}.detail-row:last-child{border-bottom:none}.detail-row svg{color:var(--turquoise);flex-shrink:0;margin-top:2px}.detail-label{color:var(--text-light);text-transform:uppercase;letter-spacing:1px;font-size:.75rem;font-weight:500;display:block}.detail-value{color:var(--text-dark);font-size:.95rem;font-weight:500}.confirmation-reminder{background:var(--turquoise-subtle);border-radius:var(--radius-md);text-align:left;border:1px solid #40e0d033;margin-bottom:32px;padding:24px 28px}.confirmation-reminder h4{font-family:var(--font-heading);color:var(--deep-teal);margin-bottom:12px;font-size:1.1rem;font-weight:600}.confirmation-reminder li{color:var(--deep-teal-dark);padding:4px 0;font-size:.9rem}.confirmation-reminder li:before{content:"✓";color:var(--turquoise);margin-right:8px;font-weight:700}.confirmation-actions{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}@media (width<=768px){.confirmation-page{padding:100px 0 40px}.confirmation-card{border-radius:var(--radius-lg);padding:36px 24px}.confirmation-card h1{font-size:1.8rem}.confirmation-actions{flex-direction:column}.confirmation-actions .btn{width:100%}}.dashboard-page{background:var(--sand-light);min-height:100vh;padding:100px 0 80px}.dashboard-header{justify-content:space-between;align-items:center;margin-bottom:36px;display:flex}.dashboard-header h1{font-family:var(--font-heading);color:var(--text-dark);align-items:center;gap:12px;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:700;display:flex}.dashboard-header h1 svg{color:var(--turquoise)}.dashboard-header p{color:var(--text-muted);margin-top:4px;font-size:1rem}.dashboard-stats{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:36px;display:grid}.stat-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);align-items:center;gap:16px;padding:24px;transition:all .3s;display:flex}.stat-card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-2px)}.stat-icon{border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.stat-icon.turquoise{background:var(--turquoise-subtle);color:var(--deep-teal)}.stat-icon.coral{background:var(--coral-subtle);color:var(--coral)}.stat-value{font-family:var(--font-heading);color:var(--coral);font-size:1.8rem;font-weight:700;line-height:1.1;display:block}.stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;margin-top:2px;font-size:.8rem;font-weight:500}.dashboard-tabs{background:var(--white);border-radius:var(--radius-full);box-shadow:var(--shadow-sm);border:1px solid #40e0d026;gap:0;margin-bottom:28px;padding:4px;display:inline-flex;position:relative}.tab-btn{border-radius:var(--radius-full);color:var(--text-muted);z-index:2;align-items:center;gap:8px;padding:12px 28px;font-size:.9rem;font-weight:600;transition:color .3s;display:flex;position:relative}.tab-btn.active{color:var(--white)}.tab-indicator{background:var(--gradient-turquoise);border-radius:var(--radius-full);z-index:1;width:calc(50% - 4px);height:calc(100% - 8px);box-shadow:var(--shadow-turquoise);transition:transform .4s cubic-bezier(.4,0,.2,1);position:absolute;top:4px;left:4px}.tab-indicator.right{transform:translate(100%)}.dashboard-section h2{font-family:var(--font-heading);color:var(--text-dark);margin-bottom:16px;font-size:1.3rem;font-weight:600}.section-gap{margin-top:40px}.empty-state{background:var(--white);border-radius:var(--radius-lg);text-align:center;color:var(--text-light);box-shadow:var(--shadow-sm);padding:64px 32px}.empty-state svg{color:var(--turquoise);opacity:.4}.empty-state p{color:var(--text-muted);margin-top:16px;font-size:1.1rem;font-weight:500}.empty-state span{color:var(--text-light);margin-top:4px;font-size:.9rem;display:block}.bookings-list{flex-direction:column;gap:10px;display:flex}.bookings-list.faded{opacity:.65}.booking-card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:all .3s;overflow:hidden}.booking-card:hover{box-shadow:var(--shadow-md)}.booking-card.cancelled{border-left:4px solid var(--coral)}.booking-card.past:not(.cancelled){border-left:4px solid var(--text-light)}.booking-card:not(.past):not(.cancelled){border-left:4px solid var(--turquoise)}.booking-card-main{cursor:pointer;align-items:center;gap:16px;padding:18px 20px;display:flex}.booking-card-avatar{background:var(--gradient-turquoise);width:44px;height:44px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;display:flex}.booking-card-info{flex:1;min-width:0}.booking-card-name{color:var(--text-dark);margin-bottom:4px;font-size:.95rem;font-weight:600}.booking-card-meta{flex-wrap:wrap;gap:16px;display:flex}.booking-card-meta span{color:var(--text-muted);align-items:center;gap:4px;font-size:.8rem;display:flex}.booking-card-meta svg{color:var(--turquoise)}.booking-card-right{flex-direction:column;align-items:flex-end;gap:6px;display:flex}.booking-card-price{font-family:var(--font-heading);color:var(--coral);font-size:1.2rem;font-weight:700}.status-badge{border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.5px;padding:4px 12px;font-size:.7rem;font-weight:600}.status-badge.confirmed{background:var(--turquoise-subtle);color:var(--deep-teal)}.status-badge.cancelled{background:var(--coral-subtle);color:var(--coral)}.status-badge.completed{background:var(--sand);color:var(--text-muted)}.expand-btn{color:var(--text-light);flex-shrink:0;padding:4px}.booking-card-details{background:var(--sand-light);border-top:1px solid var(--sand);flex-wrap:wrap;align-items:center;gap:16px;padding:16px 20px;display:flex}.detail-item{color:var(--text-muted);align-items:center;gap:6px;font-size:.85rem;display:flex}.detail-item svg{color:var(--turquoise)}.detail-item.id{color:var(--text-light);font-family:monospace;font-size:.8rem}.cancel-btn{border-radius:var(--radius-full);color:var(--coral);border:2px solid var(--coral);align-items:center;gap:6px;margin-left:auto;padding:8px 18px;font-size:.8rem;font-weight:600;transition:all .3s;display:flex}.cancel-btn:hover{background:var(--coral);color:var(--white)}.schedule-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.schedule-grid{flex-direction:column;gap:8px;display:flex}.schedule-day{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:18px 24px;transition:all .3s}.schedule-day.disabled{opacity:.5}.schedule-day-header{align-items:center;gap:14px;display:flex}.schedule-toggle{align-items:center;display:flex}.toggle-on{color:var(--turquoise)}.toggle-off{color:var(--text-light)}.day-name{color:var(--text-dark);font-size:.95rem;font-weight:600}.schedule-times{align-items:flex-end;gap:14px;margin-top:14px;margin-left:44px;display:flex}.time-field label{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;margin-bottom:6px;font-size:.75rem;font-weight:500;display:block}.time-field input{border-radius:var(--radius-sm);color:var(--text-dark);font-size:.9rem;font-family:var(--font-body);border:2px solid #40e0d026;padding:10px 14px;transition:border-color .3s}.time-field input:focus{border-color:var(--turquoise);box-shadow:0 0 0 4px var(--turquoise-subtle)}.time-separator{color:var(--text-light);padding-bottom:12px;font-size:.85rem}@media (width<=768px){.dashboard-page{padding:88px 0 60px}.dashboard-header h1{font-size:1.6rem}.dashboard-stats{grid-template-columns:repeat(2,1fr);gap:12px}.stat-card{padding:18px}.stat-value{font-size:1.4rem}.booking-card-main{flex-wrap:wrap}.booking-card-right{flex-direction:row;align-items:center;gap:12px}.schedule-times{flex-wrap:wrap;margin-left:0}.schedule-day{padding:14px 16px}}.app{flex-direction:column;min-height:100vh;display:flex}.app-content{flex:1}
