/* Fresh Bins OK — shared styles for content pages (city / FAQ / legal) */
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Nunito', -apple-system, BlinkMacSystemFont, sans-serif; color: #0f2a43; font-weight: 600; line-height: 1.6; background: #fff; }
a { color: #16a34a; }

/* Nav */
.nav { background: #0f2a43; padding: 14px 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.nav .logo { display: inline-flex; align-items: center; gap: 5px; color: #fff; font-size: 39px; font-weight: 800; letter-spacing: -0.5px; text-decoration: none; line-height: 1; white-space: nowrap; }
.nav .logo img { height: 28px; width: auto; flex: 0 0 auto; display: block; }
.nav .nav-links { display: flex; gap: 20px; align-items: center; }
.nav .nav-links a { color: rgba(255,255,255,0.85); text-decoration: none; font-size: 14px; font-weight: 700; }
.nav .nav-links a:hover { color: #fff; }
.nav .cta-nav { background: #16a34a; color: #fff; padding: 8px 18px; border-radius: 8px; font-size: 14px; font-weight: 800; text-decoration: none; }
.nav .cta-nav:hover { background: #15803d; }

/* Breadcrumb */
.crumb { max-width: 880px; margin: 0 auto; padding: 14px 24px 0; font-size: 13px; color: #6b7280; font-weight: 700; }
.crumb a { color: #6b7280; text-decoration: none; }
.crumb a:hover { color: #16a34a; }

/* Hero */
.page-hero { background: radial-gradient(circle at 20% 10%, rgba(22,163,74,0.28), transparent 55%), linear-gradient(135deg, #0f2a43, #0e3b34); color: #fff; padding: 56px 24px 60px; text-align: center; }
.page-hero .eyebrow { display: inline-block; font-size: 13px; font-weight: 800; letter-spacing: 0.5px; color: #4ade80; text-transform: uppercase; margin-bottom: 12px; }
.page-hero h1 { font-size: 38px; font-weight: 900; line-height: 1.1; letter-spacing: -0.5px; max-width: 760px; margin: 0 auto; }
.page-hero p { color: rgba(255,255,255,0.8); margin: 16px auto 0; font-size: 17px; max-width: 600px; line-height: 1.5; }
.page-hero .cta { display: inline-block; margin-top: 26px; background: #16a34a; color: #fff; padding: 14px 32px; border-radius: 10px; font-size: 16px; font-weight: 800; text-decoration: none; }
.page-hero .cta:hover { background: #15803d; }

/* Content */
.content { max-width: 760px; margin: 0 auto; padding: 56px 24px; }
.content.narrow { max-width: 720px; }
.content h2 { font-size: 26px; font-weight: 800; color: #0f2a43; margin: 36px 0 12px; letter-spacing: -0.3px; }
.content h2:first-child { margin-top: 0; }
.content h3 { font-size: 18px; font-weight: 800; color: #0f2a43; margin: 22px 0 6px; }
.content p { font-size: 16px; line-height: 1.7; color: #475569; margin-bottom: 14px; }
.content p strong { color: #0f2a43; }
.content ul { margin: 8px 0 16px; padding-left: 22px; }
.content li { font-size: 16px; line-height: 1.65; color: #475569; margin-bottom: 7px; }
.lead { font-size: 18px; color: #334155; line-height: 1.7; margin-bottom: 20px; font-weight: 700; }

/* Neighborhood chips */
.chips { display: flex; flex-wrap: wrap; gap: 9px; margin: 8px 0 20px; }
.chips span { background: #f1f5f9; border: 1px solid #e2e8f0; color: #334155; font-size: 13px; font-weight: 700; padding: 6px 13px; border-radius: 20px; }

/* Pricing callout */
.price-callout { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 14px; padding: 24px 26px; margin: 24px 0; }
.price-callout h3 { margin-top: 0; }
.price-row { display: flex; justify-content: space-between; gap: 12px; padding: 9px 0; border-bottom: 1px dashed #e2e8f0; font-size: 15px; }
.price-row:last-child { border-bottom: none; }
.price-row .plan { font-weight: 800; color: #0f2a43; }
.price-row .amt { font-weight: 800; color: #16a34a; white-space: nowrap; }

/* FAQ accordion */
.faq-item { border: 1px solid #e2e8f0; border-radius: 12px; margin-bottom: 12px; overflow: hidden; }
.faq-item summary { cursor: pointer; list-style: none; padding: 17px 20px; font-size: 16px; font-weight: 800; color: #0f2a43; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-size: 22px; color: #16a34a; font-weight: 800; }
.faq-item[open] summary::after { content: '\2212'; }
.faq-item .ans { padding: 0 20px 17px; font-size: 15px; line-height: 1.65; color: #475569; }

/* CTA band */
.cta-band { background: #0f2a43; color: #fff; text-align: center; padding: 56px 24px; }
.cta-band h2 { font-size: 28px; font-weight: 900; margin-bottom: 12px; }
.cta-band p { color: rgba(255,255,255,0.7); font-size: 16px; margin-bottom: 22px; }
.cta-band .cta { display: inline-block; background: #16a34a; color: #fff; padding: 14px 34px; border-radius: 10px; font-size: 16px; font-weight: 800; text-decoration: none; }
.cta-band .cta:hover { background: #15803d; }
.cta-band .alt { display: block; margin-top: 14px; color: rgba(255,255,255,0.6); font-size: 14px; }
.cta-band .alt a { color: #4ade80; }

/* Nearby links */
.nearby { max-width: 760px; margin: 0 auto; padding: 0 24px 48px; }
.nearby h3 { font-size: 16px; color: #0f2a43; margin-bottom: 10px; }
.nearby a { display: inline-block; margin: 0 14px 8px 0; font-weight: 700; text-decoration: none; }

/* Footer */
footer { background: #0f2a43; color: rgba(255,255,255,0.4); padding: 40px 24px 32px; font-size: 13px; font-weight: 600; }
.foot-grid { max-width: 920px; margin: 0 auto; display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 28px; }
.foot-grid h4 { color: #fff; font-size: 14px; font-weight: 800; margin-bottom: 12px; }
.foot-grid a { display: block; color: rgba(255,255,255,0.55); text-decoration: none; font-size: 14px; font-weight: 600; margin-bottom: 7px; }
.foot-grid a:hover { color: rgba(255,255,255,0.9); }
.foot-nap { color: rgba(255,255,255,0.6); font-size: 14px; line-height: 1.7; }
.foot-nap strong { color: #fff; font-weight: 800; }
.foot-nap a { color: rgba(255,255,255,0.6); }
.foot-bottom { max-width: 920px; margin: 28px auto 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.12); text-align: center; }

@media (max-width: 640px) {
  .page-hero h1 { font-size: 30px; }
  .content h2 { font-size: 22px; }
  .nav { padding: 12px 16px; }
  .nav .nav-links { display: none; }
  .nav .logo { font-size: 26px; }
  .nav .logo img { height: 19px; }
  .foot-grid { grid-template-columns: 1fr; gap: 22px; text-align: center; }
  .foot-grid a { display: inline-block; margin: 0 8px 7px; }
}
