/* ============================================================
   VVT Med Inc. — Investor Relations  |  Shared Stylesheet
   Design: Corporate Minimalism · Medical/Financial
   ui-ux-pro-max applied: accessibility, layout, typography,
   color tokens, animation, no-emoji-icons, 8pt spacing grid
   ============================================================ */

/* ── 1. Tokens ────────────────────────────────────────────── */
:root {
  /* Brand — VVT Med palette */
  --brand:          #000084;
  --brand-dark:     #000066;
  --brand-mid:      #00006B;
  --brand-light:    #4766fc;
  --interactive:    #2563EB;
  --interactive-h:  #1D4ED8;
  --accent-pale:    #F4F3F2;
  --accent-mid:     #97B0FF;
  --accent-border:  #A5B4FC;

  /* Neutrals */
  --white:   #FFFFFF;
  --gray-50: #F9FAFB;
  --gray-100:#F3F4F6;
  --gray-200:#E5E7EB;
  --gray-400:#9CA3AF;
  --gray-500:#6B7280;
  --gray-700:#374151;
  --gray-900:#111827;

  /* Status */
  --warn:    #D97706;
  --warn-bg: #FFFBEB;
  --warn-bd: #FDE68A;
  --warn-txt:#78350F;
  --info:    #0284C7;
  --info-bg: #F0F9FF;
  --info-bd: #BAE6FD;
  --info-txt:#0C4A6E;
  --danger:  #DC2626;

  /* Category */
  --cat-reg:  #000084;
  --cat-com:  #047857;
  --cat-fin:  #B45309;
  --cat-corp: #6B21A8;

  /* Type */
  --font-h: 'Bree Serif', Georgia, serif;
  --font-b: 'Fira Sans Condensed', system-ui, sans-serif;

  /* Scale (8pt grid) */
  --s1:  0.25rem;  /* 4px */
  --s2:  0.5rem;   /* 8px */
  --s3:  0.75rem;  /* 12px */
  --s4:  1rem;     /* 16px */
  --s5:  1.25rem;  /* 20px */
  --s6:  1.5rem;   /* 24px */
  --s7:  1.75rem;  /* 28px */
  --s8:  2rem;     /* 32px */
  --s10: 2.5rem;   /* 40px */
  --s12: 3rem;     /* 48px */
  --s14: 3.5rem;   /* 56px */
  --s16: 4rem;     /* 64px */
  --s20: 5rem;     /* 80px */
  --s24: 6rem;     /* 96px */

  /* Radii */
  --r-sm:   0.375rem;
  --r-md:   0.75rem;
  --r-lg:   1rem;
  --r-xl:   1.5rem;
  --r-full: 9999px;

  /* Shadows */
  --sh-xs: 0 1px 2px rgba(0,0,0,.06);
  --sh-sm: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.05);
  --sh-md: 0 4px 6px -1px rgba(0,0,0,.08), 0 2px 4px -1px rgba(0,0,0,.05);
  --sh-lg: 0 10px 15px -3px rgba(0,0,0,.08), 0 4px 6px -2px rgba(0,0,0,.04);
  --sh-xl: 0 20px 25px -5px rgba(0,0,0,.08), 0 10px 10px -5px rgba(0,0,0,.03);

  /* Motion */
  --ease:   cubic-bezier(0.16, 1, 0.3, 1);
  --t-fast: 150ms ease;
  --t-base: 220ms ease;
  --t-slow: 380ms var(--ease);

  /* Layout */
  --max-w: 1200px;
  --nav-h: 110px;
}

/* ── 2. Reset + base ──────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-b);
  color: var(--gray-900);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, svg { display: block; max-width: 100%; }
a { color: var(--interactive); text-decoration: none; transition: color var(--t-fast); }
a:hover { color: var(--interactive-h); }
ul, ol { list-style: none; }
button, input, select, textarea { font-family: inherit; font-size: inherit; }
table { border-collapse: collapse; width: 100%; }

/* ── 3. Accessibility ─────────────────────────────────────── */
.skip-link {
  position: absolute;
  top: -100%;
  left: var(--s4);
  z-index: 9999;
  background: var(--brand);
  color: var(--white);
  padding: var(--s3) var(--s6);
  border-radius: var(--r-md);
  font-family: var(--font-h);
  font-weight: 300;
  font-weight: 700;
  font-size: var(--tx-sm, .875rem);
  text-decoration: none;
  transition: top var(--t-fast);
}
.skip-link:focus { top: var(--s4); }

:focus-visible {
  outline: 3px solid var(--interactive);
  outline-offset: 2px;
  border-radius: 2px;
}
.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* ── 4. Layout helpers ────────────────────────────────────── */
.container {
  width: 100%;
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: var(--s6);
}
.section       { padding-block: var(--s20); }
.section--sm   { padding-block: var(--s12); }
.section--alt  { background: var(--gray-50); }
.section--pale { background: var(--accent-pale); }
.section--dark { background: var(--brand-dark); color: var(--white); }

/* ── 5. Typography ────────────────────────────────────────── */
.label-chip {
  display: inline-flex;
  align-items: center;
  gap: var(--s2);
  font-family: var(--font-h);
  font-weight: 300;
  font-size: .6875rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--interactive);
  margin-bottom: var(--s3);
}
.label-chip--inv { color: var(--accent-mid); }

.section-title {
  font-family: var(--font-h);
  font-weight: 300;
  font-size: clamp(1.625rem, 3vw, 2.5rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: var(--brand);
  margin-bottom: var(--s4);
}
.section-title--inv { color: var(--white); }

.section-lead {
  font-size: 1.0625rem;
  color: var(--gray-500);
  max-width: 600px;
  line-height: 1.75;
  margin-bottom: var(--s10);
}

.section-hdr {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--s4);
  margin-bottom: var(--s8);
}
.section-hdr .section-title { margin-bottom: 0; }

/* ── 6. Navigation ────────────────────────────────────────── */
.site-header {
  position: sticky;
  top: 0;
  z-index: 200;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  background: var(--brand);
  transition: box-shadow var(--t-base);
}
.site-header .container { width: 100%; height: 100%; display: flex; align-items: center; }
.site-header.scrolled { box-shadow: 0 4px 24px rgba(10,10,80,.4); }

.nav-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s6);
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: var(--s3);
  text-decoration: none;
  flex-shrink: 0;
}
.nav-brand img { height: 34px; width: auto; }
.nav-brand-name {
  font-family: var(--font-b);
  font-weight: 600;
  font-size: .9375rem;
  color: var(--brand);
  letter-spacing: -.01em;
  line-height: 1.1;
}
.nav-brand-sub {
  display: block;
  font-size: .6875rem;
  font-weight: 400;
  color: var(--gray-400);
  letter-spacing: .04em;
  margin-top: 1px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 2px;
}
.nav-links a {
  font-family: var(--font-b);
  font-size: .8125rem;
  font-weight: 500;
  color: rgba(255,255,255,.75);
  padding: var(--s2) var(--s3);
  border-radius: var(--r-sm);
  white-space: nowrap;
  transition: color var(--t-fast), background var(--t-fast);
}
.nav-links a:hover, .nav-links a.active {
  color: var(--white);
  background: rgba(255,255,255,.12);
}
.nav-cta {
  background: rgba(255,255,255,.18) !important;
  color: var(--white) !important;
  border: 1.5px solid rgba(255,255,255,.4) !important;
  padding: var(--s2) var(--s5) !important;
  border-radius: var(--r-full) !important;
  font-family: var(--font-b) !important;
  font-size: .8125rem !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  transition: background var(--t-fast), border-color var(--t-fast) !important;
}
.nav-cta:hover {
  background: rgba(255,255,255,.28) !important;
  border-color: rgba(255,255,255,.7) !important;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  padding: var(--s2);
  background: none;
  border: none;
  cursor: pointer;
  border-radius: var(--r-sm);
}
.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: transform var(--t-base), opacity var(--t-base);
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }

/* ── 7. Alert bar ─────────────────────────────────────────── */
.alert-bar {
  background: var(--warn-bg);
  border-bottom: 2px solid var(--warn-bd);
  padding: var(--s3) 0;
}
.alert-bar-inner {
  display: flex;
  align-items: flex-start;
  gap: var(--s3);
  font-size: .875rem;
  flex-wrap: wrap;
}
.alert-bar-icon {
  color: var(--warn);
  flex-shrink: 0;
  margin-top: 2px;
}
.alert-bar-badge {
  background: var(--warn);
  color: var(--white);
  font-size: .6875rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 2px var(--s3);
  border-radius: var(--r-full);
  white-space: nowrap;
  flex-shrink: 0;
  margin-top: 1px;
}
.alert-bar-text { color: var(--warn-txt); flex: 1; line-height: 1.5; }
.alert-bar a { color: var(--warn); font-weight: 700; text-decoration: underline; }

/* ── 8. Hero ──────────────────────────────────────────────── */
.hero {
  position: relative;
  background: var(--brand-dark);
  color: var(--white);
  overflow: hidden;
  padding-block: calc(var(--s24) + var(--s4)) var(--s20);
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 20% 50%, rgba(45,45,168,.35) 0%, transparent 60%),
              radial-gradient(ellipse at 80% 20%, rgba(14,14,80,.5) 0%, transparent 50%);
  pointer-events: none;
}
.hero-vein {
  position: absolute;
  inset: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.hero-content {
  position: relative;
  z-index: 1;
  max-width: 860px;
}

.hero-live {
  display: inline-flex;
  align-items: center;
  gap: var(--s2);
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  backdrop-filter: blur(8px);
  border-radius: var(--r-full);
  padding: var(--s1) var(--s4);
  font-size: .6875rem;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
  margin-bottom: var(--s6);
}
.hero-live-dot {
  width: 7px;
  height: 7px;
  background: #4ADE80;
  border-radius: 50%;
  flex-shrink: 0;
  animation: pulse-dot 2.2s ease-in-out infinite;
}
@keyframes pulse-dot {
  0%,100% { opacity: 1; transform: scale(1); box-shadow: 0 0 0 0 rgba(74,222,128,.4); }
  50%      { opacity: .7; transform: scale(.85); box-shadow: 0 0 0 4px rgba(74,222,128,0); }
}

.hero-h1 {
  font-family: var(--font-h);
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  font-weight: 250;
  line-height: 1.12;
  letter-spacing: -.025em;
  margin-bottom: var(--s6);
}
.hero-h1 em { font-style: normal; color: #93C5FD; }

.hero-summary {
  font-size: clamp(.9375rem, 1.6vw, 1.0625rem);
  line-height: 1.8;
  color: rgba(255,255,255,.78);
  max-width: 720px;
  margin-bottom: var(--s10);
}
.hero-summary strong { color: rgba(255,255,255,.95); font-weight: 600; }

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s4);
  margin-bottom: var(--s12);
}

