:root {
  color-scheme: dark;
  --bg: #071018;
  --bg-2: #0d1722;
  --panel: rgba(13, 22, 33, 0.74);
  --panel-2: rgba(17, 29, 43, 0.86);
  --text: #f7fbff;
  --soft: #dceaf4;
  --muted: #aab8c5;
  --line: rgba(190, 224, 255, 0.12);
  --line-strong: rgba(139, 223, 255, 0.28);
  --blue: #4db8ff;
  --cyan: #8bdfff;
  --mint: #9ee7d2;
  --amber: #e3c989;
  --silver: #e9f1f6;
  --shadow: 0 18px 46px rgba(0, 0, 0, 0.32);
  --max: 1420px;
  --radius: 18px;
  --radius-lg: 26px;
  --radius-xl: 34px;
  --radius-pill: 999px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    linear-gradient(150deg, rgba(139, 223, 255, 0.075) 0%, transparent 26%),
    linear-gradient(36deg, transparent 30%, rgba(158, 231, 210, 0.06) 50%, transparent 74%),
    linear-gradient(180deg, #071018 0%, var(--bg) 44%, #09131c 100%);
  font-size: 16px;
  line-height: 1.68;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(112deg, transparent 0%, transparent 12%, rgba(139, 223, 255, 0.075) 25%, transparent 43%),
    linear-gradient(24deg, transparent 18%, rgba(158, 231, 210, 0.052) 47%, transparent 72%),
    conic-gradient(from 226deg at 52% 28%, transparent 0deg, rgba(139, 223, 255, 0.045) 42deg, transparent 86deg, rgba(158, 231, 210, 0.032) 126deg, transparent 180deg),
    linear-gradient(165deg, transparent 10%, rgba(255, 255, 255, 0.03) 46%, transparent 62%);
  opacity: 0.95;
  mix-blend-mode: normal;
  mask-image: linear-gradient(to bottom, transparent, black 10%, black 90%, transparent);
}

body::after {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgba(4, 8, 12, 0.24), transparent 28%, transparent 72%, rgba(4, 8, 12, 0.2)),
    linear-gradient(180deg, rgba(4, 8, 12, 0.14), rgba(4, 8, 12, 0.27));
}

img,
svg {
  display: block;
}

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

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

button {
  border: 0;
}

::selection {
  color: #04111d;
  background: var(--cyan);
}

.skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 100;
  padding: 0.65rem 0.9rem;
  color: #03111d;
  background: var(--cyan);
  transform: translateY(-160%);
  transition: transform 0.2s ease;
}

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

.sr-only,
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: min(100% - 1rem, 1640px);
  min-height: 84px;
  margin: 14px auto 0;
  padding: 0.62rem 0.72rem;
  border: 1px solid rgba(190, 224, 255, 0.14);
  border-radius: var(--radius-xl);
  background: rgba(4, 8, 13, 0.72);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
  transition: margin 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.site-header.is-scrolled {
  margin-top: 0;
  border-color: rgba(80, 190, 255, 0.34);
  background: rgba(4, 8, 13, 0.95);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: max-content;
  padding: 0.22rem;
  border: 1px solid rgba(174, 218, 255, 0.14);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(3, 7, 12, 0.42);
}

.brand-logo {
  width: clamp(78px, 5.6vw, 98px);
  height: auto;
  border-radius: 18px;
  filter: drop-shadow(0 0 18px rgba(24, 168, 255, 0.28));
}

.footer-brand {
  gap: 0.75rem;
}

.brand-mark {
  position: relative;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  overflow: hidden;
  color: var(--silver);
  border: 1px solid rgba(118, 220, 255, 0.58);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 42%, rgba(24, 168, 255, 0.38), transparent 52%),
    linear-gradient(145deg, #111c27, #030609);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 0 28px rgba(24, 168, 255, 0.22);
  font-size: 1rem;
  font-weight: 860;
}

.brand-mark span {
  color: var(--cyan);
}

.brand-mark::after {
  position: absolute;
  inset: 8px;
  content: "";
  border: 1px solid rgba(118, 220, 255, 0.18);
  border-radius: 50%;
}

.brand-copy {
  display: grid;
  gap: 0.03rem;
  text-transform: uppercase;
}

.brand-copy span {
  font-weight: 780;
  letter-spacing: 0.14em;
}

.brand-copy small {
  color: var(--cyan);
  font-size: 0.69rem;
  letter-spacing: 0.34em;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.12rem;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0.54rem 0.56rem;
  color: var(--muted);
  border: 1px solid transparent;
  border-radius: var(--radius-pill);
  font-size: 0.82rem;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.is-active {
  color: var(--text);
  border-color: rgba(80, 190, 255, 0.28);
  background: rgba(80, 190, 255, 0.08);
  outline: none;
}

.site-nav .nav-cta {
  color: #03111d;
  border-color: rgba(118, 220, 255, 0.6);
  background: linear-gradient(135deg, var(--cyan), var(--blue));
  font-weight: 760;
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  place-items: center;
  color: var(--text);
  border: 1px solid rgba(190, 224, 255, 0.17);
  background: rgba(255, 255, 255, 0.055);
  cursor: pointer;
}

.nav-toggle span:not(.sr-only) {
  width: 20px;
  height: 2px;
  background: currentColor;
}

.hero,
.page-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.hero {
  min-height: 96vh;
  display: grid;
  align-items: end;
  padding: 8.8rem 1rem 3.2rem;
}

.hero-home {
  min-height: 100svh;
  align-items: center;
  padding-bottom: 2.5rem;
}

.hero-media,
.page-hero::before {
  position: absolute;
  inset: 0;
  z-index: -3;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.08) contrast(1.1);
}

.hero-media::after,
.page-hero::after {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background:
    linear-gradient(126deg, transparent 0%, rgba(139, 223, 255, 0.09) 25%, transparent 48%),
    linear-gradient(28deg, transparent 18%, rgba(158, 231, 210, 0.06) 46%, transparent 70%),
    linear-gradient(90deg, rgba(2, 4, 7, 0.94), rgba(2, 4, 7, 0.5) 46%, rgba(2, 4, 7, 0.78)),
    linear-gradient(180deg, rgba(2, 4, 7, 0.5), transparent 42%, rgba(2, 4, 7, 0.9));
}

.page-hero::before {
  content: "";
  background-image: url("/assets/images/bs-hero.png");
  background-size: cover;
  background-position: center;
  filter: saturate(1.05) contrast(1.1);
}

