.location-hero {
  padding: 96px 0 78px;
  background:
    radial-gradient(circle at 14% 20%, rgba(242, 201, 76, 0.22), transparent 32%),
    linear-gradient(125deg, #5a0336 0%, #7a0649 58%, #8d1459 100%);
  color: #fff;
}

.location-hero h1 {
  max-width: 780px;
  margin: 14px 0;
  color: #fff;
  font-size: 50px;
  line-height: 1.15;
  font-weight: 800;
}

.location-hero p {
  max-width: 780px;
  margin: 0 0 22px;
  color: rgba(255,255,255,.9);
  font-size: 17px;
  line-height: 1.7;
}

.location-hero-actions,
.near-location-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.location-outline-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(242,201,76,.72);
  color: #fff;
  background: rgba(255,255,255,.08);
  padding: 12px 22px;
  border-radius: 30px;
  font-weight: 700;
}

.location-outline-btn:hover {
  background: #D4CBC4;
  color: #5a0336;
}

.location-section,
.location-copy-section {
  padding: 72px 0;
  background: #D4CBC4;
}

.near-location-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.near-location-card,
.location-copy-box,
.location-empty-box {
  border-radius: 18px;
  border: 1px solid rgba(122,6,73,.14);
  background: linear-gradient(145deg, #e5dbd3 0%, #D4CBC4 62%, #bbaaa1 100%);
  box-shadow: 6px 7px 0 rgba(90,3,54,.14), 0 16px 28px rgba(90,3,54,.12);
}

.near-location-card {
  overflow: hidden;
  padding: 22px;
}

.near-location-label {
  display: inline-flex;
  margin-bottom: 10px;
  color: #7a0649;
  font-size: 12px;
  font-weight: 800;
}

.near-location-card h3 {
  margin: 0 0 10px;
  color: #5a0336;
  font-size: 22px;
  font-weight: 800;
}

.near-location-card p,
.location-copy-box p,
.location-empty-box p {
  color: #4a2037;
  line-height: 1.65;
}

.near-location-card ul {
  list-style: none;
  padding: 0;
  margin: 16px 0;
}

.near-location-card li {
  display: flex;
  gap: 9px;
  margin-bottom: 8px;
  color: #4a2037;
  font-size: 14px;
}

.near-location-card li i {
  color: #7a0649;
}

.near-location-card iframe {
  width: 100%;
  min-height: 220px;
  margin-top: 16px;
  border: 0;
  border-radius: 14px;
}

.near-location-actions .location-outline-btn {
  color: #5a0336;
  border-color: #5a0336;
  background: transparent;
}

.location-call-btn,
.location-whatsapp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 30px;
  font-weight: 800;
  color: #fff;
}

.location-call-btn {
  background: #12b753;
}

.location-call-btn:hover {
  background: #0f9f48;
  color: #fff;
}

.location-whatsapp-btn {
  background: #25d366;
}

.location-whatsapp-btn:hover {
  background: #1fb65a;
  color: #fff;
}

.location-copy-box,
.location-empty-box {
  padding: 30px;
}

.location-copy-box h2,
.location-empty-box h2 {
  color: #5a0336;
  font-size: 30px;
  font-weight: 800;
}

@media (max-width: 991px) {
  .near-location-grid {
    grid-template-columns: 1fr;
  }

  .location-hero h1 {
    font-size: 38px;
  }
}

@media (max-width: 575px) {
  .location-hero {
    padding: 68px 0 48px;
  }

  .location-hero h1 {
    font-size: 30px;
  }

  .location-hero-actions,
  .near-location-actions {
    flex-direction: column;
  }

  .location-hero-actions .btn,
  .near-location-actions .btn,
  .location-call-btn,
  .location-whatsapp-btn,
  .location-outline-btn {
    width: 100%;
  }
}

