/* Conversion sprint sections — trust, why-fail, journey, founder, roadmap, compare, testimonials */

.funnel-trust-strip {
  position: relative;
  padding: 20px 0 28px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.4) 0%, transparent 100%);
}

body.wp-home .funnel-trust-strip {
  background: #f8fafc;
  border-bottom-color: rgba(15, 23, 42, 0.08);
}

.funnel-trust-strip__wrap,
.funnel-why-fail__wrap,
.funnel-journey__wrap,
.funnel-founder-story__wrap,
.funnel-roadmap__wrap {
  width: min(var(--funnel-site-max, 76rem), calc(100% - var(--funnel-site-gutter, 2.5rem) * 2));
  max-width: 100%;
  margin: 0 auto;
}

.funnel-trust-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.funnel-trust-strip__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  background: rgba(15, 23, 42, 0.55);
}

body.wp-home .funnel-trust-strip__item {
  background: #fff;
  border-color: rgba(15, 23, 42, 0.08);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.funnel-trust-strip__icon {
  font-size: 1.15rem;
  line-height: 1;
  margin-top: 2px;
}

.funnel-trust-strip__item strong {
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  color: #f8fafc;
}

body.wp-home .funnel-trust-strip__item strong {
  color: #0f172a;
}

.funnel-trust-strip__item span {
  display: block;
  margin-top: 2px;
  font-size: 0.72rem;
  color: #94a3b8;
}

/* Why fail */
.funnel-why-fail {
  padding: clamp(52px, 7vw, 80px) 0;
  background: #050a12;
}

body.wp-home .funnel-why-fail--usd {
  background: #fff;
}

.funnel-why-fail__header {
  text-align: center;
  margin-bottom: 28px;
}

.funnel-why-fail__eyebrow,
.funnel-journey__eyebrow,
.funnel-founder-story__eyebrow,
.funnel-roadmap__eyebrow,
.funnel-launch-testimonials__eyebrow {
  display: inline-flex;
  margin: 0 0 12px;
  padding: 7px 16px;
  border-radius: 999px;
  border: 1px solid rgba(74, 222, 128, 0.35);
  background: rgba(34, 197, 94, 0.08);
  color: #4ade80;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.wp-home .funnel-why-fail__eyebrow,
body.wp-home .funnel-journey__eyebrow,
body.wp-home .funnel-founder-story__eyebrow,
body.wp-home .funnel-roadmap__eyebrow {
  color: #7c3aed;
  border-color: rgba(124, 58, 237, 0.3);
  background: rgba(124, 58, 237, 0.08);
}

.funnel-why-fail__title,
.funnel-journey__title,
.funnel-roadmap__title {
  margin: 0 0 12px;
  font-size: clamp(1.6rem, 3.8vw, 2.35rem);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: #f8fafc;
  text-align: center;
}

body.wp-home .funnel-why-fail__title,
body.wp-home .funnel-journey__title,
body.wp-home .funnel-roadmap__title {
  color: #0f172a;
}

.funnel-why-fail__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.funnel-why-fail__card {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid rgba(248, 113, 113, 0.2);
  background: rgba(127, 29, 29, 0.12);
}

body.wp-home .funnel-why-fail__card {
  background: #fef2f2;
  border-color: rgba(239, 68, 68, 0.2);
}

.funnel-why-fail__card p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.45;
  color: #fecaca;
}

body.wp-home .funnel-why-fail__card p {
  color: #991b1b;
}

.funnel-why-fail__bridge {
  margin: 28px auto 0;
  max-width: 640px;
  text-align: center;
  font-size: 1.05rem;
  color: #cbd5e1;
}

body.wp-home .funnel-why-fail__bridge {
  color: #334155;
}

.funnel-why-fail__bridge strong {
  color: #4ade80;
}

body.wp-home .funnel-why-fail__bridge strong {
  color: #7c3aed;
}

/* Journey */
.funnel-journey {
  padding: clamp(52px, 7vw, 80px) 0;
  background: linear-gradient(180deg, #0a0f1a 0%, #030712 100%);
}

body.wp-home .funnel-journey--usd {
  background: #f8fafc;
}

.funnel-journey__header {
  text-align: center;
  margin-bottom: 32px;
}

.funnel-journey__lead,
.funnel-roadmap__lead {
  margin: 0 auto;
  max-width: 680px;
  text-align: center;
  font-size: 1rem;
  line-height: 1.65;
  color: #94a3b8;
}

body.wp-home .funnel-journey__lead,
body.wp-home .funnel-roadmap__lead {
  color: #64748b;
}

.funnel-journey__timeline {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: 8px;
  align-items: start;
  margin-bottom: 36px;
}

.funnel-journey__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}

.funnel-journey__dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4ade80, #22c55e);
  box-shadow: 0 0 0 4px rgba(74, 222, 128, 0.15);
}

