
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

:root{
  --text:#11131a;
  --muted:#6f7788;
  --line:#e9ecf2;
  --bg:#fbfcff;
  --blue:#1387f4;
  --violet:#9d48ff;
  --pink:#e35ac6;
  --card:#fff;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Manrope,system-ui,sans-serif;color:var(--text);background:var(--bg)}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
button{font:inherit}

.app-shell{min-height:100vh}
.topbar{display:none}

.desktop-sidebar{
  position:fixed;inset:0 auto 0 0;width:240px;background:#fff;border-right:1px solid var(--line);
  padding:26px 22px;display:flex;flex-direction:column;z-index:20
}
.sidebar-brand strong{display:block;font-size:18px}
.sidebar-brand span{display:block;color:var(--muted);font-size:12px;margin-top:2px}
.sidebar-nav{display:grid;gap:8px;margin-top:28px}
.sidebar-nav a{display:flex;align-items:center;gap:14px;padding:12px 14px;border-radius:14px;color:#4f596b;font-size:13px}
.sidebar-nav a span{font-size:20px;width:24px;text-align:center}
.sidebar-nav a.active{background:#f4f5f8;color:#111;font-weight:700}
.sidebar-note{margin-top:auto;border-radius:18px;padding:18px;background:linear-gradient(135deg,#fff0f8,#ece8ff);border:1px solid #f0eafa}
.sidebar-note b{font-size:16px;line-height:1.08}
.sidebar-note p{font-size:11px;color:var(--muted);margin:10px 0 0}

.main-column{margin-left:240px;margin-right:360px;min-height:100vh;padding:42px 38px 46px}

.hero-ref{
  display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);align-items:center;gap:28px;
  min-height:290px;
  background:
    radial-gradient(circle at 70% 32%,rgba(255,189,199,.23),transparent 25%),
    radial-gradient(circle at 82% 55%,rgba(153,118,255,.16),transparent 32%);
  border-radius:28px;padding:12px 0 20px
}
.eyebrow{text-transform:uppercase;letter-spacing:.28em;font-size:9px;color:#677089;margin:0 0 14px}
.hero-copy-ref h1{font-size:58px;line-height:.95;letter-spacing:-.06em;margin:0 0 14px}
.hero-copy-ref h1 span{background:linear-gradient(90deg,var(--pink),var(--violet));-webkit-background-clip:text;background-clip:text;color:transparent}
.hero-copy-ref>p:not(.eyebrow){font-size:16px;line-height:1.45;color:#687186;max-width:540px;margin:0}
.hero-buttons{display:flex;gap:12px;margin-top:20px}
.hero-buttons a{padding:13px 26px;border-radius:10px;font-weight:700;font-size:13px}
.primary-btn{background:var(--blue);color:#fff}
.secondary-btn{background:#f2f3f6}
.hero-stack{position:relative;min-height:230px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px}
.hero-stack:before{content:"";position:absolute;width:220px;height:240px;border-radius:24px;background:linear-gradient(160deg,#f6f0ff,#e4e7ff);transform:rotate(7deg);right:22px;top:6px;box-shadow:0 20px 50px rgba(120,88,220,.12)}
.glass-card{position:relative;z-index:2;width:205px;padding:14px 18px;border-radius:16px;background:#ffffffd9;border:1px solid #fff;box-shadow:0 8px 22px rgba(89,71,147,.10);display:grid;grid-template-columns:34px 1fr;gap:12px;align-items:center}
.glass-card span{font-size:24px;background:linear-gradient(135deg,var(--violet),var(--pink));-webkit-background-clip:text;background-clip:text;color:transparent}
.glass-card b{font-size:13px;line-height:1.15}.gc1{transform:translateX(4px)}.gc2{transform:translateX(-12px)}.gc3{transform:translateX(6px)}

.section-block{margin-top:26px}
.section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}
.section-head h2{font-size:24px;letter-spacing:-.04em;margin:0}
.section-head a{font-size:12px;color:#6f7888}

.brand-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.profile-card{display:grid;grid-template-columns:62px minmax(0,1fr) auto auto;grid-template-rows:auto;column-gap:12px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:18px;padding:14px 16px;box-shadow:0 8px 24px rgba(34,43,70,.04)}
.profile-avatar{width:62px;height:62px;padding:2px;border-radius:50%;background:linear-gradient(135deg,#f9ce34,#ee2a7b 52%,#6228d7);grid-row:1}
.profile-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%;border:3px solid #fff}
.profile-copy{align-self:center;min-width:0}.profile-copy b{display:flex;align-items:center;gap:5px;font-size:14px;white-space:nowrap}.profile-copy small{display:block;color:var(--muted);font-size:10px;margin-top:2px}
.profile-arrow{font-size:30px;color:#536072;align-self:center}
.profile-followers{display:flex;align-items:baseline;gap:4px;white-space:nowrap}.profile-followers b{font-size:14px}.profile-followers small{font-size:10px;color:var(--muted)}
.profile-divider{grid-row:2;width:1px;background:#d9dde5;justify-self:center}

.benchmark-panel{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:0 8px 24px rgba(34,43,70,.04)}
.benchmark-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}
.benchmark-head h2{font-size:20px;margin:0 0 4px}.benchmark-head p{font-size:11px;color:var(--muted);margin:0}
.benchmark-chip{background:#f4f5f8;border-radius:999px;padding:8px 10px;font-size:9px}
.benchmark-rows{display:grid;gap:10px}
.bench-item{display:grid;grid-template-columns:38px 150px 1fr 58px;gap:12px;align-items:center}
.bench-avatar{width:38px;height:38px;border-radius:50%;overflow:hidden;background:#111}
.bench-avatar img{width:100%;height:100%;object-fit:cover}
.bench-item>b{font-size:12px}
.bench-track{height:10px;border-radius:999px;background:#eff1f5;overflow:hidden}
.bench-track i{display:block;height:100%;border-radius:999px;background:#cfd4dc}
.bench-item.top .bench-track i{background:linear-gradient(90deg,#ff9ea3,#ab4dff)}
.bench-item strong{font-size:14px;color:#596477}.bench-item.top strong{color:#b23df2}

.work-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.work-card{position:relative;border-radius:14px;overflow:hidden;aspect-ratio:1.7/1;background:#111}
.work-card img{width:100%;height:100%;object-fit:cover}
.reel-mark{position:absolute;right:10px;top:8px;color:#fff;font-size:18px;text-shadow:0 1px 6px #000}

.desktop-rail{position:fixed;inset:0 0 0 auto;width:360px;background:#fff;border-left:1px solid var(--line);padding:20px 22px 26px;overflow:auto;z-index:15}
.rail-cta{margin-left:auto;display:flex;width:max-content;background:#111827;color:#fff;padding:12px 18px;border-radius:10px;font-size:12px;font-weight:700}
.rail-card{border:1px solid var(--line);border-radius:18px;padding:20px;margin-top:18px;box-shadow:0 8px 24px rgba(34,43,70,.03)}
.rail-card h3{font-size:22px;margin:0 0 10px}.rail-card p{font-size:12px;line-height:1.5;color:#697286;margin:0}
.rail-card hr{border:0;border-top:1px solid var(--line);margin:18px 0}
.mission-points{display:grid;gap:16px}.mission-points span{display:flex;gap:12px;align-items:center;font-size:12px}.mission-points i{font-style:normal;color:var(--pink);font-size:18px}
.stats-card{display:grid;gap:16px}.stats-card>div{display:flex;align-items:center;gap:12px}.stats-card>div>span{font-size:22px}.stats-card p{display:grid}.stats-card b{font-size:18px;color:#141720}.stats-card small{font-size:11px;color:#6b7382}
.contact-card{background:linear-gradient(135deg,#ffe8f5,#ece8ff)}.contact-card h3{font-size:24px}.contact-card a{display:inline-flex;margin-top:14px;background:#111827;color:#fff;border-radius:10px;padding:10px 14px;font-size:11px}
.rail-footer{margin-top:18px;color:#8a91a0;font-size:9px}.rail-footer div{display:flex;gap:12px;margin-top:8px}

.mobile-bottom{display:none}

@media(max-width:1100px){
  .desktop-rail{display:none}
  .main-column{margin-right:0}
}
@media(max-width:760px){
  .desktop-sidebar,.desktop-rail{display:none}
  .topbar{display:flex;align-items:flex-start;justify-content:space-between;padding:18px 16px 6px;background:#fff}
  .brand-title strong{display:block;font-size:16px}.brand-title span{display:block;font-size:11px;color:var(--muted);margin-top:2px}
  .menu-btn{border:0;background:transparent;font-size:26px}
  .main-column{margin:0;padding:0 16px 86px;background:#fff}
  .hero-ref{grid-template-columns:1.15fr .85fr;gap:8px;min-height:320px;padding:28px 0 20px;border-radius:0}
  .eyebrow{display:none}
  .hero-copy-ref h1{font-size:43px;line-height:.96;margin-bottom:14px}
  .hero-copy-ref>p:not(.eyebrow){font-size:13px;line-height:1.45}
  .hero-buttons{gap:10px;margin-top:18px}.hero-buttons a{padding:12px 18px;font-size:11px}
  .hero-stack{min-height:200px;gap:9px}
  .hero-stack:before{width:155px;height:195px;right:0;top:10px}
  .glass-card{width:155px;padding:11px 12px;grid-template-columns:26px 1fr;border-radius:14px}
  .glass-card span{font-size:20px}.glass-card b{font-size:10px}

  .section-block{margin-top:24px}
  .section-head h2{font-size:21px}.section-head a{font-size:10px}
  .brand-grid{gap:10px}
  .profile-card{grid-template-columns:48px 1fr auto;column-gap:10px;row-gap:12px;padding:12px;border-radius:18px}
  .profile-avatar{width:48px;height:48px}
  .profile-copy b{font-size:11px}.profile-copy small{font-size:8px}
  .profile-stat b{font-size:14px}.profile-stat small{font-size:8px}
  .profile-arrow{font-size:25px}

  .benchmark-panel{padding:16px;border-radius:18px}
  .benchmark-head h2{font-size:18px}.benchmark-head p{font-size:9px}.benchmark-chip{font-size:8px}
  .bench-item{grid-template-columns:34px 95px 1fr 46px;gap:9px}
  .bench-avatar{width:34px;height:34px}.bench-item>b{font-size:10px}.bench-item strong{font-size:11px}.bench-track{height:9px}

  .work-grid{gap:8px}.work-card{aspect-ratio:.86/1;border-radius:12px}
  .mobile-bottom{position:fixed;left:0;right:0;bottom:0;height:68px;background:#fff;border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(5,1fr);z-index:30}
  .mobile-bottom a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#626b7a}
  .mobile-bottom a.active{color:#111}.mobile-bottom span{font-size:22px}.mobile-bottom small{font-size:8px}
}


/* Refresh-stability and responsive hardening */
.profile-avatar,.bench-avatar{
  position:relative;
  overflow:hidden;
  border-radius:999px;
  flex:0 0 auto;
  aspect-ratio:1/1;
}
.profile-avatar img,.bench-avatar img{
  display:block;
  width:100%;
  height:100%;
  max-width:none;
  object-fit:cover;
  object-position:center;
  border-radius:999px;
}
.profile-card,.bench-item,.brand-grid,.benchmark-panel,.main-column{
  min-width:0;
}
.hero-copy-ref,.profile-copy,.bench-item>b{
  min-width:0;
}
@media (max-width:1280px){
  .desktop-rail{display:none}
  .main-column{margin-right:0}
}
@media (max-width:920px){
  .desktop-sidebar{display:none}
  .topbar{display:flex;align-items:flex-start;justify-content:space-between;padding:18px 20px 8px;background:#fff}
  .main-column{margin-left:0;margin-right:0;padding:18px 24px 86px}
}
@media (min-width:761px) and (max-width:920px){
  .hero-ref{grid-template-columns:1.1fr .9fr}
}
@media (max-width:760px){
  .main-column{padding:0 16px 86px}
  .brand-grid{grid-template-columns:1fr 1fr}
  .profile-card{overflow:hidden}
  .profile-copy b,.profile-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
}
@media (max-width:430px){
  .hero-ref{grid-template-columns:minmax(0,1.15fr) minmax(120px,.85fr)}
  .hero-copy-ref h1{font-size:39px}
  .hero-buttons{display:grid;grid-template-columns:1fr 1fr}
  .hero-buttons a{padding:11px 12px;text-align:center}
  .brand-grid{grid-template-columns:1fr}
  .profile-card{grid-template-columns:48px 1fr auto}
  .bench-item{grid-template-columns:32px 88px minmax(54px,1fr) 44px;gap:7px}
  .bench-avatar{width:32px;height:32px}
}


/* Refinement: benchmark source + verified media brand cards */
.benchmark-source{
  margin:14px 0 0;
  padding-top:12px;
  border-top:1px solid var(--line);
  font-size:9px;
  color:#8a91a0;
}
.profile-card{
  grid-template-columns:62px 1fr auto;
  grid-template-rows:auto auto;
}
.profile-copy b{
  display:flex;
  align-items:center;
  gap:6px;
}
.verified-tick{
  width:15px;height:15px;display:inline-grid;place-items:center;flex:0 0 15px;
  background:#3897f0;color:#fff;
  clip-path:polygon(50% 0%,58% 8%,69% 4%,75% 14%,87% 13%,89% 25%,100% 31%,94% 42%,100% 50%,94% 58%,100% 69%,89% 75%,87% 87%,75% 86%,69% 96%,58% 92%,50% 100%,42% 92%,31% 96%,25% 86%,13% 87%,11% 75%,0% 69%,6% 58%,0% 50%,6% 42%,0% 31%,11% 25%,13% 13%,25% 14%,31% 4%,42% 8%);
  font:900 9px/1 Arial,sans-serif;font-style:normal;
}
.profile-stat{
  grid-column:2 / 3;
}
.profile-arrow{
  grid-column:3;
  grid-row:1 / span 2;
}
.profile-divider{display:none}

@media(max-width:760px){
  .profile-card{
    grid-template-columns:48px 1fr auto;
    grid-template-rows:auto auto;
  }
  .verified-tick{
    width:14px;
    height:14px;
    font-size:7px;
  }
  .benchmark-source{
    font-size:8px;
    margin-top:12px;
    padding-top:10px;
  }
}

@media(max-width:760px){
  .profile-card{grid-template-columns:48px minmax(0,1fr) auto auto;column-gap:9px;padding:12px}
  .profile-followers{gap:3px}
  .profile-followers b{font-size:12px}
  .profile-followers small{font-size:9px}
  .profile-copy b{font-size:13px}
  .verified-tick{width:14px;height:14px;flex-basis:14px;font-size:8px}
  .profile-arrow{font-size:24px}
}
@media(max-width:390px){
  .profile-followers small{display:none}
}
/* Fine-tune follower placement */
.profile-followers{margin-left:10px}
@media(max-width:760px){.profile-followers{margin-left:7px}}



/* Trusted brands marquee v3 */
.trusted-brands{overflow:hidden}
.trusted-brands .section-head{margin-bottom:12px}
.logo-marquee{
  position:relative;
  width:100%;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:18px;
  background:#0b0b0d;
  padding:14px 0;
}
.logo-marquee::before,
.logo-marquee::after{
  content:"";
  position:absolute;
  top:0;bottom:0;
  width:56px;
  z-index:3;
  pointer-events:none;
}
.logo-marquee::before{left:0;background:linear-gradient(90deg,#0b0b0d 25%,transparent)}
.logo-marquee::after{right:0;background:linear-gradient(270deg,#0b0b0d 25%,transparent)}

.logo-track{
  display:flex;
  flex-flow:row nowrap;
  align-items:center;
  width:max-content;
  min-width:max-content;
  animation:acl-logo-marquee 22s linear infinite;
  will-change:transform;
}
.logo-group{
  display:flex;
  flex-flow:row nowrap;
  align-items:center;
  gap:18px;
  flex:0 0 auto;
  padding-right:18px;
}
.brand-logo-item{
  width:92px;
  height:42px;
  flex:0 0 92px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:4px 8px;
}
.brand-logo-item img{
  display:block;
  width:auto;
  height:auto;
  max-width:76px;
  max-height:24px;
  object-fit:contain;
}
@keyframes acl-logo-marquee{
  from{transform:translate3d(0,0,0)}
  to{transform:translate3d(-50%,0,0)}
}
.logo-marquee:hover .logo-track{animation-play-state:paused}

@media(max-width:760px){
  .trusted-brands{margin-top:22px}
  .trusted-brands .section-head h2{font-size:20px;line-height:1.12}
  .logo-marquee{padding:11px 0;border-radius:15px}
  .logo-marquee::before,.logo-marquee::after{width:28px}
  .logo-group{gap:12px;padding-right:12px}
  .brand-logo-item{
    width:76px;
    height:34px;
    flex-basis:76px;
    padding:3px 5px;
  }
  .brand-logo-item img{
    max-width:64px;
    max-height:20px;
  }
  .logo-track{animation-duration:18s}
}
@media(prefers-reduced-motion:reduce){
  .logo-track{animation:none}
  .logo-marquee{overflow-x:auto}
}


/* Refined navigation icon system */
.nav-icon{
  width:22px;
  height:22px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 22px;
}
.nav-icon svg{
  width:100%;
  height:100%;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.sidebar-nav a{
  transition:background .18s ease,color .18s ease,transform .18s ease;
}
.sidebar-nav a:hover{
  background:#f6f7f9;
  color:#11131a;
}
.sidebar-nav a.active .nav-icon{
  color:#11131a;
}
.mobile-bottom .nav-icon{
  width:21px;
  height:21px;
  flex-basis:21px;
}
.mobile-bottom a{
  transition:color .16s ease,background .16s ease;
}
.mobile-bottom a.active .nav-icon{
  color:#11131a;
}
.mobile-bottom a:not(.active) .nav-icon{
  color:#737b89;
}

/* Colorful key-stat icons */
.stats-card>div{gap:13px}
.stat-icon{
  width:36px;height:36px;flex:0 0 36px;border-radius:11px;
  display:grid;place-items:center;
}
.stat-icon svg{
  width:20px;height:20px;fill:none;stroke:currentColor;
  stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;
}
.followers-icon{color:#7c4dff;background:#f0ebff}
.reach-icon{color:#ff5a66;background:#fff0f1}
.engagement-icon{color:#1597f4;background:#eaf6ff}
.audience-icon{color:#16a36a;background:#eaf8f1}

/* Unified colorful icon language */
.nav-icon{
  width:30px;height:30px;flex:0 0 30px;border-radius:10px;
  display:inline-grid;place-items:center;
}
.nav-icon svg,.feature-icon svg,.mission-icon svg,.chip-icon svg{
  width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;
}
.nav-home{color:#6f4cff;background:#f0ecff}
.nav-brands{color:#e04bb7;background:#fff0fa}
.nav-insights{color:#148df0;background:#eaf5ff}
.nav-partners{color:#f08b20;background:#fff4e8}
.nav-contact{color:#16a36a;background:#eaf8f1}
.sidebar-nav a span{font-size:inherit;width:auto;text-align:initial}
.mobile-bottom .nav-icon{width:28px;height:28px;flex-basis:28px;border-radius:9px}
.mobile-bottom .nav-icon svg{width:16px;height:16px}
.mobile-bottom a.active .nav-icon{box-shadow:0 0 0 1px rgba(0,0,0,.03)}

.feature-icon,.mission-icon{
  width:34px;height:34px;display:inline-grid;place-items:center;border-radius:11px;flex:0 0 34px;
  -webkit-background-clip:initial;background-clip:initial;color:inherit;
}
.feature-icon svg,.mission-icon svg{width:18px;height:18px}
.idea-icon{color:#7c4dff;background:#f0ebff}
.community-icon{color:#e24fb7;background:#fff0fa}
.results-icon{color:#1597f4;background:#eaf6ff}
.glass-card{grid-template-columns:34px 1fr}
.glass-card span{font-size:inherit;background:none;-webkit-background-clip:initial;color:inherit}

.benchmark-chip{display:inline-flex;align-items:center;gap:6px}
.chip-icon{
  width:22px;height:22px;border-radius:8px;display:grid;place-items:center;
  color:#1597f4;background:#eaf6ff;
}
.chip-icon svg{width:13px;height:13px}

.mission-points i{font-style:normal;font-size:inherit;color:inherit}
.mission-points span{gap:10px}

@media(max-width:760px){
  .nav-icon{width:28px;height:28px}
  .feature-icon,.mission-icon{width:30px;height:30px;flex-basis:30px;border-radius:10px}
  .feature-icon svg,.mission-icon svg{width:16px;height:16px}
}


/* Site-wide adaptive dark theme */
:root{color-scheme:light dark}

@media (prefers-color-scheme: dark){
  :root{
    --text:#f5f7fb;
    --muted:#9ba4b4;
    --line:#282d36;
    --bg:#0f1115;
    --card:#15181e;
    --blue:#3aa7ff;
    --violet:#aa78ff;
    --pink:#f06acb;
  }

  html,body{background:#0f1115;color:var(--text)}
  body{background:var(--bg)}
  .app-shell{background:var(--bg)}

  .desktop-sidebar,
  .desktop-rail,
  .topbar{
    background:#111419;
    border-color:var(--line);
  }
  .sidebar-brand span,
  .brand-title span,
  .section-head a,
  .hero-copy-ref>p:not(.eyebrow),
  .benchmark-head p,
  .profile-copy small,
  .stats-card small,
  .rail-card p,
  .rail-footer,
  .benchmark-source{
    color:var(--muted);
  }

  .sidebar-nav a{color:#b8c0cc}
  .sidebar-nav a:hover{background:#191d24;color:#fff}
  .sidebar-nav a.active{background:#1d222b;color:#fff}
  .sidebar-note{
    background:linear-gradient(135deg,rgba(240,106,203,.10),rgba(170,120,255,.12));
    border-color:#2b2735;
  }

  .main-column{
    background:
      radial-gradient(circle at 68% 10%,rgba(170,120,255,.06),transparent 26%),
      radial-gradient(circle at 84% 20%,rgba(240,106,203,.05),transparent 24%),
      var(--bg);
  }
  .hero-ref{
    background:
      radial-gradient(circle at 70% 32%,rgba(240,106,203,.10),transparent 25%),
      radial-gradient(circle at 82% 55%,rgba(170,120,255,.10),transparent 32%);
  }
  .hero-copy-ref h1 span{
    background:linear-gradient(90deg,#f07bd5,#a678ff);
    -webkit-background-clip:text;background-clip:text;color:transparent;
  }
  .secondary-btn{background:#20242c;color:#f4f6f8}
  .primary-btn{background:#148df0}

  .glass-card{
    background:rgba(24,28,35,.92);
    border-color:#2b313b;
    box-shadow:0 12px 28px rgba(0,0,0,.28);
  }
  .hero-stack:before{
    background:linear-gradient(160deg,#1a1722,#191d2a);
    box-shadow:0 20px 50px rgba(0,0,0,.30);
  }

  .benchmark-panel,
  .profile-card,
  .rail-card{
    background:var(--card);
    border-color:var(--line);
    box-shadow:0 8px 24px rgba(0,0,0,.16);
  }
  .benchmark-chip{background:#20242c;color:#d8dee8}
  .bench-track{background:#252a33}
  .bench-item strong{color:#b6bfcc}
  .bench-item.top strong{color:#d98bff}

  .profile-card{color:var(--text)}
  .profile-arrow{color:#aeb6c4}

  .logo-marquee{
    background:#08090b;
    border-color:#22262d;
  }
  .logo-marquee::before{background:linear-gradient(90deg,#08090b 25%,transparent)}
  .logo-marquee::after{background:linear-gradient(270deg,#08090b 25%,transparent)}

  .rail-cta,
  .contact-card a{
    background:#f3f5f7;
    color:#101217;
  }
  .contact-card{
    background:linear-gradient(135deg,rgba(240,106,203,.12),rgba(170,120,255,.12));
  }
  .rail-card h3,
  .stats-card b{color:var(--text)}

  .mobile-bottom{
    background:#111419;
    border-color:var(--line);
  }
  .mobile-bottom a{color:#aeb6c4}
  .mobile-bottom a.active{color:#fff}

  /* Keep colorful icon language vivid on dark surfaces */
  .nav-home{color:#b89cff;background:#2a213e}
  .nav-brands{color:#ff8ed9;background:#3a2033}
  .nav-insights{color:#6fc0ff;background:#16334a}
  .nav-partners{color:#ffb267;background:#3a2a18}
  .nav-contact{color:#63d99f;background:#17372a}

  .followers-icon{color:#b89cff;background:#2a213e}
  .reach-icon{color:#ff8b95;background:#3b2024}
  .engagement-icon{color:#6fc0ff;background:#16334a}
  .audience-icon{color:#63d99f;background:#17372a}

  .idea-icon{color:#b89cff;background:#2a213e}
  .community-icon{color:#ff8ed9;background:#3a2033}
  .results-icon{color:#6fc0ff;background:#16334a}
  .chip-icon{color:#6fc0ff;background:#16334a}

  .verified-tick{background:#2ea7ff}
}

@media (prefers-color-scheme: dark) and (max-width:920px){
  .topbar{background:#111419}
  .main-column{background:var(--bg)}
}
