/**
 * Trang chủ (index): khối nội dung = --site-content-max / --site-content-pad-x (dnc.css, khớp footer).
 * Chỉ load từ index.html.
 */

section.home-section-panel {
  max-width: var(--site-content-max);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(1.5rem, 4vw, 2.25rem);
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: clamp(2rem, 5vw, 2.75rem) var(--site-content-pad-x);
}

section#home-services-grid.services-main-section.home-section-panel {
  max-width: var(--site-content-max) !important;
  width: 100%;
}

.services-main-section.home-section-panel {
  padding-left: var(--site-content-pad-x);
  padding-right: var(--site-content-pad-x);
}

.services-main-section.home-section-panel .section-title {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.home-section-panel.contact-form-section {
  background: transparent !important;
}

/* Tiêu đề block: căn giữa */
.home-section-panel .section-title {
  text-align: center;
  margin-bottom: 1.5rem;
}

.home-section-panel .section-title h2 {
  text-align: center;
  display: block;
  width: 100%;
  margin: 0 auto 0.75rem auto;
  padding-bottom: 0.65rem;
  border-bottom: 2px solid rgba(230, 152, 36, 0.9);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: clamp(1.15rem, 2.2vw, 1.65rem);
  color: #1e293b;
}

/* Mô tả: full width trong cùng khung với footer */
.home-section-panel .section-title p,
.home-section-panel .section-title .home-section-text {
  text-align: justify;
  text-justify: inter-word;
  max-width: none !important;
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
  font-size: clamp(1rem, 1.35vw, 1.08rem);
  line-height: 1.75;
  color: #334155;
}

.home-section-panel .section-title .home-section-text + .home-section-text {
  margin-top: 1rem;
}

.home-section-panel .why-choose-intro {
  border: none !important;
}

/* Đối tác: logo căn giữa */
.home-partners-section.home-section-panel .partners-section.home-partners-block {
  padding: 0;
  text-align: center;
  background: transparent;
}

.home-partners-section.home-section-panel .partner-logos {
  justify-content: center;
}

.home-logistics-section.home-section-panel .logistics-section.home-logistics-block {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.home-logistics-section.home-section-panel .download-brochure-btn {
  margin-top: 0.5rem;
}

.home-section-panel.contact-form-section .contact-form {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  width: 100%;
}

/* Tiêu đề CTA liên hệ: không kéo full chiều ngang khung 1200px */
.home-section-panel.contact-form-section .section-title h2 {
  display: inline-block;
  width: auto;
  max-width: min(100%, 34rem);
  margin-left: auto;
  margin-right: auto;
}

/* Hero: cột nội dung cùng 1200px + 1.5rem như footer; chữ căn trái trong cột */
.hero-slider .swiper-slide {
  text-align: left;
  justify-content: center;
  padding-left: var(--site-content-pad-x);
  padding-right: var(--site-content-pad-x);
}

.hero-slider .hero-content {
  align-items: flex-start;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--site-content-max);
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}

.hero-slider h1 {
  text-align: left;
}

.hero-slider p {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: clamp(1.5rem, 4vw, 2.5rem);
  max-width: none;
  width: 100%;
}

.hero-slider a.btn {
  align-self: flex-start;
}

/* Mô tả từng ô trong lưới dịch vụ (cùng section trang chủ) */
.home-section-panel .service-vertical-description {
  text-align: justify;
  text-justify: inter-word;
}
