/* ==========================================================================
   0% білінгу — landing page styles
   Only loaded on page-zero-billing.php template.
   Namespace: .bl-*  (billing landing)
   ========================================================================== */

/* =====================================================
   01 — HERO
   ===================================================== */
.hero.bl-hero,
.bl-hero {
  position: relative;
  width: 100%;
  min-height: 672px;
  padding: 80px 0;
  background-color: #1F1F1F !important;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.bl-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-color: #1F1F1F;
}
.bl-hero__content {
  position: relative;
  z-index: 1;
  width: 100%;
}
.bl-hero__main {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: calc(100% - 380px);
}
.bl-hero__text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 640px;
}
.bl-hero__eyebrow {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.05em;
  color: var(--color-green-60, #3AF185);
  text-transform: uppercase;
}
.bl-hero__title {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  text-transform: uppercase;
}
.bl-hero__desc {
  font-size: 16px;
  line-height: 1.5;
  color: #FFFFFF;
  max-width: 540px;
}
.bl-hero__cta { display: flex; gap: 16px; flex-wrap: wrap; }
.bl-hero__numbers {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.bl-num-card {
  flex: 0 0 170px;
  width: 170px;
  height: 132px;
  background-color: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: none;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 0;
  box-sizing: border-box;
}
.bl-num-card__value {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  color: var(--color-green-60, #3AF185);
}
.bl-num-card__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #FFFFFF;
}

.bl-hero__decor {
  position: absolute;
  top: 45%;
  right: 0px;
  transform: translateY(-50%);
  width: 338px;
  height: 389px;
  pointer-events: none;
  z-index: 1;
  user-select: none;
  display: block;
  overflow: visible;
}
.bl-hero__decor-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

/* =====================================================
   02 — RND
   ===================================================== */
.bl-rnd {
  background-color: #FFFFFF;
  padding: 80px 0;
}
.bl-rnd__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.bl-rnd__eyebrow {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.55;
  letter-spacing: 0.05em;
  color: var(--color-green-40, #23A859);
  text-transform: uppercase;
}
.bl-rnd__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.bl-rnd__text-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
}
.bl-rnd__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--color-gray-20, #3A3A3A);
}
.bl-rnd__text {
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-gray-20, #3A3A3A);
}
.bl-rnd__text p { margin: 0 0 12px; }
.bl-rnd__text p:last-child { margin-bottom: 0; }
.bl-rnd__photo {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 590 / 360;
  background-color: #F1F3F5;
}
.bl-rnd__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* =====================================================
   03 — HOW WORKS
   ===================================================== */
.bl-how {
  position: relative;
  background-color: var(--color-gray-10, #1F1F1F);
  padding: 80px 0;
  overflow: hidden;
}
.bl-how__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #1F1F1F;
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}
.bl-how__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.bl-how__title { color: #FFFFFF; }
.bl-how__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.bl-period-card {
  background-color: rgba(31, 31, 31, 0.7);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid var(--color-gray-30, #525252);
  border-radius: 20px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 220px;
}
.bl-period-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
.bl-period-card__value {
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
.bl-period-card__value--green { color: var(--color-green-60, #3AF185); }
.bl-period-card__value--blue { color: #3577D8; }
.bl-period-card__label {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #F1F3F5;
  text-transform: uppercase;
  margin-top: 8px;
}
.bl-period-card__text {
  font-size: 16px;
  line-height: 1.5;
  color: #FFFFFF;
}
.bl-how__cta {
  display: flex;
  justify-content: center;
}

/* =====================================================
   04 — TARGET / FOR WHOM
   ===================================================== */
.bl-target {
  background-color: #F1F3F5;
  padding: 80px 0;
}
.bl-target__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.bl-target__title { color: var(--color-gray-20, #3A3A3A); }
.bl-target__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.bl-audience-card {
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  min-height: 220px;
}
.bl-audience-card__divider {
  width: 40px;
  height: 4px;
  background-color: var(--color-green-60, #3AF185);
  border-radius: 2px;
  margin-bottom: 16px;
}
.bl-audience-card__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-gray-20, #3A3A3A);
}
.bl-audience-card__text {
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-gray-20, #3A3A3A);
}
.bl-target__note {
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-gray-20, #3A3A3A);
}

/* =====================================================
   05 — ECOSYSTEM
   ===================================================== */
.bl-eco {
  background-color: #FFFFFF;
  padding: 80px 0;
}
.bl-eco__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.bl-eco__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bl-eco__title { color: var(--color-gray-20, #3A3A3A); }
.bl-eco__lead {
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-gray-20, #3A3A3A);
  max-width: 760px;
}
.bl-eco__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.bl-eco-card {
  background-color: #F1F3F5;
  border-radius: 16px;
  padding: 24px;
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 20px;
  align-items: flex-start;
}
.bl-eco-card__icon {
  width: 60px;
  height: 60px;
  background-color: #FFFFFF;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.bl-eco-card__icon img { width: 32px; height: 32px; }
.bl-eco-card__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.bl-eco-card__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-gray-20, #3A3A3A);
}
.bl-eco-card__text {
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-gray-20, #3A3A3A);
}

/* =====================================================
   06 — STATS
   ===================================================== */
.bl-stats {
  position: relative;
  background-color: var(--color-gray-10, #1F1F1F);
  padding: 80px 0;
  overflow: hidden;
}
.bl-stats__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #1F1F1F;
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}
.bl-stats__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}
.bl-stats__title {
  color: #FFFFFF;
  text-align: center;
}
.bl-stats__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: 100%;
  justify-items: center;
}
.bl-stats__grid > :nth-child(4) {
  grid-column: 2;
}
.bl-stat-card {
  background-color: rgba(31, 31, 31, 0.7);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid var(--color-gray-30, #525252);
  border-radius: 16px;
  padding: 24px 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  width: 100%;
  max-width: 360px;
}
.bl-stat-card__value {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--color-green-60, #3AF185);
}
.bl-stat-card__label {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #FFFFFF;
  text-align: center;
}

/* =====================================================
   07 — PLATFORM FEATURES
   ===================================================== */
.bl-platform {
  background-color: #FFFFFF;
  padding: 80px 0;
}
.bl-platform__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: flex-start;
}
.bl-platform__media {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.bl-platform__title { color: var(--color-gray-20, #3A3A3A); }
.bl-platform__photo {
  border-radius: 16px;
  overflow: hidden;
}
.bl-platform__photo img {
  width: 100%;
  height: auto;
  display: block;
}
.bl-platform__features {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bl-feature {
  background-color: #F1F3F5;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.bl-feature--light {
  background-color: #FFFFFF;
  border: 1px solid #F1F3F5;
}
.bl-feature__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-gray-20, #3A3A3A);
}
.bl-feature__text {
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-gray-20, #3A3A3A);
}
.bl-platform__cta { margin-top: 16px; }
.bl-platform__cta .btn,
.bl-driver__cta .btn { align-self: flex-start; }

/* =====================================================
   08 — DRIVER FLOW
   ===================================================== */
.bl-driver {
  background-color: #F1F3F5;
  padding: 80px 0;
}
.bl-driver__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: flex-start;
}
.bl-driver__features {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bl-driver__media {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.bl-driver__title { color: var(--color-gray-20, #3A3A3A); }
.bl-driver__photo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bl-driver__photo img {
  width: 100%;
  height: auto;
  max-width: 480px;
  display: block;
}
.bl-driver__cta { margin-top: 16px; }

/* =====================================================
   09 — FAQ (white background override only)
   ===================================================== */
.faq.bl-faq { background-color: #FFFFFF; }
.bl-faq__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.bl-faq__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--color-gray-20, #3A3A3A);
}
.bl-faq__lead {
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-gray-20, #3A3A3A);
}

/* =====================================================
   11 — CTA BANNER
   ===================================================== */
.bl-cta {
  position: relative;
  background-color: var(--color-gray-10, #1F1F1F);
  padding: 60px 0;
  min-height: 202px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.bl-cta__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #1F1F1F;
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}
.bl-cta__content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.bl-cta__title {
  color: #FFFFFF;
  text-align: center;
  font-weight: 700;
}

/* =====================================================
   Breakpoints
   ===================================================== */
@media (max-width: 1200px) {
  .bl-hero__decor { width: 320px; height: 320px; }
  .bl-hero__decor-0 { font-size: 280px; }
  .bl-hero__decor-percent { font-size: 160px; }
  .bl-hero__decor-billing { font-size: 70px; }
}

@media (max-width: 1024px) {
  .hero.bl-hero,
  .bl-rnd,
  .bl-how,
  .bl-target,
  .bl-eco,
  .bl-stats,
  .bl-platform,
  .bl-driver,
  .faq.bl-faq { padding: 60px 0; }

  .bl-hero__main {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }
  .bl-hero__title { font-size: 44px; }
  .bl-hero__decor {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    width: 100%;
    height: 240px;
    grid-column: 1 / -1;
    order: 99;
  }
  .bl-hero__decor-0 { font-size: 200px; }
  .bl-hero__decor-percent { font-size: 120px; }
  .bl-hero__decor-billing { font-size: 56px; }

  .bl-rnd__grid,
  .bl-how__grid,
  .bl-eco__grid,
  .bl-platform__grid,
  .bl-driver__grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .bl-rnd__photo { aspect-ratio: 16 / 9; }
  .bl-platform__media,
  .bl-driver__media {
    position: static;
  }
  .bl-target__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .bl-stats__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .bl-stats__grid > :nth-child(4) { grid-column: auto; }
}

@media (max-width: 767px) {
  .hero.bl-hero,
  .bl-rnd,
  .bl-how,
  .bl-target,
  .bl-eco,
  .bl-stats,
  .bl-platform,
  .bl-driver,
  .faq.bl-faq { padding: 48px 0; max-width: 100%; overflow-x: hidden; }

  .bl-hero__title { font-size: 28px; word-break: break-word; }
  .bl-hero__desc { max-width: 100%; }
  .bl-hero__numbers { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); max-width: 100%; }
  .bl-num-card { padding: 16px; min-width: 0; }
  .bl-num-card__value { font-size: 20px; }
  .bl-num-card__text { font-size: 13px; }
  .bl-hero__cta { flex-direction: column; align-items: stretch; width: 100%; }
  .bl-hero__cta .btn { flex: 0 0 auto; min-width: 0; width: 100%; white-space: normal; padding: 10px 20px; }

  .bl-hero__decor { width: 100%; height: 200px; overflow: hidden; max-width: 100%; }
  .bl-hero__decor-0 { font-size: 160px; left: 10px; top: 0; }
  .bl-hero__decor-percent { font-size: 90px; top: 30px; right: 10px; }
  .bl-hero__decor-billing { font-size: 40px; left: 10px; }

  .bl-how__grid,
  .bl-target__grid,
  .bl-eco__grid,
  .bl-stats__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  [class*="bl-"] {
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
  }
  .bl-hero__title, .bl-hero__desc, .bl-hero__eyebrow,
  .bl-rnd__text, .bl-rnd__title,
  .bl-eco-card__text, .bl-eco-card__title,
  .bl-feature__text, .bl-feature__title,
  .bl-period-card__text, .bl-period-card__label,
  .bl-audience-card__text, .bl-audience-card__title,
  .bl-stat-card__label, .bl-stat-card__value,
  .bl-target__note,
  .bl-how__title, .bl-eco__title, .bl-stats__title,
  .bl-platform__title, .bl-driver__title {
    word-wrap: break-word;
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: auto;
  }
  .bl-period-card, .bl-audience-card, .bl-eco-card, .bl-stat-card, .bl-feature, .bl-num-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }
  .bl-period-card { padding: 24px; min-width: 0; }
  .bl-period-card__head { flex-wrap: wrap; gap: 8px; }
  .bl-period-card__value { font-size: 48px; }
  .bl-period-card__label { font-size: 13px; }
  .bl-audience-card { padding: 24px; min-height: 0; }

  .bl-eco-card { padding: 20px; gap: 16px; grid-template-columns: 48px 1fr; }
  .bl-eco-card__icon { width: 48px; height: 48px; }
  .bl-eco-card__title { font-size: 18px; }

  .bl-stat-card { padding: 20px; }
  .bl-stat-card__value { font-size: 32px; }

  .bl-feature { padding: 20px; }
  .bl-feature__title { font-size: 18px; }

  .bl-cta { padding: 40px 16px; min-height: 0; }
  .bl-cta__content { padding: 0 8px; }
  .bl-cta__title { font-size: 20px; word-wrap: break-word; overflow-wrap: break-word; max-width: 100%; }
}

/* =====================================================
   Form — radio styles (CF7 [radio] inside .contacts-form--card)
   Copied from pages/aktpidtrymky.css so this template doesn't depend on that file.
   24×24 outer ring, 14×14 inner dot, gap 12px between options, green when checked.
   ===================================================== */
.contacts-form--card .contacts-form__radios .wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
}
.contacts-form--card .contacts-form__radios .wpcf7-list-item {
  display: flex;
  margin: 0;
  padding: 4px 0;
  gap: 5px;
}
.contacts-form--card .contacts-form__radios .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  cursor: pointer;
  padding: 2px 0 0;
}
.contacts-form--card .contacts-form__radios input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border: 1px solid #B0B2B5;
  border-radius: 50%;
  background: #FFFFFF;
  margin: 0;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
  transition: border-color var(--transition-fast);
}
.contacts-form--card .contacts-form__radios input[type="radio"]:checked {
  border-color: #3AF185;
}
.contacts-form--card .contacts-form__radios input[type="radio"]:checked::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #3AF185;
}
.contacts-form--card .contacts-form__radios .wpcf7-list-item-label {
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: var(--font-regular);
  line-height: 1.5;
  color: #525252;
  transition: color var(--transition-fast);
}
.contacts-form--card .contacts-form__radios input[type="radio"]:checked + .wpcf7-list-item-label {
  color: #1F1F1F;
}

/* ==========================================================================
   Figma alignment fixes — Round 1
   ========================================================================== */

/* ----- 01 HERO: real raster dot-pattern background (matches Figma exactly) ----- */
.bl-hero__bg {
  background-color: #1F1F1F !important;
  /* background-image set inline from ACF (bl_hero_bg_image) with theme path fallback */
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

/* ----- 01 HERO: title one-line at 1440 + bigger right graphic constraint ----- */
@media (min-width: 1200px) {
  .bl-hero__title {
    font-size: 52px;
    letter-spacing: 0;
    white-space: nowrap;
  }
  .bl-hero__main {
    max-width: calc(100% - 380px);
  }
}

/* ----- 02 RnD: hide eyebrow (Figma has no eyebrow here) ----- */
.bl-rnd__eyebrow { display: none; }

/* ----- 02 RnD: superseded by Round 3 block at end of file ----- */

/* ----- 03 How-works: real raster dot-pattern bg (same as hero) ----- */
.bl-how {
  background-color: #1F1F1F;
}
.bl-how__bg {
  opacity: 1 !important;
  background-color: #1F1F1F !important;
  background-image: url('../../images/zero-billing/hero-bg.png') !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

/* ----- 06 Stats: photo background + glass cards ----- */
.bl-stats {
  background-color: #0F1419;
  background-image:
    radial-gradient(60% 80% at 30% 30%, rgba(53, 119, 216, 0.18), transparent 70%),
    radial-gradient(50% 70% at 80% 70%, rgba(58, 241, 133, 0.12), transparent 70%),
    linear-gradient(180deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.75) 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bl-stats__bg {
  opacity: 0;
}
.bl-stat-card {
  background-color: rgba(31, 31, 31, 0.45);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

/* ----- 11 CTA banner: real raster dot-pattern bg (same as hero) ----- */
.bl-cta {
  background-color: #1F1F1F;
}
.bl-cta__bg {
  opacity: 1 !important;
  background-color: #1F1F1F !important;
  background-image: url('../../images/zero-billing/hero-bg.png') !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.bl-cta {
  min-height: 240px;
}
.bl-cta__title {
  font-size: 40px;
  line-height: 1.2;
}

/* ----- 1024 fixes: hero title responsive ----- */
@media (max-width: 1199px) {
  .bl-hero__title {
    white-space: normal;
  }
}

/* ----- Mobile: keep starfield visible, scale CTA heading ----- */
@media (max-width: 767px) {
  .bl-cta__title { font-size: 22px; }
  .bl-rnd__title { font-size: 22px; line-height: 1.3; }
}

/* ==========================================================================
   Figma 1:1 alignment — Round 2 (per-section pixel-perfect)
   ========================================================================== */

/* 01-hero */
/* =====================================================
   01 — HERO (Figma alignment patch)
   ===================================================== */
.bl-hero__text {
  gap: 16px;
  max-width: 730px;
}
.bl-hero__eyebrow {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: #3AF185;
}
.bl-hero__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}
.bl-hero__desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
  color: #B0B2B5;
  max-width: 730px;
  margin-top: 24px;
}
.bl-hero__cta {
  gap: 24px;
  margin-top: 16px;
}
.bl-hero__cta .btn--filled,
.bl-hero__cta .btn--outline-light {
  padding: 10px 30px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.01em;
  height: 60px;
  min-height: 60px;
}
.bl-hero__cta .btn--outline-light {
  border-width: 2px;
  border-color: #3AF185;
  color: #FFFFFF;
}
.bl-hero__main {
  gap: 40px;
}
.bl-hero__numbers {
  gap: 16px;
}
.bl-num-card {
  flex: 0 0 170px;
  width: 170px;
  height: 132px;
  padding: 20px;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.04);
  border: none;
}
.bl-num-card__value {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  color: #3AF185;
}
.bl-num-card__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #FFFFFF;
}

@media (min-width: 1200px) {
  .bl-hero__title { font-size: 40px; }
}


/* 02-rnd */
/* ===== 02-rnd: Figma alignment ===== */
.bl-rnd { padding: 80px 0; background-color: #FFFFFF; }

/* Eyebrow not used in Figma for this section */
.bl-rnd__eyebrow { display: none; }

/* Grid: text + image1 (row1), image2 + image3 (row2). 32px gap matches Figma. */
.bl-rnd__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 32px;
  max-width: 1148px;
  margin-left: auto;
  margin-right: auto;
}

/* Text block: title + paragraph, 20px vertical gap (Figma itemSpacing) */
.bl-rnd__text-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}

/* H3 — Ruberoid Bold 32 / 41.6 / #3A3A3A */
.bl-rnd__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0;
  color: #3A3A3A;
  margin: 0;
}

/* Body — 16 / 24 / #525252 */
.bl-rnd__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: #525252;
}
.bl-rnd__text p { margin: 0 0 10px; }
.bl-rnd__text p:last-child { margin-bottom: 0; }

/* Photos — radius 10px, shadows from Figma */
/* superseded by Round 3 block at end of file */

@media (max-width: 1024px) {
  .bl-rnd { padding: 60px 0; }
  .bl-rnd__grid { grid-template-columns: minmax(0, 1fr); gap: 24px; }
}
@media (max-width: 767px) {
  .bl-rnd { padding: 48px 0; }
  .bl-rnd__title { font-size: 22px; line-height: 1.3; }
}

/* 03-conditions-howworks */
/* =====================================================
   03 — HOW WORKS  (Figma desktop spec — 1440)
   ===================================================== */
.bl-how__content {
  gap: 40px;
  max-width: 1148px;
  margin-left: auto;
  margin-right: auto;
}
.bl-how__title {
  color: #FFFFFF;
  font-size: 32px;
  line-height: 41.6px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0;
}
.bl-how__grid {
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.bl-period-card {
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 24px;
  gap: 12px;
  min-height: 229px;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.bl-period-card__head {
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}
.bl-period-card__value {
  font-size: 70px;
  line-height: 91px;
  font-weight: 700;
  letter-spacing: 0;
}
.bl-period-card__value--green { color: #3AF185; }
.bl-period-card__value--blue  { color: #3577D8; }
.bl-period-card__label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
  color: #B1B2B5;
  text-transform: none;
  margin-top: 8px;
  white-space: nowrap;
}
.bl-period-card__text {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #F1F3F5;
  margin: 0;
}
.bl-how__cta { justify-content: center; }

/* 04-target */
/* === 04 — TARGET / FOR WHOM — Figma desktop overrides === */
.bl-target { padding: 90px 0; background-color: #F1F3F5; }
.bl-target__content { gap: 34px; }
.bl-target__title {
  font-size: 32px;
  line-height: 1.3;
  font-weight: 700;
  color: #3A3A3A;
}
.bl-target__grid { gap: 20px; }
.bl-audience-card {
  border-radius: 16px;
  padding: 32px;
  gap: 14px;
  min-height: 223px;
  background-color: #FFFFFF;
}
.bl-audience-card__divider {
  width: 48px;
  height: 5px;
  border-radius: 3px;
  background-color: #3AF185;
  margin-bottom: 0;
}
.bl-audience-card__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: #3A3A3A;
}
.bl-audience-card__text {
  font-size: 16px;
  line-height: 1.5;
  color: #3A3A3A;
}
.bl-target__note {
  font-size: 16px;
  line-height: 1.5;
  color: #525252;
}


/* 05-solutions-ecosystem */
/* =====================================================
   05 — ECOSYSTEM (Figma-accurate desktop)
   ===================================================== */
.bl-eco {
  background-color: #FFFFFF;
  padding: 80px 0;
}
.bl-eco__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.bl-eco__header {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1148px;
}
.bl-eco__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  color: #3A3A3A;
}
.bl-eco__lead {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #525252;
  max-width: 1148px;
}
.bl-eco__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.bl-eco-card {
  background: linear-gradient(135deg, #FFFFFF 0%, #F1F3F5 100%);
  border: 1px solid #F1F3F5;
  border-radius: 16px;
  padding: 24px;
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 12px;
  align-items: flex-start;
}
.bl-eco-card__icon {
  width: 60px;
  height: 60px;
  background-color: #F1F3F5;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.bl-eco-card__icon img { width: 32px; height: 32px; }
.bl-eco-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.bl-eco-card__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: #3A3A3A;
}
.bl-eco-card__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #525252;
}

/* 06-stats */
/* =====================================================
   06 — STATS (Figma-aligned overrides)
   ===================================================== */
.bl-stats {
  padding: 100px 0;
}
.bl-stats__bg {
  background-color: #3A3A3A;
  opacity: 0.7;
}
.bl-stats__content {
  gap: 40px;
}
.bl-stats__title {
  font-size: 32px;
  line-height: 1.3;
  color: #FFFFFF;
}
.bl-stats__grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  justify-items: stretch;
}
.bl-stats__grid > :nth-child(4) {
  grid-column: 2;
}
.bl-stat-card {
  background: linear-gradient(180deg, rgba(58, 58, 58, 0.6) 0%, rgba(31, 31, 31, 0.6) 100%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid #666666;
  border-radius: 16px;
  padding: 20px;
  gap: 20px;
  align-items: stretch;
  max-width: none;
  min-height: 126px;
  justify-content: center;
}
.bl-stat-card__value {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  color: #3AF185;
  text-align: center;
}
.bl-stat-card__label {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #FFFFFF;
  text-align: center;
}


/* 07-platform-features */
/* 07 — PLATFORM FEATURES (Figma alignment) */
.bl-platform__grid {
  gap: 32px;
}
.bl-platform__media {
  gap: 40px;
}
.bl-platform__features {
  gap: 24px;
}
.bl-platform__title {
  font-size: 32px;
  line-height: 1.3;
  font-weight: 700;
  color: #3A3A3A;
}
.bl-platform__cta {
  margin-top: 0;
}
.bl-platform .bl-feature {
  background-color: #F1F3F5;
  border-radius: 14px;
  padding: 24px;
  gap: 16px;
}
.bl-platform .bl-feature__title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #3A3A3A;
}
.bl-platform .bl-feature__text {
  font-size: 16px;
  line-height: 24px;
  color: #3A3A3A;
}

/* 08-driver-flow */
/* =====================================================
   08 — DRIVER FLOW — Figma alignment (desktop)
   ===================================================== */
.bl-driver .bl-feature--light {
  border-radius: 14px;
  gap: 16px;
}
.bl-driver .bl-feature__title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}
.bl-driver .bl-feature__text {
  font-size: 16px;
  line-height: 24px;
}
.bl-driver__title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  color: var(--color-gray-20, #3A3A3A);
}
.bl-driver__features { gap: 16px; }
.bl-driver__cta { margin-top: 16px; }

@media (min-width: 1200px) {
  .bl-driver__grid { gap: 40px; }
  .bl-driver .bl-feature--light { padding: 24px; }
}


/* 09-faq */
/* =====================================================
   09 — FAQ (Figma pixel-perfect overrides on white bg)
   ===================================================== */
.faq.bl-faq {
  background-color: #FFFFFF;
  padding: 80px 0;
}
.faq.bl-faq .faq__content {
  max-width: 1148px;
  gap: 40px;
}
.bl-faq__header {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.bl-faq__title {
  font-family: var(--font-primary, 'Ruberoid', sans-serif);
  font-size: 32px;
  font-weight: 700;
  line-height: 41.6px;
  letter-spacing: 0;
  color: #3A3A3A;
  margin: 0;
}
.bl-faq__lead {
  font-family: var(--font-primary, 'Ruberoid', sans-serif);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  color: #3A3A3A;
  margin: 0;
}
.bl-faq .faq__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.bl-faq .faq-item {
  background-color: #FFFFFF;
  border: 1px solid #F1F3F5;
  border-radius: 12px;
  padding: 16px;
}
.bl-faq .faq-item:hover {
  background-color: #FFFFFF;
  border: 1px solid #F1F3F5;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}
.bl-faq .faq-item__toggle {
  gap: 16px;
}
.bl-faq .faq-item__question {
  font-family: var(--font-primary, 'Ruberoid', sans-serif);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
  color: #3A3A3A;
}
.bl-faq .faq-item__icon {
  width: 24px;
  height: 24px;
}
.bl-faq .faq-item__icon::before,
.bl-faq .faq-item__icon::after {
  background-color: #3A3A3A;
}
.bl-faq .faq-item--open .faq-item__icon::before {
  background-color: #3A3A3A;
}
.bl-faq .faq-item__content {
  /* keep theme animation */
}
.bl-faq .faq-item--open .faq-item__content {
  padding-top: 16px;
}
.bl-faq .faq-item__answer {
  font-family: var(--font-primary, 'Ruberoid', sans-serif);
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: 0;
  color: #3A3A3A;
  margin: 0;
}

@media (min-width: 1200px) {
  .faq.bl-faq .faq__content {
    padding: 0;
  }
}

/* 10-contact */
/* =====================================================
   Section 10 — Contact form (#form.contacts-form--card)
   Figma node 23210:25475 — pixel-perfect desktop overrides.
   Scoped to #form so it only affects this page section.
   ===================================================== */

#form.contacts-form--card { padding: 80px 0; background-color: #F1F3F5; }
#form.contacts-form--card .container { max-width: 1148px; padding: 0; }

/* Header: title + subtitle, gap 16px, margin-bottom 24px (to card) */
#form.contacts-form--card .contacts-form__header {
  gap: 16px;
  margin-bottom: 24px;
}

#form.contacts-form--card .contacts-form__title {
  font-family: var(--font-primary);
  font-weight: var(--font-bold);
  font-size: 32px;
  line-height: 41.6px;
  letter-spacing: 0;
  color: #1F1F1F;
  margin: 0;
}

#form.contacts-form--card .contacts-form__subtitle {
  font-family: var(--font-primary);
  font-weight: var(--font-regular);
  font-size: 16px;
  line-height: 24px;
  color: #525252;
  margin: 0;
}

/* White card */
#form.contacts-form--card .contacts-form__form {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 32px;
}

/* Internal gap 20px between grid rows, between rows and footer */
#form.contacts-form--card .contacts-form__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

#form.contacts-form--card .contacts-form__footer {
  margin-top: 20px;
  gap: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#form.contacts-form--card .contacts-form__footer > .checkbox,
#form.contacts-form--card .contacts-form__footer > .wpcf7-form-control-wrap {
  align-self: flex-start;
}
#form.contacts-form--card .wpcf7-submit,
#form.contacts-form--card button[type="submit"] {
  align-self: center !important;
  min-width: 229px;
}

/* Input label — Bold 16/21.6 #3A3A3A */
#form.contacts-form--card .input__label,
#form.contacts-form--card .input-phone__label,
#form.contacts-form--card .input-dropdown__label {
  font-family: var(--font-primary);
  font-weight: var(--font-bold);
  font-size: 16px;
  line-height: 21.6px;
  color: #3A3A3A;
}

/* Label → field gap = 10px (per Figma "Input" itemSpacing) */
#form.contacts-form--card .input,
#form.contacts-form--card .input-phone,
#form.contacts-form--card .input-dropdown {
  gap: 10px;
}

/* Consent row — checkbox 32px + description 12/19.2 #3A3A3A, gap 8px */
#form.contacts-form--card .contacts-form__consent,
#form.contacts-form--card .wpcf7-acceptance .wpcf7-list-item {
  gap: 8px;
}

#form.contacts-form--card .contacts-form__consent-text,
#form.contacts-form--card .wpcf7-acceptance .wpcf7-list-item-label {
  font-family: var(--font-primary);
  font-weight: var(--font-regular);
  font-size: 12px;
  line-height: 19.2px;
  color: #3A3A3A;
}

