:root {
  --ink-950: #061115;
  --ink-900: #071d24;
  --ink-800: #0b2b34;
  --ink-700: #123943;
  --slate-700: #33464d;
  --slate-500: #6d7d82;
  --slate-300: #b7c2c2;
  --mist-100: #eef5f3;
  --mist-50: #f7faf8;
  --white: #ffffff;
  --teal: #25c7b7;
  --teal-deep: #168c84;
  --amber: #f3c84b;
  --green: #78c87a;
  --red: #e15b4f;
  --blue: #4b9fe8;
  --line: #dbe7e4;
  --shadow-soft: 0 22px 70px rgba(6, 17, 21, 0.12);
  --shadow-tight: 0 12px 32px rgba(6, 17, 21, 0.1);
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --max: 1200px;
  --wide: 1440px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink-950);
  background: var(--mist-50);
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(37, 199, 183, 0.42);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 16px;
  left: 16px;
  transform: translateY(-140%);
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--ink-950);
  background: var(--amber);
  transition: transform 180ms var(--ease);
}

.skip-link:focus {
  transform: translateY(0);
}

.entry-portal {
  position: relative;
  z-index: 110;
  height: 100vh;
  height: 100svh;
  min-height: 620px;
  overflow: hidden;
  color: var(--white);
  background: var(--ink-950);
}

.entry-stage {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #02080a;
  isolation: isolate;
}

.entry-film {
  position: absolute;
  inset: -4%;
  width: 108%;
  height: 108%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  will-change: transform;
}

.entry-film--reverse {
  visibility: hidden;
  opacity: 0;
}

body.intro-option-2 .entry-film--pulse,
body.intro-option-2 .entry-trace,
body.intro-option-2 .entry-scan {
  visibility: hidden;
  opacity: 0;
}

body.intro-option-2 .entry-film--reverse {
  visibility: visible;
  opacity: 1;
}

body.intro-option-1 .entry-film--pulse,
body.intro-option-1 .entry-trace,
body.intro-option-1 .entry-scan {
  visibility: visible;
}

body.intro-option-1 .entry-film--reverse,
body.intro-option-1 .entry-caption {
  visibility: hidden;
  opacity: 0;
}

.entry-vignette {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2, 8, 10, 0.5) 0%, transparent 28%, transparent 67%, rgba(2, 8, 10, 0.66) 100%),
    linear-gradient(90deg, rgba(2, 8, 10, 0.32), transparent 34%, transparent 80%, rgba(2, 8, 10, 0.18));
  pointer-events: none;
}

.entry-brand,
.entry-skip,
.entry-enter,
.entry-caption {
  position: absolute;
  z-index: 4;
  color: var(--white);
}

.entry-caption {
  left: clamp(22px, 4vw, 64px);
  bottom: clamp(36px, 5vw, 70px);
  display: grid;
  width: min(560px, calc(100vw - 44px));
  min-height: clamp(62px, 6vw, 92px);
  align-items: end;
}

.entry-caption-line {
  grid-area: 1 / 1;
  align-self: end;
  margin: 0;
  font-size: clamp(20px, 2.1vw, 32px);
  font-weight: 400;
  line-height: 1.24;
  opacity: 0;
  text-shadow: 0 3px 22px rgba(2, 8, 10, 0.5);
}

.entry-caption-line span {
  color: var(--amber);
  font-weight: 500;
}

.entry-brand {
  top: clamp(22px, 3.4vw, 48px);
  left: clamp(22px, 4vw, 64px);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: clamp(18px, 1.6vw, 24px);
  font-weight: 600;
}

.entry-brand img {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
}

.entry-skip {
  top: clamp(25px, 3.6vw, 52px);
  right: clamp(22px, 4vw, 64px);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  background: transparent;
  font-size: 14px;
  font-weight: 500;
}

.entry-skip i {
  width: 16px;
  height: 16px;
}

.entry-enter {
  bottom: clamp(30px, 5vw, 62px);
  left: 50%;
  display: grid;
  place-items: center;
  gap: 8px;
  width: 72px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  font-size: 12px;
  font-weight: 500;
  transform: translateX(-50%);
}

.entry-enter i {
  width: 46px;
  height: 46px;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 999px;
  background: rgba(4, 17, 21, 0.38);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(16px) saturate(140%);
  transition: color 180ms var(--ease), background 180ms var(--ease), transform 180ms var(--ease);
}

.entry-enter:hover i,
.entry-enter:focus-visible i {
  color: var(--ink-950);
  background: var(--amber);
  transform: translateY(3px);
}

.entry-trace {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
  filter: drop-shadow(0 0 9px rgba(37, 199, 183, 0.84));
}

