/* --- DESIGN SYSTEM & CSS VARIABLES --- */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Space Grotesk', sans-serif;
}
:root {
  --bg-deep: #020205;
  --text-primary: #f8fafc;
  --text-secondary: #94a3b8;
  --neon-blue: #00f2fe;
  --neon-purple: #9d4edd;
  --electric-cyan: #00ffd2;
  --card-glass: rgba(8, 9, 20, 0.85);
  --border-glass: rgba(0, 242, 254, 0.18);
  --font-sans:
    'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* --- STAGE INITIALIZATION --- */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  user-select: none;
  -webkit-user-drag: none;
}
body,
html {
  width: 100%;
  height: 100%;
  background-color: var(--bg-deep);
  font-family: var(--font-sans);
  color: var(--text-primary);
  scrollbar-width: thin;
  scrollbar-color: var(--neon-purple) var(--bg-deep);
  scroll-behavior: smooth;
}

/* --- GLOBAL SLIM SCROLLBAR (consistent look across all pages) --- */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  background: var(--bg-deep);
}
::-webkit-scrollbar-thumb {
  background: var(--neon-purple);
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--neon-blue);
}
::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}
::-webkit-scrollbar-corner {
  display: none;
}

.mobile-footer {
  display: none;
}
section {
  position: relative;
  padding: 70px 8%;
  width: 100%;
  overflow: hidden;
}
.logo-frame img {
  width: 100%;
  max-width: 280px;
}

.card-visual-frame img {
  width: 100%;
}
.about-p-5{
    padding-top:150px !important;
}



.adz {
  --adz-space-top:    100px;   /* room for YOUR header */
  --adz-space-bottom: 100px;   /* room for YOUR footer — equal to top so the carousel is perfectly centred */

  --adz-space-0:  #01050d;
  --adz-space-1:  #040b1a;
  --adz-cyan:     #2fc0ee;
  --adz-ink:      #f2f6fb;
  --adz-ink-dim:  rgba(226, 236, 248, .58);
  --adz-ink-faint:rgba(226, 236, 248, .34);

  /* Geometry — written by script on load and resize. The defaults
     are the solved 1920-wide reference values. */
  --persp:  1461px;
  --radius: 1024px;
  --ring-z: -1368px;
  --ring-y: 55px;
  --tilt:   12deg;
  --card-w: 640px;
  --card-h: 338px;
  --step:   72deg;

  position: relative;
  display: block;
  width: 100%;
  min-height: 100svh;
  padding-top: var(--adz-space-top);
  padding-bottom: var(--adz-space-bottom);
  overflow: hidden;
  isolation: isolate;
  background: var(--adz-space-0);
  font-family: "Barlow", "Helvetica Neue", Arial, sans-serif;
  color: var(--adz-ink);
  -webkit-font-smoothing: antialiased;
}

.adz *, .adz *::before, .adz *::after { box-sizing: border-box; }

.adz__sr {
  position: absolute; width: 1px; height: 1px;
  margin: -1px; padding: 0; border: 0;
  clip: rect(0 0 0 0); clip-path: inset(50%); overflow: hidden;
}

/* ---------- backdrop (covers the reserved spaces too) ---------- */

.adz__stars {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  z-index: 0;
  pointer-events: none;
}

.adz__nebula {
  position: absolute; inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(58% 42% at 50% 36%, rgba(46, 92, 168, .34) 0%, transparent 68%),
    radial-gradient(38% 30% at 62% 28%, rgba(96, 140, 220, .16) 0%, transparent 70%),
    radial-gradient(46% 34% at 34% 46%, rgba(120, 90, 190, .12) 0%, transparent 72%),
    radial-gradient(90% 70% at 50% 82%, rgba(8, 6, 26, .85) 0%, transparent 70%),
    linear-gradient(180deg, var(--adz-space-1) 0%, var(--adz-space-0) 64%);
  background-size: 130% 130%, 145% 145%, 135% 135%, 120% 120%, 100% 100%;
  animation: adzGalaxyDrift 14s ease-in-out infinite alternate;
  will-change: transform, background-position, opacity;
}

.adz__nebula::before,
.adz__nebula::after {
  content: "";
  position: absolute;
  inset: -25%;
  pointer-events: none;
  border-radius: 50%;
  mix-blend-mode: screen;
  will-change: transform, opacity;
}

.adz__nebula::before {
  background:
    radial-gradient(ellipse at 28% 42%, rgba(70, 130, 255, .20) 0%, transparent 24%),
    radial-gradient(ellipse at 72% 58%, rgba(155, 72, 255, .18) 0%, transparent 22%),
    radial-gradient(ellipse at 50% 50%, rgba(35, 180, 255, .08) 0%, transparent 38%);
  filter: blur(28px);
  animation: adzGalaxyClouds 18s ease-in-out infinite alternate;
}

.adz__nebula::after {
  background:
    radial-gradient(circle at 50% 48%, rgba(255,255,255,.08) 0 1px, transparent 2px),
    radial-gradient(circle at 24% 64%, rgba(120,190,255,.10) 0 1px, transparent 2px),
    radial-gradient(circle at 78% 34%, rgba(190,140,255,.09) 0 1px, transparent 2px);
  background-size: 170px 170px, 230px 230px, 310px 310px;
  animation: adzGalaxyDust 28s linear infinite;
  opacity: .7;
}

@keyframes adzGalaxyClouds {
  0% { transform: translate3d(-3%, 2%, 0) scale(1); opacity: .65; }
  50% { transform: translate3d(2%, -2%, 0) scale(1.06); opacity: .95; }
  100% { transform: translate3d(5%, 3%, 0) scale(1.1); opacity: .72; }
}

@keyframes adzGalaxyDust {
  from { transform: rotate(0deg) scale(1); }
  to { transform: rotate(360deg) scale(1.08); }
}

/* ---------- 3D stage ---------- */

.adz__stage {
  position: relative;
  z-index: 3;
  width: 100%;
  height: calc(100svh - var(--adz-space-top) - var(--adz-space-bottom));
  min-height: 380px;
  perspective: var(--persp);
  perspective-origin: 50% 50%;
  transform-style: preserve-3d;
  outline: none;
  cursor: grab;
  /* Vertical swipes still scroll the page; horizontal ones rotate. */
  touch-action: pan-y;
}
.adz__stage.is-dragging { cursor: grabbing; }
.adz__stage:focus-visible { box-shadow: inset 0 0 0 2px var(--adz-cyan); }

.adz__ring {
  position: absolute;
  left: 50%; top: 50%;
  width: 0; height: 0;
  transform-style: preserve-3d;
  transform:
    translateY(var(--ring-y))
    translateZ(var(--ring-z))
    rotateX(calc(-1 * var(--tilt)))
    rotateY(var(--angle, 0deg));
  will-change: transform;
}

/* ---------- cards ---------- */

.adz__card {
  position: absolute;
  left: 0; top: 0;
  width: var(--card-w);
  height: var(--card-h);
  margin: 0; padding: 0; border: 0;
  appearance: none; -webkit-appearance: none;
  background: none;
  font: inherit; color: inherit;
  text-decoration: none;
  cursor: pointer;
  display: block;
  transform-style: flat;
  backface-visibility: visible;   /* rear cards read mirrored, as in the reference */
  transform:
    translate(-50%, -50%)
    rotateY(calc(var(--i) * var(--step)))
    translateZ(var(--radius));
}
.adz__card:focus-visible { outline: 2px solid var(--adz-cyan); outline-offset: 6px; }

/* All 5 cards render at full colour/visibility — no grayscale or
   dimming filter is applied to any card, active or not. */
.adz__art {
  position: absolute; inset: 0;
  overflow: hidden;
  background: #6d7176;
  box-shadow: 0 0 0 1px rgba(255,255,255,.07), 0 26px 60px rgba(0,0,0,.55);
}
.adz__art img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}

/* Soft, feathered grade at the base of the photo — not a panel, just
   enough lift to seat the type into the image the way a printed
   caption sits on a photograph. */
.adz__art::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(6, 8, 14, .58) 0%,
    rgba(6, 8, 14, .30) 16%,
    rgba(6, 8, 14, .08) 32%,
    transparent 46%
  );
  mix-blend-mode: multiply;
  pointer-events: none;
}

/* ---------- title ---------- */

.adz__title {
  position: absolute;
  z-index: 2;
  left: 8%; right: 8%;
  bottom: 8%;
  font-family: "Space Grotesk", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: calc(var(--card-h) * .082);
  line-height: 1.15;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .96);
  text-shadow:
    0 1px 2px rgba(0, 0, 0, .65),
    0 10px 26px rgba(0, 0, 0, .55),
    0 0 42px rgba(0, 0, 0, .3);
  pointer-events: none;
}


/* ============================================================
   CENTRE-PIECE — 3D location pin
   ============================================================ */

.adz__core {
  position: absolute;
  left: 50%; top: 50%;
  width: calc(var(--card-w) * .82);
  transform:
    translate(-50%, -50%)
    translateY(calc(var(--ring-y) - var(--card-w) * .375))
    translateZ(var(--ring-z));
  transform-style: preserve-3d;
  pointer-events: none;
}

.adz__coreGlow {
  position: absolute;
  left: 50%; bottom: -6%;
  width: 190%; aspect-ratio: 1.9;
  transform: translateX(-50%);
  background:
    radial-gradient(ellipse at 50% 58%, rgba(47, 192, 238, .30) 0%, transparent 62%),
    radial-gradient(ellipse at 50% 46%, rgba(96, 132, 235, .22) 0%, transparent 68%);
  filter: blur(4px);
}

.adz__pin {
  position: relative;
  display: block;
  width: 100%; height: auto;
  transform-style: preserve-3d;
  animation: adzPinFloat 7s cubic-bezier(.45,0,.55,1) infinite;
}

@keyframes adzPinFloat {
  0%   { transform: translateY(0)      rotateY(-7deg) rotateZ(-.6deg); }
  25%  { transform: translateY(-3.2%)  rotateY(0deg)  rotateZ(0deg); }
  50%  { transform: translateY(-4.6%)  rotateY(7deg)  rotateZ(.6deg); }
  75%  { transform: translateY(-3.2%)  rotateY(0deg)  rotateZ(0deg); }
  100% { transform: translateY(0)      rotateY(-7deg) rotateZ(-.6deg); }
}

/* ground pulse rings */
.adz__ping { transform-box: view-box; transform-origin: 160px 404px; animation: adzPing 3.6s ease-out infinite; }
.adz__ping--2 { animation-delay: 1.2s; }
.adz__ping--3 { animation-delay: 2.4s; }

@keyframes adzPing {
  0%   { transform: scale(.28); opacity: 0; }
  16%  { opacity: .55; }
  100% { transform: scale(1.5); opacity: 0; }
}

/* specular sweep across the pin body */
.adz__gloss { animation: adzGloss 7s ease-in-out infinite; }
@keyframes adzGloss {
  0%, 100% { opacity: .30; transform: translate(-14px, 6px); }
  50%      { opacity: .62; transform: translate(16px, -6px); }
}

/* ---------- controls ---------- */

.adz__hint {
  position: absolute; z-index: 6;
  left: 50%; bottom: calc(var(--adz-space-bottom) * .34);
  transform: translateX(-50%);
  display: flex; align-items: center; gap: 11px;
  color: var(--adz-ink-faint);
  font-size: 10px; letter-spacing: .26em; text-transform: uppercase;
  transition: opacity .5s ease;
  pointer-events: none;
}
.adz__hint svg { width: 17px; height: auto; flex: none; }
.adz__hintDot { animation: adzHintDot 1.9s ease-in-out infinite; }
.adz__hint.is-hidden { opacity: 0; }

@keyframes adzHintDot {
  0%, 100% { transform: translateY(0);    opacity: 1; }
  55%      { transform: translateY(11px); opacity: .15; }
}

.adz__nav {
  position: absolute; z-index: 6;
  right: clamp(14px, 2.1vw, 40px);
  bottom: calc(var(--adz-space-bottom) * .34);
  display: flex; gap: 10px;
}
.adz__navBtn {
  appearance: none; -webkit-appearance: none;
  width: 40px; height: 40px;
  display: grid; place-items: center;
  border: 1px solid rgba(226,236,248,.22);
  border-radius: 50%;
  background: rgba(6,14,30,.42);
  color: var(--adz-ink-dim);
  cursor: pointer;
  transition: color .2s ease, border-color .2s ease, background .2s ease;
}
.adz__navBtn svg { width: 19px; height: 19px; }
.adz__navBtn:hover {
  color: var(--adz-ink);
  border-color: rgba(47,192,238,.6);
  background: rgba(10,26,52,.72);
}
.adz__navBtn:focus-visible { outline: 2px solid var(--adz-cyan); outline-offset: 3px; }

/* ---------- responsive ---------- */

@media (max-width: 900px) {
  .adz { --adz-space-top: 84px; --adz-space-bottom: 84px; }
  .adz__nav {
    right: 10px; bottom: auto; top: 50%;
    flex-direction: column;
    transform: translateY(-50%);
  }
  .adz__hint span { display: none; }
}

@media (max-width: 560px) {
  .adz { --adz-space-top: 72px; --adz-space-bottom: 76px; }
  .adz__stage { min-height: 340px; }
  .adz__navBtn { width: 34px; height: 34px; }
  .adz__navBtn svg { width: 16px; height: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .adz__pin, .adz__ping, .adz__gloss, .adz__hintDot, .adz__nebula, .adz__nebula::before, .adz__nebula::after { animation: none; }
  .adz__art { transition-duration: .2s; }
}


/* --- STABLE FULL-SCREEN CANVAS --- */
#quantumCanvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  pointer-events: none;
  opacity:0.4 !important;
}
#blds-geofencing-root {
  position: relative;
  background-color: #03050e;
  color: #f8fafc;
  font-family: 'Plus Jakarta Sans', sans-serif;
  line-height: 1.6;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;

  /* Scoped Theme Variables */
  --bg-base: #03050e;
  --bg-surface: rgba(255, 255, 255, 0.02);
  --bg-surface-hover: rgba(255, 255, 255, 0.05);
  --neon-cyan: #00f2fe;
  --neon-blue: #3b82f6;
  --neon-purple: #9d4edd;
  --border-color: rgba(255, 255, 255, 0.06);
  --border-glow: rgba(0, 242, 254, 0.25);
  --font-heading: 'Space Grotesk', sans-serif;
  --text-primary: #f8fafc;
  --text-secondary: #94a3b8;
  --text-muted: #64748b;
}

/* Safe CSS Reset within this ecosystem */
#blds-geofencing-root *,
#blds-geofencing-root *::before,
#blds-geofencing-root *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* --- Ambient Background Lights & Matrix Grid --- */
#blds-geofencing-root .matrix-grid-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.007) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.007) 1px, transparent 1px);
  background-size: 50px 50px;
  z-index: 0;
  pointer-events: none;
  animation: gridScroll 30s linear infinite;
}

#blds-geofencing-root .radial-glow {
  position: absolute;
  width: 800px;
  height: 800px;
  background: radial-gradient(
    circle,
    rgba(0, 242, 254, 0.04) 0%,
    transparent 70%
  );
  z-index: 1;
  pointer-events: none;
  filter: blur(80px);
}
#blds-geofencing-root .glow-1 {
  top: -100px;
  left: -200px;
}
#blds-geofencing-root .glow-2 {
  top: 30%;
  right: -300px;
  background: radial-gradient(
    circle,
    rgba(157, 78, 221, 0.03) 0%,
    transparent 70%
  );
}
#blds-geofencing-root .glow-3 {
  bottom: 10%;
  left: -200px;
}

/* --- Reusable Layout Utilities --- */
#blds-geofencing-root .container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 5;
}
/* ─── TOKENS & SCOPED BASE ─── */
.about-2 {
  --cyan: #12dffa;
  --violet: #9358df;
  --bg: #080810;
  --bg2: #0d0d1a;
  --bg3: #11111f;
  --surface: rgba(255, 255, 255, 0.04);
  --surface-hover: rgba(255, 255, 255, 0.07);
  --border: rgba(255, 255, 255, 0.08);
  --border-glow: rgba(18, 223, 250, 0.25);
  --text: #f0f0f8;
  --text-muted: rgba(240, 240, 248, 0.55);
  --grad: linear-gradient(135deg, var(--cyan), var(--violet));
  --grad-text: linear-gradient(90deg, var(--cyan), var(--violet));
  --font: 'Space Grotesk', sans-serif;
  --radius: 16px;
  --radius-lg: 24px;

  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
  width: 100%;
}

/* Scoped resets for children */
.about-2 *,
.about-2 *::before,
.about-2 *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.mvad {
  /* surfaces */
  --mvad-bg:        #04070d;
  --mvad-bg-2:      #060b15;
  --mvad-bg-3:      #05090f;
  --mvad-panel:     rgba(255, 255, 255, .028);
  --mvad-panel-2:   rgba(125, 211, 252, .05);

  /* strokes */
  --mvad-line:      rgba(125, 211, 252, .13);
  --mvad-line-2:    rgba(125, 211, 252, .28);

  /* accents */
  --mvad-cyan:      #22d3ee;
  --mvad-sky:       #38bdf8;
  --mvad-ice:       #a5e9ff;
  --mvad-blue:      #2563eb;
  --mvad-deep:      #0e7490;

  /* type colours */
  --mvad-head:      #bfeeff;
  --mvad-text:      #b7c4d3;
  --mvad-dim:       #7386a0;

  /* gradients + glow */
  --mvad-grad:      linear-gradient(96deg, var(--mvad-cyan), var(--mvad-sky) 55%, #818cf8);
  --mvad-grad-text: linear-gradient(94deg, #e6faff, var(--mvad-cyan) 48%, var(--mvad-sky));
  --mvad-glow:      0 0 60px -12px rgba(34, 211, 238, .55);
  --mvad-shadow:    0 30px 70px -30px rgba(0, 0, 0, .95);

  /* geometry */
  --mvad-r-sm:      10px;
  --mvad-r-md:      16px;
  --mvad-r-lg:      22px;
  --mvad-r-xl:      30px;

  /* rhythm */
  --mvad-shell:     1220px;
  --mvad-gutter:    clamp(20px, 5vw, 56px);
  --mvad-sec:       clamp(76px, 9vw, 140px);

  /* type */
  --mvad-font-d:    'Sora', 'Segoe UI', system-ui, sans-serif;
  --mvad-font-b:    'Manrope', system-ui, -apple-system, sans-serif;
  --mvad-font-m:    'JetBrains Mono', ui-monospace, 'SF Mono', Menlo, monospace;

  --mvad-ease:      cubic-bezier(.22, .61, .36, 1);
}

/* =============================================================================
   2. BASE + SHARED PRIMITIVES
   ============================================================================= */
.mvad {
  position: relative;
  background: var(--mvad-bg);
  color: var(--mvad-text);
  font-family: var(--mvad-font-b);
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@supports (overflow-x: clip) { .mvad { overflow-x: clip; } }

.mvad *,
.mvad *::before,
.mvad *::after { box-sizing: border-box; }

.mvad img,
.mvad svg { display: block; max-width: 100%; }
.mvad a { color: inherit; text-decoration: none; }
.mvad ::selection { background: rgba(34, 211, 238, .3); }
.mvad :focus-visible { outline: 2px solid var(--mvad-cyan); outline-offset: 3px; border-radius: 6px; }

.mvad h1, .mvad h2, .mvad h3, .mvad h4 {
  margin: 0;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -.025em;
  color: var(--mvad-head);
}
.mvad p { margin: 0; }

.mvad-section { position: relative; padding-block: var(--mvad-sec); isolation: isolate; }
.mvad-shell {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--mvad-shell);
  margin-inline: auto;
  padding-inline: var(--mvad-gutter);
}

/* --- eyebrow ------------------------------------------------------------- */
.mvad-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 16px;
  border: 1px solid var(--mvad-line-2);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(34, 211, 238, .12), rgba(34, 211, 238, .02));
  font-family: var(--mvad-font-m);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  line-height: 1;
  color: var(--mvad-ice);
}
.mvad-eyebrow::before {
  content: "";
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--mvad-cyan);
  box-shadow: 0 0 10px var(--mvad-cyan);
  animation: mvad-blink 2.2s ease-in-out infinite;
}
@keyframes mvad-blink { 0%, 100% { opacity: 1; } 50% { opacity: .25; } }

/* --- headings ------------------------------------------------------------ */
.mvad-h2 { font-size: clamp(30px, 4.3vw, 52px); }
.mvad-h3 { font-size: clamp(19px, 1.9vw, 22px); letter-spacing: -.018em; }
.mvad-grad {
  background: var(--mvad-grad-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.mvad-lede {
  font-size: clamp(15.5px, 1.35vw, 18px);
  line-height: 1.78;
  color: var(--mvad-text);
}
.mvad-muted { color: var(--mvad-dim); font-size: 15px; line-height: 1.75; }

.mvad-head-block { max-width: 700px; }
.mvad-head-block.is-centred { margin-inline: auto; text-align: center; }
.mvad-head-block .mvad-h2 { margin-top: 22px; }
.mvad-head-block > p { margin-top: 20px; }

/* --- buttons ------------------------------------------------------------- */
.mvad-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 28px;
  border-radius: 999px;
  font-family: var(--mvad-font-b);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .005em;
  white-space: nowrap;
  overflow: hidden;
  transition: transform .35s var(--mvad-ease), box-shadow .35s var(--mvad-ease),
              border-color .35s var(--mvad-ease), background .35s var(--mvad-ease);
}
.mvad-btn svg { width: 16px; height: 16px; transition: transform .35s var(--mvad-ease); }
.mvad-btn:hover svg { transform: translateX(3px); }

.mvad-btn--primary {
  background: var(--mvad-grad);
  color: #021018;
  box-shadow: 0 12px 34px -14px rgba(34, 211, 238, .85), inset 0 1px 0 rgba(255, 255, 255, .4);
}
.mvad-btn--primary::after {           /* light sweep on hover */
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-120%);
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .55), transparent);
  transition: transform .8s var(--mvad-ease);
}
.mvad-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 46px -16px rgba(34, 211, 238, 1), inset 0 1px 0 rgba(255, 255, 255, .5);
}
.mvad-btn--primary:hover::after { transform: translateX(120%); }

.mvad-btn--ghost {
  border: 1px solid var(--mvad-line-2);
  background: rgba(125, 211, 252, .05);
  color: var(--mvad-ice);
}
.mvad-btn--ghost:hover {
  transform: translateY(-2px);
  border-color: var(--mvad-cyan);
  background: rgba(34, 211, 238, .12);
}

/* --- card primitive ------------------------------------------------------ */
.mvad-card {
  position: relative;
  padding: clamp(24px, 2.6vw, 32px);
  border: 1px solid var(--mvad-line);
  border-radius: var(--mvad-r-lg);
  background: linear-gradient(165deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .008) 52%, transparent);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  transition: transform .45s var(--mvad-ease), border-color .45s var(--mvad-ease);
}
.mvad-icon {
  display: grid;
  place-items: center;
  width: 46px; height: 46px;
  border: 1px solid var(--mvad-line-2);
  border-radius: 13px;
  background: linear-gradient(180deg, rgba(34, 211, 238, .16), rgba(34, 211, 238, .02));
  color: var(--mvad-cyan);
}
.mvad-icon svg { width: 20px; height: 20px; }

/* =============================================================================
   3. SECTION BACKGROUND SYSTEMS — each section gets its own identity
   ============================================================================= */
.mvad-bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }

/* soft colour wash shared by every section, tinted per section */
.mvad-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  will-change: transform;
}

/* — S1: canvas node field + aurora — */
.mvad-canvas { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .55; }
.mvad-bg--hero .mvad-orb.o1 { width: 620px; height: 620px; top: -280px; left: 46%; background: rgba(34, 211, 238, .16); }
.mvad-bg--hero .mvad-orb.o2 { width: 480px; height: 480px; top: 120px; right: -180px; background: rgba(37, 99, 235, .16); }
.mvad-bg--hero .mvad-orb.o3 { width: 420px; height: 420px; bottom: -180px; left: -150px; background: rgba(56, 189, 248, .1); }

/* — S2: perspective grid drifting toward the viewer + scan line — */
.mvad-bg--grid::before {
  content: "";
  position: absolute;
  inset: -20% -10% 0;
  background-image:
    linear-gradient(rgba(125, 211, 252, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(125, 211, 252, .07) 1px, transparent 1px);
  background-size: 62px 62px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 45%, #000 20%, transparent 76%);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 45%, #000 20%, transparent 76%);
  animation: mvad-grid-drift 22s linear infinite;
}
@keyframes mvad-grid-drift { to { background-position: 0 62px, 62px 0; } }
.mvad-bg--grid .mvad-scan {
  position: absolute;
  left: 0; right: 0;
  height: 180px;
  background: linear-gradient(180deg, transparent, rgba(34, 211, 238, .07), transparent);
  animation: mvad-scan 11s ease-in-out infinite;
}
@keyframes mvad-scan {
  0%   { transform: translateY(-20%); opacity: 0; }
  15%  { opacity: 1; }
  85%  { opacity: 1; }
  100% { transform: translateY(760%); opacity: 0; }
}

/* — S3: floating orbs + fine dot matrix — */
.mvad-bg--orbs::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(125, 211, 252, .16) 1px, transparent 1px);
  background-size: 26px 26px;
  mask-image: radial-gradient(ellipse 75% 65% at 50% 50%, #000 25%, transparent 78%);
  -webkit-mask-image: radial-gradient(ellipse 75% 65% at 50% 50%, #000 25%, transparent 78%);
  animation: mvad-dots 26s linear infinite;
  opacity: .55;
}
@keyframes mvad-dots { to { background-position: 26px 26px; } }
.mvad-bg--orbs .mvad-orb.o1 { width: 460px; height: 460px; top: -140px; left: -120px; background: rgba(34, 211, 238, .13); animation: mvad-float-a 19s ease-in-out infinite; }
.mvad-bg--orbs .mvad-orb.o2 { width: 400px; height: 400px; bottom: -160px; right: -100px; background: rgba(37, 99, 235, .15); animation: mvad-float-b 23s ease-in-out infinite; }
.mvad-bg--orbs .mvad-orb.o3 { width: 300px; height: 300px; top: 40%; left: 52%; background: rgba(129, 140, 248, .09); animation: mvad-float-a 27s ease-in-out infinite reverse; }
@keyframes mvad-float-a { 0%, 100% { transform: translate(0, 0); } 50% { transform: translate(40px, -34px); } }
@keyframes mvad-float-b { 0%, 100% { transform: translate(0, 0); } 50% { transform: translate(-46px, 30px); } }

/* — S4: vertical data trails — */
.mvad-bg--trails .mvad-trail {
  position: absolute;
  top: -40%;
  width: 1px;
  height: 42%;
  background: linear-gradient(180deg, transparent, var(--mvad-cyan), transparent);
  opacity: .3;
  animation: mvad-trail 9s linear infinite;
}
@keyframes mvad-trail { to { transform: translateY(340%); } }
.mvad-bg--trails::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 50% at 50% 50%, rgba(34, 211, 238, .07), transparent 70%);
}

/* — S5: slow rotating conic halo — */
.mvad-bg--halo::before {
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  width: 140%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  background: conic-gradient(from 0deg,
              transparent 0deg, rgba(34, 211, 238, .12) 40deg,
              transparent 110deg, rgba(37, 99, 235, .12) 200deg,
              transparent 280deg, rgba(56, 189, 248, .1) 330deg, transparent 360deg);
  filter: blur(70px);
  animation: mvad-rotate 44s linear infinite;
}
@keyframes mvad-rotate { to { transform: translate(-50%, -50%) rotate(360deg); } }

/* — S6: broadcast rings + sweep — */
.mvad-bg--pulse { display: grid; place-items: center; }
.mvad-bg--pulse .mvad-pulse {
  grid-area: 1 / 1;
  width: min(760px, 96%);
  aspect-ratio: 1;
  border: 1px solid rgba(34, 211, 238, .22);
  border-radius: 50%;
  transform: scale(.35);
  opacity: 0;
  animation: mvad-pulse 7s var(--mvad-ease) infinite;
}
.mvad-bg--pulse .mvad-pulse:nth-child(2) { animation-delay: 2.33s; }
.mvad-bg--pulse .mvad-pulse:nth-child(3) { animation-delay: 4.66s; }
@keyframes mvad-pulse {
  0%   { transform: scale(.35); opacity: 0; }
  18%  { opacity: .8; }
  100% { transform: scale(1.05); opacity: 0; }
}

/* =============================================================================
   4. SECTION 1 — HERO
   ============================================================================= */
.mvad-hero { padding-top: clamp(70px, 8vw, 120px); }
.mvad-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(38px, 5vw, 72px);
  align-items: center;
}
.mvad-hero h1 {
  margin-top: 26px;
  font-size: clamp(38px, 5.6vw, 68px);
  font-weight: 800;
  letter-spacing: -.035em;
  text-wrap: balance;
}
.mvad-hero .mvad-lede { margin-top: 24px; max-width: 52ch; }
.mvad-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.mvad-hero-note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  font-family: var(--mvad-font-m);
  font-size: 11.5px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--mvad-dim);
}
.mvad-hero-note span { width: 28px; height: 1px; background: var(--mvad-line-2); }
@media (min-width: 300px) and (max-width: 600px) {
.about-p-5 {
    padding-top: 110px !important;
}
.about-2 .container {
    padding:0 20px !important;
}
.about-info-badge{
    display:none;
}
.client-stories .chip {
    font-size: 12px !important;
    padding: 5px 11px !important;
}
.about-2 .story-card-headline {
    font-size: 22px !important;
}
.site-footer{
    position:inherit !important;
}
.web-dd .hero-sphere {
    width: 100px !important;
    height: 100px !important;
}
.digital-hero-actions{
    margin-bottom:0 !important;
}
.geo-custom-marquee{
    display:none !important;
}
.geo-custom-hero-head {
    margin: 0 auto 10px !important;
}
.geo-custom-section {
    padding: 30px 18px !important;
}
.geo-custom-in {
    padding-top:10px !important;
}
.hero-graphic{
    display:none !important;
}
.web-dd .hero {
    padding-bottom: 4rem !important;
}
.geo-custom-hero-head {
    padding-top: 90px !important;
    padding-bottom: 50px !important;
}
.client-stories .hero {
    padding: 120px 0 0px !important;
}
.web-dd .services-grid {
    grid-template-columns: inherit !important;
}
.web-dd{
    padding-bottom:0 !important;
}
.web-dd .process-timeline {
    grid-template-columns: repeat(1, 1fr) !important;
}
.web-dd .btn {
    padding: 0.8rem 1rem !important;
    font-size:12px !important;
}
.digital-hero {
    padding-top:120px;
}
.digital-hero {
    padding-top: 120px !important;
    padding-bottom:10px !important;
}
.digital-btn {
    padding: 10px 10px !important;
    font-size: 12px !important;
}
#story{
    padding:48px 0px !important;
}
.social-page .hero-section {
    padding-top: 120px !important;
    padding-bottom: 10px !important;
}
.social-page .hero-grid {
    gap:5px !important;
}
.social-page .section {
    padding: 30px 0 !important;
}
.social-page .section-header {
    margin-bottom:20px !important;
}
.social-page #benefits {
    padding-bottom: 40px !important;
}
.desk-top .btn {
    padding: 10px 20px !important;
}
.color-palette-artboard{
    display:none !important;
}
}
/* --- hero device --------------------------------------------------------- */
.mvad-device-wrap {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 480px;
}
.mvad-reach {
  position: absolute;
  width: min(430px, 96%);
  aspect-ratio: 1;
  border: 1px solid rgba(34, 211, 238, .2);
  border-radius: 50%;
  transform: scale(.4);
  opacity: 0;
  animation: mvad-pulse 6s var(--mvad-ease) infinite;
}
.mvad-reach:nth-of-type(2) { animation-delay: 2s; }
.mvad-reach:nth-of-type(3) { animation-delay: 4s; }

