:root {
  --ink: #06030c;
  --panel: #100a1f;
  --line: #382257;
  --text: #fff8ff;
  --muted: #b7a8c8;
  --magenta: #ff3bd4;
  --purple: #a86bff;
  --cyan: #36f1ff;
  --background: #06030c;
  --foreground: #fff8ff;
  --card: #100a1f;
  --card-foreground: #fff8ff;
  --popover: #100a1f;
  --popover-foreground: #fff8ff;
  --primary: #ff3bd4;
  --primary-foreground: #160013;
  --secondary: #1a1030;
  --secondary-foreground: #fff8ff;
  --muted-foreground: #b7a8c8;
  --accent: #36f1ff;
  --accent-foreground: #001012;
  --destructive: #ff5577;
  --border: #382257;
  --input: #2c1b47;
  --ring: #36f1ff;
  --radius: 0.25rem;
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  background: var(--ink);
}
body {
  margin: 0;
  background: var(--ink);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 4px;
}

.site-shell {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 72% 24%,
      rgba(125, 56, 255, 0.18),
      transparent 27%
    ),
    radial-gradient(
      circle at 15% 68%,
      rgba(255, 59, 212, 0.09),
      transparent 28%
    ),
    var(--ink);
}
.pixel-grid {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.24;
  background-image:
    linear-gradient(rgba(123, 83, 167, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(123, 83, 167, 0.12) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
}
.topbar {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(118, 69, 164, 0.34);
  position: relative;
  z-index: 2;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font:
    800 18px/1 ui-monospace,
    SFMono-Regular,
    Consolas,
    monospace;
  letter-spacing: -0.04em;
}
.brand strong {
  color: var(--magenta);
  text-shadow: 0 0 15px rgba(255, 59, 212, 0.8);
}
.brand-mark {
  width: 31px;
  height: 31px;
  margin-right: 8px;
  color: #120018;
  display: grid;
  place-items: center;
  background: var(--magenta);
  box-shadow:
    4px 4px 0 #652158,
    0 0 24px rgba(255, 59, 212, 0.35);
  clip-path: polygon(0 0, 85% 0, 100% 15%, 100% 85%, 85% 100%, 0 100%);
}
.topbar nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: var(--muted);
  font-size: 13px;
}
.topbar nav a:hover {
  color: white;
}
.topbar .nav-cta {
  color: var(--cyan);
  padding: 10px 14px;
  border: 1px solid rgba(54, 241, 255, 0.55);
  box-shadow: inset 0 0 15px rgba(54, 241, 255, 0.06);
}

.hero {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  min-height: 650px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: clamp(40px, 7vw, 96px);
  position: relative;
  z-index: 1;
  padding: 72px 0 58px;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--cyan);
  font:
    700 11px/1.2 ui-monospace,
    SFMono-Regular,
    Consolas,
    monospace;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.status-dot {
  width: 8px;
  height: 8px;
  background: var(--cyan);
  box-shadow: 0 0 14px var(--cyan);
  animation: pulse 1.8s ease-in-out infinite;
}
h1 {
  font:
    900 clamp(50px, 6.6vw, 86px)/0.92 ui-monospace,
    SFMono-Regular,
    Consolas,
    monospace;
  letter-spacing: -0.085em;
  margin: 26px 0 28px;
  max-width: 800px;
  text-wrap: balance;
  text-shadow: 5px 5px 0 rgba(94, 31, 100, 0.42);
}
h1 span {
  color: var(--magenta);
  text-shadow:
    0 0 32px rgba(255, 59, 212, 0.38),
    5px 5px 0 rgba(81, 27, 76, 0.8);
}
.hero-lede {
  max-width: 610px;
  color: var(--muted);
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.65;
  margin: 0;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}
.button {
  min-height: 51px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font:
    800 13px/1 ui-monospace,
    SFMono-Regular,
    Consolas,
    monospace;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border: 1px solid var(--line);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease;
}
.button:hover {
  transform: translateY(-2px);
}
.button-primary {
  color: #180014;
  background: var(--magenta);
  border-color: var(--magenta);
  box-shadow:
    5px 5px 0 #6c225e,
    0 0 30px rgba(255, 59, 212, 0.22);
}
.button-ghost {
  background: rgba(18, 10, 33, 0.72);
}
.button-ghost:hover {
  border-color: var(--cyan);
  box-shadow: 0 0 22px rgba(54, 241, 255, 0.12);
}
.trust-line {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #998da7;
  max-width: 610px;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 25px;
}
.trust-line svg {
  flex: 0 0 auto;
  color: var(--purple);
}

.hero-visual {
  width: 100%;
  max-width: 500px;
  justify-self: end;
  background: rgba(13, 7, 27, 0.86);
  border: 1px solid #4c2a70;
  box-shadow:
    9px 9px 0 rgba(35, 15, 52, 0.9),
    0 0 64px rgba(144, 64, 255, 0.17);
  position: relative;
}
.hero-visual::before,
.hero-visual::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: var(--cyan);
  box-shadow: 0 0 12px var(--cyan);
}
.hero-visual::before {
  top: -5px;
  left: -5px;
}
.hero-visual::after {
  right: -5px;
  bottom: -5px;
  background: var(--magenta);
  box-shadow: 0 0 12px var(--magenta);
}
.visual-head {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #43265f;
  padding: 0 16px;
  color: #8e79a8;
  font:
    700 10px/1 ui-monospace,
    SFMono-Regular,
    Consolas,
    monospace;
  letter-spacing: 0.11em;
}
.live-chip {
  color: #001617;
  background: var(--cyan);
  padding: 6px 8px;
  box-shadow: 0 0 18px rgba(54, 241, 255, 0.24);
}
.visual-canvas {
  height: 315px;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 59, 212, 0.06), transparent 45%),
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.018) 0 1px,
      transparent 1px 5px
    );
}
.hero-brand-art {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  background: #050208;
}
.play-core {
  width: 116px;
  height: 116px;
  display: grid;
  place-items: center;
  color: var(--text);
  background: #1a0e2b;
  border: 1px solid var(--magenta);
  box-shadow:
    inset 0 0 25px rgba(255, 59, 212, 0.25),
    0 0 36px rgba(255, 59, 212, 0.22);
  clip-path: polygon(
    18% 0,
    82% 0,
    100% 18%,
    100% 82%,
    82% 100%,
    18% 100%,
    0 82%,
    0 18%
  );
  position: relative;
  z-index: 2;
}
.orbit {
  position: absolute;
  border: 1px solid rgba(155, 86, 255, 0.36);
  transform: rotate(45deg);
}
.orbit-a {
  width: 190px;
  height: 190px;
  animation: orbit 13s linear infinite;
}
.orbit-b {
  width: 255px;
  height: 255px;
  border-color: rgba(54, 241, 255, 0.18);
  animation: orbit 20s linear infinite reverse;
}
.pixel-star {
  position: absolute;
  color: var(--cyan);
  text-shadow: 0 0 12px var(--cyan);
}
.star-a {
  left: 15%;
  top: 18%;
}
.star-b {
  right: 14%;
  bottom: 20%;
  color: var(--magenta);
}
.visual-console {
  padding: 16px;
  border-top: 1px solid #43265f;
  background: rgba(5, 2, 12, 0.5);
  font:
    700 10px/1.6 ui-monospace,
    SFMono-Regular,
    Consolas,
    monospace;
}
.visual-console p {
  display: grid;
  grid-template-columns: 24px 1fr auto;
  gap: 8px;
  margin: 5px 0;
  color: #8c7b9e;
}
.visual-console p span {
  color: #5c4771;
}
.visual-console p b {
  color: var(--cyan);
  font-weight: 800;
}

