:root{
  --bg: #0f0f13;
  --g-orange: #ff4d00;
  --g-blue: #000d33;
  --card-bg: #0f1720;
  --muted: #9aa3b2;
  --link: #27292d;
  --text: #ffffff;
  --accent-start: #08204e;
  --accent-end:   rgba(255,255,255,0.70);
  --glass: rgba(255,255,255,0.04);
  --glass-2: rgba(255,255,255,0.02);
  --radius: 12px;
  --shadow: 0 6px 18px rgba(2,6,23,0.6);
  --max-width: 1180px;
  --gap: 18px;
  --font-sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  --news-title-font-size: 1.6rem;
  --news-title-line-height: 1.8rem;
  --news-highlight-font-size: 2.2rem;
  --news-highlight-line-height: 2.2rem;
  --newsblock-theme-background-color: #e6eaed;
  --news-headlight-font-size: 1.2rem;
  --news-headlight-line-height: 1.2rem;
  --box-fill: #685080;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700;800&display=swap');

@font-face {
font-family: 'Volte W03 Bold';
font-style: normal;
font-weight: normal;
src: local('/assets/fonts/volte.woff'), url('/assets/fonts/volte.woff') format('woff');
}

*{box-sizing:border-box}
html,body{
  height:auto;
  margin:0;
  padding:0;
  background: linear-gradient(
  180deg,
  #030b1d 0%,   /* deep navy */
  #08204e 100%  /* your brand blue */
);
  color:var(--text);
  font-family:var(--font-sans);
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  line-height:1.45;
  font-size:16px;
}

a:hover, .live::after, .btn-listen:focus {
  box-shadow: 0 0 0 2px #ff4b00;
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-out;
 -moz-transition: color 0.3s ease-out;
 -o-transition: color 0.3s ease-out;
 -ms-transition: color 0.3s ease-out;
 transition: color 0.3s ease-out;
}

#mobile {
  display: none;
}

#web {
  display: inherit;
}

.ads-responsive {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: block;
}

.ads-responsive ins.adsbygoogle {
    display: block !important;
    width: 100% !important;
    height: auto !important;
}

.ad-container {
    margin: 20px 0;
    text-align: center;
}
.ad-container video {
    max-width: 100%;
    height: auto;
}

.ad-slot, .ad-image-ad-box-rectangle, .ad-image-ad-wide a:hover {
  box-shadow: none!important
}

.main-hui {
  margin-top: 100px!important
}

.container{
  width:calc(100% - 32px);
  max-width:var(--max-width);
  margin: 0 auto;
  padding: 0 0 24px 0;
}

body { position: relative; z-index: 0; background: linear-gradient(
  180deg,
  #030b1d 0%,   /* deep navy */
  #08204e 100%  /* your brand blue */
);}

main {
  margin: 0 auto;
  padding: 1rem;
}

