/* ── Shared blog styles + in-app reward cards ── */

/* Base */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Outfit', sans-serif; color: #1C1917; background: #FAFAF8; line-height: 1.8; -webkit-font-smoothing: antialiased; }

/* Nav */
.nav { background: rgba(30,18,72,0.97); padding: 14px 24px; display: flex; align-items: center; justify-content: space-between; position: sticky; top: 0; z-index: 100; backdrop-filter: blur(14px); }
.nav img { height: 20px; }
.nav-cta { background: #FBBF24; color: #1a1040; font-weight: 700; font-size: 13px; text-decoration: none; padding: 8px 20px; border-radius: 100px; transition: opacity 0.15s; }
.nav-cta:hover { opacity: 0.85; }

/* Hero */
.hero { padding: 72px 24px 64px; text-align: center; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background: inherit; z-index: -1; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; padding: 7px 18px; border-radius: 100px; font-size: 13px; font-weight: 600; margin-bottom: 24px; }
.hero h1 { font-family: 'Bricolage Grotesque', sans-serif; font-size: clamp(32px, 6vw, 56px); font-weight: 800; color: #fff; line-height: 1.1; margin-bottom: 20px; }
.hero h1 span { color: #FBBF24; }
.hero-lead { font-size: 18px; color: rgba(255,255,255,0.75); max-width: 620px; margin: 0 auto 36px; line-height: 1.65; }
.cta-primary { display: inline-block; background: #FBBF24; color: #1a1040; font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 17px; padding: 18px 40px; border-radius: 14px; text-decoration: none; box-shadow: 0 6px 24px rgba(251,191,36,0.4); transition: transform 0.15s, box-shadow 0.15s; }
.cta-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 32px rgba(251,191,36,0.5); }

/* Content */
.content { max-width: 760px; margin: 0 auto; padding: 56px 24px 100px; }
.content h2 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 28px; color: #1C1917; margin: 52px 0 16px; line-height: 1.2; }
.content h3 { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 20px; color: #1C1917; margin: 32px 0 12px; }
.content p { font-size: 16.5px; color: #44403C; margin-bottom: 20px; }
.content p strong { color: #1C1917; }
.content ul, .content ol { padding-left: 22px; margin-bottom: 20px; }
.content li { font-size: 16.5px; color: #44403C; margin-bottom: 8px; }
.content a { color: #7C3AED; }

/* Pull quote */
.pullquote { border-left: 4px solid #7C3AED; padding: 4px 0 4px 24px; margin: 32px 0; }
.pullquote p { font-size: 20px; color: #1C1917; font-weight: 600; line-height: 1.5; margin: 0; font-family: 'Bricolage Grotesque', sans-serif; }

/* Warning / tip boxes */
.box { border-radius: 14px; padding: 22px 24px; margin: 28px 0; }
.box-warning { background: #FFF7ED; border: 1px solid #FDBA74; }
.box-warning strong { color: #9A3412; display: block; margin-bottom: 8px; font-size: 15px; }
.box-tip { background: #F0FDF4; border: 1px solid #86EFAC; }
.box-tip strong { color: #166534; display: block; margin-bottom: 8px; font-size: 15px; }
.box p { margin: 0; font-size: 15px; color: #57534E; }

/* Steps */
.steps { display: flex; flex-direction: column; gap: 14px; margin: 28px 0; }
.step { background: #fff; border: 1px solid #E7E5E4; border-radius: 14px; padding: 20px 22px; display: flex; gap: 18px; align-items: flex-start; transition: border-color 0.2s; }
.step:hover { border-color: #C4B5FD; }
.step-num { width: 38px; height: 38px; border-radius: 50%; background: #7C3AED; color: #fff; font-family: 'Bricolage Grotesque', sans-serif; font-weight: 800; font-size: 17px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; box-shadow: 0 4px 12px rgba(124,58,237,0.3); }
.step-content strong { display: block; font-size: 15px; font-weight: 700; margin-bottom: 4px; color: #1C1917; }
.step-content span { font-size: 14px; color: #57534E; line-height: 1.6; }

/* ── In-app style reward cards ── */
.rewards-section { margin: 40px 0; }
.rewards-section h3 { font-family: 'Bricolage Grotesque', sans-serif; font-size: 22px; font-weight: 700; color: #1C1917; margin-bottom: 20px; }
.rewards-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 14px; }

.reward-card {
  border-radius: 18px;
  padding: 22px 18px 18px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-decoration: none;
  display: block;
  min-height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.reward-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 30%, rgba(255,255,255,0.07) 50%, transparent 70%);
  background-size: 200% 100%;
  animation: cardShimmer 3s ease-in-out infinite;
}
.reward-card:hover { transform: translateY(-4px) scale(1.02); }
.reward-card-name { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 17px; color: #fff; text-shadow: 0 1px 4px rgba(0,0,0,0.25); position: relative; z-index: 1; }
.reward-card-desc { font-family: 'Outfit', sans-serif; font-size: 12px; color: rgba(255,255,255,0.6); margin-top: 4px; position: relative; z-index: 1; }
.reward-card-bottom { display: flex; align-items: center; justify-content: space-between; margin-top: 16px; position: relative; z-index: 1; }
.reward-card-cheetz { display: flex; align-items: center; gap: 5px; background: rgba(0,0,0,0.2); backdrop-filter: blur(4px); padding: 5px 10px; border-radius: 100px; }
.reward-card-cheetz span { font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; font-size: 13px; color: #FBBF24; }
.reward-card-icon { width: 32px; height: 32px; object-fit: contain; filter: brightness(0) invert(1); opacity: 0.9; }
.reward-card-icon.no-filter { filter: none; }

/* Brand gradients */
.grad-spotify  { background: linear-gradient(145deg, #1ed760, #1DB954, #158a3e); box-shadow: 0 6px 24px rgba(29,185,84,0.3); }
.grad-netflix  { background: linear-gradient(145deg, #ff3333, #E50914, #8b0a0f); box-shadow: 0 6px 24px rgba(229,9,20,0.3); }
.grad-roblox   { background: linear-gradient(145deg, #ff3b32, #E2231A, #991712); box-shadow: 0 6px 24px rgba(226,35,26,0.3); }
.grad-fortnite { background: linear-gradient(145deg, #42a5f5, #2196F3, #1565c0); box-shadow: 0 6px 24px rgba(33,150,243,0.3); }
.grad-xbox     { background: linear-gradient(145deg, #24b324, #107C10, #0a520a); box-shadow: 0 6px 24px rgba(16,124,16,0.3); }
.grad-ps       { background: linear-gradient(145deg, #1a5fc4, #003791, #002266); box-shadow: 0 6px 24px rgba(0,55,145,0.3); }
.grad-discord  { background: linear-gradient(145deg, #7289da, #5865F2, #3a41a8); box-shadow: 0 6px 24px rgba(88,101,242,0.3); }
.grad-youtube  { background: linear-gradient(145deg, #ff3333, #FF0000, #b30000); box-shadow: 0 6px 24px rgba(255,0,0,0.3); }
.grad-steam    { background: linear-gradient(145deg, #2a475e, #1B2838, #0e1a27); box-shadow: 0 6px 24px rgba(27,40,56,0.35); }
.grad-chess    { background: linear-gradient(145deg, #8fbc5a, #769656, #4a6b35); box-shadow: 0 6px 24px rgba(118,150,86,0.3); }
.grad-claude   { background: linear-gradient(145deg, #e8956e, #DA7756, #a85838); box-shadow: 0 6px 24px rgba(218,119,86,0.3); }

/* CTA box */
.cta-box { background: linear-gradient(135deg, #2D1B69, #1a1040); border-radius: 24px; padding: 48px 40px; text-align: center; margin: 56px 0; position: relative; overflow: hidden; }
.cta-box::before { content: ''; position: absolute; top: -60px; right: -60px; width: 200px; height: 200px; background: #7C3AED; opacity: 0.15; border-radius: 50%; filter: blur(60px); }
.cta-box h2 { font-family: 'Bricolage Grotesque', sans-serif; color: #fff; font-size: 30px; margin-bottom: 14px; }
.cta-box p { color: rgba(255,255,255,0.65); font-size: 16px; margin-bottom: 28px; max-width: 480px; margin-left: auto; margin-right: auto; }

/* FAQ */
.faq { margin: 48px 0; }
.faq-item { border-bottom: 1px solid #E7E5E4; padding: 22px 0; }
.faq-item strong { font-size: 17px; color: #1C1917; display: block; margin-bottom: 10px; font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700; }
.faq-item p { margin: 0; color: #57534E; font-size: 15.5px; }

/* Footer */
footer { background: rgba(30,18,72,0.97); padding: 32px 24px; text-align: center; }
footer img { height: 18px; display: block; margin: 0 auto 14px; }
.footer-links { display: flex; gap: 20px; justify-content: center; margin-bottom: 12px; flex-wrap: wrap; }
.footer-links a { color: rgba(255,255,255,0.4); text-decoration: none; font-size: 13px; transition: color 0.15s; }
.footer-links a:hover { color: rgba(255,255,255,0.7); }
footer p { font-size: 12px; color: rgba(255,255,255,0.25); }

@keyframes cardShimmer { 0% { background-position: -200% 0; } 100% { background-position: 200% 0; } }
@media(max-width: 600px) { .rewards-grid { grid-template-columns: repeat(2, 1fr); } .cta-box { padding: 36px 24px; } }
