/*
Theme Name: Liberty Pro Moving
Theme URI: https://libertypromoving.com
Author: Liberty Pro Moving
Author URI: https://libertypromoving.com
Description: Custom WordPress theme for Liberty Pro Moving (Lawrenceville, GA). Owner-operated since 2015. Navy/red/cream brand palette with Fraunces + Manrope typography.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: Proprietary
Text Domain: liberty-pro
Tags: business, moving, custom-design, custom-menu, two-columns, three-columns
*/

:root {
  --cream: #f8f4ed; --cream-2: #ede4d0;
  --navy: #14264c; --navy-2: #1f3563;
  --red: #c8202c; --red-dark: #a81820;
  --ink: #1a1d24; --muted: #6b6b6b;
  --border: #ddd5c0; --gold: #c9a961;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Manrope', sans-serif;
  background: var(--cream);
  color: var(--ink);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body::before {
  content: ''; position: fixed; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.4'/%3E%3C/svg%3E");
  opacity: 0.05; pointer-events: none; z-index: 1; mix-blend-mode: multiply;
}
h1, h2, h3, h4 {
  font-family: 'Fraunces', serif; font-weight: 600;
  letter-spacing: -0.02em; line-height: 1.05;
}
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

.top-bar { background: var(--navy); color: var(--cream); font-size: 13px; padding: 10px 0; position: relative; z-index: 50; }
.top-bar-inner { max-width: 1280px; margin: 0 auto; padding: 0 24px; display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.top-bar-left { display: flex; align-items: center; gap: 16px; opacity: 0.9; }
.top-bar-left .dot { color: var(--gold); font-size: 10px; }
.top-bar-right { display: flex; gap: 18px; align-items: center; }
.top-bar-right a { font-weight: 600; transition: color 0.2s; }
.top-bar-right a:hover { color: var(--gold); }
@media (max-width: 640px) { .top-bar-left { display: none; } .top-bar-inner { justify-content: center; } }

.header { position: sticky; top: 0; background: var(--cream); border-bottom: 1px solid var(--border); z-index: 40; padding: 14px 0; }
.header-inner { max-width: 1280px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo-img { height: 52px; width: auto; display: block; }
.nav { display: flex; gap: 32px; font-weight: 500; font-size: 15px; }
.nav a { transition: color 0.2s; }
.nav a:hover, .nav a.active { color: var(--red); }
.nav a.active { font-weight: 700; }
.header-cta { display: flex; gap: 12px; align-items: center; }
.btn-text { font-weight: 600; font-size: 14px; padding: 10px 16px; border: 1.5px solid var(--navy); border-radius: 999px; color: var(--navy); transition: all 0.2s; }
.btn-text:hover { background: var(--navy); color: var(--cream); }
.btn-primary { background: var(--red); color: var(--cream); font-weight: 700; padding: 12px 22px; border-radius: 999px; font-size: 14px; transition: all 0.2s; box-shadow: 0 2px 0 var(--red-dark); }
.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 3px 0 var(--red-dark); }
.btn-primary:active { transform: translateY(1px); box-shadow: 0 1px 0 var(--red-dark); }
@media (max-width: 900px) { .nav { display: none; } }
@media (max-width: 540px) { .header-cta .btn-text { display: none; } .header-cta .btn-primary { padding: 10px 16px; font-size: 13px; } .logo-img { height: 40px; } }

/* Breadcrumb */
.breadcrumb { background: var(--cream); padding: 16px 0; border-bottom: 1px solid var(--border); position: relative; z-index: 2; }
.breadcrumb-inner { max-width: 1280px; margin: 0 auto; padding: 0 24px; font-size: 13px; color: var(--muted); }
.breadcrumb a { transition: color 0.15s; }
.breadcrumb a:hover { color: var(--red); }
.breadcrumb .sep { margin: 0 8px; opacity: 0.5; }
.breadcrumb .current { color: var(--navy); font-weight: 600; }

/* HERO */
.hero { background: var(--navy); color: var(--cream); padding: 64px 0 56px; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at top right, rgba(200, 32, 44, 0.15), transparent 60%), radial-gradient(ellipse at bottom left, rgba(201, 169, 97, 0.08), transparent 60%); z-index: 1; }
.hero-inner { max-width: 1280px; margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: center; position: relative; z-index: 2; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px; border: 1px solid rgba(201, 169, 97, 0.4); background: rgba(201, 169, 97, 0.1); color: var(--gold); border-radius: 999px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 24px; }
.hero h1 { font-size: clamp(36px, 5vw, 60px); font-weight: 700; margin-bottom: 20px; }
.hero h1 em { font-style: italic; color: var(--gold); font-weight: 500; }
.hero p.lede { font-size: clamp(15px, 1.4vw, 18px); opacity: 0.85; margin-bottom: 32px; max-width: 540px; line-height: 1.6; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-large { padding: 16px 28px; font-size: 15px; font-weight: 700; border-radius: 999px; display: inline-flex; align-items: center; gap: 10px; transition: all 0.2s; }
.btn-large.primary { background: var(--red); color: var(--cream); box-shadow: 0 3px 0 var(--red-dark); }
.btn-large.primary:hover { transform: translateY(-1px); box-shadow: 0 4px 0 var(--red-dark); }
.btn-large.secondary { background: transparent; color: var(--cream); border: 1.5px solid rgba(245, 240, 232, 0.4); }
.btn-large.secondary:hover { border-color: var(--cream); background: rgba(245, 240, 232, 0.05); }
.hero-visual { position: relative; aspect-ratio: 4/3; border-radius: 6px; overflow: hidden; box-shadow: 0 24px 60px rgba(0,0,0,0.4), 0 0 0 1px rgba(201, 169, 97, 0.2); }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-stamp { position: absolute; top: 24px; right: 24px; background: var(--red); color: var(--cream); padding: 12px 18px; border-radius: 4px; font-family: 'Fraunces', serif; font-weight: 700; font-size: 12px; line-height: 1.2; text-align: center; transform: rotate(4deg); box-shadow: 0 8px 24px rgba(0,0,0,0.4); z-index: 3; border: 2px solid rgba(255,255,255,0.2); }
.hero-stamp .big { font-size: 22px; display: block; font-style: italic; }
@media (max-width: 900px) { .hero-inner { grid-template-columns: 1fr; gap: 32px; } .hero-visual { max-width: 540px; margin: 0 auto; } .hero { padding: 48px 0 40px; } }

/* TRUST STRIP */
.trust-strip { background: var(--cream-2); border-bottom: 1px solid var(--border); padding: 22px 0; }
.trust-strip-inner { max-width: 1280px; margin: 0 auto; padding: 0 24px; display: flex; justify-content: space-between; align-items: center; gap: 28px; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 600; }
.trust-icon { width: 36px; height: 36px; background: var(--navy); color: var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; }
.trust-item .label { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: 0.06em; }
.trust-item .value { font-weight: 700; color: var(--navy); }

section { position: relative; z-index: 2; }
.section-pad { padding: 80px 0; }
.section-inner { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
.eyebrow { display: inline-block; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--red); margin-bottom: 16px; }
.section-title { font-size: clamp(28px, 3.6vw, 44px); margin-bottom: 16px; max-width: 800px; color: var(--navy); }
.section-title em { font-style: italic; color: var(--red); }
.section-sub { font-size: 17px; color: var(--muted); max-width: 640px; margin-bottom: 48px; }

/* PRICING CARDS - the killer section */
.pricing { background: var(--cream); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
.price-card { background: white; border: 1.5px solid var(--border); border-radius: 8px; padding: 36px 28px; position: relative; transition: all 0.2s; display: flex; flex-direction: column; }
.price-card:hover { transform: translateY(-4px); border-color: var(--navy); box-shadow: 0 16px 40px rgba(20, 38, 76, 0.08); }
.price-card.featured { border-color: var(--red); border-width: 2px; box-shadow: 0 16px 40px rgba(200, 32, 44, 0.12); }
.price-card.featured::before { content: 'MOST POPULAR'; position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--red); color: var(--cream); padding: 4px 14px; border-radius: 999px; font-size: 10px; font-weight: 800; letter-spacing: 0.1em; }
.price-tag { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); margin-bottom: 8px; }
.price-card h3 { font-size: 26px; margin-bottom: 16px; color: var(--navy); }
.price-amount { font-family: 'Fraunces', serif; font-size: 48px; font-weight: 700; color: var(--navy); line-height: 1; margin-bottom: 4px; }
.price-amount span { font-size: 18px; color: var(--muted); font-weight: 500; }
.price-detail { font-size: 13px; color: var(--muted); margin-bottom: 24px; padding-bottom: 24px; border-bottom: 1px dashed var(--border); }
.price-detail strong { color: var(--navy); }
.price-best-for { font-size: 14px; color: var(--ink); margin-bottom: 24px; flex: 1; }
.price-best-for strong { display: block; font-size: 12px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--red); margin-bottom: 8px; font-weight: 700; }
.price-card .btn-large { width: 100%; justify-content: center; }
@media (max-width: 900px) { .pricing-grid { grid-template-columns: 1fr; gap: 20px; } }

