/* ---- Global background: position:fixed layer on html â€” works on mobile too ---- */
/* background-attachment:fixed is disabled by mobile Safari/Chrome for perf.      */
/* Using html::before with position:fixed achieves the same seamless effect.       */
html {
  min-height: 100%;
  background: #05070c; /* solid fallback in case pseudo-element lags */
}
html::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(1200px 800px at 20% 10%, rgba(0,160,200,.18), transparent 60%),
    radial-gradient(900px 700px at 80% 20%, rgba(0,120,180,.16), transparent 55%),
    radial-gradient(1200px 700px at 18% 10%, rgba(42,215,255,.10), transparent 60%),
    radial-gradient(1000px 700px at 82% 35%, rgba(122,215,255,.06), transparent 55%),
    linear-gradient(180deg, #070b12 0%, #05070c 40%, #03050a 100%);
}
/* Ensure page sections don't paint their own background */
main, .page, .page-content, .content, .section {
  background: transparent !important;
}
/* ------------------------------------------------------------------------- */

:root{
  --bg0:#05070c;
  --bg1:#070b12;
  --card:rgba(255,255,255,.06);
  --card2:rgba(255,255,255,.08);
  --stroke:rgba(255,255,255,.10);
  --text:rgba(255,255,255,.92);
  --muted:rgba(255,255,255,.70);
  --accent:#2ad7ff;
  --accent2:#7ad7ff;
  --container:1120px;
  --radius:18px;
  --headerH:72px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  color:var(--text);
  background: transparent;
  padding-top: var(--headerH);
}

/* premium subtle texture */
body::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background-image:
    radial-gradient(1100px 700px at 20% 10%, rgba(40,215,255,.10), transparent 60%),
    radial-gradient(900px 700px at 80% 35%, rgba(122,215,255,.06), transparent 55%),
    linear-gradient(transparent, transparent 83px, rgba(255,255,255,.016) 84px),
    linear-gradient(90deg, transparent, transparent 83px, rgba(255,255,255,.012) 84px);
  background-size: auto, auto, 84px 84px, 84px 84px;
  opacity:.18;
  filter:saturate(110%) blur(.25px);
}

a{color:inherit}
a:hover{color:var(--accent2)}

.container{
  width:100%;
  max-width:var(--container);
  margin:0 auto;
  padding:0 22px;
}

.card{
  position:relative;
  overflow:hidden;
  background:linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.05));
  border:1px solid rgba(255,255,255,.10);
  border-radius:var(--radius);
  box-shadow: 0 16px 46px rgba(0,0,0,.34);
  backdrop-filter: blur(10px);
  padding:16px 16px;
}

.card::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  pointer-events:none;
  background:
    radial-gradient(600px 240px at 18% 12%, rgba(42,215,255,.12), transparent 60%),
    radial-gradient(520px 240px at 86% 18%, rgba(122,215,255,.09), transparent 62%),
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,0));
  opacity:.55;
  mix-blend-mode:screen;
}

.card::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  pointer-events:none;
  box-shadow:
    0 0 0 1px rgba(42,215,255,.06) inset,
    0 0 22px rgba(42,215,255,.06);
  opacity:.85;
}

/* BUTTONS */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 14px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.05);
  color:var(--text);
  text-decoration:none;
  gap:10px;
  font-weight:600;
  font-size:14px;
}
.btn:hover{border-color:rgba(42,215,255,.35)}
.btn.primary{
  background:rgba(42,215,255,.12);
  border-color:rgba(42,215,255,.35);
}

/* ============================================================
   HEADER
   ============================================================ */
.site-header{
  position:fixed;
  top:0; left:0; right:0;
  z-index:1000;
  height:var(--headerH);
  display:flex;
  align-items:center;
  background:rgba(5,7,12,.55);
  border-bottom:1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(14px);
  transition: background 0.2s, border-color 0.2s;
}

