:root{--bg:#fff8f7;--text:#271716;--muted:#5b403d;--accent:#b7131a;--accent2:#db322f}
*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,sans-serif;background:var(--bg);color:var(--text)}
a{color:inherit;text-decoration:none}
.container{max-width:1200px;margin:0 auto;padding:0 20px}.site-header{position:sticky;top:0;z-index:1000;background:#fff8f7d9;border-bottom:1px solid #f0dfdc;backdrop-filter:blur(8px)}
.header-inner{display:flex;align-items:center;justify-content:space-between;min-height:74px;gap:16px}.logo{font-weight:800;color:var(--accent);font-size:1.25rem}.nav-main{display:flex;gap:18px}.nav-main a{color:var(--muted)}
.logo-image{height:98px;width:auto;display:block}
.header-actions{display:flex;gap:10px;align-items:center}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:11px 18px;font-weight:700}.btn-primary{background:linear-gradient(90deg,var(--accent),var(--accent2));color:#fff}.btn-outline{border:1px solid var(--accent);color:var(--accent)}
.hero{padding:64px 0}.hero-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:32px;align-items:center}.hero img{border-radius:24px;box-shadow:0 20px 40px rgba(0,0,0,.12);width:100%}.hero h1{font-size:3rem;line-height:1.1;margin:12px 0}.hero h1 span{color:var(--accent)}.badge{background:#fde9e6;color:var(--accent);padding:7px 12px;border-radius:999px;font-size:.8rem;font-weight:700}
.section{padding:28px 0 52px}.cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.card{background:#fff;border-radius:18px;padding:20px;box-shadow:0 8px 26px rgba(39,23,22,.05)}.card.red{background:#b7131a;color:#fff}
.therapists-grid{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:6px;scrollbar-width:none;-ms-overflow-style:none}.therapists-grid::-webkit-scrollbar{display:none}.therapist-card{position:relative;min-width:280px;max-width:280px;scroll-snap-align:start;background:#fff;border-radius:18px;padding:20px;box-shadow:0 8px 26px rgba(39,23,22,.05);text-align:center}.therapist-badge{position:absolute;top:14px;right:14px;background:#fff7cc;color:#8a5a00;padding:4px 10px;border-radius:999px;font-size:.72rem;font-weight:700}.therapist-avatar{width:64px;height:64px;border-radius:50%;object-fit:cover;display:block;margin:0 auto 12px}.therapist-card h3{margin:0 0 6px}.therapist-role{margin:0 0 10px;color:var(--accent);font-weight:700}.therapist-card p{margin:0 0 10px;color:var(--muted)}.therapist-joined{margin:0;font-size:.86rem;font-weight:600;color:#6f5552}
.therapists-slider-wrap{display:flex;align-items:center;gap:10px}.therapist-nav{width:38px;height:38px;border-radius:50%;border:1px solid #e7c9c5;background:#fff;color:var(--accent);font-size:1.6rem;line-height:1;display:grid;place-items:center;cursor:pointer;flex-shrink:0}.therapist-nav:hover{background:#fde9e6}
.cta{
background:
linear-gradient(rgba(255,255,255,.45),rgba(255,255,255,.45)),
url("../assets/cta-bg.png");
background-size:125% auto;
background-position:center 40%;
background-repeat:no-repeat;
border-radius:20px;
padding:22px;
display:flex;
justify-content:space-between;
align-items:center;
gap:16px
}
.site-footer{margin-top:10px;padding:36px 0 20px;background:#fff3f1;border-top:1px solid #f0dfdc;color:#6b5451}.footer-grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:22px}.footer-brand.footer-social{display:flex;flex-direction:column;gap:14px;align-items:flex-start}.footer-social-title{margin:0;font-size:1rem;font-weight:700;color:var(--text)}.footer-social-links{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.footer-social-link{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:#fff;border:1px solid #ead4d1;color:#5b403d;transition:color .15s ease,border-color .15s ease,background .15s ease,transform .15s ease}.footer-social-link:hover{color:var(--accent);border-color:#e7a8a4;background:#fde9e6;transform:translateY(-1px)}.footer-social-link:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.footer-social-link svg{display:block}.footer-col h3{margin:0 0 10px;font-size:1rem}.footer-col a,.footer-col span{display:block;margin:0 0 8px;color:#7b605d}.footer-col a:hover,.footer-legal a:hover{color:var(--accent)}.footer-bottom{margin-top:18px;padding-top:14px;border-top:1px solid #ead4d1;display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap}.footer-bottom p{margin:0}.footer-legal{display:flex;gap:14px;flex-wrap:wrap}
@media(max-width:1024px){.cards{grid-template-columns:repeat(2,minmax(0,1fr))}.hero h1{font-size:2.4rem}}
@media(max-width:768px){.nav-main{display:none}.hero-grid{grid-template-columns:1fr}.cards{grid-template-columns:1fr}.therapist-card{min-width:84vw;max-width:84vw}.therapist-nav{width:34px;height:34px;font-size:1.35rem}.cta{flex-direction:column;align-items:flex-start}.footer-grid{grid-template-columns:1fr 1fr}.footer-bottom{flex-direction:column;align-items:flex-start}}
@media(max-width:560px){.footer-grid{grid-template-columns:1fr}}
