/* Seven Play Casino — production styles */

* {
  margin: 0;
  padding: 0;
  outline: 0;
}

ul,
ol {
  list-style-type: none;
}

a {
  text-decoration: none;
  display: inline-block;
}

a:hover {
  text-decoration: none;
}

img {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin: 0;
  padding: 0;
}

/* =========================================
            MODERN STICKY CASINO NAVBAR
========================================= */

body {
  padding-top: 84px;
}

.casino-navbar > .container,
.casino-hero > .container {
  width: 100%;
  max-width: 1540px;
  padding-right: 32px;
  padding-left: 32px;
}

.casino-navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;

  background:
    radial-gradient(
      circle at 82% -30%,
      rgba(255, 115, 103, 0.42),
      transparent 34%
    ),
    linear-gradient(105deg, #160a42 0%, #321269 48%, #1b1456 100%);
  backdrop-filter: blur(14px);

  padding: 12px 0;

  border-bottom: 1px solid rgba(255, 190, 126, 0.22);

  transition:
    background 0.3s ease,
    padding 0.3s ease,
    box-shadow 0.3s ease;
}

/* Navbar on scroll */

.casino-navbar.scrolled {
  background: rgba(24, 11, 67, 0.97);
  padding: 9px 0;

  box-shadow: 0 12px 34px rgba(15, 7, 45, 0.28);
}

.seven-play-logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffffff !important;
}

.seven-play-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 16px 16px 16px 5px;
  background: linear-gradient(145deg, #8158ff, #ad5fe7 54%, #ff806b);
  color: #fff;
  font:
    700 31px/1 "Anton",
    sans-serif;
  transform: rotate(-3deg);
  box-shadow:
    0 9px 24px rgba(5, 0, 26, 0.35),
    0 0 0 1px rgba(255, 255, 255, 0.16) inset;
}

.seven-play-name {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.seven-play-name strong {
  font:
    800 20px/1 "Nunito",
    sans-serif;
  letter-spacing: -0.4px;
}

.seven-play-name small {
  margin-top: 5px;
  color: #ffb08f;
  font:
    800 10px/1 "Nunito",
    sans-serif;
  letter-spacing: 2.1px;
  text-transform: uppercase;
}

.casino-navbar .navbar-nav {
  gap: 8px;
}

.casino-navbar .nav-link {
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  font-weight: 600;
  font-family: "Nunito", sans-serif;

  padding: 10px 16px !important;

  letter-spacing: 0.3px;

  transition: all 0.3s ease;

  position: relative;
}

.casino-navbar .nav-link:hover {
  color: #ffc487;
}

.casino-navbar .nav-link::after {
  content: "";

  position: absolute;

  left: 16px;
  bottom: 4px;

  width: 0;
  height: 2px;

  background: linear-gradient(90deg, #ffc05f, #ff746e);

  transition: width 0.3s ease;
}

.casino-navbar .nav-link:hover::after {
  width: calc(100% - 32px);
}

/* CTA BUTTON */

.casino-nav-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 14px 28px;

  border-radius: 10px;

  background: linear-gradient(135deg, #ffb24e 0%, #ff7a6b 48%, #d95ec7 100%);

  color: #fff !important;

  font-size: 15px;
  font-weight: 800;
  font-family: "Nunito", sans-serif;

  text-transform: uppercase;
  letter-spacing: 0.6px;

  transition: all 0.3s ease;

  box-shadow: 0 10px 28px rgba(255, 111, 99, 0.3);
}

.casino-nav-btn a:hover {
  transform: translateY(-2px);

  box-shadow: 0 14px 34px rgba(255, 111, 99, 0.42);

  color: #fff !important;
}

/* MOBILE MENU */

.navbar-toggler {
  border: none;
  color: #ffc487;
  font-size: 24px;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

@media (max-width: 991px) {
  .casino-navbar > .container,
  .casino-hero > .container {
    padding-right: 16px;
    padding-left: 16px;
  }

  body {
    padding-top: 82px;
  }

  .casino-navbar {
    padding: 14px 0;
  }

  .casino-navbar .navbar-collapse {
    background: #211052;

    padding: 20px;

    margin-top: 16px;

    border-radius: 14px;

    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 18px 40px rgba(8, 3, 30, 0.32);
  }

  .casino-navbar .navbar-nav {
    gap: 0;

    align-items: flex-start !important;
  }

  .casino-navbar .nav-link {
    padding: 12px 0 !important;
  }

  .casino-nav-btn {
    margin-top: 16px;
    width: 100%;
  }

  .casino-nav-btn a {
    width: 100%;
  }
}

/* =========================================
            PREMIUM HERO BANNER
========================================= */

.casino-hero {
  position: relative;
  min-height: calc(100vh - 84px);

  display: flex;
  align-items: center;

  padding: 104px 0 92px;

  overflow: hidden;

  background-color: #180b48;
  background-image: url("../images/seven-play-hero-gods.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
}

.casino-hero-overlay {
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      90deg,
      #17093f 0%,
      rgba(28, 12, 76, 0.98) 24%,
      rgba(34, 16, 87, 0.88) 43%,
      rgba(37, 17, 91, 0.3) 66%,
      rgba(37, 17, 91, 0.02) 82%
    ),
    radial-gradient(
      circle at 20% 35%,
      rgba(255, 129, 105, 0.22),
      transparent 34%
    );

  z-index: 1;
}

.casino-hero .container {
  position: relative;
  z-index: 2;
}

.casino-hero-content {
  max-width: 590px;
  padding: 34px 0;
}

.casino-hero-label {
  display: inline-flex;
  align-items: center;

  padding: 9px 16px;
  margin-bottom: 24px;

  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;

  background: rgba(255, 255, 255, 0.06);

  color: #ffd7cd;

  font-size: 13px;
  font-weight: 800;
  font-family: "Nunito", sans-serif;

  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.casino-hero h1 {
  margin-bottom: 18px;

  color: #ffffff;

  font-size: 66px;
  line-height: 1;
  font-weight: 700;
  font-family: "Anton", sans-serif;

  letter-spacing: 1px;
  text-transform: uppercase;

  text-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
}

.casino-hero h2 {
  max-width: 570px;

  margin-bottom: 24px;

  color: #ffd4cb;

  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
  font-family: "Nunito", sans-serif;
}

.casino-hero p {
  max-width: 555px;

  margin-bottom: 34px;

  color: rgba(255, 255, 255, 0.82);

  font-size: 18px;
  line-height: 1.8;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
}

.casino-hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -10px 0 32px;
}

.casino-hero-highlights span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
  font:
    700 13px/1 "Nunito",
    sans-serif;
  backdrop-filter: blur(8px);
}

.casino-hero-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.casino-hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 190px;

  padding: 16px 34px;

  border-radius: 12px;

  background: linear-gradient(135deg, #ff8b73 0%, #ff6d68 100%);

  color: #fff !important;

  font-size: 16px;
  font-weight: 900;
  font-family: "Nunito", sans-serif;

  text-transform: uppercase;
  letter-spacing: 0.8px;

  box-shadow: 0 16px 38px rgba(255, 109, 104, 0.28);

  transition: all 0.3s ease;
}

.casino-hero-btn:hover {
  transform: translateY(-3px);

  box-shadow: 0 20px 46px rgba(255, 109, 104, 0.38);

  color: #fff !important;
}

.casino-hero-note {
  display: block;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.68);
  font:
    600 13px/1.5 "Nunito",
    sans-serif;
}

.casino-hero-link {
  color: #ffffff;

  font-size: 15px;
  font-weight: 800;
  font-family: "Nunito", sans-serif;

  text-transform: uppercase;
  letter-spacing: 0.6px;

  border-bottom: 1px solid rgba(212, 175, 55, 0.7);

  transition: all 0.3s ease;
}

.casino-hero-link:hover {
  color: #d4af37;
}

/* Mobile */

@media (max-width: 991px) {
  .casino-hero {
    min-height: auto;
    padding: 100px 0 80px;
    background-position: 62% center;
    background-size: auto 100%;
  }

  .casino-hero h1 {
    font-size: 56px;
  }

  .casino-hero h2 {
    font-size: 25px;
  }

  .casino-hero p {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .casino-hero {
    padding: 85px 0 65px;
  }

  .casino-hero h1 {
    font-size: 44px;
  }

  .casino-hero h2 {
    font-size: 22px;
  }

  .casino-hero-actions {
    align-items: stretch;
  }

  .casino-hero-btn,
  .casino-hero-link {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .casino-hero-link {
    padding-bottom: 8px;
  }
}

/* =========================================
        CASINO ONLINE PROMO SECTION
========================================= */

.casino-promo {
  position: relative;
  padding: 110px 0;
  background:
    radial-gradient(
      circle at 15% 20%,
      rgba(212, 175, 55, 0.14),
      transparent 32%
    ),
    linear-gradient(180deg, #070a10 0%, #10151f 100%);
  overflow: hidden;
}

.casino-promo::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0%, transparent 45%),
    linear-gradient(45deg, transparent 0%, rgba(212, 175, 55, 0.06) 100%);
  pointer-events: none;
}

.casino-promo .container {
  position: relative;
  z-index: 2;
}

.casino-promo-card {
  position: relative;
  padding: 56px;
  border-radius: 28px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.04)
  );
  border: 1px solid rgba(212, 175, 55, 0.28);
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  overflow: hidden;
}

.casino-promo-card::after {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.16);
  filter: blur(18px);
}

.casino-promo-content {
  position: relative;
  z-index: 2;
  max-width: 1050px;
  margin: 0 auto;
  text-align: center;
}