.signal-strip {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 48px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  background: rgba(12, 6, 24, 0.78);
  position: relative;
  z-index: 1;
}
.signal-strip article {
  min-height: 90px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  border-right: 1px solid var(--line);
}
.signal-strip article:last-child {
  border-right: 0;
}
.signal-strip strong {
  color: var(--purple);
  font:
    800 16px/1 ui-monospace,
    SFMono-Regular,
    Consolas,
    monospace;
}
.signal-strip span {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.35;
}
.signal-strip .compliance-signal {
  flex-direction: row;
  align-items: center;
  color: var(--cyan);
}
.compliance-signal svg {
  flex: 0 0 auto;
}

.section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 110px 0;
  position: relative;
  z-index: 1;
}
.section-heading {
  max-width: 720px;
  margin-bottom: 42px;
}
.section-heading h2,
.split-heading h2,
.final-cta h2 {
  margin: 10px 0 16px;
  font:
    900 clamp(32px, 4.2vw, 58px)/1 ui-monospace,
    SFMono-Regular,
    Consolas,
    monospace;
  letter-spacing: -0.06em;
}
.section-heading > p:last-child,
.split-heading > p {
  color: var(--muted);
  line-height: 1.65;
}
.kicker {
  margin: 0;
  color: var(--cyan);
  font:
    800 10px/1.2 ui-monospace,
    SFMono-Regular,
    Consolas,
    monospace;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.split-heading {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 480px);
  gap: 60px;
  align-items: end;
  margin-bottom: 42px;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.feature-grid article {
  padding: 30px 24px;
  background: rgba(13, 7, 27, 0.96);
  min-height: 250px;
}
.feature-grid svg {
  color: var(--magenta);
  filter: drop-shadow(0 0 12px rgba(255, 59, 212, 0.4));
}
.feature-grid h3,
.process-grid h3,
.portfolio-card h3 {
  margin: 42px 0 10px;
  font:
    800 17px/1.2 ui-monospace,
    SFMono-Regular,
    Consolas,
    monospace;
}
.feature-grid p,
.process-grid p,
.portfolio-card p,
.agent-grid p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}
.process-section {
  border-top: 1px solid rgba(86, 47, 121, 0.45);
  border-bottom: 1px solid rgba(86, 47, 121, 0.45);
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.process-grid article {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  padding: 24px;
  border: 1px solid var(--line);
  background: linear-gradient(
    120deg,
    rgba(24, 13, 44, 0.9),
    rgba(9, 5, 18, 0.9)
  );
}
.process-grid > article > span {
  color: var(--cyan);
  font:
    900 22px/1 ui-monospace,
    SFMono-Regular,
    Consolas,
    monospace;
}
.process-grid h3 {
  margin: 0 0 8px;
}
.process-grid p {
  margin: 0;
}
.quality-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.quality-grid article {
  min-height: 240px;
  padding: 28px;
  border: 1px solid var(--line);
  background: #0d0818;
  display: flex;
  flex-direction: column;
}
.quality-grid article > span {
  color: var(--purple);
  font: 800 10px/1 monospace;
  letter-spacing: 0.12em;
}
.quality-grid strong {
  color: white;
  font: 900 56px/1 monospace;
  margin: auto 0 20px;
}
.quality-grid p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
  margin: 0;
}
.quality-grid .featured {
  border-color: var(--magenta);
  box-shadow:
    0 0 38px rgba(255, 59, 212, 0.09),
    inset 0 0 32px rgba(255, 59, 212, 0.04);
}
.calculator-section {
  padding-top: 70px;
}
.calculator {
  border: 1px solid #4e2d70;
  background: rgba(13, 7, 27, 0.95);
  display: grid;
  grid-template-columns: 1.5fr 0.8fr;
  box-shadow: 8px 8px 0 rgba(39, 17, 57, 0.75);
}
.calculator-controls {
  padding: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.calculator label,
.age-card label,
.wizard label {
  color: #c9bbd7;
  font:
    700 11px/1.35 ui-monospace,
    SFMono-Regular,
    Consolas,
    monospace;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.calculator label span {
  color: var(--cyan);
  float: right;
}
input,
select,
textarea {
  color: white;
  background: #0a0612;
  border: 1px solid #452864;
  min-height: 42px;
  padding: 10px 12px;
  font: 500 14px/1.35 inherit;
  border-radius: 0;
}
input:focus,
select:focus,
textarea:focus {
  outline: 2px solid var(--cyan);
  outline-offset: 2px;
}
input[type='range'] {
  width: 100%;
  padding: 0;
  border: 0;
  accent-color: var(--magenta);
}
input[type='checkbox'] {
  min-height: auto;
  width: 17px;
  height: 17px;
  accent-color: var(--magenta);
}
.calculator select,
.age-card select,
.age-card input {
  display: block;
  width: 100%;
  margin-top: 9px;
}
.check-row {
  display: flex;
  align-items: center;
  gap: 10px;
  align-self: end;
  min-height: 42px;
}
.price-output {
  border-left: 1px solid var(--line);
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(135deg, rgba(255, 59, 212, 0.09), transparent);
}
.price-output span {
  color: var(--cyan);
  font: 800 10px/1 monospace;
  letter-spacing: 0.12em;
}
.price-output strong {
  font: 900 52px/1 monospace;
  margin: 13px 0;
}
.price-output small {
  color: var(--muted);
}
.price-output em {
  color: var(--magenta);
  font: 700 11px/1.3 monospace;
  margin-top: 12px;
}
.pricing-tiers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 18px;
}
.pricing-tier {
  border: 1px solid var(--line);
  background: rgba(13, 8, 24, 0.82);
  padding: 20px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pricing-tier.featured {
  border-color: var(--cyan);
  box-shadow: 0 0 26px rgba(42, 239, 255, 0.08);
}
.pricing-tier > span {
  color: var(--cyan);
  font: 800 10px/1.2 monospace;
  letter-spacing: 0.1em;
}
.pricing-tier h3 {
  margin: 0;
  font: 900 24px/1.1 monospace;
}
.pricing-tier p,
.pricing-tier small {
  color: var(--muted);
  line-height: 1.5;
  margin: 0;
}
.pricing-tier strong {
  color: var(--magenta);
  font: 900 28px/1 monospace;
  margin-top: 8px;
}
.pricing-tier small {
  color: #9f8daa;
  font-size: 12px;
}
.studio-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}
.studio-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  background: #0d0818;
  padding: 8px 8px 12px;
  cursor: pointer;
  transition: transform .15s ease, border-color .15s ease;
  outline: none;
  overflow: hidden;
}
.studio-card:hover,
.studio-card:focus-within {
  border-color: var(--magenta);
  transform: translateY(-2px);
}
.studio-card .card-media {
  position: relative;
  width: 100%;
  /* Fixed aspect ratio for all cards (9:16 portrait, matches the studio's
     vertical deliverables). All posters/videos use object-fit: cover so
     square or landscape sources are cropped consistently. */
  aspect-ratio: 9 / 16;
  background: #06030c;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.05);
  flex: 0 0 auto;
}
.studio-card .card-media img,
.studio-card .card-media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.studio-card .card-media video {
  opacity: 0;
  transition: opacity .2s ease;
  pointer-events: none;
}
.studio-card:hover .card-media video,
.studio-card:focus-within .card-media video {
  opacity: 1;
}
.studio-card .card-label {
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  min-height: 30px;        /* fixed two-line area so labels line up */
  font: 600 11px/1.3 system-ui, sans-serif;
  color: var(--muted, #c4b3d8);
}
.studio-card .card-label strong {
  color: #fff8ff;
  font-size: 11px;
  /* allow up to 2 lines, ellipsis after that */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.25;
  max-height: 28px;
  flex: 1 1 auto;
  min-width: 0;
}
.studio-card .card-label span {
  font-size: 9px;
  letter-spacing: 0.04em;
  color: var(--magenta);
  opacity: .8;
  white-space: nowrap;
  flex: 0 0 auto;
  font-variant-numeric: tabular-nums;
}
.portfolio-note {
  margin: 0 0 18px;
  color: var(--muted, #c4b3d8);
  font-size: 14px;
  max-width: 720px;
}
@media (max-width: 1100px) {
  .studio-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .studio-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 460px) {
  .studio-grid { grid-template-columns: 1fr; }
}

.portfolio-card h3 {
  margin: 22px 0 5px;
}
.portfolio-card p {
  margin: 0;
}
.agents-section {
  border-top: 1px solid rgba(86, 47, 121, 0.45);
}
.agent-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.agent-grid article {
  border: 1px solid var(--line);
  padding: 20px;
  position: relative;
  background: #0d0818;
}
.agent-grid article > svg {
  position: absolute;
  right: 18px;
  top: 18px;
  color: var(--cyan);
}
.agent-avatar {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  position: relative;
  border: 1px solid #59377d;
  color: var(--purple);
  margin-bottom: 20px;
}
.agent-avatar span {
  position: absolute;
  right: -8px;
  bottom: -8px;
  background: var(--cyan);
  color: #001013;
  padding: 4px;
  font: 900 8px/1 monospace;
}
.agent-grid strong {
  font: 900 13px/1 monospace;
  color: white;
}
.agent-grid p {
  margin: 8px 0 0;
}
.placeholder-review {
  max-width: 780px;
  border: 1px dashed #6f3d8e;
  padding: 30px;
  background: rgba(168, 107, 255, 0.04);
}
.placeholder-review svg {
  color: var(--purple);
}
.placeholder-review p {
  color: #d4c7df;
  font-size: 17px;
  line-height: 1.6;
}
.placeholder-review span {
  color: var(--magenta);
  font: 800 10px/1 monospace;
  letter-spacing: 0.1em;
}

/* Reviews grid */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 20px;
}
.review-card {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.02);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.review-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.review-header strong {
  font-size: 15px;
  color: var(--fg);
}
.review-date {
  font-size: 12px;
  color: var(--muted);
}
.review-stars {
  font-size: 16px;
  color: var(--magenta);
  letter-spacing: 2px;
}
.review-card p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted);
  flex: 1;
}
.review-tag {
  font: 700 10px/1 monospace;
  letter-spacing: 0.08em;
  color: var(--purple);
  text-transform: uppercase;
}
.review-proof {
  font: 500 10px/1 monospace;
  letter-spacing: 0.05em;
  color: var(--muted);
  opacity: 0.6;
}

