/* InsightCore — core-analytics BI theme. Canadian market. */
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,400;0,600;0,700;1,400&family=Zilla+Slab:wght@400;500;600;700&display=swap');

:root {
  --navy: #1E3A5F;
  --navy-dark: #152A45;
  --mint: #34D399;
  --mint-dark: #10B981;
  --white: #FFFFFF;
  --slate: #64748B;
  --orange: #F97316;
  --panel: #F8FAFC;
  --panel-2: #EEF2F7;
  --line: #E2E8F0;
  --line-strong: #CBD5E1;
  --ink: #0F172A;
  --maxw: 1200px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: 'Source Sans 3', system-ui, sans-serif;
  background: var(--white);
  color: var(--ink);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 { font-family: 'Zilla Slab', Georgia, serif; line-height: 1.15; color: var(--navy); font-weight: 600; }
h1 { font-size: clamp(2rem, 5vw, 3.4rem); letter-spacing: -0.02em; }
h2 { font-size: clamp(1.55rem, 3.2vw, 2.4rem); }
h3 { font-size: clamp(1.05rem, 2vw, 1.32rem); }
p { color: var(--slate); }
a { color: var(--navy); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--mint-dark); }
img { max-width: 100%; display: block; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }
section { padding: clamp(52px, 7vw, 96px) 0; position: relative; }
.eyebrow {
  display: inline-block; text-transform: uppercase; letter-spacing: .14em; font-size: .72rem;
  color: var(--navy); font-weight: 700; font-family: 'Source Sans 3', sans-serif;
  background: rgba(52, 211, 153, .18); padding: 6px 14px; border-radius: 999px;
}
.lead { font-size: clamp(1.02rem, 1.5vw, 1.15rem); color: var(--slate); max-width: 640px; }
.center { text-align: center; }
.center .lead { margin-left: auto; margin-right: auto; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 28px; border-radius: 999px; font-weight: 700;
  font-family: 'Source Sans 3', sans-serif; cursor: pointer; border: 2px solid transparent;
  font-size: .95rem; transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}
.btn-primary { background: var(--navy); color: var(--white); }
.btn-primary:hover { background: var(--mint); color: var(--navy-dark); }
.btn-ghost { background: var(--white); color: var(--navy); border-color: var(--line-strong); }
.btn-ghost:hover { background: var(--navy); color: var(--white); border-color: var(--navy); }
.btn-mint { background: var(--mint); color: var(--navy-dark); }
.btn-mint:hover { background: var(--navy); color: var(--white); }
.btn-orange { background: var(--orange); color: var(--white); }
.btn-orange:hover { background: var(--navy); color: var(--white); }

