/* Laveen Commercial Cleaning Services — Theme A: Direct & Operational */
/* Primary: #0d2b45 | Accent: #e85c2a | Background: #f8f8f6 | Text: #1e1e1e */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

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

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  color: #1e1e1e;
  background: #f8f8f6;
}

/* ── HEADER ── */
.site-header {
  background: #1e1e1e;
  color: #f8f8f6;
  padding: 0;
}
.header-top {
  background: #0d2b45;
  padding: 8px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.header-strapline {
  font-size: 0.8rem;
  color: #ccc;
  letter-spacing: 0.02em;
}
.header-strapline strong { color: #fff; }
.header-contact-bar {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.header-phone {
  font-family: Arial Black, Arial, sans-serif;
  font-size: 1.1rem;
  color: #e85c2a;
  text-decoration: none;
  font-weight: 900;
}
.header-hours { font-size: 0.78rem; color: #aaa; }
.header-main {
  background: #0d2b45;
  border-top: 1px solid #1a3f5c;
  padding: 14px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.site-logo {
  font-family: Arial Black, Arial, sans-serif;
  font-size: 1.25rem;
  color: #fff;
  text-decoration: none;
  line-height: 1.2;
}
.site-logo span { color: #e85c2a; }
.site-nav { display: flex; gap: 0; flex-wrap: wrap; }
.site-nav a {
  color: #ccc;
  text-decoration: none;
  padding: 8px 14px;
  font-size: 0.88rem;
  transition: color 0.15s;
}
.site-nav a:hover { color: #fff; }
.nav-cta {
  background: #e85c2a;
  color: #fff !important;
  font-weight: 700;
}
.nav-cta:hover { background: #c44d20; }

/* ── HERO ── */
.hero {
  background: #0d2b45;
  color: #fff;
  padding: 56px 24px 48px;
}
.hero-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 48px;
  align-items: start;
}
.hero h1 {
  font-family: Arial Black, Arial, sans-serif;
  font-size: 2.1rem;
  line-height: 1.2;
  margin-bottom: 16px;
}
.hero-sub {
  font-size: 1.05rem;
  color: #b0c4d8;
  margin-bottom: 24px;
  max-width: 560px;
}
.hero-facts { display: flex; gap: 32px; flex-wrap: wrap; margin-bottom: 28px; }
.hero-fact { font-size: 0.88rem; color: #8aa8c0; }
.hero-fact strong { display: block; font-size: 1.4rem; color: #fff; font-family: Arial Black, Arial, sans-serif; }
.hero-phone-block { margin-top: 4px; }
.hero-phone-block a {
  font-family: Arial Black, Arial, sans-serif;
  font-size: 1.6rem;
  color: #e85c2a;
  text-decoration: none;
}
.hero-phone-block p { font-size: 0.82rem; color: #8aa8c0; margin-top: 4px; }

/* Quote form */
.quote-form-card {
  background: #fff;
  color: #1e1e1e;
  padding: 28px 24px;
  border-top: 4px solid #e85c2a;
}
.quote-form-card h2 {
  font-family: Arial Black, Arial, sans-serif;
  font-size: 1.1rem;
  margin-bottom: 16px;
  color: #0d2b45;
}
.form-group { margin-bottom: 12px; }
.form-group label { display: block; font-size: 0.82rem; font-weight: 700; margin-bottom: 4px; color: #555; }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 9px 12px;
  border: 1px solid #d0ccc4;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  color: #1e1e1e;
  background: #fff;
}
.form-group textarea { height: 72px; resize: vertical; }
.btn-primary {
  display: block;
  width: 100%;
  background: #e85c2a;
  color: #fff;
  border: none;
  padding: 13px;
  font-family: Arial Black, Arial, sans-serif;
  font-size: 1rem;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-weight: 900;
}
.btn-primary:hover { background: #c44d20; }
.form-note { font-size: 0.75rem; color: #888; margin-top: 8px; text-align: center; }
.form-status { font-size: 0.85rem; margin-top: 12px; padding: 10px 12px; text-align: center; }
.form-status-success { background: #e6f4ea; color: #1e6b34; border: 1px solid #b7dfc3; }
.form-status-error { background: #fbe8e6; color: #a3341f; border: 1px solid #f0c0ba; }
.btn-primary:disabled { background: #c9c3b8; cursor: not-allowed; }

/* ── MAIN CONTENT ── */
.page-wrap { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.content-section { padding: 48px 0; }
.content-section + .content-section { border-top: 1px solid #d0ccc4; }

h2 {
  font-family: Arial Black, Arial, sans-serif;
  font-size: 1.5rem;
  color: #0d2b45;
  margin-bottom: 16px;
  line-height: 1.25;
}
h3 {
  font-family: Arial Black, Arial, sans-serif;
  font-size: 1.1rem;
  color: #0d2b45;
  margin-bottom: 10px;
}
p { margin-bottom: 14px; }
p:last-child { margin-bottom: 0; }
a { color: #0d2b45; }
a:hover { color: #e85c2a; }

/* ── SERVICES GRID ── */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 24px;
}
.service-card {
  background: #fff;
  border-left: 4px solid #e85c2a;
  padding: 24px;
}
.service-card h3 { margin-bottom: 8px; }
.service-card p { font-size: 0.92rem; color: #555; }
.service-card a {
  display: inline-block;
  margin-top: 12px;
  font-size: 0.85rem;
  font-weight: 700;
  color: #e85c2a;
  text-decoration: none;
}

/* ── TOWNS GRID ── */
.towns-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
  margin-top: 20px;
}
.town-link {
  background: #fff;
  border: 1px solid #d0ccc4;
  padding: 14px 16px;
  text-decoration: none;
  color: #0d2b45;
  font-weight: 700;
  font-size: 0.9rem;
  display: block;
  transition: border-color 0.15s;
}
.town-link:hover { border-color: #e85c2a; color: #e85c2a; }

/* ── CTA STRIP ── */
.cta-strip {
  background: #0d2b45;
  color: #fff;
  padding: 40px 24px;
  text-align: center;
}
.cta-strip h2 { color: #fff; margin-bottom: 12px; }
.cta-strip p { color: #b0c4d8; margin-bottom: 20px; }
.btn-cta-strip {
  display: inline-block;
  background: #e85c2a;
  color: #fff;
  padding: 14px 32px;
  font-family: Arial Black, Arial, sans-serif;
  font-size: 1rem;
  text-decoration: none;
  font-weight: 900;
}
.btn-cta-strip:hover { background: #c44d20; color: #fff; }

/* ── PAGE HERO (interior pages) ── */
.page-hero {
  background: #0d2b45;
  color: #fff;
  padding: 40px 24px;
}
.page-hero h1 {
  font-family: Arial Black, Arial, sans-serif;
  font-size: 1.75rem;
  line-height: 1.25;
  max-width: 700px;
}
.page-hero p {
  color: #b0c4d8;
  margin-top: 10px;
  max-width: 600px;
  font-size: 0.95rem;
}
.breadcrumb {
  font-size: 0.78rem;
  color: #8aa8c0;
  margin-bottom: 12px;
}
.breadcrumb a { color: #8aa8c0; text-decoration: none; }
.breadcrumb a:hover { color: #fff; }

/* ── DATA TABLE ── */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 0.9rem;
}
th {
  background: #0d2b45;
  color: #fff;
  padding: 10px 14px;
  text-align: left;
  font-family: Arial Black, Arial, sans-serif;
  font-size: 0.85rem;
}
td {
  padding: 9px 14px;
  border-bottom: 1px solid #d0ccc4;
}
tr:nth-child(even) td { background: #fdf0eb; }

/* ── PROCESS STEPS ── */
.process-steps { margin-top: 24px; }
.process-step {
  display: flex;
  gap: 20px;
  margin-bottom: 28px;
  align-items: flex-start;
}
.step-num {
  background: #e85c2a;
  color: #fff;
  font-family: Arial Black, Arial, sans-serif;
  font-size: 1.1rem;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.step-body h3 { margin-bottom: 6px; }
.step-body p { font-size: 0.92rem; color: #555; margin-bottom: 0; }

/* ── FAQ ── */
.faq-list { margin-top: 20px; }
.faq-item { border-bottom: 1px solid #d0ccc4; padding: 18px 0; }
.faq-item:first-child { border-top: 1px solid #d0ccc4; }
.faq-q {
  font-family: Arial Black, Arial, sans-serif;
  font-size: 0.95rem;
  color: #0d2b45;
  margin-bottom: 8px;
}
.faq-a { font-size: 0.92rem; color: #555; }

/* ── TRUST BAR ── */
.trust-bar {
  background: #fff;
  border-top: 1px solid #d0ccc4;
  border-bottom: 1px solid #d0ccc4;
  padding: 20px 24px;
}
.trust-bar-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  align-items: center;
}
.trust-item { font-size: 0.82rem; color: #555; }
.trust-item strong { display: block; color: #0d2b45; font-size: 0.9rem; }

/* ── FOOTER ── */
.site-footer {
  background: #1e1e1e;
  color: #aaa;
  padding: 40px 24px 24px;
  font-size: 0.85rem;
}
.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 32px;
}
.footer-brand { }
.footer-logo {
  font-family: Arial Black, Arial, sans-serif;
  font-size: 1.1rem;
  color: #fff;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
}
.footer-logo span { color: #e85c2a; }
.footer-tagline { color: #888; font-size: 0.82rem; margin-bottom: 14px; }
.footer-phone { font-size: 1rem; color: #e85c2a; text-decoration: none; font-weight: 700; display: block; margin-bottom: 4px; }
.footer-email { color: #aaa; text-decoration: none; }
.footer-email:hover { color: #fff; }
.footer-col h4 {
  color: #fff;
  font-family: Arial Black, Arial, sans-serif;
  font-size: 0.82rem;
  margin-bottom: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 6px; }
.footer-col a { color: #888; text-decoration: none; }
.footer-col a:hover { color: #fff; }
.footer-bottom {
  max-width: 1100px;
  margin: 0 auto;
  border-top: 1px solid #333;
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.footer-years { color: #e85c2a; font-weight: 700; }

/* ── UTILITY ── */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}
.highlight-box {
  background: #fdf0eb;
  border-left: 4px solid #e85c2a;
  padding: 20px 24px;
  margin: 20px 0;
}
.highlight-box p { margin-bottom: 0; font-size: 0.92rem; }
.inline-cta {
  display: inline-block;
  background: #e85c2a;
  color: #fff;
  padding: 11px 24px;
  font-family: Arial Black, Arial, sans-serif;
  font-size: 0.9rem;
  text-decoration: none;
  font-weight: 900;
  margin-top: 16px;
}
.inline-cta:hover { background: #c44d20; color: #fff; }

@media (max-width: 768px) {
  .hero-inner { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .two-col { grid-template-columns: 1fr; }
  .hero h1 { font-size: 1.5rem; }
  .header-top { flex-direction: column; align-items: flex-start; }
}