/* Stat bar */
.hero-stats {
  display: flex;
  flex-wrap: wrap;
  background: rgba(255,255,255,.07);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: var(--r-lg);
  overflow: hidden;
}
.hero-stat {
  flex: 1;
  min-width: 140px;
  padding: var(--s5) var(--s6);
  border-right: 1px solid rgba(255,255,255,.1);
}
.hero-stat:last-child { border-right: none; }
.hero-stat-lbl {
  font-size: .6875rem;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: rgba(255,255,255,.42);
  margin-bottom: var(--s1);
}
.hero-stat-val {
  font-family: var(--font-h);
  font-weight: 300;
  font-size: .9375rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1.3;
}

/* ── 9. Buttons ───────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: var(--s2);
  font-family: var(--font-h);
  font-weight: 300;
  font-size: .8125rem;
  font-weight: 700;
  padding: 0.6875rem var(--s6);
  border-radius: var(--r-full);
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  transition: background var(--t-fast), color var(--t-fast),
              border-color var(--t-fast), box-shadow var(--t-fast),
              transform var(--t-fast);
  touch-action: manipulation;
}
.btn:hover  { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }

.btn-primary {
  background: var(--interactive);
  color: var(--white);
  border-color: var(--interactive);
}
.btn-primary:hover {
  background: var(--interactive-h);
  border-color: var(--interactive-h);
  color: var(--white);
  box-shadow: 0 4px 14px rgba(37,99,235,.38);
}
.btn-ghost-light {
  background: transparent;
  color: var(--white);
  border-color: rgba(255,255,255,.36);
}
.btn-ghost-light:hover {
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.65);
  color: var(--white);
}
.btn-outline {
  background: transparent;
  color: var(--brand);
  border-color: var(--brand);
}
.btn-outline:hover {
  background: var(--brand);
  color: var(--white);
}
.btn-sm {
  font-size: .75rem;
  padding: var(--s1) var(--s4);
}
.btn svg { flex-shrink: 0; }

/* ── 10. Inline alerts ────────────────────────────────────── */
.inl-alert {
  display: flex;
  gap: var(--s4);
  align-items: flex-start;
  border-radius: var(--r-md);
  padding: var(--s4) var(--s5);
}
.inl-alert--warn {
  background: var(--warn-bg);
  border: 1px solid var(--warn-bd);
  color: var(--warn-txt);
}
.inl-alert--info {
  background: var(--info-bg);
  border: 1px solid var(--info-bd);
  color: var(--info-txt);
}
.inl-alert-icon { flex-shrink: 0; margin-top: 1px; }
.inl-alert-body { flex: 1; }
.inl-alert-title {
  font-family: var(--font-h);
  font-weight: 300;
  font-weight: 700;
  font-size: .875rem;
  margin-bottom: var(--s1);
}
.inl-alert-text { font-size: .875rem; line-height: 1.65; }
.inl-alert-text a { font-weight: 700; }

/* ── 11. Product cards ────────────────────────────────────── */
.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--s6);
}
.product-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--r-xl);
  padding: var(--s8) var(--s6);
  box-shadow: var(--sh-sm);
  position: relative;
  overflow: hidden;
  transition: box-shadow var(--t-base), transform var(--t-base);
}
.product-card::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--brand), var(--brand-light));
  border-radius: var(--r-xl) var(--r-xl) 0 0;
}
.product-card:hover { box-shadow: var(--sh-xl); transform: translateY(-4px); }
.product-card-icon {
  width: 48px;
  height: 48px;
  border-radius: var(--r-md);
  background: var(--accent-pale);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--s5);
  color: var(--brand);
}
.product-card-name {
  font-family: var(--font-h);
  font-weight: 300;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--brand);
  margin-bottom: var(--s2);
}
.product-card-cpt {
  font-size: .75rem;
  font-weight: 700;
  color: var(--interactive);
  background: var(--accent-pale);
  padding: 2px 8px;
  border-radius: var(--r-full);
  display: inline-block;
  margin-bottom: var(--s4);
  letter-spacing: .03em;
}
.product-card-desc { font-size: .9375rem; color: var(--gray-500); line-height: 1.7; }

/* ── 12. Market stats ─────────────────────────────────────── */
.market-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
  gap: var(--s4);
  margin-bottom: var(--s8);
}
.market-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-top: 3px solid var(--brand);
  border-radius: var(--r-lg);
  padding: var(--s6) var(--s5);
  text-align: center;
  box-shadow: var(--sh-xs);
  transition: box-shadow var(--t-base), transform var(--t-base);
}
.market-card:hover { box-shadow: var(--sh-lg); transform: translateY(-3px); }
.market-card-val {
  font-family: var(--font-h);
  font-weight: 300;
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 800;
  color: var(--brand);
  line-height: 1;
  margin-bottom: var(--s2);
  letter-spacing: -.02em;
}
.market-card-lbl { font-size: .875rem; color: var(--gray-500); line-height: 1.45; }

.source-note {
  font-size: .8125rem;
  color: var(--gray-400);
  line-height: 1.7;
  padding: var(--s4) var(--s5);
  background: var(--gray-50);
  border-radius: var(--r-md);
  border-left: 3px solid var(--accent-mid);
}

/* ── 13. Stock widget ─────────────────────────────────────── */
.stock-layout {
  display: flex;
  flex-direction: column;
  gap: var(--s6);
}
.stock-key-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: var(--s4);
}
.stock-chip {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--r-lg);
  padding: var(--s3) var(--s4);
  display: flex;
  flex-direction: column;
  gap: 2px;
  box-shadow: var(--sh-sm);
}
.stock-chip-label {
  font-size: .6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--gray-500);
}
.stock-chip-value {
  font-size: .9375rem;
  font-weight: 600;
  color: var(--gray-900);
}
.stock-chart-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--sh-md);
}
.stock-chart-notice {
  padding: var(--s3) var(--s5);
  font-size: .8125rem;
  color: var(--warn-txt);
  background: var(--warn-bg);
  border-top: 1px solid var(--warn-bd);
  display: flex;
  align-items: center;
  gap: var(--s2);
}

.key-data {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--sh-md);
}
.key-data-head {
  background: var(--brand);
  color: var(--white);
  padding: var(--s4) var(--s5);
  display: flex;
  align-items: center;
  gap: var(--s3);
}
.key-data-head h3 {
  font-family: var(--font-h);
  font-weight: 300;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.key-data-rows { padding: var(--s2) 0; }
.key-data-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .875rem var(--s5);
  border-bottom: 1px solid var(--gray-100);
  gap: var(--s4);
}
.key-data-row:last-child { border-bottom: none; }
.kdl {
  font-size: .6875rem;
  font-weight: 700;
  color: var(--gray-400);
  text-transform: uppercase;
  letter-spacing: .07em;
}
.kdv {
  font-family: var(--font-h);
  font-weight: 300;
  font-size: .8125rem;
  font-weight: 700;
  color: var(--gray-900);
  text-align: right;
}
.kdv.verify {
  font-family: var(--font-b);
  font-weight: 500;
  font-style: italic;
  color: var(--warn);
  font-size: .75rem;
}
.key-data-foot {
  padding: var(--s3) var(--s5);
  font-size: .75rem;
  color: var(--gray-400);
  background: var(--gray-50);
  border-top: 1px solid var(--gray-100);
  line-height: 1.6;
}

/* ── 14. Reports table ────────────────────────────────────── */
.table-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--r-xl);
  overflow: hidden;
  overflow-x: auto;
  box-shadow: var(--sh-sm);
}
.rpt-table th,
.rpt-table td {
  padding: var(--s4) var(--s5);
  text-align: left;
}
.rpt-table thead {
  background: var(--gray-50);
  border-bottom: 2px solid var(--gray-200);
}
.rpt-table th {
  font-family: var(--font-h);
  font-weight: 300;
  font-size: .6875rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--gray-400);
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
  transition: color var(--t-fast);
}
.rpt-table th:hover { color: var(--brand); }
.sort-arrow { margin-left: 4px; opacity: .3; }
.sort-asc  .sort-arrow::after { content: " ↑"; opacity: 1; }
.sort-desc .sort-arrow::after { content: " ↓"; opacity: 1; }
.rpt-table tbody tr {
  border-bottom: 1px solid var(--gray-100);
  transition: background var(--t-fast);
}
.rpt-table tbody tr:last-child { border-bottom: none; }
.rpt-table tbody tr:hover { background: var(--gray-50); }
.rpt-table td {
  font-size: .875rem;
  vertical-align: middle;
  color: var(--gray-700);
}
.rpt-table td:first-child { font-weight: 600; color: var(--gray-900); white-space: normal; }
.rpt-table td a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: .8125rem;
  font-weight: 700;
  color: var(--interactive);
  white-space: nowrap;
}
.rpt-table td a:hover { color: var(--interactive-h); }

.doc-chip {
  display: inline-block;
  font-size: .6875rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: var(--r-sm);
  background: var(--accent-pale);
  color: var(--brand);
  white-space: nowrap;
}

