
/* ===== template-parts/components/button/assets/styles.css ===== */
/* Component: Button */
.tt-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--tt-font);
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: -0.01rem;
    text-transform: uppercase;
    /* Figma node I2348:26861;2348:27241 (Size=L, Primary): KHÔNG bo góc (radius 0) — không tự chế 0.5rem. */
    border-radius: 0;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.tt-btn__label {
    display: block;
}

.tt-btn__icon {
    display: block;
    width: 1rem;
    height: 1rem;
    margin-left: 0.5rem;
}

/* Icon đơn sắc: trên nút Primary (nền cam) phải đổi sang TRẮNG — icon gốc màu cam sẽ vô hình.
   filter brightness(0) invert(1) = trắng tinh bất kể màu nguồn. Outline giữ màu gốc (cam). */
.tt-btn--primary .tt-btn__icon {
    filter: brightness(0) invert(1);
}

.tt-btn--xl {
    padding: 1rem 4rem;
}

.tt-btn--l {
    padding: 0.75rem 1.5rem;
}

/* Figma Primary button fill = #fa6900 (orange-accent), không phải #f15a29. */
.tt-btn--primary {
    background: var(--tt-orange-accent);
    color: var(--tt-white);
}

.tt-btn--primary:hover {
    background: #FF7B1C;
}

.tt-btn--outline {
    background: transparent;
    color: var(--tt-orange-accent);
    border: 1px solid var(--tt-orange-accent);
}

.tt-btn--outline:hover {
    background: var(--tt-orange-accent);
    color: var(--tt-white);
}

@media (prefers-reduced-motion: reduce) {
    .tt-btn {
        transition: none;
    }
}

/* Mobile: button label font nhỏ hơn desktop (node I2348:27462;2348:36951 / I2348:27463;2348:36960: 14px/18.2px, ls -0.14px). */
/* Padding mobile = desktop (0.75rem 1.5rem) — không thay đổi. */
@media screen and (max-width: 639.98px) {
    .tt-btn {
        font-size: 0.875rem;
        line-height: 1.1375rem;
        letter-spacing: -0.0088rem;
        height: 2.63rem;
    }
}


/* ===== template-parts/components/tag/assets/styles.css ===== */
/* Component: Tag / chip */
.tt-tag {
    display: inline-flex;
    align-items: center;
    font-family: var(--tt-font);
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.05rem;
    letter-spacing: -0.0088rem;
    color: var(--Title-Orange, #FA6900);
    background: #FEEDE1;
    padding: 0.5rem 1rem;
    /* Figma Tag instance: radius 0.25rem (đo get_node_styles), không tự chế 0.375rem. */
    border-radius: 0.25rem;
    white-space: nowrap;
}

/* MOBILE (node I2348:27304;2348:26890, variant MB2):
   font 0.75rem/400/1.125rem/-0.0112rem, padding 0.375rem 0.75rem */
@media screen and (max-width: 639.98px) {
    .tt-tag {
        font-size: 0.75rem;
        line-height: 1.125rem;
        letter-spacing: -0.0112rem;
        padding: 0.375rem 0.75rem;
    }
}


/* ===== template-parts/giai-phap-dich-vu/section-banner/assets/styles.css ===== */
/* ============================================================== */
/* Section Banner — Giải pháp / Dịch vụ (Hero)                    */
/* Desktop: 1600×600 — full-bleed bg + dark gradient overlay      */
/* Mobile:  375×270  — white content top + image strip below      */
/* Figma desktop node: 2348:31932                                  */
/* Figma mobile  node: 2348:32066                                  */
/* ============================================================== */

/* ---- Section wrapper ---- */
.section-banner {
  position: relative;
  width: 100%;
  height: 37.5rem; /* 600 / 16 */
  overflow: hidden;
  font-family: "Lexend Deca", sans-serif;
}
@media (min-width: 1024px) {
  .section-banner {
    height: calc(100vh - 7rem);
  }
  .section-banner__content {
    padding-bottom: 5rem !important ;
  }
}

/* ---- Background image (full-bleed on desktop) ---- */
.section-banner__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.section-banner__bg-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
  object-position: center;
}