/* Complete shared content for all gold-buyer service-area pages. */
.location-benefits-section,.location-testing-section,.location-items-process,.location-estimator-section,.location-ceo-message,.location-faq-section{padding:72px 0}.location-benefits-section,.location-estimator-section{background:#e7ddd6}.location-testing-section,.location-items-process,.location-faq-section{background:#D4CBC4}.location-benefit-grid,.location-testing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:32px}.location-benefit-grid article,.location-testing-grid article{padding:24px;border:1px solid #d7c8bf;border-radius:14px;background:#fff;box-shadow:0 12px 28px rgba(90,3,54,.07)}.location-benefit-grid i{display:grid;place-items:center;width:46px;height:46px;margin-bottom:15px;border-radius:50%;background:#5a0336;color:#fff;font-size:20px}.location-benefit-grid h3,.location-testing-grid h3{color:#5a0336;font-size:20px}.location-benefit-grid p,.location-testing-grid p{margin:0;color:#555;line-height:1.65}.location-testing-grid article>span{color:#9b6b22;font-size:26px;font-weight:800}.location-testing-note{margin-top:22px;padding:18px 20px;border-left:4px solid #9b6b22;background:#fff;color:#4e474a;line-height:1.7}.location-two-column,.location-estimator-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(38px,7vw,90px);align-items:start}.location-two-column h2,.location-estimator-grid h2{margin:14px 0 20px;color:#5a0336;font-size:clamp(2rem,4vw,3rem)}.location-check-list{display:grid;gap:10px;padding:0;list-style:none}.location-check-list li{padding:14px 18px;border-left:4px solid #5a0336;background:#f6f1ee}.location-process-list{display:grid;gap:12px;padding:0;list-style:none}.location-process-list li{display:grid;grid-template-columns:48px 1fr;gap:14px;padding-bottom:14px;border-bottom:1px solid #bdaea6}.location-process-list li>span{color:#9b6b22;font-size:25px;font-weight:800}.location-process-list strong{color:#5a0336;font-size:18px}.location-process-list p{margin:4px 0 0;color:#555}.location-live-rate{padding:14px;border-left:4px solid #5a0336;background:#fff}.location-estimator-grid form{display:grid;gap:13px;padding:28px;background:#fff;border:1px solid #d3c4bb;border-radius:12px}.location-estimator-grid label{font-weight:800;color:#5a0336}.location-estimator-grid input{min-height:50px;padding:10px 14px;border:1px solid #bdaea6;border-radius:7px}.location-estimator-grid output{display:block;padding:15px;background:#5a0336;color:#fff;border-radius:7px;text-align:center;font-size:25px;font-weight:800}.location-estimator-grid small{color:#666;line-height:1.5}.location-ceo-message{background:#260813;color:#fff}.location-ceo-grid{display:grid;gap:34px}.location-ceo-grid picture{display:block;max-width:1100px;margin:auto}.location-ceo-grid img{display:block;width:100%;height:auto;border-radius:14px;box-shadow:14px 16px 0 rgba(242,201,76,.2)}.location-ceo-copy{max-width:900px;margin:auto}.location-ceo-copy h2{margin:14px 0;color:#fff;font-size:clamp(2rem,4vw,3.2rem)}.location-ceo-copy blockquote{padding-left:20px;border-left:4px solid #f2c94c;color:#f2c94c;font-size:clamp(1.2rem,2.4vw,1.7rem);font-weight:700}.location-ceo-copy p{color:#eadde4;line-height:1.75}.location-ceo-copy strong{color:#f2c94c}.location-faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:28px}.location-faq-grid details{padding:20px;background:#fff;border:1px solid #d8cbc3;border-radius:10px}.location-faq-grid summary{cursor:pointer;color:#5a0336;font-weight:800}.location-faq-grid p{margin:14px 0 0;color:#555;line-height:1.65}@media(max-width:800px){.location-benefit-grid,.location-testing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.location-two-column,.location-estimator-grid{grid-template-columns:minmax(0,1fr)}}@media(max-width:600px){.location-benefits-section,.location-testing-section,.location-items-process,.location-estimator-section,.location-ceo-message,.location-faq-section{padding:50px 0}.location-benefit-grid,.location-testing-grid,.location-faq-grid{grid-template-columns:minmax(0,1fr)}.location-ceo-grid picture{max-width:420px}.location-ceo-copy{text-align:center}.location-ceo-copy blockquote{text-align:left}.location-copy-box{padding:24px 20px}}
