﻿/* ============================
   SUPPRESSORS PAGE STYLES
============================ */

/* DAILY DEAL BANNER */
.daily-deal-banner {
  background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
  border-bottom: 3px solid var(--accent-gold);
  padding: 2rem 1.5rem;
  position: relative;
  overflow: hidden;
}

.daily-deal-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.1), transparent);
  animation: shine 3s infinite;
}

@keyframes shine {
  0% { left: -100%; }
  100% { left: 200%; }
}

.deal-container {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.deal-badge {
  position: absolute;
  top: -1rem;
  right: 1rem;
  background: var(--accent-red);
  color: white;
  padding: 0.5rem 1.5rem;
  font-family: var(--font-header);
  font-size: 0.9rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  transform: rotate(3deg);
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  z-index: 10;
}

.deal-content {
  display: flex;
  align-items: center;
  gap: 2rem;
  background: #111;
  border: 2px solid var(--accent-gold);
  border-radius: 10px;
  padding: 2rem;
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.2);
}

.deal-image {
  flex-shrink: 0;
  width: 300px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0a0a0a;
  border-radius: 8px;
  overflow: hidden;
}

.deal-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.deal-info {
  flex: 1;
}

.deal-info h2 {
  font-family: var(--font-header);
  font-size: 2rem;
  color: var(--accent-gold);
  margin: 0 0 0.5rem 0;
}

.deal-desc {
  font-size: 1.1rem;
  color: #ddd;
  margin: 0.5rem 0 1rem 0;
}

.deal-price {
  font-size: 2.5rem;
  font-weight: bold;
  color: var(--accent-red);
  margin: 1rem 0;
}

.deal-button {
  display: inline-block;
  background: var(--accent-red);
  color: white;
  padding: 1rem 2rem;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(255, 0, 0, 0.3);
}

.deal-button:hover {
  background: #cc0000;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(255, 0, 0, 0.4);
}

@media (max-width: 768px) {
  .deal-content {
    flex-direction: column;
    text-align: center;
  }
  
  .deal-image {
    width: 100%;
    max-width: 300px;
  }
  
  .deal-badge {
    top: -0.5rem;
    right: 0.5rem;
    font-size: 0.8rem;
    padding: 0.4rem 1rem;
  }
}

/* HERO */
.hero-suppressors {
  padding: 4rem 1.5rem;
  text-align: center;
  color: #fff;
  border-bottom: 3px solid var(--accent-red);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 400px;
}

.hero-suppressors::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.75),
    rgba(0,0,0,0.9)
  );
}

.hero-inner {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.hero-suppressors h1 {
  font-family: var(--font-header);
  font-size: 3rem;
  margin-bottom: 1rem;
  color: var(--accent-gold);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hero-suppressors p {
  font-size: 1.15rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.hero-highlight {
  font-size: 1.2rem;
  color: #ffdddd;
  margin-top: 1.5rem;
  font-weight: 600;
  background: rgba(255, 0, 0, 0.2);
  padding: 1rem;
  border-radius: 8px;
  border: 1px solid var(--accent-red);
}

.hero-cta {
  margin-top: 2rem;
}

.hero-cta a {
  display: inline-block;
  background-color: var(--accent-red);
  color: #fff;
  padding: 1rem 2.5rem;
  font-size: 1.3rem;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: background 0.25s ease;
}

.hero-cta a:hover {
  background-color: #cc0000;
}

/* ANNOUNCEMENT BOX */
.announcement-box {
  background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
  border: 2px solid var(--accent-gold);
  border-radius: 10px;
  padding: 2rem;
  margin: 2rem auto;
  max-width: 900px;
  text-align: center;
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.3);
}

.announcement-box h2 {
  font-family: var(--font-header);
  color: var(--accent-gold);
  font-size: 2rem;
  margin-bottom: 1rem;
}

.announcement-box p {
  font-size: 1.1rem;
  line-height: 1.6;
}

/* BRANDS INTRO */
.brands-intro {
  max-width: 900px;
  margin: 0 auto 2rem;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #ddd;
}

/* BRAND GRID */
.brand-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  max-width: 1000px;
  margin: 2rem auto;
}

.brand-card {
  background: #1a1a1a;
  border: 1px solid #333;
  border-radius: 8px;
  padding: 2rem 1rem;
  text-align: center;
  font-family: var(--font-header);
  font-size: 1.3rem;
  color: var(--accent-gold);
  transition: all 0.3s ease;
}

.brand-card:hover {
  border-color: var(--accent-gold);
  box-shadow: 0 0 15px rgba(212, 175, 55, 0.3);
  transform: translateY(-2px);
}

/* PROCESS TIMELINE */
.process-timeline {
  max-width: 900px;
  margin: 2rem auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}

.process-step {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  background: #1a1a1a;
  padding: 1.5rem;
  border-radius: 8px;
  border-left: 4px solid var(--accent-gold);
  width: 100%;
  max-width: 800px;
}

.step-number {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: var(--accent-gold);
  color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-header);
  font-size: 1.5rem;
  font-weight: bold;
}

.process-step h3 {
  font-family: var(--font-header);
  color: var(--accent-gold);
  font-size: 1.3rem;
  margin: 0 0 0.5rem 0;
}

.process-step p {
  margin: 0;
  color: #ddd;
  line-height: 1.6;
}

/* TWO COLUMN */
.two-column {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: flex-start;
  max-width: 1000px;
  margin: 0 auto;
}

.two-column > .info-card {
  flex: 1 1 400px;
}

/* TRUST COMPARISON - CENTERED */
.trust-comparison {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
}

.trust-comparison > .info-card {
  flex: 1 1 400px;
  max-width: 450px;
}

.info-card ul {
  list-style: none;
  padding: 0;
}

.info-card ul li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
}

.info-card ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--accent-gold);
  font-weight: bold;
}

/* PRICE DISPLAY */
.price {
  font-size: 2rem;
  color: var(--accent-gold);
  font-weight: bold;
  margin: 0.5rem 0;
}

/* FAQ */
.faq-item {
  margin-bottom: 1.5rem;
  text-align: left;
}

.faq-item strong {
  color: var(--accent-gold);
  font-size: 1.1rem;
}

.faq-item p {
  margin: 0.5rem 0;
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
  .hero-suppressors {
    padding: 3rem 1rem;
    min-height: 300px;
  }
  
  .hero-suppressors h1 {
    font-size: 2.2rem;
  }
  
  .brand-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
  
  .process-step {
    flex-direction: column;
    text-align: center;
  }
  
  .step-number {
    margin: 0 auto;
  }
}