/* =================================================================
   AI CONSULTATION — PREMIUM GOLD STYLESHEET v2
   Playfair Display · Inter · Dark Navy · Gold Plated
   ================================================================= */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:wght@400;600;700&family=DM+Sans:wght@400;500;600;700;800&display=swap');

:root {
  /* Color System */
  --bg-primary:    #050810;
  --bg-secondary:  #09101a;
  --bg-glass:      #0d1829;
  --gold:          #c9a84c;
  --gold-light:    #e4c76b;
  --gold-hover:    #f5df96;
  --gold-dim:      rgba(201,168,76,0.18);
  --gold-muted:    rgba(201,168,76,0.08);
  --emerald-glow:  rgba(20,180,100,0.12);
  --text-white:    #f4efe6;
  --text-ivory:    #ede8dd;
  --text-secondary:#a8b5c4;
  --text-muted:    #5e6e7e;
  --border-gold:   rgba(201,168,76,0.20);
  --border-gold-strong: rgba(201,168,76,0.45);
  --divider:       rgba(255,255,255,0.05);
  --red-soft:      #e05c5c;
  --green-soft:    #4ade80;

  --glass-bg:      rgba(10,18,34,0.75);
  --glass-border:  rgba(255,255,255,0.07);

  /* Typography */
  --font-heading: 'DM Sans', 'Inter', 'Segoe UI', Arial, sans-serif;
  --font-body:    'Inter', 'Segoe UI', Arial, sans-serif;
  --font-ui:      'Inter', 'Segoe UI', Arial, sans-serif;

  /* Layout */
  --container:   1260px;
  --radius-xl:   32px;
  --radius-lg:   24px;
  --radius-md:   16px;
  --radius-sm:   10px;
  --radius-xs:   6px;
  --ease:        cubic-bezier(.22,1,.36,1);
  --ease-out:    cubic-bezier(0,.55,.45,1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  background: var(--bg-primary);
  color: var(--text-white);
  font-family: var(--font-body);
  font-weight: 400;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  letter-spacing: 0.01em;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; margin: 0; padding: 0; }
button { font-family: var(--font-ui); cursor: pointer; background: none; border: none; color: inherit; }
h1, h2, h3, h4 { font-family: var(--font-heading); margin: 0; font-weight: 700; line-height: 1.15; letter-spacing: -0.02em; }
p { margin: 0; }
em { font-style: normal; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 32px;
}

/* ---------- Section type ---------- */
.section-eyebrow {
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold-light);
  font-weight: 600;
  margin: 0 0 16px;
  display: inline-block;
  font-family: var(--font-ui);
}
.section-eyebrow.center { display: block; text-align: center; }
.section-head { max-width: 720px; margin: 0 auto 64px; text-align: center; }
.section-title {
  font-size: clamp(26px, 3.2vw, 40px);
  line-height: 1.15;
  color: var(--text-ivory);
  font-weight: 700;
}
.section-sub {
  font-size: 16px;
  color: var(--text-secondary);
  margin-top: 16px;
  line-height: 1.75;
}
.muted { color: var(--text-secondary); }
section { position: relative; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 999px;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: var(--font-ui);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease),
              background .35s var(--ease), border-color .35s var(--ease);
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
.btn-icon {
  width: 16px; height: 16px;
  stroke: currentColor; fill: none;
  stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round;
  flex-shrink: 0;
}
.btn-icon-right {
  width: 15px; height: 15px;
  stroke: currentColor; fill: none;
  stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round;
  flex-shrink: 0;
}
.btn-gold {
  background: linear-gradient(135deg, #a87c28 0%, #d9b44a 40%, #f2d878 65%, #c49830 100%);
  background-size: 220% auto;
  color: #0a0700;
  box-shadow: 0 8px 28px -10px rgba(201,168,76,.65), inset 0 1px 0 rgba(255,255,255,.22);
  border: 1px solid rgba(201,168,76,0.5);
}
.btn-gold:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 16px 38px -14px rgba(201,168,76,.8), inset 0 1px 0 rgba(255,255,255,.28);
  background-position: right center;
}
.btn-ghost {
  background: rgba(255,255,255,0.03);
  color: var(--text-ivory);
  border: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(8px);
}
.btn-ghost:hover {
  border-color: var(--border-gold-strong);
  color: var(--gold-light);
  transform: translateY(-2px);
  background: rgba(201,168,76,0.07);
}
.btn-lg { padding: 18px 44px; font-size: 13px; }
.btn-nav { padding: 10px 22px; font-size: 11px; }

/* ── Nav actions group: phone + book-a-demo ── */
.nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

/* ── Premium phone button ── */
.btn-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px 9px 12px;
  border-radius: 999px;
  /* Dark base with subtle gold-tinted border */
  background: linear-gradient(
    135deg,
    rgba(12, 10, 3, 0.96) 0%,
    rgba(24, 19, 6, 0.92) 60%,
    rgba(18, 14, 4, 0.96) 100%
  );
  border: 1px solid rgba(201, 168, 76, 0.38);
  color: var(--text-ivory);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  font-family: var(--font-ui);
  box-shadow:
    0 0 0 1px rgba(201, 168, 76, 0.12),
    0 4px 18px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 240, 160, 0.08),
    inset 0 -1px 0 rgba(0, 0, 0, 0.4);
  transition:
    transform 0.3s var(--ease),
    border-color 0.3s var(--ease),
    box-shadow 0.3s var(--ease),
    background 0.3s var(--ease);
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.btn-phone::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    105deg,
    transparent 35%,
    rgba(245, 217, 139, 0.08) 50%,
    transparent 65%
  );
  background-size: 200% 100%;
  background-position: -100% 0;
  transition: background-position 0.55s ease;
  pointer-events: none;
}
.btn-phone svg {
  width: 14px;
  height: 14px;
  stroke: #c9a84c;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
  filter: drop-shadow(0 0 4px rgba(201, 168, 76, 0.5));
  transition: transform 0.3s ease;
}
.btn-phone span {
  background: linear-gradient(135deg, #e8c96a 0%, #f5df96 50%, #c9a84c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
}
.btn-phone:hover {
  transform: translateY(-2px);
  border-color: rgba(201, 168, 76, 0.65);
  box-shadow:
    0 0 0 1px rgba(201, 168, 76, 0.25),
    0 8px 28px rgba(201, 168, 76, 0.2),
    0 4px 12px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255, 240, 160, 0.12);
}
.btn-phone:hover::before {
  background-position: 200% 0;
}
.btn-phone:hover svg {
  transform: rotate(-10deg) scale(1.1);
}


/* =================================================================
   HEADER
   ================================================================= */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  padding: 22px 0;
  transition: all .5s var(--ease);
  background: rgba(5,8,16,0.15);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  padding: 14px 0;
  background: rgba(5,8,16,0.6);
  backdrop-filter: blur(28px) saturate(160%);
  -webkit-backdrop-filter: blur(28px) saturate(160%);
  border-bottom: 1px solid rgba(201,168,76,0.25);
  box-shadow: 0 8px 36px -18px rgba(0,0,0,0.75);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.logo { display: flex; align-items: center; gap: 12px; }
.logo-mark {
  width: 40px; height: 40px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 10px;
  background: linear-gradient(135deg, #b8952a 0%, #e4c76b 50%, #f5df96 100%);
  color: #0a0700;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 16px;
  flex-shrink: 0;
  box-shadow: 0 4px 18px rgba(201,168,76,0.4);
}
.logo-text {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 600;
  color: var(--text-ivory);
  letter-spacing: 0.3px;
}
.main-nav ul { display: flex; gap: 32px; }
.main-nav a {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--text-secondary);
  position: relative;
  padding-bottom: 4px;
  transition: color .3s var(--ease);
  font-weight: 500;
}
.main-nav a::after {
  content: "";
  position: absolute; left: 0; bottom: 0;
  width: 0; height: 1px;
  background: var(--gold-light);
  transition: width .4s var(--ease);
}
.main-nav a:hover { color: var(--text-ivory); }
.main-nav a:hover::after { width: 100%; }

.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 6px;
  z-index: 1100;
}
.menu-toggle span {
  width: 22px; height: 1.5px; background: var(--text-ivory);
  transition: transform .3s var(--ease), opacity .3s var(--ease);
}
.menu-toggle.active span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.menu-toggle.active span:nth-child(2) { opacity: 0; }
.menu-toggle.active span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

.mobile-nav {
  position: fixed; inset: 0;
  background: rgba(5,8,16,0.97);
  backdrop-filter: blur(24px);
  z-index: 999;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 48px;
  transform: translateY(-100%);
  opacity: 0;
  transition: transform .5s var(--ease), opacity .4s var(--ease);
  pointer-events: none;
}
.mobile-nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
.mobile-nav ul { display: flex; flex-direction: column; align-items: center; gap: 28px; }
.mobile-nav a { font-size: 22px; font-family: var(--font-heading); color: var(--text-ivory); letter-spacing: 1px; }

/* =================================================================
   HERO — GOLD PLATED PREMIUM
   ================================================================= */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 160px 0 120px;
  overflow: hidden;
  background: var(--bg-primary);
}

/* Grid pattern background */
.hero-bg-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(201,168,76,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,168,76,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none; z-index: 0;
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 20%, transparent 80%);
}

/* Diagonal gold bar accent */
.hero-diagonal-bar {
  position: absolute;
  top: -80px; right: -200px;
  width: 700px; height: 700px;
  background: linear-gradient(135deg,
    rgba(201,168,76,0.18) 0%,
    rgba(201,168,76,0.04) 40%,
    transparent 70%);
  transform: rotate(-22deg);
  pointer-events: none; z-index: 0;
  border-radius: 50%;
  filter: blur(40px);
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(110px);
  pointer-events: none;
}
.hero-glow-1 {
  width: 900px; height: 900px;
  background: radial-gradient(circle, rgba(201,168,76,.14), transparent 60%);
  top: -300px; right: -250px;
  animation: drift1 38s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}
.hero-glow-2 {
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(20,60,100,.28), transparent 65%);
  bottom: -200px; left: -150px;
  animation: drift2 44s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite 4s;
}
.hero-glow-3 {
  width: 350px; height: 350px;
  background: radial-gradient(circle, rgba(201,168,76,.08), transparent 70%);
  top: 45%; left: 38%;
  animation: drift3 36s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite 8s;
}
@keyframes drift1 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  20%      { transform: translate(-90px, 70px) scale(1.06); }
  40%      { transform: translate(-160px, 140px) scale(0.96); }
  60%      { transform: translate(-70px, 200px) scale(1.08); }
  80%      { transform: translate(50px, 90px) scale(1.02); }
}
@keyframes drift2 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  25%      { transform: translate(120px, -80px) scale(1.08); }
  50%      { transform: translate(200px, 20px) scale(0.94); }
  75%      { transform: translate(80px, 120px) scale(1.05); }
}
@keyframes drift3 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  30%      { transform: translate(-100px, -60px) scale(1.1); }
  55%      { transform: translate(80px, 100px) scale(0.92); }
  80%      { transform: translate(140px, -40px) scale(1.06); }
}

/* =================================================================
   HERO — AURORA / NEBULA PREMIUM ANIMATION (Swimlane-style)
   ================================================================= */
.hero-aurora-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.aurora-blob {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  will-change: transform, opacity;
}

/* Blob 1 — Deep cobalt blue, top-left */
.aurora-blob-1 {
  width: 1100px; height: 900px;
  top: -30%; left: -20%;
  background: radial-gradient(ellipse at center,
    rgba(30, 60, 180, 0.38) 0%,
    rgba(20, 40, 140, 0.22) 35%,
    rgba(10, 20, 80, 0.08) 60%,
    transparent 80%);
  filter: blur(80px);
  animation: auroraFloat1 45s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}

/* Blob 2 — Indigo/violet, top-right */
.aurora-blob-2 {
  width: 900px; height: 800px;
  top: -25%; right: -15%;
  background: radial-gradient(ellipse at center,
    rgba(90, 40, 200, 0.32) 0%,
    rgba(60, 20, 160, 0.18) 40%,
    rgba(30, 10, 80, 0.06) 65%,
    transparent 85%);
  filter: blur(90px);
  animation: auroraFloat2 52s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite 5s;
}

/* Blob 3 — Warm rose-gold, center-right */
.aurora-blob-3 {
  width: 700px; height: 700px;
  top: 20%; right: 5%;
  background: radial-gradient(ellipse at center,
    rgba(200, 80, 120, 0.20) 0%,
    rgba(180, 60, 100, 0.10) 45%,
    rgba(140, 40, 80, 0.04) 65%,
    transparent 85%);
  filter: blur(100px);
  animation: auroraFloat3 48s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite 10s;
}

/* Blob 4 — Warm amber/gold, bottom-center */
.aurora-blob-4 {
  width: 800px; height: 600px;
  bottom: -20%; left: 20%;
  background: radial-gradient(ellipse at center,
    rgba(201, 168, 76, 0.18) 0%,
    rgba(180, 140, 50, 0.10) 40%,
    rgba(140, 100, 30, 0.04) 65%,
    transparent 85%);
  filter: blur(90px);
  animation: auroraFloat4 40s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite 14s;
}