/* White navigation */
header.site {
  position: sticky; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(255, 255, 255, 0.97); backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 1px 0 rgba(30, 58, 95, .04);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.logo {
  display: flex; align-items: center; gap: 12px;
  font-family: 'Zilla Slab', serif; font-weight: 700; font-size: 1.38rem; color: var(--navy);
}
.logo-hub {
  width: 36px; height: 36px; position: relative; flex-shrink: 0;
}
.logo-hub::before {
  content: ""; position: absolute; inset: 0; border: 3px solid var(--navy); border-radius: 50%;
}
.logo-hub::after {
  content: ""; position: absolute; top: 50%; left: 50%; width: 10px; height: 10px;
  background: var(--mint); border-radius: 50%; transform: translate(-50%, -50%);
  box-shadow: 0 0 0 3px var(--white);
}
.logo-hub span {
  position: absolute; width: 6px; height: 6px; background: var(--orange); border-radius: 50%;
}
.logo-hub span:nth-child(1) { top: -2px; left: 50%; transform: translateX(-50%); }
.logo-hub span:nth-child(2) { bottom: -2px; left: 50%; transform: translateX(-50%); }
.logo-hub span:nth-child(3) { left: -2px; top: 50%; transform: translateY(-50%); }
.logo-hub span:nth-child(4) { right: -2px; top: 50%; transform: translateY(-50%); }
.logo b { color: var(--mint-dark); font-weight: 700; }
.logo-tag { font-size: .62rem; font-family: 'Source Sans 3', sans-serif; color: var(--slate); font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 30px; list-style: none; }
.nav-links a { color: var(--slate); font-weight: 600; font-size: .94rem; }
.nav-links a:hover, .nav-links a.active { color: var(--navy); }
.nav-cta { display: flex; align-items: center; gap: 14px; }
.burger { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 5px; padding: 8px; }
.burger span { width: 24px; height: 2px; background: var(--navy); transition: .3s; }

/* Hero — central hub dashboard */
.hero {
  background: linear-gradient(165deg, var(--white) 0%, var(--panel) 45%, var(--panel-2) 100%);
  padding: clamp(44px, 6vw, 80px) 0 clamp(48px, 6vw, 84px);
  overflow: hidden;
}
.hero-band {
  position: absolute; top: 0; left: 0; right: 0; height: 6px;
  background: linear-gradient(90deg, var(--navy) 0%, var(--mint) 50%, var(--orange) 100%);
}
.hero-layout { display: grid; grid-template-columns: 1fr 1.15fr; gap: 52px; align-items: center; }
.hero h1 { margin: 18px 0 16px; }
.hero h1 strong { color: var(--mint-dark); font-weight: 700; }
.hero-tagline { font-family: 'Zilla Slab', serif; font-size: 1.05rem; color: var(--navy); font-style: italic; margin-top: 8px; }
.hero-actions { display: flex; gap: 14px; margin-top: 28px; flex-wrap: wrap; }

.hub-stage {
  position: relative; min-height: 420px; display: flex; align-items: center; justify-content: center;
}
.hub-core {
  position: relative; z-index: 2; width: 280px; background: var(--white);
  border: 1px solid var(--line); border-radius: 14px;
  box-shadow: 0 28px 64px rgba(30, 58, 95, .14); overflow: hidden;
}
.hub-core-head {
  background: var(--navy); color: var(--white); padding: 12px 16px;
  font-size: .78rem; font-weight: 700; display: flex; justify-content: space-between;
}
.hub-core-head em { font-style: normal; opacity: .7; font-weight: 400; }
.hub-core img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.hub-stats {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line);
}
.hub-stats div { background: var(--white); padding: 10px; text-align: center; }
.hub-stats b { font-family: 'Zilla Slab', serif; color: var(--navy); font-size: 1rem; display: block; }
.hub-stats small { color: var(--slate); font-size: .65rem; }

.hub-orbit { position: absolute; inset: 0; pointer-events: none; }
.hub-node {
  position: absolute; background: var(--white); border: 2px solid var(--mint);
  border-radius: 10px; padding: 10px 14px; font-size: .72rem; font-weight: 700; color: var(--navy);
  box-shadow: 0 8px 24px rgba(30, 58, 95, .08); white-space: nowrap;
}
.hub-node::before {
  content: ""; position: absolute; width: 40px; height: 2px; background: var(--mint); opacity: .5;
}
.hub-node:nth-child(1) { top: 8%; left: 0; }
.hub-node:nth-child(1)::before { right: -42px; top: 50%; }
.hub-node:nth-child(2) { top: 38%; left: -4%; }
.hub-node:nth-child(2)::before { right: -42px; top: 50%; width: 36px; }
.hub-node:nth-child(3) { bottom: 12%; left: 2%; }
.hub-node:nth-child(3)::before { right: -38px; top: 50%; width: 32px; }
.hub-node:nth-child(4) { top: 6%; right: 0; }
.hub-node:nth-child(4)::before { left: -42px; top: 50%; }
.hub-node:nth-child(5) { top: 42%; right: -2%; }
.hub-node:nth-child(5)::before { left: -38px; top: 50%; width: 34px; }
.hub-node:nth-child(6) { bottom: 10%; right: 4%; }
.hub-node:nth-child(6)::before { left: -36px; top: 50%; width: 30px; }

