/* ============================================================
   NNA — Site-wide modern theme  (gold #c19114 + blue #2f506f on dark)
   Loaded globally on public pages via includes/links.php.
   All rules are body-class / section scoped so each page only
   gets the styling intended for it.
   ============================================================ */

/* ── Reusable modern page hero (inner pages: watch-live, contact, news…) ── */
.page .hero {
  height: auto;
  min-height: 180px;
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  padding: 54px 5% 48px;
  position: relative;
  overflow: hidden;
  background-image:
    radial-gradient(760px 320px at 86% -20%, rgba(193, 145, 20, 0.22), transparent 60%),
    linear-gradient(180deg, rgba(11, 12, 16, 0.55) 0%, transparent 22%, transparent 60%, rgba(11, 12, 16, 0.4) 100%),
    linear-gradient(90deg, rgba(11, 12, 16, 0.96) 0%, rgba(11, 12, 16, 0.7) 50%, rgba(11, 12, 16, 0.34) 100%),
    url(../images/magnific__talk__56261.jpg);
  background-size: cover;
  background-position: center, center, center, center 28%;
  background-repeat: no-repeat;
  border-bottom: 2px solid #c19114;
}
/* gold/blue hairline glow along the bottom of the hero */
.page .hero::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(193,145,20,.6), rgba(47,80,111,.6), transparent);
}
.page .hero .content {
  position: relative;
  z-index: 1;
  width: 100%;
}
.page .hero h1 {
  position: relative;
  margin: 0;
  padding-left: 20px;
  font-size: 2.7em;
  font-weight: 800;
  line-height: 1.04;
  color: #fff;
  letter-spacing: -0.5px;
}
.page .hero h1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 4px;
  border-radius: 3px;
  background: linear-gradient(180deg, #c19114 0%, #2f506f 100%);
}
@media screen and (max-width: 768px) {
  .page .hero { min-height: 150px; padding: 40px 6% 30px; }
  .page .hero h1 { font-size: 1.9em; }
}

/* ============================================================
   WATCH LIVE — premium channel cards
   ============================================================ */
.watch-live .sec1.watch-live { padding-top: 40px; }

.watch-live .sec1 .channel {
  position: relative;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
  background-color: #1a1a1a;
  background-size: cover;
  background-position: center;
  align-items: flex-start;
  text-align: left;
  cursor: pointer;
  transition: transform .4s cubic-bezier(.2,.7,.2,1), box-shadow .4s ease, border-color .4s ease;
}
.watch-live .sec1 .channel:hover {
  transform: translateY(-8px);
  border-color: rgba(193, 145, 20, 0.55);
  box-shadow: 0 26px 50px -22px rgba(0, 0, 0, 0.95);
}

/* Editorial gradient overlay (replaces flat 0.4 black) */
.watch-live .sec1 .channel::before {
  background: linear-gradient(to top,
      rgba(10, 11, 14, 0.94) 0%,
      rgba(10, 11, 14, 0.55) 40%,
      rgba(10, 11, 14, 0.12) 72%,
      rgba(10, 11, 14, 0.05) 100%) !important;
}

