:root {
  --ink: #16201b;
  --muted: #64716b;
  --paper: #f6f1e8;
  --paper-strong: #fffaf0;
  --line: rgba(22, 32, 27, 0.14);
  --forest: #173c2c;
  --moss: #73956f;
  --lime: #d9ef79;
  --clay: #c06b38;
  --sky: #c6e8df;
  --shadow: 0 24px 80px rgba(22, 32, 27, 0.14);
  --radius-xl: 34px;
  --radius-md: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--ink);
  font-family: "Manrope", "Segoe UI", sans-serif;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 8% 12%, rgba(217, 239, 121, 0.42), transparent 30%),
    radial-gradient(circle at 86% 4%, rgba(198, 232, 223, 0.72), transparent 28%),
    linear-gradient(135deg, #fffaf0 0%, #f5efe2 44%, #e9f1df 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(22, 32, 27, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(22, 32, 27, 0.06) 1px, transparent 1px);
  background-size: 42px 42px;
}

.page-shell {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 42px 0 72px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: 28px;
  align-items: stretch;
  min-height: 560px;
}

.hero > * {
  min-width: 0;
}

.hero__copy,
.hero-card,
.form-section,
.process,
.trust-strip {
  position: relative;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(32px, 7vw, 82px);
  overflow: hidden;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(140deg, rgba(23, 60, 44, 0.94), rgba(30, 74, 49, 0.88)),
    url("data:image/svg+xml,%3Csvg width='220' height='220' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 165c46-70 104-95 190-85' fill='none' stroke='%23d9ef79' stroke-width='2' stroke-opacity='.22'/%3E%3Cpath d='M10 90c74 20 120 58 146 116' fill='none' stroke='%23c6e8df' stroke-width='2' stroke-opacity='.20'/%3E%3C/svg%3E");
  color: #fffaf0;
}

.hero__copy::after {
  content: "";
  position: absolute;
  right: -110px;
  bottom: -130px;
  width: 330px;
  height: 330px;
  border-radius: 999px;
  background: rgba(217, 239, 121, 0.22);
  filter: blur(2px);
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--lime);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Fraunces", Georgia, serif;
  letter-spacing: 0;
}

h1 {
  max-width: 780px;
  font-size: clamp(2.65rem, 5vw, 4.35rem);
  line-height: 0.98;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

h2 {
  font-size: clamp(2.1rem, 5vw, 4rem);
  line-height: 0.96;
  overflow-wrap: anywhere;
}

h3 {
  font-size: 1.35rem;
}

.hero__lead {
  max-width: 660px;
  margin: 28px 0 0;
  color: rgba(255, 250, 240, 0.82);
  font-size: clamp(1rem, 2vw, 1.22rem);
  line-height: 1.75;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button--primary {
  color: var(--forest);
  background: var(--lime);
  box-shadow: 0 14px 30px rgba(217, 239, 121, 0.25);
}

.button--ghost {
  color: #fffaf0;
  border: 1px solid rgba(255, 250, 240, 0.36);
  background: rgba(255, 250, 240, 0.1);
}

.button--full {
  width: 100%;
  margin-top: 6px;
}

.hero-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.16), rgba(255, 250, 240, 0.94)),
    linear-gradient(145deg, var(--sky), var(--paper-strong));
}

.hero-card__tag {
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--forest);
  background: rgba(217, 239, 121, 0.8);
  font-size: 0.8rem;
  font-weight: 800;
}

.hero-card strong {
  max-width: 380px;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 0.95;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.hero-card ul {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
}

.hero-card li::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--clay);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 28px 0;
  overflow: hidden;
  border-radius: 26px;
  background: var(--line);
}

.trust-strip article {
  padding: 26px;
  background: rgba(255, 250, 240, 0.76);
}

.trust-strip strong {
  display: block;
  font-family: "Fraunces", Georgia, serif;
  font-size: 2.1rem;
  line-height: 1;
}

.trust-strip span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
}

.process,
.form-section {
  margin-top: 28px;
  padding: clamp(26px, 5vw, 54px);
  border-radius: var(--radius-xl);
  background: rgba(255, 250, 240, 0.84);
  backdrop-filter: blur(18px);
}

.process {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 36px;
}

.process__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.process__grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.48);
}

.process__grid span {
  color: var(--clay);
  font-weight: 800;
}

.process__grid p,
.form-section__intro p {
  color: var(--muted);
  line-height: 1.7;
}

.form-section {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: clamp(26px, 5vw, 58px);
  align-items: start;
}

.lead-form {
  display: grid;
  gap: 18px;
  padding: clamp(20px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fffdf6;
}

.field-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

label,
legend {
  color: var(--forest);
  font-size: 0.9rem;
  font-weight: 800;
}

input,
select {
  width: 100%;
  margin-top: 8px;
  padding: 14px 14px;
  border: 1px solid rgba(22, 32, 27, 0.18);
  border-radius: 14px;
  color: var(--ink);
  background: #fff;
  font: inherit;
}

input:focus,
select:focus {
  outline: 3px solid rgba(217, 239, 121, 0.65);
  border-color: var(--forest);
}

.checks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin: 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
}

.checks legend {
  padding: 0 8px;
}

.checks label,
.privacy {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--muted);
  font-weight: 700;
}

.checks input,
.privacy input {
  width: auto;
  margin: 0;
}

.privacy {
  line-height: 1.5;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 700;
}

.form-status[data-state="ok"] {
  color: #1f7a3d;
}

.form-status[data-state="error"] {
  color: #b23b2f;
}

@media (max-width: 920px) {
  .hero,
  .process,
  .form-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }
}

@media (max-width: 680px) {
  .page-shell {
    width: min(1160px, calc(100% - 22px));
    padding-top: 18px;
  }

  h1 {
    font-size: clamp(2.25rem, 11vw, 3.5rem);
    line-height: 1.03;
    max-width: 9ch;
  }

  h2 {
    font-size: clamp(1.8rem, 9vw, 2.8rem);
  }

  .hero-card strong {
    font-size: clamp(1.85rem, 9vw, 2.8rem);
    max-width: 10ch;
  }

  .hero__lead {
    max-width: 27ch;
  }

  .hero-card ul {
    max-width: 27ch;
  }

  .hero__copy,
  .hero-card,
  .process,
  .form-section {
    border-radius: 24px;
  }

  .trust-strip,
  .process__grid,
  .field-group,
  .checks {
    grid-template-columns: 1fr;
  }
}
