@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,900&family=Droid+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap");

:root {
  --navy: #111111;
  --navy-mid: #1a1a1a;
  --blue: #5ac535;
  --blue-light: #6dd648;
  --gold: #5ac535;
  --gold-light: #7de85c;
  --cream: #f4faf2;
  --off-white: #edf7ea;
  --text: #111111;
  --text-muted: #4a5a45;
  --border: #d4eacf;
  --white: #ffffff;
  --radius: 8px;
  --radius-lg: 14px;
  --shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 8px 40px rgba(0, 0, 0, 0.16);
  --font-head: "Droid Serif", Georgia, serif;
  --font-body: "DM Sans", sans-serif;
  --transition: 0.25s ease;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.scroll-in {
  opacity: 1;
  transform: none;
}

.scroll-in.active {
  animation: fadeInDown 0.8s ease-out forwards;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  color: var(--text);
  font-size: 16px;
  line-height: 1.65;
  background: #fff;
}

/* One heading font, one body font — inherit from :root vars */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-head);
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
}

.wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.wrap-sm {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 24px;
}

.section {
  padding: 30px 24px;
  scroll-behavior: smooth;
}

.section-sm {
  padding: 48px 24px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 30px;
  border-radius: 50px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  white-space: nowrap;
  position: relative;
}

.btn:hover {
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.btn-primary {
  background: var(--gold);
  color: #111111;
  border-color: var(--gold);
}

.btn-primary:hover {
  background: var(--gold-light);
  border-color: var(--gold-light);
  box-shadow: 0 6px 20px rgba(201, 146, 42, 0.35);
}

.btn-outline {
  background: transparent;
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.7);
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
}

.btn-navy {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}

.btn-navy:hover {
  background: var(--navy-mid);
  border-color: var(--navy-mid);
}

.btn-ghost {
  background: transparent;
  color: var(--blue);
  border-color: var(--blue);
}

.btn-ghost:hover {
  background: var(--blue);
  color: #fff;
}

.tag {
  display: inline-block;
  font-family: var(--font-head);
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #5ac535;
  margin-bottom: 10px;
}

/* .tag::before{content:'— '} */
.section-title {
  font-family: var(--font-head);
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  color: var(--navy);
  line-height: 1.25;
  margin-bottom: 12px;
}

.section-eyebrow {
  margin-bottom: 8px;
}

.how-eyebrow {
  margin-top: -12px;
  margin-bottom: 6px;
}

.section-sub {
  font-size: 1rem;
  color: var(--text-muted);
  max-width: 560px;
  line-height: 1.7;
}

.subpage-body p {
  margin: 0 0 1.15rem;
}

.subpage-body p:last-child {
  margin-bottom: 0;
}

.intl-overseas {
  background: #fff;
  padding: clamp(48px, 6vw, 80px) 24px;
}

.intl-overseas__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.intl-overseas__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 48px);
  align-items: stretch;
}

.intl-overseas__visual {
  display: flex;
  min-height: 100%;
  height: 100%;
}

.intl-overseas__visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  border-radius: 16px;
  object-fit: cover;
  object-position: center;
}

.intl-overseas__accent {
  width: 48px;
  height: 4px;
  background: #5ac535;
  border-radius: 2px;
  margin-bottom: 16px;
}

.intl-overseas__title {
  font-family: var(--font-head);
  font-size: clamp(1.75rem, 3.2vw, 2.35rem);
  font-weight: 800;
  color: #111;
  line-height: 1.2;
  margin: 0 0 clamp(28px, 3.5vw, 36px);
}

.intl-overseas__items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 32px) clamp(20px, 3vw, 28px);
}

.intl-overseas__item {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px 16px;
  align-items: start;
}

.intl-overseas__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 10px;
  background: rgba(90, 197, 53, 0.14);
  color: #5ac535;
  flex-shrink: 0;
}

.intl-overseas__item-title {
  font-family: var(--font-head);
  font-size: 1rem;
  font-weight: 800;
  color: #111;
  margin: 0 0 8px;
  line-height: 1.3;
}

.intl-overseas__text p {
  margin: 0;
  font-size: 0.9rem;
  color: #333;
  line-height: 1.65;
}

@media (max-width: 960px) {
  .intl-overseas__grid {
    grid-template-columns: 1fr;
  }

  .intl-overseas__visual {
    min-height: 0;
    height: auto;
  }

  .intl-overseas__visual img {
    height: auto;
    min-height: 0;
    max-height: 420px;
    aspect-ratio: 4 / 3;
  }

  .intl-overseas__items {
    grid-template-columns: 1fr;
  }
}

.intl-costs {
  background: #fff;
  padding: clamp(48px, 6vw, 80px) 24px;
}

.intl-costs__inner {
  max-width: 960px;
  margin: 0 auto;
}

.intl-costs__title {
  font-family: var(--font-head);
  font-size: clamp(1.75rem, 3.2vw, 2.35rem);
  font-weight: 800;
  color: #111;
  line-height: 1.2;
  margin: 0 0 20px;
}

.intl-costs__intro,
.intl-costs__outro {
  font-size: 1rem;
  color: #222;
  line-height: 1.75;
  margin: 0 0 28px;
}

.intl-costs__outro {
  margin-bottom: 0;
  margin-top: 28px;
}

.intl-costs__table-wrap {
  border: 1px solid #5ac535;
  border-radius: 12px;
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.intl-costs__table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--font-body);
  font-size: 0.95rem;
  min-width: 520px;
}

.intl-costs__table thead {
  background: #5ac535;
  color: #fff;
}

.intl-costs__table th,
.intl-costs__table td {
  padding: 14px 16px;
  border: 1px solid #5ac535;
  vertical-align: middle;
}

.intl-costs__table thead th {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 0.9rem;
  text-align: center;
  line-height: 1.35;
}

.intl-costs__table thead th:first-child {
  text-align: left;
}

.intl-costs__table tbody th {
  font-weight: 700;
  color: #111;
  text-align: left;
  background: #fff;
}

.intl-costs__table tbody td {
  text-align: center;
  color: #111;
  background: #fff;
  font-weight: 500;
}

.intl-faq {
  background: #f5f5f5;
  padding: clamp(40px, 5vw, 64px) 24px;
}

.intl-faq__inner {
  max-width: 800px;
  margin: 0 auto;
}

.intl-faq__list .intl-faq__item {
  background: #f0f0f0;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  margin-bottom: 12px;
}

.intl-faq__list .intl-faq__item:last-child {
  margin-bottom: 0;
}

.intl-faq__q {
  padding: 18px 20px;
  color: #333;
  font-weight: 600;
  gap: 16px;
}

.intl-faq__q:hover {
  background: #ebebeb;
}

.intl-faq__toggle {
  width: 34px;
  height: 34px;
  border-radius: 6px;
  background: #3a3a3a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  font-weight: 300;
  line-height: 1;
  flex-shrink: 0;
  transition: background 0.25s ease;
}

.intl-faq__item.open .intl-faq__toggle {
  background: #5ac535;
}

.intl-faq__item.open .intl-faq__q {
  background: #f0f0f0;
}

.intl-faq__list .intl-faq__a {
  border-top: none;
  padding: 0 20px 18px;
  color: #555;
  font-size: 0.95rem;
  line-height: 1.7;
}

#custom-page-international .intl-faq__q,
#custom-page-international .intl-faq__q:hover,
#custom-page-international .intl-faq__item.open .intl-faq__q {
  color: #333;
  opacity: 1;
}

#custom-page-international .intl-faq__q:hover {
  background: #e8e8e8;
}

/* International page — full-bleed hero (matches home banner height) */
#custom-page-international.ld-page .ld-page-hero.intl-hero {
  position: relative;
  overflow: hidden;
  padding: 0;
  text-align: left;
  min-height: 650px;
  display: flex;
  align-items: center;
  background: #111
    url("https://mgvanlines.com/wp-content/uploads/2026/06/viber_image_2026-06-04_23-13-45-818.jpg")
    center center / cover no-repeat;
}

#custom-page-international .intl-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.82) 0%,
    rgba(0, 0, 0, 0.55) 42%,
    rgba(0, 0, 0, 0.2) 68%,
    rgba(0, 0, 0, 0.08) 100%
  );
  pointer-events: none;
}

#custom-page-international .intl-hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 80px 24px 90px;
}

#custom-page-international .intl-hero__content {
  max-width: 640px;
  margin-left: clamp(24px, 6vw, 72px);
}

#custom-page-international .intl-hero h1 {
  font-family: var(--font-head);
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  line-height: 1.18;
  color: #fff;
  margin: 0 0 14px;
  text-align: left;
  max-width: none;
}

#custom-page-international .intl-hero__lead {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 0 0 22px;
  text-align: left;
  max-width: 36em;
}

#custom-page-international .intl-hero__actions {
  margin-top: 0;
}

#custom-page-international .intl-hero__phone {
  background: #69c639ad;
  border: 1px solid rgba(105, 198, 57, 0.85);
  color: #fff !important;
}

#custom-page-international .intl-hero__phone:hover {
  background: #5ac535;
  border-color: #5ac535;
  color: #111 !important;
}

#custom-page-international .intl-services__eyebrow,
#custom-page-international .intl-services__title {
  font-family: var(--font-head);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.25;
  margin: 0 0 12px;
}

#custom-page-international .intl-services__eyebrow {
  font-size: clamp(1.6rem, 3vw, 2.3rem);
}

#custom-page-international .intl-services__title {
  font-size: clamp(1.85rem, 3.4vw, 2.65rem);
  margin-bottom: 16px;
}

#custom-page-international .intl-services__grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
}

#custom-page-international .intl-services__grid .intl-dest-card:nth-child(1) {
  grid-column: 1 / span 2;
}

#custom-page-international .intl-services__grid .intl-dest-card:nth-child(2) {
  grid-column: 3 / span 2;
}

#custom-page-international .intl-services__grid .intl-dest-card:nth-child(3) {
  grid-column: 5 / span 2;
}

#custom-page-international .intl-services__grid .intl-dest-card:nth-child(4) {
  grid-column: 2 / span 2;
}

#custom-page-international .intl-services__grid .intl-dest-card:nth-child(5) {
  grid-column: 4 / span 2;
}

/* International Moving Services cards — image crop only */
#custom-page-international .intl-services a.intl-dest-card {
  text-decoration: none;
  color: inherit;
}

#custom-page-international .intl-services .intl-dest-card {
  padding: 0;
  overflow: hidden;
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
}

#custom-page-international .intl-services .intl-dest-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

#custom-page-international .intl-services .intl-dest-card__media {
  position: relative;
  overflow: hidden;
  height: clamp(200px, 22vw, 280px);
  background: var(--off-white);
}

#custom-page-international .intl-services .intl-dest-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
  transform: scale(1.1);
  transform-origin: left center;
  transition: transform 0.35s ease;
}

#custom-page-international .intl-services .intl-dest-card:hover .intl-dest-card__media img {
  transform: scale(1.14);
  transform-origin: left center;
}

#custom-page-international .intl-services .intl-dest-card__body {
  padding: 20px 18px 18px;
  background: var(--cream);
}

#custom-page-international .intl-services .intl-dest-card__body h3 {
  color: var(--navy);
  margin-bottom: 10px;
}

#custom-page-international .intl-services .intl-dest-card__body p {
  color: var(--text-muted);
  margin-bottom: 0;
}

@media (max-width: 900px) {
  #custom-page-international .intl-services__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  #custom-page-international .intl-services__grid .intl-dest-card:nth-child(1) {
    grid-column: 1 / span 2;
  }

  #custom-page-international .intl-services__grid .intl-dest-card:nth-child(2) {
    grid-column: 3 / span 2;
  }

  #custom-page-international .intl-services__grid .intl-dest-card:nth-child(3) {
    grid-column: 1 / span 2;
  }

  #custom-page-international .intl-services__grid .intl-dest-card:nth-child(4) {
    grid-column: 3 / span 2;
  }

  #custom-page-international .intl-services__grid .intl-dest-card:nth-child(5) {
    grid-column: 2 / span 2;
  }
}

@media (max-width: 560px) {
  #custom-page-international .intl-services__grid {
    grid-template-columns: 1fr;
  }

  #custom-page-international .intl-services__grid .intl-dest-card:nth-child(n) {
    grid-column: 1;
  }

  #custom-page-international .intl-services .intl-dest-card__media {
    height: clamp(220px, 52vw, 280px);
  }
}

#custom-page-international .intl-destinations {
  position: relative;
  overflow: hidden;
  padding: clamp(56px, 7vw, 88px) 24px;
  background: linear-gradient(165deg, #f2f9ee 0%, #e6f3df 45%, #edf7e8 100%);
  color: #1a1a1a;
}

#custom-page-international .intl-destinations::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 55% at 12% 50%, rgba(90, 197, 53, 0.18) 0%, transparent 65%),
    radial-gradient(ellipse 50% 40% at 88% 20%, rgba(90, 197, 53, 0.08) 0%, transparent 55%);
  pointer-events: none;
}

#custom-page-international .intl-destinations__inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
}

#custom-page-international .intl-destinations__header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto clamp(36px, 5vw, 52px);
}

#custom-page-international .intl-destinations__eyebrow {
  display: inline-block;
  margin: 0 0 12px;
  padding: 6px 14px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #3d8f28;
  background: rgba(90, 197, 53, 0.2);
  border: 1px solid rgba(90, 197, 53, 0.4);
  border-radius: 20px;
}

#custom-page-international .intl-destinations__title {
  font-family: var(--font-head);
  font-size: clamp(1.85rem, 3.6vw, 2.65rem);
  font-weight: 800;
  color: #1a1a1a;
  margin: 0 0 14px;
  line-height: 1.15;
}

#custom-page-international .intl-destinations__intro {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.7;
  color: #444;
}

#custom-page-international .intl-destinations__showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  gap: clamp(28px, 4vw, 48px);
  align-items: center;
}

#custom-page-international .intl-destinations__globe {
  position: relative;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: clamp(300px, 38vw, 460px);
  padding: clamp(12px, 2vw, 24px) clamp(20px, 4vw, 40px) clamp(20px, 4vw, 40px) 0;
}

#custom-page-international .intl-destinations__globe-ring {
  position: absolute;
  left: 0;
  top: 50%;
  width: min(100%, 480px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(
    circle at 45% 40%,
    rgba(125, 232, 92, 0.4) 0%,
    rgba(90, 197, 53, 0.16) 42%,
    transparent 68%
  );
  border: 1px solid rgba(90, 197, 53, 0.28);
  box-shadow:
    0 0 48px rgba(90, 197, 53, 0.2),
    inset 0 0 40px rgba(90, 197, 53, 0.1);
  transform: translateY(-50%);
  animation: intl-globe-pulse 4s ease-in-out infinite;
}

@keyframes intl-globe-pulse {
  0%,
  100% {
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(-50%) scale(1.03);
    opacity: 0.92;
  }
}

#custom-page-international .intl-destinations__globe img {
  position: relative;
  z-index: 1;
  display: block;
  width: min(100%, 500px);
  height: auto;
  margin: 0;
  object-fit: contain;
  filter: drop-shadow(0 16px 32px rgba(26, 60, 18, 0.18));
}

#custom-page-international .intl-destinations__nav {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#custom-page-international .intl-destinations__card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 14px 16px;
  align-items: center;
  padding: 16px 18px 16px 14px;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid rgba(90, 197, 53, 0.22);
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(26, 60, 18, 0.06);
  transition:
    transform 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

#custom-page-international .intl-destinations__card:hover {
  transform: translateX(6px);
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(90, 197, 53, 0.5);
  box-shadow: 0 8px 24px rgba(26, 60, 18, 0.12);
}

#custom-page-international .intl-destinations__card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(90, 197, 53, 0.16);
  color: #3d8f28;
  flex-shrink: 0;
  transition: background 0.25s ease;
}

#custom-page-international .intl-destinations__card:hover .intl-destinations__card-icon {
  background: rgba(90, 197, 53, 0.28);
}

#custom-page-international .intl-destinations__card-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

#custom-page-international .intl-destinations__card-label {
  font-family: var(--font-head);
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.25;
}

#custom-page-international .intl-destinations__card-hint {
  font-size: 0.82rem;
  color: #666;
  line-height: 1.4;
}

#custom-page-international .intl-destinations__card-arrow {
  font-size: 1.25rem;
  font-weight: 300;
  color: #5ac535;
  opacity: 0.6;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}

#custom-page-international .intl-destinations__card:hover .intl-destinations__card-arrow {
  opacity: 1;
  transform: translateX(4px);
}

@media (max-width: 900px) {
  #custom-page-international .intl-destinations__showcase {
    grid-template-columns: 1fr;
  }

  #custom-page-international .intl-destinations__globe {
    min-height: 0;
    justify-content: center;
    padding: 0 0 8px;
  }

  #custom-page-international .intl-destinations__globe-ring {
    left: 50%;
    transform: translate(-50%, -50%);
  }

  @keyframes intl-globe-pulse {
    0%,
    100% {
      transform: translate(-50%, -50%) scale(1);
      opacity: 1;
    }
    50% {
      transform: translate(-50%, -50%) scale(1.03);
      opacity: 0.92;
    }
  }

  #custom-page-international .intl-destinations__globe img {
    width: min(100%, 360px);
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  #custom-page-international .intl-destinations__card {
    grid-template-columns: 44px minmax(0, 1fr) auto;
    padding: 14px 14px 14px 12px;
  }

  #custom-page-international .intl-destinations__card-icon {
    width: 44px;
    height: 44px;
  }
}


#custom-page-international .intl-overseas__visual {
  overflow: visible;
}

#custom-page-international .intl-overseas__visual img {
  object-position: 8% center;
  transform: scale(1.06);
  transform-origin: left center;
}

#custom-page-international .intl-flags {
  padding: clamp(32px, 4vw, 48px) 24px 0;
  background: #fff;
}

#custom-page-international .intl-flags__inner {
  max-width: 1180px;
  margin: 0 auto;
}

#custom-page-international .intl-flags__inner img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 280px;
  object-fit: cover;
  object-position: center;
  border-radius: var(--radius-lg);
}

@media (max-width: 900px) {
  #custom-page-international.ld-page .ld-page-hero.intl-hero {
    min-height: clamp(420px, 70vw, 560px);
    text-align: center;
  }

  #custom-page-international .intl-hero__inner {
    padding: 56px 20px 64px;
  }

  #custom-page-international .intl-hero__content {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }

  #custom-page-international .intl-hero h1,
  #custom-page-international .intl-hero__lead {
    text-align: center;
  }

  #custom-page-international .intl-hero__actions {
    justify-content: center;
  }
}

.svc-storage-split {
  background: #fff;
  padding: clamp(48px, 6vw, 80px) 24px;
}

.svc-storage-split__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.svc-storage-split__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}

.svc-storage-split__visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  object-fit: cover;
}

.svc-storage-split__eyebrow {
  font-family: var(--font-head);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 700;
  color: #111;
  margin: 0 0 4px;
  line-height: 1.3;
}

.svc-storage-split__title {
  font-family: var(--font-head);
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 800;
  color: #111;
  line-height: 1.15;
  margin: 0 0 24px;
}

.svc-storage-split__body {
  font-size: 1rem;
  color: #333;
  line-height: 1.75;
  margin: 0 0 16px;
}

.svc-storage-split__body:last-of-type {
  margin-bottom: 28px;
}

.svc-storage-split__brand {
  color: #5ac535;
  font-weight: 600;
  font-style: italic;
}

.svc-storage-split__cta {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.svc-storage-split__phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 28px;
  border: 2px solid #5ac535;
  border-radius: 50px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.95rem;
  color: #111;
  text-decoration: none;
  transition:
    background 0.25s ease,
    transform 0.25s ease;
}

.svc-storage-split__phone svg {
  color: #5ac535;
}

.svc-storage-split__phone:hover {
  background: rgba(90, 197, 53, 0.08);
  transform: translateY(-2px);
}

@media (max-width: 900px) {
  .svc-storage-split__grid {
    grid-template-columns: 1fr;
  }
}

.svc-bundle {
  background: #f9f9f9;
  padding: clamp(56px, 7vw, 96px) 24px;
}

.svc-bundle__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.svc-bundle__title {
  font-family: var(--font-head);
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 800;
  color: #111;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 clamp(40px, 5vw, 64px);
}

.svc-bundle__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(36px, 4vw, 56px) clamp(24px, 3vw, 40px);
}

.svc-bundle__item {
  text-align: left;
}

.svc-bundle__check {
  display: block;
  margin-bottom: 14px;
}

.svc-bundle__item-title {
  font-family: var(--font-head);
  font-size: 1.05rem;
  font-weight: 800;
  color: #111;
  margin: 0 0 8px;
  line-height: 1.3;
}

.svc-bundle__item-desc {
  margin: 0;
  font-size: 0.92rem;
  color: #555;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .svc-bundle__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .svc-bundle__grid {
    grid-template-columns: 1fr;
  }
}

.svc-flexible {
  background: #fff;
  padding: clamp(56px, 7vw, 96px) 24px;
}

.svc-flexible__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.svc-flexible__title {
  font-family: var(--font-head);
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 800;
  color: #111;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 16px;
}

.svc-flexible__intro {
  text-align: center;
  font-size: 0.95rem;
  color: #333;
  line-height: 1.7;
  max-width: 680px;
  margin: 0 auto clamp(40px, 5vw, 56px);
}

.svc-flexible__brand {
  color: #5ac535;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.svc-flexible__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
}

.svc-flexible__card {
  position: relative;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 14px;
  padding: 28px 28px 48px;
  overflow: hidden;
  transition: box-shadow 0.25s ease;
}

.svc-flexible__card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  height: 90px;
  background: linear-gradient(45deg, transparent 50%, #5ac535 50%);
  border-radius: 0 0 0 13px;
  pointer-events: none;
}

.svc-flexible__card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px;
  height: 120px;
  background: repeating-linear-gradient(
    135deg,
    transparent,
    transparent 6px,
    rgba(90, 197, 53, 0.2) 6px,
    rgba(90, 197, 53, 0.2) 7px
  );
  border-radius: 0 0 0 13px;
  pointer-events: none;
}

.svc-flexible__card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.07);
}

.svc-flexible__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 2px solid #5ac535;
  border-radius: 10px;
  color: #5ac535;
  margin-bottom: 18px;
}

.svc-flexible__card-title {
  font-family: var(--font-head);
  font-size: 1.05rem;
  font-weight: 800;
  color: #111;
  margin: 0 0 10px;
  line-height: 1.3;
}

.svc-flexible__card-desc {
  margin: 0;
  font-size: 0.88rem;
  color: #555;
  line-height: 1.65;
}

.svc-flexible__card--wide {
  grid-column: span 1;
}

@media (min-width: 961px) {
  .svc-flexible__grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .svc-flexible__card {
    grid-column: span 2;
  }

  .svc-flexible__card--wide:nth-last-child(2) {
    grid-column: 2 / span 2;
  }

  .svc-flexible__card--wide:last-child {
    grid-column: 4 / span 2;
  }
}

@media (max-width: 960px) {
  .svc-flexible__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .svc-flexible__grid {
    grid-template-columns: 1fr;
  }
}

.divider {
  width: 52px;
  height: 4px;
  background: var(--gold);
  border-radius: 2px;
  margin: 12px 0 20px;
}

.check-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 12px;
}

.check-item .icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--gold);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  flex-shrink: 0;
  margin-top: 2px;
  font-weight: 700;
}

