@import url('https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
/* ==========================================================================
   ROOT TOKENS — Original Brand Colors
   ========================================================================== */
:root {
  --navy:      #071421;
  --navy2:     #0d2135;
  --navy3:     #112945;
  --gold:      #c9a65a;
  --gold-lt:   #e2bf80;
  --gold-dk:   #9a7a3e;
  --ink:       #1a2330;
  --ink2:      #2e3d4f;
  --muted:     #64748b;
  --muted-lt:  #94a3b8;
  --paper:     #ffffff;
  --off-white: #f8f7f4;
  --warm-gray: #f1ede6;
  --line:      #e2ddd6;
  --line-dk:   rgba(255,255,255,0.10);
  --max:       1380px;

  /* Derived */
  --gold-a10:  rgba(201,166,90, 0.10);
  --gold-a20:  rgba(201,166,90, 0.20);
  --gold-a40:  rgba(201,166,90, 0.40);
  --navy-a80:  rgba(7,20,33, 0.80);
  --navy2-a90: rgba(13,33,53, 0.90);
}

/* ==========================================================================
   RESET & BASE
   ========================================================================== */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}

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

/* ==========================================================================
   LAYOUT
   ========================================================================== */
.wrap {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}

/* ==========================================================================
   TYPOGRAPHY
   ========================================================================== */
h1, h2, h3, h4 {
  font-family: 'Libre Baskerville', Georgia, serif;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0;
  color: var(--ink);
}

h1 { font-size: clamp(2.2rem, 4.5vw, 3.5rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.4rem); }
h3 { font-size: clamp(1.1rem, 2vw, 1.4rem); }
h4 { font-size: 1.05rem; }

p { margin: 0 0 1.25rem; }

a {
  color: var(--gold-dk);
  text-decoration: none;
  transition: color 0.2s ease;
}
a:hover { color: var(--gold); }

strong { font-weight: 700; }

code {
  font-size: 0.8em;
  background: var(--warm-gray);
  border: 1px solid var(--line);
  border-radius: 3px;
  padding: 1px 5px;
  color: var(--muted);
}

/* ==========================================================================
   UTILITY CLASSES
   ========================================================================== */
.section-light  { background: var(--paper);     color: var(--ink); }
.section-warm   { background: var(--off-white);  color: var(--ink); }
.section-dark   { background: var(--navy);       color: var(--paper); }
.section-navy2  { background: var(--navy2);      color: var(--paper); }

/* Legacy bootstrap compat */
.bg-darker { background: var(--navy2); color: var(--paper); }
.text-muted { color: #121212 !important; }

.kicker {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--gold);
  margin-bottom: 0.9rem;
}

/* ==========================================================================
   HEADER / NAVIGATION
   ========================================================================== */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 72px;
  display: flex;
  align-items: center;
  background: #061321;
  border-bottom: 1px solid var(--line-dk);
}


.header .container,
.header .wrap {
  width: 100%;
  max-width: var(--max);
  margin-inline: auto;
  padding-inline: 20px;
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

/* Logo */
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
}

.logo span {
 font: 700 25px/1 Georgia,serif;
  color: var(--paper);
  line-height: 1;
}

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

.logo small {
  display: block;
  font: 600 9px/1.5 Inter,sans-serif!important;
  letter-spacing: .34em;
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  --background-color: #183152;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  color: var(--default-color);
  background-color: #061321;
  z-index: 997;
  transition: all 0.4s ease;
}

.header .header-top {
  padding: 10px 0;
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  font-size: 14px;
}

.header .header-top .contact-info {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.header .header-top .contact-info i {
  color: var(--accent-color);
  margin-right: 6px;
}

.header .header-top .contact-info a {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  transition: 0.3s;
}

.header .header-top .contact-info a:hover {
  color: var(--accent-color);
}

.header .header-top .contact-info span {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.header .header-top .social-links {
  gap: 16px;
}

.header .header-top .social-links a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  font-size: 15px;
  transition: 0.3s;
}

.header .header-top .social-links a:hover {
  color: var(--accent-color);
}

.header .header-main {
  padding: 18px 0;
}

.header .logo {
  line-height: 1;
}

.header .logo img {
  max-height: 42px;
}

.header .logo h1 {
  font-size: 28px;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color);
  letter-spacing: -0.5px;
}

.header .btn-cta {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  padding: 10px 28px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s;
}

.header .btn-cta:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 15%);
  color: var(--contrast-color);
}

@media (max-width: 1200px) {
  .header .header-main .logo {
    order: 1;
  }
.header .header-main .btn-primary-custom {
    display: none!important;
  }
  .header .header-main .navmenu {
    order: 3;
  }
}

