:root {
  color-scheme: dark;
  --bg: #06090e;
  --panel: #0f1720;
  --panel-2: #151f2a;
  --panel-3: #1f3040;
  --line: #30475b;
  --line-soft: rgba(255, 255, 255, 0.08);
  --text: #f2f7ff;
  --muted: #9aabc0;
  --faint: #6f8196;
  --accent: #22d3ee;
  --accent-2: #39d98a;
  --hot: #f7c948;
  --danger: #ff6b6b;
  --shadow: 0 30px 110px rgba(0, 0, 0, 0.46);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 18% 0%, rgba(34, 211, 238, 0.12), transparent 28%),
    radial-gradient(circle at 82% -4%, rgba(247, 201, 72, 0.1), transparent 26%),
    linear-gradient(rgba(34, 211, 238, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34, 211, 238, 0.022) 1px, transparent 1px),
    var(--bg);
  background-size: auto, auto, 54px 54px, 54px 54px, auto;
  color: var(--text);
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
}

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

button {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, #1a2734, #121a24);
  color: var(--text);
  border-radius: 7px;
  padding: 10px 14px;
  cursor: pointer;
  font-weight: 650;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

button:hover {
  border-color: var(--accent);
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.24);
}

button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid rgba(34, 211, 238, 0.72);
  outline-offset: 2px;
}

button.primary {
  background: linear-gradient(180deg, #19b9d0, #087993);
  border-color: #7feeff;
  color: #041016;
  box-shadow: 0 0 16px rgba(34, 211, 238, 0.16);
}

button.green {
  background: linear-gradient(180deg, #39d98a, #167a4f);
  border-color: #90ffc9;
  color: #05130c;
}

button.ghost {
  background: transparent;
}

button.compact {
  padding: 8px 11px;
}

input {
  width: 100%;
  border: 1px solid var(--line);
  background: #0d131b;
  color: var(--text);
  border-radius: 6px;
  padding: 11px 12px;
}

input[type="checkbox"] {
  width: auto;
  accent-color: var(--accent);
}

select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: #0d131b;
  color: var(--text);
  border-radius: 6px;
  padding: 11px 12px;
}

.shell {
  min-height: 100vh;
  overflow-x: hidden;
}

.topbar {
  height: 62px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 clamp(16px, 4vw, 44px);
  border-bottom: 1px solid var(--line-soft);
  background:
    linear-gradient(180deg, rgba(17, 24, 34, 0.92), rgba(6, 9, 14, 0.88)),
    rgba(6, 9, 14, 0.9);
  backdrop-filter: blur(18px);
  position: sticky;
  top: 0;
  z-index: 20;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.04) inset, 0 14px 42px rgba(0, 0, 0, 0.22);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 760;
  letter-spacing: 0;
}

.brand-mark {
  width: 30px;
  height: 30px;
  border-radius: 7px;
  background:
    linear-gradient(135deg, rgba(34, 211, 238, 0.95), rgba(57, 217, 138, 0.9)),
    #1c2c3d;
  box-shadow: 0 0 26px rgba(34, 211, 238, 0.34);
}

