/*
Theme Name: Team123 Luxury Theme
Theme URI: https://jointeam123.com/
Author: Team123 Systems Architect
Description: Standalone luxury dark black and gold theme for Team123, featuring standard Manrope heading tokens, Inter body fonts, and clean WordPress relative permalink routing.
Version: 1.0.0
Text Domain: team123-theme
*/

/* -----------------------------------------
       STABLE and SIMPLE LUXURY BLACK and GOLD COLOR SYSTEM
       ----------------------------------------- */
    :root {
      --color-bg-body: #070708;
      --color-bg-card: #121215;
      --color-bg-card-hover: #18181c;
      --color-gold: #D4AF37;
      --color-gold-light: #F5E6C4;
      --color-gold-deep: #AA771C;
      --color-text-main: #E2E2E6;
      --color-text-muted: #9A9A9F;
      --color-border: rgba(212, 175, 55, 0.15);
      --color-border-hover: rgba(212, 175, 55, 0.4);
      --font-heading: 'Manrope', sans-serif;
      --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
      --max-width: 1100px;
    }

    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      background-color: var(--color-bg-body);
      color: var(--color-text-main);
      font-family: var(--font-sans);
      font-size: 16px;
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
      overflow-x: hidden;
    }

    /* TYPOGRAPHY */
    h1, h2, h3, h4, h5, h6 {
      font-family: var(--font-heading);
      color: #FFFFFF;
      font-weight: 600;
      letter-spacing: 0.5px;
      line-height: 1.3;
    }

    p {
      color: var(--color-text-muted);
      margin-bottom: 16px;
    }

    a {
      color: var(--color-gold);
      text-decoration: none;
      transition: all 0.25s ease;
    }

    a:hover {
      color: var(--color-gold-light);
    }

    /* GRID and CONTAINER SETUP */
    .container {
      width: 100%;
      max-width: var(--max-width);
      margin: 0 auto;
      padding: 0 24px;
    }

    .section-padding {
      padding: 70px 0;
      scroll-margin-top: 80px; /* Offset for sticky header */
    }

    .section-header {
      text-align: center;
      margin-bottom: 40px;
    }

    .section-header h2 {
      font-size: 2.4rem;
      margin-bottom: 12px;
      color: var(--color-gold);
      position: relative;
      display: inline-block;
    }

    .section-header h2 span {
      color: #FFFFFF;
    }

    .section-header p {
      font-size: 1.05rem;
      max-width: 650px;
      margin: 0 auto;
    }

    /* STANDARD SOLID CARDS */
    .luxury-card {
      background-color: var(--color-bg-card);
      border: 1px solid var(--color-border);
      border-radius: 8px;
      padding: 32px;
      transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    }

    .luxury-card:hover {
      border-color: var(--color-gold);
      transform: translateY(-4px);
      background-color: var(--color-bg-card-hover);
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5), 0 0 15px rgba(212, 175, 55, 0.08);
    }

    /* BUTTONS */
    .btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 12px 28px;
      border-radius: 4px;
      font-weight: 500;
      font-size: 0.88rem;
      text-transform: uppercase;
      letter-spacing: 1.2px;
      cursor: pointer;
      transition: all 0.25s ease;
      font-family: var(--font-sans);
    }

    .btn-gold {
      background: linear-gradient(135deg, var(--color-gold) 0%, var(--color-gold-deep) 100%);
      color: #000000;
      border: 1px solid var(--color-gold);
      font-weight: 600;
    }

    .btn-gold:hover {
      background: linear-gradient(135deg, var(--color-gold-light) 0%, var(--color-gold) 100%);
      border-color: var(--color-gold-light);
      transform: translateY(-2px);
      box-shadow: 0 6px 20px rgba(212, 175, 55, 0.25);
    }

    .btn-outline {
      background-color: transparent;
      color: var(--color-gold);
      border: 1px solid var(--color-border);
    }

    .btn-outline:hover {
      border-color: var(--color-gold);
      color: #FFFFFF;
      background-color: rgba(212, 175, 55, 0.05);
      transform: translateY(-2px);
      box-shadow: 0 6px 20px rgba(212, 175, 55, 0.1);
    }

    /* -----------------------------------------
       STICKY NAVIGATION HEADER & DROPDOWNS
       ----------------------------------------- */
    .site-header {
      background-color: rgba(7, 7, 8, 0.85);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      border-bottom: 1px solid var(--color-border);
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 1000;
      padding: 18px 0;
      transition: background-color 0.3s ease, padding 0.3s ease;
    }

    .site-header.scrolled {
      padding: 12px 0;
      background-color: rgba(5, 5, 6, 0.95);
      box-shadow: 0 4px 20px rgba(0,0,0,0.5);
    }

    .header-layout {
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: relative;
    }

    .site-logo {
      font-family: var(--font-heading);
      font-size: 1.4rem;
      font-weight: 700;
      color: #FFFFFF;
      letter-spacing: 1px;
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .site-logo span {
      color: var(--color-gold);
    }

    .site-logo-img {
      width: 40px;
      height: 40px;
      object-fit: contain;
      filter: drop-shadow(0 0 6px rgba(212, 175, 55, 0.25));
    }

    .nav-menu {
      display: flex;
      list-style: none;
      gap: 20px;
      align-items: center;
    }

    .nav-menu > li {
      position: relative;
      display: flex;
      align-items: center;
    }

    .nav-menu > li > a {
      display: inline-block;
      font-size: 0.8rem;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: var(--color-text-muted);
      font-weight: 500;
      padding: 8px 0;
      border-bottom: 2px solid transparent;
      transition: all 0.25s ease;
      vertical-align: middle;
    }

    .nav-menu > li > a:hover,
    .nav-menu > li > a.active {
      color: var(--color-gold);
      border-bottom-color: var(--color-gold);
    }

    /* PURE CSS STICKY DROPDOWN & WORDPRESS MENU COMPATIBILITY */
    .dropdown,
    .menu-item-has-children {
      position: relative;
    }

    .dropdown-menu,
    .sub-menu {
      display: none;
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%);
      background-color: #0A0A0C;
      border: 1px solid var(--color-border);
      border-radius: 4px;
      list-style: none !important;
      padding: 10px 0;
      min-width: 220px;
      box-shadow: 0 8px 30px rgba(0,0,0,0.6);
      z-index: 1010;
      margin: 0;
    }

    .dropdown-menu li,
    .sub-menu li {
      width: 100%;
      list-style: none !important;
      margin: 0;
      padding: 0;
    }

    .dropdown-menu li a,
    .sub-menu li a {
      display: block !important;
      padding: 10px 20px !important;
      font-size: 0.75rem !important;
      color: var(--color-text-muted) !important;
      text-transform: uppercase !important;
      letter-spacing: 1px !important;
      border-bottom: none !important;
      transition: all 0.25s ease !important;
      text-align: left !important;
    }

    .dropdown-menu li a:hover,
    .sub-menu li a:hover {
      color: var(--color-gold) !important;
      background-color: rgba(212, 175, 55, 0.05) !important;
    }

    .dropdown:hover .dropdown-menu,
    .menu-item-has-children:hover .sub-menu {
      display: block;
    }


    .nav-upcoming {
      opacity: 0.5;
    }

    /* Burger Menu elements */
    .nav-checkbox {
      display: none;
    }

    .nav-burger {
      display: none;
      cursor: pointer;
      padding: 6px;
    }

    .burger-line {
      display: block;
      width: 22px;
      height: 2px;
      background-color: #FFFFFF;
      margin: 4px 0;
      transition: all 0.25s ease;
    }

    /* -----------------------------------------
       HERO SECTION
       ----------------------------------------- */
    .hero-section {
      padding: 160px 0 80px 0;
      border-bottom: 1px solid var(--color-border);
      background: radial-gradient(circle at top right, rgba(212, 175, 55, 0.05) 0%, transparent 60%), #070708;
    }

    .hero-grid {
      display: grid;
      grid-template-columns: 1.15fr 0.85fr;
      gap: 50px;
      align-items: center;
    }

    .hero-text h1 {
      font-size: 3.2rem;
      line-height: 1.2;
      margin-bottom: 20px;
      font-weight: 700;
    }

    .hero-text h1 span {
      color: var(--color-gold);
      background: linear-gradient(135deg, var(--color-gold-light) 0%, var(--color-gold) 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .hero-text p {
      font-size: 1.1rem;
      margin-bottom: 35px;
      max-width: 580px;
      line-height: 1.65;
    }

    .hero-buttons {
      display: flex;
      gap: 16px;
      flex-wrap: wrap;
    }

    .hero-graphics {
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .emblem-circle {
      width: 330px;
      height: 330px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      background: radial-gradient(circle, rgba(212, 175, 55, 0.15) 0%, rgba(212, 175, 55, 0.03) 50%, transparent 70%);
      animation: emblemGlow 5s ease-in-out infinite alternate;
    }

    .emblem-circle::before {
      content: '';
      position: absolute;
      inset: -8px;
      border-radius: 50%;
      border: 1px solid rgba(212, 175, 55, 0.2);
      box-shadow: 0 0 30px rgba(212, 175, 55, 0.1), inset 0 0 20px rgba(212, 175, 55, 0.05);
    }

    .emblem-logo {
      width: 82%;
      height: 82%;
      object-fit: contain;
      filter: drop-shadow(0 0 15px rgba(212, 175, 55, 0.3));
      position: relative;
      z-index: 1;
    }

    @keyframes emblemGlow {
      0%   { box-shadow: 0 0 20px rgba(212, 175, 55, 0.05); transform: scale(0.98); }
      100% { box-shadow: 0 0 45px rgba(212, 175, 55, 0.18); transform: scale(1.02); }
    }

    /* -----------------------------------------
       SECTION 04: WHAT IS TEAM123 (ABOUT)
       ----------------------------------------- */
    .about-layout {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 50px;
      align-items: center;
    }

    .about-content h3 {
      font-size: 2.1rem;
      margin-bottom: 20px;
      color: var(--color-gold);
    }

    .about-content p {
      font-size: 1.05rem;
      margin-bottom: 20px;
      line-height: 1.7;
    }

    .about-metrics {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
    }

    .metric-item {
      background-color: var(--color-bg-card);
      border: 1px solid var(--color-border);
      border-radius: 8px;
      padding: 26px;
      text-align: center;
      transition: all 0.3s ease;
    }

    .metric-item:hover {
      border-color: var(--color-gold);
      transform: translateY(-2px);
    }

    .metric-val {
      font-size: 1.8rem;
      font-family: var(--font-heading);
      color: var(--color-gold);
      font-weight: 700;
      margin-bottom: 6px;
    }

    .metric-label-val {
      font-size: 0.78rem;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      color: var(--color-text-muted);
    }

    /* -----------------------------------------
       WHY TEAM123 SECTION (CLARITY and TRUST)
       ----------------------------------------- */
    .why-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      margin-bottom: 50px;
    }

    .why-box {
      border-radius: 8px;
      padding: 30px;
    }

    .why-box.problems {
      background-color: rgba(239, 83, 80, 0.02);
      border: 1px solid rgba(239, 83, 80, 0.15);
    }

    .why-box.solutions {
      background-color: rgba(37, 211, 102, 0.02);
      border: 1px solid rgba(37, 211, 102, 0.15);
    }

    .why-box h3 {
      font-size: 1.5rem;
      margin-bottom: 20px;
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .why-box.problems h3 { color: #EF5350; }
    .why-box.solutions h3 { color: #25D366; }

    .why-box ul {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 14px;
    }

    .why-box ul li {
      position: relative;
      padding-left: 28px;
      font-size: 0.95rem;
      color: var(--color-text-main);
    }

    .why-box.problems ul li::before {
      content: '✕';
      position: absolute;
      left: 0;
      color: #EF5350;
      font-weight: 700;
    }

    .why-box.solutions ul li::before {
      content: '✓';
      position: absolute;
      left: 0;
      color: #25D366;
      font-weight: 700;
    }

    .trust-covenant-box {
      background: linear-gradient(135deg, rgba(212, 175, 55, 0.03) 0%, rgba(212, 175, 55, 0.01) 100%);
      border: 1px solid rgba(212, 175, 55, 0.25);
      border-radius: 8px;
      padding: 35px;
      text-align: center;
      max-width: 850px;
      margin: 0 auto;
      box-shadow: inset 0 0 15px rgba(212, 175, 55, 0.05);
    }

    .trust-covenant-box h4 {
      color: var(--color-gold);
      font-size: 1.6rem;
      margin-bottom: 15px;
    }

    .trust-covenant-box p {
      font-size: 0.98rem;
      line-height: 1.75;
      color: var(--color-text-main);
      margin: 0;
    }

    /* -----------------------------------------
       33 CIRCLE SPOTLIGHT SECTION
       ----------------------------------------- */
    .spotlight-section {
      background: linear-gradient(180deg, #070708 0%, #0C0C0E 100%);
      border-top: 1px solid var(--color-border);
      border-bottom: 1px solid var(--color-border);
    }

    .spotlight-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 50px;
      align-items: center;
    }

    .spotlight-mockup {
      background-color: #0A0A0C;
      border: 1px solid var(--color-border);
      border-radius: 8px;
      padding: 24px;
      box-shadow: 0 15px 40px rgba(0,0,0,0.6);
      font-family: monospace;
      font-size: 0.82rem;
      color: var(--color-text-main);
    }

    .mockup-header {
      display: flex;
      justify-content: space-between;
      border-bottom: 1px solid rgba(212, 175, 55, 0.1);
      padding-bottom: 12px;
      margin-bottom: 16px;
    }

    .mockup-dot {
      display: inline-block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: var(--color-gold);
      margin-right: 6px;
      box-shadow: 0 0 8px var(--color-gold);
    }

    .mockup-line {
      margin-bottom: 10px;
      display: flex;
      justify-content: space-between;
    }

    .mockup-line .label { color: var(--color-text-muted); }
    .mockup-line .val { color: var(--color-gold); font-weight: 600; }
    .mockup-line .status-active { color: #25D366; }

    .mockup-graph {
      height: 80px;
      border: 1px dashed rgba(212, 175, 55, 0.2);
      margin: 15px 0;
      border-radius: 4px;
      display: flex;
      align-items: flex-end;
      justify-content: space-around;
      padding: 8px;
      background-color: rgba(212, 175, 55, 0.01);
    }

    .graph-bar {
      width: 12%;
      background: linear-gradient(0deg, var(--color-gold-deep) 0%, var(--color-gold) 100%);
      border-radius: 2px 2px 0 0;
      transition: height 1s ease;
    }

    .spotlight-info h3 {
      font-size: 2.2rem;
      margin-bottom: 20px;
      color: var(--color-gold);
    }

    .spotlight-info p {
      font-size: 1.05rem;
      line-height: 1.7;
      margin-bottom: 24px;
    }

    .spotlight-list {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 16px;
      margin-bottom: 30px;
    }

    .spotlight-list li {
      position: relative;
      padding-left: 28px;
      font-size: 0.96rem;
    }

    .spotlight-list li::before {
      content: '✦';
      position: absolute;
      left: 0;
      color: var(--color-gold);
      font-size: 1.1rem;
    }

    .spotlight-list strong {
      color: #FFFFFF;
      font-weight: 600;
    }

    .spotlight-ctas {
      display: flex;
      gap: 16px;
      flex-wrap: wrap;
    }

    /* -----------------------------------------
       FEATURED ECOSYSTEM PROGRAMS (SCALABLE ARCHITECTURE)
       ----------------------------------------- */
    .programs-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
      gap: 30px;
    }

    .program-card {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 20px;
      height: 100%;
    }

    .program-logo-wrap {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background: rgba(212, 175, 55, 0.08);
      border: 1px solid var(--color-border);
      display: flex;
      justify-content: center;
      align-items: center;
      color: var(--color-gold);
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

    .program-logo-wrap svg {
      width: 30px;
      height: 30px;
      fill: currentColor;
    }

    .program-meta {
      display: flex;
      flex-direction: column;
      gap: 12px;
      width: 100%;
      flex-grow: 1;
    }

    .program-meta h3 {
      font-size: 1.35rem;
      color: #FFFFFF;
    }

    .program-meta p {
      font-size: 0.92rem;
      line-height: 1.6;
      margin-bottom: 12px;
    }

    /* BADGES */
    .badge {
      display: inline-block;
      align-self: flex-start;
      font-size: 0.68rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      padding: 4px 10px;
      border-radius: 30px;
    }

    .badge-active {
      background-color: rgba(37, 211, 102, 0.1);
      color: #25D366;
      border: 1px solid rgba(37, 211, 102, 0.25);
    }

    .badge-upcoming {
      background-color: rgba(212, 175, 55, 0.08);
      color: var(--color-gold);
      border: 1px solid var(--color-border);
    }

    /* -----------------------------------------
       SECTION 05: YOUTUBE SECTION
       ----------------------------------------- */
    .youtube-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 30px;
    }

    .youtube-card {
      background-color: var(--color-bg-card);
      border: 1px solid var(--color-border);
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 6px 20px rgba(0,0,0,0.4);
    }

    .video-header {
      padding: 20px 24px;
      border-bottom: 1px solid var(--color-border);
    }

    .video-category {
      font-size: 0.75rem;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      color: var(--color-gold);
      margin-bottom: 4px;
    }

    .video-title {
      font-size: 1.15rem;
      color: #FFFFFF;
      font-weight: 600;
    }

    .video-body {
      padding: 24px;
    }

    .video-body p {
      font-size: 0.9rem;
      margin-bottom: 20px;
    }

    /* -----------------------------------------
       SECTION 05B: YOUTUBE PLAYLIST + FEATURED GRID
       ----------------------------------------- */
    .yt-playlist-wrap {
      position: relative;
      width: 100%;
      max-width: 960px;
      margin: 0 auto 50px;
      aspect-ratio: 16 / 9;
      border-radius: 8px;
      overflow: hidden;
      border: 1px solid var(--color-border);
      box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5), 0 0 25px rgba(212, 175, 55, 0.05);
      background-color: #000;
    }

    .yt-playlist-wrap iframe {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      border: 0;
    }

    .yt-subsection-title {
      text-align: center;
      font-family: var(--font-heading);
      font-size: 1.7rem;
      color: var(--color-gold);
      margin-bottom: 8px;
      letter-spacing: 1px;
    }

    .yt-subsection-sub {
      text-align: center;
      font-size: 0.9rem;
      color: var(--color-text-muted);
      margin-bottom: 30px;
    }

    .yt-featured-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      margin-top: 30px;
    }

    .yt-featured-card {
      background-color: var(--color-bg-card);
      border: 1px solid var(--color-border);
      border-radius: 8px;
      overflow: hidden;
      transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    }

    .yt-featured-card:hover {
      transform: translateY(-4px);
      border-color: rgba(212, 175, 55, 0.4);
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4), 0 0 20px rgba(212, 175, 55, 0.05);
    }

    .yt-featured-thumb {
      position: relative;
      width: 100%;
      aspect-ratio: 16 / 9;
      overflow: hidden;
      background-color: #000;
    }

    .yt-featured-thumb iframe {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      border: 0;
    }

    .yt-featured-meta {
      padding: 16px 18px 20px;
    }

    .yt-featured-tag {
      display: inline-block;
      font-size: 0.7rem;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      color: var(--color-gold);
      margin-bottom: 6px;
    }

    .yt-featured-title {
      font-family: var(--font-heading);
      font-size: 1.05rem;
      color: #FFFFFF;
      line-height: 1.4;
    }

    .yt-divider {
      width: 80px;
      height: 1px;
      background: linear-gradient(90deg, transparent, var(--color-gold), transparent);
      margin: 50px auto 35px;
      opacity: 0.5;
    }

    /* -----------------------------------------
       SECTION 06: LEADERSHIP COORDINATION PLACEHOLDERS
       ----------------------------------------- */
    .leadership-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 30px;
    }

    .leader-card {
      text-align: center;
      padding: 35px 25px;
    }

    .leader-icon-wrap {
      margin: 0 auto 20px;
      width: 80px;
      height: 80px;
      border-radius: 50%;
      border: 1px solid var(--color-border);
      background-color: rgba(212, 175, 55, 0.05);
      display: flex;
      justify-content: center;
      align-items: center;
      color: var(--color-gold);
      box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    }

    .leader-icon-wrap svg {
      width: 36px;
      height: 36px;
      fill: currentColor;
    }

    .leader-card h3 {
      font-size: 1.4rem;
      margin-bottom: 6px;
      color: #FFFFFF;
    }

    .leader-title {
      font-size: 0.8rem;
      text-transform: uppercase;
      color: var(--color-gold);
      letter-spacing: 1.5px;
      margin-bottom: 16px;
      font-weight: 500;
    }

    .leader-card p {
      font-size: 0.9rem;
      line-height: 1.6;
      margin-bottom: 0;
    }

    /* -----------------------------------------
       SECTION 06B: COOPERATIVE PATHWAYS
       ----------------------------------------- */
    .testimonials-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 28px;
    }

    .testimonial-card {
      background-color: var(--color-bg-card);
      border: 1px solid var(--color-border);
      border-radius: 8px;
      padding: 35px 28px;
      position: relative;
      transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
      box-shadow: 0 6px 20px rgba(0,0,0,0.3);
    }

    .testimonial-card:hover {
      transform: translateY(-4px);
      border-color: rgba(212, 175, 55, 0.4);
      box-shadow: 0 14px 30px rgba(0, 0, 0, 0.4), 0 0 20px rgba(212, 175, 55, 0.05);
    }

    .testimonial-card::before {
      content: '\201C';
      position: absolute;
      top: 10px;
      right: 22px;
      font-family: var(--font-heading);
      font-size: 4.5rem;
      color: var(--color-gold);
      opacity: 0.15;
      line-height: 1;
    }

    .testimonial-stars {
      color: var(--color-gold);
      letter-spacing: 2px;
      font-size: 0.95rem;
      margin-bottom: 15px;
    }

    .testimonial-quote {
      font-style: italic;
      color: var(--color-text-main);
      font-size: 0.96rem;
      line-height: 1.7;
      margin-bottom: 22px;
      min-height: 90px;
    }

    .testimonial-author {
      display: flex;
      align-items: center;
      gap: 14px;
      padding-top: 18px;
      border-top: 1px solid var(--color-border);
    }

    .testimonial-avatar {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      background: linear-gradient(135deg, var(--color-gold) 0%, var(--color-gold-deep) 100%);
      color: #000000;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: 700;
      font-size: 0.9rem;
    }

    .testimonial-name {
      font-family: var(--font-heading);
      color: #FFFFFF;
      font-size: 1.05rem;
      font-weight: 600;
      line-height: 1.2;
    }

    .testimonial-role {
      color: var(--color-text-muted);
      font-size: 0.8rem;
      margin-top: 2px;
    }

    /* -----------------------------------------
       SECTION 08: FAQ SECTION
       ----------------------------------------- */
    .faq-layout {
      max-width: 760px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    details.faq-row {
      background-color: var(--color-bg-card);
      border: 1px solid var(--color-border);
      border-radius: 4px;
      overflow: hidden;
      transition: border-color 0.25s ease;
    }

    details.faq-row:hover {
      border-color: rgba(212, 175, 55, 0.4);
    }

    summary.faq-q {
      padding: 20px 24px;
      font-family: var(--font-heading);
      font-size: 1.1rem;
      font-weight: 600;
      color: #FFFFFF;
      cursor: pointer;
      outline: none;
      display: flex;
      justify-content: space-between;
      align-items: center;
      user-select: none;
    }

    summary.faq-q::-webkit-details-marker {
      display: none;
    }

    summary.faq-q::after {
      content: '+';
      color: var(--color-gold);
      font-size: 1.2rem;
      font-weight: 300;
      transition: transform 0.25s ease;
    }

    details.faq-row[open] summary.faq-q::after {
      content: '\2212';
    }

    .faq-a {
      padding: 0 24px 20px 24px;
      border-top: 1px solid rgba(212, 175, 55, 0.06);
      font-size: 0.92rem;
      color: var(--color-text-muted);
      line-height: 1.6;
    }

    /* -----------------------------------------
       SECTION 09: CONTACT SECTION
       ----------------------------------------- */
    .contact-layout {
      display: grid;
      grid-template-columns: 0.9fr 1.1fr;
      gap: 40px;
    }

    .contact-info {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .info-card {
      background-color: var(--color-bg-card);
      border: 1px solid var(--color-border);
      border-radius: 6px;
      padding: 24px;
    }

    .info-card h4 {
      font-size: 1rem;
      color: var(--color-gold);
      margin-bottom: 6px;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-family: var(--font-sans);
    }

    .info-card p {
      font-size: 0.9rem;
      margin: 0;
      color: var(--color-text-main);
    }

    .contact-form {
      display: flex;
      flex-direction: column;
      gap: 18px;
    }

    .input-group {
      display: flex;
      flex-direction: column;
      gap: 6px;
    }

    .input-group label {
      font-size: 0.8rem;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #FFFFFF;
      font-weight: 500;
    }

    .c-input {
      background-color: #0E0E10;
      border: 1px solid var(--color-border);
      border-radius: 4px;
      padding: 14px 16px;
      color: #FFFFFF;
      font-family: var(--font-sans);
      font-size: 0.92rem;
      outline: none;
      transition: all 0.25s ease;
      width: 100%;
    }

    .c-input:focus {
      border-color: var(--color-gold);
      box-shadow: 0 0 10px rgba(212, 175, 55, 0.1);
    }

    textarea.c-input {
      resize: vertical;
      min-height: 120px;
    }

    /* -----------------------------------------
       SECTION 10: ECOSYSTEM FOOTER
       ----------------------------------------- */
    .site-footer {
      background-color: #040405;
      border-top: 1px solid var(--color-border);
      padding: 70px 0 30px 0;
    }

    .footer-main {
      display: grid;
      grid-template-columns: repeat(6, 1fr);
      gap: 30px;
      margin-bottom: 40px;
    }

    .footer-title {
      font-size: 0.8rem;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      color: #FFFFFF;
      margin-bottom: 20px;
      font-weight: 600;
    }

    .footer-links {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .footer-links a {
      color: var(--color-text-muted);
      font-size: 0.85rem;
      transition: color 0.25s ease;
    }

    .footer-links a:hover {
      color: var(--color-gold);
    }

    .legal-cards {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 24px;
      border-top: 1px solid rgba(212, 175, 55, 0.08);
      padding-top: 35px;
      margin-bottom: 35px;
    }

    .legal-box {
      background-color: rgba(10, 10, 12, 0.6);
      border: 1px solid rgba(212, 175, 55, 0.06);
      border-radius: 6px;
      padding: 24px;
    }

    .legal-box h5 {
      font-family: var(--font-sans);
      font-size: 0.85rem;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: var(--color-gold);
      margin-bottom: 12px;
    }

    .legal-box p {
      font-size: 0.78rem;
      line-height: 1.55;
      margin: 0;
    }

    .footer-social {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 16px;
      padding: 24px 0 20px;
      border-top: 1px solid rgba(212, 175, 55, 0.08);
      border-bottom: 1px solid rgba(212, 175, 55, 0.08);
      margin: 20px 0;
    }

    .footer-social-label {
      font-size: 0.75rem;
      letter-spacing: 2.5px;
      text-transform: uppercase;
      color: var(--color-text-muted);
      margin-right: 8px;
    }

    .social-icon {
      width: 40px;
      height: 40px;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      border: 1px solid var(--color-border);
      color: var(--color-text-muted);
      transition: all 0.3s ease;
      background-color: rgba(255, 255, 255, 0.01);
    }

    .social-icon svg {
      width: 18px;
      height: 18px;
      fill: currentColor;
      transition: transform 0.3s ease;
    }

    .social-icon:hover {
      color: var(--color-bg-body);
      background-color: var(--color-gold);
      border-color: var(--color-gold);
      box-shadow: 0 0 15px rgba(212, 175, 55, 0.35);
      transform: translateY(-2px);
    }

    .social-icon:hover svg {
      transform: scale(1.1);
    }

    .footer-33circle-logo {
      height: 26px;
      width: auto;
      vertical-align: middle;
      margin: 0 6px;
      opacity: 0.8;
      transition: opacity 0.25s ease;
    }

    .footer-33circle-logo:hover {
      opacity: 1;
    }

    .footer-bottom {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 16px;
      font-size: 0.8rem;
      color: var(--color-text-muted);
    }

    /* -----------------------------------------
       FLOATING COMMUNICATION ACTIONS (STACKED)
       ----------------------------------------- */
    .telegram-float {
      position: fixed;
      bottom: 24px;
      right: 24px;
      width: 56px;
      height: 56px;
      background-color: #0088cc;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      box-shadow: 0 6px 20px rgba(0, 136, 204, 0.4);
      z-index: 999;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      animation: telegramPulse 2.2s infinite;
    }

    .telegram-float svg {
      width: 26px;
      height: 26px;
      fill: #FFFFFF;
      margin-right: 2px;
    }

    .telegram-float:hover {
      transform: scale(1.08);
      box-shadow: 0 8px 28px rgba(0, 136, 204, 0.6);
    }

    @keyframes telegramPulse {
      0%   { box-shadow: 0 6px 20px rgba(0, 136, 204, 0.4), 0 0 0 0 rgba(0, 136, 204, 0.5); }
      70%  { box-shadow: 0 6px 20px rgba(0, 136, 204, 0.4), 0 0 0 14px rgba(0, 136, 204, 0); }
      100% { box-shadow: 0 6px 20px rgba(0, 136, 204, 0.4), 0 0 0 0 rgba(0, 136, 204, 0); }
    }

    /* -----------------------------------------
       BACK TO TOP BUTTON
       ----------------------------------------- */
    .back-to-top {
      position: fixed;
      bottom: 24px;
      left: 24px;
      width: 48px;
      height: 48px;
      background-color: var(--color-bg-card);
      border: 1px solid var(--color-gold);
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      opacity: 0;
      visibility: hidden;
      transform: translateY(10px);
      transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, background-color 0.3s ease;
      z-index: 998;
      box-shadow: 0 4px 15px rgba(0,0,0,0.5);
    }

    .back-to-top.visible {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
    }

    .back-to-top svg {
      width: 18px;
      height: 18px;
      fill: var(--color-gold);
      transition: fill 0.3s ease;
    }

    .back-to-top:hover {
      background-color: var(--color-gold);
    }

    .back-to-top:hover svg {
      fill: var(--color-bg-body);
    }

    /* -----------------------------------------
       RESPONSIVE MEDIA OVERRIDES
       ----------------------------------------- */
    @media (max-width: 900px) {
      .hero-grid, .about-layout, .why-grid, .spotlight-grid, .youtube-grid, .contact-layout {
        grid-template-columns: 1fr;
        gap: 35px;
      }
      .hero-text {
        text-align: center;
      }
      .hero-buttons {
        justify-content: center;
      }
      .hero-section {
        padding: 120px 0 50px 0;
      }
      .programs-grid, .leadership-grid, .testimonials-grid {
        grid-template-columns: 1fr 1fr;
      }
      .footer-main {
        grid-template-columns: repeat(3, 1fr);
      }
      .yt-featured-grid {
        grid-template-columns: repeat(2, 1fr);
      }
      .emblem-circle {
        width: 250px;
        height: 250px;
      }
    }

    @media (max-width: 768px) {
      .section-padding {
        padding: 40px 0;
      }
      .site-header {
        padding: 12px 0;
      }
      .nav-burger {
        display: block;
        z-index: 1001;
      }
      .nav-menu {
        display: none;
        position: absolute;
        top: 50px;
        left: -24px;
        right: -24px;
        background-color: #08080a;
        border-top: 1px solid var(--color-border);
        flex-direction: column;
        padding: 30px;
        gap: 20px;
        text-align: center;
        box-shadow: 0 15px 30px rgba(0,0,0,0.8);
      }
      /* Toggle dynamic class through script or fallback */
      .site-header.nav-active .nav-menu {
        display: flex;
      }
      .programs-grid, .leadership-grid, .testimonials-grid {
        grid-template-columns: 1fr;
      }
      .footer-main {
        grid-template-columns: 1fr;
      }
      .hero-text h1 {
        font-size: 2.2rem;
      }
      .yt-featured-grid {
        grid-template-columns: 1fr;
      }
      .telegram-float {
        width: 52px;
        height: 52px;
        bottom: 18px;
        right: 18px;
      }
      .back-to-top {
        width: 42px;
        height: 42px;
        bottom: 18px;
        left: 18px;
      }
    }

/* -----------------------------------------
   WORDPRESS ENTRY CONTENT & LEGAL PAGE TYPOGRAPHY TUNING
   ----------------------------------------- */
.entry-content p {
  color: var(--color-text-muted) !important;
  font-size: 0.98rem !important;
  line-height: 1.8 !important;
  margin-bottom: 22px !important;
}

.entry-content h3 {
  color: var(--color-gold) !important;
  font-size: 1.6rem !important;
  margin-top: 35px !important;
  margin-bottom: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
  border-bottom: 1px solid rgba(212, 175, 55, 0.1) !important;
  padding-bottom: 8px !important;
}

.entry-content h3:first-of-type {
  margin-top: 10px !important;
}

.entry-content h4 {
  color: #FFFFFF !important;
  font-size: 1.2rem !important;
  margin-top: 25px !important;
  margin-bottom: 12px !important;
  font-weight: 600 !important;
}

.entry-content ul, 
.entry-content ol {
  margin-left: 20px !important;
  margin-bottom: 24px !important;
  color: var(--color-text-muted) !important;
}

.entry-content li {
  margin-bottom: 10px !important;
  font-size: 0.96rem !important;
  line-height: 1.6 !important;
}

.entry-content strong {
  color: #FFFFFF !important;
  font-weight: 600 !important;
}

.entry-content .effective-date {
  font-size: 0.85rem !important;
  color: var(--color-gold) !important;
  font-family: monospace !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  margin-bottom: 30px !important;
  display: block !important;
}


/* Phase 1 mobile overflow containment - Team123 */
@media (max-width: 480px) {
  html,
  body {
    max-width: 100%;
    overflow-x: clip;
  }

  .container,
  .hero-grid,
  .about-layout,
  .about-content,
  .about-metrics,
  .contact-info,
  .info-card,
  .luxury-card {
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
  }

  .about-content,
  .about-metrics,
  .contact-info,
  .luxury-card {
    width: 100%;
  }

  .contact-info,
  .info-card {
    align-self: stretch;
  }
}


/* Phase 1 mobile metric grid refinement */
@media (max-width: 480px) {
  .about-metrics {
    grid-template-columns: 1fr;
  }

  .metric-item {
    width: 100%;
    max-width: 100%;
  }

  #wpadminbar .display-name {
    display: none !important;
  }
}