/* INCLUDED LIST */
.included { background: var(--cream-2); }
.included-inner { display: grid; grid-template-columns: 1fr 1.2fr; gap: 64px; align-items: center; max-width: 1280px; margin: 0 auto; padding: 0 24px; }
.included-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 32px; }
.included-item { display: flex; gap: 14px; align-items: flex-start; padding: 12px 0; }
.check-icon { width: 28px; height: 28px; background: var(--navy); color: var(--gold); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700; flex-shrink: 0; }
.included-item-text { font-size: 14px; }
.included-item-text strong { color: var(--navy); display: block; font-weight: 700; margin-bottom: 2px; }
.included-item-text span { color: var(--muted); }
@media (max-width: 900px) { .included-inner { grid-template-columns: 1fr; gap: 40px; } .included-list { grid-template-columns: 1fr; } }

/* QUOTE FORM (same as homepage) */
.quote-section { background: var(--cream); padding: 80px 0; }
.quote-wrapper { max-width: 980px; margin: 0 auto; padding: 0 24px; }
.quote-card { background: white; border: 1px solid var(--border); border-radius: 8px; overflow: hidden; box-shadow: 0 1px 0 var(--border), 0 12px 40px rgba(20, 38, 76, 0.08); }
.quote-header { background: var(--navy); color: var(--cream); padding: 28px 36px; display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.quote-header h3 { font-size: 22px; font-weight: 600; }
.progress-bar { display: flex; gap: 6px; }
.progress-dot { width: 28px; height: 4px; background: rgba(245, 240, 232, 0.2); border-radius: 2px; transition: background 0.3s; }
.progress-dot.active { background: var(--gold); }
.progress-dot.done { background: var(--cream); }
.quote-body { padding: 48px 36px; min-height: 320px; }
.quote-step { display: none; }
.quote-step.active { display: block; animation: fadeUp 0.4s ease; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
.step-question { font-family: 'Fraunces', serif; font-size: 28px; font-weight: 600; margin-bottom: 8px; color: var(--navy); }
.step-help { color: var(--muted); margin-bottom: 32px; font-size: 15px; }
.option-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 12px; }
.option-btn { background: var(--cream); border: 1.5px solid var(--border); padding: 18px 16px; border-radius: 6px; font-size: 15px; font-weight: 600; text-align: center; transition: all 0.15s; display: flex; flex-direction: column; align-items: center; gap: 6px; color: var(--ink); }
.option-btn .icon { font-size: 24px; }
.option-btn:hover { border-color: var(--navy); }
.option-btn.selected { background: var(--navy); color: var(--cream); border-color: var(--navy); }
.input-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 6px; color: var(--navy); }
.field input { width: 100%; padding: 14px 16px; border: 1.5px solid var(--border); border-radius: 6px; font-size: 15px; font-family: inherit; background: var(--cream); transition: border 0.15s; }
.field input:focus { outline: none; border-color: var(--navy); }
.checkbox-row { display: flex; flex-direction: column; gap: 10px; }
.check-pill { display: flex; align-items: center; gap: 12px; padding: 14px 16px; border: 1.5px solid var(--border); border-radius: 6px; cursor: pointer; transition: all 0.15s; font-weight: 500; }
.check-pill:hover { border-color: var(--navy); }
.check-pill input { width: 18px; height: 18px; accent-color: var(--red); }
.quote-nav { display: flex; justify-content: space-between; align-items: center; padding: 24px 36px; background: var(--cream); border-top: 1px solid var(--border); }
.btn-back { color: var(--muted); font-weight: 600; font-size: 14px; }
.btn-next { background: var(--red); color: var(--cream); padding: 14px 28px; border-radius: 999px; font-weight: 700; font-size: 14px; box-shadow: 0 2px 0 var(--red-dark); transition: all 0.15s; }
.btn-next:hover { transform: translateY(-1px); box-shadow: 0 3px 0 var(--red-dark); }
.btn-next:disabled { background: #ccc; box-shadow: none; cursor: not-allowed; }
.result-card { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 100%); color: var(--cream); padding: 36px; border-radius: 8px; margin-bottom: 24px; position: relative; overflow: hidden; }
.result-card::before { content: ''; position: absolute; top: -40px; right: -40px; width: 180px; height: 180px; background: radial-gradient(circle, rgba(200, 32, 44, 0.25), transparent 70%); }
.result-label { font-size: 12px; text-transform: uppercase; letter-spacing: 0.1em; color: var(--gold); font-weight: 700; margin-bottom: 12px; }
.result-range { font-family: 'Fraunces', serif; font-size: 56px; font-weight: 700; line-height: 1; margin-bottom: 8px; }
.result-detail { opacity: 0.8; font-size: 15px; }
.rate-breakdown { background: var(--cream); border: 1px solid var(--border); border-radius: 6px; padding: 20px; margin-bottom: 20px; }
.rate-breakdown h4 { font-family: 'Manrope', sans-serif; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); margin-bottom: 12px; }
.rate-line { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px dashed var(--border); font-size: 14px; }
.rate-line:last-child { border-bottom: none; font-weight: 700; color: var(--navy); }
.disclaimer { font-size: 13px; color: var(--muted); background: var(--cream-2); padding: 14px 16px; border-radius: 6px; border-left: 3px solid var(--gold); margin-bottom: 20px; }
@media (max-width: 600px) { .quote-body { padding: 32px 22px; } .quote-header { padding: 22px; } .quote-nav { padding: 18px 22px; } .input-row { grid-template-columns: 1fr; } .result-range { font-size: 40px; } }