body.wp-home .funnel-journey__dot {
  background: linear-gradient(135deg, #a78bfa, #7c3aed);
  box-shadow: 0 0 0 4px rgba(124, 58, 237, 0.12);
}

.funnel-journey__label {
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.25;
  color: #e2e8f0;
}

body.wp-home .funnel-journey__label {
  color: #1e293b;
}

.funnel-journey__arrow {
  display: none;
}

.funnel-journey__after {
  padding: 22px;
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  background: rgba(15, 23, 42, 0.55);
}

body.wp-home .funnel-journey__after {
  background: #fff;
  border-color: rgba(15, 23, 42, 0.08);
}

.funnel-journey__after-title {
  margin: 0 0 14px;
  text-align: center;
  font-size: 1rem;
  font-weight: 800;
  color: #f8fafc;
}

body.wp-home .funnel-journey__after-title {
  color: #0f172a;
}

.funnel-journey__after-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.funnel-journey__after-pill {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(74, 222, 128, 0.1);
  border: 1px solid rgba(74, 222, 128, 0.25);
  color: #bbf7d0;
  font-size: 0.78rem;
  font-weight: 700;
}

body.wp-home .funnel-journey__after-pill {
  background: rgba(124, 58, 237, 0.08);
  border-color: rgba(124, 58, 237, 0.2);
  color: #5b21b6;
}

/* Compare WP */
.af-usp-compare__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.af-usp-compare__card {
  padding: 22px;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
}

.af-usp-compare__card--bad {
  background: #fef2f2;
  border-color: rgba(239, 68, 68, 0.15);
}

.af-usp-compare__card--good {
  background: #f0fdf4;
  border-color: rgba(34, 197, 94, 0.2);
}

.af-usp-compare__card h3 {
  margin: 0 0 14px;
  font-size: 1.05rem;
  font-weight: 800;
}

.af-usp-compare__card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.af-usp-compare__card li {
  padding: 8px 0;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  font-size: 0.9rem;
  line-height: 1.45;
}

.af-usp-compare__card li:last-child {
  border-bottom: 0;
}

/* Roadmap */
.funnel-roadmap {
  padding: clamp(52px, 7vw, 80px) 0;
  background: #030712;
}

body.wp-home .funnel-roadmap--usd {
  background: #fff;
}

.funnel-roadmap__header {
  text-align: center;
  margin-bottom: 28px;
}

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

.funnel-roadmap__col {
  padding: 22px;
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  background: rgba(15, 23, 42, 0.55);
}

body.wp-home .funnel-roadmap__col {
  background: #f8fafc;
  border-color: rgba(15, 23, 42, 0.08);
}

.funnel-roadmap__col h3 {
  margin: 0 0 14px;
  font-size: 1rem;
  font-weight: 800;
  color: #f8fafc;
}

body.wp-home .funnel-roadmap__col h3 {
  color: #0f172a;
}

.funnel-roadmap__col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.funnel-roadmap__col li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  font-size: 0.9rem;
  color: #cbd5e1;
  border-bottom: 1px solid rgba(148, 163, 184, 0.1);
}

body.wp-home .funnel-roadmap__col li {
  color: #334155;
}

.funnel-roadmap__col li:last-child {
  border-bottom: 0;
}