/* Blob 5 — Deep teal/emerald, bottom-left, subtle */
.aurora-blob-5 {
  width: 600px; height: 550px;
  bottom: 0%; left: -10%;
  background: radial-gradient(ellipse at center,
    rgba(10, 160, 130, 0.16) 0%,
    rgba(5, 120, 100, 0.08) 45%,
    rgba(2, 80, 60, 0.03) 65%,
    transparent 85%);
  filter: blur(110px);
  animation: auroraFloat5 56s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite 18s;
}

@keyframes auroraFloat1 {
  0%   { transform: translate(0, 0) scale(1); opacity: 0.85; }
  12%  { transform: translate(140px, 60px) scale(1.08); opacity: 0.95; }
  25%  { transform: translate(260px, 130px) scale(1.14); opacity: 1; }
  38%  { transform: translate(190px, 240px) scale(0.94); opacity: 0.88; }
  50%  { transform: translate(70px, 300px) scale(1.06); opacity: 0.92; }
  62%  { transform: translate(-120px, 220px) scale(1.1); opacity: 0.98; }
  75%  { transform: translate(-80px, 90px) scale(0.92); opacity: 0.82; }
  88%  { transform: translate(90px, 35px) scale(1.04); opacity: 0.9; }
  100% { transform: translate(0, 0) scale(1); opacity: 0.85; }
}
@keyframes auroraFloat2 {
  0%   { transform: translate(0, 0) scale(1); opacity: 0.9; }
  15%  { transform: translate(-130px, 110px) scale(1.12); opacity: 1; }
  30%  { transform: translate(-240px, 190px) scale(0.94); opacity: 0.82; }
  45%  { transform: translate(-110px, 280px) scale(1.08); opacity: 0.95; }
  60%  { transform: translate(90px, 220px) scale(1.16); opacity: 0.88; }
  75%  { transform: translate(180px, 90px) scale(0.96); opacity: 0.92; }
  90%  { transform: translate(50px, -50px) scale(1.05); opacity: 0.98; }
  100% { transform: translate(0, 0) scale(1); opacity: 0.9; }
}
@keyframes auroraFloat3 {
  0%   { transform: translate(0, 0) scale(1) rotate(0deg); opacity: 0.78; }
  20%  { transform: translate(-170px, -90px) scale(1.12) rotate(6deg); opacity: 0.95; }
  40%  { transform: translate(-300px, 50px) scale(0.9) rotate(-4deg); opacity: 0.85; }
  55%  { transform: translate(-130px, 180px) scale(1.16) rotate(8deg); opacity: 1; }
  70%  { transform: translate(110px, 140px) scale(0.94) rotate(-6deg); opacity: 0.88; }
  85%  { transform: translate(70px, -70px) scale(1.08) rotate(3deg); opacity: 0.92; }
  100% { transform: translate(0, 0) scale(1) rotate(0deg); opacity: 0.78; }
}
@keyframes auroraFloat4 {
  0%   { transform: translate(0, 0) scale(1); opacity: 0.88; }
  18%  { transform: translate(180px, -140px) scale(1.14); opacity: 1; }
  36%  { transform: translate(320px, -70px) scale(0.92); opacity: 0.85; }
  54%  { transform: translate(140px, 50px) scale(1.08); opacity: 0.94; }
  72%  { transform: translate(-120px, 100px) scale(1.12); opacity: 0.9; }
  88%  { transform: translate(-200px, -30px) scale(0.96); opacity: 0.82; }
  100% { transform: translate(0, 0) scale(1); opacity: 0.88; }
}
@keyframes auroraFloat5 {
  0%   { transform: translate(0, 0) scale(1); opacity: 0.65; }
  20%  { transform: translate(130px, -90px) scale(1.1); opacity: 0.85; }
  40%  { transform: translate(240px, -50px) scale(0.94); opacity: 0.72; }
  60%  { transform: translate(160px, 120px) scale(1.12); opacity: 0.9; }
  80%  { transform: translate(-90px, 160px) scale(0.98); opacity: 0.78; }
  100% { transform: translate(0, 0) scale(1); opacity: 0.65; }
}


/* Gold bottom separator */
.hero::after {
  content: "";
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201,168,76,0.4) 30%, rgba(201,168,76,0.4) 70%, transparent);
}

.hero-particles { position: absolute; inset: 0; pointer-events: none; z-index: 1; }
.particle {
  position: absolute;
  width: 2px; height: 2px;
  background: var(--gold-light);
  border-radius: 50%;
  opacity: .4;
  animation: rise linear infinite;
}
@keyframes rise {
  0%{ transform: translateY(0) translateX(0); opacity: 0; }
  10%{ opacity: .5; }
  90%{ opacity: .2; }
  100%{ transform: translateY(-110vh) translateX(18px); opacity: 0; }
}

.hero-grid {
  position: relative; z-index: 2;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 80px;
  align-items: center;
}

/* Hero Badge */
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px;
  border-radius: 999px;
  border: 1px solid rgba(201,168,76,0.3);
  background: rgba(201,168,76,0.06);
  backdrop-filter: blur(10px);
  font-size: 11px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--gold-light);
  font-weight: 600;
  margin-bottom: 32px;
  width: fit-content;
}
.hero-badge-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--gold-light);
  box-shadow: 0 0 8px rgba(228,199,107,0.8);
  animation: pulseBadge 2s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes pulseBadge {
  0%,100%{ box-shadow: 0 0 6px rgba(228,199,107,0.7); }
  50%{ box-shadow: 0 0 16px rgba(228,199,107,1); }
}

.hero-title {
  font-size: clamp(40px, 5.5vw, 68px);
  line-height: 1.05;
  color: var(--text-ivory);
  margin-bottom: 28px;
  font-family: var(--font-heading);
  font-weight: 700;
}
/* Gold shimmer text */
.gold-text-stroke {
  background: linear-gradient(135deg, #c9a84c 0%, #f5df96 35%, #e4c76b 60%, #a87c28 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: shimmerText 4s linear infinite;
}
@keyframes shimmerText {
  0%{ background-position: 0% center; }
  100%{ background-position: 200% center; }
}

.hero-sub {
  font-size: 17px;
  color: var(--text-secondary);
  max-width: 520px;
  margin-bottom: 40px;
  line-height: 1.8;
}

/* Hero inline stats */
.hero-stats-row {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 44px;
  background: rgba(201,168,76,0.05);
  border: 1px solid rgba(201,168,76,0.15);
  border-radius: 14px;
  padding: 20px 28px;
  width: fit-content;
  backdrop-filter: blur(10px);
}
.hero-stat {
  text-align: center;
  padding: 0 24px;
}
.hero-stat:first-child { padding-left: 0; }
.hero-stat:last-child { padding-right: 0; }
.hero-stat strong {
  display: block;
  font-family: var(--font-heading);
  font-size: 26px;
  font-weight: 700;
  background: linear-gradient(135deg, var(--gold), var(--gold-hover));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1;
  margin-bottom: 4px;
}
.hero-stat span {
  font-size: 11px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 500;
}
.hero-stat-divider {
  width: 1px;
  height: 44px;
  background: rgba(201,168,76,0.15);
  flex-shrink: 0;
}

.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }

/* Visual */
.hero-visual { position: relative; display: flex; justify-content: center; }
.visual-core {
  position: relative;
  width: 100%;
  max-width: 480px;
  aspect-ratio: 1/1;
}

/* Hex rings */
.hex-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid;
  pointer-events: none;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
}
.hex-ring-1 {
  width: 85%; height: 85%;
  border-color: rgba(201,168,76,0.12);
  box-shadow: inset 0 0 60px rgba(201,168,76,0.04);
  animation: spinSlow 60s linear infinite;
}
.hex-ring-2 {
  width: 65%; height: 65%;
  border-color: rgba(201,168,76,0.08);
  animation: spinSlow 40s linear infinite reverse;
}
.hex-ring-3 {
  width: 42%; height: 42%;
  border-color: rgba(201,168,76,0.22);
  box-shadow: 0 0 40px rgba(201,168,76,0.1);
  animation: spinSlow 25s linear infinite;
}
@keyframes spinSlow { to { transform: translate(-50%,-50%) rotate(360deg); } }

.orbit-svg { width: 100%; height: 100%; position: relative; z-index: 2; }
.orbit-ring {
  fill: none;
  stroke: rgba(201,168,76,0.1);
  stroke-width: 1;
}
.orbit-ring-2 {
  stroke: rgba(255,255,255,0.05);
  animation: spin 50s linear infinite;
  transform-origin: 240px 240px;
}
.orbit-ring-3 {
  stroke: rgba(201,168,76,0.2);
  animation: spin 30s linear infinite reverse;
  transform-origin: 240px 240px;
}
@keyframes spin { to { transform: rotate(360deg); } }
.node circle { fill: var(--gold-light); filter: drop-shadow(0 0 10px rgba(228,199,107,.75)); }
.node-a { transform: translate(240px,50px);  animation: pulseNode 3.5s ease-in-out infinite; }
.node-b { transform: translate(430px,240px); animation: pulseNode 3.5s ease-in-out infinite .7s; }
.node-c { transform: translate(240px,430px); animation: pulseNode 3.5s ease-in-out infinite 1.4s; }
.node-d { transform: translate(50px,240px);  animation: pulseNode 3.5s ease-in-out infinite 2.1s; }
@keyframes pulseNode { 0%,100%{ opacity:.4; } 50%{ opacity:1; } }
.link { stroke: rgba(201,168,76,.15); stroke-width: 1; }

/* Central emblem */
.hero-emblem {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  z-index: 4;
}
.emblem-inner {
  width: 90px; height: 90px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, rgba(10,16,30,0.95), rgba(18,28,50,0.95));
  border: 1px solid rgba(201,168,76,0.35);
  box-shadow:
    0 0 40px rgba(201,168,76,0.15),
    inset 0 1px 0 rgba(255,255,255,0.08);
}
.emblem-icon {
  width: 42px; height: 42px;
  stroke: var(--gold-light);
  fill: none;
  stroke-width: 1.3;
}

