.sg-body {
  background: #fafdfb;
  padding-top: 71px;
}

.sg-policy {
  margin-top: 0;
}

.sg-policy a {
  color: #0c0b0b;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.sg-policy a:hover {
  color: #b8860b;
}

.sg-main {
  background: #fafdfb;
  flex: 1;
}

.sg-disclaimer {
  background: #211f1f;
  color: #fff;
  padding: 12px 20px;
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
  border-bottom: 2px solid #efc97c;
}

.sg-disclaimer strong {
  color: #ffda8f;
}

.sg-disclaimer__badge {
  display: inline-block;
  background: #efc97c;
  color: #0c0b0b;
  font-weight: 700;
  padding: 2px 10px;
  border-radius: 4px;
  margin-right: 8px;
  font-size: 12px;
}

.sg-hero {
  position: relative;
  min-height: 320px;
  display: flex;
  align-items: center;
  background: #0c0b0b url("/social-games/media/hero.png") center/cover no-repeat;
  overflow: hidden;
}

.sg-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(12, 11, 11, 0.85) 0%, rgba(33, 31, 31, 0.6) 100%);
}

.sg-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  width: 100%;
}

.sg-hero h1 {
  color: #fff;
  font-size: clamp(28px, 5vw, 48px);
  margin: 0 0 16px;
  font-weight: 700;
}

.sg-hero h1 span {
  color: #efc97c;
}

.sg-hero p {
  color: rgba(255, 255, 255, 0.85);
  font-size: clamp(15px, 2vw, 18px);
  max-width: 640px;
  margin: 0;
  line-height: 1.6;
}

.sg-hero__geo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  background: rgba(239, 201, 124, 0.15);
  border: 1px solid rgba(239, 201, 124, 0.4);
  color: #ffda8f;
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 14px;
}

.sg-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px;
}

.sg-section__title {
  color: #0c0b0b;
  font-size: clamp(22px, 3vw, 32px);
  margin: 0 0 12px;
  font-weight: 700;
  text-align: center;
}

.sg-section__subtitle {
  color: #555;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px;
  line-height: 1.6;
  font-size: 16px;
}

.sg-game {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 40px rgba(12, 11, 11, 0.1);
  overflow: hidden;
  border: 1px solid rgba(239, 201, 124, 0.3);
}

.sg-game__header {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 24px 28px;
  background: linear-gradient(135deg, #211f1f 0%, #0c0b0b 100%);
  border-bottom: 2px solid #efc97c;
}

.sg-game__thumb {
  width: 72px;
  height: 72px;
  border-radius: 14px;
  object-fit: cover;
  border: 2px solid #efc97c;
  flex-shrink: 0;
}

.sg-game__info h2 {
  color: #fff;
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 700;
}

.sg-game__info p {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  font-size: 14px;
}

.sg-game__tag {
  display: inline-block;
  background: #efc97c;
  color: #0c0b0b;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
  margin-left: 10px;
  vertical-align: middle;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.sg-game__frame-wrap {
  position: relative;
  width: 100%;
  background: #0c0b0b;
  overflow: hidden;
  line-height: 0;
}

.sg-game__scaler {
  position: relative;
  transform-origin: 0 0;
  will-change: transform;
}

.sg-game__scaler iframe {
  display: block;
  border: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

.sg-game__notice {
  padding: 16px 28px;
  background: #fafdfb;
  border-top: 1px solid rgba(239, 201, 124, 0.3);
  font-size: 13px;
  color: #666;
  line-height: 1.5;
  text-align: center;
}

.sg-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-top: 10px;
}

.sg-info-card {
  background: #fff;
  border-radius: 16px;
  padding: 28px;
  border: 1px solid rgba(12, 11, 11, 0.08);
  box-shadow: 0 4px 20px rgba(12, 11, 11, 0.05);
}

.sg-info-card__icon {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #efc97c, #ffda8f);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 16px;
}

.sg-info-card h3 {
  color: #0c0b0b;
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 600;
}

.sg-info-card p {
  color: #555;
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.sg-info-card a {
  color: #b8860b;
}

.sg-compliance {
  background: #0c0b0b;
  color: rgba(255, 255, 255, 0.85);
  padding: 50px 20px 30px;
  border-top: 3px solid #efc97c;
}

.sg-compliance__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.sg-compliance__top {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  margin-bottom: 40px;
}

.sg-compliance__col h3 {
  color: #efc97c;
  font-size: 16px;
  margin: 0 0 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.sg-compliance__nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sg-compliance__nav li {
  margin-bottom: 10px;
}

.sg-compliance__nav a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s;
}

.sg-compliance__nav a:hover,
.sg-compliance__nav a.sg-compliance__nav--active {
  color: #ffda8f;
}

.sg-compliance__age {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.sg-compliance__age-badge {
  width: 56px;
  height: 56px;
  background: #efc97c;
  color: #0c0b0b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 16px;
  flex-shrink: 0;
}

.sg-compliance__age p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.sg-compliance__partners {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  margin-top: 16px;
}

.sg-compliance__partner-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  padding: 10px 18px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: background 0.2s, border-color 0.2s;
}

.sg-compliance__partner-link:hover {
  background: rgba(239, 201, 124, 0.12);
  border-color: rgba(239, 201, 124, 0.4);
  color: #ffda8f;
}

.sg-compliance__partner-link svg {
  flex-shrink: 0;
}

.sg-compliance__disclaimer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 24px;
  font-size: 12px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.5);
}

.sg-compliance__disclaimer p {
  margin: 0 0 10px;
}

.sg-compliance__copyright {
  text-align: center;
  margin-top: 24px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.35);
}