/* Founder story */
.funnel-founder-story {
  padding: clamp(52px, 7vw, 80px) 0;
  background: linear-gradient(180deg, #0a0f1a 0%, #050a12 100%);
}

body.wp-home .funnel-founder-story--usd {
  background: #f8fafc;
}

.funnel-founder-story__grid {
  display: grid;
  grid-template-columns: minmax(260px, 380px) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 40px);
  align-items: center;
}

.funnel-founder-story__photo {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.2);
  box-shadow: 0 24px 48px rgba(2, 6, 23, 0.45);
}

.funnel-founder-story__photo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.funnel-founder-story__title {
  margin: 0 0 8px;
  font-size: clamp(1.5rem, 3.5vw, 2.1rem);
  font-weight: 900;
  line-height: 1.15;
  color: #f8fafc;
}

body.wp-home .funnel-founder-story__title {
  color: #0f172a;
}

.funnel-founder-story__name {
  margin: 0 0 16px;
  font-size: 1rem;
  font-weight: 800;
  color: #4ade80;
}

body.wp-home .funnel-founder-story__name {
  color: #7c3aed;
}

.funnel-founder-story__para {
  margin: 0 0 14px;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #94a3b8;
}

body.wp-home .funnel-founder-story__para {
  color: #475569;
}

.funnel-founder-story__mission {
  margin: 18px 0 0;
  padding: 16px;
  border-radius: 14px;
  border: 1px solid rgba(250, 204, 21, 0.25);
  background: rgba(250, 204, 21, 0.08);
  color: #fde68a;
  font-size: 0.95rem;
  line-height: 1.55;
}

body.wp-home .funnel-founder-story__mission {
  color: #854d0e;
  background: rgba(250, 204, 21, 0.12);
}

.funnel-founder-story__mission strong {
  color: #fef08a;
}

body.wp-home .funnel-founder-story__mission strong {
  color: #713f12;
}

/* Launch testimonials */
.funnel-launch-testimonials__header {
  text-align: center;
  margin-bottom: 28px;
}

.funnel-launch-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.funnel-launch-testimonials__card {
  padding: 18px;
  text-align: left;
}

.funnel-launch-testimonials__top {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
}

.funnel-launch-testimonials__photo {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}

.funnel-launch-testimonials__top strong {
  display: block;
  font-size: 0.9rem;
  color: #f8fafc;
}

.funnel-launch-testimonials__top span,
.funnel-launch-testimonials__top em {
  display: block;
  font-size: 0.75rem;
  color: #94a3b8;
  font-style: normal;
}

.funnel-launch-testimonials__quote {
  margin: 0 0 12px;
  font-size: 0.88rem;
  line-height: 1.55;
  color: #cbd5e1;
}

.funnel-launch-testimonials__result {
  margin: 0;
  font-size: 0.82rem;
  color: #4ade80;
}

@media (max-width: 1024px) {
  .funnel-trust-strip__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .funnel-why-fail__grid,
  .funnel-launch-testimonials__grid,
  .af-usp-compare__grid,
  .funnel-roadmap__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .funnel-founder-story__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .funnel-trust-strip__grid,
  .funnel-why-fail__grid,
  .funnel-launch-testimonials__grid,
  .af-usp-compare__grid,
  .funnel-roadmap__grid,
  .funnel-journey__timeline {
    grid-template-columns: 1fr;
  }
}

/* —— Frozen sales hero (Form-to-Funnel hook + bundle visual) —— */
.fsh-badge {
  text-transform: none;
  letter-spacing: 0.01em;
}

.fsh-headline .fsh-accent,
body.afh-premium .afh-hero h1 .fsh-accent {
  color: var(--afh-accent, #22c55e);
}

.fsh-hook-title {
  margin: 0 0 10px;
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #f8fafc;
}

body.wp-home .fsh-hook-title {
  color: #0f172a;
}

.fsh-hook-sub {
  margin: 0 0 18px;
  font-size: clamp(0.95rem, 1.8vw, 1.05rem);
  line-height: 1.55;
  color: #cbd5e1;
  max-width: 540px;
}

body.wp-home .fsh-hook-sub {
  color: #475569;
}

.fsh-benefits {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 16px;
  max-width: 520px;
}

.fsh-benefits li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.35;
  color: #e2e8f0;
}

body.wp-home .fsh-benefits li {
  color: #334155;
}