@media (max-width: 992px) {
  .header .header-top .social-links {
    width: 100%;
    justify-content: center;
  }
}

.scrolled .header {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}

.scrolled .header .header-top {
  display: none !important;
}

.scrolled .header .header-main {
  padding: 12px 0;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu>ul>li {
    white-space: nowrap;
    padding: 0;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-color);
    font-size: 15px;
    padding: 12px 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: all 0.3s ease;
    position: relative;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 11px;
    line-height: 0;
    margin-left: 5px;
    transition: transform 0.3s ease;
  }


  .navmenu>ul>li>a:hover,
  .navmenu>ul>li>.active,
  .navmenu>ul>li>.active:focus {
    color: var(--gold);
  }

  .navmenu>ul>li>a:hover::after,
  .navmenu>ul>li>.active::after,
  .navmenu>ul>li>.active:focus::after {
    opacity: 1;
    transform: scale(1);
  }

  .navmenu>ul>li:hover>a i {
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 20px;
    background: var(--nav-dropdown-background-color);
    display: flex;
    flex-direction: column;
    gap: 4px;
    position: absolute;
    visibility: hidden;
    left: 0;
    top: calc(100% + 20px);
    opacity: 0;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0 30px 60px -10px rgba(0, 0, 0, 0.18);
    min-width: 220px;
    overflow: visible;
  }

  .navmenu .dropdown ul li {
    min-width: 100%;
  }

  .navmenu .dropdown ul a {
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 400;
    color: var(--nav-dropdown-color);
    border-radius: 4px;
    position: relative;
    overflow: hidden;
  }

  .navmenu .dropdown ul a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 2px;
    background: var(--accent-color);
    transition: width 0.3s ease;
    transform: translateY(-50%);
  }

  .navmenu .dropdown ul a::after {
    display: none;
  }

  .navmenu .dropdown ul a i {
    font-size: 10px;
  }

  .navmenu .dropdown ul a:hover {
    color: var(--nav-dropdown-hover-color);
    padding-left: 24px;
  }

  .navmenu .dropdown ul a:hover::before {
    width: 12px;
  }

  .navmenu .dropdown ul .active,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: var(--nav-dropdown-hover-color);
    padding-left: 24px;
  }

  .navmenu .dropdown ul .active::before,
  .navmenu .dropdown ul .active:hover::before,
  .navmenu .dropdown ul li:hover>a::before {
    width: 12px;
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: -20px;
    left: auto;
    right: calc(100% + 10px);
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: -20px;
    right: calc(100% + 10px);
    visibility: visible;
  }
}

/* Mobile Navigation */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: all 0.3s;
  }

  .mobile-nav-toggle:hover {
    color: var(--accent-color);
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 0 0 0;
    padding: 30px 24px;
    margin: 0;
    border-radius: 0;
    background-color: var(--navy);
    border: none;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    overflow-y: auto;
    transition: 0.3s ease;
    z-index: 9998;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 16px 0;
    font-family: var(--nav-font);
    font-size: 18px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: all 0.3s ease;
    border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 92%);
    position: relative;
  }

  .navmenu a::before,
  .navmenu a:focus::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 2px;
    background: var(--accent-color);
    transition: width 0.3s ease;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    color: var(--accent-color);
  }

  .navmenu a:hover {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu a:hover::before {
    width: 40px;
  }

  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active::before,
  .navmenu .active:focus::before {
    width: 40px;
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    color: var(--accent-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0 10px 20px;
    margin: 0;
    background: transparent;
    border-left: 2px solid color-mix(in srgb, var(--accent-color), transparent 70%);
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    inset: unset;
  }

  .navmenu .dropdown ul a {
    padding: 12px 0;
    font-size: 16px;
    border-bottom-color: color-mix(in srgb, var(--default-color), transparent 95%);
  }

  .navmenu .dropdown ul ul {
    padding-left: 16px;
    border-left-color: color-mix(in srgb, var(--accent-color), transparent 80%);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 14px;
    right: 20px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(0, 0, 0, 0.9);
    transition: 0.3s ease;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
    max-height: 100vh;
  }
}

/* ==========================================================================
   HERO — Dark, with subtle architectural gradient
   ========================================================================== */
.hero {
  position: relative;
  min-height: 82vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: url(../images/hero-private-market.webp);
  color: var(--paper);
  background-size: cover;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 5rem 0;
}

.hero h1 {
  color: var(--paper);
  margin-bottom: 1.25rem;
  max-width: 800px;
}

.hero h1 em {
  font-style: italic;
  color: var(--gold-lt);
}

.hero .lead {
  font-size: 1.15rem;
  line-height: 1.75;
  color: #fff!important;
  max-width: 600px;
  margin-bottom: 2.5rem;
}

/* Stats bar beneath hero CTAs */
.hero-stats {
  display: flex;
  gap: 2.5rem;
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line-dk);
}

