.astro-about {
    padding: 148px 20px;
  }
  
  .astro-about__container {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .astro-about__hero {
    margin-bottom: 32px;
    padding: 32px;
    border-radius: 24px;
    background: linear-gradient(135deg, #111827 0%, #1f2937 100%);
    color: #ffffff;
  }
  
  .astro-about__label {
    display: inline-block;
    margin-bottom: 12px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  
  .astro-about__title {
    margin: 0 0 16px;
    font-size: 38px;
    line-height: 1.15;
    font-weight: 800;
    color: #ffffff;
  }
  
  .astro-about__lead {
    margin: 0;
    max-width: 920px;
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.92);
  }
  
  .astro-about__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 24px;
  }
  
  .astro-about__card {
    height: 100%;
    padding: 28px 24px;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(17, 24, 39, 0.08);
    border: 1px solid #edf0f3;
  }
  
  .astro-about__card-title {
    margin: 0 0 14px;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 800;
    color: #111827;
  }
  
  .astro-about__card-text {
    margin: 0;
    font-size: 16px;
    line-height: 1.75;
    color: #374151;
  }
  
  .astro-about__card-text + .astro-about__card-text {
    margin-top: 14px;
  }
  
  .astro-about__cta {
    margin-top: 32px;
    padding: 28px;
    border-radius: 24px;
    background: linear-gradient(135deg, #7c3aed 0%, #2563eb 100%);
    text-align: center;
    color: #ffffff;
  }
  
  .astro-about__cta-title {
    margin: 0 0 10px;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 800;
    color: #ffffff;
  }
  
  .astro-about__cta-text {
    margin: 0 0 20px;
    font-size: 17px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.95);
  }
  
  .astro-about__cta-shortcode {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  @media (max-width: 991px) {
    .astro-about__grid {
      grid-template-columns: 1fr;
    }
  
    .astro-about__title {
      font-size: 32px;
    }
  
    .astro-about__hero {
      padding: 24px;
    }
  
    .astro-about__card {
      padding: 24px 20px;
    }
  
    .astro-about__cta {
      padding: 24px 20px;
    }
  }
  
  @media (max-width: 575px) {
    .astro-about {
      padding: 32px 16px;
    }
  
    .astro-about__title {
      font-size: 28px;
    }
  
    .astro-about__lead {
      font-size: 16px;
    }
  
    .astro-about__card-title {
      font-size: 22px;
    }
  
    .astro-about__card-text,
    .astro-about__cta-text {
      font-size: 15px;
    }
  
    .astro-about__cta-title {
      font-size: 24px;
    }
  }

  /* CONTACT PAGE STYLES */
  .astro-contacts-page {
    padding: 148px 20px 64px;
  }
  
  .astro-contacts-page__container {
    max-width: 1240px;
    margin: 0 auto;
  }
  
  .astro-contacts-page__hero {
    margin-bottom: 28px;
    padding: 32px;
    border-radius: 28px;
    background: linear-gradient(135deg, #111827 0%, #1f2937 100%);
    color: #fff;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.14);
  }
  
  .astro-contacts-page__label {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 6px 14px;
    margin-bottom: 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  
  .astro-contacts-page__title {
    margin: 0 0 14px;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.1;
    font-weight: 800;
    color: #fff;
  }
  
  .astro-contacts-page__lead {
    max-width: 820px;
    margin: 0;
    font-size: 17px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
  }
  
  .astro-contacts-page__grid {
    display: grid;
    grid-template-columns: minmax(320px, 0.95fr) minmax(320px, 1.05fr);
    gap: 24px;
  }
  
  .astro-contacts-card,
  .astro-map-card {
    height: 100%;
    padding: 28px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid #edf0f3;
    box-shadow: 0 12px 34px rgba(17, 24, 39, 0.08);
  }
  
  .astro-contacts-card__title,
  .astro-map-card__title {
    margin: 0 0 20px;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 800;
    color: #111827;
  }
  
  .astro-map-card__text {
    margin: 0 0 18px;
    font-size: 16px;
    line-height: 1.65;
    color: #4b5563;
  }
  
  .astro-contacts-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
  }
  
  .astro-contacts-item + .astro-contacts-item {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #edf0f3;
  }
  
  .astro-contacts-item__icon {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #7c3aed 0%, #2563eb 100%);
    color: #fff;
    font-size: 18px;
    line-height: 1;
  }
  
  .astro-contacts-item__label {
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #6b7280;
  }
  
  .astro-contacts-item__text {
    font-size: 17px;
    line-height: 1.65;
    color: #111827;
  }
  
  .astro-contacts-item__link {
    display: inline-block;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 700;
    color: #111827;
    text-decoration: none;
    transition: color 0.25s ease, opacity 0.25s ease;
  }
  
  .astro-contacts-item__link:hover {
    color: #2563eb;
  }
  
  .astro-contacts-social {
    margin-top: 6px;
  }
  
  .astro-contacts-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    transition: transform 0.25s ease, opacity 0.25s ease;
  }
  
  .astro-contacts-social a:hover {
    transform: translateY(-2px);
    opacity: 0.9;
  }
  
  .astro-contacts-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #edf0f3;
  }
  
  .astro-contacts-actions__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 12px 20px;
    border-radius: 999px;
    background: #f3f4f6;
    color: #111827;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
  }
  
  .astro-contacts-actions__btn:hover {
    transform: translateY(-2px);
    background: #e5e7eb;
  }
  
  .astro-contacts-actions__btn--primary {
    background: linear-gradient(135deg, #7c3aed 0%, #2563eb 100%);
    color: #fff;
  }
  
  .astro-contacts-actions__btn--primary:hover {
    background: linear-gradient(135deg, #6d28d9 0%, #1d4ed8 100%);
    color: #fff;
  }
  
  .astro-map-card__frame {
    min-height: 460px;
    overflow: hidden;
    border-radius: 20px;
  }
  
  .astro-map-card__frame iframe {
    display: block;
    width: 100%;
    min-height: 100%;
  }
  .astro-contacts-social svg path {
    fill: #000;
}
  
  .astro-contacts-page__cta {
    margin-top: 28px;
  }
  
  .astro-contact-cta {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) auto;
    gap: 24px;
    align-items: center;
    padding: 28px 32px;
    border-radius: 28px;
    background:
      radial-gradient(circle at top right, rgba(119, 72, 255, 0.22), transparent 30%),
      radial-gradient(circle at bottom left, rgba(0, 212, 255, 0.16), transparent 35%),
      linear-gradient(135deg, #101322 0%, #171c30 100%);
    color: #fff;
    box-shadow: 0 18px 46px rgba(15, 23, 42, 0.16);
  }
  
  .astro-contact-cta__subtitle {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  
  .astro-contact-cta__title {
    margin: 0 0 10px;
    font-size: clamp(26px, 3vw, 38px);
    line-height: 1.15;
    font-weight: 800;
    color: #fff;
  }
  
  .astro-contact-cta__text {
    margin: 0;
    max-width: 700px;
    font-size: 17px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.9);
  }
  
  .astro-contact-cta__action {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .astro-contact-cta__action .cta-form-btn,
  .astro-contact-cta__action a,
  .astro-contact-cta__action button,
  .astro-contact-cta__action input[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 14px 28px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #00d4ff 0%, #9d4dff 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 12px 30px rgba(60, 90, 255, 0.28);
    transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
  }
  
  .astro-contact-cta__action .cta-form-btn:hover,
  .astro-contact-cta__action a:hover,
  .astro-contact-cta__action button:hover,
  .astro-contact-cta__action input[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(60, 90, 255, 0.35);
    opacity: 0.96;
  }
  
  @media (max-width: 991px) {
    .astro-contacts-page__grid {
      grid-template-columns: 1fr;
    }
  
    .astro-contact-cta {
      grid-template-columns: 1fr;
      padding: 24px;
    }
  
    .astro-map-card__frame {
      min-height: 380px;
    }
  }
  
  @media (max-width: 575px) {
    .astro-contacts-page {
      padding: 32px 16px 48px;
    }
  
    .astro-contacts-page__hero,
    .astro-contacts-card,
    .astro-map-card,
    .astro-contact-cta {
      padding: 22px 18px;
      border-radius: 22px;
    }
  
    .astro-contacts-card__title,
    .astro-map-card__title {
      font-size: 24px;
    }
  
    .astro-contacts-item__text,
    .astro-contacts-item__link,
    .astro-map-card__text,
    .astro-contacts-page__lead,
    .astro-contact-cta__text {
      font-size: 15px;
    }
  
    .astro-contacts-actions__btn {
      width: 100%;
    }
  
    .astro-map-card__frame {
      min-height: 320px;
      border-radius: 16px;
    }
  }


  .astro-home-advantages,
.astro-home-stats {
  padding: 56px 20px;
}

.astro-home-advantages__container,
.astro-home-stats__container {
  max-width: 1240px;
  margin: 0 auto;
}

.astro-home-advantages__head,
.astro-home-stats__head {
  text-align: center;
  margin-bottom: 28px;
}

.astro-home-advantages__label,
.astro-home-stats__label {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 14px;
  margin-bottom: 14px;
  border-radius: 999px;
  background: rgba(124, 58, 237, 0.08);
  color: #6d28d9;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.astro-home-advantages__title,
.astro-home-stats__title {
  margin: 0 0 12px;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.1;
  font-weight: 800;
  color: #111827;
}

.astro-home-advantages__text {
  max-width: 760px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.7;
  color: #4b5563;
}

.astro-home-advantages__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.astro-adv-card {
  padding: 28px 24px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid #edf0f3;
  box-shadow: 0 12px 34px rgba(17, 24, 39, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.astro-adv-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(17, 24, 39, 0.12);
}

.astro-adv-card__icon {
  width: 56px;
  height: 56px;
  margin-bottom: 18px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #7c3aed 0%, #2563eb 100%);
  color: #fff;
  font-size: 26px;
  line-height: 1;
}

.astro-adv-card__title {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 800;
  color: #111827;
}

.astro-adv-card__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #4b5563;
}

.astro-home-stats__inner {
  padding: 34px 28px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(119, 72, 255, 0.22), transparent 30%),
    radial-gradient(circle at bottom left, rgba(0, 212, 255, 0.16), transparent 35%),
    linear-gradient(135deg, #200438 0%, #310e4e 100%);
    /* background: #200438; */
  color: #fff;
}

.astro-home-stats__title {
  color: #fff;
}

.astro-home-stats__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.astro-stat-card {
  padding: 22px 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  text-align: center;
  backdrop-filter: blur(4px);
}

.astro-stat-card__value {
  margin-bottom: 8px;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.1;
  font-weight: 800;
  color: #fff;
}

.astro-stat-card__label {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.86);
}

@media (max-width: 991px) {
  .astro-home-advantages__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .astro-home-stats__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .astro-home-advantages,
  .astro-home-stats {
    padding: 40px 16px;
  }

  .astro-home-advantages__grid,
  .astro-home-stats__grid {
    grid-template-columns: 1fr;
  }

  .astro-adv-card,
  .astro-stat-card,
  .astro-home-stats__inner {
    border-radius: 22px;
  }

  .astro-home-stats__inner {
    padding: 24px 18px;
  }

  .astro-adv-card__title {
    font-size: 20px;
  }

  .astro-adv-card__text,
  .astro-stat-card__label,
  .astro-home-advantages__text {
    font-size: 15px;
  }
}

.astro-rules-highlight {
    padding: 56px 20px;
  }
  
  .astro-rules-highlight__inner {
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
    gap: 24px;
    align-items: stretch;
  }
  
  .astro-rules-highlight__content {
    padding: 32px;
    border-radius: 28px;
    background: #fff;
    border: 1px solid #edf0f3;
    box-shadow: 0 12px 34px rgba(17, 24, 39, 0.08);
  }
  
  .astro-rules-highlight__label {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 6px 14px;
    margin-bottom: 14px;
    border-radius: 999px;
    background: rgba(124, 58, 237, 0.08);
    color: #6d28d9;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  
  .astro-rules-highlight__title {
    margin: 0 0 12px;
    font-size: clamp(28px, 4vw, 40px);
    line-height: 1.1;
    font-weight: 800;
    color: #111827;
  }
  
  .astro-rules-highlight__text {
    margin: 0 0 24px;
    max-width: 820px;
    font-size: 17px;
    line-height: 1.7;
    color: #4b5563;
  }
  
  .astro-rules-highlight__items {
    display: grid;
    gap: 14px;
  }
  
  .astro-rules-highlight__item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 16px 18px;
    border-radius: 20px;
    background: #f8fafc;
    border: 1px solid #edf0f3;
  }
  
  .astro-rules-highlight__icon {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #7c3aed 0%, #2563eb 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 800;
  }
  
  .astro-rules-highlight__item-text {
    font-size: 16px;
    line-height: 1.65;
    color: #111827;
  }
  
  .astro-rules-highlight__side {
    display: flex;
  }
  
  .astro-rules-highlight__note {
    width: 100%;
    padding: 32px 28px;
    border-radius: 28px;
    background:
      radial-gradient(circle at top right, rgba(119, 72, 255, 0.22), transparent 30%),
      radial-gradient(circle at bottom left, rgba(0, 212, 255, 0.16), transparent 35%),
      linear-gradient(135deg, #101322 0%, #171c30 100%);
    color: #fff;
    box-shadow: 0 18px 46px rgba(15, 23, 42, 0.16);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .astro-rules-highlight__note-title {
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 800;
    color: #fff;
  }
  
  .astro-rules-highlight__note-text {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.9);
  }
  
  .astro-rules-highlight__actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  
  .astro-rules-highlight__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 14px 22px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    transition: transform 0.25s ease, background 0.25s ease, opacity 0.25s ease;
  }
  
  .astro-rules-highlight__btn:hover {
    transform: translateY(-2px);
    opacity: 0.96;
  }
  
  .astro-rules-highlight__btn--primary {
    background: linear-gradient(135deg, #00d4ff 0%, #9d4dff 100%);
    box-shadow: 0 12px 30px rgba(60, 90, 255, 0.28);
  }
  
  @media (max-width: 991px) {
    .astro-rules-highlight__inner {
      grid-template-columns: 1fr;
    }
  }
  
  @media (max-width: 575px) {
    .astro-rules-highlight {
      padding: 40px 16px;
    }
  
    .astro-rules-highlight__content,
    .astro-rules-highlight__note {
      padding: 24px 18px;
      border-radius: 22px;
    }
  
    .astro-rules-highlight__item {
      padding: 14px 14px;
      border-radius: 16px;
    }
  
    .astro-rules-highlight__text,
    .astro-rules-highlight__item-text,
    .astro-rules-highlight__note-text {
      font-size: 15px;
    }
  
    .astro-rules-highlight__note-title {
      font-size: 24px;
    }
  }