:root {
  --ink: #ffffff;
  --body: #f3f0ff;
  --muted: #a9a2b8;
  --paper: #030006;
  --line: rgba(255, 255, 255, 0.14);
  --gold: #ffffff;
  --orange: #5d01b9;
  --purple: #5d01b9;
  --magenta: #7b12e6;
  --blue: #240046;
  --cyan: #c9a7ff;
  --charcoal: #08030f;
  --soft: rgba(255, 255, 255, 0.74);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.56);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--body);
  background:
    linear-gradient(115deg, #000 0%, #030006 48%, #17002e 78%, #5d01b9 140%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body::before {
  content: "";
  position: fixed;
  z-index: 100;
  inset: 0;
  pointer-events: none;
  border: 2px solid #5d01b9;
}

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

.topbar {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 54px);
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9), rgba(3, 0, 6, 0));
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  position: relative;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: conic-gradient(from 215deg, #ffffff, #5d01b9, #2b0054, #5d01b9, #ffffff);
  box-shadow: 0 0 28px rgba(93, 1, 185, 0.48);
}

.brand-mark::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: inherit;
  background:
    radial-gradient(circle at 66% 68%, rgba(93, 1, 185, 0.68), transparent 35%),
    radial-gradient(circle at 50% 60%, rgba(93, 1, 185, 0.86), transparent 48%),
    #030508;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.05;
}

.brand small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.72rem;
}

.nav-pills {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(10, 4, 18, 0.74);
  backdrop-filter: blur(18px);
}

.nav-pills a {
  min-height: 34px;
  padding: 8px 13px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.86rem;
  white-space: nowrap;
}

.nav-pills a:hover,
.nav-pills a.active {
  color: #fff;
  background: rgba(93, 1, 185, 0.62);
}

.menu-toggle {
  display: none;
  justify-self: end;
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 7px;
  color: #fff;
  background: rgba(35, 39, 46, 0.72);
  font: inherit;
  font-size: 0.86rem;
  font-weight: 900;
  cursor: pointer;
}

.progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: rgba(255, 255, 255, 0.1);
}

.progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, #ffffff, #5d01b9, #2a004f);
}

.panel {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.panel-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 110px 0 72px;
}

.hero-panel {
  color: #fff;
  background: #000;
}

.hero-bg,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(110deg, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.88) 42%, rgba(23, 0, 46, 0.72) 72%, rgba(93, 1, 185, 0.62) 120%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.94));
}

.hero-content {
  position: relative;
  max-width: 760px;
  padding-top: 150px;
}

.eyebrow {
  margin: 0 0 16px;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(3.3rem, 7vw, 6.9rem);
  line-height: 0.93;
  letter-spacing: 0;
}

h2 {
  max-width: 900px;
  margin-bottom: 20px;
  font-size: clamp(2.2rem, 4vw, 4.6rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: 1.32rem;
  line-height: 1.15;
}

.lead {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.08rem, 2vw, 1.34rem);
  line-height: 1.55;
}

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

.primary-action,
.secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 18px;
  border: 1px solid transparent;
  border-radius: 7px;
  font-weight: 800;
}

.primary-action {
  color: #fff;
  background: #5d01b9;
  box-shadow: 0 14px 38px rgba(93, 1, 185, 0.36);
}

.secondary-action {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(93, 1, 185, 0.18);
}

.section-heading {
  margin-bottom: 44px;
}

.section-heading.compact {
  max-width: 760px;
}

.section-heading p:not(.eyebrow),
.decision-content p,
.story-copy p,
.equipment-list p,
.phase-card p {
  color: var(--muted);
  line-height: 1.65;
}

.roadmap-panel {
  background:
    radial-gradient(circle at 82% 22%, rgba(93, 1, 185, 0.24), transparent 34%),
    linear-gradient(120deg, #000 0%, #05000a 54%, #1b0035 100%),
    var(--paper);
}

.need-panel {
  background:
    radial-gradient(circle at 82% 64%, rgba(93, 1, 185, 0.24), transparent 34%),
    linear-gradient(110deg, #000 0%, #05000a 58%, #230044 100%);
}

.need-statement {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.04);
  box-shadow: var(--shadow);
}

.need-statement p {
  color: var(--muted);
  line-height: 1.65;
}

.need-statement strong {
  display: block;
  color: #fff;
  font-size: clamp(1.35rem, 2.6vw, 2.45rem);
  line-height: 1.08;
}

.infra-box {
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr auto;
  gap: 22px;
  margin: 0 0 44px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 4px solid #5d01b9;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
}

.infra-box h3 {
  max-width: 740px;
  font-size: clamp(1.45rem, 2.4vw, 2.25rem);
  color: #fff;
}

.infra-box p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.65;
}