/* PROOF GALLERY */
.proof-gallery { background: var(--cream-2); }
.proof-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 40px; }
.proof-tile { background: var(--cream); border: 1px solid var(--border); border-radius: 6px; overflow: hidden; display: grid; grid-template-columns: 1fr 1fr; }
.proof-tile img { width: 100%; aspect-ratio: 1; object-fit: cover; display: block; }
.proof-tile-text { padding: 24px; display: flex; flex-direction: column; justify-content: center; gap: 8px; }
.proof-tile-text strong { color: var(--navy); font-weight: 700; font-size: 16px; }
.proof-tile-text p { font-size: 13px; color: var(--muted); line-height: 1.55; }
@media (max-width: 900px) { .proof-grid { grid-template-columns: 1fr; } }
@media (max-width: 600px) { .proof-tile { grid-template-columns: 1fr; } }

/* WHY 3-cards */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
.why-card { background: var(--cream-2); padding: 36px 28px; border-radius: 4px; border: 1px solid var(--border); }
.why-card .num { font-family: 'Fraunces', serif; font-size: 36px; font-style: italic; color: var(--red); line-height: 1; margin-bottom: 12px; }
.why-card h3 { font-size: 20px; margin-bottom: 10px; color: var(--navy); }
.why-card p { color: var(--muted); font-size: 14px; }
@media (max-width: 800px) { .why-grid { grid-template-columns: 1fr; gap: 16px; } }

