﻿:root {
  color-scheme: dark;
  --bg: #05080f;
  --bg-2: #0a111f;
  --surface: rgba(28, 40, 58, 0.95);
  --surface-2: rgba(36, 52, 78, 0.96);
  --ink: #fbfdff;
  --muted: #b7c3d1;
  --accent-1: #4fffd9;
  --accent-2: #8cfbff;
  --accent-3: #c7ff8a;
  --accent-4: #ff9ae5;
  --accent-5: #8ea0ff;
  --stroke: rgba(255, 255, 255, 0.18);
  --glow: rgba(124, 247, 255, 0.28);
  --glow-2: rgba(255, 154, 229, 0.22);
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  --iridescent: conic-gradient(from 180deg at 50% 50%, #4fffd9, #8cfbff, #8ea0ff, #ff9ae5, #c7ff8a, #4fffd9);
  --iridescent-soft: linear-gradient(140deg, rgba(79, 255, 217, 0.25), rgba(142, 160, 255, 0.18), rgba(255, 154, 229, 0.22));
  --iridescent-sheen: linear-gradient(120deg, rgba(140, 251, 255, 0.35), rgba(255, 154, 229, 0.28), rgba(199, 255, 138, 0.28));
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Manrope", system-ui, sans-serif;
  background: radial-gradient(circle at 15% 10%, rgba(140, 251, 255, 0.12), transparent 35%),
    radial-gradient(circle at 85% 20%, rgba(255, 154, 229, 0.14), transparent 35%),
    radial-gradient(circle at 60% 85%, rgba(79, 255, 217, 0.12), transparent 45%),
    radial-gradient(circle at 20% 70%, rgba(199, 255, 138, 0.1), transparent 40%),
    linear-gradient(160deg, var(--bg), var(--bg-2));
  color: var(--ink);
  min-height: 100vh;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}


.bg-grid {
  position: absolute;
  inset: -20% 0 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.9) 0%, transparent 60%);
  opacity: 0.6;
}

.bg-glow {
  position: absolute;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.55;
}

.bg-glow-a {
  background: radial-gradient(circle, var(--accent-1), transparent 65%);
  top: -120px;
  left: -120px;
}

.bg-glow-b {
  background: radial-gradient(circle, var(--accent-2), transparent 65%);
  right: -160px;
  top: 120px;
}

.bg-glow-c {
  background: radial-gradient(circle, var(--accent-4), transparent 65%);
  bottom: -120px;
  left: 30%;
}

.bg-orbit {
  position: absolute;
  inset: 20% -10%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.06);
  filter: blur(0.5px);
  animation: none;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 20px;
  padding: 18px 6vw;
  backdrop-filter: blur(14px);
  background: linear-gradient(180deg, rgba(6, 10, 20, 0.95), rgba(6, 10, 20, 0.5));
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.nav.scrolled {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Syne", sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
}

.brand-logo {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  padding: 0;
  background: var(--iridescent);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 32px rgba(124, 247, 255, 0.55);
  animation: iridescentShift 7s linear infinite;
  mask-image: url("logos/sqwd-squid-only.png");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("logos/sqwd-squid-only.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

.brand-name {
  text-transform: lowercase;
}

.nav-links {
  display: flex;
  flex: 1 1 520px;
  min-width: 0;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 28px;
  font-size: 14px;
  color: var(--muted);
}

.nav-links a,
.nav-actions .btn {
  white-space: nowrap;
}

.nav-links a:hover {
  color: var(--ink);
}

.nav-menu-toggle {
  display: none;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(11, 18, 34, 0.92);
  color: var(--ink);
  padding: 10px 14px;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}

.nav-menu-toggle:hover {
  border-color: rgba(124, 247, 255, 0.45);
}

.nav-menu-toggle-icon {
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 -5px 0 currentColor, 0 5px 0 currentColor;
}

.nav-menu-toggle[aria-expanded="true"] .nav-menu-toggle-icon {
  box-shadow: 0 0 0 currentColor, 0 0 0 currentColor;
}

.nav-flyout {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 14px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 13, 26, 0.96);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.35);
}

.nav-flyout[hidden] {
  display: none;
}

.nav-flyout a {
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--ink);
}

.nav-flyout a:hover {
  background: rgba(124, 247, 255, 0.08);
  color: var(--accent-2);
}

.nav-actions {
  display: flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.nav-actions .btn-primary {
  padding: 10px 18px;
  box-shadow: 0 12px 26px rgba(124, 247, 255, 0.3);
}

.nav-actions .btn-primary:hover {
  box-shadow: 0 16px 32px rgba(124, 247, 255, 0.4);
}

.btn {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  border-radius: 999px;
  padding: 12px 22px;
  border: 1px solid transparent;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
}

.btn-primary {
  background: linear-gradient(120deg, var(--accent-1), var(--accent-2), var(--accent-4), var(--accent-3));
  color: #041012;
  box-shadow: 0 16px 34px rgba(124, 247, 255, 0.35);
}

.btn-primary:hover {
  transform: translateY(-2px) scale(1.01);
  box-shadow: 0 20px 44px rgba(255, 154, 229, 0.4);
}

.btn-outline {
  border-color: rgba(255, 255, 255, 0.2);
  color: var(--ink);
  background: transparent;
}

.btn-outline:hover {
  border-color: rgba(124, 247, 255, 0.7);
  color: var(--accent-2);
}

.btn-ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.1);
  color: var(--muted);
}

.btn-ghost:hover {
  border-color: rgba(255, 255, 255, 0.3);
  color: var(--ink);
}

main {
  padding: 60px 8vw 120px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: clamp(32px, 4vw, 64px);
  align-items: start;
  padding: 24px 0 56px;
  position: relative;
  overflow: hidden;
}