/* ===== TRUST SECTIONS ===== */

/* As seen in */
.trust-section {
  padding: 40px 0;
}
.trust-logos {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.trust-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.trust-logo:hover {
  opacity: 1;
}
.trust-icon {
  font-size: 24px;
  color: var(--magenta);
}
.trust-logo span:last-child {
  font: 600 13px/1 monospace;
  letter-spacing: 0.05em;
  color: var(--muted);
  text-transform: uppercase;
}

/* Our process visual */
.process-visual-section {
  padding: 60px 0;
}
.process-visual-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 30px;
}
.process-step {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.02);
  position: relative;
}
.step-number {
  font: 900 48px/1 monospace;
  color: var(--magenta);
  opacity: 0.3;
}
.step-content h3 {
  font-size: 16px;
  margin-bottom: 8px;
}
.step-content p {
  font-size: 13px;
  line-height: 1.6;
  color: var(--muted);
}

/* Guarantee */
.guarantee-section {
  padding: 40px 0;
}
.guarantee-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 40px;
  align-items: center;
  padding: 40px;
  border: 2px solid var(--magenta);
  background: rgba(168, 107, 255, 0.05);
}
.guarantee-icon {
  font-size: 64px;
  color: var(--magenta);
}
.guarantee-content h2 {
  font-size: 24px;
  margin-bottom: 12px;
}
.guarantee-content p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--muted);
  max-width: 500px;
}
.guarantee-stats {
  display: flex;
  gap: 30px;
}
.stat {
  text-align: center;
}
.stat strong {
  display: block;
  font-size: 28px;
  color: var(--magenta);
  margin-bottom: 4px;
}
.stat span {
  font-size: 11px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Telegram widget */
.telegram-widget {
  position: fixed;
  bottom: 24px;
  right: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  background: var(--magenta);
  color: #fff;
  border-radius: 50px;
  font: 700 14px/1 monospace;
  text-decoration: none;
  z-index: 1000;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 20px rgba(168, 107, 255, 0.4);
}
.telegram-widget:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 30px rgba(168, 107, 255, 0.6);
}
.telegram-widget svg {
  flex-shrink: 0;
}