header {
  position: sticky;
  top: var(--header-top, 0);
  left: 0;
  right: 0;
  width: 100%;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  z-index: 4000;             /* ↑ raise it above all content */
  isolation: auto !important; /* prevent isolated stacking context */
  background: linear-gradient(180deg, #0f0f13 0%, #0d0d10 100%);
  border-bottom: none;
  transition: top 0.25s ease;
}

.header-paint-shim {
  position: fixed;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 998;
  height: var(--header-h);
  background: linear-gradient(180deg, rgba(10,10,12,0.6), rgba(10,10,12,0.35));
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-bottom: 1px solid rgba(255,255,255,0.03);
  transition: top 0.25s ease;
  /* 💡 These three lines fix the bleed */
  contain: paint;          /* limits paint area strictly to its box */
  will-change: transform;  /* tells browser to re-composite on scroll */
  transform: translateZ(0);/* promotes to GPU layer, avoids paint caching */
}

.header-inner {
  display: flex;
  gap: var(--gap);
  align-items: center;
  justify-content: space-between;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 15px 16px 10px 16px;
  flex-wrap: wrap;
}

/* smooth transition when header sticks to the top */
header.is-fixed,
.header-paint-shim.is-fixed {
  top: 0 !important;
}


.header-inner a {box-shadow: none;text-decoration: none;color: inherit;}

.hero-wrapper a:hover {box-shadow: none!important;}

.logo{
  display:flex;
  align-items:center;
  align-content: center;
  justify-content: center;
  gap:12px;
  font-weight:800;
  font-size:1.125rem;
  letter-spacing:0.4px;
}

.logo .mark{
  width:60px;
  height:60px;
  border-radius:10px;
  background: #08204e;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:white;
  font-weight:800;
  box-shadow: 0 6px 18px rgba(200,50,120,0.14);
  flex-shrink:0;
  margin: 0;
  padding: 5px;
  border: 2px solid rgba(255, 255, 255, 0.18);
}

.logo .mark:hover { box-shadow: 0 0 0 2px #ff4b00;}

.logo .mark img {
    width: auto;
    height: 80%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(200, 50, 120, 0.14);
    flex-shrink: 0;
    margin: 0;
    padding: 0;
}

.logo h1, h2 {
  margin: 0;
  padding: 0;
  font-family: 'Volte W03 Bold';
  line-height: normal;
}

.logo h1 {
  font-size: 1.2rem;
}

.logo h2 {
  font-size: 1rem;
  color: var(--muted);
}
/* Navigation */
nav{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
}

nav a{
  color:var(--text);
  text-decoration:none;
  font-weight:600;
  padding:8px 10px;
  border-radius:8px;
  transition:all .16s ease;
  font-size:0.95rem;
}

nav a:hover,
nav a:focus{
  background: rgba(255,255,255,0.02);
  transform:translateY(-1px);
}

.station-play {display: flex; align-items: center; align-content: center; justify-content: center; position: absolute; right: 10%; bottom: -3.3rem; margin: 0; padding: 0;
  background:
    linear-gradient(180deg,
      rgba(255,75,0,1) 0%,
      rgba(255,75,0,0.85) 40%,
      rgba(255,75,0,0.75) 100%
    );
  backdrop-filter: blur(12px);
  width: 6.4rem;height: 6.4rem;border-radius: 50%;transition: transform 0.3s}
.station-play i { margin: 0; padding: 0 0 3px 7px; line-height: 2.7; color: #fff; font-size: 2.7rem;}
.station-play:hover {transform: scale(1.1);box-shadow: 0 0 0 2px #ff4b00;}
.station-play a:hover {
  box-shadow: none;
}

.header-right {
    position: absolute;
    top: 0;
    right: 2%;
    display: flex;
    align-items: center;
    width: auto;
    height: 100%;
}

.menu-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 1.7rem;
    cursor: pointer;
    transition: transform 0.2s;
}

/* menu button and search toggles */
.menu-btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 1.7rem;
  cursor: pointer;
  transition: transform 0.2s;
}

.menu-btn.open { transform: rotate(90deg); }

/* Mobile menu */
.nav-menu {
  display: none!important;
  flex-direction: column;
  background: #2e7d32;
  position: absolute;
  top: 80px;
  left: 20px;
  width: 220px;
  min-width: 200px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  z-index: 1;
}
.nav-menu.active { display: flex; }
.nav-menu a { color: #fff; text-decoration: none; padding: 12px 15px; border-bottom: 1px solid rgba(255, 255, 255, 0.15); font-weight: 500; }
.nav-menu a:hover { background: rgba(255,255,255,0.06); }

.btn-listen{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:8px 20px;
  border-radius:12px;
  background:
    linear-gradient(180deg,
      rgba(255,75,0,1) 0%,
      rgba(255,75,0,0.85) 40%,
      rgba(255,75,0,0.75) 100%
    );
  color:white;
  font-weight:700;
  text-decoration:none;
  box-shadow: 0 8px 24px rgba(98,32,128,0.18);
}

.btn-listen:hover{
  background: linear-gradient(90deg,var(--accent-start),var(--accent-end));
  text-decoration:none;
  box-shadow: 0 0 0 2px #ff4b00;
}

.set-ui {
  margin-top: 90px!important;
}

.hero{
  position: relative;
  width: 100%;
  height: auto;
  margin-top:18px;
  border-radius:18px;
  padding:28px 20px;
  background:
  linear-gradient(180deg,
    rgba(255,255,255,0.05),
    rgba(255,255,255,0.01)
  ),
  linear-gradient(180deg,
    rgba(3,12,32,0.95),
    rgba(8,32,78,1)
  );
  gap:16px;
}

.hero-container {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap:wrap;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.hero h1{
  margin:0;
  font-size:1.9rem;
  font-family: "Volte W03 Bold";
  font-weight:normal;
  line-height:1.05;
  letter-spacing:-0.6px;
}

.hero p{
  margin:8px 0 0 0;
  color:var(--muted);
  font-size:1rem;
}

.hero-logo{
  display:inline-flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 10rem;
  height: 10rem;
  margin: 0;
  padding: 10px;
  flex-wrap:wrap;
  background-color: white;
  border-radius: 12px;
  box-shadow: 10px 10px 5px black;
  border: 3px solid var(--muted);
  transition: transform 0.2s;
}

.hero-logo:hover{
  box-shadow: 0 0 0 2px #ff4b00;
}

.hero-logo img{
  display:flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap:wrap;
  width: auto;
  height: 75%;
  margin: 0;
  padding: 0;
  object-fit: cover;
  object-position: center;
}

.hero-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap:wrap;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 15px;
}

.hero-intro{
  display:flex;
  flex-direction: column;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: center;
  width: 80%;
  height: auto;
  margin: 0 25px;
  padding: 0;
  flex-wrap:wrap;
}

.dot{display: inline-flex;width:10px;height:10px;background:#d40000;border-radius:50%;box-shadow:0 0 6px rgba(255,78,0,0.6);animation:blink 1.5s infinite}
@keyframes blink{0%{opacity:1}50%{opacity:.2}100%{opacity:1}}

.player-socials {
  margin:0;
  display: flex;
  gap: 0.9rem;
  justify-content: center;
  flex-wrap: wrap;
}
.player-socials a {
  color: #fff;
  font-size: 1.7rem;
  text-decoration: none;
  transition: opacity 0.3s;
  transition: transform 0.2s;
}
.player-socials a:hover {
  opacity: 1;
  transform: scale(1.1);
  color: #ff4d00;
  box-shadow: none;
}

.player-card{
  width: 50%;
  background: linear-gradient(180deg,
      rgba(3, 11, 29, 0.30),
      rgba(8, 32, 78, 0.15)
  );
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius:14px;
  padding: 15px 25px;
  display:flex;
  gap:12px;
  align-items:center;
  box-shadow:var(--shadow);
  border: 1px solid rgba(255,255,255,0.03);
}

.player-card .meta{
  flex:1;
}

.player-card .meta h3{
  display: inline-flex;
  margin:0 7px;
  font-size:1rem;
  font-weight:700;
}

.player-card .meta p{
  margin:6px 0 0 0;
  color:var(--muted);
  font-size:0.95rem;
}

/* Style the native audio element wrapper so it looks nice */
audio{
  width:100%;
  max-width:420px;
  outline:none;
  background:transparent;
  border-radius:8px;
}

/* ========== Sections ========== */
section{
  margin-top:18px;
}

/* Schedule list */
#scheduleList{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:10px;
}

#scheduleList li{
  background:var(--glass);
  border-radius:10px;
  padding:12px 14px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  border:1px solid rgba(255,255,255,0.02);
}

.article-header h1 {
  font-size: 2.5rem;
  line-height: 2.7rem;
  margin: 0 0 0.5rem 0;
  font-weight: 700;
  color: #222;
}

.article-header h1:hover {
  opacity: 0.8;
}

.article-header h2 {
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #555;
  margin: 0 0 1rem 0;
  font-weight: 400;
}

.meta {
  font-size: 0.875rem;
  color: #777;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.article-header {
  margin: 30px 0 0 0;
  padding: 0;
}

.article-header-news {
    margin: 0;
    padding: 0;
}

.article-image {
  margin: 0 0 1rem 0;
  padding: 0;
}

.article-image img {
  width: 100%;
  height: auto;
  max-height: 521px;
  border-radius: 8px;
  margin-bottom: 1rem;
  display: block;
  margin: 0;
}

.article-body {
  font-size: 1.15rem;
  line-height: 1.75rem;
  color: #333;
  margin-bottom: 1.5rem;
}

.live-btn {
  border-left: none!important;
  margin: 0 7px 0 1px!important;
  color: #fff;
}

figure {
  margin: 1.5rem 0;
}

figure img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 0;
  margin: 0;
}

article {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  color: #222;
}

article p {
  margin-bottom: 1rem;
}

article figcaption {
  font-size: 1rem;
  line-height: 1.25rem;
  margin: 0;
  margin: 0;
}

/* SHARE BUTTONS */
.share {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 1.5rem 0;
  color: #fff;
}

.share a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  background: #0077b6;
  padding: 0.6rem 1rem;
  border-radius: 6px;
  font-size: 0.9rem;
  transition: 0.3s;
}

