:root{--bg: #f5f7fb;--surface: #ffffff;--surface-soft: #f8fafc;--ink: #0f172a;--ink-soft: #475569;--line: #e2e8f0;--brand: #2563eb;--brand-strong: #1d4ed8;--accent: #0ea5e9;--radius-lg: 14px;--radius-md: 10px;--shadow-sm: 0 1px 2px rgba(15, 23, 42, .05);--shadow-md: 0 8px 28px rgba(15, 23, 42, .07);--layout-max: 1120px;--layout-gutter: clamp(1rem, 2.4vw, 1.25rem)}*{box-sizing:border-box}html,body{margin:0;min-height:100%}body{color:var(--ink);font-family:Manrope,Avenir Next,Segoe UI,sans-serif;line-height:1.56;background:radial-gradient(circle at 92% 0%,#2563eb17,#2563eb00 34%),linear-gradient(180deg,#f8fbff 0%,var(--bg) 42%,#f8fafc 100%)}main,.site-header,.site-footer{max-width:var(--layout-max);margin:0 auto;padding-left:var(--layout-gutter);padding-right:var(--layout-gutter)}main{padding-top:1.1rem;padding-bottom:1.6rem}.site-header{margin-top:.85rem}.site-header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.8rem .9rem;border:1px solid var(--line);border-radius:var(--radius-lg);background:#ffffffed;box-shadow:var(--shadow-sm)}.brand{color:var(--ink);text-decoration:none;font-family:Space Grotesk,Manrope,sans-serif;font-weight:700;font-size:1.4rem;letter-spacing:-.02em}.site-nav{display:flex;gap:.95rem;flex-wrap:wrap}.site-nav a,.site-footer a{color:#334155;text-decoration:none;font-weight:700;font-size:.92rem}.site-nav a:hover,.site-footer a:hover{color:var(--brand)}.section{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);padding:clamp(1rem,2.3vw,1.4rem);margin-bottom:.9rem;box-shadow:var(--shadow-sm)}.hero{display:grid;gap:.9rem;grid-template-columns:1.2fr .8fr;background:linear-gradient(180deg,#fff,#f8fbff)}.hero.section{box-shadow:var(--shadow-md)}.eyebrow{margin:0 0 .65rem;text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;color:var(--brand-strong);font-weight:800}.hero-copy h1{margin:0;font-family:Space Grotesk,Manrope,sans-serif;font-size:clamp(1.85rem,4.2vw,3rem);line-height:1.05;letter-spacing:-.04em;max-width:16ch}.lead{margin:.7rem 0 0;color:var(--ink);font-weight:800;font-size:clamp(1rem,2vw,1.12rem)}.hero-sublead{margin:.45rem 0 0;color:var(--ink-soft);max-width:56ch}.hero-proof-list{list-style:none;margin:.75rem 0 0;padding:0;display:grid;gap:.36rem}.hero-proof-list li{display:flex;align-items:flex-start;gap:.48rem;color:#1e293b;font-weight:700}.hero-proof-list li:before{content:"";width:7px;height:7px;margin-top:.52rem;border-radius:50%;background:var(--brand);flex-shrink:0}.hero-shot{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-soft);padding:.8rem}.hero-shot-label{margin:0;text-transform:uppercase;letter-spacing:.12em;font-size:.68rem;color:#1e3a8a;font-weight:800}.hero-shot-frame{margin:.45rem 0 0;border:1px solid var(--line);border-radius:8px;padding:.32rem;background:#fff}.hero-shot-frame img{width:100%;max-width:250px;margin:0 auto;height:auto;display:block;border-radius:6px}.hero-shot-note{margin:.45rem 0 0;color:var(--ink-soft);font-size:.87rem;font-weight:700}h2,h3{margin:0 0 .62rem;font-family:Space Grotesk,Manrope,sans-serif;line-height:1.14;letter-spacing:-.016em}.section-copy{margin:0;color:var(--ink-soft)}.value-list{list-style:none;padding:0;margin:0}.session-line{list-style:none;margin:.7rem 0 0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.session-line li{font-family:Space Grotesk,Manrope,sans-serif;font-weight:700;color:#1e293b;padding:.35rem .1rem .35rem .7rem;border-left:2px solid #bfdbfe}.session-line li.is-muted{color:var(--ink-soft);border-left-color:#dbeafe}.steps-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem}.step-card{border:1px solid var(--line);border-top:3px solid #bfdbfe;border-radius:var(--radius-md);background:#fff;padding:.86rem}.step-index{margin:0 0 .42rem;color:#0369a1;font-family:Space Grotesk,Manrope,sans-serif;font-weight:700}.step-card p{margin:0;color:var(--ink-soft)}.why-section .value-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem .8rem}.value-list li{display:flex;align-items:flex-start;gap:.46rem;color:#1e293b;font-weight:700}.value-list li:before{content:"";width:7px;height:7px;margin-top:.5rem;border-radius:50%;background:var(--accent);flex-shrink:0}.tagline{margin:.9rem 0 0;font-family:Space Grotesk,Manrope,sans-serif;font-weight:700;color:#1e3a8a}.section-head{margin-bottom:.72rem}.gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}.shot{margin:0;border:1px solid var(--line);border-radius:12px;padding:.52rem;background:#fff}.shot img{width:100%;height:auto;display:block;border-radius:8px}.text-page{max-width:840px}.text-page h1{margin-top:0;font-family:Space Grotesk,Manrope,sans-serif}.text-page ul{padding-left:1.2rem}.feedback-form{display:grid;gap:.58rem;max-width:620px}.feedback-form input,.feedback-form textarea{border:1px solid #cbd5e1;border-radius:8px;padding:.7rem;color:var(--ink);background:#fff;font:inherit}.feedback-form input::placeholder,.feedback-form textarea::placeholder{color:#64748b}.button{display:inline-flex;align-items:center;justify-content:center;border:1px solid #cbd5e1;border-radius:8px;padding:.6rem .92rem;text-decoration:none;color:var(--ink);font-weight:800;font-size:.92rem;background:#fff}.button.primary{border-color:var(--brand);color:#fff;background:linear-gradient(180deg,var(--brand),var(--brand-strong))}.site-footer{margin-bottom:1.15rem;display:flex;justify-content:space-between;gap:.9rem;flex-wrap:wrap;color:var(--ink-soft)}.site-footer p{margin:0;display:flex;gap:.85rem}@media(max-width:950px){.hero{grid-template-columns:1fr}.session-line,.steps-grid,.gallery,.why-section .value-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.site-header-inner{border-radius:12px;flex-direction:column;align-items:flex-start;padding:.8rem}.section{border-radius:12px;padding:.92rem}.session-line,.steps-grid,.gallery,.why-section .value-list{grid-template-columns:1fr}.site-footer p{flex-wrap:wrap}}
