:root {
  --gold: #c8a96a;
  --gold-mid: #c9a227;
  --gold-bright: #d4af37;
  --gold-deep: #a8893d;
  --gold-soft: rgba(200, 169, 106, 0.32);
  /* Cohesive ForHealth teal system — deep ink, soft surfaces, navy→teal CTAs */
  --bg: #ffffff;
  --bg-soft: #eef6f5;
  --bg-muted: #f5f8f8;
  --ink: #0d2f36;
  --text-1: #3d5f66;
  --text-2: #6b858b;
  --border: rgba(13, 47, 54, 0.1);
  --border-strong: rgba(13, 47, 54, 0.18);
  --indigo: #006271;
  --indigo-dark: #004a55;
  --coral: #e9a15c;
  --amber: #f0c27a;
  --teal: #00bfb2;
  --teal-deep: #00968c;
  --violet: #2f6f7a;
  --navy: #071820;
  --purple: #0e5c68;
  --accent: #00bfb2;
  /* Enterprise UI accent — status, dashboards, interactive highlights (use sparingly) */
  --signal: #2563eb;
  --signal-deep: #1d4ed8;
  --signal-soft: rgba(37, 99, 235, 0.12);
  --signal-glow: rgba(37, 99, 235, 0.28);
  --shadow: 0 1px 2px rgba(7, 24, 32, 0.04), 0 10px 28px rgba(7, 24, 32, 0.07);
  --shadow-hover: 0 6px 14px rgba(7, 24, 32, 0.07), 0 22px 48px rgba(7, 24, 32, 0.1);
  --font-display: 'Space Grotesk', sans-serif;
  --font-brand: 'Cinzel', 'Times New Roman', serif;
  --font-body: 'Inter', sans-serif;
  --font-mono: 'JetBrains Mono', monospace;
  --max: 1240px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--bg); color: var(--ink); font-family: var(--font-body); -webkit-font-smoothing: antialiased; overflow-x: hidden; }

/* Custom scrollbar — desktop only (not phones / tablets) */
@media (min-width: 1025px) and (pointer: fine) {
  html {
    scrollbar-gutter: stable;
    scrollbar-width: thin;
    scrollbar-color: var(--indigo) #e8f1f1;
  }
  html::-webkit-scrollbar {
    width: 12px;
  }
  html::-webkit-scrollbar-track {
    background: #e8f1f1;
    border-left: 1px solid rgba(13, 47, 54, 0.08);
  }
  html::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, var(--teal-deep), var(--indigo));
    border-radius: 999px;
    border: 3px solid #e8f1f1;
    min-height: 48px;
  }
  html::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, var(--teal), var(--indigo-dark));
  }
  html::-webkit-scrollbar-corner {
    background: #e8f1f1;
  }
  .mobile-menu {
    scrollbar-width: thin;
    scrollbar-color: var(--indigo) #f0f5f5;
  }
  .mobile-menu::-webkit-scrollbar {
    width: 8px;
  }
  .mobile-menu::-webkit-scrollbar-track {
    background: transparent;
  }
  .mobile-menu::-webkit-scrollbar-thumb {
    background: rgba(0, 98, 113, 0.45);
    border-radius: 999px;
    border: 2px solid #fff;
  }
}

/* Touch / tablet / phone — keep native scrollbars (no custom rail) */
@media (max-width: 1024px), (pointer: coarse) {
  html {
    scrollbar-width: auto;
    scrollbar-color: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}
a { color: inherit; text-decoration: none; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 40px; }
@media (max-width: 640px) { .wrap { padding: 0 22px; } }
.mono { font-family: var(--font-mono); letter-spacing: 0.02em; }
::selection { background: var(--indigo); color: #fff; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s cubic-bezier(.16, .8, .3, 1), transform 0.7s cubic-bezier(.16, .8, .3, 1); }
.reveal.in { opacity: 1; transform: translateY(0); }

.draft-banner {
  position: sticky;
  top: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0.6rem 1rem;
  border-bottom: 1px solid var(--border);
  background: var(--bg-soft);
  font-family: var(--font-mono);
  font-size: 0.75rem;
}
.draft-banner__dismiss {
  border: 1px solid var(--border-strong);
  background: #fff;
  color: var(--ink);
  padding: 0.25rem 0.55rem;
  border-radius: 6px;
  cursor: pointer;
  font-family: inherit;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(13, 47, 54, 0.08);
  box-shadow: 0 4px 18px rgba(7, 24, 32, 0.045);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  overflow: visible;
}
.nav.scrolled {
  border-bottom-color: rgba(13, 47, 54, 0.12);
  box-shadow: 0 6px 22px rgba(7, 24, 32, 0.07);
}
.nav .wrap { display: flex; align-items: center; justify-content: space-between; min-height: 80px; height: auto; padding-top: 10px; padding-bottom: 10px; gap: 16px; overflow: visible; }
.brand {
  --brand-name: clamp(1.2rem, 0.9vw + 0.95rem, 1.7rem);
  --brand-tag: clamp(0.58rem, 0.12vw + 0.52rem, 0.7rem);
  --brand-gap: clamp(8px, 0.4vw + 6px, 14px);
  /* Default (mobile / iPad): mark = same size as OAHYCO text */
  --brand-mark-scale: 1;
  font-size: var(--brand-name);
  display: inline-flex;
  flex-direction: row;
  align-items: flex-start;
  gap: var(--brand-gap);
  max-width: min(78vw, 420px);
  line-height: 1.15;
  cursor: pointer;
  transition: opacity 0.15s ease;
  min-width: 0;
}
/* Desktop only: larger mark (current look) */
@media (min-width: 1025px) {
  .brand {
    --brand-mark-scale: 1.45;
  }
}
.brand:hover { opacity: 0.88; }
.brand-mark {
  flex: 0 0 calc(1em * var(--brand-mark-scale));
  flex-shrink: 0;
  width: calc(1em * var(--brand-mark-scale));
  height: calc(1em * var(--brand-mark-scale));
  min-width: calc(1em * var(--brand-mark-scale));
  min-height: calc(1em * var(--brand-mark-scale));
  max-width: calc(1em * var(--brand-mark-scale));
  max-height: calc(1em * var(--brand-mark-scale));
  display: block;
  overflow: visible;
  aspect-ratio: 1 / 1;
  line-height: 0;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0;
  padding: 0;
  /* Nudge mark to optically match OAHYCO cap height */
  margin: -0.08em 0 0;
}
.brand-mark img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  aspect-ratio: 1 / 1;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  filter: none;
}
.brand-mark--sm {
  --brand-mark-scale: 1;
  flex-basis: calc(1em * var(--brand-mark-scale));
  width: calc(1em * var(--brand-mark-scale));
  height: calc(1em * var(--brand-mark-scale));
  min-width: calc(1em * var(--brand-mark-scale));
  min-height: calc(1em * var(--brand-mark-scale));
  max-width: calc(1em * var(--brand-mark-scale));
  max-height: calc(1em * var(--brand-mark-scale));
  margin-top: -0.06em;
}
@media (min-width: 1025px) {
  .brand-mark--sm {
    --brand-mark-scale: 1.4;
  }
}
.brand-text {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.12em;
  min-width: 0;
  flex: 1 1 auto;
}
.brand-name,
.footer-brand {
  font-family: var(--font-brand);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background-image: linear-gradient(
    112deg,
    #8b7340 0%,
    #a8893d 14%,
    #c9a227 28%,
    #d4af37 42%,
    #c8a96a 56%,
    #c9a227 70%,
    #a8893d 86%,
    #8b7340 100%
  );
  background-size: 140% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 1px 0 rgba(92, 74, 40, 0.35)) drop-shadow(0 2px 4px rgba(168, 137, 61, 0.2));
}
.brand-name {
  font-size: 1em;
  line-height: 1;
  white-space: nowrap;
}
.brand-accent-a {
  font-weight: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  background-image: linear-gradient(
    115deg,
    #a8893d 0%,
    #c9a227 30%,
    #d4af37 55%,
    #c8a96a 78%,
    #c9a227 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  filter: none;
}
.brand-tagline {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: var(--brand-tag);
  color: #111111;
  letter-spacing: 0.04em;
  line-height: 1.25;
  max-width: 100%;
}
@media (max-width: 560px) {
  .brand {
    max-width: calc(100vw - 108px);
  }
  .brand-tagline {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 380px) {
  .brand {
    --brand-name: 1.08rem;
    --brand-tag: 0.55rem;
    --brand-gap: 7px;
    max-width: calc(100vw - 88px);
  }
}
.navlinks { display: none; }
.navlinks a:hover { color: var(--ink); }
.navlinks a.nav-trust {
  color: var(--indigo);
  font-weight: 700;
}
.navlinks a.nav-trust:hover { color: var(--indigo-dark); }
.navlinks a:focus-visible, .brand:focus-visible { outline: 2px solid var(--indigo); outline-offset: 4px; }
.nav-right { display: flex; align-items: center; gap: 14px; margin-left: auto; position: relative; }
@media (max-width: 480px) { .nav-right > .nav-cta { display: none; } }
.nav-cta {
  font-size: 0.85rem;
  font-weight: 700;
  padding: 10px 20px;
  background: linear-gradient(120deg, var(--navy), var(--indigo));
  color: #fff;
  border-radius: 100px;
  border: 1px solid transparent;
  transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.nav-cta:hover {
  transform: translateY(-1px);
  /* Gold accent reserved for brand moments — Contact is the primary brand CTA */
  background: linear-gradient(120deg, var(--navy) 0%, var(--gold-deep) 100%);
  border-color: rgba(200, 169, 106, 0.55);
  box-shadow: 0 8px 22px rgba(168, 137, 61, 0.32);
}
.nav-cta:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}
.menu-toggle {
  display: flex;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  border: 1px solid var(--border-strong);
  background: #fff;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  flex-shrink: 0;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.menu-toggle:hover {
  border-color: rgba(0, 98, 113, 0.35);
  box-shadow: 0 6px 16px rgba(7, 24, 32, 0.08);
}
.menu-toggle:focus-visible {
  outline: 2px solid var(--indigo);
  outline-offset: 3px;
}
.menu-toggle span { display: block; width: 18px; height: 1.5px; background: var(--ink); transition: transform 0.25s ease, opacity 0.2s ease; }
.menu-toggle.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.menu-toggle.open span:nth-child(2) { opacity: 0; }
.menu-toggle.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
.menu-toggle.open {
  border-color: rgba(0, 98, 113, 0.4);
  background: #f4f8f8;
}

.mobile-menu[hidden] {
  display: none !important;
}
.mobile-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  left: auto;
  bottom: auto;
  z-index: 120;
  width: min(300px, calc(100vw - 32px));
  max-height: min(72vh, calc(100vh - 100px));
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0;
  padding: 8px;
  background: #fff;
  border: 1px solid rgba(13, 47, 54, 0.12);
  border-radius: 14px;
  box-shadow: 0 18px 48px rgba(7, 24, 32, 0.14);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
}
.mobile-menu.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.mobile-menu a {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--ink);
  padding: 12px 14px;
  border-radius: 10px;
  line-height: 1.3;
  transition: background 0.15s ease, color 0.15s ease;
}
.mobile-menu a:hover {
  background: #f4f8f8;
  color: var(--teal-deep);
}
.mobile-menu a + a {
  border-top: 1px solid rgba(13, 47, 54, 0.06);
  border-radius: 0;
}
.mobile-menu a:first-child {
  border-radius: 10px 10px 0 0;
}
.mobile-menu a:nth-last-child(2) {
  border-radius: 0 0 10px 10px;
}
.mobile-menu .nav-cta {
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.88rem;
  font-weight: 700;
  padding: 11px 16px;
  border-top: none;
  border-radius: 100px !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  background: linear-gradient(120deg, var(--navy), var(--indigo));
  box-shadow: 0 8px 20px rgba(0, 98, 113, 0.24);
}
.mobile-menu .nav-cta:hover {
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  transform: translateY(-1px);
  background: linear-gradient(120deg, var(--navy) 0%, var(--gold-deep) 100%);
  border-color: rgba(200, 169, 106, 0.55);
  box-shadow: 0 8px 22px rgba(168, 137, 61, 0.32);
}
@media (max-width: 560px) {
  .mobile-menu {
    right: 0;
    width: min(300px, calc(100vw - 24px));
  }
}

.hero {
  position: relative;
  padding: 88px 0 72px;
  overflow: hidden;
  background: #061018;
  color: #fff;
  min-height: min(88vh, 820px);
  display: flex;
  align-items: center;
}
.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.hero-media-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 68% center;
  transform: scale(1.08);
  animation: heroDrift 28s ease-in-out infinite alternate;
}
.hero-media-wash {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(6, 16, 24, 0.78) 0%, rgba(6, 16, 24, 0.55) 42%, rgba(6, 16, 24, 0.28) 68%, rgba(6, 16, 24, 0.45) 100%),
    linear-gradient(180deg, rgba(6, 16, 24, 0.35) 0%, transparent 28%, rgba(6, 16, 24, 0.55) 100%);
}
@keyframes heroDrift {
  from { transform: scale(1.08) translate3d(0, 0, 0); }
  to { transform: scale(1.14) translate3d(-1.5%, 1%, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-media-img { animation: none; transform: scale(1.06); }
}
.hero .wrap { position: relative; z-index: 1; width: 100%; }
.hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px; align-items: center; }
@media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; gap: 36px; } }
.hero h1 {
  /* Modern sans for technology-forward primary message */
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2.15rem, 4.6vw, 3.35rem);
  line-height: 1.08;
  letter-spacing: -0.025em;
  text-transform: none;
  margin-bottom: 16px;
  color: #fff;
  max-width: 11.5em;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.25);
}
.hero-tagline {
  /* Serif brand moment under the tech headline */
  font-family: var(--font-brand);
  font-weight: 600;
  font-size: clamp(1.05rem, 2.1vw, 1.35rem);
  line-height: 1.35;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 18px;
  max-width: 28ch;
}
.hero-sub {
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
  max-width: 42ch;
  margin-bottom: 32px;
}
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; position: relative; z-index: 2; }
@media (max-width: 460px) { .hero-ctas { flex-direction: column; } .hero-ctas .btn { width: 100%; justify-content: center; } }
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 26px; font-size: 0.92rem; font-weight: 700; border-radius: 100px; cursor: pointer; transition: transform 0.15s ease, box-shadow 0.2s ease; }
.btn-primary { background: linear-gradient(120deg, var(--navy), var(--indigo)); color: #fff; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0, 98, 113, 0.32); }
.hero .btn-ghost {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(8px);
}
.hero .btn-ghost:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-2px);
}
.btn:focus-visible { outline: 2px solid var(--indigo); outline-offset: 3px; }
.hero-panel {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  backdrop-filter: blur(14px);
  color: var(--ink);
  position: relative;
  z-index: 1;
  transform-origin: center center;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease, z-index 0s;
}
.hero-panel:hover {
  z-index: 5;
  transform: scale(1.08);
  box-shadow: 0 36px 80px rgba(0, 0, 0, 0.42);
}
@media (prefers-reduced-motion: reduce) {
  .hero-panel { transition: none; }
  .hero-panel:hover { transform: none; }
}
.hero-panel-head {
  padding: 22px 22px 16px;
  background: linear-gradient(135deg, #00343c 0%, #006271 52%, #00bfb2 100%);
  color: #fff;
}
.hero-panel-eyebrow {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--coral);
  margin-bottom: 8px;
}
.hero-panel-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 6px;
}
.hero-panel-intro {
  font-size: 0.86rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.78);
  max-width: 36ch;
}
.hero-domain-list {
  list-style: none;
  margin: 0;
  padding: 6px 0;
}
.hero-domain-row {
  display: grid;
  grid-template-columns: 10px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 11px 20px;
  color: inherit;
  transition: background 0.2s ease, transform 0.2s ease;
}
.hero-domain-row:hover {
  background: var(--bg-soft);
  transform: scale(1.02);
}
.hero-domain-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--teal);
}
.hero-domain-list li:nth-child(1) .hero-domain-dot { background: var(--coral); }
.hero-domain-list li:nth-child(2) .hero-domain-dot { background: var(--teal); }
.hero-domain-list li:nth-child(3) .hero-domain-dot { background: var(--signal); }
.hero-domain-list li:nth-child(4) .hero-domain-dot { background: var(--amber); }
.hero-domain-list li:nth-child(5) .hero-domain-dot { background: #008f86; }
.hero-domain-list li:nth-child(6) .hero-domain-dot { background: var(--indigo-dark); }
.hero-domain-text { display: flex; flex-direction: column; gap: 1px; min-width: 0; }
.hero-domain-label { font-family: var(--font-display); font-weight: 700; font-size: 0.92rem; color: var(--ink); }
.hero-domain-detail { font-size: 0.78rem; color: var(--text-2); line-height: 1.35; }
.hero-domain-arrow { font-size: 0.85rem; color: var(--text-2); transition: transform 0.15s ease, color 0.15s ease; }
.hero-domain-row:hover .hero-domain-arrow { color: var(--signal); transform: translateX(3px); }
.hero-proofs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 14px 18px 18px;
  border-top: 1px solid var(--border);
  background: var(--bg-soft);
}
.hero-proof {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--indigo);
  background: #fff;
  border: 1px solid var(--border);
  padding: 6px 10px;
  border-radius: 100px;
}
@media (max-width: 900px) { .hero-panel { max-width: 480px; margin: 0 auto; } }

