/* ============================================================
   STAFFMATCHLY — Premium Design System v3.0
   Fonts: Self-hosted (no external CDN required)
   ============================================================ */

/* ─── SELF-HOSTED FONTS ──────────────────────────────────── */

/* Bricolage Grotesque — Display Font */
@font-face {
  font-family: 'Bricolage Grotesque';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('/assets/fonts/bricolage-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Bricolage Grotesque';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('/assets/fonts/bricolage-normal.woff2') format('woff2');
}

/* Plus Jakarta Sans — Body Font */
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('/assets/fonts/jakarta-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('/assets/fonts/jakarta-normal.woff2') format('woff2');
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: italic;
  font-weight: 400 800;
  font-display: swap;
  src: url('/assets/fonts/jakarta-italic-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: italic;
  font-weight: 400 800;
  font-display: swap;
  src: url('/assets/fonts/jakarta-italic-normal.woff2') format('woff2');
}


/* ─── TOKENS ─────────────────────────────────────────────── */
:root {
  /* Brand */
  --ink: #020B1A;
  --ink-80: #071428;
  --navy: #0D1B3A;
  --navy-60: #152848;
  --blue-700: #1440A8;
  --blue-600: #1A56DB;
  --blue-500: #2D6EFB;
  --blue-400: #5C8FFC;
  --blue-100: #DBEAFE;
  --blue-50: #EFF6FF;
  --sky: #0EA5E9;
  --sky-lt: #38BDF8;
  --gold: #D97706;
  --gold-lt: #F59E0B;
  --gold-50: #FFFBEB;
  --teal: #0D9488;
  --green: #16A34A;
  --green-lt: #22C55E;
  --red: #DC2626;

  /* Surface */
  --white: #FFFFFF;
  --off: #F5F8FF;
  --surface: #EEF2F9;
  --ink-mist: rgba(255, 255, 255, 0.04);
  --border: #DDE5F0;
  --border-md: #C8D5E8;

  /* Text */
  --text: #0C1525;
  --text-2: #354D6A;
  --muted: #7991B0;
  --white-70: rgba(255, 255, 255, 0.70);
  --white-45: rgba(255, 255, 255, 0.45);
  --white-20: rgba(255, 255, 255, 0.20);
  --white-10: rgba(255, 255, 255, 0.10);
  --white-06: rgba(255, 255, 255, 0.06);

  /* Gradients */
  --g-hero: radial-gradient(ellipse 70% 80% at 15% 60%, rgba(26, 86, 219, 0.22) 0%, transparent 60%),
    radial-gradient(ellipse 50% 50% at 85% 15%, rgba(14, 165, 233, 0.14) 0%, transparent 55%),
    linear-gradient(165deg, #020B1A 0%, #081626 55%, #0D1E3C 100%);
  --g-blue: linear-gradient(135deg, #1440A8 0%, #2D6EFB 100%);
  --g-blue-r: linear-gradient(135deg, #2D6EFB 0%, #0EA5E9 100%);
  --g-gold: linear-gradient(135deg, #B45309 0%, #D97706 100%);
  --g-card: linear-gradient(160deg, rgba(26, 86, 219, 0.035) 0%, rgba(14, 165, 233, 0.035) 100%);
  --g-cta: linear-gradient(135deg, #1A56DB 0%, #0EA5E9 100%);
  --g-dark: linear-gradient(165deg, #061022 0%, #0D1B3A 100%);
  --g-ttext: linear-gradient(90deg, #2D6EFB, #38BDF8);

  /* Typography */
  --f-dis: 'Bricolage Grotesque', sans-serif;
  --f-body: 'Plus Jakarta Sans', sans-serif;

  /* Spacing */
  --s1: .25rem;
  --s2: .5rem;
  --s3: .75rem;
  --s4: 1rem;
  --s5: 1.25rem;
  --s6: 1.5rem;
  --s7: 1.75rem;
  --s8: 2rem;
  --s10: 2.5rem;
  --s12: 3rem;
  --s14: 3.5rem;
  --s16: 4rem;
  --s20: 5rem;
  --s24: 6rem;
  --s28: 7rem;
  --s32: 8rem;

  /* Radii */
  --r-xs: 4px;
  --r-sm: 8px;
  --r-md: 12px;
  --r-lg: 16px;
  --r-xl: 20px;
  --r-2xl: 28px;
  --r-3xl: 40px;
  --r-full: 9999px;

  /* Shadows */
  --sh-xs: 0 1px 2px rgba(0, 0, 0, .05);
  --sh-sm: 0 1px 3px rgba(0, 0, 0, .08), 0 1px 2px rgba(0, 0, 0, .05);
  --sh-md: 0 4px 8px rgba(0, 0, 0, .06), 0 2px 4px rgba(0, 0, 0, .04);
  --sh-lg: 0 10px 24px rgba(0, 0, 0, .08), 0 4px 8px rgba(0, 0, 0, .04);
  --sh-xl: 0 20px 40px rgba(0, 0, 0, .10), 0 8px 16px rgba(0, 0, 0, .05);
  --sh-2xl: 0 32px 64px rgba(0, 0, 0, .20);
  --sh-blue: 0 8px 24px rgba(26, 86, 219, .32);
  --sh-blue-lg: 0 16px 48px rgba(26, 86, 219, .30);
  --sh-gold: 0 8px 24px rgba(217, 119, 6, .35);
  --sh-gold-lg: 0 12px 36px rgba(217, 119, 6, .30);

  /* Transitions */
  --ease: cubic-bezier(.4, 0, .2, 1);
  --ease-out: cubic-bezier(0, 0, .2, 1);
  --ease-spring: cubic-bezier(.34, 1.56, .64, 1);
  --t1: 120ms var(--ease);
  --t2: 220ms var(--ease);
  --t3: 320ms var(--ease);
  --t4: 420ms var(--ease-out);

  --z-nav: 100;
  --z-modal: 200;
}

/* ─── RESET ──────────────────────────────────────────────── */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--f-body);
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

button {
  cursor: pointer;
  font-family: inherit;
  border: none;
  background: none;
}

input,
textarea,
select {
  font-family: inherit;
}

::selection {
  background: rgba(45, 110, 251, .15);
  color: var(--blue-600);
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: var(--surface);
}

::-webkit-scrollbar-thumb {
  background: var(--border-md);
  border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--muted);
}

/* ─── LAYOUT ─────────────────────────────────────────────── */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--s6);
}

.section {
  padding: var(--s24) 0;
}

.section-dark {
  background: var(--g-dark);
}

.section-off {
  background: var(--off);
}

/* ─── TYPOGRAPHY ─────────────────────────────────────────── */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--f-dis);
  font-weight: 700;
  line-height: 1.15;
  color: var(--text);
}

.t-white {
  color: var(--white);
}

.t-grad {
  background: var(--g-ttext);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Section label / eyebrow */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--s2);
  font-family: var(--f-body);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: var(--blue-600);
  margin-bottom: var(--s4);
}

.eyebrow-dark {
  color: var(--sky-lt);
}

.eyebrow-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  flex-shrink: 0;
}

.sec-title {
  font-size: clamp(1.75rem, 3.2vw, 2.6rem);
  font-weight: 800;
  letter-spacing: -.025em;
  line-height: 1.15;
  margin-bottom: var(--s4);
}

.sec-sub {
  font-size: 1.0625rem;
  color: var(--text-2);
  line-height: 1.75;
  max-width: 580px;
}

.sec-head {
  margin-bottom: var(--s14);
}

.sec-head-center {
  text-align: center;
}

.sec-head-center .sec-sub {
  margin-inline: auto;
}

/* ─── BUTTONS ────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: var(--s2);
  padding: 13px 26px;
  font-family: var(--f-body);
  font-size: .9375rem;
  font-weight: 700;
  border-radius: var(--r-full);
  border: 2px solid transparent;
  cursor: pointer;
  transition: all var(--t3);
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  letter-spacing: -.01em;
}

.btn svg {
  flex-shrink: 0;
}

.btn-lg {
  padding: 15px 32px;
  font-size: 1rem;
}

.btn-sm {
  padding: 9px 18px;
  font-size: 0.8125rem;
}

/* Login to My Account button */
.btn-login {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255,255,255,.85);
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--r-full);
  text-decoration: none;
  transition: background .2s, border-color .2s, color .2s;
  white-space: nowrap !important;
  word-break: keep-all;
  flex-shrink: 0;
  letter-spacing: .01em;
}
.btn-login:hover {
  background: rgba(255,255,255,.15);
  border-color: rgba(255,255,255,.35);
  color: #fff;
}
.nav-scrolled .btn-login {
  color: var(--text);
  background: rgba(0,0,0,.05);
  border-color: var(--border-md);
}
.nav-scrolled .btn-login:hover {
  background: rgba(0,0,0,.1);
  border-color: var(--blue-500);
  color: var(--blue-700);
}


.btn-xl {
  padding: 18px 40px;
  font-size: 1.0625rem;
}

/* Primary — Gold */
.btn-gold {
  background: var(--g-gold);
  color: var(--white);
  box-shadow: var(--sh-gold);
  border-color: transparent;
}

.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: var(--sh-gold-lg);
  filter: brightness(1.06);
}

.btn-gold:active {
  transform: translateY(0);
}

/* Primary — Blue */
.btn-blue {
  background: var(--g-blue);
  color: var(--white);
  box-shadow: var(--sh-blue);
}

.btn-blue:hover {
  transform: translateY(-2px);
  box-shadow: var(--sh-blue-lg);
  filter: brightness(1.05);
}

.btn-blue:active {
  transform: translateY(0);
}

/* Ghost on dark */
.btn-glass {
  background: var(--white-10);
  color: var(--white);
  border-color: var(--white-20);
  backdrop-filter: blur(8px);
}

.btn-glass:hover {
  background: var(--white-20);
  border-color: rgba(255, 255, 255, .4);
  transform: translateY(-2px);
}

/* Ghost on light */
.btn-outline {
  background: transparent;
  color: var(--blue-600);
  border-color: var(--border-md);
}

.btn-outline:hover {
  background: var(--blue-50);
  border-color: var(--blue-500);
}

/* White filled */
.btn-white {
  background: var(--white);
  color: var(--blue-700);
  border-color: var(--white);
  box-shadow: 0 4px 16px rgba(0, 0, 0, .15);
}

.btn-white:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .20);
}

/* ─── NAVBAR ─────────────────────────────────────────────── */
.mobile-menu {
  display: none;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: var(--z-nav);
  transition: all var(--t4);
}

.navbar .container {
  max-width: 1600px;
  padding: 0 3%;
}


.navbar-inner {
  display: flex;
  align-items: center;
  height: 76px;
  gap: 24px;
}

