/* RESET */
*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body,h1,h2,h3,h4,p,ul,ol,figure,blockquote,dl,dd{margin:0}
ul,ol{padding:0;list-style:none}
img,svg,video{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button{font:inherit;cursor:pointer;border:0;background:none;color:inherit}
table{border-collapse:collapse;width:100%}

/* TYPOGRAPHY */
body{
  font-family:"Inter","Segoe UI",system-ui,-apple-system,Roboto,Arial,sans-serif;
  font-size:16px;
  line-height:1.55;
  color:var(--bw-text);
  background:var(--bw-bg);
  -webkit-font-smoothing:antialiased;
}
h1,h2,h3,h4{font-weight:700;line-height:1.2;color:#fff}
h1{font-size:clamp(28px,4vw,44px);letter-spacing:-.02em}
h2{font-size:clamp(22px,2.6vw,32px);margin:48px 0 16px}
h3{font-size:18px;margin:24px 0 8px}
p{margin:0 0 14px}
a{transition:color .15s ease,opacity .15s ease}
a:hover{color:var(--bw-accent)}

/* ROOT */
:root{
  --bw-bg:#0a0a0a;
  --bw-bg-raised:#141414;
  --bw-bg-card:#1a1a1a;
  --bw-text:#e6e6e6;
  --bw-text-muted:#9a9a9a;
  --bw-accent:#ffcc00;
  --bw-accent-2:#ffd633;
  --bw-accent-ink:#0a0a0a;
  --bw-border:#262626;
  --bw-border-strong:#333;
  --bw-success:#22c55e;
  --bw-danger:#ef4444;
  --bw-radius:10px;
  --bw-radius-sm:6px;
  --bw-radius-lg:16px;
  --bw-shadow:0 8px 24px rgba(0,0,0,.4);
  --bw-shadow-strong:0 12px 36px rgba(255,204,0,.18);
  --bw-container:1200px;
}

.bw-container{max-width:var(--bw-container);margin-inline:auto;padding-inline:20px}
.bw-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* HEADER */
.bw-header{
  position:sticky;top:0;z-index:50;
  background:#000;
  border-bottom:1px solid var(--bw-border);
}
.bw-header__inner{
  display:flex;align-items:center;gap:24px;
  height:64px;
}
.bw-header__logo img{height:34px;width:auto}
.bw-header__nav{display:none;flex:1;align-items:center;gap:22px}
.bw-header__nav a{
  font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;
  color:#fff;padding:6px 0;border-bottom:2px solid transparent;
}
.bw-header__nav a:hover{color:var(--bw-accent);border-bottom-color:var(--bw-accent)}
.bw-header__actions{margin-left:auto;display:flex;align-items:center;gap:10px}
.bw-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:10px 18px;border-radius:999px;font-weight:700;font-size:14px;line-height:1;
  transition:transform .12s ease,filter .12s ease,background .15s ease;
}
.bw-btn--primary{background:var(--bw-accent);color:var(--bw-accent-ink)}
.bw-btn--primary:hover{background:var(--bw-accent-2);transform:translateY(-1px)}
.bw-btn--ghost{background:transparent;color:#fff;border:1px solid #444}
.bw-btn--ghost:hover{border-color:var(--bw-accent);color:var(--bw-accent)}
.bw-btn--lg{padding:14px 26px;font-size:15px}
.bw-burger{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;color:#fff}
.bw-burger:hover{background:#1f1f1f}

/* SECONDARY NAV (sport pills) */
.bw-subnav{background:#0f0f0f;border-bottom:1px solid var(--bw-border)}
.bw-subnav__inner{display:flex;gap:6px;overflow-x:auto;padding:10px 0;scrollbar-width:none}
.bw-subnav__inner::-webkit-scrollbar{display:none}
.bw-subnav a{
  display:inline-flex;align-items:center;gap:8px;
  padding:8px 14px;border-radius:999px;font-size:13px;font-weight:600;color:#cfcfcf;
  background:#181818;border:1px solid var(--bw-border);white-space:nowrap;
}
.bw-subnav a:hover,.bw-subnav a.is-active{color:var(--bw-accent-ink);background:var(--bw-accent);border-color:var(--bw-accent)}
.bw-subnav a svg{width:16px;height:16px}

/* HERO */
.bw-hero{
  position:relative;
  background:
    linear-gradient(180deg,rgba(10,10,10,.55) 0%,rgba(10,10,10,.92) 100%),
    radial-gradient(1200px 400px at 80% 20%,rgba(255,204,0,.25) 0%,rgba(0,0,0,0) 60%),
    #0a0a0a;
  border-bottom:1px solid var(--bw-border);
  overflow:hidden;
}
.bw-hero__inner{padding:56px 0 64px;display:grid;gap:18px;max-width:760px}
.bw-hero__eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  align-self:flex-start;
  padding:6px 12px;border-radius:999px;
  background:rgba(255,204,0,.15);color:var(--bw-accent);
  font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;
}
.bw-hero h1{color:#fff}
.bw-hero h1 span{color:var(--bw-accent)}
.bw-hero__lead{font-size:18px;color:#cfcfcf;max-width:620px}
.bw-hero__ctas{display:flex;gap:12px;flex-wrap:wrap;margin-top:8px}
.bw-hero__meta{display:flex;flex-wrap:wrap;gap:16px;margin-top:14px;font-size:13px;color:var(--bw-text-muted)}
.bw-hero__meta span{display:inline-flex;align-items:center;gap:6px}
.bw-hero__meta strong{color:#fff}

/* BREADCRUMBS */
.bw-breadcrumbs{padding:14px 0;font-size:13px;color:var(--bw-text-muted)}
.bw-breadcrumbs ol{display:flex;flex-wrap:wrap;gap:6px}
.bw-breadcrumbs li:not(:last-child)::after{content:"/";margin-left:6px;opacity:.6}
.bw-breadcrumbs a:hover{color:var(--bw-accent)}

/* CONTENT */
.bw-content{padding:8px 0 32px}
.bw-content p{color:#d2d2d2}
.bw-content ul.bw-list{margin:0 0 18px;padding-left:0}
.bw-content ul.bw-list li{
  position:relative;padding:6px 0 6px 28px;color:#d2d2d2;
}
.bw-content ul.bw-list li::before{
  content:"";position:absolute;left:0;top:14px;width:14px;height:14px;
  background:var(--bw-accent);clip-path:polygon(20% 0,100% 50%,20% 100%,40% 50%);
}
.bw-content table{
  margin:18px 0;background:var(--bw-bg-raised);border:1px solid var(--bw-border);
  border-radius:var(--bw-radius);overflow:hidden;
}
.bw-content th,.bw-content td{padding:12px 14px;text-align:left;border-bottom:1px solid var(--bw-border);font-size:14px}
.bw-content th{background:#0f0f0f;color:#fff;font-weight:700;letter-spacing:.02em}
.bw-content tr:last-child td{border-bottom:0}
.bw-content blockquote{
  margin:22px 0;padding:18px 22px;
  border-left:3px solid var(--bw-accent);background:var(--bw-bg-raised);
  border-radius:0 var(--bw-radius) var(--bw-radius) 0;
  color:#e6e6e6;font-style:italic;font-size:15px;
}
.bw-content blockquote cite{display:block;margin-top:8px;font-size:13px;font-style:normal;color:var(--bw-text-muted)}

/* CONTENT IMAGES */
article img,section.content img,main p img,.bw-content img{
  display:block;max-width:720px;width:100%;height:auto;
  max-height:480px;object-fit:contain;margin:24px auto;
  border-radius:var(--bw-radius);
}
.bw-hero img,.banner img,img.banner{
  max-width:100%;max-height:560px;object-fit:cover;width:100%;height:auto;display:block;
}
header img,.bw-header img{max-height:48px;width:auto;object-fit:contain}
.author img,.bw-author__photo{width:96px;height:96px;border-radius:50%;object-fit:cover}
footer img[src*="img_listing_casinos"],.bw-footer img[src*="img_listing_casinos"]{
  max-height:28px;width:auto;object-fit:contain;
}

/* OFFERS LISTING */
.bw-offers{margin:36px 0 16px}
.bw-offers__head{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;gap:10px;margin-bottom:18px}
.bw-offers__head h2{margin:0}
.bw-offers__sub{font-size:14px;color:var(--bw-text-muted);margin-top:4px}
.bw-offers__grid{display:grid;grid-template-columns:1fr;gap:18px;align-items:stretch}
.bw-offers__card{
  position:relative;display:flex;flex-direction:column;gap:14px;
  padding:24px;border-radius:var(--bw-radius-lg);
  background:linear-gradient(180deg,#181818 0%,#101010 100%);
  border:1px solid var(--bw-border);
  color:#fff;text-decoration:none;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
  overflow:hidden;
}
.bw-offers__card:hover{transform:translateY(-3px);border-color:#444;color:#fff}
.bw-offers__card--top{
  background:linear-gradient(180deg,#1f1d10 0%,#171614 100%);
  border:2px solid var(--bw-accent);
  box-shadow:var(--bw-shadow-strong);
  transform:scale(1.0);
}
.bw-offers__card--top:hover{transform:translateY(-3px) scale(1.0)}
.bw-offers__ribbon{
  position:absolute;top:14px;right:-44px;transform:rotate(45deg);
  background:var(--bw-accent);color:var(--bw-accent-ink);
  font-size:11px;font-weight:800;letter-spacing:.12em;padding:6px 48px;
}
.bw-offers__top{display:flex;align-items:center;gap:14px}
.bw-offers__logo{
  width:120px;height:56px;border-radius:8px;background:#000;
  display:flex;align-items:center;justify-content:center;flex-shrink:0;
  border:1px solid var(--bw-border);
}
.bw-offers__logo img{max-width:96px;max-height:34px;width:auto;height:auto}
.bw-offers__brand{display:flex;flex-direction:column;gap:6px;min-width:0}
.bw-offers__name{font-size:18px;font-weight:800;color:#fff;margin:0}
.bw-offers__tags{display:flex;flex-wrap:wrap;gap:6px}
.bw-offers__tag{
  display:inline-flex;align-items:center;gap:4px;
  padding:3px 9px;border-radius:999px;font-size:11px;font-weight:700;
  background:#262626;color:#fff;border:1px solid #333;
}
.bw-offers__tag--accent{background:var(--bw-accent);color:var(--bw-accent-ink);border-color:var(--bw-accent)}
.bw-offers__tag--exclusive{background:#3a2a00;color:var(--bw-accent);border-color:#5a4400}
.bw-offers__rating{display:flex;align-items:center;gap:8px;margin-top:4px}
.bw-offers__stars{color:var(--bw-accent);letter-spacing:2px;font-size:14px}
.bw-offers__rating-num{font-weight:700;color:#fff;font-size:14px}
.bw-offers__rating-num small{color:var(--bw-text-muted);font-weight:500}
.bw-offers__bonus{
  padding:14px 16px;border-radius:var(--bw-radius);
  background:#0c0c0c;border:1px dashed #333;
}
.bw-offers__bonus-label{font-size:11px;font-weight:700;color:var(--bw-accent);text-transform:uppercase;letter-spacing:.1em}
.bw-offers__bonus-text{font-size:17px;font-weight:800;color:#fff;line-height:1.25;margin-top:4px}
.bw-offers__usps{display:grid;gap:6px;margin:0;padding:0}
.bw-offers__usps li{
  position:relative;padding-left:22px;font-size:13.5px;color:#d4d4d4;
}
.bw-offers__usps li::before{
  content:"";position:absolute;left:0;top:7px;width:14px;height:14px;border-radius:50%;
  background:var(--bw-accent);
  background-image:linear-gradient(45deg,transparent 40%,#0a0a0a 40%,#0a0a0a 45%,transparent 45%,transparent 55%,#0a0a0a 55%,#0a0a0a 70%,transparent 70%);
}
.bw-offers__counter{
  display:inline-flex;align-items:center;gap:6px;
  font-size:12px;color:#ffb;background:rgba(255,204,0,.08);
  padding:5px 10px;border-radius:999px;border:1px solid rgba(255,204,0,.25);
  align-self:flex-start;
}
.bw-offers__counter::before{content:"🔥"}
.bw-offers__timer{
  display:flex;align-items:center;gap:8px;padding:10px 12px;border-radius:var(--bw-radius);
  background:#0c0c0c;border:1px solid #333;
}
.bw-offers__timer-label{font-size:11px;color:var(--bw-text-muted);text-transform:uppercase;letter-spacing:.1em}
.bw-offers__timer-digits{display:inline-flex;gap:4px;font-variant-numeric:tabular-nums}
.bw-offers__timer-digits span{
  min-width:28px;padding:4px 6px;background:var(--bw-accent);color:var(--bw-accent-ink);
  border-radius:6px;font-weight:800;font-size:13px;text-align:center;
}
.bw-offers__cta-row{display:flex;align-items:center;gap:10px;margin-top:auto;flex-wrap:wrap}
.bw-offers__cta{
  flex:1;min-width:160px;
  display:inline-flex;justify-content:center;align-items:center;gap:6px;
  padding:13px 18px;border-radius:999px;
  background:var(--bw-accent);color:var(--bw-accent-ink);font-weight:800;font-size:14.5px;
  text-transform:uppercase;letter-spacing:.04em;
  transition:background .15s ease,transform .12s ease;
}
.bw-offers__cta:hover{background:var(--bw-accent-2);color:var(--bw-accent-ink);transform:translateY(-1px)}
.bw-offers__review-link{
  font-size:13px;color:#cfcfcf;text-decoration:underline;text-decoration-color:#444;text-underline-offset:3px;
}
.bw-offers__review-link:hover{color:var(--bw-accent);text-decoration-color:var(--bw-accent)}
.bw-offers__urgency{font-size:11.5px;color:var(--bw-text-muted)}
.bw-offers__aggregate{
  margin:14px 0 0;text-align:center;font-size:13px;color:var(--bw-text-muted);
}
.bw-offers__aggregate strong{color:var(--bw-accent)}

/* SLOTS LISTING */
.bw-slots{margin:36px 0}
.bw-slots__head{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;gap:10px;margin-bottom:18px}
.bw-slots__head h2{margin:0}
.bw-slots__sub{font-size:14px;color:var(--bw-text-muted);margin-top:4px}
.bw-slots__grid{display:grid;gap:14px;grid-template-columns:repeat(2,1fr)}
.bw-slots__tile{
  position:relative;display:block;
  border-radius:var(--bw-radius);overflow:hidden;
  background:#101010;border:1px solid var(--bw-border);
  aspect-ratio:3/4;color:#fff;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.bw-slots__tile:hover{transform:translateY(-3px);border-color:var(--bw-accent);box-shadow:var(--bw-shadow)}
.bw-slots__cover{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.bw-slots__tile:hover .bw-slots__cover{transform:scale(1.05)}
.bw-slots__top-row{
  position:absolute;top:8px;left:8px;right:8px;display:flex;justify-content:space-between;gap:6px;z-index:2;pointer-events:none;
}
.bw-slots__hot{
  background:linear-gradient(90deg,#ff4d4d,#ff8a00);
  color:#fff;font-size:10px;font-weight:800;letter-spacing:.1em;
  padding:3px 8px;border-radius:4px;text-transform:uppercase;
}
.bw-slots__rtp{
  background:rgba(0,0,0,.7);color:var(--bw-accent);
  font-size:11px;font-weight:700;padding:3px 8px;border-radius:4px;
  border:1px solid rgba(255,204,0,.4);backdrop-filter:blur(4px);
}
.bw-slots__meta-row{
  position:absolute;left:0;right:0;bottom:0;padding:30px 12px 12px;
  background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.9) 70%);
  z-index:2;
}
.bw-slots__name{font-size:14px;font-weight:700;margin:0 0 4px;color:#fff;line-height:1.2}
.bw-slots__provider{font-size:11px;color:var(--bw-text-muted);margin:0 0 6px}
.bw-slots__stats{display:flex;gap:10px;flex-wrap:wrap;font-size:11px;color:#cfcfcf}
.bw-slots__stats span{display:inline-flex;align-items:center;gap:3px}
.bw-slots__stats b{color:var(--bw-accent);font-weight:700}
.bw-slots__overlay{
  position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;
  background:rgba(10,10,10,.88);opacity:0;transition:opacity .2s ease;z-index:3;padding:14px;text-align:center;
}
.bw-slots__tile:hover .bw-slots__overlay,.bw-slots__tile.is-open .bw-slots__overlay{opacity:1}
.bw-slots__overlay-stat{font-size:12px;color:#cfcfcf}
.bw-slots__overlay-stat b{color:var(--bw-accent);display:block;font-size:16px}
.bw-slots__overlay-cta{
  margin-top:6px;padding:10px 20px;border-radius:999px;
  background:var(--bw-accent);color:var(--bw-accent-ink);font-weight:800;font-size:13px;
  text-transform:uppercase;letter-spacing:.05em;
}
.bw-slots__play-icon{
  position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);
  width:48px;height:48px;border-radius:50%;
  background:rgba(255,204,0,.92);color:var(--bw-accent-ink);
  display:flex;align-items:center;justify-content:center;font-size:18px;
  z-index:1;opacity:0;transition:opacity .2s ease;
}
.bw-slots__tile:hover .bw-slots__play-icon{opacity:0}
.bw-slots__footer-cta{margin-top:18px;text-align:center}

/* AUTHOR */
.bw-author{
  margin:36px 0 24px;padding:22px;
  background:var(--bw-bg-raised);border:1px solid var(--bw-border);border-radius:var(--bw-radius-lg);
  display:flex;gap:18px;align-items:flex-start;flex-wrap:wrap;
}
.bw-author__photo{flex-shrink:0}
.bw-author__body{flex:1;min-width:240px}
.bw-author__name{font-size:18px;font-weight:800;color:#fff;margin:0 0 2px}
.bw-author__role{font-size:13px;color:var(--bw-accent);margin:0 0 10px;font-weight:600}
.bw-author__bio{font-size:14px;color:#cfcfcf;margin:0 0 10px}
.bw-author__links{display:flex;gap:10px;flex-wrap:wrap;align-items:center}
.bw-author__links a{font-size:13px;color:var(--bw-accent);text-decoration:underline;text-decoration-color:rgba(255,204,0,.4);text-underline-offset:3px}
.bw-author__links a:hover{text-decoration-color:var(--bw-accent)}
.bw-author__badge{
  display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:6px;
  background:#0c0c0c;border:1px solid #333;font-size:12px;color:var(--bw-text-muted);
}
.bw-author__badge strong{color:#fff}

/* FAQ */
.bw-faq{margin:36px 0}
.bw-faq__item{
  background:var(--bw-bg-raised);border:1px solid var(--bw-border);
  border-radius:var(--bw-radius);margin-bottom:10px;overflow:hidden;
}
.bw-faq__item summary{
  list-style:none;cursor:pointer;
  padding:16px 50px 16px 18px;font-weight:700;color:#fff;
  position:relative;font-size:15px;
}
.bw-faq__item summary::-webkit-details-marker{display:none}
.bw-faq__item summary::after{
  content:"+";position:absolute;right:18px;top:50%;transform:translateY(-50%);
  color:var(--bw-accent);font-size:22px;line-height:1;font-weight:400;
  transition:transform .2s ease;
}
.bw-faq__item[open] summary::after{content:"−"}
.bw-faq__item summary:hover{color:var(--bw-accent)}
.bw-faq__body{padding:0 18px 16px;color:#cfcfcf;font-size:14px}
.bw-faq__body p{margin:0 0 8px}

/* RELATED LINKS */
.bw-related{margin:24px 0;padding:18px;background:var(--bw-bg-raised);border:1px solid var(--bw-border);border-radius:var(--bw-radius)}
.bw-related__title{font-size:13px;font-weight:700;color:var(--bw-text-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px}
.bw-related ul{display:flex;flex-wrap:wrap;gap:8px}
.bw-related li a{
  display:inline-block;padding:6px 12px;border-radius:999px;
  background:#0c0c0c;border:1px solid var(--bw-border);font-size:13px;color:#cfcfcf;
}
.bw-related li a:hover{border-color:var(--bw-accent);color:var(--bw-accent)}

/* STICKY CTA */
.bw-sticky-cta{
  background:linear-gradient(90deg,#1a1607 0%,#0a0a0a 60%);
  border-top:2px solid var(--bw-accent);border-bottom:1px solid var(--bw-border);
  padding:14px 0;
}
.bw-sticky-cta__inner{
  display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;
}
.bw-sticky-cta__text{color:#fff;font-weight:600;font-size:15px}
.bw-sticky-cta__text b{color:var(--bw-accent)}

/* FOOTER */
.bw-footer{background:#060606;border-top:1px solid var(--bw-border);color:var(--bw-text-muted);font-size:14px}
.bw-footer__top{padding:42px 0 30px;display:grid;gap:32px;grid-template-columns:1fr}
.bw-footer__brand{display:flex;flex-direction:column;align-items:flex-start;gap:14px;max-width:340px}
.bw-footer__brand img{height:38px;width:auto;max-width:140px;object-fit:contain;align-self:flex-start}
.bw-footer__brand p{font-size:13.5px;line-height:1.6;margin:0;color:#a0a0a0}
.bw-footer__badges{display:flex;flex-wrap:wrap;gap:8px}
.bw-footer__badge{
  display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:6px;
  background:#101010;border:1px solid var(--bw-border);font-size:11.5px;color:#cfcfcf;font-weight:600;
}
.bw-footer__cols{display:grid;gap:28px;grid-template-columns:repeat(2,1fr)}
.bw-footer__col h4{font-size:13px;color:#fff;text-transform:uppercase;letter-spacing:.08em;margin:0 0 12px}
.bw-footer__col ul li{margin-bottom:6px}
.bw-footer__col a{color:#a0a0a0;font-size:13.5px}
.bw-footer__col a:hover{color:var(--bw-accent)}
.bw-footer__payments{
  display:flex;flex-wrap:wrap;gap:10px;align-items:center;padding:18px 0;border-top:1px solid var(--bw-border);border-bottom:1px solid var(--bw-border);
}
.bw-footer__payments-label{font-size:12px;color:var(--bw-text-muted);text-transform:uppercase;letter-spacing:.08em;margin-right:6px}
.bw-footer__chip{padding:5px 10px;background:#101010;border:1px solid var(--bw-border);border-radius:6px;font-size:12px;color:#cfcfcf}
.bw-footer__social{display:flex;gap:10px;margin-top:6px}
.bw-footer__social a{
  width:34px;height:34px;border-radius:50%;background:#101010;border:1px solid var(--bw-border);
  display:inline-flex;align-items:center;justify-content:center;color:#cfcfcf;
}
.bw-footer__social a:hover{background:var(--bw-accent);color:var(--bw-accent-ink);border-color:var(--bw-accent)}
.bw-footer__social svg{width:16px;height:16px}
.bw-footer__rg{padding:18px 0;display:flex;gap:14px;align-items:flex-start;flex-wrap:wrap;color:#9a9a9a;font-size:12.5px;line-height:1.6}
.bw-footer__rg-badge{
  flex-shrink:0;font-weight:800;font-size:13px;padding:8px 12px;border-radius:8px;
  background:#000;border:2px solid var(--bw-danger);color:var(--bw-danger);
}
.bw-footer__bottom{
  display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;
  padding:18px 0;border-top:1px solid var(--bw-border);font-size:12.5px;color:#7a7a7a;
}
.bw-footer__bottom ul{display:flex;gap:14px;flex-wrap:wrap}
.bw-footer__bottom a:hover{color:var(--bw-accent)}

/* MOBILE MENU OVERLAY */
.bw-mobile-menu{
  position:fixed;inset:0;background:rgba(0,0,0,.95);z-index:100;
  display:flex;flex-direction:column;padding:24px 24px 32px;
  opacity:0;pointer-events:none;transition:opacity .2s ease;
  overflow-y:auto;
}
.bw-mobile-menu.is-open{opacity:1;pointer-events:auto}
.bw-mobile-menu__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}
.bw-mobile-menu__head img{height:30px}
.bw-mobile-menu__close{
  width:40px;height:40px;border-radius:8px;color:#fff;
  display:inline-flex;align-items:center;justify-content:center;font-size:24px;
}
.bw-mobile-menu__close:hover{background:#1f1f1f}
.bw-mobile-menu ul{display:flex;flex-direction:column;gap:2px}
.bw-mobile-menu li a{
  display:block;padding:14px 12px;border-radius:8px;font-size:16px;font-weight:600;color:#fff;
  border-bottom:1px solid #1a1a1a;
}
.bw-mobile-menu li a:hover{background:#161616;color:var(--bw-accent)}
.bw-mobile-menu__actions{margin-top:20px;display:grid;gap:10px}

/* MEDIA QUERIES */
@media (min-width:760px){
  .bw-offers__grid{grid-template-columns:1fr 1fr}
  .bw-slots__grid{grid-template-columns:repeat(3,1fr)}
  .bw-footer__top{grid-template-columns:1.2fr 2fr}
  .bw-footer__cols{grid-template-columns:repeat(3,1fr)}
}
@media (min-width:1024px){
  .bw-header__nav{display:flex}
  .bw-burger{display:none}
  .bw-offers__grid{grid-template-columns:1fr 1.08fr 1fr;align-items:stretch}
  .bw-slots__grid{grid-template-columns:repeat(4,1fr)}
  .bw-footer__top{grid-template-columns:1.2fr 3fr}
  .bw-footer__cols{grid-template-columns:repeat(4,1fr)}
}
@media (min-width:1280px){
  .bw-slots__grid{grid-template-columns:repeat(4,1fr)}
}
@media (max-width:768px){
  article img,section.content img,main p img,.bw-content img{max-height:320px}
  .bw-hero img,.banner img{max-height:360px}
  .bw-hero__inner{padding:40px 0 44px}
  h2{margin:32px 0 12px}
}
@media (max-width:600px){
  .bw-offers__card{padding:18px}
  .bw-offers__logo{width:96px;height:48px}
  .bw-offers__cta{padding:12px 14px;font-size:13.5px}
  .bw-author{padding:18px;gap:14px}
}

/* FOCUS STATES */
a:focus-visible,button:focus-visible,summary:focus-visible{
  outline:2px solid var(--bw-accent);outline-offset:2px;border-radius:6px;
}
