:root {
  --bg: #050706;
  --bg-2: #0b0f0d;
  --panel: #111512;
  --panel-2: #171c18;
  --text: #f3f6f1;
  --muted: #aeb8ae;
  --line: rgba(243, 246, 241, 0.16);
  --lime: #b7ff2a;
  --lime-2: #57f000;
  --warning: #ff3f4f;
  --gold: #f8c94b;
  --cyan: #3be7d8;
  --section-y: clamp(36px, 5vw, 58px);
  --section-x: clamp(18px, 5vw, 58px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 84% 8%, rgba(183, 255, 42, 0.14), transparent 26%),
    linear-gradient(180deg, #050706 0%, #0b0f0d 38%, #050706 100%);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(183, 255, 42, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(183, 255, 42, 0.05) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.65), transparent 70%);
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 78px;
  padding: 14px clamp(18px, 5vw, 72px);
  background: rgba(5, 7, 6, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 220px;
  padding-left: 14px;
  border-left: 4px solid var(--lime);
  text-decoration: none;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  color: var(--text);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.brand small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 12px;
}

.top-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.top-nav a {
  padding: 11px 12px;
  border-bottom: 2px solid transparent;
  text-decoration: none;
}

.top-nav a:hover {
  color: var(--text);
  border-color: var(--lime);
}

.mockup-switcher {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 14px 18px 0;
}

.mockup-tab,
.button {
  border: 0;
  border-radius: 2px;
  font: inherit;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.mockup-tab {
  min-height: 34px;
  padding: 0 12px;
  font-size: 12px;
  color: var(--muted);
  background: #0c110e;
  border: 1px solid var(--line);
}

.mockup-tab:hover,
.mockup-tab.is-active {
  color: #050706;
  background: var(--lime);
  border-color: var(--lime);
}

.hero {
  position: relative;
  display: none;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  align-items: center;
  gap: clamp(26px, 5vw, 64px);
  max-width: 1240px;
  min-height: 360px;
  max-height: calc(100vh - 118px);
  margin: 12px auto 0;
  padding: clamp(18px, 2.6vw, 30px);
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--bg-2);
}

.hero.is-visible {
  display: grid;
}

.subpage-hero {
  max-width: 1240px;
  margin: 34px auto 0;
  padding: clamp(34px, 6vw, 74px) clamp(18px, 5vw, 58px);
  background:
    linear-gradient(104deg, rgba(5, 7, 6, 0.98), rgba(5, 7, 6, 0.72)),
    url("assets/fut-coins-hero.png") center right/cover;
  border: 1px solid var(--line);
}

.subpage-hero h1 {
  max-width: 760px;
}

.subpage-hero .lede {
  max-width: 680px;
}

.concept-guide {
  color: #ffffff;
  background:
    linear-gradient(104deg, rgba(5, 7, 6, 0.98) 0%, rgba(5, 7, 6, 0.94) 42%, rgba(5, 7, 6, 0.54) 76%, rgba(5, 7, 6, 0.16) 100%),
    #080b09;
}

.concept-coupon {
  color: var(--text);
  background:
    linear-gradient(135deg, rgba(183, 255, 42, 0.11), transparent 44%),
    var(--panel);
}

.concept-directory {
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(5, 7, 6, 0.92), rgba(16, 27, 20, 0.82)),
    url("../assets/Bgs/bg-dubai-2.jpg") center/cover;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: transparent;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.hero-copy,
.deal-board,
.directory-preview {
  position: relative;
  z-index: 1;
}

.hero-copy {
  max-width: 710px;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.44);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin: 0 0 16px;
  padding: 0 10px;
  color: #050706;
  background: var(--lime);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 12px;
  max-width: 620px;
  font-size: clamp(32px, 4.2vw, 50px);
  line-height: 0.94;
  letter-spacing: 0;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 12px;
  max-width: 780px;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
}

h3 {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.08;
  text-transform: uppercase;
}

.lede {
  max-width: 520px;
  color: rgba(243, 246, 241, 0.84);
  font-size: clamp(14px, 1.15vw, 16px);
  line-height: 1.42;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  font-size: 12px;
  text-decoration: none;
}

.button.primary {
  color: #050706;
  background: var(--lime);
}

.button.primary:hover {
  background: var(--lime-2);
}

.button.secondary {
  color: var(--text);
  background: transparent;
  border: 1px solid rgba(243, 246, 241, 0.36);
}

.button.secondary:hover {
  border-color: var(--lime);
}

.coupon-strip,
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.coupon-strip span,
.trust-row span {
  padding: 10px 12px;
  color: var(--text);
  background: #0c110e;
  border: 1px solid var(--line);
  border-radius: 2px;
  font-weight: 900;
}

.coupon-strip span:first-child,
.trust-row span:first-child {
  color: #050706;
  background: var(--lime);
  border-color: var(--lime);
}

.deal-board,
.directory-preview {
  padding: 18px;
  color: var(--text);
  background: rgba(17, 21, 18, 0.94);
  border: 1px solid var(--line);
  border-radius: 2px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.28);
}