/* Transparent state – on dark hero */
.navbar.nav-transparent {
  background: linear-gradient(to bottom, rgba(2, 11, 26, .65) 0%, rgba(2, 11, 26, 0) 100%);
  backdrop-filter: blur(0);
}

/* Scrolled state */
.navbar.nav-scrolled {
  background: rgba(255, 255, 255, .97);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  box-shadow: 0 1px 0 var(--border), 0 4px 20px rgba(0, 0, 0, .06);
}

.navbar-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.navbar-logo img {
  height: 56px;
  width: auto;
  transition: filter var(--t3);
}

.navbar:not(.nav-scrolled) .navbar-logo img {
  filter: brightness(0) invert(1);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-link {
  display: inline-block;
  padding: 6px 12px;
  border-radius: var(--r-md);
  font-size: .85rem;
  font-weight: 600;
  white-space: nowrap !important;
  word-break: keep-all;
  flex-shrink: 0;
  transition: all var(--t1);
}

.navbar:not(.nav-scrolled) .nav-link {
  color: var(--white-70);
}

.navbar:not(.nav-scrolled) .nav-link:hover {
  color: var(--white);
  background: var(--white-10);
}

.navbar.nav-scrolled .nav-link {
  color: var(--text-2);
}

.navbar.nav-scrolled .nav-link:hover {
  color: var(--blue-600);
  background: var(--blue-50);
}

.navbar-right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  margin-left: auto;
}

.nav-phone {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: .8rem;
  font-weight: 700;
  white-space: nowrap;
  transition: color var(--t1);
}

.navbar:not(.nav-scrolled) .nav-phone {
  color: var(--white-70);
}

.navbar.nav-scrolled .nav-phone {
  color: var(--text);
}

.navbar.nav-scrolled .nav-phone:hover {
  color: var(--blue-600);
}

/* Hamburger */
.menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: var(--r-md);
  transition: background var(--t1);
  cursor: pointer;
}

.menu-toggle:hover {
  background: var(--white-10);
}

.navbar.nav-scrolled .menu-toggle:hover {
  background: var(--surface);
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 2px;
  transition: all var(--t3);
}

.navbar:not(.nav-scrolled) .menu-toggle span {
  background: rgba(255, 255, 255, .85);
}

.navbar.nav-scrolled .menu-toggle span {
  background: var(--text);
}

.menu-toggle.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle.active span:nth-child(2) {
  opacity: 0;
  width: 0;
}

.menu-toggle.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 768px) {
  .menu-toggle {
    display: flex;
  }

  .nav-links,
  .nav-phone {
    display: none;
  }

  .mobile-menu {
    position: fixed;
    inset: 0;
    background: var(--white);
    z-index: calc(var(--z-nav) - 1);
    padding: 88px var(--s6) var(--s8);
    overflow-y: auto;
    transform: translateX(105%);
    transition: transform var(--t4);
  }

  .mobile-menu.open {
    display: block;
    transform: translateX(0);
  }

  .mobile-nav-links {
    display: flex;
    flex-direction: column;
    border-top: 1px solid var(--border);
    margin-bottom: var(--s8);
  }

  .mobile-nav-link {
    display: block;
    padding: var(--s4) var(--s2);
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--text);
    border-bottom: 1px solid var(--border);
    transition: color var(--t1), padding-left var(--t3);
  }

  .mobile-nav-link:hover {
    color: var(--blue-600);
    padding-left: var(--s4);
  }

  .mobile-cta {
    display: flex;
    flex-direction: column;
    gap: var(--s3);
  }

  .mobile-cta .btn {
    justify-content: center;
  }
}

/* ─── HERO ───────────────────────────────────────────────── */
.hero {
  min-height: 100svh;
  background: var(--g-hero);
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 76px;
  overflow: hidden;
}

/* Decorative elements */
.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  pointer-events: none;
}

.hero-glow-1 {
  width: 700px;
  height: 700px;
  background: rgba(26, 86, 219, .18);
  top: -150px;
  left: -100px;
  animation: glow1 16s ease-in-out infinite;
}

.hero-glow-2 {
  width: 500px;
  height: 500px;
  background: rgba(14, 165, 233, .12);
  bottom: -100px;
  right: -80px;
  animation: glow2 20s ease-in-out infinite;
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 72px 72px;
  pointer-events: none;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 30%, transparent 80%);
}

/* Layout */
.hero-layout {
  position: relative;
  z-index: 2;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: var(--s12);
  align-items: center;
  padding: var(--s20) 0;
  width: 100%;
  box-sizing: border-box;
}

.hero-left {
  max-width: 580px;
  min-width: 0;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: var(--s2);
  background: rgba(26, 86, 219, .2);
  border: 1px solid rgba(45, 110, 251, .4);
  border-radius: var(--r-full);
  padding: 6px 16px;
  font-size: .8125rem;
  font-weight: 700;
  color: var(--sky-lt);
  letter-spacing: .03em;
  margin-bottom: var(--s6);
}

.hero-badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green-lt);
  animation: pulseDot 2.4s ease-in-out infinite;
}

.hero-badge-sep {
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, .2);
}

.hero h1 {
  font-family: var(--f-dis);
  font-size: clamp(2rem, 3.8vw, 3.6rem);
  font-weight: 800;
  color: var(--white);
  line-height: 1.1;
  letter-spacing: -.03em;
  margin-bottom: var(--s5);
}

.hero h1 .text-accent {
  background: linear-gradient(90deg, #60A5FA, #38BDF8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-desc {
  font-size: 1.0625rem;
  color: var(--white-70);
  line-height: 1.75;
  margin-bottom: var(--s8);
  max-width: 480px;
}

.hero-cta-row {
  display: flex;
  gap: var(--s3);
  flex-wrap: wrap;
  margin-bottom: var(--s10);
}

.hero-trust {
  display: flex;
  align-items: center;
  gap: var(--s6);
  flex-wrap: wrap;
}

.hero-trust-item {
  display: flex;
  align-items: center;
  gap: var(--s2);
  font-size: .8125rem;
  font-weight: 600;
  color: var(--white-45);
}

.hero-trust-check {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(22, 197, 78, .2);
  border: 1.5px solid rgba(22, 197, 78, .5);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Hero right – dashboard visual */
.hero-right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 480px;
}

.hero-dashboard {
  position: relative;
  width: 100%;
  max-width: 400px;
}

.dash-card {
  background: rgba(255, 255, 255, .07);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--r-xl);
  color: var(--white);
  will-change: transform;
}

.dash-main {
  padding: var(--s5) var(--s6);
  animation: floatCard 8s ease-in-out infinite;
  width: 100%;
}

.dash-stat-a {
  position: absolute;
  bottom: 30px;
  left: -30px;
  width: 180px;
  padding: var(--s4) var(--s5);
  animation: floatCard 7s ease-in-out infinite 1s;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .3);
}

.dash-stat-b {
  position: absolute;
  top: 20px;
  right: -20px;
  width: 165px;
  padding: var(--s4) var(--s5);
  animation: floatCard 9s ease-in-out infinite 2s;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .3);
}

.dash-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: var(--s4);
  padding-bottom: var(--s3);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.dash-title {
  font-size: .7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--white-45);
}

.dash-badge {
  font-size: .65rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: var(--r-full);
  background: rgba(22, 163, 74, .25);
  border: 1px solid rgba(22, 163, 74, .4);
  color: #4ADE80;
}

.dash-candidate {
  display: flex;
  align-items: center;
  gap: var(--s3);
  padding: var(--s3) 0;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.dash-candidate:last-child {
  border-bottom: none;
}

.dash-av {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .75rem;
  font-weight: 800;
  color: var(--white);
  flex-shrink: 0;
}

.dash-info {
  flex: 1;
}

.dash-name {
  font-size: .8125rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1.2;
}

.dash-role {
  font-size: .7rem;
  color: var(--white-45);
}

.dash-check {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(22, 163, 74, .2);
  border: 1.5px solid rgba(22, 163, 74, .45);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.dash-stat-num {
  font-family: var(--f-dis);
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--white);
  line-height: 1;
}

.dash-stat-lbl {
  font-size: .68rem;
  color: var(--white-45);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-top: 2px;
}

.dash-stat-delta {
  font-size: .7rem;
  font-weight: 700;
  color: #4ADE80;
  background: rgba(22, 163, 74, .15);
  padding: 2px 6px;
  border-radius: var(--r-full);
  display: inline-block;
  margin-top: var(--s1);
}

/* ─── CLIENTS BAR ────────────────────────────────────────── */
.clients-bar {
  background: var(--off);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: var(--s7) 0;
}

.clients-bar-inner {
  display: flex;
  align-items: center;
  gap: var(--s10);
  flex-wrap: wrap;
  justify-content: center;
}

.clients-bar-label {
  font-size: .7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--muted);
  white-space: nowrap;
}

.client-chip {
  display: flex;
  align-items: center;
  gap: var(--s3);
  color: var(--muted);
  font-size: .875rem;
  font-weight: 700;
  transition: color var(--t2);
}

.client-chip:hover {
  color: var(--text-2);
}

.client-ico {
  width: 32px;
  height: 32px;
  border-radius: var(--r-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* ─── HOW IT WORKS ───────────────────────────────────────── */
.hiw-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--s5);
  position: relative;
}

.hiw-connector {
  position: absolute;
  top: 36px;
  left: 12.5%;
  right: 12.5%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--blue-600), var(--sky), transparent);
  opacity: .2;
}

.hiw-step {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--r-xl);
  padding: var(--s8) var(--s6);
  text-align: center;
  position: relative;
  z-index: 1;
  transition: all var(--t3);
  box-shadow: var(--sh-sm);
}

.hiw-step:hover {
  border-color: var(--blue-400);
  box-shadow: var(--sh-lg), 0 0 0 4px rgba(26, 86, 219, .06);
  transform: translateY(-6px);
}

.hiw-num-wrap {
  width: 58px;
  height: 58px;
  margin: 0 auto var(--s5);
  border-radius: 50%;
  background: var(--g-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--sh-blue);
  position: relative;
}

.hiw-num {
  font-family: var(--f-dis);
  font-size: 1.375rem;
  font-weight: 800;
  color: var(--white);
  line-height: 1;
}

.hiw-step h3 {
  font-size: 1rem;
  font-weight: 800;
  color: var(--text);
  margin-bottom: var(--s2);
}

.hiw-step p {
  font-size: .875rem;
  color: var(--text-2);
  line-height: 1.65;
}

/* ─── SERVICES ───────────────────────────────────────────── */
.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--s5);
}

.svc-card {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--r-2xl);
  padding: var(--s10);
  transition: all var(--t3);
  position: relative;
  overflow: hidden;
}

