/*
 * founding-sponsors.css — Founding Sponsors page styles
 * Migrated from legacy styles.css, restyled with BYY design tokens.
 *
 * Depends on: tokens.css, global.css, pages.css
 */


/* ================================================================
 * HERO SECTION
 * ================================================================ */

.founding-hero {
  background: linear-gradient(160deg, #fffbf5 0%, #fff8ed 40%, #f0f8ff 100%);
  padding: calc(72px + 32px) 24px 40px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.founding-hero::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(239, 166, 37, 0.10) 0%, transparent 70%);
  pointer-events: none;
}

.founding-hero::after {
  content: '';
  position: absolute;
  bottom: -150px;
  left: -150px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(38, 138, 178, 0.07) 0%, transparent 70%);
  pointer-events: none;
}

.founding-hero-content {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 60px;
  width: 100%;
}

.founding-hero-left {
  flex: 1;
  min-width: 0;
}

.founding-hero-eyebrow {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-red);
  margin-bottom: 16px;
}

.founding-hero-heading {
  font-family: var(--font-heading);
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--color-text-primary);
  margin: 0 0 24px;
}

.founding-hero-intro {
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--color-text-primary);
  margin: 0 0 28px;
  max-width: 560px;
}

.founding-hero-quote {
  margin: 0 0 32px;
}

.founding-hero-quote-text {
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  color: var(--color-text-primary);
  margin: 0 0 6px;
  line-height: 1.6;
}

.founding-hero-quote-attribution {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: var(--color-text-secondary);
}

.founding-hero-cta-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 32px;
}

.founding-hero-btn {
  display: inline-block;
  background: var(--color-navy);
  color: #ffffff;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 700;
  padding: 18px 36px;
  border-radius: var(--radius-btn);
  min-height: 56px;
  line-height: 1.25;
  text-decoration: none;
  transition: transform var(--transition-fast), box-shadow var(--transition-fast);
}

.founding-hero-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(19, 70, 89, 0.3);
  color: #ffffff;
}

.founding-hero-btn:active {
  transform: translateY(0);
  box-shadow: none;
}

.founding-hero-secondary-link {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text-primary);
  text-decoration: none;
  transition: color var(--transition-fast);
}

.founding-hero-secondary-link:hover {
  color: var(--color-navy);
}

.founding-hero-trust-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 8px;
}

.founding-trust-item {
  font-size: 12px;
  font-weight: 500;
  color: var(--color-text-primary);
}

.founding-trust-sep {
  font-size: 12px;
  color: var(--color-mid-gray);
}

.reg-mark {
  font-family: "Times New Roman", serif;
  font-size: 0.62em;
  font-style: italic;
  font-weight: 400;
  vertical-align: super;
  line-height: 0;
}


/* ================================================================
 * HERO — Right column (device frame + floating shapes)
 * ================================================================ */

.founding-hero-right {
  flex: 0 0 260px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 520px;
}

.founding-hero-shapes {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1;
}

.founding-floating-shape {
  position: absolute;
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  animation: founding-blob-float 8s ease-in-out infinite alternate;
}

.founding-floating-shape.shape-1 {
  width: 180px; height: 180px;
  background: rgba(239, 166, 37, 0.08);
  top: 5%; left: -20px;
  animation-duration: 9s;
}

.founding-floating-shape.shape-2 {
  width: 140px; height: 140px;
  background: rgba(38, 138, 178, 0.07);
  top: 30%; right: -10px;
  animation-duration: 11s;
  animation-delay: -3s;
  border-radius: 40% 60% 70% 30% / 40% 70% 30% 60%;
}

.founding-floating-shape.shape-3 {
  width: 100px; height: 100px;
  background: rgba(150, 47, 35, 0.06);
  bottom: 25%; left: 10px;
  animation-duration: 7s;
  animation-delay: -5s;
}

.founding-floating-shape.shape-4 {
  width: 120px; height: 120px;
  background: rgba(239, 166, 37, 0.05);
  bottom: 5%; right: 0;
  animation-duration: 13s;
  animation-delay: -2s;
  border-radius: 30% 70% 40% 60% / 50% 40% 60% 50%;
}