.entry-trace-rail,
.entry-trace-live {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.entry-trace-rail {
  stroke: rgba(37, 199, 183, 0.16);
  stroke-width: 2;
}

.entry-trace-live {
  stroke: var(--teal);
  stroke-width: 3;
}

.entry-loss-halo {
  fill: rgba(243, 200, 75, 0.08);
  stroke: var(--amber);
  stroke-width: 2;
  filter: drop-shadow(0 0 14px rgba(243, 200, 75, 0.8));
}

.entry-loss-core {
  fill: var(--amber);
}

.entry-signal {
  fill: var(--white);
  stroke: var(--teal);
  stroke-width: 4;
}

.entry-scan {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: min(49vw, 760px);
  aspect-ratio: 1;
  border: 1px solid rgba(37, 199, 183, 0.46);
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 0 48px rgba(37, 199, 183, 0.18);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.72);
  pointer-events: none;
}

.entry-progress {
  position: absolute;
  z-index: 4;
  right: clamp(22px, 4vw, 64px);
  bottom: clamp(24px, 3vw, 42px);
  left: clamp(22px, 4vw, 64px);
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.22);
}

.entry-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--teal) 0 62%, var(--amber) 62% 68%, rgba(255, 255, 255, 0.72) 68%);
  transform: scaleX(0);
  transform-origin: left center;
}

.site-header {
  transition: opacity 320ms var(--ease), transform 420ms var(--ease);
}

body.entry-in-view .site-header {
  opacity: 0;
  transform: translateY(-22px);
  pointer-events: none;
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 18px;
  left: 0;
  width: 100%;
  padding: 0 clamp(18px, 4vw, 48px);
  pointer-events: none;
}

.nav-shell {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 10px 12px 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 18px 50px rgba(6, 17, 21, 0.11);
  backdrop-filter: blur(24px) saturate(160%);
  -webkit-backdrop-filter: blur(24px) saturate(160%);
  pointer-events: auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: max-content;
  gap: 10px;
  font-size: 18px;
  font-weight: 600;
}

.brand img {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  box-shadow: 0 10px 22px rgba(6, 17, 21, 0.16);
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.nav-links a,
.nav-product-trigger {
  padding: 10px 13px;
  border: 0;
  border-radius: 999px;
  color: var(--slate-700);
  background: transparent;
  font-size: 14px;
  font-weight: 500;
  transition: color 180ms var(--ease), background 180ms var(--ease);
}

.nav-links a:hover,
.nav-links a:focus-visible,
.nav-links a[aria-current="page"],
.nav-product:hover .nav-product-trigger,
.nav-product:focus-within .nav-product-trigger {
  color: var(--ink-950);
  background: rgba(6, 17, 21, 0.06);
  outline: 0;
}

.nav-product {
  position: relative;
}

.nav-product-trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 38px;
}

.nav-product-trigger i {
  width: 14px;
  height: 14px;
}

.product-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  width: 344px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(24px) saturate(160%);
  -webkit-backdrop-filter: blur(24px) saturate(160%);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity 180ms var(--ease), transform 180ms var(--ease);
}

.nav-product:hover .product-menu,
.nav-product:focus-within .product-menu,
.product-menu.open {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.product-menu a {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border-radius: 14px;
  color: var(--ink-950);
}

.product-menu a:hover,
.product-menu a:focus-visible {
  background: rgba(37, 199, 183, 0.1);
}

.product-menu i {
  width: 34px;
  height: 34px;
  padding: 8px;
  border-radius: 10px;
  color: var(--teal-deep);
  background: rgba(37, 199, 183, 0.12);
}

.product-menu strong {
  display: block;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 600;
}

.product-menu span {
  display: block;
  color: var(--slate-500);
  font-size: 12px;
  line-height: 1.35;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mobile-nav-only {
  display: none;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  color: var(--ink-950);
  background: rgba(6, 17, 21, 0.06);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 600;
  line-height: 1;
  transition: transform 180ms var(--ease), box-shadow 180ms var(--ease), background 180ms var(--ease), border-color 180ms var(--ease);
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  color: var(--ink-950);
  background: var(--amber);
  box-shadow: 0 16px 30px rgba(243, 200, 75, 0.34);
}

.btn-primary:hover {
  box-shadow: 0 20px 36px rgba(243, 200, 75, 0.42);
}

.btn-ghost {
  color: var(--ink-950);
  border-color: rgba(6, 17, 21, 0.16);
  background: rgba(255, 255, 255, 0.68);
}

.btn-dark {
  color: var(--white);
  background: var(--ink-950);
  box-shadow: 0 16px 32px rgba(6, 17, 21, 0.2);
}

.btn-quiet {
  color: var(--ink-950);
  border-color: var(--line);
  background: var(--white);
}

.btn i {
  width: 18px;
  height: 18px;
}

.page {
  overflow: hidden;
}

.section {
  position: relative;
  padding: clamp(72px, 9vw, 112px) clamp(20px, 5vw, 80px);
}

.section-inner {
  max-width: var(--max);
  margin: 0 auto;
}

.wide-inner {
  max-width: var(--wide);
  margin: 0 auto;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  color: var(--teal-deep);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
}

.section-kicker::before {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--teal);
  box-shadow: 0 0 0 6px rgba(37, 199, 183, 0.13);
  content: "";
}

.section-heading {
  max-width: 760px;
  margin: 0 0 18px;
  font-size: clamp(32px, 5vw, 54px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: 0;
}

.section-copy {
  max-width: 690px;
  margin: 0;
  color: var(--slate-700);
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.55;
}

.hero {
  min-height: 100vh;
  padding: 142px clamp(20px, 5vw, 80px) 72px;
  color: var(--white);
  background:
    radial-gradient(circle at 72% 20%, rgba(37, 199, 183, 0.22), transparent 28%),
    linear-gradient(160deg, #061115 0%, #0a2027 50%, #13343b 100%);
}

.hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 160px;
  background: linear-gradient(180deg, transparent, var(--mist-50));
  content: "";
  pointer-events: none;
}

.motion-field {
  position: absolute;
  inset: 0;
  overflow: hidden;
  opacity: 0.82;
  pointer-events: none;
}

.motion-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent 84%);
}