/* Responsive */
@media (max-width: 900px) {
  .process-visual-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .guarantee-card {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .guarantee-icon {
    text-align: center;
  }
  .guarantee-stats {
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .process-visual-grid {
    grid-template-columns: 1fr;
  }
  .trust-logos {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .telegram-widget span {
    display: none;
  }
  .telegram-widget {
    padding: 16px;
  }
}

.faq-list {
  border-top: 1px solid var(--line);
}
.faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
}
.faq-list summary {
  cursor: pointer;
  font: 800 15px/1.4 monospace;
}
.faq-list details p {
  color: var(--muted);
  max-width: 720px;
  line-height: 1.6;
}
.final-cta {
  width: min(1180px, calc(100% - 40px));
  margin: 20px auto 100px;
  padding: 60px;
  text-align: center;
  border: 1px solid var(--magenta);
  background:
    radial-gradient(
      circle at 50% 100%,
      rgba(255, 59, 212, 0.18),
      transparent 45%
    ),
    #0d0718;
  position: relative;
  z-index: 1;
}
.final-cta > svg {
  color: var(--cyan);
}
.final-cta h2 {
  max-width: 780px;
  margin: 16px auto 28px;
}
.final-cta .button {
  width: auto;
}
.site-footer {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  border-top: 1px solid var(--line);
  padding: 40px 0 60px;
  color: var(--muted);
  font-size: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  position: relative;
  z-index: 1;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.footer-brand svg {
  color: var(--magenta);
}
.footer-brand strong {
  color: white;
  font-family: monospace;
}
.footer-brand span {
  width: 100%;
}
.site-footer > div:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: flex-end;
}
.site-footer p {
  grid-column: 1/-1;
  border-top: 1px solid rgba(86, 47, 121, 0.45);
  padding-top: 24px;
}

.age-gate {
  position: fixed;
  inset: 0;
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  margin: 0;
  border: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(3, 1, 8, 0.94);
  backdrop-filter: blur(12px);
  color: var(--text);
}
.age-gate:not([open]) {
  display: none;
}
.age-card {
  width: min(520px, 100%);
  border: 1px solid var(--magenta);
  background: #0d0718;
  padding: 34px;
  box-shadow:
    8px 8px 0 #3c173f,
    0 0 80px rgba(255, 59, 212, 0.16);
}
.age-card h2 {
  font: 900 34px/1.05 monospace;
  letter-spacing: -0.05em;
  margin: 12px 0;
}
.age-card > p:not(.kicker):not(.form-error):not(.age-note) {
  color: var(--muted);
  line-height: 1.6;
}
.age-card label {
  display: block;
  margin-top: 18px;
}
.age-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: var(--cyan);
  border: 1px solid var(--cyan);
  margin-bottom: 20px;
}
.age-card .button {
  width: 100%;
  margin-top: 24px;
}
.exit-link {
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--muted);
  padding: 16px;
  cursor: pointer;
}
.form-error {
  color: #ff7b9d;
  font-size: 13px;
}
.age-note {
  color: #786b85;
  font-size: 10px;
  line-height: 1.5;
  border-top: 1px solid var(--line);
  padding-top: 16px;
}
.age-note a {
  color: var(--cyan);
  text-decoration: underline;
}

