/* LOTORA — how it works page styles */

/* All header tags on this page are 11px on an 8% fill */
.header-tag {
  font-size: 11px;
  background: var(--border-8);
}

/* Section 3 — hero */
.hiw-hero {
  height: 620px;
  padding: 80px;
  display: flex;
  align-items: center;
  gap: 60px;
  background:
    linear-gradient(rgba(11, 18, 58, 0.96), rgba(11, 18, 58, 0.96)),
    url('../../images/hero-how-it-works.png') center / cover no-repeat;
}
.hiw-hero__details {
  width: 640px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.hiw-hero__title-block { display: flex; flex-direction: column; gap: 12px; }
.hiw-hero__title-block .header-tag { align-self: flex-start; }
.hiw-hero__title {
  font-family: 'Outfit', sans-serif;
  font-weight: 900;
  font-size: 64px;
  line-height: 1.1;
  color: #ffffff;
}
.hiw-hero__desc {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.75);
}
.hiw-hero__cta-row { display: flex; align-items: center; gap: 20px; }
.btn-lg { padding: 14px 28px; font-size: 15px; }
.btn-ghost-white {
  border: 1.5px solid #ffffff;
  color: #ffffff;
  padding: 12.5px 26.5px;
}
.btn-ghost-white:hover { background: rgba(255, 255, 255, 0.08); }
.hiw-hero__graphic {
  width: 500px;
  height: 380px;
  padding: 32px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hiw-hero__balls {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-ball {
  font-family: 'Outfit', sans-serif;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hero-ball--1 {
  width: 120px;
  height: 120px;
  border-radius: 60px;
  background: var(--primary);
  border: 3px solid var(--accent);
  color: #ffffff;
  font-size: 36px;
}
.hero-ball--2 {
  width: 140px;
  height: 140px;
  border-radius: 70px;
  background: var(--accent);
  border: 4px solid #ffffff;
  color: var(--navy-deep);
  font-size: 42px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 1;
  margin-left: -16px;
}
.hero-ball--3 {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background: var(--navy-deep);
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 28px;
  margin-left: -16px;
}

/* Section 4 — process steps */
.journey-section { background: #ffffff; }
.journey-section .section-header { gap: 16px; margin-bottom: 64px; }
.journey-section .section-header h2 { font-size: 38px; font-weight: 800; }
.journey-section .section-sub { max-width: 720px; }
.journey-steps { display: flex; flex-direction: column; gap: 40px; }
.step-card {
  display: flex;
  align-items: center;
  gap: 48px;
  padding: 40px;
  border-radius: 16px;
}
.step-card--grey { background: var(--bg-light); }
.step-card--cream { background: var(--bg-cream); }
.step-card__metric {
  width: 120px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.step-card__num {
  font-family: 'Outfit', sans-serif;
  font-weight: 900;
  font-size: 48px;
  color: var(--primary);
}
.step-card__num--accent { color: var(--accent); }
.step-card__label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--primary);
}
.step-card__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.step-card__title {
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: 24px;
  color: var(--ink);
}
.step-card__desc {
  font-size: 15px;
  line-height: 1.6;
  color: var(--muted);
}
.step-tags { display: flex; gap: 8px; }
.step-tag {
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
}
.step-tag--navy { background: var(--primary); color: #ffffff; }
.step-tag--accent { background: var(--accent); color: var(--navy-deep); }
.step-balls { display: flex; align-items: center; gap: 12px; }
.step-balls .ball { font-size: 16px; }
.step-note { font-size: 13px; color: var(--muted); }
.step-verify { display: flex; align-items: center; gap: 24px; }
.verify-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px;
  background: var(--green-bg);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  color: var(--primary);
}

/* Section 5 — two ways to play */
.ways-section { background: var(--navy-deep); }
.ways-section .section-header { gap: 16px; margin-bottom: 56px; }
.ways-section .section-header h2 {
  font-size: 38px;
  font-weight: 800;
  color: #ffffff;
}
.ways-section .section-sub {
  max-width: 800px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
}
.ways-row { display: flex; gap: 40px; }
.way-card {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: var(--primary);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
}
.way-card__title {
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: 28px;
  color: #ffffff;
}
.way-card__desc {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.75);
}
.way-balls { display: flex; align-items: center; gap: 8px; }
.way-ball {
  width: 36px;
  height: 36px;
  border-radius: 18px;
  background: var(--navy-deep);
  border: 1.5px solid var(--accent);
  color: #ffffff;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.way-ball--win {
  background: var(--accent);
  border: none;
  color: var(--navy-deep);
  font-weight: 800;
}
.way-bullets { display: flex; flex-direction: column; gap: 12px; }
.way-bullets p { font-size: 14px; color: #ffffff; }
.way-card__link { padding-top: 12px; }
.way-card__link a {
  font-size: 14px;
  font-weight: 700;
  color: var(--accent);
}
.scratch-strip {
  align-self: flex-start;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px;
  background: var(--navy-deep);
  border-radius: 8px;
}
.scratch-strip__label {
  font-size: 12px;
  font-weight: 700;
  color: var(--accent);
}
.scratch-box {
  width: 40px;
  height: 20px;
  background: rgba(255, 255, 255, 0.13);
  border-radius: 4px;
}
.scratch-prize {
  width: 60px;
  height: 20px;
  border-radius: 4px;
  background: var(--accent);
  color: var(--navy-deep);
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Section 6 — already have a ticket (reuses home.css check classes) */
.ticket-section .check-section__row { align-items: center; }
.ticket-section .text-input { background: var(--bg-light); }
.ticket-section .check-steps { align-self: center; }

/* Section 7 — play responsibly overrides */
.responsible-section .responsible-item__title { font-size: 18px; }
.responsible-section .responsible-item__desc { line-height: normal; }
.responsible-section .help-card__phone {
  color: var(--primary);
  font-weight: 900;
  font-size: 22px;
}
