/* ============================================
   ABOUT SECTION
   ============================================ */
.about-section {
  padding: 120px 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background:
    radial-gradient(ellipse at 80% 50%, rgba(0, 242, 255, 0.05), transparent 55%),
    radial-gradient(ellipse at 20% 80%, rgba(255, 36, 228, 0.04), transparent 50%);
}
.about-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.about-heading {
  font-family: var(--f-display);
  font-weight: 800;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 28px;
}
.about-heading .accent-c { color: var(--cyan); }
.about-body {
  font-size: 16px;
  line-height: 1.75;
  color: var(--on-surface-var);
  max-width: 52ch;
  margin-bottom: 18px;
}
.about-body:last-of-type { margin-bottom: 0; }
.about-body strong { color: var(--on-surface); font-weight: 600; }
.about-card {
  padding: 36px;
  height: 100%;
}
.about-card-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}
.about-pillars {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.pillar {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.pillar:first-child { border-top: 1px solid rgba(255, 255, 255, 0.06); }
.pillar-icon {
  font-size: 18px;
  color: var(--cyan);
  width: 32px;
  flex-shrink: 0;
  padding-top: 2px;
  text-align: center;
}
.pillar-label {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 15px;
  color: var(--on-surface);
  margin-bottom: 3px;
}
.pillar-sub {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.05em;
  color: var(--on-surface-var);
}
@media (max-width: 1000px) {
  .about-inner { grid-template-columns: 1fr; gap: 48px; }
  .about-body { max-width: 100%; }
}
@media (max-width: 600px) {
  .about-section { padding: 80px 20px; }
  .about-card { padding: 24px; }
}

/* ============================================
   APPS / LINGUISPARK — amber accent scope
   ============================================ */

/* Per-app amber tokens scoped to the apps column */
.split-col.apps {
  --app-amber: #ff9d3c;
  --app-amber-deep: #E8842B;
  --app-amber-dim: rgba(255, 157, 60, 0.15);
  --app-amber-border: rgba(255, 157, 60, 0.3);
  --app-amber-glow: rgba(255, 157, 60, 0.4);
}

/* ============================================
   APPS / LINGUISPARK
   ============================================ */
.split-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.split-col {
  position: relative;
  padding: 100px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.split-col.apps {
  background:
    radial-gradient(ellipse at top right, rgba(255, 157, 60, 0.1), transparent 50%),
    radial-gradient(ellipse at bottom left, rgba(232, 132, 43, 0.06), transparent 60%),
    linear-gradient(180deg, var(--bg), #1a1100);
  border-right: 1px solid var(--app-amber-border);
}
.split-col.games {
  background:
    radial-gradient(ellipse at top left, rgba(255, 36, 228, 0.08), transparent 50%),
    linear-gradient(180deg, var(--bg), #220a1e);
}
.split-col::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
  opacity: 0.4;
}
.split-col.apps::before { background: linear-gradient(90deg, transparent, var(--app-amber), transparent); opacity: 0.6; }
.split-col.games::before { background: linear-gradient(90deg, transparent, var(--magenta), transparent); }

.split-title {
  font-family: var(--f-display);
  font-weight: 800;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1;
  letter-spacing: -0.02em;
  margin: 24px 0 20px;
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.split-title .spark { color: var(--cyan); }
.split-title .magent { color: var(--magenta); }
.split-desc {
  font-size: 16px;
  line-height: 1.65;
  color: var(--on-surface-var);
  max-width: 44ch;
  margin-bottom: 40px;
}

/* LinguiSpark phone w/ live UI */
.phone-stage {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 30px 0;
  perspective: 1400px;
}
.phone {
  width: 280px;
  height: 580px;
  background: linear-gradient(160deg, #1a1a2e, #0c0c1f);
  border-radius: 38px;
  border: 1px solid rgba(0, 242, 255, 0.2);
  padding: 12px;
  box-shadow:
    0 30px 80px rgba(0, 242, 255, 0.15),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 60px 120px rgba(0, 0, 0, 0.6);
  position: relative;
  transform: rotateY(10deg) rotateX(4deg);
  transition: transform 0.6s cubic-bezier(.2,.8,.2,1);
}
.phone:hover { transform: rotateY(3deg) rotateX(0deg) translateY(-6px); }
.phone-screen {
  width: 100%; height: 100%;
  background: linear-gradient(180deg, #0c0c1f 0%, #1a1a2e 100%);
  border-radius: 28px;
  overflow: hidden;
  position: relative;
}
.phone-notch {
  position: absolute; top: 14px; left: 50%; transform: translateX(-50%);
  width: 90px; height: 22px;
  background: #000;
  border-radius: 12px;
  z-index: 5;
}
.feature-chips {
  display: flex; flex-wrap: wrap; gap: 8px;
  margin-bottom: 32px;
}
.chip {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(0, 242, 255, 0.06);
  border: 1px solid rgba(0, 242, 255, 0.25);
  color: var(--cyan);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.chip.magenta { background: rgba(255, 36, 228, 0.06); border-color: rgba(255, 36, 228, 0.25); color: var(--magenta); }
.chip.lime { background: rgba(163, 241, 0, 0.06); border-color: rgba(163, 241, 0, 0.25); color: var(--lime); }

.feature-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px;
  margin-bottom: 32px;
}
.feature {
  padding: 16px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  transition: border-color 0.3s, transform 0.3s;
}
.feature:hover { border-color: rgba(0, 242, 255, 0.4); transform: translateY(-3px); }
.split-col.games .feature:hover { border-color: rgba(255, 36, 228, 0.4); }
.feature .ico {
  font-family: var(--f-mono);
  font-size: 10px;
  color: var(--cyan);
  letter-spacing: 0.15em;
  margin-bottom: 8px;
}
.split-col.games .feature .ico { color: var(--magenta); }
.feature h5 { font-family: var(--f-display); font-weight: 700; font-size: 15px; margin-bottom: 4px; }
.feature p { font-size: 12px; color: var(--on-surface-var); line-height: 1.5; }

/* ---- Amber accent overrides for .split-col.apps ---- */

/* Section tag */
.section-tag.apps-tag {
  color: var(--app-amber);
  background: var(--app-amber-dim);
  border-color: var(--app-amber-border);
}
.section-tag.apps-tag .dot {
  background: var(--app-amber);
  box-shadow: 0 0 8px var(--app-amber);
}

/* Title period accent */
.split-title-period {
  color: var(--app-amber);
}

/* spark word in amber */
.split-col.apps .split-title .spark {
  color: var(--app-amber);
}

/* Chips */
.chip.apps-chip {
  background: var(--app-amber-dim);
  border-color: var(--app-amber-border);
  color: var(--app-amber);
}

/* Phone amber glow + frame edge */
.apps-phone {
  border-color: var(--app-amber-border);
  box-shadow:
    0 30px 80px var(--app-amber-glow),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 60px 120px rgba(0, 0, 0, 0.6);
}
.apps-phone:hover { transform: rotateY(3deg) rotateX(0deg) translateY(-6px); }

/* Phone screen with real screenshot */
.apps-screen {
  padding: 0;
  overflow: hidden;
  background: #000;
  position: relative;
}

.phone-screenshot {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Crop the Android emulator status bar from the top of the image.
     The image is 724×1649 native px. Phone screen renders at ~256px wide.
     Scale = 256/724 ≈ 0.354. Emulator title bar (~115px native) → ~41px rendered.
     Shift image up by 42px so the emulator chrome is hidden. */
  object-position: 0 -42px;
  height: calc(100% + 42px);
}

/* Feature card amber accent */
.apps-feature:hover { border-color: var(--app-amber-border) !important; }
.ico.apps-ico { color: var(--app-amber) !important; }

/* ---- Google Play badge ---- */
.play-badge {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 16px 26px;
  background: rgba(12, 12, 31, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  color: var(--on-surface);
  transition: border-color 0.3s, box-shadow 0.3s, background 0.3s;
  align-self: flex-start;
  min-width: 230px;
  cursor: pointer;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
}
.play-badge:hover {
  border-color: var(--app-amber-border);
  box-shadow: 0 0 30px var(--app-amber-glow), 0 4px 24px rgba(0, 0, 0, 0.4);
  background: rgba(12, 12, 31, 0.95);
}
.play-badge-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px; height: 36px;
}
.play-badge-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.play-badge-top {
  font-family: var(--f-mono);
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--on-surface-var);
}
.play-badge-bottom {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 19px;
  color: var(--on-surface);
  letter-spacing: 0.01em;
  line-height: 1;
}

/* ---- End amber overrides ---- */

/* ============================================
   CLEAR SKIES — landscape Android device mockup
   ============================================ */

/* Chip with lime color for release date */
.chip.cs-date-chip {
  background: rgba(163, 241, 0, 0.06);
  border-color: rgba(163, 241, 0, 0.25);
  color: var(--lime);
}

/* Device stage — centred, with tilt perspective */
.cs-device-stage {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 28px 0 32px;
  perspective: 1400px;
}

/* The outer device frame — landscape Android phone shape */
.cs-device {
  transform: rotateX(4deg) rotateY(6deg);
  transition: transform 0.6s cubic-bezier(.2,.8,.2,1);
}
.cs-device:hover { transform: rotateX(1deg) rotateY(2deg) translateY(-5px); }

.cs-device-frame {
  position: relative;
  /* Landscape: ~2.14 ratio, widened to fill column comfortably */
  width: 480px;
  height: 224px;
  background: linear-gradient(160deg, #1d1d30, #0c0c1f);
  border-radius: 24px;
  border: 1.5px solid rgba(255, 36, 228, 0.35);
  padding: 10px;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 20px 60px rgba(255, 36, 228, 0.2),
    0 40px 80px rgba(0, 0, 0, 0.7);
}

.cs-device-screen {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: #000;
  position: relative;
}

.cs-keyart {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

/* Physical buttons — left side (volume) */
.cs-device-btn {
  position: absolute;
  background: #2a2a40;
  border-radius: 2px;
}
.cs-device-btn-left {
  left: -4px;
  top: 36px;
  width: 3px;
  height: 28px;
}
.cs-device-btn-right {
  left: -4px;
  top: 72px;
  width: 3px;
  height: 22px;
}
/* Power button — right side */
.cs-device-btn-power {
  right: -4px;
  top: 48px;
  width: 3px;
  height: 32px;
}

/* ============================================
   GAMES SECTION — key art in wide card
   ============================================ */

/* Key art fills the visual panel of the wide game card */
.gc-keyart-wrap {
  position: relative;
  overflow: hidden;
}
.gc-keyart-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Show from the left edge so the wordmark reads "CLEAR-SKIES" in full
     rather than cropping mid-word ("AR-SKIES"). The plane is centred in the
     art and naturally remains visible. */
  object-position: left center;
}
/* Subtle gradient overlay to ground the meta tags */
.gc-keyart-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
    rgba(10, 10, 30, 0.05) 0%,
    rgba(10, 10, 30, 0.0) 40%,
    rgba(10, 10, 30, 0.55) 85%,
    rgba(10, 10, 30, 0.75) 100%
  );
}

/* scene-meta reused here; kept as-is */
.scene-meta {
  position: absolute;
  bottom: 12px; left: 12px; right: 12px;
  display: flex; justify-content: space-between; align-items: center;
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: white;
  z-index: 5;
}
.scene-meta .tag {
  padding: 4px 8px;
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 4px;
  backdrop-filter: blur(8px);
}

/* Secret card subtitle */
.secret-subtitle {
  display: block;
  font-family: var(--f-mono);
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--on-surface-var);
  margin-top: 10px;
}

/* CTA button override for Clear Skies split col */
.cs-cta { align-self: flex-start; }

/* ============================================
   GAMES STACK (Clear Skies card + Secret game)
   ============================================ */
.games-section {
  padding: 140px 32px;
  position: relative;
}
.games-stack {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
.game-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  min-height: 460px;
}
.game-card-visual {
  position: relative;
  background:
    radial-gradient(ellipse at 50% 40%, rgba(255, 185, 56, 0.35), transparent 50%),
    linear-gradient(180deg, #ff8b6b 0%, #ff24e4 35%, #6e1aab 70%, #1a1a2e 100%);
  overflow: hidden;
}
.game-card-info { padding: 48px; display: flex; flex-direction: column; justify-content: space-between; }
.game-card-title {
  font-family: var(--f-display);
  font-weight: 800;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
  background: linear-gradient(180deg, #ffffff, var(--magenta));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.game-card-sub {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--magenta-soft);
  margin-bottom: 16px;
}
.game-card-desc {
  font-size: 15px;
  line-height: 1.7;
  color: var(--on-surface-var);
  max-width: 40ch;
  margin-bottom: 28px;
}
.game-card-specs {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 16px 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 28px;
}
.spec .lbl {
  font-family: var(--f-mono);
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--on-surface-var);
  margin-bottom: 4px;
}
.spec .val {
  font-family: var(--f-mono);
  font-size: 12px;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: var(--on-surface);
}

/* Secret game */
.game-secret {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) auto;
  align-items: center;
  gap: 48px;
  padding: 56px 48px;
  position: relative;
  background:
    radial-gradient(ellipse at top right, rgba(255, 36, 228, 0.1), transparent 60%),
    radial-gradient(ellipse at bottom left, rgba(0, 242, 255, 0.08), transparent 60%),
    #0c0c1f;
  overflow: hidden;
}
.game-secret > * { min-width: 0; }
.game-secret::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 3px, rgba(255, 36, 228, 0.03) 3px, rgba(255, 36, 228, 0.03) 4px);
  pointer-events: none;
}
.glyph {
  width: 220px; height: 220px;
  border: 1.5px dashed rgba(255, 36, 228, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  animation: rot 26s linear infinite;
}
.glyph::after {
  content: "";
  position: absolute; inset: 22px;
  border: 1px solid rgba(255, 36, 228, 0.2);
  border-radius: 50%;
}
.glyph::before {
  content: "";
  position: absolute; inset: -10px;
  border: 1px solid rgba(0, 242, 255, 0.15);
  border-radius: 50%;
  border-style: dotted;
}
.glyph .core {
  font-family: var(--f-mono);
  font-size: 56px;
  font-weight: 700;
  color: var(--magenta);
  text-shadow: 0 0 30px rgba(255, 36, 228, 0.6);
  animation: rot-rev 26s linear infinite;
}
@keyframes rot { to { transform: rotate(360deg); } }
@keyframes rot-rev { to { transform: rotate(-360deg); } }

.classified-stamp {
  position: absolute;
  top: 30px; right: 30px;
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.3em;
  color: var(--magenta);
  border: 2px solid var(--magenta);
  padding: 8px 14px;
  transform: rotate(6deg);
  opacity: 0.7;
}

.codename {
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--on-surface-var);
  margin-bottom: 8px;
  display: flex; gap: 10px; align-items: center;
}
.codename .live {
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--magenta);
}
.codename .live::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%;
  background: var(--magenta);
  animation: blink 1.4s infinite;
}
.secret-title {
  font-family: var(--f-display);
  font-weight: 800;
  font-size: clamp(36px, 5vw, 52px);
  line-height: 0.95;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
}
.redacted {
  display: inline-block;
  background: var(--on-surface);
  color: var(--on-surface);
  padding: 0 14px;
  border-radius: 4px;
  user-select: none;
  transition: all 0.4s;
}
.redacted:hover {
  background: transparent;
  color: var(--magenta);
  text-shadow: 0 0 20px rgba(255, 36, 228, 0.5);
}
.secret-desc {
  font-size: 14px;
  line-height: 1.65;
  color: var(--on-surface-var);
  max-width: 46ch;
  margin-bottom: 18px;
}
.secret-meta {
  display: flex; gap: 28px;
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--on-surface-var);
}
.secret-meta b { color: var(--cyan); font-weight: 500; }