.hero-stat strong {
  display: block;
  font-family: 'Libre Baskerville', serif;
  font-size: 1.8rem;
  color: var(--gold-lt);
  line-height: 1;
  margin-bottom: 4px;
}

.hero-stat span {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.45);
}
.hero {
  position:relative;
  overflow:hidden;
  color:#fff
}
.hero-bg {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center
}
.shade {
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(5,16,27,.97) 0%,rgba(5,16,27,.88) 40%,rgba(5,16,27,.38) 73%,rgba(5,16,27,.15) 100%)
}
.hero-content {
  position:relative;
  z-index:2;
  padding-top:72px
}
.kicker {
  margin:0 0 10px;
  color:var(--gold);
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.15em;
  font-weight:850
}
.kicker.dark {
  color:#9a7833
}
.hero h1,
.section h2,
.pipeline h2,
.feature h2 {
  font-family:Georgia,"Times New Roman",serif
}
.hero h1 {
  margin:0;
  font-size:52px;
  line-height:1.04;
  letter-spacing:-.025em;
  max-width:760px;
  margin: 0px auto;
  color: #fff!important;
}
.hero h1 em {
  font-style:normal;
  color:var(--gold)
}
.lead {
  font-size:18px;
  color:#e4e9ee
}
.actions {
  display:flex;
  gap:16px;
  margin-top:27px
}
.proof {
  background:#0b1d2f;
  color:#fff
}
.proof-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr)
}
.proof-grid>div {
  display:flex;
  gap:15px;
  align-items:center;
  padding:22px 25px;
  border-right:1px solid rgba(255,255,255,.13)
}
.proof b {
  font-size:27px;
  color:var(--gold)
}
.proof strong,
.proof small {
  display:block
}
.proof small {
  color:#aeb9c4;
  margin-top:2px
}
/* ==========================================================================
   BUTTONS
   ========================================================================== */
.btn-custom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.85rem 1.75rem;
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
  border-radius: 2px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.25s cubic-bezier(0.4,0,0.2,1);
  white-space: nowrap;
}

.btn-primary-custom {
  background: var(--gold);
  color: var(--navy);
  border-color: var(--gold);
}
.btn-primary-custom:hover {
  background: var(--gold-lt);
  border-color: var(--gold-lt);
  color: var(--navy);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px var(--gold-a20);
}

.btn-outline-custom {
  background: transparent;
  border-color: var(--gold-a40);
}
.btn-outline-custom:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: #fff;
  transform: translateY(-1px);
}

/* Dark-bg variant that inverts to light */
.btn-outline-ink {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--line);
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0.85rem 1.75rem;
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: all 0.25s;
}
.btn-outline-ink:hover {
  border-color: var(--gold);
  color: var(--gold-dk);
  background: var(--gold-a10);
}

/* ==========================================================================
   SECTIONS — Light Editorial (main content areas)
   ========================================================================== */
.section-py {
  padding: 5rem 0;
}

/* Alternating rhythm: white → off-white → white */


/* When bg-darker is used on section */
section.bg-darker {
  background: var(--navy2);
  color: var(--paper);
}

section.bg-darker h1,
section.bg-darker h2,
section.bg-darker h3,
section.bg-darker h4 {
  color: var(--paper);
}

section.bg-darker .kicker {
  color: var(--gold);
}

/* Light sections: ink headings */
.py-5 > .container > * h1,
.py-5 > .container > * h2 {
  color: var(--ink);
}

/* ==========================================================================
   EDITORIAL CONTENT — Light sections
   ========================================================================== */
.editorial-content {
  font-size: 1.1rem;
  line-height: 1.85;
  color: var(--ink2);
}

.editorial-content p {
  margin-bottom: 1.75rem;
}

.editorial-content strong,
.editorial-content b {
  color: var(--ink);
  font-weight: 700;
}

.editorial-content h2,
.editorial-content h3 {
  font-family: 'Libre Baskerville', serif;
  margin-top: 3.5rem;
  margin-bottom: 1.5rem;
  color: var(--ink);
  position: relative;
  padding-bottom: 0.75rem;
}

.editorial-content h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: var(--gold);
  transition: width 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  border-radius: 2px;
}

.editorial-content h2:hover::after {
  width: 80px;
}

.editorial-content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2rem;
}

.editorial-content ul li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 1rem;
}

.editorial-content ul li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  transition: transform 0.2s ease;
}

.editorial-content ul li:hover::before {
  transform: translateX(3px);
}