.deal-board {
  display: grid;
  gap: 12px;
}

.deal-board article {
  padding: 20px;
  background: #0c110e;
  border-left: 5px solid var(--lime);
}

.deal-board strong,
.deal-board span,
.mini-store span {
  display: block;
}

.deal-board strong {
  font-size: 32px;
  line-height: 0.95;
  text-transform: uppercase;
}

.deal-board span,
.mini-store span {
  color: var(--muted);
  font-size: 14px;
}

.preview-head,
.mini-store {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.preview-head {
  padding-bottom: 14px;
  margin-bottom: 10px;
  color: var(--lime);
  border-bottom: 1px solid var(--line);
  text-transform: uppercase;
}

.mini-store {
  min-height: 58px;
  border-bottom: 1px solid var(--line);
  font-weight: 900;
}

.mini-store:last-child {
  border-bottom: 0;
}

.section {
  max-width: 1240px;
  margin: 0 auto;
  padding: var(--section-y) var(--section-x);
}

.section + .section {
  border-top: 1px solid rgba(243, 246, 241, 0.08);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
}

.split-section > div:first-child p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.warning-grid,
.store-grid,
.promo-grid,
.seo-grid,
.trust-grid,
.method-grid,
.topic-grid,
.review-grid {
  display: grid;
  gap: 14px;
}

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

.warning-grid article,
.promo-card,
.store-card,
.seo-grid article,
.trust-grid article,
.method-grid article,
.topic-grid a,
details {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 2px;
}

.warning-grid article,
.promo-card,
.seo-grid article,
.trust-grid article,
.method-grid article {
  padding: 22px;
}

.warning-grid article:hover,
.store-card:hover,
.promo-card:hover {
  border-color: rgba(183, 255, 42, 0.55);
}

.warning-grid p,
.store-card p,
.promo-card p,
.seo-grid p,
.trust-grid p,
.method-grid p,
.topic-grid span,
.faq-list p {
  color: var(--muted);
  line-height: 1.55;
}

.seo-section .section-head p:not(.eyebrow),
.checker-section .section-head p:not(.eyebrow),
.trust-section .section-head p:not(.eyebrow),
.method-section .section-head p:not(.eyebrow) {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

.seo-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.topic-section {
  padding-top: clamp(28px, 4vw, 44px);
  padding-bottom: clamp(28px, 4vw, 44px);
  border-bottom: 1px solid var(--line);
}

.topic-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.seo-topic-links {
  margin-top: 16px;
}

.topic-grid a {
  display: grid;
  gap: 10px;
  min-height: 132px;
  padding: 18px;
  text-decoration: none;
}

.topic-grid strong {
  color: var(--lime);
  font-size: 18px;
  text-transform: uppercase;
}

.checker-section {
  padding-top: var(--section-y);
  padding-bottom: var(--section-y);
  border-top: 1px solid rgba(183, 255, 42, 0.16);
  border-bottom: 1px solid rgba(183, 255, 42, 0.16);
}

.checker-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 18px;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(183, 255, 42, 0.1), transparent 48%),
    var(--panel);
  border: 1px solid var(--line);
  border-radius: 2px;
}

