:root {
  --navy: #0b1f3a;
  --navy-deep: #08172c;
  --red: #d62828;
  --red-soft: #ef4444;
  --gold: #d4a017;
  --white: #ffffff;
  --text: #0f2746;
  --muted: #5d7088;
  --surface: #ffffff;
  --surface-muted: #eef4fb;
  --border: rgba(11, 31, 58, 0.08);
  --shadow: 0 24px 60px rgba(11, 31, 58, 0.08);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  font-family: Inter, Segoe UI, Arial, sans-serif;
  background:
    radial-gradient(circle at top, rgba(214, 40, 40, 0.08), transparent 24%),
    linear-gradient(180deg, #f8fbff 0%, #f3f7fb 55%, #edf2f8 100%);
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
input, select, textarea, button { font: inherit; }
.container { width: min(1200px, calc(100% - 24px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 50; padding: 16px 0; }
.site-header.is-scrolled .nav-shell { background: rgba(11, 31, 58, 0.96); box-shadow: 0 20px 50px rgba(11, 31, 58, 0.28); }
.site-header.is-scrolled .brand-copy strong,
.site-header.is-scrolled .nav-links a,
.site-header.is-scrolled .nav-toggle { color: #fff; }
.site-header.is-scrolled .brand-copy span { color: rgba(255, 255, 255, 0.7); }
.nav-shell {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  border-radius: 999px; padding: 14px 20px; transition: 0.25s ease;
}
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-badge {
  width: 46px; height: 46px; border-radius: 16px;
  display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--red), #f26a3d); color: #fff;
  font-weight: 800; letter-spacing: 0.18em; font-size: 0.85rem;
  box-shadow: 0 16px 34px rgba(214, 40, 40, 0.24);
}
.brand-copy { display: grid; gap: 2px; }
.brand-copy strong { font-family: Poppins, Segoe UI, sans-serif; font-size: 1rem; }
.brand-copy span { font-size: 0.82rem; color: var(--muted); }
.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-links a { font-size: 0.95rem; font-weight: 600; color: var(--navy); }
.nav-toggle { display: none; border: 0; background: transparent; color: var(--navy); font-weight: 700; }
.hero { padding: 12px 0 0; }
.hero-grid, .simple-hero-card {
  border-radius: 36px; overflow: hidden; box-shadow: 0 28px 70px rgba(7, 17, 32, 0.3);
}
.hero-grid {
  display: grid; grid-template-columns: 1.05fr 0.95fr;
  background:
    radial-gradient(circle at 80% 20%, rgba(214,40,40,0.3), transparent 22%),
    radial-gradient(circle at 15% 15%, rgba(212,160,23,0.14), transparent 18%),
    linear-gradient(135deg, #08172c 0%, #0b1f3a 55%, #132f54 100%);
}
.hero-copy, .hero-visual { padding: 58px 42px; }
.hero-copy h1, .simple-hero h1, .detail-card h1 {
  margin: 0; font-family: Poppins, Segoe UI, sans-serif; font-size: clamp(2.6rem, 7vw, 5.5rem); line-height: 1.02;
}
.hero-copy h1, .hero-copy p, .hero-copy .hero-subtitle, .light, .dark .section-heading h2, .dark .section-heading p,
.game-copy, .simple-hero.dark-hero h1, .simple-hero.dark-hero p, .simple-hero.dark-hero .eyebrow { color: #fff; }
.hero-subtitle { margin: 16px 0 0; font-size: 1.15rem; font-weight: 600; color: rgba(255, 255, 255, 0.86); }
.hero-text { margin: 18px 0 0; max-width: 560px; line-height: 1.9; color: rgba(255,255,255,0.72); }
.eyebrow {
  display: inline-flex; align-items: center; border-radius: 999px; padding: 10px 15px;
  background: rgba(11, 31, 58, 0.06); color: var(--red); font-size: 0.74rem; font-weight: 800;
  letter-spacing: 0.24em; text-transform: uppercase;
}
.eyebrow.light { background: rgba(255,255,255,0.12); color: rgba(255,255,255,0.86); }
.eyebrow.gold { background: rgba(212,160,23,0.14); color: var(--gold); }
.hero-actions, .button-stack { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 48px;
  padding: 0 22px; border-radius: 999px; border: 0; font-weight: 700; transition: 0.2s ease;
}
.button:hover { transform: translateY(-1px); }
.button.primary { background: linear-gradient(135deg, var(--red), #f26a3d); color: #fff; }
.button.secondary { background: rgba(255,255,255,0.1); color: #fff; border: 1px solid rgba(255,255,255,0.12); }
.button.navy { background: var(--navy); color: #fff; }
.button.outline { background: #fff; color: var(--navy); border: 1px solid var(--border); }
.hero-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.hero-pills span, .feature-list div, .thumb-card {
  border-radius: 999px; padding: 10px 14px; background: rgba(255,255,255,0.1); color: rgba(255,255,255,0.8); border: 1px solid rgba(255,255,255,0.08);
}
.hero-visual { display: grid; gap: 18px; }
.visual-card {
  border-radius: 30px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12);
  padding: 22px; color: #fff;
}
.visual-card.large { min-height: 320px; }
.visual-stack { display: grid; gap: 18px; }
.visual-card.small { background: rgba(255,255,255,0.94); color: var(--navy); }
.visual-card.accent { background: linear-gradient(145deg, rgba(214,40,40,0.96), rgba(128,12,12,0.96)); }
.hero-banner-card { padding: 10px; overflow: hidden; }
.hero-banner-card img { width: 100%; height: 100%; min-height: 300px; object-fit: cover; border-radius: 24px; }
.icon-card { display: grid; grid-template-columns: 92px 1fr; gap: 16px; align-items: center; }
.icon-card img { width: 92px; height: 92px; border-radius: 22px; }
.sports-composition { position: relative; height: 210px; margin-bottom: 18px; }
.bat-shape {
  position: absolute; left: 20px; top: 36px; width: 64px; height: 160px;
  border-radius: 24px; transform: rotate(-18deg);
  background: linear-gradient(180deg, #e0a94f, #8d541f);
}
.ball-shape {
  position: absolute; left: 140px; top: 112px; width: 70px; height: 70px;
  border-radius: 50%; background: #d4ff68; box-shadow: 0 16px 28px rgba(0,0,0,0.18);
}
.controller-shape {
  position: absolute; right: 30px; top: 58px; width: 160px; height: 108px;
  border-radius: 38px; background: linear-gradient(135deg, #183963, #0b1f3a); box-shadow: 0 22px 34px rgba(0,0,0,0.24);
}
.controller-shape::before, .controller-shape::after {
  content: ""; position: absolute; top: 42px; width: 18px; height: 18px; border-radius: 50%; background: rgba(255,255,255,0.82);
}
.controller-shape::before { left: 34px; }
.controller-shape::after { right: 34px; }
.section, .newsletter-section { padding: 72px 0; }
.muted { background: rgba(255,255,255,0.62); }
.section.dark { background: var(--navy); }
.section-heading { max-width: 760px; margin-bottom: 34px; }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-heading h2, .banner-card h2, .panel-card h2, .legal-card h2, .detail-card h2, .coming-panel h2 {
  margin: 18px 0 0; font-family: Poppins, Segoe UI, sans-serif; font-size: clamp(2rem, 4vw, 3rem); line-height: 1.15; color: var(--navy);
}
.section-heading p, .banner-card p, .panel-card p, .legal-card p, .detail-card p, .mini-card p, .category-card p, .product-body p, .coming-panel p {
  margin: 14px 0 0; line-height: 1.85; color: var(--muted);
}
.category-grid, .product-grid, .trust-grid, .subcat-grid, .split-grid, .product-detail-grid, .thumb-grid, .screen-grid {
  display: grid; gap: 24px;
}
.category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.category-card, .product-card, .trust-card, .mini-card, .panel-card, .banner-card, .legal-card, .detail-card, .newsletter-panel, .coming-panel, .game-panel {
  background: rgba(255,255,255,0.94); border: 1px solid var(--border); border-radius: 30px; box-shadow: var(--shadow);
}
.category-card, .trust-card, .mini-card, .panel-card, .detail-card, .legal-card { padding: 24px; }
.category-card:hover, .product-card:hover, .trust-card:hover { transform: translateY(-3px); }
.category-card h3, .product-body h3, .trust-card h3, .mini-card strong, .panel-card h2 {
  margin: 14px 0 0; font-family: Poppins, Segoe UI, sans-serif; color: var(--navy);
}
.muted-card { opacity: 0.78; }
.category-media, .subcat-media, .contact-visual {
  width: 100%; border-radius: 22px; object-fit: cover; margin-bottom: 16px;
}
.category-media { height: 190px; }
.subcat-media { height: 160px; }
.contact-visual { max-height: 260px; }
.product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.product-grid.five-up { grid-template-columns: repeat(5, minmax(240px, 1fr)); overflow-x: auto; padding-bottom: 6px; }
.product-grid.three-up { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.product-card { overflow: hidden; transition: 0.2s ease; }
.product-visual { display: block; padding: 16px; }
.product-image {
  width: 100%; height: 220px; object-fit: cover; object-position: center;
  border-radius: 28px; background: linear-gradient(135deg, #0b1f3a, #173b6e);
}
.product-art, .detail-visual, .thumb-card {
  border-radius: 28px; background: linear-gradient(135deg, #0b1f3a, #173b6e); min-height: 220px;
  display: flex; flex-direction: column; justify-content: end; padding: 20px; color: #fff;
}
.product-art span { font-size: 0.8rem; opacity: 0.74; text-transform: uppercase; letter-spacing: 0.18em; }
.product-art strong { margin-top: 8px; font-size: 1.8rem; font-family: Poppins, Segoe UI, sans-serif; }
.product-body { padding: 0 20px 20px; }
.product-category { font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.18em; color: var(--muted); }
.price-row { margin-top: 18px; font-size: 1.2rem; color: var(--navy); }
.game-panel {
  background: linear-gradient(180deg, rgba(17,38,69,0.98), rgba(8,23,44,0.98)); color: #fff;
  padding: 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 26px;
}
.game-media img, .screen-grid img { border-radius: 24px; width: 100%; height: 100%; object-fit: cover; }
.game-head { display: flex; align-items: center; gap: 16px; }
.game-icon { width: 84px; height: 84px; border-radius: 22px; }
.game-copy h3 { margin: 12px 0 0; font-size: 2rem; font-family: Poppins, Segoe UI, sans-serif; }
.feature-list { display: grid; gap: 12px; margin-top: 24px; }
.grid-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.trust-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.trust-card { text-align: center; }
.trust-icon {
  width: 56px; height: 56px; border-radius: 18px; margin: 0 auto;
  display: flex; align-items: center; justify-content: center; background: var(--navy); color: #fff; font-weight: 800;
}
.newsletter-panel {
  background: linear-gradient(135deg, rgba(11,31,58,0.98), rgba(18,48,88,0.96)); color: #fff; padding: 32px;
  display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 24px;
}
.newsletter-panel h2, .simple-hero.dark-hero h1, .coming-panel h2, .dark-card h2 { color: #fff; }
.newsletter-panel p { color: rgba(255,255,255,0.72); }
.newsletter-form { display: flex; gap: 12px; width: min(100%, 480px); }
.newsletter-form input, .filter-bar input, .filter-bar select, .contact-form input, .contact-form select, .contact-form textarea {
  width: 100%; border-radius: 22px; border: 1px solid var(--border); padding: 14px 16px; background: #fff; color: var(--text);
}
.simple-hero { padding-top: 12px; }
.simple-hero-card {
  padding: 54px 42px; background: linear-gradient(135deg, #ffffff, #f4f8fc); color: var(--navy);
}
.simple-hero.dark-hero .simple-hero-card {
  background:
    radial-gradient(circle at 80% 20%, rgba(214,40,40,0.3), transparent 22%),
    linear-gradient(135deg, #08172c 0%, #0b1f3a 55%, #132f54 100%);
}
.simple-hero p { max-width: 760px; margin: 16px 0 0; line-height: 1.9; color: var(--muted); font-size: 1.05rem; }
.simple-hero.dark-hero p { color: rgba(255,255,255,0.76); }
.banner-card { padding: 28px; display: grid; grid-template-columns: 1fr 320px; gap: 24px; margin-bottom: 36px; }
.stat-panel { border-radius: 28px; padding: 24px; background: linear-gradient(135deg, #0b1f3a, #173b6e); color: #fff; }
.stat-panel strong { display: block; margin-top: 14px; font-size: 4rem; font-family: Poppins, Segoe UI, sans-serif; }
.stat-panel p { color: rgba(255,255,255,0.74); }
.subcat-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 24px; }
.mini-card h3 { margin: 0; font-family: Poppins, Segoe UI, sans-serif; }
.filter-bar {
  display: grid; grid-template-columns: 1.3fr 0.7fr 0.7fr; gap: 14px;
  background: rgba(255,255,255,0.94); border: 1px solid var(--border); border-radius: 28px; box-shadow: var(--shadow);
  padding: 14px; margin: 34px 0;
}
.split-grid { grid-template-columns: 1fr 1fr; }
.dark-card { background: linear-gradient(180deg, rgba(17,38,69,0.98), rgba(8,23,44,0.98)); color: #fff; }
.dark-card p, .dark-card .eyebrow { color: rgba(255,255,255,0.8); }
.dark-mini { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.1); }
.dark-mini h3, .dark-mini p { color: #fff; }
.screen-grid { grid-template-columns: 1fr; margin-top: 22px; }
.screen-grid div p { color: rgba(255,255,255,0.76); }
.more-games { margin-top: 24px; }
.product-detail-grid { grid-template-columns: 1fr 0.96fr; }
.first-section { padding-top: 24px; }
.detail-visual { min-height: 460px; }
.detail-image { width: 100%; height: 460px; object-fit: contain; border-radius: 28px; background: #fff; }
.hero-art { min-height: 460px; }
.thumb-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 18px; }
.thumb-card { min-height: 120px; justify-content: center; align-items: center; }
.thumb-card img { width: 100%; height: 120px; object-fit: cover; border-radius: 18px; }
.detail-card h1 { font-size: clamp(2.2rem, 5vw, 4rem); color: var(--navy); }
.detail-price { display: block; margin-top: 18px; font-size: 2.2rem; color: var(--navy); }
.shipping-note {
  margin-top: 28px; border-radius: 24px; padding: 16px 18px; background: var(--surface-muted);
  color: var(--navy); font-weight: 700;
}
.detail-list { padding-left: 18px; line-height: 1.85; color: var(--muted); }
.spec-grid { display: grid; gap: 12px; }
.spec-row {
  display: flex; flex-direction: column; gap: 6px; border-radius: 20px;
  padding: 16px; border: 1px solid var(--border); background: #fff;
}
.info-stack { display: grid; gap: 14px; margin-top: 18px; }
.single-column { grid-template-columns: 1fr; }
.about-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin-bottom: 24px; }
.gallery-card { margin: 0; background: rgba(255,255,255,0.94); border: 1px solid var(--border); border-radius: 28px; box-shadow: var(--shadow); overflow: hidden; }
.gallery-card img { width: 100%; height: 250px; object-fit: cover; }
.gallery-card figcaption { padding: 14px 18px 18px; font-weight: 700; color: var(--navy); }
.legal-card h3 { margin: 28px 0 0; font-family: Poppins, Segoe UI, sans-serif; color: var(--navy); }
.legal-card ul { color: var(--muted); line-height: 1.85; }
.coming-panel {
  background: linear-gradient(180deg, rgba(17,38,69,0.98), rgba(8,23,44,0.98)); color: #fff;
  padding: 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 26px;
}
.coming-panel p, .support-copy { color: rgba(255,255,255,0.72); }
.site-footer { margin-top: 60px; background: var(--navy); color: #fff; padding: 56px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 0.8fr 0.8fr 1fr; gap: 24px; }
.footer-grid h3 { margin-top: 0; font-family: Poppins, Segoe UI, sans-serif; }
.footer-grid a, .footer-copy { display: block; margin-top: 10px; color: rgba(255,255,255,0.72); line-height: 1.8; }
.footer-bottom {
  display: flex; justify-content: space-between; gap: 16px; border-top: 1px solid rgba(255,255,255,0.12);
  margin-top: 32px; padding-top: 20px; color: rgba(255,255,255,0.58);
}
.form-message {
  margin-top: 12px; font-size: 0.95rem; color: var(--navy); background: var(--surface-muted);
  border-radius: 18px; padding: 12px 14px;
}
@media (max-width: 1080px) {
  .hero-grid, .banner-card, .game-panel, .split-grid, .product-detail-grid, .coming-panel, .newsletter-panel, .footer-grid, .trust-grid, .category-grid, .product-grid, .subcat-grid, .filter-bar {
    grid-template-columns: 1fr 1fr;
  }
  .about-gallery { grid-template-columns: 1fr 1fr; }
  .product-grid.five-up { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 820px) {
  .nav-toggle { display: inline-flex; }
  .nav-links {
    display: none; position: absolute; left: 12px; right: 12px; top: 84px; flex-direction: column;
    align-items: flex-start; background: rgba(11, 31, 58, 0.98); border-radius: 28px; padding: 18px; box-shadow: 0 20px 50px rgba(11,31,58,0.3);
  }
  .nav-links.is-open { display: flex; }
  .nav-links a { color: #fff; }
  .hero-grid, .category-grid, .product-grid, .subcat-grid, .trust-grid, .split-grid, .product-detail-grid, .thumb-grid, .filter-bar, .footer-grid, .newsletter-panel, .coming-panel, .banner-card, .game-panel, .about-gallery, .icon-card {
    grid-template-columns: 1fr;
  }
  .hero-copy, .hero-visual, .simple-hero-card { padding: 40px 24px; }
  .newsletter-form { flex-direction: column; width: 100%; }
  .footer-bottom { flex-direction: column; }
}
@media (max-width: 560px) {
  .container { width: min(100% - 16px, 1200px); }
  .site-header { padding: 10px 0; }
  .nav-shell { padding: 12px 16px; }
  .brand-copy span { display: none; }
  .section, .newsletter-section { padding: 54px 0; }
  .hero-copy h1, .simple-hero h1, .detail-card h1 { font-size: clamp(2.2rem, 10vw, 4rem); }
}