.trace-line {
  position: absolute;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(37, 199, 183, 0.72), rgba(243, 200, 75, 0.74), transparent);
  transform-origin: left center;
}

.trace-line:nth-child(2) {
  top: 26%;
  left: 52%;
  width: 360px;
  transform: rotate(20deg);
}

.trace-line:nth-child(3) {
  top: 44%;
  left: 6%;
  width: 460px;
  transform: rotate(-12deg);
}

.trace-line:nth-child(4) {
  top: 62%;
  right: 6%;
  width: 410px;
  transform: rotate(9deg);
}

.trace-node {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--teal);
  box-shadow: 0 0 0 7px rgba(37, 199, 183, 0.12), 0 0 28px rgba(37, 199, 183, 0.85);
}

.trace-node:nth-child(5) {
  top: 23%;
  left: 64%;
}

.trace-node:nth-child(6) {
  top: 48%;
  left: 22%;
  background: var(--amber);
  box-shadow: 0 0 0 7px rgba(243, 200, 75, 0.12), 0 0 28px rgba(243, 200, 75, 0.75);
}

.trace-node:nth-child(7) {
  top: 66%;
  left: 78%;
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(44px, 6vw, 86px);
  align-items: center;
  max-width: var(--wide);
  margin: 0 auto;
}

.hero-copy {
  max-width: 680px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
}

.eyebrow span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--teal);
  box-shadow: 0 0 18px rgba(37, 199, 183, 0.9);
}

.hero h1,
.product-hero h1 {
  margin: 0;
  font-size: clamp(42px, 6.8vw, 78px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: 0;
}

.hero h1 em,
.product-hero h1 em {
  color: var(--amber);
  font-style: normal;
}

.hero-lede {
  max-width: 650px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(18px, 2.1vw, 22px);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 44px;
}

.proof-pill {
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.proof-pill strong {
  display: block;
  margin-bottom: 4px;
  color: var(--white);
  font-size: 22px;
  font-weight: 500;
}

.proof-pill span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.35;
}

.hero-visual {
  position: relative;
  min-height: 520px;
}

.dashboard-frame {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(22px);
  transform: perspective(1200px) rotateX(4deg) rotateY(-8deg);
}

.dashboard-frame img {
  width: 100%;
}

.glass-chip {
  position: absolute;
  z-index: 3;
  width: min(260px, 46vw);
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 20px;
  color: var(--white);
  background: rgba(8, 24, 30, 0.6);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(22px);
}

.glass-chip strong {
  display: block;
  margin-bottom: 6px;
  font-size: 26px;
  font-weight: 500;
}

.glass-chip span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.45;
}

.chip-a {
  top: -30px;
  right: 36px;
}

.chip-b {
  bottom: 34px;
  left: -38px;
}

.chip-c {
  right: -30px;
  bottom: -24px;
}

.logo-strip {
  padding: 34px 0;
  background: var(--mist-50);
  overflow: hidden;
}

.funding-section {
  position: relative;
  z-index: 2;
  padding: 0 clamp(20px, 5vw, 80px) clamp(68px, 8vw, 96px);
  background: var(--mist-50);
}

.funding-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(150px, 0.52fr) minmax(0, 1.65fr) auto;
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
  overflow: hidden;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(37, 199, 183, 0.22);
  border-radius: 24px;
  color: var(--white);
  background:
    linear-gradient(90deg, transparent 0 68%, rgba(37, 199, 183, 0.07) 68% 100%),
    var(--ink-950);
  box-shadow: var(--shadow-soft);
}

.funding-card::after {
  position: absolute;
  top: -84px;
  right: -52px;
  width: 240px;
  height: 240px;
  border: 1px solid rgba(37, 199, 183, 0.3);
  border-radius: 50%;
  box-shadow: inset 0 0 0 28px rgba(37, 199, 183, 0.04), inset 0 0 0 58px rgba(243, 200, 75, 0.035);
  content: "";
  pointer-events: none;
}

.funding-meta,
.funding-copy,
.funding-actions {
  position: relative;
  z-index: 1;
}

.funding-meta {
  display: grid;
  align-content: center;
  gap: 8px;
}

.funding-card .section-kicker {
  margin: 0;
  color: #6ee3d7;
}