.model-strip {
  position: relative;
  padding: 0;
  background:
    radial-gradient(ellipse 60% 80% at 50% 0%, rgba(0, 191, 178, 0.12), transparent 55%),
    linear-gradient(180deg, #061820 0%, #0a2f38 100%);
  border-bottom: 1px solid rgba(0, 191, 178, 0.28);
  overflow: hidden;
}
.model-strip .wrap {
  padding-top: 36px;
  padding-bottom: 36px;
}
.model-strip-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}
.model-step {
  position: relative;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 8px 28px;
}
.model-step + .model-step::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12%;
  bottom: 12%;
  width: 1px;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(0, 191, 178, 0.12) 20%,
    rgba(0, 191, 178, 0.2) 80%,
    transparent
  );
}
.model-step-label {
  display: inline-block;
  font-family: var(--font-brand);
  font-size: 0.68rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--teal);
  margin-bottom: 12px;
}
.model-step h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.18rem;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin: 0 0 10px;
}
.model-step p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
  max-width: 32ch;
}
@media (max-width: 820px) {
  .model-strip-grid { grid-template-columns: 1fr; gap: 0; }
  .model-step {
    padding: 22px 0;
    border-bottom: 1px solid rgba(0, 191, 178, 0.28);
  }
  .model-step:last-child { border-bottom: none; padding-bottom: 0; }
  .model-step:first-child { padding-top: 0; }
  .model-step + .model-step::before { display: none; }
  .model-step p { max-width: none; }
}

section { position: relative; padding: 88px 0; scroll-margin-top: 96px; }
@media (max-width: 820px) { section { padding: 64px 0; } }
@media (max-width: 560px) { section { padding: 48px 0; } }
.section-head { max-width: 640px; margin-bottom: 44px; }
.eyebrow { font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: var(--indigo); margin-bottom: 14px; }
h2.section-title { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.7rem, 3vw, 2.4rem); line-height: 1.14; letter-spacing: -0.01em; margin-bottom: 14px; }
.section-desc { color: var(--text-1); font-size: 1.02rem; line-height: 1.6; }

#platform { background: var(--bg-soft); }
.platform-heading { text-align: center; font-family: var(--font-display); font-weight: 700; font-size: clamp(1.6rem, 3vw, 2.2rem); margin-bottom: 14px; }
.platform-sub { text-align: center; max-width: 640px; margin: 0 auto 36px; color: var(--text-1); font-size: 1.02rem; line-height: 1.6; }
.tab-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; }
.tab-btn { font-size: 0.86rem; font-weight: 700; color: var(--text-1); background: #fff; border: 1.5px solid var(--border); border-radius: 100px; padding: 10px 18px; cursor: pointer; transition: all 0.15s ease; font-family: inherit; }
.tab-btn:hover { border-color: var(--border-strong); }
.tab-btn.active { color: #fff; border-color: transparent; }
.tab-btn[data-tab="healthcare"].active { background: var(--coral); }
.tab-btn[data-tab="cyber"].active { background: var(--teal); }
.tab-btn[data-tab="data"].active { background: var(--indigo); }
.tab-btn[data-tab="automation"].active { background: var(--amber); color: var(--ink); }
.tab-btn[data-tab="ai"].active { background: var(--indigo-dark); }
.tab-btn[data-tab="datacentre"].active { background: var(--ink); }
.tab-panel { display: none; background: #fff; border: 1px solid var(--border); border-radius: 24px; padding: 44px; box-shadow: var(--shadow); }
.tab-panel.active { display: grid; grid-template-columns: 64px 1fr auto; gap: 24px; align-items: start; }
@media (max-width: 760px) { .tab-panel.active { grid-template-columns: 1fr; } .tab-panel { padding: 28px 22px; } }
.tab-icon { width: 56px; height: 56px; border-radius: 16px; display: flex; align-items: center; justify-content: center; }
.tab-icon svg { width: 28px; height: 28px; fill: none; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.tab-panel h3 { font-family: var(--font-display); font-weight: 700; font-size: 1.3rem; margin-bottom: 8px; }
.tab-panel p { color: var(--text-1); font-size: 0.98rem; line-height: 1.6; max-width: 52ch; margin-bottom: 0; }
.tab-products { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin-top: 16px; padding: 0; max-width: 56ch; }
.tab-products li { font-size: 0.8rem; font-weight: 600; color: var(--text-1); background: var(--bg-soft); border: 1px solid var(--border); padding: 6px 12px; border-radius: 100px; }
.tab-link { font-size: 0.88rem; font-weight: 700; color: var(--indigo); white-space: nowrap; }
.tab-link:hover { text-decoration: underline; }

.platform-features {
  margin-top: 48px;
  padding: 36px 36px 32px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}
.platform-features-head {
  max-width: 46rem;
  margin-bottom: 24px;
}
.platform-features-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.2rem, 2.2vw, 1.45rem);
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 0 0 10px;
}
.platform-features-desc {
  margin: 0;
  color: var(--text-1);
  font-size: 0.95rem;
  line-height: 1.55;
  max-width: 52ch;
}
.platform-features-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 28px;
}
.platform-features-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 14px;
  background: var(--bg-soft);
  border: 1px solid transparent;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--ink);
  letter-spacing: -0.01em;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
