:root {
  --bg: #ffffff;
  --text: #0b1b53;
  --muted: #4d5a87;
  --border: #e2e8ff;
  --deep: #03114b;
  --primary: #001b87;
}

@font-face {
  font-family: "Montserrat";
  src: url("font/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("font/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
}

.hero-wrap {
  margin-bottom: 14px;
}

.hero-top-line {
  height: 7px;
  background: #0f2cc2;
}

.hero {
  position: relative;
  height: 476px;
  background: #03106b url("img/hero.webp") center center / cover no-repeat;
  overflow: hidden;
}

.hero-menu,
.hero-search {
  position: absolute;
  top: 12px;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: none;
  background: #fff;
  color: #112a96;
  font-size: 16px;
  font-weight: 700;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.hero-menu {
  left: 10px;
}

.hero-search {
  right: 10px;
}

.hero-content {
  position: absolute;
  left: 56px;
  top: 132px;
  color: #fff;
}

.hero-content p {
  margin: 0 0 4px;
  font-weight: 700;
  font-size: 27px;
  line-height: 1;
}

.hero-content h1 {
  margin: 0 0 30px;
  font-size: 56px;
  line-height: 0.93;
  letter-spacing: -0.03em;
  font-weight: 800;
}

.hero-cta {
  border: none;
  background: #fff;
  color: #0a237f;
  height: 42px;
  border-radius: 999px;
  padding: 0 24px;
  font-size: 27px;
  font-weight: 700;
  cursor: pointer;
}

.hero-limits {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
}

.hero-limits a {
  color: #082897;
  font-size: 35px;
  font-weight: 700;
  text-decoration: underline;
}

.hero-results {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}

.hero-results h2 {
  margin: 0;
  font-size: 42px;
  color: #05165a;
}

.hero-results a {
  color: #0b2ca8;
  font-weight: 700;
  font-size: 32px;
}

.draw-section {
  margin-top: 8px;
  margin-bottom: 10px;
}

.draw-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.draw-left,
.draw-side-card {
  border: 1px solid #e0e5ff;
  border-radius: 12px;
  background: #fff;
}

.draw-select-row {
  padding: 9px 9px 0;
}

.draw-select {
  width: 100%;
  height: 40px;
  border-radius: 8px;
  border: 1px solid #bfc8fa;
  background: #fff;
  color: #18245f;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  font-size: 25px;
}

.draw-main-box {
  margin: 8px;
  border: 1px solid #eff2ff;
  border-radius: 10px;
  min-height: 420px;
  padding: 22px 16px 16px;
}

.draw-date {
  text-align: center;
  color: #1b255f;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 58px;
}

.draw-balls {
  display: flex;
  justify-content: center;
  gap: 13px;
  margin-bottom: 58px;
}

.draw-balls span {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #f5f7ff;
  color: #04155f;
  font-size: 29px;
  font-weight: 800;
  box-shadow: 0 2px 5px rgba(3, 14, 79, 0.25);
}

.draw-balls .blue {
  background: #0075d4;
  color: #fff;
}

.draw-row {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 34px;
}

.draw-label {
  min-width: 94px;
  color: #1b255f;
  font-size: 28px;
  line-height: 1;
}

.draw-value {
  color: #051558;
  font-size: 41px;
  font-weight: 800;
}

.draw-all {
  font-size: 28px;
  color: #132ca0;
  font-weight: 700;
}

.draw-buy-wrap {
  display: flex;
  justify-content: center;
  padding-bottom: 15px;
}

.draw-buy {
  border: 2px solid #4b4dd3;
  background: #fff;
  color: #152289;
  border-radius: 999px;
  min-width: 74px;
  height: 42px;
  font-size: 24px;
  font-weight: 700;
}

.draw-right {
  display: grid;
  gap: 10px;
}

.draw-side-card {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 14px;
  padding: 10px 12px;
  min-height: 133px;
}

.draw-side-card img {
  width: 100%;
  max-height: 104px;
  object-fit: contain;
  align-self: center;
}

.draw-side-content p {
  margin: 0 0 4px;
  color: #1d2b68;
  font-size: 16px;
  font-weight: 700;
}

.draw-side-content h3 {
  margin: 0;
  color: #05155b;
  font-size: 45px;
  line-height: 0.96;
  font-weight: 800;
}

.draw-side-content h4 {
  margin: 5px 0 8px;
  color: #2d8d34;
  font-size: 35px;
  line-height: 0.95;
  font-weight: 800;
}

.whats-new-row {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.whats-new-row h2 {
  margin: 0;
  font-size: 43px;
}

.whats-new-row a {
  color: #1530a3;
  font-size: 35px;
  font-weight: 700;
}

.news-grid {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.news-card {
  border: 1px solid #e0e5ff;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  position: relative;
}

.news-image-wrap {
  position: relative;
}

.news-image-wrap img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  display: block;
}

.store-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #fff;
  color: #0a1b68;
  border-radius: 6px;
  border: 1px solid #d8dfff;
  padding: 3px 10px;
  font-size: 12px;
  font-weight: 700;
  z-index: 1;
}

.news-body {
  padding: 9px 11px 11px;
  min-height: 106px;
  position: relative;
}

.news-kicker {
  margin: 0 0 2px;
  font-size: 20px;
  line-height: 1;
  color: #03135f;
  font-weight: 700;
}

.news-body h3 {
  margin: 0;
  color: #001a82;
  font-size: 40px;
  line-height: 0.95;
  font-weight: 800;
}

.news-price {
  margin: 5px 0 0;
  color: #02104b;
  font-size: 27px;
  font-weight: 700;
}

.news-btn {
  position: absolute;
  right: 10px;
  bottom: 10px;
  height: 34px;
  min-width: 90px;
  border-radius: 999px;
  border: 2px solid #4f56d6;
  background: #fff;
  color: #11288f;
  font-size: 21px;
  font-weight: 700;
}

.card-next {
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 2px solid #ced5ff;
  background: #fff;
  color: #152c97;
  font-size: 28px;
  line-height: 1;
}

.page {
  width: min(1260px, calc(100% - 48px));
  margin: 0 auto;
}

.section {
  margin-top: 18px;
}

.section-title {
  margin: 0 0 10px;
  font-size: 23px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.see-all {
  font-size: 14px;
  color: #1432ad;
  font-weight: 700;
  text-decoration: none;
}

.grid {
  display: grid;
  gap: 14px;
}

.four-col {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.three-col {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card,
.mini-card,
.tool-card,
.promo-card {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 8px rgba(6, 30, 130, 0.08);
  border: 1px solid var(--border);
}

.card img,
.mini-card img,
.tool-card img,
.promo-card img {
  width: 100%;
  display: block;
}

.game-card img {
  height: 130px;
  object-fit: cover;
}

.card-body {
  padding: 10px 11px 11px;
  position: relative;
  min-height: 111px;
}

.kicker {
  margin: 0 0 4px;
  color: #5d688d;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.card-body h3 {
  margin: 0;
  font-size: 17px;
  line-height: 1.05;
  font-weight: 800;
  color: #03155e;
}

.meta {
  margin: 6px 0 0;
  font-size: 11px;
  color: #5f6ca0;
  font-weight: 700;
}

.btn {
  border-radius: 999px;
  border: 1.5px solid #233ea6;
  height: 27px;
  padding: 0 12px;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}

.btn-outline {
  background: #fff;
  color: #112c98;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.promo-grid {
  margin-top: 2px;
}

.promo-card {
  border: none;
  box-shadow: none;
  border-radius: 11px;
  color: #fff;
  min-height: 190px;
  position: relative;
}

.promo-card img {
  height: 190px;
  object-fit: cover;
}

.promo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.03) 18%, rgba(6, 11, 96, 0.78) 100%);
}

.promo-body {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 12px;
  z-index: 1;
}

.small {
  margin: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.95;
}

.promo-body h3 {
  margin: 5px 0 11px;
  font-size: 33px;
  line-height: 0.94;
  letter-spacing: -0.03em;
  font-weight: 800;
}

.btn-solid {
  color: #0b1d6d;
  background: #fff;
  border: none;
  height: 29px;
  box-shadow: inset 0 0 0 1px rgba(21, 35, 111, 0.3);
}

.tools-grid {
  margin-top: 2px;
}

.tool-card {
  background: linear-gradient(180deg, #1230b4 0%, #001a8d 74%);
  color: #fff;
  border: none;
  min-height: 188px;
  box-shadow: none;
  border-radius: 14px;
}

.tool-card img {
  height: 129px;
  object-fit: cover;
}

.tool-body {
  padding: 10px 14px 12px;
}

.tool-body h3 {
  margin: 5px 0 10px;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: -0.01em;
  font-weight: 800;
}

.tool-body .small {
  font-size: 10px;
  text-transform: none;
}

.tool-card .btn-solid {
  height: 31px;
  padding: 0 16px;
  font-size: 12px;
  font-weight: 700;
}

.popular-section {
  margin-top: 16px;
}

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

.popular-list-card,
.popular-feature-card {
  background: #fff;
  border: 1px solid #e0e5ff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(6, 30, 130, 0.08);
}

.popular-head {
  height: 66px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.popular-head h3 {
  margin: 0;
  color: #03155e;
  font-size: 34px;
  line-height: 1;
  font-weight: 800;
}

.popular-next {
  border: none;
  background: transparent;
  color: #0c1e71;
  font-size: 42px;
  line-height: 1;
}

.popular-item {
  border-top: 1px solid #e5e9ff;
  min-height: 70px;
  padding: 8px 12px;
  display: grid;
  grid-template-columns: 64px 1fr auto;
  align-items: center;
  gap: 10px;
}

.popular-item img {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  object-fit: contain;
  background: linear-gradient(180deg, #f3f6ff 0%, #e9efff 100%);
  border: 1px solid #d4dcff;
  padding: 6px;
  box-shadow: 0 4px 10px rgba(19, 42, 114, 0.1);
}

.popular-item-meta h4 {
  margin: 0;
  color: #041566;
  font-size: 34px;
  line-height: 0.95;
  font-weight: 800;
}

.popular-item-meta p {
  margin: 2px 0 0;
  color: #1a2b71;
  font-size: 27px;
  line-height: 1;
  font-weight: 700;
}

.popular-btn {
  border: 2px solid #4b4dd3;
  background: #fff;
  color: #152289;
  border-radius: 999px;
  height: 42px;
  min-width: 84px;
  font-size: 27px;
  font-weight: 700;
}

.popular-feature-card img {
  width: 100%;
  height: 229px;
  object-fit: cover;
  display: block;
}

.popular-feature-body {
  padding: 10px 16px 12px;
}

.popular-feature-body p {
  margin: 0;
  color: #061760;
  font-size: 27px;
  line-height: 1;
  font-weight: 700;
}

.popular-feature-body h3 {
  margin: 5px 0 10px;
  color: #001d89;
  font-size: 52px;
  line-height: 0.95;
  font-weight: 800;
}

.popular-feature-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.popular-feature-bottom span {
  color: #06144f;
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
}

.popular-feature-btn {
  border: 3px solid #4b4dd3;
  background: #fff;
  color: #152289;
  border-radius: 999px;
  width: 104px;
  height: 76px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
}

.dont-miss {
  margin-bottom: 16px;
}

.mini-card {
  min-height: 151px;
}

.mini-card img {
  height: 95px;
  object-fit: cover;
}

.mini-body {
  padding: 8px 10px 10px;
  background: linear-gradient(180deg, #0c59db 0%, #001f9f 100%);
  color: #fff;
  min-height: 96px;
}

.mini-body h3 {
  margin: 7px 0 10px;
  font-size: 29px;
  line-height: 0.94;
  letter-spacing: -0.03em;
  font-weight: 800;
}

.site-footer {
  margin-top: 20px;
}

.footer-strip {
  background: #020d56;
  border-top: 1px solid #edf0ff;
}

.footer-strip-inner {
  padding: 16px 0 14px;
}

.footer-socials {
  display: flex;
  justify-content: center;
  gap: 11px;
  margin-bottom: 14px;
}

.footer-socials a {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.9);
  color: #fff;
  text-decoration: none;
  display: grid;
  place-items: center;
  font-size: 10px;
  font-weight: 700;
}

.footer-legal {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 38px;
}

.footer-legal a {
  color: #f4f7ff;
  text-decoration: none;
  font-size: 11px;
  line-height: 1;
}

.footer-logo-row {
  margin: 14px auto 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.footer-logo-row img {
  height: 18px;
  width: auto;
  display: block;
  opacity: 0.98;
}

.footer-copy {
  margin: 0;
  text-align: right;
  color: #e5e9ff;
  font-size: 11px;
}

.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.64);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.modal-overlay.show {
  display: flex;
}

.modal {
  width: min(460px, calc(100% - 30px));
  background: #fff;
  border-radius: 12px;
  padding: 25px 20px 20px;
  position: relative;
}

.close-modal {
  position: absolute;
  top: 9px;
  right: 10px;
  border: none;
  background: transparent;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.modal h2 {
  margin: 0 0 14px;
  color: #08175d;
}

.modal-form {
  display: grid;
  gap: 9px;
}

.modal-form label {
  font-size: 13px;
  font-weight: 600;
}

.modal-form input {
  height: 41px;
  border: 1px solid #c9d3ff;
  border-radius: 8px;
  padding: 0 12px;
  font-size: 14px;
}

.btn-modal {
  margin-top: 7px;
  height: 42px;
  background: #0628a5;
  border: none;
  color: #fff;
  font-size: 15px;
}

@media (max-width: 1050px) {
  .popular-grid {
    grid-template-columns: 1fr;
  }

  .popular-head {
    height: 54px;
  }

  .popular-head h3 {
    font-size: 24px;
  }

  .popular-next {
    font-size: 30px;
  }

  .popular-item {
    min-height: 58px;
    grid-template-columns: 52px 1fr auto;
  }

  .popular-item img {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    padding: 5px;
  }

  .popular-item-meta h4 {
    font-size: 24px;
  }

  .popular-item-meta p {
    font-size: 16px;
  }

  .popular-btn {
    height: 34px;
    min-width: 68px;
    font-size: 18px;
  }

  .popular-feature-card img {
    height: 190px;
  }

  .popular-feature-body p {
    font-size: 16px;
  }

  .popular-feature-body h3 {
    font-size: 33px;
  }

  .popular-feature-bottom span {
    font-size: 22px;
  }

  .popular-feature-btn {
    width: 76px;
    height: 54px;
    font-size: 34px;
  }

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

  .news-image-wrap img {
    height: 130px;
  }

  .news-kicker {
    font-size: 14px;
  }

  .news-body h3 {
    font-size: 28px;
  }

  .news-price {
    font-size: 17px;
  }

  .news-btn {
    height: 28px;
    min-width: 70px;
    font-size: 14px;
  }

  .card-next {
    display: none;
  }

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

  .draw-main-box {
    min-height: auto;
  }

  .draw-select {
    font-size: 17px;
    height: 34px;
  }

  .draw-date {
    font-size: 14px;
    margin-bottom: 24px;
  }

  .draw-balls span {
    width: 29px;
    height: 29px;
    font-size: 18px;
  }

  .draw-label {
    font-size: 16px;
  }

  .draw-value {
    font-size: 24px;
  }

  .draw-all {
    font-size: 16px;
  }

  .draw-buy {
    min-width: 52px;
    height: 32px;
    font-size: 16px;
  }

  .draw-side-content p {
    font-size: 11px;
  }

  .draw-side-content h3 {
    font-size: 26px;
  }

  .draw-side-content h4 {
    font-size: 21px;
  }

  .whats-new-row h2 {
    font-size: 24px;
  }

  .whats-new-row a {
    font-size: 17px;
  }

  .hero {
    height: 360px;
    background-position: 68% center;
  }

  .hero-content {
    left: 34px;
    top: 98px;
  }

  .hero-content p {
    font-size: 20px;
  }

  .hero-content h1 {
    font-size: 42px;
    margin-bottom: 18px;
  }

  .hero-cta {
    font-size: 20px;
    height: 38px;
  }

  .hero-limits a {
    font-size: 21px;
  }

  .hero-results h2 {
    font-size: 30px;
  }

  .hero-results a {
    font-size: 20px;
  }

  .four-col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .three-col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-copy {
    text-align: center;
  }
}

@media (max-width: 640px) {
  .popular-item-meta h4 {
    font-size: 18px;
  }

  .popular-item-meta p {
    font-size: 13px;
  }

  .popular-btn {
    height: 30px;
    min-width: 60px;
    font-size: 15px;
  }

  .popular-item {
    grid-template-columns: 44px 1fr auto;
  }

  .popular-item img {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    padding: 4px;
  }

  .popular-feature-card img {
    height: 156px;
  }

  .popular-feature-body h3 {
    font-size: 24px;
  }

  .popular-feature-bottom span {
    font-size: 16px;
  }

  .popular-feature-btn {
    width: 62px;
    height: 44px;
    font-size: 24px;
  }

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

  .draw-side-card {
    grid-template-columns: 110px 1fr;
    gap: 8px;
    min-height: 100px;
  }

  .draw-main-box {
    padding: 14px 10px;
  }

  .draw-balls {
    gap: 8px;
    margin-bottom: 24px;
  }

  .draw-row {
    margin-bottom: 18px;
  }

  .hero {
    height: 270px;
    background-position: 72% center;
  }

  .hero-content {
    left: 18px;
    top: 83px;
  }

  .hero-content p {
    font-size: 14px;
  }

  .hero-content h1 {
    font-size: 28px;
    margin-bottom: 12px;
  }

  .hero-cta {
    font-size: 15px;
    height: 33px;
    padding: 0 14px;
  }

  .hero-limits {
    justify-content: flex-start;
  }

  .hero-limits a {
    font-size: 14px;
  }

  .hero-results {
    padding-top: 14px;
  }

  .hero-results h2 {
    font-size: 20px;
  }

  .hero-results a {
    font-size: 14px;
  }

  .page {
    width: calc(100% - 24px);
  }

  .four-col,
  .three-col {
    grid-template-columns: 1fr;
  }

  .tool-body h3,
  .promo-body h3,
  .mini-body h3 {
    font-size: 26px;
  }

  .footer-legal {
    gap: 8px 14px;
  }

  .footer-logo-row {
    gap: 10px;
  }

  .footer-logo-row img {
    height: 14px;
  }
}

/* =========================
   Premium UI refinements
   ========================= */
:root {
  --premium-bg: #f4f7ff;
  --premium-surface: #ffffff;
  --premium-navy: #0b1f4b;
  --premium-text: #132a61;
  --premium-muted: #66739c;
  --premium-primary: #1b36bf;
  --premium-primary-2: #5b3df0;
  --premium-border: #dfe6ff;
  --premium-radius: 14px;
  --premium-shadow: 0 8px 25px rgba(8, 22, 80, 0.1);
}

html,
body {
  background: linear-gradient(180deg, #f8faff 0%, #f2f6ff 100%);
  color: var(--premium-text);
}

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.section {
  margin-top: 28px;
}

.section-title {
  color: var(--premium-navy);
  font-weight: 800;
  letter-spacing: -0.015em;
}

.see-all {
  color: #1d35b2;
  font-weight: 700;
}

/* Unified card polish */
.card,
.mini-card,
.tool-card,
.promo-card,
.news-card,
.popular-list-card,
.popular-feature-card,
.three-promo-card,
.scratch-card,
.egg-card,
.one-dollar-card,
.assist-tool-card,
.dont-v2-card,
.draw-left,
.draw-side-card {
  border-radius: var(--premium-radius);
  border: 1px solid var(--premium-border);
  box-shadow: var(--premium-shadow);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover,
.mini-card:hover,
.tool-card:hover,
.promo-card:hover,
.news-card:hover,
.popular-list-card:hover,
.popular-feature-card:hover,
.three-promo-card:hover,
.scratch-card:hover,
.egg-card:hover,
.one-dollar-card:hover,
.assist-tool-card:hover,
.dont-v2-card:hover,
.draw-left:hover,
.draw-side-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(7, 20, 78, 0.16);
}

/* Make content blocks align better */
.card-body,
.news-body,
.scratch-body,
.one-dollar-body,
.assist-tool-body,
.tool-body,
.mini-body {
  display: flex;
  flex-direction: column;
}

.card-body h3,
.news-body h3,
.scratch-body h3,
.one-dollar-body h3,
.assist-tool-body h3,
.tool-body h3,
.mini-body h3 {
  line-height: 1.06;
}

/* Buttons: one visual system */
.btn,
.news-btn,
.scratch-btn,
.one-dollar-btn,
.assist-tool-btn,
.dont-v2-btn,
.egg-btn,
.three-promo-btn,
.popular-btn,
.popular-feature-btn,
.draw-buy,
.hero-cta {
  border-radius: 999px;
  font-weight: 700;
  transition: all 0.28s ease;
}

.btn:hover,
.news-btn:hover,
.scratch-btn:hover,
.one-dollar-btn:hover,
.assist-tool-btn:hover,
.dont-v2-btn:hover,
.egg-btn:hover,
.three-promo-btn:hover,
.popular-btn:hover,
.popular-feature-btn:hover,
.draw-buy:hover,
.hero-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(37, 65, 199, 0.25);
}

.btn-outline,
.news-btn,
.scratch-btn,
.one-dollar-btn,
.popular-btn,
.draw-buy {
  border-color: #2f4ad0;
  color: #1430aa;
}

.btn-solid,
.assist-tool-btn,
.dont-v2-btn,
.three-promo-btn,
.egg-btn,
.hero-cta {
  background: #fff;
  color: #102a96;
}

/* Hero premium contrast */
.hero {
  border-radius: 0;
  position: relative;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 35%, rgba(20, 56, 214, 0.26) 0%, rgba(20, 56, 214, 0) 40%),
    linear-gradient(90deg, rgba(7, 20, 78, 0.7) 0%, rgba(7, 20, 78, 0.2) 48%, rgba(7, 20, 78, 0.05) 100%);
  pointer-events: none;
}

.hero-content {
  z-index: 2;
}

.hero-content h1 {
  text-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
}

.hero-cta {
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 10px 22px rgba(8, 16, 82, 0.34);
}

/* Premium strips / dark modules */
.assist-tool-card,
.tool-card,
.three-promo-card,
.dont-v2-card {
  border-color: rgba(255, 255, 255, 0.18);
}

.assist-tool-body p,
.assist-tool-body h3,
.tool-body .small,
.tool-body h3,
.dont-v2-body p,
.dont-v2-body h3,
.three-promo-body p,
.three-promo-body h3,
.egg-card-dark .egg-body p,
.egg-card-dark .egg-body h3 {
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.28);
}

/* Draw block tuning */
.draw-select,
.draw-main-box {
  border-color: #d5ddff;
}

.draw-main-box {
  background: linear-gradient(180deg, #ffffff 0%, #f8faff 100%);
}

/* Footer: premium navy bar */
.footer-strip {
  background: linear-gradient(180deg, #04125f 0%, #020a45 100%);
}

.footer-socials a {
  border-color: rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.06);
}

.footer-socials a:hover {
  background: rgba(255, 255, 255, 0.16);
  transform: translateY(-1px);
}

.footer-legal a {
  opacity: 0.92;
}

.footer-legal a:hover {
  opacity: 1;
  text-decoration: underline;
}

/* Modal animation + modern fields */
.modal-overlay {
  background: rgba(4, 10, 38, 0.66);
  backdrop-filter: blur(3px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease;
}

.modal-overlay.show {
  opacity: 1;
  pointer-events: auto;
}

.modal {
  border-radius: 16px;
  box-shadow: 0 24px 70px rgba(6, 14, 58, 0.32);
  transform: translateY(12px) scale(0.97);
  transition: transform 0.26s ease;
}

.modal-overlay.show .modal {
  transform: translateY(0) scale(1);
}

.modal-form input {
  border: 1px solid #cfd8ff;
  background: #f8faff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.modal-form input:focus {
  outline: none;
  border-color: #3f5ae0;
  box-shadow: 0 0 0 3px rgba(63, 90, 224, 0.15);
}

.btn-modal {
  background: linear-gradient(90deg, var(--premium-primary) 0%, var(--premium-primary-2) 100%);
}

/* ==========================================
   Final visual alignment (keep same structure)
   ========================================== */
.page {
  width: min(1240px, calc(100% - 40px)) !important;
}

.section {
  margin-top: 18px !important;
}

.section-title {
  font-size: 34px !important;
  margin-bottom: 10px !important;
}

.see-all {
  font-size: 22px !important;
}

/* standard card text scale */
.kicker,
.small,
.news-kicker,
.scratch-kicker,
.one-dollar-body p,
.assist-tool-body p,
.dont-v2-body p,
.egg-body p,
.three-promo-body p {
  font-size: 12px !important;
  letter-spacing: 0 !important;
}

.card-body h3,
.news-body h3,
.scratch-body h3,
.one-dollar-body h3,
.assist-tool-body h3,
.dont-v2-body h3,
.egg-body h3,
.three-promo-body h3 {
  font-size: 34px !important;
  line-height: 0.98 !important;
}

.meta,
.news-price,
.scratch-price,
.one-dollar-body span {
  font-size: 22px !important;
}

/* normalize image heights */
.game-card img,
.news-image-wrap img,
.scratch-card img,
.one-dollar-card img {
  height: 156px !important;
}

.tool-card img,
.assist-tool-card img {
  height: 148px !important;
}

.egg-card img,
.three-promo-card img,
.dont-v2-card img {
  height: 190px !important;
}

.popular-feature-card img {
  height: 220px !important;
}

/* button consistency */
.btn,
.btn-outline,
.btn-solid,
.news-btn,
.scratch-btn,
.one-dollar-btn,
.assist-tool-btn,
.dont-v2-btn,
.egg-btn,
.three-promo-btn,
.popular-btn,
.draw-buy {
  height: 34px !important;
  min-width: 72px !important;
  padding: 0 15px !important;
  font-size: 14px !important;
  border-width: 2px !important;
}

.popular-feature-btn {
  width: 76px !important;
  height: 54px !important;
  font-size: 30px !important;
}

/* align bottom buttons */
.card-body,
.news-body,
.scratch-body,
.one-dollar-body,
.assist-tool-body,
.tool-body,
.mini-body {
  min-height: 98px !important;
}

.tool-body,
.assist-tool-body {
  min-height: 116px !important;
}

/* hero tune */
.hero {
  height: 370px !important;
  background-position: center center !important;
}

.hero-content {
  left: 30px !important;
  top: 104px !important;
}

.hero-content p {
  font-size: 14px !important;
}

.hero-content h1 {
  font-size: 40px !important;
  margin-bottom: 14px !important;
}

.hero-cta {
  height: 34px !important;
  font-size: 14px !important;
  padding: 0 16px !important;
}

.hero-limits a {
  font-size: 13px !important;
}

.hero-results h2 {
  font-size: 18px !important;
}

.hero-results a {
  font-size: 18px !important;
}

/* draw section compact */
.draw-select {
  font-size: 14px !important;
  height: 34px !important;
}

.draw-main-box {
  min-height: 318px !important;
  padding: 12px 10px !important;
}

.draw-date {
  font-size: 13px !important;
  margin-bottom: 22px !important;
}

.draw-balls {
  margin-bottom: 24px !important;
}

.draw-balls span {
  width: 30px !important;
  height: 30px !important;
  font-size: 15px !important;
}

.draw-row {
  margin-bottom: 16px !important;
  gap: 10px !important;
}

.draw-label {
  min-width: 62px !important;
  font-size: 12px !important;
}

.draw-value {
  font-size: 26px !important;
}

.draw-all {
  font-size: 13px !important;
}

.draw-side-card {
  min-height: 94px !important;
  grid-template-columns: 120px 1fr !important;
}

.draw-side-content p {
  font-size: 10px !important;
}

.draw-side-content h3 {
  font-size: 22px !important;
}

.draw-side-content h4 {
  font-size: 17px !important;
}

/* footer close to screenshot */
.footer-strip-inner {
  padding: 14px 0 10px !important;
}

.footer-socials {
  margin-bottom: 10px !important;
}

.footer-legal a {
  font-size: 11px !important;
}

.footer-logo-row img {
  height: 16px !important;
}

.footer-copy {
  font-size: 10px !important;
}

/* responsive refinement */
@media (max-width: 1050px) {
  .section-title {
    font-size: 24px !important;
  }

  .see-all {
    font-size: 14px !important;
  }

  .card-body h3,
  .news-body h3,
  .scratch-body h3,
  .one-dollar-body h3,
  .assist-tool-body h3,
  .dont-v2-body h3,
  .egg-body h3,
  .three-promo-body h3 {
    font-size: 22px !important;
  }

  .meta,
  .news-price,
  .scratch-price,
  .one-dollar-body span {
    font-size: 14px !important;
  }

  .hero {
    height: 310px !important;
  }

  .hero-content h1 {
    font-size: 30px !important;
  }
}

@media (max-width: 640px) {
  .page {
    width: calc(100% - 20px) !important;
  }

  .hero {
    height: 250px !important;
  }

  .hero-content {
    left: 16px !important;
    top: 74px !important;
  }

  .hero-content h1 {
    font-size: 24px !important;
  }

  .game-card img,
  .news-image-wrap img,
  .scratch-card img,
  .one-dollar-card img {
    height: 138px !important;
  }

  .tool-card img,
  .assist-tool-card img,
  .egg-card img,
  .three-promo-card img,
  .dont-v2-card img {
    height: 160px !important;
  }
}

/* Headings + Buttons redesign */
.section-title,
.hero-content h1,
.hero-results h2,
.whats-new-row h2,
.popular-head h3,
.card-body h3,
.news-body h3,
.scratch-body h3,
.one-dollar-body h3,
.assist-tool-body h3,
.dont-v2-body h3,
.egg-body h3,
.three-promo-body h3,
.tool-body h3,
.draw-side-content h3 {
  font-family: Inter, "Segoe UI", Arial, sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
  color: #081a5f !important;
}

.section-title {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
}

.section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 58%;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1d3fd1 0%, #5a3ef0 100%);
  opacity: 0.9;
}

.btn,
.btn-outline,
.btn-solid,
.news-btn,
.scratch-btn,
.one-dollar-btn,
.assist-tool-btn,
.dont-v2-btn,
.egg-btn,
.three-promo-btn,
.popular-btn,
.popular-feature-btn,
.draw-buy,
.hero-cta,
.btn-modal {
  font-family: Inter, "Segoe UI", Arial, sans-serif !important;
  font-weight: 700 !important;
  border-radius: 999px !important;
  border: 1px solid #2e49c7 !important;
  background: #ffffff !important;
  color: #1431a8 !important;
  box-shadow: 0 6px 16px rgba(32, 55, 171, 0.18) !important;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease, color 0.24s ease !important;
}

.btn:hover,
.btn-outline:hover,
.btn-solid:hover,
.news-btn:hover,
.scratch-btn:hover,
.one-dollar-btn:hover,
.assist-tool-btn:hover,
.dont-v2-btn:hover,
.egg-btn:hover,
.three-promo-btn:hover,
.popular-btn:hover,
.popular-feature-btn:hover,
.draw-buy:hover,
.hero-cta:hover,
.btn-modal:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 20px rgba(27, 54, 191, 0.3) !important;
  background: linear-gradient(90deg, #2141ce 0%, #5a3ef0 100%) !important;
  color: #ffffff !important;
}

.btn:active,
.btn-outline:active,
.btn-solid:active,
.news-btn:active,
.scratch-btn:active,
.one-dollar-btn:active,
.assist-tool-btn:active,
.dont-v2-btn:active,
.egg-btn:active,
.three-promo-btn:active,
.popular-btn:active,
.popular-feature-btn:active,
.draw-buy:active,
.hero-cta:active,
.btn-modal:active {
  transform: translateY(0) scale(0.98) !important;
}

.btn-modal {
  border: none !important;
}

/* Exact tuning for three promo cards section */
.three-promo-section {
  margin-top: 14px !important;
}

.three-promo-section .three-promo-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

.three-promo-section .three-promo-card {
  min-height: 300px !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  border: 1px solid #dbe2ff !important;
  background: #0a1c85 !important;
  box-shadow: 0 8px 24px rgba(9, 21, 84, 0.12) !important;
}

.three-promo-section .three-promo-card img {
  width: 100% !important;
  height: 300px !important;
  object-fit: cover !important;
  display: block !important;
}

.three-promo-section .three-promo-card::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(180deg, rgba(2, 10, 65, 0) 42%, rgba(6, 15, 82, 0.92) 100%) !important;
}

.three-promo-section .three-promo-card:nth-child(2)::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 52%, rgba(11, 24, 70, 0.2) 100%) !important;
}

.three-promo-section .three-promo-body {
  left: 12px !important;
  right: 12px !important;
  bottom: 12px !important;
  z-index: 2 !important;
}

.three-promo-section .three-promo-body p {
  margin: 0 !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  text-transform: none !important;
}

.three-promo-section .three-promo-body h3 {
  margin: 6px 0 12px !important;
  font-size: 40px !important;
  line-height: 0.96 !important;
  letter-spacing: -0.02em !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  max-width: 94% !important;
}

.three-promo-section .three-promo-card:nth-child(2) .three-promo-body p,
.three-promo-section .three-promo-card:nth-child(2) .three-promo-body h3 {
  color: #ffffff !important;
}

.three-promo-section .three-promo-btn {
  height: 38px !important;
  min-width: 98px !important;
  padding: 0 18px !important;
  border-radius: 999px !important;
  border: none !important;
  background: #ffffff !important;
  color: #0b2380 !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  box-shadow: 0 5px 12px rgba(9, 21, 84, 0.22) !important;
}

@media (max-width: 1050px) {
  .three-promo-section .three-promo-grid {
    grid-template-columns: 1fr !important;
  }

  .three-promo-section .three-promo-card,
  .three-promo-section .three-promo-card img {
    min-height: 250px !important;
    height: 250px !important;
  }

  .three-promo-section .three-promo-body h3 {
    font-size: 30px !important;
  }

  .three-promo-section .three-promo-btn {
    height: 34px !important;
    min-width: 84px !important;
    font-size: 16px !important;
  }
}

@media (max-width: 640px) {
  .three-promo-section .three-promo-card,
  .three-promo-section .three-promo-card img {
    min-height: 220px !important;
    height: 220px !important;
  }

  .three-promo-section .three-promo-body h3 {
    font-size: 24px !important;
  }

  .three-promo-section .three-promo-btn {
    height: 32px !important;
    min-width: 76px !important;
    font-size: 14px !important;
  }
}

.three-promo-section {
  margin-top: 14px;
}

.three-promo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.three-promo-card {
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  border: 1px solid #dfe5ff;
  box-shadow: 0 2px 8px rgba(6, 30, 130, 0.08);
  background: #0a1c85;
  min-height: 186px;
}

.three-promo-card img {
  width: 100%;
  height: 186px;
  object-fit: cover;
  display: block;
}

.three-promo-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 14, 76, 0) 36%, rgba(6, 14, 83, 0.92) 100%);
}