.infra-actions {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  align-content: flex-start;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.16);
}

.infra-actions span {
  flex-basis: 100%;
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.phase-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.phase-timeline {
  position: sticky;
  top: 24px;
  z-index: 2;
}

.phase-timeline::before {
  content: "";
  position: absolute;
  top: 54px;
  left: 8%;
  right: 8%;
  height: 2px;
  background: linear-gradient(90deg, #ffffff, #5d01b9, #250049);
  opacity: 0.72;
}

.phase-card {
  position: relative;
  min-height: 470px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.phase-card::before {
  content: "";
  position: absolute;
  top: 45px;
  left: 30px;
  width: 20px;
  height: 20px;
  border: 4px solid #080c11;
  border-radius: 50%;
  background: #5d01b9;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.22), 0 0 24px rgba(93, 1, 185, 0.42);
}

.phase-card.active,
.phase-card:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.075);
  transform: translateY(-8px);
  border-color: rgba(93, 1, 185, 0.72);
}

.phase-card.active p,
.phase-card:hover p {
  color: rgba(255, 255, 255, 0.7);
}

.phase-number {
  align-self: flex-end;
  color: var(--gold);
  font-size: 5.4rem;
  font-weight: 900;
  line-height: 0.9;
}

.phase-kicker {
  margin: 34px 0 16px;
  color: var(--cyan);
  font-size: 1rem;
  font-weight: 900;
  text-transform: uppercase;
}

.phase-banner {
  margin-bottom: 22px;
  color: #ffffff;
  font-size: clamp(3.2rem, 10vw, 8rem);
  font-weight: 950;
  line-height: 0.82;
  text-transform: uppercase;
}

.phase-banner.small {
  font-size: clamp(2.5rem, 6vw, 5.2rem);
}

.phase-card.active .phase-kicker,
.phase-card:hover .phase-kicker {
  color: #ffffff;
}

.phase-points {
  display: grid;
  gap: 10px;
  margin: auto 0 0;
  padding: 22px 0 0;
  list-style: none;
}

.phase-points li {
  position: relative;
  padding-left: 20px;
  color: #dce5f6;
  line-height: 1.45;
}

.phase-points li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--magenta);
}

.phase-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 22px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 7px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 900;
}

.phase-action:hover {
  border-color: rgba(93, 1, 185, 0.82);
  background: rgba(93, 1, 185, 0.32);
}

.info-button {
  display: inline;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(201, 167, 255, 0.82);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 4px;
  cursor: pointer;
  vertical-align: middle;
}

.info-button:hover {
  color: var(--gold);
}

.owned-link {
  color: #9ee6b5;
  text-decoration-color: rgba(158, 230, 181, 0.75);
}

.kit-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  list-style: none;
}

.kit-list li {
  position: relative;
  padding-left: 18px;
  color: #dce5f6;
  line-height: 1.45;
}

.kit-list li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #5d01b9;
}

.image-panel {
  background:
    radial-gradient(circle at 82% 18%, rgba(93, 1, 185, 0.18), transparent 30%),
    linear-gradient(180deg, #08020f, #030006 58%, #130026);
}

.media-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.34fr) minmax(0, 1fr);
  gap: 34px;
  align-items: stretch;
  margin-top: 34px;
}

.media-tabs {
  display: grid;
  gap: 14px;
  align-content: start;
}

.tab {
  position: relative;
  min-height: 132px;
  padding: 22px 22px 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-left: 5px solid rgba(93, 1, 185, 0.58);
  border-radius: 8px;
  color: var(--body);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    rgba(5, 1, 8, 0.84);
  font: inherit;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.24);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.tab:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.34);
}

.tab span,
.tab strong,
.tab small {
  display: block;
}

.tab span {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.78rem;
  font-weight: 900;
}

.tab strong {
  color: #fff;
  font-size: clamp(1.55rem, 2.4vw, 2.1rem);
  line-height: 1;
}

.tab small {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.92rem;
  line-height: 1.35;
}

.tab.active {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.24);
  border-left-color: #fff;
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.18), transparent 32%),
    linear-gradient(135deg, #5d01b9, #2b0054 78%);
  box-shadow: 0 26px 70px rgba(93, 1, 185, 0.34);
}

