:root {
  --bg: #fff8f8;
  --surface: #ffffff;
  --surface-soft: #fdeeee;
  --text: #1f1a1a;
  --muted: #6e5d5d;
  --primary: #c40000;
  --primary-dark: #920000;
  --border: rgba(196, 0, 0, 0.1);
  --shadow: 0 24px 70px rgba(102, 15, 15, 0.12);
  --radius: 24px;
  --container: min(1120px, calc(100% - 2rem));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Tahoma, Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top right, rgba(196, 0, 0, 0.08), transparent 28%),
    linear-gradient(180deg, #fffafa 0%, #fff3f3 100%);
  line-height: 1.7;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: var(--container); margin-inline: auto; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: absolute;
  left: 1rem;
  top: -40px;
  background: #000;
  color: #fff;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  z-index: 1000;
}
.skip-link:focus { top: 1rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
  background: rgba(255, 248, 248, 0.8);
  border-bottom: 1px solid rgba(196, 0, 0, 0.08);
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 80px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  font-size: 0.95rem;
}
.brand strong {
  display: block;
  font-size: 1.15rem;
}
.brand span { color: var(--muted); }
.brand__logo {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 12px 20px rgba(196, 0, 0, 0.18);
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.site-nav a {
  padding: 0.7rem 0.95rem;
  border-radius: 999px;
  transition: 0.25s ease;
}
.site-nav a:hover,
.site-nav a:focus-visible {
  background: rgba(196, 0, 0, 0.08);
  color: var(--primary);
  outline: none;
}
.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 14px;
  background: rgba(196, 0, 0, 0.08);
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--primary);
  margin: 5px auto;
}

.hero {
  padding: 4.5rem 0 3rem;
}
.hero__grid,
.two-col-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.5rem;
  align-items: center;
}
.eyebrow {
  display: inline-block;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: rgba(196, 0, 0, 0.08);
  color: var(--primary);
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.hero h1,
.section__heading h2 {
  margin: 0 0 1rem;
  line-height: 1.15;
}
.hero h1 { font-size: clamp(2.3rem, 4vw, 4.5rem); }
.hero p,
.section__heading p,
.feature-item p,
.info-card p,
.news-card p,
.cta-box p { color: var(--muted); }
.hero__actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin: 1.5rem 0 1.8rem;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  padding: 0.95rem 1.35rem;
  border-radius: 16px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  outline: none;
}
.button--primary {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #fff;
  box-shadow: 0 16px 35px rgba(196, 0, 0, 0.28);
}
.button--ghost {
  border-color: rgba(196, 0, 0, 0.22);
  background: #fff;
  color: var(--primary);
}
.button--ghost.light {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
}
.hero__stats {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.hero__stats li,
.info-card,
.feature-item,
.preview-panel,
.news-card,
.cta-box,
.shot-card,
.mini-scoreboard {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.hero__stats li {
  padding: 1.2rem;
}
.hero__stats strong {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
}
.hero__stats span { color: var(--muted); font-size: 0.95rem; }
.hero__visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 520px;
}
.device-frame {
  max-width: 350px;
  width: 100%;
  padding: 14px;
  background: #111;
  border-radius: 42px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.28);
}
.device-frame img {
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  border-radius: 30px;
}
.hero__badge {
  position: absolute;
  background: #fff;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
  font-weight: 700;
}
.badge-top { top: 8%; right: 0; }
.badge-bottom { bottom: 10%; left: 0; }
.floating-card { animation: float 4.5s ease-in-out infinite; }
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.section { padding: 4.5rem 0; }
.section--soft { background: rgba(255, 255, 255, 0.4); }
.section__heading { margin-bottom: 2rem; }
.compact-center { text-align: center; max-width: 760px; margin-inline: auto; }
.left-align { text-align: right; }
.cards-grid.three-col,
.news-grid,
.screenshot-grid {
  display: grid;
  gap: 1.3rem;
}
.cards-grid.three-col,
.news-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.info-card,
.feature-item { padding: 1.5rem; }
.info-card__icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: rgba(196, 0, 0, 0.08);
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.feature-list {
  display: grid;
  gap: 1rem;
}
.feature-item h3,
.info-card h3,
.news-card h3 { margin-top: 0; }
.preview-panel { padding: 1.2rem; }
.mini-scoreboard { padding: 1.2rem; }
.mini-scoreboard__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.mini-scoreboard__header span { color: var(--muted); }
.mini-match {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0.75rem;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(196, 0, 0, 0.08);
}
.mini-match:last-child { border-bottom: 0; }
.mini-match strong {
  color: var(--primary);
  font-size: 1.15rem;
}

