/* Business Starter promo card (home, between hero and benefits) */

.wdi-home-starter-promo {
  padding: 0 0 48px;
  margin-top: -24px;
  position: relative;
  z-index: 15;
}

.wdi-home-starter-promo__card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px 32px;
  padding: 28px 32px;
  background: #fff;
  border: 1px solid rgba(11, 35, 66, 0.1);
  border-top: 4px solid #c9a734;
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(11, 35, 66, 0.12);
}

.wdi-home-starter-promo__copy {
  flex: 1 1 320px;
  min-width: 0;
}

.wdi-home-starter-promo__eyebrow {
  margin: 0 0 8px;
  color: #c9a734;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.wdi-home-starter-promo__title {
  margin: 0 0 6px;
  color: #0b2342;
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.2;
  font-weight: 700;
}

.wdi-home-starter-promo__subheading {
  margin: 0 0 10px;
  color: #1f3552;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
}

.wdi-home-starter-promo__description {
  margin: 0;
  max-width: 560px;
  color: #223751;
  font-size: 15px;
  line-height: 1.75;
}

.wdi-home-starter-promo__aside {
  flex: 0 1 260px;
  text-align: center;
}

.wdi-home-starter-promo__price {
  margin: 0 0 4px;
  color: #0b2342;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

.wdi-home-starter-promo__footnote {
  margin: 0 0 18px;
  color: #5a6f87;
  font-size: 13px;
  line-height: 1.4;
}

.wdi-home-starter-promo__actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
}

.wdi-home-starter-promo__cta {
  display: block;
  padding: 16px 22px;
  background-color: #c9a734;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.25s ease;
}

.wdi-home-starter-promo__cta:hover,
.wdi-home-starter-promo__cta:focus-visible {
  background-color: #bfa030;
  color: #fff;
}

.wdi-home-starter-promo__secondary {
  display: block;
  padding: 8px 4px;
  color: #0b2342;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.wdi-home-starter-promo__secondary:hover,
.wdi-home-starter-promo__secondary:focus-visible {
  color: #c9a734;
}

/* Hero right column (replaces FAQ accordion) */
section.hero-section .hero-starter-slot {
  flex: 1 !important;
  min-width: 0;
  padding-left: 24px !important;
  box-sizing: border-box;
  position: relative;
  z-index: 30;
  overflow: visible;
}

.wdi-home-starter-promo--hero {
  padding: 0;
  margin: 0;
}

.wdi-home-starter-promo--hero .wdi-home-starter-promo__eyebrow {
  font-size: 11px;
  letter-spacing: 0.06em;
  line-height: 1.35;
}

.wdi-home-starter-promo--hero .wdi-home-starter-promo__card {
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  padding: 24px 22px;
  border-radius: 14px;
  box-shadow: 0 20px 48px rgba(11, 35, 66, 0.18);
}

.wdi-home-starter-promo--hero .wdi-home-starter-promo__title {
  font-size: clamp(22px, 2.4vw, 28px);
}

.wdi-home-starter-promo--hero .wdi-home-starter-promo__description--hero {
  font-size: 14px;
  line-height: 1.65;
  max-width: none;
}

.wdi-home-starter-promo--hero .wdi-home-starter-promo__price {
  margin: 0 0 2px;
  font-size: 24px;
  text-align: left;
}

.wdi-home-starter-promo--hero .wdi-home-starter-promo__footnote {
  margin: 0 0 12px;
  text-align: left;
}

.wdi-home-starter-promo--hero .wdi-home-starter-promo__actions {
  margin-top: 4px;
}

@media (max-width: 768px) {
  section.hero-section .hero-starter-slot {
    display: block !important;
    flex: 1 1 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    min-width: 0 !important;
    padding-left: 0 !important;
    padding-top: 20px;
    order: 2;
    visibility: visible !important;
    opacity: 1 !important;
  }

  section.hero-section .hero-primary {
    order: 1;
  }

  .wdi-home-starter-promo--hero {
    display: block !important;
    width: 100%;
  }

  .wdi-home-starter-promo {
    margin-top: 0;
    padding: 8px 0 40px;
  }

  .wdi-home-starter-promo__card {
    padding: 22px 20px;
  }

  .wdi-home-starter-promo__aside {
    flex-basis: 100%;
    text-align: left;
  }

  .wdi-home-starter-promo__actions {
    align-items: stretch;
  }
}