.founding-floating-shape.shape-5 {
  width: 80px; height: 80px;
  background: rgba(38, 138, 178, 0.06);
  top: 55%; left: 50%;
  animation-duration: 10s;
  animation-delay: -7s;
}

@keyframes founding-blob-float {
  0%   { transform: translate(0, 0) rotate(0deg); }
  100% { transform: translate(12px, -18px) rotate(15deg); }
}

.founding-hero-device-frame {
  position: relative;
  z-index: 2;
  width: 220px;
  max-width: 100%;
  border-radius: 36px;
  overflow: hidden;
  border: 9px solid var(--color-near-black);
  box-shadow: 0 32px 72px rgba(0, 0, 0, 0.22);
  background: #ffffff;
}

.founding-hero-device-frame::before {
  content: '';
  display: block;
  width: 64px;
  height: 9px;
  background: #333;
  border-radius: 0 0 8px 8px;
  margin: 0 auto;
  flex-shrink: 0;
}

.founding-hero-device-frame img {
  width: 100%;
  height: 438px;
  object-fit: cover;
  object-position: top;
  display: block;
}


/* ================================================================
 * CONTENT SECTION — Left column (copy + form)
 * ================================================================ */

.founding-content {
  background: var(--color-off-white);
  padding: 0;
}

.founding-container {
  max-width: none;
  margin: 0 auto;
  padding: 0;
}

.founding-layout {
  display: grid;
  grid-template-columns: 1fr;
  align-items: stretch;
}

@media (min-width: 1024px) {
  .founding-layout {
    grid-template-columns: 60fr 20px 40fr;
  }
}

.founding-copy {
  background: var(--color-navy);
  height: 100%;
}

.founding-copy-inner {
  padding: 73px 56px 40px;
}

.founding-divider {
  width: 100%;
  max-width: 100%;
  border-top: 3px solid var(--color-gold);
  margin: 0 0 38px;
}

.founding-divider-secondary {
  border-top: 2px solid rgba(239, 166, 37, 0.3);
  margin: 32px 0;
}

.founding-copy-heading {
  font-family: var(--font-heading);
  font-size: 35px;
  font-weight: 700;
  line-height: 1.15;
  color: var(--color-off-white);
  text-align: left;
  margin: 0 0 22px;
  max-width: 533px;
}

.founding-section-heading {
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--color-gold);
  margin: 0 0 16px;
}

.founding-intro-text,
.founding-combined-lead {
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(250, 249, 246, 0.85);
  margin: 0;
  max-width: 100%;
}

.founding-intro-text {
  margin: 0 0 27px;
}

.founding-combined-lead {
  margin: 0 0 12px;
  font-weight: 700;
}

.founding-subsection-label {
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: rgba(250, 249, 246, 0.85);
  margin: 16px 0 12px;
  max-width: 533px;
}

.founding-ordered-list {
  margin: 0;
  padding-left: 40px;
  max-width: 100%;
  list-style: decimal outside;
  margin-bottom: 27px;
}

.founding-ordered-list li {
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: rgba(250, 249, 246, 0.85);
  margin-bottom: 0;
  display: list-item;
}

.founding-list {
  margin: 0;
  padding-left: 0;
  max-width: 100%;
  list-style: none;
}

.founding-check-list li {
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.5;
  color: rgba(250, 249, 246, 0.85);
  margin: 0;
  position: relative;
  padding-left: 30px;
}

.founding-check-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--color-teal);
  font-weight: 700;
}

.founding-vision,
.founding-impact {
  margin: 32px 0;
}

.founding-vision p,
.founding-impact p {
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.5;
  color: rgba(250, 249, 246, 0.85);
  margin: 0 0 16px;
  max-width: 100%;
}

.founding-impact-list {
  list-style: none;
  padding-left: 0;
  margin: 16px 0;
  max-width: 100%;
}

.founding-impact-list li {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.55;
  color: rgba(250, 249, 246, 0.85);
  margin: 0 0 12px;
  padding-left: 28px;
  position: relative;
}

.founding-impact-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--color-gold);
  font-size: 24px;
  line-height: 26px;
}


/* ================================================================
 * TIER CHART
 * ================================================================ */

