/* =========================
   KOKOBET PROMO — UPDATED MODERN THEME (NL)
   ========================= */

:root{
  --bg-main:#0f1216;
  --bg-soft:#151a21;
  --bg-card:rgba(255,255,255,.03);
  --line-soft:rgba(255,255,255,.09);

  --text-main:rgba(255,255,255,.92);
  --text-muted:rgba(255,255,255,.68);

  --accent:#9ee870;
  --accent-soft:#c7f2a3;

  --radius-lg:18px;
  --radius-md:12px;

  --shadow: 0 18px 50px rgba(0,0,0,.55);
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font:16px/1.55 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:var(--text-main);
  background:
    radial-gradient(900px 520px at 15% 10%, rgba(158,232,112,.10), transparent 55%),
    radial-gradient(900px 520px at 85% 15%, rgba(199,242,163,.07), transparent 55%),
    var(--bg-main);
}

img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
strong{font-weight:700}

/* Layout */
.wrap{width:min(1120px, calc(100% - 40px)); margin:0 auto;}
.narrow{width:min(880px, calc(100% - 40px)); margin:0 auto;}

/* Accessibility */
.skip-link{
  position:absolute; left:-999px; top:8px;
  padding:10px 12px;
  background:var(--bg-soft);
  border:1px solid var(--line-soft);
  border-radius:10px;
  color:var(--text-main);
  z-index:99;
}
.skip-link:focus{left:12px}

/* Header */
.site-head{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(10px);
  background: rgba(15,18,22,.70);
  border-bottom:1px solid var(--line-soft);
}
.head-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:14px 0;
}
.logo img{filter:saturate(1.05);}

.nav-toggle{
  display:none;
  border:1px solid var(--line-soft);
  background: transparent;
  border-radius:12px;
  padding:10px 12px;
  color:var(--text-main);
}
.nav-toggle__icon{
  display:block;
  width:22px;
  height:2px;
  background: var(--text-main);
  position:relative;
  opacity:.9;
}
.nav-toggle__icon:before,
.nav-toggle__icon:after{
  content:"";
  position:absolute; left:0;
  width:22px; height:2px;
  background: var(--text-main);
}
.nav-toggle__icon:before{top:-7px}
.nav-toggle__icon:after{top:7px}

.main-nav{
  display:flex;
  align-items:center;
  gap:12px;
}
.main-nav a{
  padding:10px 10px;
  border-radius:12px;
  color:var(--text-muted);
}
.main-nav a[aria-current="page"]{
  color:var(--text-main);
  background: rgba(255,255,255,.04);
  border:1px solid var(--line-soft);
}
.main-nav a:hover{
  color:var(--text-main);
  background: rgba(255,255,255,.03);
}
.nav-sep{
  width:1px; height:26px;
  background: var(--line-soft);
  margin:0 2px;
}

.nav-cta{
  color:#0b0d10;
  background: var(--accent);
  border:1px solid rgba(0,0,0,.15);
  box-shadow: 0 12px 30px rgba(158,232,112,.12);
}
.nav-cta:hover{filter:brightness(1.02)}
.nav-cta--ghost{
  color:var(--text-main);
  background: transparent;
  border:1px solid var(--line-soft);
}

/* Typography */
h1{
  margin:0 0 14px;
  font-size:40px;
  line-height:1.12;
  letter-spacing:-.4px;
}
h2{
  margin:0 0 10px;
  font-size:26px;
  letter-spacing:-.2px;
}
.kicker{
  display:inline-flex;
  gap:8px;
  align-items:center;
  color:var(--text-muted);
  margin:0 0 10px;
  font-size:13px;
  letter-spacing:.2px;
}
.lead{
  margin:12px 0 0;
  font-size:18px;
  color:rgba(255,255,255,.84);
}
.sublead{
  margin:0 0 16px;
  color:var(--text-muted);
  font-size:16px;
}