/* ---- Dark gradient overlay (desktop only) ---- */
.section-banner__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(3, 13, 39, 0.07) 0%,
    rgba(4, 18, 50, 0.7) 100%
  );
}

/* ---- Content (breadcrumb + title), anchored bottom-left ---- */
.section-banner__content {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  box-sizing: border-box;
  padding: 2.5rem 6.25rem; /* 40 / 100 */
}

/* ---- Breadcrumb ---- */
.section-banner__breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.section-banner__crumb {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.02rem;
  text-decoration: none;
}

.section-banner__crumb--home {
  color: #b8b8b8;
}

.section-banner__crumb--current {
  margin-left: 0.625rem; /* 10 / 16 */
  color: var(--tt-white, #ffffff);
}

/* ---- Title (H1) ---- */
.section-banner__title {
  margin: 1.5rem 0 0; /* 24 / 16 top spacing from breadcrumb */
  font-weight: 600;
  font-size: 3.0625rem; /* 49 / 16 */
  line-height: 3.9812rem; /* 63.7 / 16 */
  letter-spacing: -0.0919rem;
  text-transform: uppercase;
  color: var(--tt-white, #ffffff);
}

/* ============================================================== */
/* Mobile                                                          */
/* ============================================================== */
@media screen and (max-width: 639.98px) {
  .section-banner {
    height: auto;
    display: flex;
    flex-direction: column;
    overflow: visible;
  }

  /* Hide desktop overlay on mobile */
  .section-banner__overlay {
    display: none;
  }

  /* Image strip below content (order 2), 10rem tall */
  .section-banner__bg {
    position: static;
    order: 2;
    width: 100%;
    height: 10rem; /* 160 / 16 */
  }

  /* White content block on top (order 1) */
  .section-banner__content {
    position: static;
    order: 1;
    width: 100%;
    padding: 1.5rem 1rem 0.875rem; /* 24 / 16 / 14 */
    background: var(--tt-white, #ffffff);
  }

  .section-banner__crumb {
    font-size: 0.875rem; /* 14 / 16 */
    line-height: 1.3125rem; /* 21 / 16 */
    letter-spacing: normal;
  }

  /* Mobile breadcrumb is a single dark-coloured line */
  .section-banner__crumb--home,
  .section-banner__crumb--current {
    color: var(--tt-text, #131313);
  }

  .section-banner__title {
    margin-top: 1.25rem; /* 20 / 16 */
    font-size: 1.5rem; /* 24 / 16 */
    line-height: 1.95rem; /* 31.2 / 16 */
    letter-spacing: -0.03rem;
    color: var(--tt-text, #131313);
  }
}


/* ===== template-parts/giai-phap-dich-vu/section-services-list/assets/styles.css ===== */
/* ============================================================================
   Section: Danh sách Dịch vụ (giai-phap-dich-vu)
   Tokens (--tt-orange #fa6900, --tt-text #131313, --tt-white #fff, --tt-font)
   được định nghĩa ở :root cấp page. Fallback giữ đúng giá trị Figma.
   ========================================================================== */

.section-services-list {
  position: relative;
  overflow: hidden;
  padding: 6.25rem;
  background: var(--tt-white, #ffffff);
}

/* Nền texture (d-services-bg) bleed ngoài section, fade trên/dưới.
   Figma: 2 mask gradient chồng (top d9d9d9→0, bottom 0→737373) → giao nhau ở
   giữa, alpha tích đỉnh ~0.25. Tái hiện bằng mask-image dọc. */
.section-services-list__bg {
  position: absolute;
  top: -3.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 131.7091rem;
  height: 52.2759rem;
  z-index: 0;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.25) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  mask-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.25) 50%,
    rgba(0, 0, 0, 0) 100%
  );
}

.section-services-list__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-services-list__container {
  position: relative;
  z-index: 1;
  max-width: 87.5rem;
  margin-inline: auto;
}

.section-services-list__heading {
  margin: 0;
  font-family: var(--tt-font, "Lexend Deca", sans-serif);
  font-weight: 600;
  font-size: 3.0625rem;
  line-height: 3.9812rem;
  letter-spacing: -0.0919rem;
  text-transform: uppercase;
  text-align: center;
  color: var(--tt-text, #131313);
}

.section-services-list__body {
  margin-top: 3rem;
}

.section-services-list__swiper {
  width: 100%;
  overflow: hidden;
}

.section-services-list__slide {
  height: auto;
}

/* ── Pagination row ───────────────────────────────────────────────────────── */
.section-services-list__pagination {
  display: flex;
  align-items: center;
  margin-top: 1.875rem;
}

.section-services-list__progress-wrap {
  display: flex;
  align-items: center;
}

.section-services-list__progress {
  display: inline-flex;
  align-items: center;
}

.section-services-list__seg {
  display: block;
  width: 2.5rem;
  height: 0.1875rem;
  background: rgba(19, 19, 19, 0.4);
  transition: width 0.3s ease, background-color 0.3s ease;
}

.section-services-list__seg + .section-services-list__seg {
  margin-left: 0.375rem;
}

.section-services-list__seg.is-active {
  width: 6.25rem;
  background: var(--tt-orange, #fa6900);
}

.section-services-list__counter {
  margin-left: 0.75rem;
  font-family: var(--tt-font, "Lexend Deca", sans-serif);
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.05rem;
  letter-spacing: -0.0088rem;
  color: var(--tt-text, #131313);
}

.section-services-list__nav {
  display: flex;
  align-items: center;
  margin-left: 10.625rem;
}

.section-services-list__nav-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0.6875rem;
  background: #f2f3f5;
  border: none;
  cursor: pointer;
}

.section-services-list__nav-btn + .section-services-list__nav-btn {
  margin-left: 0.625rem;
}

/* Vạch cam mảnh ở cạnh trái nút (Figma Rectangle 8, ~1px #fa6900). */
.section-services-list__nav-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: var(--tt-orange, #fa6900);
}

.section-services-list__nav-arrow {
  display: block;
  width: 1.375rem;
  height: 1.375rem;
}

.section-services-list__nav-btn--next .section-services-list__nav-arrow {
  transform: scaleX(-1);
}

.section-services-list__nav-btn.swiper-button-disabled {
  opacity: 0.4;
  cursor: default;
}

.section-services-list__nav-btn:focus-visible {
  outline: 0.125rem solid var(--tt-orange, #fa6900);
  outline-offset: 0.125rem;
}

/* ============================================================================
   Card service
   ========================================================================== */
.card-service {
  position: relative;
  width: 100%;
  height: 28.75rem;
}

.card-service__inner {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
}

.card-service__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.card-service__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.card-service__label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  background: #f2f3f5;
}

.card-service__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card-service__title-wrap {
  display: flex;
  align-items: center;
  min-width: 0;
}

.card-service__title {
  margin: 0;
  font-family: var(--tt-font, "Lexend Deca", sans-serif);
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.4625rem;
  text-transform: uppercase;
  color: var(--tt-text, #131313);
}

/* Badge "HOT" — Figma Frame 2147264654 (#ae2c2c, radius 0.125rem, white 0.75rem/600). */
.card-service__badge {
  margin-left: 0.5rem;
  flex: none;
  padding: 0.125rem 0.375rem; /* TODO: xác nhận padding badge từ Figma (không có trong cache). */
  background: #ae2c2c;
  border-radius: 0.125rem;
  font-family: var(--tt-font, "Lexend Deca", sans-serif);
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 0.975rem;
  text-transform: uppercase;
  color: #ffffff;
  white-space: nowrap;
}

.card-service__chevron {
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 1.5rem;
}

/* Mô tả: ẩn mặc định, hover (desktop) nở ra — layer có sẵn ở Variant2. */
.card-service__desc {
  margin: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  font-family: var(--tt-font, "Lexend Deca", sans-serif);
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  letter-spacing: -0.0131rem;
  color: rgba(6, 21, 56, 0.6);
  transition: max-height 0.45s ease, opacity 0.45s ease, margin-top 0.45s ease;
}

.card-service__inner:hover .card-service__desc,
.card-service__inner:focus-visible .card-service__desc {
  max-height: 12rem;
  margin-top: 0.625rem;
  opacity: 1;
}

/* ============================================================================
   MOBILE (≤ 639.98px) — node 2348:32073
   1 card/view, mô tả luôn hiện, ẩn progress segments (chỉ counter + arrows).
   ========================================================================== */
@media screen and (max-width: 639.98px) {
  .section-services-list {
    padding: 2.5rem 0 3rem 0;
  }

  .section-services-list__bg {
    display: none;
  }

  .section-services-list__container {
    max-width: none;
  }

  .section-services-list__heading {
    font-size: 1.25rem;
    line-height: 2rem;
    letter-spacing: -0.0375rem;
    text-align: left;
    padding: 0 1rem;
  }

  .section-services-list__body {
    margin-top: 1.5rem;
  }

  .section-services-list__pagination {
    margin-top: 1.25rem;
  }

  /* Mobile: chỉ counter + arrows (không có thanh progress). */
  .section-services-list__progress {
    display: none;
  }

  .section-services-list__counter {
    margin-left: 0;
    line-height: 1.3125rem;
  }

  .section-services-list__nav-btn {
    width: 2.5rem;
    height: 2.5rem;
    padding: 0.625rem;
  }

  .section-services-list__nav-arrow {
    width: 1.25rem;
    height: 1.25rem;
  }

  /* Card mobile */
  .card-service__label {
    padding: 0.875rem;
  }

  .card-service__title {
    font-size: 1rem;
    line-height: 1.3rem;
  }

  /* Mô tả luôn hiện trên mobile (không hover). */
  .card-service__desc {
    max-height: none;
    margin-top: 0.625rem;
    opacity: 1;
    overflow: visible;
    text-align: justify;
  }
}


/* ===== template-parts/giai-phap-dich-vu/section-solutions/assets/styles.css ===== */
/* Section: Giải pháp (solutions) — Giải pháp / Dịch vụ
   Node desktop 2348:31998 / mobile 2348:32077 */

.section-solutions {
  position: relative;
  font-family: var(--tt-font);
}

/* ---------- Sticky tab nav ---------- */
.section-solutions__tabs {
  position: fixed;
  top: 0;
  z-index: 20;
  display: flex;
  width: 100%;
  align-items: stretch;
  padding: 0 6.25rem;
  background: var(--tt-white, #ffffff);
  box-shadow: 0 0.125rem 1rem 0 rgba(0, 0, 0, 0.08);
  transform: translateY(calc(-100% - 7rem));
  transition: all ease 0.3s;
  opacity: 0;
}
.section-solutions__tabs.active {
  transform: translateY(0);
  opacity: 1;
}
.section-solutions__tabs.active.header {
  transform: translateY(7rem);
}

.section-solutions__tab {
  flex: 1 1 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 0.75rem;
  font-family: var(--tt-font);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.02rem;
  color: var(--tt-text, #131313);
  text-align: center;
  background: transparent;
  border: 0;
  border-bottom: 0.125rem solid transparent;
  cursor: pointer;
  transition: color 0.25s ease, border-color 0.25s ease;
}

.section-solutions__tab--active,
.section-solutions__tab[aria-selected="true"] {
  color: var(--tt-orange-accent, #fa6900);
  border-bottom-color: var(--tt-orange-accent, #fa6900);
}

.section-solutions__tab:focus-visible {
  outline: 0.125rem solid var(--tt-orange-accent, #fa6900);
  outline-offset: -0.25rem;
}

/* ---------- Khối nội dung ---------- */
.section-solutions__block {
  display: grid;
  grid-template-columns: 45.75rem 3.75rem 38rem;
  grid-template-rows: 1fr auto auto 1fr;
  padding: 5rem 6.25rem;
}

.section-solutions__block--text-left {
  background: var(--tt-section-bg, #f8f8f8);
  grid-template-areas:
    ".    sp media"
    "text sp media"
    "btn  sp media"
    ".    sp media";
}

.section-solutions__block--image-left {
  grid-template-areas:
    "media sp .   "
    "media sp text"
    "media sp btn "
    "media sp .   ";
}

.section-solutions__block-text {
  grid-area: text;
  align-self: center;
}

.section-solutions__block-media {
  grid-area: media;
  align-self: center;
}

.section-solutions__block-button {
  grid-area: btn;
  align-self: start;
  justify-self: start;
  margin-top: 3.75rem;
}

/* Text */
.section-solutions__heading {
  margin: 0;
  font-family: var(--tt-font);
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 3.25rem;
  letter-spacing: -0.05rem;
  text-transform: uppercase;
  color: var(--tt-text, #131313);
}

.section-solutions__content {
  margin-top: 3.75rem;
}

.section-solutions__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.section-solutions__subheading {
  margin: 0.875rem 0 0;
  font-family: var(--tt-font);
  font-weight: 600;
  font-size: 1.5625rem;
  line-height: 2.0312rem;
  text-transform: uppercase;
  color: var(--tt-text, #131313);
}

.section-solutions__desc {
  margin: 1.125rem 0 0;
  font-family: var(--tt-font);
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.02rem;
  text-align: justify;
  color: var(--tt-text, #131313);
}

/* Media — ảnh đơn */
.section-solutions__block-media--single {
  width: 38rem;
  height: 34.0625rem;
}

.section-solutions__img--full,
.section-solutions__img--full img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Media — ảnh đôi lệch */
.section-solutions__block-media--dual {
  position: relative;
  width: 45.75rem;
  height: 34.0625rem;
}

.section-solutions__block-media--dual .section-solutions__img {
  position: absolute;
  width: 22.5625rem;
  height: 29.5625rem;
}

.section-solutions__block-media--dual .section-solutions__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-solutions__img--a {
  left: 0;
  top: 0;
}

.section-solutions__img--b {
  left: var(--sol-img2-left, 23.1875rem);
  bottom: 0;
}
.section-solutions__blocks {
  padding-bottom: 7.5rem;
}

/* ---------- Mobile ---------- */
@media screen and (max-width: 639.98px) {
  .section-solutions__blocks {
    padding-bottom: 1.5rem;
  }
  .section-solutions__block:nth-child(even) .section-solutions__desc {
    color: var(--Body-Black-100, #131313);
    text-align: justify;

    /* PC/Body/16/16-L-150 */
    font-family: "Lexend Deca";
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 150%; /* 1.5rem */
    letter-spacing: -0.02rem;
  }
  .section-solutions__tabs {
    position: sticky;
    bottom: 0;
    top: unset;
    padding: 0 1rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    transform: translateY(calc(100%));
  }
  .section-solutions__tabs.active {
    transform: translateY(0) !important;
  }

  .section-solutions__tab {
    flex: 0 0 auto;
    padding: 1rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.3125rem;
    letter-spacing: -0.0175rem;
    white-space: nowrap;
  }

  .section-solutions__block,
  .section-solutions__block--text-left,
  .section-solutions__block--image-left {
    display: flex;
    flex-direction: column;
    padding: 3rem 1rem;
  }

  .section-solutions__block-text {
    order: 0;
  }

  .section-solutions__block-media {
    order: 1;
    margin-top: 1.5rem;
  }

  .section-solutions__block-button {
    order: 2;
    margin-top: 1.5rem;
    justify-self: stretch;
    width: 100%;
  }

  .section-solutions__block-button .tt-btn {
    width: 100%;
    padding: 0.75rem 1.5rem;
  }

  .section-solutions__content {
    margin-top: 1.5rem;
  }

  .section-solutions__heading {
    font-size: 1.25rem;
    line-height: 2rem;
    letter-spacing: -0.0375rem;
  }

  .section-solutions__subheading {
    font-size: 1rem;
    line-height: 1.4rem;
    letter-spacing: normal;
  }

  .section-solutions__desc {
    font-size: 0.875rem;
    line-height: 1.3125rem;
    letter-spacing: -0.0175rem;
  }

  /* Ảnh đơn mobile */
  .section-solutions__block-media--single {
    width: 100%;
    height: 19.25rem;
  }
  .section-solutions__blocks
    .section-solutions__block:last-of-type
    .section-solutions__block-media--dual {
    order: 4;
  }
  /* Ảnh đôi mobile: lệch theo % container */
  .section-solutions__block-media--dual {
    width: 100%;
    height: 15.9375rem;
  }

  .section-solutions__block-media--dual .section-solutions__img {
    width: 49.32%;
    height: 86.79%;
  }

  .section-solutions__img--b {
    left: 50.68%;
    top: 13.21%;
    bottom: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .section-solutions__tab {
    transition: none;
  }
}


/* ===== template-parts/compound/section-products/assets/styles.css ===== */
/* =============================================================
   Section: Categories (Lĩnh Vực Hoạt Động)
   Desktop base: 1600px layout
   ============================================================= */

/* ── Section wrapper ───────────────────────────────────────── */
.section-categories {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #ffffff;
  padding-top: 6.25rem; /* 100px */
  padding-bottom: 6.25rem; /* 100px */
}

/* ── Patterned glass texture background (URL injected via PHP inline style) */
.section-categories__bg-texture {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  pointer-events: none;
  z-index: 0;
}

/* ── Inner container ───────────────────────────────────────── */
/* max-width 1600px + padding 100px mỗi bên → content box = 1400px
   (đúng vùng nội dung Figma). 4 card × 335 + 3 gap × 20 = 1400px. */
.section-categories__container {
  position: relative;
  z-index: 1;
  max-width: 100rem; /* 1600px */
  margin-inline: auto;
  padding-inline: 6.25rem; /* 100px mỗi bên → content 1400px, card 335px */
}

/* ── Heading ───────────────────────────────────────────────── */
.section-categories__heading {
  font-family: "Lexend Deca", sans-serif;
  font-size: 2.5rem; /* 40px */
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.05rem; /* -0.8px */
  text-transform: uppercase;
  color: #131313;
  text-align: center;
  margin: 0 0 3rem 0; /* 48px gap to slider */
}

/* ── Slider wrapper ────────────────────────────────────────── */
.section-categories__slider-wrap {
  display: flex;
  flex-direction: column;
  /* padding: 0 1rem; */
}

/* ── Swiper overrides ──────────────────────────────────────── */
.section-categories__swiper {
  width: 100%;
  overflow: hidden;
}

.section-categories__swiper .swiper-wrapper {
  align-items: stretch;
}

/* ── Card (swiper-slide) ───────────────────────────────────── */
.section-categories__swiper .swiper-slide {
  /* width: auto !important; */
  display: flex;
}

.section-categories__card:not(:last-child) {
  margin-right: 1.25rem;
}

.section-categories__card {
  /* max-width: 20.9375rem; */

  flex: 1;
  display: block;
  position: relative;
  width: 100%;
  height: 28.75rem; /* 460px */
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: all ease 0.5s;
}

/* ── Card image wrapper ────────────────────────────────────── */
.section-categories__card-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.section-categories__card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 400ms cubic-bezier(0.47, 0, 0.01, 1.01);
}

/* ── Image overlay (hover tint) ────────────────────────────── */
.section-categories__card-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(14, 38, 94, 0.25);
  opacity: 0;
  transition: opacity 400ms cubic-bezier(0.47, 0, 0.01, 1.01);
  pointer-events: none;
}

/* ── Card footer (title bar) ───────────────────────────────── */
.section-categories__card-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f2f3f5;
  padding: 1rem; /* 16px */
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: all 400ms cubic-bezier(0.47, 0, 0.01, 1.01);
}

/* ── Title row ─────────────────────────────────────────────── */
.section-categories__card-title-row {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  width: 100%;
}

.section-categories__card-title {
  /* flex: 1 0 0; */
  min-width: 0;
  font-family: "Lexend Deca", sans-serif;
  font-size: 1.125rem; /* 18px */
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #131313;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 0.25rem;
}

/* ── Chevron box ───────────────────────────────────────────── */
.section-categories__card-chevron {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.25rem; /* 20px */
  height: 1.25rem; /* 20px */
  margin-left: auto; /* 24px */
  transition: background-color 400ms cubic-bezier(0.47, 0, 0.01, 1.01);
}

.section-categories__card-chevron img {
  width: 1.25rem;
  height: 1.25rem;
  display: block;
  transition: filter 400ms cubic-bezier(0.47, 0, 0.01, 1.01);
}

/* ── Description (hidden by default, shown on hover) ──────── */
.section-categories__card-description {
  font-family: "Lexend Deca", sans-serif;
  font-size: 0.875rem; /* 14px */
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.013125rem; /* -0.21px */
  color: rgba(6, 21, 56, 0.6);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: ease all 0.5s;
}
.section-categories__swiper .swiper-slide {
  transition: all ease 0.3s;
}
.section-categories__card-hot {
  margin-right: 1.5rem;
  display: flex;
  padding: 0.1875rem 0.625rem;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 0.125rem;
  background: #ae2c2c;

  /* MB/14/14-M-150 */
  font-family: "Lexend Deca";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 1.3125rem */
  margin-left: 0.5rem;
}
.section-categories__card-title.is-no-hot {
  margin-right: 1.5rem;
}

/* ── Hover state (desktop only) ────────────────────────────── */
@media (min-width: 1024px) {
  .section-categories__swiper .swiper-slide:hover {
    width: 31.25rem !important;
  }
  .section-categories__swiper .is-active-range:hover ~ .is-active-range,
  .section-categories__swiper .is-active-range:has(~ .is-active-range:hover) {
    width: 17.5rem !important;
  }

  .section-categories__card:hover .section-categories__card-overlay {
    opacity: 1;
  }

  /* .section-categories__card:hover .section-categories__card-chevron {
    background-color: #fa6900;
  } */

  /* .section-categories__card:hover .section-categories__card-chevron img {
    filter: brightness(0) invert(1);
  } */

  .section-categories__card:hover .section-categories__card-description {
    max-height: 7.5rem;
    opacity: 1;
    margin-top: 0.625rem; /* 10px */
    transition-delay: 0.5s;
  }

  .section-categories__card:focus-visible .section-categories__card-overlay {
    opacity: 1;
  }

  .section-categories__card:focus-visible .section-categories__card-chevron {
    background-color: #fa6900;
  }

  /* .section-categories__card:focus-visible
    .section-categories__card-chevron
    img {
    filter: brightness(0) invert(1);
  } */

  .section-categories__card:focus-visible
    .section-categories__card-description {
    max-height: 7.5rem;
    opacity: 1;
  }
}

.section-categories__card:focus-visible {
  outline: 0.125rem solid #fa6900;
  outline-offset: 0.125rem;
}

/* ── Pagination row ────────────────────────────────────────── */
.section-categories__pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.875rem; /* 30px */
  width: 100%;
}

.section-categories__pagination-left {
  display: flex;
  align-items: center;
}

/* ── Progress bar ──────────────────────────────────────────── */
.section-categories__progress-bar {
  display: flex;
  align-items: center;
  /* width: 16rem !important; */
  margin-right: 0.75rem; /* 12px */
}

.section-categories__progress-bar
  .swiper-pagination-bullet.swiper-pagination-bullet-active,
.section-categories__progress-active {
  width: 6.25rem; /* 100px */
  height: 0.1875rem; /* 3px */
  background-color: #fa6900;
  flex-shrink: 0;
  margin-right: 0.375rem; /* 6px */
}

.section-categories__progress-bar .swiper-pagination-bullet,
.section-categories__progress-dot {
  border-radius: 0;
  width: 2.5rem; /* 40px */
  height: 0.1875rem; /* 3px */
  background-color: rgba(19, 19, 19);
  flex-shrink: 0;
  margin-left: 0 !important;
  margin-right: 0.375rem !important; /* 6px */
  transition: ease all 0.3s;
}

.section-categories__progress-dot:last-child {
  margin-right: 0;
}

/* ── Counter ───────────────────────────────────────────────── */
.section-categories__counter {
  font-family: "Lexend Deca", sans-serif;
  font-size: 0.875rem; /* 14px */
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.00875rem; /* -0.14px */
  color: #131313;
  white-space: nowrap;
}

/* ── Nav arrows ────────────────────────────────────────────── */
.section-categories__nav {
  display: flex;
  align-items: center;
  width: 6rem; /* 96px */
  justify-content: space-between;
}

.section-categories__nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem; /* 44px */
  height: 2.75rem; /* 44px */
  background-color: #f2f3f5;
  border: none;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
  transition: background-color 400ms cubic-bezier(0.47, 0, 0.01, 1.01);
}
.section-categories__nav-btn.swiper-button-disabled {
  opacity: 0.5;
}

.section-categories__nav-btn img {
  width: 1.375rem; /* 22px */
  height: 1.375rem; /* 22px */
  display: block;
}

@media (min-width: 1024px) {
  .section-categories__nav-btn:not(.swiper-button-disabled):hover {
    background-color: #fa6900;
  }
  .section-categories__nav-btn:not(.swiper-button-disabled):hover img {
    filter: brightness(0) invert(1);
  }
}

.section-categories__nav-btn:focus-visible {
  outline: 0.125rem solid #fa6900;
  outline-offset: 0.125rem;
}

.section-categories__nav-btn--prev img {
  transform: scaleX(-1);
}

/* =============================================================
   Mobile overrides — only deltas vs desktop
   @media screen and (max-width: 639.98px)
   ============================================================= */
@media screen and (max-width: 639.98px) {
  .section-categories__swiper {
    padding: 0 1rem;
  }
  /* Section: reduced padding */
  .section-categories {
    padding-top: 3rem; /* 48px */
    padding-bottom: 3rem; /* 48px */
  }

  /* Container: full bleed with 16px sides */
  .section-categories__container {
    max-width: 100%;
    padding-inline: 0; /* 16px */
  }
  .section-categories__card-title-row {
    margin-bottom: 0.625rem;
  }
  /* Heading: smaller */
  .section-categories__heading {
    font-size: 1.5rem; /* 24px */
    letter-spacing: -0.03rem; /* -0.48px */
    margin-bottom: 1.75rem; /* 28px */
    text-align: center;
  }

  /* Card: allow expansion when description is always visible on mobile */
  .section-categories__card {
    min-height: 28.75rem; /* 460px floor — grows to fit visible description */
    max-width: unset;
  }

  /* Card footer: slightly less padding on mobile */
  .section-categories__card-footer {
    padding: 0.875rem; /* 14px */
  }
  .section-categories__nav {
    width: 5.37rem;
  }
  /* Title: smaller on mobile */
  .section-categories__card-title {
    font-size: 1rem; /* 16px */
    letter-spacing: 0;
  }

  /* Description: always visible on mobile */
  .section-categories__card-description {
    text-align: justify;
    max-height: 12.5rem; /* allow full text */
    opacity: 1;
    overflow: visible;
    width: 19.69rem;
  }

  /* Pagination row */
  .section-categories__pagination {
    margin-top: 1.25rem; /* 20px */
    padding: 0 1rem;
  }

  /* Counter: no letter-spacing on mobile */
  .section-categories__counter {
    letter-spacing: 0;
    line-height: 1.5;
  }

  /* Nav arrows: slightly smaller on mobile */
  .section-categories__nav-btn {
    width: 2.5rem; /* 40px */
    height: 2.5rem; /* 40px */
  }

  /* Progress bar: hidden on mobile (design shows counter + arrows only) */
  .section-categories__progress-bar {
    display: none;
  }

  .section-categories__pagination-left {
    margin-right: 0;
  }
}


/* ===== template-parts/giai-phap-dich-vu/assets/styles.css ===== */
/* Shared components dùng trong trang (section-solutions: tag + button) */








/* Page: Giải pháp - Dịch vụ — page-specific tokens + section imports.
   Token dùng chung (--tt-font, --tt-white, --tt-orange-accent/-600/-50, …)
   ở assets/css/variables.css. Đây chỉ giữ token RIÊNG của trang. */
:root {
  --tt-orange: #fa6900; /* accent riêng trang (sections dùng) */
  --tt-tag-bg: #feede1;
  --tt-text: #131313;
  --tt-section-bg: #f8f8f8;
}

