/* Landing layout overrides for ydit theme
   PC + Mobile responsive
   NOTE: This file is safe to edit/override without touching original style.css
*/
:root{
  --sh-max: 1180px;
  --sh-radius: 18px;
  --sh-radius2: 24px;
  --sh-shadow: 0 14px 30px rgba(0,0,0,.18);
  --sh-line: rgba(255,255,255,.22);
  --sh-gold1:#ffe07a;
  --sh-gold2:#ffb338;
  --sh-deep:#08324b;
}

/* shared background like screenshot vibe */
body{
  background:
    radial-gradient(1200px 700px at 50% 8%, rgba(255,255,255,.35), transparent 60%),
    radial-gradient(900px 600px at 20% 55%, rgba(255,255,255,.22), transparent 65%),
    linear-gradient(180deg, #2fb4ff, #1d86c5 45%, #0e5a8a);
}

/* ===== Topbar (replaces old header/nav look) ===== */
.sh-topbar{
  position: sticky;
  top: 0;
  z-index: 50;
  background: linear-gradient(180deg, rgba(12,75,112,.92), rgba(12,75,112,.80));
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,.10);
}
.sh-topbar__inner{
  max-width: var(--sh-max);
  margin: 0 auto;
  padding: 12px 16px;
  display:flex;
  align-items:center;
  gap: 14px;
}
.sh-brand{
  display:flex;
  align-items:center;
  gap:10px;
  min-width: 190px;
}
.sh-brand__badge{
  width:40px;height:40px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--sh-gold1), var(--sh-gold2));
  box-shadow: 0 12px 26px rgba(255,179,56,.28);
}
.sh-brand__text{
  font-weight: 900;
  letter-spacing:.3px;
  color:#ffeaa6;
  text-shadow: 0 2px 0 rgba(0,0,0,.18);
}

.sh-nav{
  display:flex;
  flex:1;
  align-items:center;
  justify-content:center;
  gap: 18px;
  flex-wrap: wrap;
}
.sh-nav a{
  font-size: 12px;
  font-weight: 800;
  color: rgba(255,255,255,.92);
  opacity: .9;
  padding: 8px 10px;
  border-radius: 999px;
  transition: .15s ease;
}
.sh-nav a:hover{
  opacity: 1;
  background: rgba(255,255,255,.10);
}

.sh-actions{ display:flex; align-items:center; gap: 10px; }
.sh-btn{
  border:0;
  cursor:pointer;
  font-weight: 900;
  font-size: 12px;
  padding: 9px 12px;
  border-radius: 12px;
  color: #352000;
  background: linear-gradient(180deg, #ffbf4a, #ff9f24);
  box-shadow: 0 10px 22px rgba(255,159,36,.25);
  white-space: nowrap;
}
.sh-btn--ghost{
  background: rgba(255,255,255,.90);
  box-shadow: none;
  color:#1b4f6e;
  border: 1px solid rgba(0,0,0,.06);
}
.sh-hamburger{
  display:none;
  width: 40px; height: 40px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.08);
  color:#fff;
  cursor:pointer;
  align-items:center;
  justify-content:center;
  font-size: 18px;
}

/* Mobile menu */
.sh-mmenu{
  display:none;
  max-width: var(--sh-max);
  margin: 0 auto;
  padding: 0 16px 14px;
  gap: 10px;
}
.sh-mmenu a{
  display:block;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.16);
  color: rgba(255,255,255,.92);
  font-weight: 850;
  font-size: 12px;
}

/* ===== Page container ===== */
.sh-wrap{
  max-width: var(--sh-max);
  margin: 0 auto;
  padding: 0 16px 48px;
}