#form.contacts-form--card .contacts-form__consent a,
#form.contacts-form--card .wpcf7-acceptance .wpcf7-list-item-label a {
  font-family: var(--font-primary);
  font-weight: var(--font-bold);
  font-size: 12px;
  line-height: 16.2px;
  color: #3DD078;
  text-decoration: none;
  border-bottom: 1px solid #3DD078;
}

/* Submit button — 229×60, padding 10px 30px, radius 12, bg #3AF185, label 16/24 Bold #3A3A3A */
#form.contacts-form--card .wpcf7-submit,
#form.contacts-form--card button[type="submit"] {
  padding: 10px 30px;
  min-height: 60px;
  border-radius: 12px;
  background: #3AF185;
  color: #3A3A3A;
  font-family: var(--font-primary);
  font-weight: var(--font-bold);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  border: 0;
}

#form.contacts-form--card .wpcf7-submit:hover,
#form.contacts-form--card button[type="submit"]:hover {
  background: #34D976;
}

/* Radio delivery method group — 12px gap between options (already set), 9px gap label-to-text */
#form.contacts-form--card .contacts-form__radios .wpcf7-radio { gap: 12px; }
#form.contacts-form--card .contacts-form__radios .wpcf7-list-item label { gap: 9px; }

/* Default unselected radio label color #525252; selected #1F1F1F (already set) */
#form.contacts-form--card .contacts-form__radios .wpcf7-list-item-label {
  font-size: 16px;
  line-height: 24px;
  color: #525252;
}

