/* Self-hosted variable fonts — latin only (Portuguese needs U+0000-00FF) */
/* Preloaded in base_website.html so fonts arrive before first render (no swap CLS) */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300 800;
  font-stretch: 100%;
  font-display: swap;
  src: url('../assets/fonts/open-sans-variable.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300 800;
  font-stretch: 100%;
  font-display: swap;
  src: url('../assets/fonts/open-sans-variable-italic.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../assets/fonts/roboto-condensed-variable.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url('../assets/fonts/roboto-condensed-variable-italic.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html {
  box-sizing: border-box;
  outline: none;
}
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}
body {
  font-family: "Open Sans", sans-serif;
  font-family: var(--font-stack);
  margin: 0;
  padding: 0;
  background: #fff;
}
li {
  list-style: none;
}
a {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}
/* Expand the calendar icon to cover the full input on desktop.
   Scoped to pointer:fine (mouse) because on iOS/Android the native picker
   already opens on any tap — the invisible overlay breaks it there. */
@media (hover: hover) and (pointer: fine) {
  input[type="date"]::-webkit-calendar-picker-indicator,
  input[type="datetime-local"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
  }
}
button {
  border: none;
}
svg {
  flex-shrink: 0;
}
figure {
  flex-shrink: 0;
}
:root {
  --primary-color: #0052a3;
  --primary-color-shade: #005c99;
  --primary-color-tint: #2e72c3;
  --primary-color-transparent: hsl(224, 100%, 95%);
  --accent-color: #006fe6;
  --accent-color-tint: #2c87e8;
  --color-dark: #000;
  --color-black: rgba(0, 0, 0, 0.8);
  --color-white: #fff;
  --color-white-tint: rgba(255, 255, 255, 0.8);
  --color-grey: rgba(0, 0, 0, 0.54);
  --color-grey-tint: rgba(0, 0, 0, 0.4);
  --color-grey-border: rgba(0, 0, 0, 0.1);
  --color-border-white: rgba(255, 255, 255, 0.2);
  --color-state-red: hsl(0, 75%, 55%);
  --color-state-red-tint: #fadbdb;
  --color-state-orange: #ed8936;
  --color-state-green: hsl(135, 55%, 40%);
  --color-state-grey: #a2a2a2;
  --font-stack: "Open Sans", sans-serif;
  --font-stack-condensed: "Roboto Condensed", sans-serif;

  /* Container Breakpoints */
  --container-sm: 480px;
  --container-md: 768px;
  --container-lg: 1024px;

  /* Spacing Scale */
  --space-xxs: clamp(0.125rem, 0.1rem + 0.15vw, 0.25rem);
  --space-xs: clamp(0.25rem, 0.2rem + 0.25vw, 0.5rem);
  --space-sm: clamp(0.5rem, 0.3rem + 0.5vw, 0.75rem);
  --space-base: clamp(0.75rem, 0.8rem + 0.5vw, 1rem);
  --space-md: clamp(0.75rem, 0.5rem + 1vw, 1.25rem);
  --space-lg: clamp(1rem, 0.8rem + 1.5vw, 1.75rem);
  --space-xl: clamp(1.5rem, 1rem + 2vw, 2.5rem);
  --space-xxl: clamp(2rem, 1.5rem + 2.5vw, 3rem);

  /* Typography Scale */
  --text-xxxs: clamp(0.625rem, 0.6rem + 0.15vw, 0.75rem);
  --text-xxs: clamp(0.75rem, 0.7rem + 0.2vw, 0.8125rem);
  --text-xs: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
  --text-sm: clamp(0.875rem, 0.8rem + 0.5vw, 1rem);
  --text-base: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
  --text-md: clamp(1.125rem, 1rem + 0.5vw, 1.25rem);
  --text-lg: clamp(1.25rem, 1rem + 0.75vw, 1.5rem);
  --text-xl: clamp(1.5rem, 1.25rem + 1vw, 2rem);
  --text-xxl: clamp(1.75rem, 1.25rem + 1.25vw, 2rem);

  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;

  /* Colors */
  --color-bg: #fff;
  --color-text: #333;
  --color-border: rgba(0, 0, 0, 0.1);
  --color-hover: rgba(0, 0, 0, 0.03);
  --color-accent: #006fe6;
  --color-shadow: rgba(33, 33, 33, 0.07);
  --color-shadow-shade: rgba(33, 33, 33, 0.1);

  /* Border Radius */
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-full: 50%;

  /* Transitions */
  --transition: all 0.2s ease;
  --transition-fast: all 0.15s ease;
  --transition-base: all 0.3s ease;
  --transition-slow: all 0.4s ease;

  /* Shadows */
  --shadow-sm: 0 2px 4px 4px var(--color-shadow);
  --shadow-md: 0 3px 5px 5px var(--color-shadow);
  --shadow-lg: 0 3px 5px 5px var(--color-shadow-shade);

  /* Touch Targets */
  --tap-target-min: 44px;
}
/* Dark mode support */
/* @media (prefers-color-scheme: dark) {
  :root {
    --color-bg: #1a1a1a;
    --color-text: #e0e0e0;
    --color-border: rgb(255 255 255 / 0.15);
    --color-hover: rgb(255 255 255 / 0.05);
    --color-shadow: rgb(0 0 0 / 0.3);
  }
} */
/* Define custom media queries */
.u-background-red {
  background-color: hsl(0, 75%, 55%) !important;
  background-color: var(--color-state-red) !important;
}
.u-background-orange {
  background-color: #ed8936 !important;
  background-color: var(--color-state-orange) !important;
}
.u-background-green {
  background-color: hsl(135, 55%, 40%) !important;
  background-color: var(--color-state-green) !important;
}
.u-background-grey {
  background-color: #a2a2a2 !important;
  background-color: var(--color-state-grey) !important;
}
.u-background-grey-light {
  background-color: var(--color-state-grey-light) !important;
}
.u-color-primary {
  color: #0052a3 !important;
  color: var(--primary-color) !important;
}
.u-color-accent {
  color: #006fe6 !important;
  color: var(--accent-color) !important;
}
.u-color-red {
  color: hsl(0, 75%, 55%) !important;
  color: var(--color-state-red) !important;
}
.u-color-orange {
  color: #ed8936 !important;
  color: var(--color-state-orange) !important;
}
.u-color-green {
  color: hsl(135, 55%, 40%) !important;
  color: var(--color-state-green) !important;
}
.u-color-grey {
  color: #a2a2a2 !important;
  color: var(--color-state-grey) !important;
}
.u-color-black {
  color: rgba(0, 0, 0, 0.8) !important;
  color: var(--color-black) !important;
}
.u-color-dark {
  color: #000 !important;
  color: var(--color-dark) !important;
}
.u-color-white {
  color: #fff !important;
  color: var(--color-white) !important;
}
.u-flex {
  display: flex;
}
.u-wrap {
  flex-wrap: wrap;
}
.u-justify-end {
  justify-content: flex-end;
}
.u-justify-between {
  justify-content: space-between;
}
.u-justify-center {
  justify-content: center;
}
.u-align-center {
  align-items: center;
}
.u-flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.u-gap-1 {
  gap: 10px;
}
.u-gap-15 {
  gap: 15px;
}
.u-gap-2 {
  gap: 20px;
}
.u-mt-05 {
  margin-top: 5px;
}
.u-mt-1 {
  margin-top: 10px;
}
.u-mt-2 {
  margin-top: 20px;
}
.u-rotate-90 {
  transform: rotate(90deg);
}
.u-rotate-90-negative {
  transform: rotate(-90deg);
}
.u-text-align-center {
  text-align: center;
}
.u-text-align-right {
  text-align: right;
}
.u-link-absolute {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.u-hidden {
  display: none !important;
}
.u-rounded-sm {
  border-radius: 0.125rem;
}
.u-rounded {
  border-radius: 0.25rem;
}
.u-rounded-full {
  border-radius: 999px;
}
.u-bold {
  font-weight: 600;
}
/* Ad Grid Styles */
.ads-section {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.ads-section--superior-banner .ads-item {
    width: 100%;
  }
@media (min-width: 61.25rem) {
.ads-section--superior-banner .ads-item {
      max-width: 1100px
  }
    }
.ads-section--superior-banner .ads__img {
    aspect-ratio: 1100 / 250;
  }
@media (min-width: 61.25rem) {
.ads-section--middle-banner .ads-item {
      max-width: 970px
  }
    }
.ads-section--middle-banner .ads__img {
    aspect-ratio: 970 / 220;
  }
.ads-section--bottom-banner .ads__img {
    aspect-ratio: 880 / 200;
  }
@media (min-width: 61.25rem) {
.ads-section--middle-rect .ads-item {
      max-width: 450px
  }
    }
.ads-section--middle-rect .ads__img {
    aspect-ratio: 450 / 225;
  }
.ads-section--bottom-rect {
  padding-bottom: 3rem;
}
@media (min-width: 61.25rem) {
.ads-section--bottom-rect .ads-item {
      max-width: 400px
  }
    }
.ads-section--bottom-rect .ads__img {
    aspect-ratio: 400 / 200;
  }
/* Story Slide Ad */
.ads-section--story-slide {
  background: rgba(0, 0, 0, 0.05);
}
/* Article Float Ad */
.ads-section--article-float {
  max-width: 300px;
  margin: auto;
}
@media (min-width: 75rem) {
.ads-section--article-float {
    max-width: none;
    max-width: initial;
    margin: 0;
    margin: initial
}
  }
/* List Card Ad */
.ads-section--list-card {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background: var(--color-grey-light);
}
@media (min-width: 61.25rem) {
.ads-section--list-card .ads-item {
      max-width: 900px
  }
    }
.ads-section-divider {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
  color: rgba(0, 0, 0, 0.54);
  color: var(--color-grey);
  font-size: 0.8rem;
  text-align: center;
  text-transform: uppercase;
}
.ads-section-divider:before,
  .ads-section-divider:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
  }
.ads-grid {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.ads-item {
  position: relative;
  background: #fff;
  background: var(--color-white);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition:
    transform 0.3s ease, box-shadow 0.3s ease;
}
.ads-item-label {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0.35rem 0.5rem;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  color: var(--color-white);
  font-size: 0.55rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05em;
  z-index: 2;
}
.story-ad .ads-item-label {
  top: auto;
  top: initial;
  left: auto;
  left: initial;
  bottom: 0;
  right: 0;
}
.ads__img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
/* Gallery Inline Ads */
.gallery-item--ad {
  position: relative;
  overflow: hidden;
  background: #fff;
  background: var(--color-white);
  border: 2px solid var(--color-grey-light);
}
.gallery-item__ad-wrapper {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #fff;
  background: var(--color-white);
  height: 100%;
}
.gallery-item__ad-link {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.gallery-item__img--ad {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.gallery-item__ad-link:hover .gallery-item__img--ad {
  transform: scale(1.05);
}
.gallery-item__ad-label {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0.4rem 0.6rem;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  color: var(--color-white);
  font-size: 0.65rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05em;
  z-index: 2;
}
/* Header Styles */
.portal-header {
  display: flex;
  align-items: center;
  height: 7.5rem;
  --csstools-light-dark-toggle--4: var(--csstools-color-scheme--light) rgb(0, 23, 47);
  background: #0052a3;
  background: var(--csstools-light-dark-toggle--4, var(--primary-color));
  background: light-dark(#0052a3, rgb(0, 23, 47));
  box-shadow: 0 2px 4px 4px rgba(33, 33, 33, 0.07);
  box-shadow: var(--shadow-sm);
  content-visibility: auto;
  z-index: 1000;
  overflow: hidden;
}
@media (color-gamut: p3) {
.portal-header {
  background: light-dark(#0052a3, color(display-p3 0 0.08274 0.20111));
}
}
@supports (color: light-dark(red, red)) {
.portal-header {
  background: light-dark(var(--primary-color), rgb(0, 23, 47));
}
}
@supports (color: color(display-p3 0 0 0%)) and (color: light-dark(red, red)) {
.portal-header {
  background: light-dark(var(--primary-color), rgb(0, 23, 47));
}

@media (color-gamut: p3) {
.portal-header {
  background: light-dark(var(--primary-color), color(display-p3 0 0.08274 0.20111));
}
}
}
@media (min-width: 46rem) {
.portal-header {
    height: 9rem;
    overflow: visible
}
  }
.header-wrapper {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: 100%;
}
.header-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 2;
}
.header-logo svg {
    display: block;
    width: 7rem;
    height: auto;
  }
@media (min-width: 46rem) {
.header-logo svg {
      width: 10rem
  }
    }
.header-assine {
  color: white;
}
.header-button-menu {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  margin-left: -0.8rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background: transparent;
  border: none;
  color: inherit;
  flex-shrink: 0;
  grid-column: 1;
}
.header-button-menu:hover {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 0.5rem;
  }
.header-button-menu__label {
  color: #fff;
  color: var(--color-white);
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 46rem) {
  }
.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  gap: 0.32rem;
  background: transparent;
  border: none;
  transition: all 0.2s ease-in-out;
}
.hamburger:focus-visible {
    outline: 2px solid #006fe6;
    outline: 2px solid var(--accent-color, rgb(0, 101, 176));
    outline-offset: 2px;
    border-radius: 0.5rem;
  }
@supports (color: color(display-p3 0 0 0%)) {
.hamburger:focus-visible {
    outline: 2px solid var(--accent-color, rgb(0, 101, 176));
  }

@media (color-gamut: p3) {
.hamburger:focus-visible {
    outline: 2px solid var(--accent-color, color(display-p3 0.1438 0.38895 0.68367));
  }
}
}
.hamburger:active {
    scale: 0.95;
  }
.hamburger.open .sidebar-toggle__line:nth-child(1) {
      translate: 0 0.5rem;
      rotate: 45deg;
    }
.hamburger.open .sidebar-toggle__line:nth-child(2) {
      opacity: 0;
      scale: 0;
    }
.hamburger.open .sidebar-toggle__line:nth-child(3) {
      translate: 0 -0.5rem;
      rotate: -45deg;
    }
.hamburger__line {
  width: 1.25rem;
  height: 0.125rem;
  background: #fff;
  background: var(--color-white);
  border-radius: 0.5rem;
  transition: all 0.3s ease-in-out;
  transform-origin: center;
}
@media (prefers-contrast: high) {
.hamburger__line {
    background: rgb(0, 0, 0)
}
  }
.header-magazine {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  grid-column: 3;
  padding-bottom: 0;
  justify-self: end;
}
.header-magazine:hover .header-magazine__heading,
    .header-magazine:hover .header-magazine__text {
      text-shadow: 0 2px 4px rgba(255, 255, 255, 0.2);
    }
.header-magazine:hover .header-magazine__button {
      --csstools-light-dark-toggle--34: var(--csstools-color-scheme--light) rgb(0, 73, 130);
      background: rgb(0, 101, 176);
      background: var(--csstools-light-dark-toggle--34, rgb(0, 101, 176));
      background: light-dark(rgb(0, 101, 176), rgb(0, 73, 130));
    }
@media (color-gamut: p3) {
.header-magazine:hover .header-magazine__button {
      background: light-dark(color(display-p3 0.1438 0.38895 0.68367), color(display-p3 0 0.27348 0.55181));
    }
}
.header-magazine__img {
  position: relative;
  display: block;
  width: 5.5rem;
  height: 8rem;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 0.25rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  transition: transform 0.3s ease;
  animation: magazineSlideUp 0.5s ease forwards;
}
@media (min-width: 61.25rem) {
.header-magazine__img {
    width: 6.5rem;
    height: 9rem
}
  }
@keyframes magazineSlideUp {
  from {
    transform: translateY(12rem);
  }
  to {
    transform: translateY(1.2rem);
  }
}
.header-magazine-content {
  display: none;
}
@media (min-width: 46rem) {
.header-magazine-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    margin-top: 0.25rem
}
  }
.header-magazine__heading {
  color: #fff;
  color: var(--color-white);
  font-weight: 650;
  font-size: 0.95rem;
  transition: transform 0.3s ease;
}
.header-magazine__text {
  margin-top: 0.3rem;
  color: rgba(255, 255, 255, 0.8);
  color: var(--color-white-tint);
  font-size: 0.9rem;
  transition: transform 0.3s ease;
}
.header-magazine__button {
  display: inline-flex;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  padding-top: 0.2rem;
  padding-bottom: 0.4rem;
  margin-top: 0.6rem;
  white-space: nowrap;
  --csstools-light-dark-toggle--5: var(--csstools-color-scheme--light) rgb(0, 60, 108);
  background: rgb(0, 87, 152);
  background: var(--csstools-light-dark-toggle--5, rgb(0, 87, 152));
  background: light-dark(rgb(0, 87, 152), rgb(0, 60, 108));
  background: light-dark(color(display-p3 0.07309 0.33028 0.62073), color(display-p3 0 0.22269 0.4593));
  background: #1662ac;
  border-radius: 0.25rem;
  color: #fff;
  color: var(--color-white);
  font-size: 0.8rem;
  font-weight: 550;
  transition: all all 0.3s ease;
  transition: all var(--transition-base);
}
.header-magazine__button:hover {
    --csstools-light-dark-toggle--27: var(--csstools-color-scheme--light) rgb(0, 73, 130);
    background: rgb(0, 101, 176);
    background: var(--csstools-light-dark-toggle--27, rgb(0, 101, 176));
    background: light-dark(rgb(0, 101, 176), rgb(0, 73, 130));
  }
@media (color-gamut: p3) {
.header-magazine__button:hover {
    background: light-dark(color(display-p3 0.1438 0.38895 0.68367), color(display-p3 0 0.27348 0.55181));
  }
}
/* Tab bar */
.tab-bar {
  gap: 1rem;
  --csstools-light-dark-toggle--6: var(--csstools-color-scheme--light) rgb(11, 11, 11);
  background-color: rgb(255, 255, 255);
  background-color: var(--csstools-light-dark-toggle--6, rgb(255, 255, 255));
  background-color: light-dark(rgb(255, 255, 255), rgb(11, 11, 11));
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid var(--color-border);
  box-shadow: 0 2px 4px 4px rgba(33, 33, 33, 0.07);
  box-shadow: var(--shadow-sm);
}
@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.tab-bar-content {
  display: flex;
  align-items: center;
  gap: 1rem;
  overflow: hidden;
  container-type: inline-size;
}
.tab-bar__label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  --csstools-light-dark-toggle--7: var(--csstools-color-scheme--light) rgb(11, 11, 11);
  background-color: rgb(255, 255, 255);
  background-color: var(--csstools-light-dark-toggle--7, rgb(255, 255, 255));
  background-color: light-dark(rgb(255, 255, 255), rgb(11, 11, 11));
  padding-left: 0.5rem;
  padding-right: 1rem;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #0052a3;
  color: var(--primary-color);
  font-size: max(0.85rem, min(1vw, 0.9rem));
  font-weight: 600;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-mask-image: linear-gradient(to right, black, black 85%, transparent);
          mask-image: linear-gradient(to right, black, black 85%, transparent);
  z-index: 99;
}
@media (min-width: 46rem) {
.tab-bar__label {
    padding-right: 2rem
}
  }
.tab-bar__label-text {
  display: none;
}
@media (min-width: 46rem) {
.tab-bar__label-text {
    display: inline
}
  }
.tab-bar-list {
  display: flex;
  align-items: center;
  animation: ticker 30s linear infinite;
  animation-delay: 0.2s;
  white-space: nowrap;
  will-change: transform;
  transform: translateZ(0);
}
.tab-bar-list:has(.tab-bar__link:hover) {
    animation-play-state: paused;
  }
.tab-bar-item {
  flex-shrink: 0;
}
.tab-bar__link {
  position: relative;
  display: block;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  --csstools-light-dark-toggle--8: var(--csstools-color-scheme--light) rgb(238, 238, 238);
  color: rgba(0, 0, 0, 0.8);
  color: var(--csstools-light-dark-toggle--8, var(--color-black));
  color: light-dark(rgba(0, 0, 0, 0.8), rgb(238, 238, 238));
  font-size: clamp(0.8rem, 0.8rem + 1vw, 0.9rem);
  white-space: nowrap;
  transition: color all 0.3s ease;
  transition: color var(--transition-base);
}
@supports (color: light-dark(red, red)) {
.tab-bar__link {
  color: light-dark(var(--color-black), rgb(238, 238, 238));
}
}
.tab-bar__link:hover {
    color: #0052a3;
    color: var(--primary-color);
  }
.tab-bar__link:before {
    content: "";
    position: absolute;
    left: -3px;
    top: 30px;
    width: 0.4rem;
    height: 0.4rem;
    background: #006fe6;
    background: var(--accent-color);
    opacity: 0.7;
    border-radius: 50px;
    transition: opacity all 0.3s ease;
    transition: opacity var(--transition-base);
  }
/* Modern Mobile-First Responsive Sidebar Styles */
.sidebar {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  right: auto;
  width: 70vw;
  display: flex;
  flex-direction: column;
  --csstools-light-dark-toggle--9: var(--csstools-color-scheme--light) rgb(11, 11, 11);
  background-color: rgb(255, 255, 255);
  background-color: var(--csstools-light-dark-toggle--9, rgb(255, 255, 255));
  background-color: light-dark(rgb(255, 255, 255), rgb(11, 11, 11));
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  overflow: hidden;
  overscroll-behavior: contain;
  transition:
    translate 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  z-index: 999;
  translate: -100% 0;
}
.sidebar.open {
    translate: 0 0;
    box-shadow: 0.5rem 0 1rem rgba(0, 0, 0, 0.2);
  }
@media (min-width: 46rem) {
.sidebar.open {
      translate: 0 0;
      box-shadow: 0.125rem 0.125rem 0.125rem 0.0625rem rgba(0, 0, 0, 0.08)
  }
    }
@media (min-width: 75rem) {
.sidebar {
    width: 17rem
}
  }
.sidebar-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 7.5rem;
  --csstools-light-dark-toggle--10: var(--csstools-color-scheme--light) rgb(0, 23, 47);
  background: #0052a3;
  background: var(--csstools-light-dark-toggle--10, var(--primary-color));
  background: light-dark(#0052a3, rgb(0, 23, 47));
}
@media (color-gamut: p3) {
.sidebar-logo {
  background: light-dark(#0052a3, color(display-p3 0 0.08274 0.20111));
}
}
@supports (color: light-dark(red, red)) {
.sidebar-logo {
  background: light-dark(var(--primary-color), rgb(0, 23, 47));
}
}
@supports (color: color(display-p3 0 0 0%)) and (color: light-dark(red, red)) {
.sidebar-logo {
  background: light-dark(var(--primary-color), rgb(0, 23, 47));
}

@media (color-gamut: p3) {
.sidebar-logo {
  background: light-dark(var(--primary-color), color(display-p3 0 0.08274 0.20111));
}
}
}
@media (min-width: 46rem) {
.sidebar-logo {
    height: 6rem
}
  }
.sidebar-logo svg {
    display: block;
    width: 110px;
    height: auto;
    margin: auto;
  }
.sidebar-nav {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.sidebar-nav::-webkit-scrollbar {
    display: none;
  }
.sidebar__heading {
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #006fe6;
  color: var(--accent-color, rgb(0, 101, 176));
  font-size: clamp(0.75rem, 0.7rem + 0.2vw, 0.875rem);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@supports (color: color(display-p3 0 0 0%)) {
.sidebar__heading {
  color: var(--accent-color, rgb(0, 101, 176));
}

@media (color-gamut: p3) {
.sidebar__heading {
  color: var(--accent-color, color(display-p3 0.1438 0.38895 0.68367));
}
}
}
.sidebar-item svg {
  flex-shrink: 0;
  fill: none;
  stroke-width: 2;
  width: 1.25rem;
  height: 1.25rem;
  transition: stroke 0.2s ease-in-out;
}
.sidebar-icon {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.3rem;
}
@media (min-width: 46rem) {
.sidebar-icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.85rem
}
  }
.sidebar-dropdown-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.sidebar__dropdown {
  width: 1.5rem;
  height: 1.5rem;
  stroke: rgba(0, 0, 0, 0.4);
  transition:
    rotate 0.3s ease-in-out, stroke 0.2s ease-in-out;
  rotate: 0deg;
}
.open .sidebar__dropdown {
    rotate: 180deg;
  }
.sidebar__link {
  display: flex;
  align-items: center;
  min-height: 2.75rem;
  padding-left: 0.5rem;
  padding-right: 0.9rem;
  --csstools-light-dark-toggle--11: var(--csstools-color-scheme--light) rgb(206, 206, 206);
  color: rgba(0, 0, 0, 0.7);
  color: var(--csstools-light-dark-toggle--11, rgba(0, 0, 0, 0.7));
  color: light-dark(rgba(0, 0, 0, 0.7), rgb(206, 206, 206));
  font-weight: 600;
  font-size: clamp(0.875rem, 0.85rem + 0.2vw, 1rem);
  -webkit-text-decoration: none;
  text-decoration: none;
  transition:
    background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.sidebar__link::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.05);
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
  }
.sidebar__link:hover::before,
  .sidebar__link:focus-visible::before {
    opacity: 1;
  }
.sidebar__link:focus-visible {
    outline: 2px solid #006fe6;
    outline: 2px solid var(--accent-color, rgb(0, 101, 176));
    outline-offset: 2px;
  }
@supports (color: color(display-p3 0 0 0%)) {
.sidebar__link:focus-visible {
    outline: 2px solid var(--accent-color, rgb(0, 101, 176));
  }

@media (color-gamut: p3) {
.sidebar__link:focus-visible {
    outline: 2px solid var(--accent-color, color(display-p3 0.1438 0.38895 0.68367));
  }
}
}
.sidebar__link:active {
    scale: 0.98;
  }
.sidebar__link.active {
    color: #006fe6;
    color: var(--accent-color, rgb(0, 101, 176));
    font-weight: 600;
    background: rgba(0, 111, 230, 0.1);
  }
@supports (color: color(display-p3 0 0 0%)) {
.sidebar__link.active {
    color: var(--accent-color, rgb(0, 101, 176));
  }

@media (color-gamut: p3) {
.sidebar__link.active {
    color: var(--accent-color, color(display-p3 0.1438 0.38895 0.68367));
  }
}
}
@supports (color: lab(from red l 1 1% / calc(alpha + 0.1))) {
.sidebar__link.active {
    background: oklch(
      from var(--accent-color, rgb(0, 101, 176)) l c h / 0.1
    );
  }
}
@supports (color: color(display-p3 0 0 0%)) and (color: lab(from red l 1 1% / calc(alpha + 0.1))) {
.sidebar__link.active {
    background: oklch(
      from var(--accent-color, rgb(0, 101, 176)) l c h / 0.1
    );
  }

@media (color-gamut: p3) {
.sidebar__link.active {
    background: oklch(
      from var(--accent-color, color(display-p3 0.1438 0.38895 0.68367)) l c h / 0.1
    );
  }
}
}
.sidebar__link.active svg {
      stroke: #006fe6;
      stroke: var(--accent-color, rgb(0, 101, 176));
    }
@supports (color: color(display-p3 0 0 0%)) {
.sidebar__link.active svg {
      stroke: var(--accent-color, rgb(0, 101, 176));
    }

@media (color-gamut: p3) {
.sidebar__link.active svg {
      stroke: var(--accent-color, color(display-p3 0.1438 0.38895 0.68367));
    }
}
}
@media (prefers-contrast: high) {
.sidebar__link.active {
      outline: 2px solid currentColor
  }
    }
@media (min-width: 46rem) {
.sidebar__link {
    min-height: 3rem;
    padding-left: 0.9rem;
    padding-right: 1rem
}
  }
.sidebar-dropdown-list {
  position: relative;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  translate: 0 -0.25rem;
  transition:
    max-height 0.3s ease-in-out, opacity 0.3s ease-in-out, translate 0.3s ease-in-out;
}
.sidebar-dropdown-list.open {
    max-height: 100vh;
    opacity: 1;
    translate: 0 0;
  }
.sidebar-dropdown__link {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 3.5rem;
  padding-right: 1rem;
  --csstools-light-dark-toggle--12: var(--csstools-color-scheme--light) rgb(190, 190, 190);
  color: rgba(0, 0, 0, 0.6);
  color: var(--csstools-light-dark-toggle--12, rgba(0, 0, 0, 0.6));
  color: light-dark(rgba(0, 0, 0, 0.6), rgb(190, 190, 190));
  font-size: clamp(0.8rem, 0.8rem + 1vw, 0.9rem);
  line-height: 1.4;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition:
    background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.sidebar-dropdown__link:hover,
  .sidebar-dropdown__link:focus-visible {
    --csstools-light-dark-toggle--28: var(--csstools-color-scheme--light) rgba(0, 0, 0, 0.15);
    background: rgba(0, 0, 0, 0.03);
    background: var(--csstools-light-dark-toggle--28, rgba(0, 0, 0, 0.03));
    background: light-dark(rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.15));
    --csstools-light-dark-toggle--29: var(--csstools-color-scheme--light) rgb(222, 222, 222);
    color: rgba(0, 0, 0, 0.8);
    color: var(--csstools-light-dark-toggle--29, rgba(0, 0, 0, 0.8));
    color: light-dark(rgba(0, 0, 0, 0.8), rgb(222, 222, 222));
  }
.sidebar-dropdown__link:focus-visible {
    outline: 2px solid #006fe6;
    outline: 2px solid var(--accent-color, rgb(0, 101, 176));
    outline-offset: -2px;
  }
@supports (color: color(display-p3 0 0 0%)) {
.sidebar-dropdown__link:focus-visible {
    outline: 2px solid var(--accent-color, rgb(0, 101, 176));
  }

@media (color-gamut: p3) {
.sidebar-dropdown__link:focus-visible {
    outline: 2px solid var(--accent-color, color(display-p3 0.1438 0.38895 0.68367));
  }
}
}
.sidebar-dropdown__link:active {
    scale: 0.98;
  }
.sidebar-dropdown__link.active {
    color: #006fe6;
    color: var(--accent-color, rgb(0, 101, 176));
    font-weight: 500;
  }
@supports (color: color(display-p3 0 0 0%)) {
.sidebar-dropdown__link.active {
    color: var(--accent-color, rgb(0, 101, 176));
  }

@media (color-gamut: p3) {
.sidebar-dropdown__link.active {
    color: var(--accent-color, color(display-p3 0.1438 0.38895 0.68367));
  }
}
}
.sidebar-dropdown__link.active::before {
      content: "";
      position: absolute;
      left: 1.5rem;
      top: 1.1rem;
      width: 0.0625rem;
      height: 100vh;
      background-color: rgba(0, 0, 0, 0.15);
      translate: 0 -100%;
    }
.sidebar-dropdown__link.active::after {
      content: "";
      position: absolute;
      left: 1.5rem;
      top: 1.1rem;
      width: 1.2rem;
      height: 0.0625rem;
      background-color: rgba(0, 0, 0, 0.15);
    }
@media (prefers-contrast: high) {
.sidebar-dropdown__link.active {
      outline: 2px solid currentColor
  }
    }
@media (min-width: 46rem) {
.sidebar-dropdown__link {
    min-height: 2rem
}
  }
.sidebar-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  --csstools-light-dark-toggle--13: var(--csstools-color-scheme--light) rgba(0, 0, 0, 0.7);
  background: rgba(0, 0, 0, 0.5);
  background: var(--csstools-light-dark-toggle--13, rgba(0, 0, 0, 0.5));
  background: light-dark(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7));
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
  z-index: 99;
  backdrop-filter: blur(2px);
}
.sidebar-backdrop.open {
    opacity: 1;
    pointer-events: auto;
  }
/* Search Section Styles */
.sidebar-search {
  flex-shrink: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  --csstools-light-dark-toggle--14: var(--csstools-color-scheme--light) rgb(18, 18, 18);
  background: rgb(255, 255, 255);
  background: var(--csstools-light-dark-toggle--14, rgb(255, 255, 255));
  background: light-dark(rgb(255, 255, 255), rgb(18, 18, 18));
}
@media (min-width: 46rem) {
.sidebar-search {
    padding-top: 1rem;
    padding-bottom: 1rem
}
  }
.sidebar-search__form {
  display: flex;
  flex-direction: column;
  gap: clamp(0.5rem, 0.3rem + 0.5vw, 0.75rem);
  gap: var(--space-sm);
  align-items: center;
}
@media (min-width: 20rem) {
.sidebar-search__form {
    flex-direction: row;
    gap: clamp(0.5rem, 0.3rem + 0.5vw, 0.75rem);
    gap: var(--space-sm)
}
  }
.sidebar-search__input {
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border: 1px solid var(--color-grey-border);
  border-radius: 0.375rem;
  --csstools-light-dark-toggle--15: var(--csstools-color-scheme--light) rgb(34, 34, 34);
  background: rgb(255, 255, 255);
  background: var(--csstools-light-dark-toggle--15, rgb(255, 255, 255));
  background: light-dark(rgb(255, 255, 255), rgb(34, 34, 34));
  --csstools-light-dark-toggle--16: var(--csstools-color-scheme--light) rgb(222, 222, 222);
  color: rgb(0, 0, 0);
  color: var(--csstools-light-dark-toggle--16, rgb(0, 0, 0));
  color: light-dark(rgb(0, 0, 0), rgb(222, 222, 222));
  font-size: clamp(0.875rem, 0.8rem + 0.5vw, 1rem);
  font-size: var(--text-sm);
  transition:
    border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.sidebar-search__input:focus {
    outline: none;
    border-color: #0052a3;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 2px #0052a3 / 0.1;
    box-shadow: 0 0 0 2px var(--primary-color) / 0.1;
  }
.sidebar-search__input::-moz-placeholder {
    --csstools-light-dark-toggle--30: var(--csstools-color-scheme--light) rgb(158, 158, 158);
    color: rgba(0, 0, 0, 0.5);
    color: var(--csstools-light-dark-toggle--30, rgba(0, 0, 0, 0.5));
    color: light-dark(rgba(0, 0, 0, 0.5), rgb(158, 158, 158));
    font-size: clamp(0.875rem, 0.8rem + 0.5vw, 1rem);
    font-size: var(--text-sm);
  }
.sidebar-search__input::placeholder {
    --csstools-light-dark-toggle--30: var(--csstools-color-scheme--light) rgb(158, 158, 158);
    color: rgba(0, 0, 0, 0.5);
    color: var(--csstools-light-dark-toggle--30, rgba(0, 0, 0, 0.5));
    color: light-dark(rgba(0, 0, 0, 0.5), rgb(158, 158, 158));
    font-size: clamp(0.875rem, 0.8rem + 0.5vw, 1rem);
    font-size: var(--text-sm);
  }
.sidebar-search__btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.8rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border: 1px solid var(--color-border);
  border-radius: 0.375rem;
  background: #fff;
  background: var(--color-white);
  color: #0052a3;
  color: var(--primary-color);
  cursor: pointer;
  transition:
    background-color 0.2s ease-in-out, transform 0.15s ease-in-out;
}
.sidebar-search__btn svg {
    width: 1rem;
    height: 1rem;
    stroke-width: 2.5;
  }
.sidebar-search__btn:hover {
    background: #005c99;
    background: var(--primary-color-shade);
  }
.sidebar-search__btn:active {
    transform: scale(0.95);
  }
.sidebar-search__btn:focus-visible {
    outline: 2px solid #0052a3;
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
  }
@media (min-width: 46rem) {
.sidebar-search__btn {
    width: auto;
    width: initial;
    padding: 0.8rem
}
  }
/* Section Styles */
.sidebar-section {
  list-style: none;
  padding-top: clamp(0.75rem, 0.8rem + 0.5vw, 1rem);
  padding-bottom: clamp(0.75rem, 0.8rem + 0.5vw, 1rem);
  padding-top: var(--space-base);
  padding-bottom: var(--space-base);
  padding-left: clamp(0.75rem, 0.8rem + 0.5vw, 1rem);
  padding-right: clamp(0.75rem, 0.8rem + 0.5vw, 1rem);
  padding-left: var(--space-base);
  padding-right: var(--space-base);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.sidebar-section:last-child {
    padding-bottom: 3rem;
    border-bottom: none;
  }
@media (min-width: 20rem) {
.sidebar-section {
    padding-left: clamp(0.75rem, 0.8rem + 0.5vw, 1rem);
    padding-right: clamp(0.75rem, 0.8rem + 0.5vw, 1rem);
    padding-left: var(--space-base);
    padding-right: var(--space-base)
}
  }
.sidebar-section__title {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #006fe6;
  color: var(--accent-color);
  margin-bottom: 0.75rem;
}
/* Featured Articles List */
.sidebar-featured-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.sidebar-featured-item {
  list-style: none;
}
.sidebar-featured__link {
  display: block;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --csstools-light-dark-toggle--17: var(--csstools-color-scheme--light) rgb(206, 206, 206);
  color: rgba(0, 0, 0, 0.7);
  color: var(--csstools-light-dark-toggle--17, rgba(0, 0, 0, 0.7));
  color: light-dark(rgba(0, 0, 0, 0.7), rgb(206, 206, 206));
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: clamp(0.875rem, 0.8rem + 0.5vw, 1rem);
  font-size: var(--text-sm);
  line-height: 1.3;
  border-radius: 0.25rem;
  transition:
    background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.sidebar-featured__link:hover,
  .sidebar-featured__link:focus-visible {
    --csstools-light-dark-toggle--31: var(--csstools-color-scheme--light) rgba(0, 0, 0, 0.15);
    background: rgba(0, 0, 0, 0.05);
    background: var(--csstools-light-dark-toggle--31, rgba(0, 0, 0, 0.05));
    background: light-dark(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.15));
    color: #0052a3;
    color: var(--primary-color);
  }
.sidebar-featured__link:focus-visible {
    outline: 2px solid #0052a3;
    outline: 2px solid var(--primary-color);
    outline-offset: -2px;
  }
.sidebar-featured__title {
  display: block;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.3;
}
/* Categories List */
.sidebar-category-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.sidebar-category-item {
  list-style: none;
}
.sidebar-category__link {
  display: block;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --csstools-light-dark-toggle--18: var(--csstools-color-scheme--light) rgb(206, 206, 206);
  color: rgba(0, 0, 0, 0.7);
  color: var(--csstools-light-dark-toggle--18, rgba(0, 0, 0, 0.7));
  color: light-dark(rgba(0, 0, 0, 0.7), rgb(206, 206, 206));
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: clamp(0.875rem, 0.8rem + 0.5vw, 1rem);
  font-size: var(--text-sm);
  line-height: 1.3;
  font-weight: 500;
  border-radius: 0.25rem;
  transition:
    background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.sidebar-category__link:hover,
  .sidebar-category__link:focus-visible {
    --csstools-light-dark-toggle--32: var(--csstools-color-scheme--light) rgba(0, 0, 0, 0.15);
    background: rgba(0, 0, 0, 0.05);
    background: var(--csstools-light-dark-toggle--32, rgba(0, 0, 0, 0.05));
    background: light-dark(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.15));
    color: #0052a3;
    color: var(--primary-color);
  }
.sidebar-category__link:focus-visible {
    outline: 2px solid #0052a3;
    outline: 2px solid var(--primary-color);
    outline-offset: -2px;
  }
.sidebar-category__link.active {
    color: #0052a3;
    color: var(--primary-color);
    font-weight: 600;
  }
/* Pages List */
.sidebar-pages-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.sidebar-pages__link {
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --csstools-light-dark-toggle--19: var(--csstools-color-scheme--light) rgb(206, 206, 206);
  color: rgba(0, 0, 0, 0.7);
  color: var(--csstools-light-dark-toggle--19, rgba(0, 0, 0, 0.7));
  color: light-dark(rgba(0, 0, 0, 0.7), rgb(206, 206, 206));
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: clamp(0.875rem, 0.8rem + 0.5vw, 1rem);
  font-size: var(--text-sm);
  font-weight: 500;
  line-height: 1.3;
  border-radius: 0.25rem;
  transition:
    background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.sidebar-pages__link:hover,
  .sidebar-pages__link:focus-visible {
    --csstools-light-dark-toggle--33: var(--csstools-color-scheme--light) rgba(0, 0, 0, 0.15);
    background: rgba(0, 0, 0, 0.05);
    background: var(--csstools-light-dark-toggle--33, rgba(0, 0, 0, 0.05));
    background: light-dark(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.15));
    color: #0052a3;
    color: var(--primary-color);
  }
.sidebar-pages__link:focus-visible {
    outline: 2px solid #0052a3;
    outline: 2px solid var(--primary-color);
    outline-offset: -2px;
  }
.sidebar-profile {
  flex-shrink: 0;
  background-color: #fff;
  background-color: var(--color-white);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.sidebar-profile-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 17px 16px 13px;
  background: none;
  border: none;
  cursor: pointer;
  transition: all 200ms ease;
}
.sidebar-profile-button:hover {
    opacity: 0.85;
  }
.sidebar-profile-button-wrapper {
  display: flex;
  align-items: center;
}
.sidebar-profile__img {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
}
.sidebar-profile-initials {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: linear-gradient(
    135deg,
    #006fe6 0%,
    #0052a3 100%
  );
  background: linear-gradient(
    135deg,
    var(--accent-color) 0%,
    var(--primary-color) 100%
  );
  color: #fff;
  font-size: clamp(0.875rem, 0.8rem + 0.5vw, 1rem);
  font-size: var(--text-sm);
  font-weight: 450;
}
.sidebar-profile__name {
  display: inline-block;
  max-width: 95px;
  margin-left: 11px;
  font-size: clamp(0.875rem, 0.8rem + 0.5vw, 1rem);
  font-size: var(--text-sm);
  color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
}
.sidebar-profile-dropdown {
  position: absolute;
  top: 100%;
  right: 10px;
  min-width: 200px;
  padding: 5px 0;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: all 0.2s ease;
}
.sidebar-profile-dropdown.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.sidebar-profile-dropdown__link {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  color: rgba(0, 0, 0, 0.7);
  font-size: clamp(0.875rem, 0.8rem + 0.5vw, 1rem);
  font-size: var(--text-sm);
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: background-color 0.15s ease;
}
.sidebar-profile-dropdown__link:hover {
    opacity: 0.7;
  }
.sidebar-profile-dropdown__link:first-child {
    border-radius: 8px 8px 0 0;
  }
.sidebar-profile-dropdown__link:last-child {
    border-radius: 0 0 8px 8px;
  }
.sidebar-profile-dropdown-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 9px;
}
.sidebar-profile-dropdown-icon svg {
  stroke: #a6a6a6;
}
/* Section */
.section {
  background: var(--bg-white);
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.section-opinion {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.section-articles:nth-child(even) {
    background: #f8fafc;
  }
.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.section-header--column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 2rem;
}
.section-header--mb {
  margin-bottom: 3rem;
}
.section-header--border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgb(0 0 0 / 0.1);
  border-bottom: 1px solid var(--color-border);
}
.section-header--center {
  justify-content: center;
}
.section-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}
.section__title {
  display: inline-flex;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #0052a3;
  color: var(--primary-color);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  padding-left: 1.2rem;
  font-style: italic;
}
.section__title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 30px;
    transform: translateY(-50%) rotate(10deg);
    background: #006fe6;
    background: var(--accent-color);
  }
