:root {
  --bg: #03070b;
  --surface: #07111b;
  --surface-strong: #0b1b28;
  --text: #f5f7fb;
  --muted: #9aa8b6;
  --soft: #d5dde7;
  --gold: #ffb800;
  --gold-2: #ff8a00;
  --teal: #20d6b3;
  --blue: #35a7ff;
  --line: rgba(255, 255, 255, 0.12);
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.46);
  color-scheme: dark;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 72% 8%, rgba(32, 214, 179, 0.13), transparent 34rem),
    linear-gradient(180deg, #020508 0%, #06111b 48%, #03070b 100%);
  color: var(--text);
  min-width: 320px;
}

body.nav-open {
  overflow: hidden;
}

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

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

svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 18px 0;
  backdrop-filter: blur(18px);
}

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

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 184, 0, 0.26);
  border-radius: 50%;
  color: var(--text);
  background:
    linear-gradient(#030812, #030812) padding-box,
    conic-gradient(from 20deg, var(--gold), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.32), var(--gold)) border-box;
  font-size: 13px;
  font-weight: 950;
}

.brand-render {
  width: 112px;
  height: 92px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  filter: drop-shadow(0 10px 16px rgba(0, 0, 0, 0.45)) drop-shadow(0 0 10px rgba(255, 184, 0, 0.18));
}

.brand-render img {
  width: 126px;
  max-width: none;
  height: 106px;
  object-fit: contain;
}

.brand-name {
  color: var(--text);
  font-size: 24px;
  font-weight: 950;
  letter-spacing: 0;
}

.brand-name span {
  color: var(--gold);
}

.primary-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 2.1vw, 34px);
  color: var(--soft);
  font-size: 15px;
  font-weight: 700;
}

.primary-nav a {
  position: relative;
  padding: 10px 0;
}

.primary-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  content: "";
  background: var(--gold);
  border-radius: 999px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.primary-nav a:hover::after,
.primary-nav a[aria-current="page"]::after {
  transform: scaleX(1);
}

.header-actions,
.hero-actions,
.feature-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
  cursor: pointer;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease;
}

button.btn {
  font: inherit;
}

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

.btn-primary {
  color: #111;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  border-color: rgba(255, 184, 0, 0.62);
  box-shadow: 0 16px 34px rgba(255, 184, 0, 0.2);
}

.btn-ghost {
  color: var(--text);
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 184, 0, 0.28);
}

.btn-large {
  min-height: 52px;
  padding-inline: 26px;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
  border-radius: 999px;
}

@media (max-width: 1080px) {
  .nav-toggle {
    display: block;
  }
}

@media (min-width: 1081px) {
  .nav-toggle {
    display: none;
  }
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  gap: clamp(28px, 3.2vw, 48px);
  align-items: center;
  width: min(1180px, calc(100% - 40px));
  min-height: clamp(720px, calc(100svh - 74px), 900px);
  margin: 0 auto;
  padding: 56px 0 38px;
}

.hero::before {
  position: absolute;
  right: 8%;
  bottom: 8%;
  left: 16%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 184, 0, 0.5), transparent);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 590px;
  margin-bottom: 22px;
  font-size: clamp(42px, 4.9vw, 68px);
  line-height: 0.95;
  letter-spacing: 0;
}

h1::first-line {
  color: var(--text);
}

h1,
.section-heading h2,
.feature-copy h2,
.split-section h2,
.map-copy h2,
.contact-copy h2 {
  text-wrap: balance;
}

.hero h1 {
  color: var(--gold);
}

.hero-lead {
  max-width: 560px;
  color: var(--soft);
  font-size: clamp(16px, 1.7vw, 19px);
  line-height: 1.8;
}

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

.hero-proof div {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.hero-proof strong,
.hero-proof span {
  display: block;
}

.hero-proof strong {
  color: var(--text);
  font-size: 25px;
}

.hero-proof span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
}

.hero-stage {
  position: relative;
  min-height: 650px;
  perspective: 1400px;
}

.dashboard-shell {
  position: absolute;
  top: 18px;
  right: 0;
  width: min(760px, 100%);
  min-height: 535px;
  display: grid;
  grid-template-columns: 70px 1fr;
  overflow: hidden;
  border: 1px solid rgba(99, 190, 255, 0.25);
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(15, 42, 62, 0.95), rgba(3, 8, 13, 0.94)),
    linear-gradient(90deg, rgba(255, 184, 0, 0.18), transparent);
  box-shadow: var(--shadow);
  transform: rotateY(-12deg) rotateX(4deg) rotateZ(-2deg);
  transform-style: preserve-3d;
}

