/* Widget Casino — widgetcasino.app
   Red/gold casino theme, matched to the app. */

:root {
  --red-1: #2a0709;
  --red-2: #14060a;
  --red-bright: #d82426;
  --red-soft: #7a1220;
  --gold: #ffce3e;
  --gold-2: #ffd62c;
  --ink: #f6efe6;
  --ink-dim: rgba(246, 239, 230, 0.62);
  --card: rgba(255, 255, 255, 0.05);
  --card-line: rgba(255, 206, 62, 0.28);
  --maxw: 1040px;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(1200px 700px at 50% -8%, rgba(216, 36, 38, 0.42), transparent 60%),
    linear-gradient(180deg, var(--red-1), var(--red-2) 62%, #0b0406);
  background-attachment: fixed;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }

.serif { font-family: Georgia, "Times New Roman", serif; }

a { color: var(--gold); text-decoration: none; }
a:hover { text-decoration: underline; }

/* ---------- Header ---------- */
.site-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 22px; max-width: var(--maxw); margin: 0 auto;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { width: 42px; height: 42px; border-radius: 10px; box-shadow: 0 4px 14px rgba(0,0,0,.5); }
.brand .name { font-weight: 800; letter-spacing: .5px; font-size: 18px; }
.brand .name b { color: var(--gold); }
.nav a { color: var(--ink-dim); font-weight: 600; font-size: 14px; margin-left: 20px; }
.nav a:hover { color: var(--gold); text-decoration: none; }

/* ---------- Hero ---------- */
.hero { text-align: center; padding: 40px 0 20px; }
.hero .icon { width: 108px; height: 108px; border-radius: 24px; box-shadow: 0 12px 40px rgba(0,0,0,.6); }
.hero h1 {
  font-size: clamp(38px, 7vw, 68px); font-weight: 800; letter-spacing: .5px;
  margin: 20px 0 8px; text-shadow: 0 2px 20px rgba(216,36,38,.5);
}
.hero h1 .gold { color: var(--gold); }
.hero .tag { font-size: clamp(17px, 2.4vw, 22px); color: var(--ink-dim); max-width: 620px; margin: 0 auto; }
.badge-17 {
  display: inline-block; margin-top: 16px; font-size: 12px; font-weight: 800; letter-spacing: 1px;
  color: var(--gold); border: 1px solid var(--card-line); border-radius: 999px; padding: 5px 12px;
}

.cta {
  display: inline-flex; align-items: center; gap: 10px; margin-top: 26px;
  background: linear-gradient(180deg, var(--gold-2), #eab21f);
  color: #201200; font-weight: 800; font-size: 17px;
  padding: 15px 30px; border-radius: 999px; border: none; cursor: pointer;
  box-shadow: 0 10px 30px rgba(255, 206, 62, .3);
}
.cta:hover { text-decoration: none; transform: translateY(-1px); }
.cta-note { display: block; margin-top: 10px; font-size: 13px; color: var(--ink-dim); }

/* ---------- Shots ---------- */
.shots { display: flex; gap: 22px; justify-content: center; flex-wrap: wrap; padding: 40px 0 10px; }
.shots img {
  width: 236px; max-width: 66vw; border-radius: 30px;
  box-shadow: 0 20px 60px rgba(0,0,0,.55); border: 1px solid rgba(255,255,255,.06);
}
.shots .lift { transform: translateY(-18px); }
@media (max-width: 720px) { .shots .lift { transform: none; } }

/* ---------- Sections ---------- */
section { padding: 56px 0; }
.section-title { text-align: center; font-size: clamp(26px, 4vw, 40px); font-weight: 800; margin-bottom: 8px; }
.section-title .gold { color: var(--gold); }
.section-sub { text-align: center; color: var(--ink-dim); max-width: 640px; margin: 0 auto 34px; font-size: 17px; }

.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; }
.feat {
  background: var(--card); border: 1px solid rgba(255,255,255,.06); border-radius: 18px; padding: 22px;
}
.feat .emoji { font-size: 26px; }
.feat h3 { font-size: 18px; margin: 10px 0 6px; }
.feat p { color: var(--ink-dim); font-size: 15px; }

/* games list */
.games { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 10px; margin-top: 10px; }
.game-chip {
  background: var(--card); border: 1px solid rgba(255,255,255,.06); border-radius: 12px;
  padding: 12px 14px; font-weight: 700; font-size: 14px;
}
.game-chip span { display: block; color: var(--ink-dim); font-weight: 500; font-size: 12px; margin-top: 2px; }
.free-tag { color: var(--gold); font-weight: 800; font-size: 11px; }

/* how it works */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; }
.step { text-align: center; }
.step .num {
  width: 44px; height: 44px; border-radius: 50%; margin: 0 auto 12px;
  display: grid; place-items: center; font-weight: 900; color: #201200;
  background: linear-gradient(180deg, var(--gold-2), #eab21f);
}
.step p { color: var(--ink-dim); }

/* split (image + text) */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.split img { width: 100%; max-width: 300px; border-radius: 28px; box-shadow: 0 20px 60px rgba(0,0,0,.5); display: block; margin: 0 auto; }
.split h2 { font-size: clamp(24px, 3.4vw, 34px); font-weight: 800; margin-bottom: 12px; }
.split p { color: var(--ink-dim); font-size: 17px; margin-bottom: 12px; }
@media (max-width: 780px) { .split { grid-template-columns: 1fr; } .split.rev > div:first-child { order: 2; } }

/* pricing */
.plans { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; max-width: 620px; margin: 0 auto; }
.plan { background: var(--card); border: 1px solid var(--card-line); border-radius: 18px; padding: 24px; text-align: center; }
.plan .price { font-size: 34px; font-weight: 900; color: var(--gold); }
.plan .per { color: var(--ink-dim); font-size: 14px; }
.plan.best { border-color: var(--gold); }
.plan .best-tag { display:inline-block; font-size:11px; font-weight:800; letter-spacing:1px; color:#201200; background:var(--gold); border-radius:6px; padding:2px 8px; margin-bottom:8px; }

/* disclaimer band */
.disclaimer {
  background: rgba(0,0,0,.28); border-top: 1px solid rgba(255,255,255,.06); border-bottom: 1px solid rgba(255,255,255,.06);
  text-align: center; color: var(--ink-dim); font-size: 14px; padding: 26px 22px;
}
.disclaimer strong { color: var(--ink); }

/* ---------- Footer ---------- */
footer { padding: 40px 0 60px; text-align: center; color: var(--ink-dim); font-size: 14px; }
footer .flinks { margin-bottom: 14px; }
footer .flinks a { margin: 0 12px; color: var(--ink-dim); font-weight: 600; }
footer .flinks a:hover { color: var(--gold); }
footer .brandline { color: var(--gold); font-weight: 800; letter-spacing: .5px; margin-bottom: 6px; }

/* ---------- Legal pages ---------- */
.legal { max-width: 760px; margin: 0 auto; padding: 30px 22px 80px; }
.legal .back { display: inline-block; margin-bottom: 20px; font-weight: 600; }
.legal h1 { font-size: clamp(28px, 5vw, 40px); font-weight: 800; margin-bottom: 6px; }
.legal .eff { color: var(--ink-dim); font-size: 14px; margin-bottom: 30px; }
.legal h2 { font-size: 20px; font-weight: 800; color: var(--gold); margin: 30px 0 10px; }
.legal p, .legal li { color: rgba(246,239,230,.82); font-size: 16px; margin-bottom: 12px; }
.legal ul { padding-left: 22px; margin-bottom: 12px; }
.legal li { margin-bottom: 8px; }
.legal .note { background: var(--card); border: 1px solid var(--card-line); border-radius: 14px; padding: 16px 18px; font-size: 15px; }