@media (min-width: 1200px) {
  #form.contacts-form--card .container { max-width: 1148px; }
}


/* 11-cta-banner */
/* =====================================================
   11 — CTA BANNER — Figma desktop overrides
   Figma: 1440x202, padding 80px 146px, title H2 32/41.6 Bold #FFF
   ===================================================== */
.bl-cta {
  padding: 80px 0;
  min-height: 202px;
}
.bl-cta__content {
  padding: 0 146px;
  max-width: 1440px;
  margin: 0 auto;
}
.bl-cta__title {
  font-size: 32px;
  line-height: 41.6px;
  font-weight: 700;
  letter-spacing: 0;
  color: #FFFFFF;
  text-align: center;
}

@media (min-width: 1200px) {
  .bl-cta { padding: 80px 0; min-height: 202px; }
  .bl-cta__title { font-size: 32px; line-height: 41.6px; }
}

/* ==========================================================================
   Figma alignment — Round 3 (content+visual)
   ========================================================================== */

/* 06-stats — real Figma photo background + glass overlay */
.bl-stats {
  background-color: #1F1F1F !important;
  /* background-image (gradient + photo) set inline from ACF (bl_stats_bg_image) with theme path fallback */
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.bl-stats__bg { display: none !important; }

/* 05-ecosystem — icons already have proper Figma colors (light gray tile + dark icon + green accent)
   built into the SVG. No CSS filter needed. */

/* Card: TRANSPARENT bg + 1px light gray border, NOT gradient fill.
   Icon container: NO bg (SVG has built-in 60×60 tile).
   Per Figma node 23210:25339. */
.bl-eco-card {
  background: transparent !important;
  background-image: none !important;
  background-color: transparent !important;
  border: 1px solid #F1F3F5 !important;
  border-radius: 16px;
  padding: 24px;
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start;
  gap: 12px;
}
.bl-eco-card__icon {
  width: 60px !important;
  height: 60px !important;
  background: transparent !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  flex: 0 0 60px !important;
  display: block !important;
  padding: 0 !important;
}
.bl-eco-card__icon img,
.bl-eco-card__icon svg {
  width: 60px !important;
  height: 60px !important;
  display: block !important;
}
.bl-eco-card__body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}

