/* =============================================
   74bet.online - Premium Sportsbook Brazil
   Design: Ruby Red + Champagne Gold + Black
   ============================================= */

/* === CSS Variables === */
:root {
  --ruby: #C1121F;
  --ruby-dark: #8B0000;
  --ruby-light: #E63946;
  --gold: #D4AF37;
  --gold-light: #F5D061;
  --gold-dark: #B8960C;
  --black: #111111;
  --black-soft: #1a0505;
  --black-card: #1e0808;
  --ivory: #F8F5F0;
  --gray-light: #f0ece6;
  --gray-text: #888;
  --white: #ffffff;
  --font-main: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  --transition: all 0.3s ease;
  --shadow: 0 4px 24px rgba(139,0,0,0.25);
  --shadow-gold: 0 4px 20px rgba(212,175,55,0.3);
  --radius: 8px;
  --radius-lg: 16px;
}

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

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-main);
  background-color: var(--black);
  color: var(--ivory);
  line-height: 1.7;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--gold);
  text-decoration: none;
  transition: var(--transition);
}

a:hover {
  color: var(--gold-light);
}

ul {
  list-style: none;
}

/* === Typography === */
h1, h2, h3, h4 {
  font-weight: 700;
  line-height: 1.3;
}

h1 {
  font-size: clamp(1.6rem, 3.5vw, 2.8rem);
  color: var(--gold-light);
}

h2 {
  font-size: clamp(1.3rem, 2.5vw, 2rem);
  color: var(--gold);
  border-left: 4px solid var(--ruby);
  padding-left: 14px;
  margin-bottom: 1.2rem;
}

h3 {
  font-size: clamp(1rem, 1.8vw, 1.35rem);
  color: var(--gold-light);
  margin-bottom: 0.6rem;
}

p {
  margin-bottom: 1rem;
  color: #d8d0c8;
}

/* === Layout === */
.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.section {
  padding: 60px 0;
}

.section-alt {
  background-color: var(--black-soft);
  padding: 60px 0;
}

/* === HEADER === */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: linear-gradient(135deg, #0d0000 0%, #1a0505 100%);
  border-bottom: 2px solid var(--ruby-dark);
  box-shadow: 0 2px 20px rgba(139,0,0,0.4);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  max-width: 1140px;
  margin: 0 auto;
}

.logo-link {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo-link img {
  height: 42px;
  width: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.site-nav a {
  color: var(--ivory);
  font-size: 0.88rem;
  font-weight: 500;
  padding: 7px 12px;
  border-radius: var(--radius);
  letter-spacing: 0.02em;
  transition: var(--transition);
}

.site-nav a:hover {
  background-color: rgba(193,18,31,0.3);
  color: var(--gold-light);
}

.btn-header {
  background: linear-gradient(135deg, var(--ruby) 0%, var(--ruby-dark) 100%);
  color: var(--gold-light) !important;
  padding: 8px 18px !important;
  border-radius: 30px !important;
  font-weight: 700 !important;
  border: 1px solid var(--gold-dark);
  letter-spacing: 0.05em;
}

.btn-header:hover {
  background: linear-gradient(135deg, var(--ruby-light) 0%, var(--ruby) 100%) !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(193,18,31,0.5);
}

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 5px;
  z-index: 1001;
}

.hamburger span {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--gold);
  border-radius: 2px;
  transition: var(--transition);
}

