
:root {
  --navy: #061431;
  --navy-2: #0a2453;
  --blue: #1bb7ff;
  --cyan: #70ecff;
  --pink: #ff4fa3;
  --orange: #ff9d20;
  --yellow: #ffd84a;
  --green: #7fea52;
  --white: #ffffff;
  --muted: #bfd3ef;
  --panel: rgba(8, 28, 67, 0.86);
  --panel-border: rgba(112, 236, 255, 0.26);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  --radius: 24px;
  --max-width: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--navy); }
body {
  margin: 0;
  color: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 79, 163, 0.18), transparent 30%),
    radial-gradient(circle at 92% 8%, rgba(27, 183, 255, 0.22), transparent 30%),
    linear-gradient(180deg, #061431 0%, #071a3e 55%, #050f25 100%);
  line-height: 1.6;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
.container { width: min(calc(100% - 36px), var(--max-width)); margin-inline: auto; }
.announcement {
  background: linear-gradient(90deg, var(--pink), #b750ff, var(--blue));
  color: white;
  text-align: center;
  font-weight: 800;
  font-size: 0.88rem;
  letter-spacing: 0.04em;
  padding: 9px 18px;
}
header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(16px);
  background: rgba(5, 16, 39, 0.78);
  border-bottom: 1px solid rgba(112, 236, 255, 0.14);
}
.nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 950;
  letter-spacing: -0.02em;
}
.brand-mark {
  flex: 0 0 auto;
}

