* {
  box-sizing: border-box;
}

:root {
  --primary: #6366f1;
  --secondary: #ec4899;
  --accent: #14b8a6;
  --success: #10b981;
  --light-bg: rgba(255, 255, 255, 0.03);
  --border-color: rgba(99, 102, 241, 0.2);
  --a9b2ff: #a9b2ff;
  --style: #6366f1;
  --font-family: "Pontano Sans", sans-serif;
  --second-family: "Tajawal", sans-serif;
  --third-family: "Inter", sans-serif;
  --font3: "Nunito Sans", sans-serif;
  --font4: "Playfair Display", sans-serif;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Pontano Sans", sans-serif;
  margin: 0;
  overflow-x: hidden;
  background: #000;
  color: #fff;
  position: relative;
}

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

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

.list {
  list-style: none;
}

button,
a {
  cursor: pointer;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
}

.title {
  font-family: "Tajawal", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 52px;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .title {
    font-weight: 700;
    font-size: 52px;
    line-height: 60px;
  }
}

.title span {
  background: linear-gradient(135deg, #ec4899 0%, #6366f1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.tip-box {
  backdrop-filter: blur(20px);
  background: rgba(15, 23, 42, 0.8);
  padding: 10px 20px;
  color: #a9b2ff;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  border-bottom: 1px solid var(--border-color);
}

.header {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: background-color 0.3s ease;
  backdrop-filter: blur(20px);
  background: rgba(15, 23, 42, 0.8);
  border-bottom: 1px solid var(--border-color);
}
.header__button-wrapper {
  margin-left: auto;
  padding-right: 20px;
}
.header__icon {
  display: none;
  width: 24px;
  height: 24px;
}
.header__icon-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  padding: 0;
}

.header__icon--menu {
  display: block;
  width: 30px;
}

.header__icon-button.is-open .header__icon--menu {
  display: none;
}

.header__icon-button.is-open .header__icon--close {
  display: block;
}

.navigation {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  padding-block: 20px;
  position: relative;
  border: none;
}
.navigation__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 36px;
  padding: 48px 40px;
  top: 130px;
  backdrop-filter: blur(20px);
  background: rgba(15, 23, 42, 0.95);
  position: absolute;
  top: 100%;
  right: -100%;
  width: 100%;
  transition: 0.3s;
  z-index: 999;
  border-top: 1px solid var(--border-color);
}
.navigation__list.is-open {
  right: 0;
  backdrop-filter: blur(20px);
  background: rgba(15, 23, 42, 0.95);
}
.navigation__link {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.navigation__link:hover {
  color: #ec4899;
  transform: translateY(-2px);
}

@media screen and (min-width: 1200px) {
  .header {
    backdrop-filter: blur(12px);
    background: #00103d;
  }
  .header__button-wrapper {
    display: none;
  }
  .navigation {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex: 1;
  }
  .navigation__list {
    background: none;
    backdrop-filter: none;
    flex-direction: row;
    justify-content: center;
    position: static;
    align-items: center;
    width: auto;
    padding-block: 0;
    flex: 1;
    gap: 80px;
  }
}
.home {
  background: linear-gradient(180deg, #0f172a 0%, rgba(99, 102, 241, 0.05) 50%, #0f172a 100%);
  padding: 34px 20px 360px 20px;
  position: relative;
  z-index: -1;
}
@media screen and (min-width: 1200px) {
  .home {
    padding-top: 236px;
    padding-bottom: 156px;
  }
}
.home .home-1 {
  position: absolute;
  bottom: 0;
  left: 80%;
  transform: translate(-80%);
  width: 366px;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .home .home-1 {
    width: auto;
    left: 50%;
    transform: translate(0%);
    bottom: 30px;
  }
}
.home .home-bg {
  position: absolute;
  top: 0;
  left: 80%;
  transform: translate(-40%);
  min-width: 2012px;
  height: 1080px;
  background: linear-gradient(360deg, #080a16 0%, #002088 50.4%, rgba(0, 32, 136, 0) 100%);
}
@media screen and (min-width: 1200px) {
  .home .home-bg {
    min-width: 1812px;
    height: auto;
    left: 50%;
    transform: translate(-50%);
  }
}
.home .gradient {
  width: 100%;
  height: 582px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}
@media screen and (min-width: 1200px) {
  .home .gradient {
    height: 420px;
  }
}
.home .circle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.home .wrapper {
  max-width: 650px;
  position: relative;
  z-index: 3;
}
.home h2 {
  font-family: "Pontano Sans", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 52px;
  margin-bottom: 28px;
}
@media screen and (min-width: 1200px) {
  .home h2 {
    font-weight: 700;
    font-size: 60px;
    line-height: 64px;
  }
}
.home h2 span {
  background: linear-gradient(135deg, #ec4899 0%, #6366f1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.home p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .home p {
    font-size: 20px;
  }
}

/* About Section */
.about-section {
  padding: 80px 20px;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.05) 0%, rgba(20, 184, 166, 0.03) 100%);
  position: relative;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.about-section__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .about-section__wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.about-section__content {
  max-width: 500px;
}

.about-section__text {
  font-size: 16px;
  line-height: 1.8;
  color: #a9b2ff;
  margin: 20px 0 40px 0;
}

.about-section__features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .about-section__features {
    grid-template-columns: 1fr;
  }
}

.feature-item {
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.1) 0%, rgba(236, 72, 153, 0.08) 100%);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  backdrop-filter: blur(10px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.feature-item:hover {
  transform: translateY(-5px);
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.15) 0%, rgba(236, 72, 153, 0.1) 100%);
  border-color: rgba(99, 102, 241, 0.4);
  box-shadow: 0 10px 30px rgba(99, 102, 241, 0.2);
}

