/* =============================================
   Local SEO Pages — Shared Styles
   (hoboken.ejs + jersey-city.ejs)
   ============================================= */

/* --- Nav --- */
.nav-links {
  display: flex;
  gap: 0.5rem;
}
.nav-link {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  color: #1c1c1e;
  text-decoration: none;
  opacity: 0.4;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  transition: opacity 0.2s, background 0.2s;
}
.nav-link:hover { opacity: 0.7; }
.nav-link-active {
  opacity: 1;
  background: rgba(0, 201, 174, 0.1);
  color: #00c9ae;
}

/* --- Buttons --- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.75rem;
  border-radius: 12px;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
  transition: transform 0.15s, box-shadow 0.15s;
  cursor: pointer;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  background: #00c9ae;
  color: #1c1c1e;
  box-shadow: 0 4px 20px rgba(0, 201, 174, 0.3);
}
.btn-primary:hover {
  box-shadow: 0 8px 30px rgba(0, 201, 174, 0.4);
}
.btn-ghost {
  background: transparent;
  color: #1c1c1e;
  opacity: 0.7;
  border: 1px solid rgba(28, 28, 30, 0.2);
}
.btn-ghost:hover { opacity: 1; }
.btn-large { padding: 1rem 2.5rem; font-size: 1rem; border-radius: 16px; }

/* --- Hero (local variant) --- */
.local-hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 0 2rem;
  padding-top: 64px;
  position: relative;
  overflow: hidden;
}
.local-hero .hero-bg,
.local-hero .hero-gradient,
.local-hero .hero-lines,
.local-hero .hero-glow { position: absolute; inset: 0; pointer-events: none; }
.local-hero .hero-gradient {
  background: radial-gradient(ellipse at 70% 50%, rgba(0, 229, 195, 0.06) 0%, transparent 65%),
              radial-gradient(ellipse at 30% 80%, rgba(28, 28, 30, 0.04) 0%, transparent 50%);
}
.local-hero .hero-lines {
  background-image: repeating-linear-gradient(90deg, transparent, transparent 79px, rgba(28,28,30,0.03) 79px, rgba(28,28,30,0.03) 80px),
                    repeating-linear-gradient(0deg, transparent, transparent 79px, rgba(28,28,30,0.02) 79px, rgba(28,28,30,0.02) 80px);
}
.local-hero .hero-glow {
  top: 20%; right: 10%; width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(0,229,195,0.08) 0%, transparent 70%);
  border-radius: 50%; filter: blur(60px);
}
.local-hero .hero-content { position: relative; z-index: 2; max-width: 560px; }
.local-hero .hero-eyebrow {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-family: 'DM Sans', sans-serif; font-size: 0.8rem; font-weight: 500;
  color: #1c1c1e; opacity: 0.5; letter-spacing: 0.1em; text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.local-hero .hero-eyebrow-dot {
  width: 6px; height: 6px; background: #00e5c3; border-radius: 50%; display: inline-block;
}
.local-hero .hero-headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(3rem, 5vw, 4.5rem);
  font-weight: 800; line-height: 1.05; color: #1c1c1e;
  letter-spacing: -0.03em; margin-bottom: 1.5rem;
}
.local-hero .hero-headline em { font-style: normal; color: #00c9ae; }
.local-hero .hero-sub {
  font-family: 'DM Sans', sans-serif; font-size: 1.1rem; font-weight: 300;
  color: #1c1c1e; opacity: 0.6; line-height: 1.7; margin-bottom: 2.5rem;
}
.local-hero .hero-stats { display: flex; align-items: center; gap: 1.5rem; margin-bottom: 2rem; }
.local-hero .hero-stat { display: flex; flex-direction: column; }
.local-hero .hero-stat-num {
  font-family: 'Playfair Display', serif; font-size: 1.75rem; font-weight: 700;
  color: #1c1c1e; line-height: 1; margin-bottom: 0.25rem;
}
.local-hero .hero-stat-label {
  font-family: 'DM Sans', sans-serif; font-size: 0.7rem; font-weight: 500;
  color: #1c1c1e; opacity: 0.4; letter-spacing: 0.06em; text-transform: uppercase;
}
.local-hero .hero-stat-sep { width: 1px; height: 36px; background: rgba(28,28,30,0.12); }
.local-hero .hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.local-hero .hero-visual {
  position: relative; z-index: 2; display: flex; flex-direction: column;
  align-items: center; justify-content: center;
}
.local-hero .hero-car-frame { position: relative; width: 100%; max-width: 480px; }
.local-hero .car-body {
  position: relative; height: 120px;
  background: linear-gradient(135deg, #2a2a2e 0%, #1c1c1e 40%, #2d2d32 100%);
  border-radius: 60px 60px 20px 20px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3), 0 0 0 1px rgba(255,255,255,0.06) inset,
              inset 0 -20px 40px rgba(0,0,0,0.2); overflow: hidden;
}
.local-hero .car-hood, .local-hero .car-cabin, .local-hero .car-trunk { position: absolute; }
.local-hero .car-hood { left: 0; top: 0; width: 30%; height: 100%; background: linear-gradient(90deg, rgba(255,255,255,0.08) 0%, transparent 100%); }
.local-hero .car-cabin { left: 30%; top: 20%; width: 45%; height: 55%; background: linear-gradient(180deg, rgba(0,229,195,0.15) 0%, rgba(0,229,195,0.05) 100%); border-radius: 8px 8px 0 0; border: 1px solid rgba(0,229,195,0.2); border-bottom: none; }
.local-hero .car-trunk { right: 0; top: 10%; width: 20%; height: 70%; background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.04) 100%); border-radius: 0 20px 0 0; }
.local-hero .car-wheel {
  position: absolute; bottom: -30px; width: 70px; height: 70px;
  background: radial-gradient(circle at 50% 50%, #111 60%, #2a2a2e 70%, #3a3a3e 100%);
  border-radius: 50%; box-shadow: 0 4px 20px rgba(0,0,0,0.5), inset 0 0 0 3px #1a1a1e, inset 0 0 0 6px #333;
}
.local-hero .car-wheel::after {
  content: ''; position: absolute; inset: 15px;
  background: radial-gradient(circle, #666 0%, #444 60%, #333 100%); border-radius: 50%;
}
.local-hero .car-wheel-l { left: 50px; }
.local-hero .car-wheel-r { right: 50px; }
.local-hero .car-shine {
  position: absolute; top: 10%; left: 10%; width: 40%; height: 60%;
  background: linear-gradient(135deg, rgba(255,255,255,0.12) 0%, transparent 60%);
  border-radius: 40px; pointer-events: none;
}
.local-hero .car-reflection {
  position: absolute; bottom: -60px; left: 0; right: 0; height: 60px;
  background: linear-gradient(180deg, rgba(28,28,30,0.08) 0%, transparent 100%);
  border-radius: 0 0 20px 20px;
}

/* --- Section shared --- */
.section-header { text-align: center; margin-bottom: 3rem; }
.section-tag {
  display: inline-block; font-family: 'DM Sans', sans-serif;
  font-size: 0.72rem; font-weight: 600; color: #00c9ae;
  letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 1rem;
}
.section-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3rem); font-weight: 700;
  color: #1c1c1e; letter-spacing: -0.02em; line-height: 1.15; margin-bottom: 1rem;
}
.section-sub {
  font-family: 'DM Sans', sans-serif; font-size: 1rem; font-weight: 300;
  color: #1c1c1e; opacity: 0.55; line-height: 1.7; max-width: 520px; margin: 0 auto;
}