/* Float cards */
.float-card {
  position: absolute;
  display: flex; align-items: center; gap: 12px;
  padding: 14px 18px;
  background: rgba(8,16,30,0.85);
  border: 1px solid rgba(201,168,76,0.2);
  border-top: 1px solid rgba(201,168,76,0.35);
  border-radius: var(--radius-md);
  backdrop-filter: blur(24px) saturate(150%);
  -webkit-backdrop-filter: blur(24px) saturate(150%);
  box-shadow: 0 20px 50px -16px rgba(0,0,0,0.7), inset 0 1px 0 rgba(255,255,255,0.06);
  animation: floaty 7s ease-in-out infinite;
  z-index: 5;
  min-width: 160px;
}
.float-card-icon {
  width: 40px; height: 40px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(201,168,76,0.2), rgba(201,168,76,0.06));
  border: 1px solid rgba(201,168,76,0.18);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.float-card .card-icon {
  width: 20px; height: 20px;
  stroke: var(--gold-light); fill: none;
  stroke-width: 1.5;
  stroke-linecap: round; stroke-linejoin: round;
}
.float-card strong {
  display: block; font-size: 12px;
  color: var(--text-ivory); font-family: var(--font-heading); font-weight: 600;
}
.float-card span { font-size: 11px; color: var(--text-secondary); }
.stat-up { color: #4ade80 !important; font-weight: 500; }
.float-live-badge {
  font-size: 9px; font-weight: 700; letter-spacing: 1.5px;
  background: rgba(74,222,128,0.15); border: 1px solid rgba(74,222,128,0.3);
  color: #4ade80; padding: 3px 7px; border-radius: 999px;
  margin-left: auto; flex-shrink: 0;
}
.card-shield { top: 4%;  left: -8%;  animation-delay: 0s; }
.card-data   { bottom: 12%; right: -10%; animation-delay: 1.6s; }
.card-ai     { bottom: -4%; left: 6%;  animation-delay: 1s; }
@keyframes floaty { 0%,100%{ transform: translateY(0); } 50%{ transform: translateY(-14px); } }

.scroll-cue {
  position: absolute; bottom: 34px; left: 50%; transform: translateX(-50%);
  width: 24px; height: 40px;
  border: 1px solid rgba(201,168,76,0.3); border-radius: 12px;
  display: flex; justify-content: center; padding-top: 7px; z-index: 2;
}
.scroll-cue span {
  width: 3px; height: 7px; background: var(--gold); border-radius: 2px;
  animation: scrollDown 2s ease-in-out infinite;
}
@keyframes scrollDown { 0%{ opacity:1; transform:translateY(0); } 100%{ opacity:0; transform:translateY(14px); } }

/* =================================================================
   PARTNERS / MARQUEE
   ================================================================= */
.partners {
  padding: 72px 0;
  border-bottom: 1px solid var(--divider);
  background: var(--bg-secondary);
}
.marquee { overflow: hidden; margin-top: 20px; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-track {
  display: flex;
  align-items: center;
  gap: 64px;
  width: max-content;
  animation: scrollMarquee 38s linear infinite;
}
@keyframes scrollMarquee { from{ transform: translateX(0); } to{ transform: translateX(-50%); } }

.brand-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  opacity: .45;
  transition: opacity .35s var(--ease), transform .35s var(--ease);
  cursor: default;
  white-space: nowrap;
  flex-shrink: 0;
}
.brand-logo:hover { opacity: .9; transform: scale(1.05); }
.brand-svg {
  height: 28px;
  width: auto;
  max-width: 52px;
  display: block;
}
.brand-name {
  font-family: var(--font-ui);
  font-size: 15px;
  font-weight: 600;
  color: var(--text-secondary);
  letter-spacing: 0.5px;
}

/* =================================================================
   SERVICES — PREMIUM UNIQUE CARDS
   ================================================================= */
.services { padding: 140px 0; }
.card-grid { display: grid; gap: 28px; }
.services-grid { grid-template-columns: repeat(3, 1fr); }

.service-card {
  position: relative;
  padding: 52px 40px 44px;
  border-radius: var(--radius-xl);
  background: rgba(10,18,34,0.72);
  border: 1px solid rgba(255,255,255,0.06);
  backdrop-filter: blur(22px) saturate(130%);
  -webkit-backdrop-filter: blur(22px) saturate(130%);
  transition: transform .5s var(--ease), box-shadow .5s var(--ease), border-color .5s var(--ease);
  overflow: hidden;
  box-shadow: 0 6px 36px rgba(0,0,0,0.35), inset 0 1px 0 rgba(255,255,255,0.04);
  display: flex;
  flex-direction: column;
}

/* Unique accent strips per card */
.service-card-accent {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  border-radius: var(--radius-xl) var(--radius-xl) 0 0;
  transition: opacity .5s var(--ease);
}
.service-card-ai .service-card-accent {
  background: linear-gradient(90deg, transparent, #c9a84c, #f5df96, #c9a84c, transparent);
}
.service-card-cyber .service-card-accent {
  background: linear-gradient(90deg, transparent, #4a90d9, #7ab8f5, #4a90d9, transparent);
}
.service-card-marketing .service-card-accent {
  background: linear-gradient(90deg, transparent, #9b59b6, #c39bd3, #9b59b6, transparent);
}

/* Large background number */
.service-number {
  position: absolute;
  top: 20px; right: 28px;
  font-family: var(--font-heading);
  font-size: 80px;
  font-weight: 700;
  color: rgba(255,255,255,0.025);
  line-height: 1;
  pointer-events: none;
  user-select: none;
}

/* Card hover shimmer overlay */
.service-card::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(201,168,76,0.07), transparent 70%);
  opacity: 0;
  transition: opacity .5s var(--ease);
  pointer-events: none;
}
.service-card-cyber::before {
  background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(74,144,217,0.07), transparent 70%);
}
.service-card-marketing::before {
  background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(155,89,182,0.07), transparent 70%);
}
.service-card:hover {
  transform: translateY(-14px);
  box-shadow: 0 48px 90px -28px rgba(0,0,0,0.55), 0 0 0 1px rgba(201,168,76,0.2);
}
.service-card-cyber:hover { box-shadow: 0 48px 90px -28px rgba(0,0,0,0.55), 0 0 0 1px rgba(74,144,217,0.25); }
.service-card-marketing:hover { box-shadow: 0 48px 90px -28px rgba(0,0,0,0.55), 0 0 0 1px rgba(155,89,182,0.25); }
.service-card:hover::before { opacity: 1; }

.service-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.service-icon {
  width: 60px; height: 60px;
  border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.service-card-ai .service-icon {
  background: linear-gradient(135deg, rgba(201,168,76,0.2), rgba(201,168,76,0.05));
  border: 1px solid rgba(201,168,76,0.22);
  box-shadow: 0 4px 20px rgba(201,168,76,0.12);
}
.service-card-cyber .service-icon {
  background: linear-gradient(135deg, rgba(74,144,217,0.2), rgba(74,144,217,0.05));
  border: 1px solid rgba(74,144,217,0.22);
  box-shadow: 0 4px 20px rgba(74,144,217,0.12);
}
.service-card-marketing .service-icon {
  background: linear-gradient(135deg, rgba(155,89,182,0.2), rgba(155,89,182,0.05));
  border: 1px solid rgba(155,89,182,0.22);
  box-shadow: 0 4px 20px rgba(155,89,182,0.12);
}
.service-icon svg {
  width: 28px; height: 28px;
  fill: none; stroke-width: 1.4;
  stroke-linecap: round; stroke-linejoin: round;
}
.service-card-ai .service-icon svg { stroke: var(--gold-light); }
.service-card-cyber .service-icon svg { stroke: #7ab8f5; }
.service-card-marketing .service-icon svg { stroke: #c39bd3; }

.service-card h3 {
  font-size: 22px;
  color: var(--text-ivory);
  font-family: var(--font-heading);
  font-weight: 700;
}
.service-desc {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.75;
  margin-bottom: 24px;
  flex-shrink: 0;
}
.service-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 32px;
  flex: 1;
}
.service-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13.5px;
  color: var(--text-secondary);
  line-height: 1.5;
}
.list-icon {
  width: 18px; height: 18px;
  flex-shrink: 0;
  stroke-width: 1.5;
  stroke-linecap: round; stroke-linejoin: round;
}
.service-card-ai    .list-icon { stroke: var(--gold-light); fill: rgba(201,168,76,0.12); }
.service-card-cyber .list-icon { stroke: #7ab8f5; fill: rgba(74,144,217,0.12); }
.service-card-marketing .list-icon { stroke: #c39bd3; fill: rgba(155,89,182,0.12); }

/* See More Arrow CTA Button */
.service-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: var(--font-ui);
  padding: 14px 24px;
  border-radius: 999px;
  border: 1px solid;
  transition: gap .35s var(--ease), background .35s var(--ease), box-shadow .35s var(--ease), transform .35s var(--ease);
  align-self: flex-start;
  margin-top: auto;
}
.service-card-ai .service-cta-btn {
  color: var(--gold-light);
  border-color: rgba(201,168,76,0.3);
  background: rgba(201,168,76,0.05);
}
.service-card-cyber .service-cta-btn {
  color: #7ab8f5;
  border-color: rgba(74,144,217,0.3);
  background: rgba(74,144,217,0.05);
}
.service-card-marketing .service-cta-btn {
  color: #c39bd3;
  border-color: rgba(155,89,182,0.3);
  background: rgba(155,89,182,0.05);
}
.service-card-ai .service-cta-btn:hover {
  background: rgba(201,168,76,0.12);
  box-shadow: 0 8px 24px rgba(201,168,76,0.18);
  transform: translateX(4px);
  gap: 16px;
}
.service-card-cyber .service-cta-btn:hover {
  background: rgba(74,144,217,0.12);
  box-shadow: 0 8px 24px rgba(74,144,217,0.18);
  transform: translateX(4px);
  gap: 16px;
}
.service-card-marketing .service-cta-btn:hover {
  background: rgba(155,89,182,0.12);
  box-shadow: 0 8px 24px rgba(155,89,182,0.18);
  transform: translateX(4px);
  gap: 16px;
}
.arrow-icon {
  width: 16px; height: 16px;
  stroke: currentColor; fill: none;
  stroke-width: 2; stroke-linecap: round; stroke-linejoin: round;
  flex-shrink: 0;
  transition: transform .35s var(--ease);
}
.service-cta-btn:hover .arrow-icon { transform: translateX(4px); }

/* =================================================================
   WHY US — COMPARISON TABLE
   ================================================================= */
.why-us {
  padding: 140px 0;
  background: var(--bg-secondary);
}

.comparison-wrapper {
  border-radius: var(--radius-xl);
  border: 1px solid rgba(201,168,76,0.18);
  overflow: hidden;
  box-shadow: 0 24px 80px -32px rgba(0,0,0,0.6);
}

/* Comparison Header */
.comparison-header {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  background: rgba(8,14,26,0.95);
  border-bottom: 1px solid rgba(201,168,76,0.2);
}
.comparison-feature-col { padding: 28px 32px; }
.comparison-col {
  padding: 28px 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
.comparison-col-us {
  background: linear-gradient(160deg, rgba(201,168,76,0.1), rgba(201,168,76,0.04));
  border-left: 1px solid rgba(201,168,76,0.2);
  border-right: 1px solid rgba(201,168,76,0.2);
}
.comparison-col-them {
  background: rgba(255,255,255,0.02);
}
.comparison-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  background: linear-gradient(135deg, #b8952a, #d9b44a, #f0d070);
  border-radius: 999px;
  color: #060400;
  font-size: 13px;
  font-weight: 700;
  font-family: var(--font-ui);
  letter-spacing: 0.3px;
  box-shadow: 0 4px 18px rgba(201,168,76,0.4);
}
.comp-badge-icon {
  width: 16px; height: 16px;
  stroke: #060400; fill: none;
  stroke-width: 2; stroke-linecap: round; stroke-linejoin: round;
}
.comparison-badge-plain {
  display: inline-flex;
  align-items: center;
  padding: 8px 18px;
  background: rgba(255,255,255,0.07);
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.1);
  color: var(--text-secondary);
  font-size: 13px;
  font-weight: 600;
  font-family: var(--font-ui);
}
.comp-col-sub {
  font-size: 12px;
  color: var(--text-muted);
  letter-spacing: 0.3px;
  margin-top: 4px;
}

/* Rows */
.comparison-rows {
  display: flex;
  flex-direction: column;
}
.comparison-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  transition: background .25s;
}
.comparison-row:hover { background: rgba(255,255,255,0.015); }
.comparison-row-last { border-bottom: none; }

.comparison-feature {
  padding: 22px 32px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: var(--text-secondary);
  font-weight: 500;
  background: rgba(5,9,17,0.7);
  border-right: 1px solid rgba(255,255,255,0.04);
}
.feat-icon {
  width: 18px; height: 18px;
  stroke: var(--gold); fill: none;
  stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round;
  flex-shrink: 0; opacity: 0.7;
}

.comparison-val {
  padding: 22px 32px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.comparison-val-us {
  background: rgba(201,168,76,0.04);
  border-right: 1px solid rgba(201,168,76,0.12);
}
.comparison-val-them {
  background: rgba(5,9,17,0.4);
}
.val-text {
  font-size: 13px;
  color: var(--text-secondary);
  line-height: 1.5;
}

.check-mark {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: rgba(74,222,128,0.12);
  border: 1px solid rgba(74,222,128,0.3);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.check-mark svg {
  width: 14px; height: 14px;
  stroke: #4ade80; fill: none;
  stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round;
}
.cross-mark {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: rgba(224,92,92,0.1);
  border: 1px solid rgba(224,92,92,0.25);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.cross-mark svg {
  width: 13px; height: 13px;
  stroke: var(--red-soft); fill: none;
  stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round;
}

.comparison-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 40px;
  background: linear-gradient(135deg, rgba(201,168,76,0.08), rgba(201,168,76,0.03));
  border-top: 1px solid rgba(201,168,76,0.2);
  gap: 24px;
  flex-wrap: wrap;
}
.comparison-footer p {
  font-size: 16px;
  color: var(--text-ivory);
  font-family: var(--font-heading);
  font-weight: 600;
}

/* =================================================================
   EXPERTISE SECTION (replaces stats)
   ================================================================= */
.expertise {
  padding: 140px 0;
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(201,168,76,.07), transparent 60%),
    var(--bg-primary);
  border-top: 1px solid var(--divider);
  border-bottom: 1px solid var(--divider);
}

.expertise-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 20px;
}

.expertise-card {
  position: relative;
  padding: 40px 36px;
  border-radius: var(--radius-lg);
  background: rgba(10,18,34,0.72);
  border: 1px solid rgba(255,255,255,0.06);
  border-top: 1px solid rgba(201,168,76,0.15);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: transform .45s var(--ease), box-shadow .45s var(--ease), border-color .45s var(--ease);
  overflow: hidden;
}
.expertise-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 60px -20px rgba(0,0,0,0.5);
  border-color: rgba(201,168,76,0.22);
}

/* Large card spans 2 columns */
.expertise-card-large {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
  padding: 48px 44px;
}
.expertise-card-large h3 { font-size: 24px; margin-bottom: 14px; }
.expertise-card-large p { font-size: 15px; line-height: 1.8; }

.expertise-card-bg {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 50% at 0% 100%, rgba(201,168,76,0.06), transparent 70%);
  pointer-events: none;
}

.expertise-tag {
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold-light);
  font-weight: 700;
  font-family: var(--font-ui);
  margin-bottom: 16px;
}

.expertise-icon-wrap {
  width: 52px; height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(201,168,76,0.18), rgba(201,168,76,0.04));
  border: 1px solid rgba(201,168,76,0.2);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
  box-shadow: 0 4px 20px rgba(201,168,76,0.1);
}
.expertise-icon-wrap svg {
  width: 24px; height: 24px;
  stroke: var(--gold-light); fill: none;
  stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round;
}

.expertise-card h3 {
  font-size: 20px;
  color: var(--text-ivory);
  margin-bottom: 0;
  font-family: var(--font-heading);
}
/* Icon + heading inline row */
.expertise-card-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}
.expertise-card-header .expertise-icon-wrap {
  margin-bottom: 0;
  flex-shrink: 0;
}
.expertise-card-header h3 {
  font-size: 19px;
  color: var(--text-ivory);
  font-family: var(--font-heading);
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.2;
}
.expertise-card p {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.75;
}

