/* ═══════════════════════════════════════════
   NEXUS TECHNOLOGY — STYLESHEET
═══════════════════════════════════════════ */

:root {
  --cream:      #f4f0e8;
  --ink:        #080814;
  --ink2:       #1a1a2e;
  --blue:       #0033ff;
  --blue2:      #4466ff;
  --blue-pale:  #e8edff;
  --sand:       #e0d9cc;
  --muted:      #7a7a90;
  --rule:       rgba(8,8,20,.09);
  --rule-light: rgba(255,255,255,.1);
  --ease:       cubic-bezier(.16,1,.3,1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--cream);
  color: var(--ink);
  font-family: 'Outfit', sans-serif;
  font-weight: 300;
  overflow-x: hidden;
  cursor: none;
}

/* ── CURSOR ── */
#cur {
  width: 10px; height: 10px;
  background: var(--blue); border-radius: 50%;
  position: fixed; pointer-events: none; z-index: 9999;
  transform: translate(-50%,-50%);
  transition: width .18s, height .18s;
}
#cur-r {
  width: 36px; height: 36px;
  border: 1.5px solid var(--blue); border-radius: 50%;
  position: fixed; pointer-events: none; z-index: 9998;
  transform: translate(-50%,-50%);
  transition: all .28s var(--ease);
  opacity: .4;
}

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 300;
  height: 68px;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 60px;
  background: rgba(244,240,232,.96);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--rule);
  transition: box-shadow .3s;
}
nav.scrolled { box-shadow: 0 2px 24px rgba(0,0,0,.08); }
.logo {
  font-family: 'Playfair Display', serif;
  font-weight: 900; font-size: 1.25rem;
  color: var(--ink); text-decoration: none;
}
.logo em { font-style: italic; color: var(--blue); }
.nav-links { display: flex; gap: 38px; list-style: none; }
.nav-links a {
  font-size: .78rem; font-weight: 500;
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--muted); text-decoration: none;
  transition: color .2s;
}
.nav-links a:hover { color: var(--ink); }
.nav-btn {
  background: var(--ink); color: var(--cream);
  font-family: 'Outfit', sans-serif;
  font-size: .78rem; font-weight: 600;
  letter-spacing: .08em; text-transform: uppercase;
  text-decoration: none; padding: 12px 26px;
  transition: background .25s;
}
.nav-btn:hover { background: var(--blue); }

/* ── SHARED ── */
.section { padding: 120px 60px; }
.sec-top {
  display: grid; grid-template-columns: auto 1fr;
  gap: 80px; align-items: end;
  padding-bottom: 56px; border-bottom: 1px solid var(--rule);
  margin-bottom: 72px;
}
.sec-top.dark { border-color: rgba(255,255,255,.08); }
.sec-label {
  font-size: .7rem; font-weight: 600;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--blue); display: block; margin-bottom: 14px;
}
.sec-h {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: clamp(2.5rem, 4vw, 4.2rem);
  line-height: .93; letter-spacing: -.025em;
}
.sec-h em { font-style: italic; color: var(--blue); }
.sec-p { font-size: .92rem; line-height: 1.8; color: var(--muted); max-width: 380px; }

.btn-primary {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--ink); color: var(--cream);
  font-weight: 600; font-size: .82rem;
  letter-spacing: .07em; text-transform: uppercase;
  text-decoration: none; padding: 18px 36px;
  transition: all .3s;
}
.btn-primary:hover { background: var(--blue); transform: translateX(4px); }
.btn-outline {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .82rem; font-weight: 500; color: var(--muted);
  text-decoration: none; padding-bottom: 3px;
  border-bottom: 1px solid var(--rule);
  transition: all .2s;
}
.btn-outline:hover { color: var(--ink); border-color: var(--ink); }