/* ==========================================================================
   GLASS PANEL — adapts to context
   ========================================================================== */
.glass-panel {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: linear-gradient(135deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.5) 100%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 2rem;
  box-shadow: 0 8px 32px rgba(7, 20, 33, 0.05);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, var(--gold-a10) 0%, transparent 100%)!important;
  border-color: var(--gold-a40);
  
}

.glass-panel::before {
  content: '';
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: linear-gradient(145deg, var(--gold-a10) 0%, transparent 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.glass-panel:hover {
  border-color: var(--gold-a40);
  box-shadow: 0 12px 40px rgba(201, 166, 90, 0.12);
  transform: translateY(-4px);
}

.glass-panel:hover::before {
  opacity: 1;
}

/* On dark bg: glassy frosted look */
section.bg-darker .glass-panel,
.section-dark .glass-panel,
.hero .glass-panel {
  background: rgba(255,255,255,0.03);
  border-color: rgba(255,255,255,0.1);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

section.bg-darker .glass-panel:hover,
.section-dark .glass-panel:hover,
.hero .glass-panel:hover {
  border-color: var(--gold-a40);
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
  background: rgba(255,255,255,0.06);
}

section.bg-darker .glass-panel h3,
section.bg-darker .glass-panel h4,
.hero .glass-panel h3,
.hero .glass-panel h4 {
  color: var(--paper);
}

/* ==========================================================================
   CALLOUTS
   ========================================================================== */
.callout {
  position: relative;
  padding: 1.75rem 2rem;
  margin: 2rem 0;
  border-radius: 8px;
  border-left: 4px solid var(--gold);
  background: linear-gradient(90deg, var(--warm-gray) 0%, rgba(255,255,255,0.5) 100%);
  color: var(--ink);
  font-size: 1.05rem;
  line-height: 1.8;
  box-shadow: 0 4px 15px rgba(0,0,0,0.02);
  transition: all 0.3s ease;
}

.callout:hover {
  transform: translateX(4px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
  border-left-color: var(--gold-dk);
}

/* On dark sections, callout goes dark too */
section.bg-darker .callout,
.section-dark .callout,
.hero .callout {
  background: rgba(201,166,90,0.08);
  color: var(--paper);
  border-left-color: var(--gold);
}

.callout.warning {
  border-left-color: #c0392b;
  background: rgba(192,57,43,0.06);
}

section.bg-darker .callout.warning {
  background: rgba(192,57,43,0.12);
}

/* ==========================================================================
   TABLES
   ========================================================================== */
.table-custom {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
}

.table-custom th {
  padding: 1rem 1.25rem;
  text-align: left;
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  border-bottom: 2px solid var(--line);
  color: var(--muted);
  white-space: nowrap;
}

.table-custom td {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid var(--line);
  vertical-align: middle;
  color: var(--ink2);
  transition: background 0.15s;
  background: #fff;
}

.table-custom tr:last-child td { border-bottom: none; }

.table-custom tr:hover td {
  background: var(--warm-gray);
}

/* On dark bg tables */
section.bg-darker .table-custom th {
  border-bottom-color: var(--line-dk);
  color: var(--muted-lt);
}

section.bg-darker .table-custom td {
  border-bottom-color: var(--line-dk);
  color: rgba(255,255,255,0.75);
}

section.bg-darker .table-custom tr:hover td {
  background: rgba(255,255,255,0.04);
}

.glass-panel.p-0 { padding: 0 !important; }
.glass-panel.border-0 { border-color: transparent !important; }

/* ==========================================================================
   STATUS BADGES
   ========================================================================== */
.status-badge {
  display: inline-block;
  padding: 0.25rem 0.65rem;
  border-radius: 2px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: var(--warm-gray);
  color: var(--muted);
  border: 1px solid var(--line);
}

.status-badge.highlight {
  background: rgba(201,166,90,0.12);
  color: var(--gold-dk);
  border-color: var(--gold-a40);
}

section.bg-darker .status-badge {
  background: rgba(255,255,255,0.07);
  color: var(--muted-lt);
  border-color: rgba(255,255,255,0.12);
}

section.bg-darker .status-badge.highlight {
  background: var(--gold-a10);
  color: var(--gold-lt);
  border-color: var(--gold-a40);
}



/* ==========================================================================
   FOOTER — Dark Architectural
   ========================================================================== */
.footer {
  background: url(../images/footer-bg.jpg);
  background-size: cover;
  color: rgba(255,255,255,0.6);
  padding: 4.5rem 0 2.5rem;
  margin-top: 0;
  font-size: 0.875rem;
}

.footer h2 {
  font-family: 'Inter', sans-serif;
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(255,255,255,0.35);
  margin: 0 0 1.25rem;
}

.footer a {
  display: block;
  color: rgba(255,255,255,0.55);
  margin-bottom: 0.75rem;
  font-size: 0.85rem;
  text-decoration: none;
  transition: color 0.2s, transform 0.2s;
}

.footer a:hover {
  color: var(--gold-lt);
  transform: translateX(3px);
}

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

/* ==========================================================================
   LIGHT-SECTION OVERRIDES
   ========================================================================== */
/* Ensure headings in light (py-5 on white/off-white) are dark */
.py-5 h1, .py-5 h2, .py-5 h3, .py-5 h4 {
  color: var(--ink);
}

/* But dark-section py-5 keeps white headings */
.bg-darker .py-5 h1,
.bg-darker .py-5 h2,
.bg-darker h1,
.bg-darker h2,
.bg-darker h3,
.bg-darker h4 {
  color: var(--paper);
}

/* Bootstrap .text-white override when needed */
.text-white { color: var(--paper) !important; }
.fw-bold { font-weight: 700 !important; }

/* ==========================================================================
   ANIMATIONS
   ========================================================================== */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

.hero-content > * {
  animation: fadeInUp 0.7s cubic-bezier(0.16,1,0.3,1) both;
}

.hero-content .kicker          { animation-delay: 0.05s; }
.hero-content h1               { animation-delay: 0.15s; }
.hero-content .lead            { animation-delay: 0.25s; }
.hero-content .d-flex          { animation-delay: 0.35s; }
.hero-content .text-muted      { animation-delay: 0.4s; }
.hero-content .hero-stats      { animation-delay: 0.45s; }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
.mobile-nav-toggle {
  background: none;
  border: none;
  color: var(--paper);
  cursor: pointer;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 992px) {
  .header nav.main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: var(--navy);
    flex-direction: column;
    align-items: flex-start;
    padding: 1.5rem 20px;
    gap: 1.5rem;
    border-bottom: 1px solid var(--line-dk);
    box-shadow: 0 10px 20px rgba(0,0,0,0.5);
    z-index: 1000;
  }
  
  .header.nav-open nav.main-nav {
    display: flex;
  }
  
  .header nav.main-nav a {
    width: 100%;
    font-size: 1rem;
    padding: 0.5rem 0;
  }
  
  /* Make sure background filter applies to mobile nav if supported */
  @supports (backdrop-filter: blur(12px)) {
    .header nav.main-nav {
      background: var(--navy-a80);
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
    }
  }
}

@media (max-width: 768px) {
  .hero { min-height: 70vh; }
  .hero-stats { flex-wrap: wrap; gap: 1.5rem; }
  .glass-panel { padding: 1.5rem; }
  .table-custom th,
  .table-custom td { padding: 0.75rem; font-size: 0.85rem; }
}

/* ==========================================================================
   ELIGIBILITY CARDS
   ========================================================================== */
.eligibility-card {
  padding: 2rem 1.5rem;
  border-radius: 12px;
  border: 1px solid var(--line);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}

.eligibility-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background: linear-gradient(145deg, var(--gold-a10) 0%, transparent 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.eligibility-card:hover {
  transform: translateY(-5px) scale(1.02);
  border-color: var(--gold-a40);
  box-shadow: 0 15px 35px rgba(201, 166, 90, 0.1);
}

.eligibility-card:hover::before {
  opacity: 1;
}

.eligibility-card .icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--paper);
  color: var(--gold-dk);
  border: 1px solid var(--gold-a20);
  box-shadow: 0 4px 10px var(--gold-a10);
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

.eligibility-card:hover .icon-wrapper {
  background: var(--gold);
  color: var(--paper);
  transform: scale(1.1) rotate(5deg);
  border-color: var(--gold);
}

.eligibility-card h4 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  position: relative;
  z-index: 1;
  color: var(--ink);
}

.eligibility-card p {
  position: relative;
  z-index: 1;
  color: var(--muted);
}
footer .text-muted
{color: rgba(255,255,255,0.55)!important}
.editorial-content h2
{font-size: 2rem}
@media (max-width: 991.98px) {
  .header .px-5
  {padding-left: 20px!important; padding-right: 20px!important}
  .hero-content
  {
    padding: 25px;
  }
}

/*==============================
REPORT HERO
==============================*/

.report-header{
    position:relative;
    overflow:hidden;
    padding:80px;
    background-color: #030712;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    color:#fff;
}

.report-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: 
        radial-gradient(circle at 15% 50%, rgba(212, 175, 55, 0.15), transparent 45%),
        radial-gradient(circle at 85% 20%, rgba(30, 64, 175, 0.25), transparent 55%),
        radial-gradient(circle at 50% 120%, rgba(212, 175, 55, 0.1), transparent 60%);
}

.report-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
    opacity: 0.04;
    pointer-events: none;
    mix-blend-mode: overlay;
}