.expertise-metric {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(201,168,76,0.12);
}
.metric-num {
  font-family: var(--font-heading);
  font-size: 44px;
  font-weight: 700;
  background: linear-gradient(135deg, var(--gold), var(--gold-hover));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1;
}
.metric-label {
  font-size: 12px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 500;
}

/* =================================================================
   HERO — CENTERED LAYOUT
   ================================================================= */
.hero-centered {
  position: relative; z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.hero-sub-center {
  max-width: 620px;
  margin-inline: auto;
}
.hero-actions-center { justify-content: center; }
.hero-trust-center { justify-content: center; }
.hero-trust-row {
  display: flex;
  align-items: center;
  gap: 0;
  margin-top: 48px;
  flex-wrap: wrap;
}
.hero-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 24px;
  font-size: 13px;
  color: var(--text-secondary);
  font-weight: 500;
}
.hero-trust-item svg {
  width: 18px; height: 18px;
  stroke: var(--gold); fill: none;
  stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round;
  flex-shrink: 0; opacity: 0.8;
}
.hero-trust-sep {
  width: 1px; height: 28px;
  background: rgba(201,168,76,0.2);
  flex-shrink: 0;
}

/* =================================================================
   OUR EDGE — TABS
   ================================================================= */
.edge-tabs-wrapper {
  border-radius: var(--radius-xl);
  border: 1px solid rgba(201,168,76,0.18);
  background: rgba(8,14,26,0.98);
  overflow: hidden;
  box-shadow: 0 20px 70px -30px rgba(0,0,0,0.65);
}

/* Tab Nav Row */
.edge-tabs-nav {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid rgba(201,168,76,0.18);
  overflow-x: auto;
  scrollbar-width: none;
  background: rgba(5,9,17,0.7);
}
.edge-tabs-nav::-webkit-scrollbar { display: none; }

.edge-tab-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 28px;
  font-size: 13px;
  font-weight: 600;
  font-family: var(--font-ui);
  letter-spacing: 0.5px;
  color: var(--text-muted);
  border: none;
  background: transparent;
  cursor: pointer;
  white-space: nowrap;
  transition: color .3s var(--ease), background .3s var(--ease), border-color .3s var(--ease);
  border-bottom: 2px solid transparent;
  position: relative;
  flex-shrink: 0;
}
.edge-tab-btn svg {
  width: 18px; height: 18px;
  stroke: currentColor; fill: none;
  stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round;
  flex-shrink: 0;
  transition: stroke .3s var(--ease);
}
.edge-tab-btn:hover {
  color: var(--text-ivory);
  background: rgba(255,255,255,0.025);
}
.edge-tab-btn.active {
  color: var(--gold-light);
  border-bottom-color: var(--gold);
  background: rgba(201,168,76,0.06);
}

/* Tab Panels */
.edge-tab-panels {
  position: relative;
  min-height: 480px;
}
.edge-tab-panel {
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
  min-height: 480px;
}
.edge-tab-panel.active { display: grid; }

/* Left side — text content */
.edge-panel-left {
  padding: 52px 52px;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-right: 1px solid rgba(201,168,76,0.1);
}
.edge-panel-tag {
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold-light);
  font-weight: 700;
  font-family: var(--font-ui);
  margin-bottom: 20px;
}
.edge-panel-icon-wrap {
  width: 58px; height: 58px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(201,168,76,0.2), rgba(201,168,76,0.04));
  border: 1px solid rgba(201,168,76,0.25);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 24px;
  box-shadow: 0 4px 20px rgba(201,168,76,0.12);
}
.edge-panel-icon-wrap svg {
  width: 26px; height: 26px;
  stroke: var(--gold-light); fill: none;
  stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round;
}
.edge-panel-title {
  font-size: clamp(22px, 2.2vw, 28px);
  color: var(--text-ivory);
  font-family: var(--font-heading);
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.15;
}
.edge-panel-desc {
  font-size: 15px;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 28px;
  flex: 1;
}
.edge-panel-metric {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 28px;
  padding: 20px 24px;
  border-radius: var(--radius-md);
  background: rgba(201,168,76,0.05);
  border: 1px solid rgba(201,168,76,0.12);
}
.edge-metric-num {
  font-family: var(--font-heading);
  font-size: 44px;
  font-weight: 700;
  background: linear-gradient(135deg, var(--gold), var(--gold-hover));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1;
}
.edge-metric-label {
  font-size: 12px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 500;
}
.edge-panel-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 28px;
  flex: 1;
}
.edge-panel-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.5;
}
.edge-panel-list li svg {
  width: 18px; height: 18px;
  stroke: var(--gold); fill: none;
  stroke-width: 2; stroke-linecap: round; stroke-linejoin: round;
  flex-shrink: 0;
}
.edge-panel-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: var(--font-ui);
  color: var(--gold-light);
  border: 1px solid rgba(201,168,76,0.3);
  background: rgba(201,168,76,0.05);
  padding: 14px 24px;
  border-radius: 999px;
  transition: background .35s var(--ease), gap .35s var(--ease), box-shadow .35s var(--ease);
  align-self: flex-start;
}
.edge-panel-cta svg {
  width: 15px; height: 15px;
  stroke: currentColor; fill: none;
  stroke-width: 2; stroke-linecap: round; stroke-linejoin: round;
  transition: transform .35s var(--ease);
}
.edge-panel-cta:hover {
  background: rgba(201,168,76,0.12);
  box-shadow: 0 8px 24px rgba(201,168,76,0.18);
  gap: 16px;
}
.edge-panel-cta:hover svg { transform: translateX(4px); }

/* Right side — visual area */
.edge-panel-right {
  background: radial-gradient(ellipse 80% 80% at 50% 20%, rgba(201,168,76,0.04), transparent 65%),
              rgba(5,9,17,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 40px;
}
.edge-panel-visual {
  width: 100%;
  max-width: 400px;
}

/* --- Results visual --- */
.epv-stat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 24px;
}
.epv-stat {
  padding: 20px;
  border-radius: var(--radius-md);
  background: rgba(10,18,34,0.8);
  border: 1px solid rgba(201,168,76,0.14);
  text-align: center;
}
.epv-num {
  display: block;
  font-family: var(--font-heading);
  font-size: 28px;
  font-weight: 700;
  background: linear-gradient(135deg, var(--gold), var(--gold-hover));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1;
  margin-bottom: 4px;
}
.epv-lbl {
  font-size: 11px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.epv-bar-chart { display: flex; flex-direction: column; gap: 12px; }
.epv-bar-row {
  display: grid;
  grid-template-columns: 80px 1fr 44px;
  align-items: center;
  gap: 12px;
}
.epv-bar-label { font-size: 12px; color: var(--text-secondary); font-weight: 500; }
.epv-bar {
  height: 8px;
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  overflow: hidden;
}
.epv-bar-fill {
  height: 100%;
  width: var(--w, 0%);
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), var(--gold-hover));
  animation: barGrow 1.2s var(--ease) forwards;
}
@keyframes barGrow { from { width: 0; } to { width: var(--w); } }
.epv-bar-pct { font-size: 12px; color: var(--gold-light); font-weight: 600; text-align: right; }

/* --- Speed visual --- */
.epv-timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 24px;
  padding: 24px;
  background: rgba(10,18,34,0.8);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(201,168,76,0.14);
}
.epv-tl-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  font-size: 13px;
  color: var(--text-muted);
}
.epv-tl-item:last-child { border-bottom: none; }
.epv-tl-item.active { color: var(--text-secondary); }
.epv-tl-dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.15);
  flex-shrink: 0;
}
.epv-tl-item.active .epv-tl-dot {
  background: var(--gold);
  border-color: var(--gold-hover);
  box-shadow: 0 0 10px rgba(201,168,76,0.5);
}
.epv-tl-label { font-size: 13px; }
.epv-vs {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  background: rgba(10,18,34,0.8);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(201,168,76,0.14);
}
.epv-vs-col { display: flex; flex-direction: column; gap: 4px; }
.epv-vs-label { font-size: 11px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1.5px; }
.epv-vs-label.us { color: var(--gold-light); }
.epv-vs-val { font-family: var(--font-heading); font-size: 24px; font-weight: 700; color: var(--text-ivory); }
.epv-vs-val.gold { background: linear-gradient(135deg, var(--gold), var(--gold-hover)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.epv-vs-val.muted { color: var(--text-muted); font-size: 18px; }
.epv-vs-divider { font-size: 14px; font-weight: 700; color: var(--text-muted); text-align: center; }

/* --- Security visual --- */
.edge-visual-security { display: flex; flex-direction: column; align-items: center; gap: 24px; }
.epv-shield { position: relative; display: flex; justify-content: center; }
.epv-shield-svg {
  width: 180px; height: 210px;
  filter: drop-shadow(0 0 30px rgba(201,168,76,0.2));
  animation: shieldPulse 3s ease-in-out infinite;
}
@keyframes shieldPulse { 0%,100% { filter: drop-shadow(0 0 20px rgba(201,168,76,0.15)); } 50% { filter: drop-shadow(0 0 40px rgba(201,168,76,0.35)); } }
.epv-cert-badges {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  width: 100%;
}
.epv-cert {
  padding: 12px 16px;
  border-radius: var(--radius-sm);
  background: rgba(201,168,76,0.06);
  border: 1px solid rgba(201,168,76,0.2);
  font-size: 12px;
  font-weight: 700;
  color: var(--gold-light);
  text-align: center;
  font-family: var(--font-ui);
  letter-spacing: 0.5px;
}

/* --- Scale visual --- */
.edge-visual-scale { display: flex; flex-direction: column; gap: 24px; align-items: center; }
.epv-globe {
  position: relative;
  width: 200px; height: 200px;
  border-radius: 50%;
  border: 1px solid rgba(201,168,76,0.18);
  background: radial-gradient(circle at 35% 35%, rgba(201,168,76,0.08), transparent 60%);
}
.epv-globe-ring {
  position: absolute;
  inset: 20px;
  border-radius: 50%;
  border: 1px solid rgba(201,168,76,0.1);
  animation: spinSlow 40s linear infinite;
}
.epv-globe-ring-2 {
  inset: 40px;
  border-color: rgba(201,168,76,0.15);
  animation-duration: 25s;
  animation-direction: reverse;
}
.epv-globe-dots { position: absolute; inset: 0; }
.epv-dot {
  position: absolute;
  left: var(--x); top: var(--y);
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 8px rgba(201,168,76,0.6);
  animation: pulseBadge 2.5s ease-in-out infinite;
}
.epv-dot:nth-child(even) { animation-delay: 1.2s; }
.epv-team-stats {
  display: flex;
  gap: 0;
  justify-content: center;
  width: 100%;
  background: rgba(10,18,34,0.8);
  border: 1px solid rgba(201,168,76,0.14);
  border-radius: var(--radius-md);
}
.epv-ts-item {
  flex: 1;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  padding: 18px 12px;
  border-right: 1px solid rgba(201,168,76,0.1);
}
.epv-ts-item:last-child { border-right: none; }
.epv-ts-num { font-family: var(--font-heading); font-size: 26px; font-weight: 700; background: linear-gradient(135deg, var(--gold), var(--gold-hover)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.epv-ts-lbl { font-size: 11px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1px; }

/* --- Tech visual --- */
.epv-platform {
  width: 100%;
  border-radius: var(--radius-lg);
  background: rgba(8,14,26,0.95);
  border: 1px solid rgba(201,168,76,0.2);
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0,0,0,0.4);
}
.epv-platform-header {
  padding: 16px 24px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gold-light);
  font-family: var(--font-ui);
  background: rgba(201,168,76,0.06);
  border-bottom: 1px solid rgba(201,168,76,0.15);
}
.epv-platform-nodes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(201,168,76,0.08);
}
.epv-pn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 24px 16px;
  background: rgba(8,14,26,0.98);
  font-size: 12px;
  color: var(--text-secondary);
  font-weight: 500;
  transition: background .3s var(--ease);
}
.epv-pn:hover { background: rgba(201,168,76,0.05); }
.epv-pn svg {
  width: 24px; height: 24px;
  stroke: var(--gold-light); fill: none;
  stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round;
  opacity: 0.8;
}
.epv-platform-status {
  padding: 12px 24px;
  font-size: 12px;
  color: #4ade80;
  display: flex;
  align-items: center;
  gap: 8px;
  border-top: 1px solid rgba(201,168,76,0.1);
}
.epv-status-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #4ade80;
  animation: pulseBadge 2s ease-in-out infinite;
}