.sec-head { max-width: 700px; margin-bottom: 42px; }
.sec-head.center { margin-left: auto; margin-right: auto; }
.sec-head h2 { margin: 12px 0 10px; }

.grid { display: grid; gap: 24px; }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }

/* Chart solution cards */
.chart-card {
  background: var(--white); border: 1px solid var(--line); border-bottom: 4px solid var(--mint);
  border-radius: 12px; padding: 24px; transition: box-shadow .25s ease, transform .25s ease;
}
.chart-card:hover { box-shadow: 0 20px 48px rgba(30, 58, 95, .11); transform: translateY(-4px); }
.chart-card .cc-tag { font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; color: var(--orange); font-weight: 700; }
.chart-card h3 { margin: 8px 0 8px; font-size: 1.08rem; }
.chart-card p { font-size: .9rem; margin-bottom: 16px; }
.chart-bars { display: flex; align-items: flex-end; gap: 8px; height: 76px; margin-top: 8px; }
.bar-wrap { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 4px; }
.bar-fill {
  width: 100%; background: linear-gradient(180deg, var(--mint) 0%, var(--navy) 100%);
  border-radius: 4px 4px 0 0; height: 0; transition: height .6s ease;
}
.bar-wrap small { font-size: .62rem; color: var(--slate); }
.chart-card .metric { font-family: 'Zilla Slab', serif; font-size: 1.45rem; color: var(--navy); margin-top: 12px; }
.chart-card .metric.up { color: var(--mint-dark); }
.chart-card .metric.up::before { content: "↑ "; }

/* Wide infographic partner band */
.partner-band {
  background: var(--navy); color: var(--white); padding: clamp(36px, 5vw, 52px) 0;
  position: relative; overflow: hidden;
}
.partner-band::before {
  content: ""; position: absolute; inset: 0;
  background: repeating-linear-gradient(90deg, transparent, transparent 48px, rgba(255,255,255,.03) 48px, rgba(255,255,255,.03) 49px);
}
.partner-inner { position: relative; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 28px; }
.partner-inner > p { flex: 1 1 320px; font-size: 1.05rem; color: rgba(255,255,255,.88); max-width: 520px; }
.partner-logos { display: flex; flex-wrap: wrap; gap: 12px 20px; align-items: center; }
.partner-logos span {
  font-size: .82rem; font-weight: 700; letter-spacing: .04em; padding: 8px 16px;
  border: 1px solid rgba(255,255,255,.2); border-radius: 6px; color: rgba(255,255,255,.75);
}
.partner-logos span.hl { background: var(--mint); color: var(--navy-dark); border-color: var(--mint); }

/* Parallax analytics band */
.parallax-band {
  background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 55%, #234a72 100%);
  color: var(--white); padding: clamp(64px, 9vw, 110px) 0;
  background-attachment: fixed;
  background-image:
    linear-gradient(135deg, rgba(21,42,69,.92) 0%, rgba(30,58,95,.88) 100%),
    url('/images/trend-analytics-chart.jpg');
  background-size: cover; background-position: center;
}
.parallax-band h2 { color: var(--white); margin: 14px 0 16px; max-width: 560px; }
.parallax-band p { color: rgba(255,255,255,.78); max-width: 540px; margin-bottom: 28px; }
.parallax-stats { display: flex; flex-wrap: wrap; gap: 28px 48px; margin-top: 8px; }
.parallax-stats div b {
  font-family: 'Zilla Slab', serif; font-size: clamp(2rem, 4vw, 2.8rem);
  color: var(--mint); display: block; line-height: 1;
}
.parallax-stats div span { font-size: .85rem; color: rgba(255,255,255,.65); margin-top: 6px; display: block; }