/* ===== Hero ===== */
.sh-hero{
  margin-top: 16px;
  border-radius: var(--sh-radius2);
  overflow:hidden;
  box-shadow: var(--sh-shadow);
  border: 1px solid rgba(255,255,255,.18);
  background:
    radial-gradient(900px 450px at 25% 35%, rgba(255,255,255,.20), transparent 60%),
    linear-gradient(135deg, rgba(37,182,95,.92), rgba(13,122,86,.92));
}
.sh-hero__inner{
  display:grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 18px;
  padding: 22px;
  align-items:center;
}
.sh-hero__title{
  margin:0 0 10px;
  font-size: clamp(22px, 3.2vw, 38px);
  line-height:1.05;
  color:#fff;
  text-shadow: 0 2px 0 rgba(0,0,0,.18);
}
.sh-hero__desc{
  margin:0 0 14px;
  color: rgba(255,255,255,.92);
  font-weight: 650;
  line-height: 1.5;
  max-width: 54ch;
  font-size: 14px;
}
.sh-hero__cta{ display:flex; gap:10px; flex-wrap:wrap; }
.sh-pill{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(0,0,0,.18);
  border: 1px solid rgba(255,255,255,.20);
  color: rgba(255,255,255,.92);
  font-weight: 900;
  font-size: 12px;
}
.sh-hero__media{
  height: 170px;
  border-radius: 18px;
  border: 1px dashed rgba(255,255,255,.35);
  background:
    radial-gradient(140px 90px at 70% 35%, rgba(255,255,255,.40), transparent 60%),
    rgba(0,0,0,.14);
  overflow:hidden;
}
.sh-hero__media img{ width:100%; height:100%; object-fit:cover; display:block; }

/* ===== Announcement ===== */
.sh-bar{
  margin: 14px 0 18px;
  border-radius: 16px;
  background: rgba(0,0,0,.14);
  border: 1px solid rgba(255,255,255,.25);
  color: rgba(255,255,255,.92);
  padding: 10px 14px;
  display:flex;
  align-items:center;
  gap:10px;
  box-shadow: 0 10px 22px rgba(0,0,0,.12);
}
.sh-dot{
  width: 9px; height: 9px;
  border-radius: 50%;
  background: #7CFF6B;
  box-shadow: 0 0 0 3px rgba(124,255,107,.18);
  flex:0 0 auto;
}
.sh-bar__text{
  font-size: 12px;
  font-weight: 750;
  opacity: .95;
  flex: 1;
}
.sh-bar__link{
  font-size: 12px;
  font-weight: 900;
  color: rgba(255,255,255,.95);
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.22);
  padding: 8px 12px;
  border-radius: 999px;
}

/* ===== Jackpot ===== */
.sh-jackpot{
  border-radius: var(--sh-radius2);
  overflow:hidden;
  box-shadow: var(--sh-shadow);
  border: 1px solid rgba(255,255,255,.18);
  background:
    radial-gradient(900px 460px at 50% 20%, rgba(255,255,255,.18), transparent 55%),
    linear-gradient(180deg, rgba(9,130,205,.85), rgba(9,130,205,.60));
  padding: 18px;
  text-align:center;
}
.sh-jackpot__title{
  font-size: clamp(24px, 4.2vw, 54px);
  font-weight: 1000;
  letter-spacing: .6px;
  color: #ffeaa6;
  text-shadow: 0 3px 0 rgba(0,0,0,.18);
  margin-bottom: 10px;
}
.sh-digits{
  display:flex;
  gap: 8px;
  flex-wrap:wrap;
  justify-content:center;
  padding: 10px 12px;
  border-radius: 18px;
  background: rgba(0,0,0,.14);
  border: 1px solid rgba(255,255,255,.25);
}
.sh-digit{
  width: 42px;
  height: 54px;
  border-radius: 12px;
  background: linear-gradient(180deg, #ffdc79, #ffb12f);
  border: 2px solid rgba(255,255,255,.55);
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight: 1000;
  font-size: 28px;
  color: #1b3c55;
  box-shadow: inset 0 -6px 0 rgba(0,0,0,.10);
}
.sh-jackpot__sub{
  margin-top: 10px;
  font-size: 12px;
  color: rgba(255,255,255,.88);
  font-weight: 700;
}

/* ===== Section Head ===== */
.sh-section{ margin-top: 18px; }
.sh-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 10px;
  margin: 14px 0 10px;
  color: rgba(255,255,255,.95);
}
.sh-head h2{
  margin:0;
  font-size: 16px;
  letter-spacing:.2px;
  display:flex;
  align-items:center;
  gap:10px;
}
.sh-head .line{
  height:1px;
  flex:1;
  background: rgba(255,255,255,.22);
  margin-left: 10px;
}
.sh-more{
  font-size: 12px;
  font-weight: 900;
  color: rgba(255,255,255,.95);
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.22);
  padding: 8px 12px;
  border-radius: 999px;
}

