:root {
  --bg: #f7f2e8;
  --surface: rgba(255, 255, 255, 0.84);
  --surface-strong: #fffdf9;
  --surface-alt: #efe4d2;
  --line: rgba(30, 24, 17, 0.11);
  --line-strong: rgba(30, 24, 17, 0.18);
  --text: #1c1712;
  --muted: #63584b;
  --accent: #0f766e;
  --accent-dark: #0a4d49;
  --accent-soft: rgba(15, 118, 110, 0.12);
  --gold: #b78030;
  --danger: #b42318;
  --success: #157347;
  --shadow: 0 24px 60px rgba(36, 30, 20, 0.08);
  --radius-lg: 32px;
  --radius-md: 22px;
  --radius-sm: 14px;
  --container: 1180px;
  --section-space: 104px;
  --section-space-sm: 72px;
  --card-gap: 24px;
  --header-offset: 118px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body,
section,
[id] {
  scroll-margin-top: var(--header-offset);
}

body {
  margin: 0;
  font-family: 'Manrope', sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top right, rgba(183, 128, 48, 0.15), transparent 30%),
    radial-gradient(circle at left 15% top 30%, rgba(15, 118, 110, 0.14), transparent 26%),
    linear-gradient(180deg, #fcfaf6 0%, var(--bg) 100%);
  line-height: 1.5;
}

img {
  max-width: 100%;
  display: block;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.sr-only,
.honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  padding: 14px 0;
  backdrop-filter: blur(18px);
  background: rgba(252, 250, 246, 0.74);
  border-bottom: 1px solid rgba(28, 23, 18, 0.06);
}

.header-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 20px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 12px 40px rgba(35, 29, 21, 0.06);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 15px;
  background: linear-gradient(140deg, var(--accent-dark), var(--accent));
  color: #fff;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.brand-lockup {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.brand-lockup strong {
  font-size: 1rem;
}

.brand-lockup span {
  color: var(--muted);
  font-size: 0.82rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.site-nav a {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--text);
}

.menu-toggle {
  display: none;
  padding: 0;
  border: 0;
  background: transparent;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px 0;
  border-radius: 999px;
  background: var(--text);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 26px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.button-small {
  min-height: 46px;
  padding: 0 20px;
  font-size: 0.92rem;
}

.button-wide {
  width: 100%;
}

.button-primary {
  color: #fff;
  background: linear-gradient(140deg, var(--accent-dark), var(--accent));
  box-shadow: 0 16px 28px rgba(15, 118, 110, 0.22);
}

.button-secondary {
  color: var(--text);
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.7);
}

.page-shell {
  padding-bottom: 88px;
  overflow: clip;
}

.hero {
  padding: 80px 0 48px;
}

.hero-grid {
  display: grid;
  gap: 56px;
}

.hero-home {
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  align-items: center;
}

.offer-hero {
  grid-template-columns: minmax(0, 1fr) minmax(400px, 0.86fr);
  align-items: start;
}

.hero-copy,
.offer-copy {
  position: relative;
}

.offer-copy {
  padding-top: 24px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.eyebrow::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--gold);
}

.hero-copy h1,
.offer-copy h1 {
  margin: 20px 0 20px;
  max-width: 8.4ch;
  font-size: clamp(3.1rem, 6.4vw, 5.2rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
}

.hero-copy p,
.offer-copy p {
  max-width: 32ch;
  margin: 0;
  font-size: clamp(1.02rem, 1.5vw, 1.22rem);
  color: var(--muted);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

.proof-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
  max-width: 560px;
}

.proof-pill {
  padding: 11px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.2;
}

.hero-visual,
.offer-visual {
  position: relative;
  padding: 30px;
  border: 1px solid rgba(15, 118, 110, 0.12);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 251, 245, 0.85) 100%);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-visual::after,
.offer-visual::after {
  content: '';
  position: absolute;
  inset: auto -30px -40px auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(183, 128, 48, 0.22), transparent 68%);
}

.visual-topline {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: start;
  margin-bottom: 24px;
}

