
/* =========================================================
   Corgi Game - Global Styles
   Mobile-first, lightweight, readable and easy to edit.
   ========================================================= */

:root {
  --bg: #0b1120;
  --bg-soft: #121a2e;
  --card: #17233b;
  --card-2: #1c2a47;
  --line: rgba(255, 255, 255, 0.08);
  --text: #eef3ff;
  --muted: #a9b5cc;
  --primary: #ff9f2f;
  --primary-2: #ffbf47;
  --accent: #4db6ff;
  --success: #7ce6a2;
  --danger: #ff7d7d;
  --radius: 18px;
  --radius-lg: 26px;
  --shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
  --container: 1140px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  line-height: 1.6;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(77, 182, 255, 0.10), transparent 26%),
    radial-gradient(circle at top right, rgba(255, 159, 47, 0.10), transparent 30%),
    var(--bg);
}

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

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

.container {
  width: min(100% - 28px, var(--container));
  margin: 0 auto;
}

.section {
  padding: 28px 0;
}

.section-lg {
  padding: 46px 0;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--primary-2);
}

.muted {
  color: var(--muted);
}

/* =========================
   Header
   ========================= */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(11, 17, 32, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.logo {
  display: inline-flex;
  flex-direction: column;
  line-height: .9;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.logo span:first-child {
  color: var(--primary);
}

.logo span:last-child {
  color: #ffffff;
}

.nav {
  display: none;
  align-items: center;
  gap: 18px;
}

.nav a {
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
}

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

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.menu-toggle {
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--card);
  color: var(--text);
  font-size: 20px;
  cursor: pointer;
}

.mobile-nav {
  display: none;
  padding: 0 0 18px;
  border-top: 1px solid var(--line);
}

.mobile-nav.open {
  display: block;
}

.nav-stack {
  display: grid;
  gap: 10px;
  padding-top: 14px;
}

.mobile-link {
  padding: 14px 16px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 14px;
  font-weight: 700;
}

/* =========================
   Buttons
   ========================= */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  transition: 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  color: #1a1208;
  background: linear-gradient(90deg, var(--primary), var(--primary-2));
  box-shadow: 0 10px 24px rgba(255, 159, 47, 0.30);
}

.btn-secondary {
  background: transparent;
  border-color: var(--line);
  color: var(--text);
}

.btn-block {
  width: 100%;
}

/* =========================
   Hero blocks
   ========================= */
.top-strip {
  text-align: center;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 800;
  background: linear-gradient(90deg, var(--primary), var(--primary-2));
  color: #221507;
}

.hero,
.page-hero {
  padding: 20px 0 14px;
}

.hero-card,
.page-hero-card {
  background:
    radial-gradient(circle at 15% 0%, rgba(255, 159, 47, 0.16), transparent 24%),
    radial-gradient(circle at 100% 0%, rgba(77, 182, 255, 0.12), transparent 24%),
    linear-gradient(135deg, #0f172b 0%, #101a33 46%, #0d1426 100%);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-grid,
.page-hero-grid {
  display: grid;
  gap: 22px;
  padding: 22px;
}

.hero-copy h1,
.page-hero-copy h1 {
  margin: 10px 0 14px;
  font-size: clamp(30px, 6vw, 56px);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.hero-copy p,
.page-hero-copy p {
  margin: 0;
  font-size: 16px;
  color: var(--muted);
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.hero-points span {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.05);
  font-size: 13px;
  font-weight: 700;
}

.hero-visual {
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 22px;
  overflow: hidden;
  min-height: 260px;
  background: linear-gradient(135deg, #151f39 0%, #0f1628 100%);
}

.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* =========================
   Cards / grids
   ========================= */
.grid {
  display: grid;
  gap: 14px;
}

.grid-2,
.grid-3,
.grid-4 {
  grid-template-columns: 1fr;
}

.card,
.feature-card,
.info-card,
.text-panel,
.promo-card,
.bonus-card,
.faq-item,
.table-wrap,
.notice-box,
.tile {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.feature-card,
.info-card,
.text-panel,
.promo-card,
.notice-box {
  padding: 18px;
}

.feature-card h3,
.info-card h3,
.text-panel h3,
.promo-card h3,
.bonus-card h3,
.notice-box h3 {
  margin: 0 0 10px;
  font-size: 20px;
}

.text-panel h2,
.content h2 {
  margin: 0 0 12px;
  font-size: clamp(26px, 4vw, 36px);
  line-height: 1.1;
}

.content p,
.content li,
.feature-card p,
.info-card p,
.promo-card p,
.notice-box p {
  color: var(--muted);
}

/* =========================
   Bonus cards
   ========================= */
.bonus-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.bonus-card {
  padding: 20px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(255, 191, 71, 0.14), transparent 30%),
    linear-gradient(135deg, #182641 0%, #11192f 100%);
}

.bonus-card .label {
  display: inline-block;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: 999px;
  color: #2a1a05;
  background: linear-gradient(90deg, var(--primary), var(--primary-2));
}

.bonus-card .bonus-value {
  display: block;
  margin: 12px 0 6px;
  font-size: clamp(30px, 7vw, 50px);
  line-height: 1;
  font-weight: 900;
  color: #fff4c7;
}

.bonus-card .bonus-sub {
  margin: 0 0 14px;
  color: var(--text);
  font-size: 18px;
  font-weight: 700;
}

.bonus-card p {
  margin: 0 0 18px;
  color: var(--muted);
}

.promo-banner {
  padding: 22px;
  background:
    radial-gradient(circle at right center, rgba(255,191,71,0.18), transparent 26%),
    linear-gradient(135deg, #17223a 0%, #10192d 100%);
}

.promo-banner strong {
  display: block;
  font-size: clamp(24px, 5vw, 42px);
  line-height: 1.05;
  margin: 10px 0;
  color: #fff4c7;
}

/* =========================
   Typography blocks
   ========================= */
.check-list,
.number-list {
  padding-left: 20px;
}

.check-list li,
.number-list li {
  margin-bottom: 10px;
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.section-head h2 {
  margin: 6px 0 0;
  font-size: clamp(26px, 4vw, 38px);
  line-height: 1.08;
}

/* =========================
   Tables
   ========================= */
.table-wrap {
  overflow-x: auto;
}

.table-wrap table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
}

.table-wrap th,
.table-wrap td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid var(--line);
}

.table-wrap th {
  font-size: 14px;
  color: var(--text);
  background: rgba(255,255,255,0.03);
}

.table-wrap td {
  color: var(--muted);
}

/* =========================
   FAQ
   ========================= */
.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  padding: 18px;
}

.faq-item h3 {
  margin: 0 0 10px;
  font-size: 19px;
}

.faq-item p {
  margin: 0;
  color: var(--muted);
}

/* =========================
   Footer
   ========================= */
.footer {
  padding: 18px 0 34px;
}

.footer-card {
  padding: 20px;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 20px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 14px 0 0;
}

.footer-links a {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--line);
  color: var(--muted);
  font-weight: 700;
}

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

.disclaimer {
  margin-top: 14px;
  font-size: 13px;
  color: var(--muted);
}

/* =========================
   Desktop enhancements
   ========================= */
@media (min-width: 780px) {
  .container {
    width: min(100% - 40px, var(--container));
  }

  .nav {
    display: flex;
  }

  .menu-toggle {
    display: none;
  }

  .mobile-nav {
    display: none !important;
  }

  .hero-grid,
  .page-hero-grid {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    padding: 28px;
  }

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

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

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

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

@media (max-width: 779px) {
  .nav {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .desktop-only {
    display: none !important;
  }
}