.platform-features-list li:hover {
  border-color: var(--signal-glow);
  background: #fff;
  transform: translateY(-2px);
  box-shadow: 0 0 0 1px var(--signal-soft);
}
.platform-feature-check {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--indigo) 0%, var(--teal) 100%);
}
.platform-feature-check svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: #fff;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
@media (max-width: 720px) {
  .platform-features { padding: 26px 18px 22px; border-radius: 22px; }
  .platform-features-list { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .platform-features-list li:hover { transform: none; }
}

#services { background: linear-gradient(180deg, #f7faf9 0%, #ffffff 40%, #f4f8f8 100%); }
#services .section-head { max-width: 46rem; }
.bento-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: minmax(168px, auto);
  gap: 14px;
}
@media (max-width: 960px) {
  .bento-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
  .bento-grid { grid-template-columns: 1fr; }
}
.bento-card {
  position: relative;
  border-radius: 24px;
  padding: 22px 22px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  color: #fff;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 12px 32px rgba(7, 24, 32, 0.1);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}
.bento-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 55% at 100% 0%, rgba(255, 255, 255, 0.22), transparent 55%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 42%);
  pointer-events: none;
}
.bento-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 44px rgba(7, 24, 32, 0.16);
  border-color: rgba(255, 255, 255, 0.28);
}
.bento-icon-wrap {
  position: relative;
  z-index: 1;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(8px);
}
.bento-card .bento-icon {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: #fff;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.bento-copy {
  position: relative;
  z-index: 1;
}
.bento-card h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.08rem;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
}
.bento-card p {
  font-size: 0.86rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.86);
  margin: 0;
}
.bento-card.big {
  grid-column: span 2;
  grid-row: span 2;
  padding: 28px 28px 30px;
  min-height: 280px;
}
@media (max-width: 960px) {
  .bento-card.big {
    grid-column: span 2;
    grid-row: span 1;
    min-height: 180px;
  }
}
@media (max-width: 520px) {
  .bento-card.big {
    grid-column: span 1;
    min-height: 0;
  }
}
.bento-card.big h3 { font-size: clamp(1.35rem, 2.4vw, 1.7rem); margin-bottom: 12px; }
.bento-card.big p { font-size: 0.98rem; max-width: 38ch; color: rgba(255, 255, 255, 0.88); }
.bento-card.big .bento-icon-wrap {
  width: 52px;
  height: 52px;
  border-radius: 16px;
}
.bento-card.big .bento-icon { width: 26px; height: 26px; }
.bento-1 { background: linear-gradient(145deg, #c47a2e 0%, #e9a15c 48%, #f0c27a 100%); }
.bento-2 { background: linear-gradient(145deg, #007a72 0%, #00bfb2 52%, #5fe8df 100%); }
.bento-3 { background: linear-gradient(135deg, #071820 0%, #0a3a44 38%, #006271 72%, #00bfb2 100%); }
.bento-4 { background: linear-gradient(145deg, var(--navy) 0%, var(--indigo) 45%, var(--teal-deep) 100%); color: #fff; }
.bento-5 { background: linear-gradient(145deg, #071820 0%, #0d2f36 50%, #006271 100%); }
.bento-6 { background: linear-gradient(145deg, #004a55 0%, #006271 50%, #00968c 100%); }

#stack {
  padding: 72px 0 56px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f8f8 100%);
  overflow: hidden;
}
#stack .stack-head {
  max-width: 52rem;
  margin-bottom: 36px;
}
#stack .section-desc { max-width: 58ch; }
.stack-marquees {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 8px 0 16px;
}
.stack-marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.stack-track {
  display: flex;
  align-items: center;
  gap: 14px;
  width: max-content;
  will-change: transform;
}
/* Top row: left → right */
.stack-marquee--ltr .stack-track {
  animation: stackMarqueeLtr 55s linear infinite;
}
/* Bottom row: right → left */
.stack-marquee--rtl .stack-track {
  animation: stackMarqueeRtl 55s linear infinite;
}
.stack-marquees:hover .stack-track { animation-play-state: paused; }
@keyframes stackMarqueeLtr {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}
@keyframes stackMarqueeRtl {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.stack-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  padding: 12px 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(0, 98, 113, 0.1);
  box-shadow: 0 8px 22px rgba(7, 24, 32, 0.06);
  white-space: nowrap;
}
.stack-logo-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  display: block;
  background-color: var(--logo-color, var(--ink));
  -webkit-mask-image: var(--logo-mask);
  mask-image: var(--logo-mask);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.stack-logo-name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.stack-logo-fallback {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--logo-color, var(--ink));
  letter-spacing: -0.01em;
}
@media (prefers-reduced-motion: reduce) {
  .stack-track { animation: none !important; transform: none; flex-wrap: wrap; width: auto; max-width: var(--max); margin: 0 auto; padding: 0 40px; justify-content: center; }
  .stack-marquee { mask-image: none; -webkit-mask-image: none; }
  .stack-marquee .stack-logo[aria-hidden="true"] { display: none; }
}

#screenshots,
#gallery {
  background:
    radial-gradient(ellipse 50% 40% at 10% 0%, rgba(0, 191, 178, 0.08), transparent 60%),
    radial-gradient(ellipse 45% 35% at 90% 10%, rgba(233, 161, 92, 0.1), transparent 55%),
    linear-gradient(180deg, #ffffff 0%, #f3f8f7 100%);
}
.env-head {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px 48px;
  align-items: end;
  margin-bottom: 36px;
}
.env-head .section-title { margin-bottom: 0; max-width: 18ch; }
.env-head .section-desc {
  margin: 0;
  max-width: none;
  padding-bottom: 4px;
}
@media (max-width: 820px) {
  .env-head { grid-template-columns: 1fr; gap: 12px; }
  .env-head .section-title { max-width: none; }
}
.env-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.env-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto minmax(200px, 1fr);
  min-height: 420px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 98, 113, 0.1);
  border-radius: 28px;
  overflow: hidden;
  color: inherit;
  box-shadow: 0 14px 36px rgba(7, 24, 32, 0.08);
  backdrop-filter: blur(8px);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, border-color 0.3s ease;
}
.env-card.featured {
  grid-column: 1 / -1;
  grid-template-columns: 1fr 1.15fr;
  grid-template-rows: 1fr;
  min-height: 320px;
  background: linear-gradient(135deg, #071820 0%, #0a3a44 55%, #006271 100%);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 22px 50px rgba(7, 24, 32, 0.24);
}
.env-card:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: 0 24px 52px rgba(7, 24, 32, 0.14);
  border-color: rgba(0, 98, 113, 0.18);
}
.env-card.featured:hover {
  border-color: transparent;
  box-shadow: 0 28px 60px rgba(7, 24, 32, 0.32);
}
.env-card-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 26px 24px 20px;
}
.env-card.featured .env-card-content {
  justify-content: center;
  padding: 40px 36px;
  background: linear-gradient(105deg, rgba(7, 24, 32, 0.55) 0%, transparent 100%);
}
.env-card-media {
  position: relative;
  min-height: 200px;
  overflow: hidden;
}
.env-card-media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, transparent 28%);
  pointer-events: none;
}
.env-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.env-card:hover .env-card-media img { transform: scale(1.07); }
.env-card.featured .env-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(7, 24, 32, 0.5), transparent 50%);
  pointer-events: none;
}
.env-icon {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  background: linear-gradient(145deg, #f4f8f8, #e8f4f3);
  border: 1px solid rgba(0, 98, 113, 0.12);
  box-shadow: 0 4px 12px rgba(7, 24, 32, 0.05);
}
.env-card.featured .env-icon {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: none;
}
.env-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: var(--indigo);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.env-card.featured .env-icon svg { stroke: var(--teal); }
.env-card.theme-healthcare .env-icon {
  background: linear-gradient(145deg, #fff7ef, #fde8d4);
  border-color: rgba(233, 161, 92, 0.28);
}
.env-card.theme-healthcare .env-icon svg { stroke: #c47a2e; }
.env-card.theme-automation .env-icon {
  background: linear-gradient(145deg, #eefaf8, #d8f5f1);
  border-color: rgba(0, 191, 178, 0.25);
}
.env-card.theme-automation .env-icon svg { stroke: var(--teal-deep); }
.env-tag {
  display: inline-block;
  width: fit-content;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--teal);
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 100px;
  background: rgba(0, 191, 178, 0.1);
}
.env-card.theme-healthcare .env-tag {
  color: #c47a2e;
  background: rgba(233, 161, 92, 0.14);
}
.env-card.featured .env-tag {
  color: var(--teal);
  background: rgba(0, 191, 178, 0.9);
}
.env-card h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.28rem;
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin-bottom: 10px;
}
.env-card.featured h3 {
  font-size: clamp(1.55rem, 2.8vw, 2rem);
  color: #fff;
  margin-bottom: 14px;
}
.env-card p {
  font-size: 0.92rem;
  line-height: 1.6;
  color: var(--text-1);
  margin-bottom: 20px;
}
.env-card.featured p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
  max-width: 36ch;
}
.env-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--signal);
  padding: 8px 0;
  transition: gap 0.2s ease, color 0.2s ease;
}
.env-link:hover { color: var(--signal-deep); }
.env-link:focus-visible { outline: 2px solid var(--signal); outline-offset: 3px; }
.env-card.theme-healthcare .env-link { color: #c47a2e; }
.env-card.featured .env-link { color: var(--teal); }
.env-card:hover .env-link { gap: 10px; }
@media (max-width: 900px) {
  .env-grid { grid-template-columns: 1fr; }
  .env-card,
  .env-card.featured {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(180px, 220px);
    min-height: 0;
  }
  .env-card.featured .env-card-content {
    background: none;
    padding: 28px 24px 18px;
  }
  .env-card.featured .env-card-media::after {
    background: linear-gradient(180deg, transparent 35%, rgba(7, 24, 32, 0.45));
  }
}
@media (prefers-reduced-motion: reduce) {
  .env-card:hover { transform: none; }
  .env-card:hover .env-card-media img { transform: none; }
}

#market { background: #fff; }
.insight-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 1024px) { .insight-grid { grid-template-columns: 1fr; } }
.insight-card {
  background: var(--bg-soft);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 26px 24px 22px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.insight-card:hover {
  transform: translateY(-4px);
  background: #fff;
  border-color: var(--border-strong);
  box-shadow: var(--shadow-hover);
}
.insight-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 14px; }
.insight-card h3 { font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; line-height: 1.3; margin-bottom: 4px; color: var(--ink); }
.insight-sub { font-size: 0.8rem; color: var(--text-2); display: block; }
.insight-stat { text-align: right; flex-shrink: 0; }
.insight-stat-value { display: block; font-family: var(--font-display); font-weight: 700; font-size: 1.55rem; color: var(--ink); line-height: 1; }
.insight-stat-label { display: block; font-size: 0.7rem; color: var(--text-2); margin-top: 4px; }
.insight-growth {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 8px;
  font-size: 0.68rem;
  font-weight: 600;
  color: var(--indigo);
  background: rgba(0, 98, 113, 0.08);
  border: 1px solid var(--border);
  padding: 4px 8px;
  border-radius: 100px;
  white-space: nowrap;
}
.insight-growth strong { color: var(--teal); }
.insight-chart-wrap {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 18px 16px 14px;
}
.insight-bars {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  min-height: 160px;
}
.insight-bar {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.insight-bar-value {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--ink);
}
.insight-bar-track {
  width: 100%;
  max-width: 48px;
  height: 120px;
  background: rgba(0, 98, 113, 0.06);
  border-radius: 12px 12px 8px 8px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.insight-bar-fill {
  width: 100%;
  border-radius: 12px 12px 8px 8px;
  transition: height 0.4s ease;
}
.insight-card.theme-indigo .insight-bar-fill { background: linear-gradient(180deg, var(--teal), var(--indigo)); }
.insight-card.theme-teal .insight-bar-fill { background: linear-gradient(180deg, #5fe8df, var(--teal)); }
.insight-card.theme-coral .insight-bar-fill { background: linear-gradient(180deg, #ffd4a8, var(--coral)); }
.insight-bar.is-latest .insight-bar-value { color: var(--indigo); }
.insight-bar.is-latest .insight-bar-track { box-shadow: inset 0 0 0 1.5px rgba(0, 98, 113, 0.2); }
.insight-bar-year {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  color: var(--text-2);
}
.insight-source {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--border);
  color: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.insight-source:hover {
  border-color: var(--border-strong);
  box-shadow: var(--shadow);
}
.insight-source img {
  width: 72px;
  height: 40px;
  object-fit: contain;
  object-position: center;
  background: #fff;
  border-radius: 8px;
}
.insight-source-logo {
  width: 72px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 6px 8px;
  overflow: hidden;
}
.insight-source-mark { display: none; font-family: var(--font-display); font-weight: 700; font-size: 0.72rem; color: var(--ink); text-align: center; line-height: 1.2; }
.insight-source-logo.is-fallback img { display: none; }
.insight-source-logo.is-fallback .insight-source-mark { display: block; }
.insight-source-body { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.insight-source-kicker {
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--teal);
}
.insight-source-publisher { font-weight: 700; font-size: 0.88rem; color: var(--ink); }
.insight-source-report { font-size: 0.78rem; color: var(--text-1); line-height: 1.4; }
.insight-source-cite { font-size: 0.72rem; color: var(--text-2); line-height: 1.4; }
.insight-source-meta { font-size: 0.72rem; color: var(--indigo); font-weight: 700; margin-top: 4px; }

#approach {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--navy) 0%, #0a3a44 45%, var(--indigo) 78%, var(--teal-deep) 100%);
  color: #fff;
  margin: 0;
  padding: 96px 0;
}
@media (max-width: 820px) { #approach { padding: 68px 0; } }
.approach-bg { position: absolute; inset: 0; pointer-events: none; }
.approach-orb { position: absolute; border-radius: 50%; filter: blur(80px); opacity: 0.4; }
.approach-orb-1 { width: 380px; height: 380px; background: var(--teal); top: -140px; right: -80px; }
.approach-orb-2 { width: 260px; height: 260px; background: var(--coral); bottom: -80px; left: 5%; opacity: 0.22; }
.approach-orb-3 { width: 180px; height: 180px; background: #5fe8df; top: 45%; left: 35%; opacity: 0.22; }
#approach .wrap { position: relative; z-index: 1; }
.approach-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: start;
}
@media (max-width: 900px) {
  .approach-layout { grid-template-columns: 1fr; gap: 32px; }
}
.approach-intro .eyebrow {
  color: var(--teal);
  letter-spacing: 0.1em;
}
.approach-intro .section-title {
  color: #fff;
  max-width: 22ch;
}
.approach-mission {
  margin: 22px 0 18px;
  padding: 16px 18px 16px 20px;
  border-left: 3px solid var(--teal);
  border-radius: 0 16px 16px 0;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}
.approach-mission-label {
  display: block;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 8px;
}
.approach-mission p {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.05rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
  max-width: 38ch;
}
.approach-intro .section-desc {
  color: rgba(255, 255, 255, 0.72);
  max-width: 36ch;
  margin-bottom: 22px;
}
.approach-cta {
  display: inline-flex;
  align-items: center;
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
  padding: 11px 18px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  transition: background 0.2s ease, transform 0.2s ease;
}
.approach-cta:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-1px);
}
.approach-steps {
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
}
.approach-steps::before {
  content: "";
  position: absolute;
  left: 27px;
  top: 28px;
  bottom: 28px;
  width: 2px;
  background: linear-gradient(180deg, rgba(0, 191, 178, 0.55), rgba(233, 161, 92, 0.35), rgba(255, 255, 255, 0.15));
}
@media (max-width: 560px) {
  .approach-steps::before { left: 23px; }
}
.approach-card {
  position: relative;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  padding: 22px 22px 22px 20px;
  backdrop-filter: blur(16px);
  box-shadow: 0 10px 30px rgba(8, 4, 24, 0.25);
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.approach-card:hover {
  transform: translateX(4px);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: 0 16px 36px rgba(8, 4, 24, 0.35);
}
.approach-card-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}
.approach-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  position: relative;
  z-index: 1;
}
.approach-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.approach-card.theme-audit .approach-icon {
  background: rgba(255, 188, 125, 0.16);
  border-color: rgba(255, 188, 125, 0.35);
}
.approach-card.theme-audit .approach-icon svg { stroke: var(--coral); }
.approach-card.theme-audit .step-label { color: var(--coral); }
.approach-card.theme-compliance .approach-icon {
  background: rgba(0, 191, 178, 0.16);
  border-color: rgba(0, 191, 178, 0.35);
}
.approach-card.theme-compliance .approach-icon svg { stroke: var(--teal); }
.approach-card.theme-compliance .step-label { color: var(--teal); }
.approach-card.theme-bounded .approach-icon {
  background: rgba(0, 191, 178, 0.12);
  border-color: rgba(0, 191, 178, 0.28);
}
.approach-card.theme-bounded .approach-icon svg { stroke: #9ef0ea; }
.approach-card.theme-bounded .step-label { color: #9ef0ea; }
.approach-card .step-label {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.approach-card h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.12rem;
  line-height: 1.3;
  margin-bottom: 8px;
  color: #fff;
}
.approach-card p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
}

#vision {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  background:
    radial-gradient(ellipse 70% 55% at 50% -20%, rgba(0, 191, 178, 0.08), transparent 55%),
    linear-gradient(155deg, #061820 0%, #0a2a34 42%, #0a3842 78%, #071f28 100%);
  color: #fff;
}
@media (max-width: 820px) { #vision { padding: 68px 0; } }
.vision-ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 40% 50% at 100% 80%, rgba(0, 191, 178, 0.12), transparent 55%),
    radial-gradient(ellipse 35% 40% at 0% 60%, rgba(0, 98, 113, 0.1), transparent 50%);
}
#vision .wrap { position: relative; z-index: 1; }
.vision-panel {
  max-width: 44rem;
  margin: 0 auto;
  text-align: center;
}
.vision-panel .eyebrow {
  color: var(--teal);
  letter-spacing: 0.14em;
}
.vision-heading {
  font-family: var(--font-brand);
  font-weight: 600;
  font-size: clamp(1.7rem, 4vw, 2.55rem);
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  text-shadow: 0 1px 0 rgba(7, 24, 32, 0.35);
  margin: 14px auto 28px;
  max-width: 16ch;
}
.vision-mission {
  margin: 0 auto;
  padding: 22px 26px;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 3px solid var(--teal);
  border-radius: 0 18px 18px 0;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
}
.vision-mission-label {
  display: block;
  font-family: var(--font-brand);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 12px;
}
.vision-mission p {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(1.05rem, 2.2vw, 1.22rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.94);
}

#process {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 55% 40% at 10% 0%, rgba(0, 98, 113, 0.08), transparent 55%),
    linear-gradient(180deg, #f8faf9 0%, #ffffff 45%, #f3f7f6 100%);
  padding: 96px 0;
}
@media (max-width: 820px) { #process { padding: 68px 0; } }
.process-head {
  max-width: 40rem;
  margin: 0 auto 56px;
  text-align: center;
}
.process-head .eyebrow {
  color: var(--indigo);
  letter-spacing: 0.14em;
}
.process-head .section-title {
  max-width: 18ch;
  margin-left: auto;
  margin-right: auto;
  font-family: var(--font-brand);
  font-weight: 600;
  letter-spacing: 0.02em;
}
.process-head .section-desc {
  max-width: 48ch;
  margin-left: auto;
  margin-right: auto;
}
.process-flow {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(0, 98, 113, 0.28);
  counter-reset: none;
}
.process-step {
  position: relative;
  padding: 32px 24px 28px;
  border-bottom: 1px solid rgba(13, 47, 54, 0.08);
  counter-increment: none;
}
/* Prevent cached numbered-process styles from resurfacing */
.process-step::before {
  content: none !important;
  display: none !important;
}
.process-step:not(:nth-child(4n)) {
  border-right: 1px solid rgba(13, 47, 54, 0.08);
}
.process-step-body {
  position: relative;
  padding-top: 18px;
}
.process-step-body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 1px;
  background: linear-gradient(90deg, var(--indigo), rgba(0, 98, 113, 0.08));
}
.process-step h3 {
  font-family: var(--font-brand);
  font-weight: 600;
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  color: var(--ink);
  margin: 0 0 10px;
  line-height: 1.3;
}
.process-step p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--text-1);
  max-width: 30ch;
}
@media (max-width: 960px) {
  .process-flow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-step:not(:nth-child(4n)) { border-right: none; }
  .process-step:not(:nth-child(2n)) {
    border-right: 1px solid rgba(13, 47, 54, 0.08);
  }
}
@media (max-width: 560px) {
  .process-flow { grid-template-columns: 1fr; }
  .process-step,
  .process-step:not(:nth-child(2n)),
  .process-step:not(:nth-child(4n)) {
    border-right: none;
    padding: 26px 4px 26px 20px;
    border-left: 1px solid rgba(0, 98, 113, 0.28);
  }
  .process-step:last-child { border-bottom: none; }
  .process-step p { max-width: none; }
}

#why {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 70% 50% at 0% 0%, rgba(0, 98, 113, 0.1), transparent 55%),
    radial-gradient(ellipse 55% 45% at 100% 100%, rgba(200, 169, 106, 0.1), transparent 50%),
    linear-gradient(165deg, #f2f7f7 0%, #ffffff 48%, #eef4f3 100%);
  padding: 104px 0;
}
@media (max-width: 820px) { #why { padding: 72px 0; } }
.why-ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(13, 47, 54, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 47, 54, 0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 75% 70% at 55% 45%, #000 20%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 75% 70% at 55% 45%, #000 20%, transparent 75%);
}
.why-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(240px, 0.9fr) minmax(0, 1.35fr);
  gap: clamp(36px, 5vw, 64px);
  align-items: start;
}
.why-narrative {
  position: sticky;
  top: 108px;
  max-width: 28rem;
}
.why-narrative .eyebrow {
  color: var(--indigo);
  letter-spacing: 0.14em;
}
.why-narrative .section-title {
  font-family: var(--font-brand);
  font-weight: 600;
  letter-spacing: 0.02em;
  max-width: 12ch;
  margin-bottom: 18px;
}
.why-narrative .section-desc {
  max-width: 34ch;
  margin-bottom: 0;
}
.why-aside {
  margin: 22px 0 0;
  padding-top: 20px;
  border-top: 1px solid rgba(13, 47, 54, 0.12);
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.02rem;
  letter-spacing: -0.02em;
  line-height: 1.4;
  color: var(--ink);
  max-width: 28ch;
}
.why-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 28px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--indigo);
  text-decoration: none;
  transition: gap 0.2s ease, color 0.2s ease;
}
.why-cta:hover {
  color: var(--indigo-dark);
  gap: 12px;
}
.why-cta:focus-visible {
  outline: 2px solid var(--indigo);
  outline-offset: 4px;
}
/* Kill legacy equal-card styles */
.why-grid,
.why-item,
.why-reasons,
.why-reason,
.why-board,
.why-cell {
  counter-reset: none;
  counter-increment: none;
  list-style: none;
}
.why-item::before,
.why-reason::before {
  content: none !important;
  display: none !important;
}
.why-board {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid rgba(13, 47, 54, 0.1);
  border-radius: 28px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.96), rgba(247, 251, 250, 0.92));
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.8) inset,
    0 24px 56px rgba(7, 24, 32, 0.07);
  overflow: hidden;
}
.why-cell {
  position: relative;
  margin: 0;
  padding: 26px 24px 24px;
  border-right: 1px solid rgba(13, 47, 54, 0.08);
  border-bottom: 1px solid rgba(13, 47, 54, 0.08);
  background: transparent;
  transition: background 0.25s ease;
}
.why-cell:nth-child(2n) { border-right: none; }
.why-cell:nth-last-child(-n + 2) { border-bottom: none; }
.why-cell--featured {
  background: linear-gradient(165deg, rgba(0, 98, 113, 0.06), rgba(200, 169, 106, 0.05));
}
.why-cell:hover {
  background: linear-gradient(165deg, rgba(0, 98, 113, 0.09), rgba(255, 255, 255, 0.4));
}
.why-cell-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin-bottom: 16px;
}
.why-cell-num { display: none; }
.why-cell-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background:
    linear-gradient(145deg, rgba(0, 98, 113, 0.1), rgba(0, 191, 178, 0.14));
  border: 1px solid rgba(0, 98, 113, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  transition: transform 0.25s ease, border-color 0.25s ease;
}
.why-cell:hover .why-cell-icon {
  transform: translateY(-2px);
  border-color: rgba(0, 98, 113, 0.28);
}
.why-cell-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--indigo);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.why-cell h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 0 0 8px;
  line-height: 1.3;
}
.why-cell p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--text-1);
  max-width: 36ch;
}
@media (max-width: 960px) {
  .why-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .why-narrative {
    position: static;
    max-width: 40rem;
  }
  .why-narrative .section-title { max-width: 16ch; }
}
@media (max-width: 640px) {
  .why-board { grid-template-columns: 1fr; border-radius: 22px; }
  .why-cell {
    border-right: none;
    padding: 22px 20px;
  }
  .why-cell:nth-last-child(-n + 2) { border-bottom: 1px solid rgba(13, 47, 54, 0.08); }
  .why-cell:last-child { border-bottom: none; }
  .why-cell h3 { font-size: 1.02rem; }
}
@media (prefers-reduced-motion: reduce) {
  .why-cell:hover .why-cell-icon,
  .why-cta:hover { transform: none; gap: 8px; }
}

