.elementor-1390 .elementor-element.elementor-element-be8bcf0{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

/* ── BASE ── */
.lp-page * { box-sizing: border-box; margin: 0; padding: 0; }
.lp-page {
  font-family: 'Inter', system-ui, sans-serif;
  color: #374151;
  background: #fff;
  line-height: 1.6;
}
.lp-page a { text-decoration: none; }

/* ── CONTAINER ── */
.lp-wrap {
  max-width: 1152px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ── NAV ── */
.lp-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,0.97);
  border-bottom: 1px solid #E0E7EF;
  backdrop-filter: blur(4px);
}
.lp-nav-inner {
  max-width: 1152px;
  margin: 0 auto;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lp-logo {
  font-size: 18px;
  font-weight: 900;
  color: #052155;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
}
.lp-logo span { color: #f5a623; }
.lp-nav-links {
  display: flex;
  gap: 24px;
  list-style: none;
  align-items: center;
}
.lp-nav-links a {
  font-size: 14px;
  font-weight: 500;
  color: #4E73A7;
  text-decoration: none;
  transition: color 0.2s;
}
.lp-nav-links a:hover { color: #f5a623; }
@media (max-width: 768px) { .lp-nav-links { display: none; } }

/* ── HERO ── */
.lp-hero {
  background: linear-gradient(135deg, #052155 0%, #0a2d6e 60%, #3A4D6E 100%);
  padding: 80px 24px;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.lp-hero::before {
  content: '';
  position: absolute; top: -80px; right: -80px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(245,166,35,0.1) 0%, transparent 70%);
  pointer-events: none;
}
.lp-hero::after {
  content: '';
  position: absolute; bottom: -60px; left: -60px;
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(78,115,167,0.15) 0%, transparent 70%);
  pointer-events: none;
}
.lp-hero-inner {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.lp-hero-badge {
  display: inline-block;
  background: rgba(245,166,35,0.2);
  color: #f5c542;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 6px 16px;
  border-radius: 999px;
  margin-bottom: 16px;
}
.lp-hero h1 {
  font-size: clamp(32px, 6vw, 52px);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}
.lp-hero h1 .gold { color: #f5a623; }
.lp-hero p {
  max-width: 600px;
  margin: 0 auto 28px;
  font-size: 16px;
  line-height: 1.75;
  color: #D0D8E8;
}
.lp-hero-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

/* ── BUTTONS ── */
.lp-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: all 0.2s;
  cursor: pointer;
  border: none;
  text-decoration: none;
}
.lp-btn-gold {
  background: #f5a623;
  color: #fff;
  padding: 12px 24px;
  box-shadow: 0 4px 14px rgba(245,166,35,0.3);
}
.lp-btn-gold:hover { background: #e0941e; box-shadow: 0 6px 20px rgba(245,166,35,0.4); transform: translateY(-1px); }
.lp-btn-outline {
  background: transparent;
  color: #f5a623;
  border: 2px solid #f5a623;
  padding: 10px 22px;
}
.lp-btn-outline:hover { background: #FFF8ED; }
.lp-btn-navy {
  background: #052155;
  color: #fff;
  padding: 12px 24px;
}
.lp-btn-navy:hover { background: #fff; color: #f5a623; border: 2px solid #f5a623; }
.lp-btn-sm { padding: 8px 16px; font-size: 12px; }

/* ── SECTION ── */
.lp-section { padding: 56px 0; }
.lp-section-alt { background: #F7F9FD; }

.lp-section-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.lp-section-head h2 {
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 800;
  color: #052155;
  letter-spacing: -0.02em;
}
.lp-section-sub {
  font-size: 14px;
  color: #4E73A7;
  line-height: 1.75;
  margin-bottom: 32px;
  max-width: 600px;
}
.lp-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #f5a623;
  margin-bottom: 8px;
}
.lp-label .line { width: 28px; height: 2px; background: #f5a623; display: inline-block; }

/* ── LEAGUE/SPORT CARDS (main grid) ── */
.lp-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 900px) { .lp-grid-3 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .lp-grid-3 { grid-template-columns: 1fr; } }

.lp-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 640px) { .lp-grid-2 { grid-template-columns: 1fr; } }

/* ── SPORT CARD ── */
.lp-sport-card {
  border: 1px solid #E0E7EF;
  border-radius: 16px;
  padding: 24px;
  background: #fff;
  transition: all 0.2s;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.lp-sport-card:hover {
  border-color: #4E73A7;
  box-shadow: 0 6px 20px rgba(5,33,85,0.1);
  transform: translateY(-2px);
}
.lp-sport-card.featured {
  border-color: #f5a623;
  background: linear-gradient(135deg, #FFFCF5, #fff);
}
.lp-sport-card.featured::before {
  content: '★ FEATURED';
  display: inline-block;
  background: #f5a623;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 3px 10px;
  border-radius: 999px;
  width: fit-content;
}
.lp-sport-icon {
  font-size: 36px;
  line-height: 1;
}
.lp-sport-card h3 {
  font-size: 18px;
  font-weight: 800;
  color: #052155;
  letter-spacing: -0.01em;
}
.lp-sport-card p {
  font-size: 13px;
  line-height: 1.7;
  color: #6b7280;
  flex: 1;
}
.lp-sport-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}
.lp-meta-tag {
  font-size: 11px;
  font-weight: 600;
  color: #4E73A7;
  background: #EEF2FA;
  border: 1px solid #D0DBF0;
  border-radius: 999px;
  padding: 3px 10px;
}
.lp-sport-card .lp-btn { width: 100%; justify-content: center; margin-top: 4px; }

/* ── INFO CARD ── */
.lp-info-card {
  border: 1px solid #E0E7EF;
  border-radius: 14px;
  padding: 22px;
  background: #fff;
  transition: all 0.2s;
}
.lp-info-card:hover { border-color: #4E73A7; box-shadow: 0 4px 14px rgba(5,33,85,0.08); }
.lp-info-card .ic-icon {
  width: 42px; height: 42px;
  background: #EEF2FA;
  border: 1px solid #D0DBF0;
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px;
  margin-bottom: 12px;
}
.lp-info-card h3 { font-size: 15px; font-weight: 700; color: #052155; margin-bottom: 6px; }
.lp-info-card p  { font-size: 13px; line-height: 1.7; color: #6b7280; }

/* ── FEATURED ARTICLE CARD ── */
.lp-article {
  border: 1px solid #E0E7EF;
  border-radius: 14px;
  padding: 20px;
  background: #fff;
  display: flex;
  gap: 16px;
  transition: all 0.2s;
}
.lp-article:hover { border-color: #4E73A7; box-shadow: 0 4px 14px rgba(5,33,85,0.08); }
.lp-article-icon { font-size: 28px; flex-shrink: 0; }
.lp-article-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 10px;
  border-radius: 999px;
  margin-bottom: 6px;
}
.lp-tag-blue   { background: #dbeafe; color: #1d4ed8; }
.lp-tag-green  { background: #dcfce7; color: #16a34a; }
.lp-tag-amber  { background: #fef3c7; color: #d97706; }
.lp-tag-red    { background: #fee2e2; color: #dc2626; }
.lp-tag-purple { background: #ede9fe; color: #7c3aed; }
.lp-article h3 { font-size: 15px; font-weight: 700; color: #052155; margin-bottom: 6px; }
.lp-article p  { font-size: 13px; color: #6b7280; line-height: 1.65; }
.lp-article-meta { font-size: 11px; color: #9ca3af; margin-top: 8px; }
.lp-read-more { font-size: 13px; font-weight: 600; color: #f5a623; display: inline-block; margin-top: 6px; }
.lp-read-more:hover { color: #e0941e; }

/* ── SPORTSBOOK WIDGET ── */
.lp-book-card {
  border: 1px solid #E0E7EF;
  border-radius: 14px;
  padding: 18px 20px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: all 0.2s;
}
.lp-book-card:hover { border-color: #4E73A7; box-shadow: 0 4px 14px rgba(5,33,85,0.08); }
.lp-book-card.gold-pick { border-color: #f5a623; background: linear-gradient(100deg, #FFFCF5, #fff); }
.lp-book-num { font-size: 20px; font-weight: 900; color: #D0DBF0; width: 28px; text-align: center; flex-shrink: 0; }
.lp-book-card.gold-pick .lp-book-num { color: #f5a623; }
.lp-book-info { flex: 1; min-width: 0; }
.lp-book-name { font-size: 16px; font-weight: 800; color: #052155; margin-bottom: 2px; }
.lp-book-bonus { font-size: 12px; font-weight: 600; color: #4E73A7; }
.lp-book-card .lp-btn { flex-shrink: 0; }

/* ── CTA BANNER ── */
.lp-cta-banner {
  background: linear-gradient(120deg, #052155 0%, #0d3278 60%, #1a4a8a 100%);
  border-radius: 20px;
  padding: 48px 36px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.lp-cta-banner::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 70% 50%, rgba(245,166,35,0.1) 0%, transparent 60%);
  pointer-events: none;
}
.lp-cta-banner h2 {
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 800;
  color: #fff;
  margin-bottom: 12px;
  position: relative;
}
.lp-cta-banner p {
  font-size: 15px;
  color: #A8BFE0;
  max-width: 500px;
  margin: 0 auto 28px;
  line-height: 1.75;
  position: relative;
}
.lp-cta-btns { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; position: relative; }

/* ── FAQ ── */
.lp-faq { display: flex; flex-direction: column; gap: 10px; }
.lp-faq-item {
  border: 1px solid #E0E7EF;
  border-radius: 12px;
  overflow: hidden;
  transition: box-shadow 0.2s;
}
.lp-faq-item:hover { box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.lp-faq-btn {
  width: 100%; background: none; border: none; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center;
  padding: 16px 20px; text-align: left;
  font-family: 'Inter', sans-serif;
  font-size: 14px; font-weight: 600; color: #052155;
  transition: all 0.15s;
}
.lp-faq-btn:hover { background: #FFF8ED; color: #f5a623; }
.lp-faq-icon { font-size: 18px; flex-shrink: 0; margin-left: 12px; transition: transform 0.2s; color: #4E73A7; }
.lp-faq-icon.open { transform: rotate(45deg); }
.lp-faq-answer {
  display: none;
  border-top: 1px solid #E0E7EF;
  padding: 16px 20px;
  font-size: 14px; line-height: 1.75; color: #6b7280;
  background: #FAFBFD;
}
.lp-faq-answer.open { display: block; }

/* ── FOOTER ── */
.lp-footer {
  background: #052155;
  border-top: 1px solid #3A4D6E;
  padding: 40px 24px;
  text-align: center;
}
.lp-footer-icons { display: flex; justify-content: center; gap: 16px; font-size: 20px; margin-bottom: 12px; }
.lp-footer p { font-size: 13px; color: #9ca3af; line-height: 1.75; max-width: 640px; margin: 0 auto 6px; }
.lp-footer .small { font-size: 11px; color: #6b7280; margin-top: 12px; }

/* ── DIVIDER ── */
.lp-divider { border: none; border-top: 1px solid #E0E7EF; margin: 0; }

html { scroll-behavior: smooth; }/* End custom CSS */