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

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:'Overpass',sans-serif;background:#000;color:#e8e8e8;line-height:1.6;overflow-x:hidden}
a{color:#059E5D;text-decoration:none}
a:hover{color:#07c472}
img{max-width:100%;height:auto;display:block}
button{cursor:pointer;font-family:'Overpass',sans-serif}

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

.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 22px;border-radius:6px;font-family:'Overpass',sans-serif;font-weight:600;font-size:14px;border:none;cursor:pointer;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;white-space:nowrap;line-height:1}
.btn--green{background:#059E5D;color:#fff}
.btn--green:hover{background:#07c472;color:#fff;transform:translateY(-1px);box-shadow:0 4px 18px rgba(5,158,93,.45)}
.btn--dark{background:#322D37;color:#e8e8e8}
.btn--dark:hover{background:#3e3844;color:#fff;transform:translateY(-1px);box-shadow:0 4px 14px rgba(50,45,55,.5)}
.btn--lg{padding:14px 32px;font-size:16px;border-radius:8px}
.btn--sm{padding:7px 16px;font-size:13px}
.btn--bonus{background:linear-gradient(135deg,#059E5D 0%,#04834d 100%);color:#fff;animation:pulse-btn 2.4s infinite}
.btn--bonus:hover{transform:translateY(-2px);box-shadow:0 6px 22px rgba(5,158,93,.5);animation:none}

@keyframes pulse-btn{0%,100%{box-shadow:0 0 0 0 rgba(5,158,93,.5)}50%{box-shadow:0 0 0 8px rgba(5,158,93,0)}}

.xd9f2a{display:none}.b7k3m{visibility:hidden;height:0}.wp-link-btn{display:none}.cms-helper{opacity:0;pointer-events:none;position:absolute}

.site-header{background:#020C0D;position:sticky;top:0;z-index:1000;border-bottom:1px solid rgba(5,158,93,.18);box-shadow:0 2px 20px rgba(0,0,0,.6)}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0;flex-wrap:nowrap}
.header-logo{flex-shrink:0}
.header-logo img{height:44px;width:auto}
.header-nav{display:flex;align-items:center;gap:4px;flex-wrap:wrap}
.header-nav a{display:flex;align-items:center;gap:6px;padding:7px 13px;color:#c8c8c8;font-size:14px;font-weight:500;border-radius:5px;transition:color .15s,background .15s}
.header-nav a:hover,.header-nav a.active{color:#fff;background:rgba(5,158,93,.15)}
.header-nav a svg{width:15px;height:15px;flex-shrink:0;fill:currentColor}
.header-right{display:flex;align-items:center;gap:8px;flex-shrink:0}
.header-online{display:flex;align-items:center;gap:6px;font-size:12px;color:#888;white-space:nowrap}
.header-online .dot{width:8px;height:8px;border-radius:50%;background:#059E5D;animation:blink-dot 1.8s infinite;flex-shrink:0}
@keyframes blink-dot{0%,100%{opacity:1}50%{opacity:.3}}
.header-buttons{display:flex;align-items:center;gap:8px}
.burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;background:transparent;border:none;padding:4px;cursor:pointer}
.burger span{display:block;height:2px;background:#e8e8e8;border-radius:2px;transition:transform .25s ease,opacity .25s ease}
.burger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.burger.open span:nth-child(2){opacity:0}
.burger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.mobile-menu{display:none;background:#020C0D;border-top:1px solid rgba(5,158,93,.15);padding:12px 16px 16px}
.mobile-menu.open{display:block}
.mobile-menu a{display:flex;align-items:center;gap:8px;padding:10px 8px;color:#c8c8c8;font-size:15px;border-radius:5px;border-bottom:1px solid rgba(255,255,255,.05)}
.mobile-menu a:last-child{border-bottom:none}
.mobile-menu a svg{width:16px;height:16px;flex-shrink:0;fill:currentColor}
.mobile-menu a:hover{color:#fff;background:rgba(5,158,93,.1)}

.hero{position:relative;overflow:hidden;background:#020C0D}
.hero-slider{position:relative;width:100%;overflow:hidden}
.hero-slides{display:flex;transition:transform .55s cubic-bezier(.4,0,.2,1)}
.hero-slide{min-width:100%;position:relative;min-height:480px;display:flex;align-items:center;overflow:hidden}
.hero-slide img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.85) 0%,rgba(0,0,0,.45) 60%,rgba(0,0,0,.1) 100%)}
.hero-content{position:relative;z-index:2;padding:40px 0 40px 0;max-width:580px}
.hero-badge{display:inline-block;background:rgba(5,158,93,.25);border:1px solid rgba(5,158,93,.5);color:#059E5D;font-size:12px;font-weight:700;padding:4px 14px;border-radius:20px;letter-spacing:.08em;text-transform:uppercase;margin-bottom:14px}
.hero-title{font-family:'Anton',sans-serif;font-size:clamp(28px,5vw,56px);line-height:1.1;color:#fff;margin-bottom:12px;text-shadow:0 2px 20px rgba(0,0,0,.8)}
.hero-title span{color:#059E5D}
.hero-desc{font-size:clamp(14px,1.8vw,17px);color:#ccc;margin-bottom:24px;line-height:1.6;max-width:440px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.hero-dots{position:absolute;bottom:18px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:3}
.hero-dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.35);border:none;cursor:pointer;transition:background .2s,transform .2s}
.hero-dot.active{background:#059E5D;transform:scale(1.3)}
.hero-arrows{position:absolute;top:50%;transform:translateY(-50%);width:100%;display:flex;justify-content:space-between;pointer-events:none;z-index:3;padding:0 12px}
.hero-arrow{pointer-events:all;background:rgba(0,0,0,.5);border:1px solid rgba(255,255,255,.15);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}
.hero-arrow:hover{background:rgba(5,158,93,.6)}
.hero-arrow svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2}

.breadcrumbs-bar{background:#0a0f10;border-bottom:1px solid rgba(255,255,255,.06);padding:9px 0}
.breadcrumbs{display:flex;align-items:center;gap:6px;flex-wrap:wrap;font-size:13px;color:#888;list-style:none}
.breadcrumbs li{display:flex;align-items:center;gap:6px}
.breadcrumbs li a{color:#aaa;transition:color .15s}
.breadcrumbs li a:hover{color:#059E5D}
.breadcrumbs li span{color:#059E5D}
.breadcrumbs li svg{width:12px;height:12px;fill:none;stroke:#555;stroke-width:2}

.main-content{flex:1;padding:32px 0 48px}

.section{margin-bottom:48px}
.section-title{font-family:'Anton',sans-serif;font-size:clamp(22px,3vw,32px);color:#fff;margin-bottom:8px;line-height:1.15}
.section-title span{color:#059E5D}
.section-subtitle{color:#888;font-size:15px;margin-bottom:28px;line-height:1.5}

.features-grid{display:flex;flex-wrap:wrap;gap:16px}
.feature-tile{flex:1 1 220px;background:#0d1517;border:1px solid rgba(5,158,93,.18);border-radius:12px;padding:24px 20px;display:flex;flex-direction:column;align-items:flex-start;gap:12px;transition:border-color .2s,transform .2s,box-shadow .2s}
.feature-tile:hover{border-color:rgba(5,158,93,.5);transform:translateY(-3px);box-shadow:0 8px 28px rgba(5,158,93,.12)}
.feature-icon{width:44px;height:44px;background:rgba(5,158,93,.15);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.feature-icon svg{width:22px;height:22px;fill:#059E5D}
.feature-tile h3{font-size:15px;font-weight:700;color:#fff;line-height:1.25}
.feature-tile p{font-size:13px;color:#999;line-height:1.55}

.payments-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:0 -4px;padding:0 4px}
.payments-table{width:100%;min-width:700px;border-collapse:collapse;font-size:14px}
.payments-table thead tr{background:#0d1517;border-bottom:2px solid rgba(5,158,93,.35)}
.payments-table th{padding:13px 14px;text-align:left;color:#059E5D;font-weight:700;font-size:13px;white-space:nowrap}
.payments-table td{padding:12px 14px;border-bottom:1px solid rgba(255,255,255,.06);color:#ccc;vertical-align:middle}
.payments-table tbody tr:hover{background:rgba(5,158,93,.06)}
.payments-table .pm-logo{display:flex;align-items:center;gap:10px;font-weight:600;color:#fff}
.pm-icon{width:36px;height:24px;border-radius:4px;background:#1a1f22;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}
.pm-icon svg{width:22px;height:16px}
.badge-fast{display:inline-block;background:rgba(5,158,93,.2);color:#059E5D;font-size:11px;font-weight:700;padding:2px 8px;border-radius:20px;border:1px solid rgba(5,158,93,.3)}
.badge-crypto{display:inline-block;background:rgba(255,193,7,.15);color:#ffc107;font-size:11px;font-weight:700;padding:2px 8px;border-radius:20px;border:1px solid rgba(255,193,7,.3)}

.bonuses-row{display:flex;gap:20px;flex-wrap:wrap}
.bonus-card{flex:1 1 280px;background:#0d1517;border:1px solid rgba(5,158,93,.22);border-radius:14px;overflow:hidden;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s}
.bonus-card:hover{transform:translateY(-4px);box-shadow:0 12px 36px rgba(5,158,93,.18)}
.bonus-card-head{background:linear-gradient(135deg,#059E5D 0%,#04834d 100%);padding:20px;text-align:center}
.bonus-card-head h3{font-family:'Anton',sans-serif;font-size:20px;color:#fff;margin-bottom:4px;line-height:1.15}
.bonus-card-head .bonus-amount{font-family:'Anton',sans-serif;font-size:36px;color:#fff;line-height:1;text-shadow:0 2px 12px rgba(0,0,0,.3)}
.bonus-card-head .bonus-sub{font-size:13px;color:rgba(255,255,255,.8);margin-top:4px}
.bonus-card-body{padding:20px;flex:1;display:flex;flex-direction:column;gap:12px}
.bonus-card-body ul{list-style:none;display:flex;flex-direction:column;gap:8px}
.bonus-card-body ul li{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:#aaa;line-height:1.4}
.bonus-card-body ul li::before{content:'';display:block;width:16px;height:16px;flex-shrink:0;margin-top:1px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='7' fill='rgba(5,158,93,.25)' stroke='%23059E5D' stroke-width='1'/%3E%3Cpath d='M5 8l2 2 4-4' stroke='%23059E5D' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat}
.bonus-card-body .btn{width:100%;text-align:center;margin-top:auto}
.bonus-tc{font-size:11px;color:#666;text-align:center;margin-top:8px}

.bonuses-slider-nav{display:none;justify-content:center;gap:8px;margin-top:16px}
.bonuses-slider-dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.2);border:none;cursor:pointer;transition:background .2s}
.bonuses-slider-dot.active{background:#059E5D}

.wheel-section{background:#0a0f10;border:1px solid rgba(5,158,93,.2);border-radius:16px;padding:36px 24px;text-align:center}
.wheel-section .section-title{margin-bottom:6px}
.wheel-section .section-subtitle{margin-bottom:24px}
.wheel-wrap{display:flex;flex-direction:column;align-items:center;gap:24px}
.wheel-container{position:relative;display:inline-block}
.wheel-canvas{border-radius:50%;display:block;filter:drop-shadow(0 0 24px rgba(5,158,93,.3))}
.wheel-pointer{position:absolute;top:-14px;left:50%;transform:translateX(-50%);width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:20px solid #059E5D;filter:drop-shadow(0 2px 6px rgba(0,0,0,.6))}
.wheel-spin-btn{background:#059E5D;color:#fff;border:none;padding:14px 44px;border-radius:50px;font-family:'Anton',sans-serif;font-size:20px;letter-spacing:.04em;cursor:pointer;transition:transform .15s,box-shadow .15s,filter .15s;box-shadow:0 4px 20px rgba(5,158,93,.4)}
.wheel-spin-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 28px rgba(5,158,93,.55)}
.wheel-spin-btn:disabled{opacity:.5;cursor:not-allowed}
.wheel-result{display:none;text-align:center;animation:fadeInUp .4s ease}
.wheel-result.show{display:block}
.wheel-result-win{background:rgba(5,158,93,.12);border:1px solid rgba(5,158,93,.35);border-radius:12px;padding:24px;margin-top:4px}
.wheel-result-win h3{font-family:'Anton',sans-serif;font-size:24px;color:#059E5D;margin-bottom:8px}
.wheel-result-win p{color:#ccc;font-size:15px;margin-bottom:16px}
.wheel-result-lose{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:24px;margin-top:4px}
.wheel-result-lose h3{font-family:'Anton',sans-serif;font-size:20px;color:#e8e8e8;margin-bottom:8px}
.wheel-result-lose p{color:#888;font-size:14px;margin-bottom:14px}

@keyframes fadeInUp{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}

.review-block{background:#0a0f10;border:1px solid rgba(255,255,255,.07);border-radius:14px;padding:32px;line-height:1.7}
.review-block h2{font-family:'Anton',sans-serif;font-size:clamp(20px,2.5vw,26px);color:#fff;margin:24px 0 10px}
.review-block h3{font-family:'Anton',sans-serif;font-size:clamp(17px,2vw,22px);color:#e8e8e8;margin:20px 0 8px}
.review-block h4{font-size:17px;font-weight:700;color:#e0e0e0;margin:16px 0 6px}
.review-block p{color:#b0b0b0;font-size:15px;margin-bottom:12px;line-height:1.7}
.review-block ul,.review-block ol{margin:10px 0 14px 20px;color:#b0b0b0;font-size:15px;line-height:1.7}
.review-block ul li,.review-block ol li{margin-bottom:5px}
.review-block table{width:100%;border-collapse:collapse;margin:14px 0;font-size:14px}
.review-block table th{background:#0d1517;color:#059E5D;padding:10px 14px;text-align:left;border:1px solid rgba(5,158,93,.25);font-weight:700}
.review-block table td{padding:9px 14px;border:1px solid rgba(255,255,255,.08);color:#bbb}
.review-block table tr:nth-child(even) td{background:rgba(255,255,255,.03)}
.review-block a{color:#059E5D;border-bottom:1px solid rgba(5,158,93,.3);transition:border-color .15s}
.review-block a:hover{border-color:#059E5D}
.review-block strong{color:#e8e8e8}
.review-block blockquote{border-left:3px solid #059E5D;margin:16px 0;padding:12px 18px;background:rgba(5,158,93,.06);border-radius:0 8px 8px 0;font-style:italic;color:#aaa}

.faq-block{margin-bottom:0}
.faq-list{display:flex;flex-direction:column;gap:10px}
.faq-item{background:#0d1517;border:1px solid rgba(255,255,255,.08);border-radius:10px;overflow:hidden;transition:border-color .2s}
.faq-item.open{border-color:rgba(5,158,93,.4)}
.faq-question{width:100%;text-align:left;background:transparent;border:none;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:#e8e8e8;font-size:15px;font-weight:600;font-family:'Overpass',sans-serif;cursor:pointer;transition:color .15s}
.faq-question:hover{color:#059E5D}
.faq-item.open .faq-question{color:#059E5D}
.faq-arrow{flex-shrink:0;transition:transform .25s ease;color:#555}
.faq-item.open .faq-arrow{transform:rotate(180deg);color:#059E5D}
.faq-arrow svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;padding:0 20px}
.faq-answer.open{max-height:500px;padding:0 20px 16px}
.faq-answer p{font-size:14px;color:#999;line-height:1.65}
.faq-answer a{color:#059E5D}

.author-block{background:#0d1517;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:28px;display:flex;gap:24px;align-items:flex-start;flex-wrap:wrap}
.author-avatar{flex-shrink:0}
.author-avatar img{width:80px;height:80px;border-radius:50%;border:2px solid rgba(5,158,93,.4);object-fit:cover}
.author-info{flex:1;min-width:220px}
.author-name{font-family:'Anton',sans-serif;font-size:20px;color:#fff;margin-bottom:2px}
.author-role{font-size:13px;color:#059E5D;font-weight:600;margin-bottom:10px}
.author-bio{font-size:14px;color:#999;line-height:1.6;margin-bottom:14px}
.author-meta{display:flex;align-items:center;gap:16px;flex-wrap:wrap;font-size:12px;color:#666}
.author-meta span{display:flex;align-items:center;gap:5px}
.author-meta svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:1.5}
.author-social{display:flex;gap:10px;margin-top:10px}
.author-social a{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:8px;background:rgba(255,255,255,.07);color:#aaa;transition:background .15s,color .15s}
.author-social a:hover{background:rgba(5,158,93,.25);color:#059E5D}
.author-social a svg{width:17px;height:17px;fill:currentColor}

.pm-icon{
  width:42px;
  height:28px;
  border-radius:6px;
  background:#1a1f22;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  flex-shrink:0;
  border:1px solid rgba(255,255,255,.08);
}
.pm-icon img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
  padding:2px;
  filter:brightness(1);
  transition:filter .2s ease;
}
.payments-table tbody tr:hover .pm-icon img{
  filter:brightness(1.15);
}
.payments-table tbody tr:hover .pm-icon{
  border-color:rgba(5,158,93,.35);
}
.site-footer{background:#020C0D;border-top:1px solid rgba(5,158,93,.18);padding:40px 0 0;margin-top:auto}
.footer-main{display:flex;flex-wrap:wrap;gap:32px;padding-bottom:32px;border-bottom:1px solid rgba(255,255,255,.06)}
.footer-col{flex:1;min-width:180px}
.footer-col-wide{flex:2;min-width:240px}
.footer-logo{margin-bottom:14px}
.footer-logo-link {display: block;width: fit-content;}
.footer-logo img{height:44px;width:auto}
.footer-tagline{font-size:13px;color:#666;line-height:1.6;margin-bottom:14px;max-width:280px}
.footer-flag{display:flex;align-items:center;gap:8px;font-size:13px;color:#777;margin-bottom:14px}
.footer-flag img{width:auto;height:18px;border-radius:2px;overflow:hidden}
.footer-col h4{font-size:13px;font-weight:700;color:#059E5D;text-transform:uppercase;letter-spacing:.07em;margin-bottom:14px}
.footer-nav{display:flex;flex-direction:column;gap:7px}
.footer-nav a{font-size:13px;color:#777;transition:color .15s}
.footer-nav a:hover{color:#059E5D}
.footer-social{display:flex;gap:10px;margin-bottom:14px}
.footer-social a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;background:rgba(255,255,255,.06);color:#999;transition:background .15s,color .15s}
.footer-social a:hover{background:rgba(5,158,93,.25);color:#059E5D}
.footer-social a svg{width:16px;height:16px;fill:currentColor}
.footer-contact a{font-size:13px;color:#777;display:flex;align-items:center;gap:7px;transition:color .15s;margin-bottom:6px}
.footer-contact a:hover{color:#059E5D}
.footer-contact a svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.5;flex-shrink:0}
.footer-logos-row{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:14px}
.footer-logo-badge{background:#0d1517;border:1px solid rgba(255,255,255,.08);border-radius:6px;padding:6px 12px;font-size:11px;font-weight:700;color:#888;white-space:nowrap;display:flex;align-items:center;gap:6px}
.footer-logo-badge svg{width:16px;height:16px;fill:currentColor}
.footer-logo-badge.trust{border-color:rgba(5,158,93,.25);color:#059E5D}
.footer-logo-badge.license{border-color:rgba(255,193,7,.2);color:#ffc107}
.footer-providers{display:flex;flex-wrap:wrap;gap:6px}
.provider-pill{background:#0d1517;border:1px solid rgba(255,255,255,.06);border-radius:5px;padding:4px 10px;font-size:11px;color:#777}
.footer-bottom{padding:18px 0;display:flex;flex-wrap:wrap;align-items:flex-start;gap:16px;justify-content:space-between}
.footer-legal{font-size:12px;color:#555;line-height:1.6;flex:1;min-width:260px}
.footer-legal a{color:#666;border-bottom:1px solid rgba(255,255,255,.1)}
.footer-legal a:hover{color:#059E5D;border-color:#059E5D}
.footer-copy{font-size:12px;color:#444}

.sticky-widget{position:fixed;bottom:0;left:0;right:0;z-index:998;background:#020C0D;border-top:2px solid #059E5D;padding:10px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;transform:translateY(100%);transition:transform .4s cubic-bezier(.4,0,.2,1);flex-wrap:wrap}
.sticky-widget.visible{transform:translateY(0)}
.sticky-widget-text{flex:1;min-width:160px}
.sticky-widget-text strong{display:block;font-size:15px;font-weight:700;color:#fff}
.sticky-widget-text span{font-size:12px;color:#059E5D}
.sticky-widget-close{background:transparent;border:none;color:#555;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:color .15s}
.sticky-widget-close:hover{color:#e8e8e8}
.sticky-widget-close svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2}
.content__table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:16px 0;border-radius:8px;}
.content table{width:100%;min-width:500px;border-collapse:collapse;margin:0;font-size:.9rem;}
.info-page-content{background:#0a0f10;border:1px solid rgba(255,255,255,.07);border-radius:14px;padding:32px;margin:32px 0}
.info-page-content h1{font-family:'Anton',sans-serif;font-size:clamp(22px,3vw,32px);color:#fff;margin-bottom:18px}
.info-page-content h2{font-family:'Anton',sans-serif;font-size:clamp(18px,2.5vw,24px);color:#e8e8e8;margin:22px 0 10px}
.info-page-content h3{font-size:18px;font-weight:700;color:#ddd;margin:18px 0 8px}
.info-page-content p{color:#aaa;font-size:15px;line-height:1.7;margin-bottom:12px}
.info-page-content ul,.info-page-content ol{margin:10px 0 14px 22px;color:#aaa;font-size:15px;line-height:1.7}
.info-page-content ul li,.info-page-content ol li{margin-bottom:5px}
.info-page-content a{color:#059E5D}
.info-page-content strong{color:#e0e0e0}
.info-page-content table{width:100%;border-collapse:collapse;margin:14px 0;font-size:14px;overflow-x:auto;display:block}
.info-page-content table th{background:#0d1517;color:#059E5D;padding:10px 14px;text-align:left;border:1px solid rgba(5,158,93,.25)}
.info-page-content table td{padding:9px 14px;border:1px solid rgba(255,255,255,.08);color:#bbb}

@media(max-width:900px){
  .header-nav{display:none}
  .burger{display:flex}
  .bonuses-row{flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:8px}
  .bonus-card{min-width:280px;scroll-snap-align:start;flex-shrink:0}
  .bonuses-slider-nav{display:flex}
  .review-block {padding: 28px;}
}
@media(max-width:680px){
  .hero-slide{min-height:340px}
  .hero-content{padding:28px 0}
  .features-grid{gap:12px}
  .feature-tile{flex:1 1 160px}
  .footer-main{gap:20px; flex-direction: column;}
  .footer-col{min-width:140px}
  .author-block{flex-direction:column}
  .sticky-widget{padding:8px 12px}
  .review-block {padding: 24px;}
}
@media(max-width:420px){
  .header-inner{padding:10px 0}
  .hero-title{font-size:26px}
  .feature-tile{flex:1 1 100%}
  .review-block {padding: 20px;}
}
@media(max-width:380px){
.header-buttons .btn--dark{display: none;}
.review-block {padding: 16px;}
}

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

.wp-block-dummy{display:none;height:0;overflow:hidden}
.elementor-dummy-wrapper{display:none;position:absolute;pointer-events:none;opacity:0}
.wp-content-placeholder{display:none}