.sedar-strip {
  display: flex;
  align-items: center;
  gap: var(--s5);
  background: var(--gray-50);
  border: 1px solid var(--gray-200);
  border-radius: var(--r-xl);
  padding: var(--s5) var(--s6);
  margin-top: var(--s5);
  margin-bottom: var(--s8);
}
.sedar-strip-icon {
  width: 48px;
  height: 48px;
  border-radius: var(--r-md);
  background: var(--accent-pale);
  color: var(--brand);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.sedar-strip-body { flex: 1; }
.sedar-strip-title {
  font-family: var(--font-h);
  font-weight: 300;
  font-weight: 700;
  font-size: .9375rem;
  margin-bottom: var(--s1);
  color: var(--gray-900);
}
.sedar-strip-text { font-size: .875rem; color: var(--gray-500); line-height: 1.6; }

/* ── 15. News cards ───────────────────────────────────────── */
.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s2);
  margin-bottom: var(--s6);
}
.filter-btn {
  display: inline-flex;
  align-items: center;
  gap: var(--s1);
  background: var(--gray-100);
  color: var(--gray-500);
  border: 1px solid var(--gray-200);
  border-radius: var(--r-full);
  font-family: var(--font-h);
  font-weight: 300;
  font-size: .6875rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: var(--s1) var(--s4);
  cursor: pointer;
  transition: background var(--t-fast), color var(--t-fast), border-color var(--t-fast);
  touch-action: manipulation;
}
.filter-btn:hover, .filter-btn.active {
  background: var(--brand);
  color: var(--white);
  border-color: var(--brand);
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: var(--s6);
}
.news-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--r-xl);
  padding: var(--s6);
  box-shadow: var(--sh-xs);
  display: flex;
  flex-direction: column;
  gap: var(--s3);
  position: relative;
  overflow: hidden;
  transition: box-shadow var(--t-base), transform var(--t-base);
}
.news-card::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: var(--cat-corp);
  border-radius: var(--r-xl) 0 0 var(--r-xl);
}
.news-card[data-categories*="reg"]::before  { background: var(--cat-reg);  }
.news-card[data-categories*="com"]::before  { background: var(--cat-com);  }
.news-card[data-categories*="fin"]::before  { background: var(--cat-fin);  }
.news-card[data-categories*="corp"]::before { background: var(--cat-corp); }
.news-card:hover { box-shadow: var(--sh-lg); transform: translateY(-2px); }
.news-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--s2);
  padding-left: var(--s3);
}
.news-card-date {
  font-size: .75rem;
  color: var(--gray-400);
  font-weight: 600;
}
.news-card-title {
  font-family: var(--font-h);
  font-weight: 300;
  font-size: .9375rem;
  font-weight: 700;
  color: var(--gray-900);
  line-height: 1.4;
  padding-left: var(--s3);
}
.news-card-title a { color: inherit; }
.news-card-title a:hover { color: var(--interactive); }
.news-card-summary {
  font-size: .875rem;
  color: var(--gray-500);
  line-height: 1.65;
  flex: 1;
  padding-left: var(--s3);
}
.news-card-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--s2);
  margin-top: auto;
  padding-top: var(--s3);
  padding-left: var(--s3);
  border-top: 1px solid var(--gray-100);
}
.pill-row { display: flex; gap: var(--s2); flex-wrap: wrap; }

/* Category pills */
.pill {
  font-size: .6875rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: var(--r-full);
  color: var(--white);
}
.pill-reg  { background: var(--cat-reg);  }
.pill-com  { background: var(--cat-com);  }
.pill-fin  { background: var(--cat-fin);  }
.pill-corp { background: var(--cat-corp); }

/* ── 16. People / Governance cards ───────────────────────── */
.people-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: var(--s5);
}
.person-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--r-xl);
  padding: var(--s6);
  box-shadow: var(--sh-xs);
  transition: box-shadow var(--t-base);
}
.person-card:hover { box-shadow: var(--sh-lg); }
.person-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent-pale), var(--accent-mid));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-h);
  font-weight: 300;
  font-size: 1.25rem;
  flex-shrink: 0;
  overflow: hidden;
}
.person-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.person-avatar--photo {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  font-weight: 800;
  color: var(--brand);
  margin-bottom: var(--s4);
}
.person-name {
  font-family: var(--font-h);
  font-weight: 300;
  font-size: .9375rem;
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: var(--s1);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--s2);
}
.person-title {
  font-size: .6875rem;
  font-weight: 700;
  color: var(--interactive);
  text-transform: uppercase;
  letter-spacing: .07em;
  margin-bottom: var(--s3);
}
.person-bio { font-size: .875rem; color: var(--gray-500); line-height: 1.65; }
.verify-tag {
  font-size: .625rem;
  font-weight: 700;
  background: var(--warn-bg);
  border: 1px solid var(--warn-bd);
  color: var(--warn);
  padding: 1px 5px;
  border-radius: var(--r-full);
}

.gov-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: var(--s5);
}
.gov-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-top: 3px solid var(--brand);
  border-radius: var(--r-lg);
  padding: var(--s6);
  box-shadow: var(--sh-xs);
}
.gov-card-title {
  font-family: var(--font-h);
  font-weight: 300;
  font-size: 1rem;
  font-weight: 700;
  color: var(--brand);
  margin-bottom: var(--s4);
}
.gov-card ul { display: flex; flex-direction: column; gap: var(--s2); }
.gov-card li {
  font-size: .875rem;
  padding-left: var(--s5);
  position: relative;
  color: var(--gray-700);
  line-height: 1.5;
}
.gov-card li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand);
  opacity: .5;
}

/* ── 17. Contact / Form ───────────────────────────────────── */
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--s12);
  align-items: start;
}
.contact-item {
  display: flex;
  gap: var(--s4);
  align-items: flex-start;
  margin-bottom: var(--s6);
}
.contact-icon-wrap {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: var(--r-md);
  background: var(--accent-pale);
  color: var(--brand);
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-lbl {
  font-family: var(--font-h);
  font-weight: 300;
  font-size: .6875rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--gray-400);
  margin-bottom: 2px;
}
.contact-val { font-size: .9375rem; color: var(--gray-900); line-height: 1.55; }
.contact-val a { color: var(--interactive); }

.form-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--r-xl);
  padding: var(--s8);
  box-shadow: var(--sh-lg);
}
.form-card-title {
  font-family: var(--font-h);
  font-weight: 300;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--brand);
  margin-bottom: var(--s2);
}
.form-card-sub { font-size: .875rem; color: var(--gray-500); margin-bottom: var(--s6); line-height: 1.65; }

.form-group { margin-bottom: var(--s4); }
.form-lbl {
  display: block;
  font-size: .875rem;
  font-weight: 600;
  color: var(--gray-700);
  margin-bottom: var(--s2);
}
.form-lbl .req { color: var(--danger); }
.form-input {
  width: 100%;
  padding: .6875rem var(--s4);
  border: 1px solid var(--gray-200);
  border-radius: var(--r-md);
  font-size: .9375rem;
  color: var(--gray-900);
  background: var(--white);
  min-height: 44px;
  transition: border-color var(--t-fast), box-shadow var(--t-fast);
}
.form-input:focus {
  outline: none;
  border-color: var(--interactive);
  box-shadow: 0 0 0 3px rgba(37,99,235,.1);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s4); }

.social-row { display: flex; gap: var(--s3); flex-wrap: wrap; }
.social-btn {
  display: inline-flex;
  align-items: center;
  gap: var(--s2);
  font-size: .8125rem;
  font-weight: 600;
  color: var(--brand);
  background: var(--accent-pale);
  border: 1px solid var(--accent-mid);
  border-radius: var(--r-full);
  padding: var(--s2) var(--s4);
  text-decoration: none;
  transition: background var(--t-fast), color var(--t-fast), border-color var(--t-fast);
}
.social-btn:hover {
  background: var(--brand);
  color: var(--white);
  border-color: var(--brand);
}

/* ── 18. Footer ───────────────────────────────────────────── */
.site-footer {
  background: var(--brand-dark);
  color: rgba(255,255,255,.65);
  padding-block: var(--s16) var(--s8);
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: var(--s10);
  margin-bottom: var(--s10);
}
.footer-brand-name {
  font-family: var(--font-h);
  font-weight: 300;
  font-weight: 800;
  font-size: 1rem;
  color: var(--white);
  letter-spacing: -.01em;
}
.footer-tagline {
  font-size: .875rem;
  line-height: 1.7;
  color: rgba(255,255,255,.5);
  margin-block: var(--s3) var(--s5);
  max-width: 280px;
}
.footer-ticker-badge {
  display: inline-block;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--r-sm);
  padding: var(--s2) var(--s4);
  font-family: var(--font-h);
  font-weight: 300;
  font-size: .6875rem;
  font-weight: 700;
  letter-spacing: .12em;
  color: #93C5FD;
}
.footer-col-lbl {
  font-family: var(--font-h);
  font-weight: 300;
  font-size: .6875rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.3);
  margin-bottom: var(--s4);
}
.footer-links { display: flex; flex-direction: column; gap: var(--s3); }
.footer-links a {
  font-size: .875rem;
  color: rgba(255,255,255,.55);
  transition: color var(--t-fast);
}
.footer-links a:hover { color: var(--white); }

.footer-hr { border: none; border-top: 1px solid rgba(255,255,255,.08); margin-bottom: var(--s6); }

.tsxv-note {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--r-md);
  padding: var(--s3) var(--s5);
  font-size: .8125rem;
  color: rgba(255,255,255,.38);
  margin-bottom: var(--s4);
  line-height: 1.6;
}
.fwd-stmt {
  font-size: .8125rem;
  line-height: 1.8;
  color: rgba(255,255,255,.3);
  max-width: 960px;
  margin-bottom: var(--s6);
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--s4);
}
.footer-copy { font-size: .8125rem; color: rgba(255,255,255,.3); }
.footer-legal { display: flex; gap: var(--s4); flex-wrap: wrap; }
.footer-legal a { font-size: .8125rem; color: rgba(255,255,255,.3); }
.footer-legal a:hover { color: rgba(255,255,255,.6); }

