:root {
  --ink: #1e2521;
  --muted: #657069;
  --paper: #f8f6f1;
  --white: #ffffff;
  --sage: #dfe5dc;
  --deep: #26352e;
  --gold: #9b7a45;
  --line: rgba(30,37,33,.13);
  --radius: 24px;
  --shadow: 0 22px 70px rgba(31,38,34,.09);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "DM Sans", system-ui, sans-serif; color: var(--ink); background: var(--paper); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(1160px, calc(100% - 32px)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 8px; background: var(--white); padding: 10px 14px; z-index: 999; }
.skip-link:focus { left: 8px; }
.site-header { position: sticky; top: 0; z-index: 50; backdrop-filter: blur(18px); background: rgba(248,246,241,.88); border-bottom: 1px solid var(--line); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; gap: 24px; }
.brand { display: flex; flex-direction: column; margin-right: auto; }
.brand-name { font-weight: 800; letter-spacing: .13em; font-size: 14px; }
.brand-sub { font-size: 10px; color: var(--muted); margin-top: 2px; }
.desktop-nav { display: none; gap: 22px; font-size: 13px; font-weight: 600; }
.desktop-nav a:hover { color: var(--gold); }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 20px; border-radius: 999px; font-size: 13px; letter-spacing: .04em; font-weight: 800; border: 1px solid transparent; transition: transform .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--deep); color: var(--white); }
.btn-primary:hover { background: #17241e; }
.btn-secondary { border-color: var(--line); background: transparent; }
.btn-light { background: var(--white); color: var(--deep); }
.btn-large { min-height: 56px; padding: 15px 26px; }
.full { width: 100%; }
.nav-cta { min-height: 42px; padding: 10px 16px; white-space: nowrap; }
.hero { padding: 56px 0 42px; overflow: hidden; }
.hero-grid { display: grid; gap: 28px; }
.eyebrow { display: inline-block; font-size: 11px; letter-spacing: .18em; font-weight: 800; color: var(--gold); margin-bottom: 16px; }
.eyebrow.light { color: #d7c49f; }
h1,h2,h3,h4 { margin: 0; line-height: 1.08; }
h1,h2,h3 { font-family: "Playfair Display", Georgia, serif; }
h1 { font-size: clamp(43px, 11vw, 82px); max-width: 900px; letter-spacing: -.035em; }
h1 em { font-style: normal; color: var(--gold); }
h2 { font-size: clamp(34px, 7vw, 56px); letter-spacing: -.025em; }
h3 { font-size: clamp(27px, 5vw, 38px); }
.hero-lead { max-width: 680px; font-size: clamp(17px, 4vw, 21px); color: #404a44; margin: 24px 0 12px; }
.hero-proof { font-weight: 800; margin: 0 0 26px; }
.hero-actions { display: flex; flex-direction: column; gap: 10px; }
.trust-line { max-width: 690px; border-left: 2px solid var(--gold); padding-left: 16px; color: var(--muted); margin-top: 26px; font-size: 14px; }
.hero-card { position: relative; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); overflow: hidden; }
.hero-card h2 { font-size: 36px; margin: 12px 0 16px; }
.hero-card p { color: var(--muted); }
.card-kicker { font-size: 11px; letter-spacing: .15em; font-weight: 800; color: var(--gold); }
.motif { position: absolute; width: 180px; height: 180px; border: 1px solid rgba(155,122,69,.25); border-radius: 50%; right: -80px; top: -70px; }
.motif:before, .motif:after { content: ""; position: absolute; inset: 24px; border: 1px solid rgba(155,122,69,.18); transform: rotate(45deg); }
.motif:after { inset: 54px; transform: rotate(0); }
.price { font-size: 27px; font-weight: 800; margin: 26px 0 18px; }
.price small { display: block; font-size: 11px; color: var(--muted); font-weight: 600; }
.section { padding: 76px 0; }
.section-heading { max-width: 780px; margin-bottom: 32px; }
.section-heading p { color: var(--muted); font-size: 17px; }
.section-heading.compact { margin-bottom: 28px; }
.service-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.service-intro { padding: 28px 24px 10px; }
.service-intro p { color: var(--muted); max-width: 800px; }
.pill { display: inline-block; background: var(--sage); border-radius: 999px; padding: 7px 11px; font-size: 11px; font-weight: 800; margin-bottom: 16px; }
.topic-picker { border: 0; margin: 0; padding: 20px 24px 28px; }
.topic-picker legend { font-weight: 800; font-size: 18px; margin-bottom: 12px; }
.topic-grid { display: grid; gap: 8px; }
.topic-grid label { cursor: pointer; }
.topic-grid input { position: absolute; opacity: 0; pointer-events: none; }
.topic-grid span { display: block; padding: 13px 14px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); font-size: 14px; transition: .18s ease; }
.topic-grid input:checked + span { border-color: var(--deep); background: var(--deep); color: var(--white); }
.custom-topic { margin-top: 14px; }
.custom-topic label { display: block; font-size: 13px; font-weight: 700; margin-bottom: 8px; }
.custom-topic textarea { width: 100%; resize: vertical; border: 1px solid var(--line); border-radius: 14px; padding: 14px; background: var(--paper); color: var(--ink); }
.purchase-panel { background: var(--deep); color: var(--white); padding: 24px; display: grid; gap: 16px; align-items: center; }
.purchase-panel .btn-primary { background: var(--white); color: var(--deep); }
.purchase-panel p { margin: 0; opacity: .72; font-size: 12px; }
.price-label { display: block; font-size: 12px; opacity: .7; }
.price-big { display: block; font-size: 34px; }
.section-contrast { background: #ece8df; }
.steps { display: grid; gap: 12px; }
.steps article { background: rgba(255,255,255,.58); border: 1px solid rgba(30,37,33,.09); border-radius: 20px; padding: 22px; }
.steps span { display: block; font-size: 11px; letter-spacing: .15em; color: var(--gold); font-weight: 800; margin-bottom: 24px; }
.steps h3 { font-size: 27px; }
.steps p { color: var(--muted); }
.manifesto { font-family: "Playfair Display", Georgia, serif; font-size: clamp(24px, 5vw, 36px); max-width: 850px; margin: 34px 0 0; line-height: 1.25; }
.split { display: grid; gap: 24px; }
.rich-text { font-size: 17px; color: #46504a; }
.notice { background: var(--sage); border-radius: 18px; padding: 20px; margin-top: 24px; color: var(--ink); }
.notice p { margin-bottom: 0; }
.section-soft { background: #f1eee7; }
.education-grid { display: grid; gap: 18px; }
.education-card { background: var(--white); padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); }
.education-card h3 { margin: 9px 0 7px; }
.education-card h4 { font-size: 15px; color: var(--gold); margin-bottom: 18px; }
.education-card p, .education-card li, .education-card small { color: var(--muted); }
.education-card ul { padding-left: 18px; }
.education-card li { margin-bottom: 8px; }
.education-footer { display: flex; flex-direction: column; gap: 12px; margin: 24px 0 12px; }
.education-footer strong { font-size: 25px; }
.gift { background: var(--paper); border-radius: 14px; padding: 14px; margin-top: 18px; font-size: 13px; }
.certificate-note { font-size: 13px; }
.about-grid { display: grid; gap: 28px; align-items: center; }
.portrait-placeholder { min-height: 360px; border-radius: var(--radius); background: linear-gradient(145deg, #ddd8cd, #f8f6f1); display: grid; place-items: center; border: 1px solid var(--line); }
.portrait-placeholder span { width: 92px; height: 92px; border: 1px solid rgba(155,122,69,.5); border-radius: 50%; display: grid; place-items: center; color: var(--gold); font-family: "Playfair Display", serif; font-size: 31px; }
.about-title { font-weight: 800; color: var(--gold); }
.social-links { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 22px; }
.social-links a { border: 1px solid var(--line); border-radius: 999px; padding: 9px 12px; font-size: 13px; font-weight: 700; }
.faq-wrap { max-width: 900px; }
.faq-list details { border-top: 1px solid var(--line); padding: 0; }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; padding: 19px 0; list-style: none; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:after { content: "+"; float: right; font-size: 20px; color: var(--gold); }
.faq-list details[open] summary:after { content: "−"; }
.faq-list p { color: var(--muted); margin: -5px 0 20px; max-width: 760px; }
.final-cta { background: var(--deep); color: var(--white); padding: 76px 0; text-align: center; }
.final-cta-inner h2 { max-width: 760px; margin: 0 auto 26px; }
.final-cta-inner p { opacity: .72; font-weight: 700; }
.footer { background: #18211d; color: #eae9e5; padding: 50px 0 90px; }
.footer-grid { display: grid; gap: 28px; }
.footer p { max-width: 440px; color: #adb5b0; }
.payment-note { font-size: 13px; }
.footer-links { display: grid; gap: 9px; font-size: 13px; }
.footer-links a { color: #d2d6d3; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 32px; padding-top: 18px; color: #87918b; font-size: 12px; }
.mobile-sticky { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 60; }
.mobile-sticky a { background: var(--deep); color: var(--white); border: 1px solid rgba(255,255,255,.16); box-shadow: 0 10px 40px rgba(0,0,0,.22); border-radius: 999px; min-height: 54px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; font-size: 13px; font-weight: 800; }
.toast { position: fixed; left: 50%; bottom: 84px; transform: translate(-50%, 20px); background: #111814; color: white; padding: 11px 15px; border-radius: 10px; opacity: 0; pointer-events: none; transition: .2s ease; z-index: 99; font-size: 12px; width: max-content; max-width: calc(100% - 32px); }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (min-width: 720px) {
  .container { width: min(1160px, calc(100% - 56px)); }
  .hero { padding: 88px 0 70px; }
  .hero-grid { grid-template-columns: 1.55fr .75fr; align-items: center; }
  .hero-actions { flex-direction: row; }
  .section { padding: 104px 0; }
  .topic-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .purchase-panel { grid-template-columns: auto minmax(300px, 430px); padding: 28px 32px; }
  .purchase-panel p { grid-column: 2; }
  .steps { grid-template-columns: repeat(3, 1fr); }
  .split { grid-template-columns: .8fr 1.2fr; gap: 72px; }
  .education-grid { grid-template-columns: repeat(2, 1fr); align-items: start; }
  .education-footer { flex-direction: row; align-items: center; justify-content: space-between; }
  .about-grid { grid-template-columns: .75fr 1.25fr; gap: 58px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 1020px) {
  .desktop-nav { display: flex; }
  .nav-cta { padding: 11px 19px; }
  .brand-sub { max-width: none; }
  .mobile-sticky { display: none; }
  .footer { padding-bottom: 50px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { transition: none !important; }
}