.funding-meta time {
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
}

.funding-copy h2 {
  max-width: 700px;
  margin: 0 0 12px;
  font-size: clamp(28px, 3.6vw, 44px);
  font-weight: 600;
  line-height: 1.08;
}

.funding-copy p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.55;
}

.funding-actions {
  display: grid;
  justify-items: start;
  gap: 16px;
  min-width: 190px;
}

.funding-actions .btn {
  white-space: nowrap;
}

.funding-actions .learn-link {
  color: rgba(255, 255, 255, 0.84);
}

.logo-strip .section-inner {
  max-width: none;
}

.logo-strip p {
  max-width: var(--max);
  margin: 0 auto 18px;
  padding: 0 clamp(20px, 5vw, 80px);
  color: var(--slate-500);
  font-size: 14px;
}

.logo-marquee {
  display: flex;
  width: max-content;
  gap: 18px;
  animation: logo-marquee 34s linear infinite;
}

.logo-strip:hover .logo-marquee {
  animation-play-state: paused;
}

.logo-track {
  display: flex;
  gap: 18px;
  padding-right: 18px;
}

.logo-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 168px;
  height: 56px;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--slate-700);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 10px 30px rgba(6, 17, 21, 0.06);
}

.logo-mark img {
  max-width: 118px;
  max-height: 28px;
  object-fit: contain;
  filter: grayscale(1) saturate(0.65);
  opacity: 0.76;
}

.logo-wordmark {
  font-size: 18px;
  font-weight: 700;
  color: var(--slate-700);
  opacity: 0.82;
}

@keyframes logo-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 46px;
}

.story-card,
.product-card,
.pricing-card,
.feature-card,
.contact-card,
.use-case,
.compare-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-tight);
}

.story-card {
  position: relative;
  padding: 28px;
  overflow: hidden;
}

.story-card::after {
  position: absolute;
  right: -36px;
  bottom: -36px;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(37, 199, 183, 0.28);
  border-radius: 999px;
  content: "";
}

.story-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 28px;
  border-radius: 999px;
  color: var(--ink-950);
  background: var(--amber);
  font-size: 13px;
  font-weight: 600;
}

.story-card h3,
.product-card h3,
.feature-card h3,
.pricing-card h3 {
  margin: 0 0 12px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.story-card p,
.product-card p,
.feature-card p,
.pricing-card p,
.use-case p,
.compare-card p {
  margin: 0;
  color: var(--slate-700);
  line-height: 1.55;
}

.stats-band {
  color: var(--white);
  background:
    radial-gradient(circle at 10% 10%, rgba(37, 199, 183, 0.18), transparent 24%),
    linear-gradient(135deg, var(--ink-950), var(--ink-800));
}

.stats-grid {
  display: grid;
  grid-template-columns: 0.9fr repeat(3, 1fr);
  gap: 18px;
  align-items: stretch;
}

.stats-intro {
  padding: 6px 20px 6px 0;
}

.stats-intro h2 {
  margin: 0 0 14px;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 600;
  line-height: 1.1;
}

.stats-intro p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.55;
}

.stat-card {
  min-height: 170px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.stat-card strong {
  display: flex;
  align-items: baseline;
  gap: 2px;
  color: var(--amber);
  font-size: clamp(36px, 5vw, 54px);
  font-weight: 500;
  line-height: 1;
}

.stat-card span {
  display: block;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.45;
}

.products {
  background: var(--white);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 44px;
}

.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 520px;
  overflow: hidden;
}

.product-card header {
  padding: 24px 24px 18px;
}

.product-card .product-media {
  margin: 0 16px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--mist-100);
}

.product-card img {
  width: 100%;
  transform: scale(1.02);
}

.product-card footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
  padding: 20px 24px 24px;
}

.product-tag {
  display: inline-flex;
  width: max-content;
  margin-bottom: 16px;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--teal-deep);
  background: rgba(37, 199, 183, 0.11);
  font-size: 12px;
  font-weight: 600;
}

.learn-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink-950);
  font-size: 14px;
  font-weight: 600;
}

.learn-link i {
  width: 16px;
}

.showcase {
  background:
    linear-gradient(180deg, var(--mist-50), #edf6f3);
}

.dashboard-showcase {
  display: grid;
  grid-template-columns: 0.44fr 0.56fr;
  gap: 34px;
  align-items: center;
  margin-top: 46px;
}

.showcase-tabs {
  display: grid;
  gap: 10px;
}

.showcase-tab {
  width: 100%;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--slate-700);
  background: rgba(255, 255, 255, 0.74);
  text-align: left;
  transition: border-color 180ms var(--ease), background 180ms var(--ease), transform 180ms var(--ease);
}

.showcase-tab:hover,
.showcase-tab[aria-selected="true"] {
  border-color: rgba(37, 199, 183, 0.46);
  background: var(--white);
  transform: translateX(4px);
}

.showcase-tab strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ink-950);
  font-size: 18px;
  font-weight: 600;
}

.showcase-tab span {
  display: block;
  line-height: 1.45;
}

