.cms-mcc-table {
  background: #FFFFFF;
  padding: clamp(56px, 7vw, 96px) 24px;
}

.cms-mcc-table__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.cms-mcc-table__header {
  max-width: 640px;
  margin-bottom: 48px;
}

.cms-mcc-table__label {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #E8760A;
  margin-bottom: 10px;
}

.cms-mcc-table h2 {
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 700;
  color: #191C40;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.15;
  margin-bottom: 12px;
}

.cms-mcc-table__subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: #3B4063;
  line-height: 1.72;
}

.cms-mcc-table__wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(25,28,64,0.06), 0 8px 24px rgba(25,28,64,0.04);
  margin-bottom: 20px;
}

.cms-mcc-table__tbl {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  min-width: 680px;
}

.cms-mcc-table__tbl thead tr {
  background: #191C40;
}

.cms-mcc-table__tbl thead th {
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 16px 20px;
  text-align: left;
  white-space: nowrap;
}

.cms-mcc-table__tbl thead th:first-child {
  border-radius: 8px 0 0 0;
}

.cms-mcc-table__tbl thead th:last-child {
  border-radius: 0 8px 0 0;
}

.cms-mcc-table__tbl tbody tr {
  border-bottom: 1px solid rgba(25,28,64,0.07);
  transition: background 160ms ease;
}

.cms-mcc-table__tbl tbody tr:last-child {
  border-bottom: none;
}

.cms-mcc-table__tbl tbody tr:nth-child(even) {
  background: #F8F9FC;
}

.cms-mcc-table__tbl tbody tr:hover {
  background: #F0F2FA;
}

.cms-mcc-table__tbl tbody td {
  padding: 15px 20px;
  color: #191C40;
  line-height: 1.5;
  vertical-align: middle;
}

.cms-mcc-table__tbl tbody td:first-child {
  font-weight: 600;
  color: #191C40;
}

.cms-mcc-table__tbl .cms-mcc-table__range {
  font-weight: 600;
  color: #191C40;
}

.cms-mcc-table__tbl .cms-mcc-table__badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: 999px;
  background: rgba(232,118,10,0.1);
  color: #E8760A;
}

.cms-mcc-table__disclaimer {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: #7A7E9A;
  line-height: 1.65;
  padding: 14px 18px;
  background: rgba(25,28,64,0.03);
  border-radius: 4px;
  border-left: 3px solid rgba(25,28,64,0.1);
}

.cms-mcc-table__disclaimer strong {
  color: #3B4063;
  font-weight: 600;
}

/* =========================
   MCC TABLE BASE
========================= */
.cms-mcc-table__tbl {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
  border: 1px solid #dbe4ee;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.07);
}

.cms-mcc-table__tbl thead th {
  padding: 18px 18px;
  background: #0f172a;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.4px;
  border: none;
}

.cms-mcc-table__tbl tbody td {
  padding: 18px 18px;
  font-size: 15px;
  line-height: 1.6;
  color: #475569;
  background: #ffffff;
  border-top: 1px solid #e5edf5;
  vertical-align: top;
}

.cms-mcc-table__tbl tbody tr:first-child td {
  border-top: none;
}

.cms-mcc-table__tbl tbody td:first-child {
  font-weight: 700;
  color: #0f172a;
}

.cms-mcc-table__range {
  font-weight: 700;
  color: #2563eb;
  white-space: nowrap;
}

/* =========================
   TABLET
========================= */
@media only screen and (max-width: 991px) {
  .cms-mcc-table__tbl thead th,
  .cms-mcc-table__tbl tbody td {
    padding: 16px 14px;
    font-size: 14px;
  }
}

/* =========================
   MOBILE STACKED CARDS
========================= */
@media only screen and (max-width: 767px) {
  .cms-mcc-table__tbl {
    display: block;
    background: transparent;
    border: none;
    box-shadow: none;
  }

  .cms-mcc-table__tbl thead {
    display: none;
  }

  .cms-mcc-table__tbl tbody {
    display: block;
  }

  .cms-mcc-table__tbl tbody tr {
    display: block;
    margin-bottom: 16px;
    padding: 18px 16px;
    background: #ffffff;
    border: 1px solid #dbe4ee;
    border-radius: 18px;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.06);
  }

  .cms-mcc-table__tbl tbody td {
    display: block;
    width: 100%;
    padding: 10px 0;
    border: none;
    background: transparent;
    font-size: 15px;
    line-height: 1.55;
    white-space: normal;
  }

  .cms-mcc-table__tbl tbody td:first-child {
    padding-top: 0;
  }

  .cms-mcc-table__tbl tbody td:last-child {
    padding-bottom: 0;
  }

  .cms-mcc-table__tbl tbody td:before {
    display: block;
    margin-bottom: 6px;
    font-size: 11px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #64748b;
  }

  .cms-mcc-table__tbl tbody td:nth-child(1):before {
    content: "Home Size";
  }

  .cms-mcc-table__tbl tbody td:nth-child(2):before {
    content: "Up to 500 Miles";
  }

  .cms-mcc-table__tbl tbody td:nth-child(3):before {
    content: "500 – 1,000 Miles";
  }

  .cms-mcc-table__tbl tbody td:nth-child(4):before {
    content: "1,000 – 2,000 Miles";
  }

  .cms-mcc-table__tbl tbody td:nth-child(5):before {
    content: "2,000+ Miles";
  }

  .cms-mcc-table__tbl tbody td:nth-child(6):before {
    content: "Approx. Weight";
  }

  .cms-mcc-table__range {
    white-space: normal;
  }
}