/* ── HERO ── */
.hero {
  min-height: 100vh;
  display: grid; grid-template-columns: 1fr 1fr;
  padding-top: 68px; overflow: hidden;
}
.hero-l {
  display: flex; flex-direction: column; justify-content: center;
  padding: 80px 60px; position: relative; z-index: 2;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: .72rem; font-weight: 600;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--blue); margin-bottom: 32px;
}
.hero-eyebrow::before { content: ''; width: 28px; height: 1.5px; background: var(--blue); }
h1.hero-title {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: clamp(3.8rem, 5.8vw, 7rem);
  line-height: .9; letter-spacing: -.03em;
  margin-bottom: 32px;
}
h1.hero-title .it { font-style: italic; color: var(--blue); }
h1.hero-title .out { -webkit-text-stroke: 1.5px var(--ink); color: transparent; }
.hero-sub {
  font-size: 1.05rem; line-height: 1.75; color: var(--muted);
  max-width: 460px; margin-bottom: 44px;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; margin-bottom: 52px; }
.hero-trust { display: flex; gap: 28px; }
.trust-item { display: flex; flex-direction: column; }
.trust-n {
  font-family: 'Playfair Display', serif;
  font-weight: 700; font-size: 1.9rem; line-height: 1; color: var(--ink);
}
.trust-n em { font-style: italic; color: var(--blue); font-size: 1.1rem; }
.trust-l { font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-top: 4px; }

/* hero right */
.hero-r {
  background: var(--ink2); position: relative;
  overflow: hidden; display: flex; align-items: center; justify-content: center;
}
.hero-bg-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(100,130,255,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(100,130,255,.07) 1px, transparent 1px);
  background-size: 48px 48px;
  animation: gridScroll 18s linear infinite;
}
@keyframes gridScroll { 0% { transform: translateY(0); } 100% { transform: translateY(48px); } }
.hero-bg-glow {
  position: absolute; width: 500px; height: 500px; border-radius: 50%;
  background: radial-gradient(circle, rgba(0,51,255,.22) 0%, transparent 70%);
  top: 50%; left: 50%; transform: translate(-50%,-50%);
  animation: glowPulse 5s ease-in-out infinite;
}
@keyframes glowPulse {
  0%,100% { opacity: .6; transform: translate(-50%,-50%) scale(1); }
  50%      { opacity: 1;  transform: translate(-50%,-50%) scale(1.1); }
}

/* dashboard card */
.dash-card {
  position: relative; z-index: 2; width: 380px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  backdrop-filter: blur(8px);
  padding: 32px; display: flex; flex-direction: column; gap: 20px;
}
.dash-header { display: flex; justify-content: space-between; align-items: center; }
.dash-title { font-size: .78rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.5); }
.dash-live { display: flex; align-items: center; gap: 6px; font-size: .7rem; color: #22c55e; font-weight: 500; }
.dash-live::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #22c55e; animation: liveBlink 1.8s infinite; }
@keyframes liveBlink { 0%,100% { opacity: 1; } 50% { opacity: .3; } }
.dash-stat-row { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 12px; }
.ds-item { background: rgba(255,255,255,.06); padding: 14px 16px; }
.ds-val { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1.6rem; color: #fff; line-height: 1; }
.ds-val em { font-style: italic; color: var(--blue2); font-size: .9rem; }
.ds-key { font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.35); margin-top: 4px; }
.ds-up { font-size: .72rem; color: #22c55e; margin-top: 2px; }
.dash-chart-label { font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.3); }
.dash-bars { display: flex; align-items: flex-end; gap: 7px; height: 70px; margin-top: 8px; }
.bar-col { display: flex; flex-direction: column; align-items: center; gap: 4px; flex: 1; }
.bar-fill {
  width: 100%; background: var(--blue2);
  border-radius: 2px 2px 0 0;
  animation: barGrow .8s var(--ease) forwards;
}
.bar-fill.hi { background: var(--blue); }
@keyframes barGrow { from { height: 0 !important; } }
.bar-lbl { font-size: .6rem; color: rgba(255,255,255,.3); letter-spacing: .04em; }
.dash-channels { display: flex; gap: 8px; flex-wrap: wrap; }
.dch {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 5px 11px;
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1);
  font-size: .68rem; color: rgba(255,255,255,.55); letter-spacing: .06em;
}
.dch-dot { width: 6px; height: 6px; border-radius: 50%; }