/* 08-driver-flow — no shadow/border-radius per Figma */

/* ==========================================================================
   Hero Round 4 — pixel-perfect fixes
   ========================================================================== */

/* === bg === */
/* Figma hero (23210:25226): IMAGE fill, scaleMode FILL, opacity 1.0, full 1440px width edge-to-edge.
   Current state used background-size:cover which over-cropped the sparse left-side dots.
   Use natural 1440px tiling so the raster dot-pattern spans the full hero width at full opacity. */
.hero.bl-hero,
.bl-hero {
  position: relative;
  overflow: hidden;
}
.bl-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  opacity: 1 !important;
  background-color: #1F1F1F !important;
  /* background-image set inline from ACF (bl_hero_bg_image) with theme path fallback */
  background-size: 1440px auto !important;
  background-position: center center !important;
  background-repeat: repeat !important;
}
.bl-hero__bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  display: block;
}

/* === h1-typography === */
/* Figma 'Main Headline': Ruberoid Bold 40/52, letter-spacing 1.2px, uppercase, container 729px */
.bl-hero__title {
  font-family: var(--font-primary);
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: 1.2px;
  color: var(--color-white);
  text-transform: uppercase;
  max-width: 729px;
  white-space: normal;
}
@media (min-width: 1200px) {
  .bl-hero__title {
    font-size: 40px;
    line-height: 52px;
    letter-spacing: 1.2px;
    white-space: normal;
  }
}
@media (max-width: 768px) {
  .bl-hero__title {
    font-size: 32px;
    line-height: 1.3;
    letter-spacing: 0.96px;
  }
}
@media (max-width: 480px) {
  .bl-hero__title {
    font-size: 26px;
    line-height: 1.25;
    letter-spacing: 0.78px;
    word-break: break-word;
  }
}