/* --- Neighborhoods --- */
.local-neighborhoods {
  padding: 7rem 2rem; background: #fafaf8;
}
.neighborhoods-inner { max-width: 1100px; margin: 0 auto; }
.neighborhoods-inner .section-header { text-align: center; }
.neighborhood-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem;
}
.neighborhood-card {
  background: #fff; border: 1px solid rgba(28,28,30,0.06);
  border-radius: 16px; padding: 1.5rem;
  display: flex; flex-direction: column; gap: 0.5rem;
  transition: box-shadow 0.2s, transform 0.2s;
}
.neighborhood-card:hover {
  box-shadow: 0 8px 30px rgba(28,28,30,0.08); transform: translateY(-2px);
}
.neighborhood-icon { color: #00c9ae; margin-bottom: 0.25rem; }
.neighborhood-name {
  font-family: 'Playfair Display', serif; font-size: 1rem; font-weight: 700;
  color: #1c1c1e; line-height: 1.2;
}
.neighborhood-desc {
  font-family: 'DM Sans', sans-serif; font-size: 0.82rem; font-weight: 300;
  color: #1c1c1e; opacity: 0.55; line-height: 1.5;
}
.neighborhoods-note {
  text-align: center; margin-top: 2rem;
  font-family: 'DM Sans', sans-serif; font-size: 0.85rem;
  color: #1c1c1e; opacity: 0.4;
}
.neighborhoods-note a { color: #00c9ae; text-decoration: none; }

/* --- Services (local) --- */
.local-services { padding: 7rem 2rem; background: #fff; }
.services-inner { max-width: 1200px; margin: 0 auto; }
.services-inner .section-header { text-align: center; margin-bottom: 4rem; }
.pricing-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; align-items: stretch;
}
.pricing-card {
  border: 1px solid rgba(28,28,30,0.08); border-radius: 24px; padding: 2rem;
  position: relative; display: flex; flex-direction: column; background: #fafaf9;
  transition: transform 0.2s, box-shadow 0.2s;
}
.pricing-card:hover { transform: translateY(-4px); box-shadow: 0 20px 60px rgba(28,28,30,0.1); }
.pricing-card-featured { background: #1c1c1e; border-color: #1c1c1e; box-shadow: 0 20px 60px rgba(28,28,30,0.2); }
.pricing-card-premium { background: linear-gradient(135deg, #1a1a2e 0%, #1c1c1e 100%); border-color: transparent; }
.pricing-badge {
  position: absolute; top: -1px; left: 50%; transform: translateX(-50%);
  background: #00e5c3; color: #1c1c1e; font-family: 'DM Sans', sans-serif;
  font-size: 0.7rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 0.35rem 1rem; border-radius: 0 0 12px 12px;
}
.pricing-tier {
  display: block; font-family: 'DM Sans', sans-serif; font-size: 0.8rem; font-weight: 600;
  color: #1c1c1e; opacity: 0.4; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 0.75rem;
}
.pricing-card-featured .pricing-tier,
.pricing-card-premium .pricing-tier { color: rgba(255,255,255,0.5); }
.pricing-price { display: flex; align-items: flex-start; gap: 0.1rem; margin-bottom: 0.5rem; }
.pricing-currency {
  font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 600;
  color: #1c1c1e; line-height: 1; margin-top: 0.5rem;
}
.pricing-card-featured .pricing-currency,
.pricing-card-premium .pricing-currency { color: #fff; }
.pricing-amount {
  font-family: 'Playfair Display', serif; font-size: 3.5rem; font-weight: 800;
  color: #1c1c1e; line-height: 1;
}
.pricing-card-featured .pricing-amount,
.pricing-card-premium .pricing-amount { color: #fff; }
.pricing-note {
  font-family: 'DM Sans', sans-serif; font-size: 0.8rem; color: #1c1c1e; opacity: 0.4; margin-bottom: 1.75rem;
}
.pricing-card-featured .pricing-note,
.pricing-card-premium .pricing-note { color: rgba(255,255,255,0.4); }
.pricing-features {
  list-style: none; padding: 0; margin: 0 0 1.75rem 0; flex: 1;
}
.pricing-features li {
  font-family: 'DM Sans', sans-serif; font-size: 0.9rem; font-weight: 400;
  color: #1c1c1e; opacity: 0.7; padding: 0.5rem 0;
  border-bottom: 1px solid rgba(28,28,30,0.06);
  display: flex; align-items: center; gap: 0.6rem;
}
.pricing-features li:last-child { border-bottom: none; }
.pricing-features li::before {
  content: ''; display: inline-block; width: 6px; height: 6px;
  background: #00e5c3; border-radius: 50%; flex-shrink: 0;
}
.pricing-card-featured .pricing-features li,
.pricing-card-premium .pricing-features li {
  color: rgba(255,255,255,0.75); border-color: rgba(255,255,255,0.08);
}
.pricing-best {
  font-family: 'DM Sans', sans-serif; font-size: 0.72rem; font-weight: 500;
  color: #1c1c1e; opacity: 0.35; letter-spacing: 0.04em;
}
.pricing-card-featured .pricing-best,
.pricing-card-premium .pricing-best { color: rgba(255,255,255,0.35); }
.services-note {
  text-align: center; margin-top: 2.5rem;
  font-family: 'DM Sans', sans-serif; font-size: 0.85rem;
  color: #1c1c1e; opacity: 0.35;
}

/* --- Testimonials (local) --- */
.local-testimonials { padding: 7rem 2rem; background: #ffffff; }
.testimonials-inner { max-width: 1200px; margin: 0 auto; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.testimonial-card {
  background: #f5f0e8; border-radius: 20px; padding: 2rem;
  border: 1px solid rgba(28,28,30,0.05);
}
.testimonial-stars { display: flex; gap: 0.2rem; margin-bottom: 1.25rem; }
.testimonial-text {
  font-family: 'DM Sans', sans-serif; font-size: 0.95rem; font-weight: 300;
  color: #1c1c1e; opacity: 0.7; line-height: 1.7; margin-bottom: 1.5rem; font-style: italic;
}
.testimonial-author { display: flex; flex-direction: column; }
.testimonial-name {
  font-family: 'Playfair Display', serif; font-size: 0.9rem; font-weight: 600;
  color: #1c1c1e; margin-bottom: 0.2rem;
}
.testimonial-loc {
  font-family: 'DM Sans', sans-serif; font-size: 0.72rem; font-weight: 400;
  color: #1c1c1e; opacity: 0.35;
}

/* --- Map Section --- */
.local-map-section { padding: 7rem 2rem; background: #fafaf8; }
.map-section-inner {
  max-width: 1100px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1.4fr; gap: 4rem; align-items: center;
}
.map-info .section-header { text-align: left; margin-bottom: 2rem; }
.map-details { display: flex; flex-direction: column; gap: 1.25rem; }
.map-detail-row { display: flex; align-items: flex-start; gap: 1rem; }
.map-detail-row svg { flex-shrink: 0; margin-top: 0.15rem; color: #00c9ae; }
.map-detail-row > div { display: flex; flex-direction: column; }
.map-detail-label {
  font-family: 'DM Sans', sans-serif; font-size: 0.7rem; font-weight: 600;
  color: #1c1c1e; opacity: 0.4; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 0.2rem;
}
.map-detail-value {
  font-family: 'DM Sans', sans-serif; font-size: 0.95rem; font-weight: 500; color: #1c1c1e;
}
.map-embed {
  border-radius: 20px; overflow: hidden; position: relative;
  height: 380px; background: #e8e8e4;
}
.map-search-link {
  position: absolute; bottom: 1rem; right: 1rem;
  font-family: 'DM Sans', sans-serif; font-size: 0.8rem; font-weight: 500;
  color: #1c1c1e; background: rgba(255,255,255,0.95); padding: 0.5rem 1rem;
  border-radius: 8px; text-decoration: none;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: background 0.2s;
}
.map-search-link:hover { background: #fff; }

/* --- Closing CTA --- */
.local-closing {
  padding: 7rem 2rem; background: #1c1c1e; text-align: center;
}
.closing-inner { max-width: 600px; margin: 0 auto; }
.closing-headline {
  font-family: 'Playfair Display', serif; font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700; color: #fff; letter-spacing: -0.02em; margin-bottom: 1.25rem;
}
.closing-sub {
  font-family: 'DM Sans', sans-serif; font-size: 1.05rem; font-weight: 300;
  color: rgba(255,255,255,0.6); line-height: 1.7; margin-bottom: 2.5rem;
}
.closing-note {
  margin-top: 1.5rem;
  font-family: 'DM Sans', sans-serif; font-size: 0.8rem; color: rgba(255,255,255,0.3);
}
.closing-note a { color: rgba(255,255,255,0.5); text-decoration: none; }
.closing-note a:hover { color: rgba(255,255,255,0.8); }

/* --- Footer --- */
.footer { padding: 3rem 2rem; background: #fafaf8; border-top: 1px solid rgba(28,28,30,0.06); }
.footer-inner { max-width: 1100px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 1.5rem; }
.footer-brand { display: flex; flex-direction: column; align-items: center; gap: 0.35rem; }
.footer-logo { font-family: 'Playfair Display', serif; font-size: 1.1rem; font-weight: 700; color: #1c1c1e; }
.footer-tagline { font-family: 'DM Sans', sans-serif; font-size: 0.78rem; color: #1c1c1e; opacity: 0.35; }
.footer-links { display: flex; gap: 2rem; }
.footer-links a { font-family: 'DM Sans', sans-serif; font-size: 0.85rem; color: #1c1c1e; text-decoration: none; opacity: 0.5; }
.footer-links a:hover { opacity: 1; }
.footer-copy { font-family: 'DM Sans', sans-serif; font-size: 0.72rem; color: #1c1c1e; opacity: 0.25; }

/* --- Responsive --- */
@media (max-width: 900px) {
  .local-hero { grid-template-columns: 1fr; padding: 2rem 1.5rem; padding-top: 80px; min-height: auto; }
  .local-hero .hero-visual { display: none; }
  .neighborhood-grid { grid-template-columns: 1fr 1fr; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
  .testimonial-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
  .map-section-inner { grid-template-columns: 1fr; }
  .local-neighborhoods, .local-services, .local-testimonials, .local-map-section { padding: 4rem 1.5rem; }
}
@media (max-width: 600px) {
  .neighborhood-grid { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; }
  .nav-links { display: none; }
}
.footer-nap {
  font-style: normal;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}
.footer-nap-name {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  color: #1c1c1e;
  opacity: 0.5;
}
.footer-nap-area,
.footer-nap-hours {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.72rem;
  color: #1c1c1e;
  opacity: 0.35;
}
.footer-nap-phone {
  font-family: 'DM Sans', sans-serif;
  font-size: 0.72rem;
  color: #1c1c1e;
  opacity: 0.4;
  text-decoration: none;
}
.footer-nap-phone:hover { color: #00c9ae; opacity: 1; }
