/*
 * Insights WM Capital â€” main.css
 * Dark theme, accent: #00b4d8
 */

/* â”€â”€ CSS Variables â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
:root {
  --accent:        #00b4d8;
  --accent-dark:   #0090ad;
  --bg:            #0d0f18;
  --bg-2:          #131724;
  --bg-card:       #1a1e2e;
  --surface:       #1e2436;
  --border:        rgba(255,255,255,0.08);
  --text:          #e8eaf0;
  --text-muted:    #8892a4;
  --radius:        10px;
  --nav-height:    72px;
}

/* â”€â”€ Reset & Base â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
*, *::before, *::after { box-sizing: border-box; }
img { max-width: 100%; }

body {
  background-color: var(--bg) !important;
  color: var(--text) !important;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 18px !important;
  line-height: 1.8;
  margin: 0;
  padding: 0;
}

h1 { font-size: 61px !important; line-height: 1.1; font-weight: 700; color: #fff !important; letter-spacing: -2px; }
h2 { font-size: 43px !important; line-height: 1.2; font-weight: 700; color: #fff !important; letter-spacing: -1px; }
h3 { font-size: 28px !important; line-height: 1.35; font-weight: 600; color: #fff !important; }
h4 { font-size: 22px; font-weight: 600; color: #fff; }
h5 { font-size: 18px; font-weight: 600; color: #fff; }
p  { color: var(--text-muted); line-height: 1.8; margin-bottom: 1rem; }
a  { color: var(--accent); text-decoration: none; transition: color 0.2s; }
a:hover { color: #fff; }

.page-top { padding-top: var(--nav-height); }

/* â”€â”€ Container â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: border-box;
}
.container-fluid { width: 100%; padding: 0 2rem; }

/* â”€â”€ Funding Bar â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
#funding-bar {
  display: none;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1100;
  background: var(--accent) !important;
  color: #ffffff !important;
  padding: 10px 5%;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
#funding-bar a,
#funding-bar strong,
#funding-bar span { color: #ffffff !important; }
#funding-bar button {
  background: transparent;
  border: none;
  color: rgba(255,255,255,0.85) !important;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  padding: 0 0 0 1rem;
}

/* â”€â”€ Navbar â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.navbar {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1200;
  background: rgba(13,15,24,0.97) !important;
  border-bottom: 1px solid var(--border);
  padding: 0 2rem;
  height: var(--nav-height);
  display: flex;
  align-items: center;
  box-shadow: 0 2px 20px rgba(0,0,0,0.4);
}
.navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
}
.navbar-brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  flex-shrink: 0;
}
#main-nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.navbar-brand img { height: 32px; width: auto; }
.navbar-brand span {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.5px;
}
.navbar-nav {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.navbar-nav .nav-item a {
  font-size: 15px !important;
  font-weight: 500;
  color: var(--text-muted);
  padding: 0.5rem 0.9rem;
  border-radius: 6px;
  transition: color 0.2s, background 0.2s;
  display: block;
}
.navbar-nav .nav-item a:hover,
.navbar-nav .nav-item a.active {
  color: #fff;
  background: rgba(255,255,255,0.06);
}
.navbar-nav .nav-item a.active { color: var(--accent) !important; }

/* Hamburger */
.navbar-toggler {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}
.navbar-toggler span {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  margin: 5px 0;
  transition: all 0.3s;
  border-radius: 2px;
}
@media (max-width: 768px) {
  .navbar-toggler { display: block; }
  .navbar-nav {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    background: var(--bg-2);
    border-top: 1px solid var(--border);
    width: 100%;
    padding: 1rem 0;
    position: absolute;
    top: var(--nav-height);
    left: 0;
    right: 0;
    z-index: 999;
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
  }
  .navbar-nav.open { display: flex; }
  .navbar-nav .nav-item a { padding: 0.7rem 1.5rem; border-radius: 0; }
}