.mvad-device {
  position: relative;
  z-index: 3;
  width: clamp(230px, 24vw, 274px);
  aspect-ratio: 9 / 18.6;
  padding: 9px;
  border-radius: 36px;
  background: linear-gradient(170deg, #16283a, #05090f);
  border: 1px solid rgba(125, 211, 252, .2);
  box-shadow: 0 46px 90px -34px rgba(0, 0, 0, .95),
              0 0 80px -20px rgba(34, 211, 238, .45),
              inset 0 1px 0 rgba(255, 255, 255, .14);
  animation: mvad-hover 7s ease-in-out infinite;
}
@keyframes mvad-hover { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
.mvad-device::before {
  content: "";
  position: absolute;
  top: 18px; left: 50%;
  transform: translateX(-50%);
  width: 52px; height: 5px;
  border-radius: 9px;
  background: rgba(255, 255, 255, .16);
  z-index: 5;
}
.mvad-screen {
  position: relative;
  height: 100%;
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(178deg, #071019, #04070d);
}
.mvad-statusbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 16px 0;
  font-family: var(--mvad-font-m);
  font-size: 9px;
  color: rgba(191, 238, 255, .5);
}
.mvad-bars { display: flex; gap: 2px; align-items: flex-end; }
.mvad-bars i { display: block; width: 2.5px; background: rgba(191, 238, 255, .45); border-radius: 1px; }
.mvad-bars i:nth-child(1) { height: 4px; }
.mvad-bars i:nth-child(2) { height: 6px; }
.mvad-bars i:nth-child(3) { height: 8px; }
.mvad-bars i:nth-child(4) { height: 10px; }

.mvad-skeleton { padding: 14px 13px 0; }
.mvad-skeleton i { display: block; height: 7px; border-radius: 99px; background: rgba(125, 211, 252, .09); margin-bottom: 7px; }
.mvad-skeleton i:nth-child(1) { width: 64%; }
.mvad-skeleton i:nth-child(2) { width: 42%; }

.mvad-slot {
  position: relative;
  height: 178px;
  margin: 12px 13px 0;
  border: 1px solid rgba(125, 211, 252, .16);
  border-radius: 15px;
  overflow: hidden;
}
.mvad-slot-tag {
  position: absolute;
  top: 8px; left: 8px;
  z-index: 5;
  padding: 3px 7px;
  border-radius: 5px;
  font-family: var(--mvad-font-m);
  font-size: 7.5px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(0, 0, 0, .45);
  border: 1px solid rgba(255, 255, 255, .22);
}
.mvad-creative {
  position: absolute;
  inset: 0;
  padding: 14px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 0;
  animation: mvad-creative 16s var(--mvad-ease) infinite;
}
.mvad-creative:nth-of-type(1) { animation-delay: 0s; }
.mvad-creative:nth-of-type(2) { animation-delay: 4s; }
.mvad-creative:nth-of-type(3) { animation-delay: 8s; }
.mvad-creative:nth-of-type(4) { animation-delay: 12s; }
@keyframes mvad-creative {
  0%   { opacity: 0; transform: translateY(16px) scale(.965); }
  4%   { opacity: 1; transform: none; }
  23%  { opacity: 1; transform: none; }
  27%  { opacity: 0; transform: translateY(-16px) scale(.98); }
  100% { opacity: 0; transform: translateY(-16px) scale(.98); }
}
.mvad-creative::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 32%, rgba(1, 8, 14, .55));
}
.mvad-creative > * { position: relative; }
.mvad-creative .k {
  font-family: var(--mvad-font-m);
  font-size: 7.5px;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .85);
}
.mvad-creative .t {
  margin: 7px 0 11px;
  font-family: var(--mvad-font-d);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.018em;
  color: #fff;
}
.mvad-creative .c {
  align-self: flex-start;
  padding: 7px 13px;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
  background: #fff;
  color: #04121b;
}
.mvad-cr1 { background: linear-gradient(150deg, #0e7490, #22d3ee 58%, #67e8f9); }
.mvad-cr2 { background: linear-gradient(150deg, #1e3a8a, #2563eb 55%, #60a5fa); }
.mvad-cr3 { background: linear-gradient(150deg, #155e75, #0ea5e9 52%, #a5f3fc); }
.mvad-cr4 { background: linear-gradient(150deg, #312e81, #4f46e5 55%, #818cf8); }

.mvad-livebar {
  position: absolute;
  left: 13px; right: 13px; bottom: 14px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 12px;
  border-radius: 13px;
  background: rgba(125, 211, 252, .07);
  border: 1px solid rgba(125, 211, 252, .16);
}
.mvad-livedot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--mvad-cyan);
  box-shadow: 0 0 10px var(--mvad-cyan);
  animation: mvad-blink 2s ease-in-out infinite;
}
.mvad-livebar .k {
  font-family: var(--mvad-font-m);
  font-size: 8px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(191, 238, 255, .55);
}
.mvad-livebar .v {
  margin-left: auto;
  font-family: var(--mvad-font-d);
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  font-variant-numeric: tabular-nums;
}

/* floating chips around the device */
.mvad-chip {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 14px;
  border-radius: 14px;
  background: rgba(5, 11, 20, .85);
  border: 1px solid var(--mvad-line);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  box-shadow: var(--mvad-shadow);
  white-space: nowrap;
  animation: mvad-drift 9s ease-in-out infinite;
}
@keyframes mvad-drift { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
.mvad-chip svg { width: 15px; height: 15px; flex: none; color: var(--mvad-cyan); }
.mvad-chip .k {
  display: block;
  font-family: var(--mvad-font-m);
  font-size: 8.5px;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--mvad-dim);
}
.mvad-chip .v {
  font-family: var(--mvad-font-d);
  font-size: 14px;
  font-weight: 700;
  color: #eaf9ff;
}
.mvad-chip--1 { top: 12%; left: 0; }
.mvad-chip--2 { top: 40%; right: 0; animation-duration: 10.6s; animation-delay: .7s; }
.mvad-chip--3 { bottom: 12%; left: 4%; animation-duration: 11.4s; animation-delay: 1.3s; }

/* =============================================================================
   5. SECTION 2 — WHAT IS MOBILE ADVERTISING
   ============================================================================= */
.mvad-what-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(34px, 5vw, 70px);
  align-items: center;
}
.mvad-what-grid .mvad-lede { margin-top: 22px; }
.mvad-what-grid .mvad-muted { margin-top: 16px; }
.mvad-quote {
  margin-top: 30px;
  padding: 18px 22px;
  border-left: 2px solid var(--mvad-cyan);
  border-radius: 0 var(--mvad-r-sm) var(--mvad-r-sm) 0;
  background: linear-gradient(90deg, rgba(34, 211, 238, .09), transparent);
  color: var(--mvad-ice);
  font-size: 15.5px;
  line-height: 1.7;
}

/* signal diagram */
.mvad-signal {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 1 / .92;
  border: 1px solid var(--mvad-line);
  border-radius: var(--mvad-r-xl);
  background:
    radial-gradient(circle at 50% 52%, rgba(34, 211, 238, .12), transparent 62%),
    linear-gradient(165deg, rgba(255, 255, 255, .04), transparent 60%);
  overflow: hidden;
}
.mvad-signal-ring {
  grid-area: 1 / 1;
  width: 78%;
  aspect-ratio: 1;
  border: 1px solid rgba(34, 211, 238, .26);
  border-radius: 50%;
  transform: scale(.3);
  opacity: 0;
  animation: mvad-pulse 5.4s var(--mvad-ease) infinite;
}
.mvad-signal-ring:nth-of-type(2) { animation-delay: 1.8s; }
.mvad-signal-ring:nth-of-type(3) { animation-delay: 3.6s; }
.mvad-signal-core {
  grid-area: 1 / 1;
  display: grid;
  place-items: center;
  width: 92px; height: 92px;
  border-radius: 26px;
  background: linear-gradient(160deg, rgba(34, 211, 238, .22), rgba(37, 99, 235, .18));
  border: 1px solid var(--mvad-line-2);
  box-shadow: var(--mvad-glow);
  color: var(--mvad-ice);
}
.mvad-signal-core svg { width: 38px; height: 38px; }
.mvad-node {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 8px 13px;
  border-radius: 999px;
  border: 1px solid var(--mvad-line);
  background: rgba(5, 11, 20, .82);
  font-family: var(--mvad-font-m);
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--mvad-ice);
  animation: mvad-node 6s ease-in-out infinite;
}
.mvad-node i { width: 5px; height: 5px; border-radius: 50%; background: var(--mvad-cyan); box-shadow: 0 0 8px var(--mvad-cyan); }
@keyframes mvad-node { 0%, 100% { opacity: .45; transform: translateY(0); } 50% { opacity: 1; transform: translateY(-6px); } }
.mvad-node--1 { top: 12%; left: 8%; }
.mvad-node--2 { top: 26%; right: 6%; animation-delay: 1.2s; }
.mvad-node--3 { bottom: 24%; left: 5%; animation-delay: 2.4s; }
.mvad-node--4 { bottom: 11%; right: 10%; animation-delay: 3.6s; }

/* =============================================================================
   6. SECTION 3 — WHY MOBILE ADVERTISING WORKS
   ============================================================================= */
.mvad-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: clamp(38px, 4.5vw, 58px);
}
.mvad-stat {
  padding: 26px 24px;
  border: 1px solid var(--mvad-line);
  border-radius: var(--mvad-r-md);
  background: linear-gradient(180deg, rgba(125, 211, 252, .06), transparent);
  text-align: center;
}
.mvad-stat .n {
  font-size: clamp(28px, 3.2vw, 40px);
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1;
  background: var(--mvad-grad-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-variant-numeric: tabular-nums;
}
.mvad-stat .l { margin-top: 10px; font-size: 13px; line-height: 1.55; color: var(--mvad-dim); }

.mvad-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 18px;
}
.mvad-benefit { overflow: hidden; }
.mvad-benefit::after {                 /* glow that follows the pointer */
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: radial-gradient(260px circle at var(--mx, 50%) var(--my, 50%), rgba(34, 211, 238, .14), transparent 70%);
  transition: opacity .4s var(--mvad-ease);
  pointer-events: none;
}
.mvad-benefit:hover { transform: translateY(-5px); border-color: var(--mvad-line-2); }
.mvad-benefit:hover::after { opacity: 1; }
.mvad-benefit .mvad-icon { margin-bottom: 20px; }
.mvad-benefit h3 { font-size: 19px; }
.mvad-benefit p { margin-top: 11px; font-size: 14.5px; line-height: 1.7; color: var(--mvad-dim); }
.mvad-benefit .tag {
  display: inline-block;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--mvad-line);
  width: 100%;
  font-family: var(--mvad-font-m);
  font-size: 10.5px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--mvad-cyan);
}

/* =============================================================================
   7. SECTION 4 — HOW IT WORKS
   ============================================================================= */
.mvad-flow { position: relative; margin-top: clamp(44px, 5vw, 66px); }
.mvad-flow-line {
  position: absolute;
  top: 27px;
  left: 8%;
  right: 8%;
  height: 1px;
  background: var(--mvad-line);
  overflow: hidden;
}
.mvad-flow-line::after {
  content: "";
  position: absolute;
  top: 0; left: -30%;
  width: 30%; height: 100%;
  background: linear-gradient(90deg, transparent, var(--mvad-cyan), transparent);
  animation: mvad-rail 5s linear infinite;
}
@keyframes mvad-rail { to { left: 110%; } }

.mvad-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mvad-step { position: relative; text-align: center; padding-inline: 6px; }
.mvad-step-dot {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 54px; height: 54px;
  margin: 0 auto 22px;
  border-radius: 50%;
  border: 1px solid var(--mvad-line-2);
  background: radial-gradient(circle at 50% 40%, rgba(34, 211, 238, .2), rgba(4, 7, 13, .95));
  color: var(--mvad-ice);
  transition: box-shadow .45s var(--mvad-ease), transform .45s var(--mvad-ease);
}
.mvad-step-dot svg { width: 21px; height: 21px; }
.mvad-step-dot::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 1px solid rgba(34, 211, 238, .3);
  opacity: 0;
  transition: opacity .45s var(--mvad-ease);
}
.mvad-step.is-live .mvad-step-dot { box-shadow: var(--mvad-glow); transform: translateY(-3px); }
.mvad-step.is-live .mvad-step-dot::after { opacity: 1; }
.mvad-step .num {
  display: block;
  font-family: var(--mvad-font-m);
  font-size: 11px;
  letter-spacing: .18em;
  color: var(--mvad-cyan);
}
.mvad-step h3 { margin-top: 10px; font-size: 17px; }
.mvad-step p { margin-top: 10px; font-size: 13.5px; line-height: 1.65; color: var(--mvad-dim); }

/* =============================================================================
   8. SECTION 5 — FORMATS
   ============================================================================= */
.mvad-formats {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
  margin-top: clamp(38px, 4.5vw, 58px);
}
.mvad-format { grid-column: span 2; overflow: hidden; }
.mvad-format:nth-child(4),
.mvad-format:nth-child(5) { grid-column: span 3; }
.mvad-format::before {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 2px;
  background: var(--mvad-grad);
  opacity: .55;
  transition: opacity .45s var(--mvad-ease);
}
.mvad-format::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: radial-gradient(300px circle at var(--mx, 50%) var(--my, 50%), rgba(34, 211, 238, .13), transparent 68%);
  transition: opacity .45s var(--mvad-ease);
  pointer-events: none;
}
.mvad-format:hover { transform: translateY(-5px); border-color: var(--mvad-line-2); }
.mvad-format:hover::before { opacity: 1; }
.mvad-format:hover::after { opacity: 1; }
.mvad-format-top { display: flex; align-items: center; gap: 14px; }
.mvad-format h3 { font-size: 18.5px; }
.mvad-format p { margin-top: 14px; font-size: 14.5px; line-height: 1.7; color: var(--mvad-dim); }
.mvad-format ul {
  margin: 18px 0 0;
  padding: 16px 0 0;
  border-top: 1px solid var(--mvad-line);
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.mvad-format li {
  padding: 6px 12px;
  border: 1px solid var(--mvad-line);
  border-radius: 999px;
  font-family: var(--mvad-font-m);
  font-size: 10.5px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--mvad-ice);
}

/* =============================================================================
   9. SECTION 6 — FINAL CTA
   ============================================================================= */
.mvad-cta {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: clamp(48px, 6vw, 86px) clamp(24px, 4vw, 64px);
  border: 1px solid var(--mvad-line-2);
  border-radius: var(--mvad-r-xl);
  background:
    radial-gradient(700px 320px at 50% 0%, rgba(34, 211, 238, .18), transparent 68%),
    linear-gradient(180deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .012));
}
.mvad-cta::before {
  content: "";
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  width: 62%; height: 1px;
  background: linear-gradient(90deg, transparent, var(--mvad-cyan), transparent);
}
.mvad-cta h2 { margin-top: 24px; font-size: clamp(30px, 4.4vw, 52px); }
.mvad-cta p { margin: 20px auto 0; max-width: 540px; font-size: 16px; color: var(--mvad-text); }
.mvad-cta .mvad-btn { margin-top: 34px; }
.mvad-cta-fine {
  margin-top: 22px;
  font-family: var(--mvad-font-m);
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--mvad-dim);
}

/* =============================================================================
   10. MOTION / REVEAL
   ============================================================================= */
.mvad-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .85s var(--mvad-ease), transform .85s var(--mvad-ease);
  will-change: opacity, transform;
}
.mvad-reveal.is-in { opacity: 1; transform: none; }

/* =============================================================================
   11. RESPONSIVE
   ============================================================================= */
@media (max-width: 1100px) {
  .mvad-steps { grid-template-columns: repeat(3, 1fr); row-gap: 42px; }
  .mvad-flow-line { display: none; }
  .mvad-benefits { grid-template-columns: repeat(2, 1fr); }
  .mvad-formats { grid-template-columns: repeat(4, 1fr); }
  .mvad-format,
  .mvad-format:nth-child(4),
  .mvad-format:nth-child(5) { grid-column: span 2; }
}

@media (max-width: 900px) {
  .mvad-hero-grid,
  .mvad-what-grid { grid-template-columns: 1fr; }
  .mvad-hero-grid { gap: 48px; }
  .mvad-device-wrap { min-height: 0; padding-block: 20px; }
  .mvad-hero .mvad-lede { max-width: none; }
  .mvad-stats { grid-template-columns: repeat(2, 1fr); }
  .mvad-signal { aspect-ratio: 1 / .8; }
}

@media (max-width: 700px) {
  .mvad-section { padding-block: clamp(60px, 13vw, 84px); }
  .mvad-benefits,
  .mvad-formats { grid-template-columns: 1fr; }
  .mvad-format,
  .mvad-format:nth-child(4),
  .mvad-format:nth-child(5) { grid-column: span 1; }
  .mvad-steps { grid-template-columns: 1fr; row-gap: 0; }

  /* the process becomes a true vertical timeline on mobile */
  .mvad-step {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 18px;
    text-align: left;
    padding: 0 0 34px;
  }
  .mvad-step::before {
    content: "";
    position: absolute;
    left: 27px; top: 54px; bottom: 0;
    width: 1px;
    background: linear-gradient(180deg, var(--mvad-line-2), transparent);
  }
  .mvad-step:last-child::before { display: none; }
  .mvad-step-dot { margin: 0; }
  .mvad-step-body { padding-top: 4px; }
  .mvad-step h3 { margin-top: 8px; }

  .mvad-hero-actions .mvad-btn { flex: 1 1 auto; justify-content: center; }
  .mvad-chip { padding: 8px 11px; border-radius: 12px; }
  .mvad-chip .v { font-size: 12.5px; }
  .mvad-chip .k { font-size: 7.5px; }
  .mvad-chip--1 { left: -4px; top: 6%; }
  .mvad-chip--2 { right: -4px; }
  .mvad-chip--3 { left: -4px; bottom: 6%; }
  .mvad-node { font-size: 9px; padding: 7px 10px; }
  .mvad-quote { padding: 15px 18px; font-size: 14.5px; }
}

@media (max-width: 440px) {
  .mvad-stats { grid-template-columns: 1fr; }
  .mvad-chip--2 { display: none; }
  .mvad-node--2, .mvad-node--3 { display: none; }
  .mvad-device { width: min(252px, 74vw); }
}

/* =============================================================================
   Reduced motion — keep the page legible and calm
   ============================================================================= */
@media (prefers-reduced-motion: reduce) {
  .mvad *,
  .mvad *::before,
  .mvad *::after {
    animation: none !important;
    transition-duration: .01ms !important;
  }
  .mvad-reveal { opacity: 1; transform: none; }
  .mvad-creative { opacity: 0; }
  .mvad-creative:nth-of-type(1) { opacity: 1; }
  .mvad-canvas { display: none; }
}

/* ─── SCROLLBAR (Scoped where possible) ─── */
.about-2 ::-webkit-scrollbar {
  width: 4px;
}
.about-2 ::-webkit-scrollbar-track {
  background: var(--bg);
}
.about-2 ::-webkit-scrollbar-thumb {
  background: var(--violet);
  border-radius: 2px;
}

/* ─── UTILITIES ─── */
.about-2 .grad-text {
  background: var(--grad-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.about-2 .section {
  padding:80px 0;
  position: relative;
}
.about-2 .container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 32px;
}
.about-2 .eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cyan);
  padding: 6px 14px;
  border: 1px solid rgba(18, 223, 250, 0.3);
  border-radius: 100px;
  margin-bottom: 20px;
  background: rgba(18, 223, 250, 0.06);
}
.about-2 .section-title {
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}
.about-2 .section-sub {
  font-size: 18px;
  color: var(--text-muted);
  max-width: 560px;
  line-height: 1.7;
}

/* ─── NOISE OVERLAY ─── */
.about-2::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  opacity: 0.35;
  pointer-events: none;
  z-index: 0;
}

/* ─── FLOATING BLOBS ─── */
.about-2 .blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
  animation: blobFloat 12s ease-in-out infinite alternate;
}
@keyframes blobFloat {
  from {
    transform: translate(0, 0) scale(1);
  }
  to {
    transform: translate(30px, -40px) scale(1.08);
  }
}

/* ─── NAV ─── */
.about-2 nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 20px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition:
    background 0.4s,
    border-color 0.4s;
}
.about-2 nav.scrolled {
  background: rgba(8, 8, 16, 0.85);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border);
}
.about-2 .nav-logo {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--text);
  text-decoration: none;
}
.about-2 .nav-logo span {
  color: var(--cyan);
}
.about-2 .nav-links {
  display: flex;
  gap: 36px;
  list-style: none;
}
.about-2 .nav-links a {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.2s;
}
.about-2 .nav-links a:hover {
  color: var(--text);
}
.about-2 .nav-cta {
  font-size: 14px;
  font-weight: 600;
  padding: 10px 22px;
  background: var(--grad);
  color: #fff;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  text-decoration: none;
  transition:
    opacity 0.2s,
    transform 0.2s;
}
.about-2 .nav-cta:hover {
  opacity: 0.85;
  transform: translateY(-1px);
}
.about-2 .nav-mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
}
.about-2 .nav-mobile-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--text);
  margin: 5px 0;
  transition: 0.3s;
}

/* ─── HERO ─── */
.about-2 #hero {
  display: flex;
  align-items: center;
  padding-top:100px;
  overflow: hidden;
  position: relative;
}
.about-2 .hero-blob-1 {
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(147, 88, 223, 0.22) 0%,
    transparent 70%
  );
  top: -100px;
  right: -150px;
  animation-delay: 0s;
}
.about-2 .hero-blob-2 {
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(18, 223, 250, 0.15) 0%,
    transparent 70%
  );
  bottom: 50px;
  left: -100px;
  animation-delay: -5s;
}
.about-2 .hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
}
.about-2 .hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cyan);
  margin-bottom: 28px;
}
.about-2 .hero-tag::before {
  content: '';
  display: block;
  width: 32px;
  height: 1px;
  background: var(--cyan);
}
.about-2 .hero-h1 {
  font-size: clamp(40px, 6vw, 50px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin-bottom: 28px;
}
.about-2 .hero-desc {
  font-size: 18px;
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 44px;
  max-width: 480px;
}
.about-2 .hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}
.about-2 .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 30px;
  background: var(--grad);
  color: #fff;
  font-family: var(--font);
  font-size: 15px;
  font-weight: 600;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  text-decoration: none;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  box-shadow: 0 0 30px rgba(147, 88, 223, 0.3);
}
.about-2 .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 50px rgba(147, 88, 223, 0.5);
}
.about-2 .btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 30px;
  background: transparent;
  color: var(--text);
  font-family: var(--font);
  font-size: 15px;
  font-weight: 600;
  border: 1px solid var(--border);
  border-radius: 100px;
  cursor: pointer;
  text-decoration: none;
  transition:
    border-color 0.2s,
    background 0.2s;
}
.about-2 .btn-ghost:hover {
  border-color: var(--cyan);
  background: rgba(18, 223, 250, 0.05);
}

/* Hero visual */
.about-2 .hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-2 .hero-orb {
  width: 380px;
  height: 380px;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
}
.about-2 .hero-orb-inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: conic-gradient(
    from 0deg,
    transparent 0%,
    rgba(18, 223, 250, 0.15) 25%,
    transparent 50%,
    rgba(147, 88, 223, 0.2) 75%,
    transparent 100%
  );
  animation: orbSpin 20s linear infinite;
  position: relative;
}
.about-2 .hero-orb-inner::before {
  content: '';
  position: absolute;
  inset: 20px;
  border-radius: 50%;
  background: radial-gradient(
    circle at 40% 40%,
    rgba(147, 88, 223, 0.3),
    rgba(18, 223, 250, 0.15),
    transparent 70%
  );
  border: 1px solid rgba(18, 223, 250, 0.2);
}
.about-2 .hero-orb-inner::after {
  content: '';
  position: absolute;
  inset: 60px;
  border-radius: 50%;
  background: var(--bg3);
  border: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-2 .hero-orb-center {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  z-index: 2;
}
.about-2 .hero-orb-label {
  font-size: 13px;
  font-weight: 500;
  color: var(--text-muted);
  letter-spacing: 0.06em;
}
.about-2 .hero-orb-number {
  font-size: 54px;
  font-weight: 700;
  line-height: 1;
  background: var(--grad-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.about-2 .hero-orb-sub {
  font-size: 12px;
  color: var(--text-muted);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@keyframes orbSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.about-2 .hero-float-cards {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.about-2 .hero-float-card {
  position: absolute;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  animation: floatCard 6s ease-in-out infinite;
}
.about-2 .hero-float-card:nth-child(1) {
  top: 10%;
  right: -20px;
  animation-delay: 0s;
}
.about-2 .hero-float-card:nth-child(2) {
  bottom: 15%;
  left: -20px;
  animation-delay: -2s;
}
.about-2 .hero-float-card:nth-child(3) {
  top: 55%;
  right: -10px;
  animation-delay: -4s;
}
.about-2 .hero-float-card .fc-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 8px;
  background: var(--cyan);
  box-shadow: 0 0 8px var(--cyan);
}
.about-2 .hero-float-card .fc-dot.violet {
  background: var(--violet);
  box-shadow: 0 0 8px var(--violet);
}
@keyframes floatCard {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* ─── STATS STRIP ─── */
.about-2 #stats {
  padding: 56px 0;
  position: relative;
  z-index: 1;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: var(--bg2);
  margin:70px 0 0 0;
}
.about-2 .stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.about-2 .stat-item {
  padding: 8px 32px;
  position: relative;
  text-align: center;
}
.about-2 .stat-item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 10%;
  bottom: 10%;
  width: 1px;
  background: var(--border);
}
.about-2 .stat-num {
  font-size: 44px;
  font-weight: 700;
  letter-spacing: -0.03em;
  background: var(--grad-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 8px;
}
.about-2 .stat-label {
  font-size: 13px;
  font-weight: 500;
  color: var(--text-muted);
  letter-spacing: 0.04em;
}

/* ─── STORY ─── */
.about-2 #story {
  background: var(--bg);
}
.about-2 .story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.about-2 .story-visual {
  position: relative;
  height: 500px;
}
.about-2 .story-card-main {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: var(--radius-lg);
  background: var(--bg3);
  border: 1px solid var(--border);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
}
.about-2 .story-card-main::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 70% 20%,
      rgba(147, 88, 223, 0.18) 0%,
      transparent 60%
    ),
    radial-gradient(
      circle at 20% 80%,
      rgba(18, 223, 250, 0.12) 0%,
      transparent 55%
    );
}
.about-2 .story-lines {
  position: absolute;
  inset: 0;
  opacity: 0.07;
  background-image:
    linear-gradient(rgba(18, 223, 250, 0.5) 1px, transparent 1px),
    linear-gradient(90deg, rgba(18, 223, 250, 0.5) 1px, transparent 1px);
  background-size: 40px 40px;
}
.about-2 .story-card-tag {
  position: relative;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--cyan);
  margin-bottom: 10px;
}
.about-2 .story-card-headline {
  position: relative;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}
.about-2 .story-card-body {
  position: relative;
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.6;
}
.about-2 .story-badge {
  position: absolute;
  top: 24px;
  right: 24px;
  background: rgba(18, 223, 250, 0.1);
  border: 1px solid rgba(18, 223, 250, 0.25);
  border-radius: 10px;
  padding: 10px 16px;
  z-index: 2;
}
.about-2 .story-badge-num {
  font-size: 22px;
  font-weight: 700;
  color: var(--cyan);
  line-height: 1;
}
.about-2 .story-badge-lbl {
  font-size: 11px;
  color: var(--text-muted);
}
.about-2 .story-body {
  font-size: 17px;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 20px;
}
.about-2 .story-highlights {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 36px;
}
.about-2 .story-highlight {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.about-2 .sh-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(18, 223, 250, 0.08);
  border: 1px solid rgba(18, 223, 250, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 18px;
}
.about-2 .sh-text h4 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 3px;
}
.about-2 .sh-text p {
  font-size: 14px;
  color: var(--text-muted);
}

/* ─── MISSION ─── */
.about-2 #mission {
  background: var(--bg2);
  position: relative;
  overflow: hidden;
}
.about-2 .mission-blob {
  width: 700px;
  height: 700px;
  background: radial-gradient(
    circle,
    rgba(147, 88, 223, 0.12) 0%,
    transparent 65%
  );
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-2 .mission-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  position: relative;
  z-index: 1;
}
.about-2 .mission-card {
  border-radius: var(--radius-lg);
  padding: 48px 40px;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}
.about-2 .mission-card:hover {
  transform: translateY(-4px);
}
.about-2 .mission-card.mission {
  background: var(--bg3);
  border: 1px solid var(--border);
}
.about-2 .mission-card.vision {
  background: linear-gradient(
    135deg,
    rgba(147, 88, 223, 0.15),
    rgba(18, 223, 250, 0.08)
  );
  border: 1px solid rgba(147, 88, 223, 0.25);
  box-shadow: 0 0 60px rgba(147, 88, 223, 0.1);
}
.about-2 .mission-card.vision:hover {
  box-shadow: 0 0 80px rgba(147, 88, 223, 0.2);
}
.about-2 .mc-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 28px;
}
.about-2 .mc-icon.cyan-icon {
  background: rgba(18, 223, 250, 0.1);
  border: 1px solid rgba(18, 223, 250, 0.2);
}
.about-2 .mc-icon.violet-icon {
  background: rgba(147, 88, 223, 0.15);
  border: 1px solid rgba(147, 88, 223, 0.25);
}
.about-2 .mc-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--cyan);
  margin-bottom: 14px;
}
.about-2 .mc-label.violet {
  color: var(--violet);
}
.about-2 .mc-title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
  line-height: 1.2;
}
.about-2 .mc-body {
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.75;
}
.about-2 .mission-values {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  position: relative;
  z-index: 1;
}
.about-2 .mv-item {
  padding: 28px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  transition:
    border-color 0.3s,
    background 0.3s;
}
.about-2 .mv-item:hover {
  border-color: var(--border-glow);
  background: var(--surface-hover);
}
.about-2 .mv-num {
  font-size: 36px;
  font-weight: 700;
  background: var(--grad-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 10px;
}
.about-2 .mv-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}
.about-2 .mv-body {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.6;
}

/* ─── WHY CHOOSE US ─── */
.about-2 #why {
  background: var(--bg);
}
.about-2 .why-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 72px;
}
.about-2 .why-header .section-sub {
  margin: 0 auto;
}
.about-2 .why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.about-2 .why-card {
  background: var(--bg3);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 36px 32px;
  position: relative;
  overflow: hidden;
  cursor: default;
  transition:
    border-color 0.3s,
    transform 0.3s,
    box-shadow 0.3s;
}
.about-2 .why-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--grad);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s;
}
.about-2 .why-card:hover {
  border-color: var(--border-glow);
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}
.about-2 .why-card:hover::before {
  transform: scaleX(1);
}
.about-2 .why-card-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(18, 223, 250, 0.08);
  border: 1px solid rgba(18, 223, 250, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 24px;
}
.about-2 .why-card-icon.v {
  background: rgba(147, 88, 223, 0.08);
  border-color: rgba(147, 88, 223, 0.2);
}
.about-2 .why-card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}
.about-2 .why-card p {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.7;
}

/* ─── PROCESS ─── */
.about-2 #process {
  background: var(--bg2);
}
.about-2 .process-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 80px;
}
.about-2 .process-header .section-sub {
  margin: 0 auto;
}
.about-2 .process-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  position: relative;
}
.about-2 .process-steps::before {
  content: '';
  position: absolute;
  top: 36px;
  left: calc(10% + 24px);
  right: calc(10% + 24px);
  height: 1px;
  background: linear-gradient(90deg, var(--cyan), var(--violet));
  opacity: 0.3;
  z-index: 0;
}
.about-2 .process-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 12px;
  position: relative;
  z-index: 1;
  transition: transform 0.3s;
}
.about-2 .process-step:hover {
  transform: translateY(-4px);
}
.about-2 .ps-circle {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--bg3);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 24px;
  transition:
    border-color 0.3s,
    box-shadow 0.3s;
  position: relative;
}
.about-2 .process-step:hover .ps-circle {
  border-color: var(--cyan);
  box-shadow: 0 0 30px rgba(18, 223, 250, 0.25);
}
.about-2 .ps-step-num {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--grad);
  font-size: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.about-2 .ps-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 8px;
}
.about-2 .ps-body {
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.6;
}

