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

/* ========= SIDEBAR ========= */
.sidebar{position:fixed;top:0;left:0;width:60px;height:100vh;background:#1A2C38;z-index:1000;display:flex;flex-direction:column;align-items:center;padding-top:12px;border-right:1px solid rgba(255,255,255,.06);transition:width .3s}
.sidebar__toggle{width:40px;height:40px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;margin-bottom:16px;border-radius:8px;transition:background .2s}
.sidebar__toggle:hover{background:rgba(255,255,255,.08)}
.sidebar__toggle span{display:block;width:20px;height:2px;background:#B1BAD3;border-radius:2px}
.sidebar__nav{display:flex;flex-direction:column;align-items:center;gap:4px;width:100%;overflow-y:auto;overflow-x:hidden;padding:0 6px}
.sidebar__link{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;width:48px;height:48px;border-radius:8px;color:#7C8B9D;transition:background .2s,color .2s;font-size:0}
.sidebar__link span{display:none}
.sidebar__link svg{flex-shrink:0}
.sidebar__link:hover,.sidebar__link--active{background:rgba(255,255,255,.08);color:#fff}
.sidebar__link--active{background:rgba(22,117,225,.15);color:#1675E1}

/* ========= PAGE WRAPPER ========= */
.page-wrapper{margin-left:60px;min-height:100vh}

/* ========= HEADER ========= */
.header{position:sticky;top:0;z-index:900;background:#1A2C38;border-bottom:1px solid rgba(255,255,255,.06)}
.header__inner{display:flex;align-items:center;justify-content:space-between;padding:10px 24px;max-width:1400px;margin:0 auto}
.header__logo img{height:36px;width:auto}
.header__actions{display:flex;gap:10px;align-items:center}
.header__burger{display:none;width:36px;height:36px;flex-direction:column;align-items:center;justify-content:center;gap:5px}
.header__burger span{display:block;width:22px;height:2px;background:#B1BAD3;border-radius:2px;transition:transform .3s,opacity .3s}
.header__mobile-nav{display:none;flex-direction:column;gap:0;background:#1A2C38;border-top:1px solid rgba(255,255,255,.06)}
.header__mobile-nav a{display:block;padding:14px 24px;color:#B1BAD3;font-size:15px;border-bottom:1px solid rgba(255,255,255,.04);transition:background .2s}
.header__mobile-nav a:hover{background:rgba(255,255,255,.04)}
.header__mobile-nav.active{display:flex}
.header__mobile-actions{display:flex;gap:10px;padding:16px 24px}

/* ========= BUTTONS ========= */
.btn{display:inline-flex;align-items:center;justify-content:center;font-weight:800;border-radius:6px;min-height:44px;padding:12px 24px;font-size:14px;text-transform:uppercase;letter-spacing:.5px;transition:transform .15s,box-shadow .15s,background .2s;white-space:nowrap}
.btn--primary{background:#1675E1;color:#fff;box-shadow:0 4px 14px rgba(22,117,225,.4)}
.btn--primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(22,117,225,.55)}
.btn--primary:active{transform:translateY(0);box-shadow:0 2px 8px rgba(22,117,225,.3)}
.btn--ghost{background:transparent;color:#B1BAD3;border:2px solid rgba(177,186,211,.3);box-shadow:0 2px 8px rgba(0,0,0,.15)}
.btn--ghost:hover{border-color:rgba(177,186,211,.6);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.25)}
.btn--ghost:active{transform:translateY(0)}
.btn--lg{min-height:52px;padding:14px 36px;font-size:16px;border-radius:8px}
.btn--sm{min-height:38px;padding:8px 18px;font-size:13px}
.btn--full{width:100%}

/* ========= SEARCH BAR ========= */
.search-bar{background:#162A37;padding:16px 24px;border-bottom:1px solid rgba(255,255,255,.04)}
.search-bar__inner{max-width:1400px;margin:0 auto;position:relative;display:flex;align-items:center}
.search-bar__icon{position:absolute;left:16px;color:#5B6C7E;pointer-events:none}
.search-bar input{width:100%;background:#0F212E;border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:12px 16px 12px 44px;color:#B1BAD3;font-size:14px;outline:none;cursor:pointer;transition:border-color .2s}
.search-bar input:hover{border-color:rgba(255,255,255,.15)}

/* ========= HERO ========= */
.hero{background:linear-gradient(135deg,#162A37 0%,#1A2C38 50%,#0F212E 100%);padding:0;position:relative;overflow:hidden}
.hero__inner{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:32px;padding:40px 24px}
.hero__media{border-radius:16px;overflow:hidden;border:2px solid rgba(255,255,255,.06)}
.hero__media img{width:100%;object-fit:cover}
.hero__content{display:flex;flex-direction:column;gap:16px}
.hero__title{font-size:clamp(24px,4vw,42px);font-weight:900;color:#fff;line-height:1.15}
.hero__bonus{font-size:clamp(28px,5vw,52px);font-weight:900;color:#1675E1;line-height:1.1;text-shadow:0 0 40px rgba(22,117,225,.3)}
.hero__cta{display:flex;gap:12px;flex-wrap:wrap;margin-top:8px}
.hero__tc{font-size:12px;color:#5B6C7E;margin-top:4px}

/* ========= SECTIONS ========= */
.section{padding:48px 24px}
.section__inner{max-width:1400px;margin:0 auto}
.section__title{font-size:clamp(22px,3vw,32px);font-weight:800;color:#fff;margin-bottom:24px}
.section__lead{font-size:16px;color:#B1BAD3;margin-bottom:32px;max-width:800px;line-height:1.7}
.section__cta{text-align:center;margin-top:32px}
.section--popular{background:#0F212E}
.section--trending{background:#162A37}
.section--live{background:#0F212E}
.section--promos{background:#162A37}
.section--providers{background:#0F212E}
.section--about{background:#162A37}
.section--faq{background:#0F212E}

/* ========= FILTER TABS ========= */
.filter-tabs{display:flex;gap:8px;margin-bottom:24px;overflow-x:auto;padding-bottom:4px;-webkit-overflow-scrolling:touch;scrollbar-width:none}
.filter-tabs::-webkit-scrollbar{display:none}
.filter-tabs__btn{padding:8px 20px;border-radius:20px;font-size:14px;font-weight:700;color:#7C8B9D;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06);white-space:nowrap;transition:all .2s}
.filter-tabs__btn:hover{color:#fff;background:rgba(255,255,255,.08)}
.filter-tabs__btn--active{color:#fff;background:#1675E1;border-color:#1675E1}

/* ========= GAME GRID ========= */
.game-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:16px}
.game-card{position:relative;border-radius:12px;overflow:hidden;background:#1A2C38;border:1px solid rgba(255,255,255,.06);transition:transform .2s,box-shadow .2s}
.game-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.4)}
.game-card__media{overflow:hidden;border-radius:12px 12px 0 0}
.game-card__media img{width:100%;aspect-ratio:1/1;object-fit:cover;transition:transform .3s}
.game-card:hover .game-card__media img{transform:scale(1.05)}
.game-card__info{padding:10px 12px;display:flex;flex-direction:column;gap:2px;min-width:0}
.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:#5B6C7E}
.game-card__badge{position:absolute;top:8px;left:8px;background:#E9113C;color:#fff;font-size:10px;font-weight:800;padding:3px 8px;border-radius:4px;z-index:2;letter-spacing:.5px}

/* ========= LIVE GRID ========= */
.live-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.live-card{border-radius:12px;overflow:hidden;background:#1A2C38;border:1px solid rgba(255,255,255,.06);transition:transform .2s,box-shadow .2s}
.live-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.4)}
.live-card__media{overflow:hidden}
.live-card__media img{width:100%;aspect-ratio:16/10;object-fit:cover;transition:transform .3s}
.live-card:hover .live-card__media img{transform:scale(1.05)}
.live-card__info{padding:14px 16px;display:flex;flex-direction:column;gap:4px}
.live-card__name{font-size:15px;font-weight:700;color:#fff}
.live-card__meta{font-size:12px;color:#5B6C7E}
.live-card__players{color:#1675E1}

/* ========= JACKPOT COUNTER ========= */
.jackpot-counter{display:flex;align-items:center;justify-content:center;gap:16px;background:linear-gradient(135deg,#1A2C38,#162A37);border:1px solid rgba(22,117,225,.2);border-radius:12px;padding:20px 32px;margin-top:24px}
.jackpot-counter__label{font-size:16px;font-weight:700;color:#B1BAD3;text-transform:uppercase;letter-spacing:1px}
.jackpot-counter__value{font-size:clamp(28px,4vw,42px);font-weight:900;color:#FFD700;text-shadow:0 0 20px rgba(255,215,0,.3);font-variant-numeric:tabular-nums}

/* ========= PROMO GRID ========= */
.promo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-bottom:32px}
.promo-card{border-radius:12px;overflow:hidden;background:#1A2C38;border:1px solid rgba(255,255,255,.06);transition:transform .2s,box-shadow .2s}
.promo-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.4)}
.promo-card--featured{grid-column:1/-1}
.promo-card--featured .promo-card__media img{aspect-ratio:21/9}
.promo-card__media{overflow:hidden}
.promo-card__media img{width:100%;aspect-ratio:16/9;object-fit:cover}
.promo-card__body{padding:20px}
.promo-card__title{font-size:18px;font-weight:800;color:#fff;margin-bottom:8px}
.promo-card__desc{font-size:14px;color:#B1BAD3;margin-bottom:16px;line-height:1.6}

/* ========= VIP TEASER ========= */
.vip-teaser{background:linear-gradient(135deg,#1A2C38,#0F212E);border:1px solid rgba(22,117,225,.15);border-radius:12px;padding:32px;margin-top:8px}
.vip-teaser__title{font-size:24px;font-weight:800;color:#fff;margin-bottom:12px}
.vip-teaser__desc{font-size:15px;color:#B1BAD3;margin-bottom:20px;line-height:1.7}
.vip-teaser__tiers{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:24px}
.vip-tier{padding:8px 20px;border-radius:20px;font-size:13px;font-weight:700;background:rgba(255,255,255,.06);color:#B1BAD3;border:1px solid rgba(255,255,255,.08)}
.vip-tier:first-child{background:rgba(205,127,50,.15);color:#CD7F32;border-color:rgba(205,127,50,.3)}
.vip-tier:nth-child(2){background:rgba(192,192,192,.1);color:#C0C0C0;border-color:rgba(192,192,192,.2)}
.vip-tier:nth-child(3){background:rgba(255,215,0,.1);color:#FFD700;border-color:rgba(255,215,0,.2)}
.vip-tier:nth-child(4){background:rgba(229,228,226,.1);color:#E5E4E2;border-color:rgba(229,228,226,.2)}
.vip-tier:nth-child(5){background:rgba(185,242,255,.1);color:#B9F2FF;border-color:rgba(185,242,255,.2)}

/* ========= PROVIDER STRIP ========= */
.provider-strip{display:flex;gap:20px;align-items:center;justify-content:center;flex-wrap:wrap;margin-bottom:32px}
.provider-logo{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06);border-radius:10px;padding:12px 20px;transition:background .2s,transform .2s}
.provider-logo:hover{background:rgba(255,255,255,.08);transform:translateY(-2px)}
.provider-logo img{height:32px;width:auto;object-fit:contain;filter:brightness(.8);transition:filter .2s}
.provider-logo:hover img{filter:brightness(1)}

/* ========= SEO BLOCK ========= */
.seo-block{margin-top:8px}
.seo-text{max-height:120px;overflow:hidden;transition:max-height .5s ease}
.seo-text.expanded{max-height:4000px}
.seo-text h3{font-size:20px;font-weight:800;color:#fff;margin-bottom:12px}
.seo-text p{font-size:14px;color:#B1BAD3;margin-bottom:12px;line-height:1.7}
.seo-toggle{display:inline-flex;align-items:center;gap:6px;color:#1675E1;font-weight:700;font-size:14px;margin-top:12px;padding:8px 0;transition:color .2s}
.seo-toggle:hover{color:#4D9AEB}

/* ========= TRUST GRID ========= */
.trust-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin-bottom:32px}
.trust-card{background:#0F212E;border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:24px;text-align:center;transition:transform .2s,box-shadow .2s}
.trust-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.3)}
.trust-card a{display:flex;flex-direction:column;align-items:center;gap:12px}
.trust-card__icon{width:64px;height:64px;border-radius:12px;overflow:hidden;margin-bottom:4px}
.trust-card__icon img{width:100%;height:100%;object-fit:cover}
.trust-card__title{font-size:16px;font-weight:800;color:#fff}
.trust-card__desc{font-size:13px;color:#B1BAD3;line-height:1.6}

/* ========= STATS ROW ========= */
.stats-row{display:flex;justify-content:center;gap:40px;flex-wrap:wrap;margin-bottom:32px;padding:24px 0;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}
.stat-item{text-align:center}
.stat-item__value{display:block;font-size:clamp(28px,4vw,36px);font-weight:900;color:#1675E1}
.stat-item__label{display:block;font-size:13px;color:#7C8B9D;margin-top:4px}

/* ========= FAQ ========= */
.faq-list{max-width:900px;margin:0 auto}
.faq-item{border:1px solid rgba(255,255,255,.06);border-radius:10px;margin-bottom:10px;overflow:hidden;background:#1A2C38}
.faq-item__question{width:100%;text-align:left;padding:18px 48px 18px 20px;font-size:15px;font-weight:700;color:#fff;position:relative;transition:background .2s}
.faq-item__question:hover{background:rgba(255,255,255,.04)}
.faq-item__question::after{content:'+';position:absolute;right:20px;top:50%;transform:translateY(-50%);font-size:22px;color:#1675E1;font-weight:400;transition:transform .3s}
.faq-item.active .faq-item__question::after{content:'−'}
.faq-item__answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .3s}
.faq-item__answer p{font-size:14px;color:#B1BAD3;line-height:1.7;margin-bottom:10px;padding:0 20px}
.faq-item__answer p:first-child{padding-top:4px}
.faq-item__answer p:last-child{padding-bottom:20px;margin-bottom:0}
.faq-item.active .faq-item__answer{max-height:2000px}

/* ========= FOOTER ========= */
.footer{background:#1A2C38;border-top:1px solid rgba(255,255,255,.06);padding:48px 24px 24px}
.footer__inner{max-width:1400px;margin:0 auto}
.footer__top{display:flex;gap:40px;margin-bottom:32px}
.footer__logo{flex-shrink:0}
.footer__logo img{height:40px;width:auto;margin-bottom:12px}
.footer__tagline{font-size:13px;color:#5B6C7E;max-width:200px}
.footer__columns{display:flex;gap:32px;flex-wrap:wrap;flex:1}
.footer__col{min-width:120px}
.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:#5B6C7E;padding:3px 0;transition:color .2s}
.footer__col a:hover{color:#B1BAD3}
.footer__badges{display:flex;align-items:center;justify-content:center;gap:32px;padding:24px 0;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06);margin-bottom:24px}
.footer__badge{display:flex;flex-direction:column;align-items:center;gap:6px}
.footer__badge img{height:36px;width:auto;object-fit:contain}
.footer__badge span{font-size:11px;color:#5B6C7E;font-weight:700;text-transform:uppercase;letter-spacing:.5px}
.footer__badge--18{width:48px;height:48px;border-radius:50%;border:2px solid #E9113C;display:flex;align-items:center;justify-content:center}
.footer__badge--18 span{font-size:18px;font-weight:900;color:#E9113C}
.footer__partners{display:flex;align-items:center;justify-content:center;gap:48px;padding:24px 0;border-bottom:1px solid rgba(255,255,255,.06);margin-bottom:24px}
.footer__partner{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}
.footer__partner img{height:40px;width:auto;object-fit:contain}
.footer__partner span{font-size:10px;color:#5B6C7E;font-weight:700;text-transform:uppercase;letter-spacing:.5px}
.footer__payments{display:flex;align-items:center;justify-content:center;gap:20px;flex-wrap:wrap;padding:16px 0;margin-bottom:20px}
.footer__payments span{padding:6px 16px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06);border-radius:6px;font-size:12px;font-weight:700;color:#7C8B9D}
.footer__legal{text-align:center;padding:16px 0;border-top:1px solid rgba(255,255,255,.06)}
.footer__legal p{font-size:11px;color:#5B6C7E;line-height:1.6;margin-bottom:4px}
.footer__bottom{text-align:center;padding-top:16px;font-size:11px;color:#3D4F5F}

/* ========= CATFISH ========= */
.catfish{position:fixed;bottom:0;left:60px;right:0;z-index:800;background:#1A2C38;border-top:2px solid #1675E1;padding:12px 0;transform:translateY(0);transition:transform .3s;padding-bottom:max(12px,env(safe-area-inset-bottom))}
.catfish.hidden{transform:translateY(110%)}
.catfish__inner{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:20px;padding:0 60px 0 24px;max-width:calc(100% - 24px)}
.catfish__text{font-size:15px;font-weight:700;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;white-space:nowrap}
.catfish__close{position:absolute;right:16px;top:50%;transform:translateY(-50%);font-size:24px;color:#5B6C7E;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s,color .2s}
.catfish__close:hover{background:rgba(255,255,255,.08);color:#fff}

/* ========= EXIT POPUP ========= */
.exit-popup{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:2000}
.exit-popup.active{display:block}
.exit-popup__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);backdrop-filter:blur(4px)}
.exit-popup__content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#1A2C38;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:40px;max-width:460px;width:calc(100% - 32px);text-align:center;box-shadow:0 24px 64px rgba(0,0,0,.5)}
.exit-popup__close{position:absolute;top:12px;right:12px;font-size:28px;color:#5B6C7E;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s,color .2s}
.exit-popup__close:hover{background:rgba(255,255,255,.08);color:#fff}
.exit-popup__title{font-size:28px;font-weight:900;color:#fff;margin-bottom:12px}
.exit-popup__bonus{font-size:22px;font-weight:900;color:#1675E1;margin-bottom:12px}
.exit-popup__desc{font-size:15px;color:#B1BAD3;margin-bottom:24px;line-height:1.6}
.exit-popup__tc{font-size:11px;color:#5B6C7E;margin-top:16px}

/* ========= RESPONSIVE ========= */

/* Tablet */
@media(max-width:1024px){
.sidebar{display:none}
.page-wrapper{margin-left:0}
.catfish{left:0}
.hero__inner{grid-template-columns:1fr;padding:32px 20px}
.hero__media{order:-1}
.game-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.live-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.promo-grid{grid-template-columns:1fr}
.promo-card--featured{grid-column:auto}
.footer__top{flex-direction:column;gap:24px}
.footer__columns{gap:24px}
.stats-row{gap:24px}
}

/* Mobile */
@media(max-width:768px){
.header__actions{display:none}
.header__burger{display:flex}
.game-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.live-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.trust-grid{grid-template-columns:1fr}
.footer__columns{gap:20px}
.footer__col{min-width:calc(50% - 10px)}
.footer__badges{gap:16px;flex-wrap:wrap}
.footer__partners{flex-direction:column;gap:24px}
.section{padding:32px 16px}
.hero__inner{padding:24px 16px}
.jackpot-counter{flex-direction:column;gap:8px;padding:16px}
.vip-teaser{padding:24px 16px}
.provider-strip{gap:12px}
.provider-logo{padding:8px 14px}
.provider-logo img{height:24px}
.stats-row{gap:16px}
.stat-item__value{font-size:24px}
}

/* Small mobile */
@media(max-width:480px){
.game-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.live-grid{grid-template-columns:1fr;gap:12px}
.game-card__info{padding:8px 10px}
.game-card__name{font-size:12px}
.game-card__provider{font-size:10px}
.btn{width:100%}
.hero__cta{flex-direction:column}
.hero__cta .btn{width:100%}
.footer__col{min-width:100%}
.catfish__inner{flex-direction:column;gap:10px;padding:0 48px 0 16px}
.catfish__text{font-size:13px;text-align:center}
.exit-popup__content{padding:28px 20px}
.exit-popup__title{font-size:22px}
.exit-popup__bonus{font-size:18px}
}

@media(max-width:360px){
.game-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}
.section__title{font-size:20px}
}
.stake-italia-brand-context{
  padding:48px 24px;
  background:#162A37;
  color:#B1BAD3;
  border-top:1px solid rgba(255,255,255,0.06);
  border-bottom:1px solid rgba(255,255,255,0.06);
  font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;
}
.stake-italia-brand-context .container{
  max-width:1100px;
  margin:0 auto;
  padding:0;
}
.stake-italia-brand-context__title{
  font-size:1.55rem;
  font-weight:900;
  color:#fff;
  margin:0 0 1.4rem;
  line-height:1.22;
  letter-spacing:-0.3px;
}
.stake-italia-brand-context__lead{
  background:linear-gradient(135deg,rgba(22,117,225,0.08) 0%,rgba(22,117,225,0.02) 100%);
  border:1px solid rgba(22,117,225,0.3);
  border-left:4px solid #1675E1;
  border-radius:12px;
  padding:1.1rem 1.3rem;
  margin-bottom:2rem;
  box-shadow:0 4px 18px rgba(0,0,0,0.25);
}
.stake-italia-brand-context__lead p{
  margin:0;
  font-size:0.95rem;
  line-height:1.7;
  color:#B1BAD3;
}
.stake-italia-brand-context__lead em,
.stake-italia-brand-context__section em{
  color:#FFD700;
  font-style:italic;
  font-weight:500;
}
.stake-italia-brand-context__section{
  background:#1A2C38;
  border:1px solid rgba(255,255,255,0.06);
  border-radius:12px;
  padding:1.4rem 1.4rem 1.2rem;
  margin-bottom:1.1rem;
  box-shadow:0 4px 16px rgba(0,0,0,0.3);
}
.stake-italia-brand-context__section--final{
  background:linear-gradient(135deg,#1A2C38 0%,#0F212E 100%);
  border-color:rgba(22,117,225,0.4);
}
.stake-italia-brand-context__h3{
  font-size:1.18rem;
  font-weight:800;
  color:#1675E1;
  margin:0 0 0.95rem;
  line-height:1.32;
  letter-spacing:-0.2px;
}
.stake-italia-brand-context__h4{
  font-size:1rem;
  font-weight:800;
  color:#fff;
  margin:1.2rem 0 0.6rem;
  letter-spacing:-0.1px;
}
.stake-italia-brand-context__section p{
  margin:0 0 0.85rem;
  font-size:0.93rem;
  line-height:1.72;
  color:#B1BAD3;
}
.stake-italia-brand-context__section p:last-child{
  margin-bottom:0;
}
.stake-italia-brand-context__section p strong{
  color:#fff;
  font-weight:700;
}
.stake-italia-brand-context__list{
  margin:0.6rem 0 1rem 1.4rem;
  padding:0;
}
.stake-italia-brand-context__list li{
  font-size:0.93rem;
  line-height:1.72;
  color:#B1BAD3;
  margin-bottom:0.6rem;
  padding-left:0.2rem;
  list-style:disc;
}
.stake-italia-brand-context__list--ordered li{
  list-style:decimal;
}
.stake-italia-brand-context__list li strong{
  color:#fff;
  font-weight:700;
}
.stake-italia-brand-context__list li::marker{
  color:#1675E1;
  font-weight:700;
}
.stake-italia-brand-context__table-wrap{
  margin:0.9rem 0 1rem;
  border:1px solid rgba(255,255,255,0.08);
  border-radius:10px;
  overflow:auto;
  background:#0F212E;
  -webkit-overflow-scrolling:touch;
}
.stake-italia-brand-context__table{
  width:100%;
  border-collapse:collapse;
  min-width:680px;
  font-size:0.88rem;
}
.stake-italia-brand-context__table th,
.stake-italia-brand-context__table td{
  padding:0.72rem 0.85rem;
  text-align:left;
  border-bottom:1px solid rgba(255,255,255,0.05);
  vertical-align:top;
  line-height:1.55;
  color:#B1BAD3;
}
.stake-italia-brand-context__table th{
  background:linear-gradient(135deg,rgba(22,117,225,0.2) 0%,rgba(22,117,225,0.1) 100%);
  color:#fff;
  font-weight:800;
  font-size:0.78rem;
  letter-spacing:0.04em;
  text-transform:uppercase;
}
.stake-italia-brand-context__table td:first-child{
  color:#FFD700;
  font-weight:700;
  white-space:nowrap;
}
.stake-italia-brand-context__table tr:last-child td{
  border-bottom:none;
}
.stake-italia-brand-context__cta-line{
  margin-top:1.2rem !important;
  padding:1rem 1.15rem;
  background:rgba(22,117,225,0.12);
  border:1px solid rgba(22,117,225,0.35);
  border-radius:10px;
  font-size:0.9rem !important;
  color:#B1BAD3 !important;
  line-height:1.65 !important;
  font-weight:500;
}

@media (min-width:680px){
  .stake-italia-brand-context{
    padding:60px 24px;
  }
  .stake-italia-brand-context__title{
    font-size:1.85rem;
    margin-bottom:1.6rem;
  }
  .stake-italia-brand-context__h3{
    font-size:1.3rem;
  }
  .stake-italia-brand-context__h4{
    font-size:1.06rem;
  }
  .stake-italia-brand-context__lead{
    padding:1.3rem 1.55rem;
  }
  .stake-italia-brand-context__lead p,
  .stake-italia-brand-context__section p,
  .stake-italia-brand-context__list li{
    font-size:0.97rem;
  }
  .stake-italia-brand-context__table{
    font-size:0.92rem;
  }
  .stake-italia-brand-context__section{
    padding:1.6rem 1.7rem 1.4rem;
  }
}

@media (min-width:1024px){
  .stake-italia-brand-context{
    padding:72px 24px;
  }
  .stake-italia-brand-context__title{
    font-size:2.05rem;
    margin-bottom:1.8rem;
  }
  .stake-italia-brand-context__section{
    padding:1.8rem 2rem 1.6rem;
    margin-bottom:1.2rem;
  }
  .stake-italia-brand-context__lead{
    padding:1.4rem 1.7rem;
    margin-bottom:2.4rem;
  }
}