@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap");

:root {
  --funnel-bg: #f6f2eb;
  --funnel-paper: #fffdf8;
  --funnel-paper-strong: #ffffff;
  --funnel-ink: #0d0e10;
  --funnel-ink-soft: #4d4f55;
  --funnel-gold: #c49a51;
  --funnel-gold-strong: #a87830;
  --funnel-gold-soft: rgba(196, 154, 81, 0.16);
  --funnel-forest: #15322d;
  --funnel-line: rgba(13, 14, 16, 0.09);
  --funnel-shadow: 0 30px 90px rgba(17, 17, 20, 0.1);
  --funnel-radius-xl: 34px;
  --funnel-radius-lg: 28px;
  --funnel-radius-md: 22px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.funnel-body {
  margin: 0;
  min-width: 320px;
  color: var(--funnel-ink);
  background:
    radial-gradient(circle at top left, rgba(196, 154, 81, 0.14), transparent 24%),
    radial-gradient(circle at top right, rgba(21, 50, 45, 0.08), transparent 30%),
    linear-gradient(180deg, #fbf8f1 0%, #f6f2eb 46%, #f2ede5 100%);
  font-family: "Manrope", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
}

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

.funnel-body a {
  color: inherit;
  text-decoration: none;
}

.funnel-body button,
.funnel-body input,
.funnel-body select,
.funnel-body textarea {
  font: inherit;
}

.funnel-shell {
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto;
}

.funnel-topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(13, 14, 16, 0.06);
  background: rgba(251, 248, 241, 0.82);
  backdrop-filter: blur(20px);
}

.funnel-topbar-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.funnel-brand {
  display: inline-flex;
  flex-direction: column;
  gap: 5px;
  color: var(--funnel-ink);
  font-family: "Manrope", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
}

.funnel-brand span {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.funnel-brand small {
  color: rgba(13, 14, 16, 0.52);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.funnel-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  color: var(--funnel-ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.funnel-nav a:hover {
  color: var(--funnel-forest);
}

.funnel-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.03em;
  transition:
    transform 180ms ease,
    background 180ms ease,
    color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
  cursor: pointer;
}

.funnel-cta:hover,
.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(13, 14, 16, 0.08);
}

.button.primary,
.funnel-cta.primary {
  color: #fffdf8;
  background: var(--funnel-ink);
  border-color: var(--funnel-ink);
}

.button.gold,
.funnel-cta.gold {
  color: #151312;
  background: linear-gradient(135deg, #ddb775 0%, #c49446 100%);
  border-color: rgba(196, 154, 81, 0.5);
  box-shadow: 0 16px 36px rgba(196, 154, 81, 0.22);
}

.button.light,
.funnel-cta.light,
.button.ghost,
.funnel-cta.ghost {
  color: var(--funnel-ink);
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(13, 14, 16, 0.12);
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--funnel-gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.funnel-hero {
  padding: 40px 0 18px;
}

.funnel-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  gap: 28px;
  align-items: center;
}

.funnel-hero-copy,
.funnel-hero-media,
.funnel-panel,
.funnel-card,
.funnel-offer,
.funnel-form,
.funnel-proof-card,
.dashboard-card {
  border: 1px solid rgba(13, 14, 16, 0.08);
  background: rgba(255, 253, 248, 0.92);
  box-shadow: var(--funnel-shadow);
}

.funnel-hero-copy {
  padding: clamp(28px, 5vw, 56px);
  border-radius: var(--funnel-radius-xl);
}

.funnel-hero-copy h1,
.funnel-section h2,
.funnel-card h3,
.funnel-offer h3,
.funnel-proof-card h3,
.funnel-panel h3,
.dashboard-card h3,
.funnel-form h3,
.page-footer h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-weight: 600;
  letter-spacing: -0.055em;
}

.funnel-hero-copy h1 {
  font-size: clamp(46px, 6.8vw, 82px);
  line-height: 0.92;
  max-width: 11ch;
}

.funnel-hero-copy p.copy {
  margin: 22px 0 0;
  max-width: 58ch;
  color: var(--funnel-ink-soft);
  font-size: 18px;
  line-height: 1.82;
}

.funnel-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.funnel-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(196, 154, 81, 0.18);
  background: var(--funnel-gold-soft);
  color: var(--funnel-ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.funnel-hero-media {
  position: relative;
  min-height: 460px;
  overflow: hidden;
  border-radius: var(--funnel-radius-xl);
  background: var(--funnel-ink);
}

.funnel-hero-media::before {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(196, 154, 81, 0.22);
  border-radius: 26px;
  pointer-events: none;
  z-index: 2;
}

.funnel-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(13, 14, 16, 0.1), rgba(13, 14, 16, 0.46)),
    linear-gradient(120deg, rgba(196, 154, 81, 0.14), transparent 48%);
}

.funnel-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.95) contrast(1.02);
}