/* ── 19. Page hero (inner pages) ──────────────────────────── */
.page-hero {
  background: linear-gradient(135deg, var(--brand-dark) 0%, var(--brand) 100%);
  color: var(--white);
  padding: var(--s16) 0 var(--s12);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.page-hero-label {
  display: inline-flex;
  align-items: center;
  gap: var(--s2);
  font-size: .6875rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.55);
  margin-bottom: var(--s4);
}
.page-hero h1 {
  font-family: var(--font-h);
  font-weight: 300;
  font-size: clamp(1.875rem, 3.5vw, 2.75rem);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -.025em;
  margin-bottom: var(--s4);
}
.page-hero p {
  font-size: 1.0625rem;
  color: rgba(255,255,255,.72);
  max-width: 620px;
  line-height: 1.75;
}

/* ── 20. Utilities ────────────────────────────────────────── */
.mt-4  { margin-top: var(--s4); }
.mt-5  { margin-top: var(--s5); }
.mt-6  { margin-top: var(--s6); }
.mt-8  { margin-top: var(--s8); }
.mt-12 { margin-top: var(--s12); }
.mb-4  { margin-bottom: var(--s4); }
.mb-6  { margin-bottom: var(--s6); }
.mb-8  { margin-bottom: var(--s8); }
.text-center { text-align: center; }
.icon { flex-shrink: 0; }

/* ── 21. Responsive ───────────────────────────────────────── */
@media (max-width: 1024px) {
  .stock-layout { grid-template-columns: 1fr; }
  .key-data { max-width: 480px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: var(--s8); }
}

@media (max-width: 768px) {
  :root { --nav-h: 60px; }

  .nav-links {
    display: none;
    flex-direction: column;
    align-items: stretch;
    position: absolute;
    top: var(--nav-h);
    left: 0; right: 0;
    background: var(--brand);
    border-bottom: 1px solid rgba(255,255,255,.12);
    padding: var(--s4);
    box-shadow: var(--sh-lg);
    z-index: 199;
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: var(--s3) var(--s4); border-radius: var(--r-sm); }
  .nav-toggle { display: flex; }
  .site-header { position: sticky; }

  .hero { padding-block: var(--s16) var(--s12); }
  .hero-stats { flex-direction: column; }
  .hero-stat { border-right: none; border-bottom: 1px solid rgba(255,255,255,.1); }
  .hero-stat:last-child { border-bottom: none; }

  .product-grid { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: var(--s8); }
  .footer-tagline { max-width: 100%; }
  .section { padding-block: var(--s12); }
  .market-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
  .container { padding-inline: var(--s4); }
  .market-grid { grid-template-columns: repeat(2, 1fr); }
  .news-grid, .people-grid { grid-template-columns: 1fr; }
  .hero-ctas { flex-direction: column; }
  .hero-ctas .btn { width: 100%; justify-content: center; }
  .sedar-strip { flex-direction: column; gap: var(--s3); }
}

/* ── 22. Filter bar ───────────────────────────────────────── */
.filter-bar {
  display: flex;
  align-items: center;
  gap: var(--s3);
  flex-wrap: wrap;
  margin-top: var(--s8);
  margin-bottom: var(--s6);
}
.filter-label {
  font-size: .8125rem;
  font-weight: 600;
  color: var(--gray-500);
  text-transform: uppercase;
  letter-spacing: .06em;
}
.filter-pills { display: flex; flex-wrap: wrap; gap: var(--s2); }
.filter-pill {
  padding: var(--s1) var(--s3);
  border-radius: var(--r-full);
  border: 1.5px solid var(--gray-200);
  background: var(--white);
  color: var(--gray-700);
  font-size: .8125rem;
  font-weight: 500;
  font-family: var(--font-b);
  cursor: pointer;
  transition: border-color .15s, background .15s, color .15s;
}
.filter-pill:hover { border-color: var(--brand); color: var(--brand); }
.filter-pill.active {
  background: var(--brand);
  border-color: var(--brand);
  color: var(--white);
}

/* ── 23. Empty state ──────────────────────────────────────── */
.empty-state {
  text-align: center;
  padding: var(--s12) var(--s6);
  color: var(--gray-500);
}
.empty-state svg { margin: 0 auto var(--s3); display: block; opacity: .4; }
.empty-state p { font-size: 1rem; }
.link-btn {
  background: none;
  border: none;
  color: var(--interactive);
  cursor: pointer;
  font: inherit;
  text-decoration: underline;
  padding: 0;
}

/* ── 24. Person cards ─────────────────────────────────────── */
.person-avatar--board {
  background: var(--accent-pale);
  border-color: var(--accent-border);
  color: var(--brand-light);
}
.person-name { font-family: var(--font-h); font-weight: 700; font-size: 1rem; color: var(--gray-900); margin-bottom: var(--s1); }
.person-title { font-size: .8125rem; font-weight: 600; color: var(--brand); margin-bottom: var(--s2); }
.person-bio { font-size: .875rem; color: var(--gray-500); line-height: 1.6; margin-bottom: var(--s3); }
.person-link {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: .8125rem; font-weight: 600;
  color: var(--interactive); text-decoration: none;
}
.person-link:hover { text-decoration: underline; }

/* ── 25. Gov card extras ──────────────────────────────────── */
.gov-card-icon {
  width: 40px; height: 40px;
  border-radius: var(--r-md);
  background: var(--accent-pale);
  color: var(--brand);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: var(--s3);
  flex-shrink: 0;
}
.gov-card-body { font-size: .875rem; color: var(--gray-500); line-height: 1.6; flex: 1; }
.mt-auto { margin-top: auto; }

/* ── 26. Contact page ─────────────────────────────────────── */
.contact-cards {
  display: flex;
  flex-direction: column;
  gap: var(--s4);
}
.contact-card {
  display: flex;
  gap: var(--s4);
  align-items: flex-start;
  background: var(--white);
  border: 1.5px solid var(--gray-200);
  border-radius: var(--r-lg);
  padding: var(--s5);
  transition: border-color .2s, box-shadow .2s;
}
.contact-card:hover { border-color: var(--accent-border); box-shadow: var(--sh-sm); }
.contact-card-icon {
  width: 44px; height: 44px;
  border-radius: var(--r-md);
  background: var(--accent-pale);
  color: var(--brand);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.contact-card-lbl { font-size: .8125rem; font-weight: 600; color: var(--gray-500); text-transform: uppercase; letter-spacing: .05em; margin-bottom: var(--s1); }
.contact-card-val { font-size: 1rem; font-weight: 600; color: var(--gray-900); margin-bottom: 2px; }
.contact-card-note { font-size: .8125rem; color: var(--gray-500); }
.contact-link { color: var(--interactive); text-decoration: none; }
.contact-link:hover { text-decoration: underline; }

/* ── 27. Alert form card ──────────────────────────────────── */
.alert-form-card {
  background: var(--white);
  border: 1.5px solid var(--gray-200);
  border-radius: var(--r-xl);
  padding: var(--s7);
  box-shadow: var(--sh-sm);
}
.alert-form-hdr { display: flex; gap: var(--s4); align-items: flex-start; margin-bottom: var(--s6); }
.alert-form-icon {
  width: 44px; height: 44px; border-radius: var(--r-md);
  background: var(--accent-pale); color: var(--brand);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; margin-top: 2px;
}
.alert-form-title { font-family: var(--font-h); font-weight: 700; font-size: 1.1rem; color: var(--gray-900); margin-bottom: var(--s1); }
.alert-form-sub { font-size: .875rem; color: var(--gray-500); }

.alert-form { display: flex; flex-direction: column; gap: var(--s5); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s4); }
.form-field { display: flex; flex-direction: column; gap: var(--s1); }
.form-label { font-size: .875rem; font-weight: 600; color: var(--gray-700); }
.req { color: var(--danger); }
.form-input {
  border: 1.5px solid var(--gray-200);
  border-radius: var(--r-md);
  padding: .6875rem var(--s3);
  font-size: .9375rem;
  font-family: var(--font-b);
  color: var(--gray-900);
  background: var(--white);
  transition: border-color .15s, box-shadow .15s;
  min-height: 44px;
}
.form-input:focus {
  outline: none;
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(27,27,122,.1);
}
.form-fieldset { border: none; padding: 0; margin: 0; }
.form-fieldset legend { margin-bottom: var(--s3); }
.form-checks { display: flex; flex-direction: column; gap: var(--s2); }
.form-check { display: flex; align-items: flex-start; gap: var(--s2); font-size: .875rem; color: var(--gray-700); cursor: pointer; }
.form-check input[type="checkbox"] { width: 16px; height: 16px; flex-shrink: 0; margin-top: 2px; accent-color: var(--brand); cursor: pointer; }
.form-consent { padding: var(--s4); background: var(--gray-50); border-radius: var(--r-md); border: 1.5px solid var(--gray-200); }
.btn-block { width: 100%; justify-content: center; }
.form-success-msg {
  display: flex; align-items: center; gap: var(--s2);
  padding: var(--s3) var(--s4);
  background: #f0fdf4;
  border: 1.5px solid #bbf7d0;
  border-radius: var(--r-md);
  color: #166534;
  font-size: .875rem;
  font-weight: 500;
}
.form-disclaimer { font-size: .8125rem; color: var(--gray-400); margin-top: var(--s3); line-height: 1.5; }
.form-error-summary {
  padding: var(--s3) var(--s4);
  background: #fef2f2;
  border: 1.5px solid #fecaca;
  border-radius: var(--r-md);
  color: #991b1b;
  font-size: .875rem;
}
.form-error-summary ul { margin: var(--s1) 0 0 var(--s4); }

/* ── 28. Social strip ─────────────────────────────────────── */
.social-strip {
  display: flex; align-items: center; gap: var(--s4);
  margin-top: var(--s10);
  padding-top: var(--s6);
  border-top: 1px solid var(--gray-200);
}
.social-strip-lbl { font-size: .875rem; font-weight: 600; color: var(--gray-500); }
.social-links { display: flex; gap: var(--s3); }
.social-link {
  display: inline-flex; align-items: center; gap: var(--s2);
  padding: var(--s2) var(--s4);
  border-radius: var(--r-full);
  border: 1.5px solid var(--gray-200);
  color: var(--gray-700);
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  transition: border-color .15s, color .15s, background .15s;
}
.social-link:hover { border-color: var(--brand); color: var(--brand); background: var(--accent-pale); }

