/* ============================================================
   8XBET – ĐĂNG KÝ 8XBET LANDING PAGE STYLES
   ============================================================ */

:root {
  --dk-primary:  #f59e0b;
  --dk-green:    #16a34a;
  --dk-dark-btn: #d97706;
  --dk-dark:     #0a1a00;
  --dk-mid:      #1a3a00;
  --dk-light:    #fefce8;
  --dk-gold:     #fbbf24;
  --dk-white:    #ffffff;
}

/* ════════════════════════════════════════
   HERO
   ════════════════════════════════════════ */
.page-hero {
  background: linear-gradient(135deg, #0a1a00 0%, #1a3a00 50%, #2d6200 100%);
  padding: 60px 32px 56px;
  position: relative; overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 15% 50%, rgba(245,158,11,.18) 0%, transparent 55%),
    radial-gradient(ellipse at 85% 20%, rgba(22,163,74,.12) 0%, transparent 50%);
  pointer-events: none;
}
.page-hero::after {
  content: '🎁 🎁 🎁 🎁 🎁';
  position: absolute; bottom: -8px; left: 0; right: 0;
  font-size: 2rem; letter-spacing: 70px;
  opacity: .04; pointer-events: none;
}
.hero-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 400px; gap: 48px; align-items: center;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(245,158,11,.2); border: 1px solid rgba(245,158,11,.45);
  color: var(--dk-gold); font-size: .78rem; font-weight: 700;
  letter-spacing: .8px; text-transform: uppercase;
  padding: 6px 16px; border-radius: 20px; margin-bottom: 18px;
}
.page-hero h1 {
  font-size: clamp(2rem,4vw,3rem); font-weight: 900;
  color: #fff; line-height: 1.2; margin-bottom: 18px;
}
.page-hero h1 .hl      { color: var(--dk-green); }
.page-hero h1 .hl-gold { color: var(--dk-gold); }
.page-hero p {
  color: rgba(255,255,255,.75); font-size: 1.05rem; line-height: 1.75;
  max-width: 560px; margin-bottom: 28px;
}
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 28px; }
.btn-hero-primary {
  background: linear-gradient(90deg, var(--dk-green), #15803d);
  color: #fff; padding: 14px 30px; border-radius: 8px;
  font-weight: 800; font-size: .9rem; letter-spacing: .4px;
  text-decoration: none; display: inline-flex; align-items: center; gap: 8px;
  box-shadow: 0 4px 22px rgba(22,163,74,.45);
  transition: filter .2s, transform .2s;
}
.btn-hero-primary:hover { filter: brightness(1.12); transform: translateY(-2px); text-decoration: none; }
.btn-hero-secondary {
  background: rgba(255,255,255,.1); border: 2px solid rgba(255,255,255,.25);
  color: #fff; padding: 14px 28px; border-radius: 8px;
  font-weight: 700; font-size: .9rem;
  text-decoration: none; display: inline-flex; align-items: center; gap: 8px;
  transition: background .2s;
}
.btn-hero-secondary:hover { background: rgba(255,255,255,.18); text-decoration: none; }
.hero-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.pill {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2);
  color: rgba(255,255,255,.9); font-size: .78rem; font-weight: 600;
  padding: 6px 14px; border-radius: 20px;
}
.pill i { color: var(--dk-gold); }

/* Bonus highlight bar */
.bonus-highlight {
  display: flex; align-items: center; gap: 0;
  background: rgba(245,158,11,.12); border: 1px solid rgba(245,158,11,.3);
  border-radius: 14px; overflow: hidden;
}
.bh-item {
  flex: 1; display: flex; align-items: center; gap: 10px;
  padding: 14px 18px;
}
.bh-icon {
  width: 36px; height: 36px; border-radius: 8px;
  background: rgba(245,158,11,.2); color: var(--dk-gold);
  display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0;
}
.bh-item div { display: flex; flex-direction: column; }
.bh-item strong { font-size: 1.1rem; font-weight: 900; color: var(--dk-gold); }
.bh-item span  { font-size: .68rem; color: rgba(255,255,255,.55); font-weight: 600; }
.bh-divider { width: 1px; background: rgba(255,255,255,.1); align-self: stretch; }