.hero-grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(120deg, transparent, rgba(139, 223, 255, 0.06), transparent);
  opacity: 0.22;
  mask-image: linear-gradient(to bottom, transparent, black 28%, transparent 78%);
}

.hero-content,
.section-inner {
  position: relative;
  z-index: 1;
  width: min(100%, var(--max));
  margin-inline: auto;
}

.hero-content {
  width: min(100% - 2rem, var(--max));
}

.home-hero-content {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, 0.72fr);
  gap: clamp(2rem, 5vw, 6rem);
  align-items: center;
}

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

.hero-copy h1 {
  max-width: 980px;
  font-size: clamp(2.35rem, 5.1vw, 4.9rem);
}

.hero-copy .hero-lead {
  margin-top: 1.35rem;
}

.hero-identity {
  position: relative;
  display: grid;
  justify-items: center;
  min-height: 520px;
  padding: 1.1rem 1.1rem 1.35rem;
  border: 1px solid rgba(118, 220, 255, 0.25);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(145deg, rgba(139, 223, 255, 0.16), transparent 32%),
    linear-gradient(330deg, rgba(158, 231, 210, 0.1), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.016)),
    rgba(3, 7, 12, 0.76);
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(12px);
  overflow: hidden;
}

.hero-identity::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(116deg, transparent 10%, rgba(139, 223, 255, 0.12) 35%, transparent 58%),
    linear-gradient(28deg, transparent 28%, rgba(158, 231, 210, 0.08) 48%, transparent 72%);
  opacity: 0.28;
  mask-image: linear-gradient(120deg, transparent, black 22%, black 74%, transparent);
}

.hero-identity img {
  position: relative;
  z-index: 1;
  width: min(100%, 385px);
  height: auto;
  border: 1px solid rgba(174, 218, 255, 0.16);
  border-radius: var(--radius-xl);
  background: rgba(3, 7, 12, 0.52);
  filter: drop-shadow(0 0 35px rgba(24, 168, 255, 0.35));
}

.identity-lines {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.identity-lines span {
  position: absolute;
  background: rgba(118, 220, 255, 0.22);
}

.identity-lines span:nth-child(1) {
  top: 50%;
  left: 8%;
  width: 84%;
  height: 1px;
}

.identity-lines span:nth-child(2) {
  top: 8%;
  left: 50%;
  width: 1px;
  height: 84%;
}

.identity-lines span:nth-child(3) {
  right: 12%;
  bottom: 24%;
  width: 11px;
  height: 11px;
  background: var(--cyan);
  transform: rotate(45deg);
  box-shadow: 0 0 20px rgba(118, 220, 255, 0.8);
}

.hero-identity dl {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  gap: 1px;
  margin: auto 0 0;
  border: 1px solid rgba(174, 218, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(174, 218, 255, 0.1);
  overflow: hidden;
}

.hero-identity dl div {
  padding: 0.82rem;
  background: rgba(2, 6, 11, 0.82);
}

.hero-identity dt {
  color: var(--cyan);
  font-size: 0.7rem;
  font-weight: 820;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-identity dd {
  margin: 0.22rem 0 0;
  color: var(--soft);
}

.trust-strip {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(174, 218, 255, 0.14);
  border-radius: var(--radius-lg);
  background: rgba(174, 218, 255, 0.12);
  overflow: hidden;
}

.trust-strip span {
  min-height: 64px;
  display: flex;
  align-items: center;
  padding: 0.9rem 1rem;
  color: var(--soft);
  background: rgba(3, 7, 12, 0.82);
  font-weight: 720;
}

.page-hero {
  padding: 9.5rem 1rem 4.5rem;
  border-bottom: 1px solid var(--line);
}

.page-hero-grid,
.statement-grid,
.split-feature,
.contact-layout,
.two-column {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.page-hero h1,
.hero h1 {
  max-width: 900px;
}

.page-hero p:not(.eyebrow),
.hero-lead {
  max-width: 760px;
  color: var(--soft);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(2.15rem, 4.8vw, 4.7rem);
  font-weight: 720;
}

h2 {
  font-size: clamp(1.5rem, 2.8vw, 2.8rem);
  font-weight: 700;
}

h3 {
  font-size: clamp(1.12rem, 2vw, 1.48rem);
  font-weight: 740;
}

p {
  margin: 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.62rem;
  min-height: 48px;
  padding: 0.78rem 1.05rem;
  border: 1px solid transparent;
  border-radius: var(--radius-pill);
  font-weight: 780;
  line-height: 1.2;
  cursor: pointer;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  flex: 0 0 auto;
}

.button-primary {
  color: #03111d;
  border-color: rgba(160, 232, 255, 0.55);
  background: linear-gradient(135deg, var(--cyan), var(--blue));
  box-shadow: 0 18px 42px rgba(24, 168, 255, 0.25);
}

.button-secondary {
  color: var(--text);
  border-color: rgba(190, 224, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.audience-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  max-width: 920px;
  margin-top: 2.3rem;
}

.audience-strip span,
.pill-cloud span,
.tag-list span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0.35rem 0.6rem;
  color: var(--soft);
  border: 1px solid rgba(190, 224, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.82rem;
  border-radius: var(--radius-pill);
}

.section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(3.4rem, 5.8vw, 5.6rem) 1rem;
}

.section::before {
  position: absolute;
  inset: 14% -16% auto;
  z-index: 0;
  height: 340px;
  pointer-events: none;
  content: "";
  border-radius: var(--radius-pill);
  background: linear-gradient(112deg, transparent 9%, rgba(139, 223, 255, 0.065) 31%, rgba(158, 231, 210, 0.042) 50%, transparent 74%);
  filter: blur(9px);
  transform: rotate(-4deg);
  opacity: 0.72;
}

.section:nth-of-type(odd)::before {
  inset-inline: -14% -4%;
  transform: rotate(4deg);
}

.section-tight {
  padding-top: clamp(2.4rem, 4.2vw, 3.8rem);
}

.section-heading {
  max-width: 780px;
  margin-bottom: 2.35rem;
}

.section-heading p:not(.eyebrow) {
  margin-top: 1rem;
  color: var(--muted);
  font-size: 1.05rem;
}

.center-heading {
  margin-inline: auto;
  text-align: center;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

.category-card,
.wide-card,
.mini-panel,
.feature-grid article,
.project-card,
.founder-card,
.hero-side-panel,
.mock-browser,
.terminal-panel,
.dashboard-panel,
.automation-map,
.plan-panel,
.note-panel,
.product-card,
.store-entry-card,
.store-status-panel,
.contact-form {
  position: relative;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.018)),
    var(--panel);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
  overflow: hidden;
  border-radius: var(--radius-lg);
}

.category-card::before,
.wide-card::before,
.mini-panel::before,
.feature-grid article::before,
.project-card::before,
.founder-card::before,
.hero-side-panel::before,
.contact-form::before {
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
  opacity: 0.66;
}

.category-card {
  min-height: 286px;
  display: flex;
  flex-direction: column;
  padding: 1.35rem;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.category-card-large {
  grid-column: span 1;
  min-height: 340px;
}

.category-card:hover,
.category-card:focus-visible,
.wide-card:hover,
.wide-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(118, 220, 255, 0.44);
  background:
    radial-gradient(circle at top right, rgba(24, 168, 255, 0.13), transparent 18rem),
    var(--panel-2);
  outline: none;
}

.icon-chip {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  margin-bottom: 1.3rem;
  border: 1px solid rgba(118, 220, 255, 0.34);
  border-radius: var(--radius);
  background: rgba(24, 168, 255, 0.08);
}

.icon-chip svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: var(--cyan);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.card-kicker,
.number {
  color: var(--amber);
  font-size: 0.76rem;
  font-weight: 820;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.project-card .card-kicker,
.product-card .card-kicker {
  color: var(--amber);
}

.category-card p:not(.card-kicker),
.feature-grid p,
.project-card p,
.mini-panel p,
.founder-card p,
.wide-card p {
  color: var(--muted);
}

.category-card h3 {
  margin: 0.35rem 0 0.85rem;
}

.card-link {
  margin-top: auto;
  color: var(--cyan);
  font-weight: 780;
}

.statement-section,
.muted-section {
  border-block: 1px solid var(--line);
  background:
    radial-gradient(circle at 75% 0%, rgba(120, 228, 199, 0.08), transparent 24rem),
    rgba(255, 255, 255, 0.018);
}

.intro-showcase {
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 12% 10%, rgba(118, 220, 255, 0.08), transparent 24rem),
    rgba(255, 255, 255, 0.012);
}

.showcase-grid,
.command-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.showcase-grid h2 {
  max-width: 820px;
}

.showcase-copy {
  display: grid;
  gap: 1rem;
  color: var(--soft);
  font-size: 1.08rem;
}

.division-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.division-card {
  position: relative;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  padding: 1.35rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.016)),
    rgba(7, 14, 24, 0.82);
  overflow: hidden;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.division-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
}

.division-card::after {
  position: absolute;
  right: -70px;
  bottom: -70px;
  width: 190px;
  height: 190px;
  content: "";
  border: 1px solid rgba(118, 220, 255, 0.18);
  border-radius: 50%;
  box-shadow: inset 0 0 42px rgba(24, 168, 255, 0.08);
}

.division-card:hover,
.division-card:focus-visible {
  transform: translateY(-5px);
  border-color: rgba(118, 220, 255, 0.45);
  background:
    radial-gradient(circle at top right, rgba(24, 168, 255, 0.13), transparent 18rem),
    rgba(9, 18, 31, 0.92);
  outline: none;
}

.division-primary {
  grid-column: span 2;
}

.division-fivem {
  border-color: rgba(120, 228, 199, 0.26);
}

.division-number {
  color: var(--amber);
  font-size: 0.76rem;
  font-weight: 840;
  letter-spacing: 0.18em;
}

.division-card h3 {
  max-width: 430px;
  margin: 1.15rem 0 0.85rem;
  font-size: clamp(1.45rem, 2.4vw, 2.45rem);
}

.division-card p {
  max-width: 520px;
  color: var(--muted);
}

.division-card strong {
  margin-top: auto;
  color: var(--cyan);
  font-size: 0.95rem;
}

.command-section {
  border-block: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(24, 168, 255, 0.09), transparent 50%),
    rgba(255, 255, 255, 0.014);
}