.section__title--centered {
  text-align: center;
}
.section__text {
  max-width: 600px;
  color: rgba(0, 0, 0, 0.8);
  color: var(--color-black);
  font-size: 1.2rem;
  font-weight: 450;
  line-height: 1.5;
  font-style: italic;
}
.search-results-container {
  padding-top: clamp(2rem, 1.5rem + 2.5vw, 3rem);
  padding-bottom: clamp(2rem, 1.5rem + 2.5vw, 3rem);
  padding-top: var(--space-xxl);
  padding-bottom: var(--space-xxl);
}
.search-header {
  margin-bottom: 2rem;
  text-align: center;
}
.search-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
@media (min-width: 46rem) {
.search-title {
    font-size: 1.5rem
}
  }
.search-query {
  color: #0052a3;
  color: var(--primary-color);
  font-weight: 700;
  font-weight: var(--font-weight-bold);
}
.search-filters {
  margin-bottom: 2rem;
}
.filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}
@media (min-width: 46rem) {
.filter-pills {
    gap: 0.5rem
}
  }
.filter-pill {
  display: inline-block;
  padding: 0.5rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border: 1px solid var(--color-border);
  border-radius: 20px;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #333;
  color: var(--color-text);
  font-size: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
  font-size: var(--text-xs);
  font-weight: 500;
  font-weight: var(--font-weight-medium);
  text-transform: uppercase;
  transition: all 0.3s ease;
  transition: var(--transition-base);
  cursor: pointer;
}
.filter-pill:hover {
    background-color: rgba(0, 0, 0, 0.03);
    background-color: var(--color-hover);
  }
@media (min-width: 46rem) {
.filter-pill {
    padding: 0.4rem 1rem;
    font-size: clamp(0.75rem, 0.7rem + 0.2vw, 0.8125rem);
    font-size: var(--text-xxs)
}
  }
.filter-pill--active {
  background-color: #0052a3;
  background-color: var(--primary-color);
  color: #fff;
  color: var(--color-white);
}
.filter-pill--active:hover {
    background-color: #0052a3;
    background-color: var(--primary-color);
  }
.search-results-grid {
  margin-bottom: 2rem;
}
.no-results {
  text-align: center;
  padding: 3rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  background-color: var(--color-hover);
  border-radius: 8px;
  border-radius: var(--radius-md);
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.no-results p {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  color: rgba(0, 0, 0, 0.54);
  color: var(--color-grey);
  font-size: 1.1rem;
}
.no-results-hint {
  font-size: 0.95rem;
  color: rgba(0, 0, 0, 0.4);
  color: var(--color-grey-tint);
}
.search-footer {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 0 20px;
  height: 44px;
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  font-size: 0.9rem;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #0052a3;
  background-color: var(--primary-color);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.button--sm {
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.button--md {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
.button--lg {
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.button--xl {
  padding: 1rem 2rem;
  font-size: 1.25rem;
  line-height: 2rem;
}
.button--fill {
  width: 100%;
}
.button--danger {
  color: #fff;
  background-color: hsl(0, 75%, 55%);
  background-color: var(--color-state-red);
}
.button--warning {
  color: #fff;
  background-color: #ed8936;
  background-color: var(--color-state-orange);
}
.button--cancel {
  color: rgba(0, 0, 0, 0.54);
  color: var(--color-grey);
  background-color: rgba(0, 0, 0, 0.1);
  background-color: var(--color-grey-border);
}
.button--secondary {
  color: #0052a3;
  color: var(--primary-color);
  background-color: #fff;
  background-color: var(--color-white);
  border: 1px solid #0052a3;
  border: 1px solid var(--primary-color);
}
.button--hidden-mobile {
  display: none;
}
@media (min-width: 46rem) {
.button--hidden-mobile {
    display: inline-flex
}
  }
.button:disabled {
  opacity: 0.5;
}
.button__svg {
  width: 18px;
  height: 18px;
  stroke: #0052a3;
  stroke: var(--primary-color);
}
/* Featured Section New Layout */
/* Two-Column Layout */
.featured-layout {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1.5rem;
  gap: 1.5rem;
  align-items: start;
}
@media (min-width: 61.25rem) {
.featured-layout {
    grid-template-columns: 7fr 3fr;
    gap: max(1.5rem, min(3vw, 2rem))
}
  }
@media (min-width: 100rem) {
.featured-layout {
    grid-template-columns: 7.5fr 2.5fr
}
  }
.featured-left {
  /* Left column for articles */
}
.featured-right {
  margin-top: clamp(0.75rem, 0.8rem + 0.5vw, 1rem);
  margin-top: var(--space-base);
}
@media (min-width: 61.25rem) {
.featured-right {
    margin-top: 0;
    margin-top: initial
}
  }
/* Hero Headline */
.featured-headline {
  margin-bottom: 1.5rem;
}
@media (min-width: 100rem) {
.featured-headline {
    margin-bottom: 2rem
}
  }
.featured-headline__link {
  display: block;
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: color 0.2s ease;
}
.featured-headline__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  gap: 0.5rem;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  border-radius: 0 0 8px 8px;
  border-radius: 0 0 var(--radius-md) var(--radius-md);
}
.featured-headline__text {
  font-size: 1.1rem;
  font-weight: 650;
  line-height: 1.3;
  color: #fff;
  color: var(--color-white);
  margin: 0;
  flex: 1;
}
@media (min-width: 61.25rem) {
.featured-headline__text {
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.2
}
  }
.featured-headline__date {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.8);
  color: var(--color-white-tint);
  font-style: italic;
}
.featured-headline__figure {
  position: relative;
  margin: 0;
  width: 100%;
  height: 12.5rem;
  overflow: hidden;
  border-radius: 8px;
  border-radius: var(--radius-md);
  background: rgba(0, 0, 0, 0.03);
  background: var(--color-hover);
}
.featured-headline__figure::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.6)
    );
    z-index: 1;
    border-radius: 8px;
    border-radius: var(--radius-md);
  }
@media (min-width: 61.25rem) {
.featured-headline__figure {
    height: 32rem;
    aspect-ratio: 4 / 3
}
  }
.featured-headline__picture {
  display: block;
}
.featured-headline__img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.featured-headline__tags {
  position: absolute;
  top: 1.25rem;
  left: 1.5rem;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  align-items: center;
  z-index: 2;
}
.featured-headline__category {
  position: static;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  --csstools-light-dark-toggle--20: var(--csstools-color-scheme--light) rgb(0, 101, 176);
  background: #0052a3;
  background: var(--csstools-light-dark-toggle--20, var(--primary-color));
  background: light-dark(#0052a3, rgb(0, 101, 176));
  border-radius: 4px;
  border-radius: var(--radius-sm);
  color: white;
  font-size: clamp(0.625rem, 0.6rem + 0.15vw, 0.75rem);
  font-size: var(--text-xxxs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media (color-gamut: p3) {
.featured-headline__category {
  background: light-dark(#0052a3, color(display-p3 0.1438 0.38895 0.68367));
}
}
@supports (color: light-dark(red, red)) {
.featured-headline__category {
  background: light-dark(var(--primary-color), rgb(0, 101, 176));
}
}
@supports (color: color(display-p3 0 0 0%)) and (color: light-dark(red, red)) {
.featured-headline__category {
  background: light-dark(var(--primary-color), rgb(0, 101, 176));
}

@media (color-gamut: p3) {
.featured-headline__category {
  background: light-dark(var(--primary-color), color(display-p3 0.1438 0.38895 0.68367));
}
}
}
.featured-headline__badge--exclusive {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  background: #007e33;
  border-radius: 4px;
  border-radius: var(--radius-sm);
  color: white;
  font-size: clamp(0.625rem, 0.6rem + 0.15vw, 0.75rem);
  font-size: var(--text-xxxs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.featured-headline a {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.featured-headline a:hover .featured-headline__img {
  transform: scale(1.05);
}
/* Featured Links List */
.featured-links-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 2.5rem;
}
@media (min-width: 46rem) {
.featured-links-list {
    gap: 0.75rem
}
  }
.featured-link-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  padding-left: 2.5rem;
  --csstools-light-dark-toggle--21: var(--csstools-color-scheme--light) rgb(3, 23, 44);
  background: var(--csstools-light-dark-toggle--21, var(--bg-white));
  border-radius: 8px;
  border-radius: var(--radius-md);
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  transition: all 0.2s ease;
  position: relative;
}
@supports (color: light-dark(red, red)) {
.featured-link-item {
  background: light-dark(var(--bg-white), rgb(3, 23, 44));
}
}
.featured-link-item::before {
    content: "";
    position: absolute;
    left: 1rem;
    width: 8px;
    height: 8px;
    background: #0052a3;
    background: var(--primary-color);
    border-radius: 1px;
  }
@media (min-width: 46rem) {
.featured-link-item {
    padding: 0.75rem
}
  }
.featured-link-item:hover {
  --csstools-light-dark-toggle--22: var(--csstools-color-scheme--light) rgb(13, 35, 57);
  background: rgb(232, 243, 255);
  background: var(--csstools-light-dark-toggle--22, rgb(232, 243, 255));
  background: light-dark(rgb(232, 243, 255), rgb(13, 35, 57));
  box-shadow: 0 2px 4px 4px rgba(33, 33, 33, 0.07);
  box-shadow: var(--shadow-sm);
  transform: translateX(8px);
}
@media (color-gamut: p3) {
.featured-link-item:hover {
  background: light-dark(color(display-p3 0.91812 0.95239 0.99595), rgb(13, 35, 57));
}
}
.featured-link-item__border {
  display: none;
}
.featured-link-item__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  flex: 1;
}
/* Featured Cards Grid */
.featured-cards-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1.25rem;
  gap: 1.25rem;
  margin-top: 1.5rem;
}
@media (min-width: 61.25rem) {
.featured-cards-grid {
    grid-template-columns: repeat(2, 1fr)
}
  }
@media (min-width: 75rem) {
.featured-cards-grid {
    grid-template-columns: repeat(2, 1fr)
}
  }
@media (min-width: 100rem) {
.featured-cards-grid {
    gap: 1.5rem;
    margin-top: 2rem
}
  }
/* Featured Video Card */
.featured-video-card {
  position: relative;
}
/* Featured Non-Live Videos Stack */
.featured-non-live-videos {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.featured-non-live-video-item {
  position: relative;
  width: 100%;
}
/* Fixed Live Video Component */
@keyframes blink-subtle {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
.featured-live-video-fixed {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  width: 310px;
  height: 210px;
  z-index: 100;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  overflow: hidden;
  background: white;
  display: flex;
  flex-direction: column;
}
@media (min-width: 61.25rem) {
.featured-live-video-fixed {
    bottom: 1.5rem;
    right: 1.5rem
}
  }
@media (min-width: 100rem) {
.featured-live-video-fixed {
    width: 320px;
    height: 220px
}
  }
.featured-live-video-fixed .video-card-featured {
    border-radius: 0;
  }
.featured-live-video-fixed .video-card-featured-media {
    height: 100%;
  }
.video-badge {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: hsl(0, 75%, 55%);
  background: var(--color-state-red);
  animation: blink-subtle 1.5s infinite;
  vertical-align: middle;
}
.video-badge--live {
  display: inline-block;
}
.video-badge__dot {
  display: none;
}
.featured-live-video-fixed__header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.4rem 0.75rem 0.4rem 1rem;
  background-color: #0052a3;
  background-color: var(--primary-color);
  z-index: 1;
}
.featured-live-video-fixed__title {
  font-weight: 600;
  font-size: 0.75rem;
  color: #fff;
  color: var(--color-white);
  flex: 1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.featured-live-video-fixed__close {
  background: none;
  border: none;
  padding: 0.25rem;
  cursor: pointer;
  color: #fff;
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease;
}
.featured-live-video-fixed__close:hover {
    opacity: 0.8;
  }
.featured-live-video-fixed__close svg {
    width: 18px;
    height: 18px;
  }
.featured-live-video-fixed .featured-video-card {
  width: 100%;
  flex: 1;
  min-height: 0;
}
/* Animation for the live video badge */
.featured-live-video-fixed .video-badge {
  animation: blink-subtle 1.5s infinite;
}
/* Consolidated Grid Navigation Styles */
.grid-nav {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  gap: 0.75rem;
  z-index: 10;
}
.grid-nav__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid transparent;
  background: rgba(0, 0, 0, 0.08);
  --csstools-light-dark-toggle--0: var(--csstools-color-scheme--light) var(--text-light);
  color: var(--csstools-light-dark-toggle--0, var(--text-dark));
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
  flex-shrink: 0;
}
@supports (color: light-dark(red, red)) {
.grid-nav__button {
  color: light-dark(var(--text-dark), var(--text-light));
}
}
.grid-nav__button:hover:not(:disabled) {
    background: rgba(0, 0, 0, 0.12);
    transform: scale(1.1);
  }
.grid-nav__button:active {
    transform: scale(0.95);
  }
.grid-nav__button:disabled {
    opacity: 0.4;
    cursor: not-allowed;
  }
.grid-nav__button svg {
    width: 20px;
    height: 20px;
  }
/* Story Overlay Cards */
.story-section {
  --csstools-light-dark-toggle--23: var(--csstools-color-scheme--light) rgb(0, 12, 28);
  background: var(--csstools-light-dark-toggle--23, var(--bg-white));
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@supports (color: light-dark(red, red)) {
.story-section {
  background: light-dark(var(--bg-white), rgb(0, 12, 28));
}
}
@supports (color: color(display-p3 0 0 0%)) and (color: light-dark(red, red)) {
.story-section {
  background: light-dark(var(--bg-white), rgb(0, 12, 28));
}

@media (color-gamut: p3) {
.story-section {
  background: light-dark(var(--bg-white), color(display-p3 0.00303 0.04258 0.11615));
}
}
}
@media (min-width: 46rem) {
.story-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}
  }
.story-grid {
  display: flex;
  gap: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.story-grid::-webkit-scrollbar {
    display: none;
  }
@media (min-width: 46rem) {
.story-grid {
    gap: 1.5rem
}
  }
.story-card {
  flex-shrink: 0;
  position: relative;
  width: 150px;
  aspect-ratio: 3 / 5;
  border-radius: 0.75rem;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (min-width: 46rem) {
.story-card {
    width: 185px
}
  }
@media (min-width: 75rem) {
.story-card {
    width: 220px
}
  }
.story-card:hover .story-card__img {
    transform: scale(1.08);
  }
.story-card__picture {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.story-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.story-card__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    to bottom,
    rgba(33, 33, 33, 0) 0%,
    rgba(33, 33, 33, 0.3) 40%,
    rgba(33, 33, 33, 0.6) 100%
  );
  transition: all 0.3s ease;
  z-index: 1;
}
.story-card__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
  padding: 1rem;
  flex-direction: column;
  z-index: 2;
}
.story-card__title {
  color: white;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.25;
  transition: all 0.2s ease;
  word-break: break-word;
}
@media (min-width: 46rem) {
.story-card__title {
    font-size: 1.2rem
}
  }
/* Story Navigation */
.story-container {
  position: relative;
  padding-bottom: 3rem;
}
.story-card-nav {
  position: absolute;
  bottom: 0;
  right: 2%;
  display: flex;
  gap: 0.75rem;
  z-index: 10;
}
.story-card-nav__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid transparent;
  background: rgba(0, 0, 0, 0.08);
  --csstools-light-dark-toggle--1: var(--csstools-color-scheme--light) var(--text-light);
  color: var(--csstools-light-dark-toggle--1, var(--text-dark));
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0;
  flex-shrink: 0;
}
@supports (color: light-dark(red, red)) {
.story-card-nav__button {
  color: light-dark(var(--text-dark), var(--text-light));
}
}
.story-card-nav__button:hover {
    background: rgba(0, 0, 0, 0.12);
  }
.story-card-nav__button:active {
    transform: scale(0.95);
  }
.story-card-nav__button svg {
    width: 1.25rem;
    height: 1.25rem;
  }
.story-card-nav__button:disabled {
    opacity: 0.4;
    cursor: not-allowed;
  }
.story-card-nav__button:disabled:hover {
      background: rgba(0, 0, 0, 0.08);
    }
/* Regular Article Cards */
.articles-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1.5rem;
  gap: 1.5rem;
}
@media (min-width: 61.25rem) {
.articles-grid {
    grid-template-columns: 2fr 1fr
}
  }
.cards-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1.5rem;
  gap: 1.5rem;
}
@media (min-width: 61.25rem) {
.cards-grid {
    grid-template-columns: 1fr 1fr
}
  }
.article-card {
  position: relative;
  display: flex;
  flex-direction: row;
  min-height: 8.5rem;
  background: #fff;
  background: var(--bg-white, #fff);
  border-radius: 8px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border: 1px solid var(--color-border, #e5e5e5);
  box-shadow: 0 2px 4px 4px rgba(33, 33, 33, 0.07);
  box-shadow: var(--shadow-sm);
  transition: all 0.2s ease;
  overflow: hidden;
}
.article-card:hover {
    box-shadow: 0 3px 5px 5px rgba(33, 33, 33, 0.07);
    box-shadow: var(--shadow-md);
  }
.article-card:hover .article-card__img {
    transform: scale(1.08);
  }
@media (min-width: 61.25rem) {
.article-card {
    flex-direction: column;
    padding: 0;
    padding: initial;
    gap: initial
}
  }
.article-card__link {
  display: flex;
  flex-direction: row;
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
  height: 100%;
}
@media (min-width: 61.25rem) {
.article-card__link {
    display: block
}
  }
.article-card-list__link {
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
  height: 100%;
}
.article-card-figure {
  position: relative;
  width: 8.5rem;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 61.25rem) {
.article-card-figure {
    width: auto;
    width: initial;
    border-radius: none;
    border-radius-top-right: 4px;
    border-radius-top-right: var(--radius-sm);
    border-radius-top-left: 4px;
    border-radius-top-left: var(--radius-sm);
    height: 12rem
}
  }
@media (min-width: 100rem) {
.article-card-figure {
    width: auto;
    width: initial;
    height: 13rem
}
  }
.article-card-list-figure {
  width: 15rem;
}
.article-card__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.article-card-video-media {
  position: relative;
  width: 8.5rem;
  height: 100%;
  background: #000;
  overflow: hidden;
  cursor: pointer;
}
@media (min-width: 61.25rem) {
.article-card-video-media {
    width: auto;
    width: initial;
    height: 12rem
}
  }
@media (min-width: 100rem) {
.article-card-video-media {
    height: 13rem
}
  }
.article-card-video-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(33, 33, 33, 0.25);
  z-index: 3;
}
.article-card-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  background: hsl(0, 75%, 55%);
  background: var(--color-state-red);
  border-radius: 50%;
  box-shadow: 0 3px 5px 5px rgba(33, 33, 33, 0.07);
  box-shadow: var(--shadow-md);
  transition: all 0.2s ease;
  transition: var(--transition);
  z-index: 4;
}
.article-card:hover .article-card-video-play {
    transform: translate(-50%, -50%) scale(1.1);
  }
.article-card-video-figure {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.article-card-video-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content-visibility: hidden;
}
.article-card-video-embed iframe {
    width: 100%;
    height: 100%;
  }
.article-card--playing .article-card-video-embed {
    content-visibility: visible;
  }
.article-card--playing .article-card-video-overlay,
  .article-card--playing .article-card-video-play,
  .article-card--playing .article-card-video-figure {
    display: none;
    visibility: hidden;
    content-visibility: hidden;
  }
.article-card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0.7rem 1rem 1.5rem 1rem;
}
@media (min-width: 61.25rem) {
.article-card-content {
    padding: 1.1rem;
    padding-bottom: 1.4rem
}
  }