/* === btn-hover === */
/* Match hover tint to visible stroke color #3AF185 (--color-green-60), not #3DD078 */
.btn--outline:hover {
  background-color: rgba(58, 241, 133, 0.10);
  border-color: var(--color-green-60);
  color: var(--color-gray-20);
}

/* === decor-aspect === */
/* Figma frame EF_0-billing_Vsi 1 = 338.85 x 389.99 (round 339 x 390), aspect 339/390 = 0.8689 */
.bl-hero__decor {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 339px;
  height: 390px;
  aspect-ratio: 339 / 390;
  pointer-events: none;
  z-index: 1;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .bl-hero__decor {
    width: 278px;
    height: 320px;
    aspect-ratio: 339 / 390;
  }
  .bl-hero__decor-0 { font-size: 280px; }
  .bl-hero__decor-percent { font-size: 160px; }
  .bl-hero__decor-billing { font-size: 70px; }
}
@media (max-width: 640px) {
  .bl-hero__decor {
    width: 200px;
    height: 230px;
    aspect-ratio: 339 / 390;
  }
  .bl-hero__decor-0 { font-size: 200px; }
  .bl-hero__decor-percent { font-size: 120px; }
  .bl-hero__decor-billing { font-size: 56px; }
}

/* === num-card-bg === */
/* Figma: fill rgba(255,255,255,0.04), stroke rgba(255,255,255,0.08) 1px, radius 16, padding 24, no blur */
.bl-num-card {
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 20px;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* ==========================================================================
   RnD Round 2 — Figma alignment
   02 — RnD — Figma alignment Round 3 (pixel-perfect)
   Replaces the existing Round-2 02-rnd block.
   ========================================================================== */

/* Outer content column matches Figma 1148 width, 40px gap between heading row
   and photo rows (Figma Section itemSpacing = 40). */
.bl-rnd__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1148px;
  margin-left: auto;
  margin-right: auto;
}