.showcase-screen {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(20px);
}

.showcase-screen img {
  display: none;
  width: 100%;
}

.showcase-screen img.active {
  display: block;
}

.integrations {
  color: var(--white);
  background:
    radial-gradient(circle at 80% 12%, rgba(243, 200, 75, 0.12), transparent 26%),
    linear-gradient(135deg, #071d24 0%, #0f353c 100%);
}

.integrations .section-copy,
.integrations .section-kicker {
  color: rgba(255, 255, 255, 0.74);
}

.integrations .section-kicker::before {
  background: var(--amber);
  box-shadow: 0 0 0 6px rgba(243, 200, 75, 0.14);
}

.integration-map {
  position: relative;
  min-height: 530px;
  margin-top: 44px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    rgba(255, 255, 255, 0.06);
  background-size: 52px 52px;
  overflow: hidden;
}

.integration-core {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: var(--white);
  background: rgba(8, 24, 30, 0.68);
  box-shadow: 0 0 80px rgba(37, 199, 183, 0.18);
  backdrop-filter: blur(24px);
  transform: translate(-50%, -50%);
  text-align: center;
}

.integration-core strong {
  display: block;
  font-size: 22px;
  font-weight: 600;
}

.integration-core span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
}

.integration-node {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 136px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  font-size: 13px;
  font-weight: 500;
}

.integration-node::before {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--teal);
  box-shadow: 0 0 16px rgba(37, 199, 183, 0.82);
  content: "";
}

.node-1 { top: 16%; left: 12%; }
.node-2 { top: 18%; right: 13%; }
.node-3 { top: 48%; left: 7%; }
.node-4 { top: 48%; right: 7%; }
.node-5 { bottom: 16%; left: 16%; }
.node-6 { right: 18%; bottom: 15%; }

.moving-dot {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--amber);
  box-shadow: 0 0 18px rgba(243, 200, 75, 0.78);
}

.compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 42px;
}

.compare-card {
  overflow: hidden;
}

.compare-card h3 {
  margin: 0;
  padding: 22px 24px;
  border-bottom: 1px solid var(--line);
  font-size: 22px;
  font-weight: 600;
}

.compare-card ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.compare-card li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  padding: 18px 24px;
  border-bottom: 1px solid var(--line);
  color: var(--slate-700);
}

.compare-card li:last-child {
  border-bottom: 0;
}

.compare-card i {
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.with-kilo h3 {
  color: var(--white);
  background: var(--ink-950);
}

.with-kilo li i {
  color: var(--teal-deep);
}

.legacy li i {
  color: var(--red);
}

.testimonials {
  background: var(--white);
}

.testimonial-shell {
  display: grid;
  grid-template-columns: 0.44fr 0.56fr;
  gap: 34px;
  align-items: stretch;
  margin-top: 44px;
}

.quote-card {
  position: relative;
  min-height: 380px;
  padding: 34px;
  border-radius: 22px;
  color: var(--white);
  background:
    radial-gradient(circle at 80% 10%, rgba(37, 199, 183, 0.22), transparent 30%),
    linear-gradient(135deg, var(--ink-950), var(--ink-800));
  box-shadow: var(--shadow-soft);
}

.quote-card blockquote {
  margin: 0;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 500;
  line-height: 1.18;
}

.quote-card cite {
  display: block;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.76);
  font-style: normal;
  line-height: 1.5;
}

.testimonial-list {
  display: grid;
  gap: 14px;
}

.testimonial-button {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  width: 100%;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--slate-700);
  background: rgba(247, 250, 248, 0.86);
  text-align: left;
}

.testimonial-button strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ink-950);
  font-weight: 600;
}

.testimonial-button[aria-selected="true"] {
  border-color: rgba(37, 199, 183, 0.5);
  background: var(--white);
  box-shadow: var(--shadow-tight);
}

.pricing {
  background: linear-gradient(180deg, var(--mist-50), var(--white));
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 44px;
}

.pricing-card {
  position: relative;
  padding: 28px;
}

.pricing-card.featured {
  color: var(--white);
  border-color: rgba(120, 200, 122, 0.62);
  background:
    radial-gradient(circle at 84% 10%, rgba(243, 200, 75, 0.22), transparent 34%),
    linear-gradient(145deg, #0b382f 0%, #12634f 58%, #2b8a66 100%);
  box-shadow: 0 26px 76px rgba(18, 99, 79, 0.26);
}

.pricing-card.featured .pricing-label {
  color: #dff8db;
  background: rgba(255, 255, 255, 0.14);
}

.pricing-card.featured h3,
.pricing-card.featured .price,
.pricing-card.featured .price [data-monthly] {
  color: var(--white);
}

.pricing-card.featured p,
.pricing-card.featured ul,
.pricing-card.featured .price span:not([data-monthly]) {
  color: rgba(255, 255, 255, 0.78);
}

.pricing-card.featured li i {
  color: #dff8db;
}

.pricing-label {
  display: inline-flex;
  margin-bottom: 22px;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--teal-deep);
  background: rgba(37, 199, 183, 0.11);
  font-size: 12px;
  font-weight: 600;
}