.share a.whatsapp { background: #25D366; }
.share a.telegram { background: #0088cc; }
.share a.facebook { background: #1877f2; }
.share a.twitter { background: #1da1f2; }

.share a:hover { opacity: 0.8; }

.featured-news {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: 'Arial', sans-serif;
  width: 100%;
}

.highlighted {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 1px 6px rgba(0,0,0,0.08);
}

.highlighted-link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}

.highlighted-title {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  padding: 20px;
  margin: 0;
  line-height: 1.3;
}

.highlighted-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  padding: 0;
  border-radius: 10px;
}

.highlighted-image:hover {
  -webkit-filter: brightness(80%);
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease;
}

.bottom-news {
  display: flex;
  gap: 10px;
  width: 100%;
  height: 250px;
}

.bottom-item {
  flex: 1;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 1px 6px rgba(0,0,0,0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  margin: 0;
  padding: 10px;
}

.bottom-item:hover {
  transform: scale(1.02);
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

.bottom-image {
  width: 50%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  flex-shrink: 0;
  border-radius: 10px;
}

.bottom-text {
  flex: 1;
  padding: 10px 15px;
  text-align: left;
  font-weight: 600;
  font-size: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.3;
}

.related {
  margin-top: 3rem;
  border-top: 2px solid #eee;
  padding-top: 1.5rem;
}

.related h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.related-list {
  gap: 1rem;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
}

.related-item img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 6px;
}

.related-item h4 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 10px 0 0 0;
  padding: 0;
}

.latest {
  margin-top: 3rem;
  border-top: 2px solid #eee;
  padding-top: 1.5rem;
}

.latest h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

section h3 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    border-left: 4px solid #ff4d00;
    padding-left: 0.5rem;
}

.latest-list {
    display: grid;
    gap: 1.2rem;
}

.latest-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    color: inherit;
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem;
    opacity: 0;
    transform: translateY(15px);
    animation: fadeIn 0.6s forwards;
    padding: 10px 15px;
    width: 100%;
    height: auto;
}.latest-item img {
    width: 40%;
    border-radius: 8px;
    margin-bottom: 0;
    aspect-ratio: 16 / 9;
    height: auto;
    object-fit: cover;
}
.latest-item img {
    width: 40%;
    border-radius: 8px;
    margin-bottom: 0;
    aspect-ratio: 16 / 9;
    height: auto;
    object-fit: cover;
}
.latest-item div {
  margin: 0 10px;
  padding: 0;
}

.latest-item h4 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4rem;
  margin: 0;
  padding: 0;
}

.latest-item h5 {
  font-size: 0.9rem;
  line-height: 1.1rem;
  font-weight: normal;
  color: #555;
  margin: 10px 0 0 0;
  padding: 0;
}

/* fade-in for appended items */
.news-item, .latest-item {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .5s ease, transform .5s ease;
}
.news-item.visible, .latest-item.visible {
  opacity: 1;
  transform: translateY(0);
}

#loader {
  display: none;
  text-align: center;
  margin: 1.5rem 0;
}

.loader-circle {
  border: 4px solid #eee;
  border-top: 4px solid #0077b6;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  animation: spin 0.9s linear infinite;
  margin: 0 auto;
}
.related-wrapper {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}
.related-item {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    border-bottom: 0;
    opacity: 0;
    transform: translateY(15px);
    animation: fadeIn 0.6s forwards;
    padding: 10px 15px;
    width: 33%;
    height: auto;
}

.most-read {
    background: #fff;
    border-radius: 8px;
    padding: 16px 16px 4px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
    font-family: 'Arial', sans-serif;
}
.most-read-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 16px;
    border-left: 4px solid #ff4d00;
    padding-left: 8px;
}
.most-read-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.most-read-item {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 16px;
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
}
.most-read-link {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: inherit;
    width: 100%;
}
.thumb-wrapper-top {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.most-read-text {
    font-size: 0.95rem;
    line-height: 1.3;
    color: #111;
    margin-left: 10px;
    flex: 1;
}
.schedule-time{
  font-weight:700;
  min-width:120px;
  color:var(--muted);
  font-size:0.95rem;
}

.schedule-show{
  font-weight:700;
  text-align:right;
}

.news-page-module {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
  border-radius: 10px;
}

.news-page-container {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    margin: 0;
    padding: 0;
}

.news-page-wrapper {
    display: inline-flex;
    margin: 0;
    padding: 0;
}

.news-latest-related-container {
  display: grid;
  grid-template-columns: 1fr;
  width: 70%;
  margin: 0;
  padding: 0 25px;
  background: #fff;
  border-radius: 10px;
}

.news-page-article-container {
    display: grid;
    grid-template-columns: 1fr;
    width: 70%;
    margin: 0;
    padding: 0 25px;
    background: #fff;
    border-radius: 10px;
}

.news-page-ad-container {
    display: grid;
    grid-template-columns: 1fr;
    width: 30%;
    margin: 0;
    padding: 15px 15px 0 0;
}

.news-page-banner-box {
    min-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.news-page-banner-wrapper {
    display: flex;
    max-width: 353px;
    height: auto;
    margin: 0 0 75px 0;
    padding: 0;
}

.news-page-banner-box img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.thumb-wrapper-top img {
    width: 7rem;
    aspect-ratio: 16 / 9;
    height: auto;
    min-height: 5rem;
    object-fit: cover;
    border-radius: 10px;
}

.news-page-module a {
  box-shadow: none;
  text-decoration: none;
  color: inherit;
}

#newsList{
  display:grid;
  gap:14px;
}

#newsHighlight{
  display:grid;
  gap:14px;
}

.news-card{
  display:grid;
  grid-template-columns: 120px 1fr;
  gap:12px;
  background: linear-gradient(180deg, rgba(255,255,255,0.01), rgba(255,255,255,0.02));
  padding:12px;
  border-radius:12px;
  align-items:center;
  border:1px solid rgba(255,255,255,0.03);
}