.wizard-shell {
  min-height: 100vh;
  background:
    radial-gradient(
      circle at 85% 10%,
      rgba(122, 54, 247, 0.15),
      transparent 25%
    ),
    var(--ink);
}
.wizard-header {
  min-height: 72px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 28px;
}
.wizard-layout {
  display: grid;
  grid-template-columns: 310px minmax(0, 900px);
  width: min(1240px, 100%);
  margin: 0 auto;
  min-height: calc(100vh - 72px);
}
.wizard-rail {
  padding: 52px 34px;
  border-right: 1px solid var(--line);
}
.wizard-rail h1 {
  font-size: 36px;
  margin: 18px 0 40px;
  letter-spacing: -0.07em;
}
.wizard-rail ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wizard-rail li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 7px 0;
  opacity: 0.48;
}
.wizard-rail li.active,
.wizard-rail li.done {
  opacity: 1;
}
.wizard-rail li > span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  color: var(--muted);
  font: 800 10px/1 monospace;
}
.wizard-rail li.active > span {
  border-color: var(--magenta);
  color: var(--magenta);
  box-shadow: 0 0 14px rgba(255, 59, 212, 0.2);
}
.wizard-rail li.done > span {
  color: #001417;
  background: var(--cyan);
  border-color: var(--cyan);
}
.wizard-rail li button {
  background: transparent;
  border: 0;
  color: inherit;
  padding: 8px 0;
  cursor: pointer;
  font: 700 12px/1 monospace;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.wizard-rail > small {
  display: block;
  color: #6f617c;
  margin-top: 28px;
  font: 600 9px/1 monospace;
}
.wizard-panel {
  padding: 52px clamp(28px, 6vw, 76px);
  min-width: 0;
}
.wizard-progress {
  height: 2px;
  background: #28173c;
  margin-bottom: 46px;
}
.wizard-progress span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--magenta), var(--cyan));
  box-shadow: 0 0 12px var(--magenta);
  transition: width 0.25s ease;
}
.step-head p {
  color: var(--cyan);
  font: 800 10px/1 monospace;
  letter-spacing: 0.14em;
}
.step-head h2 {
  margin: 12px 0 34px;
  font: 900 clamp(34px, 5vw, 58px)/1 monospace;
  letter-spacing: -0.07em;
}
.form-page {
  min-height: 100vh;
  overflow-x: hidden;
  background: #06030c;
}
.form-shell {
  max-width: 1120px;
  margin: 0 auto;
  padding: 28px clamp(16px, 4vw, 48px) 80px;
}
.form-head {
  margin-bottom: 32px;
}
.form-head h1 {
  margin: 18px 0 10px;
  font: 900 clamp(30px, 4.5vw, 52px)/1 monospace;
  letter-spacing: -0.06em;
  color: #fff8ff;
}
.form-head .form-subtitle {
  max-width: 760px;
  color: var(--muted, #c4b3d8);
  font-size: 14px;
  line-height: 1.55;
}
.form-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 28px;
}
.model-status,
.pay-status {
  min-height: 20px;
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.5;
  color: var(--muted, #c4b3d8);
}
.model-status[data-kind="warn"],
.pay-status[data-kind="warn"] { color: #f6c85f; }
.model-status[data-kind="error"],
.pay-status[data-kind="error"] { color: #ff6b81; }
.model-status[data-kind="ok"],
.pay-status[data-kind="ok"] { color: #6be3a1; }
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.form-grid label {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.form-grid input,
.form-grid select,
.form-grid textarea {
  width: 100%;
}
.form-grid .full {
  grid-column: 1/-1;
}
.counter {
  float: right;
  color: #756783;
}
.check-card {
  min-height: 70px;
  flex-direction: row !important;
  align-items: flex-start;
  gap: 13px !important;
  padding: 16px;
  border: 1px solid var(--line);
  background: #0d0818;
}
.check-card input {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin-top: 2px;
}
.check-card span {
  min-width: 0;
  color: var(--muted);
  overflow-wrap: anywhere;
  font:
    500 11px/1.55 system-ui,
    sans-serif;
  text-transform: none;
  letter-spacing: 0;
}
.check-card strong {
  display: block;
  color: #eee5f5;
  margin-bottom: 4px;
  font: 800 12px/1.3 monospace;
  text-transform: none;
}
.choice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.choice-grid button {
  min-height: 100px;
  padding: 16px;
  color: var(--muted);
  background: #0d0818;
  border: 1px solid var(--line);
  cursor: pointer;
  text-transform: capitalize;
  font: 800 13px/1.2 monospace;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.choice-grid button span {
  color: var(--purple);
  font-size: 22px;
}
.choice-grid button.selected {
  color: white;
  border-color: var(--magenta);
  background: rgba(255, 59, 212, 0.07);
  box-shadow: inset 0 0 24px rgba(255, 59, 212, 0.04);
}
.info-callout {
  border-left: 3px solid var(--cyan);
  background: rgba(54, 241, 255, 0.04);
  padding: 14px 16px;
  color: #a999b9;
  font-size: 12px;
  line-height: 1.55;
}
.dropzone {
  width: 100%;
  min-height: 210px;
  border: 1px dashed #704394;
  color: #b7a8c8;
  background: #0d0818;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
}
.dropzone svg {
  color: var(--cyan);
}
.dropzone strong {
  color: white;
  font: 800 14px/1 monospace;
}
.dropzone span {
  font-size: 11px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.file-list {
  display: grid;
  gap: 9px;
  margin: 16px 0;
}
.file-list article {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--line);
  padding: 12px;
}
.file-list svg {
  color: var(--purple);
}
.file-list strong,
.file-list span {
  display: block;
}
.file-list strong {
  font: 800 11px/1.3 monospace;
}
.file-list span {
  color: var(--muted);
  font-size: 10px;
  margin-top: 4px;
}
.file-list b {
  font: 800 9px/1 monospace;
  text-transform: uppercase;
}
.file-list b.clean {
  color: var(--cyan);
}
.file-list b.blocked {
  color: #ff638d;
}
.file-list button {
  background: transparent;
  color: var(--muted);
  border: 0;
  font-size: 22px;
  cursor: pointer;
}
.safety-stack {
  display: grid;
  gap: 12px;
}
.safety-stack .button {
  justify-self: start;
  margin-top: 10px;
}
.verdict {
  border: 1px solid var(--line);
  padding: 20px;
  display: grid;
  grid-template-columns: 90px 1fr;
  align-items: center;
}
.verdict strong {
  font: 900 20px/1 monospace;
}
.verdict p {
  color: var(--muted);
  margin: 0;
  line-height: 1.5;
}
.verdict-pass {
  border-color: var(--cyan);
}
.verdict-pass strong {
  color: var(--cyan);
}
.verdict-review strong {
  color: #ffc857;
}
.verdict-block {
  border-color: #ff638d;
}
.verdict-block strong {
  color: #ff638d;
}
.estimate {
  border: 1px solid var(--line);
  background: #0d0818;
}
.estimate-lines {
  padding: 24px;
}
.estimate-lines p {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  margin: 10px 0;
}
.estimate-lines b {
  color: white;
  font-family: monospace;
}
.estimate-total {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 24px;
  display: grid;
  grid-template-columns: 1fr auto;
}
.estimate-total span {
  color: var(--cyan);
  font: 800 10px/1 monospace;
  letter-spacing: 0.1em;
}
.estimate-total strong {
  grid-row: 1/3;
  grid-column: 2;
  font: 900 44px/1 monospace;
}
.estimate-total p {
  color: var(--muted);
  margin: 8px 0 0;
  font-size: 12px;
}
.estimate > .info-callout {
  margin: 20px;
}
.payment-panel {
  border: 1px solid var(--line);
  background: #0d0818;
}
.invoice-head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 22px;
  border-bottom: 1px solid var(--line);
}
.invoice-head svg {
  color: var(--magenta);
}
.invoice-head span,
.invoice-head strong {
  display: block;
}
.invoice-head span {
  color: var(--muted);
  font: 800 9px/1 monospace;
}
.invoice-head strong {
  margin-top: 5px;
  font: 900 14px/1 monospace;
}
.invoice-head > b {
  color: var(--cyan);
  font: 800 10px/1 monospace;
  text-transform: uppercase;
}
.invoice-grid {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 24px;
  padding: 24px;
}
.invoice-grid p {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  font-size: 12px;
  border-bottom: 1px solid rgba(80, 45, 109, 0.5);
  padding-bottom: 8px;
}
.invoice-grid strong,
.invoice-grid code {
  color: white;
  text-align: right;
}
.payment-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 20px 24px;
  border-top: 1px solid var(--line);
}
.payment-actions button {
  border: 1px solid var(--line);
  color: var(--muted);
  background: #120a20;
  padding: 10px;
  cursor: pointer;
  font: 700 10px/1 monospace;
}
.payment-actions button:hover {
  color: white;
  border-color: var(--purple);
}
.queue-gate {
  margin: 0 24px 18px;
  border: 1px solid #5b355f;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 17px;
  color: #ff638d;
}
.queue-gate.open {
  border-color: var(--cyan);
  color: var(--cyan);
}
.queue-gate p {
  color: var(--muted);
  margin: 5px 0 0;
  font-size: 11px;
}
.payment-warning {
  color: #ff85a7;
  padding: 0 24px 20px;
  font-size: 11px;
}
.wizard-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 46px;
  border-top: 1px solid var(--line);
  padding-top: 24px;
}
.wizard-actions span {
  color: var(--muted);
  font: 700 10px/1 monospace;
}
.wizard-actions button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  transform: none;
}

.status-page {
  min-height: 100vh;
  padding: 80px 20px;
  background:
    radial-gradient(
      circle at 15% 20%,
      rgba(255, 59, 212, 0.12),
      transparent 24%
    ),
    var(--ink);
  display: grid;
  grid-template-columns: minmax(280px, 480px) minmax(400px, 620px);
  justify-content: center;
  align-items: start;
  gap: 70px;
}
.status-hero {
  padding-top: 35px;
}
.status-hero h1 {
  font-size: clamp(44px, 6vw, 70px);
}
.status-hero > p:not(.kicker):not(.form-error) {
  color: var(--muted);
  line-height: 1.7;
}
.status-search {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}
.status-search input {
  min-width: 0;
  flex: 1;
}
.status-search .button {
  white-space: nowrap;
}
.terminal-card {
  border: 1px solid #4d2c70;
  background: #08040f;
  box-shadow:
    8px 8px 0 #251235,
    0 0 60px rgba(118, 56, 188, 0.12);
  font-family: monospace;
}
.terminal-card > header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  padding: 14px 18px;
  color: #7f6d90;
  font-size: 10px;
}
.terminal-card > header b {
  color: #001113;
  background: var(--cyan);
  padding: 3px 6px;
}
.terminal-current {
  padding: 28px;
  background: linear-gradient(115deg, rgba(255, 59, 212, 0.08), transparent);
  border-bottom: 1px solid var(--line);
}
.terminal-current > span {
  color: var(--magenta);
  font-size: 9px;
  letter-spacing: 0.12em;
}
.terminal-current strong {
  display: block;
  color: white;
  font-size: 25px;
  text-transform: uppercase;
  margin: 10px 0;
}
.terminal-current p {
  color: var(--muted);
  font:
    12px/1.5 system-ui,
    sans-serif;
}
.terminal-card ol {
  list-style: none;
  padding: 18px 28px;
  margin: 0;
}
.terminal-card li {
  display: grid;
  grid-template-columns: 24px 1fr auto;
  gap: 10px;
  padding: 9px 0;
  opacity: 0.38;
}
.terminal-card li.complete,
.terminal-card li.active {
  opacity: 1;
}
.terminal-card li span {
  color: var(--purple);
}
.terminal-card li.complete span {
  color: var(--cyan);
}
.terminal-card li.active b {
  color: var(--magenta);
}
.terminal-card li b {
  color: #a999b9;
  font-size: 10px;
  text-transform: uppercase;
}
.terminal-card li small {
  color: #665675;
  font-size: 9px;
}
.terminal-card > footer {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 17px 28px;
  border-top: 1px solid var(--line);
  color: var(--cyan);
  font-size: 10px;
}
.dashboard-shell {
  min-height: 100vh;
  background: #08040f;
}
.dashboard-header {
  height: 78px;
  padding: 0 28px;
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
.dashboard-header > div {
  text-align: center;
}
.dashboard-header > div span,
.dashboard-header > div strong {
  display: block;
}
.dashboard-header > div span {
  color: var(--cyan);
  font: 800 9px/1 monospace;
  text-transform: uppercase;
}
.dashboard-header > div strong {
  margin-top: 5px;
  font: 800 13px/1 monospace;
}
.dashboard-header > button {
  justify-self: end;
  color: var(--muted);
  background: transparent;
  border: 1px solid var(--line);
  padding: 9px 12px;
  cursor: pointer;
}
.dashboard-grid {
  display: grid;
  grid-template-columns: 330px 1fr;
  min-height: calc(100vh - 78px);
}
.dash-list {
  border-right: 1px solid var(--line);
}
.dash-list > header {
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.dash-list h2,
.dash-detail h2,
.owner-side h2 {
  font: 900 14px/1 monospace;
  margin: 0;
}
.dash-list > header span {
  color: var(--magenta);
  font: 800 9px/1 monospace;
}
.dash-list article {
  padding: 20px 24px;
  border-bottom: 1px solid rgba(70, 40, 95, 0.6);
  cursor: pointer;
}
.dash-list article.selected {
  background: rgba(255, 59, 212, 0.06);
  border-left: 3px solid var(--magenta);
}
.dash-list article span,
.dash-list article strong,
.dash-list article small {
  display: block;
}
.dash-list article span {
  color: #897999;
  font: 700 9px/1 monospace;
}
.dash-list article strong {
  color: #ddd2e6;
  font: 800 12px/1.2 monospace;
  text-transform: uppercase;
  margin: 9px 0;
}
.dash-list article small {
  color: #665875;
}
.dash-detail {
  padding: 36px;
}
.dash-title {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
}
.dash-title h2 {
  font-size: 26px;
  margin-top: 8px;
}
.state-chip {
  color: #001013;
  background: var(--cyan);
  padding: 8px 10px;
  font: 900 9px/1 monospace;
}
.permission-banner {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px;
  border: 1px solid #694069;
  margin: 24px 0;
  background: rgba(255, 99, 141, 0.04);
}
.permission-banner svg {
  color: #ff638d;
  flex: 0 0 auto;
}
.permission-banner p {
  color: #b7a8c8;
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
}
.detail-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.detail-cards article {
  border: 1px solid var(--line);
  padding: 18px;
}
.detail-cards span,
.detail-cards strong,
.detail-cards small {
  display: block;
}
.detail-cards span {
  color: var(--muted);
  font-size: 10px;
}
.detail-cards strong {
  margin: 18px 0 7px;
  font: 900 13px/1 monospace;
  color: var(--cyan);
}
.detail-cards small {
  color: #6f617a;
}
.internal-note {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 25px 0;
}
.internal-note textarea {
  margin-top: 8px;
}
.dash-actions,
.review-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.dash-actions button,
.review-controls button,
.owner-side button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #cabbda;
  background: #120a20;
  border: 1px solid var(--line);
  padding: 11px 13px;
  cursor: pointer;
  font: 700 10px/1 monospace;
}
.saved-note {
  border-left: 2px solid var(--purple);
  padding: 10px 14px;
  color: var(--muted);
  font-size: 12px;
  background: rgba(168, 107, 255, 0.04);
}
.owner-summary {
  display: grid;
  grid-template-columns: 2fr repeat(4, 1fr);
  align-items: stretch;
  border-bottom: 1px solid var(--line);
}
.owner-summary > div {
  padding: 35px;
}
.owner-summary h1 {
  font-size: 36px;
  margin: 12px 0 0;
}
.owner-summary article {
  padding: 25px;
  border-left: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.owner-summary article strong {
  font: 900 27px/1 monospace;
  color: white;
}
.owner-summary article span {
  color: var(--muted);
  font-size: 10px;
  margin-top: 8px;
}
.owner-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
}
.review-player {
  padding: 30px;
  border-right: 1px solid var(--line);
}
.review-player > header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  font: 800 9px/1 monospace;
  margin-bottom: 14px;
}
.review-player > header b {
  color: #ff638d;
}
.video-placeholder {
  aspect-ratio: 16/9;
  min-height: 330px;
  border: 1px solid #4c2c6a;
  background:
    radial-gradient(
      circle at 50% 60%,
      rgba(255, 59, 212, 0.14),
      transparent 27%
    ),
    repeating-linear-gradient(0deg, #08040f 0 3px, #0c0715 3px 6px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.video-placeholder span {
  color: var(--magenta);
  font: 900 10px/1 monospace;
  letter-spacing: 0.13em;
}
.video-placeholder strong {
  font: 900 clamp(34px, 5vw, 64px)/1 monospace;
  margin: 14px 0;
}
.video-placeholder small {
  color: var(--muted);
}
.review-controls {
  justify-content: flex-end;
  margin-top: 15px;
}
.review-controls .approve {
  color: #001315;
  background: var(--cyan);
  border-color: var(--cyan);
}
.decision-message {
  border-left: 2px solid #ffb347;
  padding: 12px;
  color: #ffcf80;
}
.decision-message.success {
  border-color: var(--cyan);
  color: var(--cyan);
}
.owner-side {
  padding: 24px;
}
.owner-side section {
  border: 1px solid var(--line);
  padding: 18px;
  margin-bottom: 13px;
}
.owner-side h2 {
  margin-bottom: 15px;
}
.owner-side button {
  width: 100%;
  margin: 5px 0;
}
.owner-side p {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 11px;
  border-bottom: 1px solid rgba(70, 40, 95, 0.5);
  padding-bottom: 9px;
}
.owner-side strong {
  color: white;
}
.owner-side small {
  color: #706278;
  font-size: 10px;
  line-height: 1.5;
}
.confirm-overlay {
  position: fixed;
  inset: 0;
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  margin: 0;
  border: 0;
  display: grid;
  place-items: center;
  z-index: 120;
  background: rgba(3, 1, 8, 0.88);
  color: var(--text);
}
.confirm-overlay > div {
  width: min(450px, calc(100% - 30px));
  background: #0d0718;
  border: 1px solid var(--magenta);
  padding: 30px;
}
.confirm-overlay svg {
  color: var(--magenta);
}
.confirm-overlay h2 {
  font: 900 28px/1 monospace;
}
.confirm-overlay p {
  color: var(--muted);
  line-height: 1.6;
}
.confirm-overlay .button {
  width: 100%;
  margin-top: 9px;
}

.content-page {
  min-height: 100vh;
  background:
    radial-gradient(
      circle at 80% 8%,
      rgba(139, 65, 243, 0.14),
      transparent 25%
    ),
    var(--ink);
}
.content-nav {
  min-height: 78px;
  width: min(1080px, calc(100% - 40px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.content-nav > a:last-child {
  color: var(--cyan);
  font: 800 11px/1 monospace;
}
.content-hero {
  width: min(1080px, calc(100% - 40px));
  margin: 0 auto;
  padding: 100px 0 60px;
}
.content-hero h1 {
  max-width: 900px;
  margin: 18px 0 24px;
}
.content-hero > p:last-child {
  color: var(--muted);
  font-size: 19px;
  line-height: 1.65;
  max-width: 760px;
}
.content-body {
  width: min(1080px, calc(100% - 40px));
  margin: 0 auto;
  padding: 0 0 100px;
}
.content-body > .calculator {
  margin-bottom: 50px;
}
.content-sections {
  max-width: 820px;
  border-top: 1px solid var(--line);
}
.content-sections section {
  padding: 34px 0;
  border-bottom: 1px solid var(--line);
}
.content-sections h2 {
  margin: 0 0 12px;
  font: 900 23px/1.15 monospace;
  letter-spacing: -0.04em;
}
.content-sections p,
.content-sections li {
  color: var(--muted);
  line-height: 1.7;
}
.content-sections ul {
  padding-left: 20px;
}
.content-body > .button {
  margin-top: 34px;
}
.download-card {
  max-width: 650px;
  padding: 34px;
  border: 1px solid var(--magenta);
  background: #0d0718;
  box-shadow: 8px 8px 0 #34143a;
}
.download-card > svg {
  color: var(--cyan);
}
.download-card h2 {
  font: 900 34px/1.05 monospace;
  margin: 16px 0;
}
.download-card > p:not(.kicker) {
  color: var(--muted);
  line-height: 1.6;
}
.download-card .button {
  margin: 15px 0 20px;
}
.download-card small {
  display: block;
  color: #74677d;
  line-height: 1.55;
}

@keyframes pulse {
  50% {
    opacity: 0.45;
    transform: scale(0.8);
  }
}
@keyframes orbit {
  to {
    transform: rotate(405deg);
  }
}
@media (max-width: 900px) {
  .topbar nav a:not(.nav-cta) {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 55px;
  }
  .hero-visual {
    justify-self: start;
    max-width: 620px;
  }
  .signal-strip {
    grid-template-columns: repeat(2, 1fr);
  }
  .signal-strip article:nth-child(2) {
    border-right: 0;
  }
  .signal-strip article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
  .feature-grid,
  .agent-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .split-heading {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .calculator {
    grid-template-columns: 1fr;
  }
  .price-output {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .portfolio-grid {
    grid-template-columns: 1fr;
  }
  .quality-grid {
    grid-template-columns: 1fr;
  }
  .site-footer {
    grid-template-columns: 1fr;
  }
  .site-footer > div:nth-child(2) {
    justify-content: flex-start;
  }
  .wizard-layout {
    grid-template-columns: 1fr;
  }
  .wizard-rail {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 28px;
  }
  .wizard-rail h1 {
    font-size: 30px;
    margin: 12px 0 22px;
  }
  .wizard-rail ol {
    display: flex;
    overflow-x: auto;
    padding-bottom: 10px;
  }
  .wizard-rail li {
    flex: 0 0 auto;
    margin-right: 12px;
  }
  .wizard-rail li button {
    display: none;
  }
  .wizard-rail > small {
    margin-top: 8px;
  }
  .wizard-panel {
    padding: 34px 28px;
  }
  .status-page {
    grid-template-columns: 1fr;
    padding-top: 40px;
    gap: 30px;
  }
  .dashboard-grid {
    grid-template-columns: 1fr;
  }
  .dash-list {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .detail-cards {
    grid-template-columns: 1fr;
  }
  .owner-summary {
    grid-template-columns: repeat(2, 1fr);
  }
  .owner-summary > div {
    grid-column: 1/-1;
  }
  .owner-summary article:nth-last-child(odd) {
    border-left: 0;
  }
  .owner-layout {
    grid-template-columns: 1fr;
  }
  .review-player {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}
@media (max-width: 560px) {
  .wizard-header {
    padding-inline: 14px;
  }
  .wizard-layout {
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
  }
  .wizard-rail,
  .wizard-panel {
    min-width: 0;
    max-width: 100%;
    padding-inline: 14px;
  }
  .wizard-rail {
    overflow: hidden;
  }
  .wizard-rail ol {
    width: 100%;
    max-width: 100%;
  }
  .payment-panel,
  .invoice-head,
  .invoice-grid {
    min-width: 0;
  }
  .invoice-head {
    grid-template-columns: auto minmax(0, 1fr);
  }
  .invoice-head > b {
    grid-column: 2;
  }
  .invoice-head strong,
  .invoice-grid strong,
  .invoice-grid code {
    min-width: 0;
    overflow-wrap: anywhere;
  }
  .invoice-grid p {
    align-items: flex-start;
  }
  .topbar {
    min-height: 70px;
    width: min(100% - 28px, 1180px);
  }
  .brand {
    font-size: 15px;
  }
  .topbar nav {
    gap: 0;
  }
  .topbar .nav-cta {
    padding: 9px 10px;
    font-size: 11px;
  }
  .hero {
    width: min(100% - 28px, 1180px);
    padding: 46px 0 36px;
    gap: 44px;
  }
  h1 {
    font-size: clamp(45px, 14.5vw, 64px);
  }
  .hero-actions {
    flex-direction: column;
  }
  .button {
    width: 100%;
  }
  .visual-canvas {
    height: 260px;
  }
  .visual-console p {
    grid-template-columns: 20px 1fr;
  }
  .visual-console p b {
    grid-column: 2;
  }
  .signal-strip {
    width: min(100% - 28px, 1180px);
    grid-template-columns: 1fr;
  }
  .signal-strip article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .section {
    width: min(100% - 28px, 1180px);
    padding: 76px 0;
  }
  .feature-grid,
  .agent-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }
  .calculator-controls {
    grid-template-columns: 1fr;
  }
  .pricing-tiers {
    grid-template-columns: 1fr;
  }
  .final-cta {
    width: min(100% - 28px, 1180px);
    padding: 42px 20px;
  }
  .site-footer {
    width: min(100% - 28px, 1180px);
  }
  .age-card {
    padding: 24px;
  }
  .wizard-header {
    padding: 0 14px;
  }
  .wizard-panel {
    padding: 28px 14px;
  }
  .form-grid,
  .choice-grid {
    grid-template-columns: 1fr;
  }
  .form-grid .full {
    grid-column: auto;
  }
  .invoice-grid {
    grid-template-columns: 1fr;
  }
  .estimate-total {
    grid-template-columns: 1fr;
  }
  .estimate-total strong {
    grid-row: auto;
    grid-column: auto;
    margin-top: 12px;
  }
  .wizard-actions {
    flex-wrap: wrap;
  }
  .wizard-actions span {
    order: -1;
    width: 100%;
    text-align: center;
  }
  .wizard-actions .button {
    width: auto;
  }
  .status-search {
    flex-direction: column;
  }
  .status-search .button {
    width: 100%;
  }
  .terminal-card li {
    grid-template-columns: 20px 1fr;
  }
  .terminal-card li small {
    grid-column: 2;
  }
  .dashboard-header {
    grid-template-columns: 1fr auto;
    padding: 0 14px;
  }
  .dashboard-header > div {
    display: none;
  }
  .dash-detail,
  .review-player {
    padding: 20px 14px;
  }
  .dash-title {
    align-items: flex-start;
    flex-direction: column;
  }
  .owner-summary {
    grid-template-columns: 1fr 1fr;
  }
  .owner-summary article {
    padding: 18px;
  }
  .video-placeholder {
    min-height: 240px;
  }
  .review-controls button {
    width: 100%;
    justify-content: center;
  }
}
@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;
  }
}