/* ─── CTA ─── */
.about-2 #cta {
  background: var(--bg);
  padding: 140px 0;
  position: relative;
  overflow: hidden;
}
.about-2 .cta-blob {
  width: 800px;
  height: 600px;
  background: radial-gradient(
    ellipse,
    rgba(147, 88, 223, 0.18) 0%,
    transparent 65%
  );
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-delay: -3s;
}
.about-2 .cta-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}
.about-2 .cta-title {
  font-size: clamp(36px, 5.5vw, 64px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin-bottom: 24px;
}
.about-2 .cta-sub {
  font-size: 18px;
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 48px;
}
.about-2 .cta-actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.about-2 .cta-border {
  position: absolute;
  inset: 0;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(147, 88, 223, 0.2);
  pointer-events: none;
}
.about-2 .cta-wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 60px;
  background: linear-gradient(
    135deg,
    rgba(147, 88, 223, 0.08),
    rgba(18, 223, 250, 0.05)
  );
  border: 1px solid rgba(147, 88, 223, 0.2);
  border-radius: 28px;
  position: relative;
  overflow: hidden;
}
.about-2 .cta-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  height: 1px;
  background: var(--grad);
  width: 60%;
  transform: translateX(-50%);
}

/* ─── FOOTER ─── */
.about-2 footer {
  background: var(--bg2);
  border-top: 1px solid var(--border);
  padding: 64px 0 40px;
}
.about-2 .footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 56px;
}
.about-2 .footer-logo {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 14px;
}
.about-2 .footer-logo span {
  color: var(--cyan);
}
.about-2 .footer-desc {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.7;
  max-width: 280px;
}
.about-2 .footer-col h4 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 20px;
}
.about-2 .footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.about-2 .footer-col ul a {
  font-size: 14px;
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.2s;
}
.about-2 .footer-col ul a:hover {
  color: var(--text);
}
.about-2 .footer-bottom {
  border-top: 1px solid var(--border);
  padding-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: var(--text-muted);
  flex-wrap: wrap;
  gap: 16px;
}

/* ─── SCROLL REVEAL ─── */
.about-2 .reveal {
  opacity: 0;
  transform: translateY(32px);
  transition:
    opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.about-2 .reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.about-2 .reveal-delay-1 {
  transition-delay: 0.1s;
}
.about-2 .reveal-delay-2 {
  transition-delay: 0.2s;
}
.about-2 .reveal-delay-3 {
  transition-delay: 0.3s;
}
.about-2 .reveal-delay-4 {
  transition-delay: 0.4s;
}
.about-2 .reveal-delay-5 {
  transition-delay: 0.5s;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  .about-2 .hero-inner {
    grid-template-columns: 1fr;
  }
  .about-2 .hero-visual {
    display: none;
  }
  .about-2 .story-grid {
    grid-template-columns: 1fr;
  }
  .about-2 .story-visual {
    height: 300px;
  }
  .about-2 .mission-grid {
    grid-template-columns: 1fr;
  }
  .about-2 .why-grid {
    grid-template-columns: 1fr 1fr;
  }
  .about-2 .process-steps {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .about-2 .process-steps::before {
    display: none;
  }
  .about-2 .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .about-2 .section {
    padding: 80px 0;
  }
  .about-2 nav {
    padding: 16px 20px;
  }
  .about-2 .nav-links,
  .about-2 .nav-cta {
    display: none;
  }
  .about-2 .nav-mobile-toggle {
    display: block;
  }
  .about-2 .hero-h1 {
    font-size: 38px;
  }
  .about-2 .stats-grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .about-2 .stat-item:nth-child(2)::after {
    display: none;
  }
  .about-2 .why-grid {
    grid-template-columns: 1fr;
  }
  .about-2 .process-steps {
    grid-template-columns: 1fr;
  }
  .about-2 .mission-values {
    grid-template-columns: 1fr;
  }
  .about-2 .footer-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .about-2 .cta-wrap {
    padding: 48px 28px;
  }
  .about-2 .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-2 *,
  .about-2 *::before,
  .about-2 *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }
  .about-2 .reveal {
    opacity: 1;
    transform: none;
  }
}
#blds-geofencing-root section {
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

#blds-geofencing-root section.animated-visible {
  opacity: 1;
  transform: translateY(0);
}

#blds-geofencing-root .section-header {
  text-align: center;
  margin-bottom: 5rem;
}

#blds-geofencing-root .badge {
  font-family: var(--font-heading);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--neon-cyan);
  margin-bottom: 1rem;
  display: inline-block;
  background: rgba(0, 242, 254, 0.06);
  border: 1px solid rgba(0, 242, 254, 0.15);
  padding: 0.4rem 1.2rem;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
}

#blds-geofencing-root .badge::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(0, 242, 254, 0.2),
    transparent
  );
  animation: radarScan 3s infinite linear;
}
/* ==========================================================================
   MOBILE ADVERTISING — HERO FX LAYER
   Additive only. Nothing here overrides existing rules except two
   defensive `position` declarations noted below.
   Scope: .mobile-page .perspective-container (hero visual, top right)
   Prefix: .ma-      Depends on: nothing (vanilla CSS)
   ========================================================================== */

/* Guard against any horizontal scroll introduced by the floating chips. */
.mobile-page { overflow-x: hidden; }
@supports (overflow-x: clip) { .mobile-page { overflow-x: clip; } }

/* Stacking context for the FX layers. Both are almost certainly already
   positioned in your stylesheet — these are here so the layer works
   regardless, and they do not change any existing visual. */
.mobile-page .perspective-container { position: relative; }
.mobile-page .phone-3d { position: relative; z-index: 2; }

.ma-fx-halo,
.ma-fx { pointer-events: none; }   /* the phone keeps its mouse-tilt */

/* --------------------------------------------------------------------------
   1. Broadcast halo — sits behind the phone
   -------------------------------------------------------------------------- */
.ma-fx-halo {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: grid;
  place-items: center;
}
.ma-fx-halo::before {
  content: "";
  grid-area: 1 / 1;
  width: min(80%, 430px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle,
              rgba(139, 92, 246, .26),
              rgba(236, 72, 153, .09) 46%,
              transparent 70%);
  filter: blur(10px);
}
.ma-ring {
  grid-area: 1 / 1;
  width: min(88%, 460px);
  aspect-ratio: 1;
  border: 1px solid rgba(139, 92, 246, .32);
  border-radius: 50%;
  transform: scale(.34);
  opacity: 0;
  animation: ma-ring 5.1s cubic-bezier(.22, .61, .36, 1) infinite;
}
.ma-ring:nth-child(2) { animation-delay: 1.7s; }
.ma-ring:nth-child(3) { animation-delay: 3.4s; }
@keyframes ma-ring {
  0%   { transform: scale(.34); opacity: 0; }
  18%  { opacity: .85; }
  100% { transform: scale(1.04); opacity: 0; }
}

/* --------------------------------------------------------------------------
   2. Floating metric chips — sit in front, around the phone
   -------------------------------------------------------------------------- */
.ma-fx {
  position: absolute;
  inset: 0;
  z-index: 4;
}
.ma-chip {
  position: absolute;
  width: clamp(116px, 33%, 152px);
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(13, 9, 24, .82);
  border: 1px solid rgba(255, 255, 255, .1);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  box-shadow: 0 20px 44px -20px rgba(0, 0, 0, .9);
  animation: ma-drift 9s ease-in-out infinite;
  transition: border-color .5s ease, box-shadow .5s ease;
}
.ma-chip.is-hot {
  border-color: rgba(139, 92, 246, .55);
  box-shadow: 0 20px 44px -20px rgba(0, 0, 0, .9),
              0 0 0 1px rgba(139, 92, 246, .3);
}
@keyframes ma-drift {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-11px); }
}
.ma-chip .ma-k {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  line-height: 1.2;
  color: var(--text-muted, #8e8ca1);
  white-space: nowrap;
}
.ma-chip .ma-k svg { width: 13px; height: 13px; flex: none; }
.ma-chip .ma-v {
  display: block;
  margin-top: 5px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.1;
  color: #fff;
}

/* signal line running from each chip toward the device */
.ma-beam {
  position: absolute;
  top: 50%;
  width: 46px;
  height: 1px;
}
.ma-beam i {
  position: absolute;
  top: -2.5px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 10px var(--accent-violet, #8b5cf6);
  animation: ma-spark 3.6s cubic-bezier(.4, 0, .2, 1) infinite;
}
.ma-chip--l .ma-beam { left: 100%; background: linear-gradient(90deg, rgba(255,255,255,.26), transparent); }
.ma-chip--r .ma-beam { right: 100%; background: linear-gradient(270deg, rgba(255,255,255,.26), transparent); }
.ma-chip--r .ma-beam i { animation-name: ma-spark-rev; }
@keyframes ma-spark     { 0% { left: 0;    opacity: 0; } 20% { opacity: 1; } 80% { opacity: 1; } 100% { left: 41px; opacity: 0; } }
@keyframes ma-spark-rev { 0% { left: 41px; opacity: 0; } 20% { opacity: 1; } 80% { opacity: 1; } 100% { left: 0;    opacity: 0; } }

.ma-chip--geo   { left: 0;  top: 11%; }
.ma-chip--aud   { right: 0; top: 30%;    animation-delay: .6s;  animation-duration: 10.4s; }
.ma-chip--ctr   { right: 0; bottom: 25%; animation-delay: 1.2s; animation-duration: 9.6s; }
.ma-chip--visit { left: 0;  bottom: 13%; animation-delay: .3s;  animation-duration: 10.9s; }

/* --------------------------------------------------------------------------
   3. Live campaign stack — inside the phone, below the existing ad card
   Anchored to the bottom of .phone-3d so it never collides with the
   existing .phone-ad-interactive block at the top.
   -------------------------------------------------------------------------- */
.ma-stack {
  position: absolute;
  left: 6%;
  right: 6%;
  bottom: 5%;
  z-index: 3;
  display: grid;
  gap: 8px;
  pointer-events: none;
}

/* reserved row so the notification cannot shift the layout */
.ma-notif-row { position: relative; height: 42px; overflow: hidden; }
.ma-notif {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 9px;
  border-radius: 12px;
  background: rgba(24, 18, 42, .92);
  border: 1px solid rgba(255, 255, 255, .16);
  box-shadow: 0 14px 26px -12px rgba(0, 0, 0, .9);
  transform: translateY(-135%);
  opacity: 0;
  transition: transform .5s cubic-bezier(.22, .61, .36, 1), opacity .4s ease;
}
.ma-notif.is-on { transform: none; opacity: 1; }
.ma-notif .ma-ic {
  width: 18px; height: 18px;
  flex: none;
  display: grid;
  place-items: center;
  border-radius: 5px;
  background: linear-gradient(150deg, var(--accent-violet, #8b5cf6), var(--accent-magenta, #ec4899));
}
.ma-notif .ma-ic svg { width: 10px; height: 10px; color: #fff; }
.ma-notif .ma-t {
  display: block;
  font-size: .5rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  line-height: 1.4;
  color: var(--text-muted, #8e8ca1);
}
.ma-notif .ma-m {
  display: block;
  font-size: .68rem;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
}

/* rotating creative */
.ma-slot {
  position: relative;
  aspect-ratio: 16 / 13;
  max-height: 150px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
}
.ma-tag {
  position: absolute;
  top: 7px; left: 7px;
  z-index: 5;
  padding: 3px 6px;
  border-radius: 4px;
  font-size: .5rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(0, 0, 0, .42);
  border: 1px solid rgba(255, 255, 255, .24);
}
.ma-ad {
  position: absolute;
  inset: 0;
  padding: 11px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 0;
  transform: translateY(14px) scale(.97);
  transition: opacity .55s cubic-bezier(.22, .61, .36, 1),
              transform .55s cubic-bezier(.22, .61, .36, 1);
}
.ma-ad.is-active { opacity: 1; transform: none; }
.ma-ad::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 34%, rgba(0, 0, 0, .45));
}
.ma-ad > * { position: relative; }
.ma-ad .ma-brand {
  font-size: .5rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .82);
}
.ma-ad .ma-copy {
  margin: 5px 0 8px;
  font-size: .82rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.015em;
  color: #fff;
}
.ma-ad .ma-cta {
  align-self: flex-start;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: .5rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  background: #fff;
  color: #141020;
}
.ma-ad--1 { background: linear-gradient(150deg, var(--accent-violet, #8b5cf6), var(--accent-magenta, #ec4899)); }
.ma-ad--2 { background: linear-gradient(150deg, #0e7490, var(--accent-cyan, #22d3ee)); }
.ma-ad--3 { background: linear-gradient(150deg, var(--accent-violet, #8b5cf6), #1e1b4b); }
.ma-ad--4 { background: linear-gradient(150deg, #b45309, #f59e0b); }

/* tap ripple on the creative's CTA */
.ma-tap {
  position: absolute;
  left: 34px;
  bottom: 22px;
  width: 14px; height: 14px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, .9);
  opacity: 0;
  z-index: 6;
}
.ma-tap.is-on { animation: ma-tap 1s ease-out; }
@keyframes ma-tap {
  0%   { opacity: .95; transform: scale(.4); }
  100% { opacity: 0;   transform: scale(2.6); }
}

/* live impressions bar */
.ma-live {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(255, 255, 255, .1);
}
.ma-dot {
  width: 6px; height: 6px;
  flex: none;
  border-radius: 50%;
  background: var(--accent-cyan, #22d3ee);
  box-shadow: 0 0 9px var(--accent-cyan, #22d3ee);
  animation: ma-blink 1.9s ease-in-out infinite;
}
@keyframes ma-blink { 0%, 100% { opacity: 1; } 50% { opacity: .25; } }
.ma-live .ma-k {
  font-size: .5rem;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .5);
}
.ma-live .ma-v {
  margin-left: auto;
  font-size: .72rem;
  font-weight: 700;
  color: #fff;
  font-variant-numeric: tabular-nums;
}

/* --------------------------------------------------------------------------
   4. Responsive
   -------------------------------------------------------------------------- */
@media (max-width: 1199px) {
  .ma-chip { width: clamp(110px, 32%, 140px); padding: 9px 11px; }
  .ma-beam { width: 34px; }
  @keyframes ma-spark     { 0% { left: 0;    opacity: 0; } 20% { opacity: 1; } 80% { opacity: 1; } 100% { left: 29px; opacity: 0; } }
  @keyframes ma-spark-rev { 0% { left: 29px; opacity: 0; } 20% { opacity: 1; } 80% { opacity: 1; } 100% { left: 0;    opacity: 0; } }
}

/* tablet / stacked hero — the visual column gets wider, chips move inward */
@media (max-width: 991px) {
  .ma-chip--geo   { left: 6%; }
  .ma-chip--visit { left: 6%; }
  .ma-chip--aud   { right: 6%; }
  .ma-chip--ctr   { right: 6%; }
}

/* phone — keep two chips so the composition stays readable, drop the beams */
@media (max-width: 767px) {
  .ma-chip { width: 118px; padding: 8px 10px; border-radius: 12px; }
  .ma-chip .ma-v { font-size: .88rem; }
  .ma-chip .ma-k { font-size: .56rem; }
  .ma-beam { display: none; }
  .ma-chip--aud,
  .ma-chip--visit { display: none; }
  .ma-chip--geo { left: 0; top: 6%; }
  .ma-chip--ctr { right: 0; bottom: 16%; }
  .ma-notif-row { height: 38px; }
  .ma-slot { max-height: 128px; }
}

@media (max-width: 479px) {
  .ma-chip { width: 106px; }
  .ma-stack { left: 7%; right: 7%; gap: 6px; }
  .ma-slot { max-height: 112px; }
  .ma-ad .ma-copy { font-size: .76rem; }
}

/* very small handsets — the device alone carries the story */
@media (max-width: 359px) {
  .ma-chip--ctr { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .ma-ring,
  .ma-chip,
  .ma-beam i,
  .ma-dot,
  .ma-tap { animation: none !important; }
  .ma-ad,
  .ma-notif { transition-duration: .01ms !important; }
  .ma-ring { opacity: .35; transform: scale(.8); }
}

#blds-geofencing-root .section-title {
  font-family: var(--font-heading);
  font-size: 2.75rem;
  font-weight: 700;
  letter-spacing: -0.5px;
  background: linear-gradient(135deg, #ffffff 40%, var(--text-secondary) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#blds-geofencing-root .btn-main {
  background: linear-gradient(135deg, var(--neon-cyan), var(--neon-blue));
  color: var(--bg-base);
  padding: 0.9rem 2.2rem;
  border-radius: 6px;
  font-family: var(--font-heading);
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(0, 242, 254, 0.25);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  border: none;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

#blds-geofencing-root .btn-main:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(0, 242, 254, 0.45);
}

#blds-geofencing-root .btn-sub {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--border-color);
  color: var(--text-primary);
  padding: 0.9rem 2.2rem;
  border-radius: 6px;
  font-family: var(--font-heading);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}

#blds-geofencing-root .btn-sub:hover {
  border-color: var(--neon-purple);
  background: rgba(157, 78, 221, 0.05);
}

/* --- Glassmorphic Structural Card --- */
#blds-geofencing-root .glass-card {
  background: var(--bg-surface);
  border: 1px solid var(--border-color);
  border-radius: 14px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

#blds-geofencing-root .glass-card:hover {
  border-color: var(--border-glow);
  box-shadow: 0 15px 35px rgba(0, 242, 254, 0.05);
  transform: translateY(-4px);
}

/* --- Section 1: Hero --- */
#blds-geofencing-root .hero {
  padding: 10rem 0 6rem 0;
}

#blds-geofencing-root .hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 4rem;
  align-items: center;
}

#blds-geofencing-root .hero h1 {
  font-family: var(--font-heading);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 1.5rem;
  background: linear-gradient(
    135deg,
    #fff 40%,
    #a5b4fc 70%,
    var(--neon-cyan) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -1px;
}

#blds-geofencing-root .hero p {
  color: var(--text-secondary);
  font-size: 1.2rem;
  margin-bottom: 3rem;
  max-width: 580px;
}

#blds-geofencing-root .hero-actions {
  display: flex;
  gap: 1.5rem;
}

/* Animated Geofencing Map Graphic */
#blds-geofencing-root .hero-visual {
  position: relative;
  height: 420px;
  background-image: url(../images/geo.png);
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid var(--border-color);
  border-radius: 20px;
  overflow: hidden;
}

#blds-geofencing-root .radar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  border: 1px dashed rgba(0, 242, 254, 0.4);
  border-radius: 50%;
  animation: radarPulse 4s infinite linear;
}

#blds-geofencing-root .radar-core {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background: var(--neon-cyan);
  border-radius: 50%;
  box-shadow: 0 0 20px var(--neon-cyan);
}

#blds-geofencing-root .radar-target {
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--neon-purple);
  border-radius: 50%;
  box-shadow: 0 0 12px var(--neon-purple);
  opacity: 0;
  animation: targetGlow 3s infinite alternate;
}

#blds-geofencing-root .t1 {
  top: 30%;
  left: 40%;
  animation-delay: 0.5s;
}
#blds-geofencing-root .t2 {
  top: 65%;
  left: 70%;
  animation-delay: 1.2s;
}
#blds-geofencing-root .t3 {
  top: 45%;
  left: 25%;
  animation-delay: 2s;
}

/* Scanning HUD lines for AI aesthetic */
#blds-geofencing-root .hud-line {
  position: absolute;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(0, 242, 254, 0.2),
    transparent
  );
  animation: hudScan 6s infinite ease-in-out;
}

/* --- Section 2: What is Geofencing --- */
#blds-geofencing-root .explanation {
  padding: 6rem 0;
}

#blds-geofencing-root .expl-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 5rem;
  align-items: center;
}

#blds-geofencing-root .expl-text h3 {
  font-family: var(--font-heading);
  font-size: 3rem;
  margin-bottom: 1.5rem;
  line-height: 65px;
}

#blds-geofencing-root .expl-text p {
  color: var(--text-secondary);
  margin-bottom: 1.5rem;
  font-size: 1.05rem;
}

/* Interactive Map Simulation Component */
#blds-geofencing-root .map-simulation {
  padding: 2.5rem;
  height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#blds-geofencing-root .sim-screen {
  background-image: url(../images/geo-2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 10px;
  height: 200px;
  position: relative;
  overflow: hidden;
}

#blds-geofencing-root .sim-fence {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 110px;
  height: 110px;
  border: 2px solid var(--neon-cyan);
  background: rgba(0, 242, 254, 0.05);
  border-radius: 12px;
}

#blds-geofencing-root .sim-user {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  left: 15%;
  transform: translateY(-50%);
  animation: crossFence 6s infinite linear;
  box-shadow: 0 0 10px #fff;
}

#blds-geofencing-root .sim-pop {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%) scale(0);
  background: var(--text-primary);
  color: var(--bg-base);
  padding: 0.4rem 1rem;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 700;
  font-family: var(--font-heading);
  animation: popNotify 6s infinite linear;
}

#blds-geofencing-root .sim-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#blds-geofencing-root .sim-status {
  font-family: var(--font-heading);
  font-size: 0.9rem;
  color: var(--neon-cyan);
}

#blds-geofencing-root .pulse-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--neon-cyan);
  border-radius: 50%;
  margin-right: 6px;
  box-shadow: 0 0 8px var(--neon-cyan);
  animation: simplePulse 1.5s infinite alternate;
}

/* --- Section 3: How It Works --- */
#blds-geofencing-root .how-it-works {
  padding: 6rem 0;
}

#blds-geofencing-root .process-pipeline {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2rem;
  position: relative;
}

#blds-geofencing-root .process-step {
  padding: 2.5rem 2rem;
  background: var(--bg-surface);
  border: 1px solid var(--border-color);
}

#blds-geofencing-root .step-num {
  font-family: var(--font-heading);
  font-size: 2.5rem;
  font-weight: 700;
  background: linear-gradient(135deg, var(--neon-cyan), var(--neon-purple));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1rem;
  display: block;
  transition: transform 0.3s ease;
}

#blds-geofencing-root .process-step:hover .step-num {
  transform: scale(1.1) translateX(5px);
}

#blds-geofencing-root .process-step h4 {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  font-weight: 600;
}

#blds-geofencing-root .process-step p {
  color: var(--text-secondary);
  font-size: 0.9rem;
}

/* --- Section 4: Key Features --- */
#blds-geofencing-root .features {
  padding: 6rem 0;
}

#blds-geofencing-root .grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 2rem;
}

#blds-geofencing-root .feature-card {
  padding: 3rem 2.5rem;
}

#blds-geofencing-root .icon-container {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: var(--neon-cyan);
  margin-bottom: 1.75rem;
  transition: all 0.3s ease;
}

#blds-geofencing-root .feature-card:hover .icon-container {
  background: var(--neon-cyan);
  color: var(--bg-base);
  box-shadow: 0 0 15px var(--neon-cyan);
}

#blds-geofencing-root .feature-card h4 {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

#blds-geofencing-root .feature-card p {
  color: var(--text-secondary);
  font-size: 0.95rem;
}

/* --- Section 5: Benefits --- */
#blds-geofencing-root .benefits {
  padding: 6rem 0;
}

#blds-geofencing-root .benefit-line {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem;
  border-bottom: 1px solid var(--border-color);
  transition: background 0.3s ease;
}

#blds-geofencing-root .benefit-line:hover {
  background: rgba(0, 242, 254, 0.01);
}

#blds-geofencing-root .benefit-line i {
  color: var(--neon-cyan);
  font-size: 1.2rem;
}

#blds-geofencing-root .benefit-line span {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 500;
}

/* --- Section 6: Industries --- */
#blds-geofencing-root .industries {
  padding: 6rem 0;
}

#blds-geofencing-root .ind-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

#blds-geofencing-root .ind-card {
  text-align: center;
  padding: 2.5rem 1.5rem;
}

#blds-geofencing-root .ind-card i {
  font-size: 2rem;
  color: var(--neon-purple);
  margin-bottom: 1.25rem;
  transition: transform 0.3s ease;
}

#blds-geofencing-root .ind-card:hover i {
  transform: scale(1.15) rotate(5deg);
  color: var(--neon-cyan);
}

#blds-geofencing-root .ind-card h5 {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 500;
}

/* --- Section 7: Why Choose BLDS --- */
#blds-geofencing-root .why-us {
  padding: 6rem 0;
}

#blds-geofencing-root .why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

#blds-geofencing-root .why-item {
  margin-bottom: 2rem;
}

#blds-geofencing-root .why-item h4 {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  color: #fff;
}

#blds-geofencing-root .why-item p {
  color: var(--text-secondary);
  font-size: 0.95rem;
}

/* --- Section 8: Metrics / Stats --- */
#blds-geofencing-root .metrics {
  padding: 6rem 0;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(0, 242, 254, 0.02),
    transparent
  );
}

#blds-geofencing-root .metrics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2.5rem;
  text-align: center;
}

#blds-geofencing-root .metric-box h3 {
  font-family: var(--font-heading);
  font-size: 3.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
}

#blds-geofencing-root .metric-box p {
  color: var(--text-secondary);
  font-size: 1rem;
}

/* --- Section 9: FAQ Accordion --- */
#blds-geofencing-root .faq {
  padding: 6rem 0;
}

#blds-geofencing-root .faq-wrapper {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

#blds-geofencing-root .faq-item {
  border: 1px solid var(--border-color);
  background: rgba(255, 255, 255, 0.01);
  border-radius: 8px;
  overflow: hidden;
  transition: border-color 0.3s ease;
}

#blds-geofencing-root .faq-trigger {
  width: 100%;
  padding: 1.5rem;
  background: transparent;
  border: none;
  color: #fff;
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#blds-geofencing-root .faq-trigger i {
  transition: transform 0.3s ease;
  color: var(--neon-cyan);
}

#blds-geofencing-root .faq-content {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.3s cubic-bezier(0, 1, 0, 1),
    padding 0.3s ease;
  padding: 0 1.5rem;
  color: var(--text-secondary);
  font-size: 0.95rem;
}

#blds-geofencing-root .faq-item.active {
  border-color: rgba(0, 242, 254, 0.3);
  background: rgba(255, 255, 255, 0.02);
}
#blds-geofencing-root .faq-item.active .faq-trigger i {
  transform: rotate(180deg);
}
#blds-geofencing-root .faq-item.active .faq-content {
  max-height: 300px;
  padding-bottom: 1.5rem;
  transition: max-height 0.5s cubic-bezier(1, 0, 1, 0);
}

/* --- Section 10: Call To Action & Form --- */
#blds-geofencing-root .cta {
  padding: 8rem 0;
}

#blds-geofencing-root .cta-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 4rem;
  align-items: center;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.02) 0%,
    rgba(255, 255, 255, 0.005) 100%
  );
  border: 1px solid var(--border-glow);
  border-radius: 24px;
  padding: 5rem 4rem;
}

#blds-geofencing-root .cta-text h2 {
  font-family: var(--font-heading);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  background: linear-gradient(90deg, #fff, var(--neon-cyan));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#blds-geofencing-root .cta-text p {
  color: var(--text-secondary);
  font-size: 1.1rem;
}

/* Premium Scoped Form */
#blds-geofencing-root .contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

#blds-geofencing-root .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

#blds-geofencing-root .input-field {
  width: 100%;
  background: rgba(3, 5, 14, 0.7);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 1rem 1.25rem;
  color: #fff;
  font-family: inherit;
  outline: none;
  transition: all 0.2s ease;
}

#blds-geofencing-root .input-field:focus {
  border-color: var(--neon-cyan);
  box-shadow: 0 0 10px rgba(0, 242, 254, 0.1);
}

#blds-geofencing-root textarea.input-field {
  height: 120px;
  resize: none;
}

/* --- High-End AI Animation Engines --- */
@keyframes radarPulse {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    width: 360px;
    height: 360px;
    opacity: 0;
  }
}

@keyframes targetGlow {
  0% {
    opacity: 0.2;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1.3);
  }
}

@keyframes crossFence {
  0% {
    left: 15%;
    background: #fff;
    box-shadow: 0 0 10px #fff;
  }
  50% {
    left: 50%;
    background: var(--neon-cyan);
    box-shadow: 0 0 15px var(--neon-cyan);
  }
  100% {
    left: 85%;
    background: var(--neon-cyan);
  }
}

@keyframes popNotify {
  0%,
  45% {
    transform: translateX(-50%) scale(0);
    opacity: 0;
  }
  52%,
  80% {
    transform: translateX(-50%) scale(1);
    opacity: 1;
  }
  90%,
  100% {
    transform: translateX(-50%) scale(0);
    opacity: 0;
  }
}

@keyframes simplePulse {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

@keyframes gridScroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 1000px;
  }
}

@keyframes hudScan {
  0% {
    top: 0%;
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}

@keyframes radarScan {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

/* --- Responsive Adaptations --- */
@media (max-width: 1024px) {
  #blds-geofencing-root .hero-grid,
  #blds-geofencing-root .expl-grid,
  #blds-geofencing-root .why-grid,
  #blds-geofencing-root .cta-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  #blds-geofencing-root .hero {
    text-align: center;
  }
  #blds-geofencing-root .hero p {
    margin-left: auto;
    margin-right: auto;
  }
  #blds-geofencing-root .hero-actions {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  #blds-geofencing-root .hero h1 {
    font-size: 2.75rem;
  }
  #blds-geofencing-root .section-title {
    font-size: 2.1rem;
  }
  #blds-geofencing-root .form-row {
    grid-template-columns: 1fr;
  }
  #blds-geofencing-root .cta-grid {
    padding: 3rem 2rem;
  }
}
.about-hero {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  background: #0f172a;
}
/* --- Shared Utilities & Typography --- */
.section-wrapper {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  padding: 8rem 2rem;
  overflow: hidden;
}

.section-header {
  margin-bottom: 4rem;
}
/* --- Isolated Wrapper & Design System Tokens --- */
#contact-page-root {
  position: relative;
  background-color: #0b0f19;
  color: #f3f4f6;
  font-family: 'Inter', sans-serif;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;

  /* Scoped Custom Variables */
  --bg-main: #0b0f19;
  --bg-card: rgba(22, 28, 45, 0.4);
  --border-color: rgba(255, 255, 255, 0.08);
  --accent-glow: #38bdf8;
  --accent-gradient: linear-gradient(135deg, #38bdf8 0%, #818cf8 100%);
  --text-primary: #f3f4f6;
  --text-secondary: #9ca3af;
}

/* Safe Reset Ecosystem for the isolated block */
#contact-page-root *,
#contact-page-root *::before,
#contact-page-root *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Ambient subtle light source in background mapped safely to root block */
#contact-page-root .bg-glow {
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(56, 189, 248, 0.05) 0%,
    transparent 70%
  );
  top: -150px;
  left: -150px;
  z-index: 0;
  pointer-events: none;
}

#contact-page-root .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 0;
  position: relative;
  z-index: 1;
}

#contact-page-root .header {
  text-align: center;
  margin-bottom: 50px;
}

#contact-page-root .header h1 {
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
  background: linear-gradient(180deg, #ffffff 0%, #a3a3a3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#contact-page-root .header p {
  color: var(--text-secondary);
  font-size: 1.1rem;
  font-weight: 400;
}

#contact-page-root .content-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 32px;
}

/* Glassmorphism Card Panels */
#contact-page-root .card-panel {
  background: var(--bg-card);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--border-color);
  border-radius: 16px;
  padding: 40px;
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

#contact-page-root .card-panel:hover {
  border-color: rgba(56, 189, 248, 0.2);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* Contact Details Layout */
#contact-page-root .info-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
}

#contact-page-root .info-title {
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 8px;
}

#contact-page-root .info-subtitle {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.5;
}

#contact-page-root .contact-methods {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#contact-page-root .method-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid transparent;
  transition: all 0.2s ease;
}

#contact-page-root .method-item:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.05);
}

#contact-page-root .icon-container {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: rgba(56, 189, 248, 0.1);
  color: var(--accent-glow);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

#contact-page-root .method-details label {
  display: block;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-secondary);
  margin-bottom: 2px;
}

#contact-page-root .method-details span {
  font-size: 1rem;
  font-weight: 500;
}

/* Clean Map Integration */
#contact-page-root .map-wrapper {
  width: 100%;
  height: 200px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border-color);
  filter: grayscale(1) invert(0.9) contrast(1.2);
  opacity: 0.8;
  transition:
    opacity 0.3s ease,
    filter 0.3s ease;
}

#contact-page-root .card-panel:hover .map-wrapper {
  opacity: 0.95;
  filter: grayscale(0.8) invert(0.9) contrast(1.2);
}
/* --- Graphics Designing CSS Starts Here --- */
.graphics {
  background-color: #0b0f19;
  color: #ffffff;
  overflow-x: hidden;
  line-height: 1.6;
  font-family: 'Plus Jakarta Sans', sans-serif;
  position: relative;
  width: 100%;
}