.news-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:8px;
  min-height:74px;
}

.news-card h4{
  margin:0 0 6px 0;
  font-size:1rem;
  font-weight:700;
}

.news-card p{
  margin:0;
  color:var(--muted);
  font-size:0.95rem;
}

.news-grid-highlight-wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: auto;
  padding: 0;
}

.news-grid-highlight {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin: 70px auto;
  padding: 25px 15px;
  border-radius: 12px;
  background-color: var(--newsblock-theme-background-color);
}

.news-grid-highlight a {
  box-shadow: none;
}

.news-grid-highlight img:hover {
  -webkit-filter: brightness(80%);
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease;
}

.news-grid-card img:hover {
  -webkit-filter: brightness(80%);
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease;
}

.highlight-card {
  position: relative;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  border-radius: 10px;
  width: 71%;
  height: auto;
  margin: auto;
  padding: 35px;
  background-color: #fff;
}

.highlight-card:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 7px;
  width: 100%;
  background: linear-gradient(to right, var(--accent-start), var(--accent-end));
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}

.highlight-card img {
  width: 100%;
  min-width: 100%;
  height: 220px;
  border-radius: 10px;
  margin: 0;
  padding: 0;
}

/* === News titles (fixed style) === */
.highlight-card h1,
.highlight-news-item h1 {
  text-decoration: none;
  color: #27292d;
  font-weight: 700;
  letter-spacing: -.03em;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: var(--news-highlight-font-size);
  line-height: var(--news-highlight-line-height);
  margin: 10px 10px;
  padding: 0;
  transition: transform 0.3s;
}
.highlight-card h1 a:hover,
.highlight-news-item h1 a:hover {
  color: #717277;
}
.news-grid-card h1 a:hover,
.news-grid-card h1 a:hover {
  color: #717277;
}
/* === News titles (fixed style) === */
.highlight-card h2,
.highlight-news-item h2 {
  text-decoration: none;
  color: var(--link);
  font-weight: normal;
  letter-spacing: -.03em;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: var(--news-headlight-font-size);
  line-height: var(--news-headlight-line-height);
  margin: 5px 10px;
  padding: 0;
  transition: transform 0.3s;
}
.highlight-card h2 a:hover,
.highlight-news-item h1 a:hover {
  color: #717277;
}
.highlight-card a {
  text-decoration: none;
  color: inherit;
}

.thumb-container {
  aspect-ratio: 16 / 9;
  max-width: 55%;
  position: relative;
  padding: 0;
  margin: 0;
  padding-right: 5px;
  overflow: hidden;
  flex: 0 0 auto;
}

  .thumb-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 200px;
    border-radius: 10px;
    line-height: 0;
    padding: 0;
    margin: 0;
}


.news-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    max-width: 100%;
    margin: 65px auto;
    padding: 25px 15px;
    background-color: var(--newsblock-theme-background-color);
    border-radius: 10px;
}

.news-grid a {
  text-decoration: none;
  color: inherit;
  box-shadow: none;
}

.news-grid-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 12px;
    background: #fff;
    border-radius: 6px;
    margin: 0;
    gap: 0.5rem;
    min-height: 400px;
}

.news-grid-card:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 7px;
    width: 100%;
    background: linear-gradient(to right, var(--accent-start), var(--accent-end));
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

.thumb-container-grid {
    aspect-ratio: 16 / 9;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 0;
    border-radius: 10px;
}

.news-grid-card a {
    text-decoration: none;
    color: inherit;
}

.thumb-container-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 200px;
    border-radius: 10px;
}

.news-grid-card h1, .news-grid h1 {
    text-decoration: none;
    color: #27292d;
    font-weight: 700;
    letter-spacing: -.03em;
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
    font-size: var(--news-title-font-size);
    line-height: var(--news-title-line-height);
    margin: 0;
    padding: 0;
    transition: transform 0.3s;
    align-self: flex-start;
}

.news-grid-recap-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  margin: 65px auto;
  padding: 25px 15px;
  background-color: var(--newsblock-theme-background-color);
  border-radius: 10px;
}

.news-grid-recap-wrapper a {
  text-decoration: none;
  color: inherit;
  box-shadow: none;
}

.news-grid-recap {
  display: inline-flex;
  align-items: flex-start;
  align-self: flex-start;
  width: 71%;
  max-width: 71%;
  height: auto;
  margin: 0 auto 20px auto;
  padding: 0;
}

.news-grid-recap img:hover {
  -webkit-filter: brightness(80%);
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
}

.news-recap-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 12px;
    background: #fff;
    border-radius: 6px;
    margin: 0;
    gap: 0.5rem;
    min-height: 400px;
}

.news-recap-card:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 7px;
    width: 100%;
    background: linear-gradient(to right, var(--accent-start), var(--accent-end));
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

.news-grid-recap article {
    width: 50%;
    min-height: 400px;
    margin-right: 10px;
    padding: 12px;
    background: #fff;
    border-radius: 6px;
}

.thumb-container-recap {
  aspect-ratio: 16 / 9;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0;
}

.thumb-container-recap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 200px;
    border-radius: 10px;
}

.news-recap-card h1, .news-recap h1 {
    text-decoration: none;
    color: #27292d;
    font-weight: 700;
    letter-spacing: -.03em;
    font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
    font-size: var(--news-title-font-size);
    line-height: var(--news-title-line-height);
    margin: 0;
    padding: 0;
    transition: transform 0.3s;
    align-self: flex-start;
}

.news-recap-card h1:hover {
  color: #717277;
}

.banner-box-recap-wrapper {
  position: relative;
  display: inline-flex;
  width: 27%;
  height: 100%;
  margin: 0;
  padding: 0;
  float: right;
}

.banner-box-recap {
  display: flex;
  width: 100%;
  max-width: 353px;
  height: 100%;
  margin: 0;
  padding: 0;
  margin: 0;
}

.banner-box-recap img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.programming-container {
  display: block;
  width: 100%;
  margin: 60px auto;
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  color: #0f0f13;
}