/* â”€â”€ Hero Section â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.hero-section {
  position: relative;
  min-height: 620px;
  background-image: url('../images/hero-main.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(10,15,40,0.35);
  background-blend-mode: multiply;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  z-index: 0;
  pointer-events: none;
}
.hero-section > * { position: relative; z-index: 2; }
.hero-inner {
  max-width: 760px;
  padding: 6rem 2rem;
}
.hero-label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent);
  font-weight: 600;
  margin-bottom: 1rem;
  display: block;
}
.hero-section h1 { margin-bottom: 1.2rem; }
.hero-section h1 span { color: var(--accent); }
.hero-section .hero-sub {
  font-size: 20px;
  color: rgba(255,255,255,0.82);
  margin-bottom: 2rem;
  max-width: 600px;
  line-height: 1.7;
}
.hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; }

/* â”€â”€ Page Hero (inner pages) â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.page-hero {
  position: relative;
  min-height: 280px;
  display: flex;
  align-items: center;
  background-image: url('../images/hero-main.jpg');
  background-size: cover;
  background-position: center;
  background-color: rgba(10,15,40,0.6);
  background-blend-mode: multiply;
  overflow: hidden;
}
.page-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.52);
  z-index: 0;
}
.page-hero > * { position: relative; z-index: 2; }
.page-hero-inner { padding: 4rem 2rem; }
.page-hero h1 { font-size: 48px !important; margin-bottom: 0.5rem; }
.page-hero p { color: rgba(255,255,255,0.8); margin: 0; font-size: 18px; }

/* â”€â”€ Buttons â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.btn-primary {
  display: inline-block;
  background: var(--accent);
  color: #fff !important;
  padding: 0.75em 2em;
  border-radius: 100px;
  font-weight: 700;
  font-size: 15px;
  transition: background 0.2s, transform 0.2s;
  border: none;
  cursor: pointer;
}
.btn-primary:hover { background: var(--accent-dark); transform: translateY(-2px); color: #fff !important; }
.btn-outline {
  display: inline-block;
  background: transparent;
  color: #fff !important;
  padding: 0.75em 2em;
  border-radius: 100px;
  font-weight: 700;
  font-size: 15px;
  border: 2px solid rgba(255,255,255,0.5);
  transition: border-color 0.2s, background 0.2s;
  cursor: pointer;
}
.btn-outline:hover { border-color: var(--accent); background: rgba(0,180,216,0.1); color: #fff !important; }

/* â”€â”€ Section Shared â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
section { padding: 80px 0; }
.section-header { text-align: center; margin-bottom: 3rem; }
.section-label {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent);
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.section-header h2 { margin-bottom: 1rem; }
.section-header p { color: var(--text-muted); max-width: 560px; margin: 0 auto; font-size: 18px; }

.section-dark { background: var(--bg-2); }
.section-alt  { background: var(--surface); }

/* â”€â”€ Stats Bar â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.stats-bar {
  background: var(--bg-2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 40px 0;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  text-align: center;
}
.stat-value {
  font-size: 38px;
  font-weight: 700;
  color: var(--accent);
  line-height: 1;
  margin-bottom: 0.4rem;
}
.stat-label { font-size: 14px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 0.08em; }

/* â”€â”€ Cards â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 2rem;
  transition: transform 0.2s, box-shadow 0.2s;
}
.card:hover { transform: translateY(-4px); box-shadow: 0 10px 30px rgba(0,0,0,0.3); }
.card h3 { margin-bottom: 0.75rem; }
.card p  { color: var(--text-muted); margin: 0; }

.cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }
.cards-grid-2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 2rem; }

.card-icon {
  width: 48px;
  height: 48px;
  background: rgba(0,180,216,0.12);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
  color: var(--accent);
  font-size: 22px;
}

/* â”€â”€ About Section â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.about-grid {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 4rem;
  align-items: start;
}
@media (max-width: 768px) { .about-grid { grid-template-columns: 1fr; } }
.about-img-wrap {
  width: 100%;
  overflow: hidden;
  border-radius: var(--radius);
}
.about-img-wrap img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: var(--radius);
}

/* â”€â”€ Team Cards â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 2rem; }
.team-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 2rem 1.5rem;
  text-align: center;
  transition: transform 0.2s, box-shadow 0.2s;
}
.team-card:hover { transform: translateY(-4px); box-shadow: 0 10px 30px rgba(0,0,0,0.3); }
.team-card img {
  width: 100%;
  max-width: 160px;
  aspect-ratio: 1/1;
  border-radius: 8px;
  object-fit: cover;
  object-position: 50% 10%;
  display: block;
  margin: 0 auto 1.2rem;
}
.team-card h3 { margin-bottom: 0.3rem; font-size: 22px !important; }
.team-card .team-role { color: var(--accent); font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 0.75rem; }
.team-card .bio { color: var(--text-muted); font-size: 15px; line-height: 1.65; margin: 0; }

/* â”€â”€ Portfolio â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.portfolio-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.5rem; }
.portfolio-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 2rem;
  transition: transform 0.2s, box-shadow 0.2s;
}
.portfolio-card:hover { transform: translateY(-4px); box-shadow: 0 10px 30px rgba(0,0,0,0.3); }
.portfolio-card .company-name {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
}
.portfolio-card .amount {
  font-size: 28px;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 0.25rem;
}
.portfolio-card .round-tag {
  display: inline-block;
  background: rgba(0,180,216,0.12);
  color: var(--accent);
  border-radius: 100px;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.75rem;
}
.portfolio-card .company-desc { color: var(--text-muted); font-size: 15px; margin: 0; line-height: 1.6; }

/* â”€â”€ Insights (blog listing) â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.insights-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.5rem; }
.insights-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
}
.insights-card:hover { transform: translateY(-4px); box-shadow: 0 10px 30px rgba(0,0,0,0.3); }
.insights-card .card-thumb {
  width: 100%;
  overflow: hidden;
}
.insights-card .card-thumb img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.3s;
}
.insights-card:hover .card-thumb img { transform: scale(1.04); }
.insights-card .card-body { padding: 1.5rem; }
.insights-card .card-date { font-size: 13px; color: var(--text-muted); margin-bottom: 0.5rem; }
.insights-card h3 { font-size: 20px !important; margin-bottom: 0.5rem; }
.insights-card h3 a { color: #fff; }
.insights-card h3 a:hover { color: var(--accent); }
.insights-card p { font-size: 15px; color: var(--text-muted); margin: 0; line-height: 1.6; }

/* â”€â”€ Contact Form â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}
@media (max-width: 768px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-form .form-group { margin-bottom: 1.2rem; }
.contact-form label { display: block; font-size: 14px; color: var(--text-muted); margin-bottom: 0.4rem; font-weight: 500; }
.contact-form input,
.contact-form textarea {
  width: 100%;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 6px;
  color: var(--text);
  font-size: 16px;
  padding: 0.7rem 1rem;
  outline: none;
  transition: border-color 0.2s;
  font-family: inherit;
}
.contact-form input:focus,
.contact-form textarea:focus { border-color: var(--accent); }
.contact-form textarea { min-height: 140px; resize: vertical; }
.contact-info-box {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 2rem;
}
.contact-info-box h3 { margin-bottom: 1.5rem; }
.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.contact-info-item i { color: var(--accent); font-size: 20px; margin-top: 2px; flex-shrink: 0; }
.contact-info-item .label { font-size: 13px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-muted); margin-bottom: 0.15rem; font-weight: 600; }
.contact-info-item .value { color: #fff; font-size: 16px; }

/* â”€â”€ Footer â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
#footer {
  background: var(--bg-2);
  border-top: 1px solid var(--border);
  padding: 4em 2em 2em;
  width: 100%;
}
#footer .inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 3em;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 4em;
  align-items: start;
  box-sizing: border-box;
}
#footer h2 {
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 600;
  margin: 0 0 1em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
#footer p {
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 0.5rem;
}
#footer .brand-name { font-size: 18px !important; font-weight: 700; color: #fff !important; margin-bottom: 0.5rem; letter-spacing: 0; text-transform: none; }
.footer-nav { list-style: none; margin: 0; padding: 0; }
.footer-nav li { margin-bottom: 0.5em; }
.footer-nav a { color: var(--text-muted); font-size: 14px; transition: color 0.2s; }
.footer-nav a:hover { color: #fff; }
#footer .copyright {
  color: var(--text-muted);
  font-size: 13px;
  text-align: center;
  margin: 2.5em auto 0;
  padding-top: 1.5em;
  border-top: 1px solid var(--border);
  max-width: 1100px;
}
@media (max-width: 768px) {
  #footer .inner { grid-template-columns: 1fr 1fr; padding: 0 1rem; }
}
@media (max-width: 480px) {
  #footer .inner { grid-template-columns: 1fr; }
}

/* â”€â”€ Cookie Banner â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
#cookie-banner {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: var(--surface);
  border-top: 1px solid var(--border);
  padding: 1.2rem 2rem;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.3);
}
#cookie-banner p { color: var(--text-muted); font-size: 14px; margin: 0; line-height: 1.5; flex: 1; min-width: 200px; }
#cookie-banner a { color: var(--accent); }
.cookie-btns { display: flex; gap: 0.75rem; flex-shrink: 0; }
#cookie-accept {
  background: var(--accent);
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 9px 22px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
#cookie-decline {
  background: transparent;
  border: 1px solid var(--border);
  color: var(--text-muted);
  border-radius: 6px;
  padding: 9px 22px;
  font-size: 14px;
  cursor: pointer;
}
#cookie-accept:hover { background: var(--accent-dark); }
#cookie-decline:hover { color: #fff; border-color: #fff; }

/* â”€â”€ CTA Section â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.cta-section {
  background: linear-gradient(135deg, var(--accent-dark) 0%, #005c7a 100%);
  padding: 60px 0;
  text-align: center;
}
.cta-section h2 { color: #fff !important; margin-bottom: 1rem; }
.cta-section p  { color: rgba(255,255,255,0.85); margin-bottom: 2rem; font-size: 18px; }

/* â”€â”€ Anchor VC / Backed By â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.anchor-section {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 2rem;
  text-align: center;
}
.anchor-label { font-size: 13px; text-transform: uppercase; letter-spacing: 0.12em; color: var(--text-muted); margin-bottom: 0.5rem; }
.anchor-name { font-size: 22px; font-weight: 700; color: var(--accent); }
.anchor-desc { color: var(--text-muted); font-size: 15px; margin-top: 0.5rem; }

/* â”€â”€ Divider / Wave â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.section-divider { height: 1px; background: var(--border); margin: 0; border: none; }

/* â”€â”€ Spotlight (about story) â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.spotlight-section {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 4rem;
  align-items: start;
  max-width: 1100px;
  margin: 0 auto;
  padding: 4rem 2rem;
}
@media (max-width: 768px) { .spotlight-section { grid-template-columns: 1fr; } }
.story-img { width: 100%; overflow: hidden; border-radius: var(--radius); }
.story-img img { width: 100%; aspect-ratio: 4/3; object-fit: cover; object-position: center; border-radius: var(--radius); display: block; }

/* â”€â”€ Typography overrides (mandatory !important) â”€â”€â”€â”€â”€ */
body   { font-size: 18px !important; }
h1     { font-size: 61px !important; }
h2     { font-size: 43px !important; }
h3     { font-size: 28px !important; }
nav a, .navbar-nav .nav-item a { font-size: 15px !important; }

/* â”€â”€ Responsive â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
@media (max-width: 991px) {
  h1 { font-size: 46px !important; }
  h2 { font-size: 36px !important; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-section { min-height: 520px; }
}
@media (max-width: 600px) {
  h1 { font-size: 36px !important; }
  h2 { font-size: 30px !important; }
  .hero-inner { padding: 4rem 1.5rem; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  section { padding: 60px 0; }
  #cookie-banner { align-items: flex-start; }
}

/* â”€â”€ Utility â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.text-accent { color: var(--accent) !important; }
.text-white  { color: #ffffff !important; }
.text-muted  { color: var(--text-muted) !important; }
.mb-0 { margin-bottom: 0 !important; }
.mb-1 { margin-bottom: 0.5rem !important; }
.mb-2 { margin-bottom: 1rem !important; }
.mb-3 { margin-bottom: 1.5rem !important; }
.mt-2 { margin-top: 1rem !important; }
.mt-3 { margin-top: 1.5rem !important; }
.text-center { text-align: center; }

/* Force horizontal nav on desktop */
@media (min-width: 769px) {
  .navbar-toggler { display: none !important; }
  .navbar-nav {
    display: flex !important;
    flex-direction: row !important;
    position: static !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    width: auto !important;
  }
}