.svc-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--g-blue-r);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--t3);
}

.svc-card:hover {
  border-color: var(--blue-400);
  box-shadow: var(--sh-xl);
  transform: translateY(-4px);
}

.svc-card:hover::after {
  transform: scaleX(1);
}

.svc-icon {
  width: 60px;
  height: 60px;
  border-radius: var(--r-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--s6);
}

.svc-cat {
  display: inline-block;
  font-size: .7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  padding: 3px 10px;
  border-radius: var(--r-full);
  margin-bottom: var(--s3);
}

.svc-card h3 {
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: var(--s3);
}

.svc-card p {
  font-size: .9375rem;
  color: var(--text-2);
  line-height: 1.7;
  margin-bottom: var(--s6);
}

.svc-list {
  display: flex;
  flex-direction: column;
  gap: var(--s2);
  border-top: 1px solid var(--border);
  padding-top: var(--s5);
}

.svc-item {
  display: flex;
  align-items: center;
  gap: var(--s3);
  font-size: .875rem;
  font-weight: 600;
  color: var(--text-2);
}

.svc-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
}

/* ─── WHY US ─────────────────────────────────────────────── */
.why-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--s16);
  align-items: center;
}

.why-left {
  background: var(--g-dark);
  border-radius: var(--r-3xl);
  padding: var(--s10);
  position: relative;
  overflow: hidden;
}

.why-left::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -80px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(26, 86, 219, .3), transparent 70%);
}

.why-left::after {
  content: '';
  position: absolute;
  bottom: -60px;
  left: -60px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(14, 165, 233, .2), transparent 70%);
}

.why-inner {
  position: relative;
  z-index: 1;
}

.why-dark-title {
  font-family: var(--f-dis);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 800;
  color: var(--white);
  line-height: 1.2;
  letter-spacing: -.02em;
  margin-bottom: var(--s4);
}

.why-dark-sub {
  font-size: .9375rem;
  color: var(--white-70);
  line-height: 1.7;
  margin-bottom: var(--s8);
}

.why-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s3);
}

.why-stat {
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--r-lg);
  padding: var(--s5) var(--s4);
  text-align: center;
  backdrop-filter: blur(8px);
}

.why-stat-n {
  font-family: var(--f-dis);
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--white);
  line-height: 1;
}

.why-stat-l {
  font-size: .65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--white-45);
  margin-top: 3px;
}

.why-right .sec-head {
  margin-bottom: var(--s8);
}

.reasons {
  display: flex;
  flex-direction: column;
  gap: var(--s4);
}

.reason-card {
  display: flex;
  align-items: flex-start;
  gap: var(--s4);
  padding: var(--s5) var(--s6);
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--r-xl);
  transition: all var(--t3);
  cursor: default;
}

.reason-card:hover {
  border-color: var(--blue-400);
  box-shadow: var(--sh-md);
  transform: translateX(6px);
}

.reason-ico {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: var(--r-md);
  background: var(--blue-50);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue-600);
  transition: all var(--t3);
}

.reason-card:hover .reason-ico {
  background: var(--g-blue);
  color: var(--white);
}

.reason-title {
  font-size: .9375rem;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 3px;
}

.reason-desc {
  font-size: .84rem;
  color: var(--text-2);
  line-height: 1.6;
}

/* ─── INDUSTRIES ─────────────────────────────────────────── */
.ind-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s5);
}

.ind-card {
  border-radius: var(--r-2xl);
  padding: var(--s10) var(--s8);
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  cursor: default;
  transition: transform var(--t3);
}

.ind-card:hover {
  transform: translateY(-6px);
}

.ind-bg {
  position: absolute;
  inset: 0;
  transition: transform var(--t4);
}

.ind-card:hover .ind-bg {
  transform: scale(1.04);
}

.ind-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 11, 26, .1) 0%, rgba(2, 11, 26, .8) 100%);
}

.ind-card.ins .ind-bg {
  background: linear-gradient(145deg, #1440A8, #0EA5E9);
}

.ind-card.leg .ind-bg {
  background: linear-gradient(145deg, #4C1D95, #1A56DB);
}

.ind-card.hlt .ind-bg {
  background: linear-gradient(145deg, #065F46, #0D9488);
}

.ind-card::before {
  content: '';
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .1);
  top: -60px;
  right: -60px;
  z-index: 1;
}

.ind-content {
  position: relative;
  z-index: 2;
  color: var(--white);
}

.ind-icon {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, .15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: var(--r-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--s5);
}

.ind-title {
  font-family: var(--f-dis);
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -.02em;
  margin-bottom: var(--s2);
}

.ind-desc {
  font-size: .875rem;
  color: rgba(255, 255, 255, .75);
  line-height: 1.65;
}

/* ─── CTA BAND ───────────────────────────────────────────── */
.cta-section {
  background: var(--g-blue);
  padding: var(--s20) 0;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .08);
  top: -280px;
  right: -140px;
}

.cta-section::after {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(14, 165, 233, .2);
  filter: blur(80px);
  bottom: -80px;
  left: -40px;
}

.cta-inner {
  text-align: center;
  position: relative;
  z-index: 1;
}

.cta-inner h2 {
  font-family: var(--f-dis);
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 800;
  color: var(--white);
  letter-spacing: -.025em;
  margin-bottom: var(--s5);
}

.cta-inner p {
  font-size: 1.0625rem;
  color: var(--white-70);
  max-width: 520px;
  margin: 0 auto var(--s8);
  line-height: 1.7;
}

.cta-btns {
  display: flex;
  gap: var(--s4);
  justify-content: center;
  flex-wrap: wrap;
}

/* ─── TESTIMONIALS ───────────────────────────────────────── */
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s5);
}

.testi-card {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--r-xl);
  padding: var(--s8);
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all var(--t3);
}

.testi-card:hover {
  box-shadow: var(--sh-lg);
  transform: translateY(-4px);
  border-color: var(--blue-400);
}

.testi-card::before {
  content: '\201C';
  position: absolute;
  top: var(--s5);
  right: var(--s6);
  font-size: 5rem;
  font-family: Georgia, serif;
  color: var(--blue-50);
  line-height: 1;
  pointer-events: none;
}

.testi-stars {
  display: flex;
  gap: 2px;
  margin-bottom: var(--s5);
}

.testi-star {
  color: #FBBF24;
}

.testi-text {
  font-size: .9375rem;
  color: var(--text-2);
  line-height: 1.75;
  flex: 1;
  margin-bottom: var(--s6);
  font-style: italic;
}

.testi-author {
  display: flex;
  align-items: center;
  gap: var(--s3);
  border-top: 1px solid var(--border);
  padding-top: var(--s5);
}

.testi-av {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: .875rem;
  color: var(--white);
  flex-shrink: 0;
  font-family: var(--f-dis);
}

.testi-name {
  font-weight: 800;
  font-size: .9375rem;
  color: var(--text);
}

.testi-role {
  font-size: .775rem;
  color: var(--muted);
  margin-top: 1px;
  font-weight: 600;
}

/* ─── CONTACT ────────────────────────────────────────────── */
.contact-split {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: var(--s16);
  align-items: start;
}

.contact-info h2 {
  margin-bottom: var(--s5);
}

.contact-lead {
  font-size: 1.0625rem;
  color: var(--text-2);
  line-height: 1.75;
  margin-bottom: var(--s10);
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: var(--s5);
}

.c-item {
  display: flex;
  align-items: flex-start;
  gap: var(--s4);
}

.c-ico {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: var(--r-md);
  background: var(--blue-50);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blue-600);
}

.c-lbl {
  font-size: .7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--muted);
  margin-bottom: 3px;
}

.c-val {
  font-size: .9375rem;
  font-weight: 700;
  color: var(--text);
}

.c-val a:hover {
  color: var(--blue-600);
}

.contact-cta-wrap {
  margin-top: var(--s8);
  display: flex;
  flex-direction: column;
  gap: var(--s3);
}

/* ─── FORM ───────────────────────────────────────────────── */
.form-box {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--r-2xl);
  padding: var(--s10) var(--s10) var(--s8);
  box-shadow: var(--sh-xl);
}

.form-box-head {
  margin-bottom: var(--s8);
}

.form-box-head h3 {
  font-size: 1.375rem;
  font-weight: 800;
  margin-bottom: 4px;
}

.form-box-head p {
  font-size: .875rem;
  color: var(--muted);
}

.form-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--s4);
}

.f-grp {
  margin-bottom: var(--s5);
}

.f-lbl {
  display: block;
  font-size: .8125rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: var(--s2);
}

.f-inp {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid var(--border-md);
  border-radius: var(--r-md);
  font-size: .9375rem;
  color: var(--text);
  background: var(--off);
  transition: all var(--t2);
  outline: none;
  appearance: none;
}

.f-inp:focus {
  border-color: var(--blue-600);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(26, 86, 219, .1);
}

.f-inp::placeholder {
  color: var(--muted);
}

/* Consent */
.consent-box {
  background: var(--off);
  border: 1.5px solid var(--border);
  border-radius: var(--r-md);
  padding: var(--s4) var(--s5);
  margin-bottom: var(--s5);
}

.consent-lbl {
  display: flex;
  align-items: flex-start;
  gap: var(--s3);
  cursor: pointer;
}

.consent-chk {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: var(--blue-600);
  cursor: pointer;
}

.consent-txt {
  font-size: .76rem;
  color: var(--muted);
  line-height: 1.65;
}

.consent-txt strong {
  color: var(--text-2);
}

.consent-txt a {
  color: var(--blue-600);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.consent-txt a:hover {
  color: var(--blue-700);
}

.f-submit-btn {
  width: 100%;
  justify-content: center;
  padding: 15px;
  font-size: 1rem;
  border-radius: var(--r-md);
}

.f-note-txt {
  text-align: center;
  font-size: .74rem;
  color: var(--muted);
  margin-top: var(--s3);
}

.flash {
  display: none;
  padding: var(--s4);
  border-radius: var(--r-md);
  font-size: .875rem;
  font-weight: 700;
  margin-bottom: var(--s5);
}

.flash-ok {
  background: rgba(22, 163, 74, .08);
  color: var(--green);
  border: 1.5px solid rgba(22, 163, 74, .25);
}

.flash-err {
  background: rgba(220, 38, 38, .08);
  color: var(--red);
  border: 1.5px solid rgba(220, 38, 38, .25);
}

/* ─── DEMO MODAL ─────────────────────────────────────────── */
.modal-wrap {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(2, 11, 26, .75);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: var(--z-modal);
  align-items: center;
  justify-content: center;
  padding: var(--s5);
  overflow-y: auto;
}

.modal-wrap.open {
  display: flex;
}

.modal-panel {
  background: var(--white);
  border-radius: var(--r-3xl);
  width: 100%;
  max-width: 960px;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  position: relative;
  overflow: hidden;
  animation: scaleIn .35s var(--ease-spring);
  box-shadow: var(--sh-2xl);
}

.modal-close-btn {
  position: absolute;
  top: var(--s5);
  right: var(--s5);
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, .15);
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--white);
  transition: all var(--t2);
  z-index: 10;
}