.command-panel {
  position: relative;
  min-height: 460px;
  padding: 1.15rem;
  border: 1px solid rgba(118, 220, 255, 0.28);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(145deg, rgba(139, 223, 255, 0.09), transparent 34%),
    linear-gradient(325deg, rgba(158, 231, 210, 0.07), transparent 42%),
    rgba(2, 7, 12, 0.9);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.command-panel::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(118deg, transparent 8%, rgba(139, 223, 255, 0.12) 34%, transparent 58%),
    linear-gradient(28deg, transparent 32%, rgba(158, 231, 210, 0.08) 52%, transparent 74%);
  opacity: 0.22;
}

.command-top,
.command-body,
.command-metrics {
  position: relative;
  z-index: 1;
}

.command-top {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 42px;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}

.command-top span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--cyan);
}

.command-top strong {
  margin-left: auto;
  color: var(--soft);
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.command-body {
  display: grid;
  gap: 0.9rem;
  margin-top: 2rem;
}

.command-row {
  display: grid;
  grid-template-columns: 120px 1fr auto;
  gap: 1rem;
  align-items: center;
  color: var(--soft);
}

.command-row i {
  height: 8px;
  background:
    linear-gradient(90deg, rgba(118, 220, 255, 0.72), rgba(120, 228, 199, 0.4)),
    rgba(255, 255, 255, 0.06);
}

.command-row b {
  color: var(--mint);
  font-size: 0.8rem;
  font-weight: 800;
}

.command-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 3rem;
  border: 1px solid var(--line);
  background: rgba(174, 218, 255, 0.12);
}

.command-metrics span {
  min-height: 74px;
  display: grid;
  place-items: center;
  color: var(--cyan);
  background: rgba(3, 7, 12, 0.82);
  font-weight: 780;
}

.quality-list {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.quality-list article {
  padding: 1.1rem 0 1.1rem 1.2rem;
  border-left: 2px solid rgba(118, 220, 255, 0.45);
}

.quality-list p {
  margin-top: 0.45rem;
  color: var(--muted);
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.audience-grid article {
  min-height: 270px;
  padding: 1.35rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.048), rgba(255, 255, 255, 0.016)),
    rgba(7, 14, 24, 0.8);
}

