/* Tolleson Office Cleaning — Theme A: Direct & Operational */

*, *::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;
  --font-heading: Arial Black, Arial, sans-serif;
  --font-body: Arial, Helvetica, sans-serif;
}

html { font-size: 16px; line-height: 1.65; }
body { font-family: var(--font-body); color: var(--text); background: var(--bg); }

/* ── HEADER ── */
.site-header {
  background: #2a2a2a;
  color: var(--white);
  padding: 0;
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 24px;
  max-width: 1100px;
  margin: 0 auto;
}
.brand-name {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  color: var(--white);
  text-decoration: none;
}
.brand-strapline {
  font-size: 0.78rem;
  color: #b0b0b0;
  margin-top: 2px;
}
.header-contact { text-align: right; }
.header-phone {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  color: var(--accent);
  text-decoration: none;
  display: block;
}
.header-hours { font-size: 0.78rem; color: #b0b0b0; }

/* ── NAV ── */
.site-nav {
  background: var(--primary);
  border-top: 3px solid var(--accent);
}
.nav-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
.site-nav a {
  color: #d0d8e4;
  text-decoration: none;
  font-size: 0.88rem;
  padding: 10px 16px;
  display: block;
  transition: background 0.15s, color 0.15s;
}
.site-nav a:hover, .site-nav a.active {
  background: rgba(255,255,255,0.08);
  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 380px;
  gap: 48px;
  align-items: start;
}
.hero h1 {
  font-family: var(--font-heading);
  font-size: 2.1rem;
  line-height: 1.2;
  margin-bottom: 16px;
}
.hero-sub {
  font-size: 1.05rem;
  color: #b8cfe0;
  margin-bottom: 24px;
  max-width: 540px;
}
.hero-bullets {
  list-style: none;
  margin-bottom: 28px;
}
.hero-bullets li {
  padding: 4px 0 4px 20px;
  position: relative;
  color: #c8dae8;
  font-size: 0.95rem;
}
.hero-bullets li::before {
  content: "▸";
  position: absolute;
  left: 0;
  color: var(--accent);
}

/* ── QUOTE FORM CARD ── */
.quote-card {
  background: var(--white);
  border-top: 4px solid var(--accent);
  padding: 28px 24px;
}
.quote-card h2 {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  color: var(--primary);
  margin-bottom: 6px;
}
.quote-card p { font-size: 0.88rem; color: var(--text-muted); margin-bottom: 18px; }
.form-field { margin-bottom: 14px; }
.form-field label { display: block; font-size: 0.82rem; font-weight: bold; margin-bottom: 4px; color: var(--primary); }
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 9px 11px;
  border: 1px solid var(--border);
  font-family: var(--font-body);
  font-size: 0.92rem;
  color: var(--text);
  background: var(--white);
  border-radius: 0;
  -webkit-appearance: none;
}
.form-field textarea { height: 80px; resize: vertical; }
.btn-primary {
  background: var(--accent);
  color: var(--white);
  border: none;
  padding: 13px 24px;
  font-family: var(--font-heading);
  font-size: 1rem;
  cursor: pointer;
  width: 100%;
  border-radius: 0;
  letter-spacing: 0.02em;
  transition: background 0.15s;
}
.btn-primary:hover { background: #d44e20; }
.form-note { font-size: 0.78rem; color: var(--text-muted); text-align: center; margin-top: 10px; }
.btn-primary:disabled { opacity: 0.65; cursor: not-allowed; }
.form-status { font-size: 0.82rem; text-align: center; margin-top: 10px; font-weight: bold; }
.form-status[data-state="sending"] { color: var(--text-muted); }
.form-status[data-state="success"] { color: #1a7d3a; }
.form-status[data-state="error"] { color: #c0392b; }

/* ── MAIN CONTENT ── */
.container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.section { padding: 52px 0; }
.section-alt { background: var(--white); }

/* ── SERVICES GRID ── */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 32px;
}
.service-card {
  background: var(--white);
  border-left: 4px solid var(--accent);
  padding: 24px 20px;
}
.service-card h3 {
  font-family: var(--font-heading);
  font-size: 1rem;
  color: var(--primary);
  margin-bottom: 10px;
}
.service-card p { font-size: 0.92rem; color: var(--text-muted); }
.service-card a { color: var(--accent); text-decoration: none; font-size: 0.88rem; display: inline-block; margin-top: 10px; font-weight: bold; }

/* ── AREAS GRID ── */
.areas-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 24px;
}
.area-link {
  background: var(--white);
  border: 1px solid var(--border);
  padding: 12px 16px;
  text-align: center;
  text-decoration: none;
  color: var(--primary);
  font-size: 0.9rem;
  font-weight: bold;
  transition: border-color 0.15s, background 0.15s;
}
.area-link:hover { border-color: var(--accent); background: var(--accent-light); }

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

/* ── HEADINGS ── */
h1, h2, h3, h4 { font-family: var(--font-heading); color: var(--primary); }
h2 { font-size: 1.55rem; margin-bottom: 16px; }
h3 { font-size: 1.1rem; margin-bottom: 10px; }
p { margin-bottom: 14px; }
p:last-child { margin-bottom: 0; }

.section-label {
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: bold;
  margin-bottom: 8px;
}

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

/* ── TABLE ── */
table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
  margin: 24px 0;
}
th {
  background: var(--primary);
  color: var(--white);
  text-align: left;
  padding: 10px 14px;
  font-family: var(--font-heading);
  font-size: 0.88rem;
}
td { padding: 9px 14px; border-bottom: 1px solid var(--border); vertical-align: top; }
tr:nth-child(even) td { background: var(--white); }
tr:nth-child(odd) td { background: var(--bg); }