.site-header.is-scrolled{
  background:rgba(5,7,12,.72);
  border-bottom-color: rgba(255,255,255,.10);
}

/* header-inner: brand left, nav-wrap right */
.header-inner{
  display:flex !important;
  align-items:center;
  justify-content:space-between;
  width:100%;
  gap:16px;
}

.brand{
  display:inline-flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
  min-width:0;
  flex-shrink:0;
}

.brand-logo{
  display:inline-flex;
  align-items:center;
}

.brand-logo-img, .brand img{
  height:30px;
  width:auto;
  display:block;
  object-fit:contain;
  image-rendering:auto;
  filter: drop-shadow(0 0 10px rgba(42,215,255,.18));
  transition: filter 0.3s ease;
}
.brand:hover .brand-logo-img, .brand img{
  filter: drop-shadow(0 0 18px rgba(42,215,255,.55));
}

.brand-title{
  font-size:15px;
  letter-spacing:.2px;
  white-space:nowrap;
}

/* Limited Access pill */
.pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  font-size:12px;
  font-weight:700;
  letter-spacing:.2px;
  white-space:nowrap;
}

.pill--limited{
  margin-left:6px;
  background:rgba(42,215,255,.10);
  border-color:rgba(42,215,255,.28);
  box-shadow: 0 0 0 1px rgba(42,215,255,.10) inset, 0 0 18px rgba(42,215,255,.10);
}
.pill--limited::before{
  content:"";
  width:8px; height:8px;
  border-radius:50%;
  background:rgba(42,215,255,.92);
  box-shadow: 0 0 14px rgba(42,215,255,.55);
}

/* nav-wrap: pill + links in a row */
.nav-wrap{
  display:flex;
  align-items:center;
  gap:16px;
  min-width:0;
}

/* Nav links */
.nav-links{
  display:flex;
  flex-wrap:nowrap;
  gap:6px;
  justify-content:flex-end;
  align-items:center;
}
.nav-links a{
  text-decoration:none;
  padding:7px 11px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.04);
  font-size:12px;
  color:rgba(255,255,255,.86);
  white-space:nowrap;
  transition: border-color 0.15s;
}
.nav-links a:hover{
  border-color:rgba(42,215,255,.30);
  color:var(--text);
}

/* Hamburger button â€” hidden by default, shown on mobile */
.nav-toggle{
  display:none;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  gap:5px;
  width:38px;
  height:38px;
  padding:0;
  border:1px solid rgba(255,255,255,.12);
  border-radius:10px;
  background:rgba(255,255,255,.05);
  cursor:pointer;
  flex-shrink:0;
  transition: border-color 0.15s, background 0.15s;
}
.nav-toggle:hover{
  border-color:rgba(42,215,255,.30);
  background:rgba(42,215,255,.08);
}
.nav-toggle-bar{
  display:block;
  width:18px;
  height:2px;
  background:rgba(255,255,255,.85);
  border-radius:2px;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

/* Animated X when open */
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(1){
  transform: translateY(7px) rotate(45deg);
}
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(2){
  opacity:0;
  transform: scaleX(0);
}
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(3){
  transform: translateY(-7px) rotate(-45deg);
}

/* ============================================================
   HEADER PULSE ANIMATION
   ============================================================ */
@keyframes header-shimmer{
  0%  { background-position:200% center; opacity:.38; }
  40% { opacity:.62; }
  100%{ background-position:-200% center; opacity:.38; }
}
.site-header.is-pulsing::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(42,215,255,.12) 45%,
    rgba(42,215,255,.22) 50%,
    rgba(42,215,255,.12) 55%,
    transparent 100%
  );
  background-size:200% 100%;
  animation: header-shimmer 1.6s ease-in-out forwards;
  opacity:0;
  border-radius:0;
  mix-blend-mode: screen;
}

/* ============================================================
   HERO
   ============================================================ */
.hero{
  padding:48px 0 22px;
}