.nav {
  display: flex;
  gap: 6px;
  flex: 1;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.nav::-webkit-scrollbar {
  display: none;
}

.nav button {
  padding: 8px 10px;
  background: transparent;
  border-color: transparent;
  color: var(--muted);
}

.nav button.active {
  color: var(--text);
  border-color: rgba(34, 211, 238, 0.4);
  background: rgba(34, 211, 238, 0.1);
}

.user-chip {
  color: var(--muted);
  font-size: 13px;
  max-width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.auth-buttons {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.promo-hero {
  position: relative;
  min-height: 660px;
  display: grid;
  align-items: center;
  margin-top: -62px;
  padding: clamp(86px, 8vw, 106px) clamp(20px, 6vw, 92px) clamp(34px, 5vw, 58px);
  overflow: hidden;
  isolation: isolate;
}

.dev-grid-glow {
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(rgba(34, 211, 238, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(57, 217, 138, 0.05) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(90deg, transparent, #000 12%, #000 78%, transparent);
  animation: gridDrift 18s linear infinite;
}

.promo-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(115deg, rgba(34, 211, 238, 0.1), transparent 42%),
    linear-gradient(245deg, rgba(57, 217, 138, 0.08), transparent 48%),
    #080b10;
}

.promo-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(8, 11, 16, 0.96) 0%, rgba(8, 11, 16, 0.78) 42%, rgba(8, 11, 16, 0.2) 100%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  width: min(690px, 100%);
}

.floating-dev-card {
  position: absolute;
  z-index: 3;
  width: 270px;
  border: 1px solid rgba(34, 211, 238, 0.28);
  background: rgba(8, 13, 20, 0.72);
  backdrop-filter: blur(14px);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.34), 0 0 26px rgba(34, 211, 238, 0.14);
  padding: 13px;
  font-family: Consolas, Menlo, monospace;
}

.floating-dev-card strong {
  display: block;
  color: #b8f5ff;
  font-size: 12px;
  margin-bottom: 7px;
}

.floating-dev-card code {
  color: #c7d2fe;
  font-size: 11px;
  line-height: 1.45;
  white-space: normal;
}

.floating-dev-card.card-one {
  left: min(56vw, 820px);
  bottom: 18%;
  animation: floatCard 7s ease-in-out infinite;
}

.floating-dev-card.card-two {
  right: clamp(24px, 5vw, 80px);
  top: 14%;
  animation: floatCard 8s ease-in-out infinite reverse;
}

.promo-hero h1 {
  margin: 18px 0 0;
  max-width: 660px;
  font-size: clamp(40px, 5.2vw, 76px);
  line-height: 0.98;
  font-weight: 860;
  letter-spacing: 0;
}

.hero-lead {
  color: #c8d6e6;
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.55;
  max-width: 580px;
  margin: 20px 0 0;
}

.hero-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 34px;
  max-width: 780px;
}

.hero-proof div,
.market-loop div,
.tech-panel,
.feature-card,
.screenshot-card,
.card {
  border: 1px solid var(--line-soft);
  border-radius: 10px;
  background:
    radial-gradient(circle at 12% 0%, rgba(34, 211, 238, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 42%),
    rgba(12, 18, 26, 0.86);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.2);
}

.hero-proof div {
  min-height: 86px;
  padding: 14px;
  border-radius: 10px;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.hero-proof div:hover,
.feature-card:hover,
.tech-panel:hover,
.screenshot-card:hover {
  transform: translateY(-3px);
  border-color: rgba(34, 211, 238, 0.5);
  background: rgba(18, 30, 42, 0.9);
}

.hero-proof strong,
.market-loop strong {
  display: block;
  font-size: 14px;
}

.hero-proof span,
.market-loop span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
  margin-top: 6px;
}

.pill {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  border-radius: 999px;
  border: 1px solid var(--line);
  padding: 2px 10px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 720;
}

.pill.good,
.pill.launch {
  color: #c8ffde;
  border-color: rgba(57, 217, 138, 0.45);
  background: rgba(57, 217, 138, 0.13);
}

.promo-hero .studio-preview,
.promo-hero .product-hero-shot {
  position: absolute;
  z-index: -2;
  right: clamp(-56px, -2.6vw, 18px);
  top: clamp(62px, 8vw, 118px);
  width: min(940px, 58vw);
  height: min(620px, 60vh);
  opacity: 0.9;
  transform: perspective(1400px) rotateY(-9deg) rotateX(4deg);
}

.intro-band,
.dev-pipeline,
.preview-wall,
.edge-band,
.technical-band {
  display: none;
}

.product-hero-shot {
  filter: drop-shadow(0 36px 90px rgba(0, 0, 0, 0.58));
}

.product-shot-frame {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(34, 211, 238, 0.34);
  border-radius: 12px;
  overflow: hidden;
  background: #070b10;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 0 70px rgba(34, 211, 238, 0.18);
}

.product-shot-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
  filter: saturate(1.08) contrast(1.04);
}

.product-shot-frame.is-missing img {
  display: none;
}

.product-shot-frame.is-missing::before {
  content: "Save the real SlotStudio screenshot as studio-reels-workbench.png";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 32px;
  color: #b8f5ff;
  text-align: center;
  font-weight: 700;
  background:
    linear-gradient(rgba(34, 211, 238, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34, 211, 238, 0.07) 1px, transparent 1px),
    #080d14;
  background-size: 42px 42px;
}

.product-shot-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(8, 11, 16, 0.05), transparent 28%, transparent 72%, rgba(8, 11, 16, 0.4)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), transparent 22%, rgba(0, 0, 0, 0.18));
}

.product-shot-gloss {
  display: none;
}

.product-callouts {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.product-callout {
  position: absolute;
  width: 245px;
  padding: 11px 12px;
  border: 1px solid rgba(34, 211, 238, 0.36);
  border-radius: 9px;
  background: rgba(8, 13, 20, 0.82);
  backdrop-filter: blur(13px);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.32), 0 0 14px rgba(34, 211, 238, 0.08);
}

.product-callout::before {
  content: "";
  position: absolute;
  width: 76px;
  height: 1px;
  background: linear-gradient(90deg, rgba(34, 211, 238, 0.85), transparent);
  transform-origin: left center;
}

.product-callout::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #22d3ee;
  box-shadow: 0 0 10px rgba(34, 211, 238, 0.55);
}

.product-callout span {
  color: var(--accent);
  font-size: 11px;
  font-weight: 680;
}

.product-callout strong {
  display: block;
  margin-top: 4px;
  color: #f8fbff;
  font-size: 14px;
  font-weight: 680;
}