.modal-close-btn:hover {
  background: rgba(255, 255, 255, .25);
}

.modal-left {
  background: var(--g-dark);
  padding: var(--s10) var(--s8);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.modal-left::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -80px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(26, 86, 219, .35), transparent 70%);
}

.modal-left::after {
  content: '';
  position: absolute;
  bottom: -60px;
  left: -60px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(14, 165, 233, .2), transparent 70%);
}

.modal-left-inner {
  position: relative;
  z-index: 1;
}

.modal-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--s2);
  background: rgba(26, 86, 219, .25);
  border: 1px solid rgba(45, 110, 251, .4);
  border-radius: var(--r-full);
  padding: 5px 14px;
  font-size: .75rem;
  font-weight: 700;
  color: var(--sky-lt);
  margin-bottom: var(--s5);
}

.modal-title {
  font-family: var(--f-dis);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 800;
  color: var(--white);
  line-height: 1.2;
  letter-spacing: -.025em;
  margin-bottom: var(--s5);
}

.modal-benefits {
  display: flex;
  flex-direction: column;
  gap: var(--s3);
  margin-bottom: var(--s8);
}

.modal-benefit {
  display: flex;
  align-items: flex-start;
  gap: var(--s3);
}

.modal-benefit-ico {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(22, 163, 74, .2);
  border: 1.5px solid rgba(22, 163, 74, .45);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.modal-benefit p {
  font-size: .875rem;
  color: var(--white-70);
  line-height: 1.5;
}

.modal-proof {
  display: flex;
  gap: var(--s5);
  flex-wrap: wrap;
}

.modal-proof-item {
  text-align: center;
}

.modal-proof-num {
  font-family: var(--f-dis);
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--white);
  line-height: 1;
}

.modal-proof-lbl {
  font-size: .68rem;
  color: var(--white-45);
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 700;
}

.modal-right {
  padding: var(--s10) var(--s8);
  overflow-y: auto;
  max-height: 90vh;
}

.modal-right-head {
  margin-bottom: var(--s6);
}

.modal-right-head h3 {
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 4px;
}

.modal-right-head p {
  font-size: .875rem;
  color: var(--muted);
}

/* ─── FOOTER ─────────────────────────────────────────────── */
.footer {
  background: var(--ink);
  color: var(--white-45);
}

.footer-main {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1fr;
  gap: var(--s12);
  padding: var(--s20) 0 var(--s16);
  border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.footer-logo-pill {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--r-lg);
  padding: var(--s3) var(--s4);
  margin-bottom: var(--s5);
  width: fit-content;
}

.footer-logo-pill img {
  height: 52px;
  width: auto;
}

.footer-brand-desc {
  font-size: .875rem;
  color: var(--white-45);
  line-height: 1.75;
  max-width: 280px;
  margin-bottom: var(--s6);
}

.footer-contacts {
  display: flex;
  flex-direction: column;
  gap: var(--s3);
}

.footer-ci {
  display: flex;
  align-items: flex-start;
  gap: var(--s3);
  font-size: .8125rem;
  color: var(--white-45);
}

.footer-ci svg {
  color: var(--sky-lt);
  flex-shrink: 0;
  margin-top: 2px;
}

.footer-ci a:hover {
  color: var(--sky-lt);
}

.footer-col-title {
  font-size: .68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: rgba(255, 255, 255, .85);
  margin-bottom: var(--s5);
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: var(--s3);
}

.footer-link {
  font-size: .875rem;
  color: var(--white-45);
  transition: color var(--t2);
}

.footer-link:hover {
  color: var(--sky-lt);
}

.footer-cta-col p {
  font-size: .8125rem;
  color: var(--white-45);
  margin-bottom: var(--s5);
  line-height: 1.65;
}

.footer-cta-col .btn {
  width: 100%;
  justify-content: center;
  margin-bottom: var(--s3);
  border-radius: var(--r-md);
}

.footer-disclaimer {
  border-top: 1px solid rgba(255, 255, 255, .06);
  padding: var(--s5) 0;
}

.footer-disclaimer p {
  font-size: .74rem;
  color: rgba(255, 255, 255, .28);
  line-height: 1.7;
  max-width: 860px;
}

.footer-disclaimer strong {
  color: rgba(255, 255, 255, .4);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--s5) 0;
  flex-wrap: wrap;
  gap: var(--s4);
}

.footer-copy {
  font-size: .8125rem;
  color: rgba(255, 255, 255, .30);
}

.footer-legal {
  display: flex;
  gap: var(--s6);
}

.footer-legal a {
  font-size: .8125rem;
  color: rgba(255, 255, 255, .30);
  transition: color var(--t2);
}

.footer-legal a:hover {
  color: rgba(255, 255, 255, .7);
}

/* ─── BACK TO TOP ────────────────────────────────────────── */
.btt {
  position: fixed;
  bottom: var(--s8);
  right: var(--s6);
  width: 44px;
  height: 44px;
  background: var(--g-blue);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--sh-blue);
  cursor: pointer;
  border: none;
  opacity: 0;
  visibility: hidden;
  transition: all var(--t3);
  z-index: 50;
}

.btt.show {
  opacity: 1;
  visibility: visible;
}

.btt:hover {
  transform: translateY(-3px);
  box-shadow: var(--sh-blue-lg);
}

/* ─── SERVICE TITLE LINK ─────────────────────────────────── */
.svc-title-link {
  color: inherit;
  text-decoration: none;
  background: linear-gradient(0deg, rgba(26, 86, 219, .12) 0%, transparent 0%) no-repeat bottom;
  background-size: 0% 2px;
  padding-bottom: 2px;
  transition: background-size var(--t3), color var(--t2);
}

.svc-title-link:hover {
  color: var(--blue-600);
  background-size: 100% 2px;
}

/* ─── PRICING PAGE ───────────────────────────────────────── */
.plans-intro {
  background: var(--blue-50);
  border: 1.5px solid var(--blue-100);
  border-radius: var(--r-xl);
  padding: var(--s6) var(--s8);
  text-align: center;
  margin-bottom: var(--s4);
}

.plans-intro p {
  font-size: 1.0625rem;
  color: var(--text-2);
  line-height: 1.75;
  max-width: 720px;
  margin: 0 auto;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--s5);
}

.price-card {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--r-xl);
  padding: var(--s7);
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all var(--t3);
  box-shadow: var(--sh-sm);
}

.price-card:hover {
  border-color: var(--blue-400);
  box-shadow: var(--sh-xl);
  transform: translateY(-6px);
}

.price-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--g-blue-r);
  border-radius: 0 0 var(--r-xl) var(--r-xl);
  transform: scaleX(0);
  transition: transform var(--t3);
}

.price-card:hover::after {
  transform: scaleX(1);
}

/* Featured card */
.price-card-featured {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(217, 119, 6, .1), var(--sh-md);
  background: linear-gradient(160deg, #FFFDF5 0%, var(--white) 60%);
}

.price-card-featured::after {
  background: var(--g-gold);
}

.price-card-featured:hover {
  border-color: var(--gold);
  box-shadow: var(--sh-gold-lg), 0 0 0 3px rgba(217, 119, 6, .15);
}

/* Enterprise card */
.price-card-enterprise {
  background: var(--g-dark);
  border-color: rgba(255, 255, 255, .1);
}

.price-card-enterprise:hover {
  border-color: var(--blue-400);
  box-shadow: var(--sh-blue-lg);
}

.price-card-enterprise::after {
  background: linear-gradient(90deg, #2D6EFB, #38BDF8);
}

.price-badge-wrap {
  margin-bottom: var(--s3);
}

.price-badge {
  display: inline-block;
  background: var(--g-gold);
  color: var(--white);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: var(--r-full);
}

.price-header {
  margin-bottom: var(--s5);
}

.price-name {
  display: block;
  font-family: var(--f-dis);
  font-size: 1rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: var(--s3);
  line-height: 1.3;
}

.price-name-accent {
  font-weight: 800;
}

.price-card-enterprise .price-name {
  color: var(--white);
}

.price-amount-wrap {
  display: flex;
  align-items: baseline;
  gap: 2px;
  margin-bottom: var(--s3);
}

.price-dollar {
  font-family: var(--f-dis);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text-2);
  line-height: 1;
}

.price-num {
  font-family: var(--f-dis);
  font-size: 2.25rem;
  font-weight: 800;
  color: var(--text);
  letter-spacing: -.03em;
  line-height: 1;
}

.price-period {
  font-size: .8125rem;
  font-weight: 600;
  color: var(--muted);
}

.price-desc {
  font-size: .84rem;
  color: var(--text-2);
  line-height: 1.6;
}

.price-list {
  display: flex;
  flex-direction: column;
  gap: var(--s3);
  flex: 1;
  margin-bottom: var(--s6);
  padding-top: var(--s5);
  border-top: 1px solid var(--border);
}

.price-item {
  display: flex;
  align-items: flex-start;
  gap: var(--s3);
  font-size: .875rem;
  font-weight: 600;
  color: var(--text-2);
  line-height: 1.5;
}

.price-item svg {
  flex-shrink: 0;
  margin-top: 3px;
}

.price-item-dark {
  color: var(--white-70);
}

.price-btn {
  width: 100%;
  justify-content: center;
  border-radius: var(--r-md);
  font-weight: 800;
}

/* Why plans grid */
.why-plans-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--s4);
  margin-top: var(--s8);
}

.why-plan-item {
  display: flex;
  align-items: center;
  gap: var(--s4);
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--r-lg);
  padding: var(--s5) var(--s6);
  font-size: .9375rem;
  font-weight: 700;
  color: var(--text);
  transition: all var(--t3);
}

.why-plan-item:hover {
  border-color: var(--blue-400);
  box-shadow: var(--sh-md);
}

.why-plan-ico {
  width: 36px;
  height: 36px;
  min-width: 36px;
  border-radius: 50%;
  background: rgba(22, 163, 74, .1);
  border: 1.5px solid rgba(22, 163, 74, .3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green);
}

@media (max-width: 1100px) {
  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .why-plans-grid {
    grid-template-columns: 1fr;
  }
}

