/* CrownPokies casino - main stylesheet */
*,*::before,*::after{box-sizing:border-box}
:root{--brand-yellow:#FFE778;--brand-yellow-hover:#F5B942;--brand-dark:#070C12;--brand-dark-2:#0A1929;--brand-accent:#3EA2E0;--text-light:#e9edf1;--text-mute:#9db3c9}
html,body{margin:0;padding:0}
html{scroll-behavior:smooth}
body{background:#070C12;color:#fff;font-family:'Poppins',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:var(--brand-yellow);text-decoration:none}
ul,ol{padding:0;margin:0;list-style:none}
p{margin:0 0 14px;color:var(--text-light);font-size:16px;line-height:1.65}
h1,h2,h3,h4{color:#fff;margin:0;font-weight:700}
h1{font-size:38px;line-height:1.15}
h2{font-size:28px;line-height:1.25;margin:44px 0 16px}
h3{font-size:20px;line-height:1.3;margin:22px 0 10px}
h4{font-size:16px;letter-spacing:1px;text-transform:uppercase;color:var(--brand-yellow);margin:0 0 12px}

.container{max-width:1200px;margin:0 auto;padding:0 20px}
.content{padding:80px 0 40px}
.content p a{text-decoration:underline}

/* Buttons */
.yellow_button,.outline_button{display:inline-flex;align-items:center;justify-content:center;padding:12px 22px;border-radius:10px;font-weight:600;font-size:14px;text-decoration:none;transition:transform .15s ease,filter .15s ease,background .15s ease;min-width:130px;min-height:42px;line-height:1;cursor:pointer;border:0}
.yellow_button{background:var(--brand-yellow);color:var(--brand-dark)}
.yellow_button:hover{filter:brightness(1.05);transform:translateY(-1px)}
.outline_button{background:transparent;color:#fff;border:1px solid rgba(255,231,120,.7)}
.outline_button:hover{background:rgba(255,231,120,.12)}
.btn-lg{padding:16px 34px;font-size:16px;min-height:52px}
.cta-center{text-align:center;margin:30px 0}

/* Header (fixed) */
.headerblock{position:fixed;top:0;left:0;width:100%;z-index:9999;background:var(--brand-dark);border-bottom:1px solid rgba(255,255,255,.06)}
.header_block{padding:10px 0}
.header_container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 20px;gap:20px}
.header_logo{display:flex;align-items:center}
.header_logo img{max-width:52px;height:auto}
.header__navigation ul{display:flex;gap:28px}
.header__navigation a{color:#fff;font-size:15px;font-weight:500;transition:color .15s}
.header__navigation a:hover{color:var(--brand-yellow)}
.header_buttons{display:flex;gap:12px;align-items:center}
.header_burger-menu{display:none;width:32px;height:32px;background:url(../images/burgerMenu.png) center/contain no-repeat;cursor:pointer}
.header_burger-menu.is-visible{background-image:url(../images/burgerMenuClose.png)}
.header__navigation-border{display:none;position:fixed;top:72px;left:0;right:0;background:var(--brand-dark);padding:22px 20px;border-top:1px solid rgba(255,255,255,.08);box-shadow:0 12px 24px rgba(0,0,0,.35)}
.header__navigation-border.is-visible{display:block}
.header__navigation-border ul{flex-direction:column;gap:16px;display:flex}
.header__navigation-border a{color:#fff;font-size:16px}
@media(max-width:991px){
  .mobile-none{display:none !important}
  .header_burger-menu{display:block}
  .header_buttons .outline_button{display:none}
}
@media(min-width:992px){.desktop-none{display:none !important}}

/* Hero */
.hero{position:relative;padding:130px 0 70px;background:linear-gradient(135deg,#0A1929 0%,#132e56 50%,#0A1929 100%);text-align:center;overflow:hidden}
.hero::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 20%,rgba(255,231,120,.14),transparent 40%),radial-gradient(circle at 85% 80%,rgba(62,162,224,.15),transparent 42%);pointer-events:none}
.hero-inner{position:relative;z-index:2}
.hero-eyebrow{color:var(--brand-yellow);font-weight:600;text-transform:uppercase;letter-spacing:2px;font-size:13px;margin-bottom:16px}
.hero h1{font-size:48px;line-height:1.1;margin-bottom:14px}
.hero-sub{font-size:20px;color:var(--text-light);max-width:760px;margin:0 auto 30px}
.hero-bonus{display:inline-block;padding:14px 26px;background:rgba(255,231,120,.12);border:1px solid rgba(255,231,120,.4);border-radius:14px;font-size:22px;font-weight:700;color:var(--brand-yellow);margin:12px 0 26px}
@media(max-width:768px){.hero{padding:110px 0 50px}.hero h1{font-size:32px}.hero-sub{font-size:16px}.hero-bonus{font-size:18px}}

/* Passport table */
.passport-wrap{margin:30px 0 40px}
.passport-table{width:100%;border-collapse:collapse;background:linear-gradient(180deg,rgba(11,49,57,.55) 0,rgba(20,124,192,.15) 100%);border-radius:16px;overflow:hidden;box-shadow:0 6px 20px rgba(0,0,0,.25)}
.passport-table th,.passport-table td{padding:14px 20px;text-align:left;border-bottom:1px solid rgba(255,255,255,.08);font-size:15px;vertical-align:top}
.passport-table th{width:36%;color:var(--brand-yellow);font-weight:600;background:rgba(255,231,120,.04)}
.passport-table td{color:var(--text-light)}
.passport-table tr:last-child th,.passport-table tr:last-child td{border-bottom:0}
@media(max-width:600px){.passport-table th,.passport-table td{padding:10px 14px;font-size:14px}.passport-table th{width:42%}}

/* Feature grid */
.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:20px;margin:30px 0}
.feature-card{background:linear-gradient(180deg,rgba(11,49,57,.35) 0,rgba(20,124,192,.1) 100%);border-radius:14px;padding:26px 22px;text-align:center;border:1px solid rgba(255,231,120,.06)}
.feature-card img{width:64px;height:64px;margin:0 auto 14px}
.feature-card h3{margin:0 0 8px;font-size:18px;color:#fff}
.feature-card p{font-size:14px;margin:0;color:var(--text-mute)}

/* Reviews */
.reviews-section{background:linear-gradient(180deg,#0A1929 0%,#0F2340 50%,#0A1929 100%);padding:70px 0;margin:60px 0}
.reviews-section h2{text-align:center;margin:0 0 12px}
.reviews-lead{text-align:center;color:var(--text-mute);max-width:700px;margin:0 auto 40px}
.reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}
.review-card{background:linear-gradient(180deg,rgba(11,49,57,.65) 0%,rgba(20,124,192,.18) 100%);border-radius:18px;padding:26px;box-shadow:0 8px 24px rgba(0,0,0,.25);border:1px solid rgba(255,231,120,.08);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.review-card:hover{transform:translateY(-4px);box-shadow:0 14px 34px rgba(0,0,0,.4);border-color:rgba(255,231,120,.25)}
.review-head{display:flex;align-items:center;gap:14px;margin-bottom:14px}
.review-avatar{width:54px;height:54px;border-radius:50%;background:linear-gradient(135deg,var(--brand-yellow) 0%,var(--brand-yellow-hover) 100%);color:var(--brand-dark);font-weight:700;font-size:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 10px rgba(255,231,120,.25)}
.review-name{font-weight:600;font-size:16px;color:#fff;margin:0}
.review-meta{font-size:13px;color:var(--text-mute);margin-top:2px}
.review-stars{color:var(--brand-yellow);font-size:16px;letter-spacing:3px;margin:6px 0 10px}
.review-text{font-style:italic;font-size:15px;line-height:1.6;color:#dbe6ef;margin:0}

/* FAQ */
.faq-section{padding:40px 0}
.faq-section h2{text-align:center}
.faq-list{margin-top:30px;display:flex;flex-direction:column;gap:12px;max-width:900px;margin-left:auto;margin-right:auto}
.faq-item{background:#E5F6FF;border-radius:16px;overflow:hidden}
.faq-question{padding:22px 60px 22px 24px;font-weight:600;font-size:18px;color:#0A1118;cursor:pointer;position:relative;list-style:none;user-select:none}
.faq-question::-webkit-details-marker{display:none}
.faq-question::after{content:"+";position:absolute;right:24px;top:50%;transform:translateY(-50%);font-size:28px;color:#0A1118;font-weight:400;line-height:1}
.faq-item[open] .faq-question::after{content:"–"}
.faq-answer{padding:0 24px 22px;color:#0A1118;font-size:15px;line-height:1.6}
.faq-answer p{color:#0A1118;margin:0}

/* Footer */
.site-footer{background:#050810;padding:56px 0 26px;margin-top:60px;border-top:1px solid rgba(255,255,255,.08)}
.footer-cols{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:40px;margin-bottom:34px}
.footer-cols h4{color:var(--brand-yellow);font-size:13px;letter-spacing:1.2px;text-transform:uppercase;margin:0 0 16px}
.footer-cols ul{display:flex;flex-direction:column;gap:9px}
.footer-cols a{color:#c9d3dd;font-size:14px;transition:color .15s}
.footer-cols a:hover{color:var(--brand-yellow)}
.footer-brand p{color:#8898a8;font-size:13px;margin:8px 0 0}
.footer-brand img{max-width:52px;margin-bottom:8px}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:22px;font-size:12px;color:#7a8a99;text-align:center;line-height:1.6}
.footer-bottom p{margin:6px 0;color:#7a8a99;font-size:12px;line-height:1.6}
.age-badge{display:inline-block;background:#8B0000;color:#fff;padding:2px 8px;border-radius:4px;font-weight:700;font-size:12px;margin-right:6px}
@media(max-width:768px){.footer-cols{grid-template-columns:1fr;gap:26px}}

/* Payment / provider badge row */
.badges-row{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin:24px 0}
.badge{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);color:#fff;padding:8px 14px;border-radius:8px;font-size:13px}

/* Sticky bottom CTA (mobile) */
.sticky-btn{position:fixed;bottom:16px;left:50%;transform:translateX(-50%);z-index:9998;box-shadow:0 8px 24px rgba(0,0,0,.5)}
@media(min-width:992px){.sticky-btn{display:none}}

/* Utility */
.text-center{text-align:center}
