/* ===========================
   MOSTBET - OFFICIAL SITE CSS
   =========================== */

:root {
  --gold: #F5A623;
  --gold-light: #FFD165;
  --gold-dark: #C8881A;
  --dark: #0A0C10;
  --dark2: #12151C;
  --dark3: #1A1E28;
  --dark4: #222733;
  --text: #E8ECF4;
  --text-muted: #8A92A8;
  --white: #FFFFFF;
  --border: rgba(245,166,35,0.15);
  --radius: 12px;
  --radius-lg: 20px;
  --trans: all 0.3s ease;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Montserrat', sans-serif;
  background: var(--dark);
  color: var(--text);
  font-size: 15px;
  line-height: 1.7;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* BUTTONS */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 30px;
  border-radius: 8px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.5px;
  cursor: pointer;
  border: none;
  transition: var(--trans);
  text-transform: uppercase;
}
.btn--primary {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-dark) 100%);
  color: #000;
  box-shadow: 0 4px 20px rgba(245,166,35,0.3);
}
.btn--primary:hover {
  background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 100%);
  box-shadow: 0 6px 30px rgba(245,166,35,0.5);
  transform: translateY(-2px);
}
.btn--outline {
  background: transparent;
  border: 2px solid var(--gold);
  color: var(--gold);
}
.btn--outline:hover {
  background: rgba(245,166,35,0.1);
  transform: translateY(-2px);
}
.btn--header {
  background: var(--gold);
  color: #000;
  padding: 10px 22px;
  font-size: 13px;
}
.btn--header:hover { background: var(--gold-light); }
.btn--sm {
  padding: 8px 18px;
  font-size: 12px;
  background: var(--gold);
  color: #000;
}
.btn--lg { padding: 18px 50px; font-size: 16px; }
.btn--app {
  background: var(--dark3);
  border: 1px solid var(--border);
  color: var(--text);
  padding: 12px 24px;
  font-size: 13px;
  font-weight: 600;
}
.btn--app img { width: 20px; height: 20px; object-fit: contain; }
.btn--app:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }

/* HEADER */
.header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  background: rgba(10,12,16,0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  padding: 14px 0;
}
.header__inner {
  display: flex;
  align-items: center;
  gap: 30px;
}
.logo { display: flex; align-items: center; }
.logo__img { height: 36px; width: auto; }
.nav {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
}
.nav__link {
  padding: 8px 14px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-muted);
  transition: var(--trans);
}
.nav__link:hover, .mirror-link { color: var(--gold); }
.mirror-link { color: var(--gold) !important; }
.burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  margin-left: auto;
}
.burger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--gold);
  border-radius: 2px;
  transition: var(--trans);
}

/* HERO */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 80px;
  overflow: hidden;
}
.hero__bg {
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(ellipse 70% 60% at 70% 50%, rgba(245,166,35,0.06) 0%, transparent 70%),
    radial-gradient(ellipse 40% 40% at 20% 80%, rgba(245,166,35,0.04) 0%, transparent 60%),
    linear-gradient(180deg, var(--dark) 0%, var(--dark2) 100%);
}
.hero__bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('images/hero-bg.jpg') center/cover no-repeat;
  opacity: 0.12;
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10,12,16,0.9) 0%, rgba(10,12,16,0.5) 60%, transparent 100%);
}
.hero__inner {
  position: relative;
  z-index: 2;
  max-width: 700px;
  padding: 80px 20px;
}
.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(245,166,35,0.12);
  border: 1px solid rgba(245,166,35,0.3);
  color: var(--gold);
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 28px;
  animation: pulse-border 2s ease infinite;
}
@keyframes pulse-border {
  0%, 100% { box-shadow: 0 0 0 0 rgba(245,166,35,0.2); }
  50% { box-shadow: 0 0 0 8px rgba(245,166,35,0); }
}
.hero__title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(54px, 9vw, 90px);
  line-height: 0.95;
  color: var(--white);
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.hero__title span {
  color: var(--gold);
  display: block;
}
.hero__sub {
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 36px;
}
.hero__btns {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.hero__stats {
  display: flex;
  gap: 36px;
  flex-wrap: wrap;
}
.stat { display: flex; flex-direction: column; }
.stat__num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 32px;
  color: var(--gold);
  line-height: 1;
}
.stat__label {
  font-size: 11px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 2px;
}

