/* ===== START CSS FOOTER BẾP HỒNG 2026 - BẢN SẠCH DUY NHẤT / SAPO SAFE ===== */

/*
  Ghi chú:
  - CSS chỉ tác động trong .bephong-official-footer
  - Không dùng selector toàn cục: body, html, *, .container, .row...
  - Không phụ thuộc FontAwesome
  - Dùng cho HTML footer bản bephong-official-footer
*/

.bephong-official-footer,
.bephong-official-footer * {
  box-sizing: border-box !important;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  letter-spacing: normal !important;
  word-spacing: normal !important;
  text-transform: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bephong-official-footer {
  --bph-red: #ec1b24;
  --bph-red-dark: #c9151c;
  --bph-text: #1e2733;
  --bph-muted: #5f6874;
  --bph-border: #ece5e5;
  --bph-soft: #fff8f8;
  --bph-shadow: 0 8px 22px rgba(0, 0, 0, .035);

  width: 100%;
  margin-top: 34px;
  background: #f8f8f8;
  color: var(--bph-text);
  overflow: hidden;
}

.bephong-official-footer a {
  color: inherit !important;
  text-decoration: none !important;
}

.bephong-official-footer a:hover {
  color: var(--bph-red) !important;
}

.bephong-official-footer__wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 12px 0;
}

/* ===== ICON SVG NỘI BỘ - KHÔNG PHỤ THUỘC THEME ===== */

.bephong-official-footer__ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--bph-red);
  line-height: 1;
  flex: 0 0 auto;
}

.bephong-official-footer__ico svg {
  display: block;
  width: 1em;
  height: 1em;
}

.bephong-official-footer__ico--small {
  width: 22px;
  height: 22px;
  font-size: 20px;
}

.bephong-official-footer__ico--legal {
  width: 28px;
  height: 28px;
  font-size: 22px;
}

.bephong-official-footer__ico--circle {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 50%;
  border: 1px solid #ffd2d2;
  background: #fff8f8;
  color: var(--bph-red);
  font-size: 28px;
  box-shadow: 0 6px 14px rgba(236, 27, 36, .08);
}

.bephong-official-footer__ico--trust {
  width: 44px;
  height: 44px;
  border: 1px solid #ffd0d0;
  border-radius: 50%;
  background: #fff;
  color: var(--bph-red);
  font-size: 27px;
}

/* ===== TẦNG 1: 4 CỘT TRÊN ===== */

.bephong-official-footer__top {
  display: grid;
  grid-template-columns:
    minmax(320px, 1.18fr)
    minmax(220px, .82fr)
    minmax(220px, .82fr)
    minmax(330px, 1.18fr);
  background: rgba(255, 255, 255, .96);
  border: 1px solid var(--bph-border);
  border-radius: 14px;
  box-shadow: var(--bph-shadow);
  overflow: hidden;
}

.bephong-official-footer__col {
  min-width: 0;
  padding: 24px 26px;
  border-right: 1px solid var(--bph-border);
}

.bephong-official-footer__col:last-child {
  border-right: 0;
  overflow: hidden;
}

.bephong-official-footer__brand-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.bephong-official-footer__brand-mark {
  width: 58px;
  height: 58px;
  border-radius: 14px;
  background: var(--bph-red);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 58px;
  font-size: 27px;
  font-weight: 800;
  line-height: 1;
}

.bephong-official-footer__brand-title {
  margin: 0;
  color: var(--bph-red);
  font-size: 30px;
  line-height: 1.05;
  font-weight: 780;
}

.bephong-official-footer__brand-sub {
  margin: 5px 0 0;
  color: #69717b;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
}

.bephong-official-footer__desc {
  margin: 0 0 18px;
  color: #35404c;
  font-size: 14.5px;
  line-height: 1.68;
  font-weight: 400;
}

.bephong-official-footer__legal {
  display: grid;
  gap: 9px;
  margin-bottom: 16px;
}

.bephong-official-footer__legal-item {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 10px 12px;
  background: #fff;
  border: 1px solid #f0dfdf;
  border-radius: 9px;
  min-width: 0;
}

.bephong-official-footer__label {
  display: block;
  color: #68707c;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 400;
  margin-bottom: 3px;
}

.bephong-official-footer__value {
  display: block;
  color: #14202b;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.bephong-official-footer__social-title {
  margin: 0 0 9px;
  color: #1f2733;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
}

.bephong-official-footer__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.bephong-official-footer__socials a,
.bephong-official-footer__social-placeholder {
  width: 36px !important;
  min-width: 36px !important;
  height: 36px !important;
  padding: 0 !important;
  border: 1px solid #f1d2d2 !important;
  border-radius: 50% !important;
  background: #fff !important;
  color: var(--bph-red) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 5px 12px rgba(0, 0, 0, .04) !important;
  overflow: hidden !important;
  position: relative !important;
}

.bephong-official-footer__social-placeholder span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  font-size: 11px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  color: var(--bph-red) !important;
}

.bephong-official-footer__social-placeholder img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  display: block !important;
}