/* ─── SUBPAGES ───────────────────────────────────────────── */
.page-hero {
  background: var(--g-dark);
  padding: 140px 0 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-hero::before {
  content: '';
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 400px;
  background: radial-gradient(ellipse, rgba(26, 86, 219, .25), transparent 70%);
}

.page-hero h1 {
  color: var(--white);
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: var(--s4);
  position: relative;
}

.page-hero p {
  color: var(--white-70);
  font-size: 1.0625rem;
  max-width: 580px;
  margin: 0 auto;
  position: relative;
}

.prose {
  max-width: 760px;
}

.prose h2 {
  font-size: 1.5rem;
  font-weight: 800;
  margin: var(--s10) 0 var(--s4);
  color: var(--text);
}

.prose h3 {
  font-size: 1.15rem;
  font-weight: 800;
  margin: var(--s8) 0 var(--s3);
  color: var(--text);
}

.prose p {
  color: var(--text-2);
  line-height: 1.8;
  margin-bottom: var(--s5);
}

.prose ul {
  margin: 0 0 var(--s5) var(--s6);
}

.prose ul li {
  color: var(--text-2);
  line-height: 1.8;
  margin-bottom: var(--s2);
  list-style: disc;
}

.prose a {
  color: var(--blue-600);
  text-decoration: underline;
}

/* ─── HERO V3 — FULL SCATTERED NETWORK ──────────────────── */
.hero-v3 {
  background: var(--ink);
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Background glows */
.hv3-glow { position:absolute; border-radius:50%; filter:blur(120px); pointer-events:none; }
.hv3-glow-1 { width:650px;height:650px;top:-220px;left:-180px; background:radial-gradient(circle,rgba(26,86,219,.3) 0%,transparent 70%); }
.hv3-glow-2 { width:550px;height:550px;bottom:-180px;right:-140px; background:radial-gradient(circle,rgba(45,110,251,.24) 0%,transparent 70%); }
.hv3-glow-3 { width:400px;height:400px;top:35%;left:48%;transform:translateX(-50%); background:radial-gradient(circle,rgba(217,119,6,.09) 0%,transparent 70%); }

/* Dot grid */
.hv3-dots { position:absolute;inset:0;background-image:radial-gradient(circle,rgba(255,255,255,.04) 1px,transparent 1px);background-size:36px 36px;pointer-events:none; }

/* SVG overlay */
.hv3-svg { position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:1; }

/* ── Animated flow lines ── */
@keyframes flowDash { to { stroke-dashoffset: -216; } }
@keyframes flowDashR { to { stroke-dashoffset: 400; } }
@keyframes flowDashC { to { stroke-dashoffset: -400; } }
.hv3-flow-a { animation: flowDash 4s linear infinite; }
.hv3-flow-b { animation: flowDashC 6s linear infinite; }
.hv3-flow-c { animation: flowDashR 4.5s linear infinite; }
.hv3-flow-d { animation: flowDash 3.5s linear infinite 0.8s; }
.hv3-flow-e { animation: flowDashR 5s linear infinite 1.2s; }

/* ── Scattered person nodes ── */
.hv3-node {
  position: absolute;
  overflow: hidden;
  z-index: 2;
  box-shadow: 0 0 0 2px rgba(255,255,255,.08), 0 16px 48px rgba(0,0,0,.55);
  transition: transform .4s ease, box-shadow .4s ease;
  animation: floatCard 9s ease-in-out infinite;
  /* Top-edge fade: dissolves into the header area */
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,.5) 18%, black 38%);
  mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,.5) 18%, black 38%);
}
.hv3-node:nth-child(3)  { animation-delay: 0s;    animation-duration: 8s; }
.hv3-node:nth-child(4)  { animation-delay: 1.2s;  animation-duration: 10s; }
.hv3-node:nth-child(5)  { animation-delay: 2.4s;  animation-duration: 7s; }
.hv3-node:nth-child(6)  { animation-delay: 0.6s;  animation-duration: 9s; }
.hv3-node:nth-child(7)  { animation-delay: 3.1s;  animation-duration: 11s; }
.hv3-node:nth-child(8)  { animation-delay: 1.8s;  animation-duration: 8.5s; }
.hv3-node:nth-child(9)  { animation-delay: 0.3s;  animation-duration: 12s; }
.hv3-node:nth-child(10) { animation-delay: 2.7s;  animation-duration: 9.5s; }
.hv3-node:nth-child(11) { animation-delay: 1.5s;  animation-duration: 7.5s; }
.hv3-node:nth-child(12) { animation-delay: 3.8s;  animation-duration: 10.5s; }
.hv3-node:hover { transform: scale(1.06) translateY(-4px); box-shadow: 0 0 0 3px rgba(255,255,255,.2), 0 24px 64px rgba(0,0,0,.7); }
.hv3-node img { width:100%;height:100%;object-fit:cover;object-position:top center;display:block; }

/* Sizes */
.sz-lg  { width:170px;height:170px; }
.sz-md  { width:130px;height:130px; }
.sz-sm  { width:95px; height:95px;  }
.sz-xs  { width:66px; height:66px;  }

/* Shapes (clip-path / border-radius) */
.shape-circle  { border-radius:50%; }
.shape-hex     { clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%); }
.shape-square  { border-radius:16%; }
.shape-diamond { clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%); }
.shape-penta   { clip-path:polygon(50% 0%,100% 38%,82% 100%,18% 100%,0% 38%); }

/* ── Centered content overlay ── */
.hv3-center-abs {
  position: relative;
  z-index: 5;
  text-align: center;
  max-width: 560px;
  padding: 44px 32px;
  background: rgba(8,15,36,.55);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 28px;
  box-shadow: 0 32px 80px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.07);
}

/* Badge */
.hv3-badge {
  display:inline-flex;align-items:center;gap:var(--s2);
  background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.14);
  border-radius:var(--r-full);padding:7px 18px;font-size:.78rem;font-weight:700;
  color:rgba(255,255,255,.8);letter-spacing:.02em;margin-bottom:var(--s5);
}
.hv3-badge-dot { width:7px;height:7px;border-radius:50%;background:#22C55E;flex-shrink:0;animation:pulseDot 2.4s ease-in-out infinite; }
.hv3-badge-sep { width:1px;height:14px;background:rgba(255,255,255,.2); }

/* Headline */
.hv3-center-abs h1 {
  font-family:var(--f-dis);font-size:clamp(2.4rem,4vw,3.6rem);font-weight:800;
  line-height:1.08;letter-spacing:-.04em;color:#fff;margin-bottom:var(--s4);
}
.hv3-accent {
  background:linear-gradient(135deg,#F59E0B 0%,#FBBF24 60%,#FCD34D 100%);
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block;
}

/* Description */
.hv3-desc { font-size:.95rem;color:rgba(255,255,255,.62);line-height:1.75;margin:0 auto var(--s6); }

/* CTA buttons */
.hv3-cta { display:flex;gap:var(--s3);justify-content:center;flex-wrap:wrap;margin-bottom:var(--s6); }
.hv3-btn-primary {
  display:inline-flex;align-items:center;gap:var(--s2);background:var(--g-gold);color:var(--white);
  border:none;border-radius:var(--r-md);padding:13px 26px;font-size:.9rem;font-weight:800;
  font-family:var(--f-body);cursor:pointer;box-shadow:0 8px 24px rgba(217,119,6,.35);
  transition:all var(--t3);letter-spacing:-.01em;
}
.hv3-btn-primary:hover { transform:translateY(-2px);box-shadow:0 14px 36px rgba(217,119,6,.5); }
.hv3-btn-ghost {
  display:inline-flex;align-items:center;gap:var(--s2);background:rgba(255,255,255,.07);
  backdrop-filter:blur(12px);color:rgba(255,255,255,.9);border:1.5px solid rgba(255,255,255,.18);
  border-radius:var(--r-md);padding:12px 22px;font-size:.9rem;font-weight:700;
  font-family:var(--f-body);text-decoration:none;transition:all var(--t3);letter-spacing:-.01em;
}
.hv3-btn-ghost:hover { background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.32);transform:translateY(-1px); }

/* Stats strip */
.hv3-stats {
  display:flex;align-items:center;justify-content:center;gap:var(--s4);
  margin-bottom:var(--s5);padding:var(--s3) var(--s5);
  background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.09);
  border-radius:var(--r-xl);width:fit-content;margin-left:auto;margin-right:auto;
}
.hv3-stat { text-align:center; }
.hv3-stat-n { font-family:var(--f-dis);font-size:1.4rem;font-weight:800;color:#fff;letter-spacing:-.04em;line-height:1; }
.hv3-stat-s { font-family:var(--f-dis);font-size:1rem;font-weight:800;color:#F59E0B; }
.hv3-stat-l { display:block;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:rgba(255,255,255,.38);margin-top:2px; }
.hv3-stat-div { width:1px;height:32px;background:rgba(255,255,255,.1);flex-shrink:0; }

/* Trust items */
.hv3-trust { display:flex;gap:var(--s4);justify-content:center;flex-wrap:wrap; }
.hv3-trust-item { display:flex;align-items:center;gap:var(--s2);font-size:.78rem;font-weight:700;color:rgba(255,255,255,.55); }
.hv3-chk { width:16px;height:16px;border-radius:50%;background:rgba(34,197,94,.15);border:1px solid rgba(34,197,94,.3);display:flex;align-items:center;justify-content:center;flex-shrink:0; }

/* Responsive */
@media (max-width:900px) {
  .hv3-node.sz-lg { width:110px;height:110px; }
  .hv3-node.sz-md { width:85px; height:85px;  }
  .hv3-node.sz-sm { width:65px; height:65px;  }
  .hv3-node.sz-xs { display:none; }
  .hv3-svg { display:none; }
}
@media (max-width:640px) {
  .hv3-node { display:none; }
  .hv3-center-abs { padding:32px 20px;border-radius:20px; }
  .hv3-stats { flex-wrap:wrap;gap:var(--s2); }
  .hv3-stat-div { display:none; }
  .hv3-cta { flex-direction:column;align-items:center; }
}
/* ─── MODEL SPOTLIGHT SECTION v2 ────────────────────────────── */
.mspot-section {
  background: #fff;
  overflow: hidden;
  padding: 80px 0;
}

.mspot-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 32px;
  align-items: center;
  min-height: 480px;
}

/* ── LEFT CARD ── */
.mspot-card {
  background: #fff;
  border: 1.5px solid rgba(0,0,0,.08);
  border-radius: 20px;
  padding: 40px 36px 36px;
  box-shadow: 0 8px 40px rgba(0,0,0,.08);
}

.mspot-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-bottom: 36px;
}

.mspot-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: .95rem;
  font-weight: 600;
  color: #1E293B;
  line-height: 1.55;
}

.mspot-chk {
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 50%;
  background: #22C55E;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  box-shadow: 0 4px 12px rgba(34,197,94,.35);
}