.audience-grid span {
  color: var(--amber);
  font-size: 0.76rem;
  font-weight: 840;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.audience-grid h3 {
  margin: 1rem 0 0.75rem;
}

.audience-grid p {
  color: var(--muted);
}

.store-entry-section {
  border-block: 1px solid var(--line);
  background:
    radial-gradient(circle at 50% 0%, rgba(24, 168, 255, 0.1), transparent 26rem),
    rgba(255, 255, 255, 0.012);
}

.store-entry-card {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  padding: 1.45rem;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.store-entry-card:hover,
.store-entry-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(118, 220, 255, 0.46);
  background:
    radial-gradient(circle at top right, rgba(120, 228, 199, 0.1), transparent 18rem),
    var(--panel-2);
  outline: none;
}

.store-entry-card span,
.store-status-panel span {
  color: var(--amber);
  font-size: 0.76rem;
  font-weight: 840;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.store-entry-card h2 {
  margin-top: 1rem;
  font-size: clamp(1.6rem, 3vw, 3rem);
}

.store-entry-card p,
.store-status-panel p {
  margin-top: 1rem;
  color: var(--muted);
}

.store-entry-card strong {
  margin-top: auto;
  color: var(--cyan);
}

.shop-hero::before {
  background-position: center;
}

.store-status-panel {
  min-height: 310px;
  display: grid;
  align-content: end;
  padding: 1.35rem;
  border-color: rgba(120, 228, 199, 0.28);
  background:
    radial-gradient(circle at top right, rgba(120, 228, 199, 0.13), transparent 18rem),
    rgba(7, 14, 24, 0.86);
}

.store-status-panel strong {
  display: block;
  max-width: 460px;
  margin-top: 0.8rem;
  font-size: clamp(1.6rem, 3vw, 3rem);
  line-height: 1.05;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
}

.product-card {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  padding: 1.35rem;
  border-color: rgba(174, 218, 255, 0.17);
}

.product-card h2 {
  margin: 0.9rem 0 0.8rem;
  font-size: clamp(1.45rem, 2.6vw, 2.25rem);
}

.product-card p {
  color: var(--muted);
}

.product-card a,
.product-card span,
.product-action {
  width: fit-content;
  margin-top: auto;
  color: var(--cyan);
  border: 0;
  background: transparent;
  font-weight: 780;
  border-bottom: 1px solid rgba(118, 220, 255, 0.35);
  cursor: pointer;
  padding: 0;
}

.disabled-link {
  pointer-events: none;
  opacity: 0.72;
}

.shop-flow {
  display: grid;
  gap: 0.8rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.shop-flow li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
}

.shop-flow span {
  color: var(--mint);
  font-size: 0.78rem;
  font-weight: 820;
  letter-spacing: 0.18em;
}

.shop-flow p {
  color: var(--soft);
}

.process-section {
  border-top: 1px solid var(--line);
}

.premium-cta {
  position: relative;
  overflow: hidden;
}

.premium-cta::after {
  position: absolute;
  right: -80px;
  bottom: -130px;
  width: 340px;
  height: 340px;
  content: "";
  border: 1px solid rgba(118, 220, 255, 0.18);
  border-radius: 50%;
  box-shadow: inset 0 0 80px rgba(24, 168, 255, 0.1);
}

.footer-logo {
  width: 84px;
  height: auto;
  border: 1px solid rgba(174, 218, 255, 0.14);
  border-radius: 18px;
  background: rgba(3, 7, 12, 0.52);
  filter: drop-shadow(0 0 18px rgba(24, 168, 255, 0.22));
}

.text-stack {
  display: grid;
  gap: 1rem;
  color: var(--soft);
  font-size: 1.06rem;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.process-list li {
  min-height: 230px;
  padding: 1.25rem;
  border: 1px solid var(--line);
  background: rgba(9, 16, 27, 0.74);
}

.process-list span {
  display: inline-flex;
  margin-bottom: 1rem;
  color: var(--mint);
  font-size: 0.78rem;
  font-weight: 820;
  letter-spacing: 0.18em;
}

.process-list p {
  margin-top: 0.8rem;
  color: var(--muted);
}

.cta-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 0 1rem clamp(4rem, 7vw, 6.5rem);
}

.cta-section::before {
  position: absolute;
  inset: auto -16% 8%;
  z-index: 0;
  height: 280px;
  pointer-events: none;
  content: "";
  border-radius: var(--radius-pill);
  background: linear-gradient(128deg, transparent 8%, rgba(139, 223, 255, 0.075) 32%, rgba(158, 231, 210, 0.045) 54%, transparent 78%);
  filter: blur(10px);
}

.cta-panel {
  padding: clamp(1.4rem, 4vw, 2.3rem);
  border: 1px solid var(--line-strong);
  background:
    radial-gradient(circle at 88% 10%, rgba(120, 228, 199, 0.16), transparent 20rem),
    linear-gradient(135deg, rgba(24, 168, 255, 0.13), rgba(255, 255, 255, 0.03)),
    rgba(7, 13, 21, 0.92);
  box-shadow: var(--shadow);
}

.cta-panel p:not(.eyebrow) {
  max-width: 760px;
  margin: 1rem 0 0;
  color: var(--soft);
}

.service-list {
  display: grid;
  gap: 0.9rem;
}

.wide-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1.3rem;
  align-items: center;
  min-height: 142px;
  padding: 1.25rem;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.wide-card h2 {
  font-size: clamp(1.45rem, 3vw, 2.5rem);
}

.arrow {
  color: var(--cyan);
  font-size: 2rem;
}

.three-column,
.feature-grid,
.project-grid,
.founder-grid {
  display: grid;
  gap: 1rem;
}

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

.feature-grid,
.project-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.mini-panel,
.feature-grid article,
.project-card,
.founder-card {
  min-height: 230px;
  padding: 1.35rem;
}

.feature-grid article h2,
.project-card h2,
.founder-card h2 {
  font-size: clamp(1.35rem, 2.6vw, 2.1rem);
  margin-bottom: 0.85rem;
}

.hero-side-panel {
  min-height: 280px;
  display: grid;
  align-content: end;
  padding: 1.4rem;
  border-color: var(--line-strong);
}

.hero-side-panel span {
  color: var(--cyan);
  font-size: 0.8rem;
  font-weight: 820;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.hero-side-panel strong {
  display: block;
  max-width: 360px;
  margin: 0.8rem 0;
  font-size: clamp(1.25rem, 2.2vw, 2rem);
  line-height: 1.16;
}

.mock-browser {
  min-height: 360px;
  padding: 1.2rem;
  border-color: var(--line-strong);
}

.web-preview-flow {
  display: grid;
  align-content: center;
}

.flow-panel-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 46px;
  padding: 0 0.85rem;
  border: 1px solid rgba(214, 236, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
}

.flow-panel-top strong {
  color: var(--text);
}

.flow-panel-top span {
  color: var(--mint);
  font-size: 0.82rem;
}

.mock-browser > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 0.35rem;
  border-radius: 50%;
  background: var(--cyan);
}

.mock-line {
  width: 68%;
  height: 18px;
  margin-top: 1.2rem;
  background: linear-gradient(90deg, rgba(118, 220, 255, 0.4), rgba(255, 255, 255, 0.08));
}

.mock-line.wide {
  width: 92%;
  height: 42px;
  margin-top: 2rem;
}

.mock-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
  margin-top: 2rem;
}

.mock-grid i {
  min-height: 92px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.045);
}