.tab.active span {
  color: rgba(255, 255, 255, 0.78);
}

.tab.active small {
  color: rgba(255, 255, 255, 0.84);
}

.media-showcase {
  position: relative;
  min-width: 0;
}

.media-story {
  display: none;
  grid-template-columns: minmax(260px, 0.74fr) minmax(420px, 1.26fr);
  gap: 28px;
  align-items: center;
  min-height: 100%;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}

.media-story.active {
  display: grid;
}

.stage-label {
  color: var(--cyan);
  font-weight: 900;
  text-transform: uppercase;
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 24px;
  color: #d9e0ef;
  line-height: 1.45;
}

.check-list li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--magenta);
  box-shadow: 0 0 14px rgba(93, 1, 185, 0.52);
}

.alert-note {
  margin-top: 24px;
  padding: 16px 18px;
  border: 1px solid rgba(93, 1, 185, 0.46);
  border-left: 4px solid #5d01b9;
  border-radius: 8px;
  background: rgba(93, 1, 185, 0.12);
}

.alert-note strong {
  display: block;
  margin-bottom: 6px;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.alert-note p {
  margin: 0;
  color: #eef3ff;
  line-height: 1.55;
}

.video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  min-height: 280px;
  overflow: hidden;
  border-radius: 8px;
  background:
    radial-gradient(circle at 72% 28%, rgba(93, 1, 185, 0.42), transparent 30%),
    linear-gradient(315deg, rgba(93, 1, 185, 0.28), transparent),
    #07020c;
  box-shadow: var(--shadow);
}

.video-frame video {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #000;
}

.video-frame.has-video video {
  display: block;
}

.video-placeholder {
  position: absolute;
  inset: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  padding: 24px;
}

.video-placeholder span {
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
}

.video-placeholder strong {
  max-width: 320px;
  margin-top: 8px;
  font-size: clamp(1.7rem, 3vw, 3rem);
  line-height: 1;
}

.equipment-panel {
  background:
    radial-gradient(circle at 86% 78%, rgba(93, 1, 185, 0.22), transparent 30%),
    linear-gradient(120deg, #000 0%, #07020c 58%, #1c0036 100%);
}

.phase-two-panel {
  background:
    linear-gradient(180deg, #07020c, #030006);
}

.phase-three-panel {
  background:
    radial-gradient(circle at 78% 18%, rgba(93, 1, 185, 0.3), transparent 30%),
    linear-gradient(120deg, #000 0%, #07020c 54%, #250049 100%);
}

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

.phase-video-embed {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 34px 0 22px;
  min-height: 118px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 22%, rgba(255, 255, 255, 0.14), transparent 28%),
    linear-gradient(135deg, rgba(93, 1, 185, 0.72), rgba(18, 0, 36, 0.82)),
    #050108;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.44);
}

.phase-video-embed:hover {
  border-color: rgba(255, 255, 255, 0.34);
  transform: translateY(-1px);
}

.phase-video-embed__play {
  display: grid;
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  color: #5d01b9;
  background: #fff;
  font-size: 1.35rem;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
}

.phase-video-embed strong,
.phase-video-embed small {
  display: block;
}

.phase-video-embed strong {
  font-size: clamp(1.35rem, 2.6vw, 2.1rem);
  line-height: 1.05;
}

.phase-video-embed small {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.98rem;
}

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

.option-card {
  min-height: 410px;
  display: flex;
  flex-direction: column;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.option-card.recommended {
  border-color: rgba(93, 1, 185, 0.72);
  background: rgba(255, 255, 255, 0.06);
}

.option-card p:not(.stage-label) {
  color: var(--muted);
  line-height: 1.65;
}

.option-visual {
  margin: 2px 0 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: #050108;
}

.option-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.phase-two-warning {
  margin-top: 20px;
}

.phase-two-warning .info-button {
  color: #fff;
}

.phase-two-warning .info-button:hover {
  color: var(--gold);
}

.camera-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 34px 0 18px;
}

.camera-card {
  min-height: 250px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.camera-visual {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: #05070a;
}

.camera-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.camera-card:nth-child(2) {
  background: rgba(255, 255, 255, 0.055);
}

.camera-card:nth-child(3) {
  background: rgba(255, 255, 255, 0.055);
}

.camera-card span {
  display: inline-flex;
  margin-bottom: 24px;
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

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

.phase-one-list {
  margin-top: 16px;
}

.security-panel {
  color: #fff;
  background:
    radial-gradient(circle at 82% 20%, rgba(255, 108, 35, 0.3), transparent 30%),
    radial-gradient(circle at 16% 88%, rgba(255, 196, 87, 0.12), transparent 32%),
    linear-gradient(120deg, #070000 0%, #170504 54%, #3a0900 100%);
}

.security-panel .panel-inner {
  align-items: center;
}

.security-panel .section-heading {
  grid-row: 1 / span 2;
}

.security-panel .phase-banner {
  border-color: rgba(255, 139, 61, 0.72);
  background: rgba(255, 115, 0, 0.14);
}

.security-panel .eyebrow {
  color: #ffcc88;
}

.security-panel .section-heading h2 .info-button {
  color: #ffd39a;
  text-decoration-color: rgba(255, 188, 98, 0.75);
}

.security-panel .need-statement {
  border-color: rgba(255, 139, 61, 0.52);
  background:
    linear-gradient(145deg, rgba(255, 125, 37, 0.16), rgba(0, 0, 0, 0.46)),
    rgba(255, 255, 255, 0.04);
  box-shadow: 0 24px 70px rgba(255, 79, 0, 0.16);
}

.security-panel .need-statement p {
  color: #ffc37b;
}

.security-visual {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 139, 61, 0.5);
  border-radius: 8px;
  background: #080000;
  box-shadow: 0 28px 82px rgba(0, 0, 0, 0.52);
}

.security-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.security-visual figcaption {
  margin: 0;
  padding: 16px 18px;
  color: rgba(255, 244, 226, 0.82);
  font-size: 0.94rem;
  line-height: 1.5;
  background: rgba(11, 0, 0, 0.88);
}

.split-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 54px;
  align-items: start;
}

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

.equipment-list article {
  min-height: 220px;
  padding: 22px;
  border-left: 4px solid rgba(93, 1, 185, 0.78);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
}

.equipment-list article:nth-child(even) {
  border-left-color: #ffffff;
}

.equipment-list span {
  color: var(--cyan);
  font-weight: 900;
}

.budget-panel {
  background: #030006;
}

.budget-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.34);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
}

.budget-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
}