.hamburger.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* === HERO SECTION === */
.hero {
  position: relative;
  background: linear-gradient(135deg, #0d0000 0%, #1a0000 40%, #2d0000 100%);
  overflow: hidden;
  padding: 80px 0 70px;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background: radial-gradient(ellipse at 70% 50%, rgba(193,18,31,0.15) 0%, transparent 70%);
  pointer-events: none;
}

.hero-lights {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background-image: 
    radial-gradient(circle at 10% 20%, rgba(212,175,55,0.07) 0%, transparent 40%),
    radial-gradient(circle at 90% 80%, rgba(193,18,31,0.1) 0%, transparent 40%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
}

.hero-badge {
  display: inline-block;
  background: rgba(212,175,55,0.15);
  border: 1px solid var(--gold-dark);
  color: var(--gold-light);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 30px;
  margin-bottom: 20px;
}

.hero h1 {
  margin-bottom: 20px;
}

.hero p {
  font-size: 1.05rem;
  margin-bottom: 14px;
  color: #c5bdb5;
}

.hero-cta {
  display: flex;
  gap: 14px;
  margin-top: 30px;
  flex-wrap: wrap;
}

/* === BUTTONS === */
.btn-primary {
  display: inline-block;
  background: linear-gradient(135deg, var(--ruby) 0%, var(--ruby-dark) 100%);
  color: var(--gold-light);
  padding: 14px 32px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 1rem;
  border: 1px solid var(--gold-dark);
  cursor: pointer;
  transition: var(--transition);
  letter-spacing: 0.04em;
}

.btn-primary:hover {
  background: linear-gradient(135deg, var(--ruby-light) 0%, var(--ruby) 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(193,18,31,0.5);
  color: var(--gold-light);
}

.btn-secondary {
  display: inline-block;
  background: transparent;
  color: var(--gold);
  padding: 13px 28px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 0.95rem;
  border: 1.5px solid var(--gold-dark);
  cursor: pointer;
  transition: var(--transition);
}

.btn-secondary:hover {
  background: rgba(212,175,55,0.1);
  border-color: var(--gold-light);
  color: var(--gold-light);
  transform: translateY(-2px);
}

/* === CARDS === */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.card {
  background: var(--black-card);
  border: 1px solid rgba(212,175,55,0.15);
  border-radius: var(--radius-lg);
  padding: 28px 22px;
  transition: var(--transition);
}

.card:hover {
  border-color: rgba(212,175,55,0.4);
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.card-icon {
  font-size: 2rem;
  margin-bottom: 14px;
}

.card h3 {
  font-size: 1.05rem;
  color: var(--gold-light);
  margin-bottom: 8px;
}

.card p {
  font-size: 0.9rem;
  color: #a09890;
  margin: 0;
}

/* === STATS SCOREBOARD === */
.stats-board {
  background: linear-gradient(135deg, #1a0505 0%, #200808 100%);
  border: 1px solid rgba(193,18,31,0.4);
  border-radius: var(--radius-lg);
  padding: 40px 30px;
  margin: 30px 0;
}

.stats-board-title {
  text-align: center;
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ruby-light);
  margin-bottom: 30px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.stat-item {
  text-align: center;
  padding: 16px 10px;
  border-radius: var(--radius);
  background: rgba(0,0,0,0.3);
  border: 1px solid rgba(212,175,55,0.1);
}

.stat-number {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 900;
  color: var(--gold-light);
  display: block;
  line-height: 1.1;
}

.stat-label {
  font-size: 0.78rem;
  color: #8a8078;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 6px;
  display: block;
}

/* === GAMES LIST === */
.games-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.game-item {
  background: var(--black-card);
  border: 1px solid rgba(193,18,31,0.25);
  border-radius: var(--radius);
  padding: 18px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: var(--transition);
}

.game-item:hover {
  border-color: rgba(212,175,55,0.4);
  background: #200808;
}

.game-item .game-icon {
  font-size: 1.6rem;
  flex-shrink: 0;
}

.game-item h3 {
  font-size: 0.95rem;
  color: var(--ivory);
  margin: 0 0 3px;
}

.game-item p {
  font-size: 0.8rem;
  color: #7a7068;
  margin: 0;
  line-height: 1.3;
}

/* === PARTNERS LOGOS === */
.partners-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.partner-badge {
  background: var(--black-card);
  border: 1px solid rgba(212,175,55,0.15);
  border-radius: var(--radius);
  padding: 16px 12px;
  text-align: center;
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--gold-light);
  transition: var(--transition);
}

.partner-badge:hover {
  border-color: rgba(212,175,55,0.5);
  background: #1e0808;
}

/* === TESTIMONIALS === */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 30px;
}

.testimonial-card {
  background: var(--black-card);
  border: 1px solid rgba(212,175,55,0.12);
  border-radius: var(--radius-lg);
  padding: 28px;
  position: relative;
  transition: var(--transition);
}

.testimonial-card:hover {
  border-color: rgba(193,18,31,0.4);
  transform: translateY(-3px);
}

.testimonial-card::before {
  content: '"';
  font-size: 5rem;
  color: var(--ruby-dark);
  position: absolute;
  top: 10px;
  left: 20px;
  line-height: 1;
  font-family: Georgia, serif;
  opacity: 0.6;
}

.testimonial-text {
  font-style: italic;
  color: #b8b0a8;
  font-size: 0.95rem;
  line-height: 1.7;
  padding-top: 10px;
  margin-bottom: 20px;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.author-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--ruby), var(--ruby-dark));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--gold-light);
  flex-shrink: 0;
  border: 2px solid var(--gold-dark);
}

.author-name {
  font-weight: 700;
  color: var(--gold-light);
  font-size: 0.95rem;
}

.author-city {
  font-size: 0.8rem;
  color: var(--gray-text);
}

.stars {
  color: var(--gold);
  font-size: 0.9rem;
  margin-top: 4px;
}

/* === BREADCRUMB === */
.breadcrumb {
  background: rgba(193,18,31,0.08);
  border-bottom: 1px solid rgba(193,18,31,0.15);
  padding: 12px 0;
}

.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.breadcrumb li {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.85rem;
  color: #9a9090;
}

.breadcrumb li a {
  color: var(--gold-dark);
}

.breadcrumb li a:hover {
  color: var(--gold);
}

.breadcrumb li::after {
  content: '›';
  color: #555;
}

.breadcrumb li:last-child::after {
  display: none;
}

.breadcrumb li:last-child {
  color: var(--ivory);
}

/* === FIGURE / IMAGE === */
figure {
  margin: 30px 0;
}

figure img {
  width: 100%;
  border-radius: var(--radius);
  border: 1px solid rgba(212,175,55,0.15);
  object-fit: cover;
}

figcaption {
  text-align: center;
  font-size: 0.82rem;
  color: #888;
  font-style: italic;
  margin-top: 10px;
  padding: 0 10px;
}