.terminal-panel {
  min-height: 330px;
  display: grid;
  align-content: center;
  gap: 0.8rem;
  padding: 1.4rem;
  border-color: rgba(120, 228, 199, 0.35);
  background:
    radial-gradient(circle at top right, rgba(120, 228, 199, 0.12), transparent 18rem),
    rgba(3, 8, 12, 0.92);
}

.terminal-panel span {
  color: var(--mint);
  font-weight: 800;
}

.terminal-panel code {
  display: block;
  padding: 0.75rem;
  color: var(--soft);
  border: 1px solid rgba(120, 228, 199, 0.16);
  background: rgba(0, 0, 0, 0.24);
  overflow-wrap: anywhere;
}

.dashboard-panel {
  min-height: 320px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  padding: 1.2rem;
}

.dashboard-panel div {
  display: grid;
  align-content: center;
  gap: 0.35rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(118, 220, 255, 0.16), rgba(255, 255, 255, 0.03));
}

.dashboard-panel small {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 780;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dashboard-panel strong {
  color: var(--text);
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  line-height: 1.25;
}

.dashboard-panel div:first-child {
  grid-column: 1 / -1;
  min-height: 120px;
}

.automation-map {
  min-height: 320px;
  display: grid;
  place-items: center;
  border-color: rgba(120, 228, 199, 0.25);
}

.automation-map span {
  position: absolute;
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  padding: 0.4rem;
  border: 1px solid rgba(118, 220, 255, 0.34);
  border-radius: var(--radius);
  background: rgba(24, 168, 255, 0.08);
  box-shadow: 0 0 28px rgba(24, 168, 255, 0.14);
  color: var(--soft);
  font-size: 0.8rem;
  font-weight: 760;
  text-align: center;
}

.automation-map span:nth-child(1) {
  inset: 42px auto auto 50%;
  transform: translateX(-50%);
}

.automation-map span:nth-child(2) {
  inset: 50% auto auto 54px;
  transform: translateY(-50%);
}

.automation-map span:nth-child(3) {
  inset: 50% 54px auto auto;
  transform: translateY(-50%);
}

.automation-map span:nth-child(4) {
  inset: auto auto 42px 50%;
  transform: translateX(-50%);
}

.automation-map span:nth-child(5) {
  width: 96px;
  height: 96px;
  background: linear-gradient(135deg, var(--cyan), var(--blue));
}

.automation-map::before,
.automation-map::after {
  position: absolute;
  inset: 50% 18%;
  height: 1px;
  content: "";
  background: rgba(118, 220, 255, 0.28);
}

.automation-map::after {
  transform: rotate(90deg);
}

.plan-panel {
  min-height: 300px;
  display: grid;
  align-content: center;
  gap: 0.8rem;
  padding: 1.2rem;
}

.plan-panel span {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  min-height: 54px;
  padding: 0.8rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.05);
  color: var(--soft);
}

.plan-panel span b {
  display: inline-grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  color: #03111d;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--mint), var(--cyan));
  box-shadow: 0 8px 20px rgba(77, 184, 255, 0.18);
  font-size: 0.78rem;
  font-weight: 820;
}

.check-list {
  display: grid;
  gap: 0.8rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 0.9rem 0.9rem 0.9rem 2.3rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
  color: var(--soft);
}

.check-list li::before {
  position: absolute;
  top: 1.1rem;
  left: 0.9rem;
  width: 9px;
  height: 9px;
  content: "";
  background: var(--mint);
  transform: rotate(45deg);
}

.pill-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.note-panel {
  margin-top: 1rem;
  padding: 1rem;
  border-color: rgba(216, 189, 119, 0.32);
}

.note-panel p {
  color: var(--muted);
  font-size: 0.92rem;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: auto;
  padding-top: 1.4rem;
}

.project-card {
  display: flex;
  flex-direction: column;
}

.project-card a {
  width: fit-content;
  margin-top: 1rem;
  color: var(--cyan);
  border-bottom: 1px solid rgba(118, 220, 255, 0.35);
  font-weight: 780;
}

.project-card-feature,
.product-card-feature {
  border-color: rgba(120, 228, 199, 0.34);
  background:
    radial-gradient(circle at top right, rgba(120, 228, 199, 0.12), transparent 18rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02)),
    var(--panel);
}

.project-card-feature {
  grid-column: span 2;
}

.software-highlight {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.software-copy {
  max-width: 760px;
}

.software-copy h2 {
  max-width: 760px;
  font-size: clamp(1.8rem, 3.3vw, 3.15rem);
}

.software-copy p:not(.eyebrow) {
  color: var(--soft);
  font-size: 1.05rem;
}

.software-copy .button {
  margin-top: 1.6rem;
}

.software-console {
  position: relative;
  min-height: 390px;
  padding: 1.1rem;
  border: 1px solid rgba(118, 220, 255, 0.26);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 78% 10%, rgba(118, 220, 255, 0.18), transparent 19rem),
    radial-gradient(circle at 10% 90%, rgba(120, 228, 199, 0.1), transparent 18rem),
    rgba(3, 8, 13, 0.9);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.software-console::before {
  position: absolute;
  inset: 17%;
  content: "";
  border: 1px solid rgba(118, 220, 255, 0.12);
  border-radius: 50%;
}

.software-window-bar {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 44px;
  padding: 0 0.8rem;
  border: 1px solid rgba(190, 224, 255, 0.13);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
}

.software-window-bar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--cyan);
  opacity: 0.8;
}

.software-window-bar strong {
  margin-left: 0.5rem;
  color: var(--soft);
  font-size: 0.85rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.software-metrics {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1rem;
}

.software-metrics div {
  min-height: 92px;
  padding: 1rem;
  border: 1px solid rgba(190, 224, 255, 0.13);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.05);
}

