.conversion-hero {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  border-left: 0;
  border-right: 0;
  background:
    radial-gradient(circle at 88% 14%, rgba(139, 92, 246, 0.2), transparent 43%),
    radial-gradient(circle at 14% 82%, rgba(37, 208, 208, 0.17), transparent 36%),
    linear-gradient(162deg, rgba(18, 24, 43, 0.68), rgba(24, 31, 56, 0.26));
  padding: 2.2rem 1.65rem 2.05rem;
  border-radius: var(--radius-section);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.04), 0 20px 38px rgba(5, 7, 15, 0.22);
}

.conversion-hero h1 {
  font-size: clamp(1.98rem, 4.42vw, 3.72rem);
  letter-spacing: -0.03em;
  line-height: 1.04;
  margin-bottom: 0.82rem;
  max-width: 18ch;
}

.conversion-hero .hero-lead {
  max-width: 66ch;
  font-size: 1.06rem;
  line-height: 1.72;
}

.text-cyan {
  color: var(--accent-cyan);
}

.text-warn {
  color: #f2c26f;
}

.text-emphasis {
  color: var(--text);
  font-weight: 600;
}

.conversion-flow {
  margin-top: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.45rem 1rem 1.3rem;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-section);
  background: linear-gradient(165deg, rgba(18, 24, 43, 0.52), rgba(24, 31, 56, 0.2));
}

.conversion-flow::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 56px 56px;
  opacity: 0.07;
  pointer-events: none;
}

.flow-head,
.journey-compare {
  position: relative;
  z-index: 1;
}

.flow-head {
  margin-bottom: 1.2rem;
  max-width: 72ch;
}

.flow-head h2 {
  margin-bottom: 0.45rem;
}

.flow-head p {
  font-size: 1rem;
  color: var(--muted);
}

.journey-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.1rem;
  align-items: start;
}

.journey-lane {
  position: relative;
  border: 1px solid var(--line);
  border-radius: var(--radius-card);
  padding: 0.95rem 0.9rem 1rem;
  background: linear-gradient(162deg, rgba(18, 24, 43, 0.82), rgba(24, 31, 56, 0.46));
  box-shadow:
    inset 0 1px rgba(255, 255, 255, 0.04),
    0 18px 34px rgba(3, 5, 11, 0.24);
  min-height: 100%;
}

.journey-lane-problem {
  border-color: rgba(255, 107, 107, 0.26);
  background: linear-gradient(162deg, rgba(30, 18, 24, 0.78), rgba(40, 24, 36, 0.42));
}

.journey-lane-solution {
  border-color: rgba(37, 208, 208, 0.26);
}

.journey-lane-head {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  margin-bottom: 0.95rem;
  position: relative;
  z-index: 2;
}

.journey-dot {
  width: 0.82rem;
  height: 0.82rem;
  margin-top: 0.28rem;
  border-radius: 50%;
  flex-shrink: 0;
}

.journey-lane-problem .journey-dot {
  background: linear-gradient(180deg, #f2c26f, #ff7b7b);
  box-shadow: 0 0 14px rgba(255, 123, 123, 0.28);
}

.journey-lane-solution .journey-dot {
  background: linear-gradient(180deg, var(--accent-cyan), var(--accent-violet));
  box-shadow: 0 0 14px rgba(37, 208, 208, 0.28);
}

.journey-kicker {
  margin-bottom: 0.18rem;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}

.journey-lane-head h3 {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.3;
}

.journey-steps {
  position: relative;
  display: grid;
  gap: 0.82rem;
  padding-top: 0.2rem;
}

.journey-track {
  position: absolute;
  top: 5.1rem;
  bottom: 1rem;
  left: 50%;
  width: 1px;
  transform: translateX(-50%);
  pointer-events: none;
  opacity: 0.9;
}

.journey-lane-problem .journey-track {
  background: linear-gradient(
    180deg,
    rgba(242, 194, 111, 0.55),
    rgba(255, 123, 123, 0.28)
  );
}

.journey-lane-solution .journey-track {
  background: linear-gradient(
    180deg,
    rgba(37, 208, 208, 0.62),
    rgba(139, 92, 246, 0.3)
  );
}

.journey-step {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  width: calc(50% - 1rem);
  min-height: 5.5rem;
}

.journey-step::before {
  content: "";
  position: absolute;
  top: 1.25rem;
  width: 0.78rem;
  height: 0.78rem;
  border-radius: 50%;
  z-index: 2;
}

.journey-lane-problem .journey-step::before {
  background: #f2c26f;
  box-shadow: 0 0 0 4px rgba(242, 194, 111, 0.12);
}

.journey-lane-solution .journey-step::before {
  background: var(--accent-cyan);
  box-shadow: 0 0 0 4px rgba(37, 208, 208, 0.12);
}

.journey-step::after {
  content: "";
  position: absolute;
  top: 1.6rem;
  height: 1px;
  width: 1.15rem;
  z-index: 1;
}

.journey-lane-problem .journey-step::after {
  background: rgba(242, 194, 111, 0.34);
}

.journey-lane-solution .journey-step::after {
  background: rgba(37, 208, 208, 0.34);
}

.step-left {
  justify-self: start;
}

.step-right {
  justify-self: end;
}

.step-left::before {
  right: -1.42rem;
}

.step-left::after {
  right: -1.15rem;
}

.step-right::before {
  left: -1.42rem;
}

.step-right::after {
  left: -1.15rem;
}

.step-index {
  position: absolute;
  top: 0.18rem;
  left: 0.9rem;
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  color: var(--muted);
}

.journey-copy {
  height: 100%;
  padding: 1.45rem 0.9rem 0.85rem;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(11, 16, 32, 0.42);
}

.journey-lane-problem .journey-copy {
  border-color: rgba(255, 107, 107, 0.14);
  background: linear-gradient(
    160deg,
    rgba(255, 107, 107, 0.08),
    rgba(11, 16, 32, 0.38)
  );
}

.journey-lane-solution .journey-copy {
  border-color: rgba(37, 208, 208, 0.14);
  background: linear-gradient(
    160deg,
    rgba(37, 208, 208, 0.08),
    rgba(11, 16, 32, 0.38)
  );
}

.journey-copy h4 {
  margin: 0 0 0.24rem;
  font-size: 1.02rem;
  line-height: 1.3;
}

.journey-copy p {
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.6;
  color: var(--muted);
}

.conversion-content {
  margin-top: 1.8rem;
  display: grid;
  grid-template-columns: 1.16fr 0.84fr;
  grid-template-areas:
    "main causes"
    "free free"
    "impact impact";
  gap: 1.08rem;
  align-items: start;
}

.content-main {
  grid-area: main;
  border: 1px solid var(--line);
  background: linear-gradient(162deg, rgba(18, 24, 43, 0.78), rgba(24, 31, 56, 0.42));
  padding: 1.12rem;
  border-radius: var(--radius-card);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.04);
}

