/* ============================================================
   SIRIUS SOLUTIONS GLOBAL — COMPLETE DESIGN SYSTEM
   billing.siriussolutionsglobal.com
   Version: 1.0 | May 2026
   Stack: Claymorphism + Plus Jakarta Sans + Poppins
   Phone: (682) 403 6805
   ============================================================ */

/* ============================================================
   01. GOOGLE FONTS IMPORT
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&family=Poppins:wght@300;400;500;600;700;800&display=swap');

/* ============================================================
   02. CSS CUSTOM PROPERTIES — DESIGN TOKENS
   ============================================================ */
:root {

  /* ── Brand Colours ─────────────────────────────── */
  --c-navy:          #29418A;
  --c-navy-dark:     #1E3070;
  --c-navy-darker:   #152558;
  --c-navy-light:    #3A56B0;
  --c-teal:          #1B8CB5;
  --c-teal-dark:     #156E90;
  --c-teal-light:    #2BA8D4;
  --c-teal-bright:   #38C5F5;

  /* ── Tinted Backgrounds ────────────────────────── */
  --c-navy-50:       #EEF1F8;
  --c-navy-100:      #D8DFF0;
  --c-navy-200:      #B8C4E3;
  --c-teal-50:       #EBF6FB;
  --c-teal-100:      #C8E8F5;
  --c-teal-200:      #A0D5EC;

  /* ── Neutral Palette ───────────────────────────── */
  --c-white:         #FFFFFF;
  --c-bg:            #F5F7FC;
  --c-bg-alt:        #FFFFFF;
  --c-surface:       #FAFBFE;

  /* ── Text ──────────────────────────────────────── */
  --c-text:          #0D1526;
  --c-text-2:        #2D3F6A;
  --c-text-3:        #4A5A80;
  --c-text-muted:    #7A8AAD;
  --c-text-light:    #A0AFCC;

  /* ── Semantic ──────────────────────────────────── */
  --c-success:       #059669;
  --c-success-light: #D1FAE5;
  --c-warning:       #D97706;
  --c-warning-light: #FEF3C7;
  --c-error:         #DC2626;
  --c-error-light:   #FEE2E2;
  --c-wa:            #25D366;
  --c-wa-dark:       #1DA851;

  /* ── Gradients ─────────────────────────────────── */
  --g-primary:       linear-gradient(135deg, var(--c-navy) 0%, var(--c-teal) 100%);
  --g-primary-r:     linear-gradient(135deg, var(--c-teal) 0%, var(--c-navy) 100%);
  --g-primary-v:     linear-gradient(180deg, var(--c-navy) 0%, var(--c-teal) 100%);
  --g-navy:          linear-gradient(135deg, var(--c-navy-dark) 0%, var(--c-navy) 100%);
  --g-teal:          linear-gradient(135deg, var(--c-teal) 0%, var(--c-teal-bright) 100%);
  --g-hero-bg:       linear-gradient(160deg, #F5F7FC 0%, #EEF1F8 40%, #E8F4FA 100%);
  --g-title:         linear-gradient(135deg, var(--c-navy) 0%, var(--c-teal) 100%);

  /* ── Claymorphism Shadows ──────────────────────── */
  --clay-xs:
    0 1px 2px rgba(0,0,0,.04),
    0 3px 6px rgba(0,0,0,.05),
    0 8px 16px rgba(0,0,0,.05),
    inset 0 1px 0 rgba(255,255,255,.88);

  --clay-sm:
    0 1px 2px rgba(0,0,0,.04),
    0 4px 8px rgba(0,0,0,.06),
    0 12px 24px rgba(0,0,0,.08),
    0 24px 48px rgba(0,0,0,.05),
    inset 0 1px 0 rgba(255,255,255,.90);

  --clay-md:
    0 2px 4px rgba(0,0,0,.05),
    0 8px 16px rgba(0,0,0,.08),
    0 20px 40px rgba(0,0,0,.10),
    0 36px 64px rgba(0,0,0,.07),
    inset 0 1px 0 rgba(255,255,255,.92);

  --clay-lg:
    0 4px 8px rgba(0,0,0,.06),
    0 12px 24px rgba(0,0,0,.10),
    0 32px 64px rgba(0,0,0,.12),
    0 48px 80px rgba(0,0,0,.08),
    inset 0 1px 0 rgba(255,255,255,.95);

  --clay-hover:
    0 6px 12px rgba(0,0,0,.08),
    0 16px 32px rgba(0,0,0,.12),
    0 40px 80px rgba(0,0,0,.14),
    0 60px 100px rgba(0,0,0,.07),
    inset 0 1px 0 rgba(255,255,255,.96);

  --clay-btn:
    0 2px 4px rgba(41,65,138,.15),
    0 8px 20px rgba(41,65,138,.28),
    0 20px 40px rgba(41,65,138,.20),
    inset 0 1px 0 rgba(255,255,255,.25);

  --clay-btn-hover:
    0 4px 8px rgba(41,65,138,.20),
    0 12px 28px rgba(41,65,138,.38),
    0 28px 52px rgba(41,65,138,.25),
    inset 0 1px 0 rgba(255,255,255,.28);

  --clay-card-teal:
    0 2px 4px rgba(27,140,181,.08),
    0 8px 20px rgba(27,140,181,.12),
    0 24px 48px rgba(27,140,181,.10),
    inset 0 1px 0 rgba(255,255,255,.90);

  /* ── Standard Shadows ──────────────────────────── */
  --sh-xs:   0 1px 3px rgba(13,21,38,.06);
  --sh-sm:   0 2px 8px rgba(13,21,38,.08);
  --sh-md:   0 4px 16px rgba(13,21,38,.10);
  --sh-lg:   0 8px 32px rgba(13,21,38,.12);
  --sh-xl:   0 16px 48px rgba(13,21,38,.14);
  --sh-glow: 0 0 40px rgba(41,65,138,.12);
  --sh-teal: 0 0 40px rgba(27,140,181,.15);

  /* ── Border Radius ─────────────────────────────── */
  --r-xs:    6px;
  --r-sm:    10px;
  --r-md:    16px;
  --r-lg:    20px;
  --r-xl:    24px;
  --r-2xl:   28px;
  --r-3xl:   32px;
  --r-pill:  50px;
  --r-full:  9999px;

  /* ── Spacing Scale ─────────────────────────────── */
  --sp-1:    4px;
  --sp-2:    8px;
  --sp-3:    12px;
  --sp-4:    16px;
  --sp-5:    20px;
  --sp-6:    24px;
  --sp-8:    32px;
  --sp-10:   40px;
  --sp-12:   48px;
  --sp-16:   64px;
  --sp-20:   80px;
  --sp-24:   96px;
  --sp-32:   128px;

  /* ── Section Padding ───────────────────────────── */
  --section-py:      96px;
  --section-py-sm:   64px;
  --section-py-xs:   48px;

  /* ── Typography Scale ──────────────────────────── */
  --text-xs:   0.72rem;
  --text-sm:   0.85rem;
  --text-base: 1rem;
  --text-lg:   1.125rem;
  --text-xl:   1.25rem;
  --text-2xl:  1.5rem;
  --text-3xl:  1.875rem;
  --text-4xl:  2.25rem;
  --text-5xl:  3rem;
  --text-6xl:  3.75rem;

  /* ── Font Families ─────────────────────────────── */
  --font-display: 'Plus Jakarta Sans', sans-serif;
  --font-body:    'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;

  /* ── Transitions ───────────────────────────────── */
  --ease:       cubic-bezier(0.4, 0, 0.2, 1);
  --ease-out:   cubic-bezier(0, 0, 0.2, 1);
  --ease-spring:cubic-bezier(0.22, 1, 0.36, 1);
  --t-fast:     0.15s;
  --t-base:     0.22s;
  --t-slow:     0.35s;
  --t-slower:   0.55s;

  /* ── Z-index Scale ─────────────────────────────── */
  --z-below:   -1;
  --z-base:     1;
  --z-raised:   10;
  --z-float:    100;
  --z-nav:      1000;
  --z-modal:    2000;
  --z-toast:    3000;
  --z-wa:       9000;
  --z-mobile-bar: 9999;

  /* ── Container ─────────────────────────────────── */
  --container-max: 1280px;
  --container-pad: 20px;
}

/* ============================================================
   03. RESET & BASE
   ============================================================ */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  overflow-x: hidden;
}

body {
  font-family: var(--font-body);
  font-size: var(--text-base);
  font-weight: 400;
  line-height: 1.6;
  color: var(--c-text);
  background: var(--c-bg-alt);
  overflow-x: hidden;
  width: 100%;
}

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

a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

button {
  font-family: var(--font-body);
  cursor: pointer;
  border: none;
  background: none;
  -webkit-tap-highlight-color: transparent;
}

input, textarea, select {
  font-family: var(--font-body);
  font-size: var(--text-base);
}

ul, ol { list-style: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.025em;
  color: var(--c-text);
}

p { line-height: 1.7; }

/* ============================================================
   04. LAYOUT SYSTEM
   ============================================================ */

/* ── Container ─────────────────────────────────────────── */
.container {
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 var(--container-pad);
}

.container-sm  { max-width: 800px; }
.container-md  { max-width: 1024px; }
.container-lg  { max-width: 1400px; }

/* ── Section Base ──────────────────────────────────────── */
.section {
  padding: var(--section-py) 0;
  position: relative;
  overflow: hidden;
}
.section-sm { padding: var(--section-py-sm) 0; }
.section-xs { padding: var(--section-py-xs) 0; }

/* ── Alternating backgrounds ───────────────────────────── */
.bg-white   { background: var(--c-white); }
.bg-light   { background: var(--c-bg); }
.bg-surface { background: var(--c-surface); }
.bg-teal-50 { background: var(--c-teal-50); }
.bg-navy-50 { background: var(--c-navy-50); }

/* ── Grid Systems ──────────────────────────────────────── */
.grid {
  display: grid;
  gap: var(--sp-6);
}
.grid-2  { grid-template-columns: repeat(2, 1fr); }
.grid-3  { grid-template-columns: repeat(3, 1fr); }
.grid-4  { grid-template-columns: repeat(4, 1fr); }
.grid-auto { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }

/* ── Flex helpers ──────────────────────────────────────── */
.flex        { display: flex; }
.flex-center { display: flex; align-items: center; justify-content: center; }
.flex-between{ display: flex; align-items: center; justify-content: space-between; }
.flex-col    { display: flex; flex-direction: column; }
.flex-gap-2  { gap: var(--sp-2); }
.flex-gap-3  { gap: var(--sp-3); }
.flex-gap-4  { gap: var(--sp-4); }
.flex-gap-6  { gap: var(--sp-6); }
.flex-wrap   { flex-wrap: wrap; }

/* ── Section Header ────────────────────────────────────── */
.section-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto var(--sp-12);
}
.section-header-left {
  text-align: left;
  max-width: 100%;
  margin-bottom: var(--sp-10);
}

/* ============================================================
   05. TYPOGRAPHY SYSTEM
   ============================================================ */

/* ── Display / Headline Scale ──────────────────────────── */
.h1 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5.5vw, 3.75rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.025em;
}
.h2 {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.025em;
}
.h3 {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.5vw, 1.75rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.h4 {
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.015em;
}

/* ── Two-colour title system ───────────────────────────── */
/* Usage: <h2 class="h2">We Handle <span class="accent">Everything</span></h2> */
.h1 .accent, .h2 .accent, .h3 .accent, .h4 .accent,
h1 .accent, h2 .accent, h3 .accent, h4 .accent {
  color: var(--c-teal);
  position: relative;
  display: inline;
}

/* Gradient text variant */
.h1 .accent-grad, .h2 .accent-grad, .h3 .accent-grad,
h1 .accent-grad, h2 .accent-grad, h3 .accent-grad {
  background: var(--g-title);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Primary colour word */
.h1 .primary, .h2 .primary, .h3 .primary,
h1 .primary, h2 .primary, h3 .primary {
  color: var(--c-navy);
}

/* ── Body text ─────────────────────────────────────────── */
.lead {
  font-size: clamp(1.05rem, 1.8vw, 1.2rem);
  font-weight: 400;
  line-height: 1.75;
  color: var(--c-text-3);
}
.body-lg  { font-size: var(--text-lg); line-height: 1.7; color: var(--c-text-3); }
.body-sm  { font-size: var(--text-sm); line-height: 1.6; color: var(--c-text-muted); }
.body-xs  { font-size: var(--text-xs); line-height: 1.5; color: var(--c-text-light); }

/* ── Utility text ──────────────────────────────────────── */
.text-navy   { color: var(--c-navy); }
.text-teal   { color: var(--c-teal); }
.text-white  { color: var(--c-white); }
.text-muted  { color: var(--c-text-muted); }
.text-center { text-align: center; }
.text-left   { text-align: left; }
.fw-400 { font-weight: 400; }
.fw-500 { font-weight: 500; }
.fw-600 { font-weight: 600; }
.fw-700 { font-weight: 700; }
.fw-800 { font-weight: 800; }

/* ============================================================
   06. EYEBROW / BADGE SYSTEM
   ============================================================ */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  padding: 7px 16px;
  border-radius: var(--r-full);
  background: var(--c-navy-50);
  border: 1px solid var(--c-navy-200);
  font-family: var(--font-body);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--c-navy);
  box-shadow: var(--clay-xs);
  margin-bottom: var(--sp-4);
  transition: box-shadow var(--t-base) var(--ease);
}
.eyebrow svg {
  width: 14px;
  height: 14px;
  stroke: var(--c-teal);
  flex-shrink: 0;
}
.eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--c-teal);
  box-shadow: 0 0 6px rgba(27,140,181,.5);
  animation: pulse-dot 2s ease-in-out infinite;
  flex-shrink: 0;
}