/* LIVE badge (gold dot in glassy pill) */
.watch-live .sec1 .channel::after {
  content: "LIVE";
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  padding: 5px 11px 5px 25px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.2px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    radial-gradient(circle at 13px center, #c19114 0 4px, transparent 4.6px),
    rgba(8, 9, 12, 0.55);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.watch-live .sec1 .channel .title {
  position: relative;
  font-size: 1.7em;
  font-weight: 700;
  margin-bottom: 6px !important;
}
.watch-live .sec1 .channel .title::before {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: #c19114;
  border-radius: 2px;
  margin-bottom: 12px;
  transition: width .4s ease;
}
.watch-live .sec1 .channel:hover .title::before { width: 56px; }

.watch-live .sec1 .channel .description {
  color: rgba(255, 255, 255, 0.80);
  line-height: 1.5;
}

.watch-live .sec1 .channel button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 20px;
  border: none;
  border-radius: 8px;
  font-weight: 700;
  font-size: .82em;
  letter-spacing: .6px;
  cursor: pointer;
  box-shadow: 0 10px 24px -12px rgba(193, 145, 20, 0.7);
  transition: transform .2s ease, box-shadow .2s ease;
}
.watch-live .sec1 .channel button::after {
  content: "›";
  font-size: 1.25em;
  line-height: 1;
  margin-top: -2px;
  transition: transform .2s ease;
}
.watch-live .sec1 .channel button:hover { transform: translateY(-1px); }
.watch-live .sec1 .channel button:hover::after { transform: translateX(4px); }

/* ============================================================
   CONTACT — modern info cards + form
   ============================================================ */
.contact .sec1 { padding-top: 50px; }

.contact .sec1 .grid {
  flex-wrap: wrap;
  column-gap: 24px;
  row-gap: 24px;
}
.contact .sec1 .grid .item {
  width: 300px;
  align-items: center;
  padding: 24px;
  background: #161616;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.contact .sec1 .grid .item:hover {
  transform: translateY(-5px);
  border-color: rgba(193, 145, 20, 0.45);
  box-shadow: 0 18px 36px -18px rgba(0, 0, 0, 0.85);
}
.contact .sec1 .grid .item .lef {
  width: 64px;
  height: 64px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(193, 145, 20, 0.12);
  border: 1px solid rgba(193, 145, 20, 0.25);
}
.contact .sec1 .grid .item .lef img { height: 32px; }
.contact .sec1 .grid .item .righ .title { color: #c19114; margin-bottom: 6px !important; }
.contact .sec1 .grid .item .righ .info { color: #cfcfcf; }

/* map */
.contact .sec1 .flex .img-wrap iframe {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
}

/* form */
.contact #contactform .row {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.contact #contactform .half { flex: 1; min-width: 220px; }
.contact #contactform .half,
.contact #contactform .fullwidth {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #333;
  border-radius: 10px;
  padding: 4px 12px;
  transition: border-color .2s ease, background .2s ease;
}
.contact #contactform .fullwidth.special { align-items: flex-start; padding-top: 12px; }
.contact #contactform .half:focus-within,
.contact #contactform .fullwidth:focus-within {
  border-color: #c19114;
  background: rgba(255, 255, 255, 0.08);
}
.contact #contactform .half img,
.contact #contactform .fullwidth img { height: 22px; opacity: .65; flex: 0 0 auto; }
.contact #contactform input,
.contact #contactform select,
.contact #contactform textarea {
  flex: 1;
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: .95em;
  padding: 12px 4px;
  font-family: inherit;
}
.contact #contactform select option { color: #111; }
.contact #contactform textarea { min-height: 130px; resize: vertical; }
.contact #contactform input::placeholder,
.contact #contactform textarea::placeholder { color: rgba(255, 255, 255, 0.45); }
.contact #contactform button {
  margin-top: 18px;
  padding: 13px 30px;
  border: none;
  border-radius: 8px;
  font-weight: 700;
  letter-spacing: .6px;
  cursor: pointer;
  box-shadow: 0 12px 26px -12px rgba(193, 145, 20, 0.7);
  transition: transform .2s ease, box-shadow .2s ease;
}
.contact #contactform button:hover { transform: translateY(-2px); }

/* ============================================================
   LIVE CHANNEL pages — modern schedule + info (news section untouched)
   ============================================================ */