.programming-wrapper {
  max-width: 100%;
  margin: 20px auto;
  font-family: Arial, sans-serif;
  font-size: 1.2rem;
  line-height: normal;
  padding: 0 5px;
}
.day-tabs {
  display: flex;
  margin-bottom: 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.title-tab {
  flex: 0 0 auto;
  padding: 10px 20px;
  background: #fff;
  margin-right: 5px;
}
.day-tab h1 {
  color: #3f4447;
  font-family: Arial, sans-serif;
  font-size: 1.2rem;
  line-height: normal;
  margin: 0;
  padding: 0;
}
.day-tab {
  flex: 0 0 auto;
  padding: 10px 20px;
  cursor: pointer;
  background: #f0f0f0;
  margin-right: 5px;
  border-radius: 5px;
  white-space: nowrap;
  transition: background 0.3s, color 0.3s;
}
.day-tab.active { background: var(--g-orange); color: #fff; }
.programming-timeline {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 10px;
}
.program-item {
  display: flex;
  align-items: center;
  padding: 15px;
  margin-bottom: 5px;
  background: #fff;
  border-left: 5px solid var(--g-orange);
  border-radius: 5px;
  transition: background 0.3s, border-color 0.3s;
}
.program-item.current {
  background: var(--g-orange);
  color: #fff;
  border-color: var(--g-blue);
}
.program-item .time { width: 70px; font-weight: bold; flex-shrink: 0; }
.program-item .details { flex: 1; margin-left: 10px; }
.program-item .details .show { font-size: 1.1em; font-weight: bold; }
.program-item .details .host { font-size: 0.9em; color: #666; }
.program-item.current .details .host { color: #e0f2e9; }

.banner-wide {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: auto;
  margin: 10px auto 45px auto;
}

.banner-wide-container {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: auto;
  margin: 0 auto 15px auto;
}

.banner-wrapper {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 10px 0;
}

.banner-wrapper img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.banner-box {
  display: inline-flex;
  width: 27%;
  height: auto;
  margin: 0;
  padding: 0;
  float: right;
}

.banner-box-wrapper {
  display: flex;
  max-width: 353px;
  height: auto;
  margin: 0;
  padding: 0;
}

.banner-box-wrapper img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

/* Contact form */
#contactForm{
  display:grid;
  gap:10px;
  max-width:720px;
}

#contactForm input,
#contactForm textarea{
  width:100%;
  padding:12px;
  border-radius:10px;
  border:1px solid rgba(255,255,255,0.03);
  background:var(--glass-2);
  color:var(--text);
  font-size:0.95rem;
  outline:none;
  resize:vertical;
}

#contactForm button{
  padding:12px 16px;
  border-radius:12px;
  border:0;
  cursor:pointer;
  font-weight:700;
  background: linear-gradient(90deg, var(--accent-start), var(--accent-end));
  color:white;
  box-shadow: 0 8px 20px rgba(100,26,120,0.14);
  transition:transform .12s ease;
}

#contactForm button:hover{ transform:translateY(-2px) }

/* Footer */
footer{
  margin-top:26px;
  padding:18px 0;
  border-top:1px solid rgba(255,255,255,0.03);
  color:var(--muted);
}

/* Utility: grid for main content areas */
.grid-2{
  display:grid;
  gap:16px;
}

/* Sidebar */
.sidebar{
  min-width:0;
}

/* Most-read compact list */
.sidebar ul{
  list-style:none;
  padding:0;
  margin:0;
}

/* Empty state styling */
.empty {
  padding:22px;
  border-radius:12px;
  text-align:center;
  background:var(--glass);
  color:var(--muted);
}

/* subtle bottom shadow for main content */
main{ padding-bottom:36px }

/* helper for center alignment */
.center {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
}

/* live badge blink */
.tag {
  display:inline-block;
  padding:6px 8px;
  border-radius:999px;
  font-size:0.82rem;
  font-weight:700;
  background:linear-gradient(90deg, rgba(200,40,120,0.18), rgba(96,31,158,0.12));
  color:var(--text);
}

/* small live pulse for AO VIVO */
.tag.live {
  box-shadow: 0 6px 20px rgba(200,40,120,0.12);
  position:relative;
}
.tag.live::after {
  content: '';
  position:absolute;
  right:-8px;
  top:50%;
  width:8px;
  height:8px;
  transform:translateY(-50%);
  border-radius:50%;
  background: #ff4b6e;
  box-shadow: 0 0 0 4px rgba(255,75,110,0.12);
  animation: pulse 1.6s infinite;
}

@keyframes pulse {
  0% { transform: translateY(-50%) scale(0.9); opacity:1; }
  70% { transform: translateY(-50%) scale(1.6); opacity:0; }
  100% { transform: translateY(-50%) scale(1.6); opacity:0; }
}

/* ========== Responsive breakpoints ========== */
@media(min-width:760px){

  .hero{
    grid-template-columns: 1fr 420px;
    align-items:center;
    padding:32px;
  }

  .grid-2{
    grid-template-columns: 1fr 360px;
    align-items:start;
  }

  #newsList{
    grid-template-columns: 1fr;
  }
}

@media(min-width:1024px){
  .container{ padding:32px 0 }
  #newsList{
    grid-template-columns: 1fr;
  }
}

/* Larger screens: layout tweaks */
@media(min-width:1200px){
  #newsList{
    grid-template-columns: 1fr;
  }
}

/* Tiny screens: tighten spacing */
@media(max-width:420px){
  .logo{ font-size:1rem }
  .logo .mark{ width:40px; height:40px }
  .hero h1{ font-size:1.4rem }
  .player-card { padding:10px; gap:10px; }
  .player-card img { width:68px; height:68px; }
  audio { max-width:100%; }
  .schedule-time { min-width:95px; font-size:0.88rem; }
}

/* Additional tweaks for medium small devices */
@media(max-width:760px){
  #mobile {
    display: inherit;
  }

  #web {
    display: none;
  }

  .bottom-news {
    flex-direction: column;
    height: auto;
 }

  .related-item {
    border-bottom: 1px solid #eee;
  }

  .news-page-wrapper {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}

.news-page-module {
    width: 95%;
    margin: 0 auto;
    padding: 0;
}

.news-page-article-container {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 15px;
    background: #fff;
    border-radius: 10px;
}

.news-latest-related-container {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 15px;
    background: #fff;
    border-radius: 10px;
}

.article-header h1 {
    font-size: 1.8rem;
    line-height: 2rem;
}

.article-header h2 {
    font-size: 1.2rem;
    line-height: 1.4rem;
}

.related-list {
    display: flex;
    flex-direction: column;
}

.related-item {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 100%;
    height: auto;
    padding: 10px 0;
}