.product-callout em {
  display: block;
  margin-top: 5px;
  color: #aebdd1;
  font-style: normal;
  font-size: 12px;
  line-height: 1.4;
}

.product-callout.callout-1 {
  left: -44px;
  top: 18%;
}

.product-callout.callout-1::before {
  left: 100%;
  top: 50%;
  transform: rotate(8deg);
}

.product-callout.callout-1::after {
  left: calc(100% + 72px);
  top: calc(50% + 6px);
}

.product-callout.callout-2 {
  left: 34%;
  bottom: -36px;
}

.product-callout.callout-2::before {
  left: 26px;
  bottom: 100%;
  transform: rotate(-58deg);
}

.product-callout.callout-2::after {
  left: -12px;
  bottom: calc(100% + 64px);
}

.product-callout.callout-3 {
  right: -38px;
  top: 22%;
}

.product-callout.callout-3::before {
  right: 100%;
  top: 50%;
  transform: rotate(180deg);
}

.product-callout.callout-3::after {
  right: calc(100% + 72px);
  top: calc(50% - 4px);
}

.product-callout.callout-4 {
  right: 8%;
  bottom: 10%;
}

.product-callout.callout-4::before {
  right: 78%;
  bottom: 100%;
  transform: rotate(218deg);
}

.product-callout.callout-4::after {
  right: calc(78% + 64px);
  bottom: calc(100% + 44px);
}

.studio-preview {
  border: 1px solid var(--line);
  background: #0c1118;
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: 58px 210px 1fr 260px;
  overflow: hidden;
  position: relative;
}

.studio-preview::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(34, 211, 238, 0.12), transparent);
  transform: translateX(-120%);
  animation: scanAcross 6s ease-in-out infinite;
}

.rail,
.side,
.inspector,
.viewport {
  border-right: 1px solid var(--line-soft);
}

.rail {
  background: #0f151d;
  padding: 12px 9px;
}

.rail-dot {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: var(--panel-3);
  margin-bottom: 10px;
  border: 1px solid var(--line);
}

.rail-dot.hot {
  border-color: var(--accent);
  background: #113749;
}

.side,
.inspector {
  background: rgba(17, 24, 33, 0.94);
  padding: 16px;
}

.panel-title {
  color: var(--muted);
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 12px;
}

.tree-row,
.prop-row {
  background: var(--panel-2);
  border: 1px solid var(--line-soft);
  padding: 9px 10px;
  margin-bottom: 8px;
  border-radius: 5px;
  color: #cbd8e8;
  font-size: 13px;
}

.tree-row.active {
  border-color: rgba(34, 211, 238, 0.58);
  background: rgba(34, 211, 238, 0.11);
}

.viewport {
  position: relative;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    #0d131b;
  background-size: 24px 24px;
  display: grid;
  place-items: center;
  padding: 52px 26px 24px;
}

.preview-topline {
  position: absolute;
  top: 12px;
  left: 16px;
  right: 16px;
  display: flex;
  gap: 8px;
  justify-content: center;
}

.preview-topline span {
  border: 1px solid var(--line-soft);
  background: rgba(0, 0, 0, 0.42);
  padding: 5px 8px;
  color: #dce8f6;
  font-size: 11px;
  font-weight: 850;
}

.game-frame {
  position: relative;
  width: min(92%, 560px);
  aspect-ratio: 5 / 3;
  border: 4px solid #26384d;
  background:
    linear-gradient(160deg, rgba(27, 73, 98, 0.55), rgba(8, 13, 20, 0.9)),
    linear-gradient(45deg, rgba(247, 201, 72, 0.12), transparent);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.45);
  padding: 16px;
}

.reel-grid {
  height: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 9px;
}

.reel-col {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 9px;
}

.symbol {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.08);
  animation: symbolPulse 3.8s ease-in-out infinite;
}

