:root{
  --bg:#f5fbf6;
  --paper:rgba(255,255,255,.58);
  --ink:#14362b;
  --muted:rgba(20,54,43,.68);
  --soft:rgba(20,54,43,.52);
  --line:rgba(38,111,78,.14);
  --line-strong:rgba(38,111,78,.24);
  --green:#24724f;
  --green-dark:#174d38;
  --green-soft:#dcefe4;
  --max:1160px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;font-size:15px}
body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;font-weight:400;color:var(--ink);background:radial-gradient(circle at 12% 8%,rgba(197,232,211,.66),transparent 28rem),radial-gradient(circle at 92% 12%,rgba(224,244,231,.8),transparent 25rem),linear-gradient(135deg,#f8fdf9,#eef8f2 44%,#f9fcf9);line-height:1.6;overflow-x:hidden}
a{color:inherit;text-decoration:none}p,h1,h2,h3{margin:0}img{max-width:100%}.page-pad{width:min(calc(100% - 44px),var(--max));margin-inline:auto}.soft-orb{position:fixed;border-radius:999px;filter:blur(18px);pointer-events:none;z-index:-1}.orb-a{width:420px;height:420px;left:-150px;top:120px;background:rgba(171,218,189,.38)}.orb-b{width:360px;height:360px;right:-130px;bottom:80px;background:rgba(205,234,215,.42)}
.topbar{position:sticky;top:14px;z-index:40;width:min(calc(100% - 32px),var(--max));margin:14px auto 0;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:10px 12px;border:1px solid rgba(36,114,79,.13);border-radius:999px;background:rgba(249,254,251,.72);backdrop-filter:blur(22px);transition:.25s ease}.topbar.scrolled{box-shadow:0 18px 60px rgba(25,77,54,.08)}.brand{display:flex;align-items:center;gap:10px}.brand-mark{width:34px;height:34px;border-radius:999px;display:grid;place-items:center;background:linear-gradient(135deg,#dff2e7,#fff);border:1px solid rgba(36,114,79,.14);font-size:13px;letter-spacing:-.04em;color:var(--green-dark)}.brand-copy{display:grid;line-height:1.15}.brand-name{font-size:14px;letter-spacing:-.02em}.brand-note{font-size:10px;color:var(--soft);letter-spacing:.05em;text-transform:lowercase}.nav-links{display:flex;align-items:center;gap:6px}.nav-links a{font-size:12px;color:rgba(20,54,43,.72);padding:8px 10px;border-radius:999px}.nav-links a:hover,.nav-links .nav-cta{background:rgba(36,114,79,.08);color:var(--green-dark)}.nav-toggle{display:none;width:38px;height:38px;border:0;background:transparent;padding:9px}.nav-toggle span{display:block;height:1px;background:var(--green-dark);margin:5px 0}
.hero{display:grid;grid-template-columns:minmax(0,.88fr) minmax(360px,1.12fr);gap:52px;align-items:center;min-height:calc(100vh - 82px);padding-block:64px 52px}.micro-label{font-size:10.5px;letter-spacing:.16em;text-transform:uppercase;color:rgba(36,114,79,.78);margin-bottom:14px}.hero h1,h1{font-size:clamp(2.35rem,5vw,4.95rem);line-height:.96;letter-spacing:-.075em;font-weight:400;max-width:760px}.lead{margin-top:20px;max-width:620px;font-size:15.5px;line-height:1.86;color:var(--muted)}.hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:999px;border:1px solid rgba(36,114,79,.18);font-size:12.5px;letter-spacing:.02em;background:rgba(255,255,255,.42);color:var(--green-dark);transition:.2s ease}.btn:hover{transform:translateY(-1px);border-color:rgba(36,114,79,.32)}.btn.main{background:linear-gradient(135deg,#24724f,#1a5b41);color:#fff;border-color:transparent;box-shadow:0 14px 34px rgba(36,114,79,.18)}.btn.quiet{background:rgba(255,255,255,.36)}.hero-note{margin-top:16px;max-width:560px;font-size:12.3px;line-height:1.8;color:rgba(20,54,43,.58)}.hero-image{position:relative;margin:0;min-height:610px;border-radius:42px;overflow:hidden;background:rgba(255,255,255,.34);box-shadow:0 34px 90px rgba(18,72,45,.12)}.hero-image img{width:100%;height:100%;min-height:610px;object-fit:cover;display:block;filter:saturate(.98) contrast(1.02)}.hero-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 58%,rgba(15,55,36,.38));pointer-events:none}.hero-image figcaption{position:absolute;left:24px;bottom:22px;z-index:1;color:#fff;font-size:12px;letter-spacing:.05em;text-transform:lowercase}
.section-lines,.flow-section,.psychologist-section,.assessment-section,.note-section{padding-block:82px}.section-head{max-width:780px;margin:0 auto 34px;text-align:center}.section-head.left{margin-left:0;text-align:left}.section-head h2,.register-strip h2,.calm-note h2{font-size:clamp(1.75rem,3vw,2.55rem);line-height:1.1;letter-spacing:-.055em;font-weight:400}.small-copy{margin-top:12px;color:var(--muted);font-size:14px;line-height:1.82}.line-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--line-strong);border-bottom:1px solid var(--line-strong)}.line-item{display:grid;grid-template-columns:38px 1fr;gap:16px;padding:24px 24px 24px 0;border-bottom:1px solid var(--line);min-height:172px}.line-item:nth-child(3n+2),.line-item:nth-child(3n+3){border-left:1px solid var(--line);padding-left:24px}.line-item:nth-child(n+4){border-bottom:0}.num{font-size:11px;color:rgba(36,114,79,.62)}.line-item h3{font-size:15px;line-height:1.32;font-weight:400;letter-spacing:-.02em}.line-item p{margin-top:8px;font-size:13px;line-height:1.78;color:var(--muted)}
.process-track{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--line-strong);border-bottom:1px solid var(--line-strong);position:relative}.process-track:before{content:"";position:absolute;left:0;right:0;top:37px;height:1px;background:linear-gradient(90deg,rgba(36,114,79,.22),rgba(36,114,79,.04))}.process-step{position:relative;padding:58px 24px 24px 0;border-right:1px solid var(--line);min-height:198px}.process-step:last-child{border-right:0}.process-step:before{content:"";position:absolute;top:30px;left:0;width:14px;height:14px;border-radius:999px;background:rgba(249,254,251,.95);border:1px solid rgba(36,114,79,.34);box-shadow:0 0 0 6px rgba(36,114,79,.05)}.step-kicker{font-size:10.3px;letter-spacing:.15em;text-transform:uppercase;color:rgba(36,114,79,.82);margin-bottom:9px}.process-step h3{font-size:15px;line-height:1.35;font-weight:400;letter-spacing:-.02em}.process-step p:last-child{margin-top:8px;font-size:13px;line-height:1.78;color:var(--muted)}

.psychologist-showcase{border-top:1px solid var(--line-strong);border-bottom:1px solid var(--line-strong);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;background:rgba(255,255,255,.12)}.psychologist-profile{display:grid;grid-template-columns:104px 1fr;gap:16px;align-items:start;min-width:0;padding:18px 18px 18px 0;border-right:1px solid var(--line);border-bottom:0}.psychologist-profile:last-child{border-right:0}.psychologist-profile + .psychologist-profile{padding-left:18px}.psychologist-profile figure{width:104px;height:132px;margin:0;overflow:hidden;border-radius:22px;background:linear-gradient(135deg,rgba(255,255,255,.52),rgba(206,233,217,.24));border:1px solid rgba(36,114,79,.10)}.psychologist-profile img{width:100%;height:100%;object-fit:cover;object-position:center 12%;display:block}.profile-copy{display:flex;flex-direction:column;align-items:flex-start;min-height:132px}.person-role{margin-bottom:6px;color:rgba(36,114,79,.84);font-size:10px;letter-spacing:.13em;text-transform:uppercase}.psychologist-profile h3{font-size:14.5px;line-height:1.34;font-weight:400;letter-spacing:-.02em}.psychologist-profile p:not(.person-role){margin-top:7px;color:var(--muted);font-size:12.4px;line-height:1.62}.psychologist-profile a{margin-top:auto;padding-top:12px;font-size:10.8px;letter-spacing:.05em;text-transform:lowercase;color:#1e6a4c;border-bottom:1px solid rgba(36,114,79,.24);padding-bottom:3px}.psychologist-profile a:hover{border-color:rgba(36,114,79,.6)}
.register-strip{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center;padding:32px 0;border-top:1px solid var(--line-strong);border-bottom:1px solid var(--line-strong)}.register-strip p:not(.micro-label){margin-top:12px;max-width:720px;font-size:14px;line-height:1.82;color:var(--muted)}.register-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.calm-note{text-align:center;max-width:780px;margin-inline:auto}.calm-note p:last-child{margin-top:14px;color:var(--muted);font-size:14px;line-height:1.85}.footer{padding-block:28px 42px;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr auto auto;gap:24px;align-items:center}.footer-title{display:block;margin-bottom:6px;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--ink)}.footer p,.footer a{font-size:12.5px;color:rgba(20,54,43,.66)}
.reveal{opacity:0;transform:translateY(16px);transition:opacity .65s ease,transform .65s ease}.reveal.in-view{opacity:1;transform:none}.delay-1{transition-delay:.08s}.delay-2{transition-delay:.16s}
@media (max-width:960px){html{font-size:14px}.hero{grid-template-columns:1fr;gap:30px;min-height:auto}.hero-image,.hero-image img{min-height:420px}.line-grid{grid-template-columns:1fr 1fr}.line-item:nth-child(n){padding:20px 18px 20px 0;border-left:0}.line-item:nth-child(2n){padding-left:18px;border-left:1px solid var(--line)}.line-item:nth-child(3n+2),.line-item:nth-child(3n+3){border-left:0}.process-track{grid-template-columns:1fr 1fr}.process-track:before{display:none}.process-step{padding:24px 18px 24px 0;border-bottom:1px solid var(--line)}.process-step:nth-child(2n){border-right:0;padding-left:18px}.process-step:before{position:static;display:block;margin-bottom:18px;width:12px;height:12px}.psychologist-showcase{grid-template-columns:1fr 1fr}.psychologist-profile:nth-child(3){grid-column:1/-1;border-left:0;padding-left:0;grid-template-columns:minmax(220px,.5fr) 1fr;grid-template-rows:1fr;gap:24px;align-items:end}.psychologist-profile:nth-child(3) figure{margin-bottom:0}.register-strip{grid-template-columns:1fr}.register-actions{justify-content:flex-start}.footer{grid-template-columns:1fr;align-items:start}}
@media (max-width:720px){.page-pad{width:min(100% - 28px,var(--max))}.topbar{width:calc(100% - 20px);margin-top:10px}.nav-toggle{display:block}.nav-links{position:absolute;left:0;right:0;top:calc(100% + 8px);display:none;flex-direction:column;align-items:stretch;padding:10px;border:1px solid rgba(36,114,79,.14);border-radius:24px;background:rgba(249,254,251,.9);backdrop-filter:blur(22px);box-shadow:0 18px 58px rgba(25,77,54,.09)}.nav-links.is-open{display:flex}.nav-links a{padding:10px 12px}.hero{padding:38px 0 36px}.hero h1{font-size:2.36rem}.lead{font-size:14px;line-height:1.78}.hero-note{font-size:11.8px}.hero-image,.hero-image img{min-height:340px;border-radius:28px}.section-lines,.flow-section,.psychologist-section,.assessment-section,.note-section{padding-block:54px}.section-head{text-align:left;margin-left:0}.section-head h2,.register-strip h2,.calm-note h2{font-size:1.78rem}.line-grid{grid-template-columns:1fr}.line-item:nth-child(n){grid-template-columns:30px 1fr;padding:18px 0;border-left:0!important}.process-track{grid-template-columns:1fr}.process-step:nth-child(n){border-right:0;padding:22px 0;border-bottom:1px solid var(--line);min-height:auto}.process-step:last-child{border-bottom:0}.process-step h3{font-size:14.5px}.process-step p:last-child{font-size:12.8px}.psychologist-showcase{grid-template-columns:1fr}.psychologist-profile,.psychologist-profile + .psychologist-profile,.psychologist-profile:nth-child(3){display:grid;grid-template-columns:92px 1fr;grid-template-rows:auto;gap:14px;border-left:0;padding:18px 0;border-bottom:1px solid var(--line);align-items:start}.psychologist-profile figure,.psychologist-profile:nth-child(3) figure{width:92px;height:118px;aspect-ratio:auto;margin:0;border-radius:22px}.profile-copy{min-height:0}.person-role{font-size:9.8px}.psychologist-profile h3{font-size:14px}.psychologist-profile p:not(.person-role){font-size:12.5px;line-height:1.68}.psychologist-profile a{margin-top:10px;padding-top:0}.hero-actions,.register-actions{gap:8px}.btn{min-height:38px;padding-inline:13px}.footer{gap:10px}}
@media print{.topbar,.hero-actions,.register-actions,.footer,.soft-orb{display:none!important}body{background:#fff;color:#111}.page-pad{width:100%;max-width:100%;padding-inline:20px}.hero{display:block}.hero-image{display:none}}


/* v2.7 compact psychologist override */
@media (max-width:1060px){.psychologist-showcase{grid-template-columns:1fr 1fr}.psychologist-profile:nth-child(2){border-right:0}.psychologist-profile:nth-child(3){grid-column:1/-1;border-top:1px solid var(--line);border-right:0;padding-left:0}.psychologist-profile:nth-child(3) figure{width:104px;height:132px}}
@media (max-width:720px){.psychologist-showcase{grid-template-columns:1fr;border-bottom:0}.psychologist-profile,.psychologist-profile + .psychologist-profile,.psychologist-profile:nth-child(3){grid-column:auto;display:grid;grid-template-columns:82px 1fr;gap:12px;padding:15px 0;border-right:0;border-left:0;border-top:0;border-bottom:1px solid var(--line);align-items:start}.psychologist-profile figure,.psychologist-profile:nth-child(3) figure{width:82px;height:104px;border-radius:18px;margin:0}.profile-copy{min-height:104px}.psychologist-profile h3{font-size:13.6px}.psychologist-profile p:not(.person-role){font-size:12px;line-height:1.55}.person-role{font-size:9.4px;margin-bottom:4px}.psychologist-profile a{font-size:10px;padding-top:8px}.section-head .small-copy{font-size:13px}.register-actions .btn{width:100%}}
