:root {
  --navy: #163156;
  --navy-dark: #0d2442;
  --gold: #9d793b;
  --gold-light: #ccaa6b;
  --cream: #f8f4ec;
  --cream-deep: #efe7d8;
  --white: #ffffff;
  --ink: #1c2b3d;
  --muted: #687588;
  --line: #dce2e8;
  --success: #26715a;
  --success-bg: #e8f5ef;
  --warning: #996818;
  --warning-bg: #fff4d8;
  --danger: #a13f42;
  --danger-bg: #fae9e9;
  --info: #2b628e;
  --info-bg: #e7f1f8;
  --shadow: 0 20px 55px rgba(22, 49, 86, .12);
  --shadow-soft: 0 8px 28px rgba(22, 49, 86, .08);
  --radius: 20px;
  --radius-small: 12px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: #fbfcfd;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
a { color: inherit; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
svg { width: 1.15em; height: 1.15em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.container.narrow { width: min(880px, calc(100% - 40px)); }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(22,49,86,.09);
  backdrop-filter: blur(16px);
}
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: var(--navy); }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--gold-light); border-radius: 50%; color: var(--gold); font-family: Georgia, serif; font-size: 26px; }
.brand strong { display: block; font-family: Georgia, serif; font-size: 21px; letter-spacing: .02em; }
.brand small { display: block; margin-top: -3px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .14em; }
.main-nav { display: flex; align-items: center; gap: 24px; }
.main-nav > a, .link-button { border: 0; background: none; text-decoration: none; color: var(--navy); font-weight: 700; font-size: 14px; }
.main-nav > a:hover, .link-button:hover { color: var(--gold); }
.nav-toggle { display: none; border: 1px solid var(--line); background: var(--white); color: var(--navy); border-radius: 10px; padding: 8px 12px; font-weight: 800; }
.inline-form { display: inline-flex; margin: 0; }
.icon { display: inline-grid; place-items: center; vertical-align: -0.14em; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid var(--navy);
  border-radius: 999px;
  background: var(--navy);
  color: var(--white);
  padding: 13px 22px;
  text-decoration: none;
  font-weight: 800;
  line-height: 1.2;
  box-shadow: 0 10px 24px rgba(22,49,86,.16);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-1px); background: var(--navy-dark); box-shadow: 0 14px 30px rgba(22,49,86,.2); }
