/* === RESET & BASE === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: #1e293b; background: #fff; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

/* === CSS VARIABLES === */
:root {
  --navy: #0f1f3d;
  --navy2: #162848;
  --blue: #1a4fc4;
  --orange: #f97316;
  --orange2: #ea6c0a;
  --max: 1160px;
  --radius: 8px;
}

/* === TYPOGRAPHY === */
h1,h2,h3,h4 { line-height: 1.2; font-weight: 700; }
p { line-height: 1.7; }

/* === HEADER === */
.site-header-white {
  background: #fff;
  border-bottom: 3px solid var(--orange);
  position: sticky; top: 0; z-index: 999;
  box-shadow: 0 2px 8px rgba(0,0,0,.08);
}
.header-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}
.logo { font-size: 1.1rem; font-weight: 800; color: var(--navy); line-height: 1.2; }
.logo span { color: var(--orange); display: block; font-size: 0.75rem; font-weight: 500; }
.site-nav { display: flex; gap: 1.5rem; align-items: center; }
.site-nav a { font-size: 0.88rem; font-weight: 600; color: var(--navy); transition: color .2s; }
.site-nav a:hover { color: var(--orange); }
.nav-cta {
  background: var(--orange); color: #fff !important;
  padding: 0.45rem 1.1rem; border-radius: 6px; font-size: 0.85rem !important;
  transition: background .2s !important;
}
.nav-cta:hover { background: var(--orange2) !important; }
.hamburger { display: none; background: none; border: none; cursor: pointer; padding: 4px; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--navy); margin: 5px 0; border-radius: 2px; }