#compliance {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, var(--bg-muted) 0%, var(--bg-soft) 55%, #f7faf9 100%);
}
.compliance-ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 50% 40% at 12% 18%, rgba(0, 98, 113, 0.08), transparent 70%),
    radial-gradient(ellipse 45% 35% at 88% 12%, rgba(0, 191, 178, 0.12), transparent 70%),
    radial-gradient(ellipse 40% 30% at 70% 90%, rgba(233, 161, 92, 0.1), transparent 70%);
}
#compliance .wrap { position: relative; z-index: 1; }
.privacy-commitments {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 32px;
}
@media (max-width: 960px) { .privacy-commitments { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .privacy-commitments { grid-template-columns: 1fr; } }

.security-badges {
  margin: 0 0 32px;
  padding: 28px 28px 24px;
  border-radius: 24px;
  background: linear-gradient(145deg, #071820 0%, #0a3a44 45%, #006271 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 40px rgba(7, 24, 32, 0.16);
  color: #fff;
}
.security-badges-head {
  max-width: 46rem;
  margin-bottom: 18px;
}
.security-badges .eyebrow {
  color: var(--teal);
  letter-spacing: 0.1em;
}
.security-badges-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.15rem, 2.2vw, 1.4rem);
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 8px;
  max-width: 36ch;
}
.security-badges-note {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
  max-width: 48ch;
}
.security-badges-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.security-badges-list li {
  padding: 10px 14px;
  border-radius: 999px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.84rem;
  letter-spacing: -0.01em;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  transition: background 0.2s ease, border-color 0.2s ease;
}
.security-badges-list li:hover {
  background: rgba(0, 191, 178, 0.9);
  border-color: rgba(0, 191, 178, 0.9);
}
@media (max-width: 640px) {
  .security-badges { padding: 22px 18px 18px; border-radius: 20px; }
}

.privacy-card {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  padding: 22px 18px;
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 28px rgba(15, 12, 27, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.privacy-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(15, 12, 27, 0.1);
  border-color: rgba(0, 98, 113, 0.2);
}
.privacy-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  background: rgba(0, 98, 113, 0.08);
}
.privacy-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: var(--indigo);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.privacy-card.theme-partners .privacy-icon { background: rgba(0, 98, 113, 0.1); }
.privacy-card.theme-partners .privacy-icon svg { stroke: var(--indigo); }
.privacy-card.theme-privacy .privacy-icon { background: rgba(0, 191, 178, 0.14); }
.privacy-card.theme-privacy .privacy-icon svg { stroke: var(--teal); }
.privacy-card.theme-rules .privacy-icon { background: rgba(13, 47, 54, 0.08); }
.privacy-card.theme-rules .privacy-icon svg { stroke: var(--ink); }
.privacy-card.theme-encryption .privacy-icon { background: rgba(233, 161, 92, 0.18); }
.privacy-card.theme-encryption .privacy-icon svg { stroke: #b8732e; }
.privacy-card h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.98rem;
  color: var(--ink);
  margin-bottom: 8px;
}
.privacy-card p {
  font-size: 0.84rem;
  line-height: 1.55;
  color: var(--text-1);
}
.compliance-explorer {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 28px;
  padding: 28px 26px 30px;
  box-shadow: 0 18px 48px rgba(15, 12, 27, 0.08);
  backdrop-filter: blur(12px);
}
@media (max-width: 640px) { .compliance-explorer { padding: 22px 16px 24px; border-radius: 22px; } }
.compliance-explorer-head {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 22px;
}
.compliance-explorer-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--ink);
  margin: 0;
}
.compliance-explorer-copy {
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-width: 46rem;
}
.compliance-explorer-intro {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--text-1);
}
.compliance-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.compliance-tab {
  appearance: none;
  border: 1px solid var(--border-strong);
  background: #fff;
  color: var(--text-1);
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 600;
  padding: 9px 14px;
  border-radius: 100px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}
.compliance-tab:hover {
  border-color: rgba(0, 98, 113, 0.35);
  color: var(--ink);
}
.compliance-tab.active {
  background: linear-gradient(120deg, var(--navy), var(--indigo));
  border-color: transparent;
  color: #fff;
  box-shadow: 0 8px 20px rgba(0, 98, 113, 0.28);
}
.compliance-tab:focus-visible {
  outline: 2px solid var(--signal);
  outline-offset: 3px;
}
.compliance-panel { display: none; animation: complianceFade 0.28s ease; }
.compliance-panel.active { display: block; }
@keyframes complianceFade {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}
.compliance-region {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--teal-deep);
  margin-bottom: 14px;
}
.compliance-chips {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
@media (max-width: 900px) { .compliance-chips { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .compliance-chips { grid-template-columns: 1fr; } }
.compliance-chip {
  position: relative;
  background: linear-gradient(165deg, #f7fbfb 0%, #eef8f7 100%);
  border: 1px solid rgba(0, 98, 113, 0.1);
  border-radius: 12px;
  padding: 11px 12px 10px;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  overflow: hidden;
}
.compliance-chip::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--indigo), var(--teal));
  opacity: 0.85;
}
.compliance-chip:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 98, 113, 0.22);
  box-shadow: 0 12px 28px rgba(7, 24, 32, 0.08);
}
.compliance-name {
  display: block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--ink);
  margin-bottom: 3px;
  padding-left: 6px;
}
.compliance-note {
  display: block;
  font-size: 0.76rem;
  color: var(--text-2);
  line-height: 1.35;
  padding-left: 6px;
}
.compliance-disclaimer {
  margin-top: 22px;
  font-size: 0.8rem;
  color: var(--text-2);
  line-height: 1.55;
  max-width: 76ch;
}

.rnd-grid { display: grid; grid-template-columns: 1fr; gap: 0; max-width: 720px; }
.rnd-list { border-top: 1px solid var(--border); }
.rnd-item { padding: 20px 0; border-bottom: 1px solid var(--border); }
.rnd-item h4 { font-family: var(--font-display); font-weight: 700; font-size: 1rem; margin-bottom: 6px; }
.rnd-item p { font-size: 0.9rem; color: var(--text-1); line-height: 1.6; }

#automation {
  background:
    radial-gradient(ellipse 45% 40% at 85% 10%, rgba(233, 161, 92, 0.1), transparent 55%),
    radial-gradient(ellipse 40% 35% at 10% 80%, rgba(0, 191, 178, 0.08), transparent 55%),
    var(--bg-soft);
}
.auto-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 820px) { .auto-grid { grid-template-columns: 1fr; } }
.auto-card {
  position: relative;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(0, 98, 113, 0.1);
  border-radius: 22px;
  padding: 28px 26px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(7, 24, 32, 0.06);
  transform-origin: center center;
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease,
    border-color 0.3s ease,
    background 0.3s ease;
}
.auto-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.7), transparent 45%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.auto-card:hover {
  transform: scale(1.045) translateY(-6px);
  box-shadow: 0 26px 56px rgba(7, 24, 32, 0.16);
  border-color: rgba(0, 98, 113, 0.9);
  background: #fff;
  z-index: 2;
}
.auto-card:hover::before { opacity: 1; }
.auto-tag {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #fff;
  padding: 6px 12px;
  border-radius: 100px;
  margin-bottom: 14px;
}
.auto-card:nth-child(1) .auto-tag {
  background: linear-gradient(120deg, #c47a2e, #e8b15a);
}
.auto-card:nth-child(2) .auto-tag {
  background: linear-gradient(120deg, var(--indigo), var(--teal-deep));
  color: #fff;
}
.auto-card:nth-child(3) .auto-tag {
  background: linear-gradient(120deg, #007a72, #00bfb2);
}
.auto-card h3 {
  position: relative;
  z-index: 1;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
  color: var(--ink);
  transition: color 0.25s ease;
}
.auto-card:hover h3 { color: var(--navy); }
.auto-card p {
  position: relative;
  z-index: 1;
  font-size: 0.92rem;
  color: var(--text-1);
  line-height: 1.65;
  margin: 0;
}
@media (prefers-reduced-motion: reduce) {
  .auto-card { transition: none; }
  .auto-card:hover { transform: none; }
}

#ai {
  background: linear-gradient(180deg, #fff 0%, #f4f8f8 100%);
}
#ai .ai-panel {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #071820 0%, #0a3a44 38%, #006271 72%, #00968c 100%);
  border-radius: 32px;
  padding: 56px 52px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 28px 64px rgba(7, 24, 32, 0.22);
}
#ai .ai-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 55% 50% at 100% 0%, rgba(0, 191, 178, 0.12), transparent 55%),
    radial-gradient(ellipse 45% 40% at 0% 100%, rgba(0, 191, 178, 0.22), transparent 55%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 40%);
}
#ai .ai-panel > * { position: relative; z-index: 1; }
@media (max-width: 640px) { #ai .ai-panel { padding: 36px 22px; border-radius: 24px; } }
#ai .eyebrow {
  color: var(--teal);
  letter-spacing: 0.1em;
  margin-bottom: 14px;
}
#ai .section-title {
  color: #fff;
  max-width: 18ch;
  letter-spacing: -0.02em;
}
#ai .section-desc {
  color: rgba(255, 255, 255, 0.78);
  max-width: 48ch;
}
.ai-quote {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 1.18rem;
  line-height: 1.55;
  max-width: 48ch;
  margin: 28px 0 0;
  padding: 18px 20px 18px 22px;
  border-left: 3px solid var(--teal);
  background: rgba(255, 255, 255, 0.06);
  border-radius: 0 16px 16px 0;
  color: rgba(255, 255, 255, 0.92);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}
.ai-transparency {
  margin-top: 28px;
  padding: 22px 22px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(0, 191, 178, 0.28);
}
.ai-transparency-head h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: -0.01em;
  color: var(--teal);
  margin: 0 0 8px;
}
.ai-transparency-head p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
  max-width: 58ch;
}
.ai-transparency-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
}
.ai-transparency-list li {
  padding: 9px 14px;
  border-radius: 999px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: -0.01em;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  transition: border-color 0.2s ease, background 0.2s ease;
}
.ai-transparency-list li:hover {
  background: rgba(0, 191, 178, 0.9);
  border-color: rgba(0, 191, 178, 0.9);
}
.ai-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 32px;
}
@media (max-width: 600px) { .ai-points { grid-template-columns: 1fr; } }
.ai-point {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px 16px 16px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}
.ai-point:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.11);
  border-color: rgba(0, 191, 178, 0.78);
}
.ai-check {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--teal), var(--indigo));
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  box-shadow: 0 4px 12px rgba(0, 98, 113, 0.28);
}
.ai-check svg {
  width: 11px;
  height: 11px;
  stroke: #071820;
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ai-point p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.55;
  margin: 0;
}
@media (prefers-reduced-motion: reduce) {
  .ai-point:hover { transform: none; }
}

#trust.trust-center {
  padding: 0;
  background: #f3f7f7;
  overflow: hidden;
}
.trust-hero {
  position: relative;
  padding: 64px 0 36px;
  background:
    radial-gradient(ellipse 55% 60% at 12% 0%, rgba(0, 191, 178, 0.16), transparent 55%),
    radial-gradient(ellipse 45% 50% at 88% 10%, rgba(37, 99, 235, 0.1), transparent 50%),
    linear-gradient(165deg, #061820 0%, #0a2f38 42%, #0c4550 78%, #083840 100%);
  color: #fff;
  overflow: hidden;
}
.trust-hero-ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 40%),
    radial-gradient(ellipse 40% 30% at 50% 100%, rgba(0, 191, 178, 0.12), transparent 60%);
}
.trust-hero .wrap { position: relative; z-index: 1; }
.trust-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.75fr);
  gap: 28px 40px;
  align-items: end;
}
.trust-hero-layout--streamlined {
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: stretch;
}
.trust-center-head {
  max-width: none;
  margin: 0;
}
.trust-hero .eyebrow {
  color: var(--teal);
  letter-spacing: 0.14em;
}
.trust-hero .section-title {
  color: #fff;
  font-size: clamp(1.85rem, 3.6vw, 2.6rem);
  letter-spacing: -0.03em;
  margin-bottom: 10px;
  max-width: 16ch;
}
.trust-hero .section-desc {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.98rem;
  max-width: 48ch;
  margin-bottom: 16px;
}
.trust-commitment-line {
  margin: 0;
  max-width: 58ch;
  padding: 12px 14px 12px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(120deg, rgba(0, 191, 178, 0.12), rgba(37, 99, 235, 0.08)),
    rgba(5, 18, 24, 0.35);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.trust-commitment-line .trust-commitment-label {
  display: block;
  margin-bottom: 4px;
  font-family: var(--font-brand);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-bright);
}
.trust-commitment-text {
  display: block;
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.015em;
  color: rgba(255, 255, 255, 0.9);
}
.trust-jump {
  margin: 0;
}
.trust-jump-label {
  margin: 0 0 10px;
  font-family: var(--font-brand);
  font-size: 0.64rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}
.trust-jump-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.trust-jump-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 10px 7px 7px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}
.trust-jump-link:hover {
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(0, 191, 178, 0.35);
}
.trust-jump-link:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 3px;
}
.trust-jump-link .trust-topic-icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(0, 191, 178, 0.35), rgba(37, 99, 235, 0.35));
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: none;
}
.trust-jump-link .trust-topic-icon svg {
  width: 13px;
  height: 13px;
}
.trust-jump-title {
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: -0.015em;
}
.trust-jump-status {
  font-family: var(--font-mono);
  font-size: 0.56rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 3px 7px;
  border-radius: 999px;
  border: 1px solid transparent;
}
.trust-jump-status[data-status="Practices"] {
  color: #7ee8df;
  background: rgba(0, 191, 178, 0.14);
  border-color: rgba(0, 191, 178, 0.28);
}
.trust-jump-status[data-status="Roadmap"] {
  color: #93c5fd;
  background: rgba(37, 99, 235, 0.16);
  border-color: rgba(37, 99, 235, 0.3);
}
.trust-jump-status[data-status="Available"] {
  color: #f5e6c8;
  background: rgba(200, 169, 106, 0.16);
  border-color: rgba(200, 169, 106, 0.3);
}
.trust-index-note { display: none; }
.trust-pillars,
.trust-posture,
.trust-badge-row,
.trust-topics-head,
.trust-index,
.trust-commitment { display: none; }

