/* ==========================================================================
   XTREME ADS MEDIA — Premium CSS v5  "Light Aurora"
   Light premium background + rich gold/navy/red color system from dark theme
   ========================================================================== */

/* ══════════════════════════════════════════════════════════════════════════
   DESIGN TOKENS
   ══════════════════════════════════════════════════════════════════════════ */
:root {
  /* ── Page background (light) ── */
  --page-bg:       #f0f3fb;
  --page-bg-mid:   #e8edf8;
  --page-surface:  #ffffff;

  /* ── Brand palette ── */
  --navy:          #0f2d6b;
  --navy-light:    #1e4da8;
  --navy-glow:     rgba(15, 45, 107, 0.18);

  --red:           #b52a1c;
  --red-light:     #d93f2f;
  --red-glow:      rgba(181, 42, 28, 0.15);

  --gold:          #c9880a;
  --gold-light:    #e8a818;
  --gold-pale:     #fef3dc;
  --gold-glow:     rgba(201, 136, 10, 0.14);

  --teal:          #0891b2;
  --teal-pale:     #e0f7ff;

  /* ── Text ── */
  --text:          #07142b;
  --text-2:        #2d3f5a;
  --text-3:        #5a6e8a;
  --muted:         #6b7e96;

  /* ── Surfaces / glass ── */
  --glass:         rgba(255, 255, 255, 0.82);
  --glass-2:       rgba(255, 255, 255, 0.92);
  --glass-border:  rgba(15, 45, 107, 0.09);
  --glass-top:     rgba(255, 255, 255, 0.95);

  /* ── Dividers ── */
  --line:          rgba(15, 45, 107, 0.08);
  --line-gold:     rgba(201, 136, 10, 0.20);
  --line-bright:   rgba(255, 255, 255, 0.90);

  /* ── Neutral dark sections ── */
  --charcoal:      #07101f;
  --charcoal-2:    #0a1528;

  /* ── Shadows ── */
  --shadow-xs:  0 2px 8px  rgba(15, 45, 107, 0.08);
  --shadow-sm:  0 6px 20px rgba(15, 45, 107, 0.11);
  --shadow-md:  0 16px 40px rgba(15, 45, 107, 0.14);
  --shadow-lg:  0 28px 64px rgba(15, 45, 107, 0.18);

  /* ── Shape ── */
  --radius:     20px;
  --radius-sm:  13px;
  --radius-xs:  9px;

  /* ── Layout ── */
  --container:  1160px;

  /* ── Spacing (8-pt grid) ── */
  --s1:  8px;  --s2: 16px;  --s3: 24px;
  --s4: 32px;  --s5: 48px;  --s6: 64px;  --s7: 96px;

  /* ── Type scale ── */
  --text-xs:   12px;  --text-sm:   13px;  --text-base: 15px;
  --text-md:   17px;  --text-lg:   20px;  --text-xl:   24px;
  --text-2xl:  30px;  --text-3xl:  38px;  --text-4xl:  52px;

  /* ── Compat aliases ── */
  --bg:         #f0f3fb;
  --bg-2:       #e8edf8;
  --panel:      rgba(255, 255, 255, 0.82);
  --panel-solid:#ffffff;
}

/* ══════════════════════════════════════════════════════════════════════════
   RESET
   ══════════════════════════════════════════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

/* ══════════════════════════════════════════════════════════════════════════
   BODY — light aurora background
   ══════════════════════════════════════════════════════════════════════════ */
body {
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  font-size: var(--text-base);
  line-height: 1.7;
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f0f3fb;
  background-image:
    /* Top-left deep navy bloom */
    radial-gradient(ellipse 1100px 750px at -8% -14%,
      rgba(15, 45, 107, 0.16) 0%, transparent 62%),
    /* Top-right rich crimson */
    radial-gradient(ellipse 850px 650px at 108% -5%,
      rgba(181, 42, 28, 0.13) 0%, transparent 58%),
    /* Left-center teal aurora */
    radial-gradient(ellipse 600px 900px at -6% 52%,
      rgba(8, 145, 178, 0.09) 0%, transparent 58%),
    /* Center bright core */
    radial-gradient(ellipse 1500px 900px at 52% 38%,
      rgba(255, 255, 255, 0.80) 0%, transparent 65%),
    /* Gold mid shimmer */
    radial-gradient(ellipse 700px 450px at 62% 22%,
      rgba(201, 136, 10, 0.06) 0%, transparent 58%),
    /* Right navy depth */
    radial-gradient(ellipse 550px 800px at 110% 54%,
      rgba(15, 45, 107, 0.12) 0%, transparent 62%),
    /* Bottom-left red ember */
    radial-gradient(ellipse 750px 500px at -6% 108%,
      rgba(181, 42, 28, 0.11) 0%, transparent 58%),
    /* Bottom-right navy anchor */
    radial-gradient(ellipse 950px 700px at 112% 112%,
      rgba(15, 45, 107, 0.14) 0%, transparent 62%);
  position: relative;
  isolation: isolate;
  min-height: 100vh;
}

/* Layer 1: fine noise grain */
body::before {
  content: "";
  position: fixed; inset: 0; z-index: -3; pointer-events: none;
  opacity: 0.32;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.88' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.07'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 170px 170px;
  mask-image: radial-gradient(ellipse 92% 92% at 50% 50%, black 30%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 92% 92% at 50% 50%, black 30%, transparent 100%);
}

/* Layer 2: subtle dot grid */
body::after {
  content: "";
  position: fixed; inset: 0; z-index: -2; pointer-events: none;
  background-image:
    repeating-linear-gradient(
      90deg, transparent, transparent 63px,
      rgba(15, 45, 107, 0.028) 63px, rgba(15, 45, 107, 0.028) 64px),
    repeating-linear-gradient(
      0deg, transparent, transparent 63px,
      rgba(15, 45, 107, 0.028) 63px, rgba(15, 45, 107, 0.028) 64px);
  mask-image: radial-gradient(ellipse 88% 88% at 50% 50%,
    black 20%, rgba(0,0,0,0.5) 55%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 88% 88% at 50% 50%,
    black 20%, rgba(0,0,0,0.5) 55%, transparent 100%);
}

/* Layer 3: conic light rays from corners */
html { position: relative; isolation: isolate; }
html::before {
  content: "";
  position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background-image:
    conic-gradient(from 218deg at 0% 0%,
      transparent 0deg, rgba(15,45,107,0.07) 9deg, transparent 18deg),
    conic-gradient(from 312deg at 100% 0%,
      transparent 0deg, rgba(181,42,28,0.06) 9deg, transparent 18deg),
    conic-gradient(from 118deg at 0% 100%,
      transparent 0deg, rgba(181,42,28,0.05) 8deg, transparent 16deg),
    conic-gradient(from 38deg at 100% 100%,
      transparent 0deg, rgba(15,45,107,0.06) 9deg, transparent 18deg);
}