/* CITIES STRIP */
.cities-strip { background: var(--navy); color: var(--cream); padding: 64px 0; }
.cities-strip .eyebrow { color: var(--gold); }
.cities-strip h2 { color: var(--cream); font-size: clamp(24px, 3vw, 36px); margin-bottom: 16px; }
.cities-strip h2 em { color: var(--gold); font-style: italic; }
.cities-strip p { opacity: 0.7; margin-bottom: 32px; }
.cities-tile-strip { display: flex; flex-wrap: wrap; gap: 8px; }
.city-pill { padding: 10px 18px; border: 1px solid rgba(248, 244, 237, 0.2); border-radius: 999px; font-size: 13px; font-weight: 600; transition: all 0.15s; }
.city-pill:hover { background: var(--red); border-color: var(--red); }

/* FAQ */
.faq { background: var(--cream); }
.faq-list { max-width: 820px; margin: 40px auto 0; }
.faq-item { border-bottom: 1px solid var(--border); padding: 18px 0; }
.faq-item summary { font-family: 'Fraunces', serif; font-size: 18px; font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; color: var(--navy); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-size: 26px; font-weight: 300; color: var(--red); transition: transform 0.2s; flex-shrink: 0; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-answer { margin-top: 12px; color: var(--muted); line-height: 1.7; font-size: 15px; }

/* FINAL CTA */
.final-cta { background: var(--navy); color: var(--cream); padding: 80px 0; position: relative; overflow: hidden; }
.final-cta::before { content: '$50 OFF'; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(-8deg); font-family: 'Fraunces', serif; font-size: clamp(140px, 22vw, 320px); font-weight: 800; font-style: italic; color: rgba(200, 32, 44, 0.12); white-space: nowrap; letter-spacing: -0.04em; pointer-events: none; }
.final-cta-inner { max-width: 900px; margin: 0 auto; padding: 0 24px; text-align: center; position: relative; z-index: 2; }
.final-cta h2 { font-size: clamp(32px, 4.5vw, 56px); margin-bottom: 18px; color: var(--cream); }
.final-cta h2 em { font-style: italic; color: var(--gold); }
.final-cta p { font-size: 17px; opacity: 0.8; margin-bottom: 32px; max-width: 600px; margin-left: auto; margin-right: auto; }
.final-cta-buttons { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* FOOTER */
.footer { background: #0d1a36; color: var(--cream); padding: 56px 0 28px; }
.footer-inner { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(248, 244, 237, 0.1); }
.footer-grid h4 { font-family: 'Manrope', sans-serif; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--gold); margin-bottom: 16px; }
.footer-grid ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.footer-grid a { opacity: 0.75; transition: opacity 0.15s; font-size: 14px; }
.footer-grid a:hover { opacity: 1; color: var(--gold); }
.footer-brand .logo-img { height: 60px; margin-bottom: 16px; filter: brightness(0) invert(1); opacity: 0.95; }
.footer-brand p { font-size: 14px; opacity: 0.7; max-width: 320px; line-height: 1.6; }
.footer-bottom { margin-top: 28px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; font-size: 12px; opacity: 0.6; }
.footer-credentials { display: flex; gap: 16px; flex-wrap: wrap; }
@media (max-width: 800px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; } }
@media (max-width: 480px) { .footer-grid { grid-template-columns: 1fr; } }

/* MOBILE STICKY */
.mobile-cta { display: none; position: fixed; bottom: 0; left: 0; right: 0; background: var(--navy); padding: 12px 16px; z-index: 100; gap: 8px; border-top: 1px solid rgba(201, 169, 97, 0.2); }
.mobile-cta a { flex: 1; text-align: center; padding: 14px; border-radius: 999px; font-weight: 700; font-size: 14px; }
.mobile-cta .call { background: var(--cream); color: var(--navy); }
.mobile-cta .quote { background: var(--red); color: var(--cream); }
@media (max-width: 640px) { .mobile-cta { display: flex; } body { padding-bottom: 80px; } }

/* CITY PROOF STATS */
.city-proof { background: var(--cream-2); padding: 64px 0; border-bottom: 1px solid var(--border); }
.proof-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; max-width: 880px; margin: 0 auto; padding: 0 24px; text-align: center; }
.proof-stat .num { font-family: 'Fraunces', serif; font-size: clamp(40px, 5vw, 64px); font-weight: 700; color: var(--red); line-height: 1; margin-bottom: 8px; font-style: italic; }
.proof-stat .label { font-size: 14px; color: var(--navy); font-weight: 600; line-height: 1.4; }
.proof-stat .label strong { display: block; font-family: 'Fraunces', serif; font-style: italic; color: var(--red); font-weight: 600; font-size: 18px; margin-bottom: 4px; }
@media (max-width: 700px) { .proof-stats { grid-template-columns: 1fr; gap: 28px; } }