.report-content{
    position:relative;
    z-index:2;
}
.report-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    gap:20px;
    margin-bottom:35px;
}

.report-category{
    display:inline-flex;
    align-items:center;
    gap:10px;
    padding:10px 22px;
    border-radius:50px;
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.08);
    backdrop-filter:blur(15px);
    font-size:.82rem;
    letter-spacing:2px;
    text-transform:uppercase;
    color:var(--gold-lt);
    font-weight:600;
}
.report-status-pill {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 22px;
    border-radius: 40px;
    background: #12351f;
    color: #8cf5b3;
    border: 1px solid rgba(140, 245, 179, 0.3);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pulse {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #33ff99;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.8);
        opacity: 1;
    }
    70% {
        transform: scale(2);
        opacity: 0;
    }
    100% {
        transform: scale(0.8);
        opacity: 0;
    }
}

.report-name {
    font-size: clamp(42px, 5vw, 68px);
    font-weight: 800;
    letter-spacing: -2px;
    margin-bottom: 18px;
    line-height: 1.1;
    color: #fff;
    text-shadow: 0 4px 24px rgba(0,0,0,0.4);
}

.report-name::after {
    content: "";
    display: block;
    width: 90px;
    height: 4px;
    background: linear-gradient(90deg, var(--gold), transparent);
    margin-top: 24px;
    border-radius: 10px;
}