/* Buttons */
.cta-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 14px;
  border-radius: 14px;
  border:1px solid var(--line-soft);
  background: transparent;
  color:var(--text-main);
  font-weight:650;
  letter-spacing:.2px;
  transition: transform .12s ease, filter .12s ease, background .12s ease;
}
.btn.primary{
  background: var(--accent);
  color:#0b0d10;
  border-color: rgba(0,0,0,.18);
}
.btn.ghost{
  background: transparent;
  color:var(--text-main);
}
.btn:hover{transform: translateY(-1px)}
.btn:active{transform: translateY(0)}

/* Chips */
.jump{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:18px 0 0;
}
.chip{
  display:inline-flex;
  padding:8px 10px;
  border-radius:999px;
  border:1px solid var(--line-soft);
  background: rgba(255,255,255,.02);
  color:var(--text-muted);
}
.chip:hover{color:var(--text-main)}

/* Sections */
.section{padding:36px 0;}
.section.soft{
  background: rgba(255,255,255,.02);
  border-top:1px solid rgba(255,255,255,.04);
  border-bottom:1px solid rgba(255,255,255,.04);
}

/* Common blocks */
.note{
  margin:14px 0 0;
  padding:12px 14px;
  border-left:3px solid var(--accent);
  background: rgba(158,232,112,.06);
  border-radius: 12px;
  color: rgba(255,255,255,.86);
}

.inline-cta{
  margin-top:14px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

/* Old hero (if used) */
.hero{padding:44px 0 22px;}
.hero-cta{
  display:flex;
  align-items:center;
  gap:14px;
  margin:12px 0 14px;
  padding:12px;
  background: rgba(255,255,255,.03);
  border:1px solid var(--line-soft);
  border-radius: var(--radius-lg);
}
.hero-thumb{
  width:88px; height:88px;
  border-radius:16px;
  border:1px solid var(--line-soft);
  background: rgba(255,255,255,.02);
  object-fit: cover;
}

/* ===== Modern Hero (hero2) ===== */
.hero2{padding:42px 0 22px;}
.hero2-grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:22px;
  align-items:start;
}
.hero2-panel{
  border:1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,.02);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.panel-top{padding:14px 14px 10px;}
.badge{
  display:inline-flex;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid var(--line-soft);
  background: rgba(255,255,255,.02);
  color: var(--text-muted);
  font-size:12px;
}
.panel-title{
  margin:10px 0 10px;
  font-size:18px;
  letter-spacing:-.2px;
}
.mini-list{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:8px;
  color: var(--text-muted);
}
.mini-list li{display:flex; gap:10px; align-items:flex-start;}
.dot{
  width:10px; height:10px;
  border-radius:999px;
  background: rgba(158,232,112,.95);
  margin-top:5px;
}

/* Smaller hero image */
.panel-media{
  margin:0;
  border-top:1px solid rgba(255,255,255,.05);
  border-bottom:1px solid rgba(255,255,255,.05);
  background: rgba(0,0,0,.10);
}
.panel-media img{
  width:100%;
  height:auto;
  display:block;
  object-fit: cover;
}

.panel-bottom{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:10px;
  padding:12px 14px;
}
.stat{
  border:1px solid rgba(255,255,255,.06);
  border-radius: 14px;
  background: rgba(255,255,255,.02);
  padding:10px 10px;
}
.stat-k{color:var(--text-muted); font-size:12px;}
.stat-v{font-weight:750; font-size:13px;}

/* Checkstrip (no heavy cards) */
.checkstrip{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:10px;
  margin-top:14px;
}
.check{
  border:1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,.02);
  padding:14px 14px;
}
.check-title{font-weight:800; margin-bottom:6px;}
.check-text{color:var(--text-muted);}

/* Two-column base */
.two{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap:22px;
  align-items:start;
}

/* Stack (right column) */
.stack{display:grid; gap:10px;}
.stack-item{
  border:1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,.02);
  padding:14px 14px;
}
.stack-h{font-weight:800; margin-bottom:6px;}
.stack-p{color:var(--text-muted);}

