/* ============================================
   LANCASTER JUNK REMOVAL — SITE STYLES
   Color Palette:
   - Black: #1a1a1a
   - Orange: #f5a623 (trust, action, energy)
   - Dark Gray: #2d2d2d
   - Light Gray: #f7f7f7
   - White: #ffffff
   - Green Accent: #27ae60
============================================ */

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

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #1a1a1a;
  background: #fff;
  line-height: 1.6;
  padding-bottom: 70px; /* for mobile sticky CTA */
}

/* ---- UTILITY ---- */
.container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
a { color: #f5a623; text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3 { font-family: 'Barlow Condensed', sans-serif; line-height: 1.1; }
h1 { font-size: clamp(2.4rem, 6vw, 4rem); font-weight: 900; }
h2 { font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 700; margin-bottom: 12px; }
h3 { font-size: 1.3rem; font-weight: 700; margin-bottom: 8px; }
p { line-height: 1.7; }

/* ---- BUTTONS ---- */
.btn-primary {
  background: #f5a623;
  color: #1a1a1a;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 6px;
  display: inline-block;
  font-size: 1rem;
  transition: background 0.2s, transform 0.1s;
  border: none;
  cursor: pointer;
}
.btn-primary:hover { background: #e09510; text-decoration: none; transform: translateY(-1px); }
.btn-outline {
  border: 2px solid #fff;
  color: #fff;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 6px;
  display: inline-block;
  font-size: 1rem;
  transition: background 0.2s;
}
.btn-outline:hover { background: rgba(255,255,255,0.15); text-decoration: none; }
.btn-xl { font-size: 1.15rem; padding: 17px 34px; }
.btn-full { width: 100%; text-align: center; }
.btn-call {
  background: #f5a623;
  color: #1a1a1a;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 0.95rem;
  white-space: nowrap;
}
.btn-call:hover { background: #e09510; text-decoration: none; }

/* ---- TOPBAR ---- */
.topbar {
  background: #1a1a1a;
  color: #ccc;
  font-size: 0.85rem;
  padding: 8px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.topbar-phone { color: #f5a623; font-weight: 700; }

/* ---- HEADER ---- */
header {
  background: #fff;
  border-bottom: 3px solid #f5a623;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  gap: 16px;
  flex-wrap: wrap;
}
.logo { display: flex; align-items: center; gap: 10px; }
.logo-icon { font-size: 2rem; }
.logo-name { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: 1.3rem; color: #1a1a1a; line-height: 1; }
.logo-tagline { font-size: 0.75rem; color: #777; letter-spacing: 0.05em; text-transform: uppercase; }
nav { display: flex; gap: 24px; }
nav a { color: #1a1a1a; font-weight: 600; font-size: 0.95rem; transition: color 0.2s; }
nav a:hover { color: #f5a623; text-decoration: none; }

/* ---- HERO ---- */
.hero {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  color: #fff;
  text-align: center;
  padding: 70px 20px 80px;
  position: relative;
}
.hero::before {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0; height: 6px;
  background: #f5a623;
}
.hero-badge {
  display: inline-block;
  background: #f5a623;
  color: #1a1a1a;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.hero h1 { color: #fff; margin-bottom: 18px; }
.hero h1 span { color: #f5a623; }
.hero-sub { font-size: 1.2rem; color: #ccc; max-width: 640px; margin: 0 auto 32px; }
.hero-sub strong { color: #fff; }
.hero-cta-group { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 32px; }
.hero-trust {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 0.9rem;
  color: #aaa;
}
.hero-trust span { display: flex; align-items: center; gap: 4px; }

/* ---- SECTIONS ---- */
.section-light { padding: 70px 20px; background: #f7f7f7; }
.section-dark { padding: 70px 20px; background: #1a1a1a; }
.section-accent { padding: 70px 20px; background: #fff; }
.section-label {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #f5a623;
  margin-bottom: 10px;
}
.section-label.light { color: #f5a623; }
.section-sub { color: #666; font-size: 1.05rem; max-width: 580px; margin-bottom: 40px; }

/* ---- SERVICES GRID ---- */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 40px;
}
.service-card {
  background: #fff;
  border-radius: 10px;
  padding: 28px 24px;
  border: 1px solid #e8e8e8;
  border-top: 4px solid #f5a623;
  transition: box-shadow 0.2s, transform 0.2s;
}
.service-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,0.1); transform: translateY(-3px); }
.service-icon { font-size: 2.2rem; margin-bottom: 14px; }
.service-card h3 { color: #1a1a1a; }
.service-card p { color: #555; font-size: 0.95rem; }

/* ---- STEPS ---- */
.steps-row {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
}
.step { flex: 1; min-width: 220px; max-width: 280px; }
.step-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 3.5rem;
  font-weight: 900;
  color: #f5a623;
  line-height: 1;
  margin-bottom: 12px;
}
.step h3 { color: #fff; margin-bottom: 10px; }
.step p { color: #aaa; font-size: 0.95rem; }
.step-arrow { font-size: 2rem; color: #444; align-self: center; padding-top: 20px; }

/* ---- AREAS ---- */
.areas-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}
.area-chip {
  background: #fff;
  border: 2px solid #e8e8e8;
  color: #1a1a1a;
  padding: 10px 18px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.2s;
}
.area-chip:hover { border-color: #f5a623; color: #f5a623; text-decoration: none; background: #fff8ee; }

/* ---- REVIEWS ---- */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 40px;
}
.review-card {
  background: #f7f7f7;
  border-radius: 10px;
  padding: 28px 24px;
  border-left: 4px solid #f5a623;
}
.stars { color: #f5a623; font-size: 1.2rem; margin-bottom: 12px; }
.review-card p { color: #444; font-style: italic; font-size: 0.95rem; margin-bottom: 14px; }
.reviewer { font-weight: 700; font-size: 0.9rem; color: #1a1a1a; }

/* ---- CTA BANNER ---- */
.cta-banner {
  background: #f5a623;
  padding: 60px 20px;
  text-align: center;
}
.cta-banner h2 { color: #1a1a1a; margin-bottom: 10px; }
.cta-banner p { color: #333; margin-bottom: 28px; font-size: 1.1rem; }
.cta-banner .btn-primary { background: #1a1a1a; color: #fff; font-size: 1.2rem; }
.cta-banner .btn-primary:hover { background: #333; }

/* ---- FAQ ---- */
.faq-container { max-width: 800px; }
.faq-list { margin-top: 36px; display: flex; flex-direction: column; gap: 20px; }
.faq-item {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 22px 24px;
  border-left: 4px solid #f5a623;
}
.faq-item h3 { font-size: 1.05rem; color: #1a1a1a; margin-bottom: 8px; }
.faq-item p { color: #555; font-size: 0.95rem; }

/* ---- FOOTER ---- */
footer { background: #1a1a1a; color: #aaa; padding: 60px 20px 30px; }
.footer-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}
.footer-logo { font-family: 'Barlow Condensed', sans-serif; font-size: 1.3rem; font-weight: 900; color: #fff; margin-bottom: 12px; }
.footer-col p { font-size: 0.9rem; color: #888; margin-bottom: 6px; }
.footer-col h4 { color: #fff; font-size: 1rem; margin-bottom: 14px; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.footer-col ul a { color: #888; font-size: 0.9rem; transition: color 0.2s; }
.footer-col ul a:hover { color: #f5a623; text-decoration: none; }
.footer-phone { color: #f5a623; font-size: 1.1rem; font-weight: 700; display: block; margin-top: 10px; }
.footer-bottom { border-top: 1px solid #333; padding-top: 20px; text-align: center; font-size: 0.85rem; color: #555; }

/* ---- MOBILE STICKY CTA ---- */
.mobile-cta {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  padding: 12px 16px;
  background: #fff;
  border-top: 2px solid #f5a623;
  z-index: 200;
}

/* ---- PAGE HERO (inner pages) ---- */
.page-hero {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  color: #fff;
  padding: 50px 20px;
  text-align: center;
  border-bottom: 5px solid #f5a623;
}
.page-hero h1 { color: #fff; font-size: clamp(2rem, 5vw, 3rem); margin-bottom: 12px; }
.page-hero p { color: #bbb; font-size: 1.1rem; max-width: 580px; margin: 0 auto 24px; }

/* ---- CONTACT FORM ---- */
.contact-section { padding: 60px 20px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: start; }
.contact-info h3 { margin-bottom: 16px; }
.contact-info p { color: #555; margin-bottom: 20px; }
.contact-detail { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; font-size: 1rem; }
.contact-detail strong { color: #1a1a1a; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-weight: 600; font-size: 0.9rem; margin-bottom: 6px; color: #333; }
.form-group input, .form-group textarea, .form-group select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 1rem;
  font-family: 'Inter', sans-serif;
  transition: border-color 0.2s;
}
.form-group input:focus, .form-group textarea:focus, .form-group select:focus {
  outline: none;
  border-color: #f5a623;
  box-shadow: 0 0 0 3px rgba(245, 166, 35, 0.15);
}
.form-group textarea { min-height: 120px; resize: vertical; }

/* ---- SUBURB PAGE ---- */
.suburb-content { padding: 60px 20px; }
.suburb-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 40px; align-items: start; }
.sidebar-card {
  background: #f7f7f7;
  border-radius: 10px;
  padding: 28px 24px;
  border-top: 4px solid #f5a623;
  position: sticky;
  top: 100px;
}
.sidebar-card h3 { margin-bottom: 16px; color: #1a1a1a; }
.sidebar-card p { color: #555; font-size: 0.95rem; margin-bottom: 16px; }

/* ---- RESPONSIVE ---- */
@media (max-width: 768px) {
  nav { display: none; }
  .header-cta { display: block; }
  .hero { padding: 50px 16px 60px; }
  .step-arrow { display: none; }
  .contact-grid { grid-template-columns: 1fr; }
  .suburb-grid { grid-template-columns: 1fr; }
  .mobile-cta { display: block; }
  body { padding-bottom: 75px; }
  .steps-row { flex-direction: column; align-items: center; }
  .step { max-width: 100%; }
}

@media (max-width: 480px) {
  .hero-cta-group { flex-direction: column; align-items: center; }
  .btn-xl { width: 100%; text-align: center; }
  .footer-inner { grid-template-columns: 1fr; }
}
