/* Stack Gamer 2026 - Capitulo 10: Setups / PCs Prontos */
.theme-stackgamer-definitive-preview {
  --sg-ready-page: #f3f4f6;
  --sg-ready-surface: #ffffff;
  --sg-ready-soft: #f8fbff;
  --sg-ready-navy: #0f172a;
  --sg-ready-muted: #64748b;
  --sg-ready-blue: #2563ff;
  --sg-ready-cyan: #38ddf8;
  --sg-ready-green: #16a34a;
  --sg-ready-line: rgba(37, 99, 255, 0.14);
  --sg-ready-line-strong: rgba(37, 99, 255, 0.28);
  --sg-ready-shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
}

.theme-stackgamer-definitive-preview #setups-prontos.conversion-section {
  position: relative;
  overflow: hidden;
  border-color: rgba(37, 99, 255, 0.16) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.96)),
    radial-gradient(circle at 98% 8%, rgba(56, 221, 248, 0.16), transparent 28rem) !important;
}

.theme-stackgamer-definitive-preview #setups-prontos.conversion-section::before {
  content: "";
  position: absolute;
  inset: 0 0 auto auto;
  width: 36%;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--sg-ready-blue), var(--sg-ready-cyan));
  opacity: .9;
  pointer-events: none;
}

.theme-stackgamer-definitive-preview #setups-prontos .conversion-section-heading {
  position: relative;
  z-index: 1;
  align-items: end;
  margin-bottom: 24px;
}

.theme-stackgamer-definitive-preview #setups-prontos .conversion-kicker {
  color: var(--sg-ready-blue) !important;
}

.theme-stackgamer-definitive-preview #setups-prontos h2 {
  color: var(--sg-ready-navy) !important;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
}

.theme-stackgamer-definitive-preview #setups-prontos .conversion-section-heading p {
  max-width: 720px;
  color: var(--sg-ready-muted) !important;
}