/* =========================
   SMALL MOBILE
========================= */
@media only screen and (max-width: 480px) {
  .cms-mcc-table__tbl tbody tr {
    padding: 16px 14px;
    border-radius: 16px;
  }

  .cms-mcc-table__tbl tbody td {
    padding: 9px 0;
    font-size: 14px;
  }

  .cms-mcc-table__tbl tbody td:before {
    font-size: 10px;
    margin-bottom: 5px;
  }
}
/* SECTION 4: COST FACTORS */
.cms-mcc-factors {
  background: #F4F5F9;
  padding: clamp(56px, 7vw, 96px) 24px;
}

.cms-mcc-factors__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.cms-mcc-factors__header {
  max-width: 640px;
  margin-bottom: 52px;
}

.cms-mcc-factors__label {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #E8760A;
  margin-bottom: 10px;
}

.cms-mcc-factors h2 {
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 700;
  color: #191C40;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.15;
  margin-bottom: 12px;
}

.cms-mcc-factors__subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: #3B4063;
  line-height: 1.72;
}

.cms-mcc-factors__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.cms-mcc-factors__card {
  background: #FFFFFF;
  border-radius: 6px;
  padding: 28px 26px;
  box-shadow: 0 1px 3px rgba(25,28,64,0.06);
}

.cms-mcc-factors__card-num {
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #E8760A;
  margin-bottom: 10px;
}

.cms-mcc-factors__card-title {
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #191C40;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
  line-height: 1.2;
}

.cms-mcc-factors__card-text {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #3B4063;
  line-height: 1.75;
}

@media (max-width: 860px) {
  .cms-mcc-factors__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .cms-mcc-factors__grid {
    grid-template-columns: 1fr;
  }
}
/* SECTION 5: COST BY MOVE TYPE */
.cms-mcc-types {
  background: #FFFFFF;
  padding: clamp(56px, 7vw, 96px) 24px;
}

.cms-mcc-types__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.cms-mcc-types__header {
  max-width: 640px;
  margin-bottom: 52px;
}

.cms-mcc-types__label {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #E8760A;
  margin-bottom: 10px;
}

.cms-mcc-types h2 {
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 700;
  color: #191C40;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.15;
  margin-bottom: 12px;
}

.cms-mcc-types__subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: #3B4063;
  line-height: 1.72;
}

.cms-mcc-types__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid rgba(25,28,64,0.08);
}

.cms-mcc-types__item {
  display: grid;
  grid-template-columns: 260px 1fr 220px;
  gap: 32px;
  align-items: start;
  padding: 36px 0;
  border-bottom: 1px solid rgba(25,28,64,0.08);
}

.cms-mcc-types__item-left {}

.cms-mcc-types__item-tag {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(25,28,64,0.06);
  color: #191C40;
  margin-bottom: 10px;
}

.cms-mcc-types__item-title {
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #191C40;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin-bottom: 6px;
}

.cms-mcc-types__item-link {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #E8760A;
  text-decoration: none;
  font-weight: 600;
  transition: color 160ms ease;
}

.cms-mcc-types__item-link:hover {
  color: #cf6509;
}

.cms-mcc-types__item-text {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #3B4063;
  line-height: 1.78;
}

.cms-mcc-types__item-pricing {
  background: #F4F5F9;
  border-radius: 6px;
  padding: 20px 18px;
}

.cms-mcc-types__item-pricing-label {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7A7E9A;
  margin-bottom: 6px;
}

.cms-mcc-types__item-pricing-range {
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #191C40;
  line-height: 1.15;
  margin-bottom: 6px;
}

.cms-mcc-types__item-pricing-note {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: #7A7E9A;
  line-height: 1.55;
}

@media (max-width: 860px) {
  .cms-mcc-types__item {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
/* SECTION 6: COST SAVING TIPS */
.cms-mcc-tips {
  background: #191C40;
  padding: clamp(56px, 7vw, 96px) 24px;
  position: relative;
  overflow: hidden;
}

.cms-mcc-tips::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    -45deg,
    rgba(255,255,255,0.012) 0px,
    rgba(255,255,255,0.012) 1px,
    transparent 1px,
    transparent 14px
  );
  pointer-events: none;
}

