/* ==========================================================
   SINGLE PRODUCT - Premium Visual Design
   ========================================================== */

/* ==============================================
   BREADCRUMB - Premium
   ============================================== */
.ss-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 0;
  font-size: 0.8125rem;
  margin-bottom: 0.5rem;
}

.ss-breadcrumb a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: all 0.2s ease;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
}

.ss-breadcrumb a:hover {
  color: #8b9fff;
  background: rgba(139, 159, 255, 0.1);
}

.ss-breadcrumb__sep {
  color: rgba(255, 255, 255, 0.2);
  font-size: 0.75rem;
}

.ss-breadcrumb__current {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
}

/* ==============================================
   LAYOUT
   ============================================== */
.ss-product-main {
  padding: 1.5rem 0 3rem 0;
}

.ss-product-layout {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 2.5rem;
  align-items: start;
}

/* ==============================================
   GALERIA - Premium Glassmorphism
   ============================================== */
.ss-product-gallery {
  position: sticky;
  top: 2rem;
}

.ss-gallery-main {
  background: linear-gradient(145deg, rgba(15, 23, 42, 0.9) 0%, rgba(30, 41, 59, 0.85) 100%);
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(139, 159, 255, 0.15);
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.3),
    0 1px 0 rgba(255, 255, 255, 0.05) inset;
}

.ss-gallery-main__img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  display: block;
  padding: 2rem;
}

.ss-gallery-thumbs {
  display: flex;
  gap: 0.625rem;
  margin-top: 1rem;
}

.ss-gallery-thumb {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
  opacity: 0.5;
  transition: all 0.25s ease;
  background: rgba(30, 41, 59, 0.6);
}

.ss-gallery-thumb:hover,
.ss-gallery-thumb.active {
  opacity: 1;
  border-color: rgba(139, 159, 255, 0.5);
  box-shadow: 0 4px 12px rgba(139, 159, 255, 0.2);
}