@media (min-width: 100rem) {
.article-card-content {
    padding: 1.5rem
}
  }
.article-card-content__link {
  display: block;
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.article-card__pretitle {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: #0052a3;
  color: var(--primary-color);
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}
.article-card__title {
  margin-top: 0.4rem;
  color: rgba(0, 0, 0, 0.8);
  color: var(--color-black);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.article-card__subtitle {
  margin-bottom: 1rem;
  color: rgba(0, 0, 0, 0.54);
  color: var(--color-grey);
  font-size: max(0.85rem, min(1.2vw, 0.95rem));
  line-height: 1.45;
  font-style: italic;
  overflow: hidden;
}
.article-card__date {
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.54);
  color: var(--color-grey);
}
.more-articles {
  display: none;
  content-visibility: hidden;
  background: #fff;
  background: var(--color-white);
  border-radius: 4px;
  border-radius: var(--radius-sm);
  box-shadow: 0 2px 4px 4px rgba(33, 33, 33, 0.07);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}
@media (min-width: 61.25rem) {
.more-articles {
    display: inline;
    display: initial;
    content-visibility: visible
}
  }
.more-articles__heading {
  display: block;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid var(--color-grey-border);
  background-color: #0052a3;
  background-color: var(--primary-color);
  color: #fff;
  color: var(--color-white);
  font-family: "Roboto Condensed", sans-serif;
  font-family: var(--font-stack-condensed);
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
}
.more-articles-grid {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-bottom: 1.8rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.article-more {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid var(--color-border);
  transition: all 0.2s ease;
  transition: var(--transition);
}
.article-more:first-child {
    padding-top: 0;
  }
.article-more:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
.article-more:hover {
    transform: translateX(2px);
  }
.article-more__pretitle {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: #0052a3;
  color: var(--primary-color);
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}
.article-more__title {
  margin-bottom: 0.4rem;
  --csstools-light-dark-toggle--2: var(--csstools-color-scheme--light) var(--color-white);
  color: rgba(0, 0, 0, 0.8);
  color: var(--csstools-light-dark-toggle--2, var(--color-black));
  color: light-dark(rgba(0, 0, 0, 0.8), #fff);
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4;
  transition: all 0.2s ease;
  transition: var(--transition);
}
@supports (color: light-dark(red, red)) {
.article-more__title {
  color: light-dark(var(--color-black), var(--color-white));
}
}
.article-more__date {
  display: block;
  font-size: 0.85rem;
  color: rgba(0, 0, 0, 0.54);
  color: var(--color-grey);
}
/* Featured Article Cards */
.featured-section {
  --csstools-light-dark-toggle--24: var(--csstools-color-scheme--light) rgb(0, 12, 28);
  background: var(--csstools-light-dark-toggle--24, var(--bg-white));
  padding-top: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  content-visibility: auto;
}
@supports (color: light-dark(red, red)) {
.featured-section {
  background: light-dark(var(--bg-white), rgb(0, 12, 28));
}
}
@supports (color: color(display-p3 0 0 0%)) and (color: light-dark(red, red)) {
.featured-section {
  background: light-dark(var(--bg-white), rgb(0, 12, 28));
}

@media (color-gamut: p3) {
.featured-section {
  background: light-dark(var(--bg-white), color(display-p3 0.00303 0.04258 0.11615));
}
}
}
@media (min-width: 46rem) {
.featured-section {
    padding-top: 2.5rem
}
  }
.featured-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: max(1rem, min(1.5vw, 1.25rem));
  gap: max(1rem, min(1.5vw, 1.25rem));
}
@media (min-width: 46rem) {
.featured-grid {
    grid-template-columns: 1.9fr 1.1fr;
    grid-template-rows: repeat(2, 1fr);
    height: max(350px, min(70vh, 480px))
}
  }
.featured-card {
  position: relative;
  --csstools-light-dark-toggle--25: var(--csstools-color-scheme--light) rgb(3, 23, 44);
  background: var(--csstools-light-dark-toggle--25, var(--bg-white));
  border-radius: 8px;
  border-radius: var(--radius-md);
  box-shadow: 0 2px 4px 4px rgba(33, 33, 33, 0.07);
  box-shadow: var(--shadow-sm);
  transition: all 0.2s ease;
  transition: var(--transition);
  content-visibility: auto;
  overflow: hidden;
}
@supports (color: light-dark(red, red)) {
.featured-card {
  background: light-dark(var(--bg-white), rgb(3, 23, 44));
}
}
.featured-card:hover {
    box-shadow: 0 3px 5px 5px rgba(33, 33, 33, 0.07);
    box-shadow: var(--shadow-md);
  }
.featured-card:hover .featured-card__img {
    transform: scale(1.07);
  }
.featured-card__link {
  display: block;
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
  height: 100%;
}
.featured-card-figure {
  position: relative;
  width: 100%;
  height: 13rem;
  aspect-ratio: 4 / 3;
  background: rgb(219, 230, 242);
  overflow: hidden;
  margin: 0;
}
.featured-card-figure::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.6)
    );
    z-index: 1;
  }
.featured-card-picture {
  display: block;
  width: 100%;
  height: 100%;
}
.featured-card__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.featured-card__overlay {
  display: none;
}
.featured-card__tags {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  align-items: center;
  z-index: 2;
}
.featured-card__category {
  position: static;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --csstools-light-dark-toggle--26: var(--csstools-color-scheme--light) rgb(0, 101, 176);
  background: #0052a3;
  background: var(--csstools-light-dark-toggle--26, var(--primary-color));
  background: light-dark(#0052a3, rgb(0, 101, 176));
  border-radius: 4px;
  border-radius: var(--radius-sm);
  color: white;
  font-size: clamp(0.625rem, 0.6rem + 0.15vw, 0.75rem);
  font-size: var(--text-xxxs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media (color-gamut: p3) {
.featured-card__category {
  background: light-dark(#0052a3, color(display-p3 0.1438 0.38895 0.68367));
}
}
@supports (color: light-dark(red, red)) {
.featured-card__category {
  background: light-dark(var(--primary-color), rgb(0, 101, 176));
}
}
@supports (color: color(display-p3 0 0 0%)) and (color: light-dark(red, red)) {
.featured-card__category {
  background: light-dark(var(--primary-color), rgb(0, 101, 176));
}

@media (color-gamut: p3) {
.featured-card__category {
  background: light-dark(var(--primary-color), color(display-p3 0.1438 0.38895 0.68367));
}
}
}
.featured-card__badge--exclusive {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  background: #007e33;
  border-radius: 4px;
  border-radius: var(--radius-sm);
  color: white;
  font-size: clamp(0.625rem, 0.6rem + 0.15vw, 0.75rem);
  font-size: var(--text-xxxs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.featured-card-content {
  display: none;
}
.featured-card__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  gap: 0.3rem;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  border-radius: 0 0 8px 8px;
  border-radius: 0 0 var(--radius-md) var(--radius-md);
}
.featured-card__title {
  margin: 0;
  color: #fff;
  color: var(--color-white);
  font-size: 1.1rem;
  font-weight: 650;
  line-height: 1.3;
  transition: color 0.2s ease;
  flex: 1;
}
.featured-card__date {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.8);
  color: var(--color-white-tint);
  font-style: italic;
}
.featured-card__subtitle {
  color: rgb(106, 131, 157);
  font-size: max(0.875rem, min(1vw, 0.95rem));
  font-style: italic;
  line-height: 1.2;
  margin-top: 0.5rem;
}
/* Horizontal Featured Card Variant */
.featured-card--horizontal .featured-card__link {
    display: block;
  }
.featured-card--horizontal .featured-card-figure {
    width: 100%;
    height: auto;
    height: initial;
    aspect-ratio: 16 / 9;
  }
.featured-card--horizontal .featured-card__title {
    font-size: 1rem;
  }
/* Opinion Cards */
.opinion-container {
  position: relative;
  padding-bottom: 3.5rem;
}
.opinion-grid {
  position: relative;
  display: flex;
  gap: 2rem;
  padding: 10px;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.opinion-grid::-webkit-scrollbar {
    display: none;
  }
.opinion-card {
  flex: 0 0 340px;
  position: relative;
  gap: 1rem;
  padding: 1rem;
  background: var(--bg-white);
  border-radius: 8px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border: 1px solid var(--color-border);
  border-left: 4px solid #0052a3;
  border-left: 4px solid var(--primary-color);
  box-shadow: 0 2px 4px 4px rgba(33, 33, 33, 0.07);
  box-shadow: var(--shadow-sm);
  transition: all 0.2s ease;
  transition: var(--transition);
  scroll-snap-align: start;
}
.opinion-card:hover {
    box-shadow: 0 3px 5px 5px rgba(33, 33, 33, 0.07);
    box-shadow: var(--shadow-md);
    transform: scale(1.03);
  }
@media (min-width: 61.25rem) {
.opinion-card {
    flex: 0 0 400px;
    padding: 1.2rem
}
  }
.opinion-card-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
  gap: 1rem;
}
.opinion-card-figure {
  position: relative;
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  border-radius: var(--radius-full);
  overflow: hidden;
}
@media (min-width: 61.25rem) {
.opinion-card-figure {
    width: 5.8rem;
    height: 5.8rem
}
  }
.opinion-card__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.opinion-card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}
.opinion-card__column {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: #0052a3;
  color: var(--primary-color);
  text-transform: uppercase;
}
.opinion-card__title {
  margin-top: 0.4rem;
  font-size: 1.2rem;
  line-height: 1.2;
}
.opinion-card__author {
  display: -webkit-box;
  margin-top: 0.4rem;
  color: rgba(0, 0, 0, 0.54);
  color: var(--color-grey);
  font-size: max(0.85rem, min(1.2vw, 0.95rem));
  line-height: 1.45;
  font-style: italic;
  /* -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; */
  overflow: hidden;
}
.audio-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1.5rem;
  gap: 1.5rem;
}
@media (min-width: 46rem) {
.audio-grid {
    grid-template-columns: 1fr 1fr
}
  }
.audio-card.audio-card--playing .audio-card-embed {
      display: block;
      content-visibility: visible;
    }
.audio-card.audio-card--playing .audio-card-embed audio {
        transform: scaleX(1);
      }
.audio-card.audio-card--playing .audio-card-embed:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #80c6ff;
        border-radius: 100px;
        z-index: 6;
        opacity: 0.2;
        pointer-events: none;
      }
.audio-card.audio-card--playing .audio-card-play {
      display: none;
      visibility: hidden;
      content-visibility: hidden;
    }
.audio-card-wrapper {
  display: grid;
  grid-gap: 1rem;
  gap: 1rem;
  grid-template-columns: auto 1fr;
}
@media (min-width: 46rem) {
.audio-card-wrapper {
    grid-template-columns: auto 1fr;
    gap: 1rem
}
  }
.audio-card-figure {
  position: relative;
  width: 8rem;
  height: 100%;
  border-radius: 4px;
  border-radius: var(--radius-sm);
  overflow: hidden;
}
@media (min-width: 61.25rem) {
.audio-card-figure {
    width: 8rem;
    height: 9rem
}
  }
.audio-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  transition: transform 0.3s ease;
}
.audio-card__segment {
  display: block;
  margin-bottom: 0.5rem;
  color: #0052a3;
  color: var(--primary-color);
  font-family: "Roboto Condensed", sans-serif;
  font-family: var(--font-stack-condensed);
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
.audio-card__title {
  margin-bottom: 0.8rem;
  font-size: clamp(1.1rem, 1.1rem + 0.1vw, 1.2rem);
  font-weight: 700;
  line-height: 1.4;
}
.audio-card-embed {
  display: none;
  position: relative;
  width: 100%;
  height: 56px;
  content-visibility: hidden;
  z-index: 1;
}
.audio-card-embed audio {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    transition: var(--transition-base);
    transform: scaleX(0);
    transform-origin: left;
  }
.audio-card-play {
  width: 100%;
  background: none;
  cursor: pointer;
}
.audio-card-play:hover .audio-card-waveform__play {
      transform: scale(1.1);
      background: #006fe6;
      background: var(--accent-color, #0057a8);
    }
.audio-card-waveform {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 0.2rem;
  padding: 0.75rem 1rem;
  background-color: hsl(224, 100%, 95%);
  background-color: var(--primary-color-transparent);
  border-radius: 8px;
  border-radius: var(--radius-md);
}
.audio-card-waveform__play {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background: #0052a3;
  background: var(--primary-color);
  border: none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  transition:
    transform 0.2s ease, background 0.2s ease;
}
.audio-card-waveform__svg {
  flex: 1;
  min-width: 0;
  width: 100%;
  height: 32px;
  overflow: visible;
}
.audio-card-waveform__svg rect {
    fill: #0052a3;
    fill: var(--primary-color);
    opacity: 0.25;
  }
.audio-card:hover rect {
  opacity: 0.35;
}
.videos-container {
  position: relative;
  padding-bottom: 3.5rem;
}
.videos-grid {
  position: relative;
  display: flex;
  gap: 2rem;
  padding: 10px;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.videos-grid::-webkit-scrollbar {
    display: none;
  }
.video-card {
  flex: 0 0 300px;
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  background: var(--color-white);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border: 1px solid var(--color-border, #e5e5e5);
  border-radius: 4px;
  border-radius: var(--radius-sm);
  box-shadow: 0 2px 4px 4px rgba(33, 33, 33, 0.07);
  box-shadow: var(--shadow-sm);
  transition: all 0.2s ease;
  transition: var(--transition);
  cursor: pointer;
  overflow: hidden;
  scroll-snap-align: start;
}
@media (min-width: 61.25rem) {
.video-card {
    flex: 0 0 350px
}
  }
@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.video-card--playing .video-card-embed {
    content-visibility: visible;
  }
.video-card--playing .video-card-overlay,
  .video-card--playing .video-card-play,
  .video-card--playing .video-card-figure {
    display: none;
    visibility: hidden;
    content-visibility: hidden;
  }
.video-card-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(33, 33, 33, 0.25);
  z-index: 3;
}
.video-card-header {
  display: flex;
  align-items: center;
  padding: 0.75rem 1.1rem;
  background-color: #0052a3;
  background-color: var(--primary-color);
  z-index: 1;
}
.video-card-header__title {
  font-weight: 600;
  font-size: 0.85rem;
  color: #fff;
  color: var(--color-white);
  flex: 1;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.video-card-media {
  position: relative;
  width: 100%;
  height: 10rem;
  background: #000;
  overflow: hidden;
}
.video-card-media:hover .video-card__img {
      transform: scale(1.08);
    }
.video-card-media:hover .video-card-play {
      transform: translate(-50%, -50%) scale(1.1);
    }
.video-card-media:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 4rem;
    height: 4rem;
    border: 8px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
  }
@media (min-width: 100rem) {
.video-card-media {
    height: 12rem
}
  }
.video-card-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content-visibility: hidden;
}
.video-card-embed iframe {
    width: 100%;
    height: 100%;
  }
.video-card-figure {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.video-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.video-card-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background: hsl(0, 75%, 55%);
  background: var(--color-state-red);
  border-radius: 50%;
  box-shadow: 0 3px 5px 5px rgba(33, 33, 33, 0.07);
  box-shadow: var(--shadow-md);
  transition: all 0.2s ease;
  transition: var(--transition);
  z-index: 4;
}
.video-card-content {
  position: relative;
  flex: 1;
  padding: 0.75rem 1.1rem 1.2rem 1.1rem;
  height: 100%;
  transition: all 0.2s ease;
  transition: var(--transition);
}
.video-card__title {
  margin-top: 0.3rem;
  color: rgba(0, 0, 0, 0.8);
  color: var(--color-black);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
  overflow: hidden;
}
.video-card__date {
  font-size: 0.85rem;
  color: rgba(0, 0, 0, 0.54);
  color: var(--color-grey);
}
/* Featured Video Card - Minimal */
.video-card-featured {
  position: relative;
  height: inherit;
  background: #fff;
  background: var(--color-white);
  border-radius: 8px;
  border-radius: var(--radius-md);
  overflow: hidden;
}
.video-card-featured--playing .video-card-featured-embed {
    content-visibility: visible;
  }
.video-card-featured--playing .video-card-featured-overlay,
  .video-card-featured--playing .video-card-featured-play,
  .video-card-featured--playing .video-card-featured-figure,
  .video-card-featured--playing .video-card-live__title-overlay {
    display: none;
    visibility: hidden;
    content-visibility: hidden;
  }
.video-card-featured-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(33, 33, 33, 0.15);
  z-index: 3;
}
.video-card-featured-media {
  position: relative;
  width: 100%;
  height: 9rem;
  background: #000;
  overflow: hidden;
  cursor: pointer;
}
.video-card-featured-media:hover .video-card-featured__img {
      transform: scale(1.08);
    }
.video-card-featured-media:hover .video-card-featured-play {
      transform: translate(-50%, -50%) scale(1.1);
    }
.video-card-featured-media:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 3.5rem;
    height: 3.5rem;
    border: 8px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
  }
.video-card-featured-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content-visibility: hidden;
}
.video-card-featured-embed iframe {
    width: 100%;
    height: 100%;
  }
.video-card-featured-figure {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  margin: 0;
}
.video-card-featured-picture {
  display: block;
  width: 100%;
  height: 100%;
}
.video-card-featured__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.video-card-live__title-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
  border-radius: 0 0 8px 8px;
  border-radius: 0 0 var(--radius-md) var(--radius-md);
  z-index: 4;
}
.video-card-live__title {
  margin: 0;
  color: #fff;
  color: var(--color-white);
  font-size: clamp(0.875rem, 0.8rem + 0.5vw, 1rem);
  font-size: var(--text-sm);
  font-weight: 650;
  line-height: 1.3;
}
.video-card-featured-play {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background: hsl(0, 75%, 55%);
  background: var(--color-state-red);
  border-radius: 50%;
  box-shadow: 0 3px 5px 5px rgba(33, 33, 33, 0.07);
  box-shadow: var(--shadow-md);
  transition: all 0.2s ease;
  transition: var(--transition);
  z-index: 4;
}
.section-magazines {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.magazines-container {
  position: relative;
  padding-bottom: 3.5rem;
}
.magazines-grid {
  position: relative;
  display: flex;
  gap: 1.5rem;
  padding: 10px;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
@media (min-width: 61.25rem) {
.magazines-grid {
    gap: 2rem
}
  }
.magazines-grid::-webkit-scrollbar {
    display: none;
  }
.magazines-grid-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  grid-gap: 1.5rem;
  gap: 1.5rem;
}
@media (min-width: 46rem) {
.magazines-grid-list {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr))
}
  }
@media (min-width: 61.25rem) {
.magazines-grid-list {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 2rem
}
  }
.magazine-card {
  flex: 0 0 170px;
  position: relative;
  background: #fff;
  background: var(--color-white);
  border-radius: 4px;
  border-radius: var(--radius-sm);
  text-align: center;
  transition: all 0.2s ease;
  scroll-snap-align: start;
  box-shadow: 0 2px 4px 4px rgba(33, 33, 33, 0.07);
}
@media (min-width: 61.25rem) {
.magazine-card {
    flex: 0 0 190px
}
  }
@media (min-width: 100rem) {
.magazine-card {
    flex: 0 0 200px
}
  }
.magazine-card:hover {
  transform: translateY(-3px);
}
.magazine-card-overflows {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.magazine-card-figure {
  display: block;
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  margin: 0;
  background: #f0f0f0;
  border-top-left-radius: 4px;
  border-top-left-radius: var(--radius-sm);
  border-top-right-radius: 4px;
  border-top-right-radius: var(--radius-sm);
  overflow: hidden;
}
.magazine-card__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.magazine-card__dog-ear {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: linear-gradient(
    to bottom left,
    #ffffff 0%,
    #f0f0f0 48%,
    #fff 90%
  );
  filter: drop-shadow(-2px 2px 3px rgba(0, 0, 0, 0.2));
  z-index: 2;
  transition:
    width 0.2s ease, height 0.2s ease;
}
@media (min-width: 46rem) {
.magazine-card__dog-ear {
    width: 50px;
    height: 50px
}
  }
/* Subtle gloss highlight */
.magazine-card__dog-ear::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    220deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.05) 45%,
    #fff 50%
  );
}
.magazine-card:hover .magazine-card__dog-ear {
  width: 50px;
  height: 50px;
}
@media (min-width: 46rem) {
.magazine-card:hover .magazine-card__dog-ear {
    width: 60px;
    height: 60px
}
  }
.magazine-card__ribbon {
  position: absolute;
  top: 18px;
  right: -36px;
  width: 9rem;
  text-align: center;
  padding: 0.5rem 0;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transform: rotate(45deg);
  box-shadow:
    0 2px 5px rgba(0, 0, 0, 0.16),
    0 -1px 0 rgba(255, 255, 255, 0.15) inset;
  z-index: 3;
}
.magazine-card__ribbon--exclusive {
  background: #007e33;
}
.magazine-card__ribbon--free {
  background: #0052a3;
  background: var(--primary-color);
}
.magazine-card-content {
  padding: 0.75rem 0.75rem;
  padding-bottom: 1rem;
}
.magazine-card__pretitle {
  display: block;
  margin-bottom: 0.2rem;
  color: #006fe6;
  color: var(--accent-color);
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
}
.magazine-card__title {
  color: rgba(0, 0, 0, 0.8);
  color: var(--color-black);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
}
.magazine-card__date {
  font-size: 0.85rem;
  color: rgba(0, 0, 0, 0.54);
  color: var(--color-grey);
}
.magazine-section {
  padding-top: clamp(1.5rem, 1rem + 2vw, 2.5rem);
  padding-bottom: clamp(1.5rem, 1rem + 2vw, 2.5rem);
  padding-top: var(--space-xl);
  padding-bottom: var(--space-xl);
}
.magazine-detail {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  flex-direction: column;
}
@media (min-width: 61.25rem) {
.magazine-detail {
    flex-direction: row
}
  }
.magazine-cover-figure {
  position: relative;
  flex: 0 0 auto;
  width: 200px;
  margin: 0;
  box-shadow: 0 3px 5px 5px rgba(33, 33, 33, 0.07);
  box-shadow: var(--shadow-md);
}
@media (min-width: 61.25rem) {
.magazine-cover-figure {
    width: 240px
}
  }
.magazine-cover__img {
  display: block;
  width: 100%;
  height: auto;
}
.magazine-content {
  flex: 1;
  text-align: center;
}
.magazine__title {
  font-size: clamp(1.5rem, 1.25rem + 1vw, 2rem);
  font-size: var(--text-xl);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.magazine-dates {
  margin-bottom: 1rem;
  color: rgba(0, 0, 0, 0.4);
  color: var(--color-grey-tint);
  font-size: clamp(0.875rem, 0.8rem + 0.5vw, 1rem);
  font-size: var(--text-sm);
}
.magazine-download {
  margin-bottom: 1.5rem;
}
.magazine-meta {
  font-size: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
  font-size: var(--text-xs);
  color: rgba(0, 0, 0, 0.4);
  color: var(--color-grey-tint);
}
/* PDF Viewer */
.magazine-pdf-viewer {
  display: flex;
  flex-direction: column;
  height: 100dvh;
  border-radius: 4px;
  border-radius: var(--radius-sm);
  overflow: hidden;
}
/* Toolbar */
.pdf-toolbar {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: #0052a3;
  background: var(--primary-color);
  color: #fff;
  color: var(--color-white);
  flex-shrink: 0;
  min-height: 48px;
}
.pdf-toolbar__left,
.pdf-toolbar__right {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.pdf-toolbar__center {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}
.pdf-toolbar__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  color: #fff;
  color: var(--color-white);
  cursor: pointer;
  border-radius: 4px;
  border-radius: var(--radius-sm);
  padding: 0.375rem;
  transition: all 0.15s ease;
  transition: var(--transition-fast);
  -webkit-text-decoration: none;
  text-decoration: none;
}
.pdf-toolbar__btn:hover {
    background: rgba(255, 255, 255, 0.12);
  }
.pdf-toolbar__btn:active {
    background: rgba(255, 255, 255, 0.22);
  }
.pdf-toolbar__page-input,
.pdf-toolbar__zoom-input {
  width: 44px;
  width: var(--tap-target-min);
  padding: 0.25rem 0.375rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border: 1px solid var(--color-border-white);
  border-radius: 4px;
  border-radius: var(--radius-sm);
  color: #fff;
  color: var(--color-white);
  font-size: clamp(0.75rem, 0.7rem + 0.2vw, 0.8125rem);
  font-size: var(--text-xxs);
  text-align: center;
}
.pdf-toolbar__page-input:focus, .pdf-toolbar__zoom-input:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.5);
  }
.pdf-toolbar__page-input::-webkit-inner-spin-button,
  .pdf-toolbar__page-input::-webkit-outer-spin-button,
  .pdf-toolbar__zoom-input::-webkit-inner-spin-button,
  .pdf-toolbar__zoom-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
  }
