@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap");:root{--brand-teal:#0a5f5c;--brand-teal-dark:#034744;--brand-teal-light:#0d8481;--mint:#c2f0e0;--mint-soft:#e8f9f3;--sage:#d4e5d7;--lavender:#e8e0f0;--coral:#fce4dc;--cream:#fdf8f3;--sky:#dbeeff;--text-dark:#1a1a2e;--text-body:#3d3d5c;--text-muted:#6e6e8c;--text-light:#9999b3;--bg-white:#fff;--bg-cream:#fffcf8;--bg-light:#f8f9fa;--accent-gold:#c9a961;--accent-success:#22c55e;--accent-warning:#f59e0b;--accent-error:#ef4444;--font-serif:"Playfair Display",Georgia,serif;--font-sans:"Inter",-apple-system,BlinkMacSystemFont,sans-serif;--space-xs:0.25rem;--space-sm:0.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem;--space-4xl:6rem;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-2xl:32px;--radius-full:9999px;--shadow-sm:0 1px 2px rgba(0,0,0,.04);--shadow-md:0 4px 12px rgba(0,0,0,.06);--shadow-lg:0 8px 30px rgba(0,0,0,.08);--shadow-xl:0 20px 50px rgba(0,0,0,.1);--shadow-glow:0 0 60px rgba(10,95,92,.15);--ease-out:cubic-bezier(0.16,1,0.3,1);--transition-fast:0.2s var(--ease-out);--transition-normal:0.35s var(--ease-out);--transition-slow:0.5s var(--ease-out)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-sans);font-size:16px;line-height:1.7;color:var(--text-body);background:var(--bg-white)}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);font-weight:600;color:var(--text-dark);letter-spacing:-.02em;line-height:1.2}h1{font-size:clamp(2.5rem,5vw,4rem);font-weight:700}h2{font-size:clamp(2rem,4vw,3rem)}h3{font-size:clamp(1.5rem,2.5vw,2rem)}h4{font-size:1.25rem;font-family:var(--font-sans);font-weight:600}p{margin-bottom:1rem;color:var(--text-body)}a{color:var(--brand-teal);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--brand-teal-dark)}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}@media (min-width:768px){.container{padding:0 2.5rem}}@media (min-width:1200px){.container{padding:0 3rem}}section{padding:var(--space-3xl) 0}@media (min-width:768px){section{padding:var(--space-4xl) 0}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:1rem 2rem;font-family:var(--font-sans);font-size:1rem;font-weight:600;text-decoration:none;border:none;border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-normal);white-space:nowrap}.btn-primary{background:var(--brand-teal);color:#fff;box-shadow:var(--shadow-md)}.btn-primary:hover{background:var(--brand-teal-dark);color:#fff;transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-primary:active{transform:translateY(0)}.btn-secondary{background:transparent;color:var(--brand-teal);border:2px solid var(--brand-teal)}.btn-secondary:hover{background:var(--brand-teal);color:#fff}.btn-ghost{background:transparent;color:var(--text-dark);padding:.75rem 1.25rem}.btn-ghost:hover{background:var(--bg-light)}.btn-lg{padding:1.125rem 2.5rem;font-size:1.1rem}.btn-sm{padding:.625rem 1.25rem;font-size:.9rem}.card{transition:all var(--transition-normal);border:1px solid rgba(0,0,0,.04)}.card:hover{transform:translateY(-6px);box-shadow:var(--shadow-xl)}.card-bordered{border-left:4px solid var(--brand-teal)}.card-mint{background:linear-gradient(135deg,var(--mint-soft) 0,var(--bg-white) 100%);border-left-color:#10b981}.card-lavender{background:linear-gradient(135deg,var(--lavender) 0,var(--bg-white) 100%);border-left-color:#8b5cf6}.card-coral{background:linear-gradient(135deg,var(--coral) 0,var(--bg-white) 100%);border-left-color:#f97316}.card-sky{background:linear-gradient(135deg,var(--sky) 0,var(--bg-white) 100%);border-left-color:#3b82f6}.pill{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;letter-spacing:.1em;background:var(--mint);color:var(--brand-teal-dark)}.pill,.tag{text-transform:uppercase}.tag{display:inline-block;padding:.25rem .75rem;font-size:.75rem;font-weight:600;letter-spacing:.05em;border-radius:var(--radius-sm)}.tag-therapy{background:var(--mint);color:#047857}.tag-edi{background:var(--lavender);color:#6d28d9}.tag-health{background:var(--coral);color:#c2410c}.grid{grid-gap:var(--space-xl);gap:var(--space-xl)}.grid-2{grid-template-columns:1fr}.grid-4{grid-template-columns:repeat(2,1fr)}@media (min-width:768px){.grid-2,.grid-3{grid-template-columns:repeat(2,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}}@media (min-width:1024px){.grid-3{grid-template-columns:repeat(3,1fr)}}.split{display:grid;grid-template-columns:1fr;grid-gap:var(--space-2xl);align-items:center}@media (min-width:1024px){.split{grid-template-columns:1fr 1fr;gap:var(--space-4xl)}}.feature-list li{display:flex;gap:1rem;padding:.75rem 0;font-size:1.05rem}.feature-list li:before{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:var(--mint);font-size:.8rem;border-radius:var(--radius-full);flex-shrink:0;margin-top:2px}.stats{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:var(--space-lg);gap:var(--space-lg)}@media (min-width:640px){.stats{grid-template-columns:repeat(4,1fr)}}.stat{text-align:center;padding:var(--space-lg)}.stat-value{font-size:2.5rem;color:var(--brand-teal);line-height:1;margin-bottom:.5rem}.stat-label{font-size:.9rem;color:var(--text-muted)}.trust-bar{background:var(--brand-teal-dark);color:#fff;padding:var(--space-lg) 0}.trust-bar .container{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:var(--space-xl)}.trust-bar span{font-size:.85rem;opacity:.9;text-transform:uppercase;letter-spacing:.1em}.step{gap:var(--space-lg);align-items:flex-start}.step-number{width:48px;height:48px;font-family:var(--font-serif);font-size:1.25rem;font-weight:600}.step-content h4{margin-bottom:.25rem}.testimonial{padding:var(--space-xl);background:var(--bg-cream);border-radius:var(--radius-xl);position:relative}.testimonial:before{content:'"';position:absolute;top:-10px;left:24px;font-family:var(--font-serif);font-size:6rem;color:var(--brand-teal);opacity:.15;line-height:1}.testimonial-text{font-size:1.1rem;font-style:italic;line-height:1.8;margin-bottom:var(--space-lg);position:relative;z-index:1}.testimonial-author{font-size:.9rem;font-weight:600;color:var(--text-dark)}.testimonial-role{font-size:.85rem;color:var(--text-muted)}.form-group{margin-bottom:var(--space-lg)}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--text-dark)}input,select,textarea{width:100%;padding:.875rem 1rem;font-family:var(--font-sans);font-size:1rem;color:var(--text-dark);background:var(--bg-white);border:2px solid var(--bg-light);border-radius:var(--radius-md);transition:all var(--transition-fast)}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--brand-teal);box-shadow:0 0 0 4px rgba(10,95,92,.1)}textarea{min-height:150px;resize:vertical}.crisis-box{background:#fef2f2;border:1px solid #fecaca;border-left:4px solid #ef4444;border-radius:var(--radius-lg);padding:var(--space-xl);margin:var(--space-2xl) 0}.crisis-box h3{color:#991b1b;font-family:var(--font-sans);font-size:1rem;font-weight:700;margin-bottom:.75rem}.crisis-box li,.crisis-box p{color:#7f1d1d;font-size:.95rem}.page-header p{font-size:1.2rem;max-width:600px;margin:0 auto var(--space-xl);color:var(--text-muted)}.text-left{text-align:left}.mt-sm{margin-top:var(--space-sm)}.mb-sm{margin-bottom:var(--space-sm)}.mb-md{margin-bottom:var(--space-md)}.mb-lg{margin-bottom:var(--space-lg)}.max-w-sm{max-width:480px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-in{animation:fadeInUp .6s var(--ease-out) forwards}.animate-float{animation:float 6s ease-in-out infinite}html{scroll-padding-top:100px}body{padding-top:80px}.stats-bar{background:var(--brand-teal-dark);padding:var(--space-lg) 0;color:#fff}.stats-bar-inner{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-xl);text-align:center}@media (min-width:1024px){.stats-bar-inner{justify-content:space-between}}.stat-item{display:flex;flex-direction:column;align-items:center;gap:.25rem}.stat-value{font-family:var(--font-serif);font-size:1.5rem;font-weight:700;color:#fff}.stat-label{font-size:.85rem;color:hsla(0,0%,100%,.8);max-width:150px}.hero-organic{background:linear-gradient(165deg,var(--mint-soft) 0,#e8f5f0 50%,var(--bg-cream) 100%);padding:var(--space-3xl) 0 var(--space-4xl);overflow:hidden}.hero-split{display:flex;flex-direction:column;gap:var(--space-2xl)}@media (min-width:1024px){.hero-split{flex-direction:row;align-items:center;gap:var(--space-3xl)}}.hero-text{flex:1 1;max-width:580px}.hero-organic h1{font-size:clamp(2.5rem,5vw,4rem);line-height:1.1;margin-bottom:var(--space-lg)}.hero-lead{font-size:1.25rem;color:var(--text-muted);line-height:1.7}.hero-buttons,.hero-lead{margin-bottom:var(--space-xl)}.hero-buttons{display:flex;flex-wrap:wrap;gap:var(--space-md)}.btn-xl{padding:1rem 2rem;font-size:1.1rem}.btn-outline{background:transparent;border:2px solid var(--brand-teal);color:var(--brand-teal)}.btn-outline:hover{background:var(--brand-teal);color:#fff}.hero-trust{display:flex;flex-wrap:wrap;gap:var(--space-md);font-size:.9rem;color:var(--text-muted)}.hero-image-organic{position:relative;flex-shrink:0}@media (min-width:1024px){.hero-image-organic{width:45%}}.hero-photo{position:relative;border-radius:var(--radius-2xl);overflow:hidden;box-shadow:var(--shadow-xl)}.hero-portrait{width:100%;height:auto;display:block}.hero-badge{position:absolute;bottom:-20px;left:-20px;background:var(--brand-teal);color:#fff;padding:var(--space-lg);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg)}@media (min-width:768px){.hero-badge{bottom:40px;left:-40px}}.badge-content{text-align:center}.badge-number{display:block;font-family:var(--font-serif);font-size:2.5rem;font-weight:700;line-height:1}.badge-text{font-size:.85rem;opacity:.9}.section-cream{background:var(--bg-cream);padding:var(--space-3xl) 0}.section-white{background:var(--bg-white);padding:var(--space-3xl) 0}.section-teal{background:linear-gradient(135deg,var(--brand-teal) 0,var(--brand-teal-dark) 100%);color:#fff;padding:var(--space-4xl) 0}.section-mint{background:var(--mint-soft);padding:var(--space-3xl) 0}.centered-intro{text-align:center;max-width:600px;margin:0 auto var(--space-2xl)}.centered-intro h2{margin-top:var(--space-lg)}.centered-intro.light h2{color:#fff}.pill-lg{display:inline-block;padding:.5rem 1.25rem;background:rgba(10,95,92,.1);color:var(--brand-teal);font-size:.85rem;font-weight:600;border-radius:var(--radius-full)}.pill-lg.light{background:hsla(0,0%,100%,.2);color:#fff}.service-block{padding:var(--space-3xl) 0}.service-block.bg-cream{background:var(--bg-cream)}.service-split{display:flex;flex-direction:column;gap:var(--space-2xl);align-items:center}@media (min-width:1024px){.service-split{flex-direction:row;gap:var(--space-4xl)}.service-split.reverse{flex-direction:row-reverse}}.service-image-wrap{position:relative;flex-shrink:0;width:100%;max-width:400px}@media (min-width:1024px){.service-image-wrap{width:45%;max-width:none}}.service-image{aspect-ratio:4/5;border-radius:var(--radius-2xl);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-lg)}.service-emoji{font-size:6rem}.service-mint{background:linear-gradient(145deg,var(--mint) 0,#a0d8c8 100%)}.service-lavender{background:linear-gradient(145deg,var(--lavender) 0,#d0c4e8 100%)}.service-coral{background:linear-gradient(145deg,var(--coral) 0,#f8c8b8 100%)}.service-float-card{position:absolute;bottom:-15px;right:-15px;background:var(--bg-white);padding:var(--space-md) var(--space-lg);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);font-weight:600;color:var(--brand-teal)}@media (min-width:768px){.service-float-card{bottom:30px;right:-30px}}.service-content{flex:1 1}.pill-accent{display:inline-block;padding:.35rem 1rem;font-size:.8rem;font-weight:600;border-radius:var(--radius-full);margin-bottom:var(--space-md)}.pill-mint{background:var(--mint);color:var(--brand-teal-dark)}.pill-lavender{background:var(--lavender);color:#5b21b6}.pill-coral{background:var(--coral);color:#c2410c}.service-content h3{font-size:2rem;margin-bottom:var(--space-md)}.service-content p{font-size:1.1rem;color:var(--text-muted);line-height:1.7;margin-bottom:var(--space-lg)}.service-list{list-style:none;padding:0;margin:0 0 var(--space-lg)}.service-list li{padding:.5rem 0 .5rem 1.75rem;position:relative;color:var(--text-body)}.service-list li:before{content:"✓";position:absolute;left:0;color:var(--brand-teal);font-weight:700}.link-arrow{display:inline-flex;align-items:center;font-weight:600;color:var(--brand-teal);transition:gap .2s ease;gap:.25rem}.link-arrow:hover{gap:.5rem}.steps-organic{display:grid;grid-template-columns:1fr;grid-gap:var(--space-xl);gap:var(--space-xl);max-width:900px;margin:0 auto}@media (min-width:768px){.steps-organic{grid-template-columns:repeat(2,1fr)}}.step-item{display:flex;gap:var(--space-lg);align-items:flex-start}.step-num{font-family:var(--font-serif);font-size:4rem;font-weight:700;line-height:1;color:hsla(0,0%,100%,.3);flex-shrink:0;width:70px}.step-text h4{color:#fff;font-size:1.25rem;margin-bottom:var(--space-sm)}.step-text p{color:hsla(0,0%,100%,.8);margin:0}.btn-white{background:#fff}.btn-white,.btn-white:hover{color:var(--brand-teal-dark)}.btn-white:hover{background:var(--mint)}.founder-feature{display:flex;flex-direction:column;gap:var(--space-2xl);align-items:center}@media (min-width:1024px){.founder-feature{flex-direction:row;gap:var(--space-4xl)}}.founder-image-wrap{flex-shrink:0;position:relative}.founder-photo{border-radius:var(--radius-2xl);box-shadow:var(--shadow-xl)}.founder-content{flex:1 1;max-width:560px}.founder-content h2{margin-top:var(--space-md);margin-bottom:var(--space-xs)}.founder-role{font-size:1.1rem;color:var(--brand-teal);font-weight:600;margin-bottom:var(--space-lg)}.founder-bio{color:var(--text-muted);line-height:1.7;margin-bottom:var(--space-md)}.founder-tags{display:flex;flex-wrap:wrap;gap:var(--space-sm);margin:var(--space-lg) 0}.founder-tags span{padding:.35rem 1rem;background:var(--mint-soft);color:var(--brand-teal);font-size:.85rem;font-weight:600;border-radius:var(--radius-full)}.reviews-intro{display:flex;flex-direction:column;gap:var(--space-lg);margin-bottom:var(--space-2xl)}@media (min-width:768px){.reviews-intro{flex-direction:row;justify-content:space-between;align-items:flex-end}}.reviews-left h2{margin-top:var(--space-md)}.reviews-stats-row{display:flex;gap:var(--space-2xl)}.stat-big{text-align:center}.stat-number{display:block;font-family:var(--font-serif);font-size:2.5rem;font-weight:700;color:var(--brand-teal);line-height:1}.stat-text{font-size:.9rem;color:var(--text-muted)}.reviews-organic{display:grid;grid-template-columns:1fr;grid-gap:var(--space-lg);gap:var(--space-lg)}@media (min-width:768px){.reviews-organic{grid-template-columns:repeat(3,1fr)}}.review-vibrant{padding:var(--space-xl);border-radius:var(--radius-2xl);display:flex;flex-direction:column;min-height:300px}.review-mint{background:linear-gradient(145deg,var(--mint) 0,#c8f0e0 100%)}.review-lavender{background:linear-gradient(145deg,var(--lavender) 0,#e0d8f0 100%)}.review-coral{background:linear-gradient(145deg,var(--coral) 0,#fce8e0 100%)}.review-quote{font-size:1.05rem;font-style:italic;line-height:1.7;color:var(--text-dark);flex-grow:1;margin-bottom:var(--space-lg)}.review-author-row{display:flex;align-items:center;gap:var(--space-md)}.review-avatar-lg{width:56px;height:56px;border-radius:var(--radius-full);overflow:hidden;border:3px solid hsla(0,0%,100%,.8);flex-shrink:0}.review-avatar-lg img{width:100%;height:100%;object-fit:cover}.review-info{flex:1 1}.review-name{font-weight:600;color:var(--text-dark)}.review-service{font-size:.85rem;color:var(--text-muted)}.review-stars{color:#f59e0b;font-size:.9rem;margin-top:2px}.booking-split{display:flex;flex-direction:column;gap:var(--space-2xl);align-items:center}@media (min-width:1024px){.booking-split{flex-direction:row;gap:var(--space-4xl)}}.booking-text{flex:1 1;max-width:480px}.booking-text h2{margin-bottom:var(--space-md)}.booking-text p{color:var(--text-muted);font-size:1.1rem;margin-bottom:var(--space-lg)}.booking-benefits{list-style:none;padding:0;margin:0}.booking-benefits li{padding:.4rem 0;font-weight:500;color:var(--brand-teal-dark)}.booking-widget-wrap{flex:1 1;width:100%;max-width:500px}.faq-intro{text-align:center;max-width:500px;margin:0 auto var(--space-2xl)}.faq-intro h2{margin-top:var(--space-lg)}.cta-gradient{background:linear-gradient(135deg,var(--brand-teal) 0,var(--brand-teal-dark) 100%);padding:var(--space-4xl) 0}.cta-organic{text-align:center;max-width:600px;margin:0 auto}.cta-organic h2{color:#fff;margin-bottom:var(--space-md)}.cta-organic p{color:hsla(0,0%,100%,.85);font-size:1.2rem;margin-bottom:var(--space-xl)}.cta-buttons{display:flex;flex-wrap:wrap;gap:var(--space-md);justify-content:center}.btn-ghost-white{background:transparent;border:2px solid hsla(0,0%,100%,.4);color:#fff}.btn-ghost-white:hover{background:hsla(0,0%,100%,.1)}.crisis-section{background:var(--bg-light);padding:var(--space-2xl) 0;border-top:1px solid rgba(0,0,0,.05)}.page-header{background:linear-gradient(135deg,var(--mint-soft) 0,var(--bg-white) 100%);padding:var(--space-3xl) 0;text-align:center}.page-header h1{margin-bottom:var(--space-md)}.page-header .lead{font-size:1.25rem;color:var(--text-muted);max-width:640px;margin:0 auto}.team-section{background:var(--bg-white)}.team-grid{display:grid;grid-template-columns:1fr;grid-gap:var(--space-xl);gap:var(--space-xl)}@media (min-width:640px){.team-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.team-grid{grid-template-columns:repeat(3,1fr)}}.team-card{background:var(--bg-white);border:1px solid rgba(0,0,0,.06);border-radius:var(--radius-xl);padding:var(--space-xl);text-align:center;transition:all var(--transition-normal)}.team-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-xl);border-color:var(--mint)}.team-avatar{width:160px;height:160px;margin:0 auto var(--space-lg);border-radius:var(--radius-full);overflow:hidden;border:4px solid var(--mint)}.team-image{width:100%;height:100%;object-fit:cover}.team-card h4{margin-bottom:var(--space-xs);font-size:1.2rem}.team-role{color:var(--brand-teal);font-weight:600;font-size:.9rem;margin-bottom:var(--space-md)}.team-bio{font-size:.9rem;color:var(--text-muted);line-height:1.6}.mt-md{margin-top:var(--space-md)}.mt-lg{margin-top:var(--space-lg)}.mt-xl{margin-top:var(--space-xl)}.mt-2xl{margin-top:var(--space-2xl)}.mb-xl{margin-bottom:var(--space-xl)}.mb-2xl{margin-bottom:var(--space-2xl)}.text-center{text-align:center}.text-muted{color:var(--text-muted)}.text-small{font-size:.9rem}.max-w-md{max-width:640px}.max-w-lg{max-width:800px}.mx-auto{margin-left:auto;margin-right:auto}.grid{display:grid;grid-gap:var(--space-lg);gap:var(--space-lg)}.grid-3{grid-template-columns:1fr}@media (min-width:768px){.grid-3{grid-template-columns:repeat(3,1fr)}}.split{display:flex;flex-direction:column;gap:var(--space-2xl)}@media (min-width:1024px){.split{flex-direction:row;gap:var(--space-3xl)}.split>*{flex:1 1}}.card{background:var(--bg-white);padding:var(--space-xl);border-radius:var(--radius-xl);box-shadow:var(--shadow-md)}.card-bordered{border:2px solid rgba(0,0,0,.06);box-shadow:none}.card-bordered.card-mint{border-color:var(--mint);background:linear-gradient(145deg,var(--mint-soft) 0,var(--bg-white) 100%)}.card-bordered.card-lavender{border-color:var(--lavender);background:linear-gradient(145deg,var(--lavender) 0,var(--bg-white) 100%)}.card h3{margin-bottom:var(--space-md)}.feature-list{list-style:none;padding:0;margin:0}.feature-list li{padding:.6rem 0 .6rem 1.75rem;position:relative;color:var(--text-body)}.feature-list li:before{content:"✓";position:absolute;left:0;color:var(--brand-teal);font-weight:700}.pill{display:inline-block;padding:.35rem 1rem;background:rgba(10,95,92,.1);color:var(--brand-teal);font-size:.8rem;font-weight:600;border-radius:var(--radius-full)}.provider-tags{display:flex;flex-wrap:wrap;gap:var(--space-sm);justify-content:center;margin-top:var(--space-md)}.provider-tags span{padding:.25rem .75rem;background:var(--mint-soft);color:var(--brand-teal);font-size:.75rem;font-weight:600;border-radius:var(--radius-full)}.therapy-hero{background:linear-gradient(135deg,var(--mint-soft) 0,var(--bg-cream) 50%,var(--bg-white) 100%)}.steps{display:flex;flex-direction:column;gap:var(--space-lg)}.step{display:flex;gap:var(--space-md)}.step-number{width:32px;height:32px;background:var(--mint);color:var(--brand-teal-dark);font-weight:700;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-full);flex-shrink:0}.step-content h4{margin-bottom:var(--space-xs);font-size:1rem}.step-content p{margin:0;font-size:.9rem;color:var(--text-muted)}.fee-item{padding:var(--space-lg);background:var(--bg-light);border-radius:var(--radius-lg);text-align:center}.fee-label{font-size:.9rem;color:var(--text-muted);margin-bottom:var(--space-sm)}.fee-value{font-family:var(--font-serif);font-size:2rem;font-weight:700;color:var(--brand-teal)}.fee-note{font-size:.85rem;color:var(--text-muted)}.process-grid{display:grid;grid-template-columns:1fr;grid-gap:var(--space-xl);gap:var(--space-xl)}@media (min-width:768px){.process-grid{grid-template-columns:repeat(3,1fr)}}.process-step{text-align:center;padding:var(--space-xl)}.process-number{width:56px;height:56px;background:var(--mint);color:var(--brand-teal-dark);font-family:var(--font-serif);font-size:1.5rem;font-weight:700;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-full);margin:0 auto var(--space-lg)}.cta-section{background:var(--bg-white);padding:var(--space-3xl) 0}.cta-box{background:linear-gradient(135deg,var(--brand-teal) 0,var(--brand-teal-dark) 100%);color:#fff;padding:var(--space-3xl) var(--space-xl);border-radius:var(--radius-2xl);text-align:center}.cta-box h2{color:#fff;margin-bottom:var(--space-md)}.cta-box p{color:hsla(0,0%,100%,.85);font-size:1.2rem;max-width:500px;margin:0 auto var(--space-xl)}.assessment-hero{background:linear-gradient(135deg,var(--brand-teal) 0,var(--brand-teal-dark) 100%);color:#fff;padding:var(--space-4xl) 0;position:relative;overflow:hidden;min-height:70vh;display:flex;align-items:center}.assessment-hero-content{position:relative;z-index:2;max-width:680px}.assessment-hero h1{font-size:clamp(2rem,4vw,3.25rem);line-height:1.15;margin-bottom:var(--space-lg);color:#fff}.assessment-hero .hero-lead{color:hsla(0,0%,100%,.9);font-size:1.2rem;line-height:1.7;margin-bottom:var(--space-xl)}.assessment-trust{display:flex;flex-wrap:wrap;gap:var(--space-md);margin-bottom:var(--space-2xl);font-size:.95rem;color:hsla(0,0%,100%,.85)}.assessment-trust span{display:flex;align-items:center;gap:.35rem}.assessment-hero-visual{position:absolute;top:0;right:0;bottom:0;width:50%;pointer-events:none}.floating-shapes{position:relative;width:100%;height:100%}.shape{position:absolute;border-radius:50%;opacity:.15;animation:float 8s ease-in-out infinite}.shape-1{width:300px;height:300px;background:var(--mint);top:10%;right:5%;animation-delay:0s}.shape-2{width:200px;height:200px;background:var(--lavender);top:50%;right:20%;animation-delay:2s}.shape-3{width:150px;height:150px;background:var(--coral);bottom:15%;right:10%;animation-delay:4s}@keyframes float{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-20px) scale(1.05)}}.expect-grid{display:grid;grid-template-columns:1fr;grid-gap:var(--space-lg);gap:var(--space-lg);max-width:900px;margin:0 auto}@media (min-width:768px){.expect-grid{grid-template-columns:repeat(3,1fr)}}.expect-card{background:var(--bg-white);padding:var(--space-xl);border-radius:var(--radius-xl);text-align:center;box-shadow:var(--shadow-md);transition:all var(--transition-normal)}.expect-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl)}.expect-icon{font-size:3rem;margin-bottom:var(--space-md)}.expect-card h3{font-size:1.15rem;margin-bottom:var(--space-sm)}.expect-card p{font-size:.95rem;color:var(--text-muted);margin:0}.assessment-social-proof{text-align:center;max-width:700px;margin:0 auto;padding:var(--space-xl)}.proof-text{font-family:var(--font-serif);font-size:1.35rem;font-style:italic;color:var(--text-dark);line-height:1.7}.assessment-questions{background:linear-gradient(165deg,var(--mint-soft) 0,#e8f5f0 50%,var(--bg-cream) 100%);min-height:100vh;padding:var(--space-3xl) 0;display:flex;align-items:center}.question-container{max-width:640px;margin:0 auto}.progress-wrapper{margin-bottom:var(--space-2xl)}.progress-bar{height:8px;background:rgba(10,95,92,.15);overflow:hidden;margin-bottom:var(--space-sm)}.progress-bar,.progress-fill{border-radius:var(--radius-full)}.progress-fill{height:100%;background:linear-gradient(90deg,var(--brand-teal) 0,var(--mint) 100%);transition:width .4s cubic-bezier(.25,.46,.45,.94)}.progress-text{font-size:.9rem;color:var(--text-muted);font-weight:500}.question-card{background:var(--bg-white);padding:var(--space-2xl);border-radius:var(--radius-2xl);box-shadow:var(--shadow-xl)}.question-text{font-family:var(--font-serif);font-size:1.35rem;line-height:1.6;color:var(--text-dark);margin-bottom:var(--space-xl);text-align:center}.answer-options{display:flex;flex-direction:column;gap:var(--space-sm)}.answer-btn{display:flex;align-items:center;gap:var(--space-md);padding:var(--space-md) var(--space-lg);background:var(--bg-light);border:2px solid transparent;border-radius:var(--radius-lg);cursor:pointer;transition:all .25s ease;text-align:left}.answer-btn:hover{background:var(--mint-soft);border-color:var(--mint)}.answer-btn.selected{background:var(--mint);border-color:var(--brand-teal)}.answer-indicator{width:22px;height:22px;border:2px solid var(--brand-teal);border-radius:var(--radius-full);flex-shrink:0;position:relative;transition:all .25s ease}.answer-btn.selected .answer-indicator{background:var(--brand-teal)}.answer-btn.selected .answer-indicator:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:.75rem;font-weight:700}.answer-label{font-size:1rem;font-weight:500;color:var(--text-body)}.answer-btn.selected .answer-label{color:var(--brand-teal-dark)}.question-nav{display:flex;justify-content:flex-start;margin-top:var(--space-lg)}.assessment-email{background:linear-gradient(165deg,var(--lavender) 0,#e8e0f5 50%,var(--bg-cream) 100%);min-height:100vh;padding:var(--space-3xl) 0;display:flex;align-items:center}.email-container{max-width:520px;margin:0 auto}.email-card{background:var(--bg-white);padding:var(--space-2xl);border-radius:var(--radius-2xl);box-shadow:var(--shadow-xl);text-align:center}.email-card h2{margin-top:var(--space-md);margin-bottom:var(--space-md)}.email-card>p{color:var(--text-muted);margin-bottom:var(--space-xl);line-height:1.7}.email-form{display:flex;flex-direction:column;gap:var(--space-md)}.email-input{width:100%;padding:var(--space-md) var(--space-lg);font-size:1rem;border:2px solid rgba(0,0,0,.1);border-radius:var(--radius-lg);transition:all .25s ease}.email-input:focus{outline:none;border-color:var(--brand-teal);box-shadow:0 0 0 4px rgba(10,95,92,.1)}.email-privacy{font-size:.85rem;color:var(--text-muted);margin-top:var(--space-lg)}.assessment-results{padding:var(--space-4xl) 0 var(--space-3xl);color:#fff}.assessment-results.results-coral{background:linear-gradient(135deg,#e07a5f,#c75c40)}.assessment-results.results-lavender{background:linear-gradient(135deg,#9b8dc7,#7a6ba8)}.assessment-results.results-mint{background:linear-gradient(135deg,var(--brand-teal) 0,var(--brand-teal-dark) 100%)}.results-container{max-width:720px;margin:0 auto}.results-header{text-align:center}.results-header h1{font-size:clamp(1.75rem,3.5vw,2.5rem);line-height:1.25;margin-top:var(--space-lg);color:#fff}.results-content{max-width:680px;margin:0 auto;padding:var(--space-2xl) 0}.result-section{margin-bottom:var(--space-2xl)}.result-section h2{font-size:1.35rem;margin-bottom:var(--space-md);color:var(--brand-teal-dark)}.result-section p{font-size:1.1rem;line-height:1.7;color:var(--text-body)}.supports-list{list-style:none;padding:0;margin:0}.supports-list li{display:flex;align-items:flex-start;gap:var(--space-md);padding:var(--space-md) 0;font-size:1.05rem;color:var(--text-body);border-bottom:1px solid rgba(0,0,0,.06)}.supports-list li:last-child{border-bottom:none}.support-check{color:var(--brand-teal);font-weight:700;font-size:1.1rem}.results-cta{text-align:center;max-width:560px;margin:0 auto;padding:var(--space-xl) 0}.results-cta h2{margin-bottom:var(--space-md)}.results-cta p{color:var(--text-body);font-size:1.1rem;margin-bottom:var(--space-xl);line-height:1.7}.results-cta .cta-buttons{display:flex;flex-wrap:wrap;gap:var(--space-md);justify-content:center}.results-alternative{text-align:center;max-width:500px;margin:0 auto;padding:var(--space-lg) 0}.results-alternative h3{margin-bottom:var(--space-sm)}.results-alternative p{color:var(--text-muted);margin-bottom:var(--space-md)}.safeguarding-notice{background:var(--bg-light);padding:var(--space-xl) 0;border-top:1px solid rgba(0,0,0,.05)}.safeguarding-content{max-width:680px;margin:0 auto;text-align:center}.safeguarding-content p{font-size:.9rem;color:var(--text-muted);line-height:1.7}.safeguarding-content strong{color:var(--text-dark)}.assessment-cta-section{background:linear-gradient(145deg,var(--mint-soft) 0,var(--mint) 50%,#a8e0cc 100%);padding:var(--space-3xl) 0;position:relative;overflow:hidden}.assessment-cta-section:before{content:"";position:absolute;top:-50%;right:-20%;width:500px;height:500px;background:radial-gradient(circle,rgba(10,95,92,.08) 0,transparent 70%);pointer-events:none}.assessment-cta-section:after{content:"";position:absolute;bottom:-30%;left:-10%;width:400px;height:400px;background:radial-gradient(circle,rgba(74,124,95,.1) 0,transparent 60%);pointer-events:none}.assessment-cta-content{display:flex;flex-direction:column;gap:var(--space-2xl);align-items:center;text-align:center;position:relative;z-index:1}@media (min-width:1024px){.assessment-cta-content{flex-direction:row;text-align:left;justify-content:space-between}}.assessment-cta-text{max-width:550px}.assessment-cta-text .pill-lg{background:rgba(10,95,92,.15);color:var(--brand-teal-dark)}.assessment-cta-text h2{color:var(--text-dark);margin-top:var(--space-lg);margin-bottom:var(--space-md);font-size:clamp(1.75rem,4vw,2.5rem)}.assessment-cta-text p{color:var(--text-body);font-size:1.15rem;line-height:1.7;margin-bottom:var(--space-lg)}.assessment-cta-benefits{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-md) var(--space-lg)}@media (min-width:1024px){.assessment-cta-benefits{justify-content:flex-start}}.assessment-cta-benefits span{color:var(--brand-teal-dark);font-weight:600;font-size:.95rem}.assessment-cta-action{display:flex;flex-direction:column;align-items:center;gap:var(--space-md)}.assessment-cta-action .btn{white-space:nowrap;background:var(--brand-teal);color:#fff;box-shadow:0 8px 25px rgba(10,95,92,.25)}.assessment-cta-action .btn:hover{background:var(--brand-teal-dark);box-shadow:0 10px 30px rgba(10,95,92,.35)}.assessment-cta-privacy{color:var(--text-muted);font-size:.85rem;margin:0}.service-image-photo{aspect-ratio:4/5;border-radius:var(--radius-2xl);overflow:hidden;box-shadow:var(--shadow-lg)}.service-photo{width:100%;height:100%;object-fit:cover;object-position:center}.benefit-item{display:inline-flex;align-items:center;gap:.5rem}.benefit-item:before{width:20px;height:20px;flex-shrink:0}.benefit-item:before,.booking-benefits li:before{content:"";display:inline-block;background:var(--brand-teal);mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E") center/contain no-repeat;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E") center/contain no-repeat}.booking-benefits li:before{width:18px;height:18px;margin-right:.5rem;vertical-align:middle}.reviews-talkspace{display:grid;grid-template-columns:1fr;grid-gap:var(--space-lg);gap:var(--space-lg)}@media (min-width:640px){.reviews-talkspace{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.reviews-talkspace{grid-template-columns:repeat(4,1fr)}}.review-card-talkspace{background:#f4f7f7;border-radius:var(--radius-xl);padding:var(--space-lg);display:flex;flex-direction:column;gap:var(--space-md);transition:all var(--transition-normal)}.review-card-talkspace:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.review-meta{display:flex;justify-content:space-between;align-items:center;font-size:.8rem;color:var(--text-muted)}.review-stars-talkspace{display:flex;gap:2px}.review-star{width:16px;height:16px;color:var(--brand-teal);fill:var(--brand-teal)}.review-headline{font-family:var(--font-serif);font-size:1.1rem;font-weight:700;color:var(--text-dark);line-height:1.3}.review-body{font-size:.95rem;color:var(--text-body);line-height:1.6;flex-grow:1}.hero-trust span:first-child:before{content:"";display:inline-block;width:16px;height:16px;background:#f59e0b;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'%3E%3C/path%3E%3C/svg%3E") center/contain no-repeat;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z'%3E%3C/path%3E%3C/svg%3E") center/contain no-repeat;margin-right:6px;vertical-align:middle}.stat-value-award:before{content:"";display:inline-block;width:24px;height:24px;background:#fff;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='7'%3E%3C/circle%3E%3Cpolyline points='8.21 13.89 7 23 12 20 17 23 15.79 13.88'%3E%3C/polyline%3E%3C/svg%3E") center/contain no-repeat;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='8' r='7'%3E%3C/circle%3E%3Cpolyline points='8.21 13.89 7 23 12 20 17 23 15.79 13.88'%3E%3C/polyline%3E%3C/svg%3E") center/contain no-repeat;margin-right:8px;vertical-align:middle}