.casino-promo-label {
  display: inline-flex;
  margin-bottom: 20px;
  padding: 9px 16px;
  border-radius: 999px;
  border: 1px solid rgba(212, 175, 55, 0.45);
  background: rgba(212, 175, 55, 0.08);
  color: #d4af37;
  font-size: 13px;
  font-weight: 800;
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.casino-promo h2 {
  max-width: 850px;
  margin: 0 auto 22px;
  color: #ffffff;
  font-size: 48px;
  line-height: 1.15;
  font-weight: 700;
  font-family: "Anton", sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.casino-promo-content > p {
  max-width: 820px;
  margin: 0 auto 34px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.8;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
}

.casino-promo-offer {
  max-width: 900px;
  margin: 0 auto 38px;
  padding: 28px 32px;
  border-radius: 22px;
  background: linear-gradient(
    135deg,
    rgba(212, 175, 55, 0.22),
    rgba(212, 175, 55, 0.06)
  );
  border: 1px solid rgba(212, 175, 55, 0.36);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.casino-promo-offer span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 800;
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.casino-promo-offer strong {
  display: block;

  color: #f2d675;

  font-size: 26px;
  line-height: 1.35;

  font-weight: 900;
  font-family: "Nunito", sans-serif;

  white-space: nowrap;
}

.casino-promo-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 38px;
}

.casino-promo-step {
  padding: 28px 24px;
  border-radius: 20px;
  background: rgba(7, 10, 16, 0.68);
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
  transition: all 0.3s ease;
}

.casino-promo-step:hover {
  transform: translateY(-5px);
  border-color: rgba(212, 175, 55, 0.35);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

.casino-promo-step span {
  display: inline-flex;
  margin-bottom: 16px;
  color: #d4af37;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
  font-family: "Anton", sans-serif;
}

.casino-promo-step h3 {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 800;
  font-family: "Nunito", sans-serif;
}

.casino-promo-step p {
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.7;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
}

.casino-promo-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.casino-promo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 245px;
  padding: 17px 34px;
  border-radius: 12px;
  background: linear-gradient(135deg, #d4af37 0%, #f2d675 100%);
  color: #111 !important;
  font-size: 15px;
  font-weight: 900;
  font-family: "Nunito", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  box-shadow: 0 16px 40px rgba(212, 175, 55, 0.3);
  transition: all 0.3s ease;
}

.casino-promo-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 50px rgba(212, 175, 55, 0.42);
  color: #000 !important;
}

.casino-promo-note {
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  font-weight: 600;
  font-family: "Nunito", sans-serif;
}

/* Mobile */

@media (max-width: 991px) {
  .casino-promo {
    padding: 80px 0;
  }

  .casino-promo-card {
    padding: 38px 28px;
  }

  .casino-promo h2 {
    font-size: 38px;
  }

  .casino-promo-offer strong {
    font-size: 18px;
    white-space: normal;
  }

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

@media (max-width: 575px) {
  .casino-promo {
    padding: 65px 0;
  }

  .casino-promo-card {
    padding: 30px 20px;
    border-radius: 22px;
  }

  .casino-promo h2 {
    font-size: 31px;
  }

  .casino-promo-content > p {
    font-size: 16px;
  }

  .casino-promo-offer {
    padding: 24px 20px;
  }

  .casino-promo-offer strong {
    font-size: 23px;
  }

  .casino-promo-actions {
    align-items: stretch;
  }

  .casino-promo-btn {
    width: 100%;
  }

  .casino-promo-note {
    width: 100%;
    text-align: center;
  }
}

/* Seven Play About */
.seven-about {
  position: relative;
  overflow: hidden;
  padding: 108px 0;
  background:
    radial-gradient(
      circle at 10% 15%,
      rgba(255, 121, 158, 0.17),
      transparent 28%
    ),
    radial-gradient(
      circle at 90% 82%,
      rgba(103, 82, 220, 0.2),
      transparent 32%
    ),
    linear-gradient(145deg, #21104f 0%, #48267b 51%, #7f3d88 100%);
  color: #fff;
}
.seven-about::before,
.seven-about::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 50%;
}
.seven-about::before {
  top: -250px;
  right: -180px;
  width: 650px;
  height: 650px;
}
.seven-about::after {
  bottom: -210px;
  left: -150px;
  width: 520px;
  height: 520px;
}
.seven-about-inner.container {
  position: relative;
  z-index: 1;
  width: min(1420px, calc(100% - 70px));
  max-width: none;
}
.seven-about-head {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: end;
  gap: 80px;
  margin-bottom: 42px;
}
.seven-about-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: #ffb9dc;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.seven-about-head h2 {
  margin: 0;
  color: #fff;
  font-family: "Anton", sans-serif;
  font-size: clamp(48px, 4.5vw, 72px);
  font-weight: 400;
  line-height: 1.04;
}
.seven-about-intro {
  display: grid;
  gap: 14px;
}
.seven-about-intro p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  line-height: 1.7;
}
.seven-about-showcase {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 16px;
}
.seven-about-main-card {
  position: relative;
  min-height: 440px;
  padding: 42px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 30px;
  background:
    radial-gradient(
      circle at 82% 16%,
      rgba(255, 145, 199, 0.22),
      transparent 26%
    ),
    rgba(21, 9, 59, 0.56);
  box-shadow: 0 26px 64px rgba(20, 8, 50, 0.24);
}
.seven-about-brand-mark {
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
  margin-bottom: 67px;
  border-radius: 26px 26px 26px 8px;
  background: linear-gradient(145deg, #8259ff, #c65bca 58%, #ff816e);
  box-shadow: 0 16px 36px rgba(7, 1, 30, 0.32);
  transform: rotate(-3deg);
}
.seven-about-brand-mark span {
  color: #fff;
  font-family: "Anton", sans-serif;
  font-size: 48px;
  transform: rotate(3deg);
}
.seven-about-main-copy > span,
.seven-about-side-cards article > span,
.seven-about-worlds > header > span {
  color: #ffb8db;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.seven-about-main-copy h3 {
  max-width: 680px;
  margin: 9px 0 14px;
  color: #fff;
  font-size: 37px;
  line-height: 1.15;
}
.seven-about-main-copy p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.68;
}
.seven-about-pulse {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 28px;
  padding: 10px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
}
.seven-about-pulse i {
  color: #ff84bf;
  font-size: 8px;
  box-shadow: 0 0 0 5px rgba(255, 132, 191, 0.12);
  border-radius: 50%;
}
.seven-about-side-cards {
  display: grid;
  gap: 16px;
}
.seven-about-side-cards article {
  padding: 31px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.1);
}
.seven-about-side-cards article > i {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  margin-bottom: 25px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.13);
  color: #ffb0d6;
  font-size: 21px;
}
.seven-about-side-cards h3 {
  margin: 7px 0 9px;
  color: #fff;
  font-size: 23px;
}
.seven-about-side-cards p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.58;
}
.seven-about-worlds {
  margin-top: 72px;
}
.seven-about-worlds > header {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 55px;
  align-items: end;
  margin-bottom: 26px;
}
.seven-about-worlds > header > span {
  grid-column: 1 / -1;
  margin-bottom: -42px;
}
.seven-about-worlds > header h3 {
  margin: 0;
  color: #fff;
  font-size: 34px;
}
.seven-about-worlds > header p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.65;
}
.seven-about-worlds-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.seven-about-worlds-grid article {
  padding: 27px;
  border-radius: 21px;
  background: #fff;
  box-shadow: 0 17px 38px rgba(21, 9, 53, 0.16);
}
.seven-about-world-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  margin-bottom: 29px;
  border-radius: 17px;
  background: linear-gradient(145deg, #7539ad, #da4e9e);
  color: #fff;
  font-size: 22px;
}
.seven-about-worlds-grid article > span {
  color: #9f3b89;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.seven-about-worlds-grid h4 {
  margin: 8px 0 10px;
  color: #35195e;
  font-size: 20px;
  line-height: 1.3;
}
.seven-about-worlds-grid p {
  margin: 0;
  color: #6b5b77;
  line-height: 1.57;
}
.seven-about-foundation {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 40px;
  margin-top: 20px;
  padding: 35px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 26px;
  background: rgba(20, 8, 57, 0.5);
}
.seven-about-foundation-copy > span {
  color: #ffb8db;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.seven-about-foundation-copy h3 {
  margin: 10px 0 13px;
  color: #fff;
  font-size: 29px;
}
.seven-about-foundation-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.73);
  line-height: 1.64;
}
.seven-about-foundation-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
}
.seven-about-foundation-grid article {
  display: flex;
  gap: 13px;
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
}
.seven-about-foundation-grid i {
  margin-top: 3px;
  color: #ffafd5;
}
.seven-about-foundation-grid strong {
  color: #fff;
}
.seven-about-foundation-grid p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.45;
}
.seven-about-values {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.seven-about-values span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
}
.seven-about-values i {
  color: #ffafd5;
}
@media (max-width: 1100px) {
  .seven-about-inner.container {
    width: min(960px, calc(100% - 44px));
  }
  .seven-about-showcase,
  .seven-about-foundation {
    grid-template-columns: 1fr;
  }
  .seven-about-worlds-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .seven-about {
    padding: 78px 0;
  }
  .seven-about-inner.container {
    width: calc(100% - 30px);
  }
  .seven-about-head,
  .seven-about-worlds > header {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .seven-about-head h2 {
    font-size: 44px;
  }
  .seven-about-worlds > header > span {
    grid-column: auto;
    margin-bottom: 0;
  }
  .seven-about-main-card {
    min-height: 0;
    padding: 29px;
  }
  .seven-about-brand-mark {
    margin-bottom: 42px;
  }
  .seven-about-main-copy h3 {
    font-size: 31px;
  }
  .seven-about-worlds-grid,
  .seven-about-foundation-grid {
    grid-template-columns: 1fr;
  }
  .seven-about-foundation {
    padding: 28px;
  }
}

/* Seven Play responsive devices */
.seven-mobile {
  position: relative;
  overflow: hidden;
  padding: 108px 0;
  background:
    radial-gradient(
      circle at 90% 12%,
      rgba(220, 78, 158, 0.16),
      transparent 28%
    ),
    radial-gradient(
      circle at 8% 86%,
      rgba(112, 86, 232, 0.15),
      transparent 31%
    ),
    linear-gradient(145deg, #f8f5ff 0%, #f0f5ff 54%, #fff4f8 100%);
  color: #301852;
}
.seven-mobile::before {
  content: "";
  position: absolute;
  top: -220px;
  right: -190px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(96, 56, 156, 0.1);
  border-radius: 50%;
}
.seven-mobile-inner.container {
  position: relative;
  z-index: 1;
  width: min(1420px, calc(100% - 70px));
  max-width: none;
}
.seven-mobile-head {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: end;
  gap: 80px;
  margin-bottom: 42px;
}
.seven-mobile-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: #a2398b;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.seven-mobile-head h2 {
  margin: 0;
  color: #301557;
  font-family: "Anton", sans-serif;
  font-size: clamp(48px, 4.5vw, 72px);
  font-weight: 400;
  line-height: 1.04;
}
.seven-mobile-head > p {
  margin: 0;
  color: #685976;
  font-size: 18px;
  line-height: 1.72;
}
.seven-mobile-stage {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  overflow: hidden;
  border-radius: 31px;
  background: linear-gradient(135deg, #251052, #56318d 58%, #a24391);
  box-shadow: 0 28px 70px rgba(53, 25, 88, 0.2);
}
.seven-mobile-visual {
  position: relative;
  min-height: 570px;
  overflow: hidden;
}
.seven-mobile-visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 56% center;
}
.seven-mobile-status {
  position: absolute;
  left: 24px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 13px;
  max-width: calc(100% - 48px);
  padding: 14px 17px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  background: rgba(31, 14, 71, 0.78);
  color: #fff;
  backdrop-filter: blur(12px);
}
.seven-mobile-status > i {
  color: #ffafd7;
}
.seven-mobile-status strong,
.seven-mobile-status small {
  display: block;
}
.seven-mobile-status small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.72);
}
.seven-mobile-copy {
  padding: 48px;
  color: #fff;
}
.seven-mobile-copy > span,
.seven-mobile-performance-copy > span {
  color: #ffc1df;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.seven-mobile-copy > h3 {
  margin: 10px 0 16px;
  color: #fff;
  font-size: 34px;
  line-height: 1.2;
}
.seven-mobile-copy > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
}
.seven-mobile-benefits {
  display: grid;
  gap: 11px;
  margin-top: 28px;
}
.seven-mobile-benefits article {
  display: flex;
  gap: 14px;
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.08);
}
.seven-mobile-benefits i {
  margin-top: 3px;
  color: #ffb0d7;
}
.seven-mobile-benefits strong {
  color: #fff;
}
.seven-mobile-benefits p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 1.45;
}
.seven-mobile-devices {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}
.seven-mobile-devices article {
  padding: 28px;
  border: 1px solid rgba(65, 35, 98, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 36px rgba(55, 30, 84, 0.08);
}
.seven-mobile-device-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  margin-bottom: 30px;
  border-radius: 17px;
  background: linear-gradient(145deg, #7439ad, #db4f9e);
  color: #fff;
  font-size: 24px;
}
.seven-mobile-devices article > span {
  color: #a13b89;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.seven-mobile-devices h3 {
  margin: 7px 0 10px;
  color: #35195e;
  font-size: 21px;
}
.seven-mobile-devices p {
  margin: 0;
  color: #6b5b77;
  line-height: 1.58;
}
.seven-mobile-devices small {
  display: flex;
  gap: 8px;
  margin-top: 18px;
  padding-top: 15px;
  border-top: 1px solid #eee3f2;
  color: #806f8a;
  line-height: 1.45;
}
.seven-mobile-devices small i {
  margin-top: 3px;
  color: #a83c91;
}
.seven-mobile-performance {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 40px;
  margin-top: 20px;
  padding: 34px;
  border-radius: 25px;
  background: #2d185c;
  color: #fff;
}
.seven-mobile-performance-copy h3 {
  margin: 9px 0 12px;
  color: #fff;
  font-size: 28px;
}
.seven-mobile-performance-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.6;
}
.seven-mobile-checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
}
.seven-mobile-checks article {
  display: flex;
  gap: 13px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
}
.seven-mobile-checks i {
  margin-top: 3px;
  color: #ffafd5;
}
.seven-mobile-checks strong {
  color: #fff;
}
.seven-mobile-checks p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.45;
}
@media (max-width: 1100px) {
  .seven-mobile-inner.container {
    width: min(960px, calc(100% - 44px));
  }
  .seven-mobile-stage,
  .seven-mobile-performance {
    grid-template-columns: 1fr;
  }
  .seven-mobile-visual {
    min-height: 490px;
  }
  .seven-mobile-devices {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .seven-mobile {
    padding: 78px 0;
  }
  .seven-mobile-inner.container {
    width: calc(100% - 30px);
  }
  .seven-mobile-head {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .seven-mobile-head h2 {
    font-size: 44px;
  }
  .seven-mobile-visual {
    min-height: 350px;
  }
  .seven-mobile-copy {
    padding: 29px;
  }
  .seven-mobile-copy > h3 {
    font-size: 29px;
  }
  .seven-mobile-devices,
  .seven-mobile-checks {
    grid-template-columns: 1fr;
  }
  .seven-mobile-performance {
    padding: 28px;
  }
}

/* Seven Play FAQ */
.seven-faq {
  position: relative;
  overflow: hidden;
  padding: 108px 0;
  background:
    radial-gradient(
      circle at 8% 14%,
      rgba(120, 88, 231, 0.16),
      transparent 29%
    ),
    radial-gradient(
      circle at 92% 84%,
      rgba(224, 75, 157, 0.14),
      transparent 30%
    ),
    linear-gradient(145deg, #f8f5ff 0%, #f0f4ff 54%, #fff4f8 100%);
  color: #301852;
}
.seven-faq::before {
  content: "?";
  position: absolute;
  top: -105px;
  right: 5%;
  color: rgba(83, 46, 145, 0.045);
  font-family: "Anton", sans-serif;
  font-size: 430px;
  line-height: 1;
}
.seven-faq-inner.container {
  position: relative;
  z-index: 1;
  width: min(1420px, calc(100% - 70px));
  max-width: none;
}
.seven-faq-head {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: end;
  gap: 80px;
  margin-bottom: 42px;
}
.seven-faq-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: #a2398b;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.seven-faq-head h2 {
  margin: 0;
  color: #301557;
  font-family: "Anton", sans-serif;
  font-size: clamp(48px, 4.5vw, 72px);
  font-weight: 400;
  line-height: 1.04;
}
.seven-faq-head > p {
  margin: 0;
  color: #685976;
  font-size: 18px;
  line-height: 1.72;
}
.seven-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}
.seven-faq-column {
  display: grid;
  gap: 12px;
}
.seven-faq-item {
  overflow: hidden;
  border: 1px solid rgba(67, 37, 100, 0.11);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 13px 32px rgba(54, 29, 84, 0.07);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}
.seven-faq-item[open] {
  border-color: rgba(163, 57, 139, 0.26);
  box-shadow: 0 18px 40px rgba(74, 34, 102, 0.11);
}
.seven-faq-item > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 78px;
  padding: 18px 21px;
  cursor: pointer;
  list-style: none;
  color: #35185d;
  font-size: 17px;
  font-weight: 800;
}
.seven-faq-item > summary::-webkit-details-marker {
  display: none;
}
.seven-faq-item > summary > span {
  display: flex;
  align-items: center;
  gap: 14px;
}
.seven-faq-item > summary span > i {
  display: grid;
  flex: 0 0 41px;
  width: 41px;
  height: 41px;
  place-items: center;
  border-radius: 12px;
  background: #f0e6fa;
  color: #a23b8d;
  font-size: 16px;
}
.seven-faq-item > summary > i {
  flex: 0 0 auto;
  color: #a03c8b;
  transition: transform 0.22s ease;
}
.seven-faq-item[open] > summary > i {
  transform: rotate(45deg);
}
.seven-faq-item > div {
  padding: 0 22px 22px 76px;
}
.seven-faq-item > div p {
  margin: 0;
  color: #6b5b77;
  line-height: 1.65;
}
.seven-faq-item a {
  color: #9d3487;
  font-weight: 800;
}
.seven-faq-note {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-top: 20px;
  padding: 19px 22px;
  border-radius: 17px;
  background: linear-gradient(110deg, #321968, #78418e);
  color: rgba(255, 255, 255, 0.8);
}
.seven-faq-note i {
  margin-top: 4px;
  color: #ffb1d6;
}
.seven-faq-note p {
  margin: 0;
  line-height: 1.55;
}
.seven-faq-note strong {
  color: #fff;
}
@media (max-width: 900px) {
  .seven-faq-inner.container {
    width: min(760px, calc(100% - 44px));
  }
  .seven-faq-head,
  .seven-faq-grid {
    grid-template-columns: 1fr;
  }
  .seven-faq-head {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .seven-faq {
    padding: 78px 0;
  }
  .seven-faq-inner.container {
    width: calc(100% - 30px);
  }
  .seven-faq-head h2 {
    font-size: 43px;
  }
  .seven-faq-item > summary {
    min-height: 72px;
    padding: 16px;
    font-size: 16px;
  }
  .seven-faq-item > div {
    padding: 0 17px 19px;
  }
  .seven-faq-item > summary span > i {
    display: none;
  }
}

/* Seven Play Footer and legal pages */
.seven-footer {
  position: relative;
  padding: 82px 0 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 5%, rgba(213, 78, 160, 0.2), transparent 28%),
    linear-gradient(145deg, #180a42 0%, #2d155e 55%, #421e68 100%);
  color: #fff;
}
.seven-footer::before {
  content: "";
  position: absolute;
  left: -190px;
  bottom: -240px;
  width: 570px;
  height: 570px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
}
.seven-footer-inner.container {
  position: relative;
  z-index: 1;
  width: min(1420px, calc(100% - 70px));
  max-width: none;
}
.seven-footer-top {
  display: grid;
  grid-template-columns: 1.3fr 0.72fr 0.86fr 1fr;
  gap: 48px;
}
.seven-footer-brand .seven-play-logo {
  margin: 0 0 23px;
  padding: 0;
}
.seven-footer-brand > p {
  max-width: 430px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
}
.seven-footer-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
}
.seven-footer-tags span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
}
.seven-footer-tags i {
  color: #ffafd5;
}
.seven-footer h3 {
  margin: 5px 0 19px;
  color: #fff;
  font-size: 17px;
}
.seven-footer-links ul {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
}
.seven-footer-links a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}
.seven-footer-links a:hover {
  color: #ffafd5;
  transform: translateX(3px);
}
.seven-footer-support {
  display: flex !important;
  align-items: center;
  gap: 11px;
  margin-top: 24px;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.08);
}
.seven-footer-support > i {
  color: #ffafd5;
}
.seven-footer-support small {
  display: block;
  margin-bottom: 2px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 10px;
  text-transform: uppercase;
}
.seven-footer-responsible {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-top: 43px;
  padding: 20px 22px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.07);
}
.seven-footer-responsible i {
  margin-top: 3px;
  color: #ffafd5;
}
.seven-footer-responsible p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.55;
}
.seven-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin-top: 25px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}
.seven-footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}
.seven-footer-bottom > div {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.seven-footer-bottom a {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
}
.seven-footer-bottom a:hover {
  color: #ffafd5;
}
.casino-navbar .navbar-nav {
  gap: 0;
}
.casino-navbar .nav-link {
  padding: 10px 8px !important;
  font-size: 13px;
  white-space: nowrap;
}
.casino-navbar .nav-link::after {
  left: 8px;
}
.casino-navbar .nav-link:hover::after {
  width: calc(100% - 16px);
}
.casino-navbar .casino-nav-btn a {
  padding: 13px 20px;
  white-space: nowrap;
}
.seven-legal-page {
  padding-top: 84px;
  background: #f7f4fd;
  color: #301852;
}
.seven-legal-hero {
  position: relative;
  overflow: hidden;
  padding: 100px 0 76px;
  background:
    radial-gradient(
      circle at 85% 10%,
      rgba(224, 78, 158, 0.24),
      transparent 29%
    ),
    linear-gradient(135deg, #231052, #60358a);
  color: #fff;
}
.seven-legal-hero::after {
  content: "";
  position: absolute;
  right: -130px;
  bottom: -250px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
}
.seven-legal-hero .container,
.seven-legal-content > .container {
  width: min(1240px, calc(100% - 70px));
  max-width: none;
}
.seven-legal-hero span:first-child {
  color: #ffb8da;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.seven-legal-hero h1 {
  max-width: 900px;
  margin: 15px 0 17px;
  color: #fff;
  font-family: "Anton", sans-serif;
  font-size: clamp(54px, 6vw, 86px);
  font-weight: 400;
  line-height: 1.03;
}
.seven-legal-hero p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.7;
}
.seven-legal-hero small {
  display: block;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.58);
}
.seven-legal-content {
  padding: 76px 0 100px;
}
.seven-legal-content > .container {
  display: grid;
  grid-template-columns: 0.38fr 0.62fr;
  gap: 34px;
  align-items: start;
}
.seven-legal-summary {
  position: sticky;
  top: 115px;
  padding: 31px;
  border-radius: 24px;
  background: linear-gradient(145deg, #32176a, #82418e);
  color: #fff;
  box-shadow: 0 20px 48px rgba(54, 27, 87, 0.18);
}
.seven-legal-summary > i {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  margin-bottom: 34px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.13);
  color: #ffb2d7;
  font-size: 22px;
}
.seven-legal-summary h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 27px;
}
.seven-legal-summary p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.63;
}
.seven-legal-summary > a {
  margin-top: 24px;
  padding: 12px 19px;
  border-radius: 10px;
  background: linear-gradient(135deg, #ffb24e, #ff7a6b 48%, #d95ec7);
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
}
.seven-legal-articles {
  display: grid;
  gap: 14px;
}
.seven-legal-articles article {
  padding: 29px;
  border: 1px solid rgba(64, 35, 96, 0.1);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 13px 32px rgba(53, 29, 83, 0.06);
}
.seven-legal-articles h2 {
  margin: 0 0 12px;
  color: #34185d;
  font-size: 24px;
}
.seven-legal-articles p {
  margin: 0;
  color: #6b5b77;
  line-height: 1.7;
}
.seven-legal-articles ul {
  display: grid;
  gap: 9px;
  margin: 13px 0 0;
  padding: 0;
}
.seven-legal-articles li {
  position: relative;
  padding-left: 20px;
  color: #6b5b77;
  line-height: 1.62;
}
.seven-legal-articles li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #b24191;
}
@media (max-width: 1199px) {
  .casino-navbar .nav-link {
    padding: 10px 6px !important;
    font-size: 12px;
  }
  .seven-footer-top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  .seven-footer-inner.container,
  .seven-legal-hero .container,
  .seven-legal-content > .container {
    width: min(760px, calc(100% - 44px));
  }
  .seven-legal-content > .container {
    grid-template-columns: 1fr;
  }
  .seven-legal-summary {
    position: static;
  }
  .casino-navbar .nav-link {
    padding: 10px 0 !important;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .seven-footer {
    padding: 66px 0 25px;
  }
  .seven-footer-inner.container,
  .seven-legal-hero .container,
  .seven-legal-content > .container {
    width: calc(100% - 30px);
  }
  .seven-footer-top {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .seven-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
  .seven-legal-hero {
    padding: 75px 0 60px;
  }
  .seven-legal-hero h1 {
    font-size: 49px;
  }
  .seven-legal-content {
    padding: 55px 0 72px;
  }
  .seven-legal-summary,
  .seven-legal-articles article {
    padding: 24px;
  }
}

/* Seven Play slots */

.seven-slots {
  position: relative;
  overflow: hidden;
  padding: 108px 0 112px;
  background:
    radial-gradient(
      circle at 8% 12%,
      rgba(255, 125, 112, 0.17),
      transparent 28%
    ),
    radial-gradient(
      circle at 92% 86%,
      rgba(119, 75, 255, 0.16),
      transparent 30%
    ),
    #f8f5ff;
}

.seven-slots::before,
.seven-slots::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.seven-slots::before {
  width: 280px;
  height: 280px;
  top: -150px;
  right: 7%;
  border: 52px solid rgba(255, 160, 96, 0.08);
}

.seven-slots::after {
  width: 190px;
  height: 190px;
  bottom: -120px;
  left: 4%;
  border: 38px solid rgba(100, 55, 220, 0.07);
}

.seven-slots .container {
  position: relative;
  z-index: 1;
}

.seven-slots-head {
  max-width: 790px;
  margin: 0 auto 38px;
  text-align: center;
}

.seven-slots-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
  padding: 9px 15px;
  border: 1px solid rgba(74, 33, 149, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #6b3bd1;
  font:
    800 13px/1.2 "Nunito",
    sans-serif;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.seven-slots-kicker i {
  color: #ff796d;
}

.seven-slots-head h2 {
  margin: 0 0 16px;
  color: #29135e;
  font:
    800 clamp(36px, 4vw, 58px) / 1.04 "Nunito",
    sans-serif;
  letter-spacing: -0.035em;
}

.seven-slots-head p {
  margin: 0;
  color: #665c78;
  font:
    600 17px/1.75 "Nunito",
    sans-serif;
}

.seven-slots-tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 0 auto 34px;
  padding: 7px;
  width: max-content;
  max-width: 100%;
  border: 1px solid rgba(63, 31, 129, 0.11);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 18px 45px rgba(47, 24, 96, 0.08);
}

.seven-slots-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 47px;
  padding: 0 17px;
  border: 0;
  border-radius: 14px;
  background: transparent;
  color: #584b70;
  cursor: pointer;
  white-space: nowrap;
  font:
    800 14px/1 "Nunito",
    sans-serif;
  transition:
    color 0.2s ease,
    background 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.seven-slots-tab:hover {
  color: #5e2bc4;
  background: #f1ebff;
}

.seven-slots-tab.active {
  color: #fff;
  background: linear-gradient(135deg, #6f42ed 0%, #954fe5 55%, #ff786e 130%);
  box-shadow: 0 10px 24px rgba(105, 57, 213, 0.25);
}

.seven-slots-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.seven-slot-card {
  overflow: hidden;
  border: 1px solid rgba(61, 28, 127, 0.1);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 45px rgba(46, 25, 87, 0.09);
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.seven-slot-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 55px rgba(46, 25, 87, 0.15);
}

.seven-slot-cover {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: linear-gradient(135deg, #2b1264, #6d3bc9);
}

.seven-slot-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.seven-slot-cover.is-missing {
  aspect-ratio: 16 / 10;
}

.seven-slot-cover.is-missing::before {
  content: attr(data-title);
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px 14px;
  background:
    radial-gradient(
      circle at 80% 20%,
      rgba(255, 135, 112, 0.45),
      transparent 30%
    ),
    linear-gradient(145deg, #5427a5, #27115c);
  color: #fff;
  text-align: center;
  font:
    900 17px/1.2 "Nunito",
    sans-serif;
}

.seven-slot-card:hover .seven-slot-cover img {
  transform: scale(1.035);
}

.seven-slot-cover > span {
  position: absolute;
  left: 14px;
  bottom: 13px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(28, 12, 61, 0.78);
  color: #fff;
  backdrop-filter: blur(8px);
  font:
    800 11px/1 "Nunito",
    sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.seven-slot-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  min-height: 70px;
  padding: 15px 18px 15px 20px;
  border: 0;
  background: #fff;
  color: #2d195d;
  cursor: pointer;
  text-align: left;
  font:
    800 17px/1.25 "Nunito",
    sans-serif;
}

.seven-slot-name i {
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: #f0eaff;
  color: #7140d6;
  font-size: 12px;
  transition:
    transform 0.2s ease,
    background 0.2s ease;
}

.seven-slot-name[aria-expanded="true"] i {
  transform: rotate(45deg);
  background: #ffe5df;
  color: #e75757;
}

.seven-slot-details {
  position: relative;
  margin-top: 24px;
  padding: 30px 64px 32px 32px;
  border-radius: 24px;
  background:
    radial-gradient(
      circle at 92% 10%,
      rgba(255, 127, 108, 0.22),
      transparent 30%
    ),
    linear-gradient(135deg, #261058, #4a228a);
  color: #fff;
  box-shadow: 0 20px 50px rgba(40, 17, 88, 0.22);
}

.seven-slot-details[hidden] {
  display: none;
}

.seven-slot-details-provider {
  display: inline-block;
  margin-bottom: 7px;
  color: #ffc3b7;
  font:
    800 12px/1 "Nunito",
    sans-serif;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.seven-slot-details h3 {
  margin: 0 0 20px;
  color: #fff;
  font:
    800 29px/1.15 "Nunito",
    sans-serif;
}

.seven-slot-details-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.seven-slot-details-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font:
    600 15px/1.7 "Nunito",
    sans-serif;
}

.seven-slot-details-copy strong {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-size: 16px;
}

.seven-slot-details-close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  cursor: pointer;
  font-size: 25px;
  line-height: 1;
}

@media (max-width: 1199px) {
  .seven-slots-tabs {
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .seven-slots-tabs::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 991px) {
  .seven-slots {
    padding: 88px 0 92px;
  }

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

@media (max-width: 640px) {
  .seven-slots {
    padding: 72px 0 76px;
  }

  .seven-slots-head {
    margin-bottom: 28px;
    text-align: left;
  }

  .seven-slots-head p {
    font-size: 15px;
  }

  .seven-slots-tabs {
    width: 100%;
    margin-bottom: 24px;
    padding: 6px;
    border-radius: 17px;
  }

  .seven-slots-tab {
    min-height: 43px;
    padding: 0 14px;
    font-size: 13px;
  }

  .seven-slots-grid {
    grid-template-columns: 1fr;
    gap: 17px;
  }

  .seven-slot-details {
    padding: 26px 24px 28px;
  }

  .seven-slot-details h3 {
    max-width: calc(100% - 42px);
    font-size: 24px;
  }

  .seven-slot-details-copy {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

/* Seven Play digital casino games */

.seven-games {
  position: relative;
  overflow: hidden;
  padding: 92px 0 96px;
  background:
    radial-gradient(
      circle at 8% 12%,
      rgba(255, 130, 105, 0.16),
      transparent 28%
    ),
    radial-gradient(
      circle at 93% 76%,
      rgba(72, 176, 255, 0.16),
      transparent 30%
    ),
    linear-gradient(180deg, #15134a 0%, #1c1b62 52%, #17164e 100%);
}

.seven-games .container {
  width: calc(100% - 72px);
  max-width: 1780px;
  padding: 0;
}

.seven-games-head {
  max-width: 1320px;
  margin: 0 auto 34px;
  text-align: center;
}

.seven-games-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 15px;
  padding: 9px 15px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffd0c5;
  font:
    800 13px/1.2 "Nunito",
    sans-serif;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.seven-games-kicker i {
  color: #ff8875;
}

.seven-games-head h2 {
  margin: 0;
  color: #fff;
  font:
    800 clamp(38px, 3.5vw, 58px) / 1.04 "Nunito",
    sans-serif;
  letter-spacing: -0.035em;
}

.seven-games-intro {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
  margin-top: 24px;
  text-align: left;
}

.seven-games-intro p {
  position: relative;
  margin: 0;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.74);
  font:
    600 16px/1.72 "Nunito",
    sans-serif;
}

.seven-games-intro p::before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 0;
  width: 3px;
  border-radius: 4px;
  background: linear-gradient(#ff8b73, #6ebcff);
}

.seven-games-tabs {
  display: flex;
  justify-content: center;
  gap: 8px;
  max-width: 820px;
  margin: 0 auto 28px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
}

.seven-games-tab {
  display: inline-flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 45px;
  padding: 0 18px;
  border: 0;
  border-radius: 13px;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  white-space: nowrap;
  font:
    800 14px/1 "Nunito",
    sans-serif;
}

.seven-games-tab.active {
  color: #fff;
  background: linear-gradient(135deg, #5877f4, #9c55e4 58%, #ed6da2);
  box-shadow: 0 9px 24px rgba(57, 94, 220, 0.28);
}

.seven-games-category-intro {
  display: grid;
  grid-template-columns: minmax(230px, 0.72fr) minmax(0, 2fr);
  align-items: center;
  gap: 26px;
  max-width: 1320px;
  margin: 0 auto 28px;
  padding: 17px 22px;
  border-left: 3px solid #6fbfff;
  border-radius: 0 14px 14px 0;
  background: rgba(255, 255, 255, 0.055);
}

.seven-games-category-intro h3 {
  margin: 0;
  color: #fff;
  font:
    800 19px/1.2 "Nunito",
    sans-serif;
}
.seven-games-category-intro p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font:
    600 14px/1.55 "Nunito",
    sans-serif;
}

.seven-games-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.seven-game-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.seven-game-cover {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  background: #171443;
  box-shadow: 0 16px 34px rgba(3, 3, 24, 0.26);
}

.seven-game-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.seven-game-cover span {
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(15, 12, 52, 0.78);
  color: #fff;
  backdrop-filter: blur(8px);
  font:
    800 9px/1 "Nunito",
    sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.seven-game-name {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  height: 55px;
  padding: 12px 2px 0;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  text-align: left;
  font:
    800 15px/1.25 "Nunito",
    sans-serif;
}

.seven-game-name i {
  display: grid;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #5e93fa, #d362d4);
  font-size: 11px;
  transition: transform 0.2s ease;
}

.seven-game-name[aria-expanded="true"] i {
  transform: rotate(45deg);
}

.seven-game-details {
  position: relative;
  margin-top: 22px;
  padding: 30px 62px 30px 32px;
  border-radius: 22px;
  background: linear-gradient(135deg, #242070, #363298);
  color: #fff;
  box-shadow: 0 18px 44px rgba(3, 3, 24, 0.25);
}

.seven-game-details[hidden] {
  display: none;
}
.seven-game-details-type {
  color: #9fd6ff;
  font:
    800 12px/1 "Nunito",
    sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.seven-game-details h3 {
  margin: 7px 0 19px;
  color: #fff;
  font:
    800 28px/1.15 "Nunito",
    sans-serif;
}
.seven-game-details-copy {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
.seven-game-details-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font:
    600 14px/1.65 "Nunito",
    sans-serif;
}
.seven-game-details-copy strong {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-size: 15px;
}
.seven-game-details-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  cursor: pointer;
  font-size: 24px;
}

.seven-games-guide {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(380px, 0.85fr);
  gap: 44px;
  margin-top: 52px;
  padding: 38px 40px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.05);
}

.seven-games-guide-copy > span {
  color: #9fd6ff;
  font:
    800 12px/1 "Nunito",
    sans-serif;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.seven-games-guide-copy h3 {
  margin: 10px 0 17px;
  color: #fff;
  font:
    800 clamp(26px, 2.2vw, 38px) / 1.12 "Nunito",
    sans-serif;
}
.seven-games-guide-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font:
    600 15px/1.7 "Nunito",
    sans-serif;
}
.seven-games-guide-copy p + p {
  margin-top: 13px;
}
.seven-games-guide-points {
  display: grid;
  gap: 12px;
}
.seven-games-guide-points article {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 14px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  background: rgba(8, 9, 42, 0.3);
}
.seven-games-guide-points i {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(135deg, #548cf4, #c25ed5);
  color: #fff;
}
.seven-games-guide-points h4 {
  margin: 0 0 5px;
  color: #fff;
  font:
    800 15px/1.2 "Nunito",
    sans-serif;
}
.seven-games-guide-points p {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font:
    600 13px/1.5 "Nunito",
    sans-serif;
}

@media (max-width: 1199px) {
  .seven-games .container {
    width: calc(100% - 44px);
  }
  .seven-games-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px 18px;
  }
}

@media (max-width: 991px) {
  .seven-games-guide {
    grid-template-columns: 1fr;
  }
  .seven-game-details-copy {
    grid-template-columns: 1fr;
    gap: 17px;
  }
}

@media (max-width: 767px) {
  .seven-games {
    padding: 70px 0 76px;
  }
  .seven-games .container {
    width: calc(100% - 28px);
  }
  .seven-games-intro,
  .seven-games-category-intro {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .seven-games-tabs {
    justify-content: flex-start;
    overflow-x: auto;
  }
  .seven-games-tab {
    flex: 0 0 auto;
  }
  .seven-games-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 12px;
  }
  .seven-games-guide {
    padding: 27px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .seven-slot-card,
  .seven-slot-cover img,
  .seven-slots-tab,
  .seven-slot-name i {
    transition: none;
  }
}

/* Slots section refinement: visual continuation of the hero */

.seven-slots {
  padding: 96px 0 104px;
  background:
    radial-gradient(
      circle at 15% 10%,
      rgba(255, 116, 111, 0.18),
      transparent 28%
    ),
    radial-gradient(
      circle at 88% 24%,
      rgba(133, 81, 255, 0.24),
      transparent 32%
    ),
    linear-gradient(180deg, #1c0b4b 0%, #2b1262 46%, #241052 100%);
}

.seven-slots::before {
  border-color: rgba(255, 171, 110, 0.08);
}

.seven-slots::after {
  border-color: rgba(190, 155, 255, 0.08);
}

.seven-slots-head {
  max-width: 1100px;
  margin-bottom: 34px;
}

.seven-slots-kicker {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: #ffd1c7;
}

.seven-slots-head h2 {
  color: #fff;
}

.seven-slots-intro {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
  margin-top: 22px;
  text-align: left;
}

.seven-slots-head .seven-slots-intro p {
  position: relative;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  line-height: 1.7;
}

.seven-slots-head .seven-slots-intro p::before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 0;
  width: 3px;
  border-radius: 4px;
  background: linear-gradient(#ff9d74, #d05ee7);
}

.seven-slots-tabs {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 28px;
  border-color: rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 18px 48px rgba(5, 2, 20, 0.2);
  backdrop-filter: blur(12px);
}

.seven-slots-tab {
  flex: 1 0 auto;
  color: rgba(255, 255, 255, 0.72);
}

.seven-slots-tab:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.09);
}

.seven-slots-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 13px;
}

.seven-slot-card {
  border-color: rgba(255, 255, 255, 0.12);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 16px 38px rgba(4, 1, 18, 0.22);
}

.seven-slot-cover {
  aspect-ratio: 1 / 1;
  background: #351778;
}

.seven-slot-cover img {
  object-fit: contain;
  object-position: center;
  background: #351778;
}

.seven-slot-card:hover .seven-slot-cover img {
  transform: none;
}

.seven-slot-cover > span {
  left: 9px;
  bottom: 9px;
  max-width: calc(100% - 18px);
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 9px;
}

.seven-slot-name {
  min-height: 66px;
  padding: 12px 10px 12px 13px;
  font-size: 14px;
}

.seven-slot-name i {
  flex-basis: 29px;
  width: 29px;
  height: 29px;
}

@media (max-width: 1199px) {
  .seven-slots-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .seven-slots-tabs {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .seven-slots-intro {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .seven-slots-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
}

@media (max-width: 420px) {
  .seven-slots-grid {
    grid-template-columns: 1fr;
  }
}

/* Wider slot gallery with artwork kept at its original ratio */

.seven-slots {
  padding: 70px 0 88px;
}

.seven-slots .container {
  width: calc(100% - 72px);
  max-width: 1780px;
  padding-right: 0;
  padding-left: 0;
}

.seven-slots-head {
  max-width: 1450px;
  margin-bottom: 27px;
}

.seven-slots-head h2 {
  font-size: clamp(38px, 3.15vw, 54px);
}

.seven-slots-intro {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.seven-slots-tabs {
  max-width: 1180px;
  margin-bottom: 30px;
  padding: 5px;
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.055);
}

.seven-slots-tab {
  min-height: 42px;
  padding: 0 14px;
  border-radius: 12px;
  font-size: 13px;
}

.seven-slots-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.seven-slots-category-intro {
  display: grid;
  grid-template-columns: minmax(210px, 0.7fr) minmax(0, 2fr);
  align-items: center;
  gap: 26px;
  max-width: 1320px;
  margin: 0 auto 26px;
  padding: 17px 22px;
  border-left: 3px solid #ff8d75;
  border-radius: 0 14px 14px 0;
  background: rgba(255, 255, 255, 0.055);
}

.seven-slots-category-intro h3 {
  margin: 0;
  color: #fff;
  font:
    800 19px/1.2 "Nunito",
    sans-serif;
}

.seven-slots-category-intro p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font:
    600 14px/1.55 "Nunito",
    sans-serif;
}

.seven-slot-card,
.seven-slot-card:hover {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
}

.seven-slot-cover {
  overflow: hidden;
  width: 100%;
  aspect-ratio: auto;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  background: #351778;
  box-shadow: 0 13px 30px rgba(5, 1, 20, 0.24);
}

.seven-slot-cover img {
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: initial;
  background: transparent;
}

.seven-slot-name {
  align-items: flex-start;
  min-height: 0;
  padding: 12px 2px 0;
  background: transparent;
  color: #fff;
  font-size: 15px;
  line-height: 1.25;
}

.seven-slot-name:hover {
  color: #ffd0c5;
}

.seven-slot-name i {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  margin-top: -1px;
  background: linear-gradient(135deg, #8e4cff, #e364bb);
  color: #fff;
  box-shadow: 0 7px 18px rgba(120, 62, 225, 0.25);
}

.seven-slot-name[aria-expanded="true"] i {
  background: linear-gradient(135deg, #ff9c72, #e95f9c);
  color: #fff;
}

@media (max-width: 1399px) {
  .seven-slots .container {
    width: calc(100% - 44px);
  }

  .seven-slots-grid {
    gap: 13px;
  }
}

@media (max-width: 1199px) {
  .seven-slots-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px 18px;
  }
}

@media (max-width: 767px) {
  .seven-slots {
    padding: 58px 0 68px;
  }

  .seven-slots .container {
    width: calc(100% - 28px);
  }

  .seven-slots-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 12px;
  }

  .seven-slots-category-intro {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 15px 17px;
  }
}

@media (max-width: 420px) {
  .seven-slots-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .seven-slot-name {
    font-size: 13px;
  }
}

/* Final uniform dimensions — keep this block after gallery overrides */

.seven-slot-card,
.seven-slot-card:hover {
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
}

.seven-slot-cover,
.seven-slot-cover.is-missing {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  flex: 0 0 auto;
  background:
    radial-gradient(
      circle at 50% 35%,
      rgba(128, 71, 218, 0.42),
      transparent 55%
    ),
    #241052;
}

.seven-slot-cover img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: contain;
  object-position: center;
  background: transparent;
}

.seven-slot-name {
  min-height: 55px;
  height: 55px;
  align-items: flex-start;
}

.seven-slot-name > span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* Slot mechanics guide */

.seven-slots-guide {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(380px, 0.85fr);
  gap: 46px;
  margin-top: 54px;
  padding: 38px 40px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background:
    radial-gradient(
      circle at 92% 12%,
      rgba(255, 121, 109, 0.16),
      transparent 32%
    ),
    rgba(255, 255, 255, 0.055);
  box-shadow: 0 22px 50px rgba(5, 2, 20, 0.18);
}

.seven-slots-guide-label {
  display: inline-block;
  margin-bottom: 10px;
  color: #ffb7a8;
  font:
    800 12px/1 "Nunito",
    sans-serif;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.seven-slots-guide-copy h3 {
  margin: 0 0 18px;
  color: #fff;
  font:
    800 clamp(26px, 2.25vw, 38px) / 1.12 "Nunito",
    sans-serif;
  letter-spacing: -0.025em;
}

.seven-slots-guide-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font:
    600 15px/1.72 "Nunito",
    sans-serif;
}

.seven-slots-guide-copy p + p {
  margin-top: 14px;
}

.seven-slots-guide-points {
  display: grid;
  gap: 12px;
}

.seven-slots-guide-points article {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 14px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(21, 8, 55, 0.34);
}

.seven-slots-guide-points i {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(135deg, #874cff, #e964b7);
  color: #fff;
  font-size: 15px;
}

.seven-slots-guide-points h4 {
  margin: 0 0 5px;
  color: #fff;
  font:
    800 15px/1.25 "Nunito",
    sans-serif;
}

.seven-slots-guide-points p {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font:
    600 13px/1.52 "Nunito",
    sans-serif;
}

@media (max-width: 991px) {
  .seven-slots-guide {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 640px) {
  .seven-slots-guide {
    margin-top: 38px;
    padding: 27px 20px;
    border-radius: 20px;
  }
}
/* Compact Games gallery: keep its cards consistent with the Slots section. */
.seven-games-grid,
.seven-game-details {
  width: 100%;
  max-width: 1420px;
  margin-right: auto;
  margin-left: auto;
}

/* Seven Play Live Casino */
.seven-live {
  position: relative;
  overflow: hidden;
  padding: 86px 0 94px;
  background:
    radial-gradient(
      circle at 92% 8%,
      rgba(255, 111, 140, 0.16),
      transparent 27%
    ),
    radial-gradient(
      circle at 6% 86%,
      rgba(75, 188, 255, 0.14),
      transparent 25%
    ),
    linear-gradient(145deg, #171550 0%, #202069 48%, #292270 100%);
  color: #fff;
}

.seven-live::before,
.seven-live::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.seven-live::before {
  width: 310px;
  height: 310px;
  top: -205px;
  right: 9%;
  box-shadow: 0 0 0 35px rgba(255, 255, 255, 0.025);
}
.seven-live::after {
  width: 180px;
  height: 180px;
  bottom: -120px;
  left: 4%;
  box-shadow: 0 0 0 28px rgba(102, 183, 255, 0.04);
}

.seven-live .container {
  position: relative;
  z-index: 1;
  width: calc(100% - 72px);
  max-width: 1780px;
  padding: 0;
}

.seven-live-head {
  max-width: 1320px;
  margin: 0 auto 40px;
  text-align: center;
}

.seven-live-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  padding: 10px 17px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: #ffd3dc;
  font:
    800 12px/1 "Nunito",
    sans-serif;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.seven-live-kicker i {
  color: #6fd7ff;
}
.seven-live-head h2 {
  margin: 0 0 25px;
  color: #fff;
  font:
    800 clamp(38px, 4.1vw, 66px) / 1.02 "Nunito",
    sans-serif;
  letter-spacing: -0.035em;
}

.seven-live-intro {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 44px;
  text-align: left;
}

.seven-live-intro p {
  margin: 0;
  padding-left: 20px;
  border-left: 3px solid #6fc9ff;
  color: rgba(255, 255, 255, 0.74);
  font:
    600 16px/1.68 "Nunito",
    sans-serif;
}

.seven-live-intro p:last-child {
  border-left-color: #ff8c9f;
}

.seven-live-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  max-width: 820px;
  margin: 0 auto 34px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
}

.seven-live-tab {
  min-height: 48px;
  border: 0;
  border-radius: 13px;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  font:
    800 14px/1.2 "Nunito",
    sans-serif;
  transition:
    color 0.2s ease,
    background 0.2s ease,
    transform 0.2s ease;
}

.seven-live-tab i {
  margin-right: 8px;
}
.seven-live-tab:hover {
  color: #fff;
}
.seven-live-tab.active {
  color: #fff;
  background: linear-gradient(135deg, #4c9df2, #a45ce2 55%, #f06f91);
  box-shadow: 0 10px 25px rgba(17, 12, 65, 0.28);
}

.seven-live-category-intro {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 2fr);
  align-items: center;
  gap: 28px;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto 28px;
  padding: 18px 23px;
  border-left: 3px solid #6fc9ff;
  border-radius: 0 15px 15px 0;
  background: rgba(255, 255, 255, 0.06);
}

.seven-live-category-intro h3 {
  margin: 0;
  color: #fff;
  font:
    800 19px/1.2 "Nunito",
    sans-serif;
}
.seven-live-category-intro p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font:
    600 14px/1.55 "Nunito",
    sans-serif;
}

.seven-live-grid,
.seven-live-details {
  width: 100%;
  max-width: 1420px;
  margin-right: auto;
  margin-left: auto;
}

.seven-live-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}
.seven-live-card {
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
}

.seven-live-cover {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  background: #171443;
  box-shadow: 0 16px 34px rgba(3, 3, 24, 0.26);
}

.seven-live-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.35s ease;
}
.seven-live-card:hover .seven-live-cover img {
  transform: scale(1.025);
}

.seven-live-cover span {
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(14, 12, 53, 0.82);
  color: #fff;
  backdrop-filter: blur(8px);
  font:
    800 9px/1 "Nunito",
    sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.seven-live-cover span i {
  margin-right: 5px;
  color: #56e0a8;
  font-size: 6px;
  vertical-align: middle;
}

.seven-live-name {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 9px;
  width: 100%;
  min-height: 57px;
  padding: 12px 2px 0;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  text-align: left;
  font:
    800 14px/1.25 "Nunito",
    sans-serif;
}

.seven-live-name > i {
  display: grid;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #5da6fa, #dc61ba);
  font-size: 11px;
  transition: transform 0.2s ease;
}

.seven-live-name[aria-expanded="true"] > i {
  transform: rotate(45deg);
}

.seven-live-details {
  position: relative;
  margin-top: 22px;
  padding: 30px 62px 30px 32px;
  border: 1px solid rgba(125, 210, 255, 0.18);
  border-radius: 22px;
  background: linear-gradient(135deg, #242070, #39328e);
  box-shadow: 0 18px 44px rgba(3, 3, 24, 0.25);
}

.seven-live-details[hidden] {
  display: none;
}
.seven-live-details-type {
  color: #91dfff;
  font:
    800 12px/1 "Nunito",
    sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.seven-live-details h3 {
  margin: 7px 0 19px;
  color: #fff;
  font:
    800 28px/1.15 "Nunito",
    sans-serif;
}
.seven-live-details-copy {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
.seven-live-details-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font:
    600 14px/1.65 "Nunito",
    sans-serif;
}
.seven-live-details-copy strong {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-size: 15px;
}

.seven-live-details-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  cursor: pointer;
  font-size: 24px;
}

.seven-live-guide {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(380px, 0.85fr);
  gap: 44px;
  max-width: 1420px;
  margin: 52px auto 0;
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.055);
}

.seven-live-guide-copy > span {
  color: #8fd9ff;
  font:
    800 11px/1 "Nunito",
    sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.seven-live-guide-copy h3 {
  margin: 11px 0 20px;
  color: #fff;
  font:
    800 36px/1.08 "Nunito",
    sans-serif;
}
.seven-live-guide-copy p {
  margin: 0 0 15px;
  color: rgba(255, 255, 255, 0.72);
  font:
    600 15px/1.7 "Nunito",
    sans-serif;
}
.seven-live-guide-points {
  display: grid;
  gap: 13px;
}

.seven-live-guide-points article {
  display: grid;
  grid-template-columns: 45px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(13, 13, 64, 0.28);
}

.seven-live-guide-points i {
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  border-radius: 13px;
  background: linear-gradient(135deg, #5d9df6, #cc64d5);
  color: #fff;
}
.seven-live-guide-points h4 {
  margin: 1px 0 5px;
  color: #fff;
  font:
    800 15px/1.2 "Nunito",
    sans-serif;
}
.seven-live-guide-points p {
  margin: 0;
  color: rgba(255, 255, 255, 0.67);
  font:
    600 13px/1.5 "Nunito",
    sans-serif;
}

@media (max-width: 1199px) {
  .seven-live .container {
    width: calc(100% - 44px);
  }
  .seven-live-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px 18px;
  }
}

@media (max-width: 991px) {
  .seven-live-intro,
  .seven-live-guide {
    grid-template-columns: 1fr;
  }
  .seven-live-guide {
    gap: 28px;
    padding: 32px;
  }
  .seven-live-details-copy {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media (max-width: 767px) {
  .seven-live {
    padding: 62px 0 70px;
  }
  .seven-live .container {
    width: calc(100% - 28px);
  }
  .seven-live-head h2 {
    font-size: 38px;
  }
  .seven-live-intro {
    gap: 18px;
  }
  .seven-live-tabs {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .seven-live-category-intro {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 16px 18px;
  }
  .seven-live-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 12px;
  }
  .seven-live-name {
    font-size: 13px;
  }
  .seven-live-details {
    padding: 27px 24px;
  }
  .seven-live-details-close {
    top: 13px;
    right: 13px;
  }
  .seven-live-guide {
    margin-top: 38px;
    padding: 27px 20px;
    border-radius: 20px;
  }
  .seven-live-guide-copy h3 {
    font-size: 31px;
  }
}
/* Seven Play Sports Betting */
.seven-sports {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
  background: #090421;
  color: #fff;
}
.seven-sports-visual,
.seven-sports-shade {
  position: absolute;
  inset: 0;
}
.seven-sports-visual {
  background: url("../images/seven-play-sports-betting.png") center top / cover
    no-repeat;
  opacity: 0.92;
}
.seven-sports-shade {
  background:
    linear-gradient(
      90deg,
      rgba(5, 2, 24, 0.98) 0%,
      rgba(7, 3, 30, 0.93) 35%,
      rgba(8, 3, 32, 0.48) 67%,
      rgba(8, 3, 30, 0.72) 100%
    ),
    linear-gradient(180deg, rgba(8, 3, 28, 0.15), #090421 54%, #090421 100%);
}
.seven-sports-inner {
  position: relative;
  z-index: 1;
}
.seven-sports-intro {
  width: min(690px, 100%);
}
.seven-sports-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: #ffb6dd;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.seven-sports-intro h2 {
  margin: 0 0 22px;
  max-width: 650px;
  color: #fff;
  font-family: "Anton", sans-serif;
  font-size: clamp(42px, 5vw, 70px);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: 0.01em;
}
.seven-sports-intro p {
  margin: 0 0 15px;
  color: #ddd8ed;
  font-size: 17px;
  line-height: 1.8;
}
.seven-sports-timing {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  width: min(760px, 100%);
  margin: 38px 0 70px;
}
.seven-sports-timing article {
  display: flex;
  gap: 18px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(19, 10, 55, 0.72);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(12px);
}
.seven-sports-timing i {
  color: #ff66bf;
  font-size: 27px;
}
.seven-sports-timing span {
  color: #aaa0c8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.seven-sports-timing h3 {
  margin: 4px 0 7px;
  color: #fff;
  font-size: 22px;
}
.seven-sports-timing p {
  margin: 0;
  color: #cfc8e0;
  line-height: 1.55;
}
.seven-sports-disciplines {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 18px;
}
.seven-sport-card {
  position: relative;
  min-height: 230px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 24px;
  background: linear-gradient(
    145deg,
    rgba(45, 22, 94, 0.9),
    rgba(17, 8, 48, 0.94)
  );
  transition:
    transform 0.25s ease,
    border-color 0.25s ease;
}
.seven-sport-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 100, 190, 0.55);
}
.seven-sport-card::after {
  content: "";
  position: absolute;
  right: -38px;
  bottom: -52px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 82, 180, 0.24),
    transparent 68%
  );
}
.seven-sport-card > i {
  margin-bottom: 34px;
  color: #ff78c7;
  font-size: 30px;
}
.seven-sport-card > span {
  display: block;
  margin: -22px 0 5px;
  color: #ffb9df;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.seven-sport-card h3 {
  margin: 0 0 11px;
  color: #fff;
  font-size: 24px;
}
.seven-sport-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #cfc7df;
  line-height: 1.65;
}
.seven-sport-card-featured {
  grid-row: span 2;
  display: flex;
  min-height: 478px;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(180deg, rgba(72, 30, 123, 0.5), rgba(18, 7, 48, 0.98)),
    radial-gradient(
      circle at 60% 12%,
      rgba(255, 95, 188, 0.38),
      transparent 45%
    );
}
.seven-sport-card-featured > i {
  margin-bottom: auto;
  font-size: 52px;
}
.seven-sports-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  margin-top: 28px;
  padding: 27px 30px;
  border-radius: 22px;
  background: linear-gradient(90deg, #29105d, #45126b);
}
.seven-sports-more p {
  max-width: 730px;
  margin: 0;
  color: #e4ddee;
  line-height: 1.65;
}
.seven-sports-toggle {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 12px;
  padding: 15px 20px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff4fb2, #b768ff);
  color: #fff;
  cursor: pointer;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(211, 69, 190, 0.28);
}
.seven-sports-toggle i {
  transition: transform 0.25s ease;
}
.seven-sports-toggle[aria-expanded="true"] i {
  transform: rotate(180deg);
}
.seven-sports-details {
  margin-top: 20px;
  padding: 42px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background: #12072f;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.35);
}
.seven-sports-details-head {
  max-width: 780px;
  margin-bottom: 30px;
}
.seven-sports-details-head > span {
  color: #ff79c8;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.seven-sports-details-head h3 {
  margin: 8px 0 12px;
  color: #fff;
  font-size: 32px;
}
.seven-sports-details-head p {
  margin: 0;
  color: #cec6df;
  line-height: 1.7;
}
.seven-sports-bet-grid,
.seven-sports-market-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.seven-sports-bet-grid article {
  padding: 25px;
  border-radius: 18px;
  background: #211047;
}
.seven-sports-bet-grid i {
  color: #ff74c5;
  font-size: 23px;
}
.seven-sports-bet-grid h4 {
  margin: 14px 0 8px;
  color: #fff;
  font-size: 19px;
}
.seven-sports-bet-grid p,
.seven-sports-market-grid p {
  margin: 0;
  color: #c9c0da;
  line-height: 1.6;
}
.seven-sports-market-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 16px;
}
.seven-sports-market-grid article {
  padding: 23px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 18px;
}
.seven-sports-market-grid strong {
  display: block;
  margin-bottom: 8px;
  color: #ff9bd4;
  font-size: 17px;
}
.seven-sports-checklist {
  display: flex;
  gap: 16px;
  margin-top: 20px;
  padding: 22px;
  border-radius: 18px;
  background: rgba(255, 93, 187, 0.1);
}
.seven-sports-checklist i {
  color: #ff65bd;
  font-size: 22px;
}
.seven-sports-checklist p {
  margin: 0;
  color: #ded6e9;
  line-height: 1.65;
}
@media (max-width: 991px) {
  .seven-sports {
    padding: 90px 0;
  }
  .seven-sports-visual {
    background-position: 64% top;
    opacity: 0.62;
  }
  .seven-sports-shade {
    background: linear-gradient(
      180deg,
      rgba(6, 2, 25, 0.72),
      #090421 43%,
      #090421 100%
    );
  }
  .seven-sports-disciplines {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .seven-sport-card-featured {
    grid-row: auto;
    min-height: 270px;
  }
  .seven-sports-market-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .seven-sports-more {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .seven-sports {
    padding: 72px 0;
  }
  .seven-sports-timing,
  .seven-sports-disciplines,
  .seven-sports-bet-grid,
  .seven-sports-market-grid {
    grid-template-columns: 1fr;
  }
  .seven-sports-intro h2 {
    font-size: 38px;
  }
  .seven-sport-card,
  .seven-sport-card-featured {
    min-height: 0;
  }
  .seven-sport-card-featured > i {
    margin-bottom: 34px;
  }
  .seven-sports-details {
    padding: 28px 20px;
  }
  .seven-sports-toggle {
    width: 100%;
    justify-content: center;
  }
}

/* Sports section — open, image-led layout */
.seven-sports {
  padding: 110px 0 105px;
  background:
    radial-gradient(
      circle at 82% 12%,
      rgba(255, 167, 220, 0.42),
      transparent 28%
    ),
    radial-gradient(
      circle at 10% 42%,
      rgba(118, 126, 255, 0.34),
      transparent 32%
    ),
    linear-gradient(145deg, #392582 0%, #57309a 44%, #762f86 100%);
}
.seven-sports::before,
.seven-sports::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.seven-sports::before {
  top: 610px;
  left: -120px;
  width: 390px;
  height: 390px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.seven-sports::after {
  right: -150px;
  bottom: 180px;
  width: 430px;
  height: 430px;
  background: rgba(255, 117, 195, 0.12);
}
.seven-sports-inner.container {
  width: min(1560px, calc(100% - 80px));
  max-width: none;
  min-height: 650px;
  margin: 0 auto;
  padding: 0;
}
.seven-sports-visual {
  inset: 72px 4% auto 50%;
  height: 625px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 42px 42px 42px 130px;
  background-position: 55% center;
  box-shadow: 0 40px 90px rgba(35, 13, 78, 0.38);
  opacity: 1;
}
.seven-sports-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(47, 24, 117, 0.42), transparent 34%),
    linear-gradient(180deg, transparent 68%, rgba(45, 18, 89, 0.25));
}
.seven-sports-shade {
  inset: 0 auto auto 0;
  width: 48%;
  height: 700px;
  background: radial-gradient(
    circle at 35% 40%,
    rgba(255, 255, 255, 0.09),
    transparent 60%
  );
}
.seven-sports-intro {
  width: 44%;
  max-width: 670px;
  padding-top: 10px;
}
.seven-sports-intro h2 {
  max-width: 700px;
  font-size: clamp(48px, 4.4vw, 76px);
  text-shadow: 0 7px 30px rgba(37, 11, 75, 0.18);
}
.seven-sports-intro p {
  color: #f2ebfb;
  font-size: 18px;
}
.seven-sports-kicker {
  color: #ffd2ea;
}
.seven-sports-timing {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 44%;
  max-width: 680px;
  margin: 34px 0 115px;
}
.seven-sports-timing article {
  padding: 21px;
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 20px 45px rgba(49, 18, 91, 0.2);
}
.seven-sports-timing span {
  color: #e7d8f5;
}
.seven-sports-timing p {
  color: #f0e9f8;
}
.seven-sports-timing i {
  color: #ffd0e9;
}
.seven-sports-disciplines {
  position: relative;
  z-index: 2;
  clear: both;
  gap: 22px;
}
.seven-sport-card {
  border-color: rgba(255, 255, 255, 0.34);
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.96),
    rgba(240, 226, 252, 0.94)
  );
  box-shadow: 0 24px 55px rgba(50, 17, 91, 0.2);
}
.seven-sport-card:hover {
  border-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 30px 65px rgba(50, 17, 91, 0.27);
}
.seven-sport-card::after {
  background: radial-gradient(
    circle,
    rgba(218, 75, 164, 0.18),
    transparent 68%
  );
}
.seven-sport-card > i {
  color: #a53394;
}
.seven-sport-card > span {
  color: #a12d87;
}
.seven-sport-card h3 {
  color: #2d155e;
}
.seven-sport-card p {
  color: #5f5076;
}
.seven-sport-card-featured {
  background:
    radial-gradient(
      circle at 75% 14%,
      rgba(255, 190, 226, 0.7),
      transparent 35%
    ),
    linear-gradient(145deg, #f9efff, #ddc5f4);
}
.seven-sports-more {
  margin-top: 25px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0 20px 55px rgba(48, 16, 91, 0.18);
  backdrop-filter: blur(16px);
}
.seven-sports-more p {
  color: #fff;
}
.seven-sports-toggle {
  background: linear-gradient(90deg, #ff7abf, #f4a26b);
  box-shadow: 0 14px 32px rgba(98, 24, 100, 0.28);
}
.seven-sports-details {
  border-color: rgba(255, 255, 255, 0.48);
  background: linear-gradient(145deg, #fbf5ff, #eadcf8);
  box-shadow: 0 28px 70px rgba(45, 14, 86, 0.25);
}
.seven-sports-details-head > span {
  color: #a12d87;
}
.seven-sports-details-head h3 {
  color: #2d155e;
}
.seven-sports-details-head p {
  color: #655477;
}
.seven-sports-bet-grid article {
  background: #fff;
  box-shadow: 0 14px 32px rgba(69, 35, 100, 0.1);
}
.seven-sports-bet-grid i {
  color: #b33a99;
}
.seven-sports-bet-grid h4 {
  color: #31165e;
}
.seven-sports-bet-grid p,
.seven-sports-market-grid p {
  color: #665675;
}
.seven-sports-market-grid article {
  border-color: rgba(83, 43, 119, 0.14);
  background: rgba(255, 255, 255, 0.48);
}
.seven-sports-market-grid strong {
  color: #9c2d86;
}
.seven-sports-checklist {
  background: rgba(184, 59, 150, 0.1);
}
.seven-sports-checklist i {
  color: #ad358f;
}
.seven-sports-checklist p {
  color: #5c4d6d;
}
@media (max-width: 1199px) {
  .seven-sports-inner.container {
    width: min(1100px, calc(100% - 50px));
  }
  .seven-sports-visual {
    inset: 80px 2.5% auto 51%;
    height: 590px;
  }
  .seven-sports-intro,
  .seven-sports-timing {
    width: 46%;
  }
  .seven-sports-intro h2 {
    font-size: 55px;
  }
}
@media (max-width: 991px) {
  .seven-sports {
    padding-top: 70px;
  }
  .seven-sports-inner.container {
    width: min(720px, calc(100% - 36px));
  }
  .seven-sports-visual {
    position: relative;
    inset: auto;
    height: 470px;
    margin-bottom: 45px;
    border-radius: 30px 30px 30px 85px;
    background-position: 61% center;
  }
  .seven-sports-shade {
    display: none;
  }
  .seven-sports-intro,
  .seven-sports-timing {
    width: 100%;
    max-width: none;
  }
  .seven-sports-intro {
    padding-top: 0;
  }
  .seven-sports-timing {
    margin-bottom: 65px;
  }
}
@media (max-width: 575px) {
  .seven-sports-inner.container {
    width: calc(100% - 28px);
  }
  .seven-sports-visual {
    height: 330px;
    border-radius: 24px 24px 24px 60px;
  }
  .seven-sports-intro h2 {
    font-size: 40px;
  }
  .seven-sports-intro p {
    font-size: 16px;
  }
  .seven-sports-timing {
    grid-template-columns: 1fr;
  }
}

/* Sports section — balanced proportions */
.seven-sports {
  padding-top: 90px;
}
.seven-sports-inner.container {
  min-height: 560px;
}
.seven-sports-visual {
  inset: 84px 4% auto 51%;
  height: auto;
  aspect-ratio: 2.12 / 1;
  border-radius: 30px;
  background-position: center;
  background-size: cover;
  box-shadow: 0 28px 65px rgba(35, 13, 78, 0.3);
}
.seven-sports-visual::after {
  background: linear-gradient(90deg, rgba(47, 24, 117, 0.18), transparent 28%);
}
.seven-sports-intro {
  width: 43%;
}
.seven-sports-intro h2 {
  font-size: clamp(46px, 3.8vw, 66px);
}
.seven-sports-intro p {
  font-size: 17px;
  line-height: 1.72;
}
.seven-sports-timing {
  width: 43%;
  margin: 28px 0 75px;
  gap: 14px;
}
.seven-sports-timing article {
  min-height: 0;
  padding: 18px;
  gap: 14px;
}
.seven-sports-timing h3 {
  font-size: 20px;
}
.seven-sports-timing p {
  font-size: 14px;
}
.seven-sports-disciplines {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.seven-sport-card,
.seven-sport-card-featured {
  grid-row: auto;
  display: block;
  min-height: 0;
  padding: 26px 28px;
  border-radius: 20px;
}
.seven-sport-card-featured {
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.96),
    rgba(240, 226, 252, 0.94)
  );
}
.seven-sport-card > i,
.seven-sport-card-featured > i {
  margin: 0 0 20px;
  font-size: 28px;
}
.seven-sport-card > span {
  margin: -4px 0 6px;
}
.seven-sport-card h3 {
  font-size: 22px;
}
.seven-sport-card p {
  font-size: 15px;
  line-height: 1.58;
}

@media (max-width: 1199px) {
  .seven-sports-visual {
    inset: 88px 2.5% auto 51%;
    height: auto;
  }
  .seven-sports-intro h2 {
    font-size: 50px;
  }
}

@media (max-width: 991px) {
  .seven-sports-inner.container {
    min-height: 0;
  }
  .seven-sports-visual {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 2.12 / 1;
    margin-bottom: 38px;
    border-radius: 24px;
  }
  .seven-sports-disciplines {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .seven-sports-visual {
    aspect-ratio: 1.45 / 1;
    background-position: 62% center;
  }
  .seven-sports-disciplines {
    grid-template-columns: 1fr;
  }
  .seven-sport-card,
  .seven-sport-card-featured {
    padding: 24px;
  }
}

/* Sports section — connected two-column stage */
.seven-sports-inner.container {
  min-height: 0;
}
.seven-sports-stage {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: start;
  gap: clamp(38px, 5vw, 82px);
  margin-bottom: 54px;
}
.seven-sports-stage-side {
  min-width: 0;
}
.seven-sports-intro {
  width: 100%;
  max-width: none;
  padding-top: 18px;
}
.seven-sports-visual {
  position: relative;
  inset: auto;
  width: 100%;
  height: auto;
  aspect-ratio: 2.12 / 1;
}
.seven-sports-timing {
  width: 100%;
  max-width: none;
  margin: 18px 0 0;
}
.seven-sports-timing article {
  background: rgba(255, 255, 255, 0.17);
}
.seven-sports-disciplines {
  margin-top: 0;
}

@media (max-width: 991px) {
  .seven-sports-stage {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 45px;
  }
  .seven-sports-intro {
    padding-top: 0;
  }
  .seven-sports-stage-side {
    display: flex;
    flex-direction: column;
  }
  .seven-sports-visual {
    order: 0;
    margin: 0;
  }
  .seven-sports-timing {
    order: 1;
    margin: 18px 0 0;
  }
}

/* Seven Play Bonuses */
.seven-bonuses {
  position: relative;
  overflow: hidden;
  padding: 105px 0;
  background: linear-gradient(180deg, #fff8fd 0%, #f3eaff 48%, #fffaf5 100%);
  color: #321958;
}
.seven-bonuses::before {
  content: "";
  position: absolute;
  top: -220px;
  right: -170px;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 128, 190, 0.28),
    transparent 68%
  );
}
.seven-bonuses-inner.container {
  position: relative;
  z-index: 1;
  width: min(1420px, calc(100% - 70px));
  max-width: none;
}
.seven-bonuses-head {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: end;
  gap: 75px;
  margin-bottom: 48px;
}
.seven-bonuses-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  color: #a53591;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.seven-bonuses-head h2 {
  margin: 0;
  color: #32145f;
  font-family: "Anton", sans-serif;
  font-size: clamp(46px, 4.5vw, 72px);
  font-weight: 400;
  line-height: 1.03;
}
.seven-bonuses-head > p {
  margin: 0;
  color: #675675;
  font-size: 17px;
  line-height: 1.75;
}

.seven-welcome {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 32px;
  padding: 36px;
  border-radius: 32px;
  background: linear-gradient(135deg, #32116d, #67278e 55%, #b13e8f);
  box-shadow: 0 30px 75px rgba(73, 25, 103, 0.25);
}
.seven-welcome-summary {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 14px 16px;
  color: #fff;
}
.seven-welcome-summary > span {
  color: #ffbada;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.seven-welcome-summary > strong {
  margin-top: 18px;
  font-family: "Anton", sans-serif;
  font-size: clamp(48px, 4.5vw, 72px);
  font-weight: 400;
  line-height: 1;
}
.seven-welcome-summary > b {
  margin: 8px 0 22px;
  color: #ffd5e9;
  font-size: 25px;
}
.seven-welcome-summary > p {
  margin: 0;
  color: #eee4f5;
  line-height: 1.7;
}
.seven-welcome-rule {
  display: flex;
  gap: 13px;
  margin-top: auto;
  padding-top: 28px;
  color: #fff;
  font-size: 14px;
  line-height: 1.55;
}
.seven-welcome-rule i {
  margin-top: 3px;
  color: #ffbfdf;
  font-size: 20px;
}
.seven-welcome-stages {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}
.seven-welcome-stages article {
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 35px rgba(42, 10, 78, 0.13);
}
.seven-welcome-stages i {
  color: #b23b96;
  font-size: 24px;
}
.seven-welcome-stages span {
  display: block;
  margin: 18px 0 6px;
  color: #a1338b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.seven-welcome-stages strong {
  display: block;
  color: #35165d;
  font-size: 21px;
}
.seven-welcome-stages p {
  margin: 8px 0 0;
  color: #6b5a79;
}

.seven-recurring-head {
  max-width: 760px;
  margin: 85px 0 32px;
}
.seven-recurring-head > span {
  color: #a53591;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.seven-recurring-head h3 {
  margin: 8px 0 12px;
  color: #35155f;
  font-size: 36px;
}
.seven-recurring-head p {
  margin: 0;
  color: #6c5b79;
  font-size: 16px;
  line-height: 1.7;
}
.seven-recurring-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.875fr 0.875fr;
  gap: 20px;
  align-items: stretch;
}
.seven-reward-card {
  padding: 30px;
  border: 1px solid rgba(86, 43, 121, 0.1);
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 22px 55px rgba(64, 31, 93, 0.1);
}
.seven-reward-icon {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 16px;
  background: #f4e5fa;
  color: #a93891;
  font-size: 22px;
}
.seven-reward-card > span {
  color: #a6388f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.seven-reward-card h3 {
  margin: 7px 0 8px;
  color: #34165d;
  font-size: 25px;
}
.seven-reward-card > strong {
  display: block;
  margin-bottom: 17px;
  color: #9e327f;
  font-size: 18px;
}
.seven-reward-card > p {
  color: #6b5b77;
  line-height: 1.65;
}
.seven-reward-card ul {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}
.seven-reward-card li {
  position: relative;
  margin-top: 10px;
  padding-left: 22px;
  color: #685673;
  line-height: 1.5;
}
.seven-reward-card li::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e15aa7;
}
.seven-reward-weekend {
  background: linear-gradient(150deg, #fff, #fff3f9);
}
.seven-weekend-days {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}
.seven-weekend-days div {
  padding: 16px;
  border-radius: 15px;
  background: #f5e9fb;
}
.seven-weekend-days b,
.seven-weekend-days span,
.seven-weekend-days em {
  display: block;
}
.seven-weekend-days b {
  color: #3c1d64;
}
.seven-weekend-days span {
  margin: 5px 0;
  color: #756081;
  font-size: 13px;
}
.seven-weekend-days em {
  color: #a43189;
  font-style: normal;
  font-weight: 800;
}
.seven-reward-note {
  display: flex;
  gap: 10px;
  margin: 17px 0 0 !important;
  padding: 14px 16px;
  border-radius: 14px;
  background: #ffe9f5;
  color: #81306f !important;
  font-size: 14px;
}
.seven-reward-note i {
  color: #dc499f;
}

.seven-bonus-details {
  margin-top: 24px;
  border: 1px solid rgba(90, 43, 126, 0.14);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(65, 30, 94, 0.08);
}
.seven-bonus-details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 28px;
  color: #3b1c63;
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}
.seven-bonus-details summary::-webkit-details-marker {
  display: none;
}
.seven-bonus-details summary span {
  display: flex;
  align-items: center;
  gap: 11px;
}
.seven-bonus-details summary span i {
  color: #b23995;
}
.seven-bonus-details summary > i {
  transition: transform 0.25s ease;
}
.seven-bonus-details[open] summary > i {
  transform: rotate(180deg);
}
.seven-bonus-details-body {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 0 28px 28px;
}
.seven-bonus-details-body article {
  padding: 23px;
  border-radius: 17px;
  background: #f6edfb;
}
.seven-bonus-details-body h4 {
  margin: 0 0 10px;
  color: #3c1c64;
  font-size: 18px;
}
.seven-bonus-details-body p {
  margin: 0;
  color: #685775;
  line-height: 1.62;
}

@media (max-width: 1100px) {
  .seven-bonuses-inner.container {
    width: min(960px, calc(100% - 44px));
  }
  .seven-bonuses-head {
    gap: 40px;
  }
  .seven-recurring-grid {
    grid-template-columns: 1fr 1fr;
  }
  .seven-reward-weekend {
    grid-column: span 2;
  }
}
@media (max-width: 767px) {
  .seven-bonuses {
    padding: 78px 0;
  }
  .seven-bonuses-inner.container {
    width: calc(100% - 30px);
  }
  .seven-bonuses-head,
  .seven-welcome {
    grid-template-columns: 1fr;
  }
  .seven-bonuses-head {
    gap: 20px;
  }
  .seven-welcome {
    padding: 24px;
  }
  .seven-welcome-summary {
    padding: 5px;
  }
  .seven-welcome-rule {
    margin-top: 10px;
  }
  .seven-recurring-grid {
    grid-template-columns: 1fr;
  }
  .seven-reward-weekend {
    grid-column: auto;
  }
  .seven-bonus-details-body {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .seven-welcome-stages,
  .seven-weekend-days {
    grid-template-columns: 1fr;
  }
  .seven-bonuses-head h2 {
    font-size: 42px;
  }
}

/* Seven Play Rewards and Loyalty */
.seven-loyalty {
  position: relative;
  overflow: hidden;
  padding: 108px 0;
  background:
    radial-gradient(
      circle at 12% 18%,
      rgba(93, 114, 255, 0.28),
      transparent 30%
    ),
    radial-gradient(
      circle at 88% 82%,
      rgba(255, 80, 175, 0.2),
      transparent 32%
    ),
    linear-gradient(145deg, #10083d, #24125e 54%, #36125d);
  color: #fff;
}
.seven-loyalty::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.8) 1px,
    transparent 1px
  );
  background-size: 34px 34px;
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 25%,
    #000 75%,
    transparent
  );
}
.seven-loyalty-inner.container {
  position: relative;
  z-index: 1;
  width: min(1420px, calc(100% - 70px));
  max-width: none;
}
.seven-loyalty-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 75px;
  margin-bottom: 50px;
}
.seven-loyalty-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  color: #ffacd8;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.seven-loyalty-head h2 {
  margin: 0;
  color: #fff;
  font-family: "Anton", sans-serif;
  font-size: clamp(46px, 4.2vw, 70px);
  font-weight: 400;
  line-height: 1.03;
}
.seven-loyalty-head > p {
  margin: 0;
  color: #d9d1eb;
  font-size: 17px;
  line-height: 1.75;
}

.seven-loyalty-route {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
  margin-bottom: 28px;
}
.seven-loyalty-route article {
  position: relative;
  min-height: 235px;
  padding: 27px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 21px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}
.seven-loyalty-route article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 49px;
  right: -16px;
  z-index: 2;
  width: 17px;
  height: 2px;
  background: #ff83c5;
  box-shadow: 7px 0 #ff83c5;
}
.seven-loyalty-route-icon {
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  margin-bottom: 23px;
  border-radius: 14px;
  background: linear-gradient(135deg, #ff79bb, #9e6dff);
  box-shadow: 0 12px 25px rgba(214, 80, 180, 0.25);
}
.seven-loyalty-route article > span,
.seven-loyalty-wheel-copy > span,
.seven-loyalty-more article span {
  color: #ffabd5;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.seven-loyalty-route h3 {
  margin: 5px 0 9px;
  color: #fff;
  font-size: 22px;
}
.seven-loyalty-route p {
  margin: 0;
  color: #cfc6e1;
  line-height: 1.6;
}

.seven-loyalty-feature {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 20px;
}
.seven-loyalty-wheel {
  display: grid;
  grid-template-columns: 190px 1fr;
  align-items: center;
  gap: 25px;
  padding: 32px;
  border-radius: 27px;
  background: linear-gradient(135deg, #6d2c91, #a93a8c);
  box-shadow: 0 25px 60px rgba(3, 0, 27, 0.28);
}
.seven-loyalty-wheel-art {
  position: relative;
  width: 180px;
  height: 180px;
  border: 10px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: conic-gradient(
    #ff82c2 0 25%,
    #8e72ff 0 50%,
    #ffa765 0 75%,
    #d94fa8 0
  );
  box-shadow:
    inset 0 0 0 3px rgba(255, 255, 255, 0.28),
    0 15px 35px rgba(33, 4, 65, 0.28);
}
.seven-loyalty-wheel-art > span {
  position: absolute;
  color: #fff;
  font-size: 20px;
}
.seven-loyalty-wheel-art > span:nth-child(1) {
  top: 25px;
  left: 75px;
}
.seven-loyalty-wheel-art > span:nth-child(2) {
  top: 74px;
  right: 25px;
}
.seven-loyalty-wheel-art > span:nth-child(3) {
  bottom: 25px;
  left: 75px;
}
.seven-loyalty-wheel-art > span:nth-child(4) {
  top: 74px;
  left: 27px;
}
.seven-loyalty-wheel-art > div {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  transform: translate(-50%, -50%);
  border: 7px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  background: #271052;
  color: #fff;
}
.seven-loyalty-wheel-copy h3 {
  margin: 7px 0 11px;
  color: #fff;
  font-size: 29px;
}
.seven-loyalty-wheel-copy p {
  margin: 0;
  color: #f4e9f5;
  line-height: 1.65;
}
.seven-loyalty-numbers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}
.seven-loyalty-numbers article {
  padding: 25px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 21px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 40px rgba(4, 0, 31, 0.15);
}
.seven-loyalty-numbers i {
  color: #ab368f;
  font-size: 23px;
}
.seven-loyalty-numbers strong {
  display: block;
  margin: 15px 0 7px;
  color: #35175e;
  font-size: 21px;
}
.seven-loyalty-numbers span {
  color: #6b5977;
  line-height: 1.5;
}

.seven-loyalty-more {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 20px;
}
.seven-loyalty-more article {
  display: flex;
  gap: 22px;
  padding: 29px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 23px;
  background: rgba(255, 255, 255, 0.07);
}
.seven-loyalty-more article > i {
  color: #ff8cc6;
  font-size: 29px;
}
.seven-loyalty-more h3 {
  margin: 6px 0 10px;
  color: #fff;
  font-size: 22px;
}
.seven-loyalty-more p {
  margin: 0;
  color: #cdc4de;
  line-height: 1.63;
}
.seven-loyalty-clarity {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  margin-top: 20px;
}
.seven-loyalty-clarity article {
  display: flex;
  gap: 15px;
  padding: 21px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 36px rgba(4, 0, 31, 0.13);
}
.seven-loyalty-clarity i {
  margin-top: 3px;
  color: #ad378f;
  font-size: 20px;
}
.seven-loyalty-clarity strong {
  display: block;
  margin-bottom: 5px;
  color: #371860;
}
.seven-loyalty-clarity p {
  margin: 0;
  color: #6a5877;
  font-size: 14px;
  line-height: 1.5;
}
.seven-loyalty-note {
  display: flex;
  gap: 14px;
  margin-top: 20px;
  padding: 21px 24px;
  border-left: 4px solid #ff78bc;
  border-radius: 0 16px 16px 0;
  background: rgba(255, 255, 255, 0.08);
}
.seven-loyalty-note i {
  margin-top: 4px;
  color: #ff9dce;
}
.seven-loyalty-note p {
  margin: 0;
  color: #d3c9e1;
  line-height: 1.6;
}

@media (max-width: 1100px) {
  .seven-loyalty-inner.container {
    width: min(960px, calc(100% - 44px));
  }
  .seven-loyalty-route {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .seven-loyalty-route article:not(:last-child)::after {
    display: none;
  }
  .seven-loyalty-feature {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .seven-loyalty {
    padding: 78px 0;
  }
  .seven-loyalty-inner.container {
    width: calc(100% - 30px);
  }
  .seven-loyalty-head {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .seven-loyalty-route,
  .seven-loyalty-more,
  .seven-loyalty-clarity {
    grid-template-columns: 1fr;
  }
  .seven-loyalty-route article {
    min-height: 0;
  }
  .seven-loyalty-wheel {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .seven-loyalty-head h2 {
    font-size: 42px;
  }
  .seven-loyalty-numbers {
    grid-template-columns: 1fr;
  }
  .seven-loyalty-wheel-art {
    width: 160px;
    height: 160px;
    margin: 0 auto;
  }
  .seven-loyalty-wheel-art > span:nth-child(1) {
    left: 65px;
  }
  .seven-loyalty-wheel-art > span:nth-child(2) {
    top: 64px;
  }
  .seven-loyalty-wheel-art > span:nth-child(3) {
    left: 65px;
  }
  .seven-loyalty-wheel-art > span:nth-child(4) {
    top: 64px;
  }
}

/* Seven Play Payment Methods */
.seven-payments {
  position: relative;
  overflow: hidden;
  padding: 105px 0;
  background: linear-gradient(155deg, #edf3ff 0%, #fbf8ff 47%, #fff4f9 100%);
  color: #2f1b51;
}
.seven-payments::before {
  content: "";
  position: absolute;
  top: -230px;
  left: -180px;
  width: 650px;
  height: 650px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(117, 102, 244, 0.2),
    transparent 68%
  );
}
.seven-payments-inner.container {
  position: relative;
  z-index: 1;
  width: min(1420px, calc(100% - 70px));
  max-width: none;
}
.seven-payments-head {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: end;
  gap: 75px;
  margin-bottom: 42px;
}
.seven-payments-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  color: #a4368e;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.seven-payments-head h2 {
  margin: 0;
  color: #30145b;
  font-family: "Anton", sans-serif;
  font-size: clamp(46px, 4.3vw, 70px);
  font-weight: 400;
  line-height: 1.03;
}
.seven-payments-head > p {
  margin: 0;
  color: #665673;
  font-size: 17px;
  line-height: 1.75;
}

.seven-payment-switch {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.seven-payment-switch > input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.seven-payment-switch > label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 25px;
  border: 1px solid rgba(67, 34, 99, 0.14);
  border-radius: 999px;
  background: #fff;
  color: #563a6d;
  cursor: pointer;
  font-weight: 800;
  box-shadow: 0 10px 25px rgba(61, 31, 91, 0.08);
  transition: 0.2s ease;
}
#sevenDepositTab:checked + label,
#sevenWithdrawalTab:checked + label {
  border-color: transparent;
  background: linear-gradient(90deg, #7737ad, #db4d9f);
  color: #fff;
  box-shadow: 0 14px 32px rgba(122, 47, 143, 0.23);
}
.seven-payment-panels {
  flex: 0 0 100%;
  margin-top: 15px;
}
.seven-payment-panel {
  display: none;
  padding: 36px;
  border: 1px solid rgba(72, 38, 104, 0.1);
  border-radius: 29px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 28px 70px rgba(65, 31, 94, 0.12);
}
#sevenDepositTab:checked ~ .seven-payment-panels .seven-payment-deposits,
#sevenWithdrawalTab:checked ~ .seven-payment-panels .seven-payment-withdrawals {
  display: block;
}
.seven-payment-panel-head {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: end;
  gap: 55px;
  margin-bottom: 27px;
}
.seven-payment-panel-head span {
  color: #a4378f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.seven-payment-panel-head h3 {
  margin: 5px 0 0;
  color: #33175c;
  font-size: 31px;
}
.seven-payment-panel-head > p {
  margin: 0;
  color: #6a5976;
  line-height: 1.65;
}

.seven-payment-methods {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.seven-payment-methods article {
  display: grid;
  grid-template-columns: 45px 1fr auto;
  align-items: center;
  gap: 14px;
  min-height: 79px;
  padding: 14px 16px;
  border: 1px solid #eadff1;
  border-radius: 16px;
  background: #fbf8fd;
}
.seven-payment-methods article > img {
  width: 42px;
  max-height: 27px;
  object-fit: contain;
}
.seven-payment-methods article > i {
  color: #a83a91;
  font-size: 24px;
  text-align: center;
}
.seven-payment-methods strong,
.seven-payment-methods span {
  display: block;
}
.seven-payment-methods strong {
  color: #35185d;
}
.seven-payment-methods span {
  margin-top: 3px;
  color: #7b6985;
  font-size: 13px;
}
.seven-payment-methods em {
  padding: 6px 8px;
  border-radius: 8px;
  background: #f0e4f6;
  color: #93407e;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  text-align: center;
}
.seven-payment-methods .seven-payment-crypto {
  border-color: #ddc6ee;
  background: linear-gradient(90deg, #f6ecfb, #fff4fa);
}
.seven-payment-limit-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 15px;
}
.seven-payment-limit-row > span {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px;
  border-radius: 14px;
  background: #f1eafb;
  color: #6c5978;
}
.seven-payment-limit-row i {
  color: #aa3b92;
}
.seven-payment-limit-row b {
  color: #3d2064;
}

.seven-payout-methods {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}
.seven-payout-methods article {
  display: flex;
  gap: 18px;
  padding: 27px;
  border: 1px solid #e8dcec;
  border-radius: 19px;
  background: #fbf8fd;
}
.seven-payout-icon {
  display: flex;
  flex: 0 0 60px;
  height: 48px;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border-radius: 14px;
  background: #f0e4f6;
  color: #a83a91;
  font-size: 23px;
}
.seven-payout-icon img {
  width: 27px;
  max-height: 23px;
  object-fit: contain;
}
.seven-payout-methods span {
  color: #a1378a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.seven-payout-methods h3 {
  margin: 5px 0 8px;
  color: #35185e;
  font-size: 20px;
}
.seven-payout-methods p {
  margin: 0;
  color: #6d5b79;
  line-height: 1.55;
}
.seven-withdrawal-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 15px;
}
.seven-withdrawal-facts article {
  padding: 20px;
  border-radius: 15px;
  background: #f1eafb;
}
.seven-withdrawal-facts i {
  color: #ad3c94;
  font-size: 20px;
}
.seven-withdrawal-facts strong,
.seven-withdrawal-facts span {
  display: block;
}
.seven-withdrawal-facts strong {
  margin: 10px 0 5px;
  color: #3c1e63;
}
.seven-withdrawal-facts span {
  color: #6d5b78;
  font-size: 13px;
  line-height: 1.5;
}

.seven-payment-how {
  margin-top: 72px;
}
.seven-payment-how > header {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 55px;
  align-items: end;
  margin-bottom: 27px;
}
.seven-payment-how > header > span {
  grid-column: 1 / -1;
  margin-bottom: -42px;
  color: #a4368d;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.seven-payment-how > header h3 {
  margin: 0;
  color: #32165c;
  font-size: 34px;
  line-height: 1.2;
}
.seven-payment-how > header p {
  margin: 0;
  color: #6a5976;
  line-height: 1.68;
}
.seven-payment-how-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.seven-payment-flow {
  padding: 30px;
  border: 1px solid rgba(74, 39, 106, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 20px 50px rgba(63, 30, 91, 0.09);
}
.seven-payment-flow-title {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-bottom: 25px;
}
.seven-payment-flow-title > i {
  color: #ad3c94;
  font-size: 33px;
}
.seven-payment-flow-title span {
  color: #a13889;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.seven-payment-flow-title h4 {
  margin: 3px 0 0;
  color: #35185e;
  font-size: 24px;
}
.seven-payment-action {
  display: flex;
  gap: 15px;
  padding: 18px 0;
  border-top: 1px solid #eadff0;
}
.seven-payment-action > i {
  flex: 0 0 27px;
  margin-top: 3px;
  color: #ad3c93;
  font-size: 19px;
  text-align: center;
}
.seven-payment-action strong {
  color: #3b1d62;
}
.seven-payment-action p {
  margin: 5px 0 0;
  color: #6b5a77;
  line-height: 1.55;
}

.seven-crypto-safety {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 35px;
  margin-top: 20px;
  padding: 32px;
  overflow: hidden;
  border-radius: 25px;
  background: linear-gradient(135deg, #251058, #512078 58%, #86307f);
  color: #fff;
  box-shadow: 0 25px 60px rgba(55, 20, 82, 0.2);
}
.seven-crypto-safety-copy > span {
  color: #ffb0d7;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.seven-crypto-safety-copy h3 {
  margin: 9px 0 12px;
  color: #fff;
  font-size: 29px;
}
.seven-crypto-safety-copy p {
  margin: 0;
  color: #ded3e8;
  line-height: 1.65;
}
.seven-crypto-checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
}
.seven-crypto-checks article {
  display: flex;
  gap: 13px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.09);
}
.seven-crypto-checks i {
  margin-top: 3px;
  color: #ff9dce;
}
.seven-crypto-checks strong {
  color: #fff;
}
.seven-crypto-checks p {
  margin: 4px 0 0;
  color: #d9cfe4;
  font-size: 13px;
  line-height: 1.45;
}
.seven-crypto-warning {
  grid-column: 1 / -1;
  display: flex;
  gap: 11px;
  margin: 0;
  padding: 16px;
  border-radius: 13px;
  background: rgba(255, 170, 204, 0.12);
  color: #f2e5ee;
  line-height: 1.55;
}
.seven-crypto-warning i {
  margin-top: 3px;
  color: #ffb2d5;
}

.seven-payment-mistakes {
  margin-top: 20px;
  padding: 27px;
  border: 1px solid rgba(74, 39, 106, 0.1);
  border-radius: 21px;
  background: rgba(255, 255, 255, 0.68);
}
.seven-payment-mistakes h3 {
  margin: 0 0 18px;
  color: #37195f;
  font-size: 23px;
}
.seven-payment-mistakes > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.seven-payment-mistakes span {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  padding: 13px;
  border-radius: 12px;
  background: #f3eafa;
  color: #624e70;
  line-height: 1.45;
}
.seven-payment-mistakes i {
  margin-top: 3px;
  color: #ad3b93;
}

.seven-payment-guidance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  margin-top: 20px;
}
.seven-payment-guidance article {
  display: flex;
  gap: 16px;
  padding: 24px;
  border: 1px solid rgba(70, 37, 101, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
}
.seven-payment-guidance article > i {
  color: #a83a91;
  font-size: 23px;
}
.seven-payment-guidance h3 {
  margin: 0 0 7px;
  color: #3a1c62;
  font-size: 18px;
}
.seven-payment-guidance p {
  margin: 0;
  color: #6c5a77;
  line-height: 1.55;
}

@media (max-width: 1100px) {
  .seven-payments-inner.container {
    width: min(960px, calc(100% - 44px));
  }
  .seven-payment-methods {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .seven-payout-methods {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .seven-payments {
    padding: 78px 0;
  }
  .seven-payments-inner.container {
    width: calc(100% - 30px);
  }
  .seven-payments-head,
  .seven-payment-panel-head {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .seven-payment-panel {
    padding: 24px;
  }
  .seven-payment-methods,
  .seven-payment-limit-row,
  .seven-withdrawal-facts,
  .seven-payment-guidance {
    grid-template-columns: 1fr;
  }
  .seven-payment-how > header,
  .seven-payment-how-grid,
  .seven-crypto-safety {
    grid-template-columns: 1fr;
  }
  .seven-payment-how > header {
    gap: 16px;
  }
  .seven-payment-how > header > span {
    grid-column: auto;
    margin-bottom: 0;
  }
  .seven-payment-mistakes > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  .seven-payments-head h2 {
    font-size: 42px;
  }
  .seven-payment-switch > label {
    flex: 1;
    justify-content: center;
    padding: 13px 15px;
  }
  .seven-payment-methods article {
    grid-template-columns: 40px 1fr;
  }
  .seven-payment-methods em {
    grid-column: 2;
    justify-self: start;
  }
  .seven-crypto-checks,
  .seven-payment-mistakes > div {
    grid-template-columns: 1fr;
  }
}

/* Payment section contrast and expandable guidance */
.seven-payments {
  background:
    radial-gradient(
      circle at 88% 14%,
      rgba(255, 132, 196, 0.28),
      transparent 28%
    ),
    radial-gradient(
      circle at 8% 88%,
      rgba(111, 164, 255, 0.24),
      transparent 30%
    ),
    linear-gradient(145deg, #31247c 0%, #61409a 50%, #a64f99 100%);
}
.seven-payments::before {
  background: radial-gradient(
    circle,
    rgba(158, 185, 255, 0.24),
    transparent 68%
  );
}
.seven-payments-kicker {
  color: #ffd0e8;
}
.seven-payments-head h2 {
  color: #fff;
}
.seven-payments-head > p {
  color: rgba(255, 255, 255, 0.84);
}
.seven-payment-methods article {
  grid-template-columns: 50px 1fr auto;
  background: #fff;
}
.seven-payment-methods article > img,
.seven-payment-methods article > i {
  box-sizing: border-box;
  width: 46px;
  height: 40px;
  padding: 8px;
  border-radius: 11px;
  background: linear-gradient(145deg, #28145a, #71358c);
  color: #fff;
  object-fit: contain;
}
.seven-payment-methods article > i {
  display: grid;
  place-items: center;
  font-size: 21px;
}
.seven-payout-icon {
  background: linear-gradient(145deg, #28145a, #71358c);
  color: #fff;
}
.seven-payout-icon img {
  box-sizing: border-box;
  max-height: 27px;
  padding: 2px;
}

.seven-payment-guide-details {
  margin-top: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 22px 55px rgba(28, 15, 69, 0.2);
}
.seven-payment-guide-details > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 26px;
  cursor: pointer;
  list-style: none;
  color: #35185d;
}
.seven-payment-guide-details > summary::-webkit-details-marker {
  display: none;
}
.seven-payment-guide-label {
  display: flex;
  align-items: center;
  gap: 15px;
}
.seven-payment-guide-label > i {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(145deg, #7737ad, #db4d9f);
  color: #fff;
}
.seven-payment-guide-label strong,
.seven-payment-guide-label small {
  display: block;
}
.seven-payment-guide-label strong {
  font-size: 19px;
}
.seven-payment-guide-label small {
  margin-top: 3px;
  color: #75627f;
  font-size: 13px;
}
.seven-payment-guide-arrow {
  color: #9f3e8c;
  transition: transform 0.25s ease;
}
.seven-payment-guide-details[open] .seven-payment-guide-arrow {
  transform: rotate(180deg);
}
.seven-payment-guide-content {
  padding: 8px 26px 28px;
  border-top: 1px solid #eee3f2;
}
.seven-payment-guide-content .seven-payment-how {
  margin-top: 28px;
}

@media (max-width: 480px) {
  .seven-payment-methods article {
    grid-template-columns: 50px 1fr;
  }
  .seven-payment-guide-details > summary {
    padding: 18px;
  }
  .seven-payment-guide-label small {
    line-height: 1.4;
  }
  .seven-payment-guide-content {
    padding: 4px 16px 20px;
  }
}

/* Open payment grid on the section colour */
.seven-payment-panel {
  padding: 34px 0 10px;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.seven-payment-panel-head span {
  color: #ffd0e8;
}
.seven-payment-panel-head h3,
.seven-payment-panel-head > p {
  color: #fff;
}
.seven-payment-panel-head > p {
  font-size: 18px;
}
.seven-payment-methods {
  gap: 14px;
}
.seven-payment-methods article,
.seven-payment-methods .seven-payment-crypto {
  min-height: 94px;
  padding: 17px 18px;
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(35, 18, 87, 0.34);
  box-shadow: 0 12px 28px rgba(26, 13, 65, 0.12);
}
.seven-payment-methods article > img,
.seven-payment-methods article > i {
  width: 52px;
  height: 46px;
  background: rgba(255, 255, 255, 0.14);
}
.seven-payment-methods strong {
  color: #fff;
  font-size: 18px;
}
.seven-payment-methods span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
}
.seven-payment-methods em {
  padding: 7px 10px;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 12px;
}
.seven-payment-wordmark {
  box-sizing: border-box;
  display: flex !important;
  width: 72px;
  height: 46px;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin: 0;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff !important;
  font-size: 15px !important;
  line-height: 1;
  white-space: nowrap;
}
.seven-payment-methods article:has(.seven-payment-wordmark) {
  grid-template-columns: 76px 1fr auto;
}
.seven-apple-pay i {
  font-size: 24px;
}
.seven-apple-pay b {
  font-size: 17px;
}
.seven-google-pay b {
  font-size: 25px;
  font-weight: 800;
}
.seven-google-pay span {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}
.seven-revolut {
  font-size: 14px !important;
  font-weight: 800;
  letter-spacing: -0.04em;
}
.seven-visa {
  font-size: 20px !important;
  font-weight: 900;
  font-style: italic;
  letter-spacing: -0.06em;
}
.seven-payment-limit-row > span {
  background: rgba(35, 18, 87, 0.3);
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
}
.seven-payment-limit-row i {
  color: #ffd0e8;
}
.seven-payment-limit-row b {
  color: #fff;
  font-size: 17px;
}
.seven-payout-methods article,
.seven-withdrawal-facts article {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(35, 18, 87, 0.34);
}
.seven-payout-methods span {
  color: #ffd0e8;
}
.seven-payout-methods h3,
.seven-withdrawal-facts strong {
  color: #fff;
}
.seven-payout-methods p,
.seven-withdrawal-facts span {
  color: rgba(255, 255, 255, 0.8);
}
.seven-withdrawal-facts i {
  color: #ffd0e8;
}

@media (max-width: 480px) {
  .seven-payment-methods article:has(.seven-payment-wordmark) {
    grid-template-columns: 76px 1fr;
  }
}

/* Seven Play Account & Security */
.seven-security {
  position: relative;
  overflow: hidden;
  padding: 105px 0;
  background: linear-gradient(145deg, #f7f4ff 0%, #eef5ff 52%, #fff2f7 100%);
  color: #2e1a50;
}
.seven-security::before {
  content: "";
  position: absolute;
  right: -190px;
  top: -220px;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(119, 72, 203, 0.16),
    transparent 68%
  );
}
.seven-security-inner.container {
  position: relative;
  z-index: 1;
  width: min(1420px, calc(100% - 70px));
  max-width: none;
}
.seven-security-head {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: end;
  gap: 80px;
  margin-bottom: 42px;
}
.seven-security-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: #a2388b;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.seven-security-head h2 {
  max-width: 760px;
  margin: 0;
  color: #2e1557;
  font-family: "Anton", sans-serif;
  font-size: clamp(48px, 4.5vw, 72px);
  font-weight: 400;
  line-height: 1.04;
}
.seven-security-head > p {
  margin: 0;
  color: #665772;
  font-size: 18px;
  line-height: 1.72;
}

.seven-security-dashboard {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 18px;
}
.seven-security-primary {
  position: relative;
  min-height: 430px;
  padding: 42px;
  overflow: hidden;
  border-radius: 30px;
  background: linear-gradient(145deg, #241052, #51318d 58%, #a44491);
  color: #fff;
  box-shadow: 0 25px 65px rgba(49, 22, 86, 0.2);
}
.seven-security-primary::after {
  content: "";
  position: absolute;
  right: -95px;
  bottom: -110px;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 50%;
}
.seven-security-lock {
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
  margin-bottom: 58px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 34px;
}
.seven-security-primary > span {
  color: #ffb8dc;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.seven-security-primary h3 {
  max-width: 520px;
  margin: 9px 0 14px;
  color: #fff;
  font-size: 36px;
  line-height: 1.15;
}
.seven-security-primary > p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.65;
}
.seven-security-rules {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}
.seven-security-rules > span {
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.09);
}
.seven-security-rules i,
.seven-security-rules b,
.seven-security-rules small {
  display: block;
}
.seven-security-rules i {
  margin-bottom: 11px;
  color: #ffafd7;
}
.seven-security-rules b {
  color: #fff;
}
.seven-security-rules small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.35;
}
.seven-security-facts {
  display: grid;
  gap: 14px;
}
.seven-security-facts article {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 20px;
  align-items: center;
  padding: 27px;
  border: 1px solid rgba(63, 36, 95, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 15px 35px rgba(52, 28, 83, 0.08);
}
.seven-security-facts article > i {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 17px;
  background: #f0e6fb;
  color: #9e378c;
  font-size: 23px;
}
.seven-security-facts span {
  color: #9c3b86;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.seven-security-facts strong {
  display: block;
  margin: 3px 0 5px;
  color: #32175c;
  font-size: 24px;
}
.seven-security-facts p {
  margin: 0;
  color: #6a5a76;
  line-height: 1.5;
}

.seven-security-path {
  margin-top: 72px;
}
.seven-security-path > header {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 55px;
  align-items: end;
  margin-bottom: 25px;
}
.seven-security-path > header > span {
  grid-column: 1/-1;
  margin-bottom: -42px;
  color: #a1398b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.seven-security-path h3 {
  margin: 0;
  color: #32175b;
  font-size: 34px;
}
.seven-security-path header p {
  margin: 0;
  color: #695975;
  line-height: 1.65;
}
.seven-security-path-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.seven-security-path-grid article {
  padding: 27px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 35px rgba(54, 30, 84, 0.08);
}
.seven-security-path-grid i {
  color: #a53c90;
  font-size: 26px;
}
.seven-security-path-grid h4 {
  margin: 28px 0 9px;
  color: #35195e;
  font-size: 20px;
}
.seven-security-path-grid p {
  margin: 0;
  color: #6c5c78;
  line-height: 1.55;
}

.seven-security-actions {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 40px;
  margin-top: 20px;
  padding: 36px;
  border-radius: 27px;
  background: linear-gradient(125deg, #44308a, #7650a5);
  color: #fff;
}
.seven-security-actions-copy > span {
  color: #ffd0e7;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.seven-security-actions-copy h3 {
  margin: 10px 0 14px;
  color: #fff;
  font-size: 30px;
}
.seven-security-actions-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.65;
}
.seven-security-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
}
.seven-security-checklist article {
  display: flex;
  gap: 13px;
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.09);
}
.seven-security-checklist i {
  margin-top: 3px;
  color: #ffb7d9;
}
.seven-security-checklist strong {
  color: #fff;
}
.seven-security-checklist p {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.45;
}

.seven-security-emergency {
  margin-top: 20px;
  overflow: hidden;
  border: 1px solid rgba(65, 36, 97, 0.11);
  border-radius: 21px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(53, 29, 85, 0.08);
}
.seven-security-emergency > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 26px;
  cursor: pointer;
  list-style: none;
}
.seven-security-emergency > summary::-webkit-details-marker {
  display: none;
}
.seven-security-emergency > summary > span {
  display: flex;
  align-items: center;
  gap: 15px;
}
.seven-security-emergency > summary > span > i {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(145deg, #7c3caf, #dc4e9e);
  color: #fff;
}
.seven-security-emergency strong,
.seven-security-emergency small {
  display: block;
}
.seven-security-emergency strong {
  color: #36195f;
  font-size: 19px;
}
.seven-security-emergency small {
  margin-top: 3px;
  color: #75647f;
}
.seven-security-emergency > summary > i {
  color: #a03d8c;
  transition: transform 0.25s ease;
}
.seven-security-emergency[open] > summary > i {
  transform: rotate(180deg);
}
.seven-security-emergency > div {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 22px 26px 26px;
  border-top: 1px solid #eee4f2;
}
.seven-security-emergency article {
  padding: 18px;
  border-radius: 14px;
  background: #f5effa;
}
.seven-security-emergency b {
  color: #391d61;
}
.seven-security-emergency p {
  margin: 6px 0 0;
  color: #6b5a77;
  line-height: 1.5;
}
.seven-security-emergency a {
  color: #9f3488;
  font-weight: 700;
}

@media (max-width: 1100px) {
  .seven-security-inner.container {
    width: min(960px, calc(100% - 44px));
  }
  .seven-security-dashboard,
  .seven-security-actions {
    grid-template-columns: 1fr;
  }
  .seven-security-path-grid,
  .seven-security-emergency > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .seven-security {
    padding: 78px 0;
  }
  .seven-security-inner.container {
    width: calc(100% - 30px);
  }
  .seven-security-head,
  .seven-security-path > header {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .seven-security-path > header > span {
    grid-column: auto;
    margin-bottom: 0;
  }
  .seven-security-primary {
    min-height: 0;
    padding: 28px;
  }
  .seven-security-lock {
    margin-bottom: 35px;
  }
  .seven-security-rules,
  .seven-security-path-grid,
  .seven-security-checklist,
  .seven-security-emergency > div {
    grid-template-columns: 1fr;
  }
}