.trust-center-body {
  padding: 28px 0 64px;
  background:
    radial-gradient(ellipse 50% 30% at 50% 0%, rgba(0, 98, 113, 0.04), transparent 60%),
    linear-gradient(180deg, #f4f7f7 0%, #eef3f3 100%);
}

.trust-pages {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
}
.trust-pages--editorial {
  gap: 0;
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(13, 47, 54, 0.08);
  box-shadow: 0 18px 44px rgba(7, 24, 32, 0.06);
}
.trust-pages-head { margin: 0; }
.trust-pages-label { display: none; }

.trust-page {
  --topic-a: #006271;
  --topic-b: #00bfb2;
  --topic-c: #c8a96a;
  --topic-wash: rgba(0, 98, 113, 0.08);
  --topic-soft: rgba(0, 191, 178, 0.1);
  position: relative;
  scroll-margin-top: 100px;
  padding: 0;
  border-radius: 0;
  overflow: hidden;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(13, 47, 54, 0.07);
  box-shadow: none;
  transition: background 0.2s ease;
}
.trust-pages--editorial .trust-page:last-child {
  border-bottom: none;
}
.trust-page:hover {
  border-color: rgba(13, 47, 54, 0.07);
  box-shadow: none;
  background: linear-gradient(90deg, var(--topic-wash), transparent 55%);
}
.trust-page::before {
  content: "";
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 0;
  width: 3px;
  height: auto;
  border-radius: 0 3px 3px 0;
  background: linear-gradient(180deg, var(--topic-a), var(--topic-b));
  z-index: 2;
}
.trust-page::after { display: none; }

.trust-page[data-topic="security"] {
  --topic-a: #004a55;
  --topic-b: #00bfb2;
  --topic-c: #d4af37;
  --topic-wash: rgba(0, 74, 85, 0.07);
  --topic-soft: rgba(0, 191, 178, 0.16);
}
.trust-page[data-topic="privacy"] {
  --topic-a: #0e7490;
  --topic-b: #22d3ee;
  --topic-c: #67e8f9;
  --topic-wash: rgba(14, 116, 144, 0.07);
  --topic-soft: rgba(34, 211, 238, 0.14);
}
.trust-page[data-topic="compliance"] {
  --topic-a: #1d4ed8;
  --topic-b: #2563eb;
  --topic-c: #93c5fd;
  --topic-wash: rgba(37, 99, 235, 0.06);
  --topic-soft: rgba(37, 99, 235, 0.12);
}
.trust-page[data-topic="ai"] {
  --topic-a: #0f766e;
  --topic-b: #14b8a6;
  --topic-c: #c9a227;
  --topic-wash: rgba(15, 118, 110, 0.07);
  --topic-soft: rgba(20, 184, 166, 0.14);
}
.trust-page[data-topic="infra"] {
  --topic-a: #1e3a5f;
  --topic-b: #3b82f6;
  --topic-c: #c8a96a;
  --topic-wash: rgba(30, 58, 95, 0.07);
  --topic-soft: rgba(59, 130, 246, 0.12);
}
.trust-page[data-topic="status"] {
  --topic-a: #0369a1;
  --topic-b: #38bdf8;
  --topic-c: #00bfb2;
  --topic-wash: rgba(3, 105, 161, 0.07);
  --topic-soft: rgba(56, 189, 248, 0.14);
}
.trust-page[data-topic="contact"] {
  --topic-a: #8a6d2f;
  --topic-b: #c9a227;
  --topic-c: #006271;
  --topic-wash: rgba(138, 109, 47, 0.07);
  --topic-soft: rgba(201, 162, 39, 0.16);
}
.trust-page[data-topic="vuln"] {
  --topic-a: #b45309;
  --topic-b: #f59e0b;
  --topic-c: #006271;
  --topic-wash: rgba(180, 83, 9, 0.06);
  --topic-soft: rgba(245, 158, 11, 0.12);
}
.trust-page[data-topic="releases"] {
  --topic-a: #115e59;
  --topic-b: #2dd4bf;
  --topic-c: #2563eb;
  --topic-wash: rgba(17, 94, 89, 0.07);
  --topic-soft: rgba(45, 212, 191, 0.14);
}

.trust-page-head {
  position: relative;
  z-index: 1;
  padding: 14px 18px 0 20px;
  background: transparent;
  border-bottom: none;
}
.trust-page-brand {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px 12px;
}
.trust-page-heading { display: none; }
.trust-topic-icon,
.trust-page-brand .trust-topic-icon {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: linear-gradient(145deg, var(--topic-a), var(--topic-b));
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 4px 12px rgba(7, 24, 32, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.28);
}
.trust-topic-icon svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: #fff;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.trust-page-status {
  font-family: var(--font-mono);
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 4px 8px;
  white-space: nowrap;
  color: var(--topic-a);
  background: var(--topic-wash);
  border: 1px solid color-mix(in srgb, var(--topic-a) 22%, transparent);
  align-self: center;
  margin-top: 0;
}
.trust-page-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.02rem;
  letter-spacing: -0.02em;
  text-transform: none;
  color: var(--ink);
  margin: 0;
  line-height: 1.2;
}
.trust-page-intro { display: none; }
.trust-page-board {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: 10px 18px 8px 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px 20px;
  border-bottom: none;
  background: transparent;
}
.trust-page-point {
  position: relative;
  margin: 0;
  padding: 4px 0 4px 12px;
  border: none;
  font-size: 0.82rem;
  line-height: 1.35;
  color: var(--ink);
  transition: color 0.15s ease;
}
.trust-page-point:nth-child(2n) { border-right: none; }
.trust-page-point:nth-last-child(-n + 2) { border-bottom: none; }
.trust-page-point::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--topic-a), var(--topic-b));
  box-shadow: 0 0 0 2px var(--topic-wash);
}
.trust-page-point:hover {
  background: transparent;
  color: var(--topic-a);
}
.trust-page-point-text {
  display: block;
  max-width: none;
}
.trust-page-foot {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 14px;
  padding: 0 18px 14px 20px;
  background: transparent;
}
.trust-page-note {
  flex: 1 1 240px;
  margin: 0;
  max-width: 62ch;
  font-size: 0.74rem;
  line-height: 1.35;
  color: var(--text-2);
  padding: 0;
  border: none;
  background: transparent;
  border-radius: 0;
}
.trust-page-note-label {
  display: inline;
  margin: 0 6px 0 0;
  font-family: var(--font-mono);
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--topic-a);
}
.trust-page-cta {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  margin-top: 0;
  padding: 7px 12px;
  border-radius: 999px;
  font-family: var(--font-display);
  font-size: 0.76rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(120deg, var(--topic-a), var(--topic-b));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 6px 16px rgba(7, 24, 32, 0.12);
  transition: transform 0.15s ease, box-shadow 0.2s ease, filter 0.2s ease;
}
.trust-page-cta:hover {
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
  filter: brightness(1.06);
  box-shadow: 0 10px 22px rgba(7, 24, 32, 0.16);
}
.trust-page-cta:focus-visible {
  outline: 2px solid var(--signal);
  outline-offset: 3px;
}
.trust-page-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.trust-page-list li::before { content: none; }
@media (max-width: 720px) {
  .trust-page-board { grid-template-columns: 1fr; gap: 2px; padding: 8px 14px 6px 16px; }
  .trust-page-point { padding: 4px 0 4px 12px; }
  .trust-page-brand {
    grid-template-columns: auto minmax(0, 1fr);
  }
  .trust-page-status {
    grid-column: 2;
    justify-self: start;
  }
  .trust-page-head { padding: 12px 14px 0 16px; }
  .trust-page-foot { padding: 0 14px 12px 16px; }
  .trust-center-body { padding: 22px 0 48px; }
  .trust-hero { padding: 56px 0 28px; }
  .trust-jump-status { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .trust-page-cta:hover { transform: none; }
  .trust-jump-link:hover { transform: none; }
}

#trust .trust-panel {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 40px 40px 36px;
  border-radius: 32px;
  background: linear-gradient(145deg, #071820 0%, #0a3a44 42%, #006271 78%, #00968c 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 28px 64px rgba(7, 24, 32, 0.22);
  color: #fff;
  scroll-margin-top: 110px;
}
.trust-panel-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 55% 50% at 100% 0%, rgba(0, 191, 178, 0.12), transparent 55%),
    radial-gradient(ellipse 45% 40% at 0% 100%, rgba(0, 191, 178, 0.2), transparent 55%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 42%);
}
.trust-panel > *:not(.trust-panel-glow) { position: relative; z-index: 1; }
.trust-panel-body {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 28px 36px;
  align-items: start;
}
.trust-panel-intro .section-title {
  color: #fff;
  max-width: 18ch;
  letter-spacing: -0.025em;
  margin-bottom: 14px;
}
.trust-panel-intro .section-desc {
  color: rgba(255, 255, 255, 0.78);
  max-width: 46ch;
  margin-bottom: 0;
}
.trust-stats-heading {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: -0.01em;
  color: var(--teal);
  margin: 0 0 14px;
}
.trust-stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  align-content: start;
}
.trust-stat {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 12px 12px 12px 10px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}
.trust-stat:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.11);
  border-color: rgba(0, 191, 178, 0.78);
}
.trust-stat-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(0, 191, 178, 0.28);
  border: 1px solid rgba(0, 191, 178, 0.28);
}
.trust-stat-icon svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: var(--teal);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.trust-stat-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.trust-stat-value {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: -0.01em;
  color: #fff;
  line-height: 1.2;
}
.trust-stat-label {
  font-size: 0.68rem;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.68);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.trust-roadmap {
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.trust-roadmap-heading {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: -0.01em;
  color: var(--teal);
  margin: 0 0 14px;
}
.trust-roadmap-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 14px;
  padding: 0;
}
.trust-roadmap-list li {
  padding: 8px 12px;
  border-radius: 999px;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.trust-roadmap-note {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72);
  max-width: 62ch;
}
@media (max-width: 960px) {
  .trust-panel-body { grid-template-columns: 1fr; gap: 24px; }
  .trust-panel { padding: 32px 22px 28px; border-radius: 28px; }
  .trust-panel-intro .section-title { max-width: none; }
}
@media (max-width: 640px) {
  .trust-panel { padding: 26px 18px 22px; border-radius: 24px; }
  .trust-stats-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .trust-stat:hover { transform: none; }
}

#contact { background: var(--bg-muted); }
.cta-panel {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(ellipse 70% 55% at 50% -10%, rgba(0, 191, 178, 0.12), transparent 55%),
    linear-gradient(145deg, #061820 0%, #0a2f38 42%, #0a4550 72%, #083840 100%);
  border-radius: 28px;
  padding: 64px 48px;
  text-align: center;
  color: #fff;
  border: 1px solid rgba(0, 191, 178, 0.9);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    0 28px 60px rgba(6, 24, 32, 0.28);
}
.cta-panel::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 20px;
  border: 1px solid rgba(0, 191, 178, 0.28);
  pointer-events: none;
  z-index: 0;
}
.cta-panel > * { position: relative; z-index: 1; }
@media (max-width: 640px) { .cta-panel { padding: 44px 22px; } }
.cta-panel h2 {
  font-family: var(--font-brand);
  font-weight: 600;
  font-size: clamp(1.45rem, 3.4vw, 2.05rem);
  line-height: 1.3;
  letter-spacing: 0.02em;
  max-width: 22ch;
  margin: 0 auto 22px;
  color: #ffffff;
}
.cta-panel p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
  max-width: 48ch;
  margin: 0 auto 28px;
  line-height: 1.55;
}
.cta-panel .btn-primary {
  background: #fff;
  color: #111;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.45);
}
.cta-panel .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28);
}
.contact-details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  max-width: 920px;
  margin: 44px auto 0;
  padding-top: 32px;
  border-top: 1px solid rgba(0, 191, 178, 0.28);
}
.contact-detail {
  text-align: center;
  padding: 8px 28px;
  position: relative;
}
.contact-detail + .contact-detail::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12%;
  bottom: 12%;
  width: 1px;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(0, 191, 178, 0.12) 20%,
    rgba(0, 191, 178, 0.2) 80%,
    transparent
  );
}
.contact-detail-label {
  font-family: var(--font-brand);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--teal);
  display: block;
  margin-bottom: 12px;
}
.contact-detail a,
.contact-detail-value {
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
}
.contact-detail a {
  display: inline-block;
  border-bottom: 1px solid rgba(0, 191, 178, 0.28);
  transition: color 0.15s ease, border-color 0.15s ease;
}
.contact-detail a:hover {
  color: var(--teal);
  border-bottom-color: var(--teal);
}
.contact-social {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}
.contact-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(0, 191, 178, 0.28);
  border: 1px solid rgba(0, 191, 178, 0.28);
  transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  border-bottom: 1px solid rgba(0, 191, 178, 0.28) !important;
  cursor: pointer;
  padding: 0;
  font: inherit;
  color: inherit;
}
.contact-social-link:hover {
  background: rgba(0, 191, 178, 0.9);
  border-color: rgba(240, 208, 96, 0.75);
  box-shadow: 0 6px 18px rgba(0, 98, 113, 0.9);
  transform: translateY(-2px);
}
.contact-social-link svg {
  width: 18px;
  height: 18px;
  fill: var(--teal);
}
@media (max-width: 760px) {
  .contact-details {
    grid-template-columns: 1fr;
    gap: 28px;
    max-width: 360px;
  }
  .contact-detail {
    padding: 0;
  }
  .contact-detail + .contact-detail::before {
    left: 18%;
    right: 18%;
    top: -14px;
    bottom: auto;
    width: auto;
    height: 1px;
    background: linear-gradient(
      90deg,
      transparent,
      rgba(0, 191, 178, 0.12) 20%,
      rgba(0, 191, 178, 0.2) 80%,
      transparent
    );
  }
}

.wechat-modal {
  border: none;
  padding: 0;
  background: transparent;
  max-width: calc(100vw - 32px);
  /* Force center — custom dialog styles can otherwise pin it top-left */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  width: fit-content;
  max-height: calc(100vh - 32px);
}
.wechat-modal::backdrop {
  background: rgba(7, 24, 32, 0.62);
  backdrop-filter: blur(4px);
}
.wechat-modal-card {
  position: relative;
  width: min(360px, calc(100vw - 32px));
  margin: 0;
  background: #fff;
  border-radius: 20px;
  padding: 28px 24px 24px;
  box-shadow: 0 24px 60px rgba(7, 24, 32, 0.28);
  text-align: center;
}
.wechat-modal-close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: none;
  background: transparent;
  color: var(--text-2);
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  border-radius: 8px;
}
.wechat-modal-close:hover { color: var(--ink); background: var(--bg-soft); }
.wechat-modal-card h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--ink);
  margin-bottom: 16px;
  padding-right: 24px;
}
.wechat-qr {
  width: min(260px, 72vw);
  height: auto;
  border-radius: 12px;
  border: 1px solid var(--border);
  display: block;
  margin: 0 auto 14px;
  background: #fff;
}
.wechat-modal-hint {
  font-size: 0.84rem;
  color: var(--text-2);
  line-height: 1.45;
  margin: 0;
}

footer {
  position: relative;
  overflow: hidden;
  padding: 0;
  background: transparent;
  color: #fff;
  border-top: none;
}

/* Trust Center platform signals (hero) */
.trust-badge-row {
  margin-top: 28px;
  padding: 0;
  background: none;
  border: none;
}
.trust-badge-row--hero {
  max-width: 52rem;
}
.trust-badge-label {
  margin: 0 0 12px;
  font-family: var(--font-mono);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}
.trust-badge-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
}
.trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 9px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
  letter-spacing: 0.01em;
  backdrop-filter: blur(8px);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}