.feature-item__number {
  font-size: 32px;
  font-weight: 700;
  background: linear-gradient(135deg, #ec4899 0%, #6366f1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 10px;
  font-family: "Tajawal", sans-serif;
}

.feature-item p {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}

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

@media screen and (max-width: 1200px) {
  .about-section__details {
    grid-template-columns: 1fr;
  }
}

.detail-box {
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.08) 0%, rgba(20, 184, 166, 0.05) 100%);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 24px;
  backdrop-filter: blur(10px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.detail-box:hover {
  transform: translateY(-5px);
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.12) 0%, rgba(20, 184, 166, 0.08) 100%);
  border-color: rgba(99, 102, 241, 0.4);
  box-shadow: 0 10px 30px rgba(99, 102, 241, 0.15);
}

.detail-box h3 {
  font-family: "Tajawal", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  background: linear-gradient(135deg, #ec4899 0%, #6366f1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.detail-box p {
  font-size: 14px;
  line-height: 1.6;
  color: #a9b2ff;
  margin: 0;
}

.faq {
  padding: 64px 20px;
}
@media screen and (min-width: 1200px) {
  .faq {
    padding-block: 188px 88px;
  }
}
.faq ul {
  max-width: 965px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.faq__item {
  width: 100%;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.05) 0%, rgba(236, 72, 153, 0.03) 100%);
  border-radius: 12px;
  border: 1px solid var(--border-color);
  padding: 24px 20px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
}
.faq__item:hover {
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.1) 0%, rgba(236, 72, 153, 0.08) 100%);
  border-color: rgba(99, 102, 241, 0.3);
  box-shadow: 0 10px 30px rgba(99, 102, 241, 0.15);
}
.faq__question-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.faq__question {
  font-family: "Tajawal", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
}
.faq__answer {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.6s cubic-bezier(0.5, 0.25, 0, 1), padding 0.6s cubic-bezier(0.5, 0.25, 0, 1), opacity 0.6s ease, margin-top 0.6s cubic-bezier(0.5, 0.25, 0, 1);
  padding: 0;
}
.faq__button {
  background-color: transparent;
  border: none;
  padding: 0;
  min-width: 36px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq__icon {
  transition: transform 0.4s cubic-bezier(0.5, 0.25, 0, 1);
}

.faq__item.active .faq__icon1 {
  transform: rotate(180deg);
}

.faq__item.active .faq__question {
  color: #ec4899;
}

.faq__item.active .faq__answer {
  max-height: 200px;
  opacity: 1;
  padding: 8px 0;
  margin-top: 12px;
}

.products {
  padding: 180px 20px 64px 20px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .products {
    padding-block: 188px 92px;
  }
}
.products .cards-left {
  min-width: 400px;
  max-width: 429px;
  position: absolute;
  z-index: -1;
  top: 260px;
  left: -100px;
  mix-blend-mode: hard-light;
}
@media screen and (min-width: 1200px) {
  .products .cards-left {
    max-width: 807px;
    height: 462px;
    top: 100px;
    left: 0px;
  }
}
.products .cards-right {
  min-width: 427px;
  max-width: 427px;
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: -150px;
  mix-blend-mode: hard-light;
  display: none;
}
@media screen and (min-width: 1200px) {
  .products .cards-right {
    max-width: 807px;
    transform: rotate(-21deg);
    overflow: visible;
    display: block;
    height: 459px;
    bottom: 0;
    right: -310px;
  }
}
.products .products__slider {
  width: 100%;
  overflow: hidden;
}
.products .products__slider ul {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  transition: transform 0.4s ease;
  position: relative;
}
@media screen and (min-width: 376px) {
  .products .products__slider ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .products .products__slider ul {
    gap: 40px;
    justify-content: center;
  }
}
.products .products__slider li {
  flex: 0 0 100%;
  max-width: 335px;
  height: 416px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 30px 64px;
  border: 1px solid var(--border-color);
  border-radius: 16px;
  backdrop-filter: blur(20px);
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.08) 0%, rgba(236, 72, 153, 0.05) 100%);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.products .products__slider li:hover {
  transform: translateY(-8px);
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.15) 0%, rgba(236, 72, 153, 0.1) 100%);
  border-color: rgba(99, 102, 241, 0.4);
  box-shadow: 0 20px 50px rgba(99, 102, 241, 0.2);
}
@media (min-width: 1200px) {
  .products .products__slider li {
    padding: 30px 40px;
    max-width: 284px;
    height: 420px;
  }
}
.products .products__controls {
  padding-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (min-width: 376px) {
  .products .products__controls {
    display: none;
  }
}
.products .products__btn {
  background: transparent;
  border: none;
  padding: 0;
}
.products .product-logo {
  width: 207px;
}
.products .flag {
  width: 24px;
}
.products .text-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 20px;
  margin-bottom: 16px;
}
.products li h3 {
  font-family: "Pontano Sans", serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #f1eee4;
}
.products li p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.products .products__slider li .colored {
  color: #14b8a6;
  font-weight: 600;
}
.products .product-link {
  width: 198px;
  height: 48px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(236, 72, 153, 0.3);
  background: linear-gradient(135deg, #ec4899 0%, #6366f1 100%);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.products .product-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 40px rgba(236, 72, 153, 0.4);
}
@media (min-width: 1200px) {
  .products .product-link {
    margin-left: auto;
  }
}

.avico {
  position: relative;
  overflow: hidden;
  padding: 64px 20px;
}
@media screen and (min-width: 1200px) {
  .avico {
    padding-block: 88px;
  }
}
.avico .cards-bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  z-index: -1;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: difference;
}
.avico .container {
  max-width: 1097px;
  border: 1px solid var(--border-color);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.08) 0%, rgba(20, 184, 166, 0.05) 100%);
  padding: 28px 16px;
  backdrop-filter: blur(10px);
}
@media screen and (min-width: 1200px) {
  .avico .container {
    padding: 28px 31px;
  }
}
.avico h2 {
  font-family: "Tajawal", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
}
.avico p {
  font-family: "Pontano Sans", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 28px;
}
.avico ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.cookies {
  position: fixed;
  z-index: 4;
  bottom: 0;
  left: 50%;
  max-width: 375px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 21px;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.1) 0%, rgba(236, 72, 153, 0.05) 100%);
  box-shadow: 0 20px 50px rgba(99, 102, 241, 0.3);
  backdrop-filter: blur(20px);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 20px);
  transition: opacity 0.35s ease, transform 0.35s ease;
  will-change: opacity, transform;
}
@media screen and (min-width: 1200px) {
  .cookies {
    max-width: 1122px;
    flex-direction: row;
    gap: unset;
  }
}
.cookies p,
.cookies a {
  color: #fff;
  text-decoration: none;
  font-family: "Pontano Sans" sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 1200px) {
  .cookies p,
  .cookies a {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
  }
}
.cookies button {
  padding: 10px 45px;
  background: linear-gradient(135deg, #ec4899 0%, #6366f1 100%);
  color: #fff;
  border: none;
  border-radius: 6px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.cookies button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(236, 72, 153, 0.4);
}
@media screen and (min-width: 1200px) {
  .cookies button {
    margin-left: 140px;
  }
}

.cookies.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.footer {
  padding: 40px 40px;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.8) 0%, rgba(99, 102, 241, 0.05) 100%);
  border-top: 1px solid var(--border-color);
}
@media screen and (min-width: 1200px) {
  .footer {
    padding-block: 64px;
  }
}
.footer ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 45px;
  margin-top: 32px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .footer ul {
    flex-direction: row;
    gap: 53px;
  }
}
.footer li a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (min-width: 1200px) {
  .footer li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
}

