.sloto-seo-boost,
.sloto-faq-plus {
  width: min(calc(100% - 32px), 1180px);
  margin: clamp(42px, 6vw, 76px) auto;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: inherit;
}

.sloto-seo-card,
.sloto-longtail-card,
.sloto-faq-plus details {
  border: 1px solid rgba(255, 215, 146, .18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 244, 221, .075), rgba(255, 255, 255, .026)),
    rgba(18, 8, 4, .62);
  box-shadow: 0 20px 48px rgba(0, 0, 0, .22);
}

.sloto-seo-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .46fr);
  gap: 22px;
  align-items: center;
  padding: clamp(22px, 4vw, 34px);
  overflow: hidden;
  position: relative;
}

.sloto-seo-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, rgba(255, 217, 135, .14), transparent 30%, rgba(255, 173, 70, .09));
}

.sloto-seo-card > * {
  position: relative;
}

.sloto-seo-kicker {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 12px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 215, 146, .22);
  border-radius: 999px;
  color: #ffd987;
  background: rgba(255, 217, 135, .08);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .10em;
  text-transform: uppercase;
}

.sloto-seo-card h2,
.sloto-faq-plus h2 {
  margin: 0;
  color: inherit;
  font-size: clamp(26px, 4.2vw, 46px);
  line-height: 1.04;
  letter-spacing: 0;
}

.sloto-seo-card p,
.sloto-longtail-card p,
.sloto-faq-plus p {
  color: rgba(255, 245, 231, .78);
}

.sloto-seo-card p {
  margin: 14px 0 0;
  max-width: 78ch;
}

.sloto-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.sloto-metrics span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 10px;
  border-radius: 999px;
  color: #2a1605;
  background: linear-gradient(135deg, #ffe19a, #ffd987 48%, #ffad46);
  font-size: 12px;
  font-weight: 1000;
}

.sloto-convert-box {
  border: 1px solid rgba(255, 215, 146, .20);
  border-radius: 8px;
  background: rgba(255, 244, 221, .07);
  padding: 18px;
}

.sloto-convert-box strong {
  display: block;
  color: #fff5e7;
  font-size: 20px;
  line-height: 1.15;
}

.sloto-convert-box small {
  display: block;
  margin-top: 10px;
  color: rgba(255, 245, 231, .66);
  font-size: 12px;
  line-height: 1.5;
}

.sloto-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.sloto-money-button,
.sloto-soft-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 999px;
  font-weight: 1000;
  text-decoration: none;
  text-align: center;
}

.sloto-money-button {
  color: #2a1605;
  background: linear-gradient(135deg, #ffe19a, #ffd987 44%, #ffad46);
  box-shadow: 0 14px 28px rgba(255, 173, 70, .20);
}

.sloto-soft-button {
  color: inherit;
  border: 1px solid rgba(255, 215, 146, .18);
  background: rgba(255, 255, 255, .06);
}

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

.sloto-longtail-card {
  padding: 18px;
}

.sloto-longtail-card strong,
.sloto-faq-plus summary {
  color: #fff5e7;
  font-size: 17px;
  font-weight: 1000;
  line-height: 1.2;
}

.sloto-longtail-card p {
  margin: 9px 0 0;
  font-size: 14px;
  line-height: 1.55;
}

.sloto-faq-plus header {
  max-width: 760px;
  margin-bottom: 16px;
}

.sloto-faq-plus header p {
  margin: 10px 0 0;
}

.sloto-faq-plus details {
  padding: 0;
  overflow: hidden;
}

.sloto-faq-plus summary {
  cursor: pointer;
  list-style: none;
  padding: 17px 18px;
}

.sloto-faq-plus summary::-webkit-details-marker {
  display: none;
}

.sloto-faq-plus details p {
  margin: 0;
  padding: 0 18px 18px;
  font-size: 14px;
  line-height: 1.6;
}

.sloto-review-panel {
  width: min(calc(100% - 32px), 1180px);
  margin: clamp(38px, 5vw, 64px) auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .48fr);
  gap: 18px;
  padding: clamp(20px, 4vw, 30px);
  border: 1px solid rgba(255, 215, 146, .22);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 217, 135, .12), rgba(255, 255, 255, .025)),
    rgba(18, 8, 4, .68);
  box-shadow: 0 20px 48px rgba(0, 0, 0, .24);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.sloto-review-kicker {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 11px;
  border: 1px solid rgba(255, 215, 146, .22);
  border-radius: 999px;
  color: #ffd987;
  background: rgba(255, 217, 135, .08);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .10em;
  text-transform: uppercase;
}

.sloto-review-panel h2 {
  margin: 0;
  color: inherit;
  font-size: clamp(24px, 3.6vw, 38px);
  line-height: 1.05;
}

.sloto-review-panel p {
  margin: 12px 0 0;
  color: rgba(255, 245, 231, .78);
  max-width: 78ch;
}

.sloto-review-meta {
  display: grid;
  gap: 8px;
  align-content: start;
}

.sloto-review-meta span,
.sloto-review-meta a {
  display: flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 215, 146, .18);
  border-radius: 8px;
  background: rgba(255, 255, 255, .055);
  color: rgba(255, 245, 231, .76);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
}

.sloto-review-meta a {
  justify-content: center;
  color: #301805;
  border-color: rgba(255, 217, 135, .46);
  background: linear-gradient(135deg,#ffe19a 0%,#ffd987 42%,#ffad46 100%);
}

@media (max-width: 940px) {
  .sloto-seo-card {
    grid-template-columns: 1fr;
  }

  .sloto-review-panel {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 620px) {
  .sloto-seo-boost,
  .sloto-faq-plus {
    width: min(calc(100% - 18px), 1180px);
  }

  .sloto-longtail-grid,
  .sloto-faq-grid {
    grid-template-columns: 1fr;
  }

  .sloto-money-button,
  .sloto-soft-button {
    width: 100%;
  }
}