/* Variables mapped locally to prevent leakage */
.graphics {
  --bg-main: #0b0f19;
  --bg-surface: #131c2e;
  --bg-surface-hover: #1c2942;
  --primary: #6366f1;
  --primary-gradient: linear-gradient(135deg, #6366f1 0%, #a855f7 100%);
  --accent: #00f2fe;
  --text-main: #ffffff;
  --text-muted: #94a3b8;
  --border-color: rgba(255, 255, 255, 0.08);
  --max-width: 1280px;
  --transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Scoped structural resets to safe-guard layout */
.graphics * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.graphics ul {
  list-style: none;
}
.graphics a {
  text-decoration: none;
  color: inherit;
}

/* --- REUSABLE UTILITIES --- */
.graphics .container {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}

.graphics .section-padding {
  padding: 100px 0;
}

.graphics .section-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px auto;
}

.graphics .section-header .badge {
  background: rgba(99, 102, 241, 0.1);
  color: var(--accent);
  padding: 6px 16px;
  border-radius: 100px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid rgba(0, 242, 254, 0.2);
  display: inline-block;
  margin-bottom: 16px;
}

.graphics .section-header h2 {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
  background: linear-gradient(180deg, #fff 0%, #94a3b8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.graphics .section-header p {
  color: var(--text-muted);
  font-size: 1.1rem;
}

.graphics .btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: var(--transition);
}

.graphics .btn-primary {
  background: var(--primary-gradient);
  color: #fff;
  border: none;
  box-shadow: 0 4px 20px rgba(99, 102, 241, 0.3);
}

.graphics .btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 24px rgba(99, 102, 241, 0.5);
}

.graphics .btn-secondary {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  border: 1px solid var(--border-color);
}

.graphics .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-3px);
}

/* --- HERO SECTION & DESIGN ASSETS --- */
.graphics #hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 60px;
  overflow: hidden;
}

.graphics #hero::before {
  content: '';
  position: absolute;
  top: -10%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: rgba(99, 102, 241, 0.15);
  filter: blur(120px);
  border-radius: 50%;
  z-index: -1;
}

.graphics #hero::after {
  content: '';
  position: absolute;
  bottom: -10%;
  left: -10%;
  width: 400px;
  height: 400px;
  background: rgba(168, 85, 247, 0.12);
  filter: blur(120px);
  border-radius: 50%;
  z-index: -1;
}

.graphics .hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
}

.graphics .hero-content h1 {
  font-size: 3.8rem;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 24px;
  letter-spacing: -1px;
}

.graphics .hero-content h1 span {
  background: linear-gradient(to right, #6366f1, #00f2fe);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.graphics .hero-content p {
  color: var(--text-muted);
  font-size: 1.2rem;
  margin-bottom: 40px;
  max-width: 580px;
}

.graphics .hero-btns {
  display: flex;
  gap: 16px;
}

.graphics .hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 450px;
}

.graphics .vector-workstation {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: #0f141c;
  border: 1px solid var(--border-color);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.5);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.graphics .workstation-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 10px;
}

.graphics .window-dots {
  display: flex;
  gap: 6px;
}

.graphics .window-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.graphics .window-dots span:nth-child(1) {
  background: #ef4444;
}
.graphics .window-dots span:nth-child(2) {
  background: #eab308;
}
.graphics .window-dots span:nth-child(3) {
  background: #22c55e;
}

.graphics .workstation-body {
  display: flex;
  flex-grow: 1;
  gap: 12px;
  position: relative;
}

.graphics .toolbar-left {
  width: 36px;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 8px;
  border: 1px solid var(--border-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.graphics .toolbar-left i.active {
  color: var(--accent);
}

.graphics .canvas-center {
  flex-grow: 1;
  background: #080b11;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.03);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.graphics .canvas-center svg {
  width: 80%;
  height: 80%;
}

.graphics .vector-node {
  animation: pulseGlow 2s infinite alternate;
}

@keyframes pulseGlow {
  0% {
    r: 4;
    fill: var(--accent);
    stroke-width: 2;
  }
  100% {
    r: 7;
    fill: var(--primary);
    stroke-width: 4;
  }
}

.graphics .floating-card {
  position: absolute;
  background: rgba(19, 28, 46, 0.85);
  backdrop-filter: blur(12px);
  border: 1px solid var(--border-color);
  padding: 16px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  z-index: 10;
}

.graphics .fc-1 {
  top: -10px;
  left: -20px;
  animation: floatY 4s ease-in-out infinite;
}
.graphics .fc-2 {
  bottom: 20px;
  right: -20px;
  animation: floatY 5s ease-in-out infinite 1s;
}

.graphics .floating-card i {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(0, 242, 254, 0.1);
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.graphics .floating-card p {
  font-size: 0.85rem;
  font-weight: 700;
}

/* --- ABOUT SECTION SHAPES --- */
.graphics .about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.graphics .about-image-wrapper {
  position: relative;
}

.graphics .color-palette-artboard {
  width: 100%;
  height: 380px;
  border-radius: 24px;
  background: #0f141c;
  border: 1px solid var(--border-color);
  position: relative;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.graphics .artboard-header {
  display: flex;
  justify-content: space-between;
  color: var(--text-muted);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 12px;
}

.graphics .palette-swatches {
  display: flex;
  gap: 16px;
  margin-top: 20px;
}

.graphics .swatch-card {
  flex: 1;
  height: 160px;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: var(--transition);
}

.graphics .swatch-card:hover {
  transform: translateY(-10px);
}
.graphics .swatch-1 {
  background: #6366f1;
}
.graphics .swatch-2 {
  background: #a855f7;
}
.graphics .swatch-3 {
  background: #00f2fe;
}
.graphics .swatch-4 {
  background: #ec4899;
}

.graphics .typography-blueprint {
  font-family: monospace;
  color: var(--text-muted);
  font-size: 0.75rem;
  background: rgba(0, 0, 0, 0.2);
  padding: 12px;
  border-radius: 8px;
  border-left: 2px solid var(--accent);
}

.graphics .about-info-badge {
  position: absolute;
  bottom: -30px;
  right: 30px;
  background: var(--bg-surface);
  border: 1px solid var(--border-color);
  padding: 30px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
  z-index: 5;
}

.graphics .about-info-badge h3 {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--accent);
  line-height: 1;
}

.graphics .about-content h3 {
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: 700;
}

.graphics .about-content p {
  color: var(--text-muted);
  margin-bottom: 30px;
}

.graphics .about-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.graphics .about-feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.graphics .about-feature-item i {
  color: var(--accent);
  font-size: 1.2rem;
}

/* --- SERVICES SECTION --- */
.graphics .services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.graphics .service-card {
  background: var(--bg-surface);
  border: 1px solid var(--border-color);
  padding: 40px 30px;
  border-radius: 20px;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.graphics .service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-gradient);
  opacity: 0;
  transition: var(--transition);
  z-index: 1;
}

.graphics .service-card * {
  position: relative;
  z-index: 2;
}

.graphics .service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(99, 102, 241, 0.15);
  border-color: rgba(255, 255, 255, 0.2);
}

.graphics .service-card:hover::before {
  opacity: 0.04;
}

.graphics .service-icon {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border-color);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  transition: var(--transition);
}

.graphics .service-icon i {
  font-size: 1.5rem;
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.graphics .service-card:hover .service-icon {
  background: var(--primary-gradient);
  border-color: transparent;
}

.graphics .service-card:hover .service-icon i {
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.graphics .service-card h3 {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 14px;
}

.graphics .service-card p {
  color: var(--text-muted);
  font-size: 0.95rem;
}

/* --- WHY CHOOSE US --- */
.graphics .benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 30px;
}

.graphics .benefit-card {
  display: flex;
  gap: 20px;
  background: rgba(255, 255, 255, 0.02);
  padding: 30px;
  border-radius: 20px;
  border: 1px solid var(--border-color);
  transition: var(--transition);
}

.graphics .benefit-card:hover {
  background: var(--bg-surface);
  border-color: rgba(0, 242, 254, 0.3);
  transform: scale(1.02);
}

.graphics .benefit-card i {
  font-size: 1.8rem;
  color: var(--accent);
  margin-top: 4px;
}

.graphics .benefit-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.graphics .benefit-card p {
  color: var(--text-muted);
  font-size: 0.95rem;
}

/* --- CREATIVE PROCESS --- */
.graphics .process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(31.333%, 1fr));
  gap: 30px;
  position: relative;
}

.graphics .process-card {
  text-align: center;
  position: relative;
}

.graphics .process-step {
  width: 70px;
  height: 70px;
  background: var(--bg-surface);
  border: 2px dashed rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px auto;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--accent);
  position: relative;
  transition: var(--transition);
}

.graphics .process-card:hover .process-step {
  border-color: var(--primary);
  box-shadow: 0 0 20px rgba(99, 102, 241, 0.4);
  transform: rotate(360deg);
}

.graphics .process-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.graphics .process-card p {
  color: var(--text-muted);
  font-size: 0.9rem;
  padding: 0 10px;
}

/* --- PORTFOLIO DYNAMIC GRAPHIC CARDS --- */
.graphics .portfolio-filters {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.graphics .filter-btn {
  background: transparent;
  color: var(--text-muted);
  border: 1px solid var(--border-color);
  padding: 10px 24px;
  border-radius: 100px;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
}

.graphics .filter-btn.active,
.graphics .filter-btn:hover {
  background: var(--primary-gradient);
  color: #fff;
  border-color: transparent;
}

.graphics .portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
}

.graphics .portfolio-item {
  background: var(--bg-surface);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--border-color);
  transition: var(--transition);
}

.graphics .portfolio-img-box {
  position: relative;
  overflow: hidden;
  height: 260px;
  background: #080b11;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.graphics .mockup-canvas {
  width: 80%;
  height: 80%;
  background: #111827;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px;
}

.graphics .ui-preview-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--primary-gradient);
  margin: 0 auto;
}

.graphics .ui-preview-bar {
  height: 8px;
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
}

.graphics .dieline-box {
  width: 120px;
  height: 120px;
  border: 1px dashed var(--accent);
  position: relative;
}
.graphics .dieline-box::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.graphics .portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(11, 15, 25, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: var(--transition);
  padding: 24px;
  text-align: center;
}

.graphics .portfolio-item:hover .portfolio-overlay {
  opacity: 1;
}

.graphics .portfolio-info {
  padding: 24px;
}
.graphics .portfolio-info h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 6px;
}
.graphics .portfolio-info p {
  color: var(--accent);
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.graphics .portfolio-outcome {
  font-size: 0.9rem;
  color: var(--text-muted) !important;
  border-top: 1px solid var(--border-color);
  padding-top: 12px;
  margin-top: 12px;
}

/* --- STATS SECTION --- */
.graphics #stats {
  background: linear-gradient(
    135deg,
    rgba(99, 102, 241, 0.05) 0%,
    rgba(168, 85, 247, 0.05) 100%
  );
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.graphics .stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 40px;
  text-align: center;
}

.graphics .stat-item h3 {
  font-size: 3rem;
  font-weight: 800;
  background: var(--primary-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}

.graphics .stat-item p {
  color: var(--text-muted);
  font-weight: 600;
  font-size: 0.95rem;
}

/* --- TESTIMONIALS --- */
.graphics .testimonial-slider {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.graphics .testimonial-track {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.graphics .testimonial-card {
  min-width: 100%;
  padding: 40px;
  background: var(--bg-surface);
  border-radius: 24px;
  border: 1px solid var(--border-color);
  text-align: center;
  box-sizing: border-box;
}

.graphics .testimonial-card quote {
  font-size: 1.25rem;
  font-style: italic;
  color: #e2e8f0;
  display: block;
  margin-bottom: 24px;
}

.graphics .client-info h4 {
  font-size: 1.1rem;
  font-weight: 700;
}
.graphics .client-info p {
  color: var(--accent);
  font-size: 0.85rem;
}

.graphics .slider-controls {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 30px;
}

.graphics .slider-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border-color);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}

.graphics .slider-btn:hover {
  background: var(--primary);
  border-color: transparent;
}

/* --- PRICING SECTION --- */
.graphics .pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  align-items: center;
}

.graphics .pricing-card {
  background: var(--bg-surface);
  border: 1px solid var(--border-color);
  border-radius: 24px;
  padding: 40px;
  position: relative;
  transition: var(--transition);
}

.graphics .pricing-card.popular {
  border: 2px solid var(--primary);
  transform: scale(1.04);
  background: linear-gradient(
    180deg,
    var(--bg-surface) 0%,
    rgba(99, 102, 241, 0.05) 100%
  );
}

.graphics .popular-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--primary-gradient);
  color: #fff;
  padding: 4px 16px;
  border-radius: 100px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
}

.graphics .pricing-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.graphics .pricing-card p {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin-bottom: 24px;
}

.graphics .price {
  font-size: 2.8rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 30px;
}
.graphics .price span {
  font-size: 1rem;
  color: var(--text-muted);
  font-weight: 400;
}

.graphics .pricing-features {
  margin-bottom: 36px;
  border-top: 1px solid var(--border-color);
  padding-top: 24px;
}

.graphics .pricing-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 0.95rem;
}
.graphics .pricing-features i {
  color: var(--accent);
}

/* --- FAQ SECTION --- */
.graphics .faq-wrapper {
  max-width: 800px;
  margin: 0 auto;
}
.graphics .faq-item {
  background: var(--bg-surface);
  border: 1px solid var(--border-color);
  border-radius: 14px;
  margin-bottom: 16px;
  overflow: hidden;
  transition: var(--transition);
}
.graphics .faq-trigger {
  width: 100%;
  padding: 24px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.graphics .faq-trigger i {
  transition: var(--transition);
  color: var(--accent);
}
.graphics .faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  background: rgba(0, 0, 0, 0.1);
}
.graphics .faq-content p {
  padding: 0 24px 24px 24px;
  color: var(--text-muted);
  font-size: 0.95rem;
}
.graphics .faq-item.active .faq-trigger i {
  transform: rotate(180deg);
}
.graphics .faq-item.active .faq-content {
  max-height: 200px;
}

/* --- CONTACT SECTION --- */
.graphics .contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 60px;
  background: var(--bg-surface);
  border: 1px solid var(--border-color);
  border-radius: 32px;
  padding: 60px;
}

.graphics .contact-info h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 16px;
}
.graphics .contact-info p {
  color: var(--text-muted);
  margin-bottom: 40px;
}

.graphics .contact-details-list li {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
}
.graphics .contact-details-list .icon-box {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  font-size: 1.2rem;
}

.graphics .contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.graphics .form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.graphics .form-group.full-width {
  grid-column: span 2;
}
.graphics .form-group label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-muted);
}
.graphics .form-group input,
.graphics .form-group textarea {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid var(--border-color);
  padding: 14px 18px;
  border-radius: 10px;
  color: #fff;
  font-size: 0.95rem;
  transition: var(--transition);
}
.graphics .form-group input:focus,
.graphics .form-group textarea:focus {
  outline: none;
  border-color: var(--primary);
  background: rgba(0, 0, 0, 0.4);
}

/* --- KEYFRAMES & MEDIA QUERIES (SCOPED) --- */
@keyframes morph {
  0% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  }
  100% {
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
  }
}

@keyframes floatY {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

@media (max-width: 1024px) {
  .graphics .hero-grid,
  .graphics .about-grid,
  .graphics .contact-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .graphics .hero-content {
    text-align: center;
  }
  .graphics .hero-content p {
    margin: 0 auto 40px auto;
  }
  .graphics .hero-btns {
    justify-content: center;
  }
  .graphics .hero-visual {
    height: auto;
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .graphics .section-header h2 {
    font-size: 2rem;
  }
  .graphics .hero-content h1 {
    font-size: 2.8rem;
  }
  .graphics .contact-grid {
    padding: 30px;
  }
  .graphics .contact-form {
    grid-template-columns: 1fr;
  }
  .graphics .form-group.full-width {
    grid-column: span 1;
  }
  .graphics .pricing-card.popular {
    transform: scale(1);
  }
}
/******       Graphics Designing CSS ends Here *************/

/*********************(Website Designing Page CSS Stars Here)********************/
.web-dd {
  --bg-main: #0a0f1d;
  --bg-card: #131c31;
  --primary: #2563eb;
  --primary-glow: rgba(37, 99, 235, 0.4);
  --accent: #00f2fe;
  --text-main: #f8fafc;
  --text-muted: #94a3b8;
  --border: rgba(255, 255, 255, 0.08);
  --max-width: 1200px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);

  background-color: var(--bg-main);
  color: var(--text-main);
  line-height: 1.6;
  font-family: 'Inter', sans-serif;
  overflow-x: hidden;
  box-sizing: border-box;
  padding-bottom: 5rem;
}

.web-dd *,
.web-dd *::before,
.web-dd *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.web-dd a {
  text-decoration: none;
  color: inherit;
}
.web-dd ul {
  list-style: none;
}
.web-dd img {
  max-width: 100%;
  height: auto;
}

.web-dd .container {
  width: 100%;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 2rem;
}

.web-dd .section-padding {
  padding: 7rem 0;
}

.web-dd .section-header {
  text-align: center;
  margin-bottom: 4rem;
}

.web-dd .section-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, #fff 0%, var(--text-muted) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.web-dd .section-header p {
  color: var(--text-muted);
  max-width: 600px;
  margin: 0 auto;
  font-size: 1.1rem;
}

.web-dd .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.8rem 2rem;
  border-radius: 8px;
  font-weight: 500;
  transition: var(--transition);
  cursor: pointer;
  border: none;
}

.web-dd .btn-primary {
  background: linear-gradient(135deg, var(--primary) 0%, #1d4ed8 100%);
  color: white;
  box-shadow: 0 4px 20px var(--primary-glow);
}

.web-dd .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(37, 99, 235, 0.6);
}

.web-dd .btn-secondary {
  background: rgba(255, 255, 255, 0.05);
  color: white;
  border: 1px solid var(--border);
}

.web-dd .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-2px);
}

/* Hero Scoped Area */
.web-dd .hero {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
}

.web-dd .hero::before {
  content: '';
  position: absolute;
  top: -10%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(37, 99, 235, 0.15) 0%,
    rgba(0, 0, 0, 0) 70%
  );
  z-index: 1;
}

.web-dd .hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 4rem;
  align-items: center;
}

.web-dd .hero-content h1 {
  font-size: 3.5rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, #ffffff 0%, #cbd5e1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.web-dd .hero-content h1 span {
  background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.web-dd .hero-content p {
  font-size: 1.2rem;
  color: var(--text-muted);
  margin-bottom: 2.5rem;
  max-width: 600px;
}

.web-dd .hero-btns {
  display: flex;
  gap: 1rem;
}

.web-dd .hero-graphic {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.web-dd .hero-sphere {
  width: 300px;
  height: 300px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  box-shadow: 0 0 60px var(--primary-glow);
  animation: web_dd_morph 8s ease-in-out infinite alternate;
}

@keyframes web_dd_morph {
  0% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  }
  50% {
    border-radius: 70% 30% 50% 50% / 50% 70% 30% 50%;
  }
  100% {
    border-radius: 42% 58% 30% 70% / 45% 45% 55% 55%;
  }
}

/* About Grid Setup */
.web-dd .about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.web-dd .about-content h3 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: white;
}
.web-dd .about-content p {
  color: var(--text-muted);
  margin-bottom: 1.5rem;
}

.web-dd .about-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 2rem;
}

.web-dd .metric-item {
  background: var(--bg-card);
  padding: 1.5rem;
  border-radius: 12px;
  border: 1px solid var(--border);
}

.web-dd .metric-item h4 {
  font-size: 2rem;
  color: var(--accent);
  margin-bottom: 0.25rem;
}

/* Services Custom Grid */
.web-dd .services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
}

.web-dd .service-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  padding: 2.5rem;
  border-radius: 16px;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.web-dd .service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(37, 99, 235, 0.05) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  opacity: 0;
  transition: var(--transition);
}

.web-dd .service-card:hover {
  transform: translateY(-5px);
  border-color: rgba(37, 99, 235, 0.3);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.web-dd .service-card:hover::before {
  opacity: 1;
}

.web-dd .service-icon {
  width: 60px;
  height: 60px;
  background: rgba(37, 99, 235, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--accent);
  margin-bottom: 1.5rem;
}

.web-dd .service-card h3 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  color: #fff;
}
.web-dd .service-card p {
  color: var(--text-muted);
  font-size: 0.95rem;
}

/* Why Choose Us Parameters */
.web-dd .wcu-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.web-dd .wcu-features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.web-dd .wcu-feature-item {
  display: flex;
  gap: 1.5rem;
  background: rgba(255, 255, 255, 0.02);
  padding: 1.5rem;
  border-radius: 12px;
  border: 1px solid var(--border);
}

.web-dd .wcu-feature-item i {
  font-size: 1.5rem;
  color: var(--primary);
  margin-top: 0.25rem;
}

.web-dd .wcu-feature-item h4 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  color: #fff;
}
.web-dd .wcu-feature-item p {
  color: var(--text-muted);
  font-size: 0.95rem;
}

/* Process Architecture */
.web-dd .process-timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  position: relative;
}

.web-dd .process-step {
  text-align: center;
  position: relative;
  background: var(--bg-card);
  padding: 2rem 1.5rem;
  border-radius: 12px;
  border: 1px solid var(--border);
}
.web-dd .process-step:hover {
  transform: translateY(-6px);
  border-color: rgba(37, 99, 235, 0.4);
  box-shadow:
    0 12px 30px rgba(0, 0, 0, 0.4),
    0 0 20px rgba(37, 99, 235, 0.1);
  background: linear-gradient(
    135deg,
    var(--bg-card) 0%,
    rgba(19, 28, 49, 0.8) 100%
  );
  transition: all 0.3s ease;
}

/* Subtle step-number scale modification on hover */
.web-dd .process-step:hover .step-number {
  background: var(--accent);
  color: var(--bg-main);
  transition: all 0.3s ease;
  box-shadow: 0 0 15px var(--accent);
}

.web-dd .process-step .step-number {
  transition: var(--transition);
}
.web-dd .step-number {
  width: 40px;
  height: 40px;
  background: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-weight: 700;
  font-size: 0.9rem;
  color: #fff;
}

.web-dd .process-step h3 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  color: #fff;
}
.web-dd .process-step p {
  color: var(--text-muted);
  font-size: 0.85rem;
}

/* Portfolio Components */
.web-dd .portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
}

.web-dd .portfolio-card {
  background: var(--bg-card);
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--border);
  transition: var(--transition);
}

.web-dd .portfolio-card:hover {
  transform: translateY(-5px);
  border-color: rgba(37, 99, 235, 0.2);
}

.web-dd .portfolio-img {
  height: 220px;
  background: linear-gradient(45deg, #1e293b, #0f172a);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: rgba(255, 255, 255, 0.05);
  position: relative;
}

.web-dd .portfolio-img::after {
  content: 'Project Preview';
  font-size: 1rem;
  color: var(--text-muted);
  position: absolute;
}

.web-dd .portfolio-info {
  padding: 2rem;
}
.web-dd .portfolio-info h3 {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  color: #fff;
}
.web-dd .portfolio-info p {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
}

.web-dd .portfolio-stats {
  display: flex;
  gap: 1.5rem;
  border-top: 1px solid var(--border);
  padding-top: 1rem;
  font-size: 0.85rem;
}

.web-dd .portfolio-stats span {
  color: var(--accent);
  font-weight: 600;
}

/* Testimonials Elements */
.web-dd .testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
}

.web-dd .testimonial-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--border);
  padding: 2.5rem;
  border-radius: 16px;
  position: relative;
}

.web-dd .testimonial-card i.quote-icon {
  font-size: 2rem;
  color: rgba(37, 99, 235, 0.2);
  position: absolute;
  top: 2rem;
  right: 2rem;
}

.web-dd .testimonial-card p {
  color: var(--text-muted);
  font-style: italic;
  margin-bottom: 1.5rem;
}

.web-dd .client-info {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.web-dd .client-avatar {
  width: 50px;
  height: 50px;
  background: #1e293b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: var(--primary);
  border: 1px solid var(--border);
}

.web-dd .client-details h4 {
  font-size: 1rem;
  color: #fff;
}
.web-dd .client-details span {
  color: var(--text-muted);
  font-size: 0.85rem;
}

/* FAQ Framework Blocks */
.web-dd .faq-max {
  max-width: 800px;
  margin: 0 auto;
}

.web-dd .faq-item {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.web-dd .faq-trigger {
  width: 100%;
  padding: 1.5rem;
  background: transparent;
  border: none;
  color: white;
  text-align: left;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.web-dd .faq-trigger i {
  transition: var(--transition);
  color: var(--primary);
}

.web-dd .faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  padding: 0 1.5rem;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.web-dd .faq-content p {
  padding-bottom: 1.5rem;
}

/* Contact Layer and Input Fields */
.web-dd .contact-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 4rem;
}

.web-dd .contact-info h3 {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  color: #fff;
}
.web-dd .contact-info p {
  color: var(--text-muted);
  margin-bottom: 2.5rem;
}

.web-dd .contact-details-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.web-dd .contact-detail-item {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.web-dd .contact-detail-item .icon-box {
  width: 45px;
  height: 45px;
  background: rgba(37, 99, 235, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
}

.web-dd .contact-form {
  background: var(--bg-card);
  padding: 3rem;
  border-radius: 16px;
  border: 1px solid var(--border);
}

.web-dd .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.web-dd .form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.web-dd .form-group label {
  font-size: 0.85rem;
  color: var(--text-muted);
  font-weight: 500;
}

.web-dd .form-group input,
.web-dd .form-group textarea {
  background: rgba(10, 15, 29, 0.5);
  border: 1px solid var(--border);
  padding: 0.8rem 1rem;
  border-radius: 6px;
  color: white;
  font-size: 0.95rem;
  transition: var(--transition);
}

.web-dd .form-group input:focus,
.web-dd .form-group textarea:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 10px rgba(37, 99, 235, 0.2);
}

/* Scoped Media Targets Configuration */
@media (max-width: 1024px) {
  .web-dd .hero-grid,
  .web-dd .about-grid,
  .web-dd .wcu-grid,
  .web-dd .contact-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .web-dd .hero-graphic {
    order: -1;
  }
  .web-dd .hero-content {
    text-align: center;
  }
  .web-dd .hero-content p {
    margin: 0 auto 2.5rem;
  }
  .web-dd .hero-btns {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .web-dd .section-padding {
    padding: 4rem 0;
  }
  .web-dd .form-grid {
    grid-template-columns: 1fr;
  }
}
/*********************(Website Designing Page CSS Ends Here)********************/

/******(Digital Marketing Page CSS Starts Here)********/
:root {
  --digital-bg-main: #0b0f19;
  --digital-bg-card: #151b2c;
  --digital-bg-card-hover: #1e263f;
  --digital-text-main: #f3f4f6;
  --digital-text-muted: #9ca3af;
  --digital-primary: #3b82f6;
  --digital-primary-glow: rgba(59, 130, 246, 0.5);
  --digital-accent: #8b5cf6;
  --digital-accent-glow: rgba(139, 92, 246, 0.5);
  --digital-gradient-primary: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 100%);
  --digital-gradient-dark: linear-gradient(180deg, #111827 0%, #0b0f19 100%);
  --digital-border-color: rgba(255, 255, 255, 0.08);
  --digital-font-main: 'Plus Jakarta Sans', sans-serif;
  --digital-max-width: 1240px;
  --digital-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.digital-wrapper-block {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background-color: var(--digital-bg-main);
  color: var(--digital-text-main);
  font-family: var(--digital-font-main);
  line-height: 1.6;
  overflow-x: hidden;
}

.digital-wrapper-block * {
  box-sizing: border-box;
  margin: 0;
}

/* --- UTILITIES & REUSABLE COMPONENTS --- */
.digital-container {
  width: 100%;
  max-width: var(--digital-max-width);
  margin: 0 auto;
  padding: 0 24px;
}

.digital-section {
  padding:70px 0;
  position: relative;
}
.digital-process{
    padding:10px 0 130px 0;
}
.digital-section-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px auto;
}

.digital-badge {
  display: inline-block;
  padding: 6px 16px;
  background: rgba(59, 130, 246, 0.1);
  border: 1px solid rgba(59, 130, 246, 0.3);
  color: #60a5fa;
  border-radius: 100px;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px;
}

.digital-section-title {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #c3dafe 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.digital-section-desc {
  color: var(--digital-text-muted);
  font-size: 1.1rem;
}

.digital-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 8px;
  font-family: var(--digital-font-main);
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: var(--digital-transition);
  cursor: pointer;
  gap: 8px;
}

.digital-btn-primary {
  background: var(--digital-gradient-primary);
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 14px var(--digital-primary-glow);
}

.digital-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px var(--digital-primary-glow);
  opacity: 0.95;
}

.digital-btn-secondary {
  background: transparent;
  color: #ffffff;
  border: 1px solid var(--digital-border-color);
}

.digital-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.digital-icon-wrapper {
  width: 48px;
  height: 48px;
  background: rgba(59, 130, 246, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--digital-primary);
  margin-bottom: 24px;
  position: relative;
}
.geo-custom-root {
  --gc-bg: #06070d;
  --gc-bg-soft: #0b0d18;
  --gc-panel: rgba(255, 255, 255, 0.04);
  --gc-panel-border: rgba(255, 255, 255, 0.09);
  --gc-blue: #5b8cff;
  --gc-purple: #a25bff;
  --gc-cyan: #5be3ff;
  --gc-text: #eef0fb;
  --gc-text-dim: #9aa0c0;
  --gc-text-dimmer: #6d7295;
  --gc-grad: linear-gradient(120deg, var(--gc-blue), var(--gc-purple));
  --gc-grad-soft: linear-gradient(
    120deg,
    rgba(91, 140, 255, 0.18),
    rgba(162, 91, 255, 0.18)
  );
  font-family:
    'Inter',
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    sans-serif;
  background: var(--gc-bg);
  color: var(--gc-text);
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.geo-custom-root * {
  box-sizing: border-box;
}

.geo-custom-root h1,
.geo-custom-root h2,
.geo-custom-root h3,
.geo-custom-root h4 {
  font-family: 'Space Grotesk', 'Inter', sans-serif;
  margin: 0;
  letter-spacing: -0.01em;
  color: var(--gc-text);
}

.geo-custom-root p {
  color: var(--gc-text-dim);
  line-height: 1.7;
  margin: 0;
}

.geo-custom-section {
  position: relative;
  padding: 100px 24px;
  max-width: 1240px;
  margin: 0 auto;
}

.geo-custom-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gc-cyan);
  margin-bottom: 18px;
}
.geo-custom-eyebrow::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gc-cyan);
  box-shadow: 0 0 10px 2px var(--gc-cyan);
  animation: geo-custom-blink 2.2s ease-in-out infinite;
}
@keyframes geo-custom-blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}

.geo-custom-h2 {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 600;
  line-height: 1.15;
}
.geo-custom-sub {
  font-size: 17px;
  max-width: 640px;
  margin-top: 16px;
}

/* ---------- Ambient background ---------- */
.geo-custom-bg-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.35;
  pointer-events: none;
  z-index: 0;
}
.geo-custom-bg-noise {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.035) 1px,
    transparent 1px
  );
  background-size: 26px 26px;
  pointer-events: none;
  z-index: 0;
  mask-image: radial-gradient(ellipse at center, black 0%, transparent 75%);
}

/* ---------- Reveal on scroll ---------- */
.geo-custom-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1),
    transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.geo-custom-reveal.geo-custom-in {
  opacity: 1;
  transform: translateY(0);
}

/* =========================================================
     SECTION 1 — HERO / What Is Geofencing
  ========================================================== */
.geo-custom-hero-wrap {
  padding-top: 132px;
  position: relative;
}

/* -- animated mesh backdrop -- */
.geo-custom-mesh {
  position: absolute;
  inset: -80px -10% auto -10%;
  height: 640px;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(
      480px 380px at 18% 24%,
      rgba(91, 140, 255, 0.3),
      transparent 60%
    ),
    radial-gradient(
      420px 360px at 82% 12%,
      rgba(162, 91, 255, 0.26),
      transparent 60%
    ),
    radial-gradient(
      360px 300px at 55% 55%,
      rgba(91, 227, 255, 0.14),
      transparent 60%
    );
  filter: blur(10px);
  animation: geo-custom-mesh-drift 14s ease-in-out infinite;
}
@keyframes geo-custom-mesh-drift {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-2%, 2%) scale(1.04);
  }
}