.pdf-toolbar__page-input,
.pdf-toolbar__zoom-input {

  -moz-appearance: textfield;
}
.pdf-toolbar__separator,
.pdf-toolbar__total,
.pdf-toolbar__zoom-symbol {
  font-size: clamp(0.75rem, 0.7rem + 0.2vw, 0.8125rem);
  font-size: var(--text-xxs);
  color: rgba(255, 255, 255, 0.8);
  color: var(--color-white-tint);
}
.pdf-toolbar__divider {
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  background: var(--color-border-white);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
/* Viewer body: sidebar + main */
.pdf-viewer__body {
  display: flex;
  flex: 1 1 0;
  overflow: hidden;
  background: hsl(224, 100%, 95%);
  background: var(--primary-color-transparent);
}
/* Sidebar thumbnails */
.pdf-viewer__sidebar {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 0;
  padding: 0;
  background: #fff;
  background: var(--color-bg);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgb(0 0 0 / 0.1);
  border-right: 1px solid var(--color-border);
  overflow-y: auto;
  overflow: hidden;
  transition: width 0.2s ease;
}
@media (min-width: 46rem) {
.pdf-viewer__sidebar {
    width: 200px;
    padding: 0.75rem;
    overflow-y: auto
}
  }
.pdf-viewer--no-sidebar .pdf-viewer__sidebar {
    width: 0;
    padding: 0;
    overflow: hidden;
  }
.pdf-thumb {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  background: transparent;
  border: 2px solid transparent;
  cursor: pointer;
  padding: 0.5rem 0.375rem;
  border-radius: 4px;
  border-radius: var(--radius-sm);
  transition: all 0.15s ease;
  transition: var(--transition-fast);
}
.pdf-thumb:hover {
    background: hsl(224, 100%, 95%);
    background: var(--primary-color-transparent);
  }
.pdf-thumb canvas {
    max-width: 100%;
    display: block;
    box-shadow: 0 2px 4px 4px rgba(33, 33, 33, 0.07);
    box-shadow: var(--shadow-sm);
  }
.pdf-thumb--active {
  border-color: #006fe6;
  border-color: var(--accent-color);
  background: hsl(224, 100%, 95%);
  background: var(--primary-color-transparent);
}
.pdf-thumb__label {
  font-size: clamp(0.75rem, 0.7rem + 0.2vw, 0.8125rem);
  font-size: var(--text-xxs);
  color: rgba(0, 0, 0, 0.54);
  color: var(--color-grey);
  line-height: 1;
}
/* Main canvas area: scrollable, pages stacked */
.pdf-viewer__main {
  flex: 1 1 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 1.5rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.pdf-page {
  display: flex;
  justify-content: center;
  flex-shrink: 0;
}
.pdf-page canvas {
    display: block;
    box-shadow: 0 3px 5px 5px rgba(33, 33, 33, 0.1);
    box-shadow: var(--shadow-lg);
    max-width: 100%;
  }
.pdf-viewer__error {
  color: hsl(0, 75%, 55%);
  color: var(--color-state-red);
  font-size: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
  font-size: var(--text-xs);
  text-align: center;
  padding: 2rem;
}
/* Paywall overlay below first-page preview */
.pdf-paywall {
  display: none;
  margin-top: -2rem;
  padding-top: 3rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    #fff 35%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    var(--color-bg) 35%
  );
  text-align: center;
  position: relative;
  z-index: 10;
}
.pdf-paywall--visible {
  display: block;
}
.paywall-cta-text {
  display: block;
  font-size: clamp(0.875rem, 0.8rem + 0.5vw, 1rem);
  font-size: var(--text-sm);
  color: rgba(0, 0, 0, 0.8);
  color: var(--color-black);
  margin-bottom: 1.5rem;
}
.paywall-cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
.paywall-cta-button {
  padding: 0.75rem 1.5rem;
  background: #0052a3;
  background: var(--primary-color);
  color: #fff;
  color: var(--color-white);
  -webkit-text-decoration: none;
  text-decoration: none;
  border-radius: 4px;
  border-radius: var(--radius-sm);
  font-weight: 600;
  font-weight: var(--font-weight-semibold);
  transition: all 0.15s ease;
  transition: var(--transition-fast);
}
.paywall-cta-button:hover {
    background: #005c99;
    background: var(--primary-color-shade);
  }
.paywall-cta-button--secondary {
  background: #fff;
  background: var(--color-bg);
  color: #0052a3;
  color: var(--primary-color);
  border: 2px solid #0052a3;
  border: 2px solid var(--primary-color);
  padding: calc(0.75rem - 2px) calc(1.5rem - 2px);
}
.paywall-cta-button--secondary:hover {
    background: hsl(224, 100%, 95%);
    background: var(--primary-color-transparent);
  }
.magazine-paywall-cover {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
.magazine-paywall-cover__img {
  display: block;
  max-height: 520px;
  width: auto;
  border-radius: 4px;
  border-radius: var(--radius-sm);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
}
.related-magazines {
  padding-top: clamp(1.5rem, 1rem + 2vw, 2.5rem);
  padding-bottom: clamp(1.5rem, 1rem + 2vw, 2.5rem);
  padding-top: var(--space-xl);
  padding-bottom: var(--space-xl);
  margin-top: clamp(1.5rem, 1rem + 2vw, 2.5rem);
  margin-top: var(--space-xl);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgb(0 0 0 / 0.1);
  border-top: 1px solid var(--color-border);
}
.related-magazines-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  margin-top: 1.5rem;
}
.gallery-container {
  position: relative;
  padding-bottom: 3.5rem;
}
.gallery-index-grid {
  display: flex;
  gap: 0.75rem;
  overflow-x: scroll;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.gallery-index-grid::-webkit-scrollbar {
    display: none;
  }
.gallery-index-card {
  flex: 0 0 280px;
  height: 230px;
  position: relative;
  border-radius: 4px;
  border-radius: var(--radius-sm);
  background: #000;
  box-shadow: 0 2px 4px 4px rgba(33, 33, 33, 0.07);
  box-shadow: var(--shadow-sm);
  transition: all 0.2s ease;
  transition: var(--transition);
  cursor: pointer;
  overflow: hidden;
  scroll-snap-align: start;
}
.gallery-index-card:hover {
    box-shadow: 0 3px 5px 5px rgba(33, 33, 33, 0.07);
    box-shadow: var(--shadow-md);
    transform: scale(1.02);
  }
@media (min-width: 46rem) {
.gallery-index-card {
    flex: 0 0 360px;
    height: 260px
}
  }
.gallery-index-card-figure {
  width: 100%;
  height: 100%;
}
.gallery-index-card__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-index-card__source {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
  color: #fff;
  color: var(--color-white);
  z-index: 4;
}
.gallery-index-card__title {
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
  font-size: var(--text-base);
  font-weight: 700;
  line-height: 1.3;
}
@media (min-width: 46rem) {
.gallery-index-card__title {
    font-size: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
    font-size: var(--text-base)
}
  }
.gallery-index-card__count {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-size: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
  font-size: var(--text-xs);
  opacity: 0.85;
}
/* Event Card Styles - Timeline */
.events-container {
  position: relative;
  padding-bottom: 4rem;
}
/* ── Timeline track ── */
.events-timeline {
  --event-card-width: 330px;
  position: relative;
  padding: 10px;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.events-timeline::-webkit-scrollbar {
    display: none;
  }
.events-timeline__months {
  display: flex;
  min-width: -moz-max-content;
  min-width: max-content;
}
.events-timeline__month {
  flex-shrink: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid var(--color-border);
  padding-bottom: 0.8rem;
  color: rgba(0, 0, 0, 0.54);
  color: var(--color-grey);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.events-timeline__month:not(:first-child) {
    padding-left: 1rem;
  }
/* ── Items row ── */
.events-timeline__items {
  display: flex;
  align-items: flex-start;
  min-width: -moz-max-content;
  min-width: max-content;
}
.event-timeline__item {
  flex: 0 0 330px;
  flex: 0 0 var(--event-card-width, 330px);
  display: flex;
  flex-direction: column;
}
/* ── Marker dot ── */
.event-timeline__marker {
  height: 20px;
  display: flex;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.event-timeline__item:first-child .event-timeline__marker {
  padding-left: 0;
}
.event-timeline__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #006fe6;
  background: var(--accent-color);
  border: 2px solid #fff;
  border: 2px solid var(--color-white);
  box-shadow: 0 0 0 1.5px #006fe6;
  box-shadow: 0 0 0 1.5px var(--accent-color);
  flex-shrink: 0;
  margin-top: -22px;
}
.event-timeline__dot--upcoming {
    background: #fff;
    background: var(--color-white);
    box-shadow: 0 0 0 1.5px rgba(0, 0, 0, 0.54);
    box-shadow: 0 0 0 1.5px var(--color-grey);
  }
/* ── Card ── */
.event-card {
  position: relative;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 0.75rem;
  padding: 1.4rem;
  background: #fff;
  background: var(--color-white);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  border-radius: var(--radius-md);
  transition: all 0.3s ease;
  transition: var(--transition-base);
  box-shadow: 0 2px 4px 4px rgba(33, 33, 33, 0.07);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  cursor: pointer;
}
.event-card:hover {
    border-color: #2c87e8;
    border-color: var(--accent-color-tint);
  }
.event-card__today-badge {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  background: hsl(135, 55%, 40%);
  background: var(--color-state-green);
  color: #fff;
  color: var(--color-white);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  border-radius: var(--radius-sm);
  z-index: 1;
}
.event-timeline__item:first-child .event-card {
  margin-left: 0;
}
.event-card__link {
  display: flex;
  flex-direction: column;
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}
/* ── Dates block ── */
.event-card__dates {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
.event-card__calendar {
  display: flex;
  flex-direction: column;
  padding: 0.4rem 0.8rem 0.3rem 0.8rem;
  padding-bottom: 0.6rem;
  border-radius: 12px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: #0052a3;
  background: var(--primary-color);
}
.event-card__calendar-month {
  color: #fff;
  color: var(--color-white);
  font-size: 0.65rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
}
.event-card__calendar-day {
  margin-top: 0.1rem;
  color: #fff;
  color: var(--color-white);
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.event-card__dates-separator {
  color: #006fe6;
  color: var(--accent-color);
  font-size: 0.9rem;
  opacity: 0.7;
}
.event-card__coming-soon {
  display: flex;
  align-items: center;
  padding: 0.875rem 1rem;
  background-color: rgba(0, 0, 0, 0.02);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid var(--color-border);
  color: rgba(0, 0, 0, 0.54);
  color: var(--color-grey);
  font-size: 0.85rem;
  font-style: italic;
  min-height: 75px;
}
/* ── Card body ── */
.event-card-body {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-top: 0.5rem;
}
.event-card__title {
  margin: 0;
  color: rgba(0, 0, 0, 0.8);
  color: var(--color-black);
  font-size: 1.2rem;
  line-height: 1.3;
  min-height: 3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.event-card__city {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  margin: 0;
  color: rgba(0, 0, 0, 0.54);
  color: var(--color-grey);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}
.event-card__city::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #006fe6;
    background: var(--accent-color);
    flex-shrink: 0;
    opacity: 0.7;
  }
/* ── Navigation ── */
.events-nav {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  gap: 0.75rem;
  z-index: 10;
}
.events-nav__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid transparent;
  background: rgba(0, 0, 0, 0.08);
  --csstools-light-dark-toggle--3: var(--csstools-color-scheme--light) var(--text-light);
  color: var(--csstools-light-dark-toggle--3, var(--text-dark));
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0;
  flex-shrink: 0;
}
@supports (color: light-dark(red, red)) {
.events-nav__button {
  color: light-dark(var(--text-dark), var(--text-light));
}
}
.events-nav__button:hover:not(:disabled) {
    background: rgba(0, 0, 0, 0.12);
  }
.events-nav__button:active {
    transform: scale(0.95);
  }
.events-nav__button:disabled {
    opacity: 0.4;
    cursor: not-allowed;
  }
.events-nav__button svg {
    width: 20px;
    height: 20px;
  }
.section-upcoming-events {
  background: var(--bg-white);
  padding-top: 2.5rem;
}
.upcoming-events-list {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border: 1px solid var(--color-border);
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}
.upcoming-event-item {
  width: 100%;
}
.event-list-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  gap: 0.8rem;
  /* background: var(--color-white); */
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
  border-bottom: 0.5px solid var(--color-border);
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  transition: all 0.2s ease;
}
.event-list-item:hover {
    background: rgba(0, 0, 0, 0.02);
  }
.event-list-item:active {
    transform: scale(0.99);
  }
.event-list-item:last-child {
    border-bottom: none;
  }
.event-list-item__today-badge {
  display: inline-flex;
  background: hsl(135, 55%, 40%);
  background: var(--color-state-green);
  color: #fff;
  color: var(--color-white);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  border-radius: var(--radius-sm);
  z-index: 1;
}
.event-list-item__content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.375rem;
  flex: 1;
  min-width: 0;
}
.event-list-item__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
  color: var(--color-black);
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.event-list-item__location {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  margin: 0;
  color: rgba(0, 0, 0, 0.54);
  color: var(--color-grey);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}
.event-list-item__location::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #006fe6;
    background: var(--accent-color);
    flex-shrink: 0;
    opacity: 0.7;
  }
.event-list-item__date {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}
.event-list-item__calendar {
  display: flex;
  flex-direction: column;
  padding: 0.4rem 0.8rem 0.3rem 0.8rem;
  padding-bottom: 0.6rem;
  border-radius: 12px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: #0052a3;
  background: var(--primary-color);
}
.event-list-item__calendar-month {
  color: #fff;
  color: var(--color-white);
  font-size: 0.65rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
}
.event-list-item__calendar-day {
  margin-top: 0.1rem;
  color: #fff;
  color: var(--color-white);
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.event-list-item__coming-soon {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #006fe6;
  color: var(--accent-color);
  white-space: nowrap;
}
/* List Cards Base Styles */
.list-header {
  background-color: #fff;
  background-color: var(--color-white);
}
.list-section {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background-color: #fff;
  background-color: var(--color-white);
}
.list-grid {
  display: grid;
  grid-template-columns: 1fr;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid var(--color-border);
}
.list-card {
  position: relative;
  min-height: 8.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background: var(--bg-white);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid var(--color-border);
  transition: all 0.2s ease;
  overflow: hidden;
}
.list-card:hover .list-card__img {
  transform: scale(1.05);
}
.list-card__link {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.list-card-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1.25rem;
}
@media (min-width: 46rem) {
.list-card-wrapper {
    flex-direction: row;
    gap: 2rem
}
  }
.list-card-figure {
  position: relative;
  width: 10rem;
  height: 10rem;
  border-radius: 4px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  flex-shrink: 0;
}
@media (min-width: 46rem) {
.list-card-figure {
    width: 19rem;
    height: 12rem
}
  }
.list-card-list-figure {
  width: 15rem;
}
.list-card__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.list-card-content {
  flex: 1;
}
.list-card__pretitle {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: #006fe6;
  color: var(--accent-color);
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  letter-spacing: 0.5px;
}
.list-card__title {
  margin-bottom: 0.5rem;
  color: rgba(0, 0, 0, 0.8);
  color: var(--color-black);
  font-size: clamp(1.25rem, 1.2rem + 0.2vw, 1.4rem);
  font-weight: 700;
  line-height: 1.4;
  overflow: hidden;
}
.list-card__subtitle {
  display: block;
  margin-bottom: 0.75rem;
  color: rgba(0, 0, 0, 0.54);
  color: var(--color-grey);
  font-size: clamp(0.95rem, 0.9rem + 0.1vw, 1.05rem);
  line-height: 1.45;
  font-style: italic;
  overflow: hidden;
}
.list-card__date {
  font-size: 0.85rem;
  color: rgba(0, 0, 0, 0.4);
  color: var(--color-grey-tint);
  margin-top: 2rem;
}
/* Video List Card Specific Styles */
.list-card--video {
  cursor: pointer;
}
.list-card--video .list-card-figure {
    width: 100%;
    height: 100%;
  }
.list-card--video.list-card--playing .list-card-video-embed {
    pointer-events: auto;
    content-visibility: visible;
  }
.list-card--video.list-card--playing .list-card-video-overlay,
  .list-card--video.list-card--playing .list-card-video-play,
  .list-card--video.list-card--playing .list-card-figure {
    display: none;
    visibility: hidden;
    content-visibility: hidden;
  }
.list-card-media {
  position: relative;
  width: 10rem;
  height: 8rem;
  background: #000;
  border-radius: 4px;
  border-radius: var(--radius-sm);
  overflow: hidden;
}
@media (min-width: 46rem) {
.list-card-media {
    width: 19rem;
    height: 12rem
}
  }
/* Loading spinner for video cards */
@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.list-card-media:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  width: 3rem;
  height: 3rem;
  border: 6px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  z-index: 2;
}
.list-card--video.list-card--loading .list-card-media:after {
  display: inline-block;
}
.list-card-video-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(33, 33, 33, 0.25);
  z-index: 3;
}
.list-card-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background: hsl(0, 75%, 55%);
  background: var(--color-state-red);
  border-radius: 50%;
  box-shadow: 0 3px 5px 5px rgba(33, 33, 33, 0.07);
  box-shadow: var(--shadow-md);
  transition: all 0.2s ease;
  transition: var(--transition);
  z-index: 4;
}
.list-card:hover .list-card-video-play {
  transform: translate(-50%, -50%) scale(1.1);
}
.list-card-video-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content-visibility: hidden;
}
.list-card-video-embed iframe {
    width: 100%;
    height: 100%;
  }
/* Audio/Podcast List Card Specific Styles */
.list-card--audio {
}
.list-card--audio.list-card--playing .list-card-audio-embed {
    display: block;
    content-visibility: visible;
  }
.list-card--audio.list-card--playing .list-card-audio-embed audio {
      transform: scaleX(1);
    }
.list-card--audio.list-card--playing .list-card-audio-embed:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: #80c6ff;
      border-radius: 100px;
      z-index: 6;
      opacity: 0.2;
      pointer-events: none;
    }
.list-card--audio.list-card--playing .list-card-audio-play {
    display: none;
    visibility: hidden;
    content-visibility: hidden;
  }
.list-card-figure--audio {
  width: 10rem;
  height: 10rem;
}
.list-card-content--audio {
  position: relative;
}
.list-card-audio-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: auto;
  margin-bottom: 0.75rem;
}
.list-card-audio-duration {
  font-size: 0.85rem;
  color: rgba(0, 0, 0, 0.4);
  color: var(--color-grey-tint);
  font-weight: 600;
}
.list-card-audio-play {
  display: flex;
  align-items: center;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 5;
  width: 100%;
}
.list-card-audio-play:hover {
  transform: none;
}
.list-card-audio-waveform {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  width: 100%;
  padding: 0.6rem 0.75rem;
  background-color: hsl(224, 100%, 95%);
  background-color: var(--primary-color-transparent);
  border-radius: 8px;
  border-radius: var(--radius-md);
  transition: background 0.2s ease;
}
.list-card-audio-waveform:hover {
    background-color: rgba(0, 82, 163, 0.15);
  }
@supports (color: color-mix(in lch, red, blue)) {
.list-card-audio-waveform:hover {
    background-color: color-mix(in srgb, var(--primary-color) 15%, transparent);
  }
}
.list-card-audio-waveform__play {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  background: #0052a3;
  background: var(--primary-color);
  border-radius: 50%;
  color: #fff;
  transition:
    transform 0.2s ease, background 0.2s ease;
}
.list-card-audio-waveform__play:hover {
    transform: scale(1.1);
    background: #006fe6;
    background: var(--accent-color, #0057a8);
  }
.list-card-audio-waveform .audio-card-waveform__svg {
  flex: 1;
  min-width: 0;
  width: 100%;
  height: 26px;
  overflow: visible;
}
.list-card-audio-waveform .audio-card-waveform__svg rect {
    fill: #0052a3;
    fill: var(--primary-color);
    opacity: 0.25;
  }
.list-card-audio-embed {
  display: none;
  position: relative;
  width: 95%;
  height: 38px;
  content-visibility: hidden;
  z-index: 1;
  margin-top: 0.5rem;
}
.list-card-audio-embed audio {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    transition: var(--transition-base, all 0.3s ease);
    transform: scaleX(0);
    transform-origin: left;
  }
/* Gallery List Card Specific Styles */
.list-card--gallery {
}
.list-card-gallery-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(33, 33, 33, 0.7), transparent);
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: white;
  font-size: 0.9rem;
  font-weight: 500;
  z-index: 2;
}
/* Public Notice List Card Specific Styles */
.list-card-figure--public-notice {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 3.5rem;
  flex-shrink: 0;
  align-self: center;
}
@media (min-width: 46rem) {
.list-card-figure--public-notice {
    width: 20rem;
    height: 3.5rem
}
  }
.list-card__icon {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
/* Opinion List Card Specific Styles */
.list-card--opinion .list-card-wrapper {
    flex-direction: row-reverse;
  }
.list-card--opinion .list-card-figure {
    width: 7rem;
    height: 7rem;
    border-radius: 200px;
  }
/* No items message */
.no-articles {
  text-align: center;
  padding: 4rem 2rem;
  color: rgba(0, 0, 0, 0.54);
  color: var(--color-grey);
}
.no-articles p {
  font-size: 1.1rem;
}
/* Responsive adjustments */
@media (max-width: 640px) {
  .list-card {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .list-card__title {
    font-size: 1.1rem;
  }

  .list-card__subtitle {
    font-size: 0.9rem;
  }
}
.section-subscribe {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background: linear-gradient(
    135deg,
    #001a3d 0%,
    #0052a3 60%,
    #003580 100%
  );
  background: linear-gradient(
    135deg,
    #001a3d 0%,
    var(--primary-color) 60%,
    #003580 100%
  );
}
.section-subscribe::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("data:image/svg+xml,%3Csvg width='80' height='40' viewBox='0 0 80 40' xmlns='http://www.w3.org/2000/svg'%3E%3Ctext x='30' y='22' font-family='sans-serif' font-size='22' font-weight='bold' fill='%23ffffff' fill-opacity='0.015' text-anchor='middle'%3EOAU%3C%2Ftext%3E%3C%2Fsvg%3E");
    pointer-events: none;
  }
.section-subscribe-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column-reverse;
  gap: 1.5rem;
}
@media (min-width: 61.25rem) {
.section-subscribe-wrapper {
    gap: 5rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}
  }
.section-subscribe-content {
  margin-top: clamp(0.75rem, 0.8rem + 0.5vw, 1rem);
  margin-top: var(--space-base);
  text-align: center;
}
@media (min-width: 61.25rem) {
.section-subscribe-content {
    margin-top: 0;
    margin-top: initial;
    text-align: left
}
  }
.section-subscribe__title {
  position: relative;
  display: inline-block;
  color: #fff;
  color: var(--color-white);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-style: italic;
}
.section-subscribe__title::before {
    content: "";
    position: absolute;
    left: -1.1rem;
    top: 50%;
    width: 4px;
    height: 32px;
    transform: translateY(-52%) rotate(10deg);
    background: #007e33;
  }
@media (min-width: 61.25rem) {
.section-subscribe__title {
    font-size: 1.7rem
}
  }
.section-subscribe__text {
  margin-top: 1.2rem;
  color: rgba(255, 255, 255, 0.8);
  color: var(--color-white-tint);
  font-size: 1rem;
}
@media (min-width: 61.25rem) {
.section-subscribe__text {
    margin-top: 2rem;
    margin-left: 0.1rem;
    color: #fff;
    color: var(--color-white);
    font-size: 1.15rem
}
  }
.section-subscribe__date {
  display: block;
  margin-top: 0.8rem;
  color: rgba(255, 255, 255, 0.8);
  color: var(--color-white-tint);
  font-size: 0.875rem;
  font-weight: 350;
  font-style: italic;
  text-align: center;
}
@media (min-width: 61.25rem) {
.section-subscribe__date {
    font-size: 1rem
}
  }
.section-subscribe-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}
@media (min-width: 61.25rem) {
.section-subscribe-buttons {
    flex-direction: row;
    justify-content: flex-start
}
  }
.section-subscribe__button {
  display: inline-flex;
  justify-content: center;
  min-width: 13rem;
  background-color: #007e33;
  padding: 0.7rem 1.5rem;
  margin: auto;
  border: none;
  border-radius: 0.375rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 2px 4px 4px rgba(33, 33, 33, 0.07);
  box-shadow: var(--shadow-sm);
  text-transform: uppercase;
}
@media (min-width: 61.25rem) {
.section-subscribe__button {
    min-width: 10rem;
    margin: 0;
    margin: initial
}
  }
.section-subscribe__secondary-button {
  display: inline-flex;
  justify-content: center;
  min-width: 13rem;
  background-color: #004080;
  padding: 0.7rem 1.5rem;
  margin: auto;
  border: none;
  border-radius: 0.375rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 2px 4px 4px rgba(33, 33, 33, 0.07);
  box-shadow: var(--shadow-sm);
  text-transform: uppercase;
}
@media (min-width: 61.25rem) {
.section-subscribe__secondary-button {
    min-width: 10rem;
    margin: 0;
    margin: initial
}
  }
.section-subscribe__benefits {
  display: none;
}
@media (min-width: 61.25rem) {
.section-subscribe__benefits {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 2rem
}
  }
.section-subscribe__benefit {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.8);
  color: var(--color-white-tint);
  font-size: 1.05rem;
  font-style: italic;
}
.section-subscribe__benefit::before {
    content: "";
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background: #008636;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: rotate(10deg);
  }
.section-subscribe-figure {
  position: relative;
  width: 100%;
  max-width: 11rem;
  margin: 0 auto;
  aspect-ratio: 3 / 4;
  background: #f0f0f0;
  box-shadow: 0 2px 4px 4px rgba(33, 33, 33, 0.07);
  transition: all 0.3s ease;
  transition: var(--transition-base);
}
.section-subscribe-figure:hover {
    transform: scale(1.05);
  }
@media (min-width: 61.25rem) {
.section-subscribe-figure:hover {
      transform: scale(1.05)
  }
    }
@media (min-width: 61.25rem) {
.section-subscribe-figure {
    margin: 0;
    max-width: 20rem
}
  }
.section-subscribe__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
/* components/pagination.css */
.pagination {
  width: 100%;
  margin-top: clamp(1rem, 0.8rem + 1.5vw, 1.75rem);
  margin-top: var(--space-lg);
}
.pagination__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(0.75rem, 0.5rem + 1vw, 1.25rem);
  gap: var(--space-md);
}
/* Left and Right Control Groups */
.pagination__left,
.pagination__right {
  display: flex;
  align-items: center;
  gap: clamp(0.5rem, 0.3rem + 0.5vw, 0.75rem);
  gap: var(--space-sm);
  flex-shrink: 0;
}
.pagination__right {
  justify-content: flex-end;
}
/* Base Button Styles */
.pagination__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.25rem, 0.2rem + 0.25vw, 0.5rem);
  gap: var(--space-xs);
  padding: 0.75rem 1rem;
  background: #fff;
  background: var(--color-bg);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  border-radius: var(--radius-sm);
  color: rgba(0, 0, 0, 0.8);
  color: var(--color-black);
  font-family: "Open Sans", sans-serif;
  font-family: var(--font-stack);
  font-size: 0.9rem;
  font-weight: 500;
  -webkit-text-decoration: none;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
  transition: var(--transition);
  line-height: 1;
  white-space: nowrap;
}
.pagination__btn:hover:not(:disabled):not(.pagination__page--active) {
  background: rgba(0, 0, 0, 0.03);
  background: var(--color-hover);
  border-color: #2e72c3;
  border-color: var(--primary-color-tint);
  transform: translateY(-1px);
  box-shadow: 0 2px 4px 4px rgba(33, 33, 33, 0.07);
  box-shadow: var(--shadow-sm);
}
.pagination__btn:active:not(:disabled):not(.pagination__page--active) {
  transform: translateY(0);
}
.pagination__btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
/* Icon Styles */
.pagination__icon {
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  transition: transform all 0.15s ease;
  transition: transform var(--transition-fast);
  flex-shrink: 0;
}
.pagination__btn:hover:not(:disabled) .pagination__icon {
  transform: scale(1.1);
}
/* Center Page Numbers */
.pagination__center {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.5rem, 0.3rem + 0.5vw, 0.75rem);
  gap: var(--space-sm);
  flex: 1;
  min-width: 0; /* Allow flex shrinking */
}
/* Mobile Select - Hidden by default */
.pagination__mobile-select {
  display: none;
  align-items: center;
  gap: clamp(0.5rem, 0.3rem + 0.5vw, 0.75rem);
  gap: var(--space-sm);
  width: 100%;
}
.pagination__select {
  flex: 1;
  padding-left: 1rem;
  padding-right: 1rem;
  height: 44px;
  height: var(--tap-target-min);
  background: #fff;
  background: var(--color-bg);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  border-radius: var(--radius-sm);
  color: #333;
  color: var(--color-text);
  font-family: "Open Sans", sans-serif;
  font-family: var(--font-stack);
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  transition: var(--transition);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 16px;
}
.pagination__select:hover {
  border-color: #2e72c3;
  border-color: var(--primary-color-tint);
  box-shadow: 0 2px 4px 4px rgba(33, 33, 33, 0.07);
  box-shadow: var(--shadow-sm);
}
.pagination__select:focus {
  outline: 2px solid #0052a3;
  outline: 2px solid var(--primary-color);
  outline-offset: 2px;
}
/* Desktop Pages - Visible by default */
.pagination__desktop-pages {
  display: flex;
  align-items: center;
  gap: clamp(0.5rem, 0.3rem + 0.5vw, 0.75rem);
  gap: var(--space-sm);
}
.pagination__btn-text {
  display: inline;
}
/* Page Number Buttons */
.pagination__page {
  min-width: 44px;
  min-width: var(--tap-target-min);
  height: 44px;
  height: var(--tap-target-min);
  padding: 0;
  font-weight: 600;
}
.pagination__page--active {
  background: #0052a3 !important;
  background: var(--primary-color) !important;
  border-color: #0052a3 !important;
  border-color: var(--primary-color) !important;
  color: #fff !important;
  color: var(--color-white) !important;
  box-shadow: 0 3px 5px 5px rgba(33, 33, 33, 0.07);
  box-shadow: var(--shadow-md);
  cursor: default;
  pointer-events: none;
}
/* Ellipsis */
.pagination__ellipsis {
  padding: 0 clamp(0.25rem, 0.2rem + 0.25vw, 0.5rem);
  padding: 0 var(--space-xs);
  color: rgba(0, 0, 0, 0.54);
  color: var(--color-grey);
  font-family: "Roboto Condensed", sans-serif;
  font-family: var(--font-stack-condensed);
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
  font-size: var(--text-base);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  line-height: 1;
}
/* Responsive Design */
@media (max-width: 768px) {
  .pagination {
    padding: clamp(0.75rem, 0.5rem + 1vw, 1.25rem);
    padding: var(--space-md);
  }

  .pagination__controls {
    flex-wrap: wrap;
    gap: clamp(0.5rem, 0.3rem + 0.5vw, 0.75rem);
    gap: var(--space-sm);
  }

  /* Show mobile select, hide desktop pages */
  .pagination__mobile-select {
    display: flex;
  }

  .pagination__desktop-pages {
    display: none;
  }

  /* Hide button text on mobile, keep icons */
  .pagination__btn-text {
    display: none;
  }

  .pagination__nav-btn {
    min-width: 44px;
    min-width: var(--tap-target-min);
    min-height: 44px;
    min-height: var(--tap-target-min);
    padding: clamp(0.5rem, 0.3rem + 0.5vw, 0.75rem);
    padding: var(--space-sm);
  }
}
@media (max-width: 480px) {
  .pagination__select {
    font-size: clamp(0.875rem, 0.8rem + 0.5vw, 1rem);
    font-size: var(--text-sm);
    padding: 0.5rem 1.75rem 0.5rem 0.625rem;
  }
}
/* Loading State */
.pagination--loading {
  pointer-events: none;
  opacity: 0.6;
  cursor: wait;
}
@keyframes pagination-pulse {
  0%,
  100% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
}
.pagination--loading .pagination__controls {
  animation: pagination-pulse 1.5s ease-in-out infinite;
}
/* Accessibility */
.pagination__page:focus-visible,
.pagination__nav-btn:focus-visible {
  outline: 2px solid #0052a3;
  outline: 2px solid var(--primary-color);
  outline-offset: 2px;
}
/* Hover Effects for Better UX */
.pagination__controls > * {
  transition: all 0.2s ease;
  transition: var(--transition);
}
/* Ensure proper spacing in RTL layouts if needed */
[dir="rtl"] .pagination__left {
  flex-direction: row-reverse;
}
[dir="rtl"] .pagination__right {
  flex-direction: row-reverse;
}
/* Optional: Add a subtle animation on page load */
@keyframes pagination-fade-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.pagination {
  animation: pagination-fade-in 0.4s ease-out;
}
.article-section {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.article-header--public-notice {
  text-align: center;
  margin-bottom: 2.5rem;
}
.article__pretitle {
  display: block;
  margin-bottom: 0.8rem;
  color: #006fe6;
  color: var(--accent-color);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
}
.article-header--center {
  text-align: center;
}
.article-header--center .article-dates {
    justify-content: center;
  }
.article__title {
  font-family: var(--font-stack-heading);
  font-size: clamp(1.5rem, 1.5rem + 1.5vw, 2.5rem);
  line-height: 1.3;
  letter-spacing: -0.5px;
}
.article__subtitle {
  margin-top: 1rem;
  color: rgba(0, 0, 0, 0.54);
  color: var(--color-grey);
  font-size: clamp(1rem, 1rem + 0.5vw, 1.25rem);
  font-weight: 400;
  line-height: 1.4;
}
.article-figure {
  position: relative;
  display: block;
  aspect-ratio: 16/10;
  margin-top: 2rem;
  border-radius: 4px;
  border-radius: var(--radius-sm);
  cursor: pointer;
  overflow: hidden;
}
.article__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.article__figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.75rem 1.5rem 1rem;
  background-color: rgba(33, 33, 33, 0.6);
  backdrop-filter: blur(10px);
  color: white;
  font-size: 0.9rem;
  line-height: 1.5;
}
@media (min-width: 46rem) {
.article-layout {
    display: grid;
    grid-gap: 2rem;
    gap: 2rem;
    grid-template-columns: 1fr;
    margin-top: 2rem;
    margin-bottom: 2rem
}
  }
@media (min-width: 61.25rem) {
.article-layout {
    grid-template-columns: 1fr 280px;
    align-items: start;
    gap: 4rem
}
  }
.article-content {
  min-width: 0;
}
@media (min-width: 61.25rem) {
.article-sidebar {
    position: sticky;
    top: 0
}
  }
.article__source {
  margin-top: 1rem;
  color: rgba(0, 0, 0, 0.54);
  color: var(--color-grey);
  font-size: clamp(1rem, 1rem + 0.5vw, 1.1rem);
}
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
.tag {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 0 10px;
  height: 32px;
  color: #fff;
  -webkit-text-decoration: none;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.9rem;
  font-weight: 500;
  background-color: #2e72c3;
  background-color: var(--primary-color-tint);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.article-author {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
.article-author-figure {
  position: relative;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  border-radius: var(--radius-full);
  overflow: hidden;
}
@media (min-width: 61.25rem) {
.article-author-figure {
    width: 5.8rem;
    height: 5.8rem
}
  }
.article-author--columnist {
  margin-top: 1.4rem;
}
.article-author--columnist .article-author-figure {
    width: 4rem;
    height: 4rem;
  }
@media (min-width: 61.25rem) {
.article-author--columnist .article-author-figure {
      width: 4rem;
      height: 4rem
  }
    }
.article-author__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.article-author-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}
.article-credits {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 46rem) {
.article-credits {
    flex-direction: row;
    justify-content: space-between
}
  }
.article-dates {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: rgba(0, 0, 0, 0.54);
  color: var(--color-grey);
  align-items: center;
  margin-top: 1rem;
  gap: 1rem;
}
@media (min-width: 46rem) {
.article-dates {
    margin-top: 1.5rem
}
  }
.article-dates--columnist {
  margin-bottom: 1rem;
}
.article-dates__published {
  font-size: 1rem;
}
.article-dates__updated {
  position: relative;
  font-size: 0.9rem;
}
.article-dates__updated:before {
    content: "";
    display: block;
    position: absolute;
    left: -0.6rem;
    top: 0.7rem;
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 0.54);
    background-color: var(--color-grey);
    opacity: 0.8;
  }