.founding-tier-chart {
  background: rgba(239, 166, 37, 0.1);
  border: 2px solid rgba(239, 166, 37, 0.3);
  border-radius: var(--radius-card);
  padding: 24px;
  margin: 24px 0;
  max-width: 533px;
}

.tier-chart-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(239, 166, 37, 0.2);
}

.tier-chart-item:last-child {
  border-bottom: none;
}

.tier-chart-amount {
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 600;
  color: var(--color-gold);
  min-width: 90px;
}

.tier-chart-arrow {
  font-size: 24px;
  color: rgba(239, 166, 37, 0.6);
  flex-shrink: 0;
}

.tier-chart-benefit {
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 500;
  color: rgba(250, 249, 246, 0.85);
  flex: 1;
}


/* ================================================================
 * FORM COLUMN (right side)
 * ================================================================ */

.founding-layout-gap {
  display: none;
}

@media (min-width: 1024px) {
  .founding-layout-gap {
    display: block;
  }
}

.founding-form-column {
  width: 100%;
  background: var(--color-off-white);
}

.founding-form-column .ep-wrapper {
  border-radius: 3px;
}

.founding-form-column iframe {
  width: 100%;
  min-height: 1098px;
  border: 0;
  border-radius: 3px;
  display: block;
  overflow: auto;
}


/* ================================================================
 * PURCHASE PATH CARDS
 * ================================================================ */

.purchase-paths {
  padding: 20px 20px 16px;
  background: var(--color-light-gray);
  border-bottom: 1px solid var(--color-border-default);
}

.purchase-paths-label {
  font-size: 15px;
  font-weight: 600;
  color: var(--color-text-primary);
  margin: 0 0 14px 0;
  text-align: center;
}

.purchase-paths-grid {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.purchase-path-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 14px 10px;
  background: #ffffff;
  border: 2px solid transparent;
  border-radius: var(--radius-btn);
  cursor: pointer;
  text-align: center;
  transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  color: inherit;
}

.purchase-path-card:hover {
  border-color: var(--color-gold);
  box-shadow: 0 2px 8px rgba(239, 166, 37, 0.2);
}

.purchase-path-card.is-selected {
  border-color: var(--color-gold);
  box-shadow: 0 2px 10px rgba(239, 166, 37, 0.3);
  background: var(--color-gold-tint);
}

.purchase-path-icon {
  font-size: 22px;
  color: var(--color-navy);
  line-height: 1;
}

.purchase-path-card.is-selected .purchase-path-icon {
  color: var(--color-gold);
}

.purchase-path-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--color-text-primary);
  line-height: 1.2;
}

.purchase-path-desc {
  font-size: 12px;
  color: var(--color-text-secondary);
  line-height: 1.3;
}


/* ================================================================
 * DONATION WALL
 * ================================================================ */

.donation-wall {
  width: 100%;
  background: var(--color-navy);
  padding: 56px 120px 80px;
  margin: 0;
  box-sizing: border-box;
}

.donation-wall-heading {
  font-family: var(--font-heading);
  font-size: 35px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--color-off-white);
  margin: 0 0 16px;
  text-align: center;
}

.donation-wall-intro {
  font-family: var(--font-body);
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  color: rgba(250, 249, 246, 0.85);
  margin: 0 auto 48px;
  max-width: 800px;
}

.donation-wall-content {
  max-width: 1200px;
  margin: 24px auto 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 40px;
}

.donation-wall-error,
.donation-wall-empty {
  font-family: var(--font-body);
  font-size: 16px;
  color: rgba(250, 249, 246, 0.7);
  font-style: italic;
  padding: 24px;
  text-align: center;
}

.donation-tier {
  flex: 1;
  min-width: 0;
  margin-bottom: 0;
}

