* {
  box-sizing: border-box;
}

:root {
  --ink: #241915;
  --muted: #77655d;
  --paper: #f6efe3;
  --panel: #fff8ec;
  --moss: #5f6c4a;
  --brick: #a65f3f;
  --sky: #d8e7dc;
  --line: rgba(36, 25, 21, 0.14);
  --deep: #17231d;
}

body {
  margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
  background:
    radial-gradient(circle at top left, rgba(216, 231, 220, 0.9), transparent 34rem),
    linear-gradient(135deg, #f6efe3 0%, #f3e3d0 48%, #ecdbc3 100%);
  color: var(--ink);
}

a {
  color: inherit;
  text-decoration: none;
}

.site-top {
  width: min(1180px, calc(100% - 40px));
  margin: 24px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--deep);
  color: var(--paper);
  font-family: Georgia, 'Times New Roman', serif;
  letter-spacing: 0;
}

.top-nav {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: var(--muted);
}

.top-nav a:hover {
  color: var(--brick);
}

.hero-panel {
  width: min(1180px, calc(100% - 40px));
  margin: 52px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  gap: 34px;
  align-items: stretch;
}

.hero-copy {
  min-height: 560px;
  padding: clamp(34px, 7vw, 82px);
  border-radius: 38px 38px 10px 38px;
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: 0 28px 70px rgba(54, 37, 25, 0.12);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.hero-copy::after {
  content: '';
  position: absolute;
  right: -90px;
  bottom: -120px;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(166, 95, 63, 0.22);
  border-radius: 50%;
}

.eyebrow {
  margin: 0 0 16px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brick);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 26px;
  font-size: clamp(42px, 7vw, 82px);
  line-height: 0.92;
  letter-spacing: -0.065em;
}

.hero-text {
  max-width: 660px;
  font-size: 21px;
  line-height: 1.55;
  color: var(--muted);
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 20px;
  font-family: Arial, sans-serif;
}

.primary-link,
.secondary-link,
.request-form button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  border-radius: 999px;
  padding: 0 24px;
  font-family: Arial, sans-serif;
  font-weight: 700;
  border: 1px solid var(--deep);
}

.primary-link,
.request-form button {
  background: var(--deep);
  color: var(--paper);
}

.secondary-link {
  background: transparent;
  color: var(--deep);
}

.primary-link:hover,
.request-form button:hover {
  background: var(--brick);
  border-color: var(--brick);
}

.hero-card {
  padding: 34px;
  border-radius: 10px 38px 38px 38px;
  background: var(--deep);
  color: var(--paper);
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-number {
  font-size: 90px;
  line-height: 0.8;
  color: rgba(246, 239, 227, 0.2);
}

.hero-card h2 {
  font-size: 34px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.hero-card p,
.hero-card dd {
  color: rgba(246, 239, 227, 0.72);
  line-height: 1.55;
}

.hero-card dl {
  margin: 26px 0 0;
  display: grid;
  gap: 14px;
}

.hero-card dt {
  font-family: Arial, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--sky);
}

.hero-card dd {
  margin: 4px 0 0;
}

.intro-strip,
.benefit-section,
.process-board,
.faq-section,
.request-section,
.legal-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 90px auto 0;
}

.intro-strip {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 80px;
  padding: 0 0 44px;
  border-bottom: 1px solid var(--line);
}

