/* ============================================
   PEP2U — Individual Peptide Detail Page Styles
   ============================================ */

/* ── BREADCRUMB ── */
.peptide-breadcrumb {
  background: var(--navy-mid);
  border-bottom: 1px solid rgba(57,255,20,0.1);
  padding: 12px 0;
}
.peptide-breadcrumb-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Rajdhani', sans-serif;
  font-size: 13px;
  color: var(--gray);
}
.peptide-breadcrumb a {
  color: var(--gray);
  text-decoration: none;
  transition: color 0.2s;
}
.peptide-breadcrumb a:hover { color: var(--gold); }
.peptide-breadcrumb-sep {
  color: rgba(255,255,255,0.2);
  font-size: 11px;
}
.peptide-breadcrumb-current {
  color: var(--white);
  font-weight: 600;
}

/* ── HERO SECTION ── */
.peptide-hero {
  background: linear-gradient(135deg, #0a0a0a 0%, #0f1a0f 50%, #0a0a0a 100%);
  border-bottom: 1px solid rgba(57,255,20,0.12);
  padding: 60px 0 48px;
  position: relative;
  overflow: hidden;
}
.peptide-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(57,255,20,0.05) 0%, transparent 70%);
  pointer-events: none;
}
.peptide-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 56px;
  align-items: start;
}
.peptide-hero-image-wrap {
  position: sticky;
  top: 90px;
}
.peptide-hero-image {
  background: linear-gradient(145deg, #141414, #1c1c1c);
  border: 1px solid rgba(57,255,20,0.2);
  border-radius: 16px;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 40px rgba(57,255,20,0.06), inset 0 1px 0 rgba(255,255,255,0.05);
}
.peptide-hero-image img {
  width: 220px;
  height: 220px;
  object-fit: contain;
  filter: drop-shadow(0 8px 24px rgba(57,255,20,0.18));
  transition: transform 0.4s ease;
}
.peptide-hero-image:hover img { transform: scale(1.04) translateY(-4px); }

.peptide-hero-badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 16px;
  justify-content: center;
}
.peptide-purity-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 12px;
  border-radius: 20px;
  font-family: 'Rajdhani', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  border: 1px solid;
}
.peptide-purity-badge.gold {
  background: rgba(212,166,42,0.1);
  border-color: rgba(212,166,42,0.35);
  color: #D4A62A;
}
.peptide-purity-badge.green {
  background: rgba(57,255,20,0.08);
  border-color: rgba(57,255,20,0.3);
  color: #39ff14;
}

/* ── HERO CONTENT ── */
.peptide-hero-content {}
.peptide-category-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: 4px;
  font-family: 'Rajdhani', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.peptide-hero-name {
  font-family: 'Orbitron', sans-serif;
  font-size: clamp(28px, 5vw, 44px);
  font-weight: 800;
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}
.peptide-hero-aka {
  font-family: 'Rajdhani', sans-serif;
  font-size: 14px;
  color: var(--gray);
  margin-bottom: 20px;
  font-style: italic;
}
.peptide-hero-tagline {
  font-family: 'Rajdhani', sans-serif;
  font-size: 17px;
  color: rgba(244,246,248,0.75);
  line-height: 1.6;
  margin-bottom: 28px;
  max-width: 540px;
}

/* ── PRICING CARD ── */
.peptide-pricing-card {
  background: linear-gradient(145deg, #141414, #181818);
  border: 1px solid rgba(57,255,20,0.2);
  border-radius: 14px;
  padding: 24px;
  margin-bottom: 24px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}
.peptide-pricing-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  flex-wrap: wrap;
  gap: 12px;
}
.peptide-price-main {
  font-family: 'Orbitron', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
}
.peptide-dose-tag {
  font-family: 'Rajdhani', sans-serif;
  font-size: 14px;
  color: var(--gray);
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 6px;
  padding: 6px 12px;
}
.peptide-stock-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 10px;
  border-radius: 4px;
  font-family: 'Rajdhani', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.peptide-stock-badge.in-stock {
  background: rgba(57,255,20,0.1);
  border: 1px solid rgba(57,255,20,0.35);
  color: #39ff14;
}
.peptide-stock-badge.out-of-stock {
  background: rgba(255,80,80,0.1);
  border: 1px solid rgba(255,80,80,0.3);
  color: #ff6b6b;
}

