:root {
  --brand-ink: #1B1A38;
  --brand-blue: #10A3D9;
  --brand-gradient-start: #243A6B;
  --brand-gradient-end: #10A3D9;

  --bg-page: #F5F7FB;
  --bg-surface: #FFFFFF;
  --surface-alt: #F2F7FC;
  --surface-strong: #ECF3FA;
  --text-main: #1B1A38;
  --text-muted: rgba(27, 26, 56, 0.72);
  --text-soft: rgba(27, 26, 56, 0.56);

  --radius-xl: 28px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-pill: 999px;

  --shadow-xs: 0 6px 16px rgba(27, 26, 56, 0.05);
  --shadow-sm: 0 10px 24px rgba(27, 26, 56, 0.07);
  --shadow-md: 0 18px 44px rgba(27, 26, 56, 0.10);
  --shadow-soft: 0 10px 30px rgba(27, 26, 56, 0.08);
  --border-soft: 1px solid rgba(27, 26, 56, 0.08);
  --border-blue-soft: 1px solid rgba(16, 163, 217, 0.35);
  --card-padding: 1.1rem;
  --section-gap: 2.5rem;
  --meta-gap: 0.7rem;

  --container: 1240px;
  --reading-width: 800px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg-page);
  color: var(--text-main);
  font: 400 16px/1.65 "Inter", "SF Pro Text", "Segoe UI", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Inter", "SF Pro Text", "Segoe UI", sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.14;
}

p {
  margin: 0 0 1rem;
}

.screen-reader-text,
.st-skip-link {
  position: absolute;
  left: -9999px;
}

.st-skip-link:focus {
  left: 1rem;
  top: 1rem;
  z-index: 40;
  padding: 0.6rem 0.9rem;
  border-radius: 999px;
  background: var(--brand-ink);
  color: #fff;
}

.st-container {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
}

.st-reading {
  width: min(100%, var(--reading-width));
}

.st-site-shell {
  min-height: 100vh;
}

.st-main {
  padding-bottom: 4rem;
}

.st-app-banner {
  position: sticky;
  top: 0;
  z-index: 60;
  background: linear-gradient(135deg, rgba(27, 26, 56, 0.96) 0%, rgba(36, 58, 107, 0.96) 55%, rgba(16, 163, 217, 0.92) 100%);
  color: #fff;
  box-shadow: 0 8px 24px rgba(27, 26, 56, 0.18);
}

.st-app-banner__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 72px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.st-app-banner__media,
.st-app-banner__actions {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.st-app-banner__icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
  flex: 0 0 auto;
}

.st-app-banner__copy {
  min-width: 0;
}

.st-app-banner__title,
.st-app-banner__text {
  margin: 0;
}

.st-app-banner__title {
  font-size: 15px;
  font-weight: 800;
}

.st-app-banner__text {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.4;
}

.st-app-banner__cta,
.st-app-banner__dismiss {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 999px;
}

.st-app-banner__cta {
  padding: 0 1rem;
  background: #fff;
  color: var(--brand-ink);
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
}

.st-app-banner__dismiss {
  width: 42px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: transparent;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

body.st-app-banner-visible .st-header {
  top: var(--st-app-banner-offset, 0px);
}

.st-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(27, 26, 56, 0.08);
  box-shadow: 0 6px 18px rgba(27, 26, 56, 0.03);
}

.st-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  min-height: 120px;
}

.st-header__left,
.st-header__right {
  display: flex;
  align-items: center;
  gap: 1.15rem;
}

.st-header__search {
  display: flex;
  align-items: flex-end;
  padding-bottom: 0.9rem;
}

.st-brand {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.st-brand__logo {
  display: block;
  max-width: 240px;
  max-height: 120px;
  width: auto;
  cursor: pointer;
}

.st-brand__fallback {
  display: inline-block;
  width: 164px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(36, 58, 107, 0.24), rgba(16, 163, 217, 0.18));
}

.st-nav {
  display: flex;
  align-items: center;
}