.donation-tier-heading {
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 600;
  color: var(--color-off-white);
  margin: 0 0 8px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.donation-tier-amount {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  color: rgba(250, 249, 246, 0.75);
}

.donation-tier-divider {
  width: 100%;
  height: 1px;
  background: rgba(250, 249, 246, 0.3);
  margin: 0 0 16px;
}

.donation-tier.tier-visionary .donation-tier-heading {
  color: var(--color-gold);
}

.donation-tier.tier-advocate .donation-tier-heading {
  color: var(--color-off-white);
}

.donation-tier.tier-visionary .donation-tier-divider {
  background: rgba(239, 166, 37, 0.5);
}

.donation-tier.tier-advocate .donation-tier-divider {
  background: rgba(250, 249, 246, 0.4);
}

/* Visionary tier — gold accent cards */
.tier-visionary .founder-item {
  border-color: var(--color-gold);
}

.tier-visionary .founder-globe-icon {
  background: var(--color-gold);
}

.tier-visionary .founder-item:hover {
  border-color: var(--color-red);
  box-shadow: 0 6px 18px rgba(201, 63, 47, 0.25);
}

.tier-visionary .founder-item:hover .founder-globe-icon {
  background: var(--color-red);
}

.donation-tier-founders {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

.founder-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  background: #ffffff;
  border: 2px solid transparent;
  border-radius: var(--radius-btn);
  transition: border-color var(--transition-fast), box-shadow var(--transition-fast), transform var(--transition-fast);
  text-align: left;
  min-width: 180px;
  max-width: 240px;
  flex: 0 1 210px;
}

.founder-item:hover {
  transform: translateY(-3px);
  border-color: var(--color-gold);
  box-shadow: 0 6px 18px rgba(239, 166, 37, 0.25);
}

.founder-globe-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--color-navy);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background var(--transition-fast);
}

.founder-globe-icon i {
  font-size: 22px;
  color: #ffffff;
}

.founder-item:hover .founder-globe-icon {
  background: var(--color-gold);
}

.founder-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  min-width: 0;
}

