@keyframes pulse { 0%, 100% { opacity: 0.4; } 50% { opacity: 1; } }
.top3 { margin-bottom: 48px; overflow: visible; }
.top3 .top3-header { padding: 0 24px; display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; max-width: 1200px; margin-left: auto; margin-right: auto; }
.top3 .top3-title { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-weight: 700; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; color: #e2e8f0; display: flex; align-items: center; gap: 8px; }
.top3 .top3-swipe-hint { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-weight: 700; font-size: 11px; color: #00e5ff; animation: pulse 2s infinite; }
.top3 .top3-track { display: flex; gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 8px 24px 32px; -ms-overflow-style: none; scrollbar-width: none; }
.top3 .top3-track::-webkit-scrollbar { display: none; }
.hero-card { flex-shrink: 0; width: min(380px, 85vw); scroll-snap-align: center; background: linear-gradient(135deg, #1a2332 0%, #162030 100%); border-radius: 12px; overflow: hidden; box-shadow: 0 20px 60px rgba(0,0,0,0.5); outline: 2px solid rgba(0, 229, 255, 0.5); transition: transform 300ms ease, box-shadow 300ms ease; }
.hero-card:first-child { outline-color: rgba(245, 158, 11, 0.55); box-shadow: 0 20px 60px rgba(0,0,0,0.5), 0 0 28px rgba(245, 158, 11, 0.12), inset 0 0 2px rgba(245, 158, 11, 0.15); }
.hero-card:first-child:hover { box-shadow: 0 20px 60px rgba(0,0,0,0.5), 0 0 40px rgba(245, 158, 11, 0.18), inset 0 0 3px rgba(245, 158, 11, 0.2); }
.hero-card:nth-child(2) { outline-color: rgba(0, 229, 255, 0.5); box-shadow: 0 20px 60px rgba(0,0,0,0.5), 0 0 28px rgba(0, 229, 255, 0.1), inset 0 0 2px rgba(0, 229, 255, 0.12); }
.hero-card:nth-child(2):hover { box-shadow: 0 20px 60px rgba(0,0,0,0.5), 0 0 40px rgba(0, 229, 255, 0.16), inset 0 0 3px rgba(0, 229, 255, 0.18); }
.hero-card:nth-child(3) { outline-color: rgba(205, 127, 50, 0.5); box-shadow: 0 20px 60px rgba(0,0,0,0.5), 0 0 28px rgba(205, 127, 50, 0.1), inset 0 0 2px rgba(205, 127, 50, 0.12); }
.hero-card:nth-child(3):hover { box-shadow: 0 20px 60px rgba(0,0,0,0.5), 0 0 40px rgba(205, 127, 50, 0.16), inset 0 0 3px rgba(205, 127, 50, 0.18); }
@media (hover: hover) {
.hero-card:hover { transform: scale(1.02); }
}
.hero-card .hero-card-visual { height: 180px; position: relative; overflow: hidden; }
.hero-card .hero-card-visual-bg { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: linear-gradient(135deg, #243044, #111827); }
.hero-card .hero-card-visual-bg.bg-variant-2 { background: linear-gradient(135deg, #1a2332, #0a0f1a); }
.hero-card .hero-card-visual-bg.bg-variant-3 { background: linear-gradient(160deg, #243044, #1a2332); }
.hero-card .hero-card-visual::after { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: linear-gradient(to top, #1a2332, transparent 60%); }
.hero-card .hero-card-rank { position: absolute; top: 16px; left: 16px; z-index: 2; background: #f59e0b; color: #000000; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-weight: 800; font-size: 12px; padding: 4px 12px; border-radius: 9999px; text-transform: uppercase; }
.hero-card .hero-card-badge-new { position: absolute; top: 16px; right: 16px; z-index: 2; background: #00e5ff; color: #0a0f1a; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-weight: 800; font-size: 10px; padding: 3px 10px; border-radius: 9999px; text-transform: uppercase; letter-spacing: 1.5px; }
.hero-card .hero-card-logo-area { position: absolute; bottom: 16px; left: 24px; z-index: 2; display: flex; align-items: center; gap: 12px; }
.hero-card .hero-card-logo-placeholder { width: 56px; height: 56px; background: #ffffff; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-weight: 800; font-size: 12px; color: #0a0f1a; box-shadow: 0 4px 16px rgba(0,0,0,0.4); overflow: hidden; }
.hero-card .hero-card-logo-placeholder img { width: 100%; height: 100%; object-fit: contain; display: block; }
.hero-card .hero-card-name { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-weight: 800; font-size: 24px; color: #ffffff; text-transform: uppercase; letter-spacing: -0.3px; }
.hero-card .hero-card-license { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-weight: 700; font-size: 11px; color: #00e5ff; text-transform: uppercase; letter-spacing: 2px; }
.hero-card .hero-card-body { padding: 24px; }
.hero-card .hero-card-bonus-label { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 3px; color: #8b9bb5; margin-bottom: 4px; display: block; }
.hero-card .hero-card-bonus-value { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-weight: 800; font-size: 26px; color: #e2e8f0; letter-spacing: -0.3px; margin-bottom: 16px; }
.hero-card .hero-card-stars { display: flex; gap: 2px; margin-bottom: 16px; }
.hero-card .hero-card-usps { list-style: none; display: flex; flex-direction: column; gap: 8px; margin-bottom: 24px; padding: 0; }
.hero-card .hero-card-usp { display: flex; align-items: center; gap: 8px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 14px; font-weight: 500; color: #94a3b8; }
.hero-card .usp-check { width: 18px; height: 18px; border-radius: 50%; background: rgba(52,211,153,0.15); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hero-card .hero-card-cta { display: block; width: 100%; padding: 16px; background: #34d399; color: #0a0f1a; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-weight: 800; font-size: 15px; text-transform: uppercase; letter-spacing: 1.5px; text-align: center; text-decoration: none; border-radius: 8px; box-shadow: 0 0 24px rgba(52,211,153,0.3); transition: transform 150ms ease, box-shadow 150ms ease; border: none; box-sizing: border-box; }
.hero-card .hero-card-cta:hover { transform: scale(1.02); box-shadow: 0 0 40px rgba(52,211,153,0.3); }
.hero-card .hero-card-cta:active { transform: scale(0.97); }
.hero-card .hero-card-disclaimer { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; font-size: 11px; color: #8b9bb5; text-align: center; margin-top: 12px; }
.top3 .top3-dots { display: flex; justify-content: center; gap: 6px; margin-top: 24px; }
.top3 .top3-dot { width: 6px; height: 4px; border-radius: 9999px; background: #8b9bb5; opacity: 0.3; }
.top3 .top3-dot.active { width: 32px; background: #00e5ff; opacity: 1; }
@media (max-width: 767px) {
.hero-card .hero-card-visual { height: 120px; }
.hero-card .hero-card-body { padding: 16px; }
.hero-card .hero-card-bonus-value { font-size: 20px; margin-bottom: 10px; }
.hero-card .hero-card-stars { margin-bottom: 10px; }
.hero-card .hero-card-usps { gap: 4px; margin-bottom: 14px; }
.hero-card .hero-card-usp { font-size: 13px; }
.hero-card .hero-card-cta { padding: 12px; font-size: 14px; }
.hero-card .hero-card-disclaimer { margin-top: 8px; }
.hero-card .hero-card-logo-placeholder { width: 44px; height: 44px; }
.hero-card .hero-card-name { font-size: 20px; }
}
@media (min-width: 768px) {
.top3 .top3-track { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; overflow: visible; max-width: 800px; margin: 0 auto; }
.top3 .top3-track .hero-card:nth-child(3) { grid-column: 1 / -1; width: 100%; }
.top3 .top3-dots { display: none; }
.top3 .top3-swipe-hint { display: none; }
.hero-card { width: auto; }
}
@media (min-width: 1024px) {
.top3 .top3-track { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; max-width: 1200px; margin: 0 auto; overflow: visible; }
.top3 .top3-track .hero-card:nth-child(3) { grid-column: auto; }
.top3 .top3-swipe-hint { display: none; }
.top3 .top3-dots { display: none; }
.hero-card { width: auto; }
}