
:root {
  --ink: hsl(330 32% 16%);
  --muted: hsl(330 16% 38%);
  --accent: hsl(330 64% 36%);
  --accent-dark: hsl(330 68% 26%);
  --accent-soft: hsl(330 70% 94%);
  --second: hsl(22 66% 38%);
  --second-soft: hsl(22 75% 94%);
  --surface: hsl(330 30% 98%);
  --line: hsl(330 20% 84%);
  --white: #fff;
  --danger: #9a2f2f;
  --success: #236b49;
  --shadow: 0 20px 55px rgba(18, 36, 34, .12);
  --radius: 24px;
  --radius-small: 14px;
  --shell: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
img, svg { max-width: 100%; height: auto; }
a { color: var(--accent-dark); text-decoration-thickness: .09em; text-underline-offset: .16em; }
a:hover { text-decoration-thickness: .14em; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 4px solid color-mix(in srgb, var(--second) 45%, white); outline-offset: 3px; }
.shell { width: min(calc(100% - 36px), var(--shell)); margin-inline: auto; }
.narrow { width: min(calc(100% - 36px), 840px); margin-inline: auto; }
.sr-only, .hp-field { position: absolute!important; width: 1px!important; height: 1px!important; padding: 0!important; margin: -1px!important; overflow: hidden!important; clip: rect(0,0,0,0)!important; white-space: nowrap!important; border: 0!important; }
.skip-link { position: fixed; z-index: 9999; top: 10px; left: 10px; transform: translateY(-160%); padding: 10px 16px; background: var(--ink); color: white; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }
.utility-bar { background: var(--ink); color: white; font-size: 14px; }
.utility-inner { display: flex; justify-content: space-between; gap: 20px; padding-block: 7px; }
.site-header { position: sticky; z-index: 50; top: 0; background: color-mix(in srgb, var(--surface) 90%, transparent); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; }
.brand-mark { position: relative; width: 43px; height: 43px; flex: 0 0 auto; display: grid; place-items: center; background: var(--accent); border-radius: 14px 14px 14px 5px; transform: rotate(-5deg); }
.brand-mark::before, .brand-mark::after, .brand-mark span { content: ""; position: absolute; background: white; border-radius: 99px; }
.brand-mark::before { width: 22px; height: 5px; transform: translateY(-7px); }
.brand-mark::after { width: 16px; height: 5px; transform: translate(3px, 2px); }
.brand-mark span { width: 9px; height: 5px; transform: translate(6px, 11px); }
.brand-text { display: grid; line-height: 1.15; }
.brand-text strong { font-size: 18px; letter-spacing: -.02em; }
.brand-text small { margin-top: 4px; max-width: 240px; color: var(--muted); font-size: 12px; }
.main-nav { display: flex; align-items: center; gap: 4px; font-size: 15px; font-weight: 700; }
.main-nav a { padding: 10px 11px; border-radius: 10px; color: var(--ink); text-decoration: none; }
.main-nav a:hover, .main-nav a.active { background: var(--accent-soft); color: var(--accent-dark); }
.menu-button { display: none; width: 48px; height: 48px; padding: 12px; border: 1px solid var(--line); border-radius: 12px; background: white; }
.menu-button > span:not(.sr-only) { display: block; height: 3px; margin: 4px 0; background: var(--ink); border-radius: 4px; }
h1, h2, h3 { margin: 0 0 .55em; line-height: 1.12; letter-spacing: -.035em; }
h1 { font-size: clamp(42px, 6vw, 76px); max-width: 13ch; }
h2 { font-size: clamp(31px, 4vw, 48px); }
h3 { font-size: clamp(22px, 2.3vw, 28px); }
p { margin: 0 0 1em; }
.lead { font-size: clamp(20px, 2.2vw, 26px); line-height: 1.45; color: var(--muted); }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 15px; color: var(--accent-dark); font-size: 14px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.eyebrow::before, .section-kicker::before { content: ""; width: 28px; height: 3px; background: var(--second); border-radius: 4px; }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 24px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 19px; border: 2px solid transparent; border-radius: 13px; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--accent); color: white; box-shadow: 0 10px 24px color-mix(in srgb, var(--accent) 24%, transparent); }
.button.primary:hover { background: var(--accent-dark); }
.button.secondary { border-color: var(--accent); background: white; color: var(--accent-dark); }
.button.ghost { border-color: var(--line); background: transparent; color: var(--ink); }
.home-hero, .page-hero { position: relative; overflow: hidden; padding: clamp(58px, 8vw, 105px) 0; background: linear-gradient(145deg, var(--accent-soft), var(--surface) 45%, var(--second-soft)); }
.home-hero::before, .page-hero::before { content: ""; position: absolute; inset: auto -10% -45% auto; width: 520px; aspect-ratio: 1; border: 1px solid color-mix(in srgb, var(--accent) 20%, transparent); border-radius: 50%; box-shadow: 0 0 0 48px color-mix(in srgb, var(--accent) 5%, transparent), 0 0 0 105px color-mix(in srgb, var(--accent) 4%, transparent); }
.home-hero.compact { padding-block: 62px; }
.page-hero.compact { padding-block: 55px; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(36px, 6vw, 86px); }
.hero-copy > p:not(.lead) { max-width: 63ch; }
.hero-visual { margin: 0; padding: 17px; background: rgba(255,255,255,.68); border: 1px solid rgba(255,255,255,.9); border-radius: calc(var(--radius) + 8px); box-shadow: var(--shadow); transform: rotate(1.5deg); }
.hero-visual img { display: block; width: 100%; border-radius: var(--radius); }
.hero-visual figcaption { margin-top: 9px; color: var(--muted); font-size: 12px; text-align: center; }
.trust-list { display: flex; flex-wrap: wrap; gap: 9px 18px; padding: 0; margin: 26px 0 0; list-style: none; color: var(--muted); font-size: 14px; font-weight: 700; }
.trust-list li::before { content: "✓"; margin-right: 7px; color: var(--success); }
.section { padding: clamp(64px, 8vw, 110px) 0; }
.section.alt { background: white; border-block: 1px solid var(--line); }
.section-heading { margin-bottom: 34px; }
.section-heading > p { max-width: 58ch; color: var(--muted); }
.section-heading.split { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.section-heading.split > * { flex: 1; }
.cards { display: grid; gap: 20px; }
.cards.three { grid-template-columns: repeat(3, 1fr); }
.tip-card { position: relative; min-height: 265px; padding: 28px; overflow: hidden; background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 35px rgba(18,36,34,.06); }
.tip-card::after { content: ""; position: absolute; right: -42px; bottom: -42px; width: 120px; height: 120px; background: var(--accent-soft); border-radius: 50%; }
.card-number { display: inline-grid; width: 42px; height: 42px; place-items: center; margin-bottom: 28px; background: var(--accent-soft); border-radius: 12px; color: var(--accent-dark); font-weight: 900; }
.tip-card p { position: relative; z-index: 1; color: var(--muted); }
.step-list { counter-reset: steps; display: grid; gap: 15px; padding: 0; list-style: none; }
.step-list li { display: grid; grid-template-columns: 58px 1fr; gap: 20px; align-items: start; padding: 23px; background: white; border: 1px solid var(--line); border-radius: var(--radius-small); }
.step-list li > span { display: grid; width: 50px; height: 50px; place-items: center; background: var(--ink); color: white; border-radius: 50%; font-weight: 900; }
.step-list strong { font-size: 21px; }
.step-list p { margin: 5px 0 0; color: var(--muted); }
.form-card { padding: clamp(26px, 4vw, 48px); background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.form-card.compact { box-shadow: none; }
.form-card > p { color: var(--muted); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.field { display: grid; gap: 7px; margin-bottom: 18px; }
.field label { font-weight: 800; }
input, select, textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: white; border: 2px solid var(--line); border-radius: 11px; }
textarea { resize: vertical; }
input:hover, select:hover, textarea:hover { border-color: color-mix(in srgb, var(--accent) 45%, var(--line)); }
.consent { display: grid; grid-template-columns: 24px 1fr; gap: 12px; align-items: start; margin: 8px 0 20px; font-size: 15px; }
.consent input { width: 22px; height: 22px; margin-top: 2px; }
.form-note, .privacy-inline { margin: 13px 0 0; color: var(--muted); font-size: 14px; }
.quiz-shell, .checklist-panel, .compare-panel, .orientation, .plan-panel { padding: clamp(26px, 5vw, 52px); background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.quiz-question { margin: 0 0 18px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius-small); }
.quiz-question legend { display: flex; align-items: center; gap: 12px; width: 100%; font-weight: 850; }
.quiz-question legend span { display: inline-grid; min-width: 35px; height: 35px; place-items: center; background: var(--accent-soft); color: var(--accent-dark); border-radius: 50%; }
.quiz-question label { display: inline-flex; align-items: center; gap: 8px; margin: 16px 20px 0 0; font-weight: 700; }
.quiz-question input { width: 20px; height: 20px; }
.quiz-result, .compare-result, .orientation-result, .status-box { margin-top: 22px; padding: 22px; background: var(--second-soft); border-left: 6px solid var(--second); border-radius: 10px; }
.quiz-result strong, .compare-result strong, .orientation-result strong { display: block; font-size: 24px; }
.tool-grid, .course-grid, .workshop-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(30px, 6vw, 76px); align-items: start; }
.calculator { padding: clamp(25px, 4vw, 42px); background: var(--ink); color: white; border-radius: var(--radius); box-shadow: var(--shadow); }
.calculator-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; }
.calculator .field label { color: white; }
.calculator .featured { padding-bottom: 18px; margin-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.2); }
.money-input { display: flex; align-items: center; overflow: hidden; background: white; border-radius: 11px; }
.money-input span { padding-left: 13px; color: var(--ink); font-weight: 900; }
.money-input input { border: 0; }
.calculator-result { display: grid; grid-template-columns: 1fr auto; gap: 5px 20px; align-items: center; margin-top: 24px; padding: 20px; background: rgba(255,255,255,.1); border-radius: 14px; }
.calculator-result span { font-size: 14px; text-transform: uppercase; letter-spacing: .08em; }
.calculator-result strong { font-size: 32px; }
.calculator-result p { grid-column: 1 / -1; margin: 0; color: rgba(255,255,255,.78); font-size: 14px; }
.calculator .privacy-inline { color: rgba(255,255,255,.72); }
.plain-list { padding: 0; list-style: none; }
.plain-list li { position: relative; padding: 10px 0 10px 33px; border-bottom: 1px solid var(--line); }
.plain-list li::before { content: "✓"; position: absolute; left: 0; top: 10px; color: var(--success); font-weight: 900; }
.progress-label { display: grid; justify-items: end; }
.progress-label strong { font-size: 28px; }
.progress-label span { color: var(--muted); font-size: 13px; }
.progress-track { height: 12px; overflow: hidden; margin-bottom: 26px; background: var(--accent-soft); border-radius: 99px; }
.progress-track span { display: block; width: 0; height: 100%; background: linear-gradient(90deg,var(--accent),var(--second)); border-radius: inherit; transition: width .25s ease; }
.check-list { display: grid; gap: 12px; }
.check-item { display: grid; grid-template-columns: 28px 1fr; gap: 14px; align-items: start; padding: 17px; background: var(--surface); border: 1px solid var(--line); border-radius: 13px; cursor: pointer; }
.check-item input { width: 25px; height: 25px; }
.check-item span { display: grid; }
.check-item small { margin-top: 4px; color: var(--muted); }
.compare-row { display: grid; grid-template-columns: 1fr minmax(210px, .45fr); gap: 20px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--line); }
.compare-row label { font-weight: 800; }
.course-aside { position: sticky; top: 120px; }
.course-badge { display: inline-block; margin-top: 20px; padding: 9px 14px; background: var(--accent-soft); color: var(--accent-dark); border-radius: 99px; font-weight: 800; }
.lessons { display: grid; gap: 15px; }
.lesson { overflow: hidden; background: white; border: 1px solid var(--line); border-radius: var(--radius-small); }
.lesson summary { display: grid; gap: 5px; padding: 22px; cursor: pointer; font-size: 24px; font-weight: 850; }
.lesson summary span { color: var(--accent-dark); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.lesson > div { padding: 0 22px 22px; color: var(--muted); }
.timeline { position: relative; display: grid; gap: 0; padding: 0; list-style: none; }
.timeline::before { content: ""; position: absolute; top: 25px; bottom: 25px; left: 25px; width: 3px; background: var(--line); }
.timeline li { position: relative; }
.timeline label { display: grid; grid-template-columns: 30px 54px 1fr; gap: 12px; align-items: start; padding: 16px 0; cursor: pointer; }
.timeline input { width: 26px; height: 26px; margin-top: 14px; }
.timeline-dot { position: relative; z-index: 1; display: grid; width: 52px; height: 52px; place-items: center; background: var(--accent); color: white; border: 5px solid white; border-radius: 50%; font-weight: 900; }
.timeline label > span:last-child { display: grid; padding: 12px 18px; background: var(--surface); border: 1px solid var(--line); border-radius: 12px; }
.timeline small { margin-top: 5px; color: var(--muted); }
.filter-bar { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 28px; }
.filter-bar button { padding: 10px 15px; border: 1px solid var(--line); background: white; border-radius: 99px; color: var(--ink); font-weight: 800; cursor: pointer; }
.filter-bar button.active { border-color: var(--accent); background: var(--accent); color: white; }
.resource-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.resource-card { display: flex; flex-direction: column; min-height: 260px; padding: 25px; background: white; border: 1px solid var(--line); border-radius: var(--radius-small); }
.resource-card > span { color: var(--accent-dark); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.resource-card p { color: var(--muted); }
.resource-card a { margin-top: auto; font-weight: 800; }
.agenda { display: grid; gap: 12px; margin-top: 26px; }
.agenda > div { display: grid; grid-template-columns: 65px 1fr; gap: 4px 15px; padding: 18px; background: white; border: 1px solid var(--line); border-radius: 13px; }
.agenda span { grid-row: 1 / 3; display: grid; place-items: center; background: var(--accent-soft); color: var(--accent-dark); border-radius: 10px; font-weight: 900; }
.agenda strong { font-size: 20px; }
.agenda p { margin: 0; color: var(--muted); font-size: 15px; }
.workshop-card { padding: 32px; background: var(--ink); color: white; border-radius: var(--radius); }
.workshop-card .plain-list li { border-color: rgba(255,255,255,.16); }
.timer { margin-top: 24px; font-size: clamp(50px,8vw,88px); font-weight: 900; letter-spacing: -.06em; }
.orientation-step { display: none; }
.orientation-step.active { display: grid; gap: 12px; }
.orientation-step h3 { margin-bottom: 14px; }
.orientation-step button { padding: 17px; border: 2px solid var(--line); background: white; border-radius: 12px; text-align: left; font-weight: 800; cursor: pointer; }
.orientation-step button:hover { border-color: var(--accent); background: var(--accent-soft); }
.info-callout { padding: 24px; background: var(--accent-soft); border-left: 6px solid var(--accent); border-radius: 12px; }
.guide-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.guide-section { padding: 28px; background: white; border: 1px solid var(--line); border-radius: var(--radius-small); }
.guide-section p { color: var(--muted); }
.faq-list { display: grid; gap: 13px; }
.faq-list details { padding: 20px 22px; background: white; border: 1px solid var(--line); border-radius: 13px; }
.faq-list summary { cursor: pointer; font-weight: 850; font-size: 20px; }
.faq-list details p { margin: 14px 0 0; color: var(--muted); }
.definition-list { display: grid; gap: 0; }
.definition-list > div { display: grid; grid-template-columns: 230px 1fr; gap: 30px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.definition-list dt { font-weight: 850; }
.definition-list dd { margin: 0; color: var(--muted); }
.site-footer { padding: 65px 0 28px; background: var(--ink); color: rgba(255,255,255,.78); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .7fr; gap: 50px; }
.footer-grid h2 { color: white; font-size: 17px; letter-spacing: 0; }
.footer-grid section { display: flex; flex-direction: column; align-items: start; gap: 9px; }
.footer-grid a { color: rgba(255,255,255,.85); }
.footer-brand { color: white!important; }
.footer-brand .brand-text small { color: rgba(255,255,255,.62); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 45px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.15); font-size: 13px; }
.footer-bottom p { max-width: 60ch; margin: 0; }
@media (max-width: 980px) {
  .menu-button { display: block; }
  .main-nav { position: absolute; top: 83px; right: 18px; left: 18px; display: none; padding: 14px; background: white; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow); }
  .main-nav.open { display: grid; }
  .hero-grid, .tool-grid, .course-grid, .workshop-grid { grid-template-columns: 1fr; }
  .hero-visual { max-width: 680px; }
  .cards.three, .resource-grid { grid-template-columns: 1fr 1fr; }
  .course-aside { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid section:first-child { grid-column: 1 / -1; }
}
@media (max-width: 680px) {
  body { font-size: 17px; }
  .utility-inner { justify-content: center; }
  .utility-inner span:last-child { display: none; }
  .nav-wrap { min-height: 72px; }
  .brand-text small { display: none; }
  .main-nav { top: 72px; }
  h1 { font-size: clamp(39px, 13vw, 58px); }
  .home-hero, .page-hero { padding-block: 52px; }
  .cards.three, .resource-grid, .form-grid, .calculator-grid, .guide-grid { grid-template-columns: 1fr; }
  .section-heading.split, .footer-bottom { display: block; }
  .section-heading.split > p { margin-top: 15px; }
  .compare-row { grid-template-columns: 1fr; gap: 8px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid section:first-child { grid-column: auto; }
  .hero-visual { transform: none; }
  .definition-list > div { grid-template-columns: 1fr; gap: 6px; }
}
@media print {
  .utility-bar, .site-header, .home-hero, .page-hero, .site-footer, .form-card, .button-row, .filter-bar { display: none!important; }
  body { background: white; color: black; font-size: 12pt; }
  .section { padding: 18px 0; }
  .checklist-panel, .plan-panel, .calculator { box-shadow: none; border: 1px solid #999; color: black; background: white; }
  .check-item, .timeline label > span:last-child { background: white; }
}


.layout-3 { background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg,var(--line) 1px,transparent 1px); background-size: 44px 44px; }
.layout-3 .site-header, .layout-3 .section, .layout-3 .home-hero { background-color: rgba(255,255,255,.94); }
.layout-3 .checklist-panel { border: 3px solid var(--ink); box-shadow: 12px 12px 0 var(--accent-soft); }
.layout-3 .check-item { border-left: 7px solid var(--accent); }