.check-item .body strong {
  display: block;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 2px;
}

.check-item .body span {
  font-size: 0.9rem;
  color: var(--text-muted);
}

/* =========================
HEADER
========================= */

header#site-header {
  background: #69c639;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  position: sticky;
  top: 0;
  z-index: 9999;
  width: 100%;
  isolation: isolate;
}

/* Open mobile menu must stack above page content (hero, etc.) */
#site-header.nav-open {
  z-index: 100050;
  overflow: visible;
  isolation: auto;
}

#site-header.nav-open .hamburger {
  position: relative;
  z-index: 100090;
}

.header-inner {
  max-width: 1800px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 26px;
  min-height: 92px;
  position: relative;
}

/* =========================
LOGO
========================= */

.logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  cursor: pointer;
}

.logo img {
  height: 105px;
  width: auto;
  display: block;
  border-radius: 10px;
}

/* =========================
NAVIGATION
========================= */

nav {
  flex: 1;
  min-width: 0;
  display: flex;
  justify-content: center;
}

nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;

  margin: 0;
  padding: 0;
  list-style: none;

  flex-wrap: nowrap;
  white-space: nowrap;
}

nav ul li {
  position: relative;
  flex-shrink: 0;
}

/* NAV LINKS */

nav ul li > a {
  display: flex;
  align-items: center;
  gap: 4px;

  text-decoration: none;
  white-space: nowrap;

  font-size: 1.05rem;
  font-weight: 700;
  color: #111;

  padding: 8px 4px;
  border-radius: 6px;

  transition: all 0.25s ease;
}

nav ul li > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

nav ul li > a.active {
  color: #fff;
}

nav ul li > a .caret,
nav ul li .caret {
  font-size: 0.78rem;
  transition: transform 0.25s ease;
}

nav ul li:hover .caret {
  transform: rotate(180deg);
}

nav ul li.has-dropdown {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2px;
}

nav ul li.has-dropdown > button.caret-btn {
  background: none;
  border: none;
  padding: 4px 6px;
  margin: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  -webkit-tap-highlight-color: transparent;
}

nav ul li.has-dropdown > button.caret-btn:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
  border-radius: 4px;
}

/* HOVER GAP FIX */

nav ul li > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  height: 12px;
}

/* =========================
DROPDOWN
========================= */

.dropdown {
  display: none;

  position: absolute;
  top: calc(100% + 6px);
  left: 0;

  min-width: 230px;

  background: #fff;
  border-radius: 14px;
  padding: 8px 0;

  border: 1px solid rgba(0, 0, 0, 0.08);

  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.16);

  z-index: 999;
}

.dropdown::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  height: 10px;
}

nav ul li:hover > .dropdown {
  display: block;
}

.dropdown li {
  width: 100%;
}

.dropdown li a {
  display: block;
  padding: 11px 18px;

  text-decoration: none;
  white-space: nowrap;

  color: #222;
  font-size: 0.85rem;
  font-weight: 600;

  transition: all 0.2s ease;
}

.dropdown li a:hover {
  background: #edfce8;
  color: #59c52f;
  padding-left: 24px;
}

/* =========================
RIGHT SECTION
========================= */

.header-right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.header-phone {
  display: flex;
  align-items: center;
  gap: 8px;

  color: #111;
  font-size: 1.15rem;
  font-weight: 700;

  white-space: nowrap;
}

.header-phone-num {
  font-size: 1.15rem;
}

.header-phone svg {
  flex-shrink: 0;
}

.header-phone a {
  display: flex;
  align-items: center;
  column-gap: 5px;
  text-decoration: none;
  color: #111;
}

.header-quote-short {
  display: none;
}

.header-quote-long {
  display: inline;
}

.header-right .btn.btn-primary {
  font-size: 1.15rem;
  padding: 12px 26px !important;
}

/* =========================
BUTTON
========================= */

.btn.btn-primary {
  background: #59c52f;
  color: #000;

  padding: 11px 24px !important;

  border-radius: 999px;
  text-decoration: none;

  font-size: 0.95rem;
  font-weight: 800;

  transition: 0.25s ease;
}

.btn.btn-primary:hover {
  transform: translateY(-1px);
  background: #74d94d;
}

/* =========================
HAMBURGER
========================= */

.hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

/* =========================
LARGE SCREEN TUNING
========================= */

@media (max-width: 1600px) {
  nav ul {
    gap: 8px;
  }

  nav ul li > a {
    font-size: 1.08rem;
    padding: 8px 5px;
  }

  .logo img {
    height: 95px;
  }
}

@media (max-width: 1400px) {
  nav ul {
    gap: 5px;
  }

  nav ul li > a {
    font-size: 0.95rem;
    padding: 8px 2px;
  }

  .logo img {
    height: 88px;
  }
}

/* =========================
MOBILE
========================= */

@media (max-width: 1100px) {
  /* HEADER */

  .header-inner {
    min-height: auto;
    padding: 10px 18px;
  }

  .logo img {
    height: 74px;
  }

  /* HAMBURGER */

  .hamburger {
    display: block;
    z-index: 1200;
  }

  /* HIDE RIGHT SECTION */

  .header-right {
    display: none;
  }

  /* MOBILE NAV */

  nav {
    position: absolute;
    top: 100%;
    left: 0;

    width: 100%;

    background: #69c639;

    padding: 14px 18px 22px;

    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);

    display: none;

    z-index: 100060;
  }

  /* OPEN NAV */

  #site-header.nav-open nav {
    display: block;
    z-index: 100060;
  }

  /* MOBILE MENU LIST */

  nav > ul {
    flex-direction: column;
    align-items: stretch;
    gap: 6px;

    width: 100%;
  }

  nav ul li {
    width: 100%;
  }

  nav ul li > a {
    width: 100%;

    justify-content: space-between;

    padding: 14px 16px;

    background: rgba(255, 255, 255, 0.08);

    border-radius: 10px;

    font-size: 1.1rem;
  }

  nav ul li > a:hover {
    background: rgba(255, 255, 255, 0.14);
  }

  nav ul li > a.active {
    color: #69c639;
  }

  nav ul li.has-dropdown {
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 4px;
  }

  nav ul li.has-dropdown > a {
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
  }

  nav ul li.has-dropdown > button.caret-btn {
    align-self: stretch;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    color: #111;
  }

  nav ul li.has-dropdown > button.caret-btn:hover {
    background: rgba(255, 255, 255, 0.14);
  }

  /* MOBILE DROPDOWN */

  .dropdown {
    position: static;

    display: none;

    width: 100%;

    margin-top: 6px;

    border-radius: 10px;

    box-shadow: none;

    background: rgba(255, 255, 255, 0.08);

    border: none;

    padding: 8px;
  }

  .dropdown::before {
    display: none;
  }

  nav ul li.submenu-open > .dropdown {
    display: block;
  }

  .dropdown li a {
    padding: 12px 14px;
    font-size: 0.9rem;
    border-radius: 8px;
    color: #222;
  }

  .dropdown li a:hover {
    padding-left: 14px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
  }
}

/* PAGE SYSTEM — each PHP page is its own document; always show content */
.custom-page {
  display: block;
  position: relative;
  z-index: 0;
}

/* HERO — content aligned left */
#custom-page-home .hero,
.hero {
  background:
    /*     linear-gradient(
  135deg,
  rgba(10,10,10,0.82) 0%,
  rgba(17,17,17,0.72) 45%,
  rgba(26,46,20,0.78) 100%
), */ url("https://mgvanlines.com/wp-content/uploads/2026/05/dd228113-9d4e-4e13-8ffc-fd27440ce0cd.jpeg");

  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;

  min-height: 650px;
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: flex-start;

  padding: 80px 24px 90px;

  position: relative;
  overflow: hidden;
  color: #fff;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    repeat;
}

.hero-inner {
  width: 100%;
  max-width: 1180px;
  margin: 0;
  margin-right: auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* display:grid;
grid-template-columns:1.1fr 1fr;
gap:40px; */
  position: relative;
  z-index: 1;
}

.hero-content {
  text-align: left;
  max-width: 640px;
  margin: 0;
  margin-left: clamp(24px, 6vw, 72px);
  margin-right: auto;
  align-self: flex-start;
}

.hero-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(90, 197, 53, 0.18);
  color: var(--gold-light);
  border: 1px solid rgba(90, 197, 53, 0.35);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 16px;
  animation: slideInLeft 0.6s ease-out;
}

.hero h1 {
  font-family: var(--font-head);
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  line-height: 1.18;
  margin-bottom: 8px;
  color: #fff;
  animation: slideInLeft 0.7s ease-out 0.1s both;
}

.hero h1 em {
  font-style: normal;
}

.hero-sub {
  font-size: 1.3rem;
  margin-bottom: 6px;
  line-height: 1.7;
  animation: slideInLeft 0.8s ease-out 0.2s both;
  font-weight: 700;
}

.hero-offer {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 24px;
  animation: slideInLeft 0.8s ease-out 0.25s both;
}

.hero-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  animation: slideInLeft 0.8s ease-out 0.3s both;
  align-items: center;
  justify-content: flex-start;
}

.hero-btns .btn.btn-primary {
  min-width: 100px;
  max-width: 320px;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  background: #69c639ad;
}

.hero-visual {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}

.hero-card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-lg);
  padding: 16px 18px;
  display: flex;
  gap: 12px;
  align-items: center;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  animation: slideInRight 0.6s ease-out backwards;
}

.hero-visual .hero-card:nth-child(1) {
  animation-delay: 0.1s;
}

.hero-visual .hero-card:nth-child(2) {
  animation-delay: 0.2s;
}

.hero-card:hover {
  transform: translateX(6px) scale(1.02);
  box-shadow: 0 8px 24px rgba(90, 197, 53, 0.3);
}

.hero-card .ico {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  background: rgba(90, 197, 53, 0.25);
  color: var(--gold-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
}

.hero-card .info strong {
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
}

.hero-card .info span {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.6);
}

/* COMPARISON TABLE — northAmerican-style layout */
.compare-section {
  background: #fff;
  padding: 40px 24px;
}

.compare-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.compare-inner h2,
.compare-inner .section-title.compare-title {
  font-family: var(--font-head);
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  color: var(--navy);
  text-align: center;
  margin-bottom: 8px;
}

.compare-intro-block .why-inner {
  text-align: center;
}

.compare-intro-block .compare-intro-text {
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--text-muted);
  max-width: 900px;
  margin: 0 auto 16px;
  text-align: center;
}

.compare-intro-block .compare-title {
  margin-top: 8px;
  margin-bottom: 8px;
}

.compare-intro-block .section-sub {
  margin: 0 auto 20px;
  text-align: center;
}

.services-preview-header .services-preview-eyebrow {
  font-family: var(--font-head);
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  color: var(--navy);
  text-align: center;
  margin-bottom: 8px;
}

.services-preview-header #svc-preview-title {
  margin-top: 0;
  text-align: center;
}

.why-header .section-title:first-child {
  margin-bottom: 8px;
}

.compare-inner .section-sub {
  text-align: center;
  margin: 0 auto 28px;
}

.compare-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-family: var(--font-body);
  color: #111827;
  border-radius: 0 0 14px 14px;
  overflow: hidden;
  box-shadow: none;
}

.compare-table thead {
  background: #fff;
  color: #111;
}

.compare-table thead tr {
  vertical-align: bottom;
}

.compare-table thead th {
  padding: 22px 14px 18px;
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
  border-right: 1px solid #7de85c;
  border-bottom: 1px solid #7de85c;
  vertical-align: bottom;
  background: #fff;
  color: #374151;
}

.compare-table thead th:last-child,
.compare-table td:last-child {
  border-right: none;
}

.compare-table thead th.features-col {
  text-align: left !important;
  background: #f9fafb !important;
  vertical-align: bottom;
}

.cmp-features-label {
  display: block;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: #6b7280;
  text-transform: uppercase;
}

.mg-col-header {
  background: transparent !important;
  padding: 8px 10px 0 !important;
  vertical-align: bottom;
  border-bottom: 1px solid #7de85c !important;
}

.mg-brand-block {
  background: linear-gradient(180deg, #7de85c 0%, #7de85c 100%);
  color: #000;
  border-radius: 12px 12px 0 0;
  margin: -26px auto 0;
  max-width: 200px;
  padding: 16px 12px 18px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(12, 61, 102, 0.35);
}

.mg-brand-mark {
  width: 42px;
  height: 42px;
  margin: 0 auto 10px;
  border-radius: 50%;
  background: #fff;
  color: #0c3d66;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0;
}

.mg-brand-text {
  line-height: 1.45;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mg-brand-title {
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mg-brand-title img {
  display: block;
  margin: 0 auto;
  width: 100px;
  max-width: 100%;
  height: auto;
}

.mg-brand-reg {
  font-size: 0.65em;
  font-weight: 500;
  vertical-align: super;
  margin-left: 1px;
}

.mg-brand-tag {
  display: block;
  margin-top: 4px;
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0;
  opacity: 1;
}

.cmp-alt-header {
  background: #fff !important;
}

.cmp-alt-icon {
  width: 36px;
  height: 36px;
  margin: 0 auto 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7de85c;
}

.cmp-alt-icon svg {
  width: 32px;
  height: 32px;
  display: block;
  color: #7de85c;
  stroke: #7de85c;
}

.compare-table .service-type {
  font-size: 0.88rem;
  font-weight: 500;
  color: #374151;
  white-space: normal;
  line-height: 1.45;
}

.compare-table tbody tr {
  border-bottom: none;
  transition: background 0.2s;
}

.compare-table tbody tr:hover td:not(.mg-col) {
  background: #fafafa;
}

.compare-table tbody tr:hover td.mg-col {
  background: #e8f0f8;
}

.compare-table tbody tr:last-child td {
  border-bottom: none;
}

.compare-table td {
  padding: 16px 14px;
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
  border-right: 1px solid #7de85c;
  border-bottom: 1px solid #7de85c;
  vertical-align: middle;
  background: #fff;
  color: #000;
}

.compare-table td.features-col {
  font-weight: 700;
  color: #111827;
  text-align: left;
  background: #fff;
  font-size: 0.86rem;
  line-height: 1.45;
}

.compare-table .mg-col {
  background: #eef4fa;
}

.cmp-cell-center {
  text-align: center;
}

.cmp-check {
  position: relative;
  display: inline-flex;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #7de85c;
  color: #7de85c;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  box-shadow: 0 2px 6px rgba(125, 232, 92, 0.35);
}

.cmp-check::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 45%;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2.5px 2.5px 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

.compare-table .cmp-alt-icon,
.compare-table .cmp-alt-icon svg {
  color: #7de85c;
  stroke: #7de85c;
}

.compare-table .cmp-check {
  background: #7de85c;
  color: #7de85c;
}

.compare-table .no {
  color: #374151;
  font-size: 0.88rem;
  font-weight: 500;
}

.risk-pill {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 999px;
  font-weight: 500;
  font-size: 0.88rem;
  letter-spacing: 0;
  white-space: nowrap;
}

.risk-pill--low {
  background: #d1fae5;
  color: #065f46;
  border: 1px solid #7de85c;
}

.risk-pill--medium {
  background: #fef3c7;
  color: #92400e;
  border: 1px solid #7de85c;
}

.risk-pill--high {
  background: #fee2e2;
  color: #991b1b;
  border: 1px solid #7de85c;
}

/* INTRO */
.intro {
  background: var(--cream);
}

.intro-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.intro-visual {
  background: linear-gradient(135deg, #111111 0%, #5ac535 100%);
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 6rem;
  position: relative;
  overflow: hidden;
}

.intro-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius-lg);
}

.intro-content .tag {
  margin-bottom: 8px;
}

.intro-content p {
  color: var(--text-muted);
  font-size: 1rem;
  margin-bottom: 16px;
  line-height: 1.75;
}

.intro-content p strong {
  color: var(--navy);
}

/* SERVICES PREVIEW */
.services-preview {
  background: var(--cream);
  color: var(--text);
}

.services-preview .section-title {
  color: var(--navy);
}

.services-preview .section-sub {
  color: var(--text-muted);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.services-preview-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.services-preview-header {
  margin-bottom: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
}

.services-preview-header .section-title,
.services-preview-header .section-sub {
  width: 100%;
  text-align: center;
}

.services-preview-header .divider {
  margin: 12px auto 20px;
  flex-shrink: 0;
}

.svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

a.svc-card,
a.resource-card {
  text-decoration: none;
  color: inherit;
  display: block;
}

.svc-card {
  background: var(--cream);
  border: 2px solid var(--blue);
  border-radius: var(--radius-lg);
  padding: 20px 18px;
  transition:
    background 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
  cursor: pointer;
  overflow: hidden;
}

.svc-card:hover {
  background: linear-gradient(135deg, #fff 0%, rgba(90, 197, 53, 0.08) 100%);
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 8px 32px rgba(90, 197, 53, 0.3);
}

.svc-card .s-icon {
  width: 100%;
  height: 250px;
  margin-bottom: 12px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.svc-card .s-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.svc-card:hover .s-icon {
  transform: scale(1.08);
}

.svc-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--blue);
  margin-bottom: 10px;
  text-transform: uppercase;
}

.svc-card p {
  font-size: 0.87rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 0;
}

.svc-card .svc-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 7px;
  font-size: 0.82rem;
  font-weight: 700;
  color: #5ac535;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
}

.svc-card:hover .svc-link {
  color: #7de85c;
  gap: 10px;
}

/* WHY CHOOSE */
.why {
  background: #fff;
}

.why-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.why-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
  margin-bottom: 36px;
}

.why-header .section-title,
.why-header .section-sub,
.why-header > p {
  width: 100%;
  text-align: center;
}

.why-header .divider {
  margin: 12px auto 20px;
  flex-shrink: 0;
}

.why-header .section-sub {
  margin: 0 auto;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.why-card {
  background: var(--cream);
  border-radius: var(--radius-lg);
  padding: 24px 20px;
  border: 1px solid var(--border);
  transition:
    box-shadow var(--transition),
    transform var(--transition),
    background 0.3s ease;
  cursor: pointer;
}

.why-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-8px) scale(1.02);
  background: linear-gradient(135deg, #f4faf2 0%, rgba(90, 197, 53, 0.08) 100%);
}

.why-card .w-icon {
  width: 54px;
  height: 54px;
  border-radius: 12px;
  background: linear-gradient(135deg, #111111 0%, #5ac535 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 14px;
  color: var(--gold-light);
}

.why-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 10px;
}

.why-card p {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.65;
}

/* HOW IT WORKS */
.how-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.how-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
  margin-bottom: 36px;
}

.how-header .section-title,
.how-header .section-eyebrow {
  width: 100%;
  text-align: center;
}

.how-header .divider {
  margin: 12px auto 20px;
  flex-shrink: 0;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  position: relative;
}

.steps-grid::before {
  content: "";
  position: absolute;
  top: 36px;
  left: calc(6.25% + 20px);
  right: calc(6.25% + 20px);
  height: 2px;
  background: linear-gradient(to right, #5ac535, #111111);
  z-index: 0;
}

.step-card {
  text-align: center;
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 22px 16px 20px;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  transition: all 0.3s ease;
  cursor: pointer;
}

.step-card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: var(--shadow-lg);
}

.step-num {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: linear-gradient(135deg, #111111 0%, #5ac535 100%);
  color: #fff;
  font-family: var(--font-head);
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  box-shadow: 0 4px 14px rgba(26, 79, 160, 0.35);
}

.step-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 10px;
}

.step-card p {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* SERVICE AREA */
.service-area {
  background: var(--cream);
  padding: 60px 24px 40px;
}

.service-area-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.service-area-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
  margin-bottom: 28px;
}

.service-area-header .section-title,
.service-area-header .section-sub {
  width: 100%;
  text-align: center;
}

.service-area-header .section-sub {
  margin-left: auto;
  margin-right: auto;
}

.service-area-header .divider {
  margin: 12px auto 20px;
  flex-shrink: 0;
}

.cities-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 0;
}

.service-areas-layout {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 0;
}

.service-areas-figure {
  position: relative;
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border);
  background: #fff;
}

.service-map-marker {
  position: absolute;
  left: 44%;
  top: 52%;
  z-index: 2;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #111111 0%, #5ac535 100%);
  color: #fff;
  font-family: var(--font-head);
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
  pointer-events: none;
}

.service-map-marker-label {
  position: absolute;
  left: 44%;
  top: calc(52% + 42px);
  z-index: 2;
  transform: translateX(-50%);
  font-size: 0.9rem;
  color: var(--navy);
  font-family: var(--font-head);
  white-space: nowrap;
  text-shadow:
    0 1px 3px #fff,
    0 0 8px #fff;
  pointer-events: none;
}

.service-areas-figure img {
  width: 100%;
  height: auto;
  display: block;
}

.testimonial-section {
  width: 100%;
  margin: 12px 0 0;
  padding: 0;
  text-align: center;
}

.testimonial-section img {
  display: block;
  width: 785px;
  max-width: 100%;
  margin: 0 auto;
  object-fit: cover;
  object-position: center center;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  padding: 10px 24px;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .testimonial-section img {
    width: 100%;
    padding: 10px 24px;
  }
}

.service-map-lightbox-trigger {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  cursor: zoom-in;
  border-radius: inherit;
  line-height: 0;
}

.service-map-lightbox-trigger:focus-visible {
  outline: 3px solid #5ac535;
  outline-offset: 3px;
}

.service-map-lightbox {
  padding: 0;
  border: none;
  max-width: none;
  max-height: none;
  background: transparent;
  margin: auto;
  width: fit-content;
  height: fit-content;
}

.service-map-lightbox::backdrop {
  background: rgba(15, 25, 35, 0.82);
  cursor: zoom-out;
}

.service-map-lightbox__panel {
  position: relative;
  padding: 12px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.4);
}

