/* ============================================================
   VISION CORPORATION — Design System
   Dark premium · violet→bleu · glassmorphism · 3D
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700;800&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap');

:root {
  /* base */
  --bg:            #06070f;
  --bg-1:          #090b16;
  --bg-2:          #0d1020;
  --bg-elev:       #11142a;
  --surface:       rgba(255,255,255,0.035);
  --surface-2:     rgba(255,255,255,0.06);
  --hairline:      rgba(255,255,255,0.09);
  --hairline-2:    rgba(255,255,255,0.14);

  /* brand */
  --violet:        #8b5cf6;
  --violet-deep:   #7c3aed;
  --indigo:        #6366f1;
  --blue:          #3b82f6;
  --blue-deep:     #2563eb;
  --cyan:          #22d3ee;
  --emerald:       #34d399;
  --amber:         #fbbf24;
  --rose:          #fb7185;

  --grad: linear-gradient(120deg, #7c3aed 0%, #6366f1 45%, #2563eb 100%);
  --grad-soft: linear-gradient(120deg, rgba(124,58,237,.18), rgba(37,99,235,.18));
  --grad-text: linear-gradient(100deg, #c4b5fd 0%, #a5b4fc 40%, #93c5fd 100%);

  /* text */
  --ink:           #f4f6ff;
  --ink-soft:      #c3c9e0;
  --muted:         #8b93b2;
  --muted-2:       #626a8a;

  /* radii / shadow */
  --r-sm: 10px;  --r-md: 16px;  --r-lg: 24px;  --r-xl: 34px;  --r-2xl: 44px;
  --shadow-sm: 0 4px 18px -6px rgba(0,0,0,.5);
  --shadow:    0 30px 60px -22px rgba(0,0,0,.7);
  --shadow-lg: 0 50px 110px -30px rgba(0,0,0,.85);
  --glow-violet: 0 0 70px -10px rgba(124,58,237,.55);
  --glow-blue:   0 0 70px -10px rgba(37,99,235,.55);

  --maxw: 1240px;
  --nav-h: 72px;

  --font-display: 'Sora', sans-serif;
  --font-body: 'Plus Jakarta Sans', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.55;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
::selection { background: rgba(139,92,246,.4); color: #fff; }

/* ---- background atmosphere ---- */
.bg-atmos {
  position: fixed; inset: 0; z-index: 0; pointer-events: none; overflow: hidden;
}
.bg-atmos .orb {
  position: absolute; border-radius: 50%; filter: blur(90px); opacity: .5;
}
.orb.v1 { width: 620px; height: 620px; top: -180px; left: -120px;
  background: radial-gradient(circle, rgba(124,58,237,.55), transparent 70%); }
.orb.v2 { width: 560px; height: 560px; top: 38%; right: -180px;
  background: radial-gradient(circle, rgba(37,99,235,.5), transparent 70%); }
.orb.v3 { width: 520px; height: 520px; bottom: -160px; left: 30%;
  background: radial-gradient(circle, rgba(99,102,241,.4), transparent 70%); }
.bg-grid {
  position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 90% 60% at 50% 0%, #000 30%, transparent 80%);
}
.bg-noise {
  position: fixed; inset: 0; z-index: 0; pointer-events: none; opacity: .045;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---- layout primitives ---- */
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 28px; position: relative; z-index: 2; }
.section { position: relative; z-index: 2; padding: 148px 0; }
.section.tight { padding: 90px 0; }
main { position: relative; z-index: 2; }

/* ---- typography ---- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--font-body); font-weight: 600; font-size: 13px;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--ink-soft);
  padding: 7px 15px; border-radius: 100px;
  background: var(--surface); border: 1px solid var(--hairline);
  backdrop-filter: blur(10px);
}
.eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--violet);
  box-shadow: 0 0 12px var(--violet); }
.eyebrow.blue .dot { background: var(--blue); box-shadow: 0 0 12px var(--blue); }
.eyebrow.emerald .dot { background: var(--emerald); box-shadow: 0 0 12px var(--emerald); }
.eyebrow.amber .dot { background: var(--amber); box-shadow: 0 0 12px var(--amber); }

h1,h2,h3,h4 { font-family: var(--font-display); font-weight: 700; line-height: 1.05;
  letter-spacing: -0.025em; }
.h-display { font-size: clamp(40px, 5.2vw, 78px); font-weight: 800; line-height: .98;
  letter-spacing: -0.04em; }
.h1 { font-size: clamp(38px, 4.6vw, 62px); letter-spacing: -0.035em; }
.h2 { font-size: clamp(30px, 3vw, 46px); letter-spacing: -0.03em; }
.h3 { font-size: clamp(21px, 1.6vw, 27px); }
.lead { font-size: clamp(17px, 1.35vw, 21px); color: var(--ink-soft); line-height: 1.6;
  font-weight: 400; }
.sub { color: var(--muted); font-size: 16px; line-height: 1.65; }
.grad-text { background: var(--grad-text); -webkit-background-clip: text;
  background-clip: text; color: transparent; }
.grad-text-strong { background: linear-gradient(100deg,#a78bfa,#818cf8 45%,#60a5fa);
  -webkit-background-clip: text; background-clip: text; color: transparent; }
.section-head { max-width: 720px; }
.section-head.center { margin: 0 auto; text-align: center; }
.section-head .h2 { margin: 18px 0 0; }
.section-head .lead { margin-top: 20px; }

/* ---- buttons ---- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font-body); font-weight: 600; font-size: 15px; cursor: pointer;
  border: 0; border-radius: 100px; padding: 14px 24px; transition: .25s cubic-bezier(.2,.7,.3,1);
  white-space: nowrap; position: relative; }
.btn svg { width: 17px; height: 17px; }
.btn-primary { color: #fff; background: var(--grad); box-shadow: 0 10px 30px -8px rgba(99,102,241,.6),
  inset 0 1px 0 rgba(255,255,255,.25); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 44px -10px rgba(99,102,241,.75),
  inset 0 1px 0 rgba(255,255,255,.3); }
.btn-ghost { color: var(--ink); background: var(--surface); border: 1px solid var(--hairline-2);
  backdrop-filter: blur(10px); }
.btn-ghost:hover { background: var(--surface-2); transform: translateY(-2px); border-color: rgba(255,255,255,.25); }
.btn-lg { padding: 17px 30px; font-size: 16px; }
.btn-sm { padding: 10px 18px; font-size: 14px; }

/* ---- chips / pills ---- */
.chip { display: inline-flex; align-items: center; gap: 8px; padding: 8px 14px; border-radius: 100px;
  background: var(--surface); border: 1px solid var(--hairline); font-size: 13.5px; font-weight: 600;
  color: var(--ink-soft); }

/* ---- card / glass ---- */
.glass { background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.02));
  border: 1px solid var(--hairline); border-radius: var(--r-lg); backdrop-filter: blur(20px);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.06); }