.software-metrics small {
  display: block;
  color: var(--muted);
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.software-metrics strong {
  display: block;
  margin-top: 0.45rem;
  color: var(--text);
  font-size: clamp(1.1rem, 2vw, 1.55rem);
}

.software-bars {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.75rem;
  margin-top: 1.2rem;
}

.software-bars div {
  display: grid;
  grid-template-columns: minmax(120px, 0.7fr) minmax(120px, 1fr) auto;
  gap: 0.8rem;
  align-items: center;
  min-height: 42px;
}

.software-bars span,
.software-bars strong {
  color: var(--soft);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.software-bars strong {
  color: var(--mint);
  text-align: right;
}

.software-bars i {
  width: var(--w);
  height: 12px;
  border-radius: var(--radius-pill);
  background: linear-gradient(90deg, var(--cyan), var(--mint));
  box-shadow: 0 0 24px rgba(118, 220, 255, 0.34);
}

.software-proof-flow,
.flow-steps {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
}

.software-proof-flow div,
.flow-steps div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.35rem 0.8rem;
  padding: 0.9rem;
  border: 1px solid rgba(214, 236, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
}

.software-proof-flow span,
.flow-steps span {
  grid-row: span 2;
  color: var(--mint);
  font-size: 0.74rem;
  font-weight: 820;
  letter-spacing: 0.1em;
}

.software-proof-flow strong,
.flow-steps strong {
  color: var(--text);
  font-size: 1rem;
}

.software-proof-flow p,
.flow-steps p {
  color: var(--muted);
  font-size: 0.9rem;
}

.large-console {
  min-height: 470px;
}

.founder-card {
  display: grid;
  align-content: start;
}

.founder-initials {
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  margin-bottom: 1rem;
  color: #03111d;
  border: 1px solid rgba(118, 220, 255, 0.72);
  background: linear-gradient(135deg, var(--silver), var(--cyan));
  font-weight: 860;
}

.founder-card a {
  width: fit-content;
  margin-top: 0.35rem;
  color: var(--soft);
  border-bottom: 1px solid rgba(118, 220, 255, 0.32);
}

.contact-copy h2 {
  margin-bottom: 1rem;
}

.contact-methods {
  display: grid;
  gap: 0.75rem;
}

.contact-methods a,
.contact-methods span {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0.72rem 0;
  color: var(--soft);
  border-bottom: 1px solid var(--line);
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding: 1.2rem;
  border-color: var(--line-strong);
}

.contact-form label {
  display: grid;
  gap: 0.42rem;
  color: var(--soft);
  font-size: 0.88rem;
  font-weight: 740;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 48px;
  color: var(--text);
  border: 1px solid rgba(190, 224, 255, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.055);
  outline: none;
  padding: 0.75rem 0.85rem;
}

.contact-form textarea {
  min-height: 156px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(118, 220, 255, 0.78);
  background: rgba(24, 168, 255, 0.08);
}

.full-field {
  grid-column: 1 / -1;
}

.check-field {
  grid-template-columns: auto 1fr;
  align-items: start;
  color: var(--muted);
  font-weight: 500;
}

.check-field input {
  width: 18px;
  height: 18px;
  min-height: auto;
  margin-top: 0.22rem;
  accent-color: var(--blue);
}

.check-field a {
  color: var(--cyan);
  border-bottom: 1px solid rgba(118, 220, 255, 0.38);
}

.form-note {
  color: var(--muted);
  font-size: 0.84rem;
}

.form-note.is-success {
  color: var(--mint);
}

.form-note.is-error {
  color: #ffb0b0;
}

.legal-page {
  background:
    radial-gradient(circle at 70% 0%, rgba(24, 168, 255, 0.16), transparent 30rem),
    var(--bg);
}

.legal-header {
  position: sticky;
}

.legal-nav {
  display: flex;
}

.legal-main {
  width: min(100% - 2rem, 900px);
  margin: 0 auto;
  padding: 7rem 0 4rem;
}

.legal-hero {
  padding: 2rem 0 2.5rem;
}

.legal-hero h1 {
  font-size: clamp(2rem, 4.8vw, 3.8rem);
}

.legal-hero p:not(.eyebrow) {
  max-width: 720px;
  margin-top: 1rem;
  color: var(--soft);
}

.legal-content {
  padding: clamp(1.2rem, 4vw, 2rem);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(9, 16, 27, 0.78);
}

.legal-content h2 {
  margin-top: 2rem;
  font-size: 1.35rem;
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content p {
  color: var(--muted);
}

.legal-content a {
  color: var(--cyan);
  border-bottom: 1px solid rgba(118, 220, 255, 0.36);
}

.site-footer {
  padding: 2.5rem 1rem 1.4rem;
  border-top: 1px solid var(--line);
  background: #020407;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  width: min(100%, var(--max));
  margin: 0 auto;
  color: var(--muted);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.45rem 1rem;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--cyan);
  outline: none;
}

.copyright {
  width: min(100%, var(--max));
  margin: 2rem auto 0;
  color: rgba(159, 176, 193, 0.72);
  font-size: 0.85rem;
}

@media (max-width: 1080px) {
  .site-header {
    width: min(100% - 1rem, 1260px);
  }

  .nav-toggle {
    display: grid;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 0.7rem;
    border: 1px solid rgba(190, 224, 255, 0.14);
    background: rgba(4, 8, 13, 0.98);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    width: 100%;
  }

  .legal-nav {
    position: static;
    display: flex;
    flex-direction: row;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .page-hero-grid,
  .home-hero-content,
  .showcase-grid,
  .command-grid,
  .statement-grid,
  .split-feature,
  .contact-layout,
  .two-column,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .hero-identity {
    min-height: 420px;
  }

  .hero-identity img {
    width: min(100%, 310px);
  }

  .trust-strip,
  .division-grid,
  .audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .division-primary {
    grid-column: span 1;
  }

  .category-grid,
  .three-column,
  .feature-grid,
  .project-grid,
  .founder-grid,
  .process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .software-highlight {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .brand-copy small {
    letter-spacing: 0.22em;
  }

  .brand-logo {
    width: 68px;
  }

  .hero {
    min-height: auto;
    padding-top: 8rem;
  }

  .hero-copy h1 {
    font-size: clamp(2rem, 9vw, 3.05rem);
  }

  .hero-identity {
    min-height: auto;
    padding: 0.9rem;
  }

  .hero-identity img {
    width: min(100%, 260px);
  }

  .hero-identity dl {
    margin-top: 0.5rem;
  }

  .page-hero {
    padding-top: 8rem;
  }

  .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .category-grid,
  .trust-strip,
  .division-grid,
  .audience-grid,
  .command-metrics,
  .three-column,
  .feature-grid,
  .project-grid,
  .founder-grid,
  .process-list,
	  .contact-form,
	  .wide-card,
	  .software-metrics {
	    grid-template-columns: 1fr;
	  }

	  .project-card-feature {
	    grid-column: span 1;
	  }

	  .software-console {
	    min-height: 360px;
	  }

  .software-bars div {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }

  .software-bars strong {
    text-align: left;
  }

  .wide-card {
    align-items: start;
  }

  .arrow {
    display: none;
  }

  .mock-browser,
  .terminal-panel,
  .dashboard-panel,
  .automation-map,
  .plan-panel,
  .hero-side-panel,
  .command-panel {
    min-height: 240px;
  }

  .command-row {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }

  .mock-grid {
    grid-template-columns: 1fr;
  }

  .legal-nav {
    display: none;
  }
}

/* Calm visual pass: softer, more welcoming, less oversized. */
.site-header {
  min-height: 74px;
  margin-top: 10px;
  border-color: rgba(214, 236, 255, 0.12);
  background: rgba(7, 14, 22, 0.78);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.24);
}

.site-header.is-scrolled {
  border-color: rgba(139, 223, 255, 0.24);
  background: rgba(7, 14, 22, 0.94);
}

.brand {
  border-color: rgba(214, 236, 255, 0.12);
  background: rgba(255, 255, 255, 0.035);
}

.brand-logo {
  width: clamp(70px, 4.9vw, 88px);
  filter: drop-shadow(0 0 12px rgba(77, 184, 255, 0.2));
}

.site-nav a {
  min-height: 38px;
  padding: 0.46rem 0.6rem;
  font-weight: 650;
}

.hero,
.hero-home {
  min-height: auto;
  padding: 8.6rem 1rem 3.2rem;
}

.hero-home {
  padding-bottom: 3.6rem;
}

.hero-media img {
  filter: saturate(0.95) contrast(0.98) brightness(0.84);
}

.hero-media::after,
.page-hero::after {
  background:
    linear-gradient(126deg, transparent 0%, rgba(139, 223, 255, 0.1) 25%, transparent 48%),
    linear-gradient(28deg, transparent 18%, rgba(158, 231, 210, 0.07) 46%, transparent 70%),
    linear-gradient(90deg, rgba(7, 12, 18, 0.9), rgba(7, 12, 18, 0.58) 52%, rgba(7, 12, 18, 0.82)),
    linear-gradient(180deg, rgba(7, 12, 18, 0.58), transparent 48%, rgba(7, 12, 18, 0.86));
}

.page-hero::before {
  filter: saturate(0.9) contrast(0.95) brightness(0.82);
}

.hero-grid {
  background: linear-gradient(125deg, transparent, rgba(139, 223, 255, 0.05), transparent);
  opacity: 0.18;
}

.home-hero-content {
  grid-template-columns: minmax(0, 0.98fr) minmax(300px, 0.68fr);
  gap: clamp(1.8rem, 4vw, 4rem);
}

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

h1,
.hero-copy h1 {
  font-size: clamp(2.15rem, 4.8vw, 4.7rem);
  font-weight: 720;
  line-height: 1.1;
}

.hero-copy h1 {
  max-width: 840px;
  font-size: clamp(2.35rem, 5.1vw, 4.9rem);
}

h2 {
  font-size: clamp(1.5rem, 2.8vw, 2.8rem);
  font-weight: 700;
  line-height: 1.16;
}

h3 {
  font-size: clamp(1.04rem, 1.55vw, 1.34rem);
  font-weight: 700;
  line-height: 1.24;
}

.page-hero {
  padding: 8.3rem 1rem 3.4rem;
}

.page-hero p:not(.eyebrow),
.hero-lead {
  max-width: 700px;
  color: var(--soft);
  font-size: clamp(1rem, 1.45vw, 1.15rem);
}

.hero-copy .hero-lead {
  margin-top: 1.1rem;
}

.eyebrow {
  margin-bottom: 0.75rem;
  font-size: 0.72rem;
  letter-spacing: 0.13em;
}

.hero-actions {
  gap: 0.7rem;
  margin-top: 1.45rem;
}

.button {
  min-height: 44px;
  padding: 0.72rem 1rem;
  font-weight: 720;
}

.button-primary {
  background: linear-gradient(135deg, #9ee7d2, #8bdfff);
  box-shadow: 0 10px 24px rgba(77, 184, 255, 0.18);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.045);
}

.button:hover,
.button:focus-visible,
.category-card:hover,
.category-card:focus-visible,
.wide-card:hover,
.wide-card:focus-visible,
.division-card:hover,
.division-card:focus-visible,
.store-entry-card:hover,
.store-entry-card:focus-visible {
  transform: translateY(-2px);
}

.hero-identity {
  min-height: 410px;
  padding: 0.9rem 0.9rem 1rem;
  border-color: rgba(139, 223, 255, 0.18);
  background:
    linear-gradient(145deg, rgba(139, 223, 255, 0.12), transparent 34%),
    linear-gradient(330deg, rgba(158, 231, 210, 0.075), transparent 40%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018)),
    rgba(10, 18, 28, 0.72);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.28);
}

.hero-identity::before {
  opacity: 0.16;
}

.hero-identity img {
  width: min(100%, 305px);
  border-radius: var(--radius-lg);
  filter: drop-shadow(0 0 20px rgba(77, 184, 255, 0.24));
}

.identity-lines {
  opacity: 0.45;
}

.hero-identity dl {
  background: rgba(214, 236, 255, 0.08);
}

.hero-identity dl div,
.trust-strip span,
.command-metrics span {
  background: rgba(8, 15, 23, 0.72);
}

.trust-strip span {
  min-height: 54px;
  font-weight: 650;
}

.section {
  padding: clamp(3.4rem, 5.8vw, 5.6rem) 1rem;
}

.section-tight {
  padding-top: clamp(2.4rem, 4.2vw, 3.8rem);
}

.section-heading {
  max-width: 720px;
  margin-bottom: 1.75rem;
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1rem;
}

.category-card,
.wide-card,
.mini-panel,
.feature-grid article,
.project-card,
.founder-card,
.hero-side-panel,
.mock-browser,
.terminal-panel,
.dashboard-panel,
.automation-map,
.plan-panel,
.note-panel,
.product-card,
.store-entry-card,
.store-status-panel,
.contact-form {
  border-color: rgba(214, 236, 255, 0.11);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.044), rgba(255, 255, 255, 0.018)),
    var(--panel);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.category-card::before,