.mspot-cta-row {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.mspot-btn {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, #E94E77 0%, #F59E0B 100%);
  color: #fff;
  font-weight: 800;
  font-size: .9rem;
  font-family: var(--f-body);
  text-decoration: none;
  border-radius: 50px;
  padding: 13px 28px;
  box-shadow: 0 6px 20px rgba(233,78,119,.32);
  transition: transform .25s, box-shadow .25s;
  letter-spacing: -.01em;
}
.mspot-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(233,78,119,.48); }

.mspot-dots { display: flex; gap: 8px; align-items: center; }
.mspot-dots span { width: 11px; height: 11px; border-radius: 50%; display: block; }

/* ── RIGHT VISUAL ── */
.mspot-visual {
  position: relative;
  height: 440px;
  overflow: visible;
}

/* Paint splash background */
.mspot-splash-bg {
  position: absolute;
  inset: -40px -60px;
  background:
    radial-gradient(ellipse 50% 55% at 60% 35%, rgba(147,197,253,.5) 0%, transparent 55%),
    radial-gradient(ellipse 40% 50% at 80% 65%, rgba(167,243,208,.4) 0%, transparent 55%),
    radial-gradient(ellipse 45% 40% at 35% 70%, rgba(253,186,116,.35) 0%, transparent 55%),
    radial-gradient(ellipse 35% 45% at 70% 90%, rgba(196,181,253,.45) 0%, transparent 55%),
    radial-gradient(ellipse 55% 35% at 20% 25%, rgba(252,165,165,.35) 0%, transparent 55%),
    radial-gradient(ellipse 30% 30% at 90% 15%, rgba(167,243,208,.3) 0%, transparent 55%);
  z-index: 0;
}
/* Rainbow bottom bar */
.mspot-splash-bg::after {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 0; right: 0;
  height: 55px;
  background: linear-gradient(90deg,
    rgba(233,78,119,.5) 0%,
    rgba(245,158,11,.45) 20%,
    rgba(34,197,94,.45) 40%,
    rgba(59,130,246,.45) 65%,
    rgba(139,92,246,.45) 85%,
    rgba(236,72,153,.4) 100%);
  filter: blur(14px);
  border-radius: 50%;
}

/* Confetti dots */
.mspot-confetti {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.mspot-confetti::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: rgba(233,78,119,.8);
  box-shadow:
    28px 18px 0 3px rgba(233,78,119,.65),
    55px 45px 0 2px rgba(245,158,11,.75),
    88px 22px 0 3px rgba(34,197,94,.6),
    115px 58px 0 2px rgba(59,130,246,.65),
    148px 30px 0 3px rgba(139,92,246,.65),
    175px 65px 0 2px rgba(233,78,119,.55),
    18px 85px 0 2px rgba(245,158,11,.55),
    48px 100px 0 3px rgba(34,197,94,.7),
    78px 78px 0 2px rgba(59,130,246,.55),
    110px 92px 0 2px rgba(233,78,119,.65),
    138px 48px 0 3px rgba(245,158,11,.6),
    165px 15px 0 2px rgba(139,92,246,.55),
    210px 38px 0 2px rgba(34,197,94,.6),
    240px 70px 0 3px rgba(233,78,119,.5),
    270px 25px 0 2px rgba(59,130,246,.65),
    12px 130px 0 2px rgba(139,92,246,.5),
    38px 145px 0 3px rgba(245,158,11,.6),
    68px 120px 0 2px rgba(233,78,119,.55),
    98px 138px 0 2px rgba(34,197,94,.55),
    128px 115px 0 3px rgba(59,130,246,.5),
    158px 128px 0 2px rgba(245,158,11,.65),
    188px 108px 0 2px rgba(233,78,119,.5),
    218px 95px 0 3px rgba(139,92,246,.6),
    248px 112px 0 2px rgba(34,197,94,.5),
    5px 160px 0 2px rgba(59,130,246,.45),
    35px 172px 0 3px rgba(233,78,119,.5),
    65px 158px 0 2px rgba(245,158,11,.45),
    195px 55px 0 3px rgba(233,78,119,.6),
    225px 42px 0 2px rgba(34,197,94,.55),
    300px 50px 0 3px rgba(59,130,246,.5),
    330px 30px 0 2px rgba(245,158,11,.6),
    310px 90px 0 2px rgba(139,92,246,.55),
    285px 75px 0 3px rgba(233,78,119,.5);
}
.mspot-confetti::after {
  content: '';
  position: absolute;
  top: 20px; left: 50px;
  width: 4px; height: 4px;
  border-radius: 50%;
  background: rgba(59,130,246,.7);
  box-shadow:
    30px 20px 0 2px rgba(245,158,11,.6),
    60px 50px 0 3px rgba(139,92,246,.6),
    90px 10px 0 2px rgba(34,197,94,.65),
    120px 40px 0 2px rgba(233,78,119,.6),
    150px 25px 0 3px rgba(59,130,246,.6),
    180px 55px 0 2px rgba(245,158,11,.55),
    210px 15px 0 2px rgba(34,197,94,.6),
    20px 70px 0 3px rgba(139,92,246,.55),
    50px 90px 0 2px rgba(233,78,119,.5),
    80px 75px 0 2px rgba(245,158,11,.55),
    110px 95px 0 3px rgba(59,130,246,.5),
    140px 80px 0 2px rgba(34,197,94,.55),
    260px 35px 0 3px rgba(139,92,246,.5),
    280px 60px 0 2px rgba(233,78,119,.55),
    320px 20px 0 2px rgba(245,158,11,.55);
}

/* ── Tilted App Cards ── */
.mspot-app {
  position: absolute;
  z-index: 2;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 16px 48px rgba(0,0,0,.14);
  width: 230px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.06);
}
.app-1 {
  left: 0%;
  top: 30px;
  transform: rotate(-4deg);
}
.app-2 {
  right: 0%;
  top: 20px;
  transform: rotate(4deg);
}

