.cv-landing-page--v2-home,
.cv-landing-home-v2-chrome {
  --hue: 215;
  --noise-a: 0.05;
  --edge-glow: 0.7;
  --bg-0: oklch(0.16 0.012 250);
  --bg-1: oklch(0.13 0.014 250);
  --bg-2: oklch(0.10 0.012 250);
  --ink-0: oklch(0.97 0.005 250);
  --ink-1: oklch(0.82 0.012 250);
  --ink-2: oklch(0.62 0.012 250);
  --ink-3: oklch(0.42 0.012 250);
  --ink-4: oklch(0.32 0.010 250);
  --line-0: oklch(0.32 0.012 250 / 0.6);
  --line-1: oklch(0.30 0.012 250 / 0.32);
  --line-2: oklch(0.28 0.012 250 / 0.18);
  --accent: oklch(0.84 0.13 var(--hue));
  --accent-soft: oklch(0.78 0.10 calc(var(--hue) + 30));
  --accent-deep: oklch(0.55 0.14 var(--hue));
  --accent-dim: oklch(0.42 0.08 var(--hue));
  --glow: oklch(0.84 0.13 var(--hue) / calc(0.35 * var(--edge-glow)));
  --glow-strong: oklch(0.84 0.15 var(--hue) / calc(0.6 * var(--edge-glow)));
  color: var(--ink-0);
  font-family: "Inter Tight", Inter, system-ui, sans-serif;
  line-height: normal;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

.cv-landing-page--v2-home {
  background: var(--bg-2);
}

.cv-landing-page--v2-home .mono,
.cv-landing-home-v2-chrome .mono {
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

/* Desktop v2 chrome markers and route-transition compatibility. */
.cv-landing-home-v2-chrome { position: relative; z-index: 20; }
.cv-landing-home-v2-chrome .home-v2-lang-switch {
  display: inline-flex; align-items: center; justify-content: center;
  width: 30px; height: 30px; border: 1px solid var(--line-1); border-radius: 999px;
  color: var(--ink-1); text-decoration: none; font: 600 10px / 1 "JetBrains Mono", ui-monospace, monospace;
  background: oklch(0.10 0.012 250 / 0.5);
}
.cv-landing-home-v2-chrome .home-v2-lang-switch:hover { color: var(--ink-0); border-color: var(--accent-dim); }


.cv-landing-page--v2-home *, .cv-landing-home-v2-chrome * { box-sizing: border-box; }
:where(
  .cv-ft-col-title,
  .cv-ft-legal-copy,
  .cv-ft-legal-link,
  .cv-ft-tagline,
  .cv-ft-meta,
  .eyebrow,
  .stage-label,
  .edge-label,
  .panel-section-label,
  .ts-eyebrow,
  .wte-eyebrow,
  .wci-eyebrow,
  .hiw-eyebrow,
  .den-eyebrow,
  .ap-eyebrow,
  .wf-eyebrow,
  .pa-eyebrow,
  .pa-avail-eyebrow,
  .pa-avail-section-eyebrow,
  .pa-card-ledger,
  .pa-card-chip,
  .pa-tier-price-suffix,
  .pa-card-note,
  .pa-included-label,
  .pa-baseline-label,
  .pa-baseline-token,
  .pricing_included,
  .wci-pw-totp-label,
  .ap-core-services-label,
  .ap-core-name,
  .ap-transport-name,
  .ap-transport-sub,
  .ap-gateway-sub,
  .hiw-col-label,
  .hiw-tech-title,
  .hiw-note-head,
  .hiw-vault-disc-label,
  .vault-bar-label
) {
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
}
.cv-ft-legal-link { cursor: pointer; }
.topnav {
  display: flex; align-items: center; justify-content: space-between;
  gap: 32px;
  padding: 16px 32px;
  margin: 12px 24px 0;
  border: 1px solid var(--line-2);
  border-radius: 14px;
  background: oklch(0.14 0.012 250 / 0.55);
  backdrop-filter: blur(14px) saturate(120%);
  -webkit-backdrop-filter: blur(14px) saturate(120%);
  position: sticky; top: 12px; z-index: 50;
  box-shadow:
    0 1px 0 oklch(0.97 0.005 250 / 0.04) inset,
    0 8px 24px oklch(0.06 0.012 250 / 0.4);
}
.nav-left { display: flex; align-items: center; gap: 14px; flex: none; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: inherit; }
.brand-mark {
  width: 28px; height: 28px;
  display: grid; place-items: center;
  flex: none;
}
.brand-mark img {
  width: 28px; height: 28px;
  display: block;
  filter: drop-shadow(0 0 10px var(--glow));
}
.brand-name {
  font-weight: 600; letter-spacing: -0.012em; font-size: 15px;
  color: var(--ink-0);
}
.nav-rule {
  width: 1px; height: 16px;
  background: var(--line-1);
  flex: none;
}
.nav-build {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 10.5px; color: var(--ink-2);
  letter-spacing: 0.02em;
  text-transform: lowercase;
  white-space: nowrap;
}
.nav-build-dot {
  width: 5px; height: 5px; border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 8px var(--accent);
  animation: nav-pulse 2.4s ease-in-out infinite;
}
@keyframes nav-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.45; }
}
.nav-links {
  display: flex; gap: 2px;
  font-size: 13px;
  color: var(--ink-1);
  background: oklch(0.10 0.012 250 / 0.55);
  border: 1px solid var(--line-2);
  border-radius: 999px;
  padding: 4px;
}
.nav-links a {
  cursor: pointer;
  padding: 6px 14px;
  border-radius: 999px;
  text-decoration: none;
  color: inherit;
  transition: color .18s ease, background .18s ease;
  white-space: nowrap;
}
.nav-links a:hover {
  color: var(--ink-0);
  background: oklch(0.22 0.012 250 / 0.55);
}
.nav-cta { display: flex; align-items: center; gap: 14px; flex: none; }
.nav-stance {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 5px 11px 5px 9px;
  border: 1px solid var(--line-1);
  border-radius: 999px;
  font-size: 10.5px;
  color: var(--ink-1);
  letter-spacing: 0.02em;
  text-transform: lowercase;
  background: oklch(0.10 0.012 250 / 0.5);
  white-space: nowrap;
  cursor: help;
}
.nav-stance-dot {
  width: 6px; height: 6px; border-radius: 999px;
  background: var(--accent-soft);
  box-shadow: 0 0 7px var(--accent-soft);
  flex: none;
}
.nav-link-icon {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 13px;
  color: var(--ink-1);
  cursor: pointer;
  text-decoration: none;
  transition: color .18s;
  white-space: nowrap;
}
.nav-link-icon:hover { color: var(--ink-0); }
.nav-link-icon svg { opacity: 0.65; transition: transform .18s, opacity .18s; }
.nav-link-icon:hover svg { opacity: 1; transform: translate(1px, -1px); }
.nav-btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--ink-0); color: var(--bg-0); border: none;
  padding: 7px 14px; border-radius: 9px;
  font-size: 13px; font-weight: 600;
  cursor: pointer; font-family: inherit; letter-spacing: -0.005em;
  transition: background .18s, transform .18s;
  min-width: 110px;
  justify-content: center;
  color: var(--bg-0) !important;
}
.nav-btn:hover { background: oklch(0.92 0.01 250); }
.nav-btn:active { transform: translateY(1px); }
.nav-btn svg { stroke-width: 1.6; }
@media (max-width: 1240px) {
  .nav-build, .nav-rule, .nav-stance { display: none; }
}
@media (max-width: 1100px) {
  .nav-links { display: none; }
}
@media (max-width: 1100px) {
  .topnav { padding: 14px 20px; margin: 12px 16px 0; }
}
@media (max-width: 1100px) {
  .nav-link-icon span:not(.sr-only) { display: none; }
}
@media (max-width: 1100px) {
  .nav-link-icon { padding: 6px; }
}