.article__disclaimer {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.54);
  color: var(--color-grey);
}
.related-articles {
  padding-bottom: 3rem;
}
.related-articles-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2rem;
  gap: 2rem;
}
@media (min-width: 46rem) {
.related-articles-grid {
    grid-template-columns: 1fr 1fr 1fr
}
  }
.article-gallery {
  position: relative;
  margin-top: 1rem;
  padding-bottom: 3.5rem;
}
@media (min-width: 46rem) {
.article-gallery {
    margin-top: 1.5rem
}
  }
.article-gallery-scroll {
  display: flex;
  gap: 1rem;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scroll-padding: 0;

  /* Hide scrollbar but keep functionality */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}
.article-gallery-scroll::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
  }
.article-gallery-figure {
  position: relative;
  width: 115px;
  min-width: 115px;
  max-width: 115px;
  height: 90px;
  border-radius: 4px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  cursor: pointer;
  scroll-snap-align: start;
  flex-shrink: 0;
}
@media (min-width: 46rem) {
.article-gallery-figure {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
    height: 125px
}
  }
/* Skeleton Loading State - Modern Progressive Loading */
.article-gallery-figure.skeleton-loading {
  background: linear-gradient(
    90deg,
    #f0f0f0 0%,
    #f8f8f8 20%,
    #f0f0f0 40%,
    #f0f0f0 100%
  );
  background-size: 200% 100%;
  animation: skeletonShimmer 2s ease-in-out infinite;
}
.article-gallery-figure.skeleton-loading .article-gallery__img {
    opacity: 0;
  }
.article-gallery-figure.loaded {
  animation: fadeInItem 0.5s ease forwards;
}
.article-gallery-figure.error {
  background-color: #ffebee;
  border: 0.125rem dashed #ef5350;
}
@keyframes skeletonShimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
@keyframes fadeInItem {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.article-gallery__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.article-gallery-figure:hover .article-gallery__img {
  transform: scale(1.05);
}
.article-audios {
  margin-top: 1.5rem;
}
.article-audio__player {
  width: 100%;
}
.article-videos {
  margin-top: 1.3rem;
  margin-bottom: 1.3rem;
}
.article-video iframe {
    display: block;
    width: 100%;
    height: 250px;
    border-radius: 4px;
    border-radius: var(--radius-sm);
  }
@media (min-width: 46rem) {
.article-video iframe {
      width: 90%;
      height: 400px
  }
    }
.article-video-inline iframe {
    display: block;
    width: 100%;
    height: 250px;
    margin: auto;
    border-radius: 4px;
    border-radius: var(--radius-sm);
  }
@media (min-width: 46rem) {
.article-video-inline iframe {
      height: 400px
  }
    }
@media (min-width: 100rem) {
.article-video-inline iframe {
      height: 450px
  }
    }
.article__summary {
  margin-top: 1.75rem;
  margin-bottom: 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border: 1px solid var(--color-border);
  border-radius: 4px;
  border-radius: var(--radius-sm);
  overflow: hidden;
}
.article__summary-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  font-family: var(--font-stack-heading);
  color: #006fe6;
  color: var(--accent-color);
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.article__summary-heading::after {
    content: "▾";
    font-size: 1.1rem;
    transition: transform 0.2s ease;
  }
.article__summary-heading::-webkit-details-marker {
    display: none;
  }
.article__summary[open] .article__summary-heading::after {
  transform: rotate(-180deg);
}
.article__summary-body {
  padding: 0.25rem 0.5rem 1.25rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgb(0 0 0 / 0.1);
  border-top: 1px solid var(--color-border);
}
.rich-text {
  margin-top: 1.5rem;
}
.rich-text h1 {
    margin-top: 2.25rem;
    font-size: 1.5rem;
  }
.rich-text h2 {
    margin-top: 2.25rem;
    font-size: 1.4rem;
  }
.rich-text h3 {
    margin-top: 2.25rem;
    font-size: 1.3rem;
  }
.rich-text h4 {
    margin-top: 2.25rem;
    font-size: 1.2rem;
  }
.rich-text h5 {
    margin-top: 2.25rem;
    font-size: 1.1rem;
  }
.rich-text h6 {
    margin-top: 2.25rem;
    font-size: 1rem;
  }
.rich-text p {
    margin-top: 0.75rem;
    color: rgba(33, 33, 33, 0.8);
    font-size: 1.1rem;
    line-height: 1.7;
  }
.rich-text p:first-child {
      margin-top: 0;
    }
.rich-text a {
    position: relative;
    color: #0052a3;
    color: var(--primary-color);
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }
.rich-text a::after {
      content: "";
      display: inline-block;
      width: 1rem;
      height: 1rem;
      margin-left: 0.3rem;
      background-color: currentColor;
      -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'%3E%3C/path%3E%3Cpolyline points='15 3 21 3 21 9'%3E%3C/polyline%3E%3Cline x1='10' y1='14' x2='21' y2='3'%3E%3C/line%3E%3C/svg%3E");
              mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'%3E%3C/path%3E%3Cpolyline points='15 3 21 3 21 9'%3E%3C/polyline%3E%3Cline x1='10' y1='14' x2='21' y2='3'%3E%3C/line%3E%3C/svg%3E");
      -webkit-mask-size: contain;
              mask-size: contain;
      -webkit-mask-repeat: no-repeat;
              mask-repeat: no-repeat;
      transform: translateY(1px);
    }
.rich-text strong {
    font-weight: 610;
  }
.rich-text u {
    text-decoration-color: rgba(33, 33, 33, 0.4);
  }
.rich-text ul {
    width: 92%;
    margin: auto;
    margin-top: 1rem;
  }
.rich-text ul li {
      list-style: disc outside none;
      list-style: initial;
    }
.rich-text ol {
    width: 92%;
    margin: auto;
    margin-top: 1rem;
  }
.rich-text ol li {
      list-style: decimal;
    }
.rich-text li {
    margin-top: 0.6rem;
    color: rgba(33, 33, 33, 0.8);
    font-size: clamp(1rem, 1rem + 0.5vw, 1.1rem);
    line-height: 1.4;
  }
.rich-text blockquote {
    border-left: 4px solid #4a90e2;
    margin: 20px 0;
    padding: 15px 20px;
    background: #f5f7ff;
    color: rgba(33, 33, 33, 0.8);
    font-size: 1rem;
    font-style: italic;
    line-height: 1.5;
    border-radius: 4px;
    border-radius: var(--radius-sm);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  }
.rich-text img {
    display: block;
    width: 100%;
    border-radius: 4px;
    margin-top: 1.5rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
.rich-text iframe {
    display: block;
    width: 100%;
    max-width: 35rem;
    height: 16rem;
    border-radius: 4px;
    margin-top: 1.5rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
@media (min-width: 46rem) {
.rich-text iframe {
      height: 20rem
  }
    }
.rich-text--sm h1 {
    margin-top: 1.75rem;
    font-size: 1.2rem;
  }
.rich-text--sm h2 {
    margin-top: 1.75rem;
    font-size: 1.1rem;
  }
.rich-text--sm h3 {
    margin-top: 1.75rem;
    font-size: 1.05rem;
  }
.rich-text--sm h4 {
    margin-top: 1.75rem;
    font-size: 1rem;
  }
.rich-text--sm h5 {
    margin-top: 1.75rem;
    font-size: 0.95rem;
  }
.rich-text--sm h6 {
    margin-top: 1.75rem;
    font-size: 0.9rem;
  }
.rich-text--sm p {
    margin-top: 0.65rem;
    color: rgba(33, 33, 33, 0.8);
    font-size: 1rem;
    line-height: 1.6;
  }
.rich-text--sm p:first-child {
      margin-top: 0;
    }
.rich-text--sm a {
    position: relative;
    color: #0052a3;
    color: var(--primary-color);
    -webkit-text-decoration: underline;
    text-decoration: underline;
  }
.rich-text--sm a::after {
      content: "";
      display: inline-block;
      width: 0.9rem;
      height: 0.9rem;
      margin-left: 0.3rem;
      background-color: currentColor;
      -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'%3E%3C/path%3E%3Cpolyline points='15 3 21 3 21 9'%3E%3C/polyline%3E%3Cline x1='10' y1='14' x2='21' y2='3'%3E%3C/line%3E%3C/svg%3E");
              mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'%3E%3C/path%3E%3Cpolyline points='15 3 21 3 21 9'%3E%3C/polyline%3E%3Cline x1='10' y1='14' x2='21' y2='3'%3E%3C/line%3E%3C/svg%3E");
      -webkit-mask-size: contain;
              mask-size: contain;
      -webkit-mask-repeat: no-repeat;
              mask-repeat: no-repeat;
      transform: translateY(1px);
    }
.rich-text--sm strong {
    font-weight: 610;
  }
.rich-text--sm u {
    text-decoration-color: rgba(33, 33, 33, 0.4);
  }
.rich-text--sm ul {
    width: 92%;
    margin: auto;
    margin-top: 0.875rem;
  }
.rich-text--sm ul li {
      list-style: disc outside none;
      list-style: initial;
    }
.rich-text--sm ol {
    width: 92%;
    margin: auto;
    margin-top: 0.875rem;
  }
.rich-text--sm ol li {
      list-style: decimal;
    }
.rich-text--sm li {
    margin-top: 0.5rem;
    color: rgba(33, 33, 33, 0.8);
    font-size: 1rem;
    line-height: 1.4;
  }
.rich-text--sm blockquote {
    border-left: 4px solid #4a90e2;
    margin: 16px 0;
    padding: 12px 18px;
    background: #f5f7ff;
    color: rgba(33, 33, 33, 0.8);
    font-size: 1rem;
    font-style: italic;
    line-height: 1.5;
    border-radius: 4px;
    border-radius: var(--radius-sm);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  }
.rich-text--sm img {
    display: block;
    width: 100%;
    border-radius: 4px;
    margin-top: 1.25rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
.rich-text--sm iframe {
    display: block;
    width: 100%;
    max-width: 35rem;
    height: 15rem;
    border-radius: 4px;
    margin-top: 1.25rem;
    -o-object-fit: contain;
       object-fit: contain;
  }
@media (min-width: 46rem) {
.rich-text--sm iframe {
      height: 19rem
  }
    }
/* ==========================================================================
   Masonry Gallery Styles
   Layout engine: @masonry-grid/vanilla
   ========================================================================== */
/* Container — flex layout, responsive column count via CSS variable */
.gallery-masonry {
  --gallery-gap: 0.9375rem; /* 15px */
  --gallery-columns: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 0.9375rem;
  gap: var(--gallery-gap);
  align-items: flex-start;
  width: 100%;
  margin-top: 2rem;
  min-height: 12.5rem;
}
@media (min-width: 46rem) {
.gallery-masonry {
    --gallery-columns: 3
}
  }
@media (min-width: 61.25rem) {
.gallery-masonry {
    --gallery-columns: 4
}
  }
@media (min-width: 100rem) {
.gallery-masonry {
    --gallery-columns: 5
}
  }
/* All direct children (items + library marker div) share the same flex basis */
.gallery-masonry > * {
  flex: 0 0 calc(
    (100% - var(--gallery-gap) * (var(--gallery-columns) - 1)) /
    var(--gallery-columns)
  );
}
/* Gallery items */
.gallery-item {
  /* Height driven by --height set in JS (BASE_HEIGHT_RATIO × multiplier) */
  aspect-ratio: calc(1 / 0.5625);
  aspect-ratio: calc(1 / var(--height, 0.5625));
  position: relative; /* positioning context for skeleton ::after pseudo-element */
  margin: 0;
  opacity: 0;
  border-radius: 4px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  box-shadow: 0 3px 5px 5px rgba(33, 33, 33, 0.07);
  box-shadow: var(--shadow-md);
  transition: all 0.3s ease;
  transition: var(--transition-base);
  cursor: pointer;
  touch-action: manipulation;
}
.gallery-item:hover {
    box-shadow: 0 3px 5px 5px rgba(33, 33, 33, 0.1);
    box-shadow: var(--shadow-lg);
  }
.gallery-item:hover .gallery-item__img {
      transform: scale(1.07);
    }
.gallery-item:hover .gallery-item__caption {
      opacity: 1;
      transform: translateY(0);
    }
.gallery-item:active {
    box-shadow: 0 3px 5px 5px rgba(33, 33, 33, 0.1);
    box-shadow: var(--shadow-lg);
  }
/* Skeleton shimmer while image loads
 * Uses a translateX() pseudo-element instead of background-position so the
 * animation is compositor-only (no paint per frame). With 20+ loading items
 * simultaneously the savings are significant. */
.gallery-item.skeleton-loading {
  background-color: #f0f0f0;
  contain: layout style; /* prevent reflow from propagating to the rest of the page */
}
.gallery-item.skeleton-loading::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(
      90deg,
      transparent 0%,
      rgba(255, 255, 255, 0.65) 50%,
      transparent 100%
    );
    transform: translateX(-100%);
    animation: skeletonShimmer 2s ease-in-out infinite;
    will-change: transform;
  }
.gallery-item.skeleton-loading .gallery-item__img {
    opacity: 0;
  }
.gallery-item.skeleton-loading .gallery-item__caption {
    display: none;
  }
/* Pause shimmer while the lightbox is open so it doesn't compete with
 * PhotoSwipe's compositor layers. */
.lightbox-open .gallery-item.skeleton-loading::after {
  animation-play-state: paused;
}
@keyframes skeletonShimmer {
  to { transform: translateX(200%); }
}
/* Respect reduced-motion preference */
@media (prefers-reduced-motion: reduce) {
  .gallery-item.skeleton-loading::after {
    animation: none;
  }

  .gallery-item.loaded {
    animation: none;
    opacity: 1;
  }
}
/* Loaded state */
.gallery-item.loaded {
  animation: fadeInItem 0.5s ease forwards;
}
@keyframes fadeInItem {
  from { opacity: 0; }
  to { opacity: 1; }
}
/* Error state */
.gallery-item.error {
  border: 1px dashed #ffadab;
}
/* Index variant (gallery listing page) — always-visible caption */
.gallery-item--index .gallery-item__caption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.25rem;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    background: linear-gradient(
      to bottom,
      transparent,
      rgba(33, 33, 33, 0.2) 40%,
      rgba(0, 18, 36, 0.7) 75%
    );
    color: white;
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: 700;
    opacity: 1;
    transform: translateY(0);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
  }
/* Images */
.gallery-item__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
  transition: var(--transition-base);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}
/* Captions */
.gallery-item__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem 1.25rem;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.6) 50%,
    transparent 100%
  );
  color: white;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 500;
  opacity: 0;
  transform: translateY(0.75rem);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
/* Overlay (used on gallery listing cards) */
.gallery-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1rem;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.4) 50%,
    transparent 100%
  );
}
.gallery-overlay__title {
  color: #fff;
  color: var(--color-white);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
}
.gallery-overlay-count {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.5rem;
  color: #fff;
  color: var(--color-white);
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 500;
  opacity: 0.7;
}
/* PhotoSwipe v5 base styles */
/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */
.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  

  --pswp-root-z-index: 100000;
  
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  
  /* defined via js:
  --pswp-transition-duration: 333ms; */
  
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;

  --pswp-error-text-color: var(--pswp-icon-color);
}
/*
	Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
*/
.pswp {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: var(--pswp-root-z-index);
	display: none;
	touch-action: none;
	outline: 0;
	opacity: 0.003;
	contain: layout style size;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* Prevents focus outline on the root element,
  (it may be focused initially) */
.pswp:focus {
  outline: 0;
}
.pswp * {
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}
.pswp--open {
	display: block;
}
.pswp,
.pswp__bg {
	transform: translateZ(0);
	will-change: opacity;
}
.pswp__bg {
  opacity: 0.005;
	background: var(--pswp-bg);
}
.pswp,
.pswp__scroll-wrap {
	overflow: hidden;
}
.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.pswp__img,
.pswp__zoom-wrap {
	width: auto;
	height: auto;
}
.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
	cursor: zoom-in;
}
.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
	cursor: move;
	cursor: grab;
}
.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: grabbing;
}
/* :active to override grabbing cursor */
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
	cursor: zoom-out;
}
/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.pswp__item {
	/* z-index for fade transition */
	z-index: 1;
	overflow: hidden;
}
.pswp__hidden {
	display: none !important;
}
/* Allow to click through pswp__content element, but not its children */
.pswp__content {
  pointer-events: none;
}
.pswp__content > * {
  pointer-events: auto;
}
/*

  PhotoSwipe UI

*/
/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg-container {
  display: grid;
}
.pswp__error-msg {
	margin: auto;
	font-size: 1em;
	line-height: 1;
	color: var(--pswp-error-text-color);
}
/*
class pswp__hide-on-close is applied to elements that
should hide (for example fade out) when PhotoSwipe is closed
and show (for example fade in) when PhotoSwipe is opened
 */
.pswp .pswp__hide-on-close {
	opacity: 0.005;
	will-change: opacity;
	transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
	z-index: 10; /* always overlap slide content */
	pointer-events: none; /* hidden elements should not be clickable */
}
/* class pswp--ui-visible is added when opening or closing transition starts */
.pswp--ui-visible .pswp__hide-on-close {
	opacity: 1;
	pointer-events: auto;
}
/* <button> styles, including css reset */
.pswp__button {
	position: relative;
	display: block;
	width: 50px;
	height: 60px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	cursor: pointer;
	background: none;
	border: 0;
	box-shadow: none;
	opacity: 0.85;
	-webkit-appearance: none;
	-webkit-touch-callout: none;
}
.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
  transition: none;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 1;
}
.pswp__button:disabled {
  opacity: 0.3;
  cursor: auto;
}
.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
}
.pswp__icn {
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none;
}
.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none;
}
.pswp__icn:focus {
	outline: 0;
}
/*
	div element that matches size of large image,
	large image loads on top of it,
	used when msrc is not provided
*/
div.pswp__img--placeholder,
.pswp__img--with-bg {
	background: var(--pswp-placeholder-bg);
}
.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	display: flex;
  flex-direction: row;
  justify-content: flex-end;
	z-index: 10;

	/* allow events to pass through top bar itself */
	pointer-events: none !important;
}
.pswp__top-bar > * {
  pointer-events: auto;
  /* this makes transition significantly more smooth,
     even though inner elements are not animated */
  will-change: opacity;
}
/*

  Close button

*/
.pswp__button--close {
  margin-right: 6px;
}
/*

  Arrow buttons

*/
.pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}
.pswp__button--arrow:disabled {
  display: none;
  cursor: default;
}
.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 0;
}
.pswp--one-slide .pswp__button--arrow {
  display: none;
}
/* hide arrows on touch screens */
.pswp--touch .pswp__button--arrow {
  visibility: hidden;
}
/* show arrows only after mouse was used */
.pswp--has_mouse .pswp__button--arrow {
  visibility: visible;
}
.pswp__button--arrow--prev {
  right: auto;
  left: 0px;
}
.pswp__button--arrow--next {
  right: 0px;
}
.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  /* flip horizontally */
  transform: scale(-1, 1);
}
/*

  Zoom button

*/
.pswp__button--zoom {
  display: none;
}
.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}
/* "+" => "-" */
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none;
}
/*

  Loading indicator

*/
.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto;
}
.pswp__preloader .pswp__icn {
  opacity: 0;
  transition: opacity 0.2s linear;
  animation: pswp-clockwise 600ms linear infinite;
}
.pswp__preloader--active .pswp__icn {
  opacity: 0.85;
}
@keyframes pswp-clockwise {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/*

  "1 of 10" counter

*/
.pswp__counter {
  height: 30px;
  margin-top: 15px;
  margin-left: 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: 0.85;
}
.pswp--one-slide .pswp__counter {
  display: none;
}
/* ── Custom caption element ──────────────────────────────────────────────── */
.pswp__caption {
  position: absolute;
  bottom: 4.5rem;
  left: 50%;
  transform: translateX(-50%);
  max-width: 37.5rem;
  width: -moz-max-content;
  width: max-content;
  padding: 0.6rem 1.25rem;
  background-color: rgba(18, 18, 18, 0.82);
  border-radius: 4px;
  border-radius: var(--radius-sm, 0.375rem);
  color: #fff;
  font-size: 0.9rem;
  line-height: 1.5;
  text-align: center;
  pointer-events: none;
  white-space: normal;
  z-index: 10;
}
/* Hide when empty */
.pswp__caption:empty {
    display: none;
  }
/* Swiper base styles */
/**
 * Swiper 12.1.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 29, 2026
 */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: ease;
  transition-timing-function: initial;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
  .swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none;
  }
/* For Internet Explorer and Edge */
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
      display: none;
    }
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
      margin-left: var(--swiper-slides-offset-before);
      scroll-margin-inline-start: var(--swiper-slides-offset-before);
    }
.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:last-child {
      margin-right: var(--swiper-slides-offset-after);
    }
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
.swiper-css-mode.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
      margin-top: var(--swiper-slides-offset-before);
      scroll-margin-block-start: var(--swiper-slides-offset-before);
    }
.swiper-css-mode.swiper-vertical > .swiper-wrapper > .swiper-slide:last-child {
      margin-bottom: var(--swiper-slides-offset-after);
    }
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
      scroll-snap-type: none;
    }
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
      content: '';
      flex-shrink: 0;
      order: 9999;
    }
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
      margin-left: var(--swiper-centered-offset-before);
    }
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
      margin-top: var(--swiper-centered-offset-before);
    }
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
  .swiper-3d .swiper-slide-shadow-left,
  .swiper-3d .swiper-slide-shadow-right,
  .swiper-3d .swiper-slide-shadow-top,
  .swiper-3d .swiper-slide-shadow-bottom,
  .swiper-3d .swiper-slide-shadow,
  .swiper-3d .swiper-slide-shadow-left,
  .swiper-3d .swiper-slide-shadow-right,
  .swiper-3d .swiper-slide-shadow-top,
  .swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid #007aff;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.story-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
}
.story-modal .ads-section {
    padding: 0;
  }
.story-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(2px);
  cursor: pointer;
}
.story-modal-content {
  position: relative;
  width: 100%;
  max-width: 23rem;
  height: 90%;
  max-height: 800px;
  border-radius: 12px;
  border-radius: var(--radius-lg);
  background: rgb(3, 3, 3);
  z-index: 10001;
}
@media (min-width: 46rem) {
.story-modal-content {
    max-width: 24rem;
    height: 95%
}
  }
@media (min-width: 100rem) {
.story-modal-content {
    max-width: 28rem
}
  }
.story-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 10003;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  color: white;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.story-close:hover {
  opacity: 0.7;
}
.story-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: #fff;
  color: white;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 4px 4px rgba(33, 33, 33, 0.07);
  box-shadow: var(--shadow-sm);
  transition: all 0.2s ease;
  z-index: 10002;
}
@media (min-width: 46rem) {
.story-nav {
    width: 48px;
    height: 48px
}
  }
@media (min-width: 46rem) {
.story-nav:hover {
    opacity: 0.7
}
  }
.story-nav--prev {
  left: -1.75rem;
}
@media (min-width: 46rem) {
.story-nav--prev {
    left: -6rem
}
  }
.story-nav--next {
  right: -1.75rem;
}
@media (min-width: 46rem) {
.story-nav--next {
    right: -6rem
}
  }
.story-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  gap: 4px;
  padding: 1rem;
  background: linear-gradient(
    to bottom,
    rgba(33, 33, 33, 0.7) 0%,
    transparent 90%
  );
  z-index: 10002;
}
.story-progress-bar {
  flex: 1;
  height: 3px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  overflow: hidden;
}
.story-ad-progress {
  background: rgba(255, 255, 255, 0.2);
}
.story-progress-fill {
  height: 100%;
  width: 0%;
  background: white;
  border-radius: 2px;
}
.story-viewer {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; /* required by Swiper */
}
.story-viewer .swiper-wrapper {
    height: 100%;
  }
.story-slide {
  display: grid; /* Swiper handles visibility; grid drives internal row layout */
  grid-template-rows: 2.5fr 2fr 1fr;
  width: 100%;
  height: 100%;
  background: rgb(11, 11, 11);
  border-radius: 12px;
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.story-ad {
  /* No longer needs position:absolute overlay — Swiper positions it as a slide */
  width: 100%;
  height: 100%;
  border-radius: 12px;
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.story-ad .ads-section--story-slide {
    background: none;
    height: 100%;
  }
.story-ad .ads-grid {
    height: 100%;
  }
.story-ad .ads-item {
    height: 100%;
    width: 100%;
    background: none;
    box-shadow: none;
  }
.story-ad .ads__img {
    height: 100%;
    block-size: 100%;
    border-radius: none;
    border: none;
    -o-object-fit: cover;
       object-fit: cover;
  }
.story-slide-figure {
  position: relative;
  width: 100%;
  height: 100%;
  border-top-right-radius: 4px;
  border-top-right-radius: var(--radius-sm);
  border-top-left-radius: 4px;
  border-top-left-radius: var(--radius-sm);
  overflow: hidden;
}
.story-slide-figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
.story-slide-content {
  padding: 2rem 1.5rem;
  color: white;
  background: #fff;
}
.story-slide__pretitle {
  display: block;
  margin-bottom: 0.5rem;
  color: #006fe6;
  color: var(--color-accent);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
@media (min-width: 46rem) {
.story-slide__pretitle {
    font-size: 0.8rem
}
  }
.story-slide__title {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  color: white;
  color: rgba(0, 0, 0, 0.8);
  color: var(--color-black);
}
@media (min-width: 46rem) {
.story-slide__title {
    font-size: 1.3rem
}
  }
@media (min-width: 100rem) {
.story-slide__title {
    font-size: 1.5rem
}
  }
.story-slide__subtitle {
  font-size: 1rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.54);
  color: var(--color-grey);
}
@media (min-width: 46rem) {
.story-slide__subtitle {
    font-size: 1rem
}
  }
.story-slide-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  background: var(--color-white);
}
.story-slide__button {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.75rem 1.5rem;
  background: #006fe6;
  background: var(--accent-color);
  border-radius: 24px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 650;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease;
}
.story-slide__button:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  }
/* Ken Burns zoom — triggered by Swiper's active class so it restarts on each
 * slide navigation (animation-name changes from none → zoomIn = new animation). */
.swiper-slide-active .story-slide-figure img {
  animation: zoomIn 5s ease forwards;
}
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.article-card {
  animation: slideInUp 0.3s ease;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.story-modal {
  animation: fadeIn 0.3s ease;
}
@keyframes zoomIn {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
.share {
  margin-top: 1.5rem;
}
.share__label {
  display: block;
  color: $color-accent;
  font-size: 1.6rem;
  font-weight: 550;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.share-icons {
  display: none;
  content-visibility: hidden;
}
@media (min-width: 46rem) {
.share-icons {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    content-visibility: visible
}
  }
.share-mobile {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: 100%;
  max-width: 10rem;
  height: 2.4rem;

  background-color: #e0eeff;
  border-radius: 4px;
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: all 100ms linear;
}
.share-mobile:hover {
    background-color: #cce3ff;
  }
@media (min-width: 46rem) {
.share-mobile {
    display: none;
    content-visibility: hidden
}
  }
.share-mobile--centered {
  margin: auto;
}
.share-mobile__svg {
  width: 18px;
  height: 18px;
  fill: #0052a3;
  fill: var(--primary-color);
}
.share-mobile__label {
  color: #0052a3;
  color: var(--primary-color);
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: uppercase;
}
.share--fill {
  max-width: 100%;
}
.share--centered {
  margin-right: auto;
  margin-left: auto;
}
.share--centered .share__label {
    text-align: center;
  }
.share--centered .share-icons {
    justify-content: center;
  }
.share--push-left .share-icons {
    transform: translateX(-15px);
  }
.share-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.2rem;
  background-color: #e0eeff;
  border-radius: 4px;
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: all 100ms linear;
}
.share-icon:hover {
    transform: #cce3ff;
  }
.share-svg {
  width: 24px;
  height: 24px;
  fill: #0052a3;
  fill: var(--primary-color);
}
.share-facebook svg {
    /* fill: #3b5998; */
  }
.share-twitter svg {
    width: 18px;
    height: 18px;
    /* fill: #000; */
  }
.share-whatsapp svg {
    width: 22px;
    height: 22px;
    /* fill: #25d366; */
  }
.share-linkedin svg {
    /* fill: #0a66c2; */
  }
.share-telegram svg {
    /* fill: #0088cc; */
  }
.share-copy svg {
    width: 18px;
    height: 18px;
  }
.share-email svg {
    width: 20px;
    height: 20px;
  }
.share-native svg {
    width: 20px;
    height: 20px;
  }
/* Exclusive Content Badges */
/* Article Card Ribbon */
.article-card__ribbon {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #007e33;
  color: #fff;
  padding: 4px 8px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  z-index: 2;
}
@media (min-width: 61.25rem) {
.article-card__ribbon {
    font-size: 0.75rem
}
  }
/* Opinion Card Badge */
.opinion-card__badge {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  background: #007e33;
  color: #fff;
  padding: 3px 6px;
  border-radius: 3px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-left: 0.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}
/* List Card Badges */
.list-card__badge--exclusive {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  background: #007e33;
  color: #fff;
  padding: 3px 6px;
  border-radius: 3px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}
/* Paywall Preview Styles */
.rich-text--preview {
  position: relative;
}
.paywall-preview {
  position: relative;
}
.paywall-overlay {
  position: relative;
  background: #fff;
  padding: 1.5rem;
  text-align: center;
  margin-top: -40px;
  padding-top: 60px;
}
.paywall-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  pointer-events: none;
}
.paywall-overlay .btn,
.paywall-cta-button {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0.875rem 1.5rem;
  background: #0052a3;
  background: var(--primary-color, #0066cc);
  color: white;
  border: none;
  border-radius: 0.375rem;
  font-size: 0.9375rem;
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.paywall-overlay .btn:hover,
.paywall-cta-button:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}
.paywall-overlay .btn:active,
.paywall-cta-button:active {
  transform: scale(0.98);
}
.paywall-cta-text {
  font-size: 0.9375rem;
  color: #666;
  margin-bottom: 1rem;
  display: block;
}
/* Paywall CTA Button Group */
.paywall-cta-buttons {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  flex-wrap: wrap;
}
.paywall-cta-button--secondary {
  background: #f0f0f0;
  color: #333;
  border: 1px solid #ddd;
}
.paywall-cta-button--secondary:hover {
  background: #e5e5e5;
}
/* ============================================================
   INSTITUCIONAL PAGE
   ============================================================ */
/* HERO ---------------------------------------------------- */
.institucional-hero {
  position: relative;
  min-height: max(320px, min(50vh, 560px));
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.institucional-hero__media {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
.institucional-hero__img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center 30%;
       object-position: center 30%;
  }
.institucional-hero__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(
      to bottom,
      rgba(0, 20, 50, 0.15) 0%,
      rgba(0, 20, 50, 0.6) 60%,
      rgba(0, 20, 50, 0.85) 100%
    );
  }
.institucional-hero__body {
    position: relative;
    z-index: 1;
    padding-top: clamp(1.5rem, 1rem + 2vw, 2.5rem);
    padding-bottom: clamp(1.5rem, 1rem + 2vw, 2.5rem);
    padding-top: var(--space-xl);
    padding-bottom: var(--space-xl);
    max-width: 680px;
  }
.institucional-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    font-family: "Roboto Condensed", sans-serif;
    font-family: var(--font-stack-condensed);
    font-size: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
    font-size: var(--text-xs);
    font-weight: 700;
    font-weight: var(--font-weight-bold);
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: clamp(0.5rem, 0.3rem + 0.5vw, 0.75rem);
    margin-bottom: var(--space-sm);
    padding-left: clamp(0.5rem, 0.3rem + 0.5vw, 0.75rem);
    padding-left: var(--space-sm);
    border-left: 3px solid #006fe6;
    border-left: 3px solid var(--accent-color);
  }
.institucional-hero__title {
    display: block;
    font-family: "Roboto Condensed", sans-serif;
    font-family: var(--font-stack-condensed);
    font-size: clamp(2rem, 5vw + 0.5rem, 3.5rem);
    font-weight: 700;
    font-weight: var(--font-weight-bold);
    color: #fff;
    line-height: 1.05;
    margin-bottom: clamp(0.5rem, 0.3rem + 0.5vw, 0.75rem);
    margin-bottom: var(--space-sm);
  }
.institucional-hero__tagline {
    font-size: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
    font-size: var(--text-base);
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.55;
    margin: 0;
    max-width: 520px;
  }
/* ABOUT ---------------------------------------------------- */
.institucional-about {
  padding-top: clamp(1.5rem, 1rem + 2vw, 2.5rem);
  padding-bottom: clamp(1.5rem, 1rem + 2vw, 2.5rem);
  padding-top: var(--space-xl);
  padding-bottom: var(--space-xl);
}
.institucional-about__layout {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: clamp(1.5rem, 1rem + 2vw, 2.5rem);
    grid-gap: var(--space-xl);
    gap: clamp(1.5rem, 1rem + 2vw, 2.5rem);
    gap: var(--space-xl);
    align-items: start;
  }
@media (min-width: 61.25rem) {
.institucional-about__layout {
      grid-template-columns: 1fr auto;
      gap: max(2rem, min(5vw, 5rem))
  }
    }
.institucional-about__content {
    max-width: 640px;
  }
.institucional-about__text {
    color: #333;
    color: var(--color-text);
    font-size: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
    font-size: var(--text-base);
    line-height: 1.8;
    margin-bottom: clamp(0.75rem, 0.5rem + 1vw, 1.25rem);
    margin-bottom: var(--space-md);
  }
.institucional-about__text:last-child {
      margin-bottom: 0;
    }
.institucional-about__stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: clamp(0.5rem, 0.3rem + 0.5vw, 0.75rem);
    grid-gap: var(--space-sm);
    gap: clamp(0.5rem, 0.3rem + 0.5vw, 0.75rem);
    gap: var(--space-sm);
    min-width: 260px;
  }