.price {
  margin: 24px 0;
  color: var(--ink-950);
  font-size: 38px;
  font-weight: 500;
}

.price [data-monthly] {
  color: var(--ink-950);
  font-size: 38px;
  font-weight: 500;
}

.price span:not([data-monthly]) {
  color: var(--slate-500);
  font-size: 15px;
  font-weight: 400;
}

.pricing-card ul {
  display: grid;
  gap: 12px;
  margin: 0 0 28px;
  padding: 0;
  color: var(--slate-700);
  list-style: none;
}

.pricing-card li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  line-height: 1.45;
}

.pricing-card li i {
  width: 17px;
  height: 17px;
  margin-top: 2px;
  color: var(--teal-deep);
}

.demo-band {
  padding-top: clamp(64px, 8vw, 96px);
  padding-bottom: clamp(64px, 8vw, 96px);
  color: var(--white);
  background: var(--ink-950);
}

.demo-panel {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 32px;
  align-items: center;
  padding: clamp(28px, 5vw, 52px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  background:
    radial-gradient(circle at 88% 20%, rgba(243, 200, 75, 0.16), transparent 28%),
    rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(20px);
}

.demo-panel h2 {
  margin: 0 0 18px;
  font-size: clamp(32px, 5vw, 54px);
  font-weight: 600;
  line-height: 1.08;
}

.demo-panel p {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 18px;
  line-height: 1.55;
}

.demo-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.demo-list li {
  display: flex;
  gap: 10px;
  color: rgba(255, 255, 255, 0.78);
}

.demo-list i {
  width: 18px;
  height: 18px;
  color: var(--amber);
}

.demo-form {
  display: grid;
  gap: 14px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.field {
  display: grid;
  gap: 7px;
}

.field label {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 500;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 13px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  color: var(--white);
  background: rgba(6, 17, 21, 0.42);
  outline: 0;
}

.field textarea {
  min-height: 108px;
  resize: vertical;
}

.field input::placeholder,
.field textarea::placeholder {
  color: rgba(255, 255, 255, 0.36);
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: rgba(37, 199, 183, 0.72);
  box-shadow: 0 0 0 3px rgba(37, 199, 183, 0.16);
}

.form-note {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  line-height: 1.5;
}

.form-success {
  display: none;
  padding: 12px 14px;
  border: 1px solid rgba(120, 200, 122, 0.34);
  border-radius: 10px;
  color: #c8f0c9;
  background: rgba(120, 200, 122, 0.12);
}

.form-success.visible {
  display: block;
}

.site-footer {
  padding: 64px clamp(20px, 5vw, 80px) 32px;
  color: rgba(255, 255, 255, 0.76);
  background: var(--ink-950);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(4, 1fr);
  gap: 34px;
  max-width: var(--max);
  margin: 0 auto;
}

.footer-brand img {
  width: 48px;
  margin-bottom: 16px;
}

.footer-brand strong {
  display: block;
  color: var(--white);
  font-size: 22px;
  font-weight: 600;
}

.footer-brand p {
  max-width: 300px;
  line-height: 1.55;
}

.footer-credibility {
  display: inline-grid;
  gap: 3px;
  margin-top: 8px;
  padding: 11px 14px;
  border: 1px solid rgba(37, 199, 183, 0.22);
  border-radius: 12px;
  background: rgba(37, 199, 183, 0.08);
}

.footer-credibility span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
}

.footer-credibility strong {
  color: var(--white);
  font-size: 15px;
  font-weight: 600;
}

.footer-col h3 {
  margin: 0 0 14px;
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
}

.footer-col a,
.footer-col span {
  display: block;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.45;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  max-width: var(--max);
  margin: 44px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 13px;
}

.product-hero {
  min-height: 720px;
  padding: 142px clamp(20px, 5vw, 80px) 72px;
  color: var(--white);
  background:
    radial-gradient(circle at 76% 24%, rgba(37, 199, 183, 0.18), transparent 28%),
    linear-gradient(140deg, var(--ink-950), var(--ink-800));
}

.news-page {
  background: var(--mist-50);
}

.news-hero {
  padding: 156px clamp(20px, 5vw, 80px) clamp(76px, 10vw, 124px);
  color: var(--white);
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    radial-gradient(circle at 82% 30%, rgba(37, 199, 183, 0.22), transparent 26%),
    linear-gradient(145deg, var(--ink-950), var(--ink-800));
  background-size: 64px 64px, 64px 64px, auto, auto;
}

.news-hero-inner {
  max-width: 1040px;
  margin: 0 auto;
}

.news-labels {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 24px;
  margin-bottom: 28px;
}

.news-labels .section-kicker {
  margin: 0;
  color: #6ee3d7;
}

.news-labels time {
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
}

.news-hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(42px, 7vw, 78px);
  font-weight: 600;
  line-height: 1.02;
}

.news-hero p {
  max-width: 760px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(18px, 2.4vw, 23px);
  line-height: 1.55;
}

