/* hero-specific styles, page styles */

.text-cyan { color: var(--cyan-500); }

/* ──────────────────────────────────────────────────────────────────
   Hero — pattern mockup
   ────────────────────────────────────────────────────────────────── */
.hero { position: relative; overflow: hidden; padding: 80px 0 100px; }
.hero-pattern-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.hero-pattern-inner {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  min-height: 580px;
}
.hero-content { display: grid; gap: 24px; align-content: center; }
.hero-content h1 { max-width: 560px; }
.hero-sub { font-size: 18px; line-height: 1.55; color: var(--slate-500); max-width: 520px; }
.hero-cta { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; margin-top: 8px; }
.hero-meta {
  margin-top: 32px; display: flex; align-items: center; gap: 20px;
  padding-top: 24px; border-top: 1px solid var(--slate-200);
}
.hero-meta-item { display: grid; gap: 2px; }
.hero-meta-item strong {
  font-family: var(--font-display); font-weight: 700;
  font-size: 26px; letter-spacing: -0.02em; color: var(--ink);
}
.hero-meta-item span { font-size: 12px; color: var(--slate-500); text-transform: uppercase; letter-spacing: .06em; font-weight: 500; }
.hero-meta-divider { width: 1px; height: 32px; background: var(--slate-200); }

/* Mockup */
.mockup {
  background: #fff;
  border-radius: 16px;
  border: 1px solid var(--slate-200);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  transform: perspective(1500px) rotateY(-6deg) rotateX(2deg);
  transform-origin: center;
}
.mockup-bar {
  display: flex; align-items: center; gap: 8px;
  padding: 12px 16px;
  background: var(--slate-50);
  border-bottom: 1px solid var(--slate-200);
}
.mockup-dot { width: 12px; height: 12px; border-radius: 999px; }
.mockup-url {
  margin-left: 12px; font-size: 12px; color: var(--slate-500); font-family: ui-monospace, monospace;
  background: #fff; padding: 4px 12px; border-radius: 999px; border: 1px solid var(--slate-200);
}
.mockup-body { display: grid; grid-template-columns: 180px 1fr; min-height: 360px; }
.mockup-side { background: var(--slate-50); border-right: 1px solid var(--slate-200); padding: 16px 12px; }
.mockup-side-head { padding: 4px 8px 16px; }
.mockup-side-item {
  display: flex; align-items: center; gap: 10px;
  padding: 9px 12px; border-radius: 8px;
  font-size: 13px; font-weight: 500; color: var(--slate-500);
  margin-bottom: 2px;
}
.mockup-side-item.is-active { background: #fff; color: var(--ink); box-shadow: 0 1px 2px rgba(15,23,42,.06); }
.mockup-side-dot { width: 6px; height: 6px; border-radius: 999px; background: currentColor; opacity: .5; }
.mockup-side-item.is-active .mockup-side-dot { background: var(--cyan-500); opacity: 1; }
.mockup-main { padding: 24px; display: grid; gap: 20px; align-content: start; }
.mockup-row { display: flex; justify-content: space-between; align-items: flex-start; }
.mockup-eyebrow { font-size: 11px; text-transform: uppercase; letter-spacing: .08em; color: var(--slate-500); font-weight: 600; }
.mockup-h1 { font-family: var(--font-display); font-weight: 700; font-size: 28px; letter-spacing: -0.02em; margin-top: 4px; }
.mockup-pill {
  background: #DCFCE7; color: #15803D;
  padding: 4px 10px; border-radius: 999px;
  font-size: 11px; font-weight: 600;
}
.mockup-chart { height: 120px; background: var(--slate-50); border-radius: 10px; padding: 8px; }
.mockup-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.mockup-stat { background: var(--slate-50); border-radius: 10px; padding: 12px; }
.mockup-stat-label { font-size: 10px; text-transform: uppercase; letter-spacing: .06em; color: var(--slate-500); font-weight: 600; }
.mockup-stat-value { font-family: var(--font-display); font-weight: 700; font-size: 16px; margin-top: 4px; }
.mockup-stat-trend { font-size: 11px; color: #15803D; font-weight: 600; }

/* Hero — terminal */
.hero--terminal { background: linear-gradient(180deg, #fff 0%, var(--bg-alt) 100%); }
.hero-terminal {
  background: #0F172A;
  border-radius: 16px;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  border: 1px solid #1E293B;
}
.hero-terminal-bar { display: flex; align-items: center; gap: 8px; padding: 14px 16px; background: #1E293B; }
.hero-terminal-bar .mockup-url { background: #0F172A; border-color: #334155; color: #94A3B8; }
.hero-terminal-body {
  padding: 28px 24px; min-height: 360px;
  font-family: ui-monospace, "SF Mono", Menlo, monospace;
  font-size: 14px; color: #E2E8F0;
  line-height: 1.85;
}
.terminal-cmd { color: #fff; font-weight: 600; }
.terminal-ok { color: #4ADE80; }
.terminal-arrow { color: var(--cyan-300); }
.terminal-caret { color: var(--cyan-300); animation: blink 1s steps(2) infinite; }
@keyframes blink { 50% { opacity: 0; } }

/* Hero — bold split */
.hero--split { background: var(--bg-alt); }
.hero-split-inner {
  display: grid; grid-template-columns: 1.1fr 1fr;
  gap: 64px; align-items: center; min-height: 600px;
  position: relative;
}
.hero-mega { font-size: clamp(48px, 7vw, 88px); line-height: 0.95; letter-spacing: -0.03em; font-weight: 700; }
.hero-orb { position: relative; aspect-ratio: 1; max-width: 480px; margin-left: auto; }
.hero-orb-badges { position: absolute; inset: 0; }
.hero-badge {
  position: absolute;
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--slate-200);
  box-shadow: var(--shadow);
  font-family: var(--font-display);
  font-weight: 600; font-size: 13px;
  color: var(--ink);
  white-space: nowrap;
}
.hero-badge svg { color: var(--cyan-500); }

@media (max-width: 960px) {
  .hero-pattern-inner, .hero-split-inner { grid-template-columns: 1fr; gap: 48px; min-height: 0; }
  .hero-meta { flex-wrap: wrap; gap: 24px; }
  .hero-meta-divider { display: none; }
  .mockup { transform: none; }
  .hero-orb { margin: 0 auto; max-width: 320px; }
  .hero-orb-badges { display: none; }
}
@media (max-width: 640px) {
  .mockup-body { grid-template-columns: 1fr; }
  .mockup-side { display: none; }
  .mockup-stats { grid-template-columns: 1fr 1fr; }
  .mockup-chart { height: 88px; }
}

/* ──────────────────────────────────────────────────────────────────
   Trusted-by marquee
   ────────────────────────────────────────────────────────────────── */
.trust { padding: 48px 0; background: #fff; border-top: 1px solid var(--slate-100); border-bottom: 1px solid var(--slate-100); }
.trust-label { text-align: center; font-size: 13px; color: var(--slate-500); margin-bottom: 24px; font-weight: 500; letter-spacing: 0.04em; }

/* ──────────────────────────────────────────────────────────────────
   Case studies grid
   ────────────────────────────────────────────────────────────────── */
.cs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 960px) { .cs-grid { grid-template-columns: 1fr; } }
.cs-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  display: flex; flex-direction: column;
}
.cs-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: var(--slate-300); }
.cs-cover {
  position: relative; aspect-ratio: 16/10;
  display: grid; place-items: center;
  overflow: hidden;
}
.cs-cover svg { width: 100%; height: 100%; position: absolute; inset: 0; }
.cs-cover--photo { background: #FFF7ED; }
.cs-cover-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.cs-tag-row { position: absolute; top: 16px; left: 16px; display: flex; gap: 6px; }
.cs-body { padding: 24px; display: grid; gap: 12px; flex: 1; }
.cs-meta { display: flex; gap: 14px; font-size: 12px; color: var(--slate-500); font-weight: 500; }
.cs-link { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; color: var(--ink); margin-top: auto; }
.cs-link svg { width: 16px; height: 16px; transition: transform .15s ease; }
.cs-card:hover .cs-link svg { transform: translateX(3px); }

/* ──────────────────────────────────────────────────────────────────
   Why-choose cards (large, left-icon)
   ────────────────────────────────────────────────────────────────── */
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
@media (max-width: 960px) { .why-grid { grid-template-columns: 1fr; } }
.why-card {
  display: grid; grid-template-columns: 64px 1fr; gap: 20px;
  background: #fff;
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-lg);
  padding: 28px;
  transition: all .2s ease;
}
.why-card:hover { border-color: var(--cyan-500); box-shadow: 0 12px 32px -16px rgba(6,182,212,.3); }
.why-icon { width: 64px; height: 64px; border-radius: 14px; background: var(--bg-cyan-50); color: var(--cyan-600); display: grid; place-items: center; }
.why-icon svg { width: 28px; height: 28px; }
.why-card h3 { margin-bottom: 6px; font-size: 19px; }
.why-card p { color: var(--slate-500); font-size: 14.5px; line-height: 1.55; }

/* Stat row */
.stat-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 56px; }
@media (max-width: 960px) { .stat-row { grid-template-columns: 1fr 1fr; } }
@media (max-width: 400px) { .stat-row { grid-template-columns: 1fr; } }
.stat {
  background: #fff;
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-lg);
  padding: 24px;
  text-align: left;
}
.stat-value { font-family: var(--font-display); font-weight: 700; font-size: 40px; letter-spacing: -0.02em; color: var(--ink); }
.stat-value .text-cyan { color: var(--cyan-500); }
.stat-label { color: var(--slate-500); font-size: 14px; margin-top: 6px; }

/* ──────────────────────────────────────────────────────────────────
   Expertise cards
   ────────────────────────────────────────────────────────────────── */
.exp-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 960px) { .exp-grid { grid-template-columns: 1fr; } }
.exp-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-lg);
  padding: 32px;
  transition: all .25s ease;
  overflow: hidden;
}
.exp-card::after {
  content: ""; position: absolute; inset: auto -40% -60% auto;
  width: 280px; height: 280px; border-radius: 999px;
  background: radial-gradient(closest-side, rgba(6,182,212,0.18), transparent);
  opacity: 0; transition: opacity .25s ease;
}
.exp-card:hover { border-color: var(--cyan-500); transform: translateY(-4px); }
.exp-card:hover::after { opacity: 1; }