/* Content above bg layers */
.site-header, main, .site-footer { position: relative; z-index: 1; }

/* ══════════════════════════════════════════════════════════════════════════
   LAYOUT
   ══════════════════════════════════════════════════════════════════════════ */
.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
.section    { padding: var(--s7) 0; }
.section-md { padding: var(--s6) 0; }
.section-sm { padding: var(--s5) 0; }

.grid   { display: grid; gap: var(--s3); }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.flex-center  { display: flex; align-items: center; justify-content: center; }
.flex-between { display: flex; align-items: center; justify-content: space-between; gap: var(--s2); }

/* Gold-navy section divider */
.section-md + .section-md,
.section-sm + .section-md { position: relative; }
.section-md + .section-md::before,
.section-sm + .section-md::before {
  content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 300px; height: 1px;
  background: linear-gradient(90deg,
    transparent, rgba(201,136,10,0.28) 30%, rgba(15,45,107,0.22) 70%, transparent);
}

/* ── Accessibility ─────────────────────────────────────────────────────── */
.skip-link {
  position: absolute; left: -999px; top: var(--s2);
  background: #fff; color: var(--text);
  padding: var(--s1) var(--s2); border-radius: var(--radius-xs);
  box-shadow: var(--shadow-md); z-index: 9999; font-weight: 700;
}
.skip-link:focus { left: var(--s2); }

/* ══════════════════════════════════════════════════════════════════════════
   TYPOGRAPHY
   ══════════════════════════════════════════════════════════════════════════ */
h1, h2, h3, h4, h5, h6 {
  font-weight: 800; line-height: 1.16; letter-spacing: -0.025em;
  color: var(--text); margin-bottom: var(--s2);
}
h1 { font-size: var(--text-4xl); }
h2 { font-size: var(--text-3xl); }
h3 { font-size: var(--text-xl); }
h4 { font-size: var(--text-lg); }

p  { margin-bottom: var(--s2); color: var(--text-2); }
a  { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; }

/* Gold eyebrow — the "premium" signal on light bg */
.eyebrow {
  display: block;
  font-size: var(--text-xs); font-weight: 800;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--gold); margin-bottom: var(--s1);
}
.lead  { font-size: var(--text-md); color: var(--text-2); line-height: 1.65; }
.muted { color: var(--muted); }

/* ══════════════════════════════════════════════════════════════════════════
   CARD — light glass with gold shimmer top
   ══════════════════════════════════════════════════════════════════════════ */
.card {
  background: linear-gradient(160deg,
    rgba(255,255,255,0.92) 0%,
    rgba(255,255,255,0.76) 100%);
  border: 1px solid rgba(255,255,255,0.85);
  border-bottom-color: rgba(15,45,107,0.09);
  border-right-color:  rgba(15,45,107,0.06);
  box-shadow:
    0 1px 0 rgba(255,255,255,0.98) inset,
    var(--shadow-sm);
  border-radius: var(--radius);
  backdrop-filter: blur(22px) saturate(1.5);
  -webkit-backdrop-filter: blur(22px) saturate(1.5);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  position: relative; overflow: hidden;
}
/* Gold shimmer on top edge */
.card::before {
  content: ""; position: absolute;
  top: 0; left: 8%; right: 8%; height: 1px;
  background: linear-gradient(90deg,
    transparent,
    rgba(201,136,10,0.55) 30%,
    rgba(255,255,255,0.95) 50%,
    rgba(201,136,10,0.55) 70%,
    transparent);
  border-radius: 999px; pointer-events: none; z-index: 2;
}
/* Inner light fill */
.card::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(160deg, rgba(255,255,255,0.35) 0%, transparent 48%);
  pointer-events: none; z-index: 0; border-radius: inherit;
}
.card > * { position: relative; z-index: 1; }

.card:hover {
  transform: translateY(-5px);
  border-color: rgba(255,255,255,0.92);
  border-bottom-color: rgba(15,45,107,0.14);
  box-shadow:
    0 1px 0 rgba(255,255,255,0.98) inset,
    var(--shadow-lg),
    0 0 40px rgba(201,136,10,0.08);
}
.card:hover::before {
  background: linear-gradient(90deg,
    transparent,
    rgba(201,136,10,0.75) 30%,
    rgba(255,255,255,0.98) 50%,
    rgba(201,136,10,0.75) 70%,
    transparent);
}

.card-pad    { padding: var(--s4); }
.card-pad-lg { padding: var(--s5); }

/* ══════════════════════════════════════════════════════════════════════════
   BADGES
   ══════════════════════════════════════════════════════════════════════════ */
.badge {
  display: inline-flex; align-items: center; gap: var(--s1);
  padding: 6px 14px; border-radius: 999px;
  background: rgba(201, 136, 10, 0.10);
  color: var(--gold); font-size: var(--text-sm); font-weight: 700;
  letter-spacing: 0.03em;
  border: 1px solid rgba(201,136,10,0.22);
  box-shadow: 0 2px 10px rgba(201,136,10,0.10);
}
.badge-red {
  background: rgba(181,42,28,0.08);
  color: var(--red); border-color: rgba(181,42,28,0.20);
}
.badge-blue {
  background: rgba(15,45,107,0.08);
  color: var(--navy); border-color: rgba(15,45,107,0.16);
}

/* ══════════════════════════════════════════════════════════════════════════
   BUTTONS
   ══════════════════════════════════════════════════════════════════════════ */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: var(--s1);
  padding: 13px 22px; border-radius: var(--radius-sm);
  border: 1px solid rgba(15,45,107,0.14);
  background: rgba(255,255,255,0.82);
  font: 700 var(--text-sm)/1 "Poppins", sans-serif;
  color: var(--text); cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
  box-shadow: var(--shadow-xs);
  white-space: nowrap; letter-spacing: 0.015em;
  backdrop-filter: blur(12px);
}
.btn:hover {
  transform: translateY(-2px); box-shadow: var(--shadow-sm);
  border-color: rgba(15,45,107,0.24); background: rgba(255,255,255,0.96);
}
.btn:active { transform: translateY(0); }

/* Deep navy primary */
.btn-primary {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
  color: #fff; border-color: transparent;
  box-shadow: 0 8px 28px rgba(15,45,107,0.32);
}
.btn-primary:hover { box-shadow: 0 14px 40px rgba(15,45,107,0.42); filter: brightness(1.08); }

/* Rich crimson accent */
.btn-accent {
  background: linear-gradient(135deg, var(--red) 0%, var(--red-light) 100%);
  color: #fff; border-color: transparent;
  box-shadow: 0 8px 28px rgba(181,42,28,0.28);
}
.btn-accent:hover { box-shadow: 0 14px 40px rgba(181,42,28,0.38); filter: brightness(1.08); }