.funnel-statbar {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border-radius: 24px;
  background: rgba(13, 14, 16, 0.08);
}

.funnel-stat {
  padding: 22px 20px;
  background: rgba(255, 253, 248, 0.92);
}

.funnel-stat strong {
  display: block;
  font-size: 30px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.funnel-stat span {
  display: block;
  margin-top: 8px;
  color: var(--funnel-ink-soft);
  font-size: 14px;
  line-height: 1.7;
}

.funnel-section {
  padding: 34px 0 72px;
}

.funnel-section h2 {
  font-size: clamp(36px, 4.8vw, 62px);
  line-height: 0.96;
  max-width: 12ch;
}

.funnel-section p.section-copy,
.funnel-panel p,
.funnel-card p,
.funnel-offer p,
.funnel-proof-card p,
.dashboard-card p,
.page-footer p {
  color: var(--funnel-ink-soft);
  line-height: 1.8;
}

.funnel-section-head {
  display: grid;
  gap: 16px;
  margin-bottom: 28px;
}

.funnel-card-grid,
.funnel-offer-grid,
.funnel-proof-grid,
.dashboard-grid,
.intent-grid {
  display: grid;
  gap: 18px;
}

.funnel-card-grid,
.intent-grid,
.funnel-offer-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.funnel-card,
.funnel-offer,
.funnel-proof-card,
.dashboard-card,
.funnel-panel,
.funnel-form,
.page-footer-grid {
  padding: 28px;
  border-radius: var(--funnel-radius-lg);
}

.funnel-card h3,
.funnel-offer h3,
.funnel-proof-card h3,
.funnel-panel h3,
.dashboard-card h3 {
  font-size: 36px;
  line-height: 1;
}

.funnel-card .button,
.funnel-offer .button {
  margin-top: 16px;
}

.funnel-split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: 24px;
  align-items: start;
}

.funnel-list,
.faq-list,
.guide-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

ol.guide-list {
  padding-left: 22px;
  list-style: decimal;
}

.funnel-list li,
.guide-list li {
  position: relative;
  padding-left: 22px;
  margin-top: 12px;
  color: var(--funnel-ink-soft);
  line-height: 1.78;
}

ol.guide-list li {
  padding-left: 4px;
}

.funnel-list li::before,
.guide-list li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--funnel-gold);
}

ol.guide-list li::before {
  display: none;
}

.funnel-offer-price {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 12px;
  color: var(--funnel-ink);
}

.funnel-offer-price strong {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 38px;
  line-height: 1;
}