@media (max-width: 1000px) {
  .split-section { grid-template-columns: 1fr; }
  .split-col.apps { border-right: none; border-bottom: 1px solid rgba(0, 242, 255, 0.12); }
  .game-card { grid-template-columns: 1fr; }
  .game-card-visual { min-height: 260px; }
  .game-secret { grid-template-columns: 1fr; padding: 32px 24px; }
  .glyph { width: 160px; height: 160px; justify-self: center; }
  .glyph .core { font-size: 40px; }
  .classified-stamp { top: 20px; right: 20px; }
  /* CS device: scale down slightly for tablet */
  .cs-device-frame { width: 400px; height: 187px; }
}
@media (max-width: 600px) {
  .section { padding: 80px 20px; }
  .split-col { padding: 60px 24px; }
  .games-section { padding: 80px 20px; }
  .game-card-info { padding: 32px 24px; }
  .feature-row { grid-template-columns: 1fr; }
  .game-card-specs { grid-template-columns: 1fr 1fr; }
  /* CS device: fit mobile column width */
  .cs-device-frame { width: 320px; height: 150px; border-radius: 18px; }
  .cs-device-frame { padding: 8px; }
  .cs-device-screen { border-radius: 12px; }
  .cs-device-stage { margin: 20px 0 24px; }
}