.card { background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.015));
  border: 1px solid var(--hairline); border-radius: var(--r-lg); padding: 30px;
  transition: .3s cubic-bezier(.2,.7,.3,1); position: relative; overflow: hidden; }
.card:hover { border-color: var(--hairline-2); transform: translateY(-4px);
  box-shadow: var(--shadow); }

/* ---- feature icon tile ---- */
.tile-icon { width: 48px; height: 48px; border-radius: 13px; display: grid; place-items: center;
  background: var(--grad-soft); border: 1px solid var(--hairline-2); color: #c7b8ff; }
.tile-icon svg { width: 23px; height: 23px; }

/* ---- divider ---- */
.rule { height: 1px; background: linear-gradient(90deg, transparent, var(--hairline-2), transparent); }

/* ---- reveal animations ---- */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity .9s cubic-bezier(.2,.7,.3,1),
  transform .9s cubic-bezier(.2,.7,.3,1); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; } .reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; } .reveal.d4 { transition-delay: .32s; }
.reveal.d5 { transition-delay: .40s; } .reveal.d6 { transition-delay: .48s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; }
  * { animation: none !important; }
  /* Keep the continuous brand-logo marquee scrolling — a slow, steady
     horizontal scroll is safe motion and is the whole point of the strip. */
  .marquee-track { animation: scrollx 38s linear infinite !important; }
}