.trust-badge:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.28);
  transform: translateY(-1px);
}
.trust-badge-icon {
  width: 14px;
  height: 14px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.trust-badge-icon svg {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: var(--teal);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.trust-badge[data-badge="building"] .trust-badge-icon svg { stroke: #93c5fd; }
.trust-badge[data-badge="shield"] .trust-badge-icon svg { stroke: #2dd4bf; }
.trust-badge[data-badge="lock"] .trust-badge-icon svg { stroke: #67e8f9; }
.trust-badge[data-badge="cloud"] .trust-badge-icon svg { stroke: #c8a96a; }
.trust-badge[data-badge="api"] .trust-badge-icon svg { stroke: #60a5fa; }
.trust-badge[data-badge="spark"] .trust-badge-icon svg { stroke: #fbbf24; }
.trust-badge[data-badge="globe"] .trust-badge-icon svg { stroke: #34d399; }
.trust-badge[data-badge="pulse"] .trust-badge-icon svg { stroke: #fb7185; }

.footer-main {
  position: relative;
  overflow: hidden;
  padding: 56px 0 40px;
  background: linear-gradient(155deg, #071820 0%, #0a2f38 38%, #0a4550 72%, #006271 100%);
  color: #fff;
}
.footer-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 50% 45% at 0% 0%, rgba(0, 191, 178, 0.1), transparent 55%),
    radial-gradient(ellipse 45% 40% at 100% 100%, rgba(0, 191, 178, 0.14), transparent 55%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 35%);
}
.footer-main .wrap { position: relative; z-index: 1; }

.footer-statement {
  display: block;
  margin-bottom: 36px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
.footer-brand-lockup {
  display: inline-flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 18px;
  text-decoration: none;
  color: inherit;
  min-width: 0;
  font-size: clamp(1.15rem, 0.5vw + 1.05rem, 1.45rem);
  --brand-mark-scale: 1;
}
.footer-brand-lockup .brand-mark {
  flex-shrink: 0;
  width: calc(1em * var(--brand-mark-scale));
  height: calc(1em * var(--brand-mark-scale));
  min-width: calc(1em * var(--brand-mark-scale));
  min-height: calc(1em * var(--brand-mark-scale));
  max-width: calc(1em * var(--brand-mark-scale));
  max-height: calc(1em * var(--brand-mark-scale));
  margin-top: -0.06em;
}
@media (min-width: 1025px) {
  .footer-brand-lockup {
    --brand-mark-scale: 1.4;
  }
}
.footer-brand-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.footer-brand {
  font-size: 1em;
  line-height: 1;
  margin-bottom: 0;
  display: block;
}
.footer-brand-tag {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(0, 191, 178, 0.9);
}
.footer-statement-headline {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #fff;
  max-width: 28ch;
}
.footer-mission {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.74);
  max-width: 48ch;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 24px 18px;
  margin-bottom: 32px;
  align-items: start;
}
.footer-col h5 {
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--teal);
  margin-bottom: 10px;
}
.footer-col a,
.footer-col .footer-col-link,
.footer-col .footer-col-soon {
  display: block;
  width: 100%;
  font-size: 9px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.78);
  padding: 2px 0;
  transition: color 0.15s ease, transform 0.15s ease;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
}
.footer-col .footer-col-soon {
  color: rgba(255, 255, 255, 0.42);
  cursor: default;
}
.footer-col a:hover,
.footer-col .footer-col-link:hover {
  color: #fff;
  transform: translateX(2px);
}

.footer-legal-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
  align-items: center;
  padding: 18px 0;
  margin-bottom: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.footer-legal-bar a {
  font-size: 8px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.15s ease;
}
.footer-legal-bar a:not(:last-child)::after {
  content: "·";
  margin: 0 10px;
  color: rgba(255, 255, 255, 0.35);
  font-weight: 500;
  pointer-events: none;
}
.footer-legal-bar a:hover { color: #fff; }

.footer-bottom {
  background: #fff;
  border-top: 1px solid var(--border);
  color: var(--ink);
}
.footer-bottom .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 28px;
  min-height: 76px;
  padding-top: 18px;
  padding-bottom: 18px;
}
.footer-bottom-start {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  flex: 1 1 280px;
}
.footer-meta {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--ink);
}
.footer-locale-line {
  font-size: 0.8rem;
  color: var(--text-2);
}
.footer-social {
  display: flex;
  gap: 10px;
  align-items: center;
}
.footer-social a,
.footer-social .wechat-trigger {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--border-strong);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  background: #fff;
  cursor: pointer;
  padding: 0;
  font: inherit;
  color: inherit;
}
.footer-social a:hover,
.footer-social .wechat-trigger:hover {
  border-color: var(--indigo);
  background: var(--bg-soft);
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(0, 98, 113, 0.12);
}
.footer-social svg {
  width: 18px;
  height: 18px;
  fill: var(--text-1);
}
.footer-bottom .locale-switcher { color: var(--text-2); }
.footer-bottom .locale-switcher__link { color: var(--text-1); }
.footer-bottom .locale-switcher__link:hover { color: var(--ink); }
.footer-bottom .locale-switcher__link.is-active { color: var(--indigo); font-weight: 700; }
.footer-bottom .locale-switcher__separator { color: var(--border-strong); }

@media (max-width: 1100px) {
  .footer-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 20px; }
  .trust-badge { font-size: 8px; padding: 5px 9px; }
}
@media (max-width: 560px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-legal-bar a { font-size: 8px; }
  .footer-legal-bar a:not(:last-child)::after { margin: 0 8px; }
}
@media (prefers-reduced-motion: reduce) {
  .footer-col a:hover,
  .footer-social a:hover,
  .footer-social .wechat-trigger:hover { transform: none; }
}

/* Standalone Privacy / Terms pages */
.legal-page {
  padding: 72px 0 88px;
  background:
    radial-gradient(ellipse 60% 40% at 50% 0%, rgba(0, 191, 178, 0.06), transparent 55%),
    linear-gradient(180deg, #f7faf9 0%, #ffffff 40%);
}
.legal-wrap {
  max-width: 720px;
}
.legal-eyebrow {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--indigo);
  margin: 0 0 12px;
}
.legal-page h1 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2rem, 4vw, 2.75rem);
  letter-spacing: -0.02em;
  line-height: 1.12;
  color: var(--ink);
  margin: 0 0 10px;
}
.legal-updated {
  font-size: 0.88rem;
  color: var(--text-2);
  margin: 0 0 28px;
}
.legal-lead {
  font-size: 1.08rem;
  line-height: 1.65;
  color: var(--text-1);
  margin: 0 0 36px;
}
.legal-page section {
  margin-bottom: 28px;
}
.legal-page h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--ink);
  margin: 0 0 10px;
}
.legal-page p,
.legal-page li {
  font-size: 0.98rem;
  line-height: 1.65;
  color: var(--text-1);
}
.legal-page ul {
  margin: 0 0 12px;
  padding-left: 1.2em;
}
.legal-page li + li { margin-top: 6px; }
.legal-page a {
  color: var(--indigo);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.legal-page a:hover { color: var(--indigo-dark); }
.legal-footer {
  border-top: 1px solid var(--border);
  background: #fff;
  padding: 22px 0;
}
.legal-footer .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  justify-content: space-between;
  align-items: center;
}
.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 0;
  align-items: center;
}
.footer-legal a {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-1);
  padding: 2px 0;
  transition: color 0.15s ease;
}
.footer-legal a:not(:last-child)::after {
  content: "·";
  margin: 0 10px;
  color: var(--text-2);
  font-weight: 500;
  pointer-events: none;
}
.footer-legal a:hover { color: var(--indigo); }

@media (max-width: 640px) {
  .footer-legal a:not(:last-child)::after { margin: 0 8px; }
  .footer-legal a { font-size: 0.75rem; }
}

.locale-switcher { display: flex; align-items: center; gap: 8px; font-size: 0.8rem; color: var(--text-2); }
.locale-switcher__link.is-active { color: var(--indigo); font-weight: 700; }