/* ──────────────────────────────────────────────────────────────────
   Verified & accredited (credentials + verified listings)
   ────────────────────────────────────────────────────────────────── */
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 1040px;
  margin: 0 auto;
}
@media (max-width: 900px) { .trust-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 600px) { .trust-grid { grid-template-columns: repeat(2, 1fr); } }

.trust-card {
  background: #fff;
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-lg);
  padding: 20px 24px;
  display: grid;
  place-items: center;
  min-height: 120px;
  text-decoration: none;
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.trust-card:hover { border-color: var(--cyan-500); transform: translateY(-2px); box-shadow: 0 12px 24px -12px rgba(6,182,212,.25); }
.trust-logo {
  display: block;
  max-width: 100%;
  max-height: 64px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.exp-card .icon-tile { width: 56px; height: 56px; border-radius: 14px; }
.exp-card .icon-tile svg { width: 24px; height: 24px; }
.exp-card h3 { font-size: 22px; margin-bottom: 8px; }
.exp-card p { color: var(--slate-500); font-size: 15px; line-height: 1.55; margin-bottom: 24px; }
.exp-list { list-style: none; padding: 0; margin: 0 0 24px; display: grid; gap: 10px; }
.exp-list li { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--slate-700); }
.exp-list li svg { color: var(--cyan-500); width: 18px; height: 18px; flex-shrink: 0; }
.exp-card .btn-link { position: relative; z-index: 1; }

