
:root {
  --bg: #eef3ef;
  --paper: #f9fbf8;
  --ink: #172522;
  --muted: #63736f;
  --line: #cad7d1;
  --violet: #7a4cff;
  --lime: #d6ff55;
  --deep: #0f1715;
  --shadow: 0 18px 50px rgba(23, 37, 34, 0.08);
  --radius: 28px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at top right, rgba(122, 76, 255, 0.08), transparent 28%), var(--bg);
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
p { margin: 0 0 1rem; }
img { max-width: 100%; }
.shell { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.topbar {
  border-bottom: 1px solid var(--line);
  background: rgba(249, 251, 248, 0.78);
  backdrop-filter: blur(12px);
  position: sticky;
  top: 0;
  z-index: 20;
}
.topbar-row {
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  padding: 18px 0;
}
.brand {
  display: flex; align-items: center; gap: 14px;
}
.brand-mark {
  width: 48px; height: 48px; border-radius: 14px;
  background: linear-gradient(135deg, var(--violet), #9b7cff);
  color: white; display: grid; place-items: center;
  font-weight: 800; letter-spacing: 0.08em; font-size: 0.8rem;
  box-shadow: var(--shadow);
}
.brand-copy strong { display: block; font-size: 0.98rem; }
.brand-copy span { color: var(--muted); font-size: 0.86rem; }
.nav {
  display: flex; flex-wrap: wrap; gap: 16px;
  color: var(--muted); font-size: 0.94rem;
}
.page {
  display: grid; grid-template-columns: 310px 1fr; gap: 38px;
  padding: 34px 0 60px;
}
.sidebar {
  align-self: start;
  position: sticky;
  top: 96px;
  display: grid;
  gap: 18px;
}
.side-card {
  background: rgba(249, 251, 248, 0.78);
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 22px;
  box-shadow: var(--shadow);
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
  color: var(--muted);
  margin-bottom: 12px;
}
.side-card h2, .side-card h3 { margin: 0 0 12px; line-height: 1.1; }
.side-list { display: grid; gap: 10px; font-size: 0.95rem; }
.side-list div { padding-top: 10px; border-top: 1px solid var(--line); }
.side-list div:first-child { border-top: 0; padding-top: 0; }
.side-note {
  font-size: 0.92rem; color: var(--muted);
}
.cta-chip {
  display: inline-flex; align-items: center; gap: 10px;
  border: 1px solid var(--line);
  background: white;
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 0.88rem;
}
main.content { display: grid; gap: 26px; }
.hero {
  background: linear-gradient(135deg, rgba(122, 76, 255, 0.08), rgba(214, 255, 85, 0.12));
  border: 1px solid var(--line);
  border-radius: 34px;
  padding: 34px;
  display: grid;
  grid-template-columns: 1.45fr 0.95fr;
  gap: 28px;
  box-shadow: var(--shadow);
}
.kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--muted);
  margin-bottom: 18px;
}
.kicker::before {
  content: "";
  width: 30px; height: 1px; background: var(--muted);
}
.hero h1 {
  font-size: clamp(2.8rem, 4.8vw, 5rem);
  line-height: 0.96;
  margin: 0 0 18px;
  max-width: 10ch;
}
.hero p {
  font-size: 1.05rem;
  max-width: 62ch;
}
.hero-actions {
  display: flex; flex-wrap: wrap; gap: 14px; margin-top: 24px;
}
.button, button {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 15px 20px; border-radius: 999px; border: 0;
  font: inherit; cursor: pointer;
}
.button-primary {
  background: var(--deep); color: white;
}
.button-secondary {
  background: white; border: 1px solid var(--line); color: var(--ink);
}
.hero-panel {
  background: rgba(255, 255, 255, 0.68);
  border-radius: 28px;
  border: 1px solid rgba(23, 37, 34, 0.08);
  padding: 22px;
  display: grid;
  align-content: start;
  gap: 18px;
}
.panel-title {
  font-size: 1.02rem; font-weight: 700;
}
.metric-grid { display: grid; gap: 12px; }
.metric {
  display: grid; grid-template-columns: 72px 1fr; gap: 12px;
  padding-top: 12px; border-top: 1px solid var(--line);
}
.metric:first-child { border-top: 0; padding-top: 0; }
.metric strong { font-size: 0.92rem; }
.metric span { color: var(--muted); font-size: 0.9rem; }
.section {
  background: rgba(249, 251, 248, 0.82);
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: 28px;
  box-shadow: var(--shadow);
}
.section-head {
  display: flex; justify-content: space-between; gap: 24px; align-items: end;
  margin-bottom: 24px;
}
.section-head h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1;
}
.section-head p {
  max-width: 48ch; color: var(--muted); margin: 0;
}
.guide-list { display: grid; gap: 14px; }
.guide-row {
  display: grid; grid-template-columns: 170px 1fr 128px;
  gap: 18px;
  align-items: start;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}