/* Sold Overlay */
.ss-sold-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ss-sold-badge {
  background: linear-gradient(135deg, #dc2626, #b91c1c);
  color: #fff;
  padding: 1rem 2.5rem;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  box-shadow: 0 4px 20px rgba(220, 38, 38, 0.4);
}

/* ==============================================
   PRODUCT INFO
   ============================================== */
.ss-product-info-main {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.ss-product-meta {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  flex-wrap: wrap;
}

.ss-platform-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  background: linear-gradient(135deg, rgba(139, 159, 255, 0.15) 0%, rgba(111, 129, 255, 0.1) 100%);
  border: 1px solid rgba(139, 159, 255, 0.25);
  color: #8b9fff;
  border-radius: 6px;
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.ss-verified-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.375rem 0.75rem;
  background: linear-gradient(135deg, rgba(37, 211, 102, 0.12) 0%, rgba(34, 197, 94, 0.08) 100%);
  border: 1px solid rgba(37, 211, 102, 0.2);
  color: #25d366;
  border-radius: 6px;
  font-size: 0.6875rem;
  font-weight: 600;
}

.ss-product-title-main {
  font-size: 1.75rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin: 0;
}

/* ==============================================
   PRICING - Premium
   ============================================== */
.ss-product-price-main {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.ss-price-old {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.35);
  text-decoration: line-through;
}

.ss-price-current {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.ss-price-discount {
  display: inline-flex;
  padding: 0.25rem 0.625rem;
  background: linear-gradient(135deg, rgba(37, 211, 102, 0.15) 0%, rgba(34, 197, 94, 0.1) 100%);
  border: 1px solid rgba(37, 211, 102, 0.25);
  color: #25d366;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 700;
}

/* ==============================================
   SPECS - Premium Grid Cards
   ============================================== */
.ss-product-specs {
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.ss-specs-title {
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.4);
  margin: 0 0 1rem 0;
}

/* Specs List como Grid de Cards Premium */
.ss-specs-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}

.ss-spec {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 1rem 1.25rem;
  background: linear-gradient(145deg, rgba(30, 41, 59, 0.8) 0%, rgba(51, 65, 85, 0.6) 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  transition: all 0.25s ease;
}

.ss-spec:hover {
  border-color: rgba(139, 159, 255, 0.2);
  background: linear-gradient(145deg, rgba(30, 41, 59, 0.9) 0%, rgba(51, 65, 85, 0.7) 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.ss-spec strong {
  display: block;
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 0.125rem;
}

/* Remove o ":" do strong */
.ss-spec strong::after {
  content: none;
}

/* Valor - texto depois do strong */
.ss-spec {
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
}

/* ==============================================
   ACTIONS - Premium Buttons
   ============================================== */
.ss-product-actions {
  display: flex;
  gap: 0.875rem;
  padding-top: 0.75rem;
}

.ss-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 1.75rem;
  font-size: 0.9375rem;
  font-weight: 600;
  border-radius: 12px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
}

.ss-btn--primary {
  background: linear-gradient(135deg, #4d66ff 0%, #6f81ff 100%);
  color: #fff;
  box-shadow: 
    0 4px 16px rgba(77, 102, 255, 0.35),
    0 1px 0 rgba(255, 255, 255, 0.1) inset;
  flex: 1;
}

.ss-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 
    0 8px 24px rgba(77, 102, 255, 0.45),
    0 1px 0 rgba(255, 255, 255, 0.15) inset;
}

.ss-btn--secondary {
  background: linear-gradient(135deg, rgba(30, 41, 59, 0.8) 0%, rgba(51, 65, 85, 0.6) 100%);
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.1);
  flex: 1;
}

.ss-btn--secondary:hover {
  background: linear-gradient(135deg, rgba(30, 41, 59, 0.9) 0%, rgba(51, 65, 85, 0.7) 100%);
  border-color: rgba(139, 159, 255, 0.3);
}

/* Tags */
.ss-product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.ss-tag {
  display: inline-flex;
  padding: 0.25rem 0.625rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  font-size: 0.6875rem;
  transition: all 0.2s ease;
}

.ss-tag:hover {
  background: rgba(139, 159, 255, 0.1);
  border-color: rgba(139, 159, 255, 0.2);
  color: #8b9fff;
}

/* Sold State */
.ss-product-sold {
  padding: 1.5rem;
  background: linear-gradient(135deg, rgba(220, 38, 38, 0.1) 0%, rgba(185, 28, 28, 0.08) 100%);
  border: 1px solid rgba(220, 38, 38, 0.2);
  border-radius: 12px;
  text-align: center;
}

.ss-sold-text {
  color: #dc2626;
  font-weight: 600;
  font-size: 1rem;
  margin: 0 0 1rem 0;
}

/* ==============================================
   TABS - Premium
   ============================================== */
.ss-product-details {
  margin-top: 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 2rem;
}

.ss-tabs__nav {
  display: flex;
  gap: 0;
  background: linear-gradient(135deg, rgba(30, 41, 59, 0.5) 0%, rgba(51, 65, 85, 0.3) 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 4px;
  margin-bottom: 1.5rem;
}

.ss-tab-btn {
  flex: 1;
  padding: 0.875rem 1.25rem;
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.25s ease;
  border-radius: 8px;
}

.ss-tab-btn:hover {
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.05);
}

.ss-tab-btn.active {
  background: linear-gradient(135deg, rgba(139, 159, 255, 0.2) 0%, rgba(111, 129, 255, 0.15) 100%);
  color: #fff;
  box-shadow: 0 2px 8px rgba(139, 159, 255, 0.2);
}

.ss-tab-panel {
  display: none;
}

.ss-tab-panel.active {
  display: block;
}

.ss-tab-panel h2 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  margin: 0 0 1.25rem 0;
}

/* ==============================================
   DESCRIPTION CONTENT - Premium Cards
   ============================================== */
.ss-description-content {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.8;
  font-size: 0.9375rem;
}

.ss-description-content h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
  margin: 2rem 0 1rem 0;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(139, 159, 255, 0.2);
}

.ss-description-content h4 {
  font-size: 1rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  margin: 1.5rem 0 0.75rem 0;
}

/* Info Block - Premium Glassmorphism */
.ss-info-block {
  background: linear-gradient(145deg, rgba(30, 41, 59, 0.7) 0%, rgba(51, 65, 85, 0.5) 100%);
  border: 1px solid rgba(139, 159, 255, 0.15);
  border-left: 3px solid rgba(139, 159, 255, 0.5);
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
  margin: 1.25rem 0;
  backdrop-filter: blur(8px);
}