/* Eyebrow variants */
.eyebrow-teal {
  background: var(--c-teal-50);
  border-color: var(--c-teal-200);
  color: var(--c-teal-dark);
}
.eyebrow-teal svg { stroke: var(--c-teal); }

.eyebrow-white {
  background: rgba(255,255,255,.15);
  border-color: rgba(255,255,255,.25);
  color: var(--c-white);
}

/* ── Tag pill ──────────────────────────────────────────── */
.tag {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-1);
  padding: 4px 12px;
  border-radius: var(--r-full);
  font-size: var(--text-xs);
  font-weight: 600;
  letter-spacing: 0.05em;
}
.tag-navy  { background: var(--c-navy-50);  color: var(--c-navy); }
.tag-teal  { background: var(--c-teal-50);  color: var(--c-teal-dark); }
.tag-white { background: rgba(255,255,255,.2); color: var(--c-white); }

/* ============================================================
   07. BUTTON SYSTEM
   ============================================================ */

/* ── Base button ───────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 14px 28px;
  border-radius: var(--r-pill);
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  min-height: 48px;
  transition:
    transform var(--t-base) var(--ease-spring),
    box-shadow var(--t-base) var(--ease);
  -webkit-tap-highlight-color: transparent;
  letter-spacing: 0.01em;
}

/* Shimmer overlay on primary */
.btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.25), transparent);
  transition: left var(--t-slower) var(--ease);
}
.btn:hover::before { left: 100%; }

.btn:active { transform: scale(0.97) !important; }

/* ── Primary (gradient clay) ───────────────────────────── */
.btn-primary {
  background: var(--g-primary);
  color: var(--c-white);
  box-shadow: var(--clay-btn);
}
.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: var(--clay-btn-hover);
}

/* ── Primary Teal variant ──────────────────────────────── */
.btn-teal {
  background: var(--g-teal);
  color: var(--c-white);
  box-shadow:
    0 2px 4px rgba(27,140,181,.15),
    0 8px 20px rgba(27,140,181,.28),
    inset 0 1px 0 rgba(255,255,255,.25);
}
.btn-teal:hover {
  transform: translateY(-3px);
  box-shadow:
    0 4px 8px rgba(27,140,181,.20),
    0 12px 28px rgba(27,140,181,.38),
    inset 0 1px 0 rgba(255,255,255,.28);
}

/* ── Outline ───────────────────────────────────────────── */
.btn-outline {
  background: transparent;
  color: var(--c-navy);
  border: 2px solid var(--c-navy-200);
  box-shadow: var(--clay-xs);
}
.btn-outline:hover {
  background: var(--c-navy-50);
  border-color: var(--c-navy);
  transform: translateY(-2px);
  box-shadow: var(--clay-sm);
}
.btn-outline::before { display: none; }

/* ── Outline teal ──────────────────────────────────────── */
.btn-outline-teal {
  background: transparent;
  color: var(--c-teal);
  border: 2px solid var(--c-teal-200);
  box-shadow: var(--clay-xs);
}
.btn-outline-teal:hover {
  background: var(--c-teal-50);
  border-color: var(--c-teal);
  transform: translateY(-2px);
  box-shadow: var(--clay-sm);
}
.btn-outline-teal::before { display: none; }

/* ── Ghost ─────────────────────────────────────────────── */
.btn-ghost {
  background: rgba(41,65,138,.07);
  color: var(--c-navy);
  border: 1px solid rgba(41,65,138,.12);
}
.btn-ghost:hover {
  background: rgba(41,65,138,.12);
  transform: translateY(-2px);
}
.btn-ghost::before { display: none; }

/* ── SMS / Text Us button ──────────────────────────────── */
.btn-wa {
  background: var(--c-white);
  color: var(--c-navy);
  border: 1.5px solid var(--c-navy-100);
  box-shadow: var(--clay-xs);
}
.btn-wa:hover {
  background: var(--c-navy-50);
  transform: translateY(-3px);
  box-shadow: var(--clay-sm);
}

/* ── Sizes ─────────────────────────────────────────────── */
.btn-sm  { padding: 10px 20px; font-size: var(--text-xs); min-height: 38px; }
.btn-lg  { padding: 17px 36px; font-size: var(--text-base); min-height: 56px; }
.btn-xl  { padding: 20px 44px; font-size: var(--text-lg); min-height: 64px; }

/* ── Icon in button ────────────────────────────────────── */
.btn-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255,255,255,.2);
  flex-shrink: 0;
  transition: transform var(--t-base) var(--ease);
}
.btn:hover .btn-icon-wrap { transform: translateX(4px); }

.btn svg {
  width: 16px;
  height: 16px;
  stroke-width: 2.5;
  flex-shrink: 0;
}

/* ============================================================
   08. CLAYMORPHISM CARD SYSTEM
   ============================================================ */
.card {
  background: var(--c-white);
  border-radius: var(--r-xl);
  padding: var(--sp-8);
  box-shadow: var(--clay-sm);
  border: 1px solid rgba(255,255,255,.8);
  position: relative;
  overflow: hidden;
  transition:
    transform var(--t-slow) var(--ease-spring),
    box-shadow var(--t-slow) var(--ease);
}

/* Top edge highlight — the clay puffy effect */
.card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg,
    transparent 0%,
    rgba(255,255,255,.9) 30%,
    rgba(255,255,255,1) 50%,
    rgba(255,255,255,.9) 70%,
    transparent 100%
  );
  z-index: 1;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: var(--clay-hover);
}

/* ── Card colour tints ─────────────────────────────────── */
.card-navy  {
  background: var(--c-navy-50);
  border-color: var(--c-navy-100);
}
.card-teal  {
  background: var(--c-teal-50);
  border-color: var(--c-teal-100);
}
.card-white {
  background: var(--c-white);
  border-color: rgba(41,65,138,.08);
}

/* ── Card with gradient accent line top ────────────────── */
.card-accent::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--g-primary);
  border-radius: var(--r-xl) var(--r-xl) 0 0;
  z-index: 2;
}

/* ── Card sizes ────────────────────────────────────────── */
.card-sm { padding: var(--sp-5); border-radius: var(--r-lg); }
.card-lg { padding: var(--sp-10) var(--sp-12); border-radius: var(--r-3xl); }

/* ── Card icon container ───────────────────────────────── */
.card-icon {
  width: 52px;
  height: 52px;
  border-radius: var(--r-md);
  background: var(--c-navy-50);
  border: 1px solid var(--c-navy-100);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--sp-5);
  box-shadow: var(--clay-xs);
  transition:
    background var(--t-base) var(--ease),
    box-shadow var(--t-base) var(--ease);
}
.card-icon svg {
  width: 24px;
  height: 24px;
  stroke: var(--c-navy);
  stroke-width: 2;
  transition: stroke var(--t-base) var(--ease);
}
.card:hover .card-icon {
  background: var(--g-primary);
  box-shadow: var(--clay-btn);
}
.card:hover .card-icon svg { stroke: var(--c-white); }

/* ── Card icon size variants ───────────────────────────── */
.card-icon-sm { width: 40px; height: 40px; border-radius: var(--r-sm); }
.card-icon-sm svg { width: 18px; height: 18px; }
.card-icon-lg { width: 64px; height: 64px; border-radius: var(--r-lg); }
.card-icon-lg svg { width: 28px; height: 28px; }

/* ── Card title and body ───────────────────────────────── */
.card-title {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: 700;
  color: var(--c-text);
  letter-spacing: -0.02em;
  margin-bottom: var(--sp-3);
  line-height: 1.2;
}
.card-body {
  font-size: var(--text-sm);
  font-weight: 400;
  color: var(--c-text-3);
  line-height: 1.7;
}

/* ── Stat card ─────────────────────────────────────────── */
.stat-card {
  background: var(--c-white);
  border-radius: var(--r-xl);
  padding: var(--sp-8) var(--sp-6);
  box-shadow: var(--clay-sm);
  border: 1px solid rgba(41,65,138,.06);
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: transform var(--t-slow) var(--ease-spring), box-shadow var(--t-slow) var(--ease);
}
.stat-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.95), transparent);
}
.stat-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--clay-md);
}
.stat-num {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  background: var(--g-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  display: block;
  margin-bottom: var(--sp-2);
}
.stat-label {
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--c-text-2);
  line-height: 1.3;
  display: block;
}
.stat-sub {
  font-size: var(--text-xs);
  color: var(--c-text-muted);
  margin-top: var(--sp-1);
  display: block;
}

/* ============================================================
   09. BENTO GRID
   ============================================================ */
.bento-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: minmax(120px, auto);
  gap: var(--sp-5);
}
.bento-1  { grid-column: span 4; }
.bento-2  { grid-column: span 4; }
.bento-3  { grid-column: span 4; }
.bento-4  { grid-column: span 4; }
.bento-6  { grid-column: span 6; }
.bento-8  { grid-column: span 8; }
.bento-12 { grid-column: span 12; }
.bento-row-2 { grid-row: span 2; }

/* Bento card base */
.bento-card {
  background: var(--c-white);
  border-radius: var(--r-xl);
  padding: var(--sp-8);
  box-shadow: var(--clay-sm);
  border: 1px solid rgba(41,65,138,.06);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform var(--t-slow) var(--ease-spring), box-shadow var(--t-slow) var(--ease);
}
.bento-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.95), transparent);
}
.bento-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--clay-md);
}

/* ── Highlighted bento cell ────────────────────────────── */
.bento-card-primary {
  background: var(--g-primary);
  border-color: transparent;
  color: var(--c-white);
}
.bento-card-primary .card-title,
.bento-card-primary .card-body { color: rgba(255,255,255,.9); }

/* ============================================================
   10. NAVIGATION BAR
   ============================================================ */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: var(--z-nav);
  padding: 14px 0;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(41,65,138,.06);
  transition:
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.35s var(--ease),
    box-shadow var(--t-base) var(--ease),
    background var(--t-base) var(--ease);
}

/* Navbar hidden state — triggered by JS scroll logic */
.navbar.nav-hidden {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}

/* Scrolled state */
.navbar.scrolled {
  background: rgba(255,255,255,.97);
  box-shadow:
    0 2px 4px rgba(41,65,138,.06),
    0 8px 24px rgba(41,65,138,.08),
    0 20px 40px rgba(41,65,138,.05);
}

.navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-8);
}

/* ── Logo ──────────────────────────────────────────────── */
.navbar-logo {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  flex-shrink: 0;
  text-decoration: none;
}
.navbar-logo img {
  height: 38px;
  width: auto;
  object-fit: contain;
}

/* ── Nav links ─────────────────────────────────────────── */
.navbar-nav {
  display: flex;
  align-items: center;
  gap: var(--sp-1);
  list-style: none;
}
.navbar-nav a {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 8px 14px;
  border-radius: var(--r-md);
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--c-text-2);
  transition:
    color var(--t-fast) var(--ease),
    background var(--t-fast) var(--ease);
  white-space: nowrap;
}
.navbar-nav a:hover {
  color: var(--c-navy);
  background: var(--c-navy-50);
}
.navbar-nav a.active { color: var(--c-navy); font-weight: 600; }

/* ── Dropdown ──────────────────────────────────────────── */
.nav-item-drop {
  position: relative;
}
.nav-drop-toggle {
  cursor: pointer;
}
.nav-drop-toggle svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  transition: transform var(--t-base) var(--ease);
}
.nav-item-drop:hover .nav-drop-toggle svg { transform: rotate(180deg); }

.nav-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  min-width: 200px;
  background: var(--c-white);
  border-radius: var(--r-lg);
  box-shadow: var(--clay-md);
  border: 1px solid rgba(41,65,138,.08);
  padding: var(--sp-2);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity var(--t-base) var(--ease),
    transform var(--t-base) var(--ease),
    visibility var(--t-base) var(--ease);
  z-index: var(--z-float);
}
.nav-item-drop:hover .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.nav-dropdown a {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  padding: 10px 14px;
  border-radius: var(--r-sm);
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--c-text-2);
  white-space: nowrap;
}
.nav-dropdown a:hover {
  background: var(--c-navy-50);
  color: var(--c-navy);
}

/* ── Navbar CTA group ──────────────────────────────────── */
.navbar-cta {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  flex-shrink: 0;
}

/* ── Hamburger ─────────────────────────────────────────── */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 4px;
  border-radius: var(--r-sm);
  background: transparent;
  border: 1px solid transparent;
  transition: background var(--t-fast) var(--ease), border-color var(--t-fast) var(--ease);
}
.hamburger:hover {
  background: var(--c-navy-50);
  border-color: var(--c-navy-100);
}
.hamburger span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--c-navy);
  border-radius: 2px;
  transition: transform var(--t-base) var(--ease), opacity var(--t-fast) var(--ease);
  transform-origin: center;
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── Mobile nav overlay ────────────────────────────────── */
.mobile-nav {
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,.98);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  z-index: calc(var(--z-nav) - 1);
  padding: var(--sp-6) var(--container-pad) 100px;
  overflow-y: auto;
  transform: translateY(-8px);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity var(--t-slow) var(--ease),
    transform var(--t-slow) var(--ease-spring),
    visibility var(--t-slow) var(--ease);
}
.mobile-nav.open {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.mobile-nav-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: var(--sp-1);
  margin-bottom: var(--sp-8);
}
.mobile-nav-links a {
  display: block;
  padding: 14px 16px;
  border-radius: var(--r-md);
  font-size: var(--text-lg);
  font-weight: 600;
  color: var(--c-text-2);
  border-bottom: 1px solid rgba(41,65,138,.06);
  transition: background var(--t-fast) var(--ease), color var(--t-fast) var(--ease);
}
.mobile-nav-links a:hover {
  background: var(--c-navy-50);
  color: var(--c-navy);
}
.mobile-nav-label {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--c-text-muted);
  padding: 12px 16px 4px;
  list-style: none;
}
.mobile-nav-cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--sp-3);
  padding-top: var(--sp-6);
  border-top: 1px solid var(--c-navy-50);
}