/* App card header */
.mspot-app-hdr {
  padding: 11px 13px 9px;
  border-bottom: 1px solid #F1F5F9;
  display: flex;
  align-items: center;
  gap: 8px;
}
.mspot-app-logo-row {
  display: flex;
  align-items: center;
  gap: 6px;
}
.mspot-app-logo-ico {
  width: 16px; height: 16px;
  border-radius: 4px;
  background: linear-gradient(135deg, #1E3A8A, #3B82F6);
}
.mspot-app-logo-txt {
  font-size: .65rem;
  font-weight: 800;
  color: #0F172A;
  letter-spacing: -.01em;
}
.mspot-app-tabs {
  display: flex;
  gap: 6px;
  margin-left: auto;
}
.mspot-tab {
  font-size: .58rem;
  padding: 2px 7px;
  border-radius: 8px;
  color: #94A3B8;
  font-weight: 600;
}
.mspot-tab.is-active {
  background: #EEF2FF;
  color: #4338CA;
}
.mspot-app-hdr-title {
  font-size: .72rem;
  font-weight: 800;
  color: #0F172A;
}
.mspot-app-hdr-sub {
  font-size: .6rem;
  color: #94A3B8;
  margin-left: auto;
}

/* App card body */
.mspot-app-body { padding: 11px 13px 13px; }
.mspot-app-section-title {
  font-size: .68rem;
  font-weight: 700;
  color: #0F172A;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.mspot-app-badge {
  background: #DBEAFE;
  color: #1E40AF;
  font-size: .55rem;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 8px;
}
.mspot-app-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  padding: 4px 0;
}
.mspot-app-av {
  width: 26px; height: 26px; min-width: 26px;
  border-radius: 50%;
  font-size: .58rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mspot-app-meta { display: flex; flex-direction: column; flex: 1; min-width: 0; }
.mspot-app-nm { font-size: .68rem; font-weight: 700; color: #0F172A; }
.mspot-app-rl { font-size: .58rem; color: #94A3B8; }
.mspot-app-pct { font-size: .68rem; font-weight: 800; color: #22C55E; }
.mspot-app-action-btn {
  width: 100%;
  background: linear-gradient(135deg, #1E3A8A 0%, #3B82F6 100%);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 8px;
  font-size: .65rem;
  font-weight: 700;
  cursor: default;
  margin-top: 8px;
  font-family: var(--f-body);
}

/* Interview rows */
.mspot-app-iv-row {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 9px;
}
.mspot-app-iv-dot {
  width: 9px; height: 9px; min-width: 9px;
  border-radius: 50%;
}
.mspot-app-iv-info { display: flex; flex-direction: column; flex: 1; }
.mspot-app-status {
  font-size: .55rem;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 8px;
}
.s-green { background: #DCFCE7; color: #166534; }
.s-blue  { background: #DBEAFE; color: #1E40AF; }

/* App stat bar */
.mspot-app-stats {
  display: flex;
  gap: 0;
  border-top: 1px solid #F1F5F9;
  margin-top: 10px;
  padding-top: 10px;
}
.mspot-app-stat { flex: 1; text-align: center; }
.mspot-app-stat-n { display: block; font-size: .78rem; font-weight: 800; color: #0F172A; line-height: 1; }
.mspot-app-stat-l { font-size: .55rem; color: #94A3B8; text-transform: uppercase; letter-spacing: .04em; margin-top: 2px; display: block; }

/* ── Model image ── */
.mspot-model-wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  width: 300px;
}
.mspot-model-img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 16px 32px rgba(0,0,0,.12));
  mix-blend-mode: multiply;
}


/* ── Circular icon badges ── */
.mspot-circle-badge {
  position: absolute;
  z-index: 5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(0,0,0,.18);
  animation: floatCard 7s ease-in-out infinite;
}
.badge-plus {
  width: 46px; height: 46px;
  background: #22C55E;
  top: 4%; left: 47%;
  animation-delay: 0s;
}
.badge-like {
  width: 52px; height: 52px;
  background: #E94E77;
  top: 52%; left: 22%;
  animation-delay: 2.2s;
}
.badge-chat {
  width: 48px; height: 48px;
  background: #F59E0B;
  top: 44%; right: 14%;
  animation-delay: 4.4s;
}

/* Responsive */
@media (max-width: 1024px) {
  .mspot-inner { grid-template-columns: 300px 1fr; gap: 24px; }
  .mspot-app { width: 190px; }
  .mspot-model-wrap { width: 250px; }
}
@media (max-width: 820px) {
  .mspot-inner { grid-template-columns: 1fr; gap: 32px; }
  .mspot-visual { height: 360px; }
  .mspot-app { width: 170px; }
  .mspot-model-wrap { width: 200px; }
}
@media (max-width: 560px) {
  .mspot-inner { padding: 0 20px; }
  .mspot-card { padding: 28px 22px; }
  .mspot-app { display: none; }
  .mspot-circle-badge { display: none; }
  .mspot-model-wrap { width: 180px; }
  .mspot-visual { height: 280px; }
}


/* ─── SCROLL REVEAL ──────────────────────────────────────── */
/* ─── SCROLL REVEAL ──────────────────────────────────────── */

[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .65s var(--ease-out), transform .65s var(--ease-out);
}

[data-reveal].in {
  opacity: 1;
  transform: none;
}

[data-reveal="l"] {
  transform: translateX(-28px);
}

[data-reveal="l"].in {
  transform: none;
}

[data-reveal="r"] {
  transform: translateX(28px);
}

[data-reveal="r"].in {
  transform: none;
}

[data-reveal="s"] {
  transform: scale(.94);
}

[data-reveal="s"].in {
  transform: none;
}

[data-d1] {
  transition-delay: .1s;
}

[data-d2] {
  transition-delay: .2s;
}

[data-d3] {
  transition-delay: .3s;
}

[data-d4] {
  transition-delay: .4s;
}

[data-d5] {
  transition-delay: .5s;
}

[data-d6] {
  transition-delay: .6s;
}



/* ─── JOB SEEKERS PAGE ───────────────────────────────────── */

/* ── Nav highlight ── */
.nav-link-seekers {
  display: inline-block;
  background: transparent;
  border: 1.5px solid rgba(245,158,11,.6);
  border-radius: var(--r-full);
  padding: 6px 16px !important;
  color: #F59E0B !important;
  font-weight: 600 !important;
  font-size: .85rem !important;
  white-space: nowrap !important;
  word-break: keep-all !important;
  flex-shrink: 0 !important;
  transition: background .2s, border-color .2s;
  line-height: normal;
  margin-left: 8px;
}
.nav-link-seekers:hover {
  background: rgba(245,158,11,.1) !important;
  border-color: #F59E0B !important;
  color: #F59E0B !important;
}
.mobile-nav-link-seekers {
  color: #F59E0B !important;
  font-weight: 600 !important;
}

/* ── Split Hero ── */
.js-hero {
  background: var(--g-hero);
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 140px 0 80px;
  position: relative;
  overflow: hidden;
}

.js-hero-glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(100px);
  animation: glow1 12s ease-in-out infinite;
}
.js-hero-glow-1 {
  width: 700px; height: 700px;
  top: -200px; left: -200px;
  background: radial-gradient(circle, rgba(26,86,219,.25) 0%, transparent 70%);
}
.js-hero-glow-2 {
  width: 500px; height: 500px;
  bottom: -100px; right: -100px;
  background: radial-gradient(circle, rgba(14,165,233,.18) 0%, transparent 70%);
  animation-delay: 6s;
}

.js-hero-split-grid {
  display: grid;
  grid-template-columns: 1fr 460px;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.js-hero-left {
  position: relative;
  z-index: 5;
  text-align: center;
  padding: 48px 36px;
  background: rgba(8,15,36,.55);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 28px;
  box-shadow: 0 32px 80px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.07);
}

.js-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--r-full);
  padding: 7px 18px;
  font-size: .78rem;
  font-weight: 700;
  color: rgba(255,255,255,.8);
  letter-spacing: .02em;
  margin-bottom: var(--s5);
}
.js-hero-badge-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--green-lt);
  animation: pulseDot 2.4s ease-in-out infinite;
}

.js-hero-title {
  font-family: var(--f-dis);
  font-size: clamp(2.6rem, 4.5vw, 3.8rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.03em;
  color: #fff;
  margin-bottom: var(--s5);
}
.js-hero-accent {
  background: linear-gradient(135deg, #F59E0B 0%, #FBBF24 60%, #FCD34D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.js-hero-sub {
  font-size: 1.05rem;
  color: rgba(255,255,255,.68);
  line-height: 1.75;
  max-width: 540px;
  margin: 0 auto var(--s7) auto;
}

.js-hero-cta {
  display: flex;
  gap: var(--s3);
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: var(--s7);
}
.js-hero-btn-primary {
  font-size: 1rem;
  padding: 14px 28px;
}

.js-hero-trust {
  display: flex;
  justify-content: center;
  gap: var(--s6);
  flex-wrap: wrap;
}
.js-trust-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: .82rem;
  font-weight: 600;
  color: rgba(255,255,255,.55);
}

/* Right Side - Hero Form Card */
.js-hero-form-card {
  background: #fff;
  border-radius: var(--r-xl);
  padding: 28px 30px;
  box-shadow: 0 25px 50px rgba(0,0,0,.25);
  position: relative;
}

.js-hero-form-top {
  margin-bottom: 18px;
}

.js-hero-form-label {
  font-family: var(--f-dis);
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--text);
  margin-top: 0;
  margin-bottom: 4px;
  letter-spacing: -0.02em;
}

.js-hero-form-sub {
  font-size: .82rem;
  color: var(--muted);
  line-height: 1.5;
  margin: 0;
}

/* 3-column inline form grid */
.js-form-grid-3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px 14px;
}
.js-form-grid-3col .f-group-2col {
  grid-column: span 2;
}
.js-form-grid-3col .f-group-wide {
  grid-column: 1 / -1;
}

.js-hero-inline-form .f-group {
  margin-bottom: 0;
}
.js-hero-inline-form .f-inp {
  padding: 9px 11px;
  font-size: .83rem;
}
.js-hero-inline-form .f-label {
  font-size: .76rem;
  margin-bottom: 4px;
  font-weight: 600;
}

/* Compact upload zone */
.js-upload-compact .js-upload-label {
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  padding: 14px 12px;
  font-size: .78rem;
}
.js-upload-hint-inline {
  font-size: .7rem;
  color: var(--muted);
  display: block;
  margin-top: 2px;
}

.js-form-disclaimer-mini {
  margin-top: 14px;
  font-size: .7rem;
  color: var(--muted);
  text-align: center;
  line-height: 1.55;
}

/* Right col standard width */
.js-hero-split-grid {
  grid-template-columns: 1fr 500px;
}

/* ══ PREMIUM DARK APPLICATION FORM CARD ══ */
.js-app-card {
  background: rgba(8,15,36,.75);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 24px;
  padding: 32px 36px 28px;
  box-shadow: 0 24px 64px rgba(0,0,0,.45), inset 0 1px 0 rgba(255,255,255,.06);
}

.js-app-card-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.js-app-card-icon {
  width: 40px; height: 40px;
  border-radius: 10px;
  background: linear-gradient(135deg, #F59E0B, #D97706);
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  flex-shrink: 0;
}
.js-app-card-title {
  font-family: var(--f-dis);
  font-size: 1.15rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 3px;
  letter-spacing: -.02em;
}
.js-app-card-sub {
  font-size: .78rem;
  color: rgba(255,255,255,.45);
  margin: 0;
  line-height: 1.4;
}

/* 2-column field grid */
.js-app-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 16px;
  margin-bottom: 16px;
}
.js-app-field-wide { grid-column: 1 / -1; }