.related-item img {
    width: 40%;
}

.related-item h4 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 0 10px;
    padding: 0;
}

.latest-item {
    flex-direction: column;
    padding: 10px 0;
}

.latest-item img {
    width: 100%;
}

.latest-item div {
    margin: 5px 0;
    padding: 0;
}

.share a {
    padding: 0.6rem 0.7rem;
    font-size: 0.7rem;
}

.related {
    margin-top: 0.3rem;
    border-top: 0;
    padding-top: 0.3rem;
}

.latest {
    margin-top: 1rem;
    border-top: 0;
    padding-top: 1rem;
}

.news-page-ad-container {
    width: 100%;
}

.news-page-banner-wrapper {
    max-width: 100%;
    margin: 50px 0 50px 0;
    padding: 0;
    float: none;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

.news-page-banner-box {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}
  .news-grid-recap-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }
.news-grid-recap {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 100%;
    padding: 0;
    margin: 0 auto 15px auto;
    align-items: center;
    align-self: center;
    gap: 0.5rem;
}

.banner-box-recap {
    width: 100%;
    max-width: 95%;
    height: auto;
    margin: auto;
}
.banner-box-recap-wrapper {
    width: 100%;
    height: 100%;
    margin: 0 0 35px 0;
    padding: 0;
}
    .news-grid-recap article {
    width: 95%;
    min-height: 220px;
    margin-right: 0;
    margin-bottom: 30px;
}
   .thumb-container-recap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: auto;
    padding-right: 0;
    border-radius: 10px;
  }
  .news-recap-card a {
    text-decoration: none;
    color: inherit;
}
   .thumb-container-recap img {
    min-height: 120px;
    border-radius: 10px;
}
   .news-recap-card h1, .news-recap h1 {
    font-size: 1.4rem;
    }
  nav a { padding:6px 8px; font-size:0.92rem; }
  .player-card { flex-direction:row; align-items:center; }
  .player-card .meta { min-width:0; }
  .grid-2 { grid-template-columns: 1fr; }
  .sidebar { order:2; }
  section[aria-labelledby="prog-title"] { margin-top:12px; }
  .news-grid-highlight-wrapper { width: 100%; padding: 25px 15px;}
  .highlight-card h1, .highlight-news-item h1 {
    font-size: 1.75rem;
  }
  .header-right {
        margin-right: 10px;
    }
  .news-grid-highlight {
    flex-direction: column;
    gap: 18px;
    max-width: 95%;
    margin: 60px auto 0 auto;
    padding: 0 5px;
  }
  .highlight-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 100%;
    margin: 0 0 35px 0;
    padding: 15px 0 25px 0;
  }
  .thumb-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    align-items: center; /* centers both image + text vertically */
    width: 95%;
    max-width: 95%;
    height: auto;
    padding-right: 0;
    border-radius: 10px;
  }
  .highlight-card h2, .highlight-news-item h2 {
    margin: 15px 10px;

}

.banner-wide {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: auto;
  margin: 35px auto;
}

.banner-wide-container {
display: flex;
align-items: center;
align-content: center;
justify-content: center;
width: 100%;
height: auto;
margin: 5px auto 25px auto;
}
  .banner-box-wrapper {
    max-width: 100%;
}
.banner-box {
  width: 100%;
      height: 100%;
      margin: 0 0 35px 0;
      padding: 0;
}
}

/* Accessibility focus */
a:focus, button:focus, input:focus, textarea:focus {
  box-shadow: 0 0 0 3px rgba(200,40,120,0.16);
  outline: none;
}

/* ========== Small UI details ========== */
/* subtle glowing accent stripe for decoration */
.header-accent {
  height:3px;
  width:100%;
  background: linear-gradient(90deg, var(--accent-start), var(--accent-end));
  border-radius: 4px;
  margin-top:6px;
}

/* subtle small tag (fallback) */
.tag .small {
  padding:4px 6px;
}

/* helper for images inside player and news
img { max-width:100%; height:auto; display:block; }
*/

/* ensure long titles break nicely */
.news-card h4, .sidebar div { word-break:break-word; }