.footer li a:hover {
  color: #ec4899;
  text-decoration: underline;
}
.footer .copyright {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: rgba(110, 141, 255, 0.6);
}

.contacts {
  padding-bottom: 32px;
  border-bottom: 1px solid var(--border-color);
}
.contacts h2 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #6e8dff;
  text-align: center;
  margin-bottom: 12px;
}
@media screen and (min-width: 1200px) {
  .contacts h2 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }
}
.contacts p {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .contacts p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
}
.contacts a {
  text-decoration: none;
  color: #fff;
}

.policies {
  padding: 156px 20px 40px 20px;
  background-color: #fff;
  color: #1b2d24;
}
.policies h1 {
  font-family: "Tajawal", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 1200px) {
  .policies h1 {
    font-weight: 700;
    font-size: 60px;
    line-height: 64px;
  }
}
.policies p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
.policies span {
  display: block;
  margin-block: 10px;
  font-weight: 400;
}

/* Casinos Grid Section */
.casinos-grid {
  padding: 80px 20px;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.5) 0%, rgba(99, 102, 241, 0.05) 50%, rgba(15, 23, 42, 0.5) 100%);
  position: relative;
}

.casinos-grid__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-top: 40px;
}

@media screen and (max-width: 1200px) {
  .casinos-grid__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .casinos-grid__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

@media screen and (max-width: 480px) {
  .casinos-grid__list {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.casino-card {
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.08) 0%, rgba(236, 72, 153, 0.05) 100%);
  border: 1px solid var(--border-color);
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(20px);
}

.casino-card:hover {
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.15) 0%, rgba(236, 72, 153, 0.1) 100%);
  border-color: rgba(99, 102, 241, 0.5);
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(99, 102, 241, 0.25), 0 0 20px rgba(236, 72, 153, 0.15);
}