/* ============================================================
   11. HERO SECTION
   ============================================================ */
.hero {
  padding: 140px 0 var(--section-py);
  background: var(--g-hero-bg);
  position: relative;
  overflow: hidden;
}

/* Subtle background pattern */
.hero::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(27,140,181,.08) 0%, transparent 70%);
  pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute;
  bottom: -100px;
  left: -100px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(41,65,138,.06) 0%, transparent 70%);
  pointer-events: none;
}

.hero-container {
  display: grid;
  grid-template-columns: 55% 1fr;
  gap: var(--sp-16);
  align-items: center;
}
.hero-content {
  position: relative;
  z-index: 1;
}

/* ── Hero pill/badge ───────────────────────────────────── */
.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  padding: 8px 18px;
  background: var(--c-white);
  border-radius: var(--r-full);
  border: 1px solid var(--c-navy-200);
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--c-navy);
  box-shadow: var(--clay-sm);
  margin-bottom: var(--sp-5);
  animation: pulse-badge 3s ease-in-out infinite;
}
.hero-pill-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--c-teal);
  box-shadow: 0 0 8px rgba(27,140,181,.6);
  animation: pulse-dot 1.8s ease-in-out infinite;
}

/* ── Hero headline ─────────────────────────────────────── */
.hero-h1 {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5.5vw, 4rem);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -0.03em;
  color: var(--c-text);
  margin-bottom: var(--sp-5);
}
.hero-sub {
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  font-weight: 400;
  color: var(--c-text-3);
  line-height: 1.75;
  max-width: 520px;
  margin-bottom: var(--sp-8);
}

/* ── Hero USP bullets ──────────────────────────────────── */
.hero-bullets {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
  margin-bottom: var(--sp-8);
  list-style: none;
}
.hero-bullet {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--c-text-2);
}
.hero-bullet-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--c-teal-50);
  border: 1px solid var(--c-teal-200);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: var(--clay-xs);
}
.hero-bullet-icon svg {
  width: 12px;
  height: 12px;
  stroke: var(--c-teal);
  stroke-width: 2.5;
}

/* ── Hero CTA group ────────────────────────────────────── */
.hero-cta {
  display: flex;
  align-items: center;
  gap: var(--sp-4);
  flex-wrap: wrap;
  margin-bottom: var(--sp-8);
}

/* ── Hero social proof line ────────────────────────────── */
.hero-proof {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  font-size: var(--text-xs);
  color: var(--c-text-muted);
}
.hero-proof-stars {
  display: flex;
  gap: 2px;
}
.hero-proof-stars svg {
  width: 14px;
  height: 14px;
  fill: #FBBF24;
  stroke: none;
}
.hero-proof-sep {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--c-text-light);
}

/* ── Hero image side ───────────────────────────────────── */
.hero-image-wrap {
  position: relative;
  z-index: 1;
}
.hero-image {
  width: 100%;
  border-radius: var(--r-2xl);
  box-shadow: var(--clay-lg);
  animation: float 6s ease-in-out infinite;
  object-fit: cover;
  aspect-ratio: 4/5;
}

/* Floating mini-cards on hero image */
.hero-float-card {
  position: absolute;
  background: var(--c-white);
  border-radius: var(--r-lg);
  padding: 12px 16px;
  box-shadow: var(--clay-md);
  border: 1px solid rgba(41,65,138,.08);
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  backdrop-filter: blur(12px);
  animation: float-card 5s ease-in-out infinite alternate;
}
.hero-float-card-1 {
  top: 8%;
  right: -8%;
  animation-delay: -1s;
}
.hero-float-card-2 {
  bottom: 12%;
  left: -8%;
  animation-delay: -3s;
}
.hero-float-icon {
  width: 36px;
  height: 36px;
  border-radius: var(--r-sm);
  background: var(--g-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hero-float-icon svg {
  width: 18px;
  height: 18px;
  stroke: var(--c-white);
  stroke-width: 2;
}
.hero-float-num {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: 800;
  color: var(--c-navy);
  line-height: 1;
  letter-spacing: -0.02em;
}
.hero-float-label {
  font-size: var(--text-xs);
  font-weight: 500;
  color: var(--c-text-muted);
  margin-top: 2px;
}

/* ============================================================
   12. TRUST STRIP / MARQUEE
   ============================================================ */
.trust-strip {
  padding: var(--sp-8) 0;
  background: var(--c-white);
  border-top: 1px solid rgba(41,65,138,.06);
  border-bottom: 1px solid rgba(41,65,138,.06);
  overflow: hidden;
  position: relative;
}

.trust-label {
  text-align: center;
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c-text-muted);
  margin-bottom: var(--sp-5);
}

/* Fade masks on edges */
.trust-strip::before,
.trust-strip::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  z-index: 2;
  pointer-events: none;
}
.trust-strip::before {
  left: 0;
  background: linear-gradient(to right, var(--c-white), transparent);
}
.trust-strip::after {
  right: 0;
  background: linear-gradient(to left, var(--c-white), transparent);
}

.marquee-wrapper { overflow: hidden; }

.marquee-row {
  display: flex;
  align-items: center;
  gap: var(--sp-4);
  width: max-content;
  margin-bottom: var(--sp-3);
}
.marquee-row:last-child { margin-bottom: 0; }

.marquee-row-1 { animation: marquee-left 30s linear infinite; }
.marquee-row-2 { animation: marquee-right 25s linear infinite; }

.marquee-row:hover { animation-play-state: paused; }

.marquee-pill {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  padding: 8px 18px;
  background: var(--c-white);
  border-radius: var(--r-full);
  border: 1px solid rgba(41,65,138,.10);
  font-size: var(--text-xs);
  font-weight: 600;
  color: var(--c-text-2);
  white-space: nowrap;
  box-shadow: var(--clay-xs);
  transition: box-shadow var(--t-base) var(--ease), transform var(--t-base) var(--ease);
  cursor: default;
}
.marquee-pill:hover {
  box-shadow: var(--clay-sm);
  transform: translateY(-2px);
}
.marquee-pill-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--c-teal);
  flex-shrink: 0;
}

/* ── Stats strip ───────────────────────────────────────── */
.stats-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--sp-5);
  padding: var(--sp-8) 0;
}

/* ============================================================
   13. SECTION SPECIFIC — PROBLEM / PAIN
   ============================================================ */
.pain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-5);
}

.pain-card {
  background: var(--c-white);
  border-radius: var(--r-xl);
  padding: var(--sp-8);
  box-shadow: var(--clay-sm);
  border: 1px solid rgba(41,65,138,.06);
  border-left: 4px solid var(--c-navy);
  position: relative;
  overflow: hidden;
  transition: transform var(--t-slow) var(--ease-spring), box-shadow var(--t-slow) var(--ease);
}
.pain-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--clay-md);
}
.pain-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.9), transparent);
}

/* ============================================================
   14. SECTION SPECIFIC — HOW IT WORKS / PROCESS
   ============================================================ */
.process-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-6);
  position: relative;
}

/* Connector line between steps */
.process-steps::before {
  content: '';
  position: absolute;
  top: 38px;
  left: calc(16.67% + 20px);
  right: calc(16.67% + 20px);
  height: 2px;
  background: linear-gradient(90deg,
    var(--c-navy-200) 0%,
    var(--c-teal-200) 50%,
    var(--c-navy-200) 100%
  );
  z-index: 0;
}

.process-step {
  position: relative;
  z-index: 1;
  text-align: center;
}
.process-num {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--g-primary);
  color: var(--c-white);
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto var(--sp-5);
  box-shadow: var(--clay-btn);
  position: relative;
  z-index: 1;
}
.process-num::after {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid rgba(41,65,138,.15);
  animation: ring-pulse 3s ease-in-out infinite;
}

/* ============================================================
   15. SECTION SPECIFIC — WHY CHOOSE US
   ============================================================ */
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-5);
}

/* ============================================================
   16. SECTION SPECIFIC — TESTIMONIALS
   ============================================================ */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-5);
}

.testimonial-card {
  background: var(--c-white);
  border-radius: var(--r-xl);
  padding: var(--sp-8);
  box-shadow: var(--clay-sm);
  border: 1px solid rgba(41,65,138,.06);
  position: relative;
  overflow: hidden;
  transition: transform var(--t-slow) var(--ease-spring), box-shadow var(--t-slow) var(--ease);
}
.testimonial-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.9), transparent);
}
.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--clay-md);
}

.testimonial-quote {
  font-size: 4rem;
  font-family: Georgia, serif;
  color: var(--c-navy-200);
  line-height: 0.8;
  margin-bottom: var(--sp-4);
  display: block;
}

.testimonial-text {
  font-size: var(--text-sm);
  line-height: 1.75;
  color: var(--c-text-2);
  margin-bottom: var(--sp-6);
  font-style: italic;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  border-top: 1px solid var(--c-navy-50);
  padding-top: var(--sp-4);
}
.testimonial-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: var(--clay-xs);
}
.testimonial-name {
  font-size: var(--text-sm);
  font-weight: 700;
  color: var(--c-text);
}
.testimonial-role {
  font-size: var(--text-xs);
  color: var(--c-text-muted);
  margin-top: 1px;
}

/* Stars */
.stars {
  display: flex;
  gap: 2px;
  margin-bottom: var(--sp-4);
}
.stars svg {
  width: 16px;
  height: 16px;
  fill: #FBBF24;
  stroke: none;
}

/* ============================================================
   17. SECTION SPECIFIC — FAQ
   ============================================================ */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  background: var(--c-white);
  border-radius: var(--r-lg);
  border: 1px solid rgba(41,65,138,.08);
  box-shadow: var(--clay-xs);
  overflow: hidden;
  transition: box-shadow var(--t-base) var(--ease);
}
.faq-item.open {
  box-shadow: var(--clay-sm);
  border-color: var(--c-navy-200);
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-4);
  padding: var(--sp-5) var(--sp-6);
  font-family: var(--font-body);
  font-size: var(--text-base);
  font-weight: 600;
  color: var(--c-text);
  text-align: left;
  cursor: pointer;
  transition: color var(--t-fast) var(--ease);
}
.faq-question:hover { color: var(--c-navy); }

.faq-toggle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--c-navy-50);
  border: 1px solid var(--c-navy-100);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background var(--t-base) var(--ease), transform var(--t-base) var(--ease);
}
.faq-item.open .faq-toggle {
  background: var(--g-primary);
  border-color: transparent;
  transform: rotate(45deg);
}
.faq-toggle svg {
  width: 14px;
  height: 14px;
  stroke: var(--c-navy);
  stroke-width: 2.5;
  transition: stroke var(--t-base) var(--ease);
}
.faq-item.open .faq-toggle svg { stroke: var(--c-white); }

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--t-slower) var(--ease);
}
.faq-item.open .faq-answer { max-height: 500px; }

.faq-answer-inner {
  padding: 0 var(--sp-6) var(--sp-5);
  font-size: var(--text-sm);
  line-height: 1.75;
  color: var(--c-text-3);
}

/* ============================================================
   18. MODAL FORM SYSTEM
   ============================================================ */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(13,21,38,.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: var(--z-modal);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--sp-5);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity var(--t-slow) var(--ease),
    visibility var(--t-slow) var(--ease);
}
.modal-overlay.open {
  opacity: 1;
  visibility: visible;
}

.modal {
  width: 100%;
  max-width: 540px;
  max-height: 90vh;
  overflow-y: auto;
  background: var(--c-white);
  border-radius: var(--r-3xl);
  box-shadow: var(--clay-lg);
  border: 1px solid rgba(255,255,255,.8);
  position: relative;
  transform: translateY(24px) scale(0.97);
  transition: transform var(--t-slow) var(--ease-spring);
}
.modal-overlay.open .modal {
  transform: translateY(0) scale(1);
}

/* Modal header gradient bar */
.modal::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--g-primary);
  border-radius: var(--r-3xl) var(--r-3xl) 0 0;
}

.modal-header {
  padding: var(--sp-8) var(--sp-8) var(--sp-5);
  border-bottom: 1px solid var(--c-navy-50);
}
.modal-title {
  font-family: var(--font-display);
  font-size: var(--text-2xl);
  font-weight: 800;
  color: var(--c-text);
  letter-spacing: -0.025em;
  margin-bottom: var(--sp-2);
}
.modal-sub {
  font-size: var(--text-sm);
  color: var(--c-text-muted);
  line-height: 1.6;
}

