.info-page {
  font-family: 'Roboto', sans-serif;
  background:
    radial-gradient(circle at top left, rgba(0, 148, 255, 0.16), transparent 30%),
    linear-gradient(180deg, #f5f8ff 0%, #ffffff 38%, #f3f7fb 100%);
  color: #162033;
}

.info-landing-hero {
  padding-bottom: 26px;
}

.info-static-body {
  margin: 0;
  background: #f3f7fb;
}

.info-shell {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.info-generated-footer {
  margin-top: 0;
}

.info-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(0, 148, 255, 0.1);
  color: #0059c7;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.info-hero,
.info-article-hero {
  padding: 64px 0 32px;
}

.info-hero-band,
.info-featured,
.info-audience__item,
.info-cta-box {
  border: 1px solid rgba(16, 45, 93, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 60px rgba(36, 54, 92, 0.09);
}

.info-hero-band {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(240px, 0.75fr);
  gap: 24px;
  align-items: center;
  padding: 28px 30px;
}

.info-hero-band__copy h2,
.info-featured h2,
.info-cta-box h2 {
  margin: 16px 0 14px;
  font-family: 'SFNSRounded', sans-serif;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.12;
  font-weight: 700;
}

.info-hero-band__copy p,
.info-featured p,
.info-cta-box p {
  margin: 0;
  color: #51627f;
  line-height: 1.7;
}

.info-hero-band__actions,
.info-featured__actions,
.info-cta-box__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.info-audience {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 28px;
}

.info-audience__item {
  padding: 24px;
}

.info-audience__item strong {
  display: block;
  margin-bottom: 10px;
  font-family: 'SFNSRounded', sans-serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: #11284f;
}

.info-audience__item span {
  color: #51627f;
  line-height: 1.6;
}

.info-featured {
  margin-bottom: 32px;
  padding: 30px 32px;
}

.info-featured h2 a {
  color: #11284f;
  text-decoration: none;
}

.info-featured .info-card__meta {
  margin-top: 18px;
}

.info-hero__copy p,
.info-article-hero__lead {
  max-width: 760px;
  margin: 0;
  font-size: 18px;
  line-height: 1.7;
  color: #42506b;
}

.info-hero .info-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.75fr);
  gap: 24px;
  align-items: stretch;
}

.info-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.info-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #0a84ff 0%, #0057c9 100%);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 16px 40px rgba(0, 87, 201, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.info-btn:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 20px 44px rgba(0, 87, 201, 0.28);
}

.info-btn--ghost {
  background: rgba(255, 255, 255, 0.78);
  color: #0f326c;
  box-shadow: inset 0 0 0 1px rgba(15, 50, 108, 0.12);
}

.info-btn--ghost:hover {
  color: #0f326c;
}

.info-btn--block {
  width: 100%;
}

.info-hero__panel {
  display: grid;
  gap: 14px;
}