/* MIRROR ALERT */
.mirror-alert {
  background: linear-gradient(135deg, rgba(245,166,35,0.1) 0%, rgba(245,166,35,0.05) 100%);
  border-top: 1px solid rgba(245,166,35,0.2);
  border-bottom: 1px solid rgba(245,166,35,0.2);
  padding: 14px 0;
}
.mirror-alert__inner {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 600;
  flex-wrap: wrap;
}
.mirror-alert__icon { font-size: 18px; }
.mirror-alert__inner span:nth-child(2) { flex: 1; min-width: 200px; }

/* SECTIONS */
.section {
  padding: 90px 0;
}
.section--dark {
  background: var(--dark2);
}
.section__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.section__grid--reverse { }
.section__img-wrap {
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
}
.section__img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  pointer-events: none;
}
.section__img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  transition: transform 0.4s ease;
}
.section__img:hover { transform: scale(1.02); }
.section__content { display: flex; flex-direction: column; gap: 18px; }
.section__title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(28px, 4vw, 42px);
  color: var(--white);
  letter-spacing: 1px;
  line-height: 1.1;
}
.section__desc {
  color: var(--text-muted);
  font-size: 16px;
  max-width: 600px;
  margin: 10px auto 0;
}
.label {
  display: inline-block;
  background: rgba(245,166,35,0.12);
  border: 1px solid rgba(245,166,35,0.25);
  color: var(--gold);
  padding: 4px 14px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.text-center { text-align: center; }
.text-center .section__title { margin: 12px auto 0; }

/* SLOTS GRID */
.slots-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 50px;
}
.slot-card {
  background: var(--dark3);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 24px;
  transition: var(--trans);
}
.slot-card:hover {
  border-color: rgba(245,166,35,0.4);
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.3);
}
.slot-card__icon {
  font-size: 36px;
  margin-bottom: 14px;
}
.slot-card h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--white);
}
.slot-card p { font-size: 13px; color: var(--text-muted); line-height: 1.6; }

/* BONUS BOX */
.bonus-box {
  background: linear-gradient(135deg, rgba(245,166,35,0.12) 0%, rgba(245,166,35,0.04) 100%);
  border: 1px solid rgba(245,166,35,0.3);
  border-radius: var(--radius);
  padding: 24px;
  text-align: center;
}
.bonus-box__title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 8px;
}
.bonus-box__amount {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 52px;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 8px;
}
.bonus-box__desc { font-size: 13px; color: var(--text-muted); }

/* CHECK LIST */
.check-list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
}
.check-list li::before {
  content: '✓';
  color: var(--gold);
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 2px;
}

/* LOGIN OPTIONS */
.login-options { display: flex; flex-direction: column; gap: 10px; }
.login-opt {
  background: var(--dark4);
  border: 1px solid var(--border);
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  transition: var(--trans);
}
.login-opt:hover { border-color: var(--gold); color: var(--gold); }

/* STEPS */
.steps {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 50px;
  flex-wrap: wrap;
  justify-content: center;
}
.step {
  flex: 1;
  min-width: 180px;
  max-width: 240px;
  background: var(--dark3);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 20px;
  text-align: center;
  transition: var(--trans);
}
.step:hover { border-color: rgba(245,166,35,0.4); transform: translateY(-4px); }
.step__num {
  width: 48px; height: 48px;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 22px;
  color: #000;
  margin: 0 auto 16px;
}
.step h3 { font-size: 14px; font-weight: 700; margin-bottom: 10px; color: var(--white); }
.step p { font-size: 12px; color: var(--text-muted); line-height: 1.6; }
.step__arrow {
  font-size: 24px;
  color: var(--gold);
  flex-shrink: 0;
}

/* APP FEATURES */
.app-features { display: flex; flex-direction: column; gap: 10px; }
.app-feat {
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
}
.app-btns { display: flex; gap: 12px; flex-wrap: wrap; }

/* SPORTS TAGS */
.sports-list { display: flex; flex-wrap: wrap; gap: 8px; }
.sport-tag {
  background: var(--dark4);
  border: 1px solid var(--border);
  padding: 8px 14px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: var(--trans);
}
.sport-tag:hover { border-color: var(--gold); color: var(--gold); }

/* PAYMENTS GRID */
.payments-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 40px;
}
.pay-item {
  background: var(--dark3);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 18px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  transition: var(--trans);
}
.pay-item:hover { border-color: var(--gold); color: var(--gold); transform: translateY(-2px); }

