/* Homepage design ("Modern Process-Led / Enterprise B2B") - index-2.php
   only, the design picked out of 4 comparison drafts (the other 3 and
   their dedicated stylesheets were deleted). Self-contained, built on
   top of site-pages.css's --tt-* tokens. */

.hm2-hero {
  background: var(--tt-bg);
  padding: 56px 0 64px;
  border-bottom: 1px solid var(--tt-border);
}
.hm2-hero-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 40px; align-items: center; }
.hm2-hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--tt-blue-soft, #e8f2fb); color: var(--tt-blue-deep);
  padding: 7px 16px; border-radius: 999px; font-size: 12.5px; font-weight: 700;
  letter-spacing: 0.04em; text-transform: uppercase; margin-bottom: 18px;
}
.hm2-hero h1 { font-size: clamp(28px, 4vw, 42px); line-height: 1.16; margin: 0 0 16px; color: var(--tt-slate); }
.hm2-hero .tt-lede { max-width: 560px; }
.hm2-hero .tt-promo-stack { margin-top: 26px; max-width: 560px; }

/* Floating stat-card stack, right column of the hero */
.hm2-hero-visual { position: relative; }
.hm2-visual-card {
  background: #fff; border-radius: var(--tt-radius); box-shadow: var(--tt-shadow);
  padding: 20px 22px; display: flex; align-items: center; gap: 14px; margin-bottom: 16px;
  border: 1px solid var(--tt-border);
}
.hm2-visual-card:nth-child(2) { margin-left: 36px; }
.hm2-visual-card:nth-child(3) { margin-left: 0; }
.hm2-visual-icon {
  width: 46px; height: 46px; border-radius: 12px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center; font-size: 19px; color: #fff;
}
.hm2-visual-card:nth-child(1) .hm2-visual-icon { background: linear-gradient(135deg, var(--tt-blue), var(--tt-blue-deep)); }
.hm2-visual-card:nth-child(2) .hm2-visual-icon { background: linear-gradient(135deg, var(--tt-green), var(--tt-green-deep)); }
.hm2-visual-card:nth-child(3) .hm2-visual-icon { background: linear-gradient(135deg, var(--tt-orange), var(--tt-orange-deep)); }
.hm2-visual-value { font-family: var(--p-display); font-size: 20px; font-weight: 700; color: var(--tt-slate); display: block; line-height: 1.2; }
.hm2-visual-label { font-size: 12.5px; color: var(--tt-muted); }
@media (max-width: 860px) {
  .hm2-hero-grid { grid-template-columns: 1fr; }
  .hm2-visual-card:nth-child(2) { margin-left: 0; }
}

/* Numbered process strip */
.hm2-process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; position: relative; }
.hm2-process-step { text-align: center; padding: 0 16px; position: relative; }
.hm2-process-num {
  width: 44px; height: 44px; border-radius: 50%; margin: 0 auto 14px;
  background: linear-gradient(135deg, var(--tt-blue), var(--tt-blue-deep)); color: #fff;
  display: flex; align-items: center; justify-content: center; font-family: var(--p-display);
  font-weight: 700; font-size: 17px; position: relative; z-index: 1;
  box-shadow: 0 6px 16px rgba(27,117,188,0.3);
}
.hm2-process-step h3 { font-size: 15.5px; color: var(--tt-slate); margin: 0 0 6px; }
.hm2-process-step p { font-size: 13px; color: var(--tt-muted); margin: 0; }
.hm2-process-step:not(:last-child)::after {
  content: "";
  position: absolute; top: 22px; left: 50%; width: 100%; height: 2px;
  background: var(--tt-border); z-index: 0;
}
@media (max-width: 760px) {
  .hm2-process { grid-template-columns: 1fr; gap: 28px; }
  .hm2-process-step:not(:last-child)::after { display: none; }
}