.modal-close {
  position: absolute;
  top: var(--sp-5);
  right: var(--sp-5);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--c-navy-50);
  border: 1px solid var(--c-navy-100);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background var(--t-fast) var(--ease), transform var(--t-fast) var(--ease);
  box-shadow: var(--clay-xs);
}
.modal-close:hover {
  background: var(--c-navy-200);
  transform: rotate(90deg);
}
.modal-close svg {
  width: 16px;
  height: 16px;
  stroke: var(--c-navy);
  stroke-width: 2.5;
}

.modal-body {
  padding: var(--sp-6) var(--sp-8) var(--sp-8);
}

/* ── Step progress ─────────────────────────────────────── */
.step-progress {
  display: flex;
  align-items: center;
  gap: var(--sp-2);
  margin-bottom: var(--sp-6);
}
.step-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--c-navy-100);
  transition: all var(--t-base) var(--ease);
}
.step-dot.active {
  width: 24px;
  border-radius: var(--r-full);
  background: var(--g-primary);
}
.step-dot.done { background: var(--c-teal); }
.step-line {
  flex: 1;
  height: 2px;
  background: var(--c-navy-50);
  border-radius: 2px;
}

/* ── Form steps (hidden by default) ───────────────────── */
.form-step { display: none; }
.form-step.active { display: block; }

/* ── Form fields ───────────────────────────────────────── */
.form-group {
  display: flex;
  flex-direction: column;
  gap: var(--sp-5);
  margin-bottom: var(--sp-5);
}
.form-group-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-4);
}

.field {
  display: flex;
  flex-direction: column;
  gap: var(--sp-2);
}
.field label {
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--c-text-2);
}
.field-required::after {
  content: ' *';
  color: var(--c-error);
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 13px 16px;
  border-radius: var(--r-lg);
  border: 1.5px solid var(--c-navy-100);
  background: var(--c-bg);
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: 400;
  color: var(--c-text);
  box-shadow: inset 0 1px 3px rgba(41,65,138,.06);
  transition:
    border-color var(--t-fast) var(--ease),
    box-shadow var(--t-fast) var(--ease),
    background var(--t-fast) var(--ease);
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}
.field input::placeholder,
.field textarea::placeholder { color: var(--c-text-light); }

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--c-navy);
  background: var(--c-white);
  box-shadow:
    inset 0 1px 3px rgba(41,65,138,.04),
    0 0 0 3px rgba(41,65,138,.08);
}

/* Error state */
.field input.error,
.field select.error {
  border-color: var(--c-error);
  box-shadow: 0 0 0 3px rgba(220,38,38,.08);
}
.field-error-msg {
  font-size: var(--text-xs);
  color: var(--c-error);
  display: none;
}
.field.has-error .field-error-msg { display: block; }

/* Select arrow */
.field-select-wrap {
  position: relative;
}
.field-select-wrap::after {
  content: '';
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--c-text-muted);
  pointer-events: none;
}

/* ── Service type selector ─────────────────────────────── */
.service-chips {
  display: flex;
  flex-wrap: wrap;
  gap: var(--sp-2);
}
.service-chip {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  padding: 9px 16px;
  border-radius: var(--r-full);
  border: 1.5px solid var(--c-navy-100);
  background: var(--c-white);
  font-size: var(--text-xs);
  font-weight: 600;
  color: var(--c-text-2);
  cursor: pointer;
  transition:
    border-color var(--t-fast) var(--ease),
    background var(--t-fast) var(--ease),
    color var(--t-fast) var(--ease),
    box-shadow var(--t-fast) var(--ease);
  box-shadow: var(--clay-xs);
  user-select: none;
}
.service-chip:hover {
  border-color: var(--c-navy);
  background: var(--c-navy-50);
  color: var(--c-navy);
}
.service-chip.selected {
  border-color: var(--c-navy);
  background: var(--c-navy);
  color: var(--c-white);
  box-shadow: var(--clay-btn);
}

/* ── Form nav buttons ──────────────────────────────────── */
.form-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-4);
  margin-top: var(--sp-6);
  padding-top: var(--sp-5);
  border-top: 1px solid var(--c-navy-50);
}
.btn-form-submit {
  width: 100%;
  justify-content: center;
  margin-top: var(--sp-5);
}

/* ── Success state ─────────────────────────────────────── */
.form-success {
  display: none;
  text-align: center;
  padding: var(--sp-12) var(--sp-8);
}
.form-success.show { display: block; }
.success-check {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--c-success-light);
  border: 2px solid var(--c-success);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto var(--sp-6);
  animation: pop-in 0.5s var(--ease-spring);
}
.success-check svg {
  width: 32px;
  height: 32px;
  stroke: var(--c-success);
  stroke-width: 2.5;
}
.form-success-title {
  font-family: var(--font-display);
  font-size: var(--text-2xl);
  font-weight: 800;
  color: var(--c-text);
  letter-spacing: -0.025em;
  margin-bottom: var(--sp-3);
}
.form-success-sub {
  font-size: var(--text-sm);
  color: var(--c-text-muted);
  line-height: 1.7;
}

/* Privacy note */
.form-privacy {
  text-align: center;
  font-size: var(--text-xs);
  color: var(--c-text-light);
  margin-top: var(--sp-4);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--sp-2);
}
.form-privacy svg {
  width: 12px;
  height: 12px;
  stroke: var(--c-text-light);
  flex-shrink: 0;
}

/* ============================================================
   19. FOOTER
   ============================================================ */
.footer {
  background: var(--c-text);
  color: var(--c-white);
  padding: var(--sp-16) 0 var(--sp-8);
  position: relative;
  overflow: hidden;
}
.footer::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--g-primary);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr;
  gap: var(--sp-8);
  margin-bottom: var(--sp-10);
}

.footer-brand {}
.footer-logo {
  height: 36px;
  width: auto;
  margin-bottom: var(--sp-4);
  filter: brightness(0) invert(1);
  object-fit: contain;
}
.footer-tagline {
  font-size: var(--text-sm);
  color: rgba(255,255,255,.55);
  line-height: 1.7;
  max-width: 280px;
  margin-bottom: var(--sp-6);
}
.footer-contact-item {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  font-size: var(--text-sm);
  color: rgba(255,255,255,.7);
  margin-bottom: var(--sp-3);
  text-decoration: none;
  transition: color var(--t-fast) var(--ease);
}
.footer-contact-item:hover { color: var(--c-white); }
.footer-contact-item svg {
  width: 16px;
  height: 16px;
  stroke: var(--c-teal);
  flex-shrink: 0;
}

.footer-col-title {
  font-family: var(--font-display);
  font-size: var(--text-sm);
  font-weight: 700;
  color: var(--c-white);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: var(--sp-5);
}
.footer-links {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
  list-style: none;
}
.footer-links a {
  font-size: var(--text-sm);
  color: rgba(255,255,255,.55);
  text-decoration: none;
  transition: color var(--t-fast) var(--ease);
  display: flex;
  align-items: center;
  gap: var(--sp-2);
}
.footer-links a:hover { color: var(--c-teal); }

/* Social icons */
.footer-socials {
  display: flex;
  gap: var(--sp-3);
  margin-top: var(--sp-5);
}
.footer-social {
  width: 38px;
  height: 38px;
  border-radius: var(--r-sm);
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--t-fast) var(--ease), border-color var(--t-fast) var(--ease);
}
.footer-social:hover {
  background: rgba(255,255,255,.15);
  border-color: rgba(255,255,255,.22);
}
.footer-social svg {
  width: 16px;
  height: 16px;
  stroke: rgba(255,255,255,.7);
  fill: none;
}

/* Footer bottom */
.footer-bottom {
  padding-top: var(--sp-6);
  border-top: 1px solid rgba(255,255,255,.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--sp-4);
  flex-wrap: wrap;
}
.footer-copy {
  font-size: var(--text-xs);
  color: rgba(255,255,255,.4);
}
.footer-copy .footer-location {
  display: inline;
}
.footer-legal {
  display: flex;
  gap: var(--sp-5);
  list-style: none;
}
.footer-legal a {
  font-size: var(--text-xs);
  color: rgba(255,255,255,.4);
  text-decoration: none;
  transition: color var(--t-fast) var(--ease);
}
.footer-legal a:hover { color: rgba(255,255,255,.7); }

/* ============================================================
   20. FLOATING WHATSAPP BUTTON — DESKTOP
   ============================================================ */
.wa-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--g-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: var(--z-wa);
  box-shadow: var(--clay-btn);
  transition: transform var(--t-base) var(--ease-spring), box-shadow var(--t-base) var(--ease);
  text-decoration: none;
}
.wa-float:hover {
  transform: scale(1.1) translateY(-3px);
  box-shadow: var(--clay-btn-hover);
}
.wa-float svg {
  width: 28px;
  height: 28px;
  stroke: var(--c-white);
  fill: none;
}

/* Pulse ring */
.wa-float::before {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid rgba(41,65,138,.35);
  animation: wa-pulse 3s ease-in-out infinite;
}

/* Tooltip */
.wa-float::after {
  content: 'Text Us';
  position: absolute;
  right: calc(100% + 12px);
  top: 50%;
  transform: translateY(-50%);
  background: var(--c-text);
  color: var(--c-white);
  font-size: var(--text-xs);
  font-weight: 600;
  padding: 6px 12px;
  border-radius: var(--r-sm);
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--t-base) var(--ease);
}
.wa-float:hover::after { opacity: 1; }

/* ============================================================
   21. MOBILE STICKY CTA BAR
   ============================================================ */
.mobile-cta-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: var(--z-mobile-bar);
  background: var(--c-white);
  border-top: 1px solid rgba(41,65,138,.10);
  padding: 10px var(--sp-4) calc(10px + env(safe-area-inset-bottom));
  box-shadow: 0 -4px 20px rgba(41,65,138,.12);
  gap: var(--sp-3);
}
.mobile-cta-bar .btn { flex: 1; justify-content: center; font-size: var(--text-xs); }

/* ============================================================
   22. COOKIE CONSENT BANNER
   ============================================================ */
.cookie-banner {
  position: fixed;
  bottom: 20px;
  left: 20px;
  max-width: 900px;
  width: calc(100% - 40px);
  background: var(--c-white);
  border-radius: var(--r-xl);
  padding: 12px 20px;
  box-shadow: var(--clay-lg);
  border: 1px solid rgba(41,65,138,.10);
  z-index: calc(var(--z-mobile-bar) - 1);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  transform: translateY(calc(100% + 24px));
  transition: transform var(--t-slower) var(--ease-spring);
}
.cookie-banner.show { transform: translateY(0); }
.cookie-text {
  font-size: var(--text-sm);
  color: var(--c-text-2);
  line-height: 1.4;
  flex: 1;
  min-width: 0; /* KEY: allows flex item to shrink below content size */
}
.cookie-text a { color: var(--c-teal); text-decoration: underline; }
.cookie-actions { display: flex; gap: var(--sp-2); flex-shrink: 0; align-items: center; }

/* ============================================================
   23. SCROLL REVEAL — ANIMATION CLASSES
   ============================================================ */

/* These classes are toggled by IntersectionObserver in main.js */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.7s var(--ease-spring),
    transform 0.7s var(--ease-spring);
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-scale {
  opacity: 0;
  transform: scale(0.95);
  transition:
    opacity 0.6s var(--ease-spring),
    transform 0.6s var(--ease-spring);
}
.reveal-scale.visible {
  opacity: 1;
  transform: scale(1);
}
.reveal-left {
  opacity: 0;
  transform: translateX(-28px);
  transition:
    opacity 0.7s var(--ease-spring),
    transform 0.7s var(--ease-spring);
}
.reveal-left.visible {
  opacity: 1;
  transform: translateX(0);
}
.reveal-right {
  opacity: 0;
  transform: translateX(28px);
  transition:
    opacity 0.7s var(--ease-spring),
    transform 0.7s var(--ease-spring);
}
.reveal-right.visible {
  opacity: 1;
  transform: translateX(0);
}

/* Staggered delays for grids */
.stagger-1  { transition-delay: 0.07s; }
.stagger-2  { transition-delay: 0.14s; }
.stagger-3  { transition-delay: 0.21s; }
.stagger-4  { transition-delay: 0.28s; }
.stagger-5  { transition-delay: 0.35s; }
.stagger-6  { transition-delay: 0.42s; }

/* ============================================================
   24. KEYFRAME ANIMATIONS
   ============================================================ */
@keyframes float {
  0%,100% { transform: translateY(0); }
  50%      { transform: translateY(-14px); }
}

@keyframes float-card {
  from { transform: translateY(0) rotate(var(--rot-from, -2deg)); }
  to   { transform: translateY(-10px) rotate(var(--rot-to, 2deg)); }
}

@keyframes pulse-dot {
  0%,100% { transform: scale(1); opacity: 1; }
  50%      { transform: scale(1.5); opacity: 0.7; }
}

@keyframes pulse-badge {
  0%,100% { box-shadow: var(--clay-xs); }
  50%      { box-shadow: var(--clay-sm); }
}

@keyframes ring-pulse {
  0%,100% { transform: scale(1); opacity: 0.5; }
  50%      { transform: scale(1.15); opacity: 0.2; }
}

@keyframes wa-pulse {
  0%,100% { transform: scale(1); opacity: 0.5; }
  50%      { transform: scale(1.2); opacity: 0; }
}

