/* ABC'YA TRASH LLC — site styles */

:root {
  --green: #61b92c;
  --green-dark: #4e9423;
  --charcoal: #1c1f26;
  --charcoal-light: #2a2e38;
  --gray: #6b7280;
  --light-gray: #f2f2f0;
  --off-white: #faf9f7;
  --white: #ffffff;
  --radius: 10px;
  --shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  --max-width: 1140px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Segoe UI", system-ui, -apple-system, Roboto, Helvetica, Arial, sans-serif;
  color: var(--charcoal);
  background: var(--off-white);
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}

h1, h2, h3 {
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

h2 {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  margin-bottom: 12px;
}

.eyebrow {
  color: var(--green);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.85rem;
  margin-bottom: 8px;
  display: block;
}

.section {
  padding: 72px 0;
}

.section--tight {
  padding: 48px 0;
}

.section--alt {
  background: var(--light-gray);
}

.section--dark {
  background: var(--charcoal);
  color: var(--white);
}

.section--dark .eyebrow {
  color: var(--green);
}

.lead {
  font-size: 1.1rem;
  color: var(--gray);
  max-width: 640px;
}

.section--dark .lead {
  color: #c7c9ce;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 1rem;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn--primary {
  background: var(--green);
  color: var(--white);
  box-shadow: 0 6px 18px rgba(97, 185, 44, 0.35);
}

.btn--primary:hover {
  background: var(--green-dark);
}

.btn--outline {
  background: transparent;
  border-color: currentColor;
}

.btn--block {
  width: 100%;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--white);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 1.25rem;
  color: var(--charcoal);
}