.dashboard-shell::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.16), transparent 18%, transparent 80%, rgba(255, 184, 0, 0.12));
}

.dash-sidebar {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 22px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(0, 0, 0, 0.18);
}

.dash-sidebar span:not(.mini-logo) {
  width: 18px;
  height: 18px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 6px;
}

.mini-logo {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 2px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
  font-weight: 900;
}

.dash-content {
  padding: 28px;
}

.dash-title,
.branch-row div,
.metric {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.2);
}

.dash-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  border: 0;
  background: transparent;
  font-weight: 900;
}

.dash-title small {
  padding: 7px 10px;
  border-radius: 8px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.06);
}

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

.metric {
  padding: 16px;
  border-radius: 12px;
}

.metric span,
.trend-panel span,
.score-panel span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.metric strong {
  display: block;
  margin-top: 8px;
  font-size: 30px;
}

.metric em {
  display: block;
  color: var(--teal);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  text-align: right;
}

.chart-row {
  display: grid;
  grid-template-columns: 1.5fr 0.9fr;
  gap: 12px;
  margin-top: 12px;
}

.trend-panel,
.score-panel {
  min-height: 220px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.22);
}

.trend-panel svg {
  width: 100%;
  height: 166px;
  margin-top: 12px;
}

.trend-panel .area {
  fill: url(#lineGlow);
  stroke: none;
}

.trend-panel .line {
  stroke: var(--gold);
  stroke-width: 5;
}

.grid-lines path {
  stroke: rgba(255, 255, 255, 0.08);
}

.score-panel {
  display: grid;
  place-items: center;
}

.score-panel > span {
  justify-self: start;
  align-self: start;
}

.donut {
  display: grid;
  width: 138px;
  height: 138px;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(var(--teal) 0 31%, var(--blue) 31% 58%, var(--gold) 58% 82%, #ff6b31 82% 100%);
  box-shadow: inset 0 0 0 18px rgba(3, 7, 11, 0.92);
}

.donut strong,
.donut small {
  grid-area: 1 / 1;
}

.donut strong {
  margin-top: -14px;
  font-size: 28px;
}

.donut small {
  margin-top: 28px;
  color: var(--muted);
  font-size: 11px;
}

.branch-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 12px;
}

.branch-row div {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 8px;
  min-height: 58px;
  padding: 10px 12px;
  border-radius: 12px;
  color: var(--soft);
  font-size: 12px;
}

.branch-row span {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  color: #111;
  background: var(--gold);
  font-weight: 900;
}

.branch-row strong {
  color: var(--teal);
}

.coin-scene {
  position: absolute;
  bottom: 8px;
  left: 2%;
  width: min(330px, 42%);
  filter: drop-shadow(0 34px 44px rgba(0, 0, 0, 0.55)) drop-shadow(0 0 28px rgba(255, 184, 0, 0.18));
  transform: rotateY(-7deg);
  transform-style: preserve-3d;
}

.coin-scene img {
  width: 100%;
  height: auto;
  animation: coinFloat 5.4s ease-in-out infinite;
}

@keyframes coinFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

.value-strip,
.insight-band,
.section,
.feature-section,
.split-section,
.map-section,
.contact-section,
.legal-section,
.site-footer {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.value-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
}

.value-strip article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: center;
  min-height: 128px;
  padding: 24px;
  background: rgba(8, 21, 32, 0.92);
}

.value-strip svg,
.feature-list svg {
  color: var(--gold);
}

.value-strip h2 {
  margin-bottom: 6px;
  font-size: 16px;
}

.value-strip p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.section {
  padding: 82px 0 32px;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading h2,
.feature-copy h2,
.split-section h2,
.map-copy h2,
.contact-copy h2 {
  margin-bottom: 18px;
  font-size: clamp(30px, 3.8vw, 48px);
  line-height: 1.08;
  letter-spacing: 0;
}

.section-heading > span {
  display: block;
  max-width: 720px;
  margin: 16px auto 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.slider-shell {
  position: relative;
}

.sector-slider {
  display: grid;
  grid-auto-columns: minmax(250px, 1fr);
  grid-auto-flow: column;
  gap: 18px;
  overflow-x: auto;
  padding: 4px 4px 18px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.sector-slider::-webkit-scrollbar {
  display: none;
}

.sector-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 260px;
  overflow: hidden;
  scroll-snap-align: start;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  padding: 22px;
  background:
    linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.78) 68%),
    var(--sector-bg);
}