.live .livestream .channel-header .live-icon {
  background: #2f506f !important;
  color: #fff !important;
  padding: 5px 11px 5px 24px !important;
  border-radius: 5px !important;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-image: radial-gradient(circle at 12px center, #c19114 0 4px, transparent 4.6px) !important;
}
.live .livestream .channel-header h2 {
  font-size: 1.7em;
  font-weight: 700;
}
.live .livestream .schedule-wrap .channel-header {
  background: #141414;
  border-left: 4px solid #c19114;
  border-radius: 0 10px 10px 0;
  margin: 0 5% 6px;
  padding: 18px 22px !important;
}

/* Channel info → modern card */
.live .livestream .info {
  align-items: stretch;
  margin: 10px 5% 0;
  padding: 26px !important;
  background: #161616;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
}
.live .livestream .info .left {
  width: 30% !important;
  height: auto !important;
  min-height: 200px;
}
.live .livestream .info .right { width: 70% !important; }
.live .livestream .info .right h1 {
  position: relative;
  padding-left: 18px;
}
.live .livestream .info .right h1::before {
  content: "";
  position: absolute;
  left: 0; top: 6px; bottom: 6px;
  width: 4px; border-radius: 3px;
  background: linear-gradient(180deg, #c19114, #2f506f);
}

/* Schedule show cards */
.live .schedule-track .show {
  background: #161616;
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.live .schedule-track .show:hover {
  background: #1f1f1f;
  border-color: rgba(193, 145, 20, 0.4);
}
.live .schedule-track .show .time {
  color: #c19114;
  font-weight: 700;
  letter-spacing: .3px;
}

@media screen and (max-width: 768px) {
  .live .livestream .info { flex-direction: column; row-gap: 18px; }
  .live .livestream .info .left,
  .live .livestream .info .right { width: 100% !important; }
}


/* ============================================================
   BROADCAST TYPOGRAPHY  —  Archivo (display) + Inter (UI/body)
   Body is set to Inter globally via the font swap in style.css.
   Here we give headlines the bold broadcast-grotesque feel.
   ============================================================ */
h1, h2, h3, h4,
.hero h1, .hero h2,
#mainTitle,
.home .story-cards > h2,
.home .channel-cards h2,
.home .channel-cards .grid .card .title,
.post-title, .article-title,
.news-slider .main-article .main-content h2 {
  font-family: "Archivo", "Inter", sans-serif;
  letter-spacing: -0.015em;
}
/* Heavy weight + tighter leading on the true display headlines only */
h1, h2,
.hero h1,
#mainTitle,
.home .story-cards > h2,
.home .channel-cards h2,
.post-title, .article-title {
  font-weight: 800;
  line-height: 1.08;
}
/* Body copy: clean, legible Inter rhythm */
body { font-feature-settings: "ss01", "cv05"; }


/* ============================================================
   MODERN HEADER  —  glassy bar, animated nav, premium dropdowns
   ============================================================ */
#main-header {
  padding: 6px 2.5%;
  background: rgba(8, 9, 11, 0.82);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
          backdrop-filter: blur(16px) saturate(140%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 12px 34px -20px rgba(0, 0, 0, 0.95);
}
/* gold/blue hairline along the bottom edge */
#main-header::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(193, 145, 20, 0.55), rgba(47, 80, 111, 0.55), transparent);
  pointer-events: none;
}
#main-header nav .logo-wrap .logo {
  height: 50px;
  transition: transform .25s ease, filter .25s ease;
}
#main-header nav .logo-wrap .logo:hover {
  transform: scale(1.03);
  filter: drop-shadow(0 4px 14px rgba(193, 145, 20, 0.35));
}

/* ── Top-level nav links: clean Inter caps with animated gold underline ── */
#main-header nav menu { column-gap: 34px; }
#main-header nav menu > a,
#main-header nav menu > .menu-item > a {
  position: relative;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 0.82em;
  letter-spacing: 1.3px;
  padding: 10px 1px;
  color: rgba(255, 255, 255, 0.86);
}
#main-header nav menu > a::after,
#main-header nav menu > .menu-item > a::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 2px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, #c19114, #e3bd54);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .28s cubic-bezier(.4, 0, .2, 1);
}
#main-header nav menu > a:hover,
#main-header nav menu > .menu-item > a:hover,
#main-header nav menu > a.active,
#main-header nav menu > .menu-item > a.active {
  color: #fff;
}
#main-header nav menu > a:hover::after,
#main-header nav menu > .menu-item > a:hover::after,
#main-header nav menu > a.active::after,
#main-header nav menu .menu-item:hover > a::after {
  transform: scaleX(1);
}