.service-map-lightbox__img {
  display: block;
  max-width: min(94vw, 2000px);
  max-height: 86vh;
  width: auto;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

.service-map-lightbox__close {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}

.service-map-lightbox__close:hover {
  background: rgba(0, 0, 0, 0.75);
}

.city-pill {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 30px;
  padding: 6px 14px;
  font-size: 0.84rem;
  color: var(--navy);
  font-weight: 700;
  transition: all 0.2s;
}

.city-pill strong {
  font-weight: 700;
  color: inherit;
}

.city-pill--denver {
  border-color: #5ac535;
  background: rgba(90, 197, 53, 0.12);
}

.city-pill:hover {
  background: var(--gold);
  color: #111;
  border-color: var(--gold);
  transform: scale(1.05);
}

.map-placeholder {
  background: linear-gradient(135deg, #e8f5e3 0%, #c8ecc0 100%);
  border-radius: var(--radius-lg);
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #5ac535;
  flex-direction: column;
  gap: 12px;
}

.map-placeholder.our-address {
  padding: 28px 22px 32px;
  gap: 14px;
}

.our-address-heading {
  font-family: var(--font-head);
  font-size: clamp(1.35rem, 2.6vw, 1.9rem);
  color: var(--navy);
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.our-address-lines {
  font-size: 1rem;
  color: var(--text-muted);
  font-weight: 600;
  font-style: normal;
  line-height: 1.55;
  margin: 0;
}

.our-address-map {
  width: 100%;
  max-width: 720px;
  height: min(380px, 52vw);
  border: 0;
  border-radius: 12px;
  box-shadow: var(--shadow);
}

.map-placeholder .map-icon {
  font-size: 3rem;
}

.map-placeholder p {
  font-size: 1rem;
  color: var(--text-muted);
  font-weight: 600;
}

/* CTA SECTION */
.cta-section {
  background: var(--cream);
  padding: 60px 24px;
  text-align: center;
}

.cta-section h2 {
  font-family: var(--font-head);
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  color: var(--navy);
  margin-bottom: 14px;
}

.cta-section p {
  color: var(--text-muted);
  font-size: 1rem;
  max-width: 500px;
  margin: 0 auto 32px;
}

.cta-btns {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

/* CLOSING CTA */
.closing-cta {
  background: linear-gradient(135deg, #111 0%, #1a4f0a 100%);
  color: #fff;
  padding: 70px 24px;
  text-align: center;
}

.closing-cta h2 {
  font-family: var(--font-head);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  color: #fff;
  margin-bottom: 16px;
}

.closing-cta p {
  color: #fff;
  font-size: 1.05rem;
  max-width: 600px;
  margin: 0 auto 12px;
  line-height: 1.75;
  font-weight: 700;
}

.closing-cta .closing-tagline {
  color: #7de85c;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 32px;
}

.closing-cta-btns {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}

.closing-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #7de85c;
  font-weight: 700;
  font-size: 1.05rem;
  border: 2px solid rgba(90, 197, 53, 0.5);
  border-radius: 50px;
  padding: 13px 28px;
  transition: all 0.3s;
}

.closing-phone:hover {
  background: rgba(90, 197, 53, 0.15);
  border-color: #7de85c;
}

/* PAGE HERO */
.custom-page-hero {
  background: linear-gradient(135deg, #111111 0%, #1a1a1a 100%);
  padding: 50px 24px;
  color: #fff;
  text-align: center;
}

.custom-page-hero h1 {
  font-family: var(--font-head);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  color: #fff;
  margin-bottom: 14px;
}

.custom-page-hero p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
  max-width: 600px;
  margin: 0 auto;
}

/* LOCAL MOVERS — editorial layout (breadcrumb + gray cards) */
.local-movers-page {
  background: #fff;
  padding: 0 24px 8px;
  overflow-x: clip;
}

.local-movers-page > .hero {
  margin: 0 -24px 28px;
  background-image: url("https://mgvanlines.com/wp-content/uploads/2026/06/iStock-2271677756.jpg");
  color: #000;
}

.local-movers-page > .hero h1,
.local-movers-page > .hero .hero-sub,
.local-movers-page > .hero .hero-offer {
  color: #000;
}

.lm-breadcrumb {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #58a644;
  padding: 28px 0 10px;
  max-width: 1180px;
  margin: 0 auto;
}

.lm-breadcrumb a {
  color: #58a644;
  transition: opacity var(--transition);
}

.lm-breadcrumb a:hover {
  opacity: 0.75;
}

.lm-breadcrumb span.sep {
  margin: 0 0.35em;
  opacity: 0.65;
}

.lm-breadcrumb .lm-crumb-current {
  color: #58a644;
  opacity: 0.9;
}

.lm-rule {
  height: 2px;
  background: #58a644;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto 12px;
}

.lm-truck-logo {
  position: absolute;
  bottom: 10%;
  left: 7%;
  width: min(32%, 150px);
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.45);
  z-index: 2;
  pointer-events: none;
}

.lm-intro {
  padding: 36px 0 8px;
  max-width: 1180px;
  margin: 0 auto;
}

.lm-accent-bar {
  width: 45px;
  height: 8px;
  background: #58a644;
  margin-bottom: 16px;
}

.lm-intro h1,
.lm-card-title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(1.65rem, 3.2vw, 2.35rem);
  color: var(--text);
  line-height: 1.2;
  margin-bottom: 18px;
}

.lm-intro p,
.lm-card-body p {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text);
  margin-bottom: 1rem;
}

.lm-intro p:last-child,
.lm-card-body p:last-child {
  margin-bottom: 0;
}

.lm-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background: #f4f4f4;
  border-radius: 0;
  overflow: hidden;
  margin: 28px auto 0;
  max-width: 1180px;
}

.local-movers-page > .lm-card:first-of-type {
  margin-top: 28px;
}

.local-movers-page
  .lm-card:has(.lm-card-img):not(.lm-card--split):not(.lm-card--contained) {
  max-width: none;
  width: calc(100% + 48px);
  margin-left: -24px;
  margin-right: -24px;
}

.local-movers-page
  .lm-card:has(.lm-card-img):not(.lm-card--split):not(.lm-card--contained)
  .lm-card-body {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  box-sizing: border-box;
}

/* Original stacked card — image centered inside 1180px block */
.local-movers-page .lm-card--contained {
  max-width: 1180px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.local-movers-page .lm-card--contained .lm-card-body {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.lm-card--contained .lm-card-img img {
  width: auto;
  max-width: 100%;
  min-height: 0;
  margin: 0 auto;
  object-fit: contain;
  object-position: center center;
}

/* Split: image left (~38%), copy right on light panel */
.lm-card--split {
  display: grid;
  grid-template-columns: minmax(260px, 45%) minmax(0, 1fr);
  align-items: stretch;
  max-width: 1180px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #f4f4f4;
}

.lm-card--split .lm-card-img {
  width: 100%;
  min-height: 0;
  overflow: hidden;
}

.lm-card--split .lm-card-img img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center top;
}

.lm-card--split .lm-card-body {
  min-width: 0;
  max-width: none;
  margin: 0;
  padding: 40px 48px 44px 40px;
  background: #f4f4f4;
}

.local-movers-page .lm-card .lm-card-img {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.lm-card-img {
  flex: 0 0 auto;
  width: 100%;
  min-height: 0;
  position: relative;
  line-height: 0;
}

.lm-card-img img {
  width: 100%;
  max-width: none;
  height: auto;
  min-height: clamp(220px, 38vw, 420px);
  display: block;
  margin: 0;
  object-fit: cover;
  object-position: center center;
}

.lm-card-body {
  flex: 1;
  padding: 32px 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.lm-card-body strong {
  font-weight: 700;
}

.lm-card-body .lm-subhead {
  font-family: var(--font-body);
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--text);
  margin: 1.35rem 0 0.45rem;
  line-height: 1.3;
}

.lm-card-body .lm-subhead:first-of-type {
  margin-top: 0.2rem;
}

.lm-card-body .lm-card-cta {
  margin-top: 1.35rem;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 1.02rem;
  color: var(--text);
}

.lm-card-body .lm-card-cta .lm-text-link {
  margin-top: 0;
  display: inline;
  font-weight: 700;
}

.lm-text-link {
  display: inline-block;
  margin-top: 1.1rem;
  font-weight: 700;
  font-size: 0.98rem;
  color: #58a644;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition:
    border-color var(--transition),
    opacity var(--transition);
}

.lm-text-link:hover {
  border-bottom-color: #58a644;
  opacity: 0.88;
}

.lm-card.lm-card--textonly .lm-card-body {
  padding-top: 40px;
  padding-bottom: 44px;
}

.lm-card--banner {
  display: block;
  background: transparent;
  max-width: none;
  width: calc(100% + 48px);
  margin: 28px -24px 0;
  overflow: hidden;
}

.lm-included + .lm-card--banner.lm-card--handshake {
  margin-top: 0;
}

.lm-card-banner {
  width: 100%;
  line-height: 0;
}

.lm-card-banner img {
  width: 100%;
  max-width: none;
  height: auto;
  min-height: clamp(200px, 28vw, 360px);
  display: block;
  object-fit: cover;
  object-position: center top;
  vertical-align: top;
}

@media (max-width: 900px) {
  .lm-card {
    border-radius: 0;
  }

  .lm-card-body {
    padding: 28px 24px 32px;
  }

  .lm-card--split {
    display: flex;
    flex-direction: column;
    max-width: none;
    width: calc(100% + 48px);
    margin-left: -24px;
    margin-right: -24px;
  }

  .lm-card--split .lm-card-img {
    width: 100%;
  }

  .lm-card--split .lm-card-img img {
    min-height: clamp(260px, 45vw, 380px);
    height: auto;
  }

  .lm-card--split .lm-card-body {
    padding: 28px 24px 32px;
  }
}

/* LOCAL — “Included in every move” (photo layout) */
.lm-included {
  --lm-lime: #59c52f;
  background: #000;
  color: #fff;
  margin-top: 40px;
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 48px 24px 56px;
  position: relative;
  overflow: hidden;
  overflow-x: clip;
}

.lm-included:has(+ .lm-card--handshake) {
  padding-bottom: 0;
}

.local-movers-page .lm-included {
  margin-left: -24px;
  margin-right: -24px;
  width: calc(100% + 48px);
  max-width: none;
  padding: 20px;
}

.lm-included::before,
.lm-included::after {
  display: none;
}

.lm-included-inner {
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.lm-included-top {
  text-align: center;
  margin-bottom: 20px;
}

.lm-included-box-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 14px;
  color: var(--lm-lime);
}

.lm-included-heading {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(1.35rem, 3vw, 2rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  line-height: 1.2;
}

.lm-included-intro-bar {
  margin: 0 0 0;
  padding: 16px 24px;
  background: var(--lm-lime);
  color: #111;
  font-size: clamp(0.9rem, 1.6vw, 1.05rem);
  font-weight: 600;
  line-height: 1.55;
  text-align: center;
  border-radius: 12px;
}

.lm-included-rows {
  margin-top: 0;
}

.lm-included-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px 40px;
  align-items: center;
  padding: 28px 0;
  border-bottom: 1px solid var(--lm-lime);
  min-width: 0;
}

.lm-included-row__content {
  min-width: 0;
}

.lm-included-row:last-of-type {
  border-bottom: none;
  padding-bottom: 36px;
}

.lm-included-row__title {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  color: #fff;
  margin: 0 0 14px;
  line-height: 1.25;
}

.lm-included-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lm-included-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  font-size: clamp(0.88rem, 1.4vw, 1rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
}

.lm-included-list li:last-child {
  margin-bottom: 0;
}

.lm-included-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--lm-lime);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 8l2.5 2.5L12 5' stroke='%23000' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 10px;
}

.lm-included-row__icon {
  flex-shrink: 0;
  color: var(--lm-lime);
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(140px, 22vw);
}

.lm-included-row__icon svg {
  width: 100%;
  height: auto;
  max-width: 120px;
}

.lm-included-footer {
  display: grid;
  grid-template-columns:
    minmax(88px, 0.85fr) minmax(0, 1.35fr) minmax(0, 1fr)
    minmax(0, 0.85fr) minmax(140px, 1.15fr);
  align-items: center;
  margin-top: 8px;
  padding: 0;
  border: 1px solid var(--lm-lime);
  border-radius: 14px;
  background: #000;
  overflow: hidden;
}

.lm-included-footer__cell {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 88px;
  padding: 16px 18px;
  border-left: 1px solid var(--lm-lime);
}

.lm-included-footer__cell:first-child {
  border-left: none;
}

.lm-included-footer__brand {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 14px 16px;
}

.lm-included-footer__mg {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  color: var(--lm-lime);
  letter-spacing: 0.02em;
  line-height: 1;
}

.lm-included-footer__vanlines-stack {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 5px;
  width: 100%;
  max-width: 118px;
}

.lm-included-footer__rule {
  display: block;
  height: 2px;
  background: var(--lm-lime);
  border-radius: 1px;
}

.lm-included-footer__vanlines {
  font-family: var(--font-body);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.28em;
  color: #fff;
  text-align: center;
  line-height: 1;
}

.lm-included-footer__icon {
  flex-shrink: 0;
  color: var(--lm-lime);
}

.lm-included-footer__phone {
  justify-content: flex-start;
  gap: 14px;
}

.lm-included-footer__phone-num {
  color: var(--lm-lime);
  font-family: var(--font-body);
  font-weight: 800;
  font-size: clamp(1.35rem, 2.4vw, 1.5rem);
  text-decoration: none;
  letter-spacing: 0.03em;
  line-height: 1.1;
  white-space: nowrap;
}

.lm-included-footer__phone-num:hover {
  color: #7de85c;
}

.lm-included-footer__badge {
  justify-content: flex-start;
  gap: 10px;
}

.lm-included-footer__badge-text {
  color: #fff;
  font-size: clamp(0.78rem, 1.2vw, 0.92rem);
  font-weight: 600;
  line-height: 1.25;
  white-space: nowrap;
}

.lm-included-footer__agent {
  align-items: flex-start;
  gap: 10px;
  padding-right: 14px;
}

.lm-included-footer__agent-text {
  margin: 0;
  color: #fff;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.35;
  text-transform: uppercase;
}

.lm-included-footer__agent-text sup {
  font-size: 0.55em;
  vertical-align: super;
}

@media (max-width: 1100px) {
  .lm-included-footer {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: auto auto auto;
  }

  .lm-included-footer__brand {
    grid-column: 1 / -1;
    border-left: none;
    border-bottom: 1px solid var(--lm-lime);
  }

  .lm-included-footer__phone {
    grid-column: 1 / -1;
    border-left: none;
    border-bottom: 1px solid var(--lm-lime);
    justify-content: center;
  }

  .lm-included-footer__cell:nth-child(3) {
    border-left: none;
  }

  .lm-included-footer__badge {
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    gap: 8px;
    padding: 14px 12px;
    min-height: 76px;
  }

  .lm-included-footer__badge-text,
  .lm-included-footer__phone-num {
    white-space: normal;
    text-align: center;
  }

  .lm-included-footer__agent {
    grid-column: 1 / -1;
    border-left: none;
    border-top: 1px solid var(--lm-lime);
    justify-content: center;
    text-align: center;
    align-items: center;
  }
}

@media (max-width: 900px) {
  .lm-included {
    margin-top: 32px;
    padding: 36px 20px 44px;
  }

  .lm-included-row {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 16px 20px;
    padding: 22px 0;
    align-items: start;
  }

  .lm-included-row__content {
    order: 0;
    grid-column: 2;
  }

  .lm-included-row__icon {
    width: 72px;
    max-width: 72px;
    margin: 0;
    order: 0;
    grid-column: 1;
    align-self: start;
    padding-top: 4px;
  }

  .lm-included-row__icon svg {
    max-width: 72px;
  }

  .lm-included-row__title {
    text-align: left;
    margin-bottom: 12px;
  }

  .lm-included-list li {
    font-size: 0.92rem;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
}

@media (max-width: 768px) {
  .lm-included-footer {
    grid-template-columns: 1fr;
    margin-top: 4px;
    border-radius: 12px;
  }

  .lm-included-footer__cell {
    border-left: none !important;
    border-bottom: 1px solid var(--lm-lime);
    justify-content: center;
    text-align: center;
    min-height: 68px;
    padding: 14px 16px;
    flex-wrap: wrap;
    grid-column: auto !important;
  }

  .lm-included-footer__cell:last-child {
    border-bottom: none;
  }

  .lm-included-footer__phone {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .lm-included-footer__phone-num {
    font-size: 1.15rem;
    white-space: nowrap;
  }
}

@media (max-width: 600px) {
  .lm-included {
    margin-top: 24px;
    padding: 28px 16px 36px;
  }

  .local-movers-page .lm-included {
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
  }

  .lm-included-top {
    margin-bottom: 16px;
  }

  .lm-included-box-icon svg {
    width: 48px;
    height: 48px;
  }

  .lm-included-heading {
    font-size: 1.15rem;
    letter-spacing: 0.05em;
    padding: 0 4px;
  }

  .lm-included-intro-bar {
    padding: 14px 16px;
    border-radius: 10px;
    font-size: 0.88rem;
    line-height: 1.5;
  }

  .lm-included-row {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 12px 14px;
    padding: 20px 0;
  }

  .lm-included-row:last-of-type {
    padding-bottom: 24px;
  }

  .lm-included-row__icon {
    width: 56px;
    max-width: 56px;
  }

  .lm-included-row__icon svg {
    max-width: 56px;
  }

  .lm-included-row__title {
    font-size: 1.05rem;
    margin-bottom: 10px;
  }

  .lm-included-list li {
    padding-left: 26px;
    margin-bottom: 8px;
    font-size: 0.88rem;
    line-height: 1.5;
  }

  .lm-included-footer__badge-text {
    font-size: 0.82rem;
  }

  .lm-included-footer__mg {
    font-size: 2rem;
  }

  .lm-included-footer__vanlines-stack {
    max-width: 100px;
  }
}

@media (max-width: 400px) {
  .lm-included {
    padding: 24px 12px 32px;
  }

  .local-movers-page .lm-included {
    margin-left: -12px;
    margin-right: -12px;
    width: calc(100% + 24px);
  }

  .lm-included-heading {
    font-size: 1.05rem;
  }

  .lm-included-intro-bar {
    padding: 12px 14px;
    font-size: 0.84rem;
  }

  .lm-included-row {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 10px 12px;
  }

  .lm-included-row__icon {
    width: 48px;
    max-width: 48px;
  }

  .lm-included-row__icon svg {
    max-width: 48px;
  }

  .lm-included-footer__phone-num {
    font-size: 1.05rem;
    letter-spacing: 0;
  }
}

@media (max-width: 600px) {
  .local-movers-page {
    padding-left: 16px;
    padding-right: 16px;
  }

  .local-movers-page > .hero {
    margin-left: -16px;
    margin-right: -16px;
  }

  .local-movers-page
    .lm-card:has(.lm-card-img):not(.lm-card--split):not(.lm-card--contained),
  .lm-card--banner,
  .lm-card--split {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
  }

  .lm-card-img img {
    min-height: 200px;
  }
}

/* SERVICES PAGE */
.services-full {
  background: #fff;
}

.services-full-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.svc-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  padding: 40px 0;
  border-bottom: 1px solid var(--border);
}

.svc-row:last-child {
  border-bottom: none;
}

.svc-row.reverse {
  direction: rtl;
}

.svc-row.reverse > * {
  direction: ltr;
}

.svc-row-visual {
  background: linear-gradient(135deg, #111111 0%, #5ac535 100%);
  border-radius: var(--radius-lg);
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  position: relative;
  overflow: hidden;
}

.svc-row-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.svc-row-content .tag {
  margin-bottom: 8px;
}

.svc-row-content h2 {
  font-family: var(--font-head);
  font-size: 1.6rem;
  color: var(--navy);
  margin-bottom: 14px;
}

.svc-row-content p {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin-bottom: 20px;
  line-height: 1.7;
}

.svc-list {
  margin: 16px 0 24px;
}

.svc-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  color: #333;
  padding: 6px 0;
  border-bottom: 1px dashed #eee;
}

.svc-list li:last-child {
  border-bottom: none;
}

.svc-list li::before {
  content: "→";
  color: var(--gold);
  font-weight: 700;
}

.addl-services {
  background: var(--cream);
}

.addl-inner {
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}

.addl-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 28px;
  text-align: left;
}

.addl-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 18px 16px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  transition: all 0.3s ease;
  cursor: pointer;
}

.addl-card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: var(--shadow-lg);
  background: linear-gradient(135deg, #fff 0%, rgba(90, 197, 53, 0.05) 100%);
}

.addl-card .a-icon {
  font-size: 1.6rem;
  margin-bottom: 12px;
}

.addl-card h4 {
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--navy);
}

/* ABOUT */
.about-story {
  background: #fff;
}

.about-story-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.about-visual {
  background: linear-gradient(135deg, #111111 0%, #5ac535 100%);
  border-radius: var(--radius-lg);
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 6rem;
  overflow: hidden;
}

.about-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mission-vision {
  background: var(--cream);
}

.mv-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.mv-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 28px;
}

.mv-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 26px 22px;
  border-left: 4px solid #5ac535;
  box-shadow: var(--shadow);
  transition: all 0.3s ease;
  cursor: pointer;
}

.mv-card:hover {
  transform: translateY(-4px) scale(1.01);
  box-shadow: var(--shadow-lg);
}

.mv-card h3 {
  font-family: var(--font-head);
  font-size: 1.25rem;
  color: var(--navy);
  margin-bottom: 14px;
}

.mv-card p {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.7;
}

.values-section {
  background: #111111;
  color: #fff;
}

.values-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.values-header {
  text-align: center;
  margin-bottom: 52px;
}

.values-header .section-title {
  color: #fff;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.value-card {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg);
  padding: 22px 16px;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

.value-card:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 8px 24px rgba(90, 197, 53, 0.25);
}

.value-card .v-icon {
  font-size: 2rem;
  margin-bottom: 14px;
}

.value-card h3 {
  font-weight: 700;
  font-size: 1.05rem;
  color: #7de85c;
  margin-bottom: 10px;
}

.value-card p {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.6;
}

/* OFFICE & COMMERCIAL (full page under Local Moving) */

/* Hero — same truck banner as home page */
.office-page .office-hero {
  position: relative;
  overflow: hidden;
  padding: 80px 24px 90px;
  min-height: 650px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  color: #fff;
  background: #111
    url("https://mgvanlines.com/wp-content/uploads/2026/05/dd228113-9d4e-4e13-8ffc-fd27440ce0cd.jpeg")
    center center / cover no-repeat;
}

.office-page .office-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.55) 0%,
    rgba(0, 0, 0, 0.32) 38%,
    rgba(0, 0, 0, 0.12) 62%,
    rgba(0, 0, 0, 0) 100%
  );
  pointer-events: none;
}

.office-page .office-hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.office-page .office-hero__content {
  max-width: 640px;
  margin-left: clamp(8px, 3vw, 32px);
  margin-top: clamp(8px, 2vw, 24px);
  padding-top: 0;
}

.office-page .office-hero h1 {
  text-align: left;
  max-width: 16em;
  margin: 0 0 10px;
  color: #fff;
}

.office-page .office-hero__offer {
  margin-bottom: 22px;
  color: #fff;
}

.office-page .office-hero__actions {
  margin-top: 0;
}

.office-page .office-hero__phone {
  background: #69c639ad;
  border-color: rgba(105, 198, 57, 0.85);
  color: #fff !important;
}

.office-page .office-hero__phone:hover {
  background: #5ac535;
  border-color: #5ac535;
  color: #111 !important;
}

@media (max-width: 900px) {
  .office-page .office-hero {
    min-height: clamp(420px, 70vw, 560px);
    padding: 56px 20px 64px;
    text-align: center;
    align-items: center;
    background-position: center center;
  }

  .office-page .office-hero::before {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.5) 0%,
      rgba(0, 0, 0, 0.28) 55%,
      rgba(0, 0, 0, 0.1) 100%
    );
  }

  .office-page .office-hero__content {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
  }

  .office-page .office-hero h1 {
    text-align: center;
    max-width: none;
    margin: 0 auto 10px;
  }

  .office-page .office-hero__actions {
    justify-content: center;
  }
}

/* Forward section — text + compact right image (no large banner photo) */
.office-page .office-forward {
  padding: clamp(24px, 3vw, 36px) 24px clamp(32px, 4vw, 48px);
}

.office-page .office-forward__grid--lead {
  grid-template-columns: minmax(0, 1fr) minmax(200px, 421px);
  gap: clamp(20px, 3vw, 36px);
  align-items: center;
}