.sg-section--alt {
  background: #fff;
  max-width: none;
  border-top: 1px solid rgba(12, 11, 11, 0.06);
  border-bottom: 1px solid rgba(12, 11, 11, 0.06);
}

.sg-section--steps {
  background: linear-gradient(180deg, #fafdfb 0%, #fff 100%);
}

.sg-steps {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 720px;
  display: flex;
  flex-direction: column;
  gap: 0;
  counter-reset: sg-step;
}

.sg-steps__item {
  display: flex;
  gap: 20px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(12, 11, 11, 0.08);
  align-items: flex-start;
}

.sg-steps__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.sg-steps__item:first-child {
  padding-top: 0;
}

.sg-steps__num {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #efc97c, #ffda8f);
  color: #0c0b0b;
  font-weight: 700;
  font-size: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sg-steps__content h3 {
  color: #0c0b0b;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 8px;
}

.sg-steps__content p {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

.sg-steps__content a {
  color: #b8860b;
}

.sg-section--alt > .sg-section__title,
.sg-section--alt > .sg-section__subtitle,
.sg-section--alt > .sg-faq {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.sg-faq {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sg-faq__item {
  background: #fafdfb;
  border: 1px solid rgba(239, 201, 124, 0.35);
  border-radius: 12px;
  overflow: hidden;
}

.sg-faq__question {
  padding: 18px 48px 18px 20px;
  font-weight: 600;
  font-size: 16px;
  color: #0c0b0b;
  cursor: pointer;
  list-style: none;
  position: relative;
  line-height: 1.4;
}

.sg-faq__question::-webkit-details-marker {
  display: none;
}

.sg-faq__question::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #efc97c;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

.sg-faq__item[open] .sg-faq__question::after {
  content: "−";
}

.sg-faq__answer {
  padding: 0 20px 18px;
  color: #555;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

.sg-faq__answer a {
  color: #b8860b;
}

.sg-form-wrap {
  max-width: 560px;
  margin: 0 auto;
}

.sg-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.sg-form__group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.sg-form__label {
  font-size: 14px;
  font-weight: 600;
  color: #0c0b0b;
}

.sg-form__input,
.sg-form__textarea {
  width: 100%;
  padding: 14px 18px;
  border: 1px solid rgba(12, 11, 11, 0.15);
  border-radius: 10px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  background: #fff;
  color: #0c0b0b;
  transition: border-color 0.2s;
}

.sg-form__input:focus,
.sg-form__textarea:focus {
  outline: none;
  border-color: #efc97c;
}

.sg-form__textarea {
  resize: vertical;
  min-height: 120px;
}

.sg-form__btn {
  padding: 15px 28px;
  border: none;
  border-radius: 100px;
  background: #efc97c;
  color: #0c0b0b;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.2s;
}

.sg-form__btn:hover {
  background: #ffda8f;
}

.sg-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.sg-modal[hidden] {
  display: none;
}

.sg-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 11, 11, 0.75);
}

.sg-modal__box {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 40px 32px 32px;
  max-width: 420px;
  width: 100%;
  text-align: center;
  border: 2px solid #efc97c;
  box-shadow: 0 20px 60px rgba(12, 11, 11, 0.3);
}

.sg-modal__close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  border: none;
  font-size: 28px;
  line-height: 1;
  color: #999;
  cursor: pointer;
  padding: 4px;
}

.sg-modal__close:hover {
  color: #0c0b0b;
}

.sg-modal__title {
  color: #0c0b0b;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 12px;
}

.sg-modal__text {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 24px;
}

.sg-modal__btn {
  max-width: 200px;
  margin: 0 auto;
  display: block;
  width: 100%;
}

body.sg-modal-open {
  overflow: hidden;
}

@media (max-width: 768px) {
  .sg-hero__inner {
    padding-top: 80px;
    padding-bottom: 48px;
  }

  .sg-game__header {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }

  .sg-game__tag {
    margin-left: 0;
    margin-top: 8px;
  }

  .sg-compliance__top {
    flex-direction: column;
    gap: 30px;
  }
}

.sg-age-banner {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(12, 11, 11, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.sg-age-banner[hidden] {
  display: none;
}

body.sg-age-pending {
  overflow: hidden;
}

.sg-age-banner__box {
  background: #211f1f;
  border: 2px solid #efc97c;
  border-radius: 20px;
  padding: 36px 32px;
  max-width: 440px;
  width: 100%;
  text-align: center;
}

.sg-age-banner__title {
  color: #efc97c;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 12px;
}

.sg-age-banner__text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 24px;
}

.sg-age-banner__actions {
  display: flex;
  gap: 12px;
  justify-content: center;
}

.sg-age-banner__btn {
  padding: 12px 28px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: background 0.2s, transform 0.1s;
}

.sg-age-banner__btn--yes {
  background: #efc97c;
  color: #0c0b0b;
}

.sg-age-banner__btn--yes:hover {
  background: #ffda8f;
}

.sg-age-banner__btn--no {
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.sg-age-banner__btn--no:hover {
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
}

.sg-compliance a {
  color: #ffda8f;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.sg-compliance a:hover {
  color: #efc97c;
}