.wide-card::before,
.mini-panel::before,
.feature-grid article::before,
.project-card::before,
.founder-card::before,
.hero-side-panel::before,
.contact-form::before,
.division-card::before {
  height: 1px;
  opacity: 0.34;
}

.category-card {
  min-height: 235px;
  padding: 1.15rem;
}

.category-card-large {
  min-height: 270px;
}

.icon-chip {
  width: 48px;
  height: 48px;
  margin-bottom: 1rem;
  background: rgba(139, 223, 255, 0.07);
}

.icon-chip svg {
  width: 25px;
  height: 25px;
}

.card-kicker,
.number,
.division-number,
.audience-grid span,
.store-entry-card span,
.store-status-panel span,
.shop-flow span {
  font-size: 0.7rem;
  letter-spacing: 0.12em;
}

.statement-section,
.muted-section,
.intro-showcase,
.command-section,
.store-entry-section {
  background: rgba(255, 255, 255, 0.012);
}

.showcase-copy,
.text-stack {
  font-size: 1rem;
}

.division-card {
  min-height: 280px;
  padding: 1.15rem;
  background: rgba(12, 22, 33, 0.74);
}

.division-card::after {
  opacity: 0.32;
}

.division-card h3 {
  margin-top: 0.85rem;
  font-size: clamp(1.25rem, 2vw, 1.85rem);
}