/* Gold CTA button */
.btn-gold {
  background: linear-gradient(135deg, #a86c00 0%, var(--gold) 50%, var(--gold-light) 100%);
  color: #fff; border-color: transparent;
  box-shadow: 0 8px 28px rgba(201,136,10,0.30);
  font-weight: 800;
}
.btn-gold:hover { box-shadow: 0 14px 40px rgba(201,136,10,0.42); filter: brightness(1.08); }

.btn-outline {
  background: transparent;
  border-color: rgba(15,45,107,0.22); color: var(--navy);
}
.btn-outline:hover { background: rgba(15,45,107,0.05); border-color: rgba(15,45,107,0.32); }

.btn-sm   { padding: 9px 16px;  border-radius: var(--radius-xs); font-size: var(--text-xs); }
.btn-lg   { padding: 15px 28px; border-radius: var(--radius-sm); font-size: var(--text-base); }
.btn-full { width: 100%; }

/* ══════════════════════════════════════════════════════════════════════════
   HEADER — light frosted glass
   ══════════════════════════════════════════════════════════════════════════ */
.site-header {
  position: sticky; top: 0; z-index: 1000;
  backdrop-filter: blur(26px) saturate(1.7);
  -webkit-backdrop-filter: blur(26px) saturate(1.7);
  background: rgba(240,243,251,0.80);
  border-bottom: 1px solid rgba(15,45,107,0.08);
  transition: box-shadow 0.22s ease, background 0.22s ease;
}
.site-header.scrolled {
  background: rgba(240,243,251,0.96);
  box-shadow:
    0 1px 0 rgba(255,255,255,0.80) inset,
    0 6px 28px rgba(15,45,107,0.12);
}
/* Gold-navy hairline under header */
.site-header::after {
  content: ""; position: absolute; bottom: -1px; left: 8%; right: 8%; height: 1px;
  background: linear-gradient(90deg,
    transparent, rgba(201,136,10,0.35) 30%, rgba(15,45,107,0.30) 70%, transparent);
  pointer-events: none;
}

.header-inner {
  display: flex; align-items: center; justify-content: space-between; gap: var(--s2);
  padding: 16px 0;
}

.brand { display: flex; align-items: center; gap: 13px; text-decoration: none; }
.brand-logo-wrap { display: flex; align-items: center; flex-shrink: 0; }
.brand-logo-img { height: 40px; width: auto; max-width: 140px; object-fit: contain; display: block; }
.brand-mark {
  width: 40px; height: 40px; border-radius: 13px; flex-shrink: 0;
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
  box-shadow: 0 8px 24px rgba(15,45,107,0.28); position: relative; overflow: hidden;
}
.brand-mark::after {
  content: ""; position: absolute; width: 28px; height: 28px; border-radius: 50%;
  background: rgba(181,42,28,0.35); bottom: -8px; right: -8px;
}
.brand-text    { display: flex; flex-direction: column; gap: 1px; }
.brand-name    { font-size: var(--text-base); font-weight: 800; letter-spacing: -0.025em; line-height: 1; color: var(--text); }
.brand-tagline { font-size: 11px; color: var(--muted); line-height: 1; }

.nav { display: flex; align-items: center; gap: 4px; }
.nav-link {
  font-size: var(--text-sm); font-weight: 500;
  color: var(--text-2); padding: 8px 12px; border-radius: var(--radius-xs);
  transition: background 0.18s ease, color 0.18s ease;
}
.nav-link:hover  { background: rgba(15,45,107,0.06); color: var(--navy); }
/* Gold active state from dark theme */
.nav-link.active { background: rgba(201,136,10,0.10); color: var(--gold); font-weight: 700; border: 1px solid rgba(201,136,10,0.18); }

.nav-cta {
  margin-left: var(--s1); padding: 9px 18px;
  border-radius: var(--radius-xs); font-size: var(--text-sm); font-weight: 800;
  background: linear-gradient(135deg, var(--navy), var(--navy-light));
  color: #fff; box-shadow: 0 6px 22px rgba(15,45,107,0.30);
  border: 1px solid transparent;
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}
.nav-cta:hover { transform: translateY(-1px); box-shadow: 0 12px 32px rgba(15,45,107,0.40); filter: brightness(1.08); }

/* Hamburger */
.nav-toggle {
  display: none; width: 42px; height: 40px;
  border-radius: var(--radius-xs); border: 1px solid rgba(15,45,107,0.12);
  background: rgba(255,255,255,0.78); backdrop-filter: blur(12px);
  box-shadow: var(--shadow-xs); cursor: pointer; padding: 0;
  flex-direction: column; align-items: center; justify-content: center; gap: 5px;
}
.nav-toggle span {
  display: block; width: 18px; height: 2px;
  background: var(--text); border-radius: 2px;
  transition: transform 0.22s ease, opacity 0.22s ease;
}
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── Section Helpers ──────────────────────────────────────────────────── */
.section-header { margin-bottom: var(--s4); }
.section-header .eyebrow { margin-bottom: 6px; }
.section-header h2 { margin-bottom: var(--s1); }
.section-header p  { max-width: 560px; color: var(--text-2); }
.section-row {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: var(--s2); margin-bottom: var(--s4); flex-wrap: wrap;
}
.section-row p { margin: 0; max-width: 480px; }

/* ══════════════════════════════════════════════════════════════════════════
   HERO
   ══════════════════════════════════════════════════════════════════════════ */
.hero { padding: var(--s7) 0 var(--s6); }
.hero-inner {
  display: grid; grid-template-columns: 1.3fr 0.7fr;
  gap: var(--s3); align-items: stretch;
}
.hero-content { display: flex; flex-direction: column; justify-content: center; }
.hero-content .badge { margin-bottom: var(--s2); }
.hero-content h1 { margin-bottom: var(--s2); color: var(--text); }
.hero-content p.lead { margin-bottom: var(--s3); max-width: 520px; }
.hero-actions { display: flex; gap: var(--s2); flex-wrap: wrap; align-items: center; }

/* Hero side panel */
.hero-panel { display: flex; flex-direction: column; }
.hero-panel-inner {
  flex: 1; padding: var(--s3);
  background: linear-gradient(145deg, rgba(255,255,255,0.88) 0%, rgba(235,240,255,0.70) 100%);
  backdrop-filter: blur(24px) saturate(1.6);
  -webkit-backdrop-filter: blur(24px) saturate(1.6);
  border: 1px solid rgba(255,255,255,0.85);
  border-bottom-color: rgba(15,45,107,0.10);
  border-radius: var(--radius);
  box-shadow: 0 1px 0 rgba(255,255,255,0.98) inset, var(--shadow-md);
  display: flex; flex-direction: column; gap: var(--s2);
  position: relative; overflow: hidden;
}
.hero-panel-inner::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background:
    radial-gradient(ellipse 280px 220px at 0% 0%, rgba(15,45,107,0.10), transparent 65%),
    radial-gradient(ellipse 220px 180px at 100% 100%, rgba(181,42,28,0.08), transparent 65%);
}
/* Gold shimmer line on panel top */
.hero-panel-inner::after {
  content: ""; position: absolute; top: 0; left: 8%; right: 8%; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201,136,10,0.50) 50%, transparent);
  pointer-events: none; z-index: 2;
}
.hero-panel-inner > * { position: relative; z-index: 1; }

