:root {
  --bg: #050914;
  --bg-elevated: rgba(14, 22, 37, 0.88);
  --card: rgba(17, 25, 41, 0.78);
  --card-strong: rgba(14, 22, 36, 0.92);
  --line: rgba(255, 255, 255, 0.1);
  --line-strong: rgba(249, 115, 22, 0.55);
  --text: #ffffff;
  --muted: rgba(229, 231, 235, 0.78);
  --orange: #f97316;
  --orange-soft: #fb923c;
  --gold: #fbbf24;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  background: linear-gradient(180deg, #050914 0%, #09111f 100%);
  color: var(--text);
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

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

[hidden] {
  display: none !important;
}

.landing-shell {
  position: relative;
}

.hero-section {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(6, 10, 18, 0.04), rgba(6, 10, 18, 0.64) 70%, rgba(6, 10, 18, 0.94)),
    radial-gradient(circle at 55% 30%, rgba(249, 115, 22, 0.22), transparent 19%),
    #060a12;
}

.hero-backdrop,
.hero-vignette {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-backdrop {
  background:
    linear-gradient(90deg, rgba(6, 10, 18, 0.58) 0%, rgba(6, 10, 18, 0.24) 34%, rgba(6, 10, 18, 0.12) 59%, rgba(6, 10, 18, 0.58) 100%),
    linear-gradient(180deg, rgba(6, 10, 18, 0.03), rgba(6, 10, 18, 0.54)),
    url("/assets/img/backgrounds/library/photo-15.png");
  background-position: center 48%;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1.03);
  filter: saturate(0.88) brightness(0.8) contrast(1.02);
}

.hero-backdrop::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 52%, rgba(255, 160, 70, 0.22), transparent 12%),
    radial-gradient(circle at 50% 52%, rgba(255, 110, 32, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 28%);
  mix-blend-mode: screen;
  opacity: 0.82;
}

.hero-vignette {
  background:
    radial-gradient(circle at center, transparent 0%, transparent 44%, rgba(0, 0, 0, 0.32) 100%),
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 6px);
  background-size: auto, auto;
  opacity: 0.16;
}

.content-shell {
  position: relative;
  z-index: 1;
  width: min(1040px, calc(100% - 42px));
  margin: 0 auto;
  padding: 16px 0 56px;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

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

.site-brand-mark {
  display: grid;
  grid-template-columns: repeat(2, 8px);
  gap: 4px;
  width: 32px;
  height: 32px;
  padding: 6px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--orange), var(--orange-soft));
  box-shadow: 0 0 28px rgba(249, 115, 22, 0.34);
}

.site-brand-mark span {
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.9);
}

.site-brand-copy {
  display: grid;
  gap: 2px;
}

.site-brand-copy strong {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.site-brand-copy small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 14px;
}

.site-nav a {
  color: rgba(255, 255, 255, 0.84);
  font-size: 15px;
  font-weight: 600;
  transition: color 0.2s ease;
}

.site-nav a:hover {
  color: #ffffff;
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1fr);
  gap: 18px;
  align-items: start;
}

.hero-copy {
  max-width: 380px;
  padding: 44px 0 0;
}

.hero-kicker {
  margin-bottom: 12px;
  color: rgba(255, 228, 202, 0.84);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-copy h1 {
  margin-bottom: 14px;
  color: #f6e0c5;
  font-size: clamp(40px, 4.8vw, 54px);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.hero-subcopy {
  max-width: 290px;
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.4;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero-cta {
  min-width: 136px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--orange), var(--orange-soft));
  box-shadow: 0 0 28px rgba(249, 115, 22, 0.24);
  color: #fff7ed;
  font-size: 14px;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hero-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 38px rgba(249, 115, 22, 0.32);
}

.hero-visual {
  position: relative;
  min-height: 320px;
}

.hero-glow {
  position: absolute;
  inset: 10% 10% 22%;
  border-radius: 999px;
  background:
    radial-gradient(circle at center, rgba(249, 115, 22, 0.22), transparent 44%),
    radial-gradient(circle at 70% 30%, rgba(255, 212, 132, 0.22), transparent 28%);
  filter: blur(30px);
}

.tablet-shell {
  position: relative;
  width: min(560px, 100%);
  margin: 0 auto;
  padding-top: 0;
  transform: rotate(11deg) translate(8px, -10px);
  transform-origin: 62% 58%;
}

.tablet-frame {
  position: relative;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(19, 28, 44, 0.95), rgba(11, 18, 30, 0.98)),
    rgba(11, 18, 30, 0.94);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(255, 168, 90, 0.12),
    0 0 44px rgba(249, 115, 22, 0.14);
  overflow: hidden;
}