.division-card strong,
.store-entry-card strong,
.card-link,
.product-card a,
.product-card span,
.product-action,
.project-card a {
  font-weight: 720;
}

.command-panel {
  min-height: 340px;
  border-color: rgba(139, 223, 255, 0.18);
  background:
    linear-gradient(145deg, rgba(139, 223, 255, 0.08), transparent 34%),
    linear-gradient(325deg, rgba(158, 231, 210, 0.055), transparent 42%),
    rgba(8, 15, 23, 0.78);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.24);
}

.command-panel::before {
  opacity: 0.16;
}

.command-body {
  gap: 0.75rem;
  margin-top: 1.45rem;
}

.command-metrics {
  margin-top: 2rem;
}

.command-metrics span {
  min-height: 58px;
}

.quality-list {
  gap: 0.8rem;
  margin-top: 1.4rem;
}

.quality-list article {
  padding: 0.85rem 0 0.85rem 1rem;
}

.audience-grid article {
  min-height: 205px;
  padding: 1.15rem;
  background: rgba(12, 22, 33, 0.72);
}

.audience-grid h3 {
  margin-top: 0.8rem;
}

.store-entry-card,
.store-status-panel {
  min-height: 225px;
  padding: 1.2rem;
}

.store-entry-card h2,
.store-status-panel strong {
  font-size: clamp(1.35rem, 2.3vw, 2.2rem);
  line-height: 1.16;
}

.product-card {
  min-height: 235px;
  padding: 1.15rem;
}

.product-card h2 {
  font-size: clamp(1.25rem, 2vw, 1.85rem);
}

.shop-flow li,
.check-list li {
  background: rgba(255, 255, 255, 0.028);
}

.process-list li {
  min-height: 178px;
  padding: 1.1rem;
  border-radius: var(--radius-lg);
  background: rgba(13, 22, 33, 0.66);
}

.cta-section {
  padding-bottom: clamp(3rem, 5vw, 4.8rem);
}

.cta-panel {
  padding: clamp(1.25rem, 3vw, 2rem);
  border-color: rgba(139, 223, 255, 0.22);
  background:
    linear-gradient(135deg, rgba(139, 223, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(13, 22, 33, 0.78);
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.24);
}

.premium-cta::after {
  opacity: 0.28;
}

.wide-card {
  min-height: 116px;
  padding: 1.1rem;
}

.wide-card h2 {
  font-size: clamp(1.25rem, 2.3vw, 2rem);
}

.arrow {
  font-size: 1.55rem;
}

.mini-panel,
.feature-grid article,
.project-card,
.founder-card {
  min-height: 185px;
  padding: 1.15rem;
}

.feature-grid article h2,
.project-card h2,
.founder-card h2 {
  font-size: clamp(1.18rem, 1.9vw, 1.7rem);
}

.hero-side-panel {
  min-height: 230px;
}

.hero-side-panel strong {
  font-size: clamp(1.25rem, 2.2vw, 2rem);
  line-height: 1.16;
}

.mock-browser,
.terminal-panel,
.dashboard-panel,
.automation-map,
.plan-panel {
  min-height: 260px;
}

.mock-line.wide {
  height: 34px;
  margin-top: 1.4rem;
}

.mock-grid {
  margin-top: 1.4rem;
}

.mock-grid i {
  min-height: 70px;
}

.software-copy h2 {
  font-size: clamp(1.8rem, 3.3vw, 3.15rem);
}

.software-console {
  min-height: 330px;
  border-color: rgba(139, 223, 255, 0.18);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.24);
}

.software-console::before {
  opacity: 0.55;
}

.software-metrics div {
  min-height: 78px;
}

.software-bars i {
  box-shadow: 0 0 16px rgba(139, 223, 255, 0.22);
}

.large-console {
  min-height: 380px;
}

.founder-initials {
  width: 64px;
  height: 64px;
}

.contact-form {
  padding: 1.1rem;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  background: rgba(255, 255, 255, 0.045);
}

.legal-main {
  padding-top: 6.5rem;
}

.legal-hero h1 {
  font-size: clamp(2rem, 4.8vw, 3.8rem);
}

.legal-content {
  background: rgba(13, 22, 33, 0.72);
}

.site-footer {
  background: #070d14;
}

@media (max-width: 1080px) {
  .page-hero-grid,
  .home-hero-content,
  .showcase-grid,
  .command-grid,
  .statement-grid,
  .split-feature,
  .contact-layout,
  .two-column,
  .footer-inner,
  .software-highlight {
    grid-template-columns: 1fr;
  }

  .home-hero-content {
    gap: 2rem;
  }

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

@media (max-width: 680px) {
  .site-header {
    min-height: 68px;
  }

  .brand-logo {
    width: 62px;
  }

  .hero,
  .hero-home {
    padding-top: 7.6rem;
    padding-bottom: 2.6rem;
  }

  h1,
  .hero-copy h1 {
    font-size: clamp(2rem, 9vw, 3.05rem);
  }

  h2,
  .software-copy h2 {
    font-size: clamp(1.45rem, 7vw, 2.15rem);
  }

  .page-hero {
    padding-top: 7.4rem;
    padding-bottom: 2.6rem;
  }

  .section {
    padding-block: 3rem;
  }

  .trust-strip span {
    min-height: 48px;
  }

  .hero-identity img {
    width: min(100%, 220px);
  }

  .button {
    width: 100%;
  }

  .software-bars div {
    grid-template-columns: 1fr;
    gap: 0.45rem;
  }

  .software-bars strong {
    text-align: left;
  }
}

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