/* ── Stat Cards ──────────────────────────────────────────────────────── */
.stat-card {
  background: linear-gradient(145deg, rgba(255,255,255,0.90) 0%, rgba(245,248,255,0.72) 100%);
  border: 1px solid rgba(255,255,255,0.90);
  border-bottom-color: rgba(15,45,107,0.08);
  border-radius: var(--radius-sm); padding: var(--s2) var(--s3);
  box-shadow: 0 1px 0 rgba(255,255,255,0.98) inset, var(--shadow-xs);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  position: relative; overflow: hidden;
}
.stat-card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201,136,10,0.55) 50%, transparent);
  pointer-events: none;
}
.stat-card:hover { transform: translateX(5px); box-shadow: var(--shadow-sm); }
.stat-card .k { font-size: var(--text-base); font-weight: 800; color: var(--navy); margin-bottom: 4px; }
.stat-card .d { font-size: var(--text-sm); color: var(--muted); line-height: 1.50; }

/* ══════════════════════════════════════════════════════════════════════════
   SERVICE CARDS
   ══════════════════════════════════════════════════════════════════════════ */
.svc-card {
  display: flex; flex-direction: column; gap: var(--s2);
  padding: var(--s3) var(--s3) var(--s2);
  background: linear-gradient(155deg, rgba(255,255,255,0.92) 0%, rgba(255,255,255,0.76) 100%);
  border: 1px solid rgba(255,255,255,0.85);
  border-bottom: 1px solid rgba(15,45,107,0.09);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  text-decoration: none; color: var(--text);
  position: relative; overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.svc-card::before {
  content: ""; position: absolute; inset: 0; border-radius: inherit;
  background: linear-gradient(155deg, rgba(255,255,255,0.40) 0%, transparent 40%);
  pointer-events: none; z-index: 0;
}
.svc-card > * { position: relative; z-index: 1; }
.svc-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255,255,255,0.92);
  border-bottom-color: rgba(15,45,107,0.14);
  box-shadow: var(--shadow-lg), 0 0 40px rgba(201,136,10,0.08);
}
/* Gold left accent bar */
.svc-card::after {
  content: ""; position: absolute; left: 0; top: 18px; bottom: 18px; width: 3px;
  border-radius: 0 3px 3px 0;
  background: linear-gradient(180deg, var(--gold), var(--red));
  opacity: 0; transition: opacity 0.22s ease;
}
.svc-card:hover::after { opacity: 1; }

.svc-icon-wrap { display: flex; align-items: center; }
.svc-icon {
  width: 46px; height: 46px; border-radius: var(--radius-xs);
  display: grid; place-items: center;
  background: linear-gradient(135deg, rgba(15,45,107,0.10), rgba(15,45,107,0.05));
  border: 1px solid rgba(15,45,107,0.12); color: var(--navy);
  transition: background 0.22s ease, transform 0.22s ease, color 0.22s ease;
}
.svc-icon svg { width: 20px; height: 20px; }
.svc-card:hover .svc-icon {
  background: linear-gradient(135deg, var(--navy), var(--navy-light));
  color: #fff; transform: scale(1.06) rotate(-3deg);
  box-shadow: 0 6px 18px rgba(15,45,107,0.30);
}
.svc-body { flex: 1; }
.svc-body h3 { font-size: var(--text-base); margin-bottom: 6px; color: var(--text); }
.svc-body p  { font-size: var(--text-sm); color: var(--muted); margin: 0 0 var(--s2); line-height: 1.55; }

/* Gold tags — key difference from v3 */
.svc-tags { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 6px; }
.svc-tags li {
  font-size: 11px; font-weight: 700; letter-spacing: 0.04em;
  padding: 4px 10px; border-radius: 999px;
  background: rgba(201,136,10,0.09); color: var(--gold);
  border: 1px solid rgba(201,136,10,0.18);
  transition: background 0.18s ease;
}
.svc-card:hover .svc-tags li { background: rgba(201,136,10,0.15); }

.svc-arrow {
  font-size: var(--text-lg); color: var(--gold);
  font-weight: 800; opacity: 0; transform: translateX(-6px);
  transition: opacity 0.22s ease, transform 0.22s ease; align-self: flex-end;
}
.svc-card:hover .svc-arrow { opacity: 1; transform: translateX(0); }

/* Old service-card compat */
.service-card { padding: var(--s3); }
.service-icon {
  width: 48px; height: 48px; border-radius: var(--radius-xs);
  display: grid; place-items: center;
  background: linear-gradient(135deg, rgba(15,45,107,0.10), rgba(15,45,107,0.05));
  border: 1px solid rgba(15,45,107,0.12);
  color: var(--navy); font-size: var(--text-xs); font-weight: 800;
  letter-spacing: 0.04em; margin-bottom: var(--s2);
}
.service-card h3 { margin-bottom: var(--s1); color: var(--text); }
.service-card p  { font-size: var(--text-sm); margin-bottom: var(--s2); }
.service-card .more-link {
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--gold); font-size: var(--text-sm); font-weight: 700;
  transition: gap 0.18s ease;
}
.service-card:hover .more-link { gap: 10px; }

/* ══════════════════════════════════════════════════════════════════════════
   DARK BAND — cinematic with gold accents
   ══════════════════════════════════════════════════════════════════════════ */
.dark-band {
  background: linear-gradient(145deg,
    #060c16 0%, #09111f 45%, #100808 80%, #0d0609 100%);
  color: rgba(255,255,255,0.90);
  position: relative; overflow: hidden; isolation: isolate;
  box-shadow: 0 -1px 0 rgba(255,255,255,0.05), 0 1px 0 rgba(255,255,255,0.03);
}
.dark-band::before {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image:
    radial-gradient(ellipse 750px 550px at -10% -20%, rgba(15,45,107,0.55), transparent 60%),
    radial-gradient(ellipse 550px 450px at 112% -12%, rgba(181,42,28,0.32), transparent 60%),
    radial-gradient(ellipse 400px 300px at 55% 50%,   rgba(201,136,10,0.05), transparent 60%),
    radial-gradient(ellipse 650px 500px at 108% 112%, rgba(181,42,28,0.28), transparent 60%),
    radial-gradient(ellipse 700px 500px at -8% 112%,  rgba(15,45,107,0.42), transparent 60%);
}
.dark-band::after {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image:
    repeating-linear-gradient(
      90deg, transparent, transparent 63px,
      rgba(255,255,255,0.016) 63px, rgba(255,255,255,0.016) 64px),
    repeating-linear-gradient(
      0deg, transparent, transparent 63px,
      rgba(255,255,255,0.016) 63px, rgba(255,255,255,0.016) 64px);
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 20%, rgba(0,0,0,0.5) 55%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 20%, rgba(0,0,0,0.5) 55%, transparent 100%);
}
.dark-band > * { position: relative; z-index: 1; }