/* hero badges */
.hero-badge {
  position: absolute; background: var(--cream);
  padding: 14px 20px; font-size: .75rem; font-weight: 600; color: var(--ink);
  display: flex; align-items: center; gap: 8px;
  box-shadow: 0 8px 32px rgba(0,0,0,.2);
}
.hero-badge.b1 { top: 80px; right: 60px; animation: float 4s ease-in-out infinite; }
.hero-badge.b2 { bottom: 100px; right: 40px; animation: float 5s ease-in-out infinite .8s; }
.badge-ico { width: 22px; height: 22px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: .8rem; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

/* ── MARQUEE ── */
.marquee {
  background: var(--ink); overflow: hidden;
  padding: 16px 0; border-top: 1px solid rgba(255,255,255,.05);
}
.marquee-track { display: flex; animation: marquee 26s linear infinite; white-space: nowrap; }
.mi {
  display: inline-flex; align-items: center; gap: 22px;
  padding: 0 28px; font-size: .72rem; letter-spacing: .14em;
  text-transform: uppercase; font-weight: 500; color: rgba(255,255,255,.4);
}
.mi b { color: rgba(255,255,255,.8); }
.mi-sep { color: var(--blue2); opacity: .6; }
@keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* ── CHANNELS ── */
.channels-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* keep your other existing properties like gap, padding, etc. */
}.ch-card { position: relative; overflow: hidden; cursor: none; background: var(--ink2); }
.ch-card-inner { padding-top: 140%; position: relative; }
.ch-bg { position: absolute; inset: 0; transition: transform .6s var(--ease); }
.ch-card:hover .ch-bg { transform: scale(1.06); }

