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

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

:root {
  --primary: #0d2b45;
  --accent: #e85c2a;
  --accent-light: #fdf0eb;
  --bg: #f8f8f6;
  --text: #1e1e1e;
  --text-muted: #555555;
  --border: #d0ccc4;
  --white: #ffffff;
}

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

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--text);
  background: var(--bg);
}

/* ── HEADER ── */
.site-header {
  background: #2c2c2c;
  color: var(--white);
  padding: 0;
}

.header-top {
  background: var(--primary);
  padding: 6px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
}

.header-strapline {
  font-weight: bold;
  letter-spacing: 0.02em;
}

.header-contact-bar {
  display: flex;
  gap: 20px;
  align-items: center;
}

.header-contact-bar a {
  color: var(--white);
  text-decoration: none;
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  background: #2c2c2c;
  flex-wrap: wrap;
  gap: 12px;
}

.site-logo {
  font-family: Arial Black, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  color: var(--white);
  text-decoration: none;
  line-height: 1.2;
}

.site-logo span {
  color: var(--accent);
}

nav ul {
  list-style: none;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

nav a {
  color: #ccc;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.2s;
}

nav a:hover { color: var(--white); }

/* ── HERO ── */
.hero {
  background: var(--primary);
  color: var(--white);
  padding: 52px 24px 48px;
}

.hero-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 48px;
  align-items: start;
}

@media (max-width: 768px) {
  .hero-inner { grid-template-columns: 1fr; }
}

.hero h1 {
  font-family: Arial Black, Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 16px;
}

.hero-sub {
  font-size: 1.05rem;
  color: #c5d8e8;
  margin-bottom: 24px;
  max-width: 520px;
}

.hero-bullets {
  list-style: none;
  margin-bottom: 28px;
}

.hero-bullets li {
  padding: 4px 0;
  font-size: 0.95rem;
}

.hero-bullets li::before {
  content: "✓ ";
  color: var(--accent);
  font-weight: bold;
}

.hero-phone {
  font-family: Arial Black, Arial, sans-serif;
  font-size: 1.5rem;
  color: var(--white);
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
}

.hero-hours {
  font-size: 0.85rem;
  color: #a0b8cc;
  margin-bottom: 20px;
}

/* ── QUOTE FORM ── */
.quote-form-box {
  background: var(--white);
  padding: 28px;
  border-top: 4px solid var(--accent);
}

.quote-form-box h2 {
  font-family: Arial Black, Arial, sans-serif;
  font-size: 1.1rem;
  color: var(--primary);
  margin-bottom: 16px;
}

.quote-form label {
  display: block;
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 3px;
  margin-top: 12px;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  border: 1px solid var(--border);
  padding: 9px 12px;
  font-size: 0.95rem;
  font-family: Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
}

.quote-form textarea { height: 80px; resize: vertical; }

.btn-primary {
  display: inline-block;
  background: var(--accent);
  color: var(--white);
  padding: 13px 28px;
  font-family: Arial Black, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  text-decoration: none;
  border: none;
  cursor: pointer;
  margin-top: 16px;
  width: 100%;
  text-align: center;
  letter-spacing: 0.02em;
}

.btn-primary:hover { background: #c94d22; }

.btn-secondary {
  display: inline-block;
  background: transparent;
  color: var(--accent);
  padding: 11px 24px;
  font-family: Arial Black, Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 900;
  text-decoration: none;
  border: 2px solid var(--accent);
  cursor: pointer;
}

.btn-secondary:hover { background: var(--accent-light); }

.form-note {
  font-size: 0.78rem;
  color: var(--text-muted);
  margin-top: 10px;
  text-align: center;
}

/* ── MAIN CONTENT ── */
.content-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 24px;
}

.section-title {
  font-family: Arial Black, Arial, sans-serif;
  font-size: 1.5rem;
  color: var(--primary);
  margin-bottom: 16px;
  line-height: 1.25;
}

.section-subtitle {
  font-size: 0.9rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

p { margin-bottom: 1rem; }
p:last-child { margin-bottom: 0; }

/* ── SERVICE CARDS ── */
.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 32px;
}

.service-card {
  background: var(--white);
  border-left: 4px solid var(--accent);
  padding: 24px;
  border-bottom: 1px solid var(--border);
}

.service-card h3 {
  font-family: Arial Black, Arial, sans-serif;
  font-size: 1rem;
  color: var(--primary);
  margin-bottom: 10px;
}

.service-card a {
  color: var(--accent);
  font-size: 0.9rem;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  margin-top: 12px;
}

/* ── TOWNS GRID ── */
.towns-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.town-link {
  display: block;
  background: var(--white);
  border: 1px solid var(--border);
  padding: 12px 16px;
  color: var(--primary);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: bold;
  border-left: 3px solid var(--accent);
}

.town-link:hover { background: var(--accent-light); }