/* Service columns */
.svc-card {
  background: var(--white); border: 1px solid var(--line); border-radius: 12px;
  padding: 28px 24px; border-bottom: 4px solid var(--mint);
  transition: box-shadow .25s ease;
}
.svc-card:hover { box-shadow: 0 16px 40px rgba(30, 58, 95, .09); }
.svc-ic {
  width: 48px; height: 48px; border-radius: 10px; background: var(--navy); color: var(--mint);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Zilla Slab', serif; font-weight: 700; font-size: .85rem; margin-bottom: 16px;
}
.svc-card h3 { margin-bottom: 10px; }
.svc-card p { font-size: .92rem; }

/* Case study split */
.case-section { background: var(--panel); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.split img { border-radius: 12px; border: 1px solid var(--line); box-shadow: 0 20px 50px rgba(30, 58, 95, .1); }
.case-metrics { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 24px; }
.case-metrics div {
  background: var(--white); border: 1px solid var(--line); border-left: 4px solid var(--orange);
  border-radius: 8px; padding: 16px;
}
.case-metrics b { font-family: 'Zilla Slab', serif; font-size: 1.35rem; color: var(--navy); display: block; }
.case-metrics span { font-size: .78rem; color: var(--slate); }

/* KPI feature icons */
.kpi-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.kpi-icon {
  text-align: center; padding: 28px 20px; background: var(--white);
  border: 1px solid var(--line); border-bottom: 4px solid var(--mint);
  border-radius: 12px; transition: transform .25s ease;
}
.kpi-icon:hover { transform: translateY(-3px); }
.kpi-icon .ki {
  width: 56px; height: 56px; margin: 0 auto 14px; border-radius: 50%;
  background: linear-gradient(135deg, var(--navy), var(--mint-dark));
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; color: var(--white);
}
.kpi-icon h3 { margin-bottom: 8px; font-size: 1.05rem; }
.kpi-icon p { font-size: .86rem; margin-bottom: 14px; }
.kpi-icon .count {
  font-family: 'Zilla Slab', serif; font-size: 1.6rem; color: var(--orange); font-weight: 700;
}

/* CSS carousel testimonials */
.carousel-wrap { overflow: hidden; max-width: 780px; margin: 0 auto; }
.carousel {
  display: flex; width: 300%; animation: ic-slide 18s infinite ease-in-out;
}
.testi-slide {
  flex: 0 0 33.333%; padding: 36px 32px; background: var(--white);
  border: 1px solid var(--line); border-radius: 14px; border-bottom: 4px solid var(--mint);
  margin: 0 8px;
}
.testi-slide blockquote {
  font-family: 'Zilla Slab', serif; font-size: 1.12rem; color: var(--navy);
  line-height: 1.5; margin-bottom: 20px; font-style: italic;
}
.testi-slide cite { font-style: normal; font-size: .88rem; color: var(--slate); }
.testi-slide cite b { color: var(--navy); display: block; margin-bottom: 2px; }
@keyframes ic-slide {
  0%, 28% { transform: translateX(0); }
  33%, 61% { transform: translateX(-33.333%); }
  66%, 94% { transform: translateX(-66.666%); }
  100% { transform: translateX(0); }
}
.js .carousel { animation-play-state: running; }
@media (prefers-reduced-motion: reduce) {
  .carousel { animation: none; flex-direction: column; width: 100%; gap: 16px; }
  .testi-slide { flex: none; margin: 0; }
}

/* CTA mint pill */
.cta-pill {
  background: linear-gradient(135deg, var(--mint) 0%, #6EE7B7 100%);
  border-radius: 999px; padding: clamp(36px, 5vw, 56px) clamp(32px, 6vw, 72px);
  text-align: center; max-width: 880px; margin: 0 auto;
  box-shadow: 0 24px 56px rgba(52, 211, 153, .25);
}
.cta-pill h2 { color: var(--navy-dark); margin-bottom: 12px; }
.cta-pill p { color: var(--navy); max-width: 560px; margin: 0 auto 24px; font-size: 1.02rem; }
.cta-pill .btn-primary { background: var(--navy); }
.cta-pill .btn-primary:hover { background: var(--white); color: var(--navy); }

/* Page hero */
.page-hero {
  background: var(--panel); border-bottom: 1px solid var(--line);
  padding: clamp(40px, 5vw, 64px) 0;
}
.page-hero h1 { margin: 12px 0 10px; }
.breadcrumb { font-size: .85rem; color: var(--slate); margin-bottom: 12px; }
.breadcrumb a { color: var(--mint-dark); }

/* Collection filters & cards */
.filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 32px; }
.filter-btn {
  padding: 10px 18px; border-radius: 999px; border: 1px solid var(--line-strong);
  background: var(--white); color: var(--slate); font-weight: 600; font-size: .88rem;
  cursor: pointer; font-family: 'Source Sans 3', sans-serif; transition: all .2s ease;
}
.filter-btn:hover { border-color: var(--mint); color: var(--navy); }
.filter-btn.active { background: var(--navy); color: var(--white); border-color: var(--navy); }

.sol-card {
  background: var(--white); border: 1px solid var(--line); border-bottom: 4px solid var(--mint);
  border-radius: 12px; overflow: hidden; transition: box-shadow .25s ease, transform .25s ease;
}
.sol-card:hover { box-shadow: 0 18px 44px rgba(30, 58, 95, .1); transform: translateY(-3px); }
.sol-media { position: relative; }
.sol-media img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.sol-cat {
  position: absolute; top: 12px; left: 12px; background: var(--navy); color: var(--white);
  font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em;
  padding: 5px 10px; border-radius: 4px;
}
.sol-body { padding: 22px; }
.sol-body h3 { margin-bottom: 6px; }
.sol-ref { font-size: .78rem; color: var(--orange); font-weight: 700; display: block; margin-bottom: 12px; }
.sol-meta { list-style: none; font-size: .88rem; margin-bottom: 16px; }
.sol-meta li { padding: 4px 0; border-bottom: 1px dashed var(--line); color: var(--slate); }
.sol-meta b { color: var(--navy); }
.sol-price {
  font-family: 'Zilla Slab', serif; font-size: 1.5rem; color: var(--navy); margin-bottom: 16px;
}
.sol-price span { font-size: .78rem; color: var(--slate); font-family: 'Source Sans 3', sans-serif; font-weight: 400; display: block; }

/* Services page */
.svc-detail {
  display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start;
  padding: 40px 0; border-bottom: 1px solid var(--line);
}
.svc-detail:last-child { border-bottom: none; }
.svc-detail:nth-child(even) { direction: rtl; }
.svc-detail:nth-child(even) > * { direction: ltr; }
.svc-detail img { border-radius: 12px; border: 1px solid var(--line); }
.svc-detail ul { margin: 16px 0; padding-left: 20px; color: var(--slate); }
.svc-detail li { margin-bottom: 8px; }
.svc-num {
  display: inline-block; background: var(--orange); color: var(--white);
  font-family: 'Zilla Slab', serif; font-weight: 700; padding: 4px 12px; border-radius: 4px;
  font-size: .85rem; margin-bottom: 12px;
}

/* Contact */
.form-card {
  background: var(--white); border: 1px solid var(--line); border-radius: 14px;
  border-bottom: 4px solid var(--mint); padding: 32px;
}
.field { margin-bottom: 18px; }
.field label { display: block; font-weight: 600; font-size: .88rem; color: var(--navy); margin-bottom: 6px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 12px 14px; border: 1px solid var(--line-strong); border-radius: 8px;
  font-family: 'Source Sans 3', sans-serif; font-size: .95rem; color: var(--ink);
  transition: border-color .2s ease;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--mint); box-shadow: 0 0 0 3px rgba(52, 211, 153, .2);
}
.field textarea { min-height: 120px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field.invalid input, .field.invalid select, .field.invalid textarea { border-color: #EF4444; }
.field .err { display: none; color: #EF4444; font-size: .78rem; margin-top: 4px; }
.field.invalid .err { display: block; }
.success-msg { display: none; text-align: center; padding: 40px 20px; }
.success-msg.show { display: block; }
.success-msg .ic {
  display: inline-flex; align-items: center; justify-content: center;
  width: 64px; height: 64px; border-radius: 50%; background: var(--mint);
  color: var(--navy-dark); font-family: 'Zilla Slab', serif; font-weight: 700; font-size: 1.2rem;
  margin-bottom: 16px;
}
.success-msg h2 { margin-bottom: 12px; }
.info-card {
  background: var(--white); border: 1px solid var(--line); border-left: 4px solid var(--navy);
  border-radius: 8px; padding: 18px 20px; margin-bottom: 16px;
}
.info-card small { text-transform: uppercase; letter-spacing: .1em; font-size: .68rem; color: var(--orange); font-weight: 700; }
.info-card p { margin-top: 6px; color: var(--navy); font-weight: 600; }

/* Legal prose */
.prose { max-width: 780px; }
.prose h2 { font-size: 1.25rem; margin: 32px 0 12px; }
.prose p, .prose li { margin-bottom: 12px; font-size: .95rem; }
.prose ul { padding-left: 22px; margin-bottom: 16px; }

/* Footer */
footer.site { background: var(--navy-dark); color: rgba(255,255,255,.75); padding: 56px 0 28px; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 36px; margin-bottom: 36px; }
.foot-about .logo { color: var(--white); margin-bottom: 14px; }
.foot-about p { color: rgba(255,255,255,.65); font-size: .9rem; }
footer h4 { color: var(--mint); font-size: .85rem; text-transform: uppercase; letter-spacing: .1em; margin-bottom: 14px; font-family: 'Source Sans 3', sans-serif; }
.foot-links { list-style: none; }
.foot-links li { margin-bottom: 8px; }
.foot-links a { color: rgba(255,255,255,.7); font-size: .9rem; }
.foot-links a:hover { color: var(--mint); }
.foot-contact p { font-size: .88rem; margin-bottom: 8px; color: rgba(255,255,255,.65); }
.foot-bottom {
  border-top: 1px solid rgba(255,255,255,.1); padding-top: 24px;
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px;
  font-size: .82rem; color: rgba(255,255,255,.45);
}

/* Cookie banner — white/mint */
.cookie {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 200;
  background: var(--white); border-top: 3px solid var(--mint);
  box-shadow: 0 -8px 32px rgba(30, 58, 95, .12);
  padding: 18px 28px; display: flex; flex-wrap: wrap; align-items: center;
  justify-content: space-between; gap: 16px;
  transform: translateY(110%); transition: transform .35s ease;
}
.cookie.show { transform: translateY(0); }
.cookie p { flex: 1 1 280px; font-size: .88rem; color: var(--slate); margin: 0; }
.cookie .row { display: flex; align-items: center; gap: 14px; }
.cookie a { color: var(--mint-dark); font-weight: 600; font-size: .88rem; }

/* Animations */
.slide-up, .fade-in {
  opacity: 1;
  transform: none;
  transition: opacity .4s ease, transform .4s ease;
}
html.js .slide-up, html.js .fade-in {
  opacity: 0;
  transform: translateY(28px);
}
html.js .slide-up.visible, html.js .fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 1024px) {
  .hero-layout, .split, .svc-detail, .svc-detail:nth-child(even) { grid-template-columns: 1fr; direction: ltr; }
  .grid-4, .kpi-row { grid-template-columns: repeat(2, 1fr); }
  .hub-node { display: none; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .nav-links {
    position: fixed; top: 74px; left: 0; right: 0; background: var(--white);
    flex-direction: column; padding: 24px; gap: 18px; border-bottom: 1px solid var(--line);
    transform: translateY(-120%); opacity: 0; pointer-events: none; transition: .3s ease;
  }
  .nav-links.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .burger { display: flex; }
  .nav-cta .btn { display: none; }
  .grid-3, .grid-4, .kpi-row, .grid-2, .form-row, .case-metrics { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr; }
  .parallax-band { background-attachment: scroll; }
}