.sector-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.95) contrast(1.08);
  transform: scale(1.02);
  transition: transform 220ms ease;
}

.sector-card:hover img {
  transform: scale(1.08);
}

.sector-card::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(135deg, rgba(255, 184, 0, 0.18), transparent 36%),
    repeating-linear-gradient(90deg, transparent 0 30px, rgba(255, 255, 255, 0.035) 31px 32px);
  opacity: 0.62;
}

.sector-card > * {
  position: relative;
  z-index: 1;
}

.sector-card .sector-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  font-size: 18px;
  font-weight: 950;
  box-shadow:
    inset 0 0 0 5px rgba(255, 184, 0, 0.08),
    0 14px 28px rgba(0, 0, 0, 0.28);
}

.sector-card h3 {
  margin-bottom: 8px;
  font-size: 20px;
}

.sector-card p {
  margin: 0;
  color: var(--soft);
  line-height: 1.55;
}

.cafe {
  --sector-bg: linear-gradient(135deg, #16372b, #24170e 62%, #020509);
}

.food {
  --sector-bg: linear-gradient(135deg, #12313e, #25191a 64%, #020509);
}

.fuel {
  --sector-bg: linear-gradient(135deg, #192c3d, #3a2109 66%, #020509);
}

.retail {
  --sector-bg: linear-gradient(135deg, #2d2037, #1f1f20 64%, #020509);
}

.auto {
  --sector-bg: linear-gradient(135deg, #223138, #10201d 62%, #020509);
}

.slider-btn {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--text);
  background: rgba(2, 5, 8, 0.82);
  transform: translateY(-50%);
}

.slider-btn.prev {
  left: -16px;
}

.slider-btn.next {
  right: -16px;
}

.insight-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin-top: 22px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
}

.insight-band div {
  min-height: 148px;
  padding: 26px;
  background:
    linear-gradient(135deg, rgba(255, 184, 0, 0.1), transparent 44%),
    rgba(8, 21, 32, 0.92);
}

.insight-band span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 950;
}

.insight-band strong {
  display: block;
  margin: 8px 0;
  font-size: 28px;
}

.insight-band p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.feature-section {
  display: grid;
  grid-template-columns: minmax(360px, 0.86fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding: 72px 0;
}

.feature-copy p,
.split-section p,
.map-copy p,
.career-section p,
.contact-copy p,
.contact-card p {
  color: var(--soft);
  font-size: 17px;
  line-height: 1.75;
}

.feature-list {
  display: grid;
  gap: 18px;
  padding: 0;
  margin: 28px 0;
  list-style: none;
}

.feature-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
}

.feature-list strong,
.feature-list span {
  display: block;
}

.feature-list span {
  margin-top: 3px;
  color: var(--muted);
}

.ops-console {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  padding: 26px;
  border: 1px solid rgba(93, 180, 255, 0.2);
  border-radius: 18px;
  background:
    radial-gradient(circle at 78% 12%, rgba(32, 214, 179, 0.2), transparent 18rem),
    linear-gradient(145deg, rgba(13, 32, 47, 0.96), rgba(3, 8, 13, 0.96));
  box-shadow: var(--shadow);
}

.ops-console::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px) 0 0 / 46px 46px,
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px) 0 0 / 46px 46px;
}

.ops-console > * {
  position: relative;
  z-index: 1;
}

.ops-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  font-weight: 900;
}

.ops-topbar strong {
  padding: 7px 11px;
  border-radius: 999px;
  color: #06110f;
  background: var(--teal);
  font-size: 12px;
}

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

.ops-grid article,
.ops-flow,
.ops-map {
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(0, 0, 0, 0.2);
}

.ops-grid article {
  min-height: 134px;
  padding: 18px;
  border-radius: 14px;
}

.ops-grid small,
.ops-flow small,
.contact-card span {
  display: block;
  color: var(--muted);
  font-weight: 800;
}

.ops-grid strong {
  display: block;
  margin: 12px 0 6px;
  font-size: 34px;
}

.ops-grid span {
  color: var(--teal);
  font-size: 13px;
  font-weight: 900;
}