/* ---- floating animation ---- */
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
@keyframes floatSlow { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-22px); } }
@keyframes pulseGlow { 0%,100% { opacity:.5; } 50% { opacity:1; } }
@keyframes dash { to { stroke-dashoffset: -1000; } }
@keyframes shimmer { to { background-position: 200% 0; } }
@keyframes spin { to { transform: rotate(360deg); } }

/* ---- i18n visibility ---- */
[data-lang-en] { display: none; }
html[lang="en"] [data-lang-fr] { display: none; }
html[lang="en"] [data-lang-en] { display: revert; }
html[lang="en"] [data-lang-en].blk { display: block; }
html[lang="en"] .footer-col a[data-lang-en] { display: block; }
html[lang="en"] .chip[data-lang-en] { display: inline-flex; }
html[lang="en"] .btn[data-lang-en] { display: inline-flex; }

/* ============================================================
   NAV
   ============================================================ */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; height: var(--nav-h);
  display: flex; align-items: center; transition: .35s; }
.nav.scrolled { background: rgba(8,10,20,.72); backdrop-filter: blur(18px) saturate(140%);
  border-bottom: 1px solid var(--hairline); }
.nav-inner { display: flex; align-items: center; gap: 28px; width: 100%; }
.brand { display: flex; align-items: center; gap: 11px; font-family: var(--font-display);
  font-weight: 700; font-size: 18px; letter-spacing: -0.02em; }
.brand .mark { width: 34px; height: 34px; border-radius: 9px; background: var(--grad);
  display: grid; place-items: center; box-shadow: var(--glow-violet); flex: none; }
