/* ============================================
   2026 NATIONAL BRAND — NYC MAID INSPIRED
   Navy + Mint + White | Bold, Clean, Trustworthy
   ============================================ */

:root {
  --navy: #1d2a4e;
  --navy-dark: #0f1729;
  --navy-light: #2d3e6b;
  --mint: #a8dbc2;
  --mint-light: #c5e5d2;
  --mint-dark: #6ec39a;
  --mint-hover: #8ecfaf;
  --coral: #ef4444;
  --cream: #faf8f5;
  --white: #ffffff;
  --gray-50: #f9fbfa;
  --gray-100: #f1f5f3;
  --gray-200: #e5ebe8;
  --gray-300: #d1d9d4;
  --gray-400: #94a3a0;
  --gray-500: #6b7280;
  --gray-600: #475569;
  --gray-700: #334155;
  --gray-800: #1e293b;
  --gray-900: #0f172a;
  --shadow-sm: 0 1px 3px rgba(29,42,78,0.06);
  --shadow-md: 0 4px 12px rgba(29,42,78,0.08);
  --shadow-lg: 0 20px 50px rgba(29,42,78,0.1);
  --shadow-xl: 0 40px 80px rgba(29,42,78,0.15);
}

html { scroll-behavior: smooth; }
* { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

body {
  background: var(--white) !important;
  color: var(--navy) !important;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
  font-size: 17px !important;
  line-height: 1.65 !important;
  font-weight: 400 !important;
}

/* ============ TYPOGRAPHY — BOLD, CHUNKY ============ */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', sans-serif !important;
  font-weight: 900 !important;
  letter-spacing: -0.035em !important;
  line-height: 1.1 !important;
  color: var(--navy) !important;
  text-transform: none !important;
}

h1 { font-size: clamp(2rem, 4.8vw, 3.75rem) !important; letter-spacing: -0.035em !important; }
h2 { font-size: clamp(1.75rem, 3.4vw, 2.5rem) !important; letter-spacing: -0.03em !important; }
h3 { font-size: clamp(1.15rem, 2vw, 1.5rem) !important; font-weight: 800 !important; }

p { color: var(--gray-600); font-size: 1rem; line-height: 1.6; }

/* ============ TOP BAR (Navy) ============ */
.top-bar {
  background: var(--navy) !important;
  padding: 12px 0 !important;
  font-size: 0.8rem !important;
  color: var(--white) !important;
  border: none !important;
}

.top-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.top-bar span {
  color: rgba(255,255,255,0.85) !important;
  font-weight: 500;
}

.top-bar a {
  color: var(--white) !important;
  font-weight: 600;
}

/* ============ HEADER (White + Navy) ============ */
.header {
  background: var(--white) !important;
  backdrop-filter: none;
  border-bottom: 1px solid var(--gray-200) !important;
  position: sticky;
  top: 0;
  z-index: 100;
}

.header .container {
  padding: 8px 20px;
}

.logo-icon {
  width: 40px !important;
  height: 40px !important;
  background: var(--navy) !important;
  border-radius: 10px !important;
  color: var(--white) !important;
  font-weight: 900 !important;
  font-size: 1.1rem !important;
  box-shadow: var(--shadow-sm);
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.logo-text {
  color: var(--navy) !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 900 !important;
  font-size: 1rem !important;
  letter-spacing: -0.02em !important;
  line-height: 1.15 !important;
}

.logo-text span {
  font-weight: 500 !important;
  color: var(--gray-500) !important;
  font-size: 0.65rem !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase;
  display: block;
  margin-top: 2px;
}

.nav-list > li > a {
  font-family: 'Inter', sans-serif !important;
  font-size: 0.9rem !important;
  font-weight: 700 !important;
  color: var(--navy) !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  padding: 10px 14px !important;
  border-bottom: none !important;
  transition: color 0.2s ease;
}

.nav-list > li > a:hover,
.nav-list > li > a.active {
  color: var(--mint-dark) !important;
  background: transparent !important;
}

.header-cta {
  display: flex !important;
}

.header-cta a {
  background: var(--mint) !important;
  color: var(--navy) !important;
  padding: 10px 22px !important;
  border-radius: 100px !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 800 !important;
  font-size: 0.9rem !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  transition: all 0.3s ease;
  border: 2px solid var(--mint) !important;
}

.header-cta a:hover {
  background: var(--mint-hover) !important;
  border-color: var(--mint-hover) !important;
  transform: translateY(-1px);
  box-shadow: var(--shadow-md);
}

/* ============ HERO — FLATBED PHOTO + NAVY OVERLAY ============ */
.hero {
  background: var(--navy) !important;
  color: var(--white) !important;
  min-height: auto !important;
  padding: 32px 0 48px !important;
  position: relative;
  overflow: hidden;
}

/* Hero 2-col layout: text left, GBP card right */
.hero-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 48px;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 32px; }
}

/* GBP Trust Card */
.gbp-card {
  background: #fff;
  color: var(--navy);
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.35), 0 4px 16px rgba(0,0,0,0.2);
  max-width: 420px;
  margin-left: auto;
  width: 100%;
}
@media (max-width: 900px) { .gbp-card { margin: 0 auto; } }

.gbp-card-header {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--gray-600);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eef0f3;
}