.hero-content {
  max-width: 680px;
  padding-top: 44px;
}

.eyebrow {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent-2);
  margin-bottom: 12px;
}

.hero h1 {
  font-family: "Syne", sans-serif;
  font-size: clamp(2.7rem, 4.4vw, 4.8rem);
  line-height: 1;
  max-width: 12.8ch;
  margin-bottom: 22px;
}

.hero-tension {
  display: grid;
  gap: 0.18em;
  max-width: 28ch;
  margin: 0 0 18px;
  font-size: clamp(1.2rem, 1.9vw, 1.6rem);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--ink);
}

.hero-tension-line {
  display: block;
}

.hero-tension-line-accent {
  color: var(--accent-4);
}

.accent {
  background: linear-gradient(120deg, var(--accent-1), var(--accent-4));
  -webkit-background-clip: text;
  color: transparent;
}

.lead {
  font-size: clamp(1.05rem, 1.45vw, 1.28rem);
  color: var(--muted);
  max-width: 620px;
  margin-bottom: 30px;
  line-height: 1.48;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 30px;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  color: var(--muted);
}

.hero-metrics > div {
  padding: 18px 18px 20px;
  border-radius: 20px;
  background: linear-gradient(160deg, rgba(12, 18, 32, 0.76), rgba(8, 12, 22, 0.48));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(10px);
}

.hero-metrics h3 {
  font-size: 20px;
  color: var(--ink);
  margin-bottom: 8px;
}

.hero-metrics p {
  font-size: 14px;
  line-height: 1.45;
}

.hero-visual {
  position: relative;
  min-height: 0;
  display: flex;
  align-items: flex-start;
}

.hero-stage {
  position: relative;
  width: 100%;
  min-height: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding-top: 22px;
}

.hero-stage::before {
  content: "";
  position: absolute;
  inset: 0 0 4% 8%;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: radial-gradient(circle at 20% 18%, rgba(79, 255, 217, 0.12), transparent 36%),
    radial-gradient(circle at 82% 24%, rgba(255, 154, 229, 0.14), transparent 38%),
    linear-gradient(160deg, rgba(10, 16, 28, 0.68), rgba(7, 12, 22, 0.22));
  pointer-events: none;
}

.hero-stage::after {
  content: "";
  position: absolute;
  inset: 5% 10% 10%;
  border-radius: 32px;
  background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: 0.22;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent);
  pointer-events: none;
}

.hero-stage-ring {
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(124, 247, 255, 0.14);
  pointer-events: none;
}

.hero-stage-ring-a {
  inset: 4% 20% 20% 0;
}

.hero-stage-ring-b {
  inset: 18% 0 6% 28%;
  border-color: rgba(255, 154, 229, 0.14);
}

.hero-card {
  background: linear-gradient(160deg, rgba(18, 28, 48, 0.96), rgba(8, 12, 26, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 32px;
  padding: 28px 32px;
  box-shadow: 0 36px 90px rgba(2, 6, 16, 0.7);
  display: grid;
  gap: 22px;
  max-width: 520px;
  position: relative;
  overflow: hidden;
}

.hero-thread-card {
  width: 100%;
  max-width: 700px;
  gap: 20px;
  padding: 24px;
  z-index: 2;
  backdrop-filter: blur(18px);
}

.hero-thread-compact {
  box-shadow: 0 34px 90px rgba(4, 8, 18, 0.62);
}

.thread-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.thread-title-block {
  max-width: 460px;
}

.thread-title-block h4 {
  font-family: "Syne", sans-serif;
  font-size: clamp(1.55rem, 2vw, 2.1rem);
  line-height: 1.08;
}

.thread-subtitle {
  color: rgba(230, 238, 250, 0.72);
  font-size: 13px;
  line-height: 1.4;
  margin-top: 10px;
}

.thread-header-right {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}

.thread-header-right .hero-card-chip {
  margin-left: 0;
}

.status-pill-danger {
  background: rgba(255, 154, 229, 0.16);
  border-color: rgba(255, 154, 229, 0.4);
  color: rgba(255, 226, 246, 0.92);
}

.thread-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr) minmax(0, 0.9fr);
  gap: 16px;
}