.symbol.s0 { background: linear-gradient(135deg, #f7c948, #a97008); }
.symbol.s1 { background: linear-gradient(135deg, #22d3ee, #075c71); }
.symbol.s2 { background: linear-gradient(135deg, #39d98a, #12613f); }
.symbol.s3 { background: linear-gradient(135deg, #ff6b6b, #6d1f2a); }
.symbol.s4 { background: linear-gradient(135deg, #a78bfa, #3b267c); }
.symbol.s5 { background: linear-gradient(135deg, #f59e0b, #56310b); }

.win-line {
  position: absolute;
  height: 5px;
  left: 8%;
  right: 8%;
  top: 50%;
  background: rgba(34, 211, 238, 0.68);
  transform: rotate(-7deg);
  box-shadow: 0 0 18px rgba(34, 211, 238, 0.6);
}

.win-line.two {
  background: rgba(247, 201, 72, 0.78);
  transform: rotate(9deg);
  top: 44%;
}

.prop-meter {
  height: 9px;
  border-radius: 999px;
  background: #0d131b;
  overflow: hidden;
  border: 1px solid var(--line-soft);
}

.prop-meter span {
  display: block;
  width: 70%;
  height: 100%;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
}

.section {
  padding: clamp(46px, 5vw, 64px) clamp(20px, 6vw, 92px);
  border-top: 1px solid var(--line-soft);
}

.intro-band {
  background:
    linear-gradient(135deg, rgba(34, 211, 238, 0.08), transparent 54%),
    #0b1017;
}

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

.statement-grid div {
  min-height: 132px;
  padding: 22px;
  border: 1px solid rgba(34, 211, 238, 0.18);
  background:
    linear-gradient(180deg, rgba(34, 211, 238, 0.08), transparent 62%),
    rgba(13, 20, 30, 0.88);
}

.statement-grid strong {
  display: block;
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 10px;
}

.statement-grid span {
  display: block;
  color: var(--muted);
  line-height: 1.5;
}

.build-control-band {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(330px, 520px);
  gap: 34px;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(34, 211, 238, 0.12), rgba(57, 217, 138, 0.08) 48%, rgba(247, 201, 72, 0.08)),
    #080d13;
  overflow: hidden;
  position: relative;
}

.build-control-band::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.75), transparent 74%);
}

.build-control-band > * {
  position: relative;
  z-index: 1;
}

.control-copy h2 {
  max-width: 980px;
}

.control-statement {
  display: inline-block;
  margin: 10px 0 0;
  padding: 12px 15px;
  border: 1px solid rgba(57, 217, 138, 0.4);
  background: rgba(57, 217, 138, 0.12);
  color: #eafff5;
  font-size: clamp(16px, 1.7vw, 23px);
  line-height: 1.28;
  font-weight: 680;
}

.control-panel {
  border: 1px solid rgba(34, 211, 238, 0.28);
  background:
    linear-gradient(180deg, rgba(34, 211, 238, 0.11), transparent 48%),
    rgba(8, 13, 19, 0.9);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.35);
}

.control-row {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  padding: 20px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.15);
}

.control-row:last-child {
  border-bottom: 0;
}

.control-row span {
  color: var(--accent);
  font-weight: 700;
  font-size: 12px;
}

.control-row strong {
  display: block;
  grid-column: 2;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 5px;
}

.control-row em {
  display: block;
  grid-column: 2;
  color: var(--muted);
  font-style: normal;
  line-height: 1.45;
}

.dev-pipeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  background:
    linear-gradient(90deg, rgba(34, 211, 238, 0.08), transparent 38%, rgba(57, 217, 138, 0.07)),
    #080b10;
}

.pipeline-step {
  position: relative;
  min-height: 134px;
  padding: 24px clamp(18px, 3vw, 34px);
  border-right: 1px solid var(--line-soft);
  overflow: hidden;
}

.pipeline-step::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent), var(--accent-2), var(--hot));
  transform: translateX(-100%);
  animation: progressSweep 5.5s ease-in-out infinite;
  animation-delay: calc(var(--step-delay, 0) * 1s);
}

.pipeline-step:nth-child(2) { --step-delay: 0.4; }
.pipeline-step:nth-child(3) { --step-delay: 0.8; }
.pipeline-step:nth-child(4) { --step-delay: 1.2; }

.pipeline-step span {
  color: var(--accent);
  font-weight: 950;
  font-size: 12px;
}

.pipeline-step strong {
  display: block;
  margin-top: 10px;
  font-size: 24px;
}

.pipeline-step em {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-style: normal;
  line-height: 1.45;
}

.dark-band,
.technical-band {
  background: #090d13;
}

.trust-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  gap: 34px;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(57, 217, 138, 0.1), rgba(34, 211, 238, 0.05)),
    #0b1017;
}

.pricing-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 470px);
  gap: 34px;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(247, 201, 72, 0.1), rgba(34, 211, 238, 0.06)),
    #090d13;
}

.pricing-band .pricing-card {
  order: -1;
}

.patriot-band {
  position: relative;
  display: block;
  background:
    linear-gradient(135deg, rgba(128, 19, 34, 0.42), rgba(248, 250, 252, 0.08) 46%, rgba(12, 47, 101, 0.58)),
    #080b10;
  overflow: hidden;
}

.patriot-band::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, transparent 0 32%, rgba(255, 255, 255, 0.15) 44%, transparent 56% 100%);
  opacity: 0.48;
}

.patriot-band > * {
  position: relative;
  z-index: 1;
}

.patriot-band h2 {
  color: #ffffff;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.42);
}

.section-kicker {
  color: var(--accent);
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}

.section h2,
.final-cta h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2.6vw, 36px);
  line-height: 1.14;
  font-weight: 650;
}

.wide-copy {
  max-width: 780px;
  color: #c3d1e1;
  font-size: 16px;
  line-height: 1.6;
}

.section-heading-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 430px);
  gap: 28px;
  align-items: end;
  margin-bottom: 28px;
}