/* ════════════════════════════════════════
   HERO REGISTER FORM MOCKUP
   ════════════════════════════════════════ */
.hero-register-form {
  background: #fff;
  border-radius: 20px; overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,.25);
}
.hrf-header {
  background: linear-gradient(90deg, var(--dk-mid), var(--dk-green));
  padding: 16px 22px;
  display: flex; align-items: center; gap: 10px;
  font-size: .9rem; font-weight: 800; color: #fff;
}
.hrf-bonus-tag {
  background: linear-gradient(90deg, #fef9c3, #fef08a);
  color: #854d0e; font-size: .82rem; font-weight: 700;
  padding: 10px 22px; border-bottom: 1px solid rgba(0,0,0,.06);
  display: flex; align-items: center; gap: 8px;
}
.hrf-bonus-tag strong { color: #d97706; font-size: 1rem; }
.hrf-body { padding: 22px; display: flex; flex-direction: column; gap: 14px; }
.hrf-field { display: flex; flex-direction: column; gap: 5px; }
.hrf-field label {
  font-size: .75rem; font-weight: 700; color: #374151;
  display: flex; align-items: center; gap: 6px;
}
.hrf-field label i { color: var(--dk-green); }
.hrf-input-mock {
  border: 2px solid #e5e7eb; border-radius: 8px;
  padding: 11px 14px; font-size: .88rem; color: #374151;
  background: #f9fafb; font-family: inherit;
}
.hrf-input-mock.hrf-pwd { letter-spacing: 3px; color: #9ca3af; }
.hrf-checkbox {
  display: flex; align-items: center; gap: 10px;
  font-size: .78rem; color: #666;
}
.check-box {
  width: 18px; height: 18px; border-radius: 4px; flex-shrink: 0;
  border: 2px solid #d1d5db;
  display: flex; align-items: center; justify-content: center; font-size: .6rem;
}
.check-box.checked { background: var(--dk-green); border-color: var(--dk-green); color: #fff; }
.hrf-submit-btn {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  background: linear-gradient(90deg, var(--dk-green), #15803d);
  color: #fff; padding: 15px 20px; border-radius: 10px;
  font-size: .92rem; font-weight: 900; text-decoration: none;
  box-shadow: 0 4px 18px rgba(22,163,74,.4);
  transition: filter .2s, transform .2s;
}
.hrf-submit-btn:hover { filter: brightness(1.1); transform: translateY(-2px); text-decoration: none; }
.hrf-note {
  font-size: .72rem; color: #9ca3af; text-align: center; margin: 0;
  display: flex; align-items: center; justify-content: center; gap: 5px;
}
.hrf-note i { color: var(--dk-green); }

/* ════════════════════════════════════════
   STATS BANNER
   ════════════════════════════════════════ */
.stats-banner {
  background: linear-gradient(90deg, var(--dk-mid), var(--dk-green));
  padding: 28px 32px;
}
.stats-grid {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(5,1fr); gap: 20px;
}
.stat-item { text-align: center; }
.s-num { font-size: 2rem; font-weight: 900; color: #fff; line-height: 1; }
.s-lbl { font-size: .8rem; color: rgba(255,255,255,.75); margin-top: 4px; font-weight: 600; }

/* ════════════════════════════════════════
   SECTION WRAPPERS
   ════════════════════════════════════════ */
.section      { padding: 64px 32px; }
.section-alt  { background: var(--dk-light); }
.section-dark { background: var(--dk-dark); }
.container    { max-width: 1200px; margin: 0 auto; }
.section-head { text-align: center; margin-bottom: 48px; }
.section-head .eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(22,163,74,.1); color: var(--dk-green);
  font-size: .75rem; font-weight: 800; letter-spacing: .7px; text-transform: uppercase;
  padding: 5px 14px; border-radius: 20px; margin-bottom: 14px;
}
.section-dark .section-head .eyebrow { background: rgba(245,158,11,.15); color: var(--dk-primary); }
.section-head h2 {
  font-size: clamp(1.6rem,3vw,2.4rem); font-weight: 900;
  color: var(--dk-dark); line-height: 1.25;
}
.section-dark .section-head h2 { color: #fff; }
.section-head p { color: #666; font-size: 1rem; margin-top: 12px; max-width: 640px; margin-left:auto; margin-right:auto; }
.section-dark .section-head p { color: rgba(255,255,255,.55); }
.hl-green { color: var(--dk-green); }

/* ════════════════════════════════════════
   BONUS GRID
   ════════════════════════════════════════ */
.bonus-grid {
  display: grid; grid-template-columns: repeat(4,1fr); gap: 22px;
}
.bonus-card {
  background: #fff; border-radius: 18px; padding: 28px 22px; text-align: center;
  border: 1px solid rgba(22,163,74,.15);
  box-shadow: 0 6px 28px rgba(0,0,0,.08);
  transition: transform .25s, box-shadow .25s, border-color .25s;
  display: flex; flex-direction: column; gap: 10px;
}
.bonus-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 44px rgba(22,163,74,.15);
  border-color: rgba(22,163,74,.4);
}
.bc-main    { border-color: rgba(245,158,11,.4); box-shadow: 0 8px 32px rgba(245,158,11,.12); }
.bc-deposit { border-color: rgba(22,163,74,.3); }
.bc-icon {
  width: 56px; height: 56px; border-radius: 14px; margin: 0 auto;
  background: linear-gradient(135deg, var(--dk-mid), var(--dk-green));
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; color: #fff;
}
.bc-amount {
  font-size: 2rem; font-weight: 900; color: var(--dk-primary);
  line-height: 1;
}
.bonus-card h3 { font-size: .92rem; font-weight: 800; color: var(--dk-dark); }
.bonus-card p  { font-size: .78rem; color: #777; line-height: 1.6; flex: 1; }
.bc-tag {
  display: inline-block; background: rgba(22,163,74,.1); color: var(--dk-green);
  font-size: .7rem; font-weight: 700; padding: 4px 12px; border-radius: 20px;
}

/* ════════════════════════════════════════
   REGISTRATION STEPS
   ════════════════════════════════════════ */
.reg-steps {
  display: flex; align-items: flex-start; gap: 0;
  max-width: 900px; margin: 0 auto 40px;
}
.reg-step {
  flex: 1; background: #fff; border-radius: 16px; padding: 28px 22px; text-align: center;
  border: 1px solid rgba(22,163,74,.15);
  box-shadow: 0 4px 20px rgba(0,0,0,.07);
  position: relative;
}
.rs-final { border-color: rgba(245,158,11,.4); box-shadow: 0 6px 28px rgba(245,158,11,.1); }
.rs-num {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  width: 28px; height: 28px; border-radius: 50%;
  background: linear-gradient(135deg, var(--dk-mid), var(--dk-green));
  color: #fff; font-size: .8rem; font-weight: 900;
  display: flex; align-items: center; justify-content: center;
}
.rs-icon {
  font-size: 2rem; color: var(--dk-green); margin: 8px 0 14px;
  display: block;
}
.reg-step h3 { font-size: .95rem; font-weight: 800; color: var(--dk-dark); margin-bottom: 8px; }
.reg-step p  { font-size: .8rem; color: #666; line-height: 1.6; margin-bottom: 14px; }
.rs-time {
  display: inline-flex; align-items: center; gap: 5px;
  background: rgba(22,163,74,.08); color: var(--dk-green);
  font-size: .72rem; font-weight: 700; padding: 4px 12px; border-radius: 20px;
}
.rs-time-gold { background: rgba(245,158,11,.12); color: #d97706; }
.rs-arrow {
  align-self: center; color: #d1d5db; font-size: 1.2rem;
  padding: 0 12px; flex-shrink: 0; margin-top: 14px;
}
.reg-cta-center { text-align: center; }
.btn-reg-big {
  display: inline-flex; align-items: center; gap: 10px;
  background: linear-gradient(90deg, var(--dk-green), #15803d);
  color: #fff; padding: 18px 40px; border-radius: 12px;
  font-size: 1rem; font-weight: 900; text-decoration: none;
  box-shadow: 0 6px 28px rgba(22,163,74,.45);
  transition: filter .2s, transform .2s; margin-bottom: 14px;
}
.btn-reg-big:hover { filter: brightness(1.1); transform: translateY(-3px); text-decoration: none; }
.reg-note { font-size: .8rem; color: #999; margin: 0; }

/* ════════════════════════════════════════
   CONDITIONS GRID
   ════════════════════════════════════════ */
.conditions-grid {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 24px;
}
.cond-card {
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px; padding: 28px 24px;
}
.cond-req  { border-color: rgba(245,158,11,.25); }
.cond-free { border-color: rgba(22,163,74,.3); }
.cond-doc  { border-color: rgba(37,99,235,.25); }
.cond-icon {
  font-size: 2rem; color: var(--dk-primary); margin-bottom: 14px; display: block;
}
.cond-icon-green { color: var(--dk-green); }
.cond-icon-blue  { color: #2563eb; }
.cond-card h4 { font-size: .92rem; font-weight: 800; color: #fff; margin-bottom: 14px; }
.cond-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 9px; }
.cond-list li {
  display: flex; align-items: center; gap: 9px;
  font-size: .82rem; color: rgba(255,255,255,.7);
}
.cond-list li i { color: var(--dk-primary); flex-shrink: 0; font-size: .75rem; }

/* ════════════════════════════════════════
   FAQ
   ════════════════════════════════════════ */
.faq-list { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  border: 1px solid rgba(22,163,74,.3); border-radius: 12px;
  overflow: hidden; background: #fff; box-shadow: 0 2px 10px rgba(0,0,0,.04);
}
.faq-q {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  padding: 18px 22px; cursor: pointer;
  font-weight: 700; font-size: .95rem; color: var(--dk-dark);
  background: transparent; border: none; text-align: left;
  transition: background .2s; gap: 12px;
}
.faq-q:hover { background: var(--dk-light); }
.faq-q i { color: var(--dk-green); transition: transform .25s; flex-shrink: 0; }
.faq-item.open .faq-q i { transform: rotate(45deg); }
.faq-a {
  max-height: 0; overflow: hidden;
  transition: max-height .35s ease, padding .35s ease;
  padding: 0 22px; color: #555; font-size: .9rem; line-height: 1.75;
}
.faq-item.open .faq-a { max-height: 320px; padding: 0 22px 18px; }

/* ════════════════════════════════════════
   RESPONSIVE
   ════════════════════════════════════════ */
@media (max-width: 1024px) {
  .bonus-grid       { grid-template-columns: repeat(2,1fr); }
  .conditions-grid  { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .hero-inner          { grid-template-columns: 1fr; }
  .hero-register-form  { display: none; }
  .stats-grid          { grid-template-columns: repeat(3,1fr); }
  .bonus-grid          { grid-template-columns: 1fr 1fr; }
  .section             { padding: 44px 20px; }
  .reg-steps           { flex-direction: column; gap: 24px; }
  .rs-arrow            { transform: rotate(90deg); align-self: center; margin: 0; }
  .bonus-highlight     { flex-direction: column; }
  .bh-divider          { width: 100%; height: 1px; }
}
@media (max-width: 480px) {
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .bonus-grid { grid-template-columns: 1fr; }
}
