/* Yaass ES site-3 | prefix: ys3- | font: Oswald | style: bold neon uppercase */
/* Palette: #E800E8 / #060606 / #FFFFFF | Mobile-first: 320 / 768 / 1024 / 1440 */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Oswald', sans-serif; background: #060606; color: #fff; line-height: 1.55; padding-bottom: 54px; letter-spacing: .02em; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }

/* PROMO STRIP */
.ys3-strip { position: fixed; bottom: 0; left: 0; right: 0; background: #E800E8; z-index: 9999; display: flex; align-items: center; justify-content: center; gap: 14px; padding: 10px 16px; font-size: 13px; font-weight: 500; text-transform: uppercase; letter-spacing: .06em; }
.ys3-strip a { background: #000; color: #E800E8; padding: 8px 22px; border-radius: 2px; text-decoration: none; font-weight: 700; white-space: nowrap; border: 1px solid #E800E8; transition: background .2s, color .2s; }
.ys3-strip a:hover { background: #fff; color: #E800E8; }
.ys3-strip-x { background: none; border: none; color: #fff; font-size: 22px; cursor: pointer; margin-left: auto; }

/* HEADER */
.ys3-hdr { position: sticky; top: 0; background: #060606; z-index: 100; border-bottom: 2px solid #E800E8; }
.ys3-hdr-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 12px 20px; gap: 14px; }
.ys3-logo img { height: 38px; width: auto; }
.ys3-nav { display: none; }
.ys3-nav ul { list-style: none; display: flex; gap: 18px; }
.ys3-nav a { color: #aaa; text-decoration: none; font-weight: 600; font-size: 13px; text-transform: uppercase; letter-spacing: .06em; transition: color .2s; }
.ys3-nav a:hover { color: #E800E8; }
.ys3-cta { display: inline-block; background: #E800E8; color: #fff; padding: 11px 28px; border-radius: 2px; font-weight: 700; font-size: 13px; text-decoration: none; text-transform: uppercase; letter-spacing: .08em; transition: background .2s, transform .15s; white-space: nowrap; }
.ys3-cta:hover { background: #C000C0; transform: translateY(-1px); }
.ys3-cta-border { display: inline-block; max-width: 280px; background: transparent; color: #E800E8; border: 2px solid #E800E8; padding: 9px 22px; border-radius: 2px; font-weight: 700; font-size: 13px; text-decoration: none; text-transform: uppercase; letter-spacing: .06em; margin-top: 16px; transition: all .2s; }
.ys3-cta-border:hover { background: #E800E8; color: #fff; }
.ys3-hmenu { background: none; border: none; cursor: pointer; display: flex; flex-direction: column; gap: 5px; padding: 4px; }
.ys3-hmenu span { display: block; width: 24px; height: 2px; background: #fff; border-radius: 1px; }

/* QUICKNAV / TOC */
.ys3-quicknav { background: #0a0a0a; border-bottom: 1px solid #141414; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.ys3-qnav-inner { max-width: 1200px; margin: 0 auto; padding: 9px 20px; display: flex; align-items: center; gap: 10px; white-space: nowrap; }
.ys3-qnav-inner span { color: #555; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; flex-shrink: 0; }
.ys3-qnav-inner ul { list-style: none; display: flex; gap: 0; }
.ys3-qnav-inner a { display: block; color: #888; text-decoration: none; font-size: 11px; text-transform: uppercase; letter-spacing: .05em; padding: 3px 9px; border-radius: 2px; transition: color .2s, background .2s; }
.ys3-qnav-inner a:hover { color: #E800E8; background: #141414; }

/* LAYOUT */
.ys3-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.ys3-section { padding: 60px 0; }
.ys3-bg2 { background: #0a0a0a; }
.ys3-h2 { font-size: 1.9rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; margin-bottom: 14px; line-height: 1.1; }
.ys3-h2.ys3-center { text-align: center; }
.ys3-h3 { font-size: 1.2rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; margin-bottom: 12px; }
.ys3-body-text { color: #bbb; font-size: 15px; font-weight: 400; line-height: 1.65; letter-spacing: .01em; margin-bottom: 12px; }
.ys3-body-text.ys3-center { text-align: center; }
.ys3-narrow { max-width: 660px; margin-left: auto; margin-right: auto; }
.ys3-label { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .15em; color: #E800E8; margin-bottom: 10px; }
.ys3-center { text-align: center; }

/* HERO */
.ys3-hero { background: #060606; padding: 60px 0 44px; border-bottom: 1px solid #141414; }
.ys3-hero-grid { max-width: 1200px; margin: 0 auto; padding: 0 20px; display: grid; grid-template-columns: 1fr; gap: 32px; align-items: center; }
.ys3-h1 { font-size: 2.2rem; font-weight: 700; line-height: 1.1; text-transform: uppercase; letter-spacing: .03em; margin-bottom: 16px; }
.ys3-h1 mark { background: none; color: #E800E8; }
.ys3-hero-img img { border-radius: 4px; width: 100%; border: 1px solid #1a1a1a; }

/* GRID 2 COL */
.ys3-grid2 { display: grid; grid-template-columns: 1fr; gap: 32px; align-items: center; }
.ys3-col-b img { border-radius: 4px; width: 100%; border: 1px solid #1a1a1a; }
.ys3-col-a { display: flex; flex-direction: column; gap: 10px; }

/* SPORTS */
.ys3-sports-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0; }
.ys3-sport-badge { display: inline-flex; align-items: center; gap: 6px; background: #111; border: 1px solid #222; color: #ccc; padding: 7px 12px; border-radius: 2px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; transition: border-color .2s; }
.ys3-sport-badge:hover { border-color: #E800E8; color: #E800E8; }

/* STEPPER */
.ys3-stepper { display: grid; grid-template-columns: 1fr; gap: 14px; }
.ys3-step { background: #0e0e0e; border: 1px solid #1a1a1a; border-left: 3px solid #E800E8; padding: 20px 18px 20px 22px; position: relative; transition: transform .15s; }
.ys3-step:hover { transform: translateX(3px); }
.ys3-sn { position: absolute; top: 10px; right: 14px; font-size: 2rem; font-weight: 700; color: #E800E8; opacity: .15; line-height: 1; }
.ys3-step h3 { font-size: .95rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; margin-bottom: 6px; }
.ys3-step p { color: #999; font-size: 14px; font-weight: 400; letter-spacing: .01em; }

/* GAMES GRID */
.ys3-games-grid { display: grid; grid-template-columns: 1fr; gap: 16px; margin-bottom: 44px; }
.ys3-game-tile { border-radius: 4px; overflow: hidden; background: #111; border: 1px solid #1a1a1a; position: relative; transition: border-color .2s; }
.ys3-game-tile:hover { border-color: #E800E8; }
.ys3-game-tile img { width: 100%; height: 200px; object-fit: cover; }
.ys3-game-tile span { display: block; padding: 12px 14px; font-size: .95rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }

/* SUBSECTION */
.ys3-subsection { margin-top: 44px; padding-top: 44px; border-top: 1px solid #141414; }

/* SLOTS */
.ys3-slot-tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 16px; }
.ys3-st { background: #111; border: 1px solid #1a1a1a; border-radius: 3px; overflow: hidden; text-align: center; transition: border-color .2s; }
.ys3-st:hover { border-color: #E800E8; }
.ys3-st img { width: 100%; height: 86px; object-fit: cover; }
.ys3-st span { display: block; padding: 6px 4px; font-size: 10px; font-weight: 600; color: #bbb; text-transform: uppercase; letter-spacing: .04em; }

/* LIVE */
.ys3-live-tiles { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 16px; }
.ys3-lt { background: #111; border: 1px solid #1a1a1a; border-radius: 3px; overflow: hidden; text-align: center; transition: border-color .2s; }
.ys3-lt:hover { border-color: #E800E8; }
.ys3-lt img { width: 100%; height: 104px; object-fit: cover; }
.ys3-lt span { display: block; padding: 9px 8px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }

/* MESA */
.ys3-mesa-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 16px; }
.ys3-mc { background: #111; border: 1px solid #1a1a1a; padding: 15px 14px; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; display: flex; align-items: center; gap: 8px; transition: border-color .2s; }
.ys3-mc:hover { border-color: #E800E8; }

/* CHECKLIST */
.ys3-checklist { list-style: none; display: flex; flex-direction: column; gap: 8px; margin: 16px 0; }
.ys3-checklist li { display: flex; align-items: center; gap: 10px; color: #bbb; font-size: 14px; font-weight: 400; letter-spacing: .01em; }
.ys3-checklist li::before { content: ''; width: 16px; height: 16px; background: #E800E8 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") no-repeat center / 10px; flex-shrink: 0; border-radius: 2px; }

/* PAYMENTS */
.ys3-pay-logos { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; padding: 20px; background: #0e0e0e; border: 1px solid #1a1a1a; margin-bottom: 32px; }
.ys3-pay-tables { display: grid; grid-template-columns: 1fr; gap: 28px; }
.ys3-table { width: 100%; border-collapse: collapse; font-size: 14px; }
.ys3-table th { background: #E800E8; color: #fff; padding: 10px 12px; text-align: left; font-size: 12px; text-transform: uppercase; letter-spacing: .06em; }
.ys3-table td { padding: 10px 12px; border-bottom: 1px solid #141414; color: #999; font-weight: 400; }
.ys3-table tr:hover td { background: #111; }

/* HOW TO */
.ys3-howto { display: flex; flex-direction: column; gap: 12px; }
.ys3-hw { display: flex; gap: 18px; align-items: flex-start; background: #0e0e0e; border: 1px solid #1a1a1a; padding: 18px 20px; transition: border-color .15s; }
.ys3-hw:hover { border-color: #E800E8; }
.ys3-hn { font-size: 1.8rem; font-weight: 700; color: #E800E8; opacity: .35; line-height: 1; flex-shrink: 0; min-width: 44px; }
.ys3-hw h3 { font-size: .9rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; margin-bottom: 4px; }
.ys3-hw p { color: #999; font-size: 14px; font-weight: 400; }

/* BONUS */
.ys3-bonus-list { display: grid; grid-template-columns: 1fr; gap: 20px; }
.ys3-bitem { background: #0e0e0e; border: 1px solid #1a1a1a; overflow: hidden; transition: border-color .2s, transform .2s; }
.ys3-bitem:hover { border-color: #E800E8; transform: translateY(-3px); }
.ys3-bitem img { width: 100%; height: 195px; object-fit: cover; }
.ys3-btext { padding: 18px 20px; }
.ys3-btext h3 { font-size: .95rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; margin-bottom: 10px; }
.ys3-btext p { color: #999; font-size: 14px; font-weight: 400; margin-bottom: 14px; letter-spacing: .01em; }

/* ADVICE */
.ys3-advice { display: flex; flex-direction: column; gap: 12px; }
.ys3-adv { display: flex; gap: 14px; align-items: flex-start; padding: 16px 18px; background: #0e0e0e; border: 1px solid #1a1a1a; font-size: 14px; color: #999; font-weight: 400; letter-spacing: .01em; }
.ys3-adv strong { color: #fff; font-weight: 700; }
.ys3-adv-n { color: #E800E8; font-size: 1.4rem; font-weight: 700; flex-shrink: 0; line-height: 1.3; }

/* AUTHOR */
.ys3-author-block { background: #0a0a0a; padding: 44px 0; border-top: 1px solid #141414; }
.ys3-author { max-width: 700px; margin: 0 auto; display: flex; gap: 22px; align-items: flex-start; background: #0e0e0e; border: 1px solid #1a1a1a; padding: 24px; }
.ys3-author-img { width: 90px; height: 90px; border-radius: 2px; object-fit: cover; flex-shrink: 0; border: 3px solid #E800E8; }
.ys3-author-name { font-size: 1.05rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; margin-bottom: 4px; }
.ys3-author-title { color: #E800E8; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 8px; }
.ys3-author-bio { color: #999; font-size: 13px; font-weight: 400; line-height: 1.6; letter-spacing: .01em; }

/* FAQ */
.ys3-faq { max-width: 780px; margin: 0 auto; display: flex; flex-direction: column; gap: 8px; }
.ys3-fi { background: #0e0e0e; border: 1px solid #1a1a1a; overflow: hidden; }
.ys3-fb { width: 100%; background: none; border: none; padding: 16px 18px; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 10px; text-align: left; transition: background .2s; }
.ys3-fb:hover { background: #141414; }
.ys3-fb h3 { font-size: 14px; font-weight: 700; color: #fff; flex: 1; margin: 0; font-family: 'Oswald', sans-serif; text-transform: uppercase; letter-spacing: .04em; }
.ys3-fb span { color: #E800E8; font-size: 20px; flex-shrink: 0; transition: transform .2s; }
.ys3-fb[aria-expanded="true"] span { transform: rotate(45deg); }
.ys3-fp { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.ys3-fp p { padding: 0 18px 16px; color: #999; font-size: 14px; font-weight: 400; line-height: 1.6; letter-spacing: .01em; }

/* FOOTER */
.ys3-footer { background: #030303; padding: 36px 0 20px; border-top: 2px solid #1a1a1a; }
.ys3-foot-top { display: flex; flex-direction: column; gap: 16px; margin-bottom: 22px; }
.ys3-foot-nav { display: flex; flex-wrap: wrap; gap: 12px; }
.ys3-foot-nav a { color: #444; text-decoration: none; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; transition: color .2s; }
.ys3-foot-nav a:hover { color: #E800E8; }
.ys3-disclaimer { padding: 14px 16px; background: #0a0a0a; border-left: 3px solid #E800E8; margin-bottom: 16px; }
.ys3-disclaimer p { color: #555; font-size: 12px; line-height: 1.6; font-weight: 400; margin-bottom: 4px; }
.ys3-copy { color: #333; font-size: 11px; text-align: center; }

/* Mobile nav open */
.ys3-nav.ys3-nav-open { display: block; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: #060606; z-index: 200; padding: 74px 28px 28px; }
.ys3-nav.ys3-nav-open ul { flex-direction: column; }
.ys3-nav.ys3-nav-open a { display: block; padding: 14px 0; font-size: 18px; border-bottom: 1px solid #141414; }

/* 768px */
@media (min-width: 768px) {
    .ys3-hero-grid { grid-template-columns: 1fr 1fr; }
    .ys3-h1 { font-size: 2.8rem; }
    .ys3-grid2 { grid-template-columns: 1fr 1fr; }
    .ys3-flip { direction: rtl; }
    .ys3-flip > * { direction: ltr; }
    .ys3-stepper { grid-template-columns: repeat(2, 1fr); }
    .ys3-games-grid { grid-template-columns: repeat(3, 1fr); }
    .ys3-live-tiles { grid-template-columns: repeat(4, 1fr); }
    .ys3-mesa-row { grid-template-columns: repeat(4, 1fr); }
    .ys3-pay-tables { grid-template-columns: 1fr 1fr; }
    .ys3-bonus-list { grid-template-columns: repeat(3, 1fr); }
    .ys3-slot-tiles { grid-template-columns: repeat(6, 1fr); }
    .ys3-nav { display: flex; align-items: center; }
    .ys3-hmenu { display: none; }
    .ys3-h2 { font-size: 2.1rem; }
    .ys3-foot-top { flex-direction: row; justify-content: space-between; align-items: center; }
}

/* 1024px */
@media (min-width: 1024px) {
    .ys3-h1 { font-size: 3.2rem; }
    .ys3-h2 { font-size: 2.4rem; }
    .ys3-stepper { grid-template-columns: repeat(3, 1fr); }
    .ys3-section { padding: 80px 0; }
}

/* 1440px */
@media (min-width: 1440px) {
    .ys3-container { max-width: 1300px; }
    .ys3-h1 { font-size: 3.8rem; }
    .ys3-h2 { font-size: 2.8rem; }
}