.intro-strip h2,
.section-title h2,
.process-heading h2,
.request-copy h2,
.legal-hero h1,
.thanks-card h1 {
  font-size: clamp(34px, 5vw, 58px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.intro-strip p:last-child {
  font-size: 20px;
  line-height: 1.65;
  color: var(--muted);
}

.guide-grid {
  width: min(1180px, calc(100% - 40px));
  margin: 34px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: minmax(260px, auto);
  gap: 16px;
}

.guide {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(255, 248, 236, 0.75);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.guide.tall {
  grid-column: span 2;
  background: var(--sky);
}

.guide.dark {
  background: var(--moss);
  color: var(--paper);
}

.guide.lined {
  background: repeating-linear-gradient(135deg, #fff8ec 0, #fff8ec 12px, #f1ddc3 13px, #f1ddc3 14px);
}

.guide.soft {
  background: #f8d9bd;
}

.guide-meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.guide h3 {
  margin: 46px 0 16px;
  font-size: 30px;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.guide p {
  margin-bottom: 0;
  line-height: 1.55;
}

.section-title {
  max-width: 620px;
}

.section-title.narrow {
  max-width: 540px;
}

.benefit-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 44px;
  align-items: start;
}

.benefit-list {
  display: grid;
  gap: 12px;
}

.benefit-list article {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 22px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.benefit-list span {
  font-family: Arial, sans-serif;
  font-weight: 800;
  color: var(--moss);
}

.benefit-list p {
  margin-bottom: 0;
  line-height: 1.55;
  color: var(--muted);
}

.process-board {
  padding: clamp(28px, 6vw, 58px);
  border-radius: 42px;
  background: #2b201c;
  color: var(--paper);
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 42px;
}

.process-board .eyebrow {
  color: #efb780;
}

.steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.steps li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: center;
  padding: 16px;
  border: 1px solid rgba(246, 239, 227, 0.16);
  border-radius: 22px;
  background: rgba(246, 239, 227, 0.06);
}

.steps span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #efb780;
  color: #2b201c;
  font-family: Arial, sans-serif;
  font-weight: 800;
}

.steps p {
  margin: 0;
  line-height: 1.45;
  color: rgba(246, 239, 227, 0.82);
}

.faq-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 60px;
}

.faq-list {
  display: grid;
  gap: 10px;
}

details {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255, 248, 236, 0.66);
  padding: 20px 22px;
}

summary {
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-weight: 800;
}

details p {
  margin: 16px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.request-section {
  margin-bottom: 90px;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 34px;
  align-items: start;
}

.request-copy {
  position: sticky;
  top: 24px;
  padding: 28px;
  border-left: 5px solid var(--brick);
}

.request-copy p:last-child {
  color: var(--muted);
  line-height: 1.6;
}

.request-form {
  display: grid;
  gap: 16px;
  padding: 30px;
  border-radius: 34px;
  background: var(--panel);
  border: 1px solid var(--line);
}

.request-form label {
  display: grid;
  gap: 8px;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 15px 16px;
  background: #fffdf7;
  color: var(--ink);
  font: inherit;
}

textarea {
  resize: vertical;
}

.request-form button {
  cursor: pointer;
  width: fit-content;
  font-size: 15px;
}

.site-footer {
  padding: 34px max(20px, calc((100% - 1180px) / 2));
  background: var(--deep);
  color: var(--paper);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: start;
}

.site-footer p {
  margin: 6px 0 0;
  color: rgba(246, 239, 227, 0.7);
}

.site-footer nav {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  font-family: Arial, sans-serif;
  font-weight: 700;
}

.site-footer .disclaimer {
  grid-column: 1 / -1;
  max-width: 900px;
  padding-top: 18px;
  border-top: 1px solid rgba(246, 239, 227, 0.16);
}

.legal-page {
  background: #f7efe4;
}

.legal-top {
  margin-top: 18px;
}

.legal-shell {
  max-width: 920px;
  margin-bottom: 80px;
}

.legal-hero {
  padding: 46px 0 30px;
}

.split-legal {
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 30px;
  align-items: end;
}

.legal-hero p {
  line-height: 1.6;
  color: var(--muted);
}

.legal-card {
  padding: 26px 0;
  border-top: 1px solid var(--line);
}

.legal-card h2 {
  font-size: 28px;
  letter-spacing: -0.03em;
}

.legal-card p {
  line-height: 1.65;
  color: var(--muted);
}

.legal-card.notice {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--panel);
}

.site-footer.compact {
  grid-template-columns: 1fr auto;
}

.thanks-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    radial-gradient(circle at 80% 15%, rgba(166, 95, 63, 0.16), transparent 24rem),
    #f3e4d2;
}

.thanks-shell {
  width: min(760px, 100%);
}

.thanks-card {
  padding: clamp(32px, 7vw, 64px);
  border-radius: 42px;
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: 0 28px 90px rgba(36, 25, 21, 0.14);
}

.thanks-card > p {
  font-size: 18px;
  line-height: 1.65;
  color: var(--muted);
}

.thanks-details {
  margin: 28px 0;
  padding: 20px;
  border-radius: 24px;
  background: var(--sky);
}

.thanks-details p {
  margin: 4px 0;
}

.disclaimer {
  font-size: 14px !important;
  line-height: 1.55 !important;
}

@media (max-width: 900px) {
  .site-top,
  .hero-panel,
  .intro-strip,
  .benefit-section,
  .process-board,
  .faq-section,
  .request-section,
  .guide-grid,
  .legal-shell {
    width: min(100% - 28px, 720px);
  }

  .hero-panel,
  .intro-strip,
  .benefit-section,
  .process-board,
  .faq-section,
  .request-section,
  .split-legal {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    min-height: auto;
  }

  .guide-grid {
    grid-template-columns: 1fr 1fr;
  }

  .guide.tall {
    grid-column: span 2;
  }

  .request-copy {
    position: static;
  }

  .site-footer,
  .site-footer.compact {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .site-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .guide-grid {
    grid-template-columns: 1fr;
  }

  .guide.tall {
    grid-column: auto;
  }

  .benefit-list article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  h1 {
    font-size: 40px;
  }

  .hero-copy,
  .hero-card,
  .process-board,
  .request-form,
  .thanks-card {
    border-radius: 26px;
  }
}
