body {
  background:
    linear-gradient(90deg, rgba(14, 165, 233, 0.06) 0 1px, transparent 1px),
    linear-gradient(0deg, rgba(34, 197, 94, 0.06) 0 1px, transparent 1px),
    radial-gradient(circle at 20% 18%, rgba(34, 197, 94, 0.14), transparent 30%),
    radial-gradient(circle at 88% 38%, rgba(14, 165, 233, 0.14), transparent 28%),
    #eef8fb !important;
  background-size: 46px 46px, 46px 46px, auto, auto;
}

body > .container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 34px;
  padding-bottom: 54px;
}

.breadcrumb {
  width: fit-content;
  max-width: 100%;
  border-left-width: 0 !important;
  border-bottom: 0 !important;
  border-top: 4px solid #22c55e !important;
  box-shadow: 0 10px 24px rgba(8, 47, 73, 0.08);
  background: rgba(255, 255, 255, 0.88) !important;
}

.hero,
.hero-section {
  position: relative;
  overflow: hidden;
  border: 0 !important;
  isolation: isolate;
  box-shadow: 0 24px 48px rgba(8, 47, 73, 0.18) !important;
}

.hero::after,
.hero-section::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 28px;
  width: 26%;
  min-width: 180px;
  height: calc(100% - 48px);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px 0 999px 0;
  pointer-events: none;
  opacity: 0.5;
}

.hero::before,
.hero-section::before {
  content: "";
  position: absolute;
  inset: auto 0 0 auto;
  width: 46%;
  height: 16px;
  background: #22c55e;
  z-index: -1;
  opacity: 0.75;
}

.content-section,
.terms-section,
.policy-section,
.responsible-box,
.info-box,
.support-feature,
.contact-card,
.stats-box,
.tips-box,
.highlight-box,
.table-card {
  position: relative;
  max-width: 1120px;
  margin-left: auto !important;
  margin-right: auto !important;
  border-radius: 0 !important;
  border: 0 !important;
  border-left: 0 !important;
  border-top: 8px solid #0ea5e9 !important;
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: -18px 18px 0 rgba(34, 197, 94, 0.1), 0 16px 38px rgba(8, 47, 73, 0.12) !important;
}

.content-section::before,
.terms-section::before,
.policy-section::before {
  content: "";
  position: absolute;
  top: 24px;
  right: 24px;
  width: 72px;
  height: 8px;
  background: #22c55e;
}

.content-section h2,
.terms-section h2,
.policy-section h2 {
  display: inline-block;
  padding: 8px 14px !important;
  background: rgba(14, 165, 233, 0.1);
  border-bottom: 0 !important;
}

.content-section > h1:first-child,
.terms-section > h1:first-child,
.policy-section > h1:first-child {
  padding-bottom: 18px;
  margin-bottom: 28px;
  border-bottom: 1px solid rgba(14, 165, 233, 0.22);
}

.feature-card,
.card,
.step-box,
.pricing-card,
.faq-item,
.accordion-item,
.symbol-card,
.strategy-item,
.game-feature {
  margin-left: auto;
  margin-right: auto;
  border-radius: 0 !important;
  border: 0 !important;
  border-left: 5px solid #22c55e !important;
  box-shadow: 12px 12px 0 rgba(14, 165, 233, 0.08), 0 14px 28px rgba(8, 47, 73, 0.1) !important;
}

.feature-icon,
.contact-icon,
.symbol-icon {
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(14, 165, 233, 0.12);
  border-radius: 50%;
}

.section-title,
.faq-category-title {
  width: fit-content;
  max-width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 10px 18px !important;
  background: #fff;
  border-bottom: 0 !important;
  border-left: 6px solid #22c55e !important;
  box-shadow: 10px 10px 0 rgba(14, 165, 233, 0.08);
}

.img-responsive,
.game-image img {
  margin-left: auto !important;
  margin-right: auto !important;
  border-radius: 0 !important;
  border: 10px solid #fff;
  box-shadow: 16px 16px 0 rgba(34, 197, 94, 0.16), 0 12px 28px rgba(8, 47, 73, 0.12) !important;
}

.cta-section {
  max-width: 1180px;
  margin-left: auto !important;
  margin-right: auto !important;
  border-radius: 0 !important;
  border: 0 !important;
  box-shadow: 0 20px 42px rgba(8, 47, 73, 0.18) !important;
  clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
}

footer {
  margin-top: 30px;
}

.accordion-button {
  border-radius: 0 !important;
}

.table,
table {
  border: 1px solid rgba(14, 165, 233, 0.18);
}

@media (min-width: 992px) {
  body > .container {
    display: flow-root;
  }

  .hero,
  .hero-section {
    margin-top: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    border-radius: 0 !important;
    text-align: center !important;
    padding-left: clamp(32px, 5vw, 76px) !important;
    padding-right: clamp(32px, 5vw, 76px) !important;
  }

  .hero h1,
  .hero-title,
  .hero-subtitle,
  .hero p {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .hero h1,
  .hero-title {
    max-width: 1100px;
  }

  .hero p,
  .hero-subtitle {
    max-width: 920px;
  }

  .breadcrumb {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 18px !important;
    margin-bottom: 24px !important;
    border-radius: 0 !important;
  }

  body > .container > .content-section,
  body > .container > .terms-section,
  body > .container > .policy-section {
    padding: clamp(36px, 5vw, 64px) !important;
  }

  .content-section > p,
  .terms-section > p,
  .policy-section > p,
  .content-section > ul,
  .terms-section > ul,
  .policy-section > ul {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
  }

  .content-section,
  .feature-card,
  .card,
  .step-box,
  .pricing-card,
  .responsible-box,
  .faq-item,
  .info-box,
  .cta-section {
    border-radius: 0 !important;
  }

  .section-title {
    text-align: center !important;
  }

  .section .container > p[style*="text-align:center"] {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .img-responsive {
    margin-left: auto !important;
    margin-right: auto !important;
    border-radius: 0 !important;
  }

  footer {
    border-radius: 0;
  }
}

@media (min-width: 1200px) {
  .section:nth-of-type(even) {
    background: rgba(255, 255, 255, 0.52) !important;
  }

  .section .row > [class*="col-"]:nth-child(even),
  body > .container > .row > [class*="col-"]:nth-child(even),
  .content-section > .row > [class*="col-"]:nth-child(even),
  .terms-section > .row > [class*="col-"]:nth-child(even),
  .policy-section > .row > [class*="col-"]:nth-child(even) {
    transform: translateY(22px);
  }

  .section .row > [class*="col-"]:nth-child(3n),
  .content-section > .row > [class*="col-"]:nth-child(3n) {
    transform: translateY(-12px);
  }

  .section .row > [class*="col-"],
  body > .container > .row > [class*="col-"],
  .content-section > .row > [class*="col-"] {
    transition: transform 0.2s ease;
  }

  body > .container > .content-section,
  body > .container > .terms-section,
  body > .container > .policy-section {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width: 991.98px) {
  .hero,
  .hero-section {
    border-radius: 0 !important;
  }

  .cta-section {
    clip-path: none;
  }

  .content-section::before,
  .terms-section::before,
  .policy-section::before,
  .hero::after,
  .hero-section::after {
    display: none;
  }
}