/* Eyebrow is hidden in Figma (Heading2 visible:false) */
.bl-rnd__eyebrow { display: none; }

/* Grid: 2 cols × 2 rows. Row1 = [text-block | main photo], Row2 = [photo | photo].
   32px column + row gap matches Figma (row1 itemSpacing 32, row2 gridColumnGap 32). */
.bl-rnd__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: 32px;
  row-gap: 32px;
  max-width: 1148px;
  margin-left: auto;
  margin-right: auto;
  align-items: center; /* counterAxisAlignItems:CENTER on Figma row 1 */
}

/* Text block: vertical, 20px gap (Figma itemSpacing 20), centered vertically next to main photo. */
.bl-rnd__text-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}

/* H3 — Ruberoid Bold 32 / 41.6 / #3A3A3A */
.bl-rnd__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;       /* 41.6px */
  letter-spacing: 0;
  color: #3A3A3A;
  margin: 0;
}

/* Body — 16 / 24 / #525252 */
.bl-rnd__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: #525252;
}
.bl-rnd__text p { margin: 0 0 10px; }
.bl-rnd__text p:last-child { margin-bottom: 0; }

/* Photos — radius 10, Figma aspect ratios, white bg, no shadow */
.bl-rnd__photo {
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 558 / 280;
  background-color: #FFFFFF;
  box-shadow: none;
}
.bl-rnd__photo--main {
  aspect-ratio: 558 / 300;
  box-shadow: none;
}

.bl-rnd__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;  /* drop bottom bias; Figma scaleMode FILL is centered */
  display: block;
}