.report-tag {
    max-width: 780px;
    font-size: 1.35rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 45px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.report-meta {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.meta-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 24px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 32px rgba(0,0,0,0.2);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    transition: 0.35s;
}

.meta-card:hover {
    transform: translateY(-6px);
    border-color: var(--gold);
}

.meta-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: rgba(212, 175, 55, 0.1);
    color: var(--gold);
    font-size: 1.4rem;
    flex-shrink: 0;
    transition: 0.35s;
}

.meta-card:hover .meta-icon {
    background: var(--gold);
    color: #000;
    transform: scale(1.05);
}

.meta-info {
    display: flex;
    flex-direction: column;
}

.meta-card small, .meta-info small {
    display: block;
    color: #9fb0c2;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.75rem;
    margin-bottom: 8px;
}

.meta-card strong, .meta-info strong {
    font-size: 1.1rem;
    color: var(--gold-lt);
    font-weight: 700;
    line-height: 1.2;
}

@media (max-width: 992px) {
    .report-header {
        padding: 50px 35px;
    }

    .report-meta {
        grid-template-columns: repeat(2, 1fr);
    }

    .report-name {
        font-size: 56px;
    }
}

@media (max-width: 576px) {
    .report-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .report-meta {
        grid-template-columns: 1fr;
    }

    .report-name {
        font-size: 42px;
    }

    .report-tag {
        font-size: 1rem;
    }
}
/*==============================
REPORT BODY
==============================*/

.report-body {
    padding: 50px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-top: none;
    border-radius: 0 0 30px 30px;
}

/*==============================
KEY STATS
==============================*/

.keystats {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-bottom: 45px;
}

.keystat {
    padding: 24px;
    background: var(--off-white);
    border: 1px solid var(--line);
    border-radius: 18px;
    transition: .3s ease;
}

.keystat:hover {
    transform: translateY(-5px);
    border-color: var(--gold);
    box-shadow: 0 15px 30px rgba(0,0,0,.08);
}