.st-nav .menu {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.st-nav .menu-item a {
  display: inline-flex;
  align-items: center;
  position: relative;
  min-height: 72px;
  padding: 0 0.9rem 0.9rem;
  border-radius: 0;
  color: rgba(27, 26, 56, 0.64);
  font-size: 14.5px;
  font-weight: 600;
  background: transparent;
  transition: color 0.18s ease;
}

.st-nav .menu-item a:hover {
  color: var(--brand-ink);
}

.st-nav .menu-item a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0.2rem;
  width: min(calc(100% - 1rem), 56px);
  min-width: 30px;
  height: 4px;
  border-radius: 999px;
  background: var(--brand-blue);
  opacity: 0;
  transform: translateX(-50%) scaleX(0.7);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.st-nav .menu-item a[aria-current="page"] {
  color: var(--brand-ink);
  font-weight: 700;
}

.st-nav .menu-item a[aria-current="page"]::after {
  opacity: 1;
  transform: translateX(-50%) scaleX(1);
}

.st-search-form {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 44px;
  padding: 0 0.85rem;
  border-radius: var(--radius-pill);
  background: #f6f8fb;
  border: 1px solid rgba(27, 26, 56, 0.1);
  box-shadow: var(--shadow-xs);
}

.st-search-form__icon,
.st-meta-icon,
.st-badge__icon,
.st-reading-time__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, var(--brand-gradient-start) 0%, var(--brand-gradient-end) 100%);
}

.st-search-form__icon {
  width: 24px;
  height: 24px;
  border-radius: 999px;
}

.st-search-form__icon svg,
.st-meta-icon svg,
.st-badge__icon svg,
.st-reading-time__icon svg {
  width: 14px;
  height: 14px;
}

.st-search-form__input {
  width: min(16vw, 168px);
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--text-main);
  font: inherit;
}

.st-search-form__input::placeholder {
  color: rgba(27, 26, 56, 0.5);
}

.st-search-form__button {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.st-nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: var(--bg-surface);
  box-shadow: var(--shadow-soft);
}

.st-nav-toggle span {
  display: block;
  width: 16px;
  height: 2px;
  margin: 3px auto;
  background: var(--brand-ink);
}

.st-section {
  padding-top: var(--section-gap);
}

.st-section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.st-section-heading--flush {
  margin-bottom: 1.2rem;
}

.st-section-heading--featured {
  align-items: center;
  margin-bottom: 0.9rem;
}

.st-section-heading > div {
  flex: 1 1 auto;
  min-width: 0;
}

.st-section-heading__eyebrow {
  margin: 0 0 0.35rem;
  color: var(--brand-blue);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.st-section-heading__title {
  font-size: clamp(24px, 2.4vw, 32px);
  max-width: 14ch;
}

.st-section-heading__title-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 0;
}

.st-section-heading__rule {
  display: block;
  flex: 1 1 auto;
  min-width: 72px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(16, 163, 217, 0.65) 0%, rgba(16, 163, 217, 0.08) 100%);
}

.st-section-heading__text {
  max-width: 58ch;
  margin-top: 0.45rem;
  color: var(--text-soft);
  font-size: 15px;
}

.st-link-arrow {
  color: var(--brand-blue);
  font-size: 14px;
  font-weight: 800;
}

.st-link-arrow::after {
  content: " →";
}

.st-featured-carousel {
  display: grid;
  gap: 0.85rem;
}

.st-feed-block__content {
  padding: 0 10px;
}

.st-featured-carousel__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  gap: 1.25rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.st-featured-carousel__track::-webkit-scrollbar {
  display: none;
}

.st-featured-carousel__slide {
  scroll-snap-align: start;
  padding: 0 10px 10px;
}

.st-featured-carousel__controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
}

.st-featured-carousel__controls--inline {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  flex: 0 0 auto;
  align-self: center;
}

.st-featured-carousel__dots {
  display: flex;
  gap: 0.5rem;
}

.st-carousel-button,
.st-carousel-dot {
  border: 0;
  cursor: pointer;
}

.st-carousel-button {
  display: none;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: #ffffff;
  color: var(--brand-ink);
  box-shadow: 0 10px 24px rgba(27, 26, 56, 0.1);
  transition: transform 0.18s ease, box-shadow 0.18s ease, color 0.18s ease;
}