.budget-table th,
.budget-table td {
  padding: 13px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
  vertical-align: top;
}

.budget-table th {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  background: rgba(93, 1, 185, 0.32);
  position: sticky;
  top: 0;
  z-index: 1;
}

.budget-table td {
  color: var(--body);
  line-height: 1.45;
}

.budget-table tbody tr:not(.budget-section-row):not(.budget-total-row):not(.budget-grand-row):nth-child(odd) td {
  background: rgba(255, 255, 255, 0.025);
}

.budget-table td:first-child {
  width: 150px;
  color: var(--cyan);
  font-weight: 900;
}

.budget-table td:nth-child(3) {
  width: 160px;
  color: #fff;
  font-weight: 800;
  white-space: nowrap;
}

.budget-table a {
  color: #fff;
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 6px;
  background: #5d01b9;
  font-weight: 900;
}

.budget-table span {
  color: var(--muted);
}

.budget-section-row td {
  padding: 22px 18px 16px;
  color: #fff;
  font-size: 1.14rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
  background:
    linear-gradient(90deg, #5d01b9 0%, rgba(93, 1, 185, 0.58) 44%, rgba(93, 1, 185, 0.12) 100%),
    #140027;
  border-top: 18px solid #030006;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.budget-section-row td::before {
  content: "Bloco";
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  margin-right: 12px;
  padding: 3px 8px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.68rem;
  font-weight: 950;
  text-transform: uppercase;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.22);
}

.budget-total-row td,
.budget-grand-row td {
  padding-top: 16px;
  padding-bottom: 16px;
  background: rgba(93, 1, 185, 0.16);
  color: #fff;
  font-weight: 900;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 6px solid rgba(3, 0, 6, 0.92);
}

.budget-total-row td:first-child,
.budget-grand-row td:first-child {
  color: #fff;
}

.budget-total-row td:nth-child(3),
.budget-grand-row td:nth-child(3) {
  color: #fff;
  font-size: 1.05rem;
  white-space: nowrap;
}

.budget-total-row td:last-child,
.budget-grand-row td:last-child {
  color: var(--muted);
}

