html, body { max-width: 100vw; overflow-x: hidden; }

[data-section] { position: relative; }

.heroSection {
  background: var(--grad-dark);
  border-radius: var(--radius-2);
  box-shadow: var(--shadow-2);
  color: var(--color-7);
  margin-bottom: var(--space-6);
  overflow: hidden;
  padding: var(--space-6) var(--space-4);
  position: relative;
}

.heroBadge {
  background: var(--grad-gold);
  border-radius: var(--radius-1);
  color: var(--color-1);
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: var(--space-3);
  padding: var(--space-2) var(--space-3);
  text-transform: uppercase;
}

.heroTitle {
  color: var(--color-7);
  font-size: clamp(1.9rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: var(--space-3);
}

.heroSubtitle {
  color: var(--color-9);
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: var(--space-4);
  max-width: 640px;
  opacity: 0.9;
}

.heroCtaWrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-bottom: var(--space-5);
}

.ctaButtonHero {
  background: var(--grad-gold);
  border-radius: var(--radius-1);
  box-shadow: var(--shadow-1);
  color: var(--color-1);
  display: inline-block;
  font-weight: 700;
  padding: var(--space-3) var(--space-5);
  text-decoration: none;
  transition: var(--transition-1);
}

.ctaButtonHero:hover {
  box-shadow: var(--shadow-2);
  color: var(--color-1);
  transform: translateY(-3px);
}

