/* ═══════════════════════════════════════════════════════════
   Puget Sound Moving — landing.css
   Styles specific to template-landing.php.
   Loads alongside global.css + home.css.
   No nav, no full footer — built for conversions.
═══════════════════════════════════════════════════════════ */

/* ─── LANDING HEADER ───────────────────────────────────────── */
.lp-header {
  background: rgba(13,31,74,0.98);
  border-bottom: 2px solid var(--gold);
  position: sticky; top: 0; left: 0; right: 0; z-index: 1000;
  backdrop-filter: blur(12px);
}
.lp-header-inner {
  max-width: 1280px; margin: 0 auto;
  padding: 0 5%; height: 70px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.lp-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; flex-shrink: 0; }
.lp-logo-name { font-family: 'Bebas Neue', sans-serif; font-size: 20px; letter-spacing: 2px; color: var(--white); }
.lp-logo-sub  { font-family: 'Bebas Neue', sans-serif; font-size: 11px; letter-spacing: 4px; color: var(--gold); display: block; }
.lp-header-trust {
  display: flex; align-items: center; gap: 20px;
  font-size: 13px; color: rgba(255,255,255,0.45);
}
.lp-header-trust-item { display: flex; align-items: center; gap: 6px; white-space: nowrap; }
.lp-header-trust-item strong { color: var(--gold-light); font-weight: 700; }
.lp-header-phone {
  display: flex; align-items: center; gap: 8px; flex-shrink: 0;
  font-family: 'Bebas Neue', sans-serif; font-size: 22px;
  letter-spacing: 2px; color: var(--gold); text-decoration: none;
  transition: color .2s;
}
.lp-header-phone:hover { color: var(--white); }
.lp-header-phone svg { flex-shrink: 0; }

/* ─── HERO ─────────────────────────────────────────────────── */
.lp-hero {
  background: var(--navy); position: relative; overflow: hidden;
  padding: 80px 5% 72px;
}
.lp-hero-bg {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 70% 80% at 60% 20%, rgba(20,48,120,0.75) 0%, transparent 65%),
    radial-gradient(ellipse 50% 60% at 0% 90%, rgba(201,148,42,0.07) 0%, transparent 55%);
}
.lp-hero-skyline {
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 170px; opacity: .035; pointer-events: none;
}
.lp-hero-inner {
  position: relative; z-index: 2; max-width: 1280px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 440px; gap: 60px; align-items: center;
}
.lp-eyebrow {
  font-family: 'Bebas Neue', sans-serif; font-size: 13px;
  letter-spacing: 7px; color: rgba(201,148,42,0.7); margin-bottom: 20px;
  display: flex; align-items: center; gap: 14px;
}
.lp-eyebrow::before { content: ''; width: 40px; height: 2px; background: rgba(201,148,42,0.5); }
.lp-headline {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(40px, 5.2vw, 72px);
  line-height: .92; color: var(--white); letter-spacing: 2px; margin-bottom: 24px;
}
.lp-headline .lp-gold { color: var(--gold); display: block; }
.lp-sub {
  font-size: clamp(15px, 1.4vw, 17px); color: rgba(255,255,255,0.6);
  line-height: 1.75; margin-bottom: 28px; max-width: 520px;
}
.lp-sub strong { color: rgba(255,255,255,0.9); }
.lp-cities-served {
  display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px;
}
.lp-city-pill {
  font-family: 'Bebas Neue', sans-serif; font-size: 13px; letter-spacing: 2px;
  color: var(--gold); border: 1px solid rgba(201,148,42,0.35);
  padding: 5px 14px;
  clip-path: polygon(6px 0%,100% 0%,calc(100% - 6px) 100%,0% 100%);
  background: rgba(201,148,42,0.07);
}
.lp-phone-btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'Bebas Neue', sans-serif; font-size: 20px; letter-spacing: 2px;
  color: rgba(255,255,255,0.75); text-decoration: none; margin-top: 4px;
  transition: color .2s;
}
.lp-phone-btn:hover { color: var(--white); }
.lp-hero-trust {
  display: flex; gap: 28px; margin-top: 36px; padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.1); flex-wrap: wrap;
}
.lp-trust-item { text-align: center; }
.lp-trust-num  {
  font-family: 'Bebas Neue', sans-serif; font-size: 36px;
  /* White instead of gold — so form CTA button is the only gold element that pops */
  color: rgba(255,255,255,0.9); line-height: 1;
}
.lp-trust-label { font-size: 11px; color: rgba(255,255,255,0.35); letter-spacing: 1.5px; text-transform: uppercase; margin-top: 3px; }