.feature-grid,
.tech-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.feature-card {
  position: relative;
  min-height: 150px;
  padding: 20px;
  background:
    linear-gradient(180deg, rgba(34, 211, 238, 0.06), transparent 38%),
    rgba(17, 24, 33, 0.82);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
  overflow: hidden;
}

.feature-card::before {
  content: "";
  display: block;
  width: 38px;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
  margin-bottom: 16px;
}

.feature-card h3,
.tech-panel h3,
.screenshot-card h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
}

.feature-card p,
.tech-panel p,
.screenshot-card p {
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
}

.preview-wall {
  background: #0c1118;
}

.edge-band {
  position: relative;
  background:
    linear-gradient(rgba(34, 211, 238, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34, 211, 238, 0.035) 1px, transparent 1px),
    linear-gradient(135deg, rgba(34, 211, 238, 0.1), rgba(57, 217, 138, 0.04)),
    #070b10;
  background-size: 34px 34px, 34px 34px, auto, auto;
  overflow: hidden;
}

.edge-band::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(34, 211, 238, 0.12), transparent 42%),
    linear-gradient(315deg, rgba(57, 217, 138, 0.08), transparent 48%);
}

.edge-band > * {
  position: relative;
  z-index: 1;
}

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

.edge-card {
  min-height: 210px;
  border: 1px solid rgba(34, 211, 238, 0.18);
  background:
    linear-gradient(180deg, rgba(34, 211, 238, 0.08), transparent 44%),
    rgba(11, 17, 25, 0.9);
  padding: 22px;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.edge-card:hover {
  transform: translateY(-3px);
  border-color: rgba(57, 217, 138, 0.5);
  background:
    linear-gradient(180deg, rgba(57, 217, 138, 0.1), transparent 46%),
    rgba(14, 24, 34, 0.94);
}

.edge-card span {
  color: var(--accent);
  font-weight: 950;
  font-size: 12px;
}

.edge-card h3 {
  margin: 14px 0 10px;
  font-size: 22px;
}

.edge-card p {
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
}

.copilot-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.75fr);
  gap: 18px 28px;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(34, 211, 238, 0.08), rgba(167, 139, 250, 0.08)),
    #090d13;
}

.copilot-console {
  border: 1px solid rgba(167, 139, 250, 0.28);
  background: rgba(5, 8, 14, 0.86);
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.34), 0 0 34px rgba(167, 139, 250, 0.12);
  padding: 16px;
  display: grid;
  gap: 10px;
}

.chat-line,
.tool-call {
  border: 1px solid var(--line-soft);
  padding: 12px;
  line-height: 1.5;
  font-size: 13px;
}

.chat-line.user {
  background: rgba(34, 211, 238, 0.12);
  color: #dff8ff;
}

.chat-line.ai {
  background: rgba(57, 217, 138, 0.1);
  color: #ddffe9;
}

.tool-call {
  font-family: Consolas, Menlo, monospace;
  background: rgba(167, 139, 250, 0.11);
  color: #ddd6fe;
}

.ai-option-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.ai-option {
  border: 1px solid rgba(34, 211, 238, 0.18);
  background: rgba(17, 24, 33, 0.82);
  padding: 18px;
}

.ai-option strong {
  display: block;
  font-size: 16px;
}

.ai-option span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.55;
}

.screenshot-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.9fr;
  gap: 16px;
  margin-top: 28px;
}

.screenshot-card {
  padding: 14px;
  background: rgba(17, 24, 33, 0.82);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.screenshot-window {
  height: 310px;
  border: 1px solid var(--line);
  background: #090d13;
  overflow: hidden;
  margin-bottom: 16px;
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.34);
}

.screenshot-card:first-child .screenshot-window {
  height: 420px;
}

.window-bar {
  height: 32px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 10px;
  border-bottom: 1px solid var(--line-soft);
  background: #111821;
}

.window-bar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--faint);
}

.window-body {
  height: calc(100% - 32px);
  padding: 14px;
}

