*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
html,body{overflow-x:hidden;width:100%;scroll-behavior:smooth}
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,sans-serif;background:#0F212E;color:#B1BAD3;line-height:1.6;overflow-wrap:anywhere;word-break:break-word}
a{text-decoration:none;color:inherit}
img{max-width:100%;height:auto;display:block}
ul,ol{list-style:none}
.container{max-width:1200px;margin:0 auto;padding:0 16px;width:100%}

/* ═══ HEADER ═══ */
.header{position:sticky;top:0;z-index:1000;background:#1A2C38;border-bottom:1px solid rgba(255,255,255,.06)}
.header__inner{display:flex;align-items:center;gap:16px;padding:12px 16px;max-width:1400px;margin:0 auto}
.header__logo img{height:32px;width:auto}
.header__nav{display:flex;gap:4px;margin-left:16px}
.header__nav-link{padding:8px 16px;border-radius:20px;font-size:14px;font-weight:600;color:#B1BAD3;transition:all .2s}
.header__nav-link:hover{color:#fff}
.header__nav-link--active{background:#1475E1;color:#fff}
.header__actions{display:flex;gap:8px;margin-left:auto}
.header__burger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px}
.header__burger span{display:block;width:22px;height:2px;background:#B1BAD3;border-radius:2px;transition:all .3s}

/* ═══ BUTTONS ═══ */
.btn{display:inline-flex;align-items:center;justify-content:center;font-weight:800;border-radius:8px;border:none;cursor:pointer;transition:all .2s;text-transform:none;letter-spacing:.3px;font-size:14px;min-height:44px;padding:12px 24px;white-space:nowrap}
.btn--primary{background:#1675E1;color:#fff;box-shadow:0 4px 14px rgba(22,117,225,.4)}
.btn--primary:hover{background:#1565C0;transform:translateY(-1px);box-shadow:0 6px 20px rgba(22,117,225,.5)}
.btn--primary:active{transform:translateY(0);box-shadow:0 2px 8px rgba(22,117,225,.3)}
.btn--ghost{background:rgba(255,255,255,.08);color:#B1BAD3;border:1px solid rgba(255,255,255,.1)}
.btn--ghost:hover{background:rgba(255,255,255,.12);color:#fff}
.btn--lg{font-size:16px;min-height:48px;padding:14px 32px}
.btn--sm{font-size:13px;min-height:38px;padding:8px 16px}
.btn--full{width:100%}

/* ═══ MOBILE MENU ═══ */
.mobile-menu{display:none;position:fixed;top:57px;left:0;width:100%;height:calc(100vh - 57px);background:#1A2C38;z-index:999;overflow-y:auto;padding:0 0 100px;-webkit-overflow-scrolling:touch}
.mobile-menu--open{display:block}
.mobile-menu__tabs{display:flex;gap:8px;padding:16px}
.mobile-menu__tab{padding:10px 24px;border-radius:20px;font-weight:700;font-size:14px;color:#B1BAD3;background:rgba(255,255,255,.06)}
.mobile-menu__tab--active{background:#4CAF50;color:#fff}
.mobile-menu__nav{padding:8px 0}
.mobile-menu__nav a{display:flex;align-items:center;gap:12px;padding:14px 20px;font-size:15px;font-weight:600;color:#B1BAD3;transition:background .2s}
.mobile-menu__nav a:hover{background:rgba(255,255,255,.04)}
.mobile-menu__divider{height:1px;background:rgba(255,255,255,.06);margin:8px 16px}
.mobile-menu__actions{padding:16px;display:flex;flex-direction:column;gap:8px}

/* ═══ CATEGORY BAR ═══ */
.category-bar{background:#1A2C38;border-bottom:1px solid rgba(255,255,255,.06);position:sticky;top:57px;z-index:998}
.category-bar__inner{max-width:1400px;margin:0 auto;padding:12px 16px}
.category-bar__search{display:flex;align-items:center;gap:10px;background:#0F212E;border:2px solid rgba(255,255,255,.08);border-radius:8px;padding:10px 16px;margin-bottom:12px}
.category-bar__search svg{color:#557086;flex-shrink:0}
.category-bar__search input{background:none;border:none;color:#B1BAD3;font-size:14px;width:100%;outline:none}
.category-bar__search input::placeholder{color:#557086}
.category-bar__tabs{display:flex;gap:4px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:4px}
.category-bar__tabs::-webkit-scrollbar{display:none}
.category-bar__tab{padding:8px 16px;border-radius:20px;font-size:13px;font-weight:600;color:#B1BAD3;white-space:nowrap;background:rgba(255,255,255,.04);transition:all .2s}
.category-bar__tab:hover{background:rgba(255,255,255,.08);color:#fff}
.category-bar__tab--active{background:rgba(255,255,255,.1);color:#fff}

/* ═══ HERO ═══ */
.hero{background:linear-gradient(135deg,#0F212E 0%,#1A2C38 50%,#0F212E 100%);padding:0}
.hero__inner{max-width:1400px;margin:0 auto}
.hero__banner{display:block;width:100%;overflow:hidden}
.hero__banner img{width:100%;max-height:400px;object-fit:cover}
.hero__content{padding:40px 16px 48px;text-align:center}
.hero__title{font-size:clamp(28px,5vw,52px);font-weight:900;color:#fff;margin-bottom:12px;line-height:1.1}
.hero__sub{font-size:clamp(14px,2vw,18px);color:#B1BAD3;margin-bottom:24px;max-width:600px;margin-left:auto;margin-right:auto}
.hero__cta{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:16px}
.hero__tc{font-size:12px;color:#557086}

/* ═══ SECTIONS COMMON ═══ */
.section-title{font-size:clamp(20px,3vw,28px);font-weight:800;color:#fff;margin-bottom:24px}
.section-cta{text-align:center;margin-top:24px}
.games-section{padding:40px 0}
.games-section--alt{background:#172B36}
.filter-tabs{display:flex;gap:6px;margin-bottom:20px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:4px}
.filter-tabs::-webkit-scrollbar{display:none}
.filter-tab{padding:8px 16px;border-radius:20px;font-size:13px;font-weight:600;color:#B1BAD3;background:rgba(255,255,255,.04);white-space:nowrap;transition:all .2s}
.filter-tab:hover{background:rgba(255,255,255,.08);color:#fff}
.filter-tab--active{background:#1675E1;color:#fff}

/* ═══ JACKPOT COUNTER ═══ */
.jackpot-counter{display:flex;align-items:center;justify-content:center;gap:12px;background:linear-gradient(135deg,#1A2C38,#243B46);border:1px solid rgba(255,215,0,.2);border-radius:12px;padding:16px 24px;margin-bottom:24px}
.jackpot-counter__label{font-size:14px;font-weight:700;color:#FFD700;text-transform:uppercase;letter-spacing:1px}
.jackpot-counter__value{font-size:clamp(24px,4vw,36px);font-weight:900;color:#FFD700;font-variant-numeric:tabular-nums}

/* ═══ GAME GRID ═══ */
.game-grid{display:grid;gap:12px}
.game-grid--6{grid-template-columns:repeat(6,minmax(0,1fr))}
.game-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}
.game-card{position:relative;background:#1A2C38;border-radius:10px;overflow:hidden;border:1px solid rgba(255,255,255,.04);transition:all .25s;min-width:0}
.game-card:hover{transform:translateY(-4px);border-color:rgba(22,117,225,.4);box-shadow:0 8px 24px rgba(0,0,0,.3)}
.game-card__media{overflow:hidden;border-radius:10px 10px 0 0;aspect-ratio:1/1.2}
.game-card--live .game-card__media{aspect-ratio:16/10}
.game-card__media img{width:100%;height:100%;object-fit:cover}
.game-card__info{padding:8px 10px 10px;display:flex;flex-direction:column;gap:2px}
.game-card__name{font-size:13px;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.game-card__provider{font-size:11px;color:#557086}
.game-card__meta{font-size:11px;color:#557086;margin-top:2px}
.game-card__badge{position:absolute;top:8px;left:8px;background:#FF4444;color:#fff;font-size:10px;font-weight:800;padding:3px 8px;border-radius:4px;z-index:2;letter-spacing:.5px}
.game-card__badge--new{background:#4CAF50}

/* ═══ BETS TABLE ═══ */
.bets-table-section{padding:40px 0;background:#172B36}
.bets-table-wrap{overflow-x:auto;border-radius:8px;border:1px solid rgba(255,255,255,.06)}
.bets-table{width:100%;border-collapse:collapse;table-layout:fixed;min-width:600px}
.bets-table th{background:#1A2C38;padding:12px 16px;font-size:12px;font-weight:700;color:#557086;text-align:left;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}
.bets-table td{padding:10px 16px;font-size:13px;border-bottom:1px solid rgba(255,255,255,.04);overflow-wrap:anywhere;word-break:break-word}
.bets-table tr:hover{background:rgba(255,255,255,.02)}
.bets-table .win{color:#4CAF50;font-weight:700}
.bets-table .loss{color:#B1BAD3}

/* ═══ PROMOS ═══ */
.promos-section{padding:48px 0;background:#0F212E}
.promo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:32px}
.promo-card{background:#1A2C38;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.04);transition:transform .2s}
.promo-card:hover{transform:translateY(-2px)}
.promo-card--featured{grid-column:span 2}
.promo-card__media{display:block;overflow:hidden}
.promo-card__media img{width:100%;max-height:200px;object-fit:cover}
.promo-card__body{padding:20px}
.promo-card__title{font-size:18px;font-weight:800;color:#fff;margin-bottom:8px}
.promo-card__text{font-size:14px;color:#B1BAD3;margin-bottom:16px}

/* ═══ VIP TEASER ═══ */
.vip-teaser{display:flex;align-items:center;gap:32px;background:linear-gradient(135deg,#1A2C38,#243B46);border-radius:16px;padding:32px;border:1px solid rgba(255,215,0,.15)}
.vip-teaser__content{flex:1;min-width:0}
.vip-teaser__title{font-size:24px;font-weight:900;color:#FFD700;margin-bottom:12px}
.vip-teaser__text{font-size:14px;color:#B1BAD3;margin-bottom:16px}
.vip-tiers{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}
.vip-tier{padding:6px 14px;border-radius:20px;font-size:12px;font-weight:700;color:#B1BAD3;background:rgba(255,255,255,.06)}
.vip-tier--top{background:linear-gradient(135deg,#FFD700,#FFA000);color:#1A2C38}
.vip-teaser__media{flex-shrink:0;width:200px;border-radius:12px;overflow:hidden}
.vip-teaser__media img{width:100%;height:auto;object-fit:contain}

/* ═══ PROVIDERS ═══ */
.providers-section{padding:48px 0;background:#172B36}
.providers-strip{display:flex;gap:16px;align-items:center;justify-content:center;flex-wrap:wrap;margin-bottom:32px;padding:20px;background:#1A2C38;border-radius:12px;border:1px solid rgba(255,255,255,.04)}
.provider-logo{display:flex;align-items:center;justify-content:center;width:100px;height:50px;padding:8px;opacity:.7;transition:opacity .2s;flex-shrink:0}
.provider-logo:hover{opacity:1}
.provider-logo img{max-width:100%;max-height:100%;object-fit:contain;filter:brightness(0) invert(.7)}
.provider-logo:hover img{filter:brightness(0) invert(1)}

/* ═══ SEO BLOCK ═══ */
.seo-block{background:#1A2C38;border-radius:12px;padding:24px;border:1px solid rgba(255,255,255,.04)}
.seo-text{max-height:120px;overflow:hidden;transition:max-height .5s ease}
.seo-text--expanded{max-height:3000px}
.seo-text h3{font-size:20px;font-weight:800;color:#fff;margin-bottom:16px}
.seo-text p{font-size:14px;color:#B1BAD3;margin-bottom:12px;line-height:1.7}
.seo-toggle{display:block;margin:16px auto 0;background:none;border:1px solid rgba(255,255,255,.1);color:#1675E1;padding:8px 24px;border-radius:8px;cursor:pointer;font-weight:700;font-size:14px;transition:all .2s}
.seo-toggle:hover{background:rgba(22,117,225,.1);border-color:#1675E1}

/* ═══ ABOUT ═══ */
.about-section{padding:48px 0;background:#0F212E}
.about-lead{font-size:16px;color:#B1BAD3;margin-bottom:32px;max-width:800px;line-height:1.7}
.trust-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:32px}
.trust-card{background:#1A2C38;border-radius:12px;padding:20px;text-align:center;border:1px solid rgba(255,255,255,.04);transition:transform .2s}
.trust-card:hover{transform:translateY(-2px)}
.trust-card__media{display:block;width:60px;height:60px;margin:0 auto 12px;border-radius:12px;overflow:hidden}
.trust-card__media img{width:100%;height:100%;object-fit:cover}
.trust-card__title{font-size:15px;font-weight:800;color:#fff;margin-bottom:8px}
.trust-card__text{font-size:13px;color:#B1BAD3;line-height:1.5}
.about-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:24px}
.stat-item{text-align:center;padding:16px;background:#1A2C38;border-radius:12px;border:1px solid rgba(255,255,255,.04)}
.stat-value{display:block;font-size:clamp(20px,3vw,28px);font-weight:900;color:#1675E1;margin-bottom:4px}
.stat-label{font-size:12px;color:#557086;text-transform:uppercase;letter-spacing:.5px}

/* ═══ FAQ ═══ */
.faq-section{padding:48px 0;background:#172B36}
.faq-accordion{max-width:800px;margin:0 auto}
.faq-item{border-bottom:1px solid rgba(255,255,255,.06)}
.faq-question{display:flex;justify-content:space-between;align-items:center;width:100%;padding:18px 0;background:none;border:none;color:#fff;font-size:15px;font-weight:700;cursor:pointer;text-align:left;line-height:1.4}
.faq-question::after{content:'+';font-size:24px;font-weight:300;color:#557086;flex-shrink:0;margin-left:16px;transition:transform .3s}
.faq-item--open .faq-question::after{content:'\2212'}
.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease}
.faq-item--open .faq-answer{max-height:800px}
.faq-answer p{padding:0 0 18px;font-size:14px;color:#B1BAD3;line-height:1.7}

/* ═══ FOOTER ═══ */
.footer{background:#1B2E39;padding:48px 0 0;border-top:1px solid rgba(255,255,255,.06)}
.footer__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;flex-wrap:wrap;gap:16px}
.footer__logo img{height:40px;width:auto}
.footer__social{display:flex;gap:10px}
.footer__social a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;background:rgba(255,255,255,.04);color:#557086;transition:all .2s}
.footer__social a:hover{background:rgba(255,255,255,.08);color:#fff}
.footer__social a svg{width:18px;height:18px}
.footer__columns{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;margin-bottom:32px}
.footer__col h4{font-size:14px;font-weight:800;color:#fff;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}
.footer__col a{display:block;font-size:13px;color:#557086;padding:4px 0;transition:color .2s}
.footer__col a:hover{color:#B1BAD3}
.footer__payments{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:32px;padding-top:24px;border-top:1px solid rgba(255,255,255,.06)}
.payment-badge{padding:6px 14px;border-radius:6px;font-size:12px;font-weight:700;color:#557086;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06)}
.footer__bottom{text-align:center;padding:24px 0;border-top:1px solid rgba(255,255,255,.06)}
.footer__legal{font-size:12px;color:#557086;margin-bottom:8px;max-width:700px;margin-left:auto;margin-right:auto}
.footer__tagline{font-size:14px;font-weight:700;color:#1675E1;margin:16px 0}
.footer__badges{display:flex;align-items:center;justify-content:center;gap:16px;margin:16px 0}
.age-badge{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:2px solid #FF4444;color:#FF4444;font-weight:900;font-size:14px}
.footer__cert{display:flex;align-items:center}
.cert-img{height:40px;width:auto;object-fit:contain;opacity:.7}
.footer__lang{margin-top:16px;padding-bottom:24px}
.lang-btn{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);color:#B1BAD3;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}
.lang-btn:hover{background:rgba(255,255,255,.1);color:#fff}

/* ═══ CATFISH ═══ */
.catfish{position:fixed;bottom:0;left:0;right:0;z-index:997;background:#1A2C38;border-top:1px solid rgba(22,117,225,.3);padding:12px 16px;padding-bottom:calc(12px + env(safe-area-inset-bottom,0px));transform:translateY(0);transition:transform .3s}
.catfish--hidden{transform:translateY(100%)}
.catfish__inner{display:flex;align-items:center;justify-content:center;gap:16px;max-width:1200px;margin:0 auto}
.catfish__text{font-size:14px;font-weight:700;color:#FFD700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}
.catfish__close{background:none;border:none;color:#557086;font-size:24px;cursor:pointer;padding:4px;line-height:1;flex-shrink:0;transition:color .2s}
.catfish__close:hover{color:#fff}

/* ═══ EXIT POPUP ═══ */
.exit-popup{display:none;position:fixed;inset:0;z-index:2000;align-items:center;justify-content:center;padding:16px}
.exit-popup--open{display:flex}
.exit-popup__overlay{position:absolute;inset:0;background:rgba(0,0,0,.75);backdrop-filter:blur(4px)}
.exit-popup__content{position:relative;background:#1A2C38;border-radius:16px;padding:32px;max-width:420px;width:100%;text-align:center;border:1px solid rgba(255,255,255,.06);box-shadow:0 20px 60px rgba(0,0,0,.5)}
.exit-popup__close{position:absolute;top:12px;right:12px;background:none;border:none;color:#557086;font-size:28px;cursor:pointer;padding:4px;line-height:1;transition:color .2s}
.exit-popup__close:hover{color:#fff}
.exit-popup__media{display:block;border-radius:12px;overflow:hidden;margin-bottom:20px}
.exit-popup__media img{width:100%;max-height:160px;object-fit:cover}
.exit-popup__title{font-size:22px;font-weight:900;color:#fff;margin-bottom:8px}
.exit-popup__bonus{font-size:28px;font-weight:900;color:#FFD700;margin-bottom:8px}
.exit-popup__sub{font-size:14px;color:#B1BAD3;margin-bottom:20px}
.exit-popup__tc{font-size:11px;color:#557086;margin-top:12px}

/* ═══ RESPONSIVE ═══ */
@media(max-width:1024px){
.game-grid--6{grid-template-columns:repeat(4,minmax(0,1fr))}
.trust-grid,.about-stats{grid-template-columns:repeat(2,minmax(0,1fr))}
.footer__columns{grid-template-columns:repeat(2,minmax(0,1fr))}
.promo-grid{grid-template-columns:1fr}
.promo-card--featured{grid-column:span 1}
.vip-teaser{flex-direction:column}
.vip-teaser__media{width:100%;max-width:300px}
}

@media(max-width:768px){
.header__nav{display:none}
.header__actions{display:none}
.header__burger{display:flex}
.game-grid--6{grid-template-columns:repeat(3,minmax(0,1fr))}
.game-grid--3{grid-template-columns:repeat(2,minmax(0,1fr))}
.footer__columns{grid-template-columns:1fr 1fr}
.bets-table{min-width:500px}
.hero__title{font-size:28px}
}

@media(max-width:480px){
.game-grid--6{grid-template-columns:repeat(2,minmax(0,1fr))}
.game-grid--3{grid-template-columns:1fr}
.trust-grid,.about-stats{grid-template-columns:1fr}
.footer__columns{grid-template-columns:1fr}
.hero__cta .btn{width:100%}
.hero__content{padding:24px 16px 32px}
.category-bar__inner{padding:8px 12px}
.jackpot-counter{flex-direction:column;gap:4px;padding:12px 16px}
.games-section{padding:24px 0}
.promos-section,.providers-section,.about-section,.faq-section{padding:32px 0}
.vip-teaser{padding:20px}
.seo-block{padding:16px}
.exit-popup__content{padding:24px 16px}
.catfish__inner{gap:10px}
.catfish__text{font-size:12px}
.bets-table{min-width:400px}
.bets-table th,.bets-table td{padding:8px 10px;font-size:12px}
}

@media(max-width:360px){
.game-grid--6,.game-grid--3{grid-template-columns:repeat(2,minmax(0,1fr))}
.header__inner{padding:10px 12px}
.container{padding:0 12px}
}
/* ============================================================
   STAKE CASINO — Strategy / RTP / Originals / Bankroll Block
   Namespace: stake-strategy__
   Page palette: #0F212E (bg), #1A2C38 (card), #1675E1 (accent),
                 #FFD700 (gold), #B1BAD3 (text), #557086 (muted)
   ============================================================ */

.stake-strategy__section {
  background: #0F212E;
  padding: 3rem 0;
  color: #B1BAD3;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  line-height: 1.65;
}

.stake-strategy__container {
  width: 100%;
  max-width: 75rem; /* 1200px */
  margin: 0 auto;
  padding: 0 1rem;
}

/* ---- Headings ---- */
.stake-strategy__title {
  font-size: clamp(1.4rem, 3.2vw, 2rem);
  font-weight: 900;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.25;
  margin-bottom: 1.25rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.stake-strategy__h3 {
  font-size: clamp(1.05rem, 2.2vw, 1.4rem);
  font-weight: 800;
  color: #FFFFFF;
  margin: 0 0 0.85rem;
  line-height: 1.35;
  border-left: 3px solid #1675E1;
  padding-left: 0.8rem;
}

.stake-strategy__h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #FFD700;
  margin: 1rem 0 0.5rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

/* ---- Lead block ---- */
.stake-strategy__lead {
  background: #1A2C38;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-left: 3px solid #FFD700;
  border-radius: 0.75rem;
  padding: 1.5rem;
  margin: 0 auto 2rem;
  max-width: 56rem;
}

.stake-strategy__lead p {
  font-size: 0.95rem;
  line-height: 1.75;
  color: #B1BAD3;
  margin: 0;
}

/* ---- Articles ---- */
.stake-strategy__article {
  background: #1A2C38;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0.75rem;
  padding: 1.5rem 1.5rem;
  margin-bottom: 1.25rem;
  transition: border-color 0.2s;
}

.stake-strategy__article:hover {
  border-color: rgba(22, 117, 225, 0.25);
}

.stake-strategy__article p {
  font-size: 0.92rem;
  line-height: 1.7;
  color: #B1BAD3;
  margin: 0 0 0.85rem;
}

.stake-strategy__article p:last-child { margin-bottom: 0; }

.stake-strategy__article strong {
  color: #FFFFFF;
  font-weight: 700;
}

.stake-strategy__article em {
  color: #FFD700;
  font-style: normal;
}

/* ---- Lists ---- */
.stake-strategy__list {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0 0.85rem;
  counter-reset: stk-counter;
}

.stake-strategy__list li {
  position: relative;
  padding: 0.55rem 0 0.55rem 1.6rem;
  font-size: 0.92rem;
  line-height: 1.65;
  color: #B1BAD3;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.06);
}

.stake-strategy__list li:last-child {
  border-bottom: none;
}

.stake-strategy__list li::before {
  content: "▸";
  position: absolute;
  left: 0.25rem;
  top: 0.6rem;
  color: #1675E1;
  font-weight: 900;
  font-size: 0.95rem;
  line-height: 1;
}

.stake-strategy__list--ordered {
  counter-reset: stk-counter;
}

.stake-strategy__list--ordered li {
  padding-left: 2.4rem;
  counter-increment: stk-counter;
}

.stake-strategy__list--ordered li::before {
  content: counter(stk-counter);
  left: 0;
  top: 0.55rem;
  width: 1.55rem;
  height: 1.55rem;
  background: #1675E1;
  color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  font-weight: 800;
  box-shadow: 0 2px 8px rgba(22, 117, 225, 0.4);
}

/* ---- Table ---- */
.stake-strategy__table {
  width: 100%;
  border-collapse: collapse;
  margin: 0.85rem 0 1rem;
  background: #0F212E;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 0.5rem;
  overflow: hidden;
  font-size: 0.9rem;
}

.stake-strategy__table thead {
  background: #243B46;
}

.stake-strategy__table thead th {
  padding: 0.75rem 0.85rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFD700;
  text-align: left;
  border-bottom: 1px solid rgba(255, 215, 0, 0.2);
}

.stake-strategy__table tbody td {
  padding: 0.7rem 0.85rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  vertical-align: top;
  line-height: 1.55;
  color: #B1BAD3;
}

.stake-strategy__table tbody tr:nth-child(even) td {
  background: rgba(255, 255, 255, 0.02);
}

.stake-strategy__table tbody tr:last-child td {
  border-bottom: none;
}

.stake-strategy__table td:first-child {
  font-weight: 700;
  color: #FFFFFF;
  width: 22%;
}

/* ---- Aside ---- */
.stake-strategy__aside {
  margin-top: 1.25rem;
  padding: 1rem 1.25rem;
  background: linear-gradient(135deg, rgba(22, 117, 225, 0.12) 0%, rgba(22, 117, 225, 0.04) 100%);
  border-left: 3px solid #1675E1;
  border-radius: 0 0.5rem 0.5rem 0;
}

.stake-strategy__aside .stake-strategy__h4 {
  margin-top: 0;
  color: #1675E1;
}

.stake-strategy__aside p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.7;
}

/* ---- Final CTA-style article ---- */
.stake-strategy__article--cta {
  background: linear-gradient(135deg, #1A2C38 0%, #243B46 100%);
  border: 1px solid rgba(255, 215, 0, 0.2);
  text-align: center;
}

.stake-strategy__article--cta .stake-strategy__h3 {
  border-left: none;
  padding-left: 0;
  text-align: center;
  color: #FFD700;
}

.stake-strategy__cta-line {
  margin-top: 0.75rem !important;
  font-size: 0.85rem;
  color: #FFD700;
  letter-spacing: 0.03em;
}

/* ============================================================
   RESPONSIVE — Tablet (≤1024px)
   ============================================================ */
@media (max-width: 64em) {
  .stake-strategy__section { padding: 2.5rem 0; }
  .stake-strategy__article { padding: 1.25rem; }
  .stake-strategy__lead { padding: 1.25rem; }
  .stake-strategy__table { font-size: 0.85rem; }
  .stake-strategy__table thead th,
  .stake-strategy__table tbody td { padding: 0.6rem 0.6rem; }
}

/* ============================================================
   RESPONSIVE — Mobile (≤768px)
   ============================================================ */
@media (max-width: 48em) {
  .stake-strategy__section { padding: 2rem 0; }
  .stake-strategy__container { padding: 0 0.85rem; }

  .stake-strategy__title { font-size: 1.3rem; line-height: 1.3; }
  .stake-strategy__h3 {
    font-size: 1.05rem;
    border-left-width: 3px;
    padding-left: 0.65rem;
  }
  .stake-strategy__h4 { font-size: 0.85rem; }

  .stake-strategy__lead { padding: 1rem; margin-bottom: 1.5rem; }
  .stake-strategy__lead p { font-size: 0.9rem; line-height: 1.7; }

  .stake-strategy__article { padding: 1rem; margin-bottom: 1rem; }
  .stake-strategy__article p { font-size: 0.9rem; }

  .stake-strategy__list li,
  .stake-strategy__list--ordered li { font-size: 0.9rem; }

  /* Card-style table on mobile */
  .stake-strategy__table {
    border: none;
    background: transparent;
    border-radius: 0;
  }
  .stake-strategy__table thead { display: none; }
  .stake-strategy__table tbody tr {
    display: block;
    margin-bottom: 0.75rem;
    background: #0F212E;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-left: 3px solid #1675E1;
    border-radius: 0.5rem;
    padding: 0.65rem 0.85rem;
  }
  .stake-strategy__table tbody tr:nth-child(even) td {
    background: transparent;
  }
  .stake-strategy__table tbody td {
    display: block;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.08);
    padding: 0.45rem 0;
    font-size: 0.88rem;
    width: 100% !important;
  }
  .stake-strategy__table tbody td:last-child { border-bottom: none; }
  .stake-strategy__table tbody td::before {
    content: attr(data-label);
    display: block;
    font-size: 0.7rem;
    color: #FFD700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 0.15rem;
    font-weight: 700;
  }

  .stake-strategy__aside { padding: 0.85rem 1rem; }
}

/* ============================================================
   RESPONSIVE — Small (≤480px)
   ============================================================ */
@media (max-width: 30em) {
  .stake-strategy__title { font-size: 1.15rem; }
  .stake-strategy__h3 { font-size: 0.98rem; }
  .stake-strategy__article { padding: 0.85rem; }
  .stake-strategy__list--ordered li { padding-left: 2.1rem; }
  .stake-strategy__list--ordered li::before { width: 1.35rem; height: 1.35rem; font-size: 0.72rem; }
}