@media (min-width: 600px) {
  .news-grid-highlight {
    grid-template-columns: repeat(2, 1fr);
  }
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .news-grid-recap {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .news-grid-highlight {
    grid-template-columns: repeat(1, 1fr);
  }
  .news-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .news-grid-recap {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* --- Ensure the paint shim is BELOW the header --- */
.header-paint-shim {
  z-index: 1 !important;
  pointer-events: none !important;
}

/*
header {
  position: relative;
  z-index: 10 !important;
  isolation: auto !important; /* disables the isolated stacking context
} */

/* --- Make sure links and buttons are clickable --- */
header a, header button {
  position: relative;
  z-index: 11;
  pointer-events: auto;
}
/* ============= MOBILE MENU ============= */

/* Hide by default */
#mobile-menu-btn,
.mobile-nav,
.mobile-nav-overlay { display: none; }

/* ==========================================================
   RESPONSIVE MOBILE MENU (≤760px)
   ========================================================== */
   @media (max-width: 760px) {

    .hero {
    margin-top: 0;
    padding: 25px 0 45px 0;
   }

   .hero-logo {
    width: 7rem;
    height: 7rem;
}

    .hero-intro {
    width: 50%;
    margin: 0 0 0 15px;
    }

    .hero-wrapper {
    padding: 0;
   }

   .hero h1 {
    font-size: 1.2rem;
    line-height: 1.2;
    }

    .news-grid {
    max-width: 95%;
    padding: 0;
    margin: 40px auto;
    }

    .news-grid-card {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-height: 160px;
    margin: 15px;
    }

    .thumb-container-grid {
    flex: 0 0 40%;
    aspect-ratio: 4 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: 95%;
    height: auto;
    padding-right: 0;
    border-radius: 10px;
    }

    .thumb-container-grid img {
        min-height: 120px;
        border-radius: 10px;
    }

    .news-grid-card h1, .news-grid h1 {
        align-self: center;
        font-size: 1.2rem;
    }

    .player-card {
    width: 90%;
    padding: 10px 15px;
    margin-top: 15px;
    }

    .player-card .meta p {
    text-align: left;
    }

     .logo {
       margin-left: 2%;
       min-width: 100%;
     }

    .station-play {
    right: 5%;
    width: 5rem;
    height: 5rem;
    }
     /* Hide desktop nav */
     .nav-menu, #web {
       display: none;
     }

     .nav-menu { display: none; }

     /* HAMBURGER BUTTON */
     #mobile-menu-btn {
       display: flex;
       align-items: center;
       justify-content: center;
       width: 44px;
       height: 44px;
       font-size: 1.4rem;
       color: #fff;
       background: none;
       border: none;
       cursor: pointer;
       position: fixed;
       right: 16px;
       top: calc(var(--widget-h, 0px) + var(--header-h, 0px)/2 - 22px); /* center on load */
       z-index: 6000 !important;
       transition: color 0.25s ease, top 0.35s ease;
     }

     /* When header becomes sticky, pull button up */
     header.is-fixed ~ #mobile-menu-btn {
       top: calc(var(--header-h, 0px)/2 - 22px) !important;
     }

     #mobile-menu-btn.open i::before {
       content: "\f00d";
     }


     /* Overlay + menu z-index remain same */
     .mobile-nav-overlay { z-index: 3500 !important; }
     .mobile-nav { z-index: 4000 !important; }

     /* DARK OVERLAY */
     .mobile-nav-overlay {
       display: block;
       position: fixed;
       inset: 0;
       background: rgba(0,0,0,0.75);
       opacity: 0;
       pointer-events: none;
       transition: opacity 0.25s ease;
       z-index: 4000 !important;
     }

     .mobile-nav-overlay.active {
       opacity: 1;
       pointer-events: auto;
     }

     /* SLIDE-IN MENU */
     .mobile-nav {
       display: block;
       position: fixed;
       top: 0;
       right: 0;
       height: 100vh;
       width: 260px;
       max-width: 90%;
       background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01)), linear-gradient(180deg, rgba(96, 31, 158, 0.18), rgba(200, 40, 120, 0.5));
       box-shadow: -8px 0 24px rgba(0,0,0,0.6);
       transform: translateX(100%);
       opacity: 0;
       transition:
         transform 0.33s cubic-bezier(.22,.9,.27,1),
         opacity 0.2s ease;
       z-index: 5000 !important; /* below button, above header & overlay */
       padding-top: calc(var(--header-h, 80px) + 16px);
       overflow-y: auto;
       -webkit-overflow-scrolling: touch;
     }

     .mobile-nav.active {
       transform: translateX(0);
       opacity: 1;
     }

     /* MENU CONTENT */
     .mobile-nav-inner {
       display: flex;
       flex-direction: column;
       gap: 4px;
       padding: 16px 20px;
       color: #fff;
       min-height: 100vh;
     }

     .mobile-nav-inner a {
       display: block;
       color: #fff;
       text-decoration: none;
       font-weight: 600;
       font-size: 1.05rem;
       padding: 14px 10px;
       border-radius: 6px;
       transition: background 0.25s ease, color 0.25s ease;
       background: #05060a;
     }

     #mobile-play {
       background: linear-gradient(90deg, var(--accent-start), var(--accent-end))!important;
     }

     #mobile-play i {
       padding-right: 5px;
     }

     .mobile-nav-inner a:hover {
       background: rgba(255,255,255,0.1);
     }

     /* fix header stacking context */
     header.header-paint-shim,
     .header-paint-shim {
       isolation: auto !important;
       z-index: 3000 !important;
     }
     /* offset menu + button below widget dynamically */
:root {
  --widget-h: 0px; /* default if JS hasn't run yet */
}

/* Position hamburger using widget offset */
#mobile-menu-btn {
  top: calc(var(--widget-h, 0px) + 26px);
}

/* Make the menu also start below the widget */
.mobile-nav {
  padding-top: calc(var(--widget-h, 0px) + var(--header-h, 0px) + 16px);
}

/* When page scrolls and header sticks to top, move button up smoothly */
  body.scrolled #mobile-menu-btn {
    top: calc((var(--header-h) / 2) - 26px);
  }

   }

/* ==========================================================
   STACKING CONTEXT FIXES (apply globally, not inside media)
   ========================================================== */

/* Keep header below mobile UI but above content */
header.header-paint-shim,
.header-paint-shim {
  isolation: auto !important;
  z-index: 3000 !important;
}

/* Ensure proper stacking order */
.mobile-nav-overlay { z-index: 3500 !important; }
.mobile-nav { z-index: 4000 !important; }
#mobile-menu-btn { z-index: 5000 !important; }

.hosts-section {
  margin: 60px auto;
  width: 100%;
  max-width: var(--max-width);
  padding: 20px;
  color: var(--text);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01)), linear-gradient(180deg, rgba(96, 31, 158, 0.18), rgba(200, 40, 120, 0.06));
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-radius: 10px;
}

/* Section header */
.hosts-section .section-head {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:18px;
}
.hosts-section h2 {
  margin:0;
  font-family: "Volte W03 Bold";
  font-size:1.5rem;
  color: var(--text);
}

/* Grid layout for desktop, horizontal scroll for mobile */
.hosts-grid {
  display:grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
  align-items: start;
}

/* individual card */
.host-card {
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  gap:10px;
  background: transparent;
  padding: 8px;
  border-radius: 12px;
  cursor: pointer;
  transition: transform .28s cubic-bezier(.2,.9,.28,1), box-shadow .28s;
  will-change: transform;
}

/* avatar wrapper: gradient ring + shadow */
.host-avatar {
  width:140px;
  height:140px;
  border-radius:50%;
  display:inline-grid;
  place-items:center;
  padding:6px;
  background: linear-gradient(90deg, var(--accent-start), var(--accent-end));
  box-shadow: 0 10px 30px rgba(32,18,48,0.45);
  transition: transform .28s, box-shadow .28s, filter .28s;
}

/* inner circle holding the actual image */
.host-avatar .inner {
  width:100%;
  height:100%;
  border-radius:50%;
  overflow:hidden;
  background:var(--card-bg);
  display:block;
  border: 4px solid rgba(0,0,0,0.15);
}
.host-avatar img {
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transform: scale(1);
  transition: transform .42s cubic-bezier(.2,.9,.28,1);
}

/* Host name */
.host-name {
  font-weight:700;
  font-size:1rem;
  color:var(--text);
  max-width:160px;
  word-break:break-word;
}

/* Hover effects */
.host-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 12px 34px rgba(2,6,23,0.6);
}
.host-card:hover .host-avatar { transform: translateY(-4px) rotate(-1deg) scale(1.02); }
.host-card:hover img { transform: scale(1.06); filter: saturate(1.05); }