.brand-mark {
  width: 44px;
  height: 38px;
  border-radius: 8px;
  background: var(--charcoal);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  flex-shrink: 0;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-name span {
  color: var(--green);
}

.brand-sub {
  display: block;
  font-size: 0.65rem;
  font-weight: 600;
  color: var(--gray);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav-links {
  display: flex;
  gap: 24px;
  list-style: none;
}

.nav-links a {
  font-weight: 600;
  color: var(--charcoal);
  padding: 6px 2px;
  border-bottom: 2px solid transparent;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--green);
  border-bottom-color: var(--green);
}

.nav-cta {
  display: flex;
  align-items: center;
  gap: 16px;
}

.nav-phone {
  font-weight: 700;
  white-space: nowrap;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.nav-toggle span {
  width: 24px;
  height: 2px;
  background: var(--charcoal);
}

/* Hero */
.hero {
  background: linear-gradient(135deg, var(--charcoal) 0%, #2f3542 100%);
  color: var(--white);
  padding: 90px 0;
}

.hero .container {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
}

.hero h1 {
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  margin-bottom: 18px;
}

.hero h1 .highlight {
  color: var(--green);
}

.hero p {
  color: #c7c9ce;
  font-size: 1.1rem;
  max-width: 520px;
  margin-bottom: 28px;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-badges {
  display: flex;
  gap: 24px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.hero-badge {
  font-size: 0.85rem;
  color: #c7c9ce;
  display: flex;
  align-items: center;
  gap: 8px;
}

.hero-badge strong {
  color: var(--white);
  display: block;
  font-size: 1.4rem;
}

.hero-visual {
  aspect-ratio: 4 / 3;
  border-radius: var(--radius);
  background: repeating-linear-gradient(
      45deg,
      rgba(97, 185, 44, 0.15),
      rgba(97, 185, 44, 0.15) 12px,
      rgba(255, 255, 255, 0.05) 12px,
      rgba(255, 255, 255, 0.05) 24px
    ),
    var(--charcoal-light);
  border: 2px dashed rgba(255, 255, 255, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 600;
  padding: 24px;
}

.hero-visual .icon {
  font-size: 3rem;
}

/* Placeholder image blocks used throughout the site */
.placeholder-img {
  background: repeating-linear-gradient(
      45deg,
      rgba(28, 31, 38, 0.06),
      rgba(28, 31, 38, 0.06) 12px,
      rgba(28, 31, 38, 0.02) 12px,
      rgba(28, 31, 38, 0.02) 24px
    ),
    var(--light-gray);
  border: 2px dashed rgba(28, 31, 38, 0.2);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  color: var(--gray);
  font-weight: 600;
  text-align: center;
  padding: 16px;
}

/* Grid layouts */
.grid {
  display: grid;
  gap: 28px;
}

.grid--3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid--2 {
  grid-template-columns: repeat(2, 1fr);
}

/* Cards */
.card {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.card-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.card-icon {
  font-size: 1.8rem;
}

.card h3 {
  font-size: 1.15rem;
}

.card p {
  color: var(--gray);
  font-size: 0.95rem;
}

/* Dumpster / unit cards */
.unit-card {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.unit-card .placeholder-img {
  aspect-ratio: 4 / 3;
  border-radius: 0;
  border-width: 0 0 2px 0;
}

.unit-body {
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.unit-tag {
  align-self: flex-start;
  background: rgba(97, 185, 44, 0.12);
  color: var(--green-dark);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 4px 10px;
  border-radius: 999px;
}

.unit-body h3 {
  font-size: 1.25rem;
}

.unit-specs {
  list-style: none;
  color: var(--gray);
  font-size: 0.9rem;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 4px 0;
}

.unit-price {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--charcoal);
  margin-top: 4px;
}

.unit-price span {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--gray);
}

.unit-note {
  font-size: 0.8rem;
  color: var(--gray);
  font-style: italic;
}

/* Steps */
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  counter-reset: step;
}

.step {
  position: relative;
  padding-top: 8px;
}

.step-number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--green);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  margin-bottom: 14px;
}

.step h3 {
  font-size: 1.05rem;
  margin-bottom: 6px;
}

.step p {
  color: var(--gray);
  font-size: 0.9rem;
}

/* FAQ accordion */
.faq-item {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  margin-bottom: 14px;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 20px 24px;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.faq-question .icon {
  color: var(--green);
  font-size: 1.3rem;
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.faq-item.open .faq-question .icon {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
}

.faq-answer p {
  padding: 0 24px 20px;
  color: var(--gray);
}

/* Contact */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.contact-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 20px;
}

.contact-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.contact-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(97, 185, 44, 0.12);
  color: var(--green-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.1rem;
}

.contact-list strong {
  display: block;
}

.contact-list span,
.contact-list a {
  color: var(--gray);
}

.form-card {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 28px;
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 18px;
}

.form-row label {
  font-weight: 600;
  font-size: 0.9rem;
}

.form-row input,
.form-row select,
.form-row textarea {
  padding: 12px 14px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  font-family: inherit;
  font-size: 0.95rem;
}

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

/* CTA band */
.cta-band {
  background: var(--green);
  color: var(--white);
  padding: 56px 0;
  text-align: center;
}

.cta-band h2 {
  color: var(--white);
}

.cta-band p {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 24px;
}

.cta-band .btn--outline {
  border-color: var(--white);
  color: var(--white);
}

.cta-band .btn--outline:hover {
  background: rgba(255, 255, 255, 0.15);
}

/* Footer */
.site-footer {
  background: var(--charcoal);
  color: #c7c9ce;
  padding: 56px 0 24px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 32px;
}

.footer-brand .brand {
  color: var(--white);
  margin-bottom: 12px;
}

.footer-grid p {
  font-size: 0.9rem;
  max-width: 320px;
}

.footer-grid h4 {
  color: var(--white);
  font-size: 0.95rem;
  margin-bottom: 14px;
}

.footer-grid ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 0.9rem;
}

.footer-grid a:hover {
  color: var(--green);
}

.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 14px;
}

.footer-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-social a:hover {
  background: var(--green);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  font-size: 0.8rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

/* Page header (used on inner pages) */
.page-header {
  background: var(--charcoal);
  color: var(--white);
  padding: 56px 0;
  text-align: center;
}

.page-header h1 {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
}

.page-header p {
  color: #c7c9ce;
  margin-top: 10px;
}

/* Responsive */
@media (max-width: 900px) {
  .hero .container {
    grid-template-columns: 1fr;
  }

  .grid--3,
  .steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .nav-links,
  .nav-phone {
    display: none;
  }

  .nav-toggle {
    display: flex;
  }

  .nav.open .nav-links {
    display: flex;
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    background: var(--white);
    flex-direction: column;
    padding: 20px 24px;
    gap: 16px;
    box-shadow: var(--shadow);
  }

  .grid--3,
  .grid--2,
  .steps {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }
}