@media (max-width: 1024px) {
  .bl-rnd { padding: 60px 0; }
  .bl-rnd__grid { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .bl-rnd__photo,
  .bl-rnd__photo--main { aspect-ratio: 16 / 9; }
}
@media (max-width: 767px) {
  .bl-rnd { padding: 48px 0; }
  .bl-rnd__title { font-size: 22px; line-height: 1.3; }
}

/* ==========================================================================
   Mobile fixes — Round 4 (after desktop pixel-perfect work)
   ========================================================================== */

/* 01-hero */
@media (max-width: 767px) {
  /* Release main from desktop right-rail reservation that was collapsing it on mobile */
  .bl-hero__main {
    max-width: 100%;
    width: 100%;
    gap: 24px;
  }
  .bl-hero__text { max-width: 100%; gap: 16px; }

  /* Title: bigger, allow 2-line wrap matching Figma */
  .bl-hero__title {
    font-size: 36px;
    line-height: 1.1;
    letter-spacing: 0.01em;
    word-break: normal;
    overflow-wrap: anywhere;
  }
  .bl-hero__eyebrow { font-size: 14px; letter-spacing: 0.05em; }
  .bl-hero__desc { font-size: 15px; line-height: 1.5; }

  /* CTAs: auto width, left-aligned (NOT full width) */
  .bl-hero__cta {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 12px;
  }
  .bl-hero__cta .btn {
    width: auto;
    min-width: 0;
    flex: 0 0 auto;
    padding: 14px 28px;
    white-space: nowrap;
  }

  /* Numbers: 2x2 grid (force grid over flex), fluid card width */
  .bl-hero__numbers {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 12px;
    max-width: 100%;
    width: 100%;
  }
  .bl-num-card {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    max-width: 100%;
    height: auto;
    min-height: 120px;
    padding: 16px;
    box-sizing: border-box;
  }
  .bl-num-card__value { font-size: 22px; font-weight: 700; }
  .bl-num-card__text { font-size: 14px; line-height: 1.4; }

  /* Decor: move BELOW content as full-width static banner (no overlap) */
  .bl-hero__decor {
    position: static;
    transform: none;
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 394 / 320;
    margin-top: 24px;
    overflow: hidden;
    display: block;
  }
  .bl-hero__decor-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }

  /* Container content gap so decor sits below cards as in Figma */
  .bl-hero__content { display: flex; flex-direction: column; gap: 0; }
}

/* 02-rnd */
@media (max-width: 767px) {
  .bl-rnd { padding: 48px 0; }

  .bl-rnd__content { gap: 24px; }

  .bl-rnd__text-block { gap: 16px; }

  .bl-rnd__title {
    font-size: 28px;
    line-height: 1.25;
  }

  .bl-rnd__text { font-size: 15px; line-height: 1.5; }
  .bl-rnd__text p { margin: 0 0 12px; }

  /* Mobile layout: text-block full width, main photo full width,
     remaining photos in a 2-col row */
  .bl-rnd__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 12px;
    row-gap: 16px;
  }

  .bl-rnd__text-block { grid-column: 1 / -1; }
  .bl-rnd__photo--main { grid-column: 1 / -1; }

  .bl-rnd__photo--main { aspect-ratio: 358 / 200; }
  .bl-rnd__photo {
    aspect-ratio: 1 / 1;
    border-radius: 10px;
  }
  .bl-rnd__photo--thumb {
    aspect-ratio: 165 / 280;
    border-radius: 10px;
    width: 100%;
    height: 280px;
  }
  .bl-rnd__photo img {
    width: 100% !important;
    height: 300px !important;
    object-fit: cover !important;
    display: block !important;
  }
  img.is-loaded {
    width: 100% !important;
    height: 300px;
    object-fit: cover !important;
    display: block !important;
  }
}

/* 03-conditions-howworks */
@media (max-width: 767px) {
  .bl-how__grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 16px;
  }
  .bl-how__content { gap: 24px; max-width: 100%; }
  .bl-how__title { font-size: 28px; line-height: 1.25; }

  .bl-period-card {
    padding: 24px;
    min-height: 0;
    gap: 12px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }
  .bl-period-card__head {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
  }
  .bl-period-card__value { font-size: 56px; line-height: 1; }
  .bl-period-card__label {
    font-size: 13px;
    line-height: 1.4;
    margin-top: 8px;
    white-space: nowrap;
    color: #B1B2B5;
  }
  .bl-period-card__text {
    font-size: 16px;
    line-height: 1.45;
    font-weight: 500;
  }

  .bl-how__cta { justify-content: center; margin-top: 8px; }
  .bl-how__cta .btn { padding: 12px 24px; font-size: 15px; width: auto; }
}

/* 04-target */
@media (max-width: 767px) {
  .bl-target { padding: 48px 0; }
  .bl-target__content { gap: 24px; }
  .bl-target__title { font-size: 28px; line-height: 1.25; }
  .bl-target__grid { gap: 16px; }
  .bl-audience-card { padding: 24px; min-height: 0; gap: 12px; border-radius: 16px; }
  .bl-audience-card__divider { width: 40px; height: 4px; }
  .bl-audience-card__title { font-size: 18px; line-height: 1.4; }
  .bl-audience-card__text { font-size: 15px; line-height: 1.5; }
  .bl-target__note { font-size: 14px; line-height: 1.55; margin-top: 8px; }
}

/* 05-solutions-ecosystem */
@media (max-width: 767px) {
  .bl-eco__grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 16px !important;
  }
  .bl-eco-card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 20px !important;
    gap: 16px !important;
    box-sizing: border-box;
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start;
  }
  .bl-eco-card__icon {
    width: 48px !important;
    height: 48px !important;
    flex: 0 0 48px !important;
  }
  .bl-eco-card__icon img,
  .bl-eco-card__icon svg {
    width: 48px !important;
    height: 48px !important;
  }
  .bl-eco-card__body {
    flex: 1 1 auto;
    min-width: 0;
    gap: 8px;
  }
  .bl-eco-card__title {
    font-size: 18px !important;
    line-height: 1.35 !important;
    word-wrap: break-word;
    overflow-wrap: anywhere;
    hyphens: auto;
  }
  .bl-eco-card__text {
    font-size: 15px !important;
    line-height: 1.5 !important;
    word-wrap: break-word;
    overflow-wrap: anywhere;
  }
  .bl-eco__content { gap: 32px !important; }
  .bl-eco__header { gap: 16px !important; }
  .bl-eco__title { font-size: 28px !important; line-height: 1.25 !important; }
  .bl-eco__lead { font-size: 15px !important; }
}

/* 06-stats */
@media (max-width: 767px) {
  .bl-stats__content {
    gap: 32px;
    align-items: stretch;
  }
  .bl-stats__title {
    text-align: left;
  }
  .bl-stats__grid {
    gap: 16px;
    display: inline-flex;
    /* gap: 10px; */
    flex-direction: column;
  }
  .bl-stat-card {
    max-width: 100%;
    padding: 24px 20px;
    gap: 16px;
    border-radius: 20px;
  }
  .bl-stat-card__value {
    font-size: 40px;
    line-height: 1.05;
  }
  .bl-stat-card__label {
    font-size: 15px;
    text-align: center;
  }
}