.gbp-rating {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
}
.gbp-rating-num {
  font-family: 'Inter', sans-serif;
  font-size: 3.25rem;
  font-weight: 900;
  color: var(--navy);
  line-height: 1;
  letter-spacing: -0.04em;
}
.gbp-stars {
  color: #fbbc04;
  font-size: 1.15rem;
  letter-spacing: 2px;
}
.gbp-reviews-label {
  font-size: 0.9rem;
  color: var(--gray-600);
  font-weight: 600;
  margin-top: 2px;
}

.gbp-map-wrap {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
  border: 1px solid #eef0f3;
}

.gbp-address {
  font-size: 0.9rem;
  line-height: 1.4;
  color: var(--gray-600);
  padding: 4px 0 10px;
}
.gbp-address strong { color: var(--navy); font-weight: 800; }

.gbp-actions {
  display: flex;
  gap: 8px;
}
.gbp-btn {
  flex: 1;
  display: block;
  text-align: center;
  padding: 11px 14px;
  border-radius: 100px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  transition: transform 0.15s, box-shadow 0.15s;
}
.gbp-btn:hover { transform: translateY(-1px); }
.gbp-btn-primary {
  background: #16a34a;
  color: #fff !important;
  font-size: 0.95rem;
}
.gbp-btn-primary:hover { box-shadow: 0 6px 16px rgba(22,163,74,0.4); }
.gbp-btn-secondary {
  background: #2563eb;
  color: #fff !important;
  border: none;
  font-size: 0.95rem;
}
.gbp-btn-secondary:hover { background: #1d4ed8; }

.hero .container {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  position: relative;
  z-index: 3;
  max-width: 1100px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-bg img {
  filter: saturate(1.1) brightness(0.9) !important;
  opacity: 1 !important;
}

.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(29,42,78,0.82) 0%, rgba(15,23,41,0.65) 60%, rgba(29,42,78,0.5) 100%);
}

/* Hero trust bar (above h1) */
.hero-label {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  padding: 8px 18px !important;
  background: rgba(168,219,194,0.12) !important;
  border: 1px solid rgba(168,219,194,0.3) !important;
  border-radius: 100px !important;
  color: var(--mint) !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 0.8rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
  text-transform: none !important;
  font-style: normal !important;
  margin-bottom: 24px !important;
  backdrop-filter: blur(10px);
}

.hero-label::before {
  content: '★★★★★';
  color: var(--mint);
  font-size: 0.7rem;
  letter-spacing: 1px;
}

.hero h1 {
  font-family: 'Inter', sans-serif !important;
  font-size: clamp(2.5rem, 7vw, 5.5rem) !important;
  font-weight: 900 !important;
  line-height: 1.02 !important;
  letter-spacing: -0.045em !important;
  color: var(--white) !important;
  margin-bottom: 28px !important;
  text-shadow: none !important;
  font-style: normal !important;
  text-transform: none !important;
}

.hero h1 em { font-style: normal; }

.hero h1 .accent {
  color: var(--mint) !important;
  background: none !important;
  -webkit-text-fill-color: var(--mint) !important;
  display: inline;
}

.hero p {
  font-size: clamp(1.1rem, 1.5vw, 1.3rem) !important;
  line-height: 1.55 !important;
  color: rgba(255,255,255,0.85) !important;
  max-width: 720px !important;
  margin-bottom: 40px !important;
  font-weight: 400 !important;
}

.hero-buttons {
  display: flex !important;
  gap: 16px !important;
  flex-wrap: wrap;
  margin-bottom: 48px !important;
}

/* Trust inline elements */
.hero-trust-inline {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  margin-bottom: 32px;
  color: rgba(255,255,255,0.75);
  font-size: 0.9rem;
}

.hero-stats {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)) !important;
  gap: 32px !important;
  padding-top: 48px !important;
  border-top: 1px solid rgba(255,255,255,0.12) !important;
  margin-top: 0 !important;
}

.hero-stat-number {
  font-family: 'Inter', sans-serif !important;
  font-size: clamp(2.25rem, 3.5vw, 3rem) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  margin-bottom: 8px !important;
  color: var(--mint) !important;
  background: none !important;
  -webkit-text-fill-color: var(--mint) !important;
  letter-spacing: -0.03em;
}