.office-page .office-forward__aside {
  display: flex;
  align-items: center;
  align-self: center;
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.office-page .office-forward__aside-photo {
  width: 100%;
  height: auto;
  min-height: 220px;
  max-height: 360px;
  object-fit: cover;
  object-position: center center;
  display: block;
  border-radius: var(--radius-lg);
}

@media (max-width: 900px) {
  .office-page .office-forward__grid--lead {
    grid-template-columns: 1fr;
  }

  .office-page .office-forward__aside {
    max-width: 280px;
    margin: 0 auto;
  }
}

.office-page .office-why {
  padding-top: clamp(20px, 2.5vw, 32px);
}

.office-page .office-why__grid {
  grid-template-columns: 1fr;
  gap: clamp(28px, 4vw, 40px);
}

.office-page .office-why__imgwrap {
  min-height: clamp(260px, 38vw, 440px);
  background: transparent;
  border-radius: var(--radius-lg);
}

.office-page .office-why__photo {
  object-position: center bottom;
  border-radius: var(--radius-lg);
}

@media (max-width: 900px) {
  .office-page .office-why__visual {
    order: unset;
  }
}

.office-page .office-corp__accent {
  background: #5ac535;
}

.office-page .office-corp__btn {
  background: #5ac535;
  border-color: #5ac535;
}

.office-page .office-corp__btn:hover {
  background: #4ab82c;
  border-color: #4ab82c;
  box-shadow: 0 8px 22px rgba(90, 197, 53, 0.35);
}

.office-page .office-corp__btn--outline {
  background: transparent;
  color: #5ac535 !important;
  border: 2px solid #5ac535;
}

.office-page .office-corp__btn--outline:hover {
  background: rgba(90, 197, 53, 0.1);
  color: #3d8f2a !important;
  border-color: #3d8f2a;
}

.office-page .office-corp__row--brand {
  background: linear-gradient(135deg, #f4faf2 0%, rgba(90, 197, 53, 0.14) 100%);
  border-radius: var(--radius-lg);
  padding: clamp(32px, 4vw, 48px);
  margin-top: clamp(16px, 2vw, 24px);
  border-bottom: none;
}

.office-page .office-corp__row--brand .office-corp__subhead {
  color: #3d8f2a;
}

.office-forward {
  background: #fff;
  padding: clamp(40px, 5vw, 64px) 24px;
  overflow: hidden;
}

.office-forward__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.office-forward__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: stretch;
}

.office-forward__title {
  font-family: var(--font-head);
  font-size: clamp(1.85rem, 3.8vw, 2.75rem);
  font-weight: 800;
  color: #111;
  line-height: 1.15;
  margin: 0 0 22px;
  max-width: 14em;
}

.office-forward__intro p {
  font-size: 1rem;
  color: #222;
  line-height: 1.75;
  margin: 0 0 16px;
}

.office-forward__intro p:last-child {
  margin-bottom: 0;
}

.office-forward__list-heading {
  margin: 28px 0 14px;
  font-family: var(--font-head);
  font-size: 1.05rem;
  font-weight: 800;
  color: #5ac535;
  line-height: 1.3;
}

.office-forward__list {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

.office-forward__list li {
  position: relative;
  padding: 0 0 0 34px;
  margin-bottom: 10px;
  font-size: 1rem;
  color: #222;
  line-height: 1.55;
}

.office-forward__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #5ac535;
  background: transparent;
}

.office-forward__list li::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 0.55em;
  width: 6px;
  height: 10px;
  border: solid #5ac535;
  border-width: 0 2.5px 2.5px 0;
  transform: rotate(45deg);
}

.office-forward__closing {
  font-size: 1rem;
  color: #222;
  line-height: 1.75;
  margin: 0 0 28px;
}

.office-forward__contact {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.office-forward__contact-icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #5ac535;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.office-forward__contact-lead {
  margin: 0 0 8px;
  font-weight: 800;
  font-size: 1.05rem;
  color: #111;
  line-height: 1.35;
}

.office-forward__contact-text p {
  margin: 0 0 4px;
  font-size: 1rem;
  line-height: 1.5;
}

.office-forward__contact-text a {
  color: #5ac535;
  font-weight: 700;
  text-decoration: none;
}

.office-forward__contact-text a:hover {
  color: #3d8f2a;
  text-decoration: underline;
}

.office-forward__visual {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  min-height: 100%;
}

.office-forward__imgwrap {
  position: relative;
  width: 100%;
  flex: 1;
  min-height: clamp(420px, 52vw, 620px);
  overflow: hidden;
  background: #e8e8e8;
}

.office-forward__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.office-forward__wedge {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 62%;
  height: 32%;
  z-index: 1;
  pointer-events: none;
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 38% 42%);
  background: linear-gradient(
    135deg,
    #5ac535 0%,
    #5ac535 48%,
    #1a1a1a 48%,
    #1a1a1a 100%
  );
}

.office-forward__logo {
  position: absolute;
  right: clamp(12px, 2.5vw, 24px);
  bottom: clamp(12px, 2.5vw, 24px);
  z-index: 2;
  width: auto;
  max-width: clamp(110px, 20vw, 180px);
  height: auto;
  display: block;
  margin: 0;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.35));
}

@media (max-width: 900px) {
  .office-forward__grid {
    grid-template-columns: 1fr;
  }

  .office-forward__visual {
    order: -1;
    align-items: stretch;
  }

  .office-forward__imgwrap {
    min-height: clamp(280px, 55vw, 400px);
  }

  .office-forward__title {
    max-width: none;
  }
}

/* Office — Why Choose (split text / image, matches marketing layout) */
.office-why {
  background: #fff;
  padding: clamp(40px, 5vw, 64px) 24px;
  overflow: hidden;
}

.office-why__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.office-why__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: stretch;
}

.office-why__title {
  font-family: var(--font-head);
  font-size: clamp(1.85rem, 3.8vw, 2.75rem);
  font-weight: 800;
  color: #111;
  line-height: 1.15;
  margin: 0 0 22px;
  max-width: 16em;
}

.office-why__intro p,
.office-why__outro p {
  font-size: 1rem;
  color: #222;
  line-height: 1.75;
  margin: 0 0 16px;
}

.office-why__outro p:last-child {
  margin-bottom: 0;
}

.office-why__list-intro {
  margin: 24px 0 14px;
  font-size: 1rem;
  color: #222;
  line-height: 1.75;
  font-weight: 400;
}

.office-why__brand {
  font-weight: 800;
  color: #5ac535;
}

.office-why__list {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

.office-why__list li {
  position: relative;
  padding: 0 0 0 34px;
  margin-bottom: 10px;
  font-size: 1rem;
  color: #222;
  line-height: 1.55;
}

.office-why__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #5ac535;
  border: none;
}

.office-why__list li::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 0.5em;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2.5px 2.5px 0;
  transform: rotate(45deg);
}

.office-why__visual {
  min-height: 100%;
}

.office-why__imgwrap {
  width: 100%;
  height: 100%;
  min-height: clamp(420px, 52vw, 620px);
  overflow: hidden;
  background: #e8e8e8;
}

.office-why__photo {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center center;
  display: block;
}

@media (max-width: 900px) {
  .office-why__grid {
    grid-template-columns: 1fr;
  }

  .office-why__visual {
    order: -1;
  }

  .office-why__imgwrap {
    min-height: clamp(280px, 55vw, 400px);
  }

  .office-why__title {
    max-width: none;
  }
}

/* Office — corporate rows (employees + relocation) */
.office-corp {
  background: #fff;
  padding: 0 24px clamp(48px, 6vw, 72px);
}

.office-corp__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.office-corp__row {
  padding: clamp(40px, 5vw, 56px) 0;
  border-bottom: 1px solid #e8ebe6;
}

.office-corp__row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.office-corp__row:first-child {
  padding-top: clamp(24px, 3vw, 40px);
}

.office-corp__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(28px, 4vw, 52px);
  align-items: center;
}

.office-corp__accent {
  width: 48px;
  height: 8px;
  background: #3d7a28;
  margin-bottom: 18px;
}

.office-corp__title {
  font-family: var(--font-head);
  font-size: clamp(1.75rem, 3.4vw, 2.5rem);
  font-weight: 700;
  color: #111;
  line-height: 1.2;
  margin: 0 0 16px;
}

.office-corp__subhead {
  font-family: var(--font-body);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  font-weight: 700;
  color: #111;
  line-height: 1.4;
  margin: 0 0 16px;
}

.office-corp__body {
  font-family: var(--font-body);
  font-size: 1rem;
  color: #222;
  line-height: 1.75;
  margin: 0 0 16px;
}

.office-corp__body:last-of-type {
  margin-bottom: 24px;
}

.office-corp__btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 999px;
  background: #3d7a28;
  color: #fff !important;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid #3d7a28;
  transition:
    background 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.office-corp__btn:hover {
  background: #2f6120;
  border-color: #2f6120;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(61, 122, 40, 0.35);
}

.office-corp__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 20px;
  margin-top: 8px;
}

.office-corp__cta-divider {
  width: 1px;
  height: 44px;
  background: #c5c5c5;
  flex-shrink: 0;
}

.office-corp__phone {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #111;
}

.office-corp__phone-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #5ac535;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.office-corp__phone-num {
  font-family: var(--font-body);
  font-size: clamp(1.1rem, 2.2vw, 1.35rem);
  font-weight: 800;
  color: #111;
  letter-spacing: 0.02em;
}

.office-corp__phone:hover .office-corp__phone-num {
  color: #3d7a28;
}

.office-corp__visual {
  line-height: 0;
  overflow: hidden;
  background: #eee;
}

.office-corp__visual img {
  width: 100%;
  height: auto;
  min-height: clamp(280px, 38vw, 420px);
  object-fit: cover;
  object-position: center;
  display: block;
}

.office-corp__visual--truck img {
  object-position: center left;
}

@media (max-width: 900px) {
  .office-corp__grid {
    grid-template-columns: 1fr;
  }

  .office-corp__visual {
    order: -1;
  }

  .office-corp__cta-divider {
    display: none;
  }

  .office-corp__cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

.office-page .office-split--alt {
  background: #f4f6f3;
}

/* Senior Moves — couple photo: light left overlay, faces clear on the right */
#custom-page-senior.ld-page .ld-page-hero.senior-hero {
  padding: 72px 24px 80px;
  text-align: left;
}

#custom-page-senior .senior-hero {
  position: relative;
  overflow: hidden;
  min-height: clamp(480px, 52vw, 620px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  color: #fff;
  background: #111
    url("https://mgvanlines.com/wp-content/uploads/2026/05/iStock-2152210346.jpg")
    78% 18% / cover no-repeat;
}

#custom-page-senior .senior-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.58) 0%,
    rgba(0, 0, 0, 0.38) 28%,
    rgba(0, 0, 0, 0.12) 42%,
    rgba(0, 0, 0, 0) 52%
  );
  pointer-events: none;
}

#custom-page-senior .senior-hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

#custom-page-senior .senior-hero__content {
  max-width: min(420px, 42vw);
  margin-left: clamp(8px, 3vw, 32px);
}

#custom-page-senior .senior-hero h1 {
  text-align: left;
  max-width: 14em;
  margin: 0 0 10px;
  color: #fff;
}

#custom-page-senior .senior-hero__offer {
  margin-bottom: 22px;
  color: #fff;
}

#custom-page-senior .senior-hero__actions {
  margin-top: 0;
}

#custom-page-senior .senior-hero__phone {
  background: #69c639ad;
  border: 1px solid rgba(105, 198, 57, 0.85);
  border-radius: 50px;
  padding: 13px 22px;
  color: #fff !important;
}

#custom-page-senior .senior-hero__phone:hover {
  background: #5ac535;
  border-color: #5ac535;
  color: #111 !important;
}

@media (max-width: 900px) {
  #custom-page-senior .senior-hero {
    min-height: clamp(440px, 75vw, 560px);
    text-align: center;
    align-items: flex-end;
    padding-bottom: 48px;
    background-position: 65% 12%;
  }

  #custom-page-senior .senior-hero::before {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.15) 0%,
      rgba(0, 0, 0, 0.35) 42%,
      rgba(0, 0, 0, 0.62) 100%
    );
  }

  #custom-page-senior .senior-hero__content {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  #custom-page-senior .senior-hero h1 {
    text-align: center;
    max-width: none;
    margin: 0 auto 10px;
  }

  #custom-page-senior .senior-hero__actions {
    justify-content: center;
  }
}

/* Conversation + form — tight to hero banner */
.senior-relocation-form {
  background: #fff;
  padding: clamp(20px, 3vw, 32px) 24px clamp(36px, 4vw, 48px);
}

.senior-relocation-form__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.senior-relocation-form__title {
  font-family: var(--font-head);
  font-size: clamp(1.5rem, 3vw, 2.15rem);
  font-weight: 800;
  color: #111;
  line-height: 1.25;
  text-align: center;
  margin: 0 0 clamp(20px, 3vw, 28px);
  max-width: 28em;
  margin-left: auto;
  margin-right: auto;
}

#custom-page-senior .senior-moves-form__inner {
  max-width: 720px;
  margin: 0 auto;
}

.senior-moves-intro__content {
  max-width: 52rem;
  margin: 0 auto;
  text-align: center;
}

.senior-moves-intro__content p {
  font-size: clamp(1.15rem, 2.2vw, 1.35rem);
  line-height: 1.85;
  color: #222;
}

#custom-page-senior .senior-moves-intro.office-forward {
  padding-top: clamp(28px, 4vw, 40px);
  padding-bottom: clamp(28px, 4vw, 48px);
}

.senior-difference {
  background: #fff;
  padding: clamp(36px, 5vw, 64px) 24px;
}

.senior-difference__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.senior-difference__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(32px, 5vw, 56px);
  align-items: start;
}

.senior-difference__title {
  font-family: var(--font-head);
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 800;
  color: #111;
  line-height: 1.2;
  margin: 0 0 clamp(28px, 4vw, 36px);
  text-align: center;
}

.senior-difference__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 3vw, 36px);
}

.senior-difference__item {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 16px 20px;
  align-items: start;
}

.senior-difference__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border: 2px solid #5ac535;
  border-radius: 50%;
  color: #5ac535;
  flex-shrink: 0;
}

.senior-difference__item-title {
  font-family: var(--font-head);
  font-size: 1.1rem;
  font-weight: 800;
  color: #111;
  margin: 0 0 8px;
  line-height: 1.3;
}

.senior-difference__text p {
  margin: 0;
  font-size: 1rem;
  color: #333;
  line-height: 1.75;
}

.senior-difference__visual {
  align-self: start;
}

.senior-difference__visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  object-fit: cover;
  aspect-ratio: 4 / 3;
  min-height: clamp(320px, 36vw, 440px);
}

@media (max-width: 900px) {
  .senior-difference__grid {
    grid-template-columns: 1fr;
  }

  .senior-difference__visual {
    order: -1;
  }

  .senior-difference__visual img {
    min-height: clamp(260px, 50vw, 360px);
  }
}

.senior-relocation {
  background: #fff;
  padding: clamp(28px, 4vw, 56px) 24px clamp(48px, 6vw, 72px);
}

.senior-relocation__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.senior-relocation__title {
  font-family: var(--font-head);
  font-size: clamp(1.85rem, 3.8vw, 2.75rem);
  font-weight: 800;
  color: #111;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 clamp(36px, 5vw, 56px);
}

.senior-relocation__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 20px);
  margin-bottom: clamp(40px, 5vw, 64px);
}

.senior-relocation__card {
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: clamp(20px, 2.5vw, 28px);
  background: #fff;
}

.senior-relocation__label {
  font-family: var(--font-head);
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  color: #5ac535;
  margin: 0 0 14px;
}

.senior-relocation__card-title {
  font-family: var(--font-head);
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  font-weight: 800;
  color: #111;
  line-height: 1.35;
  margin: 0 0 12px;
}

.senior-relocation__card-desc {
  margin: 0;
  font-size: 0.9rem;
  color: #444;
  line-height: 1.65;
}

.senior-relocation__figure {
  margin: 0;
  width: 100%;
  line-height: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.senior-relocation__figure img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: clamp(220px, 32vw, 380px);
  margin: 0;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 1024px) {
  .senior-relocation__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .senior-relocation__steps {
    grid-template-columns: 1fr;
  }
}

/* LONG DISTANCE */
.ld-overview {
  background: #fff;
}

.ld-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.ld-visual {
  background: linear-gradient(135deg, #111111 0%, #5ac535 100%);
  border-radius: var(--radius-lg);
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  position: sticky;
  top: 100px;
  overflow: hidden;
}

.ld-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Long Distance — educational intro (what / how long) */
.ld-intro-section {
  background: #fff;
  padding: 48px 24px 40px;
}

.ld-intro-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(36px, 5vw, 52px);
}

.ld-intro-block {
  margin: 0;
}

.ld-intro-title {
  font-family: var(--font-head);
  font-size: clamp(1.45rem, 3.2vw, 2.15rem);
  font-weight: 700;
  color: #111;
  margin: 0 0 18px;
  line-height: 1.28;
}

.ld-intro-title .ld-title-accent {
  color: #5ac535;
}

.ld-intro-copy p {
  font-size: 1rem;
  color: #555;
  line-height: 1.75;
  margin: 0 0 16px;
}

.ld-intro-copy p:last-child {
  margin-bottom: 0;
}

/* Long Distance page — full-bleed hero banner, text overlay left */
#custom-page-ld.ld-page .ld-page-hero.ld-hero {
  padding: 0;
  text-align: left;
}

#custom-page-ld .ld-hero {
  position: relative;
  overflow: hidden;
  padding: 0;
  min-height: clamp(280px, 42vw, 520px);
  display: flex;
  align-items: center;
  text-align: left;
  background: #111
    url("https://mgvanlines.com/wp-content/uploads/2026/06/viber_image_2026-06-04_20-35-49-072.jpg")
    center center / cover no-repeat;
}

#custom-page-ld .ld-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.6) 40%,
    rgba(0, 0, 0, 0.28) 68%,
    rgba(0, 0, 0, 0.12) 100%
  );
  pointer-events: none;
}

#custom-page-ld .ld-hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(48px, 6vw, 72px) 24px;
}

#custom-page-ld .ld-hero__content {
  max-width: 640px;
  margin-left: clamp(24px, 5vw, 56px);
}

#custom-page-ld .ld-hero .ld-page-hero__location {
  margin: 0 0 0;
}

#custom-page-ld .ld-hero .ld-page-hero__tagline {
  font-family: var(--font-head);
  font-size: clamp(1rem, 2.2vw, 1.2rem);
  font-weight: 700;
  color: #fff;
  line-height: 1.35;
  text-align: left;
  max-width: 22em;
  margin: clamp(20px, 3.5vw, 32px) 0 clamp(14px, 2vw, 20px);
}

#custom-page-ld .ld-hero h1 {
  text-align: left;
  margin: 0;
  line-height: 1.12;
  max-width: 14em;
}

#custom-page-ld .ld-hero__actions {
  margin-top: 26px;
}

#custom-page-ld .ld-hero__phone {
  background: rgba(90, 197, 53, 0.72);
  border: 1px solid rgba(90, 197, 53, 0.85);
  border-radius: 50px;
  padding: 13px 22px;
  color: #fff !important;
}

#custom-page-ld .ld-hero__phone:hover {
  background: #5ac535;
  border-color: #5ac535;
  color: #111 !important;
}

@media (max-width: 900px) {
  #custom-page-ld .ld-hero {
    min-height: clamp(320px, 55vw, 480px);
    text-align: center;
    background-position: 65% center;
  }

  #custom-page-ld .ld-hero::before {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.82) 0%,
      rgba(0, 0, 0, 0.55) 55%,
      rgba(0, 0, 0, 0.35) 100%
    );
  }

  #custom-page-ld .ld-hero__content {
    margin-left: auto;
    margin-right: auto;
  }

  #custom-page-ld .ld-hero .ld-page-hero__tagline {
    text-align: center;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  #custom-page-ld .ld-hero h1 {
    text-align: center;
    max-width: none;
    margin: 0 auto;
  }

  #custom-page-ld .ld-hero__actions {
    justify-content: center;
  }
}

/* Long Distance — routes list + USA map */
.ld-map-section {
  background: #fff;
  padding: clamp(36px, 5vw, 56px) 24px;
}

.ld-map-section__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.ld-map-section__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: start;
}

.ld-map-section__routes-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 10px 20px;
  align-items: baseline;
}

.ld-map-section__routes-list li {
  display: flex;
  align-items: baseline;
  margin: 0;
  padding: 0;
  min-width: 0;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.45;
  color: #111;
}

.ld-map-section__routes-list li::before {
  content: "•";
  color: #5ac535;
  font-size: 1.15em;
  line-height: 1;
  margin-right: 8px;
  flex-shrink: 0;
}

.ld-map-section__figure {
  margin: 0;
  line-height: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: #f4f6f3;
}

.ld-map-section__figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 900px) {
  .ld-map-section__grid {
    grid-template-columns: 1fr;
  }

  .ld-map-section__routes {
    order: 2;
  }

  .ld-map-section__figure {
    order: 1;
  }
}

/* Long Distance — page hero (tag, location, headline, CTA + image) */
.ld-page .ld-page-hero {
  text-align: left;
  padding: clamp(40px, 6vw, 64px) 24px;
  background: #000;
}

.ld-page-hero__inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: clamp(28px, 4vw, 48px);
  align-items: center;
}

.ld-page-hero__content .tag {
  margin: 0 0 12px;
  display: inline-block;
}

.ld-page-hero__location {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7de85c;
  margin: 0 0 12px;
}

.ld-page-hero h3 {
  font-family: var(--font-head);
  font-size: clamp(1rem, 2.2vw, 1.2rem);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
  margin: 0 0 10px;
  line-height: 1.35;
  text-align: left;
  max-width: 22em;
}

.ld-page-hero h1 {
  text-align: left;
  margin: 0;
  line-height: 1.12;
  max-width: 14em;
}

.ld-page-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  align-items: center;
  margin-top: 26px;
}

.ld-page-hero__phone {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: color var(--transition);
}

.ld-page-hero__phone:hover {
  color: #7de85c;
}

.ld-page-hero__media {
  margin: 0;
  width: 100%;
  min-height: clamp(280px, 42vw, 520px);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.ld-page-hero__media img {
  width: 100%;
  min-height: clamp(280px, 42vw, 520px);
  display: block;
  object-fit: cover;
  object-position: left;
}

@media (max-width: 900px) {
  .ld-page .ld-page-hero {
    text-align: center;
  }

  .ld-page-hero__inner {
    grid-template-columns: 1fr;
  }

  .ld-page-hero__media {
    order: -1;
    max-width: none;
    margin: 0 auto;
    width: 100%;
    height: 300px;
    min-height: unset;
  }

  .ld-page-hero__media img {
    height: 100%;
    min-height: unset;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }

  .ld-page-hero h3 {
    text-align: center;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .ld-page-hero h1 {
    text-align: center;
    max-width: none;
    margin: 0 auto;
  }

  .ld-page-hero__actions {
    justify-content: center;
  }
}

/* Office page hero overrides split ld-page-hero layout */
.office-page.ld-page .ld-page-hero.office-hero {
  padding: 80px 24px 90px;
  background: #111
    url("https://mgvanlines.com/wp-content/uploads/2026/06/viber_image_2026-06-05_06-16-49-773.jpg")
    center bottom / cover no-repeat;
}

@media (max-width: 900px) {
  .office-page.ld-page .ld-page-hero.office-hero {
    text-align: center;
    padding: 56px 20px 64px;
    min-height: clamp(420px, 70vw, 560px);
  }
}

/* Long Distance landing — split hero + inventory (matches marketing layout) */
.ld-page .ld-split-hero {
  background: #fff;
  padding: 48px 24px 56px;
}

.ld-split-hero__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.ld-split-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(28px, 4vw, 52px);
  align-items: center;
}

.ld-split-hero__brand {
  margin-bottom: 18px;
}

.ld-split-hero__brand img {
  height: clamp(72px, 10vw, 100px);
  width: auto;
  display: block;
  border-radius: 8px;
}

.ld-split-hero__title {
  font-family: var(--font-head);
  font-size: clamp(1.75rem, 3.6vw, 2.65rem);
  line-height: 1.18;
  color: #111;
  margin: 0 0 20px;
  font-weight: 700;
}

.ld-split-hero__title .ld-title-accent {
  color: #5ac535;
}

.ld-split-hero__copy p {
  font-size: 1rem;
  color: #222;
  line-height: 1.75;
  margin: 0 0 16px;
}

.ld-split-hero__copy p:last-child {
  margin-bottom: 0;
}

.ld-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 14px;
  margin-top: 26px;
  align-items: center;
}