.checker-support {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.checker-support .expand-panel > summary {
  min-height: 52px;
  padding: 10px 12px;
}

.checker-support .expand-panel > summary span {
  gap: 4px;
}

.checker-support .expand-panel > summary .eyebrow {
  min-height: 20px;
  margin: 0;
  padding: 0 7px;
  font-size: 9px;
}

.checker-support .expand-panel > summary strong {
  font-size: clamp(16px, 2vw, 22px);
  line-height: 1.05;
}

.checker-support .expand-panel > summary em {
  min-height: 28px;
  padding: 0 9px;
  font-size: 10px;
}

.checker-support .expand-panel[open] > summary em::before {
  font-size: 10px;
}

.checker-support .expand-content {
  padding: 0 12px 12px;
}

.checker-form label {
  display: block;
  margin-bottom: 10px;
  color: var(--lime);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.checker-input-row {
  display: flex;
  gap: 10px;
}

.checker-input-row input {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  color: var(--text);
  background: #050706;
  border: 1px solid var(--line);
  border-radius: 2px;
  font: inherit;
}

.checker-input-row input:focus {
  outline: 2px solid var(--lime);
  outline-offset: 2px;
}

.checker-result {
  display: grid;
  gap: 14px;
  padding: 18px;
  background: #050706;
  border: 1px solid var(--line);
}

.risk-score {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
  text-transform: uppercase;
}

.risk-score span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.risk-score strong {
  color: var(--lime);
  font-size: 24px;
  font-weight: 900;
}

.checker-result.is-high .risk-score strong {
  color: var(--warning);
}

.checker-result.is-medium .risk-score strong {
  color: var(--gold);
}

.checker-result.is-safe .risk-score strong {
  color: var(--lime);
}

.checker-result.is-unknown .risk-score strong {
  color: var(--gold);
}

.checker-result ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.5;
}

.checker-review-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 38px;
  padding: 0 12px;
  color: #050706;
  background: var(--lime);
  border: 0;
  border-radius: 2px;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.checker-email-fallback {
  display: grid;
  gap: 6px;
  padding: 12px;
  color: var(--muted);
  background: rgba(183, 255, 42, 0.08);
  border: 1px solid rgba(183, 255, 42, 0.24);
}

.checker-email-fallback.is-hidden {
  display: none;
}

.checker-email-fallback strong {
  color: var(--text);
}

.trust-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.method-section {
  padding-top: 0;
}

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

.price-graph-section {
  padding-top: 0;
}

.price-graph-layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
  gap: 18px;
  align-items: stretch;
}

.price-graph-copy,
.price-chart-panel {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 2px;
  padding: 18px;
}

.price-graph-copy {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.price-graph-copy p {
  color: var(--muted);
  line-height: 1.55;
}

.price-graph-kpi {
  display: grid;
  gap: 6px;
  padding: 14px;
  background: #050706;
  border: 1px solid rgba(183, 255, 42, 0.18);
}

.price-graph-kpi span,
.price-chart-head span {
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
}

.price-graph-kpi strong {
  color: var(--lime);
  font-size: clamp(22px, 4vw, 34px);
  line-height: 1;
}

.price-chart-panel {
  min-width: 0;
}

.price-chart-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.price-chart-head h3 {
  margin: 0 0 4px;
}

.price-chart-legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.price-chart-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--muted);
  font-size: 12px;
}

.price-chart-legend i {
  width: 10px;
  height: 10px;
  border-radius: 999px;
}

.price-chart-stage {
  min-height: 260px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(183, 255, 42, 0.04), transparent),
    #050706;
  border: 1px solid rgba(243, 246, 241, 0.1);
}

.price-chart-stage svg {
  display: block;
  width: 100%;
  height: 260px;
}

.price-chart-empty {
  display: grid;
  min-height: 260px;
  place-items: center;
  padding: 20px;
  color: var(--muted);
  text-align: center;
}

