/* Unstoppable Junk Removal — shared styles */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #FAF9F6;
  color: #1A1D24;
  font-family: 'Barlow', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
input, textarea, button { font-family: inherit; }
input:focus, textarea:focus { outline: 2px solid #F26A1B; outline-offset: -1px; }

/* ---------- Header ---------- */
.header { position: sticky; top: 0; z-index: 50; background: #FFFFFF; border-bottom: 1px solid #EDEAE4; padding: 0 24px; }
.nav-toggle { position: absolute; opacity: 0; width: 0; height: 0; pointer-events: none; }
.header-inner { max-width: 1160px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 16px; height: 64px; }
.logo { text-decoration: none; font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 23px; letter-spacing: 0.5px; color: #1A1D24; text-transform: uppercase; white-space: nowrap; }
.logo em { color: #F26A1B; font-style: normal; }
.header-right { display: flex; align-items: center; gap: 14px; }
.desktop-nav { display: flex; align-items: center; gap: 26px; font-size: 15px; font-weight: 600; }
.desktop-nav a { color: #4B4F58; text-decoration: none; }
.desktop-nav a:hover { color: #F26A1B; }
.desktop-nav a.active { color: #F26A1B; }
.phone-pill { display: inline-flex; align-items: center; gap: 8px; background: #F26A1B; color: #FFFFFF; text-decoration: none; font-weight: 700; font-size: 15px; padding: 10px 20px; border-radius: 999px; white-space: nowrap; }
.phone-pill:hover { background: #D95A10; }
.hamburger { display: none; align-items: center; justify-content: center; width: 44px; height: 44px; background: #FFF3EA; border: 1px solid #F5D5BC; border-radius: 10px; color: #F26A1B; font-size: 22px; cursor: pointer; user-select: none; }
.hamburger::before { content: "\2630"; }
.nav-toggle:checked ~ .header-inner .hamburger::before { content: "\2715"; }
.mobile-menu { display: none; border-top: 1px solid #EDEAE4; padding: 8px 0 16px; flex-direction: column; }
.mobile-menu a { color: #1A1D24; text-decoration: none; font-weight: 600; font-size: 16px; padding: 14px 4px; border-top: 1px solid #F1EEE8; }
.mobile-menu a:first-child { border-top: none; }
.mobile-menu a.active { color: #F26A1B; }
.mobile-menu .mobile-cta { display: flex; align-items: center; justify-content: center; gap: 8px; background: #F26A1B; color: #FFFFFF; padding: 14px; border-radius: 12px; margin-top: 12px; border-top: none; }
.nav-toggle:checked ~ .mobile-menu { display: flex; }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; text-decoration: none; font-weight: 700; border-radius: 12px; cursor: pointer; border: none; }
.btn-orange { background: #F26A1B; color: #FFFFFF; font-size: 17px; padding: 15px 28px; box-shadow: 0 6px 18px rgba(242,106,27,0.35); }
.btn-orange:hover { background: #D95A10; }
.btn-green { background: #23913F; color: #FFFFFF; font-size: 17px; padding: 15px 28px; }
.btn-green:hover { background: #1D7A34; }
.btn-white { background: #FFFFFF; color: #E8570E; font-size: 17px; padding: 15px 28px; }
.btn-white:hover { background: #FFF3EA; }
.btn-ghost { background: rgba(255,255,255,0.16); border: 1px solid rgba(255,255,255,0.5); color: #FFFFFF; font-size: 17px; padding: 15px 28px; }
.btn-ghost:hover { background: rgba(255,255,255,0.28); }

/* ---------- Sections ---------- */
.section { padding: 80px 24px; }
.section-tint { background: #F3F1EC; }
.wrap { max-width: 1160px; margin: 0 auto; }
.eyebrow { font-size: 12px; font-weight: 700; letter-spacing: 2px; color: #F26A1B; text-transform: uppercase; margin-bottom: 10px; }
.h2 { font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 40px; text-transform: uppercase; margin: 0; color: #1A1D24; line-height: 1.05; }
.accent { color: #F26A1B; }
.accent-green { color: #23913F; }
.center { text-align: center; }
.lead { font-size: 17px; color: #4B4F58; line-height: 1.6; }
.nowrap { white-space: nowrap; }

/* ---------- Page head (dark banner) ---------- */
.page-head { background: #171A21; padding: 88px 24px; text-align: center; }
.page-head .inner { max-width: 860px; margin: 0 auto; }
.page-head h1 { font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 56px; text-transform: uppercase; margin: 0 0 18px; color: #FFFFFF; line-height: 1.05; }
.page-head h1 .accent-green { color: #23913F; }
.page-head p { font-size: 18px; color: #9AA0A8; margin: 0 auto; line-height: 1.7; max-width: 640px; }

/* ---------- Hero (home) ---------- */
.hero { background: linear-gradient(135deg, #EAF3EA 0%, #FAF9F6 45%, #FDF3EA 100%); padding: 48px 24px 64px; }
.hero-inner { max-width: 1280px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 64px; align-items: flex-start; }
.hero-col { flex: 1 1 520px; min-width: 300px; }
.badge { display: inline-flex; align-items: center; gap: 8px; background: #DCF0DC; color: #1F7A33; font-size: 13px; font-weight: 700; padding: 6px 14px; border-radius: 999px; margin-bottom: 20px; }
.badge .dot { width: 8px; height: 8px; border-radius: 50%; background: #2FA84F; display: inline-block; }
.hero h1 { font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 58px; line-height: 1.05; margin: 0 0 20px; text-transform: uppercase; color: #1A1D24; }
.hero p.sub { font-size: 18px; line-height: 1.6; color: #4B4F58; margin: 0 0 28px; max-width: 520px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 26px; }
.trust-row { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; font-size: 14px; font-weight: 600; color: #4B4F58; margin-bottom: 32px; }
.trust-row span { display: inline-flex; align-items: center; gap: 6px; }
.stars-y { color: #F2A21B; letter-spacing: 1px; }
.hero-photo img { width: 100%; height: 220px; object-fit: cover; border-radius: 14px; }

/* ---------- Quote form card ---------- */
.quote-card { flex: 1 1 520px; min-width: 320px; max-width: 620px; background: #FFFFFF; border-radius: 18px; box-shadow: 0 20px 50px rgba(26,29,36,0.12); padding: 38px 38px 34px; border-top: 5px solid #F26A1B; }
.quote-kicker { font-size: 12px; font-weight: 700; letter-spacing: 1.5px; color: #F26A1B; text-transform: uppercase; margin-bottom: 6px; }
.quote-card h2 { font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 28px; text-transform: uppercase; margin: 0 0 4px; color: #1A1D24; }
.quote-card .note { font-size: 14px; color: #6A6E77; margin: 0 0 20px; }
.quote-form { display: flex; flex-direction: column; gap: 20px; }
.quote-form label { display: flex; flex-direction: column; gap: 8px; font-size: 13px; font-weight: 700; color: #1A1D24; }
.quote-form input, .quote-form textarea { border: 1px solid #D9D6CF; border-radius: 10px; padding: 14px 16px; font-size: 15px; background: #FCFBF9; }
.quote-form textarea { resize: vertical; }
.quote-submit { background: linear-gradient(180deg, #F97F35 0%, #F26A1B 100%); color: #FFFFFF; border: none; border-radius: 12px; padding: 15px; font-size: 17px; font-weight: 700; cursor: pointer; box-shadow: 0 6px 16px rgba(242,106,27,0.35); }
.quote-submit:hover { background: #D95A10; }
.quote-alt { font-size: 13px; color: #6A6E77; text-align: center; }
.quote-alt a { color: #F26A1B; font-weight: 700; text-decoration: none; }

/* ---------- Card grids ---------- */
.grid { display: grid; gap: 18px; }
.grid-3 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.grid-4 { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.grid-services { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 22px; }
.icon-box { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 16px; }
.icon-grad { background: linear-gradient(180deg, #F97F35, #F26A1B); color: #FFFFFF; }
.icon-tint { background: #FDEBDD; color: #F26A1B; }
.card { background: #FFFFFF; border-radius: 14px; padding: 28px 24px; }
.card-b { background: #FFFFFF; border: 1px solid #EDEAE4; border-radius: 16px; padding: 30px 26px; }
.card-b:hover { border-color: #F26A1B; box-shadow: 0 10px 28px rgba(242,106,27,0.12); }
.card-title { font-family: 'Oswald', sans-serif; font-weight: 600; font-size: 18px; text-transform: uppercase; margin: 0 0 8px; color: #1A1D24; }
.card-body { font-size: 15px; color: #6A6E77; line-height: 1.6; margin: 0; }
.card.center { text-align: center; }
.card.center .icon-box { margin-left: auto; margin-right: auto; }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 32px; }
.step { text-align: center; }
.step-num { width: 52px; height: 52px; border-radius: 50%; background: #23913F; color: #FFFFFF; font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 22px; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; }
.step h3 { font-family: 'Oswald', sans-serif; font-weight: 600; font-size: 18px; text-transform: uppercase; margin: 0 0 8px; color: #1A1D24; }
.step p { font-size: 15px; color: #6A6E77; line-height: 1.6; max-width: 260px; margin: 0 auto; }

/* ---------- Reviews ---------- */
.reviews { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 18px; }
.review { background: #FFFFFF; border: 1px solid #EDEAE4; border-radius: 14px; padding: 26px 24px; display: flex; flex-direction: column; gap: 14px; }
.review .stars { color: #F2A21B; letter-spacing: 2px; font-size: 15px; }
.review .quote { font-size: 15px; color: #34383F; line-height: 1.6; flex: 1; }
.review .who { display: flex; align-items: center; gap: 10px; }
.avatar { width: 34px; height: 34px; border-radius: 50%; background: #F26A1B; color: #FFFFFF; font-size: 14px; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.review .name { font-size: 14px; font-weight: 700; }

/* ---------- CTA band ---------- */
.cta-band { background: linear-gradient(120deg, #F26A1B 0%, #E8570E 60%, #D9500C 100%); padding: 64px 24px; text-align: center; }
.cta-band .inner { max-width: 760px; margin: 0 auto; }
.cta-band h2 { font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 40px; text-transform: uppercase; margin: 0 0 12px; color: #FFFFFF; }
.cta-band p { font-size: 17px; color: rgba(255,255,255,0.9); margin: 0 0 28px; line-height: 1.6; }
.cta-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }

/* ---------- Service area chips ---------- */
.chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.chip { display: inline-flex; align-items: center; gap: 6px; background: #FFFFFF; border: 1px solid #E3E0D9; border-radius: 999px; padding: 8px 16px; font-size: 14px; font-weight: 600; color: #34383F; }
.chip .ck { color: #23913F; font-size: 12px; }

/* ---------- FAQ (native details) ---------- */
.faq-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq { background: #FFFFFF; border: 1px solid #EDEAE4; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 8px rgba(26,29,36,0.04); }
.faq summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 20px 22px; font-family: 'Oswald', sans-serif; font-size: 16px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.3px; color: #1A1D24; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "\2304"; color: #F26A1B; font-size: 20px; line-height: 1; transform: translateY(-4px); }
.faq[open] summary::after { content: "\2212"; transform: none; }
.faq .faq-body { padding: 0 22px 20px; font-size: 15px; color: #4B4F58; line-height: 1.65; }

/* ---------- Contact ---------- */
.contact-grid { max-width: 1060px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 48px; align-items: flex-start; }
.contact-col { flex: 1 1 420px; min-width: 300px; }
.contact-list { display: flex; flex-direction: column; gap: 22px; }
.contact-item { display: flex; align-items: flex-start; gap: 16px; }
.contact-item .icon-box { flex-shrink: 0; width: 46px; height: 46px; margin-bottom: 0; font-size: 20px; }
.contact-item .lbl { font-family: 'Oswald', sans-serif; font-weight: 600; font-size: 15px; letter-spacing: 0.5px; text-transform: uppercase; color: #1A1D24; margin-bottom: 4px; }
.contact-item .val { font-size: 16px; color: #4B4F58; word-break: break-word; }
.book-card { flex: 1 1 360px; min-width: 300px; max-width: 440px; background: #FFFFFF; border: 1px solid #EDEAE4; border-radius: 16px; box-shadow: 0 12px 34px rgba(26,29,36,0.07); padding: 40px 32px; text-align: center; }
.book-card h3 { font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 24px; text-transform: uppercase; margin: 0 0 14px; color: #1A1D24; }
.book-card p { font-size: 15px; color: #6A6E77; line-height: 1.6; margin: 0 0 26px; }
.book-alt { margin-top: 18px; font-size: 14px; color: #6A6E77; }
.book-alt a { color: #F26A1B; font-weight: 700; }

/* ---------- About ---------- */
.story { max-width: 720px; margin: 0 auto; }
.story-body { display: flex; flex-direction: column; gap: 22px; text-align: left; font-size: 16px; color: #4B4F58; line-height: 1.75; }
.story-body p { margin: 0; }
.feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 28px 40px; max-width: 960px; margin: 0 auto; }
.feature { display: flex; align-items: flex-start; gap: 16px; }
.feature .icon-box { flex-shrink: 0; width: 46px; height: 46px; margin-bottom: 0; font-size: 20px; }
.feature h4 { font-family: 'Oswald', sans-serif; font-weight: 600; font-size: 17px; text-transform: uppercase; color: #1A1D24; margin: 0 0 6px; }
.feature p { font-size: 15px; color: #6A6E77; line-height: 1.6; margin: 0; }

/* ---------- Footer ---------- */
.footer { background: #171A21; color: #B9BCC4; padding: 56px 24px 32px; }
.footer-inner { max-width: 1160px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 48px; justify-content: space-between; }
.f-brand { flex: 1 1 300px; max-width: 380px; }
.f-brand .name { font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 18px; letter-spacing: 0.5px; color: #FFFFFF; text-transform: uppercase; margin-bottom: 12px; }
.f-brand .name em { color: #F26A1B; font-style: normal; }
.f-brand p { font-size: 14px; line-height: 1.6; margin: 0 0 16px; }
.f-brand .f-phone { color: #F26A1B; font-weight: 700; font-size: 16px; text-decoration: none; }
.f-col h4 { font-weight: 700; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; color: #FFFFFF; margin: 0 0 14px; }
.f-links { display: flex; flex-direction: column; gap: 10px; font-size: 14px; }
.f-links a { color: #B9BCC4; text-decoration: none; }
.f-links a:hover { color: #F26A1B; }
.f-legal { display: inline-flex; align-items: center; gap: 6px; }
.f-legal .shield { color: #23913F; }
.copyright { max-width: 1160px; margin: 40px auto 0; border-top: 1px solid #2A2E38; padding-top: 20px; font-size: 13px; color: #7B7F89; text-align: center; }

/* ---------- Responsive ---------- */
@media (max-width: 720px) {
  .desktop-nav, .phone-pill { display: none !important; }
  .hamburger { display: inline-flex; }
  .section { padding: 60px 24px; }
  .hero h1 { font-size: 42px; }
  .page-head h1 { font-size: 40px; }
  .hero-actions .btn { width: 100%; }
  .hero-photo { display: none; }
  .cta-band h2 { font-size: 34px; }
}
@media (min-width: 721px) {
  .mobile-menu { display: none !important; }
}