.three-promo-body {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 9px;
  z-index: 1;
  color: #fff;
}

.three-promo-body p {
  margin: 0;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
}

.three-promo-body h3 {
  margin: 4px 0 10px;
  font-size: 40px;
  line-height: 0.94;
  letter-spacing: -0.02em;
  font-weight: 800;
  max-width: 95%;
}

.three-promo-btn {
  height: 34px;
  border: none;
  border-radius: 999px;
  background: #fff;
  color: #0b237f;
  font-size: 17px;
  font-weight: 700;
  padding: 0 16px;
}

.scratch-section {
  margin-top: 16px;
}

.scratch-grid {
  margin-top: 8px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.scratch-card {
  border: 1px solid #e0e5ff;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  position: relative;
}

.scratch-card img {
  width: 100%;
  height: 167px;
  object-fit: cover;
  display: block;
}

.scratch-card img[src="img/gagnat.webp"] {
  object-fit: contain;
  background: linear-gradient(180deg, #eef3ff 0%, #e1eaff 100%);
  padding: 14px;
  border-bottom: 1px solid #d5dfff;
}

/* Exact match: Easter promo 3-card row */
.egg-promo-section {
  margin-top: 14px !important;
}

.egg-promo-section .egg-promo-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

.egg-promo-section .egg-card {
  border-radius: 14px !important;
  overflow: hidden !important;
  border: 1px solid #dfe6ff !important;
  min-height: 276px !important;
  position: relative !important;
  box-shadow: 0 8px 24px rgba(12, 25, 86, 0.12) !important;
}

.egg-promo-section .egg-card img {
  width: 100% !important;
  height: 276px !important;
  object-fit: cover !important;
  display: block !important;
}

.egg-promo-section .egg-card-dark::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(180deg, rgba(4, 15, 78, 0) 44%, rgba(7, 18, 93, 0.9) 100%) !important;
}

.egg-promo-section .egg-card-light::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 58%, rgba(242, 223, 255, 0.95) 100%) !important;
}