/* --- Support visual --- */
.edge-visual-support { display: flex; flex-direction: column; gap: 20px; }
.epv-support-card {
  border-radius: var(--radius-lg);
  background: rgba(8,14,26,0.9);
  border: 1px solid rgba(74,222,128,0.2);
  padding: 24px;
  box-shadow: 0 0 30px rgba(74,222,128,0.05);
}
.epv-support-header {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: #4ade80;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.epv-live-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #4ade80;
  animation: pulseBadge 1.5s ease-in-out infinite;
  flex-shrink: 0;
}
.epv-wave {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  height: 50px;
  margin-bottom: 16px;
}
.epv-wave span {
  display: block;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #4ade80, rgba(74,222,128,0.2));
  animation: voiceBar 1.4s ease-in-out infinite;
}
.epv-wave span:nth-child(1) { animation-delay: 0s; }
.epv-wave span:nth-child(2) { animation-delay: 0.1s; }
.epv-wave span:nth-child(3) { animation-delay: 0.2s; }
.epv-wave span:nth-child(4) { animation-delay: 0.3s; }
.epv-wave span:nth-child(5) { animation-delay: 0.4s; }
.epv-wave span:nth-child(6) { animation-delay: 0.3s; }
.epv-wave span:nth-child(7) { animation-delay: 0.2s; }
.epv-wave span:nth-child(8) { animation-delay: 0.1s; }
.epv-wave span:nth-child(9) { animation-delay: 0s; }
.epv-wave span:nth-child(10) { animation-delay: 0.1s; }
.epv-support-stat { font-size: 13px; color: #4ade80; text-align: center; font-weight: 600; }
.epv-support-meta {
  display: flex;
  gap: 0;
  background: rgba(10,18,34,0.8);
  border: 1px solid rgba(201,168,76,0.14);
  border-radius: var(--radius-md);
}
.epv-sm-item {
  flex: 1;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  padding: 16px 12px;
  border-right: 1px solid rgba(201,168,76,0.08);
}
.epv-sm-item:last-child { border-right: none; }
.epv-sm-num { font-family: var(--font-heading); font-size: 20px; font-weight: 700; background: linear-gradient(135deg, var(--gold), var(--gold-hover)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.epv-sm-lbl { font-size: 10px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1px; }

/* =================================================================
   PROCESS — METHODOLOGY SLIDESHOW
   ================================================================= */
.process { padding: 140px 0; background: var(--bg-secondary); }

.methodology-slideshow {
  border-radius: var(--radius-xl);
  border: 1px solid rgba(201,168,76,0.18);
  background: rgba(8,14,26,0.98);
  overflow: hidden;
  box-shadow: 0 20px 70px -30px rgba(0,0,0,0.65);
}

/* Track — hides non-active slides */
.ms-track { position: relative; overflow: hidden; }

/* Each slide */
.ms-slide {
  display: none;
  animation: msSlideIn .5s var(--ease) forwards;
}
.ms-slide.active { display: block; }
@keyframes msSlideIn {
  from { opacity: 0; transform: translateX(32px); }
  to   { opacity: 1; transform: translateX(0); }
}

.ms-slide-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 0;
  min-height: 440px;
}

/* Content column */
.ms-content {
  padding: 56px 52px;
  border-right: 1px solid rgba(201,168,76,0.1);
  display: flex;
  flex-direction: column;
}
.ms-step-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(201,168,76,0.08);
  border: 1px solid rgba(201,168,76,0.25);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold-light);
  font-family: var(--font-ui);
  width: fit-content;
  margin-bottom: 28px;
}
.ms-icon-wrap {
  width: 60px; height: 60px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(201,168,76,0.2), rgba(201,168,76,0.04));
  border: 1px solid rgba(201,168,76,0.25);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 24px;
  box-shadow: 0 4px 20px rgba(201,168,76,0.12);
}
.ms-icon-wrap svg {
  width: 28px; height: 28px;
  stroke: var(--gold-light); fill: none;
  stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round;
}
.ms-title {
  font-size: clamp(22px, 2.2vw, 30px);
  color: var(--text-ivory);
  font-family: var(--font-heading);
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.15;
}
.ms-desc {
  font-size: 15px;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 28px;
  flex: 1;
}
.ms-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ms-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: var(--text-secondary);
}
.ms-list li svg {
  width: 18px; height: 18px;
  stroke: var(--gold); fill: none;
  stroke-width: 2; stroke-linecap: round; stroke-linejoin: round;
  flex-shrink: 0;
}

/* Visual column */
.ms-visual {
  background: radial-gradient(ellipse 80% 80% at 50% 30%, rgba(201,168,76,0.05), transparent 65%),
              rgba(5,9,17,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 40px;
  min-height: 440px;
}
.ms-visual-card {
  width: 100%;
  max-width: 300px;
  border-radius: var(--radius-lg);
  background: rgba(8,14,26,0.95);
  border: 1px solid rgba(201,168,76,0.2);
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(0,0,0,0.4);
}
.ms-vc-number {
  font-family: var(--font-heading);
  font-size: 72px;
  font-weight: 700;
  background: linear-gradient(135deg, var(--gold), var(--gold-hover));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1;
  padding: 28px 28px 0;
  opacity: 0.6;
}
.ms-vc-label {
  font-size: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold-light);
  font-weight: 700;
  font-family: var(--font-ui);
  padding: 4px 28px 20px;
  border-bottom: 1px solid rgba(201,168,76,0.12);
}
.ms-vc-items {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 8px 0;
}
.ms-vc-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 28px;
  font-size: 13px;
  color: var(--text-secondary);
  border-bottom: 1px solid rgba(255,255,255,0.03);
  transition: background .2s var(--ease), color .2s var(--ease);
}
.ms-vc-item:hover { background: rgba(201,168,76,0.04); color: var(--text-ivory); }
.ms-vc-item:last-child { border-bottom: none; }
.ms-vc-item span {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--gold);
  flex-shrink: 0;
  opacity: 0.7;
}
.ms-vc-footer {
  padding: 14px 28px;
  font-size: 11px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 500;
  background: rgba(201,168,76,0.04);
  border-top: 1px solid rgba(201,168,76,0.12);
}

/* Slideshow controls */
.ms-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 24px 0 28px;
  border-top: 1px solid rgba(201,168,76,0.12);
  background: rgba(5,9,17,0.6);
}
.ms-btn {
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(201,168,76,0.25);
  background: rgba(201,168,76,0.06);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: background .3s var(--ease), border-color .3s var(--ease), transform .3s var(--ease);
}
.ms-btn svg {
  width: 20px; height: 20px;
  stroke: var(--gold-light); fill: none;
  stroke-width: 2; stroke-linecap: round; stroke-linejoin: round;
}
.ms-btn:hover {
  background: rgba(201,168,76,0.14);
  border-color: rgba(201,168,76,0.5);
  transform: scale(1.08);
}
.ms-btn:disabled { opacity: 0.3; cursor: not-allowed; transform: none; }
.ms-dots { display: flex; gap: 8px; align-items: center; }
.ms-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(201,168,76,0.2);
  border: 1px solid rgba(201,168,76,0.3);
  cursor: pointer;
  transition: background .3s var(--ease), transform .3s var(--ease), width .3s var(--ease);
}
.ms-dot.active {
  background: var(--gold);
  border-color: var(--gold-hover);
  width: 24px;
  border-radius: 4px;
}

/* =================================================================
   CTA — GOLD LUXURY
   ================================================================= */
.cta-luxury {
  position: relative;
  padding: 140px 0;
  overflow: hidden;
  text-align: center;
  isolation: isolate;
}

/* Deep gold-black gradient base */
.cta-lux-bg {
  position: absolute; inset: 0; z-index: 0;
  background:
    linear-gradient(170deg,
      #0d0a02 0%,
      #1a1206 15%,
      #0f0e08 35%,
      #08070a 60%,
      #0d0a02 100%);
}

/* Subtle noise texture for premium tactility */
.cta-lux-noise {
  position: absolute; inset: 0; z-index: 1;
  opacity: 0.4;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 200px 200px;
  mix-blend-mode: overlay;
  pointer-events: none;
}

/* Radial gold light rays emanating from center */
.cta-lux-rays {
  position: absolute; inset: 0; z-index: 2;
  background: 
    conic-gradient(from 0deg at 50% 50%,
      transparent 0deg,
      rgba(201,168,76,0.06) 15deg,
      transparent 30deg,
      rgba(201,168,76,0.04) 60deg,
      transparent 90deg,
      rgba(201,168,76,0.07) 120deg,
      transparent 150deg,
      rgba(201,168,76,0.05) 180deg,
      transparent 210deg,
      rgba(201,168,76,0.06) 240deg,
      transparent 270deg,
      rgba(201,168,76,0.04) 300deg,
      transparent 330deg,
      rgba(201,168,76,0.06) 360deg
    );
  animation: raysRotate 30s linear infinite;
  pointer-events: none;
}
@keyframes raysRotate { to { transform: rotate(360deg); } }

/* Sweeping shimmer overlay */
.cta-lux-shimmer {
  position: absolute; inset: 0; z-index: 3;
  background: linear-gradient(
    105deg,
    transparent 30%,
    rgba(245,223,150,0.06) 48%,
    rgba(201,168,76,0.12) 50%,
    rgba(245,223,150,0.06) 52%,
    transparent 70%
  );
  background-size: 300% 300%;
  animation: shimmerSweep 5s ease-in-out infinite;
  pointer-events: none;
}
@keyframes shimmerSweep {
  0%   { background-position: 200% 0; }
  100% { background-position: -100% 0; }
}

/* Floating gold orbs */
.cta-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
  z-index: 2;
}
.cta-orb-1 {
  width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(201,168,76,0.22), transparent 65%);
  top: -200px; left: 50%;
  transform: translateX(-50%);
  animation: drift1 20s ease-in-out infinite;
}
.cta-orb-2 {
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(245,223,150,0.14), transparent 65%);
  bottom: -100px; left: 10%;
  animation: drift2 25s ease-in-out infinite;
}
.cta-orb-3 {
  width: 350px; height: 350px;
  background: radial-gradient(circle, rgba(168,124,40,0.16), transparent 60%);
  top: 20%; right: 5%;
  animation: drift1 18s ease-in-out infinite 4s;
}

/* Gold grid */
.cta-gold-grid {
  position: absolute; inset: 0; z-index: 2;
  background-image:
    linear-gradient(rgba(201,168,76,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201,168,76,0.06) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse 70% 70% at 50% 50%, black 20%, transparent 80%);
  pointer-events: none;
}

/* Horizontal streaks */
.cta-streak {
  position: absolute;
  height: 1px;
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(201,168,76,0.6) 40%, rgba(245,223,150,0.8) 50%, rgba(201,168,76,0.6) 60%, transparent);
  animation: streakMove 6s ease-in-out infinite;
}
.cta-streak-1 {
  width: 60%; left: 20%; top: 30%;
  animation-delay: 0s;
  opacity: 0;
}
.cta-streak-2 {
  width: 40%; left: 30%; bottom: 35%;
  animation-delay: 3s;
  opacity: 0;
}
@keyframes streakMove {
  0%   { opacity: 0; transform: translateX(-30%); }
  20%  { opacity: 1; }
  80%  { opacity: 1; }
  100% { opacity: 0; transform: translateX(30%); }
}

/* Content */
.cta-lux-inner {
  position: relative; z-index: 10;
  max-width: 740px;
  display: flex; flex-direction: column; align-items: center;
}
.cta-lux-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 20px;
  border-radius: 999px;
  border: 1px solid rgba(201,168,76,0.4);
  background: rgba(201,168,76,0.08);
  backdrop-filter: blur(12px);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold-light);
  font-weight: 700;
  font-family: var(--font-ui);
  margin-bottom: 36px;
  box-shadow: 0 4px 20px rgba(201,168,76,0.15), inset 0 1px 0 rgba(255,255,255,0.1);
}
.cta-lux-badge-icon {
  width: 16px; height: 16px;
  stroke: var(--gold-light); fill: none;
  stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round;
}
.cta-lux-title {
  font-family: var(--font-heading);
  font-size: clamp(36px, 5.5vw, 64px);
  font-weight: 700;
  color: var(--text-ivory);
  line-height: 1.08;
  margin-bottom: 24px;
  text-shadow: 0 2px 40px rgba(0,0,0,0.4);
}
.cta-gold-word {
  background: linear-gradient(135deg, #c9a84c 0%, #f5df96 25%, #e4c76b 50%, #a87c28 75%, #f5df96 100%);
  background-size: 250% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: shimmerText 4s linear infinite;
}
.cta-lux-sub {
  font-size: 17px;
  color: rgba(212,200,175,0.85);
  line-height: 1.8;
  margin-bottom: 40px;
  max-width: 580px;
}

/* Gold ornamental divider */
.cta-lux-divider {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 320px;
  margin-bottom: 44px;
}
.cta-lux-divider span {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201,168,76,0.5), rgba(201,168,76,0.5));
}
.cta-lux-divider span:last-child {
  background: linear-gradient(90deg, rgba(201,168,76,0.5), rgba(201,168,76,0.5), transparent);
}
.cta-lux-divider svg {
  width: 20px; height: 20px;
  stroke: none;
  fill: var(--gold);
  flex-shrink: 0;
  animation: pulseBadge 2s ease-in-out infinite;
  filter: drop-shadow(0 0 6px rgba(201,168,76,0.6));
}