.visual-topline strong {
  display: block;
  font-size: 1.05rem;
  line-height: 1.2;
}

.visual-topline span {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.hero-dashboard {
  display: grid;
  gap: 18px;
}

.metric-row,
.lead-grid,
.outcome-grid,
.flow-row,
.stats-grid,
.offer-grid,
.problem-grid,
.benefits-grid,
.kpi-grid,
.industry-grid,
.faq-grid,
.offer-detail-grid,
.outcomes-grid {
  display: grid;
  gap: var(--card-gap);
}

.metric-row {
  grid-template-columns: repeat(3, 1fr);
}

.lead-grid {
  grid-template-columns: 1.08fr 0.92fr;
}

.problem-grid,
.benefits-grid,
.industry-grid,
.faq-grid,
.offer-grid,
.outcomes-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

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

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

.metric-card,
.panel-card,
.problem-card,
.solution-card,
.benefit-card,
.offer-card,
.kpi-card,
.industry-card,
.faq-card,
.detail-card,
.outcome-card {
  min-height: 100%;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 26px rgba(38, 31, 22, 0.05);
}

.outcome-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(250, 246, 239, 0.84));
}

.metric-card span,
.panel-card span,
.kpi-card span {
  display: block;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.35;
}

.metric-card strong,
.panel-card strong,
.kpi-card strong {
  display: block;
  margin-top: 10px;
  font-size: 1.25rem;
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.panel-card .card-stack {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.mini-card {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 16px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(247, 242, 232, 0.7);
}

.mini-card strong {
  margin: 0;
  font-size: 1rem;
  line-height: 1.1;
}

.mini-card span {
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.35;
}

.mini-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent-dark);
  font-size: 0.85rem;
  font-weight: 700;
  white-space: nowrap;
}

.section {
  padding: var(--section-space) 0;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.88fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 40px;
}

.section-heading h2,
.offer-header h2 {
  margin: 0;
  max-width: 9.6ch;
  font-size: clamp(2.4rem, 4.7vw, 4.3rem);
  line-height: 0.92;
  letter-spacing: -0.05em;
}

.section-heading p,
.offer-header p {
  max-width: 34ch;
  margin: 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.5;
}

.solution-flow {
  display: grid;
  gap: var(--card-gap);
}