.ss-info-block h4 {
  margin: 0 0 0.75rem 0;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
}

.ss-info-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ss-info-block li {
  margin-bottom: 0.5rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
  padding-left: 1.25rem;
  position: relative;
}

.ss-info-block li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #8b9fff;
  font-weight: 600;
}

.ss-info-block li strong {
  color: #8b9fff;
  font-weight: 600;
}

/* Account Cards - Premium */
.ss-account-card {
  background: linear-gradient(145deg, rgba(30, 41, 59, 0.7) 0%, rgba(51, 65, 85, 0.5) 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 1.25rem;
  margin: 1rem 0;
  transition: all 0.25s ease;
}

.ss-account-card:hover {
  border-color: rgba(139, 159, 255, 0.2);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.ss-account-card__header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.875rem;
  flex-wrap: wrap;
}

.ss-account-card__title {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #8b9fff;
  margin: 0;
}

.ss-account-card__badge {
  display: inline-flex;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.ss-account-card__badge--ca {
  background: rgba(37, 211, 102, 0.12);
  color: #25d366;
  border: 1px solid rgba(37, 211, 102, 0.2);
}

.ss-account-card__badge--disabled {
  background: rgba(220, 38, 38, 0.12);
  color: #dc2626;
  border: 1px solid rgba(220, 38, 38, 0.2);
}

.ss-account-card__badge--funds {
  background: rgba(59, 130, 246, 0.12);
  color: #3b82f6;
  border: 1px solid rgba(59, 130, 246, 0.2);
}

.ss-account-card__badge--whatsapp {
  background: rgba(37, 211, 102, 0.12);
  color: #25d366;
  border: 1px solid rgba(37, 211, 102, 0.2);
}

.ss-account-card__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}

.ss-account-card__list li {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.8125rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.ss-account-card__list li::before {
  content: '•';
  color: rgba(139, 159, 255, 0.5);
}

.ss-account-card__list li strong {
  color: #8b9fff;
  font-weight: 500;
}

/* ==============================================
   FAQ - Premium Accordion Style
   ============================================== */
.ss-faq-item {
  background: linear-gradient(145deg, rgba(30, 41, 59, 0.5) 0%, rgba(51, 65, 85, 0.3) 100%);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-radius: 10px;
  padding: 1rem 1.25rem;
  margin-bottom: 0.75rem;
  transition: all 0.25s ease;
}

.ss-faq-item:hover {
  border-color: rgba(139, 159, 255, 0.15);
}

.ss-faq-item h4 {
  font-size: 0.9375rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 0.5rem 0;
}

.ss-faq-item p {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  line-height: 1.6;
}

/* ==============================================
   SPECS TABLE - Premium
   ============================================== */
.ss-specs-table {
  width: 100%;
  border-collapse: collapse;
  background: linear-gradient(145deg, rgba(30, 41, 59, 0.5) 0%, rgba(51, 65, 85, 0.3) 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  overflow: hidden;
}

.ss-specs-table th,
.ss-specs-table td {
  padding: 1rem 1.25rem;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.ss-specs-table tr:last-child th,
.ss-specs-table tr:last-child td {
  border-bottom: none;
}

.ss-specs-table tr:hover {
  background: rgba(139, 159, 255, 0.05);
}

.ss-specs-table th {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
  font-size: 0.8125rem;
  width: 40%;
}

.ss-specs-table td {
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 500;
}

/* ==============================================
   RELATED PRODUCTS
   ============================================== */
.ss-related-products {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.ss-section-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  margin: 0 0 1.5rem 0;
}

.ss-products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1.25rem;
}

/* ==============================================
   MOBILE
   ============================================== */
@media (max-width: 900px) {
  .ss-product-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .ss-product-gallery {
    position: static;
  }
  
  .ss-product-title-main {
    font-size: 1.375rem;
  }
  
  .ss-price-current {
    font-size: 1.625rem;
  }
  
  .ss-product-actions {
    flex-direction: column;
  }
  
  .ss-tabs__nav {
    flex-direction: column;
    gap: 0.25rem;
  }
  
  .ss-specs-list {
    grid-template-columns: 1fr;
  }
}