.dark-band p        { color: rgba(255,255,255,0.65); }
.dark-band .muted   { color: rgba(255,255,255,0.48); }
.dark-band .eyebrow { color: var(--gold-light); }
.dark-band h1, .dark-band h2, .dark-band h3 { color: #fff; }
.dark-band .card {
  background: linear-gradient(145deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
  border-color: rgba(255,255,255,0.10); border-top-color: rgba(255,255,255,0.16);
  box-shadow: 0 1px 0 rgba(255,255,255,0.07) inset, 0 20px 56px rgba(0,0,0,0.38);
}
.dark-band .card::before {
  background: linear-gradient(90deg,
    transparent, rgba(201,136,10,0.50) 30%, rgba(255,255,255,0.55) 50%,
    rgba(201,136,10,0.50) 70%, transparent);
}
.dark-band .card:hover {
  background: rgba(255,255,255,0.11);
  border-color: rgba(255,255,255,0.18); border-top-color: rgba(201,136,10,0.35);
}
.dark-band .badge {
  background: rgba(201,136,10,0.14); color: var(--gold-light);
  border-color: rgba(201,136,10,0.28);
}
.dark-band .btn { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.14); color: #fff; }
.dark-band .btn:hover { background: rgba(255,255,255,0.13); border-color: rgba(255,255,255,0.22); }
.dark-band .list li { color: rgba(255,255,255,0.72); }

/* ── List ─────────────────────────────────────────────────────────────── */
.list { list-style: none; padding: 0; margin: var(--s2) 0 0; display: grid; gap: 10px; }
.list li {
  padding-left: 18px; position: relative;
  font-size: var(--text-sm); color: var(--text-2); line-height: 1.6;
}
.list li::before {
  content: ""; position: absolute; left: 0; top: 0.55em;
  width: 7px; height: 7px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--red));
}

/* ── Process Steps ────────────────────────────────────────────────────── */
.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--s2); }
.step    { padding: var(--s3); }
.step-num {
  display: inline-flex; width: 36px; height: 36px;
  align-items: center; justify-content: center; border-radius: var(--radius-xs);
  background: linear-gradient(135deg, rgba(15,45,107,0.12), rgba(15,45,107,0.06));
  border: 1px solid rgba(15,45,107,0.12);
  color: var(--navy); font-weight: 800; font-size: var(--text-sm); margin-bottom: var(--s2);
}
.step h4 { margin-bottom: var(--s1); color: var(--text); }
.step p  { font-size: var(--text-sm); margin: 0; color: var(--muted); }

/* ── Testimonials ─────────────────────────────────────────────────────── */
.testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s3); }
.quote { padding: var(--s4); display: flex; flex-direction: column; gap: var(--s2); }
.quote-mark { font-size: 52px; line-height: 1; color: var(--gold); opacity: 0.28; font-weight: 800; margin-bottom: -10px; }
.quote-divider { width: 32px; height: 3px; border-radius: 2px; background: linear-gradient(90deg, var(--gold), var(--red)); }
.quote p { font-size: var(--text-sm); font-style: italic; color: var(--text-2); line-height: 1.70; flex: 1; margin: 0; }
.quote-author { display: flex; align-items: center; gap: 12px; margin-top: var(--s2); }
.quote-avatar {
  width: 40px; height: 40px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, var(--navy), var(--navy-light));
  display: grid; place-items: center;
  color: #fff; font-weight: 800; font-size: var(--text-base);
  box-shadow: 0 4px 14px rgba(15,45,107,0.28);
}
.who  { font-size: var(--text-sm); font-weight: 700; color: var(--text); margin: 0; }
.role { font-size: var(--text-xs); color: var(--muted); margin: 0; }

/* ── Forms ────────────────────────────────────────────────────────────── */
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--s2); }
.field     { display: flex; flex-direction: column; gap: 7px; }

label {
  font-size: var(--text-xs); font-weight: 700; letter-spacing: 0.04em;
  text-transform: uppercase; color: var(--text-2);
}
input, select, textarea {
  border: 1.5px solid rgba(15,45,107,0.12); border-radius: var(--radius-xs);
  padding: 12px 14px; background: rgba(255,255,255,0.82); outline: none;
  font: var(--text-sm)/1.5 "Poppins", sans-serif; color: var(--text);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
input:hover, select:hover { border-color: rgba(15,45,107,0.22); }
input:focus, select:focus, textarea:focus {
  border-color: rgba(201,136,10,0.50);
  background: rgba(255,255,255,0.97);
  box-shadow: 0 0 0 4px rgba(201,136,10,0.10);
}
input::placeholder, textarea::placeholder { color: var(--muted); font-size: var(--text-sm); }
textarea { min-height: 148px; resize: vertical; line-height: 1.6; }

.notice {
  border-radius: var(--radius-sm); padding: 14px 18px;
  border: 1px solid rgba(15,45,107,0.12); background: rgba(255,255,255,0.78);
  font-size: var(--text-sm); color: var(--text-2);
}
.notice.ok  { border-color: rgba(16,185,129,0.35); background: rgba(16,185,129,0.07); }
.notice.err { border-color: rgba(239,68,68,0.35);  background: rgba(239,68,68,0.07);  }

/* ── Map ──────────────────────────────────────────────────────────────── */
.map-placeholder {
  width: 100%; height: 300px; border-radius: var(--radius);
  border: 2px dashed rgba(15,45,107,0.16);
  background: linear-gradient(135deg, rgba(15,45,107,0.05), rgba(181,42,28,0.04));
  display: grid; place-items: center; color: var(--muted); font-size: var(--text-sm);
}

/* ══════════════════════════════════════════════════════════════════════════
   FOOTER — premium frosted light
   ══════════════════════════════════════════════════════════════════════════ */
.site-footer {
  padding: var(--s7) 0 var(--s3); position: relative; z-index: 1;
  border-top: 1px solid rgba(15,45,107,0.09);
  background: linear-gradient(180deg, rgba(240,243,251,0.68) 0%, rgba(240,243,251,0.88) 100%);
  backdrop-filter: blur(24px) saturate(1.6);
  -webkit-backdrop-filter: blur(24px) saturate(1.6);
}
/* Gold-navy shimmer line */
.site-footer::before {
  content: ""; position: absolute; top: -1px; left: 8%; right: 8%; height: 1px;
  background: linear-gradient(90deg,
    transparent, rgba(201,136,10,0.38) 30%, rgba(15,45,107,0.30) 70%, transparent);
  pointer-events: none;
}

.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: var(--s5); margin-bottom: var(--s5); }
.footer-brand { font-weight: 800; font-size: var(--text-lg); margin-bottom: var(--s2); letter-spacing: -0.02em; color: var(--text); }
.footer-description { font-size: var(--text-sm); color: var(--muted); line-height: 1.65; margin-bottom: var(--s3); }
.social { display: flex; gap: var(--s2); flex-wrap: wrap; }
.social a {
  font-size: var(--text-xs); font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase;
  color: var(--muted); padding: 8px 12px; border-radius: var(--radius-xs);
  border: 1px solid var(--line); background: rgba(255,255,255,0.65);
  transition: border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}