.st-carousel-button:hover {
  transform: translateY(-1px);
  color: var(--brand-blue);
  box-shadow: 0 14px 28px rgba(27, 26, 56, 0.14);
}

.st-carousel-button span {
  display: block;
  font-size: 18px;
  line-height: 1;
}

.st-carousel-dot {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: rgba(86, 110, 145, 0.24);
  transition: background 0.18s ease, transform 0.18s ease;
}

.st-carousel-dot.is-active {
  background: var(--brand-blue);
  transform: scale(1.02);
}

@media (min-width: 1024px) {
  .st-carousel-button {
    display: inline-flex;
  }

  .st-featured-carousel__controls--inline {
    gap: 0.85rem;
  }
}

.st-card-grid {
  display: grid;
  gap: 1.1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.st-card-grid--continuation {
  margin-top: 1.15rem;
}

.st-story-cluster {
  display: grid;
  gap: 1.1rem;
}

.st-story-cluster--split,
.st-story-cluster--section {
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.95fr);
  align-items: start;
}

.st-story-cluster--split {
  align-items: stretch;
}

.st-story-cluster__stack {
  display: grid;
  gap: 1rem;
}

.st-story-cluster--split .st-story-cluster__lead,
.st-story-cluster--split .st-story-cluster__stack {
  height: 100%;
  align-self: start;
}

.st-story-cluster--split .st-story-cluster__lead {
  display: flex;
}

.st-story-cluster--split .st-story-cluster__stack {
  grid-template-rows: repeat(3, minmax(0, 1fr));
  align-self: stretch;
  margin-top: -1px;
}

.st-story-cluster--split .st-story-card--lead {
  display: flex;
  width: 100%;
  height: 100%;
}

.st-story-card {
  position: relative;
  border-radius: var(--radius-lg);
  background: var(--bg-surface);
  border: var(--border-soft);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.st-story-card:hover {
  transform: translateY(-2px);
  border-color: rgba(16, 163, 217, 0.22);
  box-shadow: var(--shadow-md);
}

.st-story-card__link {
  display: grid;
  height: 100%;
  color: inherit;
}

.st-story-card__media {
  position: relative;
  background: var(--surface-alt);
}

.st-story-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(27, 26, 56, 0.12) 100%);
  pointer-events: none;
}

.st-story-card__media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.st-story-card__importance {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #f14d57;
  box-shadow: 0 0 0 5px rgba(241, 77, 87, 0.15);
  opacity: 0;
  z-index: 2;
}

.st-story-card--important .st-story-card__importance {
  opacity: 1;
}

.st-story-card__play {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 2;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow-soft);
}

.st-story-card__play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid var(--brand-ink);
  transform: translate(-35%, -50%);
}

.st-story-card__body {
  display: grid;
  gap: 0.7rem;
  padding: var(--card-padding);
}