@keyframes marquee-left {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

@keyframes marquee-right {
  from { transform: translateX(-50%); }
  to   { transform: translateX(0); }
}

@keyframes shimmer {
  from { background-position: -400px 0; }
  to   { background-position: 400px 0; }
}

@keyframes pop-in {
  0%   { transform: scale(0.5); opacity: 0; }
  70%  { transform: scale(1.1); }
  100% { transform: scale(1); opacity: 1; }
}

@keyframes count-up {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ============================================================
   25. UTILITY CLASSES
   ============================================================ */

/* ── Spacing ───────────────────────────────────────────── */
.mt-0  { margin-top: 0; }
.mt-4  { margin-top: var(--sp-4); }
.mt-6  { margin-top: var(--sp-6); }
.mt-8  { margin-top: var(--sp-8); }
.mt-10 { margin-top: var(--sp-10); }
.mb-4  { margin-bottom: var(--sp-4); }
.mb-6  { margin-bottom: var(--sp-6); }
.mb-8  { margin-bottom: var(--sp-8); }
.mb-10 { margin-bottom: var(--sp-10); }

/* ── Display ───────────────────────────────────────────── */
.hidden     { display: none !important; }
.show       { display: block !important; }
.show-flex  { display: flex !important; }
.invisible  { visibility: hidden; }
.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0); border: 0;
}

/* ── Overflow ──────────────────────────────────────────── */
.overflow-hidden { overflow: hidden; }

/* ── Position ──────────────────────────────────────────── */
.relative { position: relative; }
.absolute { position: absolute; }

/* ── Width ─────────────────────────────────────────────── */
.w-full   { width: 100%; }
.max-600  { max-width: 600px; margin-left: auto; margin-right: auto; }
.max-800  { max-width: 800px; margin-left: auto; margin-right: auto; }

/* ── Gradient text ─────────────────────────────────────── */
.grad-text {
  background: var(--g-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── Divider ───────────────────────────────────────────── */
.divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg,
    transparent 0%, rgba(41,65,138,.12) 30%,
    rgba(27,140,181,.2) 50%,
    rgba(41,65,138,.12) 70%, transparent 100%
  );
  margin: var(--sp-8) 0;
}

/* ── Check list ────────────────────────────────────────── */
.check-list {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
  list-style: none;
}
.check-list li {
  display: flex;
  align-items: flex-start;
  gap: var(--sp-3);
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--c-text-2);
  line-height: 1.5;
}
.check-list li svg {
  width: 18px;
  height: 18px;
  stroke: var(--c-teal);
  stroke-width: 2.5;
  flex-shrink: 0;
  margin-top: 1px;
}

/* ── Skip to main (accessibility) ─────────────────────── */
.skip-link {
  position: absolute;
  top: -100px;
  left: var(--sp-5);
  background: var(--c-navy);
  color: var(--c-white);
  padding: var(--sp-3) var(--sp-5);
  border-radius: var(--r-sm);
  z-index: 99999;
  font-size: var(--text-sm);
  font-weight: 600;
  transition: top var(--t-fast) var(--ease);
}
.skip-link:focus { top: var(--sp-4); }

/* ============================================================
   26. RESPONSIVE BREAKPOINTS — MOBILE FIRST
   ============================================================ */

/* ── 1280px — Large desktop ────────────────────────────── */
@media (max-width: 1280px) {
  :root {
    --section-py: 88px;
    --container-pad: 24px;
  }
}

/* ── 1024px — Desktop / Tablet landscape ───────────────── */
@media (max-width: 1024px) {
  :root {
    --section-py: 80px;
    --container-pad: 24px;
  }

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

  .why-grid     { grid-template-columns: repeat(2, 1fr); }
  .pain-grid    { grid-template-columns: repeat(2, 1fr); }
  .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid  { grid-template-columns: repeat(5, 1fr); gap: var(--sp-6); }
  .stats-strip  { grid-template-columns: repeat(2, 1fr); }

  /* Hero */
  .hero-container {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .hero-sub { max-width: 600px; margin-left: auto; margin-right: auto; }
  .hero-cta { justify-content: center; }
  .hero-proof { justify-content: center; }
  .hero-bullets { align-items: center; }
  .hero-image-wrap { max-width: 480px; margin: 0 auto; }
  .hero-float-card-1 { right: 0; }
  .hero-float-card-2 { left: 0; }

  /* Nav */
  .navbar-nav,
  .navbar-cta { display: none; }
  .hamburger  { display: flex; }

  /* WhatsApp float — hide on tablet and below, mobile bar takes over */
  .wa-float { display: none; }
  .mobile-cta-bar { display: flex; }

  /* Cookie banner — push above mobile sticky CTA bar */
  .cookie-banner {
    bottom: 80px;
    left: var(--sp-3);
    right: var(--sp-3);
  }

  /* Bento */
  .bento-1, .bento-2, .bento-3 { grid-column: span 6; }
  .bento-8 { grid-column: span 12; }
}

/* ── 768px — Tablet portrait ───────────────────────────── */
@media (max-width: 768px) {
  :root {
    --section-py: 72px;
    --section-py-sm: 52px;
    --container-pad: 20px;
  }

  .grid-3    { grid-template-columns: 1fr 1fr; }
  .grid-2    { grid-template-columns: 1fr; }
  .pain-grid { grid-template-columns: 1fr; }

  .process-steps {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: var(--sp-3);
  }
  .process-steps::before { display: none; }
  /* Hide subtext — keep only number + title */
  .process-step p { display: none; }

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

  .section-header { margin-bottom: var(--sp-10); }

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

  /* Bento collapses to single col on mobile */
  .bento-1, .bento-2, .bento-3, .bento-4,
  .bento-6, .bento-8, .bento-12 { grid-column: span 12; }

  .footer-grid { grid-template-columns: 1fr; gap: var(--sp-6); }
  .footer-bottom { flex-direction: column; text-align: center; }
  .footer-legal  { justify-content: center; flex-wrap: wrap; }

  .modal { border-radius: var(--r-2xl); }
  .form-group-2 { grid-template-columns: 1fr; }
}

/* ── 640px — Large mobile ──────────────────────────────── */
@media (max-width: 640px) {
  :root {
    --section-py: 64px;
    --container-pad: 16px;
  }

  /* Hide location text in footer on small mobile */
  .footer-location { display: none !important; }

  /* Cookie banner full width on very small screens */
  .cookie-banner { left: var(--sp-2); right: var(--sp-2); }

  .grid-3  { grid-template-columns: 1fr; }
  .grid-4  { grid-template-columns: 1fr; }

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

  .hero {
    padding: 110px 0 var(--section-py);
  }
  .hero-h1 { letter-spacing: -0.025em; }

  .hero-float-card { display: none; }

  /* Smaller cards on mobile */
  .card { padding: var(--sp-6); }
  .card-lg { padding: var(--sp-8); }

  .modal {
    margin: var(--sp-3);
    max-height: 95vh;
  }
  .modal-header { padding: var(--sp-6); }
  .modal-body   { padding: var(--sp-4) var(--sp-6) var(--sp-6); }

  .cookie-banner {
    flex-direction: column;
    align-items: flex-start;
    bottom: 80px;
    left: 12px;
    right: 12px;
    width: auto;
    padding: 16px;
  }

  .stats-strip { grid-template-columns: 1fr 1fr; gap: var(--sp-3); }
}

/* ── 480px — Small mobile ──────────────────────────────── */
@media (max-width: 480px) {
  :root {
    --section-py: 56px;
    --container-pad: 16px;
  }

  .hero-cta { flex-direction: column; }
  .hero-cta .btn { width: 100%; justify-content: center; }

  .btn-lg  { padding: 15px 28px; }
  .btn-xl  { padding: 17px 32px; }

  .stats-strip { grid-template-columns: 1fr; }
  .stat-card { text-align: center; }

  .marquee-row { animation-duration: 20s; }

  .faq-list { gap: var(--sp-2); }
  .faq-question { padding: var(--sp-4) var(--sp-4); font-size: var(--text-sm); }
  .faq-answer-inner { padding: 0 var(--sp-4) var(--sp-4); }

  .footer { padding: var(--sp-12) 0 var(--sp-8); }

  .mobile-cta-bar .btn-sm { font-size: 0.7rem; padding: 10px 14px; }
}

/* ── 320px — Very small mobile ─────────────────────────── */
@media (max-width: 320px) {
  :root { --container-pad: 12px; }
  .hero-h1 { font-size: 1.9rem; }
  .service-chips { flex-direction: column; }
  .service-chip  { width: 100%; justify-content: center; }
}

/* ============================================================
   27. ACCESSIBILITY
   ============================================================ */

/* Focus visible styles */
:focus-visible {
  outline: 2px solid var(--c-teal);
  outline-offset: 3px;
  border-radius: var(--r-xs);
}

/* ── Reduced motion ────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .reveal, .reveal-scale, .reveal-left, .reveal-right {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* ── High contrast ─────────────────────────────────────── */
@media (prefers-contrast: high) {
  :root {
    --c-text: #000000;
    --c-navy: #003399;
    --c-teal: #006699;
  }
  .card { border: 2px solid var(--c-navy); }
}

/* ── Touch devices ─────────────────────────────────────── */
@media (hover: none) and (pointer: coarse) {
  .card:hover         { transform: none; box-shadow: var(--clay-sm); }
  .btn:hover          { transform: none; }
  .stat-card:hover    { transform: none; }
  .marquee-row:hover  { animation-play-state: running; }
  .wa-float:hover     { transform: none; }
}


/* ── Mobile / Desktop line break utilities ────────────────── */
/* Usage: <br class="mobile-br"> shows only on mobile         */
/*        <br class="desktop-br"> shows only on desktop       */
.mobile-br  { display: none; }
.desktop-br { display: inline; }

@media (max-width: 640px) {
  .mobile-br  { display: inline; }
  .desktop-br { display: none; }

  /* Balanced headline wrapping on mobile */
  h1, h2, h3,
  .h1, .h2, .h3 { text-wrap: balance; }
}

/* ============================================================
   AI AGENT CAROUSEL — Sirius AI section
   Usage: .ai-carousel > .ai-slide (auto-cycles via JS)
   ============================================================ */
.ai-section-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-12);
  align-items: center;
}
.ai-agents-list {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
}
.ai-agent-tab {
  display: flex;
  align-items: center;
  gap: var(--sp-4);
  padding: 14px 18px;
  border-radius: var(--r-lg);
  border: 1.5px solid transparent;
  background: var(--c-white);
  cursor: pointer;
  transition:
    background var(--t-base) var(--ease),
    border-color var(--t-base) var(--ease),
    box-shadow var(--t-base) var(--ease);
}
.ai-agent-tab:hover {
  background: var(--c-navy-50);
  border-color: var(--c-navy-100);
}
.ai-agent-tab.active {
  background: var(--c-navy-50);
  border-color: var(--c-navy);
  box-shadow: var(--clay-sm);
}
.ai-agent-tab-icon {
  width: 42px;
  height: 42px;
  border-radius: var(--r-sm);
  background: var(--c-navy-50);
  border: 1px solid var(--c-navy-100);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background var(--t-base) var(--ease);
}
.ai-agent-tab.active .ai-agent-tab-icon {
  background: var(--g-primary);
  border-color: transparent;
}
.ai-agent-tab-icon svg {
  width: 20px; height: 20px;
  stroke: var(--c-navy);
  transition: stroke var(--t-base) var(--ease);
}
.ai-agent-tab.active .ai-agent-tab-icon svg { stroke: white; }
.ai-agent-tab-name {
  font-family: var(--font-display);
  font-size: var(--text-sm);
  font-weight: 700;
  color: var(--c-text-2);
  letter-spacing: -0.01em;
}
.ai-agent-tab.active .ai-agent-tab-name { color: var(--c-navy); }
.ai-agent-tab-desc {
  font-size: var(--text-xs);
  color: var(--c-text-muted);
  margin-top: 2px;
  line-height: 1.4;
}

/* Right side: active agent detail card */
.ai-detail-wrap { position: relative; min-height: 320px; }
.ai-detail-card {
  position: absolute;
  inset: 0;
  background: var(--c-white);
  border-radius: var(--r-2xl);
  padding: var(--sp-8);
  box-shadow: var(--clay-md);
  border: 1px solid rgba(41,65,138,.08);
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 0.45s var(--ease-spring),
    transform 0.45s var(--ease-spring);
  pointer-events: none;
  display: flex;
  flex-direction: column;
  gap: var(--sp-5);
}
.ai-detail-card.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  position: relative;
  inset: auto;
}
.ai-detail-badge {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  padding: 6px 14px;
  background: var(--g-primary);
  border-radius: var(--r-full);
  font-size: var(--text-xs);
  font-weight: 700;
  color: white;
  letter-spacing: 0.05em;
  align-self: flex-start;
}
.ai-detail-stat {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  background: var(--g-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}
.ai-detail-stat-label {
  font-size: var(--text-sm);
  color: var(--c-text-muted);
  margin-top: 4px;
}
.ai-progress-bar {
  width: 100%;
  height: 8px;
  background: var(--c-navy-50);
  border-radius: var(--r-full);
  overflow: hidden;
  margin-top: var(--sp-3);
}
.ai-progress-fill {
  height: 100%;
  background: var(--g-primary);
  border-radius: var(--r-full);
  width: 0%;
  transition: width 1.2s var(--ease-spring);
}
.ai-progress-fill.animate { width: var(--fill-width, 90%); }

/* Nav dots */
.ai-nav-dots {
  display: flex;
  gap: var(--sp-2);
  margin-top: var(--sp-5);
}
.ai-nav-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--c-navy-100);
  cursor: pointer;
  transition: all var(--t-base) var(--ease);
}
.ai-nav-dot.active {
  width: 24px;
  border-radius: var(--r-full);
  background: var(--c-navy);
}