/* ── Premium dropdown: detached glassy card with hover bridge ── */
#main-header nav menu .menu-item .submenu {
  display: flex;
  visibility: hidden;
  opacity: 0;
  transform: translateY(8px);
  top: calc(100% + 12px);
  left: 50%;
  margin-left: -105px;
  min-width: 210px;
  padding: 8px;
  background: rgba(18, 19, 22, 0.92);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
          backdrop-filter: blur(18px) saturate(140%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  box-shadow: 0 26px 50px -20px rgba(0, 0, 0, 0.85);
  transition: opacity .26s ease, transform .26s ease, visibility .26s;
}
/* invisible bridge so the cursor can cross the gap */
#main-header nav menu .menu-item .submenu::before {
  content: "";
  position: absolute;
  top: -14px; left: 0; right: 0;
  height: 14px;
}
/* little pointer notch */
#main-header nav menu .menu-item .submenu::after {
  content: "";
  position: absolute;
  top: -6px; left: 50%;
  width: 12px; height: 12px;
  margin-left: -6px;
  background: rgba(18, 19, 22, 0.92);
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  transform: rotate(45deg);
}
#main-header nav menu .menu-item:hover .submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
#main-header nav menu .menu-item .submenu a {
  position: relative;
  padding: 10px 14px;
  border-radius: 9px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 0.82em;
  letter-spacing: 0.6px;
  text-transform: none;
  color: rgba(255, 255, 255, 0.82);
  transition: background .2s ease, color .2s ease, padding-left .2s ease;
}
#main-header nav menu .menu-item .submenu a::before {
  content: "";
  position: absolute;
  left: 8px; top: 50%;
  width: 3px; height: 0;
  border-radius: 2px;
  background: #c19114;
  transform: translateY(-50%);
  transition: height .2s ease;
}
#main-header nav menu .menu-item .submenu a:hover {
  background: rgba(193, 145, 20, 0.12);
  color: #fff;
  padding-left: 20px;
}
#main-header nav menu .menu-item .submenu a:hover::before { height: 16px; }

/* ── Header action icons (account / search) ── */
#main-header nav .shop-items { column-gap: 16px; }
#main-header nav .shop-items > a {
  width: 38px; height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.04);
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
#main-header nav .shop-items > a:hover {
  background: rgba(193, 145, 20, 0.16);
  border-color: rgba(193, 145, 20, 0.5);
  transform: translateY(-1px);
}
#main-header nav .shop-items > a .icon {
  height: 18px;
  transition: transform .2s ease;
}

/* ── Mobile slide-out menu: matching dropdown polish ── */
.desktop-menu .menu-item .submenu a:hover {
  color: #c19114;
}


/* ============================================================
   UNIFIED MODERN BUTTONS  —  one gold-pill CTA style site-wide
   Covers every primary call-to-action (WATCH LIVE, SEND MESSAGE,
   Sign In, Subscribe, WATCH NOW, cart checkout/pay, etc.) so the
   whole site shares the same broadcast-grotesque button look.
   Targets the gold/yellow utility classes + named CTA classes.
   ============================================================ */
button.gold-bg,
.button.gold-bg,
button.yellow-bg,
.button.yellow-bg,
.btn.gold-bg,
.hero-btn,
.auth-btn,
button.checkout,
input[type="submit"].gold-bg,
input[type="submit"].yellow-bg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 0;
  padding: 14px 28px;
  border: none;
  border-radius: 9px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 0.84em;
  line-height: 1;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  color: #111 !important;
  background-color: #c19114;
  background-image: linear-gradient(135deg, #d9a521 0%, #c19114 52%, #a87d0f 100%);
  box-shadow: 0 12px 26px -12px rgba(193, 145, 20, 0.7);
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
button.gold-bg:hover,
.button.gold-bg:hover,
button.yellow-bg:hover,
.button.yellow-bg:hover,
.btn.gold-bg:hover,
.hero-btn:hover,
.auth-btn:hover,
button.checkout:hover,
input[type="submit"].gold-bg:hover,
input[type="submit"].yellow-bg:hover {
  transform: translateY(-2px);
  background-color: #c19114;
  filter: brightness(1.06);
  box-shadow: 0 18px 34px -12px rgba(193, 145, 20, 0.9);
}
button.gold-bg:active,
.button.gold-bg:active,
button.yellow-bg:active,
.button.yellow-bg:active,
.btn.gold-bg:active,
.hero-btn:active,
.auth-btn:active,
button.checkout:active {
  transform: translateY(0) scale(.98);
}
/* keep the swap-icon inside checkout / pay buttons aligned & sized */
button.checkout .icon,
button.gold-bg .icon,
button.yellow-bg .icon {
  height: 16px;
  width: auto;
}