.founder-name {
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  color: var(--color-text-primary);
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.founder-location {
  font-family: var(--font-body);
  font-size: 12px;
  color: var(--color-text-secondary);
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.founder-location i {
  color: var(--color-navy);
  font-size: 12px;
  flex-shrink: 0;
}


/* ================================================================
 * TESTIMONIALS CAROUSEL (Swiper)
 * ================================================================ */

.founding-testimonials-section {
  background: var(--color-off-white);
  padding: 0;
  margin-top: 0;
}

.founding-testimonials-container {
  max-width: none;
  margin: 0 auto;
}

.founding-testimonials-swiper {
  --edge: 47px;
  width: calc(100% - (var(--edge) * 2));
  margin: 0 auto;
  padding: 20px 0 40px;
}

.founding-testimonials-swiper .swiper-slide {
  height: auto;
}

.founding-testimonial {
  text-align: center;
  padding: 20px;
}

.founding-testimonial-text {
  font-family: var(--font-body);
  font-size: 20px;
  line-height: 1.5;
  font-style: italic;
  color: var(--color-text-primary);
  margin-bottom: 21px;
}

.founding-testimonial-name {
  font-family: var(--font-body);
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  color: var(--color-purple-500);
  max-width: 278px;
  margin: 0 auto;
}

.founding-testimonial-title {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.5;
  color: var(--color-text-secondary);
  max-width: 278px;
  margin: 0 auto;
}

.founding-testimonials-swiper .swiper-button-prev,
.founding-testimonials-swiper .swiper-button-next {
  width: 20px;
  height: 20px;
  color: var(--color-navy);
  margin-top: -10px;
}

.founding-testimonials-swiper .swiper-button-prev { left: -28px; }
.founding-testimonials-swiper .swiper-button-next { right: -28px; }

.founding-testimonials-swiper .swiper-button-prev:after,
.founding-testimonials-swiper .swiper-button-next:after {
  font-size: 11px;
  font-weight: 700;
}

.founding-testimonials-swiper .swiper-pagination {
  left: calc(var(--edge) * -1) !important;
  width: calc(100% + (var(--edge) * 2)) !important;
  bottom: 8px !important;
}

.founding-testimonials-swiper .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: rgba(72, 72, 73, 0.35);
  opacity: 1;
}

.founding-testimonials-swiper .swiper-pagination-bullet-active {
  background: var(--color-text-primary);
}


/* ================================================================
 * RESPONSIVE — Tablet
 * ================================================================ */

@media (max-width: 1023px) and (min-width: 768px) {
  .founding-hero {
    padding: calc(72px + 20px) 32px 32px;
  }

  .founding-hero-content {
    gap: 40px;
  }

  .founding-hero-heading {
    font-size: 38px;
  }

  .founding-hero-right {
    flex: 0 0 200px;
    height: 420px;
  }

  .founding-hero-device-frame {
    width: 180px;
  }

  .founding-hero-device-frame img {
    height: 360px;
  }

  .founding-copy-inner {
    padding: 60px 50px 40px;
  }

  .founding-copy-heading {
    font-size: 32px;
  }

  .founding-section-heading {
    font-size: 22px;
  }

  .donation-wall {
    padding: 60px 80px;
  }

  .donation-wall-heading {
    font-size: 30px;
  }

  .donation-wall-content {
    gap: 24px;
  }

  .donation-tier-founders {
    gap: 12px;
  }

  .founder-item {
    padding: 14px 16px;
    gap: 12px;
    min-width: 160px;
    max-width: 200px;
    flex-basis: 180px;
  }

  .founder-name {
    font-size: 14px;
  }

  .tier-chart-amount {
    font-size: 18px;
    min-width: 80px;
  }

  .tier-chart-benefit {
    font-size: 16px;
  }

  .founding-testimonials-swiper {
    --edge: 34px;
  }

  .founding-testimonial {
    padding-bottom: 50px;
  }
}

@media (max-width: 1279px) and (min-width: 1024px) {
  .founding-copy-inner {
    padding: 70px 86px 40px;
  }
}


/* ================================================================
 * RESPONSIVE — Mobile
 * ================================================================ */

@media (max-width: 767px) {
  .founding-hero {
    padding: calc(64px + 16px) 24px 24px;
    min-height: 0;
  }

  .founding-hero-content {
    flex-direction: column;
    gap: 0;
  }

  .founding-hero-right {
    display: none;
  }

  .founding-hero-heading {
    font-size: 36px;
  }

  .founding-hero-intro {
    font-size: 16px;
    max-width: 100%;
  }

  .founding-hero-cta-group {
    align-items: stretch;
  }

  .founding-hero-btn {
    text-align: center;
  }

  .founding-hero-trust-bar {
    justify-content: center;
  }

  .founding-layout {
    display: block;
  }

  .founding-copy-inner {
    padding: 40px 28px 24px;
  }

  .founding-copy-heading {
    font-size: 32px;
    margin-bottom: 24px;
  }

  .founding-section-heading {
    font-size: 20px;
  }

  .founding-vision p,
  .founding-impact p {
    font-size: 16px;
    line-height: 1.5;
  }

  .founding-tier-chart {
    padding: 16px;
  }

  .tier-chart-item {
    gap: 12px;
    padding: 10px 0;
  }

  .tier-chart-amount {
    font-size: 16px;
    min-width: 70px;
  }

  .tier-chart-benefit {
    font-size: 14px;
  }

  .tier-chart-arrow {
    font-size: 20px;
  }

  .donation-wall {
    padding: 50px 28px;
  }

  .donation-wall-heading {
    font-size: 28px;
  }

  .donation-wall-intro {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 32px;
  }

  .donation-wall-content {
    max-width: 100%;
    flex-direction: column;
    gap: 32px;
  }

  .donation-tier-heading {
    font-size: 18px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .donation-tier-amount {
    font-size: 14px;
  }

  .donation-tier-founders {
    gap: 10px;
  }

  .founder-item {
    padding: 12px 14px;
    gap: 10px;
    min-width: 140px;
    flex-basis: 160px;
  }

  .founder-name {
    font-size: 14px;
  }

  .founding-testimonials-swiper {
    --edge: 18px;
    width: calc(100% - (var(--edge) * 2));
    padding-top: 16px;
  }

  .founding-testimonial-text {
    font-size: 18px;
    line-height: 1.5;
  }

  .founding-testimonials-section {
    margin-top: 0;
  }
}

@media (max-width: 400px) {
  .purchase-paths-grid {
    flex-direction: column;
  }

  .purchase-path-card {
    flex-direction: row;
    text-align: left;
    gap: 12px;
    padding: 12px 14px;
  }

  .purchase-path-icon {
    flex-shrink: 0;
    width: 28px;
    text-align: center;
  }
}