.st-story-card__kicker {
  margin: 0;
  color: var(--brand-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.st-story-card__title {
  font-size: clamp(18px, 1.6vw, 21px);
  line-height: 1.18;
}

.st-story-card__date {
  margin: 0;
  color: var(--text-muted);
  font-size: 13px;
  font-weight: 600;
}

.st-story-card__excerpt {
  margin: 0;
  color: var(--text-muted);
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.st-story-card__footer {
  display: flex;
  align-items: center;
  gap: var(--meta-gap);
  flex-wrap: wrap;
  margin-top: auto;
  padding-top: 0.15rem;
}

.st-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 30px;
  padding: 5px 10px;
  border-radius: var(--radius-pill);
  border: var(--border-blue-soft);
  background: rgba(16, 163, 217, 0.1);
  color: var(--brand-ink);
  font-size: 12.5px;
  font-weight: 700;
}

.st-badge__icon {
  width: 20px;
  height: 20px;
  border-radius: 999px;
}

.st-reading-time {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--text-muted);
  font-size: 13px;
  font-weight: 700;
}

.st-reading-time__icon {
  width: 18px;
  height: 18px;
  border-radius: 999px;
}

.st-meta-icons {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-left: auto;
}

.st-meta-icon {
  width: 22px;
  height: 22px;
  border-radius: 999px;
}

.st-story-card--featured-slide .st-story-card__body {
  position: relative;
  margin: 0;
  padding: 1rem 1.1rem 1.1rem;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  gap: 0.65rem;
}

.st-story-card--featured-slide {
  border: 1.1px solid #10A3D9;
  border-radius: 22px;
  background: #FFFFFF;
  box-shadow: none;
}

.st-story-card--featured-slide:hover {
  transform: none;
  border-color: #10A3D9;
  box-shadow: none;
}

.st-story-card--featured-slide .st-story-card__title {
  font-size: clamp(22px, 2.2vw, 28px);
  color: #fff;
  text-shadow: 0 2px 18px rgba(12, 17, 34, 0.32);
}

.st-story-card--featured-slide .st-story-card__media img {
  aspect-ratio: 16 / 8.3;
  object-position: center top;
}

.st-story-card--featured-slide .st-story-card__media {
  background: rgba(255, 255, 255, 0.7);
}

.st-story-card--featured-slide .st-story-card__media::after {
  background: linear-gradient(180deg, rgba(12, 17, 34, 0) 36%, rgba(12, 17, 34, 0.8) 100%);
}

.st-story-card__headline {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
}

.st-story-card--featured-slide .st-story-card__headline {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 3;
}

.st-story-card--featured-slide .st-story-card__play {
  top: 1rem;
  right: 1rem;
  bottom: auto;
}

.st-story-card__importance-inline {
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  margin-top: 0.42rem;
  border-radius: 999px;
  background: #f14d57;
  box-shadow: 0 0 0 5px rgba(241, 77, 87, 0.14);
}

.st-story-card--featured-slide .st-story-card__importance {
  display: none;
}

.st-story-card--lead {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 255, 0.98));
}

.st-story-card--lead .st-story-card__body {
  position: relative;
  margin: -2.35rem 1rem 1rem;
  padding: 1rem 1.1rem 1.1rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(27, 26, 56, 0.06);
  box-shadow: var(--shadow-sm);
}

.st-story-card--lead .st-story-card__title {
  font-size: clamp(21px, 2.1vw, 27px);
}

.st-story-card--lead .st-story-card__media img {
  aspect-ratio: 16 / 9;
  object-position: center top;
}

.st-story-card--compact .st-story-card__link {
  grid-template-columns: 152px minmax(0, 1fr);
  height: 100%;
}

.st-story-card--compact .st-story-card__media img {
  height: 100%;
  min-height: 100%;
  aspect-ratio: auto;
}

.st-story-card--compact .st-story-card__body {
  gap: 0.5rem;
  padding: 0.95rem 1rem;
}

.st-story-cluster--split .st-story-card--compact {
  height: 100%;
}

.st-story-card--compact .st-story-card__title {
  font-size: 19px;
}

.st-story-card--compact .st-story-card__excerpt {
  -webkit-line-clamp: 2;
  font-size: 14px;
}

.st-story-card--compact .st-story-card__play {
  width: 38px;
  height: 38px;
}

.st-story-card--no-media .st-story-card__body {
  min-height: 100%;
}

.st-cta-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.st-cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 98px;
  padding: 1rem 1.15rem;
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 248, 253, 0.98));
  border: var(--border-soft);
  box-shadow: var(--shadow-sm);
  color: var(--brand-ink);
  font-weight: 800;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.st-cta-card:hover {
  transform: translateY(-2px);
  border-color: rgba(16, 163, 217, 0.25);
  box-shadow: var(--shadow-md);
}

.st-cta-card__arrow {
  color: var(--brand-blue);
}

.st-page-card,
.st-notice {
  padding: 1.25rem;
  border-radius: var(--radius-xl);
  background: var(--bg-surface);
  border: var(--border-soft);
  box-shadow: var(--shadow-soft);
}

.st-page-card__content {
  color: var(--text-muted);
}

.st-footer {
  position: relative;
  margin-top: 4rem;
  padding: 0 0 1.4rem;
  color: #fff;
}

