/* ============================================================
   BROWARD SCREEN PROS — Main Stylesheet
   Mobile-first, responsive, no JS dependencies
   ============================================================ */

/* ── Reset & Base ─────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy:    #1a3a5c;
  --navy-dk: #122840;
  --orange:  #f47d2c;
  --orange-lt: #ff9547;
  --gray:    #f5f6f8;
  --gray-md: #e2e5ea;
  --text:    #1c2b3a;
  --text-lt: #4a5568;
  --white:   #ffffff;
  --green:   #22a06b;
  --radius:  8px;
  --shadow:  0 2px 16px rgba(26,58,92,.12);
  --font:    'Segoe UI', system-ui, -apple-system, sans-serif;
}

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: var(--font);
  color: var(--text);
  line-height: 1.65;
  background: var(--white);
}

img { max-width: 100%; height: auto; display: block; }
a  { color: var(--orange); text-decoration: none; }
a:hover { text-decoration: underline; }

.container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ── Typography ───────────────────────────────────────────── */
h1 { font-size: clamp(1.75rem, 4vw, 2.6rem); line-height: 1.2; color: var(--navy); font-weight: 800; }
h2 { font-size: clamp(1.4rem, 3vw, 2rem);   line-height: 1.25; color: var(--navy); font-weight: 700; }
h3 { font-size: clamp(1.1rem, 2.5vw, 1.35rem); color: var(--navy); font-weight: 600; }
p  { margin-bottom: 1rem; color: var(--text-lt); }
p:last-child { margin-bottom: 0; }

/* ── Buttons ──────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: var(--radius);
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s, transform .1s;
  text-decoration: none;
  border: none;
}
.btn-primary   { background: var(--orange); color: var(--white); }
.btn-primary:hover { background: var(--orange-lt); text-decoration: none; }
.btn-secondary { background: var(--white); color: var(--navy); border: 2px solid var(--navy); }
.btn-secondary:hover { background: var(--navy); color: var(--white); text-decoration: none; }
.btn-call      { background: var(--green); color: var(--white); font-size: 1.1rem; padding: 16px 32px; }
.btn-call:hover { background: #1a8a57; text-decoration: none; }
.btn:active    { transform: scale(.97); }

/* ── Header ───────────────────────────────────────────────── */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--navy);
  box-shadow: 0 2px 8px rgba(0,0,0,.2);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  max-width: 1100px;
  margin: 0 auto;
}

.logo {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.logo-name {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--white);
  line-height: 1;
}
.logo-tag {
  font-size: .7rem;
  color: var(--orange);
  font-weight: 500;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.header-cta { display: flex; align-items: center; gap: 12px; }
.header-phone {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--orange);
  color: var(--white);
  padding: 10px 20px;
  border-radius: var(--radius);
  font-weight: 700;
  font-size: .95rem;
  text-decoration: none;
}
.header-phone:hover { background: var(--orange-lt); text-decoration: none; }

/* Desktop nav */
.main-nav { display: none; }
@media (min-width: 768px) {
  .main-nav {
    display: flex;
    gap: 24px;
    list-style: none;
  }
  .main-nav a {
    color: rgba(255,255,255,.85);
    font-size: .9rem;
    font-weight: 500;
    text-decoration: none;
    transition: color .2s;
  }
  .main-nav a:hover { color: var(--orange); }
}

/* ── Mobile call bar ──────────────────────────────────────── */
.mobile-call-bar {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background: var(--green);
  color: var(--white);
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px;
  font-size: 1.05rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 -4px 12px rgba(0,0,0,.15);
}
.mobile-call-bar:hover { text-decoration: none; color: var(--white); }
@media (min-width: 768px) { .mobile-call-bar { display: none; } }

/* ── Hero ─────────────────────────────────────────────────── */
.hero {
  background: linear-gradient(135deg, var(--navy-dk) 0%, var(--navy) 60%, #1e4976 100%);
  color: var(--white);
  padding: 60px 20px 70px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}

.hero h1 { color: var(--white); margin-bottom: 18px; }
.hero h1 span { color: var(--orange); }
.hero .subhead {
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  color: rgba(255,255,255,.85);
  max-width: 620px;
  margin: 0 auto 32px;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 32px;
}
.badge {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 20px;
  padding: 6px 14px;
  font-size: .82rem;
  font-weight: 600;
  color: var(--white);
}

.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }

/* ── Trust bar ────────────────────────────────────────────── */
.trust-bar {
  background: var(--orange);
  padding: 14px 20px;
}
.trust-bar-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}
.trust-item {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--white);
  font-weight: 600;
  font-size: .9rem;
}
.trust-icon { font-size: 1.1rem; }

/* ── Section base ─────────────────────────────────────────── */
.section { padding: 64px 20px; }
.section-alt { background: var(--gray); }
.section-title { text-align: center; margin-bottom: 40px; }
.section-title h2 { margin-bottom: 10px; }
.section-title p  { max-width: 640px; margin: 0 auto; }

/* ── Services grid ────────────────────────────────────────── */
.services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 600px) { .services-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 900px) { .services-grid { grid-template-columns: repeat(4, 1fr); } }

.service-card {
  background: var(--white);
  border: 1px solid var(--gray-md);
  border-radius: var(--radius);
  padding: 28px 22px;
  text-align: center;
  box-shadow: var(--shadow);
  transition: transform .2s, box-shadow .2s;
  text-decoration: none;
  display: block;
  color: inherit;
}
.service-card:hover { transform: translateY(-4px); box-shadow: 0 6px 24px rgba(26,58,92,.18); text-decoration: none; }
.service-card .icon { font-size: 2.4rem; margin-bottom: 14px; }
.service-card h3 { margin-bottom: 8px; font-size: 1.05rem; }
.service-card p   { font-size: .88rem; margin-bottom: 0; }

/* ── Why choose us ────────────────────────────────────────── */
.reasons-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 600px) { .reasons-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 900px) { .reasons-grid { grid-template-columns: repeat(3, 1fr); } }

.reason-card {
  background: var(--white);
  border-left: 4px solid var(--orange);
  border-radius: var(--radius);
  padding: 22px 22px 22px 20px;
  box-shadow: var(--shadow);
}
.reason-card h3 { margin-bottom: 8px; font-size: 1rem; }

/* ── Stats bar ────────────────────────────────────────────── */
.stats-bar {
  background: var(--navy);
  padding: 40px 20px;
}
.stats-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 600px) { .stats-inner { grid-template-columns: repeat(4, 1fr); } }
.stat-num { font-size: 2.2rem; font-weight: 800; color: var(--orange); line-height: 1; }
.stat-label { font-size: .82rem; color: rgba(255,255,255,.75); margin-top: 4px; font-weight: 500; }

/* ── Service area ─────────────────────────────────────────── */
.cities-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media (min-width: 600px) { .cities-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 900px) { .cities-grid { grid-template-columns: repeat(4, 1fr); } }

.city-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--white);
  border: 1px solid var(--gray-md);
  border-radius: var(--radius);
  padding: 12px 16px;
  font-weight: 600;
  font-size: .9rem;
  color: var(--navy);
  text-decoration: none;
  transition: background .2s, border-color .2s;
}
.city-pill:hover { background: var(--navy); color: var(--white); border-color: var(--navy); text-decoration: none; }
.city-pill .dot { width: 8px; height: 8px; background: var(--green); border-radius: 50%; flex-shrink: 0; }

/* ── Reviews ──────────────────────────────────────────────── */
.reviews-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 700px) { .reviews-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1000px) { .reviews-grid { grid-template-columns: repeat(3, 1fr); } }