.bephong-official-footer__heading {
  margin: 0 0 18px;
  padding-bottom: 11px;
  position: relative;
  color: #121b26;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 720;
}

.bephong-official-footer__heading:after {
  content: "";
  width: 36px;
  height: 3px;
  border-radius: 99px;
  background: var(--bph-red);
  position: absolute;
  left: 0;
  bottom: 0;
}

.bephong-official-footer__menu {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: grid;
  gap: 14px;
}

.bephong-official-footer__menu li {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.bephong-official-footer__menu a {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr) 12px;
  gap: 12px;
  align-items: center;
  color: #303a46 !important;
  font-size: 14.5px;
  line-height: 1.35;
  font-weight: 400;
}

.bephong-official-footer__arrow {
  color: #8b929c;
  font-size: 17px;
  line-height: 1;
  text-align: right;
}

/* ===== CỘT TỔNG ĐÀI ===== */

.bephong-official-footer__hotlines {
  display: grid;
  gap: 12px;
}

.bephong-official-footer__hotline {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  min-height: 70px;
  padding: 11px 12px;
  background: #fff;
  border: 1px solid #efdede;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .04);
  overflow: hidden;
}

.bephong-official-footer__hotline > span:last-child {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

.bephong-official-footer__hotline-label {
  display: block;
  color: #26313c;
  font-size: 12px;
  line-height: 1.22;
  font-weight: 700;
  margin-bottom: 3px;
}

.bephong-official-footer__hotline-number {
  display: block;
  color: var(--bph-red);
  font-size: 20px;
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: 0;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: keep-all;
  max-width: 100%;
}

/* ===== TẦNG 2: HỆ THỐNG SHOWROOM ===== */

.bephong-official-footer__showroom {
  margin-top: 14px;
  background: rgba(255, 255, 255, .96);
  border: 1px solid var(--bph-border);
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .028);
  overflow: hidden;
}

.bephong-official-footer__showroom-inner {
  display: grid;
  grid-template-columns: 410px minmax(0, 1fr);
  gap: 24px;
  padding: 24px 28px;
  align-items: stretch;
  min-height: 330px;
}

.bephong-official-footer__showroom-title {
  margin: 0 0 16px;
  padding-bottom: 10px;
  position: relative;
  color: #121b26;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 720;
}

.bephong-official-footer__showroom-title:after {
  content: "";
  width: 34px;
  height: 3px;
  border-radius: 99px;
  background: var(--bph-red);
  position: absolute;
  left: 0;
  bottom: 0;
}

.bephong-official-footer__photo {
  height: 250px;
  min-height: 250px;
  border-radius: 9px;
  overflow: hidden;
  background: linear-gradient(135deg, #ececec, #dedede);
  position: relative;
}

.bephong-official-footer__photo img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  display: block;
  object-fit: cover;
  border: 0;
}

.bephong-official-footer__photo img[src*="THAY_LINK_ANH"] {
  opacity: 0 !important;
}

.bephong-official-footer__photo-badge {
  position: absolute;
  right: 22px;
  top: 48%;
  transform: translateY(-50%);
  color: var(--bph-red);
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .3px;
}

.bephong-official-footer__store-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 18px;
  align-content: stretch;
}

.bephong-official-footer__store {
  min-width: 0;
  min-height: 142px;
  background: #fff;
  border: 1px solid #f0dfdf;
  border-radius: 9px;
  padding: 18px;
  display: flex;
  flex-direction: column;
}

.bephong-official-footer__store h5 {
  margin: 0 0 10px;
  color: #1f2733;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 700;
}

.bephong-official-footer__store-line {
  display: grid;
  grid-template-columns: 17px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  margin: 0 0 8px;
  color: #303a46;
  font-size: 13.5px;
  line-height: 1.35;
}

.bephong-official-footer__store-line .bephong-official-footer__ico {
  font-size: 15px;
}

.bephong-official-footer__store-phone {
  color: #303a46 !important;
  font-weight: 500;
}

.bephong-official-footer__map {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--bph-red) !important;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;
  margin-top: auto;
  align-self: flex-end;
}

.bephong-official-footer__map-dot {
  width: 17px;
  height: 17px;
  border: 1px solid var(--bph-red);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.bephong-official-footer__map-dot:after {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--bph-red);
  border-radius: 50%;
}

/* ===== TẦNG 3: DẢI CAM KẾT ===== */

.bephong-official-footer__trust {
  margin-top: 8px;
  background: rgba(255, 255, 255, .96);
  border: 1px solid var(--bph-border);
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .026);
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  overflow: hidden;
}

.bephong-official-footer__trust-item {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 74px;
  padding: 14px 18px;
  border-right: 1px solid #eee2e2;
}

.bephong-official-footer__trust-item:last-child {
  border-right: 0;
}

.bephong-official-footer__trust-title {
  display: block;
  margin-bottom: 4px;
  color: #1f2733;
  font-size: 13.5px;
  line-height: 1.25;
  font-weight: 700;
}