/* Responsive */
@media (max-width: 1024px) {
  .ai-section-wrap {
    grid-template-columns: 1fr;
    gap: var(--sp-8);
  }
  .ai-detail-card { position: relative; inset: auto; }
  .ai-detail-wrap { min-height: auto; }
}
@media (max-width: 640px) {
  .ai-agents-list { gap: var(--sp-2); }
  .ai-agent-tab { padding: 10px 14px; }
  .ai-agent-tab-icon { width: 36px; height: 36px; }
  /* Hide inactive detail cards on mobile to remove blank space */
  .ai-detail-card:not(.active) { display: none; }
  .ai-detail-wrap { min-height: auto; }
}

/* ============================================================
   REVENUE COMPARISON BARS — Problem section
   ============================================================ */
.comparison-wrap {
  background: var(--c-white);
  border-radius: var(--r-xl);
  padding: var(--sp-8);
  box-shadow: var(--clay-sm);
  border: 1px solid rgba(41,65,138,.06);
}
.comparison-title {
  font-size: var(--text-sm);
  font-weight: 700;
  color: var(--c-text-2);
  margin-bottom: var(--sp-6);
  letter-spacing: 0.02em;
}
.comparison-row {
  display: flex;
  align-items: center;
  gap: var(--sp-4);
  margin-bottom: var(--sp-5);
}
.comparison-row:last-child { margin-bottom: 0; }
.comparison-label {
  font-size: var(--text-xs);
  font-weight: 600;
  color: var(--c-text-3);
  width: 140px;
  flex-shrink: 0;
}
.comparison-track {
  flex: 1;
  height: 10px;
  background: var(--c-navy-50);
  border-radius: var(--r-full);
  overflow: hidden;
}
.comparison-fill {
  height: 100%;
  border-radius: var(--r-full);
  width: 0%;
  transition: width 1.4s var(--ease-spring);
}
.comparison-fill.animate { width: var(--bar-width, 70%); }
.comparison-fill-industry { background: var(--c-navy-200); }
.comparison-fill-sirius   { background: var(--g-primary); }
.comparison-pct {
  font-size: var(--text-xs);
  font-weight: 700;
  color: var(--c-text-2);
  width: 38px;
  text-align: right;
  flex-shrink: 0;
}

/* ============================================================
   SPECIALTY CHIPS — marquee with icon + label
   ============================================================ */
.spec-chip {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  padding: 8px 16px 8px 10px;
  background: var(--c-white);
  border: 1px solid rgba(41,65,138,.10);
  border-radius: var(--r-full);
  font-size: var(--text-xs);
  font-weight: 600;
  color: var(--c-text-2);
  white-space: nowrap;
  box-shadow: var(--clay-xs);
  cursor: default;
  transition:
    box-shadow var(--t-base) var(--ease),
    transform var(--t-base) var(--ease),
    border-color var(--t-base) var(--ease);
}
.spec-chip:hover {
  box-shadow: var(--clay-sm);
  transform: translateY(-2px);
  border-color: var(--c-navy-200);
}
.spec-chip-icon {
  width: 26px; height: 26px;
  border-radius: 50%;
  background: var(--c-navy-50);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.spec-chip-icon svg {
  width: 13px; height: 13px;
  stroke: var(--c-navy);
  stroke-width: 2;
}
.spec-chip:hover .spec-chip-icon { background: var(--c-teal-50); }
.spec-chip:hover .spec-chip-icon svg { stroke: var(--c-teal); }

/* ============================================================
   EHR INTEGRATION LOGOS GRID
   ============================================================ */
.ehr-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--sp-4);
}
.ehr-card {
  background: var(--c-white);
  border-radius: var(--r-lg);
  padding: var(--sp-5);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--clay-xs);
  border: 1px solid rgba(41,65,138,.06);
  transition:
    box-shadow var(--t-base) var(--ease),
    transform var(--t-base) var(--ease);
  min-height: 72px;
  cursor: default;
}
.ehr-card:hover {
  box-shadow: var(--clay-sm);
  transform: translateY(-3px);
}
.ehr-card img {
  max-height: 32px;
  width: auto;
  object-fit: contain;
  filter: grayscale(0%) opacity(100%);
  transition: filter var(--t-base) var(--ease);
}
.ehr-card:hover img { filter: grayscale(100%) opacity(60%); }
.ehr-card-name {
  font-size: var(--text-xs);
  font-weight: 700;
  color: var(--c-text-muted);
  text-align: center;
}

@media (max-width: 768px) { .ehr-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 480px) { .ehr-grid { grid-template-columns: repeat(2, 1fr); } }

/* ============================================================
   TRUST & COMPLIANCE BADGES
   ============================================================ */
.trust-badges-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: var(--sp-4);
  margin-bottom: var(--sp-10);
}
.trust-badge {
  background: var(--c-white);
  border-radius: var(--r-xl);
  padding: var(--sp-6) var(--sp-4);
  box-shadow: var(--clay-sm);
  border: 1px solid rgba(41,65,138,.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: var(--sp-3);
  transition:
    transform var(--t-slow) var(--ease-spring),
    box-shadow var(--t-slow) var(--ease);
}
.trust-badge:hover {
  transform: translateY(-4px);
  box-shadow: var(--clay-md);
}
.trust-badge-icon {
  width: 52px; height: 52px;
  border-radius: var(--r-md);
  background: var(--c-navy-50);
  border: 1px solid var(--c-navy-100);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--clay-xs);
}
.trust-badge-icon svg {
  width: 24px; height: 24px;
  stroke: var(--c-navy);
  stroke-width: 2;
}
.trust-badge-name {
  font-size: var(--text-xs);
  font-weight: 700;
  color: var(--c-text-2);
  line-height: 1.3;
}
.trust-badge-sub {
  font-size: 0.68rem;
  color: var(--c-text-muted);
  line-height: 1.4;
}

@media (max-width: 1024px) { .trust-badges-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px)  { .trust-badges-grid { grid-template-columns: repeat(2, 1fr); } }

/* ============================================================
   FEATURED TESTIMONIAL — larger card at top
   ============================================================ */
.testimonial-featured {
  background: var(--g-primary);
  border-radius: var(--r-2xl);
  padding: var(--sp-10) var(--sp-12);
  box-shadow: var(--clay-btn);
  border: none;
  color: white;
  margin-bottom: var(--sp-8);
  position: relative;
  overflow: hidden;
}
.testimonial-featured::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: rgba(255,255,255,.2);
}
.testimonial-featured::after {
  content: '"';
  position: absolute;
  top: -20px; right: 32px;
  font-size: 12rem;
  font-family: Georgia, serif;
  color: rgba(255,255,255,.08);
  line-height: 1;
  pointer-events: none;
}
.testimonial-featured .testimonial-text {
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  color: rgba(255,255,255,.92);
  font-style: italic;
  line-height: 1.7;
  margin-bottom: var(--sp-8);
}
.testimonial-featured .testimonial-name { color: white; }
.testimonial-featured .testimonial-role { color: rgba(255,255,255,.7); }
.testimonial-featured .stars svg { fill: #FBBF24; }
.testimonial-featured .testimonial-author {
  border-color: rgba(255,255,255,.2);
}
.testimonial-featured-metric {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  background: rgba(255,255,255,.15);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: var(--r-full);
  padding: 6px 16px;
  font-size: var(--text-xs);
  font-weight: 700;
  color: white;
  margin-top: var(--sp-4);
}

@media (max-width: 768px) {
  .testimonial-featured { padding: var(--sp-8); }
  .testimonial-featured::after { display: none; }
}

/* ============================================================
   SPLIT SECTION — text left + visual right (or reversed)
   Used in: Why Sirius, Integration, Problem sections
   ============================================================ */
.split-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-16);
  align-items: center;
}
.split-section.split-reverse {
  direction: rtl;
}
.split-section.split-reverse > * { direction: ltr; }
.split-content {
  display: flex;
  flex-direction: column;
  gap: var(--sp-5);
}
.split-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.split-image {
  width: 100%;
  border-radius: var(--r-2xl);
  box-shadow: var(--clay-lg);
  object-fit: cover;
}
.split-visual-card {
  position: absolute;
  background: var(--c-white);
  border-radius: var(--r-lg);
  padding: var(--sp-4) var(--sp-5);
  box-shadow: var(--clay-md);
  border: 1px solid rgba(41,65,138,.08);
  display: flex;
  align-items: center;
  gap: var(--sp-3);
}
.split-visual-card-1 { bottom: -16px; left: -16px; }
.split-visual-card-2 { top: -16px; right: -16px; }

@media (max-width: 1024px) {
  .split-section { grid-template-columns: 1fr; gap: var(--sp-10); }
  .split-section.split-reverse { direction: ltr; }
  .split-visual { max-width: 520px; margin: 0 auto; }
  .split-visual-card-1 { left: 0; }
  .split-visual-card-2 { right: 0; }
}
@media (max-width: 640px) {
  .split-visual-card-1,
  .split-visual-card-2 { display: none; }
}

/* ============================================================
   SERVICE CARDS — image top, content bottom
   Usage: .svc-card inside a .grid or .grid-auto
   ============================================================ */
.svc-card {
  background: var(--c-white);
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--clay-sm);
  border: 1px solid rgba(41,65,138,.06);
  display: flex;
  flex-direction: column;
  transition:
    transform var(--t-slow) var(--ease-spring),
    box-shadow var(--t-slow) var(--ease);
  position: relative;
}
.svc-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--clay-hover);
}
.svc-card-img-wrap {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
.svc-card-img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    transparent 40%,
    rgba(41,65,138,.55) 100%
  );
  transition: opacity var(--t-base) var(--ease);
}
.svc-card:hover .svc-card-img-wrap::after {
  opacity: 0.7;
}
.svc-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--t-slower) var(--ease);
}
.svc-card:hover .svc-card-img {
  transform: scale(1.06);
}
.svc-card-body {
  padding: var(--sp-6);
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: var(--sp-3);
}
.svc-card-title {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: 700;
  color: var(--c-text);
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.svc-card-desc {
  font-size: var(--text-sm);
  color: var(--c-text-3);
  line-height: 1.7;
  flex: 1;
}
.svc-card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: var(--text-sm);
  font-weight: 700;
  color: var(--c-teal);
  text-decoration: none;
  margin-top: var(--sp-2);
  transition: gap var(--t-fast) var(--ease), color var(--t-fast) var(--ease);
}
.svc-card-link svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  stroke-width: 2.5;
  transition: transform var(--t-fast) var(--ease);
}
.svc-card:hover .svc-card-link { color: var(--c-navy); }
.svc-card:hover .svc-card-link svg { transform: translateX(4px); }

/* Service grid — 3 col desktop, 2 tablet, 1 mobile */
.svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-5);
}
@media (max-width: 1024px) { .svc-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px)  { .svc-grid { grid-template-columns: 1fr; } }

/* ============================================================
   SSG POWER PRACTICES — map + state grid
   ============================================================ */
.power-practices {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: var(--sp-12);
  align-items: start;
}
.power-map-side {
  display: flex;
  flex-direction: column;
  gap: var(--sp-6);
  position: sticky;
  top: 90px;
}
.power-map-wrap {
  width: 100%;
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--clay-sm);
}
.power-map-wrap svg {
  width: 100%;
  height: auto;
  display: block;
}
.power-states-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: var(--sp-2);
}
.state-item {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  background: var(--c-white);
  border-radius: var(--r-sm);
  border: 1px solid rgba(41,65,138,.08);
  font-size: var(--text-xs);
  font-weight: 600;
  color: var(--c-text-2);
  box-shadow: var(--clay-xs);
  white-space: nowrap;
  transition:
    background var(--t-fast) var(--ease),
    border-color var(--t-fast) var(--ease),
    box-shadow var(--t-fast) var(--ease);
  cursor: default;
}
.state-item:hover {
  background: var(--c-navy-50);
  border-color: var(--c-navy-200);
  box-shadow: var(--clay-sm);
}
.state-item svg {
  width: 12px;
  height: 12px;
  stroke: var(--c-teal);
  stroke-width: 3;
  flex-shrink: 0;
}

@media (max-width: 1280px) {
  .power-states-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 1024px) {
  .power-practices {
    grid-template-columns: 1fr;
    gap: var(--sp-8);
  }
  .power-map-side { position: static; }
  .power-map-wrap { max-width: 400px; margin: 0 auto; }
  .power-states-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 640px) {
  .power-states-grid { grid-template-columns: repeat(3, 1fr); }
  .state-item { padding: 7px 8px; font-size: 0.68rem; }
}
@media (max-width: 480px) {
  .power-states-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ============================================================
   29. FEATURED TESTIMONIAL — dark split card (video + quote)
   ============================================================ */
.test-featured-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #0D1526;
  border-radius: var(--r-2xl);
  overflow: hidden;
  margin-bottom: var(--sp-8);
  box-shadow: var(--clay-lg);
}
.test-featured-video {
  position: relative;
  overflow: hidden;
  min-height: 280px;
}
.test-featured-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: none;
}
.test-featured-quote {
  padding: var(--sp-10) var(--sp-8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--sp-4);
}
.test-featured-badge {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  background: rgba(27,140,181,.18);
  border: 1px solid rgba(27,140,181,.35);
  border-radius: var(--r-full);
  padding: 5px 14px;
  font-size: var(--text-xs);
  font-weight: 700;
  color: var(--c-teal-light);
  letter-spacing: 0.05em;
  align-self: flex-start;
}
.test-featured-text {
  font-size: clamp(0.88rem, 1.3vw, 1rem);
  color: rgba(255,255,255,.88);
  font-style: italic;
  line-height: 1.8;
}
.test-featured-author {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  margin-top: var(--sp-2);
  padding-top: var(--sp-4);
  border-top: 1px solid rgba(255,255,255,.1);
}
.test-featured-name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: var(--text-sm);
  color: white;
}
.test-featured-role {
  font-size: var(--text-xs);
  color: rgba(255,255,255,.5);
  margin-top: 2px;
}
.test-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--g-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 800;
  color: white;
  flex-shrink: 0;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .test-featured-wrap { grid-template-columns: 1fr; }
  .test-featured-video { min-height: 220px; }
  .test-featured-quote { padding: var(--sp-6); }
}