.fsh-benefits__check {
  color: #4ade80;
  flex-shrink: 0;
}

body.wp-home .fsh-benefits__check {
  color: #16a34a;
}

.fsh-trust {
  margin-top: 18px;
  display: grid;
  gap: 6px;
}

.fsh-trust__social,
.fsh-trust__secure {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.45;
  color: #94a3b8;
}

body.wp-home .fsh-trust__social,
body.wp-home .fsh-trust__secure {
  color: #64748b;
}

.fsh-visual {
  position: relative;
  min-height: clamp(300px, 42vw, 420px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.fsh-bundle-stage {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 300px;
  padding: 12px;
}

.fsh-bundle-img {
  width: min(100%, 280px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.45));
  position: relative;
  z-index: 2;
}

body.wp-home .fsh-bundle-img {
  filter: drop-shadow(0 20px 40px rgba(15, 23, 42, 0.18));
}

.fsh-float {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #f1f5f9;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}

body.wp-home .fsh-float {
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(15, 23, 42, 0.1);
  color: #0f172a;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.1);
}

.fsh-float--1 { top: 8%; left: 0; }
.fsh-float--2 { top: 42%; right: 0; }
.fsh-float--3 { bottom: 10%; left: 8%; }

@media (max-width: 640px) {
  .fsh-benefits {
    grid-template-columns: 1fr;
  }

  .fsh-float {
    font-size: 10px;
    padding: 6px 10px;
  }
}

/* —— Builder interrupt (pattern interrupt under hero) —— */
.funnel-builder-interrupt {
  padding: clamp(36px, 5vw, 56px) 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.06) 0%, transparent 100%);
}

body.wp-home .funnel-builder-interrupt {
  background: #f8fafc;
}

.funnel-builder-interrupt__wrap {
  width: min(var(--funnel-site-max, 76rem), calc(100% - var(--funnel-site-gutter, 2.5rem) * 2));
  max-width: 100%;
  margin: 0 auto;
}

.funnel-builder-interrupt__title {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.funnel-builder-interrupt__lead {
  margin: 12px 0 0;
  color: #64748b;
  line-height: 1.65;
  max-width: 720px;
}

.funnel-builder-interrupt__grid {
  display: grid;
  gap: 28px;
  margin-top: 28px;
}

@media (min-width: 900px) {
  .funnel-builder-interrupt__grid {
    grid-template-columns: 0.95fr 1.05fr;
    align-items: start;
    gap: 36px;
  }
}

.funnel-builder-interrupt__steps-title {
  margin: 0 0 14px;
  font-size: 1.05rem;
}

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

.funnel-builder-interrupt__steps-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
  font-weight: 600;
  line-height: 1.45;
}

body.afh-premium .funnel-builder-interrupt__steps-list li {
  background: rgba(15, 23, 42, 0.55);
  border-color: rgba(148, 163, 184, 0.16);
  color: #e2e8f0;
}

.funnel-builder-interrupt__step-num {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #7c3aed, #9333ea);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  flex-shrink: 0;
}

.funnel-builder-interrupt__compare-title {
  margin: 0 0 14px;
  font-size: 1.05rem;
}

.funnel-builder-interrupt__table-wrap {
  overflow-x: auto;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
}

body.afh-premium .funnel-builder-interrupt__table-wrap {
  background: rgba(15, 23, 42, 0.55);
  border-color: rgba(148, 163, 184, 0.16);
}

.funnel-builder-interrupt__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
}

.funnel-builder-interrupt__table th,
.funnel-builder-interrupt__table td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.funnel-builder-interrupt__table th {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #64748b;
  background: rgba(15, 23, 42, 0.03);
}

body.afh-premium .funnel-builder-interrupt__table th {
  background: rgba(255, 255, 255, 0.04);
  color: #94a3b8;
}

.funnel-builder-interrupt__table tr:last-child td {
  border-bottom: none;
}

.funnel-builder-interrupt__bad {
  color: #ef4444;
  margin-right: 6px;
}

.funnel-builder-interrupt__good {
  color: #22c55e;
  margin-right: 6px;
  font-weight: 800;
}