/* ──────────────────────────────────────────────────────────────────
   Services list (alternating)
   ────────────────────────────────────────────────────────────────── */
.svc-card {
  background: #fff;
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-lg);
  padding: 32px;
  display: grid;
  grid-template-columns: 80px 1fr auto;
  align-items: center;
  gap: 28px;
  transition: all .2s ease;
  color: inherit;
  text-decoration: none;
}
.svc-card + .svc-card { margin-top: 16px; }
.svc-card:hover { border-color: var(--ink); transform: translateX(4px); }
.svc-card:hover h3 { color: var(--cyan-600); }
.svc-card:hover .arrow-svg, .svc-card:hover svg:last-child { color: var(--ink) !important; }
.svc-card .icon-tile { width: 64px; height: 64px; border-radius: 16px; margin: 0; }
.svc-card .icon-tile svg { width: 28px; height: 28px; }
.svc-card h3 { font-size: 22px; margin-bottom: 6px; }
.svc-card p { color: var(--slate-500); font-size: 15px; }

@media (max-width: 700px) {
  .svc-card { grid-template-columns: 1fr; gap: 16px; }
  .svc-card > svg:last-child { display: none; }
}

.testi-source {
  text-align: center;
  margin-top: 20px;
  font-size: 13px;
  color: var(--slate-500);
}
.testi-source a {
  color: var(--cyan-600);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color .15s ease;
}
.testi-source a:hover { border-bottom-color: var(--cyan-500); }