/* Accordion */
.accordion{display:grid; gap:10px; margin-top:14px;}
.acc{
  border:1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,.02);
  padding:6px 10px;
}
.acc summary{
  cursor:pointer;
  list-style:none;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:10px 6px;
}
.acc summary::-webkit-details-marker{display:none;}
.acc-title{font-weight:800;}
.acc-hint{color:var(--text-muted); font-size:12px;}
.acc-body{
  padding:0 6px 12px;
  color: var(--text-muted);
}

/* Mosaic images (2 tiles) */
.mosaic{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap:12px;
  margin-top:14px;
}
.tile{
  margin:0;
  padding:12px;
  border:1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,.02);
}
.tile img{
  border-radius: 14px;
  border:1px solid rgba(255,255,255,.06);
}
.tile figcaption{
  margin-top:10px;
  color: var(--text-muted);
  font-size:13px;
}
.tile--wide{align-self:stretch;}

/* Preview image */
.mini-preview{
  margin:16px 0 0;
  padding:12px;
  border:1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,.02);
}
.mini-preview img{
  border-radius: 14px;
  border:1px solid rgba(255,255,255,.06);
}

/* Lists */
.clean-list{
  margin:14px 0 0;
  padding:0;
  list-style:none;
  display:grid;
  gap:10px;
}
.clean-list li{
  padding:12px 14px;
  border:1px solid var(--line-soft);
  border-radius: var(--radius-md);
  background: rgba(255,255,255,.02);
}
.clean-list strong{color:rgba(255,255,255,.90)}

.steps{
  margin:14px 0 0;
  padding:0;
  list-style:none;
  display:grid;
  gap:10px;
}
.steps li{
  padding:14px 14px;
  border:1px solid var(--line-soft);
  border-radius: var(--radius-md);
  background: rgba(255,255,255,.02);
}
.steps strong{display:block; margin-bottom:4px;}
.steps span{display:block; color:var(--text-muted);}

/* Page links */
.links{
  display:grid;
  gap:10px;
  margin-top:14px;
}
.link-card{
  display:flex;
  flex-direction:column;
  gap:4px;
  padding:14px 14px;
  border:1px solid var(--line-soft);
  border-radius: var(--radius-lg);
  background: rgba(255,255,255,.02);
  transition: transform .12s ease, background .12s ease;
}
.link-card:hover{
  transform: translateY(-1px);
  background: rgba(255,255,255,.03);
}
.link-title{font-weight:750}
.link-sub{color:var(--text-muted)}