.hero-stat-label {
  font-family: 'Inter', sans-serif !important;
  font-size: 0.85rem !important;
  font-weight: 500 !important;
  color: rgba(255,255,255,0.65) !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

/* ============ BUTTONS — PILL, BOLD ============ */
.btn {
  font-family: 'Inter', sans-serif !important;
  font-weight: 800 !important;
  font-size: 1.05rem !important;
  letter-spacing: -0.01em !important;
  border-radius: 100px !important;
  padding: 18px 36px !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  text-transform: none !important;
  border: 2px solid transparent !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.btn-primary {
  background: var(--mint) !important;
  color: var(--navy) !important;
  border-color: var(--mint) !important;
  box-shadow: 0 8px 24px rgba(168,219,194,0.25);
}

.btn-primary:hover {
  background: var(--mint-hover) !important;
  border-color: var(--mint-hover) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 16px 36px rgba(168,219,194,0.4) !important;
}

.btn-outline {
  background: transparent !important;
  color: var(--white) !important;
  border: 2px solid rgba(255,255,255,0.25) !important;
}

.btn-outline:hover {
  background: var(--white) !important;
  color: var(--navy) !important;
  border-color: var(--white) !important;
  transform: translateY(-2px);
}

.btn-cta {
  font-size: 1.1rem !important;
  padding: 20px 44px !important;
}

/* ============ GOOGLE BADGE ============ */
.google-badge {
  display: inline-flex !important;
  align-items: center;
  gap: 12px;
  padding: 12px 22px !important;
  background: rgba(168,219,194,0.1) !important;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(168,219,194,0.25) !important;
  border-radius: 100px !important;
  margin-top: 0 !important;
}

.google-badge .rating {
  font-family: 'Inter', sans-serif !important;
  font-size: 1.3rem !important;
  font-weight: 900 !important;
  color: var(--mint) !important;
  letter-spacing: -0.02em;
}

.google-badge .stars {
  color: var(--mint) !important;
  font-size: 1rem;
  letter-spacing: 1px;
}

.google-badge .label {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.8);
  font-weight: 500;
}

/* ============ SECTIONS — ALTERNATING MINT/WHITE ============ */
.section {
  padding: 56px 0 !important;
  background: var(--white);
}

.section-alt {
  background: var(--mint-light) !important;
}

.section-dark {
  background: var(--navy) !important;
  color: var(--white) !important;
}

.section-dark h2, .section-dark h3 {
  color: var(--white) !important;
}

.section-header {
  text-align: center;
  margin-bottom: 36px !important;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.section-header h2 {
  font-size: clamp(1.85rem, 3.6vw, 2.6rem) !important;
  font-weight: 900 !important;
  letter-spacing: -0.03em !important;
  margin-bottom: 12px !important;
  line-height: 1.1 !important;
  color: var(--navy) !important;
}

.section-header h2 .highlight {
  background: var(--mint) !important;
  color: var(--navy) !important;
  padding: 2px 16px !important;
  border-radius: 6px !important;
  -webkit-text-fill-color: var(--navy) !important;
  display: inline-block;
  transform: rotate(-1deg);
}

.section-header p {
  font-size: 1.05rem !important;
  line-height: 1.6 !important;
  color: var(--gray-600) !important;
  font-weight: 400 !important;
}

.section-label {
  display: inline-block;
  color: var(--mint-dark) !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 800 !important;
  font-size: 0.8rem !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase;
  margin-bottom: 16px !important;
  padding: 0 !important;
  background: transparent !important;
}

/* ============ SERVICE CARDS ============ */
.services-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)) !important;
  gap: 24px !important;
  background: transparent !important;
  padding: 0 !important;
}

.service-card {
  background: var(--white) !important;
  border: 2px solid var(--gray-200) !important;
  border-radius: 20px !important;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
  box-shadow: var(--shadow-sm);
}

.service-card:hover {
  transform: translateY(-8px) !important;
  border-color: var(--mint) !important;
  box-shadow: var(--shadow-xl) !important;
}

.service-card-image {
  height: 200px !important;
  background: var(--navy) !important;
  position: relative;
  overflow: hidden;
}

.service-card-image picture,
.service-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.service-card-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10,22,40,0) 55%, rgba(10,22,40,0.45) 100%);
  pointer-events: none;
}

.service-card:hover .service-card-image img {
  transform: scale(1.07);
}

.service-card-body {
  padding: 32px !important;
}

.service-card h3 {
  font-size: 1.4rem !important;
  font-weight: 900 !important;
  margin-bottom: 12px !important;
  color: var(--navy) !important;
  letter-spacing: -0.025em !important;
}

.service-card p {
  font-size: 1rem !important;
  line-height: 1.65 !important;
  color: var(--gray-600) !important;
  margin-bottom: 20px !important;
}

.learn-more-btn {
  background: transparent !important;
  color: var(--navy) !important;
  padding: 0 !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 800 !important;
  font-size: 0.95rem !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease;
  border-bottom: 2px solid var(--mint);
  padding-bottom: 2px !important;
}

.learn-more-btn:hover {
  gap: 12px;
  color: var(--mint-dark) !important;
  background: transparent !important;
  border-bottom-color: var(--mint-dark);
}

/* ============ FEATURE ITEMS ============ */
.features-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
  gap: 24px !important;
}

.feature-item {
  background: var(--white) !important;
  border: 2px solid var(--gray-200) !important;
  border-radius: 20px !important;
  padding: 36px !important;
  transition: all 0.4s ease;
}

.feature-item:hover {
  transform: translateY(-4px);
  border-color: var(--mint) !important;
  box-shadow: var(--shadow-lg);
}

.feature-icon {
  width: 56px !important;
  height: 56px !important;
  background: var(--mint-light) !important;
  border: 1px solid var(--mint) !important;
  border-radius: 14px !important;
  margin-bottom: 20px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.feature-icon svg {
  stroke: var(--navy) !important;
  width: 28px !important;
  height: 28px !important;
}

.feature-item h3 {
  font-size: 1.25rem !important;
  font-weight: 900 !important;
  margin-bottom: 10px !important;
  color: var(--navy) !important;
  letter-spacing: -0.02em !important;
}

.feature-item p {
  font-size: 0.95rem !important;
  line-height: 1.65 !important;
  color: var(--gray-600) !important;
}

/* ============ NEIGHBORHOOD CARDS ============ */
.neighborhood-card {
  background-color: var(--navy) !important;
  background-size: cover !important;
  background-position: center !important;
  border: 2px solid var(--gray-200) !important;
  border-radius: 12px !important;
  padding: 24px 22px !important;
  min-height: 110px;
  transition: all 0.35s ease;
  color: #ffffff !important;
  font-weight: 700;
  display: flex !important;
  align-items: flex-end;
  gap: 12px;
  position: relative;
  overflow: hidden;
  text-decoration: none !important;
}

/* Dark gradient overlay for text legibility on every photo */
.neighborhood-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10,22,40,0.55) 0%, rgba(10,22,40,0.85) 100%);
  transition: background 0.35s ease;
  z-index: 1;
}

