@import"https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&family=Playfair+Display:wght@400;700&display=swap";*{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Roboto,sans-serif;margin:0;padding:0 0 100px;background-color:#121212;color:#e0e0e0;line-height:1.6}header{background:linear-gradient(135deg,#4a90e2,#50c9c3);color:#fff;padding:1rem 0;position:sticky;top:0;z-index:100;box-shadow:0 2px 10px #0000001a}header nav{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 2rem}header h1{margin:0;font-family:Playfair Display,serif;font-size:1.8rem}nav ul{list-style:none;display:flex;margin:0;padding:0}nav li{margin-left:2rem}nav a{color:#fff;text-decoration:none;font-weight:400;transition:color .3s}nav a:hover{color:gold}main{max-width:1200px;margin:0 auto;padding:2rem}section{margin-bottom:4rem;scroll-margin-top:90px}h2{font-family:Playfair Display,serif;font-size:2.5rem;color:#4a90e2;text-align:center;margin-bottom:2rem}.hero{background:url(https://images.unsplash.com/photo-1519046904884-53103b34b206?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80) no-repeat center/cover;color:#fff;padding:6rem 2rem;text-align:center;border-radius:10px;position:relative}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#00000080;border-radius:10px}.hero h2,.hero p,.hero .btn{position:relative;z-index:1}.hero h2{font-size:3rem;margin-bottom:1rem}.hero p{font-size:1.2rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.service-card{background:#1e1e1e;padding:2rem;border-radius:10px;text-align:center;box-shadow:0 4px 15px #0000004d;transition:transform .3s,box-shadow .3s}.service-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.service-card h3{color:#50c9c3;margin-bottom:1rem}.price{font-weight:700;color:#4a90e2;margin-top:1rem}.card{background:#1e1e1e;border-radius:10px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 4px 15px #0000004d;transition:transform .3s,box-shadow .3s;max-width:350px}.card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.card img{width:100%;height:200px;object-fit:cover;border-radius:10px;margin-bottom:1rem;loading:lazy}.card h3{font-family:Playfair Display,serif;color:#4a90e2;margin-bottom:.5rem}.bio{font-style:italic;color:#ccc;margin-bottom:1rem}.rating{color:gold;font-weight:700;margin-bottom:1rem}.specialties{list-style:none;padding:0;margin-bottom:1rem}.specialties li{background:#50c9c3;color:#fff;padding:.5rem 1rem;margin:.25rem 0;border-radius:20px;display:inline-block;font-size:.9rem}.zones,.experience,.certifications{color:#bbb;margin-bottom:.5rem;font-size:.9rem}.btn{background:linear-gradient(135deg,#4a90e2,#50c9c3);color:#fff;padding:12px 24px;text-decoration:none;border-radius:25px;display:inline-block;font-weight:700;transition:transform .3s,box-shadow .3s;margin-top:1rem}.btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px #4a90e266;color:#fff;text-decoration:none}.btn-outline{background:transparent;color:#4a90e2;border:2px solid #4a90e2}.btn-outline:hover{background:#4a90e2;color:#fff}footer{background:#333;color:#fff;text-align:center;padding:2rem;margin-top:4rem}footer p{margin:.5rem 0}.filter-section{margin-bottom:2rem;text-align:center}.filter-section select,.filter-section input{padding:10px;margin:0 1rem;border:1px solid #ddd;border-radius:5px;font-size:1rem}.therapists-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;justify-items:center}.faq{max-width:800px;margin:0 auto}.faq-item{background:#fff;margin-bottom:1rem;padding:1.5rem;border-radius:10px;box-shadow:0 2px 10px #0000000d;border-left:4px solid #50c9c3}.faq-item h3{color:#4a90e2;margin-top:0;cursor:pointer}.faq-item p{margin-bottom:0;color:#666}.signup-form{max-width:500px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.signup-form input{padding:12px;border:1px solid #ddd;border-radius:5px;font-size:1rem}.safety-content{max-width:800px;margin:0 auto}.safety-content p{background:#fff;padding:1rem;margin-bottom:1rem;border-radius:5px;box-shadow:0 2px 5px #0000000d}.sticky-cta{position:fixed;left:50%;bottom:16px;transform:translate(-50%);display:flex;gap:12px;padding:8px;border-radius:999px;background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 8px 25px #00000026;z-index:1000}.sticky-cta .btn{margin:0}.sticky-cta .btn:first-child{animation:pulse-glow 2.25s ease-in-out infinite;box-shadow:0 0 #4a90e200}@keyframes pulse-glow{0%{transform:translateY(0);box-shadow:0 0 #4a90e259}50%{transform:translateY(-1px);box-shadow:0 0 0 10px #4a90e200}to{transform:translateY(0);box-shadow:0 0 #4a90e200}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:2000}.modal-content{background:#1e1e1e;color:#e0e0e0;padding:2rem;border-radius:10px;max-width:500px;max-height:80vh;overflow-y:auto;position:relative;box-shadow:0 10px 30px #00000080}.modal-close{position:absolute;top:10px;right:10px;background:none;border:none;font-size:2rem;color:#e0e0e0;cursor:pointer}.modal-photo{width:100%;height:200px;object-fit:cover;border-radius:10px;margin-bottom:1rem}.modal-bio{font-style:italic;color:#ccc;margin-bottom:1rem}.modal-rating{color:gold;font-weight:700;margin-bottom:1rem}.modal-specialties{list-style:none;padding:0;margin-bottom:1rem}.modal-specialties li{background:#50c9c3;color:#fff;padding:.5rem 1rem;margin:.25rem 0;border-radius:20px;display:inline-block}.verified{color:#50c9c3;font-weight:700;margin-top:1rem}.modal-btn{display:block;text-align:center;margin-top:1rem}.reviews-section{text-align:center}.reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.review-card{background:#1e1e1e;padding:1.5rem;border-radius:10px;box-shadow:0 4px 15px #0000004d;text-align:left}.review-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.reviewer-info h4{margin:0 0 .5rem;color:#4a90e2}.location{color:#bbb;font-size:.9rem}.review-rating{color:gold;font-weight:700}.review-text{color:#e0e0e0;font-style:italic;margin-bottom:1rem;line-height:1.5}.review-date{color:#888;font-size:.8rem}.loyalty-section{text-align:center}.loyalty-status{background:#1e1e1e;padding:2rem;border-radius:10px;margin:2rem 0;box-shadow:0 4px 15px #0000004d}.current-tier{margin-bottom:2rem}.current-tier h3{color:#50c9c3;margin-bottom:.5rem}.perk{color:#4a90e2;font-weight:700;margin-top:.5rem}.next-tier{border-top:1px solid #333;padding-top:1rem}.progress-bar{background:#333;height:8px;border-radius:4px;margin-top:.5rem;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#4a90e2,#50c9c3);transition:width .3s ease}.tiers-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin:2rem 0}.tier-card{background:#1e1e1e;padding:1.5rem;border-radius:10px;box-shadow:0 4px 15px #0000004d;transition:transform .3s}.tier-card.unlocked{border:2px solid #50c9c3}.tier-card.locked{opacity:.6}.tier-card h4{color:#4a90e2;margin-bottom:.5rem}.tier-perk{color:#e0e0e0;font-weight:700;margin-top:.5rem}.referral-section{background:#1e1e1e;padding:2rem;border-radius:10px;margin-top:2rem;box-shadow:0 4px 15px #0000004d}.referral-section h3{color:#50c9c3;margin-bottom:1rem}@media (max-width: 768px){main{padding:1rem}.hero h2{font-size:2rem}.therapists-grid{grid-template-columns:1fr}header nav{flex-direction:column;gap:1rem}nav ul{flex-direction:column;gap:.5rem}nav li{margin:0}.services-grid{grid-template-columns:1fr}.sticky-cta{left:16px;right:16px;transform:none;justify-content:space-between}.card .btn{flex:1;margin:0}.card div[style*="display: flex"]{flex-direction:column}.modal-content{padding:1rem;max-width:90vw}}.availability{max-width:1000px;margin:0 auto 3rem;animation:fadeInUp .5s ease both}.lock-box{background:#fff;border-radius:12px;padding:1.25rem;box-shadow:0 10px 30px #00000014;border:1px solid rgba(80,201,195,.2)}.lock-box .row{display:flex;gap:1rem;align-items:center;margin-bottom:1rem}.lock-box label{font-weight:600;color:#4a90e2;min-width:60px}.lock-form{display:flex;gap:.75rem;margin:.5rem 0 1rem}.lock-form input[type=password]{flex:1;padding:12px 14px;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem}.status{padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:.95rem}.status.ok{background:#e6fffa;color:#0f766e;border:1px solid #99f6e4}.status.err{background:#fff1f2;color:#be123c;border:1px solid #fecdd3}.status.info{background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe}.availability .note{background:#f7fdfa;border-left:4px solid #50c9c3;padding:.75rem 1rem;border-radius:6px;margin-bottom:1rem;color:#0f766e}.customer-signup{max-width:800px;margin:0 auto 3rem;animation:fadeIn .45s ease both}.customer-signup .muted{color:#64748b;text-align:center;margin:-.75rem 0 1.25rem;font-size:.95rem}.customer-signup .signup-form input{background:#fff;box-shadow:0 6px 18px #0000000a}.customer-signup .btn{align-self:center}.trust-badges{max-width:1200px;margin:0 auto 2.5rem}.badges-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.badge-card{background:#fff;padding:1rem 1rem 1.1rem;border-radius:14px;text-align:center;box-shadow:0 10px 25px #00000014;border:1px solid rgba(74,144,226,.16);transition:transform .25s ease,box-shadow .25s ease}.badge-card:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 16px 35px #0000001f}.badge-icon{font-size:1.8rem;line-height:1;margin-bottom:.4rem}.badge-title{font-weight:700;color:#4a90e2;margin-bottom:.25rem}.badge-desc{color:#64748b;font-size:.95rem}.hero h2{background:linear-gradient(90deg,#4a90e2,#50c9c3,#4a90e2);-webkit-background-clip:text;background-clip:text;color:transparent;background-size:200% 100%;animation:gradient-pan 8s linear infinite}@keyframes gradient-pan{0%{background-position:0% 50%}to{background-position:-200% 50%}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.pricing-banner{max-width:1200px;margin:0 auto 2.5rem;animation:fadeInUp .5s ease both}.pricing-card{background:#fff;border-radius:14px;padding:1.25rem;box-shadow:0 14px 40px #00000014;border:1px solid rgba(74,144,226,.18)}.pricing-head{text-align:center;margin-bottom:1rem}.pricing-head h2{margin:0 0 .25rem}.pricing-head .muted{color:#64748b}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin:1rem 0 .75rem}.pricing-item{background:#fdfefe;border:1px solid #e6eef8;border-radius:12px;padding:1rem;box-shadow:0 8px 24px #0000000f;transition:transform .2s ease,box-shadow .2s ease}.pricing-item:hover{transform:translateY(-3px);box-shadow:0 12px 28px #0000001a}.pricing-item.featured{border-color:#50c9c3;box-shadow:0 12px 32px #50c9c32e}.pricing-item h3{margin:0 0 .35rem;color:#4a90e2}.pricing-item .price{font-size:1.35rem;font-weight:800;color:#0f172a}.pricing-item .duration{color:#64748b;margin-bottom:.5rem}.pricing-item ul{margin:0;padding-left:18px;color:#475569}.pricing-ctas{margin-top:.5rem;display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.smallprint{text-align:center;color:#94a3b8;font-size:.9rem;margin-top:.5rem}.reviews{max-width:1200px;margin:0 auto 2.5rem;animation:fadeIn .45s ease both}.reviews h2{text-align:center;margin-bottom:1rem}.reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}.review-card{background:#fff;border-radius:12px;border:1px solid #e6eef8;padding:1rem;box-shadow:0 10px 28px #0000000f}.review-stars{color:gold;font-weight:700;margin-bottom:.4rem}.review-text{color:#334155;margin:0 0 .5rem;font-style:italic}.review-name{color:#64748b;font-size:.95rem}.reviews-cta{display:flex;justify-content:center;margin-top:1rem}