.news-body {
  padding: clamp(68px, 9vw, 112px) clamp(20px, 5vw, 80px);
}

.news-content {
  max-width: 820px;
  margin: 0 auto;
}

.news-content > p {
  margin: 0 0 22px;
  color: var(--slate-700);
  font-size: 19px;
  line-height: 1.72;
}

.news-content .news-lede {
  color: var(--ink-950);
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 500;
  line-height: 1.4;
}

.news-fact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 52px 0 36px;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.news-fact-grid div {
  min-height: 116px;
  padding: 22px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.68);
}

.news-fact-grid span,
.news-fact-grid strong {
  display: block;
}

.news-fact-grid span {
  margin-bottom: 8px;
  color: var(--slate-500);
  font-size: 13px;
}

.news-fact-grid strong {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.35;
}

.news-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.product-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
  gap: 60px;
  align-items: center;
  max-width: var(--wide);
  margin: 0 auto;
}

.product-hero p {
  max-width: 620px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 20px;
  line-height: 1.55;
}

.product-motion-card {
  position: relative;
  min-height: 420px;
}

.product-dashboard {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 22px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.3);
}

.product-node {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(8, 24, 30, 0.66);
  backdrop-filter: blur(18px);
  font-size: 13px;
  font-weight: 500;
}

.product-node::before {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--amber);
  content: "";
}

.product-node.one { top: -22px; left: 8%; }
.product-node.two { top: 44%; right: -20px; }
.product-node.three { bottom: -18px; left: 24%; }

.detail-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: start;
}

.feature-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.feature-card {
  padding: 22px;
}

.feature-card i {
  width: 22px;
  height: 22px;
  margin-bottom: 18px;
  color: var(--teal-deep);
}

.use-case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 44px;
}

.use-case {
  padding: 24px;
}

.use-case strong {
  display: block;
  margin-bottom: 8px;
  font-size: 19px;
  font-weight: 600;
}

.demo-page {
  padding-top: 142px;
  background:
    radial-gradient(circle at 78% 10%, rgba(37, 199, 183, 0.18), transparent 30%),
    radial-gradient(circle at 16% 22%, rgba(243, 200, 75, 0.12), transparent 24%),
    linear-gradient(180deg, #f5faf7 0%, #eaf5f0 44%, var(--white) 100%);
}

.demo-page .demo-panel {
  color: var(--white);
  background:
    radial-gradient(circle at 88% 20%, rgba(243, 200, 75, 0.16), transparent 28%),
    linear-gradient(135deg, var(--ink-950), var(--ink-800));
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 38px;
}

.contact-card {
  position: relative;
  min-height: 190px;
  padding: 24px;
  border-color: rgba(18, 99, 79, 0.12);
  background:
    radial-gradient(circle at 86% 14%, rgba(37, 199, 183, 0.16), transparent 32%),
    rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
}

.contact-card > i {
  width: 28px;
  height: 28px;
  margin-bottom: 22px;
  color: var(--teal-deep);
}

.contact-card strong {
  display: block;
  margin-bottom: 14px;
  color: var(--ink-950);
  font-weight: 600;
}

.contact-card span {
  color: var(--slate-700);
  line-height: 1.55;
}

.product-switcher {
  padding-top: clamp(34px, 5vw, 56px);
  padding-bottom: clamp(48px, 7vw, 72px);
  background: var(--mist-50);
}

.switcher-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 30px;
}

.switcher-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  align-items: start;
  min-height: 138px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-tight);
}

.switcher-card[aria-current="page"] {
  border-color: rgba(37, 199, 183, 0.34);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(231, 249, 244, 0.92));
}

.switcher-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 600;
}

.switcher-card span {
  color: var(--slate-700);
  font-size: 14px;
  line-height: 1.45;
}

.switcher-card i {
  width: 20px;
  height: 20px;
  margin-top: 2px;
}

.signin-page {
  min-height: 100vh;
  padding: 118px clamp(20px, 5vw, 80px) 64px;
  background:
    radial-gradient(circle at 78% 12%, rgba(37, 199, 183, 0.16), transparent 28%),
    linear-gradient(140deg, var(--mist-50), #eaf5f2);
}

.signin-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(380px, 0.8fr);
  gap: 46px;
  align-items: center;
  max-width: 1120px;
  min-height: calc(100vh - 190px);
  margin: 0 auto;
}

.signin-copy h1 {
  margin: 0 0 18px;
  font-size: clamp(42px, 6vw, 68px);
  font-weight: 600;
  line-height: 1.04;
}

.signin-copy p {
  max-width: 560px;
  margin: 0;
  color: var(--slate-700);
  font-size: 20px;
  line-height: 1.55;
}

.signin-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin-top: 32px;
  max-width: 620px;
}

.signin-proof span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  color: var(--ink-800);
  font-size: 15px;
  white-space: nowrap;
}

.signin-proof i {
  width: 19px;
  height: 19px;
  color: var(--teal-deep);
  flex: 0 0 auto;
}

.signin-card {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(24px) saturate(160%);
  -webkit-backdrop-filter: blur(24px) saturate(160%);
}