.neighborhood-card > * {
  position: relative;
  z-index: 2;
}

.neighborhood-card:hover {
  border-color: var(--mint) !important;
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(10,22,40,0.35);
}
.neighborhood-card:hover::before {
  background: linear-gradient(180deg, rgba(10,22,40,0.35) 0%, rgba(10,22,40,0.9) 100%);
}

.neighborhood-card .pin {
  color: var(--mint) !important;
  font-size: 1.15rem;
  flex-shrink: 0;
}

.neighborhood-card .name {
  font-family: 'Inter', sans-serif !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  text-transform: none !important;
  font-size: 1.05rem !important;
  letter-spacing: -0.015em !important;
  display: block !important;
  text-shadow: 0 1px 8px rgba(0,0,0,0.4);
}

.neighborhood-card .nickname {
  font-family: 'Inter', sans-serif !important;
  font-size: 0.78rem !important;
  color: var(--mint) !important;
  display: block !important;
  text-transform: none;
  font-weight: 600;
  font-style: normal !important;
  margin-top: 2px;
  text-shadow: 0 1px 6px rgba(0,0,0,0.4);
}

/* Per-neighborhood Street View backgrounds — 99 unique photos */
.neighborhood-card[href*="astoria/"] { background-image: url('/images/neighborhoods/astoria.jpg'); }
.neighborhood-card[href*="long-island-city/"] { background-image: url('/images/neighborhoods/long-island-city.jpg'); }
.neighborhood-card[href*="flushing/"] { background-image: url('/images/neighborhoods/flushing.jpg'); }
.neighborhood-card[href*="jamaica/"] { background-image: url('/images/neighborhoods/jamaica.jpg'); }
.neighborhood-card[href*="jackson-heights/"] { background-image: url('/images/neighborhoods/jackson-heights.jpg'); }
.neighborhood-card[href*="forest-hills/"] { background-image: url('/images/neighborhoods/forest-hills.jpg'); }
.neighborhood-card[href*="bayside/"] { background-image: url('/images/neighborhoods/bayside.jpg'); }
.neighborhood-card[href*="corona/"] { background-image: url('/images/neighborhoods/corona.jpg'); }
.neighborhood-card[href*="elmhurst/"] { background-image: url('/images/neighborhoods/elmhurst.jpg'); }
.neighborhood-card[href*="ridgewood/"] { background-image: url('/images/neighborhoods/ridgewood.jpg'); }
.neighborhood-card[href*="howard-beach/"] { background-image: url('/images/neighborhoods/howard-beach.jpg'); }
.neighborhood-card[href*="far-rockaway/"] { background-image: url('/images/neighborhoods/far-rockaway.jpg'); }
.neighborhood-card[href*="ozone-park/"] { background-image: url('/images/neighborhoods/ozone-park.jpg'); }
.neighborhood-card[href*="richmond-hill/"] { background-image: url('/images/neighborhoods/richmond-hill.jpg'); }
.neighborhood-card[href*="woodside/"] { background-image: url('/images/neighborhoods/woodside.jpg'); }
.neighborhood-card[href*="sunnyside/"] { background-image: url('/images/neighborhoods/sunnyside.jpg'); }
.neighborhood-card[href*="maspeth/"] { background-image: url('/images/neighborhoods/maspeth.jpg'); }
.neighborhood-card[href*="middle-village/"] { background-image: url('/images/neighborhoods/middle-village.jpg'); }
.neighborhood-card[href*="glendale/"] { background-image: url('/images/neighborhoods/glendale.jpg'); }
.neighborhood-card[href*="woodhaven/"] { background-image: url('/images/neighborhoods/woodhaven.jpg'); }
.neighborhood-card[href*="queens-village/"] { background-image: url('/images/neighborhoods/queens-village.jpg'); }
.neighborhood-card[href*="cambria-heights/"] { background-image: url('/images/neighborhoods/cambria-heights.jpg'); }
.neighborhood-card[href*="st-albans/"] { background-image: url('/images/neighborhoods/st-albans.jpg'); }
.neighborhood-card[href*="hollis/"] { background-image: url('/images/neighborhoods/hollis.jpg'); }
.neighborhood-card[href*="laurelton/"] { background-image: url('/images/neighborhoods/laurelton.jpg'); }
.neighborhood-card[href*="springfield-gardens/"] { background-image: url('/images/neighborhoods/springfield-gardens.jpg'); }
.neighborhood-card[href*="rosedale/"] { background-image: url('/images/neighborhoods/rosedale.jpg'); }
.neighborhood-card[href*="bellerose/"] { background-image: url('/images/neighborhoods/bellerose.jpg'); }
.neighborhood-card[href*="glen-oaks/"] { background-image: url('/images/neighborhoods/glen-oaks.jpg'); }
.neighborhood-card[href*="floral-park/"] { background-image: url('/images/neighborhoods/floral-park.jpg'); }
.neighborhood-card[href*="little-neck/"] { background-image: url('/images/neighborhoods/little-neck.jpg'); }
.neighborhood-card[href*="douglaston/"] { background-image: url('/images/neighborhoods/douglaston.jpg'); }
.neighborhood-card[href*="whitestone/"] { background-image: url('/images/neighborhoods/whitestone.jpg'); }
.neighborhood-card[href*="college-point/"] { background-image: url('/images/neighborhoods/college-point.jpg'); }
.neighborhood-card[href*="bay-terrace/"] { background-image: url('/images/neighborhoods/bay-terrace.jpg'); }
.neighborhood-card[href*="beechhurst/"] { background-image: url('/images/neighborhoods/beechhurst.jpg'); }
.neighborhood-card[href*="malba/"] { background-image: url('/images/neighborhoods/malba.jpg'); }
.neighborhood-card[href*="fresh-meadows/"] { background-image: url('/images/neighborhoods/fresh-meadows.jpg'); }
.neighborhood-card[href*="kew-gardens/"] { background-image: url('/images/neighborhoods/kew-gardens.jpg'); }
.neighborhood-card[href*="briarwood/"] { background-image: url('/images/neighborhoods/briarwood.jpg'); }
.neighborhood-card[href*="rego-park/"] { background-image: url('/images/neighborhoods/rego-park.jpg'); }
.neighborhood-card[href*="kew-gardens-hills/"] { background-image: url('/images/neighborhoods/kew-gardens-hills.jpg'); }
.neighborhood-card[href*="hillcrest/"] { background-image: url('/images/neighborhoods/hillcrest.jpg'); }
.neighborhood-card[href*="jamaica-estates/"] { background-image: url('/images/neighborhoods/jamaica-estates.jpg'); }
.neighborhood-card[href*="jamaica-hills/"] { background-image: url('/images/neighborhoods/jamaica-hills.jpg'); }
.neighborhood-card[href*="south-jamaica/"] { background-image: url('/images/neighborhoods/south-jamaica.jpg'); }
.neighborhood-card[href*="south-ozone-park/"] { background-image: url('/images/neighborhoods/south-ozone-park.jpg'); }
.neighborhood-card[href*="baisley-park/"] { background-image: url('/images/neighborhoods/baisley-park.jpg'); }
.neighborhood-card[href*="rochdale/"] { background-image: url('/images/neighborhoods/rochdale.jpg'); }
.neighborhood-card[href*="hollis-hills/"] { background-image: url('/images/neighborhoods/hollis-hills.jpg'); }
.neighborhood-card[href*="cunningham-heights/"] { background-image: url('/images/neighborhoods/cunningham-heights.jpg'); }
.neighborhood-card[href*="addisleigh-park/"] { background-image: url('/images/neighborhoods/addisleigh-park.jpg'); }
.neighborhood-card[href*="queens-village-north/"] { background-image: url('/images/neighborhoods/queens-village-north.jpg'); }
.neighborhood-card[href*="bellaire/"] { background-image: url('/images/neighborhoods/bellaire.jpg'); }
.neighborhood-card[href*="holliswood/"] { background-image: url('/images/neighborhoods/holliswood.jpg'); }
.neighborhood-card[href*="oakland-gardens/"] { background-image: url('/images/neighborhoods/oakland-gardens.jpg'); }
.neighborhood-card[href*="auburndale/"] { background-image: url('/images/neighborhoods/auburndale.jpg'); }
.neighborhood-card[href*="pomonok/"] { background-image: url('/images/neighborhoods/pomonok.jpg'); }
.neighborhood-card[href*="utopia/"] { background-image: url('/images/neighborhoods/utopia.jpg'); }
.neighborhood-card[href*="murray-hill/"] { background-image: url('/images/neighborhoods/murray-hill.jpg'); }
.neighborhood-card[href*="north-corona/"] { background-image: url('/images/neighborhoods/north-corona.jpg'); }
.neighborhood-card[href*="east-elmhurst/"] { background-image: url('/images/neighborhoods/east-elmhurst.jpg'); }
.neighborhood-card[href*="ditmars-steinway/"] { background-image: url('/images/neighborhoods/ditmars-steinway.jpg'); }
.neighborhood-card[href*="hunters-point/"] { background-image: url('/images/neighborhoods/hunters-point.jpg'); }
.neighborhood-card[href*="court-square/"] { background-image: url('/images/neighborhoods/court-square.jpg'); }
.neighborhood-card[href*="queensbridge/"] { background-image: url('/images/neighborhoods/queensbridge.jpg'); }
.neighborhood-card[href*="ravenswood/"] { background-image: url('/images/neighborhoods/ravenswood.jpg'); }
.neighborhood-card[href*="dutch-kills/"] { background-image: url('/images/neighborhoods/dutch-kills.jpg'); }
.neighborhood-card[href*="blissville/"] { background-image: url('/images/neighborhoods/blissville.jpg'); }
.neighborhood-card[href*="hallets-point/"] { background-image: url('/images/neighborhoods/hallets-point.jpg'); }
.neighborhood-card[href*="bowery-bay/"] { background-image: url('/images/neighborhoods/bowery-bay.jpg'); }
.neighborhood-card[href*="steinway/"] { background-image: url('/images/neighborhoods/steinway.jpg'); }
.neighborhood-card[href*="old-astoria/"] { background-image: url('/images/neighborhoods/old-astoria.jpg'); }
.neighborhood-card[href*="linden-hill/"] { background-image: url('/images/neighborhoods/linden-hill.jpg'); }
.neighborhood-card[href*="lefrak-city/"] { background-image: url('/images/neighborhoods/lefrak-city.jpg'); }
.neighborhood-card[href*="lindenwood/"] { background-image: url('/images/neighborhoods/lindenwood.jpg'); }
.neighborhood-card[href*="old-howard-beach/"] { background-image: url('/images/neighborhoods/old-howard-beach.jpg'); }
.neighborhood-card[href*="hamilton-beach/"] { background-image: url('/images/neighborhoods/hamilton-beach.jpg'); }
.neighborhood-card[href*="broad-channel/"] { background-image: url('/images/neighborhoods/broad-channel.jpg'); }
.neighborhood-card[href*="rockaway-beach/"] { background-image: url('/images/neighborhoods/rockaway-beach.jpg'); }
.neighborhood-card[href*="rockaway-park/"] { background-image: url('/images/neighborhoods/rockaway-park.jpg'); }
.neighborhood-card[href*="belle-harbor/"] { background-image: url('/images/neighborhoods/belle-harbor.jpg'); }
.neighborhood-card[href*="neponsit/"] { background-image: url('/images/neighborhoods/neponsit.jpg'); }
.neighborhood-card[href*="breezy-point/"] { background-image: url('/images/neighborhoods/breezy-point.jpg'); }
.neighborhood-card[href*="arverne/"] { background-image: url('/images/neighborhoods/arverne.jpg'); }
.neighborhood-card[href*="edgemere/"] { background-image: url('/images/neighborhoods/edgemere.jpg'); }
.neighborhood-card[href*="bayswater/"] { background-image: url('/images/neighborhoods/bayswater.jpg'); }
.neighborhood-card[href*="wakefield/"] { background-image: url('/images/neighborhoods/wakefield.jpg'); }
.neighborhood-card[href*="brookville/"] { background-image: url('/images/neighborhoods/brookville.jpg'); }
.neighborhood-card[href*="seaside/"] { background-image: url('/images/neighborhoods/seaside.jpg'); }
.neighborhood-card[href*="north-shore-towers/"] { background-image: url('/images/neighborhoods/north-shore-towers.jpg'); }
.neighborhood-card[href*="clearview/"] { background-image: url('/images/neighborhoods/clearview.jpg'); }
.neighborhood-card[href*="bayside-hills/"] { background-image: url('/images/neighborhoods/bayside-hills.jpg'); }
.neighborhood-card[href*="meadowmere/"] { background-image: url('/images/neighborhoods/meadowmere.jpg'); }
.neighborhood-card[href*="hammels/"] { background-image: url('/images/neighborhoods/hammels.jpg'); }
.neighborhood-card[href*="roxbury/"] { background-image: url('/images/neighborhoods/roxbury.jpg'); }
.neighborhood-card[href*="electchester/"] { background-image: url('/images/neighborhoods/electchester.jpg'); }
.neighborhood-card[href*="queensboro-hill/"] { background-image: url('/images/neighborhoods/queensboro-hill.jpg'); }
.neighborhood-card[href*="willets-point/"] { background-image: url('/images/neighborhoods/willets-point.jpg'); }

