/* assets/css/wdi-stage-timeline.css */
/* Business stage journey , vertical timeline + card panels */

.wdi-pricing-value-bridge {
  padding: 0 0 70px;
  margin-top: -20px;
  background: #fff;
  position: relative;
  z-index: 6;
}

.wdi-stage-journey + .wdi-pricing-value-bridge {
  margin-top: 0;
  padding-top: 8px;
}

.wdi-pricing-value-bridge .wdi-pricing-value-highlights {
  margin-bottom: 24px;
}

.wdi-pricing-value-bridge .wdi-rollover-callout {
  margin-bottom: 0;
}

.wdi-stage-journey,
.wdi-pricing-page-plans {
  padding: 70px 0;
}

body.wdi-pricing-page .wdi-pricing-page-plans,
body.page-id-258535 .wdi-pricing-page-plans {
  padding-top: 0;
}

body.page-template-home-new-php section.pricing-blocks.wdi-stage-journey,
body.page-template-home-canonical-php section.pricing-blocks.wdi-stage-journey {
  background: #0b2342 !important;
}

/* Home journey: larger “We Grow With You” + tighter gap before timeline */
section.pricing-blocks.wdi-stage-journey .wdi-pricing-journey-heading {
  margin: 0 0 12px;
  font-size: clamp(44px, 4.8vw, 56px);
  line-height: 1.12;
  letter-spacing: -0.02em;
}

section.pricing-blocks.wdi-stage-journey .wdi-stage-journey__intro {
  margin-bottom: 16px;
}

section.pricing-blocks.wdi-stage-journey .wdi-stage-timeline--serpentine {
  padding-top: 0;
  margin-top: 0;
}

/* Pricing page , section header */
.wdi-pricing-page-plans__header {
  max-width: 760px;
  margin: 0 auto 40px;
  text-align: center;
}

.wdi-pricing-page-plans__title.global-h2 {
  margin: 0 0 32px;
  font-size: clamp(28px, 4vw, 38px);
  line-height: 1.2;
  color: #0b2342;
}

.wdi-pricing-page-plans__lead {
  margin: 0 0 14px;
  font-size: 17px;
  line-height: 1.65;
  color: #1f3552;
}

.wdi-pricing-page-plans__note {
  margin: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.55;
  color: #0b2342;
  background: #f4f7fb;
  border-radius: 8px;
  border: 1px solid rgba(11, 35, 66, 0.08);
}

/* Pricing page , plan cards */
.wdi-pricing-page-plans .wdi-pricing-plan-card {
  display: flex;
  flex-direction: column;
  border-color: rgba(11, 35, 66, 0.12);
  box-shadow: 0 10px 32px rgba(11, 35, 66, 0.08);
}

.wdi-pricing-page-plans .wdi-pricing-plan-card .wdi-stage-timeline__flow {
  display: none;
}

.wdi-pricing-stage-layout {
  display: flex;
  flex-direction: column;
  gap: 72px;
  width: 100%;
}

/* Stage label row , above each plan card */
.wdi-pricing-page-plans .wdi-pricing-stage-row {
  display: grid !important;
  width: 100%;
  margin-top: 8px;
  gap: 28px;
  align-items: start;
}

.wdi-pricing-page-plans .wdi-pricing-stage-row--primary {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  position: relative;
  z-index: 1;
}

.wdi-pricing-page-plans .wdi-pricing-stage-row--partner {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 920px;
  margin: 0 auto;
  padding-top: 12px;
  position: relative;
  z-index: 2;
}

.wdi-pricing-stage-row--partner .wdi-pricing-stage-column {
  gap: 16px;
}

.wdi-pricing-stage-row--partner .wdi-pricing-stage-label {
  position: relative;
  z-index: 3;
  padding-top: 4px;
}

.wdi-pricing-stage-column {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
  min-width: 0;
}

.wdi-pricing-stage-column .wdi-pricing-plan-card {
  flex: 0 0 auto;
}

.wdi-pricing-page-plans .wdi-pricing-plan-card.blocks-sec {
  height: auto;
  align-self: start;
  padding: 26px 22px !important;
  box-sizing: border-box;
  position: relative;
  z-index: auto;
}

.wdi-pricing-stage-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 36px;
  text-align: center;
}

.wdi-pricing-stage-label__step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #0b2342;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.wdi-pricing-stage-label__name {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #c9a734;
}

.wdi-pricing-stage-label--partnership {
  flex-wrap: wrap;
  row-gap: 6px;
}

.wdi-pricing-stage-label--partnership .wdi-pricing-stage-label__name {
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.35;
  max-width: 100%;
  text-align: center;
}

.wdi-pricing-stage-column .wdi-pricing-plan-card,
.wdi-pricing-stage-column .blocks-sec {
  width: 100% !important;
  max-width: none !important;
  flex: none !important;
  margin: 0;
}

/* Pricing card typography , overrides global .lists / .p-block for grid layout */
.wdi-pricing-page-plans .wdi-pricing-plan-card .block-h3 {
  margin: 0 0 10px !important;
  font-size: 23px !important;
  line-height: 1.3 !important;
  color: #c9a734 !important;
  text-align: left;
}

.wdi-pricing-page-plans .wdi-pricing-plan-card__tagline {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
  color: #1f3552;
}

.wdi-pricing-page-plans .wdi-pricing-plan-card .p-block {
  margin: 0 0 14px !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  color: #5a6b7d !important;
  text-align: left;
}

.wdi-pricing-page-plans .wdi-pricing-plan-card .pricing-content-top {
  margin: 12px 0 14px !important;
  padding: 14px 12px !important;
  border-radius: 40px;
}

.wdi-pricing-page-plans .wdi-pricing-plan-card .et_pb_sum {
  font-size: 32px;
}

.wdi-pricing-page-plans .wdi-pricing-plan-card .et_pb_dollar_sign {
  font-size: 22px;
}

.wdi-pricing-page-plans .wdi-pricing-plan-card .et_pb_frequency {
  font-size: 18px;
}