/* Multi-size options */
.peptide-size-options {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.peptide-size-opt {
  flex: 1;
  min-width: 120px;
  padding: 10px 14px;
  border: 1px solid rgba(57,255,20,0.2);
  border-radius: 8px;
  background: rgba(255,255,255,0.03);
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.peptide-size-opt:hover {
  border-color: rgba(57,255,20,0.5);
  background: rgba(57,255,20,0.05);
}
.peptide-size-opt.selected {
  border-color: var(--gold);
  background: rgba(57,255,20,0.08);
  box-shadow: 0 0 12px rgba(57,255,20,0.1);
}
.peptide-size-opt-label {
  font-family: 'Rajdhani', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--white);
}
.peptide-size-opt-price {
  font-family: 'Orbitron', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--gold);
}

/* Qty row */
.peptide-qty-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.peptide-qty-label {
  font-family: 'Rajdhani', sans-serif;
  font-size: 14px;
  color: var(--gray);
  font-weight: 600;
}
.peptide-qty-control {
  display: flex;
  align-items: center;
  border: 1px solid rgba(57,255,20,0.2);
  border-radius: 8px;
  overflow: hidden;
}
.peptide-qty-btn {
  width: 36px;
  height: 36px;
  background: rgba(57,255,20,0.06);
  border: none;
  color: var(--gold);
  font-size: 18px;
  cursor: pointer;
  transition: background 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.peptide-qty-btn:hover { background: rgba(57,255,20,0.15); }
.peptide-qty-input {
  width: 50px;
  height: 36px;
  background: transparent;
  border: none;
  border-left: 1px solid rgba(57,255,20,0.15);
  border-right: 1px solid rgba(57,255,20,0.15);
  color: var(--white);
  text-align: center;
  font-family: 'Rajdhani', sans-serif;
  font-size: 16px;
  font-weight: 600;
  outline: none;
  -moz-appearance: textfield;
}
.peptide-qty-input::-webkit-inner-spin-button,
.peptide-qty-input::-webkit-outer-spin-button { -webkit-appearance: none; }

.peptide-action-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.btn-peptide-cart {
  flex: 1;
  min-width: 160px;
  padding: 14px 24px;
  background: linear-gradient(135deg, #39ff14, #27b30e);
  color: #050505;
  border: none;
  border-radius: 8px;
  font-family: 'Orbitron', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: all 0.25s;
  box-shadow: 0 4px 20px rgba(57,255,20,0.25);
}
.btn-peptide-cart:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(57,255,20,0.35);
}
.btn-peptide-cart:active { transform: translateY(0); }
.btn-peptide-oos {
  flex: 1;
  min-width: 160px;
  padding: 14px 24px;
  background: rgba(212,166,42,0.08);
  color: #D4A62A;
  border: 1px solid rgba(212,166,42,0.45);
  border-radius: 8px;
  font-family: 'Orbitron', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s;
}
.btn-peptide-oos:hover {
  background: rgba(212,166,42,0.18);
  color: #f0c040;
  box-shadow: 0 0 14px rgba(212,166,42,0.3);
}
.btn-peptide-back {
  padding: 14px 20px;
  background: transparent;
  color: var(--silver);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  font-family: 'Rajdhani', sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s;
}
.btn-peptide-back:hover {
  border-color: rgba(57,255,20,0.35);
  color: var(--gold);
}

/* ── MAIN CONTENT AREA ── */
.peptide-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 24px 80px;
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 40px;
  align-items: start;
}

/* ── TABS ── */
.peptide-tabs {
  display: flex;
  gap: 4px;
  border-bottom: 1px solid rgba(57,255,20,0.12);
  margin-bottom: 28px;
  overflow-x: auto;
  scrollbar-width: none;
}
.peptide-tabs::-webkit-scrollbar { display: none; }
.peptide-tab-btn {
  padding: 10px 18px;
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  color: var(--gray);
  font-family: 'Rajdhani', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
  margin-bottom: -1px;
}
.peptide-tab-btn:hover { color: var(--white); }
.peptide-tab-btn.active {
  color: var(--gold);
  border-bottom-color: var(--gold);
}
.peptide-tab-panel { display: none; }
.peptide-tab-panel.active { display: block; }