/* Form box inside hero */
.lp-form-wrap {
  background: var(--white); padding: 32px 28px;
  box-shadow: 0 32px 80px rgba(0,0,0,0.4);
  position: relative;
}
.lp-form-wrap::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light), var(--gold));
}
/* Make the shortcode's submit button pop — it's the ONLY gold CTA on this page */
.lp-form-wrap input[type="submit"],
.lp-form-wrap button[type="submit"],
.lp-form-wrap .psm-submit,
.lp-form-wrap [type="submit"] {
  background: var(--gold) !important;
  color: var(--navy) !important;
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: 20px !important;
  letter-spacing: 3px !important;
  padding: 18px 24px !important;
  width: 100% !important;
  border: none !important;
  cursor: pointer !important;
  box-shadow: 0 6px 28px rgba(201,148,42,0.45) !important;
  transition: background .2s, transform .2s, box-shadow .2s !important;
}
.lp-form-wrap input[type="submit"]:hover,
.lp-form-wrap button[type="submit"]:hover,
.lp-form-wrap [type="submit"]:hover {
  background: var(--gold-light) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 36px rgba(201,148,42,0.55) !important;
}
/* Deprecated standalone headings (kept for compat if ACF re-adds them) */
.lp-form-heading { display: none; }
.lp-form-sub     { display: none; }

/* ─── GOLD TRUST STRIP ─────────────────────────────────────── */
.lp-trust-strip {
  background: var(--gold); padding: 14px 5%;
  display: flex; align-items: center; justify-content: center;
  gap: 28px; flex-wrap: wrap;
}
.lp-trust-strip-item {
  display: flex; align-items: center; gap: 7px;
  font-family: 'Bebas Neue', sans-serif; font-size: 13px;
  letter-spacing: 2px; color: var(--navy); opacity: 0.8;
}
.lp-trust-strip-item svg { flex-shrink: 0; opacity: 0.7; }
.lp-trust-strip-sep {
  width: 4px; height: 4px; background: rgba(13,31,74,0.2);
  border-radius: 50%; flex-shrink: 0;
}

/* ─── HOW IT WORKS ─────────────────────────────────────────── */
.lp-process { padding: 88px 0; background: var(--off-white); }
.lp-process-header { text-align: center; margin-bottom: 64px; }
.lp-process-header p { font-size: 16px; color: var(--text-mid); max-width: 520px; margin: 16px auto 0; line-height: 1.75; }
.lp-steps {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 0; position: relative;
  max-width: 1000px; margin: 0 auto;
}
.lp-steps::before {
  content: ''; position: absolute; top: 52px; left: 16%; right: 16%; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201,148,42,0.5), var(--gold), rgba(201,148,42,0.5), transparent);
}
.lp-step { text-align: center; padding: 0 32px; position: relative; }
.lp-step-circle {
  width: 96px; height: 96px; border-radius: 50%;
  background: var(--white); border: 2px solid rgba(13,31,74,0.12);
  display: flex; align-items: center; justify-content: center; flex-direction: column;
  margin: 0 auto 28px; position: relative; z-index: 1;
  transition: border-color .3s, box-shadow .3s;
  box-shadow: 0 4px 24px rgba(13,31,74,0.08);
}
.lp-step:hover .lp-step-circle { border-color: var(--gold); box-shadow: 0 0 0 6px rgba(201,148,42,0.1); }
.lp-step-num {
  font-family: 'Bebas Neue', sans-serif; font-size: 38px;
  color: var(--gold); line-height: 1;
}
.lp-step-icon {
  position: absolute; bottom: -8px; right: -4px;
  width: 28px; height: 28px; background: var(--gold); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.lp-step-title {
  font-family: 'Bebas Neue', sans-serif; font-size: 22px;
  letter-spacing: 1.5px; color: var(--navy); margin-bottom: 12px;
}
.lp-step-desc { font-size: 14.5px; color: var(--text-mid); line-height: 1.75; }

/* ─── WHY US ───────────────────────────────────────────────── */
.lp-why { padding: 88px 0; background: var(--white); }
.lp-why-header { margin-bottom: 52px; }
.lp-why-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px;
  background: #D8D5CC;
}
/* Reuses home-why-card — just need the 2-col grid override */

/* ─── REVIEWS ──────────────────────────────────────────────── */
.lp-reviews { padding: 88px 0; background: var(--off-white); }
.lp-reviews-header {
  display: flex; justify-content: space-between; align-items: flex-end;
  margin-bottom: 48px; flex-wrap: wrap; gap: 20px;
}
.lp-rating-block { text-align: right; }
.lp-rating-stars { color: var(--gold); font-size: 20px; letter-spacing: 3px; }
.lp-rating-num   { font-family: 'Bebas Neue', sans-serif; font-size: 52px; color: var(--navy); line-height: 1; }
.lp-rating-count { font-size: 13px; color: var(--text-light); letter-spacing: 1px; }