.bephong-official-footer__trust-text {
  display: block;
  color: #4f5a66;
  font-size: 12.5px;
  line-height: 1.32;
  font-weight: 400;
}

/* ===== TẦNG 4: THANH ĐỎ CUỐI ===== */

.bephong-official-footer__bottom {
  margin-top: 16px;
  background: linear-gradient(90deg, #d40810 0%, #ed1c24 55%, #d40810 100%);
  color: #fff;
}

.bephong-official-footer__bottom-inner {
  max-width: 1200px;
  min-height: 88px;
  margin: 0 auto;
  padding: 17px 12px;
  display: grid;
  grid-template-columns:
    minmax(250px, 1fr)
    minmax(250px, .86fr)
    minmax(220px, .75fr)
    minmax(390px, 1.12fr);
  gap: 18px;
  align-items: center;
}

.bephong-official-footer__copyright {
  margin: 0;
  color: #fff;
  font-size: 13px;
  line-height: 1.48;
  font-weight: 400;
}

.bephong-official-footer__slogan {
  color: #fff;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  font-size: 24px;
  line-height: 1.2;
  font-style: normal;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0;
  word-spacing: 0;
  white-space: nowrap;
}

.bephong-official-footer__site {
  color: #fff !important;
  min-height: 38px;
  border: 1px solid rgba(255, 255, 255, .52);
  border-radius: 999px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}

.bephong-official-footer__site .bephong-official-footer__ico {
  color: #fff;
  font-size: 20px;
}

.bephong-official-footer__payment-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  flex-wrap: nowrap;
}

.bephong-official-footer__payments {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
  max-width: 390px;
}

.bephong-official-footer__payments span,
.bephong-official-footer__pay-placeholder {
  width: 66px;
  min-width: 66px;
  height: 32px;
  padding: 0 8px;
  border-radius: 6px;
  background: #fff;
  color: #0b3f94;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
}

.bephong-official-footer__pay-placeholder img,
.bephong-official-footer__payments span img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.bephong-official-footer__payments .bph-pay-master { color: #c83124; }
.bephong-official-footer__payments .bph-pay-momo { color: #b91e82; }
.bephong-official-footer__payments .bph-pay-zalo { color: #0b73df; }

.bephong-official-footer__qr-box,
.bephong-official-footer__qr-text {
  display: none !important;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 1199px) {
  .bephong-official-footer__wrap {
    max-width: 960px;
  }

  .bephong-official-footer__top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bephong-official-footer__bottom-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .bephong-official-footer__payment-wrap,
  .bephong-official-footer__payments {
    justify-content: center;
    max-width: none;
  }

  .bephong-official-footer__hotline-number {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .bephong-official-footer__col {
    border-right: 0;
    border-bottom: 1px solid var(--bph-border);
  }

  .bephong-official-footer__col:nth-child(odd) {
    border-right: 1px solid var(--bph-border);
  }

  .bephong-official-footer__col:nth-child(n+3) {
    border-bottom: 0;
  }

  .bephong-official-footer__showroom-inner {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .bephong-official-footer__photo {
    height: 250px;
    min-height: 250px;
  }

  .bephong-official-footer__photo img {
    min-height: 250px;
  }

  .bephong-official-footer__store {
    min-height: 130px;
  }

  .bephong-official-footer__trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bephong-official-footer__trust-item {
    border-bottom: 1px solid #eee2e2;
  }
}

@media (max-width: 767px) {
  .bephong-official-footer__wrap {
    padding: 18px 10px 0;
  }

  .bephong-official-footer__top,
  .bephong-official-footer__store-grid,
  .bephong-official-footer__trust {
    grid-template-columns: 1fr;
  }

  .bephong-official-footer__col,
  .bephong-official-footer__col:nth-child(odd),
  .bephong-official-footer__col:nth-child(n+3) {
    border-right: 0;
    border-bottom: 1px solid var(--bph-border);
  }

  .bephong-official-footer__col:last-child {
    border-bottom: 0;
  }

  .bephong-official-footer__brand-title {
    font-size: 26px;
  }

  .bephong-official-footer__showroom-inner {
    padding: 18px 14px;
  }

  .bephong-official-footer__photo {
    height: 220px;
    min-height: 220px;
  }

  .bephong-official-footer__photo img {
    min-height: 220px;
  }

  .bephong-official-footer__store {
    min-height: auto;
  }

  .bephong-official-footer__hotline {
    grid-template-columns: 54px minmax(0, 1fr);
    min-height: 66px;
  }

  .bephong-official-footer__ico--circle {
    width: 50px;
    height: 50px;
    min-width: 50px;
    font-size: 27px;
  }

  .bephong-official-footer__hotline-number {
    font-size: 20px;
    white-space: nowrap;
  }

  .bephong-official-footer__payment-wrap {
    flex-wrap: wrap;
  }

  .bephong-official-footer__payments span,
  .bephong-official-footer__pay-placeholder {
    width: 62px;
    min-width: 62px;
  }
}

/* ===== END CSS FOOTER BẾP HỒNG 2026 - BẢN SẠCH DUY NHẤT / SAPO SAFE ===== */