:root {
  --ink: #202431;
  --muted: #7d7b78;
  --primary: #a3324d;
  --secondary: #315b82;
  --violet: #f6f1e9;
  --line: #e8dfd4;
  --white: #fffdf8;
  --shadow: 0 24px 70px rgba(80, 59, 42, .1);
}

body {
  position: relative;
  overflow-x: hidden;
  background: var(--violet);
  color: var(--ink);
}

body::before,
body::after {
  content: "";
  position: fixed;
  border: 1px solid rgba(163, 50, 77, .13);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

body::before { width: 42rem; height: 42rem; left: -20rem; top: -20rem; }
body::after { width: 34rem; height: 34rem; right: -18rem; bottom: -18rem; border-color: rgba(49, 91, 130, .14); }

.site-header {
  height: 78px;
  padding: 0 max(1.25rem, calc((100% - 1160px) / 2));
  background: rgba(246, 241, 233, .9);
  border-bottom-color: rgba(232, 223, 212, .9);
}

.brand,
.hero h1,
.section-heading h2,
.cta-section h2,
.feature-card h3,
.price-card h3,
.comparison-title h3 {
  font-family: Georgia, "Times New Roman", serif;
}

.brand { font-size: 1.32rem; letter-spacing: -.06em; }
.brand span { color: var(--primary); }
.site-nav { font-size: .78rem; color: var(--muted); }
.site-nav a:hover { color: var(--primary); }
.nav-login { border-radius: 2px; background: var(--primary); box-shadow: 0 8px 16px rgba(163, 50, 77, .18); }
.nav-toggle { border-radius: 2px; background: var(--white); border-color: var(--line); }

.hero {
  position: relative;
  z-index: 1;
  gap: clamp(2rem, 7vw, 6rem);
  padding: 6.4rem 0 6rem;
  min-height: 700px;
}

.eyebrow { color: var(--primary); font-size: .7rem; letter-spacing: .16em; }
.hero h1 { font-size: clamp(3rem, 6.3vw, 6rem); line-height: .87; letter-spacing: -.065em; }
.hero-lead { color: var(--muted); font-size: 1.02rem; line-height: 1.8; }
.primary-btn { border-radius: 2px; background: var(--primary); box-shadow: 0 12px 22px rgba(163, 50, 77, .2); }
.outline-btn { border-radius: 2px; color: var(--primary); border-color: #d6c7ba; background: var(--white); }
.text-btn { color: var(--ink); font-size: .9rem; }
.text-btn span { color: var(--primary); }
.microcopy { color: #aaa29b; }

.hero-visual {
  min-height: 455px;
  padding: 2rem;
  border-radius: 3px;
  background: var(--ink);
  box-shadow: 0 26px 60px rgba(32, 36, 49, .2);
  overflow: hidden;
}

.hero-visual::before {
  width: 520px;
  height: 520px;
  right: -250px;
  top: -210px;
  background: radial-gradient(circle, rgba(163, 50, 77, .65), transparent 66%);
  filter: none;
}

.visual-orbit { border-color: rgba(255, 255, 255, .14); }
.demo-card { z-index: 1; width: min(385px, 94%); padding: 1.5rem; border-radius: 3px; background: var(--white); box-shadow: 0 24px 45px rgba(0, 0, 0, .25); transform: rotate(-2deg); }
.demo-pill { border-radius: 2px; background: #f3e5e7; color: var(--primary); }
.demo-label { color: var(--muted); margin-top: 2.25rem; }
.demo-word { font-family: Georgia, "Times New Roman", serif; color: var(--ink); font-size: 3rem; }
.demo-option { border-radius: 3px; background: var(--white); }
.demo-option.correct { border-color: #9bbca9; background: #f1f8f2; color: #276244; }
.demo-progress { border-radius: 0; background: #eee7df; }
.demo-progress span { border-radius: 0; background: var(--secondary); }

.section-block { position: relative; z-index: 1; padding: 6rem 0; }
.section-heading h2 { font-size: clamp(2.4rem, 4.5vw, 4.2rem); line-height: .98; }
.section-heading > p:last-child { color: var(--muted); line-height: 1.7; }
.feature-card { padding: 1.6rem; border-radius: 3px; background: var(--white); border-color: var(--line); box-shadow: 0 14px 32px rgba(80, 59, 42, .06); }
.feature-number { color: var(--primary); font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; }
.feature-card h3 { font-size: 1.55rem; font-weight: 700; }
.feature-card p { color: var(--muted); }

.proof-band { position: relative; z-index: 1; background: var(--ink); padding-top: 3rem; padding-bottom: 3rem; }
.proof-band strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.6rem; }
.proof-band span { color: #b9b0b1; }

.pricing-section { position: relative; z-index: 1; }
.price-card { border-radius: 3px; background: var(--white); border-color: var(--line); box-shadow: 0 14px 32px rgba(80, 59, 42, .06); }
.price-card.featured { border-color: var(--primary); box-shadow: 0 18px 40px rgba(163, 50, 77, .15); }
.price-kicker { color: var(--primary); }
.price span { font-family: Georgia, "Times New Roman", serif; }
.popular-badge { border-radius: 2px; background: #f3e5e7; color: var(--primary); }

.premium-highlight { border-color: rgba(163, 50, 77, .2); border-radius: 3px; background: #f3e5e7; box-shadow: 0 14px 34px rgba(163, 50, 77, .08); }
.premium-spark { border-radius: 3px; background: var(--primary); }
.comparison-card { border-radius: 3px; background: var(--white); border-color: var(--line); }
.comparison-title h3 { font-weight: 700; }
.comparison-note { border-radius: 2px; background: #e8eef3; color: var(--secondary); }
.comparison-table .premium-column { background: #f7edef; color: var(--primary); }

.cta-section { position: relative; z-index: 1; border-radius: 3px; background: var(--primary); box-shadow: 0 20px 45px rgba(163, 50, 77, .18); }
.primary-btn.light { border-radius: 2px; color: var(--primary); }
.faq-section, .site-footer { position: relative; z-index: 1; }
.faq-list, details, .site-footer { border-color: #d9cfc4; }
summary { font-family: Georgia, "Times New Roman", serif; font-size: 1.05rem; }
details p { color: var(--muted); }
.faq-section .section-heading { max-width: 820px; }
.faq-section .section-heading > p:last-child { max-width: 760px; color: var(--muted); line-height: 1.65; }
.faq-list { max-width: 940px; }
.faq-list details { padding: 1.35rem 0; }
.faq-list summary { font-size: 1.12rem; letter-spacing: -.02em; }
.faq-list details p { max-width: 820px; line-height: 1.7; }
.site-footer a:last-child { color: var(--primary); }

@media (max-width: 800px) {
  .hero { padding-top: 4.5rem; }
  .hero-visual { min-height: 390px; padding: 1rem; }
  .demo-card { transform: none; }
  .section-block { padding: 4.5rem 0; }
}