.ops-flow {
  display: grid;
  gap: 12px;
  margin-top: 14px;
  padding: 16px;
  border-radius: 14px;
}

.ops-flow div {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 12px;
  align-items: center;
  min-height: 56px;
}

.ops-flow small {
  grid-column: 2;
  margin-top: -10px;
}

.flow-dot {
  grid-row: span 2;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.05);
}

.flow-dot.gold {
  background: var(--gold);
}

.flow-dot.teal {
  background: var(--teal);
}

.flow-dot.red {
  background: #ff6b31;
}

.ops-map {
  position: relative;
  min-height: 170px;
  margin-top: 14px;
  border-radius: 14px;
  background:
    radial-gradient(circle at 26% 38%, rgba(255, 184, 0, 0.18), transparent 5rem),
    radial-gradient(circle at 68% 56%, rgba(32, 214, 179, 0.16), transparent 6rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015));
}

.node {
  position: absolute;
  width: 18px;
  height: 18px;
  border: 3px solid #07111b;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 9px rgba(255, 184, 0, 0.14);
}

.n1 {
  left: 18%;
  top: 36%;
}

.n2 {
  left: 46%;
  top: 58%;
  background: var(--teal);
  box-shadow: 0 0 0 9px rgba(32, 214, 179, 0.13);
}

.n3 {
  left: 69%;
  top: 29%;
}

.n4 {
  left: 78%;
  top: 68%;
  background: #ff6b31;
  box-shadow: 0 0 0 9px rgba(255, 107, 49, 0.13);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.8fr);
  gap: 36px;
  align-items: center;
  padding-bottom: 72px;
}

.score-lab {
  display: grid;
  grid-template-columns: 0.48fr 1fr;
  gap: 16px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background:
    radial-gradient(circle at top left, rgba(255, 184, 0, 0.12), transparent 16rem),
    rgba(255, 255, 255, 0.04);
}

.score-summary,
.score-action {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.2);
}

.score-summary {
  display: grid;
  place-items: center;
  text-align: center;
  padding: 26px 18px;
}

.score-summary span,
.score-summary small {
  color: var(--muted);
  font-weight: 800;
}

.score-summary strong {
  color: var(--gold);
  font-size: 82px;
  line-height: 1;
}

.score-metrics {
  display: grid;
  gap: 12px;
}

.score-metrics div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 14px;
  align-items: center;
}

.score-metrics span {
  color: var(--soft);
  font-weight: 850;
}

.score-metrics strong {
  color: var(--text);
}

.score-metrics i {
  grid-column: 1 / -1;
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}

.score-metrics i::before {
  display: block;
  width: var(--score);
  height: 100%;
  content: "";
  border-radius: inherit;
  background: linear-gradient(90deg, var(--gold), var(--teal));
}

.score-metrics .needs-action i::before {
  background: linear-gradient(90deg, #ff6b31, var(--gold));
}

.score-action {
  grid-column: 1 / -1;
  padding: 18px;
}

.score-action strong {
  color: var(--gold);
}

.score-action p {
  margin: 6px 0 0;
  color: var(--soft);
  line-height: 1.65;
}

.score-next {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.score-next span {
  padding: 12px;
  border: 1px solid rgba(255, 184, 0, 0.18);
  border-radius: 12px;
  color: var(--soft);
  background: rgba(255, 184, 0, 0.06);
  font-size: 13px;
  font-weight: 850;
}

.map-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
  padding: 72px clamp(24px, 4vw, 48px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(5, 17, 27, 0.96), rgba(12, 26, 34, 0.88)),
    radial-gradient(circle at right, rgba(32, 214, 179, 0.16), transparent 32rem);
}

.map-visual {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px) 0 0 / 42px 42px,
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px) 0 0 / 42px 42px,
    linear-gradient(135deg, #0a1822, #071016);
}

.pin {
  position: absolute;
  width: 18px;
  height: 18px;
  border: 3px solid #080d12;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 8px rgba(255, 184, 0, 0.18);
}

.pin-one {
  left: 30%;
  top: 28%;
}

.pin-two {
  left: 62%;
  top: 44%;
  background: var(--teal);
  box-shadow: 0 0 0 8px rgba(32, 214, 179, 0.16);
}

.pin-three {
  left: 47%;
  top: 64%;
  background: #ff6b31;
  box-shadow: 0 0 0 8px rgba(255, 107, 49, 0.16);
}

.pin-four {
  left: 75%;
  top: 24%;
}