.institucional-stat {
  background: hsl(224, 100%, 95%);
  background: var(--primary-color-transparent);
  border-radius: 8px;
  border-radius: var(--radius-md);
  padding: clamp(0.75rem, 0.5rem + 1vw, 1.25rem) clamp(0.5rem, 0.3rem + 0.5vw, 0.75rem);
  padding: var(--space-md) var(--space-sm);
  text-align: center;
  border-top: 3px solid #0052a3;
  border-top: 3px solid var(--primary-color);
}
.institucional-stat__value {
    display: block;
    font-family: "Roboto Condensed", sans-serif;
    font-family: var(--font-stack-condensed);
    font-size: clamp(1.5rem, 1.25rem + 1vw, 2rem);
    font-size: var(--text-xl);
    font-weight: 700;
    font-weight: var(--font-weight-bold);
    color: #0052a3;
    color: var(--primary-color);
    line-height: 1;
    margin-bottom: clamp(0.25rem, 0.2rem + 0.25vw, 0.5rem);
    margin-bottom: var(--space-xs);
  }
.institucional-stat__label {
    display: block;
    font-size: clamp(0.75rem, 0.7rem + 0.2vw, 0.8125rem);
    font-size: var(--text-xxs);
    font-weight: 600;
    font-weight: var(--font-weight-semibold);
    color: rgba(0, 0, 0, 0.54);
    color: var(--color-grey);
    text-transform: uppercase;
    letter-spacing: 1px;
  }
/* VIDEOS ---------------------------------------------------- */
.institucional-videos {
  padding-top: clamp(1.5rem, 1rem + 2vw, 2.5rem);
  padding-bottom: clamp(1.5rem, 1rem + 2vw, 2.5rem);
  padding-top: var(--space-xl);
  padding-bottom: var(--space-xl);
  background: #0052a3;
  background: var(--primary-color);
}
.institucional-videos__section-title {
    color: #fff;
  }
.institucional-videos__section-title::before {
      background: rgba(255, 255, 255, 0.9);
    }
.institucional-videos__grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: clamp(0.75rem, 0.5rem + 1vw, 1.25rem);
    grid-gap: var(--space-md);
    gap: clamp(0.75rem, 0.5rem + 1vw, 1.25rem);
    gap: var(--space-md);
    margin-top: clamp(1rem, 0.8rem + 1.5vw, 1.75rem);
    margin-top: var(--space-lg);
  }
@media (min-width: 61.25rem) {
.institucional-videos__grid {
      grid-template-columns: repeat(3, 1fr)
  }
    }
.institucional-videos__card {
    margin: 0;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 8px;
    border-radius: var(--radius-md);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
  }
.institucional-videos__embed {
    position: relative;
    aspect-ratio: 16 / 9;
  }
.institucional-videos__embed iframe {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: none;
      display: block;
    }
.institucional-videos__caption {
    padding: clamp(0.5rem, 0.3rem + 0.5vw, 0.75rem) clamp(0.75rem, 0.5rem + 1vw, 1.25rem);
    padding: var(--space-sm) var(--space-md);
    color: rgba(255, 255, 255, 0.72);
    font-size: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
    font-size: var(--text-xs);
    line-height: 1.4;
  }
/* MVV ----------------------------------------------------- */
.institucional-mvv {
  padding-top: clamp(1.5rem, 1rem + 2vw, 2.5rem);
  padding-bottom: clamp(1.5rem, 1rem + 2vw, 2.5rem);
  padding-top: var(--space-xl);
  padding-bottom: var(--space-xl);
  background: #f4f7fa;
}
.institucional-mvv__cards {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: clamp(0.75rem, 0.5rem + 1vw, 1.25rem);
    grid-gap: var(--space-md);
    gap: clamp(0.75rem, 0.5rem + 1vw, 1.25rem);
    gap: var(--space-md);
  }
@media (min-width: 46rem) {
.institucional-mvv__cards {
      grid-template-columns: repeat(3, 1fr)
  }
    }
.institucional-mvv__card {
    background: #fff;
    border-radius: 8px;
    border-radius: var(--radius-md);
    padding: clamp(1rem, 0.8rem + 1.5vw, 1.75rem);
    padding: var(--space-lg);
    box-shadow: 0 2px 4px 4px rgba(33, 33, 33, 0.07);
    box-shadow: var(--shadow-sm);
    border-top: 4px solid transparent;
  }
.institucional-mvv__card--missao { border-color: #e8b422; }
.institucional-mvv__card--visao  { border-color: #3fa0d0; }
.institucional-mvv__card--valores { border-color: #4aaa5e; }
.institucional-mvv__card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    border-radius: var(--radius-md);
    margin-bottom: clamp(0.75rem, 0.5rem + 1vw, 1.25rem);
    margin-bottom: var(--space-md);
  }
.institucional-mvv__card-icon svg {
      width: 24px;
      height: 24px;
    }
.institucional-mvv__card--missao .institucional-mvv__card-icon {
      background: #fef8e5;
      color: #c8970d;
    }
.institucional-mvv__card--visao .institucional-mvv__card-icon {
      background: #e8f4fb;
      color: #3fa0d0;
    }
.institucional-mvv__card--valores .institucional-mvv__card-icon {
      background: #eaf6ed;
      color: #4aaa5e;
    }
.institucional-mvv__card-title {
    font-family: "Roboto Condensed", sans-serif;
    font-family: var(--font-stack-condensed);
    font-size: clamp(1.25rem, 1rem + 0.75vw, 1.5rem);
    font-size: var(--text-lg);
    font-weight: 700;
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: clamp(0.5rem, 0.3rem + 0.5vw, 0.75rem);
    margin-bottom: var(--space-sm);
  }
.institucional-mvv__card--missao .institucional-mvv__card-title {
      color: #c8970d;
    }
.institucional-mvv__card--visao .institucional-mvv__card-title {
      color: #3fa0d0;
    }
.institucional-mvv__card--valores .institucional-mvv__card-title {
      color: #4aaa5e;
    }
.institucional-mvv__card-text {
    color: #333;
    color: var(--color-text);
    font-size: clamp(0.875rem, 0.8rem + 0.5vw, 1rem);
    font-size: var(--text-sm);
    line-height: 1.65;
    margin: 0;
  }
.institucional-mvv__valores-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: clamp(0.25rem, 0.2rem + 0.25vw, 0.5rem);
    grid-gap: var(--space-xs);
    gap: clamp(0.25rem, 0.2rem + 0.25vw, 0.5rem);
    gap: var(--space-xs);
  }
.institucional-mvv__valores-list li {
      color: #333;
      color: var(--color-text);
      font-size: clamp(0.875rem, 0.8rem + 0.5vw, 1rem);
      font-size: var(--text-sm);
      display: flex;
      align-items: center;
      gap: 0.35rem;
    }
.institucional-mvv__valores-list li::before {
        content: "•";
        color: #4aaa5e;
        font-weight: 700;
        font-weight: var(--font-weight-bold);
        flex-shrink: 0;
      }
/* ============================================================
   HISTÓRICO PAGE – vertical timeline
   ============================================================ */
/* HERO ----------------------------------------------------- */
.historico-hero {
  position: relative;
  min-height: max(240px, min(40vh, 440px));
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: linear-gradient(
    135deg,
    #001a3d 0%,
    #0052a3 60%,
    #003580 100%
  );
  background: linear-gradient(
    135deg,
    #001a3d 0%,
    var(--primary-color) 60%,
    #003580 100%
  );
}
.historico-hero__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
.historico-hero__body {
    position: relative;
    z-index: 1;
    padding-top: clamp(1.5rem, 1rem + 2vw, 2.5rem);
    padding-bottom: clamp(1.5rem, 1rem + 2vw, 2.5rem);
    padding-top: var(--space-xl);
    padding-bottom: var(--space-xl);
    max-width: 680px;
  }
.historico-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    font-family: "Roboto Condensed", sans-serif;
    font-family: var(--font-stack-condensed);
    font-size: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
    font-size: var(--text-xs);
    font-weight: 700;
    font-weight: var(--font-weight-bold);
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: clamp(0.5rem, 0.3rem + 0.5vw, 0.75rem);
    margin-bottom: var(--space-sm);
    padding-left: clamp(0.5rem, 0.3rem + 0.5vw, 0.75rem);
    padding-left: var(--space-sm);
    border-left: 3px solid #006fe6;
    border-left: 3px solid var(--accent-color);
  }
.historico-hero__title {
    display: block;
    font-family: "Roboto Condensed", sans-serif;
    font-family: var(--font-stack-condensed);
    font-size: clamp(2rem, 5vw + 0.5rem, 3.5rem);
    font-weight: 700;
    font-weight: var(--font-weight-bold);
    color: #fff;
    line-height: 1.05;
    margin-bottom: clamp(0.5rem, 0.3rem + 0.5vw, 0.75rem);
    margin-bottom: var(--space-sm);
  }
.historico-hero__tagline {
    font-size: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
    font-size: var(--text-base);
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.55;
    margin: 0;
    max-width: 520px;
  }
/* TIMELINE ------------------------------------------------- */
.historico-timeline {
  padding-top: clamp(1.5rem, 1rem + 2vw, 2.5rem);
  padding-bottom: clamp(1.5rem, 1rem + 2vw, 2.5rem);
  padding-top: var(--space-xl);
  padding-bottom: var(--space-xl);
}
.historico-timeline .container {
    max-width: 1100px;
  }
.historico-timeline__track {
    position: relative;
    padding-top: clamp(1rem, 0.8rem + 1.5vw, 1.75rem);
    padding-bottom: clamp(1rem, 0.8rem + 1.5vw, 1.75rem);
    padding-top: var(--space-lg);
    padding-bottom: var(--space-lg);
  }
/* vertical center line – desktop only */
@media (min-width: 61.25rem) {
      .historico-timeline__track::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 2px;
        background: linear-gradient(
          to bottom,
          transparent,
          #0052a3 5%,
          #0052a3 95%,
          transparent
        );
        background: linear-gradient(
          to bottom,
          transparent,
          var(--primary-color) 5%,
          var(--primary-color) 95%,
          transparent
        );
        transform: translateX(-50%);
      }
    }
.historico-timeline__item {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: clamp(0.5rem, 0.3rem + 0.5vw, 0.75rem);
    grid-gap: var(--space-sm);
    gap: clamp(0.5rem, 0.3rem + 0.5vw, 0.75rem);
    gap: var(--space-sm);
    margin-bottom: clamp(1.5rem, 1rem + 2vw, 2.5rem);
    margin-bottom: var(--space-xl);
  }
.historico-timeline__item:last-child {
      margin-bottom: 0;
    }
@media (min-width: 61.25rem) {
.historico-timeline__item {
      grid-template-columns: 1fr 1fr;
      align-items: start;
      gap: 0
  }
        .historico-timeline__item--right .historico-timeline__card {
          grid-column: 2;
          margin-left: max(1.5rem, min(3vw, 2.5rem));
        }
        .historico-timeline__item--left .historico-timeline__card {
          grid-column: 1;
          grid-row: 1;
          margin-right: max(1.5rem, min(3vw, 2.5rem));
          text-align: right;
        }

        .historico-timeline__item--left .historico-timeline__figure {
          margin-left: auto;
        }

        .historico-timeline__item--left .historico-timeline__year {
          margin-left: auto;
        }
    }
/* decorative dot on the center line */
.historico-timeline__dot {
    display: none;
  }
@media (min-width: 61.25rem) {
.historico-timeline__dot {
      display: block;
      position: absolute;
      top: clamp(0.75rem, 0.5rem + 1vw, 1.25rem);
      top: var(--space-md);
      left: 50%;
      width: 16px;
      height: 16px;
      background: #0052a3;
      background: var(--primary-color);
      border: 3px solid #fff;
      border-radius: 50%;
      border-radius: var(--radius-full);
      box-shadow: 0 0 0 3px #0052a3;
      box-shadow: 0 0 0 3px var(--primary-color);
      transform: translate(-50%, 0);
      z-index: 1
  }
    }
.historico-timeline__card {
    background: #fff;
    border-radius: 12px;
    border-radius: var(--radius-lg);
    box-shadow: 0 2px 4px 4px rgba(33, 33, 33, 0.07);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border: 1px solid var(--color-border);
    transition: all 0.3s ease;
    transition: var(--transition-base);
  }
@media (hover: hover) {
      .historico-timeline__card:hover {
        box-shadow: 0 3px 5px 5px rgba(33, 33, 33, 0.07);
        box-shadow: var(--shadow-md);
        transform: translateY(-2px);
      }
    }
.historico-timeline__year {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Roboto Condensed", sans-serif;
    font-family: var(--font-stack-condensed);
    font-size: clamp(1.25rem, 1rem + 0.75vw, 1.5rem);
    font-size: var(--text-lg);
    font-weight: 700;
    font-weight: var(--font-weight-bold);
    color: #fff;
    background: #0052a3;
    background: var(--primary-color);
    padding: clamp(0.25rem, 0.2rem + 0.25vw, 0.5rem) clamp(0.75rem, 0.5rem + 1vw, 1.25rem);
    padding: var(--space-xs) var(--space-md);
    border-radius: 0 0 8px 0;
    border-radius: 0 0 var(--radius-md) 0;
    margin-bottom: 0;
    letter-spacing: 1px;
  }
@media (min-width: 61.25rem) {
.historico-timeline__item--left .historico-timeline__year {
        border-radius: 0 0 0 8px;
        border-radius: 0 0 0 var(--radius-md)
    }
      }
.historico-timeline__figure {
    margin: 0;
    line-height: 0;
    max-width: 400px;
  }
@media (min-width: 61.25rem) {
.historico-timeline__figure {
      max-width: 100%
  }
    }
.historico-timeline__img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    -o-object-fit: cover;
       object-fit: cover;
  }
.historico-timeline__body {
    padding: clamp(0.75rem, 0.5rem + 1vw, 1.25rem);
    padding: var(--space-md);
  }
/* <details>/<summary> toggle */
.historico-timeline__details[open] .historico-timeline__toggle-label::before {
          content: "Ver menos";
        }
.historico-timeline__details[open] .historico-timeline__excerpt {
        display: none;
      }
.historico-timeline__summary {
    list-style: none;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
.historico-timeline__summary::-webkit-details-marker {
      display: none;
    }
.historico-timeline__excerpt {
    display: block;
    color: #333;
    color: var(--color-text);
    font-size: clamp(0.875rem, 0.8rem + 0.5vw, 1rem);
    font-size: var(--text-sm);
    line-height: 1.7;
    margin-bottom: clamp(0.25rem, 0.2rem + 0.25vw, 0.5rem);
    margin-bottom: var(--space-xs);
  }
.historico-timeline__toggle-label {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
    font-size: var(--text-xs);
    font-weight: 600;
    font-weight: var(--font-weight-semibold);
    color: #006fe6;
    color: var(--accent-color);
    margin-top: clamp(0.25rem, 0.2rem + 0.25vw, 0.5rem);
    margin-top: var(--space-xs);
  }
.historico-timeline__toggle-label::before {
      content: "Ver mais";
    }
.historico-timeline__toggle-label::after {
      content: " ›";
      font-size: 1.1em;
      line-height: 1;
    }
details[open] .historico-timeline__toggle-label::after {
        content: " ‹";
      }
.historico-timeline__text {
    color: #333;
    color: var(--color-text);
    font-size: clamp(0.875rem, 0.8rem + 0.5vw, 1rem);
    font-size: var(--text-sm);
    line-height: 1.75;
    margin: clamp(0.5rem, 0.3rem + 0.5vw, 0.75rem) 0 0;
    margin: var(--space-sm) 0 0;
  }
/* ============================================================
   ASSINE PAGE
   ============================================================ */
/* HERO ---------------------------------------------------- */
.assine-hero {
  position: relative;
  min-height: max(360px, min(55vh, 600px));
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.assine-hero__media {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
.assine-hero__img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center 40%;
       object-position: center 40%;
  }
.assine-hero__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(
      to bottom,
      rgba(0, 30, 70, 0.25) 0%,
      rgba(0, 30, 70, 0.65) 55%,
      rgba(0, 30, 70, 0.9) 100%
    );
  }
.assine-hero__body {
    position: relative;
    z-index: 1;
    padding-top: clamp(1.5rem, 1rem + 2vw, 2.5rem);
    padding-bottom: clamp(1.5rem, 1rem + 2vw, 2.5rem);
    padding-top: var(--space-xl);
    padding-bottom: var(--space-xl);
  }
.assine-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    font-family: "Roboto Condensed", sans-serif;
    font-family: var(--font-stack-condensed);
    font-size: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
    font-size: var(--text-xs);
    font-weight: 700;
    font-weight: var(--font-weight-bold);
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: clamp(0.5rem, 0.3rem + 0.5vw, 0.75rem);
    margin-bottom: var(--space-sm);
    padding-left: clamp(0.5rem, 0.3rem + 0.5vw, 0.75rem);
    padding-left: var(--space-sm);
    border-left: 3px solid #006fe6;
    border-left: 3px solid var(--accent-color);
  }
.assine-hero__title {
    display: block;
    font-family: "Roboto Condensed", sans-serif;
    font-family: var(--font-stack-condensed);
    font-size: clamp(2rem, 5vw + 0.5rem, 3.5rem);
    font-weight: 700;
    font-weight: var(--font-weight-bold);
    color: #fff;
    line-height: 1.05;
    margin-bottom: clamp(0.5rem, 0.3rem + 0.5vw, 0.75rem);
    margin-bottom: var(--space-sm);
  }
.assine-hero__tagline {
    font-size: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
    font-size: var(--text-base);
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.55;
    margin-bottom: clamp(1rem, 0.8rem + 1.5vw, 1.75rem);
    margin-bottom: var(--space-lg);
    max-width: 560px;
  }
.assine-hero__stats {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(0.75rem, 0.5rem + 1vw, 1.25rem);
    gap: var(--space-md);
  }
.assine-hero__stat {
    display: flex;
    flex-direction: column;
    min-width: 72px;
  }
.assine-hero__stat-value {
    font-family: "Roboto Condensed", sans-serif;
    font-family: var(--font-stack-condensed);
    font-size: clamp(1.5rem, 1.25rem + 1vw, 2rem);
    font-size: var(--text-xl);
    font-weight: 700;
    font-weight: var(--font-weight-bold);
    color: #fff;
    line-height: 1;
  }
.assine-hero__stat-label {
    font-size: clamp(0.75rem, 0.7rem + 0.2vw, 0.8125rem);
    font-size: var(--text-xxs);
    color: rgba(255, 255, 255, 0.65);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 2px;
  }
/* BENEFITS ------------------------------------------------- */
.assine-benefits {
  padding-top: clamp(1.5rem, 1rem + 2vw, 2.5rem);
  padding-bottom: clamp(1.5rem, 1rem + 2vw, 2.5rem);
  padding-top: var(--space-xl);
  padding-bottom: var(--space-xl);
  background: #f4f7fa;
}
.assine-benefits__grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: clamp(0.75rem, 0.5rem + 1vw, 1.25rem);
    grid-gap: var(--space-md);
    gap: clamp(0.75rem, 0.5rem + 1vw, 1.25rem);
    gap: var(--space-md);
    margin-top: clamp(1rem, 0.8rem + 1.5vw, 1.75rem);
    margin-top: var(--space-lg);
  }
@media (min-width: 46rem) {
.assine-benefits__grid {
      grid-template-columns: repeat(2, 1fr)
  }
    }
@media (min-width: 61.25rem) {
.assine-benefits__grid {
      grid-template-columns: repeat(4, 1fr)
  }
    }
.assine-benefit-card {
  background: #fff;
  border-radius: 8px;
  border-radius: var(--radius-md);
  padding: clamp(1rem, 0.8rem + 1.5vw, 1.75rem);
  padding: var(--space-lg);
  box-shadow: 0 2px 4px 4px rgba(33, 33, 33, 0.07);
  box-shadow: var(--shadow-sm);
  border-top: 3px solid #0052a3;
  border-top: 3px solid var(--primary-color);
}
.assine-benefit-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    border-radius: var(--radius-md);
    background: #e8f0fb;
    color: #0052a3;
    color: var(--primary-color);
    margin-bottom: clamp(0.5rem, 0.3rem + 0.5vw, 0.75rem);
    margin-bottom: var(--space-sm);
    flex-shrink: 0;
  }
.assine-benefit-card__icon svg {
      width: 24px;
      height: 24px;
    }
.assine-benefit-card__title {
    font-family: "Roboto Condensed", sans-serif;
    font-family: var(--font-stack-condensed);
    font-size: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
    font-size: var(--text-base);
    font-weight: 700;
    font-weight: var(--font-weight-bold);
    color: #0052a3;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: clamp(0.25rem, 0.2rem + 0.25vw, 0.5rem);
    margin-bottom: var(--space-xs);
  }
.assine-benefit-card__text {
    font-size: clamp(0.875rem, 0.8rem + 0.5vw, 1rem);
    font-size: var(--text-sm);
    color: #333;
    color: var(--color-text);
    line-height: 1.65;
    margin: 0;
  }
/* PLANS ---------------------------------------------------- */
.assine-plans {
  padding-top: clamp(1.5rem, 1rem + 2vw, 2.5rem);
  padding-bottom: clamp(1.5rem, 1rem + 2vw, 2.5rem);
  padding-top: var(--space-xl);
  padding-bottom: var(--space-xl);
  background: #0052a3;
  background: var(--primary-color);
}
.assine-plans__title {
    color: #fff;
  }
.assine-plans__title::before {
      background: rgba(255, 255, 255, 0.9);
    }
.assine-plans__grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: clamp(0.75rem, 0.5rem + 1vw, 1.25rem);
    grid-gap: var(--space-md);
    gap: clamp(0.75rem, 0.5rem + 1vw, 1.25rem);
    gap: var(--space-md);
    margin-top: clamp(1rem, 0.8rem + 1.5vw, 1.75rem);
    margin-top: var(--space-lg);
    padding-top: clamp(0.5rem, 0.3rem + 0.5vw, 0.75rem);
    padding-top: var(--space-sm);
  }
@media (min-width: 46rem) {
.assine-plans__grid {
      grid-template-columns: repeat(2, 1fr)
  }
    }
@media (min-width: 61.25rem) {
.assine-plans__grid {
      grid-template-columns: repeat(4, 1fr);
      align-items: stretch
  }
    }
.assine-plan-card {
  background: rgba(0, 20, 60, 0.2);
  border-radius: 12px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: clamp(0.75rem, 0.5rem + 1vw, 1.25rem) clamp(0.75rem, 0.5rem + 1vw, 1.25rem);
  padding: var(--space-md) var(--space-md);
  display: flex;
  flex-direction: column;
  gap: clamp(0.5rem, 0.3rem + 0.5vw, 0.75rem);
  gap: var(--space-sm);
  text-align: center;
}
.assine-plan-card--featured {
    background: #fff;
    border-color: rgba(255, 255, 255, 0.6);
    border-width: 2px;
  }
.assine-plan-card--featured .assine-plan-card__type {
      background: #0052a3;
      background: var(--primary-color);
      border-color: transparent;
    }
.assine-plan-card--featured .assine-plan-card__period {
      color: #0052a3;
      color: var(--primary-color);
    }
.assine-plan-card--featured .assine-plan-card__device {
      color: #94b4d6;
    }
.assine-plan-card--featured .assine-plan-card__pricing {
      border-top-color: #dde8f4;
      border-bottom-color: #dde8f4;
    }
.assine-plan-card--featured .assine-plan-card__price-label {
      color: #006fe6;
      color: var(--accent-color);
    }
.assine-plan-card--featured .assine-plan-card__price-value {
      color: #0052a3;
      color: var(--primary-color);
    }
.assine-plan-card--featured .assine-plan-card__price-divider {
      background: #c0d4ea;
    }
.assine-plan-card--featured .assine-plan-card__features li {
      color: #333;
      color: var(--color-text);
    }
.assine-plan-card--featured .assine-plan-card__features li::before {
        color: #006fe6;
        color: var(--accent-color);
      }
.assine-plan-card--featured .assine-plan-card__cta {
      background: #0052a3;
      background: var(--primary-color);
      border-color: transparent;
    }
@media (hover: hover) {
        .assine-plan-card--featured .assine-plan-card__cta:hover {
          background: #003d8f;
        }
      }
.assine-plan-card__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(0.25rem, 0.2rem + 0.25vw, 0.5rem);
    gap: var(--space-xs);
  }
.assine-plan-card__type {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-family: var(--font-stack-condensed);
    font-size: clamp(0.875rem, 0.8rem + 0.5vw, 1rem);
    font-size: var(--text-sm);
    font-weight: 600;
    font-weight: var(--font-weight-semibold);
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 5px clamp(0.75rem, 0.5rem + 1vw, 1.25rem);
    padding: 5px var(--space-md);
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.15);
  }
.assine-plan-card__period {
    font-family: "Roboto Condensed", sans-serif;
    font-family: var(--font-stack-condensed);
    font-size: clamp(1.25rem, 1rem + 0.75vw, 1.5rem);
    font-size: var(--text-lg);
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    font-weight: var(--font-weight-semibold);
    margin: 0;
  }
.assine-plan-card__device {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.25);
  }
.assine-plan-card__device svg {
      width: auto;
      height: 72px;
    }
.assine-plan-card__pricing {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(0.5rem, 0.3rem + 0.5vw, 0.75rem);
    gap: var(--space-sm);
    padding-top: clamp(0.25rem, 0.2rem + 0.25vw, 0.5rem);
    padding-bottom: clamp(0.25rem, 0.2rem + 0.25vw, 0.5rem);
    padding-top: var(--space-xs);
    padding-bottom: var(--space-xs);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
.assine-plan-card__price-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }
.assine-plan-card__price-label {
    font-family: "Roboto Condensed", sans-serif;
    font-family: var(--font-stack-condensed);
    font-size: 0.6rem;
    color: rgba(255, 255, 255, 0.55);
    text-transform: uppercase;
    letter-spacing: 1px;
  }
.assine-plan-card__price-value {
    font-family: "Roboto Condensed", sans-serif;
    font-family: var(--font-stack-condensed);
    font-size: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
    font-size: var(--text-base);
    font-weight: 700;
    font-weight: var(--font-weight-bold);
    color: #fff;
    line-height: 1;
  }
.assine-plan-card__price-divider {
    width: 1px;
    height: 34px;
    background: rgba(255, 255, 255, 0.2);
    flex-shrink: 0;
  }
.assine-plan-card__features {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex: 1;
  }
.assine-plan-card__features li {
      display: flex;
      align-items: flex-start;
      gap: clamp(0.25rem, 0.2rem + 0.25vw, 0.5rem);
      gap: var(--space-xs);
      font-size: clamp(0.875rem, 0.8rem + 0.5vw, 1rem);
      font-size: var(--text-sm);
      color: rgba(255, 255, 255, 0.85);
      line-height: 1.4;
    }
.assine-plan-card__features li::before {
        content: "✓";
        color: rgba(255, 255, 255, 0.7);
        font-weight: 700;
        flex-shrink: 0;
      }
.assine-plan-card__cta {
    display: block;
    text-align: center;
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-family: var(--font-stack-condensed);
    font-weight: 600;
    font-weight: var(--font-weight-semibold);
    font-size: clamp(0.875rem, 0.8rem + 0.5vw, 1rem);
    font-size: var(--text-sm);
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-text-decoration: none;
    text-decoration: none;
    padding: clamp(0.5rem, 0.3rem + 0.5vw, 0.75rem);
    padding: var(--space-sm);
    border-radius: 4px;
    border-radius: var(--radius-sm);
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.15s ease;
    transition: var(--transition-fast);
    margin-top: auto;
  }
@media (hover: hover) {
      .assine-plan-card__cta:hover {
        background: rgba(255, 255, 255, 0.28);
      }
    }
