.view { display: none; opacity: 0; transform: scale(0.98); }
.view.active { display: block; animation: casinoEnter 0.6s var(--trans) forwards; }
@keyframes casinoEnter { to { opacity: 1; transform: scale(1); } }

.section-hdr { margin-bottom: 5rem; text-align: center; }
.section-hdr h2 { font-size: 3.5rem; margin-bottom: 1rem; }
.section-hdr p { font-size: 1.3rem; color: var(--t-dim); font-family: var(--f-tech); letter-spacing: 2px; }

.hero { display: grid; grid-template-columns: 1fr; align-items: center; min-height: 75vh; position: relative; border-radius: var(--rad-lg); overflow: hidden; border: 1px solid rgba(255,255,255,0.1); box-shadow: 0 20px 60px rgba(0,0,0,0.8); }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; filter: contrast(1.1) saturate(1.2); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to right, rgba(2,2,4,0.95) 0%, rgba(2,2,4,0.5) 50%, rgba(2,2,4,0.1) 100%); z-index: 1; }
.hero-content { position: relative; z-index: 2; padding: 6rem; max-width: 900px; }
.tag-hero { display: inline-block; padding: 8px 24px; border: 1px solid var(--c-purple); border-radius: 100px; font-size: 0.9rem; font-family: var(--f-tech); color: var(--c-purple); margin-bottom: 2.5rem; box-shadow: 0 0 20px rgba(188,19,254,0.3); background: rgba(188,19,254,0.1); }
.pulse-border { animation: pulse-b 2s infinite; }
@keyframes pulse-b { 50% { box-shadow: 0 0 40px rgba(188,19,254,0.6); } }
.hero-title { font-size: clamp(4rem, 8vw, 8rem); line-height: 1; margin-bottom: 2rem; }
.hero-desc { font-size: 1.5rem; color: #ccc; margin-bottom: 4rem; line-height: 1.6; font-family: var(--f-sans); }
.hero-actions { display: flex; gap: 2rem; }
.btn-primary, .btn-outline { padding: 1.5rem 3.5rem; font-family: var(--f-tech); font-size: 1.1rem; border-radius: var(--rad-sm); transition: var(--trans); font-weight: 900; }
.btn-primary { background: var(--c-purple); color: #fff; box-shadow: 0 0 30px rgba(188,19,254,0.4); }
.btn-primary:hover { box-shadow: 0 0 50px rgba(188,19,254,0.8); transform: scale(1.05); }
.btn-outline { border: 2px solid; background: rgba(0,243,255,0.05); }
.btn-outline:hover { background: var(--c-cyan); color: #000; box-shadow: 0 0 40px rgba(0,243,255,0.6); }

.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); gap: 3.5rem; }

.product-card { background: var(--bg-panel); border: 1px solid var(--c-border); border-radius: var(--rad-lg); overflow: hidden; display: flex; flex-direction: column; transition: transform 0.1s ease-out; position: relative; backdrop-filter: blur(20px); transform-style: preserve-3d; }
.product-card:hover { z-index: 10; box-shadow: 0 40px 80px rgba(0,0,0,0.8); }

.pc-img { height: 300px; position: relative; overflow: hidden; transform: translateZ(20px); }
.pc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s ease; filter: contrast(1.1) saturate(1.2); }
.product-card:hover .pc-img img { transform: scale(1.15); }
.pc-overlay { position: absolute; inset: 0; background: linear-gradient(to top, var(--bg-panel) 0%, transparent 100%); }
.bg-overlay-purple { background: linear-gradient(to top, var(--bg-panel) 0%, rgba(188,19,254,0.3) 100%); }
.pc-watermark { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-family: var(--f-tech); font-size: 5rem; font-weight: 900; color: rgba(255,255,255,0.8); text-shadow: 0 0 40px rgba(0,0,0,0.8); z-index: 2; opacity: 0; transition: var(--trans); pointer-events: none; }
.product-card:hover .pc-watermark { opacity: 1; transform: translate(-50%, -50%) scale(1.2) translateZ(40px); }