.st-footer::before {
  content: "";
  position: absolute;
  inset: 3.5rem 0 0;
  background: linear-gradient(180deg, rgba(11, 26, 48, 0), #061222 34%, #030812 100%);
  pointer-events: none;
}

.st-footer__panel,
.st-footer__meta {
  position: relative;
  z-index: 1;
}

.st-footer__panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  padding: clamp(1.25rem, 3vw, 2.2rem);
  border: 1px solid rgba(132, 226, 255, 0.2);
  border-radius: 30px;
  background:
    linear-gradient(110deg, rgba(16, 163, 217, 0.18), rgba(16, 163, 217, 0) 38%),
    linear-gradient(145deg, rgba(8, 25, 47, 0.98), rgba(8, 59, 88, 0.92));
  box-shadow: 0 28px 72px rgba(3, 12, 26, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.14);
  overflow: hidden;
}


.st-footer__intro,
.st-footer__menus {
  position: relative;
  z-index: 1;
}

.st-footer__intro {
  display: grid;
  align-content: space-between;
  gap: 1.25rem;
  min-height: 240px;
}

.st-footer__brand .st-brand {
  width: fit-content;
}

.st-footer__brand .st-brand__logo {
  max-width: 230px;
  max-height: 72px;
  filter: brightness(0) invert(1) drop-shadow(0 12px 24px rgba(0, 0, 0, 0.2));
}

.st-footer__intro p {
  max-width: 34rem;
  margin: 0;
  color: rgba(236, 248, 255, 0.82);
  font-size: clamp(1rem, 1.3vw, 1.12rem);
  line-height: 1.6;
}

.st-footer__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.st-footer__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 1rem;
  border: 1px solid rgba(139, 231, 255, 0.28);
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.08);
  color: #f5fcff;
  font-size: 14px;
  font-weight: 800;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.st-footer__button:hover {
  transform: translateY(-1px);
  border-color: rgba(139, 231, 255, 0.56);
  background: rgba(255, 255, 255, 0.13);
}

.st-footer__button--primary {
  border-color: transparent;
  background: linear-gradient(135deg, #19b4e9, #7de8ff);
  color: #061222;
}

.st-footer__menus {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 2rem);
}

.st-footer__column {
  min-width: 0;
}