/* FORM SECTION --------------------------------------------- */
.assine-form-section {
  padding-top: clamp(1.5rem, 1rem + 2vw, 2.5rem);
  padding-bottom: clamp(1.5rem, 1rem + 2vw, 2.5rem);
  padding-top: var(--space-xl);
  padding-bottom: var(--space-xl);
}
.assine-form-section__layout {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: clamp(1.5rem, 1rem + 2vw, 2.5rem);
    grid-gap: var(--space-xl);
    gap: clamp(1.5rem, 1rem + 2vw, 2.5rem);
    gap: var(--space-xl);
    align-items: start;
  }
@media (min-width: 61.25rem) {
.assine-form-section__layout {
      grid-template-columns: 1fr 1.3fr;
      gap: max(2rem, min(5vw, 5rem))
  }
    }
.assine-form-section__intro {
    display: flex;
    flex-direction: column;
    gap: clamp(1rem, 0.8rem + 1.5vw, 1.75rem);
    gap: var(--space-lg);
  }
.assine-form-section__text {
    font-size: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
    font-size: var(--text-base);
    color: #333;
    color: var(--color-text);
    line-height: 1.7;
    margin: 0;
  }
/* CONTACT -------------------------------------------------- */
.assine-contact__title {
    font-family: "Roboto Condensed", sans-serif;
    font-family: var(--font-stack-condensed);
    font-size: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
    font-size: var(--text-base);
    font-weight: 700;
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #0052a3;
    color: var(--primary-color);
    margin-bottom: clamp(0.5rem, 0.3rem + 0.5vw, 0.75rem);
    margin-bottom: var(--space-sm);
  }
.assine-contact__list {
    list-style: none;
    padding: 0;
    margin: 0 0 clamp(0.75rem, 0.5rem + 1vw, 1.25rem);
    margin: 0 0 var(--space-md);
    display: flex;
    flex-direction: column;
    gap: clamp(0.25rem, 0.2rem + 0.25vw, 0.5rem);
    gap: var(--space-xs);
  }
.assine-contact__item {
    display: flex;
    align-items: center;
    gap: clamp(0.5rem, 0.3rem + 0.5vw, 0.75rem);
    gap: var(--space-sm);
    font-size: clamp(0.875rem, 0.8rem + 0.5vw, 1rem);
    font-size: var(--text-sm);
  }
.assine-contact__label {
    color: rgba(0, 0, 0, 0.54);
    color: var(--color-grey);
    font-size: clamp(0.875rem, 0.8rem + 0.5vw, 1rem);
    font-size: var(--text-sm);
  }
.assine-contact__link {
    color: #0052a3;
    color: var(--primary-color);
    -webkit-text-decoration: none;
    text-decoration: none;
    font-weight: 500;
    font-weight: var(--font-weight-medium);
  }
@media (hover: hover) {
      .assine-contact__link:hover {
        -webkit-text-decoration: underline;
        text-decoration: underline;
      }
    }
.assine-contact__address {
    font-style: normal;
    font-size: clamp(0.875rem, 0.8rem + 0.5vw, 1rem);
    font-size: var(--text-sm);
    color: rgba(0, 0, 0, 0.54);
    color: var(--color-grey);
    line-height: 1.6;
  }
/* FORM ----------------------------------------------------- */
.assine-form-messages {
  margin-bottom: clamp(0.75rem, 0.5rem + 1vw, 1.25rem);
  margin-bottom: var(--space-md);
}
.assine-form-messages__item {
    padding: clamp(0.5rem, 0.3rem + 0.5vw, 0.75rem) clamp(0.75rem, 0.5rem + 1vw, 1.25rem);
    padding: var(--space-sm) var(--space-md);
    border-radius: 8px;
    border-radius: var(--radius-md);
    font-size: clamp(0.875rem, 0.8rem + 0.5vw, 1rem);
    font-size: var(--text-sm);
    margin-bottom: clamp(0.25rem, 0.2rem + 0.25vw, 0.5rem);
    margin-bottom: var(--space-xs);
  }
.assine-form-messages__item--success {
      background: hsl(140, 50%, 94%);
      color: hsl(140, 50%, 30%);
      border: 1px solid hsl(140, 40%, 75%);
    }
.assine-form-messages__item--error {
      background: #fadbdb;
      background: var(--color-state-red-tint);
      color: hsl(0, 75%, 55%);
      color: var(--color-state-red);
      border: 1px solid hsl(0, 60%, 80%);
    }
.assine-form-wrap {
  background: #fff;
  border-radius: 12px;
  border-radius: var(--radius-lg);
  padding: clamp(1rem, 0.8rem + 1.5vw, 1.75rem);
  padding: var(--space-lg);
  box-shadow: 0 3px 5px 5px rgba(33, 33, 33, 0.07);
  box-shadow: var(--shadow-md);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border: 1px solid var(--color-border);
}
.assine-form {
  display: flex;
  flex-direction: column;
  gap: clamp(0.75rem, 0.5rem + 1vw, 1.25rem);
  gap: var(--space-md);
}
.assine-form__field {
    display: flex;
    flex-direction: column;
    gap: clamp(0.25rem, 0.2rem + 0.25vw, 0.5rem);
    gap: var(--space-xs);
  }
.assine-form__label {
    font-size: clamp(0.875rem, 0.8rem + 0.5vw, 1rem);
    font-size: var(--text-sm);
    font-weight: 600;
    font-weight: var(--font-weight-semibold);
    color: #333;
    color: var(--color-text);
  }
.assine-form__label span {
      color: hsl(0, 75%, 55%);
      color: var(--color-state-red);
    }
.assine-form__input {
    display: block;
    width: 100%;
    padding: clamp(0.5rem, 0.3rem + 0.5vw, 0.75rem) clamp(0.75rem, 0.5rem + 1vw, 1.25rem);
    padding: var(--space-sm) var(--space-md);
    font-family: "Open Sans", sans-serif;
    font-family: var(--font-stack);
    font-size: clamp(0.875rem, 0.8rem + 0.5vw, 1rem);
    font-size: var(--text-sm);
    color: #333;
    color: var(--color-text);
    background: #fff;
    border: 1.5px solid rgba(0, 0, 0, 0.1);
    border: 1.5px solid var(--color-grey-border);
    border-radius: 8px;
    border-radius: var(--radius-md);
    transition: all 0.15s ease;
    transition: var(--transition-fast);
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
.assine-form__input::-moz-placeholder {
      color: rgba(0, 0, 0, 0.4);
      color: var(--color-grey-tint);
    }
.assine-form__input::placeholder {
      color: rgba(0, 0, 0, 0.4);
      color: var(--color-grey-tint);
    }
.assine-form__input:focus {
      outline: none;
      border-color: #0052a3;
      border-color: var(--primary-color);
      box-shadow: 0 0 0 3px hsl(224, 100%, 95%);
    }
.assine-form__input--textarea {
      resize: vertical;
      min-height: 100px;
    }
.assine-form__fieldset {
    border: none;
    padding: 0;
    margin: 0;
  }
.assine-form__legend {
    font-size: clamp(0.875rem, 0.8rem + 0.5vw, 1rem);
    font-size: var(--text-sm);
    font-weight: 600;
    font-weight: var(--font-weight-semibold);
    color: #333;
    color: var(--color-text);
    margin-bottom: clamp(0.5rem, 0.3rem + 0.5vw, 0.75rem);
    margin-bottom: var(--space-sm);
  }
.assine-form__legend span {
      color: hsl(0, 75%, 55%);
      color: var(--color-state-red);
    }
.assine-form__radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(0.5rem, 0.3rem + 0.5vw, 0.75rem);
    gap: var(--space-sm);
  }
.assine-form__radio-label {
    display: flex;
    align-items: center;
    gap: clamp(0.25rem, 0.2rem + 0.25vw, 0.5rem);
    gap: var(--space-xs);
    font-size: clamp(0.875rem, 0.8rem + 0.5vw, 1rem);
    font-size: var(--text-sm);
    color: #333;
    color: var(--color-text);
    cursor: pointer;
    padding: clamp(0.25rem, 0.2rem + 0.25vw, 0.5rem) clamp(0.5rem, 0.3rem + 0.5vw, 0.75rem);
    padding: var(--space-xs) var(--space-sm);
    border: 1.5px solid rgba(0, 0, 0, 0.1);
    border: 1.5px solid var(--color-grey-border);
    border-radius: 8px;
    border-radius: var(--radius-md);
    transition: all 0.15s ease;
    transition: var(--transition-fast);
  }
.assine-form__radio-label:has(:checked) {
      border-color: #0052a3;
      border-color: var(--primary-color);
      background: hsl(224, 100%, 95%);
      background: var(--primary-color-transparent);
      color: #0052a3;
      color: var(--primary-color);
      font-weight: 600;
      font-weight: var(--font-weight-semibold);
    }
@media (hover: hover) {
      .assine-form__radio-label:hover {
        border-color: #2e72c3;
        border-color: var(--primary-color-tint);
      }
    }
.assine-form__radio {
    accent-color: #0052a3;
    accent-color: var(--primary-color);
    width: 16px;
    height: 16px;
    flex-shrink: 0;
  }
.assine-form__submit {
    display: block;
    width: 100%;
    padding: clamp(0.5rem, 0.3rem + 0.5vw, 0.75rem) clamp(0.75rem, 0.5rem + 1vw, 1.25rem);
    padding: var(--space-sm) var(--space-md);
    background: #0052a3;
    background: var(--primary-color);
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-family: var(--font-stack-condensed);
    font-size: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
    font-size: var(--text-base);
    font-weight: 700;
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    border-radius: 8px;
    border-radius: var(--radius-md);
    cursor: pointer;
    transition: all 0.15s ease;
    transition: var(--transition-fast);
    min-height: 44px;
    min-height: var(--tap-target-min);
  }
@media (hover: hover) {
      .assine-form__submit:hover {
        background: #2e72c3;
        background: var(--primary-color-tint);
      }
    }
.assine-form__submit:active {
      background: #005c99;
      background: var(--primary-color-shade);
    }
.assine-form__note {
    text-align: center;
    font-size: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
    font-size: var(--text-xs);
    color: rgba(0, 0, 0, 0.54);
    color: var(--color-grey);
    margin: 0;
  }
/* ============================================================
   ANUNCIE PAGE
   ============================================================ */
/* HERO ---------------------------------------------------- */
.anuncie-hero {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (min-width: 46rem) {
.anuncie-hero {
    min-height: calc(100vh - 200px)
}
  }
.anuncie-hero__media {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
.anuncie-hero__img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right 40%;
       object-position: right 40%;
  }
@media (min-width: 46rem) {
.anuncie-hero__img {
      -o-object-position: center 40%;
         object-position: center 40%
  }
    }
.anuncie-hero__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(
      to bottom,
      rgba(0, 30, 70, 0.2) 0%,
      rgba(0, 30, 70, 0.65) 55%,
      rgba(0, 30, 70, 0.88) 100%
    );
  }
.anuncie-hero__body {
    position: relative;
    z-index: 1;
    padding-top: clamp(1.5rem, 1rem + 2vw, 2.5rem);
    padding-bottom: clamp(1.5rem, 1rem + 2vw, 2.5rem);
    padding-top: var(--space-xl);
    padding-bottom: var(--space-xl);
    max-width: 720px;
  }
.anuncie-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    font-family: "Roboto Condensed", sans-serif;
    font-family: var(--font-stack-condensed);
    font-size: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
    font-size: var(--text-xs);
    font-weight: 700;
    font-weight: var(--font-weight-bold);
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: clamp(0.5rem, 0.3rem + 0.5vw, 0.75rem);
    margin-bottom: var(--space-sm);
    padding-left: clamp(0.5rem, 0.3rem + 0.5vw, 0.75rem);
    padding-left: var(--space-sm);
    border-left: 3px solid #006fe6;
    border-left: 3px solid var(--accent-color);
  }
.anuncie-hero__title {
    display: block;
    font-family: "Roboto Condensed", sans-serif;
    font-family: var(--font-stack-condensed);
    font-size: clamp(2rem, 5vw + 0.5rem, 3.5rem);
    font-weight: 700;
    font-weight: var(--font-weight-bold);
    color: #fff;
    line-height: 1.05;
    margin-bottom: clamp(0.5rem, 0.3rem + 0.5vw, 0.75rem);
    margin-bottom: var(--space-sm);
  }
.anuncie-hero__tagline {
    font-size: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
    font-size: var(--text-base);
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.55;
    margin-bottom: clamp(1rem, 0.8rem + 1.5vw, 1.75rem);
    margin-bottom: var(--space-lg);
    max-width: 560px;
  }
.anuncie-hero__cta {
    display: inline-block;
    background: #006fe6;
    background: var(--accent-color);
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-family: var(--font-stack-condensed);
    font-size: clamp(0.875rem, 0.8rem + 0.5vw, 1rem);
    font-size: var(--text-sm);
    font-weight: 700;
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-text-decoration: none;
    text-decoration: none;
    padding: clamp(0.5rem, 0.3rem + 0.5vw, 0.75rem) clamp(1rem, 0.8rem + 1.5vw, 1.75rem);
    padding: var(--space-sm) var(--space-lg);
    border-radius: 8px;
    border-radius: var(--radius-md);
    transition: all 0.15s ease;
    transition: var(--transition-fast);
  }
@media (hover: hover) {
      .anuncie-hero__cta:hover {
        background: #2c87e8;
        background: var(--accent-color-tint);
      }
    }
/* REACH --------------------------------------------------- */
.anuncie-reach {
  background: #0052a3;
  background: var(--primary-color);
  padding-top: clamp(1rem, 0.8rem + 1.5vw, 1.75rem);
  padding-bottom: clamp(1rem, 0.8rem + 1.5vw, 1.75rem);
  padding-top: var(--space-lg);
  padding-bottom: var(--space-lg);
}
.anuncie-reach__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: clamp(0.5rem, 0.3rem + 0.5vw, 0.75rem);
    grid-gap: var(--space-sm);
    gap: clamp(0.5rem, 0.3rem + 0.5vw, 0.75rem);
    gap: var(--space-sm);
  }
@media (min-width: 46rem) {
.anuncie-reach__grid {
      grid-template-columns: repeat(4, 1fr)
  }
    }
.anuncie-reach__stat {
    text-align: center;
    padding: clamp(0.75rem, 0.5rem + 1vw, 1.25rem) clamp(0.5rem, 0.3rem + 0.5vw, 0.75rem);
    padding: var(--space-md) var(--space-sm);
    border-right: 1px solid rgba(255, 255, 255, 0.15);
  }
.anuncie-reach__stat:last-child {
      border-right: none;
    }
.anuncie-reach__value {
    display: block;
    font-family: "Roboto Condensed", sans-serif;
    font-family: var(--font-stack-condensed);
    font-size: clamp(1.5rem, 1.25rem + 1vw, 2rem);
    font-size: var(--text-xl);
    font-weight: 700;
    font-weight: var(--font-weight-bold);
    color: #fff;
    line-height: 1.1;
    margin-bottom: clamp(0.25rem, 0.2rem + 0.25vw, 0.5rem);
    margin-bottom: var(--space-xs);
  }
.anuncie-reach__label {
    display: block;
    font-size: clamp(0.75rem, 0.7rem + 0.2vw, 0.8125rem);
    font-size: var(--text-xxs);
    font-weight: 600;
    font-weight: var(--font-weight-semibold);
    color: rgba(255, 255, 255, 0.65);
    text-transform: uppercase;
    letter-spacing: 1.5px;
  }
/* CHANNELS ------------------------------------------------- */
.anuncie-channels {
  padding-top: clamp(1.5rem, 1rem + 2vw, 2.5rem);
  padding-bottom: clamp(1.5rem, 1rem + 2vw, 2.5rem);
  padding-top: var(--space-xl);
  padding-bottom: var(--space-xl);
  background: #fff;
}
.anuncie-channels__grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: clamp(0.75rem, 0.5rem + 1vw, 1.25rem);
    grid-gap: var(--space-md);
    gap: clamp(0.75rem, 0.5rem + 1vw, 1.25rem);
    gap: var(--space-md);
    margin-top: clamp(1rem, 0.8rem + 1.5vw, 1.75rem);
    margin-top: var(--space-lg);
  }
@media (min-width: 46rem) {
.anuncie-channels__grid {
      grid-template-columns: repeat(3, 1fr)
  }
    }
.anuncie-channel {
  background: #fff;
  border-radius: 8px;
  border-radius: var(--radius-md);
  box-shadow: 0 2px 4px 4px rgba(33, 33, 33, 0.07);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  transition: var(--transition-base);
}
@media (hover: hover) {
    .anuncie-channel:hover {
      box-shadow: 0 3px 5px 5px rgba(33, 33, 33, 0.07);
      box-shadow: var(--shadow-md);
      transform: translateY(-2px);
    }
  }
.anuncie-channel__visual {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: clamp(1.5rem, 1rem + 2vw, 2.5rem) clamp(0.75rem, 0.5rem + 1vw, 1.25rem);
    padding: var(--space-xl) var(--space-md);
    gap: clamp(0.75rem, 0.5rem + 1vw, 1.25rem);
    gap: var(--space-md);
  }
.anuncie-channel__visual--digital,
    .anuncie-channel__visual--impressa,
    .anuncie-channel__visual--estudio {
      background: linear-gradient(
        160deg,
        #00378d 0%,
        #0052a3 45%,
        #1565c0 100%
      );
    }
.anuncie-channel__visual-title {
    font-family: "Roboto Condensed", sans-serif;
    font-family: var(--font-stack-condensed);
    font-size: max(1.3rem, min(2.2vw, 1.7rem));
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    z-index: 1;
    margin: 0;
  }
.anuncie-channel__visual-title em {
      display: block;
      color: #f5a623;
      font-style: italic;
      text-transform: none;
      font-size: 1.1em;
      letter-spacing: 0;
      font-weight: 400;
    }
.anuncie-channel__icon {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    color: #f5a623;
  }
.anuncie-channel__icon svg {
      width: min(75%, 100px);
      height: auto;
    }
.anuncie-channel__hint {
    font-family: "Roboto Condensed", sans-serif;
    font-family: var(--font-stack-condensed);
    font-size: 0.6rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
    text-align: center;
    z-index: 1;
    margin: 0;
  }
.anuncie-channel__sweep {
    position: absolute;
    bottom: -22px;
    left: -25%;
    width: 110%;
    height: 54px;
    background: rgba(120, 180, 255, 0.18);
    transform: rotate(-7deg);
    pointer-events: none;
    z-index: 0;
  }
.anuncie-channel__info {
    padding: clamp(0.75rem, 0.5rem + 1vw, 1.25rem) clamp(0.75rem, 0.5rem + 1vw, 1.25rem);
    padding: var(--space-md) var(--space-md);
    flex: 1;
  }
.anuncie-channel__title {
    font-family: "Open Sans", sans-serif;
    font-family: var(--font-stack);
    font-size: clamp(1.25rem, 1rem + 0.75vw, 1.5rem);
    font-size: var(--text-lg);
    font-weight: 700;
    font-weight: var(--font-weight-bold);
    color: #0052a3;
    color: var(--primary-color);
    margin-bottom: clamp(0.25rem, 0.2rem + 0.25vw, 0.5rem);
    margin-bottom: var(--space-xs);
  }
.anuncie-channel__text {
    font-size: clamp(0.875rem, 0.8rem + 0.5vw, 1rem);
    font-size: var(--text-sm);
    color: #333;
    color: var(--color-text);
    line-height: 1.65;
    margin: 0;
  }
/* FORMATS ------------------------------------------------- */
.anuncie-formats {
  padding-top: clamp(1.5rem, 1rem + 2vw, 2.5rem);
  padding-bottom: clamp(1.5rem, 1rem + 2vw, 2.5rem);
  padding-top: var(--space-xl);
  padding-bottom: var(--space-xl);
  background: #f4f7fa;
}
.anuncie-formats__intro {
    font-size: clamp(0.875rem, 0.8rem + 0.5vw, 1rem);
    font-size: var(--text-sm);
    color: rgba(0, 0, 0, 0.54);
    color: var(--color-grey);
    line-height: 1.65;
    margin-top: clamp(0.5rem, 0.3rem + 0.5vw, 0.75rem);
    margin-bottom: clamp(1.5rem, 1rem + 2vw, 2.5rem);
    margin-top: var(--space-sm);
    margin-bottom: var(--space-xl);
    max-width: 680px;
  }
.anuncie-formats__group {
    margin-bottom: clamp(1.5rem, 1rem + 2vw, 2.5rem);
    margin-bottom: var(--space-xl);
  }
.anuncie-formats__group:last-child {
      margin-bottom: 0;
    }
.anuncie-formats__group-title {
    font-family: "Roboto Condensed", sans-serif;
    font-family: var(--font-stack-condensed);
    font-size: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
    font-size: var(--text-base);
    font-weight: 700;
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.54);
    color: var(--color-grey);
    margin-bottom: clamp(0.75rem, 0.5rem + 1vw, 1.25rem);
    margin-bottom: var(--space-md);
    padding-bottom: clamp(0.25rem, 0.2rem + 0.25vw, 0.5rem);
    padding-bottom: var(--space-xs);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgb(0 0 0 / 0.1);
    border-bottom: 1px solid var(--color-border);
  }
.anuncie-formats__grid {
    display: grid;
    grid-gap: clamp(0.75rem, 0.5rem + 1vw, 1.25rem);
    grid-gap: var(--space-md);
    gap: clamp(0.75rem, 0.5rem + 1vw, 1.25rem);
    gap: var(--space-md);
  }
.anuncie-formats__grid--banners {
      grid-template-columns: 1fr;
    }
@media (min-width: 46rem) {
.anuncie-formats__grid--banners {
        grid-template-columns: repeat(2, 1fr)
    }
      }
.anuncie-formats__grid--mixed {
      grid-template-columns: 1fr;
    }
@media (min-width: 46rem) {
.anuncie-formats__grid--mixed {
        grid-template-columns: repeat(2, 1fr)
    }
      }
@media (min-width: 61.25rem) {
.anuncie-formats__grid--mixed {
        grid-template-columns: repeat(3, 1fr)
    }
      }
.anuncie-format-card {
  background: #fff;
  border-radius: 8px;
  border-radius: var(--radius-md);
  box-shadow: 0 2px 4px 4px rgba(33, 33, 33, 0.07);
  box-shadow: var(--shadow-sm);
  padding: clamp(0.75rem, 0.5rem + 1vw, 1.25rem);
  padding: var(--space-md);
  display: flex;
  flex-direction: column;
  gap: clamp(0.75rem, 0.5rem + 1vw, 1.25rem);
  gap: var(--space-md);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border: 1px solid var(--color-border);
  transition: all 0.3s ease;
  transition: var(--transition-base);
}
@media (min-width: 46rem) {
.anuncie-format-card {
    flex-direction: row;
    align-items: center
}
  }
@media (hover: hover) {
    .anuncie-format-card:hover {
      box-shadow: 0 3px 5px 5px rgba(33, 33, 33, 0.1);
      box-shadow: var(--shadow-lg);
      border-color: #0052a3;
      border-color: var(--primary-color);
      transform: translateY(-1px);
    }
  }
.anuncie-format-card__mockup-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    min-width: 90px;
  }