/* ── 22. prefers-reduced-motion ───────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* ── 27. IR Homepage redesign ────────────────────────────── */

/* Hero */
.hero-ir {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-block: var(--s20) var(--s16);
}
.hero-ir-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(8,8,60,0.58) 0%, rgba(8,8,60,0.42) 50%, rgba(8,8,60,0.20) 100%);
  pointer-events: none;
}
.hero-ir-container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: var(--s12);
  align-items: center;
}
.hero-ir-left { color: var(--white); }
.hero-ir-h1 {
  font-family: var(--font-h);
  font-weight: 300;
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -.025em;
  margin-bottom: var(--s4);
}
.hero-ir-sub {
  font-size: 1.0625rem;
  line-height: 1.7;
  color: rgba(255,255,255,.78);
  margin-bottom: var(--s8);
}
.btn-hero-outline {
  display: inline-flex;
  align-items: center;
  gap: var(--s2);
  font-family: var(--font-h);
  font-weight: 300;
  font-size: .9375rem;
  font-weight: 600;
  color: var(--white);
  border: 1.5px solid rgba(255,255,255,.55);
  border-radius: var(--r-full);
  padding: .75rem var(--s6);
  text-decoration: none;
  transition: background var(--t-fast), border-color var(--t-fast);
}
.btn-hero-outline:hover { background: rgba(255,255,255,.1); border-color: var(--white); }

/* Hero info card */
.hero-info-card {
  background: var(--white);
  border-radius: var(--r-xl);
  box-shadow: var(--sh-xl);
  overflow: hidden;
  width: 280px;
}
.info-card-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: .875rem var(--s6);
  border-bottom: 1px solid var(--gray-100);
  gap: var(--s4);
}
.info-card-row:last-child { border-bottom: none; }
.info-card-key {
  font-family: var(--font-b);
  font-size: .6875rem;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--gray-400);
}
.info-card-val {
  font-family: var(--font-b);
  font-size: .9375rem;
  font-weight: 700;
  color: var(--gray-900);
  text-align: right;
}

/* Sub-nav */
.ir-subnav {
  background: var(--white);
  border-bottom: 1px solid var(--gray-200);
  position: sticky;
  top: var(--nav-h);
  z-index: 90;
}
.ir-subnav-inner {
  display: flex;
  align-items: center;
  overflow-x: auto;
  scrollbar-width: none;
}
.ir-subnav-inner::-webkit-scrollbar { display: none; }
.ir-subnav-link {
  display: inline-block;
  font-family: var(--font-b);
  font-weight: 500;
  font-size: .8125rem;
  font-weight: 600;
  color: var(--gray-500);
  padding: 1rem var(--s5);
  text-decoration: none;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  transition: color var(--t-fast), border-color var(--t-fast);
}
.ir-subnav-link:hover { color: var(--brand); }
.ir-subnav-link--active { color: var(--brand); border-bottom-color: var(--brand); font-weight: 700; }

/* About + Chart */
.about-chart-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--s12);
  align-items: start;
}
.label-chip-sm {
  display: inline-block;
  font-family: var(--font-h);
  font-weight: 300;
  font-size: .6875rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--interactive);
  margin-bottom: var(--s3);
}
.about-h2 {
  font-family: var(--font-h);
  font-weight: 300;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: var(--s4);
}
.about-body {
  font-size: .9375rem;
  color: var(--gray-500);
  line-height: 1.75;
  margin-bottom: var(--s6);
}
.about-btns { display: flex; gap: var(--s3); flex-wrap: wrap; }
.btn-about-outline {
  display: inline-flex;
  align-items: center;
  gap: var(--s2);
  font-family: var(--font-h);
  font-weight: 300;
  font-size: .875rem;
  font-weight: 600;
  color: var(--gray-700);
  border: 1.5px solid var(--gray-300);
  border-radius: var(--r-full);
  padding: .625rem var(--s5);
  text-decoration: none;
  transition: border-color var(--t-fast), color var(--t-fast);
}
.btn-about-outline:hover { border-color: var(--brand); color: var(--brand); }
.btn-about-primary {
  display: inline-flex;
  align-items: center;
  gap: var(--s2);
  font-family: var(--font-h);
  font-weight: 300;
  font-size: .875rem;
  font-weight: 600;
  color: var(--white);
  background: var(--brand);
  border: 1.5px solid var(--brand);
  border-radius: var(--r-full);
  padding: .625rem var(--s5);
  text-decoration: none;
  transition: background var(--t-fast);
}
.btn-about-primary:hover { background: var(--brand-dark); border-color: var(--brand-dark); }
.chart-col { display: flex; flex-direction: column; gap: var(--s3); }

/* Market stats */
.market-stats-wrap { text-align: center; }
.market-stats-title {
  font-family: var(--font-h);
  font-weight: 300;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: var(--s10);
}
.market-stats-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--s8) var(--s6);
  margin-bottom: var(--s10);
}
.market-stat-big {
  flex: 0 0 calc(33.333% - var(--s6));
  min-width: 180px;
}
.market-stat-big { text-align: center; }
.msb-num {
  font-family: var(--font-h);
  font-weight: 300;
  font-size: clamp(2.25rem, 4vw, 3rem);
  font-weight: 800;
  color: var(--brand);
  line-height: 1;
  margin-bottom: var(--s3);
  letter-spacing: -.02em;
}
.msb-lbl {
  font-size: .9375rem;
  color: var(--gray-500);
  line-height: 1.5;
  max-width: 200px;
  margin-inline: auto;
}
.market-source {
  font-size: .75rem;
  color: var(--gray-400);
  line-height: 1.7;
  max-width: 800px;
  margin-inline: auto;
  border-top: 1px solid var(--gray-200);
  padding-top: var(--s6);
}

/* News list + alerts */
.news-alerts-layout {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: var(--s12);
  align-items: start;
}
.news-list-h2 {
  font-family: var(--font-h);
  font-weight: 300;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: var(--s6);
}
.news-list { display: flex; flex-direction: column; border-top: 1px solid var(--gray-200); }
.news-list-item {
  display: flex;
  align-items: center;
  gap: var(--s4);
  padding: var(--s5) 0;
  border-bottom: 1px solid var(--gray-200);
  text-decoration: none;
  transition: background var(--t-fast);
}
.news-list-item:hover .news-list-title { color: var(--interactive); }
.news-list-item:hover .news-list-arrow { color: var(--interactive); transform: translateX(3px); }
.news-list-body { flex: 1; display: flex; flex-direction: column; gap: 4px; }
.news-list-title {
  font-size: .9375rem;
  font-weight: 600;
  color: var(--gray-900);
  line-height: 1.45;
  transition: color var(--t-fast);
}
.news-list-date { font-size: .8125rem; color: var(--gray-400); }
.news-list-arrow { color: var(--gray-400); flex-shrink: 0; transition: transform var(--t-fast), color var(--t-fast); }
.news-quicklinks {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s4) var(--s6);
  margin-top: var(--s6);
}
.news-quicklinks a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: .875rem;
  font-weight: 600;
  color: var(--gray-500);
  text-decoration: none;
  transition: color var(--t-fast);
}
.news-quicklinks a:hover { color: var(--brand); }

/* Alerts card */
.alerts-card {
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--r-xl);
  padding: var(--s8);
  box-shadow: var(--sh-md);
}
.alerts-card-title {
  font-family: var(--font-h);
  font-weight: 300;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: var(--s2);
}
.alerts-card-sub { font-size: .875rem; color: var(--gray-500); margin-bottom: var(--s6); line-height: 1.6; }
.alerts-form { display: flex; flex-direction: column; gap: var(--s4); }
.alerts-field { display: flex; flex-direction: column; gap: var(--s2); }
.alerts-field label { font-size: .875rem; font-weight: 600; color: var(--gray-700); }
.alerts-field input {
  width: 100%;
  padding: .6875rem var(--s4);
  border: 1px solid var(--gray-200);
  border-radius: var(--r-md);
  font-size: .9375rem;
  color: var(--gray-900);
  background: var(--white);
  min-height: 44px;
  font-family: var(--font-b);
  transition: border-color var(--t-fast), box-shadow var(--t-fast);
}
.alerts-field input:focus {
  outline: none;
  border-color: var(--interactive);
  box-shadow: 0 0 0 3px rgba(37,99,235,.1);
}
.alerts-submit {
  width: 100%;
  padding: .8125rem var(--s6);
  background: var(--brand);
  color: var(--white);
  border: none;
  border-radius: var(--r-full);
  font-family: var(--font-h);
  font-weight: 300;
  font-size: .9375rem;
  font-weight: 700;
  cursor: pointer;
  min-height: 48px;
  transition: background var(--t-fast);
}
.alerts-submit:hover { background: var(--brand-dark); }
.alerts-disclaimer { font-size: .75rem; color: var(--gray-400); line-height: 1.6; margin-top: var(--s3); }

/* Dark footer */
.site-footer-dark {
  background: #000066;
  color: rgba(255,255,255,.65);
  padding-block: var(--s12) var(--s8);
}