.st-footer__column h2 {
  margin: 0 0 0.8rem;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.st-footer__menu {
  display: grid;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.st-footer__menu li {
  min-width: 0;
}

.st-footer__menu a {
  display: inline-flex;
  max-width: 100%;
  color: rgba(236, 248, 255, 0.74);
  font-size: 14px;
  line-height: 1.35;
  transition: color 0.18s ease, transform 0.18s ease;
}

.st-footer__menu a:hover {
  color: #ffffff;
  transform: translateX(2px);
}

.st-footer__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1rem;
  color: rgba(236, 248, 255, 0.64);
  font-size: 13px;
}

.st-footer__meta p {
  margin: 0;
}

@media (max-width: 1100px) {
  .st-header__inner {
    min-height: 102px;
  }

  .st-brand__logo {
    max-width: 212px;
    max-height: 54px;
  }

  .st-nav .menu-item a {
    min-height: 60px;
    padding: 0 0.75rem 0.8rem;
    font-size: 14px;
  }

  .st-search-form {
    min-height: 44px;
  }

  .st-story-cluster--split,
  .st-story-cluster--section {
    grid-template-columns: 1fr;
  }

  .st-card-grid,
  .st-cta-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .st-footer__panel {
    grid-template-columns: 1fr;
  }

  .st-footer__intro {
    min-height: 0;
  }
}

@media (max-width: 920px) {
  .st-app-banner__inner {
    min-height: 68px;
  }

  .st-app-banner__text {
    max-width: 40ch;
  }

  .st-header__inner {
    min-height: 88px;
  }

  .st-brand__logo {
    max-width: 188px;
    max-height: 48px;
  }

  .st-nav-toggle {
    display: inline-block;
    position: relative;
    z-index: 36;
  }

  .st-header__right {
    position: absolute;
    top: 100%;
    right: 1rem;
    left: 1rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    border-radius: 20px;
    background: var(--bg-surface);
    border: var(--border-soft);
    box-shadow: var(--shadow-soft);
    z-index: 35;
  }

  .st-header__right.is-open,
  .st-header__right[data-nav-panel].is-open {
    display: flex;
  }

  .st-nav .menu {
    flex-direction: column;
    align-items: stretch;
  }

  .st-nav .menu-item a {
    justify-content: center;
    min-height: 50px;
    padding: 0.1rem 0.75rem 0.55rem;
  }

  .st-nav .menu-item a::after {
    bottom: 0.05rem;
    width: min(calc(100% - 1.5rem), 64px);
  }

  .st-search-form {
    width: 100%;
    min-height: 44px;
  }

  .st-search-form__input {
    width: 100%;
  }

  .st-header__search {
    padding-bottom: 0;
  }

  .st-search-form__input {
    width: 100%;
  }

  .st-story-card--compact .st-story-card__link {
    grid-template-columns: 1fr;
  }

  .st-story-card--lead .st-story-card__body {
    margin: -1.8rem 0.85rem 0.9rem;
  }
}

@media (max-width: 700px) {
  .st-app-banner__inner {
    align-items: flex-start;
    gap: 0.85rem;
    min-height: 0;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }

  .st-app-banner__media {
    align-items: flex-start;
    gap: 0.8rem;
    min-width: 0;
  }

  .st-app-banner__actions {
    flex-direction: column;
    align-items: flex-end;
    gap: 0.5rem;
  }

  .st-app-banner__icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }

  .st-app-banner__title {
    font-size: 14px;
  }

  .st-app-banner__text {
    font-size: 12px;
  }

  .st-app-banner__cta {
    min-height: 38px;
    padding: 0 0.9rem;
    font-size: 13px;
  }

  .st-app-banner__dismiss {
    width: 36px;
    min-height: 36px;
    font-size: 20px;
  }

  .st-container {
    width: min(calc(100% - 1.2rem), var(--container));
  }

  .st-header {
    position: relative;
    z-index: 40;
  }

  .st-header__inner {
    position: relative;
    justify-content: center;
  }

  .st-header__left {
    justify-content: center;
    width: 100%;
  }

  .st-nav-toggle {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .st-card-grid,
  .st-cta-grid {
    grid-template-columns: 1fr;
  }

  .st-section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .st-section-heading__title {
    max-width: none;
    font-size: 24px;
  }

  .st-section-heading__title-row {
    gap: 0.75rem;
  }

  .st-section-heading__rule {
    min-width: 42px;
  }

  .st-section-heading--featured {
    flex-direction: row;
    align-items: center;
  }

  .st-header__inner {
    min-height: 88px;
  }

  .st-brand__logo {
    max-width: 296px;
    max-height: 84px;
  }

  .st-featured-carousel__controls {
    justify-content: flex-end;
  }

  .st-featured-carousel__nav {
    display: none;
  }

  .st-story-card--lead .st-story-card__body,
  .st-story-card--featured-slide .st-story-card__body {
    margin: 0;
    border-radius: 0 0 var(--radius-lg) var(--radius-lg);
    border: 0;
    box-shadow: none;
  }

  .st-footer__menus {
    grid-template-columns: 1fr;
  }

  .st-footer__meta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (min-width: 701px) {
  .st-app-banner {
    display: none;
  }
}

.st-nav__home-icon {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
}

.st-nav__home-icon svg {
  width: 21px;
  height: 21px;
}

.st-home-app-panel {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 1.2rem;
  align-items: center;
  padding: clamp(1.2rem, 3vw, 2rem);
  border: 1px solid rgba(16, 163, 217, 0.18);
  border-radius: 28px;
  background:
    linear-gradient(110deg, rgba(16, 163, 217, 0.14), rgba(16, 163, 217, 0) 42%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(241, 248, 253, 0.96));
  box-shadow: 0 22px 58px rgba(27, 26, 56, 0.1);
}

.st-home-app-panel__icon {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--brand-gradient-start), var(--brand-gradient-end));
  color: #fff;
  box-shadow: 0 16px 34px rgba(16, 163, 217, 0.24);
}

.st-home-app-panel__icon svg {
  width: 34px;
  height: 34px;
}