.social a:hover { color: var(--gold); border-color: rgba(201,136,10,0.28); transform: translateY(-1px); }

.footer-title { font-size: var(--text-xs); font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; color: var(--muted); margin-bottom: var(--s2); }
.footer-links { display: flex; flex-direction: column; gap: 2px; }
.footer-link  {
  font-size: var(--text-sm); color: var(--text-2); padding: 7px 0;
  border-bottom: 1px solid transparent;
  transition: color 0.18s ease, padding-left 0.18s ease;
}
.footer-link:hover { color: var(--gold); padding-left: 6px; }

.footer-contact { display: flex; flex-direction: column; gap: 10px; margin-bottom: var(--s3); }
.footer-contact-item { font-size: var(--text-sm); color: var(--text-2); }
.footer-contact-item span { color: var(--muted); margin-right: 6px; font-size: var(--text-xs); text-transform: uppercase; letter-spacing: 0.04em; font-weight: 700; }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center; gap: var(--s2);
  padding-top: var(--s3); border-top: 1px solid var(--line);
  font-size: var(--text-xs); color: var(--muted);
}
.footer-bottom a { color: var(--muted); transition: color 0.18s ease; }
.footer-bottom a:hover { color: var(--gold); }

/* ══════════════════════════════════════════════════════════════════════════
   WHY CARD & PROCESS CARD
   ══════════════════════════════════════════════════════════════════════════ */
.why-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: var(--s3); align-items: start; }
.why-card,
.process-card-wrap {
  background: linear-gradient(150deg, rgba(255,255,255,0.92) 0%, rgba(240,244,255,0.78) 100%);
  border: 1px solid rgba(255,255,255,0.88);
  border-bottom-color: rgba(15,45,107,0.09);
  border-radius: var(--radius);
  backdrop-filter: blur(22px) saturate(1.6); -webkit-backdrop-filter: blur(22px) saturate(1.6);
  box-shadow: 0 1px 0 rgba(255,255,255,0.98) inset, var(--shadow-md);
  padding: var(--s5); position: relative; overflow: hidden;
}
.why-card::before {
  content: ""; position: absolute; top: -80px; left: -80px;
  width: 280px; height: 280px; border-radius: 50%;
  background: radial-gradient(circle, rgba(15,45,107,0.08), transparent 70%); pointer-events: none;
}
.why-card::after {
  content: ""; position: absolute; bottom: -60px; right: -60px;
  width: 220px; height: 220px; border-radius: 50%;
  background: radial-gradient(circle, rgba(201,136,10,0.07), transparent 70%); pointer-events: none;
}
.process-card-wrap::before {
  content: ""; position: absolute; top: -80px; right: -80px;
  width: 300px; height: 300px; border-radius: 50%;
  background: radial-gradient(circle, rgba(15,45,107,0.07), transparent 70%); pointer-events: none;
}
.why-card > *, .process-card-wrap > * { position: relative; z-index: 1; }

