/* =====================================================
 * DecryptCode — Kinetic Product Studio (Direction B)
 * Full-bleed atmosphere · large type · intentional motion
 * ===================================================== */

.page-home {
  --c-ink: #07101a;
  --c-ink-2: #0e1a28;
  --c-teal: #1aa896;
  --c-teal-deep: #0d6b60;
  --c-copper: #e07a2f;
  --c-sand: #e8ddd0;
  --c-mist: #eef3f6;
  --c-paper: #f6f4f1;
  --c-white: #ffffff;
  --font-display: "Plus Jakarta Sans", system-ui, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, monospace;
  background: var(--c-paper) !important;
  color: var(--c-ink);
  overflow-x: clip;
}

/* ── Nav (light hero) ── */
.page-home .navbar {
  background: rgba(246, 244, 241, 0.72) !important;
  border-bottom: 1px solid transparent !important;
  backdrop-filter: blur(14px);
  transition: background 0.35s ease, border-color 0.35s ease;
}

.page-home .navbar--scrolled {
  background: rgba(246, 244, 241, 0.94) !important;
  border-bottom-color: rgba(7, 16, 26, 0.08) !important;
  box-shadow: none !important;
}

.page-home .navbar__link {
  color: rgba(7, 16, 26, 0.62) !important;
}

.page-home .navbar__link:hover,
.page-home .navbar__link--active {
  color: var(--c-ink) !important;
}

@media (min-width: 1024px) {
  .page-home .navbar__links {
    gap: 0;
  }

  .page-home .navbar__link {
    padding: 0.35rem 0.5rem;
    font-size: 0.8125rem;
    white-space: nowrap;
  }

  .page-home .navbar__link::after {
    left: 0.5rem;
    right: 0.5rem;
  }

  .page-home .navbar__cta.btn--sm {
    padding: 0.5rem 0.85rem;
    font-size: 0.8125rem;
    white-space: nowrap;
  }
}

.page-home .btn--primary {
  background: var(--accent-primary) !important;
  border-color: var(--accent-primary) !important;
  color: #fff !important;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.page-home .btn--primary:hover {
  background: var(--accent-hover) !important;
  border-color: var(--accent-hover) !important;
}

.page-home .btn--ghost {
  border-radius: 999px;
  border: 1.5px solid rgba(7, 16, 26, 0.18) !important;
  color: var(--c-ink) !important;
  background: transparent !important;
}

.page-home .btn--ghost:hover {
  border-color: var(--c-ink) !important;
  background: rgba(7, 16, 26, 0.04) !important;
}

/* ═══════════════════════════════════════════
   HERO v5 — split studio (UI enhanced)
   ═══════════════════════════════════════════ */
.page-home .hero,
.page-home .hero-v5 {
  position: relative !important;
  padding: 0 !important;
  display: block !important;
  background: #faf9f7 !important;
  overflow: hidden;
}

.page-home .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 70% at 92% 20%, rgba(26, 168, 150, 0.14), transparent 60%),
    radial-gradient(ellipse 40% 50% at 8% 85%, rgba(224, 122, 47, 0.07), transparent 55%);
  pointer-events: none;
}

.page-home .hero::after {
  display: none;
}

.page-home .hero-stage,
.page-home .hero-bold,
.page-home .hero-k,
.page-home .hero-v4,
.page-home .hv4,
.page-home .hv3 { display: none !important; }

.hv5 {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: calc(104px + 1.25rem) clamp(1.25rem, 4vw, 2.75rem) 2.25rem;
}

.hv5__grid {
  display: grid;
  gap: 2.75rem;
  align-items: center;
}

@media (min-width: 1024px) {
  .hv5__grid {
    grid-template-columns: 1.02fr 0.98fr;
    gap: clamp(2.5rem, 5vw, 4rem);
  }
}

/* ── Main column ── */
.hv5__main {
  position: relative;
}

.hv5__eyebrow {
  display: none !important;
  align-items: center;
  gap: 0.65rem;
  margin: 1.15rem 0 1.5rem;
  padding: 0.4rem 0.85rem 0.4rem 0.55rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(7, 16, 26, 0.08);
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: rgba(7, 16, 26, 0.6);
  backdrop-filter: blur(8px);
}

.hv5__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--c-teal);
  box-shadow: 0 0 0 3px rgba(26, 168, 150, 0.25);
  flex-shrink: 0;
  animation: hv5-pulse 2.5s ease-in-out infinite;
}

.hv5__title {
  margin: 0 0 3rem !important;
  max-width: 11.5ch;
  font-size: clamp(3.15rem, 2.1rem + 5.2vw, 6rem) !important;
  line-height: 0.93 !important;
  letter-spacing: -0.058em !important;
  font-weight: 800 !important;
  color: var(--c-ink-2) !important;
  background: none !important;
  -webkit-text-fill-color: var(--c-ink-2) !important;
}

.hv5__title em {
  font-style: normal;
  position: relative;
  color: var(--c-copper);
  -webkit-text-fill-color: var(--c-copper);
}

.hv5__title em::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.06em;
  height: 0.12em;
  background: rgba(224, 122, 47, 0.22);
  border-radius: 2px;
  z-index: -1;
}

.hv5__lead {
  margin: 0 0 3rem;
  max-width: 36rem;
  font-size: clamp(1.06rem, 1rem + 0.3vw, 1.22rem);
  line-height: 1.65;
  color: rgba(7, 16, 26, 0.65);
}

.hv5__audience {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1.85rem;
}

.hv5__audience span {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.5rem 0.85rem;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(7, 16, 26, 0.09);
  color: rgba(7, 16, 26, 0.75);
  box-shadow: 0 2px 8px rgba(7, 16, 26, 0.04);
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.hv5__audience span:first-child {
  background: var(--c-ink);
  border-color: var(--c-ink);
  color: #fff;
}

.hv5__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2.25rem;
}

.hv5__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.6rem;
}

.hv5__stat {
  padding: 0.85rem 0.75rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(7, 16, 26, 0.07);
  box-shadow: 0 4px 16px rgba(7, 16, 26, 0.04);
}

.hv5__stat strong {
  display: block;
  font-size: clamp(1.1rem, 1rem + 0.4vw, 1.35rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--c-ink);
  line-height: 1.1;
  margin-bottom: 0.2rem;
}

.hv5__stat span {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(7, 16, 26, 0.45);
}

@media (max-width: 520px) {
  .hv5__stats { grid-template-columns: repeat(2, 1fr); }
}

/* ── Shared media frames (image placeholders) ── */
.dc-media {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(13, 107, 96, 0.1) 0%, rgba(246, 244, 241, 0.95) 45%, rgba(196, 94, 18, 0.08) 100%);
}

.dc-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(26, 168, 150, 0.18), transparent 45%),
    radial-gradient(circle at 80% 70%, rgba(224, 122, 47, 0.12), transparent 40%);
  pointer-events: none;
  z-index: 0;
}

.dc-media img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dc-media.is-missing::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    repeating-linear-gradient(
      -45deg,
      rgba(7, 16, 26, 0.03) 0,
      rgba(7, 16, 26, 0.03) 1px,
      transparent 1px,
      transparent 12px
    );
  opacity: 0.6;
}

/* ── Hero product rail (cards only — no hero photo) ── */
.hv5__aside {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.hv5__rail {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  min-height: 0;
  flex: 1 1 auto;
  border-radius: 24px;
  padding: clamp(1rem, 2vw, 1.25rem);
  background:
    radial-gradient(ellipse 85% 55% at 100% 0%, rgba(26, 168, 150, 0.32), transparent 58%),
    linear-gradient(168deg, #0a1520 0%, #0c1f28 48%, #0e2a2a 100%);
  box-shadow:
    0 28px 70px rgba(7, 16, 26, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.06) inset;
  overflow: hidden;
}

.hv5__rail::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 72%);
  pointer-events: none;
}

.hv5__rail-head {
  position: relative;
  z-index: 1;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hv5__rail-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.35rem;
  font-family: var(--font-mono);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.hv5__rail-label .hv5__dot {
  width: 6px;
  height: 6px;
  box-shadow: 0 0 0 2px rgba(26, 168, 150, 0.35);
}

.hv5__rail-deck {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.62);
}

.hv5__cards {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  flex: 1 1 auto;
  min-height: 0;
}

.hv5__card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.85rem;
  align-items: start;
  text-decoration: none;
  color: #fff;
  padding: 0.95rem 1rem 0.95rem 1.05rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: background 0.3s ease, transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
              border-color 0.3s ease;
}

.hv5__card:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(4px);
  border-color: rgba(255, 255, 255, 0.18);
}

.hv5__card-icon {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.38);
  padding-top: 0.15rem;
}