/* ── TRUST BAR ── */
.trust-bar {
  background: var(--primary);
  color: var(--white);
  padding: 24px;
}

.trust-bar-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
}

.trust-item {
  text-align: center;
}

.trust-item strong {
  display: block;
  font-family: Arial Black, Arial, sans-serif;
  font-size: 1.6rem;
}

.trust-item span {
  font-size: 0.82rem;
  color: #a0b8cc;
}

/* ── TABLES ── */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: 0.95rem;
}

th {
  background: var(--primary);
  color: var(--white);
  padding: 10px 14px;
  text-align: left;
  font-family: Arial Black, Arial, sans-serif;
  font-size: 0.85rem;
}

td {
  padding: 10px 14px;
  border-bottom: 1px solid var(--border);
  background: var(--white);
}

tr:nth-child(even) td { background: var(--bg); }

/* ── TWO-COLUMN LAYOUT ── */
.two-col {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 48px;
  align-items: start;
}

@media (max-width: 768px) {
  .two-col { grid-template-columns: 1fr; }
}

.sidebar-box {
  background: var(--white);
  border: 1px solid var(--border);
  border-top: 4px solid var(--accent);
  padding: 24px;
}

.sidebar-box h3 {
  font-family: Arial Black, Arial, sans-serif;
  font-size: 1rem;
  color: var(--primary);
  margin-bottom: 14px;
}

/* ── CALLOUT BOX ── */
.callout {
  background: var(--accent-light);
  border-left: 4px solid var(--accent);
  padding: 20px 24px;
  margin: 24px 0;
}

.callout strong { color: var(--primary); }

/* ── PROCESS STEPS ── */
.process-steps { margin: 28px 0; }

.process-step {
  display: flex;
  gap: 20px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border);
}

.process-step:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }

.step-num {
  background: var(--primary);
  color: var(--white);
  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 {
  font-family: Arial Black, Arial, sans-serif;
  font-size: 1rem;
  color: var(--primary);
  margin-bottom: 6px;
}

/* ── FAQ ── */
.faq-item {
  border-bottom: 1px solid var(--border);
  padding: 20px 0;
}

.faq-item:last-child { border-bottom: none; }

.faq-item h3 {
  font-family: Arial Black, Arial, sans-serif;
  font-size: 0.95rem;
  color: var(--primary);
  margin-bottom: 8px;
}

/* ── PAGE HEADER (non-home pages) ── */
.page-header {
  background: var(--primary);
  color: var(--white);
  padding: 40px 24px 36px;
}

.page-header-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.page-header h1 {
  font-family: Arial Black, Arial, sans-serif;
  font-size: 1.75rem;
  line-height: 1.25;
  margin-bottom: 8px;
}

.page-header p {
  color: #a0b8cc;
  font-size: 0.95rem;
  margin: 0;
}

.breadcrumb {
  font-size: 0.8rem;
  color: #7a9ab5;
  margin-bottom: 12px;
}

.breadcrumb a { color: #7a9ab5; text-decoration: none; }
.breadcrumb a:hover { color: var(--white); }

/* ── INLINE QUOTE CTA ── */
.cta-block {
  background: var(--primary);
  color: var(--white);
  padding: 36px 24px;
  text-align: center;
  margin: 48px 0 0;
}

.cta-block h2 {
  font-family: Arial Black, Arial, sans-serif;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.cta-block p {
  color: #a0b8cc;
  margin-bottom: 20px;
}

.cta-block .btn-primary {
  width: auto;
  display: inline-block;
}

/* ── FOOTER ── */
.site-footer {
  background: #1a1a1a;
  color: #aaa;
  padding: 40px 24px 24px;
  font-size: 0.875rem;
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 32px;
  padding-bottom: 28px;
  border-bottom: 1px solid #333;
}

.footer-col h4 {
  font-family: Arial Black, Arial, sans-serif;
  font-size: 0.85rem;
  color: var(--white);
  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: var(--white); }

.footer-bottom {
  max-width: 1100px;
  margin: 20px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.8rem;
  color: #666;
}

.footer-years {
  color: var(--accent);
  font-weight: bold;
}

/* ── UTILITY ── */
.text-accent { color: var(--accent); }
.text-muted { color: var(--text-muted); }
.mb-0 { margin-bottom: 0; }
.mt-24 { margin-top: 24px; }
.mt-32 { margin-top: 32px; }

ul.check-list {
  list-style: none;
  margin: 16px 0;
}

ul.check-list li {
  padding: 5px 0;
}

ul.check-list li::before {
  content: "✓ ";
  color: var(--accent);
  font-weight: bold;
}

/* ── RESPONSIVE ── */
@media (max-width: 640px) {
  .hero h1 { font-size: 1.5rem; }
  .section-title { font-size: 1.25rem; }
  .trust-bar-inner { gap: 24px; }
  .header-top { flex-direction: column; gap: 6px; text-align: center; }
}