/* ── Testimonials — 2x2 grid of named, photographed reviews ─ */
.testi-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 800px) { .testi-grid { grid-template-columns: 1fr; } }

.testi-card {
  position: relative;
  background: var(--ink);
  color: #fff;
  border-radius: var(--radius-xl);
  padding: 36px 36px 32px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 18px;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
}
.testi-card::after {
  content: "";
  position: absolute;
  right: -120px; top: -120px;
  width: 320px; height: 320px;
  background: radial-gradient(closest-side, rgba(6,182,212,0.18), transparent 70%);
  pointer-events: none;
}
.testi-card:hover { transform: translateY(-3px); box-shadow: 0 24px 48px -20px rgba(15,23,42,0.45); }

.testi-quote-mark {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 72px;
  line-height: 0.4;
  color: var(--cyan-400);
  margin-top: 12px;
  position: relative;
  z-index: 1;
}
.testi-quote {
  font-size: 16px;
  line-height: 1.65;
  color: rgba(255,255,255,0.88);
  margin: 0;
  position: relative;
  z-index: 1;
}
.testi-author {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 14px;
  align-items: center;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.08);
  position: relative;
  z-index: 1;
}
.testi-photo {
  width: 56px; height: 56px;
  border-radius: 999px;
  object-fit: cover;
  display: block;
  border: 2px solid rgba(255,255,255,0.12);
}
.testi-name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  letter-spacing: -0.01em;
}
.testi-role {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  margin-top: 2px;
}

/* Source line below the grid */
.testi-source { margin-top: 32px; }

@media (max-width: 600px) {
  .testi-card { padding: 28px 24px 24px; }
  .testi-quote { font-size: 15px; }
}


/* ──────────────────────────────────────────────────────────────────
   CTA strip
   ────────────────────────────────────────────────────────────────── */
