/* Guyq24 promo: only the admin Enabled checkbox controls this complete block. */
body .g24-promo {
  background:
    radial-gradient(circle at 11% 19%, rgba(120, 153, 255, 0.12), transparent 25%),
    radial-gradient(circle at 91% 79%, rgba(122, 93, 255, 0.09), transparent 27%),
    linear-gradient(180deg, #fcfdff 0%, #f7f9ff 50%, #fbfcff 100%);
  color: #0a2149;
  font-family: var(--g24-font-family, Arial, "Helvetica Neue", sans-serif);
  overflow: hidden;
  padding: 46px 0 50px;
  position: relative;
}

body .g24-promo::before,
body .g24-promo::after {
  background-image: radial-gradient(circle, #9bbcff 2.5px, transparent 3px);
  background-size: 25px 25px;
  content: "";
  height: 110px;
  opacity: 0.55;
  pointer-events: none;
  position: absolute;
  width: 110px;
}

body .g24-promo::before {
  left: 24px;
  top: 140px;
}

body .g24-promo::after {
  right: 16px;
  top: 410px;
}

body .g24-promo > .container {
  max-width: 1400px;
  position: relative;
  z-index: 1;
}

body .g24-promo__header {
  margin: 0 auto 26px;
  max-width: 760px;
  text-align: center;
}

body .g24-promo__title {
  color: #0a2149;
  font-family: var(--g24-heading-font-family, Arial, "Helvetica Neue", sans-serif);
  font-size: clamp(30px, 2.35vw, 40px);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.08;
  margin: 0;
}

body .g24-promo__subtitle {
  color: #78849e;
  font-size: clamp(14px, 1.1vw, 17px);
  font-weight: 500;
  line-height: 1.5;
  margin: 15px 0 0;
}

body .g24-promo__accent {
  background: #c6d4f4;
  border-radius: 50%;
  display: block;
  height: 7px;
  margin: 18px auto 0;
  position: relative;
  width: 7px;
}

body .g24-promo__accent::before,
body .g24-promo__accent::after {
  border-radius: 20px;
  content: "";
  height: 5px;
  position: absolute;
  top: 0;
  width: 54px;
}

body .g24-promo__accent::before {
  background: linear-gradient(90deg, #8db1ff, #5487f8);
  right: 18px;
}

body .g24-promo__accent::after {
  background: linear-gradient(90deg, #5487f8, #8db1ff);
  left: 18px;
}

body .g24-promo__grid {
  display: grid;
  gap: clamp(20px, 2.6vw, 38px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-width: 0;
}

body .g24-promo-card {
  background:
    radial-gradient(circle at 75% 42%, rgba(136, 171, 255, 0.14), transparent 34%),
    rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(132, 157, 222, 0.25);
  border-radius: 22px;
  box-shadow: 0 24px 70px rgba(38, 64, 124, 0.08);
  display: flex;
  flex-direction: column;
  min-height: 458px;
  min-width: 0;
  overflow: hidden;
  padding: 25px 25px 16px;
  position: relative;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

body .g24-promo-card:hover {
  border-color: rgba(103, 137, 226, 0.38);
  box-shadow: 0 30px 82px rgba(38, 64, 124, 0.14);
}

body .g24-promo-card__main {
  flex: 1 1 auto;
  min-height: 340px;
  min-width: 0;
  position: relative;
}

body .g24-promo-card__hero-icon {
    align-items: center;
    background: linear-gradient(145deg, #2e489d 0%, #2674ac94 58%, #7d70a1 100%);
    border-radius: 15px;
    box-shadow: 0 13px 26px rgba(65, 92, 228, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.28);
    color: #fff;
    display: flex;
    height: 54px;
    justify-content: center;
    position: relative;
    width: 54px;
    z-index: 4;
}

body .g24-promo-card__hero-icon svg {
  height: 29px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 29px;
}

body .g24-promo-card__copy {
  min-width: 0;
  padding-top: 17px;
  position: relative;
  width: 55%;
  z-index: 4;
}

body .g24-promo-card__title {
  color: #0a2149;
  font-family: var(--g24-heading-font-family, Arial, "Helvetica Neue", sans-serif);
  font-size: clamp(21px, 1.55vw, 25px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.14;
  margin: 0;
  overflow-wrap: break-word;
  width: 170%;
}

body .g24-promo-card__lead {
  color: #000256;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.48;
  margin: 11px 0 0;
  overflow-wrap: break-word;
}

body .g24-promo-card__features {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
}

body .g24-promo-card__features li {
  align-items: center;
  color: #193052;
  display: flex;
  font-size: 13px;
  font-weight: 500;
  gap: 10px;
  line-height: 1.55;
  min-height: 41px;
  min-width: 0;
  overflow-wrap: break-word;
}

body .g24-promo-card__features li + li {
  margin-top: 10px;
}

 
body .g24-promo-card__feature-icon {
    align-items: center;
    background: linear-gradient(145deg, #ffffff, #dce8ff);
    border-radius: 50%;
    color: #003878;
    display: flex;
    flex: 0 0 37px;
    height: 37px;
    justify-content: center;
    width: 37px;
}




body .g24-promo-card__feature-icon svg {
  height: 21px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
  width: 21px;
}

body .g24-promo-card__visual {
  bottom: -8px;
  pointer-events: none;
  position: absolute;
  right: -18px;
  top: 10px;
  width: 49%;
  z-index: 2;
}

body .g24-promo-card__image {
  bottom: -8px;
  height: auto;
  max-width: none;
  object-fit: contain;
  position: absolute;
  right: -2%;
  width: 113%;
  z-index: 2;
}

body .g24-promo-card__image--company {
  bottom: -14px;
  width: 111%;
}

body .g24-promo-card__image--house {
  bottom: -11px;
  width: 116%;
}

body .g24-promo-card__button {
  align-items: center;
  background: #1C3440;
  border: 0;
  border-radius: 12px;
  box-shadow: 0 13px 27px rgba(61, 104, 235, 0.25);
  color: #fff !important;
  display: flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  line-height: 1.25;
  min-height: 42px;
  padding: 11px 54px 11px 18px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  transition:
    box-shadow 0.2s ease,
    filter 0.2s ease,
    transform 0.2s ease;
  width: 100%;
  z-index: 5;
}

body .g24-promo-card__button:hover {
  box-shadow: 0 16px 32px rgba(61, 104, 235, 0.34);
  filter: brightness(1.05) saturate(1.06);
}

body .g24-promo-card__button svg {
  height: 23px;
  position: absolute;
  right: 19px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
  width: 23px;
}

body .g24-promo-card__button:hover svg {
  transform: translate(5px, -50%);
}

body .g24-promo-card__note {
  color: #7b879f;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
  margin: 12px 0 0;
  min-height: 15px;
  overflow-wrap: break-word;
  text-align: center;
}

@media (max-width: 1279px) {
  body .g24-promo > .container {
    max-width: 1180px;
  }

  body .g24-promo-card {
    min-height: 455px;
    padding: 22px 21px 15px;
  }

  body .g24-promo-card__main {
    min-height: 328px;
  }

  body .g24-promo-card__copy {
    width: 58%;
  }

  body .g24-promo-card__title {
    font-size: 22px;
    width: 170%;
  }

  body .g24-promo-card__lead {
    font-size: 14px;
  }

  body .g24-promo-card__features li {
    font-size: 12px;
    gap: 9px;
  }

  body .g24-promo-card__visual {
    right: -20px;
    width: 50%;
  }
}

@media (max-width: 991px) {
  body .g24-promo {
    padding: 44px 0 50px;
  }

  body .g24-promo__grid {
    grid-template-columns: minmax(0, 720px);
    justify-content: center;
  }

  body .g24-promo-card {
    min-height: 470px;
    padding: 15px 15px 38px;
  }

  body .g24-promo-card__copy {
    width: 54%;
  }

  body .g24-promo-card__visual {
    right: -18px;
    width: 50%;
  }
}

@media (max-width: 767px) {
  body .g24-promo {
    padding: 34px 0 39px;
  }

  body .g24-promo::before,
  body .g24-promo::after {
    display: none;
  }

  body .g24-promo__header {
    margin-bottom: 22px;
  }

  body .g24-promo__title {
    font-size: clamp(26px, 7.2vw, 32px);
  }

  body .g24-promo__title br,
  body .g24-promo__subtitle br,
  body .g24-promo-card__lead br,
  body .g24-promo-card__features br {
    display: none;
  }

  body .g24-promo__subtitle {
    font-size: 14px;
    margin-top: 12px;
  }

  body .g24-promo__accent {
    margin-top: 16px;
  }

  body .g24-promo-card {
    border-radius: 20px;
    min-height: 0;
    padding: 18px 16px 16px;
  }

  body .g24-promo-card__main {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  body .g24-promo-card__hero-icon {
    border-radius: 13px;
    height: 45px;
    width: 45px;
  }

  body .g24-promo-card__hero-icon svg {
    height: 24px;
    width: 24px;
  }

  body .g24-promo-card__copy {
    padding-top: 15px;
    width: 100%;
  }

  body .g24-promo-card__title {
    font-size: 22px;
    width: 100%;
  }

  body .g24-promo-card__lead {
    font-size: 14px;
    margin-top: 9px;
  }

  body .g24-promo-card__features {
    margin-top: 12px;
  }

  body .g24-promo-card__features li {
    font-size: 13px;
    gap: 10px;
    min-height: 42px;
  }

  body .g24-promo-card__feature-icon {
    flex-basis: 39px;
    height: 39px;
    width: 39px;
  }

  body .g24-promo-card__feature-icon svg {
    height: 21px;
    width: 21px;
  }

  body .g24-promo-card__visual {
    align-self: center;
    bottom: auto;
    height: min(72vw, 280px);
    margin: 5px auto -12px;
    order: 3;
    position: relative;
    right: auto;
    top: auto;
    width: min(92%, 320px);
  }

  body .g24-promo-card__image,
  body .g24-promo-card__image--company,
  body .g24-promo-card__image--house {
    bottom: -8%;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: 108%;
  }

  body .g24-promo-card__button {
    font-size: 14px;
    min-height: 48px;
    padding-right: 52px;
  }

  body .g24-promo-card__button svg {
    height: 21px;
    right: 17px;
    width: 21px;
  }

  body .g24-promo-card__note {
    font-size: 11px;
    margin-top: 11px;
  }
}

@media (max-width: 420px) {
  body .g24-promo-card__visual {
    height: 250px;
  }

  body .g24-promo-card__features li {
    font-size: 13px;
  }
}

@media (min-width: 768px) {
  body .g24-promo--en .g24-promo-card__title {
    width: 150%;
  }

  body .g24-promo--hy .g24-promo-card__title {
    font-size: 20px;
    line-height: 1.22;
    width: 150%;
  }

  body .g24-promo--hy .g24-promo-card__lead {
    font-size: 13px;
    line-height: 1.42;
  }

  body .g24-promo--hy .g24-promo-card__features li {
    font-size: 11.5px;
    line-height: 1.45;
  }

  body .g24-promo--hy .g24-promo-card__note {
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  body .g24-promo--hy .g24-promo-card__title {
    font-size: 20px;
  }

  body .g24-promo--hy .g24-promo-card__lead {
    font-size: 13px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body .g24-promo-card,
  body .g24-promo-card__button,
  body .g24-promo-card__button svg {
    transition: none;
  }
}
