/* area-pages.css — Styles for all locksmith area pages */

/* HERO */
.page-hero {
  background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 100%);
  padding: 60px 0 52px;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.025'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}
.hero-inner { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
.hero-tag { display: inline-flex; align-items: center; gap: 7px; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 14px; }
.page-hero h1 { font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 800; color: var(--white); line-height: 1.15; margin-bottom: 16px; }
.page-hero h1 em { font-style: normal; color: var(--gold-light); }
.hero-desc { font-size: 1.0rem; color: rgba(255,255,255,0.72); max-width: 540px; margin-bottom: 28px; line-height: 1.65; }
.hero-trust { display: flex; gap: 20px; flex-wrap: wrap; }
.hero-trust-item { display: flex; align-items: center; gap: 7px; font-size: 0.84rem; color: rgba(255,255,255,0.62); }
.hero-trust-item svg { color: var(--gold); }

/* CONTACT PILL (desktop only) */
.contact-pill { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12); border-radius: 14px; padding: 28px 24px; min-width: 210px; text-align: center; }
.contact-pill-icon { width: 48px; height: 48px; background: var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; }
.contact-pill h3 { font-size: 0.88rem; font-weight: 700; color: var(--white); margin-bottom: 10px; }
.contact-pill a.big-num { display: block; font-size: 1.2rem; font-weight: 800; color: var(--gold-light); text-decoration: none; margin-bottom: 10px; }
.contact-pill a.big-num:hover { color: var(--white); }
.contact-pill-divider { border: none; border-top: 1px solid rgba(255,255,255,0.1); margin: 12px 0; }
.contact-pill a.wa-link { display: flex; align-items: center; justify-content: center; gap: 6px; font-size: 0.84rem; font-weight: 600; color: rgba(255,255,255,0.65); text-decoration: none; }
.contact-pill a.wa-link:hover { color: var(--gold-light); }

/* TRUST BAR */
.trust-bar { background: var(--gold); padding: 16px 0; }
.trust-bar-inner { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 10px; color: var(--white); font-size: 0.9rem; font-weight: 600; }
.trust-item-label { font-size: 0.74rem; font-weight: 500; opacity: 0.85; }

/* MAIN CONTENT */
.content-section { padding: 72px 0; background: var(--white); }
.content-grid { display: grid; grid-template-columns: 1fr 340px; gap: 52px; align-items: start; }
.prose h2 { font-size: 1.45rem; font-weight: 800; color: var(--navy); margin: 0 0 14px; }
.prose h3 { font-size: 1.1rem; font-weight: 700; color: var(--navy); margin: 28px 0 10px; }
.prose p { font-size: 0.95rem; color: var(--text-light); line-height: 1.72; margin-bottom: 16px; }
.prose ul { list-style: none; margin-bottom: 20px; }
.prose ul li { font-size: 0.93rem; color: var(--text-light); padding: 7px 0; border-bottom: 1px solid var(--light-grey); display: flex; align-items: flex-start; gap: 10px; }
.prose ul li:last-child { border-bottom: none; }
.prose ul li::before {
  content: '';
  width: 18px;
  height: 18px;
  background-color: var(--navy);
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%23c8922a' stroke-width='3' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 1px;
}

/* SIDEBAR */
.sidebar { position: sticky; top: 90px; display: flex; flex-direction: column; gap: 18px; }
.sidebar-cta { background: var(--navy); border-radius: 14px; padding: 28px 24px; color: white; }
.sidebar-cta .sc-label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold-light); margin-bottom: 10px; }
.sidebar-cta h3 { font-size: 1.05rem; font-weight: 800; color: white; margin-bottom: 10px; }
.sidebar-cta p { font-size: 0.85rem; color: rgba(255,255,255,0.58); margin-bottom: 18px; line-height: 1.6; }
.sidebar-cta a.sc-phone { display: block; font-size: 1.4rem; font-weight: 800; color: var(--gold-light); text-decoration: none; margin-bottom: 14px; }
.sidebar-cta a.sc-phone:hover { color: white; }
.sidebar-cta a.sc-wa { display: flex; align-items: center; justify-content: center; gap: 8px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.18); border-radius: 6px; padding: 11px; font-size: 0.88rem; font-weight: 600; color: rgba(255,255,255,0.75); text-decoration: none; transition: all 0.15s; }
.sidebar-cta a.sc-wa:hover { background: rgba(255,255,255,0.14); color: white; }
.sidebar-info { background: var(--offwhite); border: 1px solid var(--border); border-radius: 12px; padding: 22px 20px; }
.sidebar-info h4 { font-size: 0.82rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--navy); margin-bottom: 14px; }
.si-row { display: flex; align-items: flex-start; gap: 10px; padding: 9px 0; border-bottom: 1px solid var(--border); font-size: 0.86rem; }
.si-row:last-child { border-bottom: none; }
.si-row svg { color: var(--gold); flex-shrink: 0; margin-top: 2px; }
.si-label { font-weight: 600; color: var(--navy); display: block; }
.si-val { color: var(--text-light); }
.sidebar-pricing { background: var(--offwhite); border: 1px solid var(--border); border-radius: 12px; padding: 22px 20px; }
.sidebar-pricing h4 { font-size: 0.82rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--navy); margin-bottom: 14px; }
.sp-row { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; border-bottom: 1px solid var(--border); font-size: 0.86rem; }
.sp-row:last-child { border-bottom: none; }
.sp-label { color: var(--text-light); }
.sp-val { font-weight: 700; color: var(--navy); }
.sp-link { display: block; text-align: center; margin-top: 14px; font-size: 0.82rem; font-weight: 600; color: var(--gold); text-decoration: none; }
.sp-link:hover { color: var(--navy); }

/* HOW IT WORKS */
.how-section { padding: 64px 0; background: var(--offwhite); }
.how-header { text-align: center; margin-bottom: 44px; }
.how-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; position: relative; }
.how-steps::before { content: ''; position: absolute; top: 32px; left: calc(16.66% + 18px); right: calc(16.66% + 18px); height: 2px; background: var(--border); z-index: 0; }
.how-step { text-align: center; position: relative; z-index: 1; }
.how-num { width: 64px; height: 64px; background: var(--navy); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; font-size: 1.4rem; font-weight: 800; color: var(--gold); border: 3px solid var(--white); box-shadow: 0 4px 16px rgba(26,39,68,0.12); }
.how-step h3 { font-size: 0.98rem; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.how-step p { font-size: 0.87rem; color: var(--text-light); line-height: 1.6; }

/* NEARBY AREAS */
.nearby-section { padding: 56px 0; background: var(--white); }
.nearby-grid { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.nearby-link { background: var(--offwhite); border: 1px solid var(--border); border-radius: 6px; padding: 10px 18px; font-size: 0.88rem; font-weight: 600; color: var(--navy); text-decoration: none; transition: all 0.16s; }
.nearby-link:hover { border-color: var(--gold); color: var(--gold); }

/* RESPONSIVE */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; }
  .contact-pill { display: none; }
  .content-grid { grid-template-columns: 1fr; }
  .sidebar { position: static; }
  .how-steps { grid-template-columns: 1fr; }
  .how-steps::before { display: none; }
  .trust-bar-inner { justify-content: center; }
}
@media (max-width: 480px) {
  .page-hero { padding: 40px 0 36px; }
  .content-section { padding: 48px 0; }
  .how-section { padding: 48px 0; }
  .nearby-section { padding: 36px 0; }
}