.casino-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.casino-card__header h3 {
  font-family: "Tajawal", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  margin: 0;
}

.casino-card__flag {
  width: 30px;
  height: 20px;
  border-radius: 4px;
}

.casino-card__content {
  flex: 1;
  margin-bottom: 20px;
}

.casino-card__bonus {
  font-size: 12px;
  color: #a9b2ff;
  margin: 0 0 8px 0;
  font-weight: 500;
}

.casino-card__value {
  font-size: 18px;
  font-weight: 600;
  background: linear-gradient(135deg, #ec4899 0%, #6366f1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0;
  font-family: "Tajawal", sans-serif;
}

.casino-card__link {
  background: linear-gradient(135deg, #ec4899 0%, #6366f1 100%);
  color: white;
  padding: 10px 16px;
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  border: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 5px 15px rgba(236, 72, 153, 0.3);
}

.casino-card__link:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(236, 72, 153, 0.4);
}

/* About Us Section */
.about-us {
  padding: 80px 20px;
  background: linear-gradient(135deg, #0f172a 0%, #1a1f3a 50%, #0f172a 100%);
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 40px 0 60px 0;
}

@media screen and (max-width: 1200px) {
  .about-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}

@media screen and (max-width: 768px) {
  .about-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.about-card {
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.08) 0%, rgba(20, 184, 166, 0.05) 100%);
  border: 1px solid var(--border-color);
  border-radius: 16px;
  padding: 30px;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
}

.about-card:hover {
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.15) 0%, rgba(20, 184, 166, 0.1) 100%);
  border-color: rgba(99, 102, 241, 0.4);
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(99, 102, 241, 0.2), 0 0 20px rgba(20, 184, 166, 0.15);
}

.about-card__icon {
  font-size: 32px;
  background: linear-gradient(135deg, #ec4899 0%, #6366f1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 15px;
  font-weight: bold;
}

.about-card h3 {
  font-family: "Tajawal", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #fff;
}

.about-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #a9b2ff;
  margin: 0;
}

.info-content {
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.08) 0%, rgba(20, 184, 166, 0.05) 100%);
  border-left: 4px solid #6366f1;
  border-radius: 12px;
  padding: 30px;
  margin-top: 40px;
  backdrop-filter: blur(10px);
  border: 1px solid var(--border-color);
}

.info-content h3 {
  font-family: "Tajawal", sans-serif;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
}

.info-content p {
  font-size: 14px;
  line-height: 1.8;
  color: #a9b2ff;
  margin-bottom: 15px;
}

.info-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.info-list li {
  padding: 10px 0 10px 30px;
  position: relative;
  color: #a9b2ff;
  font-size: 14px;
  line-height: 1.6;
}

.info-list li:before {
  content: "→";
  position: absolute;
  left: 5px;
  color: #6e8dff;
  font-weight: bold;
}

/*# sourceMappingURL=main.css.map */