.mini-scene {
  height: 72%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.mini-scene div {
  background:
    linear-gradient(160deg, rgba(34, 211, 238, 0.28), rgba(57, 217, 138, 0.1)),
    #132031;
  border: 1px solid var(--line-soft);
}

.mini-inspector {
  height: 22%;
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.mini-inspector span,
.rtp-stats span {
  background: #172230;
  border: 1px solid var(--line-soft);
}

.rtp-chart {
  height: 70%;
  display: flex;
  align-items: end;
  gap: 12px;
  padding: 18px;
  border: 1px solid var(--line-soft);
  background: linear-gradient(180deg, rgba(34, 211, 238, 0.1), transparent);
}

.rtp-chart i {
  flex: 1;
  background: linear-gradient(180deg, var(--accent), #0b6075);
}

.rtp-stats {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.rtp-stats span {
  padding: 8px;
  color: #dbeafe;
  font-size: 12px;
}

.strip-preview {
  height: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 9px;
}

.strip-preview div {
  display: grid;
  gap: 5px;
  align-content: start;
  border: 1px solid var(--line-soft);
  padding: 7px;
  background: #0d131b;
}

.strip-dot {
  height: 14px;
  border-radius: 999px;
  background: var(--accent);
}

.strip-dot.d1 { background: var(--accent-2); }
.strip-dot.d2 { background: var(--hot); }
.strip-dot.d3 { background: #a78bfa; }

.marketplace-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  gap: 34px;
  align-items: center;
  background: #080b10;
}

.market-loop {
  display: grid;
  gap: 10px;
}

.market-loop div,
.trust-grid div {
  padding: 18px;
  border-left: 4px solid var(--accent);
}

.trust-grid {
  display: grid;
  gap: 10px;
}

.trust-grid div {
  border: 1px solid var(--line-soft);
  background: rgba(17, 24, 33, 0.78);
}

.trust-grid strong {
  display: block;
  font-size: 15px;
}

.trust-grid span {
  display: block;
  color: var(--muted);
  margin-top: 7px;
  line-height: 1.45;
}

.pricing-card {
  border: 1px solid rgba(247, 201, 72, 0.28);
  background:
    linear-gradient(180deg, rgba(247, 201, 72, 0.12), transparent 42%),
    rgba(17, 24, 33, 0.86);
  padding: 24px;
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.34);
}

.pricing-card h3 {
  margin: 18px 0 12px;
  font-size: 22px;
  font-weight: 680;
}

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

.pricing-card li {
  border: 1px solid var(--line-soft);
  background: rgba(8, 11, 16, 0.38);
  padding: 12px;
  color: #dce8f6;
  font-weight: 620;
}

.tech-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 28px;
}

.tech-panel {
  min-height: 190px;
  padding: 20px;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.tech-panel span {
  color: var(--accent);
  font-weight: 950;
  font-size: 13px;
}

.final-cta {
  margin: clamp(44px, 6vw, 82px) clamp(20px, 6vw, 92px) 72px;
  padding: clamp(28px, 4vw, 54px);
  border: 1px solid rgba(34, 211, 238, 0.32);
  background:
    linear-gradient(135deg, rgba(34, 211, 238, 0.16), rgba(57, 217, 138, 0.08)),
    #101720;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: center;
  justify-items: center;
  text-align: center;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}

.final-cta::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 4px;
  background: linear-gradient(90deg, transparent, rgba(34, 211, 238, 0.8), rgba(57, 217, 138, 0.8), transparent);
  pointer-events: none;
}

.final-cta > * {
  position: relative;
  z-index: 1;
}

.final-cta p {
  color: #c3d1e1;
  max-width: 840px;
  line-height: 1.6;
  margin-left: auto;
  margin-right: auto;
}

.main {
  max-width: 1280px;
  margin: 0 auto;
  padding: 42px 24px 78px;
}

.main h1 {
  margin: 0;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.02;
}

.grid {
  display: grid;
  gap: 16px;
}

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

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

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

.card {
  border-radius: 10px;
  padding: 18px;
}

.card h3,
.card h2 {
  margin: 0 0 8px;
}

.muted {
  color: var(--muted);
}

.stat {
  font-size: 28px;
  font-weight: 900;
}

.auth-wrap {
  min-height: calc(100vh - 62px);
  display: grid;
  place-items: center;
  padding: 30px;
}

.auth-card {
  width: min(440px, 100%);
  background:
    linear-gradient(180deg, rgba(34, 211, 238, 0.055), transparent 42%),
    var(--panel);
  border: 1px solid rgba(34, 211, 238, 0.22);
  border-radius: 10px;
  padding: 24px;
  box-shadow: var(--shadow);
}

.field {
  margin-bottom: 12px;
}

.field label {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 13px;
}

.field textarea {
  width: 100%;
  resize: vertical;
}

.legal-mini {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.check-field {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: start;
  margin: 12px 0 16px;
  padding: 12px;
  border: 1px solid var(--line-soft);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.025);
  color: #c7d5e5;
  font-size: 12px;
  line-height: 1.45;
}

.check-field input {
  margin-top: 2px;
}

.legal-ack-list {
  display: grid;
  gap: 8px;
  margin: 14px 0 16px;
}

.legal-ack {
  display: block;
}

.legal-ack .check-field {
  margin: 0;
}

.legal-ack input:disabled + span {
  color: var(--faint);
}

.legal-ack a {
  color: var(--accent);
  font-weight: 750;
  text-decoration: none;
}

.legal-ack a:hover {
  text-decoration: underline;
}

.launch-notice {
  display: grid;
  gap: 10px;
}

.launch-notice button {
  justify-self: start;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(1, 6, 10, 0.72);
  backdrop-filter: blur(10px);
}

.modal-card {
  width: min(620px, 100%);
  max-height: min(760px, calc(100vh - 40px));
  overflow: auto;
  background: var(--panel);
  border: 1px solid rgba(34, 211, 238, 0.28);
  border-radius: 10px;
  padding: 22px;
  box-shadow: var(--shadow);
}

.modal-card h2 {
  margin: 0;
}

.message-body {
  color: #c7d5e5;
  line-height: 1.55;
  white-space: pre-wrap;
  max-width: 820px;
}

.field.wide,
.wide {
  grid-column: 1 / -1;
}

.market-toolbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0;
}

.market-search {
  min-width: min(320px, 100%);
}

.marketplace-grid {
  align-items: stretch;
}

.tag {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(34, 211, 238, 0.22);
  color: #c8eaff;
  background: rgba(34, 211, 238, 0.08);
  border-radius: 999px;
  padding: 5px 8px;
  margin: 0 6px 6px 0;
  font-size: 12px;
}

.seller-submit-card {
  margin-top: 18px;
}

.seller-policy {
  margin: 16px 0;
  display: grid;
  gap: 8px;
  border-color: rgba(247, 201, 72, 0.35);
  background:
    linear-gradient(135deg, rgba(247, 201, 72, 0.1), rgba(34, 211, 238, 0.07)),
    var(--panel);
}

.seller-policy span,
.seller-stats span {
  color: var(--muted);
}

.seller-stats .card {
  display: grid;
  gap: 8px;
}

.seller-stats strong {
  font-size: 24px;
}

.admin-main {
  max-width: 1440px;
}

.admin-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  gap: 18px;
  align-items: end;
  padding: clamp(20px, 3vw, 30px);
  margin-bottom: 18px;
  border-color: rgba(34, 211, 238, 0.24);
  background:
    linear-gradient(135deg, rgba(34, 211, 238, 0.14), rgba(57, 217, 138, 0.07) 46%, rgba(247, 201, 72, 0.08)),
    rgba(7, 11, 17, 0.92);
}