/* ============ FAQ ============ */
.faq-item {
  background: var(--white) !important;
  border: 2px solid var(--gray-200) !important;
  border-radius: 16px !important;
  margin-bottom: 16px !important;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item:hover {
  border-color: var(--mint);
}

.faq-question {
  font-family: 'Inter', sans-serif !important;
  font-size: 1.1rem !important;
  font-weight: 800 !important;
  padding: 22px 28px !important;
  color: var(--navy);
}

.faq-answer-inner {
  font-family: 'Inter', sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.7 !important;
  padding: 0 28px 24px !important;
  color: var(--gray-600);
}

/* ============ CTA BANNER ============ */
.cta-banner {
  background: var(--navy) !important;
  position: relative;
  overflow: hidden;
  padding: 64px 0 !important;
  color: var(--white);
}

.cta-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 30% 30%, rgba(168,219,194,0.15) 0%, transparent 60%),
    radial-gradient(ellipse 70% 60% at 80% 80%, rgba(168,219,194,0.1) 0%, transparent 60%);
}

.cta-banner .container {
  position: relative;
  z-index: 2;
  text-align: center;
}

.cta-banner h2 {
  font-size: clamp(1.85rem, 3.8vw, 2.75rem) !important;
  font-weight: 900 !important;
  color: var(--white) !important;
  font-style: normal !important;
  letter-spacing: -0.03em !important;
  margin-bottom: 16px !important;
  line-height: 1.1 !important;
}