.cms-mcc-tips__inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.cms-mcc-tips__layout {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 80px;
  align-items: start;
}

.cms-mcc-tips__sidebar {
  position: sticky;
  top: 32px;
}

.cms-mcc-tips__label {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #E8760A;
  margin-bottom: 10px;
}

.cms-mcc-tips h2 {
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.15;
  margin-bottom: 16px;
}

.cms-mcc-tips__sidebar-text {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: rgba(255,255,255,0.65);
  line-height: 1.75;
  margin-bottom: 28px;
}

.cms-mcc-tips__sidebar-stat {
  background: rgba(255,255,255,0.05);
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,0.08);
  padding: 20px 18px;
}

.cms-mcc-tips__sidebar-stat-num {
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #E8760A;
  line-height: 1;
  margin-bottom: 6px;
}

.cms-mcc-tips__sidebar-stat-text {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  line-height: 1.6;
}

.cms-mcc-tips__items {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.cms-mcc-tips__tip {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 20px;
  align-items: start;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.cms-mcc-tips__tip-num {
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: rgba(232,118,10,0.5);
  line-height: 1;
  padding-top: 3px;
}

.cms-mcc-tips__tip-title {
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
  line-height: 1.2;
}

.cms-mcc-tips__tip-text {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  line-height: 1.76;
}

@media (max-width: 860px) {
  .cms-mcc-tips__layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .cms-mcc-tips__sidebar {
    position: static;
  }
}
/* SECTION 7: FAQ */
.cms-mcc-faq {
  background: #FFFFFF;
  padding: clamp(56px, 7vw, 96px) 24px;
}

.cms-mcc-faq__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.cms-mcc-faq__layout {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 80px;
  align-items: start;
}

.cms-mcc-faq__sidebar {
  position: sticky;
  top: 32px;
}

.cms-mcc-faq__label {
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #E8760A;
  margin-bottom: 10px;
}

.cms-mcc-faq h2 {
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 700;
  color: #191C40;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.15;
  margin-bottom: 14px;
}

.cms-mcc-faq__sidebar-text {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: #3B4063;
  line-height: 1.75;
  margin-bottom: 28px;
}

.cms-mcc-faq__contact-box {
  background: #191C40;
  border-radius: 6px;
  padding: 24px 20px;
}

.cms-mcc-faq__contact-box-title {
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 8px;
}

.cms-mcc-faq__contact-box-text {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  line-height: 1.6;
  margin-bottom: 16px;
}

.cms-mcc-faq__contact-box-btn {
  display: inline-block;
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: #E8760A;
  color: #FFFFFF;
  padding: 11px 22px;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  transition: background 160ms ease;
}

.cms-mcc-faq__contact-box-btn:hover,
.cms-mcc-faq__contact-box-btn:visited {
  background: #cf6509;
  color: #FFFFFF;
  text-decoration: none;
}

.cms-mcc-faq__accordion {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(25,28,64,0.1);
}

.cms-mcc-faq__item {
  border-bottom: 1px solid rgba(25,28,64,0.1);
}

.cms-mcc-faq__question {
  width: 100%;
  background: none;
  border: none;
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  text-align: left;
}

.cms-mcc-faq__question-text {
  font-family: 'Oswald', 'Arial Narrow', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #191C40;
  line-height: 1.3;
  letter-spacing: 0.01em;
  transition: color 160ms ease;
}

.cms-mcc-faq__question:hover .cms-mcc-faq__question-text {
  color: #E8760A;
}

.cms-mcc-faq__item.is-open .cms-mcc-faq__question-text {
  color: #E8760A;
}

.cms-mcc-faq__icon {
  width: 28px;
  height: 28px;
  min-width: 28px;
  border-radius: 50%;
  border: 1.5px solid rgba(25,28,64,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 160ms ease, border-color 160ms ease, transform 220ms ease;
}

.cms-mcc-faq__icon svg {
  color: #191C40;
  transition: color 160ms ease;
}

.cms-mcc-faq__item.is-open .cms-mcc-faq__icon {
  background: #E8760A;
  border-color: #E8760A;
  transform: rotate(45deg);
}

.cms-mcc-faq__item.is-open .cms-mcc-faq__icon svg {
  color: #FFFFFF;
}

.cms-mcc-faq__answer {
  overflow: hidden;
  max-height: 0;
  transition: max-height 320ms cubic-bezier(0.16, 1, 0.3, 1);
}

.cms-mcc-faq__answer-inner {
  padding: 0 0 24px 0;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #3B4063;
  line-height: 1.78;
}

@media (max-width: 860px) {
  .cms-mcc-faq__layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .cms-mcc-faq__sidebar {
    position: static;
  }
}