.wdi-pricing-page-plans .wdi-pricing-plan-card .wdi-price-note {
  margin: -4px 0 12px !important;
  font-size: 13px;
  line-height: 1.45;
}

.wdi-pricing-page-plans .wdi-pricing-plan-card .wdi-pricing-onboarding-block {
  margin: 0 0 14px !important;
}

.wdi-pricing-page-plans .wdi-pricing-plan-card .wdi-onboarding-line {
  font-size: 14px;
  line-height: 1.5;
}

.wdi-pricing-page-plans .wdi-pricing-plan-card .wdi-price-footnote {
  font-size: 13px;
  line-height: 1.45;
  margin-top: 8px;
}

.wdi-pricing-page-plans .wdi-pricing-plan-card .lists {
  flex: none;
}

.wdi-pricing-page-plans .wdi-pricing-plan-card .lists ul {
  margin: 0 0 18px !important;
  padding: 0 !important;
  list-style: none !important;
}

.wdi-pricing-page-plans .wdi-pricing-plan-card .lists ul li {
  display: block;
  position: relative;
  margin: 0;
  padding: 7px 0 7px 28px !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  font-weight: 400 !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  color: #0b2342 !important;
  white-space: normal;
  word-break: break-word;
}

.wdi-pricing-page-plans .wdi-pricing-plan-card .lists ul li::before {
  top: 9px !important;
  left: 0 !important;
  width: 18px !important;
  height: 18px !important;
  font-size: 11px !important;
  line-height: 18px !important;
}

.wdi-pricing-page-plans .wdi-pricing-plan-card .get-started {
  margin: 16px 0 0 !important;
  padding-top: 0;
}

.wdi-pricing-page-plans .wdi-pricing-plan-card .btn-linnk {
  font-size: 15px;
  padding: 16px 18px;
}

/* Legacy block-flex fallback (if old markup is cached) */
.wdi-pricing-page-plans .wdi-pricing-stage-row.block-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  margin-top: 40px;
}

.wdi-pricing-page-plans .wdi-pricing-stage-row.block-flex .blocks-sec {
  width: 32%;
  flex: 1 1 30%;
  min-width: 0;
  margin: 0;
}

.wdi-stage-journey__intro {
  max-width: 720px;
  margin: 0 auto 32px;
  text-align: center;
  font-size: 16px;
  line-height: 1.65;
  color: #0b2342;
}

/* Home journey band (navy): cream intro — after base rule; beats Divi/module overrides */
body.page-template-home-new-php section.pricing-blocks .wdi-stage-journey__intro,
body.page-template-home-new-remote-php section.pricing-blocks .wdi-stage-journey__intro,
body.wdi-custom-template.page-id-258855 section.pricing-blocks .wdi-stage-journey__intro,
section.pricing-blocks.wdi-stage-journey .wdi-stage-journey__intro--home-cream {
  color: #f7f4eb !important;
}

.wdi-pricing-value-highlights {
  list-style: none;
  margin: 0 auto 28px;
  padding: 0;
  max-width: 960px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.wdi-pricing-value-highlights__item {
  margin: 0;
  padding: 22px 20px;
  background: #fff;
  border: 1px solid rgba(11, 35, 66, 0.1);
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(11, 35, 66, 0.06);
}

.wdi-pricing-value-highlights__title {
  display: block;
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.4;
  color: #c9a734;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.wdi-pricing-value-highlights__body {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: #0b2342;
}

.wdi-rollover-callout {
  max-width: 880px;
  margin: 0 auto 40px;
  padding: 22px 24px;
  background: #f9f6ee;
  border: 1px solid rgba(201, 167, 52, 0.35);
  border-left: 4px solid #c9a734;
  border-radius: 0 12px 12px 0;
}

.wdi-rollover-callout__title {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.3;
  color: #0b2342;
}

.wdi-rollover-callout__body {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: #1f3552;
}

/* Serpentine timeline: center rail, alternating cards, Enterprise at bottom */

.wdi-stage-timeline--serpentine {
  list-style: none;
  margin: 0 auto;
  padding: 8px 0 0;
  max-width: 1080px;
  position: relative;
}

.wdi-stage-timeline--serpentine::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 28px;
  bottom: 200px;
  width: 2px;
  transform: translateX(-50%);
  background: linear-gradient(to bottom, #c9a734 0%, #e8dcc0 85%, transparent 100%);
  z-index: 0;
  pointer-events: none;
}

.wdi-stage-timeline__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 72px minmax(0, 1fr);
  gap: 0 28px;
  align-items: start;
  position: relative;
  z-index: 1;
  padding-bottom: 44px;
  margin: 0;
}

.wdi-stage-timeline__row--bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 0;
  padding-top: 8px;
}