.hero-grid{
  display:grid;
  grid-template-columns: 1.08fr .92fr;
  gap:38px;
  align-items:start;
}

.hero-left{max-width:650px}

.hero-right{
  display:flex;
  flex-direction:column;
  gap:12px;
  align-self:start;
  position:relative;
}

.hero-right::before{
  content:"";
  position:absolute;
  left:-18px;
  top:6px;
  bottom:6px;
  width:1px;
  background:linear-gradient(180deg, rgba(42,215,255,.12), rgba(255,255,255,.05), rgba(42,215,255,.10));
  opacity:.45;
  pointer-events:none;
}

.eyebrow{
  font-size:11px;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:rgba(42,215,255,.85);
  margin-bottom:10px;
}

.hero-left h1{
  margin:0 0 12px 0;
  font-size:42px;
  line-height:1.06;
  letter-spacing:-.01em;
}

.lead{
  margin:0 0 10px 0;
  font-size:15px;
  line-height:1.62;
  color:rgba(255,255,255,.74);
  max-width:620px;
}

.lead-sub{
  margin:0 0 14px 0;
  font-size:13px;
  color:rgba(255,255,255,.82);
}

.cta-row{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  margin:0 0 12px 0;
}

.chips{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:12px;
}

.chip{
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.04);
  font-size:12px;
  color:rgba(255,255,255,.86);
}

/* Hero panel */
.hero-panel{
  padding:16px 16px 14px 16px;
}

.panel-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:10px;
}

.panel-title{font-weight:800}
.panel-pill{
  font-size:11px;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(42,215,255,.30);
  background:rgba(42,215,255,.10);
}

.panel-list{
  display:flex;
  flex-direction:column;
  gap:8px;
}

.panel-item{
  display:flex;
  gap:12px;
  padding-bottom:8px;
  border-bottom:1px solid rgba(255,255,255,.06);
}
.panel-item:last-child{
  padding-bottom:0;
  border-bottom:none;
}

.panel-dot{
  width:7px; height:7px;
  border-radius:999px;
  margin-top:6px;
  flex-shrink:0;
  background:rgba(42,215,255,.95);
  box-shadow: 0 0 14px rgba(42,215,255,.50);
}

.panel-item-title{font-weight:700; font-size:13px}
.panel-item-sub{
  font-size:12px;
  color:rgba(255,255,255,.70);
  line-height:1.35;
}
.panel-foot{
  margin-top:12px;
  font-size:12px;
  color:rgba(255,255,255,.72)
}

/* ============================================================
   SECTIONS
   ============================================================ */
.section{padding:26px 0 30px}

.two-col{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:30px;
  align-items:start;
}

h2{margin:0 0 12px 0; font-size:20px; letter-spacing:-.01em}

.muted{color:rgba(255,255,255,.70)}

.list{
  margin:10px 0 0 0;
  padding-left:18px;
}
.list li{margin:0 0 8px 0; color:rgba(255,255,255,.86)}

/* Early access tracker */
.availability-card{
  margin-top:0;
  width:100%;
  max-width:none;
  padding:12px 14px;
}

.availability-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:4px;
}

.availability-label{
  letter-spacing:0.14em;
  text-transform:uppercase;
  font-size:11px;
  color:rgba(140,214,255,.92);
}

.availability-live{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:12px;
  color:rgba(220,240,255,.88);
  padding:5px 9px;
  border-radius:999px;
  border:1px solid rgba(120,200,255,.22);
  background:rgba(15,28,45,.30);
}

.availability-live .dot{
  width:8px;
  height:8px;
  border-radius:999px;
  background:rgba(120,230,255,.95);
  box-shadow:0 0 12px rgba(120,230,255,.35);
}

.availability-metric{
  display:flex;
  align-items:baseline;
  gap:8px;
  margin-bottom:2px;
}

.availability-count{
  font-weight:900;
  font-size:18px;
  color:rgba(240,250,255,.96);
}