/* ── New IA sections ───────────────────────────────────────────── */
#screenshots {
  background: linear-gradient(180deg, #ffffff 0%, #f4f8f8 100%);
  padding: 96px 0;
}
@media (max-width: 820px) { #screenshots { padding: 68px 0; } }
.shot-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}
.shot-card {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.shot-card:nth-child(4),
.shot-card:nth-child(5) {
  grid-column: span 3;
}
.shot-frame {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(13, 47, 54, 0.12);
  background: #0b1c22;
  aspect-ratio: 16 / 10;
  box-shadow: var(--shadow);
}
.shot-chrome {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  gap: 6px;
  padding: 10px 12px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.45), transparent);
}
.shot-chrome span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
}
.shot-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.92;
}
.shot-mock {
  display: grid;
  grid-template-columns: 72px 1fr;
  height: 100%;
  padding-top: 28px;
}
.shot-mock-sidebar {
  background: rgba(255, 255, 255, 0.06);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.shot-mock-main { padding: 16px 18px; }
.shot-mock-bar,
.shot-mock-row {
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  margin-bottom: 10px;
}
/* Dashboard highlight — azure signal, not brand teal/gold */
.shot-mock-bar {
  background: linear-gradient(90deg, var(--signal) 0%, rgba(37, 99, 235, 0.35) 100%);
  opacity: 0.95;
}
.shot-mock-row { width: 78%; opacity: 0.7; }
.shot-mock-row.short { width: 52%; }
.shot-mock-tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 18px;
}
.shot-mock-tiles span {
  display: block;
  aspect-ratio: 1.3;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.shot-mock-tiles span:nth-child(2) {
  background: rgba(37, 99, 235, 0.35);
  border-color: rgba(37, 99, 235, 0.55);
  box-shadow: 0 0 16px var(--signal-glow);
}
.shot-card.theme-office .shot-frame { background: linear-gradient(145deg, #10262e, #1a4a52); }
.shot-card.theme-cyber .shot-frame { background: linear-gradient(145deg, #140f18, #2a1f3d); }
.shot-card.theme-ai .shot-frame { background: linear-gradient(145deg, #0a2030, #0d4a55); }
.shot-label {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--indigo);
  margin-bottom: 6px;
}
.shot-copy h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.05rem;
  margin: 0 0 6px;
  color: var(--ink);
}
.shot-copy p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--text-1);
}
@media (max-width: 900px) {
  .shot-grid { grid-template-columns: 1fr 1fr; }
  .shot-card,
  .shot-card:nth-child(4),
  .shot-card:nth-child(5) { grid-column: span 1; }
}
@media (max-width: 560px) {
  .shot-grid { grid-template-columns: 1fr; }
}

#ecosystem {
  background:
    radial-gradient(ellipse 50% 45% at 50% 0%, rgba(0, 98, 113, 0.08), transparent 55%),
    linear-gradient(180deg, #071820 0%, #0a3540 100%);
  color: #fff;
  padding: 96px 0;
}
@media (max-width: 820px) { #ecosystem { padding: 68px 0; } }
.ecosystem-head .eyebrow { color: var(--teal); }
.ecosystem-head .section-title { color: #ffffff; }
.ecosystem-head .section-desc { color: rgba(255, 255, 255, 0.78); }
.ecosystem-diagram {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  min-height: 560px;
  display: grid;
  place-items: center;
  overflow: visible;
}
.ecosystem-diagram::before,
.ecosystem-diagram::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  border: 1px dashed rgba(0, 191, 178, 0.22);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.ecosystem-diagram::before {
  width: min(84%, 780px);
  aspect-ratio: 1;
}
.ecosystem-diagram::after {
  width: min(52%, 460px);
  aspect-ratio: 1;
  border-color: rgba(37, 99, 235, 0.32);
  border-style: solid;
  opacity: 0.7;
}
.ecosystem-ring-label {
  position: absolute;
  z-index: 1;
  margin: 0;
  font-family: var(--font-brand);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  pointer-events: none;
}
.ecosystem-ring-label--outer {
  top: 0;
  left: 0;
  color: rgba(255, 255, 255, 0.55);
}
.ecosystem-ring-label--inner {
  top: 28px;
  left: 0;
  color: rgba(147, 197, 253, 0.75);
}
.ecosystem-center {
  position: relative;
  z-index: 1;
  width: min(220px, 54vw);
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 26px 18px;
  font-family: var(--font-brand);
  font-weight: 600;
  font-size: clamp(0.72rem, 1.5vw, 0.88rem);
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(145deg, var(--navy) 0%, var(--indigo) 55%, var(--teal-deep) 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 14px rgba(0, 191, 178, 0.08), 0 20px 50px rgba(0, 0, 0, 0.35);
}
.ecosystem-nodes {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  inset: 0;
  z-index: 4;
}
.ecosystem-nodes:has(.is-open),
.ecosystem-nodes:has(:hover),
.ecosystem-nodes:has(:focus-within) {
  z-index: 50;
}
.ecosystem-node-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
  min-width: 0;
}
.ecosystem-node-sublabel {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.2;
}
.ecosystem-nodes li,
.ecosystem-node {
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  background: none;
  border: none;
  white-space: normal;
  z-index: 1;
}
.ecosystem-node.is-open,
.ecosystem-node:hover,
.ecosystem-node:focus-within {
  z-index: 30;
}
.ecosystem-node-trigger {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 15px 11px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(0, 191, 178, 0.35);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.9rem;
  color: #ffffff;
  white-space: nowrap;
  backdrop-filter: blur(6px);
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.ecosystem-node-trigger:hover,
.ecosystem-node.is-open .ecosystem-node-trigger,
.ecosystem-node:focus-within .ecosystem-node-trigger {
  background: rgba(0, 191, 178, 0.18);
  border-color: rgba(0, 191, 178, 0.55);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
}
.ecosystem-node-trigger:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 3px;
}
.ecosystem-node-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(0, 191, 178, 0.16);
  border: 1px solid rgba(0, 191, 178, 0.28);
}
.ecosystem-node-icon svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: var(--teal);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ecosystem-node-label {
  line-height: 1.2;
}

.ecosystem-panel {
  position: absolute;
  z-index: 40;
  top: calc(100% + 10px);
  left: 50%;
  width: min(250px, 72vw);
  padding: 16px 16px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(13, 47, 54, 0.1);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
  color: var(--ink);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, 6px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}
.ecosystem-node.is-open .ecosystem-panel,
.ecosystem-node:hover .ecosystem-panel,
.ecosystem-node:focus-within .ecosystem-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}
.ecosystem-panel-title {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.98rem;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.ecosystem-panel-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.ecosystem-panel-list li {
  position: static;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.84rem;
  line-height: 1.4;
  color: var(--text-1);
  font-weight: 500;
  white-space: normal;
}
.ecosystem-panel-list li::before {
  content: "✓";
  flex-shrink: 0;
  color: var(--teal-deep);
  font-weight: 700;
  font-size: 0.82rem;
  line-height: 1.4;
}

/* Outer ring — Business Solutions (5) */
.ecosystem-nodes--outer .ecosystem-node:nth-child(1) { top: 2%; left: 50%; transform: translateX(-50%); }
.ecosystem-nodes--outer .ecosystem-node:nth-child(2) { top: 28%; left: 2%; }
.ecosystem-nodes--outer .ecosystem-node:nth-child(3) { top: 28%; right: 2%; }
.ecosystem-nodes--outer .ecosystem-node:nth-child(4) { bottom: 10%; left: 12%; }
.ecosystem-nodes--outer .ecosystem-node:nth-child(5) { bottom: 10%; right: 12%; }

/* Keep panels inside the diagram where possible */
.ecosystem-nodes--outer .ecosystem-node:nth-child(1) .ecosystem-panel {
  top: calc(100% + 10px);
  bottom: auto;
}
.ecosystem-nodes--outer .ecosystem-node:nth-child(4) .ecosystem-panel,
.ecosystem-nodes--outer .ecosystem-node:nth-child(5) .ecosystem-panel {
  top: auto;
  bottom: calc(100% + 10px);
  transform: translate(-50%, -6px);
}
.ecosystem-nodes--outer .ecosystem-node:nth-child(4).is-open .ecosystem-panel,
.ecosystem-nodes--outer .ecosystem-node:nth-child(4):hover .ecosystem-panel,
.ecosystem-nodes--outer .ecosystem-node:nth-child(4):focus-within .ecosystem-panel,
.ecosystem-nodes--outer .ecosystem-node:nth-child(5).is-open .ecosystem-panel,
.ecosystem-nodes--outer .ecosystem-node:nth-child(5):hover .ecosystem-panel,
.ecosystem-nodes--outer .ecosystem-node:nth-child(5):focus-within .ecosystem-panel {
  transform: translate(-50%, 0);
}
.ecosystem-nodes--outer .ecosystem-node:nth-child(2) .ecosystem-panel {
  left: 0;
  transform: translate(0, 6px);
}
.ecosystem-nodes--outer .ecosystem-node:nth-child(2).is-open .ecosystem-panel,
.ecosystem-nodes--outer .ecosystem-node:nth-child(2):hover .ecosystem-panel,
.ecosystem-nodes--outer .ecosystem-node:nth-child(2):focus-within .ecosystem-panel {
  transform: translate(0, 0);
}
.ecosystem-nodes--outer .ecosystem-node:nth-child(3) .ecosystem-panel {
  left: auto;
  right: 0;
  transform: translate(0, 6px);
}
.ecosystem-nodes--outer .ecosystem-node:nth-child(3).is-open .ecosystem-panel,
.ecosystem-nodes--outer .ecosystem-node:nth-child(3):hover .ecosystem-panel,
.ecosystem-nodes--outer .ecosystem-node:nth-child(3):focus-within .ecosystem-panel {
  transform: translate(0, 0);
}

/* Inner ring — Shared Platform Services (8) */
.ecosystem-nodes--inner .ecosystem-node-trigger {
  font-size: 0.74rem;
  font-weight: 600;
  padding: 7px 11px 7px 9px;
  background: rgba(12, 40, 58, 0.88);
  border-color: rgba(37, 99, 235, 0.42);
  box-shadow: none;
}
.ecosystem-nodes--inner .ecosystem-node-trigger:hover,
.ecosystem-nodes--inner .ecosystem-node.is-open .ecosystem-node-trigger,
.ecosystem-nodes--inner .ecosystem-node:focus-within .ecosystem-node-trigger {
  background: rgba(37, 99, 235, 0.28);
  border-color: rgba(37, 99, 235, 0.65);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
}
.ecosystem-nodes--inner .ecosystem-node-icon {
  width: 18px;
  height: 18px;
  background: rgba(37, 99, 235, 0.22);
  border-color: rgba(37, 99, 235, 0.4);
}
.ecosystem-nodes--inner .ecosystem-node-icon svg {
  width: 11px;
  height: 11px;
  stroke: #93c5fd;
}
.ecosystem-nodes--inner .ecosystem-node:nth-child(1) { top: 22%; left: 50%; transform: translateX(-50%); }
.ecosystem-nodes--inner .ecosystem-node:nth-child(2) { top: 32%; right: 18%; }
.ecosystem-nodes--inner .ecosystem-node:nth-child(3) { top: 32%; left: 18%; }
.ecosystem-nodes--inner .ecosystem-node:nth-child(4) { top: 48%; right: 8%; }
.ecosystem-nodes--inner .ecosystem-node:nth-child(5) { top: 48%; left: 8%; }
.ecosystem-nodes--inner .ecosystem-node:nth-child(6) { bottom: 26%; right: 16%; }
.ecosystem-nodes--inner .ecosystem-node:nth-child(7) { bottom: 26%; left: 16%; }
.ecosystem-nodes--inner .ecosystem-node:nth-child(8) { bottom: 18%; left: 50%; transform: translateX(-50%); }

.ecosystem-nodes--inner .ecosystem-node:nth-child(8) .ecosystem-panel {
  top: auto;
  bottom: calc(100% + 10px);
  transform: translate(-50%, -6px);
}
.ecosystem-nodes--inner .ecosystem-node:nth-child(8).is-open .ecosystem-panel,
.ecosystem-nodes--inner .ecosystem-node:nth-child(8):hover .ecosystem-panel,
.ecosystem-nodes--inner .ecosystem-node:nth-child(8):focus-within .ecosystem-panel {
  transform: translate(-50%, 0);
}
.ecosystem-nodes--inner .ecosystem-node:nth-child(3) .ecosystem-panel,
.ecosystem-nodes--inner .ecosystem-node:nth-child(5) .ecosystem-panel,
.ecosystem-nodes--inner .ecosystem-node:nth-child(7) .ecosystem-panel {
  left: 0;
  transform: translate(0, 6px);
}
.ecosystem-nodes--inner .ecosystem-node:nth-child(3).is-open .ecosystem-panel,
.ecosystem-nodes--inner .ecosystem-node:nth-child(3):hover .ecosystem-panel,
.ecosystem-nodes--inner .ecosystem-node:nth-child(3):focus-within .ecosystem-panel,
.ecosystem-nodes--inner .ecosystem-node:nth-child(5).is-open .ecosystem-panel,
.ecosystem-nodes--inner .ecosystem-node:nth-child(5):hover .ecosystem-panel,
.ecosystem-nodes--inner .ecosystem-node:nth-child(5):focus-within .ecosystem-panel,
.ecosystem-nodes--inner .ecosystem-node:nth-child(7).is-open .ecosystem-panel,
.ecosystem-nodes--inner .ecosystem-node:nth-child(7):hover .ecosystem-panel,
.ecosystem-nodes--inner .ecosystem-node:nth-child(7):focus-within .ecosystem-panel {
  transform: translate(0, 0);
}
.ecosystem-nodes--inner .ecosystem-node:nth-child(2) .ecosystem-panel,
.ecosystem-nodes--inner .ecosystem-node:nth-child(4) .ecosystem-panel,
.ecosystem-nodes--inner .ecosystem-node:nth-child(6) .ecosystem-panel {
  left: auto;
  right: 0;
  transform: translate(0, 6px);
}
.ecosystem-nodes--inner .ecosystem-node:nth-child(2).is-open .ecosystem-panel,
.ecosystem-nodes--inner .ecosystem-node:nth-child(2):hover .ecosystem-panel,
.ecosystem-nodes--inner .ecosystem-node:nth-child(2):focus-within .ecosystem-panel,
.ecosystem-nodes--inner .ecosystem-node:nth-child(4).is-open .ecosystem-panel,
.ecosystem-nodes--inner .ecosystem-node:nth-child(4):hover .ecosystem-panel,
.ecosystem-nodes--inner .ecosystem-node:nth-child(4):focus-within .ecosystem-panel,
.ecosystem-nodes--inner .ecosystem-node:nth-child(6).is-open .ecosystem-panel,
.ecosystem-nodes--inner .ecosystem-node:nth-child(6):hover .ecosystem-panel,
.ecosystem-nodes--inner .ecosystem-node:nth-child(6):focus-within .ecosystem-panel {
  transform: translate(0, 0);
}

@media (max-width: 900px) {
  .ecosystem-diagram { min-height: 500px; }
  .ecosystem-node-trigger { font-size: 0.8rem; padding: 9px 12px; }
  .ecosystem-nodes--inner .ecosystem-node-trigger { font-size: 0.7rem; }
  .ecosystem-ring-label { font-size: 0.58rem; }
}
@media (max-width: 640px) {
  .ecosystem-diagram {
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: center;
    overflow: visible;
  }
  .ecosystem-diagram::before,
  .ecosystem-diagram::after { display: none; }
  .ecosystem-ring-label {
    position: static;
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .ecosystem-ring-label--outer { order: 2; }
  .ecosystem-ring-label--inner { order: 4; }
  .ecosystem-center { margin: 0; order: 1; }
  .ecosystem-nodes--outer {
    position: static;
    order: 3;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    width: 100%;
  }
  .ecosystem-nodes--inner {
    position: static;
    order: 5;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    width: 100%;
  }
  .ecosystem-node {
    position: static;
    transform: none !important;
  }
  .ecosystem-panel {
    left: 50% !important;
    right: auto !important;
    top: calc(100% + 8px) !important;
    bottom: auto !important;
    transform: translate(-50%, 6px) !important;
  }
  .ecosystem-node.is-open .ecosystem-panel,
  .ecosystem-node:hover .ecosystem-panel,
  .ecosystem-node:focus-within .ecosystem-panel {
    transform: translate(-50%, 0) !important;
  }
}

@media (hover: none) {
  .ecosystem-node:hover .ecosystem-panel {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .ecosystem-node.is-open .ecosystem-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

#security {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 50% 45% at 100% 0%, rgba(20, 184, 166, 0.12), transparent 55%),
    radial-gradient(ellipse 40% 40% at 0% 80%, rgba(15, 118, 110, 0.08), transparent 50%),
    linear-gradient(180deg, #eef8f6 0%, #ffffff 55%, #f4faf9 100%);
  padding: 88px 0;
}
@media (max-width: 820px) { #security { padding: 64px 0; } }
.security-ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(15, 118, 110, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 118, 110, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, #000 20%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, #000 20%, transparent 75%);
}
#security .wrap { position: relative; z-index: 1; }
.security-head .eyebrow {
  color: #0f766e;
  letter-spacing: 0.14em;
}
.security-head .section-title {
  font-family: var(--font-brand);
  font-weight: 600;
  letter-spacing: 0.02em;
  max-width: 16ch;
}
.security-signals {
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.security-signals li {
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #0f766e;
  background: rgba(20, 184, 166, 0.12);
  border: 1px solid rgba(15, 118, 110, 0.22);
  border-radius: 999px;
  padding: 5px 10px;
}
.security-pillars {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 32px;
}
.security-pillar {
  position: relative;
  overflow: hidden;
  padding: 22px 20px 20px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(15, 118, 110, 0.14);
  box-shadow: 0 10px 28px rgba(7, 24, 32, 0.05);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.security-pillar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #0f766e, #14b8a6);
}
.security-pillar:hover {
  transform: translateY(-4px);
  border-color: rgba(15, 118, 110, 0.32);
  box-shadow: 0 18px 40px rgba(15, 118, 110, 0.14);
}
.security-pillar-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  border-radius: 11px;
  background: linear-gradient(145deg, #0f766e, #14b8a6);
  box-shadow: 0 8px 16px rgba(15, 118, 110, 0.22);
  transition: transform 0.22s ease;
}
.security-pillar:hover .security-pillar-icon {
  transform: rotate(5deg);
}
.security-pillar-icon svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: #fff;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.security-pillar h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.02rem;
  margin: 0 0 8px;
  color: #0f766e;
  letter-spacing: -0.015em;
}
.security-pillar p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--text-1);
}
@media (max-width: 960px) {
  .security-pillars { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .security-pillars { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  .security-pillar:hover { transform: none; }
  .security-pillar:hover .security-pillar-icon { transform: none; }
}

#architecture {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 50% 45% at 50% 0%, rgba(37, 99, 235, 0.08), transparent 62%),
    radial-gradient(ellipse 40% 35% at 100% 80%, rgba(0, 191, 178, 0.07), transparent 55%),
    linear-gradient(180deg, #eef3f8 0%, #f8fbfb 55%, #ffffff 100%);
  padding: 84px 0;
}
@media (max-width: 820px) { #architecture { padding: 64px 0; } }
.arch-ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 47px,
      rgba(37, 99, 235, 0.04) 47px,
      rgba(37, 99, 235, 0.04) 48px
    );
  mask-image: linear-gradient(180deg, #000 10%, transparent 90%);
  -webkit-mask-image: linear-gradient(180deg, #000 10%, transparent 90%);
}
.arch-layout {
  position: relative;
  z-index: 1;
}
.arch-layout--diagram {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}
.arch-head {
  max-width: 40rem;
  text-align: center;
}
.arch-head--center {
  margin: 0 auto;
}
.arch-head .eyebrow {
  color: var(--signal);
  letter-spacing: 0.14em;
}
.arch-head .section-title {
  font-family: var(--font-brand);
  font-weight: 600;
  letter-spacing: 0.02em;
  max-width: none;
  margin-bottom: 12px;
  color: var(--ink);
}
.arch-head .section-desc {
  max-width: 46ch;
  margin: 0 auto;
  font-size: 0.94rem;
  line-height: 1.55;
}
.arch-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  padding: 10px 16px;
  border-radius: 999px;
  font-family: var(--font-display);
  font-size: 0.86rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(120deg, var(--signal), #3b82f6);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.arch-cta:hover {
  color: #fff;
  gap: 12px;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(37, 99, 235, 0.28);
}
.arch-cta:focus-visible {
  outline: 2px solid var(--signal);
  outline-offset: 3px;
}
.arch-diagram {
  width: min(100%, 680px);
}
.arch-stack {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.arch-slab {
  --arch-a: #1d4ed8;
  --arch-b: #2563eb;
  --arch-c: #93c5fd;
  position: relative;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
  padding-bottom: 14px;
}
.arch-slab:last-child {
  padding-bottom: 0;
}
.arch-slab-rail {
  position: relative;
  display: flex;
  justify-content: center;
}
.arch-slab-rail::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: -14px;
  width: 2px;
  background: linear-gradient(180deg, var(--arch-b), rgba(37, 99, 235, 0.15));
  border-radius: 2px;
}
.arch-slab:last-child .arch-slab-rail::before {
  bottom: 50%;
}
.arch-slab-node {
  position: relative;
  z-index: 1;
  width: 12px;
  height: 12px;
  margin-top: 22px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid var(--arch-b);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}
.arch-slab-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 16px 18px;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(125deg, var(--arch-a) 0%, var(--arch-b) 58%, color-mix(in srgb, var(--arch-c) 70%, var(--arch-b)) 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.22) inset,
    0 14px 34px color-mix(in srgb, var(--arch-a) 28%, transparent);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.arch-slab:hover .arch-slab-card {
  transform: translateX(6px) scale(1.01);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.22) inset,
    0 18px 40px color-mix(in srgb, var(--arch-a) 34%, transparent);
}
.arch-slab[data-theme="accent"]:nth-child(1) {
  --arch-a: #2563eb;
  --arch-b: #3b82f6;
  --arch-c: #bfdbfe;
}
.arch-slab[data-theme="accent"]:nth-child(2) {
  --arch-a: #1e40af;
  --arch-b: #2563eb;
  --arch-c: #93c5fd;
}
.arch-slab[data-theme="accent"]:nth-child(4) {
  --arch-a: #1e3a8a;
  --arch-b: #1d4ed8;
  --arch-c: #60a5fa;
}
.arch-slab[data-theme="accent"]:nth-child(5) {
  --arch-a: #0f2f6d;
  --arch-b: #1e3a8a;
  --arch-c: #3b82f6;
}
.arch-slab[data-theme="security"] {
  --arch-a: #0f766e;
  --arch-b: #14b8a6;
  --arch-c: #99f6e4;
}
.arch-slab-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(6px);
}
.arch-slab-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #fff;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.arch-slab-copy {
  min-width: 0;
  padding-top: 2px;
}
.arch-slab h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: -0.02em;
  margin: 0 0 6px;
  color: #fff;
  line-height: 1.25;
}
.arch-slab p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.82);
}
@media (max-width: 560px) {
  .arch-slab {
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 10px;
  }
  .arch-slab-card {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 14px;
  }
  .arch-slab-icon { width: 34px; height: 34px; }
  .arch-slab h3 { font-size: 0.92rem; }
  .arch-slab p { font-size: 0.78rem; }
}
@media (prefers-reduced-motion: reduce) {
  .arch-slab:hover .arch-slab-card { transform: none; }
  .arch-cta:hover { transform: none; gap: 8px; }
}

#industries {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 50% 50% at 0% 20%, rgba(0, 191, 178, 0.14), transparent 58%),
    radial-gradient(ellipse 40% 40% at 15% 80%, rgba(37, 99, 235, 0.1), transparent 55%),
    radial-gradient(ellipse 35% 35% at 100% 50%, rgba(201, 162, 39, 0.08), transparent 60%),
    linear-gradient(180deg, #eef6f5 0%, #f7faf9 48%, #ffffff 100%);
  padding: 84px 0;
}
@media (max-width: 820px) { #industries { padding: 64px 0; } }
.industries-ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 30% 40% at 8% 35%, rgba(0, 191, 178, 0.12), transparent 70%),
    radial-gradient(ellipse 35% 45% at 100% 100%, rgba(37, 99, 235, 0.08), transparent 70%);
}
.industries-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(38px, 6vw, 84px);
  align-items: start;
}
.industries-head {
  position: sticky;
  top: 110px;
  max-width: 31rem;
  margin: 0;
}
.industries-head-panel {
  position: relative;
  padding: 24px 24px 22px 28px;
  border-radius: 22px;
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0%, rgba(37, 99, 235, 0.1), transparent 42%),
    radial-gradient(circle at 0% 100%, rgba(0, 191, 178, 0.12), transparent 40%),
    linear-gradient(165deg, rgba(255, 255, 255, 0.97) 0%, rgba(245, 251, 250, 0.94) 100%);
  border: 1px solid rgba(13, 47, 54, 0.09);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 18px 44px rgba(7, 24, 32, 0.07);
}
.industries-head-panel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: linear-gradient(180deg, #22d3ee, var(--signal), var(--gold-bright), #14b8a6);
  border-radius: 22px 0 0 22px;
}
.industries-head-panel::after {
  content: "";
  position: absolute;
  right: -30px;
  top: -30px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 162, 39, 0.16), transparent 68%);
  pointer-events: none;
}
.industries-eyebrow {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  margin-bottom: 16px;
  padding: 5px 11px;
  border-radius: 999px;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  color: var(--teal-deep);
  background: rgba(0, 191, 178, 0.12);
  border: 1px solid rgba(0, 191, 178, 0.28);
}
.industries-head .section-title {
  position: relative;
  z-index: 1;
  font-size: clamp(2rem, 3.6vw, 3.15rem);
  max-width: 12ch;
  background: linear-gradient(135deg, var(--ink) 0%, var(--indigo) 52%, #0e7490 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.industries-head .section-desc {
  position: relative;
  z-index: 1;
  max-width: 36ch;
  color: var(--text-1);
}
.industries-support-line {
  position: relative;
  z-index: 1;
  margin: 14px 0 0;
  max-width: 38ch;
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: var(--teal-deep);
}
.industries-sector-chips {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.industries-sector-chip {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  padding: 5px 10px;
  border-radius: 999px;
  white-space: nowrap;
  border: 1px solid transparent;
}
.industries-sector-chip[data-theme="healthcare"] {
  color: #0e7490;
  background: rgba(34, 211, 238, 0.16);
  border-color: rgba(14, 116, 144, 0.22);
}
.industries-sector-chip[data-theme="enterprise"] {
  color: #1d4ed8;
  background: rgba(37, 99, 235, 0.1);
  border-color: rgba(37, 99, 235, 0.22);
}
.industries-sector-chip[data-theme="networking"] {
  color: #1e3a5f;
  background: rgba(59, 130, 246, 0.1);
  border-color: rgba(30, 58, 95, 0.2);
}
.industries-sector-chip[data-theme="security"] {
  color: #0f766e;
  background: rgba(20, 184, 166, 0.14);
  border-color: rgba(15, 118, 110, 0.22);
}
.industries-sector-chip[data-theme="ai"] {
  color: #8a6d2f;
  background: rgba(201, 162, 39, 0.14);
  border-color: rgba(138, 109, 47, 0.22);
}
.industries-sector-chip[data-theme="global"] {
  color: #006271;
  background: rgba(0, 191, 178, 0.12);
  border-color: rgba(0, 98, 113, 0.22);
}
.industries-head-line {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 180px;
  height: 4px;
  margin-top: 20px;
  border-radius: 4px;
  background: linear-gradient(90deg, #22d3ee, var(--signal), var(--gold-bright), #14b8a6);
  box-shadow: 0 2px 12px rgba(37, 99, 235, 0.2);
}
.industry-grid {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
  border-radius: 26px;
  color: var(--ink);
  background:
    radial-gradient(circle at 100% 0%, rgba(0, 191, 178, 0.1), transparent 38%),
    radial-gradient(circle at 0% 100%, rgba(37, 99, 235, 0.08), transparent 40%),
    linear-gradient(165deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 251, 250, 0.96) 100%);
  border: 1px solid rgba(13, 47, 54, 0.1);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 22px 52px rgba(7, 24, 32, 0.08);
  backdrop-filter: blur(10px);
}
.industry-card {
  --ind-a: #1d4ed8;
  --ind-b: #2563eb;
  --ind-c: #93c5fd;
  --ind-wash: rgba(37, 99, 235, 0.08);
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 15px;
  align-items: center;
  padding: 14px 14px 14px 12px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(13, 47, 54, 0.08);
  border-left: 3px solid var(--ind-b);
  overflow: visible;
  cursor: default;
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease;
}
.industry-card:last-child {
  border-bottom: 1px solid rgba(13, 47, 54, 0.08);
}
.industry-card:hover {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--ind-b) 45%, rgba(13, 47, 54, 0.08));
  border-left-color: var(--ind-a);
  background: linear-gradient(90deg, var(--ind-wash), #fff 42%);
  box-shadow:
    0 4px 12px color-mix(in srgb, var(--ind-a) 10%, transparent),
    0 14px 32px color-mix(in srgb, var(--ind-a) 16%, transparent);
}
.industry-card[data-theme="healthcare"] {
  --ind-a: #0e7490;
  --ind-b: #22d3ee;
  --ind-c: #0e7490;
  --ind-wash: rgba(34, 211, 238, 0.14);
}
.industry-card[data-theme="enterprise"] {
  --ind-a: #1d4ed8;
  --ind-b: #2563eb;
  --ind-c: #1d4ed8;
  --ind-wash: rgba(37, 99, 235, 0.1);
}
.industry-card[data-theme="networking"] {
  --ind-a: #1e3a5f;
  --ind-b: #3b82f6;
  --ind-c: #1e3a5f;
  --ind-wash: rgba(59, 130, 246, 0.1);
}
.industry-card[data-theme="security"] {
  --ind-a: #0f766e;
  --ind-b: #14b8a6;
  --ind-c: #0f766e;
  --ind-wash: rgba(20, 184, 166, 0.12);
}
.industry-card[data-theme="ai"] {
  --ind-a: #8a6d2f;
  --ind-b: #c9a227;
  --ind-c: #8a6d2f;
  --ind-wash: rgba(201, 162, 39, 0.12);
}
.industry-card[data-theme="global"] {
  --ind-a: #006271;
  --ind-b: #00bfb2;
  --ind-c: #006271;
  --ind-wash: rgba(0, 191, 178, 0.12);
}
.industry-card-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, var(--ind-a), var(--ind-b));
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 6px 16px color-mix(in srgb, var(--ind-a) 24%, transparent);
  transition: transform 0.22s ease;
}
.industry-card:hover .industry-card-icon {
  transform: rotate(-6deg) scale(1.05);
}
.industry-card-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #fff;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.industry-card-copy {
  min-width: 0;
}
.industry-card-kicker {
  display: block;
  margin-bottom: 3px;
  font-family: var(--font-mono);
  font-size: 0.56rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ind-c);
}
.industry-card h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin: 0 0 4px;
  color: var(--ink);
}
.industry-card p {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.4;
  color: var(--text-1);
}
.industry-card-arrow {
  font-size: 1rem;
  color: rgba(13, 47, 54, 0.22);
  transition: color 0.2s ease, transform 0.2s ease;
}
.industry-card:hover .industry-card-arrow {
  color: var(--ind-a);
  transform: translate(3px, 0);
}
@media (max-width: 900px) {
  .industries-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .industries-head {
    position: static;
    max-width: 42rem;
  }
  .industries-head .section-title { max-width: 16ch; }
}
@media (max-width: 560px) {
  .industry-grid {
    padding: 10px;
    border-radius: 20px;
  }
  .industry-card {
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 10px;
    padding: 12px 12px 12px 10px;
  }
  .industry-card-icon { width: 36px; height: 36px; }
  .industry-card-icon svg { width: 15px; height: 15px; }
  .industry-card-arrow { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .industry-card:hover { transform: none; }
  .industry-card:hover .industry-card-icon { transform: none; }
  .industry-card:hover .industry-card-arrow { transform: none; }
}

#roadmap {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 45% 35% at 12% 0%, rgba(37, 99, 235, 0.06), transparent 58%),
    radial-gradient(ellipse 40% 35% at 88% 100%, rgba(0, 191, 178, 0.08), transparent 55%),
    linear-gradient(180deg, #f5f9f9 0%, #eef4f4 48%, #f8fbfb 100%);
  padding: 80px 0;
}
@media (max-width: 820px) { #roadmap { padding: 64px 0; } }
.roadmap-ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.35), transparent 42%),
    radial-gradient(ellipse 55% 40% at 50% 50%, rgba(200, 169, 106, 0.05), transparent 70%);
}
.roadmap-head {
  position: relative;
  z-index: 1;
  max-width: 42rem;
}
.roadmap-track {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: 10px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  border-radius: 24px;
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.92), rgba(247, 251, 250, 0.88));
  border: 1px solid rgba(13, 47, 54, 0.1);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.95) inset,
    0 22px 56px rgba(7, 24, 32, 0.08);
  backdrop-filter: blur(10px);
}
.roadmap-item {
  --phase-a: #1d4ed8;
  --phase-b: #2563eb;
  --phase-c: #93c5fd;
  --phase-wash: rgba(37, 99, 235, 0.1);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  min-height: 100%;
  padding: 16px 15px 15px;
  border-radius: 16px;
  background: linear-gradient(165deg, #ffffff 0%, #f8fbfb 100%);
  border: 1px solid rgba(13, 47, 54, 0.08);
  overflow: hidden;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}
.roadmap-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--phase-a), var(--phase-b) 55%, var(--phase-c));
}
.roadmap-item::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  right: -40px;
  top: -50px;
  background: radial-gradient(circle, var(--phase-wash), transparent 68%);
  pointer-events: none;
}
.roadmap-item:hover {
  transform: translateY(-4px);
  border-color: rgba(13, 47, 54, 0.14);
  box-shadow: 0 14px 32px rgba(7, 24, 32, 0.1);
}
.roadmap-item[data-phase="now"] {
  --phase-a: #1d4ed8;
  --phase-b: #2563eb;
  --phase-c: #93c5fd;
  --phase-wash: rgba(37, 99, 235, 0.14);
  border-color: rgba(37, 99, 235, 0.18);
}
.roadmap-item[data-phase="next"] {
  --phase-a: #006271;
  --phase-b: #00bfb2;
  --phase-c: #7ee8df;
  --phase-wash: rgba(0, 98, 113, 0.14);
  border-color: rgba(0, 98, 113, 0.16);
}
.roadmap-item[data-phase="later"] {
  --phase-a: #8a6d2f;
  --phase-b: #c9a227;
  --phase-c: #e8d5a3;
  --phase-wash: rgba(201, 162, 39, 0.16);
  border-color: rgba(138, 109, 47, 0.18);
}
.roadmap-item[data-phase="ongoing"] {
  --phase-a: #0f766e;
  --phase-b: #14b8a6;
  --phase-c: #99f6e4;
  --phase-wash: rgba(20, 184, 166, 0.14);
  border-color: rgba(15, 118, 110, 0.16);
}
.roadmap-phase {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  font-family: var(--font-mono);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--phase-a);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(13, 47, 54, 0.1);
  border-radius: 999px;
  padding: 4px 9px;
  margin-bottom: 12px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
}
.roadmap-item[data-phase="now"] .roadmap-phase {
  color: #fff;
  background: linear-gradient(120deg, var(--phase-a), var(--phase-b));
  border-color: transparent;
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.28);
}
.roadmap-item h3 {
  position: relative;
  z-index: 1;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
  margin: 0 0 8px;
  color: var(--ink);
}
.roadmap-item p {
  position: relative;
  z-index: 1;
  margin: 0;
  flex: 1;
  font-size: 0.84rem;
  line-height: 1.45;
  color: var(--text-1);
}
@media (max-width: 960px) {
  .roadmap-track { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .roadmap-track {
    grid-template-columns: 1fr;
    padding: 8px;
    border-radius: 20px;
  }
  .roadmap-item { padding: 14px 14px 13px; }
}
@media (prefers-reduced-motion: reduce) {
  .roadmap-item:hover { transform: none; }
}

#developer {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 50% 40% at 0% 0%, rgba(37, 99, 235, 0.08), transparent 55%),
    radial-gradient(ellipse 45% 40% at 100% 20%, rgba(0, 191, 178, 0.1), transparent 55%),
    linear-gradient(180deg, #e8f2f2 0%, #f7fbfb 42%, #ffffff 100%);
  padding: 96px 0;
}
@media (max-width: 820px) { #developer { padding: 68px 0; } }
.developer-ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(13, 47, 54, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 47, 54, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, #000 10%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, #000 10%, transparent 75%);
}
#developer .wrap { position: relative; z-index: 1; }
#developer .eyebrow--long {
  max-width: 42ch;
  line-height: 1.45;
  letter-spacing: 0.08em;
}
.developer-head .section-title {
  font-family: var(--font-brand);
  font-weight: 600;
  letter-spacing: 0.02em;
}
.works-with {
  margin: 0 0 36px;
  padding: 22px 24px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--border);
}
.works-with-label {
  margin: 0 0 16px;
  font-family: var(--font-brand);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--indigo);
}
.works-with-logos {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.works-with-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(13, 47, 54, 0.1);
  box-shadow: 0 4px 14px rgba(7, 24, 32, 0.04);
}
.works-with-icon,
.developer-card-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  display: block;
  background-color: var(--logo-color, var(--ink));
  -webkit-mask-image: var(--logo-mask);
  mask-image: var(--logo-mask);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.works-with-name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.88rem;
  color: var(--ink);
  letter-spacing: -0.01em;
}