/* ── TESTIMONIAL CARDS GRID — new 4-col design ──────── */
.test-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--sp-5);
}
.test-card {
  background: var(--c-white);
  border-radius: var(--r-xl);
  padding: var(--sp-6);
  box-shadow: var(--clay-sm);
  border: 1px solid rgba(41,65,138,.06);
  display: flex;
  flex-direction: column;
  gap: var(--sp-4);
  transition: transform var(--t-slow) var(--ease-spring), box-shadow var(--t-slow) var(--ease);
}
.test-card:hover { transform: translateY(-4px); box-shadow: var(--clay-md); }
.test-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.test-verified {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.68rem;
  font-weight: 700;
  color: var(--c-success);
  background: var(--c-success-light);
  border-radius: var(--r-full);
  padding: 3px 9px;
  white-space: nowrap;
}
.test-card-quote {
  font-size: var(--text-sm);
  color: var(--c-text-3);
  line-height: 1.75;
  font-style: italic;
  flex: 1;
  margin: 0;
}
.test-metric {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
  background: var(--c-navy-50);
  border-radius: var(--r-lg);
  padding: var(--sp-3) var(--sp-4);
  border: 1px solid var(--c-navy-100);
}
.test-metric-num {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 800;
  background: var(--g-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  white-space: nowrap;
  line-height: 1;
}
.test-metric-label {
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--c-text-3);
  line-height: 1.35;
}
.test-card-author {
  display: flex;
  align-items: center;
  gap: var(--sp-3);
}
.test-author-name {
  font-family: var(--font-display);
  font-size: var(--text-sm);
  font-weight: 700;
  color: var(--c-text);
}
.test-author-role {
  font-size: var(--text-xs);
  color: var(--c-text-muted);
  margin-top: 2px;
}
@media (max-width: 1024px) { .test-cards-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px)  { .test-cards-grid { grid-template-columns: 1fr; } }

/* ============================================================
   30. TRUST BADGES V2 — 3x2 grid, check + large logo + pill
   ============================================================ */
.trust-badges-v2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-5);
  margin-bottom: var(--sp-10);
}
.trust-badge-v2 {
  background: var(--c-white);
  border-radius: var(--r-xl);
  padding: var(--sp-8) var(--sp-6) var(--sp-6);
  box-shadow: var(--clay-sm);
  border: 1px solid rgba(41,65,138,.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--sp-5);
  position: relative;
  transition: transform var(--t-slow) var(--ease-spring), box-shadow var(--t-slow) var(--ease);
}
.trust-badge-v2:hover { transform: translateY(-4px); box-shadow: var(--clay-md); }
.trust-badge-v2-check {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--c-success-light);
  display: flex;
  align-items: center;
  justify-content: center;
}
.trust-badge-v2-check svg {
  width: 13px;
  height: 13px;
  stroke: var(--c-success);
  stroke-width: 3;
}
.trust-badge-v2-logo {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.trust-badge-v2-logo img {
  max-height: 80px;
  max-width: 150px;
  width: auto;
  object-fit: contain;
}
.trust-badge-v2-label {
  background: var(--c-navy-50);
  border: 1px solid var(--c-navy-100);
  border-radius: var(--r-full);
  padding: 5px 18px;
  font-size: 0.65rem;
  font-weight: 800;
  color: var(--c-navy);
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 768px) { .trust-badges-v2 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .trust-badges-v2 { grid-template-columns: repeat(2, 1fr); } }

/* ── FAQ 2-COLUMN GRID ──────────────────────────────────── */
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-4);
  align-items: start;
}
.faq-col {
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
}
@media (max-width: 768px) { .faq-grid { grid-template-columns: 1fr; } }

/* ============================================================
   MOBILE TARGETED FIXES
   ============================================================ */

/* 1. Trust badges — label wraps, no overflow on small screens */
@media (max-width: 480px) {
  .trust-badge-v2 { padding: var(--sp-5) var(--sp-3); }
  .trust-badge-v2-label { white-space: normal; font-size: 0.6rem; padding: 4px 8px; }
}

/* 2. Footer CTA HIPAA line — 1 line on mobile */
@media (max-width: 640px) {
  #cta .body-sm { font-size: 0.65rem; }
}

/* 3. Hero bullets tighter + proof on 1 line */
@media (max-width: 480px) {
  .hero-bullet { font-size: 0.68rem; }
  .hero-proof { flex-wrap: nowrap; }
  .hero-proof span { font-size: 0.62rem; }
}

/* 4. Hide all states list on mobile */
@media (max-width: 640px) {
  .power-states-grid { display: none; }
}

/* ============================================================
   28. PRINT STYLES
   ============================================================ */
@media print {
  .navbar, .wa-float, .mobile-cta-bar,
  .cookie-banner, .modal-overlay { display: none !important; }
  body { background: white; color: black; }
  .section { padding: 24px 0; }
  a { color: black; text-decoration: underline; }
}

/* ============================================================
   CREDENTIALING PAGE
   billing.siriussolutionsglobal.com/credentialing
   ============================================================ */

/* Cost of Delay - 3 columns to 2 to 1 */
.cred-delay-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:var(--sp-5); margin-top:var(--sp-8); }
@media (max-width:1024px) { .cred-delay-grid { grid-template-columns:1fr 1fr; } }
@media (max-width:640px)  { .cred-delay-grid { grid-template-columns:1fr; } }

/* Services checklist - 2 columns to 1 */
.cred-services-grid { display:grid; grid-template-columns:1fr 1fr; gap:var(--sp-4); margin-top:var(--sp-4); }
@media (max-width:768px) { .cred-services-grid { grid-template-columns:1fr; } }

/* Service item cards */
.cred-service-item { background:var(--c-white); border-radius:var(--r-xl); padding:var(--sp-5) var(--sp-6); border:1px solid rgba(41,65,138,.06); box-shadow:var(--clay-xs); display:flex; gap:var(--sp-4); align-items:flex-start; transition:box-shadow var(--t-base) var(--ease),transform var(--t-base) var(--ease); }
.cred-service-item:hover { transform:translateY(-2px); box-shadow:var(--clay-sm); }
.cred-service-navy { border-left:4px solid var(--c-navy); }
.cred-service-teal { border-left:4px solid var(--c-teal); }

/* Payer logos - 5 columns down to 2 */
.cred-payer-grid { grid-template-columns:repeat(5,1fr) !important; margin-top:var(--sp-6); }
@media (max-width:1024px) { .cred-payer-grid { grid-template-columns:repeat(4,1fr) !important; } }
@media (max-width:768px)  { .cred-payer-grid { grid-template-columns:repeat(3,1fr) !important; } }
@media (max-width:480px)  { .cred-payer-grid { grid-template-columns:repeat(2,1fr) !important; } }

/* Timeline - 5 steps down to 1 */
.cred-timeline { grid-template-columns:repeat(5,1fr) !important; }
@media (max-width:1024px) { .cred-timeline { grid-template-columns:repeat(3,1fr) !important; } .cred-timeline::before { display:none; } }
@media (max-width:640px)  { .cred-timeline { grid-template-columns:1fr 1fr !important; } }
@media (max-width:480px)  { .cred-timeline { grid-template-columns:1fr !important; } }

/* Dashboard */
.cred-dash-wrap   { width:100%; border-radius:var(--r-xl); overflow:hidden; box-shadow:var(--clay-md); border:1px solid rgba(41,65,138,.08); }
.cred-dash-hdr    { display:grid; grid-template-columns:1fr 1fr 110px; gap:var(--sp-3); padding:var(--sp-3) var(--sp-5); background:var(--c-navy-50); border-bottom:1px solid var(--c-navy-100); }
.cred-dash-row    { display:grid; grid-template-columns:1fr 1fr 110px; gap:var(--sp-3); padding:var(--sp-4) var(--sp-5); align-items:center; }
.cred-dash-warn   { display:grid; grid-template-columns:1fr 1fr 110px; gap:var(--sp-3); padding:var(--sp-4) var(--sp-5); align-items:center; background:var(--c-warning-light); }
.cred-dash-footer { padding:var(--sp-4) var(--sp-5); background:var(--c-navy-50); display:flex; align-items:center; gap:var(--sp-6); border-top:1px solid var(--c-navy-100); flex-wrap:wrap; }
@media (max-width:640px) {
  .cred-dash-hdr,
  .cred-dash-row,
  .cred-dash-warn  { grid-template-columns:1fr 96px; gap:var(--sp-2); padding:var(--sp-3) var(--sp-4); }
  .cred-dash-payer { display:none; }
  .cred-dash-footer { gap:var(--sp-3); padding:var(--sp-3) var(--sp-4); }
}

/* Hero image mobile */
@media (max-width:640px) {
  .hero-image { width:100%; max-width:100%; object-fit:cover; }
}

/* Buttons - no overflow on mobile */
@media (max-width:480px) {
  .btn { white-space:normal; text-align:center; line-height:1.3; }
}

/* ============================================================
   LEGAL PAGES
   Privacy Policy · Terms of Service · HIPAA Notice
   ============================================================ */

/* ── Page header ──────────────────────────────────────────── */
.legal-header {
  background: var(--g-hero-bg);
  padding: 160px 0 var(--sp-16);
  border-bottom: 1px solid var(--c-navy-100);
}
.legal-page-title {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  color: var(--c-text);
  margin-bottom: var(--sp-4);
  line-height: 1.08;
}
.legal-updated {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  padding: 6px 14px;
  background: var(--c-navy-50);
  border: 1px solid var(--c-navy-200);
  border-radius: var(--r-full);
  font-size: var(--text-xs);
  font-weight: 600;
  color: var(--c-text-muted);
  margin-bottom: var(--sp-4);
}
.legal-subtitle {
  font-size: var(--text-base);
  color: var(--c-text-3);
  line-height: 1.7;
  max-width: 600px;
  margin-top: var(--sp-3);
}

/* ── Content area ─────────────────────────────────────────── */
.legal-content {
  padding: var(--sp-16) 0 var(--sp-24);
}
.legal-wrap {
  max-width: 820px;
  background: var(--c-white);
  border-radius: var(--r-xl);
  padding: var(--sp-10) var(--sp-12);
  box-shadow: var(--clay-sm);
  border: 1px solid rgba(41,65,138,.06);
}

/* ── Typography inside legal pages ───────────────────────── */
.legal-body h2 {
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  font-weight: 700;
  color: var(--c-navy);
  letter-spacing: -0.015em;
  margin-top: var(--sp-10);
  margin-bottom: var(--sp-4);
  padding-bottom: var(--sp-3);
  border-bottom: 2px solid var(--c-navy-100);
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: var(--sp-3);
}
.legal-body h2:first-child { margin-top: 0; }
.legal-body h3 {
  font-family: var(--font-display);
  font-size: var(--text-base);
  font-weight: 700;
  color: var(--c-text);
  margin-top: var(--sp-6);
  margin-bottom: var(--sp-3);
  line-height: 1.3;
}
.legal-body p {
  font-size: var(--text-sm);
  line-height: 1.85;
  color: var(--c-text-3);
  margin-bottom: var(--sp-4);
}
.legal-body ul,
.legal-body ol {
  margin: var(--sp-3) 0 var(--sp-5) var(--sp-6);
  display: flex;
  flex-direction: column;
  gap: var(--sp-2);
}
.legal-body ul { list-style: disc; }
.legal-body ol { list-style: decimal; }
.legal-body li {
  font-size: var(--text-sm);
  line-height: 1.75;
  color: var(--c-text-3);
  padding-left: var(--sp-1);
}
.legal-body a {
  color: var(--c-teal);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color var(--t-fast) var(--ease);
}
.legal-body a:hover { color: var(--c-teal-dark); }
.legal-body strong {
  font-weight: 700;
  color: var(--c-text-2);
}

/* ── Section number badge ─────────────────────────────────── */
.legal-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--g-primary);
  color: white;
  font-family: var(--font-display);
  font-size: 0.68rem;
  font-weight: 800;
  flex-shrink: 0;
}

/* ── Highlight / callout box ──────────────────────────────── */
.legal-highlight {
  background: var(--c-teal-50);
  border: 1px solid var(--c-teal-200);
  border-left: 4px solid var(--c-teal);
  border-radius: var(--r-lg);
  padding: var(--sp-5) var(--sp-6);
  margin: var(--sp-6) 0;
}
.legal-highlight p {
  margin-bottom: 0;
  color: var(--c-teal-dark);
  font-weight: 500;
}