/* NEIGHBORHOODS GRID */
.neighborhoods-grid { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 32px; max-width: 1000px; }
.hood-pill { padding: 10px 18px; background: var(--cream); border: 1.5px solid var(--border); border-radius: 999px; font-size: 13px; font-weight: 600; color: var(--navy); transition: all 0.15s; }
.hood-pill:hover { background: var(--navy); color: var(--cream); border-color: var(--navy); transform: translateY(-1px); }

/* SERVICES IN CITY GRID */
.city-services-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-top: 40px; }
.svc-tile { background: var(--cream); border: 1px solid var(--border); border-radius: 6px; padding: 24px 18px; text-align: center; transition: all 0.2s; }
.svc-tile:hover { background: var(--navy); border-color: var(--navy); transform: translateY(-3px); box-shadow: 0 12px 30px rgba(20, 38, 76, 0.15); }
.svc-tile:hover h3, .svc-tile:hover p { color: var(--cream); }
.svc-tile:hover .svc-icon { color: var(--gold); }
.svc-icon { font-size: 32px; margin-bottom: 10px; transition: color 0.2s; }
.svc-tile h3 { font-size: 16px; color: var(--navy); margin-bottom: 6px; transition: color 0.2s; line-height: 1.2; }
.svc-tile p { font-size: 12px; color: var(--muted); transition: color 0.2s; line-height: 1.4; }
@media (max-width: 900px) { .city-services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .city-services-grid { grid-template-columns: 1fr; } }

/* ZIP GRID */
.zip-grid { display: grid; grid-template-columns: repeat(8, 1fr); gap: 6px; margin-top: 28px; max-width: 880px; }
.zip-tile { padding: 10px 8px; background: var(--cream); border: 1px solid var(--border); border-radius: 4px; text-align: center; font-family: 'Fraunces', serif; font-size: 14px; font-weight: 600; color: var(--navy); transition: all 0.15s; }
.zip-tile:hover { background: var(--gold); border-color: var(--gold); color: var(--navy); }
@media (max-width: 700px) { .zip-grid { grid-template-columns: repeat(5, 1fr); } }
@media (max-width: 420px) { .zip-grid { grid-template-columns: repeat(4, 1fr); } }

/* OTHER CITIES STRIP */
.other-cities { background: var(--cream-2); padding: 56px 0; }
.other-cities-grid { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.other-city-pill { padding: 10px 18px; background: var(--cream); border: 1.5px solid var(--border); border-radius: 999px; font-size: 13px; font-weight: 600; color: var(--navy); transition: all 0.15s; }
.other-city-pill:hover { background: var(--red); color: var(--cream); border-color: var(--red); }