.ld-cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: 999px;
  background: #5ac535;
  color: #fff !important;
  font-weight: 800;
  font-size: 0.95rem;
  text-decoration: none;
  border: 2px solid #5ac535;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.ld-cta-primary:hover {
  background: #4ab82e;
  border-color: #4ab82e;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(90, 197, 53, 0.35);
}

.ld-cta-primary .ld-cta-ico {
  font-size: 1.1rem;
  line-height: 1;
}

.ld-cta-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 999px;
  background: #fff;
  color: #111 !important;
  font-weight: 800;
  font-size: 0.95rem;
  text-decoration: none;
  border: 2px solid #5ac535;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.ld-cta-phone:hover {
  background: rgba(90, 197, 53, 0.1);
}

.ld-cta-phone .ld-phone-ico {
  color: #5ac535;
  font-size: 1.05rem;
}

.ld-split-hero__imgwrap {
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
  min-height: 280px;
}

.ld-split-hero__imgwrap::before {
  content: "";
  position: absolute;
  inset: 0;
  left: 0;
  width: 38%;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
  pointer-events: none;
}

.ld-split-hero__imgwrap img {
  width: 100%;
  height: auto;
  min-height: 320px;
  object-fit: cover;
  display: block;
}

.ld-inventory-section {
  background: #fff;
  border-top: 3px solid #5ac535;
  padding: 44px 24px 52px;
}

.ld-inventory__grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(100px, 140px) minmax(0, 1fr) minmax(
      140px,
      200px
    );
  gap: clamp(20px, 4vw, 40px);
  align-items: center;
}

.ld-inventory__ico svg {
  width: 100%;
  max-width: 120px;
  height: auto;
  display: block;
}

.ld-inventory__title {
  font-family: var(--font-head);
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  line-height: 1.2;
  color: #111;
  margin: 0 0 16px;
  font-weight: 700;
}

.ld-inventory__title .ld-title-accent {
  color: #5ac535;
}

.ld-inventory__copy p {
  font-size: 1rem;
  color: #222;
  line-height: 1.75;
  margin: 0 0 14px;
}

.ld-inventory__copy p:last-child {
  margin-bottom: 0;
}

.ld-inventory__art {
  position: relative;
  aspect-ratio: 1;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.ld-inventory__blob {
  position: absolute;
  inset: 8%;
  background: radial-gradient(
    circle at 40% 40%,
    rgba(90, 197, 53, 0.35) 0%,
    rgba(90, 197, 53, 0.12) 55%,
    transparent 70%
  );
  border-radius: 50%;
}

.ld-inventory__boxes {
  position: relative;
  z-index: 1;
  font-size: 4.5rem;
  line-height: 1;
  text-align: center;
  padding-top: 12%;
}

.ld-inline-link {
  color: #5ac535;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ld-inline-link:hover {
  color: #3d8f2a;
}

/* Long-distance move cost estimates */
.ld-cost-section {
  background: #fff;
  padding: 48px 24px 56px;
}

.ld-cost-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.ld-cost-title {
  font-family: var(--font-head);
  font-size: clamp(1.45rem, 3.2vw, 2.15rem);
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 18px;
  line-height: 1.28;
}

.ld-cost-intro {
  font-size: 1rem;
  color: #555;
  line-height: 1.75;
  margin: 0 0 32px;
}

.ld-cost-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ld-cost-row {
  display: flex;
  align-items: stretch;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.ld-cost-row__icon {
  flex: 0 0 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 14px;
}

.ld-cost-row__icon svg {
  width: 54px;
  height: auto;
  display: block;
}

.ld-cost-row__body {
  flex: 1 1 auto;
  padding: 20px 20px 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.ld-cost-row__title {
  font-family: var(--font-head);
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 5px;
  line-height: 1.3;
}

.ld-cost-row__desc {
  font-size: 0.9375rem;
  color: #555;
  margin: 0;
  line-height: 1.55;
}

.ld-cost-row__price {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 28px;
  border-left: 1px solid #e0e0e0;
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 700;
  color: #2e7d32;
  white-space: nowrap;
  text-align: center;
  min-width: 168px;
}

.ld-cost-disclaimer {
  text-align: center;
  font-size: 0.8125rem;
  color: #777;
  margin: 28px 0 0;
  line-height: 1.55;
}

.ld-page .ld-embedded-misc.misc-page,
.ld-page .ld-embedded-mc.mc-page {
  min-height: 0;
}

@media (max-width: 768px) {
  .ld-cost-row {
    flex-wrap: wrap;
  }

  .ld-cost-row__icon {
    flex: 0 0 72px;
    padding: 14px 10px;
  }

  .ld-cost-row__icon svg {
    width: 44px;
  }

  .ld-cost-row__body {
    flex: 1 1 calc(100% - 72px);
    padding: 14px 16px 10px 0;
  }

  .ld-cost-row__price {
    flex: 1 1 100%;
    border-left: none;
    border-top: 1px solid #e0e0e0;
    min-width: 0;
    padding: 14px 16px;
    justify-content: flex-start;
  }
}

@media (max-width: 992px) {
  .ld-split-hero__grid {
    grid-template-columns: 1fr;
  }

  .ld-split-hero__imgwrap::before {
    width: 100%;
    height: 35%;
    background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  }

  .ld-inventory__grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .ld-inventory__ico {
    justify-self: center;
  }

  .ld-inventory__ico svg {
    max-width: 100px;
  }

  .ld-cta-row {
    justify-content: center;
  }

  .ld-inventory__art {
    margin-top: 8px;
  }
}

.expect-section {
  background: var(--cream);
}

.expect-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.expect-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 28px;
}

.expect-item {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 18px 16px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  transition: all 0.3s ease;
  cursor: pointer;
}

.expect-item:hover {
  transform: translateX(4px);
  box-shadow: var(--shadow-lg);
  background: linear-gradient(135deg, #fff 0%, rgba(90, 197, 53, 0.05) 100%);
}

.expect-item .e-icon {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  background: linear-gradient(135deg, #111111 0%, #5ac535 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
  color: var(--gold-light);
}

.expect-item h4 {
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 6px;
}

.expect-item p {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.6;
}

.who-section {
  background: #fff;
}

.who-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.who-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 28px;
}

.who-card {
  background: var(--cream);
  border-radius: var(--radius-lg);
  padding: 18px 14px;
  text-align: center;
  border: 1px solid var(--border);
  transition: all 0.3s ease;
  cursor: pointer;
}

.who-card:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: var(--shadow);
  background: linear-gradient(135deg, #f4faf2 0%, rgba(90, 197, 53, 0.1) 100%);
}

.who-card .w-icon {
  font-size: 2rem;
  margin-bottom: 12px;
}

.who-card p {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.6;
}

/* CONTACT */
.contact-section {
  background: #fff;
}

.contact-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 40px;
}

.contact-info h2 {
  font-family: var(--font-head);
  font-size: 1.6rem;
  color: var(--navy);
  margin-bottom: 14px;
}

.contact-info .divider {
  margin-bottom: 24px;
}

.contact-info p {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin-bottom: 18px;
  line-height: 1.7;
}

.info-items {
  margin-top: 28px;
}

.info-item {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
  padding: 12px 14px;
  background: var(--cream);
  border-radius: var(--radius);
  border: 1px solid var(--border);
  transition: all 0.3s ease;
}

.info-item .i-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: linear-gradient(135deg, #111111 0%, #5ac535 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}

.info-item strong {
  display: block;
  font-weight: 700;
  color: var(--navy);
  font-size: 0.92rem;
}

.info-item span {
  font-size: 0.88rem;
  color: var(--text-muted);
}

.contact-form-wrap {
  background: var(--cream);
  border-radius: var(--radius-lg);
  padding: 24px;
  border: 1px solid var(--border);
}

.contact-form-wrap h3 {
  font-family: var(--font-head);
  font-size: 1.3rem;
  color: var(--navy);
  margin-bottom: 24px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.form-group {
  margin-bottom: 16px;
}

.form-group label {
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-size: 0.9rem;
  color: var(--text);
  background: #fff;
  outline: none;
  transition:
    border-color var(--transition),
    box-shadow var(--transition);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: #5ac535;
  box-shadow: 0 0 0 3px rgba(90, 197, 53, 0.15);
}

.form-group textarea {
  resize: vertical;
  min-height: 110px;
}

.form-submit {
  width: 100%;
  padding: 15px;
  font-size: 1rem;
  border-radius: var(--radius);
}

/* FAQ */
.faq-section {
  background: #fff;
}

.faq-layout {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 40px;
  align-items: start;
  max-width: 1200px;
  margin: 0 auto;
}
.faq-inner {
  max-width: none;
  margin: 0;
  min-width: 0;
}

/* ── FAQ Sidebar Quote Form ────────────────────────────────── */
.faq-quote-form {
  position: sticky;
  top: 100px;
}
.faq-quote-form__inner {
  background: #5ac535;
  border-radius: 14px;
  padding: 28px 24px 24px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
}
.faq-quote-form__title {
  margin: 0 0 20px;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  color: #fff;
  text-transform: uppercase;
}
.faq-quote-form__fields {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.faq-quote-form__fields select,
.faq-quote-form__fields input,
.faq-quote-form__fields textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 0.92rem;
  font-family: inherit;
  outline: none;
  transition: border-color 0.2s;
  box-sizing: border-box;
}
.faq-quote-form__fields select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1.5l5 5 5-5' stroke='%23999' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
  cursor: pointer;
}
.faq-quote-form__fields select option {
  background: #4aad2a;
  color: #fff;
}
.faq-quote-form__fields input::placeholder,
.faq-quote-form__fields textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.faq-quote-form__fields select:focus,
.faq-quote-form__fields input:focus,
.faq-quote-form__fields textarea:focus {
  border-color: #fff;
}
.faq-quote-form__fields textarea {
  resize: vertical;
  min-height: 70px;
}
.faq-quote-form__fields input[type="date"] {
  color-scheme: dark;
}
.faq-quote-form__submit {
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 8px;
  background: #1a1a1a;
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s;
}
.faq-quote-form__submit:hover {
  background: #333;
}
.faq-quote-form__consent {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin-top: 14px;
  font-size: 0.7rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.75);
  cursor: pointer;
}
.faq-quote-form__consent input[type="checkbox"] {
  margin-top: 2px;
  flex-shrink: 0;
  accent-color: #5ac535;
}

@media (max-width: 960px) {
  .faq-layout {
    grid-template-columns: 1fr;
  }
  .faq-quote-form {
    position: static;
    max-width: 440px;
    margin: 0 auto;
  }
}

.faq-category {
  font-size: 1.25rem;
  font-weight: 800;
  color: #111;
  margin: 40px 0 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid #7de85c;
}
.faq-category:first-of-type {
  margin-top: 0;
}

.faq-item {
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  margin-bottom: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-q {
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  padding: 16px 18px;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 700;
  color: var(--navy);
  transition: all 0.3s ease;
}

.faq-q:hover {
  background: var(--cream);
}

.faq-q .arrow {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--off-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  flex-shrink: 0;
  transition:
    transform var(--transition),
    background var(--transition);
  color: var(--navy);
}

.faq-item.open .faq-q {
  background: var(--cream);
}

.faq-item.open .arrow {
  transform: rotate(180deg);
  background: #5ac535;
  color: #fff;
}

.faq-a {
  display: none;
  padding: 0 18px 16px;
  font-size: 0.93rem;
  color: var(--text-muted);
  line-height: 1.7;
  border-top: 1px solid var(--border);
  padding-top: 12px;
}

.faq-item.open .faq-a {
  display: block;
}

.faq-a ul,
.faq-a ol {
  margin: 0.6em 0 0.6em 1.35em;
  padding: 0;
}

.faq-a li {
  margin-bottom: 0.4em;
}

.faq-a h2,
.faq-a h3,
.faq-a h4 {
  font-size: 1rem;
  font-weight: 800;
  margin: 1.1em 0 0.45em;
  color: var(--navy);
  line-height: 1.35;
}

.faq-a h2:first-child,
.faq-a h3:first-child,
.faq-a h4:first-child {
  margin-top: 0;
}

.faq-a a {
  color: #2b7a1f;
  text-decoration: underline;
}

.faq-a a:hover {
  color: #1a5516;
}

.faq-all-questions .faq-category:first-of-type {
  margin-top: 0;
}

/* SUBPAGE CONTENT */
.subpage-content {
  background: #fff;
}

.subpage-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.subpage-inner h2 {
  font-family: var(--font-head);
  font-size: 1.6rem;
  color: var(--navy);
  margin-bottom: 16px;
}

.subpage-inner p {
  color: var(--text-muted);
  font-size: 0.97rem;
  line-height: 1.75;
  margin-bottom: 16px;
}

.subpage-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.subpage-card {
  background: var(--cream);
  border-radius: var(--radius-lg);
  padding: 24px;
  border: 1px solid var(--border);
  transition: all 0.3s ease;
  cursor: pointer;
}

.subpage-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.subpage-card h3 {
  font-family: var(--font-head);
  font-size: 1.1rem;
  color: var(--navy);
  margin-bottom: 10px;
}

.subpage-card p {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.65;
}

.subpage-detail-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.subpage-detail-cta {
  margin-top: 32px;
}

.subpage-detail-img {
  border-radius: var(--radius-lg);
  overflow: hidden;
  min-height: 320px;
  background: linear-gradient(135deg, #111 0%, #5ac535 100%);
}

.subpage-detail-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 320px;
}

@media (max-width: 768px) {
  .subpage-detail-layout {
    grid-template-columns: 1fr;
  }

  .subpage-detail-img {
    min-height: 220px;
  }
}

/* RESOURCES */
.resources-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.resource-card {
  background: var(--cream);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  border: 1px solid var(--border);
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
}

.resource-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
  background: linear-gradient(135deg, #f4faf2 0%, rgba(90, 197, 53, 0.08) 100%);
}

.resource-card .r-icon {
  font-size: 2.5rem;
  margin-bottom: 14px;
}

.resource-card h3 {
  font-family: var(--font-head);
  font-size: 1.2rem;
  color: var(--navy);
  margin-bottom: 8px;
}

.resource-card p {
  font-size: 0.88rem;
  color: var(--text-muted);
}

/* FOOTER */
footer {
  background: #69c639;
  color: #000;
}

.footer-top {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 24px 30px;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr 1.1fr;
  gap: 0;
  align-items: start;
}

.footer-top ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-col {
  border-left: 1px solid rgba(0, 0, 0, 0.18);
  padding-left: 9px;
  padding-right: 6px;
}

.footer-logo-img {
  height: 120px;
  width: auto;
  border-radius: 8px;
  display: block;
}
.footer-brand .logo-name {
  color: #fff;
}

.footer-brand .logo-tagline {
  color: #5ac535;
}

.footer-brand p {
  font-size: 0.88rem;
  color: #000;
  margin-top: 16px;
  line-height: 1.7;
  max-width: 260px;
}

.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.social-btn {
  width: 51px;
  height: 50px;
  border-radius: 8px;
  background: #1f1f1f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.78rem;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
  font-weight: 700;
}

.social-btn:hover {
  background: #5ac535;
  color: #111111;
  transform: translateY(-4px) scale(1.1);
}

footer h4 {
  color: #000;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 18px;
}

.footer-meta {
  text-align: center;
  padding-left: 28px;
  padding-right: 8px;
}

.footer-meta-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.footer-meta-block p {
  font-size: 0.87rem;
  font-weight: 600;
  color: #000;
  margin: 0;
  line-height: 1.5;
}

.footer-meta-title {
  font-family: var(--font-head);
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.82rem !important;
  margin-top: 6px !important;
  margin-bottom: 4px !important;
}

.footer-meta-icon {
  color: #000;
  flex-shrink: 0;
}

.footer-meta-divider {
  height: 1px;
  background: rgba(0, 0, 0, 0.35);
  margin: 20px 0;
  width: 100%;
}

footer ul li {
  margin-bottom: 10px;
}

footer ul li a {
  font-size: 0.87rem;
  color: #000 !important;
  transition: color var(--transition);
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

footer ul li a:hover {
  color: var(--gold-light);
}

.footer-cta-bar {
  background: linear-gradient(90deg, #5ac535 0%, #7de85c 100%);
  padding: 18px 24px;
}

.footer-cta-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-cta-inner h3 {
  font-family: var(--font-head);
  font-size: 1.2rem;
  color: #111111;
}

.footer-cta-inner p {
  font-size: 0.88rem;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 2px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 14px 24px;
  text-align: center;
  font-size: 0.78rem;
  color: #000;
}

.footer-bottom a {
  color: rgba(255, 255, 255, 0.4);
  margin: 0 8px;
}

.footer-bottom a:hover {
  color: var(--gold-light);
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .why-grid,
  .svc-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-inner {
    grid-template-columns: 1fr 1.2fr;
    gap: 28px;
  }

  .steps-grid {
    grid-template-columns: 1fr 1fr;
  }

  .steps-grid::before {
    display: none;
  }

  .values-grid,
  .who-grid,
  .addl-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-top {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 28px 20px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-col {
    border-left: none;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-meta {
    grid-column: 1 / -1;
    border-top: 1px solid rgba(0, 0, 0, 0.18);
    padding-top: 24px;
    margin-top: 8px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: start;
  }

  .footer-meta-divider {
    display: none;
  }

  .subpage-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .section {
    padding: 40px 20px;
  }

  .hero-inner,
  .intro-inner,
  .about-story-inner,
  .ld-inner,
  .contact-inner,
  .mv-grid,
  .svc-row,
  .expect-grid {
    grid-template-columns: 1fr;
  }

  .svc-row.reverse {
    direction: ltr;
  }

  .hero-visual {
    display: none;
  }

  .ld-visual {
    position: static;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  #main-nav > ul {
    display: none;
  }

  .hamburger {
    display: block;
  }

  .why-grid,
  .svc-grid,
  .values-grid,
  .who-grid,
  .addl-grid {
    grid-template-columns: 1fr;
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
  }

  .subpage-grid,
  .resources-grid {
    grid-template-columns: 1fr;
  }

  /*   .header-phone{display:none} */
  .compare-table {
    font-size: 0.82rem;
  }

  .compare-table td,
  .compare-table th {
    padding: 10px 12px;
  }
}

@media (max-width: 480px) {
  .footer-top {
    grid-template-columns: 1fr;
  }

  .hero-btns {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .hero-btns .btn.btn-primary {
    flex: none;
    min-width: 0;
    max-width: none;
    width: auto;
  }

  .cta-btns,
  .closing-cta-btns {
    flex-direction: column;
    align-items: center;
  }

  .steps-grid {
    grid-template-columns: 1fr;
  }

  .mv-grid,
  .expect-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1100px) {
  /* Only the top-level menu list — nested .dropdown uls must stay in-flow (not position:absolute here) */
  header.nav-open #main-nav > ul,
  #site-header.nav-open #main-nav > ul {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    padding: 16px 20px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    gap: 4px;
    z-index: 100070;
    align-items: stretch;
    width: 100%;
    box-sizing: border-box;
  }

  header.nav-open #main-nav > ul > li,
  #site-header.nav-open #main-nav > ul > li {
    width: 100%;
    position: relative;
  }

  header.nav-open #main-nav > ul > li.has-dropdown,
  #site-header.nav-open #main-nav > ul > li.has-dropdown {
    flex-wrap: wrap;
    align-items: center;
  }

  header.nav-open #main-nav > ul > li.has-dropdown > .dropdown,
  #site-header.nav-open #main-nav > ul > li.has-dropdown > .dropdown {
    flex: 1 1 100%;
  }

  header.nav-open .dropdown,
  #site-header.nav-open .dropdown {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    box-shadow: none;
    border: none;
    padding: 8px 8px 8px 12px;
    margin-top: 6px;
    background: #f9f9f9;
    border-radius: 6px;
    display: none;
    flex-direction: column;
    gap: 4px;
    z-index: auto;
  }

  header.nav-open #main-nav li.submenu-open > .dropdown,
  #site-header.nav-open #main-nav li.submenu-open > .dropdown {
    display: flex;
  }

  #site-header.nav-open #main-nav > ul > li > .caret-btn,
  header.nav-open #main-nav > ul > li > .caret-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    margin: -6px -8px -6px 0;
    padding: 0 10px;
    flex-shrink: 0;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
  }

  #site-header.nav-open #main-nav > ul > li.submenu-open > .caret-btn .caret,
  header.nav-open #main-nav > ul > li.submenu-open > .caret-btn .caret {
    transform: rotate(180deg);
  }
}

.header-inner {
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px 16px;
}

/* Logo never shrinks below its natural size */
.logo {
  flex-shrink: 0;
  min-width: 0;
}

/* Nav stays centred when visible; allow it to shrink */
nav {
  flex: 1 1 auto;
  min-width: 0;
}

/* Header-right: keep CTA + phone together, allow shrink */
.header-right {
  flex-shrink: 0;
  gap: 10px;
}

/* Tablet (≤ 1024px): optional density tweaks */
@media (max-width: 1024px) {
  .header-phone-num {
    font-size: 1.05rem;
  }

  .header-phone {
    font-size: 1.05rem;
  }

  .header-right .btn.btn-primary {
    font-size: 1.05rem;
  }

  nav ul {
    gap: 0;
  }

  nav ul li > a {
    padding: 8px 8px;
    font-size: 1rem;
  }
}

/* Mobile (≤ 768px): keep logo + phone + CTA + hamburger on one row without clipping */
@media (max-width: 768px) {
  header#site-header {
    overflow-x: clip;
  }

  #site-header.nav-open {
    overflow: visible;
  }

  #site-header.nav-open #main-nav {
    width: 100% !important;
    flex: 1 1 100% !important;
    min-width: 100% !important;
    max-width: none !important;
  }

  .header-inner {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    padding: 8px 10px;
    gap: 6px;
  }

  .logo {
    flex: 0 1 auto;
    min-width: 0;
    max-width: 38vw;
  }

  .logo img {
    height: auto;
    max-height: 75px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
  }

  #main-nav {
    flex: 0 0 0;
    width: 0;
    min-width: 0;
    overflow: visible;
  }

  .header-phone-num {
    display: none;
  }

  .header-quote-short {
    display: inline;
  }

  .header-quote-long {
    display: none;
  }

  .header-right {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 6px;
    flex: 1 1 auto;
    min-width: 0;
    justify-content: flex-end;
  }

  .header-phone {
    flex-shrink: 0;
    font-size: 0;
  }

  .header-phone a {
    padding: 4px;
    border-radius: 8px;
  }

  .header-right .btn.btn-primary {
    padding: 9px 14px !important;
    font-size: 0.88rem !important;
    font-weight: 800;
    white-space: nowrap;
  }

  .hamburger {
    display: flex !important;
    flex: 0 0 auto;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    z-index: 1201;
  }
}