.thread-signal-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.thread-signal-pill {
  padding: 13px 15px;
  border-radius: 18px;
  background: rgba(10, 15, 28, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.thread-signal-pill strong {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  color: var(--accent-2);
}

.thread-signal-pill span {
  color: rgba(236, 244, 255, 0.9);
  font-size: 14px;
  line-height: 1.35;
}

.thread-core {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  gap: 14px;
}

.thread-risk-panel,
.thread-action-panel {
  padding: 18px;
  border-radius: 22px;
  background: rgba(8, 12, 24, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.thread-risk-panel strong,
.thread-action-panel h5 {
  display: block;
  margin: 8px 0 10px;
  font-family: "Syne", sans-serif;
  line-height: 1.08;
}

.thread-risk-panel strong {
  font-size: clamp(1.55rem, 2vw, 2rem);
}

.thread-action-panel h5 {
  font-size: clamp(1.35rem, 1.8vw, 1.75rem);
}

.thread-risk-panel p,
.thread-action-panel p {
  color: rgba(230, 238, 250, 0.74);
  font-size: 15px;
  line-height: 1.5;
}

.thread-timeline-compact {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.thread-timeline-row {
  display: grid;
  grid-template-columns: 12px minmax(0, 1fr);
  gap: 10px;
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.thread-timeline-row span {
  width: 10px;
  height: 10px;
  margin-top: 6px;
  border-radius: 999px;
  background: rgba(140, 251, 255, 0.88);
  box-shadow: 0 0 14px rgba(140, 251, 255, 0.42);
}

.thread-timeline-row p {
  color: rgba(236, 244, 255, 0.78);
  font-size: 14px;
  line-height: 1.45;
}

.thread-action-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.thread-action-row {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.thread-action-row:first-child {
  border-top: 0;
  padding-top: 0;
}

.thread-action-row p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}

.thread-proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.thread-proof-stat {
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(10, 16, 28, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.thread-proof-stat small {
  display: block;
  margin-bottom: 8px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--accent-2);
}

.thread-proof-stat strong {
  display: block;
  font-size: 26px;
  line-height: 1.1;
}

.thread-proof-stat-wide strong {
  font-size: 18px;
  line-height: 1.3;
}

.thread-column {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  padding: 18px;
  background: rgba(7, 11, 22, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.thread-column::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(79, 255, 217, 0.08), rgba(140, 251, 255, 0.36), rgba(255, 154, 229, 0.08));
}

.thread-label {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  color: var(--accent-2);
}

.signal-lane {
  display: grid;
  gap: 12px;
}

.signal-card {
  padding: 14px;
  border-radius: 18px;
  background: rgba(18, 26, 42, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.signal-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
}

.signal-card p {
  color: var(--ink);
  font-size: 14px;
  line-height: 1.35;
}

.signal-card small {
  display: block;
  margin-top: 8px;
  color: rgba(230, 238, 250, 0.58);
  font-size: 12px;
}

.signal-card-support {
  border-color: rgba(255, 154, 229, 0.24);
}

.signal-card-usage {
  border-color: rgba(79, 255, 217, 0.24);
}

.signal-card-email {
  border-color: rgba(199, 255, 138, 0.24);
}

.thread-lane {
  display: grid;
  gap: 12px;
}

.thread-event {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  gap: 12px;
}

.thread-node {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  margin-top: 7px;
  background: rgba(140, 251, 255, 0.82);
  box-shadow: 0 0 16px rgba(140, 251, 255, 0.45);
}

.thread-event-body {
  padding: 14px 15px;
  border-radius: 18px;
  background: rgba(18, 26, 42, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.thread-event-body strong {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
}

.thread-event-body p {
  color: rgba(230, 238, 250, 0.72);
  font-size: 14px;
  line-height: 1.4;
}

.thread-event-focus .thread-node {
  background: var(--accent-3);
  box-shadow: 0 0 20px rgba(199, 255, 138, 0.5);
}

.thread-event-focus .thread-event-body {
  background: linear-gradient(155deg, rgba(16, 24, 40, 0.92), rgba(16, 28, 48, 0.8));
  border-color: rgba(140, 251, 255, 0.28);
  box-shadow: 0 18px 40px rgba(7, 12, 22, 0.35);
}

.thread-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.thread-tags span {
  padding: 5px 9px;
  border-radius: 999px;
  font-size: 11px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(236, 244, 255, 0.82);
}

.action-lane {
  display: grid;
  gap: 14px;
}

.action-scorecard {
  padding: 16px;
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(79, 255, 217, 0.15), rgba(142, 160, 255, 0.14), rgba(255, 154, 229, 0.14));
  border: 1px solid rgba(140, 251, 255, 0.26);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.action-scorecard small {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--accent-2);
}

.action-scorecard strong {
  display: block;
  margin: 8px 0 6px;
  font-family: "Syne", sans-serif;
  font-size: 34px;
}

.action-scorecard span {
  color: rgba(236, 244, 255, 0.78);
  font-size: 13px;
}

.action-list {
  display: grid;
  gap: 10px;
}

.action-item {
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(18, 26, 42, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.action-kind {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(124, 247, 255, 0.14);
  border: 1px solid rgba(124, 247, 255, 0.22);
  color: rgba(140, 251, 255, 0.95);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.action-item p {
  margin-top: 10px;
  color: rgba(230, 238, 250, 0.74);
  font-size: 13px;
  line-height: 1.35;
}

.thread-footer {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.thread-footer > div {
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(10, 16, 28, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.thread-footer strong {
  display: block;
  font-size: 22px;
}

.thread-footer small {
  color: rgba(230, 238, 250, 0.58);
}

.hero-card-header {
  display: flex;
  gap: 18px;
  align-items: center;
}

.hero-card-header .brand-name {
  font-size: 20px;
}

.hero-card-subtitle {
  color: rgba(230, 238, 250, 0.75);
  font-size: 14px;
  margin-top: 4px;
}

.hero-card-body {
  display: grid;
  gap: 20px;
}

.hero-card-block h4 {
  font-size: 18px;
  margin: 8px 0 8px;
}

.hero-card-block p {
  color: rgba(230, 238, 250, 0.75);
}

.hero-card-block.primary {
  background: rgba(10, 16, 30, 0.6);
  border-radius: 18px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-card-divider {
  height: 1px;
  background: linear-gradient(90deg, rgba(124, 247, 255, 0.1), rgba(255, 154, 229, 0.2), rgba(199, 255, 138, 0.15));
}

.hero-card-mini {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 6px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-card-mini strong {
  font-size: 20px;
  display: block;
}

.hero-card-mini small {
  color: rgba(230, 238, 250, 0.6);
}

.hero-card-chip {
  margin-left: auto;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  background: rgba(79, 255, 217, 0.18);
  border: 1px solid rgba(79, 255, 217, 0.5);
  color: rgba(140, 251, 255, 0.9);
}

.logo-shift {
  width: 88px;
  aspect-ratio: 1 / 1;
  border-radius: 20px;
  background: var(--iridescent);
  animation: logoGlow 6s ease-in-out infinite, iridescentShift 9s linear infinite;
  box-shadow: 0 0 30px rgba(124, 247, 255, 0.45);
  mask-image: url("logos/sqwd-clear.png");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("logos/sqwd-clear.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

.orbital-caption span {
  font-family: "Syne", sans-serif;
  font-size: 22px;
}

.orbital-caption small {
  display: block;
  color: var(--muted);
}


.section {
  margin-top: 120px;
}

.section.alt {
  position: relative;
  margin: 120px -8vw 0;
  padding: 80px 8vw;
  background: linear-gradient(120deg, rgba(16, 24, 40, 0.92), rgba(8, 14, 26, 0.98));
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.section.alt::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(140, 251, 255, 0.08), transparent 55%),
    radial-gradient(circle at 80% 60%, rgba(255, 154, 229, 0.08), transparent 60%);
  opacity: 0.6;
  pointer-events: none;
}

.section.alt > * {
  position: relative;
  z-index: 1;
}

#problem.section.alt {
  background: linear-gradient(120deg, rgba(10, 22, 40, 0.95), rgba(8, 16, 32, 0.98));
}

#problem.section.alt::after {
  background: radial-gradient(circle at 15% 30%, rgba(140, 251, 255, 0.12), transparent 60%),
    radial-gradient(circle at 85% 10%, rgba(142, 160, 255, 0.12), transparent 55%);
}

#how-it-works.section.alt {
  background: linear-gradient(120deg, rgba(14, 22, 34, 0.96), rgba(8, 12, 24, 0.98));
}

#how-it-works.section.alt::after {
  background: radial-gradient(circle at 20% 50%, rgba(79, 255, 217, 0.12), transparent 60%),
    radial-gradient(circle at 80% 40%, rgba(199, 255, 138, 0.12), transparent 60%);
}

#stack.section.alt {
  background: linear-gradient(120deg, rgba(18, 20, 38, 0.96), rgba(10, 12, 26, 0.98));
}

#stack.section.alt::after {
  background: radial-gradient(circle at 20% 20%, rgba(255, 154, 229, 0.14), transparent 60%),
    radial-gradient(circle at 80% 60%, rgba(140, 251, 255, 0.12), transparent 55%);
}

#pitch-deck.section.alt {
  background: linear-gradient(120deg, rgba(16, 26, 30, 0.96), rgba(8, 18, 22, 0.98));
}

#pitch-deck.section.alt::after {
  background: radial-gradient(circle at 15% 30%, rgba(199, 255, 138, 0.12), transparent 60%),
    radial-gradient(circle at 85% 50%, rgba(255, 154, 229, 0.1), transparent 60%);
}

.section-header {
  max-width: 640px;
  margin-bottom: 40px;
}

.section-header h2 {
  font-family: "Syne", sans-serif;
  font-size: clamp(2rem, 3vw, 2.8rem);
  margin-bottom: 16px;
}

.section-header p {
  color: var(--muted);
}

.diagram-panel {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-top: 28px;
}

.diagram-card {
  background: linear-gradient(160deg, rgba(18, 26, 42, 0.92), rgba(8, 12, 22, 0.95));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  padding: 20px;
  box-shadow: 0 20px 55px rgba(3, 6, 14, 0.6);
}

.diagram-card.focus {
  border-color: rgba(124, 247, 255, 0.35);
  box-shadow: 0 24px 70px rgba(6, 12, 24, 0.7);
}

.diagram-card svg {
  width: 100%;
  height: 180px;
  margin-top: 12px;
}

.diagram-card .node {
  fill: rgba(18, 26, 42, 0.9);
  stroke: rgba(255, 255, 255, 0.12);
}

.diagram-card .node.small {
  fill: rgba(12, 18, 30, 0.95);
}

.diagram-card .line {
  fill: none;
  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 2.5;
}

.diagram-card .line.focus {
  stroke: rgba(124, 247, 255, 0.6);
}

.diagram-card .label {
  fill: rgba(240, 247, 255, 0.8);
  font-size: 16px;
  font-family: "Manrope", sans-serif;
}

.impact-graphic-card {
  margin-top: 28px;
  padding: 18px;
  border-radius: 28px;
  background: linear-gradient(160deg, rgba(15, 24, 40, 0.94), rgba(8, 12, 24, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 28px 80px rgba(3, 6, 14, 0.68);
  overflow: hidden;
}

.impact-graphic-image {
  width: 100%;
  border-radius: 18px;
  display: block;
}

.diagram-kicker {
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--accent-2);
}

.coordination-diagram {
  position: relative;
  margin-top: 28px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.1fr) minmax(0, 0.92fr);
  gap: 18px;
  padding: 24px;
  border-radius: 28px;
  background: linear-gradient(155deg, rgba(14, 22, 38, 0.94), rgba(8, 14, 26, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 28px 80px rgba(3, 6, 14, 0.62);
  overflow: hidden;
}

.coordination-diagram::before {
  content: "";
  position: absolute;
  left: 18%;
  right: 18%;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, rgba(79, 255, 217, 0), rgba(79, 255, 217, 0.4), rgba(255, 154, 229, 0.4), rgba(255, 154, 229, 0));
  opacity: 0.7;
}

.coordination-diagram::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(140, 251, 255, 1), rgba(79, 255, 217, 0.15));
  box-shadow: 0 0 28px rgba(124, 247, 255, 0.65);
}

.coordination-lane,
.coordination-core-panel {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  align-content: start;
}

.coordination-node {
  padding: 16px;
  border-radius: 18px;
  background: rgba(12, 18, 30, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.coordination-node strong {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
  color: rgba(245, 249, 255, 0.95);
}

.coordination-node small {
  display: block;
  color: rgba(230, 238, 250, 0.66);
  font-size: 13px;
  line-height: 1.45;
}

.coordination-lane-outcome .coordination-node {
  border-color: rgba(124, 247, 255, 0.14);
}

.coordination-core-panel {
  align-content: center;
}

.coordination-core-card {
  padding: 26px;
  border-radius: 24px;
  background: linear-gradient(160deg, rgba(20, 28, 48, 0.96), rgba(10, 16, 30, 0.98));
  border: 1px solid rgba(124, 247, 255, 0.18);
  box-shadow: 0 24px 64px rgba(4, 10, 20, 0.55);
}

.coordination-core-card h3 {
  font-family: "Syne", sans-serif;
  font-size: clamp(1.6rem, 2.2vw, 2.2rem);
  line-height: 1.02;
  margin: 10px 0 12px;
}

.coordination-core-card p {
  color: rgba(230, 238, 250, 0.75);
  line-height: 1.5;
}

.coordination-core-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.coordination-core-pills span,
.comparison-outcome-strip span {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(236, 244, 255, 0.84);
  font-size: 12px;
}

.coordination-core-footer {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.coordination-core-footer span {
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(10, 16, 28, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(236, 244, 255, 0.78);
  font-size: 13px;
  text-align: center;
}

.comparison-diagram {
  margin-top: 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px;
}

.comparison-panel {
  padding: 24px;
  border-radius: 26px;
  background: linear-gradient(160deg, rgba(16, 24, 40, 0.94), rgba(8, 12, 24, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 24px 70px rgba(3, 6, 14, 0.56);
}

.comparison-panel h3 {
  margin: 10px 0 18px;
  font-family: "Syne", sans-serif;
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.05;
}

.comparison-stack {
  display: grid;
  gap: 12px;
}

.comparison-tool {
  padding: 16px;
  border-radius: 18px;
  background: rgba(12, 18, 30, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.comparison-tool strong {
  display: block;
  font-size: 15px;
}

.comparison-tool small {
  display: block;
  margin-top: 5px;
  color: var(--accent-2);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.comparison-tool p {
  margin-top: 10px;
  color: rgba(230, 238, 250, 0.68);
  font-size: 13px;
  line-height: 1.45;
}

.comparison-gap-pill {
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 154, 229, 0.1);
  border: 1px solid rgba(255, 154, 229, 0.22);
  color: rgba(255, 226, 246, 0.86);
  font-size: 13px;
}

.comparison-panel-sqwd {
  background: linear-gradient(160deg, rgba(14, 26, 40, 0.96), rgba(8, 18, 30, 0.98));
  border-color: rgba(124, 247, 255, 0.16);
}

.comparison-sequence {
  display: grid;
  gap: 10px;
}

.comparison-sequence-step {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.comparison-sequence-step:first-child {
  padding-top: 0;
  border-top: 0;
}

.comparison-sequence-step > strong {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent-1), var(--accent-4));
  color: #041012;
  font-family: "Syne", sans-serif;
  font-size: 16px;
}

.comparison-sequence-step span {
  display: block;
  margin-bottom: 5px;
  color: rgba(245, 249, 255, 0.94);
  font-weight: 700;
}

.comparison-sequence-step small {
  color: rgba(230, 238, 250, 0.68);
  font-size: 13px;
  line-height: 1.4;
}

.comparison-outcome-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.process-strip {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 16px;
}

.process-step {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-radius: 999px;
  background: rgba(18, 26, 42, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(240, 247, 255, 0.85);
  box-shadow: 0 12px 30px rgba(3, 6, 14, 0.4);
}

.process-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--iridescent);
  box-shadow: 0 0 14px rgba(124, 247, 255, 0.6);
}

.compatibility-showcase {
  margin-top: 24px;
  display: grid;
  gap: 18px;
}

.compatibility-featured {
  position: relative;
  display: grid;
  gap: 18px;
  padding: 22px;
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(13, 20, 34, 0.96), rgba(7, 12, 22, 0.92));
  border: 1px solid rgba(124, 247, 255, 0.22);
  box-shadow: 0 28px 70px rgba(3, 6, 14, 0.46);
}

.compatibility-featured::after {
  content: "";
  position: absolute;
  inset: auto -10% -55% 50%;
  height: 240px;
  background: radial-gradient(circle, rgba(124, 247, 255, 0.2), transparent 72%);
  pointer-events: none;
}

.compatibility-proofband,
.compatibility-featured-copy,
.compatibility-featured-shell,
.compatibility-panel,
.compatibility-featured-grid {
  position: relative;
  z-index: 1;
}

.compatibility-proofband {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 14px;
  align-items: stretch;
}

.compatibility-proof-card {
  display: grid;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(16, 24, 40, 0.94), rgba(10, 16, 28, 0.88));
  border: 1px solid rgba(124, 247, 255, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 18px 36px rgba(4, 8, 18, 0.22);
}

.compatibility-proof-label {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(124, 247, 255, 0.74);
}

.compatibility-proof-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.compatibility-proof-pills span {
  display: inline-flex;
  align-items: center;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.09);
  color: rgba(240, 246, 255, 0.88);
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
}

.compatibility-proof-note {
  margin: 0;
  padding: 14px 16px;
  border-radius: 20px;
  background: rgba(8, 13, 24, 0.56);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(230, 238, 250, 0.74);
  font-size: 14px;
  line-height: 1.5;
}

.compatibility-featured-copy {
  display: grid;
  gap: 8px;
  max-width: 62ch;
}

.compatibility-featured-copy h3 {
  margin: 0;
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1.08;
  color: #f4f8ff;
}

.compatibility-kicker {
  width: max-content;
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(236, 244, 255, 0.72);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.compatibility-featured-copy p {
  margin: 0;
  color: rgba(230, 238, 250, 0.72);
  font-size: 15px;
}

.compatibility-featured-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 14px;
}

.compatibility-panel {
  display: grid;
  gap: 16px;
  padding: 18px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(16, 24, 40, 0.9), rgba(8, 13, 24, 0.86));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 22px 48px rgba(4, 8, 18, 0.26);
}

.compatibility-panel-header {
  display: grid;
  gap: 8px;
}

.compatibility-panel-eyebrow {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(236, 244, 255, 0.7);
}

.compatibility-panel-header p {
  margin: 0;
  color: rgba(230, 238, 250, 0.68);
  font-size: 14px;
  line-height: 1.45;
}

.compatibility-featured-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.compatibility-logo-shelf {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.compatibility-logo-card {
  display: grid;
  gap: 14px;
  align-content: space-between;
  min-height: 128px;
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(17, 25, 42, 0.96), rgba(10, 15, 26, 0.92));
  border: 1px solid rgba(124, 247, 255, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 20px 44px rgba(3, 7, 16, 0.34);
}

.compatibility-logo-type {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(124, 247, 255, 0.74);
}

.compatibility-logo-card:nth-child(2) .compatibility-logo-type {
  color: rgba(164, 255, 203, 0.72);
}

.compatibility-logo-card:nth-child(3) .compatibility-logo-type {
  color: rgba(167, 185, 255, 0.76);
}

.compatibility-logo-card:nth-child(4) .compatibility-logo-type {
  color: rgba(255, 205, 138, 0.78);
}

.compatibility-logo-wordmark {
  font-family: "Syne", sans-serif;
  font-size: clamp(1.45rem, 3vw, 2.15rem);
  line-height: 0.95;
  letter-spacing: -0.02em;
  color: #f4f8ff;
}

.compatibility-logo-card:nth-child(2) .compatibility-logo-wordmark {
  color: rgba(225, 255, 239, 0.92);
}

.compatibility-logo-card:nth-child(3) .compatibility-logo-wordmark {
  color: rgba(225, 233, 255, 0.94);
}

.compatibility-logo-card:nth-child(4) .compatibility-logo-wordmark {
  color: rgba(255, 231, 202, 0.92);
}

.compatibility-logo-mark {
  width: auto;
  max-width: 100%;
  height: 28px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 10px 22px rgba(3, 6, 14, 0.4));
}

.compatibility-logo-salesforce {
  height: 34px;
}

.compatibility-logo-gainsight {
  height: 28px;
}

.compatibility-logo-jira {
  height: 24px;
}

.compatibility-logo-vivun {
  height: 20px;
}

.compatibility-logo-name {
  color: rgba(230, 238, 250, 0.64);
  font-size: 13px;
  line-height: 1.45;
}

.compatibility-card {
  display: grid;
  gap: 10px;
  min-height: 112px;
  padding: 16px 16px 18px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(18, 27, 45, 0.9), rgba(10, 16, 28, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 16px 36px rgba(4, 8, 18, 0.32);
}

.compatibility-card-type {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(124, 247, 255, 0.74);
}

.compatibility-card:nth-child(3n + 2) .compatibility-card-type {
  color: rgba(164, 255, 203, 0.72);
}

.compatibility-card:nth-child(3n + 3) .compatibility-card-type {
  color: rgba(167, 185, 255, 0.76);
}

.compatibility-card-name {
  font-family: "Syne", sans-serif;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  line-height: 1.05;
  color: #f4f8ff;
}

.compatibility-card-meta {
  color: rgba(230, 238, 250, 0.64);
  font-size: 13px;
  line-height: 1.4;
}

.logo-marquee {
  margin-top: 0;
  display: flex;
  gap: 16px;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.logo-marquee-track {
  display: flex;
  gap: 12px;
  min-width: max-content;
  animation: logo-marquee-scroll 32.5s linear infinite;
}

.logo-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(12, 18, 30, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(236, 244, 255, 0.86);
  font-size: 13px;
  letter-spacing: 0.2px;
  white-space: nowrap;
  box-shadow: 0 14px 30px rgba(4, 8, 18, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.logo-pill-logo {
  gap: 12px;
  padding: 10px 18px;
  background: linear-gradient(180deg, rgba(17, 25, 42, 0.96), rgba(10, 15, 26, 0.92));
  border-color: rgba(124, 247, 255, 0.22);
}

.logo-pill-logo .logo-pill-label {
  color: rgba(124, 247, 255, 0.74);
}

.logo-pill-logo-gainsight .logo-pill-label {
  color: rgba(164, 255, 203, 0.72);
}

.logo-pill-logo-jira .logo-pill-label {
  color: rgba(167, 185, 255, 0.76);
}

.logo-pill-logo-vivun .logo-pill-label {
  color: rgba(255, 205, 138, 0.78);
}

.logo-pill-logo-support .logo-pill-label {
  color: rgba(133, 231, 199, 0.76);
}

.logo-pill-logo-inbox .logo-pill-label {
  color: rgba(137, 222, 255, 0.76);
}

.logo-pill-logo-cs .logo-pill-label {
  color: rgba(173, 255, 204, 0.74);
}

.logo-pill-logo-comms .logo-pill-label {
  color: rgba(198, 178, 255, 0.76);
}

.logo-pill-logo-data .logo-pill-label {
  color: rgba(151, 203, 255, 0.76);
}

.logo-pill-logo-bi .logo-pill-label {
  color: rgba(255, 214, 122, 0.8);
}

.logo-pill-logo-ops .logo-pill-label {
  color: rgba(157, 244, 225, 0.78);
}

.logo-pill-logo-billing .logo-pill-label {
  color: rgba(255, 184, 135, 0.8);
}

.logo-pill-logo-import .logo-pill-label {
  color: rgba(168, 251, 183, 0.74);
}

.logo-pill-logo-wedge .logo-pill-label {
  color: rgba(255, 173, 220, 0.78);
}

.logo-pill-muted {
  background: rgba(10, 16, 28, 0.78);
  color: rgba(230, 238, 250, 0.78);
}

.logo-pill-utility {
  background: rgba(12, 22, 36, 0.74);
  border-color: rgba(124, 247, 255, 0.24);
}

.logo-pill-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--iridescent);
  box-shadow: 0 0 14px rgba(124, 247, 255, 0.5);
  flex: 0 0 auto;
}

.logo-pill-label {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
}

.logo-pill-mark {
  width: auto;
  height: 18px;
  object-fit: contain;
  object-position: left center;
  flex: 0 0 auto;
  filter: drop-shadow(0 8px 20px rgba(3, 6, 14, 0.38));
}

.logo-pill-mark-salesforce {
  height: 22px;
}

.logo-pill-mark-gainsight {
  height: 18px;
}

.logo-pill-mark-jira {
  height: 16px;
}

.logo-pill-mark-vivun {
  height: 14px;
}

.logo-pill-wordmark-text {
  font-family: "Syne", sans-serif;
  font-size: 15px;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #f4f8ff;
}

.logo-marquee-note {
  margin-top: 14px;
  color: rgba(230, 238, 250, 0.66);
  font-size: 14px;
}

@keyframes logo-marquee-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-100% - 12px));
  }
}

.dashboard-mock {
  margin-top: 28px;
  border-radius: 26px;
  padding: 24px;
  background: linear-gradient(160deg, rgba(18, 26, 42, 0.95), rgba(8, 12, 24, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 28px 80px rgba(3, 6, 14, 0.7);
}

.mock-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgba(236, 244, 255, 0.85);
  margin-bottom: 16px;
  font-size: 14px;
}

.status-pill {
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(79, 255, 217, 0.15);
  border: 1px solid rgba(79, 255, 217, 0.4);
  color: rgba(140, 251, 255, 0.9);
  font-size: 12px;
}

.status-pill.status-pill-danger {
  background: rgba(255, 154, 229, 0.16);
  border-color: rgba(255, 154, 229, 0.4);
  color: rgba(255, 226, 246, 0.92);
}

.mock-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 14px;
}

.mock-card {
  padding: 16px;
  border-radius: 18px;
  background: rgba(12, 18, 30, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.mock-card h5 {
  color: rgba(236, 244, 255, 0.6);
  font-size: 12px;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.mock-card strong {
  font-size: 24px;
}

.mock-card small {
  color: rgba(236, 244, 255, 0.6);
}

.renewal-thread-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.95fr 0.95fr;
  gap: 14px;
}

.mock-detail-card {
  display: grid;
  gap: 12px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(12, 18, 30, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.mock-detail-card-wide {
  grid-row: span 2;
}

.mock-detail-card strong {
  font-family: "Syne", sans-serif;
  font-size: 30px;
  line-height: 1;
}

.mock-detail-card h5 {
  color: rgba(236, 244, 255, 0.62);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.mock-detail-card small {
  color: rgba(236, 244, 255, 0.64);
  line-height: 1.45;
}

.mock-detail-list {
  display: grid;
  gap: 10px;
}

.mock-detail-list > div {
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.mock-detail-list strong {
  display: block;
  margin-bottom: 6px;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--accent-2);
}

.mock-detail-list p {
  color: rgba(236, 244, 255, 0.78);
  font-size: 14px;
  line-height: 1.4;
}

.mock-track {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.mock-track span {
  display: block;
  height: 100%;
  width: 78%;
  background: linear-gradient(90deg, var(--accent-1), var(--accent-4));
  box-shadow: 0 0 16px rgba(124, 247, 255, 0.4);
}

.mock-action-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 0;
  color: rgba(236, 244, 255, 0.86);
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.mock-action-row:first-of-type {
  border-top: 0;
}

.mock-mini-pill {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(124, 247, 255, 0.12);
  border: 1px solid rgba(124, 247, 255, 0.2);
  color: rgba(140, 251, 255, 0.9);
  font-size: 11px;
  white-space: nowrap;
}

.mock-provenance {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.mock-provenance span {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(236, 244, 255, 0.8);
  font-size: 12px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}

.feature-card {
  background: linear-gradient(var(--surface), var(--surface)) padding-box, var(--iridescent-soft) border-box;
  border: 1px solid transparent;
  border-radius: 22px;
  padding: 28px;
  min-height: 180px;
  box-shadow: 0 20px 60px rgba(6, 10, 20, 0.6);
  transition: transform 0.3s ease, border-color 0.3s ease;
  position: relative;
  overflow: hidden;
}

.feature-card:hover {
  transform: translateY(-6px);
  border-color: rgba(124, 247, 255, 0.5);
}

.feature-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--iridescent-sheen);
  opacity: 0.12;
  mix-blend-mode: screen;
  animation: none;
}

.capability-list {
  display: grid;
  gap: 24px;
}

.capability {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  padding: 26px;
  border-radius: 24px;
  background: linear-gradient(var(--surface), var(--surface)) padding-box, var(--iridescent-soft) border-box;
  border: 1px solid transparent;
}

.capability-index {
  font-family: "Syne", sans-serif;
  font-size: 18px;
  color: var(--accent-3);
}

.demo-card {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 36px;
  align-items: center;
  padding: 36px;
  border-radius: 28px;
  background: linear-gradient(var(--surface-2), var(--surface-2)) padding-box, var(--iridescent) border-box;
  border: 1px solid transparent;
  box-shadow: 0 34px 90px rgba(4, 8, 16, 0.65);
  position: relative;
  overflow: hidden;
}

.demo-card::after {
  content: "";
  position: absolute;
  inset: -12% -12%;
  background: var(--iridescent);
  opacity: 0.18;
  filter: blur(40px);
  animation: none;
}

.demo-copy,
.demo-form {
  min-width: 0;
}

.demo-list {
  list-style: none;
  display: grid;
  gap: 10px;
  margin-top: 20px;
  color: var(--muted);
}

.demo-list li::before {
  content: "•";
  color: var(--accent-2);
  margin-right: 10px;
}

.demo-form {
  display: grid;
  gap: 16px;
}

.demo-form label {
  display: grid;
  gap: 8px;
  font-size: 13px;
  color: var(--muted);
}

.demo-form input,
.demo-form textarea {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  background: rgba(8, 12, 18, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 12px 14px;
  color: var(--ink);
  font-family: "Manrope", sans-serif;
}

.demo-form input:focus,
.demo-form textarea:focus {
  outline: 1px solid rgba(124, 247, 255, 0.6);
  border-color: rgba(124, 247, 255, 0.4);
}

.form-note {
  font-size: 12px;
  color: var(--muted);
}

.footer {
  display: grid;
  gap: 20px;
  padding: 40px 8vw 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: var(--muted);
}

.footer-links {
  display: flex;
  gap: 18px;
}

.footer-links a:hover {
  color: var(--ink);
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes pulse {
  0% {
    transform: scaleY(0.6);
    opacity: 0.6;
  }
  50% {
    transform: scaleY(1.2);
    opacity: 1;
  }
  100% {
    transform: scaleY(0.6);
    opacity: 0.6;
  }
}

@keyframes shimmer {
  0% {
    transform: rotate(0deg) translateX(0);
  }
  50% {
    transform: rotate(180deg) translateX(2%);
  }
  100% {
    transform: rotate(360deg) translateX(0);
  }
}

@keyframes logoGlow {
  0% {
    box-shadow: 0 0 20px rgba(124, 247, 255, 0.15);
  }
  50% {
    box-shadow: 0 0 32px rgba(255, 134, 213, 0.3);
  }
  100% {
    box-shadow: 0 0 20px rgba(124, 247, 255, 0.15);
  }
}

@keyframes iridescentShift {
  0% {
    filter: saturate(1.35) hue-rotate(0deg);
  }
  50% {
    filter: saturate(1.6) hue-rotate(200deg);
  }
  100% {
    filter: saturate(1.35) hue-rotate(360deg);
  }
}


@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1280px) {
  .nav {
    padding: 16px 5vw;
  }

  .nav-links {
    display: none;
  }

  .nav-menu-toggle {
    display: inline-flex;
  }

  .nav-actions {
    margin-left: auto;
  }

  .nav-actions .btn {
    padding: 10px 15px;
    font-size: 14px;
  }
}

@media (max-width: 1120px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .hero-content {
    max-width: none;
    padding-top: 0;
  }

  .hero h1 {
    font-size: clamp(2.5rem, 7vw, 3.9rem);
    max-width: 14ch;
  }

  .hero-stage {
    justify-content: flex-start;
    padding-top: 0;
  }

  .hero-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1180px) {
  .hero-stage {
    min-height: auto;
  }

  .coordination-diagram,
  .comparison-diagram {
    grid-template-columns: 1fr;
  }

  .coordination-diagram::before,
  .coordination-diagram::after {
    display: none;
  }

  .thread-signal-strip,
  .thread-core,
  .thread-proof-strip {
    grid-template-columns: 1fr;
  }

  .coordination-core-footer {
    grid-template-columns: 1fr;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1080px) {
  .renewal-thread-layout {
    grid-template-columns: 1fr 1fr;
  }

  .compatibility-proofband,
  .compatibility-featured-shell {
    grid-template-columns: 1fr;
  }

  .mock-detail-card-wide {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .coordination-core-pills,
  .comparison-outcome-strip {
    gap: 8px;
  }
}

@media (max-width: 980px) {
  .nav-flyout {
    grid-template-columns: 1fr;
  }

  .nav-actions .btn-ghost {
    display: none;
  }
}

@media (max-width: 860px) {
  .nav {
    flex-direction: row;
    gap: 10px;
    padding: 14px 4vw;
  }

  .brand {
    gap: 10px;
    font-size: 18px;
  }

  .brand-logo {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  .nav-actions {
    width: auto;
    justify-content: flex-end;
    gap: 10px;
  }

  .nav-menu-toggle {
    padding: 9px 12px;
  }

  .hero-visual {
    min-height: auto;
  }

  .hero-stage {
    min-height: auto;
  }

  .thread-header {
    flex-direction: column;
  }

  .thread-header-right {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .thread-signal-strip,
  .thread-core,
  .renewal-thread-layout {
    grid-template-columns: 1fr;
  }

  .compatibility-featured {
    padding: 20px;
  }

  .compatibility-panel {
    padding: 16px;
  }

  .compatibility-featured-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .compatibility-logo-shelf {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mock-detail-card-wide {
    grid-row: auto;
  }

  .thread-footer {
    grid-template-columns: 1fr;
  }

  .hero-stage-ring {
    display: none;
  }
}

@media (max-width: 640px) {
  .hero h1 {
    font-size: clamp(2.2rem, 9vw, 3rem);
    max-width: 13.5ch;
  }

  .compatibility-proof-pills {
    gap: 8px;
  }

  .compatibility-proof-pills span,
  .logo-pill {
    white-space: normal;
  }

  .compatibility-featured-grid,
  .compatibility-logo-shelf {
    grid-template-columns: 1fr;
  }
}