.price-axis-label,
.price-date-label {
  fill: #aeb8ae;
  font-size: 11px;
}

.price-latest-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.price-latest-card {
  padding: 12px;
  background: #050706;
  border: 1px solid rgba(243, 246, 241, 0.1);
}

.price-latest-card span {
  display: block;
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
}

.price-latest-card strong {
  display: block;
  margin-top: 5px;
  color: var(--text);
  font-size: 22px;
}

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

.review-card {
  display: grid;
  gap: 8px;
  padding: 18px;
  color: var(--text);
  background: var(--panel);
  border: 1px solid var(--line);
  text-decoration: none;
}

.review-card.rating-safe {
  background: linear-gradient(180deg, rgba(183, 255, 42, 0.1), rgba(17, 21, 18, 0.96));
  border-color: rgba(183, 255, 42, 0.62);
}

.review-card strong {
  color: var(--text);
  font-size: 18px;
  text-transform: uppercase;
}

.review-card span,
.rating-pill {
  display: inline-flex;
  width: fit-content;
  min-height: 28px;
  align-items: center;
  padding: 0 9px;
  color: #050706;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.review-card p,
.review-detail p {
  color: var(--muted);
  line-height: 1.55;
}

.rating-high span,
.rating-high.rating-pill {
  background: var(--warning);
}

.rating-medium span,
.rating-medium.rating-pill {
  background: var(--gold);
}

.rating-low span,
.rating-low.rating-pill {
  background: var(--cyan);
}

.rating-safe span,
.rating-safe.rating-pill {
  background: var(--lime);
}

.review-detail {
  max-width: 900px;
}

.trust-number {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin-bottom: 16px;
  padding: 0 10px;
  color: #050706;
  background: var(--lime);
  font-weight: 900;
}

.trust-note {
  display: flex;
  gap: 12px;
  margin-top: 14px;
  padding: 18px;
  background: #050706;
  border: 1px solid rgba(255, 63, 79, 0.42);
}

.trust-note strong {
  color: var(--warning);
  text-transform: uppercase;
}

.trust-note span {
  color: var(--muted);
}

.icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 16px;
  color: #050706;
  background: var(--warning);
  border-radius: 2px;
  font-weight: 900;
}

.section-head {
  max-width: 780px;
  margin-bottom: 20px;
}

.store-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 26px;
}

.store-grid:last-child {
  margin-bottom: 0;
}

.section-link-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 8px;
  padding: 16px;
  color: var(--muted);
  background: rgba(183, 255, 42, 0.06);
  border: 1px solid rgba(183, 255, 42, 0.18);
}

.store-group-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 26px 0 14px;
  color: var(--lime);
  font-size: 18px;
}

.store-group-title::after {
  flex: 1;
  height: 1px;
  content: "";
  background: var(--line);
}

.store-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 250px;
  padding: 16px;
}

.store-card.featured {
  border-color: rgba(183, 255, 42, 0.7);
  box-shadow: inset 0 0 0 1px rgba(183, 255, 42, 0.16);
}

.store-card img {
  width: 118px;
  height: 78px;
  object-fit: contain;
  border-radius: 0;
  background: transparent;
  border: 0;
  filter: drop-shadow(0 10px 16px rgba(0, 0, 0, 0.35));
}

.store-card img.store-logo-shield {
  width: 118px;
  height: 92px;
}

.store-card a,
.promo-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  margin-top: auto;
  padding: 0 12px;
  color: #050706;
  background: var(--lime);
  border-radius: 2px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.store-card a:hover,
.promo-card a:hover {
  background: var(--lime-2);
}

.promo-section {
  max-width: none;
  background:
    linear-gradient(90deg, rgba(183, 255, 42, 0.08), transparent 52%),
    #0b0f0d;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding-top: var(--section-y);
  padding-bottom: var(--section-y);
}