.availability-text{
  font-weight:650;
  font-size:13px;
  color:rgba(220,240,255,.72);
}

.availability-sub{
  font-size:12px;
  color:rgba(220,240,255,.60);
  line-height:1.35;
}

/* Neutral availability pill */
.availability-live--neutral{ gap:0; }
.availability-live--neutral .dot{ display:none; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer{
  border-top: 0;
  margin-top:18px;
}
.site-footer .container{
  padding:8px 22px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:14px;
  font-size:12px;
  color:rgba(255,255,255,.70);
  flex-wrap:wrap;
}
.site-footer a{color:rgba(255,255,255,.78)}
.site-footer a:hover{color:var(--accent2)}

/* ============================================================
   PARTNERSHIP LADDER
   ============================================================ */
.ladder { display: grid; gap: 12px; margin-top: 14px; }
.ladder-step {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.04);
}
.ladder-icon {
  font-size: 22px;
  line-height: 1;
  flex-shrink: 0;
  margin-top: 2px;
}
.ladder-label {
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(42,215,255,.78);
  margin-bottom: 4px;
}
.ladder-title {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 4px;
}
.ladder-desc {
  font-size: 12px;
  color: rgba(255,255,255,.68);
  line-height: 1.5;
}

/* ============================================================
   RESPONSIVE â€” 980px (tablet landscape)
   ============================================================ */
@media (max-width: 980px){
  .hero{padding:36px 0 18px}
  .hero-grid{grid-template-columns:1fr; gap:18px}
  .hero-right::before{display:none}
  .two-col{grid-template-columns:1fr}
}

/* ============================================================
   RESPONSIVE â€” 768px (tablet portrait / small laptop)
   Hamburger kicks in here
   ============================================================ */
@media (max-width: 768px){
  :root{ --headerH:60px; }

  /* Show hamburger, hide nav-wrap by default */
  .nav-toggle{
    display:flex;
  }

  /* nav-wrap becomes the dropdown drawer */
  .nav-wrap{
    display:none;
    position:fixed;
    top:var(--headerH);
    left:0; right:0;
    background:rgba(5,7,12,.96);
    backdrop-filter:blur(20px);
    border-bottom:1px solid rgba(255,255,255,.10);
    flex-direction:column;
    align-items:stretch;
    gap:0;
    padding:12px 16px 16px;
    z-index:999;
    box-shadow:0 16px 40px rgba(0,0,0,.5);
  }
  .nav-wrap.is-open{
    display:flex;
  }

  .pill--limited{
    margin-left:0;
    align-self:flex-start;
    margin-bottom:8px;
  }

  .nav-links{
    flex-direction:column;
    flex-wrap:nowrap;
    gap:4px;
    justify-content:flex-start;
  }
  .nav-links a{
    padding:11px 14px;
    border-radius:12px;
    font-size:14px;
    text-align:left;
    border-color:rgba(255,255,255,.08);
  }
  .nav-links a:hover{
    background:rgba(42,215,255,.08);
  }
}

/* ============================================================
   RESPONSIVE â€” 600px (large phone landscape / small phone)
   ============================================================ */
@media (max-width: 600px){
  body{ padding-top: var(--headerH); }

  .container{ padding:0 16px; }

  .hero{ padding:28px 0 14px; }
  .hero-left h1{ font-size:34px; }
  .lead{ font-size:14px; }

  .cta-row{ flex-direction:column; align-items:stretch; }
  .cta-row .btn{ justify-content:center; padding:12px 16px; font-size:14px; }

  .section{ padding:20px 0 24px; }

  h2{ font-size:18px; }

  .two-col{ gap:20px; }

  .card{ padding:14px; }

  .site-footer .container{
    flex-direction:column;
    align-items:center;
    text-align:center;
    gap:6px;
    padding:12px 16px;
  }
}