/* Footer top: logo+contact | divider | nav columns + social */
.footer-dark-top {
  display: flex;
  gap: 0;
  align-items: flex-start;
  padding-bottom: var(--s10);
}
.nav-brand-logo { display: block; height: 72px; width: auto; object-fit: contain; max-width: 220px; }
.form-status { font-size: .875rem; border-radius: var(--r-sm); padding: var(--s3) var(--s4); margin-bottom: var(--s4); line-height: 1.5; }
.form-status--hidden { display: none !important; }
.form-status--success { background: #ECFDF5; color: #065F46; border: 1px solid #A7F3D0; }
.form-status--error { background: #FEF2F2; color: #991B1B; border: 1px solid #FECACA; }
.field-error { display: block; font-size: .8125rem; color: var(--danger); margin-top: 4px; }
.recaptcha-wrap { margin-block: var(--s2); transform-origin: left top; }
@media (max-width: 360px) { .recaptcha-wrap { transform: scale(0.85); } }

/* ── Alert Sign-Up Modal ──────────────────────────────────── */
.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(10,10,60,.55);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--s4);
  animation: modalFadeIn .2s ease;
}
.modal-backdrop[hidden] { display: none; }
@keyframes modalFadeIn { from { opacity: 0; } to { opacity: 1; } }
.modal-box {
  background: var(--white);
  border-radius: var(--r-xl);
  box-shadow: var(--sh-xl);
  padding: var(--s8);
  width: 100%;
  max-width: 480px;
  position: relative;
  animation: modalSlideUp .25s ease;
  max-height: 90dvh;
  overflow-y: auto;
}
@keyframes modalSlideUp { from { transform: translateY(24px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
.modal-close {
  position: absolute;
  top: var(--s4);
  right: var(--s4);
  background: var(--gray-100);
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--gray-500);
  transition: background var(--t-fast), color var(--t-fast);
}
.modal-close:hover { background: var(--gray-200); color: var(--gray-900); }
.modal-title {
  font-family: var(--font-h);
  font-weight: 300;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--brand);
  margin-bottom: var(--s2);
  padding-right: var(--s8);
}
.modal-sub { font-size: .9rem; color: var(--gray-500); margin-bottom: var(--s5); line-height: 1.6; }

.footer-dark-brand {
  display: flex;
  flex-direction: column;
  gap: var(--s4);
  min-width: 220px;
  padding-right: var(--s8);
  margin-right: var(--s8);
  border-right: 1px solid rgba(255,255,255,.12);
  flex-shrink: 0;
}
.footer-dark-logo-img { display: block; height: 56px; width: auto; object-fit: contain; }
.footer-dark-address {
  display: flex;
  flex-direction: column;
  gap: var(--s2);
  font-size: .8125rem;
  color: rgba(255,255,255,.5);
  line-height: 1.5;
}
.footer-dark-address p { margin: 0; }
.footer-dark-address a { color: rgba(255,255,255,.6); text-decoration: none; transition: color var(--t-fast); }
.footer-dark-address a:hover { color: var(--white); }
.footer-dark-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--s8);
  min-width: 0;
}
.footer-dark-cols {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: var(--s4);
}
.footer-dark-col-title {
  font-family: var(--font-h);
  font-weight: 300;
  font-size: .6875rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.4);
  margin-bottom: var(--s4);
}
.footer-dark-col ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: var(--s3); }
.footer-dark-col ul li a {
  font-size: .875rem;
  color: rgba(255,255,255,.6);
  text-decoration: none;
  transition: color var(--t-fast);
}
.footer-dark-col ul li a:hover { color: var(--white); }

/* Footer divider */
.footer-dark-hr { border: none; border-top: 1px solid rgba(255,255,255,.1); margin-block: 0 var(--s6); }
.footer-dark-social { display: flex; flex-direction: row; align-items: center; gap: var(--s3); flex-wrap: wrap; }
.footer-dark-social-label { font-size: .8125rem; color: rgba(255,255,255,.4); margin-right: var(--s2); white-space: nowrap; }
.footer-dark-social a {
  color: rgba(255,255,255,.6);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.3);
  transition: color var(--t-fast), border-color var(--t-fast), background var(--t-fast);
  flex-shrink: 0;
}
.footer-dark-social a:hover { color: var(--white); border-color: rgba(255,255,255,.7); background: rgba(255,255,255,.08); }

/* Footer legal modal trigger buttons */
.footer-legal-btn {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  font-size: .875rem;
  color: rgba(255,255,255,.5);
  cursor: pointer;
  text-decoration: none;
  transition: color var(--t-fast);
}
.footer-legal-btn:hover { color: var(--white); }

/* Legal document modal (wider than alert modal) */
.modal-box--legal {
  max-width: 760px;
  max-height: 85dvh;
  padding: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
.modal-close--legal {
  position: absolute;
  top: var(--s4);
  right: var(--s4);
  z-index: 10;
  background: var(--white);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  box-shadow: 0 1px 6px rgba(0,0,0,.15);
}
.legal-doc-scroll {
  overflow-y: auto;
  flex: 1;
  padding: var(--s8) var(--s10);
  padding-top: calc(var(--s8) + 28px);
}
.legal-doc-title {
  font-family: var(--font-h);
  font-weight: 300;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--brand);
  margin-bottom: var(--s2);
}
.legal-doc-meta {
  font-size: .8125rem;
  color: var(--gray-500);
  margin-bottom: var(--s6);
  padding-bottom: var(--s4);
  border-bottom: 1px solid var(--gray-200);
}
.legal-doc-body {
  font-size: .9rem;
  line-height: 1.75;
  color: var(--gray-800);
}
.legal-doc-body h3 {
  font-family: var(--font-h);
  font-weight: 300;
  font-size: 1rem;
  font-weight: 700;
  color: var(--gray-900);
  margin: var(--s6) 0 var(--s2);
}
.legal-doc-body p { margin-bottom: var(--s3); }
.legal-doc-body ul { padding-left: var(--s6); margin-bottom: var(--s3); }
.legal-doc-body ul li { margin-bottom: var(--s2); }
.legal-doc-body .legal-caps { text-transform: uppercase; font-size: .8rem; }
.legal-doc-footer {
  margin-top: var(--s6);
  padding-top: var(--s4);
  border-top: 1px solid var(--gray-200);
  display: flex;
  gap: var(--s4);
  align-items: center;
  flex-wrap: wrap;
}
.legal-doc-download {
  display: inline-flex;
  align-items: center;
  gap: var(--s2);
  font-size: .875rem;
  font-weight: 600;
  color: var(--brand);
  text-decoration: none;
  border: 1.5px solid var(--brand);
  border-radius: var(--r-full);
  padding: var(--s2) var(--s5);
  transition: background var(--t-fast), color var(--t-fast);
}
.legal-doc-download:hover { background: var(--brand); color: var(--white); }

/* Footer bottom: legal + copyright */
.footer-dark-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--s4);
  padding-top: var(--s6);
}
.footer-dark-links { display: flex; gap: var(--s5); flex-wrap: wrap; }
.footer-dark-links a { font-size: .875rem; color: rgba(255,255,255,.5); text-decoration: none; transition: color var(--t-fast); }
.footer-dark-links a:hover { color: var(--white); }
.footer-dark-copy { font-size: .875rem; color: rgba(255,255,255,.35); }
.footer-dark-disclaimer { margin-top: var(--s6); font-size: .75rem; color: rgba(255,255,255,.25); line-height: 1.7; }

/* Responsive: IR homepage */
@media (max-width: 1024px) {
  .hero-ir-container { grid-template-columns: 1fr; }
  .hero-ir-right { display: none; }
  .about-chart-layout { grid-template-columns: 1fr; }
  .news-alerts-layout { grid-template-columns: 1fr; }
  .market-stats-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .market-stats-grid { grid-template-columns: 1fr 1fr; }
  .hero-ir { min-height: 400px; padding-block: var(--s16) var(--s12); }
  .footer-dark-ir-row { flex-direction: column; align-items: flex-start; }
}

.people-grid--5col { grid-template-columns: repeat(5, 1fr); }
@media (max-width: 1024px) { .people-grid--5col { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 600px) { .people-grid--5col { grid-template-columns: repeat(2, 1fr); } }

/* ── 28. Page hero background images ─────────────────────── */
.page-hero--dark {
  background: url('../assets/hero-dark.jpg') center center / cover no-repeat;
  position: relative;
}
.page-hero--dark::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(10, 10, 80, 0.45);
  pointer-events: none;
}
.page-hero--dark .container { position: relative; z-index: 1; }
.page-hero--dark .label-chip { color: rgba(255,255,255,0.65); background: rgba(255,255,255,0.12); border-color: rgba(255,255,255,0.2); }
.page-hero--dark .page-hero-title { color: #ffffff; }
.page-hero--dark .page-hero-sub { color: rgba(255,255,255,0.78); }

.page-hero--light {
  background: url('../assets/hero-light.jpg') center center / cover no-repeat;
  position: relative;
}
.page-hero--light::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.35);
  pointer-events: none;
}
.page-hero--light .container { position: relative; z-index: 1; }
.page-hero--light .page-hero-title { color: var(--brand-dark); }
.page-hero--light .page-hero-sub { color: var(--gray-700); }

/* ── 29. Mobile fixes for IR homepage redesign ───────────── */
@media (max-width: 768px) {
  /* Hero */
  .hero-ir { padding-block: var(--s16) var(--s10); min-height: 380px; }
  .hero-ir-h1 { font-size: 2rem; }
  .hero-ir-sub { font-size: .9375rem; margin-bottom: var(--s6); }
  .hero-ir-right { display: none; }

  /* Sub-nav */
  .ir-subnav-link { padding: .75rem var(--s4); font-size: .75rem; }

  /* About + Chart */
  .about-chart-layout { grid-template-columns: 1fr; gap: var(--s8); }
  .about-h2 { font-size: 1.375rem; }

  /* Market stats */
  .market-stats-title { font-size: 1.5rem; margin-bottom: var(--s8); }
  .market-stats-grid { grid-template-columns: repeat(2, 1fr); gap: var(--s6); }
  .msb-num { font-size: 2rem; }
  .msb-lbl { font-size: .875rem; }

  /* News + alerts */
  .news-alerts-layout { grid-template-columns: 1fr; gap: var(--s8); }
  .news-quicklinks { flex-direction: column; gap: var(--s3); }

  /* Dark footer */
  .footer-dark-top { flex-direction: column; gap: var(--s8); }
  .footer-dark-brand { border-right: none; border-bottom: 1px solid rgba(255,255,255,.12); padding-right: 0; margin-right: 0; padding-bottom: var(--s6); }
  .footer-dark-cols { grid-template-columns: repeat(3, 1fr); gap: var(--s5); }
  .footer-dark-bottom { flex-direction: column; align-items: flex-start; gap: var(--s3); }
  .footer-dark-links { flex-wrap: wrap; gap: var(--s3); }

  /* Page heroes */
  .page-hero { padding-block: var(--s12) var(--s10); }
  .page-hero-title { font-size: 1.75rem; }
  .page-hero-sub { font-size: .9375rem; }

  /* People grid */
  .people-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
  /* Market stats: single column on small phones */
  .market-stats-grid { grid-template-columns: 1fr 1fr; }
  .msb-num { font-size: 1.75rem; }

  /* About buttons */
  .about-btns { flex-direction: column; }
  .btn-about-outline, .btn-about-primary { width: 100%; justify-content: center; }

  /* Alerts card padding */
  .alerts-card { padding: var(--s6); }

  /* Footer */
  .footer-dark-cols { grid-template-columns: repeat(2, 1fr); }
  .footer-dark-social { flex-wrap: wrap; }

  /* People grid: 1 col on very small */
  .people-grid { grid-template-columns: 1fr; }
  .people-grid--5col { grid-template-columns: repeat(2, 1fr); }
}


