/* Mostbet UZ — design system v1 (3D depth + blueish navy) */

:root{
  --c-bg:#142A4F;
  --c-surface:#1B3360;
  --c-surface-2:#234177;
  --c-text:#FFFFFF;
  --c-muted:#8B97A6;
  --c-brand:#FF5A00;
  --c-brand-2:#007BFF;
  --c-cta:#FF5A00;
  --c-cta-h:#FF7A2A;
  --c-line:#2D4A7E;
  --r-sm:6px;
  --r-md:10px;
  --r-lg:16px;
  --s-xs:6px;
  --s-sm:12px;
  --s-md:20px;
  --s-lg:32px;
  --s-xl:56px;
  --maxw:1560px;
}
*{box-sizing:border-box;margin:0;padding:0}
html,body{overflow-x:hidden;max-width:100%}
html{background:#142A4F}
body{
  font-family:'Inter',system-ui,sans-serif;
  background:linear-gradient(180deg, #142A4F 0%, #0F2244 100%);
  background-attachment:fixed;
  color:var(--c-text);
  line-height:1.55;
  font-size:16px;
  -webkit-font-smoothing:antialiased;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{
  width:100%;
  max-width:var(--maxw);
  margin:0 auto;
  padding:0 24px;
}

/* HEADER */
.site-header{
  background:linear-gradient(180deg, #1B3360 0%, #182E58 100%);
  border-top:3px solid var(--c-brand);
  border-bottom:1px solid var(--c-line);
  box-shadow:0 4px 16px rgba(0,0,0,.35);
  position:sticky;
  top:0;
  z-index:100;
}
.nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  height:68px;
}
.logo{display:inline-flex;align-items:center;gap:.15em;font-weight:900;font-size:1.6rem;color:#fff;letter-spacing:-.5px;font-family:'Inter',sans-serif;text-transform:uppercase;flex-shrink:0}
.logo-star{display:inline-flex;align-items:center;justify-content:center;width:1.4em;height:1.4em;background:radial-gradient(circle at 30% 30%, #FF8040 0%, #FF5A00 60%, #C04400 100%);border-radius:50%;color:#fff;font-size:.85em;line-height:1;margin:0 .05em;box-shadow:0 2px 6px rgba(255,90,0,.5), inset 0 1px 0 rgba(255,255,255,.4), inset 0 -1px 0 rgba(0,0,0,.3)}
.nav-menu{
  display:flex;
  align-items:center;
  gap:24px;
  list-style:none;
}
.nav-menu a{
  font-size:14px;
  font-weight:500;
  color:var(--c-muted);
  transition:color .2s;
}
.nav-menu a:hover{color:var(--c-brand)}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:12px 22px;
  border-radius:var(--r-md);
  font-weight:700;
  font-size:14px;
  cursor:pointer;
  transition:transform .15s, box-shadow .2s, background .2s;
  border:none;
  text-align:center;
  line-height:1.2;
}
.btn-primary{
  background:linear-gradient(180deg, #FF7A2A 0%, #E04E00 100%);
  border:1px solid #FF5A00;
  border-top-color:#FF8F4F;
  color:#FFFFFF;
  text-shadow:0 1px 0 rgba(0,0,0,.2);
  box-shadow:
    0 6px 20px rgba(255,90,0,.45),
    0 2px 4px rgba(0,0,0,.25),
    inset 0 1px 0 rgba(255,255,255,.35),
    inset 0 -2px 0 rgba(0,0,0,.18);
}
.btn-primary:hover{
  transform:translateY(-2px);
  background:linear-gradient(180deg, #FF8C40 0%, #F26100 100%);
  box-shadow:0 10px 28px rgba(255,90,0,.55), inset 0 1px 0 rgba(255,255,255,.4);
}
.btn-secondary{
  background:transparent;
  color:#fff;
  border:1.5px solid var(--c-line);
}
.btn-secondary:hover{border-color:var(--c-brand);color:var(--c-brand)}
.btn-lg{padding:16px 32px;font-size:16px}
.burger{
  display:none;
  background:none;
  border:none;
  color:#fff;
  font-size:26px;
  cursor:pointer;
  padding:6px 10px;
}

/* HERO */
.hero{
  padding:var(--s-xl) 0;
}
.hero > .container{
  background:
    radial-gradient(ellipse at 80% 20%, rgba(0,123,255,.18), transparent 55%),
    radial-gradient(ellipse at 15% 90%, rgba(255,90,0,.14), transparent 55%),
    linear-gradient(180deg, #1B3360 0%, #142A4F 100%);
  border:1px solid #2D4A7E;
  border-top:1px solid rgba(255,255,255,.1);
  border-radius:18px;
  box-shadow:0 16px 40px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.08);
  padding:3rem 2rem;
}
.hero-grid{
  display:grid;
  grid-template-columns:1.2fr 0.8fr;
  gap:var(--s-xl);
  align-items:center;
}
.hero h1{
  font-size:46px;
  font-weight:800;
  line-height:1.1;
  margin-bottom:var(--s-md);
  letter-spacing:-0.5px;
}
.hero h1 .accent{color:var(--c-brand)}
.hero-sub{
  font-size:18px;
  color:var(--c-muted);
  margin-bottom:var(--s-lg);
  max-width:720px;
}
.hero-sub b{color:var(--c-brand-2);font-weight:700}
.hero-cta{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}
.hero-shot{
  display:flex;
  justify-content:center;
  align-items:center;
}

/* Hero phone-mock (mockup screenshot inside hero) */
.phone-shot{
  width:320px;
  height:640px;
  border-radius:32px;
  background:var(--c-surface);
  border:8px solid #000;
  box-shadow:0 20px 60px rgba(0,0,0,0.5), 0 0 0 1px var(--c-surface-2);
}

/* STATS */
.stats{
  padding:var(--s-lg) 0;
}
.stats-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:var(--s-md);
}
.stat{
  text-align:center;
  padding:var(--s-md);
  background:linear-gradient(180deg, #1F3A6E 0%, #182E58 100%);
  border:1px solid #2D4A7E;
  border-top:1px solid rgba(255,255,255,.12);
  border-radius:14px;
  box-shadow:0 10px 24px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.1);
}
.stat-num{
  font-size:28px;
  font-weight:800;
  color:var(--c-brand);
  margin-bottom:4px;
  text-shadow:0 0 24px rgba(255,90,0,.4);
}
.stat-label{
  font-size:13px;
  color:var(--c-muted);
  text-transform:uppercase;
  letter-spacing:0.5px;
}

/* SECTIONS */
section{padding:var(--s-xl) 0}
.section-head{
  text-align:center;
  margin-bottom:var(--s-lg);
}
.section-head h2{
  font-size:34px;
  font-weight:800;
  margin-bottom:10px;
  letter-spacing:-0.3px;
  position:relative;
  display:inline-block;
  padding-bottom:10px;
}
.section-head h2::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:0;
  transform:translateX(-50%);
  width:60px;
  height:3px;
  background:var(--c-brand);
  border-radius:2px;
}
.section-head p{
  color:var(--c-muted);
  max-width:820px;
  margin:0 auto;
}

/* FEATURE CARDS */
.features-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:var(--s-md);
}
.feature-card{
  background:linear-gradient(180deg, #1F3A6E 0%, #16294F 100%);
  border:1px solid #2D4A7E;
  border-top:1px solid rgba(255,255,255,.12);
  border-radius:14px;
  padding:28px 24px;
  box-shadow:
    0 10px 28px rgba(0,0,0,.45),
    0 2px 6px rgba(0,0,0,.3),
    inset 0 1px 0 rgba(255,255,255,.1),
    inset 0 -1px 0 rgba(0,0,0,.25);
  transition:border-color .2s, transform .2s, box-shadow .2s;
}
.feature-card:hover{
  border-color:var(--c-brand);
  transform:translateY(-3px);
  box-shadow:
    0 16px 36px rgba(0,0,0,.5),
    0 4px 10px rgba(255,90,0,.18),
    inset 0 1px 0 rgba(255,255,255,.14);
}
.feature-icon{
  font-size:36px;
  margin-bottom:14px;
  display:block;
}
.feature-card h3{
  font-size:18px;
  font-weight:700;
  margin-bottom:8px;
}
.feature-card p{
  color:var(--c-muted);
  font-size:14px;
  line-height:1.5;
}

/* TABLE */
.table-wrap{
  background:linear-gradient(180deg, #1F3A6E 0%, #16294F 100%);
  border:1px solid #2D4A7E;
  border-top:1px solid rgba(255,255,255,.1);
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 10px 28px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.08);
}
table{
  width:100%;
  border-collapse:collapse;
}
table th{
  background:linear-gradient(180deg, #234177 0%, #1B3360 100%);
  color:#FFFFFF;
  border-bottom:2px solid #2D4A7E;
  text-shadow:0 1px 0 rgba(0,0,0,.3);
  padding:14px 22px;
  text-align:left;
}
table td{
  padding:16px 22px;
  background:rgba(27, 51, 96, .3);
  border-bottom:1px solid rgba(45, 74, 126, .5);
  font-size:15px;
}
table tr:last-child td{border-bottom:none}
table td:first-child{
  font-weight:600;
  color:var(--c-brand-2);
  width:38%;
}
table td:last-child{color:#fff}
table tr:hover td{background:rgba(45, 74, 126, .4)}
.pill{
  display:inline-block;
  background:rgba(0,123,255,0.18);
  color:var(--c-brand-2);
  padding:4px 10px;
  border-radius:var(--r-sm);
  font-size:13px;
  font-weight:600;
}

/* STEPS */
.steps{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:var(--s-md);
  counter-reset:step;
}
.step{
  background:linear-gradient(180deg, #1F3A6E 0%, #16294F 100%);
  border:1px solid #2D4A7E;
  border-top:1px solid rgba(255,255,255,.12);
  border-radius:14px;
  padding:28px 22px;
  position:relative;
  box-shadow:
    0 10px 28px rgba(0,0,0,.45),
    0 2px 6px rgba(0,0,0,.3),
    inset 0 1px 0 rgba(255,255,255,.1),
    inset 0 -1px 0 rgba(0,0,0,.25);
}
.step-num{
  width:42px;
  height:42px;
  border-radius:50%;
  background:radial-gradient(circle at 30% 30%, #FF8040 0%, #FF5A00 60%, #C04400 100%);
  color:#fff;
  font-weight:800;
  font-size:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:14px;
  box-shadow:0 4px 10px rgba(255,90,0,.45), inset 0 1px 0 rgba(255,255,255,.4), inset 0 -1px 0 rgba(0,0,0,.3);
  text-shadow:0 1px 0 rgba(0,0,0,.2);
}
.step h3{
  font-size:16px;
  font-weight:700;
  margin-bottom:6px;
}
.step p{
  color:var(--c-muted);
  font-size:14px;
}

/* FAQ */
.faq{max-width:1100px;margin:0 auto}
.faq-item{
  background:linear-gradient(180deg, #1B3360 0%, #16294F 100%);
  border:1px solid #2D4A7E;
  border-top:1px solid rgba(255,255,255,.08);
  border-radius:12px;
  padding:22px 26px;
  margin-bottom:12px;
  box-shadow:0 6px 18px rgba(0,0,0,.3), inset 0 1px 0 rgba(255,255,255,.08);
}
.faq-item h3{
  font-size:17px;
  font-weight:700;
  margin-bottom:8px;
  color:var(--c-brand-2);
}
.faq-item p{
  color:var(--c-muted);
  font-size:15px;
}

/* CTA BANNER */
.cta-banner{
  background:
    radial-gradient(ellipse at 80% 20%, rgba(255,90,0,.22), transparent 55%),
    radial-gradient(ellipse at 15% 90%, rgba(0,123,255,.18), transparent 55%),
    linear-gradient(180deg, #1F3A6E 0%, #142A4F 100%);
  border:1px solid var(--c-brand);
  border-top:1px solid rgba(255,255,255,.12);
  border-radius:18px;
  padding:40px var(--s-lg);
  text-align:center;
  box-shadow:0 16px 40px rgba(0,0,0,.5), 0 4px 14px rgba(255,90,0,.18), inset 0 1px 0 rgba(255,255,255,.1);
}
.cta-banner h2{font-size:28px;margin-bottom:10px}
.cta-banner p{color:var(--c-muted);margin-bottom:20px;font-size:16px}

/* FOOTER */
.site-footer{
  background:linear-gradient(180deg, #0F2244 0%, #0A1A36 100%);
  border-top:2px solid var(--c-brand);
  padding:var(--s-xl) 0 var(--s-md);
  margin-top:var(--s-xl);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
}
.footer-grid{
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr;
  gap:var(--s-lg);
  margin-bottom:var(--s-lg);
}
.footer-col h4,
.footer-col .footer-title{
  font-size:14px;
  text-transform:uppercase;
  letter-spacing:1px;
  color:var(--c-brand);
  margin-bottom:14px;
  font-weight:700;
}
.footer-col ul{list-style:none}
.footer-col li{margin-bottom:8px}
.footer-col a{
  color:var(--c-muted);
  font-size:14px;
}
.footer-col a:hover{color:#fff}
.footer-brand p{
  color:var(--c-muted);
  font-size:14px;
  margin-top:10px;
  max-width:340px;
}
.disclaimer{
  border-top:1px solid var(--c-line);
  padding-top:var(--s-md);
  color:var(--c-muted);
  font-size:13px;
  text-align:center;
  line-height:1.6;
}
.age-badge{
  display:inline-block;
  background:#C0392B;
  color:#fff;
  padding:3px 8px;
  border-radius:4px;
  font-weight:800;
  font-size:12px;
  margin-right:6px;
}

/* ARTICLE / CONTENT */
article{
  max-width:1200px;
  margin:0 auto;
}
article h1{
  font-size:38px;
  font-weight:800;
  line-height:1.15;
  letter-spacing:-0.5px;
  margin:0 0 1rem;
}
article h2{
  font-size:28px;
  font-weight:800;
  line-height:1.2;
  margin:2rem 0 1rem;
  padding-bottom:.4rem;
  border-bottom:2px solid var(--c-line);
  letter-spacing:-0.3px;
}
article h3{
  font-size:21px;
  font-weight:700;
  line-height:1.3;
  margin:1.5rem 0 .75rem;
  color:var(--c-brand-2);
}
article p{
  margin:0 0 1rem;
  font-size:16px;
  line-height:1.7;
  color:#E5EAF0;
}
article ul, article ol{
  margin:0 0 1rem 1.4rem;
  padding:0;
}
article li{
  margin:.4rem 0;
  font-size:16px;
  line-height:1.65;
  color:#E5EAF0;
  padding-left:.3rem;
}
article a{
  color:var(--c-brand);
  text-decoration:underline;
  text-underline-offset:3px;
}
article a:hover{color:var(--c-cta-h)}
article strong, article b{color:#fff;font-weight:700}
article blockquote{
  border-left:4px solid var(--c-brand);
  padding:.5rem 1rem;
  margin:1rem 0;
  color:var(--c-muted);
  font-style:italic;
}

/* CONTENT IMAGES — 16:9 banners */
.content-img{
  display:block;
  max-width:1200px;
  width:100%;
  height:auto;
  margin:1.5rem auto;
  aspect-ratio:16/9;
  object-fit:cover;
  border-radius:var(--r-md);
}
article img.content-img{
  aspect-ratio:16/9;
  object-fit:cover;
}

/* SHOT — vertical app screenshots (no crop, no 16:9 force) */
.shot{
  display:block;
  width:auto;
  max-width:360px;
  max-height:720px;
  height:auto;
  margin:1.5rem auto;
  border-radius:var(--r-md);
  border:1px solid var(--c-line);
  box-shadow:0 6px 24px rgba(0,0,0,.4);
}

/* AGE DISCLAIMER */
.age-disclaimer{
  background:rgba(232,18,63,.12);
  border:1px solid #E8123F;
  border-radius:var(--r-sm);
  padding:.7rem 1rem;
  font-size:.9rem;
  color:#FFB3C1;
  margin:1rem 0;
}

/* BYLINE */
.byline{
  font-size:.9rem;
  color:var(--c-muted);
  border-left:3px solid var(--c-brand);
  padding-left:.7rem;
  margin:0 0 1rem;
}

/* NOTE / CALLOUT */
.note{
  background:var(--c-surface-2);
  border-left:4px solid var(--c-brand);
  padding:1rem 1.2rem;
  border-radius:var(--r-sm);
  margin:1rem 0;
}
.note p{margin:0}
.note p + p{margin-top:.5rem}

/* RESPONSIVE */
@media(max-width:900px){
  .nav{
    flex-wrap:wrap;
    height:auto;
    padding:10px 0 12px;
    gap:10px;
    position:relative;
  }
  .logo{
    width:100%;
    justify-content:center;
    order:1;
    font-size:1.5rem;
    margin-bottom:4px;
  }
  .lang-switch{order:2;margin-right:auto;margin-left:0}
  .nav .nav-cta-desktop{
    display:inline-flex;
    order:3;
    padding:8px 14px;
    font-size:13px;
  }
  .burger{display:block;order:4}
  .nav-menu{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    right:0;
    background:linear-gradient(180deg, #1B3360 0%, #182E58 100%);
    flex-direction:column;
    padding:var(--s-md);
    border-bottom:1px solid var(--c-line);
    box-shadow:0 8px 24px rgba(0,0,0,.4);
    gap:14px;
    z-index:999;
  }
  .nav-menu.open{display:flex}
  .hero-grid{grid-template-columns:1fr;gap:var(--s-lg)}
  .hero h1{font-size:32px}
  .hero-sub{font-size:16px}
  .phone-shot{width:240px;height:480px}
  .stats-grid{grid-template-columns:repeat(2,1fr)}
  .features-grid{grid-template-columns:1fr}
  .steps{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr;gap:var(--s-md)}
  .section-head h2{font-size:26px}
  article h1{font-size:30px}
  article h2{font-size:24px}
  article h3{font-size:19px}
}
@media(max-width:560px){
  .stats-grid{grid-template-columns:1fr}
  .steps{grid-template-columns:1fr}
  .hero{padding:var(--s-lg) 0}
  section{padding:var(--s-lg) 0}
  .hero > .container{padding:2rem 1.2rem}
  article h1{font-size:26px}
  article h2{font-size:21px}
}

/* LANGUAGE SWITCHER RU/UZ */
.lang-switch{display:inline-flex;gap:2px;background:rgba(45,74,126,.4);border:1px solid var(--c-line);border-radius:8px;padding:3px;margin-right:10px}
.lang-btn{padding:5px 10px;font-size:12px;font-weight:700;color:var(--c-muted);border-radius:6px;text-transform:uppercase;letter-spacing:.5px;transition:all .15s}
.lang-btn:hover{color:#fff;background:rgba(0,123,255,.15)}
.lang-btn-active{background:linear-gradient(180deg,#234177,#1B3360);color:#fff;box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}
@media(max-width:900px){
  .lang-switch{order:1;margin-right:8px;padding:2px}
  .lang-btn{padding:4px 7px;font-size:11px}
}
@media(max-width:600px){
  .lang-switch{padding:2px}
  .lang-btn{padding:3px 6px;font-size:10px;letter-spacing:.3px}
}
.lang-note{font-size:13px;color:var(--c-muted);margin:1rem 0;padding:.6rem .9rem;background:rgba(0,123,255,.06);border-left:3px solid var(--c-brand-2);border-radius:var(--r-sm)}
.lang-note a{color:#fff;text-decoration:underline;font-weight:600}