.budget-grand-row td {
  background:
    linear-gradient(90deg, rgba(93, 1, 185, 0.68), rgba(93, 1, 185, 0.22)),
    rgba(255, 255, 255, 0.11);
  border-top: 2px solid rgba(255, 255, 255, 0.32);
  border-bottom: 0;
}

.decision-content {
  max-width: 900px;
  text-align: center;
}

.decision-content h2 {
  margin-left: auto;
  margin-right: auto;
}

.decision-content p {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.74);
}

.product-modal {
  position: fixed;
  z-index: 60;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
}

.product-modal.open {
  display: flex;
}

.product-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(10px);
}

.product-sheet {
  position: relative;
  z-index: 1;
  width: min(860px, 100%);
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: var(--body);
  background: #08030f;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.58);
}

.product-photo {
  position: relative;
  min-height: 360px;
  display: flex;
  align-items: flex-end;
  padding: 24px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.5rem;
  font-weight: 900;
  background:
    radial-gradient(circle at 70% 24%, rgba(93, 1, 185, 0.46), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(93, 1, 185, 0.28)),
    #030006;
}

.product-photo img {
  position: absolute;
  inset: 18px;
  display: none;
  width: calc(100% - 36px);
  height: calc(100% - 74px);
  object-fit: contain;
  object-position: center;
  border-radius: 6px;
  background: #f6f7f8;
}

.product-photo.has-image img {
  display: block;
}

.product-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 62%, rgba(0, 0, 0, 0.72));
  opacity: 0;
}

.product-photo.has-image::after {
  opacity: 1;
}

.product-photo span {
  position: relative;
  z-index: 1;
}

.product-copy {
  padding: 34px;
}

.product-copy h2 {
  font-size: clamp(2rem, 3vw, 3rem);
}

.product-copy p {
  color: var(--muted);
  line-height: 1.6;
}

.product-meta {
  display: grid;
  gap: 12px;
  margin: 26px 0;
}