@media (max-width: 380px) {
  .header-right .btn.btn-primary {
    padding: 7px 10px !important;
    font-size: 0.76rem !important;
  }

  .logo {
    max-width: 34vw;
  }

  .logo img {
    max-height: 80px;
  }
}

/* Scroll wrapper — sits inside .compare-inner */
.compare-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 14px;
  border: 2px solid #7de85c;
  box-shadow: none;
}

/* Table itself must never shrink below a readable width */
.compare-table {
  min-width: 560px;
  /* forces scroll before columns get too narrow */
  width: 100%;
  box-shadow: none;
  /* shadow lives on the wrapper now */
  border-radius: 0;
}

/* Prevent the compare-section from adding extra side padding
that would clip the scroll wrapper's shadow */
@media (max-width: 768px) {
  .compare-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .compare-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
  }

  /* Table is 2× wrapper width → six equal columns show ~three at a time; scroll for the rest */
  .compare-table {
    width: 200%;
    min-width: 200%;
    max-width: none;
    table-layout: fixed;
  }

  .compare-table thead th,
  .compare-table td {
    padding: 6px 5px;
    font-size: 0.7rem;
    font-weight: 500;
    line-height: 1.25;
    white-space: normal;
    word-break: break-word;
    hyphens: auto;
    vertical-align: top;
    color: #374151;
  }

  .compare-table td.features-col {
    font-size: 0.72rem;
    font-weight: 700;
    color: #111827;
  }

  .compare-table thead th {
    padding: 5px 4px;
  }

  .compare-table .service-type,
  .compare-table .mg-brand-title,
  .compare-table .mg-brand-tag {
    font-size: 0.7rem;
    font-weight: 500;
    line-height: 1.25;
    color: #374151;
  }

  .compare-table .mg-brand-block .mg-brand-title,
  .compare-table .mg-brand-block .mg-brand-tag {
    color: #fff;
  }

  .compare-table .cmp-alt-icon {
    width: 28px;
    height: 28px;
    margin-bottom: 4px;
  }

  .compare-table .cmp-alt-icon svg {
    width: 26px;
    height: 26px;
  }

  .compare-table .mg-brand-block {
    margin-top: -18px;
    padding: 12px 8px 14px;
    max-width: none;
  }

  .compare-table .mg-brand-mark {
    width: 34px;
    height: 34px;
    font-size: 0.72rem;
    margin-bottom: 6px;
  }

  .compare-table .cmp-check {
    width: 22px;
    height: 22px;
  }

  .compare-table .cmp-check::after {
    width: 5px;
    height: 9px;
    border-width: 0 2px 2px 0;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .compare-table .mg-col-header {
    padding: 4px 4px 0 !important;
  }

  .compare-table .risk-pill {
    padding: 4px 10px;
    font-size: 0.7rem;
    font-weight: 500;
    line-height: 1.25;
  }
}

@media (max-width: 480px) {
  .compare-section {
    padding-left: 12px;
    padding-right: 12px;
  }

  .compare-table thead th,
  .compare-table td {
    padding: 5px 3px;
    font-size: 0.62rem;
    font-weight: 500;
    line-height: 1.25;
    color: #374151;
  }

  .compare-table td.features-col {
    font-size: 0.64rem;
    font-weight: 700;
    color: #111827;
  }

  .compare-table thead th {
    padding: 4px 3px;
  }

  .compare-table .service-type,
  .compare-table .mg-brand-title,
  .compare-table .mg-brand-tag {
    font-size: 0.62rem;
    font-weight: 500;
    line-height: 1.25;
    color: #374151;
  }

  .compare-table .mg-brand-block .mg-brand-title,
  .compare-table .mg-brand-block .mg-brand-tag {
    color: #fff;
  }

  .compare-table .cmp-alt-icon {
    width: 24px;
    height: 24px;
  }

  .compare-table .cmp-alt-icon svg {
    width: 22px;
    height: 22px;
  }

  .compare-table .mg-brand-block {
    padding: 20px 6px 12px;
  }

  .compare-table .mg-brand-mark {
    width: 30px;
    height: 30px;
    font-size: 0.65rem;
  }

  .compare-table .cmp-check {
    width: 20px;
    height: 20px;
  }

  .compare-table .risk-pill {
    font-size: 0.62rem;
    font-weight: 500;
    line-height: 1.25;
    padding: 3px 8px;
  }
}

/* Tablet */
@media (max-width: 992px) {
  .hero {
    min-height: 560px;
    padding: 70px 20px 80px;
    background-position: center;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .hero {
    min-height: 480px;
    padding: 60px 18px 70px;
    background-position: center center;
  }
}

/* Moving Career — layout aligned to carrier vs broker infographic (coded, no user image) */
.mc-page {
  --mc-dark: #1b4332;
  --mc-lime: #70ad47;
  --mc-gray: #f2f2f2;
  --mc-black: #000000;
  --mc-line: #dedede;
  background: #fff;
  font-family: var(--font-body);
  color: var(--mc-black);
  -webkit-font-smoothing: antialiased;
}

.mc-wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding: 40px 16px 52px;
}

.mc-h1 {
  font-family: var(--font-head);
  font-size: clamp(1.5rem, 4.5vw, 1.95rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--mc-dark);
  margin: 0 0 16px;
  line-height: 1.06;
}

.mc-h2 {
  font-family: var(--font-head);
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--mc-lime);
  margin: 20px 0 12px;
  line-height: 1.35;
}

.mc-intro {
  font-size: 0.9375rem;
  line-height: 1.66;
  color: var(--mc-black);
  margin: 0 0 11px;
}

.mc-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 26px 32px;
  align-items: start;
}

.mc-broker {
  margin-top: 30px;
}

.mc-broker-copy {
  min-width: 0;
}

.mc-broker-visual {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mc-ico {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--mc-lime);
  display: flex;
  align-items: center;
  justify-content: center;
}

.mc-ico svg {
  width: 24px;
  height: 24px;
}

.mc-ico svg path[fill],
.mc-ico svg circle[fill]:not([fill="none"]) {
  fill: #fff;
}

.mc-ico svg[fill="none"] path,
.mc-ico svg[fill="none"] circle {
  stroke: #fff;
  fill: none;
}

.mc-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.mc-li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.mc-li-body {
  font-size: 0.875rem;
  line-height: 1.58;
  padding-top: 2px;
}

.mc-li-body strong {
  font-weight: 700;
}

.mc-carrier-art {
  background: #fff;
  border: 1px solid var(--mc-line);
  padding: 14px 10px 18px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 268px;
}

.mc-carrier-art svg {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.mc-cta-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 20px;
  margin-top: 28px;
  padding: 16px 20px;
  background: var(--mc-gray);
  border-radius: 8px;
}

.mc-btn-quote {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--mc-lime);
  color: #fff !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.6875rem;
  padding: 13px 22px;
  border-radius: 10px;
  text-decoration: none !important;
  transition:
    filter 0.2s,
    transform 0.15s;
}

.mc-btn-quote:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}

.mc-phone-row {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none !important;
  color: inherit;
}

.mc-phone-row span.num {
  font-size: clamp(1.15rem, 3.5vw, 1.5rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--mc-black);
}

.mc-phone-ico {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--mc-lime);
  display: flex;
  align-items: center;
  justify-content: center;
}

.mc-phone-ico svg {
  width: 21px;
  height: 21px;
  fill: #fff;
}

.mc-divider {
  border: none;
  height: 1px;
  background: var(--mc-line);
  margin: 36px 0;
}

.mc-flow {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
}

.mc-flow-panel {
  flex: 1 1 0;
  min-width: 0;
  background: #fff;
  border: 1px solid var(--mc-line);
  border-radius: 8px;
  padding: 12px 6px 14px;
  text-align: center;
}

.mc-flow-panel h3 {
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--mc-dark);
  margin: 0 0 8px;
}

.mc-flow-svg {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mc-flow-svg svg {
  max-width: 100%;
  height: auto;
}

.mc-flow-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 22px;
  color: var(--mc-black);
  font-weight: 900;
  font-size: 1.15rem;
  line-height: 1;
  user-select: none;
}

.mc-warn {
  display: flex;
  gap: 14px;
  align-items: center;
  background: var(--mc-gray);
  border-radius: 12px;
  padding: 14px 16px;
  border: 1px solid #e8e8e8;
}

.mc-warn-ico {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--mc-lime);
  color: #fff;
  font-weight: 800;
  font-size: 1.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-family: var(--font-body);
}

.mc-warn p {
  font-size: 0.875rem;
  line-height: 1.5;
  margin: 0;
}

.mc-broker-chars {
  margin-top: 28px;
  --mc-char-title: #1b4332;
  --mc-char-divider: #eeeeee;
  --mc-char-icon-bg: #1b4332;
}

.mc-broker-chars-title {
  font-size: 0.8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  text-align: center;
  color: var(--mc-char-title);
  margin: 0 0 22px;
  line-height: 1.35;
}

.mc-broker-chars-row {
  display: grid;
  grid-template-columns: minmax(108px, 132px) minmax(0, 1fr);
  gap: 18px 16px;
  align-items: end;
}

.mc-broker-chars-deco {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  padding-bottom: 4px;
}

.mc-broker-chars-deco-svg {
  width: 100%;
  max-width: 118px;
  height: auto;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.14))
    drop-shadow(0 2px 3px rgba(0, 0, 0, 0.08));
}

.mc-broker-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  background: var(--mc-char-divider);
  border: 1px solid var(--mc-char-divider);
}

.mc-broker-card {
  text-align: left;
  padding: 16px 12px 18px 14px;
  background: #fff;
  min-width: 0;
  border: none;
}

.mc-broker-chars .mc-broker-card .mc-ico {
  margin: 0 0 12px;
  background: #69c639;
}

.mc-broker-chars .mc-broker-card .mc-ico svg line {
  stroke: #fff;
}

.mc-broker-card h3 {
  font-size: 1rem;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0.02em;
  margin: 0 0 8px;
  line-height: 1.3;
  color: var(--mc-black);
}

.mc-broker-card p {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  color: #222;
}

.mc-broker-bottom {
  display: none;
}

.mc-deco {
  display: none;
}

.mc-pagefoot {
  margin-top: 32px;
  padding: 22px 0 20px;
  border-top: 3px solid var(--mc-lime);
  border-bottom: 3px solid var(--mc-lime);
  text-align: center;
}

.mc-page .mc-pagefoot {
  border-top-color: #1b4332;
  border-bottom-color: #1b4332;
}

.mc-page .mc-foot-line {
  background: #1b4332;
}

.mc-pagefoot-inner {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.mc-pagefoot-inner > img {
  height: 48px;
  width: auto;
}

.mc-foot-line {
  width: 140px;
  height: 2px;
  background: var(--mc-lime);
  border-radius: 1px;
}

.mc-foot-brand {
  font-weight: 800;
  font-size: 0.9375rem;
  letter-spacing: 0.2em;
  color: var(--mc-black);
}

@media (max-width: 700px) {
  .mc-wrap {
    max-width: none;
    padding: 32px 16px 44px;
  }

  .mc-split {
    grid-template-columns: 1fr;
  }

  .mc-carrier-art {
    order: -1;
    max-width: 420px;
    margin: 0 auto;
  }

  .mc-broker-chars-row {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .mc-broker-chars-deco {
    flex-direction: row;
    justify-content: center;
    padding-bottom: 12px;
  }

  .mc-broker-chars-deco-svg {
    max-width: 200px;
  }

  .mc-broker-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .mc-broker-card:nth-child(5) {
    grid-column: 1 / -1;
  }

  .mc-flow {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }

  .mc-flow-arrow {
    display: none;
  }

  .mc-flow-panel {
    flex: 1 1 calc(50% - 8px);
    max-width: 200px;
  }
}

@media (max-width: 480px) {
  .mc-broker-grid {
    grid-template-columns: 1fr;
  }

  .mc-broker-card:nth-child(5) {
    grid-column: 1;
  }

  .mc-cta-bar {
    flex-direction: column;
    text-align: center;
  }

  .mc-phone-row {
    justify-content: center;
  }

  .mc-flow-panel {
    max-width: none;
    flex: 1 1 100%;
  }
}

/* ── Miscellaneous (Resources) — service cards grid + CTA ───── */
.misc-page {
  --misc-header: #69c639;
  --misc-moss: #5a8c46;
  --misc-icon-ring: #69c639;
  --misc-page-bg: #f4f6f3;
  --misc-cta-bg: #69c639;
  background: var(--misc-page-bg);
  font-family: var(--font-body);
  color: #111;
  min-height: 60vh;
}

.misc-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.misc-wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 36px 20px 48px;
}

.misc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: stretch;
}

.misc-card {
  background: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
}

.misc-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--misc-header);
  color: #fff;
  padding: 14px 18px;
}

.misc-card-head-ico {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.misc-card-head-ico svg {
  width: 28px;
  height: 28px;
  stroke: #fff;
  fill: none;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.misc-card-head h2 {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.25;
}

.misc-card-body {
  padding: 16px 18px 18px;
  background: #fff;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.misc-colheads {
  display: grid;
  grid-template-columns: minmax(120px, 1fr) minmax(0, 2fr);
  gap: 14px 18px;
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--misc-moss);
  margin-bottom: 4px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
}

.misc-rows {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.misc-row {
  display: grid;
  grid-template-columns: minmax(120px, 1fr) minmax(0, 2fr);
  gap: 14px 18px;
  align-items: start;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}

.misc-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.misc-row-left {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.misc-ico {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--misc-icon-ring);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.misc-ico svg {
  width: 22px;
  height: 22px;
  stroke: #000;
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.misc-row-left strong {
  font-size: 1rem !important;
  font-weight: 700;
  color: #000;
  line-height: 1.3;
}

.misc-row-desc {
  margin: 0;
  font-size: 1rem !important;
  line-height: 1.55;
  color: #222;
}

.misc-cta {
  margin-top: 28px;
  background: linear-gradient(
    135deg,
    #3d7a28 0%,
    var(--misc-cta-bg) 45%,
    #7de85c 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 18px;
  padding: clamp(22px, 4vw, 32px) clamp(20px, 4vw, 36px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(18px, 3vw, 28px);
  box-shadow: 0 14px 40px rgba(61, 122, 40, 0.28);
  position: relative;
  overflow: hidden;
}

.misc-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 80% 120% at 100% 0%,
    rgba(255, 255, 255, 0.18) 0%,
    transparent 55%
  );
  pointer-events: none;
}

.misc-cta-ico {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  border: 2px solid rgba(255, 255, 255, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

.misc-cta-ico svg {
  width: 28px;
  height: 28px;
  stroke: #fff;
  fill: none;
  stroke-width: 1.8;
}

.misc-cta-body {
  flex: 1 1 260px;
  min-width: 0;
  position: relative;
  z-index: 1;
}

.misc-cta-lead {
  margin: 0 0 6px;
  font-family: var(--font-head);
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.misc-cta-sub {
  margin: 0 0 18px;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
}

.misc-cta-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 14px;
}

.misc-cta-or {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.75);
}

.misc-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 22px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.9rem;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease;
  border: 2px solid transparent;
  white-space: nowrap;
}

.misc-cta-btn--quote {
  background: #111;
  color: #fff !important;
  border-color: #111;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.misc-cta-btn--quote:hover {
  background: #2a2a2a;
  border-color: #2a2a2a;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}

.misc-cta-btn--phone {
  background: #fff;
  color: #1a5c12 !important;
  border-color: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.misc-cta-btn--phone:hover {
  background: #f4fff0;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.misc-cta-btn__icon {
  flex-shrink: 0;
  color: #1a5c12;
}

.misc-cta-btn--phone span {
  letter-spacing: 0.02em;
}

@media (max-width: 600px) {
  .misc-cta {
    flex-direction: column;
    text-align: center;
  }

  .misc-cta-actions {
    justify-content: center;
    width: 100%;
  }

  .misc-cta-btn {
    width: 100%;
    max-width: 320px;
  }

  .misc-cta-or {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 900px) {
  .misc-grid {
    grid-template-columns: 1fr;
  }

  .misc-colheads {
    display: none;
  }

  .misc-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .misc-row-left {
    flex-wrap: wrap;
  }

  .misc-row-desc {
    padding-left: 50px;
  }
}

@media (max-width: 520px) {
  .misc-row-desc {
    padding-left: 0;
  }
}

/* ── Bundled CTA Banner (match reference design) ───────────── */
.bundled-cta {
  --bundled-green: #69c639;
  --bundled-black: #000;
  padding: 0;
  margin: 60px 0 0;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.bundled-cta__inner {
  width: 100%;
  max-width: none;
  margin: 0;
  overflow: hidden;
}

/* Black top + features block */
.bundled-cta__dark {
  position: relative;
  background: var(--bundled-black);
  overflow: hidden;
}
.bundled-cta__dark-inner {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  padding: 44px 48px 0;
}
.bundled-cta__stripe {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.bundled-cta__stripe::before {
  content: "";
  position: absolute;
  top: 0;
  /* right: -20px; */
  width: 120px;
  height: 100%;
  background: var(--bundled-green);
  transform: skewX(26deg);
  transform-origin: top right;
  box-shadow: -3px 0 0 #fff;
}
.bundled-cta__eyebrow {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bundled-green);
  font-style: normal;
}
.bundled-cta__eyebrow-line {
  width: 100%;
  max-width: 100%;
  height: 1px;
  margin: 10px 0 20px;
  background: rgba(255, 255, 255, 0.25);
}
.bundled-cta__headline {
  margin: 0 0 20px;
  font-family: var(--font-head);
  font-size: clamp(2rem, 4.5vw, 3.25rem);
  font-weight: 900;
  line-height: 1.1;
  color: #fff;
  border: none;
  padding: 0;
}
.bundled-cta__highlight {
  color: var(--bundled-green);
}
.bundled-cta__headline-rule {
  width: 100%;
  height: 1px;
  margin: 0 0 0;
  background: rgba(255, 255, 255, 0.2);
}
.bundled-cta__features {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 0;
}
.bundled-cta__feature {
  padding: 32px 16px 36px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.bundled-cta__feature:last-child {
  border-right: none;
}
.bundled-cta__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 14px;
  border: 2px solid var(--bundled-green);
  border-radius: 50%;
  color: var(--bundled-green);
}
.bundled-cta__icon svg {
  width: 30px;
  height: 30px;
}
.bundled-cta__feature-title {
  margin: 0 0 8px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.35;
  color: #fff;
  text-transform: uppercase;
}
.bundled-cta__feature-desc {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 400;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.85);
}

/* Footer: white left + green slanted CTA right */
.bundled-cta__footer {
  display: flex;
  align-items: stretch;
  min-height: 88px;
  background: #fff;
}
.bundled-cta__footer-left {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 16px 32px 16px 48px;
  min-width: 0;
}
.bundled-cta__brand {
  flex-shrink: 0;
  padding-right: 28px;
  border-right: 2px solid var(--bundled-black);
}
.bundled-cta__logo {
  display: block;
  height: 56px !important;
  width: auto;
  max-width: 180px !important;
  object-fit: contain;
}
.bundled-cta__tagline {
  min-width: 0;
}
.bundled-cta__tagline-main {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.3;
  color: var(--bundled-black);
  text-transform: uppercase;
}
.bundled-cta__tagline-highlight {
  color: var(--bundled-green);
}
.bundled-cta__tagline-sub {
  margin: 4px 0 0;
  font-size: 0.75rem;
  font-weight: 400;
  color: #333;
  font-style: normal;
}
.bundled-cta__footer-cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  flex-shrink: 0;
  padding: 16px 48px 16px 88px;
  background: var(--bundled-green);
  clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%);
}
.bundled-cta__quote-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  border: none;
  border-radius: 8px;
  background: var(--bundled-black);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: opacity 0.2s;
}
.bundled-cta__quote-btn:hover {
  opacity: 0.88;
  color: #fff;
}
.bundled-cta__phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px 8px 8px;
  border: 2px solid var(--bundled-black);
  border-radius: 999px;
  background: transparent;
  color: var(--bundled-black);
  font-size: 0.95rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}
.bundled-cta__phone-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border: 2px solid var(--bundled-black);
  border-radius: 6px;
  background: var(--bundled-black);
  color: #fff;
}
.bundled-cta__phone-icon svg {
  width: 16px;
  height: 16px;
}

@media (max-width: 1024px) {
  .bundled-cta__dark-inner {
    padding: 36px 28px 0;
  }
  .bundled-cta__features {
    grid-template-columns: repeat(3, 1fr);
  }
  .bundled-cta__feature:nth-child(3) {
    border-right: none;
  }
  .bundled-cta__footer {
    flex-direction: column;
  }
  .bundled-cta__footer-left {
    padding: 20px 24px;
  }
  .bundled-cta__footer-cta {
    clip-path: none;
    justify-content: center;
    padding: 20px 24px;
    width: 100%;
  }
  .bundled-cta__stripe::before {
    width: 80px;
  }
}
@media (max-width: 640px) {
  .bundled-cta__headline {
    font-size: 1.65rem;
  }
  .bundled-cta__features {
    grid-template-columns: repeat(2, 1fr);
  }
  .bundled-cta__feature:nth-child(2n) {
    border-right: none;
  }
  .bundled-cta__feature:nth-child(3) {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
  }
  .bundled-cta__footer-left {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
  .bundled-cta__brand {
    border-right: none;
    padding-right: 0;
    border-bottom: 2px solid var(--bundled-black);
    padding-bottom: 12px;
  }
  .bundled-cta__footer-cta {
    flex-direction: column;
    gap: 12px;
  }
  .bundled-cta__stripe {
    width: 100px;
  }
}

/* ── Piano: Custom Packing section ─────────────────────────── */
.piano-custom-packing {
  padding: 60px 0;
  background: #fff;
}
.piano-custom-packing__inner {
  max-width: 1100px;
  margin: 0 auto;
  border: 2px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
}
.piano-custom-packing__grid {
  display: flex;
  flex-direction: column;
}
.piano-custom-packing__visual {
  padding: 20px 20px 0;
}
.piano-custom-packing__gallery {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.piano-custom-packing__gallery-row--full img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 4px;
}
.piano-custom-packing__gallery-row--pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
}
.piano-custom-packing__gallery-row--pair img {
  width: 100%;
  height: 100%;
  min-height: 180px;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
}
.piano-custom-packing__content {
  padding: 28px 36px 28px;
  display: flex;
  flex-direction: column;
}
.piano-custom-packing__title {
  margin: 0 0 20px;
  font-family: var(--font-head);
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1.15;
  color: #3a7d24;
}
.piano-custom-packing__body {
  margin: 0;
  font-size: 0.97rem;
  line-height: 1.75;
  color: #333;
  flex: 1;
}
.piano-custom-packing__highlight {
  color: #3a7d24;
  font-style: italic;
  font-weight: 600;
}
.piano-custom-packing__actions {
  display: flex;
  align-items: stretch;
  margin-top: 28px;
  border: 2px solid #333;
  border-radius: 8px;
  overflow: hidden;
}
.piano-custom-packing__btn {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  padding: 14px 20px;
  background: #fff;
  color: #1a1a1a;
  font-size: 1.1rem;
  font-weight: 800;
  text-decoration: none;
  border-right: 2px solid #333;
  transition: background 0.2s;
}
.piano-custom-packing__btn:hover {
  background: #f4f4f4;
}
.piano-custom-packing__btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: #3a7d24;
  color: #fff;
  border-radius: 6px;
  flex-shrink: 0;
}
.piano-custom-packing__phone {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  padding: 14px 20px;
  background: #fff;
  color: #1a1a1a;
  font-size: 1.1rem;
  font-weight: 800;
  text-decoration: none;
  transition: background 0.2s;
}
.piano-custom-packing__phone:hover {
  background: #f4f4f4;
}
.piano-custom-packing__phone-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: #3a7d24;
  color: #fff;
  border-radius: 50%;
  flex-shrink: 0;
}
.piano-custom-packing__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 20px;
}
.piano-custom-packing__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
@media (max-width: 860px) {
  .piano-custom-packing__grid {
    grid-template-columns: 1fr;
  }
  .piano-custom-packing__visual {
    padding: 0 20px 20px;
    max-height: 400px;
  }
}
@media (max-width: 520px) {
  .piano-custom-packing__content {
    padding: 28px 20px 20px;
  }
  .piano-custom-packing__title {
    font-size: 1.3rem;
  }
  .piano-custom-packing__actions {
    flex-direction: column;
  }
  .piano-custom-packing__btn {
    border-right: none;
    border-bottom: 2px solid #333;
  }
}