/* 07-platform-features */
@media (max-width: 767px) {
  .bl-platform__grid { gap: 56px; }
  .bl-platform__media { gap: 48px; }
  .bl-platform__features { gap: 16px; }
  .bl-platform__title { font-size: 28px; line-height: 1.25; }
  .bl-platform__photo { border-radius: 16px 0 0 16px; margin-right: -16px; }
  .bl-platform__photo img { width: 100%; height: auto; object-fit: cover; }
  .bl-platform .bl-feature { padding: 24px; border-radius: 16px; gap: 12px; }
  .bl-platform .bl-feature__title { font-size: 18px; line-height: 1.4; }
  .bl-platform .bl-feature__text { font-size: 15px; line-height: 1.5; }
  .bl-platform__cta { margin-top: 8px; }
  .bl-platform__cta .btn { align-self: flex-start; width: auto; }
}

/* 08-driver-flow */
@media (max-width: 767px) {
  .bl-driver { padding: 48px 0; }
  .bl-driver__grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .bl-driver__media {
    order: 0;
    gap: 24px;
    position: static;
  }
  .bl-driver__features {
    order: 1;
    gap: 12px;
  }
  .bl-driver__title {
    font-size: 26px;
    line-height: 1.25;
  }
  .bl-driver__photo img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .bl-driver .bl-feature--light {
    padding: 20px;
    border-radius: 14px;
    gap: 12px;
  }
  .bl-driver .bl-feature__title {
    font-size: 17px;
    line-height: 1.4;
  }
  .bl-driver .bl-feature__text {
    font-size: 15px;
    line-height: 1.5;
  }
  .bl-driver__cta {
    margin-top: 8px;
  }
  .bl-driver__cta .btn {
    width: auto;
    align-self: flex-start;
  }
}

/* 09-faq */
@media (max-width: 767px) {
  .faq.bl-faq { padding: 48px 0; }
  .faq.bl-faq .faq__content { gap: 32px; }

  .bl-faq__header { gap: 16px; }
  .bl-faq__title {
    font-size: 36px;
    line-height: 1.15;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .bl-faq__lead {
    font-size: 15px;
    line-height: 22px;
  }

  .bl-faq .faq__list { gap: 12px; }
  .bl-faq .faq-item { padding: 18px 20px; border-radius: 12px; }
  .bl-faq .faq-item__toggle { gap: 12px; align-items: flex-start; }
  .bl-faq .faq-item__question {
    font-size: 15px;
    line-height: 22px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .bl-faq .faq-item__icon { width: 20px; height: 20px; flex-shrink: 0; margin-top: 2px; }
  .bl-faq .faq-item__answer {
    font-size: 14px;
    line-height: 21px;
  }
  .bl-faq .faq-item--open .faq-item__content { padding-top: 12px; }
}

/* 10-contact */
@media (max-width: 767px) {
  /* Section padding + side gutters so card doesn't kiss viewport edges */
  #form.contacts-form--card { padding: 48px 0; }
  #form.contacts-form--card .container { padding: 0 16px; max-width: 100%; }

  /* Title scales down for 394px viewport (Figma mobile: ~28/36) */
  #form.contacts-form--card .contacts-form__header {
    gap: 12px;
    margin-bottom: 20px;
  }
  #form.contacts-form--card .contacts-form__title {
    font-size: 28px;
    line-height: 36px;
  }
  #form.contacts-form--card .contacts-form__subtitle {
    font-size: 14px;
    line-height: 21px;
  }

  /* White card padding tightens to 20px so inputs reach full available width */
  #form.contacts-form--card .contacts-form__form {
    padding: 20px;
    border-radius: 16px;
  }

  /* CRITICAL: collapse 2-col grid to single column — PROD shows fields clipped side-by-side */
  #form.contacts-form--card .contacts-form__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  /* Inputs span full card width, no overflow */
  #form.contacts-form--card .contacts-form__grid > * {
    min-width: 0;
    width: 100%;
  }
  #form.contacts-form--card .input,
  #form.contacts-form--card .input-phone,
  #form.contacts-form--card .input-dropdown {
    width: 100%;
  }
  #form.contacts-form--card .input input,
  #form.contacts-form--card .input-phone input,
  #form.contacts-form--card .input-dropdown input,
  #form.contacts-form--card .input-dropdown select {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  /* Footer: stack consent + submit, submit full card-width per Figma */
  #form.contacts-form--card .contacts-form__footer {
    margin-top: 16px;
    gap: 16px;
    align-items: stretch;
  }
  #form.contacts-form--card .wpcf7-submit,
  #form.contacts-form--card button[type="submit"] {
    align-self: stretch !important;
    width: 100%;
    min-width: 0;
    min-height: 56px;
  }

  /* Radios: stay single column, but tighten so labels don't wrap awkwardly */
  #form.contacts-form--card .contacts-form__radios .wpcf7-radio {
    flex-direction: column;
    gap: 12px;
  }
  #form.contacts-form--card .contacts-form__radios .wpcf7-list-item-label {
    font-size: 14px;
    line-height: 21px;
  }

  /* Consent text + checkbox — ensure no horizontal overflow */
  #form.contacts-form--card .contacts-form__consent,
  #form.contacts-form--card .wpcf7-acceptance .wpcf7-list-item {
    align-items: flex-start;
  }
  #form.contacts-form--card .contacts-form__consent-text,
  #form.contacts-form--card .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 12px;
    line-height: 18px;
  }

  /* Cloudflare Turnstile iframe — keep within card */
  #form.contacts-form--card .cf-turnstile,
  #form.contacts-form--card .cf-turnstile iframe {
    max-width: 100% !important;
  }
}

/* 11-cta-banner */
@media (max-width: 767px) {
  .bl-cta { padding: 56px 16px; min-height: 0; }
  .bl-cta__content { padding: 0; max-width: 100%; }
  .bl-cta__title {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
  }
}

/* === bl-rnd mobile — Figma 23210:28871 (collapse gap, object-fit cover) === */
@media (max-width: 767px) {
  .bl-rnd__grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    grid-auto-rows: auto !important;
    column-gap: 12px !important;
    row-gap: 16px !important;
    align-items: start !important;
    align-content: start !important;
  }
  .bl-rnd__text-block { grid-column: 1 / -1 !important; }
  .bl-rnd__photo--main {
    grid-column: 1 / -1 !important;
    aspect-ratio: 358 / 240 !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
  }
  .bl-rnd__photo:not(.bl-rnd__photo--thumb):not(.bl-rnd__photo--main) {
    aspect-ratio: 1 / 1 !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
  }
  .bl-rnd__photo--thumb {
    aspect-ratio: 165 / 280 !important;
    border-radius: 10px !important;
    width: 100% !important;
    height: 280px !important;
  }
}
