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

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:'Oswald',sans-serif;background-color:#95c6db;color:#1a1a2e;line-height:1.6;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{color:#fa8159;text-decoration:none;transition:color .3s ease}
a:hover{color:#e06a3f}
h1,h2,h3,h4,h5,h6{font-family:'Oswald',sans-serif;line-height:1.3;font-weight:600}
ul{list-style:none}

.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:'Oswald',sans-serif;font-size:15px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;cursor:pointer;border:none;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;text-decoration:none;white-space:nowrap}
.btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.25)}
.btn:active{transform:translateY(0)}
.btn--green{background:#026741;color:#fff}
.btn--green:hover{background:#027f4f;color:#fff}
.btn--orange{background:#fa8159;color:#fff}
.btn--orange:hover{background:#e06a3f;color:#fff}
.btn--outline{background:transparent;border:2px solid #fa8159;color:#fa8159}
.btn--outline:hover{background:#fa8159;color:#fff}
.btn--sm{padding:7px 16px;font-size:13px}
.btn--lg{padding:14px 32px;font-size:18px}

.header{background:#2d1770;position:sticky;top:0;z-index:1000;box-shadow:0 2px 20px rgba(0,0,0,.35)}
.header .container{padding-top:0;padding-bottom:0}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;height:68px}
.header-logo{flex-shrink:0}
.header-logo img{height:44px;width:auto;object-fit:contain}
.header-nav{display:flex;align-items:center;gap:4px}
.header-nav a{color:#e0d4ff;font-size:14px;font-weight:500;padding:6px 12px;border-radius:6px;transition:background .2s,color .2s;display:flex;align-items:center;gap:6px;white-space:nowrap}
.header-nav a:hover{background:rgba(255,255,255,.12);color:#fff}
.header-nav svg{flex-shrink:0}
.header-buttons{display:flex;align-items:center;gap:8px;flex-shrink:0}
.burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;background:none;border:none;cursor:pointer;padding:4px}
.burger span{display:block;height:3px;width:100%;background:#e0d4ff;border-radius:2px;transition:transform .3s,opacity .3s}
.burger.active span:nth-child(1){transform:translateY(8px) rotate(45deg)}
.burger.active span:nth-child(2){opacity:0}
.burger.active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}
.mobile-nav{display:none;background:#2d1770;padding:12px 16px 20px;border-top:1px solid rgba(255,255,255,.1)}
.mobile-nav a{display:flex;align-items:center;gap:8px;color:#e0d4ff;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.07);font-size:15px}
.mobile-nav a:last-child{border-bottom:none}
.mobile-nav.open{display:block}

.hero{position:relative;overflow:hidden;min-height:520px;display:flex;align-items:center}
.hero-bg{position:absolute;inset:0;background:url('/img/fishin-frenzy-title.jpg') center/cover no-repeat;z-index:0}
.hero-bg::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(45,23,112,.88) 0%,rgba(45,23,112,.55) 55%,rgba(45,23,112,.2) 100%)}
.hero-content{position:relative;z-index:1;max-width:560px;padding:60px 0}
.hero-badge{display:inline-block;background:#fa8159;color:#fff;font-size:12px;font-weight:700;letter-spacing:1px;text-transform:uppercase;padding:4px 12px;border-radius:20px;margin-bottom:14px}
.hero-title{font-size:clamp(32px,5vw,58px);font-weight:700;color:#fff;line-height:1.15;margin-bottom:14px;text-shadow:0 2px 12px rgba(0,0,0,.4)}
.hero-subtitle{font-size:18px;color:rgba(255,255,255,.88);margin-bottom:28px;font-weight:300;line-height:1.6}
.hero-stats{display:flex;gap:28px;margin-bottom:32px;flex-wrap:wrap}
.hero-stat{text-align:left}
.hero-stat-val{font-size:26px;font-weight:700;color:#fa8159;line-height:1}
.hero-stat-label{font-size:12px;color:rgba(255,255,255,.7);text-transform:uppercase;letter-spacing:.5px}
.hero-cta{display:flex;gap:12px;flex-wrap:wrap}
.hero-img{position:absolute;right:0;bottom:0;width:45%;max-width:580px;z-index:1;pointer-events:none}

.section{padding:56px 0}
.section-title{font-size:clamp(22px,3vw,34px);font-weight:700;color:#1a1a2e;margin-bottom:8px;text-align:center}
.section-subtitle{text-align:center;color:#444;font-size:16px;margin-bottom:40px;font-weight:300}

.jackpots-grid{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.jackpot-card{background:#2d1770;border-radius:16px;padding:28px 24px;text-align:center;flex:1;min-width:260px;max-width:360px;position:relative;overflow:hidden;box-shadow:0 8px 32px rgba(45,23,112,.25)}
.jackpot-card::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.06) 0%,transparent 60%);pointer-events:none}
.jackpot-card--bronze{border-top:4px solid #cd7f32}
.jackpot-card--silver{border-top:4px solid #c0c0c0}
.jackpot-card--gold{border-top:4px solid #ffd700;box-shadow:0 8px 40px rgba(255,215,0,.2)}
.jackpot-tier{font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;margin-bottom:6px;opacity:.75;color:#e0d4ff}
.jackpot-name{font-size:20px;font-weight:700;color:#fff;margin-bottom:4px}
.jackpot-amount{font-size:clamp(28px,4vw,42px);font-weight:700;margin-bottom:16px;letter-spacing:-1px}
.jackpot-card--bronze .jackpot-amount{color:#cd7f32}
.jackpot-card--silver .jackpot-amount{color:#c0c0c0}
.jackpot-card--gold .jackpot-amount{color:#ffd700}
.jackpot-players{list-style:none;padding:0;text-align:left;border-top:1px solid rgba(255,255,255,.1);padding-top:12px}
.jackpot-players li{display:flex;justify-content:space-between;align-items:center;padding:6px 0;color:#e0d4ff;font-size:14px;border-bottom:1px solid rgba(255,255,255,.05)}
.jackpot-players li:last-child{border-bottom:none}
.jackpot-players .nick{color:#fa8159}
.jackpot-players .win{font-weight:600;color:#fff}

.winners-block{background:#1e0f4d;border-radius:16px;padding:32px;box-shadow:0 8px 32px rgba(0,0,0,.2)}
.winners-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}
.winners-table{width:100%;border-collapse:collapse;min-width:500px}
.winners-table thead th{background:#2d1770;color:#e0d4ff;font-size:13px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;padding:12px 16px;text-align:left;border-bottom:2px solid rgba(255,255,255,.1)}
.winners-table tbody tr{transition:background .2s}
.winners-table tbody tr:hover{background:rgba(255,255,255,.05)}
.winners-table tbody td{padding:10px 16px;color:#e0d4ff;font-size:15px;border-bottom:1px solid rgba(255,255,255,.06)}
.winners-table .rank-1 td{color:#ffd700}
.winners-table .rank-2 td{color:#c0c0c0}
.winners-table .rank-3 td{color:#cd7f32}
.rank-badge{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:rgba(255,255,255,.1);font-weight:700;font-size:13px}
.winner-nick{color:#fa8159;font-weight:600}
.winner-amount{font-weight:700;color:#4ef5a0}

.demo-block{background:#1a0d4a;border-radius:16px;overflow:hidden;box-shadow:0 8px 40px rgba(0,0,0,.3)}
.demo-header{background:#2d1770;padding:18px 24px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}
.demo-title{font-size:20px;font-weight:700;color:#fff}
.demo-meta{display:flex;gap:16px;flex-wrap:wrap}
.demo-meta span{font-size:13px;color:#e0d4ff;display:flex;align-items:center;gap:5px}
.demo-frame-wrap{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}
.demo-frame-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}
.demo-footer{background:#2d1770;padding:16px 24px;display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}
.demo-footer p{color:#e0d4ff;font-size:14px}

.strategies-grid{display:flex;gap:20px;flex-wrap:wrap;justify-content:center}
.strategy-card{background:#1e0f4d;border-radius:16px;overflow:hidden;flex:1;min-width:280px;max-width:380px;display:flex;flex-direction:column;box-shadow:0 6px 24px rgba(0,0,0,.2);transition:transform .3s,box-shadow .3s}
.strategy-card:hover{transform:translateY(-6px);box-shadow:0 14px 40px rgba(45,23,112,.4)}
.strategy-img{width:100%;height:200px;object-fit:cover}
.strategy-body{padding:20px;flex:1;display:flex;flex-direction:column}
.strategy-label{font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#fa8159;margin-bottom:6px}
.strategy-name{font-size:20px;font-weight:700;color:#fff;margin-bottom:8px}
.strategy-desc{font-size:15px;color:#b0a0d8;line-height:1.6;flex:1;margin-bottom:18px}

.content-review{background:#fff;border-radius:16px;padding:40px;box-shadow:0 4px 20px rgba(0,0,0,.08)}
.content-review h2{font-size:28px;color:#1a1a2e;margin-bottom:16px;padding-bottom:12px;border-bottom:3px solid #2d1770}
.content-review h3{font-size:22px;color:#2d1770;margin:24px 0 10px}
.content-review h4{font-size:18px;color:#2d1770;margin:20px 0 8px}
.content-review p{font-size:16px;line-height:1.75;color:#333;margin-bottom:16px}
.content-review ul{padding-left:20px;margin-bottom:16px}
.content-review ul li{list-style:disc;font-size:16px;line-height:1.75;color:#333;margin-bottom:6px}
.content-review ol{padding-left:20px;margin-bottom:16px}
.content-review ol li{list-style:decimal;font-size:16px;line-height:1.75;color:#333;margin-bottom:6px}
.content-review a{color:#fa8159;text-decoration:underline}
.content-review strong{font-weight:700;color:#1a1a2e}
.content-review em{font-style:italic}
.content-review blockquote{border-left:4px solid #2d1770;padding:12px 20px;background:#f5f0ff;border-radius:0 8px 8px 0;margin:16px 0;color:#555;font-style:italic}
.content-review table{width:100%;border-collapse:collapse;margin:16px 0;font-size:15px}
.content-review table th{background:#2d1770;color:#fff;padding:10px 14px;text-align:left;font-weight:600}
.content-review table td{padding:10px 14px;border:1px solid #ddd;color:#333}
.content-review table tr:nth-child(even) td{background:#f9f5ff}
.content-review img{border-radius:8px;margin:16px 0}
.content-placeholder{padding:32px;background:#f5f0ff;border-radius:8px;border:2px dashed #2d1770;color:#888;font-style:italic;text-align:center}

.faq-block{background:#fff;border-radius:16px;padding:40px;box-shadow:0 4px 20px rgba(0,0,0,.08)}
.faq-item{border-bottom:1px solid #e8e0f5;overflow:hidden}
.faq-item:last-child{border-bottom:none}
.faq-question{width:100%;background:none;border:none;padding:18px 0;text-align:left;display:flex;align-items:center;justify-content:space-between;gap:16px;cursor:pointer;font-family:'Oswald',sans-serif;font-size:17px;font-weight:600;color:#1a1a2e;transition:color .2s}
.faq-question:hover{color:#2d1770}
.faq-icon{flex-shrink:0;width:24px;height:24px;background:#2d1770;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform .3s,background .3s}
.faq-icon svg{fill:#fff;transition:transform .3s}
.faq-item.open .faq-icon{background:#fa8159;transform:rotate(180deg)}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s ease}
.faq-item.open .faq-answer{max-height:400px}
.faq-answer-inner{padding:0 0 18px;font-size:16px;line-height:1.75;color:#555}
.faq-answer-inner strong{color:#1a1a2e}

.author-block{background:#fff;border-radius:16px;padding:36px;box-shadow:0 4px 20px rgba(0,0,0,.08)}
.author-inner{display:flex;gap:28px;align-items:flex-start}
.author-photo{width:110px;height:110px;border-radius:50%;object-fit:cover;flex-shrink:0;border:3px solid #2d1770}
.author-info{flex:1}
.author-name{font-size:22px;font-weight:700;color:#1a1a2e;margin-bottom:4px}
.author-role{font-size:15px;color:#2d1770;font-weight:600;margin-bottom:4px}
.author-location{font-size:14px;color:#888;display:flex;align-items:center;gap:5px;margin-bottom:10px}
.author-bio{font-size:15px;color:#444;line-height:1.7;margin-bottom:14px}
.author-contacts{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:14px}
.author-contacts a{display:flex;align-items:center;gap:6px;font-size:14px;color:#2d1770;border:1px solid #2d1770;border-radius:20px;padding:5px 14px;transition:background .2s,color .2s}
.author-contacts a:hover{background:#2d1770;color:#fff}
.author-dates{font-size:13px;color:#aaa;display:flex;gap:18px;flex-wrap:wrap}
.author-dates span{display:flex;align-items:center;gap:5px}

.footer{background:#2d1770;padding:48px 0 24px;margin-top:auto}
.footer-top{display:flex;gap:40px;flex-wrap:wrap;justify-content:space-between;padding-bottom:32px;border-bottom:1px solid rgba(255,255,255,.12);margin-bottom:28px}
.footer-col{min-width:160px;flex:1}
.footer-logo img{height:44px;width:auto;margin-bottom:16px}
.footer-logo-link {display: block;width: fit-content;}
.footer-desc{font-size:14px;color:rgba(255,255,255,.65);line-height:1.7;margin-bottom:16px}
.footer-col h4{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:#e0d4ff;margin-bottom:14px}
.footer-nav{display:flex;flex-direction:column;gap:8px}
.footer-nav a{font-size:14px;color:rgba(255,255,255,.65);transition:color .2s}
.footer-nav a:hover{color:#fa8159}
.footer-payments{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin-bottom:16px}
.footer-payment-badge{background:rgba(255,255,255,.1);border-radius:6px;padding:6px 14px;font-size:13px;font-weight:600;color:#fff;letter-spacing:.3px}
.footer-socials{display:flex;gap:10px;flex-wrap:wrap}
.footer-social{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;background:rgba(255,255,255,.12);transition:background .2s;color:#fff}
.footer-social:hover{background:#fa8159}
.footer-social svg{fill:#fff}
.footer-trust{display:flex;gap:10px;flex-wrap:wrap;align-items:center}
.footer-trust-badge{background:rgba(255,255,255,.1);border-radius:6px;padding:5px 12px;font-size:12px;font-weight:600;color:rgba(255,255,255,.8)}
.footer-trust-badge.age{background:#fa8159;color:#fff}
.footer-bottom{display:flex;gap:16px;justify-content:space-between;align-items:center;flex-wrap:wrap}
.footer-provider{display:flex;align-items:center;gap:12px}
.footer-provider img{height:28px;width:auto;filter:brightness(0) invert(1);opacity:.7}
.footer-flag{width:28px;height:20px;border-radius:3px;overflow:hidden;flex-shrink:0}
.footer-flag img{width:100%;height:100%;object-fit:cover}
.footer-copyright{font-size:13px;color:rgba(255,255,255,.5);line-height:1.7}
.footer-email{color:#fa8159;font-size:13px}
.footer-legal{font-size:12px;color:rgba(255,255,255,.4);line-height:1.7;margin-top:12px;padding-top:12px;border-top:1px solid rgba(255,255,255,.08)}
.footer-flag {height: 20px;width: auto;}

.widget{position:fixed;bottom:24px;right:24px;z-index:9000;background:#2d1770;border-radius:16px;padding:14px 18px;display:flex;align-items:center;gap:12px;box-shadow:0 8px 32px rgba(0,0,0,.35);transition:transform .3s;animation:wg-bounce 3s infinite}
.widget:hover{transform:translateY(-4px)}
.widget-logo{width:48px;height:48px;border-radius:8px;object-fit:contain;background:#fff;padding:3px;flex-shrink:0}
.widget-info{display:flex;flex-direction:column;gap:2px}
.widget-label{font-size:11px;color:rgba(255,255,255,.7);text-transform:uppercase;letter-spacing:.5px}
.widget-bonus{font-size:16px;font-weight:700;color:#ffd700}
@keyframes wg-bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}

.section--dark{background:#1a0d4a}
.section--dark .section-title{color:#fff}
.section--dark .section-subtitle{color:#b0a0d8}

.wave-top{display:block;width:100%;line-height:0}
.wave-top svg{display:block}

.breadcrumb{padding:12px 0;display:flex;align-items:center;gap:6px;font-size:14px;color:#666;flex-wrap:wrap}
.breadcrumb a{color:#2d1770}
.breadcrumb span{color:#999}

.info-page-content{background:#fff;border-radius:16px;padding:40px;box-shadow:0 4px 20px rgba(0,0,0,.08);margin:24px 0 48px}
.info-page-content h1{font-size:30px;color:#1a1a2e;margin-bottom:20px;padding-bottom:14px;border-bottom:3px solid #2d1770}
.info-page-content h2{font-size:22px;color:#2d1770;margin:24px 0 10px}
.info-page-content p{font-size:16px;line-height:1.75;color:#333;margin-bottom:16px}
.info-page-content ul{padding-left:22px;margin-bottom:16px}
.info-page-content ul li{list-style:disc;font-size:16px;line-height:1.75;color:#333;margin-bottom:6px}
.info-page-content a{color:#fa8159;text-decoration:underline}

.x3b9f2a{display:none}
.e7k2p1{visibility:hidden;position:absolute;pointer-events:none}

@media (max-width:1024px){.hero-img{width:40%}}
@media (max-width:768px){
  .header-nav{display:none}
  .burger{display:flex}
  .header-buttons .btn--green{display:inline-flex}
  .hero{min-height:420px}
  .hero-img{display:none}
  .hero-content{max-width:100%;padding:40px 0}
  .hero-stats{gap:16px}
  .jackpots-grid{flex-direction:column;align-items:center}
  .jackpot-card{max-width:100%;width:100%}
  .author-inner{flex-direction:column;align-items:center;text-align:center}
  .author-contacts{justify-content:center}
  .author-dates{justify-content:center}
  .strategies-grid{flex-direction:column}
  .strategy-card{max-width:100%}
  .content-review{padding:24px}
  .faq-block{padding:24px}
  .author-block{padding:24px}
  .widget{bottom:16px;right:16px;padding:10px 14px}
  .footer-top{gap:28px}
  .footer-bottom{flex-direction:column;align-items:flex-start;gap:10px}
  .footer-top {flex-direction: column;}
}
@media (max-width:480px){
  .hero-cta{flex-direction:column}
  .hero-cta .btn{width:100%;justify-content:center}
  .hero-title{font-size:28px}
  .demo-header{flex-direction:column}
  .winners-block{padding:16px}
  .content-review{padding:20px}
}
@media (max-width:420px){
.header-buttons .btn--orange{display: none;}
.content-review{padding:16px}
}