.egg-promo-section .egg-body {
  position: absolute !important;
  left: 12px !important;
  right: 12px !important;
  bottom: 12px !important;
  z-index: 2 !important;
}

.egg-promo-section .egg-body p {
  margin: 0 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  color: #fff !important;
  text-transform: none !important;
}

.egg-promo-section .egg-card-light .egg-body p {
  color: #061a62 !important;
}

.egg-promo-section .egg-body h3 {
  margin: 6px 0 12px !important;
  font-size: 18px !important;
  line-height: 1.03 !important;
  font-weight: 800 !important;
  color: #fff !important;
  letter-spacing: -0.01em !important;
}

.egg-promo-section .egg-card-light .egg-body h3 {
  color: #061a62 !important;
}

.egg-promo-section .egg-btn {
  height: 36px !important;
  min-width: 90px !important;
  border: none !important;
  border-radius: 999px !important;
  padding: 0 16px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  background: #ffffff !important;
  color: #0c257f !important;
  box-shadow: 0 6px 14px rgba(7, 20, 82, 0.2) !important;
}

.egg-promo-section .egg-card-light .egg-btn {
  background: #081b67 !important;
  color: #ffffff !important;
}

@media (max-width: 1050px) {
  .egg-promo-section .egg-promo-grid {
    grid-template-columns: 1fr !important;
  }

  .egg-promo-section .egg-card,
  .egg-promo-section .egg-card img {
    min-height: 250px !important;
    height: 250px !important;
  }
}

