/* ================================================================
   TECH BINTANG LLC — Design System v6 (White Theme)
   Bootstrap 5 + GSAP | Clean White | Glassmorphism | 3D Icons
   ================================================================ */

:root {
  --bg:       #FFFFFF;
  --bg-2:     #F8FAFF;
  --bg-3:     #EEF2FF;
  --surface:  rgba(255,255,255,1);
  --surface-h:rgba(248,250,255,1);
  --blue:     #4F8EF7;
  --blue-dk:  #1D4ED8;
  --purple:   #8B5CF6;
  --cyan:     #0EA5E9;
  --green:    #10B981;
  --amber:    #F59E0B;
  --pink:     #EC4899;
  --red:      #EF4444;
  --text:     #0F172A;
  --muted:    #64748B;
  --border:   rgba(15,23,42,0.09);
  --border-h: rgba(15,23,42,0.18);
  --font-h:   'Space Grotesk', sans-serif;
  --font-b:   'Inter', sans-serif;
  --nav-h:    72px;
  --sec-py:   96px;
  --r:        16px;
  --r-lg:     24px;
  --r-xl:     32px;
  --tr:       0.3s cubic-bezier(.4,0,.2,1);
  --tr-spring:0.5s cubic-bezier(0.34,1.56,0.64,1);
}

/* ── Base ──────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; overflow-x: hidden; }
body {
  font-family: var(--font-b);
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a  { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
input, textarea, select { font-family: inherit; }
h1,h2,h3,h4,h5,h6 {
  font-family: var(--font-h);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--text);
}

/* Custom scrollbar */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--bg-2); }
::-webkit-scrollbar-thumb { background: rgba(79,142,247,0.35); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: var(--blue); }

/* ── Gradient helpers ──────────────────────────────────────── */
.gradient-text {
  background: linear-gradient(135deg, var(--blue), var(--purple));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.gradient-text-cyan {
  background: linear-gradient(135deg, var(--cyan), var(--blue));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── Section helpers ───────────────────────────────────────── */
.section { padding: var(--sec-py) 0; }
.section-dark  { background: var(--bg); }
.section-dark2 { background: var(--bg-2); }
.section-dark3 { background: var(--bg-3); }

.section-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: var(--blue);
  background: rgba(79,142,247,.1);
  border: 1px solid rgba(79,142,247,.2);
  padding: 5px 14px; border-radius: 999px;
  margin-bottom: .875rem;
}
.section-eyebrow::before { content:''; width:6px; height:6px; border-radius:50%; background:var(--blue); flex-shrink:0; }
.section-title {
  font-family: var(--font-h); font-size: clamp(2rem,4vw,3rem);
  font-weight: 800; color: var(--text); letter-spacing:-.02em;
}
.section-desc { color: var(--muted); font-size: 1.05rem; line-height: 1.75; margin-top: .75rem; }
.text-muted-custom { color: var(--muted); }

/* ── Buttons ───────────────────────────────────────────────── */
.btn-primary-custom {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 30px; border-radius: 999px;
  background: linear-gradient(135deg, var(--blue), var(--blue-dk));
  color: #fff; font-family: var(--font-h); font-weight: 700; font-size: .9rem;
  border: 1px solid transparent;
  box-shadow: 0 6px 20px rgba(79,142,247,.3), inset 0 1px 0 rgba(255,255,255,.15);
  transition: all var(--tr); white-space: nowrap; cursor: pointer;
}
.btn-primary-custom:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(79,142,247,.4), inset 0 1px 0 rgba(255,255,255,.15);
  color: #fff;
}
.btn-glass {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 30px; border-radius: 999px;
  background: rgba(15,23,42,.05);
  color: var(--text); font-family: var(--font-h); font-weight: 700; font-size: .9rem;
  border: 1.5px solid var(--border-h);
  transition: all var(--tr); cursor: pointer;
}
.btn-glass:hover {
  background: rgba(79,142,247,.08); border-color: var(--blue);
  transform: translateY(-2px); color: var(--blue);
}
.btn-lg-cust { padding: 15px 40px; font-size: 1rem; }

/* ── Navbar ────────────────────────────────────────────────── */
#navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  height: var(--nav-h);
  /* kill Bootstrap's default .5rem top/bottom padding that causes overflow */
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: rgba(255,255,255,.85);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border-bottom: 1px solid rgba(15,23,42,.07);
  transition: background var(--tr), box-shadow var(--tr);
}
/* make Bootstrap's container fill the full navbar height so flex-align works */
#navbar > .container,
#navbar > .container-fluid {
  height: 100%;
  display: flex;
  align-items: center;
  /* flex-wrap inherits from .navbar (wrap) so mobile collapse still works */
}
/* logo image: always height-constrained so it never overflows */
.navbar-brand img {
  height: 40px;
  width: auto;
  max-width: 180px;
  display: block;
  object-fit: contain;
  flex-shrink: 0;
}
#navbar.scrolled {
  background: rgba(255,255,255,.97);
  box-shadow: 0 4px 24px rgba(0,0,0,.08);
}
.navbar-brand {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--font-h); font-weight: 800; font-size: 1.1rem; color: var(--text) !important;
}
.brand-icon {
  width: 38px; height: 38px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--blue), var(--purple));
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 14px rgba(79,142,247,.3);
  flex-shrink: 0;
}
.brand-icon svg { width: 20px; height: 20px; }