.why-list { list-style: none; padding: 0; margin: var(--s3) 0 0; display: flex; flex-direction: column; gap: var(--s2); }
.why-list li {
  display: flex; align-items: flex-start; gap: 14px; padding: 14px 16px;
  background: rgba(255,255,255,0.75); border: 1px solid rgba(15,45,107,0.08);
  border-radius: var(--radius-sm); box-shadow: var(--shadow-xs);
  font-size: var(--text-sm); color: var(--text-2); line-height: 1.55;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.why-list li:hover {
  transform: translateX(5px); box-shadow: var(--shadow-sm);
  border-color: rgba(201,136,10,0.22);
}
/* Gold bullet */
.why-bullet {
  flex-shrink: 0; width: 28px; height: 28px; border-radius: 8px;
  background: linear-gradient(135deg, var(--gold), #a86c00);
  display: grid; place-items: center;
  box-shadow: 0 4px 12px rgba(201,136,10,0.28);
}
.why-bullet svg { width: 13px; height: 13px; stroke: #fff; fill: none; stroke-width: 2.8; stroke-linecap: round; stroke-linejoin: round; }

/* ── PROCESS ──────────────────────────────────────────────────────────── */
.process-steps {
  display: grid; grid-template-columns: repeat(4,1fr);
  gap: var(--s2); margin-top: var(--s3); position: relative;
}
.process-steps::before {
  content: ""; position: absolute; top: 21px; left: 38px; right: 38px; height: 2px;
  background: linear-gradient(90deg, var(--navy) 0%, var(--gold) 50%, var(--red) 100%);
  z-index: 0; opacity: 0.25;
}
.process-step {
  display: flex; flex-direction: column; align-items: center; text-align: center;
  padding: var(--s2) var(--s1); border-radius: var(--radius-sm);
  position: relative; z-index: 1; transition: transform 0.20s ease;
}
.process-step:hover { transform: translateY(-5px); }
.step-circle {
  width: 44px; height: 44px; border-radius: 50%;
  display: grid; place-items: center;
  font-weight: 800; font-size: var(--text-sm); color: #fff;
  margin-bottom: var(--s2); position: relative;
}
.step-circle::after { content: ""; position: absolute; inset: -4px; border-radius: 50%; border: 2px solid rgba(15,45,107,0.12); }
.step-circle-1 { background: linear-gradient(135deg,#0f2d6b,#1e4da8); box-shadow: 0 8px 22px rgba(15,45,107,0.30); }
.step-circle-2 { background: linear-gradient(135deg,#1e4da8,#3068cc); box-shadow: 0 8px 22px rgba(15,45,107,0.25); }
.step-circle-3 { background: linear-gradient(135deg,#a86c00,var(--gold)); box-shadow: 0 8px 22px rgba(201,136,10,0.28); }
.step-circle-4 { background: linear-gradient(135deg,var(--red),var(--red-light)); box-shadow: 0 8px 22px rgba(181,42,28,0.25); }
.process-step h4 { font-size: var(--text-sm); font-weight: 800; color: var(--text); margin-bottom: 5px; }
.process-step p  { font-size: 12px; color: var(--muted); line-height: 1.50; margin: 0; }

/* ── SCHOOL HIGHLIGHT ─────────────────────────────────────────────────── */
.school-highlight { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: var(--s4); align-items: center; }
.school-features-row { display: flex; flex-direction: column; gap: var(--s2); margin-top: var(--s3); }
.school-feat { display: flex; align-items: center; gap: 12px; font-size: var(--text-sm); color: rgba(255,255,255,0.80); }
.school-feat svg { width: 18px; height: 18px; flex-shrink: 0; stroke: var(--gold-light); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.school-modules { display: flex; flex-direction: column; gap: var(--s2); }
.school-module {
  display: flex; align-items: center; gap: var(--s2); padding: var(--s2) var(--s3);
  background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-sm); backdrop-filter: blur(14px);
  transition: background 0.18s ease, transform 0.18s ease;
}
.school-module:hover { background: rgba(255,255,255,0.11); transform: translateX(4px); }
.module-icon {
  width: 40px; height: 40px; border-radius: 12px; flex-shrink: 0;
  background: linear-gradient(135deg,rgba(15,45,107,0.55),rgba(15,45,107,0.28));
  display: grid; place-items: center; color: #fff; font-weight: 800; font-size: var(--text-base);
  border: 1px solid rgba(255,255,255,0.12);
}
.module-title { font-weight: 800; color: #fff; font-size: var(--text-sm); }
.module-desc  { font-size: var(--text-xs); color: rgba(255,255,255,0.55); margin-top: 2px; }

/* ── BOTTOM CTA ───────────────────────────────────────────────────────── */
.bottom-cta {
  position: relative; overflow: hidden; border-radius: var(--radius);
  padding: var(--s6) var(--s5); text-align: center;
  box-shadow: 0 1px 0 rgba(255,255,255,0.08) inset, var(--shadow-lg), 0 0 0 1px rgba(15,45,107,0.10);
  isolation: isolate;
}
.bottom-cta-bg {
  position: absolute; inset: 0; z-index: 0;
  background: linear-gradient(135deg, #060c16 0%, #0c1525 40%, #140808 80%, #0d0508 100%);
}
.bottom-cta-bg::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    radial-gradient(ellipse 700px 450px at -5% -10%, rgba(15,45,107,0.55), transparent 60%),
    radial-gradient(ellipse 600px 450px at 110% 112%, rgba(181,42,28,0.42), transparent 60%),
    radial-gradient(ellipse 400px 300px at 50% 50%, rgba(201,136,10,0.05), transparent 60%),
    radial-gradient(ellipse 450px 350px at 112% -10%, rgba(181,42,28,0.20), transparent 60%),
    radial-gradient(ellipse 500px 400px at -5% 110%, rgba(15,45,107,0.35), transparent 60%);
}
.bottom-cta-bg::after {
  content: ""; position: absolute; inset: 0;
  background-image:
    repeating-linear-gradient(90deg, transparent, transparent 63px, rgba(255,255,255,0.016) 63px, rgba(255,255,255,0.016) 64px),
    repeating-linear-gradient(0deg,  transparent, transparent 63px, rgba(255,255,255,0.016) 63px, rgba(255,255,255,0.016) 64px);
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 20%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 20%, transparent 100%);
}
.bottom-cta-content { position: relative; z-index: 1; }

/* ── PRICING CARDS ────────────────────────────────────────────────────── */
.pricing-card { position: relative; }
.pricing-card--featured {
  border-color: rgba(201,136,10,0.28); border-top-color: rgba(201,136,10,0.50);
  box-shadow: var(--shadow-lg), 0 0 40px rgba(201,136,10,0.08);
  transform: translateY(-6px);
}
.pricing-card--featured::before {
  background: linear-gradient(90deg,
    transparent, rgba(201,136,10,0.70) 30%, rgba(255,255,255,0.95) 50%,
    rgba(201,136,10,0.70) 70%, transparent) !important;
}
.pricing-card--featured:hover { transform: translateY(-9px); }
.pricing-badge-top {
  display: inline-block; padding: 5px 12px; border-radius: 999px;
  background: linear-gradient(135deg, #a86c00, var(--gold));
  color: #fff; font-size: var(--text-xs); font-weight: 800;
  letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: var(--s2);
  box-shadow: 0 4px 14px rgba(201,136,10,0.28);
}
.pricing-tier  { font-size: var(--text-xs); font-weight: 800; letter-spacing: 0.10em; text-transform: uppercase; color: var(--muted); margin-bottom: 6px; }
.pricing-price { font-size: var(--text-2xl); font-weight: 800; color: var(--navy); letter-spacing: -0.03em; margin-bottom: 8px; }
.pricing-desc  { font-size: var(--text-sm); color: var(--muted); line-height: 1.55; margin-bottom: var(--s2); padding-bottom: var(--s2); border-bottom: 1px solid var(--line); }

/* ── PA platform cards ───────────────────────────────────────────────── */
.pa-platform-card { transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease; }
.pa-platform-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: rgba(201,136,10,0.22); }
.pa-platform-header {
  display: flex; align-items: center; gap: var(--s2);
  margin-bottom: var(--s2); padding-bottom: var(--s2); border-bottom: 1px solid var(--line);
}

/* ── ECOM PLATFORM BLOCKS ────────────────────────────────────────────── */
.ecom-platform-block {
  padding: var(--s4);
  background: linear-gradient(150deg, rgba(255,255,255,0.88) 0%, rgba(240,244,255,0.70) 100%);
  border: 1px solid rgba(255,255,255,0.85); border-bottom-color: rgba(15,45,107,0.09);
  border-radius: var(--radius);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  box-shadow: var(--shadow-sm);
}
.ecom-platform-header {
  display: flex; align-items: center; gap: var(--s2);
  padding-bottom: var(--s3); border-bottom: 1px solid var(--line);
}
.ecom-platform-icon {
  width: 52px; height: 52px; border-radius: var(--radius-sm); flex-shrink: 0;
  background: linear-gradient(135deg, var(--navy), var(--navy-light));
  display: grid; place-items: center;
  color: #fff; font-weight: 800; font-size: 13px; letter-spacing: 0.04em;
  box-shadow: 0 8px 22px rgba(15,45,107,0.30);
}

/* ── IMAGE ────────────────────────────────────────────────────────────── */
.img-landscape { width: 100%; aspect-ratio: 16/9; object-fit: cover; object-position: center; border-radius: var(--radius-sm); display: block; }
.img-square    { width: 100%; aspect-ratio: 1/1; object-fit: cover; object-position: center; border-radius: var(--radius-sm); display: block; }

/* ── LOGO ─────────────────────────────────────────────────────────────── */
.brand-logo-wrap { display: flex; align-items: center; flex-shrink: 0; }
.brand-logo-img  { height: 40px; width: auto; max-width: 140px; object-fit: contain; display: block; }

/* ── SMS GALLERY ──────────────────────────────────────────────────────── */
.sms-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s2); margin-top: var(--s4); }
.sms-shot--wide     { grid-column: 1 / -1; }
.sms-shot--portrait { grid-column: span 1; }
.sms-shot-inner {
  position: relative; border-radius: var(--radius-sm); overflow: hidden;
  border: 1px solid rgba(15,45,107,0.12);
  box-shadow: 0 14px 38px rgba(15,45,107,0.18);
  background: rgba(255,255,255,0.04);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.sms-shot-inner:hover { transform: translateY(-4px); box-shadow: 0 22px 52px rgba(15,45,107,0.24); }
.sms-shot--wide .sms-shot-inner img     { width: 100%; height: 320px; object-fit: cover; object-position: top center; display: block; }
.sms-shot--portrait .sms-shot-inner img { width: 100%; height: 420px; object-fit: cover; object-position: top center; display: block; }
.sms-shot-label {
  position: absolute; bottom: 0; left: 0; right: 0; padding: 28px 16px 12px;
  background: linear-gradient(transparent, rgba(7,20,43,0.72));
  color: rgba(255,255,255,0.90); font-size: var(--text-xs); font-weight: 700;
  letter-spacing: 0.07em; text-transform: uppercase;
}

/* ── SCREENSHOT GRID ──────────────────────────────────────────────────── */
.screenshot-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: var(--s2); }
.screenshot-grid img {
  width: 100%; aspect-ratio: 16/9; object-fit: cover;
  border-radius: var(--radius-sm); border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 8px 24px rgba(15,45,107,0.18); transition: transform 0.22s ease;
}
.screenshot-grid img:hover { transform: scale(1.03); }

/* ══════════════════════════════════════════════════════════════════════════
   SCROLL ANIMATIONS
   ══════════════════════════════════════════════════════════════════════════ */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
.reveal { animation: fadeUp 0.55s cubic-bezier(0.22, 1, 0.36, 1) both; }
.reveal-group > *:nth-child(1) { animation: fadeUp 0.55s 0.05s cubic-bezier(0.22, 1, 0.36, 1) both; }
.reveal-group > *:nth-child(2) { animation: fadeUp 0.55s 0.12s cubic-bezier(0.22, 1, 0.36, 1) both; }
.reveal-group > *:nth-child(3) { animation: fadeUp 0.55s 0.19s cubic-bezier(0.22, 1, 0.36, 1) both; }
.reveal-group > *:nth-child(4) { animation: fadeUp 0.55s 0.26s cubic-bezier(0.22, 1, 0.36, 1) both; }
.reveal-group > *:nth-child(5) { animation: fadeUp 0.55s 0.33s cubic-bezier(0.22, 1, 0.36, 1) both; }
.reveal-group > *:nth-child(6) { animation: fadeUp 0.55s 0.40s cubic-bezier(0.22, 1, 0.36, 1) both; }
@media (prefers-reduced-motion: reduce) {
  .reveal, .reveal-group > * { animation: none; }
  .card { transition: none; }
}

/* ══════════════════════════════════════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════════════════════════════════════ */
@media (max-width: 1040px) {
  .hero-inner        { grid-template-columns: 1fr; }
  .process           { grid-template-columns: repeat(2, 1fr); }
  .grid-3            { grid-template-columns: repeat(2, 1fr); }
  .testimonials      { grid-template-columns: repeat(2, 1fr); }
  .footer-grid       { grid-template-columns: 1fr 1fr; gap: var(--s4); }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .why-grid          { grid-template-columns: 1fr; }
  .school-highlight  { grid-template-columns: 1fr; }
  .process-steps     { grid-template-columns: repeat(2,1fr); }
  .process-steps::before { display: none; }
  .ecom-platform-block   { padding: var(--s3); }
  .ecom-platform-header  { flex-wrap: wrap; }
}

@media (max-width: 720px) {
  :root { --s7: 64px; --s6: 48px; }
  .nav-toggle { display: flex; }
  .nav {
    position: absolute; right: 20px; top: 68px;
    width: min(360px, calc(100vw - 40px));
    display: none; flex-direction: column; align-items: stretch; gap: 4px;
    padding: var(--s2); border-radius: var(--radius);
    background: rgba(245,248,255,0.97);
    border: 1px solid rgba(15,45,107,0.12); box-shadow: var(--shadow-lg);
    backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
  }
  .nav.open { display: flex; }
  .nav-link  { padding: 12px var(--s2); }
  .nav-cta   { text-align: center; margin-left: 0; }

  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .form-grid                 { grid-template-columns: 1fr; }
  .testimonials              { grid-template-columns: 1fr; }
  .process                   { grid-template-columns: repeat(2, 1fr); }
  .footer-grid               { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom             { flex-direction: column; text-align: center; }
  .card-pad                  { padding: var(--s3); }
  .card-pad-lg               { padding: var(--s3); }
  .section-row               { flex-direction: column; align-items: flex-start; }
  .brand-logo-img            { height: 34px; max-width: 110px; }
  .pricing-card--featured    { transform: translateY(0); }
  .why-card, .process-card-wrap { padding: var(--s3); }
  .school-highlight          { gap: var(--s3); }
  .bottom-cta                { padding: var(--s4) var(--s3); }
  .screenshot-grid           { grid-template-columns: 1fr; }
  .sms-gallery               { grid-template-columns: 1fr; }
  .sms-shot--wide            { grid-column: auto; }
  .sms-shot--wide .sms-shot-inner img,
  .sms-shot--portrait .sms-shot-inner img { height: 240px; object-position: top center; }
}
/* ── Google Map Embed ─────────────────────────────────────────────── */
.map-wrap {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow-md);
  position: relative;
}

/* Gold shimmer line on top — matches your card style */
.map-wrap::before {
  content: "";
  position: absolute; top: 0; left: 8%; right: 8%; height: 1px;
  background: linear-gradient(90deg,
    transparent, rgba(201,136,10,0.55) 30%,
    rgba(255,255,255,0.95) 50%,
    rgba(201,136,10,0.55) 70%, transparent);
  z-index: 2; pointer-events: none;
}

.map-wrap iframe {
  display: block;
  width: 100%;
  height: 360px;
  border: 0;
}

@media (max-width: 720px) {
  .map-wrap iframe { height: 260px; }
}