.hv5__card--voice .hv5__card-icon { color: var(--c-teal); }
.hv5__card--agents .hv5__card-icon { color: #f0b27a; }
.hv5__card--auto .hv5__card-icon { color: #8ecae6; }
.hv5__card--rag .hv5__card-icon { color: #b8a4e8; }

.hv5__card-tag {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 0.58rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 0.3rem;
}

.hv5__card strong {
  display: block;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 0.2rem;
  color: #fff;
}

.hv5__card p,
.hv5__card-line {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.48;
  color: rgba(255, 255, 255, 0.58);
}

.hv5__card-line {
  font-size: 0.78rem;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.52);
}

.hv5__card-arrow {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.35);
  padding-top: 0.35rem;
  transition: transform 0.3s ease, color 0.3s ease;
}

.hv5__card:hover .hv5__card-arrow {
  color: var(--c-teal);
  transform: translateX(4px);
}

/* ── Domain bar (in hero) ── */
.hv5__domains {
  margin-top: 2.75rem;
  padding: 1.35rem 1.5rem;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(7, 16, 26, 0.08);
  box-shadow: 0 8px 32px rgba(7, 16, 26, 0.04);
}

.hv5__domains-label {
  display: block;
  font-family: var(--font-mono);
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(7, 16, 26, 0.42);
  margin-bottom: 0.9rem;
}

.hv5__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.hv5__pills span {
  font-size: 0.8rem;
  font-weight: 500;
  padding: 0.42rem 0.8rem;
  border-radius: 999px;
  background: rgba(7, 16, 26, 0.04);
  color: rgba(7, 16, 26, 0.68);
  border: 1px solid transparent;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.hv5__pills span:hover {
  background: rgba(26, 168, 150, 0.08);
  border-color: rgba(26, 168, 150, 0.2);
}

.hv5__pills span:last-child {
  background: var(--c-ink);
  color: #fff;
  font-weight: 600;
}

.hv5__pills span:last-child:hover {
  background: var(--c-teal-deep);
  border-color: transparent;
}

/* ── Hero fold: industries + marquee in one viewport (desktop) ── */
@media (min-width: 1024px) {
  .page-home .hero.hero-v5 {
    --hero-nav: 64px;
    --hero-marquee: 4.35rem;
    --hero-copy-gap: clamp(0.85rem, 1.2vh, 1.3rem);
    /* Hero H1: one step above section titles (4.25–4.75rem) */
    --hero-title-size: clamp(3.15rem, 2.1rem + 4.8vw, 5.75rem);
    /* Match section-lead scale (1.06–1.22rem), not shrunken vh caps */
    --hero-lead-size: clamp(1.06rem, 1rem + 0.3vw, 1.22rem);
    height: 100dvh !important;
    height: 100svh !important;
    max-height: 100dvh !important;
    max-height: 100svh !important;
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
  }

  .page-home .hero-v5 .hv5__eyebrow {
    margin: clamp(0.5rem, 0.9vh, 1.15rem) 0 var(--hero-copy-gap);
  }

  .page-home .hero-v5 .hv5__title {
    font-size: var(--hero-title-size) !important;
    margin-bottom: clamp(1.85rem, 3vh, 2.85rem) !important;
    line-height: 0.93 !important;
  }

  .page-home .hero-v5 .hv5__lead {
    font-size: var(--hero-lead-size);
    line-height: 1.6;
    margin-bottom: clamp(1.85rem, 3vh, 2.85rem);
  }

  .page-home .hero-v5 .hv5__audience {
    margin-bottom: var(--hero-copy-gap);
  }

  .page-home .hero-v5 .hv5__actions {
    margin-bottom: clamp(1.15rem, 1.75vh, 2rem);
  }

  .page-home .hero-v5 .hv5 {
    flex: 1 1 auto;
    min-height: 0;
    max-height: calc(100dvh - var(--hero-marquee));
    max-height: calc(100svh - var(--hero-marquee));
    display: flex;
    flex-direction: column;
    padding: calc(var(--hero-nav) + 1.25rem) clamp(1.25rem, 4vw, 2.75rem) 0.65rem;
    overflow: hidden;
  }

  .page-home .hero-v5 .hv5__grid {
    flex: 1 1 auto;
    min-height: 0;
    gap: clamp(1.25rem, 2.2vh, 2.25rem);
    align-items: center;
    overflow: hidden;
  }

  .page-home .hero-v5 .hv5__main,
  .page-home .hero-v5 .hv5__aside {
    min-height: 0;
    overflow: hidden;
  }

  .page-home .hero-v5 .hv5__rail {
    min-height: 0;
    flex: 1 1 auto;
  }

  .page-home .hero-v5 .hv5__cards {
    gap: clamp(0.3rem, 0.55vh, 0.42rem);
  }

  .page-home .hero-v5 .hv5__card-line {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: clamp(0.66rem, 1.15vh, 0.74rem);
    line-height: 1.3;
    margin-top: 0.1rem;
    overflow: hidden;
    white-space: normal;
  }

  .page-home .hero-v5 .hv5__card {
    padding: 0.55rem 0.8rem 0.55rem 0.9rem;
    align-items: center;
  }

  .page-home .hero-v5 .hv5__card strong {
    margin-bottom: 0;
    font-size: clamp(0.82rem, 1.4vh, 0.92rem);
  }

  .page-home .hero-v5 .hv5__card-tag {
    margin-bottom: 0.12rem;
    font-size: 0.52rem;
  }

  .page-home .hero-v5 .hv5__domains {
    flex-shrink: 0;
    margin-top: clamp(0.65rem, 1.2vh, 1rem);
    padding: 0.65rem 1rem;
    border-radius: 14px;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 0.75rem 1.15rem;
  }

  .page-home .hero-v5 .hv5__domains-label {
    margin-bottom: 0;
    white-space: nowrap;
    font-size: 0.62rem;
  }

  .page-home .hero-v5 .hv5__pills {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    gap: 0.35rem;
  }

  .page-home .hero-v5 .hv5__pills::-webkit-scrollbar {
    display: none;
  }

  .page-home .hero-v5 .hv5__pills span {
    flex-shrink: 0;
    font-size: 0.72rem;
    padding: 0.3rem 0.62rem;
  }

  .page-home .hero-v5 .proof-strip--fold {
    flex-shrink: 0;
    width: 100%;
    margin-top: auto;
    padding: 0 !important;
  }
}

@media (min-width: 1024px) and (max-height: 900px) {
  .page-home .hero.hero-v5 {
    /* Short viewports: scale down toward section-title size, not smaller */
    --hero-title-size: clamp(2.65rem, 4.8vh, 4.5rem);
    --hero-lead-size: clamp(1rem, 1.2vh, 1.12rem);
    --hero-copy-gap: clamp(0.65rem, 1vh, 1rem);
  }

  .page-home .hero-v5 .hv5__eyebrow {
    margin-bottom: var(--hero-copy-gap);
  }

  .page-home .hero-v5 .hv5__title {
    margin-bottom: clamp(1.5rem, 2.4vh, 2.25rem) !important;
  }

  .page-home .hero-v5 .hv5__lead {
    margin-bottom: clamp(1.5rem, 2.4vh, 2.25rem);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .page-home .hero-v5 .hv5__audience,
  .page-home .hero-v5 .hv5__actions {
    margin-bottom: var(--hero-copy-gap);
  }
}

@media (max-width: 1023px) {
  .page-home .hero.hero-v5 {
    min-height: auto !important;
    overflow: visible;
  }

  .page-home .hero-v5 .proof-strip--fold {
    margin-top: 0;
  }

  .page-home .hero-v5 .hv5__domains {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 0.65rem 0.85rem;
    margin-top: 2rem;
    padding: 1rem 1.1rem;
  }

  .page-home .hero-v5 .hv5__domains-label {
    margin-bottom: 0;
    white-space: nowrap;
    font-size: 0.6rem;
  }

  .page-home .hero-v5 .hv5__pills {
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .page-home .hero-v5 .hv5__pills::-webkit-scrollbar {
    display: none;
  }

  .page-home .hero-v5 .hv5__pills span {
    flex-shrink: 0;
    font-size: 0.72rem;
    padding: 0.32rem 0.6rem;
  }
}

@keyframes hv5-pulse {
  0%, 100% { box-shadow: 0 0 0 3px rgba(26, 168, 150, 0.25); }
  50% { box-shadow: 0 0 0 6px rgba(26, 168, 150, 0.12); }
}

@keyframes k-rise {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ── Proof strip / marquee ── */
.page-home .proof-strip {
  background: linear-gradient(180deg, #0c1824 0%, #07101a 100%) !important;
  border: none !important;
  border-top: 1px solid rgba(26, 168, 150, 0.35) !important;
  padding: 0 !important;
  overflow: hidden;
}

.page-home .proof-strip__bar {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.9rem clamp(1.25rem, 4vw, 2.75rem);
}

.page-home .proof-strip__heading {
  flex-shrink: 0;
  font-family: var(--font-mono);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--c-teal);
  padding: 0.38rem 0.7rem;
  border-radius: 8px;
  background: rgba(26, 168, 150, 0.14);
  border: 1px solid rgba(26, 168, 150, 0.32);
  box-shadow: 0 0 20px rgba(26, 168, 150, 0.12);
}

.page-home .proof-strip__viewport {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
}

.page-home .proof-strip__track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: proof-scroll 58s linear infinite;
}

.page-home .proof-strip__set {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex-shrink: 0;
  padding-right: 0.55rem;
}

.page-home .proof-strip__track:hover {
  animation-play-state: paused;
}

.page-home .proof-strip__item {
  min-width: auto;
  flex-shrink: 0;
}

.page-home .proof-strip__label {
  display: inline-block;
  color: rgba(255, 255, 255, 0.94) !important;
  font-family: var(--font-mono) !important;
  font-size: 0.8rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.05em !important;
  text-transform: none;
  padding: 0.42rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
  white-space: nowrap;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.page-home .proof-strip__item:hover .proof-strip__label {
  color: #fff !important;
  background: rgba(26, 168, 150, 0.22);
  border-color: rgba(26, 168, 150, 0.45);
}

.page-home .proof-strip__divider {
  display: none !important;
}

@media (max-width: 640px) {
  .page-home .proof-strip__bar {
    gap: 0.65rem;
    padding: 0.75rem 1rem;
  }

  .page-home .proof-strip__heading {
    font-size: 0.58rem;
    padding: 0.32rem 0.55rem;
  }

  .page-home .proof-strip__label {
    font-size: 0.74rem !important;
    padding: 0.35rem 0.7rem;
  }
}
.stat-bold {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: rgba(7, 16, 26, 0.08);
  border-bottom: 1px solid rgba(7, 16, 26, 0.08);
}

@media (min-width: 800px) {
  .stat-bold { grid-template-columns: repeat(4, 1fr); }
}

.stat-bold__item {
  background: var(--c-paper);
  padding: 1.75rem 1.25rem;
}

.stat-bold__value {
  font-size: clamp(1.8rem, 1.4rem + 1.5vw, 2.6rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 0.4rem;
}

.stat-bold__label {
  font-size: 0.88rem;
  color: rgba(7, 16, 26, 0.55);
  line-height: 1.35;
}

/* ── Sections ── */
.band {
  padding: clamp(4.5rem, 8vw, 7.5rem) 0;
  position: relative;
}

.band--mint { background: #dceeea; color: var(--c-ink); }
.band--paper { background: var(--c-paper); color: var(--c-ink); }
.band--sky { background: #e4eef5; color: var(--c-ink); }
.band--sand { background: var(--c-sand); color: var(--c-ink); }
.band--ink { background: var(--c-ink); color: #f2f4f8; }

.page-home .section-label {
  font-family: var(--font-mono) !important;
  font-size: 0.7rem !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase;
  color: var(--c-copper) !important;
  margin-bottom: 0.85rem !important;
}

.band--ink .section-label { color: #f0b27a !important; }

.page-home .section-title {
  font-size: clamp(2.6rem, 1.6rem + 3.5vw, 4.75rem) !important;
  letter-spacing: -0.05em !important;
  line-height: 0.95 !important;
  max-width: 11ch;
  margin: 0 0 1rem !important;
  color: inherit !important;
  background: none !important;
  -webkit-text-fill-color: unset !important;
}

.page-home .section-subtitle {
  max-width: 34rem;
  font-size: 1.05rem;
  line-height: 1.65;
  color: rgba(7, 16, 26, 0.76) !important;
  opacity: 1 !important;
}

.section-head {
  display: grid;
  gap: 1.25rem;
  margin-bottom: 3rem;
}

@media (min-width: 900px) {
  .section-head--split {
    grid-template-columns: 1.2fr 0.8fr;
    align-items: end;
  }
}

.section-head__index {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(7, 16, 26, 0.58);
  margin-bottom: 0.75rem;
}

.band--mint .section-head__index {
  color: rgba(7, 16, 26, 0.62);
}

.band--mint .section-label {
  color: #9a4510 !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
}

.band--mint .section-title {
  color: var(--c-ink) !important;
  -webkit-text-fill-color: var(--c-ink) !important;
}

.section-head--platforms,
.section-head--solutions,
.section-head--industries,
.section-head--cases,
.section-head--portfolio,
.section-head--blog,
.section-head--faq {
  max-width: 46rem;
  margin-bottom: clamp(2.25rem, 4vw, 3rem);
}

.section-head--platforms .section-title,
.section-head--solutions .section-title,
.section-head--industries .section-title,
.section-head--cases .section-title,
.section-head--portfolio .section-title,
.section-head--blog .section-title,
.section-head--faq .section-title {
  max-width: none !important;
  margin-bottom: 1.35rem !important;
  font-size: clamp(2.35rem, 1.5rem + 3vw, 4.25rem) !important;
  line-height: 1 !important;
}

.section-lead {
  margin: 0;
  max-width: 40rem;
  font-family: var(--font-display);
  font-size: clamp(1.0625rem, 1rem + 0.2vw, 1.1875rem);
  font-weight: 500;
  line-height: 1.72;
  letter-spacing: -0.012em;
  color: rgba(7, 16, 26, 0.74);
  padding-top: 0.15rem;
  padding-left: 1.15rem;
  border-left: 2px solid rgba(196, 94, 18, 0.32);
}

.band--mint .section-lead {
  color: rgba(7, 16, 26, 0.78);
}

.band--paper .section-head__index {
  color: rgba(7, 16, 26, 0.58);
}

.band--paper .section-label {
  color: #9a4510 !important;
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
}

.band--paper .section-title {
  color: var(--c-ink) !important;
  -webkit-text-fill-color: var(--c-ink) !important;
}

.band--paper .section-lead {
  color: rgba(7, 16, 26, 0.82);
  border-left-color: rgba(13, 107, 96, 0.38);
  margin-bottom: 0.85rem;
}

.section-lead-sub {
  margin: 0 0 1.15rem;
  max-width: 40rem;
  padding-left: 1.15rem;
  font-family: var(--font-display);
  font-size: clamp(0.98rem, 0.94rem + 0.15vw, 1.0625rem);
  font-weight: 400;
  line-height: 1.68;
  letter-spacing: -0.008em;
  color: rgba(7, 16, 26, 0.62);
}

.section-caps {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0;
  padding: 0 0 0 1.15rem;
  list-style: none;
}

.section-caps li {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(7, 16, 26, 0.1);
  color: rgba(7, 16, 26, 0.72);
  box-shadow: 0 1px 4px rgba(7, 16, 26, 0.04);
}

.band--paper .section-caps li {
  border-color: rgba(13, 107, 96, 0.14);
}

.section-head--solutions .section-title {
  margin-bottom: 1.15rem !important;
}

.band--sky .section-head__index {
  color: rgba(7, 16, 26, 0.58);
}

.band--sky .section-label {
  color: #9a4510 !important;
}

.band--sky .section-title {
  color: var(--c-ink) !important;
  -webkit-text-fill-color: var(--c-ink) !important;
}

.band--sky .section-lead {
  color: rgba(7, 16, 26, 0.78);
  border-left-color: rgba(13, 107, 96, 0.38);
  margin-bottom: 0.85rem;
}

.band--sky .section-caps li {
  background: #fff;
  border-color: rgba(7, 16, 26, 0.1);
}

.band--ink .section-head__index { color: rgba(240, 178, 122, 0.65); }

/* Reveal motion */
.page-home [data-animate="fade-up"] {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

.page-home [data-animate="fade-up"].is-visible,
.page-home [data-animate="fade-up"].animate-in,
.page-home [data-animate="fade-up"][data-animated="true"] {
  opacity: 1;
  transform: translateY(0);
}

.page-home [data-delay="1"] { transition-delay: 0.08s; }
.page-home [data-delay="2"] { transition-delay: 0.16s; }

/* ── Platforms ── */
.platform-stack {
  display: grid;
  gap: 1.25rem;
}

.platform-stack__top {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 960px) {
  .platform-stack__top {
    grid-template-columns: 1.25fr 0.75fr;
    gap: 1.5rem;
    align-items: start;
  }
}

.plat-hero {
  position: relative;
  border-radius: 28px;
  padding: clamp(1.75rem, 3vw, 2.75rem);
  background:
    radial-gradient(ellipse 80% 70% at 100% 0%, rgba(26, 168, 150, 0.35), transparent 55%),
    var(--c-ink);
  color: #fff;
  overflow: hidden;
  display: grid;
  gap: 1.5rem;
  align-content: start;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (min-width: 720px) {
  .plat-hero {
    grid-template-columns: 1fr minmax(11rem, 13.5rem);
    gap: clamp(1.25rem, 2.5vw, 2rem);
    align-items: stretch;
  }
}

.plat-hero:hover { transform: translateY(-4px); }

.plat-hero__main {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.plat-hero__visual {
  position: relative;
  padding: 1.15rem 1.2rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  align-self: stretch;
}

.plat-hero__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 90% 80% at 100% 0%, rgba(26, 168, 150, 0.18), transparent 60%);
  pointer-events: none;
  border-radius: inherit;
}

.plat-hero__visual-label {
  position: relative;
  margin: 0 0 1rem;
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

.plat-hero__pipeline {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.plat-hero__pipeline li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.65rem;
  align-items: start;
  padding: 0.55rem 0.6rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.plat-hero__pipe-num {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--c-teal);
  padding-top: 0.15rem;
}

.plat-hero__pipeline strong {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 0.15rem;
}

.plat-hero__pipeline em {
  display: block;
  font-style: normal;
  font-size: 0.68rem;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.48);
}

.plat-hero__kicker {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 1rem;
}

.plat-hero__title {
  margin: 0 0 0.85rem;
  font-size: clamp(1.85rem, 1.4rem + 1.8vw, 2.85rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.05;
  max-width: 14ch;
}

.plat-hero__desc {
  margin: 0 0 1.25rem;
  max-width: 42ch;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.55;
}

@media (min-width: 720px) {
  .plat-hero__desc {
    max-width: none;
  }
}

.plat-hero__agents {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 1.5rem;
}

.plat-hero__agents span {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.4rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.8);
}

.plat-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.plat-hero__stats strong {
  display: block;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.plat-hero__stats span {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.5);
}

.plat-hero .btn--ghost {
  align-self: flex-start;
  border-color: rgba(255, 255, 255, 0.35) !important;
  color: #fff !important;
}

.plat-side {
  display: grid;
  gap: 1rem;
}

.plat-card {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 22px;
  padding: 1.35rem 1.4rem;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.plat-card:hover {
  transform: translateY(-3px);
}

a.hv5__card,
a.hv5__card:hover {
  color: #fff;
}

a.hv5__card:hover strong,
a.hv5__card:hover .hv5__card-line {
  color: inherit;
}

a.plat-card--teal,
a.plat-card--teal:hover {
  color: #fff;
}

a.plat-card--copper,
a.plat-card--copper:hover {
  color: #fff;
}

a.plat-card--paper,
a.plat-card--paper:hover {
  color: var(--c-ink);
}

a.plat-wide--meridian,
a.plat-wide--meridian:hover {
  color: var(--c-ink);
}

a.plat-card:hover .plat-card__desc,
a.plat-card:hover .plat-card__result,
a.plat-card:hover .plat-card__kicker {
  color: inherit;
}

a.plat-wide:hover .plat-wide__title,
a.plat-wide:hover .plat-wide__desc {
  color: inherit;
}

a.sol-svc,
a.sol-svc:hover,
a.sol-tile,
a.sol-tile:hover {
  color: var(--c-ink);
  text-decoration: none;
}

a.sol-svc:hover .sol-svc__desc,
a.sol-tile:hover .sol-tile__desc,
a.sol-tile:hover .sol-tile__meta {
  color: inherit;
}

a.sol-strip,
a.sol-strip:hover {
  color: #fff;
  text-decoration: none;
}

a.sol-strip:hover .sol-strip__desc {
  color: rgba(255, 255, 255, 0.78);
}

a.sol-strip:hover .sol-strip__title {
  color: #fff;
}

.plat-card--teal { background: var(--c-teal-deep); color: #fff; }
.plat-card--copper { background: #b85a14; color: #fff; }
.plat-card--paper {
  background: #fff;
  color: var(--c-ink);
  border: 1px solid rgba(7, 16, 26, 0.08);
}

.plat-card--mint {
  background: #dceeea;
  color: var(--c-ink);
  border: 1px solid rgba(13, 107, 96, 0.12);
}

.plat-card__kicker {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.65;
  margin-bottom: 0.5rem;
}

.plat-card__title {
  margin: 0 0 0.4rem;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.plat-card__desc {
  margin: 0 0 0.75rem;
  font-size: 0.92rem;
  line-height: 1.45;
  opacity: 0.75;
}

.plat-card__result {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.85;
}

.plat-wide {
  display: grid;
  gap: 1rem;
  text-decoration: none;
  color: inherit;
  border-radius: 22px;
  padding: clamp(1.35rem, 2.5vw, 1.75rem) clamp(1.4rem, 3vw, 2rem);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
}

.plat-wide:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(7, 16, 26, 0.08);
}

@media (min-width: 768px) {
  .plat-wide {
    grid-template-columns: minmax(9rem, 12rem) 1fr auto;
    gap: 1.5rem 2rem;
    align-items: center;
  }
}

.plat-wide--meridian {
  background: var(--c-sand);
  color: var(--c-ink);
  border: 1px solid rgba(196, 94, 18, 0.22);
  box-shadow: 0 8px 28px rgba(196, 94, 18, 0.08);
}

.plat-wide--meridian .plat-wide__kicker {
  color: var(--accent-primary);
  opacity: 1;
}

.plat-wide--meridian .plat-wide__result {
  color: #8a4510;
  opacity: 1;
}

.plat-wide__kicker {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.65;
  margin-bottom: 0.35rem;
}

.plat-wide__title {
  margin: 0;
  font-size: clamp(1.35rem, 1.1rem + 0.8vw, 1.75rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.plat-wide__desc {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  opacity: 0.78;
  max-width: 56ch;
}

@media (min-width: 768px) {
  .plat-wide__desc {
    max-width: none;
  }
}

.plat-wide__meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.plat-wide__result {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.85;
}

.plat-wide__arrow {
  font-size: 1.25rem;
  line-height: 1;
  opacity: 0.45;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.plat-wide:hover .plat-wide__arrow {
  transform: translateX(4px);
  opacity: 0.85;
}

.plat-more {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .plat-more { grid-template-columns: 1fr 1fr; }
}

.plat-more__card {
  display: grid;
  gap: 0.35rem;
  padding: 1rem 1.2rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(7, 16, 26, 0.08);
  text-decoration: none;
  color: var(--c-ink);
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.plat-more__card:hover {
  background: #fff;
  border-color: rgba(26, 168, 150, 0.25);
  transform: translateY(-2px);
}

.plat-more__tag {
  font-family: var(--font-mono);
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(7, 16, 26, 0.45);
}

.plat-more__card strong {
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.plat-more__card span:last-child {
  font-size: 0.86rem;
  line-height: 1.45;
  color: rgba(7, 16, 26, 0.62);
}

/* ═══════════════════════════════════════════
   SOLUTIONS — modern bento catalog (light)
   ═══════════════════════════════════════════ */
.sol-stack-section {
  position: relative;
  overflow: hidden;
}

.sol-stack-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(7, 16, 26, 0.045) 1px, transparent 0);
  background-size: 28px 28px;
  pointer-events: none;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, transparent 92%);
}

.sol-stack-section > .container {
  position: relative;
  z-index: 1;
}

.sol-catalog {
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  .sol-catalog {
    gap: 1.15rem;
  }
}

/* Intro row: featured + capability board */
.sol-catalog__intro {
  display: grid;
  gap: 1rem;
}

@media (min-width: 960px) {
  .sol-catalog__intro {
    grid-template-columns: 1.35fr 0.65fr;
    gap: 1.15rem;
    align-items: stretch;
  }
}

.sol-feature {
  position: relative;
  border-radius: 28px;
  padding: clamp(1.85rem, 3.2vw, 2.85rem);
  background:
    radial-gradient(ellipse 85% 75% at 100% 0%, rgba(224, 122, 47, 0.18), transparent 58%),
    radial-gradient(ellipse 70% 60% at 0% 100%, rgba(26, 168, 150, 0.1), transparent 55%),
    linear-gradient(145deg, #faf0e4 0%, #fff6ee 48%, #f3f9f7 100%);
  border: 1px solid rgba(196, 94, 18, 0.16);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.65) inset,
    0 20px 50px rgba(154, 69, 16, 0.08);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 100%;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.45s ease;
}

.sol-feature:hover {
  transform: translateY(-3px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.65) inset,
    0 28px 60px rgba(154, 69, 16, 0.12);
}

.sol-feature__badge {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9a4510;
  margin-bottom: 1.1rem;
}

.sol-feature__title {
  margin: 0 0 0.85rem;
  font-size: clamp(1.95rem, 1.5rem + 2vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.05;
  max-width: 16ch;
}

.sol-feature__desc {
  margin: 0 0 1.65rem;
  max-width: 44ch;
  font-size: 1.02rem;
  line-height: 1.58;
  color: rgba(7, 16, 26, 0.68);
}

.sol-capboard {
  border-radius: 24px;
  padding: 1.35rem 1.4rem;
  background:
    radial-gradient(ellipse 90% 80% at 100% 100%, rgba(26, 168, 150, 0.16), transparent 55%),
    linear-gradient(160deg, #e4f3ef 0%, #f0f9f6 55%, #faf6f0 100%);
  border: 1px solid rgba(13, 107, 96, 0.16);
  box-shadow: 0 8px 28px rgba(13, 107, 96, 0.07);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sol-capboard__label {
  margin: 0 0 1rem;
  font-family: var(--font-mono);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(7, 16, 26, 0.42);
}

.sol-capboard__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
  grid-template-columns: 1fr;
}

.sol-capboard__list li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  padding: 0.55rem 0.65rem;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
  color: rgba(7, 16, 26, 0.76);
  background: #fff;
  border-radius: 12px;
  border: 1px solid rgba(13, 107, 96, 0.1);
}

.sol-capboard__list li::before {
  content: "";
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  margin-top: 0.42em;
  border-radius: 50%;
  background: var(--c-teal);
  box-shadow: 0 0 0 3px rgba(26, 168, 150, 0.18);
}

/* Primary service trio */
.sol-catalog__primary {
  display: grid;
  gap: 0.85rem;
}

@media (min-width: 768px) {
  .sol-catalog__primary {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }
}

.sol-svc {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.35rem 1.3rem 1.2rem;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(7, 16, 26, 0.08);
  box-shadow: 0 4px 18px rgba(7, 16, 26, 0.04);
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
              border-color 0.35s ease,
              box-shadow 0.35s ease;
}

.sol-svc::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--sol-accent, var(--c-teal-deep));
  border-radius: 22px 0 0 22px;
}

.sol-svc--teal { --sol-accent: var(--c-teal-deep); }
.sol-svc--copper { --sol-accent: #b85a14; }
.sol-svc--violet { --sol-accent: #5b4bb4; }

.sol-svc:hover {
  transform: translateY(-4px);
  border-color: rgba(13, 107, 96, 0.2);
  box-shadow: 0 16px 40px rgba(7, 16, 26, 0.09);
}

.sol-svc__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.95rem;
}

.sol-svc__num {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--sol-accent, var(--c-teal-deep));
}

.sol-svc__tag {
  font-family: var(--font-mono);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  background: rgba(7, 16, 26, 0.04);
  color: rgba(7, 16, 26, 0.52);
}

.sol-svc__title {
  margin: 0 0 0.5rem;
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.sol-svc__desc {
  margin: 0 0 1.15rem;
  flex: 1;
  font-size: 0.875rem;
  line-height: 1.55;
  color: rgba(7, 16, 26, 0.62);
}

.sol-svc__stack {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: auto;
}

.sol-svc__stack span {
  font-family: var(--font-mono);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.32rem 0.55rem;
  border-radius: 8px;
  background: rgba(7, 16, 26, 0.04);
  color: rgba(7, 16, 26, 0.58);
  border: 1px solid rgba(7, 16, 26, 0.06);
}

.sol-svc__stack--light span {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.88);
}

/* Open weights strip */
.sol-strip {
  display: grid;
  gap: 1.25rem;
  padding: clamp(1.35rem, 2.5vw, 1.85rem) clamp(1.35rem, 2.5vw, 2rem);
  border-radius: 24px;
  background:
    linear-gradient(115deg, var(--c-teal-deep) 0%, #0a5249 42%, #123d5c 100%);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 16px 44px rgba(13, 107, 96, 0.22);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.35s ease;
}

@media (min-width: 860px) {
  .sol-strip {
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 2rem;
  }
}

.sol-strip:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 52px rgba(13, 107, 96, 0.28);
  color: #fff;
}

.sol-strip__main {
  display: flex;
  gap: 1.15rem;
  align-items: flex-start;
  min-width: 0;
}

.sol-strip__num {
  flex-shrink: 0;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0.45rem 0.55rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.92);
}

.sol-strip__tag {
  margin: 0 0 0.35rem;
  font-family: var(--font-mono);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
}

.sol-strip__title {
  margin: 0 0 0.45rem;
  font-size: clamp(1.25rem, 1.1rem + 0.6vw, 1.65rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #fff;
}

.sol-strip__desc {
  margin: 0;
  max-width: 52ch;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
}

.sol-strip__meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
}

.sol-strip__arrow {
  font-size: 1.5rem;
  font-weight: 300;
  opacity: 0.7;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.sol-strip:hover .sol-strip__arrow {
  transform: translateX(4px);
  opacity: 1;
}

/* Secondary quartet */
.sol-catalog__secondary {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .sol-catalog__secondary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .sol-catalog__secondary {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
  }
}

.sol-tile {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.25rem 1.2rem 1.1rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(7, 16, 26, 0.07);
  box-shadow: 0 2px 12px rgba(7, 16, 26, 0.03);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
              border-color 0.35s ease,
              box-shadow 0.35s ease,
              background 0.35s ease;
}

.sol-tile:hover {
  transform: translateY(-3px);
  background: #fff;
  border-color: rgba(13, 107, 96, 0.18);
  box-shadow: 0 14px 36px rgba(7, 16, 26, 0.08);
}

.sol-tile__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.85rem;
  height: 1.85rem;
  margin-bottom: 0.85rem;
  font-family: var(--font-mono);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--c-teal-deep);
  background: rgba(13, 107, 96, 0.08);
  border-radius: 50%;
}

.sol-tile__title {
  margin: 0 0 0.45rem;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.sol-tile__desc {
  margin: 0 0 1rem;
  flex: 1;
  font-size: 0.86rem;
  line-height: 1.52;
  color: rgba(7, 16, 26, 0.62);
}

.sol-tile__meta {
  font-family: var(--font-mono);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(7, 16, 26, 0.4);
  padding-top: 0.75rem;
  border-top: 1px solid rgba(7, 16, 26, 0.06);
}

.sol-catalog .sol-auto {
  margin-top: 0.15rem;
}

/* ── Automation nested in Solutions ── */
.sol-auto {
  margin-top: 0.5rem;
  border-radius: 28px;
  padding: clamp(1.75rem, 3vw, 2.75rem);
  overflow: hidden;
  position: relative;
}

.sol-auto--light {
  background:
    linear-gradient(145deg, #eef7f5 0%, #fff 42%, #faf4ec 100%);
  color: var(--c-ink);
  border: 1px solid rgba(13, 107, 96, 0.14);
  box-shadow: 0 10px 40px rgba(7, 16, 26, 0.05);
}

.sol-auto--light::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -120px;
  top: -140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(26, 168, 150, 0.14), transparent 65%);
  pointer-events: none;
}

.sol-auto:not(.sol-auto--light) {
  background: var(--c-ink);
  color: #f2f4f8;
}

.sol-auto:not(.sol-auto--light)::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -120px;
  top: -140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(26, 168, 150, 0.35), transparent 65%);
  pointer-events: none;
}

.sol-auto__head {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1rem;
  margin-bottom: 1.75rem;
}

@media (min-width: 800px) {
  .sol-auto__head {
    grid-template-columns: 1fr auto;
    align-items: end;
  }
}

.sol-auto__label {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin: 0 0 0.65rem;
}

.sol-auto--light .sol-auto__label {
  color: #9a4510;
}

.sol-auto:not(.sol-auto--light) .sol-auto__label {
  color: #f0b27a;
}

.sol-auto__title {
  margin: 0 0 0.65rem;
  font-size: clamp(1.75rem, 1.3rem + 1.5vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.08;
  max-width: 20ch;
}

.sol-auto--light .sol-auto__title {
  color: var(--c-ink);
  max-width: none;
}

.sol-auto__desc {
  margin: 0;
  max-width: 42rem;
  line-height: 1.6;
}

.sol-auto--light .sol-auto__desc {
  color: rgba(7, 16, 26, 0.72);
}

.sol-auto:not(.sol-auto--light) .sol-auto__desc {
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.55;
}

.sol-auto__cta {
  position: relative;
  z-index: 1;
}

.sol-auto:not(.sol-auto--light) .btn--primary {
  background: #fff !important;
  border-color: #fff !important;
  color: var(--c-ink) !important;
}

.sol-auto__flow {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 800px) {
  .sol-auto__flow { grid-template-columns: repeat(3, 1fr); }
}

.sol-auto__item {
  padding: 1.15rem 1.2rem;
  border-radius: 18px;
}

.sol-auto--light .sol-auto__item {
  background: #fff;
  border: 1px solid rgba(7, 16, 26, 0.08);
  box-shadow: 0 2px 10px rgba(7, 16, 26, 0.03);
}

.sol-auto:not(.sol-auto--light) .sol-auto__item {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.sol-auto__item h3 {
  margin: 0 0 0.4rem;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.sol-auto--light .sol-auto__item h3 {
  color: var(--c-ink);
}

.sol-auto__item p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
}

.sol-auto--light .sol-auto__item p {
  color: rgba(7, 16, 26, 0.66);
}

.sol-auto:not(.sol-auto--light) .sol-auto__item p {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
}

.sol-auto__num {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--c-teal-deep);
  display: block;
  margin-bottom: 0.5rem;
}

.tool-cloud {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.tool-cloud a,
.tool-cloud span {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.42rem 0.68rem;
  border-radius: 999px;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.sol-auto--light .tool-cloud a,
.sol-auto--light .tool-cloud span {
  color: rgba(7, 16, 26, 0.72);
  background: #fff;
  border: 1px solid rgba(13, 107, 96, 0.14);
}

.sol-auto--light .tool-cloud a:hover {
  background: var(--c-teal-deep);
  border-color: var(--c-teal-deep);
  color: #fff;
  transform: translateY(-2px);
}

.sol-auto:not(.sol-auto--light) .tool-cloud a,
.sol-auto:not(.sol-auto--light) .tool-cloud span {
  color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.sol-auto:not(.sol-auto--light) .tool-cloud a:hover {
  background: var(--c-teal);
  border-color: var(--c-teal);
  color: #fff;
  transform: translateY(-2px);
}

/* ── Stack (pipeline + terminal layout) ── */
.stk-section {
  --stk-rail: rgba(13, 107, 96, 0.22);
}

.stk-wrap {
  display: grid;
  gap: clamp(2rem, 4vw, 3rem);
}

/* Masthead — split headline + platform proof strip */
.stk-mast {
  display: grid;
  gap: 1.5rem;
  padding-bottom: clamp(1.75rem, 3vw, 2.5rem);
}

@media (min-width: 960px) {
  .stk-mast {
    grid-template-columns: minmax(6.5rem, 7.5rem) 1fr;
    column-gap: clamp(1.5rem, 3vw, 3rem);
    align-items: start;
  }

  .stk-mast__meta {
    grid-row: 1;
  }

  .stk-mast__body {
    grid-column: 2;
  }
}

.stk-mast__meta {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding-top: 0.35rem;
}

.stk-mast__index {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(7, 16, 26, 0.52);
  writing-mode: horizontal-tb;
}

@media (min-width: 960px) {
  .stk-mast__index {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    letter-spacing: 0.14em;
    font-size: 0.68rem;
  }
}

.stk-mast__label {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9a4510;
}

@media (min-width: 960px) {
  .stk-mast__label {
    margin-top: 0.5rem;
  }
}

.stk-mast__title {
  margin: 0 0 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.05em;
  font-size: clamp(2.75rem, 2rem + 4vw, 5.25rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.92;
  color: var(--c-ink);
}

.stk-mast__title-line {
  display: block;
}

.stk-mast__title-line--accent {
  color: var(--c-teal-deep);
  -webkit-text-fill-color: var(--c-teal-deep);
}

.stk-mast__deck {
  margin: 0;
  max-width: 38rem;
  font-size: clamp(1.02rem, 0.98rem + 0.25vw, 1.15rem);
  font-weight: 500;
  line-height: 1.62;
  letter-spacing: -0.012em;
  color: rgba(7, 16, 26, 0.72);
}

/* Vertical pipeline lanes */
.stk-pipeline {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid rgba(7, 16, 26, 0.08);
}

.stk-lane {
  display: grid;
  grid-template-columns: 3.25rem 1fr;
  gap: 0 1.15rem;
  padding: 1.15rem 0;
  border-bottom: 1px solid rgba(7, 16, 26, 0.08);
}

@media (min-width: 768px) {
  .stk-lane {
    grid-template-columns: 4rem 1fr;
    gap: 0 1.75rem;
    padding: 1.35rem 0;
  }
}

.stk-lane__rail {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.stk-lane__node {
  flex-shrink: 0;
  width: 2.15rem;
  height: 2.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mono);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--c-teal-deep);
  background: #fff;
  border: 2px solid var(--stk-rail);
  border-radius: 50%;
  z-index: 1;
}

.stk-lane--models .stk-lane__node { color: #2563eb; border-color: rgba(37, 99, 235, 0.35); }
.stk-lane--agents .stk-lane__node { color: var(--c-teal-deep); }
.stk-lane--rag .stk-lane__node { color: #b85a14; border-color: rgba(184, 90, 20, 0.35); }
.stk-lane--voice .stk-lane__node { color: #5b4bb4; border-color: rgba(91, 75, 180, 0.35); }
.stk-lane--train .stk-lane__node { color: #0e7490; border-color: rgba(14, 116, 144, 0.35); }
.stk-lane--eval .stk-lane__node { color: #9a4510; border-color: rgba(154, 69, 16, 0.35); }

.stk-lane__spine {
  flex: 1;
  width: 2px;
  margin-top: 0.35rem;
  background: linear-gradient(180deg, var(--stk-rail), rgba(13, 107, 96, 0.06));
  min-height: 1.5rem;
}

.stk-lane__panel {
  min-width: 0;
  padding-top: 0.15rem;
}

@media (min-width: 900px) {
  .stk-lane__panel {
    display: grid;
    grid-template-columns: minmax(12rem, 0.42fr) 1fr;
    gap: 1.25rem 2rem;
    align-items: start;
  }
}

.stk-lane__title {
  margin: 0 0 0.35rem;
  font-size: clamp(1.05rem, 0.95rem + 0.35vw, 1.25rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.stk-lane__note {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.5;
  color: rgba(7, 16, 26, 0.58);
}

.stk-lane__stream {
  margin: 0.65rem 0 0;
  font-family: var(--font-mono);
  font-size: clamp(0.72rem, 0.68rem + 0.15vw, 0.82rem);
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: -0.01em;
  color: rgba(7, 16, 26, 0.78);
  word-break: break-word;
}

@media (min-width: 900px) {
  .stk-lane__stream {
    margin: 0;
    padding-top: 0.2rem;
    text-align: right;
  }
}

/* Enterprise infrastructure — bento platform showcase */
.stk-ops {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(1.35rem, 2.5vw, 2rem);
  padding: clamp(1.75rem, 3vw, 2.5rem);
  border-radius: 28px;
  overflow: hidden;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.96), rgba(238, 243, 246, 0.55)),
    #fff;
  border: 1px solid rgba(7, 16, 26, 0.07);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.85) inset,
    0 24px 60px rgba(7, 16, 26, 0.07);
}

.stk-ops__ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 55% 70% at 100% 0%, rgba(26, 168, 150, 0.11), transparent 58%),
    radial-gradient(ellipse 40% 55% at 0% 100%, rgba(224, 122, 47, 0.07), transparent 52%);
  z-index: 0;
}

.stk-ops__mast,
.stk-ops__mosaic {
  position: relative;
  z-index: 1;
}

.stk-ops__mast {
  max-width: 38rem;
}

.stk-ops__mast-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 0.85rem;
}

.stk-ops__badge {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-mono);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9a4510;
  padding: 0.38rem 0.72rem;
  border-radius: 999px;
  background: rgba(196, 94, 18, 0.08);
  border: 1px solid rgba(196, 94, 18, 0.14);
}

.stk-ops__stat {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(7, 16, 26, 0.38);
}

.stk-ops__title {
  margin: 0 0 0.6rem;
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 1.4rem + 1.4vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.05;
  color: var(--c-ink);
}

.stk-ops__lead {
  margin: 0;
  font-size: clamp(0.98rem, 0.94rem + 0.15vw, 1.0625rem);
  line-height: 1.62;
  color: rgba(7, 16, 26, 0.62);
}

.stk-ops__mosaic {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .stk-ops__mosaic {
    gap: 0.85rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 960px) {
  .stk-ops__mosaic {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .stk-ops__tile--wide {
    grid-column: span 2;
  }
}

.stk-ops__tile {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.35rem 1.2rem 1.15rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(7, 16, 26, 0.07);
  box-shadow: 0 2px 12px rgba(7, 16, 26, 0.035);
  overflow: hidden;
  isolation: isolate;
  transition:
    transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    background 0.35s ease;
}

.stk-ops__tile::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 94% 6%, var(--ops-glow, rgba(13, 107, 96, 0.14)), transparent 44%),
    linear-gradient(155deg, var(--ops-wash, rgba(13, 107, 96, 0.06)), transparent 58%);
  opacity: 0.9;
  z-index: -1;
  transition: opacity 0.35s ease;
}

.stk-ops__tile::after {
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  bottom: 1rem;
  width: 3px;
  border-radius: 0 4px 4px 0;
  background: var(--ops-accent, var(--c-teal-deep));
  opacity: 0.5;
  transition: opacity 0.35s ease;
}

.stk-ops__tile--teal { --ops-accent: var(--c-teal-deep); --ops-wash: rgba(13, 107, 96, 0.07); --ops-glow: rgba(26, 168, 150, 0.24); }
.stk-ops__tile--copper { --ops-accent: #b85a14; --ops-wash: rgba(184, 90, 20, 0.07); --ops-glow: rgba(224, 122, 47, 0.22); }
.stk-ops__tile--violet { --ops-accent: #5b4bb4; --ops-wash: rgba(91, 75, 180, 0.07); --ops-glow: rgba(91, 75, 180, 0.2); }
.stk-ops__tile--blue { --ops-accent: #2563eb; --ops-wash: rgba(37, 99, 235, 0.06); --ops-glow: rgba(37, 99, 235, 0.2); }
.stk-ops__tile--mint { --ops-accent: #0e7490; --ops-wash: rgba(14, 116, 144, 0.07); --ops-glow: rgba(14, 116, 144, 0.2); }
.stk-ops__tile--sand { --ops-accent: #c47e12; --ops-wash: rgba(196, 126, 18, 0.07); --ops-glow: rgba(196, 126, 18, 0.22); }

.stk-ops__orb {
  position: absolute;
  top: 1.05rem;
  right: 1.15rem;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--ops-accent, var(--c-teal-deep));
  box-shadow: 0 0 0 4px var(--ops-wash, rgba(13, 107, 96, 0.08));
}

.stk-ops__num {
  position: absolute;
  right: 0.45rem;
  bottom: -0.25rem;
  font-family: var(--font-mono);
  font-size: clamp(2.75rem, 1.75rem + 3vw, 3.75rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.06em;
  color: var(--ops-accent, var(--c-teal-deep));
  opacity: 0.07;
  pointer-events: none;
  user-select: none;
}

.stk-ops__name {
  margin: 0 0 0.45rem;
  padding-left: 0.55rem;
  padding-right: 1.5rem;
  font-family: var(--font-display);
  font-size: clamp(1.02rem, 0.95rem + 0.25vw, 1.12rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--c-ink);
}

.stk-ops__desc {
  margin: 0 0 1rem;
  padding-left: 0.55rem;
  flex: 1;
  font-size: 0.875rem;
  line-height: 1.55;
  color: rgba(7, 16, 26, 0.6);
}

.stk-ops__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  padding-left: 0.55rem;
  margin-top: auto;
}

.stk-ops__chips span {
  font-family: var(--font-mono);
  font-size: 0.56rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.34rem 0.58rem;
  border-radius: 999px;
  color: rgba(7, 16, 26, 0.56);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(7, 16, 26, 0.07);
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.stk-ops__tile:hover {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--ops-accent, var(--c-teal-deep)) 26%, transparent);
  box-shadow:
    0 18px 42px rgba(7, 16, 26, 0.08),
    0 0 0 1px color-mix(in srgb, var(--ops-accent, var(--c-teal-deep)) 8%, transparent);
  background: rgba(255, 255, 255, 0.96);
}

.stk-ops__tile:hover::before {
  opacity: 1;
}

.stk-ops__tile:hover::after {
  opacity: 1;
}

.stk-ops__tile:hover .stk-ops__chips span {
  color: var(--ops-accent, var(--c-teal-deep));
  background: var(--ops-wash, rgba(13, 107, 96, 0.08));
  border-color: color-mix(in srgb, var(--ops-accent, var(--c-teal-deep)) 18%, transparent);
}

@media (max-width: 767px) {
  .stk-ops__tile:hover {
    transform: none;
  }

  .stk-ops__num {
    font-size: 2.5rem;
  }
}

/* Application layer — frontend & backend */
.stk-app {
  position: relative;
  padding: clamp(1.35rem, 2.5vw, 1.85rem);
  border-radius: 26px;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.88)),
    #fff;
  border: 1px solid rgba(7, 16, 26, 0.08);
  box-shadow: 0 20px 52px rgba(7, 16, 26, 0.07);
  overflow: hidden;
}

.stk-app__ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 45% 70% at 0% 50%, rgba(37, 99, 235, 0.06), transparent 58%),
    radial-gradient(ellipse 45% 70% at 100% 50%, rgba(91, 75, 180, 0.06), transparent 58%);
}

.stk-app__mast {
  position: relative;
  z-index: 1;
  margin-bottom: clamp(1rem, 2vw, 1.35rem);
}

.stk-app__mast-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 0.65rem;
}

.stk-app__badge {
  display: inline-flex;
  font-family: var(--font-mono);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2563eb;
  padding: 0.32rem 0.62rem;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.08);
  border: 1px solid rgba(37, 99, 235, 0.14);
}

.stk-app__stat {
  font-family: var(--font-mono);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(7, 16, 26, 0.4);
}

.stk-app__title {
  margin: 0 0 0.45rem;
  font-size: clamp(1.35rem, 1.1rem + 0.9vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.12;
  color: var(--c-ink);
}

.stk-app__lead {
  margin: 0;
  max-width: 44rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: rgba(7, 16, 26, 0.62);
}

.stk-app__duo {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 1fr;
}

@media (min-width: 900px) {
  .stk-app__duo {
    grid-template-columns: 1fr 1fr;
    gap: 0.85rem;
  }
}

.stk-app__panel {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: clamp(1.1rem, 2vw, 1.35rem);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(7, 16, 26, 0.07);
  box-shadow: 0 2px 12px rgba(7, 16, 26, 0.03);
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.stk-app__panel--fe {
  --app-accent: #2563eb;
  --app-wash: rgba(37, 99, 235, 0.08);
}

.stk-app__panel--be {
  --app-accent: #5b4bb4;
  --app-wash: rgba(91, 75, 180, 0.08);
}

.stk-app__panel:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--app-accent) 24%, transparent);
  box-shadow: 0 14px 36px rgba(7, 16, 26, 0.08);
}

.stk-app__panel-head {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
}

.stk-app__panel-icon {
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  border-radius: 12px;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--app-accent);
  background: var(--app-wash);
  border: 1px solid color-mix(in srgb, var(--app-accent) 18%, transparent);
}

.stk-app__panel-title {
  margin: 0 0 0.3rem;
  font-size: clamp(1.05rem, 0.95rem + 0.35vw, 1.2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--c-ink);
}

.stk-app__panel-desc {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.55;
  color: rgba(7, 16, 26, 0.58);
}

.stk-app__groups {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.stk-app__group-label {
  display: block;
  margin-bottom: 0.4rem;
  font-family: var(--font-mono);
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(7, 16, 26, 0.42);
}

.stk-app__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.stk-app__chips span {
  font-family: var(--font-mono);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 0.32rem 0.58rem;
  border-radius: 999px;
  color: rgba(7, 16, 26, 0.62);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(7, 16, 26, 0.08);
  transition:
    color 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease;
}

.stk-app__panel:hover .stk-app__chips span {
  color: var(--app-accent);
  background: var(--app-wash);
  border-color: color-mix(in srgb, var(--app-accent) 20%, transparent);
}

@media (max-width: 767px) {
  .stk-app__panel:hover {
    transform: none;
  }
}

/* ── Process ── */
.process-bold {
  display: grid;
  gap: 0.75rem;
}

@media (min-width: 900px) {
  .process-bold { grid-template-columns: repeat(5, 1fr); }
}

.process-cell {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.55);
  border-radius: 20px;
  padding: 1.35rem 1.2rem;
  border: 1px solid rgba(7, 16, 26, 0.06);
  min-height: 100%;
  transition: transform 0.35s ease;
}

.process-cell:hover { transform: translateY(-3px); }

.process-cell__num {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  color: var(--c-copper);
  margin-bottom: 0.75rem;
}

.process-cell__title {
  margin: 0 0 0.45rem;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.process-cell__desc {
  margin: 0;
  flex: 1;
  font-size: 0.9rem;
  line-height: 1.45;
  color: rgba(7, 16, 26, 0.6);
}

.process-cell__time {
  margin-top: auto;
  padding-top: 0.85rem;
  font-family: var(--font-mono);
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(7, 16, 26, 0.4);
}

/* ── Industries — editorial catalog rows ── */
.ind-section {
  position: relative;
}

.ind-caps {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-top: 1.35rem;
}

.section-caps--soft li {
  color: rgba(7, 16, 26, 0.52);
  background: rgba(7, 16, 26, 0.025);
  border-color: rgba(7, 16, 26, 0.05);
}

.ind-catalog {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 2.5vw, 1.75rem);
}

.ind-catalog__panel {
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(7, 16, 26, 0.08);
  box-shadow: 0 12px 40px rgba(7, 16, 26, 0.05);
}

.ind-catalog__panel--enterprise {
  background:
    linear-gradient(180deg, rgba(238, 243, 246, 0.45) 0%, #fff 18%);
}

.ind-catalog__panel--smb {
  background:
    linear-gradient(155deg, rgba(255, 251, 245, 0.95), rgba(232, 221, 208, 0.4)),
    #fff;
  border-color: rgba(196, 94, 18, 0.12);
}

.ind-catalog__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: clamp(1.15rem, 2vw, 1.45rem) clamp(1.15rem, 2vw, 1.5rem) 0.85rem;
  flex-wrap: wrap;
}

.ind-catalog__head-copy {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  max-width: 38rem;
}

.ind-catalog__label {
  font-family: var(--font-mono);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--c-teal-deep);
}

.ind-catalog__label--warm {
  color: #b85a14;
}

.ind-catalog__sub {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: rgba(7, 16, 26, 0.58);
}

.ind-catalog__count {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(7, 16, 26, 0.38);
  white-space: nowrap;
  padding-top: 0.15rem;
}

.ind-catalog__list {
  display: flex;
  flex-direction: column;
}

@media (min-width: 900px) {
  .ind-catalog__list--enterprise {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ind-catalog__list--enterprise .ind-row:nth-child(odd) {
    border-right: 1px solid rgba(7, 16, 26, 0.07);
  }

  .ind-catalog__list--smb {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ind-catalog__list--smb .ind-row:nth-child(odd) {
    border-right: 1px solid rgba(7, 16, 26, 0.07);
  }
}

@media (min-width: 1180px) {
  .ind-catalog__list--smb {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ind-catalog__list--smb .ind-row:nth-child(odd) {
    border-right: none;
  }

  .ind-catalog__list--smb .ind-row:not(:nth-child(3n)) {
    border-right: 1px solid rgba(7, 16, 26, 0.07);
  }
}

.ind-row {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: start;
  gap: 0.85rem 1rem;
  padding: 1.1rem clamp(1.15rem, 2vw, 1.5rem);
  text-decoration: none;
  color: var(--c-ink);
  border-top: 1px solid rgba(7, 16, 26, 0.07);
  transition:
    background 0.32s ease,
    padding-left 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.ind-row::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: var(--ind-accent, var(--c-teal-deep));
  transition: width 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.ind-row::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--ind-wash, rgba(13, 107, 96, 0.06)), transparent 55%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.32s ease;
}

.ind-row--teal { --ind-accent: var(--c-teal-deep); --ind-wash: rgba(13, 107, 96, 0.08); }
.ind-row--ink { --ind-accent: var(--c-ink); --ind-wash: rgba(7, 16, 26, 0.05); }
.ind-row--blue { --ind-accent: #2563eb; --ind-wash: rgba(37, 99, 235, 0.07); }
.ind-row--copper { --ind-accent: #b85a14; --ind-wash: rgba(184, 90, 20, 0.08); }
.ind-row--violet { --ind-accent: #5b4bb4; --ind-wash: rgba(91, 75, 180, 0.08); }
.ind-row--mint { --ind-accent: #0e7490; --ind-wash: rgba(14, 116, 144, 0.08); }
.ind-row--sand { --ind-accent: #c47e12; --ind-wash: rgba(196, 126, 18, 0.08); }
.ind-row--slate { --ind-accent: #475569; --ind-wash: rgba(71, 85, 105, 0.07); }
.ind-row--rose { --ind-accent: #be185d; --ind-wash: rgba(190, 24, 93, 0.07); }
.ind-row--forest { --ind-accent: #15803d; --ind-wash: rgba(21, 128, 61, 0.07); }
.ind-row--coral { --ind-accent: #ea580c; --ind-wash: rgba(234, 88, 12, 0.07); }
.ind-row--plum { --ind-accent: #9333ea; --ind-wash: rgba(147, 51, 234, 0.07); }
.ind-row--sky { --ind-accent: #0284c7; --ind-wash: rgba(2, 132, 199, 0.07); }
.ind-row--amber { --ind-accent: #d97706; --ind-wash: rgba(217, 119, 6, 0.08); }

.ind-row__index {
  position: relative;
  z-index: 1;
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  color: var(--ind-accent, var(--c-teal-deep));
  padding-top: 0.2rem;
  min-width: 1.75rem;
}

.ind-row__content {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.ind-row__title {
  margin: 0 0 0.35rem;
  font-size: clamp(1rem, 0.92rem + 0.3vw, 1.1rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.ind-row__desc {
  margin: 0 0 0.65rem;
  font-size: 0.8125rem;
  line-height: 1.52;
  color: rgba(7, 16, 26, 0.6);
}

.ind-row__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}

.ind-row__tags span {
  font-family: var(--font-mono);
  font-size: 0.54rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.28rem 0.52rem;
  border-radius: 6px;
  color: rgba(7, 16, 26, 0.5);
  background: rgba(7, 16, 26, 0.04);
  border: 1px solid rgba(7, 16, 26, 0.06);
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.ind-row__arrow {
  position: relative;
  z-index: 1;
  align-self: center;
  font-size: 1.15rem;
  font-weight: 300;
  line-height: 1;
  color: rgba(7, 16, 26, 0.22);
  transition: transform 0.3s ease, color 0.3s ease;
}

.ind-row:hover {
  color: var(--c-ink);
  padding-left: calc(clamp(1.15rem, 2vw, 1.5rem) + 0.35rem);
}

.ind-row:hover::before {
  width: 4px;
}

.ind-row:hover::after {
  opacity: 1;
}

.ind-row:hover .ind-row__arrow {
  transform: translateX(4px);
  color: var(--ind-accent, var(--c-teal-deep));
}

.ind-row:hover .ind-row__desc {
  color: rgba(7, 16, 26, 0.68);
}

.ind-row:hover .ind-row__tags span {
  color: var(--ind-accent, var(--c-teal-deep));
  background: var(--ind-wash, rgba(13, 107, 96, 0.08));
  border-color: color-mix(in srgb, var(--ind-accent, var(--c-teal-deep)) 16%, transparent);
}

@media (max-width: 640px) {
  .ind-row {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
  }

  .ind-row__arrow {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
    justify-self: end;
    margin-top: 0.1rem;
  }

  .ind-row__content {
    grid-column: 1 / -1;
    grid-row: 2;
    padding-left: 2.6rem;
  }

  .ind-row__index {
    grid-row: 1;
  }
}

@media (max-width: 767px) {
  .ind-row:hover {
    padding-left: clamp(1.15rem, 2vw, 1.5rem);
  }
}

/* ── Case studies — results showcase ── */
.cs-section {
  overflow: hidden;
}

.cs-stage {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 2.5vw, 1.75rem);
}

.cs-stage__ambient {
  position: absolute;
  inset: -10% -8% auto;
  height: 50%;
  pointer-events: none;
  background:
    radial-gradient(ellipse 50% 80% at 88% 20%, rgba(37, 99, 235, 0.09), transparent 58%),
    radial-gradient(ellipse 45% 70% at 8% 40%, rgba(13, 107, 96, 0.1), transparent 55%);
  z-index: 0;
}

.cs-panel,
.cs-foot {
  position: relative;
  z-index: 1;
}

.cs-panel {
  border-radius: 26px;
  overflow: hidden;
}

.cs-panel--outcomes {
  padding: clamp(1.15rem, 2vw, 1.5rem);
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.78)),
    #fff;
  border: 1px solid rgba(7, 16, 26, 0.08);
  box-shadow: 0 18px 48px rgba(7, 16, 26, 0.06);
}

.cs-live-stage {
  position: relative;
  padding: clamp(1.15rem, 2vw, 1.55rem);
  border-radius: 26px;
  overflow: hidden;
  background:
    radial-gradient(ellipse 70% 80% at 100% 0%, rgba(26, 168, 150, 0.16), transparent 55%),
    radial-gradient(ellipse 55% 65% at 0% 100%, rgba(167, 139, 250, 0.1), transparent 52%),
    linear-gradient(160deg, #0e1a28 0%, #07101a 100%);
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.06) inset,
    0 28px 64px rgba(7, 16, 26, 0.22);
}

.cs-live-stage__mesh {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 92%);
}

.cs-live-mast,
.cs-live-stack {
  position: relative;
  z-index: 1;
}

.cs-live-mast {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.1rem;
  flex-wrap: wrap;
}

.cs-live-mast__copy {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  max-width: 34rem;
}

.cs-live-mast__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  width: fit-content;
  font-family: var(--font-mono);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7ee8d8;
  padding: 0.38rem 0.72rem 0.38rem 0.55rem;
  border-radius: 999px;
  background: rgba(26, 168, 150, 0.12);
  border: 1px solid rgba(26, 168, 150, 0.24);
}

.cs-live-mast__pulse {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 0 0 rgba(52, 211, 153, 0.55);
  animation: cs-pulse 2.4s ease infinite;
}

.cs-live-mast__lead {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: rgba(242, 244, 248, 0.62);
}

.cs-live-mast__count {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(242, 244, 248, 0.4);
  white-space: nowrap;
}

.cs-live-stack {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  position: relative;
}

.cs-live-stack::before {
  content: "";
  position: absolute;
  left: calc(0.85rem + 1.05rem);
  top: 1.35rem;
  bottom: 1.35rem;
  width: 1px;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(255, 255, 255, 0.14) 12%,
    rgba(255, 255, 255, 0.14) 88%,
    transparent 100%
  );
  pointer-events: none;
  z-index: 0;
}

.cs-live-item {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem 1rem;
  padding: 1rem 1rem 1rem 0.85rem;
  border-radius: 20px;
  text-decoration: none;
  color: #f2f4f8;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  isolation: isolate;
  transition:
    transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.35s ease,
    background 0.35s ease,
    box-shadow 0.35s ease;
}

.cs-live-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, var(--live-wash, rgba(26, 168, 150, 0.12)), transparent 58%),
    radial-gradient(circle at 100% 0%, var(--live-glow, rgba(26, 168, 150, 0.14)), transparent 42%);
  opacity: 0.85;
  z-index: -1;
  transition: opacity 0.35s ease;
}

.cs-live-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85rem;
  bottom: 0.85rem;
  width: 2px;
  border-radius: 0 4px 4px 0;
  background: var(--live-accent, #1aa896);
  opacity: 0.7;
}

.cs-live-item--teal { --live-accent: #1aa896; --live-wash: rgba(26, 168, 150, 0.14); --live-glow: rgba(26, 168, 150, 0.2); }
.cs-live-item--mint { --live-accent: #5eead4; --live-wash: rgba(94, 234, 212, 0.1); --live-glow: rgba(94, 234, 212, 0.16); }
.cs-live-item--violet { --live-accent: #a78bfa; --live-wash: rgba(167, 139, 250, 0.12); --live-glow: rgba(167, 139, 250, 0.18); }

.cs-live-item__rail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
  padding-top: 0.15rem;
  min-width: 2.25rem;
}

.cs-live-item__dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--live-accent, #1aa896);
  box-shadow: 0 0 12px var(--live-accent, #1aa896);
  animation: cs-pulse 2.4s ease infinite;
}

.cs-live-item__num {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: rgba(242, 244, 248, 0.38);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.cs-live-item__main {
  min-width: 0;
}

.cs-live-item__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  margin-bottom: 0.45rem;
}

.cs-live-item__tags span {
  font-family: var(--font-mono);
  font-size: 0.54rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.28rem 0.52rem;
  border-radius: 6px;
  color: rgba(242, 244, 248, 0.58);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.cs-live-item__title {
  margin: 0 0 0.35rem;
  font-size: clamp(1.02rem, 0.94rem + 0.25vw, 1.15rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.12;
  color: #fff;
}

.cs-live-item__desc {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: rgba(242, 244, 248, 0.62);
}

.cs-live-item__meta {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
  padding-top: 0.65rem;
  margin-top: 0.15rem;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.cs-live-item__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.cs-live-item__chip {
  font-family: var(--font-mono);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.38rem 0.62rem;
  border-radius: 999px;
  color: rgba(242, 244, 248, 0.72);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.cs-live-item__chip strong {
  color: var(--live-accent, #1aa896);
  font-weight: 700;
}

.cs-live-item__launch {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-family: var(--font-mono);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.48rem 0.85rem;
  border-radius: 999px;
  color: rgba(242, 244, 248, 0.72);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  white-space: nowrap;
  transition:
    transform 0.3s ease,
    color 0.3s ease,
    background 0.3s ease,
    border-color 0.3s ease;
}

.cs-live-item:hover {
  transform: translateX(4px);
  border-color: color-mix(in srgb, var(--live-accent, #1aa896) 35%, transparent);
  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.28),
    0 0 0 1px color-mix(in srgb, var(--live-accent, #1aa896) 12%, transparent);
  color: #f2f4f8;
}

.cs-live-item:hover::before {
  opacity: 1;
}

.cs-live-item:hover .cs-live-item__launch {
  color: var(--c-ink);
  background: var(--live-accent, #1aa896);
  border-color: var(--live-accent, #1aa896);
}

.cs-live-item:hover .cs-live-item__chip {
  border-color: color-mix(in srgb, var(--live-accent, #1aa896) 22%, transparent);
  background: var(--live-wash, rgba(26, 168, 150, 0.12));
}

.cs-live-item:hover .cs-live-item__tags span {
  color: var(--live-accent, #1aa896);
  border-color: color-mix(in srgb, var(--live-accent, #1aa896) 20%, transparent);
  background: var(--live-wash, rgba(26, 168, 150, 0.1));
}

@media (min-width: 900px) {
  .cs-live-item {
    grid-template-columns: auto 1fr auto;
    align-items: start;
    padding: 1.1rem 1.15rem 1.1rem 0.85rem;
  }

  .cs-live-item__meta {
    grid-column: auto;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    min-height: 100%;
    padding-top: 0;
    margin-top: 0;
    border-top: none;
    min-width: 11.5rem;
  }

  .cs-live-item__chips {
    justify-content: flex-end;
  }
}

@media (max-width: 767px) {
  .cs-live-item:hover {
    transform: none;
  }
}

.cs-panel__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.cs-panel__head-copy {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.cs-panel__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  width: fit-content;
  font-family: var(--font-mono);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--c-teal-deep);
  padding: 0.38rem 0.72rem;
  border-radius: 999px;
  background: rgba(13, 107, 96, 0.08);
  border: 1px solid rgba(13, 107, 96, 0.14);
}

.cs-panel__count {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(7, 16, 26, 0.38);
  white-space: nowrap;
}

@keyframes cs-pulse {
  0% { box-shadow: 0 0 0 0 rgba(52, 211, 153, 0.45); }
  70% { box-shadow: 0 0 0 8px rgba(52, 211, 153, 0); }
  100% { box-shadow: 0 0 0 0 rgba(52, 211, 153, 0); }
}

.cs-mosaic {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .cs-mosaic {
    gap: 0.85rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cs-card--spotlight {
    grid-column: span 2;
  }
}

@media (min-width: 960px) {
  .cs-mosaic {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.cs-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-radius: 20px;
  text-decoration: none;
  color: var(--c-ink);
  background: #fff;
  border: 1px solid rgba(7, 16, 26, 0.07);
  box-shadow: 0 2px 12px rgba(7, 16, 26, 0.035);
  overflow: hidden;
  transition:
    transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.cs-card--teal { --cs-accent: var(--c-teal-deep); --cs-wash: rgba(13, 107, 96, 0.1); }
.cs-card--blue { --cs-accent: #2563eb; --cs-wash: rgba(37, 99, 235, 0.09); }
.cs-card--violet { --cs-accent: #5b4bb4; --cs-wash: rgba(91, 75, 180, 0.1); }
.cs-card--cyan { --cs-accent: #0e7490; --cs-wash: rgba(14, 116, 144, 0.1); }
.cs-card--copper { --cs-accent: #b85a14; --cs-wash: rgba(184, 90, 20, 0.1); }
.cs-card--ink { --cs-accent: var(--c-ink); --cs-wash: rgba(7, 16, 26, 0.07); }
.cs-card--emerald { --cs-accent: #059669; --cs-wash: rgba(5, 150, 105, 0.1); }
.cs-card--mint { --cs-accent: #0d9488; --cs-wash: rgba(13, 148, 136, 0.1); }

.cs-card__metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  padding: 0.85rem 1rem;
  background: var(--cs-wash, rgba(13, 107, 96, 0.08));
  border-bottom: 1px solid rgba(7, 16, 26, 0.06);
}

.cs-card__metric {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.cs-card__metric-val {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 1rem + 0.8vw, 1.65rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  color: var(--cs-accent, var(--c-teal-deep));
}

.cs-card__metric-lbl {
  font-family: var(--font-mono);
  font-size: 0.54rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(7, 16, 26, 0.48);
}

.cs-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1rem 1rem 1.1rem;
  padding-right: 2.5rem;
}

.cs-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  margin-bottom: 0.55rem;
}

.cs-card__tags span {
  font-family: var(--font-mono);
  font-size: 0.54rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.28rem 0.52rem;
  border-radius: 6px;
  color: rgba(7, 16, 26, 0.52);
  background: rgba(7, 16, 26, 0.04);
  border: 1px solid rgba(7, 16, 26, 0.06);
}

.cs-card__title {
  margin: 0 0 0.4rem;
  font-size: clamp(1rem, 0.92rem + 0.3vw, 1.1rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.cs-card__desc {
  margin: 0;
  flex: 1;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: rgba(7, 16, 26, 0.62);
}

.cs-card__go {
  position: absolute;
  top: calc(0.85rem + 2.1rem);
  right: 0.85rem;
  display: grid;
  place-items: center;
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 50%;
  font-size: 0.95rem;
  line-height: 1;
  color: rgba(7, 16, 26, 0.28);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(7, 16, 26, 0.08);
  transition:
    transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.3s ease,
    background 0.3s ease,
    border-color 0.3s ease;
}

.cs-card:hover {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--cs-accent, var(--c-teal-deep)) 24%, transparent);
  box-shadow: 0 20px 44px rgba(7, 16, 26, 0.09);
  color: var(--c-ink);
}

.cs-card:hover .cs-card__go {
  transform: translateX(2px);
  color: #fff;
  background: var(--cs-accent, var(--c-teal-deep));
  border-color: var(--cs-accent, var(--c-teal-deep));
}

.cs-card:hover .cs-card__tags span {
  color: var(--cs-accent, var(--c-teal-deep));
  background: var(--cs-wash, rgba(13, 107, 96, 0.08));
  border-color: color-mix(in srgb, var(--cs-accent, var(--c-teal-deep)) 16%, transparent);
}

.cs-foot {
  display: flex;
  justify-content: center;
  padding-top: clamp(0.5rem, 1.5vw, 0.85rem);
}

.cs-foot__cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1rem, 2.5vw, 1.75rem);
  width: min(100%, 34rem);
  padding: 0.72rem 0.72rem 0.72rem clamp(1.15rem, 2vw, 1.45rem);
  border-radius: 999px;
  text-decoration: none;
  color: var(--c-ink);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.88)),
    #fff;
  border: 1px solid rgba(7, 16, 26, 0.08);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 14px 36px rgba(7, 16, 26, 0.07);
  transition:
    transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.cs-foot__cta-main {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  min-width: 0;
}

.cs-foot__cta-kicker {
  font-family: var(--font-mono);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c-teal-deep);
}

.cs-foot__cta-title {
  font-size: clamp(0.9375rem, 0.88rem + 0.25vw, 1.05rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--c-ink);
}

.cs-foot__cta-aside {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  flex-shrink: 0;
}

.cs-foot__cta-count {
  font-family: var(--font-mono);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.38rem 0.62rem;
  border-radius: 999px;
  color: rgba(7, 16, 26, 0.58);
  background: rgba(7, 16, 26, 0.04);
  border: 1px solid rgba(7, 16, 26, 0.07);
  transition:
    color 0.3s ease,
    background 0.3s ease,
    border-color 0.3s ease;
}

.cs-foot__cta-go {
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  font-size: 1rem;
  line-height: 1;
  color: rgba(7, 16, 26, 0.38);
  background: rgba(7, 16, 26, 0.04);
  border: 1px solid rgba(7, 16, 26, 0.08);
  transition:
    transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.3s ease,
    background 0.3s ease,
    border-color 0.3s ease;
}

.cs-foot__cta:hover {
  transform: translateY(-3px);
  border-color: rgba(13, 107, 96, 0.22);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 20px 44px rgba(7, 16, 26, 0.1);
  color: var(--c-ink);
}

.cs-foot__cta:hover .cs-foot__cta-count {
  color: var(--c-teal-deep);
  background: rgba(13, 107, 96, 0.08);
  border-color: rgba(13, 107, 96, 0.14);
}

.cs-foot__cta:hover .cs-foot__cta-go {
  transform: translateX(2px);
  color: #fff;
  background: var(--c-teal-deep);
  border-color: var(--c-teal-deep);
}

@media (max-width: 520px) {
  .cs-foot__cta {
    flex-direction: column;
    align-items: stretch;
    gap: 0.85rem;
    padding: 1rem 1rem 0.85rem;
    border-radius: 22px;
  }

  .cs-foot__cta-aside {
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .cs-foot__cta:hover {
    transform: none;
  }
}

@media (max-width: 767px) {
  .cs-card:hover {
    transform: none;
  }

  .cs-card__go {
    top: auto;
    bottom: 0.85rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cs-live-mast__pulse,
  .cs-live-item__dot {
    animation: none;
  }
}

/* ── Product delivery stage (homepage) ── */
.page-home .cases-mobile-stage {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 2vw, 1.25rem);
  padding: clamp(1.15rem, 2vw, 1.55rem);
  border-radius: 26px;
  overflow: hidden;
  color: #f1f5f9;
  background:
    radial-gradient(ellipse 70% 80% at 100% 0%, rgba(37, 99, 235, 0.16), transparent 55%),
    radial-gradient(ellipse 55% 65% at 0% 100%, rgba(22, 163, 74, 0.1), transparent 52%),
    linear-gradient(160deg, #0e1a28 0%, #07101a 100%);
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.06) inset,
    0 28px 64px rgba(7, 16, 26, 0.22);
}

.page-home .cases-mobile-stage__mesh {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 92%);
}

.page-home .cases-mobile-stage .cs-live-mast,
.page-home .cases-mobile-stack {
  position: relative;
  z-index: 1;
}

.page-home .cases-mobile-stack {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.page-home .cases-mobile-item {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 0.85rem 1rem;
  align-items: center;
  padding: 1rem 1rem 1rem 0.85rem;
  border-radius: 20px;
  text-decoration: none;
  color: #f2f4f8;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  transition:
    transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.35s ease,
    background 0.35s ease,
    box-shadow 0.35s ease;
}

.page-home .cases-mobile-item--green { --mob-accent: #34d399; --mob-wash: rgba(52, 211, 153, 0.12); --mob-glow: rgba(52, 211, 153, 0.16); }
.page-home .cases-mobile-item--indigo { --mob-accent: #818cf8; --mob-wash: rgba(129, 140, 248, 0.12); --mob-glow: rgba(129, 140, 248, 0.16); }
.page-home .cases-mobile-item--rose { --mob-accent: #fb7185; --mob-wash: rgba(251, 113, 133, 0.12); --mob-glow: rgba(251, 113, 133, 0.16); }
.page-home .cases-mobile-item--amber { --mob-accent: #fbbf24; --mob-wash: rgba(251, 191, 36, 0.12); --mob-glow: rgba(251, 191, 36, 0.16); }

.page-home .cases-mobile-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, var(--mob-wash), transparent 58%),
    radial-gradient(circle at 100% 0%, var(--mob-glow), transparent 42%);
  opacity: 0.85;
  z-index: -1;
}

.page-home .cases-mobile-item__rail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  padding-top: 0.15rem;
}

.page-home .cases-mobile-item__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--mob-accent);
  box-shadow: 0 0 12px var(--mob-glow);
}

.page-home .cases-mobile-item__num {
  font-family: var(--font-mono);
  font-size: 0.58rem;
  font-weight: 700;
  color: #94a3b8;
}

.page-home .cases-mobile-item__main { min-width: 0; }

.page-home .cases-mobile-item__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  margin-bottom: 0.45rem;
}

.page-home .cases-mobile-item__tags span {
  font-family: var(--font-mono);
  font-size: 0.54rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.25rem 0.48rem;
  border-radius: 6px;
  color: #cbd5e1;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.page-home .cases-mobile-item__title {
  margin: 0 0 0.35rem;
  font-size: clamp(1rem, 0.92rem + 0.3vw, 1.15rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.page-home .cases-mobile-item__desc {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: #cbd5e1;
}

.page-home .cases-mobile-item__stats {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 5.75rem;
  text-align: right;
}

.page-home .cases-mobile-item__stat strong {
  display: block;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--mob-accent);
  line-height: 1;
  text-shadow: 0 1px 12px var(--mob-glow);
}

.page-home .cases-mobile-item__stat span {
  display: block;
  margin-top: 0.2rem;
  font-family: var(--font-mono);
  font-size: 0.54rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #94a3b8;
}

.page-home .cases-mobile-item__go {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  font-size: 0.95rem;
  color: #94a3b8;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  align-self: center;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.page-home .cases-mobile-item:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}

.page-home .cases-mobile-item:hover .cases-mobile-item__go {
  transform: translateX(2px);
  color: #fff;
  background: var(--mob-accent);
  border-color: var(--mob-accent);
}

@media (max-width: 767px) {
  .page-home .cases-mobile-item {
    grid-template-columns: auto 1fr auto;
    grid-template-rows: auto auto;
    align-items: start;
    padding-right: 3rem;
  }

  .page-home .cases-mobile-item__stats {
    grid-column: 1 / -1;
    flex-direction: row;
    justify-content: flex-start;
    gap: 1rem;
    text-align: left;
    padding-left: calc(0.85rem + 1.05rem);
  }

  .page-home .cases-mobile-item__go {
    position: absolute;
    top: 1rem;
    right: 1rem;
  }
}

/* ── Portfolio — product showcase shelf ── */
.port-section {
  background:
    radial-gradient(ellipse 55% 70% at 92% 8%, rgba(224, 122, 47, 0.1), transparent 58%),
    radial-gradient(ellipse 45% 55% at 4% 92%, rgba(13, 107, 96, 0.07), transparent 52%),
    #faf6f1;
  color: var(--c-ink);
  overflow: hidden;
}

.section-head--portfolio .section-lead {
  border-left-color: rgba(196, 94, 18, 0.38);
  margin-bottom: 0.85rem;
}

.port-caps li {
  border-color: rgba(196, 94, 18, 0.16);
  background: rgba(255, 255, 255, 0.72);
}

.port-stage {
  position: relative;
}

.port-stage__ambient {
  position: absolute;
  inset: -8% -6% auto;
  height: 55%;
  pointer-events: none;
  background:
    radial-gradient(ellipse 50% 80% at 85% 15%, rgba(224, 122, 47, 0.08), transparent 58%),
    radial-gradient(ellipse 42% 70% at 10% 45%, rgba(13, 107, 96, 0.07), transparent 55%);
  z-index: 0;
}

.page-home .app-gallery--showcase {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .page-home .app-gallery--showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
  }
}

.page-home .app-gallery--showcase .app-card {
  --app-accent: var(--c-teal-deep);
  --app-wash: rgba(13, 107, 96, 0.1);
  --app-glow: rgba(13, 107, 96, 0.14);
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  gap: 0.65rem 0.75rem;
  min-height: 100%;
  padding: 0.85rem 1rem 0.95rem 0.75rem;
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.88)),
    #fff !important;
  border: 1px solid rgba(7, 16, 26, 0.08) !important;
  box-shadow: 0 2px 14px rgba(7, 16, 26, 0.04) !important;
  overflow: hidden;
  isolation: isolate;
  cursor: pointer;
  transform: none !important;
  transition:
    transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.page-home .app-gallery--showcase .app-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, var(--app-wash), transparent 58%),
    radial-gradient(circle at 100% 0%, var(--app-glow), transparent 42%);
  opacity: 0.75;
  z-index: -1;
  transition: opacity 0.35s ease;
}

.page-home .app-gallery--showcase .app-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85rem;
  bottom: 0.85rem;
  width: 2px;
  border-radius: 0 4px 4px 0;
  background: var(--app-accent);
  opacity: 0.65;
}

.page-home .app-gallery--showcase .app-card--copper { --app-accent: #b85a14; --app-wash: rgba(184, 90, 20, 0.1); --app-glow: rgba(224, 122, 47, 0.14); }
.page-home .app-gallery--showcase .app-card--blue { --app-accent: #2563eb; --app-wash: rgba(37, 99, 235, 0.09); --app-glow: rgba(37, 99, 235, 0.12); }
.page-home .app-gallery--showcase .app-card--teal { --app-accent: var(--c-teal-deep); --app-wash: rgba(13, 107, 96, 0.1); --app-glow: rgba(13, 107, 96, 0.14); }
.page-home .app-gallery--showcase .app-card--violet { --app-accent: #5b4bb4; --app-wash: rgba(91, 75, 180, 0.1); --app-glow: rgba(91, 75, 180, 0.14); }
.page-home .app-gallery--showcase .app-card--mint { --app-accent: #0d9488; --app-wash: rgba(13, 148, 136, 0.1); --app-glow: rgba(13, 148, 136, 0.14); }
.page-home .app-gallery--showcase .app-card--cyan { --app-accent: #0e7490; --app-wash: rgba(14, 116, 144, 0.1); --app-glow: rgba(14, 116, 144, 0.14); }

.page-home .app-gallery--showcase .app-card__index {
  grid-column: 1;
  grid-row: 1;
  align-self: start;
  padding-top: 0.2rem;
  font-family: var(--font-mono);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: rgba(7, 16, 26, 0.32);
}

.page-home .app-gallery--showcase .app-card__visual {
  grid-column: 1 / -1;
  grid-row: 2;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 8.75rem;
  padding: 0.35rem 0.35rem 0;
  margin: 0;
  overflow: visible;
}

.page-home .app-gallery--showcase .app-card__visual::before {
  content: "";
  position: absolute;
  inset: 0.15rem 0.35rem 0;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(7, 16, 26, 0.04), rgba(7, 16, 26, 0.02));
  border: 1px solid rgba(7, 16, 26, 0.08);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.8) inset,
    0 10px 24px rgba(7, 16, 26, 0.08);
}

.page-home .app-gallery--showcase .app-card__glow {
  width: 90px;
  height: 90px;
  background: radial-gradient(circle, var(--app-glow) 0%, transparent 70%);
  filter: blur(24px);
}

.page-home .app-gallery--showcase .app-card__img {
  width: 5.75rem;
  border-radius: 16px;
  filter: drop-shadow(0 10px 22px rgba(7, 16, 26, 0.16));
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.page-home .app-gallery--showcase .app-card__content {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 0.15rem 0 0;
}

@media (min-width: 768px) {
  .page-home .app-gallery--showcase .app-card {
    grid-template-columns: auto 7.25rem 1fr;
    grid-template-rows: auto;
    gap: 0 0.85rem;
  }

  .page-home .app-gallery--showcase .app-card__index {
    grid-row: 1 / -1;
  }

  .page-home .app-gallery--showcase .app-card__visual {
    grid-column: 2;
    grid-row: 1 / -1;
    width: 7.25rem;
    min-height: 9.5rem;
    align-self: center;
  }

  .page-home .app-gallery--showcase .app-card__content {
    grid-column: 3;
    grid-row: 1 / -1;
  }
}

.page-home .app-gallery--showcase .app-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 0.45rem;
}

.page-home .app-gallery--showcase .app-card__badge {
  font-family: var(--font-mono);
  font-size: 0.54rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--app-accent);
  background: var(--app-wash);
  border: 1px solid color-mix(in srgb, var(--app-accent) 18%, transparent);
  border-radius: 999px;
  padding: 0.3rem 0.58rem;
  margin: 0;
  line-height: 1.3;
}

.page-home .app-gallery--showcase .app-card__platform {
  font-family: var(--font-mono);
  font-size: 0.54rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(7, 16, 26, 0.48);
}

.page-home .app-gallery--showcase .app-card__name {
  margin: 0 0 0.35rem;
  font-size: clamp(0.98rem, 0.9rem + 0.25vw, 1.08rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.12;
  color: var(--c-ink) !important;
}

.page-home .app-gallery--showcase .app-card__desc {
  margin: 0;
  flex: 1;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: rgba(7, 16, 26, 0.62) !important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.page-home .app-gallery--showcase .app-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  flex-wrap: wrap;
  margin-top: 0.65rem;
  padding-top: 0.65rem;
  border-top: 1px solid rgba(7, 16, 26, 0.06);
}

.page-home .app-gallery--showcase .app-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
}

.page-home .app-gallery--showcase .app-card__tags span {
  font-family: var(--font-mono);
  font-size: 0.54rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.28rem 0.52rem;
  border-radius: 6px;
  color: rgba(7, 16, 26, 0.52);
  background: rgba(7, 16, 26, 0.04);
  border: 1px solid rgba(7, 16, 26, 0.06);
  line-height: 1.4;
}

.page-home .app-gallery--showcase .app-card__cta {
  font-family: var(--font-mono);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(7, 16, 26, 0.42);
  white-space: nowrap;
  transition: color 0.3s ease, transform 0.3s ease;
}

.page-home .app-gallery--showcase .app-card:hover {
  transform: translateY(-4px) !important;
  border-color: color-mix(in srgb, var(--app-accent) 24%, transparent) !important;
  box-shadow: 0 18px 44px rgba(7, 16, 26, 0.09) !important;
}

.page-home .app-gallery--showcase .app-card:hover::before {
  opacity: 1;
}

.page-home .app-gallery--showcase .app-card:hover .app-card__img {
  transform: scale(1.04) translateY(-3px);
}

.page-home .app-gallery--showcase .app-card:hover .app-card__glow {
  opacity: 1;
}

.page-home .app-gallery--showcase .app-card:hover .app-card__tags span {
  color: var(--app-accent);
  background: var(--app-wash);
  border-color: color-mix(in srgb, var(--app-accent) 16%, transparent);
}

.page-home .app-gallery--showcase .app-card:hover .app-card__cta {
  color: var(--app-accent);
  transform: translateX(2px);
}

/* ── Blog — editorial zigzag insights stream ── */
.blog-section {
  background:
    radial-gradient(ellipse 58% 72% at 100% 0%, rgba(91, 75, 180, 0.07), transparent 58%),
    radial-gradient(ellipse 50% 58% at 0% 100%, rgba(13, 107, 96, 0.06), transparent 52%),
    #f6f8fb;
  color: var(--c-ink);
  overflow: hidden;
}

.section-head--blog .section-lead {
  border-left-color: rgba(91, 75, 180, 0.32);
  margin-bottom: 0.85rem;
}

.blog-caps li {
  border-color: rgba(91, 75, 180, 0.14);
  background: rgba(255, 255, 255, 0.72);
}

.blog-stage {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: clamp(0.85rem, 2vw, 1.15rem);
}

/* ── Insights: editorial zigzag stream ─────────────────────────── */
.ed-stream {
  display: flex;
  flex-direction: column;
  border-radius: 28px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(7, 16, 26, 0.08);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 24px 64px rgba(7, 16, 26, 0.07);
}

.ed-row {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  text-decoration: none;
  color: var(--c-ink);
  border-bottom: 1px solid rgba(7, 16, 26, 0.07);
  transition: background 0.3s ease;
}

.ed-row:last-child {
  border-bottom: none;
}

.ed-row:hover {
  background: rgba(7, 16, 26, 0.015);
}

.ed-row--copper { --ed-accent: #b85a14; --ed-wash: rgba(184, 90, 20, 0.08); }
.ed-row--blue   { --ed-accent: #2563eb; --ed-wash: rgba(37, 99, 235, 0.08); }
.ed-row--teal   { --ed-accent: var(--c-teal-deep); --ed-wash: rgba(13, 107, 96, 0.09); }
.ed-row--violet { --ed-accent: #5b4bb4; --ed-wash: rgba(91, 75, 180, 0.09); }
.ed-row--mint   { --ed-accent: #0d9488; --ed-wash: rgba(13, 148, 136, 0.09); }
.ed-row--cyan   { --ed-accent: #0e7490; --ed-wash: rgba(14, 116, 144, 0.09); }

@media (min-width: 768px) {
  .ed-row {
    grid-template-columns: 1fr 1fr;
    min-height: clamp(220px, 28vw, 300px);
  }

  .ed-row--feat {
    min-height: clamp(280px, 32vw, 360px);
  }

  .ed-row--flip .ed-row__viz  { order: 2; }
  .ed-row--flip .ed-row__text { order: 1; }
}

.ed-row__viz {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0d1117;
  padding: clamp(1rem, 2.5vw, 1.75rem);
  overflow: hidden;
}

.ed-row__viz::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--ed-wash, transparent) 0%, transparent 55%);
  opacity: 0.55;
  pointer-events: none;
}

.ed-row__viz img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 520px;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  object-position: center;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.ed-row:hover .ed-row__viz img {
  transform: scale(1.04);
}

.ed-row__text {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.55rem;
  padding: clamp(1.25rem, 2.5vw, 2rem);
  padding-right: clamp(1.25rem, 2.5vw, 2.25rem);
}

.ed-row__idx {
  position: absolute;
  top: clamp(0.75rem, 1.5vw, 1.1rem);
  right: clamp(0.85rem, 1.5vw, 1.25rem);
  font-family: var(--font-display);
  font-size: clamp(2.75rem, 2rem + 3vw, 4.5rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1;
  color: var(--ed-accent);
  opacity: 0.1;
  pointer-events: none;
  user-select: none;
  transition: opacity 0.35s ease;
}

.ed-row:hover .ed-row__idx {
  opacity: 0.16;
}

.ed-row__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.32rem;
}

.ed-row__tags span {
  font-family: var(--font-mono);
  font-size: 0.54rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 0.26rem 0.52rem;
  border-radius: 6px;
  color: rgba(7, 16, 26, 0.52);
  background: rgba(7, 16, 26, 0.04);
  border: 1px solid rgba(7, 16, 26, 0.06);
  transition:
    color 0.28s ease,
    background 0.28s ease,
    border-color 0.28s ease;
}

.ed-row:hover .ed-row__tags span {
  color: var(--ed-accent);
  background: var(--ed-wash);
  border-color: color-mix(in srgb, var(--ed-accent) 22%, transparent);
}

.ed-row__title {
  margin: 0;
  max-width: 28ch;
  font-size: clamp(1.05rem, 0.92rem + 0.55vw, 1.35rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.18;
  color: var(--c-ink);
  transition: color 0.28s ease;
}

.ed-row--feat .ed-row__title {
  max-width: 32ch;
  font-size: clamp(1.2rem, 1rem + 0.8vw, 1.65rem);
  line-height: 1.12;
}

.ed-row:hover .ed-row__title {
  color: color-mix(in srgb, var(--ed-accent) 68%, var(--c-ink));
}

.ed-row__desc {
  margin: 0;
  max-width: 42ch;
  font-size: 0.8125rem;
  line-height: 1.6;
  color: rgba(7, 16, 26, 0.58);
}

.ed-row__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 0.35rem;
}

.ed-row__meta {
  font-family: var(--font-mono);
  font-size: 0.56rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(7, 16, 26, 0.4);
}

.ed-row__go {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-family: var(--font-mono);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ed-accent);
  transition: gap 0.28s ease;
}

.ed-row:hover .ed-row__go {
  gap: 0.65rem;
}

@media (max-width: 767px) {
  .ed-row__viz {
    border-bottom: 1px solid rgba(7, 16, 26, 0.06);
  }

  .ed-row:hover .ed-row__viz img {
    transform: none;
  }
}

.blog-foot {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  padding-top: clamp(0.85rem, 2vw, 1.25rem);
}

.blog-foot__cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1rem, 2.5vw, 1.75rem);
  width: min(100%, 34rem);
  padding: 0.72rem 0.72rem 0.72rem clamp(1.15rem, 2vw, 1.45rem);
  border-radius: 999px;
  text-decoration: none;
  color: var(--c-ink);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.88)),
    #fff;
  border: 1px solid rgba(7, 16, 26, 0.08);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 14px 36px rgba(7, 16, 26, 0.07);
  transition:
    transform 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.blog-foot__cta-main {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  min-width: 0;
}

.blog-foot__cta-kicker {
  font-family: var(--font-mono);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #5b4bb4;
}

.blog-foot__cta-title {
  font-size: clamp(0.9375rem, 0.88rem + 0.25vw, 1.05rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--c-ink);
}

.blog-foot__cta-aside {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  flex-shrink: 0;
}

.blog-foot__cta-count {
  font-family: var(--font-mono);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.38rem 0.62rem;
  border-radius: 999px;
  color: rgba(7, 16, 26, 0.58);
  background: rgba(7, 16, 26, 0.04);
  border: 1px solid rgba(7, 16, 26, 0.07);
  transition:
    color 0.3s ease,
    background 0.3s ease,
    border-color 0.3s ease;
}

.blog-foot__cta-go {
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 50%;
  font-size: 1rem;
  line-height: 1;
  color: rgba(7, 16, 26, 0.38);
  background: rgba(7, 16, 26, 0.04);
  border: 1px solid rgba(7, 16, 26, 0.08);
  transition:
    transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    color 0.3s ease,
    background 0.3s ease,
    border-color 0.3s ease;
}

.blog-foot__cta:hover {
  transform: translateY(-3px);
  border-color: rgba(91, 75, 180, 0.22);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 20px 44px rgba(7, 16, 26, 0.1);
  color: var(--c-ink);
}

.blog-foot__cta:hover .blog-foot__cta-count {
  color: #5b4bb4;
  background: rgba(91, 75, 180, 0.08);
  border-color: rgba(91, 75, 180, 0.14);
}

.blog-foot__cta:hover .blog-foot__cta-go {
  transform: translateX(2px);
  color: #fff;
  background: #5b4bb4;
  border-color: #5b4bb4;
}

@media (max-width: 520px) {
  .blog-foot__cta {
    flex-direction: column;
    align-items: stretch;
    gap: 0.85rem;
    padding: 1rem 1rem 0.85rem;
    border-radius: 22px;
  }

  .blog-foot__cta-aside {
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .blog-foot__cta:hover {
    transform: none;
  }
}

/* ── FAQ — help center hub ─────────────────────────────────────── */
.faq-section {
  background:
    radial-gradient(ellipse 55% 65% at 0% 0%, rgba(13, 107, 96, 0.07), transparent 58%),
    radial-gradient(ellipse 50% 60% at 100% 100%, rgba(91, 75, 180, 0.06), transparent 55%),
    #f4f7fa;
  color: var(--c-ink);
  overflow: hidden;
}

.section-head--faq .section-lead {
  border-left-color: rgba(13, 107, 96, 0.32);
}

.faq-hub {
  display: grid;
  gap: clamp(1rem, 2.5vw, 1.5rem);
  grid-template-columns: 1fr;
  align-items: start;
}

@media (min-width: 960px) {
  .faq-hub {
    grid-template-columns: minmax(240px, 280px) minmax(0, 1fr);
    gap: clamp(1.25rem, 2.5vw, 2rem);
  }
}

/* Left rail */
.faq-rail {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 960px) {
  .faq-rail {
    position: sticky;
    top: 5.5rem;
  }
}

.faq-rail__card {
  padding: clamp(1.1rem, 2vw, 1.35rem);
  border-radius: 22px;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.86)),
    #fff;
  border: 1px solid rgba(7, 16, 26, 0.08);
  box-shadow: 0 16px 40px rgba(7, 16, 26, 0.06);
}

.faq-rail__badge {
  display: inline-flex;
  font-family: var(--font-mono);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c-teal-deep);
  padding: 0.32rem 0.62rem;
  border-radius: 999px;
  background: rgba(13, 107, 96, 0.08);
  border: 1px solid rgba(13, 107, 96, 0.14);
  margin-bottom: 0.75rem;
}

.faq-rail__lead {
  margin: 0 0 1rem;
  font-size: 0.8125rem;
  line-height: 1.6;
  color: rgba(7, 16, 26, 0.62);
}

.faq-rail__nav {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-bottom: 1rem;
}

.faq-rail__link {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.55rem 0.7rem;
  border-radius: 10px;
  font-family: var(--font-mono);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(7, 16, 26, 0.62);
  background: rgba(7, 16, 26, 0.025);
  border: 1px solid rgba(7, 16, 26, 0.06);
  transition:
    color 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}

.faq-rail__link::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: var(--faq-accent, var(--c-teal-deep));
  flex-shrink: 0;
}

.faq-rail__link--teal   { --faq-accent: var(--c-teal-deep); }
.faq-rail__link--violet { --faq-accent: #5b4bb4; }
.faq-rail__link--copper { --faq-accent: #b85a14; }
.faq-rail__link--mint   { --faq-accent: #0d9488; }
.faq-rail__link--blue   { --faq-accent: #2563eb; }

.faq-rail__link:hover {
  color: var(--faq-accent);
  background: color-mix(in srgb, var(--faq-accent) 8%, #fff);
  border-color: color-mix(in srgb, var(--faq-accent) 22%, transparent);
  transform: translateX(3px);
}

.faq-rail__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-family: var(--font-mono);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  padding: 0.65rem 0.95rem;
  border-radius: 999px;
  background: var(--c-teal-deep);
  border: 1px solid rgba(13, 107, 96, 0.2);
  transition: gap 0.28s ease, box-shadow 0.28s ease;
}

.faq-rail__cta:hover {
  gap: 0.75rem;
  box-shadow: 0 10px 28px rgba(13, 107, 96, 0.25);
  color: #fff;
}

.faq-rail__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  margin: 0;
}

.faq-rail__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
  padding: 0.75rem 0.5rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(7, 16, 26, 0.07);
  text-align: center;
}

.faq-rail__stat dt {
  font-family: var(--font-mono);
  font-size: 0.5rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(7, 16, 26, 0.42);
}

.faq-rail__stat dd {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--c-ink);
}

/* FAQ stack */
.faq-stack {
  display: flex;
  flex-direction: column;
  gap: clamp(1.25rem, 2.5vw, 1.75rem);
}

.faq-group {
  scroll-margin-top: 6rem;
}

.faq-group__head {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  margin-bottom: 0.75rem;
}

.faq-group__icon {
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  flex-shrink: 0;
  border-radius: 12px;
  font-family: var(--font-mono);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--faq-accent, var(--c-teal-deep));
  background: color-mix(in srgb, var(--faq-accent) 10%, #fff);
  border: 1px solid color-mix(in srgb, var(--faq-accent) 18%, transparent);
}

.faq-group__icon--teal   { --faq-accent: var(--c-teal-deep); }
.faq-group__icon--violet { --faq-accent: #5b4bb4; }
.faq-group__icon--copper { --faq-accent: #b85a14; }
.faq-group__icon--mint   { --faq-accent: #0d9488; }
.faq-group__icon--blue   { --faq-accent: #2563eb; }

.faq-group__title {
  margin: 0 0 0.2rem;
  font-size: clamp(1.05rem, 0.95rem + 0.35vw, 1.2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--c-ink);
}

.faq-group__sub {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.45;
  color: rgba(7, 16, 26, 0.52);
}

.faq-cells {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

/* FAQ cell (details) */
.faq-cell {
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(7, 16, 26, 0.07);
  box-shadow: 0 2px 10px rgba(7, 16, 26, 0.025);
  overflow: hidden;
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.faq-cell--teal   { --faq-accent: var(--c-teal-deep); --faq-wash: rgba(13, 107, 96, 0.07); }
.faq-cell--violet { --faq-accent: #5b4bb4; --faq-wash: rgba(91, 75, 180, 0.07); }
.faq-cell--copper { --faq-accent: #b85a14; --faq-wash: rgba(184, 90, 20, 0.07); }
.faq-cell--mint   { --faq-accent: #0d9488; --faq-wash: rgba(13, 148, 136, 0.07); }
.faq-cell--blue   { --faq-accent: #2563eb; --faq-wash: rgba(37, 99, 235, 0.07); }

.faq-cell[open] {
  border-color: color-mix(in srgb, var(--faq-accent) 28%, transparent);
  box-shadow: 0 12px 32px rgba(7, 16, 26, 0.07);
}

.faq-cell__trigger {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  width: 100%;
  padding: 1rem 1.15rem;
  padding-right: 2.75rem;
  cursor: pointer;
  list-style: none;
  font-family: var(--font-display);
  font-size: clamp(0.9375rem, 0.88rem + 0.2vw, 1.02rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.35;
  color: var(--c-ink);
  background: transparent;
  transition: background 0.25s ease, color 0.25s ease;
  position: relative;
}

.faq-cell__trigger::-webkit-details-marker {
  display: none;
}

.faq-cell__trigger::after {
  content: "+";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 50%;
  font-family: var(--font-mono);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: rgba(7, 16, 26, 0.38);
  background: rgba(7, 16, 26, 0.04);
  border: 1px solid rgba(7, 16, 26, 0.07);
  transition:
    transform 0.32s cubic-bezier(0.34, 1.56, 0.64, 1),
    color 0.28s ease,
    background 0.28s ease,
    border-color 0.28s ease;
}

.faq-cell[open] .faq-cell__trigger::after {
  content: "−";
  color: #fff;
  background: var(--faq-accent);
  border-color: var(--faq-accent);
  transform: translateY(-50%) rotate(90deg);
}

.faq-cell__trigger:hover {
  background: rgba(7, 16, 26, 0.015);
}

.faq-cell[open] .faq-cell__trigger {
  color: color-mix(in srgb, var(--faq-accent) 75%, var(--c-ink));
  background: var(--faq-wash);
}

.faq-cell__q {
  display: grid;
  place-items: center;
  width: 1.65rem;
  height: 1.65rem;
  flex-shrink: 0;
  margin-top: 0.05rem;
  border-radius: 8px;
  font-family: var(--font-mono);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: var(--faq-accent);
  background: var(--faq-wash);
  border: 1px solid color-mix(in srgb, var(--faq-accent) 16%, transparent);
  transition: transform 0.28s ease;
}

.faq-cell[open] .faq-cell__q {
  transform: scale(1.06);
}

.faq-cell__body {
  padding: 0 1.15rem 1.15rem 3.55rem;
}

.faq-cell__body p {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.65;
  color: rgba(7, 16, 26, 0.64);
}

.faq-cell__body p + .faq-cell__list,
.faq-cell__body .faq-cell__list + p {
  margin-top: 0.65rem;
}

.faq-cell__list {
  margin: 0;
  padding-left: 1.1rem;
  font-size: 0.8125rem;
  line-height: 1.65;
  color: rgba(7, 16, 26, 0.64);
}

.faq-cell__list li + li {
  margin-top: 0.35rem;
}

.faq-cell__body a {
  color: var(--faq-accent, var(--c-teal-deep));
  font-weight: 600;
  text-decoration: none;
}

.faq-cell__body a:hover {
  text-decoration: underline;
}

@media (max-width: 959px) {
  .faq-rail__nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .faq-cell__body {
    padding-left: 1.15rem;
  }
}

@media (max-width: 520px) {
  .faq-rail__nav {
    grid-template-columns: 1fr;
  }
}

/* ── Contact — launch pad hub ──────────────────────────────────── */
.ct-section {
  background:
    radial-gradient(ellipse 55% 70% at 100% 0%, rgba(184, 90, 20, 0.07), transparent 58%),
    radial-gradient(ellipse 50% 65% at 0% 100%, rgba(13, 107, 96, 0.08), transparent 55%),
    #f3f6f9;
  color: var(--c-ink);
  overflow: hidden;
}

.ct-hub {
  display: grid;
  gap: clamp(1.25rem, 2.5vw, 2rem);
  grid-template-columns: 1fr;
  align-items: start;
}

@media (min-width: 960px) {
  .ct-hub {
    grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
    gap: clamp(1.5rem, 3vw, 2.25rem);
  }
}

/* Left rail */
.ct-rail {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 2vw, 1.35rem);
}

@media (min-width: 960px) {
  .ct-rail {
    position: sticky;
    top: 5.5rem;
  }
}

.ct-rail__index {
  display: block;
  margin-bottom: 0.55rem;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(7, 16, 26, 0.48);
}

.ct-rail__title {
  margin: 0 0 0.65rem;
  font-size: clamp(2rem, 1.4rem + 2.5vw, 3.25rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.02;
  color: var(--c-ink);
}

.ct-rail__accent {
  color: var(--c-teal-deep);
  -webkit-text-fill-color: var(--c-teal-deep);
}

.ct-rail__lead {
  margin: 0;
  font-size: clamp(0.9375rem, 0.88rem + 0.2vw, 1.02rem);
  line-height: 1.62;
  color: rgba(7, 16, 26, 0.64);
  max-width: 34ch;
}

/* What happens next */
.ct-flow {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(7, 16, 26, 0.07);
  overflow: hidden;
}

.ct-flow__step {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 0.9rem 1rem;
  border-bottom: 1px solid rgba(7, 16, 26, 0.06);
}

.ct-flow__step:last-child {
  border-bottom: none;
}

.ct-flow__num {
  flex-shrink: 0;
  font-family: var(--font-mono);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--c-teal-deep);
  padding-top: 0.15rem;
}

.ct-flow__body strong {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--c-ink);
  margin-bottom: 0.15rem;
}

.ct-flow__body p {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.5;
  color: rgba(7, 16, 26, 0.52);
}

/* Contact channels */
.ct-channels {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.ct-channel {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 0.75rem;
  row-gap: 0.1rem;
  padding: 0.75rem 0.9rem;
  border-radius: 14px;
  text-decoration: none;
  color: var(--c-ink);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(7, 16, 26, 0.07);
  transition:
    border-color 0.28s ease,
    background 0.28s ease,
    transform 0.28s ease;
}

a.ct-channel:hover {
  border-color: rgba(13, 107, 96, 0.22);
  background: #fff;
  transform: translateX(4px);
}

.ct-channel__icon {
  grid-row: 1 / 3;
  width: 1.15rem;
  height: 1.15rem;
  color: var(--c-teal-deep);
  align-self: center;
}

.ct-channel__lbl {
  font-family: var(--font-mono);
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(7, 16, 26, 0.42);
}

.ct-channel__val {
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--c-ink);
}

a.ct-channel:hover .ct-channel__val {
  color: var(--c-teal-deep);
}

.ct-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ct-trust li {
  font-family: var(--font-mono);
  font-size: 0.54rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.32rem 0.58rem;
  border-radius: 999px;
  color: rgba(7, 16, 26, 0.52);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(7, 16, 26, 0.07);
}

/* Form panel */
.ct-panel {
  position: relative;
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
  border-radius: 26px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.92)),
    #fff;
  border: 1px solid rgba(7, 16, 26, 0.08);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 24px 64px rgba(7, 16, 26, 0.08);
  overflow: hidden;
}

.ct-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--c-teal-deep), #b85a14 55%, #5b4bb4);
}

.ct-panel__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(7, 16, 26, 0.07);
}

.ct-panel__title {
  margin: 0 0 0.3rem;
  font-size: clamp(1.1rem, 1rem + 0.4vw, 1.35rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--c-ink);
}

.ct-panel__sub {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.5;
  color: rgba(7, 16, 26, 0.52);
}

.ct-panel__badge {
  display: grid;
  place-items: center;
  width: 2.35rem;
  height: 2.35rem;
  flex-shrink: 0;
  border-radius: 50%;
  font-size: 1rem;
  line-height: 1;
  color: rgba(7, 16, 26, 0.28);
  background: rgba(7, 16, 26, 0.04);
  border: 1px solid rgba(7, 16, 26, 0.08);
}

/* Form overrides */
.page-home .ct-form {
  gap: 1rem;
}

.page-home .ct-form .form__label {
  font-family: var(--font-mono);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(7, 16, 26, 0.48);
}

.page-home .ct-form .form__input,
.page-home .ct-form .form__select,
.page-home .ct-form .form__textarea {
  padding: 0.72rem 0.9rem;
  border-radius: 12px;
  font-size: 0.875rem;
  color: var(--c-ink);
  background: rgba(7, 16, 26, 0.025);
  border: 1px solid rgba(7, 16, 26, 0.1);
  box-shadow: none;
  transition:
    border-color 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease;
}

.page-home .ct-form .form__input:focus,
.page-home .ct-form .form__select:focus,
.page-home .ct-form .form__textarea:focus {
  outline: none;
  background: #fff;
  border-color: rgba(13, 107, 96, 0.35);
  box-shadow: 0 0 0 3px rgba(13, 107, 96, 0.1);
}

.page-home .ct-form .form__input::placeholder,
.page-home .ct-form .form__textarea::placeholder {
  color: rgba(7, 16, 26, 0.36);
}

.page-home .ct-form .form__row {
  gap: 0.85rem;
}

@media (min-width: 640px) {
  .page-home .ct-form .form__row {
    grid-template-columns: 1fr 1fr;
  }
}

.page-home .ct-form .form__error {
  font-size: 0.75rem;
  color: #b91c1c;
  margin-top: 0.25rem;
}

.page-home .ct-form .form__alert,
.page-home .ct-form .form__success {
  padding: 0.75rem 1rem;
  border-radius: 12px;
  font-size: 0.8125rem;
  line-height: 1.5;
}

.page-home .ct-form .form__alert--error {
  background: rgba(185, 28, 28, 0.08);
  border: 1px solid rgba(185, 28, 28, 0.18);
  color: #991b1b;
}

.page-home .ct-form .form__alert--warning,
.page-home .ct-form .form__success {
  background: rgba(13, 107, 96, 0.08);
  border: 1px solid rgba(13, 107, 96, 0.18);
  color: var(--c-teal-deep);
}

.page-home .ct-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  width: 100%;
  margin-top: 0.25rem;
  padding: 0.85rem 1.25rem;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: -0.01em;
  transition: gap 0.3s ease, box-shadow 0.3s ease;
}

.page-home .ct-submit:hover {
  gap: 1rem;
  box-shadow: 0 12px 32px rgba(13, 107, 96, 0.25);
}

.page-home .ct-submit__go {
  display: inline-flex;
  transition: transform 0.3s ease;
}

.page-home .ct-submit:hover .ct-submit__go {
  transform: translateX(3px);
}

@media (max-width: 767px) {
  a.ct-channel:hover {
    transform: none;
  }
}

/* ── Footer — deck mosaic ──────────────────────────────────────── */
.page-home .footer.ft-deck {
  position: relative;
  padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(1.5rem, 3vw, 2rem);
  background:
    radial-gradient(ellipse 60% 80% at 50% 0%, rgba(13, 107, 96, 0.09), transparent 55%),
    radial-gradient(ellipse 45% 60% at 100% 100%, rgba(91, 75, 180, 0.06), transparent 50%),
    #0a1018 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
  color: rgba(255, 255, 255, 0.88);
  overflow-x: clip;
  overflow-y: visible;
}

.page-home .footer.ft-deck > .container {
  position: relative;
  z-index: 1;
}

.ft-deck__mesh {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent 85%);
}

/* CTA banner */
.ft-banner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(1.25rem, 2.5vw, 1.75rem);
  padding: clamp(1.5rem, 2.5vw, 2rem);
  margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
  overflow: visible;
}

.ft-banner__copy {
  min-width: 0;
}

.ft-banner::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 2px;
  border-radius: 24px 24px 0 0;
  background: linear-gradient(90deg, var(--c-teal), #b85a14 50%, #5b4bb4);
}

@media (min-width: 768px) {
  .ft-banner {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: clamp(1.5rem, 3vw, 2.5rem);
  }
}

.ft-banner__kicker {
  display: inline-flex;
  margin-bottom: 0.55rem;
  font-family: var(--font-mono);
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--c-teal);
}

.page-home .ft-banner__title {
  margin: 0 0 0.5rem;
  max-width: none !important;
  font-size: clamp(1.5rem, 1.2rem + 1.2vw, 2.25rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.2;
  overflow: visible;
  background: none !important;
  background-clip: border-box !important;
  -webkit-background-clip: border-box !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.page-home .ft-banner__title span {
  color: var(--c-teal) !important;
  -webkit-text-fill-color: var(--c-teal) !important;
  background: none !important;
}

.ft-banner__text {
  margin: 0;
  max-width: 38ch;
  font-size: 0.875rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.58) !important;
}

.ft-banner__aside {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.55rem;
  flex-shrink: 0;
  width: 100%;
  max-width: 280px;
}

@media (min-width: 768px) {
  .ft-banner__aside {
    width: auto;
    min-width: 240px;
  }
}

.ft-banner__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.72rem 1.15rem;
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition:
    gap 0.28s ease,
    background 0.28s ease,
    border-color 0.28s ease,
    transform 0.28s ease;
}

.ft-banner__btn--primary {
  color: #0a1018 !important;
  background: var(--c-teal) !important;
  border: 1px solid rgba(26, 168, 150, 0.4);
  box-shadow: 0 8px 28px rgba(26, 168, 150, 0.28);
}

.ft-banner__btn--primary:hover {
  gap: 0.75rem;
  transform: translateY(-2px);
  background: #1aa896 !important;
  color: #0a1018 !important;
}

.ft-banner__btn--ghost {
  color: rgba(255, 255, 255, 0.72) !important;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.ft-banner__btn--ghost:hover {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.05);
}

.ft-banner__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
  margin: 0.35rem 0 0;
  padding: 0;
}

.ft-banner__stats div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.1rem;
  padding: 0.45rem 0.35rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  text-align: center;
}

.ft-banner__stats dt {
  font-family: var(--font-mono);
  font-size: 0.48rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.38);
}

.ft-banner__stats dd {
  margin: 0;
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #fff;
}

/* Mosaic grid */
.ft-mosaic {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 1fr;
  margin-bottom: clamp(1.25rem, 2.5vw, 1.75rem);
}

@media (min-width: 768px) {
  .ft-mosaic {
    grid-template-columns: 1.35fr 1fr 1fr 0.85fr;
    grid-template-rows: auto auto;
    align-items: start;
  }

  .ft-brand {
    grid-row: 1 / 3;
  }
}

.ft-brand,
.ft-nav {
  padding: clamp(1rem, 2vw, 1.25rem);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  transition: border-color 0.3s ease, background 0.3s ease;
}

.ft-brand:hover,
.ft-nav:hover {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.045);
}

.ft-brand__logo {
  display: inline-block;
  margin-bottom: 0.85rem;
}

.ft-brand__logo img {
  display: block;
  filter: brightness(1.05);
}

.ft-brand__desc {
  margin: 0 0 1rem;
  font-size: 0.8125rem;
  line-height: 1.62;
  color: rgba(255, 255, 255, 0.52) !important;
}

.ft-brand__contact {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-bottom: 0.85rem;
}

.ft-brand__chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.65rem;
  border-radius: 10px;
  font-size: 0.75rem;
  font-weight: 500;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.68) !important;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: color 0.25s ease, border-color 0.25s ease;
}

a.ft-brand__chip:hover {
  color: var(--c-teal) !important;
  border-color: rgba(26, 168, 150, 0.28);
}

.ft-brand__chip--static {
  cursor: default;
}

.ft-brand__chip svg {
  width: 0.9rem;
  height: 0.9rem;
  flex-shrink: 0;
  color: var(--c-teal);
}

.ft-brand__social {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-family: var(--font-mono);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.55) !important;
  transition: color 0.25s ease, gap 0.25s ease;
}

.ft-brand__social svg {
  width: 1rem;
  height: 1rem;
}

.ft-brand__social:hover {
  color: var(--c-teal) !important;
  gap: 0.65rem;
}

.ft-nav__head {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.75rem;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.ft-nav__idx {
  font-family: var(--font-mono);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--nav-accent, var(--c-teal));
}

.ft-nav--ai { --nav-accent: var(--c-teal); }
.ft-nav--mobile { --nav-accent: #2563eb; }
.ft-nav--co { --nav-accent: #b85a14; }

.ft-nav__title {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #fff !important;
}

.ft-nav__list {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ft-nav__list a {
  display: inline-flex;
  align-items: center;
  font-size: 0.78rem;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.52) !important;
  transition: color 0.22s ease, transform 0.22s ease;
}

.ft-nav__list a:hover {
  color: var(--nav-accent, var(--c-teal)) !important;
  transform: translateX(4px);
}

.ft-nav__list a::before {
  content: "";
  width: 0;
  height: 1px;
  margin-right: 0;
  background: var(--nav-accent, var(--c-teal));
  transition: width 0.22s ease, margin 0.22s ease;
}

.ft-nav__list a:hover::before {
  width: 8px;
  margin-right: 0.4rem;
}

/* Bottom bar */
.ft-bar {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  padding-top: clamp(1rem, 2vw, 1.25rem);
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  text-align: center;
}

@media (min-width: 640px) {
  .ft-bar {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}

.ft-bar__copy {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.38) !important;
}

.ft-bar__links {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.ft-bar__links a {
  font-family: var(--font-mono);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.48) !important;
  transition: color 0.22s ease;
}

.ft-bar__links a:hover {
  color: var(--c-teal) !important;
}

.ft-bar__dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
}

@media (max-width: 767px) {
  .ft-banner__btn--primary:hover {
    transform: none;
  }

  .ft-nav__list a:hover {
    transform: none;
  }
}

/* Media helpers */
.media-frame { display: none; }

@media (max-width: 767px) {
  .plat-hero__stats { grid-template-columns: 1fr 1fr; }
  .sol-feature:hover,
  .sol-svc:hover,
  .sol-tile:hover,
  .sol-strip:hover,
  .stk-ops__tile:hover,
  .stk-app__panel:hover { transform: none; }
  .ind-row:hover,
  .cs-card:hover,
  .cs-live-item:hover,
  .page-home .app-gallery--showcase .app-card:hover,
  .ed-row:hover .ed-row__viz img { transform: none; }
  .hv5__card:hover { transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  .page-home [data-animate="fade-up"] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