.trustRow {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.trustBadgeCustom {
  align-items: center;
  background: rgba(255,255,255,0.06);
  border-radius: var(--radius-1);
  display: flex;
  gap: var(--space-2);
  padding: var(--space-2) var(--space-3);
}

.trustBadgeIconCustom {
  background: var(--grad-gold);
  border-radius: 50%;
  color: var(--color-1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  height: 34px;
  width: 34px;
}

.trustBadgeTextCustom {
  color: var(--color-7);
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.2;
}

.sectionTitle {
  color: var(--color-7);
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 800;
  margin-bottom: var(--space-4);
  position: relative;
}

.sectionTitle::after {
  background: var(--grad-gold);
  border-radius: var(--radius-1);
  bottom: -10px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 60px;
}

.subSectionTitle {
  color: var(--color-7);
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: var(--space-3);
}

.leadText {
  color: var(--color-9);
  font-size: 1.02rem;
  line-height: 1.7;
  margin-bottom: var(--space-4);
  opacity: 0.85;
}

.promoCard {
  border-radius: var(--radius-2);
  box-shadow: var(--shadow-1);
  height: 100%;
  padding: var(--space-4);
  transition: var(--transition-1);
}

.promoCard:hover {
  box-shadow: var(--shadow-2);
  transform: translateY(-6px);
}

.promoCardTitle {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: var(--space-2);
}

.promoCardAmount {
  background: var(--grad-gold);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: block;
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: var(--space-2);
}

.promoCardText {
  font-size: 0.95rem;
  line-height: 1.6;
  opacity: 0.85;
}

.highlightBox {
  background: var(--grad-gold);
  border-radius: var(--radius-2);
  box-shadow: var(--shadow-2);
  color: var(--color-1);
  margin-bottom: var(--space-6);
  padding: var(--space-5);
  position: relative;
}

.highlightBoxTitle {
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: var(--space-2);
}

.highlightBoxText {
  color: var(--color-1);
  font-size: 1rem;
  line-height: 1.7;
  max-width: 720px;
}

.cashbackGrid {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
  margin-bottom: var(--space-6);
}

.cashbackCard {
  border-radius: var(--radius-2);
  box-shadow: var(--shadow-1);
  flex: 1 1 260px;
  padding: var(--space-4);
  transition: var(--transition-1);
}

.cashbackCard:hover {
  box-shadow: var(--shadow-2);
  transform: translateY(-5px);
}

.cashbackRate {
  color: var(--color-2);
  font-size: 2.2rem;
  font-weight: 800;
}

.bg-dark .cashbackRate,
.bg-dark .lotteryAmount {
  color: var(--color-6);
}

.bg-light .promoCardText,
.text-dark .promoCardText {
  color: var(--color-1);
}

.cashbackLabel {
  font-size: 0.95rem;
  font-weight: 600;
  margin-top: var(--space-2);
  opacity: 0.85;
}

.winStreakSection {
  margin-bottom: var(--space-6);
}

.winStreakTable th {
  background: var(--grad-dark);
  color: var(--color-7);
  font-weight: 700;
  padding: var(--space-3);
  text-align: left;
}

.winStreakTable td {
  border-bottom: 1px solid rgba(0,0,0,0.08);
  font-weight: 600;
  padding: var(--space-3);
}

.winStreakTable tr:hover td {
  background: #f0ede6;
}

.lotteryGrid {
  margin-bottom: var(--space-6);
}

.lotteryCard {
  border-radius: var(--radius-2);
  box-shadow: var(--shadow-1);
  height: 100%;
  padding: var(--space-4);
  transition: var(--transition-1);
}

.lotteryCard:hover {
  box-shadow: var(--shadow-2);
  transform: translateY(-6px);
}

.lotteryAmount {
  color: var(--color-2);
  display: block;
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: var(--space-2);
}

.timelineWrap {
  margin-bottom: var(--space-6);
  position: relative;
}

.timelineItem {
  border-left: 3px solid var(--color-2);
  margin-bottom: var(--space-4);
  padding: var(--space-1) var(--space-4);
  position: relative;
}

.timelineNumber {
  align-items: center;
  background: var(--grad-gold);
  border-radius: 50%;
  color: var(--color-1);
  display: flex;
  font-weight: 800;
  height: 36px;
  justify-content: center;
  left: -18px;
  position: absolute;
  top: 0;
  width: 36px;
}

.timelineText {
  font-size: 1rem;
  line-height: 1.6;
  margin-left: var(--space-3);
  opacity: 0.9;
}

.checklistWrap {
  border-radius: var(--radius-2);
  box-shadow: var(--shadow-1);
  margin-bottom: var(--space-6);
  padding: var(--space-4);
}

.checklistWrap li {
  border-bottom: 1px solid rgba(0,0,0,0.08);
  font-size: 0.98rem;
  line-height: 1.6;
  list-style: none;
  padding: var(--space-2) 0 var(--space-2) var(--space-4);
  position: relative;
}

.checklistWrap li:last-child {
  border-bottom: none;
}

.checklistWrap li::before {
  color: var(--color-2);
  content: "✓";
  font-weight: 800;
  left: 0;
  position: absolute;
}

.faqAccordion { margin-bottom: var(--space-5); }

.accordionItemCustom {
  border-radius: var(--radius-1);
  box-shadow: var(--shadow-1);
  margin-bottom: var(--space-3);
  overflow: hidden;
  transition: var(--transition-1);
}

.accordionHeaderCustom {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  padding: var(--space-3) var(--space-4);
}

.accordionIconCustom {
  color: var(--color-2);
  font-size: 1.3rem;
  transition: var(--transition-1);
}

.accordionItemCustom.is-open .accordionIconCustom {
  transform: rotate(45deg);
}

.accordionBodyCustom {
  font-size: 0.97rem;
  line-height: 1.65;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 var(--space-4);
  transition: var(--transition-1);
}

.accordionItemCustom.is-open .accordionBodyCustom {
  max-height: 300px;
  opacity: 1;
  padding: 0 var(--space-4) var(--space-4);
}

@media (max-width: 768px) {
  .heroSection { padding: var(--space-5) var(--space-3); }
  .cashbackGrid { flex-direction: column; }
  .timelineItem { padding: var(--space-1) var(--space-3); }
}

@media (max-width: 320px) {
  .heroTitle { font-size: 1.6rem; }
}