.tablet-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.06), transparent 34%),
    linear-gradient(180deg, transparent 0%, transparent 72%, rgba(249, 115, 22, 0.08));
  pointer-events: none;
}

.tablet-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px 10px;
}

.tablet-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  font-weight: 700;
}

.tablet-brand-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 12px rgba(249, 115, 22, 0.5);
}

.tablet-tabs {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.tablet-tabs span {
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.66);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tablet-body {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  grid-template-areas:
    "map stack"
    "modules stack"
    "log log";
  gap: 10px;
  padding: 0 16px 16px;
}

.tablet-panel {
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(10, 16, 27, 0.72);
  backdrop-filter: blur(14px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.tablet-panel header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 14px 8px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  font-weight: 700;
}

.panel-status,
.panel-meta {
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.map-panel {
  grid-area: map;
}

.map-surface {
  position: relative;
  min-height: 178px;
  margin: 0 14px 14px;
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(8, 14, 24, 0.18), rgba(8, 14, 24, 0.3)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    url("/assets/img/quest_maps/analytics-zone-overview.png");
  background-position: center, center, center, center 44%;
  background-repeat: no-repeat;
  background-size: auto, 28px 28px, 28px 28px, cover;
  overflow: hidden;
}

.map-toolbar {
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  z-index: 3;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

.map-chip {
  min-height: 18px;
  display: inline-flex;
  align-items: center;
  padding: 0 7px;
  border-radius: 999px;
  background: rgba(8, 13, 24, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(240, 244, 250, 0.72);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.map-chip.active {
  background: rgba(30, 91, 171, 0.5);
  color: #f8fbff;
}

.map-surface::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 14, 24, 0.08), rgba(8, 14, 24, 0.28)),
    radial-gradient(circle at center, transparent 0%, transparent 48%, rgba(6, 10, 18, 0.28) 100%);
}

.map-surface::after {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.map-legend {
  position: absolute;
  top: 28px;
  left: 10px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  max-width: calc(100% - 20px);
}

.map-legend span {
  min-height: 20px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(9, 14, 24, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(244, 247, 255, 0.74);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.map-scan {
  position: absolute;
  top: 22%;
  left: -12%;
  z-index: 1;
  width: 124%;
  height: 2px;
  background: linear-gradient(90deg, rgba(56, 189, 248, 0), rgba(56, 189, 248, 0.85), rgba(56, 189, 248, 0));
  box-shadow: 0 0 18px rgba(56, 189, 248, 0.3);
  opacity: 0.75;
}

.map-marker {
  position: absolute;
  z-index: 2;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--orange);
  border: 2px solid rgba(255, 246, 237, 0.9);
  box-shadow:
    0 0 0 6px rgba(249, 115, 22, 0.14),
    0 0 14px rgba(249, 115, 22, 0.36);
}

.m1 { top: 28%; left: 28%; }
.m2 { top: 34%; left: 52%; }
.m3 { top: 46%; left: 38%; }
.m4 { top: 57%; left: 63%; }
.m5 { top: 24%; left: 71%; }
.m6 { top: 64%; left: 46%; }
.m7 { top: 40%; left: 77%; }

.map-route {
  position: absolute;
  z-index: 1;
  height: 2px;
  background: linear-gradient(90deg, rgba(255, 191, 36, 0), rgba(255, 191, 36, 0.84), rgba(255, 191, 36, 0));
  transform-origin: left center;
}

.r1 {
  top: 34%;
  left: 29%;
  width: 24%;
  transform: rotate(13deg);
}

.r2 {
  top: 49%;
  left: 39%;
  width: 26%;
  transform: rotate(9deg);
}

.r3 {
  top: 44%;
  left: 52%;
  width: 21%;
  transform: rotate(-14deg);
}

.map-label {
  position: absolute;
  z-index: 2;
  min-height: 18px;
  display: inline-flex;
  align-items: center;
  padding: 0 7px;
  border-radius: 999px;
  background: rgba(9, 14, 24, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.l1 {
  top: 19%;
  left: 18%;
}

.l2 {
  top: 52%;
  left: 67%;
}

.l3 {
  top: 14%;
  left: 60%;
}

.modules-panel {
  grid-area: modules;
}

.module-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 0 12px 12px;
}

.module-card {
  display: grid;
  gap: 8px;
  min-height: 74px;
  padding: 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
}

.module-card.wide {
  grid-column: 1 / -1;
}

.module-card strong,
.module-card small {
  display: block;
}

.module-card strong {
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  font-weight: 700;
}

.module-card small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  line-height: 1.35;
}

.module-pill {
  width: fit-content;
  min-height: 18px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border-radius: 999px;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.module-pill.amber {
  background: rgba(251, 191, 36, 0.16);
  color: #ffd56e;
}

.module-pill.blue {
  background: rgba(56, 189, 248, 0.16);
  color: #8fe0ff;
}

.module-pill.gold {
  background: rgba(249, 115, 22, 0.16);
  color: #ffbe7a;
}

.module-pill.green {
  background: rgba(52, 211, 153, 0.16);
  color: #8ef0c6;
}

.module-pill.violet {
  background: rgba(167, 139, 250, 0.18);
  color: #d3c0ff;
}

.stack-panel {
  grid-area: stack;
}

.stack-list {
  display: grid;
  gap: 8px;
  padding: 0 12px 12px;
}

.stack-row {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  padding: 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
}

.stack-row strong,
.stack-row small {
  display: block;
}

.stack-row strong {
  font-size: 12px;
  font-weight: 700;
}

.stack-row small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  line-height: 1.3;
}

.stack-dot {
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  margin-top: 3px;
  border-radius: 50%;
}

.stack-dot.amber { background: var(--gold); }
.stack-dot.blue { background: #38bdf8; }
.stack-dot.gold { background: var(--orange); }
.stack-dot.green { background: #34d399; }
.stack-dot.violet { background: #a78bfa; }

.survivor-block {
  margin: 2px 12px 12px;
  padding: 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
}

.survivor-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  font-weight: 700;
}

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

.survivor-grid div {
  padding: 12px 10px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
}

.survivor-grid small,
.survivor-grid strong {
  display: block;
}

.survivor-grid small {
  color: rgba(255, 255, 255, 0.52);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.survivor-grid strong {
  margin-top: 8px;
  font-size: 20px;
  font-weight: 800;
}

.log-panel {
  grid-area: log;
}

.log-lines {
  display: grid;
  gap: 8px;
  padding: 0 14px 16px;
}

.log-lines span {
  padding: 8px 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(232, 240, 248, 0.78);
  font-size: 11px;
  font-weight: 500;
}

.log-lines em {
  color: rgba(255, 191, 36, 0.9);
  font-style: normal;
  margin-right: 8px;
}

.pricing-section {
  position: relative;
  margin-top: 4px;
  padding: 8px 0 10px;
}

.pricing-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 18px;
  color: #f5e8d6;
  font-size: clamp(24px, 3.2vw, 34px);
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
}

.pricing-title span {
  color: rgba(255, 255, 255, 0.72);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 760px;
  margin: 0 auto;
}

.pricing-card {
  position: relative;
  padding: 16px 16px 14px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(20, 28, 45, 0.84), rgba(16, 23, 38, 0.9)),
    rgba(16, 23, 38, 0.86);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.pricing-card:hover {
  transform: translateY(-2px);
  border-color: rgba(249, 115, 22, 0.45);
  box-shadow:
    var(--shadow),
    0 0 28px rgba(249, 115, 22, 0.12);
}

.pricing-card.featured {
  border-color: rgba(249, 115, 22, 0.5);
  box-shadow:
    var(--shadow),
    0 0 40px rgba(249, 115, 22, 0.18);
}

.featured-pill {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255, 245, 231, 0.92);
  color: #7c2d12;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pricing-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
}

.pricing-card h3 {
  font-size: 14px;
  font-weight: 700;
}

.price {
  margin-top: 6px;
  font-size: 16px;
  font-weight: 800;
}

.plan-asset {
  width: 40px;
  height: 40px;
  object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.36));
}

.plan-asset-large {
  width: 46px;
  height: 46px;
}

.pricing-card ul {
  list-style: none;
  margin-bottom: 16px;
}

.pricing-card li {
  position: relative;
  padding-left: 16px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
  line-height: 1.42;
}

.pricing-card li + li {
  margin-top: 8px;
}

.pricing-card li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(251, 191, 36, 0.08);
}

.pricing-card button {
  width: 100%;
  min-height: 32px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--orange), var(--orange-soft));
  color: #fff7ed;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  transition: transform 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
}

.pricing-card button:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 24px rgba(249, 115, 22, 0.22);
}