/* ── Piano: Specialty Item Moving section ──────────────────── */
.piano-specialty {
  padding: 60px 0;
  background: #f9f9f9;
}
.piano-specialty__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.piano-specialty__grid {
  display: block;
  max-width: 900px;
}
.piano-specialty__visual img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
  object-fit: cover;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
}
.piano-specialty__title {
  margin: 0 0 24px;
  font-family: var(--font-head);
  font-size: 1.65rem;
  font-weight: 900;
  line-height: 1.2;
  color: var(--heading, #111);
}
.piano-specialty__content p {
  margin: 0 0 16px;
  font-size: 1rem;
  line-height: 1.8;
  color: #444;
}
.piano-specialty__content p:last-of-type {
  margin-bottom: 24px;
}
@media (max-width: 520px) {
  .piano-specialty__gallery-row--pair img {
    min-height: 140px;
  }
  .piano-specialty__title {
    font-size: 1.3rem;
  }
  .piano-specialty {
    padding: 40px 0;
  }
}

/* ── Packing promo (full-width bg + proportional overlay) ──── */
.packing-promo {
  --pp-green: #69c639;
  --pp-black: #0a0b0d;
  --pp-ref-w: 1024;
  --pp-ref-h: 682;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
}
.packing-promo__frame {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  line-height: 0;
  container-type: inline-size;
  container-name: packing-promo;
  /* Footer height matches reference art (scales with banner width) */
  --pp-bar-height: 13.2%;
  /* Text panel: stay in black area, clear center chevron (1024×682 ref) */
  --pp-text-left: 48%;
  --pp-text-pad-left: 10%;
  --pp-text-clip-inset: 18%;
  --pp-text-clip-notch: 32%;
}
.packing-promo__bg {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
}
.packing-promo__layer {
  position: absolute;
  inset: 0;
  line-height: normal;
  pointer-events: none;
}
.packing-promo__layer a {
  pointer-events: auto;
}
/* Text panel — black area only; inset clears green/white chevron */
.packing-promo__text {
  position: absolute;
  left: var(--pp-text-left, 48%);
  top: 0;
  right: 0;
  bottom: var(--pp-bar-height, 13.2%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.5% 5% 2% 0;
  padding-left: var(--pp-text-pad-left, 10%);
  color: #fff;

  overflow: hidden;
  box-sizing: border-box;
}
.packing-promo__title {
  margin: 0 0 0.45em;
  max-width: 100%;
  font-family: var(--font-head);
  font-size: clamp(10px, 3.1cqi, 34px);
  font-weight: 800;
  line-height: 1.08;
  color: #fff;
  letter-spacing: -0.02em;
  overflow-wrap: break-word;
}
.packing-promo__subtitle {
  margin: 0 0 0.7em;
  max-width: 100%;
  font-size: clamp(9px, 1.85cqi, 20px);
  font-weight: 700;
  line-height: 1.2;
  color: var(--pp-green);
  overflow-wrap: break-word;
}
.packing-promo__text p {
  margin: 0 0 0.6em;
  max-width: 100%;
  font-size: clamp(7px, 1.28cqi, 14px);
  line-height: 1.48;
  color: #fff;
  font-weight: 400;
  overflow-wrap: break-word;
}
.packing-promo__text p:last-child {
  margin-bottom: 0;
}
.packing-promo__accent {
  color: var(--pp-green);
  font-weight: 600;
}
.packing-promo__bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: var(--pp-bar-height);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
  pointer-events: none;
}
.packing-promo__bar-inner {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 0 2.2% 0 1.8%;
  box-sizing: border-box;
  transform-origin: center center;
  pointer-events: auto;
}
.packing-promo__bar-brand {
  flex: 0 0 24%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-right: 2%;
  border-right: 1px solid #c5c5c5;
  box-sizing: border-box;
}
.packing-promo__logo {
  display: block;
  height: clamp(22px, 7.5cqi, 52px);
  width: auto;
  max-width: 92%;
  object-fit: contain;
}
.packing-promo__brand-sub {
  display: flex;
  align-items: center;
  gap: clamp(3px, 0.8cqi, 6px);
  margin: clamp(3px, 0.9cqi, 6px) 0 0;
  font-size: clamp(6px, 1.05cqi, 11px);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--pp-black);
  line-height: 1;
  white-space: nowrap;
}
.packing-promo__brand-sub span {
  display: block;
  width: clamp(14px, 3.2cqi, 26px);
  height: 2px;
  background: var(--pp-green);
  flex-shrink: 0;
}
.packing-promo__bar-info {
  flex: 1;
  min-width: 0;
  padding: 0 2% 0 2.2%;
  box-sizing: border-box;
}
.packing-promo__info-main {
  margin: 0;
  font-size: clamp(7px, 1.28cqi, 14px);
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1.2;
  color: var(--pp-black);
  text-transform: uppercase;
}
.packing-promo__info-accent {
  color: var(--pp-green);
}
.packing-promo__info-sub {
  margin: 2px 0 0;
  font-size: clamp(6px, 1.05cqi, 12px);
  font-weight: 400;
  color: #333;
  line-height: 1.2;
}
.packing-promo__bar-cta {
  flex: 0 0 36%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(4px, 1.1cqi, 14px);
  padding-left: 3.5%;
  padding-right: 0.8%;
  box-sizing: border-box;
}
.packing-promo__quote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55em 1.15em;
  border-radius: clamp(4px, 0.8cqi, 8px);
  background: var(--pp-black);
  color: #fff;
  font-size: clamp(7px, 1.15cqi, 13px);
  font-weight: 800;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: opacity 0.2s;
}
.packing-promo__quote:hover {
  opacity: 0.88;
  color: #fff;
}
.packing-promo__phone {
  display: inline-flex;
  align-items: center;
  gap: clamp(4px, 0.7cqi, 8px);
  padding: 0.28em 0.75em 0.28em 0.28em;
  border: 2px solid var(--pp-black);
  border-radius: clamp(6px, 1cqi, 10px);
  background: #fff;
  color: var(--pp-black);
  font-size: clamp(8px, 1.35cqi, 16px);
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}
.packing-promo__phone-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(18px, 3.8cqi, 32px);
  height: clamp(18px, 3.8cqi, 32px);
  flex-shrink: 0;
  border-radius: 6px;
  background: var(--pp-black);
}
.packing-promo__phone-icon svg {
  width: clamp(10px, 2cqi, 16px);
  height: clamp(10px, 2cqi, 16px);
}

/* Same overlay layout at all widths — scale text inset + footer to fit */
@container packing-promo (max-width: 900px) {
  .packing-promo__bar-inner {
    transform: scale(0.9);
  }

  .packing-promo__logo {
    max-height: 48%;
  }
}

@container packing-promo (max-width: 720px) {
  .packing-promo__frame {
    --pp-text-left: 49%;
    --pp-text-pad-left: 11%;
    --pp-text-clip-inset: 20%;
    --pp-text-clip-notch: 34%;
  }

  .packing-promo__bar-inner {
    transform: scale(0.86);
  }
}

@container packing-promo (max-width: 580px) {
  .packing-promo__frame {
    --pp-text-left: 50%;
    --pp-text-pad-left: 12%;
    --pp-text-clip-inset: 22%;
    --pp-text-clip-notch: 36%;
  }

  .packing-promo__bar-inner {
    transform: scale(0.8);
  }
}

@container packing-promo (max-width: 520px) {
  .packing-promo__frame {
    --pp-text-left: 51%;
    --pp-text-pad-left: 13%;
    --pp-text-clip-inset: 24%;
    --pp-text-clip-notch: 38%;
  }

  .packing-promo__bar-inner {
    transform: scale(0.74);
  }

  .packing-promo__title {
    margin-bottom: 0.35em;
  }

  .packing-promo__subtitle {
    margin-bottom: 0.55em;
  }

  .packing-promo__text p {
    margin-bottom: 0.45em;
    line-height: 1.42;
  }
}

@container packing-promo (max-width: 400px) {
  .packing-promo__frame {
    --pp-text-left: 52%;
    --pp-text-pad-left: 14%;
    --pp-text-clip-inset: 26%;
    --pp-text-clip-notch: 40%;
  }

  .packing-promo__bar-inner {
    transform: scale(0.66);
  }
}

@container packing-promo (max-width: 360px) {
  .packing-promo__bar-inner {
    transform: scale(0.6);
  }
}

/* ── Packing included (text + footer bar, no image) ────────── */
.packing-included {
  --pi-green: #69c639;
  --pi-black: #0a0b0d;
  padding: 0;
  margin: 0;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.packing-included__body {
  max-width: 900px;
  margin: 0 auto;
  padding: 56px 24px 48px;
}
.packing-included__title {
  margin: 0 0 20px;
  font-family: var(--font-head);
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 800;
  line-height: 1.2;
  color: var(--navy);
}
.packing-included__body > p {
  margin: 0 0 18px;
  font-size: 1rem;
  line-height: 1.75;
  color: #444;
}
.packing-included__subhead {
  margin: 28px 0 16px;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  font-weight: 700;
  line-height: 1.3;
  color: var(--navy);
}
.packing-included__list {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}
.packing-included__list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
  font-weight: 600;
}
.packing-included__icon {
  flex-shrink: 0;
  font-size: 1.15em;
  line-height: 1.4;
}
.packing-included__highlight {
  margin: 8px 0 0;
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--pi-green);
}
.packing-included__footer {
  background: #fff;
  border-top: 5px solid var(--pi-green);
}
.packing-included__footer-inner {
  display: flex;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  min-height: 88px;
  padding: 0 24px;
  box-sizing: border-box;
}
.packing-included__footer-brand {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 28px;
  margin-right: 28px;
  border-right: 1px solid #c5c5c5;
}
.packing-included__footer-logo {
  display: block;
  height: 52px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
}
.packing-included__footer-brand-sub {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 8px 0 0;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--pi-black);
}
.packing-included__footer-brand-sub span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--pi-green);
}
.packing-included__footer-info {
  flex: 1;
  min-width: 0;
}
.packing-included__footer-info-main {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1.25;
  color: var(--pi-black);
  text-transform: uppercase;
}
.packing-included__footer-info-accent {
  color: var(--pi-green);
}
.packing-included__footer-info-sub {
  margin: 4px 0 0;
  font-size: 0.8rem;
  color: #333;
}
.packing-included__footer-cta {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  margin-left: auto;
  padding: 14px 20px 14px 48px;
  background: var(--pi-green);
  clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
}
.packing-included__quote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 8px;
  background: var(--pi-black);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: opacity 0.2s;
}
.packing-included__quote:hover {
  opacity: 0.88;
  color: #fff;
}
.packing-included__phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px 8px 8px;
  border: 2px solid var(--pi-black);
  border-radius: 10px;
  background: #fff;
  color: var(--pi-black);
  font-size: 0.95rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}
.packing-included__phone-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background: var(--pi-black);
}
@media (max-width: 900px) {
  .packing-included__footer-inner {
    flex-wrap: wrap;
    gap: 16px;
    padding: 20px 16px;
    min-height: 0;
  }
  .packing-included__footer-brand {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
    align-items: flex-start;
  }
  .packing-included__footer-info {
    flex: 1 1 100%;
    order: 3;
  }
  .packing-included__footer-cta {
    flex: 1 1 100%;
    clip-path: none;
    margin-left: 0;
    padding: 16px;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 520px) {
  .packing-included__body {
    padding: 40px 20px 32px;
  }
  .packing-included__footer-cta {
    flex-direction: column;
    align-items: stretch;
  }
  .packing-included__quote,
  .packing-included__phone {
    justify-content: center;
    width: 100%;
  }
}

/* ── Piano: shared image stacks ────────────────────────────── */

@media (max-width: 520px) {
  .packing-how__inner {
    padding: 40px 20px 36px;
  }
  .packing-how__title {
    margin-bottom: 22px;
    font-size: 1.45rem;
  }
}

/* ── Packing: Why trust MG Vanlines ──────────────────────── */
.packing-trust {
  --pt-green: #69c639;
  background: #fff;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  border-bottom: 6px solid var(--pt-green);
}
.packing-trust__inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 56px 24px 52px;
}
.packing-trust__title {
  display: flex;
  flex-direction: column;
  gap: 0.12em;
  margin: 0 0 28px;
  font-family: var(--font-head);
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 800;
  line-height: 1.15;
  color: #111;
}
.packing-trust__title-line {
  display: block;
}
.packing-trust__title-line--brand {
  color: var(--pt-green);
}
.packing-trust__title-accent {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}
.packing-trust__title-accent::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: var(--pt-green);
  border-radius: 1px;
}
.packing-trust__inner > p {
  margin: 0 0 18px;
  font-size: 1rem;
  line-height: 1.75;
  color: #111;
}
.packing-trust__inner > p:last-of-type {
  margin-bottom: 32px;
}
.packing-trust__cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 2px solid var(--pt-green);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}
.packing-trust__cta-half {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 28px 20px;
  text-decoration: none;
  color: #111;
  transition: background 0.2s ease;
}
.packing-trust__cta-half:first-child {
  border-right: 1px solid #d4d4d4;
}
.packing-trust__cta-half:hover {
  background: #f7fbf4;
}
.packing-trust__cta-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--pt-green);
}
.packing-trust__cta-label {
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 800;
  line-height: 1.2;
}
@media (max-width: 640px) {
  .packing-trust__cta {
    grid-template-columns: 1fr;
  }
  .packing-trust__cta-half:first-child {
    border-right: none;
    border-bottom: 1px solid #d4d4d4;
  }
}
@media (max-width: 520px) {
  .packing-trust__inner {
    padding: 40px 20px 36px;
  }
  .packing-trust__title {
    margin-bottom: 22px;
    font-size: 1.55rem;
  }
  .packing-trust__cta-half {
    padding: 22px 16px;
    gap: 12px;
  }
  .packing-trust__cta-icon {
    width: 40px;
    height: 40px;
  }
}

/* ── Piano: shared image stacks ────────────────────────────── */

/* ── Packing page ──────────────────────────────────────────── */
.packing-cta-split {
  padding: 60px 0;
  background: #fff;
}
.packing-cta-split__inner {
  max-width: 1100px;
  margin: 0 auto;
  border: 2px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
}
.packing-cta-split__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  min-height: 320px;
}
.packing-cta-split__visual img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  display: block;
}
.packing-cta-split__panel {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 32px;
  background: #fff;
}
.packing-cta-split__actions {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 380px;
  border: 2px solid #333;
  border-radius: 8px;
  overflow: hidden;
}
.packing-cta-split__btn,
.packing-cta-split__phone {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 20px;
  background: #fff;
  color: #1a1a1a;
  font-size: 1.1rem;
  font-weight: 800;
  text-decoration: none;
  transition: background 0.2s;
}
.packing-cta-split__btn {
  border-bottom: 2px solid #333;
}
.packing-cta-split__btn:hover,
.packing-cta-split__phone:hover {
  background: #f4f4f4;
}
.packing-cta-split__btn-icon,
.packing-cta-split__phone-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: #3a7d24;
  color: #fff;
  border-radius: 6px;
  flex-shrink: 0;
}
.packing-cta-split__phone-icon {
  border-radius: 50%;
}
.packing-feature-img {
  padding: 0 0 60px;
  background: #fff;
}
.packing-feature-img__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.packing-feature-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
  object-fit: cover;
  max-height: 520px;
}
.packing-prose {
  padding: 56px 0;
  background: #fff;
}
.packing-prose--alt {
  background: #f9f9f9;
}
.packing-prose__inner {
  max-width: 820px;
  margin: 0 auto;
}
.packing-prose__title {
  margin: 0 0 28px;
  font-family: var(--font-head);
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1.2;
  color: var(--heading, #111);
}
.packing-prose p {
  margin: 0 0 18px;
  font-size: 1rem;
  line-height: 1.8;
  color: #444;
}
.packing-prose p:last-child {
  margin-bottom: 0;
}
@media (max-width: 860px) {
  .packing-cta-split__grid {
    grid-template-columns: 1fr;
  }
  .packing-cta-split__visual img {
    min-height: 260px;
    max-height: 400px;
  }
}
@media (max-width: 520px) {
  .packing-cta-split__panel {
    padding: 28px 20px;
  }
  .packing-prose__title {
    font-size: 1.35rem;
  }
  .packing-prose {
    padding: 40px 0;
  }
}

/* ── Calculator Page (document-style layout) ───────────────── */
.calc-page {
  background: #fff;
  color: #000;
}

.calc-page .wrap {
  max-width: 900px;
}

/* Intro */
.calc-intro {
  padding: 40px 0 24px;
  background: #fff;
}
.calc-intro__inner {
  max-width: 900px;
}
.calc-intro__lead,
.calc-intro p {
  font-size: 1rem;
  line-height: 1.6;
  color: #000;
  margin: 0 0 1.25rem;
}

/* Hero graphic */
.calc-hero {
  padding: 8px 0 32px;
  background: #fff;
}
.calc-hero__inner {
  max-width: 900px;
  display: flex;
  justify-content: center;
}
.calc-hero__graphic {
  width: 100%;
  max-width: 640px;
}
.calc-hero__svg {
  display: block;
  width: 100%;
  height: auto;
}

/* Tables */
.calc-cost-table {
  padding: 0 0 0;
  background: #fff;
}
.calc-cost-table__inner {
  max-width: 900px;
}
.calc-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 0 0;
}
.calc-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1rem;
  border: 1px solid #ddd;
}
.calc-table thead th {
  background: #000;
  color: #fff;
  font-weight: 700;
  text-align: left;
  padding: 14px 16px;
  border: 1px solid #333;
}
.calc-table tbody td {
  padding: 14px 16px;
  border: 1px solid #ddd;
  color: #000;
  line-height: 1.5;
  vertical-align: top;
}
.calc-table tbody tr:nth-child(odd) {
  background: #f2f2f2;
}
.calc-table tbody tr:nth-child(even) {
  background: #fff;
}
.calc-table tbody td strong {
  font-weight: 700;
  color: #000;
}

/* Article sections */
.calc-article {
  padding: 36px 0;
  background: #fff;
}
.calc-article + .calc-article,
.calc-faq {
  border-top: none;
}
.calc-article__inner,
.calc-faq__inner {
  max-width: 900px;
}
.calc-page-title {
  font-family: var(--font-head);
  font-size: 1.75rem;
  font-weight: 700;
  color: #000;
  margin: 0 0 1.25rem;
  line-height: 1.25;
}
.calc-page .calc-article__section-label {
  display: block;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  color: #000;
  border-bottom: none;
  padding-bottom: 0;
  margin: 0 0 1.25rem;
}
.calc-cost-list {
  margin: 0 0 1.25rem;
  padding-left: 1.5rem;
  list-style: disc;
}
.calc-cost-list li {
  font-size: 1rem;
  line-height: 1.6;
  color: #000;
  margin-bottom: 0.35rem;
}
.calc-faq__question {
  font-size: 1.15rem;
  font-weight: 700;
  color: #000;
  margin: 2rem 0 0.75rem;
}
.calc-faq__question:first-of-type {
  margin-top: 0;
}
.calc-faq p {
  font-size: 1rem;
  line-height: 1.6;
  color: #000;
  margin: 0 0 1rem;
}
.calc-article h2 {
  font-size: 1.35rem;
  font-weight: 700;
  color: #000;
  margin: 2rem 0 1rem;
  line-height: 1.3;
}
.calc-article h2:first-of-type {
  margin-top: 0;
}
.calc-article h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #000;
  margin: 1.75rem 0 0.75rem;
}
.calc-article p {
  font-size: 1rem;
  line-height: 1.6;
  color: #000;
  margin: 0 0 1.25rem;
}
.calc-article ul {
  margin: 0 0 1.25rem;
  padding-left: 1.5rem;
  list-style: disc;
}
.calc-article li {
  font-size: 1rem;
  line-height: 1.6;
  color: #000;
  margin-bottom: 0.35rem;
}
.calc-inline-link {
  color: #d35400;
  text-decoration: none;
  font-weight: 700;
}
.calc-inline-link:hover {
  color: #a04000;
  text-decoration: underline;
}