/* small subtle label */
.host-role {
  color: var(--muted);
  font-size:0.9rem;
}

.host-image-modal {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
  z-index: 99999;
}
.host-image-modal.active {
  opacity: 1;
  pointer-events: auto;
}
.modal-bg {
  position: fixed;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: blur(25px) brightness(0.45);
  transform: scale(1.2);
  transition: opacity 0.3s ease;
  opacity: 0;
  z-index: 0;
}
.host-image-modal .modal-inner {
  position: relative;
  z-index: 1;
}
.host-image-modal.active .modal-bg {
  opacity: 1;
}
.modal-image-wrapper {
  position: relative;
  max-width: 92vw;
  max-height: 88vh;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 40px rgba(0,0,0,0.45);
  animation: zoomIn .35s ease;
  touch-action: none;
  user-select: none;
}

.modal-image-wrapper img {
  transition: transform 0.25s ease;
  will-change: transform;
  max-width: 100%;
  max-height: 90vh;
  border-radius: 20px;
  display: block;
  margin: 0 auto;
}
.modal-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  border: 4px solid rgba(255,255,255,0.3);
  border-top-color: white;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  display: none;
}
.host-image-modal .modal-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.host-image-modal img {
  max-width: 90vw;
  max-height: 85vh;
  object-fit: contain;
  display: block;
  margin: auto;
  animation: fadeIn .3s ease;
}
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

@keyframes zoomIn {
  from { transform: scale(.97); opacity: .8; }
  to   { transform: scale(1);   opacity: 1; }
}
@keyframes spin {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}
.host-image-modal .close-btn {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,0.45);
  border: none;
  cursor: pointer;
  backdrop-filter: blur(6px);
  z-index: 200000;
  transition: background .2s ease, transform .2s ease;
}
.host-image-modal .close-btn:hover {
  background: rgba(0,0,0,0.65);
  transform: scale(1.08);
}
.host-image-modal .close-btn:hover { transform: scale(1.06); }

.bio-container {
    width: calc(100% - 32px);
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 35px 0 0 0;
}

.page-container {
    width: calc(100% - 32px);
    max-width: var(--max-width);
    height: auto;
    margin: 0 auto;
    padding: 0;
}

.host-bio {
  max-width: var(--max-width);
  margin: 0 auto 20px auto;
  padding: 18px;
  background: transparent;
  color: var(--text);
  background-color: black;
  border-radius: 12px;
}
.host-bio .bio-top {
  display:flex;
  gap:20px;
  align-items:center;
  flex-wrap:wrap;
  margin-bottom:18px;
}
.host-bio .bio-avatar {
  width:200px;
  height:200px;
  border-radius:50%;
  padding:8px;
  background: linear-gradient(90deg, var(--accent-start), var(--accent-end));
  box-shadow: 0 12px 34px rgba(2,6,23,0.45);
}
.host-bio .bio-avatar img {
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:50%;
  display:block;
}
.bio-avatar {
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease;
}
.bio-avatar:hover {
  transform: scale(1.03);
  box-shadow: 0 0 25px rgba(0,0,0,0.35);
}
.avatar-zoom-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0,0,0,0.55);
  color: white;
  padding: 6px 8px;
  border-radius: 50%;
  font-size: 14px;
  opacity: 0;
  transition: opacity .25s ease, transform .25s ease;
  transform: scale(0.8);
  pointer-events: none;
}

.bio-avatar:hover .avatar-zoom-icon {
  opacity: 1;
  transform: scale(1);
}
.bio-avatar img {
  transition: filter .25s ease;
}

.bio-avatar:hover img {
  filter: brightness(1.12);
}
.host-bio h1 {
  margin:0;
  font-size:1.8rem;
}
.host-bio .bio-meta {
  display:flex;
  gap:12px;
  align-items:center;
  margin-top:6px;
}
.host-bio .socials a {
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-right:6px;
  padding:6px 8px;
  background: rgba(255,255,255,0.02);
  border-radius:8px;
  color:var(--text);
  text-decoration:none;
  transition: background .12s, transform .12s;
}
.host-bio .socials a:hover { background: linear-gradient(90deg,var(--accent-start),var(--accent-end)); transform: translateY(-4px); }

/* bio content */
.host-bio .bio-content {
  margin-top:14px;
  background: var(--glass);
  padding:18px;
  border-radius:10px;
  color:var(--muted);
  line-height:1.6;
}

/* small screen adjustments */
@media (max-width: 1024px) {
  .hosts-grid { grid-template-columns: repeat(4, 1fr); }
  .host-avatar { width:120px; height:120px; }
  .host-name { max-width:140px; }
  .host-bio .bio-avatar { width:160px; height:160px; }
}

@media (max-width: 820px) {
  /* make it horizontal scroll (Netflix style) */
  .hosts-grid {
    display:flex;
    gap:14px;
    overflow-x: auto;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
  }
  .host-card { min-width: 130px; flex:0 0 auto; }
  .host-avatar { width:110px; height:110px; padding:5px; }
  .host-bio .bio-top { flex-direction:column; align-items:center; text-align:center; }
}

/* fade-in animation */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}

.article-module {
    width: 86%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.article-container {
    display: block;
    width: 100%;
}

.article-header-box,
.article-body-box,
.article-cover {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.article-header h1 {
    font-size: 2.4rem;
    line-height: 2.6rem;
    margin: 0 0 .4rem 0;
}

.article-header h2 {
    font-size: 1.35rem;
    line-height: 1.6rem;
    margin: .2rem 0 .6rem 0;
}

.article-meta {
    font-size: .9rem;
    margin: 0 0 1.2rem 0;
    color: #666;
}

.article-cover img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 0 0 1rem 0;
}

.article-body {
    font-size: 1.15rem;
    line-height: 1.8rem;
    color: #222;
}

.article-body p {
    margin: 0 0 1.2rem 0;
}

.news-page-wrapper {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    height: auto;
}


.news-page-article-container {
    flex: 1;
}


.news-page-ad-container {
    width: 350px;
    flex-shrink: 0;
}

.news-page-banner-wrapper,
.news-page-banner-box {
    float: none !important;
}
@media (max-width: 760px) {
    .news-page-ad-container {
        width: 100%;
        padding: 10px;
    }
}