.solution-card strong,
.problem-card strong,
.benefit-card strong,
.offer-card strong,
.industry-card strong,
.faq-card strong,
.detail-card strong,
.outcome-card strong {
  display: block;
  margin-bottom: 12px;
  font-size: 1.12rem;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.problem-card p,
.solution-card p,
.benefit-card p,
.offer-card p,
.kpi-card p,
.industry-card p,
.faq-card p,
.detail-card p,
.outcome-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.benefit-card {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.benefit-icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: var(--accent-soft);
  color: var(--accent-dark);
  font-weight: 800;
  font-size: 1.05rem;
}

.offer-card {
  position: relative;
}

.offer-card ul {
  margin: 18px 0 24px;
  padding-left: 18px;
  color: var(--muted);
}

.offer-card li + li {
  margin-top: 8px;
}

.offer-card .card-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.faq-card p {
  font-size: 0.96rem;
}

.offer-kickers {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.offer-kickers span {
  padding: 11px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  color: var(--muted);
}

.final-cta {
  padding-top: 40px;
}

.cta-banner {
  padding: 42px;
  border: 1px solid rgba(10, 77, 73, 0.12);
  border-radius: calc(var(--radius-lg) + 6px);
  background:
    linear-gradient(135deg, rgba(10, 77, 73, 0.95), rgba(15, 118, 110, 0.84)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
  color: #f8f5ee;
  box-shadow: 0 30px 60px rgba(10, 77, 73, 0.18);
}

.cta-banner h2 {
  margin: 0 0 12px;
  max-width: 12ch;
  font-size: clamp(2.4rem, 4.5vw, 4rem);
  line-height: 0.94;
  letter-spacing: -0.05em;
}

.cta-banner p {
  max-width: 620px;
  margin: 0 0 28px;
  color: rgba(248, 245, 238, 0.78);
  line-height: 1.55;
}

.cta-banner .button-secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
}

.form-shell {
  position: relative;
  z-index: 1;
  padding: 28px;
  border: 1px solid rgba(15, 118, 110, 0.14);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 26px 56px rgba(37, 30, 22, 0.1);
}

.form-shell h3 {
  margin: 10px 0 10px;
  font-size: 2rem;
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.form-intro p {
  margin: 0 0 22px;
  color: var(--muted);
  line-height: 1.5;
}

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

.field {
  display: grid;
  gap: 9px;
}

.field span {
  font-size: 0.9rem;
  font-weight: 700;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 16px;
  border: 1px solid rgba(28, 23, 18, 0.12);
  border-radius: 16px;
  background: #fffdfb;
  color: var(--text);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: rgba(15, 118, 110, 0.5);
  box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.12);
}

.field .is-invalid {
  border-color: rgba(180, 35, 24, 0.46);
}

.field-message {
  grid-column: 1 / -1;
}

.field-error {
  min-height: 18px;
  color: var(--danger);
  font-size: 0.82rem;
}

.form-actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 14px;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.form-status {
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(99, 88, 75, 0.08);
  color: var(--muted);
}

.form-status.is-success {
  background: rgba(21, 115, 71, 0.1);
  color: var(--success);
}

.form-status.is-error {
  background: rgba(180, 35, 24, 0.08);
  color: var(--danger);
}

.site-footer {
  padding: 64px 0 48px;
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 0 20px;
  border-top: 1px solid var(--line);
}

.brand-footer {
  margin-bottom: 14px;
}

.footer-copy,
.footer-bottom {
  color: var(--muted);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 20px;
  align-content: flex-start;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  font-size: 0.92rem;
}

@media (max-width: 1024px) {
  :root {
    --section-space: 84px;
  }

  .hero-home,
  .offer-hero,
  .lead-grid,
  .flow-row,
  .problem-grid,
  .benefits-grid,
  .offer-grid,
  .kpi-grid,
  .industry-grid,
  .faq-grid,
  .offer-detail-grid,
  .outcomes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .section-heading h2,
  .section-heading p {
    max-width: none;
  }

  .footer-grid,
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 820px) {
  .site-nav {
    position: absolute;
    top: calc(100% + 12px);
    right: 16px;
    left: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .menu-toggle {
    display: inline-block;
  }

  .nav-cta {
    width: 100%;
  }

  .metric-row,
  .hero-home,
  .offer-hero,
  .lead-grid,
  .flow-row,
  .problem-grid,
  .benefits-grid,
  .offer-grid,
  .kpi-grid,
  .industry-grid,
  .faq-grid,
  .offer-detail-grid,
  .outcomes-grid,
  .stats-grid,
  .field-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding: 52px 0 24px;
  }

  .section {
    padding: var(--section-space-sm) 0;
  }

  .hero-grid {
    gap: 32px;
  }

  .hero-copy h1,
  .offer-copy h1 {
    max-width: 100%;
    font-size: clamp(2.8rem, 10vw, 4.3rem);
  }

  .hero-copy p,
  .offer-copy p,
  .section-heading p {
    max-width: none;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(calc(100% - 24px), var(--container));
  }

  .header-shell,
  .form-shell,
  .hero-visual,
  .offer-visual,
  .cta-banner,
  .metric-card,
  .panel-card,
  .problem-card,
  .solution-card,
  .benefit-card,
  .offer-card,
  .kpi-card,
  .industry-card,
  .faq-card,
  .detail-card,
  .outcome-card {
    padding: 20px;
    border-radius: 22px;
  }

  .button,
  .button-small {
    width: 100%;
  }

  .hero-actions {
    flex-direction: column;
  }

  .proof-pill,
  .offer-kickers span,
  .eyebrow {
    font-size: 0.85rem;
  }

  .section-heading {
    margin-bottom: 28px;
  }

  .cta-banner {
    padding: 28px 22px;
  }
}