/* -- keyword marquee -- */
.geo-custom-marquee {
  position: relative;
  z-index: 1;
  display: flex;
  overflow: hidden;
  mask-image: linear-gradient(
    90deg,
    transparent,
    black 8%,
    black 92%,
    transparent
  );
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent,
    black 8%,
    black 92%,
    transparent
  );
  margin-bottom: 56px;
}
.geo-custom-marquee-track {
  display: flex;
  gap: 0;
  flex-shrink: 0;
  animation: geo-custom-marquee-scroll 26s linear infinite;
}
.geo-custom-marquee-track span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gc-text-dimmer);
  white-space: nowrap;
  padding: 0 22px;
  font-weight: 600;
}
.geo-custom-marquee-track span::after {
  content: '◆';
  color: var(--gc-cyan);
  font-size: 8px;
  opacity: 0.7;
}
@keyframes geo-custom-marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* -- headline block -- */
.geo-custom-hero-head {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 760px;
  margin: 0 auto 64px;
}
.geo-custom-hero-head .geo-custom-eyebrow {
  justify-content: center;
}
.geo-custom-hero-title {
  font-size: clamp(34px, 5.6vw, 60px);
  font-weight: 600;
  line-height: 1.08;
}
.geo-custom-hero-title .geo-custom-grad-word {
  background: var(--gc-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-size: 200% auto;
  animation: geo-custom-grad-shift 6s ease-in-out infinite;
}
@keyframes geo-custom-grad-shift {
  0%,
  100% {
    background-position: 0% center;
  }
  50% {
    background-position: 100% center;
  }
}
.geo-custom-hero-lead {
  font-size: 17px;
  max-width: 620px;
  margin: 22px auto 0;
}
.geo-custom-hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 34px;
  flex-wrap: wrap;
}
.geo-custom-cta-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--gc-text-dim);
  text-decoration: none;
  padding: 14px 6px;
  border-bottom: 1px solid transparent;
  transition:
    color 0.25s ease,
    border-color 0.25s ease;
}
.geo-custom-cta-ghost:hover {
  color: var(--gc-text);
  border-color: var(--gc-cyan);
}
.geo-custom-cta-ghost svg {
  width: 14px;
  height: 14px;
}

.geo-custom-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: 100px;
  background: var(--gc-grad);
  color: #060612;
  font-weight: 600;
  font-size: 14.5px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  position: relative;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08),
    0 10px 30px -8px rgba(91, 140, 255, 0.55);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}
.geo-custom-cta:hover {
  transform: translateY(-2px);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.15),
    0 16px 36px -6px rgba(162, 91, 255, 0.6);
}
.geo-custom-cta svg {
  width: 16px;
  height: 16px;
  transition: transform 0.25s ease;
}
.geo-custom-cta:hover svg {
  transform: translateX(3px);
}

/* -- body grid: insight cards + illustration -- */
.geo-custom-hero-body {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 48px;
  align-items: center;
}

.geo-custom-insight-stack {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.geo-custom-insight-card {
  display: flex;
  gap: 16px;
  padding: 20px 22px;
  border-radius: 18px;
  background: var(--gc-panel);
  border: 1px solid var(--gc-panel-border);
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    background 0.3s ease;
}
.geo-custom-insight-card:hover {
  transform: translateX(4px);
  border-color: rgba(91, 140, 255, 0.4);
  background: rgba(255, 255, 255, 0.06);
}
.geo-custom-insight-icon {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gc-grad-soft);
}
.geo-custom-insight-icon svg {
  width: 18px;
  height: 18px;
  stroke: var(--gc-cyan);
}
.geo-custom-insight-card h4 {
  font-size: 14.5px;
  font-weight: 600;
  margin-bottom: 5px;
}
.geo-custom-insight-card p {
  font-size: 13px;
  line-height: 1.6;
}

/* -- illustration stage -- */
.geo-custom-illustration {
  position: relative;
  aspect-ratio: 1/1;
  max-width: 480px;
  margin: 0 auto;
  border-radius: 28px;
  background:
    radial-gradient(
      circle at 30% 20%,
      rgba(91, 140, 255, 0.16),
      transparent 60%
    ),
    var(--gc-panel);
  border: 1px solid var(--gc-panel-border);
  overflow: hidden;
  transform-style: preserve-3d;
  transition: transform 0.3s ease;
  box-shadow: 0 30px 70px -30px rgba(91, 140, 255, 0.35);
}
.geo-custom-illustration svg {
  width: 100%;
  height: 100%;
  display: block;
}

.geo-custom-fence-ring {
  transform-origin: center;
  animation: geo-custom-pulse-ring 3.2s ease-in-out infinite;
}
@keyframes geo-custom-pulse-ring {
  0% {
    r: 60;
    opacity: 0.9;
  }
  70% {
    r: 128;
    opacity: 0;
  }
  100% {
    r: 128;
    opacity: 0;
  }
}
.geo-custom-fence-core {
  animation: geo-custom-core-glow 2.6s ease-in-out infinite;
}
@keyframes geo-custom-core-glow {
  0%,
  100% {
    opacity: 0.9;
  }
  50% {
    opacity: 0.55;
  }
}
.geo-custom-device {
  animation: geo-custom-orbit 9s linear infinite;
  transform-origin: 230px 230px;
}
@keyframes geo-custom-orbit {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.geo-custom-device-dot {
  animation: geo-custom-bob 2s ease-in-out infinite;
}
@keyframes geo-custom-bob {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}

.geo-custom-signal-pin {
  animation: geo-custom-drop 3.6s ease-in-out infinite;
}
@keyframes geo-custom-drop {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

.geo-custom-illustration-label {
  position: absolute;
  left: 14px;
  bottom: 14px;
  font-size: 11px;
  color: var(--gc-text-dimmer);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: flex;
  gap: 6px;
  align-items: center;
  z-index: 3;
}

/* -- floating glass chips over the illustration -- */
.geo-custom-float-chip {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 100px;
  background: rgba(10, 12, 24, 0.7);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 11.5px;
  font-weight: 600;
  color: var(--gc-text);
  box-shadow: 0 12px 28px -12px rgba(0, 0, 0, 0.6);
  animation: geo-custom-chip-float 5s ease-in-out infinite;
}
.geo-custom-float-chip .geo-custom-chip-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gc-cyan);
  box-shadow: 0 0 8px 2px var(--gc-cyan);
}
.geo-custom-chip-1 {
  top: 8%;
  left: 4%;
  animation-delay: 0s;
}
.geo-custom-chip-2 {
  top: 14%;
  right: 4%;
  animation-delay: 1.2s;
}
.geo-custom-chip-3 {
  bottom: 10%;
  right: 6%;
  animation-delay: 2.4s;
}
@keyframes geo-custom-chip-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

/* =========================================================
     SECTION 2 — How Does Geofencing Advertising Work
  ========================================================== */
.geo-custom-flow-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 64px;
}
.geo-custom-flow-head .geo-custom-sub {
  margin-left: auto;
  margin-right: auto;
}

.geo-custom-flow-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  position: relative;
}
.geo-custom-flow-track {
  position: absolute;
  top: 168px;
  left: 14%;
  right: 14%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(91, 140, 255, 0.5),
    rgba(162, 91, 255, 0.5),
    transparent
  );
  z-index: 0;
}

.geo-custom-flow-card {
  position: relative;
  z-index: 1;
  background: var(--gc-panel);
  border: 1px solid var(--gc-panel-border);
  border-radius: 22px;
  padding: 28px 24px 30px;
  text-align: center;
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    background 0.35s ease;
}
.geo-custom-flow-card:hover {
  transform: translateY(-6px);
  border-color: rgba(162, 91, 255, 0.4);
  background: rgba(255, 255, 255, 0.06);
}

.geo-custom-phone {
  width: 132px;
  height: 262px;
  margin: 0 auto 22px;
  border-radius: 26px;
  background: #0d0f1c;
  border: 2px solid rgba(255, 255, 255, 0.12);
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px -18px rgba(0, 0, 0, 0.7);
}
.geo-custom-phone::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 38px;
  height: 5px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.18);
  z-index: 3;
}
.geo-custom-phone-map {
  position: absolute;
  inset: 6px 6px 6px 6px;
  border-radius: 20px;
  background:
    radial-gradient(
      circle at 30% 25%,
      rgba(91, 140, 255, 0.25),
      transparent 55%
    ),
    radial-gradient(
      circle at 70% 70%,
      rgba(162, 91, 255, 0.22),
      transparent 55%
    );
  background-color: #101226;
  overflow: hidden;
}
.geo-custom-phone-map svg {
  width: 100%;
  height: 100%;
}

.geo-custom-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--gc-grad);
  color: #06060f;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 14px;
}
.geo-custom-flow-card h3 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 8px;
}
.geo-custom-flow-card p {
  font-size: 13.5px;
}

.geo-custom-ping {
  animation: geo-custom-ping-anim 2s cubic-bezier(0, 0, 0.2, 1) infinite;
}
@keyframes geo-custom-ping-anim {
  0% {
    transform: scale(0.6);
    opacity: 0.9;
  }
  75%,
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.geo-custom-marker-bounce {
  animation: geo-custom-drop 1.8s ease-in-out infinite;
}
.geo-custom-notif-pop {
  animation: geo-custom-pop 2.4s ease-in-out infinite;
}
@keyframes geo-custom-pop {
  0%,
  20% {
    transform: translateY(6px) scale(0.9);
    opacity: 0;
  }
  35%,
  80% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateY(-4px) scale(0.96);
    opacity: 0;
  }
}

/* =========================================================
     SECTION 3 — Benefits
  ========================================================== */
.geo-custom-benefits-top {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  margin-bottom: 60px;
  align-items: start;
}
.geo-custom-benefits-top p {
  font-size: 14.5px;
  margin-top: 14px;
}

.geo-custom-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.geo-custom-benefit-card {
  position: relative;
  padding: 26px 22px;
  border-radius: 18px;
  background: var(--gc-panel);
  border: 1px solid var(--gc-panel-border);
  overflow: hidden;
  transition:
    transform 0.3s ease,
    border-color 0.3s ease;
}
.geo-custom-benefit-card::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: 18px;
  padding: 1px;
  background: var(--gc-grad);
  opacity: 0;
  transition: opacity 0.3s ease;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.geo-custom-benefit-card:hover {
  transform: translateY(-5px);
}
.geo-custom-benefit-card:hover::before {
  opacity: 1;
}
.geo-custom-benefit-icon {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gc-grad-soft);
  margin-bottom: 16px;
}
.geo-custom-benefit-icon svg {
  width: 20px;
  height: 20px;
  stroke: var(--gc-cyan);
}
.geo-custom-benefit-card h4 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 6px;
}
.geo-custom-benefit-card p {
  font-size: 13px;
}

/* =========================================================
     SECTION 4 — Solutions & Findings (accordion)
  ========================================================== */
.geo-custom-accordion-wrap {
  max-width: 820px;
  margin: 0 auto;
}
.geo-custom-acc-item {
  border: 1px solid var(--gc-panel-border);
  border-radius: 16px;
  background: var(--gc-panel);
  margin-bottom: 14px;
  overflow: hidden;
}
.geo-custom-acc-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  background: none;
  border: none;
  color: var(--gc-text);
  font-size: 15.5px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  text-align: left;
}
.geo-custom-acc-trigger .geo-custom-acc-plus {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--gc-grad-soft);
  position: relative;
}
.geo-custom-acc-plus::before,
.geo-custom-acc-plus::after {
  content: '';
  position: absolute;
  background: var(--gc-cyan);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}
.geo-custom-acc-plus::before {
  width: 11px;
  height: 2px;
}
.geo-custom-acc-plus::after {
  width: 2px;
  height: 11px;
}
.geo-custom-acc-item.geo-custom-open .geo-custom-acc-plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.geo-custom-acc-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.geo-custom-acc-panel-inner {
  padding: 0 24px 22px;
  font-size: 14.5px;
}

/* =========================================================
     SECTION 5 — Comparison + CTA
  ========================================================== */
.geo-custom-compare-head {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 50px;
}

.geo-custom-compare-shell {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 0;
  border-radius: 26px;
  background: var(--gc-panel);
  border: 1px solid var(--gc-panel-border);
  overflow: hidden;
}

.geo-custom-compare-tabs {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 16px;
  border-right: 1px solid var(--gc-panel-border);
}
.geo-custom-compare-tab {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 13px 14px;
  border-radius: 12px;
  background: transparent;
  border: 1px solid transparent;
  color: var(--gc-text-dim);
  font-family: inherit;
  font-size: 13.5px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease;
}
.geo-custom-compare-tab:hover {
  background: rgba(255, 255, 255, 0.05);
  color: var(--gc-text);
}
.geo-custom-compare-tab.geo-custom-active {
  background: var(--gc-grad-soft);
  border-color: rgba(91, 140, 255, 0.35);
  color: var(--gc-text);
}
.geo-custom-compare-tab .geo-custom-tab-num {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.06);
  font-size: 10.5px;
  font-weight: 700;
  color: var(--gc-text-dimmer);
  transition:
    background 0.25s ease,
    color 0.25s ease;
}
.geo-custom-compare-tab.geo-custom-active .geo-custom-tab-num {
  background: var(--gc-grad);
  color: #06060f;
}

.geo-custom-compare-stage {
  position: relative;
  padding: 40px 42px;
  overflow: hidden;
}
.geo-custom-compare-stage::before {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: var(--gc-grad);
  opacity: 0.1;
  filter: blur(70px);
  top: -100px;
  right: -60px;
  pointer-events: none;
}

.geo-custom-compare-panel {
  display: none;
  position: relative;
  z-index: 1;
}
.geo-custom-compare-panel.geo-custom-active {
  display: block;
  animation: geo-custom-panel-in 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@keyframes geo-custom-panel-in {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.geo-custom-compare-panel-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 26px;
}
.geo-custom-compare-panel-title .geo-custom-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gc-cyan);
  box-shadow: 0 0 10px 2px var(--gc-cyan);
}

.geo-custom-versus {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 20px;
  align-items: start;
}
.geo-custom-versus-badge {
  align-self: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--gc-panel-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 800;
  color: var(--gc-text-dimmer);
  letter-spacing: 0.05em;
}
.geo-custom-versus-col {
  border-radius: 16px;
  padding: 22px 22px 24px;
  font-size: 13.5px;
  line-height: 1.65;
}
.geo-custom-versus-us {
  background: linear-gradient(
    160deg,
    rgba(91, 140, 255, 0.14),
    rgba(162, 91, 255, 0.09)
  );
  border: 1px solid rgba(91, 140, 255, 0.32);
  color: var(--gc-text);
}
.geo-custom-versus-them {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--gc-text-dimmer);
}
.geo-custom-versus-label {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}
.geo-custom-versus-us .geo-custom-versus-label {
  color: var(--gc-cyan);
}
.geo-custom-versus-them .geo-custom-versus-label {
  color: var(--gc-text-dimmer);
}
.geo-custom-versus-label svg {
  width: 14px;
  height: 14px;
}
.geo-custom-versus-us .geo-custom-versus-label svg {
  stroke: var(--gc-cyan);
}
.geo-custom-versus-them .geo-custom-versus-label svg {
  stroke: var(--gc-text-dimmer);
}

.geo-custom-cta-panel {
  margin-top: 70px;
  border-radius: 26px;
  padding: 56px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    160deg,
    rgba(91, 140, 255, 0.14),
    rgba(162, 91, 255, 0.1)
  );
  border: 1px solid rgba(162, 91, 255, 0.28);
}
.geo-custom-cta-panel h3 {
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 600;
}
.geo-custom-cta-panel p {
  max-width: 480px;
  margin: 14px auto 0;
  font-size: 14.5px;
}
.geo-custom-cta-panel .geo-custom-cta {
  margin-top: 26px;
}

.geo-custom-orb {
  position: absolute;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: var(--gc-grad);
  filter: blur(70px);
  opacity: 0.35;
  animation: geo-custom-float 8s ease-in-out infinite;
}
@keyframes geo-custom-float {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(20px, -24px);
  }
}

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .geo-custom-hero-body {
    grid-template-columns: 1fr;
  }
  .geo-custom-insight-stack {
    order: 2;
  }
  .geo-custom-illustration {
    max-width: 380px;
    order: 1;
  }
  .geo-custom-benefits-top {
    grid-template-columns: 1fr;
  }
  .geo-custom-benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .geo-custom-flow-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .geo-custom-flow-track {
    display: none;
  }
  .geo-custom-compare-shell {
    grid-template-columns: 1fr;
  }
  .geo-custom-compare-tabs {
    flex-direction: row;
    overflow-x: auto;
    border-right: none;
    border-bottom: 1px solid var(--gc-panel-border);
  }
  .geo-custom-compare-tab {
    flex-shrink: 0;
  }
  .geo-custom-compare-stage {
    padding: 30px 24px;
  }
  .geo-custom-versus {
    grid-template-columns: 1fr;
  }
  .geo-custom-versus-badge {
    justify-self: center;
  }
}
@media (max-width: 600px) {
  .geo-custom-section {
    padding: 70px 18px;
  }
  .geo-custom-benefit-grid {
    grid-template-columns: 1fr;
  }

  .geo-custom-cta-panel {
    padding: 40px 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .geo-custom-root *,
  .geo-custom-root *::before,
  .geo-custom-root *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
/* --- HERO SECTION --- */
.digital-hero {
  padding: 120px 0 50px 0;
  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(139, 92, 246, 0.15) 0%,
      transparent 40%
    ),
    radial-gradient(
      circle at 10% 80%,
      rgba(59, 130, 246, 0.15) 0%,
      transparent 40%
    );
}

.digital-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
}

.digital-hero-content h1 {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 24px;
  background: linear-gradient(to right, #ffffff, #93c5fd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.digital-hero-content p {
  font-size: 1.2rem;
  color: var(--digital-text-muted);
  margin-bottom: 36px;
  max-width: 580px;
}

.digital-hero-actions {
  display: flex;
  gap: 16px;
  margin-bottom: 48px;
}

.digital-hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.digital-mockup-container {
  width: 100%;
  max-width: 480px;
  height: 360px;
  background: var(--digital-bg-card);
  border: 1px solid var(--digital-border-color);
  border-radius: 16px;
  padding: 24px;
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  position: relative;
  animation: digital-float 6s ease-in-out infinite;
}

@keyframes digital-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

.digital-mockup-header {
  display: flex;
  gap: 6px;
  margin-bottom: 24px;
}

.digital-mockup-dot {
  width: 100%;
  max-width: 10px;
  height: 10px;
  border-radius: 50%;
}

.digital-mockup-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}

.digital-mockup-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--digital-border-color);
  border-radius: 8px;
  padding: 12px;
  height: 70px;
}

.digital-mockup-line {
  height: 6px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  margin-bottom: 8px;
}

.digital-mockup-chart {
  height: 140px;
  background: rgba(59, 130, 246, 0.05);
  border: 1px solid rgba(59, 130, 246, 0.2);
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 0 16px;
  gap: 12px;
}

.digital-mockup-bar {
  width: 100%;
  background: var(--digital-gradient-primary);
  border-radius: 4px 4px 0 0;
  animation: digital-growBar 2s ease-out forwards;
}

@keyframes digital-growBar {
  from {
    height: 0;
  }
}

/* --- ABOUT SECTION --- */
.digital-about {
  background: var(--digital-gradient-dark);
  border-top: 1px solid var(--digital-border-color);
}

.digital-about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.digital-about-features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 32px;
}

.digital-about-item {
  display: flex;
  gap: 16px;
  background: rgba(255, 255, 255, 0.02);
  padding: 20px;
  border-radius: 12px;
  border: 1px solid var(--digital-border-color);
}

.digital-about-item-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #3b82f6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  flex-shrink: 0;
}

/* --- SERVICES SECTION --- */
.digital-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.digital-service-card {
  background: var(--digital-bg-card);
  border: 1px solid var(--digital-border-color);
  border-radius: 16px;
  padding: 40px 32px;
  transition: var(--digital-transition);
  position: relative;
  overflow: hidden;
}

.digital-service-card:hover {
  transform: translateY(-8px);
  background: var(--digital-bg-card-hover);
  border-color: rgba(59, 130, 246, 0.3);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
}

.digital-service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--digital-gradient-primary);
  opacity: 0;
  transition: var(--digital-transition);
}

.digital-service-card:hover::before {
  opacity: 1;
}

.digital-service-card h3 {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 14px;
}

.digital-service-card p {
  color: var(--digital-text-muted);
  font-size: 0.95rem;
  margin-bottom: 20px;
}

.digital-service-link {
  color: var(--digital-primary);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* --- WHY CHOOSE US --- */
.digital-why-choose {
  background: var(--digital-gradient-dark);
}

.digital-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.digital-why-card {
  padding: 32px;
  background: rgba(255, 255, 255, 0.01);
  border: 1px solid var(--digital-border-color);
  border-radius: 12px;
  transition: var(--digital-transition);
}

.digital-why-card:hover {
  border-color: rgba(139, 92, 246, 0.3);
  background: rgba(255, 255, 255, 0.03);
}

.digital-why-card h3 {
  font-size: 1.2rem;
  margin-bottom: 12px;
}

.digital-why-card p {
  color: var(--digital-text-muted);
  font-size: 0.95rem;
}

/* --- PROCESS SECTION --- */
.digital-process-timeline {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  position: relative;
}

.digital-process-card {
  text-align: center;
  position: relative;
  z-index: 2;
}

.digital-process-number {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--digital-bg-card);
  border: 2px solid var(--digital-border-color);
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px auto;
  transition: var(--digital-transition);
  box-shadow: 0 0 0 6px rgba(11, 15, 25, 1);
}

.digital-process-card:hover .digital-process-number {
  background: var(--digital-gradient-primary);
  border-color: transparent;
  box-shadow:
    0 0 20px var(--digital-primary-glow),
    0 0 0 6px rgba(11, 15, 25, 1);
  transform: scale(1.1);
}

.digital-process-card h4 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.digital-process-card p {
  color: var(--digital-text-muted);
  font-size: 0.85rem;
}

/* --- STATS SECTION --- */
.digital-stats {
  background: var(--digital-gradient-primary);
  padding: 60px 0;
  color: #ffffff;
}

.digital-stats-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  text-align: center;
}

.digital-stat-number {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 4px;
  display: block;
}

.digital-stat-label {
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 0.9;
}

/* --- CASE STUDIES --- */
.digital-case-tabs {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 40px;
}

.digital-tab-btn {
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--digital-border-color);
  color: var(--digital-text-muted);
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  transition: var(--digital-transition);
}

.digital-tab-btn.digital-active,
.digital-tab-btn:hover {
  background: var(--digital-primary);
  color: #ffffff;
  border-color: transparent;
}

.digital-case-container {
  background: var(--digital-bg-card);
  border: 1px solid var(--digital-border-color);
  border-radius: 16px;
  padding: 48px;
  display: none;
}

.digital-case-container.digital-active {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 48px;
  align-items: center;
}

.digital-case-metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 24px;
}

.digital-metric-box {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--digital-border-color);
  padding: 16px;
  border-radius: 8px;
}

.digital-metric-val {
  color: #3b82f6;
  font-size: 1.5rem;
  font-weight: 700;
  display: block;
}

.digital-case-visual-box {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--digital-border-color);
  border-radius: 12px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

/* --- TESTIMONIALS --- */
.digital-testimonials {
  background: var(--digital-gradient-dark);
}

.digital-slider-wrapper {
  overflow: hidden;
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.digital-testimonial-track {
  display: flex;
  transition: transform 0.5s ease;
}

.digital-testimonial-slide {
  min-width: 100%;
  padding: 40px;
  background: var(--digital-bg-card);
  border: 1px solid var(--digital-border-color);
  border-radius: 16px;
  text-align: center;
  box-sizing: border-box;
}

.digital-testi-text {
  font-size: 1.25rem;
  font-style: italic;
  margin-bottom: 24px;
  color: #f3f4f6;
}

.digital-testi-author {
  font-weight: 700;
  color: #ffffff;
}

.digital-testi-role {
  font-size: 0.85rem;
  color: var(--digital-text-muted);
}

.digital-slider-controls {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
}

.digital-slider-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--digital-bg-card);
  border: 1px solid var(--digital-border-color);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  transition: var(--digital-transition);
}

.digital-slider-btn:hover {
  background: var(--digital-primary);
  border-color: transparent;
}

/* --- PRICING SECTION --- */
.digital-pricing-toggle-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 40px;
}

.digital-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.digital-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.digital-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--digital-bg-card);
  transition: 0.4s;
  border-radius: 34px;
  border: 1px solid var(--digital-border-color);
}

.digital-slider:before {
  position: absolute;
  content: '';
  height: 26px;
  width: 26px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

.digital-switch input:checked + .digital-slider {
  background-color: var(--digital-primary);
}
.digital-switch input:checked + .digital-slider:before {
  transform: translateX(26px);
}

.digital-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}

.digital-price-card {
  background: var(--digital-bg-card);
  border: 1px solid var(--digital-border-color);
  border-radius: 16px;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.digital-price-card.digital-popular {
  border-color: var(--digital-primary);
  box-shadow: 0 8px 30px rgba(59, 130, 246, 0.2);
}

.digital-popular-badge {
  position: absolute;
  top: -14px;
  right: 24px;
  background: var(--digital-primary);
  padding: 4px 12px;
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 700;
}

.digital-price-header h3 {
  font-size: 1.5rem;
  margin-bottom: 8px;
}
.digital-price-header p {
  color: var(--digital-text-muted);
  font-size: 0.9rem;
  margin-bottom: 24px;
}

.digital-price-amount {
  font-size: 2.75rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 24px;
}
.digital-price-amount span {
  font-size: 1rem;
  font-weight: 500;
  color: var(--digital-text-muted);
}

.digital-price-features {
  list-style: none;
  margin-bottom: 36px;
  flex-grow: 1;
}
.digital-price-features li {
  margin-bottom: 12px;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
.digital-price-features li::before {
  content: '✓';
  color: #10b981;
  font-weight: bold;
}

/* --- FAQ SECTION --- */
.digital-faq {
  background: var(--digital-gradient-dark);
}
.digital-faq-accordion {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.digital-faq-item {
  background: var(--digital-bg-card);
  border: 1px solid var(--digital-border-color);
  border-radius: 12px;
  overflow: hidden;
  transition: var(--digital-transition);
}

.digital-faq-header {
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.1rem;
  user-select: none;
}

.digital-faq-icon {
  transition: var(--digital-transition);
  font-weight: 400;
}

.digital-faq-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  padding: 0 24px;
  color: var(--digital-text-muted);
  font-size: 0.95rem;
}

.digital-faq-item.digital-active .digital-faq-body {
  padding-bottom: 24px;
  max-height: 200px;
}
.digital-faq-item.digital-active .digital-faq-icon {
  transform: rotate(45deg);
}

/* --- CONTACT SECTION --- */
.digital-contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 60px;
}

.digital-info-card {
  background: var(--digital-bg-card);
  border: 1px solid var(--digital-border-color);
  padding: 32px;
  border-radius: 16px;
  margin-bottom: 16px;
  display: flex;
  gap: 20px;
}

.digital-info-content h4 {
  font-size: 1.1rem;
  margin-bottom: 4px;
}
.digital-info-content p {
  color: var(--digital-text-muted);
  font-size: 0.95rem;
}

.digital-contact-form {
  background: var(--digital-bg-card);
  border: 1px solid var(--digital-border-color);
  padding: 48px;
  border-radius: 16px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.digital-form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.digital-form-group.digital-full-width {
  grid-column: span 2;
}

.digital-form-group label {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--digital-text-main);
}

.digital-form-group input,
.digital-form-group select,
.digital-form-group textarea {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid var(--digital-border-color);
  padding: 12px 16px;
  border-radius: 8px;
  color: #ffffff;
  font-family: var(--digital-font-main);
  font-size: 0.95rem;
  transition: var(--digital-transition);
}

.digital-form-group input:focus,
.digital-form-group select:focus,
.digital-form-group textarea:focus {
  outline: none;
  border-color: var(--digital-primary);
  box-shadow: 0 0 10px rgba(59, 130, 246, 0.2);
}

/* --- RESPONSIVE BREAKPOINTS --- */
@media (max-width: 1024px) {
  .digital-services-grid,
  .digital-why-grid,
  .digital-pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .digital-process-timeline {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
  .digital-stats-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .digital-hero-content h1 {
    font-size: 2.75rem;
  }
  .digital-case-container.digital-active {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .digital-section {
    padding: 60px 0;
  }
  .digital-hero-grid,
  .digital-about-grid,
  .digital-contact-grid {
    grid-template-columns: 1fr;
  }
  .digital-services-grid,
  .digital-why-grid,
  .digital-pricing-grid,
  .digital-stats-grid {
    grid-template-columns: 1fr;
  }
  .digital-process-timeline {
    grid-template-columns: repeat(2, 1fr);
  }
  .digital-hero {
    padding-top: 80px;
  }
  .digital-mockup-container {
    display: none;
  }
}

/***************(Digital Marketing Page CSS Ends Here)***************/

#contact-page-root .map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* Premium Form Styling */
#contact-page-root .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 24px;
}

#contact-page-root .span-all {
  grid-column: span 2;
}

#contact-page-root .input-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#contact-page-root .input-group label {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--text-secondary);
}

#contact-page-root .input-group input,
#contact-page-root .input-group textarea {
  width: 100%;
  background: rgba(11, 15, 25, 0.6);
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 14px 16px;
  color: var(--text-primary);
  font-family: inherit;
  font-size: 0.95rem;
  outline: none;
  transition: all 0.2s ease;
}

#contact-page-root .input-group textarea {
  resize: none;
  height: 140px;
}

#contact-page-root .input-group input:focus,
#contact-page-root .input-group textarea:focus {
  border-color: var(--accent-glow);
  box-shadow: 0 0 0 1px var(--accent-glow);
  background: rgba(11, 15, 25, 0.9);
}

#contact-page-root .form-status {
  display: none;
  font-size: 0.9rem;
  padding: 12px 16px;
  border-radius: 8px;
  margin-bottom: 20px;
}

#contact-page-root .form-status:empty {
  display: none;
}

#contact-page-root .form-status--success,
#contact-page-root .form-status--error {
  display: block;
}

#contact-page-root .form-status--success {
  background: rgba(34, 197, 94, 0.1);
  border: 1px solid rgba(34, 197, 94, 0.3);
  color: #4ade80;
}

#contact-page-root .form-status--error {
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.3);
  color: #f87171;
}

/* Sleek Premium Button */
#contact-page-root .btn-submit {
  width: 100%;
  background: var(--accent-gradient);
  border: none;
  border-radius: 8px;
  padding: 16px;
  color: #0b0f19;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

#contact-page-root .btn-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 20px rgba(56, 189, 248, 0.3);
}

#contact-page-root .btn-submit:active {
  transform: translateY(0);
}

/* Responsive Breakpoints */
@media (max-width: 968px) {
  #contact-page-root .content-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  #contact-page-root .container {
    padding: 40px 16px;
  }
}

@media (max-width: 580px) {
  #contact-page-root .form-grid {
    grid-template-columns: 1fr;
  }
  #contact-page-root .span-all {
    grid-column: span 1;
  }
  #contact-page-root .card-panel {
    padding: 24px;
  }
}
.section-tag {
  display: inline-block;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--cyan);
  margin-bottom: 1rem;
  font-weight: 600;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 1rem;
}

.section-desc {
  color: var(--text-dim);
  font-size: 1.05rem;
}

.glass-panel {
  background: var(--bg-card);
  border: 1px solid var(--border-glow);
  border-radius: 24px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  position: relative;
  overflow: hidden;
}

.btn-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  margin-top: auto;
  transition: all 0.3s ease;
}

.btn-cta svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

.btn-cta:hover svg {
  transform: translateX(4px);
}

/* Ambient Global Lighting Traces */
.ambient-radial {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.08;
  pointer-events: none;
  z-index: 0;
}

/* ==========================================================================
           LAYOUT STYLE 1: Bento Grid Blocks (Asymmetrical Metrics Layout)
           ========================================================================== */
.bento-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.bento-card {
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  transition:
    transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.4s ease;
}

.bento-card.large-span {
  grid-column: span 2;
}