/* ============================================================
   RESPONSIVE â€” 420px (small phones â€” iPhone SE etc)
   ============================================================ */
@media (max-width: 420px){
  .hero-left h1{ font-size:28px; }
  .brand-title{ font-size:14px; }
  .eyebrow{ font-size:10px; }

  .availability-count{ font-size:15px; }
  .panel-item-title{ font-size:12px; }
}

/* â”€â”€ Nav additions (append to styles.css) â”€â”€ */

/* Pulselings nav link â€” distinct purple accent */
.nav-links .nav-pulselings {
  border-color: rgba(180, 122, 255, 0.30);
  color: #c49aff;
}
.nav-links .nav-pulselings:hover {
  border-color: rgba(180, 122, 255, 0.55);
  background: rgba(180, 122, 255, 0.08);
  color: #d4b4ff;
}

/* Request Access CTA â€” accent bordered */
.nav-links .nav-cta {
  border-color: rgba(42, 215, 255, 0.30);
  color: var(--accent);
  font-weight: 600;
}
.nav-links .nav-cta:hover {
  border-color: rgba(42, 215, 255, 0.55);
  background: rgba(42, 215, 255, 0.08);
}

/* Mobile nav */
.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  padding: 8px 10px;
  cursor: pointer;
}
.nav-hamburger span {
  display: block;
  width: 18px;
  height: 2px;
  background: rgba(255,255,255,.75);
  border-radius: 2px;
}

.nav-mobile {
  display: flex;
  flex-direction: column;
  background: rgba(5,7,12,.97);
  border-bottom: 1px solid rgba(255,255,255,.08);
  padding: 12px 22px 20px;
  gap: 4px;
}
.nav-mobile a {
  text-decoration: none;
  padding: 10px 12px;
  border-radius: 8px;
  color: rgba(255,255,255,.8);
  font-size: 0.95rem;
  font-weight: 500;
  border: 1px solid transparent;
}
.nav-mobile a:hover {
  background: rgba(255,255,255,.05);
  border-color: rgba(255,255,255,.08);
}

@media (max-width: 720px) {
  .nav-hamburger { display: flex; }
  .nav-links { display: none; }
  .pill.pill-outline { display: none; }
}
/* â”€â”€ Nav additions (append to styles.css) â”€â”€ */

/* Access bar below main header row */
.header-access-bar {
  border-top: 1px solid rgba(255,255,255,.05);
  padding: 5px 0;
  text-align: center;
}
.header-access-bar .pill {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: rgba(255,255,255,.5);
  border-color: rgba(255,255,255,.08);
  background: transparent;
  padding: 4px 12px;
}

/* Pulselings nav link â€” distinct purple accent */
.nav-links .nav-pulselings {
  border-color: rgba(180, 122, 255, 0.30);
  color: #c49aff;
}
.nav-links .nav-pulselings:hover {
  border-color: rgba(180, 122, 255, 0.55);
  background: rgba(180, 122, 255, 0.08);
  color: #d4b4ff;
}

/* Request Access CTA â€” accent bordered */
.nav-links .nav-cta {
  border-color: rgba(42, 215, 255, 0.30);
  color: var(--accent);
  font-weight: 600;
}
.nav-links .nav-cta:hover {
  border-color: rgba(42, 215, 255, 0.55);
  background: rgba(42, 215, 255, 0.08);
}

/* Hamburger button */
.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  padding: 8px 10px;
  cursor: pointer;
}
.nav-hamburger span {
  display: block;
  width: 18px;
  height: 2px;
  background: rgba(255,255,255,.75);
  border-radius: 2px;
}

/* Mobile nav dropdown */
.nav-mobile {
  display: flex;
  flex-direction: column;
  background: rgba(5,7,12,.97);
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.08);
  padding: 12px 22px 20px;
  gap: 4px;
}
.nav-mobile a {
  text-decoration: none;
  padding: 10px 12px;
  border-radius: 8px;
  color: rgba(255,255,255,.8);
  font-size: 0.95rem;
  font-weight: 500;
  border: 1px solid transparent;
}
.nav-mobile a:hover {
  background: rgba(255,255,255,.05);
  border-color: rgba(255,255,255,.08);
}