/* ===== Promo slider (mobile) / grid (pc) ===== */
.sh-promo{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.sh-card{
  border-radius: 18px;
  overflow:hidden;
  border: 1px solid rgba(255,255,255,.20);
  box-shadow: var(--sh-shadow);
  background: rgba(255,255,255,.10);
}
.sh-card__img{
  height: 140px;
  background: rgba(0,0,0,.10);
  position: relative;
  overflow:hidden;
}
.sh-card__img img{ width:100%; height:100%; object-fit:cover; display:block; }
.sh-card__cap{
  padding: 10px 12px 12px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  color: rgba(255,255,255,.92);
  font-weight: 800;
  font-size: 12px;
}
.sh-tag{
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0,0,0,.14);
  border: 1px solid rgba(255,255,255,.20);
  font-weight: 900;
  font-size: 11px;
}
.sh-mini{
  border:0;
  border-radius: 10px;
  padding: 7px 10px;
  background: rgba(255,255,255,.88);
  color:#1c5a7b;
  font-weight: 1000;
  cursor:pointer;
  font-size: 11px;
}

/* ===== Hot games layout ===== */
.sh-hot{
  display:grid;
  grid-template-columns: 1fr 300px;
  gap: 14px;
  align-items:start;
}
.sh-panel{
  border-radius: var(--sh-radius2);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: var(--sh-shadow);
  background: rgba(255,255,255,.12);
  overflow:hidden;
}
.sh-panel__inner{ padding: 14px; }
.sh-games{
  display:grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  background: rgba(0,0,0,.12);
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 18px;
  padding: 12px;
}
.sh-game{
  aspect-ratio: 1 / 1;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(0,0,0,.10);
  box-shadow: 0 10px 18px rgba(0,0,0,.12);
  overflow:hidden;
  position: relative;
}
.sh-game img{ width:100%; height:100%; object-fit:cover; display:block; }
.sh-game span{
  position:absolute;
  left:8px; right:8px; bottom:8px;
  font-size: 12px;
  font-weight: 900;
  color: rgba(255,255,255,.95);
  text-shadow: 0 2px 0 rgba(0,0,0,.16);
  background: rgba(0,0,0,.22);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 10px;
  padding: 6px 8px;
  display:block;
  overflow:hidden;
  white-space:nowrap;
  text-overflow: ellipsis;
}

.sh-side{ display:grid; gap: 12px; }
.sh-sidecard{
  border-radius: 18px;
  overflow:hidden;
  border: 1px solid rgba(255,255,255,.20);
  box-shadow: var(--sh-shadow);
  background: rgba(255,255,255,.12);
}
.sh-sidecard img{ width:100%; height:96px; object-fit:cover; display:block; }

/* ===== App section ===== */
.sh-app{
  margin-top: 18px;
  border-radius: var(--sh-radius2);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: var(--sh-shadow);
  background: rgba(255,255,255,.10);
  overflow:hidden;
}
.sh-app__inner{
  padding: 18px;
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  align-items:center;
}
.sh-phones{
  border-radius: 18px;
  border: 1px dashed rgba(255,255,255,.35);
  background: rgba(0,0,0,.12);
  height: 240px;
  overflow:hidden;
}
.sh-phones img{ width:100%; height:100%; object-fit:cover; display:block; }
.sh-app__text{ color: rgba(255,255,255,.92); }
.sh-app__text h3{
  margin: 0 0 8px;
  font-size: 22px;
  letter-spacing: .2px;
  color: #ffeaa6;
  text-shadow: 0 2px 0 rgba(0,0,0,.15);
}
.sh-app__text p{
  margin: 0 0 10px;
  line-height: 1.65;
  font-weight: 650;
  color: rgba(255,255,255,.90);
  font-size: 13px;
}
.sh-steps{ margin: 0 0 10px 18px; padding: 0; color: rgba(255,255,255,.90); font-weight: 700; font-size: 12px; }
.sh-steps li{ margin: 6px 0; }