/* ═══════════════════════════════════════════════════════════
   OVERVIEW PAGE — REDESIGNED SECTIONS
   UI/UX Pro Max: Corporate Minimalism · Medical · Finance
   ═══════════════════════════════════════════════════════════ */

/* ── Stats Strip ───────────────────────────────────────────── */
.stats-strip {
  background: linear-gradient(135deg, #000084 0%, #000060 100%);
  padding: var(--s4) 0;
  position: relative;
  overflow: hidden;
}
.stats-strip::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 120%, rgba(71,102,252,.25) 0%, transparent 70%);
  pointer-events: none;
}
.stats-strip-inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  z-index: 1;
}
.stats-strip-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: var(--s3) var(--s4);
  border-right: 1px solid rgba(255,255,255,.1);
  position: relative;
}
.stats-strip-item:last-child { border-right: none; }
.stats-strip-num {
  font-family: var(--font-h);
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  font-weight: 400;
  color: #fff;
  line-height: 1;
  margin-bottom: var(--s2);
  letter-spacing: -.01em;
}
.stats-strip-num::after {
  content: '';
  display: block;
  width: 28px;
  height: 2px;
  background: rgba(71,102,252,.7);
  margin: var(--s2) auto 0;
  border-radius: 2px;
}
.stats-strip-lbl {
  font-family: var(--font-b);
  font-size: .6875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .09em;
  color: rgba(255,255,255,.55);
  line-height: 1.45;
  max-width: 130px;
}

/* count-up animation trigger */
.stats-strip-num[data-target] { transition: none; }

/* ── Why VVT ───────────────────────────────────────────────── */
.why-section {
  background: #f8f9fc;
  padding: var(--s14) 0;
  position: relative;
}
.why-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(0,0,132,.045) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
}
.why-section > .container { position: relative; z-index: 1; }
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--s5);
  margin-top: var(--s8);
}
.why-card {
  background: #fff;
  border: 1px solid #e9ecf5;
  border-radius: var(--r-lg);
  padding: var(--s7) var(--s6);
  display: flex;
  flex-direction: column;
  gap: var(--s2);
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,132,.06), 0 1px 2px rgba(0,0,132,.04);
  transition: box-shadow .25s, transform .25s;
}
.why-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--brand), var(--brand-light));
}
.why-card:hover {
  box-shadow: 0 10px 15px -3px rgba(0,0,132,.08), 0 4px 6px -2px rgba(0,0,132,.05);
  transform: translateY(-4px);
}
.why-card-icon {
  width: 56px; height: 56px;
  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-light) 100%);
  border-radius: var(--r-md);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  margin-bottom: var(--s2);
}
.why-card-icon svg { width: 26px; height: 26px; stroke: #fff; fill: none; stroke-width: 1.8; }
.why-card-title {
  font-family: var(--font-h);
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--gray-900);
  line-height: 1.3;
}
.why-card-body {
  font-family: var(--font-b);
  font-size: .875rem;
  color: var(--gray-700);
  line-height: 1.65;
  flex: 1;
}
.why-card-badge {
  display: inline-flex;
  align-items: center;
  margin-top: var(--s2);
  padding: 5px 12px;
  background: var(--accent-pale);
  color: var(--brand);
  font-family: var(--font-b);
  font-size: .6875rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: var(--r-full);
  align-self: flex-start;
  border: 1px solid var(--accent-border);
}

/* ── Commercial Traction ───────────────────────────────────── */
.traction-section {
  background: linear-gradient(160deg, #000072 0%, #000050 60%, #00003a 100%);
  padding: var(--s14) 0;
  position: relative;
  overflow: hidden;
}
.traction-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 80% 20%, rgba(71,102,252,.18) 0%, transparent 50%),
    radial-gradient(ellipse at 10% 80%, rgba(0,0,132,.3) 0%, transparent 50%);
  pointer-events: none;
}
/* world-map watermark */
.traction-section::after {
  content: '';
  position: absolute;
  right: -5%;
  top: 50%;
  transform: translateY(-50%);
  width: 55%;
  aspect-ratio: 2 / 1;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 900 450'%3E%3Cellipse cx='450' cy='225' rx='430' ry='205' fill='none' stroke='rgba(255,255,255,.04)' stroke-width='1'/%3E%3Cellipse cx='450' cy='225' rx='280' ry='205' fill='none' stroke='rgba(255,255,255,.04)' stroke-width='1'/%3E%3Cellipse cx='450' cy='225' rx='140' ry='205' fill='none' stroke='rgba(255,255,255,.04)' stroke-width='1'/%3E%3Cline x1='20' y1='225' x2='880' y2='225' stroke='rgba(255,255,255,.04)' stroke-width='1'/%3E%3Cline x1='450' y1='20' x2='450' y2='430' stroke='rgba(255,255,255,.04)' stroke-width='1'/%3E%3C/svg%3E") no-repeat center / contain;
  pointer-events: none;
}
.traction-section > .container { position: relative; z-index: 1; }
.traction-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: var(--s8);
  gap: var(--s6);
  flex-wrap: wrap;
}
.traction-header .label-chip-sm { color: rgba(255,255,255,.45); border-color: rgba(255,255,255,.15); }
.traction-h2 {
  font-family: var(--font-h);
  font-size: clamp(1.6rem, 2.8vw, 2.4rem);
  font-weight: 400;
  color: #fff;
  margin-top: var(--s2);
  line-height: 1.15;
}
.traction-sub {
  font-family: var(--font-b);
  font-size: .875rem;
  color: rgba(255,255,255,.55);
  max-width: 380px;
  line-height: 1.65;
  text-align: right;
}
.traction-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s4);
}
.traction-card {
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.1);
  border-top: 2px solid rgba(71,102,252,.5);
  border-radius: var(--r-lg);
  padding: var(--s5) var(--s5) var(--s5);
  display: flex;
  flex-direction: column;
  gap: var(--s2);
  backdrop-filter: blur(4px);
  transition: background .2s, border-color .2s, transform .2s;
}
.traction-card:hover {
  background: rgba(255,255,255,.1);
  border-top-color: rgba(125,211,252,.7);
  transform: translateY(-2px);
}
.traction-card-iso {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px; height: 24px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 4px;
  font-family: var(--font-b);
  font-size: .6875rem;
  font-weight: 800;
  letter-spacing: .08em;
  color: rgba(255,255,255,.75);
  text-transform: uppercase;
  margin-bottom: var(--s1);
  flex-shrink: 0;
  align-self: flex-start;
}
.traction-card-region {
  font-family: var(--font-b);
  font-size: .6875rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.4);
}
.traction-card-title {
  font-family: var(--font-h);
  font-size: 1.0625rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.25;
}
.traction-card-deal {
  font-family: var(--font-b);
  font-size: 1.375rem;
  font-weight: 800;
  color: #7dd3fc;
  margin-top: var(--s2);
  letter-spacing: -.01em;
}
.traction-card-detail {
  font-family: var(--font-b);
  font-size: .8rem;
  color: rgba(255,255,255,.5);
  line-height: 1.55;
  margin-top: var(--s1);
}
.traction-europe {
  margin-top: var(--s5);
  padding: var(--s4) var(--s5);
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--r-lg);
  display: flex;
  align-items: center;
  gap: var(--s5);
  flex-wrap: wrap;
}
.traction-europe-label {
  font-family: var(--font-b);
  font-size: .6875rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.35);
  flex-shrink: 0;
  padding-right: var(--s4);
  border-right: 1px solid rgba(255,255,255,.1);
}
.traction-europe-countries {
  font-family: var(--font-b);
  font-size: .875rem;
  color: rgba(255,255,255,.65);
  line-height: 1.8;
  letter-spacing: .01em;
}