/* Exact match: $1 games section */
.one-dollar-section {
  margin-top: 16px !important;
}

.one-dollar-section .section-title {
  font-size: 34px !important;
  color: #071a60 !important;
}

.one-dollar-section .one-dollar-grid {
  margin-top: 8px !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

.one-dollar-section .one-dollar-card {
  border-radius: 12px !important;
  overflow: hidden !important;
  border: 1px solid #dce4ff !important;
  box-shadow: 0 6px 18px rgba(10, 26, 92, 0.1) !important;
  background: #ffffff !important;
  position: relative !important;
}

.one-dollar-section .one-dollar-card img {
  width: 100% !important;
  height: 176px !important;
  object-fit: cover !important;
  display: block !important;
}

.one-dollar-section .one-dollar-body {
  min-height: 92px !important;
  padding: 10px 10px 11px !important;
  position: relative !important;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
  border-top: 1px solid #e7edff !important;
}

.one-dollar-section .one-dollar-body p {
  margin: 0 !important;
  font-size: 11px !important;
  line-height: 1 !important;
  color: #16286b !important;
  font-weight: 700 !important;
  text-transform: none !important;
}

.one-dollar-section .one-dollar-body h3 {
  margin: 3px 0 2px !important;
  font-size: 18px !important;
  line-height: 1.02 !important;
  font-weight: 800 !important;
  color: #071b74 !important;
}

.one-dollar-section .one-dollar-body span {
  display: block !important;
  font-size: 13px !important;
  line-height: 1 !important;
  color: #0f205f !important;
  font-weight: 700 !important;
}

.one-dollar-section .one-dollar-btn {
  position: absolute !important;
  right: 10px !important;
  bottom: 10px !important;
  height: 34px !important;
  min-width: 62px !important;
  padding: 0 14px !important;
  border-radius: 999px !important;
  border: 2px solid #3750d4 !important;
  background: #ffffff !important;
  color: #1531aa !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  box-shadow: none !important;
}

/* subtle colored backgrounds under logos/cards as in reference */
.one-dollar-section .one-dollar-card:nth-child(1) .one-dollar-body {
  background: linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%) !important;
}