.cta-banner .phone-number {
  font-family: 'Inter', sans-serif !important;
  font-size: clamp(2rem, 4.4vw, 3.5rem) !important;
  font-weight: 900 !important;
  color: var(--mint) !important;
  letter-spacing: -0.03em;
  display: block;
  margin: 16px 0;
}

.cta-banner p {
  color: rgba(255,255,255,0.75) !important;
  font-size: 1.05rem !important;
  margin-bottom: 20px !important;
}

/* ============ FOOTER ============ */
.footer {
  background: var(--navy-dark) !important;
  padding: 56px 0 28px !important;
  color: var(--gray-300);
}

.footer h3 {
  font-family: 'Inter', sans-serif !important;
  color: var(--white) !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
  text-transform: none !important;
  letter-spacing: -0.01em !important;
  margin-bottom: 20px !important;
}

.footer p, .footer a, .footer span {
  font-family: 'Inter', sans-serif !important;
  font-size: 0.9rem !important;
}

.footer a {
  color: rgba(255,255,255,0.65) !important;
  transition: color 0.3s ease;
}

.footer a:hover {
  color: var(--mint) !important;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-bottom {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid rgba(255,255,255,0.08);
  text-align: center;
}

.footer-bottom p {
  color: rgba(255,255,255,0.5) !important;
  font-size: 0.85rem;
}

/* ============ GLOSSY EFFECTS ============ */

/* Glossy header */
.header {
  background: linear-gradient(180deg, #ffffff, #f8fafa) !important;
  box-shadow: 0 2px 12px rgba(29,42,78,0.08) !important;
}

/* Glossy buttons — subtle gradient + shine */
.btn-primary {
  background: linear-gradient(180deg, #bde8d0 0%, #a8dbc2 40%, #8ecfaf 100%) !important;
  box-shadow: 0 4px 16px rgba(168,219,194,0.35), inset 0 1px 0 rgba(255,255,255,0.4) !important;
}
.btn-primary:hover {
  background: linear-gradient(180deg, #a8dbc2 0%, #8ecfaf 40%, #6ec39a 100%) !important;
  box-shadow: 0 8px 28px rgba(168,219,194,0.5), inset 0 1px 0 rgba(255,255,255,0.3) !important;
}

/* Glossy service cards */
.service-card {
  background: linear-gradient(180deg, #ffffff 0%, #fafcfb 100%) !important;
  box-shadow: 0 2px 8px rgba(29,42,78,0.06), inset 0 1px 0 rgba(255,255,255,0.8) !important;
}
.service-card:hover {
  box-shadow: 0 16px 48px rgba(29,42,78,0.12), inset 0 1px 0 rgba(255,255,255,0.8) !important;
}

/* Glossy feature items */
.feature-item {
  background: linear-gradient(180deg, #ffffff 0%, #f9fbfa 100%) !important;
  box-shadow: 0 2px 8px rgba(29,42,78,0.05), inset 0 1px 0 rgba(255,255,255,0.9) !important;
}
.feature-item:hover {
  box-shadow: 0 12px 36px rgba(29,42,78,0.1), inset 0 1px 0 rgba(255,255,255,0.9) !important;
}

/* Glossy GBP card */
.gbp-card {
  background: linear-gradient(180deg, #ffffff 0%, #f7f9f8 100%) !important;
  box-shadow: 0 20px 60px rgba(0,0,0,0.3), 0 4px 16px rgba(0,0,0,0.15), inset 0 1px 0 rgba(255,255,255,0.9) !important;
}

/* Glossy GBP buttons */
.gbp-btn-primary {
  background: linear-gradient(180deg, #22c55e 0%, #16a34a 100%) !important;
  box-shadow: 0 3px 12px rgba(22,163,74,0.35), inset 0 1px 0 rgba(255,255,255,0.25) !important;
}
.gbp-btn-secondary {
  background: linear-gradient(180deg, #3b82f6 0%, #2563eb 100%) !important;
  box-shadow: 0 3px 12px rgba(37,99,235,0.3), inset 0 1px 0 rgba(255,255,255,0.2) !important;
}

/* Glossy FAQ items */
.faq-item {
  background: linear-gradient(180deg, #ffffff 0%, #fafcfb 100%) !important;
  box-shadow: 0 1px 4px rgba(29,42,78,0.04), inset 0 1px 0 rgba(255,255,255,0.8) !important;
}

/* Glossy neighborhood cards */
.neighborhood-card {
  box-shadow: 0 4px 16px rgba(10,22,40,0.2), inset 0 1px 0 rgba(255,255,255,0.1) !important;
}
.neighborhood-card:hover {
  box-shadow: 0 12px 36px rgba(10,22,40,0.35), inset 0 1px 0 rgba(255,255,255,0.15) !important;
}

/* Glossy header CTA */
.header-cta a {
  background: linear-gradient(180deg, #bde8d0 0%, #a8dbc2 100%) !important;
  box-shadow: 0 2px 8px rgba(168,219,194,0.3), inset 0 1px 0 rgba(255,255,255,0.5) !important;
}

/* Glossy top bar buttons */
.top-bar a[onclick] {
  box-shadow: 0 2px 10px rgba(37,99,235,0.4), inset 0 1px 0 rgba(255,255,255,0.15) !important;
}
.top-bar a[href^="tel"] {
  box-shadow: 0 2px 10px rgba(22,163,74,0.4), inset 0 1px 0 rgba(255,255,255,0.15) !important;
}

/* Glossy mobile bottom bar */
.mbb-call {
  background: linear-gradient(180deg, #22c55e 0%, #16a34a 100%) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
}
.mbb-chat {
  background: linear-gradient(180deg, #3b82f6 0%, #2563eb 100%) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
}

/* ============ ANIMATIONS ============ */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

.hero-label { animation: fadeInUp 0.6s ease 0.1s both; }
.hero h1 { animation: fadeInUp 0.7s ease 0.2s both; }
.hero p { animation: fadeInUp 0.7s ease 0.3s both; }
.hero-buttons { animation: fadeInUp 0.7s ease 0.4s both; }
.google-badge { animation: fadeInUp 0.7s ease 0.5s both; }
.hero-stats { animation: fadeInUp 0.7s ease 0.6s both; }

/* ============ MOBILE — SUPER FRIENDLY ============ */
@media (max-width: 767px) {
  /* Hero — compact, readable */
  .hero { padding: 36px 0 44px !important; }
  .hero h1 { font-size: 2.2rem !important; margin-bottom: 16px !important; }
  .hero p { font-size: 1rem !important; margin-bottom: 20px !important; line-height: 1.5 !important; }
  .hero-label { margin-bottom: 14px !important; font-size: 0.75rem !important; padding: 6px 14px !important; }

  /* Hero buttons — full width, stacked, big tap targets */
  .hero-buttons {
    flex-direction: column !important;
    gap: 10px !important;
    margin-bottom: 28px !important;
  }
  .hero-buttons .btn {
    width: 100% !important;
    text-align: center !important;
    padding: 16px 20px !important;
    font-size: 1.05rem !important;
    justify-content: center !important;
  }

  /* Stats — 2x2 grid, compact */
  .hero-stats {
    grid-template-columns: 1fr 1fr !important;
    gap: 16px !important;
    padding-top: 24px !important;
  }
  .hero-stat-number { font-size: 1.8rem !important; }
  .hero-stat-label { font-size: 0.78rem !important; }

  /* GBP card — tighter on mobile */
  .gbp-card { padding: 14px !important; margin-top: 8px; }
  .gbp-rating-num { font-size: 2.5rem !important; }
  .gbp-map-wrap iframe { height: 140px !important; }
  .gbp-actions { flex-direction: column !important; gap: 8px !important; }
  .gbp-btn { padding: 14px !important; font-size: 1rem !important; font-weight: 800 !important; }

  /* Sections — less padding */
  .section { padding: 44px 0 !important; }
  .section-header { margin-bottom: 28px !important; }
  .section-header h2 { font-size: 1.7rem !important; }

  /* Service cards — less padding */
  .service-card-body { padding: 20px !important; }
  .service-card h3 { font-size: 1.2rem !important; }
  .services-grid { grid-template-columns: 1fr !important; gap: 16px !important; }

  /* Feature items — compact */
  .feature-item { padding: 24px !important; }
  .features-grid { grid-template-columns: 1fr !important; gap: 12px !important; }

  /* FAQ — bigger tap targets */
  .faq-question { padding: 18px 20px !important; font-size: 1rem !important; }
  .faq-answer-inner { padding: 0 20px 20px !important; }

  /* CTA banner */
  .cta-banner { padding: 48px 0 !important; }
  .cta-banner h2 { font-size: 1.6rem !important; }
  .cta-banner .phone-number { font-size: 2rem !important; }

  /* Footer */
  .footer { padding: 40px 0 24px !important; }

  /* Neighborhood grid — 2 col on mobile */
  .neighborhoods-grid { grid-template-columns: 1fr 1fr !important; gap: 10px !important; }
  .neighborhood-card { min-height: 90px !important; padding: 16px !important; }

  /* Top bar — hide entirely on mobile, bottom bar handles CTAs */
  .top-bar { display: none !important; }

  /* Header — hide phone CTA so logo stretches full width */
  .header-cta { display: none !important; }
  .header .container { justify-content: space-between !important; }
  .logo-text { font-size: 1.1rem !important; }

  /* Hamburger menu — make visible on white header */
  .menu-toggle span { background: var(--navy) !important; }

  /* Mobile nav dropdown — white text on dark bg */
  .nav-list {
    background: var(--navy-dark) !important;
    z-index: 999 !important;
  }
  .nav-list > li > a {
    color: #fff !important;
    font-size: 1.1rem !important;
    padding: 16px 20px !important;
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
  }
  .nav-list > li > a:hover,
  .nav-list > li > a.active {
    color: var(--mint) !important;
  }
  .nav-dropdown-content a {
    color: rgba(255,255,255,0.8) !important;
    padding: 12px 20px !important;
    font-size: 1rem !important;
  }
  .nav-dropdown-content a:hover {
    color: var(--mint) !important;
  }

  /* Kill gap between header and hero */
  .header { border-bottom: none !important; margin-bottom: 0 !important; box-shadow: none !important; }
  .header .container { padding: 6px 16px !important; }
  .hero { margin-top: 0 !important; padding-top: 24px !important; }

  /* Bottom bar — bold, vibrant, impossible to miss */
  .mobile-bottom-bar {
    box-shadow: 0 -6px 24px rgba(0,0,0,0.35) !important;
    border-top: 1px solid rgba(255,255,255,0.15);
  }
  .mbb-call {
    background: linear-gradient(180deg, #4ade80 0%, #22c55e 35%, #16a34a 100%) !important;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.35) !important;
    font-size: 1.15rem !important;
    padding: 18px 10px !important;
    text-shadow: 0 1px 3px rgba(0,0,0,0.25);
    letter-spacing: 1px;
  }
  .mbb-chat {
    background: linear-gradient(180deg, #60a5fa 0%, #3b82f6 35%, #2563eb 100%) !important;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.35) !important;
    font-size: 1.15rem !important;
    padding: 18px 10px !important;
    text-shadow: 0 1px 3px rgba(0,0,0,0.25);
    letter-spacing: 1px;
  }
}

/* ============ SELECTION ============ */
::selection {
  background: var(--mint);
  color: var(--navy);
}

/* ============ SCROLLBAR ============ */
::-webkit-scrollbar { width: 12px; }
::-webkit-scrollbar-track { background: var(--gray-100); }
::-webkit-scrollbar-thumb {
  background: var(--gray-400);
  border-radius: 6px;
  border: 2px solid var(--gray-100);
}
::-webkit-scrollbar-thumb:hover { background: var(--mint); }
