:root {
  --wcpt-bg: #07050d;
  --wcpt-surface: #171020;
  --wcpt-surface-2: #21142e;
  --wcpt-gold: #f7b531;
  --wcpt-gold-2: #ffd977;
  --wcpt-purple: #8b45e6;
  --wcpt-ruby: #e64991;
  --wcpt-text: #f8f7ff;
  --wcpt-muted: #c8bdd7;
  --wcpt-border: rgba(255,255,255,.13);
  --wcpt-radius: 8px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
.wcpt-body {
  margin: 0;
  font-family: Manrope, Inter, system-ui, sans-serif;
  color: var(--wcpt-text);
  background:
    radial-gradient(circle at 12% 0%, rgba(247,181,49,.22), transparent 28rem),
    radial-gradient(circle at 90% 10%, rgba(139,69,230,.18), transparent 28rem),
    var(--wcpt-bg);
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
.wcpt-shell { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.wcpt-header { position: sticky; top: 0; z-index: 20; background: rgba(7,5,13,.82); border-bottom: 1px solid var(--wcpt-border); backdrop-filter: blur(16px); }
.wcpt-nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.wcpt-logo img { width: 166px; }
.wcpt-links, .wcpt-actions, .wcpt-hero-buttons, .wcpt-trust { display: flex; align-items: center; gap: 10px; }
.wcpt-links a { padding: 10px 14px; border-radius: var(--wcpt-radius); color: var(--wcpt-muted); font-weight: 900; }
.wcpt-links .wcpt-active, .wcpt-links a:hover { background: rgba(255,255,255,.08); color: #fff; }
.wcpt-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 12px 18px; border-radius: var(--wcpt-radius); font-weight: 900; border: 1px solid var(--wcpt-border); transition: transform .2s ease, box-shadow .2s ease; }
.wcpt-btn:hover { transform: translateY(-2px); }
.wcpt-btn-main { color: #160b03; border: 0; background: linear-gradient(135deg, #fff0b4, var(--wcpt-gold), #df6c20); box-shadow: 0 0 34px rgba(247,181,49,.24); }
.wcpt-btn-soft { color: #fff; background: rgba(255,255,255,.08); }
.wcpt-btn-ghost { color: #f0d6ff; background: rgba(139,69,230,.14); border-color: rgba(139,69,230,.42); }
.wcpt-menu-btn { display: none; width: 44px; height: 44px; border-radius: var(--wcpt-radius); border: 1px solid var(--wcpt-border); background: rgba(255,255,255,.06); color: #fff; }
.wcpt-menu-btn span { display: block; width: 19px; height: 2px; margin: 5px auto; background: currentColor; }
.wcpt-hero { padding: 56px 0 34px; }
.wcpt-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: center; }
.wcpt-kicker { display: inline-flex; margin-bottom: 14px; color: var(--wcpt-gold-2); text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 900; }
h1, h2, h3 { font-family: Sora, Manrope, sans-serif; line-height: 1.08; margin: 0 0 14px; letter-spacing: 0; }
h1 { font-size: clamp(40px, 6vw, 74px); }
h2 { font-size: clamp(28px, 4vw, 44px); }
h3 { font-size: 22px; }
p { margin: 0 0 16px; color: var(--wcpt-muted); line-height: 1.7; }
.wcpt-hero-copy p { font-size: clamp(18px, 2vw, 22px); color: #efeafa; }
.wcpt-hero-buttons { flex-wrap: wrap; margin: 24px 0; }
.wcpt-trust { flex-wrap: wrap; color: var(--wcpt-muted); font-weight: 900; }
.wcpt-trust span { padding: 8px 10px; border: 1px solid rgba(247,181,49,.18); border-radius: 999px; background: rgba(247,181,49,.08); }
.wcpt-hero-panel { padding: 16px; border: 1px solid var(--wcpt-border); border-radius: var(--wcpt-radius); background: linear-gradient(145deg, #21142e, #0b0711 62%, #2b1609); box-shadow: 0 30px 90px rgba(0,0,0,.42); }
.wcpt-hero-panel img { width: 100%; aspect-ratio: 16 / 8; object-fit: cover; border-radius: var(--wcpt-radius); border: 1px solid rgba(255,255,255,.14); }
.wcpt-offer-row { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-top: 16px; }
.wcpt-offer-row span { color: #ffe6a1; font-weight: 900; }
.wcpt-offer-row strong { font-family: Sora, sans-serif; font-size: clamp(54px, 8vw, 92px); line-height: .9; color: var(--wcpt-gold); }
.wcpt-ticker { overflow: hidden; border-block: 1px solid rgba(247,181,49,.2); background: linear-gradient(90deg, #11091b, #1d0f2c, #11091b); }
.wcpt-ticker-track { display: inline-flex; width: max-content; animation: wcptTicker 26s linear infinite; }
.wcpt-ticker span { flex: 0 0 auto; padding: 14px 22px; color: #fff6df; font-weight: 900; white-space: nowrap; }
.wcpt-ticker span::after { content: ""; display: inline-block; width: 6px; height: 6px; margin-left: 22px; border-radius: 50%; background: var(--wcpt-gold); box-shadow: 0 0 14px var(--wcpt-gold); }
@keyframes wcptTicker { to { transform: translate3d(-50%,0,0); } }
.wcpt-section { padding: 58px 0; }
.wcpt-dark-band { background: rgba(255,255,255,.025); border-block: 1px solid rgba(255,255,255,.06); }
.wcpt-feature-grid, .wcpt-promo-grid, .wcpt-game-grid, .wcpt-copy-grid, .wcpt-faq-grid, .wcpt-footer-grid { display: grid; gap: 16px; }
.wcpt-feature-grid { grid-template-columns: repeat(4, 1fr); }
.wcpt-feature, .wcpt-promo, .wcpt-game, .wcpt-info-card, .wcpt-faq-item { border: 1px solid var(--wcpt-border); border-radius: var(--wcpt-radius); background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.025)); }
.wcpt-feature { padding: 18px; min-height: 118px; }
.wcpt-feature strong { display: block; color: var(--wcpt-gold); font-family: Sora, sans-serif; font-size: 28px; }
.wcpt-feature span { color: var(--wcpt-muted); font-weight: 800; }
.wcpt-section-head { margin-bottom: 22px; }
.wcpt-promo-grid { grid-template-columns: repeat(3, 1fr); }
.wcpt-promo { padding: 16px; display: flex; flex-direction: column; gap: 12px; }
.wcpt-promo img { width: 100%; aspect-ratio: 1.55 / 1; object-fit: cover; border-radius: var(--wcpt-radius); border: 1px solid rgba(255,255,255,.14); }
.wcpt-promo .wcpt-btn { margin-top: auto; }
.wcpt-game-grid { grid-template-columns: repeat(4, 1fr); }
.wcpt-game { min-height: 210px; padding: 14px; display: grid; align-content: space-between; background: radial-gradient(circle at 50% 16%, rgba(247,181,49,.22), transparent 38%), linear-gradient(145deg, #28153a, #130b1d 66%, #332007); transition: transform .2s ease, border-color .2s ease; }
.wcpt-game:hover { transform: translateY(-3px); border-color: rgba(247,181,49,.55); }
.wcpt-game span { display: grid; place-items: center; height: 96px; color: #fff0ba; font-family: Sora, sans-serif; font-size: 34px; font-weight: 900; border-radius: var(--wcpt-radius); border: 1px solid rgba(247,181,49,.22); background: rgba(0,0,0,.24); }
.wcpt-game strong { font-size: 18px; }
.wcpt-game em { color: #ffe6a1; font-style: normal; font-weight: 900; }
.wcpt-copy-grid { grid-template-columns: 1.2fr .8fr; align-items: start; }
.wcpt-info-card { padding: 22px; }
.wcpt-info-card li { color: var(--wcpt-muted); margin: 9px 0; }
.wcpt-faq-grid { grid-template-columns: repeat(2, 1fr); }
.wcpt-faq-item { padding: 20px; }
.wcpt-faq-item h3 { color: #fff4d1; }
.wcpt-footer { padding: 44px 0 92px; background: #050409; border-top: 1px solid var(--wcpt-border); }
.wcpt-footer-grid { grid-template-columns: 1.4fr repeat(3, 1fr); }
.wcpt-footer img { width: 166px; }
.wcpt-footer a { display: block; margin: 8px 0; color: var(--wcpt-muted); }
.wcpt-footer h2 { font-size: 24px; }
.wcpt-sticky { display: none; position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 30; min-height: 48px; align-items: center; justify-content: center; border-radius: var(--wcpt-radius); background: linear-gradient(135deg, #fff0b4, var(--wcpt-gold), #df6c20); color: #160b03; font-weight: 900; }
@media (max-width: 900px) {
  .wcpt-hero-grid, .wcpt-copy-grid { grid-template-columns: 1fr; }
  .wcpt-feature-grid, .wcpt-game-grid { grid-template-columns: repeat(2, 1fr); }
  .wcpt-promo-grid, .wcpt-faq-grid, .wcpt-footer-grid { grid-template-columns: 1fr; }
  .wcpt-menu-btn { display: block; }
  .wcpt-links { display: none; position: absolute; left: 16px; right: 16px; top: 76px; padding: 12px; flex-direction: column; align-items: stretch; background: rgba(13,8,20,.98); border: 1px solid var(--wcpt-border); border-radius: var(--wcpt-radius); }
  .wcpt-links.is-open { display: flex; }
  .wcpt-actions .wcpt-btn-soft { display: none; }
}
@media (max-width: 560px) {
  .wcpt-shell { width: min(100% - 24px, 1180px); }
  .wcpt-logo img { width: 136px; }
  .wcpt-actions .wcpt-btn-main { display: none; }
  h1 { font-size: clamp(34px, 11vw, 46px); }
  h2 { font-size: clamp(25px, 8vw, 34px); }
  .wcpt-btn, .wcpt-hero-buttons .wcpt-btn { width: 100%; }
  .wcpt-feature-grid, .wcpt-game-grid { grid-template-columns: 1fr; }
  .wcpt-hero-panel { padding: 12px; }
  .wcpt-hero-panel img { aspect-ratio: 1.35 / 1; }
  .wcpt-offer-row { display: block; }
  .wcpt-offer-row strong { display: block; font-size: 48px; margin-top: 8px; }
  .wcpt-ticker-track { animation-duration: 20s; }
  .wcpt-ticker span { padding: 11px 16px; font-size: 12px; }
  .wcpt-section { padding: 42px 0; }
  .wcpt-game { min-height: 188px; }
  .wcpt-sticky { display: flex; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition: none !important; scroll-behavior: auto !important; }
}