.map-card {
  position: absolute;
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(2, 5, 8, 0.82);
  box-shadow: var(--shadow);
}

.map-card.top {
  top: 36px;
  left: 34px;
}

.map-card.bottom {
  right: 34px;
  bottom: 34px;
}

.map-card span {
  color: var(--gold);
  font-weight: 800;
}

.career-section {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 1fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: start;
  padding-top: 72px;
}

.career-copy,
.career-form {
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025));
}

.career-points {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.career-points span {
  padding: 9px 12px;
  border: 1px solid rgba(255, 184, 0, 0.24);
  border-radius: 999px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
}

.career-sync {
  margin-top: 22px;
  padding: 18px;
  border: 1px solid rgba(32, 214, 179, 0.22);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(32, 214, 179, 0.1), rgba(255, 184, 0, 0.05));
}

.career-sync strong {
  color: var(--text);
}

.career-sync p {
  margin: 6px 0 0;
  color: var(--muted);
}

.form {
  display: grid;
  gap: 13px;
}

.form input,
.form textarea,
.form select {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--text);
  background: rgba(0, 0, 0, 0.24);
  padding: 13px 14px;
  outline: 0;
  font: inherit;
}

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

.form input[type="file"] {
  padding: 11px 14px;
}

.form-hint {
  margin-top: -6px;
  color: var(--muted);
  font-size: 12px;
}

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

.form-status {
  color: var(--gold);
  font-weight: 900;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.55fr);
  align-items: center;
  gap: clamp(24px, 4vw, 54px);
  padding: 76px clamp(22px, 5vw, 64px);
  margin-top: 72px;
  border: 1px solid rgba(255, 184, 0, 0.24);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255, 184, 0, 0.18), transparent 36%),
    linear-gradient(135deg, rgba(8, 24, 36, 0.98), rgba(4, 9, 14, 0.98));
}

.contact-copy h2 {
  max-width: 780px;
}

.contact-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.contact-links a {
  color: var(--gold);
  font-weight: 900;
}

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

.social-links a {
  display: grid;
  gap: 4px;
  min-height: 76px;
  padding: 13px 14px;
  border: 1px solid rgba(255, 184, 0, 0.18);
  border-radius: 12px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.035);
  text-decoration: none;
}

.social-links a:hover {
  border-color: rgba(255, 184, 0, 0.42);
  background: rgba(255, 184, 0, 0.08);
}

.social-links span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}

.social-links strong {
  color: var(--gold);
  font-size: 15px;
  font-weight: 950;
}

.contact-sync {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.contact-sync span {
  padding: 10px 12px;
  border: 1px solid rgba(32, 214, 179, 0.22);
  border-radius: 999px;
  color: var(--soft);
  background: rgba(32, 214, 179, 0.08);
  font-size: 12px;
  font-weight: 850;
}

.contact-card {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
}

.demo-mini {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.demo-mini span {
  color: var(--muted);
  font-weight: 800;
}

.demo-mini a {
  color: var(--gold);
  font-weight: 950;
}

.subedefter-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  align-items: center;
  gap: clamp(22px, 4vw, 48px);
  margin-top: 28px;
  padding: 34px clamp(22px, 4vw, 42px);
  border: 1px solid rgba(32, 214, 179, 0.22);
  border-radius: 16px;
  background:
    radial-gradient(circle at 88% 10%, rgba(32, 214, 179, 0.16), transparent 18rem),
    linear-gradient(135deg, rgba(8, 24, 36, 0.96), rgba(4, 9, 14, 0.96));
}

.subedefter-section h2 {
  max-width: 760px;
  margin-bottom: 12px;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.05;
}

.subedefter-section p:not(.eyebrow) {
  max-width: 820px;
  color: var(--soft);
  line-height: 1.75;
}

.subedefter-card {
  display: grid;
  gap: 10px;
  min-height: 190px;
  align-content: end;
  padding: 24px;
  border: 1px solid rgba(255, 184, 0, 0.28);
  border-radius: 14px;
  color: var(--text);
  background:
    linear-gradient(145deg, rgba(255, 184, 0, 0.2), transparent 42%),
    rgba(255, 255, 255, 0.045);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
  text-decoration: none;
}

.subedefter-card span {
  width: max-content;
  padding: 8px 10px;
  border-radius: 999px;
  color: #07111b;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  font-size: 12px;
  font-weight: 950;
}

.subedefter-card strong {
  font-size: 24px;
  font-weight: 950;
}

.subedefter-card small {
  color: var(--muted);
  font-weight: 800;
}

.legal-section {
  padding: 82px 0 28px;
}

.legal-accordion {
  display: grid;
  gap: 14px;
}

.legal-item {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background:
    radial-gradient(circle at 92% 10%, rgba(255, 184, 0, 0.08), transparent 18rem),
    linear-gradient(135deg, rgba(9, 22, 33, 0.95), rgba(5, 11, 17, 0.95));
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.22);
}

