/* === CASINO HERO === */
.casino-hero{position:relative;min-height:400px;display:flex;justify-content:center;align-items:center;overflow:hidden;color:#fff;background:linear-gradient(180deg,#260000 0%,#101010 100%);_box-shadow:0 6px 30px #00000073}
.hero-inner{text-align:center;max-width:1100px;padding:40px 30px;margin:0 auto}
.hero-eyebrow{font-size:14px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#fffc}
.hero-title{font-size:clamp(38px,5vw,64px);font-weight:900;margin:8px 0 20px;text-shadow:0 2px 10px #0006}
.hero-btn{display:inline-flex;align-items:center;gap:10px;padding:14px 34px;border-radius:9999px;background:linear-gradient(90deg,#ffb300,#ff3b3b);color:#fff!important;font-weight:800;text-transform:uppercase;letter-spacing:.04em;text-decoration:none;position:relative;overflow:hidden;box-shadow:0 0 22px #ff640066;cursor:pointer;transition:transform .25s ease}
.hero-btn::before{content:"";position:absolute;top:0;left:-80%;width:60%;height:100%;background:linear-gradient(120deg,#ffffff8c,transparent 60%);transform:skewX(-20deg);animation:swordLight 3.5s infinite linear;pointer-events:none}
@keyframes swordLight {
0%{left:-80%}
100%{left:130%}
}
.hero-btn::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at var(--x,50%) var(--y,50%),#ffffff80,transparent 40%);opacity:0;transition:opacity .2s ease;pointer-events:none}
.hero-btn.hovering::after{opacity:1}
.hero-btn:hover{transform:scale(1.04)}
.hero-btn:active{transform:scale(0.97);box-shadow:0 0 30px #ff9600b3}
.hero-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.hero-kpi{position:relative;background:#ffffff0f;border-radius:18px;padding:16px 14px;border:1px solid #ffffff0d;box-shadow:0 6px 26px #00000040;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}
.hero-kpi:hover{transform:translateY(-4px);box-shadow:0 10px 38px #00000059}
.hero-kpi::after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at var(--x,50%) var(--y,50%),#ffffff40,transparent 40%);opacity:0;transition:opacity .25s ease;pointer-events:none}
.hero-kpi:hover::after{opacity:1}
.hero-kpi:active{transform:scale(0.98);box-shadow:0 0 30px #fff3}
.hero-kpi i{font-size:18px;color:#d5d5d5;margin-bottom:6px}
.hero-kpi strong{color:#fff;display:block;font-size:15px}
.hero-kpi span{color:#ffffffb3;font-size:13px}
.hero-features{display:flex;justify-content:center;align-items:center;gap:24px;font-size:14px;color:#ffffffd9;margin-top:18px}
.hero-feature{position:relative;display:flex;align-items:center;gap:6px}
.hero-feature i{color:#d5d5d5}
.hero-feature:not(:last-child)::after{content:"";position:absolute;right:-12px;top:4px;width:1px;height:14px;background:linear-gradient(to bottom,transparent,#fff6,transparent)}
.hero-subtext{margin-top:16px;font-size:14px;font-weight:600;color:#ffffffd9}
@media(max-width:768px) {
.hero-inner{padding:28px 18px}
.hero-title{font-size:42px}
.hero-kpis{grid-template-columns:repeat(2,1fr);gap:12px}
.hero-features{flex-direction:column;gap:8px;display:none}
}

/* ===== GAMES CAROUSELS ===== */
.games-section{margin:30px auto;}
.games-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:8px 0 14px;}
.games-title{margin:0;font-weight:800;color:var(--wp--preset--color--neutral-12);}
.games-head-actions{display:flex;align-items:center;gap:10px;}
.games-see-all{display:inline-flex;align-items:center;gap:8px;height:32px;padding:0 12px;border-radius:8px;border:1px solid rgba(var(--wp--custom--sunrise-dark-1-rgb),.14);color:var(--wp--preset--color--neutral-12);text-decoration:none;background:rgba(var(--wp--custom--sunrise-dark-1-rgb),.04);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);font-weight:700;font-size:13px;transition:transform .15s ease,background .15s ease,border-color .15s ease;}
.games-see-all:hover{transform:translateY(-1px);background:rgba(var(--wp--custom--sunrise-dark-1-rgb),.06);border-color:rgba(var(--wp--custom--sunrise-dark-1-rgb),.22);}
.games-arrows{display:flex;align-items:center;gap:6px;}
.gc-nav{width:32px;height:32px;display:grid;place-items:center;border-radius:8px;border:1px solid rgba(var(--wp--custom--sunrise-dark-1-rgb),.14);background:rgba(var(--wp--custom--sunrise-dark-1-rgb),.04);color:var(--wp--preset--color--neutral-12);cursor:pointer;transition:opacity .15s ease,background .15s ease,border-color .15s ease,transform .15s ease;font-family:"Font Awesome 5 Free",sans-serif;font-weight:900;font-size:14px;line-height:1;}
.gc-nav:hover{background:rgba(var(--wp--custom--sunrise-dark-1-rgb),.06);border-color:rgba(var(--wp--custom--sunrise-dark-1-rgb),.22);transform:translateY(-1px);}
.gc-nav:disabled{opacity:.5;cursor:not-allowed;transform:none;}
.games-carousel{position:relative;border-radius:16px;background:transparent;}
.gc-viewport{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;padding:8px 8px 2px;position:relative;}
.gc-viewport::-webkit-scrollbar{height:0;}
.gc-viewport{scrollbar-width:none;}
.gc-list{display:grid;grid-auto-flow:column;grid-auto-columns:238px;gap:16px;list-style:none;margin:0;padding:0 8px 12px;}
.games-carousel .gc-card{scroll-snap-align:start;position:relative;border-radius:16px;background:var(--wp--preset--color--white);box-shadow:0 4px 10px rgba(var(--wp--custom--sunrise-dark-1-rgb),.08);transition:transform .25s ease,box-shadow .25s ease,filter .25s ease;border:1px solid rgba(var(--wp--custom--sunrise-dark-1-rgb),.06);}
.games-carousel .gc-card:focus-within{outline:0;}
.games-carousel .gc-link{display:grid;grid-template-rows:1fr 0;height:100%;text-decoration:none;color:var(--wp--preset--color--neutral-12);position:relative;overflow:hidden;border-radius:14px;}
.games-carousel .gc-thumb{position:relative;overflow:hidden;border-radius:14px;background:var(--wp--preset--color--neutral-2);}
.games-carousel .gc-thumb img{width:100%;height:100%;object-fit:cover;display:block;transform:scale(1);transition:transform .45s ease,filter .45s ease;}
.games-carousel .gc-thumb::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(var(--wp--custom--sunrise-dark-1-rgb),0) 40%,rgba(var(--wp--custom--sunrise-dark-1-rgb),.25) 78%,rgba(var(--wp--custom--sunrise-dark-1-rgb),.38) 100%);opacity:0;transition:opacity .25s ease;pointer-events:none;z-index:1;}
.gc-slot-icon{position:absolute;top:10px;right:10px;z-index:2;background:rgba(var(--wp--custom--sunrise-dark-1-rgb),.06);border:1px solid rgba(var(--wp--custom--sunrise-dark-1-rgb),.12);border-radius:8px;padding:6px 8px;line-height:1;color:var(--wp--preset--color--neutral-12);font-size:14px;transition:opacity .2s ease,transform .2s ease;}
.games-carousel .gc-link::before{content:"";position:absolute;inset:0;background:rgba(var(--wp--custom--sunrise-dark-1-rgb),.18);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);opacity:0;transition:opacity .25s ease;z-index:2;}
.gc-overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:16px;z-index:4;opacity:0;transform:translateY(6px);transition:opacity .25s ease,transform .25s ease;}
.gc-ov-title{margin:0;padding:0 12px;color:var(--wp--preset--color--white);font-weight:800;font-size:16px;line-height:1.15;text-align:center;text-transform:uppercase;letter-spacing:.3px;text-shadow:0 1px 2px rgba(var(--wp--custom--sunrise-light-1-rgb),.7);}
.gc-btn{display:block;width:180px;max-width:80%;height:42px;line-height:42px;text-align:center;border-radius:9999px;font-weight:900;font-size:14px;text-transform:uppercase;user-select:none;box-shadow:0 8px 16px rgba(var(--wp--custom--sunrise-dark-1-rgb),.14);transition:transform .18s ease,box-shadow .18s ease,filter .18s ease,background .18s ease;border:1px solid rgba(var(--wp--custom--sunrise-dark-1-rgb),.12);}
.gc-btn--play{background:var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange);color:var(--wp--preset--color--neutral-12);}
.gc-btn--demo{background:var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple);color:var(--wp--preset--color--white);}
.gc-btn--play:hover,.gc-btn--demo:hover{filter:brightness(1.06) saturate(1.04);transform:translateY(-2px);box-shadow:0 12px 22px rgba(var(--wp--custom--sunrise-dark-1-rgb),.18);}
.gc-card:hover .gc-link::before,.gc-card:hover .gc-overlay,.gc-card:focus-within .gc-link::before,.gc-card:focus-within .gc-overlay{opacity:1;transform:translateY(0);}
.games-carousel .gc-title{position:absolute;top:18%;left:50%;transform:translateX(-50%);width:90%;text-align:center;font-weight:800;font-size:16px;color:var(--wp--preset--color--neutral-12);text-transform:uppercase;text-shadow:0 1px 2px rgba(var(--wp--custom--sunrise-light-1-rgb),.75);opacity:0;z-index:5;pointer-events:none;transition:opacity .25s ease;}
.gc-card:hover .gc-title,.gc-card:focus-within .gc-title{opacity:1;}
.gc-card:hover .gc-thumb img,.gc-card:focus-within .gc-thumb img{filter:brightness(.92);transform:scale(1.04);}
.gc-card:hover .gc-slot-icon,.gc-card:focus-within .gc-slot-icon{opacity:0;transform:scale(.98);}
.games-carousel .gc-card:hover,.games-carousel .gc-card:focus-within{transform:translateY(-4px);filter:saturate(1.04);}
.games-carousel .gc-card:active{transform:translateY(-1px) scale(.99);}
@media (prefers-reduced-motion:reduce){.games-carousel .gc-card,.games-carousel .gc-thumb img,.gc-overlay,.games-carousel .gc-link::before,.games-carousel .gc-title{transition:none;}}
@media (max-width:1280px){.games-carousel .gc-list{grid-auto-columns:220px;}}
@media (max-width:1024px){.games-carousel .gc-list{grid-auto-columns:86vw;}.games-carousel .gc-title,.gc-ov-title{font-size:14px;}}
@media (max-width:560px){.games-carousel .gc-list{grid-auto-columns:90vw;}.games-carousel .gc-title,.gc-ov-title{font-size:15px;}}
.games-carousel.is-slick .gc-viewport{overflow:hidden;}
.games-carousel.is-slick .gc-list{display:block;padding:0;margin:0;gap:0;}
.games-carousel.is-slick .gc-list .gc-card{flex:none;width:auto;}
.games-carousel.is-slick .slick-list{margin:0 -6px;overflow:visible !important;}
.games-carousel.is-slick .slick-slide{margin:0 6px;}
.games-carousel.is-slick .slick-slide:focus{outline:none;}
.games-carousel.is-slick .slick-slide .gc-link:focus-visible{outline:2px solid var(--wp--preset--color--green-4);outline-offset:2px;border-radius:12px;}
.games-carousel.is-slick .slick-list{cursor:default !important;}
.games-carousel.is-slick .slick-slide img{-webkit-user-drag:none;user-drag:none;user-select:none;-webkit-user-select:none;margin:0 auto;}
@media (max-width:900px){.games-head{margin:6px 0 10px;}.games-see-all{height:30px;padding:0 10px;}.gc-nav{width:30px;height:30px;}}
@media (max-width:640px){.games-head{gap:8px;}.games-title{font-size:1.05rem;}.games-see-all{font-size:12px;}}

/* ===== GAMES CAROUSELS:: Promotions ===== */
.gc-card-promo{position:relative;border-radius:16px;overflow:hidden;background:var(--wp--preset--color--neutral-2);border:1px solid rgba(var(--wp--custom--sunrise-dark-1-rgb),.08)}
.gc-link-promo{position:relative;display:block;min-height:220px;padding:24px;text-decoration:none;color:var(--wp--preset--color--neutral-12)}
.gc-thumb-promo{position:absolute;inset:0;z-index:0}
.gc-thumb-promo img{width:100%;height:100%;object-fit:cover;object-position:center right;transform:scale(1);transition:transform .45s ease,filter .45s ease}
.gc-link-promo::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(var(--wp--custom--sunrise-dark-1-rgb),.55) 0%,rgba(var(--wp--custom--sunrise-dark-1-rgb),.35) 48%,rgba(var(--wp--custom--sunrise-dark-1-rgb),.15) 72%,rgba(var(--wp--custom--sunrise-dark-1-rgb),0) 100%);z-index:1}
.gc-title-promo,.gc-desc-promo,.gc-cta-promo{position:relative;z-index:2;display:block;max-width:560px}
.gc-title-promo{margin:0 0 8px;font-weight:800;font-size:14px;letter-spacing:.08em;text-transform:uppercase;color:var(--wp--preset--color--white);text-shadow:0 1px 0 rgba(var(--wp--custom--sunrise-light-1-rgb),.7)}
.gc-desc-promo{margin:0 0 20px;font-weight:900;line-height:1.15;font-size:34px;text-shadow:0 2px 10px rgba(var(--wp--custom--sunrise-light-1-rgb),.5);color:var(--wp--preset--color--white)}
.gc-desc-promo p{margin:0;}
.gc-cta-promo{display:inline-flex;align-items:center;justify-content:center;height:40px;padding:0 22px;border-radius:9999px;background:var(--gradient-orange-red);color:var(--wp--preset--color--white);font-weight:800;font-size:14px;letter-spacing:.04em;text-transform:uppercase;box-shadow:0 8px 22px rgba(var(--wp--custom--sunrise-dark-1-rgb),.12),inset 0 0 0 1px rgba(var(--wp--custom--sunrise-light-1-rgb),.22);transition:transform .25s ease,background .25s ease,box-shadow .25s ease}
.gc-card-promo:hover .gc-thumb-promo img,.gc-card-promo:focus-within .gc-thumb-promo img{transform:scale(1.06);filter:saturate(1.05)}
.gc-cta-promo:hover{transform:translateY(-1px);box-shadow:0 10px 26px rgba(var(--wp--custom--sunrise-dark-1-rgb),.16)}
.gc-link-promo:focus-visible{outline:2px solid var(--wp--preset--color--green-4);outline-offset:3px;border-radius:16px}
@media (max-width:1024px){.gc-link-promo{min-height:200px;padding:20px}.gc-desc-promo{font-size:28px}}
@media (max-width:720px){.gc-link-promo{min-height:220px;padding:18px}.gc-link-promo::after{background:linear-gradient(180deg,rgba(var(--wp--custom--sunrise-dark-1-rgb),.55) 0%,rgba(var(--wp--custom--sunrise-dark-1-rgb),.35) 55%,rgba(var(--wp--custom--sunrise-dark-1-rgb),.12) 100%)}.gc-title-promo{font-size:13px}.gc-desc-promo{font-size:24px}.gc-cta-promo{height:38px;padding:0 18px;font-size:13px}}
@media (prefers-reduced-motion:reduce){.gc-thumb-promo img,.gc-card-promo,.gc-cta-promo{transition:none}}

/* ====== Section/Slot Icons ====== */
.games-title-icon{display:inline-block;margin-left:8px;opacity:.95;}
.games-carousel .gc-slot-icon{position:absolute;top:0;right:0;z-index:5;display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:6px 14px;font-weight:800;font-size:13px;line-height:1;color:var(--wp--preset--color--white);background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red);clip-path:polygon(0 0,100% 0,100% 100%,12% 100%);text-transform:uppercase;text-shadow:0 1px 2px rgba(var(--wp--custom--sunrise-dark-1-rgb),.35);pointer-events:none;}
#games-sec-1 .gc-slot-icon{background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red);}
#games-sec-2 .gc-slot-icon{background:var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple);}
#games-sec-3 .gc-slot-icon{background:var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray);}
#games-sec-4 .gc-slot-icon{background:var(--wp--preset--gradient--electric-grass);}
#games-sec-5 .gc-slot-icon{background:var(--wp--preset--gradient--luminous-dusk);}

/* Providers strip */
.gc-card-provider .provider-card{background:rgba(var(--wp--custom--sunrise-dark-1-rgb),.04);border:1px solid rgba(var(--wp--custom--sunrise-dark-1-rgb),.12);border-radius:16px;padding:16px 18px;}
.provider-card img{max-height:48px;width:auto;height:auto;object-fit:contain;filter:grayscale(100%) opacity(.9);transition:transform .25s ease,filter .25s ease,opacity .25s ease;filter: drop-shadow(0 0 2px rgba(0,0,0,0.7));}
.provider-card img:hover{transform:scale(1.05);opacity:1;}

/* === FAQ SECTION === */
.faq-section{margin:0 auto;padding:0 20px;font-family:"Inter","Segoe UI",sans-serif;color:var(--wp--preset--color--neutral-12);background:var(--wp--preset--color--white);}
.faq-title{text-align:center;font-size:clamp(28px,4vw,40px);font-weight:800;color:var(--wp--preset--color--sunrise-primary-1);margin-bottom:45px;letter-spacing:-.3px;position:relative;}
.faq-title::after{content:"";display:block;width:70px;height:3px;margin:12px auto 0;background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red);border-radius:3px;}
.faq-list{display:flex;flex-direction:column;gap:16px;}
.faq-item{background:var(--wp--preset--color--white);border-radius:14px;border:1px solid rgba(var(--wp--custom--sunrise-primary-1-rgb),.08);box-shadow:0 4px 18px rgba(var(--wp--custom--sunrise-dark-1-rgb),.06);backdrop-filter:blur(6px);overflow:hidden;transition:all .3s ease;}
.faq-item:hover{transform:translateY(-2px);box-shadow:0 6px 22px rgba(var(--wp--custom--sunrise-dark-1-rgb),.12);border-color:rgba(var(--wp--custom--sunrise-primary-1-rgb),.22);}
.faq-question{width:100%;background:transparent;border:none;outline:none;text-align:left;padding:22px 26px;font-size:17px;font-weight:700;display:flex;justify-content:space-between;align-items:center;cursor:pointer;color:var(--wp--preset--color--neutral-12);transition:color .25s ease;}
.faq-question:hover{color:var(--orange);}
.faq-icon{font-size:16px;color:rgba(var(--wp--custom--sunrise-dark-1-rgb),.5);transition:transform .25s ease,color .25s ease;}
.faq-question[aria-expanded="true"] .faq-icon{transform:rotate(180deg);color:var(--wp--preset--color--sunrise-primary-1);}
.faq-answer{display:none;padding:5px 26px 24px;font-size:15px;line-height:1.7;color:var(--wp--preset--color--neutral-11);background:linear-gradient(to bottom,rgba(var(--wp--custom--sunrise-light-1-rgb),.85),rgba(var(--wp--custom--sunrise-light-1-rgb),.95));animation:faqFade .3s ease;}
.faq-question[aria-expanded="true"] + .faq-answer{display:block;height:auto!important;}
@keyframes faqFade{from{opacity:0;transform:translateY(-6px);}to{opacity:1;transform:translateY(0);}}
@media (max-width:700px){.faq-section{padding:0 16px;}.faq-question{font-size:16px;padding:18px 20px;}.faq-answer{padding:0 20px 20px;}}

/* ===== HTML Sitemap ===== */
.html-sitemap{margin:40px auto;max-width:1100px;line-height:1.6;color:var(--wp--preset--color--neutral-12);}
.html-sitemap h2{font-size:1.75rem;margin:0 0 14px;color:var(--wp--preset--color--neutral-12);padding-bottom:10px;border:0;border-bottom:2px solid transparent;border-image:var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) 1;}
.html-sitemap .sitemap-block{margin:28px 0;}
.html-sitemap ul{margin:0;padding:0;list-style:none;}
.html-sitemap .sitemap-pages-list{column-gap:48px;}
@media (min-width:900px){.html-sitemap .sitemap-pages-list{columns:2;}}
@media (min-width:1200px){.html-sitemap .sitemap-pages-list{columns:3;}}
.html-sitemap .sitemap-pages-list li{break-inside:avoid;}
.html-sitemap ul,.html-sitemap ol,.html-sitemap li{list-style:none;}
.html-sitemap li{position:relative;padding-left:18px;margin:6px 0;}
.html-sitemap li::before{content:"";position:absolute;left:0;top:.78em;width:6px;height:6px;border-radius:50%;background:var(--wp--preset--color--neutral-11);opacity:.7;transform:translateY(-50%);transition:background .2s ease,opacity .2s ease;}
.html-sitemap a{color:inherit;font-weight:bold;text-decoration:none;transition:color .15s ease,text-decoration-color .15s ease;text-decoration-color:rgba(var(--wp--custom--sunrise-dark-1-rgb),.3);}
.html-sitemap a:hover{color:var(--wp--preset--color--green-4);text-decoration-color:var(--wp--preset--color--green-4);}
.html-sitemap li:hover::before{background:var(--wp--preset--color--green-4);opacity:1;}
.html-sitemap .sitemap-category-title{display:block;font-weight:700;margin:10px 0 8px;color:var(--wp--preset--color--neutral-12);}
.html-sitemap .sitemap-posts{margin-top:6px;padding-left:18px;border-left:2px solid rgba(var(--wp--custom--sunrise-dark-1-rgb),.12);}

/* ===== Contact Form ===== */
.contact-form{display:grid;gap:14px;max-width:720px;margin:20px auto;}
.contact-form .cf-row{display:grid;gap:6px;}
.contact-form label{font-weight:600;color:var(--wp--preset--color--neutral-12);}
.contact-form input[type="text"],.contact-form input[type="email"],.contact-form textarea{width:100%;padding:12px 14px;border-radius:10px;border:1px solid rgba(var(--wp--custom--sunrise-dark-1-rgb),.16);background:var(--wp--preset--color--white);color:var(--wp--preset--color--neutral-12);}
.contact-form textarea{resize:vertical;}
.contact-form .cf-note{font-size:.95rem;color:rgba(var(--wp--custom--sunrise-dark-1-rgb),.7);border-left:2px solid rgba(var(--wp--custom--sunrise-dark-1-rgb),.15);padding-left:12px;}
.cf-alert{padding:12px 14px;border-radius:10px;}
.cf-success{background:rgba(var(--wp--custom--sunrise-light-1-rgb),.55);border:1px solid rgba(var(--wp--custom--sunrise-primary-1-rgb),.18);color:var(--wp--preset--color--green-5);}
.cf-error{background:rgba(var(--wp--custom--sunrise-light-1-rgb),.55);border:1px solid rgba(var(--wp--custom--sunrise-primary-1-rgb),.35);color:var(--wp--preset--color--sunrise-primary-1);}

/* Mobile Bottom Play */
.play-now-mobile{display:none;}
@media (max-width:1024px){
.play-now-mobile{display:none;position:fixed;bottom:0;left:0;right:0;width:100%;z-index:9999;padding:18px 20px;background:linear-gradient(180deg,#3b0000 0%,#1a0000 100%);border-top:2px solid #ff69004d;box-shadow:0 -6px 20px #00000073;backdrop-filter:blur(6px);opacity:0;transform:translateY(100%);pointer-events:none;transition:opacity .8s ease,transform .8s cubic-bezier(0.25,1,0.5,1),box-shadow .5s ease}
.play-now-mobile.visible{display:block;opacity:1;transform:translateY(0);pointer-events:auto;animation:slideUpGlow 1s cubic-bezier(0.25,1,0.5,1) forwards}
@keyframes slideUpGlow {
0%{transform:translateY(100%);opacity:0;box-shadow:0 -6px 0 #ff690000}
60%{transform:translateY(-6px);opacity:1;box-shadow:0 -6px 30px #ff450059}
100%{transform:translateY(0);opacity:1;box-shadow:0 -6px 18px #ff450040}
}
.play-now-btn{display:flex;justify-content:center;align-items:center;gap:10px;width:100%;padding:16px 22px;font-size:18px;font-weight:900;text-transform:uppercase;letter-spacing:.03em;color:#fff;text-decoration:none;border-radius:14px;position:relative;overflow:hidden;background:linear-gradient(135deg,#ff6900 0%,#cf2e2e 100%);box-shadow:0 6px 20px #ff450040;transition:transform .3s ease,box-shadow .4s ease,filter .4s ease}
.play-now-btn::after{content:"";position:absolute;top:0;left:-50%;width:50%;height:100%;background:linear-gradient(120deg,#fff0 0%,#fff6 50%,#fff0 100%);animation:casinoShine 2.2s linear infinite}
@keyframes casinoShine {
0%{left:-50%}
100%{left:120%}
}
.play-now-btn:hover{transform:translateY(-2px);filter:brightness(1.08) saturate(1.1);box-shadow:0 10px 28px #ff450066 0 0 26px #cf2e2e59}
.play-now-btn:active{transform:translateY(0);filter:brightness(1);box-shadow:0 4px 10px #ff450040}
.play-now-mobile.visible .play-now-btn{animation:btnPulse 2.6s ease-in-out infinite}
@keyframes btnPulse {
0%,100%{box-shadow:0 0 20px #ff69004d}
50%{box-shadow:0 0 40px #ff450073}
}
body{padding-bottom:90px}
}

/* ===== Featured media on single ===== */
.post-featured{position:relative;margin:12px 0 16px;border-radius:14px;overflow:hidden;background:var(--wp--preset--color--neutral-2);border:1px solid rgba(var(--wp--custom--sunrise-dark-1-rgb),.12);}
.post-featured__img{display:block;width:100%;height:auto;object-fit:cover;}
.post-featured__overlay{position:absolute;inset:0;padding:18px;background:linear-gradient(180deg,rgba(var(--wp--custom--sunrise-dark-1-rgb),0) 24%,rgba(var(--wp--custom--sunrise-dark-1-rgb),.45) 92%);opacity:1;transition:opacity .25s ease;}
.post-featured__overlay::before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 50% 46%,rgba(var(--wp--custom--sunrise-dark-1-rgb),.38) 0%,rgba(var(--wp--custom--sunrise-dark-1-rgb),.32) 30%,rgba(var(--wp--custom--sunrise-dark-1-rgb),.18) 52%,rgba(var(--wp--custom--sunrise-dark-1-rgb),0) 72%);pointer-events:none;z-index:1;}
.post-featured__cta-group{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;z-index:3;}
.post-featured__cta{display:inline-flex;align-items:center;justify-content:center;gap:10px;height:48px;padding:0 18px;width:min(82vw,340px);border-radius:9999px;color:var(--wp--preset--color--white);text-decoration:none;font-weight:900;font-size:14px;letter-spacing:.04em;pointer-events:auto;border:0;box-shadow:0 10px 24px rgba(var(--wp--custom--sunrise-dark-1-rgb),.16);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);transition:transform .18s ease,filter .18s ease,box-shadow .18s ease;overflow:hidden;will-change:transform,filter,box-shadow;animation:none;text-transform:uppercase;}
.post-featured__play{background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red);box-shadow:0 10px 24px rgba(var(--wp--custom--sunrise-dark-1-rgb),.18),0 0 22px rgba(var(--wp--custom--sunrise-primary-1-rgb),.22);height:auto;padding-top:10px;padding-bottom:10px;}
.post-featured__play .pf-lines{display:flex;flex-direction:column;align-items:center;line-height:1.05;}
.post-featured__play .pf-main{font-size:16px;font-weight:900;letter-spacing:.04em;text-transform:uppercase;}
.post-featured__play .pf-sub{margin-top:2px;font-size:12px;font-weight:800;letter-spacing:.02em;text-transform:none;color:var(--wp--preset--color--white);opacity:.95;}
.post-featured__real{background:var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan);box-shadow:0 10px 24px rgba(var(--wp--custom--sunrise-dark-1-rgb),.18);}
@keyframes post-featured-shine{0%{left:-70%;}40%{left:130%;}100%{left:130%;}}
.post-featured__cta i{font-size:16px;}
.post-featured__cta::after{content:"";position:absolute;top:0;left:-70%;width:50%;height:100%;background:linear-gradient(120deg,rgba(255,255,255,.6),transparent 60%);transform:skewX(-20deg);animation:post-featured-shine 3.6s infinite;}
.post-featured__play::after{animation:post-featured-shine 3.1s infinite .2s;}
.post-featured__real::after{animation:post-featured-shine 4.8s infinite 1.1s;}
.post-featured__cta:hover{transform:scale(1.04);filter:saturate(1.08);box-shadow:0 12px 28px rgba(var(--wp--custom--sunrise-dark-1-rgb),.2);}
.post-featured__cta:focus-visible{outline:2px solid var(--wp--preset--color--white);outline-offset:3px;}
@media (max-width:560px){.post-featured__cta-group{top:45%;gap:10px;}.post-featured__cta{height:44px;padding:0 14px;font-size:13px;width:min(90vw,340px);}.post-featured__cta i{font-size:15px;}}
@media (max-width:380px){.post-featured__cta-group{top:42%;}}

/* === BREADCRUMBS === */
.breadcrumbs{margin:20px auto;font-size:14px;font-weight:500;color:var(--wp--preset--color--neutral-11);}
.breadcrumbs-list{list-style:none;display:flex;align-items:center;gap:8px;padding:0;margin:0;}
.breadcrumbs .crumb-item a{color:var(--wp--preset--color--neutral-12);text-decoration:none;transition:color .25s ease;}
.breadcrumbs .crumb-item a:hover{color:var(--wp--preset--color--sunrise-primary-1);}
.breadcrumbs .sep{font-family:"Font Awesome 5 Free";font-weight:900;font-size:0;color:rgba(var(--wp--custom--sunrise-dark-1-rgb),.5);}
.breadcrumbs .sep::before{content:"\f105";font-family:"Font Awesome 5 Free";font-weight:900;font-size:12px;color:rgba(var(--wp--custom--sunrise-dark-1-rgb),.55);display:inline-block;}
.breadcrumbs .current{color:var(--wp--preset--color--sunrise-primary-1);font-weight:700;}

/* =========================================================
   POSTS ARCHIVE: GRID + CARD + PAGINATION
   ========================================================= */
.posts-archive{background-color:transparent;}
.posts-archive .archive-title{margin:10px 0 18px;font-weight:900;color:var(--wp--preset--color--neutral-12);}

/* Grid */
.posts-grid{display:grid;gap:18px;grid-template-columns:repeat(3,1fr);}
@media (max-width:1199px){.posts-grid{grid-template-columns:repeat(2,1fr);}}
@media (max-width:767px){.posts-grid{grid-template-columns:1fr;}}

/* Post Card */
.post-card{position:relative;background:var(--wp--preset--color--white);border:1px solid rgba(var(--wp--custom--sunrise-dark-1-rgb),.12);border-radius:14px;overflow:hidden;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;}
.post-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(var(--wp--custom--sunrise-dark-1-rgb),.14);filter:saturate(1.02);}
.post-card__thumb{position:relative;display:block;background:var(--wp--preset--color--neutral-2);}
.post-card__thumb .post-card__img{width:100%;height:100%;object-fit:cover;display:block;aspect-ratio:16/9;}
.post-card.no-thumb .post-card__thumb{display:grid;place-items:center;}
.post-card__placeholder{width:100%;aspect-ratio:16/9;border-bottom:1px solid rgba(var(--wp--custom--sunrise-dark-1-rgb),.08);background:radial-gradient(circle at 30% 30%,rgba(var(--wp--custom--sunrise-primary-1-rgb),.08),transparent 40%),linear-gradient(180deg,rgba(var(--wp--custom--sunrise-dark-1-rgb),.04),rgba(var(--wp--custom--sunrise-dark-1-rgb),.02));position:relative;}
.post-card__placeholder::after{content:"ðŸ“°";font-size:42px;opacity:.7;}
.post-card__body{padding:14px 14px 16px;display:grid;gap:10px;}
.post-card__meta{position:absolute;top:15px;right:15px;font-size:13px;color:var(--wp--preset--color--neutral-11);}
.post-card__cat{display:inline-block;padding:5px 10px;border-radius:9999px;background:var(--wp--preset--color--neutral-2);border:1px solid rgba(var(--wp--custom--sunrise-dark-1-rgb),.16);color:var(--wp--preset--color--neutral-12);text-decoration:none;font-weight:700;font-size:12px;letter-spacing:.02em;transition:background .15s ease,border-color .15s ease,transform .15s ease;}
.post-card__cat:hover{background:rgba(var(--wp--custom--sunrise-dark-1-rgb),.06);border-color:rgba(var(--wp--custom--sunrise-dark-1-rgb),.22);transform:translateY(-1px);}
.post-card__date{opacity:.85;color:var(--wp--preset--color--neutral-11);}
.post-card__title{margin:0;font-size:18px;line-height:1.25;font-weight:900;}
.post-card__title a{color:var(--wp--preset--color--neutral-12);text-decoration:none;}
.post-card__title a:hover{color:var(--wp--preset--color--green-4);text-decoration:underline;text-underline-offset:3px;}
.post-card__excerpt{margin:0;color:var(--wp--preset--color--neutral-11);}
.post-card__actions{margin-top:4px;}
.post-card__more{display:inline-flex;align-items:center;justify-content:center;height:38px;padding:0 16px;border-radius:9999px;background:rgba(var(--wp--custom--sunrise-dark-1-rgb),.05);border:1px solid rgba(var(--wp--custom--sunrise-dark-1-rgb),.14);color:var(--wp--preset--color--neutral-12);text-decoration:none;font-weight:800;font-size:13px;letter-spacing:.03em;text-transform:uppercase;transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease;}
.post-card__more:hover{background:rgba(var(--wp--custom--sunrise-dark-1-rgb),.08);border-color:rgba(var(--wp--custom--sunrise-dark-1-rgb),.22);transform:translateY(-1px);box-shadow:0 8px 18px rgba(var(--wp--custom--sunrise-dark-1-rgb),.18);}

/* Pagination */
.pagination,.navigation.pagination{margin:16px 0 0;display:flex;justify-content:center;}
.navigation .nav-links,.pagination .nav-links{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap;}
.page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 10px;border-radius:10px;background:rgba(var(--wp--custom--sunrise-dark-1-rgb),.06);border:1px solid rgba(var(--wp--custom--sunrise-dark-1-rgb),.14);color:var(--wp--preset--color--neutral-12);text-decoration:none;font-weight:800;font-size:14px;}
.page-numbers:hover{background:rgba(var(--wp--custom--sunrise-dark-1-rgb),.1);border-color:rgba(var(--wp--custom--sunrise-dark-1-rgb),.22);}
.page-numbers.current{background:var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange);border-color:transparent;color:var(--wp--preset--color--neutral-12);}
.page-numbers.dots{background:transparent;border-color:transparent;color:var(--wp--preset--color--neutral-11);}
.posts-archive .no-posts{color:var(--wp--preset--color--neutral-11);}

/* ===== AUTHOR BLOCK (archive) ===== */
.author-block{margin:18px auto 22px;}
.author-card{display:grid;gap:16px;align-items:flex-start;grid-template-columns:72px 1fr;background:var(--wp--preset--color--white);border:1px solid rgba(var(--wp--custom--sunrise-dark-1-rgb),.12);border-radius:14px;padding:14px;}
.author-avatar{width:72px;height:72px;border-radius:50%;object-fit:cover;display:block;background:var(--wp--preset--color--neutral-2);border:1px solid rgba(var(--wp--custom--sunrise-dark-1-rgb),.16);}
.author-info{display:grid;gap:8px;}
.author-name{margin:0;padding:0;font-weight:900;line-height:1.15;font-size:20px;color:var(--wp--preset--color--neutral-12);}
.author-bio{color:var(--wp--preset--color--neutral-11);}
.author-socials{list-style:none;padding:0;margin:0;display:flex;align-items:center;gap:10px;}
.author-socials a{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:9999px;background:rgba(var(--wp--custom--sunrise-dark-1-rgb),.06);border:1px solid rgba(var(--wp--custom--sunrise-dark-1-rgb),.14);color:var(--wp--preset--color--neutral-12);text-decoration:none;transition:transform .15s ease,background .15s ease,border-color .15s ease;}
.author-socials a:hover{transform:translateY(-1px);background:rgba(var(--wp--custom--sunrise-dark-1-rgb),.1);border-color:rgba(var(--wp--custom--sunrise-dark-1-rgb),.22);}
@media (min-width:720px){.author-card{grid-template-columns:96px 1fr;padding:16px;}.author-avatar{width:96px;height:96px;}}

/* ===== AUTHOR MINI (single post) ===== */
.author-mini{margin:18px 0 0;border-top:1px solid rgba(var(--wp--custom--sunrise-dark-1-rgb),.12);padding-top:14px;}
.author-mini__inner{display:grid;gap:12px;align-items:center;grid-template-columns:56px 1fr;background:var(--wp--preset--color--white);border:1px solid rgba(var(--wp--custom--sunrise-dark-1-rgb),.12);border-radius:12px;padding:10px 12px;}
.author-mini__avatar{width:56px;height:56px;border-radius:50%;object-fit:cover;background:var(--wp--preset--color--neutral-2);border:1px solid rgba(var(--wp--custom--sunrise-dark-1-rgb),.16);}
.author-mini__body{display:grid;gap:6px;}
.author-mini__name{margin:0;padding:0;font-weight:800;line-height:1.1;color:var(--wp--preset--color--neutral-12);}
.author-mini__bio{margin:0;color:var(--wp--preset--color--neutral-11);}
.author-mini__socials{display:flex;align-items:center;gap:8px;}
.author-mini__socials a{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:9999px;background:rgba(var(--wp--custom--sunrise-dark-1-rgb),.06);border:1px solid rgba(var(--wp--custom--sunrise-dark-1-rgb),.12);color:var(--wp--preset--color--neutral-12);text-decoration:none;transition:transform .15s ease,background .15s ease,border-color .15s ease;}
.author-mini__socials a:hover{transform:translateY(-1px);background:rgba(var(--wp--custom--sunrise-dark-1-rgb),.1);border-color:rgba(var(--wp--custom--sunrise-dark-1-rgb),.2);}
.author-mini__socials a:hover::after{content:none;}
@media (max-width:560px){.author-card{grid-template-columns:60px 1fr;}.author-avatar{width:60px;height:60px;}.author-name{font-size:18px;}}

/* MOBILE MENU â€” chevron toggle */
@media (max-width:1024px){
  #site-navigation .menu li.menu-item-has-children{position:relative;}
  #site-navigation .menu li.menu-item-has-children > a{position:relative;padding-right:44px;}
  #site-navigation .menu li.menu-item-has-children > a > .submenu-toggle{position:absolute;right:10px;top:50%;transform:translateY(-50%);z-index:2;width:28px;height:28px;display:inline-grid;place-items:center;border-radius:8px;border:0;background:transparent;color:var(--wp--preset--color--white);cursor:pointer;transition:color .15s ease,transform .15s ease;}
  #site-navigation .menu li.menu-item-has-children > a > .submenu-toggle:hover{background:transparent;color:var(--wp--preset--color--green-4);}
  #site-navigation .menu li.menu-item-has-children > a > .submenu-toggle:focus{outline:2px solid var(--wp--preset--color--green-4);outline-offset:2px;}
  #site-navigation .menu li.menu-item-has-children > a > .submenu-toggle i{font-size:12px;transition:transform .2s ease,color .2s ease;}
  #site-navigation .menu li.menu-item-has-children.submenu-open > a > .submenu-toggle i{transform:rotate(180deg);color:var(--wp--preset--color--green-4);}
  #site-navigation .menu li.menu-item-has-children > .sub-menu{overflow:hidden;max-height:0;transition:max-height .25s ease;}
}
@media (min-width:1025px){#site-navigation .menu li.menu-item-has-children > a > .submenu-toggle{display:none !important;}}

/* PARENT label align (mobile) */
@media (max-width:1024px){
  .site-header .menu > .menu-item-has-children > a{justify-content:flex-start !important;text-align:left;min-height:44px;padding-right:44px;}
  .site-header .menu > .menu-item-has-children > a::after{display:none !important;}
}

/* ===== SIDEBAR ===== */
@media (max-width:1024px){.site-sidebar{display:none !important;}}
@media (min-width:1025px){
  .site-sidebar{position:sticky;top:16px;width:auto;z-index:auto;pointer-events:auto;}
  .site-sidebar .sidebar-inner{display:grid;gap:12px;}
  .sidebar-card{background:var(--wp--preset--color--white);border:1px solid rgba(var(--wp--custom--sunrise-dark-1-rgb),.12);border-radius:16px;color:var(--wp--preset--color--neutral-12);box-shadow:0 12px 30px rgba(var(--wp--custom--sunrise-dark-1-rgb),.08);overflow:hidden;}
  .sidebar-card--winners,.sidebar-card--custom{padding:12px;}
  .sidebar-card__head{display:flex;align-items:center;gap:8px;padding:2px 4px 8px 4px;}
  .sidebar-card__title{margin:0;padding:0;font-weight:800;font-size:15px;color:var(--wp--preset--color--neutral-12);letter-spacing:.02em;}
  .sidebar-card__head .dot{width:10px;height:10px;border-radius:9999px;background:var(--wp--preset--color--green-4);box-shadow:0 0 10px rgba(60,176,100,.4);}
  .winners-list{list-style:none;margin:0;padding:0;display:grid;gap:10px;}
  .winners-list .winner-item{display:flex;align-items:center;gap:10px;padding:8px;border-radius:12px;background:rgba(var(--wp--custom--sunrise-dark-1-rgb),.05);border:1px solid rgba(var(--wp--custom--sunrise-dark-1-rgb),.1);transition:background .2s ease,border-color .2s ease,opacity .25s ease,transform .25s ease;opacity:0;transform:translateY(6px);cursor:pointer;}
  .winners-list .winner-item.is-in{opacity:1;transform:translateY(0);}
  .winners-list .winner-item:hover{background:rgba(var(--wp--custom--sunrise-dark-1-rgb),.08);border-color:rgba(var(--wp--custom--sunrise-dark-1-rgb),.18);transform:translateY(-2px);}
  .winner-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;background:var(--wp--preset--color--neutral-2);border:1px solid rgba(var(--wp--custom--sunrise-dark-1-rgb),.14);flex:0 0 40px;}
  .winner-meta{display:grid;gap:2px;width:100%;grid-template-columns:1fr auto;align-items:center;}
  .winner-name{grid-column:1/2;font-weight:800;color:var(--wp--preset--color--neutral-11);font-size:13px;}
  .winner-amount{grid-column:2/3;font-weight:900;color:var(--wp--preset--color--neutral-12);font-size:14px;}
  .sidebar-card--custom .sidebar-card__body{font-size:14px;}
}
/* Customizer preview show sidebar */
@media (max-width:1024px){
  body.customize-preview .site-sidebar{display:block !important;position:static;width:auto;z-index:auto;pointer-events:auto;}
  body.customize-preview .site-sidebar .sidebar-inner{pointer-events:auto;}
}

/* Desktop CTA size */
@media (min-width:1025px){
  .post-featured__cta{height:56px;padding:0 26px;font-size:16px;gap:12px;}
  .post-featured__cta i{font-size:18px;}
}

/* Entry title */
.entry-title{font-size:2.2rem;font-weight:700;color:var(--wp--preset--color--neutral-12);text-align:center;margin-top:0;margin-bottom:10px;position:relative;display:inline-block;padding-bottom:6px !important;}
.entry-title::after{content:"";position:absolute;left:0;bottom:0;width:80px;height:3px;background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red);border-radius:2px;transition:width .4s ease;}
.entry-title:hover::after{width:100%;}
@media (max-width:768px){.entry-title{font-size:1.8rem;}.entry-title::after{width:50px;height:2px;}}

/* Entry content */
.entry-content p{line-height:1.6;font-size:clamp(14px,1.2vw,16px);color:var(--wp--preset--color--neutral-12);font-weight:400;letter-spacing:.01em;text-rendering:optimizeLegibility;}
.entry-content a{position:relative;color:#d52b1e;text-decoration:none;transition:color .25s ease;}
.entry-content a::after{content:"";position:absolute;left:0;bottom:-1px;width:100%;height:1px;background:var(--wp--preset--gradient--electric-grass);transform:scaleX(0);transform-origin:right;transition:transform .3s ease;border-radius:1px;}
.entry-content a:hover{color:#f90;}
.entry-content a:hover::after{background:#f90;transform:scaleX(1);transform-origin:left;}
.entry-content ul{margin:0 0 1.6em 0;padding:0;list-style:none;line-height:1.6;color:var(--wp--preset--color--neutral-12);}
.entry-content ul li{position:relative;margin:0;padding-left:calc(8px + .8em);line-height:1.4;}
.entry-content ul li::before{content:"";position:absolute;left:0;top:calc((1.6em - 8px)/2);width:8px;height:8px;border-radius:50%;background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red);box-shadow:0 0 8px rgba(60,176,100,.45);}
.entry-content ul ul{margin-top:.4em;}
.entry-content ul ul li{padding-left:calc(6px + .8em);}
.entry-content ul ul li::before{top:calc((1.6em - 6px)/2);width:6px;height:6px;box-shadow:0 0 6px rgba(60,176,100,.35);}
.entry-content ol{margin:0 0 1.6em 1.2em;padding:0;list-style:decimal outside;line-height:1.6;color:var(--wp--preset--color--neutral-12);}
.entry-content ol li{margin:0 0 .7em;font-variant-numeric:tabular-nums;}
.entry-content ol li::marker{color:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red);font-weight:800;}
.entry-content li > ul,.entry-content li > ol{margin-top:.4em;}
@media (prefers-reduced-motion:reduce){.entry-content a::after{transition:none;}}

/* Article images */
.article-image-wrap{display:block;max-width:100%;overflow:hidden;}
.entry-content img{display:block;max-width:100%;height:auto;margin:0 auto;max-height:90vh;object-fit:contain;}



/* ===== Latest guides ===== */
.latest-guides{margin-bottom:30px;padding:0;}
.latest-guides .lg-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:10px 0 12px;padding-bottom:6px;position:relative;border-bottom:2px solid transparent;border-image:var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) 1;}
.latest-guides .lg-title{margin:0;font-weight:900;text-transform:uppercase;letter-spacing:.02em;color:var(--wp--preset--color--neutral-12);}
.latest-guides .lg-more{display:inline-flex;align-items:center;justify-content:center;height:30px;padding:0 12px;border-radius:10px;background:rgba(var(--wp--custom--sunrise-dark-1-rgb),.06);border:1px solid rgba(var(--wp--custom--sunrise-dark-1-rgb),.14);color:var(--wp--preset--color--neutral-12);font-weight:900;font-size:12px;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;transition:transform .15s ease,background .15s ease,border-color .15s ease,color .15s ease;}
.latest-guides .lg-more:hover{transform:translateY(-1px);background:rgba(var(--wp--custom--sunrise-dark-1-rgb),.1);border-color:rgba(var(--wp--custom--sunrise-dark-1-rgb),.22);color:var(--wp--preset--color--neutral-12);}
.latest-guides .guides-grid{display:grid;gap:16px;grid-template-columns:repeat(4,1fr);}
.latest-guides .post-card{background:var(--wp--preset--color--white);border:1px solid rgba(var(--wp--custom--sunrise-dark-1-rgb),.12);border-radius:12px;box-shadow:none;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;height:100%;display:flex;flex-direction:column;}
.latest-guides .post-card:hover{transform:translateY(-2px);box-shadow:0 8px 18px rgba(var(--wp--custom--sunrise-dark-1-rgb),.16);filter:saturate(1.02);}
.latest-guides .post-card__thumb{border-radius:12px 12px 0 0;overflow:hidden;border-bottom:1px solid rgba(var(--wp--custom--sunrise-dark-1-rgb),.1);background:var(--wp--preset--color--neutral-2);}
.latest-guides .post-card__body{padding:12px 12px 14px;}
.latest-guides .post-card__title{font-size:18px;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.latest-guides .post-card__excerpt{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin-top:2px;color:var(--wp--preset--color--neutral-11);}
.latest-guides .post-card__more{display:none !important;}
@media (max-width:1199px){.latest-guides .guides-grid{grid-template-columns:repeat(3,1fr);}}
@media (max-width:900px){.latest-guides .guides-grid{grid-template-columns:repeat(2,1fr);}}
@media (max-width:560px){.latest-guides .guides-grid{grid-template-columns:1fr;}}
@media (min-width:1025px){.latest-guides{order:3;flex:0 0 100%;width:100%;}.latest-guides .guides-grid{grid-template-columns:repeat(4,1fr);} .latest-guides .post-card{max-width:100%;}.latest-guides .lg-head{justify-content:space-between;}.latest-guides .lg-title{font-size:22px;}.latest-guides .lg-more{font-size:13px;padding:8px 14px;}}

/* === Footer === */
.site-footer {background-color:var(--wp--preset--color--sunrise-primary-1);color:rgba(var(--wp--custom--sunrise-light-1-rgb),.75);text-align:center;font-size:14px;border-top:1px solid rgba(var(--wp--custom--sunrise-light-1-rgb),.08);margin-top:30px;}
.site-footer .footer-heading {font-weight:800;margin:0 0 10px;color:var(--wp--preset--color--white);}
.site-footer .footer-grid--auto {display:grid;grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));gap:24px;align-items:start;padding:30px 0;}
.site-footer .footer-contact {text-align:left;}
.site-footer .footer-contact a {font-weight:bold;color:rgba(var(--wp--custom--sunrise-light-1-rgb),.9);}
.site-footer .footer-links-list,.site-footer .footer-contact-list {list-style:none;padding:0;margin:0;display:grid;gap:8px;}
.site-footer .footer-links-list a {color:rgba(var(--wp--custom--sunrise-light-1-rgb),.9);text-decoration:none;transition:color .2s ease;}
.site-footer .footer-links-list a:hover {color:var(--orange);}
.site-footer .footer-bottom {margin-top:18px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid rgba(var(--wp--custom--sunrise-light-1-rgb),.08);padding-top:14px;}
.site-footer .footer-disclaimer {margin:0;color:rgba(var(--wp--custom--sunrise-light-1-rgb),.8);}
.site-footer .footer-socials {display:flex;align-items:center;gap:10px;margin-top:6px;}
.site-footer .footer-socials .footer-social {display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:9999px;background:rgba(var(--wp--custom--sunrise-light-1-rgb),.08);border:1px solid rgba(var(--wp--custom--sunrise-light-1-rgb),.16);color:var(--wp--preset--color--white);text-decoration:none;transition:transform .15s ease,background .15s ease,border-color .15s ease;}
.site-footer .footer-socials .footer-social:hover {transform:translateY(-1px);background:rgba(var(--wp--custom--sunrise-light-1-rgb),.14);border-color:rgba(var(--wp--custom--sunrise-light-1-rgb),.26);}
.footer-dark {background:var(--wp--preset--color--sunrise-dark-2);padding:30px 0;color:var(--wp--preset--color--white);}
.footer-dark a {color:var(--wp--preset--color--white);text-decoration:none;}
.footer-dark a:hover {text-decoration:underline;}
.footer-brands {margin:30px 0;text-align:center;}
.footer-brands__title {font-size:24px;font-weight:700;line-height:32px;color:var(--wp--preset--color--white);text-transform:uppercase;text-align:center;margin-bottom:16px;}
.footer-brands__list {display:flex;flex-wrap:wrap;justify-content:center;gap:12px 20px;padding:0;margin:0;list-style:none;}
.provider-card--footer,.footer-brands__item {display:flex;align-items:center;justify-content:center;}
.provider-card__img,.footer-brands__img {max-height:48px;object-fit:contain;transition:transform .25s ease,opacity .25s ease;filter:grayscale(100%) opacity(.9);}
.provider-card__img:hover,.footer-brands__img:hover {transform:scale(1.05);filter:none;opacity:1;}
@media(max-width:900px){.site-footer .footer-grid--auto{grid-template-columns:1fr 1fr;}}
@media(max-width:560px){.site-footer .footer-grid--auto{grid-template-columns:1fr;}.site-footer .footer-bottom{flex-direction:column;align-items:flex-start;}}
.site-footer .footer-grid--auto{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px;align-items:start;}
@media(max-width:770px){.site-footer .footer-grid--auto{grid-template-columns:1fr;gap:0;padding:0;}.site-footer .footer-col{position:relative;padding:14px 0;}.site-footer .footer-col+.footer-col{border-top:1px solid rgba(var(--wp--custom--sunrise-light-1-rgb),.1);}.site-footer .footer-heading{display:flex;align-items:center;justify-content:space-between;margin:0;padding:8px 4px;cursor:pointer;font-size:18px;font-weight:700;}.site-footer .footer-heading::after{content:"";flex:0 0 auto;width:9px;height:9px;border-right:2px solid rgba(var(--wp--custom--sunrise-light-1-rgb),.85);border-bottom:2px solid rgba(var(--wp--custom--sunrise-light-1-rgb),.85);transform:rotate(-45deg);transition:transform .2s ease;margin-left:10px;}.site-footer .footer-col.is-open .footer-heading::after{transform:rotate(45deg);}.site-footer .footer-links-list,.site-footer .footer-contact-list{overflow:hidden;max-height:0;display:block;padding:0 4px;margin:0;transition:max-height .25s ease;text-align:left;}.site-footer .footer-links-list>li,.site-footer .footer-contact-list>li{padding:8px 0;}.site-footer .footer-bottom{border-top:1px solid rgba(var(--wp--custom--sunrise-light-1-rgb),.1);margin-top:0;padding-top:12px;flex-direction:column;align-items:flex-start;}}

/* === Promo banner === */
.promo-banner{--banner-bg:#f6f6f6;--accent:#d52b1e;--accent-2:#ff8a00;--text-strong:#121212;--text-soft:#121212bf;position:relative;border-radius:18px;background:linear-gradient(180deg,#fafafa 0%,#f0f0f0 100%);box-shadow:0 6px 20px #00000014 inset 0 1px 0 #ffffffb3;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}
.promo-banner::before{content:"";position:absolute;inset:0;border-radius:18px;padding:1px;background:linear-gradient(135deg,#d52b1eb3,#ff8a0099,#ff147a80);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;animation:promoBorder 6s linear infinite;opacity:.45;pointer-events:none}
@keyframes promoBorder {
0%{filter:hue-rotate(0deg)}
100%{filter:hue-rotate(360deg)}
}
.promo-banner::after{content:"";position:absolute;left:0;top:0;bottom:0;width:6px;background:linear-gradient(180deg,var(--accent-2),#d52b1e);opacity:.8;box-shadow:0 0 24px #d52b1e40}
.promo-banner__body{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 28px}
.promo-banner__eyebrow{display:inline-block;margin-bottom:6px;padding:4px 10px;font-weight:700;letter-spacing:.02em;color:#fff;background:linear-gradient(135deg,#f90,#ff147a);border-radius:999px;box-shadow:0 2px 8px #ff147a4d}
.promo-banner__headline{display:flex;align-items:center;gap:10px;font-size:22px;font-weight:800;color:var(--text-strong)}
.promo-banner__headline strong{background:linear-gradient(90deg,#111 0%,#333 50%,#111 100%);-webkit-background-clip:text;background-clip:text;color:transparent;animation:sheen 5s linear infinite}
@keyframes sheen {
0%{background-position:-120% 0}
100%{background-position:240% 0}
}
.promo-banner__icon{font-size:24px;filter:drop-shadow(0 0 6px #f909)}
.promo-banner__sub{margin-top:6px;color:var(--text-soft);font-weight:500}
.promo-banner__cta{display:inline-block;padding:14px 22px;border-radius:14px;color:#fff!important;font-weight:900;text-decoration:none;background:linear-gradient(135deg,#d52b1e,#b92116 45%,#a01a10 100%);box-shadow:0 8px 22px #d52b1e40 inset 0 1px 0 #ffffff80;transition:transform .18s ease,box-shadow .18s ease}
.promo-banner__cta::after{content: none !important;}
.promo-banner__cta:hover{transform:translateY(-2px);box-shadow:0 14px 30px #d52b1e66 inset 0 1px 0 #ffffffb3}
@media (max-width:640px) {
.promo-banner__body{flex-direction:column;align-items:flex-start}
.promo-banner__cta{width:100%;text-align:center}
}

/* === Welcome Bonus === */
.get-bonus{position:fixed;z-index:9999}
.gb-trigger{position:fixed;bottom:25px;left:25px;width:56px;height:56px;border-radius:50%;border: 1px solid #8c7f7f47;background:#fff3f3;box-shadow:0 8px 24px #00000040;cursor:pointer;display:flex;align-items:center;justify-content:center}
.gb-trigger__icon{font-size:22px;color:#ff4747;animation:gb-bob 1.8s ease-in-out infinite}
.gb-trigger::after{content:"";position:absolute;inset:-6px;border-radius:50%;border:2px solid #ff4747;opacity:.6;animation:gb-ring 2.4s ease-out infinite;pointer-events:none}
.gb-trigger:hover{transform:scale(1.05)}
@keyframes gb-ring {
0%{transform:scale(1);opacity:.6}
70%{transform:scale(1.5);opacity:0}
100%{opacity:0}
}
@keyframes gb-bob {
0%,100%{transform:translateY(0)}
50%{transform:translateY(-2px)}
}
.gb-overlay{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;padding:16px}
.gb-overlay[hidden]{display:none!important}
.gb-modal{position:relative;max-width:450px;width:100%;outline:0}
.gb-card{background:linear-gradient(145deg,#1a0000 0%,#310000 100%);color:#fff;border-radius:16px;border:1px solid #ffd70066;padding:32px 24px 26px;box-shadow:0 0 40px #f003 0 0 40px #ff00000d;text-align:center}
.gb-close{position:absolute;right:14px;top:14px;width:36px;height:36px;border:none;border-radius:50%;background:#ffffff1f;color:#fff;font-size:18px;cursor:pointer;transition:transform .2s ease,background .2s ease}
.gb-close:hover{background:#ffffff40;transform:rotate(90deg)}
.gb-flag-circle{width:64px;height:64px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at center,red 0%,#7a0000 100%);box-shadow:0 0 25px #f00c;margin:0 auto 12px;animation:flagGlow 2.5s ease-in-out infinite}
.gb-flag-circle img{width:100%;height:100%;object-fit:cover;border-radius:50%}
@keyframes flagGlow {
0%{box-shadow:0 0 15px #f006}
50%{box-shadow:0 0 35px #ff0000e6}
100%{box-shadow:0 0 15px #f006}
}
.gb-heading{font-size:26px;font-weight:900;margin:12px 0 8px;text-transform:uppercase;letter-spacing:.6px}
.gb-sub{font-weight:600;color:#fcc;margin-bottom:18px}
.gb-amount{margin-bottom: 18px;}
.gb-amount__l1{font-size:30px;font-weight:900;color:#fff}
.gb-amount__l2{font-size:18px;color:#ff4a4a;margin-top:4px;font-weight:700}
.gb-cta{display:block;margin:0 auto;max-width:260px;text-align:center;padding:14px 18px;border-radius:26px;font-weight:900;text-transform:uppercase;color:#fff!important;text-decoration:none;background:linear-gradient(90deg,red 0%,#f90 100%);background-size:300% 100%;transition:background-position .4s ease,transform .2s ease;box-shadow:0 0 20px #f006}
.gb-cta:hover{background-position:100% 0;transform:scale(1.05)}
@media (max-width: 1024px) {
  .gb-trigger{bottom: 120px;left: 25px;}
}
@media (max-width:560px) {
.gb-card{padding:22px 16px}
.gb-heading{font-size:22px}
.gb-amount__l1{font-size:24px}
}