/* ── CONTENT TYPOGRAPHY ── */
.peptide-content-section {
  margin-bottom: 32px;
}
.peptide-content-section h3 {
  font-family: 'Orbitron', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.08em;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.peptide-content-section h3::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(57,255,20,0.2) 0%, transparent 100%);
}
.peptide-content-section p {
  font-family: 'Inter', sans-serif;
  font-size: 14.5px;
  color: rgba(244,246,248,0.75);
  line-height: 1.75;
  margin-bottom: 10px;
}
.peptide-benefit-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.peptide-benefit-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: 'Rajdhani', sans-serif;
  font-size: 15px;
  color: rgba(244,246,248,0.8);
  line-height: 1.5;
}
.peptide-benefit-list li::before {
  content: '▸';
  color: var(--gold);
  flex-shrink: 0;
  margin-top: 1px;
  font-size: 12px;
}

/* Mechanism grid */
.peptide-mechanism-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 14px;
  margin-top: 12px;
}
.peptide-mech-card {
  background: rgba(57,255,20,0.04);
  border: 1px solid rgba(57,255,20,0.12);
  border-radius: 10px;
  padding: 16px;
}
.peptide-mech-card-title {
  font-family: 'Rajdhani', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.peptide-mech-card-text {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: rgba(244,246,248,0.65);
  line-height: 1.5;
}

/* ── SPECS TABLE ── */
.peptide-specs-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(57,255,20,0.12);
}
.peptide-specs-table th {
  background: rgba(57,255,20,0.07);
  padding: 10px 16px;
  font-family: 'Rajdhani', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: left;
}
.peptide-specs-table td {
  padding: 10px 16px;
  font-family: 'Inter', sans-serif;
  font-size: 13.5px;
  color: rgba(244,246,248,0.75);
  border-top: 1px solid rgba(255,255,255,0.04);
}
.peptide-specs-table tr:nth-child(even) td {
  background: rgba(255,255,255,0.02);
}
.peptide-specs-table td:first-child {
  color: var(--silver);
  font-weight: 500;
  width: 42%;
}

/* ── SIDEBAR ── */
.peptide-sidebar {}
.peptide-sidebar-card {
  background: linear-gradient(145deg, #141414, #181818);
  border: 1px solid rgba(57,255,20,0.12);
  border-radius: 14px;
  padding: 22px;
  margin-bottom: 20px;
}
.peptide-sidebar-card h4 {
  font-family: 'Orbitron', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(57,255,20,0.1);
}
.peptide-quick-facts {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.peptide-quick-facts li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 8px;
}
.peptide-quick-facts li span:first-child {
  font-family: 'Rajdhani', sans-serif;
  font-size: 13px;
  color: var(--gray);
}
.peptide-quick-facts li span:last-child {
  font-family: 'Rajdhani', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--white);
  text-align: right;
}
.peptide-disclaimer-box {
  background: rgba(255,180,0,0.04);
  border: 1px solid rgba(255,180,0,0.15);
  border-radius: 10px;
  padding: 16px;
  margin-top: 0;
}
.peptide-disclaimer-box p {
  font-family: 'Rajdhani', sans-serif;
  font-size: 12px;
  color: rgba(244,246,248,0.45);
  line-height: 1.6;
}
.peptide-disclaimer-box p strong {
  color: rgba(212,166,42,0.7);
}

/* Related peptides */
.peptide-related-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.peptide-related-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px;
  border-radius: 8px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  text-decoration: none;
  transition: all 0.2s;
}
.peptide-related-item:hover {
  border-color: rgba(57,255,20,0.25);
  background: rgba(57,255,20,0.04);
}
.peptide-related-img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  border-radius: 6px;
  background: rgba(255,255,255,0.04);
  padding: 4px;
  flex-shrink: 0;
}
.peptide-related-info {}
.peptide-related-name {
  font-family: 'Rajdhani', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--white);
}
.peptide-related-price {
  font-family: 'Rajdhani', sans-serif;
  font-size: 12px;
  color: var(--gold);
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .peptide-hero-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .peptide-hero-image-wrap { position: static; }
  .peptide-hero-image {
    max-width: 280px;
    margin: 0 auto;
  }
  .peptide-main {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .peptide-hero { padding: 36px 0 32px; }
  .peptide-hero-inner { gap: 24px; }
  .peptide-price-main { font-size: 28px; }
  .peptide-main { padding: 28px 16px 60px; }
  .peptide-breadcrumb-inner { padding: 0 16px; }
}