.legal-item summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px 20px;
  align-items: center;
  padding: 22px 24px;
  cursor: pointer;
  list-style: none;
}

.legal-item summary::-webkit-details-marker {
  display: none;
}

.legal-item summary::after {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 184, 0, 0.28);
  border-radius: 50%;
  color: var(--gold);
  content: "+";
  font-size: 22px;
  line-height: 1;
  transition: transform 160ms ease;
}

.legal-item[open] summary::after {
  content: "-";
  transform: rotate(180deg);
}

.legal-item summary span {
  color: var(--text);
  font-size: 20px;
  font-weight: 950;
}

.legal-item summary small {
  grid-column: 1 / 2;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.legal-copy {
  padding: 0 24px 26px;
  color: var(--soft);
  font-size: 15px;
  line-height: 1.78;
}

.legal-copy p {
  margin: 0 0 16px;
}

.legal-copy p:last-child {
  margin-bottom: 0;
}

.legal-copy a {
  color: var(--gold);
  font-weight: 900;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 38px 0 44px;
  color: var(--muted);
}

.footer-brand .brand-mark {
  width: 56px;
  height: 50px;
}

.footer-brand .brand-render img {
  width: 64px;
  height: 56px;
}

.footer-brand .brand-name {
  font-size: 22px;
}

.site-footer a {
  color: var(--gold);
  font-weight: 800;
}

.site-footer button {
  padding: 0;
  border: 0;
  color: var(--gold);
  background: transparent;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.footer-newsletter {
  width: min(420px, 100%);
  display: grid;
  gap: 8px;
}

.footer-newsletter label {
  color: var(--text);
  font-size: 13px;
  font-weight: 900;
}

.footer-newsletter > div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  padding: 6px;
  border: 1px solid rgba(255, 184, 0, 0.24);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
}

.footer-newsletter input {
  min-width: 0;
  border: 0;
  border-radius: 10px;
  padding: 12px 10px;
  color: var(--text);
  background: rgba(2, 10, 18, 0.72);
  outline: none;
}

.footer-newsletter button {
  padding: 0 16px;
  border-radius: 10px;
  color: #07111b;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
}

.footer-newsletter .form-status {
  margin: 0;
  font-size: 12px;
  font-weight: 800;
}

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

.login-modal.open {
  display: grid;
}

.login-dialog {
  position: relative;
  width: min(520px, 100%);
  max-height: calc(100dvh - 40px);
  overflow-y: auto;
  padding: 34px;
  border: 1px solid rgba(255, 184, 0, 0.34);
  border-radius: 16px;
  background: #07111b;
  box-shadow: var(--shadow);
}

.login-dialog h2 {
  margin-bottom: 18px;
  font-size: clamp(26px, 4vw, 36px);
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 42px;
  height: 42px;
  border: 0;
  color: var(--text);
  background: transparent;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

.login-card {
  display: grid;
  gap: 5px;
  padding: 18px;
  margin-top: 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.045);
  touch-action: manipulation;
}

.login-card:hover {
  border-color: rgba(255, 184, 0, 0.5);
}

.login-card small {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
}

.login-card strong {
  font-size: 20px;
}

.login-card span {
  color: var(--muted);
}

.subeconnect-float {
  position: fixed;
  right: 24px;
  bottom: 96px;
  z-index: 50;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid rgba(255, 184, 0, 0.42);
  border-radius: 999px;
  color: #071326;
  background: linear-gradient(180deg, #ffd35a, #f2b414);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.38);
  font-size: 14px;
  font-weight: 950;
}

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .nav-toggle {
    position: static;
    z-index: 40;
    display: block;
    margin-left: auto;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.34);
  }

  .primary-nav,
  .header-actions {
    position: fixed;
    right: 20px;
    left: 20px;
    display: none;
    border: 1px solid var(--line);
    background: rgba(3, 7, 11, 0.96);
    backdrop-filter: blur(18px);
  }

  .primary-nav {
    top: 78px;
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    border-radius: 14px 14px 0 0;
  }

  .primary-nav a {
    padding: 14px 10px;
  }

  .header-actions {
    top: 399px;
    justify-content: stretch;
    padding: 18px;
    border-top: 0;
    border-radius: 0 0 14px 14px;
  }

  .header-actions .btn {
    flex: 1;
  }

  body.nav-open .primary-nav,
  body.nav-open .header-actions {
    display: flex;
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 18px;
    min-height: auto;
    padding-top: 34px;
  }

  .hero-stage {
    min-height: 620px;
  }

  .dashboard-shell {
    left: 50%;
    transform: translateX(-50%) rotateY(-8deg) rotateX(3deg);
  }

  .coin-scene {
    left: 50%;
    width: 260px;
    transform: translateX(-50%);
  }

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

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

  .feature-section,
  .split-section,
  .map-section,
  .contact-section,
  .career-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .site-header,
  .hero,
  .value-strip,
  .insight-band,
  .section,
  .feature-section,
  .split-section,
  .map-section,
  .contact-section,
  .legal-section,
  .site-footer {
    width: min(100% - 28px, 1180px);
  }

  .brand-mark {
    width: 72px;
    height: 60px;
  }

  .brand-render img {
    width: 82px;
    height: 70px;
  }

  .brand-name {
    font-size: 21px;
  }

  .header-actions {
    top: 399px;
    flex-direction: column;
  }

  .login-modal {
    place-items: start center;
    padding-top: max(18px, env(safe-area-inset-top));
  }

  .login-dialog {
    width: min(100%, 460px);
    padding: 26px 18px;
  }

  .login-card {
    min-height: 92px;
  }

  .header-actions .btn,
  .hero-actions .btn,
  .feature-actions .btn {
    width: 100%;
  }

  h1 {
    font-size: 46px;
  }

  .hero-proof,
  .value-strip,
  .branch-row,
  .metric-grid,
  .chart-row {
    grid-template-columns: 1fr;
  }

  .hero-stage {
    min-height: 500px;
    overflow: hidden;
  }

  .dashboard-shell {
    top: 18px;
    grid-template-columns: 48px 1fr;
    width: 690px;
    transform: translateX(-50%) scale(0.56) rotateY(-5deg);
    transform-origin: top center;
  }

  .dash-content {
    padding: 20px;
  }

  .coin-scene {
    bottom: 42px;
    width: 230px;
    transform: translateX(-50%) scale(0.76);
  }

  .value-strip article {
    min-height: auto;
    padding: 20px;
  }

  .section {
    padding-top: 58px;
  }

  .slider-btn {
    display: none;
  }

  .sector-slider {
    grid-auto-columns: minmax(82%, 1fr);
  }

  .insight-band,
  .score-lab,
  .form-row {
    grid-template-columns: 1fr;
  }

  .score-next {
    grid-template-columns: 1fr;
  }

  .score-summary strong {
    font-size: 64px;
  }

  .map-section,
  .career-section,
  .contact-section,
  .subedefter-section,
  .legal-section {
    padding: 32px 18px;
  }

  .social-links,
  .subedefter-section {
    grid-template-columns: 1fr;
  }

  .legal-item summary {
    grid-template-columns: 1fr auto;
    padding: 18px;
  }

  .legal-copy {
    padding: 0 18px 22px;
  }

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

  .ops-console {
    min-height: auto;
    padding: 18px;
  }

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

  .subeconnect-float {
    display: none;
  }

  .nav-toggle {
    position: fixed;
    top: 18px;
    left: min(calc(100vw - 58px), 330px);
    display: grid !important;
    place-items: center;
    border-color: rgba(255, 184, 0, 0.62);
    color: #071326;
    background: linear-gradient(135deg, var(--gold), var(--gold-2));
  }

  .nav-toggle span {
    margin: 0;
  }
}

@media (max-width: 430px) {
  h1 {
    font-size: 40px;
  }

  .hero-stage {
    min-height: 470px;
  }

  .dashboard-shell {
    transform: translateX(-50%) scale(0.5) rotateY(-4deg);
  }

  .coin-scene {
    bottom: 34px;
    transform: translateX(-50%) scale(0.66);
  }

  .sector-slider {
    grid-auto-columns: minmax(91%, 1fr);
  }
}

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