.k-label {
    margin-bottom: 12px;
    color: var(--muted);
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.k-value {
    color: var(--navy);
    font-size: 2rem;
    font-weight: 700;
}

/*==============================
INVESTMENT THESIS
==============================*/

.thesis {
    position: relative;
    margin-bottom: 50px;
    padding: 35px;
    background: linear-gradient(135deg, var(--navy), var(--navy2));
    border-left: 5px solid var(--gold);
    border-radius: 20px;
    color: #fff;
    font-size: 1.15rem;
    line-height: 1.9;
    font-style: italic;
}

.thesis::before {
    content: "Investment Thesis";
    display: block;
    margin-bottom: 15px;
    color: var(--gold-lt);
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/*==============================
HEADINGS
==============================*/

.report-body h2 {
    position: relative;
    margin: 50px 0 20px;
    padding-left: 18px;
    color: var(--navy);
    font-size: 1.6rem;
    font-weight: 700;
}

.report-body h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 4px;
    height: calc(100% - 8px);
    background: var(--gold);
    border-radius: 10px;
}

/*==============================
TEXT
==============================*/

.report-body p {
    margin-bottom: 24px;
    color: var(--ink2);
    font-size: 1.05rem;
    line-height: 1.9;
}

/*==============================
BULL / BEAR
==============================*/

.bull-bear {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin: 50px 0;
}

.bull,
.bear {
    padding: 35px;
    border-radius: 20px;
}

.bull {
    background: rgba(34,197,94,.08);
    border: 1px solid rgba(34,197,94,.25);
}

.bear {
    background: rgba(239,68,68,.06);
    border: 1px solid rgba(239,68,68,.20);
}

.bull h3,
.bear h3 {
    margin-bottom: 18px;
    font-size: 1.3rem;
    font-weight: 700;
}

.bull h3 {
    color: #15803d;
}

.bear h3 {
    color: #b91c1c;
}

.bull p,
.bear p {
    margin: 0;
}

/*==============================
RISKS
==============================*/

.risk-list {
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}

.risk-list li {
    position: relative;
    margin-bottom: 18px;
    padding: 20px 20px 20px 55px;
    background: var(--off-white);
    border: 1px solid var(--line);
    border-radius: 16px;
    line-height: 1.8;
}

.risk-list li::before {
    content: "!";
    position: absolute;
    top: 20px;
    left: 20px;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--gold);
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
}

.risk-list strong {
    color: var(--navy);
}

/*==============================
RESPONSIVE
==============================*/