.review-card {
  background: var(--white);
  border: 1px solid var(--gray-md);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: var(--shadow);
}
.review-stars { color: #f4b400; font-size: 1.1rem; margin-bottom: 10px; }
.review-text { font-size: .92rem; font-style: italic; margin-bottom: 14px; }
.review-author { font-weight: 700; font-size: .88rem; color: var(--navy); }
.review-city { font-size: .8rem; color: var(--text-lt); }

/* ── CTA band ─────────────────────────────────────────────── */
.cta-band {
  background: linear-gradient(135deg, var(--orange) 0%, #e0621a 100%);
  padding: 56px 20px;
  text-align: center;
  color: var(--white);
}
.cta-band h2 { color: var(--white); margin-bottom: 12px; }
.cta-band p  { color: rgba(255,255,255,.9); margin-bottom: 28px; max-width: 560px; margin-left: auto; margin-right: auto; }
.cta-band .btn-call { background: var(--white); color: var(--orange); font-size: 1.15rem; }
.cta-band .btn-call:hover { background: var(--gray); }
.cta-band .btn-secondary { background: transparent; color: var(--white); border-color: var(--white); }
.cta-band .btn-secondary:hover { background: rgba(255,255,255,.15); color: var(--white); }

/* ── Footer ───────────────────────────────────────────────── */
.site-footer {
  background: var(--navy-dk);
  color: rgba(255,255,255,.75);
  padding: 48px 20px 80px; /* bottom pad for mobile call bar */
}
@media (min-width: 768px) { .site-footer { padding-bottom: 48px; } }

.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  max-width: 1100px;
  margin: 0 auto 32px;
}
@media (min-width: 700px) { .footer-grid { grid-template-columns: 2fr 1fr 1fr; } }

.footer-brand .logo-name { color: var(--white); margin-bottom: 12px; display: block; }
.footer-brand p { font-size: .88rem; line-height: 1.6; }

.footer-col h4 { color: var(--white); font-size: .9rem; font-weight: 700; margin-bottom: 14px; text-transform: uppercase; letter-spacing: .04em; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 8px; }
.footer-col a  { color: rgba(255,255,255,.7); font-size: .88rem; text-decoration: none; }
.footer-col a:hover { color: var(--orange); }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 20px;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  font-size: .8rem;
  color: rgba(255,255,255,.45);
}

/* ── Forms ────────────────────────────────────────────────── */
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-weight: 600; font-size: .9rem; margin-bottom: 6px; color: var(--navy); }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--gray-md);
  border-radius: var(--radius);
  font-size: 1rem;
  font-family: var(--font);
  color: var(--text);
  transition: border-color .2s;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(244,125,44,.12);
}
.form-group textarea { resize: vertical; min-height: 110px; }

.form-card {
  background: var(--white);
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: var(--shadow);
  border: 1px solid var(--gray-md);
}
.form-card h3 { margin-bottom: 6px; }
.form-card .subline { font-size: .88rem; margin-bottom: 24px; }

/* ── Process steps ────────────────────────────────────────── */
.steps { display: flex; flex-direction: column; gap: 24px; }
@media (min-width: 700px) { .steps { flex-direction: row; gap: 0; } }

.step {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex: 1;
  padding: 0 20px;
  position: relative;
}
.step::after {
  content: '→';
  position: absolute;
  right: -12px;
  top: 12px;
  color: var(--orange);
  font-size: 1.4rem;
  display: none;
}
@media (min-width: 700px) { .step::after { display: block; } }
.step:last-child::after { display: none; }
.step-num {
  width: 44px; height: 44px;
  background: var(--navy);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.step h3 { margin-bottom: 4px; font-size: 1rem; }

/* ── Breadcrumb ───────────────────────────────────────────── */
.breadcrumb {
  padding: 12px 20px;
  background: var(--gray);
  font-size: .82rem;
  color: var(--text-lt);
  border-bottom: 1px solid var(--gray-md);
}
.breadcrumb .container { display: flex; gap: 6px; align-items: center; flex-wrap: wrap; }
.breadcrumb a { color: var(--text-lt); }
.breadcrumb a:hover { color: var(--orange); }
.breadcrumb .sep { color: var(--gray-md); }

/* ── City page specific ───────────────────────────────────── */
.city-hero { padding: 48px 20px 56px; }
.city-intro { max-width: 800px; margin: 0 auto; }
.city-intro p { font-size: 1.05rem; }

.info-box {
  background: var(--gray);
  border-left: 4px solid var(--orange);
  border-radius: var(--radius);
  padding: 18px 20px;
  margin: 24px 0;
}
.info-box h4 { margin-bottom: 6px; color: var(--navy); }

/* ── Utility ──────────────────────────────────────────────── */
.text-center { text-align: center; }
.mt-8  { margin-top: 8px; }
.mt-16 { margin-top: 16px; }
.mt-24 { margin-top: 24px; }
.mb-16 { margin-bottom: 16px; }
.mb-24 { margin-bottom: 24px; }