.admin-hero h1 {
  margin-top: 12px;
  max-width: 760px;
}

.admin-token-panel {
  display: grid;
  gap: 9px;
  padding: 14px;
  border: 1px solid rgba(148, 163, 184, 0.17);
  border-radius: 10px;
  background: rgba(4, 8, 13, 0.48);
}

.admin-token-panel label {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.admin-freshness {
  margin: -4px 0 14px;
  color: var(--faint);
  font-size: 12px;
}

.admin-metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 16px;
}

.admin-metric {
  min-height: 136px;
  display: grid;
  align-content: space-between;
  gap: 10px;
  overflow: hidden;
}

.admin-metric span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 780;
  text-transform: uppercase;
}

.admin-metric strong {
  display: block;
  color: #ffffff;
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1;
}

.admin-metric em {
  color: #9fb2c8;
  font-size: 12px;
  font-style: normal;
}

.admin-chart-grid,
.admin-breakdowns,
.admin-tables {
  margin-top: 16px;
}

.admin-chart-card {
  min-height: 300px;
}

.admin-bar-chart {
  height: 210px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10px, 1fr));
  gap: 5px;
  align-items: end;
  margin-top: 18px;
  padding: 12px 10px 8px;
  border: 1px solid rgba(148, 163, 184, 0.12);
  border-radius: 10px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    rgba(4, 8, 13, 0.36);
  background-size: 100% 25%;
}

.admin-bar {
  height: 100%;
  min-width: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 7px;
}

.admin-bar i {
  align-self: end;
  display: block;
  min-height: 2px;
  border-radius: 999px 999px 3px 3px;
  background: linear-gradient(180deg, var(--accent), var(--accent-2));
  box-shadow: 0 0 14px rgba(34, 211, 238, 0.18);
}

.admin-bar span {
  overflow: hidden;
  color: var(--faint);
  font-size: 9px;
  text-align: center;
  text-overflow: clip;
  white-space: nowrap;
}

.breakdown-card {
  display: grid;
  gap: 12px;
}

.breakdown-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
}

.breakdown-row span {
  min-width: 0;
  overflow: hidden;
  color: #dce8f6;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.breakdown-row strong {
  color: var(--accent);
}

.breakdown-row i {
  grid-column: 1 / -1;
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.13);
}

.breakdown-row b {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--accent), var(--hot));
}

.admin-empty {
  margin-top: 18px;
}

.market-table {
  display: grid;
  grid-template-columns: minmax(100px, 1fr) repeat(4, minmax(80px, 0.8fr));
  gap: 0;
  overflow: auto;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
}

.market-table > * {
  padding: 10px;
  border-bottom: 1px solid var(--line-soft);
}

.market-table strong {
  background: rgba(34, 211, 238, 0.08);
  color: #dff8ff;
}

