/* ============================================================
   Falls Jewelers – We Buy Gold Page
   Scope: .fj-wbg-
   Palette: #3c5671 (dark blue) | #bd9a64 (gold) | #6d7c8d (slate) | #ffffff (white)
   Paste into: Punchmark Site Manager > Design/Theme Settings > Global CSS
   ============================================================ */

/* === Base Wrapper === */
.fj-wbg-wrapper {
  font-family: Georgia, 'Times New Roman', serif;
  color: #3c5671;
  background: #ffffff;
}

/* === Hero === */
.fj-wbg-hero {
  background-color: #3c5671;
  padding: 80px 24px 100px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.fj-wbg-hero-bg-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 60% 40%, rgba(189,154,100,0.15) 0%, transparent 70%);
  pointer-events: none;
}
.fj-wbg-hero-divider-bottom {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 60px;
  background: #ffffff;
  clip-path: ellipse(55% 100% at 50% 100%);
}
.fj-wbg-eyebrow {
  font-size: 11px;
  letter-spacing: 4px;
  color: #bd9a64;
  text-transform: uppercase;
  margin: 0 0 20px;
  position: relative;
}
.fj-wbg-hero-title {
  font-size: clamp(36px, 6vw, 64px);
  font-weight: 400;
  color: #ffffff;
  margin: 0 0 16px;
  letter-spacing: -1px;
  position: relative;
}
.fj-wbg-hero-sub {
  font-size: clamp(15px, 2vw, 18px);
  color: rgba(255,255,255,0.7);
  max-width: 520px;
  margin: 0 auto 32px;
  line-height: 1.7;
  font-style: italic;
  position: relative;
}
.fj-wbg-hero-cta {
  display: inline-block;
  background: #bd9a64;
  color: #ffffff;
  font-family: Georgia, serif;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 14px 36px;
  text-decoration: none;
  font-weight: 700;
  position: relative;
  transition: background 0.2s ease;
}
.fj-wbg-hero-cta:hover {
  background: #6d7c8d;
  color: #ffffff;
  text-decoration: none;
}

/* === Shared Section Styles === */
.fj-wbg-section {
  max-width: 900px;
  margin: 0 auto;
  padding: 64px 24px;
}
.fj-wbg-section-eyebrow {
  text-align: center;
  font-size: 11px;
  letter-spacing: 3px;
  color: #bd9a64;
  text-transform: uppercase;
  margin: 0 0 12px;
}
.fj-wbg-section-title {
  text-align: center;
  font-size: clamp(22px, 3.5vw, 32px);
  font-weight: 400;
  color: #3c5671;
  margin: 0 0 8px;
}
.fj-wbg-section-subtitle {
  text-align: center;
  font-size: 15px;
  color: #6d7c8d;
  margin: 0 0 40px;
  font-style: italic;
}

/* === Question Cards === */
.fj-wbg-cards-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}
.fj-wbg-card--question {
  background: #ffffff;
  border: 0.5px solid #6d7c8d;
  border-top: 3px solid #bd9a64;
  padding: 32px 28px;
}
.fj-wbg-card-num {
  width: 36px;
  height: 36px;
  background: #3c5671;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: #bd9a64;
  font-size: 14px;
  font-weight: 700;
}
.fj-wbg-card-title {
  font-size: 16px;
  font-weight: 600;
  color: #3c5671;
  margin: 0 0 10px;
  font-family: Georgia, serif;
}
.fj-wbg-card-body {
  font-size: 14px;
  color: #6d7c8d;
  line-height: 1.7;
  margin: 0;
}

/* === Dark Band === */
.fj-wbg-dark-band {
  background: #3c5671;
  padding: 72px 24px;
  text-align: center;
}
.fj-wbg-dark-eyebrow {
  font-size: 11px;
  letter-spacing: 3px;
  color: #bd9a64;
  text-transform: uppercase;
  margin: 0 0 12px;
}
.fj-wbg-dark-title {
  font-size: clamp(22px, 3.5vw, 32px);
  font-weight: 400;
  color: #ffffff;
  margin: 0 0 28px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.fj-wbg-dark-body {
  font-size: 16px;
  color: rgba(255,255,255,0.75);
  line-height: 1.85;
  max-width: 720px;
  margin: 0 auto 20px;
}
.fj-wbg-karat-pills {
  display: flex;
  gap: 1px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 32px;
}
.fj-wbg-karat-pill {
  background: rgba(189,154,100,0.12);
  border: 0.5px solid rgba(189,154,100,0.35);
  padding: 12px 24px;
  font-size: 13px;
  color: #bd9a64;
  letter-spacing: 1px;
}

/* === What We Buy Item Grid === */
.fj-wbg-item-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 16px;
  margin-bottom: 40px;
}
.fj-wbg-item-tile {
  text-align: center;
  background: #ffffff;
  border: 0.5px solid #6d7c8d;
  overflow: hidden;
}
.fj-wbg-item-img-wrap {
  position: relative;
  width: 100%;
  padding-top: 133%;
  overflow: hidden;
  background: #6d7c8d;
}
.fj-wbg-item-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.fj-wbg-item-img-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  background: #6d7c8d;
  font-family: Georgia, serif;
}
.fj-wbg-item-img:not([src^="REPLACE"]) ~ .fj-wbg-item-img-placeholder {
  display: none;
}
.fj-wbg-item-label {
  font-size: 13px;
  font-weight: 600;
  color: #3c5671;
  margin: 0;
  letter-spacing: 0.5px;
  padding: 14px 8px;
  border-top: 0.5px solid #6d7c8d;
}
.fj-wbg-pullquote {
  background: #ffffff;
  border-left: 3px solid #bd9a64;
  padding: 24px 28px;
}
.fj-wbg-pullquote p {
  font-size: 15px;
  color: #6d7c8d;
  line-height: 1.8;
  margin: 0;
  font-style: italic;
}

/* === CTA / Locations Section === */
.fj-wbg-section--cta {
  background: #ffffff;
  max-width: 100%;
  border-top: 0.5px solid #6d7c8d;
  border-bottom: 0.5px solid #6d7c8d;
  padding: 72px 24px;
}
.fj-wbg-section--cta .fj-wbg-section-title,
.fj-wbg-section--cta .fj-wbg-section-eyebrow,
.fj-wbg-section--cta .fj-wbg-section-subtitle {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.fj-wbg-locations-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  max-width: 760px;
  margin: 0 auto;
}
.fj-wbg-location-card {
  background: #ffffff;
  padding: 28px;
  border: 0.5px solid #6d7c8d;
}
.fj-wbg-location-label {
  font-size: 10px;
  letter-spacing: 2px;
  color: #bd9a64;
  text-transform: uppercase;
  margin: 0 0 12px;
}
.fj-wbg-location-address {
  font-size: 15px;
  font-weight: 600;
  color: #3c5671;
  margin: 0 0 16px;
  line-height: 1.5;
}
.fj-wbg-location-phone {
  font-size: 16px;
  font-weight: 700;
  color: #3c5671;
  text-decoration: none;
  display: block;
  margin-bottom: 12px;
}
.fj-wbg-location-phone:hover {
  color: #bd9a64;
}
.fj-wbg-location-hours {
  font-size: 12px;
  color: #6d7c8d;
  margin: 0;
  line-height: 1.8;
}

/* === Responsive === */
@media (max-width: 600px) {
  .fj-wbg-hero {
    padding: 60px 20px 80px;
  }
  .fj-wbg-section {
    padding: 48px 20px;
  }
  .fj-wbg-dark-band {
    padding: 52px 20px;
  }
  .fj-wbg-karat-pills {
    gap: 4px;
  }
}