/* ── Navy info box ────────────────────────────────────────── */
.legal-infobox {
  background: var(--c-navy-50);
  border: 1px solid var(--c-navy-100);
  border-left: 4px solid var(--c-navy);
  border-radius: var(--r-lg);
  padding: var(--sp-5) var(--sp-6);
  margin: var(--sp-6) 0;
}
.legal-infobox p { margin-bottom: 0; color: var(--c-text-2); }
.legal-infobox strong { color: var(--c-navy); }
.legal-infobox a { color: var(--c-navy); }

/* ── Legal page mobile ────────────────────────────────────── */
@media (max-width: 640px) {
  .legal-header { padding: 130px 0 var(--sp-10); }
  .legal-content { padding: var(--sp-10) 0 var(--sp-16); }
  .legal-body h2 { font-size: 1rem; margin-top: var(--sp-8); }
  .legal-body ul,
  .legal-body ol { margin-left: var(--sp-4); }
}
@media (max-width: 640px) {
  .legal-wrap { padding: var(--sp-6); border-radius: var(--r-lg); }
}


/* ============================================================
   CONTACT PAGE
   billing.siriussolutionsglobal.com/contact
   ============================================================ */

/* ── Page header ──────────────────────────────────────────── */
.contact-header {
  background: var(--g-hero-bg);
  padding: 140px 0 var(--sp-16);
  text-align: center;
  border-bottom: 1px solid var(--c-navy-100);
}
.contact-header-lead {
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  color: var(--c-text-3);
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.75;
}

/* ── 3-column channel cards ───────────────────────────────── */
.contact-channels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-5);
  margin-bottom: var(--sp-12);
}
.contact-channel-card {
  background: var(--c-white);
  border-radius: var(--r-xl);
  padding: var(--sp-8) var(--sp-6);
  box-shadow: var(--clay-sm);
  border: 1px solid rgba(41,65,138,.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: var(--sp-4);
  text-decoration: none;
  transition: transform var(--t-slow) var(--ease-spring), box-shadow var(--t-slow) var(--ease);
  position: relative;
  overflow: hidden;
  color: inherit;
}
.contact-channel-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.9), transparent);
}
.contact-channel-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--clay-md);
}
.contact-channel-icon {
  width: 56px;
  height: 56px;
  border-radius: var(--r-md);
  background: var(--g-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--clay-btn);
  flex-shrink: 0;
}
.contact-channel-icon svg {
  width: 24px;
  height: 24px;
  stroke: white;
  stroke-width: 2;
  fill: none;
}
.contact-channel-label {
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--c-text-muted);
}
.contact-channel-value {
  font-family: var(--font-display);
  font-size: var(--text-base);
  font-weight: 700;
  color: var(--c-navy);
  line-height: 1.35;
}
.contact-channel-sub {
  font-size: var(--text-xs);
  color: var(--c-text-muted);
}
/* Contact form rows - 2-col to 1-col on mobile */
.contact-form-row { display:grid; grid-template-columns:1fr 1fr; gap:var(--sp-4); }
@media (max-width: 640px) { .contact-form-row { grid-template-columns:1fr !important; } }
/* ── Form + sidebar layout ────────────────────────────────── */
.contact-form-section {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: var(--sp-12);
  align-items: start;
}
.contact-form-card {
  background: var(--c-white);
  border-radius: var(--r-2xl);
  padding: var(--sp-10);
  box-shadow: var(--clay-md);
  border: 1px solid rgba(41,65,138,.06);
  position: relative;
  overflow: hidden;
}
.contact-form-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--g-primary);
  border-radius: var(--r-2xl) var(--r-2xl) 0 0;
}
.contact-side-info {
  display: flex;
  flex-direction: column;
  gap: var(--sp-4);
  position: sticky;
  top: 90px;
}
.contact-info-card {
  background: var(--c-white);
  border-radius: var(--r-xl);
  padding: var(--sp-5) var(--sp-6);
  box-shadow: var(--clay-sm);
  border: 1px solid rgba(41,65,138,.06);
  display: flex;
  align-items: flex-start;
  gap: var(--sp-4);
  transition: transform var(--t-slow) var(--ease-spring), box-shadow var(--t-slow) var(--ease);
}
.contact-info-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--clay-md);
}
.contact-info-icon {
  width: 44px;
  height: 44px;
  border-radius: var(--r-sm);
  background: var(--c-navy-50);
  border: 1px solid var(--c-navy-100);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-info-icon svg {
  width: 20px;
  height: 20px;
  stroke: var(--c-navy);
  stroke-width: 2;
  fill: none;
}
.contact-info-label {
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--c-text-muted);
  margin-bottom: var(--sp-1);
}
.contact-info-value {
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--c-text);
  line-height: 1.5;
}
.contact-info-value a {
  color: var(--c-navy);
  text-decoration: none;
  transition: color var(--t-fast) var(--ease);
}
.contact-info-value a:hover { color: var(--c-teal); }

/* ── Response time badge ──────────────────────────────────── */
.contact-response-badge {
  background: var(--c-success-light);
  border: 1px solid var(--c-success);
  border-radius: var(--r-lg);
  padding: var(--sp-4) var(--sp-5);
  display: flex;
  align-items: center;
  gap: var(--sp-3);
}
.contact-response-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--c-success);
  box-shadow: 0 0 6px rgba(5,150,105,.5);
  animation: pulse-dot 2s ease-in-out infinite;
  flex-shrink: 0;
}
.contact-response-text {
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--c-success);
  line-height: 1.4;
}

/* ── Social links ─────────────────────────────────────────── */
.contact-socials {
  display: flex;
  gap: var(--sp-3);
  flex-wrap: wrap;
}
.contact-social-link {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  padding: 8px 16px;
  background: var(--c-white);
  border: 1px solid var(--c-navy-100);
  border-radius: var(--r-full);
  font-size: var(--text-xs);
  font-weight: 700;
  color: var(--c-text-2);
  text-decoration: none;
  box-shadow: var(--clay-xs);
  transition: background var(--t-fast) var(--ease), border-color var(--t-fast) var(--ease), transform var(--t-fast) var(--ease);
}
.contact-social-link:hover {
  background: var(--c-navy-50);
  border-color: var(--c-navy);
  color: var(--c-navy);
  transform: translateY(-2px);
}
.contact-social-link svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
}

/* ── Contact page mobile ──────────────────────────────────── */
@media (max-width: 1024px) {
  .contact-form-section {
    grid-template-columns: 1fr;
    gap: var(--sp-6);
  }
  .contact-side-info { position: static; order: -1; }
  .contact-info-card { display: none; }
  .contact-socials-wrap { display: none; }
  .contact-channels { gap: var(--sp-4); }
}
@media (max-width: 768px) {
  .contact-channels { grid-template-columns: 1fr; gap: var(--sp-3); }
  .contact-channel-card {
    display: grid !important;
    grid-template-columns: 52px 1fr;
    grid-template-rows: auto auto auto;
    column-gap: var(--sp-4);
    row-gap: 2px;
    text-align: left;
    padding: var(--sp-4) var(--sp-5);
    align-items: start;
  }
  .contact-channel-icon { grid-column:1; grid-row:1/4; align-self:center; }
  .contact-channel-label { grid-column:2; grid-row:1; margin-top:4px; }
  .contact-channel-value { grid-column:2; grid-row:2; font-size:var(--text-sm) !important; }
  .contact-channel-sub  { grid-column:2; grid-row:3; margin-bottom:4px; }
}
@media (max-width: 640px) {
  .contact-header { padding: 120px 0 var(--sp-10); text-align: left; }
  .contact-header-lead { text-align: left; margin: 0; }
  .contact-form-card { padding: var(--sp-6); }
}


/* ============================================================
   ABOUT PAGE
   billing.siriussolutionsglobal.com/about
   ============================================================ */

/* ── Hero banner ──────────────────────────────────────────── */
.about-banner-section {
  padding-top: 66px;
  padding-bottom: 0;
}
.about-hero-banner {
  position: relative;
  width: 100%;
  height: 440px;
  overflow: hidden;
}
.about-hero-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.about-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(13,21,38,.80) 0%,
    rgba(13,21,38,.50) 55%,
    rgba(13,21,38,.20) 100%
  );
  display: flex;
  align-items: center;
}
.about-hero-text { position: relative; z-index: 1; }
.about-hero-text .h1 {
  color: white;
  max-width: 560px;
  margin-bottom: var(--sp-4);
}
.about-hero-text .lead {
  color: rgba(255,255,255,.85);
  max-width: 480px;
}

/* ── Mission / Vision images ──────────────────────────────── */
.about-mv-img {
  width: 100%;
  border-radius: var(--r-2xl);
  box-shadow: var(--clay-lg);
  object-fit: cover;
  aspect-ratio: 4/3;
  display: block;
}

/* ── Core values grid ─────────────────────────────────────── */
.about-values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--sp-5);
}
.about-value-card {
  background: var(--c-white);
  border-radius: var(--r-xl);
  padding: var(--sp-8) var(--sp-6);
  box-shadow: var(--clay-sm);
  border: 1px solid rgba(41,65,138,.06);
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: transform var(--t-slow) var(--ease-spring), box-shadow var(--t-slow) var(--ease);
}
.about-value-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.9), transparent);
}
.about-value-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--clay-md);
}
.about-value-card::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--g-primary);
  border-radius: var(--r-xl) var(--r-xl) 0 0;
  opacity: 0;
  transition: opacity var(--t-base) var(--ease);
}
.about-value-card:hover::after { opacity: 1; }
.about-value-num {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 800;
  background: var(--g-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: var(--sp-4);
  display: block;
}
.about-value-title {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: 700;
  color: var(--c-text);
  margin-bottom: var(--sp-3);
  letter-spacing: -0.02em;
}
.about-value-desc {
  font-size: var(--text-sm);
  color: var(--c-text-3);
  line-height: 1.7;
}

/* ── Leadership team grid ─────────────────────────────────── */
.about-team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--sp-6);
}
.team-card {
  background: var(--c-white);
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--clay-sm);
  border: 1px solid rgba(41,65,138,.06);
  display: flex;
  flex-direction: column;
  transition: transform var(--t-slow) var(--ease-spring), box-shadow var(--t-slow) var(--ease);
  position: relative;
}
.team-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--clay-hover);
}
.team-card::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--g-primary);
  border-radius: var(--r-xl) var(--r-xl) 0 0;
  opacity: 0;
  transition: opacity var(--t-base) var(--ease);
}
.team-card:hover::after { opacity: 1; }
.team-card-img-wrap {
  width: 100%;
  height: 280px;
  overflow: hidden;
  flex-shrink: 0;
}
.team-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform var(--t-slower) var(--ease);
  display: block;
}
.team-card:hover .team-card-img { transform: scale(1.04); }
.team-card-body {
  padding: var(--sp-6);
  display: flex;
  flex-direction: column;
  gap: var(--sp-2);
  flex: 1;
}
.team-card-role {
  font-size: var(--text-xs);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--c-teal-dark);
  line-height: 1.4;
}
.team-card-name {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: 800;
  color: var(--c-text);
  letter-spacing: -0.02em;
  line-height: 1.1;
}
.team-card-title {
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--c-text-muted);
}

/* ── Tech / culture full-width banner ─────────────────────── */
.about-tech-banner {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: var(--r-2xl);
  position: relative;
  box-shadow: var(--clay-md);
}
.about-tech-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.about-tech-overlay {
  position: absolute;
  inset: 0;
  background: var(--g-primary);
  opacity: 0.6;
  border-radius: var(--r-2xl);
}
.about-tech-content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: var(--sp-8);
  flex-direction: column;
  gap: var(--sp-4);
}
.about-tech-content .h2 {
  color: white;
  margin-bottom: 0;
}
.about-tech-content .lead {
  color: rgba(255,255,255,.88);
  max-width: 560px;
  margin: 0 auto;
}

/* ── About page mobile ────────────────────────────────────── */
@media (max-width: 1024px) {
  .about-hero-banner { height: 380px; }
  .about-values-grid { grid-template-columns: repeat(2, 1fr); }
  .about-team-grid { grid-template-columns: repeat(2, 1fr); }
  .about-tech-banner { height: 240px; }
}
@media (max-width: 768px) {
  .about-hero-banner { height: 320px; }
  .about-tech-banner { height: 200px; border-radius: var(--r-xl); }
  .about-tech-content { padding: var(--sp-6); }
}
@media (max-width: 640px) {
  .about-banner-section { padding-top: 60px; }
  .about-hero-banner { height: 280px; }
  .about-hero-text .h1 { font-size: clamp(1.5rem, 6vw, 2rem); }
  .about-values-grid { gap: var(--sp-3); }
  .about-team-grid { grid-template-columns: 1fr; gap: var(--sp-4); }
  .team-card-img-wrap { height: 260px; }
  .about-tech-banner { height: 180px; }
}
@media (max-width: 480px) {
  .about-values-grid { grid-template-columns: 1fr; }
  .about-hero-overlay {
    background: linear-gradient(to bottom, rgba(13,21,38,.65) 0%, rgba(13,21,38,.45) 100%);
  }
}
/* Contact form rows - 2-col to 1-col on mobile */
.contact-form-row { display:grid; grid-template-columns:1fr 1fr; gap:var(--sp-4); }
@media (max-width: 640px) { .contact-form-row { grid-template-columns:1fr !important;} }
/* Contact sidebar image */
.contact-sidebar-img {
  width: 100%;
  height: 300px;
  border-radius: var(--r-xl);
  box-shadow: var(--clay-md);
  object-fit: cover;
  object-position: center;
  display: block;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .contact-sidebar-img { height: 200px; border-radius: var(--r-lg); }
}