@media (max-width: 1200px) {
    .keystats {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .report-body {
        padding: 35px;
    }

    .keystats {
        grid-template-columns: repeat(2, 1fr);
    }

    .bull-bear {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .report-body {
        padding: 25px;
    }

    .keystats {
        grid-template-columns: 1fr;
    }

    .k-value {
        font-size: 1.6rem;
    }

    .report-body h2 {
        font-size: 1.35rem;
    }

    .thesis {
        padding: 25px;
        font-size: 1rem;
    }
}

.status-pill {
    padding: 4px 10px;
    font-size: 0.75rem;
    font-weight: 700;
    border-radius: 4px;
    text-transform: uppercase;
  }
  .status-filed { background: #1e3a8a; color: #60a5fa; }
  .status-watching { background: #78350f; color: #fbbf24; }
  .status-expected { background: #064e3b; color: #34d399; }
  .status-default { background: #1e293b; color: #94a3b8; }

/* ==========================================================================
   CONTENT GRID (For Simple Pages)
   ========================================================================== */
.content-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-top: 3rem;
}

@media (min-width: 992px) {
  .content-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}

.content-section {
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 2.5rem;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.03);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.content-section:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
  border-color: var(--gold-a40);
}

.content-section h2 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.5rem;
  border-bottom: 2px solid var(--gold-a20);
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  color: var(--ink);
}

.content-section h2 i {
  color: var(--gold);
  font-size: 1.25rem;
}

.content-section p:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
   PREMIUM DARK THEME OVERRIDES
   ========================================================================== */
body.premium-dark {
  background: var(--navy);
  color: rgba(255, 255, 255, 0.9);
}

body.premium-dark .section-light,
body.premium-dark .section-warm {
  background: transparent !important;
  color: rgba(255, 255, 255, 0.9);
}

body.premium-dark .content-section {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
}

body.premium-dark .content-section:hover {
  border-color: var(--gold-a40);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
}

body.premium-dark .content-section h2,
body.premium-dark h2.text-dark {
  color: #fff !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

body.premium-dark .lead.text-dark {
  color: rgba(255, 255, 255, 0.9) !important;
}

body.premium-dark .table-custom th,
body.premium-dark .table-custom td {
  color: rgba(255, 255, 255, 0.9) !important;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

body.premium-dark .table-custom tr:hover td {
  background: rgba(255, 255, 255, 0.05);
}

body.premium-dark hr {
  border-color: rgba(255, 255, 255, 0.1);
}

body.premium-dark .glass-panel {
  background: rgba(0, 0, 0, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  color: rgba(255, 255, 255, 0.9);
}

body.premium-dark .glass-panel h4.text-dark,
body.premium-dark h4.text-dark {
  color: #fff !important;
}

body.premium-dark .text-muted {
  color: rgba(255, 255, 255, 0.6) !important;
}

/* ==========================================================================
   CREATIVE SECTION UTILITIES
   ========================================================================== */
.section-full {
  padding: 5rem 0;
  position: relative;
}

.section-full.bg-navy {
  background-color: var(--navy);
}



.section-full.bg-navy-dark {
  background-color: #0b111e;
}

.icon-large {
  font-size: 2.5rem;
  color: var(--gold);
  margin-bottom: 1rem;
}

.premium-list {
  list-style: none;
  padding-left: 0;
}

.premium-list li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.premium-list li::before {
  content: '\F287'; /* Bootstrap diamond icon */
  font-family: 'bootstrap-icons';
  position: absolute;
  left: 0;
  top: 0.2rem;
  color: var(--gold);
  font-size: 0.6rem;
}

.numbered-list-premium {
  counter-reset: premium-counter;
  list-style: none;
  padding-left: 0;
}

.numbered-list-premium li {
  position: relative;
  padding-left: 3.5rem;
  margin-bottom: 1.5rem;
  line-height: 1.5;
  font-size: 1.1rem;
}

.numbered-list-premium li::before {
  counter-increment: premium-counter;
  content: counter(premium-counter);
  position: absolute;
  left: 0;
  top: 0;
  width: 2rem;
  height: 2rem;
  background: transparent;
  border: 1px solid var(--gold);
  color: var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 0.9rem;
}

.creative-card {
  background: rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 2rem;
  height: 100%;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.creative-card:hover {
  transform: translateY(-5px);
  border-color: var(--gold-a40);
}
.text-gold
{color: var(--gold)!important;}

/* ==========================================================================
   PREMIUM REDESIGN ADDITIONS
   ========================================================================== */
.pattern-bg-dots {
  background-image: radial-gradient(var(--line-dk) 1px, transparent 1px);
  background-size: 24px 24px;
}
.pattern-bg-grid {
  background-image: 
    linear-gradient(to right, var(--line-dk) 1px, transparent 1px),
    linear-gradient(to bottom, var(--line-dk) 1px, transparent 1px);
  background-size: 40px 40px;
}
.pattern-bg-waves {
  background: 
    radial-gradient(circle at 100% 50%, transparent 20%, rgba(201,166,90,0.03) 21%, rgba(201,166,90,0.03) 34%, transparent 35%, transparent),
    radial-gradient(circle at 0% 50%, transparent 20%, rgba(201,166,90,0.03) 21%, rgba(201,166,90,0.03) 34%, transparent 35%, transparent) 0 -50px;
  background-size: 100px 100px;
}
.css-grid-layout {
  display: grid;
  gap: 2rem;
}
.grid-2 { grid-template-columns: repeat(1, 1fr); }
.grid-3 { grid-template-columns: repeat(1, 1fr); }
.grid-4 { grid-template-columns: repeat(1, 1fr); }
@media(min-width: 768px) {
  .grid-2 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(3, 1fr); }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media(min-width: 1024px) {
  .grid-4 { grid-template-columns: repeat(4, 1fr); }
}

.premium-card {
  position: relative;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 16px;
  padding: 2.5rem 2rem;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.premium-card::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.premium-card:hover {
  transform: translateY(-8px);
  border-color: rgba(201,166,90,0.3);
  box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 0 20px rgba(201,166,90,0.1);
  background: rgba(255, 255, 255, 0.04);
}
.premium-card:hover::after {
  opacity: 1;
}

.premium-card-icon {
  font-size: 2.5rem;
  color: var(--gold);
  margin-bottom: 1.5rem;
  transition: transform 0.4s ease;
  display: inline-block;
}
.premium-card:hover .premium-card-icon {
  transform: scale(1.1) rotate(5deg);
}

.premium-card-title {
  font-family: 'Libre Baskerville', serif;
  font-size: 1.4rem;
  color: var(--paper);
  margin-bottom: 1rem;
}
.premium-card-text {
  color: rgba(255,255,255,0.6);
  font-size: 0.95rem;
  line-height: 1.7;
}

/* Light versions */
.premium-card.light-mode {
  background: var(--paper);
  border: 1px solid var(--line);
  box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}
.premium-card.light-mode .premium-card-title {
  color: var(--ink);
}
.premium-card.light-mode .premium-card-text {
  color: var(--muted);
}
.premium-card.light-mode:hover {
  border-color: var(--gold-a40);
  box-shadow: 0 15px 35px rgba(201, 166, 90, 0.1);
  background: linear-gradient(145deg, var(--gold-a10) 0%, transparent 100%);
}

.section-glass {
  position: relative;
  border-top: 1px solid rgba(255,255,255,0.1);
  background: linear-gradient(180deg, rgba(7,20,33,1) 0%, rgba(13,33,53,1) 100%);
}

/* Gradient text utility */
.text-gradient {
  background: linear-gradient(90deg, var(--gold-lt), var(--gold-dk));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: var(--gold);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #ffffff;
  line-height: 0;
}

.scroll-top:hover {
  background-color: var(--gold-lt);
  color: #ffffff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}