.signin-card h2 {
  margin: 0 0 8px;
  font-size: 26px;
  font-weight: 600;
}

.signin-card p {
  margin: 0 0 22px;
  color: var(--slate-700);
  line-height: 1.5;
}

.signin-card .field label {
  color: var(--slate-700);
}

.signin-card .field input {
  color: var(--ink-950);
  background: rgba(255, 255, 255, 0.78);
  border-color: var(--line);
}

.signin-card .field input::placeholder {
  color: rgba(51, 70, 77, 0.48);
}

.signin-card .form-note {
  color: var(--slate-500);
}

.auth-provider-grid {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.auth-provider-grid .btn {
  width: 100%;
  justify-content: center;
}

.auth-logo {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.signin-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 8px 0 18px;
  color: var(--slate-700);
  font-size: 14px;
}

.signin-options label {
  display: flex;
  gap: 8px;
  align-items: center;
}

.reveal {
  opacity: 1;
  transform: none;
}

@media (max-width: 1040px) {
  .hero-inner,
  .product-hero-inner,
  .dashboard-showcase,
  .testimonial-shell,
  .demo-panel,
  .detail-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual,
  .product-motion-card {
    min-height: auto;
  }

  .stats-grid,
  .story-grid,
  .product-grid,
  .pricing-grid,
  .use-case-grid,
  .switcher-grid,
  .contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stats-intro {
    grid-column: 1 / -1;
  }

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

@media (max-width: 920px) {
  .entry-portal {
    min-height: 560px;
  }

  .entry-film {
    inset: -3% -26%;
    width: 152%;
    height: 106%;
    object-position: center;
  }

  .entry-film--reverse {
    inset: 0;
    width: 100%;
    height: 100%;
    object-position: 62% center;
  }

  .entry-brand span {
    font-size: 18px;
  }

  .entry-scan {
    top: 50%;
    left: 50%;
    width: min(118vw, 620px);
  }

  .nav-shell {
    grid-template-columns: auto auto;
    justify-content: space-between;
    gap: 12px;
  }

  .menu-toggle {
    display: inline-grid;
    place-items: center;
  }

  .nav-actions {
    display: none;
  }

  .nav-links {
    position: fixed;
    top: 82px;
    left: 20px;
    right: 20px;
    display: grid;
    gap: 8px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.93);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(24px);
    transform: translateY(-16px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms var(--ease), transform 180ms var(--ease);
  }

  body.menu-open .nav-links {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .nav-product,
  .nav-product-trigger {
    width: 100%;
  }

  .nav-product-trigger {
    justify-content: space-between;
  }

  .mobile-nav-only {
    display: block;
  }

  .product-menu {
    position: static;
    width: 100%;
    margin-top: 8px;
    padding: 8px;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.74);
  }

  .hero,
  .product-hero,
  .demo-page {
    padding-top: 116px;
  }

  .hero-proof,
  .stats-grid,
  .story-grid,
  .product-grid,
  .pricing-grid,
  .compare-grid,
  .use-case-grid,
  .switcher-grid,
  .contact-grid,
  .form-row,
  .footer-grid,
  .signin-shell {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    display: grid;
    justify-content: start;
  }

  .funding-card {
    grid-template-columns: 1fr;
  }

  .funding-actions {
    grid-template-columns: auto auto;
    align-items: center;
  }

  .glass-chip {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    margin-top: 12px;
  }

  .dashboard-frame {
    transform: none;
  }

  .integration-map {
    min-height: 640px;
  }

  .integration-node {
    min-width: 116px;
  }

  .node-1 { top: 10%; left: 8%; }
  .node-2 { top: 20%; right: 8%; }
  .node-3 { top: 44%; left: 5%; }
  .node-4 { top: 52%; right: 5%; }
  .node-5 { bottom: 16%; left: 8%; }
  .node-6 { right: 8%; bottom: 8%; }
}

@media (max-width: 560px) {
  .entry-brand img {
    width: 34px;
    height: 34px;
  }

  .entry-skip {
    top: 23px;
  }

  .entry-trace {
    width: 138%;
    transform: translateX(-21%);
  }

  .entry-progress {
    bottom: 20px;
  }

  .entry-enter {
    bottom: 34px;
  }

  .entry-caption {
    bottom: 112px;
    width: min(330px, calc(100vw - 44px));
    min-height: 78px;
  }

  .entry-caption-line {
    font-size: 21px;
  }

  .funding-card {
    border-radius: 18px;
  }

  .funding-actions {
    grid-template-columns: 1fr;
  }

  .funding-actions .btn {
    width: 100%;
  }

  .news-fact-grid {
    grid-template-columns: 1fr;
  }

  .news-actions .btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .entry-trace-live {
    stroke-dasharray: none !important;
    stroke-dashoffset: 0 !important;
  }

  .entry-progress span {
    transform: scaleX(1);
  }

  .entry-caption-line {
    display: none;
  }

  .entry-caption-line--static {
    display: block;
    opacity: 1;
  }
}