/* === ARTICLE CONTENT === */
.article-content {
  max-width: 860px;
  margin: 0 auto;
}

.article-content h2 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

.article-content h3 {
  color: var(--ivory);
  font-size: 1.1rem;
  margin-top: 1.5rem;
  margin-bottom: 0.6rem;
}

.article-content ul {
  list-style: disc;
  padding-left: 24px;
  margin-bottom: 1rem;
}

.article-content ul li {
  color: #c0b8b0;
  margin-bottom: 6px;
  font-size: 0.95rem;
}

.article-content ol {
  padding-left: 24px;
  margin-bottom: 1rem;
}

.article-content ol li {
  color: #c0b8b0;
  margin-bottom: 8px;
  font-size: 0.95rem;
}

/* Interlink styled */
.interlink {
  color: var(--gold);
  font-weight: 600;
  border-bottom: 1px solid rgba(212,175,55,0.3);
}

.interlink:hover {
  color: var(--gold-light);
  border-bottom-color: var(--gold);
}

/* Info box */
.info-box {
  background: linear-gradient(135deg, rgba(193,18,31,0.1) 0%, rgba(139,0,0,0.12) 100%);
  border-left: 3px solid var(--ruby);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 18px 22px;
  margin: 20px 0;
}

.info-box p {
  margin: 0;
  font-size: 0.93rem;
  color: #d0c8c0;
}

/* FAQ Section */
.faq-list {
  margin-top: 20px;
}

.faq-item {
  border: 1px solid rgba(212,175,55,0.12);
  border-radius: var(--radius);
  margin-bottom: 12px;
  overflow: hidden;
}

.faq-question {
  padding: 16px 20px;
  background: var(--black-card);
  cursor: pointer;
  font-weight: 600;
  color: var(--gold-light);
  font-size: 0.95rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: var(--transition);
}

.faq-question:hover {
  background: #200808;
}

.faq-question::after {
  content: '+';
  font-size: 1.2rem;
  color: var(--ruby-light);
}

.faq-answer {
  padding: 16px 20px;
  color: #b0a8a0;
  font-size: 0.92rem;
  background: rgba(0,0,0,0.2);
  border-top: 1px solid rgba(212,175,55,0.08);
}

/* Steps / HowTo */
.steps-list {
  list-style: none;
  margin: 20px 0;
}

.steps-list li {
  display: flex;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(212,175,55,0.08);
  align-items: flex-start;
}

.step-num {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, var(--ruby) 0%, var(--ruby-dark) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 0.9rem;
  color: var(--gold-light);
  flex-shrink: 0;
  border: 1px solid var(--gold-dark);
}

.step-content h3 {
  font-size: 1rem;
  margin-bottom: 4px;
}

.step-content p {
  font-size: 0.9rem;
  color: #9a9290;
  margin: 0;
}

/* Page title section */
.page-title-section {
  background: linear-gradient(135deg, #0d0000 0%, #1a0505 100%);
  padding: 50px 0 40px;
  border-bottom: 1px solid rgba(193,18,31,0.3);
}

.page-title-section h1 {
  margin-bottom: 12px;
}

.page-title-section .lead {
  font-size: 1.1rem;
  color: #b0a8a0;
  max-width: 680px;
}

/* === FOOTER === */
.site-footer {
  background: linear-gradient(135deg, #0a0000 0%, #150000 100%);
  border-top: 2px solid rgba(193,18,31,0.35);
  padding: 40px 0 24px;
}

.footer-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.footer-logo {
  margin-bottom: 18px;
  display: inline-block;
}

.footer-logo img {
  height: 40px;
  width: auto;
  display: inline-block;
}

.footer-description {
  max-width: 560px;
  margin: 0 auto 20px;
  font-size: 0.9rem;
  color: #7a7068;
  line-height: 1.7;
}

.footer-badges {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.badge-item {
  background: rgba(193,18,31,0.15);
  border: 1px solid rgba(193,18,31,0.3);
  border-radius: var(--radius);
  padding: 6px 14px;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--ruby-light);
  letter-spacing: 0.06em;
}

.footer-divider {
  border: none;
  border-top: 1px solid rgba(255,255,255,0.06);
  margin: 20px 0;
}

.footer-copyright {
  font-size: 0.78rem;
  color: #4a4040;
}

/* === RESPONSIVE === */
@media (max-width: 900px) {
  .site-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(10,0,0,0.98);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 18px;
    z-index: 999;
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a {
    font-size: 1.1rem;
    padding: 12px 24px;
  }

  .hamburger {
    display: flex;
    z-index: 1001;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .section, .section-alt {
    padding: 40px 0;
  }

  .hero {
    padding: 50px 0 45px;
  }

  .hero-cta {
    flex-direction: column;
  }

  .cards-grid {
    grid-template-columns: 1fr;
  }

  .stats-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .partners-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  h2 {
    font-size: 1.2rem;
  }
}

/* === Page sub indicator === */
.page-indicator {
  font-size: 0.75rem;
  color: var(--ruby-light);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-bottom: 12px;
  display: block;
}