.brand .mark svg { width: 19px; height: 19px; color: #fff; }
.brand-logo { width: 38px; height: 38px; border-radius: 10px; object-fit: cover; flex: none;
  box-shadow: 0 0 26px -6px rgba(37,99,235,.7); border: 1px solid var(--hairline-2); }
.brand .lg-slot { width: 150px; height: 38px; }
.nav-links { display: flex; align-items: center; gap: 4px; margin-left: 8px; }
.nav-links a { font-size: 14.5px; font-weight: 500; color: var(--ink-soft); padding: 9px 13px;
  border-radius: 9px; transition: .2s; }
.nav-links a:hover { color: #fff; background: var(--surface); }
.nav-right { margin-left: auto; display: flex; align-items: center; gap: 12px; }
.lang-toggle { display: flex; background: var(--surface); border: 1px solid var(--hairline);
  border-radius: 100px; padding: 3px; }
.lang-toggle button { border: 0; background: transparent; color: var(--muted); font-weight: 700;
  font-size: 12.5px; padding: 5px 11px; border-radius: 100px; cursor: pointer; font-family: var(--font-body); }
.lang-toggle button.on { background: var(--grad); color: #fff; }
.nav-burger { display: none; }

@media (max-width: 980px) {
  .nav-links { display: none; }
  .nav-burger { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 11px;
    background: var(--surface); border: 1px solid var(--hairline); cursor: pointer; }
  .nav-burger svg { width: 20px; height: 20px; color: #fff; }
}

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; padding: calc(var(--nav-h) + 90px) 0 90px; z-index: 2; }
.hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 44px; align-items: center; }
.hero-badges { display: flex; gap: 10px; flex-wrap: wrap; margin: 26px 0 0; }
.hero-copy { position: relative; z-index: 6; }
.hero h1 { margin: 24px 0 0; }
.hero .lead { margin-top: 24px; max-width: 540px; }
.hero-cta { display: flex; gap: 14px; margin-top: 34px; flex-wrap: wrap; }
.hero-trust { margin-top: 30px; display: flex; align-items: center; gap: 16px; color: var(--muted);
  font-size: 13.5px; }
.hero-trust .avatars { display: flex; }
.hero-trust .avatars span { width: 30px; height: 30px; border-radius: 50%; border: 2px solid var(--bg-1);
  margin-left: -9px; background-size: cover; background-position: center; }

/* counters strip */
.counters { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; margin-top: 60px;
  border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); }
.counter { padding: 26px 22px; border-right: 1px solid var(--hairline); }
.counter:last-child { border-right: 0; }
.counter .num { font-family: var(--font-display); font-weight: 800; font-size: 38px; letter-spacing: -.03em;
  background: var(--grad-text); -webkit-background-clip: text; background-clip: text; color: transparent; }
.counter .lbl { color: var(--muted); font-size: 13.5px; margin-top: 4px; }

/* logos marquee */
.logos { padding: 46px 0; border-top: 1px solid var(--hairline); }
.logos .label { text-align: center; color: var(--muted); font-size: 12.5px; letter-spacing: .16em;
  text-transform: uppercase; font-weight: 600; margin-bottom: 30px; }
.marquee { display: flex; overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
.marquee-track { display: flex; gap: 64px; align-items: center; animation: scrollx 38s linear infinite;
  padding-right: 64px; }
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes scrollx { to { transform: translateX(-50%); } }
.logo-item { display: flex; align-items: center; gap: 10px; color: #aab0cc; font-weight: 700;
  font-size: 19px; font-family: var(--font-display); white-space: nowrap; opacity: .8; }
.logo-item svg { width: 26px; height: 26px; flex: none; }

@media (max-width: 1280px) {
  #loginBtn { display: none !important; }
  .nav-links a { padding: 9px 11px; font-size: 14px; }
  .nav-inner { gap: 16px; }
}
@media (max-width: 1120px) {
  .hero-grid { grid-template-columns: 1fr; gap: 56px; }
  .nav-links a { padding: 9px 9px; }
}
@media (max-width: 920px) {
  .hero-grid { grid-template-columns: 1fr; gap: 60px; }
  .counters { grid-template-columns: repeat(2,1fr); }
  .counter:nth-child(2) { border-right: 0; }
  .counter:nth-child(1), .counter:nth-child(2) { border-bottom: 1px solid var(--hairline); }
}

/* ============================================================
   PRODUCT MOCKUPS (3D)
   ============================================================ */
.scene { position: relative; perspective: 1800px; }
.mock {
  background: linear-gradient(168deg, #12152b, #0b0e1c);
  border: 1px solid var(--hairline-2); border-radius: 18px; overflow: hidden;
  box-shadow: var(--shadow-lg), inset 0 1px 0 rgba(255,255,255,.08);
}
.mock-bar { display: flex; align-items: center; gap: 7px; padding: 12px 16px;
  border-bottom: 1px solid var(--hairline); background: rgba(255,255,255,.02); }
.mock-bar .dt { width: 11px; height: 11px; border-radius: 50%; }
.mock-bar .dt.r { background: #ff5f57; } .mock-bar .dt.y { background: #febc2e; } .mock-bar .dt.g { background: #28c840; }
.mock-bar .addr { margin-left: 12px; flex: 1; height: 22px; border-radius: 7px; background: rgba(255,255,255,.04);
  display: flex; align-items: center; padding: 0 12px; font-size: 11px; color: var(--muted); }
.mock-3d { transform: rotateY(-16deg) rotateX(7deg) rotateZ(1deg); transform-style: preserve-3d;
  transition: transform .6s cubic-bezier(.2,.7,.3,1); }
.scene:hover .mock-3d { transform: rotateY(-8deg) rotateX(4deg); }

/* dashboard interior */
.dash { display: grid; grid-template-columns: 168px 1fr; min-height: 360px; }
.dash-side { border-right: 1px solid var(--hairline); padding: 16px 12px; background: rgba(255,255,255,.015); }
.dash-side .si { display: flex; align-items: center; gap: 9px; padding: 9px 11px; border-radius: 9px;
  font-size: 12.5px; color: var(--muted); font-weight: 500; }
.dash-side .si.on { background: var(--grad-soft); color: #fff; }
.dash-side .si svg { width: 15px; height: 15px; }
.dash-main { padding: 18px 20px; }
.dash-kpis { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.kpi { background: rgba(255,255,255,.03); border: 1px solid var(--hairline); border-radius: 12px; padding: 13px; }
.kpi .k-lbl { color: var(--muted); font-size: 10.5px; }
.kpi .k-val { font-family: var(--font-display); font-weight: 700; font-size: 19px; margin-top: 5px; }
.kpi .k-trend { font-size: 10.5px; margin-top: 4px; font-weight: 600; }
.kpi .up { color: var(--emerald); } .kpi .down { color: var(--rose); }

/* floating cards */
.float-card { position: absolute; background: linear-gradient(180deg, rgba(22,26,48,.92), rgba(14,17,33,.92));
  border: 1px solid var(--hairline-2); border-radius: 16px; padding: 14px 16px; backdrop-filter: blur(20px);
  box-shadow: var(--shadow-lg); z-index: 5; }
.float-card .fc-row { display: flex; align-items: center; gap: 10px; }
.float-card .fc-ic { width: 34px; height: 34px; border-radius: 9px; display: grid; place-items: center; flex: none; }
.float-card .fc-t { font-size: 13px; font-weight: 700; }
.float-card .fc-s { font-size: 11px; color: var(--muted); }

/* ============================================================
   FULL-WIDTH MODULE SECTIONS
   ============================================================ */
.module { padding: 150px 0; position: relative; z-index: 2; }
.module-grid { display: grid; grid-template-columns: 1fr 1.08fr; gap: 64px; align-items: center; }
.module-grid.flip { grid-template-columns: 1.08fr 1fr; }
.module-grid.flip .module-copy { order: 2; }
.module-copy h2 { margin: 20px 0 0; }
.module-copy .lead { margin-top: 20px; }
.feat-list { margin-top: 30px; display: flex; flex-direction: column; gap: 16px; }
.feat-list .fi { display: flex; gap: 14px; align-items: flex-start; }
.feat-list .fi .ck { width: 26px; height: 26px; border-radius: 8px; background: var(--grad-soft);
  border: 1px solid var(--hairline-2); display: grid; place-items: center; flex: none; color: #c7b8ff; }
.feat-list .fi .ck svg { width: 14px; height: 14px; }
.feat-list .fi .ft { font-weight: 600; font-size: 15.5px; }
.feat-list .fi .fd { color: var(--muted); font-size: 13.5px; margin-top: 2px; }
.module-cta { margin-top: 34px; display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.module-link { display: inline-flex; align-items: center; gap: 7px; font-weight: 600; color: #fff;
  font-size: 15px; }
.module-link svg { width: 16px; height: 16px; transition: .25s; }
.module-link:hover svg { transform: translateX(4px); }

.module-band { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.module-band .glow { position: absolute; width: 700px; height: 500px; border-radius: 50%; filter: blur(120px); opacity: .26; }

@media (max-width: 920px) {
  .module-grid, .module-grid.flip { grid-template-columns: 1fr; gap: 50px; }
  .module-grid.flip .module-copy { order: 0; }
  .module { padding: 90px 0; }
  .section { padding: 90px 0; }
}

/* ============================================================
   tables / lists inside mocks
   ============================================================ */
.m-table { width: 100%; border-collapse: collapse; font-size: 12px; }
.m-table th { text-align: left; color: var(--muted); font-weight: 600; font-size: 10.5px;
  text-transform: uppercase; letter-spacing: .06em; padding: 9px 10px; border-bottom: 1px solid var(--hairline); }
.m-table td { padding: 11px 10px; border-bottom: 1px solid var(--hairline); }
.m-row-av { display: flex; align-items: center; gap: 9px; }
.m-av { width: 26px; height: 26px; border-radius: 50%; flex: none; display: grid; place-items: center;
  font-size: 10px; font-weight: 700; color: #fff; }
.badge { display: inline-flex; align-items: center; gap: 5px; padding: 3px 9px; border-radius: 100px;
  font-size: 10.5px; font-weight: 700; }
.badge.paid { background: rgba(52,211,153,.14); color: #6ee7b7; }
.badge.pending { background: rgba(251,191,36,.14); color: #fcd34d; }
.badge.over { background: rgba(251,113,133,.14); color: #fda4af; }
.badge.risk-l { background: rgba(52,211,153,.14); color: #6ee7b7; }
.badge.risk-h { background: rgba(251,113,133,.14); color: #fda4af; }

/* ============================================================
   MARKETPLACE
   ============================================================ */
.mkt-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-top: 50px; }
.int-card { background: var(--surface); border: 1px solid var(--hairline); border-radius: var(--r-md);
  padding: 22px; transition: .28s; }
.int-card:hover { transform: translateY(-5px); border-color: var(--hairline-2); background: var(--surface-2);
  box-shadow: var(--shadow); }
.int-card .ic-logo { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center;
  background: #fff; margin-bottom: 14px; }
.int-card .ic-logo svg { width: 28px; height: 28px; }
.int-card .ic-name { font-weight: 700; font-size: 15px; }
.int-card .ic-cat { color: var(--muted); font-size: 12.5px; margin-top: 2px; }
.int-card .ic-tag { margin-top: 13px; font-size: 11px; color: #c7b8ff; font-weight: 600; }
.mkt-more { display: grid; place-items: center; text-align: center; border-style: dashed; }
@media (max-width: 920px) { .mkt-grid { grid-template-columns: repeat(2,1fr); } }

/* logo grid small marquee */
.int-strip { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; justify-content: center; }
.int-pill { display: flex; align-items: center; gap: 10px; padding: 10px 18px; border-radius: 100px;
  background: var(--surface); border: 1px solid var(--hairline); font-weight: 600; font-size: 14px; }
.int-pill .ip-ic { width: 26px; height: 26px; border-radius: 7px; background: #fff; display: grid; place-items: center; }
.int-pill .ip-ic svg { width: 17px; height: 17px; }

/* ============================================================
   SECURITY
   ============================================================ */
.sec-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-top: 54px; }
.sec-card { padding: 26px; }
.sec-card .tile-icon { margin-bottom: 18px; }
.sec-card h3 { font-size: 18px; }
.sec-card p { color: var(--muted); font-size: 13.5px; margin-top: 8px; }
.compliance { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 40px; justify-content: center; }
.comp-badge { display: flex; align-items: center; gap: 13px; padding: 16px 24px; border-radius: var(--r-md);
  background: var(--surface); border: 1px solid var(--hairline); }
.comp-badge .cb-seal { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center;
  background: var(--grad-soft); border: 1px solid var(--hairline-2); }
.comp-badge .cb-seal svg { width: 24px; height: 24px; color: #c7b8ff; }
.comp-badge .cb-t { font-weight: 800; font-family: var(--font-display); font-size: 15px; }
.comp-badge .cb-s { font-size: 11.5px; color: var(--muted); }
@media (max-width: 920px) { .sec-grid { grid-template-columns: repeat(2,1fr); } }

/* ============================================================
   CUSTOMER STORIES
   ============================================================ */
.stories-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 20px; margin-top: 54px; }
.story { padding: 0; overflow: hidden; display: flex; flex-direction: column; }
.story.feature { grid-row: span 2; }
.story .s-img { width: 100%; aspect-ratio: 4/3; }
.story.feature .s-img { aspect-ratio: 4/5; }
.story .s-body { padding: 26px; display: flex; flex-direction: column; flex: 1; }
.story .s-quote { font-size: 16px; line-height: 1.5; font-weight: 500; }
.story.feature .s-quote { font-size: 21px; font-family: var(--font-display); font-weight: 600; letter-spacing: -.02em; }
.story .s-meta { margin-top: auto; padding-top: 20px; display: flex; align-items: center; gap: 12px; }
.story .s-av { width: 42px; height: 42px; border-radius: 50%; flex: none; }
.story .s-name { font-weight: 700; font-size: 14px; }
.story .s-role { color: var(--muted); font-size: 12.5px; }
.story .s-metric { font-family: var(--font-display); font-weight: 800; font-size: 30px;
  background: var(--grad-text); -webkit-background-clip: text; background-clip: text; color: transparent; }
@media (max-width: 920px) {
  .stories-grid { grid-template-columns: 1fr; }
  .story.feature { grid-row: auto; }
}

/* ============================================================
   PRICING
   ============================================================ */
.pricing-toggle { display: inline-flex; align-items: center; gap: 12px; margin: 30px auto 0;
  justify-content: center; }
.pricing-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 14px; margin-top: 54px; align-items: start; }
.plan { padding: 26px 22px; display: flex; flex-direction: column; height: 100%; }
.plan.pop { border-color: rgba(139,92,246,.5); box-shadow: var(--glow-violet), var(--shadow);
  background: linear-gradient(180deg, rgba(124,58,237,.12), rgba(255,255,255,.02)); }
.plan .p-tag { position: absolute; top: 14px; right: 14px; font-size: 10px; font-weight: 800;
  text-transform: uppercase; letter-spacing: .08em; padding: 4px 10px; border-radius: 100px; background: var(--grad); color: #fff; }
.plan .p-name { font-family: var(--font-display); font-weight: 700; font-size: 19px; }
.plan .p-desc { color: var(--muted); font-size: 12.5px; margin-top: 6px; min-height: 34px; }
.plan .p-price { margin: 18px 0 4px; font-family: var(--font-display); font-weight: 800; font-size: 38px;
  letter-spacing: -.03em; }
.plan .p-price span { font-size: 14px; font-weight: 500; color: var(--muted); font-family: var(--font-body); }
.plan .p-cta { margin: 20px 0; }
.plan .p-feats { display: flex; flex-direction: column; gap: 10px; font-size: 13px; color: var(--ink-soft); }
.plan .p-feats .pf { display: flex; gap: 9px; align-items: flex-start; }
.plan .p-feats .pf svg { width: 15px; height: 15px; color: var(--violet); flex: none; margin-top: 2px; }
.plan .p-feats .pf.muted { color: var(--muted-2); }
.plan .p-feats .pf.muted svg { color: var(--muted-2); }
@media (max-width: 1080px) { .pricing-grid { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 560px) { .pricing-grid { grid-template-columns: 1fr; } }

/* ============================================================
   CTA + FOOTER
   ============================================================ */
.final-cta { position: relative; z-index: 2; padding: 40px 0 130px; }
.cta-box { position: relative; overflow: hidden; border-radius: var(--r-2xl); padding: 80px 60px;
  text-align: center; border: 1px solid var(--hairline-2);
  background: radial-gradient(120% 140% at 50% 0%, rgba(124,58,237,.4), rgba(37,99,235,.12) 50%, rgba(8,10,20,.6)); }
.cta-box h2 { max-width: 720px; margin: 0 auto; }
.cta-box .lead { max-width: 560px; margin: 22px auto 0; }
.cta-box .hero-cta { justify-content: center; }

.footer { position: relative; z-index: 2; border-top: 1px solid var(--hairline); padding: 80px 0 40px;
  background: var(--bg-1); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr 1fr; gap: 32px; }
.footer-brand .lead { margin-top: 18px; max-width: 280px; font-size: 14.5px; }
.footer-col h4 { font-family: var(--font-body); font-size: 13px; text-transform: uppercase; letter-spacing: .1em;
  color: var(--muted); font-weight: 700; margin-bottom: 16px; }
.footer-col a { display: block; color: var(--ink-soft); font-size: 14px; padding: 6px 0; transition: .2s; }
.footer-col a:hover { color: #fff; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; margin-top: 60px;
  padding-top: 30px; border-top: 1px solid var(--hairline); flex-wrap: wrap; gap: 16px; }
.footer-bottom .fb-meta { color: var(--muted); font-size: 13px; }
.socials { display: flex; gap: 10px; }
.socials a { width: 38px; height: 38px; border-radius: 10px; background: var(--surface);
  border: 1px solid var(--hairline); display: grid; place-items: center; color: var(--ink-soft); transition: .2s; }
.socials a:hover { background: var(--surface-2); color: #fff; transform: translateY(-2px); }
.socials a svg { width: 18px; height: 18px; }
@media (max-width: 920px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .footer-brand { grid-column: span 2; }
  .cta-box { padding: 56px 26px; }
}

/* badge row generic */
.pill-row { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 22px; }

/* glass stat row inside modules */
.stat-row { display: flex; gap: 28px; margin-top: 30px; flex-wrap: wrap; }
.stat-row .st .sv { font-family: var(--font-display); font-weight: 800; font-size: 30px; letter-spacing: -.03em; }
.stat-row .st .sl { color: var(--muted); font-size: 13px; }

/* progress bars */
.pbar { height: 7px; border-radius: 100px; background: rgba(255,255,255,.07); overflow: hidden; }
.pbar > span { display: block; height: 100%; border-radius: 100px; background: var(--grad); }

/* chat bubbles */
.chat { display: flex; flex-direction: column; gap: 12px; }
.bubble { max-width: 80%; padding: 12px 15px; border-radius: 16px; font-size: 13px; line-height: 1.45; }
.bubble.in { background: rgba(255,255,255,.05); border: 1px solid var(--hairline); align-self: flex-start;
  border-bottom-left-radius: 5px; }
.bubble.out { background: var(--grad); color: #fff; align-self: flex-end; border-bottom-right-radius: 5px; }
.bubble .b-t { font-size: 10.5px; opacity: .7; margin-bottom: 3px; font-weight: 600; }

/* wa style */
.wa { background: linear-gradient(180deg,#0b141a,#0a1014); }
.wa .wa-head { display: flex; align-items: center; gap: 11px; padding: 13px 16px; background: #1f2c34;
  border-bottom: 1px solid rgba(255,255,255,.06); }
.wa .wa-head .wa-av { width: 36px; height: 36px; border-radius: 50%; background: var(--grad); flex: none;
  display: grid; place-items: center; color: #fff; font-weight: 700; font-size: 13px; }
.wa .wa-body { padding: 18px 16px; display: flex; flex-direction: column; gap: 10px;
  background-image: radial-gradient(rgba(255,255,255,.025) 1px, transparent 1px); background-size: 18px 18px; }
.wa-msg { max-width: 78%; padding: 9px 12px; font-size: 12.5px; border-radius: 10px; line-height: 1.4; position: relative; }
.wa-msg.them { background: #1f2c34; align-self: flex-start; border-top-left-radius: 3px; }
.wa-msg.me { background: #056162; align-self: flex-end; border-top-right-radius: 3px; }
.wa-msg .t { font-size: 9.5px; opacity: .6; text-align: right; margin-top: 3px; }