.theme-stackgamer-definitive-preview .conversion-setup-grid {
  position: relative;
  z-index: 1;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.theme-stackgamer-definitive-preview .ready-setup-card,
.theme-stackgamer-definitive-preview .sg-ready-setup-card {
  position: relative;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(210px, 36%) minmax(0, 1fr);
  gap: 0;
  overflow: hidden;
  border-radius: 16px !important;
  border: 1px solid var(--sg-ready-line) !important;
  background: var(--sg-ready-surface) !important;
  color: var(--sg-ready-navy) !important;
  box-shadow: 0 20px 54px rgba(15, 23, 42, 0.10) !important;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.theme-stackgamer-definitive-preview .ready-setup-card:hover,
.theme-stackgamer-definitive-preview .ready-setup-card:focus-within {
  transform: translateY(-3px);
  border-color: var(--sg-ready-line-strong) !important;
  box-shadow: 0 26px 70px rgba(37, 99, 255, 0.16) !important;
}

.theme-stackgamer-definitive-preview .ready-setup-card::after {
  content: "Setup pronto";
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.88);
  color: #ffffff;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.theme-stackgamer-definitive-preview .ready-setup-image {
  position: relative;
  min-height: 100%;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    radial-gradient(circle at 50% 45%, rgba(56, 221, 248, 0.20), transparent 54%),
    linear-gradient(145deg, #eef6ff, #ffffff) !important;
  border-right: 1px solid var(--sg-ready-line);
}

.theme-stackgamer-definitive-preview .ready-setup-image img {
  width: min(100%, 260px);
  height: auto;
  max-height: 260px;
  object-fit: contain;
  filter: drop-shadow(0 22px 34px rgba(15, 23, 42, 0.20));
}

.theme-stackgamer-definitive-preview .ready-setup-head,
.theme-stackgamer-definitive-preview .ready-setup-purpose,
.theme-stackgamer-definitive-preview .ready-setup-footer {
  grid-column: 2;
}

.theme-stackgamer-definitive-preview .ready-setup-head {
  display: grid !important;
  gap: 10px;
  padding: 22px 22px 0;
  background: transparent !important;
}

.theme-stackgamer-definitive-preview .ready-setup-head strong {
  color: var(--sg-ready-navy) !important;
  font-size: clamp(20px, 2vw, 28px) !important;
  line-height: 1.1 !important;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
  overflow-wrap: anywhere;
}

.theme-stackgamer-definitive-preview .ready-setup-head span {
  width: max-content;
  max-width: 100%;
  padding: 7px 10px;
  border-radius: 999px;
  background: #eff6ff !important;
  color: var(--sg-ready-blue) !important;
  border: 1px solid rgba(37, 99, 255, 0.16);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.theme-stackgamer-definitive-preview .ready-setup-purpose {
  margin: 0 !important;
  padding: 16px 22px 0;
  color: var(--sg-ready-muted) !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

.theme-stackgamer-definitive-preview .ready-setup-purpose b {
  display: block;
  margin-bottom: 4px;
  color: var(--sg-ready-blue) !important;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.theme-stackgamer-definitive-preview .ready-setup-footer {
  display: grid;
  gap: 14px;
  padding: 18px 22px 22px;
}

.theme-stackgamer-definitive-preview .ready-setup-availability {
  width: max-content;
  max-width: 100%;
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  background: #ecfdf5 !important;
  color: #047857 !important;
  font-size: 12px;
  font-weight: 900;
}

.theme-stackgamer-definitive-preview .ready-setup-availability span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--sg-ready-green) !important;
  box-shadow: 0 0 0 4px rgba(22, 163, 74, 0.12);
}

.theme-stackgamer-definitive-preview .ready-setup-details {
  border: 1px solid rgba(100, 116, 139, 0.18);
  border-radius: 12px;
  background: var(--sg-ready-soft) !important;
  color: var(--sg-ready-navy) !important;
}

.theme-stackgamer-definitive-preview .ready-setup-details summary {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 14px;
  color: var(--sg-ready-navy) !important;
  font-size: 13px;
  font-weight: 950;
  cursor: pointer;
}

.theme-stackgamer-definitive-preview .ready-setup-details summary::after {
  content: "+";
  color: var(--sg-ready-blue);
  font-size: 18px;
  font-weight: 950;
}

.theme-stackgamer-definitive-preview .ready-setup-details[open] summary::after {
  content: "-";
}

.theme-stackgamer-definitive-preview .ready-setup-details ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0 14px 14px 28px;
  color: var(--sg-ready-muted) !important;
  font-size: 12px;
  line-height: 1.45;
}

.theme-stackgamer-definitive-preview .ready-setup-price {
  display: grid;
  gap: 5px;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid rgba(37, 99, 255, 0.16);
  background: linear-gradient(135deg, #eff6ff, #f8fbff) !important;
}

.theme-stackgamer-definitive-preview .ready-setup-price small {
  color: var(--sg-ready-muted) !important;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.theme-stackgamer-definitive-preview .ready-setup-total {
  color: var(--sg-ready-green) !important;
  font-size: clamp(28px, 3vw, 38px) !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
}

.theme-stackgamer-definitive-preview .ready-setup-price em {
  color: var(--sg-ready-muted) !important;
  font-size: 12px;
  font-style: normal !important;
  line-height: 1.35;
}

.theme-stackgamer-definitive-preview .ready-setup-actions {
  display: grid;
}

.theme-stackgamer-definitive-preview .ready-setup-button {
  min-height: 48px;
  width: 100%;
  border: 0 !important;
  border-radius: 8px !important;
  background: linear-gradient(135deg, var(--sg-ready-blue), var(--sg-ready-cyan)) !important;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 950 !important;
  cursor: pointer;
  box-shadow: 0 16px 30px rgba(37, 99, 255, 0.18);
}

.theme-stackgamer-definitive-preview .ready-setup-button:hover,
.theme-stackgamer-definitive-preview .ready-setup-button:focus-visible {
  filter: brightness(1.03);
  outline: 3px solid rgba(56, 221, 248, 0.36);
  outline-offset: 2px;
}

.theme-stackgamer-definitive-preview .ready-setup-card .whatsapp-context-link {
  min-height: 42px;
  display: inline-grid;
  place-items: center;
  padding: 0 14px;
  border-radius: 8px;
  border: 1px solid rgba(22, 163, 74, 0.24);
  background: #ecfdf5 !important;
  color: #047857 !important;
  font-weight: 900;
  text-decoration: none !important;
  text-align: center;
}

.theme-stackgamer-definitive-preview .ready-setup-card .whatsapp-context-link:hover,
.theme-stackgamer-definitive-preview .ready-setup-card .whatsapp-context-link:focus-visible {
  border-color: rgba(22, 163, 74, 0.45);
  outline: 3px solid rgba(22, 163, 74, 0.16);
  outline-offset: 2px;
}

@media (max-width: 1180px) {
  .theme-stackgamer-definitive-preview .conversion-setup-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .theme-stackgamer-definitive-preview .ready-setup-card,
  .theme-stackgamer-definitive-preview .sg-ready-setup-card {
    grid-template-columns: 1fr;
  }

  .theme-stackgamer-definitive-preview .ready-setup-image,
  .theme-stackgamer-definitive-preview .ready-setup-head,
  .theme-stackgamer-definitive-preview .ready-setup-purpose,
  .theme-stackgamer-definitive-preview .ready-setup-footer {
    grid-column: 1;
  }

  .theme-stackgamer-definitive-preview .ready-setup-image {
    min-height: 240px;
    border-right: 0;
    border-bottom: 1px solid var(--sg-ready-line);
  }

  .theme-stackgamer-definitive-preview .ready-setup-head,
  .theme-stackgamer-definitive-preview .ready-setup-purpose,
  .theme-stackgamer-definitive-preview .ready-setup-footer {
    padding-left: 16px;
    padding-right: 16px;
  }
}
