/* 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;
  }
}