.arcade-logo {
  display: grid;
  place-items: center;
  width: 72px;
  height: 60px;
  padding: 5px;
  border-radius: 14px 14px 11px 11px;
  background:
    linear-gradient(180deg, #2c65bd 0%, #123d82 56%, #081f4d 100%);
  border: 2px solid rgba(132, 242, 255, 0.98);
  box-shadow:
    0 0 0 3px rgba(27, 183, 255, 0.16),
    0 0 30px rgba(27, 183, 255, 0.58),
    inset 0 0 12px rgba(255,255,255,.12);
}

.arcade-logo::after {
  content: "";
  width: 22px;
  height: 4px;
  margin-top: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff4fa3, #ffd84a, #1bb7ff);
  box-shadow: 0 0 8px rgba(112, 236, 255, 0.5);
}

.arcade-logo-screen {
  display: grid;
  place-items: center;
  width: 56px;
  height: 42px;
  overflow: hidden;
  border-radius: 8px;
  border: 2px solid #9beeff;
  background:
    radial-gradient(circle at 50% 48%, rgba(74, 194, 255, .48), rgba(7, 28, 70, .92) 72%),
    #061431;
  box-shadow:
    inset 0 0 14px rgba(112, 236, 255, .48),
    0 0 10px rgba(112, 236, 255, .38);
}

.arcade-logo-screen img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  image-rendering: pixelated;
  filter:
    brightness(1.45)
    contrast(1.18)
    drop-shadow(0 0 3px rgba(255,255,255,.95))
    drop-shadow(0 0 6px rgba(94, 216, 255, .95));
  transform: scale(1.08);
}
nav ul {
  display: flex;
  align-items: center;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
nav a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 750;
  font-size: 0.93rem;
}
nav a:hover { color: white; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 12px 21px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  color: #08152f;
  background: linear-gradient(135deg, #fff46b, #ffb32f);
  box-shadow: 0 12px 34px rgba(255, 190, 46, 0.25);
}
.btn-secondary {
  color: white;
  border-color: rgba(112, 236, 255, 0.45);
  background: rgba(11, 44, 93, 0.64);
}
.hero { padding: 86px 0 72px; overflow: hidden; }
.hero-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.18fr;
  gap: 54px;
  align-items: center;
}
.eyebrow {
  margin: 0 0 16px;
  color: var(--cyan);
  font-weight: 950;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin-bottom: 22px;
  font-size: clamp(3rem, 6.7vw, 5.65rem);
  line-height: 0.95;
  letter-spacing: -0.065em;
}
.gradient-text {
  background: linear-gradient(90deg, #ff61ae, #ffd84a 42%, #5ad8ff 80%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-copy { max-width: 600px; color: #d7e6fb; font-size: clamp(1.08rem, 1.5vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin: 30px 0 28px; }
.proof-row { display: flex; flex-wrap: wrap; gap: 18px 28px; color: var(--muted); font-size: 0.9rem; font-weight: 760; }
.proof-row span::before { content: "✓"; margin-right: 8px; color: var(--green); font-weight: 950; }
.hero-art { position: relative; }
.hero-art::before {
  content: "";
  position: absolute;
  inset: 7% 8% -3%;
  z-index: -1;
  border-radius: 45px;
  background: linear-gradient(135deg, rgba(255, 79, 163, 0.45), rgba(27, 183, 255, 0.43));
  filter: blur(46px);
}
.hero-frame {
  overflow: hidden;
  border: 2px solid rgba(112, 236, 255, 0.42);
  border-radius: 28px;
  box-shadow: var(--shadow);
  background: #07122c;
}
.hero-frame {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.hero-frame img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center;
}
section { padding: 88px 0; }
.section-heading { max-width: 800px; margin-bottom: 42px; }
.section-heading h2 {
  margin-bottom: 16px;
  font-size: clamp(2.25rem, 4.6vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
}
.section-heading p { color: var(--muted); font-size: 1.08rem; }
.card {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border: 1px solid var(--panel-border);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(15, 49, 103, 0.86), rgba(7, 25, 60, 0.9));
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.18);
}
.card h3 { margin-bottom: 10px; font-size: 1.22rem; }
.card p { margin-bottom: 0; color: var(--muted); font-size: 0.95rem; }
.benefit-grid, .games-grid, .model-grid, .process-grid { display: grid; gap: 20px; }
.benefit-grid { grid-template-columns: repeat(3, 1fr); }
.games-grid { grid-template-columns: repeat(2, 1fr); }
.model-grid { grid-template-columns: repeat(3, 1fr); }
.process-grid { grid-template-columns: repeat(4, 1fr); }
.icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 1.65rem;
}
.games {
  background: linear-gradient(180deg, rgba(15, 49, 103, 0.38), rgba(5, 15, 37, 0));
  border-block: 1px solid rgba(112, 236, 255, 0.09);
}
.game-link {
  display: block;
  text-decoration: none;
  border-radius: 26px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.game-link:hover {
  transform: translateY(-5px);
  box-shadow: 0 26px 75px rgba(0,0,0,.28);
}
.game-card { padding: 0; min-height: 100%; }
.game-image {
  width: 100%;
  aspect-ratio: 16 / 8.8;
  object-fit: cover;
  border-bottom: 1px solid var(--panel-border);
}
.game-copy { padding: 25px 27px 28px; }
.game-copy h3 { font-size: 1.55rem; }
.game-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: var(--cyan);
  font-weight: 900;
}
.pill {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 6px 11px;
  border-radius: 999px;
  color: #061431;
  background: var(--pill, var(--cyan));
  font-size: 0.78rem;
  font-weight: 950;
}
.model-card { display: flex; flex-direction: column; min-height: 420px; }
.model-card.featured { border-color: rgba(255, 216, 74, 0.7); box-shadow: 0 22px 75px rgba(255, 180, 32, 0.14); }
.model-label { color: var(--cyan); font-size: 0.8rem; font-weight: 950; letter-spacing: 0.1em; text-transform: uppercase; }
.model-price { margin: 16px 0 4px; font-size: 2rem; font-weight: 950; letter-spacing: -0.04em; }
.model-note { margin-bottom: 22px; color: var(--muted); font-size: 0.88rem; }
.model-list { display: grid; gap: 11px; padding: 0; margin: 0 0 25px; list-style: none; color: #dceafe; font-size: 0.94rem; }
.model-list li::before { content: "✓"; color: var(--green); font-weight: 950; margin-right: 9px; }
.model-card .btn { margin-top: auto; }
.step-number {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  color: #071431;
  background: linear-gradient(135deg, var(--yellow), var(--orange));
  font-weight: 1000;
}
.faq { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 48px; align-items: start; }
details { margin-bottom: 12px; padding: 20px 22px; border: 1px solid var(--panel-border); border-radius: 18px; background: rgba(8, 30, 72, 0.62); }
summary { cursor: pointer; font-weight: 900; }
details p { margin: 13px 0 0; color: var(--muted); }
.cta-panel {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 40px;
  padding: 42px;
  border: 1px solid rgba(112, 236, 255, 0.35);
  border-radius: 30px;
  background:
    radial-gradient(circle at 5% 0%, rgba(255, 79, 163, 0.23), transparent 38%),
    radial-gradient(circle at 100% 100%, rgba(27, 183, 255, 0.27), transparent 40%),
    rgba(8, 30, 72, 0.88);
  box-shadow: var(--shadow);
}
form { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
form .full { grid-column: 1 / -1; }
input, select, textarea {
  width: 100%;
  padding: 14px 15px;
  color: white;
  border: 1px solid rgba(112, 236, 255, 0.25);
  border-radius: 13px;
  outline: none;
  background: rgba(3, 17, 43, 0.72);
}
input::placeholder, textarea::placeholder { color: #91a9c8; }
textarea { min-height: 110px; resize: vertical; }
footer { padding: 44px 0; color: #8fa7c8; font-size: 0.9rem; }
.footer-row { display: flex; justify-content: space-between; gap: 24px; align-items: center; border-top: 1px solid rgba(112, 236, 255, 0.12); padding-top: 28px; }
.tiny { color: #7891b3; font-size: 0.78rem; }

/* Game detail pages */
.game-hero { padding: 68px 0 58px; }
.breadcrumbs { margin-bottom: 22px; color: var(--muted); font-size: .9rem; }
.breadcrumbs a { color: var(--cyan); text-decoration: none; }
.game-hero-grid {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 48px;
  align-items: center;
}
.game-title {
  font-size: clamp(3rem, 6vw, 5rem);
  line-height: .96;
  letter-spacing: -.055em;
  margin-bottom: 20px;
}
.game-lead { color: #d7e6fb; font-size: 1.14rem; }
.stat-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.stat {
  padding: 9px 13px;
  border: 1px solid var(--panel-border);
  border-radius: 999px;
  color: #d9e9ff;
  background: rgba(10,36,83,.62);
  font-size: .86rem;
  font-weight: 800;
}
.screenshot {
  overflow: hidden;
  border: 2px solid var(--accent, var(--cyan));
  border-radius: 26px;
  background: #061431;
  box-shadow: var(--shadow);
}
.screenshot img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.caption { padding: 11px 15px; color: var(--muted); font-size: .8rem; background: rgba(4,17,43,.92); }
.detail-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 24px; }
.feature-points { display: grid; gap: 14px; }
.feature-point { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: start; }
.feature-point span:first-child {
  display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px;
  background: rgba(255,255,255,.09); font-size: 1.2rem;
}
.feature-point strong { display: block; margin-bottom: 3px; }
.feature-point p { margin: 0; color: var(--muted); }
.gallery-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 20px; }
.gallery-grid .card { padding: 0; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; min-height: 300px; }
.related-games { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.related-games a { text-decoration: none; }
.related-games img { width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: 16px; margin-bottom: 14px; }
.back-link { display: inline-flex; margin-bottom: 20px; color: var(--cyan); text-decoration: none; font-weight: 850; }

@media (max-width: 980px) {
  nav ul { display: none; }
  .hero-grid, .faq, .cta-panel, .game-hero-grid, .detail-grid, .gallery-grid { grid-template-columns: 1fr; }
  .benefit-grid, .model-grid { grid-template-columns: repeat(2, 1fr); }
  .games-grid, .process-grid, .related-games { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 680px) {
  
  .hero { padding-top: 58px; }
  section { padding: 68px 0; }
  .benefit-grid, .games-grid, .model-grid, .process-grid, .related-games { grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; }
  .cta-panel { padding: 26px; }
  form { grid-template-columns: 1fr; }
  form .full { grid-column: auto; }
  .footer-row { flex-direction: column; align-items: flex-start; }
}

.brand-name {
  font-size: clamp(1.28rem, 2vw, 1.62rem);
  font-weight: 1000;
  letter-spacing: -0.035em;
  line-height: 1;
  color: #ffffff;
  text-shadow:
    0 2px 0 #0b2e67,
    0 0 16px rgba(112, 236, 255, .26);
}

@media (max-width: 680px) {
  .arcade-logo {
    width: 60px;
    height: 52px;
  }

  .arcade-logo-screen {
    width: 47px;
    height: 35px;
  }

  .arcade-logo-screen img {
    width: 34px;
    height: 34px;
    transform: scale(1.08);
  }

  .brand-name {
    display: inline;
    max-width: 165px;
    font-size: 1.08rem;
    line-height: 1.05;
  }
}


.hardware-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-bottom:76px}.hardware-card{display:flex;flex-direction:column;min-height:610px;padding-top:30px}.featured-hardware{border-color:rgba(112,236,255,.62);box-shadow:0 24px 75px rgba(27,183,255,.14),inset 0 0 0 1px rgba(112,236,255,.08)}.hardware-badge{display:inline-flex;width:fit-content;margin-bottom:20px;padding:7px 12px;border-radius:999px;color:#071431;background:linear-gradient(135deg,var(--cyan),#fff);font-size:.76rem;font-weight:950;letter-spacing:.06em;text-transform:uppercase}.hardware-icon{display:grid;place-items:center;width:66px;height:66px;margin-bottom:20px;border-radius:20px;background:linear-gradient(145deg,rgba(255,255,255,.18),rgba(255,255,255,.05));border:1px solid rgba(255,255,255,.18);font-size:2rem}.hardware-card h3{font-size:1.52rem;line-height:1.12}.hardware-summary{min-height:92px;margin-bottom:22px!important;color:#d9e8fb!important}.hardware-best{margin-top:auto!important;margin-bottom:24px!important;padding:15px 16px;border-radius:15px;color:#d9e8fb!important;background:rgba(4,20,50,.48);border:1px solid rgba(112,236,255,.13)}.hardware-best strong{color:var(--yellow)}.ownership-heading{max-width:820px;margin-bottom:38px}.ownership-heading h2{margin-bottom:15px;font-size:clamp(2.2rem,4.3vw,3.7rem);line-height:1.03;letter-spacing:-.045em}.ownership-heading p{color:var(--muted);font-size:1.05rem}.fit-note{display:grid;grid-template-columns:1fr auto;gap:26px;align-items:center;margin-top:24px;padding:30px 32px}.fit-note h3{margin-bottom:5px;font-size:1.45rem}.fit-note p{margin-bottom:0}.fit-note .btn{white-space:nowrap}@media(max-width:980px){.hardware-grid{grid-template-columns:1fr}.hardware-card{min-height:0}.hardware-summary{min-height:0}.fit-note{grid-template-columns:1fr}.fit-note .btn{width:fit-content}}@media(max-width:680px){.fit-note .btn{width:100%}}


/* Illustrated hardware-option icons */
.hardware-product-icon {
  width: 132px;
  height: 112px;
  margin-bottom: 22px;
  padding: 8px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 38%, rgba(112, 236, 255, 0.18), transparent 62%),
    rgba(3, 18, 45, 0.46);
  border: 1px solid rgba(112, 236, 255, 0.22);
  box-shadow:
    inset 0 0 22px rgba(27, 183, 255, 0.08),
    0 12px 32px rgba(0, 0, 0, 0.18);
}

.hardware-product-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.led-system-icon {
  width: 150px;
}

.bartop-icon {
  width: 138px;
}

.full-cabinet-icon {
  width: 124px;
}

@media (max-width: 680px) {
  .hardware-product-icon,
  .led-system-icon,
  .bartop-icon,
  .full-cabinet-icon {
    width: 128px;
    height: 106px;
  }
}

/* V20 superhero mascot header icon */
.arcade-logo-screen img {
  width: 48px;
  height: 38px;
  object-fit: contain;
  transform: none;
  filter:
    drop-shadow(0 0 2px rgba(255,255,255,.95))
    drop-shadow(0 0 5px rgba(94,216,255,.85));
}

@media (max-width: 680px) {
  .arcade-logo-screen img {
    width: 40px;
    height: 32px;
    transform: none;
  }
}


/* v21 cleaner header */
.logo img,.brand img,.site-logo img,.arcade-logo-screen{display:none!important;}
.logo,.brand,.site-logo{gap:0!important;}
.logo h1,.brand h1,.site-logo h1{
  font-size:clamp(3rem,5vw,4.2rem)!important;
  letter-spacing:.5px;
}
@media (max-width:768px){
 .logo h1,.brand h1,.site-logo h1{
   font-size:clamp(2.3rem,8vw,3rem)!important;
 }
}

/* V22 clean text-only header */
.brand-mark,
.arcade-logo,
.arcade-logo-screen {
  display: none !important;
}

.brand-name {
  font-size: clamp(1.55rem, 2.5vw, 2rem) !important;
  line-height: 1 !important;
}

@media (max-width: 680px) {
  .brand-name {
    max-width: none !important;
    font-size: 1.28rem !important;
  }
}

/* V23 hero tagline subtitle */
.hero-kicker-subtitle {
  max-width: 620px;
  margin: -5px 0 20px;
  color: #d7e6fb;
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  font-weight: 700;
  line-height: 1.5;
}


/* V24: Emphasize hero headline */
.hero h1,
.hero-title,
.hero-content h1,
.hero-copy h1{
  font-size: clamp(3.4rem, 6vw, 5.4rem) !important;
  line-height: 1.05;
  margin-bottom: 0.45rem;
}

.hero-kicker-subtitle{
  font-size: clamp(1.05rem,1.45vw,1.2rem) !important;
  font-weight:600;
}

/* V25: Correct hero tagline hierarchy */
.hero-primary-tagline {
  max-width: 650px;
  margin: 0 0 12px;
  color: var(--cyan);
  font-size: clamp(1.5rem, 2.6vw, 2.2rem);
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: -0.035em;
  text-transform: none;
  text-shadow: 0 0 18px rgba(112, 236, 255, 0.18);
}

.hero-kicker-subtitle {
  max-width: 620px;
  margin: 0 0 24px;
  color: #d7e6fb;
  font-size: clamp(1rem, 1.35vw, 1.16rem) !important;
  font-weight: 650;
  line-height: 1.5;
}

@media (max-width: 680px) {
  .hero-primary-tagline {
    font-size: clamp(1.55rem, 7vw, 2.15rem);
  }
}

/* =========================================================
   OFFICE SOLUTIONS PAGE
   ========================================================= */
.solutions-hero {
  padding: 78px 0 58px;
}
.solutions-hero .container {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 44px;
  align-items: center;
}
.solutions-hero-copy h1 {
  font-size: clamp(3rem, 5.7vw, 5.2rem);
}
.solutions-hero-copy > p:not(.eyebrow) {
  max-width: 650px;
  color: #d7e6fb;
  font-size: 1.12rem;
}
.solutions-hero-image {
  overflow: hidden;
  border: 2px solid rgba(112,236,255,.42);
  border-radius: 28px;
  box-shadow: var(--shadow);
}
.solutions-hero-image img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}
.solution-intro {
  padding-top: 54px;
}
.solution-jump-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.solution-jump-grid a {
  display: grid;
  gap: 4px;
  padding: 22px;
  border: 1px solid var(--panel-border);
  border-radius: 20px;
  background: rgba(11,44,93,.55);
  text-decoration: none;
}
.solution-jump-grid a:hover {
  border-color: var(--cyan);
  transform: translateY(-2px);
}
.solution-jump-grid span {
  color: var(--yellow);
  font-weight: 950;
}
.solution-jump-grid strong {
  font-size: 1.04rem;
}
.solution-jump-grid small {
  color: var(--muted);
}
.solution-section {
  padding: 82px 0;
}
.alt-solution {
  background: linear-gradient(180deg, rgba(15,49,103,.34), rgba(5,15,37,0));
  border-block: 1px solid rgba(112,236,255,.08);
}
.solution-layout {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 48px;
  align-items: center;
}
.solution-layout.reverse .solution-image-wrap {
  order: 2;
}
.solution-layout.reverse .solution-copy {
  order: 1;
}
.solution-image-wrap {
  overflow: hidden;
  border: 1px solid rgba(112,236,255,.28);
  border-radius: 26px;
  background: #07122c;
  box-shadow: var(--shadow);
}
.solution-image-wrap img {
  width: 100%;
  max-height: 720px;
  object-fit: cover;
}
.solution-image-wrap.wide-image img {
  aspect-ratio: 16 / 10;
}
.image-caption {
  padding: 12px 17px;
  color: var(--muted);
  border-top: 1px solid rgba(112,236,255,.16);
  font-size: .84rem;
}
.solution-copy h2 {
  margin-bottom: 18px;
  font-size: clamp(2.35rem, 4.5vw, 4rem);
  line-height: 1.02;
  letter-spacing: -.045em;
}
.solution-lead {
  color: #d7e6fb;
  font-size: 1.08rem;
}
.solution-list {
  display: grid;
  gap: 11px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
  color: #deebff;
}
.solution-list li::before {
  content: "✓";
  margin-right: 10px;
  color: var(--green);
  font-weight: 950;
}
.best-for {
  margin: 24px 0;
  padding: 16px 18px;
  color: #dceafe;
  border: 1px solid rgba(112,236,255,.18);
  border-radius: 16px;
  background: rgba(4,20,50,.5);
}
.best-for strong {
  color: var(--yellow);
}
.branding-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 14px;
  margin: 24px 0;
}
.branding-grid div {
  padding: 17px;
  border: 1px solid rgba(112,236,255,.16);
  border-radius: 16px;
  background: rgba(8,28,67,.58);
}
.branding-grid strong,
.branding-grid span {
  display: block;
}
.branding-grid span {
  margin-top: 4px;
  color: var(--muted);
  font-size: .88rem;
}
.why-solutions {
  background: linear-gradient(180deg, rgba(15,49,103,.36), rgba(5,15,37,0));
}
.solution-cta-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 260px;
}
@media (max-width: 980px) {
  .solutions-hero .container,
  .solution-layout {
    grid-template-columns: 1fr;
  }
  .solution-layout.reverse .solution-image-wrap,
  .solution-layout.reverse .solution-copy {
    order: initial;
  }
  .solution-jump-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .solutions-hero-image img {
    aspect-ratio: 16 / 10;
  }
}
@media (max-width: 680px) {
  .solution-jump-grid,
  .branding-grid {
    grid-template-columns: 1fr;
  }
  .solutions-hero-copy h1 {
    font-size: clamp(2.55rem, 13vw, 3.7rem);
  }
  .solution-cta-actions {
    min-width: 0;
    width: 100%;
  }
  .solution-cta-actions .btn {
    width: 100%;
  }
}

/* =========================================================
   V28 PRICING, OUTCOMES, AND PROPOSAL FLOW
   ========================================================= */
.investment-section {
  background:
    radial-gradient(circle at 10% 10%, rgba(255,79,163,.12), transparent 28%),
    radial-gradient(circle at 90% 12%, rgba(27,183,255,.13), transparent 28%);
}
.investment-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.investment-card {
  display: flex;
  flex-direction: column;
  min-height: 515px;
}
.featured-investment {
  border-color: rgba(255,216,74,.72);
  box-shadow: 0 24px 74px rgba(255,180,32,.12);
}
.investment-label {
  width: fit-content;
  padding: 6px 11px;
  margin-bottom: 18px;
  border-radius: 999px;
  color: #071431;
  background: linear-gradient(135deg, var(--cyan), #fff);
  font-size: .75rem;
  font-weight: 950;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.investment-price {
  margin: 14px 0 17px;
  color: var(--yellow);
  font-size: clamp(2.5rem, 4vw, 3.8rem);
  font-weight: 1000;
  line-height: 1;
  letter-spacing: -.05em;
}
.investment-price span {
  display: block;
  margin-bottom: 7px;
  color: var(--muted);
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.investment-card .btn {
  margin-top: auto;
}
.pricing-note {
  margin-top: 22px;
  padding: 18px 20px;
  color: #dceaff;
  border: 1px solid rgba(112,236,255,.2);
  border-radius: 16px;
  background: rgba(5,22,54,.62);
}
.pricing-note strong {
  color: var(--yellow);
}
.patient-experience-section {
  border-block: 1px solid rgba(112,236,255,.08);
  background: linear-gradient(180deg, rgba(15,49,103,.32), rgba(5,15,37,0));
}
.experience-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.experience-card {
  min-height: 250px;
}
.proposal-process-section {
  padding-top: 76px;
}
.proposal-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.proposal-step {
  min-height: 260px;
}
.office-investment-section {
  padding: 82px 0;
  background:
    radial-gradient(circle at 20% 5%, rgba(255,79,163,.11), transparent 30%),
    radial-gradient(circle at 85% 15%, rgba(27,183,255,.12), transparent 28%);
}
.office-price-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.office-price-strip a {
  display: grid;
  gap: 8px;
  padding: 25px;
  color: white;
  border: 1px solid var(--panel-border);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(15,49,103,.86), rgba(7,25,60,.9));
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease;
}
.office-price-strip a:hover {
  transform: translateY(-3px);
  border-color: var(--cyan);
}
.office-price-strip span {
  color: var(--cyan);
  font-weight: 900;
}
.office-price-strip strong {
  color: var(--yellow);
  font-size: 2rem;
  letter-spacing: -.04em;
}
.office-price-strip small {
  color: var(--muted);
}
@media (max-width: 980px) {
  .investment-grid,
  .experience-grid,
  .proposal-steps,
  .office-price-strip {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 680px) {
  .investment-grid,
  .experience-grid,
  .proposal-steps,
  .office-price-strip {
    grid-template-columns: 1fr;
  }
  .investment-card,
  .experience-card,
  .proposal-step {
    min-height: 0;
  }
}


/* =========================================================
   V30 COMPACT NAVIGATION AND INTERACTION POLISH
   ========================================================= */
.nav { gap: 18px; }
nav ul { gap: 18px; flex-wrap: nowrap; }
nav a { white-space: nowrap; font-size: .9rem; }
.nav-cta { white-space: nowrap; padding-inline: 18px; }
.brand-name { white-space: nowrap; }

.card, .game-link, .hardware-card, .investment-card, .gallery-feature,
.solution-jump-grid a, .office-price-strip a, .game-gallery-grid a {
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
.card:hover, .hardware-card:hover, .investment-card:hover {
  transform: translateY(-5px);
  border-color: rgba(112,236,255,.5);
  box-shadow: 0 26px 70px rgba(0,0,0,.28);
}
.btn { transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease; }
.btn:hover { transform: translateY(-3px) scale(1.015); filter: brightness(1.04); }
.btn:active { transform: translateY(0) scale(.99); }

.experience-icon {
  display:grid; place-items:center; width:58px; height:58px; margin-bottom:18px;
  border-radius:18px; color:var(--cyan);
  background:linear-gradient(145deg,rgba(112,236,255,.16),rgba(255,79,163,.08));
  border:1px solid rgba(112,236,255,.28);
  box-shadow:inset 0 0 18px rgba(112,236,255,.08),0 8px 24px rgba(0,0,0,.16);
}
.experience-icon svg { width:36px; height:36px; fill:none; stroke:currentColor; stroke-width:3; stroke-linecap:round; stroke-linejoin:round; }

.faq-section { border-top:1px solid rgba(112,236,255,.08); background:linear-gradient(180deg,rgba(15,49,103,.28),rgba(5,15,37,0)); }
.faq-layout { display:grid; grid-template-columns:.78fr 1.22fr; gap:48px; align-items:start; }
.faq-list details { margin-bottom:12px; }

.comparison-section { padding:78px 0; background:linear-gradient(180deg,rgba(15,49,103,.26),rgba(5,15,37,0)); }
.comparison-table-wrap { overflow-x:auto; border:1px solid var(--panel-border); border-radius:22px; box-shadow:var(--shadow); }
.comparison-table { width:100%; min-width:880px; border-collapse:collapse; background:rgba(7,25,60,.9); }
.comparison-table th, .comparison-table td { padding:18px 16px; text-align:left; border-bottom:1px solid rgba(112,236,255,.12); }
.comparison-table thead th { color:var(--cyan); background:rgba(15,49,103,.92); font-size:.82rem; text-transform:uppercase; letter-spacing:.06em; }
.comparison-table tbody th { color:white; }
.comparison-table tbody td { color:#d4e5fb; }
.comparison-table tbody tr:hover { background:rgba(27,183,255,.07); }

.gallery-hero { padding:82px 0 52px; }
.gallery-hero .container { max-width:900px; text-align:center; }
.gallery-hero h1 { font-size:clamp(3rem,6vw,5.2rem); }
.gallery-hero p:not(.eyebrow) { color:#d7e6fb; font-size:1.12rem; }
.gallery-showcase-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:24px; }
.gallery-feature { overflow:hidden; border:1px solid var(--panel-border); border-radius:24px; background:linear-gradient(180deg,rgba(15,49,103,.86),rgba(7,25,60,.9)); box-shadow:0 18px 55px rgba(0,0,0,.2); }
.gallery-feature:hover { transform:translateY(-5px); border-color:var(--cyan); box-shadow:0 28px 80px rgba(0,0,0,.3); }
.gallery-feature img { width:100%; aspect-ratio:16/10; object-fit:cover; }
.gallery-feature > div { padding:24px; }
.gallery-feature span { color:var(--cyan); font-weight:900; font-size:.8rem; letter-spacing:.08em; text-transform:uppercase; }
.gallery-feature h2 { margin:8px 0 10px; font-size:1.55rem; }
.gallery-feature p { color:var(--muted); margin:0; }
.game-gallery-section { background:linear-gradient(180deg,rgba(15,49,103,.34),rgba(5,15,37,0)); }
.game-gallery-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.game-gallery-grid a { padding:14px; border:1px solid var(--panel-border); border-radius:18px; background:rgba(8,28,67,.78); text-decoration:none; }
.game-gallery-grid a:hover { transform:translateY(-4px); border-color:var(--cyan); box-shadow:0 20px 50px rgba(0,0,0,.25); }
.game-gallery-grid img { width:100%; aspect-ratio:16/9; object-fit:cover; border-radius:12px; margin-bottom:12px; }

@media (max-width:1100px){ nav ul{gap:12px;} nav a{font-size:.84rem;} .nav-cta{padding-inline:14px;} }
@media (max-width:980px){
  .faq-layout{grid-template-columns:1fr;}
  .gallery-showcase-grid{grid-template-columns:1fr;}
  .game-gallery-grid{grid-template-columns:repeat(2,1fr);}
}
@media (max-width:680px){ .game-gallery-grid{grid-template-columns:1fr;} }

/* =========================================================
   V31 PREMIUM HEADER, TYPOGRAPHY, AND MOTION POLISH
   ========================================================= */

/* Give the desktop header more room without widening page content globally. */
header .container.nav {
  width: min(calc(100% - 42px), 1360px);
}

.nav {
  min-height: 94px;
  gap: 26px;
}

.brand {
  flex: 0 0 auto;
  min-width: 238px;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.brand-name {
  color: #ffffff;
  font-size: clamp(1.45rem, 1.9vw, 1.82rem) !important;
  font-weight: 1000;
  line-height: 1;
  letter-spacing: -0.035em;
  text-shadow: 0 0 18px rgba(112,236,255,.18);
}

.brand-subtitle {
  color: #87cfea;
  font-size: .68rem;
  font-weight: 850;
  line-height: 1;
  letter-spacing: .12em;
  text-transform: uppercase;
  white-space: nowrap;
}

nav {
  flex: 1 1 auto;
}

nav ul {
  justify-content: center;
  gap: clamp(24px, 2.6vw, 42px);
  flex-wrap: nowrap;
}

nav li {
  flex: 0 0 auto;
}

nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  color: #d2e2f7;
  font-size: clamp(1rem, 1.18vw, 1.12rem);
  font-weight: 800;
  letter-spacing: -.01em;
  white-space: nowrap;
  transition: color 180ms ease, transform 180ms ease, text-shadow 180ms ease;
}

nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 5px;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--pink), var(--cyan));
  box-shadow: 0 0 10px rgba(112,236,255,.65);
  transform: translateX(-50%);
  transition: width 190ms ease;
}

nav a:hover,
nav a:focus-visible {
  color: #ffffff;
  transform: translateY(-2px);
  text-shadow: 0 0 14px rgba(112,236,255,.38);
}

nav a:hover::after,
nav a:focus-visible::after {
  width: 100%;
}

.nav-cta {
  flex: 0 0 auto;
  min-height: 48px;
  padding-inline: 19px;
  white-space: nowrap;
}

/* More generous, consistent typography and spacing. */
body {
  font-size: 1.01rem;
}

section {
  padding-block: 96px;
}

.hero {
  padding-top: 108px;
  padding-bottom: 92px;
}

.hero-grid {
  gap: 64px;
}

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

.section-heading h2 {
  text-wrap: balance;
}

.card {
  backdrop-filter: blur(4px);
}

/* Subtle premium background depth. */
body::before,
body::after {
  content: "";
  position: fixed;
  z-index: -2;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(90px);
  opacity: .14;
}

body::before {
  top: 28%;
  left: -260px;
  background: var(--pink);
}

body::after {
  right: -270px;
  bottom: 8%;
  background: var(--blue);
}

/* Refined interactive motion. */
.card,
.game-link,
.hardware-card,
.investment-card,
.gallery-feature,
.solution-jump-grid a,
.office-price-strip a,
.game-gallery-grid a,
details {
  will-change: transform;
}

.card:hover,
.hardware-card:hover,
.investment-card:hover,
.gallery-feature:hover {
  transform: translateY(-6px);
  box-shadow:
    0 30px 78px rgba(0,0,0,.31),
    0 0 0 1px rgba(112,236,255,.08);
}

.btn {
  overflow: hidden;
  position: relative;
}

.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 25%, rgba(255,255,255,.26) 50%, transparent 75%);
  transform: translateX(-130%);
  transition: transform 420ms ease;
}

.btn:hover::before {
  transform: translateX(130%);
}

/* Scroll reveal: elements remain readable when JavaScript is unavailable. */
.js .reveal-on-scroll {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 600ms ease,
    transform 600ms cubic-bezier(.2,.7,.2,1);
}

.js .reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.page-enter {
  animation: pageEnter 420ms ease both;
}

@keyframes pageEnter {
  from { opacity: 0; transform: translateY(7px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1180px) and (min-width: 981px) {
  header .container.nav {
    width: min(calc(100% - 28px), 1180px);
  }

  .nav {
    gap: 16px;
  }

  .brand {
    min-width: 204px;
  }

  .brand-name {
    font-size: 1.42rem !important;
  }

  .brand-subtitle {
    font-size: .59rem;
  }

  nav ul {
    gap: 20px;
  }

  nav a {
    font-size: .96rem;
  }

  .nav-cta {
    padding-inline: 15px;
    font-size: .9rem;
  }
}

@media (max-width: 980px) {
  .nav {
    min-height: 78px;
  }

  .brand {
    min-width: 0;
  }

  .brand-name {
    font-size: 1.35rem !important;
  }

  .brand-subtitle {
    font-size: .56rem;
  }
}

@media (max-width: 680px) {
  header .container.nav {
    width: min(calc(100% - 24px), 1360px);
  }

  .brand-subtitle {
    display: none;
  }

  .brand-name {
    font-size: 1.22rem !important;
  }

  section {
    padding-block: 72px;
  }

  .hero {
    padding-top: 68px;
    padding-bottom: 70px;
  }
}

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

  .js .reveal-on-scroll {
    opacity: 1;
    transform: none;
  }
}

/* =========================================================
   V32 MAKERCADE TRUST SECTION + PREMIUM FOOTER
   ========================================================= */
.maker-section {
  position: relative;
  overflow: hidden;
  border-block: 1px solid rgba(112,236,255,.09);
  background:
    radial-gradient(circle at 12% 18%, rgba(255,79,163,.13), transparent 32%),
    radial-gradient(circle at 88% 22%, rgba(27,183,255,.14), transparent 32%),
    linear-gradient(180deg, rgba(10,36,83,.5), rgba(5,15,37,.15));
}

.maker-layout {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: 44px;
  align-items: center;
}

.maker-copy h2 {
  margin-bottom: 20px;
  font-size: clamp(2.4rem, 4.8vw, 4.25rem);
  line-height: 1.02;
  letter-spacing: -.05em;
  text-wrap: balance;
}

.maker-lead {
  color: #e0edff;
  font-size: 1.1rem;
}

.maker-quote {
  margin: 26px 0;
  padding: 18px 22px;
  color: var(--yellow);
  border-left: 4px solid var(--cyan);
  border-radius: 0 16px 16px 0;
  background: rgba(5,22,54,.6);
  font-size: 1.18rem;
  font-weight: 900;
  font-style: normal;
}

.maker-proof {
  padding: 32px;
  border-color: rgba(112,236,255,.34);
}

.maker-checklist {
  display: grid;
  gap: 16px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.maker-checklist li {
  position: relative;
  padding: 14px 16px 14px 48px;
  color: #e4efff;
  border: 1px solid rgba(112,236,255,.13);
  border-radius: 15px;
  background: rgba(4,20,50,.46);
  font-weight: 760;
}

.maker-checklist li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background:
    linear-gradient(135deg, var(--green), var(--cyan));
  box-shadow: 0 0 14px rgba(112,236,255,.35);
  transform: translateY(-50%);
}

.maker-checklist li::after {
  content: "✓";
  position: absolute;
  left: 21px;
  top: 50%;
  color: #061431;
  font-size: .72rem;
  font-weight: 1000;
  transform: translateY(-52%);
}

/* Premium footer */
.premium-footer {
  position: relative;
  overflow: hidden;
  padding: 72px 0 28px;
  color: #c9dbf3;
  background:
    radial-gradient(circle at 10% 0%, rgba(255,79,163,.1), transparent 30%),
    radial-gradient(circle at 90% 10%, rgba(27,183,255,.12), transparent 32%),
    linear-gradient(180deg, #050f25 0%, #030a18 100%);
  border-top: 1px solid rgba(112,236,255,.16);
}

.premium-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .22;
  background-image:
    linear-gradient(rgba(112,236,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(112,236,255,.025) 1px, transparent 1px);
  background-size: 24px 24px;
}

.footer-grid,
.footer-bottom {
  position: relative;
  z-index: 1;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr 1.1fr .75fr .9fr;
  gap: 38px;
}

.footer-brand-block h2 {
  margin-bottom: 8px;
  color: #fff;
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  letter-spacing: -.04em;
}

.footer-tagline {
  margin-bottom: 12px;
  color: var(--cyan);
  font-size: 1.02rem;
  font-weight: 900;
}

.footer-company-block h3 {
  margin: 5px 0 9px;
  color: #fff;
  font-size: 1.35rem;
}

.footer-label {
  margin-bottom: 10px;
  color: var(--yellow);
  font-size: .74rem;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.footer-links-block nav {
  display: grid;
  gap: 9px;
}

.footer-links-block nav a {
  width: fit-content;
  min-height: auto;
  padding: 2px 0;
  color: #c9dbf3;
  font-size: .94rem;
  font-weight: 760;
  text-decoration: none;
  white-space: nowrap;
}

.footer-links-block nav a::after {
  bottom: -2px;
}

.footer-contact-block p {
  margin-bottom: 8px;
}

.footer-proposal-link {
  display: inline-block;
  margin-top: 8px;
  color: var(--cyan);
  font-weight: 900;
  text-decoration: none;
}

.footer-proposal-link:hover {
  color: #fff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  margin-top: 48px;
  padding-top: 22px;
  color: #7f98b9;
  border-top: 1px solid rgba(112,236,255,.12);
  font-size: .82rem;
}

@media (max-width: 980px) {
  .maker-layout {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 680px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .maker-copy h2 {
    font-size: clamp(2.15rem, 11vw, 3.2rem);
  }
}

.footer-contact-block a[href^="mailto:"] {
  color: #c9dbf3;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.footer-contact-block a[href^="mailto:"]:hover {
  color: var(--cyan);
}

/* =========================================================
   V35 MOBILE NAVIGATION
   ========================================================= */
.mobile-menu-toggle,
.mobile-site-menu {
  display: none;
}

@media (max-width: 980px) {
  header {
    position: sticky;
    top: 0;
    z-index: 1000;
  }

  header .container.nav {
    position: relative;
  }

  header nav[aria-label="Primary navigation"],
  .nav-cta {
    display: none !important;
  }

  .mobile-menu-toggle {
    display: inline-flex;
    flex: 0 0 auto;
    width: 46px;
    height: 46px;
    margin-left: auto;
    padding: 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    border: 1px solid rgba(112,236,255,.28);
    border-radius: 13px;
    color: #fff;
    background:
      linear-gradient(180deg, rgba(20,61,124,.92), rgba(8,28,67,.96));
    box-shadow:
      0 0 0 1px rgba(112,236,255,.05),
      0 8px 24px rgba(0,0,0,.24);
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  .mobile-menu-toggle span {
    display: block;
    width: 21px;
    height: 2px;
    border-radius: 999px;
    background: #fff;
    transform-origin: center;
    transition:
      transform 180ms ease,
      opacity 180ms ease;
  }

  .mobile-menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .mobile-menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .mobile-menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .mobile-site-menu {
    display: block;
    position: fixed;
    top: 78px;
    left: 12px;
    right: 12px;
    z-index: 999;
    max-height: calc(100vh - 96px);
    overflow-y: auto;
    padding: 10px;
    border: 1px solid rgba(112,236,255,.24);
    border-radius: 18px;
    background:
      linear-gradient(180deg, rgba(8,28,67,.99), rgba(3,13,34,.99));
    box-shadow:
      0 24px 70px rgba(0,0,0,.48),
      inset 0 0 24px rgba(27,183,255,.04);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px);
    transition:
      opacity 180ms ease,
      visibility 180ms ease,
      transform 180ms ease;
  }

  .mobile-site-menu.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-site-menu ul {
    display: grid;
    gap: 4px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mobile-site-menu li {
    margin: 0;
  }

  .mobile-site-menu a {
    display: flex;
    width: 100%;
    min-height: 52px;
    padding: 13px 16px;
    align-items: center;
    color: #e1edff;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 850;
    text-decoration: none;
    white-space: nowrap;
    transition:
      color 160ms ease,
      background 160ms ease,
      transform 160ms ease;
  }

  .mobile-site-menu a:hover,
  .mobile-site-menu a:focus-visible {
    color: #fff;
    background: rgba(112,236,255,.08);
    transform: translateX(3px);
  }

  .mobile-proposal-item {
    margin-top: 6px !important;
    padding-top: 8px;
    border-top: 1px solid rgba(112,236,255,.12);
  }

  .mobile-site-menu .mobile-proposal-link {
    justify-content: center;
    color: #061431;
    background: linear-gradient(135deg, var(--yellow), #fff4a4);
    box-shadow: 0 10px 28px rgba(255,216,74,.18);
  }

  .mobile-site-menu .mobile-proposal-link:hover,
  .mobile-site-menu .mobile-proposal-link:focus-visible {
    color: #061431;
    background: linear-gradient(135deg, #ffe36b, #fff);
    transform: translateY(-1px);
  }

  body.mobile-menu-open {
    overflow: hidden;
  }
}

@media (max-width: 680px) {
  .mobile-site-menu {
    top: 72px;
  }
}

.footer-company-link {
  display: inline-flex;
  margin-top: 8px;
  align-items: center;
  color: var(--cyan);
  font-weight: 900;
  text-decoration: none;
  transition:
    color 160ms ease,
    transform 160ms ease,
    text-shadow 160ms ease;
}

.footer-company-link:hover,
.footer-company-link:focus-visible {
  color: #ffffff;
  transform: translateX(3px);
  text-shadow: 0 0 12px rgba(112, 236, 255, 0.42);
}


/* V37 connected proposal form */
.proposal-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.proposal-form-status {
  min-height: 1.4em;
}

.proposal-form-status.is-success {
  color: var(--green);
  font-weight: 800;
}

.proposal-form-status.is-error {
  color: #ff8f9f;
  font-weight: 800;
}

form[data-proposal-form] button:disabled {
  cursor: wait;
  opacity: .72;
}


/* =========================================================
   GAMEPLAY VIDEO ENHANCEMENTS
   ========================================================= */

.game-card-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #06142f;
}

.gameplay-showcase {
  background:
    radial-gradient(circle at 14% 20%, rgba(112,236,255,.10), transparent 34%),
    radial-gradient(circle at 90% 80%, rgba(255,79,163,.10), transparent 32%);
}

.featured-gameplay {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr);
  padding: 0;
  overflow: hidden;
}

.featured-gameplay-media {
  background: #020914;
}

.featured-gameplay-media video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #020914;
}

.featured-gameplay-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
}

.featured-gameplay-copy h3 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 4vw, 3rem);
}

.gameplay-selector {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.gameplay-selector-btn {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid rgba(112,236,255,.24);
  border-radius: 13px;
  color: #dceafe;
  background: rgba(3,17,43,.65);
  font: inherit;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease;
}

.gameplay-selector-btn:hover {
  transform: translateX(3px);
  border-color: rgba(112,236,255,.58);
  background: rgba(19,67,126,.75);
}

.gameplay-selector-btn.is-active {
  color: #061431;
  border-color: #70ecff;
  background: #70ecff;
}

.game-detail-video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #020914;
}

@media (max-width: 980px) {
  .featured-gameplay {
    grid-template-columns: 1fr;
  }

  .featured-gameplay-media video {
    min-height: 0;
  }

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

@media (max-width: 560px) {
  .featured-gameplay-copy {
    padding: 24px 20px;
  }

  .gameplay-selector {
    grid-template-columns: 1fr;
  }
}