.sh-qrrow{ display:flex; gap: 12px; flex-wrap: wrap; margin-top: 10px; }
.sh-qr{
  width: 160px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.92);
  padding: 10px;
}
.sh-qr img{ width:100%; aspect-ratio:1/1; object-fit:contain; display:block; border-radius: 12px; border: 1px solid rgba(0,0,0,.08); background:#fff; }
.sh-qrlabel{ margin-top: 8px; text-align:center; font-weight: 1000; color:#0b4b6f; font-size: 12px; }

/* ===== Footer ===== */
.sh-footer{
  margin-top: 18px;
  border-radius: var(--sh-radius2);
  overflow:hidden;
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: var(--sh-shadow);
  background: rgba(8,42,62,.70);
  color: rgba(255,255,255,.86);
}
.sh-providers{
  padding: 14px 16px;
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content:center;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.sh-prov{
  width: 92px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.08);
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight: 900;
  letter-spacing:.2px;
  font-size: 12px;
  color: rgba(255,255,255,.90);
}
.sh-footlinks{
  padding: 12px 16px;
  display:flex;
  gap: 14px;
  justify-content:center;
  flex-wrap: wrap;
  font-size: 12px;
  color: rgba(255,255,255,.88);
}
.sh-footlinks a{ opacity:.9; }
.sh-footlinks a:hover{ opacity:1; text-decoration: underline; }
.sh-copy{
  padding: 10px 16px 16px;
  text-align:center;
  font-size: 12px;
  color: rgba(255,255,255,.70);
}

/* =========================
   Responsive (Mobile)
   ========================= */
@media (max-width: 980px){
  .sh-wrap{ padding: 0 12px 44px; }

  .sh-nav{ display:none; }
  .sh-hamburger{ display:flex; }
  .sh-mmenu.show{ display:grid; }

  .sh-topbar__inner{ padding: 10px 12px; gap: 10px; }
  .sh-brand{ min-width: auto; }
  .sh-brand__badge{ width:36px; height:36px; }
  .sh-brand__text{ font-size: 14px; }

  .sh-hero{ margin-top: 12px; }
  .sh-hero__inner{ grid-template-columns: 1fr; padding: 16px; gap: 12px; }
  .sh-hero__media{ height: 160px; }

  .sh-bar{ margin: 12px 0 14px; padding: 10px 12px; }

  .sh-jackpot{ padding: 14px; }
  .sh-jackpot__title{ font-size: 32px; }
  .sh-digit{ width: 40px; height: 54px; font-size: 28px; }

  /* promo -> horizontal slider */
  .sh-promo{
    display:flex;
    overflow-x:auto;
    gap: 12px;
    padding-bottom: 4px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .sh-promo::-webkit-scrollbar{ height: 6px; }
  .sh-promo::-webkit-scrollbar-thumb{ background: rgba(255,255,255,.22); border-radius: 999px; }
  .sh-card{ flex: 0 0 78%; scroll-snap-align: start; }

  .sh-hot{ grid-template-columns: 1fr; gap: 12px; }
  .sh-games{ grid-template-columns: repeat(4, 1fr); }

  .sh-app__inner{ grid-template-columns: 1fr; padding: 14px; gap: 12px; }
  .sh-phones{ height: 210px; }
  .sh-qr{ width: min(48%, 170px); }

  .sh-providers{ gap: 8px; }
  .sh-prov{ width: 84px; height: 32px; }
}
@media (max-width: 520px){
  .sh-btn--ghost{ display:none; }
  .sh-games{ grid-template-columns: repeat(3, 1fr); }
  .sh-digit{ width: 38px; height: 50px; font-size: 26px; }
  .sh-card{ flex-basis: 88%; }
}