/* Remove old pill from nav-wrap since we moved it */
.nav-wrap .pill-outline {
  display: none;
}

@media (max-width: 720px) {
  .nav-hamburger { display: flex; }
  .nav-links { display: none; }
}

.nav-mobile[hidden] { display: none !important; }

/* Logo image: blend mode removes grey bg on dark header */
.brand-logo img, .brand img {
  height: 34px;
  width: auto;
  display: block;
  object-fit: contain;
  mix-blend-mode: screen;
  filter: drop-shadow(0 0 8px rgba(42,215,255,.25));
}

/* Hamburger: ensure visible on mobile */
@media (max-width: 720px) {
  .nav-hamburger { display: flex !important; }
  .nav-links { display: none !important; }
}

/* === Logo size fix === */
.brand-logo img, .brand img {
  height: 42px !important;
  width: auto !important;
}

/* === Access bar: force it below the nav row === */
.site-header {
  flex-wrap: wrap !important;
}
.header-access-bar {
  flex: 0 0 100% !important;
  width: 100% !important;
  order: 99 !important;
  text-align: center !important;
  border-top: 1px solid rgba(255,255,255,.06) !important;
  padding: 4px 0 !important;
}

/* === Hamburger: force visible on mobile === */
@media (max-width: 720px) {
  .nav-hamburger { display: flex !important; }
  .nav-links { display: none !important; }
}

/* === FINAL NAV FIX: overrides all duplicate rules above === */
.nav-hamburger {
  display: none;
}
@media (max-width: 720px) {
  .nav-hamburger {
    display: flex !important;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 8px;
    padding: 8px 10px;
    cursor: pointer;
  }
  .nav-links {
    display: none !important;
  }
  .nav-mobile[hidden] {
    display: none !important;
  }
}
/* === Access bar — sits below header, outside it === */
.access-bar {
  position: fixed;
  top: var(--headerH);
  left: 0;
  right: 0;
  z-index: 999;
  text-align: center;
  padding: 5px 0 6px;
  background: rgba(5,7,12,.75);
  border-bottom: 1px solid rgba(42,215,255,.08);
  backdrop-filter: blur(10px);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,.45);
}

/* Push body content below both header AND access bar */
body {
  padding-top: calc(var(--headerH) + 30px) !important;
}

/* === Logo size === */
.brand-logo img, .brand img {
  height: 42px !important;
  width: auto !important;
  mix-blend-mode: screen;
  filter: drop-shadow(0 0 8px rgba(42,215,255,.25));
}

/* === Pulselings nav accent === */
.nav-links .nav-pulselings {
  border-color: rgba(180,122,255,.30);
  color: #c49aff;
}
.nav-links .nav-pulselings:hover {
  border-color: rgba(180,122,255,.55);
  background: rgba(180,122,255,.08);
  color: #d4b4ff;
}

/* === Request Access CTA === */
.nav-links .nav-cta {
  border-color: rgba(42,215,255,.30);
  color: var(--accent);
  font-weight: 600;
}
.nav-links .nav-cta:hover {
  border-color: rgba(42,215,255,.55);
  background: rgba(42,215,255,.08);
}

/* === Mobile: hamburger open — force nav-links visible inside drawer === */
@media (max-width: 768px) {
  .nav-wrap.is-open .nav-links {
    display: flex !important;
  }
  .access-bar {
    font-size: 10px;
    padding: 4px 0 5px;
  }
  body {
    padding-top: calc(var(--headerH) + 26px) !important;
  }
}

/* === Stale rules cleanup: hide old pill/access bar remnants === */
.header-access-bar { display: none !important; }
.nav-mobile[hidden] { display: none !important; }