.info-stat,
.info-card,
.info-sidebar__card,
.info-empty {
  border: 1px solid rgba(16, 45, 93, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 60px rgba(36, 54, 92, 0.09);
}

.info-stat {
  padding: 22px;
}

.info-stat strong {
  display: block;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 800;
  color: #0c234a;
}

.info-stat span {
  color: #51627f;
  line-height: 1.5;
}

.info-section {
  padding: 24px 0 72px;
}

.info-section--cta {
  padding-top: 0;
}

.info-section__heading {
  margin-bottom: 28px;
}

.info-section__heading h2 {
  margin: 16px 0 12px;
  font-family: 'SFNSRounded', sans-serif;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.12;
  font-weight: 700;
}

.info-section__heading p {
  max-width: 760px;
  margin: 0;
  color: #51627f;
  line-height: 1.7;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.info-card {
  display: flex;
  flex-direction: column;
  padding: 24px;
}

.info-card__meta,
.info-card__footer,
.info-article-top__meta,
.info-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.info-card__meta span,
.info-article-top__meta span,
.info-tags span,
.info-sidebar__label {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: #eef4ff;
  color: #2c4b80;
  font-size: 12px;
  font-weight: 700;
}

.info-card h3 {
  margin: 18px 0 12px;
  font-family: 'SFNSRounded', sans-serif;
  font-size: 24px;
  line-height: 1.16;
  font-weight: 700;
}

.info-card h3 a,
.info-card__footer a,
.info-back {
  color: #0d316b;
  text-decoration: none;
}

.info-card p,
.info-card__footer span,
.info-article p,
.info-faq__item p,
.info-sidebar__card p {
  color: #51627f;
  line-height: 1.7;
}

.info-card__footer {
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding-top: 18px;
}

.info-empty {
  padding: 32px;
  color: #42506b;
}

.info-cta-box {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(240px, 0.8fr);
  gap: 24px;
  align-items: center;
  padding: 34px;
}

.info-empty--large {
  text-align: center;
}

.info-empty--large h1 {
  margin-top: 0;
}

.info-shell--article {
  width: min(1160px, calc(100% - 32px));
}

.info-section--article-top {
  padding-top: 160px;
  padding-bottom: 0;
}

.info-article-top {
  padding: 34px;
  border: 1px solid rgba(16, 45, 93, 0.08);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 24px 60px rgba(36, 54, 92, 0.09);
}

.info-article-top h1 {
  margin: 18px 0 18px;
  font-family: 'SFNSRounded', sans-serif;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.04;
  font-weight: 700;
  color: #11284f;
}

.info-article-top__lead {
  max-width: 780px;
  margin: 0;
  font-size: 18px;
  line-height: 1.7;
  color: #42506b;
}

.info-article-top .info-tags {
  margin-top: 18px;
}

.info-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 24px;
  align-items: start;
}

.info-article {
  padding: 34px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 24px 60px rgba(36, 54, 92, 0.09);
}

.info-article__section + .info-article__section {
  margin-top: 32px;
}

.info-article h2 {
  margin: 0 0 16px;
  font-family: 'SFNSRounded', sans-serif;
  font-size: 30px;
  line-height: 1.16;
  font-weight: 700;
}

.info-list {
  margin: 18px 0 0;
  padding-left: 20px;
}

.info-list li {
  margin-bottom: 10px;
  color: #1f2e48;
  line-height: 1.7;
}

.info-faq {
  display: grid;
  gap: 16px;
}

.info-faq__item {
  padding: 20px;
  border-radius: 22px;
  background: #f7faff;
}

.info-faq__item h3,
.info-sidebar__card h3 {
  margin: 0 0 10px;
  font-size: 19px;
  line-height: 1.35;
  font-weight: 800;
}

.info-sidebar {
  display: grid;
  gap: 16px;
  position: sticky;
  top: 92px;
}

.info-sidebar__card {
  padding: 22px;
}

.info-sidebar__card strong {
  display: block;
  margin-top: 10px;
  font-size: 22px;
  line-height: 1.3;
  color: #11284f;
}

.info-sidebar__card--accent {
  background: linear-gradient(180deg, #10224d 0%, #143472 100%);
  color: #fff;
}

.info-sidebar__card--accent p {
  color: rgba(255, 255, 255, 0.84);
}

.info-back {
  display: inline-flex;
  margin-bottom: 16px;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .info-hero-band,
  .info-audience,
  .info-cta-box,
  .info-hero .info-shell,
  .info-article-layout,
  .info-grid {
    grid-template-columns: 1fr;
  }

  .info-sidebar {
    position: static;
  }
}

@media (max-width: 768px) {
  .info-hero,
  .info-article-hero {
    padding-top: 36px;
  }

  .info-section--article-top {
    padding-top: 105px;
  }

  .info-hero-band,
  .info-featured,
  .info-cta-box {
    padding: 22px 20px;
  }

  .info-card,
  .info-article,
  .info-article-top,
  .info-sidebar__card,
  .info-audience__item,
  .info-featured,
  .info-cta-box,
  .info-hero-band,
  .info-stat,
  .info-empty {
    border-radius: 22px;
  }

  .info-hero__copy p,
  .info-article-top__lead,
  .info-article-hero__lead {
    font-size: 16px;
  }

  .info-card h3 {
    font-size: 21px;
  }

  .info-hero-band__copy h2,
  .info-featured h2,
  .info-cta-box h2 {
    font-size: 24px;
    line-height: 1.14;
  }

  .info-article {
    padding: 24px 20px;
  }

  .info-article-top {
    padding: 24px 20px;
  }

  .info-article h2 {
    font-size: 24px;
  }
}