.row {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.spacer {
  flex: 1;
}

.notice {
  border: 1px solid rgba(34, 211, 238, 0.35);
  background: rgba(34, 211, 238, 0.1);
  border-radius: 8px;
  padding: 12px;
  color: #cfefff;
}

.error {
  color: #ffd4d4;
  background: rgba(255, 107, 107, 0.12);
  border: 1px solid rgba(255, 107, 107, 0.3);
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 12px;
}

.video-tile {
  min-height: 170px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  background: linear-gradient(135deg, #141d28, #1d2c3c);
  border-radius: 8px;
  color: var(--muted);
}

.code-panel {
  border: 1px solid rgba(34, 211, 238, 0.24);
  background: rgba(5, 10, 16, 0.78);
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}

.code-panel-bar {
  height: 32px;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0 12px;
  border-bottom: 1px solid var(--line-soft);
  background: rgba(255, 255, 255, 0.04);
}

.code-panel-bar span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--faint);
}

.code-panel pre {
  margin: 0;
  padding: 18px;
  color: #bbf7d0;
  font-family: Consolas, Menlo, monospace;
  font-size: 13px;
  line-height: 1.55;
  white-space: pre-wrap;
}

@keyframes gridDrift {
  from { background-position: 0 0, 0 0; }
  to { background-position: 58px 58px, 58px 58px; }
}

@keyframes heroPulse {
  from { filter: saturate(1) brightness(1); }
  to { filter: saturate(1.2) brightness(1.08); }
}

@keyframes productGloss {
  0%, 42% {
    transform: translateX(-20%) rotate(18deg);
    opacity: 0;
  }
  52% {
    opacity: 1;
  }
  68%, 100% {
    transform: translateX(360%) rotate(18deg);
    opacity: 0;
  }
}

@keyframes floatCard {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -14px, 0); }
}

@keyframes scanAcross {
  0%, 45% { transform: translateX(-120%); opacity: 0; }
  55% { opacity: 1; }
  100% { transform: translateX(120%); opacity: 0; }
}

@keyframes symbolPulse {
  0%, 100% { filter: brightness(1); }
  50% { filter: brightness(1.18); }
}

@keyframes progressSweep {
  0%, 25% { transform: translateX(-100%); }
  70%, 100% { transform: translateX(100%); }
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 26px clamp(20px, 6vw, 92px);
  border-top: 1px solid var(--line-soft);
  background: #080b10;
}

.site-footer div {
  display: grid;
  gap: 4px;
}

.site-footer span {
  color: var(--muted);
  font-size: 13px;
}

.site-footer nav {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.site-footer button {
  background: transparent;
  color: var(--muted);
  padding: 8px 10px;
}

.legal-page {
  max-width: 1120px;
  margin: 0 auto;
  padding: clamp(48px, 7vw, 86px) 24px 86px;
}

.legal-page h1 {
  margin: 16px 0 0;
  font-size: clamp(34px, 4.8vw, 58px);
  line-height: 1.04;
  letter-spacing: 0;
}

.legal-lead {
  max-width: 940px;
  color: #c8d6e6;
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.58;
  margin: 24px 0 34px;
}

.legal-card {
  border: 1px solid var(--line-soft);
  border-left: 3px solid rgba(34, 211, 238, 0.36);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(34, 211, 238, 0.045), transparent 52%),
    rgba(17, 24, 33, 0.82);
  padding: 22px;
  margin-bottom: 14px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.18);
}

.legal-card h2 {
  margin: 0 0 10px;
  font-size: 22px;
}

.legal-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.legal-card ul {
  margin: 10px 0 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.65;
}

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

.legal-grid .legal-card {
  margin: 0;
}

@media (max-width: 1100px) {
  .promo-hero .studio-preview,
  .promo-hero .product-hero-shot {
    right: -420px;
    width: 980px;
    opacity: 0.45;
  }

  .product-callouts {
    display: none;
  }

  .feature-grid,
  .tech-grid,
  .screenshot-grid,
  .edge-grid,
  .statement-grid,
  .copilot-band,
  .ai-option-grid,
  .dev-pipeline,
  .build-control-band,
  .marketplace-band,
  .pricing-band,
  .trust-band,
  .patriot-band,
  .section-heading-row,
  .final-cta {
    grid-template-columns: 1fr;
  }

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

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

  .floating-dev-card {
    display: none;
  }
}

@media (max-width: 760px) {
  .topbar {
    height: auto;
    min-height: 62px;
    flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav {
    order: 3;
    flex-basis: 100%;
    overflow-x: auto;
  }

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

  .promo-hero .studio-preview,
  .promo-hero .product-hero-shot {
    display: none;
  }

  .grid.cols-2,
  .grid.cols-3,
  .grid.cols-4,
  .admin-hero,
  .admin-metric-grid,
  .legal-grid {
    grid-template-columns: 1fr;
  }

  .admin-bar-chart {
    height: 170px;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer nav {
    justify-content: flex-start;
  }
}

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