.ch-google   .ch-bg { background: linear-gradient(145deg,#1a1a2e 0%,#0d1b4b 100%); }
.ch-facebook .ch-bg { background: linear-gradient(145deg,#0f1c35 0%,#1a3a6e 100%); }
.ch-email    .ch-bg { background: linear-gradient(145deg,#0d2b1a 0%,#0a3d20 100%); }
.ch-tiktok   .ch-bg { background: linear-gradient(145deg,#1a0d1a 0%,#2d0a2d 100%); }
.ch-pinterest .ch-bg { background: linear-gradient(145deg,#2d0808 0%,#1a0505 100%); }

.ch-shape { position: absolute; border-radius: 50%; opacity: .18; }
.ch-google   .ch-shape { width:200%;height:200%;background:radial-gradient(circle,#4285F4,#34A853);top:-50%;left:-50%; }
.ch-facebook .ch-shape { width:180%;height:180%;background:radial-gradient(circle,#1877F2,#42a5f5);top:-40%;left:-40%; }
.ch-email    .ch-shape { width:200%;height:200%;background:radial-gradient(circle,#22c55e,#16a34a);top:-60%;left:-30%; }
.ch-tiktok   .ch-shape { width:220%;height:220%;background:radial-gradient(circle,#ff0050,#00f2ea);top:-50%;left:-60%; }
.ch-pinterest .ch-shape { width:190%;height:190%;background:radial-gradient(circle,#E60023,#ff6b81);top:-40%;left:-40%; }

.ch-icon-wrap {
  position: absolute; top: 28px; left: 24px;
  width: 44px; height: 44px; background: rgba(255,255,255,.1);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  backdrop-filter: blur(4px); transition: background .3s;
}
.ch-card:hover .ch-icon-wrap { background: rgba(255,255,255,.2); }
.ch-icon-wrap svg { width: 22px; height: 22px; }
.ch-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(0,rgba(0,0,0,.85) 0%,transparent 100%);
}
.ch-bottom { position: absolute; bottom: 0; left: 0; right: 0; padding: 28px 22px; }
.ch-name { font-family: 'Playfair Display',serif; font-weight: 700; font-size: 1.3rem; color: #fff; margin-bottom: 4px; }
.ch-reach { font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.45); }
.ch-tagline {
  font-size: .8rem; color: rgba(255,255,255,.6); line-height: 1.55; margin-top: 8px;
  max-height: 0; overflow: hidden; transition: max-height .4s var(--ease);
}
.ch-card:hover .ch-tagline { max-height: 60px; }
.ch-arrow {
  position: absolute; bottom: 28px; right: 22px;
  width: 32px; height: 32px; background: var(--blue);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transform: translateY(8px); transition: all .3s;
}
.ch-card:hover .ch-arrow { opacity: 1; transform: translateY(0); }

/* ── NUMBERS BAND ── */
.numbers-band {
  background: var(--ink); padding: 80px 60px;
  display: grid; grid-template-columns: repeat(4,1fr);
  border-top: 1px solid rgba(255,255,255,.05);
}
.nb-item { padding: 40px; border-right: 1px solid rgba(255,255,255,.07); text-align: center; }
.nb-item:last-child { border-right: none; }
.nb-val { font-family:'Playfair Display',serif; font-weight:900; font-size:3.2rem; color:#fff; line-height:1; margin-bottom:8px; }
.nb-val em { font-style:italic; color:var(--blue2); font-size:2rem; }
.nb-label { font-size:.72rem; letter-spacing:.14em; text-transform:uppercase; color:rgba(255,255,255,.35); }
.nb-desc { font-size:.82rem; color:rgba(255,255,255,.4); margin-top:8px; line-height:1.6; }

/* ── SERVICES MOSAIC ── */
.services-grid {
  display: grid; grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto; gap: 3px; margin-top: 72px;
}
.svc { position: relative; overflow: hidden; }
.svc.tall { grid-row: span 2; }
.svc-bg { position: absolute; inset: 0; transition: transform .55s var(--ease); }
.svc:hover .svc-bg { transform: scale(1.04); }
.svc-1  .svc-bg { background: linear-gradient(135deg,#0d1b4b 0%,#1a2e6b 50%,#0033ff22 100%); }
.svc-2  .svc-bg { background: linear-gradient(135deg,#0d2b1a 0%,#1a4d2e 100%); }
.svc-3  .svc-bg { background: linear-gradient(135deg,#2d1a0d 0%,#4d3010 100%); }
.svc-4  .svc-bg { background: linear-gradient(135deg,#1a0d2d 0%,#2d1050 100%); }
.svc-5  .svc-bg { background: linear-gradient(135deg,#2d0808 0%,#4a0d0d 100%); }
.svc-6  .svc-bg { background: linear-gradient(135deg,#0d2028 0%,#0d3040 100%); }
.svc-art { position: absolute; inset: 0; opacity: .22; pointer-events: none; overflow: hidden; }
.svc-overlay { position: absolute; inset: 0; background: linear-gradient(0,rgba(0,0,0,.8) 0%,rgba(0,0,0,.1) 60%); }
.svc-content { position: absolute; bottom: 0; left: 0; right: 0; padding: 32px 28px; }
.svc-num { font-size: .65rem; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.35); margin-bottom: 8px; }
.svc-name { font-family:'Playfair Display',serif; font-weight:700; font-size:1.35rem; color:#fff; margin-bottom:8px; }
.svc-desc { font-size:.82rem; color:rgba(255,255,255,.55); line-height:1.65; }
.svc-tag {
  display: inline-flex; align-items: center; gap: 6px; margin-top: 14px;
  font-size: .68rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  color: var(--blue2); background: rgba(68,102,255,.15); padding: 6px 12px;
}

/* ── APPROACH ── */
.approach { padding: 120px 60px; background: #fff; }
.approach-grid {
  display: grid; grid-template-columns: repeat(3,1fr);
  border: 1px solid var(--rule); margin-top: 72px;
}
.ap-step {
  padding: 48px 36px; border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule); position: relative; overflow: hidden;
  transition: background .3s;
}
.ap-step:hover { background: var(--blue-pale); }
.ap-step:nth-child(3n)        { border-right: none; }
.ap-step:nth-last-child(-n+3) { border-bottom: none; }
.ap-bar { position: absolute; bottom: 0; left: 0; height: 3px; width: 0; background: var(--blue); transition: width .5s var(--ease); }
.ap-step:hover .ap-bar { width: 100%; }
.ap-idx { font-family:'Playfair Display',serif; font-style:italic; font-size:.85rem; color:var(--muted); display:block; margin-bottom:24px; }
.ap-icon {
  width: 44px; height: 44px; background: var(--ink);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px; transition: background .3s;
}
.ap-step:hover .ap-icon { background: var(--blue); }
.ap-icon svg { width: 20px; height: 20px; stroke: #fff; stroke-width: 1.5; fill: none; }
.ap-title { font-family:'Playfair Display',serif; font-weight:700; font-size:1.2rem; color:var(--ink); margin-bottom:12px; }
.ap-text { font-size:.84rem; line-height:1.75; color:var(--muted); }

/* ── WHY NEXUS ── */
.why { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--rule); }
.why-visual {
  background: var(--ink2); position: relative; overflow: hidden;
  min-height: 680px; display: flex; align-items: center; justify-content: center;
}
.why-bg-rings { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
.ring { position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.06); }
.r1 { width: 560px; height: 560px; animation: spinSlow 40s linear infinite; }
.r2 { width: 400px; height: 400px; animation: spinSlow 28s linear infinite reverse; }
.r3 { width: 260px; height: 260px; border: 1px solid rgba(68,102,255,.2); }
.r4 { width: 140px; height: 140px; background: var(--blue); border: none; display: flex; align-items: center; justify-content: center; }
.r4-text { font-family:'Playfair Display',serif; font-weight:700; font-size:.75rem; color:#fff; text-align:center; line-height:1.4; letter-spacing:.04em; }
@keyframes spinSlow { 0% { transform: rotate(0); } 100% { transform: rotate(360deg); } }
.orbit-dot {
  position: absolute; width: 10px; height: 10px;
  background: var(--blue2); border-radius: 50%;
  top: 50%; left: 50%;
  animation: orbit 8s linear infinite;
}
.orbit-dot2 { animation-duration: 12s; animation-direction: reverse; background: #fff; width: 6px; height: 6px; }
@keyframes orbit {
  0%   { transform: rotate(0deg)   translateX(200px) rotate(0deg); }
  100% { transform: rotate(360deg) translateX(200px) rotate(-360deg); }
}
.why-stats { position: absolute; bottom: 48px; left: 48px; display: flex; flex-direction: column; gap: 16px; }
.ws-item { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); padding: 16px 20px; backdrop-filter: blur(6px); }
.ws-val { font-family:'Playfair Display',serif; font-weight:700; font-size:1.6rem; color:#fff; line-height:1; }
.ws-val em { font-style:italic; color:var(--blue2); font-size:1rem; }
.ws-key { font-size:.65rem; letter-spacing:.12em; text-transform:uppercase; color:rgba(255,255,255,.35); margin-top:3px; }
.why-content { padding: 80px 64px; display: flex; flex-direction: column; justify-content: center; }
.why-content .sec-label { margin-bottom: 16px; display: block; }
.why-h { font-family:'Playfair Display',serif; font-weight:900; font-size:clamp(2rem,3vw,3.2rem); letter-spacing:-.025em; line-height:1.05; margin-bottom:24px; }
.why-h em { font-style:italic; color:var(--blue); }
.why-intro { font-size:.95rem; line-height:1.8; color:var(--muted); margin-bottom:48px; }
.wf-item { display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--rule); align-items: start; }
.wf-item:last-child { border-bottom: none; }
.wf-ico { width: 44px; height: 44px; background: var(--blue-pale); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: background .3s; }
.wf-item:hover .wf-ico { background: var(--blue); }
.wf-item:hover .wf-ico svg { stroke: #fff; }
.wf-ico svg { width: 20px; height: 20px; stroke: var(--blue); stroke-width: 1.5; fill: none; transition: stroke .3s; }
.wf-title { font-family:'Playfair Display',serif; font-weight:700; font-size:1.05rem; color:var(--ink); margin-bottom:6px; }
.wf-text { font-size:.85rem; line-height:1.7; color:var(--muted); }

/* ── COMPARE TABLE ── */
.compare { padding: 120px 60px; background: var(--ink); }
.compare .sec-label { color: rgba(100,136,255,.7); }
.compare .sec-h { color: #fff; }
.compare .sec-h em { color: #6888ff; }
.compare .sec-p { color: rgba(255,255,255,.4); }
.compare-table { width: 100%; border-collapse: collapse; margin-top: 72px; }
.compare-table th {
  padding: 20px 28px; text-align: left;
  font-size: .72rem; letter-spacing: .14em; text-transform: uppercase;
  font-weight: 600; color: rgba(255,255,255,.3);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.compare-table th.col-nexus { color: var(--blue2); }
.compare-table td {
  padding: 20px 28px; font-size: .88rem; line-height: 1.6;
  border-bottom: 1px solid rgba(255,255,255,.05);
  color: rgba(255,255,255,.5);
  vertical-align: middle;
}
.compare-table tr:hover td { background: rgba(255,255,255,.02); }
.compare-table td.feature { color: rgba(255,255,255,.7); font-weight: 500; }
.compare-table td.col-nexus { color: rgba(255,255,255,.85); }
.check { color: #22c55e; font-size: 1.1rem; }
.cross { color: rgba(255,255,255,.2); font-size: 1.1rem; }
.col-nexus-header { background: rgba(0,51,255,.15); }

/* ── CASE STUDY ── */
.case-study { display: grid; grid-template-columns: 1fr 1fr; min-height: 540px; border-top: 1px solid var(--rule); }
.cs-visual {
  background: var(--ink2); position: relative;
  overflow: hidden; display: flex; align-items: center; justify-content: center;
}
.cs-art { position: relative; z-index: 1; width: 340px; }
.cs-bg-glow {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 60% 50%, rgba(0,51,255,.25), transparent 70%);
}
.cs-graph { position: relative; z-index: 2; }
.cs-graph-bar { fill: none; }
.cs-chip {
  position: absolute; background: var(--blue); color: #fff;
  padding: 12px 18px; font-size: .75rem; font-weight: 600; letter-spacing: .06em;
  display: flex; flex-direction: column; gap: 2px;
}
.cs-chip.c1 { top: 60px; left: 40px; }
.cs-chip.c2 { bottom: 60px; right: 40px; }
.cs-chip span { font-family:'Playfair Display',serif; font-size:1.5rem; font-weight:700; line-height:1; }
.cs-content { padding: 80px 64px; display: flex; flex-direction: column; justify-content: center; background: var(--cream); }
.cs-content .sec-label { display:block; margin-bottom:16px; }
.cs-h { font-family:'Playfair Display',serif; font-weight:900; font-size:clamp(2rem,2.8vw,3rem); letter-spacing:-.025em; line-height:1.05; margin-bottom:20px; }
.cs-h em { font-style:italic; color:var(--blue); }
.cs-p { font-size:.9rem; line-height:1.8; color:var(--muted); margin-bottom:14px; }
.cs-metrics { display:flex; gap:32px; margin:32px 0; padding:32px 0; border-top:1px solid var(--rule); border-bottom:1px solid var(--rule); }
.cs-m-val { font-family:'Playfair Display',serif; font-weight:700; font-size:2.2rem; color:var(--ink); line-height:1; }
.cs-m-val em { font-style:italic; color:var(--blue); font-size:1.2rem; }
.cs-m-label { font-size:.68rem; letter-spacing:.1em; text-transform:uppercase; color:var(--muted); margin-top:5px; }
.cs-industry { font-size:.75rem; letter-spacing:.12em; text-transform:uppercase; color:var(--muted); }

/* ── FAQ ── */
.faq { padding: 120px 60px; background: #fff; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-top: 72px; border: 1px solid var(--rule); }
.faq-item {
  padding: 36px 40px; border-right: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule); cursor: pointer;
  transition: background .25s;
}
.faq-item:nth-child(2n)        { border-right: none; }
.faq-item:nth-last-child(-n+2) { border-bottom: none; }
.faq-item:hover { background: var(--blue-pale); }
.faq-q {
  display: flex; justify-content: space-between; align-items: flex-start; gap: 16px;
  font-family:'Playfair Display',serif; font-weight:700; font-size:1.05rem;
  color:var(--ink); margin-bottom:0;
}
.faq-icon {
  width: 24px; height: 24px; background: var(--ink); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; transition: all .3s; margin-top: 2px;
  color: #fff; font-size: .85rem; line-height: 1;
}
.faq-item.open .faq-icon { background: var(--blue); transform: rotate(45deg); }
.faq-a {
  font-size: .88rem; line-height: 1.8; color: var(--muted);
  max-height: 0; overflow: hidden;
  transition: max-height .4s var(--ease), margin-top .3s;
}
.faq-item.open .faq-a { max-height: 200px; margin-top: 16px; }

/* ── CTA ── */
.cta-section {
  background: var(--blue); padding: 120px 60px;
  position: relative; overflow: hidden;
  display: grid; grid-template-columns: 1fr auto;
  gap: 80px; align-items: center;
}
.cta-section::before {
  content: ''; position: absolute; right: -200px; top: -200px;
  width: 700px; height: 700px; border-radius: 50%; background: rgba(255,255,255,.05);
}
.cta-section::after {
  content: ''; position: absolute; left: -100px; bottom: -150px;
  width: 400px; height: 400px; border-radius: 50%; background: rgba(0,0,0,.08);
}
.cta-left { position: relative; z-index: 1; }
.cta-h {
  font-family:'Playfair Display',serif; font-weight:900;
  font-size:clamp(2.5rem,5vw,5.5rem); color:#fff;
  line-height:.9; letter-spacing:-.03em; margin-bottom:20px;
}
.cta-h em { font-style:italic; opacity:.55; }
.cta-sub { font-size:1rem; color:rgba(255,255,255,.65); max-width:500px; line-height:1.75; }
.cta-right { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 14px; flex-shrink: 0; }
.btn-white {
  display: inline-flex; align-items: center; gap: 12px;
  background: #fff; color: var(--blue);
  font-weight: 700; font-size: .82rem;
  letter-spacing: .07em; text-transform: uppercase;
  text-decoration: none; padding: 20px 44px;
  transition: all .3s; white-space: nowrap;
}
.btn-white:hover { background: var(--ink); color: #fff; transform: translateY(-3px); }
.cta-note { font-size: .75rem; color: rgba(255,255,255,.4); text-align: center; }

/* ── STICKY CTA ── */
.sticky-cta {
  position: fixed; bottom: 32px; right: 32px; z-index: 500;
  background: var(--ink); color: var(--cream);
  display: flex; align-items: center; gap: 12px;
  padding: 16px 24px;
  font-size: .8rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase;
  text-decoration: none; box-shadow: 0 8px 32px rgba(0,0,0,.25);
  opacity: 0; transform: translateY(20px);
  transition: opacity .4s, transform .4s, background .2s;
  pointer-events: none;
}
.sticky-cta.visible { opacity: 1; transform: translateY(0); pointer-events: all; }
.sticky-cta:hover { background: var(--blue); }
.sticky-dot { width: 7px; height: 7px; border-radius: 50%; background: #22c55e; animation: liveBlink 1.8s infinite; }

/* ── FOOTER ── */
footer { background: var(--ink); padding: 80px 60px 0; }
.footer-top {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 60px; padding-bottom: 60px;
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.f-logo { font-family:'Playfair Display',serif; font-weight:900; font-size:1.5rem; color:#fff; margin-bottom:16px; }
.f-logo em { font-style:italic; color:#6888ff; }
.f-tagline { font-size:.85rem; line-height:1.75; color:rgba(255,255,255,.3); max-width:280px; margin-bottom:28px; }
.f-contact { font-size:.82rem; line-height:1.9; color:rgba(255,255,255,.4); }
.f-contact a { color:var(--blue2); text-decoration:none; transition:color .2s; }
.f-contact a:hover { color:#fff; }
.f-col-title { font-size:.68rem; letter-spacing:.16em; text-transform:uppercase; color:rgba(255,255,255,.2); font-weight:600; margin-bottom:20px; }
.f-links { list-style:none; display:flex; flex-direction:column; gap:11px; }
.f-links a { font-size:.85rem; color:rgba(255,255,255,.4); text-decoration:none; transition:color .2s; }
.f-links a:hover { color:#fff; }
.footer-bottom {
  display: flex; justify-content: space-between;
  padding: 28px 0; font-size: .72rem;
  letter-spacing: .05em; color: rgba(255,255,255,.18);
}

/* ── REVEAL ── */
.rv   { opacity:0; transform:translateY(28px);  transition:opacity .75s ease, transform .75s ease; }
.rv-l { opacity:0; transform:translateX(-28px); transition:opacity .75s ease, transform .75s ease; }
.rv-r { opacity:0; transform:translateX(28px);  transition:opacity .75s ease, transform .75s ease; }
.rv.in, .rv-l.in, .rv-r.in { opacity:1; transform:none; }

/* ── RESPONSIVE ── */
@media (max-width: 1100px) {
  nav { padding: 0 24px; }
  .nav-links { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-r { display: none; }
  .hero-l { padding: 100px 24px 70px; }
  .section { padding: 80px 24px; }
  .sec-top { grid-template-columns: 1fr; gap: 20px; }
  .channels-grid { grid-template-columns: 1fr 1fr 1fr; }
  .numbers-band { grid-template-columns: 1fr 1fr; padding: 60px 24px; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .svc.tall { grid-row: span 1; }
  .approach { padding: 80px 24px; }
  .approach-grid { grid-template-columns: 1fr 1fr; }
  .why { grid-template-columns: 1fr; }
  .why-visual { min-height: 400px; }
  .why-content { padding: 60px 24px; }
  .compare { padding: 80px 24px; }
  .compare-table th, .compare-table td { padding: 14px 16px; font-size: .8rem; }
  .case-study { grid-template-columns: 1fr; }
  .cs-visual { min-height: 360px; }
  .cs-content { padding: 60px 24px; }
  .faq { padding: 80px 24px; }
  .faq-grid { grid-template-columns: 1fr; }
  .faq-item:nth-child(2n) { border-right: none; }
  .faq-item:nth-last-child(-n+2) { border-bottom: 1px solid var(--rule); }
  .faq-item:last-child { border-bottom: none; }
  .cta-section { grid-template-columns: 1fr; padding: 80px 24px; gap: 40px; }
  footer { padding: 50px 24px 0; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 40px; }
  .sticky-cta { bottom: 16px; right: 16px; padding: 14px 18px; }
}