.cv-landing-page--v2-home *, .cv-landing-home-v2-chrome * { box-sizing: border-box; }

.cv-footer {
  position: relative;
  isolation: isolate;
  padding: 96px 56px 36px;
  border-top: 1px solid oklch(0.30 0.012 250 / 0.45);
  background:
    linear-gradient(180deg, var(--bg-1, #0a0c10) 0%, oklch(0.09 0.013 250) 100%);
  color: oklch(0.78 0.012 250);
  font-family: "Inter Tight", system-ui, sans-serif;

  --ft-text:       oklch(0.97 0.01 250);
  --ft-soft:       oklch(0.78 0.012 250);
  --ft-mute:       oklch(0.58 0.012 250);
  --ft-faint:      oklch(0.46 0.012 250);
  --ft-line:       oklch(0.30 0.012 250 / 0.45);
  --ft-line-dim:   oklch(0.26 0.012 250 / 0.30);
  --ft-cyan:       oklch(0.84 0.13 215);
  --ft-cyan-soft:  oklch(0.62 0.10 215);
  --ft-cyan-glow:  oklch(0.62 0.16 215 / 0.30);
}

.cv-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.cv-ft-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding-bottom: 36px;
  border-bottom: 1px solid var(--ft-line);
}

.cv-ft-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.cv-ft-mark {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.cv-ft-mark img {
  width: 32px;
  height: 32px;
  display: block;
  filter: drop-shadow(0 0 10px oklch(0.78 0.13 215 / 0.30));
}

.cv-ft-brand-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.cv-ft-name {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.005em;
  color: var(--ft-text);
}

.cv-ft-tag {
  font-size: 13.5px;
  color: var(--ft-mute);
  letter-spacing: 0.005em;
}

.cv-ft-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 40px;
  padding: 0 18px;
  border-radius: 10px;
  border: 1px solid oklch(0.45 0.08 215 / 0.55);
  background: oklch(0.18 0.04 215 / 0.35);
  color: var(--ft-text);
  font-family: inherit;
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: 0.005em;
  cursor: pointer;
  text-decoration: none;
  transition: background 180ms ease, border-color 180ms ease, transform 160ms ease;
  flex: 0 0 auto;
}

.cv-ft-cta-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--ft-cyan);
  box-shadow: 0 0 8px var(--ft-cyan-glow);
}