/* ============================================
   CTA + FOOTER
   ============================================ */
.cta-section {
  position: relative;
  padding: 160px 32px;
  text-align: center;
  overflow: hidden;
}
.cta-section::before {
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 400px;
  background:
    radial-gradient(ellipse, rgba(0, 242, 255, 0.1), transparent 60%),
    radial-gradient(ellipse at 30% 50%, rgba(255, 36, 228, 0.08), transparent 50%);
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
}
.cta-section h2 {
  font-family: var(--f-display);
  font-weight: 800;
  font-size: clamp(48px, 8vw, 120px);
  line-height: 0.95;
  letter-spacing: -0.03em;
  margin-bottom: 24px;
  background: linear-gradient(180deg, #fff, var(--cyan) 60%, var(--magenta));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.cta-section p {
  font-size: 18px;
  line-height: 1.7;
  color: var(--on-surface-var);
  max-width: 56ch;
  margin: 0 auto 40px;
  position: relative;
}

/* Contact social icons */
.contact-socials {
  display: flex;
  justify-content: center;
  gap: 16px;
  position: relative;
}
.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--on-surface-var);
  transition: color 0.3s, border-color 0.3s, box-shadow 0.3s, background 0.3s;
}
.social-icon:hover {
  color: var(--cyan);
  border-color: rgba(0, 242, 255, 0.4);
  background: rgba(0, 242, 255, 0.06);
  box-shadow: 0 0 20px rgba(0, 242, 255, 0.2);
}

.footer {
  background: var(--surface-lowest);
  border-top: 1px solid rgba(0, 242, 255, 0.15);
  padding: 80px 32px 40px;
  position: relative;
}
.footer-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
}
.footer-brand-block h3 {
  font-family: var(--f-display);
  font-weight: 800;
  font-size: 32px;
  color: var(--cyan);
  text-shadow: 0 0 16px rgba(0, 242, 255, 0.4);
  margin-bottom: 14px;
}
.footer-brand-block p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--on-surface-var);
  max-width: 36ch;
}
.footer h4 {
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--cyan);
  margin-bottom: 16px;
}
.footer ul { list-style: none; }
.footer ul li { padding: 4px 0; }
.footer ul li a {
  font-family: var(--f-body);
  font-size: 14px;
  color: var(--on-surface-var);
  transition: color 0.2s;
}
.footer ul li a:hover { color: var(--cyan); }
.footer-bottom {
  max-width: 1280px;
  margin: 60px auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  display: flex; justify-content: space-between;
  font-family: var(--f-mono);
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--on-surface-var);
}
.footer-bottom span:first-child b { color: var(--cyan); }
@media (max-width: 800px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; gap: 10px; text-align: center; }
}
@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; }
}