/* FAQ */
.faq-list { display: flex; flex-direction: column; gap: 12px; margin-top: 40px; }
.faq-item {
  background: var(--dark3);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: var(--trans);
}
.faq-item:hover { border-color: rgba(245,166,35,0.3); }
.faq-q {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 20px 24px;
  color: var(--text);
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.faq-q span {
  color: var(--gold);
  font-size: 22px;
  font-weight: 300;
  flex-shrink: 0;
  transition: var(--trans);
}
.faq-q.active span { transform: rotate(45deg); }
.faq-a {
  display: none;
  padding: 0 24px 20px;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.7;
  border-top: 1px solid var(--border);
  padding-top: 16px;
}
.faq-a.open { display: block; }

/* SEO KEYWORDS */
.seo-keywords {
  background: var(--dark2);
  padding: 50px 0;
  border-top: 1px solid var(--border);
}
.seo-keywords__title {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-muted);
  margin-bottom: 16px;
}
.seo-keywords__text {
  font-size: 12px;
  color: rgba(138,146,168,0.5);
  line-height: 2;
}

/* FOOTER */
.footer {
  background: var(--dark);
  border-top: 1px solid var(--border);
  padding: 60px 0 30px;
}
.footer__top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--border);
}
.footer__logo { height: 32px; margin-bottom: 16px; }
.footer__brand p { font-size: 13px; color: var(--text-muted); line-height: 1.7; margin-bottom: 16px; }
.footer__18 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 2px solid var(--text-muted);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  color: var(--text-muted);
}
.footer__links h4 { font-size: 13px; font-weight: 700; margin-bottom: 16px; color: var(--white); text-transform: uppercase; letter-spacing: 1px; }
.footer__links a {
  display: block;
  font-size: 13px;
  color: var(--text-muted);
  padding: 4px 0;
  transition: var(--trans);
}
.footer__links a:hover { color: var(--gold); }
.footer__bottom { text-align: center; }
.footer__bottom p { font-size: 12px; color: var(--text-muted); margin-bottom: 8px; }
.footer__warning { color: rgba(245,166,35,0.5) !important; }

/* FLOAT CTA */
.float-cta {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: #000;
  padding: 14px 28px;
  border-radius: 50px;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.3px;
  box-shadow: 0 8px 30px rgba(245,166,35,0.4);
  z-index: 999;
  transition: var(--trans);
  white-space: nowrap;
  display: none;
}
.float-cta:hover {
  transform: translateX(-50%) translateY(-3px);
  box-shadow: 0 12px 40px rgba(245,166,35,0.6);
}
.float-cta.visible { display: flex; }

/* MOBILE MENU */
.nav.open {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 65px; left: 0; right: 0;
  background: rgba(10,12,16,0.98);
  backdrop-filter: blur(12px);
  padding: 20px;
  border-bottom: 1px solid var(--border);
  gap: 4px;
  z-index: 999;
}

/* ADV GRID */
.adv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 50px;
}
.adv-card {
  background: var(--dark3);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 24px;
  transition: var(--trans);
}
.adv-card:hover {
  border-color: rgba(245,166,35,0.4);
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.3);
}
.adv-card__num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 42px;
  color: rgba(245,166,35,0.2);
  line-height: 1;
  margin-bottom: 12px;
}
.adv-card h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--white);
}
.adv-card p { font-size: 13px; color: var(--text-muted); line-height: 1.6; }

@media (max-width: 1024px) {
  .adv-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .adv-grid { grid-template-columns: 1fr; }
}


@media (max-width: 1024px) {
  .slots-grid { grid-template-columns: repeat(2, 1fr); }
  .payments-grid { grid-template-columns: repeat(3, 1fr); }
  .footer__top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .nav { display: none; }
  .nav.open { display: flex; }
  .btn--header { display: none; }
  .burger { display: flex; }
  
  .section { padding: 60px 0; }
  .section__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .section__grid--reverse .section__img-wrap { order: -1; }
  .section__img { height: 240px; }
  
  .hero__inner { padding: 60px 20px; }
  .hero__stats { gap: 20px; }
  .hero__btns { flex-direction: column; }
  .hero__btns .btn { width: 100%; text-align: center; }
  
  .slots-grid { grid-template-columns: 1fr; }
  .payments-grid { grid-template-columns: repeat(2, 1fr); }
  
  .steps {
    flex-direction: column;
    align-items: stretch;
  }
  .step { max-width: 100%; }
  .step__arrow { transform: rotate(90deg); text-align: center; }
  
  .footer__top { grid-template-columns: 1fr; gap: 30px; }
  
  .float-cta { font-size: 12px; padding: 12px 20px; bottom: 16px; }
  
  .mirror-alert__inner { justify-content: center; text-align: center; }

  .hero__title { font-size: clamp(44px, 13vw, 72px); }
}

@media (max-width: 480px) {
  .payments-grid { grid-template-columns: 1fr 1fr; }
  .stat__num { font-size: 26px; }
  .hero__stats { gap: 16px; }
}