/* CTA Buttons */
.cta-lux-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 44px;
}
.btn-lux-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 20px 48px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: var(--font-ui);
  background: linear-gradient(135deg, #a87c28 0%, #d9b44a 30%, #f5df96 55%, #f2d878 70%, #c49830 100%);
  background-size: 250% auto;
  color: #0a0700;
  border: none;
  box-shadow:
    0 8px 32px -8px rgba(201,168,76,0.7),
    0 20px 60px -20px rgba(201,168,76,0.35),
    inset 0 1px 0 rgba(255,255,255,0.3);
  cursor: pointer;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), background-position .4s;
  position: relative;
  overflow: hidden;
}
.btn-lux-primary::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 30%, rgba(255,255,255,0.3) 50%, transparent 70%);
  background-size: 300%;
  opacity: 0;
  transition: opacity .4s var(--ease);
}
.btn-lux-primary:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow:
    0 14px 44px -8px rgba(201,168,76,0.8),
    0 30px 80px -20px rgba(201,168,76,0.4),
    inset 0 1px 0 rgba(255,255,255,0.35);
  background-position: right center;
}
.btn-lux-primary:hover::before { opacity: 1; }
.btn-lux-primary svg {
  width: 17px; height: 17px;
  stroke: currentColor; fill: none;
  stroke-width: 2; stroke-linecap: round; stroke-linejoin: round;
}
.btn-lux-ghost {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 20px 40px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: var(--font-ui);
  color: rgba(201,168,76,0.85);
  background: rgba(201,168,76,0.06);
  border: 1px solid rgba(201,168,76,0.35);
  backdrop-filter: blur(12px);
  transition: transform .4s var(--ease), background .4s var(--ease), border-color .4s var(--ease), box-shadow .4s var(--ease);
  cursor: pointer;
}
.btn-lux-ghost svg {
  width: 15px; height: 15px;
  stroke: currentColor; fill: none;
  stroke-width: 2; stroke-linecap: round; stroke-linejoin: round;
  transition: transform .35s var(--ease);
}
.btn-lux-ghost:hover {
  transform: translateY(-3px);
  background: rgba(201,168,76,0.12);
  border-color: rgba(201,168,76,0.6);
  box-shadow: 0 8px 24px rgba(201,168,76,0.15);
}
.btn-lux-ghost:hover svg { transform: translateX(4px); }

/* Trust row */
.cta-lux-trust {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 32px;
}
.cta-trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 24px;
  font-size: 13px;
  color: rgba(201,168,76,0.7);
  font-weight: 500;
}
.cta-trust-item svg {
  width: 16px; height: 16px;
  stroke: var(--gold); fill: none;
  stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round;
  opacity: 0.8;
}
.cta-trust-sep {
  width: 1px; height: 24px;
  background: rgba(201,168,76,0.2);
  flex-shrink: 0;
}

/* =================================================================
   PROCESS (keep for backward compat — unused now but kept safe)
   ================================================================= */
.framework-shell {
  border-radius: var(--radius-xl);
  border: 1px solid rgba(201,168,76,0.18);
  background: linear-gradient(160deg, rgba(10,18,30,0.96) 0%, rgba(12,22,36,0.95) 100%);
  box-shadow: 0 20px 70px -40px rgba(0,0,0,0.6);
  padding: 40px;
}
.step-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px; height: 32px;
  border-radius: 999px;
  border: 1px solid rgba(201,168,76,0.42);
  background: rgba(201,168,76,0.1);
  color: var(--gold-light);
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
  margin-right: 12px;
  vertical-align: middle;
}

/* =================================================================
   CTA
   ================================================================= */
.cta {
  position: relative;
  padding: 140px 0;
  background: linear-gradient(160deg, #0e1420 0%, var(--bg-primary) 100%);
  overflow: hidden;
  text-align: center;
  border-top: 1px solid var(--divider);
  border-bottom: 1px solid var(--divider);
}
.cta-glow {
  position: absolute; top: 50%; left: 50%;
  width: 900px; height: 900px;
  transform: translate(-50%,-50%);
  background: radial-gradient(circle, rgba(201,168,76,.16), transparent 62%);
  filter: blur(70px);
}
.cta-inner { position: relative; z-index: 1; max-width: 700px; }
.cta h2 {
  font-size: clamp(32px, 4.2vw, 52px);
  margin-bottom: 20px;
  font-family: var(--font-heading);
  color: var(--text-ivory);
}
.cta p {
  font-size: 17px;
  color: rgba(248,245,236,0.75);
  margin-bottom: 44px;
  line-height: 1.75;
}
.cta .hero-actions { justify-content: center; }

/* =================================================================
   BOOK A DEMO FORM
   ================================================================= */
.book-demo { padding: 140px 0; background: var(--bg-secondary); }
.book-demo-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: start; }
.book-demo-copy .section-eyebrow,
.book-demo-copy .section-title,
.book-demo-copy .muted { text-align: left; }
.book-demo-copy .section-title { font-size: clamp(24px, 2.8vw, 34px); }

.trust-points { margin-top: 32px; display: flex; flex-direction: column; gap: 18px; }
.trust-points li {
  display: flex; align-items: center; gap: 14px;
  font-size: 14px; color: var(--text-secondary);
}
.trust-icon {
  width: 20px; height: 20px;
  stroke: var(--gold); fill: none;
  stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round;
  flex-shrink: 0;
}

.demo-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding: 44px;
  border-radius: var(--radius-xl);
  background: rgba(10,18,34,0.72);
  border: 1px solid rgba(255,255,255,0.07);
  border-top: 1px solid rgba(201,168,76,0.18);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  box-shadow: 0 8px 56px rgba(0,0,0,0.38), inset 0 1px 0 rgba(255,255,255,0.05);
}
.field { position: relative; grid-column: span 1; }
.field-full { grid-column: 1 / -1; }
.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 20px 16px 8px;
  background: rgba(6,12,22,0.65);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius-sm);
  color: var(--text-ivory);
  font-family: var(--font-ui);
  font-size: 14px;
  transition: border-color .3s var(--ease), background .3s var(--ease), box-shadow .3s var(--ease);
  resize: none;
  letter-spacing: 0.2px;
}
.field select { appearance: none; cursor: pointer; }
.field select:invalid { color: var(--text-secondary); }
.field label {
  position: absolute; left: 16px; top: 18px;
  font-size: 14px; color: var(--text-muted);
  font-family: var(--font-ui);
  pointer-events: none;
  transition: all .25s var(--ease);
  transform-origin: left top;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: rgba(201,168,76,0.45);
  background: rgba(201,168,76,0.04);
  box-shadow: 0 0 0 3px rgba(201,168,76,0.08);
}
.field input:focus ~ label,
.field input:not(:placeholder-shown) ~ label,
.field textarea:focus ~ label,
.field textarea:not(:placeholder-shown) ~ label,
.field select:focus ~ label,
.field.select-filled label {
  top: 6px; font-size: 11px; color: var(--gold-light);
}
.field-error {
  display: none;
  font-size: 12px; color: #d97e75;
  margin-top: 5px;
}
.field.invalid input,
.field.invalid select,
.field.invalid textarea { border-color: #d97e75; }
.field.invalid .field-error { display: block; }

.demo-form .btn { margin-top: 4px; }
.form-success {
  grid-column: 1 / -1;
  display: none;
  text-align: center;
  color: var(--gold-light);
  font-size: 14px;
  margin-top: 4px;
}
.form-success.show { display: block; }

/* =================================================================
   INQUIRIES — PREMIUM 24/7 SUPPORT
   ================================================================= */
.inquiries {
  position: relative;
  padding: 130px 0;
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, rgba(201,168,76,.09), transparent 55%),
    linear-gradient(180deg, var(--bg-secondary) 0%, var(--bg-primary) 100%);
  border-top: 1px solid var(--divider);
  border-bottom: 1px solid var(--divider);
}

/* Ambient glows */
.inq-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(110px);
  pointer-events: none;
  z-index: 0;
}
.inq-glow-1 {
  width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(201,168,76,0.12), transparent 60%);
  top: -200px; left: -200px;
  animation: drift1 24s ease-in-out infinite;
}
.inq-glow-2 {
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(30,80,160,0.14), transparent 65%);
  bottom: -150px; right: -150px;
  animation: drift2 30s ease-in-out infinite;
}

.inquiries .container { position: relative; z-index: 1; }

/* Header block */
.inq-header {
  text-align: center;
  margin-bottom: 48px;
}
.inq-live-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 20px;
  border-radius: 999px;
  border: 1px solid rgba(74,222,128,0.3);
  background: rgba(74,222,128,0.06);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #4ade80;
  margin-bottom: 28px;
}
.inq-title {
  font-family: var(--font-heading);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 700;
  color: var(--text-ivory);
  line-height: 1.15;
  margin-bottom: 20px;
}
.inq-sub {
  font-size: 16px;
  color: var(--text-secondary);
  max-width: 580px;
  margin: 0 auto;
  line-height: 1.75;
}

/* Animated voice wave bars */
.voice-wave {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0 auto 56px;
  height: 60px;
}
.voice-wave span {
  display: block;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--gold-light), rgba(201,168,76,0.3));
  animation: voiceBar 1.4s ease-in-out infinite;
}
.voice-wave span:nth-child(1)  { animation-delay: 0.00s; }
.voice-wave span:nth-child(2)  { animation-delay: 0.10s; }
.voice-wave span:nth-child(3)  { animation-delay: 0.20s; }
.voice-wave span:nth-child(4)  { animation-delay: 0.30s; }
.voice-wave span:nth-child(5)  { animation-delay: 0.40s; }
.voice-wave span:nth-child(6)  { animation-delay: 0.30s; }
.voice-wave span:nth-child(7)  { animation-delay: 0.20s; }
.voice-wave span:nth-child(8)  { animation-delay: 0.10s; }
.voice-wave span:nth-child(9)  { animation-delay: 0.00s; }
.voice-wave span:nth-child(10) { animation-delay: 0.10s; }
.voice-wave span:nth-child(11) { animation-delay: 0.20s; }
.voice-wave span:nth-child(12) { animation-delay: 0.30s; }
.voice-wave span:nth-child(13) { animation-delay: 0.40s; }
.voice-wave span:nth-child(14) { animation-delay: 0.30s; }
.voice-wave span:nth-child(15) { animation-delay: 0.20s; }
@keyframes voiceBar {
  0%, 100% { height: 10px;  opacity: 0.4; }
  50%       { height: 52px; opacity: 1; }
}

/* Contact cards row */
.inq-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}
.inq-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 28px 28px;
  border-radius: var(--radius-xl);
  background: rgba(10,18,34,0.75);
  border: 1px solid rgba(255,255,255,0.07);
  border-top: 1px solid rgba(201,168,76,0.15);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), border-color .4s var(--ease);
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
}
.inq-card::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 60% at 0% 0%, rgba(201,168,76,0.06), transparent 70%);
  opacity: 0;
  transition: opacity .4s var(--ease);
  pointer-events: none;
}
.inq-card:hover {
  transform: translateY(-10px);
  border-color: rgba(201,168,76,0.3);
  box-shadow: 0 28px 60px -20px rgba(0,0,0,0.55), 0 0 0 1px rgba(201,168,76,0.15);
}
.inq-card:hover::before { opacity: 1; }
.inq-card-phone:hover { border-color: rgba(74,222,128,0.3); }
.inq-card-email:hover { border-color: rgba(74,144,217,0.3); }
.inq-card-demo:hover { border-color: rgba(201,168,76,0.4); }

.inq-card-icon {
  width: 56px; height: 56px;
  border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  background: linear-gradient(135deg, rgba(201,168,76,0.18), rgba(201,168,76,0.05));
  border: 1px solid rgba(201,168,76,0.2);
}
.inq-card-phone .inq-card-icon {
  background: linear-gradient(135deg, rgba(74,222,128,0.18), rgba(74,222,128,0.04));
  border-color: rgba(74,222,128,0.2);
}
.inq-card-email .inq-card-icon {
  background: linear-gradient(135deg, rgba(74,144,217,0.18), rgba(74,144,217,0.04));
  border-color: rgba(74,144,217,0.2);
}
.inq-card-icon svg {
  width: 24px; height: 24px;
  stroke: var(--gold-light); fill: none;
  stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round;
}
.inq-card-phone .inq-card-icon svg { stroke: #4ade80; }
.inq-card-email .inq-card-icon svg { stroke: #7ab8f5; }

.inq-card-content { flex: 1; min-width: 0; }
.inq-card-label {
  display: block;
  font-size: 10px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--text-muted);
  font-weight: 600;
  margin-bottom: 4px;
}
.inq-card-value {
  display: block;
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 700;
  color: var(--text-ivory);
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inq-card-note {
  display: block;
  font-size: 11.5px;
  color: var(--text-muted);
}
.inq-card-arrow {
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.08);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  transition: transform .35s var(--ease), border-color .35s var(--ease);
}
.inq-card-arrow svg {
  width: 16px; height: 16px;
  stroke: var(--text-secondary); fill: none;
  stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round;
  transition: stroke .35s var(--ease);
}
.inq-card:hover .inq-card-arrow { transform: translate(4px,-4px); border-color: rgba(201,168,76,0.3); }
.inq-card:hover .inq-card-arrow svg { stroke: var(--gold-light); }
.inq-card-badge {
  position: absolute;
  top: 16px; right: 16px;
  font-size: 9px; font-weight: 700; letter-spacing: 1.5px;
  background: rgba(74,222,128,0.15);
  border: 1px solid rgba(74,222,128,0.3);
  color: #4ade80;
  padding: 3px 8px; border-radius: 999px;
}

/* Trust bar */
.inq-trust-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 22px 40px;
  border-radius: var(--radius-lg);
  background: rgba(10,18,34,0.5);
  border: 1px solid rgba(255,255,255,0.05);
  flex-wrap: wrap;
}
.inq-trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 28px;
  font-size: 13px;
  color: var(--text-secondary);
  font-weight: 500;
}
.inq-trust-item svg {
  width: 18px; height: 18px;
  stroke: var(--gold); fill: none;
  stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round;
  flex-shrink: 0;
  opacity: 0.7;
}
.inq-trust-sep {
  width: 1px; height: 32px;
  background: rgba(255,255,255,0.07);
  flex-shrink: 0;
}