.nav-link-custom {
  color: rgba(15,23,42,.65) !important;
  font-size: .875rem; font-weight: 500;
  padding: 8px 14px !important;
  border-radius: 8px;
  transition: color var(--tr), background var(--tr);
}
.nav-link-custom:hover, .nav-link-custom.active {
  color: var(--blue) !important; background: rgba(79,142,247,.08);
}
.nav-cta {
  padding: 9px 22px !important; border-radius: 999px !important;
  background: linear-gradient(135deg, var(--blue), var(--blue-dk)) !important;
  color: #fff !important; font-weight: 700 !important;
  box-shadow: 0 4px 14px rgba(79,142,247,.28);
  font-size: .875rem !important;
}
.nav-cta:hover { transform: translateY(-1px); box-shadow: 0 8px 22px rgba(79,142,247,.38) !important; }
.navbar-toggler { border: 1.5px solid var(--border-h) !important; padding: 6px 10px !important; background: transparent !important; }
.navbar-toggler-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(15,23,42,0.7)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important; }
.navbar-collapse { background: transparent !important; }

@media (max-width: 991px) {
  .navbar-collapse.show, .navbar-collapse.collapsing {
    background: rgba(10,14,23,.93) !important;
    backdrop-filter: blur(24px) saturate(160%) !important;
    -webkit-backdrop-filter: blur(24px) saturate(160%) !important;
    padding: .75rem 1rem 1.25rem;
    border-radius: 0 0 var(--r) var(--r);
    border: 1px solid rgba(255,255,255,.08) !important;
    border-top: none;
    box-shadow: 0 8px 32px rgba(0,0,0,.45);
    margin-top: 4px;
  }
  .navbar-collapse.show .nav-link-custom,
  .navbar-collapse.collapsing .nav-link-custom {
    color: rgba(255,255,255,.82) !important;
  }
  .navbar-collapse.show .nav-link-custom:hover,
  .navbar-collapse.show .nav-link-custom.active,
  .navbar-collapse.collapsing .nav-link-custom:hover,
  .navbar-collapse.collapsing .nav-link-custom.active {
    color: #fff !important;
    background: rgba(255,255,255,.07) !important;
  }
  .navbar-collapse.show .dropdown-menu-custom,
  .navbar-collapse.collapsing .dropdown-menu-custom {
    background: rgba(15,20,35,.97) !important;
    border-color: rgba(255,255,255,.08) !important;
  }
  .navbar-collapse.show .dropdown-item-custom,
  .navbar-collapse.collapsing .dropdown-item-custom {
    color: rgba(255,255,255,.72) !important;
  }
  .navbar-collapse.show .dropdown-item-custom:hover,
  .navbar-collapse.collapsing .dropdown-item-custom:hover {
    color: #fff !important;
    background: rgba(255,255,255,.07) !important;
  }
}

.dropdown-menu-custom {
  background: rgba(255,255,255,.99);
  backdrop-filter: blur(20px);
  border: 1px solid var(--border);
  border-radius: var(--r);
  padding: 8px;
  min-width: 220px;
  box-shadow: 0 16px 48px rgba(0,0,0,.12);
}
.dropdown-item-custom {
  display: block; padding: 9px 14px; border-radius: 8px;
  color: rgba(15,23,42,.7); font-size: .875rem;
  transition: color var(--tr), background var(--tr);
}
.dropdown-item-custom:hover { color: var(--blue); background: rgba(79,142,247,.07); }

/* ═══════════════════════════════════════════════════════════════
   NAVBAR — Dark theme variant for pages with dark body content
   (auto-applied to service.php, blog-post.php via includes/nav.php;
    other pages can opt in via $navTheme='dark' before include)
   ═══════════════════════════════════════════════════════════════ */
#navbar.nav-on-dark {
  background: rgba(11, 19, 38, 0.65);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
#navbar.nav-on-dark.scrolled {
  background: rgba(11, 19, 38, 0.92);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.30);
  border-bottom-color: rgba(255, 255, 255, 0.10);
}

/* Brand text inverts to white */
#navbar.nav-on-dark .navbar-brand { color: #ffffff !important; }

/* Nav links — white-on-dark with violet accent on hover/active */
#navbar.nav-on-dark .nav-link-custom {
  color: rgba(255, 255, 255, 0.78) !important;
}
#navbar.nav-on-dark .nav-link-custom:hover,
#navbar.nav-on-dark .nav-link-custom.active {
  color: #d0bcff !important;
  background: rgba(208, 188, 255, 0.10);
}

/* Hamburger icon — white strokes */
#navbar.nav-on-dark .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.18) !important;
}
#navbar.nav-on-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,0.88)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

/* Dropdown — dark glass panel */
#navbar.nav-on-dark .dropdown-menu-custom {
  background: rgba(15, 23, 42, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45);
}
#navbar.nav-on-dark .dropdown-item-custom {
  color: rgba(255, 255, 255, 0.78);
}
#navbar.nav-on-dark .dropdown-item-custom:hover {
  color: #d0bcff;
  background: rgba(208, 188, 255, 0.10);
}

/* Primary CTA — violet gradient that pops against dark navbar */
#navbar.nav-on-dark .nav-cta {
  background: linear-gradient(135deg, #d0bcff 0%, #adc6ff 100%) !important;
  color: #0b1326 !important;
  box-shadow: 0 4px 14px rgba(208, 188, 255, 0.30);
}
#navbar.nav-on-dark .nav-cta:hover {
  box-shadow: 0 8px 22px rgba(208, 188, 255, 0.50) !important;
}