.pc-content { padding: 3rem; display: flex; flex-direction: column; flex-grow: 1; position: relative; z-index: 3; background: linear-gradient(to bottom, transparent, rgba(15,15,20,1) 20%); transform: translateZ(30px); }
.pc-tag { align-self: flex-start; font-size: 0.85rem; font-family: var(--f-tech); padding: 8px 16px; background: rgba(0,0,0,0.6); border-radius: var(--rad-sm); margin-bottom: 2rem; border: 1px solid; }

.pc-title { font-size: 1.8rem; margin-bottom: 1rem; }
.pc-desc { color: var(--t-dim); font-size: 1.2rem; margin-bottom: 3rem; }
.pc-action { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--c-border); padding-top: 2rem; }
.pc-price { font-family: var(--f-tech); font-size: 2.2rem; font-weight: 900; }
.btn-add { padding: 14px 35px; font-family: var(--f-tech); font-size: 1.1rem; border-radius: var(--rad-sm); font-weight: 900; transition: var(--trans); cursor: pointer; }
.btn-add:hover { transform: scale(1.1); filter: brightness(1.2); }

.col-span-full { grid-column: 1 / -1; }
.mega-jackpot { display: flex; flex-direction: row; min-height: 450px; box-shadow: 0 0 60px rgba(255,215,0,0.15); border: 2px solid var(--c-gold); }
.mj-bg { width: 50%; position: relative; overflow: hidden; border-right: 1px solid var(--c-gold); transform: translateZ(10px); }
.mj-bg img { width: 100%; height: 100%; object-fit: cover; opacity: 0.7; mix-blend-mode: luminosity; transition: var(--trans); }
.mega-jackpot:hover .mj-bg img { opacity: 1; transform: scale(1.05); }
.mj-content { width: 50%; padding: 5rem; display: flex; flex-direction: column; justify-content: center; background: linear-gradient(to right, rgba(15,15,20,0.95), rgba(15,15,20,0.9)); transform: translateZ(40px); }
.mj-title { font-size: 4.5rem; line-height: 1; margin: 2rem 0; }
.mj-desc { font-size: 1.5rem; color: #ccc; margin-bottom: 4rem; }
.mj-action { display: flex; align-items: center; justify-content: space-between; }
.mj-price { font-family: var(--f-tech); font-size: 4rem; font-weight: 900; }
.btn-massive { padding: 2rem 4rem; font-family: var(--f-tech); font-size: 1.4rem; font-weight: 900; border-radius: var(--rad-sm); transition: var(--trans); animation: pulse-b 2s infinite; box-shadow: 0 0 30px rgba(255,215,0,0.5); }
.btn-massive:hover { transform: scale(1.05); background: #fff !important; }

.toast-container { position: fixed; bottom: 40px; right: 40px; z-index: 9999; display: flex; flex-direction: column; gap: 20px; pointer-events: none; }
.toast { background: rgba(10,10,15,0.9); border: 1px solid; backdrop-filter: blur(10px); padding: 25px 35px; border-radius: var(--rad-sm); display: flex; align-items: center; gap: 25px; font-family: var(--f-tech); animation: slideInRight 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards; }
.toast-icon { font-size: 2.5rem; }
.toast-msg { display: flex; flex-direction: column; gap: 5px; }
.toast-title { color: var(--t-main); font-size: 1.3rem; }
.toast-val { font-size: 1.8rem; font-weight: 900; }
@keyframes slideInRight { from { transform: translateX(100%); opacity: 0; } to { transform: translateX(0); opacity: 1; } }
@keyframes fadeOutDown { to { opacity: 0; transform: translateY(20px); } }

@media (max-width: 1200px) {
    .mega-jackpot { flex-direction: column; }
    .mj-bg, .mj-content { width: 100%; }
    .mj-bg { height: 350px; border-right: none; border-bottom: 1px solid var(--c-gold); }
    .mj-action { flex-direction: column; gap: 3rem; text-align: center; }
    .toast-container { bottom: 20px; right: 20px; left: 20px; align-items: center; }
    .hero-content { padding: 3rem; text-align: center; margin: 0 auto; }
    .hero-actions { justify-content: center; flex-direction: column; }
}