/* FAQ inside calculator */
.calc-faq {
  padding: 36px 0 24px;
  background: #fff;
}
.calc-page .calc-faq .faq-item {
  border: 1px solid #ddd;
  border-radius: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.calc-page .calc-faq .faq-item:last-child {
  border-bottom: 1px solid #ddd;
}
.calc-page .calc-faq .faq-q {
  color: #000;
  font-weight: 700;
  background: #fff;
}
.calc-page .calc-faq .faq-q:hover,
.calc-page .calc-faq .faq-item.open .faq-q {
  background: #f7f7f7;
}
.calc-page .calc-faq .faq-q .arrow {
  background: #f2f2f2;
  color: #000;
}
.calc-page .calc-faq .faq-item.open .arrow {
  background: #000;
  color: #fff;
}
.calc-page .calc-faq .faq-a {
  color: #000;
  border-top: 1px solid #ddd;
}

/* Amber quote bar */
.calc-quote-bar {
  background: #f8b400;
  padding: 0;
  margin: 0;
}
.calc-quote-bar--inline {
  margin: 2rem 0;
}
.calc-quote-bar__btn {
  display: block;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 18px 24px;
  box-sizing: border-box;
  color: #000;
  font-size: 1.05rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0;
  transition: background 0.2s;
}
.calc-quote-bar__btn:hover {
  background: #e8a730;
  color: #000;
}

/* Calculator closing block */
.calc-page .calc-closing {
  background: #fff;
  color: #000;
  padding: 48px 24px 56px;
  text-align: left;
}
.calc-page .calc-closing h2 {
  font-size: 1.35rem;
  font-weight: 700;
  color: #000;
  margin: 0 0 0.75rem;
}
.calc-page .calc-closing p {
  color: #000;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 0 0.5rem;
}
.calc-page .calc-closing .closing-tagline {
  color: #000;
  opacity: 1;
}
.calc-page .calc-closing .closing-cta-btns {
  justify-content: flex-start;
  margin-top: 1.5rem;
  gap: 16px;
}
.calc-page .calc-closing .btn-primary {
  background: #f8b400;
  color: #000;
  font-weight: 700;
  border: none;
}
.calc-page .calc-closing .btn-primary:hover {
  background: #e8a730;
}
.calc-page .calc-closing .closing-phone {
  color: #000;
  border: 1px solid #000;
}

@media (max-width: 640px) {
  .calc-intro {
    padding: 28px 0 16px;
  }
  .calc-table {
    font-size: 0.875rem;
  }
  .calc-table thead th,
  .calc-table tbody td {
    padding: 10px 12px;
  }
  .calc-article h2 {
    font-size: 1.2rem;
  }
  .calc-quote-bar__btn {
    font-size: 0.95rem;
    padding: 16px 18px;
  }
}

/* ── Moving Checklist Page ─────────────────────────────────── */
.checklist-intro {
  padding: 48px 0 32px;
  background: #fff;
}
.checklist-intro__inner {
  max-width: 900px;
}
.checklist-intro__lead {
  font-size: 1.08rem;
  line-height: 1.85;
  color: #333;
  margin: 0 0 32px;
}

/* TOC nav */
.checklist-toc {
  background: #f6f6f6;
  border-radius: 10px;
  padding: 24px 28px;
}
.checklist-toc__title {
  margin: 0 0 14px;
  font-size: 0.95rem;
  font-weight: 800;
  color: #111;
}
.checklist-toc__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.checklist-toc__links a {
  display: inline-block;
  padding: 8px 18px;
  border-radius: 999px;
  background: #1a1a1a;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s;
}
.checklist-toc__links a:hover {
  background: #5ac535;
  color: #111;
}

/* Week sections */
.checklist-week {
  padding: 48px 0;
  background: #fff;
  border-top: 1px solid #eee;
}
.checklist-week--alt {
  background: #f9faf6;
}
.checklist-week__inner {
  max-width: 900px;
  position: relative;
}
.checklist-week__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #1a1a1a;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 900;
  margin-bottom: 16px;
  flex-shrink: 0;
}
.checklist-week__title {
  margin: 0 0 12px;
  font-family: var(--font-head);
  font-size: 1.55rem;
  font-weight: 900;
  color: #111;
  line-height: 1.25;
}
.checklist-week > .checklist-week__inner > p {
  font-size: 1.02rem;
  line-height: 1.8;
  color: #555;
  margin: 0 0 28px;
}
.checklist-week h3 {
  font-size: 1.1rem;
  font-weight: 800;
  color: #222;
  margin: 28px 0 12px;
}
.checklist-week h3:first-of-type {
  margin-top: 0;
}
.checklist-list {
  margin: 0 0 20px;
  padding-left: 24px;
  list-style: none;
}
.checklist-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
  font-size: 0.97rem;
  line-height: 1.75;
  color: #333;
}
.checklist-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 14px;
  height: 14px;
  border: 2px solid #5ac535;
  border-radius: 3px;
  background: #fff;
}
.checklist-cta-inline {
  margin-top: 24px;
}

/* Final CTA */
.checklist-final-cta {
  padding: 56px 0;
  background: #1a1a1a;
  text-align: center;
}
.checklist-final-cta__inner {
  max-width: 700px;
}
.checklist-final-cta h2 {
  color: #fff;
  font-size: 1.65rem;
  font-weight: 900;
  margin: 0 0 16px;
}
.checklist-final-cta p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.02rem;
  line-height: 1.8;
  margin: 0 0 28px;
}

@media (max-width: 640px) {
  .checklist-week__title {
    font-size: 1.25rem;
  }
  .checklist-toc__links a {
    font-size: 0.75rem;
    padding: 6px 14px;
  }
  .checklist-week {
    padding: 36px 0;
  }
}

/* Company Profile — blank subpages */
.company-profile-page .ld-page-hero__inner {
  min-height: 220px;
  display: flex;
  align-items: center;
}

/* Meet The President page */
.president-page .president-hero {
  position: relative;
  overflow: hidden;
  padding: 0;
  min-height: clamp(220px, 28vw, 340px);
  display: flex;
  align-items: center;
  text-align: left;
  background: #1a2038
    url("https://mgvanlines.com/wp-content/uploads/2026/06/viber_image_2026-06-04_20-35-49-072.jpg")
    center center / cover no-repeat;
}

.president-page .president-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(18, 22, 42, 0.92) 0%,
    rgba(18, 22, 42, 0.78) 38%,
    rgba(18, 22, 42, 0.35) 62%,
    rgba(18, 22, 42, 0.15) 100%
  );
  pointer-events: none;
}

.president-page .president-hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(36px, 5vw, 56px) 24px;
}

.president-page .president-hero__content {
  max-width: 640px;
}

.president-page .president-hero__title {
  margin: 0 0 14px;
  font-family: var(--font-head);
  font-size: clamp(1.85rem, 4.8vw, 3.25rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: left;
  max-width: none;
}

.president-page .president-hero__title-accent {
  color: #69c639;
}

.president-page .president-hero__title-rest {
  color: #fff;
}

.president-page .president-hero__tagline {
  margin: 0 0 0.45em;
  font-size: clamp(0.95rem, 1.8vw, 1.12rem);
  font-weight: 600;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.95);
  max-width: 32em;
}

.president-page .president-hero__tagline:last-of-type {
  margin-bottom: 1.1em;
}

.president-page .president-hero__actions {
  margin-top: 0;
}

@media (max-width: 900px) {
  .president-page .president-hero {
    min-height: clamp(260px, 52vw, 360px);
    text-align: center;
    background-position: 58% center;
  }

  .president-page .president-hero::before {
    background: linear-gradient(
      180deg,
      rgba(18, 22, 42, 0.9) 0%,
      rgba(18, 22, 42, 0.72) 55%,
      rgba(18, 22, 42, 0.4) 100%
    );
  }

  .president-page .president-hero__content {
    max-width: none;
    margin: 0 auto;
  }

  .president-page .president-hero__title {
    text-align: center;
  }

  .president-page .president-hero__tagline {
    margin-left: auto;
    margin-right: auto;
  }

  .president-page .president-hero__actions {
    justify-content: center;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.president-page {
  background: #fff;
}

.president-page .president-page__wrap {
  padding: 0 24px 64px;
}

.president-page__wrap {
  max-width: 1180px;
  margin: 0 auto;
}

.president-layout {
  padding-top: 40px;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) 300px;
  gap: 36px 40px;
  align-items: start;
}

.president-profile__photo {
  margin: 0;
  line-height: 0;
}

.president-profile__photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
}

.president-profile__card {
  background: var(--navy);
  color: #fff;
  text-align: center;
  padding: 18px 14px 20px;
}

.president-profile__name {
  margin: 0 0 4px;
  font-family: var(--font-head);
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.2;
}

.president-profile__title {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 400;
  opacity: 0.95;
}

.president-content__title {
  margin: 0 0 22px;
  font-family: var(--font-head);
  font-size: clamp(1.85rem, 3vw, 2.35rem);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.2;
}

.president-content__body p {
  margin: 0 0 1.15em;
  font-size: 0.98rem;
  line-height: 1.65;
  color: var(--text);
}

.president-content__body p:last-child {
  margin-bottom: 0;
}

.president-quote {
  position: sticky;
  top: 100px;
}

.president-quote__form {
  background: var(--blue);
  border-radius: var(--radius-lg);
  padding: 28px 24px 24px;
  box-shadow: var(--shadow-lg);
}

.president-quote__head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.president-quote__icon {
  flex-shrink: 0;
  line-height: 0;
  color: var(--navy);
}

.president-quote__title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
}

.president-quote__field {
  display: block;
  margin-bottom: 12px;
}

.president-quote__field input[type="text"] {
  width: 100%;
  box-sizing: border-box;
  padding: 13px 14px;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 0.92rem;
  font-family: inherit;
  outline: none;
  transition: border-color 0.2s;
}

.president-quote__field input[type="text"]::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.president-quote__field input[type="text"]:focus {
  border-color: #fff;
}

.president-quote__field--date {
  position: relative;
  margin-bottom: 16px;
}

.president-quote__date-label {
  display: block;
}

.president-quote__field--date input[type="text"] {
  padding-right: 44px;
  cursor: pointer;
}

.president-quote__date-btn {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  padding: 6px;
  cursor: pointer;
  line-height: 0;
  color: #fff;
}

.president-datepicker {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  z-index: 20;
  background: #fff;
  border-radius: 8px 8px 10px 10px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
  padding: 12px 14px 14px;
}

.president-datepicker__nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
}

.president-datepicker__prev,
.president-datepicker__next {
  border: none;
  background: none;
  font-size: 0.8rem;
  color: #888;
  cursor: pointer;
  padding: 4px 2px;
  font-family: inherit;
}

.president-datepicker__prev:hover,
.president-datepicker__next:hover {
  color: #333;
}

.president-datepicker__month {
  margin: 0 0 8px;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 700;
  color: #222;
}

.president-datepicker__weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 700;
  color: #111;
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 8px;
}

.president-datepicker__grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
}

.president-datepicker__day {
  border: none;
  background: none;
  font-size: 0.82rem;
  padding: 6px 0;
  cursor: pointer;
  border-radius: 4px;
  color: #222;
  font-family: inherit;
}

.president-datepicker__day:hover {
  background: var(--off-white);
}

.president-datepicker__day.is-selected {
  background: var(--blue);
  color: #fff;
}

.president-datepicker__day.is-empty {
  visibility: hidden;
  pointer-events: none;
}

.president-quote__submit {
  display: block;
  width: 100%;
  margin-top: 4px;
  padding: 15px;
  border: none;
  border-radius: var(--radius);
  background: var(--navy);
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  transition: background 0.2s;
  font-family: inherit;
}

.president-quote__submit:hover {
  background: var(--navy-mid);
}

@media (max-width: 1024px) {
  .president-layout {
    grid-template-columns: 200px minmax(0, 1fr);
  }

  .president-quote {
    grid-column: 1 / -1;
    position: static;
    max-width: 360px;
  }
}

@media (max-width: 768px) {
  .president-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .president-profile {
    max-width: 280px;
  }

  .president-quote {
    max-width: none;
  }
}

/* Quality Vision page */
.quality-vision-page {
  background: #fff;
}

.qv-page {
  position: relative;
  background: #fff;
  color: var(--text);
  padding: 40px 0 64px;
  overflow: hidden;
}

.qv-page__corner {
  position: absolute;
  width: min(220px, 40vw);
  height: min(220px, 40vw);
  pointer-events: none;
  opacity: 0.35;
  background: repeating-linear-gradient(
    135deg,
    transparent,
    transparent 7px,
    rgba(0, 0, 0, 0.04) 7px,
    rgba(0, 0, 0, 0.04) 8px
  );
}

.qv-page__corner--tl {
  top: 0;
  left: 0;
}

.qv-page__corner--br {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}

.qv-wrap {
  position: relative;
  z-index: 1;
  max-width: 1180px;
}

.qv-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: 36px 40px;
  align-items: start;
  margin-bottom: 40px;
}

.qv-hero__brand {
  margin-bottom: 20px;
}

.qv-hero__logo {
  display: block;
  width: min(200px, 55vw);
  height: auto;
}

.qv-hero__title {
  margin: 0 0 12px;
  font-family: var(--font-head);
  font-size: clamp(2.25rem, 5vw, 3.25rem);
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.05;
  text-transform: uppercase;
}

.qv-hero__title-mg {
  color: var(--blue);
}

.qv-hero__title-rest {
  color: var(--text);
}

.qv-hero__tagline {
  margin: 0 0 28px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  font-size: clamp(0.95rem, 2vw, 1.15rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text);
  line-height: 1.4;
}

.qv-hero__tagline strong {
  color: var(--blue);
  font-weight: 900;
}

.qv-hero__about {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 28px;
}

.qv-hero__about p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text-muted);
}

.qv-hero__about strong {
  color: var(--blue);
  font-weight: 700;
}

.qv-icon-circle {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border: 2px solid var(--blue);
  border-radius: 50%;
  color: var(--blue);
}

.qv-mission {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 22px 20px;
  border: 2px solid var(--blue);
  border-radius: var(--radius);
}

.qv-mission__icon {
  flex-shrink: 0;
  color: var(--blue);
  line-height: 0;
}

.qv-mission__title {
  margin: 0 0 10px;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: var(--blue);
}

.qv-mission__body p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.65;
  color: var(--text-muted);
}

.qv-quote__form {
  background: #fff;
  border: 2px solid var(--blue);
  border-radius: var(--radius-lg);
  padding: 26px 22px 20px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

.qv-quote__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.qv-quote__head-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--blue);
  color: #000;
}

.qv-quote__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--text);
  line-height: 1.25;
}

.qv-quote__title-accent {
  display: block;
  color: var(--blue);
}

.qv-quote__rule {
  height: 2px;
  width: 48px;
  background: var(--blue);
  margin-bottom: 18px;
}

.qv-quote__field {
  position: relative;
  display: block;
  margin-bottom: 12px;
}

.qv-quote__field-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--blue);
  line-height: 0;
  pointer-events: none;
  z-index: 1;
}

.qv-quote__field input[type="text"] {
  width: 100%;
  box-sizing: border-box;
  padding: 13px 14px 13px 42px;
  border: 1.5px solid var(--blue);
  border-radius: var(--radius);
  background: #fff;
  color: var(--text);
  font-size: 0.9rem;
  font-family: inherit;
  outline: none;
  transition: box-shadow 0.2s;
}

.qv-quote__field input[type="text"]::placeholder {
  color: var(--text-muted);
}

.qv-quote__field input[type="text"]:focus {
  box-shadow: 0 0 0 2px rgba(90, 197, 53, 0.35);
}

.qv-quote__field--date {
  margin-bottom: 16px;
}

.qv-quote__date-label {
  display: block;
}

.qv-quote__field--date input[type="text"] {
  padding-right: 44px;
  cursor: pointer;
}

.qv-quote__date-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  padding: 6px;
  cursor: pointer;
  line-height: 0;
  color: var(--blue);
}

.qv-quote__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin-top: 4px;
  padding: 15px;
  border: none;
  border-radius: var(--radius);
  background: var(--blue);
  color: #000;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    background 0.2s,
    color 0.2s;
  font-family: inherit;
}

.qv-quote__submit:hover {
  background: var(--blue-light);
}

.qv-quote__secure {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 14px 0 0;
  font-size: 0.75rem;
  color: var(--text-muted);
}

.qv-quote__secure svg {
  flex-shrink: 0;
  color: var(--blue);
}

.qv-quote__contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin: 18px 0 0;
  text-align: center;
}

.qv-quote__contact-label {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.qv-quote__phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.15rem;
  font-weight: 900;
  color: var(--text);
  text-decoration: none;
  transition: color 0.2s;
}

.qv-quote__phone svg {
  flex-shrink: 0;
  color: var(--blue);
}

.qv-quote__phone:hover {
  color: var(--blue);
}

.qv-commitments {
  margin-bottom: 32px;
}

.qv-commitments__bar {
  position: relative;
  display: flex;
  align-items: stretch;
  background: var(--blue);
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  overflow: hidden;
}

.qv-commitments__bar-text {
  flex: 1;
  margin: 0;
  padding: 18px 24px;
  font-family: var(--font-body);
  font-size: clamp(0.8rem, 1.5vw, 1rem);
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #000;
  line-height: 1.35;
}

.qv-commitments__bar-stripe {
  flex-shrink: 0;
  width: 72px;
  background: repeating-linear-gradient(
    -45deg,
    #000,
    #000 6px,
    var(--blue) 6px,
    var(--blue) 12px
  );
  clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 100%);
}

.qv-commitments__panel {
  background: #fff;
  border-radius: 0 0 var(--radius-lg) var(--radius-lg);
  overflow: hidden;
}

.qv-commitments__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.qv-commitments__item {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 22px 24px;
  border-bottom: 1px solid #e2e2e2;
  min-height: 88px;
}

.qv-commitments__item:nth-child(odd) {
  border-right: 1px solid #e2e2e2;
}

.qv-commitments__item:nth-last-child(-n + 2) {
  border-bottom: none;
}

.qv-commitments__item--span {
  border-right: none;
}

.qv-commitments__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: #000;
  color: var(--blue);
}

.qv-commitments__item p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.45;
  color: #111;
  font-weight: 500;
}

.qv-team {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 24px 28px;
  border: 2px solid var(--blue);
  border-radius: var(--radius-lg);
  background: #fff;
}

.qv-team__icon {
  flex-shrink: 0;
  color: var(--blue);
  line-height: 0;
}

.qv-team__text {
  flex: 1;
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.6;
  color: var(--text-muted);
}

@media (max-width: 960px) {
  .qv-top {
    grid-template-columns: 1fr;
  }

  .qv-quote {
    max-width: 400px;
  }
}

@media (max-width: 720px) {
  .qv-commitments__grid {
    grid-template-columns: 1fr;
  }

  .qv-commitments__item:nth-child(odd) {
    border-right: none;
  }

  .qv-commitments__item:not(:last-child) {
    border-bottom: 1px solid #e2e2e2;
  }

  .qv-commitments__item:nth-last-child(-n + 2) {
    border-bottom: 1px solid #e2e2e2;
  }

  .qv-commitments__item:last-child {
    border-bottom: none;
  }

  .qv-team {
    flex-direction: column;
    text-align: center;
  }

  .qv-team__icon--home {
    order: 3;
  }
}

/* Commandments page */
.commandments-page {
  background: #fff;
}

.cmd-page__wrap {
  padding: 48px 24px 72px;
}

.cmd-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  grid-template-areas:
    "intro intro"
    "list quote";
  gap: 36px 40px;
  align-items: start;
  max-width: 1180px;
  margin: 0 auto;
}

.cmd-intro {
  grid-area: intro;
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.cmd-intro__icon {
  flex-shrink: 0;
  line-height: 0;
  color: var(--blue);
}

.cmd-intro__title {
  margin: 0 0 14px;
  font-family: var(--font-head);
  font-size: clamp(1.85rem, 3vw, 2.35rem);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.2;
}

.cmd-intro__lead {
  margin: 0;
  max-width: 640px;
  font-size: 0.98rem;
  line-height: 1.65;
  color: var(--text);
}

.cmd-list-section {
  grid-area: list;
}

.commandments-page .cmd-quote-slot {
  grid-area: quote;
}

.cmd-list__bar {
  background: var(--navy);
  padding: 14px 20px;
  margin-bottom: 0;
}

.cmd-list__bar-title {
  margin: 0;
  font-family: var(--font-head);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  font-weight: 700;
  line-height: 1.35;
}

.cmd-list__bar-white {
  color: #fff;
}

.cmd-list__bar-accent {
  color: var(--blue);
}

.cmd-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid var(--border);
  border-top: none;
}

.cmd-item {
  border-bottom: 1px solid var(--border);
}

.cmd-item:last-child {
  border-bottom: none;
}

.cmd-item__head {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px 0;
}

.cmd-item__num {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 38px;
  padding: 0 10px;
  background: var(--off-white);
  border-radius: var(--radius) var(--radius) 0 0;
  font-family: var(--font-body);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--blue);
  line-height: 1;
}

.cmd-item__title {
  margin: 0;
  font-family: var(--font-head);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.35;
}

.cmd-item__body {
  padding: 10px 18px 20px 74px;
}

.cmd-item__body p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--text);
}

@media (max-width: 1024px) {
  .cmd-layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "intro"
      "quote"
      "list";
  }

  .commandments-page .cmd-quote-slot {
    max-width: 360px;
  }
}

@media (max-width: 640px) {
  .cmd-page__wrap {
    padding: 32px 16px 56px;
  }

  .cmd-intro {
    flex-direction: column;
    gap: 16px;
  }

  .cmd-item__body {
    padding-left: 18px;
  }
}

/* Quote details modal (step 2 of free moving quote) */
.quote-modal {
  padding: 0;
  border: none;
  max-width: none;
  width: 100%;
  height: 100%;
  max-height: none;
  background: transparent;
}

.quote-modal[open] {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow-y: auto;
}

.quote-modal::backdrop {
  background: rgba(0, 0, 0, 0.55);
}

.quote-modal__panel {
  position: relative;
  width: min(520px, calc(100vw - 32px));
  margin: max(24px, 8vh) auto 24px;
  padding: 36px 32px 32px;
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  font-family: var(--font-body);
}

.quote-modal__close {
  position: absolute;
  top: 12px;
  right: 14px;
  border: none;
  background: none;
  font-size: 1.75rem;
  line-height: 1;
  color: var(--text-muted);
  cursor: pointer;
  padding: 4px 8px;
}

.quote-modal__close:hover {
  color: var(--navy);
}

.quote-modal__title {
  margin: 0 0 28px;
  text-align: center;
  font-family: var(--font-head);
  font-size: clamp(1.35rem, 3.5vw, 1.65rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--navy);
  line-height: 1.25;
  padding: 0 24px;
}

.quote-modal__steps {
  list-style: none;
  margin: 0 0 28px;
  padding: 0 8px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
}

.quote-modal__step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  max-width: 120px;
}

.quote-modal__step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 17px;
  left: calc(50% + 18px);
  width: calc(100% - 36px);
  height: 3px;
  background: #d8d8d8;
  z-index: 0;
}

.quote-modal__step.is-complete:not(:last-child)::after {
  background: var(--blue);
}

.quote-modal__step-dot {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #e8e8e8;
  color: #fff;
}

.quote-modal__step.is-complete .quote-modal__step-dot,
.quote-modal__step.is-active .quote-modal__step-dot {
  background: var(--blue);
}

.quote-modal__step-label {
  margin-top: 10px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-muted);
  text-align: center;
}

.quote-modal__step.is-active .quote-modal__step-label,
.quote-modal__step.is-complete .quote-modal__step-label {
  color: var(--navy);
}

.quote-modal__form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.quote-modal__label {
  margin: 4px 0 0;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--navy);
}

.quote-modal__select,
.quote-modal__input {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  border: 1.5px solid #ccc;
  border-radius: var(--radius);
  background: #fff;
  color: var(--text);
  font-size: 0.95rem;
  font-family: inherit;
  outline: none;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}

.quote-modal__select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23444' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
  cursor: pointer;
  height: 100% !important;
}

.quote-modal__select:focus,
.quote-modal__input:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(90, 197, 53, 0.25);
}

.quote-modal__sms {
  margin: 8px 0 4px;
  padding: 0;
  border: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 20px;
}

.quote-modal__sms-legend {
  padding: 0;
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--navy);
}

.quote-modal__sms-option {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--navy);
}

.quote-modal__sms-option input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--blue);
  cursor: pointer;
}

.quote-modal__submit {
  display: block;
  width: min(220px, 100%);
  margin: 12px auto 0;
  padding: 14px 24px;
  border: none;
  border-radius: var(--radius);
  background: var(--navy);
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  transition: background 0.2s;
}

.quote-modal__submit:hover {
  background: var(--navy-mid);
}

.quote-modal__view--done {
  text-align: center;
  padding: 12px 0 0;
}

.quote-modal__done-msg {
  margin: 0 0 24px;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text);
}

@media (max-width: 480px) {
  .quote-modal__panel {
    padding: 32px 20px 24px;
  }

  .quote-modal__title {
    font-size: 1.2rem;
    padding: 0 12px;
  }

  .quote-modal__step-label {
    font-size: 0.65rem;
  }
}