/* ── 3D Icons ──────────────────────────────────────────────── */
.icon-3d {
  width: 68px; height: 68px; border-radius: 18px;
  display: flex; align-items: center; justify-content: center;
  position: relative; flex-shrink: 0;
  transition: transform var(--tr-spring), box-shadow var(--tr);
}
.icon-3d svg { width: 30px; height: 30px; position: relative; z-index: 2; }
.icon-3d::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 55%;
  border-radius: 18px 18px 0 0;
  background: linear-gradient(to bottom, rgba(255,255,255,.22), transparent);
  z-index: 1; pointer-events: none;
}
.icon-3d--blue {
  background: linear-gradient(145deg, #1a4db7, var(--blue));
  box-shadow: 0 6px 0 #1038a0, 0 12px 28px rgba(79,142,247,.35), inset 0 1px 0 rgba(255,255,255,.2);
  color: #fff;
}
.icon-3d--purple {
  background: linear-gradient(145deg, #5b21b6, var(--purple));
  box-shadow: 0 6px 0 #4c1d95, 0 12px 28px rgba(139,92,246,.35), inset 0 1px 0 rgba(255,255,255,.2);
  color: #fff;
}
.icon-3d--cyan {
  background: linear-gradient(145deg, #0369a1, var(--cyan));
  box-shadow: 0 6px 0 #075985, 0 12px 28px rgba(14,165,233,.35), inset 0 1px 0 rgba(255,255,255,.2);
  color: #fff;
}
.icon-3d--green {
  background: linear-gradient(145deg, #065f46, var(--green));
  box-shadow: 0 6px 0 #064e3b, 0 12px 28px rgba(16,185,129,.35), inset 0 1px 0 rgba(255,255,255,.2);
  color: #fff;
}
.icon-3d--amber {
  background: linear-gradient(145deg, #92400e, var(--amber));
  box-shadow: 0 6px 0 #78350f, 0 12px 28px rgba(245,158,11,.35), inset 0 1px 0 rgba(255,255,255,.2);
  color: #fff;
}
.icon-3d--pink {
  background: linear-gradient(145deg, #9d174d, var(--pink));
  box-shadow: 0 6px 0 #831843, 0 12px 28px rgba(236,72,153,.35), inset 0 1px 0 rgba(255,255,255,.2);
  color: #fff;
}
.icon-3d--red {
  background: linear-gradient(145deg, #991b1b, var(--red));
  box-shadow: 0 6px 0 #7f1d1d, 0 12px 28px rgba(239,68,68,.35), inset 0 1px 0 rgba(255,255,255,.2);
  color: #fff;
}
.icon-3d--sm { width: 52px; height: 52px; border-radius: 14px; }
.icon-3d--sm svg { width: 22px; height: 22px; }
.icon-3d--sm::before { border-radius: 14px 14px 0 0; }
.icon-3d--lg { width: 88px; height: 88px; border-radius: 22px; }
.icon-3d--lg svg { width: 38px; height: 38px; }
.icon-3d--lg::before { border-radius: 22px 22px 0 0; }

/* ── Glass Card ────────────────────────────────────────────── */
.glass-card {
  background: #FFFFFF;
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  box-shadow: 0 2px 16px rgba(0,0,0,.05), 0 1px 3px rgba(0,0,0,.04);
  transition: transform var(--tr), border-color var(--tr), box-shadow var(--tr);
}
.glass-card:hover {
  border-color: rgba(79,142,247,.3);
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 16px 48px rgba(79,142,247,.12), 0 4px 12px rgba(0,0,0,.06);
}
.glass-card:hover .icon-3d { transform: translateY(-4px) rotateX(8deg); }

/* ── Circle ────────────────────────────────────────────────── */
.circle {
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.circle-48  { width: 48px; height: 48px; }
.circle-56  { width: 56px; height: 56px; }
.circle-64  { width: 64px; height: 64px; }
.circle-80  { width: 80px; height: 80px; }
.circle-100 { width: 100px; height: 100px; }
.circle-120 { width: 120px; height: 120px; }
.circle-blue {
  background: linear-gradient(135deg, rgba(79,142,247,.15), rgba(79,142,247,.05));
  border: 2px solid rgba(79,142,247,.25);
  color: var(--blue);
  box-shadow: 0 0 20px rgba(79,142,247,.12);
}
.circle-purple {
  background: linear-gradient(135deg, rgba(139,92,246,.15), rgba(139,92,246,.05));
  border: 2px solid rgba(139,92,246,.25);
  color: var(--purple);
  box-shadow: 0 0 20px rgba(139,92,246,.12);
}
.circle-cyan {
  background: linear-gradient(135deg, rgba(14,165,233,.15), rgba(14,165,233,.05));
  border: 2px solid rgba(14,165,233,.25);
  color: var(--cyan);
  box-shadow: 0 0 20px rgba(14,165,233,.12);
}
.circle-green {
  background: linear-gradient(135deg, rgba(16,185,129,.15), rgba(16,185,129,.05));
  border: 2px solid rgba(16,185,129,.25);
  color: var(--green);
}
.circle-amber {
  background: linear-gradient(135deg, rgba(245,158,11,.15), rgba(245,158,11,.05));
  border: 2px solid rgba(245,158,11,.25);
  color: var(--amber);
}
.circle-pink {
  background: linear-gradient(135deg, rgba(236,72,153,.15), rgba(236,72,153,.05));
  border: 2px solid rgba(236,72,153,.25);
  color: var(--pink);
}
.circle-num {
  font-family: var(--font-h); font-weight: 800; font-size: 1.1rem;
}

/* ── Hero ──────────────────────────────────────────────────── */
.hero {
  min-height: 100vh;
  background: var(--bg);
  display: flex; align-items: center;
  padding: calc(var(--nav-h) + 60px) 0 80px;
  position: relative; overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; pointer-events: none; }
.hero-orb {
  position: absolute; border-radius: 50%;
  filter: blur(100px); opacity: .1;
}
.hero-orb-1 { width: 600px; height: 600px; background: var(--blue);   top: -150px; right: -100px; animation: orb1 12s ease-in-out infinite; }
.hero-orb-2 { width: 500px; height: 500px; background: var(--purple); bottom: -120px; left: -80px; animation: orb2 15s ease-in-out infinite; }
.hero-orb-3 { width: 350px; height: 350px; background: var(--cyan);   top: 30%; left: 30%; animation: orb1 10s ease-in-out infinite reverse; }
.hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(79,142,247,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(79,142,247,.05) 1px, transparent 1px);
  background-size: 60px 60px;
}
@keyframes orb1 { 0%,100%{transform:translate(0,0) scale(1)} 50%{transform:translate(-40px,-30px) scale(1.08)} }
@keyframes orb2 { 0%,100%{transform:translate(0,0) scale(1)} 50%{transform:translate(30px,20px) scale(1.06)} }

.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .78rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: var(--cyan); border: 1px solid rgba(14,165,233,.25);
  background: rgba(14,165,233,.07); padding: 5px 16px; border-radius: 999px;
  margin-bottom: 1.5rem;
}
.hero-eyebrow .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--cyan); flex-shrink: 0; animation: pulse 2s ease-in-out infinite; }
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.5;transform:scale(.85)} }

.hero h1 {
  font-size: clamp(2.6rem,6vw,5.5rem); font-weight: 800;
  color: var(--text); line-height: 1.1; letter-spacing: -.03em; max-width: 760px;
}
.hero-desc { font-size: clamp(1rem,1.5vw,1.15rem); color: var(--muted); line-height: 1.8; max-width: 520px; margin-top: 1.25rem; }
.hero-badges { display: flex; gap: .625rem; flex-wrap: wrap; margin-top: 1.5rem; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 6px; font-size: .78rem; font-weight: 600;
  padding: 5px 13px; border-radius: 999px;
  background: rgba(15,23,42,.05); border: 1px solid var(--border); color: var(--muted);
}
.hero-stat-block { border-left: 1px solid var(--border); padding-left: 1.5rem; }
.hero-stat-num { font-family: var(--font-h); font-size: 2.2rem; font-weight: 900; color: var(--text); line-height: 1; }
.hero-stat-label { font-size: .78rem; color: var(--muted); margin-top: 3px; }

/* ── Page Banner ───────────────────────────────────────────── */
.page-banner {
  background: linear-gradient(135deg, #060a1a 0%, #0c1230 55%, #080d20 100%);
  padding: calc(var(--nav-h) + 56px) 0 64px;
  position: relative; overflow: hidden;
}
.page-banner::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 10% 60%, rgba(79,142,247,.15) 0%, transparent 60%),
    radial-gradient(ellipse 40% 60% at 88% 25%, rgba(139,92,246,.1) 0%, transparent 55%);
  pointer-events: none;
}
.page-banner .badge-eyebrow {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  color: #67e8f9; background: rgba(14,165,233,.1); border: 1px solid rgba(14,165,233,.3);
  padding: 4px 14px; border-radius: 999px; margin-bottom: .875rem;
}
.page-banner h1 { font-size: clamp(2rem,5vw,3.5rem); color: #ffffff; }
.page-banner h2 { color: #ffffff; }
.page-banner .lead-text { color: rgba(255,255,255,.68); font-size: 1.05rem; line-height: 1.75; max-width: 580px; margin-top: .875rem; }
.page-banner p { color: rgba(255,255,255,.65); }
.page-banner .text-muted { color: rgba(255,255,255,.55) !important; }
.breadcrumb-custom { display: flex; align-items: center; gap: 6px; font-size: .8rem; color: rgba(255,255,255,.38); margin-top: 1.25rem; flex-wrap: wrap; }
.breadcrumb-custom a { color: rgba(255,255,255,.42); transition: color var(--tr); }
.breadcrumb-custom a:hover { color: #93C5FD; }
.breadcrumb-custom .sep { opacity: .4; }

/* ── Stats Strip ───────────────────────────────────────────── */
.stats-strip { background: var(--bg-3); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 2.5rem 0; }
.stat-item { text-align: center; padding: 0 1.5rem; }
.stat-num { font-family: var(--font-h); font-size: 2.5rem; font-weight: 900; color: var(--text); line-height: 1; }
.stat-num span { color: var(--blue); }
.stat-label { font-size: .82rem; color: var(--muted); margin-top: 5px; }
.stat-sep { width: 1px; height: 50px; background: var(--border); flex-shrink: 0; }

/* ── Service Cards ─────────────────────────────────────────── */
.service-card { padding: 2rem; cursor: pointer; }
.service-card-title { font-family: var(--font-h); font-size: 1.15rem; font-weight: 700; color: var(--text); margin-bottom: .5rem; }
.service-card-desc  { font-size: .875rem; color: var(--muted); line-height: 1.7; }
.service-card-price { font-size: .875rem; font-weight: 700; color: var(--blue); margin-top: .75rem; }
.service-card-link  { display: inline-flex; align-items: center; gap: 6px; font-size: .875rem; font-weight: 600; color: var(--blue); margin-top: .875rem; transition: gap var(--tr); }
.service-card-link svg { width: 15px; height: 15px; transition: transform var(--tr); }
.glass-card:hover .service-card-link { gap: 10px; }
.glass-card:hover .service-card-link svg { transform: translateX(3px); }

/* ── Logo Strip ────────────────────────────────────────────── */
.logo-strip { overflow: hidden; padding: 2rem 0; background: var(--bg-3); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.logo-track { display: flex; gap: 3rem; align-items: center; animation: scroll-logos 28s linear infinite; width: max-content; }
.logo-strip:hover .logo-track { animation-play-state: paused; }
.logo-item { flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-family: var(--font-h); font-weight: 800; font-size: .9rem; color: rgba(15,23,42,.35); letter-spacing: .04em; padding: 10px 22px; border: 1px solid var(--border); border-radius: 10px; white-space: nowrap; transition: border-color var(--tr), background var(--tr); }
.logo-item:hover { border-color: rgba(79,142,247,.3); background: rgba(79,142,247,.04); }
.logo-item img { width: 28px; height: 28px; object-fit: contain; filter: grayscale(100%) opacity(.5); transition: filter .35s; flex-shrink: 0; }
.logo-item:hover img { filter: grayscale(0%) opacity(1); }
@keyframes scroll-logos { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }

/* ── Process Timeline ──────────────────────────────────────── */
.process-item { position: relative; padding-bottom: 2.5rem; }
.process-item:not(:last-child)::after {
  content: ''; position: absolute; top: 56px; left: calc(48px/2 - 1px);
  width: 2px; height: calc(100% - 56px);
  background: linear-gradient(to bottom, rgba(79,142,247,.35), transparent);
}
.process-num { font-family: var(--font-h); font-size: 1.1rem; font-weight: 800; }
.process-title { font-family: var(--font-h); font-size: 1.1rem; font-weight: 700; color: var(--text); margin-bottom: .375rem; }
.process-desc { font-size: .875rem; color: var(--muted); line-height: 1.7; }

/* ── Testimonial Card ──────────────────────────────────────── */
.testimonial-card { padding: 2rem; }
.stars { display: flex; gap: 3px; margin-bottom: .875rem; }
.stars svg { width: 16px; height: 16px; fill: #F59E0B; }
.quote-text { font-size: .9375rem; color: var(--muted); line-height: 1.8; font-style: italic; margin-bottom: 1.25rem; }
.author-avatar {
  width: 44px; height: 44px; border-radius: 50%; aspect-ratio: 1;
  background: linear-gradient(135deg, var(--blue), var(--purple));
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-h); font-weight: 800; font-size: 1rem; color: #fff;
  flex-shrink: 0;
}
.author-name { font-weight: 700; font-size: .9rem; color: var(--text); }
.author-role { font-size: .78rem; color: var(--muted); }

/* ── Blog Card ─────────────────────────────────────────────── */
.blog-card { overflow: hidden; }
.blog-card-img { position: relative; overflow: hidden; aspect-ratio: 16/9; background: var(--bg-3); }
.blog-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.blog-card:hover .blog-card-img img { transform: scale(1.08); }
.blog-card-img-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 3rem; background: linear-gradient(135deg, var(--bg-3), var(--bg-2)); }
.blog-card-body { padding: 1.5rem; }
.blog-cat {
  display: inline-block; font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  padding: 3px 10px; border-radius: 999px; color: #fff; margin-bottom: .625rem;
}
.blog-card-title { font-family: var(--font-h); font-size: 1.05rem; font-weight: 700; color: var(--text); line-height: 1.4; margin-bottom: .5rem; transition: color var(--tr); }
.blog-card:hover .blog-card-title { color: var(--blue); }
.blog-card-excerpt { font-size: .84rem; color: var(--muted); line-height: 1.7; margin-bottom: .75rem; }
.blog-date { font-size: .75rem; color: var(--muted); }

/* ── Event Card ────────────────────────────────────────────── */
.event-card { padding: 1.5rem; display: flex; gap: 1.25rem; align-items: flex-start; }
.event-date-box {
  text-align: center; min-width: 62px; padding: .75rem .5rem;
  background: linear-gradient(135deg, var(--blue), var(--blue-dk));
  border-radius: 14px; flex-shrink: 0;
  box-shadow: 0 6px 0 #1538a0, 0 10px 18px rgba(79,142,247,.25);
}
.event-date-mon { font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; color: rgba(255,255,255,.8); }
.event-date-day { font-family: var(--font-h); font-size: 2rem; font-weight: 900; color: #fff; line-height: 1; }
.event-badge { display: inline-block; font-size: .7rem; font-weight: 700; padding: 2px 8px; border-radius: 999px; background: rgba(79,142,247,.1); color: var(--blue); margin-bottom: .375rem; }
.event-title { font-family: var(--font-h); font-weight: 700; font-size: 1.05rem; color: var(--text); margin-bottom: .25rem; }
.event-location { font-size: .82rem; color: var(--muted); display: flex; align-items: center; gap: 4px; }
.event-location svg { width: 13px; height: 13px; flex-shrink: 0; }

/* ── Pricing Card ──────────────────────────────────────────── */
.pricing-card { padding: 2.25rem 2rem; position: relative; overflow: hidden; }
.pricing-card::before { content: ''; position: absolute; top: -60px; right: -60px; width: 160px; height: 160px; border-radius: 50%; background: radial-gradient(circle, rgba(79,142,247,.08), transparent 70%); pointer-events: none; }
.pricing-card--featured { background: linear-gradient(145deg, rgba(79,142,247,.07), rgba(139,92,246,.04)) !important; border-color: rgba(79,142,247,.35) !important; }
.pricing-card--featured::before { background: radial-gradient(circle, rgba(139,92,246,.1), transparent 70%); }
.featured-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, var(--blue), var(--purple)); color: #fff; font-size: .72rem; font-weight: 800; padding: 4px 18px; border-radius: 999px; white-space: nowrap; letter-spacing: .06em; text-transform: uppercase; box-shadow: 0 4px 14px rgba(79,142,247,.35); }
.pricing-tier { font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--blue); margin-bottom: .375rem; }
.pricing-name { font-family: var(--font-h); font-size: 1.5rem; font-weight: 800; color: var(--text); margin-bottom: .5rem; }
.pricing-price { font-family: var(--font-h); font-size: 3rem; font-weight: 900; color: var(--text); line-height: 1; }
.pricing-price-sub { font-size: .875rem; color: var(--muted); }
.pricing-desc { font-size: .875rem; color: var(--muted); line-height: 1.65; margin-bottom: 1.5rem; min-height: 44px; }
.pricing-divider { border: none; border-top: 1px solid var(--border); margin: 1.5rem 0; }
.pricing-feature { display: flex; gap: .625rem; align-items: flex-start; margin-bottom: .75rem; font-size: .875rem; }
.pricing-feature-text { color: var(--muted); line-height: 1.5; }
.check-icon { width: 18px; height: 18px; flex-shrink: 0; background: rgba(79,142,247,.12); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-top: .1rem; }
.check-icon svg { width: 10px; height: 10px; color: var(--blue); }

/* ── FAQ ───────────────────────────────────────────────────── */
.faq-item { border-bottom: 1px solid var(--border); }
.faq-question {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1.25rem 0; text-align: left; cursor: pointer;
  font-family: var(--font-h); font-weight: 700; font-size: 1rem; color: var(--text);
  background: none; border: none; transition: color var(--tr);
}
.faq-question:hover { color: var(--blue); }
.faq-icon {
  width: 30px; height: 30px; border-radius: 50%; aspect-ratio: 1;
  border: 1.5px solid var(--border); display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; transition: background var(--tr), border-color var(--tr);
}
.faq-item.open .faq-icon { background: var(--blue); border-color: var(--blue); }
.faq-icon svg { width: 14px; height: 14px; color: var(--muted); transition: transform var(--tr); }
.faq-item.open .faq-icon svg { transform: rotate(180deg); color: #fff; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .4s ease; }
.faq-answer p { padding: 0 0 1.25rem; font-size: .9rem; color: var(--muted); line-height: 1.8; }
.faq-item.open .faq-answer { max-height: 600px; }

/* ── Team Card ─────────────────────────────────────────────── */
.team-card { padding: 2rem; text-align: center; }
.team-avatar-wrap { position: relative; display: inline-block; margin-bottom: 1rem; }
.team-avatar {
  width: 90px; height: 90px; border-radius: 50%; aspect-ratio: 1;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-h); font-size: 2rem; font-weight: 900; color: #fff;
  margin: 0 auto;
}
.team-avatar-ring {
  position: absolute; inset: -4px; border-radius: 50%;
  border: 2px solid transparent;
  background: linear-gradient(var(--bg), var(--bg)) padding-box,
              linear-gradient(135deg, var(--blue), var(--purple)) border-box;
}
.team-name { font-family: var(--font-h); font-weight: 700; font-size: 1rem; color: var(--text); }
.team-role { color: var(--blue); font-size: .8125rem; font-weight: 600; margin: 3px 0 .5rem; }
.team-bio  { font-size: .82rem; color: var(--muted); line-height: 1.65; }

/* ── Value Card ────────────────────────────────────────────── */
.value-card { padding: 1.75rem; display: flex; gap: 1.125rem; }
.value-title { font-family: var(--font-h); font-weight: 700; color: var(--text); font-size: 1rem; margin-bottom: .3rem; }
.value-desc  { font-size: .84rem; color: var(--muted); line-height: 1.65; }

/* ── Office Card ───────────────────────────────────────────── */
.office-card { padding: 1.75rem; }
.office-flag { font-size: 2.25rem; margin-bottom: .625rem; line-height: 1; display: block; }
.office-city { font-family: var(--font-h); font-weight: 800; font-size: 1.15rem; color: var(--text); margin-bottom: .25rem; }
.office-addr { font-size: .82rem; color: var(--muted); line-height: 1.6; margin-bottom: .5rem; }
.office-contact { font-size: .8rem; color: var(--blue); }

/* ── Tech chips ────────────────────────────────────────────── */
.tech-chip {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 6px 16px; border-radius: 999px;
  background: rgba(15,23,42,.04);
  border: 1px solid var(--border);
  font-size: .8125rem; font-weight: 600; color: var(--muted);
  transition: all var(--tr);
}
.tech-chip:hover { background: rgba(79,142,247,.08); border-color: rgba(79,142,247,.3); color: var(--blue); }
.tech-chips { display: flex; flex-wrap: wrap; gap: .5rem; }

/* ── CTA Section ───────────────────────────────────────────── */
.cta-section { position: relative; overflow: hidden; padding: 80px 0; background: var(--bg-2); }
.cta-section::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 120% at 50% -10%, rgba(79,142,247,.07) 0%, transparent 65%);
  pointer-events: none;
}
.cta-section-inner { position: relative; z-index: 1; }
.cta-glow-line { height: 2px; background: linear-gradient(90deg, transparent, var(--blue), var(--purple), transparent); margin-bottom: 2.5rem; opacity: .35; }

/* ── Forms ─────────────────────────────────────────────────── */
.form-control-custom, .form-select-custom {
  width: 100%; padding: 13px 16px;
  background: #FFFFFF;
  border: 1.5px solid var(--border);
  border-radius: var(--r);
  color: var(--text); font-family: var(--font-b); font-size: .9rem;
  outline: none;
  transition: border-color var(--tr), background var(--tr), box-shadow var(--tr);
}
.form-control-custom:focus, .form-select-custom:focus {
  border-color: var(--blue);
  background: rgba(79,142,247,.03);
  box-shadow: 0 0 0 3px rgba(79,142,247,.12);
}
.form-control-custom::placeholder { color: rgba(15,23,42,.3); }
.form-select-custom option { background: #FFFFFF; color: var(--text); }
textarea.form-control-custom { resize: vertical; min-height: 130px; }
.form-label-custom { display: block; font-size: .84rem; font-weight: 600; color: rgba(15,23,42,.65); margin-bottom: 7px; }
.form-group { margin-bottom: 1.25rem; }
.form-status { padding: 12px 16px; border-radius: var(--r); font-size: .875rem; display: none; margin-top: .75rem; }
.form-status.success { background: rgba(16,185,129,.08); color: #059669; border: 1px solid rgba(16,185,129,.2); display: block; }
.form-status.error   { background: rgba(239,68,68,.07); color: #DC2626; border: 1px solid rgba(239,68,68,.15); display: block; }

/* ── Contact Card ──────────────────────────────────────────── */
.contact-info-card { padding: 2rem; }
.contact-info-row { display: flex; gap: 1rem; align-items: flex-start; margin-bottom: 1.25rem; }
.contact-info-label { font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-bottom: 2px; }
.contact-info-value { font-size: .9375rem; color: var(--text); }

/* ═══════════════════════════════════════════════════════════════
   Footer — Dark Blue + Violet (matches public site cinematic palette)
   ═══════════════════════════════════════════════════════════════ */
.footer {
  background:
    radial-gradient(ellipse at top left,  rgba(208, 188, 255, 0.06) 0%, transparent 55%),
    radial-gradient(ellipse at top right, rgba(173, 198, 255, 0.04) 0%, transparent 55%),
    linear-gradient(180deg, #0b1326 0%, #08101f 100%);
  border-top: 1px solid rgba(208, 188, 255, 0.12);
  padding: 80px 0 0;
  position: relative;
}
.footer::before {
  content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 280px; height: 1px;
  background: linear-gradient(90deg, transparent, #d0bcff, transparent);
}

/* Brand / logo */
.footer-logo {
  display: inline-flex; align-items: center; gap: 10px;
  margin-bottom: 1rem; text-decoration: none;
  transition: opacity .2s;
}
.footer-logo:hover { opacity: .85; }
.footer-logo-img {
  height: 40px; width: auto; max-width: 200px;
  display: block; object-fit: contain;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,.3));
}
.footer-logo-name {
  font-family: var(--font-h); font-weight: 800; font-size: 1.1rem;
  color: #e8ecf8;
}

.footer-tagline {
  font-size: .875rem; color: rgba(232, 236, 248, 0.55);
  line-height: 1.7; margin-bottom: 1.25rem;
  max-width: 360px;
}

/* Social icons */
.footer-social { display: flex; gap: .625rem; }
.footer-social-a {
  width: 38px; height: 38px; border-radius: 50%; aspect-ratio: 1;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(232, 236, 248, 0.75);
  transition: all .25s;
}
.footer-social-a:hover {
  background: rgba(208, 188, 255, 0.18);
  border-color: rgba(208, 188, 255, 0.40);
  color: #d0bcff;
  transform: translateY(-2px);
}
.footer-social-a svg { width: 15px; height: 15px; }

/* Column titles + links */
.footer-col-title {
  font-family: var(--font-h); font-weight: 700; font-size: .78rem;
  color: #ffffff; text-transform: uppercase; letter-spacing: .12em;
  margin-bottom: 1.125rem;
}
.footer-link {
  display: block; font-size: .875rem;
  color: rgba(232, 236, 248, 0.60);
  margin-bottom: .55rem; text-decoration: none;
  transition: color .2s, transform .2s;
}
.footer-link:hover {
  color: #d0bcff; transform: translateX(3px);
}

/* Newsletter */
.footer-newsletter-form { display: flex; gap: .5rem; }
.footer-newsletter-input {
  flex: 1; padding: 11px 14px; border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.10);
  color: #ffffff; font-size: .88rem; outline: none;
  transition: border-color .2s, background .2s;
}
.footer-newsletter-input:focus {
  border-color: rgba(208, 188, 255, 0.50);
  background: rgba(255, 255, 255, 0.06);
}
.footer-newsletter-input::placeholder { color: rgba(232, 236, 248, 0.30); }
.footer-newsletter-btn {
  padding: 11px 22px; border-radius: 10px; border: none;
  background: linear-gradient(135deg, #d0bcff 0%, #adc6ff 100%);
  color: #0b1326; font-weight: 700; font-size: .88rem;
  cursor: pointer; white-space: nowrap;
  transition: transform .2s, box-shadow .2s;
}
.footer-newsletter-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(208, 188, 255, 0.35);
}

/* Offices */
.footer-offices {
  padding: 2rem 0; margin-top: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.footer-office-flag { font-size: 1.5rem; margin-bottom: 4px; line-height: 1; display: block; }
.footer-office-city { font-size: .875rem; font-weight: 700; color: #ffffff; }
.footer-office-addr {
  font-size: .76rem; color: rgba(232, 236, 248, 0.50);
  line-height: 1.6; margin-top: 3px;
}

/* Bottom bar */
.footer-bottom { padding: 1.4rem 0; }
.footer-bottom-text { font-size: .78rem; color: rgba(232, 236, 248, 0.30); }
.footer-bottom-link {
  font-size: .78rem; color: rgba(232, 236, 248, 0.30);
  text-decoration: none; transition: color .2s;
}
.footer-bottom-link:hover { color: #d0bcff; }

/* Override any inline color:var(--blue) inside footer SVGs (e.g. phone + office pin) */
.footer svg[style*="--blue"] { color: #d0bcff !important; }

/* ── Chat Widget ───────────────────────────────────────────── */
.chat-widget { position: fixed; bottom: 24px; right: 24px; z-index: 900; }
.chat-widget__toggle {
  width: 56px; height: 56px; border-radius: 50%; aspect-ratio: 1;
  background: linear-gradient(135deg, var(--blue), var(--purple));
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 22px rgba(79,142,247,.45);
  transition: transform var(--tr-spring), box-shadow var(--tr);
  border: none; cursor: pointer;
}
.chat-widget__toggle:hover { transform: scale(1.1); box-shadow: 0 10px 30px rgba(79,142,247,.55); }
.chat-widget__panel {
  position: absolute; bottom: 68px; right: 0; width: 340px;
  background: rgba(255,255,255,.99);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  box-shadow: 0 24px 64px rgba(0,0,0,.12);
  display: none; flex-direction: column; overflow: hidden;
}
.chat-widget__panel.open { display: flex; }
.chat-widget__header { background: var(--bg-2); padding: 1rem 1.25rem; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--border); }
.chat-widget__header-info { display: flex; align-items: center; gap: .75rem; }
.chat-widget__avatar { width: 36px; height: 36px; border-radius: 50%; aspect-ratio: 1; background: linear-gradient(135deg, var(--blue), var(--purple)); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.chat-widget__name   { font-weight: 700; font-size: .875rem; color: var(--text); }
.chat-widget__status { font-size: .72rem; color: var(--muted); display: flex; align-items: center; gap: 4px; }
.chat-widget__status::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--green); display: inline-block; }
.chat-widget__close  { background: none; border: none; color: var(--muted); cursor: pointer; font-size: .9rem; padding: 4px; }
.chat-widget__messages { flex: 1; overflow-y: auto; padding: 1rem; max-height: 310px; display: flex; flex-direction: column; gap: 10px; }
.chat-widget__input-wrap { display: flex; gap: 8px; padding: 1rem; border-top: 1px solid var(--border); }
.chat-widget__input { flex: 1; padding: 9px 14px; border-radius: 999px; background: var(--bg-2); border: 1.5px solid var(--border); color: var(--text); font-size: .85rem; outline: none; }
.chat-widget__input:focus { border-color: var(--blue); }
.chat-widget__send { width: 36px; height: 36px; border-radius: 50%; aspect-ratio: 1; background: var(--blue); display: flex; align-items: center; justify-content: center; border: none; cursor: pointer; flex-shrink: 0; }
.chat-msg--user { align-self: flex-end; max-width: 80%; }
.chat-msg--bot  { align-self: flex-start; max-width: 85%; display: flex; gap: 8px; align-items: flex-end; }
.chat-msg__bubble { padding: 9px 14px; border-radius: 16px; font-size: .84rem; line-height: 1.55; }
.chat-msg--user .chat-msg__bubble { background: linear-gradient(135deg, var(--blue), var(--blue-dk)); color: #fff; border-bottom-right-radius: 4px; }
.chat-msg--bot  .chat-msg__bubble { background: var(--bg-2); color: var(--text); border: 1px solid var(--border); border-bottom-left-radius: 4px; }
.chat-msg__avatar { width: 26px; height: 26px; border-radius: 50%; aspect-ratio: 1; background: linear-gradient(135deg, var(--blue), var(--purple)); flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.chat-msg__avatar svg { width: 14px; height: 14px; color: #fff; }
.chat-typing { display: flex; gap: 4px; align-items: center; padding: 4px 2px; }
.chat-typing span { width: 7px; height: 7px; border-radius: 50%; background: var(--muted); animation: typing-bounce 1.2s ease-in-out infinite; }
.chat-typing span:nth-child(2) { animation-delay: .2s; }
.chat-typing span:nth-child(3) { animation-delay: .4s; }
@keyframes typing-bounce { 0%,60%,100%{transform:translateY(0)} 30%{transform:translateY(-6px)} }
.chat-lead-chip { display:flex; align-items:center; gap:6px; font-size:.75rem; color:#34d399; background:rgba(52,211,153,.1); border:1px solid rgba(52,211,153,.2); border-radius:999px; padding:5px 12px; margin:4px auto; width:fit-content; }

/* ── Badge ─────────────────────────────────────────────────── */
.badge-custom { display: inline-flex; align-items: center; gap: 4px; font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; padding: 3px 10px; border-radius: 999px; }
.badge-blue   { background: rgba(79,142,247,.12); color: var(--blue);   border: 1px solid rgba(79,142,247,.2); }
.badge-purple { background: rgba(139,92,246,.12); color: var(--purple); border: 1px solid rgba(139,92,246,.2); }
.badge-cyan   { background: rgba(14,165,233,.1);  color: var(--cyan);   border: 1px solid rgba(14,165,233,.2); }
.badge-green  { background: rgba(16,185,129,.1);  color: var(--green);  border: 1px solid rgba(16,185,129,.2); }
.badge-amber  { background: rgba(245,158,11,.1);  color: var(--amber);  border: 1px solid rgba(245,158,11,.2); }
.badge-pink   { background: rgba(236,72,153,.1);  color: var(--pink);   border: 1px solid rgba(236,72,153,.2); }
.badge-red    { background: rgba(239,68,68,.1);   color: var(--red);    border: 1px solid rgba(239,68,68,.2); }

/* ── GSAP initial states ───────────────────────────────────── */
.gsap-fade-up { opacity: 0; transform: translateY(32px); }
.gsap-fade-in { opacity: 0; }
.gsap-slide-l { opacity: 0; transform: translateX(-32px); }
.gsap-slide-r { opacity: 0; transform: translateX(32px); }
.gsap-scale   { opacity: 0; transform: scale(.92); }

/* ── Neon Glow border ──────────────────────────────────────── */
.glow-border-blue   { box-shadow: 0 0 0 1px rgba(79,142,247,.4), 0 0 20px rgba(79,142,247,.1); }
.glow-border-purple { box-shadow: 0 0 0 1px rgba(139,92,246,.4), 0 0 20px rgba(139,92,246,.1); }

/* ── Divider ───────────────────────────────────────────────── */
.divider-glow { height: 1px; background: linear-gradient(90deg, transparent 0%, var(--blue) 40%, var(--purple) 60%, transparent 100%); opacity: .3; border: none; }

/* ── Responsive ────────────────────────────────────────────── */
@media (max-width: 1024px) { :root { --sec-py: 72px; } }
@media (max-width: 768px) {
  :root { --sec-py: 56px; --nav-h: 64px; }
  .hero h1 { font-size: 2.4rem; }
  .hero-stat-block { border-left: none; border-top: 1px solid var(--border); padding-top: 1rem; padding-left: 0; }
  .stat-sep { display: none; }
  .cta-section { padding: 56px 0; }
  .chat-widget__panel { width: 300px; }
  .footer-newsletter-form { flex-direction: column; }
}
@media (max-width: 480px) {
  .hero h1 { font-size: 2rem; }
  .hero-badges { display: none; }
  .chat-widget__panel { width: 280px; right: -4px; }
  .pricing-card { padding: 1.75rem 1.25rem; }
}
@media (max-width: 576px) {
  .footer-offices [class*=col-] { flex: 0 0 100%; max-width: 100%; }
}
@media print { .navbar, .footer, .chat-widget { display: none !important; } }