.funnel-offer-price span {
  color: var(--funnel-ink-soft);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.funnel-form-wrap {
  display: grid;
  gap: 18px;
}

.funnel-form h3 {
  margin: 0 0 8px;
  font-size: 40px;
  line-height: 0.96;
}

.funnel-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.funnel-field,
.field-stack {
  display: grid;
  gap: 8px;
}

.funnel-field.full,
.field-stack.full {
  grid-column: 1 / -1;
}

.funnel-field label,
.field-stack label {
  font-size: 12px;
  color: var(--funnel-ink);
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.funnel-field input,
.funnel-field select,
.funnel-field textarea,
.field-stack input,
.field-stack select,
.field-stack textarea {
  width: 100%;
  min-height: 54px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(13, 14, 16, 0.14);
  background: rgba(255, 255, 255, 0.92);
  color: var(--funnel-ink);
}

.funnel-field textarea,
.field-stack textarea {
  min-height: 140px;
  resize: vertical;
}

.funnel-field input:focus,
.funnel-field select:focus,
.funnel-field textarea:focus,
.field-stack input:focus,
.field-stack select:focus,
.field-stack textarea:focus {
  outline: none;
  border-color: rgba(196, 154, 81, 0.72);
  box-shadow: 0 0 0 4px rgba(196, 154, 81, 0.14);
}

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

.radio-card {
  display: grid;
  gap: 6px;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(13, 14, 16, 0.1);
  background: rgba(255, 255, 255, 0.88);
}

.radio-card input[type="radio"],
.radio-card input[type="checkbox"] {
  width: auto;
  min-height: 0;
  margin: 0;
}

.radio-card strong {
  font-size: 15px;
}

.radio-card span {
  color: var(--funnel-ink-soft);
  line-height: 1.65;
}

.consent-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 12px;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(13, 14, 16, 0.1);
  background: rgba(255, 255, 255, 0.88);
}

.consent-card p {
  margin: 0;
  color: var(--funnel-ink-soft);
  line-height: 1.65;
}

.form-note,
.legal-note {
  margin: 14px 0 0;
  color: var(--funnel-ink-soft);
  font-size: 14px;
  line-height: 1.7;
}

.form-status {
  display: none;
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(196, 154, 81, 0.1);
  color: var(--funnel-ink);
  line-height: 1.6;
}

.form-status.show {
  display: block;
}

.form-status.success {
  background: rgba(21, 50, 45, 0.1);
}

.faq-list details {
  padding: 18px 0;
  border-top: 1px solid rgba(13, 14, 16, 0.1);
}

.faq-list details:last-child {
  border-bottom: 1px solid rgba(13, 14, 16, 0.1);
}

.faq-list summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.faq-list p {
  margin: 10px 0 0;
  color: var(--funnel-ink-soft);
}

.cta-band {
  padding: 30px;
  border-radius: var(--funnel-radius-lg);
  background: linear-gradient(160deg, rgba(17, 19, 23, 0.98), rgba(15, 25, 23, 0.98));
  color: #fffbf4;
  box-shadow: var(--funnel-shadow);
}

.cta-band p {
  color: rgba(255, 251, 244, 0.74);
}

.page-footer {
  padding: 24px 0 54px;
}

.page-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 24px;
  border: 1px solid rgba(13, 14, 16, 0.08);
  background: rgba(255, 253, 248, 0.92);
  box-shadow: var(--funnel-shadow);
}

.page-footer h2 {
  font-size: 40px;
  line-height: 0.96;
  max-width: 10ch;
}

.page-footer-links {
  display: grid;
  gap: 12px;
  align-content: start;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dashboard-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 14px;
}

.dashboard-table th,
.dashboard-table td {
  padding: 10px 0;
  text-align: left;
  border-bottom: 1px solid rgba(13, 14, 16, 0.08);
}

.dashboard-metric {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.84);
}

.dashboard-metric strong {
  font-size: 30px;
  line-height: 1;
  font-weight: 800;
}

.dashboard-metric span {
  color: var(--funnel-ink-soft);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .funnel-hero-grid,
  .funnel-split,
  .page-footer-grid {
    grid-template-columns: 1fr;
  }

  .funnel-card-grid,
  .intent-grid,
  .funnel-offer-grid,
  .funnel-proof-grid,
  .dashboard-grid,
  .funnel-statbar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .funnel-hero-media {
    min-height: 360px;
  }
}

@media (max-width: 760px) {
  .funnel-topbar-inner {
    min-height: 0;
    padding: 16px 0;
    align-items: start;
    flex-direction: column;
  }

  .funnel-nav {
    gap: 10px 14px;
  }

  .funnel-hero {
    padding-top: 24px;
  }

  .funnel-hero-copy,
  .funnel-hero-media,
  .funnel-card,
  .funnel-offer,
  .funnel-form,
  .funnel-proof-card,
  .dashboard-card,
  .funnel-panel,
  .page-footer-grid,
  .cta-band {
    border-radius: 24px;
  }

  .funnel-card-grid,
  .intent-grid,
  .funnel-offer-grid,
  .funnel-proof-grid,
  .dashboard-grid,
  .funnel-statbar,
  .funnel-form-grid,
  .radio-grid {
    grid-template-columns: 1fr;
  }

  .funnel-shell {
    width: min(100% - 22px, 1220px);
  }

  .funnel-hero-media {
    min-height: 300px;
  }

  .button,
  .funnel-cta {
    width: 100%;
  }

  .funnel-action-row {
    flex-direction: column;
    align-items: stretch;
  }
}