.one-dollar-section .one-dollar-card:nth-child(2) .one-dollar-body {
  background: linear-gradient(180deg, #ffffff 0%, #f4f9ff 100%) !important;
}

.one-dollar-section .one-dollar-card:nth-child(3) .one-dollar-body {
  background: linear-gradient(180deg, #ffffff 0%, #f3f8ff 100%) !important;
}

.one-dollar-section .one-dollar-card:nth-child(4) .one-dollar-body {
  background: linear-gradient(180deg, #ffffff 0%, #fff2fa 100%) !important;
}

.one-dollar-section .card-next {
  right: -13px !important;
  width: 38px !important;
  height: 38px !important;
  font-size: 24px !important;
  border: 1px solid #ccd6ff !important;
  background: #fff !important;
  color: #2440b8 !important;
}

@media (max-width: 1050px) {
  .one-dollar-section .one-dollar-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .one-dollar-section .one-dollar-card img {
    height: 150px !important;
  }
}

@media (max-width: 640px) {
  .one-dollar-section .one-dollar-grid {
    grid-template-columns: 1fr !important;
  }

  .one-dollar-section .one-dollar-card img {
    height: 138px !important;
  }
}

/* Exact match: Online scratch tickets row */
.scratch-section {
  margin-top: 16px !important;
}

.scratch-section .section-title {
  font-size: 34px !important;
  color: #071a60 !important;
}

.scratch-section .scratch-grid {
  margin-top: 8px !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

.scratch-section .scratch-card {
  border: 1px solid #dbe4ff !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  background: #fff !important;
  box-shadow: 0 6px 18px rgba(9, 24, 88, 0.1) !important;
  position: relative !important;
}

.scratch-section .scratch-card img {
  width: 100% !important;
  height: 166px !important;
  object-fit: cover !important;
  display: block !important;
}

.scratch-section .scratch-card img[src="img/gagnat.webp"] {
  object-fit: cover !important;
  background: transparent !important;
  padding: 0 !important;
  border-bottom: none !important;
}

.scratch-section .scratch-body {
  padding: 9px 10px 10px !important;
  min-height: 90px !important;
  position: relative !important;
  background: #fff !important;
  border-top: 1px solid #e8eeff !important;
}

.scratch-section .scratch-kicker {
  margin: 0 !important;
  font-size: 11px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  color: #112466 !important;
  text-transform: none !important;
}

.scratch-section .scratch-body h3 {
  margin: 3px 0 2px !important;
  font-size: 17px !important;
  line-height: 1.03 !important;
  font-weight: 800 !important;
  color: #061b74 !important;
}

.scratch-section .scratch-price {
  margin: 0 !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  color: #0d205e !important;
}

.scratch-section .scratch-btn {
  right: 10px !important;
  bottom: 10px !important;
  height: 32px !important;
  min-width: 58px !important;
  border-radius: 999px !important;
  border: 2px solid #3650d2 !important;
  background: #fff !important;
  color: #1230a6 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  padding: 0 14px !important;
  box-shadow: none !important;
}

.scratch-section .card-next {
  right: -13px !important;
  width: 38px !important;
  height: 38px !important;
  border: 1px solid #ccd6ff !important;
  background: #fff !important;
  color: #2340b8 !important;
  font-size: 24px !important;
}

@media (max-width: 1050px) {
  .scratch-section .scratch-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .scratch-section .scratch-card img {
    height: 150px !important;
  }
}

@media (max-width: 640px) {
  .scratch-section .scratch-grid {
    grid-template-columns: 1fr !important;
  }

  .scratch-section .scratch-card img {
    height: 140px !important;
  }
}

/* Exact match: assist tools 3-card strip */
.assist-tools-section {
  margin-top: 14px !important;
}

.assist-tools-section .assist-tools-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

.assist-tools-section .assist-tool-card {
  border-radius: 12px !important;
  overflow: hidden !important;
  border: 1px solid #dbe4ff !important;
  box-shadow: 0 6px 18px rgba(9, 24, 88, 0.1) !important;
  min-height: 322px !important;
  background: linear-gradient(180deg, #0d4fd2 0%, #081ea1 80%) !important;
}

.assist-tools-section .assist-tool-card img {
  width: 100% !important;
  height: 190px !important;
  object-fit: cover !important;
  display: block !important;
}

.assist-tools-section .assist-tool-card:nth-child(1) {
  background: #f8f7ef !important;
}

.assist-tools-section .assist-tool-card:nth-child(1) .assist-tool-body p,
.assist-tools-section .assist-tool-card:nth-child(1) .assist-tool-body h3 {
  color: #061a63 !important;
  text-shadow: none !important;
}

.assist-tools-section .assist-tool-card:nth-child(2),
.assist-tools-section .assist-tool-card:nth-child(3) {
  background: linear-gradient(180deg, #1148cd 0%, #0a1ea0 78%) !important;
}

.assist-tools-section .assist-tool-body {
  padding: 10px 12px 12px !important;
  min-height: 132px !important;
}

.assist-tools-section .assist-tool-body p {
  margin: 0 !important;
  font-size: 11px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  text-transform: none !important;
}

.assist-tools-section .assist-tool-body h3 {
  margin: 5px 0 12px !important;
  font-size: 17px !important;
  line-height: 1.05 !important;
  font-weight: 800 !important;
  letter-spacing: -0.01em !important;
  color: #ffffff !important;
}

.assist-tools-section .assist-tool-btn {
  height: 34px !important;
  min-width: 88px !important;
  border-radius: 999px !important;
  border: none !important;
  background: #ffffff !important;
  color: #0f2990 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  padding: 0 14px !important;
  box-shadow: none !important;
}

@media (max-width: 1050px) {
  .assist-tools-section .assist-tools-grid {
    grid-template-columns: 1fr !important;
  }

  .assist-tools-section .assist-tool-card {
    min-height: 300px !important;
  }

  .assist-tools-section .assist-tool-card img {
    height: 176px !important;
  }
}

@media (max-width: 640px) {
  .assist-tools-section .assist-tool-card {
    min-height: 280px !important;
  }

  .assist-tools-section .assist-tool-card img {
    height: 160px !important;
  }
}

/* Exact match: What's new row */
.whats-new-row {
  margin-top: 8px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.whats-new-row h2 {
  margin: 0 !important;
  font-size: 34px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  color: #071a60 !important;
}

.whats-new-row a {
  font-size: 22px !important;
  color: #1633ad !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.news-grid {
  margin-top: 10px !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

.news-card {
  border-radius: 12px !important;
  overflow: hidden !important;
  border: 1px solid #dce4ff !important;
  background: #fff !important;
  box-shadow: 0 6px 18px rgba(10, 26, 92, 0.1) !important;
  position: relative !important;
}

.news-image-wrap img {
  width: 100% !important;
  height: 172px !important;
  object-fit: cover !important;
  display: block !important;
}

.store-badge {
  top: 8px !important;
  left: 8px !important;
  padding: 3px 10px !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  border-radius: 7px !important;
  border: 1px solid #d6deff !important;
  background: #ffffff !important;
  color: #0a1b68 !important;
}

.news-body {
  padding: 9px 10px 10px !important;
  min-height: 92px !important;
  position: relative !important;
  background: #fff !important;
}

.news-kicker {
  margin: 0 !important;
  font-size: 11px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  color: #14276b !important;
}

.news-body h3 {
  margin: 3px 0 2px !important;
  font-size: 17px !important;
  line-height: 1.02 !important;
  font-weight: 800 !important;
  color: #071b74 !important;
}

.news-price {
  margin: 0 !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  color: #0e205f !important;
}

.news-btn {
  position: absolute !important;
  right: 10px !important;
  bottom: 10px !important;
  height: 32px !important;
  min-width: 66px !important;
  border-radius: 999px !important;
  border: 2px solid #3750d4 !important;
  background: #fff !important;
  color: #1531aa !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  padding: 0 14px !important;
  box-shadow: none !important;
}

.news-card .card-next {
  right: -13px !important;
  width: 38px !important;
  height: 38px !important;
  border: 1px solid #ccd6ff !important;
  background: #fff !important;
  color: #2340b8 !important;
  font-size: 24px !important;
}

@media (max-width: 1050px) {
  .news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .news-image-wrap img {
    height: 150px !important;
  }
}

@media (max-width: 640px) {
  .whats-new-row h2 {
    font-size: 24px !important;
  }

  .whats-new-row a {
    font-size: 14px !important;
  }

  .news-grid {
    grid-template-columns: 1fr !important;
  }

  .news-image-wrap img {
    height: 140px !important;
  }
}

/* Beautified + photo-close pass for What's new */
.whats-new-row {
  margin-top: 10px !important;
  margin-bottom: 2px !important;
}

.whats-new-row h2 {
  font-size: 36px !important;
  font-weight: 800 !important;
  color: #071a60 !important;
  letter-spacing: -0.02em !important;
}

.whats-new-row a {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #1b36b8 !important;
  text-decoration: none !important;
}

.news-grid {
  gap: 14px !important;
}

.news-card {
  border-radius: 14px !important;
  border: 1px solid #dce4ff !important;
  box-shadow: 0 8px 22px rgba(9, 24, 88, 0.09) !important;
}

.news-card:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 14px 28px rgba(9, 24, 88, 0.14) !important;
}

.news-image-wrap img {
  height: 176px !important;
}

.store-badge {
  top: 9px !important;
  left: 9px !important;
  padding: 4px 10px !important;
  border-radius: 8px !important;
  font-size: 10px !important;
  background: #fff !important;
  border: 1px solid #d3dcff !important;
  color: #0a1b67 !important;
}

.news-body {
  min-height: 98px !important;
  padding: 10px 11px 10px !important;
}

.news-kicker {
  font-size: 12px !important;
  color: #13266c !important;
}

.news-body h3 {
  font-size: 34px !important;
  line-height: 0.97 !important;
  color: #071b74 !important;
}

.news-price {
  font-size: 22px !important;
  color: #0f225f !important;
}

.news-btn {
  height: 33px !important;
  min-width: 72px !important;
  padding: 0 14px !important;
  border: 2px solid #3650d2 !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #1531aa !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  box-shadow: none !important;
}

.news-btn:hover {
  background: #1f40cc !important;
  color: #fff !important;
  border-color: #1f40cc !important;
}

.news-card .card-next {
  width: 40px !important;
  height: 40px !important;
  right: -14px !important;
  border: 1px solid #c9d4ff !important;
  color: #2742bb !important;
  background: #fff !important;
}

@media (max-width: 1050px) {
  .whats-new-row h2 {
    font-size: 28px !important;
  }

  .whats-new-row a {
    font-size: 15px !important;
  }

  .news-image-wrap img {
    height: 156px !important;
  }

  .news-body h3 {
    font-size: 24px !important;
  }

  .news-price {
    font-size: 15px !important;
  }
}

@media (max-width: 640px) {
  .news-image-wrap img {
    height: 144px !important;
  }

  .news-body h3 {
    font-size: 20px !important;
  }

  .news-price {
    font-size: 14px !important;
  }
}

/* Exact match: Don't miss row */
.dont-miss-v2-section {
  margin-top: 14px !important;
}

.dont-miss-v2-section .section-title {
  font-size: 34px !important;
  color: #071a60 !important;
  margin-bottom: 10px !important;
}

.dont-miss-v2-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

.dont-v2-card {
  position: relative !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  border: 1px solid #dce4ff !important;
  min-height: 182px !important;
  box-shadow: 0 6px 18px rgba(9, 24, 88, 0.1) !important;
}

.dont-v2-card img {
  width: 100% !important;
  height: 182px !important;
  object-fit: cover !important;
  display: block !important;
}

.dont-v2-card::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 46%, rgba(6, 16, 85, 0.9) 100%) !important;
}

.dont-v2-body {
  position: absolute !important;
  left: 10px !important;
  right: 10px !important;
  bottom: 10px !important;
  z-index: 2 !important;
  color: #fff !important;
}

.dont-v2-body p {
  margin: 0 !important;
  font-size: 11px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  text-transform: none !important;
}

.dont-v2-body h3 {
  margin: 4px 0 10px !important;
  font-size: 17px !important;
  line-height: 1.04 !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  letter-spacing: -0.01em !important;
}

.dont-v2-btn {
  height: 32px !important;
  min-width: 86px !important;
  border: none !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #0f2a90 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  padding: 0 14px !important;
  box-shadow: none !important;
}

@media (max-width: 1050px) {
  .dont-miss-v2-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .dont-v2-card,
  .dont-v2-card img {
    min-height: 200px !important;
    height: 200px !important;
  }
}

@media (max-width: 640px) {
  .dont-miss-v2-grid {
    grid-template-columns: 1fr !important;
  }

  .dont-v2-card,
  .dont-v2-card img {
    min-height: 176px !important;
    height: 176px !important;
  }
}

/* Exact match: Tools designed for you section */
.tools-grid {
  margin-top: 8px !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

.tools-grid .tool-card {
  border-radius: 14px !important;
  overflow: hidden !important;
  border: 1px solid #dbe4ff !important;
  min-height: 326px !important;
  background: linear-gradient(180deg, #133fd0 0%, #081d9f 80%) !important;
  box-shadow: 0 6px 18px rgba(9, 24, 88, 0.1) !important;
}

.tools-grid .tool-card img {
  width: 100% !important;
  height: 192px !important;
  object-fit: cover !important;
  display: block !important;
}

.tools-grid .tool-body {
  padding: 10px 12px 12px !important;
  min-height: 134px !important;
}

.tools-grid .tool-body .small {
  margin: 0 !important;
  font-size: 11px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  text-transform: none !important;
  color: #ffffff !important;
  opacity: 1 !important;
}

.tools-grid .tool-body h3 {
  margin: 5px 0 12px !important;
  font-size: 17px !important;
  line-height: 1.05 !important;
  font-weight: 800 !important;
  letter-spacing: -0.01em !important;
  color: #ffffff !important;
}

.tools-grid .tool-card .btn-solid {
  height: 34px !important;
  min-width: 88px !important;
  border: none !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #0f2a90 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  padding: 0 14px !important;
  box-shadow: none !important;
}

@media (max-width: 1050px) {
  .tools-grid {
    grid-template-columns: 1fr !important;
  }

  .tools-grid .tool-card {
    min-height: 300px !important;
  }

  .tools-grid .tool-card img {
    height: 176px !important;
  }
}

@media (max-width: 640px) {
  .tools-grid .tool-card {
    min-height: 280px !important;
  }

  .tools-grid .tool-card img {
    height: 160px !important;
  }
}

/* Pre-footer info section (white block above footer) */
.pre-footer-info {
  margin-top: 18px !important;
  padding-top: 10px !important;
  border-top: 1px solid #e5ebff !important;
}

.pre-footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 2fr;
  gap: 0;
  border: 1px solid #e5ebff;
  border-radius: 0;
  overflow: hidden;
  background: #fff;
}

.pre-footer-left {
  border-right: 1px solid #e5ebff;
}

.pre-footer-tile {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 14px;
  padding: 20px 18px;
  align-items: start;
}

.pre-footer-tile + .pre-footer-tile {
  border-top: 1px solid #e5ebff;
}

.pre-footer-tile img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.pre-footer-tile h3 {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 700;
  color: #091a61;
}

.pre-footer-tile p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.3;
  color: #081a5f;
  max-width: 300px;
}

.pre-footer-tile a {
  color: #1a35ad;
  font-weight: 700;
  font-size: 14px;
  text-decoration: underline;
}

.pre-footer-links {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px;
  padding: 20px 28px;
}

.pre-footer-col h4 {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 700;
  color: #091a61;
}

.pre-footer-col a {
  display: block;
  margin-bottom: 12px;
  color: #0a1a61;
  font-size: 16px;
  text-decoration: none;
}

@media (max-width: 1050px) {
  .pre-footer-grid {
    grid-template-columns: 1fr;
  }

  .pre-footer-left {
    border-right: none;
    border-bottom: 1px solid #e5ebff;
  }

  .pre-footer-links {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .pre-footer-tile {
    grid-template-columns: 46px 1fr;
    padding: 14px 12px;
    gap: 10px;
  }

  .pre-footer-tile img {
    width: 40px;
    height: 40px;
  }

  .pre-footer-tile h3 {
    font-size: 14px;
  }

  .pre-footer-tile p,
  .pre-footer-tile a {
    font-size: 13px;
  }

  .pre-footer-links {
    grid-template-columns: 1fr;
    padding: 14px 12px;
    gap: 6px;
  }

  .pre-footer-col h4 {
    font-size: 14px;
  }

  .pre-footer-col a {
    font-size: 14px;
    margin-bottom: 9px;
  }
}

@media (max-width: 640px) {
  .egg-promo-section .egg-card,
  .egg-promo-section .egg-card img {
    min-height: 220px !important;
    height: 220px !important;
  }

  .egg-promo-section .egg-body h3 {
    font-size: 16px !important;
  }

  .egg-promo-section .egg-btn {
    height: 32px !important;
    min-width: 76px !important;
    font-size: 12px !important;
  }
}

.scratch-body {
  padding: 9px 11px 11px;
  min-height: 96px;
  position: relative;
}

.scratch-kicker {
  margin: 0 0 3px;
  color: #06165f;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
}

.scratch-body h3 {
  margin: 0;
  color: #001b86;
  font-size: 35px;
  line-height: 0.95;
  font-weight: 800;
}

.scratch-price {
  margin: 4px 0 0;
  color: #05124d;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}

.scratch-btn {
  position: absolute;
  right: 10px;
  bottom: 10px;
  min-width: 70px;
  height: 34px;
  border-radius: 999px;
  border: 2px solid #4f56d6;
  background: #fff;
  color: #11288f;
  font-size: 21px;
  font-weight: 700;
}

.egg-promo-section {
  margin-top: 14px;
}

.egg-promo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.egg-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e0e5ff;
  min-height: 188px;
}

.egg-card img {
  width: 100%;
  height: 188px;
  object-fit: cover;
  display: block;
}

.egg-card-dark::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 46%, rgba(5, 13, 88, 0.93) 100%);
}

.egg-body {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 10px;
  z-index: 1;
}

.egg-card-dark .egg-body {
  color: #fff;
}

.egg-card-light .egg-body {
  color: #05165c;
}

.egg-body p {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.egg-body h3 {
  margin: 4px 0 10px;
  font-size: 16px;
  line-height: 1.05;
  font-weight: 800;
}

.egg-btn {
  height: 32px;
  border: none;
  border-radius: 999px;
  padding: 0 16px;
  background: #fff;
  color: #0a237f;
  font-size: 12px;
  font-weight: 700;
}

.egg-card-light .egg-btn {
  background: #091762;
  color: #fff;
}

.one-dollar-section {
  margin-top: 16px;
}

.one-dollar-grid {
  margin-top: 8px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.one-dollar-card {
  position: relative;
  border: 1px solid #e0e5ff;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.one-dollar-card img {
  width: 100%;
  height: 192px;
  object-fit: cover;
  display: block;
}

.one-dollar-body {
  position: relative;
  padding: 9px 10px 11px;
  min-height: 93px;
}

.one-dollar-body p {
  margin: 0;
  font-size: 11px;
  line-height: 1;
  text-transform: lowercase;
  color: #06175f;
  font-weight: 700;
}

.one-dollar-body h3 {
  margin: 2px 0 2px;
  color: #001a84;
  font-size: 35px;
  line-height: 0.95;
  font-weight: 800;
}

.one-dollar-body span {
  display: block;
  color: #05124c;
  font-size: 19px;
  line-height: 1;
  font-weight: 700;
}

.one-dollar-btn {
  position: absolute;
  right: 10px;
  bottom: 10px;
  min-width: 66px;
  height: 34px;
  border-radius: 999px;
  border: 2px solid #4f56d6;
  background: #fff;
  color: #11288f;
  font-size: 19px;
  font-weight: 700;
}

.assist-tools-section {
  margin-top: 12px;
}

.assist-tools-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.assist-tool-card {
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(180deg, #0e50d2 0%, #001a8f 74%);
  color: #fff;
}

.assist-tool-card img {
  width: 100%;
  height: 158px;
  object-fit: cover;
  display: block;
}

.assist-tool-body {
  padding: 10px 11px 12px;
}

.assist-tool-body p {
  margin: 0;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
}

.assist-tool-body h3 {
  margin: 5px 0 12px;
  font-size: 19px;
  line-height: 1.05;
  letter-spacing: -0.01em;
  font-weight: 800;
}

.assist-tool-btn {
  height: 33px;
  border: none;
  border-radius: 999px;
  background: #fff;
  color: #0b237f;
  font-size: 13px;
  font-weight: 700;
  padding: 0 14px;
}

.dont-miss-v2-section {
  margin-top: 14px;
}

.dont-miss-v2-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.dont-v2-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #dfe5ff;
  min-height: 184px;
}

.dont-v2-card img {
  width: 100%;
  height: 184px;
  object-fit: cover;
  display: block;
}

.dont-v2-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.03) 43%, rgba(8, 19, 91, 0.9) 100%);
}

.dont-v2-body {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  color: #fff;
}

.dont-v2-body p {
  margin: 0;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
}

.dont-v2-body h3 {
  margin: 4px 0 10px;
  font-size: 16px;
  line-height: 1.05;
  font-weight: 800;
}

.dont-v2-btn {
  height: 32px;
  border: none;
  border-radius: 999px;
  background: #fff;
  color: #08247f;
  font-size: 12px;
  font-weight: 700;
  padding: 0 14px;
}

@media (max-width: 1050px) {
  .dont-miss-v2-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dont-v2-card,
  .dont-v2-card img {
    min-height: 200px;
    height: 200px;
  }

  .one-dollar-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .one-dollar-card img {
    height: 156px;
  }

  .one-dollar-body h3 {
    font-size: 24px;
  }

  .one-dollar-body span {
    font-size: 14px;
  }

  .one-dollar-btn {
    height: 30px;
    font-size: 14px;
    min-width: 58px;
  }

  .assist-tools-grid {
    grid-template-columns: 1fr;
  }

  .assist-tool-card img {
    height: 170px;
  }

  .assist-tool-body h3 {
    font-size: 24px;
  }

  .egg-promo-grid {
    grid-template-columns: 1fr;
  }

  .egg-card,
  .egg-card img {
    min-height: 210px;
    height: 210px;
  }

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

  .scratch-card img {
    height: 130px;
  }

  .scratch-body h3 {
    font-size: 24px;
  }

  .scratch-price {
    font-size: 16px;
  }

  .scratch-btn {
    min-width: 58px;
    height: 29px;
    font-size: 14px;
  }

  .three-promo-grid {
    grid-template-columns: 1fr;
  }

  .three-promo-card,
  .three-promo-card img {
    min-height: 200px;
    height: 200px;
  }

  .three-promo-body h3 {
    font-size: 32px;
  }
}

@media (max-width: 640px) {
  .dont-miss-v2-grid {
    grid-template-columns: 1fr;
  }

  .dont-v2-card,
  .dont-v2-card img {
    min-height: 176px;
    height: 176px;
  }

  .one-dollar-grid {
    grid-template-columns: 1fr;
  }

  .one-dollar-card img {
    height: 140px;
  }

  .one-dollar-body h3 {
    font-size: 20px;
  }

  .assist-tool-card img {
    height: 145px;
  }

  .assist-tool-body h3 {
    font-size: 19px;
  }

  .egg-card,
  .egg-card img {
    min-height: 180px;
    height: 180px;
  }

  .egg-body h3 {
    font-size: 14px;
  }

  .egg-btn {
    height: 30px;
    padding: 0 12px;
    font-size: 11px;
  }

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

  .scratch-body h3 {
    font-size: 20px;
  }

  .scratch-price {
    font-size: 14px;
  }

  .three-promo-card,
  .three-promo-card img {
    min-height: 170px;
    height: 170px;
  }

  .three-promo-body h3 {
    font-size: 24px;
  }

  .three-promo-btn {
    height: 30px;
    font-size: 13px;
    padding: 0 12px;
  }
}

/* ==========================================================
   Final Cleanup Pass: consistency, alignment, spacing system
   ========================================================== */

/* Section rhythm */
.section {
  margin-top: 24px !important;
}

/* Unified grid spacing */
.grid,
.news-grid,
.scratch-grid,
.one-dollar-grid,
.tools-grid,
.assist-tools-grid,
.dont-miss-v2-grid,
.egg-promo-grid,
.three-promo-grid,
.popular-grid,
.draw-grid {
  gap: 20px !important;
}

/* Unified card shell */
.card,
.news-card,
.scratch-card,
.one-dollar-card,
.tool-card,
.assist-tool-card,
.dont-v2-card,
.egg-card,
.three-promo-card,
.popular-list-card,
.popular-feature-card,
.draw-left,
.draw-side-card {
  border-radius: 16px !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06) !important;
}

/* Typography consistency */
.section-title,
.whats-new-row h2,
.hero-results h2,
.popular-head h3 {
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
}

.kicker,
.small,
.news-kicker,
.scratch-kicker,
.one-dollar-body p,
.assist-tool-body p,
.dont-v2-body p,
.egg-body p,
.three-promo-body p {
  font-weight: 600 !important;
  opacity: 0.95 !important;
}

/* Card content alignment + bottom button line */
.card-body,
.news-body,
.scratch-body,
.one-dollar-body,
.tool-body,
.assist-tool-body,
.dont-v2-body,
.egg-body,
.three-promo-body {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  padding: 20px !important;
}

.card-body .btn,
.news-btn,
.scratch-btn,
.one-dollar-btn,
.tool-body .btn,
.assist-tool-btn,
.dont-v2-btn,
.egg-btn,
.three-promo-btn {
  margin-top: auto !important;
  align-self: flex-start !important;
  position: static !important;
}

/* 2 button styles only: Primary / Secondary */
.btn,
.news-btn,
.scratch-btn,
.one-dollar-btn,
.popular-btn,
.draw-buy,
.card-next {
  height: 40px !important;
  padding: 0 18px !important;
  border-radius: 22px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  border: 2px solid #2f4bd2 !important;
  background: #fff !important;
  color: #1531aa !important;
  box-shadow: none !important;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease !important;
}

.btn-solid,
.assist-tool-btn,
.dont-v2-btn,
.egg-card-light .egg-btn,
.hero-cta,
.btn-modal {
  height: 40px !important;
  padding: 0 18px !important;
  border-radius: 22px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  border: 2px solid #1f3fcb !important;
  background: #1f3fcb !important;
  color: #fff !important;
  box-shadow: none !important;
  transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease !important;
}

.btn:hover,
.news-btn:hover,
.scratch-btn:hover,
.one-dollar-btn:hover,
.popular-btn:hover,
.draw-buy:hover {
  background: #edf1ff !important;
  transform: translateY(-1px) !important;
}

.btn-solid:hover,
.assist-tool-btn:hover,
.dont-v2-btn:hover,
.egg-card-light .egg-btn:hover,
.hero-cta:hover,
.btn-modal:hover {
  background: #1633b2 !important;
  border-color: #1633b2 !important;
  transform: translateY(-1px) !important;
}

/* Keep image/card proportions balanced */
.news-card .news-image-wrap img,
.scratch-card img,
.one-dollar-card img,
.tool-card img,
.assist-tool-card img,
.dont-v2-card img {
  height: 176px !important;
}

/* Responsive cleanup */
@media (max-width: 1050px) {
  .grid,
  .news-grid,
  .scratch-grid,
  .one-dollar-grid,
  .tools-grid,
  .assist-tools-grid,
  .dont-miss-v2-grid,
  .egg-promo-grid,
  .three-promo-grid,
  .popular-grid,
  .draw-grid {
    gap: 16px !important;
  }

  .card-body,
  .news-body,
  .scratch-body,
  .one-dollar-body,
  .tool-body,
  .assist-tool-body,
  .dont-v2-body,
  .egg-body,
  .three-promo-body {
    padding: 16px !important;
  }

  .news-card .news-image-wrap img,
  .scratch-card img,
  .one-dollar-card img,
  .tool-card img,
  .assist-tool-card img,
  .dont-v2-card img {
    height: 156px !important;
  }
}

/* Hero redesign */
.hero-wrap {
  margin-bottom: 20px !important;
}

.hero {
  height: 440px !important;
  border-radius: 0 !important;
  background-position: center right !important;
  position: relative !important;
}

.hero::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background:
    radial-gradient(circle at 20% 30%, rgba(52, 102, 255, 0.35) 0%, rgba(52, 102, 255, 0) 45%),
    linear-gradient(90deg, rgba(5, 16, 74, 0.88) 0%, rgba(6, 18, 84, 0.55) 42%, rgba(6, 18, 84, 0.15) 100%) !important;
  pointer-events: none !important;
}

.hero-content {
  left: 48px !important;
  top: 120px !important;
  z-index: 2 !important;
  max-width: 460px !important;
}

.hero-content p {
  margin: 0 0 8px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #e9eeff !important;
}

.hero-content h1 {
  margin: 0 0 18px !important;
  font-size: 56px !important;
  line-height: 0.92 !important;
  color: #ffffff !important;
  text-shadow: 0 12px 24px rgba(0, 0, 0, 0.35) !important;
}

.hero-cta {
  min-width: 140px !important;
  height: 44px !important;
  border-radius: 24px !important;
  border: 2px solid #ffffff !important;
  background: #ffffff !important;
  color: #0d2a97 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  box-shadow: 0 10px 24px rgba(9, 18, 82, 0.34) !important;
}

.hero-menu,
.hero-search {
  width: 36px !important;
  height: 36px !important;
  top: 14px !important;
  border: 1px solid #d8e1ff !important;
  box-shadow: 0 6px 16px rgba(5, 16, 74, 0.2) !important;
}

.hero-limits {
  padding-top: 12px !important;
}

.hero-limits a {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #102c9f !important;
  text-decoration: none !important;
}

.hero-results {
  padding-top: 16px !important;
}

.hero-results h2 {
  font-size: 30px !important;
  color: #071a60 !important;
}

.hero-results a {
  font-size: 18px !important;
  color: #1c37b4 !important;
}

@media (max-width: 1050px) {
  .hero {
    height: 360px !important;
    background-position: 66% center !important;
  }

  .hero-content {
    left: 28px !important;
    top: 96px !important;
    max-width: 360px !important;
  }

  .hero-content h1 {
    font-size: 42px !important;
  }
}

@media (max-width: 640px) {
  .hero {
    height: 280px !important;
    background-position: 70% center !important;
  }

  .hero-content {
    left: 16px !important;
    top: 78px !important;
    max-width: 250px !important;
  }

  .hero-content p {
    font-size: 13px !important;
  }

  .hero-content h1 {
    font-size: 28px !important;
    margin-bottom: 12px !important;
  }

  .hero-cta {
    height: 36px !important;
    min-width: 112px !important;
    font-size: 13px !important;
  }

  .hero-results h2 {
    font-size: 22px !important;
  }
}

/* Final footer redesign (bigger, photo-like) */
.site-footer {
  margin-top: 26px !important;
}

.footer-strip {
  background: linear-gradient(180deg, #04115f 0%, #020a46 100%) !important;
  border-top: 1px solid #d8e2ff !important;
}

.footer-strip-inner {
  padding: 22px 0 18px !important;
}

.footer-socials {
  gap: 12px !important;
  margin-bottom: 16px !important;
}

.footer-socials a {
  width: 24px !important;
  height: 24px !important;
  border: 1px solid rgba(255, 255, 255, 0.92) !important;
  background: rgba(255, 255, 255, 0.04) !important;
  color: #fff !important;
  font-size: 12px !important;
}

.footer-legal {
  justify-content: space-between !important;
  gap: 12px 24px !important;
  margin: 0 auto 16px !important;
  max-width: 1120px !important;
}

.footer-legal a {
  color: #ffffff !important;
  font-size: 12px !important;
  line-height: 1 !important;
  text-decoration: none !important;
  opacity: 0.96 !important;
}

.footer-logo-row {
  margin: 12px auto 14px !important;
  justify-content: center !important;
  gap: 14px !important;
  max-width: 1120px !important;
}

.footer-logo-row img {
  height: 20px !important;
  width: auto !important;
  opacity: 1 !important;
}

.footer-techno {
  margin: 8px auto 10px !important;
  max-width: 1120px !important;
  color: #ffffff !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
  font-weight: 800 !important;
  text-align: left !important;
}

.footer-copy {
  margin-top: 8px !important;
  color: #ffffff !important;
  font-size: 13px !important;
  text-align: right !important;
  font-weight: 500 !important;
}

@media (max-width: 1050px) {
  .footer-strip-inner {
    padding: 18px 0 14px !important;
  }

  .footer-legal {
    justify-content: center !important;
  }

  .footer-techno {
    font-size: 11px !important;
  }

  .footer-copy {
    text-align: center !important;
    font-size: 12px !important;
  }
}

@media (max-width: 640px) {
  .footer-socials {
    gap: 8px !important;
  }

  .footer-socials a {
    width: 22px !important;
    height: 22px !important;
    font-size: 11px !important;
  }

  .footer-legal {
    gap: 10px 14px !important;
  }

  .footer-legal a {
    font-size: 11px !important;
  }

  .footer-logo-row img {
    height: 16px !important;
  }

  .footer-techno {
    font-size: 10px !important;
    line-height: 1.4 !important;
  }
}

/* Targeted beautification: links under hero */
.hero-limits {
  padding-top: 10px !important;
}

.hero-limits a {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  color: #0e2ea6 !important;
  text-decoration: none !important;
  padding: 8px 12px !important;
  border-radius: 999px !important;
  background: #eef3ff !important;
  border: 1px solid #d6e0ff !important;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease !important;
}

.hero-limits a:hover {
  background: #dde8ff !important;
  color: #0a2485 !important;
  transform: translateY(-1px) !important;
}

.hero-results a {
  font-size: 19px !important;
  font-weight: 700 !important;
  color: #1634ad !important;
  text-decoration: none !important;
  border-bottom: 2px solid #1634ad !important;
  line-height: 1.1 !important;
}

.hero-results a:hover {
  color: #0f2a93 !important;
  border-bottom-color: #0f2a93 !important;
}

/* Targeted beautification: Popular games list card */
.popular-list-card {
  border: 1px solid #dce4ff !important;
  border-radius: 18px !important;
  box-shadow: 0 10px 26px rgba(9, 24, 88, 0.08) !important;
  overflow: hidden !important;
}

.popular-head {
  height: 86px !important;
  padding: 0 22px !important;
  border-bottom: 1px solid #e8eeff !important;
  background: #ffffff !important;
}

.popular-head h3 {
  font-size: 26px !important;
  line-height: 1 !important;
  color: #071a61 !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
}

.popular-next {
  width: 36px !important;
  height: 36px !important;
  display: grid !important;
  place-items: center !important;
  border: 1px solid #d7e0ff !important;
  border-radius: 999px !important;
  background: #f6f8ff !important;
  color: #1737b5 !important;
  font-size: 26px !important;
}

.popular-item {
  min-height: 104px !important;
  padding: 14px 18px !important;
  grid-template-columns: 76px 1fr auto !important;
  border-top: 1px solid #e8eeff !important;
  background: #fff !important;
}

.popular-item img {
  width: 62px !important;
  height: 62px !important;
  border-radius: 14px !important;
  border: 1px solid #dce5ff !important;
  background: linear-gradient(180deg, #f8faff 0%, #eef3ff 100%) !important;
  padding: 8px !important;
  object-fit: contain !important;
}

.popular-item-meta h4 {
  margin: 0 !important;
  font-size: 18px !important;
  line-height: 1.04 !important;
  color: #071b74 !important;
  font-weight: 800 !important;
}

.popular-item-meta p {
  margin: 4px 0 0 !important;
  font-size: 14px !important;
  line-height: 1 !important;
  color: #0f205f !important;
  font-weight: 700 !important;
}

.popular-btn {
  height: 42px !important;
  min-width: 94px !important;
  padding: 0 18px !important;
  border-radius: 999px !important;
  border: 2px solid #3550d2 !important;
  background: #fff !important;
  color: #1531aa !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  box-shadow: none !important;
}

.popular-btn:hover {
  background: #edf2ff !important;
}

/* Beautify: What's new + Word games collection */
.whats-new-row,
.section .section-head {
  align-items: center !important;
}

.whats-new-row h2,
.section .section-title {
  color: #081b63 !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
}

.whats-new-row h2 {
  font-size: 44px !important;
}

.section .section-title {
  font-size: 44px !important;
}

.whats-new-row a,
.section .see-all {
  color: #1a39b9 !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.news-grid,
.games-top {
  gap: 14px !important;
}

.news-card,
.games-top .card.game-card {
  border-radius: 16px !important;
  border: 1px solid #dfe7ff !important;
  background: #fff !important;
  box-shadow: 0 8px 22px rgba(7, 23, 86, 0.08) !important;
  overflow: hidden !important;
}

.news-card:hover,
.games-top .card.game-card:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 12px 26px rgba(7, 23, 86, 0.13) !important;
}

.news-image-wrap img,
.games-top .game-card img {
  height: 158px !important;
  width: 100% !important;
  object-fit: cover !important;
}

.games-top .card-body,
.news-body {
  min-height: 142px !important;
  padding: 14px !important;
  display: flex !important;
  flex-direction: column !important;
}

.kicker,
.news-kicker {
  font-size: 11px !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  color: #7383b4 !important;
  margin-bottom: 6px !important;
  font-weight: 700 !important;
}

.games-top .card-body h3,
.news-body h3 {
  font-size: 20px !important;
  line-height: 1.08 !important;
  color: #0a1e73 !important;
  margin: 0 0 8px !important;
  font-weight: 800 !important;
}

.games-top .meta,
.news-price {
  font-size: 13px !important;
  color: #233472 !important;
  margin: 0 !important;
  font-weight: 700 !important;
}

.games-top .btn-outline,
.news-btn {
  position: static !important;
  margin-top: auto !important;
  align-self: flex-start !important;
  height: 34px !important;
  min-width: 72px !important;
  padding: 0 15px !important;
  border-radius: 999px !important;
  border: 2px solid #3550d2 !important;
  background: #fff !important;
  color: #1631aa !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

.games-top .btn-outline:hover,
.news-btn:hover {
  background: #ebf0ff !important;
}

.store-badge {
  font-size: 10px !important;
  border-radius: 8px !important;
}

.news-card .card-next {
  right: -12px !important;
  width: 38px !important;
  height: 38px !important;
  border: 1px solid #d4dcff !important;
}

@media (max-width: 1050px) {
  .whats-new-row h2,
  .section .section-title {
    font-size: 30px !important;
  }
}

@media (max-width: 640px) {
  .whats-new-row h2,
  .section .section-title {
    font-size: 24px !important;
  }

  .news-image-wrap img,
  .games-top .game-card img {
    height: 138px !important;
  }

  .games-top .card-body,
  .news-body {
    min-height: 126px !important;
    padding: 12px !important;
  }
}

/* Targeted redesign: featured La poule card */
.popular-feature-card {
  border-radius: 18px !important;
  border: 1px solid #dce4ff !important;
  box-shadow: 0 10px 28px rgba(8, 22, 84, 0.1) !important;
  overflow: hidden !important;
  background: #fff !important;
}

.popular-feature-card img {
  width: 100% !important;
  height: 250px !important;
  object-fit: cover !important;
  display: block !important;
}

.popular-feature-body {
  padding: 20px 22px 18px !important;
  background: #fff !important;
}

.popular-feature-body p {
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 1 !important;
  color: #10236a !important;
  font-weight: 700 !important;
}

.popular-feature-body h3 {
  margin: 8px 0 14px !important;
  font-size: 28px !important;
  line-height: 0.98 !important;
  letter-spacing: -0.02em !important;
  color: #041b79 !important;
  font-weight: 800 !important;
  max-width: 88% !important;
}

.popular-feature-bottom {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 12px !important;
}

.popular-feature-bottom span {
  font-size: 22px !important;
  line-height: 1 !important;
  color: #0a1f66 !important;
  font-weight: 700 !important;
}

.popular-feature-btn {
  width: 94px !important;
  height: 62px !important;
  border-radius: 999px !important;
  border: 2px solid #3650d2 !important;
  background: #fff !important;
  color: #1431a9 !important;
  font-size: 48px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  box-shadow: 0 8px 20px rgba(10, 27, 92, 0.12) !important;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease !important;
}

.popular-feature-btn:hover {
  background: #eaf0ff !important;
  transform: translateY(-1px) !important;
}

/* Local font + smaller featured Buy button */
body,
button,
input,
textarea,
select {
  font-family: "Montserrat", Arial, sans-serif !important;
}

.popular-feature-btn {
  width: 78px !important;
  height: 48px !important;
  font-size: 18px !important;
  border-width: 2px !important;
}

/* Footer upscale: bigger, wider, cleaner */
.site-footer {
  margin-top: 34px !important;
}

.footer-strip {
  background: radial-gradient(circle at 20% -20%, #1538c9 0%, #061a7a 26%, #030f56 62%, #020a44 100%) !important;
  border-top: 1px solid rgba(215, 227, 255, 0.45) !important;
}

.footer-strip-inner {
  width: min(1440px, calc(100% - 28px)) !important;
  padding: 28px 0 22px !important;
}

.footer-socials {
  gap: 14px !important;
  margin-bottom: 18px !important;
}

.footer-socials a {
  width: 28px !important;
  height: 28px !important;
  font-size: 13px !important;
  border: 1px solid rgba(255, 255, 255, 0.85) !important;
  background: rgba(255, 255, 255, 0.06) !important;
  backdrop-filter: blur(2px);
}

.footer-socials a:hover {
  background: rgba(255, 255, 255, 0.18) !important;
  transform: translateY(-1px) !important;
}

.footer-legal {
  max-width: 1300px !important;
  justify-content: space-between !important;
  gap: 12px 18px !important;
  margin: 0 auto 18px !important;
}

.footer-legal a {
  font-size: 13px !important;
  color: #ffffff !important;
  opacity: 0.96 !important;
}

.footer-logo-row {
  max-width: 1300px !important;
  margin: 14px auto 14px !important;
  gap: 16px !important;
}

.footer-logo-row img {
  height: 22px !important;
  filter: saturate(1.05) brightness(1.03);
}

.footer-techno {
  max-width: 1300px !important;
  margin: 10px auto 10px !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

.footer-copy {
  max-width: 1300px !important;
  margin: 8px auto 0 !important;
  text-align: right !important;
  font-size: 13px !important;
}

@media (max-width: 1050px) {
  .footer-strip-inner {
    width: calc(100% - 20px) !important;
    padding: 22px 0 18px !important;
  }

  .footer-legal {
    justify-content: center !important;
    gap: 10px 16px !important;
  }

  .footer-logo-row img {
    height: 18px !important;
  }

  .footer-techno,
  .footer-copy {
    text-align: center !important;
    font-size: 12px !important;
  }
}

/* =================================
   Footer Premium Layout (final pass)
   ================================= */
.site-footer {
  width: 100%;
  margin-top: 36px !important;
}

.footer-strip {
  width: 100%;
  background: linear-gradient(180deg, #0b1f4b 0%, #08163a 100%) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
}

.footer-strip-inner {
  width: 100% !important;
  max-width: 1600px !important;
  margin: 0 auto !important;
  padding: 60px 40px !important;
  display: grid !important;
  gap: 36px !important;
}

.footer-socials {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 14px !important;
  margin: 0 !important;
}

.footer-socials a {
  width: 34px !important;
  height: 34px !important;
  border-radius: 50% !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  background: rgba(255, 255, 255, 0.08) !important;
  color: #fff !important;
  display: grid !important;
  place-items: center !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease !important;
}

.footer-socials a:hover {
  transform: scale(1.08) !important;
  background: rgba(255, 255, 255, 0.18) !important;
  box-shadow: 0 0 16px rgba(118, 156, 255, 0.55) !important;
}

.footer-legal {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 16px 26px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  padding: 20px 0 !important;
  margin: 0 !important;
  max-width: none !important;
  text-align: center !important;
}

.footer-legal a {
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  opacity: 0.82 !important;
  color: #fff !important;
  text-decoration: none !important;
}

.footer-legal a:hover {
  opacity: 1 !important;
}

.footer-logo-row {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 18px !important;
  margin: 0 !important;
}

.footer-logo-row img {
  height: 22px !important;
  width: auto !important;
}

.footer-techno {
  max-width: 900px !important;
  margin: 8px auto 0 !important;
  text-align: center !important;
  line-height: 1.55 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  opacity: 0.92 !important;
}

.footer-copy {
  margin-top: 6px !important;
  padding-top: 10px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
  text-align: center !important;
  font-size: 13px !important;
  opacity: 0.88 !important;
}

@media (max-width: 1200px) {
  .footer-strip-inner {
    padding: 48px 26px !important;
    gap: 30px !important;
  }

  .footer-legal { justify-content: center !important; }
}

@media (max-width: 760px) {
  .footer-strip-inner {
    padding: 40px 18px !important;
    gap: 26px !important;
  }

  .footer-socials {
    gap: 10px !important;
  }

  .footer-socials a {
    width: 30px !important;
    height: 30px !important;
  }

  .footer-legal {
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    text-align: center !important;
    gap: 12px !important;
    padding: 18px 0 !important;
  }

  .footer-legal a {
    font-size: 13px !important;
  }

  .footer-logo-row {
    gap: 12px !important;
  }

  .footer-logo-row img {
    height: 16px !important;
  }

  .footer-techno {
    font-size: 11px !important;
  }

  .footer-copy {
    font-size: 11px !important;
  }
}

@media (max-width: 1050px) {
  .popular-feature-card img {
    height: 210px !important;
  }

  .popular-feature-body h3 {
    font-size: 24px !important;
  }

  .popular-feature-bottom span {
    font-size: 18px !important;
  }

  .popular-feature-btn {
    width: 82px !important;
    height: 52px !important;
    font-size: 38px !important;
  }
}

@media (max-width: 640px) {
  .popular-feature-card img {
    height: 180px !important;
  }

  .popular-feature-body {
    padding: 14px !important;
  }

  .popular-feature-body h3 {
    font-size: 21px !important;
    max-width: 100% !important;
  }

  .popular-feature-bottom span {
    font-size: 16px !important;
  }

  .popular-feature-btn {
    width: 72px !important;
    height: 46px !important;
    font-size: 30px !important;
  }
}

/* Colorful backgrounds for cards and image zones */

/* Base colorful card surfaces */
.news-card,
.scratch-card,
.one-dollar-card,
.games-top .game-card,
.popular-list-card,
.popular-feature-card,
.tool-card,
.assist-tool-card,
.dont-v2-card,
.egg-card,
.three-promo-card {
  background: linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%) !important;
}

/* Image zones get subtle color backing */
.news-image-wrap,
.scratch-card > img,
.one-dollar-card > img,
.games-top .game-card > img,
.tool-card > img,
.assist-tool-card > img,
.dont-v2-card > img,
.egg-card > img,
.three-promo-card > img,
.popular-feature-card > img {
  background-color: #eef3ff !important;
}

/* Alternating accents for repetitive rows */
.news-grid .news-card:nth-child(1) .news-image-wrap { background: linear-gradient(135deg, #ffe8e8 0%, #eef3ff 100%) !important; }
.news-grid .news-card:nth-child(2) .news-image-wrap { background: linear-gradient(135deg, #e8fff0 0%, #eef4ff 100%) !important; }
.news-grid .news-card:nth-child(3) .news-image-wrap { background: linear-gradient(135deg, #fff4e8 0%, #eef2ff 100%) !important; }
.news-grid .news-card:nth-child(4) .news-image-wrap { background: linear-gradient(135deg, #f6e8ff 0%, #eef6ff 100%) !important; }

.games-top .game-card:nth-child(1) > img { background: linear-gradient(135deg, #ffeaea 0%, #fff6f6 100%) !important; }
.games-top .game-card:nth-child(2) > img { background: linear-gradient(135deg, #efe8ff 0%, #f7f4ff 100%) !important; }
.games-top .game-card:nth-child(3) > img { background: linear-gradient(135deg, #e8fff1 0%, #f4fff8 100%) !important; }
.games-top .game-card:nth-child(4) > img { background: linear-gradient(135deg, #fff1f7 0%, #fff8fb 100%) !important; }

.scratch-grid .scratch-card:nth-child(1) > img { background: linear-gradient(135deg, #ffe8e8 0%, #fff5f5 100%) !important; }
.scratch-grid .scratch-card:nth-child(2) > img { background: linear-gradient(135deg, #e8f2ff 0%, #f2f8ff 100%) !important; }
.scratch-grid .scratch-card:nth-child(3) > img { background: linear-gradient(135deg, #e8f8ff 0%, #f2fbff 100%) !important; }
.scratch-grid .scratch-card:nth-child(4) > img { background: linear-gradient(135deg, #ffeef7 0%, #fff7fb 100%) !important; }

.one-dollar-grid .one-dollar-card:nth-child(1) > img { background: linear-gradient(135deg, #e9f2ff 0%, #f3f8ff 100%) !important; }
.one-dollar-grid .one-dollar-card:nth-child(2) > img { background: linear-gradient(135deg, #e8f5ff 0%, #f2faff 100%) !important; }
.one-dollar-grid .one-dollar-card:nth-child(3) > img { background: linear-gradient(135deg, #edf5ff 0%, #f5f9ff 100%) !important; }
.one-dollar-grid .one-dollar-card:nth-child(4) > img { background: linear-gradient(135deg, #ffeaf6 0%, #fff5fb 100%) !important; }

/* Keep dark promo/tool cards colorful and rich */
.tool-card,
.assist-tool-card {
  background: linear-gradient(155deg, #123fc8 0%, #0b2ca8 50%, #081d8f 100%) !important;
}

.dont-v2-card::after {
  background: linear-gradient(180deg, rgba(5, 14, 70, 0.06) 38%, rgba(7, 18, 89, 0.88) 100%) !important;
}

.egg-card-light {
  background: linear-gradient(160deg, #f7ecff 0%, #f4e4ff 45%, #ffeef6 100%) !important;
}

/* Slight colorful tint for card bodies where needed */
.news-body,
.scratch-body,
.one-dollar-body,
.card-body {
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%) !important;
}

/* Orange background for La poule image */
.popular-feature-card img[src="img/chicken.webp"] {
  background: linear-gradient(180deg, #ff7b3a 0%, #f45e2d 100%) !important;
  object-fit: contain !important;
}

/* Modern Sign-up modal redesign */
.modal-overlay {
  background: rgba(6, 15, 55, 0.66) !important;
  backdrop-filter: blur(5px) saturate(1.05) !important;
}

.modal {
  width: min(760px, calc(100% - 28px)) !important;
  border-radius: 22px !important;
  border: 1px solid #dbe4ff !important;
  box-shadow: 0 30px 80px rgba(5, 14, 58, 0.35) !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(79, 119, 255, 0.08) 0%, rgba(79, 119, 255, 0) 45%),
    #ffffff !important;
  padding: 28px 26px 24px !important;
}

.close-modal {
  top: 14px !important;
  right: 16px !important;
  width: 34px !important;
  height: 34px !important;
  border-radius: 999px !important;
  border: 1px solid #d9e2ff !important;
  background: #f7f9ff !important;
  color: #0e257f !important;
  font-size: 24px !important;
  display: grid !important;
  place-items: center !important;
}

.modal h2 {
  margin: 0 !important;
  font-size: 52px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  color: #081b66 !important;
  letter-spacing: -0.02em !important;
}

.modal-subtitle {
  margin: 8px 0 18px !important;
  color: #5a6897 !important;
  font-size: 15px !important;
  font-weight: 500 !important;
}

.modal-form {
  gap: 10px !important;
}

.modal-form label {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #0d236f !important;
  margin-top: 3px !important;
}

.modal-form input {
  height: 52px !important;
  border-radius: 14px !important;
  border: 1px solid #d9e2ff !important;
  background: #fbfcff !important;
  font-size: 15px !important;
  color: #0c1f69 !important;
  padding: 0 14px !important;
}

.modal-form input::placeholder {
  color: #8a95bb !important;
}

.modal-form input:focus {
  border-color: #3152dc !important;
  box-shadow: 0 0 0 3px rgba(49, 82, 220, 0.14) !important;
  background: #fff !important;
}

.btn-modal {
  margin-top: 10px !important;
  height: 56px !important;
  width: 100% !important;
  border: none !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #1d3fd1 0%, #3158e8 55%, #5a3ef0 100%) !important;
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  letter-spacing: 0.01em !important;
  box-shadow: 0 14px 30px rgba(36, 68, 210, 0.3) !important;
}

.btn-modal:hover {
  filter: brightness(1.03) !important;
}

@media (max-width: 640px) {
  .modal {
    padding: 20px 16px 16px !important;
    border-radius: 16px !important;
  }

  .modal h2 {
    font-size: 38px !important;
  }

  .modal-subtitle {
    font-size: 13px !important;
    margin-bottom: 14px !important;
  }

  .modal-form input {
    height: 46px !important;
  }

  .btn-modal {
    height: 48px !important;
    font-size: 17px !important;
  }
}
