:root {
  --index-accent: #44d62c;
  --index-text: #ffffff;
  --index-muted: rgba(241, 241, 241, 0.78);
  --index-panel: rgba(0, 0, 0, 0.35);
  --index-panel-border: rgba(68, 214, 44, 0.25);
}

.index-page-shell {
  color: var(--index-text);
}

.index-section {
  position: relative;
}

.index-quick-cta {
  font-size: 13px;
  font-style: normal;
  text-transform: none;
  font-weight: normal;
}

.index-page-shell a,
.index-service-link,
.index-accent,
.index-stat-value {
  color: var(--index-accent);
}

.index-service-copy,
.index-stat-label {
  color: var(--index-text);
}

.index-app-download,
.index-primary-cta,
.index-news-section,
.index-hero,
.index-program-grid,
.index-service-grid,
.index-stats-grid {
  position: relative;
}

.index-modal-copy {
  color: #404040;
  font-size: 15px;
  text-align: center;
  line-height: 1.25em;
  font-family: Roboto, sans-serif;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important;
}

.index-modal-copy--muted-1 {
  color: #505050;
}

.index-modal-copy--muted-2 {
  color: #606060;
}

.index-modal-copy--muted-3 {
  color: #707070;
}

.news-banner {
  background: linear-gradient(135deg, rgba(68, 214, 44, 0.18), rgba(0, 0, 0, 0.75));
  border: 1px solid rgba(68, 214, 44, 0.35);
  border-radius: 14px;
  padding: 24px 26px;
  margin: 0 auto 45px auto;
  font-family: 'Comfortaa', sans-serif;
  color: #f1f1f1;
  max-width: 540px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.35);
}

.news-banner__heading {
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  color: var(--index-accent);
}

.news-banner__heading svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.news-banner__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-banner__item {
  background: var(--index-panel);
  border: 1px solid var(--index-panel-border);
  border-radius: 12px;
  padding: 16px 18px;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  min-height: 120px;
}

.news-banner__item:hover {
  transform: translateY(-4px);
  border-color: rgba(68, 214, 44, 0.55);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
}

.news-banner__link {
  color: inherit;
  text-decoration: none;
  display: block;
  height: 100%;
}

.news-banner__title {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #ffffff;
}

.news-banner__date {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(241, 241, 241, 0.65);
  margin-bottom: 8px;
}

.news-banner__summary {
  font-size: 14px;
  line-height: 1.55;
  color: var(--index-muted);
}

@media (max-width: 575.98px) {
  .news-banner {
    padding: 20px 18px;
  }

  .news-banner__list {
    grid-template-columns: 1fr;
  }
}

/*
 * Section-level spacing for the homepage.
 * These classes intentionally replace legacy helper stacks such as
 * supermt-n3/supermt-n33/negativemt2 so a future visual refresh can tune
 * vertical rhythm from one stylesheet instead of editing markup utilities.
 */
.index-app-download {
  margin: -110px 0 30px;
}

.index-primary-cta {
  margin: -30px 0 30px;
}

.index-hero {
  margin-top: -55px;
}

.index-program-grid {
  margin-top: -30px;
}

.index-service-grid {
  margin-top: -20px;
  padding: 100px 0 0;
}

.index-service-grid__row {
  margin-top: -30px;
  margin-bottom: 15px;
}

.index-stats-grid {
  margin-top: 15px;
}

.index-section-note {
  color: var(--index-muted);
}

@media (max-width: 767.98px) {
  .index-app-download {
    margin-top: -80px;
  }

  .index-hero {
    margin-top: -35px;
  }

  .index-service-grid {
    padding-top: 72px;
  }
}

.index-breadcrumb {
  background-image: url('../../img/bg-img/breadcumb-2.jpg');
}

.index-modal-logo {
  text-align: center;
}

.index-price-cell {
  width: 50%;
}
