@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300;400;500;600;700;800&display=swap');

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;background:#330005}
body{font-family:'Kanit',sans-serif;background:#330005;color:#f5e6d8;line-height:1.6;overflow-x:hidden}
body.nav-open{overflow:hidden;position:fixed;width:100%;left:0;right:0}
img{max-width:100%;height:auto;display:block}
a{color:#e19522;text-decoration:none}
a:hover{color:black}

.xk72a{display:none}
.mq91b{visibility:hidden;height:0;overflow:hidden}
.rp44c{width:0;height:0;position:absolute}

.wrapper{min-height:100vh;display:flex;flex-direction:column}
.container{width:100%;max-width:1280px;margin:0 auto;padding:0 16px}

.box{border-radius:12px}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 22px;border-radius:8px;font-family:'Kanit',sans-serif;font-weight:600;font-size:0.95rem;cursor:pointer;border:none;transition:transform 0.2s,box-shadow 0.2s,filter 0.2s;text-decoration:none;white-space:nowrap}
.btn:hover{transform:translateY(-2px);filter:brightness(1.1);box-shadow:0 6px 18px rgba(0,0,0,0.4)}
.btn:active{transform:translateY(0)}
.btn--primary{background:#e19522;color:#1a0003;box-shadow:0 4px 14px rgba(225,149,34,0.4)}
.btn--secondary{background:#f0e9ea;color:#330005}
.btn--outline{background:transparent;color:#f0e9ea;border:2px solid #f0e9ea}
.btn--sm{padding:7px 16px;font-size:0.85rem}
.btn--lg{padding:14px 32px;font-size:1.05rem;border-radius:10px}

.site-header{background:#620a18;box-shadow:0 2px 16px rgba(0,0,0,0.5);position:sticky;top:0;z-index:999}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 0;flex-wrap:wrap}
.header-logo{display:flex;align-items:center;gap:10px;text-decoration:none;flex-shrink:0}
.header-logo img{height:48px;width:auto;object-fit:contain}
.header-logo-text{font-size:1.3rem;font-weight:800;color:#e19522;letter-spacing:0.5px;line-height:1.1}
.header-logo-text span{display:block;font-size:0.65rem;font-weight:400;color:#f0e9ea;letter-spacing:1px;text-transform:uppercase}
.header-nav{display:flex;align-items:center;gap:4px}
.nav-link{display:flex;align-items:center;gap:6px;padding:8px 12px;color:#f0e9ea;font-weight:500;font-size:0.9rem;border-radius:6px;transition:background 0.2s,color 0.2s}
.nav-link:hover{background:rgba(255,255,255,0.1);color:#e19522}
.nav-link svg{width:16px;height:16px;flex-shrink:0}
.header-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}
.burger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:6px;background:none;border:none}
.burger span{display:block;width:24px;height:2px;background:#f0e9ea;border-radius:2px;transition:transform 0.3s,opacity 0.3s}
.burger.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.burger.active span:nth-child(2){opacity:0}
.burger.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

.hero{position:relative;overflow:hidden;background:#1a0003;padding:64px 0 48px}
.hero-bg{position:absolute;inset:0;background-image:url('/88-fortune-hero.webp');background-size:cover;background-position:center;opacity:0.35}
.hero-bg::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(51,0,5,0.85) 40%,rgba(98,10,24,0.6) 100%)}
.hero-inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start;gap:32px}
.hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(225,149,34,0.2);border:1px solid rgba(225,149,34,0.5);border-radius:20px;padding:6px 16px;font-size:0.8rem;font-weight:600;color:#e19522;text-transform:uppercase;letter-spacing:1px}
.hero-badge svg{width:14px;height:14px}
.hero-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.1;color:#f0e9ea}
.hero-title .gold{color:#e19522}
.hero-desc{font-size:1.05rem;color:#d4b8b8;max-width:600px;line-height:1.7}
.hero-tiles{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px}
.hero-tile{background:rgba(255,255,255,0.07);border:1px solid rgba(240,233,234,0.15);border-radius:10px;padding:12px 18px;display:flex;flex-direction:column;gap:2px;min-width:110px}
.hero-tile-label{font-size:0.72rem;color:#a88a8a;text-transform:uppercase;letter-spacing:0.8px;font-weight:500}
.hero-tile-value{font-size:1.05rem;font-weight:700;color:#e19522}
.hero-cta{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px}

.section{padding:56px 0}
.section-title{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:700;color:#f0e9ea;margin-bottom:8px;line-height:1.2}
.section-subtitle{color:#a88a8a;font-size:0.95rem;margin-bottom:32px}
.section-header{margin-bottom:32px}

.game-details-wrap{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:start}
.game-table-wrap{overflow-x:auto;border-radius:12px;border:1px solid rgba(240,233,234,0.12)}
.game-table{width:100%;border-collapse:collapse;min-width:360px}
.game-table tr{border-bottom:1px solid rgba(240,233,234,0.08)}
.game-table tr:last-child{border-bottom:none}
.game-table tr:hover{background:rgba(225,149,34,0.06)}
.game-table td{padding:12px 16px;font-size:0.9rem;vertical-align:middle}
.game-table td:first-child{color:#a88a8a;font-weight:500;width:50%;white-space:nowrap;display:flex;align-items:center;gap:8px}
.game-table td:last-child{color:#f0e9ea;font-weight:600}
.game-table svg{width:16px;height:16px;color:#e19522;flex-shrink:0}
.demo-block{background:#1a0003;border-radius:12px;overflow:hidden;border:1px solid rgba(225,149,34,0.2);display:flex;flex-direction:column}
.demo-frame{position:relative;padding-top:66.6%;background:#0d0001}
.demo-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:none}
.demo-overlay{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;position:absolute;inset:0;background:rgba(13,0,1,0.92);z-index:2;transition:opacity 0.3s}
.demo-overlay.hidden{opacity:0;pointer-events:none}
.demo-overlay-icon{font-size:3rem}
.demo-cta-bar{padding:16px;background:rgba(98,10,24,0.6);display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}

.advantages{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px}
.adv-card{background:#620a18;border-radius:12px;padding:24px 20px;display:flex;flex-direction:column;gap:12px;border:1px solid rgba(225,149,34,0.15);transition:transform 0.25s,box-shadow 0.25s}
.adv-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,0.4)}
.adv-icon{width:44px;height:44px;background:rgba(225,149,34,0.15);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#e19522}
.adv-icon svg{width:22px;height:22px}
.adv-title{font-size:1rem;font-weight:700;color:#f0e9ea}
.adv-desc{font-size:0.87rem;color:#a88a8a;line-height:1.6}

.bonuses-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.bonus-card{background:#620a18;border-radius:12px;overflow:hidden;border:1px solid rgba(225,149,34,0.2);transition:transform 0.25s,box-shadow 0.25s;display:flex;flex-direction:column}
.bonus-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px rgba(0,0,0,0.5)}
.bonus-card-header{padding:20px;background:rgba(225,149,34,0.08);border-bottom:1px solid rgba(225,149,34,0.15);display:flex;align-items:center;gap:14px}
.bonus-casino-logo{width:52px;height:52px;border-radius:8px;object-fit:cover;background:#330005;border:1px solid rgba(240,233,234,0.15)}
.bonus-casino-name{font-weight:700;font-size:1rem;color:#f0e9ea}
.bonus-casino-rating{display:flex;align-items:center;gap:4px;color:#e19522;font-size:0.82rem;font-weight:600;margin-top:2px}
.bonus-card-body{padding:20px;flex:1;display:flex;flex-direction:column;gap:12px}
.bonus-amount{font-size:1.5rem;font-weight:800;color:#e19522;line-height:1.1}
.bonus-desc{font-size:0.85rem;color:#c8a8a8;line-height:1.6}
.bonus-terms{font-size:0.75rem;color:#7a5a5a;margin-top:auto}
.bonus-card-footer{padding:16px 20px;border-top:1px solid rgba(240,233,234,0.08)}

.content-section{background:#1a0003;border-radius:12px;padding:32px;border:1px solid rgba(240,233,234,0.08);margin:0 0 16px}
.content-section h2{font-size:1.5rem;font-weight:700;color:#e19522;margin:24px 0 12px}
.content-section h2:first-child{margin-top:0}
.content-section h3{font-size:1.2rem;font-weight:600;color:#f0e9ea;margin:20px 0 10px}
.content-section h4{font-size:1rem;font-weight:600;color:#e19522;margin:16px 0 8px}
.content-section p{color:#c8b0b0;line-height:1.75;margin-bottom:14px}
.content-section a{color:#e19522;text-decoration:underline}
.content-section ul,.content-section ol{margin:12px 0 16px 24px;color:#c8b0b0}
.content-section li{margin-bottom:6px;line-height:1.6}
.content-section table{width:100%;border-collapse:collapse;margin:16px 0;overflow-x:auto;display:block}
.content-section table th{background:#620a18;color:#f0e9ea;padding:10px 14px;text-align:left;font-weight:600;border:1px solid rgba(240,233,234,0.15)}
.content-section table td{padding:10px 14px;border:1px solid rgba(240,233,234,0.1);color:#c8b0b0}
.content-section table tr:nth-child(even){background:rgba(255,255,255,0.03)}
.content-section strong{color:#f0e9ea;font-weight:600}
.content-section em{color:#e19522;font-style:italic}
.content-section blockquote{border-left:3px solid #e19522;padding-left:16px;margin:16px 0;color:#a88a8a;font-style:italic}

.faq-list{display:flex;flex-direction:column;gap:8px}
.faq-item{background:#620a18;border-radius:10px;border:1px solid rgba(240,233,234,0.1);overflow:hidden;transition:border-color 0.2s}
.faq-item.open{border-color:rgba(225,149,34,0.4)}
.faq-question{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px;cursor:pointer;user-select:none;font-weight:600;font-size:0.95rem;color:#f0e9ea}
.faq-question:hover{color:#e19522}
.faq-icon{flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;color:#e19522;transition:transform 0.3s}
.faq-item.open .faq-icon{transform:rotate(45deg)}
.faq-answer{max-height:0;overflow:hidden;transition:max-height 0.4s ease,padding 0.3s}
.faq-answer p{padding:0 20px 18px;font-size:0.9rem;color:#c8b0b0;line-height:1.7}
.faq-item.open .faq-answer{max-height:400px}

.author-card{background:#620a18;border-radius:12px;padding:28px;display:flex;gap:24px;border:1px solid rgba(225,149,34,0.2)}
.author-photo{width:100px;height:100px;border-radius:50%;object-fit:cover;border:3px solid #e19522;flex-shrink:0}
.author-info{flex:1}
.author-name{font-size:1.3rem;font-weight:700;color:#f0e9ea}
.author-title{font-size:0.87rem;color:#e19522;font-weight:600;margin-bottom:6px}
.author-meta{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:12px}
.author-meta-item{display:flex;align-items:center;gap:6px;font-size:0.82rem;color:#a88a8a}
.author-meta-item svg{width:14px;height:14px}
.author-bio{font-size:0.88rem;color:#c8b0b0;line-height:1.65;margin-bottom:14px}
.author-links{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.author-link{display:flex;align-items:center;gap:6px;padding:6px 14px;border-radius:6px;font-size:0.82rem;font-weight:600;background:rgba(225,149,34,0.15);color:#e19522;border:1px solid rgba(225,149,34,0.3);transition:background 0.2s}
.author-link:hover{background:rgba(225,149,34,0.3)}
.author-link svg{width:14px;height:14px}
.author-dates{display:flex;gap:16px;flex-wrap:wrap;margin-top:12px;padding-top:12px;border-top:1px solid rgba(240,233,234,0.1)}
.author-date{font-size:0.78rem;color:#7a5a5a}
.author-date strong{color:#a88a8a}

.site-footer{background:#620a18;padding:48px 0 24px;margin-top:auto;border-top:2px solid rgba(225,149,34,0.2)}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:32px;margin-bottom:40px}
.footer-logo{display:block;width:fit-content}
.footer-logo-wrap{display:flex;flex-direction:column;gap:16px}
.footer-logo img{height:48px;width:auto;object-fit:contain}
.footer-logo-desc{font-size:0.82rem;color:#c8a8a8;line-height:1.6}
.footer-col-title{font-size:0.82rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#e19522;margin-bottom:14px}
.footer-nav{display:flex;flex-direction:column;gap:8px}
.footer-nav a{font-size:0.87rem;color:#c8a8a8;transition:color 0.2s}
.footer-nav a:hover{color:#f0e9ea}
.footer-divider{border:none;border-top:1px solid rgba(240,233,234,0.1);margin:32px 0 24px}
.footer-bottom{display:flex;flex-direction:column;gap:20px}
.footer-badges{display:flex;flex-wrap:wrap;gap:12px;align-items:center}
.footer-badge{display:flex;align-items:center;gap:6px;padding:6px 12px;background:rgba(255,255,255,0.06);border-radius:6px;font-size:0.78rem;font-weight:600;color:#c8a8a8;border:1px solid rgba(240,233,234,0.1)}
.footer-badge svg{width:16px;height:16px;color:#e19522}
.payment-logos{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-top:4px}
.payment-logo{background:rgba(255,255,255,0.08);border-radius:6px;padding:6px 12px;font-size:0.78rem;font-weight:700;color:#f0e9ea;border:1px solid rgba(240,233,234,0.12)}
.social-row{display:flex;gap:10px;flex-wrap:wrap;align-items:center}
.social-btn{width:36px;height:36px;border-radius:8px;background:rgba(255,255,255,0.07);border:1px solid rgba(240,233,234,0.12);display:flex;align-items:center;justify-content:center;color:#f0e9ea;transition:background 0.2s,color 0.2s}
.social-btn:hover{background:#e19522;color:#1a0003;border-color:#e19522}
.social-btn svg{width:16px;height:16px}
.footer-legal{font-size:0.77rem;color:#7a5a5a;line-height:1.65;margin-top:16px}
.footer-legal a{color:#a88a8a}
.footer-copyright{font-size:0.82rem;color:#a88a8a;margin-top:8px}
.footer-flag{display:inline-flex;align-items:center;gap:6px;font-size:0.82rem;color:#a88a8a}
.footer-flag img{height:20px;width:auto}
.provider-logos{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-top:8px}
.provider-logo-img{height:32px;width:auto;object-fit:contain;opacity:0.8;filter:brightness(0.9)}

.widget-bonus{position:fixed;bottom:0;left:0;right:0;z-index:1000;background:linear-gradient(90deg,#620a18 0%,#8a1020 50%,#620a18 100%);border-top:2px solid #e19522;padding:10px 16px;display:flex;align-items:center;justify-content:center;gap:12px;box-shadow:0 -4px 24px rgba(0,0,0,0.5)}
.widget-bonus a{color:#f0e9ea;text-decoration:none;display:flex;align-items:center;gap:8px;font-weight:700;font-size:0.95rem}
.widget-bonus a:hover{color:#e19522}
.widget-bonus-text{color:#f0e9ea;font-size:0.9rem}
.widget-close{background:none;border:none;color:#a88a8a;cursor:pointer;padding:4px;border-radius:4px;display:flex;align-items:center;justify-content:center;margin-left:8px;transition:color 0.2s}
.widget-close:hover{color:#f0e9ea}
.widget-close svg{width:16px;height:16px}
.widget-pulse{display:inline-flex;width:10px;height:10px;border-radius:50%;background:#e19522;box-shadow:0 0 0 rgba(225,149,34,0.6);animation:pulse 2s infinite}
@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(225,149,34,0.6)}70%{box-shadow:0 0 0 10px rgba(225,149,34,0)}100%{box-shadow:0 0 0 0 rgba(225,149,34,0)}}

.breadcrumb{padding:12px 0;font-size:0.82rem;color:#7a5a5a}
.breadcrumb a{color:#a88a8a;text-decoration:none}
.breadcrumb a:hover{color:#e19522}
.breadcrumb span{margin:0 6px}

.section-divider{position:relative;height:40px;overflow:hidden;margin:-1px 0}
.section-divider svg{position:absolute;bottom:0;width:100%;height:100%}

.badge-rtp{display:inline-flex;align-items:center;gap:4px;background:rgba(225,149,34,0.15);border:1px solid rgba(225,149,34,0.3);border-radius:20px;padding:3px 10px;font-size:0.78rem;font-weight:700;color:#e19522}
.badge-tag{display:inline-flex;align-items:center;gap:4px;background:rgba(240,233,234,0.08);border-radius:4px;padding:2px 8px;font-size:0.75rem;color:#c8b0b0;font-weight:500}

.info-page-content{max-width:800px;margin:0 auto;padding:48px 0}
.info-page-content h1{font-size:2rem;font-weight:800;color:#e19522;margin-bottom:24px}
.info-page-content h2{font-size:1.4rem;font-weight:700;color:#f0e9ea;margin:28px 0 12px}
.info-page-content p{color:#c8b0b0;line-height:1.75;margin-bottom:14px}
.info-page-content ul{margin:12px 0 16px 24px;color:#c8b0b0}
.info-page-content li{margin-bottom:8px;line-height:1.6}
.info-page-content a{color:#e19522}

.pb-body{padding-bottom:56px}

@media(max-width:1024px){
.game-details-wrap{grid-template-columns:1fr}
.footer-grid{grid-template-columns:1fr 1fr}
.bonuses-grid{grid-template-columns:repeat(2,1fr)}
.content-section{padding:28px}
}
@media(max-width:800px){
.header-actions .btn--outline{display:none}
}
@media(max-width:768px){
.header-nav{display:none;position:fixed;inset:0;top:64px;background:#620a18;flex-direction:column;align-items:stretch;padding:20px;gap:4px;z-index:998;overflow-y:auto}
.header-nav.open{display:flex}
.nav-link{padding:12px 16px;font-size:1rem;border-radius:8px}
.burger{display:flex}
.bonuses-grid{grid-template-columns:1fr}
.footer-grid{grid-template-columns:1fr}
.author-card{flex-direction:column;align-items:center;text-align:center}
.author-meta{justify-content:center}
.author-links{justify-content:center}
.section{padding:40px 0}
.game-table td:first-child{font-size:0.82rem}
.content-section{padding:24px}
}
@media(max-width:480px){
.hero-tiles{flex-direction:column}
.hero-tile{width:100%}
.btn--lg{justify-content:center}
.demo-cta-bar{flex-direction:column}
.content-section{padding:20px}
}
@media(max-width:380px){
.header-actions .btn--secondary{display:none}
.demo-overlay img{display:none}
.content-section{padding:16px}
}

.wp-content-area{display:none}
.elementor-section{display:none}
.site-id-lf88f{content:''}

.fade-in{opacity:0;transform:translateY(20px);transition:opacity 0.6s ease,transform 0.6s ease}
.fade-in.visible{opacity:1;transform:none}

.star-icon{color:#e19522}