/* ===== WHY BUY GOLD PAGE ===== */

/* Remove default padding */
body.page-template-why-buy-gold .site-main {
  padding: 0 !important;
  max-width: none !important;
}

/* ===== HERO SECTION ===== */
.wbg-hero {
  background: var(--gb-navy);
  color: var(--gb-white);
  padding: 4rem 0;
  text-align: center;
}

.wbg-hero h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--gb-white);
  margin-bottom: 1.5rem;
}

.wbg-hero .hero-intro {
  font-size: 1.05rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.9);
  max-width: var(--content-max-width);
  margin: 0 auto;
}

/* ===== SECTIONS ===== */
.wbg-section {
  padding: 4rem 0;
}

.wbg-section:nth-child(odd) {
  background: var(--gb-white);
}

.wbg-section:nth-child(even) {
  background: var(--gb-gray);
}

/* Side-by-side layout (image left or right) */
.wbg-section--img-left .wbg-section-inner,
.wbg-section--img-right .wbg-section-inner {
  display: flex;
  align-items: center;
  gap: 3rem;
}

.wbg-section--img-left .wbg-section-image,
.wbg-section--img-right .wbg-section-image {
  flex: 0 0 45%;
  max-width: 45%;
}

.wbg-section--img-left .wbg-section-content,
.wbg-section--img-right .wbg-section-content {
  flex: 1;
}

.wbg-section-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}


/* ===== SECTION CONTENT TYPOGRAPHY ===== */
.wbg-section-content h2 {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--gb-navy);
  margin-bottom: 1.25rem;
}

.wbg-section-content h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--gb-navy);
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.wbg-section-content p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--gb-text);
  margin-bottom: 1rem;
}

.wbg-section-content ul {
  margin: 0.75rem 0 1rem;
  padding-left: 1.5rem;
}

.wbg-section-content li {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--gb-text);
  margin-bottom: 0.5rem;
}

.wbg-section-content li strong {
  color: var(--gb-navy);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .wbg-hero {
    padding: 3rem 0;
  }

  .wbg-hero h1 {
    font-size: 1.75rem;
  }

  .wbg-section {
    padding: 3rem 0;
  }

  .wbg-section--img-left .wbg-section-inner,
  .wbg-section--img-right .wbg-section-inner {
    flex-direction: column;
  }

  .wbg-section--img-left .wbg-section-image,
  .wbg-section--img-right .wbg-section-image {
    flex: none;
    max-width: 100%;
  }

  .wbg-section-content h2 {
    font-size: 1.5rem;
  }
}