.promo-section > * {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

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

.promo-code {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  margin-bottom: 18px;
  color: var(--lime);
  background: #050706;
  border: 1px dashed var(--lime);
  border-radius: 2px;
  font-weight: 900;
}

.faq-list {
  display: grid;
  gap: 12px;
}

summary {
  min-height: 52px;
  padding: 15px 18px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

details p {
  margin: 0;
  padding: 0 20px 20px;
}

.expand-panel {
  background: transparent;
  border-color: var(--line);
}

.expand-panel > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 72px;
  padding: 16px 18px;
  list-style: none;
}

.expand-panel > summary::-webkit-details-marker {
  display: none;
}

.expand-panel > summary span {
  display: grid;
  gap: 6px;
}

.expand-panel > summary strong {
  display: block;
  color: var(--text);
  font-size: clamp(21px, 3vw, 32px);
  line-height: 1;
  text-transform: uppercase;
}

.expand-panel > summary em {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  color: #050706;
  background: var(--lime);
  font-style: normal;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.expand-panel[open] > summary em {
  color: var(--text);
  background: #050706;
  border: 1px solid var(--line);
}

.expand-panel[open] > summary em::before {
  content: "Collapse";
}

.expand-panel[open] > summary em {
  font-size: 0;
}

.expand-panel[open] > summary em::before {
  font-size: 12px;
}

.expand-content {
  padding: 0 18px 18px;
}

.expand-content.split-section {
  padding-top: 0;
}

.expand-intro {
  max-width: 780px;
  margin-bottom: 18px;
  padding: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 30px clamp(18px, 5vw, 72px);
  color: var(--text);
  background: #050706;
  border-top: 1px solid var(--line);
}

.site-footer span {
  color: var(--muted);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}

.footer-links a {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-links a:hover {
  color: var(--lime);
}

@media (max-width: 920px) {
  .site-header,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .top-nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero,
  .hero.is-visible,
  .split-section,
  .checker-panel,
  .price-graph-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    max-height: none;
  }

  .store-grid,
  .promo-grid,
  .seo-grid,
  .trust-grid,
  .method-grid,
  .topic-grid,
  .review-grid,
  .price-latest-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .mockup-switcher {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .mockup-tab {
    flex: 0 0 auto;
  }

  .hero {
    min-height: 310px;
    padding: 18px 16px;
  }

  .concept-guide {
    background:
      linear-gradient(180deg, rgba(5, 7, 6, 0.96) 0%, rgba(5, 7, 6, 0.92) 46%, rgba(5, 7, 6, 0.86) 100%),
      linear-gradient(90deg, rgba(5, 7, 6, 0.99) 0%, rgba(5, 7, 6, 0.92) 62%, rgba(5, 7, 6, 0.42) 100%),
      #080b09;
  }

  .hero-media img {
    object-position: 88% center;
    opacity: 0.82;
  }

  .hero-media::after {
    background:
      linear-gradient(90deg, rgba(5, 7, 6, 0.94) 0%, rgba(5, 7, 6, 0.86) 58%, rgba(5, 7, 6, 0.36) 100%),
      linear-gradient(180deg, rgba(5, 7, 6, 0.18) 0%, rgba(5, 7, 6, 0.82) 100%);
  }

  .hero-copy {
    max-width: 330px;
    padding: 10px 0;
  }

  h1 {
    max-width: 330px;
    font-size: clamp(27px, 9.5vw, 36px);
    line-height: 0.94;
  }

  .lede {
    max-width: 320px;
    font-size: 12px;
    line-height: 1.35;
  }

  .hero-actions {
    gap: 8px;
    margin-top: 16px;
  }

  .button {
    min-height: 34px;
    padding: 0 10px;
    font-size: 10px;
  }

  .warning-grid,
  .store-grid,
  .promo-grid,
  .seo-grid,
  .trust-grid,
  .method-grid,
  .topic-grid,
  .review-grid,
  .price-latest-grid {
    grid-template-columns: 1fr;
  }

  .checker-input-row,
  .trust-note,
  .section-link-row,
  .price-chart-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .price-chart-legend {
    justify-content: flex-start;
  }

  .price-chart-stage,
  .price-chart-empty {
    min-height: 220px;
  }

  .price-chart-stage svg {
    height: 220px;
  }

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