.developer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 28px;
}
.developer-card {
  --cap-a: #1d4ed8;
  --cap-b: #2563eb;
  --cap-wash: rgba(37, 99, 235, 0.08);
  position: relative;
  overflow: hidden;
  padding: 0;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(13, 47, 54, 0.1);
  box-shadow: 0 8px 24px rgba(7, 24, 32, 0.05);
  cursor: default;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}
.developer-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--cap-a), var(--cap-b));
  opacity: 0.85;
}
.developer-card:hover {
  border-color: rgba(37, 99, 235, 0.35);
  box-shadow: 0 18px 44px rgba(37, 99, 235, 0.14);
  transform: translateY(-4px);
}
.developer-card[data-theme="accent"] {
  --cap-a: #1d4ed8;
  --cap-b: #2563eb;
  --cap-wash: rgba(37, 99, 235, 0.08);
}
.developer-card[data-theme="security"] {
  --cap-a: #0f766e;
  --cap-b: #14b8a6;
  --cap-wash: rgba(15, 118, 110, 0.1);
}
.developer-card[data-theme="security"]:hover {
  border-color: rgba(15, 118, 110, 0.4);
  box-shadow: 0 18px 44px rgba(15, 118, 110, 0.14);
}
.developer-card-top {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 22px 22px 12px;
  background: linear-gradient(180deg, var(--cap-wash), transparent 80%);
}
.developer-card-mark {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: linear-gradient(145deg, var(--cap-a), var(--cap-b));
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 6px 14px rgba(7, 24, 32, 0.12);
  transition: transform 0.22s ease;
}
.developer-card:hover .developer-card-mark {
  transform: rotate(5deg);
}
.developer-card-mark svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: #fff;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.developer-card-heading {
  min-width: 0;
  flex: 1;
}
.developer-card h3 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1rem;
  margin: 0 0 6px;
  color: var(--ink);
  letter-spacing: -0.015em;
  line-height: 1.25;
}
.developer-card-blurb {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--text-1);
  max-width: 34ch;
}
.developer-card-tags {
  list-style: none;
  margin: 0;
  padding: 8px 20px 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.developer-card-tags li {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}
.developer-chip {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 26px;
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--cap-a);
  background: rgba(37, 99, 235, 0.08);
  border: 1px solid rgba(37, 99, 235, 0.16);
  border-radius: 999px;
  padding: 5px 10px;
  line-height: 1.3;
  text-decoration: none;
  cursor: default;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}
.developer-card[data-theme="security"] .developer-chip {
  color: #0f766e;
  background: rgba(20, 184, 166, 0.1);
  border-color: rgba(15, 118, 110, 0.2);
}
.developer-chip-action {
  display: none;
  white-space: nowrap;
}
.developer-chip-status {
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--signal-deep);
  background: var(--signal-soft);
  border: 1px solid rgba(37, 99, 235, 0.22);
  border-radius: 999px;
  padding: 2px 6px;
}
.developer-chip:hover,
.developer-chip:focus-visible {
  color: #fff;
  background: linear-gradient(120deg, var(--cap-a), var(--cap-b));
  border-color: transparent;
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.22);
  text-decoration: none;
}
.developer-card[data-theme="security"] .developer-chip:hover,
.developer-card[data-theme="security"] .developer-chip:focus-visible {
  box-shadow: 0 8px 18px rgba(15, 118, 110, 0.22);
}
.developer-chip:hover .developer-chip-label,
.developer-chip:focus-visible .developer-chip-label,
.developer-chip:hover .developer-chip-status,
.developer-chip:focus-visible .developer-chip-status {
  display: none;
}
.developer-chip:hover .developer-chip-action,
.developer-chip:focus-visible .developer-chip-action {
  display: inline;
}
.developer-chip:focus-visible {
  outline: 2px solid var(--signal);
  outline-offset: 2px;
}
.developer-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--signal);
  transition: gap 0.2s ease, color 0.2s ease;
}
.developer-cta:hover {
  color: var(--signal-deep);
  gap: 12px;
  text-decoration: none;
}
.developer-cta:focus-visible {
  outline: 2px solid var(--signal);
  outline-offset: 3px;
}
@media (max-width: 960px) {
  .developer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .developer-grid { grid-template-columns: 1fr; }
  .works-with { padding: 18px 16px; }
  .works-with-item { flex: 1 1 calc(50% - 12px); }
}
@media (prefers-reduced-motion: reduce) {
  .industry-card:hover,
  .developer-card:hover { transform: none; }
  .developer-card:hover .developer-card-mark { transform: none; }
  .developer-cta:hover { gap: 8px; }
}