.screenshot-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.shot-card {
  grid-column: span 4;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  text-align: right;
}
.shot-card:nth-child(4),
.shot-card:nth-child(5) { grid-column: span 6; }
.shot-card img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  max-height: 460px;
  object-fit: cover;
}
.shot-card span {
  display: block;
  padding: 1rem 1.1rem;
  font-weight: 700;
}
.news-card { overflow: hidden; }
.news-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.news-card__content { padding: 1.25rem; }
.tag {
  display: inline-block;
  margin-bottom: 0.75rem;
  background: rgba(196, 0, 0, 0.08);
  color: var(--primary);
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  font-size: 0.88rem;
}
.cta-section { padding-top: 1rem; }
.cta-box {
  padding: 2rem;
  background: linear-gradient(135deg, #bf0000, #700000);
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.site-footer {
  padding: 2rem 0 2.5rem;
}
.footer-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  border-top: 1px solid rgba(196, 0, 0, 0.08);
  padding-top: 1.5rem;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}
.footer-brand img {
  width: 52px;
  height: 52px;
  border-radius: 16px;
}
.footer-brand strong,
.footer-brand span { display: block; }
.footer-brand span,
.footer-links a { color: var(--muted); }
.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(8, 6, 6, 0.88);
  display: grid;
  place-items: center;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease;
  z-index: 100;
}
.lightbox.is-open {
  opacity: 1;
  visibility: visible;
}
.lightbox__content {
  margin: 0;
  max-width: min(92vw, 1100px);
  text-align: center;
  color: #fff;
}
.lightbox__content img {
  max-height: 78vh;
  width: auto;
  border-radius: 24px;
}
.lightbox__close {
  position: absolute;
  top: 1rem;
  left: 1rem;
  border: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 1.8rem;
  cursor: pointer;
}

@media (max-width: 980px) {
  .hero__grid,
  .two-col-layout,
  .cards-grid.three-col,
  .news-grid {
    grid-template-columns: 1fr;
  }
  .hero__stats { grid-template-columns: 1fr; }
  .screenshot-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .shot-card,
  .shot-card:nth-child(4),
  .shot-card:nth-child(5) { grid-column: span 1; }
  .cta-box,
  .footer-wrap { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 760px) {
  .nav-toggle { display: inline-block; }
  .site-nav {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 1rem;
    left: 1rem;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid var(--border);
    border-radius: 22px;
    box-shadow: var(--shadow);
    padding: 0.65rem;
    flex-direction: column;
    align-items: stretch;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: 0.22s ease;
  }
  .site-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .hero { padding-top: 2.5rem; }
  .hero__visual { min-height: auto; }
  .badge-top,
  .badge-bottom { display: none; }
}

@media (max-width: 540px) {
  .container { width: min(100% - 1rem, 1120px); }
  .section { padding: 3.5rem 0; }
  .site-header .nav-wrap { min-height: 72px; }
  .brand span { display: none; }
  .button { width: 100%; }
  .hero__actions,
  .cta-actions { flex-direction: column; }
  .screenshot-grid,
  .news-grid { grid-template-columns: 1fr; }
  .shot-card img,
  .news-card img { min-height: 220px; height: 220px; }
  .lightbox__content img { max-width: 100%; }
}
