/* Junk removal Google Ads landing — edit TEXT / PRICING / --hero-image in :root */
:root {
  --yellow: #f5b800;
  --yellow-hover: #ffcc22;
  --black: #0d0d0d;
  --white: #fff;
  --muted: #e8e8e8;
  --font-head: 'Oswald', 'Arial Narrow', 'Helvetica Neue', Arial, sans-serif;
  --font-body: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  /* Replace this file in /images/ to swap the hero photo */
  --hero-image: url('images/hero-junk-removal.png');
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.45;
  color: var(--black);
  background: var(--white);
  overflow-x: hidden;
}
body.has-sticky-bar { padding-bottom: 4.5rem; }

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }

/* ——— Minimal top bar ——— */
.lp-header {
  background: var(--black);
  color: var(--white);
  text-align: center;
  padding: 0.55rem 1rem;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
}
.landing-topbar {
  background: var(--yellow);
  color: var(--black);
  text-align: center;
  padding: 0.55rem 0.8rem;
  font-weight: 800;
  font-size: 0.95rem;
}
.landing-topbar a {
  color: var(--black);
  text-decoration: underline;
}

/* ——— Hero ——— */
.hero {
  position: relative;
  min-height: min(92vh, 820px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.25rem 1rem 2rem;
  background-color: #1a1a1a;
  background-image:
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.72) 0%,
      rgba(0, 0, 0, 0.55) 35%,
      rgba(0, 0, 0, 0.68) 100%
    ),
    var(--hero-image);
  background-size: cover;
  background-position: center;
}
.hero__inner {
  width: 100%;
  max-width: 40rem;
}
.hero h1 {
  font-family: var(--font-head);
  font-size: clamp(1.75rem, 7vw, 2.65rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1.05;
  color: var(--white);
  margin-bottom: 0.5rem;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.6);
}
.hero__sub {
  font-size: clamp(1rem, 3.8vw, 1.2rem);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 1.1rem;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.5);
}
.hero__phone-label {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--yellow);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.2rem;
}
.hero__phone {
  font-family: var(--font-head);
  font-size: clamp(1.65rem, 8vw, 2.35rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 1rem;
}
.hero__phone a {
  color: var(--white);
  text-decoration: none;
}
.hero__phone a:hover { text-decoration: underline; }
.hero__ctas {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}
@media (min-width: 480px) {
  .hero__ctas { flex-direction: row; flex-wrap: wrap; }
}
.hero__hint {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 0.75rem;
  font-weight: 600;
}
.hero__hint a {
  color: var(--yellow);
  font-weight: 800;
  text-decoration: underline;
}
.hero__hint a:hover { color: var(--yellow-hover); }
.hero-ads__reassure {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  margin-top: 0.85rem;
  font-weight: 700;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.85rem 1.35rem;
  font-family: var(--font-body);
  font-size: 1.05rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-decoration: none;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  text-align: center;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.btn:active { transform: scale(0.98); }
.btn--primary {
  background: var(--yellow);
  color: var(--black);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.35);
}
.btn--primary:hover {
  background: var(--yellow-hover);
  box-shadow: 0 8px 28px rgba(245, 184, 0, 0.45);
}
.btn--secondary {
  background: var(--white);
  color: var(--black);
  border: 3px solid var(--yellow);
}
.btn--secondary:hover { background: var(--muted); }
.btn--block { width: 100%; }
@media (min-width: 480px) {
  .btn--hero { flex: 1; min-width: 12rem; }
}
.btn-xl { min-height: 3.25rem; }
.btn-xl--text { background: var(--yellow); color: var(--black); }
.btn-xl--call { background: var(--white); color: var(--black); border: 3px solid var(--yellow); }
.btn-xl--quote { background: var(--white); color: var(--black); border: 3px solid var(--yellow); }
.hero-ads__btns { display: flex; flex-wrap: wrap; gap: 0.65rem; }
.hero-ads__sub { max-width: 40rem; }

/* ——— Bullets ——— */
.bullets {
  background: var(--black);
  color: var(--white);
  padding: 1.25rem 1rem;
}
.bullets ul {
  list-style: none;
  max-width: 32rem;
  margin: 0 auto;
}
.bullets li {
  font-weight: 700;
  font-size: 1.05rem;
  padding: 0.5rem 0 0.5rem 1.75rem;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.bullets li:last-child { border-bottom: none; }
.bullets li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--yellow);
  font-weight: 800;
}

/* ——— Sections ——— */
.section {
  padding: 2rem 1rem;
}
.section--alt { background: var(--muted); }
.section__title {
  font-family: var(--font-head);
  font-size: clamp(1.35rem, 4.5vw, 1.75rem);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 1rem;
  line-height: 1.15;
}