.bento-card.tall-span {
  grid-row: span 2;
  justify-content: space-between;
}

/* Bento Animated Background: Matrix Dots Mesh */
.bento-mesh-anim {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    rgba(6, 182, 212, 0.15) 1px,
    transparent 1px
  );
  background-size: 20px 20px;
  z-index: 1;
  opacity: 0.3;
  animation: meshMove 25s linear infinite;
}

.bento-card .card-inner {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.bento-card h3 {
  font-size: 28px;
  margin: 1.5rem 0 0.75rem 0;
  font-weight: 600;
}
.bento-card p {
  color: var(--text-dim);
  font-size: 0.95rem;
  margin-bottom: 2rem;
}

.bento-card:hover {
  border-color: rgba(6, 182, 212, 0.3);
  transform: translateY(-4px);
}

@keyframes meshMove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 40px 40px;
  }
}

/* ==========================================================================
           LAYOUT STYLE 2: Split Content Grid & Feature Highlights
           ========================================================================== */
.split-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 4rem;
  align-items: center;
}

.split-sticky {
  position: sticky;
  top: 4rem;
}

.feature-stack {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.feature-row {
  padding: 2rem;
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  transition: all 0.4s ease;
  cursor: pointer;
}

/* Feature Row Background: Glowing Expanding Radar Lines */
.feature-row::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(168, 85, 247, 0.08), transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.feature-row:hover::before {
  opacity: 1;
}

.feature-row:hover {
  border-color: rgba(168, 85, 247, 0.3);
  transform: translateX(8px);
}

.icon-box {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--purple);
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.feature-text {
  position: relative;
  z-index: 2;
}
.feature-row h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.feature-row p {
  color: var(--text-dim);
  font-size: 0.95rem;
}

/* ==========================================================================
           LAYOUT STYLE 3: Horizontal Interactive Strips
           ========================================================================== */
.strip-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.strip-card {
  display: grid;
  grid-template-columns: 80px 1.2fr 2fr auto;
  align-items: center;
  gap: 2rem;
  padding: 2rem 3rem;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Strip Animation: Slow Fluid Color Waves */
.strip-wave-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at -10% 50%,
    rgba(59, 130, 246, 0.12),
    transparent 40%
  );
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.strip-card:hover .strip-wave-bg {
  opacity: 1;
}

.strip-card:hover {
  border-color: rgba(59, 130, 246, 0.4);
  transform: scale(1.01);
  background: rgba(14, 16, 27, 0.8);
}

.strip-num {
  font-size: 1.5rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.15);
  transition: color 0.3s ease;
}

.strip-card:hover .strip-num {
  color: var(--blue);
}

.strip-content-node {
  position: relative;
  z-index: 2;
}
.strip-card h3 {
  font-size: 1.3rem;
  font-weight: 600;
}
.strip-card p {
  color: var(--text-dim);
  font-size: 0.95rem;
  padding-right: 2rem;
}

/* ==========================================================================
           LAYOUT STYLE 4: Alternating Timeline Process Nodes
           ========================================================================== */
.timeline-container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6rem;
}

/* Central Neon Trace Line */
.timeline-container::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(
    to bottom,
    transparent,
    rgba(16, 185, 129, 0.3) 15%,
    rgba(16, 185, 129, 0.3) 85%,
    transparent
  );
  transform: translateX(-50%);
}

.timeline-node {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8rem;
  align-items: center;
  position: relative;
}

.timeline-node:nth-child(even) .timeline-info {
  order: 2;
}

/* Center Dot Pulse */
.timeline-dot {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  background: var(--emerald);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 15px var(--emerald);
  z-index: 3;
}

.timeline-display {
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* --- Isolated Wrapper & Design Tokens --- */
#services-page-root {
  position: relative;
  background-color: #03040b;
  color: #f8fafc;
  font-family: 'Plus Jakarta Sans', sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;

  /* Scoped Custom Variables */
  --bg-base: #03040b;
  --bg-surface: rgba(255, 255, 255, 0.03);
  --bg-surface-hover: rgba(255, 255, 255, 0.06);
  --glow-cyan: #00f2fe;
  --glow-purple: #9d4edd;
  --border-color: rgba(255, 255, 255, 0.05);
  --border-glow: rgba(0, 242, 254, 0.2);
  --font-heading: 'Space Grotesk', sans-serif;
  --text-primary: #f8fafc;
  --text-secondary: #94a3b8;
  --text-muted: #64748b;
}

/* Ensure reset applies accurately inside our isolated ecosystem */
#services-page-root *,
#services-page-root *::before,
#services-page-root *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* --- Dynamic Glow Backgrounds --- */
#services-page-root .nebula-glow-1 {
  position: absolute;
  width: 700px;
  height: 700px;
  background: radial-gradient(
    circle,
    rgba(0, 242, 254, 0.07) 0%,
    transparent 70%
  );
  top: -150px;
  left: -200px;
  z-index: 1;
  pointer-events: none;
  filter: blur(60px);
}

#services-page-root .nebula-glow-2 {
  position: absolute;
  width: 800px;
  height: 800px;
  background: radial-gradient(
    circle,
    rgba(157, 78, 221, 0.05) 0%,
    transparent 75%
  );
  top: 35%;
  right: -250px;
  z-index: 1;
  pointer-events: none;
  filter: blur(80px);
}

/* --- Layout Utility --- */
#services-page-root .container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 5;
}

#services-page-root .section-header {
  text-align: center;
  margin-bottom: 5rem;
  position: relative;
}

#services-page-root .badge {
  font-family: var(--font-heading);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--glow-cyan);
  margin-bottom: 1rem;
  display: inline-block;
  background: rgba(0, 242, 254, 0.06);
  border: 1px solid rgba(0, 242, 254, 0.15);
  padding: 0.4rem 1.2rem;
  border-radius: 50px;
}

#services-page-root .section-title {
  font-family: var(--font-heading);
  font-size: 2.75rem;
  font-weight: 700;
  letter-spacing: -0.5px;
  background: linear-gradient(135deg, #ffffff 40%, var(--text-secondary) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* --- Navigation --- */
#services-page-root header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(3, 4, 11, 0.75);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border-color);
  z-index: 1000;
}

#services-page-root .nav-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 85px;
}

#services-page-root .logo {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  color: var(--text-primary);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

#services-page-root .logo span {
  background: linear-gradient(90deg, var(--glow-cyan), var(--glow-purple));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#services-page-root .nav-menu {
  display: flex;
  list-style: none;
  gap: 3rem;
}

#services-page-root .nav-item a {
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  transition: color 0.3s ease;
}

#services-page-root .nav-item a:hover,
#services-page-root .nav-item a.active {
  color: var(--glow-cyan);
}

#services-page-root .cta-btn-nav {
  background: transparent;
  border: 1px solid var(--glow-cyan);
  color: var(--glow-cyan);
  padding: 0.6rem 1.4rem;
  border-radius: 6px;
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.nav-menu-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-height: 90vh;
  padding: 20px 0;
  width: 100%;
  max-width: 600px;
}

.nav-item {
  margin: 25px 0;
  transition:
    opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-item.has-submenu {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
}

/* Submenu Default Frame (Hidden) */
.submenu {
  list-style: none;
  padding: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: left;
  pointer-events: none;
}

/* Interactive Navigation Indicator Arrow */
.arrow {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 15px;
  vertical-align: middle;
  border-left: 6px solid var(--text-primary);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  transition:
    transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
    border-left-color 0.3s;
}

/* Submenu Link Defaults */
.submenu-link {
  font-size: 1.4rem;
  font-weight: 500;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  display: block;
  white-space: nowrap;
  transition:
    color 0.3s ease,
    transform 0.3s ease;
  letter-spacing: -0.01em;
}

.submenu-link:hover {
  color: var(--neon-blue);
  transform: translateX(5px);
}

/* --- DESKTOP SPECIFIC LAYOUT ENGINE (RIGHT SLIDE OUT) --- */
@media screen and (min-width: 769px) {
  .submenu {
    position: absolute;
    top: 50%;
    left: 100%; /* Spawns menu completely outside right margin boundary */
    transform: translateY(-50%) translateX(20px); /* Smooth horizontal entry animation */
    padding-left: 60px; /* Creates invisible bridge gap to avoid losing cursor focus */
    transition:
      opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1),
      transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
      visibility 0.4s;
  }

  /* Display Active State without touching main layout spacing */
  .nav-item.has-submenu:hover .submenu,
  .nav-item.has-submenu.open .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0);
    pointer-events: auto;
  }

  /* Submenu vertical list alignment */
  .submenu li {
    margin: 12px 0;
  }

  /* Dynamic Right-facing arrow indicator animations */
  .nav-item.has-submenu:hover .arrow,
  .nav-item.has-submenu.open .arrow {
    transform: scale(1.2);
    border-left-color: var(--neon-blue);
  }
}

/* --- RESPONSIVE MOBILE LAYOUT ENGINE (VERTICAL DROPDOWN SHIFT) --- */
@media screen and (max-width: 768px) {
  .nav-item.has-submenu {
    flex-direction: column;
  }

  /* Restructure arrow layout for standard downward drop */
  .arrow {
    border-top: 6px solid var(--text-primary);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    margin-left: 10px;
    transition: transform 0.3s ease;
  }

  .submenu {
    text-align: center;
    max-height: 0;
    transform: translateY(-10px);
    transition:
      max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1),
      opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1),
      transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  }

  /* Toggle view settings on mobile using classes exclusively */
  .nav-item.has-submenu.open .submenu {
    max-height: 300px;
    opacity: 1;
    visibility: visible;
    transform: translateY(10px);
    pointer-events: auto;
  }

  .nav-item.has-submenu.open .arrow {
    transform: rotate(180deg);
    border-top-color: var(--neon-blue);
  }

  .submenu li {
    padding: 8px 0;
  }

  .submenu-link:hover {
    transform: scale(1.05);
  }
}
#services-page-root .cta-btn-nav:hover {
  background: var(--glow-cyan);
  color: var(--bg-base);
  box-shadow: 0 0 15px rgba(0, 242, 254, 0.4);
}

/* --- Hero Section --- */
#services-page-root .hero {
  padding: 12rem 0 8rem 0;
  text-align: center;
  position: relative;
}

#services-page-root .hero h1 {
  font-family: var(--font-heading);
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.15;
  max-width: 900px;
  margin: 0 auto 1.5rem auto;
  background: linear-gradient(
    135deg,
    #fff 30%,
    #a5b4fc 70%,
    var(--glow-cyan) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -1px;
}

#services-page-root .hero p {
  max-width: 620px;
  margin: 0 auto 3rem auto;
  color: var(--text-secondary);
  font-size: 1.2rem;
  font-weight: 400;
}

#services-page-root .hero-actions {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}

#services-page-root .btn-main {
  background: linear-gradient(135deg, var(--glow-cyan), var(--glow-purple));
  color: var(--bg-base);
  padding: 0.9rem 2.2rem;
  border-radius: 6px;
  font-family: var(--font-heading);
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(0, 242, 254, 0.25);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

#services-page-root .btn-main:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(0, 242, 254, 0.45);
}

#services-page-root .btn-sub {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--border-color);
  color: var(--text-primary);
  padding: 0.9rem 2.2rem;
  border-radius: 6px;
  font-family: var(--font-heading);
  text-decoration: none;
  transition: all 0.3s ease;
}

#services-page-root .btn-sub:hover {
  border-color: var(--glow-purple);
  background: rgba(157, 78, 221, 0.05);
}

/* --- 6-Service Grid --- */
#services-page-root .services-section {
  padding: 6rem 0;
  position: relative;
}

#services-page-root .services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 2rem;
}

/* Glassmorphic Cyber Card */
#services-page-root .card {
  background: var(--bg-surface);
  border: 1px solid var(--border-color);
  border-radius: 14px;
  padding: 3rem 2.5rem;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

#services-page-root .card:hover {
  transform: translateY(-6px);
  border-color: var(--border-glow);
  box-shadow:
    0 15px 35px rgba(0, 242, 254, 0.05),
    inset 0 0 15px rgba(255, 255, 255, 0.02);
}

#services-page-root .card:hover::before {
  opacity: 1;
}

#services-page-root .card:hover::after {
  width: 100%;
}

#services-page-root .icon-container {
  width: 54px;
  height: 54px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.75rem;
  font-size: 1.4rem;
  color: var(--glow-cyan);
  transition: all 0.3s ease;
}

#services-page-root .card:hover .icon-container {
  color: var(--bg-base);
  background: var(--glow-cyan);
  box-shadow: 0 0 20px rgba(0, 242, 254, 0.6);
  border-color: var(--glow-cyan);
}

#services-page-root .card-h3 {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 600;
  margin-bottom: 1rem;
  letter-spacing: -0.2px;
}

#services-page-root .card-h3 a {
  color: #fff;
  text-decoration: none;
  font-size: 28px;
}

#services-page-root .card a {
  background: linear-gradient(135deg, var(--glow-cyan), var(--glow-purple));
  color: #fff;
  padding: 10px 17px;
  border-radius: 6px;
  font-family: var(--font-heading);
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(0, 242, 254, 0.25);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  margin-top: 20px !important;
  top: 40px;
  display: block;
  max-width: 140px;
}

#services-page-root .card-p {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.6;
}

/* --- 3-Column Features Section --- */
#services-page-root .features-section {
  padding: 6rem 0;
  position: relative;
}

#services-page-root .features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 2.5rem;
}

#services-page-root .feat-card {
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.01) 0%,
    rgba(255, 255, 255, 0.03) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 16px;
  padding: 3.5rem 2.5rem;
  transition:
    border-color 0.4s ease,
    box-shadow 0.4s ease;
}

#services-page-root .feat-card:hover {
  border-color: rgba(157, 78, 221, 0.25);
  box-shadow: 0 12px 40px rgba(157, 78, 221, 0.04);
}

#services-page-root .feat-card .icon-container {
  color: var(--glow-purple);
}

#services-page-root .feat-card:hover .icon-container {
  color: var(--text-primary);
  background: var(--glow-purple);
  box-shadow: 0 0 20px rgba(157, 78, 221, 0.5);
  border-color: var(--glow-purple);
}

#services-page-root .pill-box {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.5rem;
}

#services-page-root .pill {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 0.35rem 0.85rem;
  border-radius: 30px;
  font-size: 0.8rem;
  color: var(--text-secondary);
  font-weight: 500;
}

/* --- Interactive Workflow Pipeline --- */
#services-page-root .workflow-section {
  padding: 6rem 0;
}

#services-page-root .pipeline {
  display: flex;
  justify-content: space-between;
  position: relative;
  gap: 2.5rem;
  margin-top: 2rem;
}

#services-page-root .pipeline::before {
  content: '';
  position: absolute;
  top: 45px;
  left: 10%;
  width: 80%;
  height: 1px;
  background: linear-gradient(
    90deg,
    var(--glow-cyan),
    var(--glow-purple),
    var(--glow-cyan)
  );
  opacity: 0.15;
  z-index: 1;
}

#services-page-root .pipe-step {
  flex: 1;
  text-align: center;
  position: relative;
  z-index: 2;
}

#services-page-root .pipe-badge {
  font-family: var(--font-heading);
  width: 90px;
  height: 90px;
  background: var(--bg-base);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.75rem auto;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  transition: all 0.4s ease;
}

#services-page-root .pipe-step:hover .pipe-badge {
  border-color: var(--glow-cyan);
  color: var(--glow-cyan);
  box-shadow: 0 0 25px rgba(0, 242, 254, 0.25);
  transform: scale(1.05);
}

#services-page-root .pipe-step h4 {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  margin-bottom: 0.6rem;
  font-weight: 600;
}

#services-page-root .pipe-step p {
  font-size: 0.9rem;
  color: var(--text-secondary);
  max-width: 280px;
  margin: 0 auto;
}

/* --- Call To Action Box --- */
#services-page-root .cta-section {
  padding: 8rem 0;
}

#services-page-root .cta-container {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.015) 0%,
    rgba(255, 255, 255, 0.005) 100%
  );
  border: 1px solid var(--border-glow);
  border-radius: 24px;
  padding: 6rem 4rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

#services-page-root .cta-container::after {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(157, 78, 221, 0.08) 0%,
    transparent 70%
  );
  bottom: -200px;
  right: -100px;
  pointer-events: none;
}

#services-page-root .cta-container h2 {
  font-family: var(--font-heading);
  font-size: 3.25rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  background: linear-gradient(90deg, #fff, var(--glow-cyan));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.5px;
}

#services-page-root .cta-container p {
  max-width: 580px;
  margin: 0 auto 3rem auto;
  color: var(--text-secondary);
  font-size: 1.15rem;
}

/* --- Cyber Footer --- */
#services-page-root footer {
  background: #020206;
  border-top: 1px solid var(--border-color);
  padding: 6rem 0 2.5rem 0;
}

#services-page-root .footer-grid {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 4rem;
  margin-bottom: 5rem;
}

#services-page-root .footer-desc {
  color: var(--text-secondary);
  margin-top: 1.25rem;
  font-size: 0.95rem;
  max-width: 320px;
}

#services-page-root .socials {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}

#services-page-root .socials a {
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-secondary);
  text-decoration: none;
  transition: all 0.3s ease;
}

#services-page-root .socials a:hover {
  color: var(--bg-base);
  background: var(--glow-cyan);
  border-color: var(--glow-cyan);
  box-shadow: 0 0 12px var(--glow-cyan);
}

#services-page-root .footer-col h4 {
  font-family: var(--font-heading);
  font-size: 1rem;
  color: var(--text-primary);
  margin-bottom: 1.75rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

#services-page-root .footer-links {
  list-style: none;
}

#services-page-root .footer-links li {
  margin-bottom: 0.9rem;
}

#services-page-root .footer-links li a {
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

#services-page-root .footer-links li a:hover {
  color: var(--glow-cyan);
}

#services-page-root .footer-meta {
  border-top: 1px solid var(--border-color);
  padding-top: 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: var(--text-muted);
}

#services-page-root .status {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--glow-cyan);
  font-family: var(--font-heading);
  font-weight: 500;
}

/* --- Responsive Adaptations --- */
@media (max-width: 1024px) {
  #services-page-root .hero h1 {
    font-size: 3.5rem;
  }
  #services-page-root .pipeline {
    flex-direction: column;
    gap: 3.5rem;
  }
  #services-page-root .pipeline::before {
    display: none;
  }
  #services-page-root .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}

@media (max-width: 768px) {
  #services-page-root .nav-menu,
  #services-page-root .cta-btn-nav {
    display: none;
  }
  #services-page-root .hero h1 {
    font-size: 2.75rem;
  }
  #services-page-root .section-title {
    font-size: 2.2rem;
  }
  #services-page-root .cta-container h2 {
    font-size: 2.4rem;
  }
  #services-page-root .footer-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  #services-page-root .footer-meta {
    flex-direction: column;
    gap: 1.25rem;
    text-align: center;
  }
}
/* Timeline Card Animation: Shifting Plasma Blobs */
.plasma-bg {
  position: absolute;
  width: 140px;
  height: 140px;
  background: radial-gradient(
    circle,
    rgba(16, 185, 129, 0.2) 0%,
    transparent 70%
  );
  filter: blur(20px);
  animation: plasmaFloat 6s ease-in-out infinite alternate;
}

.timeline-info h3 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.timeline-info p {
  color: var(--text-dim);
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

@keyframes plasmaFloat {
  0% {
    transform: translate(-20px, -20px) scale(1);
  }
  100% {
    transform: translate(20px, 20px) scale(1.3);
  }
}

/* --- Interface Svg Icons Global Vector Structure --- */
.icon-node-svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

/* ==========================================================================
           RESPONSIVE RE-GRIDDING ENGINE
           ========================================================================== */
@media (max-width: 1024px) {
  .bento-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .bento-card.large-span {
    grid-column: span 2;
  }
  .split-layout {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .strip-card {
    grid-template-columns: 60px 1.5fr 2fr;
  }
  .strip-card .btn-cta {
    grid-column: span 3;
    margin-top: 1rem;
  }
  .timeline-node {
    gap: 4rem;
  }
}

@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }
  .bento-grid {
    grid-template-columns: 1fr;
  }
  .bento-card.large-span {
    grid-column: span 1;
  }
  .strip-card {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 2rem;
  }
  .strip-card .btn-cta {
    grid-column: span 1;
  }
  .timeline-container::before {
    left: 20px;
  }
  .timeline-node {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .timeline-dot {
    left: 20px;
  }
  .timeline-node:nth-child(even) .timeline-info {
    order: 0;
  }
  .timeline-display {
    height: 180px;
    order: 2;
  }
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content {
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
  padding: 100px 20px;
}
.foot-custom {
  background: linear-gradient(0deg, #12dffa 30%, #9358df 100%);
  padding: 20px;
  bottom: 0;
  position: fixed;
}
.mobile-page * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family:
    'Space Grotesk',
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  scroll-behavior: smooth;
}

.mobile-page {
  --bg-deep: #030208;
  --bg-card: rgba(15, 10, 28, 0.4);
  --text-main: #f3f4f6;
  --text-muted: #8b8da3;
  --accent-violet: #a855f7;
  --accent-magenta: #ec4899;
  --accent-cyan: #06b6d4;
  --glass-border: rgba(168, 85, 247, 0.15);
  --radius-md: 12px;
  --transition-bounce: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  --transition-smooth: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);

  background-color: var(--bg-deep);
  color: var(--text-main);
  position: relative;
  width: 100%;
}

/* --- IMMERSIVE BACKGROUND CANVAS & MATRIX STREAMS --- */
.mobile-page #matrix-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  opacity: 0.6;
}

.mobile-page .mouse-glow {
  position: fixed;
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(236, 72, 153, 0.08) 0%,
    rgba(168, 85, 247, 0.03) 40%,
    transparent 70%
  );
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 2;
  mix-blend-mode: screen;
  transition: transform 0.1s linear;
}

/* --- SCROLL-DRIVEN ENTRIES & SEGREGATION ANIMATIONS --- */
.mobile-page .reveal {
  opacity: 0;
  transform: translateY(50px);
  filter: blur(15px);
  transition:
    opacity 1s cubic-bezier(0.16, 1, 0.3, 1),
    transform 1s cubic-bezier(0.16, 1, 0.3, 1),
    filter 1s ease;
}

.mobile-page .reveal.active {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

/* Dynamic Section Separation Line */
.mobile-page section::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 80%;
  height: 100%;
  border-bottom: 1px dashed rgba(168, 85, 247, 0.15);
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}

.mobile-page section.reveal.active::after {
  transform: translateX(-50%) scaleX(1);
}

.mobile-page .stagger-parent > * {
  opacity: 0;
  transform: translateY(20px);
  transition: var(--transition-bounce);
}

.mobile-page .reveal.active.stagger-parent > * {
  opacity: 1;
  transform: translateY(0);
}

.mobile-page .reveal.active.stagger-parent > *:nth-child(1) {
  transition-delay: 0.1s;
}
.mobile-page .reveal.active.stagger-parent > *:nth-child(2) {
  transition-delay: 0.2s;
}
.mobile-page .reveal.active.stagger-parent > *:nth-child(3) {
  transition-delay: 0.3s;
}
.mobile-page .reveal.active.stagger-parent > *:nth-child(4) {
  transition-delay: 0.4s;
}
.mobile-page .reveal.active.stagger-parent > *:nth-child(5) {
  transition-delay: 0.5s;
}

/* --- STRUCTURAL CONTAINERS & ALTERNATING DARK BACKGROUNDS --- */
.mobile-page .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 10;
}

.mobile-page section {
  padding: 100px 0;
  position: relative;
  transition: background-color 0.8s ease;
}

/* Distinct Dark Layer Background Segregations */
.mobile-page section:nth-of-type(1) {
  background-color: #030208;
}
.mobile-page section:nth-of-type(2) {
  background-color: #090712; /* Subtle Deep Purple-Grey Layer */
}
.mobile-page section:nth-of-type(3) {
  background-color: #06040d; /* Slightly Darker Midnight Tone */
}
.mobile-page section:nth-of-type(4) {
  background-color: #0c091a; /* Distinct Rich Sci-fi Obsidian */
}

/* --- GLOWING BUTTONS & BADGES --- */
.mobile-page .badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: rgba(168, 85, 247, 0.1);
  border: 1px solid var(--accent-violet);
  color: #d8b4fe;
  border-radius: 100px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  box-shadow: 0 0 15px rgba(168, 85, 247, 0.2);
}

.mobile-page .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  border-radius: var(--radius-md);
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: var(--transition-bounce);
  text-decoration: none;
  gap: 10px;
  position: relative;
  overflow: hidden;
}

.mobile-page .btn-primary {
  background: linear-gradient(
    135deg,
    var(--accent-violet),
    var(--accent-magenta)
  );
  color: #ffffff;
  border: none;
  box-shadow: 0 6px 20px rgba(236, 72, 153, 0.3);
}

.mobile-page .btn-primary:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 10px 30px rgba(236, 72, 153, 0.5);
}

/* --- KINETIC SCI-FI CARDS --- */
.mobile-page .glass-card {
  background: var(--bg-card);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-md);
  backdrop-filter: blur(16px);
  padding: 32px;
  position: relative;
  overflow: hidden;
  transition: var(--transition-smooth);
}

.mobile-page .glass-card::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(236, 72, 153, 0.15) 0%,
    transparent 50%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.mobile-page .glass-card:hover {
  border-color: var(--accent-magenta);
  box-shadow: 0 15px 35px rgba(168, 85, 247, 0.15);
  background: rgba(25, 15, 45, 0.6);
}

.mobile-page .glass-card:hover::before {
  opacity: 1;
}

.mobile-page .icon-box {
  width: 46px;
  height: 46px;
  background: linear-gradient(
    135deg,
    rgba(168, 85, 247, 0.2),
    rgba(236, 72, 153, 0.05)
  );
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin-bottom: 20px;
  border: 1px solid var(--accent-violet);
  box-shadow: 0 0 15px rgba(168, 85, 247, 0.2);
  transition: transform 0.4s ease;
}

.mobile-page .glass-card:hover .icon-box {
  transform: scale(1.1) rotate(5deg);
  color: var(--accent-magenta);
}

/* --- HERO INTERACTIVE PERSPECTIVE SYSTEM --- */
.mobile-page .hero-split {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
  min-height: 85vh;
  padding-top: 40px;
}

.mobile-page .hero-split h1 {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.04em;
  margin-bottom: 20px;
  background: linear-gradient(
    135deg,
    #ffffff 30%,
    #e9d5ff 70%,
    var(--accent-magenta) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mobile-page .hero-split p {
  font-size: 1.25rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 24px;
}

/* 3D Kinetic Phone Engine */
.mobile-page .perspective-container {
  perspective: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile-page .phone-3d {
  width: 260px;
  height: 500px;
  border: 3px solid rgba(255, 255, 255, 0.15);
  border-radius: 40px;
  padding: 16px;
  background: linear-gradient(
    135deg,
    rgba(10, 5, 25, 0.8),
    rgba(30, 10, 50, 0.9)
  );
  box-shadow:
    0 30px 60px rgba(168, 85, 247, 0.3),
    0 0 40px rgba(236, 72, 153, 0.1);
  transform-style: preserve-3d;
  transform: rotateX(15deg) rotateY(-15deg);
  transition: transform 0.1s linear;
  position: relative;
}

.mobile-page .phone-glare {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1) 0%,
    transparent 50%
  );
  border-radius: 40px;
  pointer-events: none;
}

.mobile-page .phone-ad-interactive {
  width: 100%;
  height: 160px;
  margin-top: 60px;
  border-radius: 16px;
  background: radial-gradient(
    circle at center,
    rgba(236, 72, 153, 0.3),
    rgba(168, 85, 247, 0.1)
  );
  border: 2px solid var(--accent-magenta);
  box-shadow: 0 0 20px rgba(236, 72, 153, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  text-align: center;
  transform: translateZ(30px);
  animation: pulseGlow 3s ease-in-out infinite alternate;
}

@keyframes pulseGlow {
  0% {
    box-shadow: 0 0 15px rgba(236, 72, 153, 0.3);
    border-color: var(--accent-magenta);
  }
  100% {
    box-shadow: 0 0 35px rgba(168, 85, 247, 0.6);
    border-color: var(--accent-cyan);
  }
}

/* --- DYNAMIC TWIN-GRID --- */
.mobile-page .feature-split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.mobile-page .card-heading {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 12px;
  background: linear-gradient(90deg, #ffffff, #d8b4fe);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* --- STAGGERED ADVANTAGES GLOW MATRIX --- */
.mobile-page .section-headline-block {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 60px auto;
}

.mobile-page .section-headline-block h2 {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
  background: linear-gradient(135deg, #ffffff 40%, var(--accent-magenta) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mobile-page .advantages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
}

.mobile-page .adv-card {
  border-left: 4px solid var(--accent-violet);
}
.mobile-page .adv-card:nth-child(2) {
  border-left-color: var(--accent-magenta);
}
.mobile-page .adv-card:nth-child(3) {
  border-left-color: var(--accent-cyan);
}
.mobile-page .adv-card:nth-child(4) {
  border-left-color: #f59e0b;
}
.mobile-page .adv-card:nth-child(5) {
  border-left-color: #10b981;
}

/* --- THE ENTERPRISE CTA STAGE --- */
.mobile-page .cta-centerstage {
  max-width: 900px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(168, 85, 247, 0.15),
      transparent 60%
    ),
    #090614;
  border-radius: 24px;
  padding: 60px 40px;
  text-align: center;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

/* --- FOOTER GRID SYSTEM --- */
.mobile-page footer.foot-custom {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 40px 0;
  background: #020105;
  text-align: center;
}

/* --- RESPONSIVE OPTIMIZATIONS --- */
@media (max-width: 968px) {
  .mobile-page .hero-split,
  .mobile-page .feature-split-grid {
    grid-template-columns: 1fr;
  }
  .mobile-page .hero-split {
    text-align: center;
  }
  .mobile-page .perspective-container {
    order: -1;
    margin-bottom: 40px;
  }
  .mobile-page .hero-split h1 {
    font-size: 2.8rem;
  }
}
.foot-custom p {
  color: #000;
  text-align: center;
  width: 100%;
}
.ambient-matrix {
  position: absolute;
  width: 100%;
  height: 100%;
  /* Sits behind all in-flow page content (the carousel included) —
     kept negative so it can never re-appear in front of the cards,
     while the gradient/glow effect itself is unchanged. */
  z-index: -1;
  overflow: hidden;
  background: radial-gradient(
    circle at 50% 50%,
    rgba(10, 5, 36, 0.3) 0%,
    var(--bg-deep) 85%
  );
  pointer-events: none;
}

.glow-orb {
  position: absolute;
  width: 1000px;
  height: 600px;
  background: radial-gradient(
    ellipse at center,
    rgba(0, 242, 254, 0.18) 0%,
    transparent 70%
  );
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: blur(50px);
  pointer-events: none;
}

/* --- UI HARDWARE LAYOUT --- */
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
  background-color: rgba(0, 0, 0, 1);
}

.logo-frame {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

.logo-mark {
  width: 24px;
  height: 24px;
  border: 2px solid var(--neon-blue);
  transform: rotate(45deg);
  box-shadow: 0 0 15px rgba(0, 242, 254, 0.5);
}

.logo-text {
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.menu-trigger {
  width: 32px;
  height: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  cursor: pointer;
  background: none;
  border: none;
  position: relative;
}

.menu-line {
  height: 2px;
  background-color: var(--text-primary);
  width: 100%;
  transition:
    transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
    width 0.4s ease,
    background-color 0.3s;
}

.menu-line:last-child {
  width: 60%;
}

.menu-trigger.open .menu-line:first-child {
  transform: translateY(11px) rotate(45deg);
  background-color: var(--neon-blue);
}
.menu-trigger.open .menu-line:last-child {
  transform: rotate(-45deg) translateY(-11px);
  width: 100%;
  background-color: var(--neon-blue);
}

/* --- FULL SCREEN EXPANSIVE NAVIGATION DRAWER --- */
.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 2, 5, 0.98);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.nav-menu-list {
  list-style: none;
  text-align: center;
}

.nav-item {
  margin:17px 0;
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.nav-overlay.active .nav-item {
  opacity: 1;
  transform: translateY(0);
  font-family:
    'Space Grotesk',
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
}

.nav-overlay.active .nav-item:nth-child(1) {
  transition-delay: 0.1s;
}
.nav-overlay.active .nav-item:nth-child(2) {
  transition-delay: 0.15s;
}
.nav-overlay.active .nav-item:nth-child(3) {
  transition-delay: 0.2s;
}
.nav-overlay.active .nav-item:nth-child(4) {
  transition-delay: 0.25s;
}

.nav-link {
  font-size:2rem;
  font-weight: 800;
  text-decoration: none;
  color: var(--text-primary);
  letter-spacing: -0.02em;
  transition: color 0.3s;
}

.nav-link:hover {
  color: var(--neon-blue);
}

/* --- 3D VIEWPORT ENGINE --- */
.stage-3d {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 2000px;
  z-index: 5;
}

.carousel-ring {
  position: relative;
  width: 520px;
  height: 380px;
  transform-style: preserve-3d;
  /* Transition stripped from CSS to hand 100% control to the JavaScript dynamic frame engine */
  transition: none;
}

/* --- MODERN LANDSCAPE GLASS CARDS --- */
.node-card {
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--card-glass);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border: 1px solid var(--border-glass);
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  backface-visibility: visible;
  box-shadow:
    0 30px 70px rgba(0, 0, 0, 0.7),
    inset 0 1px 1px rgba(255, 255, 255, 0.08);
  transition:
    border-color 0.4s,
    box-shadow 0.4s,
    transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transform-style: preserve-3d;
}

.node-card:hover {
  border-color: rgba(0, 242, 254, 0.6);
  box-shadow:
    0 0 50px rgba(0, 242, 254, 0.25),
    0 30px 70px rgba(0, 0, 0, 0.8);
  transform: rotateY(0deg) translateZ(40px); /* Internal discrete pop-out depth offset */
}

.card-visual-frame {
  width: 100%;
  height: 40%;
  background: linear-gradient(
    180deg,
    rgba(10, 11, 24, 0.85) 0%,
    rgba(4, 4, 10, 0.98) 100%
  );
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.card-visual-frame svg {
  width: 50px;
  height: 50px;
  filter: drop-shadow(0 0 15px rgba(0, 242, 254, 0.4));
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 2;
}

.node-card:hover .card-visual-frame svg {
  transform: scale(1.12) rotate(5deg);
}

.abstract-grid-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.12;
  background-image: radial-gradient(var(--neon-blue) 1px, transparent 1px);
  background-size: 12px 12px;
  z-index: 1;
}

.card-body-frame {
  padding: 24px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.card-body-frame div {
  margin-bottom: 12px;
}

.node-title {
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 6px;
  background: linear-gradient(135deg, #ffffff 70%, var(--text-secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.node-desc {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

.node-cta {
  width: 100%;
  padding: 12px 0;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  color: var(--text-primary);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.node-card:hover .node-cta {
  background: linear-gradient(135deg, var(--neon-blue), var(--neon-purple));
  color: #020205;
  border-color: transparent;
  box-shadow: 0 0 25px rgba(0, 242, 254, 0.4);
  font-weight: 700;
}

/* --- FOOTER REGULATION --- */
footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  font-size: 0.75rem;
  color: var(--text-secondary);
  letter-spacing: 0.5px;
  pointer-events: none;
}

/* --- GENERIC SITE-WIDE FOOTER (used on non-home pages) --- */
footer.site-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 60px;
  display: block;
  z-index: 10;
  font-size: 0.8rem;
  color: #fff;
  letter-spacing: 0.5px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  pointer-events: auto;
}

.scroll-indicator {
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 2px;
  color: var(--neon-blue);
}

.indicator-line {
  width: 35px;
  height: 1px;
  background-color: var(--neon-blue);
  animation: pulseLine 2s infinite ease-in-out;
}

/********** ABOUT CSS STARTS ********/
.section-tag {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: var(--neon-blue);
  margin-bottom: 12px;
  display: inline-block;
  font-weight: 700;
}
@media screen and (min-width: 300px) and (max-width: 600px) {
  .nav-item {
    margin: 5px 0;
  }
  .stage-3d h2.node-title{
      font-size:16px !important;
  }
  .stage-3d .carousel-ring{
      height:280px !important;
  }
  .stage-3d .card-body-frame{
      display:inherit !important;
  }
  .nav-link {
      font-size:20px !important;
  }
  .submenu-link{
      font-size:16px !important;
  }
  .stage-3d p.node-desc{
      font-size:12px !important;
  }
  .stage-3d .card-body-frame button{
      font-size:0.65rem;
  }
  .nav-link {
    font-size: 18px;
  }
  .submenu-link {
    font-size: 18px;
  }
}
/* --- 1. HERO BACKGROUND (Continuous Dynamic Plasma Nebula) --- */
#about-hero {
  height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-image: url(../images/about-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 1px solid rgba(255, 255, 255, 0.02);
}

.hero-animated-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle at 80% 50%,
    rgba(0, 242, 254, 0.12) 0%,
    transparent 60%
  );
  pointer-events: none;
  z-index: 1;
  animation: plasmaPulse 8s infinite ease-in-out;
}

@keyframes plasmaPulse {
  0%,
  100% {
    transform: scale(1) translate(0px, 0px);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.2) translate(-30px, 20px);
    opacity: 1;
    filter: brightness(1.2);
  }
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}

#about-hero h1 {
  font-size: 4.2rem;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin-bottom: 24px;
  max-width: 1000px;
}

#about-hero p {
  font-size: 1.25rem;
  color: var(--text-secondary);
  max-width: 650px;
}

/* --- 2. COMPANY OVERVIEW BACKGROUND (Oscilloscope Grid Scanning) --- */
#overview {
  background-color: var(--bg-charcoal);
  border-top: 1px solid rgba(255, 255, 255, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 20px 40px rgba(0, 0, 0, 0.3);
}

.overview-animated-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    rgba(0, 242, 254, 0.015) 1px,
    transparent 1px
  );
  background-size: 100% 40px;
  pointer-events: none;
  z-index: 1;
}