/* =================================================================
   FAQ — TWO COLUMN WITH NUMBERS
   ================================================================= */
.faq { padding: 140px 0; background: var(--bg-secondary); }

.faq-layout {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 72px;
  align-items: start;
}

/* Left sticky aside */
.faq-aside { position: sticky; top: 110px; }
.faq-title {
  font-family: var(--font-heading);
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 700;
  color: var(--text-ivory);
  line-height: 1.15;
  margin-bottom: 16px;
}
.faq-aside-sub {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.75;
}

/* Accordion — numbered style */
.accordion { display: flex; flex-direction: column; gap: 0; }
.accordion-item {
  border-bottom: 1px solid rgba(255,255,255,0.06);
  background: transparent;
  transition: background .3s var(--ease);
}
.accordion-item:first-child { border-top: 1px solid rgba(255,255,255,0.06); }
.accordion-item.active { background: rgba(201,168,76,0.03); }

.accordion-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 24px 0;
  font-size: 15px;
  color: var(--text-ivory);
  font-family: var(--font-ui);
  font-weight: 500;
  text-align: left;
}
.acc-num {
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.5px;
  min-width: 28px;
  opacity: 0.7;
  transition: opacity .3s var(--ease);
}
.acc-q {
  flex: 1;
  line-height: 1.4;
  transition: color .3s var(--ease);
}
.accordion-item.active .acc-num { opacity: 1; }
.accordion-item.active .acc-q   { color: var(--gold-light); }
.accordion-item:hover .acc-q    { color: var(--text-ivory); }

/* +/– icon — right side */
.accordion-icon {
  position: relative;
  width: 28px; height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.1);
  flex-shrink: 0;
  transition: border-color .35s var(--ease), background .35s var(--ease);
}
.accordion-icon::before,
.accordion-icon::after {
  content: "";
  position: absolute;
  background: var(--text-secondary);
  transition: transform .4s var(--ease), background .35s var(--ease);
}
.accordion-icon::before {
  top: 50%; left: 20%; width: 60%; height: 1px;
  transform: translateY(-50%);
}
.accordion-icon::after {
  left: 50%; top: 20%; width: 1px; height: 60%;
  transform: translateX(-50%);
}
.accordion-item.active .accordion-icon {
  border-color: rgba(201,168,76,0.4);
  background: rgba(201,168,76,0.08);
}
.accordion-item.active .accordion-icon::before { background: var(--gold-light); }
.accordion-item.active .accordion-icon::after  {
  background: var(--gold-light);
  transform: translateX(-50%) scaleY(0);
}

.accordion-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height .45s var(--ease);
}
.accordion-panel p {
  padding: 0 0 26px 46px;
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.85;
}

/* =================================================================
   FOOTER — ALL COLUMNS IN ONE LINE
   ================================================================= */
.site-footer {
  background: #03060d;
  padding: 80px 0 0;
  border-top: 1px solid var(--divider);
}
.footer-grid {
  display: flex;
  align-items: flex-start;
  gap: 48px;
  padding-bottom: 64px;
  flex-wrap: wrap;
}
.footer-brand {
  flex: 0 0 220px;
  min-width: 0;
}
.footer-brand p {
  font-size: 13px; color: var(--text-secondary);
  margin: 16px 0 22px; max-width: 200px;
  line-height: 1.75;
}
.social-icons { display: flex; gap: 10px; }
.social-icons a {
  width: 34px; height: 34px; border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(255,255,255,0.08);
  transition: border-color .35s var(--ease), transform .35s var(--ease), background .35s var(--ease);
}
.social-icons svg { width: 14px; height: 14px; fill: var(--text-secondary); transition: fill .35s var(--ease); }
.social-icons a:hover { border-color: rgba(201,168,76,0.4); transform: translateY(-2px); background: rgba(201,168,76,0.08); }
.social-icons a:hover svg { fill: var(--gold-light); }

/* Footer columns — equal and flex */
.footer-col {
  flex: 1;
  min-width: 0;
}
.footer-col h4 {
  font-size: 10px; letter-spacing: 3px; text-transform: uppercase;
  color: var(--gold-light); margin-bottom: 20px;
  font-family: var(--font-ui); font-weight: 700;
}
.footer-col li { margin-bottom: 12px; }
.footer-col a,
.footer-col li { font-size: 13px; color: var(--text-secondary); transition: color .3s var(--ease); }
.footer-col a:hover { color: var(--text-ivory); }

.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  padding: 24px 0;
  border-top: 1px solid var(--divider);
  font-size: 12px; color: var(--text-muted);
  flex-wrap: wrap; gap: 12px;
}
.footer-legal { display: flex; gap: 20px; }
.footer-legal a { font-size: 12px; color: var(--text-muted); transition: color .3s var(--ease); }
.footer-legal a:hover { color: var(--gold-light); }

/* =================================================================
   SCROLL REVEAL
   ================================================================= */
[data-reveal] {
  opacity: 0;
  transition: opacity .8s var(--ease), transform .8s var(--ease);
  transition-delay: var(--delay, 0s);
}
[data-reveal="fade-up"]    { transform: translateY(36px); }
[data-reveal="fade-left"]  { transform: translateX(48px); }
[data-reveal="fade-right"] { transform: translateX(-48px); }
[data-reveal="scale-in"]   { transform: scale(.9); }
[data-reveal].revealed     { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  *{ animation: none !important; transition-duration: .01ms !important; }
  [data-reveal]{ opacity: 1; transform: none; }
}

/* =================================================================
   RESPONSIVE
   ================================================================= */
@media (max-width: 1100px) {
  .hero-badge { margin-inline: auto; }
  .hero-sub { margin-inline: auto; }

  .services-grid { grid-template-columns: repeat(2, 1fr); }

  .expertise-grid { grid-template-columns: repeat(2, 1fr); }
  .expertise-card-large {
    grid-column: span 2;
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 40px 36px;
  }

  .footer-grid { gap: 32px; }
  .footer-brand { flex: 0 0 180px; }

  .edge-tab-panel { grid-template-columns: 1fr 1fr; }
  .edge-panel-left { padding: 40px 36px; }

  .ms-content { padding: 44px 40px; }

  .faq-layout {
    grid-template-columns: 280px 1fr;
    gap: 48px;
  }
}

@media (max-width: 900px) {
  .main-nav,
  .btn-nav,
  .btn-nav-phone,
  .nav-actions { display: none; }
  .menu-toggle { display: flex; }

  .site-header { padding: 14px 0; }
  .header-inner { gap: 16px; }

  .services,
  .why-us,
  .expertise,
  .process,
  .faq,
  .book-demo,
  .inquiries,
  .cta,
  .cta-luxury {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .partners { padding: 56px 0; }
  .section-head { margin-bottom: 48px; }

  .services-grid { grid-template-columns: 1fr; }
  .service-card { padding: 40px 32px 36px; }

  .expertise-grid { grid-template-columns: 1fr; }
  .expertise-card-large {
    grid-column: span 1;
    padding: 36px 32px;
  }
  .expertise-card { padding: 32px 28px; }

  .book-demo-grid { grid-template-columns: 1fr; gap: 48px; }
  .demo-form { grid-template-columns: 1fr; padding: 32px 28px; }
  .field { grid-column: 1 / -1; }

  .inq-cards { grid-template-columns: 1fr; }

  .faq-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .faq-aside {
    position: static;
    text-align: center;
  }

  .footer-grid { flex-wrap: wrap; gap: 24px; }
  .footer-brand { flex: 0 0 100%; }
  .footer-col { flex: 0 0 calc(50% - 24px); }

  /* Comparison — feature row + two value columns */
  .comparison-header { grid-template-columns: 1fr 1fr; }
  .comparison-feature-col { display: none; }
  .comparison-row { grid-template-columns: 1fr 1fr; }
  .comparison-feature {
    grid-column: 1 / -1;
    display: flex;
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    background: rgba(201,168,76,0.04);
    font-weight: 600;
    color: var(--text-ivory);
  }
  .comparison-col { padding: 22px 20px; }
  .comparison-val { padding: 18px 20px; }
  .comparison-footer {
    flex-direction: column;
    text-align: center;
    padding: 28px 24px;
  }

  .edge-tab-panel { grid-template-columns: 1fr; }
  .edge-tab-panel.active { display: flex; flex-direction: column; }
  .edge-tab-panels { min-height: auto; }
  .edge-tab-panel { min-height: auto; }
  .edge-panel-left {
    border-right: none;
    border-bottom: 1px solid rgba(201,168,76,0.1);
    padding: 36px 32px;
  }
  .edge-panel-right { padding: 32px; min-height: 280px; }

  .ms-slide-inner { grid-template-columns: 1fr; min-height: auto; }
  .ms-content {
    border-right: none;
    border-bottom: 1px solid rgba(201,168,76,0.1);
    padding: 40px 36px;
  }
  .ms-visual { min-height: 260px; padding: 32px; }

  .cta-lux-title { font-size: clamp(30px, 5vw, 48px); }
  .inq-trust-bar { padding: 20px 24px; }
}

@media (max-width: 640px) {
  .container { padding: 0 20px; }

  .site-header.scrolled { padding: 12px 0; }
  .logo-text { font-size: 15px; }
  .logo-mark { width: 36px; height: 36px; font-size: 14px; }

  .hero {
    padding: 120px 0 80px;
    min-height: auto;
  }
  .hero-title { font-size: clamp(28px, 8.5vw, 40px); }
  .hero-sub { font-size: 15px; margin-bottom: 32px; }
  .hero-badge {
    max-width: 100%;
    font-size: 9px;
    letter-spacing: 1.5px;
    padding: 8px 14px;
    gap: 8px;
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 340px;
    margin-inline: auto;
  }
  .hero-actions .btn { width: 100%; }
  .btn-lg { padding: 16px 28px; }

  .hero-trust-row {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 32px;
  }
  .hero-trust-sep { width: 80px; height: 1px; }
  .hero-trust-item {
    padding: 0 16px;
    font-size: 12px;
    text-align: center;
    justify-content: center;
  }

  .services,
  .why-us,
  .expertise,
  .process,
  .faq,
  .book-demo,
  .inquiries,
  .cta,
  .cta-luxury {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .partners { padding: 44px 0; }
  .section-head { margin-bottom: 36px; }
  .section-eyebrow { letter-spacing: 3px; }
  .section-sub { font-size: 15px; }

  .service-card { padding: 32px 24px 28px; }
  .service-number { font-size: 56px; top: 16px; right: 20px; }
  .service-card h3 { font-size: 20px; }

  .expertise-card,
  .expertise-card-large { padding: 28px 24px; }
  .metric-num { font-size: 36px; }

  .comparison-col { padding: 18px 16px; }
  .comparison-feature { padding: 14px 16px; font-size: 13px; }
  .comparison-val {
    padding: 14px 16px;
    align-items: flex-start;
  }
  .val-text { font-size: 12px; }

  .framework-shell { padding: 24px; border-radius: 22px; }

  .edge-tab-btn { padding: 14px 16px; font-size: 11px; gap: 6px; }
  .edge-tab-btn span { display: none; }
  .edge-panel-left { padding: 28px 24px; }
  .edge-panel-right { padding: 24px; min-height: 240px; }
  .edge-panel-visual { max-width: 100%; }
  .epv-stat-grid { grid-template-columns: 1fr 1fr; }
  .epv-bar-row { grid-template-columns: 64px 1fr 40px; gap: 8px; }

  .ms-content { padding: 28px 24px; }
  .ms-visual { padding: 24px; min-height: 220px; }
  .ms-visual-card { max-width: 100%; }
  .ms-controls { gap: 16px; padding: 20px 0; }
  .ms-btn { width: 38px; height: 38px; }

  .demo-form { padding: 24px 20px; }
  .book-demo-grid { gap: 36px; }

  .inq-title { font-size: clamp(28px, 7vw, 40px); }
  .inq-card { padding: 22px 20px; }
  .inq-trust-bar {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 20px;
  }
  .inq-trust-sep { width: 80px; height: 1px; }
  .inq-trust-item {
    padding: 0 12px;
    font-size: 12px;
    text-align: center;
    justify-content: center;
  }

  .accordion-trigger { padding: 18px 0; font-size: 14px; gap: 12px; }
  .accordion-panel p { padding: 0 0 22px 40px; font-size: 13px; }

  .footer-grid { flex-direction: column; }
  .footer-col { flex: 0 0 100%; }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }
  .footer-legal {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 20px;
  }

  .inquiries-inner {
    flex-direction: column;
    text-align: center;
    padding: 36px 28px;
  }

  .cta-luxury { padding: 72px 0; }
  .cta-lux-title { font-size: clamp(26px, 8vw, 38px); }
  .cta-lux-sub { font-size: 15px; }
  .cta-lux-actions {
    flex-direction: column;
    align-items: stretch;
    padding: 0 4px;
  }
  .btn-lux-primary,
  .btn-lux-ghost { width: 100%; justify-content: center; }
  .cta-lux-trust {
    flex-direction: column;
    gap: 12px;
  }
  .cta-trust-sep { width: 80px; height: 1px; }
  .cta-lux-divider { width: min(240px, 70vw); }

  .cta-live-cards { flex-direction: column; gap: 14px; }
  .cta-live-card { padding: 18px 20px; }
  .clc-title { font-size: 16px; }

  /* Reduce heavy background layers on small screens */
  .hero-glow-1 { width: 520px; height: 520px; }
  .hero-glow-2 { width: 400px; height: 400px; }
  .hero-glow-3 { width: 240px; height: 240px; }
  .aurora-blob-1 { width: 640px; height: 520px; }
  .aurora-blob-2 { width: 520px; height: 460px; }
  .aurora-blob-3 { width: 420px; height: 420px; }
  .aurora-blob-4 { width: 480px; height: 360px; }
  .aurora-blob-5 { width: 360px; height: 330px; }
}

@media (max-width: 480px) {
  .container { padding: 0 16px; }

  .hero-title { font-size: clamp(26px, 9vw, 34px); }
  .hero-badge { font-size: 8px; letter-spacing: 1px; }

  .comparison-val {
    flex-direction: column;
    gap: 8px;
  }
  .check-mark,
  .cross-mark { width: 24px; height: 24px; }

  .epv-stat-grid { grid-template-columns: 1fr; }
  .epv-team-stats { flex-direction: column; }
  .epv-ts-item {
    border-right: none;
    border-bottom: 1px solid rgba(201,168,76,0.1);
  }
  .epv-ts-item:last-child { border-bottom: none; }

  .gold-pill-btn {
    width: 100%;
    max-width: none;
    justify-content: center;
  }
}

/* DISABLED: SECTION BREAK — GOLDEN STARS (uncomment to restore falling star effect)
   =================================================================
   SECTION BREAK — GOLDEN STARS (Premium falling star animation)
   =================================================================
.section-star-break {
  position: relative;
  width: 100%;
  height: 120px;
  overflow: hidden;
  pointer-events: none;
  z-index: 2;
}

.star-fall-canvas {
  display: block;
  width: 100%;
  height: 100%;
}
*/

/* =================================================================
   CTA — LIVE NOW, ALWAYS ON (3 Premium Contact Cards)
   ================================================================= */
.cta-live-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  margin-top: 16px;
}

