.funnel-top-nav {
  margin-left: auto;
}

.funnel-hero,
.funnel-section,
.funnel-band {
  width: min(var(--max), calc(100% - 36px));
  margin-left: auto;
  margin-right: auto;
}

.funnel-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
  gap: 56px;
  align-items: center;
  padding: 92px 0 42px;
}

.funnel-hero::before {
  content: "";
  position: absolute;
  width: 680px;
  height: 680px;
  left: -440px;
  top: 48px;
  border: 1px solid rgba(242, 200, 121, 0.20);
  border-right-color: transparent;
  border-radius: 50%;
  pointer-events: none;
}

.funnel-hero-copy {
  position: relative;
  z-index: 1;
}

.funnel-hero h1 {
  max-width: 820px;
  margin: 24px 0 22px;
  font-size: 5rem;
  line-height: 0.94;
}

.funnel-hero p {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.16rem;
  line-height: 1.68;
}

.funnel-trust-row,
.funnel-band {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.funnel-trust-row {
  margin-top: 32px;
}

.funnel-trust-row span,
.funnel-band span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.055);
  font-weight: 750;
}

.funnel-band {
  justify-content: center;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.045);
}

.funnel-band img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  filter: invert(88%) sepia(32%) saturate(706%) hue-rotate(343deg) brightness(102%) contrast(98%);
}

.funnel-hero-visual {
  position: relative;
}

.funnel-window {
  overflow: hidden;
  min-height: 560px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-lg);
  background: rgba(5, 7, 14, 0.66);
  box-shadow: var(--shadow);
  backdrop-filter: blur(22px);
  transform: rotate(1deg);
}

.funnel-mini-state {
  margin-top: 28px;
  padding: 20px;
  border: 1px solid rgba(242, 200, 121, 0.24);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(242, 200, 121, 0.14), rgba(155, 140, 255, 0.10));
}

.funnel-mini-state span,
.funnel-mini-state strong {
  display: block;
}

.funnel-mini-state span {
  color: var(--muted-2);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.funnel-mini-state strong {
  margin-top: 6px;
  font-size: 1.25rem;
}

.funnel-section {
  padding-top: 112px;
}

.split-section,
.safety-pricing-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 30px;
  align-items: start;
}

.split-section h2,
.welcome-section h2,
.conversion-panel h2,
.funnel-price-panel h2,
.funnel-soft-card h2 {
  margin: 14px 0;
  font-size: 3.2rem;
  line-height: 0.98;
}

.split-section p,
.welcome-section p,
.conversion-panel p,
.funnel-price-panel p,
.funnel-soft-card p {
  color: var(--muted);
  line-height: 1.72;
}

.funnel-card-stack {
  display: grid;
  gap: 16px;
}

.funnel-soft-card,
.conversion-panel,
.funnel-price-panel,
.welcome-grid article {
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.055);
  padding: 30px;
}

.funnel-soft-card h3 {
  margin-bottom: 10px;
  font-size: 1.22rem;
}

.welcome-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.funnel-compare-table {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.045);
}

.funnel-compare-table > * {
  margin: 0;
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}

.funnel-compare-table > *:nth-child(2n + 1) {
  border-right: 1px solid var(--line);
}

.funnel-compare-table .compare-head {
  color: var(--text);
  font-weight: 900;
  background: rgba(255, 255, 255, 0.07);
}

.funnel-compare-table .compare-head.highlighted,
.funnel-compare-table strong {
  color: var(--gold-2);
}

.funnel-step-grid,
.funnel-protocol-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.conversion-panel {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 52px 34px;
  border-color: rgba(242, 200, 121, 0.28);
  background: linear-gradient(145deg, rgba(242, 200, 121, 0.12), rgba(155, 140, 255, 0.08));
}

.conversion-panel p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.funnel-timeline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 30px 0;
}

.funnel-timeline span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 13px;
  border: 1px solid rgba(242, 200, 121, 0.24);
  border-radius: 999px;
  color: var(--gold-2);
  background: rgba(5, 7, 14, 0.34);
  font-weight: 800;
}

.funnel-price-panel {
  border-color: rgba(242, 200, 121, 0.28);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
}

.funnel-price-panel h2 {
  color: var(--gold-2);
}

.safety-pricing-section .funnel-soft-card a {
  color: var(--gold-2);
  font-weight: 850;
}

.funnel-final-section .final-cta {
  margin-bottom: 10px;
}

.funnel-sticky-cta {
  position: fixed;
  z-index: 30;
  left: 16px;
  right: 16px;
  bottom: 16px;
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border-radius: 999px;
  color: #131016;
  font-weight: 900;
  background: linear-gradient(135deg, #fff0c8, #f2c879 45%, #e9a1b6);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.45);
}

.funnel-sticky-cta.is-visible {
  display: none;
}

@media (max-width: 980px) {
  .funnel-hero,
  .split-section,
  .welcome-grid,
  .safety-pricing-section {
    grid-template-columns: 1fr;
  }

  .funnel-hero h1 {
    font-size: 4rem;
  }

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

@media (max-width: 640px) {
  .funnel-hero {
    padding-top: 60px;
  }

  .funnel-hero h1 {
    font-size: 3.15rem;
  }

  .funnel-window {
    min-height: auto;
    transform: none;
  }

  .funnel-step-grid,
  .funnel-protocol-grid,
  .funnel-compare-table {
    grid-template-columns: 1fr;
  }

  .funnel-compare-table > *:nth-child(2n + 1) {
    border-right: 0;
  }

  .split-section h2,
  .welcome-section h2,
  .conversion-panel h2,
  .funnel-price-panel h2,
  .funnel-soft-card h2 {
    font-size: 2.35rem;
  }

  .funnel-section {
    padding-top: 82px;
  }

  .funnel-soft-card,
  .conversion-panel,
  .funnel-price-panel,
  .welcome-grid article {
    padding: 24px;
  }

  .funnel-sticky-cta.is-visible {
    display: flex;
  }
}