.cta-strip {
  background: linear-gradient(135deg, #06B6D4 0%, #0C9CB5 100%);
  color: #fff;
  border-radius: var(--radius-xl);
  padding: 64px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 48px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.cta-strip::before {
  content: ""; position: absolute; top: -50%; right: -10%;
  width: 500px; height: 500px; border-radius: 999px;
  background: radial-gradient(closest-side, rgba(255,255,255,0.18), transparent);
  pointer-events: none;
}
.cta-strip::after {
  content: ""; position: absolute; bottom: -60%; left: 30%;
  width: 400px; height: 400px; border-radius: 999px;
  background: radial-gradient(closest-side, rgba(255,255,255,0.12), transparent);
  pointer-events: none;
}
.cta-strip h2 { color: #fff; font-size: clamp(28px, 3.4vw, 40px); }
.cta-strip p { color: rgba(255,255,255,0.85); font-size: 17px; margin-top: 12px; max-width: 540px; }
.cta-strip .btn--cyan { background: #fff; color: var(--ink); }
.cta-strip .btn--cyan:hover { background: var(--ink); color: #fff; }
.cta-strip-actions { display: flex; flex-direction: column; gap: 12px; align-items: flex-start; position: relative; z-index: 1; }
.cta-strip-content { position: relative; z-index: 1; }

@media (max-width: 960px) {
  .cta-strip { grid-template-columns: 1fr; padding: 40px 28px; }
}
@media (max-width: 560px) {
  .cta-strip { padding: 32px 20px; }
  .cta-strip-actions .btn { width: 100%; justify-content: center; }
  .hero-cta { flex-direction: column; }
  .hero-cta .btn { width: 100%; justify-content: center; }
}

/* ──────────────────────────────────────────────────────────────────
   Page heroes (sub-pages)
   ────────────────────────────────────────────────────────────────── */
.page-hero {
  padding: 80px 0 64px;
  background: var(--bg-alt);
  border-bottom: 1px solid var(--slate-100);
  text-align: center;
}
.page-hero .container { max-width: 800px; }
.page-hero h1 { font-size: clamp(40px, 5vw, 56px); margin-top: 12px; }
.page-hero p { font-size: 18px; color: var(--slate-500); margin-top: 16px; }

/* ──────────────────────────────────────────────────────────────────
   Process timeline
   ────────────────────────────────────────────────────────────────── */
.process { display: grid; gap: 24px; max-width: 920px; margin: 0 auto; }
.process-step {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 32px;
  position: relative;
  padding: 32px;
  background: #fff;
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-lg);
}
.process-step::before {
  content: "";
  position: absolute; left: 70px; top: 100%; width: 2px; height: 24px;
  background: var(--slate-200);
}
.process-step:last-child::before { display: none; }
@media (max-width: 560px) {
  .process-step { grid-template-columns: 1fr; gap: 16px; padding: 24px; }
  .process-step::before { left: 34px; }
}
.process-num {
  width: 56px; height: 56px;
  background: var(--ink); color: #fff;
  border-radius: 14px;
  display: grid; place-items: center;
  font-family: var(--font-display); font-weight: 700; font-size: 22px;
}
.process-step:hover .process-num { background: var(--cyan-500); }
.process-content h3 { font-size: 22px; margin-bottom: 8px; }
.process-content p { color: var(--slate-500); margin-bottom: 16px; }
.process-deliverables { display: flex; flex-wrap: wrap; gap: 8px; }

/* ──────────────────────────────────────────────────────────────────
   About — who we are split
   ────────────────────────────────────────────────────────────────── */
.about-split {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 80px;
  align-items: start;
}
@media (max-width: 960px) { .about-split { grid-template-columns: 1fr; gap: 40px; } }
.about-split-text p { color: var(--slate-500); line-height: 1.75; }
.about-split-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--border);
}
.about-stat {
  background: var(--surface);
  padding: 28px 24px;
}
.about-stat-v {
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 800;
  color: var(--cyan-600);
  letter-spacing: -0.03em;
  line-height: 1;
}
.about-stat-l {
  font-size: 13px;
  color: var(--slate-500);
  margin-top: 6px;
  line-height: 1.4;
}

/* ──────────────────────────────────────────────────────────────────
   About — values + team
   ────────────────────────────────────────────────────────────────── */
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.values-grid--4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 1080px) { .values-grid--4 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 960px) { .values-grid { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .values-grid--4 { grid-template-columns: 1fr; } }
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.team-grid--3 { grid-template-columns: repeat(3, 1fr); max-width: 860px; margin: 0 auto; }
@media (max-width: 960px) { .team-grid { grid-template-columns: 1fr 1fr; } .team-grid--3 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 400px) { .team-grid { grid-template-columns: 1fr; } .team-grid--3 { grid-template-columns: 1fr; } }
.team-card { text-align: left; }
.team-photo {
  aspect-ratio: 4/5;
  border-radius: var(--radius-lg);
  background: linear-gradient(160deg, #4DDFEA 0%, #0C9CB5 60%, #075063 100%);
  margin-bottom: 16px;
  position: relative; overflow: hidden;
  display: grid; place-items: center;
}
.team-photo span {
  font-family: var(--font-display);
  font-weight: 700; font-size: 64px; color: rgba(255,255,255,0.9);
  letter-spacing: -0.02em;
}
.team-name { font-family: var(--font-display); font-weight: 700; font-size: 18px; }
.team-role { color: var(--slate-500); font-size: 14px; margin-top: 2px; }

/* ──────────────────────────────────────────────────────────────────
   Blog grid
   ────────────────────────────────────────────────────────────────── */
.blog-featured {
  display: grid; grid-template-columns: 1.2fr 1fr;
  gap: 48px; padding: 32px;
  background: var(--ink); color: #fff;
  border-radius: var(--radius-xl);
  align-items: center;
  margin-bottom: 64px;
}
.blog-featured h2 { color: #fff; font-size: 32px; line-height: 1.2; }
.blog-featured p { color: rgba(255,255,255,0.7); margin-top: 12px; }
.blog-featured-cover {
  aspect-ratio: 4/3;
  border-radius: var(--radius);
  background: linear-gradient(135deg, #06B6D4 0%, #0E7C90 100%);
  position: relative; overflow: hidden;
  display: grid; place-items: center;
}
@media (max-width: 960px) {
  .blog-featured { grid-template-columns: 1fr; padding: 24px; }
}

.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
@media (max-width: 960px) { .blog-grid { grid-template-columns: 1fr; } }
.blog-card {
  display: flex; flex-direction: column;
  background: #fff; border: 1px solid var(--slate-200);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all .25s ease;
}
.blog-card:hover { transform: translateY(-3px); border-color: var(--slate-300); box-shadow: var(--shadow); }
.blog-cover {
  aspect-ratio: 16/10;
  display: grid; place-items: center;
  font-family: var(--font-display); font-weight: 700; font-size: 28px;
  color: rgba(255,255,255,0.95);
  letter-spacing: -0.02em;
  position: relative; overflow: hidden;
}
.blog-card-body { padding: 20px 24px 24px; display: grid; gap: 10px; flex: 1; }
.blog-meta { font-size: 12px; color: var(--slate-500); font-weight: 500; display: flex; gap: 12px; }
.blog-card h3 { font-size: 19px; line-height: 1.3; }
.blog-card p { color: var(--slate-500); font-size: 14.5px; flex: 1; }

.blog-categories { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-bottom: 48px; }
.blog-cat {
  padding: 8px 16px;
  border-radius: 999px; background: #fff;
  border: 1px solid var(--slate-200);
  font-size: 14px; font-weight: 500; color: var(--slate-700);
  cursor: pointer; transition: all .15s ease;
}
.blog-cat.is-active, .blog-cat:hover { background: var(--ink); color: #fff; border-color: var(--ink); }

/* ──────────────────────────────────────────────────────────────────
   Contact page
   ────────────────────────────────────────────────────────────────── */
.contact-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 64px; }
@media (max-width: 960px) { .contact-grid { grid-template-columns: 1fr; gap: 32px; } }
.contact-info { display: grid; gap: 24px; align-content: start; }
.contact-row { display: grid; grid-template-columns: 48px 1fr; gap: 16px; align-items: center; }
.contact-row .icon-tile { margin: 0; width: 48px; height: 48px; }
.contact-row strong { display: block; font-family: var(--font-display); font-weight: 600; font-size: 15px; color: var(--ink); }
.contact-row span { color: var(--slate-500); font-size: 14px; }

.form-card {
  background: #fff;
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-lg);
  padding: 32px;
  box-shadow: var(--shadow);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 600px) { .form-row { grid-template-columns: 1fr; } }
.form-success {
  text-align: center; padding: 40px 24px;
}
.form-success .check-circle {
  width: 64px; height: 64px; border-radius: 999px; background: #DCFCE7; color: #15803D;
  display: grid; place-items: center; margin: 0 auto 20px;
}

/* ──────────────────────────────────────────────────────────────────
   Categorical case study cover backgrounds
   ────────────────────────────────────────────────────────────────── */
/* ─────────────────────────────────────────────────────────────────
   Case study cover backgrounds — dark, sophisticated, corporate
   ─────────────────────────────────────────────────────────────────
   Each cover uses a deep tone with a subtle diagonal split. No pastels.
*/
.cover--health   { background: linear-gradient(135deg, #1A2535 0%, #243044 100%); color: rgba(255,255,255,0.55); }
.cover--finance  { background: linear-gradient(135deg, #0F1E2E 0%, #162437 100%); color: rgba(255,255,255,0.55); }
.cover--energy   { background: linear-gradient(135deg, #1C1A10 0%, #2A2515 100%); color: rgba(255,255,255,0.55); }
.cover--ops      { background: linear-gradient(135deg, #0D1F2D 0%, #132534 100%); color: rgba(255,255,255,0.55); }
.cover--defence  { background: linear-gradient(135deg, #141A1F 0%, #1C2530 100%); color: rgba(255,255,255,0.55); }
.cover--cyan     { background: linear-gradient(135deg, #082A35 0%, #0C3544 100%); color: rgba(255,255,255,0.55); }
.cover--ink      { background: linear-gradient(135deg, #0F172A 0%, #1E2939 100%); color: rgba(255,255,255,0.55); }

/* Accent line — a single cyan stroke to distinguish each cover */
.cover--health::after   { background: linear-gradient(90deg, #06B6D4 0%, transparent 60%); }
.cover--finance::after  { background: linear-gradient(90deg, #2563EB 0%, transparent 60%); }
.cover--energy::after   { background: linear-gradient(90deg, #D97706 0%, transparent 60%); }
.cover--ops::after      { background: linear-gradient(90deg, #06B6D4 0%, transparent 60%); }
.cover--defence::after  { background: linear-gradient(90deg, #94A3B8 0%, transparent 60%); }
.cover--cyan::after     { background: linear-gradient(90deg, #22D3EE 0%, transparent 60%); }
.cover--ink::after      { background: linear-gradient(90deg, #06B6D4 0%, transparent 60%); }

.cs-cover::after {
  content: "";
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  pointer-events: none;
}