.overview-animated-bg::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 150px;
  left: 0;
  top: -150px;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(0, 255, 210, 0.04),
    transparent
  );
  animation: oscilloscopeScan 4s infinite linear;
}

@keyframes oscilloscopeScan {
  0% {
    top: -150px;
  }
  100% {
    top: 100%;
  }
}

.overview-inner {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.overview-text h2 {
  font-size: 2.6rem;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}
.overview-text p {
  color: var(--text-secondary);
  margin-bottom: 20px;
  font-size: 1.05rem;
}

.overview-visual {
  border: 1px solid var(--border-glass);
  background-image: url(../images/about.jpg);
  background-size: cover;
  height: 360px;
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wireframe-radar {
  position: absolute;
  width: 220px;
  height: 220px;
  border: 1px dashed rgba(0, 242, 254, 0.25);
  border-radius: 50%;
  animation: radarRotate 15s infinite linear;
}

.wireframe-radar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 8px;
  height: 8px;
  background: var(--electric-cyan);
  border-radius: 50%;
  box-shadow: 0 0 15px var(--electric-cyan);
}

@keyframes radarRotate {
  100% {
    transform: rotate(360deg);
  }
}

/* --- 3. MISSION & VISION BACKGROUND (Ascending Cyber Particle Streams) --- */
#mission-vision {
  background-color: #030308;
  border-bottom: 1px solid rgba(255, 255, 255, 0.02);
}

.mv-animated-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.008) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.008) 1px, transparent 1px);
  background-size: 50px 50px;
  z-index: 1;
  pointer-events: none;
}

.mv-animated-bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    transparent,
    rgba(157, 78, 221, 0.05),
    transparent
  );
  animation: streamAscend 6s infinite linear;
}

@keyframes streamAscend {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
  }
}

.mv-inner {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.mv-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.mv-card {
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  padding: 50px;
  border-radius: 32px;
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
  transition:
    border-color 0.4s,
    transform 0.4s;
}

.mv-card:hover {
  border-color: rgba(0, 242, 254, 0.4);
  transform: translateY(-6px);
}
.mv-card h3 {
  font-size: 2.2rem;
  margin-bottom: 15px;
  letter-spacing: -0.01em;
}
.mv-card p {
  color: var(--text-secondary);
  font-size: 1.05rem;
}

/* --- 4. GEOFENCING INTEL BACKGROUND (Continuous Radar Sweeping Vector) --- */
#geofencing-intel {
  background-color: #05050f;
  border-bottom: 1px solid rgba(255, 255, 255, 0.02);
}

.geo-animated-bg {
  position: absolute;
  width: 150vw;
  height: 150vw;
  top: -25vw;
  left: -25vw;
  background: conic-gradient(
    from 0deg,
    rgba(0, 242, 254, 0.04) 0%,
    transparent 50%
  );
  animation: radarSweep 5s infinite linear;
  transform-origin: center center;
  pointer-events: none;
  z-index: 1;
}

@keyframes radarSweep {
  100% {
    transform: rotate(360deg);
  }
}

.geo-inner {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.geo-map-container {
  height: 420px;
  background: radial-gradient(circle at center, #0d0f26 0%, #020205 100%);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 28px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5);
}

.map-radial-scan {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px dashed var(--neon-blue);
  border-radius: 50%;
  animation: vectorPulse 4s infinite cubic-bezier(0.15, 0.45, 0.35, 1);
}

@keyframes vectorPulse {
  0% {
    width: 40px;
    height: 40px;
    opacity: 0.2;
  }
  50% {
    width: 280px;
    height: 280px;
    opacity: 0.6;
    box-shadow: inset 0 0 35px rgba(0, 242, 254, 0.2);
  }
  100% {
    width: 440px;
    height: 440px;
    opacity: 0;
  }
}

.map-grid-mesh {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  background-image: radial-gradient(var(--neon-blue) 1px, transparent 1px);
  background-size: 16px 16px;
  background-image: url(../images/about-2.jpg);
  background-size: cover;
}

.geo-text h2 {
  font-size: 2.6rem;
  margin-bottom: 20px;
}
.geo-text p {
  color: var(--text-secondary);
  margin-bottom: 18px;
  font-size: 1.05rem;
}

/* --- 5. CORE EXPERTISE BACKGROUND (Cascading Binary Matrix Trails) --- */
#differentiation {
  background-color: var(--bg-deep);
  border-bottom: 1px solid rgba(255, 255, 255, 0.02);
}

.bento-animated-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(0, 255, 210, 0.015) 50%,
    transparent
  );
  animation: matrixCascade 12s infinite linear;
  background-size: 100% 500px;
  pointer-events: none;
  z-index: 1;
}

@keyframes matrixCascade {
  0% {
    background-position-y: 0px;
  }
  100% {
    background-position-y: 1000px;
  }
}

.differentiation-inner {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.bento-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 40px;
}

.bento-card {
  background: rgba(12, 13, 26, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.03);
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.bento-card:hover {
  border-color: var(--border-glass);
  background: rgba(16, 18, 36, 0.7);
  transform: scale(1.015);
}
.bento-card h4 {
  font-size: 1.4rem;
  margin-bottom: 12px;
  font-weight: 800;
}
.bento-card p {
  color: var(--text-secondary);
  font-size: 0.95rem;
}
.bc-large {
  grid-column: span 2;
}

/* --- 6. PERFORMANCE METRICS BACKGROUND (Flickering Dashboard Array) --- */
#metrics {
  background-color: #070712;
  border-top: 1px solid rgba(255, 255, 255, 0.02);
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

.metrics-animated-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(
    rgba(157, 78, 221, 0.02) 2px,
    transparent 2px
  );
  background-size: 30px 30px;
  pointer-events: none;
  z-index: 1;
  animation: backgroundGridFlicker 4s infinite alternate;
}

@keyframes backgroundGridFlicker {
  0%,
  100% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
}

.metrics-inner {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  background: linear-gradient(
    90deg,
    rgba(14, 16, 35, 0.9),
    rgba(6, 6, 15, 0.95)
  );
  border: 1px solid var(--border-glass);
  padding: 50px;
  border-radius: 32px;
  text-align: center;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);
  position: relative;
}

.stats-row::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--electric-cyan),
    transparent
  );
}

.live-ping-beacon {
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: var(--electric-cyan);
  border-radius: 50%;
  margin-left: 6px;
  vertical-align: middle;
  box-shadow: 0 0 10px var(--electric-cyan);
  animation: beaconFlash 1.5s infinite ease-in-out;
}

@keyframes beaconFlash {
  0%,
  100% {
    transform: scale(0.8);
    opacity: 0.4;
  }
  50% {
    transform: scale(1.4);
    opacity: 1;
    filter: brightness(1.2);
  }
}

.stat-node .counter-val {
  font-size: 3.5rem;
  font-weight: 800;
  display: inline-block;
  color: #fff;
  margin-bottom: 4px;
  letter-spacing: -0.03em;
}

.stat-node .stat-label {
  font-size: 0.85rem;
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
}

/* --- 7. FINAL CALL TO ACTION BACKGROUND (Deep Core Vortex Field) --- */
#cta-closure {
  background: radial-gradient(
    circle at center,
    rgba(157, 78, 221, 0.06) 0%,
    #010103 75%
  );
  text-align: center;
  padding: 140px 0 160px 0;
}

.cta-vortex-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle at 50% 50%,
    transparent 20%,
    var(--bg-deep) 90%
  );
  pointer-events: none;
  z-index: 1;
}

.cta-box {
  max-width: 850px;
  margin: 0 auto;
  padding: 40px;
  position: relative;
  z-index: 2;
}

.cta-box h2 {
  font-size: 3.2rem;
  font-weight: 900;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}
.cta-box p {
  color: var(--text-secondary);
  font-size: 1.2rem;
  margin-bottom: 40px;
}

.global-action-btn {
  background: linear-gradient(135deg, var(--neon-blue), var(--neon-purple));
  color: #020205;
  padding: 16px 40px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 1px;
  display: inline-block;
  box-shadow: 0 0 30px rgba(0, 242, 254, 0.35);
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}

.global-action-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 45px rgba(0, 242, 254, 0.6);
}
/********** ABOUT CSS ENDS ********/

@keyframes pulseLine {
  0%,
  100% {
    opacity: 0.3;
    width: 25px;
  }
  50% {
    opacity: 1;
    width: 45px;
  }
}

/* --- RESPONSIVE BREAKPOINTS --- */
@media (max-width: 1400px) {
  .carousel-ring {
    width: 440px;
    height: 360px;
  }
  .node-title {
    font-size: 1.4rem;
  }
}

@media (max-width: 1024px) {
  .stage-3d {
    perspective: 1600px;
  }
  .carousel-ring {
    width: 380px;
    height: 340px;
  }
  .card-body-frame {
    padding: 20px;
  }
  header,
  footer {
    padding: 30px 40px;
  }
  .nav-link {
    font-size: 2rem;
  }
  #about-hero h1 {
    font-size: 3.3rem;
  }
  .overview-inner,
  .geo-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .bento-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .bc-large {
    grid-column: span 2;
  }
  .stats-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

@media (max-width: 768px) {
  header,
  footer {
    padding: 25px 20px;
  }
  .logo-text {
    font-size: 0.95rem;
  }
  #about-hero h1 {
    font-size: 2.6rem;
  }
  .mv-grid,
  .bento-grid,
  .stats-row {
    grid-template-columns: 1fr;
  }
  .bc-large {
    grid-column: span 1;
  }
  .cta-box h2 {
    font-size: 2.2rem;
  }
  .stage-3d {
    /* Tuned with the ring width below so the front card lands at ~1.32x,
       matching the depth scale the desktop ring already renders at. */
    perspective: 1240px;
    align-items: center;
    overflow: hidden;
  }

  .carousel-ring {
    /* Narrower ring + shorter perspective = same 3D ring as desktop,
       scaled so the front card sits inside the phone viewport. */
    width: 66%;
    max-width: 300px;
    height: 360px;
  }

  .node-title {
    font-size: 1.3rem;
  }
  .node-desc {
    font-size: 0.8rem;
    line-height: 1.3;
  }
  .card-body-frame {
    padding: 18px 20px;
  }
}
/* --- PREMIUM AI RADIAL TRAILING CURSOR SYSTEM --- */
/* ================================================================
   MOBILE RESPONSIVE ENHANCEMENTS
   Added to bring every page in line with mobile requirements
   (320px–768px) without altering desktop (≥769px) presentation.
   Every rule below is either global-safe (doesn't change desktop
   layout) or wrapped in a max-width media query.
   ================================================================ */

/* --- Global overflow / media safety net (all breakpoints) --- */
html,
body {
  overflow-x: hidden;
  max-width: 100%;
}
img,
svg,
video,
iframe,
canvas {
  max-width: 100%;
}
* {
  -webkit-text-size-adjust: 100%;
}

/* --- Tablets & phones (≤768px) --- */
@media (max-width: 768px) {
  /* Typography: consistent, readable mobile sizing across every page */
  h1 {
    font-size: 24px !important;
    line-height: 1.3 !important;
  }
  h2 {
    font-size: 20px !important;
    line-height: 1.3 !important;
  }
  h3 {
    font-size: 18px !important;
    line-height: 1.35 !important;
  }
  h4 {
    font-size: 17px !important;
    line-height: 1.4 !important;
  }
  h5 {
    font-size: 16px !important;
    line-height: 1.4 !important;
  }
  h6 {
    font-size: 15px !important;
    line-height: 1.4 !important;
  }
  p {
    font-size: 15px !important;
    line-height: 1.6 !important;
  }
  footer.site-footer p{
    font-size: 13px !important;
    color: #fff;
    line-height:normal !important;
  }

  /* Generic fallback padding for any plain <section> without a more
       specific override elsewhere in the stylesheet (pages that already
       define their own mobile padding for a section keep that value,
       since class/id selectors there are more specific than this one). */
  section {
    padding: 56px 20px;
  }

  /* Sections found with excessive, un-reduced vertical whitespace */
  .about-2 .section {
    padding: 60px 24px !important;
  }
  .graphics .section-padding {
    padding: 56px 0 !important;
  }
  #services-page-root .hero {
    padding: 7rem 0 3rem 0 !important;
  }
  #blds-geofencing-root .hero {
    padding: 6rem 0 3rem 0 !important;
  }
  .mobile-page section {
    padding: 60px 0 !important;
  }
  .blogs {
    padding: 56px 20px !important;
  }

  /* Prevent logo / hamburger from crowding on narrow headers */
  .logo-frame img {
    max-width: 170px;
  }
}

/* --- Mid-range mobile nav sizing (leaves the ≤600px rule already
   defined earlier in this file untouched for the smallest phones) --- */
@media (max-width: 768px) and (min-width: 601px) {
  .nav-link {
    font-size: 24px !important;
  }
  .submenu-link {
    font-size: 18px !important;
  }
  .nav-item {
    margin: 12px 0 !important;
  }
}

/* --- Small phones (≤480px) --- */
@media (max-width: 480px) {
  .logo-frame img {
    max-width:200px;
  }
  header,
  footer {
    padding:20px 15px !important;
  }
  
  #services-page-root .hero {
    padding: 6rem 0 2.5rem 0 !important;
  }
  #blds-geofencing-root .hero {
    padding: 5rem 0 2.5rem 0 !important;
  }
  .about-2 .section {
    padding: 48px 20px !important;
  }
  .graphics .section-padding {
    padding: 44px 0 !important;
  }
  section {
    padding: 44px 16px;
  }
}

@media (min-width: 769px) {
  /* Hide the ugly default browser pointer safely */
  html,
  body,
  a,
  button,
  select,
  input {
    cursor: none !important;
  }

  .custom-cursor-dot {
    position: fixed;
    top: -4px;
    left: -4px;
    width: 8px;
    height: 8px;
    background-color: var(--electric-cyan);
    border-radius: 50%;
    z-index: 99999;
    pointer-events: none; /* Stops pointer from blocking underneath layer clicks */
    backface-visibility: hidden;
    will-change: transform;
  }

  .custom-cursor-ring {
    position: fixed;
    top: -18px;
    left: -18px;
    width: 36px;
    height: 36px;
    border: 1.5px solid var(--neon-blue);
    border-radius: 50%;
    z-index: 99998;
    pointer-events: none;
    backface-visibility: hidden;
    will-change: transform;
    box-shadow: 0 0 10px rgba(0, 242, 254, 0.2);

    /* Smooth scale transition interpolation handling for micro-hover states */
    transition:
      width 0.3s,
      height 0.3s,
      top 0.3s,
      left 0.3s,
      background-color 0.3s,
      border-color 0.3s;
  }

  /* Interactive state triggered cleanly via JS over target layers */
  .custom-cursor-ring.cursor-hover-state {
    top: -30px;
    left: -30px;
    width: 60px;
    height: 60px;
    border-color: var(--neon-purple);
    background-color: rgba(157, 78, 221, 0.08);
    box-shadow: 0 0 20px rgba(157, 78, 221, 0.4);
  }
}

/* --- BLOG MODULE (used on /blog) --- */
.blogs-wrapper {
  --bg-dark-main: #060913;
  --bg-surface: rgba(15, 22, 42, 0.6);
  --border-color: rgba(255, 255, 255, 0.08);
  --border-hover: rgba(255, 255, 255, 0.16);

  --text-primary: #f8fafc;
  --text-secondary: #94a3b8;
  --text-muted: #64748b;
  --text-dark: #0f172a;

  --accent-glow: rgba(99, 102, 241, 0.15);
  --gradient-accent: linear-gradient(135deg, #818cf8 0%, #c084fc 100%);

  --font-sans:
    'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    sans-serif;
  --radius-lg: 16px;
  --radius-md: 12px;
  --radius-sm: 8px;

  --transition-smooth: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);

  width: 100%;
  background-color: var(--bg-dark-main);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.blogs-wrapper .module-glow {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  filter: blur(140px);
  z-index: -1;
  pointer-events: none;
  opacity: 0.35;
}
.blogs-wrapper .glow-left {
  top: -150px;
  left: -100px;
  background: radial-gradient(
    circle,
    rgba(99, 102, 241, 0.25) 0%,
    transparent 70%
  );
}
.blogs-wrapper .glow-right {
  bottom: -150px;
  right: -100px;
  background: radial-gradient(
    circle,
    rgba(192, 132, 252, 0.2) 0%,
    transparent 70%
  );
}

.blogs .text-gradient {
  background: var(--gradient-accent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.blogs {
  max-width: 1248px;
  margin: 0 auto;
  padding: 100px 24px;
  font-family: var(--font-sans);
  color: var(--text-primary);
  box-sizing: border-box;
}
.blogs h1,
.blogs h2,
.blogs h3,
.blogs h4,
.blogs h5,
.blogs h6 {
  font-family:
    'Space Grotesk',
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
}

.blogs .hero-section {
  text-align: center;
  margin-bottom: 64px;
}
.blogs .hero-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-color);
  padding: 6px 16px;
  border-radius: 100px;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--text-secondary);
}
.blogs .hero-section h1 {
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.1;
  margin: 24px 0 16px;
  color: var(--text-primary);
}
.blogs .hero-subtitle {
  font-size: 1.15rem;
  color: var(--text-secondary);
  max-width: 600px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

.blogs .search-container {
  position: relative;
  max-width: 540px;
  margin: 0 auto;
}
.blogs .search-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-muted);
  width: 18px;
  height: 18px;
}
.blogs #blog-search {
  width: 100%;
  background: rgba(15, 22, 42, 0.5);
  border: 1px solid var(--border-color);
  padding: 16px 18px 16px 48px;
  border-radius: var(--radius-md);
  color: var(--text-primary);
  font-size: 0.95rem;
  font-family: var(--font-sans);
  transition: var(--transition-smooth);
}
.blogs #blog-search:focus {
  outline: none;
  border-color: rgba(129, 140, 248, 0.6);
  background: rgba(15, 22, 42, 0.8);
  box-shadow: 0 0 30px rgba(99, 102, 241, 0.15);
}
.blogs .search-shortcut {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--border-color);
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.75rem;
  color: var(--text-muted);
}

.blogs .categories-section {
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
  padding: 20px 0 !important;
}
.blogs .category-tabs {
  display: flex;
  gap: 8px;
  background: rgba(255, 255, 255, 0.02);
  padding: 6px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-color);
  overflow-x: auto;
}
.blogs .tab-btn {
  background: transparent;
  border: none;
  color: var(--text-secondary);
  padding: 8px 18px;
  border-radius: var(--radius-sm);
  font-family: var(--font-sans);
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  transition: var(--transition-smooth);
}
.blogs .tab-btn:hover {
  color: var(--text-primary);
}
.blogs .tab-btn.active {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.blogs .tag {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.blogs .tag-ai {
  background: rgba(99, 102, 241, 0.15);
  color: #a5b4fc;
}
.blogs .tag-engineering {
  background: rgba(56, 189, 248, 0.15);
  color: #bae6fd;
}
.blogs .tag-design {
  background: rgba(232, 121, 249, 0.15);
  color: #fbcfe8;
}
.blogs .tag-product {
  background: rgba(45, 212, 191, 0.15);
  color: #99f6e4;
}

.blogs .featured-card,
.blogs .blog-card {
  background: var(--bg-surface);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  overflow: hidden;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: var(--transition-smooth);
}

.blogs .featured-card:hover,
.blogs .blog-card:hover {
  transform: translateY(-4px);
  border-color: var(--border-hover);
  box-shadow:
    0 20px 40px -15px rgba(0, 0, 0, 0.6),
    0 0 40px -10px var(--accent-glow);
}

.blogs .featured-section {
  margin-bottom: 64px;
}
.blogs .featured-card {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
}
.blogs .featured-img-wrapper {
  position: relative;
  overflow: hidden;
  min-height: 380px;
}
.blogs .featured-img-wrapper img,
.blogs .card-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.blogs .featured-card:hover .featured-img-wrapper img,
.blogs .blog-card:hover .card-img-wrapper img {
  transform: scale(1.03);
}
.blogs .featured-content {
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.blogs .card-meta-top {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.blogs .read-time {
  font-size: 0.8rem;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  gap: 4px;
}
.blogs .read-time svg {
  width: 14px;
  height: 14px;
}
.blogs .featured-title {
  font-size: 1.85rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}
.blogs .featured-title a {
  text-decoration: none;
  color: inherit;
}
.blogs .featured-title a:hover {
  color: #cbd5e1;
}
.blogs .featured-excerpt {
  color: var(--text-secondary);
  line-height: 1.6;
  font-size: 0.95rem;
  margin-bottom: 32px;
}

.blogs .card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 20px;
}
.blogs .author-info {
  display: flex;
  align-items: center;
  gap: 12px;
}
.blogs .author-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--border-color);
}
.blogs .author-name {
  font-size: 0.85rem;
  font-weight: 600;
}
.blogs .pub-date {
  font-size: 0.75rem;
  color: var(--text-muted);
}
.blogs .read-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--text-primary);
  text-decoration: none;
}
.blogs .read-more-btn svg {
  width: 16px;
  height: 16px;
  transition: var(--transition-smooth);
}
.blogs .blog-card:hover .read-more-btn svg,
.blogs .featured-card:hover .read-more-btn svg {
  transform: translate(2px, -2px);
}

.blogs .grid-section {
  margin-bottom: 100px;
}
.blogs .blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  gap: 32px;
}
.blogs .card-img-wrapper {
  height: 210px;
  position: relative;
  overflow: hidden;
  background: #0f172a;
}
.blogs .card-body {
  padding: 28px;
  display: flex;
  flex-direction: column;
  height: calc(100% - 210px);
}
.blogs .card-title {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 12px;
}
.blogs .card-title a {
  text-decoration: none;
  color: inherit;
}
.blogs .card-excerpt {
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 24px;
}

.blogs .hidden {
  display: none !important;
}
.blogs .no-results {
  text-align: center;
  padding: 60px 0;
  color: var(--text-muted);
}
.blogs .no-results svg {
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
  opacity: 0.5;
}

.blogs .newsletter-section {
  margin-bottom: 20px;
}
.blogs .newsletter-card {
  position: relative;
  background: radial-gradient(
    100% 100% at 50% 0%,
    rgba(30, 41, 59, 0.4) 0%,
    rgba(15, 23, 42, 0.7) 100%
  );
  border: 1px solid var(--border-color);
  border-radius: 24px;
  padding: 64px 24px;
  text-align: center;
  overflow: hidden;
}
.blogs .newsletter-glow {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #818cf8, transparent);
  box-shadow: 0 0 30px #6366f1;
}
.blogs .newsletter-content h2 {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
}
.blogs .newsletter-desc {
  color: var(--text-secondary);
  max-width: 500px;
  margin: 0 auto 32px;
  font-size: 1rem;
  line-height: 1.6;
}
.blogs .newsletter-form {
  display: flex;
  max-width: 460px;
  margin: 0 auto;
  gap: 12px;
}
.blogs .btn-primary {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 0.85rem;
  padding: 10px 20px;
  border-radius: var(--radius-sm);
  border: none;
  cursor: pointer;
  background: var(--text-primary);
  color: var(--text-dark);
  transition: var(--transition-smooth);
}
.blogs .btn-primary:hover {
  background: #ffffff;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
  transform: translateY(-1px);
}
.blogs .input-wrapper {
  position: relative;
  flex-grow: 1;
}
.blogs .mail-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-muted);
  width: 18px;
  height: 18px;
}
.blogs .newsletter-form input {
  width: 100%;
  background: rgba(6, 9, 19, 0.6);
  border: 1px solid var(--border-color);
  padding: 14px 16px 14px 44px;
  border-radius: var(--radius-sm);
  color: var(--text-primary);
  font-family: var(--font-sans);
  transition: var(--transition-smooth);
}
.blogs .newsletter-form input:focus {
  outline: none;
  border-color: rgba(129, 140, 248, 0.5);
}
.blogs .form-status {
  margin-top: 16px;
  font-size: 0.85rem;
}
.blogs .form-status.success {
  color: #4ade80;
}

.blogs .scroll-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.blogs .scroll-reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}
.blogs .delay-1 {
  transition-delay: 0.1s;
}
.blogs .delay-2 {
  transition-delay: 0.2s;
}
.blogs .delay-3 {
  transition-delay: 0.3s;
}

@media (max-width: 992px) {
  .blogs .featured-card {
    grid-template-columns: 1fr;
  }
  .blogs .featured-img-wrapper {
    min-height: 280px;
  }
  .blogs .featured-content {
    padding: 32px;
  }
  .blogs .hero-section h1 {
    font-size: 2.8rem;
  }
}

@media (max-width: 768px) {
  .blogs .hero-section h1 {
    font-size: 2.2rem;
  }
  .blogs .newsletter-form {
    flex-direction: column;
  }
}

/* --- DESKTOP ADVERTISING MODULE (used on /desktop-advertising) --- */
.desk-top {
  --dt-bg-base: #050816;
  --dt-bg-surface: #0b1120;
  --dt-bg-card: rgba(17, 24, 39, 0.45);
  --dt-border-color: rgba(255, 255, 255, 0.08);
  --dt-text-primary: #f3f4f6;
  --dt-text-secondary: #9ca3af;
  --dt-cyan: #38bdf8;
  --dt-purple: #a855f7;
  --dt-blue: #3b82f6;
  --dt-font-stack: 'Plus Jakarta Sans', system-ui, sans-serif;

  background-color: var(--dt-bg-base);
  color: var(--dt-text-primary);
  font-family: var(--dt-font-stack);
  overflow-x: hidden;
  line-height: 1.6;
  position: relative;
  width: 100%;
}
.desk-top h1,
.desk-top h2,
.desk-top h3,
.desk-top h4,
.desk-top h5,
.desk-top h6 {
  font-family: 'Space Grotesk', system-ui, sans-serif;
}

.desk-top #particleCanvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  pointer-events: none;
}

.desk-top .glow-orb {
  position: fixed;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  filter: blur(140px);
  opacity: 0.12;
  pointer-events: none;
  z-index: 1;
  transition: transform 0.3s ease-out;
}
.desk-top .orb-1 {
  top: -10%;
  left: -10%;
  background: var(--dt-cyan);
}
.desk-top .orb-2 {
  bottom: 10%;
  right: -10%;
  background: var(--dt-purple);
}

.desk-top .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 2;
}