.cta-strip{
  margin-top:16px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

/* Footer */
.site-foot{padding:26px 0 34px;}
.foot-note{
  margin:0;
  color:var(--text-muted);
  font-size:13px;
}

/* ===== Mobile rules ===== */
@media (max-width: 992px){
  .nav-toggle{display:inline-flex}

  .main-nav{
    position:absolute;
    left:0; right:0;
    top:64px;
    display:none;
    flex-direction:column;
    align-items:stretch;
    gap:8px;
    padding:12px;
    background: rgba(15,18,22,.92);
    border-bottom:1px solid var(--line-soft);
  }
  .main-nav.is-open{display:flex}
  .nav-sep{display:none}

  .two{grid-template-columns: 1fr}
  .hero2-grid{grid-template-columns: 1fr}
  .checkstrip{grid-template-columns: 1fr}
  .mosaic{grid-template-columns: 1fr}
  .panel-bottom{grid-template-columns: 1fr}

  h1{font-size:34px}
  .hero{padding-top:32px}
  .hero-cta{flex-direction:column; align-items:flex-start}
}
/* ===== Footer + Back-to-top + Better mobile ===== */

.site-foot{
  border-top:1px solid rgba(255,255,255,.06);
  background: rgba(255,255,255,.02);
}
.foot-grid{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap:16px;
  padding:18px 0;
  align-items:start;
}
.foot-note{
  margin:0;
  color:var(--text-muted);
  font-size:13px;
}
.foot-links{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end;
}
.foot-links a{
  padding:8px 10px;
  border-radius:999px;
  border:1px solid var(--line-soft);
  background: rgba(255,255,255,.02);
  color: var(--text-muted);
}
.foot-links a:hover{color:var(--text-main)}

.backtop{
  position:fixed;
  right:16px;
  bottom:16px;
  width:46px;
  height:46px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid var(--line-soft);
  background: rgba(15,18,22,.82);
  box-shadow: var(--shadow);
  color: var(--text-main);
  opacity:0;
  pointer-events:none;
  transform: translateY(6px);
  transition: opacity .18s ease, transform .18s ease, filter .18s ease;
}
.backtop:hover{filter:brightness(1.05)}
.backtop.is-visible{
  opacity:1;
  pointer-events:auto;
  transform: translateY(0);
}

/* Make hero CTA + grids friendlier on small screens */
@media (max-width: 992px){
  .wrap, .narrow{width:min(920px, calc(100% - 28px));}
  .head-row{padding:12px 0}

  .hero2{padding:30px 0 16px}
  h1{font-size:32px}
  .lead{font-size:17px}

  .hero-cta{
    width:100%;
    flex-direction:row;
    align-items:center;
  }
  .hero-thumb{width:72px;height:72px;border-radius:14px}
  .cta-row{width:100%}
  .cta-row .btn{flex:1 1 140px}

  .panel-title{font-size:17px}
  .panel-bottom{grid-template-columns:1fr}
  .stat{padding:10px 12px}

  .checkstrip{grid-template-columns:1fr}
  .mosaic{grid-template-columns:1fr}
  .tile{padding:12px}
  .mini-preview{padding:12px}

  .links{gap:10px}
  .link-card{padding:14px}

  .foot-grid{grid-template-columns:1fr}
  .foot-links{justify-content:flex-start}
}

/* Extra-small fixes */
@media (max-width: 520px){
  h1{font-size:28px}
  .hero-cta{
    flex-direction:column;
    align-items:flex-start;
  }
  .cta-row .btn{width:100%}
  .backtop{right:12px; bottom:12px}
}
/* =========================
   CASHIER — integrated media grid
   ========================= */

.cashier{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap:22px;
  align-items:start;
}

.cashier-text p{color: rgba(255,255,255,.84);}

.cashier-points{
  margin:14px 0 0;
  padding:0;
  display:grid;
  gap:10px;
}

.point{
  border:1px solid var(--line-soft);
  background: rgba(255,255,255,.02);
  border-radius: var(--radius-md);
  padding:12px 14px;
}

.point-k{
  font-weight:800;
  margin-bottom:4px;
}

.point-v{
  color: var(--text-muted);
}

.note.note--soft{
  margin-top:14px;
  background: rgba(255,255,255,.02);
  border:1px solid rgba(255,255,255,.06);
  border-left:3px solid var(--accent);
}

/* Media grid (2 shots) */
.cashier-media{
  display:grid;
  gap:12px;
}

.shot{
  margin:0;
  padding:12px;
  border:1px solid var(--line-soft);
  background: rgba(255,255,255,.02);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.shot-media{
  border-radius: 14px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.06);
  background: rgba(255,255,255,.02);

  /* makes images consistent and adaptive */
  aspect-ratio: 16 / 10;
}

.shot-media img{
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;
}

.shot figcaption{
  margin:10px 2px 2px;
  color: var(--text-muted);
  font-size: 13px;
}

/* Responsive */
@media (max-width: 992px){
  .cashier{
    grid-template-columns: 1fr;
  }
  .cashier-media{
    grid-template-columns: 1fr;
  }
  .shot-media{
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 520px){
  .shot{padding:10px}
  .shot-media{border-radius: 12px}
}