.guide-row:first-child { border-top: 0; padding-top: 0; }
.guide-tag {
  color: var(--muted); text-transform: uppercase; letter-spacing: 0.15em; font-size: 0.74rem;
}
.guide-row h3 { margin: 0 0 8px; font-size: 1.2rem; }
.guide-row p { color: var(--muted); max-width: 62ch; }
.price {
  justify-self: end;
  background: white;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 700;
}
.note {
  margin-top: 16px;
  color: var(--muted);
  font-size: 0.92rem;
}
.split {
  display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 20px;
}
.checklist, .timeline, .faq-list {
  display: grid; gap: 14px;
}
.item {
  background: white;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 18px;
}
.item strong { display: block; margin-bottom: 8px; }
.timeline .item {
  display: grid; grid-template-columns: 46px 1fr; gap: 14px; align-items: start;
}
.step {
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--lime); display: grid; place-items: center; font-weight: 800;
}
.faq-list details {
  background: white;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 18px 20px;
}
.faq-list summary {
  cursor: pointer;
  list-style: none;
  font-weight: 700;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list details p { margin-top: 12px; color: var(--muted); }
.form-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
}
label span { display: block; font-size: 0.85rem; color: var(--muted); margin-bottom: 8px; }
input, textarea, select {
  width: 100%; padding: 15px 16px; border-radius: 18px;
  border: 1px solid var(--line); background: white; font: inherit; color: var(--ink);
}
textarea { min-height: 150px; resize: vertical; }
.full { grid-column: 1 / -1; }
.disclaimer {
  margin-top: 18px; padding: 16px 18px;
  border-radius: 22px; background: rgba(122, 76, 255, 0.08);
  border: 1px solid rgba(122, 76, 255, 0.12);
  font-size: 0.93rem;
}
.foot {
  border-top: 1px solid var(--line);
  padding: 24px 0 40px;
  color: var(--muted);
}
.foot-row {
  display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap;
}
.legal-links { display: flex; flex-wrap: wrap; gap: 16px; }
.legal-hero {
  background: linear-gradient(135deg, rgba(122, 76, 255, 0.08), rgba(214, 255, 85, 0.08));
  border: 1px solid var(--line);
  border-radius: 30px;
  padding: 28px;
  margin-bottom: 22px;
}
.legal-hero h1 { margin: 0 0 10px; font-size: clamp(2.1rem, 4vw, 3.5rem); line-height: 0.98; }
.legal-copy { display: grid; gap: 16px; }
.legal-copy h2 { margin: 18px 0 8px; font-size: 1.05rem; }
.thankyou-box {
  display: grid; gap: 18px;
}
.badge {
  display: inline-block;
  padding: 10px 14px; border-radius: 999px; background: var(--lime);
  font-size: 0.88rem; font-weight: 700;
}
@media (max-width: 1040px) {
  .page, .hero, .split, .guide-row, .form-grid { grid-template-columns: 1fr; }
  .sidebar { position: static; }
  .price { justify-self: start; }
}
@media (max-width: 700px) {
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .hero, .section, .side-card, .legal-hero { padding: 22px; }
  .topbar-row, .section-head, .foot-row { display: grid; }
  .nav { gap: 12px; }
  .hero h1 { font-size: 2.6rem; }
}