.content-main p {
  margin-bottom: 0.64rem;
}

.content-cause-panel {
  grid-area: causes;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(120deg, rgba(242, 194, 111, 0.1), rgba(255, 123, 123, 0.07));
  padding: 0.95rem;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-card);
}

.content-free {
  grid-area: free;
  padding: 0.35rem 0 0.15rem;
  width: min(100%, 49rem);
  justify-self: start;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.content-free p {
  margin-bottom: 0.65rem;
}

.content-free p:last-child {
  margin-bottom: 0;
}

.content-impact {
  grid-area: impact;
  width: min(100%, 49rem);
  justify-self: start;
  padding: 0.9rem 1rem 0.95rem;
  border-left: 3px solid rgba(37, 208, 208, 0.7);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-right: 0;
  border-bottom: 0;
  border-radius: 0 16px 16px 0;
  background: linear-gradient(90deg, rgba(37, 208, 208, 0.08), rgba(24, 31, 56, 0.14));
  box-shadow: none;
}

.conversion-content ul {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--muted);
}

.conversion-content li + li {
  margin-top: 0.34rem;
}

.conversion-highlight {
  margin-top: 1.7rem;
  max-width: 52rem;
  border: 1px solid rgba(37, 208, 208, 0.26);
  background: linear-gradient(160deg, rgba(18, 24, 43, 0.74), rgba(24, 31, 56, 0.46));
  position: relative;
  padding: 1.08rem 1.06rem;
  border-radius: 18px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.04);
  overflow: hidden;
}

.conversion-highlight::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8rem;
  bottom: 0.8rem;
  width: 3px;
  background: linear-gradient(180deg, var(--accent-cyan), var(--accent-violet));
  border-radius: 999px;
}

.conversion-highlight p {
  font-size: 1.01rem;
  max-width: 70ch;
}

.conversion-actions {
  margin-top: 1.5rem;
  gap: 0.74rem;
}

@media (max-width: 980px) {
  .journey-compare,
  .conversion-content {
    grid-template-columns: 1fr;
  }

  .journey-lane {
    min-height: auto;
  }

  .conversion-content {
    grid-template-areas:
      "main"
      "causes"
      "free"
      "impact";
  }

  .content-free,
  .content-impact {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .conversion-flow {
    padding: 1.15rem 0.85rem 1.05rem;
  }

  .journey-track {
    left: 0.5rem;
    transform: none;
    top: 5.2rem;
  }

  .journey-step {
    width: 100%;
    justify-self: stretch;
    padding-left: 1.5rem;
    min-height: auto;
  }

  .step-left,
  .step-right {
    justify-self: stretch;
  }

  .step-left::before,
  .step-right::before {
    left: 0.12rem;
    right: auto;
  }

  .step-left::after,
  .step-right::after {
    left: 0.5rem;
    right: auto;
    width: 0.9rem;
  }

  .journey-copy {
    padding: 1.3rem 0.82rem 0.82rem;
  }
}

@media (max-width: 900px) {
  .conversion-hero {
    padding: 1.72rem 1.1rem 1.58rem;
  }

  .conversion-hero h1 {
    max-width: 100%;
  }

  .content-main,
  .content-cause-panel {
    padding: 0.9rem;
  }

  .content-impact {
    padding: 0.85rem 0.9rem 0.9rem;
  }
}

@media (max-width: 640px) {
  .conversion-flow,
  .conversion-content,
  .conversion-highlight {
    margin-top: 1.55rem;
  }

  .flow-head {
    margin-bottom: 1rem;
  }

  .journey-lane {
    padding: 0.85rem 0.78rem 0.92rem;
  }

  .journey-lane-head h3 {
    font-size: 1.08rem;
  }

  .journey-copy h4 {
    font-size: 0.98rem;
  }

  .journey-copy p {
    font-size: 0.92rem;
  }
}