.cta-live-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold-light);
  font-family: var(--font-ui);
  font-weight: 600;
  opacity: 0.9;
}

.cta-live-pulse {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.6);
  animation: ctaPulse 2s ease-in-out infinite;
  flex-shrink: 0;
}

@keyframes ctaPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.7); }
  50% { box-shadow: 0 0 0 8px rgba(74, 222, 128, 0); }
}

.cta-live-cards {
  display: flex;
  gap: 18px;
  width: 100%;
  max-width: 960px;
  justify-content: center;
}

/* Base card style */
.cta-live-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
  padding: 22px 24px;
  border-radius: 20px;
  background: rgba(10, 18, 34, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  transition: transform 0.4s cubic-bezier(.22,1,.36,1),
              box-shadow 0.4s cubic-bezier(.22,1,.36,1),
              border-color 0.4s cubic-bezier(.22,1,.36,1),
              background 0.4s cubic-bezier(.22,1,.36,1);
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  overflow: hidden;
}

/* Subtle inner glow overlay */
.cta-live-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(ellipse at 30% 40%, rgba(201,168,76,0.06) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.cta-live-card:hover::before {
  opacity: 1;
}

.cta-live-card:hover {
  transform: translateY(-6px) scale(1.015);
  border-color: rgba(201, 168, 76, 0.35);
}

/* Call card — green accent */
.cta-live-card-call {
  border-color: rgba(74, 222, 128, 0.15);
  background: linear-gradient(135deg, rgba(10,20,15,0.9) 0%, rgba(10,18,34,0.85) 100%);
}
.cta-live-card-call:hover {
  border-color: rgba(74, 222, 128, 0.45);
  box-shadow: 0 24px 60px -16px rgba(74, 222, 128, 0.25),
              0 8px 28px -10px rgba(0, 0, 0, 0.6),
              inset 0 1px 0 rgba(74, 222, 128, 0.12);
}
.cta-live-card-call .clc-icon-wrap {
  background: linear-gradient(135deg, rgba(20,60,30,0.9), rgba(30,80,45,0.7));
  border-color: rgba(74, 222, 128, 0.25);
}
.cta-live-card-call .clc-icon-wrap svg {
  stroke: #4ade80;
}

/* Email card — blue accent */
.cta-live-card-email {
  border-color: rgba(96, 165, 250, 0.12);
  background: linear-gradient(135deg, rgba(8,15,30,0.9) 0%, rgba(10,18,34,0.85) 100%);
}
.cta-live-card-email:hover {
  border-color: rgba(96, 165, 250, 0.4);
  box-shadow: 0 24px 60px -16px rgba(96, 165, 250, 0.2),
              0 8px 28px -10px rgba(0, 0, 0, 0.6),
              inset 0 1px 0 rgba(96, 165, 250, 0.10);
}
.cta-live-card-email .clc-icon-wrap {
  background: linear-gradient(135deg, rgba(15,30,60,0.9), rgba(20,40,80,0.7));
  border-color: rgba(96, 165, 250, 0.2);
}
.cta-live-card-email .clc-icon-wrap svg {
  stroke: #60a5fa;
}

/* Demo card — gold accent */
.cta-live-card-demo {
  border-color: rgba(201, 168, 76, 0.18);
  background: linear-gradient(135deg, rgba(15,12,5,0.95) 0%, rgba(10,18,34,0.85) 100%);
}
.cta-live-card-demo:hover {
  border-color: rgba(201, 168, 76, 0.5);
  box-shadow: 0 24px 60px -16px rgba(201, 168, 76, 0.28),
              0 8px 28px -10px rgba(0, 0, 0, 0.6),
              inset 0 1px 0 rgba(201, 168, 76, 0.15);
}
.cta-live-card-demo .clc-icon-wrap {
  background: linear-gradient(135deg, rgba(50,35,8,0.9), rgba(40,28,5,0.7));
  border-color: rgba(201, 168, 76, 0.28);
}
.cta-live-card-demo .clc-icon-wrap svg {
  stroke: var(--gold-light);
}

/* Icon wrapper */
.clc-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.08);
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.cta-live-card:hover .clc-icon-wrap {
  transform: scale(1.08);
}
.clc-icon-wrap svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Card text content */
.clc-content {
  display: flex;
  flex-direction: column;
  gap: 3px;
  flex: 1;
  min-width: 0;
}
.clc-label {
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-muted);
  font-family: var(--font-ui);
  font-weight: 600;
}
.clc-title {
  font-size: 17px;
  font-weight: 700;
  color: var(--text-ivory);
  font-family: var(--font-heading);
  letter-spacing: -0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.clc-note {
  font-size: 11px;
  color: var(--text-muted);
  font-family: var(--font-ui);
  white-space: nowrap;
}

/* Live badge */
.clc-badge {
  position: absolute;
  top: 14px;
  right: 52px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #4ade80;
  background: rgba(74, 222, 128, 0.12);
  border: 1px solid rgba(74, 222, 128, 0.28);
  padding: 3px 8px;
  border-radius: 999px;
  font-family: var(--font-ui);
}

/* Arrow */
.clc-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  flex-shrink: 0;
  transition: transform 0.3s var(--ease), background 0.3s var(--ease);
}
.cta-live-card:hover .clc-arrow {
  transform: translateX(4px);
  background: rgba(255,255,255,0.08);
}
.clc-arrow svg {
  width: 14px;
  height: 14px;
  stroke: var(--text-secondary);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Responsive for CTA live cards */
@media (max-width: 900px) {
  .cta-live-cards {
    flex-direction: column;
    max-width: 520px;
    gap: 14px;
  }
  .clc-title { font-size: 16px; }
  .clc-badge { right: 48px; }
}

/* ============================================================
   GOLD PILL BUTTONS — Premium, Small, Luxury
   ============================================================ */

/* Override cards container for pill layout */
.cta-live-cards:has(.gold-pill-btn) {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  max-width: 800px;
}

/* Base pill button */
.gold-pill-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 22px 0 6px;
  height: 48px;
  border-radius: 999px;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  isolation: isolate;

  /* Gold-plated background */
  background: linear-gradient(
    135deg,
    #2a1f04 0%,
    #3d2e06 20%,
    #c9a84c 40%,
    #f5d98b 55%,
    #c9a84c 70%,
    #3d2e06 85%,
    #2a1f04 100%
  );
  background-size: 200% 100%;
  animation: goldShift 4s ease-in-out infinite alternate;

  /* Engraved gold border */
  border: 1px solid transparent;
  background-clip: padding-box;
  box-shadow:
    0 0 0 1px rgba(201, 168, 76, 0.6),
    0 0 0 2px rgba(245, 217, 139, 0.15),
    0 4px 20px rgba(201, 168, 76, 0.25),
    0 2px 8px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 240, 170, 0.35),
    inset 0 -1px 0 rgba(80, 55, 5, 0.6);

  transition:
    transform 0.35s cubic-bezier(.22,1,.36,1),
    box-shadow 0.35s cubic-bezier(.22,1,.36,1),
    background-position 0.35s ease;
}

@keyframes goldShift {
  0%   { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}

/* Inner shimmer sweep */
.gold-pill-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    105deg,
    transparent 30%,
    rgba(255, 248, 200, 0.45) 50%,
    transparent 70%
  );
  background-size: 200% 100%;
  background-position: -100% 0;
  transition: background-position 0.6s ease;
  pointer-events: none;
}

/* Deep inner glow layer */
.gold-pill-btn::after {
  content: '';
  position: absolute;
  inset: 2px;
  border-radius: inherit;
  background: radial-gradient(ellipse at 40% 30%, rgba(255, 248, 180, 0.12) 0%, transparent 65%);
  pointer-events: none;
}

.gold-pill-btn:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow:
    0 0 0 1px rgba(245, 217, 139, 0.85),
    0 0 0 2px rgba(201, 168, 76, 0.25),
    0 8px 32px rgba(201, 168, 76, 0.45),
    0 4px 12px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 248, 200, 0.5),
    inset 0 -1px 0 rgba(80, 55, 5, 0.5);
}

.gold-pill-btn:hover::before {
  background-position: 200% 0;
}

.gold-pill-btn:active {
  transform: translateY(0) scale(0.98);
}

/* Icon wrapper inside pill */
.gpb-icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  flex-shrink: 0;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 240, 160, 0.2);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
  transition: transform 0.3s ease;
}

.gold-pill-btn:hover .gpb-icon-wrap {
  transform: scale(1.1);
}

.gpb-icon-wrap svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: #f5d98b;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 3px rgba(245, 217, 139, 0.6));
}

/* Button label text */
.gpb-label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #1a1200;
  font-family: var(--font-ui);
  text-shadow:
    0 1px 0 rgba(255, 248, 200, 0.6),
    0 -1px 0 rgba(80, 55, 5, 0.4);
  position: relative;
  z-index: 1;
}

/* Live pulse dot for call button */
.gpb-live-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.6);
  animation: gpbPulse 2s ease-in-out infinite;
  flex-shrink: 0;
  margin-left: -2px;
}

@keyframes gpbPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(74, 222, 128, 0.7); }
  50%       { box-shadow: 0 0 0 6px rgba(74, 222, 128, 0); }
}

/* Variant: Call — slightly greener tint on icon */
.gold-pill-btn--call .gpb-icon-wrap svg {
  stroke: #a8f5c8;
}

/* Variant: Email — same gold base */
.gold-pill-btn--email .gpb-icon-wrap svg {
  stroke: #f5d98b;
}

/* Variant: Demo — brighter gold shimmer */
.gold-pill-btn--demo {
  background: linear-gradient(
    135deg,
    #2a1f04 0%,
    #4a3608 18%,
    #d4aa50 38%,
    #fce8a0 55%,
    #d4aa50 72%,
    #4a3608 88%,
    #2a1f04 100%
  );
  background-size: 200% 100%;
}

/* Responsive */
@media (max-width: 700px) {
  .cta-live-cards:has(.gold-pill-btn) {
    flex-direction: column;
    align-items: center;
    gap: 14px;
  }
  .gold-pill-btn {
    width: 100%;
    max-width: 260px;
    justify-content: center;
  }
}