.wdi-stage-timeline__row--bottom::before {
  content: '';
  position: absolute;
  left: 50%;
  top: -44px;
  height: 44px;
  width: 2px;
  transform: translateX(-50%);
  background: linear-gradient(to bottom, #e8dcc0, #c9a734);
  z-index: 0;
}

.wdi-stage-timeline__aside {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
  align-self: center;
  max-width: 280px;
}

.wdi-stage-timeline__row--left .wdi-stage-timeline__aside {
  grid-column: 3;
  justify-self: start;
}

.wdi-stage-timeline__row--right .wdi-stage-timeline__aside {
  grid-column: 1;
  justify-self: end;
}

.wdi-stage-timeline__sentiment {
  margin: 0;
  padding: 22px 22px 20px;
  background: linear-gradient(145deg, #fff 0%, #f9f6ee 55%, #f4efe3 100%);
  border: 1px solid rgba(201, 167, 52, 0.28);
  border-radius: 16px;
  box-shadow:
    0 14px 36px rgba(11, 35, 66, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
  position: relative;
  overflow: hidden;
}

.wdi-stage-timeline__sentiment::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #c9a734 0%, #e8d9a8 100%);
}

.wdi-stage-timeline__sentiment-label {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #c9a734;
  line-height: 1.2;
}

.wdi-stage-timeline__sentiment-copy {
  margin: 0;
  font-size: 15px;
  line-height: 1.62;
  color: #0b2342;
  font-weight: 400;
}

.wdi-stage-timeline__row--left .wdi-stage-timeline__sentiment {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.wdi-stage-timeline__row--right .wdi-stage-timeline__sentiment {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  text-align: right;
}

.wdi-stage-timeline__row--right .wdi-stage-timeline__sentiment-label {
  letter-spacing: 0.12em;
}

.wdi-stage-timeline__pictographic {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: 0 4px 4px;
}

.wdi-stage-timeline__row--left .wdi-stage-timeline__pictographic {
  justify-content: flex-start;
}

.wdi-stage-timeline__row--right .wdi-stage-timeline__pictographic {
  justify-content: flex-end;
}

.wdi-stage-picto__svg {
  display: block;
  width: 100%;
  max-width: 220px;
  height: auto;
  opacity: 0.92;
}

.wdi-stage-timeline__row--bottom .wdi-stage-timeline__aside {
  width: 100%;
  max-width: 520px;
  margin: 4px auto 0;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.wdi-stage-timeline__row--bottom .wdi-stage-timeline__sentiment {
  flex: 1 1 260px;
  max-width: 360px;
  text-align: center;
  border-radius: 16px;
}

.wdi-stage-timeline__row--bottom .wdi-stage-timeline__sentiment-label {
  text-align: center;
}

.wdi-stage-timeline__row--bottom .wdi-stage-timeline__pictographic {
  flex: 0 1 200px;
  padding: 0;
}

.wdi-stage-timeline__row--bottom .wdi-stage-picto__svg {
  max-width: 200px;
  margin: 0 auto;
}

.wdi-stage-timeline__node {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-self: center;
  grid-column: 2;
  z-index: 2;
}

.wdi-stage-timeline__row--left .wdi-stage-timeline__card-slot {
  grid-column: 1;
  justify-self: end;
  width: 100%;
  max-width: 460px;
}

.wdi-stage-timeline__row--right .wdi-stage-timeline__card-slot {
  grid-column: 3;
  justify-self: start;
  width: 100%;
  max-width: 460px;
}

.wdi-stage-timeline__card-slot--bottom {
  width: 100%;
  max-width: 640px;
  margin-top: 20px;
}

.wdi-stage-timeline__step {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #0b2342;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border: 3px solid #c9a734;
  flex-shrink: 0;
  box-shadow: 0 0 0 6px #fff;
}

.wdi-stage-timeline__label {
  margin-top: 8px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #c9a734;
  text-align: center;
  line-height: 1.2;
  max-width: 72px;
}

.wdi-stage-timeline__card.blocks-sec {
  width: 100%;
  margin: 0;
}

.wdi-stage-timeline__card--finale {
  border: 2px solid rgba(201, 167, 52, 0.45);
  box-shadow: 0 12px 40px rgba(11, 35, 66, 0.1);
}

.wdi-price-prefix {
  display: inline-block;
  margin-right: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #0b2342;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.wdi-price-note {
  text-align: center;
  font-size: 13px;
  margin-top: -8px;
  margin-bottom: 12px;
}

.wdi-pricing-onboarding-block {
  margin: 0 0 14px;
  text-align: center;
}

.wdi-onboarding-line {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: #0b2342;
  text-transform: none;
}

/* Keep monthly suffix lowercase ($250/m), not Divi capitalize → $250/Mo */
.wdi-stage-timeline__card .pricing-content-top,
.wdi-stage-timeline__card .pricing-content-top span,
.wdi-stage-timeline__card .et_pb_frequency,
.wdi-stage-timeline__card .wdi-onboarding-line {
  text-transform: none !important;
}

.wdi-price-footnote {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.45;
  color: #5a6b7d;
}

a.btn-linnk--consult {
  background-color: #0b2342;
}

a.btn-linnk--consult:hover {
  background-color: #163a66;
}

@media (max-width: 767px) {
  .wdi-pricing-page-plans__header {
    margin-bottom: 28px;
    text-align: left;
  }

  .wdi-pricing-page-plans__lead {
    font-size: 16px;
  }

  .wdi-pricing-stage-layout {
    gap: 40px;
  }

  .wdi-pricing-page-plans .wdi-pricing-stage-row--primary,
  .wdi-pricing-page-plans .wdi-pricing-stage-row--partner {
    grid-template-columns: 1fr;
    max-width: none;
    margin-top: 0;
    gap: 25px;
  }

  .wdi-pricing-page-plans .wdi-pricing-stage-row--partner {
    padding-top: 8px;
  }

  .wdi-pricing-stage-column {
    width: 100%;
  }

  .wdi-pricing-page-plans .wdi-pricing-stage-row.block-flex .blocks-sec {
    width: 100%;
    flex: none;
  }

  .wdi-pricing-value-highlights {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .wdi-rollover-callout {
    margin-bottom: 28px;
    padding: 18px 16px;
  }

  .wdi-stage-timeline--serpentine::before {
    left: 24px;
    transform: none;
    bottom: 180px;
  }

  .wdi-stage-timeline__row {
    grid-template-columns: 48px 1fr;
    gap: 0 16px;
    padding-bottom: 32px;
  }

  .wdi-stage-timeline__row--left .wdi-stage-timeline__card-slot,
  .wdi-stage-timeline__row--right .wdi-stage-timeline__card-slot {
    grid-column: 2;
    grid-row: 3;
    max-width: none;
    justify-self: stretch;
  }

  .wdi-stage-timeline__row--left .wdi-stage-timeline__node,
  .wdi-stage-timeline__row--right .wdi-stage-timeline__node {
    grid-column: 1;
    grid-row: 1;
    flex-direction: row;
    gap: 8px;
    align-items: center;
  }

  .wdi-stage-timeline__row--left .wdi-stage-timeline__aside,
  .wdi-stage-timeline__row--right .wdi-stage-timeline__aside {
    grid-column: 2;
    grid-row: 2;
    max-width: none;
    justify-self: stretch;
    margin-bottom: 4px;
  }

  .wdi-stage-timeline__row--bottom .wdi-stage-timeline__aside {
    flex-direction: column;
    max-width: none;
    margin-bottom: 8px;
  }

  .wdi-stage-timeline__row--bottom .wdi-stage-timeline__sentiment {
    max-width: none;
    text-align: left;
  }

  .wdi-stage-timeline__row--bottom .wdi-stage-timeline__sentiment-label {
    text-align: left;
  }

  .wdi-stage-timeline__row--right .wdi-stage-timeline__sentiment,
  .wdi-stage-timeline__row--left .wdi-stage-timeline__sentiment {
    text-align: left;
    border-radius: 14px;
  }

  .wdi-stage-timeline__sentiment {
    background-color: #fff;
    background-image: linear-gradient(
      145deg,
      #fff 0%,
      #f9f6ee 55%,
      #f4efe3 100%
    );
    border: 1px solid rgba(201, 167, 52, 0.28);
    box-shadow:
      0 14px 36px rgba(11, 35, 66, 0.07),
      inset 0 1px 0 rgba(255, 255, 255, 0.85);
  }

  .wdi-stage-timeline__sentiment::before {
    display: block;
    background: linear-gradient(90deg, #c9a734 0%, #e8d9a8 100%);
  }

  .wdi-stage-timeline__sentiment-label {
    color: #c9a734;
  }

  .wdi-stage-timeline__sentiment-copy {
    color: #0b2342;
  }

  .wdi-stage-timeline__pictographic {
    display: none;
  }

  .wdi-stage-timeline__row--bottom .wdi-stage-timeline__pictographic {
    display: none;
  }

  .wdi-stage-timeline__row--bottom::before {
    left: 24px;
    transform: none;
  }

  .wdi-stage-timeline__label {
    margin-top: 0;
    max-width: none;
    text-align: left;
  }

  .wdi-stage-timeline__step {
    width: 40px;
    height: 40px;
    font-size: 16px;
    box-shadow: 0 0 0 4px #fff;
  }

  .wdi-stage-timeline__card-slot--bottom {
    max-width: none;
  }
}


/* assets/css/wdi-foundational-stage.css */
/* Foundational (pre-stage) section between benefits and stage journey */

.wdi-foundational-stage {
  padding: 64px 0 0;
  background: linear-gradient(180deg, #f7f4eb 0%, #0b2342 18%, #0b2342 100%);
  position: relative;
  z-index: 2;
}

.wdi-foundational-stage__header {
  max-width: 900px;
  margin: 0 auto 32px;
  text-align: center;
}

.wdi-foundational-stage__eyebrow {
  margin-bottom: 14px;
  color: #c9a734;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.wdi-foundational-stage__title {
  margin-bottom: 18px !important;
  color: #fff !important;
}

section.wdi-foundational-stage h2.wdi-foundational-stage__title.section-title {
  color: #fff !important;
}

.wdi-foundational-stage__lead {
  max-width: 820px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.92);
  font-size: 18px;
  line-height: 1.9;
}

.wdi-foundational-stage__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-bottom: 20px;
}

.wdi-foundational-stage__card {
  height: 100%;
  padding: 26px 22px;
  background: #fff;
  border: 1px solid rgba(11, 35, 66, 0.08);
  border-top: 4px solid #c9a734;
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

.wdi-foundational-stage__card-title {
  margin: 0 0 12px;
  color: #0b2342;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
}

.wdi-foundational-stage__card-body {
  margin: 0;
  color: #223751;
  font-size: 15px;
  line-height: 1.85;
}

.wdi-foundational-stage__cta-wrap {
  margin: 44px 0 0;
  text-align: center;
}

.wdi-foundational-stage__cta {
  display: inline-block;
  padding: 16px 28px;
  background-color: #c9a734;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.25s ease;
}

.wdi-foundational-stage__cta:hover,
.wdi-foundational-stage__cta:focus-visible {
  background-color: #bfa030;
  color: #fff;
}

@media screen and (max-width: 981px) {
  .wdi-foundational-stage__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/*
 * Equalize space above/below consultation CTA (~64px each):
 * cards→button = grid margin-bottom + CTA margin-top;
 * button→“We Grow With You” = journey section padding-top only.
 */
.wdi-foundational-stage + section.pricing-blocks,
.wdi-foundational-stage + section.pricing-blocks.wdi-stage-journey {
  padding-top: 64px !important;
}

@media (max-width: 768px) {
  .wdi-foundational-stage {
    padding: 48px 0 0;
    position: relative;
    z-index: 5;
    overflow: visible;
  }

  .wdi-foundational-stage__header {
    margin-bottom: 24px;
  }

  .wdi-foundational-stage__eyebrow {
    color: #e8d9a8;
    font-size: 14px;
  }

  .wdi-foundational-stage__title,
  section.wdi-foundational-stage h2.wdi-foundational-stage__title.section-title {
    color: #fff !important;
  }

  .wdi-foundational-stage__lead {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.92);
  }

  .wdi-foundational-stage__grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 16px;
  }

  .wdi-foundational-stage__cta-wrap {
    margin-top: 32px;
  }

  .wdi-foundational-stage + section.pricing-blocks,
  .wdi-foundational-stage + section.pricing-blocks.wdi-stage-journey {
    padding-top: 48px !important;
  }

  .wdi-foundational-stage__card {
    padding: 22px 18px;
  }
}


/* assets/css/wdi-hero-solutions-band.css */
/* “Our Solutions” region (title + horizontal tabs below hero) */

.wdi-hero-solutions-region {
  position: relative;
  z-index: 30;
  overflow: visible;
}

.wdi-hero-solutions-heading {
  position: relative;
  z-index: 31;
  padding: 12px 0 4px;
  margin: 0;
  background: linear-gradient(180deg, rgba(247, 244, 235, 0.98) 0%, #f7f4eb 100%);
}

.wdi-hero-solutions-heading__title {
  margin: 0;
  padding: 0;
  color: #0b2342;
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 700;
  line-height: 1.12;
  text-align: center;
}

.wdi-hero-solutions-band {
  position: relative;
  z-index: 32;
  margin-top: 0;
  padding: 12px 0 48px;
  overflow: visible;
  background: #f7f4eb;
}

.wdi-hero-solutions-band__inner {
  overflow: visible;
}

.wdi-hero-solutions-band__lead {
  max-width: 720px;
  margin: 0 auto 20px;
  text-align: center;
  color: #5a6f87;
  font-size: 15px;
  line-height: 1.5;
}

.wdi-hero-solutions-band__tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 10px;
  overflow: visible;
  position: relative;
  z-index: 33;
  max-width: 1240px;
  margin-inline: auto;
}

.wdi-hero-solutions-band .faq-line-contet.wdi-solutions-tab {
  position: relative;
  flex: 1 1 112px;
  max-width: 168px;
  min-height: 78px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px 10px;
  margin: 0;
  border: 1px solid rgba(11, 35, 66, 0.12);
  border-bottom: 1px solid rgba(11, 35, 66, 0.12);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(11, 35, 66, 0.08);
  cursor: pointer;
  text-align: center;
  overflow: visible;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.wdi-hero-solutions-band .wdi-solutions-tab:hover,
.wdi-hero-solutions-band .wdi-solutions-tab.is-faq-open {
  border-color: #c9a734;
  box-shadow: 0 14px 36px rgba(11, 35, 66, 0.14);
  transform: translateY(-2px);
  z-index: 40;
}

.wdi-hero-solutions-band .faq-headings {
  width: 100%;
}

.wdi-hero-solutions-band .faq-main-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 1.22 !important;
  font-weight: 700 !important;
  color: #0b2342 !important;
}

@media (min-width: 1100px) {
  .wdi-hero-solutions-band .faq-line-contet.wdi-solutions-tab {
    flex: 0 1 calc(16.666% - 10px);
    max-width: calc(16.666% - 10px);
  }
}

.wdi-hero-solutions-band .heading-main-sub {
  position: static;
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #c9a734;
  line-height: 1.3;
}

.wdi-hero-solutions-band .faq-main-heading__label {
  display: block;
}

.wdi-hero-solutions-band .faq-list {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0;
  min-width: 0;
  overflow: visible;
  z-index: 50;
}

.wdi-hero-solutions-band .icon-arrow-faq {
  display: none !important;
}

.wdi-hero-solutions-band .list-content-block {
  position: absolute;
  left: 50%;
  top: 100%;
  right: auto;
  margin-top: 0;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  min-width: 240px;
  max-width: min(320px, calc(100vw - 2rem));
  z-index: 100021;
}

.wdi-hero-solutions-band .wdi-solutions-tab:hover .list-content-block,
.wdi-hero-solutions-band .wdi-solutions-tab.is-faq-open .list-content-block {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* Body-portal flyouts (moved off-tab for z-index) must stay visible on all viewports. */
body > .list-content-block.wdi-faq-flyout--fixed.wdi-faq-flyout--portal {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

/* Touch / coarse pointer: hide in-tab copy so only the body portal shows. */
@media (max-width: 767px), (hover: none), (pointer: coarse) {
  .wdi-hero-solutions-band .list-content-block {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

body.is-faq-flyout-active
  .wdi-hero-solutions-band
  .list-content-block:not(.wdi-faq-flyout--portal) {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.wdi-hero-solutions-band .list-content-block.wdi-faq-flyout--fixed,
body > .list-content-block.wdi-faq-flyout--fixed {
  transform: none;
  margin-top: 0 !important;
  z-index: 100000025 !important;
}

body > .list-content-block.wdi-faq-flyout--fixed.wdi-faq-flyout--attached-below {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

body > .list-content-block.wdi-faq-flyout--fixed.wdi-faq-flyout--attached-above {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.wdi-hero-solutions-region:has(.wdi-solutions-tab:hover),
.wdi-hero-solutions-region:has(.wdi-solutions-tab.is-faq-open),
body.is-faq-flyout-active .wdi-hero-solutions-region {
  z-index: 100010;
}

body.is-faq-flyout-active .home-benefits-explainer,
body.is-faq-flyout-active .wdi-foundational-stage {
  pointer-events: none;
}

@media (max-width: 900px) {
  .wdi-hero-solutions-region {
    z-index: 50;
    margin-bottom: 8px;
  }

  .wdi-hero-solutions-heading {
    padding: 16px 0 8px;
  }

  .wdi-hero-solutions-band {
    padding: 8px 0 56px;
    margin-bottom: 12px;
  }

  .wdi-hero-solutions-band__tabs {
    gap: 10px;
  }

  .wdi-hero-solutions-band .wdi-solutions-tab {
    flex: 1 1 calc(50% - 10px);
    max-width: none;
    min-height: 76px;
    padding: 14px 10px;
  }

  .wdi-hero-solutions-band .list-content-block {
    min-width: min(280px, calc(100vw - 2rem));
    max-width: min(320px, calc(100vw - 2rem));
  }
}

@media (max-width: 520px) {
  .wdi-hero-solutions-band {
    padding-bottom: 64px;
  }

  .wdi-hero-solutions-band .wdi-solutions-tab {
    flex: 1 1 100%;
    max-width: none;
  }
}

body.is-faq-flyout-active .wdi-hero-solutions-region {
  z-index: 100010 !important;
}

body.is-faq-flyout-active #page-container,
body.is-faq-flyout-active #main-content {
  overflow: visible !important;
}


/* assets/css/wdi-home-starter-promo.css */
/* Business Starter / Foundational promo card (home hero + legacy band) */

.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;
  text-transform: none;
}

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

.wdi-home-starter-promo__description-footnote {
  margin: 8px 0 0;
  max-width: 560px;
  color: #5a6f87;
  font-size: 13px;
  line-height: 1.55;
  text-transform: none;
  letter-spacing: normal;
}

.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__price-sub {
  margin: 0 0 6px;
  color: #5a6f87;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

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

.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;
  line-height: 1.3;
  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 — size-aware card aligned to left stack                  */
/* -------------------------------------------------------------------------- */

/*
 * Center the two-column hero cluster: equal side padding, no leftover
 * 56px left inset from style.css, and a capped centered track so the
 * pair does not sit heavy against the right edge of the viewport.
 */
body.page-template-home-new-php section.hero-section .container-home,
body.page-id-258855 section.hero-section .container-home,
section.hero-section:has(.hero-starter-slot) .container-home {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 440px);
  column-gap: clamp(36px, 4.5vw, 72px) !important;
  row-gap: 24px !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: unset !important;
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: clamp(24px, 4vw, 48px) !important;
  padding-right: clamp(24px, 4vw, 48px) !important;
}

body.page-template-home-new-php section.hero-section .hero-primary,
body.page-id-258855 section.hero-section .hero-primary,
section.hero-section:has(.hero-starter-slot) .hero-primary {
  flex: unset !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  /* Kill style.css 56px L/R padding that shoved the cluster right */
  padding-left: 0 !important;
  padding-right: 0 !important;
  align-items: stretch !important;
}

body.page-template-home-new-php section.hero-section .hero-primary .hero-heading-row,
body.page-id-258855 section.hero-section .hero-primary .hero-heading-row,
section.hero-section:has(.hero-starter-slot) .hero-primary .hero-heading-row {
  align-items: flex-start !important;
  width: 100%;
  max-width: 32rem;
}

body.page-template-home-new-php section.hero-section .hero-primary .search-form,
body.page-template-home-new-php section.hero-section .hero-primary .ux-search,
body.page-template-home-new-php section.hero-section .hero-primary .wdi-domain-search,
body.page-template-home-new-php section.hero-section .hero-primary .cta-button,
body.page-id-258855 section.hero-section .hero-primary .search-form,
body.page-id-258855 section.hero-section .hero-primary .ux-search,
body.page-id-258855 section.hero-section .hero-primary .wdi-domain-search,
body.page-id-258855 section.hero-section .hero-primary .cta-button,
section.hero-section:has(.hero-starter-slot) .hero-primary .search-form,
section.hero-section:has(.hero-starter-slot) .hero-primary .ux-search,
section.hero-section:has(.hero-starter-slot) .hero-primary .wdi-domain-search,
section.hero-section:has(.hero-starter-slot) .hero-primary .cta-button {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 32rem !important;
  width: 100% !important;
}

body.page-template-home-new-php section.hero-section h1.main-hero-h1,
body.page-id-258855 section.hero-section h1.main-hero-h1,
section.hero-section:has(.hero-starter-slot) h1.main-hero-h1 {
  text-align: left !important;
}

body.page-template-home-new-php section.hero-section h1.hero-h1,
body.page-id-258855 section.hero-section h1.hero-h1,
section.hero-section:has(.hero-starter-slot) h1.hero-h1 {
  /* Center under logo/search/CTA stack (same 32rem track) */
  text-align: center !important;
  width: 100%;
  max-width: 32rem;
  margin-left: 0;
  margin-right: auto;
  letter-spacing: normal;
}

section.hero-section .hero-starter-slot {
  flex: unset !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-top: 0;
  box-sizing: border-box;
  position: relative;
  z-index: 30;
  overflow: visible;
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: stretch;
  container-type: inline-size;
  container-name: wdi-hero-promo;
}

@media screen and (min-width: 981px) {
  body.page-template-home-new-php section.hero-section .hero-starter-slot,
  body.page-id-258855 section.hero-section .hero-starter-slot {
    padding-top: 0 !important;
  }
}

.wdi-home-starter-promo--hero {
  --wdi-hero-promo-line: 1.45;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
  /* Override Divi Ysabeau SC + 57.6px line-height so body copy wraps cleanly */
  font-family: Helvetica, Arial, 'Lucida Sans', sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: var(--wdi-hero-promo-line);
  letter-spacing: normal;
  text-transform: none;
}

.wdi-home-starter-promo--hero .wdi-home-starter-promo__eyebrow {
  margin: 0 0 6px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: clamp(10px, 2.4cqi, 12px);
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

/*
 * Default: stacked card. Copy above, pricing/CTA footer below —
 * avoids the empty mid-card void of a short "Free" price rail.
 */
.wdi-home-starter-promo--hero .wdi-home-starter-promo__card {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 0;
  padding: clamp(18px, 4cqi, 24px) clamp(18px, 4cqi, 26px);
  border-radius: 14px;
  box-shadow: 0 20px 48px rgba(11, 35, 66, 0.18);
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: visible;
  font: inherit;
  line-height: inherit;
}

.wdi-home-starter-promo--hero .wdi-home-starter-promo__copy {
  flex: 0 1 auto;
  min-width: 0;
  width: 100%;
  padding-bottom: clamp(12px, 3cqi, 16px);
}

.wdi-home-starter-promo--hero .wdi-home-starter-promo__title {
  margin: 0 0 6px;
  max-width: 100%;
  font-size: clamp(1.35rem, 4.8cqi + 0.55rem, 1.7rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: normal;
  text-transform: none;
  overflow-wrap: anywhere;
  word-break: normal;
  white-space: normal;
}

.wdi-home-starter-promo--hero .wdi-home-starter-promo__subheading {
  margin: 0 0 8px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: clamp(0.8125rem, 2.2cqi + 0.4rem, 0.9375rem);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.wdi-home-starter-promo--hero .wdi-home-starter-promo__description--hero,
.wdi-home-starter-promo--hero .wdi-home-starter-promo__description {
  margin: 0;
  max-width: none;
  font-family: Helvetica, Arial, sans-serif;
  font-size: clamp(0.8125rem, 1.8cqi + 0.45rem, 0.9375rem);
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: normal;
  text-transform: none;
  overflow-wrap: break-word;
  white-space: normal;
}

.wdi-home-starter-promo--hero .wdi-home-starter-promo__description-footnote {
  margin: 10px 0 0;
  max-width: none;
  color: #a8892a;
  font-family: Helvetica, Arial, sans-serif;
  font-size: clamp(0.75rem, 1.5cqi + 0.4rem, 0.8125rem);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: normal;
  text-transform: none;
  overflow-wrap: break-word;
  white-space: normal;
}

.wdi-home-starter-promo--hero .wdi-home-starter-promo__aside {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(8.5rem, 40%);
  grid-template-areas:
    'price actions'
    'note actions';
  gap: 2px 16px;
  align-items: center;
  margin: 0;
  padding-top: clamp(12px, 3cqi, 16px);
  border-top: 1px solid rgba(11, 35, 66, 0.1);
  text-align: left;
  font: inherit;
  line-height: inherit;
}

.wdi-home-starter-promo--hero .wdi-home-starter-promo__price {
  grid-area: price;
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: clamp(0.95rem, 2.6cqi + 0.45rem, 1.2rem);
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
  text-transform: none;
  letter-spacing: 0.01em;
  overflow-wrap: break-word;
  white-space: normal;
}

.wdi-home-starter-promo--hero .wdi-home-starter-promo__price-sub {
  display: none;
}

.wdi-home-starter-promo--hero .wdi-home-starter-promo__footnote {
  grid-area: note;
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: clamp(0.6875rem, 1.4cqi + 0.35rem, 0.75rem);
  font-weight: 500;
  line-height: 1.35;
  text-align: left;
  text-transform: none;
  letter-spacing: normal;
}

.wdi-home-starter-promo--hero .wdi-home-starter-promo__actions {
  grid-area: actions;
  margin: 0;
  gap: 6px;
  align-items: stretch;
  justify-self: stretch;
}

.wdi-home-starter-promo--hero .wdi-home-starter-promo__cta {
  display: block;
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  padding: 12px 14px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: clamp(0.75rem, 1.6cqi + 0.4rem, 0.8125rem);
  font-weight: 700;
  line-height: 1.25 !important;
  letter-spacing: 0.06em;
  white-space: normal;
}

.wdi-home-starter-promo--hero .wdi-home-starter-promo__secondary {
  display: block;
  width: 100%;
  padding: 2px 0 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: clamp(0.75rem, 1.4cqi + 0.35rem, 0.8125rem);
  font-weight: 600;
  line-height: 1.3 !important;
  text-align: center;
  text-transform: none;
}

/* Narrow hero slot: stack footer fully (price above CTA) */
@container wdi-hero-promo (max-width: 340px) {
  .wdi-home-starter-promo--hero .wdi-home-starter-promo__aside {
    grid-template-columns: 1fr;
    grid-template-areas:
      'price'
      'note'
      'actions';
    gap: 8px;
  }

  .wdi-home-starter-promo--hero .wdi-home-starter-promo__secondary {
    text-align: left;
  }
}

@container wdi-hero-promo (min-width: 341px) and (max-width: 419px) {
  .wdi-home-starter-promo--hero .wdi-home-starter-promo__aside {
    grid-template-columns: minmax(0, 1fr) minmax(7.5rem, 44%);
  }
}

@container wdi-hero-promo (min-width: 420px) {
  .wdi-home-starter-promo--hero .wdi-home-starter-promo__aside {
    grid-template-columns: minmax(0, 1fr) minmax(9rem, 38%);
    gap: 4px 18px;
  }
}

/* Below-hero promo band: tighter tablet layout */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .wdi-home-starter-promo:not(.wdi-home-starter-promo--hero) .wdi-home-starter-promo__card {
    gap: 20px 24px;
    padding: 24px 26px;
  }

  .wdi-home-starter-promo:not(.wdi-home-starter-promo--hero) .wdi-home-starter-promo__copy {
    flex: 1 1 55%;
  }

  .wdi-home-starter-promo:not(.wdi-home-starter-promo--hero) .wdi-home-starter-promo__aside {
    flex: 0 1 220px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    text-align: left;
  }

  .wdi-home-starter-promo:not(.wdi-home-starter-promo--hero) .wdi-home-starter-promo__actions {
    margin-top: auto;
    align-items: stretch;
  }
}

@media (max-width: 980px) and (min-width: 769px) {
  body.page-template-home-new-php section.hero-section .container-home,
  body.page-id-258855 section.hero-section .container-home,
  section.hero-section:has(.hero-starter-slot) .container-home {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 380px);
    column-gap: 28px !important;
    max-width: 980px !important;
  }
}

/*
 * Match Divi hamburger (≤981): stack + center tagline. Previously only ≤768,
 * so tablet mid-widths kept a left-aligned oversized H1 beside the promo card.
 */
@media (max-width: 981px) {
  body.page-template-home-new-php section.hero-section .container-home,
  body.page-id-258855 section.hero-section .container-home,
  section.hero-section:has(.hero-starter-slot) .container-home {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    max-width: 32rem !important;
  }

  body.page-template-home-new-php section.hero-section .hero-primary,
  body.page-id-258855 section.hero-section .hero-primary,
  section.hero-section:has(.hero-starter-slot) .hero-primary {
    align-items: center !important;
    width: 100% !important;
  }

  body.page-template-home-new-php section.hero-section .hero-primary .hero-heading-row,
  body.page-id-258855 section.hero-section .hero-primary .hero-heading-row,
  section.hero-section:has(.hero-starter-slot) .hero-primary .hero-heading-row {
    align-items: center !important;
    max-width: 100% !important;
  }

  body.page-template-home-new-php section.hero-section h1.main-hero-h1,
  body.page-template-home-new-php section.hero-section h1.hero-h1,
  body.page-id-258855 section.hero-section h1.main-hero-h1,
  body.page-id-258855 section.hero-section h1.hero-h1,
  section.hero-section:has(.hero-starter-slot) h1.main-hero-h1,
  section.hero-section:has(.hero-starter-slot) h1.hero-h1 {
    text-align: center !important;
  }

  section.hero-section .hero-starter-slot {
    display: flex !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding-left: 0 !important;
    margin-top: 0;
    padding-top: 12px;
    order: 2;
    visibility: visible !important;
    opacity: 1 !important;
    justify-content: center;
    align-self: stretch;
  }

  .wdi-home-starter-promo--hero {
    display: block !important;
    width: 100%;
    max-width: 26rem;
    margin-left: auto;
    margin-right: auto;
  }

  .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;
  }

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


/* assets/css/wdi-home-layout.css */
/*
 * Home-only layout overrides.
 *
 * These rules were previously embedded inside the global `style.css`.
 * Keeping them in a page-scoped stylesheet reduces render-blocking CSS on
 * non-home templates.
 */

/* Home-new / Divi 5 home (ID 258855): remove #et-main-area band gap. */
body.page-template-home-new-php #et-main-area,
body.page-template-home-new-php.wdi-custom-template #et-main-area,
body.page-id-258855 #et-main-area,
body.page-id-258855.wdi-custom-template #et-main-area {
    padding-top: 0 !important;
    background-color: transparent;
}

/* Home-canonical: keep hero inset matched to measured header height. */
body.page-template-home-canonical-php section.hero-section,
body.page-template-home-canonical-php.wdi-custom-template section.hero-section {
    margin-top: 0 !important;
    padding-top: var(--wdi-header-clearance, 120px) !important;
    background-color: #0b2342;
}

/* Home wrappers: remove nav-to-hero gaps from Divi structural wrappers only. */
body.page-template-home-new-php #page-container,
body.page-template-home-new-php.wdi-custom-template #page-container,
body.page-template-home-new-remote-php #page-container,
body.page-template-home-new-remote-php.wdi-custom-template #page-container,
body.page-template-home-new-php .et-l,
body.page-template-home-new-php.wdi-custom-template .et-l,
body.page-template-home-new-remote-php .et-l,
body.page-template-home-new-remote-php.wdi-custom-template .et-l,
body.page-template-home-new-php .et-l--body,
body.page-template-home-new-php.wdi-custom-template .et-l--body,
body.page-template-home-new-remote-php .et-l--body,
body.page-template-home-new-remote-php.wdi-custom-template .et-l--body,
body.page-template-home-new-php #et-boc,
body.page-template-home-new-php.wdi-custom-template #et-boc,
body.page-template-home-new-remote-php #et-boc,
body.page-template-home-new-remote-php.wdi-custom-template #et-boc,
body.page-template-home-new-php .et_builder_inner_content,
body.page-template-home-new-php.wdi-custom-template .et_builder_inner_content,
body.page-template-home-new-remote-php .et_builder_inner_content,
body.page-template-home-new-remote-php.wdi-custom-template .et_builder_inner_content,
body.page-template-home-new-php #main-content,
body.page-template-home-new-php.wdi-custom-template #main-content,
body.page-template-home-new-remote-php #main-content,
body.page-template-home-new-remote-php.wdi-custom-template #main-content {
    padding-top: 0 !important;
    margin-top: 0 !important;
    min-height: 0 !important;
}

body.page-template-home-new-php #main-header,
body.page-template-home-new-php.wdi-custom-template #main-header,
body.page-template-home-new-remote-php #main-header,
body.page-template-home-new-remote-php.wdi-custom-template #main-header {
    margin-bottom: 0 !important;
}

/* Home hero: keep margin-top reset + background matched to cream nav. */
body.page-template-home-new-php section.hero-section,
body.page-template-home-new-php.wdi-custom-template section.hero-section,
body.page-template-home-new-remote-php section.hero-section,
body.page-template-home-new-remote-php.wdi-custom-template section.hero-section,
body.page-id-258855 section.hero-section,
body.page-id-258855.wdi-custom-template section.hero-section {
    margin-top: 0 !important;
    /* Fallback until JS measures; then padding-top = exact header height. */
    padding-top: var(--wdi-header-clearance, 120px) !important;
    background-color: #0b2342;
}

@media screen and (min-width: 981px) and (max-width: 1400px) {
    /* Mid-desktop: wrappers only — never zero #et-main-area (JS owns it). */
    body.page-template-home-new-php #page-container,
    body.page-template-home-new-php.wdi-custom-template #page-container,
    body.page-template-home-new-remote-php #page-container,
    body.page-template-home-new-remote-php.wdi-custom-template #page-container,
    body.page-template-home-new-php .wdi-hero-main > .et_builder_inner_content,
    body.page-template-home-new-remote-php .wdi-hero-main > .et_builder_inner_content,
    body.page-template-home-new-php #et-boc,
    body.page-template-home-new-php.wdi-custom-template #et-boc,
    body.page-template-home-new-remote-php #et-boc,
    body.page-template-home-new-remote-php.wdi-custom-template #et-boc,
    body.page-template-home-new-php .et-l,
    body.page-template-home-new-php.wdi-custom-template .et-l,
    body.page-template-home-new-remote-php .et-l,
    body.page-template-home-new-remote-php.wdi-custom-template .et-l,
    body.page-template-home-new-php .et-l--body,
    body.page-template-home-new-remote-php .et-l--body {
        padding-top: 0 !important;
    }
}

@media screen and (max-width: 981px) {
    /* Keep measured hero clearance on home + stacked breathing room under cream nav. */
    body.page-template-home-new-php section.hero-section,
    body.page-template-home-new-php.wdi-custom-template section.hero-section,
    body.page-template-home-canonical-php section.hero-section,
    body.page-template-home-canonical-php.wdi-custom-template section.hero-section,
    body.page-template-home-new-remote-php section.hero-section,
    body.page-template-home-new-remote-php.wdi-custom-template section.hero-section,
    body.page-id-258855 section.hero-section,
    body.page-id-258855.wdi-custom-template section.hero-section,
    body.admin-bar.page-template-home-new-php section.hero-section,
    body.admin-bar.page-id-258855 section.hero-section {
        margin-top: 0 !important;
        padding-top: calc(var(--wdi-header-clearance, 110px) + 28px) !important;
    }
}