.desk-top .badge {
  display: inline-block;
  padding: 6px 14px;
  background: rgba(56, 189, 248, 0.06);
  border: 1px solid rgba(56, 189, 248, 0.2);
  border-radius: 100px;
  color: var(--dt-cyan);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.desk-top .gradient-text {
  background: linear-gradient(135deg, var(--dt-cyan) 0%, var(--dt-purple) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.desk-top .text-center {
  text-align: center;
}
.desk-top .max-w-600 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.desk-top .glass-card {
  background: var(--dt-bg-card);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--dt-border-color);
  border-radius: 24px;
  padding: 40px;
  transition:
    border-color 0.4s,
    transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.4s;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.desk-top .glass-card:hover {
  border-color: rgba(56, 189, 248, 0.3);
  box-shadow: 0 20px 40px rgba(56, 189, 248, 0.05);
}

.desk-top .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
}

.desk-top .btn-primary {
  background: linear-gradient(135deg, var(--dt-blue) 0%, var(--dt-purple) 100%);
  color: #fff;
  border: none;
}

.desk-top .btn-primary:hover {
  transform: translateY(-2px);
  filter: brightness(1.15);
}

.desk-top .btn-glow:hover {
  box-shadow: 0 0 25px rgba(168, 85, 247, 0.4);
}

.desk-top .btn-secondary {
  background: rgba(255, 255, 255, 0.03);
  color: var(--dt-text-primary);
  border: 1px solid var(--dt-border-color);
}

.desk-top .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.desk-top .hero-section {
  padding-top:100px;
  padding-bottom:0;
  min-height: 90vh;
  display: flex;
  align-items: center;
}

.desk-top .hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
}

.desk-top .hero-content h1 {
  font-size: 3.5rem;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 24px;
}

.desk-top .hero-content p {
  font-size: 1.15rem;
  color: var(--dt-text-secondary);
  margin-bottom: 40px;
  max-width: 540px;
}

.desk-top .hero-actions {
  display: flex;
  gap: 16px;
}
.desk-top .hero-illustration-card {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.desk-top .hero-svg {
  width: 100%;
  height: auto;
}

.desk-top .section {
  padding:70px 0;
  position: relative;
  z-index: 2;
}
.desk-top .section-header {
  margin-bottom: 60px;
}
.desk-top .section-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}
.desk-top .section-header p {
  color: var(--dt-text-secondary);
  font-size: 1.1rem;
}

.desk-top .full-width-card {
  width: 100%;
}
.desk-top .feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.desk-top .feature-content h2 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.desk-top .feature-content p {
  color: var(--dt-text-secondary);
  font-size: 1.05rem;
}
.desk-top .feature-visual {
  display: flex;
  justify-content: center;
}
.desk-top .feature-svg {
  width: 100%;
  max-width: 380px;
}

.desk-top .grid-4x {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.desk-top .feature-item h3 {
  font-size: 1.25rem;
  margin-bottom: 12px;
  font-weight: 600;
}
.desk-top .feature-item p {
  color: var(--dt-text-secondary);
  font-size: 0.92rem;
}

.desk-top .card-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--dt-border-color);
}
.desk-top .glow-blue {
  border-color: rgba(56, 189, 248, 0.3);
  background: rgba(56, 189, 248, 0.03);
}
.desk-top .glow-purple {
  border-color: rgba(168, 85, 247, 0.3);
  background: rgba(168, 85, 247, 0.03);
}

.desk-top .grid-3x {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.desk-top .benefit-card {
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.02) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    var(--dt-bg-card);
}
.desk-top .benefit-icon-wrapper {
  margin-bottom: 24px;
}
.desk-top .benefit-card h3 {
  font-size: 1.4rem;
  margin-bottom: 16px;
  font-weight: 600;
}
.desk-top .benefit-card p {
  color: var(--dt-text-secondary);
  font-size: 0.98rem;
}

.desk-top .dashboard-container {
  display: flex;
  padding: 0;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.05);
}
.desk-top .dashboard-sidebar {
  width: 64px;
  background: rgba(0, 0, 0, 0.2);
  border-right: 1px solid var(--dt-border-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 24px;
  gap: 20px;
}
.desk-top .db-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}
.desk-top .db-dot.active {
  background: var(--dt-cyan);
  box-shadow: 0 0 10px var(--dt-cyan);
}
.desk-top .dashboard-content {
  flex: 1;
  padding: 40px;
}

.desk-top .dashboard-metrics {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--dt-border-color);
  padding-bottom: 32px;
}
.desk-top .metric-box {
  display: flex;
  flex-direction: column;
}
.desk-top .metric-label {
  font-size: 0.85rem;
  color: var(--dt-text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.desk-top .metric-value-container {
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  margin-top: 4px;
}

.desk-top .dashboard-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 48px;
}
.desk-top .chart-wrapper h4,
.desk-top .progress-wrapper h4 {
  font-size: 1rem;
  color: var(--dt-text-secondary);
  font-weight: 600;
  margin-bottom: 24px;
}

.desk-top .bar-chart {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 160px;
  padding-top: 20px;
}
.desk-top .chart-bar-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  flex: 1;
}
.desk-top .chart-bar {
  width: 28px;
  background: linear-gradient(
    180deg,
    var(--dt-cyan) 0%,
    rgba(56, 189, 248, 0.1) 100%
  );
  border-radius: 6px 6px 0 0;
  transition: height 1.5s ease-out;
  height: 0;
}
.desk-top .chart-bar-container:nth-child(even) .chart-bar {
  background: linear-gradient(
    180deg,
    var(--dt-purple) 0%,
    rgba(168, 85, 247, 0.1) 100%
  );
}
.desk-top .chart-bar-container span {
  font-size: 0.75rem;
  color: var(--dt-text-secondary);
}

.desk-top .progress-item {
  margin-bottom: 20px;
}
.desk-top .progress-info {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
  margin-bottom: 8px;
}
.desk-top .progress-bar-bg {
  width: 100%;
  height: 6px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 100px;
  overflow: hidden;
}
.desk-top .progress-bar-fill {
  height: 100%;
  width: 0;
  transition: width 1.5s ease-out;
  border-radius: 100px;
}
.desk-top .fill-blue {
  background: var(--dt-cyan);
}
.desk-top .fill-purple {
  background: var(--dt-purple);
}

.desk-top .cta-section {
  padding-bottom: 140px;
}
.desk-top .cta-card {
  background:
    radial-gradient(
      circle at top center,
      rgba(168, 85, 247, 0.15) 0%,
      transparent 60%
    ),
    var(--dt-bg-card);
  padding: 80px 40px;
  border-color: rgba(168, 85, 247, 0.2);
}
.desk-top .cta-card h2 {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 20px;
}
.desk-top .cta-card p {
  font-size: 1.15rem;
  color: var(--dt-text-secondary);
  margin-bottom: 40px;
}
.desk-top .large-btn {
  padding: 16px 40px;
  font-size: 1.05rem;
}

.desk-top .reveal {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.desk-top .reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes dtPulse {
  0% {
    transform: scale(0.95);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.08);
    opacity: 1;
  }
  100% {
    transform: scale(0.95);
    opacity: 0.5;
  }
}
.desk-top .pulse-ring {
  animation: dtPulse 3s infinite ease-in-out;
  transform-origin: center;
}

@keyframes dtFloatSlow {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-8px);
  }
}
@keyframes dtFloatFast {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-14px);
  }
}
.desk-top .float-slow {
  animation: dtFloatSlow 5s infinite ease-in-out;
}
.desk-top .float-fast {
  animation: dtFloatFast 3.5s infinite ease-in-out;
}

@media (max-width: 1024px) {
  .desk-top .grid-4x {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .desk-top .grid-3x {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .desk-top .hero-grid {
    grid-template-columns: 1fr;
    gap: 48px;
    text-align: center;
  }
  .desk-top .hero-content p {
    margin-left: auto;
    margin-right: auto;
  }
  .desk-top .hero-actions {
    justify-content: center;
  }
  .desk-top .feature-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .desk-top .hero-content h1 {
    font-size: 2.6rem;
  }
  .desk-top .section {
    padding: 60px 0;
  }
  .desk-top .grid-4x {
    grid-template-columns: 1fr;
  }
  .desk-top .dashboard-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .desk-top .dashboard-metrics {
    flex-direction: column;
    gap: 16px;
  }
}

/* --- SOCIAL MEDIA ADVERTISING MODULE (used on /social-media-advertising) --- */
.social-page {
  --sp-bg-base: #050816;
  --sp-bg-surface: #0b1120;
  --sp-bg-card: rgba(17, 24, 39, 0.45);
  --sp-border-color: rgba(255, 255, 255, 0.08);
  --sp-text-primary: #f3f4f6;
  --sp-text-secondary: #9ca3af;
  --sp-cyan: #22d3ee;
  --sp-purple: #c084fc;
  --sp-blue: #2563eb;
  --sp-font-stack: 'Plus Jakarta Sans', system-ui, sans-serif;

  background-color: var(--sp-bg-base);
  color: var(--sp-text-primary);
  font-family: var(--sp-font-stack);
  overflow-x: hidden;
  line-height: 1.6;
  position: relative;
  width: 100%;
}
.social-page h1,
.social-page h2,
.social-page h3,
.social-page h4,
.social-page h5,
.social-page h6 {
  font-family: 'Space Grotesk', system-ui, sans-serif;
}

.social-page #particleCanvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  pointer-events: none;
}

.social-page .glow-orb {
  position: fixed;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  filter: blur(140px);
  opacity: 0.12;
  pointer-events: none;
  z-index: 1;
  transition: transform 0.3s ease-out;
}
.social-page .orb-1 {
  top: -10%;
  left: -10%;
  background: var(--sp-cyan);
}
.social-page .orb-2 {
  bottom: 10%;
  right: -10%;
  background: var(--sp-purple);
}

.social-page .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 2;
}

.social-page .badge {
  display: inline-block;
  padding: 6px 14px;
  background: rgba(34, 211, 238, 0.06);
  border: 1px solid rgba(34, 211, 238, 0.2);
  border-radius: 100px;
  color: var(--sp-cyan);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.social-page .gradient-text {
  background: linear-gradient(135deg, var(--sp-cyan) 0%, var(--sp-purple) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.social-page .text-center {
  text-align: center;
}
.social-page .max-w-600 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.social-page .glass-card {
  background: var(--sp-bg-card);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--sp-border-color);
  border-radius: 24px;
  padding: 40px;
  transition:
    border-color 0.4s,
    transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.4s;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.social-page .glass-card:hover {
  border-color: rgba(34, 211, 238, 0.3);
  box-shadow: 0 20px 40px rgba(34, 211, 238, 0.05);
}

.social-page .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  cursor: pointer;
}

.social-page .btn-primary {
  background: linear-gradient(135deg, var(--sp-blue) 0%, var(--sp-purple) 100%);
  color: #fff;
  border: none;
}

.social-page .btn-primary:hover {
  transform: translateY(-2px);
  filter: brightness(1.15);
}

.social-page .btn-glow:hover {
  box-shadow: 0 0 25px rgba(192, 132, 252, 0.4);
}

.social-page .btn-secondary {
  background: rgba(255, 255, 255, 0.03);
  color: var(--sp-text-primary);
  border: 1px solid var(--sp-border-color);
}

.social-page .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.social-page .hero-section {
    padding-top: 160px;
    padding-bottom: 60px;
    display: flex;
    align-items: center;
}

.social-page .hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
}
.social-page #benefits{
    padding-bottom:100px;
}
.social-page .hero-content h1 {
  font-size: 3.5rem;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 24px;
}

.social-page .hero-content p {
  font-size: 1.15rem;
  color: var(--sp-text-secondary);
  margin-bottom: 40px;
  max-width: 540px;
}

.social-page .hero-actions {
  display: flex;
  gap: 16px;
}
.social-page .hero-illustration-card {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.social-page .hero-svg {
  width: 100%;
  height: auto;
}

.social-page .section {
  padding:50px 0;
  position: relative;
  z-index: 2;
}
.social-page .section-header {
  margin-bottom: 60px;
}
.social-page .section-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}
.social-page .section-header p {
  color: var(--sp-text-secondary);
  font-size: 1.1rem;
}

.social-page .full-width-card {
  width: 100%;
}
.social-page .feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.social-page .feature-content h2 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.social-page .feature-content p {
  color: var(--sp-text-secondary);
  font-size: 1.05rem;
}
.social-page .feature-visual {
  display: flex;
  justify-content: center;
}
.social-page .feature-svg {
  width: 100%;
  max-width: 380px;
}

.social-page .grid-3x {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.social-page .benefit-card {
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.02) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    var(--sp-bg-card);
}
.social-page .benefit-icon-wrapper {
  margin-bottom: 24px;
}
.social-page .benefit-card h3 {
  font-size: 1.4rem;
  margin-bottom: 16px;
  font-weight: 600;
}
.social-page .benefit-card p {
  color: var(--sp-text-secondary);
  font-size: 0.98rem;
}

.social-page .card-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--sp-border-color);
}
.social-page .glow-blue {
  border-color: rgba(34, 211, 238, 0.3);
  background: rgba(34, 211, 238, 0.03);
}
.social-page .glow-purple {
  border-color: rgba(192, 132, 252, 0.3);
  background: rgba(192, 132, 252, 0.03);
}

.social-page .dashboard-container {
  display: flex;
  padding: 0;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.05);
}
.social-page .dashboard-sidebar {
  width: 64px;
  background: rgba(0, 0, 0, 0.2);
  border-right: 1px solid var(--sp-border-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 24px;
  gap: 20px;
}
.social-page .db-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}
.social-page .db-dot.active {
  background: var(--sp-cyan);
  box-shadow: 0 0 10px var(--sp-cyan);
}
.social-page .dashboard-content {
  flex: 1;
  padding: 40px;
}

.social-page .dashboard-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--sp-border-color);
  padding-bottom: 32px;
}
.social-page .metric-box {
  display: flex;
  flex-direction: column;
}
.social-page .metric-label {
  font-size: 0.82rem;
  color: var(--sp-text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.social-page .metric-value-container {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  margin-top: 4px;
}

.social-page .dashboard-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
.social-page .chart-wrapper h4,
.social-page .progress-wrapper h4 {
  font-size: 1rem;
  color: var(--sp-text-secondary);
  font-weight: 600;
  margin-bottom: 24px;
}

.social-page .bar-chart {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 160px;
  padding-top: 20px;
}
.social-page .chart-bar-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  flex: 1;
}
.social-page .chart-bar {
  width: 24px;
  background: linear-gradient(
    180deg,
    var(--sp-cyan) 0%,
    rgba(34, 211, 238, 0.1) 100%
  );
  border-radius: 6px 6px 0 0;
  transition: height 1.5s ease-out;
  height: 0;
}
.social-page .chart-bar-container:nth-child(even) .chart-bar {
  background: linear-gradient(
    180deg,
    var(--sp-purple) 0%,
    rgba(192, 132, 252, 0.1) 100%
  );
}
.social-page .chart-bar-container span {
  font-size: 0.75rem;
  color: var(--sp-text-secondary);
}

.social-page .progress-item {
  margin-bottom: 18px;
}
.social-page .progress-info {
  display: flex;
  justify-content: space-between;
  font-size: 0.88rem;
  margin-bottom: 6px;
}
.social-page .progress-bar-bg {
  width: 100%;
  height: 6px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 100px;
  overflow: hidden;
}
.social-page .progress-bar-fill {
  height: 100%;
  width: 0;
  transition: width 1.5s ease-out;
  border-radius: 100px;
}
.social-page .fill-blue {
  background: var(--sp-cyan);
}
.social-page .fill-purple {
  background: var(--sp-purple);
}

.social-page .cta-section {
  padding-bottom: 140px;
}
.social-page .cta-card {
  background:
    radial-gradient(
      circle at top center,
      rgba(192, 132, 252, 0.15) 0%,
      transparent 60%
    ),
    var(--sp-bg-card);
  padding: 80px 40px;
  border-color: rgba(192, 132, 252, 0.2);
}
.social-page .cta-card h2 {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 20px;
}
.social-page .cta-card p {
  font-size: 1.15rem;
  color: var(--sp-text-secondary);
  margin-bottom: 40px;
}
.social-page .large-btn {
  padding: 16px 40px;
  font-size: 1.05rem;
}

.social-page .reveal {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.social-page .reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes spPulse {
  0% {
    transform: scale(0.95);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.08);
    opacity: 1;
  }
  100% {
    transform: scale(0.95);
    opacity: 0.5;
  }
}
.social-page .pulse-ring {
  animation: spPulse 3s infinite ease-in-out;
  transform-origin: center;
}

@keyframes spFloatSlow {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-8px);
  }
}
@keyframes spFloatFast {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-14px);
  }
}
.social-page .float-slow {
  animation: spFloatSlow 5s infinite ease-in-out;
}
.social-page .float-fast {
  animation: spFloatFast 3.5s infinite ease-in-out;
}

@media (max-width: 1024px) {
  .social-page .grid-3x {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .social-page .hero-grid {
    grid-template-columns: 1fr;
    gap: 48px;
    text-align: center;
  }
  .social-page .hero-content p {
    margin-left: auto;
    margin-right: auto;
  }
  .social-page .hero-actions {
    justify-content: center;
  }
  .social-page .feature-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .social-page .dashboard-metrics {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .social-page .hero-content h1 {
    font-size: 2.6rem;
  }
  .social-page .section {
    padding: 60px 0;
  }
  .social-page .dashboard-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .social-page .dashboard-metrics {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* --- MARKETING SOLUTIONS MODULE (used on /marketing-solutions) --- */
.marketing-solutions,
.marketing-solutions * {
  font-family:
    'Space Grotesk',
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  scroll-behavior: smooth;
}

.marketing-solutions {
  --ms-bg-deep: #050816;
  --ms-bg-card: rgba(11, 16, 32, 0.6);
  --ms-bg-glow: rgba(17, 24, 39, 0.8);
  --ms-text-main: #f3f4f6;
  --ms-text-muted: #9ca3af;
  --ms-accent-cyan: #06b6d4;
  --ms-accent-blue: #3b82f6;
  --ms-accent-glow: rgba(6, 182, 212, 0.15);
  --ms-glass-border: rgba(255, 255, 255, 0.08);
  --ms-radius-md: 8px;
  --ms-radius-lg: 16px;
  --ms-transition-smooth: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);

  background-color: var(--ms-bg-deep);
  color: var(--ms-text-main);
  position: relative;
}

.marketing-solutions .powered {
  padding-bottom: 140px !important;
}

.marketing-solutions #particle-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  opacity: 0.5;
}

.marketing-solutions .mouse-glow {
  position: fixed;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(6, 182, 212, 0.06) 0%,
    rgba(59, 130, 246, 0.02) 50%,
    transparent 100%
  );
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 2;
  mix-blend-mode: screen;
}

.marketing-solutions .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 10;
}

.marketing-solutions section {
  padding: 60px 0;
  position: relative;
}

.marketing-solutions .section-header {
  text-align: center;
  max-width: 650px;
  margin: 0 auto 40px auto;
}

.marketing-solutions .section-header h2 {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
  background: linear-gradient(135deg, #ffffff 0%, #a5b4fc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.marketing-solutions .section-header p {
  color: var(--ms-text-muted);
  font-size: 1rem;
  line-height: 1.5;
}

.marketing-solutions .reveal {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.6s ease,
    transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.marketing-solutions .reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.marketing-solutions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: var(--ms-radius-md);
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: var(--ms-transition-smooth);
  text-decoration: none;
  gap: 8px;
}

.marketing-solutions .btn-primary {
  background: linear-gradient(
    135deg,
    var(--ms-accent-cyan),
    var(--ms-accent-blue)
  );
  color: #ffffff;
  border: none;
  box-shadow: 0 4px 14px rgba(6, 182, 212, 0.2);
}

.marketing-solutions .btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(6, 182, 212, 0.3);
}

.marketing-solutions .btn-secondary {
  background: rgba(255, 255, 255, 0.04);
  color: var(--ms-text-main);
  border: 1px solid var(--ms-glass-border);
  backdrop-filter: blur(10px);
}

.marketing-solutions .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-1px);
}

.marketing-solutions .glass-card {
  background: var(--ms-bg-card);
  border: 1px solid var(--ms-glass-border);
  border-radius: var(--ms-radius-md);
  backdrop-filter: blur(12px);
  padding: 24px;
  transition: var(--ms-transition-smooth);
  position: relative;
  overflow: hidden;
}

.marketing-solutions .glass-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(6, 182, 212, 0.08), transparent);
  opacity: 0;
  transition: var(--ms-transition-smooth);
}

.marketing-solutions .glass-card:hover {
  transform: translateY(-4px);
  border-color: rgba(6, 182, 212, 0.25);
  box-shadow: 0 8px 30px rgba(6, 182, 212, 0.08);
}

.marketing-solutions .glass-card:hover::before {
  opacity: 1;
}

.marketing-solutions .icon-wrapper {
  width: 40px;
  height: 40px;
  background: rgba(6, 182, 212, 0.08);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ms-accent-cyan);
  margin-bottom: 16px;
  border: 1px solid rgba(6, 182, 212, 0.15);
}

.marketing-solutions .icon-wrapper svg {
  width: 20px;
  height: 20px;
}

.marketing-solutions .hero {
  min-height: 60vh;
  display: flex;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 40px;
}

.marketing-solutions .hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 32px;
  align-items: center;
}

.marketing-solutions .hero-content h1 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.04em;
  margin-bottom: 16px;
  background: linear-gradient(135deg, #ffffff 40%, #93c5fd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.marketing-solutions .hero-content p {
  font-size: 1.15rem;
  color: var(--ms-text-muted);
  line-height: 1.5;
  margin-bottom: 28px;
  max-width: 560px;
}

.marketing-solutions .hero-actions {
  display: flex;
  gap: 12px;
}

.marketing-solutions .hero-visual {
  position: relative;
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.marketing-solutions .floating-dashboard {
  width: 90%;
  height: 240px;
  background: linear-gradient(
    135deg,
    rgba(11, 16, 32, 0.8),
    rgba(5, 8, 22, 0.9)
  );
  border: 1px solid rgba(6, 182, 212, 0.25);
  border-radius: var(--ms-radius-md);
  box-shadow: 0 15px 40px rgba(6, 182, 212, 0.1);
  padding: 20px;
  position: relative;
  backdrop-filter: blur(20px);
  animation: msFloat 6s ease-in-out infinite;
}

@keyframes msFloat {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-8px);
  }
}

.marketing-solutions .grid-4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.marketing-solutions .grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.marketing-solutions .card-title {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}

.marketing-solutions .card-desc {
  color: var(--ms-text-muted);
  font-size: 0.9rem;
  line-height: 1.4;
}

.marketing-solutions .kpi-value {
  font-size: 2.6rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
  display: flex;
  align-items: baseline;
  gap: 1px;
  letter-spacing: -0.02em;
}

.marketing-solutions .kpi-value span {
  color: var(--ms-accent-cyan);
}

.marketing-solutions .progress-bar-container {
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 2px;
  margin-top: 16px;
  overflow: hidden;
}

.marketing-solutions .progress-bar-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(
    90deg,
    var(--ms-accent-blue),
    var(--ms-accent-cyan)
  );
  transition: width 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.marketing-solutions .data-flow-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.marketing-solutions .timeline {
  position: relative;
  margin: 20px auto 0 auto;
  padding-left: 24px;
  border-left: 2px dashed rgba(6, 182, 212, 0.15);
}

.marketing-solutions .timeline-item {
  position: relative;
  margin-bottom: 24px;
}

.marketing-solutions .timeline-item:last-child {
  margin-bottom: 0;
}

.marketing-solutions .timeline-dot {
  position: absolute;
  left: -33px;
  top: 6px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--ms-bg-deep);
  border: 3px solid var(--ms-accent-cyan);
  box-shadow: 0 0 8px var(--ms-accent-cyan);
  z-index: 5;
  transition: var(--ms-transition-smooth);
}

.marketing-solutions .timeline-item:hover .timeline-dot {
  background: var(--ms-accent-cyan);
  transform: scale(1.1);
}

.marketing-solutions .timeline-content {
  background: var(--ms-bg-card);
  border: 1px solid var(--ms-glass-border);
  border-radius: var(--ms-radius-md);
  padding: 18px 24px;
  backdrop-filter: blur(10px);
}

@media (max-width: 968px) {
  .marketing-solutions .hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .marketing-solutions .hero-content p {
    margin: 0 auto 24px auto;
  }
  .marketing-solutions .hero-actions {
    justify-content: center;
  }
  .marketing-solutions .hero-visual {
    height: 280px;
  }
  .marketing-solutions .section-header h2 {
    font-size: 1.8rem;
  }
  .marketing-solutions section {
    padding: 45px 0;
  }
}

/* --- CLIENT STORIES MODULE (used on /client-stories) --- */
.client-stories {
  --cs-bg: #030408;
  --cs-panel: rgba(5, 6, 12, 0.75);
  --cs-border: rgba(255, 255, 255, 0.05);
  --cs-border-hover: rgba(139, 92, 246, 0.35);
  --cs-blue: #5eb8ff;
  --cs-blue-soft: #8fd0ff;
  --cs-purple: #9b6bff;
  --cs-purple-soft: #c3a4ff;
  --cs-grad: linear-gradient(135deg, var(--cs-blue), var(--cs-purple));
  --cs-text: #f3f5f9;
  --cs-text-dim: #949aae;
  --cs-text-faint: #62677c;
  --cs-mint: #34d399;
  --cs-radius-lg: 16px;
  --cs-radius-sm: 8px;
  --cs-maxw: 1200px;

  display: block;
  background:
    radial-gradient(circle at 50% -20%, rgba(155, 107, 255, 0.13), transparent 50%),
    var(--cs-bg);
  color: var(--cs-text);
  font-family: 'Inter', sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  position: relative;
}

.client-stories ::selection {
  background: rgba(155, 107, 255, 0.25);
  color: #fff;
}
.client-stories a {
  color: inherit;
  text-decoration: none;
}

.client-stories .wrap {
  max-width: var(--cs-maxw);
  margin: 0 auto;
  padding: 0 32px;
}

.client-stories .bg-grid {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 70% 50% at 50% 10%, black 30%, transparent 80%);
}

.client-stories .hero {
  position: relative;
  z-index: 1;
  padding: 90px 0 60px;
  text-align: center;
}

.client-stories .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--cs-purple-soft);
  background: rgba(155, 107, 255, 0.06);
  border: 1px solid rgba(155, 107, 255, 0.15);
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 24px;
}
.client-stories .eyebrow::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--cs-purple);
}

.client-stories h1.title {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.1;
  margin: 0 0 18px;
  letter-spacing: -0.02em;
}
.client-stories h1.title .grad {
  background: var(--cs-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.client-stories .hero p.sub {
  max-width: 680px;
  margin: 0 auto;
  color: var(--cs-text-dim);
  font-size: 16px;
  line-height: 1.6;
}

.client-stories .stat-row {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 40px;
  flex-wrap: wrap;
}
.client-stories .stat {
  border: 1px solid var(--cs-border);
  background: rgba(255, 255, 255, 0.015);
  border-radius: var(--cs-radius-sm);
  padding: 14px 24px;
  min-width: 160px;
  text-align: left;
  backdrop-filter: blur(8px);
}
.client-stories .stat .num {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}
.client-stories .stat .lbl {
  font-size: 11px;
  color: var(--cs-text-faint);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 2px;
  font-family: 'JetBrains Mono', monospace;
}

.client-stories .filter-bar {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  padding: 20px 0 48px;
}
.client-stories .chip {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: var(--cs-text-dim);
  background: transparent;
  border: 1px solid var(--cs-border);
  padding: 8px 16px;
  border-radius: 999px;
  cursor: pointer;
  transition: all .2s cubic-bezier(0.16, 1, 0.3, 1);
  white-space: nowrap;
}
.client-stories .chip:hover {
  color: var(--cs-text);
  border-color: rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.035);
}
.client-stories .chip.active {
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
  border-color: var(--cs-purple-soft);
  box-shadow: 0 4px 24px rgba(155, 107, 255, 0.1);
}

.client-stories .timeline {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  padding-bottom: 80px;
}

.client-stories .card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--cs-panel);
  border: 1px solid var(--cs-border);
  border-radius: var(--cs-radius-lg);
  padding: 24px;
  backdrop-filter: blur(24px);
  opacity: 0;
  transform: translateY(20px);
  overflow: hidden;
  z-index: 1;
  transition: transform .5s cubic-bezier(0.16, 1, 0.3, 1), border-color .4s, box-shadow .4s, opacity .5s;
}
.client-stories .card.in {
  opacity: 1;
  transform: translateY(0);
}

.client-stories .card::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(from 0deg, transparent 30%, rgba(155, 107, 255, 0.05) 50%, rgba(94, 184, 255, 0.05) 70%, transparent 100%);
  z-index: -2;
  animation: csContinuousRotate 16s linear infinite;
}

.client-stories .card-inner-bg {
  position: absolute;
  inset: 1px;
  background: #04050a;
  border-radius: calc(var(--cs-radius-lg) - 1px);
  z-index: -1;
  pointer-events: none;
}

.client-stories .card:hover {
  border-color: var(--cs-border-hover);
  box-shadow: 0 24px 48px -12px rgba(155, 107, 255, 0.12);
  transform: translateY(-2px);
}

.client-stories .card-banner-frame {
  position: relative;
  width: 100%;
  height: 170px;
  border-radius: calc(var(--cs-radius-lg) - 6px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.03);
  margin-bottom: 20px;
  background: #090b14;
}
.client-stories .card-banner-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.75;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.client-stories .card:hover .card-banner-frame img {
  transform: scale(1.03);
  opacity: 0.9;
}

@keyframes csContinuousRotate {
  100% {
    transform: rotate(360deg);
  }
}

.client-stories .card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}
.client-stories .id-badge {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: var(--cs-text-faint);
}

.client-stories .industry-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: var(--cs-blue-soft);
  background: rgba(94, 184, 255, 0.05);
  border: 1px solid rgba(94, 184, 255, 0.15);
  padding: 4px 10px;
  border-radius: 999px;
}
.client-stories .industry-pill svg {
  width: 12px;
  height: 12px;
  stroke: var(--cs-blue-soft);
  fill: none;
}

.client-stories .client-name {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 4px;
  letter-spacing: -0.01em;
  color: #fff;
}

.client-stories .site-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--cs-purple-soft);
  margin-bottom: 20px;
  font-family: 'JetBrains Mono', monospace;
  transition: opacity 0.2s;
}
.client-stories .site-link:hover {
  opacity: 0.8;
}
.client-stories .site-link svg {
  width: 12px;
  height: 12px;
}

.client-stories .desc {
  color: var(--cs-text-dim);
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 20px;
}

.client-stories .section-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--cs-text-faint);
  margin: 0 0 8px;
}

.client-stories .contribution {
  color: var(--cs-text-dim);
  font-size: 13.5px;
  line-height: 1.6;
  margin: 0 0 20px;
  background: rgba(255, 255, 255, 0.01);
  border: 1px solid rgba(255, 255, 255, 0.02);
  padding: 12px 14px;
  border-radius: var(--cs-radius-sm);
}

.client-stories .results {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.client-stories .results li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--cs-text);
}
.client-stories .check {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(52, 211, 153, 0.1);
  border: 1px solid rgba(52, 211, 153, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.client-stories .check svg {
  width: 10px;
  height: 10px;
  stroke: var(--cs-mint);
  fill: none;
}

.client-stories .card-glow {
  position: absolute;
  inset: 0;
  border-radius: var(--cs-radius-lg);
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(400px circle at var(--mx, 50%) var(--my, 0%), rgba(155, 107, 255, 0.06), transparent 60%);
  transition: opacity 0.4s;
  z-index: 0;
}
.client-stories .card:hover .card-glow {
  opacity: 1;
}

.client-stories .end-mark {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 400px;
  margin: 40px auto 80px;
  color: var(--cs-text-faint);
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.client-stories .end-mark::before,
.client-stories .end-mark::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--cs-border);
}

.client-stories .no-results {
  text-align: center;
  color: var(--cs-text-faint);
  padding: 60px 0;
  font-family: 'JetBrains Mono', monospace;
  font-size: 13px;
  display: none;
}

@media (min-width: 768px) {
  .client-stories .timeline {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }
  .client-stories .timeline .card:nth-child(3n+3) {
    grid-column: span 2;
  }
  .client-stories .timeline .card:nth-child(3n+3) .card-banner-frame {
    height: 240px;
  }
}

@media (max-width: 560px) {
  .client-stories .wrap {
    padding: 0 20px;
  }
  .client-stories .card {
    padding: 20px;
  }
  .client-stories .hero {
    padding: 60px 0 40px;
  }
}