.st-home-app-panel__kicker {
  margin: 0 0 0.2rem;
  color: var(--brand-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.st-home-app-panel__content h2 {
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.7rem);
}

.st-home-app-panel__content p:last-child {
  max-width: 62ch;
  margin: 0.35rem 0 0;
  color: var(--text-muted);
}

.st-home-app-panel__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.6rem;
}

.st-home-app-panel__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 1rem;
  border: 1px solid rgba(16, 163, 217, 0.22);
  border-radius: var(--radius-pill);
  background: #fff;
  color: var(--brand-ink);
  font-size: 14px;
  font-weight: 900;
}

.st-home-app-panel__button--primary {
  border-color: transparent;
  background: linear-gradient(135deg, var(--brand-gradient-start), var(--brand-gradient-end));
  color: #fff;
  box-shadow: 0 12px 24px rgba(16, 163, 217, 0.2);
}

.st-home-agenda {
  min-height: 150px;
}

.st-home-agenda__loading,
.st-home-agenda__empty {
  display: grid;
  place-items: center;
  gap: 0.8rem;
  min-height: 150px;
  padding: 1.3rem;
  border: var(--border-soft);
  border-radius: var(--radius-lg);
  background: var(--bg-surface);
  box-shadow: var(--shadow-sm);
  text-align: center;
}

.st-home-agenda__spinner {
  width: 34px;
  height: 34px;
  border: 3px solid rgba(16, 163, 217, 0.18);
  border-top-color: var(--brand-blue);
  border-radius: 999px;
  animation: st-home-agenda-spin 0.8s linear infinite;
}

@keyframes st-home-agenda-spin {
  to { transform: rotate(360deg); }
}

.st-home-agenda__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.st-home-agenda-card {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 0.85rem;
  min-height: 132px;
  padding: 0.75rem;
  border: 1px solid rgba(16, 163, 217, 0.13);
  border-radius: 22px;
  background: linear-gradient(145deg, #fff, #f6fbff);
  box-shadow: var(--shadow-sm);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.st-home-agenda-card:hover {
  transform: translateY(-2px);
  border-color: rgba(16, 163, 217, 0.28);
  box-shadow: var(--shadow-md);
}

.st-home-agenda-card__media {
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  padding: 0.45rem;
  border: 1px solid rgba(16, 163, 217, 0.12);
  border-radius: 18px;
  background: #fff;
}

.st-home-agenda-card__media img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.st-home-agenda-card__media span {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  background: rgba(16, 163, 217, 0.08);
  color: var(--brand-blue);
}

.st-home-agenda-card__media svg,
.st-home-agenda-card__date svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.st-home-agenda-card__body {
  display: grid;
  align-content: start;
  gap: 0.4rem;
  min-width: 0;
}

.st-home-agenda-card__date {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0;
  color: var(--brand-blue);
  font-size: 12px;
  font-weight: 900;
}

.st-home-agenda-card h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  font-size: 17px;
  line-height: 1.15;
}

.st-home-agenda-card__place {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.35;
}

@media (max-width: 920px) {
  .st-home-app-panel {
    grid-template-columns: 1fr;
  }

  .st-home-app-panel__actions {
    justify-content: flex-start;
  }

  .st-home-agenda__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .st-home-agenda-card {
    grid-template-columns: 74px 1fr;
  }

  .st-home-agenda-card__media {
    width: 74px;
    height: 74px;
  }
}

.st-home-app-panel {
  grid-template-columns: auto minmax(0, 1fr) auto auto;
}

.st-home-app-panel__qr {
  display: grid;
  place-items: center;
  width: 104px;
  height: 104px;
  padding: 0.45rem;
  border: 1px solid rgba(16, 163, 217, 0.18);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.st-home-app-panel__qr img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (min-width: 1120px) {
  .st-cta-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .st-home-app-panel {
    grid-template-columns: auto 1fr;
  }

  .st-home-app-panel__actions {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .st-home-app-panel {
    grid-template-columns: 1fr;
  }

  .st-home-app-panel__qr {
    width: 96px;
    height: 96px;
  }
}