/* ─── LOCATIONS ────────────────────────────────────────────── */
.lp-locations { padding: 80px 0; background: var(--navy); }
.lp-locations-inner {
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start;
}
.lp-locations h2 { color: var(--white); }
.lp-locations p { color: rgba(255,255,255,0.5); font-size: 15px; line-height: 1.75; }
.lp-county-badges {
  display: flex; gap: 10px; flex-wrap: wrap; margin: 20px 0;
}
.lp-county-badge {
  background: rgba(201,148,42,0.12); border: 1px solid rgba(201,148,42,0.3);
  padding: 6px 16px; font-size: 13px; font-weight: 700;
  color: var(--gold-light); letter-spacing: 0.5px;
}
/* City tags on dark bg */
.lp-locations .city-tags { margin-top: 20px; }
.lp-locations .city-tag {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.65);
}
.lp-locations .city-tag:hover { background: var(--gold); border-color: var(--gold); color: var(--navy); }
.lp-locations-map { border: 2px solid rgba(201,148,42,0.25); overflow: hidden; position: relative; min-height: 380px; }
.lp-locations-map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; display: block; }

/* ─── FAQ ──────────────────────────────────────────────────── */
.lp-faq { padding: 80px 0; background: var(--off-white); }
.lp-faq-inner {
  display: grid; grid-template-columns: 340px 1fr; gap: 80px; align-items: start;
}
.lp-faq-sticky { position: sticky; top: 90px; }
.lp-faq-sticky p { font-size: 15px; color: var(--text-mid); line-height: 1.75; margin-top: 16px; }

/* ─── BOTTOM FORM ──────────────────────────────────────────── */
.lp-bottom-form { padding: 80px 5%; background: var(--white); }
.lp-bottom-form-inner { max-width: 560px; margin: 0 auto; text-align: center; }
.lp-bottom-form-inner .section-eyebrow { justify-content: center; }
.lp-bottom-form-inner .section-eyebrow::before { display: none; }
.lp-bottom-form-card {
  background: var(--off-white); padding: 40px 36px; margin-top: 32px;
  border-top: 4px solid var(--gold);
  box-shadow: 0 8px 40px rgba(13,31,74,0.08);
}

/* ─── LANDING FOOTER ───────────────────────────────────────── */
.lp-footer {
  background: #07112A; padding: 28px 5%;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.lp-footer-inner {
  max-width: 1280px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 16px;
}
.lp-footer-brand {
  font-family: 'Bebas Neue', sans-serif; font-size: 16px;
  letter-spacing: 2px; color: rgba(255,255,255,0.4);
}
.lp-footer-brand span { color: var(--gold); }
.lp-footer-links { display: flex; gap: 20px; flex-wrap: wrap; }
.lp-footer-links a {
  font-size: 12px; color: rgba(255,255,255,0.25);
  text-decoration: none; transition: color .2s;
}
.lp-footer-links a:hover { color: var(--gold); }
.lp-footer-legal { font-size: 11px; color: rgba(255,255,255,0.18); letter-spacing: 0.5px; }

/* ─── MOBILE STICKY CTA ────────────────────────────────────── */
.lp-mobile-cta {
  display: none;
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 999;
  background: var(--navy); border-top: 2px solid var(--gold);
  padding: 12px 20px; gap: 12px; align-items: center; justify-content: space-between;
}
.lp-mobile-cta a.lp-mobile-quote {
  background: var(--gold); color: var(--navy);
  font-family: 'Bebas Neue', sans-serif; font-size: 18px; letter-spacing: 2px;
  padding: 10px 28px; text-decoration: none; flex: 1; text-align: center;
  clip-path: polygon(8px 0%,100% 0%,calc(100% - 8px) 100%,0% 100%);
}
.lp-mobile-cta a.lp-mobile-phone {
  display: flex; align-items: center; gap: 8px;
  font-family: 'Bebas Neue', sans-serif; font-size: 17px; letter-spacing: 1px;
  color: var(--gold); text-decoration: none;
}

/* ─── RESPONSIVE ───────────────────────────────────────────── */
@media (max-width: 900px) {
  .lp-hero-inner       { grid-template-columns: 1fr; gap: 40px; }
  .lp-steps            { grid-template-columns: 1fr; gap: 40px; }
  .lp-steps::before    { display: none; }
  .lp-why-grid         { grid-template-columns: 1fr; }
  .lp-locations-inner  { grid-template-columns: 1fr; gap: 40px; }
  .lp-faq-inner        { grid-template-columns: 1fr; gap: 32px; }
  .lp-faq-sticky       { position: static; }
  .lp-reviews-header   { flex-direction: column; align-items: flex-start; }
  .lp-rating-block     { text-align: left; }
  .lp-trust-strip      { gap: 16px; justify-content: flex-start; }
  .lp-trust-strip-sep  { display: none; }
  .lp-header-trust     { display: none; }
  .lp-mobile-cta       { display: flex; }
  .lp-bottom-form      { padding-bottom: 100px; }/* clear sticky CTA */
  .reviews-grid        { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .lp-hero  { padding: 60px 5% 56px; }
  .lp-cities-served { gap: 6px; }
  .lp-city-pill { font-size: 11px; padding: 4px 10px; }
}