/* ── Clinical Evidence ─────────────────────────────────────── */
.clinical-section {
  background: #fff;
  padding: var(--s14) 0;
  border-top: 1px solid #eaecf5;
}
.clinical-top {
  text-align: center;
  max-width: 640px;
  margin: 0 auto var(--s10);
}
.clinical-h2 {
  font-family: var(--font-h);
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 400;
  color: var(--gray-900);
  line-height: 1.2;
  margin: var(--s3) 0 var(--s4);
}
.clinical-desc {
  font-family: var(--font-b);
  font-size: .9375rem;
  color: var(--gray-600);
  line-height: 1.7;
  margin-bottom: var(--s3);
}
.clinical-source {
  font-family: var(--font-b);
  font-size: .75rem;
  color: var(--gray-400);
  font-style: italic;
}
.clinical-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s5);
}
.clinical-stat {
  background: #f8f9fc;
  border: 1px solid #eaecf5;
  border-top: 3px solid var(--brand);
  border-radius: var(--r-lg);
  padding: var(--s8) var(--s6);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--s3);
  transition: box-shadow .2s, transform .2s;
}
.clinical-stat:hover {
  box-shadow: 0 8px 32px rgba(0,0,132,.1);
  transform: translateY(-3px);
}
.clinical-stat:nth-child(2) { border-top-color: #4766fc; }
.clinical-stat:nth-child(3) { border-top-color: #22c55e; }
.clinical-stat-num {
  font-family: var(--font-h);
  font-size: clamp(2.4rem, 4vw, 3.5rem);
  font-weight: 400;
  color: var(--brand);
  line-height: 1;
  letter-spacing: -.02em;
}
.clinical-stat:nth-child(2) .clinical-stat-num { color: #4766fc; }
.clinical-stat:nth-child(3) .clinical-stat-num { color: #16a34a; }
.clinical-stat-lbl {
  font-family: var(--font-b);
  font-size: .875rem;
  font-weight: 600;
  color: var(--gray-800);
  line-height: 1.35;
}
.clinical-stat-note {
  font-family: var(--font-b);
  font-size: .7rem;
  color: var(--gray-400);
  font-style: italic;
}

/* ── Testimonials ──────────────────────────────────────────── */
.testimonials-section {
  padding: var(--s14) 0;
  background: linear-gradient(180deg, #f4f5fb 0%, #fff 100%);
}
.testimonials-header { margin-bottom: var(--s8); }
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--s5);
}
.testimonial-card {
  background: #fff;
  border: 1px solid #e8eaf2;
  border-radius: var(--r-lg);
  padding: var(--s7) var(--s6) var(--s6);
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  box-shadow: 0 2px 16px rgba(0,0,132,.05);
  transition: box-shadow .25s, transform .25s;
  overflow: hidden;
}
.testimonial-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--brand), #4766fc);
}
.testimonial-card:hover {
  box-shadow: 0 12px 40px rgba(0,0,132,.12);
  transform: translateY(-3px);
}
.testimonial-quote-icon {
  width: 36px; height: 36px;
  margin-bottom: var(--s4);
  opacity: .12;
  flex-shrink: 0;
}
.testimonial-quote-icon svg { width: 36px; height: 36px; fill: var(--brand); }
.testimonial-quote {
  font-family: var(--font-b);
  font-size: .9375rem;
  color: var(--gray-700);
  line-height: 1.7;
  font-style: italic;
  flex: 1;
  margin-bottom: var(--s6);
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: var(--s3);
  padding-top: var(--s4);
  border-top: 1px solid #f0f1f8;
}
.testimonial-avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand), #4766fc);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-b);
  font-size: .875rem;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}
.testimonial-meta { display: flex; flex-direction: column; gap: 2px; flex: 1; }
.testimonial-name {
  font-family: var(--font-b);
  font-size: .875rem;
  font-weight: 700;
  color: var(--gray-900);
}
.testimonial-role {
  font-family: var(--font-b);
  font-size: .75rem;
  color: var(--gray-500);
}
.testimonial-country-badge {
  font-family: var(--font-b);
  font-size: .6rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--brand);
  background: linear-gradient(135deg, #eef0ff, #e0e4ff);
  border: 1px solid rgba(0,0,132,.12);
  border-radius: 999px;
  padding: 3px 8px;
  flex-shrink: 0;
}

/* ── Count-up animation ────────────────────────────────────── */
@keyframes fadeSlideUp {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}
.anim-on-scroll {
  opacity: 0;
  transform: translateY(16px);
}
.anim-on-scroll.visible {
  animation: fadeSlideUp .5s ease-out forwards;
}

/* ── Responsive ────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .traction-grid { grid-template-columns: repeat(2, 1fr); }
  .traction-section::after { display: none; }
  .traction-sub { text-align: left; }
}
@media (max-width: 768px) {
  .stats-strip-inner { flex-wrap: wrap; }
  .stats-strip-item { flex: 0 0 50%; border-right: none; border-bottom: 1px solid rgba(255,255,255,.08); }
  .stats-strip-item:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.08); }
  .stats-strip-item:last-child { border-bottom: none; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .traction-grid { grid-template-columns: 1fr; }
  .traction-header { flex-direction: column; align-items: flex-start; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .clinical-stats { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .why-grid { grid-template-columns: 1fr; }
  .stats-strip-item { flex: 0 0 100%; border-right: none; }
}

/* ── WhatsApp contact card ─────────────────────────────────── */
.contact-card-icon--whatsapp { color: #25D366; background: #e8fdf0; }
.contact-link--whatsapp { color: #25D366 !important; }
.contact-link--whatsapp:hover { color: #128C4A !important; }

/* ── Cookie consent banner ───────────────────────────────────── */
.cookie-banner {
  position: fixed;
  left: var(--s4);
  right: var(--s4);
  bottom: var(--s4);
  z-index: 900;
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--s4);
  padding: var(--s5) var(--s6);
  background: var(--brand-dark);
  color: var(--white);
  border-radius: 12px;
  box-shadow: var(--sh-xl);
}
.cookie-banner-text {
  flex: 1 1 260px;
  font-family: var(--font-b);
  font-size: .875rem;
  line-height: 1.6;
  color: rgba(255,255,255,.85);
  margin: 0;
}
.cookie-banner-link {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: var(--accent-mid);
  text-decoration: underline;
  cursor: pointer;
}
.cookie-banner-actions {
  display: flex;
  gap: var(--s3);
  flex-shrink: 0;
}
.cookie-banner-btn {
  font-family: var(--font-b);
  font-size: .8125rem;
  font-weight: 700;
  padding: var(--s2) var(--s5);
  border-radius: var(--r-full);
  cursor: pointer;
  white-space: nowrap;
}
.cookie-banner-btn--decline {
  background: transparent;
  border: 1.5px solid rgba(255,255,255,.4);
  color: var(--white);
}
.cookie-banner-btn--decline:hover { border-color: var(--white); }
.cookie-banner-btn--accept {
  background: var(--brand-light);
  border: 1.5px solid var(--brand-light);
  color: var(--white);
}
.cookie-banner-btn--accept:hover { background: #3757e8; border-color: #3757e8; }

@media (max-width: 640px) {
  .cookie-banner { flex-direction: column; align-items: stretch; }
  .cookie-banner-actions { justify-content: flex-end; }
}

/* ── Did You Know? carousel ──────────────────────────────────── */
.dyk-section { background: #fff; padding: var(--s14) 0; }
.dyk-carousel { margin-top: var(--s8); }
.dyk-shell {
  position: relative;
  display: grid;
  border-radius: 20px;
  overflow: hidden;
  background:
    radial-gradient(1100px 600px at 85% -10%, rgba(151,176,255,.16), transparent 60%),
    linear-gradient(155deg, var(--brand) 0%, var(--brand-dark) 65%, #00004d 100%);
  box-shadow: 0 20px 40px rgba(0,0,60,.28);
  touch-action: pan-y;
}
.dyk-wave { grid-row: 1; grid-column: 1; width: 100%; height: 100%; opacity: .35; pointer-events: none; align-self: stretch; }
.dyk-slide {
  grid-row: 1; grid-column: 1;
  display: flex; flex-direction: column; justify-content: center;
  padding: clamp(1.75rem, 4vw, 3.25rem) clamp(1.75rem, 5vw, 3.5rem);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s ease;
}
.dyk-slide.dyk-slide--active { opacity: 1; visibility: visible; }
@media (prefers-reduced-motion: reduce) { .dyk-slide { transition: none; } }

.dyk-eyebrow-row { display: flex; align-items: center; gap: var(--s2); margin-bottom: var(--s4); }
.dyk-eyebrow {
  display: inline-flex; align-items: center; gap: var(--s2);
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.18);
  color: #fff;
  font-family: var(--font-b); font-weight: 700; font-size: .6875rem;
  letter-spacing: .07em; text-transform: uppercase;
  padding: 5px 12px; border-radius: var(--r-full);
}
.dyk-eyebrow b { color: var(--accent-mid); }

.dyk-stat { font-family: var(--font-h); font-weight: 400; font-size: clamp(2.5rem, 6vw, 4rem); line-height: 1; margin-bottom: var(--s2); text-wrap: balance; }
.dyk-headline { font-family: var(--font-h); font-weight: 400; font-size: clamp(1.5rem, 3.6vw, 2.125rem); line-height: 1.25; margin-bottom: var(--s2); text-wrap: balance; max-width: 34ch; }
.dyk-sub { font-family: var(--font-b); font-weight: 700; font-size: clamp(.9375rem, 1.8vw, 1.0625rem); color: var(--accent-mid); margin-bottom: var(--s5); max-width: 46ch; }
.dyk-body {
  background: rgba(0,0,0,.18);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--r-md);
  padding: var(--s4) var(--s5);
  font-family: var(--font-b);
  font-size: .875rem;
  line-height: 1.65;
  color: rgba(255,255,255,.88);
  max-width: 60ch;
}
.dyk-source { font-style: italic; font-size: .75rem; color: rgba(255,255,255,.5); margin-top: var(--s3); }

.dyk-nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 44px; height: 44px; border-radius: var(--r-full);
  background: rgba(255,255,255,.92);
  border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 14px rgba(0,0,60,.25);
  z-index: 5;
  transition: background .2s;
}
.dyk-nav:hover { background: #fff; }
.dyk-nav svg { width: 20px; height: 20px; stroke: var(--brand); fill: none; stroke-width: 2; }
.dyk-nav--prev { left: var(--s3); }
.dyk-nav--next { right: var(--s3); }

.dyk-playpause {
  position: absolute; top: var(--s4); right: var(--s4);
  width: 32px; height: 32px; border-radius: var(--r-full);
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.22);
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  z-index: 5;
}
.dyk-playpause svg { width: 14px; height: 14px; stroke: #fff; fill: #fff; stroke-width: 1.5; }

.dyk-counter {
  position: absolute; top: var(--s4); left: var(--s4); z-index: 5;
  font-family: var(--font-b); font-weight: 600; font-size: .75rem;
  color: rgba(255,255,255,.6);
}

.dyk-dots { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; margin-top: var(--s5); }
.dyk-dot { width: 6px; height: 6px; border-radius: var(--r-full); background: var(--gray-200); border: none; cursor: pointer; padding: 0; }
.dyk-dot.dyk-dot--active { width: 18px; background: var(--brand-light); }

@media (max-width: 768px) {
  .dyk-nav { width: 38px; height: 38px; }
  .dyk-nav--prev { left: var(--s2); }
  .dyk-nav--next { right: var(--s2); }
  .dyk-body { max-width: none; }
  .dyk-headline { max-width: none; }
}
@media (max-width: 480px) {
  .dyk-slide { padding-top: var(--s10); }
  .dyk-counter { top: var(--s3); left: var(--s3); }
  .dyk-playpause { top: var(--s3); right: var(--s3); }
}