.cv-ft-cta-arrow {
  transition: transform 180ms ease;
  color: var(--ft-cyan);
}

.cv-ft-cta:hover {
  border-color: oklch(0.60 0.10 215 / 0.75);
  background: oklch(0.22 0.05 215 / 0.50);
}

.cv-ft-cta:hover .cv-ft-cta-arrow { transform: translateX(3px); }

.cv-ft-cols {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 56px;
  padding: 56px 0 64px;
}

.cv-ft-col {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
}

.cv-ft-col-title {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ft-faint);
  margin-bottom: 4px;
}

.cv-ft-link {
  font-size: 14px;
  line-height: 1.4;
  color: var(--ft-soft);
  text-decoration: none;
  width: fit-content;
  transition: color 140ms ease;
  cursor: pointer;
}

.cv-ft-link:hover { color: var(--ft-text); }

.cv-ft-legal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--ft-line);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 11.5px;
  letter-spacing: 0.04em;
  color: var(--ft-faint);
  flex-wrap: wrap;
}

.cv-ft-legal-list {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.cv-ft-legal-link {
  color: var(--ft-mute);
  text-decoration: none;
  transition: color 140ms ease;
  cursor: pointer;
}

.cv-ft-legal-link:hover { color: var(--ft-text); }

.cv-ft-legal-sep {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: oklch(0.40 0.012 250 / 0.7);
  display: inline-block;
}

@media (max-width: 1000px) {
  .cv-footer { padding: 72px 32px 28px; }
}

@media (max-width: 1000px) {
  .cv-ft-cols { grid-template-columns: repeat(2, 1fr); gap: 40px; padding: 44px 0 48px; }
}

@media (max-width: 600px) {
  .cv-footer { padding: 56px 22px 24px; }
}

@media (max-width: 600px) {
  .cv-ft-top { flex-direction: column; align-items: flex-start; gap: 20px; padding-bottom: 28px; }
}

@media (max-width: 600px) {
  .cv-ft-cols { grid-template-columns: 1fr 1fr; gap: 32px; padding: 36px 0 40px; }
}

@media (max-width: 600px) {
  .cv-ft-legal { flex-direction: column; align-items: flex-start; gap: 14px; }
}

.cv-landing-page--v2-home a,
.cv-landing-home-v2-chrome a { color: inherit; }

.cv-landing-page--v2-home .cta-primary,
.cv-landing-page--v2-home .cta-secondary,
.cv-landing-home-v2-chrome .nav-btn { text-decoration: none; }