.product-meta div {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.product-meta dt {
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.product-meta dd {
  margin: 5px 0 0;
  color: #fff;
  line-height: 1.45;
}

.product-note {
  margin-bottom: 0;
  font-size: 0.92rem;
}

.product-buy {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  padding: 10px 13px;
  border-radius: 7px;
  color: #fff;
  background: #5d01b9;
  font-weight: 900;
}

.product-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 900px) {
  .topbar {
    grid-template-columns: 1fr auto;
    gap: 10px;
    padding: 10px 14px;
    background: linear-gradient(180deg, rgba(8, 12, 17, 0.94), rgba(8, 12, 17, 0.5));
    backdrop-filter: blur(18px);
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .nav-pills {
    grid-column: 1 / -1;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 0;
    border-width: 0;
    border-radius: 8px;
    background: rgba(13, 17, 24, 0.96);
    opacity: 0;
    transition: max-height 180ms ease, padding 180ms ease, opacity 180ms ease;
  }

  .topbar.menu-open .nav-pills {
    max-height: 320px;
    padding: 6px;
    border-width: 1px;
    opacity: 1;
  }

  .nav-pills a {
    width: 100%;
    min-height: 38px;
    padding: 10px 12px;
    border-radius: 6px;
  }

  .panel-inner {
    width: min(100% - 28px, 1180px);
    padding-top: 96px;
    padding-bottom: 56px;
  }

  .hero-content {
    padding-top: 108px;
  }

  .phase-grid,
  .camera-grid,
  .option-grid,
  .infra-box,
  .product-sheet,
  .media-story,
  .media-layout,
  .split-layout,
  .equipment-list {
    grid-template-columns: 1fr;
  }

  .media-layout {
    gap: 18px;
  }

  .media-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .tab {
    min-height: 116px;
    padding: 18px 16px;
  }

  .tab strong {
    font-size: 1.35rem;
  }

  .tab small {
    font-size: 0.82rem;
  }

  .media-story {
    padding: 20px;
  }

  .infra-actions {
    justify-content: flex-start;
  }

  .security-panel .section-heading {
    grid-row: auto;
  }

  .phase-card {
    min-height: 0;
    padding: 24px 22px 24px 56px;
  }

  .phase-timeline::before {
    top: 132px;
    bottom: 72px;
    left: 30px;
    right: auto;
    width: 2px;
    height: auto;
    background: linear-gradient(180deg, #ffffff, #5d01b9, #250049);
  }

  .phase-timeline {
    position: static;
  }

  .phase-card::before {
    left: 16px;
  }

  .phase-number {
    font-size: 4rem;
  }

  .phase-banner {
    font-size: clamp(2.8rem, 18vw, 5.4rem);
    line-height: 0.9;
  }

  .product-photo {
    min-height: 280px;
  }
}

@media (max-width: 560px) {
  .topbar {
    padding-inline: 12px;
  }

  .brand-mark {
    width: 30px;
    height: 30px;
  }

  .brand small {
    display: none;
  }

  .nav-pills a {
    padding-inline: 11px;
    font-size: 0.8rem;
  }

  .panel {
    min-height: auto;
  }

  .panel-inner {
    width: min(100% - 24px, 1180px);
    padding-top: 88px;
    padding-bottom: 46px;
  }

  .hero-panel {
    min-height: 92svh;
  }

  .hero-content {
    padding-top: 96px;
  }

  h1 {
    font-size: 2.35rem;
    line-height: 1;
    margin-bottom: 18px;
  }

  h2 {
    font-size: 1.72rem;
    line-height: 1.08;
  }

  h3 {
    font-size: 1.08rem;
  }

  .lead {
    font-size: 1rem;
    line-height: 1.48;
  }

  .section-heading {
    margin-bottom: 26px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    margin-top: 24px;
  }

  .primary-action,
  .secondary-action {
    width: 100%;
    min-height: 44px;
  }

  .video-frame {
    min-height: 0;
  }

  .video-placeholder {
    inset: 10px;
    padding: 12px;
  }

  .video-placeholder strong {
    font-size: 1.45rem;
  }

  .media-tabs {
    gap: 6px;
  }

  .tab {
    min-height: 38px;
    padding: 8px 11px;
    font-size: 0.88rem;
  }

  .need-statement,
  .infra-box,
  .camera-card,
  .equipment-list article,
  .product-copy {
    padding: 18px;
  }

  .media-tabs {
    grid-template-columns: 1fr;
  }

  .tab {
    min-height: 96px;
  }

  .tab span {
    margin-bottom: 10px;
  }

  .need-statement strong {
    font-size: 1.28rem;
  }

  .phase-timeline::before {
    top: 108px;
    bottom: 54px;
  }

  .phase-number {
    font-size: 3.35rem;
  }

  .phase-banner {
    margin-bottom: 16px;
  }

  .phase-kicker {
    margin-top: 24px;
  }

  .phase-points {
    padding-top: 16px;
  }

  .camera-grid {
    margin-top: 24px;
  }

  .camera-card {
    min-height: 0;
  }

  .product-modal {
    align-items: flex-end;
    padding: 10px;
  }

  .product-sheet {
    max-height: calc(100svh - 20px);
    overflow-y: auto;
  }

  .product-photo {
    min-height: 240px;
  }

  .product-copy h2 {
    font-size: 1.65rem;
  }

  .budget-table {
    min-width: 680px;
  }

  .budget-table th,
  .budget-table td {
    padding: 11px 12px;
  }
}

@media print {
  body {
    color: #111;
    background: #fff;
  }

  body::before,
  .topbar,
  .hero-actions,
  .product-modal,
  .progress {
    display: none !important;
  }

  .panel {
    min-height: auto;
    break-inside: avoid;
    page-break-inside: avoid;
    overflow: visible;
    color: #111;
    background: #fff !important;
  }

  .panel-inner {
    width: 100%;
    padding: 28px 0;
  }

  .hero-bg,
  .hero-overlay {
    display: none;
  }

  h1,
  h2,
  h3,
  p,
  .lead,
  .section-heading p:not(.eyebrow),
  .decision-content p,
  .story-copy p,
  .equipment-list p,
  .phase-card p,
  .need-statement p,
  .budget-table td {
    color: #111 !important;
  }

  .eyebrow,
  .phase-banner,
  .phase-number,
  .phase-kicker,
  .stage-label {
    color: #5d01b9 !important;
  }

  .need-statement,
  .infra-box,
  .phase-card,
  .camera-card,
  .option-card,
  .budget-table-wrap {
    border-color: #ddd;
    box-shadow: none;
    background: #fff !important;
  }

  .budget-table {
    min-width: 0;
    font-size: 10px;
  }

  .budget-table th {
    color: #fff;
    background: #5d01b9 !important;
  }

  .budget-section-row td,
  .budget-total-row td,
  .budget-grand-row td {
    color: #111 !important;
    background: #eee !important;
    border-top-color: #ccc;
  }

  a,
  .info-button {
    color: #111 !important;
    text-decoration: none;
  }
}
