/* Vì sao chọn chúng tôi — tự viết CSS tại đây (khung trống, không có class chuẩn). */
/* =========================================================
   DIMODO SPORTS
   SECTION: VÌ SAO CHỌN DIMODO
   ROOT CLASS: .hcd-why
   ========================================================= */
.hcd-why {
  width: 100%;
  overflow: hidden;
  background: var(--hcd-color-bg, #ffffff);
  color: var(--hcd-color-text, #0b1b4d);
}
.hcd-why *, .hcd-why *::before, .hcd-why *::after {
  box-sizing: border-box;
}
.hcd-why .hcd-why__section {
  width: 100%;
  padding: 80px 0;
  background: var(--hcd-color-bg, #ffffff);
}
.hcd-why .hcd-why__container {
  width: min(100% - 32px, var(--hcd-container, 1200px));
  margin-inline: auto;
}
/* =========================================================
   HEADER
   ========================================================= */
.hcd-why .hcd-why__header {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
}
.hcd-why .hcd-why__eyebrow {
  display: inline-block;
  margin: 0 0 12px;
  color: var(--hcd-color-primary, #023eba);
  font-size: var(--hcd-fs-xs, 13px);
  line-height: var(--hcd-lh-snug, 1.35);
  font-weight: var(--hcd-fw-bold, 700);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.hcd-why .hcd-why__title {
  margin: 0 0 16px;
  color: var(--hcd-color-text, #0b1b4d);
  font-size: var(--hcd-fs-h2, 32px);
  line-height: var(--hcd-lh-tight, 1.2);
  font-weight: var(--hcd-fw-bold, 700);
}
.hcd-why .hcd-why__description {
  max-width: 640px;
  margin: 0 auto;
  color: var(--hcd-color-text-muted, #5a6b93);
  font-size: var(--hcd-fs-lg, 18px);
  line-height: var(--hcd-lh-normal, 1.5);
  font-weight: var(--hcd-fw-regular, 400);
}
/* =========================================================
   MAIN GRID
   ========================================================= */
.hcd-why .hcd-why__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  align-items: stretch;
  gap: 48px;
}
.hcd-why .hcd-why__visual, .hcd-why .hcd-why__content {
  min-width: 0;
}
/* =========================================================
   IMAGE / VISUAL
   ========================================================= */
.hcd-why .hcd-why__image-wrap {
  position: relative;
  height: 100%;
  min-height: 620px;
  overflow: hidden;
  border-radius: 16px;
  background: var(--hcd-color-bg-soft, #eaf7fc);
  box-shadow: 0 8px 24px rgba(17, 24, 39, 0.06);
}
.hcd-why .hcd-why__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  transition: transform 300ms ease, opacity 300ms ease;
}
.hcd-why .hcd-why__image-wrap:hover .hcd-why__image {
  transform: scale(1.02);
}
/* =========================================================
   IMAGE BADGE
   ========================================================= */
.hcd-why .hcd-why__image-badge {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 390px;
  padding: 16px;
  border-radius: 16px;
  background: var(--hcd-color-primary-dark, #03045e);
  color: var(--hcd-color-text-inverse, #ffffff);
  box-shadow: 0 8px 24px rgba(17, 24, 39, 0.06);
}
.hcd-why .hcd-why__image-badge-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--hcd-color-accent, #fbb02d);
  color: var(--hcd-color-text, #0b1b4d);
}
.hcd-why .hcd-why__image-badge-content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 4px;
}
.hcd-why .hcd-why__image-badge-title {
  color: var(--hcd-color-text-inverse, #ffffff);
  font-size: var(--hcd-fs-sm, 14px);
  line-height: var(--hcd-lh-snug, 1.35);
  font-weight: var(--hcd-fw-bold, 700);
}
.hcd-why .hcd-why__image-badge-text {
  color: var(--hcd-color-primary-light, #caf0f8);
  font-size: var(--hcd-fs-xs, 13px);
  line-height: var(--hcd-lh-normal, 1.5);
  font-weight: var(--hcd-fw-regular, 400);
}
/* =========================================================
   CONTENT
   ========================================================= */
.hcd-why .hcd-why__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
/* =========================================================
   2 LỢI THẾ CHÍNH
   ========================================================= */
.hcd-why .hcd-why__primary-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.hcd-why .hcd-why__card {
  display: flex;
  height: 100%;
  min-width: 0;
  flex-direction: column;
  padding: 24px;
  border-radius: 16px;
  background: var(--hcd-color-surface, #ffffff);
}
.hcd-why .hcd-why__card--primary {
  border: 1px solid var(--hcd-color-border, #d5e6f5);
  box-shadow: 0 8px 24px rgba(17, 24, 39, 0.06);
  transition: transform 200ms ease, opacity 200ms ease;
}
.hcd-why .hcd-why__card--primary:hover {
  transform: translateY(-4px);
}
.hcd-why .hcd-why__card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}
.hcd-why .hcd-why__card-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--hcd-color-primary, #023eba);
  color: var(--hcd-color-text-inverse, #ffffff);
}
.hcd-why .hcd-why__number {
  color: var(--hcd-color-primary-light, #caf0f8);
  font-size: var(--hcd-fs-xl, 22px);
  line-height: var(--hcd-lh-tight, 1.2);
  font-weight: var(--hcd-fw-bold, 700);
}
.hcd-why .hcd-why__card-title {
  margin: 0 0 12px;
  color: var(--hcd-color-text, #0b1b4d);
  font-size: var(--hcd-fs-h3, 20px);
  line-height: var(--hcd-lh-snug, 1.35);
  font-weight: var(--hcd-fw-bold, 700);
}
.hcd-why .hcd-why__card-description {
  margin: 0;
  color: var(--hcd-color-text-muted, #5a6b93);
  font-size: var(--hcd-fs-sm, 14px);
  line-height: var(--hcd-lh-loose, 1.7);
  font-weight: var(--hcd-fw-regular, 400);
}
.hcd-why .hcd-why__card-highlight {
  margin: auto 0 0;
  padding-top: 16px;
  color: var(--hcd-color-primary, #023eba);
  font-size: var(--hcd-fs-xs, 13px);
  line-height: var(--hcd-lh-normal, 1.5);
  font-weight: var(--hcd-fw-semibold, 600);
}
/* =========================================================
   4 LỢI THẾ BỔ TRỢ
   ========================================================= */
.hcd-why .hcd-why__secondary-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.hcd-why .hcd-why__feature {
  display: flex;
  height: 100%;
  min-width: 0;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  border-radius: 16px;
  background: var(--hcd-color-bg-soft, #eaf7fc);
  transition: transform 200ms ease, opacity 200ms ease;
}
.hcd-why .hcd-why__feature:hover {
  transform: translateY(-3px);
}
.hcd-why .hcd-why__feature-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--hcd-color-primary, #023eba);
  color: var(--hcd-color-text-inverse, #ffffff);
}
.hcd-why .hcd-why__feature-content {
  min-width: 0;
}
.hcd-why .hcd-why__feature-title {
  margin: 0 0 6px;
  color: var(--hcd-color-text, #0b1b4d);
  font-size: var(--hcd-fs-md, 15px);
  line-height: var(--hcd-lh-snug, 1.35);
  font-weight: var(--hcd-fw-bold, 700);
}
.hcd-why .hcd-why__feature-description {
  margin: 0;
  color: var(--hcd-color-text-muted, #5a6b93);
  font-size: var(--hcd-fs-xs, 13px);
  line-height: var(--hcd-lh-normal, 1.5);
  font-weight: var(--hcd-fw-regular, 400);
}
/* =========================================================
   PROOF STRIP
   ========================================================= */
.hcd-why .hcd-why__proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 48px;
  overflow: hidden;
  border-radius: 16px;
  background: var(--hcd-color-bg-dark, #03045e);
}
.hcd-why .hcd-why__proof-item {
  position: relative;
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
  padding: 24px;
}
.hcd-why .hcd-why__proof-item + .hcd-why__proof-item::before {
  content: "";
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 0;
  width: 1px;
  background: var(--hcd-color-border-active, #00b4d8);
  opacity: 0.45;
}
.hcd-why .hcd-why__proof-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--hcd-color-accent, #fbb02d);
  color: var(--hcd-color-text, #0b1b4d);
}
.hcd-why .hcd-why__proof-content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 3px;
}
.hcd-why .hcd-why__proof-title {
  color: var(--hcd-color-text-inverse, #ffffff);
  font-size: var(--hcd-fs-sm, 14px);
  line-height: var(--hcd-lh-snug, 1.35);
  font-weight: var(--hcd-fw-bold, 700);
}
.hcd-why .hcd-why__proof-description {
  color: var(--hcd-color-primary-light, #caf0f8);
  font-size: var(--hcd-fs-xs, 13px);
  line-height: var(--hcd-lh-normal, 1.5);
  font-weight: var(--hcd-fw-regular, 400);
}
/* =========================================================
   CTA
   ========================================================= */
.hcd-why .hcd-why__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}
.hcd-why .hcd-why__button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 12px;
  font-size: var(--hcd-fs-sm, 14px);
  line-height: var(--hcd-lh-snug, 1.35);
  font-weight: var(--hcd-fw-bold, 700);
  text-decoration: none;
  transition: transform 180ms ease, opacity 180ms ease;
}
.hcd-why .hcd-why__button--primary {
  border: 2px solid var(--hcd-color-accent, #fbb02d);
  background: var(--hcd-color-accent, #fbb02d);
  color: var(--hcd-color-text, #0b1b4d);
}
.hcd-why .hcd-why__button--primary:hover {
  border-color: var(--hcd-color-accent-hover, #e39a16);
  background: var(--hcd-color-accent-hover, #e39a16);
  color: var(--hcd-color-text, #0b1b4d);
  transform: translateY(-2px);
}
.hcd-why .hcd-why__button--secondary {
  border: 2px solid var(--hcd-color-primary, #023eba);
  background: var(--hcd-color-bg, #ffffff);
  color: var(--hcd-color-primary, #023eba);
}
.hcd-why .hcd-why__button--secondary:hover {
  background: var(--hcd-color-primary, #023eba);
  color: var(--hcd-color-text-inverse, #ffffff);
  transform: translateY(-2px);
}
.hcd-why .hcd-why__button:focus-visible {
  outline: 3px solid var(--hcd-color-border-active, #00b4d8);
  outline-offset: 4px;
}
.hcd-why .hcd-why__button-icon {
  flex: 0 0 auto;
  transition: transform 180ms ease;
}
.hcd-why .hcd-why__button:hover .hcd-why__button-icon {
  transform: translateX(3px);
}
/* =========================================================
   TABLET — MAX 849px
   ========================================================= */
@media (max-width: 849px) {
  .hcd-why .hcd-why__section {
    padding: 64px 0;
  }
  .hcd-why .hcd-why__header {
    margin-bottom: 40px;
  }
  .hcd-why .hcd-why__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
  }
  .hcd-why .hcd-why__image-wrap {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }
  .hcd-why .hcd-why__image {
    height: 100%;
    min-height: 0;
  }
  .hcd-why .hcd-why__primary-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hcd-why .hcd-why__secondary-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hcd-why .hcd-why__proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 40px;
  }
  .hcd-why .hcd-why__proof-item + .hcd-why__proof-item::before {
    display: none;
  }
  .hcd-why .hcd-why__proof-item:nth-child(odd)::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 0;
    bottom: 20px;
    width: 1px;
    background: var(--hcd-color-border-active, #00b4d8);
    opacity: 0.45;
  }
}
/* =========================================================
   MOBILE — MAX 549px
   ========================================================= */
@media (max-width: 549px) {
  .hcd-why .hcd-why__section {
    padding: 48px 0;
  }
  .hcd-why .hcd-why__header {
    margin-bottom: 32px;
    text-align: center;
  }
  .hcd-why .hcd-why__eyebrow {
    margin-bottom: 8px;
  }
  .hcd-why .hcd-why__title {
    margin-bottom: 12px;
    font-size: var(--hcd-fs-h2, 28px);
  }
  .hcd-why .hcd-why__description {
    font-size: var(--hcd-fs-body, 16px);
  }
  .hcd-why .hcd-why__grid {
    gap: 24px;
  }
  /* HÌNH ẢNH */
  .hcd-why .hcd-why__image-wrap {
    min-height: 0;
    aspect-ratio: 4 / 3;
    border-radius: 14px;
  }
  .hcd-why .hcd-why__image {
    height: 100%;
    min-height: 0;
  }
  /* BADGE TRÊN ẢNH */
  .hcd-why .hcd-why__image-badge {
    left: 12px;
    right: 12px;
    bottom: 12px;
    max-width: none;
    gap: 8px;
    padding: 12px;
    border-radius: 12px;
  }
  .hcd-why .hcd-why__image-badge-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }
  .hcd-why .hcd-why__image-badge-icon svg {
    width: 20px;
    height: 20px;
  }
  .hcd-why .hcd-why__image-badge-title {
    font-size: var(--hcd-fs-xs, 13px);
  }
  .hcd-why .hcd-why__image-badge-text {
    font-size: var(--hcd-fs-caption, 12px);
  }
  /* CONTENT */
  .hcd-why .hcd-why__content {
    gap: 16px;
  }
  /* 2 LỢI THẾ CHÍNH — 1 CỘT */
  .hcd-why .hcd-why__primary-features {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }
  .hcd-why .hcd-why__card {
    padding: 20px;
  }
  .hcd-why .hcd-why__card-top {
    margin-bottom: 16px;
  }
  .hcd-why .hcd-why__card-icon {
    width: 48px;
    height: 48px;
  }
  .hcd-why .hcd-why__card-title {
    font-size: var(--hcd-fs-lg, 18px);
  }
  /* 4 LỢI THẾ BỔ TRỢ — 2 CỘT */
  .hcd-why .hcd-why__secondary-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .hcd-why .hcd-why__feature {
    flex-direction: column;
    gap: 12px;
    padding: 16px;
  }
  .hcd-why .hcd-why__feature-icon {
    width: 40px;
    height: 40px;
  }
  .hcd-why .hcd-why__feature-title {
    font-size: var(--hcd-fs-sm, 14px);
  }
  .hcd-why .hcd-why__feature-description {
    font-size: var(--hcd-fs-caption, 12px);
  }
  /* DẢI BẰNG CHỨNG */
  .hcd-why .hcd-why__proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 32px;
    border-radius: 14px;
  }
  .hcd-why .hcd-why__proof-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 16px;
  }
  .hcd-why .hcd-why__proof-item:nth-child(odd)::after {
    top: 16px;
    bottom: 16px;
  }
  .hcd-why .hcd-why__proof-icon {
    width: 40px;
    height: 40px;
  }
  .hcd-why .hcd-why__proof-title {
    font-size: var(--hcd-fs-xs, 13px);
  }
  .hcd-why .hcd-why__proof-description {
    font-size: var(--hcd-fs-caption, 12px);
  }
  /* CTA — FULL WIDTH */
  .hcd-why .hcd-why__actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    margin-top: 24px;
  }
  .hcd-why .hcd-why__button {
    width: 100%;
    min-height: 48px;
  }
}
/* =========================================================
   REDUCED MOTION
   ========================================================= */
@media (prefers-reduced-motion: reduce) {
  .hcd-why .hcd-why__image, .hcd-why .hcd-why__card--primary, .hcd-why .hcd-why__feature, .hcd-why .hcd-why__button, .hcd-why .hcd-why__button-icon {
    transition: none;
  }
  .hcd-why .hcd-why__image-wrap:hover .hcd-why__image, .hcd-why .hcd-why__card--primary:hover, .hcd-why .hcd-why__feature:hover, .hcd-why .hcd-why__button:hover, .hcd-why .hcd-why__button:hover .hcd-why__button-icon {
    transform: none;
  }
}