/* Enterprise / B2B panel */
.hm2-enterprise {
  background: linear-gradient(135deg, var(--tt-slate), #1c2128 75%);
  border-radius: var(--tt-radius); color: #fff; padding: 40px;
  display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 32px; align-items: center;
}
.hm2-enterprise h2 { color: #fff; margin: 0 0 12px; }
.hm2-enterprise p { color: rgba(255,255,255,0.82); margin: 0 0 18px; font-size: 14.5px; line-height: 1.6; }
.hm2-enterprise-list { list-style: none; margin: 0 0 22px; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.hm2-enterprise-list li { display: flex; align-items: center; gap: 10px; font-size: 13.5px; color: rgba(255,255,255,0.9); }
.hm2-enterprise-list i { color: var(--tt-green); }
.hm2-enterprise-cta {
  display: inline-flex; align-items: center; gap: 8px; text-decoration: none;
  background: #fff; color: var(--tt-blue-deep) !important; font-weight: 700; font-size: 14px;
  padding: 13px 24px; border-radius: 10px; box-shadow: 0 6px 16px rgba(0,0,0,0.2);
  transition: transform 0.15s ease;
}
.hm2-enterprise-cta:hover { transform: translateY(-2px); }
.hm2-enterprise-stats { display: flex; flex-direction: column; gap: 18px; }
.hm2-enterprise-stat { border-left: 3px solid var(--tt-orange); padding-left: 16px; }
.hm2-enterprise-stat-value { font-family: var(--p-display); font-size: 26px; font-weight: 700; display: block; }
.hm2-enterprise-stat-label { font-size: 12.5px; color: rgba(255,255,255,0.7); }
@media (max-width: 760px) {
  .hm2-enterprise { grid-template-columns: 1fr; padding: 28px; }
}

/* Comparison table: us vs traditional movers */
.hm2-compare { width: 100%; border-collapse: separate; border-spacing: 0; background: #fff; border-radius: var(--tt-radius); overflow: hidden; box-shadow: var(--tt-shadow); }
.hm2-compare th, .hm2-compare td { padding: 14px 18px; text-align: left; font-size: 13.5px; border-bottom: 1px solid var(--tt-border); }
.hm2-compare thead th { background: var(--tt-bg); font-family: var(--p-display); font-size: 12.5px; text-transform: uppercase; letter-spacing: 0.03em; color: var(--tt-muted); }
.hm2-compare thead th.hm2-col-us { color: var(--tt-blue-deep); background: var(--tt-blue-soft, #e8f2fb); }
.hm2-compare td.hm2-col-us { background: rgba(27,117,188,0.04); font-weight: 600; color: var(--tt-slate); }
.hm2-compare tr:last-child td { border-bottom: none; }
.hm2-compare i.fa-circle-check { color: var(--tt-green); }
.hm2-compare i.fa-circle-xmark { color: var(--tt-muted); }
.hm2-compare-wrap { overflow-x: auto; }

/* Reviews section - a real rating breakdown (not just a headline number),
   one featured quote, and a supporting grid of the rest so more actual
   feedback is visible without needing to click through a carousel. */
.hm2-rating-summary {
  display: flex; align-items: center; gap: 36px; justify-content: center;
  max-width: 640px; margin: 0 auto 40px; padding: 26px 30px;
  background: var(--tt-bg); border-radius: var(--tt-radius); flex-wrap: wrap;
}
.hm2-rating-score { display: flex; flex-direction: column; align-items: center; gap: 4px; flex-shrink: 0; }
.hm2-rating-number { font-family: var(--p-display); font-size: 40px; font-weight: 700; color: var(--tt-slate); line-height: 1; }
.hm2-rating-stars { color: var(--tt-orange); font-size: 14px; letter-spacing: 1px; }
.hm2-rating-count { font-size: 12px; color: var(--tt-muted); white-space: nowrap; }
.hm2-rating-bars { flex: 1; min-width: 220px; display: flex; flex-direction: column; gap: 6px; }
.hm2-rating-bar-row { display: flex; align-items: center; gap: 10px; font-size: 12px; color: var(--tt-muted); }
.hm2-rating-bar-label { width: 34px; flex-shrink: 0; display: flex; align-items: center; gap: 3px; }
.hm2-rating-bar-label i { color: var(--tt-orange); font-size: 10px; }
.hm2-rating-bar-track { flex: 1; height: 7px; border-radius: 999px; background: var(--tt-border); overflow: hidden; }
.hm2-rating-bar-fill { display: block; height: 100%; background: linear-gradient(90deg, var(--tt-orange), var(--tt-orange-deep)); border-radius: 999px; }
.hm2-rating-bar-count { width: 22px; flex-shrink: 0; text-align: right; }

.hm2-spotlight { max-width: 720px; margin: 0 auto 32px; text-align: center; }
.hm2-spotlight-stars { color: var(--tt-orange); font-size: 18px; margin-bottom: 14px; }
.hm2-spotlight-quote { font-family: var(--p-display); font-size: clamp(18px, 2.4vw, 24px); color: var(--tt-slate); line-height: 1.5; margin: 0 0 18px; }
.hm2-spotlight-quote::before { content: "\201C"; }
.hm2-spotlight-quote::after { content: "\201D"; }
.hm2-spotlight-meta { font-size: 13.5px; color: var(--tt-muted); font-weight: 600; }

.hm2-review-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; max-width: 1080px; margin: 0 auto; }
.hm2-review-card { background: var(--tt-bg); border-radius: var(--tt-radius); padding: 18px; }
.hm2-review-stars { color: var(--tt-orange); font-size: 11px; margin-bottom: 8px; }
.hm2-review-card p { font-size: 13px; line-height: 1.5; color: var(--tt-slate); margin: 0 0 10px; }
.hm2-review-meta { font-size: 12px; font-weight: 700; color: var(--tt-muted); }

@media (max-width: 860px) {
  .hm2-review-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .hm2-rating-summary { flex-direction: column; text-align: center; padding: 22px; }
  .hm2-review-grid { grid-template-columns: 1fr; }
}

/* City-specific service guides (cost/bike/goods pages per city) - full-width
   colorful banner ribbons, each linking straight into the real per-city
   landing pages instead of the generic quote page. */
.hm2-cg3-list { display: flex; flex-direction: column; gap: 16px; }
.hm2-cg3-banner {
  display: flex; align-items: center; flex-wrap: wrap; gap: 18px 24px;
  border-radius: 16px; padding: 22px 26px; color: #fff;
  background: linear-gradient(120deg, var(--tt-blue), var(--tt-blue-deep));
}
.hm2-cg3-banner.hm2-tone-orange { background: linear-gradient(120deg, var(--tt-orange), var(--tt-orange-deep)); }
.hm2-cg3-banner.hm2-tone-green { background: linear-gradient(120deg, var(--tt-green), var(--tt-green-deep)); }
.hm2-cg3-banner-head { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.hm2-cg3-icon {
  width: 46px; height: 46px; border-radius: 12px; display: flex; align-items: center; justify-content: center;
  font-size: 19px; background: rgba(255,255,255,0.22);
}
.hm2-cg3-banner-head h3 { margin: 0; font-size: 16px; color: #fff; white-space: nowrap; }
.hm2-cg3-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.hm2-cg3-chip {
  padding: 8px 16px; border-radius: 999px; text-decoration: none; font-weight: 700; font-size: 13.5px;
  background: rgba(255,255,255,0.16); color: #fff; border: 1px solid rgba(255,255,255,0.3);
  transition: background 0.15s ease;
}
.hm2-cg3-chip:hover { background: rgba(255,255,255,0.32); }

@media (max-width: 560px) {
  .hm2-cg3-banner { padding: 18px; }
  .hm2-cg3-banner-head h3 { white-space: normal; }
}

/* "Our Moving Services" - 4 highlighted core services + a lighter row of
   everything else. Two-tier so the services people ask for most (packers
   and movers, goods transport, bike transport, storage) stand out instead
   of getting lost in a flat 10-15 item grid. */
.hm2-svc-featured {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-bottom: 28px;
}
.hm2-svc-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  background: #fff;
  border: 1px solid var(--tt-border);
  border-radius: 16px;
  padding: 26px 22px 24px;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 1px 2px rgba(35,42,51,0.04);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.hm2-svc-card:hover, .hm2-svc-card:focus-visible {
  transform: translateY(-4px);
  border-color: var(--tt-blue);
  box-shadow: 0 8px 20px rgba(27,117,188,0.14), 0 2px 6px rgba(35,42,51,0.06);
}
.hm2-svc-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: linear-gradient(135deg, var(--tt-orange), var(--tt-orange-deep));
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 4px 10px;
  border-radius: 999px;
}
.hm2-svc-icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  background: linear-gradient(135deg, var(--tt-blue), var(--tt-blue-deep));
  box-shadow: 0 6px 14px rgba(27,117,188,0.28);
}
.hm2-svc-card h3 { margin: 4px 0 0; font-size: 17px; color: var(--tt-slate); line-height: 1.3; }
.hm2-svc-card p { margin: 0; font-size: 13.5px; line-height: 1.55; color: var(--tt-muted); }

/* Everything else - compact chips, icon + label only, no description */
.hm2-svc-other {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 14px;
}
.hm2-svc-chip {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid var(--tt-border);
  border-radius: 12px;
  padding: 13px 16px;
  text-decoration: none;
  color: var(--tt-slate);
  font-size: 14px;
  font-weight: 600;
  transition: transform 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}
.hm2-svc-chip:hover, .hm2-svc-chip:focus-visible {
  border-color: var(--tt-blue);
  background: var(--tt-blue-soft, #e8f2fb);
  transform: translateY(-2px);
}
.hm2-svc-chip-icon {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: var(--tt-blue-deep);
  background: var(--tt-blue-soft, #e8f2fb);
}

.hm2-svc-viewall {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: var(--tt-blue-deep);
  font-weight: 700;
  font-size: 14px;
  padding: 12px 22px;
  border-radius: 999px;
  border: 1.5px solid var(--tt-blue);
  transition: background 0.15s ease, color 0.15s ease;
}
.hm2-svc-viewall:hover { background: var(--tt-blue); color: #fff !important; }

@media (max-width: 992px) {
  .hm2-svc-featured { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .hm2-svc-featured { grid-template-columns: 1fr; }
  .hm2-svc-other { grid-template-columns: repeat(2, 1fr); }
  .hm2-svc-chip { font-size: 13px; padding: 11px 12px; }
}
