
/* v32 custom refinements */
.srt-body .section-title h2{color:#fff7df}
.srt-body .section-title p{color:#ffcc75;font-weight:700}
.quick-feature-grid .feature-card,.event-feature-grid .feature-card{padding:22px;background:linear-gradient(180deg,rgba(20,16,10,.96),rgba(8,8,10,.98));border-color:rgba(243,196,94,.22);box-shadow:0 18px 44px rgba(0,0,0,.28)}
.quick-feature-grid .feature-card .num,.event-feature-grid .feature-card .num{font-size:54px;line-height:1;color:#fff;text-shadow:0 4px 18px rgba(0,0,0,.4)}
.quick-feature-grid .feature-card h3,.event-feature-grid .feature-card h3{font-size:34px;line-height:1.15;margin:10px 0 12px;color:#ffffff}
.quick-feature-grid .feature-card p,.event-feature-grid .feature-card p{font-size:17px;line-height:1.75;color:#ead7b0;word-break:keep-all}
.quick-feature-grid .feature-card img{height:220px;object-fit:cover;border-radius:18px;border:1px solid rgba(243,196,94,.16);background:#000}
.event-feature-grid .feature-card img{height:240px;object-fit:cover;border-radius:18px;border:1px solid rgba(243,196,94,.16);background:#000}
@media (min-width:981px){
  .quick-feature-grid{grid-template-columns:repeat(2,1fr)}
  .event-feature-grid{grid-template-columns:repeat(3,1fr)}
}
.quick-feature-grid .feature-card{min-height:510px}
.event-feature-grid .feature-card{min-height:520px}
.promo-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.promo-tile{border-radius:22px;overflow:hidden;border:1px solid rgba(243,196,94,.18);background:#050607;box-shadow:0 18px 50px rgba(0,0,0,.25)}
.promo-tile img{width:100%;height:100%;object-fit:cover;display:block}
@media(max-width:980px){.promo-gallery{grid-template-columns:1fr}.quick-feature-grid .feature-card h3,.event-feature-grid .feature-card h3{font-size:28px}.quick-feature-grid .feature-card img,.event-feature-grid .feature-card img{height:auto}}
.data-bar.live-feed{grid-template-columns:repeat(5,1fr)}
.live-feed .stat-chip{position:relative;overflow:hidden;padding:18px 20px;border-color:rgba(243,196,94,.18);background:linear-gradient(180deg,rgba(35,24,10,.94),rgba(8,9,12,.98))}
.live-feed .stat-chip::before{content:'';position:absolute;left:14px;top:18px;width:8px;height:8px;border-radius:50%;background:#22d27c;box-shadow:0 0 14px rgba(34,210,124,.8);animation:pulseLive 1.6s infinite}
.live-feed .feed-top{display:flex;align-items:center;justify-content:space-between;gap:8px;padding-left:16px}
.live-feed .feed-label{font-size:13px;font-weight:800;color:#ffc76b;letter-spacing:.02em}
.live-feed .feed-user{display:block;margin-top:8px;padding-left:16px;font-size:18px;font-weight:800;color:#fff}
.live-feed .feed-amount{display:block;margin-top:10px;font-size:25px;font-weight:900;color:#68f0a4;text-shadow:0 0 16px rgba(62,216,135,.18)}
.live-feed .feed-status{font-size:12px;font-weight:800;color:#9df6c3;background:rgba(34,210,124,.12);border:1px solid rgba(34,210,124,.22);padding:5px 8px;border-radius:999px}
@keyframes pulseLive{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(.85)}}
.footer-nav-links{display:flex;flex-wrap:wrap;gap:14px 18px;align-items:center;justify-content:flex-end}
.footer-nav-links a{color:#f3d08e;font-weight:700}
.footer-nav-links a:hover{color:#fff3cb}
@media(max-width:980px){.data-bar.live-feed{grid-template-columns:repeat(2,1fr)}.footer-nav-links{justify-content:flex-start}}
@media(max-width:640px){.data-bar.live-feed{grid-template-columns:1fr}.live-feed .feed-amount{font-size:22px}}
.quick-feature-grid .feature-card>div:first-child,.event-feature-grid .feature-card>div:first-child{margin-bottom:14px}
.quick-feature-grid .feature-card .btn,
.event-feature-grid .feature-card .btn{margin-top:14px}
.srt-body .mini-quote .label{color:#ffe1ae}.srt-body .mini-quote .value{color:#fff7dd}
.srt-body .board-list a,.srt-body .menu-list a,.srt-body .bullet-list li{border-color:rgba(243,196,94,.14)}
