/* ═══════════════════════════════════════════
   WESTPOINT MOVING — CSS
   Matches index.html design system
═══════════════════════════════════════════ */

/* ── VARIABLES (same as index.html) ── */
:root {
  --red:        #870000;
  --red-dark:   #5e0000;
  --red-light:  #a80000;
  --dark:       #1e2b1b;;
  --dark2:      #2d2d2d;
  --gray:       #666;
  --light-gray: #f5f5f5;
  --white:      #ffffff;
  --border:     #e0e0e0;
  --shadow:     0 4px 24px rgba(0,0,0,.08);
  --shadow-lg:  0 12px 48px rgba(0,0,0,.14);
}

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { font-family: 'Poppins', sans-serif; color: var(--dark2); background: var(--white); overflow-x: hidden; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; display: block; }

h1, h2, h3, h4, h5, h6, .section-title {
  font-family: 'Milanesa Serif', Georgia, 'Times New Roman', serif;
}

/* ── CONTAINER ── */
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ── SECTION COMMON ── */
.section { padding: 50px 0; }
.section-head { text-align: center; margin-bottom: 30px; }
.section-label {
  font-size: 12px; font-weight: 600; letter-spacing: 2px;
  text-transform: uppercase; color: var(--red); margin-bottom: 10px; display: block;
}
.section-label-light { color: rgba(255,255,255,.6); }
.section-title { font-size: clamp(28px, 4vw, 44px); font-weight: 800; line-height: 1.2; color: var(--dark); margin-bottom: 16px; }
.section-title-light { color: #fff; }
.section-subtitle { font-size: 16px; color: var(--gray); max-width: 100%; line-height: 1.7; }
.section-subtitle-light { color: rgba(255,255,255,.65); }
.section-head .section-subtitle { margin: 0 auto; }

/* ── BUTTONS ── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 22px; border-radius: 6px; font-weight: 600; font-size: 14px;
  cursor: pointer; border: 2px solid transparent; text-decoration: none; transition: all .25s;
  font-family: 'Poppins', sans-serif; box-sizing: border-box;
}
.btn-primary { background: var(--red); color: #fff; border-color: var(--red); }
.btn-primary i { color: #fff; }
.btn-primary:hover { background: var(--red-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(135,0,0,.35); }
.btn-outline { background: transparent; color: var(--red); border: 2px solid var(--red); }
.btn-outline:hover { background: var(--red); color: #fff; }
.btn-white { background: #fff; color: var(--red); font-weight: 600; border-color: #fff; }
.btn-white:hover { background: var(--light-gray); }
.btn-outline-white { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,.6); font-weight: 600; }
.btn-outline-white:hover { background: rgba(255,255,255,.12); border-color: #fff; }
.btn-full { width: 100%; justify-content: center; font-size: 16px; padding: 10px 16px; border-radius: 10px; }

/* ══════════════════════════════
   HEADER (logo + phone only, no nav)
══════════════════════════════ */
header {
  background: #fff; border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 1000;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 110px; transition: height .3s ease; }
.logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.logo img { height: 100px; width: auto; transition: height .3s ease; }
header.scrolled .header-inner { height: 90px; }
header.scrolled .logo img { height: 80px; }
.logo-text { display: flex; flex-direction: column; }
.logo-text span:first-child { font-size: 18px; font-weight: 800; color: var(--dark); line-height: 1.1; }
.logo-text span:last-child { font-size: 11px; letter-spacing: 1px; text-transform: uppercase; color: var(--red); }
.header-cta { display: flex; align-items: center; gap: 20px; }
.header-phone { display: flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 700; color: var(--dark); }
.header-phone i { color: var(--red); font-size: 16px; }
.header-phone a { color: var(--dark); transition: color .2s; }
.header-phone a:hover { color: var(--red); }

/* ══════════════════════════════
   HERO
══════════════════════════════ */
.hero { background: linear-gradient(135deg, #fafafa 0%, #f0ede8 100%); padding: 50px 0; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }

.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(135,0,0,.1); color: var(--red);
  padding: 6px 16px; border-radius: 50px; font-size: 13px; font-weight: 600;
  margin-bottom: 20px;
}
.hero-badges-row { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 20px; }
.hero h1 { font-size: clamp(26px, 3.5vw, 46px); font-weight: 900; line-height: 1.15; color: var(--dark); margin-bottom: 14px; }
.hero h1 span { color: var(--red); }
.hero-subtitle { font-size: 18px; font-weight: 600; color: var(--dark2); margin-bottom: 20px; }
.hero-checklist { display: flex; flex-direction: column; gap: 12px; margin-bottom: 20px; }
.hero-checklist li { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; color: var(--dark2); font-weight: 500; }
.hero-checklist li i { color: var(--red); font-size: 16px; flex-shrink: 0; margin-top: 2px; }
.hero-trust { padding-top: 24px; border-top: 1px solid var(--border); }
.hero-trust-grid { display: flex; flex-wrap: wrap; gap: 8px; }
.hero-trust-item {
  display: flex; align-items: center; gap: 8px;
  background: #fff; border: 1px solid var(--border);
  border-radius: 10px; padding: 8px 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,.04);
}
.hero-trust-icon { width: 34px; height: 34px; border-radius: 8px; background: rgba(135,0,0,.1); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hero-trust-icon i { font-size: 14px; color: var(--red); }
.hero-trust-value { font-size: 13px; font-weight: 700; color: var(--dark); line-height: 1.2; }
.hero-trust-label { font-size: 11px; color: var(--gray); margin-top: 1px; }
.hero-phone-row { display: flex; align-items: center; gap: 16px; padding: 20px; background: #fff; border-radius: 12px; box-shadow: var(--shadow); border-left: 4px solid var(--red); }
.hero-phone-row i { font-size: 24px; color: var(--red); flex-shrink: 0; }
.hero-phone-label { font-size: 11px; text-transform: uppercase; letter-spacing: 1px; color: var(--gray); }
.hero-phone-number { font-size: 22px; font-weight: 800; color: var(--dark); display: block; transition: color .2s; }
.hero-phone-number:hover { color: var(--red); }

/* Hero Form Card */
.hero-form-card { background: var(--dark); border-radius: 20px; padding: 40px 36px; box-shadow: var(--shadow-lg); height: 100%; }
.hero-form-card h3 { font-size: 26px; font-weight: 800; color: #fff; margin-bottom: 6px; }
.hero-form-card .form-subtitle { font-size: 14px; color: #aaa; margin-bottom: 28px; }
.quote-form { display: flex; flex-direction: column; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 10px; }
.form-group { display: flex; flex-direction: column; gap: 4px; margin-bottom: 10px; }
.form-group:last-of-type { margin-bottom: 0; }
.form-group label { font-size: 12px; font-weight: 600; color: #ccc; letter-spacing: .5px; }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
  border-radius: 8px; padding: 9px 14px; color: #fff;
  font-family: 'Poppins', sans-serif; font-size: 14px; outline: none; transition: border .2s;
  appearance: none; -webkit-appearance: none;
  height: 42px; box-sizing: border-box;
}
.form-group select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23aaaaaa' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 36px;
}
.form-group textarea {
  height: auto; resize: vertical; min-height: 72px; padding-top: 10px;
}
.form-group input::placeholder { color: #555; }
.form-group input:focus,
.form-group select:focus { border-color: var(--red); }
.form-group select option { background: var(--dark2); }
.form-submit { margin-top: 15px; }
.form-disclaimer { font-size: 11.5px; color: #777; text-align: center; margin-top: 12px; display: flex; align-items: center; justify-content: center; gap: 6px; }
.form-disclaimer i { color: #4ade80; }

/* ══════════════════════════════
   TRUST BAR
══════════════════════════════ */
.trust-bar { background: var(--dark); padding: 36px 0; }
.trust-bar-grid { display: flex; justify-content: space-around; align-items: center; flex-wrap: wrap; gap: 24px; }
.trust-item { display: flex; align-items: center; gap: 14px; }
.trust-item-icon { width: 48px; height: 48px; border-radius: 12px; background: rgba(135,0,0,.25); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.trust-item-icon i { font-size: 20px; color: #fff; }
.trust-value { font-size: 15px; font-weight: 600; color: #fff; line-height: 1.2; }
.trust-label { font-size: 11px; color: rgba(255,255,255,.45); margin-top: 2px; }
.trust-divider { width: 1px; height: 44px; background: rgba(255,255,255,.1); flex-shrink: 0; }
.hero-offer-strip{
    display:flex;
    align-items:center;
    width:fit-content;
    margin:25px 0 25px;
    background:#fff;
    border:2px solid #870000;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 8px 25px rgba(135,0,0,.08);
}

.offer-icon{
    width:72px;
    height:72px;
    background:#870000;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    flex-shrink:0;
}

.offer-content{
    display:flex;
    align-items:center;
    padding:0 24px;
    gap:18px;
}

.offer-discount{
    color:#870000;
    font-size:42px;
    font-weight:800;
    line-height:1;
    white-space:nowrap;
}

.offer-divider{
    width:1px;
    height:40px;
    background:#ddd;
}

.offer-text{
    font-size:22px;
    font-weight:700;
    color:#222;
    white-space:nowrap;
    letter-spacing:.5px;
}
@media (max-width: 768px){

    .hero-offer-strip{
        width:100%;
        max-width:360px;
    }

    .offer-icon{
        width:58px;
        height:58px;
        font-size:22px;
    }
    .offer-content {
        gap: 6px;
        padding: 0 15px;
    }

    .offer-discount{
        font-size:26px;
    }

    .offer-text{
        font-size:14px;
    }

    .offer-divider{
        height:28px;
    }
}
/* ══════════════════════════════
   ABOUT
══════════════════════════════ */
.about { background: #ffffff; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: stretch; }
.about-content h2 { font-size: clamp(24px, 3.5vw, 38px); font-weight: 800; color: var(--dark); margin-bottom: 20px; margin-top: 10px; line-height: 1.25; }
.about-content p { font-size: 15px; color: var(--gray); line-height: 1.8; margin-bottom: 18px; }
.about-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 36px; }
.stat { text-align: center; padding: 18px 8px; background: var(--light-gray); border-radius: 12px; border: 1px solid var(--border); transition: all .25s; }
.stat:hover { box-shadow: var(--shadow); background: #fff; }
.stat-value { font-size: 28px; font-weight: 900; color: var(--red); font-family: 'Milanesa Serif', Georgia, serif; line-height: 1; }
.stat-label { font-size: 11px; color: var(--gray); font-weight: 600; margin-top: 4px; line-height: 1.3; }

/* About Visual Card */
.about-visual { display: flex; }
.about-img-wrap { border-radius: 20px; overflow: hidden; box-shadow: var(--shadow-lg); width: 100%; flex: 1; }
.about-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; }
.visual-badge { display: inline-flex; align-items: center; gap: 7px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 50px; padding: 6px 14px; font-size: 12px; font-weight: 600; color: rgba(255,255,255,.8); }
.visual-badge i { color: #4ade80; font-size: 11px; }
.about-usdot { font-size: 11px; color: rgba(255,255,255,.3); display: flex; align-items: center; justify-content: center; gap: 8px; }

/* ══════════════════════════════
   SERVICES
══════════════════════════════ */
.services { background: #f5f5f5; }
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-bottom: 44px; }
.service-card {
  background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 0;
  position: relative; overflow: hidden; transition: all .3s;
  display: flex; flex-direction: column;
}
.service-card:hover { box-shadow: 0 20px 50px rgba(0,0,0,0.12); transform: translateY(-6px); border-color: transparent; }
.service-card-img { width: 100%; height: 250px; overflow: hidden; position: relative; }
.service-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.service-card:hover .service-card-img img { transform: scale(1.07); }
.service-card-img-overlay {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(to top, rgba(10,10,28,0.88) 0%, rgba(10,10,28,0.45) 55%, transparent 100%);
  padding: 52px 22px 20px;
  display: flex; align-items: center; gap: 12px;
}
.service-card-overlay-icon {
  width: 42px; height: 42px; border-radius: 10px; flex-shrink: 0;
  background: var(--red); display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 12px rgba(135,0,0,.4);
}
.service-card-overlay-icon i { font-size: 17px; color: #fff; }
.service-card-img-overlay h3 { font-size: 19px; font-weight: 800; color: #fff; margin: 0; line-height: 1.25; }
.service-card-body { padding: 20px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.service-card p { font-size: 14px; color: var(--gray); line-height: 1.7; margin-bottom: 10px; }
.service-card p:last-of-type { margin-bottom: 0; }
.service-link {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 700; color: var(--red);
  margin-top: auto; padding-top: 16px; border-top: 1px solid var(--border);
  transition: gap .2s;
}
.service-link:hover { gap: 14px; }
.services-cta { text-align: center; }

/* ══════════════════════════════
   PROCESS
══════════════════════════════ */
.process { background: #ffffff; }
.process-grid {
  display: flex; align-items: flex-start;
  position: relative; margin-bottom: 56px;
}
.process-grid::before {
  content: ''; position: absolute;
  top: 27px; left: 12.5%; right: 12.5%;
  height: 2px; background: var(--border); z-index: 0;
}
.process-step {
  flex: 1; text-align: center; padding: 0 20px;
  position: relative; background: none; border: none; border-radius: 0;
}
.process-number {
  width: 54px; height: 54px; border-radius: 50%;
  background: var(--red); color: #fff;
  font-size: 17px; font-weight: 600;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px;
  border: 4px solid #fff; box-shadow: 0 0 0 2px var(--red);
  position: relative; z-index: 1;
  font-family: 'Poppins', sans-serif;
}
.process-icon { display: none; }
.process-step h3 { font-size: 15px; font-weight: 700; color: var(--dark); margin-bottom: 10px; }
.process-step p { font-size: 13px; color: var(--gray); line-height: 1.65; }
.process-cta { text-align: center; }

/* ══════════════════════════════
   WHY CHOOSE US
══════════════════════════════ */
.why-us { background: #f0f4f8; }
.why-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; margin-bottom: 48px; }
.why-card {
  background: #fff; border: 1px solid var(--border); border-radius: 16px; padding: 0;
  transition: all .3s; position: relative; overflow: hidden;
  display: flex; flex-direction: column;
  flex: 0 0 calc(33.333% - 16px); min-width: 260px;
}
.why-card:hover { box-shadow: var(--shadow-lg); border-color: transparent; transform: translateY(-4px); }
.why-card-body { padding: 22px 22px 24px; display: flex; flex-direction: column; flex: 1; position: relative; text-align: center; align-items: center; }
.why-card-body::before { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 4px; background: var(--red); transition: width .3s; }
.why-card:hover .why-card-body::before { width: 100%; }
.why-card-img { width: 100%; height: 200px; overflow: hidden; }
.why-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s; }
.why-card:hover .why-card-img img { transform: scale(1.05); }
.why-card h3 { font-size: 16px; font-weight: 700; color: var(--dark); margin-bottom: 10px; line-height: 1.3; }
.why-card p { font-size: 14px; color: var(--gray); line-height: 1.65; flex: 1; }
.why-card-link {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 700; color: var(--red);
  margin-top: auto; padding-top: 14px; border-top: 1px solid var(--border);
  transition: gap .2s;
}
.why-card-link:hover { gap: 14px; }
.why-cta { text-align: center; }

/* ══════════════════════════════
   TESTIMONIALS
══════════════════════════════ */
.testimonials { background: #ffffff; }
.rating-summary { display: flex; align-items: center; justify-content: center; gap: 20px; margin-top: 20px; }
.rating-score { font-size: 56px; font-weight: 900; color: var(--dark); font-family: 'Milanesa Serif', Georgia, serif; line-height: 1; }
.rating-stars { display: flex; gap: 4px; }
.rating-stars i { color: #f5a623; font-size: 22px; }
.rating-count { font-size: 13px; color: var(--gray); margin-top: 4px; }
.reviews-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
@media (max-width: 900px) { .reviews-grid { grid-template-columns: 1fr; } }
.review-card { background: var(--light-gray); border: 1px solid var(--border); border-radius: 16px; padding: 28px; transition: all .3s; display: flex; flex-direction: column; }
.review-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); border-color: transparent; background: #fff; }
.review-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.review-stars i { color: #f5a623; font-size: 14px; }
.review-date { font-size: 12px; color: var(--gray); }
.review-card blockquote { font-size: 14px; color: var(--dark2); line-height: 1.75; margin-bottom: 20px; font-style: italic; flex: 1; }
.review-author { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.review-avatar { width: 42px; height: 42px; border-radius: 50%; flex-shrink: 0; background: var(--dark); color: #fff; font-weight: 700; font-size: 16px; display: flex; align-items: center; justify-content: center; }
.review-name { font-size: 14px; font-weight: 700; color: var(--dark); }
.review-platform { font-size: 12px; color: var(--gray); display: flex; align-items: center; gap: 5px; margin-top: 2px; }
.review-platform i { color: #4285f4; font-size: 13px; }

/* ══════════════════════════════
   FINAL CTA
══════════════════════════════ */
.final-cta { background: var(--red); padding: 80px 0; text-align: center; }
.final-cta h2 { font-size: clamp(28px, 5vw, 48px); font-weight: 900; color: #fff; margin-bottom: 16px; }
.final-cta p { font-size: 17px; color: rgba(255,255,255,.85); margin: 0 auto 36px; max-width: 580px; line-height: 1.7; }
.final-cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ══════════════════════════════
   FOOTER (copyright only)
══════════════════════════════ */
footer { background: var(--dark); padding: 24px 0; }
.footer-inner { display: flex; justify-content: center; align-items: center; gap: 24px; flex-wrap: wrap; }
.footer-logo-wrap { display: flex; align-items: center; gap: 10px; }
.footer-logo-wrap img { height: 40px; width: auto; }
.footer-inner p { font-size: 13px; color: #666; text-align: center; }
.footer-inner .sep { color: rgba(255,255,255,.15); }

/* ══════════════════════════════
   SCROLL ANIMATIONS
══════════════════════════════ */
.animate { opacity: 0; transform: translateY(24px); transition: opacity .55s ease, transform .55s ease; }
.animate.visible { opacity: 1; transform: translateY(0); }

/* ══════════════════════════════
   RESPONSIVE
══════════════════════════════ */
@media (max-width: 1100px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-grid { grid-template-columns: 1fr; }
  .about-visual { max-width: 480px; }
  .why-grid .why-card { flex: 0 0 calc(50% - 12px); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 820px) {
  .process-grid { flex-wrap: wrap; gap: 24px; }
  .process-step { flex: 0 0 calc(50% - 12px); }
  .process-grid::before { display: none; }
  .services-grid { grid-template-columns: 1fr; }
  .about-stats { grid-template-columns: repeat(2, 1fr); }
  .trust-divider { display: none; }
  .trust-bar-grid { gap: 20px; justify-content: center; }
  .header-cta .btn { display: inline-flex; }
  .header-cta { gap: 10px; }
  .header-inner { height: 90px; }
  .logo img { height: 80px; }
  .hero { padding: 40px 0; }
}
@media (max-width: 640px) {
  .section { padding: 50px 0; }
  .reviews-grid { grid-template-columns: 1fr; }
  .process-step { flex: 0 0 100%; }
  .why-grid .why-card { flex: 0 0 100%; }
  .final-cta-btns { flex-direction: column; align-items: center; }
  .rating-summary { flex-direction: column; gap: 10px; }
  .header-inner { height: 76px; }
  .logo img { height: 66px; }
  .header-cta { gap: 8px; }
}
/* ══════════════════════════════
   TRUST BAR (HAULING LP)
══════════════════════════════ */
.trust-bar-headline {
  text-align: center; color: #fff; font-size: clamp(24px, 3vw, 36px); font-weight: 700;
  margin-bottom: 32px; font-family: 'Milanesa Serif', Georgia, serif;
}
.dummy-logos-row {
  display: flex; align-items: center; justify-content: center;
  flex-wrap: wrap; gap: 16px; margin-bottom: 32px;
}
.dummy-logo-wrap {
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  padding: 10px 20px;
  transition: background .2s, border-color .2s;
}
.dummy-logo-wrap:hover {
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.22);
}
.dummy-logo {
  height: 40px; width: auto;
  opacity: 0.7; filter: brightness(0) invert(1);
  transition: opacity .2s;
}
.dummy-logo-wrap:hover .dummy-logo { opacity: 1; }
.featured-review {
  text-align: center; border-top: 1px solid rgba(255,255,255,.15); padding-top: 28px;
}
.featured-review-stars i { color: #f5a623; font-size: 14px; }
.featured-review blockquote {
  font-size: 16px; font-style: italic; color: rgba(255,255,255,.85);
  margin: 10px 0 8px; max-width: 560px; margin-left: auto; margin-right: auto; line-height: 1.65;
}
.featured-review span { font-size: 13px; color: rgba(255,255,255,.5); }
.featured-review span i { color: #4285f4; }

/* ══════════════════════════════
   ABOUT CTA
══════════════════════════════ */
.about-cta { margin-top: 28px; }
.about-stats { grid-template-columns: repeat(3, 1fr); }

/* ══════════════════════════════
   SERVICES 3-COL
══════════════════════════════ */
.services-grid-3 { grid-template-columns: repeat(3, 1fr); }
.services-cta { text-align: center; display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.service-card-centered { grid-column: 2; }

/* ══════════════════════════════
   WHO WE SERVE
══════════════════════════════ */
.who-we-serve { background: #fdf8f3; }
.clients-grid {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;
}
.client-block {
  display: flex; flex-direction: row; align-items: center; gap: 8px;
  padding: 10px 18px; white-space: nowrap;
  background: var(--white); border: 1px solid var(--border);
  border-radius: 50px; transition: all .25s;
}
.client-block:hover { box-shadow: var(--shadow); border-color: var(--red); transform: translateY(-2px); }
.client-icon {
  width: 32px; height: 32px; border-radius: 50%;
  background: rgba(135,0,0,.08); display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.client-icon i { font-size: 14px; color: var(--red); }
.client-label { font-size: 13px; font-weight: 600; color: var(--dark2); }

/* ══════════════════════════════
   PROCESS 6-STEP
══════════════════════════════ */
.process-grid-6 {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 32px; margin-bottom: 48px;
}
.process-grid-6::before { display: none; }
.process-grid-6 .process-step {
  text-align: center; background: var(--light-gray);
  border: 1px solid var(--border); border-radius: 16px;
  padding: 28px 20px; transition: all .3s;
}
.process-grid-6 .process-step:hover { box-shadow: var(--shadow); background: #fff; }
.process-grid-6 .process-number {
  margin-bottom: 14px; background: var(--red);
}
section.section.apart span {
    color: #850000;
    font-weight: 500;
}
/* ══════════════════════════════
   FEATURES GRID (WHY US)
══════════════════════════════ */
.features-grid {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 12px; margin-bottom: 0;
}
.feature-item {
  display: flex; align-items: center; gap: 12px;
  background: var(--white); border: 1px solid var(--border);
  border-radius: 12px; padding: 12px 14px; transition: all .3s;
  flex: 0 0 calc(25% - 9px);
}
.feature-item:hover { box-shadow: var(--shadow); border-color: var(--red); transform: translateY(-2px); }
.feature-icon { width: 40px; height: 40px; border-radius: 10px; background: rgba(135,0,0,.1); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.feature-icon i { font-size: 16px; color: var(--red); }
.feature-text { font-size: 13px; font-weight: 600; color: var(--dark2); line-height: 1.35; }

/* ══════════════════════════════
   WHAT SETS US APART
══════════════════════════════ */
.apart { background: #fdf8f3; }
.apart-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.apart-img { border-radius: 20px; overflow: hidden; box-shadow: var(--shadow-lg); }
.apart-img img { width: 100%; height: 480px; object-fit: cover; display: block; }
.apart-content h2 { font-size: clamp(24px, 3.5vw, 36px); font-weight: 800; color: var(--dark); margin-bottom: 18px; margin-top: 10px; line-height: 1.25; }
.apart-content p { font-size: 15px; color: var(--gray); line-height: 1.8; margin-bottom: 14px; font-style: italic; }
.apart-list { display: flex; flex-direction: column; gap: 12px; margin: 20px 0 28px; }
.apart-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; color: var(--dark2); font-weight: 500; }
.apart-list li i { color: var(--red); font-size: 16px; flex-shrink: 0; margin-top: 2px; }

/* ══════════════════════════════
   REVIEWS CTA
══════════════════════════════ */
.reviews-cta { text-align: center; margin-top: 40px; }

/* ══════════════════════════════
   FOOTER (HAULING)
══════════════════════════════ */
.footer-inner-hauling{
    display: grid;
    grid-template-columns: 180px 2fr 350px;
    gap: 32px;
}
.footer-logo-wrap { width: 220px; justify-content: left; }
.footer-logo-wrap img { height: 90px; width: auto; }
.footer-map {
    width: 350px;
}
.footer-map img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    opacity: .85;
}
.footer-details { text-align: center; }
.footer-details p { font-size: 13px; color: #888; line-height: 1.7; }
.footer-copy { margin-top: 6px; font-size: 12px !important; color: #555 !important; }

/* ══════════════════════════════
   RESPONSIVE — HAULING LP EXTRAS
══════════════════════════════ */
@media (max-width: 1100px) {
  .services-grid-3 { grid-template-columns: repeat(2, 1fr); }
  .service-card-centered { grid-column: auto; }
  .features-grid .feature-item { flex: 0 0 calc(50% - 10px); }
  .apart-grid { grid-template-columns: 1fr; }
  .apart-img { max-width: 560px; }
  .footer-inner-hauling { grid-template-columns: 1fr; text-align: center; }
     .footer-logo-wrap {
        justify-content: end;
    }
}
@media (max-width: 820px) {
  .badges-grid { gap: 16px; }
  .badge-divider { display: none; }
  .badge-item { padding: 0 12px; }
  .process-grid-6 { grid-template-columns: repeat(2, 1fr); }
  .clients-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .services-grid-3 { grid-template-columns: 1fr; }
  .clients-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid-6 { grid-template-columns: 1fr; }
  .features-grid .feature-item { flex: 0 0 100%; }
  .features-grid { gap: 10px; }
  .process-grid-6 { gap: 12px; }
  .apart-img img { height: 280px; }
  .trust-bar-headline { font-size: 17px; }
	.footer-map {
    width: 100%;
}
}

/* ── STICKY MOBILE CTA ── */
.sticky-cta {
  display: none;
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 999;
  background: #fff; border-top: 1px solid var(--border);
  padding: 12px 16px; gap: 10px;
  box-shadow: 0 -4px 16px rgba(0,0,0,.1);
}
.sticky-cta-btn { flex: 1; justify-content: center; }
@media (max-width: 780px) {
  .sticky-cta { display: flex; }
  body { padding-bottom: 70px; }
}

@media (max-width: 500px) {
  .form-row { grid-template-columns: 1fr; }
  .hero-form-card { padding: 28px 20px; }
}
@media (max-width: 650px) {
  .header-cta .btn-outline { display: none; }
}
@media (max-width: 480px) {
  .header-inner { height: 66px; }
  .logo img { height: 56px; }
  .btn { padding: 8px 16px; font-size: 13px; }
}

/* ══════════════════════════════
   TRUST BADGES ROW
══════════════════════════════ */
.trust-badges-row {
  display: flex; align-items: center; justify-content: center;
  flex-wrap: wrap; gap: 12px; margin-bottom: 28px;
}
.trust-badge {
  display: flex; align-items: center; gap: 12px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px; padding: 12px 18px;
  transition: background .2s, border-color .2s;
}
.trust-badge:hover { background: rgba(255,255,255,.13); border-color: rgba(255,255,255,.25); }
.trust-badge-icon {
  width: 44px; height: 44px; border-radius: 10px;
  background: rgba(135,0,0,.3); display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.trust-badge-icon i { font-size: 20px; color: #fff; }
.trust-badge-value { font-size: 14px; font-weight: 700; color: #fff; line-height: 1.2; }
.trust-badge-label { font-size: 11px; color: rgba(255,255,255,.5); margin-top: 2px; }
.trust-logos-section { margin-bottom: 0; }
.trust-logos-label {
  text-align: center; font-size: 11px; font-weight: 600; letter-spacing: 1.5px;
  text-transform: uppercase; color: rgba(255,255,255,.35); margin-bottom: 14px;
  padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1);
}

/* ══════════════════════════════
   WHO WE SERVE — DESCRIPTION
══════════════════════════════ */
.who-serve-desc {
  text-align: center; max-width: 100%; margin: 28px auto 0;
  font-size: 15px; color: var(--gray); line-height: 1.75;
}

/* ══════════════════════════════
   WHY US — CLOSING NOTE
══════════════════════════════ */
.why-us-note {
  text-align: center; max-width: 100%; margin: 28px auto 0;
  font-size: 15px; color: var(--gray); line-height: 1.75;
  font-style: italic;
}

@media (max-width: 600px) {
  .trust-badges-row { gap: 8px; }
  .trust-badge { padding: 10px 14px; }
  .trust-badge-icon { width: 38px; height: 38px; }
  .trust-badge-icon i { font-size: 16px; }
  .trust-badge-value { font-size: 13px; }
}

/* ══════════════════════════════
   ABOUT — STRONG TEXT
══════════════════════════════ */
.about-content strong { color: var(--dark2); font-weight: 700; }

/* ══════════════════════════════
   SERVICES — MOVING LP (5-CARD FLEX)
══════════════════════════════ */
.services-grid-moving {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 24px; margin-bottom: 44px;
}
.services-grid-moving .service-card { flex: 0 0 calc(33.333% - 17px); }

/* ══════════════════════════════
   PROCESS — 4 STEPS
══════════════════════════════ */
.process-grid-4 {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 28px; margin-bottom: 48px;
}

/* ══════════════════════════════
   FEATURE CARDS (MOVING LP WHY CHOOSE)
══════════════════════════════ */
.feature-cards-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.feature-card {
  background: #fff; border: 1px solid var(--border); border-radius: 16px;
  padding: 24px 22px; display: flex; align-items: flex-start; gap: 16px;
  transition: all .3s;
}
.feature-card:hover { box-shadow: var(--shadow-lg); border-color: transparent; transform: translateY(-3px); }
.feature-card-icon {
  width: 50px; height: 50px; border-radius: 12px; flex-shrink: 0;
  background: rgba(135,0,0,.1); display: flex; align-items: center; justify-content: center;
}
.feature-card-icon i { font-size: 20px; color: var(--red); }
.feature-card-body h4 { font-size: 15px; font-weight: 700; color: var(--dark); margin-bottom: 6px; font-family: 'Poppins', sans-serif; line-height: 1.3; }
.feature-card-body p { font-size: 13px; color: var(--gray); line-height: 1.65; }

/* ══════════════════════════════
   REVIEWS — 3-COL (MOVING LP)
══════════════════════════════ */
.reviews-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }

/* ══════════════════════════════
   RESPONSIVE — MOVING LP EXTRAS
══════════════════════════════ */
@media (max-width: 1100px) {
  .feature-cards-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .services-grid-moving .service-card { flex: 0 0 calc(50% - 12px); }
  .reviews-grid-3 { grid-template-columns: repeat(2, 1fr); }
  .process-grid-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 650px) {
  .reviews-grid-3 { grid-template-columns: 1fr; }
  .feature-cards-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .services-grid-moving .service-card { flex: 0 0 100%; }
  .process-grid-4 { grid-template-columns: 1fr; }
}