.anuncie-format-card__mockup {
    background: #e8eef5;
    border: 2px dashed #b0c4de;
    border-radius: 4px;
    border-radius: var(--radius-sm);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
.anuncie-format-card__mockup-label {
    font-family: "Roboto Condensed", sans-serif;
    font-family: var(--font-stack-condensed);
    font-size: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
    font-size: var(--text-xs);
    font-weight: 700;
    font-weight: var(--font-weight-bold);
    color: #7a9abf;
    letter-spacing: 2px;
    text-transform: uppercase;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
.anuncie-format-card__info {
    flex: 1;
  }
.anuncie-format-card__name {
    font-family: "Roboto Condensed", sans-serif;
    font-family: var(--font-stack-condensed);
    font-size: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
    font-size: var(--text-base);
    font-weight: 700;
    font-weight: var(--font-weight-bold);
    color: #0052a3;
    color: var(--primary-color);
    margin-bottom: clamp(0.25rem, 0.2rem + 0.25vw, 0.5rem);
    margin-bottom: var(--space-xs);
  }
.anuncie-format-card__dims {
    font-family: "Roboto Condensed", sans-serif;
    font-family: var(--font-stack-condensed);
    font-size: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
    font-size: var(--text-xs);
    font-weight: 600;
    font-weight: var(--font-weight-semibold);
    color: #006fe6;
    color: var(--accent-color);
    letter-spacing: 0.5px;
    margin-bottom: clamp(0.25rem, 0.2rem + 0.25vw, 0.5rem);
    margin-bottom: var(--space-xs);
  }
.anuncie-format-card__desc {
    font-size: clamp(0.875rem, 0.8rem + 0.5vw, 1rem);
    font-size: var(--text-sm);
    color: rgba(0, 0, 0, 0.54);
    color: var(--color-grey);
    line-height: 1.6;
    margin: 0;
  }
/* CONTACT ------------------------------------------------- */
.anuncie-contact {
  background: #fff;
  padding-top: clamp(1.5rem, 1rem + 2vw, 2.5rem);
  padding-bottom: clamp(1.5rem, 1rem + 2vw, 2.5rem);
  padding-top: var(--space-xl);
  padding-bottom: var(--space-xl);
}
.anuncie-contact__cta {
    text-align: center;
    padding-bottom: clamp(1.5rem, 1rem + 2vw, 2.5rem);
    padding-bottom: var(--space-xl);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    margin-bottom: clamp(1.5rem, 1rem + 2vw, 2.5rem);
    margin-bottom: var(--space-xl);
  }
.anuncie-contact__eyebrow {
    display: inline-block;
    font-family: "Roboto Condensed", sans-serif;
    font-family: var(--font-stack-condensed);
    font-size: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
    font-size: var(--text-xs);
    font-weight: 700;
    font-weight: var(--font-weight-bold);
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #006fe6;
    color: var(--accent-color);
    margin-bottom: clamp(0.5rem, 0.3rem + 0.5vw, 0.75rem);
    margin-bottom: var(--space-sm);
  }
.anuncie-contact__title {
    font-family: "Roboto Condensed", sans-serif;
    font-family: var(--font-stack-condensed);
    font-size: clamp(2rem, 4vw + 0.5rem, 3.25rem);
    font-weight: 700;
    font-weight: var(--font-weight-bold);
    color: #0052a3;
    color: var(--primary-color);
    line-height: 1.1;
    margin-bottom: clamp(0.75rem, 0.5rem + 1vw, 1.25rem);
    margin-bottom: var(--space-md);
  }
.anuncie-contact__desc {
    font-size: clamp(0.875rem, 0.8rem + 0.5vw, 1rem);
    font-size: var(--text-sm);
    color: #333;
    color: var(--color-text);
    line-height: 1.65;
    max-width: 52ch;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: clamp(1rem, 0.8rem + 1.5vw, 1.75rem);
    margin-bottom: var(--space-lg);
  }
.anuncie-contact__btn {
    display: inline-flex;
    align-items: center;
    background: #0052a3;
    background: var(--primary-color);
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-family: var(--font-stack-condensed);
    font-weight: 700;
    font-weight: var(--font-weight-bold);
    font-size: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
    font-size: var(--text-base);
    letter-spacing: 0.5px;
    text-transform: uppercase;
    -webkit-text-decoration: none;
    text-decoration: none;
    padding: clamp(0.5rem, 0.3rem + 0.5vw, 0.75rem) clamp(1.5rem, 1rem + 2vw, 2.5rem);
    padding: var(--space-sm) var(--space-xl);
    border-radius: 4px;
    border-radius: var(--radius-sm);
    transition: all 0.3s ease;
    transition: var(--transition-base);
  }
@media (hover: hover) {
      .anuncie-contact__btn:hover {
        background: #003d8f;
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(0, 82, 163, 0.3);
      }
    }
.anuncie-contact__info {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: clamp(1rem, 0.8rem + 1.5vw, 1.75rem);
    grid-gap: var(--space-lg);
    gap: clamp(1rem, 0.8rem + 1.5vw, 1.75rem);
    gap: var(--space-lg);
  }
@media (min-width: 46rem) {
.anuncie-contact__info {
      grid-template-columns: repeat(3, 1fr)
  }
    }
.anuncie-contact__item {
    display: flex;
    gap: clamp(0.75rem, 0.5rem + 1vw, 1.25rem);
    gap: var(--space-md);
    align-items: flex-start;
  }
.anuncie-contact__item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    border-radius: var(--radius-md);
    background: #e8f0fb;
    color: #0052a3;
    color: var(--primary-color);
    flex-shrink: 0;
  }
.anuncie-contact__item-icon svg {
      width: 22px;
      height: 22px;
    }
.anuncie-contact__item-label {
    display: block;
    font-family: "Roboto Condensed", sans-serif;
    font-family: var(--font-stack-condensed);
    font-size: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
    font-size: var(--text-xs);
    font-weight: 700;
    font-weight: var(--font-weight-bold);
    color: rgba(0, 0, 0, 0.54);
    color: var(--color-grey);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.25rem;
  }
.anuncie-contact__item-value {
    display: block;
    font-size: clamp(0.875rem, 0.8rem + 0.5vw, 1rem);
    font-size: var(--text-sm);
    color: #333;
    color: var(--color-text);
    -webkit-text-decoration: none;
    text-decoration: none;
    line-height: 1.6;
    transition: all 0.15s ease;
    transition: var(--transition-fast);
  }
@media (hover: hover) {
      .anuncie-contact__item-value:hover {
        color: #006fe6;
        color: var(--accent-color);
        -webkit-text-decoration: underline;
        text-decoration: underline;
      }
    }
/* ============================================================
   CONTATO PAGE
   ============================================================ */
/* HEADER ---------------------------------------------------- */
.contato-header {
  background: #0052a3;
  background: var(--primary-color);
  padding-top: clamp(1.5rem, 1rem + 2vw, 2.5rem);
  padding-bottom: clamp(1.5rem, 1rem + 2vw, 2.5rem);
  padding-top: var(--space-xl);
  padding-bottom: var(--space-xl);
  border-bottom: 4px solid #006fe6;
  border-bottom: 4px solid var(--accent-color);
}
.contato-header__eyebrow {
    display: inline-flex;
    align-items: center;
    font-family: "Roboto Condensed", sans-serif;
    font-family: var(--font-stack-condensed);
    font-size: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
    font-size: var(--text-xs);
    font-weight: 700;
    font-weight: var(--font-weight-bold);
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: clamp(0.5rem, 0.3rem + 0.5vw, 0.75rem);
    margin-bottom: var(--space-sm);
    padding-left: clamp(0.5rem, 0.3rem + 0.5vw, 0.75rem);
    padding-left: var(--space-sm);
    border-left: 3px solid #006fe6;
    border-left: 3px solid var(--accent-color);
  }
.contato-header__title {
    font-family: "Roboto Condensed", sans-serif;
    font-family: var(--font-stack-condensed);
    font-size: clamp(1.75rem, 4vw + 0.5rem, 2.75rem);
    font-weight: 700;
    font-weight: var(--font-weight-bold);
    color: #fff;
    line-height: 1.1;
    margin-bottom: clamp(0.5rem, 0.3rem + 0.5vw, 0.75rem);
    margin-bottom: var(--space-sm);
  }
.contato-header__subtitle {
    font-size: clamp(0.875rem, 0.8rem + 0.5vw, 1rem);
    font-size: var(--text-sm);
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.6;
    margin: 0;
    max-width: 560px;
  }
/* INFO + MAPA SECTION --------------------------------------- */
.contato-info-section {
  padding-top: clamp(1.5rem, 1rem + 2vw, 2.5rem);
  padding-bottom: clamp(1.5rem, 1rem + 2vw, 2.5rem);
  padding-top: var(--space-xl);
  padding-bottom: var(--space-xl);
  background: #fff;
  background: var(--color-bg);
}
.contato-info-section__layout {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: clamp(1.5rem, 1rem + 2vw, 2.5rem);
    grid-gap: var(--space-xl);
    gap: clamp(1.5rem, 1rem + 2vw, 2.5rem);
    gap: var(--space-xl);
    align-items: start;
    margin-top: clamp(1rem, 0.8rem + 1.5vw, 1.75rem);
    margin-top: var(--space-lg);
  }
@media (min-width: 61.25rem) {
.contato-info-section__layout {
      grid-template-columns: 1fr 1fr;
      gap: max(2rem, min(4vw, 4rem))
  }
    }
/* CHANNELS SECTION (WhatsApp + Social) ---------------------- */
.contato-channels-section {
  padding-top: clamp(1.5rem, 1rem + 2vw, 2.5rem);
  padding-bottom: clamp(1.5rem, 1rem + 2vw, 2.5rem);
  padding-top: var(--space-xl);
  padding-bottom: var(--space-xl);
  background: #f4f7fa;
  background: var(--color-bg-alt, #f4f7fa);
  text-align: center;
}
/* FORM SECTION (CTA) ---------------------------------------- */
.contato-form-section {
  padding-top: clamp(1.5rem, 1rem + 2vw, 2.5rem);
  padding-bottom: clamp(1.5rem, 1rem + 2vw, 2.5rem);
  padding-top: var(--space-xl);
  padding-bottom: var(--space-xl);
  background: #fff;
}
.contato-form-section__layout {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: clamp(1.5rem, 1rem + 2vw, 2.5rem);
    grid-gap: var(--space-xl);
    gap: clamp(1.5rem, 1rem + 2vw, 2.5rem);
    gap: var(--space-xl);
    align-items: start;
  }
@media (min-width: 61.25rem) {
.contato-form-section__layout {
      grid-template-columns: 1fr 1.4fr;
      gap: max(2rem, min(5vw, 5rem))
  }
    }
.contato-form-section__intro {
    display: flex;
    flex-direction: column;
    gap: clamp(0.75rem, 0.5rem + 1vw, 1.25rem);
    gap: var(--space-md);
    padding-top: clamp(0.5rem, 0.3rem + 0.5vw, 0.75rem);
    padding-top: var(--space-sm);
  }
.contato-form-section__text {
    font-size: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
    font-size: var(--text-base);
    color: #333;
    color: var(--color-text);
    line-height: 1.7;
    margin: 0;
  }
.contato-form-section__phone {
    color: #0052a3;
    color: var(--primary-color);
    font-weight: 600;
    font-weight: var(--font-weight-semibold);
    -webkit-text-decoration: none;
    text-decoration: none;
  }
@media (hover: hover) {
      .contato-form-section__phone:hover {
        -webkit-text-decoration: underline;
        text-decoration: underline;
      }
    }
.contato-form-section__card {
    background: #fff;
    border-radius: 12px;
    border-radius: var(--radius-lg);
    padding: clamp(1rem, 0.8rem + 1.5vw, 1.75rem);
    padding: var(--space-lg);
    box-shadow: 0 3px 5px 5px rgba(33, 33, 33, 0.07);
    box-shadow: var(--shadow-md);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border: 1px solid var(--color-border);
  }
/* MESSAGES -------------------------------------------------- */
.contato-messages {
  margin-bottom: clamp(1rem, 0.8rem + 1.5vw, 1.75rem);
  margin-bottom: var(--space-lg);
}
.contato-messages__item {
    padding: clamp(0.5rem, 0.3rem + 0.5vw, 0.75rem) clamp(0.75rem, 0.5rem + 1vw, 1.25rem);
    padding: var(--space-sm) var(--space-md);
    border-radius: 8px;
    border-radius: var(--radius-md);
    font-size: clamp(0.875rem, 0.8rem + 0.5vw, 1rem);
    font-size: var(--text-sm);
    line-height: 1.5;
    border-left: 4px solid transparent;
  }
.contato-messages__item--success {
      background: hsl(140, 60%, 95%);
      border-color: hsl(135, 55%, 40%);
      border-color: var(--color-state-green);
      color: hsl(140, 50%, 28%);
    }
.contato-messages__item--error {
      background: #fadbdb;
      background: var(--color-state-red-tint);
      border-color: hsl(0, 75%, 55%);
      border-color: var(--color-state-red);
      color: hsl(0, 55%, 35%);
    }
.contato-messages__item--warning {
      background: hsl(38, 100%, 95%);
      border-color: #ed8936;
      border-color: var(--color-state-orange);
      color: hsl(38, 70%, 30%);
    }
/* FORM ------------------------------------------------------ */
.contato-form {
  display: flex;
  flex-direction: column;
  gap: clamp(0.75rem, 0.5rem + 1vw, 1.25rem);
  gap: var(--space-md);
}
.contato-form__row {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: clamp(0.75rem, 0.5rem + 1vw, 1.25rem);
    grid-gap: var(--space-md);
    gap: clamp(0.75rem, 0.5rem + 1vw, 1.25rem);
    gap: var(--space-md);
  }
@media (min-width: 46rem) {
.contato-form__row--2col {
        grid-template-columns: 1fr 1fr
    }
      }
.contato-form__field {
    display: flex;
    flex-direction: column;
    gap: clamp(0.25rem, 0.2rem + 0.25vw, 0.5rem);
    gap: var(--space-xs);
  }
.contato-form__label {
    font-size: clamp(0.875rem, 0.8rem + 0.5vw, 1rem);
    font-size: var(--text-sm);
    font-weight: 600;
    font-weight: var(--font-weight-semibold);
    color: #333;
    color: var(--color-text);
  }
.contato-form__label span[aria-hidden] {
      color: hsl(0, 75%, 55%);
      color: var(--color-state-red);
      margin-left: 2px;
    }
.contato-form__label-opt {
    font-weight: 400;
    font-weight: var(--font-weight-regular);
    color: rgba(0, 0, 0, 0.54);
    color: var(--color-grey);
    font-size: clamp(0.75rem, 0.7rem + 0.25vw, 0.875rem);
    font-size: var(--text-xs);
  }
.contato-form__input {
    display: block;
    width: 100%;
    padding: clamp(0.5rem, 0.3rem + 0.5vw, 0.75rem) clamp(0.75rem, 0.5rem + 1vw, 1.25rem);
    padding: var(--space-sm) var(--space-md);
    font-family: "Open Sans", sans-serif;
    font-family: var(--font-stack);
    font-size: clamp(0.875rem, 0.8rem + 0.5vw, 1rem);
    font-size: var(--text-sm);
    color: #333;
    color: var(--color-text);
    background: #fff;
    border: 1.5px solid rgba(0, 0, 0, 0.1);
    border: 1.5px solid var(--color-grey-border);
    border-radius: 8px;
    border-radius: var(--radius-md);
    transition: all 0.15s ease;
    transition: var(--transition-fast);
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
.contato-form__input::-moz-placeholder {
      color: rgba(0, 0, 0, 0.4);
      color: var(--color-grey-tint);
    }
.contato-form__input::placeholder {
      color: rgba(0, 0, 0, 0.4);
      color: var(--color-grey-tint);
    }
.contato-form__input:focus {
      outline: none;
      border-color: #0052a3;
      border-color: var(--primary-color);
      box-shadow: 0 0 0 3px hsl(224, 100%, 95%);
    }
.contato-form__select {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23666'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.6rem center;
    background-size: 20px;
    padding-right: 2rem;
  }
.contato-form__textarea {
    resize: vertical;
    min-height: 100px;
    line-height: 1.6;
  }
.contato-form__submit {
    display: block;
    width: 100%;
    padding: clamp(0.5rem, 0.3rem + 0.5vw, 0.75rem) clamp(0.75rem, 0.5rem + 1vw, 1.25rem);
    padding: var(--space-sm) var(--space-md);
    background: #0052a3;
    background: var(--primary-color);
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-family: var(--font-stack-condensed);
    font-size: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
    font-size: var(--text-base);
    font-weight: 700;
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    border-radius: 8px;
    border-radius: var(--radius-md);
    cursor: pointer;
    transition: all 0.15s ease;
    transition: var(--transition-fast);
    min-height: 44px;
    min-height: var(--tap-target-min);
  }
@media (hover: hover) {
      .contato-form__submit:hover {
        background: #2e72c3;
        background: var(--primary-color-tint);
      }
    }
.contato-form__submit:active {
      background: #005c99;
      background: var(--primary-color-shade);
    }
/* CONTACT INFO ---------------------------------------------- */
.contato-info {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 0.8rem + 1.5vw, 1.75rem);
  gap: var(--space-lg);
}
.contato-info__title {
    font-family: "Roboto Condensed", sans-serif;
    font-family: var(--font-stack-condensed);
    font-size: clamp(1.25rem, 1rem + 0.75vw, 1.5rem);
    font-size: var(--text-lg);
    font-weight: 700;
    font-weight: var(--font-weight-bold);
    color: #0052a3;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    padding-bottom: clamp(0.5rem, 0.3rem + 0.5vw, 0.75rem);
    padding-bottom: var(--space-sm);
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid rgb(0 0 0 / 0.1);
    border-bottom: 2px solid var(--color-border);
  }
.contato-info__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: clamp(0.75rem, 0.5rem + 1vw, 1.25rem);
    grid-gap: var(--space-md);
    gap: clamp(0.75rem, 0.5rem + 1vw, 1.25rem);
    gap: var(--space-md);
  }
.contato-info__item {
    display: flex;
    align-items: flex-start;
    gap: clamp(0.5rem, 0.3rem + 0.5vw, 0.75rem);
    gap: var(--space-sm);
  }
.contato-info__item--border {
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      border-top: 1px solid var(--color-border);
      padding: clamp(0.75rem, 0.5rem + 1vw, 1.25rem) 0;
      padding: var(--space-md) 0;
    }
.contato-info__item--full {
      grid-column: 1 / -1;
    }
.contato-info__icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e8f0fb;
    border-radius: 8px;
    border-radius: var(--radius-md);
    color: #0052a3;
    color: var(--primary-color);
  }
.contato-info__icon svg {
      width: 22px;
      height: 22px;
    }
.contato-info__text {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
  }
.contato-info__label {
    font-size: clamp(0.75rem, 0.7rem + 0.2vw, 0.8125rem);
    font-size: var(--text-xxs);
    font-weight: 700;
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.54);
    color: var(--color-grey);
  }
.contato-info__value {
    font-size: clamp(0.875rem, 0.8rem + 0.5vw, 1rem);
    font-size: var(--text-sm);
    color: #333;
    color: var(--color-text);
    line-height: 1.55;
    font-style: normal;
  }
.contato-info__link {
    color: #0052a3;
    color: var(--primary-color);
    -webkit-text-decoration: none;
    text-decoration: none;
    transition: color 0.2s ease;
  }
@media (hover: hover) {
      .contato-info__link:hover {
        color: #006fe6;
        color: var(--accent-color);
        -webkit-text-decoration: underline;
        text-decoration: underline;
      }
    }
/* WHATSAPP CONTACTS ----------------------------------------- */
.contato-whatsapp {
  margin-bottom: clamp(1.5rem, 1rem + 2vw, 2.5rem);
  margin-bottom: var(--space-xl);
}
.contato-whatsapp__label {
    font-family: "Roboto Condensed", sans-serif;
    font-family: var(--font-stack-condensed);
    font-size: clamp(0.875rem, 0.8rem + 0.5vw, 1rem);
    font-size: var(--text-sm);
    font-weight: 700;
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.54);
    color: var(--color-grey);
    margin-bottom: clamp(0.75rem, 0.5rem + 1vw, 1.25rem);
    margin-bottom: var(--space-md);
  }
.contato-whatsapp__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: clamp(0.75rem, 0.5rem + 1vw, 1.25rem);
    grid-gap: var(--space-md);
    gap: clamp(0.75rem, 0.5rem + 1vw, 1.25rem);
    gap: var(--space-md);
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
@media (max-width: 480px) {
.contato-whatsapp__grid {
      grid-template-columns: 1fr
  }
    }
.contato-whatsapp__card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(0.25rem, 0.2rem + 0.25vw, 0.5rem);
    gap: var(--space-xs);
    padding: clamp(1rem, 0.8rem + 1.5vw, 1.75rem);
    padding: var(--space-lg);
    background: #fff;
    border-radius: 8px;
    border-radius: var(--radius-md);
    border-top: 4px solid #25d366;
    box-shadow: 0 2px 4px 4px rgba(33, 33, 33, 0.07);
    box-shadow: var(--shadow-sm);
    -webkit-text-decoration: none;
    text-decoration: none;
    transition:
      box-shadow 0.2s ease, transform 0.15s ease;
  }
@media (hover: hover) {
      .contato-whatsapp__card:hover {
        box-shadow: 0 3px 5px 5px rgba(33, 33, 33, 0.07);
        box-shadow: var(--shadow-md);
        transform: translateY(-2px);
      }
    }
.contato-whatsapp__card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    border-radius: var(--radius-md);
    background: rgba(37, 211, 102, 0.12);
    color: #25d366;
    flex-shrink: 0;
    margin-bottom: clamp(0.5rem, 0.3rem + 0.5vw, 0.75rem);
    margin-bottom: var(--space-sm);
  }
.contato-whatsapp__card-dept {
    font-family: "Roboto Condensed", sans-serif;
    font-family: var(--font-stack-condensed);
    font-size: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
    font-size: var(--text-base);
    font-weight: 700;
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #333;
    color: var(--color-text);
  }
.contato-whatsapp__card-num {
    font-size: clamp(0.875rem, 0.8rem + 0.5vw, 1rem);
    font-size: var(--text-sm);
    color: hsl(140, 40%, 35%);
    font-family: "Roboto Condensed", sans-serif;
    font-family: var(--font-stack-condensed);
    font-weight: 600;
    font-weight: var(--font-weight-semibold);
  }
/* SOCIAL LINKS ---------------------------------------------- */
.contato-social {
  text-align: center;
}
.contato-social__label {
    font-family: "Roboto Condensed", sans-serif;
    font-family: var(--font-stack-condensed);
    font-size: clamp(0.875rem, 0.8rem + 0.5vw, 1rem);
    font-size: var(--text-sm);
    font-weight: 700;
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.54);
    color: var(--color-grey);
    margin-bottom: clamp(0.75rem, 0.5rem + 1vw, 1.25rem);
    margin-bottom: var(--space-md);
  }
.contato-social__links {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(0.75rem, 0.5rem + 1vw, 1.25rem);
    gap: var(--space-md);
    justify-content: center;
  }
.contato-social__link {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(0.25rem, 0.2rem + 0.25vw, 0.5rem);
    gap: var(--space-xs);
    padding: clamp(1rem, 0.8rem + 1.5vw, 1.75rem);
    padding: var(--space-lg);
    min-width: 140px;
    background: #fff;
    border-radius: 8px;
    border-radius: var(--radius-md);
    border-top: 4px solid transparent;
    box-shadow: 0 2px 4px 4px rgba(33, 33, 33, 0.07);
    box-shadow: var(--shadow-sm);
    font-family: "Roboto Condensed", sans-serif;
    font-family: var(--font-stack-condensed);
    font-size: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
    font-size: var(--text-base);
    font-weight: 700;
    font-weight: var(--font-weight-bold);
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: #333;
    color: var(--color-text);
    transition:
      box-shadow 0.2s ease, transform 0.15s ease;
  }
@media (hover: hover) {
      .contato-social__link:hover {
        box-shadow: 0 3px 5px 5px rgba(33, 33, 33, 0.07);
        box-shadow: var(--shadow-md);
        transform: translateY(-2px);
      }
    }
.contato-social__link--instagram {
      border-color: #e1306c;
    }
.contato-social__link--instagram .contato-social__link-icon {
        background: rgba(225, 48, 108, 0.1);
        color: #e1306c;
      }
.contato-social__link--facebook {
      border-color: #1877f2;
    }
.contato-social__link--facebook .contato-social__link-icon {
        background: rgba(24, 119, 242, 0.1);
        color: #1877f2;
      }
.contato-social__link--youtube {
      border-color: #ff0000;
    }
.contato-social__link--youtube .contato-social__link-icon {
        background: rgba(255, 0, 0, 0.1);
        color: #ff0000;
      }
.contato-social__link--twitter {
      border-color: #000;
    }
.contato-social__link--twitter .contato-social__link-icon {
        background: rgba(0, 0, 0, 0.07);
        color: #000;
      }
.contato-social__link-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    border-radius: var(--radius-md);
    flex-shrink: 0;
    margin-bottom: clamp(0.5rem, 0.3rem + 0.5vw, 0.75rem);
    margin-bottom: var(--space-sm);
  }
/* MAP ------------------------------------------------------- */
.contato-map {
  border-radius: 8px;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: 0 2px 4px 4px rgba(33, 33, 33, 0.07);
  box-shadow: var(--shadow-sm);
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border: 1px solid var(--color-border);
}
.contato-map__iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
  }
/* Footer */
.footer {
  background: #0052a3;
  background: var(--primary-color);
  color: #fff;
  color: var(--color-white);
  padding-top: 4rem;
  padding-bottom: 3rem;
}
@media (min-width: 46rem) {
.footer {
    padding-top: 3rem;
    padding-bottom: 2rem
}
  }
.footer-wrapper {
  display: grid;
  grid-gap: 2rem;
  gap: 2rem;
}
@media (min-width: 46rem) {
.footer-wrapper {
    gap: initial;
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1.1fr
}
  }
.footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 46rem) {
.footer-logo {
    justify-content: initial
}
  }
.footer-logo svg {
    display: block;
    width: max(8.5rem, min(15vw, 9rem));
    height: auto;
    margin: auto;
  }
.footer__heading {
  margin-bottom: 0.4rem;
  color: #fff;
  color: var(--color-white);
  font-family: "Roboto Condensed", sans-serif;
  font-family: var(--font-stack-condensed);
  font-size: calc(1.3rem - 0.25vw);
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 46rem) {
.footer__heading {
    text-align: left;
    text-align: initial
}
  }
.footer__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: 100%;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  color: rgba(255, 255, 255, 0.8);
  color: var(--color-white-tint);
  font-size: clamp(0.95rem, 1.4rem - 0.6vw, 1.15rem);
  line-height: 1.4;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: all 0.2s ease;
}
.footer__link:hover {
    color: #fff;
    color: var(--color-white);
    transform: translateX(3px);
  }
@media (min-width: 46rem) {
.footer__link {
    text-align: left;
    text-align: initial;
    justify-content: initial
}
  }
.footer__link svg {
    opacity: 0.7;
  }
@media (min-width: 46rem) {
.footer__link--capped {
    max-width: 10rem
}
  }
.footer-content--flex {
  display: flex;
  justify-content: center;
}
@media (min-width: 46rem) {
.footer-content--flex {
    justify-content: flex-end
}
  }
.footer-list--flex {
  align-self: center;
}
.footer-credits {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.7rem;
  padding-top: 1.5rem;
  margin-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid var(--color-border-white);
  color: rgba(255, 255, 255, 0.8);
  color: var(--color-white-tint);
  font-size: clamp(0.95rem, 1.4rem - 0.6vw, 1.15rem);
  text-align: center;
}
@media (min-width: 46rem) {
.footer-credits {
    flex-direction: row;
    justify-content: space-between;
    gap: initial;
    text-align: left;
    text-align: initial
}
  }
.footer-social__links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-top: 2rem;
}
@media (min-width: 46rem) {
.footer-social__links {
    justify-content: initial;
    gap: 1.25rem;
    margin-top: 1rem
}
  }
.footer-social__link-icon {
  color: #fff;
  color: var(--color-white);
  opacity: 0.7;
}
.footer-credits__tuhl {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}
.footer-credits__tuhl svg {
    opacity: 0.85;
  }
:root {
  --csstools-color-scheme--light: initial;
  color-scheme: light;
}
/* Container */
.container {
  width: 88%;
  margin: 0 auto;
}
@media (min-width: 75rem) {
.container {
    width: 100%;
    max-width: 1100px
}
  }
@media (min-width: 100rem) {
.container {
    max-width: 1200px
}
  }
/* Container */
.container--smaller {
  width: 90%;
  max-width: 1000px;
}
.news-container {
  background: var(--bg-light);
  padding: 1.5rem 0;
}
/* Content Grid */
.content-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2rem;
  gap: 2rem;
  margin-top: 1.5rem;
}
@media (min-width: 1024px) {
  .content-grid {
    grid-template-columns: 1fr;
  }
}
/* Component Styles - Mobile First with Nested Queries */
/* Sidebar Widget */
.sidebar-widget {
  background: var(--bg-white);
  border-radius: 4px;
  padding: 1.25rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 4px 4px rgba(33, 33, 33, 0.07);
  box-shadow: var(--shadow-sm);
}
.sidebar-widget--highlight {
  background: linear-gradient(
    135deg,
    #0052a3 0%,
    var(--primary-color-dark) 100%
  );
  background: linear-gradient(
    135deg,
    var(--primary-color) 0%,
    var(--primary-color-dark) 100%
  );
  color: white;
}
.sidebar-widget__title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid var(--color-border);
}
.sidebar-widget--highlight .sidebar-widget__title {
  border-bottom-color: rgba(255, 255, 255, 0.3);
  color: white;
}
/* Most Read List */
.most-read-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .most-read-list {
    gap: 1rem;
  }
}
.most-read-item {
  position: relative;
}
.most-read-item__link {
  display: flex;
  gap: 0.75rem;
  padding: 0.75rem;
  border-radius: 4px;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: all 0.2s ease;
  transition: var(--transition);
}
.most-read-item__link:hover {
  background: var(--bg-light);
}
@media (min-width: 768px) {
  .most-read-item__link {
    gap: 1rem;
    padding: 1rem;
  }
}
.most-read-item__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  background: #0052a3;
  background: var(--primary-color);
  color: white;
  font-size: 1rem;
  font-weight: 900;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .most-read-item__number {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.125rem;
  }
}
.most-read-item__content {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  flex: 1;
  min-width: 0;
}
.most-read-item__title {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.4;
  color: var(--text-primary);
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 768px) {
  .most-read-item__title {
    font-size: 1rem;
  }
}
.most-read-item__views {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.75rem;
  color: var(--text-light);
}
@media (min-width: 768px) {
  .most-read-item__views {
    font-size: 0.8125rem;
  }
}
/* Newsletter Form */
.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.newsletter-form__description {
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}
@media (min-width: 768px) {
  .newsletter-form__description {
    font-size: 0.9375rem;
  }
}
.newsletter-form__group {
  display: flex;
  gap: 0.5rem;
}
.newsletter-form__input {
  flex: 1;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  font-size: 0.9375rem;
  background: rgba(255, 255, 255, 0.15);
  color: white;
  transition: all 0.2s ease;
  transition: var(--transition);
}
.newsletter-form__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.newsletter-form__input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.newsletter-form__input:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.2);
}
.newsletter-form__button {
  padding: 0.75rem 1rem;
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  color: white;
  cursor: pointer;
  transition: all 0.2s ease;
  transition: var(--transition);
}
.newsletter-form__button:hover {
  background: rgba(255, 255, 255, 0.35);
}
.newsletter-form__button {
  padding: 0.75rem 1.5rem;
  background: #006fe6;
  background: var(--accent-color, rgb(0, 101, 176));
  color: rgb(255, 255, 255);
  border: none;
  border-radius: 0.375rem;
  font-size: 0.9375rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
@supports (color: color(display-p3 0 0 0%)) {
.newsletter-form__button {
  background: var(--accent-color, rgb(0, 101, 176));
}

@media (color-gamut: p3) {
.newsletter-form__button {
  background: var(--accent-color, color(display-p3 0.1438 0.38895 0.68367));
}
}
}
.newsletter-form__button:hover {
    opacity: 0.9;
  }
.newsletter-form__button:active {
    scale: 0.98;
  }
.newsletter-form__privacy {
  font-size: 0.75rem;
  color: rgb(128, 128, 128);
  margin: 0;
}
/* Poll Widget */
.poll-widget {
  padding: 1.5rem;
  background: rgb(255, 255, 255);
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.05);
}
@media (min-width: 48rem) {
.poll-widget {
    padding: 2rem
}
  }
.poll-widget__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: rgb(22, 22, 22);
  margin: 0 0 1.5rem 0;
}
@media (min-width: 48rem) {
.poll-widget__title {
    font-size: 1.375rem
}
  }
.poll-options {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.poll-option {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.poll-option:has(:checked) {
    border-color: #006fe6;
    border-color: var(--accent-color, rgb(0, 101, 176));
    background: rgba(0, 111, 230, 0.05);
  }
@supports (color: color(display-p3 0 0 0%)) {
.poll-option:has(:checked) {
    border-color: var(--accent-color, rgb(0, 101, 176));
  }

@media (color-gamut: p3) {
.poll-option:has(:checked) {
    border-color: var(--accent-color, color(display-p3 0.1438 0.38895 0.68367));
  }
}
}
@supports (color: lab(from red l 1 1% / calc(alpha + 0.1))) {
.poll-option:has(:checked) {
    background: oklch(
      from var(--accent-color, rgb(0, 101, 176)) l c h / 0.05
    );
  }
}
@supports (color: color(display-p3 0 0 0%)) and (color: lab(from red l 1 1% / calc(alpha + 0.1))) {
.poll-option:has(:checked) {
    background: oklch(
      from var(--accent-color, rgb(0, 101, 176)) l c h / 0.05
    );
  }

@media (color-gamut: p3) {
.poll-option:has(:checked) {
    background: oklch(
      from var(--accent-color, color(display-p3 0.1438 0.38895 0.68367)) l c h / 0.05
    );
  }
}
}
.poll-option:hover {
    border-color: #006fe6;
    border-color: var(--accent-color, rgb(0, 101, 176));
  }
@supports (color: color(display-p3 0 0 0%)) {
.poll-option:hover {
    border-color: var(--accent-color, rgb(0, 101, 176));
  }

@media (color-gamut: p3) {
.poll-option:hover {
    border-color: var(--accent-color, color(display-p3 0.1438 0.38895 0.68367));
  }
}
}
.poll-option__input {
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
}
.poll-option__label {
  font-size: 0.9375rem;
  color: rgb(22, 22, 22);
  cursor: pointer;
}
.poll-submit {
  width: 100%;
  padding: 0.875rem;
  background: #006fe6;
  background: var(--accent-color, rgb(0, 101, 176));
  color: rgb(255, 255, 255);
  border: none;
  border-radius: 0.375rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
@supports (color: color(display-p3 0 0 0%)) {
.poll-submit {
  background: var(--accent-color, rgb(0, 101, 176));
}

@media (color-gamut: p3) {
.poll-submit {
  background: var(--accent-color, color(display-p3 0.1438 0.38895 0.68367));
}
}
}
.poll-submit:hover {
    opacity: 0.9;
  }
.poll-submit:active {
    scale: 0.98;
  }
.poll-results {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.poll-result {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.poll-result__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.poll-result__text {
  font-size: 0.9375rem;
  color: rgb(22, 22, 22);
  font-weight: 500;
}
.poll-result__percentage {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #006fe6;
  color: var(--accent-color, rgb(0, 101, 176));
}
@supports (color: color(display-p3 0 0 0%)) {
.poll-result__percentage {
  color: var(--accent-color, rgb(0, 101, 176));
}

@media (color-gamut: p3) {
.poll-result__percentage {
  color: var(--accent-color, color(display-p3 0.1438 0.38895 0.68367));
}
}
}
.poll-result__bar {
  height: 0.5rem;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  overflow: hidden;
}
.poll-result__fill {
  height: 100%;
  background: #006fe6;
  background: var(--accent-color, rgb(0, 101, 176));
  transition: width 0.5s ease-in-out;
}
@supports (color: color(display-p3 0 0 0%)) {
.poll-result__fill {
  background: var(--accent-color, rgb(0, 101, 176));
}

@media (color-gamut: p3) {
.poll-result__fill {
  background: var(--accent-color, color(display-p3 0.1438 0.38895 0.68367));
}
}
}
.poll-result__votes {
  font-size: 0.75rem;
  color: rgb(99, 99, 99);
}
.poll-total {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.875rem;
  font-weight: 600;
  color: rgb(72, 72, 72);
}
.poll-expired {
  margin-top: 1rem;
  padding: 0.75rem;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 0.375rem;
  font-size: 0.875rem;
  color: rgb(72, 72, 72);
  text-align: center;
}
/* Category List */
.category-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.category-list__item {
  margin: 0;
}
.category-list__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem;
  border-radius: 4px;
  font-size: 0.9375rem;
  color: var(--text-primary);
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: all 0.2s ease;
  transition: var(--transition);
}
.category-list__link:hover {
  background: var(--bg-light);
  color: #0052a3;
  color: var(--primary-color);
}
.category-list__count {
  padding: 0.25rem 0.5rem;
  background: var(--bg-light);
  border-radius: 3px;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--text-secondary);
}
/* Tag Cloud */
.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.tag-cloud__tag {
  padding: 0.5rem 1rem;
  background: var(--bg-light);
  border-radius: 20px;
  font-size: 0.875rem;
  color: var(--text-primary);
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: all 0.2s ease;
  transition: var(--transition);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border: 1px solid var(--color-border);
}
.tag-cloud__tag:hover {
  background: #0052a3;
  background: var(--primary-color);
  color: white;
  border-color: #0052a3;
  border-color: var(--primary-color);
}
/* Breaking News */
.breaking-news {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.875rem 1rem;
  background: #0052a3;
  background: var(--primary-color);
  color: white;
  border-radius: 4px;
  margin-bottom: 1.5rem;
  overflow: hidden;
  box-shadow: 0 2px 4px 4px rgba(33, 33, 33, 0.07);
  box-shadow: var(--shadow-sm);
}
.breaking-news__label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.375rem 0.875rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  flex-shrink: 0;
}
.breaking-news__label svg {
  width: 14px;
  height: 14px;
}
.breaking-news__ticker {
  flex: 1;
  overflow: hidden;
}
.breaking-news__content {
  animation: ticker 25s linear infinite;
  white-space: nowrap;
}
.breaking-news__item {
  font-size: 0.9rem;
  font-weight: 500;
}
/* Visually Hidden */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
