:root {
  --bg: #f4efe8;
  --paper: rgba(255, 251, 246, 0.88);
  --ink: #1f1a16;
  --muted: #6f655d;
  --brand: #c6281e;
  --brand-dark: #961f17;
  --line: rgba(31, 26, 22, 0.1);
  --shadow: 0 24px 60px rgba(72, 45, 19, 0.13);
  --radius: 26px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Avenir Next", "Trebuchet MS", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(255, 217, 163, 0.85), transparent 32%),
    radial-gradient(circle at top right, rgba(198, 40, 30, 0.1), transparent 26%),
    linear-gradient(180deg, #fff8ef 0%, var(--bg) 58%, #efe3d6 100%);
}

a {
  color: inherit;
}

.shell {
  max-width: 1160px;
  margin: 0 auto;
  padding: 26px 22px 64px;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  color: var(--muted);
  padding-bottom: 18px;
}

.topnav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pill {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid var(--line);
  text-decoration: none;
  font-size: 14px;
}

.hero {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  gap: 28px;
  align-items: stretch;
  margin-bottom: 30px;
}

.card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.hero-copy {
  padding: 34px;
  position: relative;
  overflow: hidden;
}

.hero-copy::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -70px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(198, 40, 30, 0.12), transparent 72%);
}

.eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(198, 40, 30, 0.08);
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1, h2, h3 {
  margin: 0;
  font-family: Baskerville, "Palatino Linotype", serif;
  letter-spacing: -0.02em;
}

h1 {
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  line-height: 0.95;
  max-width: 12ch;
  margin-bottom: 18px;
}

h2 {
  font-size: clamp(1.9rem, 3vw, 3rem);
  line-height: 1;
  margin-bottom: 10px;
}

h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
}

p {
  margin: 0;
  line-height: 1.6;
}

.lead {
  color: var(--muted);
  font-size: 1.08rem;
  max-width: 58ch;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 28px 0 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
}

.button-primary {
  background: linear-gradient(135deg, var(--brand) 0%, #e14d2a 100%);
  color: #fff;
  box-shadow: 0 14px 28px rgba(198, 40, 30, 0.2);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(31, 26, 22, 0.14);
}

.badge-row,
.grid-3,
.grid-2,
.process-row {
  display: grid;
  gap: 16px;
}

.badge-row,
.grid-3,
.process-row {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.badge,
.mini-card,
.step-card,
.faq-card {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid var(--line);
}

.form-card {
  padding: 28px;
}

.form-card p {
  color: var(--muted);
  margin-bottom: 18px;
}

form {
  display: grid;
  gap: 12px;
}

.field-stack {
  display: grid;
  gap: 6px;
}

.field-label {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--ink);
}

.split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

input, select, button {
  font: inherit;
}

input, select {
  width: 100%;
  min-height: 52px;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid rgba(31, 26, 22, 0.13);
  background: rgba(255, 255, 255, 0.95);
}

.submit {
  min-height: 54px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, #ba241a 0%, #e04a28 100%);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.small {
  font-size: 0.9rem;
}

.section {
  margin: 18px 0 24px;
}

.section-head {
  margin-bottom: 16px;
}

.section-copy {
  color: var(--muted);
  max-width: 62ch;
}

.step-number {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  background: rgba(198, 40, 30, 0.1);
  color: var(--brand-dark);
  font-weight: 800;
}

.cta-panel {
  padding: 30px 34px;
  margin-top: 10px;
}

@media (max-width: 900px) {
  .hero,
  .badge-row,
  .grid-3,
  .grid-2,
  .process-row,
  .split {
    grid-template-columns: 1fr;
  }

  .topbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-copy,
  .form-card,
  .cta-panel {
    padding: 24px;
  }
}
