:root{--sc-happy-green:#22c55e;--sc-happy-green-hover:#16a34a;--sc-happy-green-light:#f0fdf4;--sc-happy-green-50:#dcfce7;--sc-happy-blue:#2b5a8e;--sc-happy-blue-light:#eff6ff;--sc-happy-blue-hover:#1e4a7a;--sc-happy-yellow:#fbbf24;--sc-happy-orange:#f97316;--sc-gray-50:#f8fafc;--sc-gray-100:#f1f5f9;--sc-gray-200:#e2e8f0;--sc-gray-300:#cbd5e1;--sc-gray-400:#94a3b8;--sc-gray-500:#64748b;--sc-gray-600:#475569;--sc-gray-700:#334155;--sc-gray-800:#1e293b;--sc-gray-900:#0f172a;--sc-white:#fff;--sc-body-text:#334155;--sc-heading-text:#1e293b;--sc-yoga-purple:#7c3aed;--sc-yoga-purple-light:#f5f3ff;--sc-yoga-purple-50:#ede9fe;--sc-blue-50:#dbeafe;--sc-blue-600:#2563eb;--sc-max-width:1200px;--sc-content-width:680px;--sc-radius-sm:8px;--sc-radius-md:12px;--sc-radius-lg:16px;--sc-radius-full:9999px}.section-padding{padding:48px 0}@media (min-width:768px){.section-padding{padding:64px 0}}.sc-container{max-width:var(--sc-max-width);margin:0 auto;padding:0 20px}@media (min-width:768px){.sc-container{padding:0 40px}}.text-center{text-align:center}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:inherit;font-weight:600;border-radius:var(--sc-radius-full);cursor:pointer;transition:all .2s ease;border:2px solid transparent;line-height:1;white-space:nowrap}.btn,.btn:hover{text-decoration:none}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--sc-happy-green);color:var(--sc-white);padding:12px 24px;font-size:14px;box-shadow:0 2px 8px rgba(34,197,94,.25)}.btn-primary:hover{background:var(--sc-happy-green-hover);box-shadow:0 4px 16px rgba(34,197,94,.3)}.btn-secondary{background:transparent;color:var(--sc-happy-green);border-color:var(--sc-happy-green);padding:12px 24px;font-size:14px;border:2px solid var(--sc-happy-green)}.btn-secondary:hover{background:var(--sc-happy-green-light)}.btn-lg{padding:16px 32px;font-size:16px}.btn-block{display:flex;width:100%}.hero{background:linear-gradient(135deg,var(--sc-happy-blue) 0,#1a3d5c 50%,#0f2a40 100%);color:var(--sc-white);padding:140px 20px 44px;position:relative;overflow:hidden}@media (min-width:768px){.hero{padding:135px 40px 64px}}.hero-inner{max-width:var(--sc-max-width);margin:0 auto;display:grid;gap:32px}@media (min-width:768px){.hero-inner{grid-template-columns:1fr 1fr;align-items:center;gap:48px}}h1,h2,h3,h4,h5,h6{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased}.hero h1{font-size:28px;font-weight:700;line-height:1.2;margin-bottom:12px;color:var(--sc-white)}@media (min-width:768px){.hero h1{font-size:36px}}.hero-subtitle{font-size:16px;opacity:.9;line-height:1.6;margin-bottom:20px}@media (min-width:768px){.hero-subtitle{font-size:18px}}.trust-chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.trust-chip{background:hsla(0,0%,100%,.12);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:6px 14px;border-radius:var(--sc-radius-full);font-size:13px;font-weight:500;display:flex;align-items:center;gap:6px;white-space:nowrap}.hero-ctas{display:flex;flex-direction:column;gap:10px}@media (min-width:480px){.hero-ctas{flex-direction:row}}.hero-image{border-radius:var(--sc-radius-lg);overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.3)}.hero-image img{width:100%;height:300px;-o-object-fit:cover;object-fit:cover}@media (min-width:768px){.hero-image img{height:400px}}.empathy-content{background:var(--sc-gray-50);-webkit-font-smoothing:antialiased}.empathy-content h2{font-size:24px;font-weight:700;color:var(--sc-heading-text);margin-bottom:16px}@media (min-width:768px){.empathy-content h2{font-size:28px}}.empathy-content p{font-size:16px;line-height:1.7;color:var(--sc-gray-600);margin-bottom:12px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}.section-heading{font-size:24px;font-weight:700;color:var(--sc-heading-text);margin-bottom:8px}@media (min-width:768px){.section-heading{font-size:30px}}.section-subheading{font-size:16px;color:var(--sc-gray-500);margin-bottom:32px}.services-grid{display:grid;gap:16px}@media (min-width:768px){.services-grid{grid-template-columns:repeat(3,1fr);gap:20px}}.service-card{background:var(--sc-white);border:1px solid var(--sc-gray-200);border-radius:var(--sc-radius-lg);padding:24px;transition:transform .2s,box-shadow .2s}.service-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.08)}.service-card.yoga-featured{border:2px solid var(--sc-yoga-purple);position:relative}.yoga-badge{position:absolute;top:-12px;right:16px;background:var(--sc-yoga-purple);color:var(--sc-white);font-size:12px;font-weight:600;padding:4px 14px;border-radius:var(--sc-radius-full)}.service-icon{width:48px;height:48px;border-radius:var(--sc-radius-sm);display:flex;align-items:center;justify-content:center;margin-bottom:12px}.service-icon.blue{background:var(--sc-happy-blue-light)}.service-icon.green{background:var(--sc-happy-green-light)}.service-icon.purple{background:var(--sc-yoga-purple-light)}.service-card h3{font-size:18px;font-weight:600;color:var(--sc-heading-text);margin-bottom:8px}.service-card p{font-size:14px;color:var(--sc-gray-600);line-height:1.6;margin-bottom:12px}.link-arrow{font-size:14px;font-weight:600;color:var(--sc-happy-blue);text-decoration:none}.link-arrow:hover{text-decoration:underline}.services-footer{text-align:center;margin-top:32px}.services-footer p{font-size:15px;color:var(--sc-gray-600);margin-bottom:16px}.cta-pair{display:flex;flex-direction:column;gap:10px;align-items:center}@media (min-width:480px){.cta-pair{flex-direction:row;justify-content:center}}.condition-grid{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.condition-chip{background:var(--sc-white);border:1px solid var(--sc-gray-200);padding:10px 20px;border-radius:var(--sc-radius-full);font-size:14px;font-weight:500;color:var(--sc-gray-700);cursor:pointer;transition:all .15s ease;text-decoration:none}.condition-chip:hover{background:var(--sc-happy-green);color:var(--sc-white);border-color:var(--sc-happy-green);transform:translateY(-2px);box-shadow:0 4px 12px rgba(34,197,94,.25);text-decoration:none}.step-item{display:flex;gap:20px;padding-bottom:32px;position:relative}.step-item:last-child{padding-bottom:0}.step-item:not(:last-child):after{content:"";position:absolute;left:19px;top:44px;bottom:0;width:2px;background:var(--sc-gray-200)}.step-number{width:40px;height:40px;border-radius:50%;background:var(--sc-happy-green);color:var(--sc-white);display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;flex-shrink:0;position:relative;z-index:1}.step-content h4{font-size:16px;font-weight:600;color:var(--sc-heading-text);margin-bottom:4px;padding-top:8px}.step-content p{font-size:14px;color:var(--sc-gray-600);line-height:1.5}.steps-container{max-width:640px;margin:0 auto}.provider-card{background:var(--sc-white);border:1px solid var(--sc-gray-200);border-radius:var(--sc-radius-lg);padding:20px;text-align:center;transition:transform .2s,box-shadow .2s}.provider-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.08)}.provider-photo{width:80px;height:80px;border-radius:50%;margin:0 auto 12px;-o-object-fit:cover;object-fit:cover;border:3px solid var(--sc-white);box-shadow:0 2px 8px rgba(0,0,0,.1)}.provider-card h4{font-size:15px;font-weight:600;color:var(--sc-heading-text);margin-bottom:2px}.provider-cred{font-size:12px;color:var(--sc-gray-500);margin-bottom:6px}.provider-spec{font-size:13px;color:var(--sc-happy-blue);margin-bottom:8px}.format-tags{display:flex;gap:4px;justify-content:center;flex-wrap:wrap}.format-tag{font-size:11px;font-weight:500;padding:3px 8px;border-radius:var(--sc-radius-full);background:var(--sc-blue-50);color:var(--sc-blue-600)}.provider-link{font-size:13px;font-weight:600;color:var(--sc-happy-blue);display:block;margin-top:10px;text-decoration:none}.reviews-section{background:var(--sc-happy-green-light)}.reviews-summary{display:flex;justify-content:center;gap:40px;margin-bottom:32px;flex-wrap:wrap}.review-platform{text-align:center}.review-score{font-size:36px;font-weight:700;color:var(--sc-heading-text);line-height:1}.review-stars{color:var(--sc-happy-yellow);font-size:16px;margin:4px 0}.review-count{font-size:13px;color:var(--sc-gray-500)}.review-source{font-size:12px;font-weight:600;color:var(--sc-gray-600);text-transform:uppercase;letter-spacing:.5px}.testimonials-grid{display:grid;gap:16px}@media (min-width:768px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{background:var(--sc-white);border:1px solid var(--sc-gray-200);border-radius:var(--sc-radius-lg);padding:20px}.testimonial-stars{color:var(--sc-happy-yellow);font-size:14px;margin-bottom:8px}.testimonial-quote{font-size:14px;font-style:italic;color:var(--sc-gray-700);line-height:1.6;margin-bottom:12px}.service-tag{font-size:11px;font-weight:500;padding:2px 10px;border-radius:var(--sc-radius-full);background:var(--sc-blue-50);color:var(--sc-blue-600)}.service-tag.yoga{background:var(--sc-yoga-purple-50);color:var(--sc-yoga-purple)}.insurance-logos{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:24px 0}@media (min-width:768px){.insurance-logos{grid-template-columns:repeat(5,1fr)}}.insurance-logo-item{background:var(--sc-gray-50);border:1px solid var(--sc-gray-200);border-radius:var(--sc-radius-sm);padding:12px 8px;text-align:center;font-size:13px;font-weight:500;color:var(--sc-gray-600)}.insurance-logo-item img{height:28px;width:auto;margin:0 auto;filter:grayscale(1) opacity(.7);transition:filter .2s}.insurance-logo-item:hover img{filter:grayscale(0) opacity(1)}.cost-callout{background:var(--sc-happy-green-light);border:1px solid var(--sc-happy-green-50);border-radius:var(--sc-radius-md);padding:16px 20px;text-align:center;margin:20px 0}.cost-callout strong{color:var(--sc-happy-green)}.format-section{background:var(--sc-gray-50)}.format-grid{display:grid;gap:16px}@media (min-width:768px){.format-grid{grid-template-columns:1fr 1fr;gap:20px}}.format-card{background:var(--sc-white);border:1px solid var(--sc-gray-200);border-radius:var(--sc-radius-lg);padding:24px}.format-card h3{font-size:18px;font-weight:600;color:var(--sc-heading-text);margin-bottom:12px;display:flex;align-items:center;gap:10px}.format-card h3 svg{width:22px;height:22px;color:var(--sc-happy-green)}.format-card ul{list-style:none;padding:0}.format-card li{font-size:14px;color:var(--sc-gray-600);padding:6px 0 6px 20px;position:relative}.format-card li:before{content:"";position:absolute;left:0;top:13px;width:8px;height:8px;border-radius:50%;background:var(--sc-happy-green)}.yoga-section{background:var(--sc-yoga-purple-light)}.yoga-grid{display:grid;gap:24px}@media (min-width:768px){.yoga-grid{grid-template-columns:1fr 1fr;align-items:center;gap:40px}}.yoga-video-placeholder{background:var(--sc-yoga-purple);border-radius:var(--sc-radius-lg);aspect-ratio:16/9;display:flex;align-items:center;justify-content:center;color:var(--sc-white);font-size:16px;font-weight:500;cursor:pointer;transition:opacity .2s}.yoga-video-placeholder:hover{opacity:.9}.yoga-content h2{font-size:24px;font-weight:700;color:var(--sc-yoga-purple);margin-bottom:12px}@media (min-width:768px){.yoga-content h2{font-size:28px}}.yoga-content p{font-size:15px;color:var(--sc-gray-600);line-height:1.7;margin-bottom:12px}.yoga-free-badge{display:inline-block;background:var(--sc-yoga-purple);color:var(--sc-white);font-size:14px;font-weight:600;padding:6px 18px;border-radius:var(--sc-radius-full);margin:8px 0 16px}.faq-list{max-width:720px;margin:0 auto}.faq-item{border-bottom:1px solid var(--sc-gray-200)}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:18px 0;cursor:pointer;font-size:16px;font-weight:500;color:var(--sc-heading-text);background:none;border:none;width:100%;text-align:left;font-family:inherit;gap:16px}.faq-question:hover{color:var(--sc-happy-blue)}.faq-arrow{width:20px;height:20px;flex-shrink:0;transition:transform .2s;color:var(--sc-happy-green);display:inline-block}.faq-open .faq-arrow{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-open .faq-answer{max-height:500px;padding-bottom:18px}.faq-answer p{font-size:15px;color:var(--sc-gray-600);line-height:1.6}.final-cta{background:linear-gradient(135deg,var(--sc-happy-green) 0,#10b981 50%,var(--sc-happy-blue) 100%);color:var(--sc-white);text-align:center;padding:56px 20px}@media (min-width:768px){.final-cta{padding:80px 40px}}.final-cta h2{font-size:28px;font-weight:700;color:var(--sc-white);margin-bottom:12px}@media (min-width:768px){.final-cta h2{font-size:36px}}.final-cta p{font-size:16px;opacity:.9;max-width:560px;margin:0 auto 28px;line-height:1.6}.final-cta-buttons{display:flex;flex-direction:column;gap:10px;align-items:center;max-width:400px;margin:0 auto}@media (min-width:480px){.final-cta-buttons{flex-direction:row;justify-content:center;max-width:none}}.btn-white{background:var(--sc-white);color:var(--sc-happy-green);padding:14px 28px;font-size:16px;font-weight:700;box-shadow:0 4px 20px rgba(0,0,0,.15)}.btn-white:hover{background:#f0fdf4;transform:translateY(-2px)}.reassurance-text{font-size:14px;opacity:.7;margin-top:16px}.section-divider{width:60px;height:3px;background:var(--sc-happy-green);border-radius:2px;margin-bottom:24px}.text-center .section-divider{margin-left:auto;margin-right:auto}.empathy-section{background:var(--sc-gray-50)}.narrow-content{margin:0 auto;padding:0 20px}@media (min-width:768px){.narrow-content{padding:0 40px}}.narrow-content h2{font-size:28px;font-weight:700;color:var(--sc-heading-text);margin-bottom:20px;line-height:1.3}.narrow-content p{font-size:16px;line-height:1.8;color:var(--sc-gray-600);margin-bottom:16px}.image-slider{position:relative;width:100%;height:300px;border-radius:var(--sc-radius-lg);overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.3)}@media (min-width:768px){.image-slider{height:400px}}.image-slider img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;border-radius:var(--sc-radius-lg);transition:opacity .3s ease}.slider-button{position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,.5);color:#fff;border:none;width:44px;height:44px;border-radius:50%;font-size:28px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10;font-weight:300;line-height:1}.slider-button:hover{background:rgba(0,0,0,.8);transform:translateY(-50%) scale(1.1)}.slider-prev{left:12px}.slider-next{right:12px}.map-section{background-color:var(--sc-gray-50)}.google-map-container{margin-top:32px;border-radius:var(--sc-radius-lg);overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.08)}.google-map-container iframe{display:block;width:100%}@media (min-width:768px){.google-map-container{margin-top:40px}}