.yom-promo-hero-card {
  position: absolute;
  top: clamp(76px, 8.2vh, 104px);
  left: 50%;
  z-index: 30;
  width: min(1180px, calc(100vw - 64px));
  min-height: 102px;
  display: grid;
  grid-template-columns: minmax(360px, 1fr) 180px 160px 210px;
  align-items: center;
  gap: 0;
  overflow: hidden;
  padding: 16px 24px;
  border: 1px solid rgba(0, 153, 88, 0.22);
  border-radius: 10px;
  background:
    radial-gradient(circle at 18% 0%, rgba(0, 255, 144, 0.14), transparent 38%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(244, 251, 247, 0.92));
  box-shadow: 0 16px 54px rgba(3, 22, 14, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.95);
  color: #050706;
  font-family: "Public Sans", Arial, sans-serif;
  transform: translateX(-50%);
  backdrop-filter: blur(16px);
}

.yom-promo-hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(0, 153, 88, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 153, 88, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
}

.yom-promo-hero-card__content,
.yom-promo-hero-card__stat,
.yom-promo-hero-card__primary {
  position: relative;
  z-index: 1;
}

.yom-promo-hero-card__content {
  padding-right: 28px;
}

.yom-promo-hero-card__topline {
  margin-bottom: 8px;
  color: #00834e;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.yom-promo-hero-card__title {
  margin: 0;
  color: #050706;
  font-size: clamp(26px, 2.4vw, 36px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.02;
  white-space: nowrap;
}

.yom-promo-hero-card__title span {
  color: #00a965;
}

.yom-promo-hero-card__title small {
  margin-left: 6px;
  color: rgba(5, 7, 6, 0.42);
  font-size: 14px;
  font-weight: 800;
}

.yom-promo-hero-card__copy {
  margin: 7px 0 0;
  color: #050706;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.2;
}

.yom-promo-hero-card__stat {
  min-height: 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 30px;
  border-left: 1px solid rgba(5, 7, 6, 0.1);
}

.yom-promo-hero-card__stat strong {
  color: #050706;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
}

.yom-promo-hero-card__stat span {
  margin-top: 7px;
  color: rgba(5, 7, 6, 0.44);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.yom-promo-hero-card__primary {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-left: 28px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, #00ff90, #00b86b);
  box-shadow: 0 14px 28px rgba(0, 153, 88, 0.22);
  color: #03100b;
  cursor: pointer;
  font-family: inherit;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}

.yom-promo-hero-card__primary::before {
  content: "";
  width: 16px;
  height: 16px;
  background: currentColor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath d='M19 7V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-2'/%3E%3Cpath d='M15 7h5a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1h-5a4 4 0 0 1 0-10Z'/%3E%3Cpath d='M17 12h.01'/%3E%3C/svg%3E") center / contain no-repeat;
}

.yom-promo-hero-card__primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(0, 153, 88, 0.28);
}

@media (max-width: 980px) {
  .yom-promo-hero-card {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: calc(100vw - 32px);
    max-width: none;
    margin: 132px auto 24px;
    grid-template-columns: 1fr 1fr;
    row-gap: 16px;
    min-height: 0;
    padding: 18px;
  }

  .yom-promo-hero-card__content {
    grid-column: 1 / -1;
    padding-right: 0;
  }

  .yom-promo-hero-card__title {
    white-space: normal;
  }

  .yom-promo-hero-card__stat {
    min-height: 52px;
    padding: 0 18px 0 0;
    border-left: 0;
  }

  .yom-promo-hero-card__primary {
    grid-column: 1 / -1;
    margin-left: 0;
    width: 100%;
  }
}

@media (max-width: 520px), (max-device-width: 520px) {
  .yom-promo-hero-card {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: calc(100vw - 32px);
    max-width: none;
    margin: 132px auto 22px;
    grid-template-columns: minmax(0, 1fr) 116px;
    gap: 8px 10px;
    padding: 10px 12px;
    border-radius: 12px;
    box-shadow: 0 10px 34px rgba(3, 22, 14, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.95);
  }

  .yom-promo-hero-card__content {
    grid-column: 1;
    min-width: 0;
  }

  .yom-promo-hero-card__topline {
    display: none;
  }

  .yom-promo-hero-card__title {
    max-width: 100%;
    font-size: 17px;
    line-height: 1.08;
    white-space: normal;
  }

  .yom-promo-hero-card__title small {
    display: none;
  }

  .yom-promo-hero-card__copy {
    display: none;
  }

  .yom-promo-hero-card__stat {
    min-height: 30px;
    justify-content: center;
    padding: 5px 8px;
    border-left: 0;
    border-radius: 8px;
    background: rgba(0, 153, 88, 0.055);
  }

  .yom-promo-hero-card__stat strong {
    font-size: 13px;
    line-height: 1;
    white-space: normal;
  }

  .yom-promo-hero-card__stat span {
    margin-top: 3px;
    font-size: 7px;
    letter-spacing: 0.08em;
    white-space: normal;
  }

  .yom-promo-hero-card__primary {
    grid-column: 2;
    grid-row: 1;
    width: auto;
    min-height: 34px;
    margin: 0;
    padding: 0 10px;
    gap: 6px;
    font-size: 12px;
  }

  .yom-promo-hero-card__primary::before {
    width: 14px;
    height: 14px;
  }

  .yom-hero-first-paint {
    height: auto !important;
    min-height: calc(100vh - 254px);
  }

  astro-island[component-url*="SimpleHero"] > div,
  .yom-hero-first-paint {
    height: auto !important;
    min-height: calc(100vh - 254px);
  }

  astro-island[component-url*="SimpleHero"] .relative.z-10.h-full,
  astro-island[component-url*="SimpleHero"] .h-full.max-w-7xl {
    height: auto !important;
  }

  astro-island[component-url*="SimpleHero"] .grid,
  .yom-hero-first-paint .grid {
    align-items: start !important;
    padding-top: 56px !important;
    padding-bottom: 64px !important;
    min-height: 0 !important;
  }
}

@media (max-width: 380px), (max-device-width: 380px) {
  .yom-promo-hero-card {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    grid-template-columns: minmax(0, 1fr) 108px;
    padding: 10px 11px;
  }

  .yom-promo-hero-card__title {
    font-size: 17px;
  }

  .yom-promo-hero-card__stat strong {
    font-size: 12px;
  }

  .yom-promo-hero-card__primary {
    min-height: 34px;
    padding: 0 8px;
    font-size: 11px;
  }
}