/* ── PROCESS STEPS ── */
.process-steps { list-style: none; margin: 24px 0; }
.process-steps li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  margin-bottom: 24px;
  align-items: start;
}
.step-num {
  background: var(--primary);
  color: var(--white);
  font-family: var(--font-heading);
  font-size: 1.1rem;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.step-content h3 { margin-bottom: 6px; }
.step-content p { font-size: 0.92rem; color: var(--text-muted); margin: 0; }

/* ── FAQ ── */
.faq-item { border-bottom: 1px solid var(--border); padding: 20px 0; }
.faq-item:first-child { padding-top: 0; }
.faq-q { font-family: var(--font-heading); font-size: 1rem; color: var(--primary); margin-bottom: 8px; }
.faq-a { font-size: 0.93rem; color: var(--text-muted); }

/* ── INLINE CTA ── */
.inline-cta {
  background: var(--primary);
  color: var(--white);
  padding: 40px 32px;
  margin: 40px 0;
}
.inline-cta h2 { color: var(--white); margin-bottom: 10px; }
.inline-cta p { color: #b8cfe0; margin-bottom: 20px; }
.btn-cta {
  display: inline-block;
  background: var(--accent);
  color: var(--white);
  padding: 12px 28px;
  text-decoration: none;
  font-family: var(--font-heading);
  font-size: 0.95rem;
  border-radius: 0;
  transition: background 0.15s;
}
.btn-cta:hover { background: #d44e20; }
.btn-cta-outline {
  display: inline-block;
  border: 2px solid var(--white);
  color: var(--white);
  padding: 10px 24px;
  text-decoration: none;
  font-family: var(--font-heading);
  font-size: 0.9rem;
  margin-left: 12px;
  transition: background 0.15s;
}
.btn-cta-outline:hover { background: rgba(255,255,255,0.1); }

/* ── SIDEBAR CTA ── */
.sidebar-cta {
  background: var(--white);
  border-top: 4px solid var(--accent);
  padding: 24px 20px;
  position: sticky;
  top: 20px;
}
.sidebar-cta h3 { margin-bottom: 12px; }
.sidebar-cta p { font-size: 0.88rem; color: var(--text-muted); margin-bottom: 16px; }
.sidebar-phone {
  display: block;
  font-family: var(--font-heading);
  font-size: 1.2rem;
  color: var(--accent);
  text-decoration: none;
  margin-bottom: 12px;
}
.btn-block {
  display: block;
  background: var(--accent);
  color: var(--white);
  text-align: center;
  padding: 11px;
  text-decoration: none;
  font-family: var(--font-heading);
  font-size: 0.92rem;
  border-radius: 0;
  transition: background 0.15s;
}
.btn-block:hover { background: #d44e20; }

/* ── BREADCRUMB ── */
.breadcrumb {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  padding: 10px 24px;
  font-size: 0.82rem;
  color: var(--text-muted);
}
.breadcrumb-inner { max-width: 1100px; margin: 0 auto; }
.breadcrumb a { color: var(--primary); text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb span { margin: 0 6px; color: var(--border); }

/* ── PAGE HEADER (non-home) ── */
.page-header {
  background: var(--primary);
  color: var(--white);
  padding: 40px 24px;
}
.page-header-inner { max-width: 1100px; margin: 0 auto; }
.page-header h1 {
  font-family: var(--font-heading);
  font-size: 1.9rem;
  color: var(--white);
  margin-bottom: 8px;
}
.page-header p { color: #b8cfe0; font-size: 0.95rem; margin: 0; }

/* ── FOOTER ── */
.site-footer {
  background: #2a2a2a;
  color: #b0b0b0;
  padding: 40px 24px 24px;
  margin-top: 60px;
}
.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  margin-bottom: 32px;
}
.footer-brand .brand-name { color: var(--white); font-size: 1.1rem; display: block; margin-bottom: 6px; }
.footer-brand p { font-size: 0.85rem; }
.footer-col h4 { font-family: var(--font-heading); color: var(--white); font-size: 0.88rem; margin-bottom: 12px; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 6px; }
.footer-col ul li a { color: #909090; text-decoration: none; font-size: 0.85rem; }
.footer-col ul li a:hover { color: var(--white); }
.footer-contact p { font-size: 0.85rem; margin-bottom: 6px; }
.footer-contact a { color: #b0b0b0; }
.footer-phone { font-family: var(--font-heading); color: var(--accent) !important; font-size: 1.1rem !important; }
.footer-bottom {
  max-width: 1100px;
  margin: 0 auto;
  border-top: 1px solid #3a3a3a;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
}
.years-badge {
  background: var(--accent);
  color: var(--white);
  font-family: var(--font-heading);
  font-size: 0.78rem;
  padding: 4px 10px;
  letter-spacing: 0.05em;
}

/* ── RESOURCE PAGE ── */
.resource-body { font-size: 0.97rem; }
.resource-body h2 { font-size: 1.3rem; margin-top: 32px; margin-bottom: 12px; }
.resource-body h3 { font-size: 1.05rem; margin-top: 24px; margin-bottom: 8px; }
.resource-body ul, .resource-body ol { margin: 12px 0 16px 20px; }
.resource-body li { margin-bottom: 6px; }
.resource-body p { margin-bottom: 16px; }

/* ── CHECKLIST ── */
.checklist { list-style: none; margin: 16px 0; }
.checklist li {
  padding: 8px 0 8px 28px;
  position: relative;
  border-bottom: 1px solid var(--border);
  font-size: 0.92rem;
}
.checklist li::before {
  content: "☐";
  position: absolute;
  left: 0;
  color: var(--accent);
  font-size: 1rem;
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .hero-inner { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .areas-grid { grid-template-columns: repeat(2, 1fr); }
  .two-col { grid-template-columns: 1fr; }
  .two-col-equal { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 10px; text-align: center; }
  .hero h1 { font-size: 1.6rem; }
  .header-top { flex-direction: column; text-align: center; gap: 10px; }
}