/* ——— Pricing ——— */
.pricing {
  max-width: 32rem;
  margin: 0 auto;
  text-align: center;
}
.pricing__intro {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.9rem;
}
.pricing__row {
  background: var(--black);
  color: var(--white);
  padding: 1.1rem 1.2rem;
  margin-bottom: 0.75rem;
  border-radius: 8px;
  border-left: 4px solid var(--yellow);
  text-align: left;
}
.pricing__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.65rem;
  margin-bottom: 0.45rem;
}
.pricing__head strong {
  font-family: var(--font-head);
  font-size: 1.05rem;
  text-transform: uppercase;
  color: var(--yellow);
}
.pricing__amount {
  font-family: var(--font-head);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--white);
}
.pricing__desc {
  font-size: 0.95rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.92);
  margin: 0;
}
.pricing__desc + .pricing__desc { margin-top: 0.65rem; }
.pricing__row--flex {
  border-left-color: #fff;
  background: linear-gradient(145deg, #1f1f1f 0%, #0d0d0d 100%);
}
.pricing__flex-title {
  display: block;
  font-family: var(--font-head);
  font-size: 1.05rem;
  text-transform: uppercase;
  color: var(--yellow);
  margin-bottom: 0.55rem;
  line-height: 1.25;
}
.pricing__cta-line {
  margin: 0.85rem 0 0;
  font-size: 1rem;
  font-weight: 800;
  color: var(--white);
}
.pricing__cta-line a {
  color: var(--yellow);
  text-decoration: none;
}
.pricing__cta-line a:hover { text-decoration: underline; }
.pricing__note {
  font-size: 0.92rem;
  color: #333;
  margin-top: 1.15rem;
  font-weight: 600;
}
.pricing__phone {
  margin-top: 0.75rem;
  font-weight: 800;
  font-size: 1.1rem;
}

/* ——— Urgency ——— */
.urgency {
  background: var(--yellow);
  color: var(--black);
  padding: 1.5rem 1rem;
  text-align: center;
  border-top: 4px solid var(--black);
  border-bottom: 4px solid var(--black);
}
.urgency p {
  font-weight: 800;
  font-size: clamp(1.05rem, 3.5vw, 1.25rem);
  margin-bottom: 0.35rem;
  line-height: 1.25;
}
.urgency p:last-child { margin-bottom: 0; font-weight: 700; font-size: 1rem; }

/* ——— CTA strip ——— */
.cta-strip {
  padding: 1.75rem 1rem;
  text-align: center;
  background: var(--black);
  color: var(--white);
}
.cta-strip p {
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 1.05rem;
}
.cta-strip .section__title {
  color: var(--white);
  margin-bottom: 1rem;
}
.section__title--cta {
  font-size: clamp(1.45rem, 5vw, 2rem);
}
.hero__ctas--center {
  max-width: 42rem;
  margin: 0 auto;
}
.cta-strip__notes {
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 700;
  line-height: 1.5;
}

/* ——— Lists ——— */
.simple-list {
  list-style: none;
  max-width: 28rem;
  margin: 0 auto;
}
.simple-list li {
  padding: 0.65rem 0 0.65rem 1.6rem;
  position: relative;
  font-weight: 600;
  font-size: 1.02rem;
  border-bottom: 1px solid #ddd;
}
.simple-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  background: var(--yellow);
  border-radius: 2px;
}
.section--alt .simple-list li { border-color: #ccc; }
.simple-list--light li { border-color: #ccc; }

.copy-block {
  max-width: 42rem;
  margin: 0 auto;
}
.copy-block h2 {
  font-family: var(--font-head);
  font-size: clamp(1.35rem, 4.5vw, 1.75rem);
  text-transform: uppercase;
  line-height: 1.15;
  margin-bottom: 0.75rem;
}
.copy-block p {
  font-size: 1rem;
  margin-bottom: 0.85rem;
}
.copy-block__goal {
  font-weight: 700;
  margin-top: 0.5rem;
}
.section-note {
  max-width: 42rem;
  margin: 1rem auto 0;
  font-weight: 700;
}
.section-note--center { text-align: center; }
.section-cta-inline {
  justify-content: center;
  margin-top: 1rem;
}
.section-cta-inline--left {
  justify-content: flex-start;
}
.tagline-price {
  text-align: center;
  max-width: 42rem;
  margin: 0 auto 1rem;
  font-size: 1rem;
  font-weight: 700;
}

.steps-list {
  max-width: 36rem;
  margin: 0 auto;
  padding-left: 1.2rem;
}
.steps-list li {
  margin-bottom: 0.75rem;
  font-weight: 600;
}

.quote-grid {
  max-width: 42rem;
  margin: 0 auto;
  display: grid;
  gap: 0.75rem;
}
.quote-grid blockquote {
  margin: 0;
  background: #f5f5f5;
  border-left: 4px solid var(--yellow);
  border-radius: 6px;
  padding: 0.9rem 1rem;
  font-weight: 600;
}

.trust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  max-width: 32rem;
  margin: 0 auto;
}
.trust-grid div {
  background: var(--black);
  color: var(--white);
  padding: 1rem 0.85rem;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.95rem;
  text-align: center;
  border: 2px solid var(--yellow);
}

/* ——— Form ——— */
.form-wrap {
  max-width: 26rem;
  margin: 0 auto;
}
.form-card {
  background: var(--white);
  border: 3px solid var(--black);
  border-radius: 10px;
  padding: 1.35rem 1.15rem 1.5rem;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}
.form-card h2 {
  font-family: var(--font-head);
  text-align: center;
  text-transform: uppercase;
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
}
.form-card .sub {
  text-align: center;
  font-size: 0.9rem;
  margin-bottom: 1rem;
  color: #333;
}
#quote { scroll-margin-top: 1rem; scroll-margin-bottom: 5rem; }
.form-row { margin-bottom: 0.85rem; }
.form-row label {
  display: block;
  font-weight: 700;
  font-size: 0.85rem;
  margin-bottom: 0.3rem;
}
.form-row input,
.form-row textarea {
  width: 100%;
  padding: 0.75rem 0.85rem;
  border: 2px solid #ccc;
  border-radius: 6px;
  font: inherit;
  font-size: 1rem;
}
.form-row input:focus,
.form-row textarea:focus {
  outline: none;
  border-color: var(--yellow);
}
.form-row textarea { min-height: 88px; resize: vertical; }
.form-row input[type="file"] { font-size: 0.9rem; }
.form-hint { font-size: 0.78rem; color: #555; margin-top: 0.25rem; }
.form-error { color: #b00020; font-size: 0.82rem; display: block; margin-top: 0.25rem; }
input.error, textarea.error { border-color: #b00020 !important; }

/* ——— Footer ——— */
.lp-footer {
  background: #151515;
  color: var(--white);
  text-align: center;
  padding: 1.5rem 1rem 6rem;
  font-size: 0.9rem;
}
.lp-footer a { color: var(--yellow); font-weight: 700; text-decoration: none; }
.lp-footer a:hover { text-decoration: underline; }

/* ——— Sticky mobile call ——— */
.sticky-call {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 0.65rem 1rem calc(0.65rem + env(safe-area-inset-bottom));
  background: var(--yellow);
  box-shadow: 0 -6px 24px rgba(0, 0, 0, 0.35);
  grid-template-columns: 1.35fr 1fr;
  gap: 0.6rem;
}
.sticky-call a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 3rem;
  font-weight: 900;
  font-size: 1.1rem;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--black);
  border-radius: 6px;
}
.sticky-call__text {
  background: var(--black);
  color: var(--yellow) !important;
}
.sticky-call__call {
  background: rgba(255, 255, 255, 0.85);
}
@media (max-width: 767px) {
  .sticky-call { display: grid; }
  body.has-sticky-bar { padding-bottom: 5rem; }
}

/* ——— Small / older phones — more above the fold ——— */
@media (max-width: 480px) {
  .landing-topbar { font-size: 0.82rem; padding: 0.4rem 0.5rem; line-height: 1.25; }
  .lp-header { font-size: 0.85rem; padding: 0.45rem 0.65rem; }
  .hero {
    min-height: min(78vh, 560px);
    padding: 0.85rem 0.75rem 1.25rem;
  }
  .hero h1 {
    font-size: clamp(1.35rem, 6vw, 1.85rem);
    margin-bottom: 0.35rem;
  }
  .hero__sub {
    font-size: 0.92rem;
    margin-bottom: 0.65rem;
    line-height: 1.35;
  }
  .hero__phone-label { font-size: 0.8rem; margin-bottom: 0.1rem; }
  .hero__phone { font-size: clamp(1.35rem, 7vw, 1.85rem); margin-bottom: 0.65rem; }
  .hero-ads__reassure { font-size: 0.82rem; margin-top: 0.5rem; }
  .btn {
    min-height: 2.85rem;
    padding: 0.65rem 0.85rem;
    font-size: 0.88rem;
    letter-spacing: 0.02em;
  }
  .section { padding: 1.35rem 0.75rem; }
  .section__title { font-size: clamp(1.15rem, 4vw, 1.45rem); margin-bottom: 0.65rem; }
  .bullets li { font-size: 0.95rem; padding: 0.4rem 0 0.4rem 1.5rem; }
  .sticky-call a { font-size: 0.78rem; min-height: 2.65rem; padding: 0 0.35rem; }
}
