/* Paradise Valley Office Cleaning — Theme A: Direct & Operational */
/* Colors */
:root {
  --primary: #0d2b45;
  --accent: #e85c2a;
  --accent-light: #fdf0eb;
  --bg: #f8f8f6;
  --text: #1e1e1e;
  --text-muted: #555555;
  --border: #d0ccc4;
  --white: #ffffff;
}

/* Reset */
*, *::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: var(--text); background: var(--bg); }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent); text-decoration: none; }
a:hover { text-decoration: underline; }
ul, ol { padding-left: 1.4em; }
li { margin-bottom: 0.35em; }

/* Header */
.site-header { background: #2c2c2c; color: var(--white); padding: 0; }
.header-top { background: var(--primary); padding: 0.5rem 1.5rem; display: flex; justify-content: space-between; align-items: center; font-size: 0.85rem; }
.header-top a { color: #ccd9e6; }
.header-strapline { font-size: 0.85rem; color: #ccd9e6; }
.header-main { padding: 1rem 1.5rem; display: flex; justify-content: space-between; align-items: center; max-width: 1100px; margin: 0 auto; }
.site-title { font-family: Arial Black, Arial, sans-serif; font-size: 1.35rem; font-weight: 900; color: var(--white); letter-spacing: -0.01em; }
.site-title span { color: var(--accent); }
.header-phone { font-family: Arial Black, Arial, sans-serif; font-size: 1.2rem; font-weight: 900; color: var(--white); }
.header-phone a { color: var(--white); }
nav { background: var(--primary); }
nav ul { list-style: none; padding: 0; display: flex; max-width: 1100px; margin: 0 auto; padding: 0 1.5rem; flex-wrap: wrap; }
nav ul li a { display: block; padding: 0.7rem 1rem; color: #ccd9e6; font-size: 0.9rem; transition: background 0.15s; }
nav ul li a:hover { background: rgba(255,255,255,0.08); color: #fff; text-decoration: none; }

/* Hero */
.hero { background: var(--primary); color: var(--white); padding: 3rem 1.5rem; }
.hero-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 360px; gap: 2.5rem; align-items: start; }
.hero h1 { font-family: Arial Black, Arial, sans-serif; font-size: 2rem; line-height: 1.2; margin-bottom: 1rem; }
.hero-sub { font-size: 1.05rem; color: #ccd9e6; margin-bottom: 1.5rem; }
.hero-phone { font-family: Arial Black, Arial, sans-serif; font-size: 1.5rem; color: var(--white); margin-bottom: 0.5rem; }
.hero-phone a { color: var(--white); }
.hero-hours { font-size: 0.85rem; color: #aabbc8; }

/* Quote Form */
.quote-form { background: var(--white); border-radius: 0; padding: 1.5rem; }
.quote-form h2 { font-family: Arial Black, Arial, sans-serif; font-size: 1.1rem; color: var(--primary); margin-bottom: 1rem; border-bottom: 3px solid var(--accent); padding-bottom: 0.5rem; }
.form-group { margin-bottom: 0.85rem; }
.form-group label { display: block; font-size: 0.85rem; font-weight: bold; color: var(--text); margin-bottom: 0.3rem; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 0.6rem 0.75rem; border: 1px solid var(--border); font-family: Arial, sans-serif; font-size: 0.9rem; color: var(--text); background: var(--bg); }
.form-group textarea { min-height: 80px; resize: vertical; }
.btn-submit { background: var(--accent); color: var(--white); border: none; padding: 0.85rem 1.5rem; font-family: Arial Black, Arial, sans-serif; font-size: 1rem; font-weight: 900; cursor: pointer; width: 100%; text-transform: uppercase; letter-spacing: 0.03em; }
.btn-submit:hover { background: #c94e22; }
.form-note { font-size: 0.78rem; color: var(--text-muted); margin-top: 0.5rem; text-align: center; }

/* Main content */
main { max-width: 1100px; margin: 0 auto; padding: 2.5rem 1.5rem; }
.page-intro { max-width: 720px; margin-bottom: 2rem; }

/* Sections */
.section { margin-bottom: 2.5rem; }
.section h2 { font-family: Arial Black, Arial, sans-serif; font-size: 1.35rem; color: var(--primary); margin-bottom: 0.75rem; }
.section h3 { font-family: Arial Black, Arial, sans-serif; font-size: 1.05rem; color: var(--primary); margin-bottom: 0.5rem; margin-top: 1.25rem; }
.section p { margin-bottom: 0.85rem; color: var(--text); }

/* CTA band */
.cta-band { background: var(--accent); color: var(--white); padding: 2rem 1.5rem; text-align: center; margin: 2.5rem 0; }
.cta-band h2 { font-family: Arial Black, Arial, sans-serif; font-size: 1.4rem; margin-bottom: 0.75rem; }
.cta-band p { margin-bottom: 1rem; font-size: 1rem; }
.btn-cta { display: inline-block; background: var(--white); color: var(--accent); padding: 0.85rem 2rem; font-family: Arial Black, Arial, sans-serif; font-weight: 900; font-size: 1rem; text-transform: uppercase; letter-spacing: 0.03em; }
.btn-cta:hover { background: #fdf0eb; text-decoration: none; }

/* Service cards */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin: 1.5rem 0; }
.service-card { background: var(--white); border: 1px solid var(--border); padding: 1.5rem; border-top: 4px solid var(--accent); }
.service-card h3 { font-family: Arial Black, Arial, sans-serif; font-size: 1rem; color: var(--primary); margin-bottom: 0.5rem; }
.service-card p { font-size: 0.9rem; color: var(--text-muted); margin: 0; }

/* Town list */
.town-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.75rem; margin: 1rem 0; }
.town-link { background: var(--white); border: 1px solid var(--border); padding: 0.75rem 1rem; font-size: 0.9rem; color: var(--primary); display: block; font-weight: bold; }
.town-link:hover { background: var(--accent-light); text-decoration: none; border-color: var(--accent); }

/* Table */
table { width: 100%; border-collapse: collapse; margin: 1rem 0; font-size: 0.9rem; }
th { background: var(--primary); color: var(--white); text-align: left; padding: 0.65rem 0.85rem; font-family: Arial Black, Arial, sans-serif; font-size: 0.85rem; }
td { padding: 0.6rem 0.85rem; border-bottom: 1px solid var(--border); }
tr:nth-child(even) td { background: var(--white); }
tr:nth-child(odd) td { background: var(--bg); }

/* Breadcrumb */
.breadcrumb { font-size: 0.82rem; color: var(--text-muted); margin-bottom: 1.5rem; }
.breadcrumb a { color: var(--accent); }
.breadcrumb span { margin: 0 0.35em; }

/* Process steps */
.process-steps { counter-reset: steps; }
.process-step { display: flex; gap: 1rem; margin-bottom: 1.25rem; align-items: flex-start; }
.step-num { background: var(--accent); color: var(--white); font-family: Arial Black, Arial, sans-serif; font-size: 1.1rem; min-width: 2.2rem; height: 2.2rem; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.step-content h3 { font-family: Arial Black, Arial, sans-serif; font-size: 0.95rem; color: var(--primary); margin-bottom: 0.3rem; }
.step-content p { font-size: 0.9rem; color: var(--text-muted); margin: 0; }

/* FAQ */
.faq-item { border-bottom: 1px solid var(--border); padding: 1rem 0; }
.faq-item h3 { font-family: Arial Black, Arial, sans-serif; font-size: 0.95rem; color: var(--primary); margin-bottom: 0.4rem; }
.faq-item p { font-size: 0.9rem; color: var(--text); margin: 0; }

/* Footer */
footer { background: var(--primary); color: #ccd9e6; padding: 2.5rem 1.5rem; margin-top: 3rem; }
.footer-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 2rem; }
footer h3 { font-family: Arial Black, Arial, sans-serif; font-size: 0.9rem; color: var(--white); margin-bottom: 0.75rem; text-transform: uppercase; letter-spacing: 0.05em; }
footer ul { list-style: none; padding: 0; }
footer ul li { margin-bottom: 0.35rem; }
footer a { color: #aabbc8; font-size: 0.88rem; }
footer a:hover { color: var(--white); text-decoration: none; }
.footer-brand { font-family: Arial Black, Arial, sans-serif; font-size: 1.1rem; color: var(--white); margin-bottom: 0.5rem; }
.footer-tagline { font-size: 0.85rem; margin-bottom: 0.75rem; }
.footer-bottom { max-width: 1100px; margin: 2rem auto 0; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 1rem; font-size: 0.8rem; color: #7a9db8; }

/* Responsive */
@media (max-width: 768px) {
  .hero-inner { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .town-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr; }
  nav ul { flex-direction: column; }
  nav ul li a { padding: 0.5rem 1rem; }
  .header-main { flex-direction: column; gap: 0.5rem; text-align: center; }
  .hero h1 { font-size: 1.5rem; }
}
@media (max-width: 480px) {
  .town-grid { grid-template-columns: 1fr 1fr; }
}