/* === MOBILE DRAWER === */
.mobile-drawer {
  display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,.5); z-index: 1000;
}
.mobile-drawer.open { display: block; }
.drawer-panel {
  background: #fff; width: 280px; height: 100%; padding: 2rem 1.5rem;
  display: flex; flex-direction: column; gap: 1.2rem;
}
.drawer-close { background: none; border: none; font-size: 1.5rem; cursor: pointer; align-self: flex-end; }
.drawer-panel a { font-size: 1rem; font-weight: 600; color: var(--navy); padding: 0.5rem 0; border-bottom: 1px solid #f1f5f9; }
.drawer-phone { background: var(--orange); color: #fff !important; text-align: center; border-radius: 8px; padding: 0.8rem !important; margin-top: auto; border-bottom: none !important; }

/* === HERO 3-BOX === */
.hero-boxes-wrap { background: var(--navy); padding: 2.5rem 1.25rem; }
.hero-boxes {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 1.25rem;
}
.hbox { background: var(--navy2); border-radius: var(--radius); padding: 1.75rem 1.5rem; }
.hbox-1 { border-top: 4px solid var(--orange); }
.hbox-2 { border-top: 4px solid var(--blue); text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.hbox-3 { border-top: 4px solid #22c55e; }
.hbox-eyebrow { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: var(--orange); margin-bottom: .6rem; }
.hbox-1 h1 { font-size: clamp(1.4rem, 3vw, 1.9rem); color: #fff; margin-bottom: .75rem; }
.hbox-1 p { font-size: .88rem; color: #94a3b8; line-height: 1.6; margin-bottom: 1.25rem; }
.hbox-trust-list { display: flex; flex-direction: column; gap: .4rem; }
.hbox-trust-list li { font-size: .8rem; color: #cbd5e1; display: flex; align-items: center; gap: .5rem; }
.hbox-trust-list li::before { content: '✓'; color: #22c55e; font-weight: 700; flex-shrink: 0; }
.hbox-2 .hbox-eyebrow { color: #60a5fa; }
.hbox-offer-label { font-size: .78rem; color: #94a3b8; margin-bottom: .35rem; }
.hbox-offer-value { font-size: 1.5rem; font-weight: 800; color: var(--orange); margin-bottom: 1rem; text-align: center; }
.hbox-btn-call {
  display: block; width: 100%; background: var(--orange); color: #fff;
  text-align: center; padding: .7rem 1rem; border-radius: 6px; font-weight: 700;
  font-size: .95rem; margin-bottom: .6rem; transition: background .2s;
}
.hbox-btn-call:hover { background: var(--orange2); }
.hbox-btn-est {
  display: block; width: 100%; background: transparent; color: #e2e8f0;
  text-align: center; padding: .55rem 1rem; border-radius: 6px; font-weight: 600;
  font-size: .82rem; border: 1px solid #334155; transition: border-color .2s;
}
.hbox-btn-est:hover { border-color: var(--orange); }
.hbox-3 h2 { font-size: 1rem; color: #fff; margin-bottom: .9rem; }
.hbox-3 ul { display: flex; flex-direction: column; gap: .5rem; }
.hbox-3 ul li { font-size: .82rem; color: #94a3b8; display: flex; align-items: center; gap: .5rem; }
.hbox-3 ul li::before { content: '→'; color: var(--orange); font-weight: 700; }

/* === TRUST STRIP === */
.trust-strip-v2 { background: #0f172a; padding: .9rem 1.25rem; }
.trust-strip-v2-inner {
  max-width: var(--max); margin: 0 auto;
  display: flex; gap: 2rem; justify-content: center; flex-wrap: wrap;
}
.tstrip-item { display: flex; align-items: center; gap: .5rem; color: #94a3b8; font-size: .78rem; font-weight: 600; }
.tstrip-item strong { color: #fff; }

/* === SECTIONS === */
.section { padding: 4rem 1.25rem; }
.section-alt { background: #f8fafc; }
.container { max-width: var(--max); margin: 0 auto; }
.section-title { font-size: clamp(1.4rem, 3vw, 2rem); color: var(--navy); margin-bottom: .75rem; }
.section-sub { font-size: 1rem; color: #64748b; margin-bottom: 2.5rem; max-width: 600px; }
.accent-bar { width: 48px; height: 4px; background: var(--orange); border-radius: 2px; margin-bottom: 1rem; }

/* === SERVICE GRID === */
.service-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px,1fr)); gap: 1.5rem; margin-top: 1.5rem; }
.service-card {
  background: #fff; border: 1px solid #e2e8f0; border-radius: var(--radius);
  padding: 1.5rem; transition: box-shadow .2s, transform .2s;
}
.service-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,.1); transform: translateY(-2px); }
.service-card-icon { font-size: 1.8rem; margin-bottom: .75rem; }
.service-card h3 { font-size: 1rem; color: var(--navy); margin-bottom: .5rem; }
.service-card p { font-size: .85rem; color: #64748b; line-height: 1.6; }
.service-card a { display: inline-block; margin-top: .8rem; font-size: .8rem; font-weight: 700; color: var(--orange); }

/* === PROCESS === */
.process-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px,1fr)); gap: 1.5rem; margin-top: 2rem; }
.process-step { text-align: center; padding: 1.5rem 1rem; }
.step-num { width: 48px; height: 48px; border-radius: 50%; background: var(--orange); color: #fff; font-weight: 800; font-size: 1.1rem; display: flex; align-items: center; justify-content: center; margin: 0 auto .75rem; }
.process-step h3 { font-size: .95rem; color: var(--navy); margin-bottom: .4rem; }
.process-step p { font-size: .82rem; color: #64748b; }

/* === FAQ === */
.faq-list { display: flex; flex-direction: column; gap: 1rem; margin-top: 1.5rem; }
.faq-item { background: #fff; border: 1px solid #e2e8f0; border-radius: var(--radius); padding: 1.25rem 1.5rem; }
.faq-item h3 { font-size: .95rem; color: var(--navy); margin-bottom: .5rem; }
.faq-item p { font-size: .85rem; color: #64748b; }

/* === CTA STRIPE === */
.cta-stripe { background: var(--navy); padding: 3rem 1.25rem; text-align: center; }
.cta-stripe h2 { font-size: clamp(1.3rem,3vw,1.8rem); color: #fff; margin-bottom: .75rem; }
.cta-stripe p { color: #94a3b8; margin-bottom: 1.5rem; font-size: .95rem; }
.btn-primary { display: inline-block; background: var(--orange); color: #fff; padding: .8rem 2rem; border-radius: 6px; font-weight: 700; font-size: 1rem; transition: background .2s; }
.btn-primary:hover { background: var(--orange2); }
.btn-outline { display: inline-block; border: 2px solid #fff; color: #fff; padding: .75rem 1.75rem; border-radius: 6px; font-weight: 600; margin-left: 1rem; transition: background .2s; }
.btn-outline:hover { background: rgba(255,255,255,.1); }

/* === FOOTER === */
.site-footer { background: #0a1628; color: #94a3b8; padding: 3rem 1.25rem 1.5rem; }
.footer-grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fill, minmax(200px,1fr)); gap: 2rem; margin-bottom: 2rem; }
.footer-col h4 { color: #fff; font-size: .9rem; margin-bottom: 1rem; }
.footer-col ul { display: flex; flex-direction: column; gap: .5rem; }
.footer-col ul li a { font-size: .82rem; color: #94a3b8; transition: color .2s; }
.footer-col ul li a:hover { color: var(--orange); }
.footer-col p { font-size: .82rem; line-height: 1.7; }
.footer-bottom { max-width: var(--max); margin: 0 auto; border-top: 1px solid #1e293b; padding-top: 1.5rem; font-size: .78rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: .5rem; }

/* === BREADCRUMB === */
.breadcrumb { background: #f1f5f9; padding: .6rem 1.25rem; font-size: .78rem; color: #64748b; }
.breadcrumb a { color: var(--orange); }
.breadcrumb span { margin: 0 .35rem; }

/* === PAGE HERO (inner pages) === */
.page-hero { background: var(--navy); padding: 2.5rem 1.25rem; text-align: center; }
.page-hero h1 { font-size: clamp(1.4rem,4vw,2.2rem); color: #fff; margin-bottom: .6rem; }
.page-hero p { color: #94a3b8; font-size: .95rem; max-width: 560px; margin: 0 auto; }

/* === NEIGHBORHOOD BADGE === */
.nbhd-badge { display: inline-block; background: rgba(249,115,22,.15); color: var(--orange); border: 1px solid rgba(249,115,22,.3); padding: .3rem .8rem; border-radius: 20px; font-size: .75rem; font-weight: 700; margin-bottom: 1rem; }

/* === RESPONSIVE === */
@media(max-width:768px){
  .site-nav { display: none; }
  .hamburger { display: block; }
  .hero-boxes { grid-template-columns: 1fr; }
  .hbox-2 { order: -1; }
  .trust-strip-v2-inner { gap: 1rem; }
  .footer-bottom { flex-direction: column; text-align: center; }
}