.js-app-label {
  display: block;
  font-size: .74rem;
  font-weight: 700;
  color: rgba(255,255,255,.55);
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.js-app-req { color: #F59E0B; margin-left: 1px; }
.js-app-opt { color: rgba(255,255,255,.3); font-weight: 400; text-transform: none; letter-spacing: 0; font-size: .7rem; }

.js-app-inp {
  display: block;
  width: 100%;
  padding: 10px 13px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 10px;
  color: #fff;
  font-size: .875rem;
  font-family: var(--f-body);
  transition: border-color .2s, background .2s, box-shadow .2s;
  box-sizing: border-box;
  line-height: 1.4;
}
.js-app-inp::placeholder { color: rgba(255,255,255,.25); }
.js-app-inp:focus {
  outline: none;
  border-color: rgba(245,158,11,.6);
  background: rgba(255,255,255,.09);
  box-shadow: 0 0 0 3px rgba(245,158,11,.12);
}
.js-app-sel {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='rgba(255,255,255,0.35)' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 34px;
  cursor: pointer;
}
.js-app-sel option { background: #0e1a3a; color: #fff; }

/* Upload zone */
.js-app-upload {
  position: relative;
  border: 1.5px dashed rgba(255,255,255,.18);
  border-radius: 10px;
  transition: border-color .25s, background .25s;
  cursor: pointer;
}
.js-app-upload:hover { border-color: rgba(245,158,11,.5); background: rgba(245,158,11,.04); }
.js-app-upload.drag-over { border-color: #F59E0B; background: rgba(245,158,11,.08); }
.js-app-upload.has-file  { border-color: #22C55E; border-style: solid; background: rgba(34,197,94,.06); }

.js-app-upload-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 16px 20px;
  cursor: pointer;
  color: rgba(255,255,255,.45);
  font-size: .82rem;
  font-weight: 600;
  text-align: center;
}
.js-app-upload-label svg { color: rgba(245,158,11,.7); }
.js-app-upload-hint {
  font-size: .69rem;
  color: rgba(255,255,255,.28);
  display: block;
}

/* Consent */
.js-app-consent {
  margin: 14px 0 16px;
  padding: 14px 16px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 10px;
}
.js-app-consent-text {
  font-size: .71rem;
  color: rgba(255,255,255,.4);
  line-height: 1.6;
}
.js-app-consent-text strong { color: rgba(255,255,255,.7); }
.js-app-consent-text a { color: rgba(245,158,11,.8); text-decoration: underline; }

/* Submit button */
.js-app-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  padding: 14px 24px;
  background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
  color: #fff;
  font-family: var(--f-body);
  font-size: .95rem;
  font-weight: 700;
  letter-spacing: .01em;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: transform .2s, box-shadow .2s, filter .2s;
  box-shadow: 0 4px 24px rgba(245,158,11,.35);
}
.js-app-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(245,158,11,.45);
  filter: brightness(1.06);
}
.js-app-submit:active { transform: translateY(0); }

/* Disclaimer */
.js-app-disclaimer {
  margin-top: 12px;
  font-size: .68rem;
  color: rgba(255,255,255,.25);
  text-align: center;
  line-height: 1.55;
}

/* Mobile */
@media (max-width: 640px) {
  .js-app-grid { grid-template-columns: 1fr; }
  .js-app-card { padding: 24px 18px 20px; }
}

/* ── Intro + Why grid ── */
.js-intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}
.js-intro-body {
  color: var(--text-2);
  line-height: 1.8;
  margin-bottom: var(--s4);
  font-size: .97rem;
}

/* Why card */
.js-why-card {
  background: linear-gradient(160deg, #F5F8FF 0%, #EEF2F9 100%);
  border: 1.5px solid var(--border);
  border-radius: var(--r-2xl);
  padding: 36px 32px;
}
.js-why-title {
  font-family: var(--f-dis);
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--text);
  margin-bottom: var(--s5);
}
.js-why-list { list-style: none; display: flex; flex-direction: column; gap: 20px; }
.js-why-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.js-why-ico {
  width: 28px; height: 28px; min-width: 28px;
  border-radius: 50%;
  background: var(--green-lt);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  box-shadow: 0 4px 12px rgba(34,197,94,.28);
  color: #fff;
  flex-shrink: 0;
}
.js-why-item strong { display: block; font-size: .92rem; font-weight: 700; color: var(--text); margin-bottom: 3px; }
.js-why-item p { font-size: .8rem; color: var(--muted); line-height: 1.6; margin: 0; }

/* ── Roles grid ── */
.js-roles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: var(--s10);
}
.js-role-card {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--r-xl);
  padding: 28px 24px;
  transition: transform .28s var(--ease-spring), box-shadow .28s var(--ease);
  display: flex;
  flex-direction: column;
}
.js-role-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--sh-lg);
  border-color: var(--blue-400);
}
.js-role-icon-wrap {
  width: 48px; height: 48px;
  border-radius: var(--r-lg);
  background: var(--g-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: var(--s4);
}
.js-role-tag {
  display: inline-block;
  background: var(--blue-50);
  color: var(--blue-600);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  border-radius: var(--r-full);
  padding: 3px 10px;
  margin-bottom: var(--s3);
}
.js-role-title {
  font-family: var(--f-dis);
  font-size: 1rem;
  font-weight: 800;
  color: var(--text);
  line-height: 1.35;
  margin-bottom: var(--s3);
}
.js-role-desc {
  font-size: .82rem;
  color: var(--muted);
  line-height: 1.65;
  flex: 1;
  margin-bottom: var(--s4);
}
.js-role-apply {
  font-size: .82rem;
  font-weight: 700;
  color: var(--blue-500);
  text-decoration: none;
  margin-top: auto;
  transition: color .2s;
}
.js-role-apply:hover { color: var(--blue-700); }

/* ── Work from anywhere ── */
.js-anywhere-section {
  background: var(--g-dark);
  padding: var(--s20) 0;
}
.js-anywhere-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.js-anywhere-title {
  font-family: var(--f-dis);
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -.04em;
  color: #fff;
  margin-bottom: var(--s5);
}
.js-anywhere-body {
  color: var(--white-70);
  line-height: 1.8;
  font-size: .97rem;
  margin-bottom: var(--s7);
}
.js-anywhere-stats {
  display: flex;
  align-items: center;
  gap: var(--s6);
  flex-wrap: wrap;
}
.js-aw-stat { text-align: center; }
.js-aw-stat-n {
  display: block;
  font-family: var(--f-dis);
  font-size: 2rem;
  font-weight: 800;
  color: var(--gold-lt);
  line-height: 1;
  letter-spacing: -.04em;
}
.js-aw-stat-l {
  display: block;
  font-size: .7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: var(--white-45);
  margin-top: 5px;
}
.js-aw-stat-div {
  width: 1px; height: 40px;
  background: rgba(255,255,255,.12);
  flex-shrink: 0;
}
.js-anywhere-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.js-aw-card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--r-xl);
  padding: 24px 20px;
  transition: background .25s;
}
.js-aw-card:hover { background: rgba(255,255,255,.07); }
.js-aw-card-icon { font-size: 1.8rem; margin-bottom: var(--s3); }
.js-aw-card strong { display: block; font-size: .9rem; font-weight: 700; color: #fff; margin-bottom: 6px; }
.js-aw-card p { font-size: .78rem; color: var(--white-45); line-height: 1.6; margin: 0; }
.js-aw-c1 { animation: floatCard 8s ease-in-out infinite; }
.js-aw-c2 { animation: floatCard 8s ease-in-out infinite 2s; }
.js-aw-c3 { animation: floatCard 8s ease-in-out infinite 4s; }
.js-aw-c4 { animation: floatCard 8s ease-in-out infinite 6s; }

/* ── How it works steps ── */
.js-hiw-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: var(--s10);
  position: relative;
}
.js-hiw-step {
  text-align: center;
  position: relative;
  padding: 32px 24px 28px;
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--r-2xl);
  transition: transform .28s var(--ease-spring), box-shadow .28s;
}
.js-hiw-step:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-lg);
}
.js-hiw-num {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 32px; height: 32px;
  border-radius: 50%;
  background: var(--g-gold);
  color: #fff;
  font-family: var(--f-dis);
  font-size: .9rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--sh-gold);
}
.js-hiw-conn {
  display: none; /* connector lines handled via grid spacing */
}
.js-hiw-ico {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: var(--g-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 0 auto var(--s5);
}
.js-hiw-title {
  font-family: var(--f-dis);
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--text);
  margin-bottom: var(--s3);
}
.js-hiw-body {
  font-size: .85rem;
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
}

/* ── What we look for ── */
.js-look-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.js-look-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.js-look-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 18px;
  background: linear-gradient(160deg, #F5F8FF 0%, #EEF2F9 100%);
  border: 1.5px solid var(--border);
  border-radius: var(--r-xl);
  transition: border-color .25s, box-shadow .25s;
}
.js-look-item:hover { border-color: var(--blue-400); box-shadow: var(--sh-md); transform: translateY(-2px); }
.js-look-ico {
  width: 40px; height: 40px; min-width: 40px;
  background: var(--g-blue);
  border-radius: var(--r-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.js-look-item strong { display: block; font-size: .88rem; font-weight: 700; color: var(--text); margin-bottom: 4px; }
.js-look-item p { font-size: .78rem; color: var(--muted); line-height: 1.6; margin: 0; }

/* ── Application form ── */
.js-form-wrapper {
  max-width: 780px;
  margin: 0 auto;
}
.js-form-header { text-align: center; margin-bottom: var(--s10); }

.js-form {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--r-2xl);
  padding: 48px 48px 40px;
  box-shadow: var(--sh-xl);
}
.js-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.f-group-wide { grid-column: 1 / -1; }

/* File Upload */
.js-upload-wrap {
  position: relative;
  border: 2px dashed var(--border-md);
  border-radius: var(--r-lg);
  transition: border-color .25s, background .25s;
  cursor: pointer;
}
.js-upload-wrap:hover,
.js-upload-wrap.drag-over { border-color: var(--blue-500); background: var(--blue-50); }
.js-upload-wrap.has-file  { border-color: var(--green); border-style: solid; background: rgba(22,163,74,.04); }
.js-file-inp {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
.js-upload-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 28px 20px;
  color: var(--muted);
  cursor: pointer;
  font-size: .88rem;
  font-weight: 600;
  text-align: center;
}
.js-upload-label svg { color: var(--blue-500); }
.js-upload-hint {
  text-align: center;
  font-size: .72rem;
  color: var(--muted);
  padding-bottom: 12px;
  margin: 0;
}

/* Disclaimer */
.js-form-disclaimer {
  margin-top: var(--s7);
  padding: var(--s5) var(--s6);
  background: var(--off);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  font-size: .75rem;
  color: var(--muted);
  line-height: 1.65;
}

/* Responsive */
@media (max-width: 1024px) {
  .js-roles-grid { grid-template-columns: repeat(2, 1fr); }
  .js-look-grid  { grid-template-columns: 1fr; gap: 40px; }
  .js-look-list  { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 900px) {
  .js-intro-grid   { grid-template-columns: 1fr; gap: 40px; }
  .js-anywhere-inner { grid-template-columns: 1fr; gap: 40px; }
  .js-hiw-steps    { grid-template-columns: 1fr; }
  .js-hero-split-grid { grid-template-columns: 1fr !important; gap: 40px; }
  .js-hero-left    { text-align: center; }
  .js-hero-left .js-hero-sub, .js-hero-left .js-hero-cta, .js-hero-left .js-hero-trust { margin-left: auto; margin-right: auto; justify-content: center; }
  .js-hero { padding-top: 120px; }
  .js-form-grid-3col { grid-template-columns: repeat(2, 1fr); }
  .js-form-grid-3col .f-group-2col { grid-column: span 1; }
}
@media (max-width: 640px) {
  .js-roles-grid   { grid-template-columns: 1fr; }
  .js-anywhere-right { grid-template-columns: 1fr; }
  .js-form         { padding: 28px 20px 24px; }
  .js-form-grid    { grid-template-columns: 1fr; }
  .js-hero-trust   { gap: var(--s4); }
  .js-hero-form-card { padding: 20px 16px; }
  .js-form-grid-3col { grid-template-columns: 1fr; }
  .js-form-grid-3col .f-group-2col { grid-column: span 1; }
}

/* ─── ANIMATIONS ─────────────────────────────────────────── */
@keyframes glow1 {

  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }

  50% {
    transform: translate(60px, 40px) scale(1.1);
  }
}

@keyframes glow2 {

  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }

  50% {
    transform: translate(-50px, -30px) scale(1.08);
  }
}

@keyframes floatCard {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-14px);
  }
}

@keyframes pulseDot {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: .5;
    transform: scale(.8);
  }
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(.94) translateY(16px);
  }

  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

/* ─── RESPONSIVE ─────────────────────────────────────────── */
@media (max-width: 1100px) {
  .hiw-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hiw-connector {
    display: none;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: var(--s10);
  }

  .why-layout {
    gap: var(--s10);
  }
}

@media (max-width: 992px) {
  :root {
    --s24: 4.5rem;
    --s20: 4rem;
  }

  .hero-layout {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hero-right {
    display: none;
  }

  .hero-left {
    max-width: 100%;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .why-layout {
    grid-template-columns: 1fr;
  }

  .ind-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .testi-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-split {
    grid-template-columns: 1fr;
    gap: var(--s10);
  }

  .modal-panel {
    grid-template-columns: 1fr;
  }

  .modal-left {
    display: none;
  }

  .modal-close-btn {
    color: var(--text);
    background: var(--surface);
    border-color: var(--border);
  }
}

@media (max-width: 768px) {
  :root {
    --s24: 4rem;
    --s20: 3.5rem;
  }

  .hiw-grid {
    grid-template-columns: 1fr;
  }

  .ind-grid {
    grid-template-columns: 1fr;
  }

  .testi-grid {
    grid-template-columns: 1fr;
  }

  .form-2col {
    grid-template-columns: 1fr;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .hero-cta-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-btns {
    flex-direction: column;
    align-items: center;
  }

  .why-stats {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 var(--s4);
  }

  .form-box {
    padding: var(--s6);
  }

  .svc-card {
    padding: var(--s7);
  }

  .why-stats {
    grid-template-columns: 1fr 1fr;
  }

  .modal-right {
    padding: var(--s6);
  }
}