.pricing-card button[disabled] {
  opacity: 0.74;
  cursor: wait;
}

.footer-star {
  position: absolute;
  right: 34px;
  bottom: 62px;
  width: 42px;
  height: 42px;
  opacity: 0.86;
}

.diamond {
  position: absolute;
  width: 14px;
  height: 14px;
  background: rgba(255, 255, 255, 0.82);
  transform: rotate(45deg);
  border-radius: 2px;
}

.diamond.top { top: 0; left: 14px; }
.diamond.right { top: 14px; right: 0; }
.diamond.bottom { bottom: 0; left: 14px; }
.diamond.left { top: 14px; left: 0; }

@media (max-width: 1120px) {
  .hero-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .hero-copy {
    max-width: 520px;
  }

  .hero-subcopy {
    max-width: 420px;
  }

  .hero-visual {
    min-height: 280px;
  }

  .tablet-shell {
    transform: rotate(8deg);
  }

  .pricing-grid {
    max-width: 760px;
  }
}

@media (max-width: 860px) {
  .content-shell {
    width: min(100% - 28px, 1180px);
    padding-bottom: 58px;
  }

  .site-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .site-nav {
    gap: 14px;
  }

  .hero-copy {
    max-width: 520px;
    padding-top: 2px;
  }

  .hero-copy h1 {
    font-size: clamp(34px, 9vw, 46px);
  }

  .tablet-shell {
    transform: none;
    padding-top: 0;
  }

  .hero-backdrop {
    background-position: center 44%;
  }

  .tablet-body {
    grid-template-columns: 1fr;
    grid-template-areas:
      "map"
      "modules"
      "stack"
      "log";
  }

  .pricing-title {
    font-size: 26px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
  }

  .footer-star {
    right: 22px;
    bottom: 30px;
  }
}

@media (max-width: 560px) {
  .content-shell {
    width: min(100% - 20px, 1180px);
    padding-top: 14px;
  }

  .site-nav {
    flex-wrap: wrap;
  }

  .hero-subcopy {
    font-size: 16px;
  }

  .hero-cta {
    width: 100%;
  }

  .tablet-topbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .tablet-tabs {
    width: 100%;
  }

  .map-toolbar {
    gap: 4px;
  }

  .map-chip {
    font-size: 7px;
  }

  .hero-backdrop {
    background-position: center 40%;
    filter: saturate(0.84) brightness(0.64) contrast(1.02);
  }

  .map-legend {
    gap: 4px;
  }

  .map-legend span {
    font-size: 8px;
  }

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

  .module-card.wide {
    grid-column: auto;
  }

  .pricing-title {
    gap: 6px;
    font-size: 22px;
  }

  .pricing-card {
    padding: 14px;
  }

  .footer-star {
    width: 34px;
    height: 34px;
  }

  .diamond {
    width: 12px;
    height: 12px;
  }

  .diamond.top,
  .diamond.bottom {
    left: 11px;
  }

  .diamond.right,
  .diamond.left {
    top: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