.button[aria-busy="true"] { opacity: .72; }
.button-secondary { background: var(--white); color: var(--navy); box-shadow: none; }
.button-secondary:hover { background: var(--cream); }
.button-small { padding: 9px 15px; font-size: 13px; }
.button-full { width: 100%; }
.button-success { background: var(--success); border-color: var(--success); }
.button-danger { background: var(--white); border-color: #d89c9e; color: var(--danger); box-shadow: none; }
.eyebrow { display: block; margin-bottom: 10px; color: var(--gold); font-size: 12px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { color: var(--navy); line-height: 1.18; margin-top: 0; }
h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(38px, 5vw, 66px); font-weight: 500; letter-spacing: -.025em; }
h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(28px, 3vw, 40px); font-weight: 500; }
h3 { font-size: 18px; }
p { margin-top: 0; }
.hero { overflow: hidden; background: linear-gradient(120deg, #fff 0%, #fff 47%, var(--cream) 100%); border-bottom: 1px solid var(--cream-deep); }
.hero-grid { min-height: 650px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 80px; padding-block: 80px; }
.hero-copy { max-width: 650px; }
.hero-copy h1 { margin-bottom: 24px; }
.hero-lead { max-width: 630px; color: var(--muted); font-size: 20px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 30px; }
.local-badge { display: inline-flex; margin-top: 24px; padding: 7px 12px; border-radius: 999px; background: rgba(157,121,59,.09); color: #765923; font-size: 12px; font-weight: 800; }
.hero-card { position: relative; padding: 28px; background: rgba(255,255,255,.88); border: 1px solid rgba(157,121,59,.24); border-radius: 28px; box-shadow: var(--shadow); }
.hero-card::before { content: ""; position: absolute; width: 220px; height: 220px; right: -85px; top: -90px; border: 1px solid rgba(157,121,59,.23); border-radius: 50%; }
.mini-progress { height: 7px; margin-bottom: 28px; overflow: hidden; border-radius: 999px; background: #e9edf1; }
.mini-progress span { display: block; height: 100%; background: linear-gradient(90deg, var(--gold), var(--gold-light)); border-radius: inherit; }
.hero-step { display: grid; grid-template-columns: 45px 1fr auto; align-items: center; gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.hero-step:last-child { border-bottom: 0; }
.hero-step b { color: var(--gold); font-size: 13px; letter-spacing: .1em; }
.hero-step strong, .hero-step small { display: block; }
.hero-step small { margin-top: 3px; color: var(--muted); }
.hero-step.done .icon { color: var(--success); }
.hero-step.active .icon { color: var(--gold); }
.hero-step.locked { opacity: .62; }
.section { padding: 80px 0; }
.section-heading { margin-bottom: 32px; }
.section-heading.centered { text-align: center; max-width: 720px; margin-inline: auto; margin-bottom: 46px; }
.section-heading.compact h2 { margin-bottom: 8px; font-size: 31px; }
.section-heading.compact p { color: var(--muted); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-card { min-height: 230px; padding: 32px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-soft); }
.feature-number { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 26px; border-radius: 50%; background: var(--cream); color: var(--gold); font-weight: 900; }
.feature-card p { color: var(--muted); }
.flash-wrap { position: relative; z-index: 10; }
.flash { margin-top: 16px; padding: 14px 18px; border: 1px solid; border-radius: 12px; font-weight: 700; }
.flash-success { background: var(--success-bg); border-color: #b7ddcc; color: var(--success); }
.flash-danger { background: var(--danger-bg); border-color: #eabfc0; color: var(--danger); }
.flash-info { background: var(--info-bg); border-color: #bad5e7; color: var(--info); }
.auth-section { min-height: calc(100vh - 160px); display: grid; align-items: center; padding: 75px 0; background: linear-gradient(135deg, var(--cream), #fff 54%); }
.auth-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; }
.auth-intro { max-width: 500px; }
.auth-intro h1 { margin-bottom: 18px; }
.auth-intro > p { color: var(--muted); font-size: 18px; }
.auth-trust { display: grid; gap: 10px; margin-top: 32px; color: var(--navy); font-weight: 700; }
.auth-trust .icon { color: var(--gold); margin-right: 6px; }
.auth-card { max-width: 560px; width: 100%; justify-self: end; padding: 38px; background: var(--white); border: 1px solid rgba(157,121,59,.2); border-radius: 25px; box-shadow: var(--shadow); }
.form-stack { display: grid; gap: 20px; }
.form-stack label { display: grid; gap: 8px; color: var(--navy); font-size: 14px; font-weight: 800; }
input, textarea { width: 100%; border: 1px solid #cdd6df; border-radius: 12px; background: #fff; color: var(--ink); padding: 13px 14px; outline: none; transition: border .18s, box-shadow .18s; }
textarea { resize: vertical; line-height: 1.55; }
input:focus, textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(157,121,59,.11); }
.checkbox { grid-template-columns: auto 1fr !important; align-items: start; font-weight: 600 !important; color: var(--muted) !important; }
.checkbox input { width: 18px; height: 18px; margin-top: 2px; }
.auth-bottom { display: flex; justify-content: center; gap: 7px; margin-top: 22px; color: var(--muted); }
.auth-bottom a, .auth-help-link { color: var(--gold); font-weight: 800; }
.auth-help-link { display: block; text-align: center; margin-top: 12px; font-size: 14px; }
.role-pill { display: inline-block; margin-bottom: 14px; padding: 5px 10px; border-radius: 999px; background: var(--cream); color: var(--gold); font-size: 12px; font-weight: 900; }
code { padding: 2px 6px; border-radius: 6px; background: #f1f3f5; color: var(--navy-dark); }
.notice { margin-top: 24px; padding: 17px 20px; border: 1px solid #e6d2a8; border-radius: 14px; background: #fffaf0; color: #765923; }
.notice-success { border-color: #b7ddcc; background: var(--success-bg); color: var(--success); }
.dashboard-head { padding: 54px 0; background: linear-gradient(110deg, var(--navy-dark), var(--navy)); color: #fff; }
.dashboard-head .container { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.dashboard-head h1, .dashboard-head p { color: #fff; }
.dashboard-head h1 { margin-bottom: 11px; font-size: clamp(36px, 4vw, 54px); }
.dashboard-head p { max-width: 720px; margin-bottom: 0; opacity: .74; }
.dashboard-head .eyebrow { color: var(--gold-light); }
.dashboard-head.small { padding: 42px 0; }
.dashboard-head.small h1 { font-size: clamp(34px, 4vw, 48px); }
.profile-chip { display: flex; align-items: center; gap: 12px; max-width: 340px; padding: 12px 16px; border: 1px solid rgba(255,255,255,.18); border-radius: 14px; background: rgba(255,255,255,.08); }
.profile-chip .icon { font-size: 23px; color: var(--gold-light); }
.profile-chip small, .profile-chip strong { display: block; }
.profile-chip small { opacity: .7; }
.profile-chip strong { overflow-wrap: anywhere; font-size: 13px; }
.back-link { display: inline-block; margin-bottom: 18px; color: var(--gold-light); text-decoration: none; font-weight: 800; font-size: 13px; }
.dashboard-section { background: #f7f9fb; }
.dashboard-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 28px; align-items: start; }
.dashboard-main { min-width: 0; }
.dashboard-side { display: grid; gap: 20px; }
.progress-card { margin-bottom: 36px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-soft); }
.progress-top { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.progress-top span, .progress-top strong { display: block; }
.progress-top span { color: var(--muted); font-size: 13px; font-weight: 700; }
.progress-top strong { color: var(--navy); font-size: 20px; }
.progress-top > b { color: var(--gold); font-size: 28px; }
.progress-track { height: 10px; margin: 20px 0 14px; overflow: hidden; border-radius: 999px; background: #e7ebef; }
.progress-track span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--gold), var(--gold-light)); }
.progress-card p { margin-bottom: 0; color: var(--muted); }
.stage-list { display: grid; gap: 14px; }
.stage-row { display: grid; grid-template-columns: 58px minmax(0,1fr) auto; align-items: center; gap: 18px; padding: 21px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: 0 4px 18px rgba(22,49,86,.04); }
.stage-row.stage-locked { opacity: .68; background: #f7f8fa; }
.stage-row.stage-approved { border-left: 4px solid var(--success); }
.stage-row.stage-awaiting_review { border-left: 4px solid var(--gold); }
.stage-row.stage-revision_requested { border-left: 4px solid var(--danger); }
.stage-index { display: grid; place-items: center; width: 50px; height: 50px; border-radius: 50%; background: var(--cream); color: var(--gold); font-weight: 900; letter-spacing: .06em; }
.stage-title-line { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.stage-title-line h3 { margin: 0; }
.stage-info > p { margin: 5px 0 0; color: var(--muted); font-size: 14px; }
.stage-action { min-width: 185px; text-align: right; }
.status { display: inline-flex; align-items: center; width: max-content; padding: 5px 9px; border-radius: 999px; font-size: 11px; font-weight: 900; white-space: nowrap; }
.status-success { background: var(--success-bg); color: var(--success); }
.status-warning { background: var(--warning-bg); color: var(--warning); }
.status-danger { background: var(--danger-bg); color: var(--danger); }
.status-info { background: var(--info-bg); color: var(--info); }
.status-gold { background: #f6eddc; color: #795a22; }
.status-muted { background: #eceff2; color: #697482; }
.locked-label { display: inline-flex; align-items: center; gap: 5px; color: var(--muted); font-size: 12px; }
.feedback-snippet { margin-top: 12px; padding: 10px 12px; border-radius: 10px; background: var(--danger-bg); color: #7f3436; font-size: 13px; }
.side-card { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-soft); }
.side-card h2 { margin-bottom: 15px; font-size: 25px; }
.side-title { display: flex; align-items: center; gap: 10px; }
.side-title .icon { color: var(--gold); font-size: 22px; }
.side-title h2 { margin-bottom: 0; }
.notification-list { margin-top: 15px; }
.notification { padding: 14px 0; border-top: 1px solid var(--line); }
.notification strong { color: var(--navy); font-size: 14px; }
.notification p { margin: 4px 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.notification time { color: #8993a0; font-size: 11px; }
.help-card { background: var(--cream); border-color: #e5d6b9; }
.empty, .muted-text { color: var(--muted); }
.lesson-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 28px; align-items: start; }
.lesson-main { display: grid; gap: 20px; }
.lesson-side { display: grid; gap: 20px; position: sticky; top: 100px; }
.content-card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-soft); }
.content-card h2 { margin-bottom: 17px; font-size: 30px; }
.card-kicker { display: block; margin-bottom: 8px; color: var(--gold); font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.accent-card { background: var(--cream); border-color: #e4d5b8; }
.preserve-lines { white-space: pre-line; }
.check-list { display: grid; gap: 12px; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: 14px; }
.check-list li.done { color: var(--success); font-weight: 800; }
.price { margin-bottom: 8px; color: var(--navy); font-family: Georgia, serif; font-size: 35px; }
.side-card > p { color: var(--muted); font-size: 13px; }
.report-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; }
.report-head h2 { margin-bottom: 4px; }
.report-head p { color: var(--muted); }
.report-dl { display: grid; gap: 0; margin: 12px 0 0; }
.report-dl > div { padding: 17px 0; border-top: 1px solid var(--line); }
.report-dl dt { margin-bottom: 5px; color: var(--navy); font-weight: 900; }
.report-dl dd { margin: 0; color: var(--muted); white-space: pre-line; }
.feedback-block { padding-inline: 16px !important; border-radius: 12px; background: var(--cream); }
.therapist-feedback { margin-bottom: 20px; padding: 16px; border-radius: 12px; background: var(--danger-bg); color: #7f3436; }
.therapist-feedback p { margin: 6px 0 0; }
.timeline { position: relative; display: grid; gap: 18px; }
.timeline::before { content: ""; position: absolute; left: 8px; top: 12px; bottom: 12px; width: 1px; background: #d7dee5; }
.timeline-item { position: relative; padding-left: 35px; }
.timeline-dot { position: absolute; left: 0; top: 24px; width: 17px; height: 17px; border: 4px solid var(--cream); border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 1px var(--gold-light); }
.timeline-card { padding: 20px; border: 1px solid var(--line); border-radius: 15px; background: var(--white); box-shadow: var(--shadow-soft); }
.timeline-top { display: flex; justify-content: space-between; gap: 20px; }
.timeline-top strong { color: var(--navy); }
.timeline-top time { color: var(--muted); font-size: 12px; white-space: nowrap; }
.timeline-card p { margin: 8px 0 3px; color: var(--muted); }
.timeline-card small { color: #8792a0; }
.patient-name { color: var(--gold) !important; font-weight: 800; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; margin-bottom: 36px; }
.stats-grid article { padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: var(--shadow-soft); }
.stats-grid span, .stats-grid strong { display: block; }
.stats-grid span { color: var(--muted); font-size: 13px; font-weight: 700; }
.stats-grid strong { margin-top: 8px; color: var(--navy); font-family: Georgia, serif; font-size: 34px; }
.therapist-grid { display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: 28px; align-items: start; }
.patient-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-soft); }
.patient-table { width: 100%; border-collapse: collapse; min-width: 760px; }
.patient-table th, .patient-table td { padding: 17px 18px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: middle; }
.patient-table th { background: #f6f8fa; color: var(--muted); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.patient-table tr:last-child td { border-bottom: 0; }
.patient-table td strong, .patient-table td small { display: block; }
.patient-table td small { color: var(--muted); }
.pending-count { color: var(--warning); font-weight: 800; }
.therapist-patient-layout { display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: 28px; align-items: start; }
.review-card { margin-bottom: 20px; }
.review-form { margin-top: 20px; padding-top: 22px; border-top: 1px solid var(--line); }
.decision-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.compact-list .stage-row { grid-template-columns: 58px minmax(0,1fr); }
.top-space { margin-top: 40px; }
.mini-history { display: grid; }
.mini-history > div { padding: 12px 0; border-top: 1px solid var(--line); }
.mini-history strong, .mini-history small { display: block; }
.mini-history strong { color: var(--navy); font-size: 13px; }
.mini-history small { color: var(--muted); }
.error-section { min-height: 65vh; display: grid; place-items: center; padding: 80px 0; text-align: center; }
.error-code { color: var(--gold-light); font-family: Georgia, serif; font-size: 80px; line-height: 1; }
.error-section p { color: var(--muted); font-size: 18px; }
.site-footer { padding: 32px 0; border-top: 1px solid var(--line); background: var(--white); }
.footer-inner { display: flex; justify-content: space-between; gap: 30px; color: var(--muted); font-size: 13px; }
.footer-inner strong { color: var(--navy); }
.privacy-note { max-width: 520px; text-align: right; }


.stage-duration {
  display: block;
  margin-top: 9px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
}
.module-duration-top {
  display: inline-flex;
  margin-top: 14px;
  padding: 7px 11px;
  border: 1px solid rgba(204,170,107,.32);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: #f1e1c1;
  font-size: 13px;
}
.module-material {
  overflow: hidden;
  padding: 0;
}
.module-material-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  padding: 30px 32px 24px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(135deg, #fff, var(--cream));
}
.module-material-head h2 {
  margin: 0;
  font-size: clamp(27px, 3vw, 36px);
}
.duration-pill {
  flex: 0 0 auto;
  max-width: 250px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--navy);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
}
.source-material-note {
  margin: 20px 32px 0;
  padding: 14px 16px;
  border-left: 3px solid var(--gold);
  border-radius: 0 10px 10px 0;
  background: var(--cream);
  color: #655b4b;
  font-size: 13px;
  line-height: 1.6;
}
.module-document {
  max-width: 820px;
  padding: 22px 32px 38px;
}
.module-heading {
  margin: 38px 0 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e0d5;
  color: var(--navy);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 2.7vw, 33px);
  font-weight: 500;
}
.module-heading:first-child {
  margin-top: 8px;
}
.module-subheading {
  margin: 30px 0 11px;
  color: var(--navy);
  font-size: 20px;
  line-height: 1.35;
}
.module-minor-heading {
  margin: 23px 0 8px;
  color: #334b68;
  font-size: 16px;
  line-height: 1.4;
}
.module-paragraph {
  margin: 0 0 10px;
  color: #405064;
  font-size: 15px;
  line-height: 1.75;
}
.module-paragraph.module-bullet {
  position: relative;
  padding-left: 18px;
}
.module-paragraph.module-bullet::before {
  content: "";
  position: absolute;
  left: 1px;
  top: .72em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold-light);
}
.module-safety {
  padding: 14px 16px;
  border-left: 3px solid var(--danger);
  border-radius: 0 10px 10px 0;
  background: var(--danger-bg);
  color: #6f383b;
}
.module-summary {
  padding: 14px 16px;
  border-left: 3px solid var(--gold);
  border-radius: 0 10px 10px 0;
  background: var(--cream);
}
.module-goal {
  color: var(--navy);
  font-weight: 700;
}

@media (max-width: 1000px) {
  .hero-grid { grid-template-columns: 1fr; min-height: auto; gap: 45px; }
  .hero-card { max-width: 720px; }
  .dashboard-layout, .therapist-grid, .therapist-patient-layout { grid-template-columns: 1fr; }
  .dashboard-side, .therapist-grid aside { grid-template-columns: repeat(2, 1fr); }
  .lesson-layout { grid-template-columns: 1fr; }
  .lesson-side { position: static; grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .container, .container.narrow { width: min(100% - 24px, 1180px); }
  .header-inner { min-height: 66px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand strong { font-size: 18px; }
  .nav-toggle { display: block; }
  .main-nav { display: none; position: absolute; left: 12px; right: 12px; top: 72px; padding: 18px; flex-direction: column; align-items: stretch; gap: 14px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .main-nav .inline-form, .main-nav .link-button { width: 100%; text-align: left; }
  h1 { font-size: 40px; }
  .hero-grid { padding-block: 58px; }
  .hero-lead { font-size: 17px; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .hero-card { padding: 20px; }
  .hero-step { grid-template-columns: 38px 1fr auto; }
  .feature-grid, .auth-grid { grid-template-columns: 1fr; }
  .auth-grid { gap: 36px; }
  .auth-card { padding: 25px; }
  .section { padding: 58px 0; }
  .dashboard-head { padding: 38px 0; }
  .dashboard-head .container { align-items: flex-start; flex-direction: column; }
  .profile-chip { width: 100%; max-width: none; }
  .stage-row { grid-template-columns: 48px minmax(0,1fr); padding: 17px; }
  .stage-index { width: 42px; height: 42px; }
  .stage-action { grid-column: 1 / -1; min-width: 0; text-align: left; }
  .stage-action .button, .stage-action form, .stage-action form button { width: 100%; }
  .dashboard-side, .therapist-grid aside, .lesson-side { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .content-card { padding: 22px; }
  .report-head, .progress-top, .timeline-top { flex-direction: column; align-items: flex-start; gap: 8px; }
  .decision-actions { display: grid; }
  .decision-actions .button { width: 100%; }
  .footer-inner { flex-direction: column; }
  .privacy-note { text-align: left; }
}

@media (max-width: 430px) {
  .stats-grid { grid-template-columns: 1fr; }
  .hero-step small { font-size: 11px; }
  .stage-title-line { display: grid; }
}

@media (max-width: 760px) {
  .module-material-head { padding: 23px 20px 19px; flex-direction: column; }
  .duration-pill { max-width: 100%; }
  .source-material-note { margin: 16px 20px 0; }
  .module-document { padding: 18px 20px 28px; }
  .module-heading { margin-top: 30px; font-size: 26px; }
  .module-subheading { font-size: 18px; }
  .module-paragraph { font-size: 14px; line-height: 1.7; }
}

/* Płatności */
.payment-hero { min-height: calc(100vh - 160px); padding: 42px 0 70px; background: linear-gradient(180deg, #f8f5ee 0%, #fff 65%); }
.payment-shell { display: grid; grid-template-columns: minmax(0, 1fr) 300px; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--shadow); }
.payment-main { padding: 34px; }
.payment-main h1 { margin: 8px 0 6px; font-size: clamp(30px, 4vw, 44px); }
.payment-main > p { color: var(--muted); }
.payment-provider { display: flex; align-items: center; gap: 12px; margin-bottom: 26px; }
.payment-provider strong, .payment-provider small { display: block; }
.payment-provider strong { color: var(--navy); font-size: 17px; }
.payment-provider small { color: var(--muted); font-size: 12px; }
.p24-mark { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 12px; background: #163156; color: #fff; font-weight: 900; letter-spacing: -.04em; }
.payment-order { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 25px 0; padding: 18px 20px; border-radius: 14px; background: var(--cream); }
.payment-order span { color: var(--muted); font-weight: 700; }
.payment-order strong { color: var(--navy); font-family: Georgia, serif; font-size: 30px; }
.payment-form fieldset { display: grid; gap: 10px; padding: 0; border: 0; }
.payment-form legend { margin-bottom: 10px; color: var(--navy); font-weight: 900; }
.payment-method { display: grid; grid-template-columns: 22px 48px minmax(0, 1fr); gap: 12px; align-items: center; padding: 15px; border: 1px solid var(--line); border-radius: 14px; cursor: pointer; transition: .15s ease; }
.payment-method:hover { border-color: #c9b07b; background: #fffdf8; }
.payment-method input { width: 18px; height: 18px; accent-color: var(--navy); }
.payment-method strong, .payment-method small { display: block; }
.payment-method strong { color: var(--navy); }
.payment-method small { margin-top: 2px; color: var(--muted); line-height: 1.4; }
.method-icon { display: grid; place-items: center; width: 44px; height: 36px; border-radius: 9px; background: #f0f3f6; color: var(--navy); font-size: 12px; font-weight: 900; }
.blik-icon { background: #111; color: #fff; letter-spacing: -.02em; }
.payment-confirm { margin-top: 20px; }
.payment-summary { padding: 34px 26px; border-left: 1px solid var(--line); background: #f7f8fa; }
.payment-summary h2 { margin-bottom: 5px; font-size: 28px; }
.payment-summary > p { color: var(--muted); }
.payment-summary dl { margin: 26px 0; }
.payment-summary dl > div { padding: 13px 0; border-top: 1px solid #dfe4e8; }
.payment-summary dt { color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.payment-summary dd { margin: 4px 0 0; color: var(--navy); font-weight: 800; }
.secure-note { padding: 13px; border-radius: 12px; background: #edf6f0; color: #326348; font-size: 12px; line-height: 1.5; }

@media (max-width: 760px) {
  .payment-shell { grid-template-columns: 1fr; }
  .payment-main { padding: 24px 18px; }
  .payment-summary { border-top: 1px solid var(--line); border-left: 0; padding: 24px 18px; }
  .payment-method { grid-template-columns: 20px 42px minmax(0, 1fr); padding: 12px; }
}

/* Media, wiadomości i konsultacje */
select, fieldset { font: inherit; }
select { width:100%; border:1px solid #cdd6df; border-radius:12px; background:#fff; color:var(--ink); padding:13px 14px; }
.feature-two-col { display:grid; grid-template-columns:minmax(0,1.45fr) minmax(260px,.55fr); gap:28px; align-items:start; }
.upload-rules { padding:13px 15px; border-radius:12px; background:var(--cream); color:var(--muted); font-size:13px; }
.media-submission { margin-bottom:20px; }
.media-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; margin-top:18px; }
.media-tile { overflow:hidden; border:1px solid var(--line); border-radius:14px; background:#f7f9fb; }
.media-tile img { display:block; width:100%; height:220px; object-fit:contain; background:#0d1722; }
.media-tile > div { display:grid; gap:3px; padding:11px 12px; }
.media-tile strong { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size:13px; }
.media-tile small { color:var(--muted); }
.admin-badge { padding:13px 16px; border:1px solid rgba(204,170,107,.45); border-radius:14px; background:rgba(255,255,255,.08); }
.admin-badge strong,.admin-badge span { display:block; }
.admin-badge span { color:var(--gold-light); font-size:12px; }
.chat-shell { overflow:hidden; border:1px solid var(--line); border-radius:var(--radius); background:#fff; box-shadow:var(--shadow-soft); }
.chat-list { display:grid; gap:13px; min-height:300px; max-height:620px; overflow:auto; padding:25px; background:#f7f9fb; }
.chat-message { max-width:82%; padding:13px 15px; border-radius:15px; box-shadow:0 4px 12px rgba(22,49,86,.05); }
.chat-message.from-patient { justify-self:end; background:var(--navy); color:#fff; border-bottom-right-radius:4px; }
.chat-message.from-therapist { justify-self:start; background:var(--cream); color:var(--ink); border-bottom-left-radius:4px; }
.chat-message > div { display:flex; justify-content:space-between; gap:20px; font-size:11px; }
.chat-message time { opacity:.66; }
.chat-message p { margin:6px 0 0; white-space:pre-wrap; }
.chat-compose { padding:22px; border-top:1px solid var(--line); }
.payment-methods { display:grid; gap:9px; margin:0; padding:0; border:0; }
.payment-methods legend { margin-bottom:8px; color:var(--navy); font-weight:800; font-size:14px; }
.payment-option { grid-template-columns:auto 1fr !important; align-items:center; padding:12px 14px; border:1px solid var(--line); border-radius:12px; }
.payment-option input { width:18px; }
.payment-option strong,.payment-option small { display:block; }
.payment-option small { color:var(--muted); font-weight:500; }
.supervision-item,.supervision-admin { margin-bottom:20px; }
.supervision-buy h2 { font-size:34px; }
.admin-actions { display:grid; grid-template-columns:repeat(2,1fr); gap:16px; margin:0 0 28px; }
.admin-action { display:grid; gap:3px; padding:20px; border:1px solid #e2d3b6; border-radius:16px; background:var(--cream); text-decoration:none; }
.admin-action strong { color:var(--navy); font-size:17px; }
.admin-action span { color:var(--muted); font-size:13px; }
.quick-links { display:grid; gap:8px; margin-top:16px; }
.quick-links a { color:var(--navy); font-weight:800; }
@media (max-width: 850px) {
  .feature-two-col,.admin-actions { grid-template-columns:1fr; }
  .media-grid { grid-template-columns:1fr 1fr; }
  .main-nav { gap:13px; }
}
@media (max-width: 560px) { .media-grid { grid-template-columns:1fr; } .media-tile img { height:260px; } }


/* Centrum wiadomości terapeuty */
.stats-grid { grid-template-columns: repeat(5, minmax(0,1fr)); }
.admin-actions.admin-actions-three { grid-template-columns: repeat(3, minmax(0,1fr)); }
.admin-action-priority { border-color: rgba(157,121,59,.45); box-shadow: 0 10px 30px rgba(157,121,59,.10); }
.notification-link { display:block; color:inherit; text-decoration:none; transition:transform .15s ease, background .15s ease; }
.notification-link:hover { transform:translateY(-1px); background:#fbfaf7; }
.notification-bottom { display:flex; align-items:center; justify-content:space-between; gap:10px; }
.notification-bottom b { color:var(--gold); font-size:12px; }
.table-actions { display:flex; gap:8px; justify-content:flex-end; flex-wrap:wrap; }
.chat-thread-list { display:grid; gap:16px; }
.chat-thread-card { display:grid; grid-template-columns:minmax(0,1fr) auto; gap:22px; align-items:center; padding:22px; border:1px solid var(--line); border-radius:18px; background:#fff; box-shadow:var(--shadow-soft); }
.chat-thread-card.chat-thread-waiting { border-color:rgba(157,121,59,.45); box-shadow:0 12px 34px rgba(157,121,59,.10); }
.chat-thread-title { display:flex; justify-content:space-between; gap:20px; align-items:flex-start; }
.chat-thread-title h2 { margin:3px 0 2px; color:var(--navy); }
.chat-thread-title p { margin:0; color:var(--muted); font-size:13px; }
.chat-preview { margin-top:14px; padding:14px 16px; border-radius:12px; background:#f7f9fb; }
.chat-preview strong { color:var(--navy); font-size:12px; }
.chat-preview p { margin:5px 0 4px; color:var(--ink); }
.chat-preview small { color:var(--muted); }
@media (max-width:1100px) { .stats-grid { grid-template-columns:repeat(3,1fr); } .admin-actions.admin-actions-three { grid-template-columns:1fr; } }
@media (max-width:760px) { .stats-grid { grid-template-columns:repeat(2,1fr); } .chat-thread-card { grid-template-columns:1fr; } .chat-thread-title { display:grid; } .chat-thread-card > .button { width:100%; } }
@media (max-width:480px) { .stats-grid { grid-template-columns:1fr; } }

/* Indywidualny program OroBalans */
.ten-steps-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:28px}.ten-steps-grid article{display:flex;gap:16px;align-items:center;padding:18px 20px;border:1px solid #e3e8ec;border-radius:16px;background:#fff;box-shadow:0 10px 30px rgba(22,49,86,.05)}.ten-steps-grid b{font-family:Georgia,serif;font-size:24px;color:#9d793b;min-width:34px}.ten-steps-grid span{font-weight:700;color:#163156}.soft-section{background:#f7f5f0}.program-preview{position:relative}.reward-star{display:inline-flex;align-items:center;justify-content:center;color:#9d793b;font-size:24px;line-height:1;filter:drop-shadow(0 3px 8px rgba(157,121,59,.18));animation:star-pop .45s ease both}.reward-star.big{font-size:52px}.reward-star.earned{animation:star-glow 2.2s ease-in-out infinite}.muted-star{color:#cbd2d8;filter:none;animation:none}@keyframes star-pop{from{transform:scale(.6);opacity:0}to{transform:scale(1);opacity:1}}@keyframes star-glow{0%,100%{transform:scale(1)}50%{transform:scale(1.08)}}
.month-progress{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px;padding-top:18px;border-top:1px solid #e5e7eb}.month-progress>div{background:#f8fafb;border-radius:12px;padding:12px}.month-progress small,.deadline-card small,.session-timer small{display:block;color:#64748b;margin-bottom:3px}.month-progress strong{font-size:18px;color:#163156}.reward-stars{display:flex;gap:5px}.reward-stars.large .reward-star{font-size:34px}.mini-month{height:5px;background:#e8ecef;border-radius:999px;overflow:hidden;margin-top:10px}.mini-month span{display:block;height:100%;background:linear-gradient(90deg,#9d793b,#ccaa6b);border-radius:inherit}.reminder-banner{display:flex;align-items:center;gap:16px;padding:18px 20px;margin:18px 0;border:1px solid rgba(157,121,59,.35);background:#fffaf0;border-radius:16px}.reminder-banner>div{flex:1}.reminder-banner p{margin:4px 0 0}.month-card{display:grid;grid-template-columns:1fr auto;gap:28px;align-items:center}.materials-month .material-list{columns:2;column-gap:30px}.material-list{padding-left:20px}.material-list li{margin:8px 0;break-inside:avoid}.mid-check{border-left:4px solid #9d793b}
.stage-disabled{opacity:.62;background:#f6f7f8}.status-warning{background:#fff3cd;color:#7a5a00}.deadline-card{min-width:260px;background:#fff;border:1px solid #dbe1e6;border-radius:16px;padding:14px 18px}.deadline-card strong{display:block;color:#163156;font-size:18px}.deadline-card span{font-size:12px;color:#64748b}.prep-grid,.diagnosis-upload-grid,.included-supervision-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.diagnosis-upload-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.choice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.choice-card{display:flex!important;align-items:flex-start;gap:10px;padding:14px;border:1px solid #dce2e7;border-radius:12px;background:#fff;cursor:pointer}.choice-card input{width:auto!important;margin-top:3px}.choice-card span{display:flex;flex-direction:column}.choice-card small{color:#64748b;margin-top:2px}.radio-list{display:grid;gap:8px}.radio-list label,.consent-line{display:flex!important;gap:9px;align-items:flex-start}.radio-list input,.consent-line input{width:auto!important;margin-top:3px}.form-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:14px}.success-panel{text-align:center;padding:24px 0 34px}.success-panel h1{margin:8px 0}.center-actions{text-align:center;margin-top:24px}.sticky-card{position:sticky;top:92px;align-self:start}.intake-admin{margin-bottom:18px}.path-editor{display:grid;gap:10px}.path-row{display:grid;grid-template-columns:52px minmax(220px,1fr) auto auto auto;gap:12px;align-items:center;padding:14px;border:1px solid #e1e6ea;border-radius:14px;background:#fff}.path-number{font-family:Georgia,serif;font-size:24px;color:#9d793b}.path-title{display:flex;flex-direction:column}.path-title small{color:#8a6a2d}.switch-label{display:flex!important;gap:6px;align-items:center;white-space:nowrap;font-size:13px}.switch-label input{width:auto!important}.exercise-library-item{display:grid;grid-template-columns:1fr minmax(340px,.65fr);gap:24px;align-items:start;margin-bottom:16px}.assign-row{display:grid;grid-template-columns:1fr 110px auto;gap:8px;align-items:end}.assign-row label{margin:0}.document-preview{min-height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px dashed #c6ced5;border-radius:12px;text-decoration:none;background:#f8fafb}.document-preview strong{font-size:30px;color:#9d793b}.session-control{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:18px;padding-top:18px;border-top:1px solid #e4e8eb}.session-timer{display:inline-flex;flex-direction:column;border:1px solid rgba(157,121,59,.35);background:#fffaf0;border-radius:14px;padding:12px 18px;min-width:180px}.session-timer strong{font-variant-numeric:tabular-nums;font-size:26px;color:#163156}.included-supervision-grid{margin-bottom:24px}.junior-card{text-align:center}.junior-card .button:disabled{opacity:.55;cursor:not-allowed}.admin-actions-five{grid-template-columns:repeat(5,minmax(0,1fr))}
@media(max-width:1100px){.diagnosis-upload-grid{grid-template-columns:1fr 1fr}.admin-actions-five{grid-template-columns:repeat(2,minmax(0,1fr))}.path-row{grid-template-columns:48px 1fr 1fr}.path-row .switch-label{white-space:normal}.exercise-library-item{grid-template-columns:1fr}}
@media(max-width:760px){.ten-steps-grid,.prep-grid,.diagnosis-upload-grid,.included-supervision-grid,.form-grid-2,.choice-grid,.month-card{grid-template-columns:1fr}.month-progress{grid-template-columns:1fr}.materials-month .material-list{columns:1}.reminder-banner{align-items:flex-start;flex-wrap:wrap}.path-row{grid-template-columns:42px 1fr}.path-row .switch-label{grid-column:2}.assign-row{grid-template-columns:1fr}.deadline-card{min-width:0;width:100%}.admin-actions-five{grid-template-columns:1fr}}

/* Formularz zgłoszeniowy osadzony na stronie głównej */
.intake-home-section{scroll-margin-top:90px}
.intake-home-card{max-width:900px;margin:0 auto}
.comparison-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
@media (max-width:760px){.comparison-grid{grid-template-columns:1fr}}
.participant-note{margin-top:14px;padding:10px 14px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.7);font-size:.92rem}

/* Biblioteka ćwiczeń dodatkowych */
.exercise-library-item { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: 28px; align-items: start; }
.exercise-tools { display: grid; gap: 22px; }
.compact-form { gap: 12px; }
.file-chip-row { display: inline-flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.file-chip-row form { margin: 0; }
.button-link { border: 0; background: transparent; padding: 4px 6px; font: inherit; font-weight: 800; cursor: pointer; }
.danger-link { color: #9c2f2f; }
.danger-zone { border-top: 1px solid var(--line); padding-top: 18px; }
.compact-empty { margin: 8px 0 12px; }
.top-space-small { margin-top: 14px; margin-bottom: 14px; }
@media (max-width: 820px) { .exercise-library-item { grid-template-columns: 1fr; } }

/* v0.9.0 — faktury */
.invoice-row { display:flex; align-items:center; justify-content:space-between; gap:24px; margin-bottom:14px; }
.invoice-row h2 { margin:5px 0 6px; font-size:20px; }
.invoice-row p { margin:0; color:var(--muted); }
.invoice-actions { display:flex; align-items:center; justify-content:flex-end; gap:10px; flex-wrap:wrap; }
.readiness-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; }
.readiness-grid .content-card h2 { font-size:22px; }
.error-text { display:block; margin-top:8px; color:#9a2f2f; }
.steps-list { margin:18px 0 0; padding-left:22px; color:var(--muted); }
.steps-list li { margin:10px 0; padding-left:4px; }
@media (max-width:900px){ .readiness-grid{grid-template-columns:1fr;} .invoice-row{align-items:flex-start;flex-direction:column;} .invoice-actions{justify-content:flex-start;} }

/* v0.9.0 — LEGAL + RODO */
.footer-legal{display:grid;grid-template-columns:minmax(250px,1fr) auto minmax(320px,1fr);gap:28px;align-items:start}.footer-legal small{color:rgba(255,255,255,.72);line-height:1.65}.footer-links{display:flex;gap:10px 14px;flex-wrap:wrap;justify-content:flex-end}.footer-links a{color:rgba(255,255,255,.85);font-size:13px;text-decoration:none}.footer-links a:hover{text-decoration:underline}.legal-container{max-width:980px}.legal-section{padding:24px 0;border-bottom:1px solid var(--line)}.legal-section:first-child{padding-top:0}.legal-section:last-child{border-bottom:0}.legal-section h2{color:var(--navy);font-size:24px;margin:0 0 12px}.legal-section p,.legal-section li{line-height:1.75}.legal-section ul{padding-left:22px}.legal-table{display:grid;gap:12px}.legal-table>div{display:grid;grid-template-columns:180px 1fr;gap:18px;padding:14px 16px;border:1px solid var(--line);border-radius:12px;background:#fff}.legal-table strong{color:var(--navy)}.withdrawal-template{padding:22px;border:1px solid var(--line);border-radius:14px;background:#fff}.withdrawal-template p{padding-bottom:9px;border-bottom:1px dashed #d5dbe0}.health-consent{padding:16px;border:1px solid rgba(157,121,59,.4);background:#fffaf0;border-radius:14px}.health-consent span{display:block}.legal-checkout{padding:18px;border:1px solid var(--line);border-radius:14px;background:#f8fafb;margin:18px 0}.legal-checkout h3{margin:0 0 8px;color:var(--navy)}.legal-order-form{margin-top:18px}.legal-pricing .feature-card strong{display:block;font-family:Georgia,serif;font-size:30px;color:var(--gold);margin:8px 0}.legal-versions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 24px}.legal-versions p{margin:0}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:14px;background:#fff}.table-wrap table{width:100%;border-collapse:collapse;min-width:720px}.table-wrap th,.table-wrap td{padding:12px 14px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}.table-wrap th{color:var(--navy);background:#f8fafb;font-size:13px}.table-wrap tr:last-child td{border-bottom:0}
@media(max-width:1000px){.footer-legal{grid-template-columns:1fr 1fr}.footer-links{grid-column:1/-1;justify-content:flex-start}}@media(max-width:700px){.footer-legal{grid-template-columns:1fr}.footer-links{grid-column:auto}.legal-table>div{grid-template-columns:1fr}.legal-versions{grid-template-columns:1fr}}

/* E-book OroBalans — publiczna sprzedaż bez konta */
.ebook-home-section{background:linear-gradient(135deg,#fff 0%,#fbf7ef 100%);border-top:1px solid var(--cream-deep);border-bottom:1px solid var(--cream-deep)}
.ebook-home-grid{display:grid;grid-template-columns:minmax(260px,.7fr) minmax(0,1.3fr);gap:72px;align-items:center;max-width:1050px}
.ebook-cover-wrap{display:flex;justify-content:center;position:relative}.ebook-cover-wrap:before{content:"";position:absolute;inset:8% 10%;border-radius:50%;background:rgba(204,170,107,.16);filter:blur(20px)}
.ebook-cover-image{position:relative;width:min(100%,330px);height:auto;border-radius:8px;box-shadow:0 28px 60px rgba(22,49,86,.24);transform:rotate(-1deg)}
.ebook-home-copy{max-width:650px}.ebook-home-copy h2{margin-bottom:18px}.ebook-home-copy p{font-size:18px;line-height:1.75;color:var(--muted)}
.ebook-chips{display:flex;flex-wrap:wrap;gap:9px;margin:22px 0 28px}.ebook-chips span{padding:7px 12px;border:1px solid rgba(157,121,59,.28);border-radius:999px;background:#fff;color:#765923;font-size:12px;font-weight:800}
.ebook-product-hero{padding:76px 0 84px;background:linear-gradient(120deg,#fff 0%,#fff 45%,#f8f3e8 100%);border-bottom:1px solid var(--cream-deep)}
.ebook-product-grid{display:grid;grid-template-columns:minmax(300px,.85fr) minmax(0,1.15fr);gap:86px;align-items:center;max-width:1120px}
.ebook-product-cover{display:flex;justify-content:center;position:relative}.ebook-product-cover:before{content:"";position:absolute;width:390px;height:390px;border-radius:50%;background:rgba(204,170,107,.13);filter:blur(14px)}
.ebook-product-cover img{position:relative;width:min(100%,390px);height:auto;border-radius:10px;box-shadow:0 34px 70px rgba(22,49,86,.28)}
.ebook-product-copy h1{margin-bottom:8px}.ebook-author{color:var(--gold);font-size:15px}.ebook-product-copy .hero-lead{font-size:18px}
.ebook-benefits{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:28px 0}.ebook-benefits span{display:flex;align-items:center;gap:9px;color:var(--navy);font-weight:750}.ebook-benefits .icon{color:var(--gold)}
.ebook-buy-card{margin-top:30px;padding:24px;border:1px solid rgba(157,121,59,.28);border-radius:20px;background:#fff;box-shadow:var(--shadow-soft)}.ebook-buy-card>strong{display:block;color:var(--navy);font-size:18px}.ebook-buy-card p{margin:8px 0 0;color:var(--muted);line-height:1.65}.ebook-price{font-family:Georgia,serif!important;font-size:38px!important;color:var(--gold)!important;margin-bottom:16px}
.ebook-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.ebook-steps article{padding:28px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:var(--shadow-soft)}.ebook-steps b{display:grid;place-items:center;width:42px;height:42px;margin-bottom:18px;border-radius:50%;background:var(--cream);color:var(--gold);font-size:18px}.ebook-steps p{color:var(--muted);margin-bottom:0}
@media(max-width:900px){.ebook-home-grid,.ebook-product-grid{grid-template-columns:1fr;gap:42px}.ebook-cover-image,.ebook-product-cover img{max-width:320px}.ebook-product-copy{text-align:left}.ebook-benefits{grid-template-columns:1fr}}
@media(max-width:760px){.ebook-home-grid{gap:32px}.ebook-steps{grid-template-columns:1fr}.ebook-product-hero{padding:48px 0 58px}.ebook-product-cover img{max-width:270px}}
