/*
Theme Name: flatsome-child
Description: WATF 365 - Flatsome Child Theme
Author: UX Themes / WATF
Template: flatsome
Version: 4.1.0
*/
/* =========================================================
   GLOBAL FONT — BE VIETNAM PRO
========================================================= */

html,
body,
button,
input,
select,
textarea,
optgroup {
  font-family: "Be Vietnam Pro", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
strong,
small,
label,
blockquote,
figcaption,
.heading-font,
.alt-font,
.nav > li > a,
.button,
.button span,
.widget-title,
.woocommerce,
.woocommerce input,
.woocommerce button,
.woocommerce select,
.woocommerce textarea,
.wpcf7,
.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea,
.wpcf7 button {
  font-family: "Be Vietnam Pro", sans-serif !important;
}

/* Không ghi đè font icon Flatsome */
[class^="icon-"],
[class*=" icon-"] {
  font-family: "fl-icons" !important;
}
/* =========================================================
   WATF 365 HOME — COMBINED STYLESHEET
   - Dùng cho HTML sạch trong Flatsome UX HTML elements
   - Không chèn thẻ <style> vào UX Builder
   - JavaScript đặt trong functions.php
========================================================= */

body.home {
  --watf-font: "DC Manrope", "Manrope", sans-serif;
}

body.home #main,
body.home #content {
  overflow: clip;
}

body.home .section:has(> .section-content > .watf-home-hero),
body.home .section:has(> .section-content > .watf-home-gallery),
body.home .section:has(> .section-content > .watf-home-values),
body.home .section:has(> .section-content > .watf-home-theme),
body.home .section:has(> .section-content > .watf-home-fengshui),
body.home .section:has(> .section-content > .watf-home-gift),
body.home .section:has(> .section-content > .watf-home-wholesale),
body.home .section:has(> .section-content > .watf-home-policy) {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body.home .watf-home-hero,
body.home .watf-home-gallery,
body.home .watf-home-values,
body.home .watf-home-theme,
body.home .watf-home-fengshui,
body.home .watf-home-gift,
body.home .watf-home-price,
body.home .watf-home-wholesale,
body.home .watf-home-policy,
body.home .watf-price-section {
  font-family: var(--watf-font);
}

/* Chỉ là lớp an toàn khi nội dung cũ từng bị wpautop chèn p rỗng. */
body.home .watf-home-hero p:empty,
body.home .watf-home-gallery p:empty,
body.home .watf-home-values p:empty,
body.home .watf-home-theme p:empty,
body.home .watf-home-fengshui p:empty,
body.home .watf-home-gift p:empty,
body.home .watf-home-wholesale p:empty,
body.home .watf-home-policy p:empty {
  display: none !important;
}



/* =========================================================
   SECTION 01 — HERO
========================================================= */
#top.watf-home-hero,
#top.watf-home-hero * { box-sizing: border-box; }

#top.watf-home-hero {
  --watf-hero-navy: #082447;
  --watf-hero-text: #263a50;
  --watf-hero-muted: #687584;
  --watf-hero-red: #c91f26;
  --watf-hero-red-dark: #a9161c;
  --watf-hero-gold: #b88935;
  --watf-hero-cream: #fffaf0;
  --watf-hero-white: #ffffff;
  --watf-hero-line: rgba(8, 36, 71, .18);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  padding: clamp(58px, 6.5vw, 86px) 0 clamp(54px, 6vw, 78px);
  background: var(--watf-hero-cream);
  color: var(--watf-hero-text);
  scroll-margin-top: 96px;
}

#top .watf-home-hero__media {
  position: absolute;
  inset: 0;
  z-index: -3;
  display: block;
  width: 100%;
  height: 100%;
}

#top .watf-home-hero__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center right;
}

#top .watf-home-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255,250,240,.99) 0%, rgba(255,250,240,.96) 31%, rgba(255,250,240,.76) 49%, rgba(255,250,240,.16) 72%, rgba(255,250,240,0) 100%);
}

#top .watf-home-hero__container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

#top .watf-home-hero__content { width: min(520px, 100%); }

#top .watf-home-hero__eyebrow {
  position: relative;
  margin: 0 0 13px;
  padding-left: 46px;
  color: var(--watf-hero-red);
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: .12em;
  text-transform: uppercase;
}

#top .watf-home-hero__eyebrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 32px;
  height: 2px;
  background: var(--watf-hero-gold);
  transform: translateY(-50%);
}

#top .watf-home-hero__title {
  margin: 0;
  color: var(--watf-hero-navy);
  font: inherit;
  font-size: clamp(43px, 5.1vw, 62px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -.025em;
  text-transform: uppercase;
}

#top .watf-home-hero__title span,
#top .watf-home-hero__title strong { display: block; font: inherit; }
#top .watf-home-hero__title strong { color: var(--watf-hero-red); font-weight: 800; }

#top .watf-home-hero__description {
  max-width: 500px;
  margin: 19px 0 17px;
  color: var(--watf-hero-text);
  font: inherit;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.65;
}

#top .watf-home-hero__highlights {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#top .watf-home-hero__highlights li {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  color: var(--watf-hero-navy);
  font: inherit;
  font-size: 13.5px;
  font-weight: 650;
  line-height: 1.45;
}

#top .watf-home-hero__highlights i {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--watf-hero-gold);
  font-size: 15px;
}

#top .watf-home-hero__offer {
  display: flex;
  align-items: flex-end;
  gap: 22px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--watf-hero-line);
}

#top .watf-home-hero__price-label {
  display: block;
  margin-bottom: 3px;
  color: var(--watf-hero-muted);
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

#top .watf-home-hero__price-value {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  flex-wrap: wrap;
}

#top .watf-home-hero__price-value strong {
  color: var(--watf-hero-red);
  font: inherit;
  font-size: clamp(35px, 3.8vw, 48px);
  font-weight: 850;
  line-height: 1;
  letter-spacing: -.025em;
}

#top .watf-home-hero__price-value span {
  padding-bottom: 4px;
  color: var(--watf-hero-red);
  font: inherit;
  font-size: 13px;
  font-weight: 750;
}

#top .watf-home-hero__regular-price {
  margin: 0 0 5px;
  color: var(--watf-hero-muted);
  font: inherit;
  font-size: 12.5px;
  font-weight: 550;
}

#top .watf-home-hero__regular-price del { color: var(--watf-hero-navy); font-weight: 750; }

#top .watf-home-hero__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 21px;
}

#top .watf-home-hero__button {
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font: inherit;
  font-size: 12.5px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: .025em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .18s ease, background-color .18s ease, border-color .18s ease;
}

#top .watf-home-hero__button--primary {
  border-color: var(--watf-hero-red);
  background: var(--watf-hero-red);
  color: var(--watf-hero-white);
}

#top .watf-home-hero__button--primary:hover {
  border-color: var(--watf-hero-red-dark);
  background: var(--watf-hero-red-dark);
  color: var(--watf-hero-white);
}

#top .watf-home-hero__button--secondary {
  border-color: rgba(8,36,71,.28);
  background: rgba(255,255,255,.78);
  color: var(--watf-hero-navy);
}

#top .watf-home-hero__button--secondary:hover {
  border-color: var(--watf-hero-navy);
  background: var(--watf-hero-white);
  color: var(--watf-hero-navy);
}

#top .watf-home-hero__button:focus-visible {
  outline: 3px solid rgba(184,137,53,.42);
  outline-offset: 3px;
}

@media (max-width: 1024px) {
  #top.watf-home-hero { padding-top: 58px; padding-bottom: 58px; }
  #top .watf-home-hero__container { width: min(960px, calc(100% - 36px)); }
  #top .watf-home-hero__content { width: min(485px, 57%); }
  #top .watf-home-hero__title { font-size: clamp(41px, 5.5vw, 56px); }
}

@media (max-width: 849px) {
  #top.watf-home-hero { padding: 38px 0 clamp(280px, 77vw, 355px); }
  #top .watf-home-hero__container { width: calc(100% - 36px); }
  #top .watf-home-hero__content { width: 100%; max-width: 520px; }
  #top .watf-home-hero__media img { object-position: center bottom; }
  #top .watf-home-hero__overlay { background: linear-gradient(180deg, rgba(255,250,240,.99) 0%, rgba(255,250,240,.96) 42%, rgba(255,250,240,.68) 62%, rgba(255,250,240,.08) 82%, rgba(255,250,240,0) 100%); }
  #top .watf-home-hero__title { max-width: 440px; font-size: clamp(37px, 10.5vw, 49px); }
  #top .watf-home-hero__description { margin-top: 15px; font-size: 13.5px; }
  #top .watf-home-hero__offer { align-items: flex-start; gap: 14px 20px; flex-wrap: wrap; margin-top: 17px; padding-top: 15px; }
  #top .watf-home-hero__price-value strong { font-size: 36px; }
  #top .watf-home-hero__actions { margin-top: 17px; }
  #top .watf-home-hero__button { min-height: 46px; padding: 11px 14px; font-size: 11.5px; }
}

@media (max-width: 430px) {
  #top.watf-home-hero { padding-bottom: clamp(265px, 76vw, 320px); }
  #top .watf-home-hero__actions { display: grid; grid-template-columns: 1fr; }
  #top .watf-home-hero__button { width: 100%; }
}


/* =========================================================
   SECTION 02 — GALLERY
========================================================= */
/* =====================================================
     WATF HOME GALLERY
  ===================================================== */
  #hinh-anh.watf-home-gallery,
  #hinh-anh.watf-home-gallery * {
    box-sizing: border-box;
  }
  #hinh-anh.watf-home-gallery {
    --watf-gallery-navy: #082447;
    --watf-gallery-text: #283c50;
    --watf-gallery-muted: #687685;
    --watf-gallery-red: #c91f26;
    --watf-gallery-gold: #b88935;
    --watf-gallery-cream: #fffaf0;
    --watf-gallery-paper: #f3eadb;
    --watf-gallery-white: #ffffff;
    --watf-gallery-line: rgba(8, 36, 71, 0.15);
    width: 100%;
    padding: 0 0 64px;
    overflow: hidden;
    background: var(--watf-gallery-cream);
    color: var(--watf-gallery-text);
    scroll-margin-top: 96px;
  }
  #hinh-anh .watf-home-gallery__container {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
  }
  /* Trust information */
  #hinh-anh .watf-home-gallery__trust {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 58px;
    border-top: 1px solid var(--watf-gallery-line);
    border-bottom: 1px solid var(--watf-gallery-line);
    background: rgba(255, 255, 255, 0.48);
  }
  #hinh-anh .watf-home-gallery__trust-item {
    min-width: 0;
    padding: 18px 18px;
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 11px;
    align-items: center;
  }
  #hinh-anh .watf-home-gallery__trust-item + .watf-home-gallery__trust-item {
    border-left: 1px solid var(--watf-gallery-line);
  }
  #hinh-anh .watf-home-gallery__trust-item > i {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--watf-gallery-gold);
    font-size: 21px;
    line-height: 1;
  }
  #hinh-anh .watf-home-gallery__trust-item strong {
    display: block;
    margin: 0;
    color: var(--watf-gallery-navy);
    font: inherit;
    font-size: 12.5px;
    font-weight: 800;
    line-height: 1.35;
  }
  #hinh-anh .watf-home-gallery__trust-item span {
    display: block;
    margin-top: 2px;
    color: var(--watf-gallery-muted);
    font: inherit;
    font-size: 11.5px;
    font-weight: 500;
    line-height: 1.4;
  }
  /* Header */
  #hinh-anh .watf-home-gallery__header {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.58fr);
    gap: 60px;
    align-items: end;
    margin-bottom: 25px;
  }
  #hinh-anh .watf-home-gallery__eyebrow {
    position: relative;
    margin: 0 0 8px;
    padding-left: 43px;
    color: var(--watf-gallery-red);
    font: inherit;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.11em;
    text-transform: uppercase;
  }
  #hinh-anh .watf-home-gallery__eyebrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 29px;
    height: 2px;
    background: var(--watf-gallery-gold);
    transform: translateY(-50%);
  }
  #hinh-anh .watf-home-gallery__heading h2 {
    max-width: 650px;
    margin: 0;
    color: var(--watf-gallery-navy);
    font: inherit;
    font-size: clamp(31px, 3.8vw, 46px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.025em;
  }
  #hinh-anh .watf-home-gallery__intro {
    margin: 0 0 3px;
    color: var(--watf-gallery-muted);
    font: inherit;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.65;
  }
  /* Gallery */
  #hinh-anh .watf-home-gallery__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.75fr);
    grid-template-rows: repeat(3, minmax(0, 1fr));
    gap: 12px;
    height: clamp(480px, 47vw, 610px);
  }
  #hinh-anh .watf-home-gallery__figure {
    min-width: 0;
    min-height: 0;
    margin: 0;
    overflow: hidden;
    background: var(--watf-gallery-paper);
  }
  #hinh-anh .watf-home-gallery__figure--featured {
    grid-row: 1 / 4;
  }
  #hinh-anh .watf-home-gallery__figure img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
  }
  #hinh-anh .watf-home-gallery__figure--featured img {
    object-position: center center;
  }
  /* Footer */
  #hinh-anh .watf-home-gallery__footer {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 30px;
    align-items: center;
    margin-top: 22px;
    padding-top: 20px;
    border-top: 1px solid var(--watf-gallery-line);
  }
  #hinh-anh .watf-home-gallery__footer p {
    max-width: 720px;
    margin: 0;
    color: var(--watf-gallery-text);
    font: inherit;
    font-size: 13.5px;
    font-weight: 500;
    line-height: 1.62;
  }
  #hinh-anh .watf-home-gallery__link {
    position: relative;
    min-height: 44px;
    padding: 8px 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--watf-gallery-navy);
    font: inherit;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.025em;
    text-decoration: none;
    text-transform: uppercase;
  }
  #hinh-anh .watf-home-gallery__link::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 4px;
    left: 0;
    height: 1px;
    background: var(--watf-gallery-gold);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 180ms ease;
  }
  #hinh-anh .watf-home-gallery__link:hover {
    color: var(--watf-gallery-red);
  }
  #hinh-anh .watf-home-gallery__link:hover::after,
  #hinh-anh .watf-home-gallery__link:focus-visible::after {
    transform: scaleX(1);
  }
  #hinh-anh .watf-home-gallery__link i {
    font-size: 16px;
    line-height: 1;
  }
  #hinh-anh .watf-home-gallery__link:focus-visible {
    outline: 3px solid rgba(184, 137, 53, 0.38);
    outline-offset: 4px;
  }
  /* Tablet */
  @media (max-width: 1024px) {
    #hinh-anh.watf-home-gallery {
      padding-bottom: 56px;
    }
    #hinh-anh .watf-home-gallery__container {
      width: min(960px, calc(100% - 36px));
    }
    #hinh-anh .watf-home-gallery__trust {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      margin-bottom: 50px;
    }
    #hinh-anh .watf-home-gallery__trust-item:nth-child(3),
    #hinh-anh .watf-home-gallery__trust-item:nth-child(4) {
      border-top: 1px solid var(--watf-gallery-line);
    }
    #hinh-anh .watf-home-gallery__trust-item:nth-child(3) {
      border-left: 0;
    }
    #hinh-anh .watf-home-gallery__header {
      grid-template-columns: minmax(0, 1fr) minmax(280px, 0.62fr);
      gap: 36px;
    }
    #hinh-anh .watf-home-gallery__grid {
      grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.7fr);
      height: 520px;
    }
  }
  /* Mobile */
  @media (max-width: 849px) {
    #hinh-anh.watf-home-gallery {
      padding-bottom: 44px;
    }
    #hinh-anh .watf-home-gallery__container {
      width: 100%;
    }
    #hinh-anh .watf-home-gallery__trust {
      width: calc(100% - 24px);
      margin: 0 auto 42px;
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    #hinh-anh .watf-home-gallery__trust-item {
      min-height: 84px;
      padding: 14px 11px;
      grid-template-columns: 25px minmax(0, 1fr);
      gap: 8px;
    }
    #hinh-anh .watf-home-gallery__trust-item:nth-child(3),
    #hinh-anh .watf-home-gallery__trust-item:nth-child(4) {
      border-top: 1px solid var(--watf-gallery-line);
    }
    #hinh-anh .watf-home-gallery__trust-item:nth-child(3) {
      border-left: 0;
    }
    #hinh-anh .watf-home-gallery__trust-item > i {
      width: 25px;
      height: 25px;
      font-size: 18px;
    }
    #hinh-anh .watf-home-gallery__trust-item strong {
      font-size: 11px;
    }
    #hinh-anh .watf-home-gallery__trust-item span {
      font-size: 10.5px;
      line-height: 1.35;
    }
    #hinh-anh .watf-home-gallery__header {
      width: calc(100% - 32px);
      margin: 0 auto 19px;
      display: block;
    }
    #hinh-anh .watf-home-gallery__heading h2 {
      font-size: clamp(28px, 8vw, 36px);
    }
    #hinh-anh .watf-home-gallery__intro {
      margin-top: 12px;
      font-size: 13px;
      line-height: 1.6;
    }
    #hinh-anh .watf-home-gallery__grid {
      height: auto;
      display: flex;
      gap: 10px;
      overflow-x: auto;
      overflow-y: hidden;
      padding: 0 16px 5px;
      scroll-padding-left: 16px;
      scroll-snap-type: x mandatory;
      scrollbar-width: none;
      -webkit-overflow-scrolling: touch;
    }
    #hinh-anh .watf-home-gallery__grid::-webkit-scrollbar {
      display: none;
    }
    #hinh-anh .watf-home-gallery__figure,
    #hinh-anh .watf-home-gallery__figure--featured {
      flex: 0 0 78%;
      aspect-ratio: 4 / 4.35;
      scroll-snap-align: start;
    }
    #hinh-anh .watf-home-gallery__footer {
      width: calc(100% - 32px);
      margin: 19px auto 0;
      display: block;
    }
    #hinh-anh .watf-home-gallery__footer p {
      font-size: 13px;
    }
    #hinh-anh .watf-home-gallery__link {
      margin-top: 12px;
    }
  }
  @media (max-width: 390px) {
    #hinh-anh .watf-home-gallery__trust {
      width: calc(100% - 20px);
    }
    #hinh-anh .watf-home-gallery__trust-item {
      padding-right: 8px;
      padding-left: 8px;
    }
    #hinh-anh .watf-home-gallery__trust-item span {
      display: none;
    }
    #hinh-anh .watf-home-gallery__figure,
    #hinh-anh .watf-home-gallery__figure--featured {
      flex-basis: 84%;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    #hinh-anh .watf-home-gallery__link::after {
      transition: none;
    }
  }

/* =========================================================
   SECTION 03 — VALUES
========================================================= */
/* =====================================================
     WATF HOME VALUES
  ===================================================== */
  #san-pham.watf-home-values,
  #san-pham.watf-home-values * {
    box-sizing: border-box;
  }
  #san-pham.watf-home-values {
    --watf-values-navy: #082447;
    --watf-values-text: #2a3e52;
    --watf-values-muted: #6a7785;
    --watf-values-red: #c91f26;
    --watf-values-gold: #b88935;
    --watf-values-cream: #fffaf0;
    --watf-values-paper: #f4ecdf;
    --watf-values-white: #ffffff;
    --watf-values-line: rgba(8, 36, 71, 0.15);
    width: 100%;
    padding: 66px 0;
    overflow: hidden;
    background: var(--watf-values-paper);
    color: var(--watf-values-text);
    font-family: "DC Manrope", "Manrope", sans-serif;
    scroll-margin-top: 96px;
  }
  #san-pham .watf-home-values__container {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
  }
  /* Header */
  #san-pham .watf-home-values__header {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.58fr);
    gap: 64px;
    align-items: end;
    margin-bottom: 34px;
  }
  #san-pham .watf-home-values__eyebrow {
    position: relative;
    margin: 0 0 9px;
    padding-left: 43px;
    color: var(--watf-values-red);
    font: inherit;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.11em;
    text-transform: uppercase;
  }
  #san-pham .watf-home-values__eyebrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 29px;
    height: 2px;
    background: var(--watf-values-gold);
    transform: translateY(-50%);
  }
  #san-pham .watf-home-values__heading h2 {
    max-width: 700px;
    margin: 0;
    color: var(--watf-values-navy);
    font: inherit;
    font-size: clamp(34px, 4.2vw, 50px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.028em;
  }
  #san-pham .watf-home-values__intro {
    margin: 0 0 3px;
    color: var(--watf-values-muted);
    font: inherit;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.68;
  }
  /* Value groups */
  #san-pham .watf-home-values__groups {
    border-top: 1px solid var(--watf-values-line);
  }
  #san-pham .watf-home-values__group {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr) minmax(0, 1fr);
    margin: 0;
    border-bottom: 1px solid var(--watf-values-line);
  }
  #san-pham .watf-home-values__group-label {
    min-width: 0;
    padding: 27px 22px 27px 0;
  }
  #san-pham .watf-home-values__group-label span {
    display: block;
    color: var(--watf-values-red);
    font: inherit;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.45;
    letter-spacing: 0.07em;
    text-transform: uppercase;
  }
  #san-pham .watf-home-values__item {
    min-width: 0;
    padding: 25px 28px;
    border-left: 1px solid var(--watf-values-line);
  }
  #san-pham .watf-home-values__item-title {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    margin-bottom: 8px;
  }
  #san-pham .watf-home-values__item-title i {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--watf-values-gold);
    font-size: 17px;
    line-height: 1;
  }
  #san-pham .watf-home-values__item h3 {
    margin: 1px 0 0;
    color: var(--watf-values-navy);
    font: inherit;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.35;
  }
  #san-pham .watf-home-values__item p {
    margin: 0;
    padding-left: 34px;
    color: var(--watf-values-muted);
    font: inherit;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.62;
  }
  /* Footer */
  #san-pham .watf-home-values__footer {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 32px;
    align-items: center;
    padding-top: 22px;
  }
  #san-pham .watf-home-values__footer p {
    max-width: 760px;
    margin: 0;
    color: var(--watf-values-text);
    font: inherit;
    font-size: 13.5px;
    font-weight: 550;
    line-height: 1.62;
  }
  #san-pham .watf-home-values__link {
    position: relative;
    min-height: 44px;
    padding: 8px 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--watf-values-navy);
    font: inherit;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.025em;
    text-decoration: none;
    text-transform: uppercase;
  }
  #san-pham .watf-home-values__link::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 4px;
    left: 0;
    height: 1px;
    background: var(--watf-values-gold);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 180ms ease;
  }
  #san-pham .watf-home-values__link:hover {
    color: var(--watf-values-red);
  }
  #san-pham .watf-home-values__link:hover::after,
  #san-pham .watf-home-values__link:focus-visible::after {
    transform: scaleX(1);
  }
  #san-pham .watf-home-values__link i {
    font-size: 16px;
    line-height: 1;
  }
  #san-pham .watf-home-values__link:focus-visible {
    outline: 3px solid rgba(184, 137, 53, 0.38);
    outline-offset: 4px;
  }
  /* Tablet */
  @media (max-width: 1024px) {
    #san-pham.watf-home-values {
      padding: 58px 0;
    }
    #san-pham .watf-home-values__container {
      width: min(960px, calc(100% - 36px));
    }
    #san-pham .watf-home-values__header {
      grid-template-columns: minmax(0, 1fr) minmax(280px, 0.62fr);
      gap: 38px;
    }
    #san-pham .watf-home-values__group {
      grid-template-columns: 150px minmax(0, 1fr) minmax(0, 1fr);
    }
    #san-pham .watf-home-values__group-label {
      padding-right: 16px;
    }
    #san-pham .watf-home-values__item {
      padding: 23px 20px;
    }
    #san-pham .watf-home-values__item p {
      padding-left: 0;
    }
  }
  /* Mobile */
  @media (max-width: 849px) {
    #san-pham.watf-home-values {
      padding: 46px 0;
    }
    #san-pham .watf-home-values__container {
      width: calc(100% - 32px);
    }
    #san-pham .watf-home-values__header {
      display: block;
      margin-bottom: 25px;
    }
    #san-pham .watf-home-values__heading h2 {
      font-size: clamp(30px, 8.7vw, 38px);
      line-height: 1.14;
    }
    #san-pham .watf-home-values__intro {
      margin-top: 14px;
      font-size: 13px;
      line-height: 1.62;
    }
    #san-pham .watf-home-values__group {
      display: block;
      padding: 0;
    }
    #san-pham .watf-home-values__group-label {
      padding: 20px 0 10px;
    }
    #san-pham .watf-home-values__item {
      padding: 15px 0 18px;
      border-top: 1px solid var(--watf-values-line);
      border-left: 0;
    }
    #san-pham .watf-home-values__item:first-of-type {
      border-top: 0;
    }
    #san-pham .watf-home-values__item-title {
      grid-template-columns: 22px minmax(0, 1fr);
      gap: 8px;
      margin-bottom: 6px;
    }
    #san-pham .watf-home-values__item-title i {
      width: 22px;
      height: 22px;
      font-size: 15px;
    }
    #san-pham .watf-home-values__item h3 {
      font-size: 14px;
    }
    #san-pham .watf-home-values__item p {
      padding-left: 30px;
      font-size: 12.5px;
      line-height: 1.58;
    }
    #san-pham .watf-home-values__footer {
      display: block;
      padding-top: 19px;
    }
    #san-pham .watf-home-values__footer p {
      font-size: 13px;
    }
    #san-pham .watf-home-values__link {
      margin-top: 12px;
    }
  }
  @media (max-width: 390px) {
    #san-pham .watf-home-values__container {
      width: calc(100% - 28px);
    }
    #san-pham .watf-home-values__heading h2 {
      font-size: 29px;
    }
    #san-pham .watf-home-values__item p {
      padding-left: 0;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    #san-pham .watf-home-values__link::after {
      transition: none;
    }
  }

/* =========================================================
   SECTION 04 — THEME
========================================================= */
/* =====================================================
     WATF HOME THEME
  ===================================================== */
  #chu-de.watf-home-theme,
  #chu-de.watf-home-theme * {
    box-sizing: border-box;
  }
  #chu-de.watf-home-theme {
    --watf-theme-navy: #071f3b;
    --watf-theme-navy-light: #0d3159;
    --watf-theme-red: #d02a30;
    --watf-theme-gold: #d1ad68;
    --watf-theme-cream: #fffaf0;
    --watf-theme-white: #ffffff;
    --watf-theme-muted: rgba(255, 255, 255, 0.7);
    --watf-theme-line: rgba(255, 255, 255, 0.17);
    width: 100%;
    padding: 66px 0 62px;
    overflow: hidden;
    background: var(--watf-theme-navy);
    color: var(--watf-theme-white);
    font-family: "DC Manrope", "Manrope", sans-serif;
    scroll-margin-top: 96px;
  }
  #chu-de .watf-home-theme__container {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
  }
  /* Header */
  #chu-de .watf-home-theme__header {
    display: grid;
    grid-template-columns: minmax(330px, 0.8fr) minmax(0, 1.2fr);
    gap: 72px;
    align-items: start;
    margin-bottom: 34px;
  }
  #chu-de .watf-home-theme__eyebrow {
    position: relative;
    margin: 0 0 11px;
    padding-left: 43px;
    color: var(--watf-theme-gold);
    font: inherit;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }
  #chu-de .watf-home-theme__eyebrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 29px;
    height: 2px;
    background: var(--watf-theme-red);
    transform: translateY(-50%);
  }
  #chu-de .watf-home-theme__heading h2 {
    margin: 0;
    color: var(--watf-theme-white);
    font: inherit;
    font-size: clamp(37px, 4.7vw, 56px);
    font-weight: 800;
    line-height: 1.07;
    letter-spacing: -0.03em;
    text-transform: uppercase;
  }
  #chu-de .watf-home-theme__heading h2 span,
  #chu-de .watf-home-theme__heading h2 strong {
    display: block;
    font: inherit;
  }
  #chu-de .watf-home-theme__heading h2 strong {
    color: var(--watf-theme-gold);
    font-weight: 800;
  }
  #chu-de .watf-home-theme__intro {
    min-width: 0;
    padding-top: 3px;
    columns: 2;
    column-gap: 32px;
  }
  #chu-de .watf-home-theme__intro p {
    break-inside: avoid;
    margin: 0 0 13px;
    color: var(--watf-theme-muted);
    font: inherit;
    font-size: 13.5px;
    font-weight: 500;
    line-height: 1.66;
  }
  #chu-de .watf-home-theme__intro p:last-child {
    margin-bottom: 0;
  }
  /* Calendar pages */
  #chu-de .watf-home-theme__rail {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
    padding: 0;
    outline: none;
  }
  #chu-de .watf-home-theme__rail:focus-visible {
    outline: 3px solid rgba(209, 173, 104, 0.55);
    outline-offset: 6px;
  }
  #chu-de .watf-home-theme__page {
    min-width: 0;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: var(--watf-theme-cream);
  }
  #chu-de .watf-home-theme__page img {
    width: 100%;
    height: auto;
    aspect-ratio: 1240 / 2421;
    display: block;
    object-fit: contain;
    object-position: center;
    background: var(--watf-theme-cream);
  }
  #chu-de .watf-home-theme__mobile-hint {
    display: none;
  }
  /* Footer */
  #chu-de .watf-home-theme__footer {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 32px;
    align-items: center;
    margin-top: 25px;
    padding-top: 21px;
    border-top: 1px solid var(--watf-theme-line);
  }
  #chu-de .watf-home-theme__footer p {
    max-width: 760px;
    margin: 0;
    color: var(--watf-theme-muted);
    font: inherit;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.62;
  }
  #chu-de .watf-home-theme__link {
    position: relative;
    min-height: 44px;
    padding: 8px 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--watf-theme-white);
    font: inherit;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.025em;
    text-decoration: none;
    text-transform: uppercase;
  }
  #chu-de .watf-home-theme__link::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 4px;
    left: 0;
    height: 1px;
    background: var(--watf-theme-gold);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 180ms ease;
  }
  #chu-de .watf-home-theme__link:hover {
    color: var(--watf-theme-gold);
  }
  #chu-de .watf-home-theme__link:hover::after,
  #chu-de .watf-home-theme__link:focus-visible::after {
    transform: scaleX(1);
  }
  #chu-de .watf-home-theme__link i {
    font-size: 16px;
    line-height: 1;
  }
  #chu-de .watf-home-theme__link:focus-visible {
    outline: 3px solid rgba(209, 173, 104, 0.45);
    outline-offset: 4px;
  }
  /* Tablet */
  @media (max-width: 1024px) {
    #chu-de.watf-home-theme {
      padding: 58px 0 56px;
    }
    #chu-de .watf-home-theme__container {
      width: min(960px, calc(100% - 36px));
    }
    #chu-de .watf-home-theme__header {
      grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
      gap: 42px;
    }
    #chu-de .watf-home-theme__intro {
      columns: 1;
    }
    #chu-de .watf-home-theme__rail {
      display: flex;
      gap: 10px;
      overflow-x: auto;
      overflow-y: hidden;
      padding: 2px 2px 10px;
      scroll-padding-left: 2px;
      scroll-snap-type: x mandatory;
      scrollbar-width: thin;
      scrollbar-color:
        rgba(209, 173, 104, 0.55)
        rgba(255, 255, 255, 0.08);
      -webkit-overflow-scrolling: touch;
    }
    #chu-de .watf-home-theme__page {
      flex: 0 0 176px;
      scroll-snap-align: start;
    }
  }
  /* Mobile */
  @media (max-width: 849px) {
    #chu-de.watf-home-theme {
      padding: 46px 0 44px;
    }
    #chu-de .watf-home-theme__container {
      width: 100%;
    }
    #chu-de .watf-home-theme__header {
      width: calc(100% - 32px);
      margin: 0 auto 25px;
      display: block;
    }
    #chu-de .watf-home-theme__heading h2 {
      font-size: clamp(32px, 9vw, 40px);
      line-height: 1.09;
    }
    #chu-de .watf-home-theme__intro {
      margin-top: 18px;
      columns: 1;
    }
    #chu-de .watf-home-theme__intro p {
      font-size: 13px;
      line-height: 1.62;
    }
    #chu-de .watf-home-theme__rail {
      gap: 9px;
      padding: 2px 16px 8px;
      scroll-padding-left: 16px;
      scrollbar-width: none;
    }
    #chu-de .watf-home-theme__rail::-webkit-scrollbar {
      display: none;
    }
    #chu-de .watf-home-theme__page {
      flex: 0 0 43%;
      min-width: 142px;
      max-width: 178px;
    }
    #chu-de .watf-home-theme__mobile-hint {
      width: calc(100% - 32px);
      margin: 9px auto 0;
      display: block;
      color: rgba(255, 255, 255, 0.53);
      font: inherit;
      font-size: 10.5px;
      font-weight: 600;
      line-height: 1.4;
      letter-spacing: 0.025em;
    }
    #chu-de .watf-home-theme__footer {
      width: calc(100% - 32px);
      margin: 21px auto 0;
      display: block;
    }
    #chu-de .watf-home-theme__footer p {
      font-size: 12.5px;
    }
    #chu-de .watf-home-theme__link {
      margin-top: 12px;
    }
  }
  @media (max-width: 390px) {
    #chu-de .watf-home-theme__header,
    #chu-de .watf-home-theme__mobile-hint,
    #chu-de .watf-home-theme__footer {
      width: calc(100% - 28px);
    }
    #chu-de .watf-home-theme__heading h2 {
      font-size: 31px;
    }
    #chu-de .watf-home-theme__page {
      flex-basis: 48%;
      min-width: 138px;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    #chu-de .watf-home-theme__link::after {
      transition: none;
    }
    #chu-de .watf-home-theme__rail {
      scroll-behavior: auto;
    }
  }

/* =========================================================
   SECTION 05 — FENG SHUI
========================================================= */
/* =====================================================
     WATF HOME FENG SHUI
  ===================================================== */
  #goc-nhin-phong-thuy.watf-home-fengshui,
  #goc-nhin-phong-thuy.watf-home-fengshui * {
    box-sizing: border-box;
  }
  #goc-nhin-phong-thuy.watf-home-fengshui {
    --watf-fs-navy: #082447;
    --watf-fs-navy-dark: #061b34;
    --watf-fs-text: #2b3f53;
    --watf-fs-muted: #687684;
    --watf-fs-red: #c91f26;
    --watf-fs-gold: #b88935;
    --watf-fs-cream: #fffaf0;
    --watf-fs-paper: #f3eadc;
    --watf-fs-white: #ffffff;
    --watf-fs-line: rgba(8, 36, 71, 0.15);
    --watf-fs-light-line: rgba(255, 255, 255, 0.16);
    width: 100%;
    padding: 66px 0;
    overflow: hidden;
    background: var(--watf-fs-cream);
    color: var(--watf-fs-text);
    font-family: "DC Manrope", "Manrope", sans-serif;
    scroll-margin-top: 96px;
  }
  #goc-nhin-phong-thuy .watf-home-fengshui__container {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
  }
  /* Header */
  #goc-nhin-phong-thuy .watf-home-fengshui__header {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.58fr);
    gap: 64px;
    align-items: end;
    margin-bottom: 34px;
  }
  #goc-nhin-phong-thuy .watf-home-fengshui__eyebrow {
    position: relative;
    margin: 0 0 9px;
    padding-left: 43px;
    color: var(--watf-fs-red);
    font: inherit;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.11em;
    text-transform: uppercase;
  }
  #goc-nhin-phong-thuy .watf-home-fengshui__eyebrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 29px;
    height: 2px;
    background: var(--watf-fs-gold);
    transform: translateY(-50%);
  }
  #goc-nhin-phong-thuy .watf-home-fengshui__heading h2 {
    margin: 0;
    color: var(--watf-fs-navy);
    font: inherit;
    font-size: clamp(34px, 4.2vw, 50px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.028em;
  }
  #goc-nhin-phong-thuy .watf-home-fengshui__intro {
    margin: 0 0 3px;
    color: var(--watf-fs-muted);
    font: inherit;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.68;
  }
  /* Main layout */
  #goc-nhin-phong-thuy .watf-home-fengshui__layout {
    display: grid;
    grid-template-columns: 330px minmax(0, 1fr);
    gap: 46px;
    align-items: start;
  }
  /* Summary */
  #goc-nhin-phong-thuy .watf-home-fengshui__summary {
    padding: 30px 28px;
    background: var(--watf-fs-navy-dark);
    color: var(--watf-fs-white);
  }
  #goc-nhin-phong-thuy .watf-home-fengshui__year {
    margin: 0 0 25px;
    color: rgba(255, 255, 255, 0.13);
    font: inherit;
    font-size: clamp(58px, 6vw, 78px);
    font-weight: 850;
    line-height: 0.85;
    letter-spacing: -0.055em;
  }
  #goc-nhin-phong-thuy .watf-home-fengshui__summary-main {
    padding-bottom: 22px;
    border-bottom: 1px solid var(--watf-fs-light-line);
  }
  #goc-nhin-phong-thuy .watf-home-fengshui__summary-main > span {
    display: block;
    margin-bottom: 5px;
    color: var(--watf-fs-gold);
    font: inherit;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  #goc-nhin-phong-thuy .watf-home-fengshui__summary-main h3 {
    margin: 0;
    color: var(--watf-fs-white);
    font: inherit;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.18;
    text-transform: uppercase;
  }
  #goc-nhin-phong-thuy .watf-home-fengshui__summary-main p {
    margin: 6px 0 0;
    color: rgba(255, 255, 255, 0.66);
    font: inherit;
    font-size: 12.5px;
    font-weight: 500;
    line-height: 1.5;
  }
  #goc-nhin-phong-thuy .watf-home-fengshui__facts {
    margin: 0;
  }
  #goc-nhin-phong-thuy .watf-home-fengshui__facts > div {
    padding: 17px 0;
    border-bottom: 1px solid var(--watf-fs-light-line);
  }
  #goc-nhin-phong-thuy .watf-home-fengshui__facts dt {
    margin: 0 0 4px;
    color: var(--watf-fs-gold);
    font: inherit;
    font-size: 10.5px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }
  #goc-nhin-phong-thuy .watf-home-fengshui__facts dd {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font: inherit;
    font-size: 12.5px;
    font-weight: 550;
    line-height: 1.52;
  }
  #goc-nhin-phong-thuy .watf-home-fengshui__quote {
    margin: 21px 0 0;
    padding: 0 0 0 16px;
    border-left: 2px solid var(--watf-fs-red);
  }
  #goc-nhin-phong-thuy .watf-home-fengshui__quote p {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    font: inherit;
    font-size: 13px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.62;
  }
  /* Content */
  #goc-nhin-phong-thuy .watf-home-fengshui__content {
    min-width: 0;
    border-top: 1px solid var(--watf-fs-line);
  }
  #goc-nhin-phong-thuy .watf-home-fengshui__article {
    padding: 28px 0 30px;
    border-bottom: 1px solid var(--watf-fs-line);
  }
  #goc-nhin-phong-thuy .watf-home-fengshui__article:first-child {
    padding-top: 0;
  }
  #goc-nhin-phong-thuy .watf-home-fengshui__article-label {
    margin: 0 0 6px;
    color: var(--watf-fs-red);
    font: inherit;
    font-size: 10.5px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  #goc-nhin-phong-thuy .watf-home-fengshui__article h3 {
    max-width: 720px;
    margin: 0 0 15px;
    color: var(--watf-fs-navy);
    font: inherit;
    font-size: clamp(21px, 2.5vw, 29px);
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.015em;
  }
  #goc-nhin-phong-thuy .watf-home-fengshui__article-copy {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 27px;
  }
  #goc-nhin-phong-thuy .watf-home-fengshui__article-copy p {
    margin: 0;
    color: var(--watf-fs-muted);
    font: inherit;
    font-size: 13.5px;
    font-weight: 500;
    line-height: 1.7;
  }
  #goc-nhin-phong-thuy .watf-home-fengshui__article-copy strong {
    color: var(--watf-fs-navy);
    font-weight: 800;
  }
  /* Outcomes */
  #goc-nhin-phong-thuy .watf-home-fengshui__outcomes {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 21px 0 0;
    padding: 0;
    border-top: 1px solid var(--watf-fs-line);
    border-bottom: 1px solid var(--watf-fs-line);
    list-style: none;
  }
  #goc-nhin-phong-thuy .watf-home-fengshui__outcomes li {
    min-width: 0;
    padding: 15px 16px;
    color: var(--watf-fs-navy);
    font: inherit;
    font-size: 12px;
    font-weight: 750;
    line-height: 1.5;
  }
  #goc-nhin-phong-thuy .watf-home-fengshui__outcomes li + li {
    border-left: 1px solid var(--watf-fs-line);
  }
  /* Traditions */
  #goc-nhin-phong-thuy .watf-home-fengshui__traditions {
    border-top: 1px solid var(--watf-fs-line);
  }
  #goc-nhin-phong-thuy .watf-home-fengshui__traditions > div {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 24px;
    padding: 15px 0;
    border-bottom: 1px solid var(--watf-fs-line);
  }
  #goc-nhin-phong-thuy .watf-home-fengshui__traditions strong {
    color: var(--watf-fs-navy);
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.45;
  }
  #goc-nhin-phong-thuy .watf-home-fengshui__traditions p {
    margin: 0;
    color: var(--watf-fs-muted);
    font: inherit;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.62;
  }
  /* Footer */
  #goc-nhin-phong-thuy .watf-home-fengshui__footer {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 32px;
    align-items: center;
    margin-top: 29px;
    padding-top: 22px;
    border-top: 1px solid var(--watf-fs-line);
  }
  #goc-nhin-phong-thuy .watf-home-fengshui__footer p {
    max-width: 760px;
    margin: 0;
    color: var(--watf-fs-text);
    font: inherit;
    font-size: 13.5px;
    font-weight: 550;
    line-height: 1.62;
  }
  #goc-nhin-phong-thuy .watf-home-fengshui__link {
    position: relative;
    min-height: 44px;
    padding: 8px 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--watf-fs-navy);
    font: inherit;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.025em;
    text-decoration: none;
    text-transform: uppercase;
  }
  #goc-nhin-phong-thuy .watf-home-fengshui__link::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 4px;
    left: 0;
    height: 1px;
    background: var(--watf-fs-gold);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 180ms ease;
  }
  #goc-nhin-phong-thuy .watf-home-fengshui__link:hover {
    color: var(--watf-fs-red);
  }
  #goc-nhin-phong-thuy .watf-home-fengshui__link:hover::after,
  #goc-nhin-phong-thuy .watf-home-fengshui__link:focus-visible::after {
    transform: scaleX(1);
  }
  #goc-nhin-phong-thuy .watf-home-fengshui__link i {
    font-size: 16px;
    line-height: 1;
  }
  #goc-nhin-phong-thuy .watf-home-fengshui__link:focus-visible {
    outline: 3px solid rgba(184, 137, 53, 0.38);
    outline-offset: 4px;
  }
  /* Tablet */
  @media (max-width: 1024px) {
    #goc-nhin-phong-thuy.watf-home-fengshui {
      padding: 58px 0;
    }
    #goc-nhin-phong-thuy .watf-home-fengshui__container {
      width: min(960px, calc(100% - 36px));
    }
    #goc-nhin-phong-thuy .watf-home-fengshui__header {
      grid-template-columns: minmax(0, 1fr) minmax(280px, 0.62fr);
      gap: 38px;
    }
    #goc-nhin-phong-thuy .watf-home-fengshui__layout {
      grid-template-columns: 290px minmax(0, 1fr);
      gap: 32px;
    }
    #goc-nhin-phong-thuy .watf-home-fengshui__summary {
      padding: 26px 23px;
    }
    #goc-nhin-phong-thuy .watf-home-fengshui__article-copy {
      grid-template-columns: 1fr;
      gap: 10px;
    }
    #goc-nhin-phong-thuy .watf-home-fengshui__outcomes {
      grid-template-columns: 1fr;
    }
    #goc-nhin-phong-thuy .watf-home-fengshui__outcomes li + li {
      border-top: 1px solid var(--watf-fs-line);
      border-left: 0;
    }
    #goc-nhin-phong-thuy .watf-home-fengshui__traditions > div {
      grid-template-columns: 155px minmax(0, 1fr);
    }
  }
  /* Mobile */
  @media (max-width: 849px) {
    #goc-nhin-phong-thuy.watf-home-fengshui {
      padding: 46px 0;
    }
    #goc-nhin-phong-thuy .watf-home-fengshui__container {
      width: calc(100% - 32px);
    }
    #goc-nhin-phong-thuy .watf-home-fengshui__header {
      display: block;
      margin-bottom: 25px;
    }
    #goc-nhin-phong-thuy .watf-home-fengshui__heading h2 {
      font-size: clamp(30px, 8.7vw, 38px);
      line-height: 1.14;
    }
    #goc-nhin-phong-thuy .watf-home-fengshui__intro {
      margin-top: 14px;
      font-size: 13px;
      line-height: 1.62;
    }
    #goc-nhin-phong-thuy .watf-home-fengshui__layout {
      display: block;
    }
    #goc-nhin-phong-thuy .watf-home-fengshui__summary {
      margin-bottom: 30px;
      padding: 24px 20px;
    }
    #goc-nhin-phong-thuy .watf-home-fengshui__year {
      font-size: 61px;
    }
    #goc-nhin-phong-thuy .watf-home-fengshui__summary-main h3 {
      font-size: 25px;
    }
    #goc-nhin-phong-thuy .watf-home-fengshui__article {
      padding: 23px 0;
    }
    #goc-nhin-phong-thuy .watf-home-fengshui__article:first-child {
      padding-top: 0;
    }
    #goc-nhin-phong-thuy .watf-home-fengshui__article h3 {
      margin-bottom: 11px;
      font-size: 21px;
    }
    #goc-nhin-phong-thuy .watf-home-fengshui__article-copy p {
      font-size: 12.8px;
      line-height: 1.64;
    }
    #goc-nhin-phong-thuy .watf-home-fengshui__outcomes {
      margin-top: 17px;
    }
    #goc-nhin-phong-thuy .watf-home-fengshui__outcomes li {
      padding: 13px 0;
      font-size: 11.8px;
    }
    #goc-nhin-phong-thuy .watf-home-fengshui__traditions > div {
      display: block;
      padding: 14px 0;
    }
    #goc-nhin-phong-thuy .watf-home-fengshui__traditions strong {
      display: block;
      margin-bottom: 4px;
    }
    #goc-nhin-phong-thuy .watf-home-fengshui__traditions p {
      font-size: 12.8px;
    }
    #goc-nhin-phong-thuy .watf-home-fengshui__footer {
      display: block;
      margin-top: 23px;
      padding-top: 19px;
    }
    #goc-nhin-phong-thuy .watf-home-fengshui__footer p {
      font-size: 13px;
    }
    #goc-nhin-phong-thuy .watf-home-fengshui__link {
      margin-top: 12px;
    }
  }
  @media (max-width: 390px) {
    #goc-nhin-phong-thuy .watf-home-fengshui__container {
      width: calc(100% - 28px);
    }
    #goc-nhin-phong-thuy .watf-home-fengshui__heading h2 {
      font-size: 29px;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    #goc-nhin-phong-thuy .watf-home-fengshui__link::after {
      transition: none;
    }
  }

/* =========================================================
   SECTION 06 — GIFT
========================================================= */
#qua-tet.watf-home-gift,
  #qua-tet.watf-home-gift * {
    box-sizing: border-box;
  }
  #qua-tet.watf-home-gift {
    --watf-gift-navy: #071f3b;
    --watf-gift-navy-light: #0d2d50;
    --watf-gift-red: #c91f26;
    --watf-gift-red-dark: #a9161c;
    --watf-gift-gold: #d0aa62;
    --watf-gift-white: #ffffff;
    --watf-gift-muted: rgba(255, 255, 255, 0.7);
    --watf-gift-line: rgba(255, 255, 255, 0.17);
    width: 100%;
    padding: 66px 0 58px;
    overflow: hidden;
    background: var(--watf-gift-navy);
    color: var(--watf-gift-white);
    font-family: "DC Manrope", "Manrope", sans-serif;
    scroll-margin-top: 96px;
  }
  #qua-tet .watf-home-gift__container {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
  }
  /* Main */
  #qua-tet .watf-home-gift__main {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
    gap: 58px;
    align-items: center;
  }
  #qua-tet .watf-home-gift__content,
  #qua-tet .watf-home-gift__media {
    min-width: 0;
  }
  #qua-tet .watf-home-gift__eyebrow {
    position: relative;
    margin: 0 0 10px;
    padding-left: 43px;
    color: var(--watf-gift-gold);
    font: inherit;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }
  #qua-tet .watf-home-gift__eyebrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 29px;
    height: 2px;
    background: var(--watf-gift-red);
    transform: translateY(-50%);
  }
  #qua-tet .watf-home-gift__content h2 {
    margin: 0;
    color: var(--watf-gift-white);
    font: inherit;
    font-size: clamp(36px, 4.4vw, 52px);
    font-weight: 800;
    line-height: 1.09;
    letter-spacing: -0.03em;
  }
  #qua-tet .watf-home-gift__intro {
    max-width: 540px;
    margin: 18px 0 0;
    color: var(--watf-gift-muted);
    font: inherit;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.68;
  }
  /* Summary */
  #qua-tet .watf-home-gift__summary {
    margin-top: 23px;
    border-top: 1px solid var(--watf-gift-line);
  }
  #qua-tet .watf-home-gift__summary > div {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 12px 0;
    border-bottom: 1px solid var(--watf-gift-line);
  }
  #qua-tet .watf-home-gift__summary strong {
    color: var(--watf-gift-gold);
    font: inherit;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.45;
  }
  #qua-tet .watf-home-gift__summary span {
    color: rgba(255, 255, 255, 0.76);
    font: inherit;
    font-size: 12.5px;
    font-weight: 500;
    line-height: 1.5;
  }
  /* Buttons */
  #qua-tet .watf-home-gift__actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 23px;
  }
  #qua-tet .watf-home-gift__button {
    min-height: 48px;
    padding: 12px 18px;
    border: 1px solid transparent;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font: inherit;
    font-size: 11.5px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0.025em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition:
      color 180ms ease,
      background-color 180ms ease,
      border-color 180ms ease;
  }
  #qua-tet .watf-home-gift__button i {
    font-size: 16px;
    line-height: 1;
  }
  #qua-tet .watf-home-gift__button--primary {
    border-color: var(--watf-gift-red);
    background: var(--watf-gift-red);
    color: var(--watf-gift-white);
  }
  #qua-tet .watf-home-gift__button--primary:hover {
    border-color: var(--watf-gift-red-dark);
    background: var(--watf-gift-red-dark);
    color: var(--watf-gift-white);
  }
  #qua-tet .watf-home-gift__button--secondary {
    border-color: rgba(255, 255, 255, 0.38);
    background: transparent;
    color: var(--watf-gift-white);
  }
  #qua-tet .watf-home-gift__button--secondary:hover {
    border-color: var(--watf-gift-white);
    background: rgba(255, 255, 255, 0.07);
    color: var(--watf-gift-white);
  }
  #qua-tet .watf-home-gift__button:focus-visible,
  #qua-tet .watf-home-gift__footer-link:focus-visible {
    outline: 3px solid rgba(208, 170, 98, 0.5);
    outline-offset: 3px;
  }
  /* Product image */
  #qua-tet .watf-home-gift__media {
    margin: 0;
  }
  #qua-tet .watf-home-gift__image-frame {
    width: 100%;
    display: grid;
    place-items: center;
    border-bottom: 1px solid var(--watf-gift-line);
  }
  #qua-tet .watf-home-gift__image-frame img {
    width: 100%;
    max-width: 620px;
    height: auto;
    max-height: 500px;
    display: block;
    object-fit: contain;
    object-position: center;
  }
  #qua-tet .watf-home-gift__media figcaption {
    max-width: 520px;
    margin: 14px auto 0;
    color: rgba(255, 255, 255, 0.58);
    font: inherit;
    font-size: 11.5px;
    font-weight: 550;
    line-height: 1.5;
    text-align: center;
  }
  /* Audience */
  #qua-tet .watf-home-gift__audience {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 42px;
    border-top: 1px solid var(--watf-gift-line);
    border-bottom: 1px solid var(--watf-gift-line);
  }
  #qua-tet .watf-home-gift__audience-item {
    min-width: 0;
    padding: 22px 20px;
    display: grid;
    grid-template-columns: 31px minmax(0, 1fr);
    gap: 11px;
  }
  #qua-tet
  .watf-home-gift__audience-item
  + .watf-home-gift__audience-item {
    border-left: 1px solid var(--watf-gift-line);
  }
  #qua-tet .watf-home-gift__audience-number {
    color: var(--watf-gift-gold);
    font: inherit;
    font-size: 10px;
    font-weight: 850;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
  #qua-tet .watf-home-gift__audience-item h3 {
    margin: 0 0 5px;
    color: var(--watf-gift-white);
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.4;
    text-transform: uppercase;
  }
  #qua-tet .watf-home-gift__audience-item p {
    margin: 0;
    color: var(--watf-gift-muted);
    font: inherit;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.52;
  }
  /* Statement */
  #qua-tet .watf-home-gift__statement {
    display: grid;
    grid-template-columns: minmax(270px, 0.72fr) minmax(0, 1.28fr);
    gap: 58px;
    margin-top: 42px;
    padding: 38px 40px;
    background: var(--watf-gift-navy-light);
    border-left: 3px solid var(--watf-gift-red);
  }
  #qua-tet .watf-home-gift__statement-heading p {
    margin: 0 0 8px;
    color: var(--watf-gift-gold);
    font: inherit;
    font-size: 10.5px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  #qua-tet .watf-home-gift__statement-heading h3 {
    margin: 0;
    color: var(--watf-gift-white);
    font: inherit;
    font-size: clamp(24px, 2.8vw, 34px);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
  }
  #qua-tet .watf-home-gift__statement-content {
    min-width: 0;
  }
  #qua-tet .watf-home-gift__statement-lines {
    border-top: 1px solid var(--watf-gift-line);
  }
  #qua-tet .watf-home-gift__statement-lines p {
    position: relative;
    margin: 0;
    padding: 11px 0 11px 26px;
    border-bottom: 1px solid var(--watf-gift-line);
    color: rgba(255, 255, 255, 0.86);
    font: inherit;
    font-size: 13.5px;
    font-weight: 600;
    line-height: 1.55;
  }
  #qua-tet .watf-home-gift__statement-lines p::before {
    content: "";
    position: absolute;
    top: 19px;
    left: 0;
    width: 9px;
    height: 2px;
    background: var(--watf-gift-gold);
  }
  #qua-tet .watf-home-gift__statement-closing {
    margin: 19px 0 0;
    color: var(--watf-gift-gold);
    font: inherit;
    font-size: 15px;
    font-weight: 750;
    line-height: 1.6;
  }
  /* Footer */
  #qua-tet .watf-home-gift__footer {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 30px;
    align-items: center;
    margin-top: 24px;
  }
  #qua-tet .watf-home-gift__footer p {
    max-width: 750px;
    margin: 0;
    color: var(--watf-gift-muted);
    font: inherit;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.62;
  }
  #qua-tet .watf-home-gift__footer-link {
    position: relative;
    min-height: 44px;
    padding: 8px 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--watf-gift-white);
    font: inherit;
    font-size: 11.5px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.025em;
    text-decoration: none;
    text-transform: uppercase;
  }
  #qua-tet .watf-home-gift__footer-link::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 4px;
    left: 0;
    height: 1px;
    background: var(--watf-gift-gold);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 180ms ease;
  }
  #qua-tet .watf-home-gift__footer-link:hover {
    color: var(--watf-gift-gold);
  }
  #qua-tet .watf-home-gift__footer-link:hover::after,
  #qua-tet .watf-home-gift__footer-link:focus-visible::after {
    transform: scaleX(1);
  }
  #qua-tet .watf-home-gift__footer-link i {
    font-size: 16px;
    line-height: 1;
  }
  /* Tablet */
  @media (max-width: 1024px) {
    #qua-tet.watf-home-gift {
      padding: 58px 0 54px;
    }
    #qua-tet .watf-home-gift__container {
      width: min(960px, calc(100% - 36px));
    }
    #qua-tet .watf-home-gift__main {
      grid-template-columns: minmax(0, 0.94fr) minmax(350px, 1.06fr);
      gap: 36px;
    }
    #qua-tet .watf-home-gift__audience {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    #qua-tet .watf-home-gift__audience-item:nth-child(3),
    #qua-tet .watf-home-gift__audience-item:nth-child(4) {
      border-top: 1px solid var(--watf-gift-line);
    }
    #qua-tet .watf-home-gift__audience-item:nth-child(3) {
      border-left: 0;
    }
    #qua-tet .watf-home-gift__statement {
      grid-template-columns: 260px minmax(0, 1fr);
      gap: 36px;
      padding: 32px;
    }
  }
  /* Mobile */
  @media (max-width: 849px) {
    #qua-tet.watf-home-gift {
      padding: 46px 0 44px;
    }
    #qua-tet .watf-home-gift__container {
      width: calc(100% - 32px);
    }
    #qua-tet .watf-home-gift__main {
      display: flex;
      flex-direction: column;
      gap: 28px;
    }
    #qua-tet .watf-home-gift__content h2 {
      font-size: clamp(31px, 8.8vw, 39px);
      line-height: 1.12;
    }
    #qua-tet .watf-home-gift__intro {
      margin-top: 14px;
      font-size: 13px;
      line-height: 1.62;
    }
    #qua-tet .watf-home-gift__summary {
      margin-top: 19px;
    }
    #qua-tet .watf-home-gift__summary > div {
      grid-template-columns: 96px minmax(0, 1fr);
      gap: 10px;
    }
    #qua-tet .watf-home-gift__summary strong,
    #qua-tet .watf-home-gift__summary span {
      font-size: 11.5px;
    }
    #qua-tet .watf-home-gift__actions {
      display: grid;
      grid-template-columns: 1fr;
      margin-top: 19px;
    }
    #qua-tet .watf-home-gift__button {
      width: 100%;
      min-height: 46px;
    }
    #qua-tet .watf-home-gift__image-frame img {
      max-height: 360px;
    }
    #qua-tet .watf-home-gift__audience {
      grid-template-columns: 1fr;
      margin-top: 32px;
    }
    #qua-tet .watf-home-gift__audience-item {
      padding: 17px 0;
    }
    #qua-tet
    .watf-home-gift__audience-item
    + .watf-home-gift__audience-item {
      border-top: 1px solid var(--watf-gift-line);
      border-left: 0;
    }
    #qua-tet .watf-home-gift__audience-item h3 {
      font-size: 12.5px;
    }
    #qua-tet .watf-home-gift__audience-item p {
      font-size: 11.8px;
    }
    #qua-tet .watf-home-gift__statement {
      display: block;
      margin-top: 31px;
      padding: 25px 20px;
    }
    #qua-tet .watf-home-gift__statement-heading h3 {
      font-size: 25px;
    }
    #qua-tet .watf-home-gift__statement-content {
      margin-top: 22px;
    }
    #qua-tet .watf-home-gift__statement-lines p {
      padding: 10px 0 10px 21px;
      font-size: 12.5px;
    }
    #qua-tet .watf-home-gift__statement-lines p::before {
      top: 18px;
    }
    #qua-tet .watf-home-gift__statement-closing {
      margin-top: 17px;
      font-size: 13.5px;
    }
    #qua-tet .watf-home-gift__footer {
      display: block;
      margin-top: 21px;
    }
    #qua-tet .watf-home-gift__footer p {
      font-size: 12.5px;
    }
    #qua-tet .watf-home-gift__footer-link {
      margin-top: 12px;
    }
  }
  @media (max-width: 390px) {
    #qua-tet .watf-home-gift__container {
      width: calc(100% - 28px);
    }
    #qua-tet .watf-home-gift__content h2 {
      font-size: 30px;
    }
    #qua-tet .watf-home-gift__statement {
      padding: 22px 16px;
    }
    #qua-tet .watf-home-gift__statement-heading h3 {
      font-size: 23px;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    #qua-tet .watf-home-gift__button,
    #qua-tet .watf-home-gift__footer-link::after {
      transition: none;
    }
  }


/* =========================================================
   SECTION 07 — PRICE (NEW SHORTCODE MARKUP)
========================================================= */
#gia-ban.watf-home-price,
#gia-ban.watf-home-price * { box-sizing: border-box; }

#gia-ban.watf-home-price {
  --watf-price-navy: #082447;
  --watf-price-navy-dark: #061b34;
  --watf-price-text: #2b3f53;
  --watf-price-muted: #6a7785;
  --watf-price-red: #c91f26;
  --watf-price-red-dark: #a9161c;
  --watf-price-gold: #b88935;
  --watf-price-cream: #fffaf0;
  --watf-price-paper: #f3eadc;
  --watf-price-white: #fff;
  --watf-price-line: rgba(8,36,71,.15);
  --watf-price-light-line: rgba(255,255,255,.16);
  width: 100%;
  padding: 66px 0;
  overflow: hidden;
  background: var(--watf-price-paper);
  color: var(--watf-price-text);
  scroll-margin-top: 96px;
}

#gia-ban .watf-home-price__container { width: min(1080px, calc(100% - 48px)); margin: 0 auto; }
#gia-ban .watf-home-price__header { display: grid; grid-template-columns: minmax(0,.92fr) minmax(320px,.58fr); gap: 58px; align-items: end; margin-bottom: 30px; }
#gia-ban .watf-home-price__eyebrow { position: relative; margin: 0 0 9px; padding-left: 43px; color: var(--watf-price-red); font: inherit; font-size: 11px; font-weight: 800; line-height: 1.4; letter-spacing: .11em; text-transform: uppercase; }
#gia-ban .watf-home-price__eyebrow::before { content: ""; position: absolute; top: 50%; left: 0; width: 29px; height: 2px; background: var(--watf-price-gold); transform: translateY(-50%); }
#gia-ban .watf-home-price__heading h2 { margin: 0; color: var(--watf-price-navy); font: inherit; font-size: clamp(34px,4.1vw,48px); font-weight: 800; line-height: 1.12; letter-spacing: -.028em; }
#gia-ban .watf-home-price__intro { margin: 0 0 3px; color: var(--watf-price-muted); font: inherit; font-size: 14px; font-weight: 500; line-height: 1.68; }
#gia-ban .watf-home-price__layout { display: grid; grid-template-columns: minmax(0,1.08fr) minmax(330px,.92fr); gap: 16px; align-items: stretch; }
#gia-ban .watf-home-price__purchase { min-width: 0; padding: 28px; border: 1px solid var(--watf-price-line); background: var(--watf-price-white); }
#gia-ban .watf-home-price__product { display: grid; grid-template-columns: 112px minmax(0,1fr); gap: 18px; align-items: center; padding-bottom: 23px; border-bottom: 1px solid var(--watf-price-line); }
#gia-ban .watf-home-price__thumbnail { display: block; overflow: hidden; border: 1px solid var(--watf-price-line); background: var(--watf-price-cream); }
#gia-ban .watf-home-price__thumbnail img { width: 100%; height: auto; aspect-ratio: 1/1; display: block; object-fit: cover; }
#gia-ban .watf-home-price__status { margin: 0 0 5px; color: var(--watf-price-red); font: inherit; font-size: 10.5px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
#gia-ban .watf-home-price__product-info h3 { margin: 0 0 7px; color: var(--watf-price-navy); font: inherit; font-size: 20px; font-weight: 800; line-height: 1.3; }
#gia-ban .watf-home-price__product-info h3 a { color: inherit; text-decoration: none; }
#gia-ban .watf-home-price__woo-price, #gia-ban .watf-home-price__woo-price .price { color: var(--watf-price-red); font: inherit; font-size: 16px; font-weight: 800; }
#gia-ban .watf-home-price__woo-price del { color: rgba(8,36,71,.45); font-size: 13px; }
#gia-ban .watf-home-price__woo-price ins { text-decoration: none; }
#gia-ban .watf-home-price__stock { display: flex; align-items: center; gap: 6px; margin: 8px 0 0; color: var(--watf-price-muted); font: inherit; font-size: 11.5px; font-weight: 600; }
#gia-ban .watf-home-price__stock i { color: var(--watf-price-gold); }
#gia-ban .watf-home-price__pricing { display: grid; grid-template-columns: repeat(auto-fit,minmax(135px,1fr)); margin-top: 22px; border-top: 1px solid var(--watf-price-line); border-left: 1px solid var(--watf-price-line); }
#gia-ban .watf-home-price__pricing-item { padding: 15px 14px; border-right: 1px solid var(--watf-price-line); border-bottom: 1px solid var(--watf-price-line); background: var(--watf-price-cream); }
#gia-ban .watf-home-price__pricing-item > span { display: block; margin-bottom: 6px; color: var(--watf-price-muted); font: inherit; font-size: 9.5px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
#gia-ban .watf-home-price__pricing-item del { color: rgba(8,36,71,.48); font: inherit; font-size: 17px; font-weight: 700; }
#gia-ban .watf-home-price__pricing-item strong { color: var(--watf-price-red); font: inherit; font-size: 22px; font-weight: 850; }
#gia-ban .watf-home-price__order { margin-top: 23px; }
#gia-ban .watf-home-price__quantity-row { display: grid; grid-template-columns: minmax(0,1fr) 168px; gap: 20px; align-items: center; }
#gia-ban .watf-home-price__quantity-label label { display: block; color: var(--watf-price-navy); font: inherit; font-size: 12px; font-weight: 800; text-transform: uppercase; }
#gia-ban .watf-home-price__quantity-label span { display: block; margin-top: 3px; color: var(--watf-price-muted); font: inherit; font-size: 11px; }
#gia-ban .watf-home-price__quantity { display: grid; grid-template-columns: 44px minmax(0,1fr) 44px; gap: 6px; }
#gia-ban .watf-home-price__quantity-button, #gia-ban .watf-home-price__quantity-input { width: 100%; height: 44px; margin: 0; border: 1px solid var(--watf-price-line); border-radius: 2px; background: var(--watf-price-white); color: var(--watf-price-navy); box-shadow: none; font-family: inherit; }
#gia-ban .watf-home-price__quantity-button { padding: 0; font-size: 19px; font-weight: 700; cursor: pointer; }
#gia-ban .watf-home-price__quantity-input { padding: 0 6px; font-size: 15px; font-weight: 800; text-align: center; }
#gia-ban .watf-home-price__total { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; margin-top: 18px; padding: 16px 0; border-top: 1px solid var(--watf-price-line); border-bottom: 1px solid var(--watf-price-line); }
#gia-ban .watf-home-price__total span { color: var(--watf-price-muted); font: inherit; font-size: 12px; font-weight: 700; text-transform: uppercase; }
#gia-ban .watf-home-price__total strong { color: var(--watf-price-red); font: inherit; font-size: clamp(24px,3vw,32px); font-weight: 850; white-space: nowrap; }
#gia-ban .watf-home-price__wholesale { display: grid; grid-template-columns: 28px minmax(0,1fr); gap: 10px; margin-top: 15px; padding: 13px 14px; border-left: 3px solid var(--watf-price-gold); background: #f8f1df; }
#gia-ban .watf-home-price__wholesale[hidden] { display: none; }
#gia-ban .watf-home-price__checkout, #gia-ban .watf-home-price__wholesale-link { width: 100%; min-height: 50px; margin-top: 17px; padding: 12px 18px; border: 1px solid var(--watf-price-red); border-radius: 3px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: var(--watf-price-red); color: var(--watf-price-white); font: inherit; font-size: 12px; font-weight: 800; letter-spacing: .025em; text-decoration: none; text-transform: uppercase; }
#gia-ban .watf-home-price__checkout:hover { border-color: var(--watf-price-red-dark); background: var(--watf-price-red-dark); color: var(--watf-price-white); }
#gia-ban .watf-home-price__checkout-note { margin: 10px 0 0; color: var(--watf-price-muted); font: inherit; font-size: 10.8px; text-align: center; }
#gia-ban .watf-home-price__policy { min-width: 0; padding: 29px 27px; background: var(--watf-price-navy-dark); color: var(--watf-price-white); }
#gia-ban .watf-home-price__policy-eyebrow { margin: 0 0 7px; color: var(--watf-price-gold); font: inherit; font-size: 10.5px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
#gia-ban .watf-home-price__policy h3 { margin: 0; color: var(--watf-price-white); font: inherit; font-size: clamp(24px,2.8vw,32px); font-weight: 800; line-height: 1.2; }
#gia-ban .watf-home-price__policy-intro { margin: 14px 0 22px; color: rgba(255,255,255,.7); font: inherit; font-size: 12.5px; line-height: 1.6; }
#gia-ban .watf-home-price__policy-list { border-top: 1px solid var(--watf-price-light-line); }
#gia-ban .watf-home-price__policy-item { display: grid; grid-template-columns: 31px minmax(0,1fr); gap: 11px; padding: 15px 0; border-bottom: 1px solid var(--watf-price-light-line); }
#gia-ban .watf-home-price__policy-item > i { width: 31px; height: 31px; display: inline-flex; align-items: center; justify-content: center; color: var(--watf-price-gold); font-size: 19px; }
#gia-ban .watf-home-price__policy-item strong { display: block; margin-bottom: 3px; color: var(--watf-price-white); font: inherit; font-size: 12.5px; font-weight: 800; }
#gia-ban .watf-home-price__policy-item p { margin: 0; color: rgba(255,255,255,.66); font: inherit; font-size: 11.5px; line-height: 1.5; }
#gia-ban .watf-home-price__wholesale-link { border-color: rgba(255,255,255,.38); background: transparent; }

@media (max-width: 1024px) {
  #gia-ban.watf-home-price { padding: 58px 0; }
  #gia-ban .watf-home-price__container { width: min(960px, calc(100% - 36px)); }
  #gia-ban .watf-home-price__header { grid-template-columns: minmax(0,1fr) minmax(270px,.62fr); gap: 36px; }
  #gia-ban .watf-home-price__layout { grid-template-columns: minmax(0,1fr) 330px; }
  #gia-ban .watf-home-price__purchase { padding: 23px; }
  #gia-ban .watf-home-price__quantity-row { grid-template-columns: 1fr; gap: 10px; }
}

@media (max-width: 849px) {
  #gia-ban.watf-home-price { padding: 46px 0; }
  #gia-ban .watf-home-price__container { width: calc(100% - 24px); }
  #gia-ban .watf-home-price__header { display: block; margin-bottom: 24px; }
  #gia-ban .watf-home-price__heading h2 { font-size: clamp(30px,8.5vw,38px); }
  #gia-ban .watf-home-price__intro { margin-top: 13px; font-size: 13px; }
  #gia-ban .watf-home-price__layout { grid-template-columns: 1fr; gap: 12px; }
  #gia-ban .watf-home-price__purchase, #gia-ban .watf-home-price__policy { padding: 21px 16px; }
  #gia-ban .watf-home-price__product { grid-template-columns: 78px minmax(0,1fr); gap: 12px; }
  #gia-ban .watf-home-price__pricing { grid-template-columns: 1fr; }
  #gia-ban .watf-home-price__quantity-row { grid-template-columns: 1fr; }
  #gia-ban .watf-home-price__policy h3 { font-size: 25px; }
}



/* =========================================================
   SECTION 07 — PRICE (CURRENT / LEGACY SHORTCODE MARKUP)
   Giữ để trang hiện tại không bị vỡ trước khi thay functions.php.
========================================================= */
.watf-price-section {
  --watf-navy: #082447;
  --watf-navy-dark: #041a33;
  --watf-red: #c91f26;
  --watf-red-dark: #a9151b;
  --watf-gold: #b88632;
  --watf-cream: #fffaf0;
  --watf-paper: #f6efe3;
  --watf-white: #fff;
  --watf-text: #20344a;
  --watf-muted: #667383;
  --watf-line: rgba(8,36,71,.13);
  --watf-container: 1180px;
}

.watf-policy-icon::before {
  font-family: "fl-icons" !important;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.watf-price-section svg { display: none !important; }

.watf-hero-banner svg,
.watf-after-hero svg,
.watf-real-section svg,
.watf-why-section svg,
.watf-theme-section svg,
.watf-gift-section svg,
.watf-price-section svg,
.watf-wholesale-section svg,
.watf-policy-section svg,
.watf-fengshui svg {
  display: none !important;
}

.watf-trust-icon::before,
.watf-why-icon::before,
.watf-theme-arrow::before,
.watf-gift-audience-icon::before,
.watf-policy-icon::before,
.watf-fengshui__symbol::before,
.watf-fengshui__icon::before,
.watf-btn::before,
.watf-gift-btn::before {
  font-family: "fl-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.watf-real-section,
.watf-why-section,
.watf-theme-section,
.watf-price-section,
.watf-policy-section {
  background: var(--watf-cream);
  color: var(--watf-navy);
}

.watf-section-title,
.watf-price-head,
.watf-policy-head {
  width: min(var(--watf-container), calc(100% - 48px));
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  text-align: left;
}

.watf-section-title::before,
.watf-price-head::before,
.watf-policy-head::before {
  content: "";
  width: 34px;
  height: 2px;
  flex: 0 0 34px;
  background: var(--watf-gold);
}

.watf-section-title > span,
.watf-price-head > span,
.watf-policy-head > span {
  display: none;
}

.watf-section-title h2,
.watf-price-head h2,
.watf-policy-head h2 {
  margin: 0;
  color: var(--watf-navy);
  font-size: clamp(21px, 2.2vw, 30px);
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: .015em;
  text-transform: uppercase;
}

.watf-btn,
.watf-gift-btn,
.watf-price-btn {
  min-height: 48px;
  padding: 0 21px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .025em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease;
}

.watf-btn-primary,
.watf-gift-btn-primary,
.watf-price-btn-primary {
  border: 1px solid var(--watf-red);
  background: var(--watf-red);
  color: #fff !important;
}

.watf-btn-primary:hover,
.watf-gift-btn-primary:hover,
.watf-price-btn-primary:hover {
  border-color: var(--watf-red-dark);
  background: var(--watf-red-dark);
  color: #fff !important;
}

.watf-price-section {
  padding: 56px 0 60px;
  overflow: hidden;
  background: var(--watf-paper);
}

.watf-price-inner {
  width: min(1060px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 18px;
  align-items: stretch;
}

.watf-price-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--watf-line);
  border-radius: 8px;
}

.watf-price-main {
  padding: 28px;
  background: #fff;
}

.watf-price-main::before {
  display: none;
}

.watf-price-badge {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: 0 10px;
  margin-bottom: 14px;
  border-left: 3px solid var(--watf-red);
  background: #f8e8e7;
  color: var(--watf-red);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.watf-product-mini {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin-bottom: 18px;
}

.watf-product-thumb {
  display: block;
  overflow: hidden;
  border: 1px solid var(--watf-line);
  border-radius: 4px;
  background: #fff;
}

.watf-product-thumb img {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: cover;
}

.watf-product-info h3 {
  margin: 0 0 6px;
  color: var(--watf-navy);
  font-size: 20px;
  font-weight: 850;
  line-height: 1.25;
}

.watf-product-price-html,
.watf-product-price-html .price,
.watf-product-price-html span.amount {
  color: var(--watf-red);
  font-size: 16px;
  font-weight: 850;
  line-height: 1.2;
}

.watf-product-price-html del {
  color: rgba(8, 36, 71, .45);
  font-size: 13px;
  font-weight: 650;
}

.watf-product-price-html ins {
  text-decoration: none;
}

.watf-price-row {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 10px;
  margin: 18px 0 12px;
}

.watf-price-row > div {
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--watf-line);
  background: var(--watf-cream);
}

.watf-price-row p {
  margin: 0 0 6px;
  color: var(--watf-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.watf-price-row del {
  color: rgba(8, 36, 71, .46);
  font-size: 20px;
  font-weight: 750;
  line-height: 1;
}

.watf-price-row strong {
  color: var(--watf-red);
  font-size: clamp(31px, 3.5vw, 42px);
  font-weight: 900;
  line-height: 1;
}

.watf-price-save {
  margin-bottom: 18px;
  padding: 10px 12px;
  border-left: 3px solid var(--watf-gold);
  background: #f8f1df;
  color: var(--watf-navy);
  font-size: 12.5px;
  font-weight: 650;
  line-height: 1.42;
}

.watf-price-save strong {
  color: var(--watf-red);
}

.watf-qty-box {
  display: grid;
  gap: 9px;
}

.watf-qty-box label {
  color: var(--watf-navy);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.watf-qty-control {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  gap: 7px;
  align-items: center;
}

.watf-qty-btn,
.watf-qty-input {
  height: 44px;
  border: 1px solid var(--watf-line);
  border-radius: 3px;
  background: #fff;
  color: var(--watf-navy);
  box-shadow: none;
}

.watf-qty-btn {
  width: 44px;
  padding: 0;
  font-size: 20px;
  font-weight: 800;
  cursor: pointer;
}

.watf-qty-btn:hover {
  border-color: var(--watf-gold);
  background: var(--watf-cream);
}

.watf-qty-input {
  width: 100%;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  outline: none;
}

.watf-qty-input:focus {
  border-color: var(--watf-gold);
}

.watf-qty-input::-webkit-outer-spin-button,
.watf-qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.watf-qty-input[type="number"] {
  -moz-appearance: textfield;
}

.watf-total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  color: var(--watf-muted);
  font-size: 12.5px;
  font-weight: 650;
}

.watf-total strong {
  color: var(--watf-red);
  font-size: 18px;
  font-weight: 900;
  white-space: nowrap;
}

.watf-wholesale-note {
  display: none;
  padding: 10px 12px;
  border-left: 3px solid var(--watf-gold);
  background: #f8f1df;
  color: var(--watf-navy);
  font-size: 12px;
  line-height: 1.45;
}

.watf-wholesale-note.is-show {
  display: block;
}

.watf-price-btn {
  min-height: 48px;
  border-radius: 4px;
}

.watf-price-btn-primary {
  width: 100%;
}

.watf-price-btn-primary.is-disabled {
  pointer-events: none;
  opacity: .55;
}

.watf-price-note {
  margin: 12px 0 0;
  color: var(--watf-muted);
  font-size: 12px;
  line-height: 1.45;
}

.watf-price-policy {
  padding: 28px;
  border-color: transparent;
  background: var(--watf-navy);
  color: #fff;
}

.watf-price-policy h3 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 22px;
  font-weight: 850;
  line-height: 1.25;
}

.watf-policy-list {
  display: grid;
  gap: 15px;
  margin-bottom: 20px;
}

.watf-policy-item {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
}

.watf-policy-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: #e0bd72;
  font-size: 21px;
}

.watf-policy-item:nth-child(1) .watf-policy-icon::before { content: ""; }

.watf-policy-item:nth-child(2) .watf-policy-icon::before { content: ""; }

.watf-policy-item:nth-child(3) .watf-policy-icon::before { content: ""; }

.watf-policy-item strong {
  display: block;
  margin-bottom: 3px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
}

.watf-policy-item p {
  margin: 0;
  color: rgba(255, 255, 255, .7);
  font-size: 12.5px;
  line-height: 1.5;
}

.watf-price-btn-outline {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, .38);
  background: transparent;
  color: #fff !important;
}

.watf-price-btn-outline:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, .08);
  color: #fff !important;
}

@media (max-width: 1024px) {
.watf-section-title,
  .watf-price-head,
  .watf-policy-head,
  .watf-hero-inner,
  .watf-trust-wrap,
  .watf-real-slider,
  .watf-why-grid,
  .watf-theme-inner,
  .watf-fengshui__container,
  .watf-gift-inner,
  .watf-gift-audience,
  .watf-price-inner,
  .watf-wholesale-inner,
  .watf-policy-inner {
    width: min(960px, calc(100% - 36px));
  }
.watf-price-inner {
    grid-template-columns: 1fr 1fr;
  }
.watf-price-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 849px) {
.watf-section-title,
  .watf-price-head,
  .watf-policy-head {
    width: calc(100% - 32px);
    margin-bottom: 18px;
    gap: 10px;
  }
.watf-section-title::before,
  .watf-price-head::before,
  .watf-policy-head::before {
    width: 24px;
    flex-basis: 24px;
  }
.watf-section-title h2,
  .watf-price-head h2,
  .watf-policy-head h2 {
    font-size: 18px;
    line-height: 1.35;
  }
.watf-price-section,
  .watf-policy-section {
    padding: 42px 0 46px;
  }
.watf-price-inner,
  .watf-wholesale-inner,
  .watf-policy-inner {
    width: calc(100% - 24px);
    grid-template-columns: 1fr;
    gap: 13px;
  }
.watf-price-main,
  .watf-price-policy {
    padding: 21px 16px;
  }
.watf-product-mini {
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 11px;
  }
.watf-product-info h3 {
    font-size: 17px;
  }
.watf-price-row {
    grid-template-columns: 1fr;
  }
.watf-price-row strong {
    font-size: 33px;
  }
}

/* =========================================================
   SECTION 08 — WHOLESALE
========================================================= */
/* =====================================================
     WATF HOME WHOLESALE
  ===================================================== */
  #bao-gia-si.watf-home-wholesale,
  #bao-gia-si.watf-home-wholesale * {
    box-sizing: border-box;
  }
  #bao-gia-si.watf-home-wholesale {
    --watf-wholesale-navy: #071f3b;
    --watf-wholesale-navy-light: #0d2e52;
    --watf-wholesale-red: #c91f26;
    --watf-wholesale-red-dark: #a9161c;
    --watf-wholesale-gold: #d0aa62;
    --watf-wholesale-cream: #fffaf0;
    --watf-wholesale-white: #ffffff;
    --watf-wholesale-text: #293d51;
    --watf-wholesale-muted: #697786;
    --watf-wholesale-line: rgba(8, 36, 71, 0.15);
    --watf-wholesale-light-line: rgba(255, 255, 255, 0.17);
    width: 100%;
    overflow: hidden;
    background: var(--watf-wholesale-navy);
    color: var(--watf-wholesale-white);
    font-family: "DC Manrope", "Manrope", sans-serif;
    scroll-margin-top: 96px;
  }
  #bao-gia-si .watf-home-wholesale__container {
    width: min(1080px, calc(100% - 48px));
    margin: 0 auto;
    padding: 66px 0 58px;
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(390px, 1.08fr);
    gap: 54px;
    align-items: start;
  }
  /* Content */
  #bao-gia-si .watf-home-wholesale__content {
    min-width: 0;
  }
  #bao-gia-si .watf-home-wholesale__eyebrow {
    position: relative;
    margin: 0 0 10px;
    padding-left: 43px;
    color: var(--watf-wholesale-gold);
    font: inherit;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }
  #bao-gia-si .watf-home-wholesale__eyebrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 29px;
    height: 2px;
    background: var(--watf-wholesale-red);
    transform: translateY(-50%);
  }
  #bao-gia-si .watf-home-wholesale__header h2 {
    margin: 0;
    color: var(--watf-wholesale-white);
    font: inherit;
    font-size: clamp(35px, 4.1vw, 49px);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.03em;
  }
  #bao-gia-si .watf-home-wholesale__intro {
    max-width: 520px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.7);
    font: inherit;
    font-size: 13.5px;
    font-weight: 500;
    line-height: 1.68;
  }
  /* Process */
  #bao-gia-si .watf-home-wholesale__process {
    margin-top: 27px;
    border-top: 1px solid var(--watf-wholesale-light-line);
  }
  #bao-gia-si .watf-home-wholesale__process-item {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 13px;
    padding: 16px 0;
    border-bottom: 1px solid var(--watf-wholesale-light-line);
  }
  #bao-gia-si .watf-home-wholesale__process-item > span {
    color: var(--watf-wholesale-gold);
    font: inherit;
    font-size: 10px;
    font-weight: 850;
    line-height: 1.5;
    letter-spacing: 0.07em;
  }
  #bao-gia-si .watf-home-wholesale__process-item h3 {
    margin: 0 0 4px;
    color: var(--watf-wholesale-white);
    font: inherit;
    font-size: 13.5px;
    font-weight: 800;
    line-height: 1.4;
  }
  #bao-gia-si .watf-home-wholesale__process-item p {
    margin: 0;
    color: rgba(255, 255, 255, 0.66);
    font: inherit;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.55;
  }
  /* Note */
  #bao-gia-si .watf-home-wholesale__note {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 11px;
    margin-top: 22px;
    padding: 15px 16px;
    border-left: 3px solid var(--watf-wholesale-gold);
    background: var(--watf-wholesale-navy-light);
  }
  #bao-gia-si .watf-home-wholesale__note > i {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--watf-wholesale-gold);
    font-size: 18px;
    line-height: 1;
  }
  #bao-gia-si .watf-home-wholesale__note strong {
    display: block;
    margin-bottom: 3px;
    color: var(--watf-wholesale-white);
    font: inherit;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;
  }
  #bao-gia-si .watf-home-wholesale__note p {
    margin: 0;
    color: rgba(255, 255, 255, 0.67);
    font: inherit;
    font-size: 11.5px;
    font-weight: 500;
    line-height: 1.52;
  }
  /* Form panel */
  #bao-gia-si .watf-home-wholesale__form-panel {
    min-width: 0;
    padding: 30px 28px;
    background: var(--watf-wholesale-cream);
    color: var(--watf-wholesale-text);
  }
  #bao-gia-si .watf-home-wholesale__form-header {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--watf-wholesale-line);
  }
  #bao-gia-si .watf-home-wholesale__form-header > p {
    margin: 0 0 5px;
    color: var(--watf-wholesale-red);
    font: inherit;
    font-size: 10.5px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.09em;
    text-transform: uppercase;
  }
  #bao-gia-si .watf-home-wholesale__form-header h3 {
    margin: 0;
    color: var(--watf-wholesale-navy);
    font: inherit;
    font-size: 27px;
    font-weight: 800;
    line-height: 1.22;
    letter-spacing: -0.02em;
  }
  #bao-gia-si .watf-home-wholesale__form-header > span {
    display: block;
    margin-top: 7px;
    color: var(--watf-wholesale-muted);
    font: inherit;
    font-size: 12.5px;
    font-weight: 500;
    line-height: 1.55;
  }
  #bao-gia-si .watf-home-wholesale__form {
    margin-top: 21px;
  }
  /* Contact Form 7 */
  #bao-gia-si .watf-home-wholesale__form .wpcf7 {
    margin: 0;
  }
  #bao-gia-si .watf-home-wholesale__form .wpcf7 form {
    display: grid;
    gap: 13px;
    margin: 0;
  }
  #bao-gia-si .watf-home-wholesale__form .wpcf7 p {
    margin: 0;
  }
  #bao-gia-si .watf-home-wholesale__form .wpcf7 label {
    display: block;
    margin: 0;
    color: var(--watf-wholesale-navy);
    font: inherit;
    font-size: 11.5px;
    font-weight: 750;
    line-height: 1.45;
  }
  #bao-gia-si .watf-home-wholesale__form .wpcf7-form-control-wrap {
    display: block;
    margin-top: 5px;
  }
  #bao-gia-si .watf-home-wholesale__form input:not([type="submit"]),
  #bao-gia-si .watf-home-wholesale__form select,
  #bao-gia-si .watf-home-wholesale__form textarea {
    width: 100%;
    margin: 0;
    border: 1px solid var(--watf-wholesale-line);
    border-radius: 2px;
    background: var(--watf-wholesale-white);
    color: var(--watf-wholesale-navy);
    box-shadow: none;
    font-family: inherit;
    font-size: 13px;
    font-weight: 500;
    outline: none;
    transition: border-color 180ms ease;
  }
  #bao-gia-si .watf-home-wholesale__form input:not([type="submit"]),
  #bao-gia-si .watf-home-wholesale__form select {
    min-height: 46px;
    padding: 0 12px;
  }
  #bao-gia-si .watf-home-wholesale__form textarea {
    min-height: 108px;
    padding: 11px 12px;
    resize: vertical;
  }
  #bao-gia-si .watf-home-wholesale__form input:focus,
  #bao-gia-si .watf-home-wholesale__form select:focus,
  #bao-gia-si .watf-home-wholesale__form textarea:focus {
    border-color: var(--watf-wholesale-gold);
  }
  #bao-gia-si .watf-home-wholesale__form input::placeholder,
  #bao-gia-si .watf-home-wholesale__form textarea::placeholder {
    color: #89939d;
    opacity: 1;
  }
  #bao-gia-si .watf-home-wholesale__form input[type="submit"] {
    width: 100%;
    min-height: 49px;
    margin: 2px 0 0;
    padding: 12px 18px;
    border: 1px solid var(--watf-wholesale-red);
    border-radius: 3px;
    background: var(--watf-wholesale-red);
    color: var(--watf-wholesale-white);
    box-shadow: none;
    font-family: inherit;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    cursor: pointer;
    transition:
      background-color 180ms ease,
      border-color 180ms ease;
  }
  #bao-gia-si .watf-home-wholesale__form input[type="submit"]:hover {
    border-color: var(--watf-wholesale-red-dark);
    background: var(--watf-wholesale-red-dark);
  }
  #bao-gia-si .watf-home-wholesale__form input[type="submit"]:focus-visible {
    outline: 3px solid rgba(184, 137, 53, 0.4);
    outline-offset: 3px;
  }
  #bao-gia-si .watf-home-wholesale__form .wpcf7-spinner {
    margin: 8px auto 0;
    display: block;
  }
  #bao-gia-si .watf-home-wholesale__form .wpcf7-not-valid {
    border-color: var(--watf-wholesale-red);
  }
  #bao-gia-si .watf-home-wholesale__form .wpcf7-not-valid-tip {
    margin-top: 4px;
    color: var(--watf-wholesale-red);
    font: inherit;
    font-size: 10.5px;
    font-weight: 650;
    line-height: 1.4;
  }
  #bao-gia-si .watf-home-wholesale__form .wpcf7-response-output {
    margin: 2px 0 0 !important;
    padding: 11px 12px !important;
    border: 1px solid var(--watf-wholesale-line) !important;
    border-radius: 2px;
    color: var(--watf-wholesale-text);
    font: inherit;
    font-size: 11.5px;
    font-weight: 550;
    line-height: 1.5;
  }
  #bao-gia-si .watf-home-wholesale__form form.sent .wpcf7-response-output {
    border-color: #47825c !important;
    background: #eef7f1;
  }
  #bao-gia-si .watf-home-wholesale__form form.invalid .wpcf7-response-output,
  #bao-gia-si .watf-home-wholesale__form form.failed .wpcf7-response-output {
    border-color: var(--watf-wholesale-red) !important;
    background: #fff1f1;
  }
  #bao-gia-si .watf-home-wholesale__privacy {
    margin: 13px 0 0;
    color: var(--watf-wholesale-muted);
    font: inherit;
    font-size: 10.5px;
    font-weight: 500;
    line-height: 1.5;
  }
  /* Footer */
  #bao-gia-si .watf-home-wholesale__footer {
    border-top: 1px solid var(--watf-wholesale-light-line);
  }
  #bao-gia-si .watf-home-wholesale__footer-inner {
    width: min(1080px, calc(100% - 48px));
    margin: 0 auto;
    padding: 20px 0 22px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 30px;
    align-items: center;
  }
  #bao-gia-si .watf-home-wholesale__footer p {
    margin: 0;
    color: rgba(255, 255, 255, 0.64);
    font: inherit;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.55;
  }
  #bao-gia-si .watf-home-wholesale__footer a {
    position: relative;
    min-height: 44px;
    padding: 8px 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--watf-wholesale-white);
    font: inherit;
    font-size: 11.5px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.025em;
    text-decoration: none;
    text-transform: uppercase;
  }
  #bao-gia-si .watf-home-wholesale__footer a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 4px;
    left: 0;
    height: 1px;
    background: var(--watf-wholesale-gold);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 180ms ease;
  }
  #bao-gia-si .watf-home-wholesale__footer a:hover {
    color: var(--watf-wholesale-gold);
  }
  #bao-gia-si .watf-home-wholesale__footer a:hover::after,
  #bao-gia-si .watf-home-wholesale__footer a:focus-visible::after {
    transform: scaleX(1);
  }
  #bao-gia-si .watf-home-wholesale__footer a i {
    font-size: 16px;
    line-height: 1;
  }
  #bao-gia-si .watf-home-wholesale__footer a:focus-visible {
    outline: 3px solid rgba(208, 170, 98, 0.45);
    outline-offset: 4px;
  }
  /* Tablet */
  @media (max-width: 1024px) {
    #bao-gia-si .watf-home-wholesale__container {
      width: min(960px, calc(100% - 36px));
      padding: 58px 0 52px;
      grid-template-columns: minmax(0, 0.9fr) minmax(350px, 1.1fr);
      gap: 36px;
    }
    #bao-gia-si .watf-home-wholesale__footer-inner {
      width: min(960px, calc(100% - 36px));
    }
    #bao-gia-si .watf-home-wholesale__form-panel {
      padding: 25px 22px;
    }
  }
  /* Mobile */
  @media (max-width: 849px) {
    #bao-gia-si .watf-home-wholesale__container {
      width: calc(100% - 32px);
      padding: 46px 0 42px;
      grid-template-columns: 1fr;
      gap: 29px;
    }
    #bao-gia-si .watf-home-wholesale__header h2 {
      font-size: clamp(31px, 8.8vw, 39px);
      line-height: 1.12;
    }
    #bao-gia-si .watf-home-wholesale__intro {
      margin-top: 14px;
      font-size: 13px;
      line-height: 1.62;
    }
    #bao-gia-si .watf-home-wholesale__process {
      margin-top: 22px;
    }
    #bao-gia-si .watf-home-wholesale__process-item {
      padding: 14px 0;
    }
    #bao-gia-si .watf-home-wholesale__process-item h3 {
      font-size: 13px;
    }
    #bao-gia-si .watf-home-wholesale__process-item p {
      font-size: 11.5px;
    }
    #bao-gia-si .watf-home-wholesale__form-panel {
      padding: 23px 17px;
    }
    #bao-gia-si .watf-home-wholesale__form-header h3 {
      font-size: 24px;
    }
    #bao-gia-si .watf-home-wholesale__footer-inner {
      width: calc(100% - 32px);
      display: block;
    }
    #bao-gia-si .watf-home-wholesale__footer a {
      margin-top: 10px;
    }
  }
  @media (max-width: 390px) {
    #bao-gia-si .watf-home-wholesale__container,
    #bao-gia-si .watf-home-wholesale__footer-inner {
      width: calc(100% - 28px);
    }
    #bao-gia-si .watf-home-wholesale__header h2 {
      font-size: 30px;
    }
    #bao-gia-si .watf-home-wholesale__form-panel {
      padding: 21px 15px;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    #bao-gia-si .watf-home-wholesale__form input,
    #bao-gia-si .watf-home-wholesale__form select,
    #bao-gia-si .watf-home-wholesale__form textarea,
    #bao-gia-si .watf-home-wholesale__footer a::after {
      transition: none;
    }
  }

/* =========================================================
   SECTION 09 — POLICY / FAQ
========================================================= */
/* =====================================================
     WATF HOME POLICY
  ===================================================== */
  #chinh-sach.watf-home-policy,
  #chinh-sach.watf-home-policy * {
    box-sizing: border-box;
  }
  #chinh-sach.watf-home-policy {
    --watf-policy-navy: #082447;
    --watf-policy-navy-dark: #061b34;
    --watf-policy-text: #2a3e52;
    --watf-policy-muted: #687685;
    --watf-policy-red: #c91f26;
    --watf-policy-red-dark: #a9161c;
    --watf-policy-gold: #b88935;
    --watf-policy-cream: #fffaf0;
    --watf-policy-paper: #f3eadc;
    --watf-policy-white: #ffffff;
    --watf-policy-line: rgba(8, 36, 71, 0.15);
    --watf-policy-light-line: rgba(255, 255, 255, 0.16);
    width: 100%;
    padding: 66px 0 58px;
    overflow: hidden;
    background: var(--watf-policy-cream);
    color: var(--watf-policy-text);
    font-family: "DC Manrope", "Manrope", sans-serif;
    scroll-margin-top: 96px;
  }
  #chinh-sach .watf-home-policy__container {
    width: min(1080px, calc(100% - 48px));
    margin: 0 auto;
  }
  /* Header */
  #chinh-sach .watf-home-policy__header {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.58fr);
    gap: 58px;
    align-items: end;
    margin-bottom: 31px;
  }
  #chinh-sach .watf-home-policy__eyebrow {
    position: relative;
    margin: 0 0 9px;
    padding-left: 43px;
    color: var(--watf-policy-red);
    font: inherit;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.11em;
    text-transform: uppercase;
  }
  #chinh-sach .watf-home-policy__eyebrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 29px;
    height: 2px;
    background: var(--watf-policy-gold);
    transform: translateY(-50%);
  }
  #chinh-sach .watf-home-policy__heading h2 {
    margin: 0;
    color: var(--watf-policy-navy);
    font: inherit;
    font-size: clamp(34px, 4.1vw, 48px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.028em;
  }
  #chinh-sach .watf-home-policy__intro {
    margin: 0 0 3px;
    color: var(--watf-policy-muted);
    font: inherit;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.68;
  }
  /* Layout */
  #chinh-sach .watf-home-policy__layout {
    display: grid;
    grid-template-columns: 330px minmax(0, 1fr);
    gap: 44px;
    align-items: start;
  }
  /* Summary */
  #chinh-sach .watf-home-policy__summary {
    min-width: 0;
    padding: 28px 25px;
    background: var(--watf-policy-navy-dark);
    color: var(--watf-policy-white);
  }
  #chinh-sach .watf-home-policy__summary-label {
    margin: 0 0 7px;
    color: var(--watf-policy-gold);
    font: inherit;
    font-size: 10.5px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.09em;
    text-transform: uppercase;
  }
  #chinh-sach .watf-home-policy__summary > h3 {
    margin: 0;
    color: var(--watf-policy-white);
    font: inherit;
    font-size: 27px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
  }
  #chinh-sach .watf-home-policy__summary-intro {
    margin: 14px 0 20px;
    color: rgba(255, 255, 255, 0.68);
    font: inherit;
    font-size: 12.5px;
    font-weight: 500;
    line-height: 1.6;
  }
  #chinh-sach .watf-home-policy__steps {
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--watf-policy-light-line);
    list-style: none;
  }
  #chinh-sach .watf-home-policy__steps li {
    display: grid;
    grid-template-columns: 31px minmax(0, 1fr);
    gap: 10px;
    padding: 14px 0;
    border-bottom: 1px solid var(--watf-policy-light-line);
  }
  #chinh-sach .watf-home-policy__steps li > span {
    color: var(--watf-policy-gold);
    font: inherit;
    font-size: 9.5px;
    font-weight: 850;
    line-height: 1.5;
    letter-spacing: 0.07em;
  }
  #chinh-sach .watf-home-policy__steps strong {
    display: block;
    margin-bottom: 3px;
    color: var(--watf-policy-white);
    font: inherit;
    font-size: 12.5px;
    font-weight: 800;
    line-height: 1.4;
  }
  #chinh-sach .watf-home-policy__steps p {
    margin: 0;
    color: rgba(255, 255, 255, 0.64);
    font: inherit;
    font-size: 11.5px;
    font-weight: 500;
    line-height: 1.5;
  }
  #chinh-sach .watf-home-policy__summary-note {
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr);
    gap: 9px;
    margin-top: 19px;
    padding: 13px 0 0;
  }
  #chinh-sach .watf-home-policy__summary-note i {
    width: 26px;
    height: 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--watf-policy-gold);
    font-size: 16px;
    line-height: 1;
  }
  #chinh-sach .watf-home-policy__summary-note p {
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    font: inherit;
    font-size: 11.5px;
    font-weight: 600;
    line-height: 1.52;
  }
  /* FAQ */
  #chinh-sach .watf-home-policy__faq {
    min-width: 0;
    border-top: 1px solid var(--watf-policy-line);
  }
  #chinh-sach .watf-home-policy__item {
    border-bottom: 1px solid var(--watf-policy-line);
  }
  #chinh-sach .watf-home-policy__question-heading {
    margin: 0;
    font: inherit;
  }
  #chinh-sach .watf-home-policy__question {
    width: 100%;
    min-height: 74px;
    margin: 0;
    padding: 16px 0;
    border: 0;
    border-radius: 0;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) 27px;
    gap: 13px;
    align-items: center;
    background: transparent;
    color: var(--watf-policy-navy);
    box-shadow: none;
    font: inherit;
    text-align: left;
    text-transform: none;
    cursor: pointer;
    appearance: none;
  }
  #chinh-sach .watf-home-policy__question:hover {
    background: transparent;
    color: var(--watf-policy-red);
  }
  #chinh-sach .watf-home-policy__question-number {
    color: var(--watf-policy-gold);
    font: inherit;
    font-size: 10px;
    font-weight: 850;
    line-height: 1.4;
    letter-spacing: 0.07em;
  }
  #chinh-sach .watf-home-policy__question-text {
    color: inherit;
    font: inherit;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.45;
  }
  #chinh-sach .watf-home-policy__question-icon {
    position: relative;
    width: 27px;
    height: 27px;
    display: block;
    border: 1px solid var(--watf-policy-line);
  }
  #chinh-sach .watf-home-policy__question-icon::before,
  #chinh-sach .watf-home-policy__question-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: currentColor;
    transform: translate(-50%, -50%);
  }
  #chinh-sach .watf-home-policy__question-icon::before {
    width: 10px;
    height: 1px;
  }
  #chinh-sach .watf-home-policy__question-icon::after {
    width: 1px;
    height: 10px;
  }
  #chinh-sach
    .watf-home-policy__question[aria-expanded="true"]
    .watf-home-policy__question-icon::after {
    display: none;
  }
  #chinh-sach
    .watf-home-policy__question[aria-expanded="true"] {
    color: var(--watf-policy-red);
  }
  #chinh-sach .watf-home-policy__question:focus-visible {
    outline: 3px solid rgba(184, 137, 53, 0.4);
    outline-offset: 3px;
  }
  #chinh-sach .watf-home-policy__answer[hidden] {
    display: none;
  }
  #chinh-sach .watf-home-policy__answer-inner {
    padding: 0 40px 21px 47px;
  }
  #chinh-sach .watf-home-policy__answer p {
    max-width: 660px;
    margin: 0;
    color: var(--watf-policy-muted);
    font: inherit;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.68;
  }
  #chinh-sach .watf-home-policy__answer a {
    position: relative;
    margin-top: 9px;
    padding-bottom: 3px;
    display: inline-block;
    color: var(--watf-policy-red);
    font: inherit;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.025em;
    text-decoration: none;
    text-transform: uppercase;
  }
  #chinh-sach .watf-home-policy__answer a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background: var(--watf-policy-gold);
  }
  #chinh-sach .watf-home-policy__answer a:focus-visible {
    outline: 3px solid rgba(184, 137, 53, 0.4);
    outline-offset: 3px;
  }
  /* Final CTA */
  #chinh-sach .watf-home-policy__footer {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 30px;
    align-items: center;
    margin-top: 38px;
    padding: 25px 28px;
    border-left: 3px solid var(--watf-policy-red);
    background: var(--watf-policy-paper);
  }
  #chinh-sach .watf-home-policy__footer-label {
    margin: 0 0 4px;
    color: var(--watf-policy-red);
    font: inherit;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  #chinh-sach .watf-home-policy__footer h3 {
    margin: 0;
    color: var(--watf-policy-navy);
    font: inherit;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.35;
  }
  #chinh-sach .watf-home-policy__footer-button {
    min-height: 48px;
    padding: 12px 18px;
    border: 1px solid var(--watf-policy-red);
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--watf-policy-red);
    color: var(--watf-policy-white);
    font: inherit;
    font-size: 11.5px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.025em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition:
      background-color 180ms ease,
      border-color 180ms ease;
  }
  #chinh-sach .watf-home-policy__footer-button:hover {
    border-color: var(--watf-policy-red-dark);
    background: var(--watf-policy-red-dark);
    color: var(--watf-policy-white);
  }
  #chinh-sach .watf-home-policy__footer-button i {
    font-size: 16px;
    line-height: 1;
  }
  #chinh-sach .watf-home-policy__footer-button:focus-visible {
    outline: 3px solid rgba(184, 137, 53, 0.4);
    outline-offset: 3px;
  }
  /* Tablet */
  @media (max-width: 1024px) {
    #chinh-sach.watf-home-policy {
      padding: 58px 0 52px;
    }
    #chinh-sach .watf-home-policy__container {
      width: min(960px, calc(100% - 36px));
    }
    #chinh-sach .watf-home-policy__header {
      grid-template-columns: minmax(0, 1fr) minmax(280px, 0.62fr);
      gap: 36px;
    }
    #chinh-sach .watf-home-policy__layout {
      grid-template-columns: 290px minmax(0, 1fr);
      gap: 32px;
    }
    #chinh-sach .watf-home-policy__summary {
      padding: 24px 21px;
    }
    #chinh-sach .watf-home-policy__summary > h3 {
      font-size: 24px;
    }
  }
  /* Mobile */
  @media (max-width: 849px) {
    #chinh-sach.watf-home-policy {
      padding: 46px 0 42px;
    }
    #chinh-sach .watf-home-policy__container {
      width: calc(100% - 32px);
    }
    #chinh-sach .watf-home-policy__header {
      display: block;
      margin-bottom: 25px;
    }
    #chinh-sach .watf-home-policy__heading h2 {
      font-size: clamp(30px, 8.6vw, 38px);
      line-height: 1.14;
    }
    #chinh-sach .watf-home-policy__intro {
      margin-top: 13px;
      font-size: 13px;
      line-height: 1.62;
    }
    #chinh-sach .watf-home-policy__layout {
      grid-template-columns: 1fr;
      gap: 28px;
    }
    #chinh-sach .watf-home-policy__summary {
      padding: 23px 19px;
    }
    #chinh-sach .watf-home-policy__summary > h3 {
      font-size: 24px;
    }
    #chinh-sach .watf-home-policy__question {
      min-height: 68px;
      padding: 14px 0;
      grid-template-columns: 26px minmax(0, 1fr) 25px;
      gap: 9px;
    }
    #chinh-sach .watf-home-policy__question-text {
      font-size: 13px;
      line-height: 1.45;
    }
    #chinh-sach .watf-home-policy__question-icon {
      width: 25px;
      height: 25px;
    }
    #chinh-sach .watf-home-policy__answer-inner {
      padding: 0 30px 18px 35px;
    }
    #chinh-sach .watf-home-policy__answer p {
      font-size: 12.5px;
      line-height: 1.62;
    }
    #chinh-sach .watf-home-policy__footer {
      display: block;
      margin-top: 30px;
      padding: 21px 18px;
    }
    #chinh-sach .watf-home-policy__footer h3 {
      font-size: 17px;
    }
    #chinh-sach .watf-home-policy__footer-button {
      width: 100%;
      margin-top: 16px;
    }
  }
  @media (max-width: 390px) {
    #chinh-sach .watf-home-policy__container {
      width: calc(100% - 28px);
    }
    #chinh-sach .watf-home-policy__heading h2 {
      font-size: 29px;
    }
    #chinh-sach .watf-home-policy__answer-inner {
      padding-right: 0;
      padding-left: 0;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    #chinh-sach .watf-home-policy__footer-button {
      transition: none;
    }
  }


/* =========================================================
   ACCESSIBILITY / REDUCED MOTION
========================================================= */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto !important; }
}


#qua-tet .watf-home-gift__summary > div {
    display: flex;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 12px 0;
    border-bottom: 1px solid var(--watf-gift-line);
}
#qua-tet .watf-home-gift__actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 23px;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}






/* =========================================================
   WATF PRICE 2026
========================================================= */

#gia-ban.watf-price-2026,
#gia-ban.watf-price-2026 * {
  box-sizing: border-box;
}

#gia-ban.watf-price-2026 {
  --p26-navy: #082447;
  --p26-navy-dark: #061b34;
  --p26-red: #c91f26;
  --p26-red-dark: #a9161c;
  --p26-gold: #b88935;
  --p26-text: #293d51;
  --p26-muted: #697786;
  --p26-cream: #fffaf0;
  --p26-paper: #f3eadc;
  --p26-white: #ffffff;
  --p26-line: rgba(8, 36, 71, .15);
  --p26-light-line: rgba(255, 255, 255, .16);

  width: 100%;
  padding: 68px 0;
  background: var(--p26-paper);
  color: var(--p26-text);
  font-family: "Be Vietnam Pro", sans-serif;
  scroll-margin-top: 100px;
}

#gia-ban .watf-price-2026__container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}


/* Header */

#gia-ban .watf-price-2026__header {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, .55fr);
  gap: 60px;
  align-items: end;
  margin-bottom: 30px;
}

#gia-ban .watf-price-2026__eyebrow {
  position: relative;
  margin: 0 0 8px;
  padding-left: 42px;
  color: var(--p26-red);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: .1em;
  text-transform: uppercase;
}

#gia-ban .watf-price-2026__eyebrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 29px;
  height: 2px;
  background: var(--p26-gold);
  transform: translateY(-50%);
}

#gia-ban .watf-price-2026__header h2 {
  margin: 0;
  color: var(--p26-navy);
  font-size: clamp(33px, 4vw, 48px);
  font-weight: 800;
  line-height: 1.13;
  letter-spacing: -.025em;
}

#gia-ban .watf-price-2026__intro {
  margin: 0;
  color: var(--p26-muted);
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.68;
}


/* Layout */

#gia-ban .watf-price-2026__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(350px, .9fr);
  gap: 16px;
}


/* Purchase */

#gia-ban .watf-price-2026__purchase {
  min-width: 0;
  padding: 28px;
  border: 1px solid var(--p26-line);
  background: var(--p26-white);
}

#gia-ban .watf-price-2026__product {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  gap: 17px;
  align-items: center;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--p26-line);
}

#gia-ban .watf-price-2026__image {
  display: block;
  overflow: hidden;
  border: 1px solid var(--p26-line);
  background: var(--p26-cream);
}

#gia-ban .watf-price-2026__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: cover;
}

#gia-ban .watf-price-2026__period {
  margin: 0 0 5px;
  color: var(--p26-red);
  font-size: 10.5px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: .07em;
  text-transform: uppercase;
}

#gia-ban .watf-price-2026__product-info h3 {
  margin: 0;
  color: var(--p26-navy);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.35;
}


/* Price facts */

#gia-ban .watf-price-2026__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 20px;
  border-top: 1px solid var(--p26-line);
  border-left: 1px solid var(--p26-line);
}

#gia-ban .watf-price-2026__fact {
  min-width: 0;
  padding: 15px;
  border-right: 1px solid var(--p26-line);
  border-bottom: 1px solid var(--p26-line);
  background: var(--p26-cream);
}

#gia-ban .watf-price-2026__fact > span {
  display: block;
  margin-bottom: 7px;
  color: var(--p26-muted);
  font-size: 9.5px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: .05em;
  text-transform: uppercase;
}

#gia-ban .watf-price-2026__fact strong {
  color: var(--p26-navy);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
}

#gia-ban .watf-price-2026__regular {
  text-decoration: line-through;
  opacity: .55;
}

#gia-ban .watf-price-2026__fact--current strong {
  color: var(--p26-red);
  font-size: 23px;
  font-weight: 850;
}

#gia-ban .watf-price-2026__shipping {
  font-size: 12.5px !important;
  line-height: 1.5 !important;
}


/* Quantity */

#gia-ban .watf-price-2026__order {
  margin-top: 22px;
}

#gia-ban .watf-price-2026__qty-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 168px;
  gap: 20px;
  align-items: center;
}

#gia-ban .watf-price-2026__qty-row label {
  display: block;
  color: var(--p26-navy);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
}

#gia-ban .watf-price-2026__qty-row > div:first-child > span {
  display: block;
  margin-top: 4px;
  color: var(--p26-muted);
  font-size: 10.5px;
  font-weight: 500;
}

#gia-ban .watf-price-2026__qty {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  gap: 6px;
}

#gia-ban .watf-price-2026__qty button,
#gia-ban .watf-price-2026__qty input {
  width: 100%;
  height: 44px;
  margin: 0;
  padding: 0;
  border: 1px solid var(--p26-line);
  border-radius: 2px;
  background: #fff;
  color: var(--p26-navy);
  box-shadow: none;
  font-family: "Be Vietnam Pro", sans-serif;
}

#gia-ban .watf-price-2026__qty button {
  font-size: 19px;
  font-weight: 700;
  cursor: pointer;
}

#gia-ban .watf-price-2026__qty input {
  padding: 0 5px;
  font-size: 15px;
  font-weight: 800;
  text-align: center;
}


/* Total */

#gia-ban .watf-price-2026__total {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin-top: 18px;
  padding: 16px 0;
  border-top: 1px solid var(--p26-line);
  border-bottom: 1px solid var(--p26-line);
}

#gia-ban .watf-price-2026__total span {
  color: var(--p26-muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

#gia-ban .watf-price-2026__total strong {
  color: var(--p26-red);
  font-size: 28px;
  font-weight: 850;
}


/* Wholesale */

#gia-ban .watf-price-2026__wholesale {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 11px;
  margin-top: 16px;
  padding: 14px;
  border-left: 3px solid var(--p26-gold);
  background: #f7f0df;
}

#gia-ban .watf-price-2026__wholesale[hidden] {
  display: none;
}

#gia-ban .watf-price-2026__wholesale i {
  color: var(--p26-gold);
  font-size: 18px;
}

#gia-ban .watf-price-2026__wholesale strong {
  display: block;
  color: var(--p26-navy);
  font-size: 12.5px;
  font-weight: 800;
}

#gia-ban .watf-price-2026__wholesale p {
  margin: 4px 0 7px;
  color: var(--p26-muted);
  font-size: 11.5px;
  line-height: 1.55;
}

#gia-ban .watf-price-2026__wholesale a {
  color: var(--p26-red);
  font-size: 10.5px;
  font-weight: 800;
  text-decoration: underline;
}


/* Buy */

#gia-ban .watf-price-2026__buy {
  width: 100%;
  min-height: 50px;
  margin-top: 17px;
  padding: 12px 20px;
  border: 1px solid var(--p26-red);
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--p26-red);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
  text-decoration: none;
  text-transform: uppercase;
}

#gia-ban .watf-price-2026__buy:hover {
  border-color: var(--p26-red-dark);
  background: var(--p26-red-dark);
  color: #fff;
}

#gia-ban .watf-price-2026__shipping-note {
  margin: 10px 0 0;
  color: var(--p26-muted);
  font-size: 10.5px;
  line-height: 1.5;
  text-align: center;
}


/* Policy */

#gia-ban .watf-price-2026__policy {
  min-width: 0;
  padding: 28px;
  background: var(--p26-navy-dark);
  color: #fff;
}

#gia-ban .watf-price-2026__policy-eyebrow {
  margin: 0 0 6px;
  color: var(--p26-gold);
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

#gia-ban .watf-price-2026__policy h3 {
  margin: 0 0 20px;
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.22;
}

#gia-ban .watf-price-2026__timeline {
  border-top: 1px solid var(--p26-light-line);
}

#gia-ban .watf-price-2026__timeline-item {
  display: grid;
  grid-template-columns: 75px minmax(0, 1fr);
  gap: 13px;
  padding: 16px 0;
  border-bottom: 1px solid var(--p26-light-line);
}

#gia-ban .watf-price-2026__timeline-item > span {
  color: var(--p26-gold);
  font-size: 10px;
  font-weight: 850;
  line-height: 1.5;
}

#gia-ban .watf-price-2026__timeline-item strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}

#gia-ban .watf-price-2026__timeline-item p {
  margin: 0;
  color: rgba(255, 255, 255, .64);
  font-size: 11.5px;
  line-height: 1.55;
}

#gia-ban .watf-price-2026__timeline-item.is-active {
  position: relative;
}

#gia-ban .watf-price-2026__timeline-item.is-active::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -28px;
  width: 3px;
  background: var(--p26-red);
}

#gia-ban .watf-price-2026__timeline-item.is-active strong {
  color: var(--p26-gold);
}


/* Bulk */

#gia-ban .watf-price-2026__bulk {
  display: grid;
  grid-template-columns: 29px minmax(0, 1fr);
  gap: 10px;
  margin-top: 20px;
}

#gia-ban .watf-price-2026__bulk i {
  color: var(--p26-gold);
  font-size: 18px;
}

#gia-ban .watf-price-2026__bulk strong {
  display: block;
  margin-bottom: 3px;
  color: #fff;
  font-size: 12.5px;
  font-weight: 800;
}

#gia-ban .watf-price-2026__bulk p {
  margin: 0;
  color: rgba(255,255,255,.66);
  font-size: 11.5px;
  line-height: 1.55;
}

#gia-ban .watf-price-2026__contact {
  width: 100%;
  min-height: 48px;
  margin-top: 20px;
  padding: 12px 17px;
  border: 1px solid rgba(255,255,255,.36);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #fff;
  font-size: 11.5px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

#gia-ban .watf-price-2026__contact:hover {
  border-color: #fff;
  color: #fff;
}


/* Tablet */

@media (max-width: 1024px) {

  #gia-ban .watf-price-2026__container {
    width: min(960px, calc(100% - 36px));
  }

  #gia-ban .watf-price-2026__layout {
    grid-template-columns: minmax(0, 1fr) 330px;
  }

  #gia-ban .watf-price-2026__facts {
    grid-template-columns: 1fr;
  }

}


/* Mobile */

@media (max-width: 849px) {

  #gia-ban.watf-price-2026 {
    padding: 46px 0;
  }

  #gia-ban .watf-price-2026__container {
    width: calc(100% - 24px);
  }

  #gia-ban .watf-price-2026__header {
    display: block;
    margin-bottom: 23px;
  }

  #gia-ban .watf-price-2026__header h2 {
    font-size: 31px;
  }

  #gia-ban .watf-price-2026__intro {
    margin-top: 13px;
  }

  #gia-ban .watf-price-2026__layout {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  #gia-ban .watf-price-2026__purchase,
  #gia-ban .watf-price-2026__policy {
    padding: 21px 16px;
  }

  #gia-ban .watf-price-2026__product {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 12px;
  }

  #gia-ban .watf-price-2026__product-info h3 {
    font-size: 17px;
  }

  #gia-ban .watf-price-2026__facts {
    grid-template-columns: 1fr;
  }

  #gia-ban .watf-price-2026__qty-row {
    grid-template-columns: 1fr;
    gap: 11px;
  }

  #gia-ban .watf-price-2026__total strong {
    font-size: 24px;
  }

  #gia-ban .watf-price-2026__policy h3 {
    font-size: 24px;
  }

  #gia-ban .watf-price-2026__timeline-item {
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 9px;
  }

}

/* WATF STYLE LOAD TEST */
body.home #gia-ban.watf-price-2026 {
    background: #f3eadc !important;
    padding: 80px 0 !important;
}

body.home #gia-ban.watf-price-2026 .watf-price-2026__container {
    width: min(1180px, calc(100% - 48px)) !important;
    margin: 0 auto !important;
}

body.home #gia-ban.watf-price-2026 .watf-price-2026__layout {
    display: grid !important;
    grid-template-columns: 1.1fr .9fr !important;
    gap: 20px !important;
}

body.home #gia-ban.watf-price-2026 .watf-price-2026__purchase {
    padding: 30px !important;
    background: #ffffff !important;
    border: 3px solid #c91f26 !important;
}

body.home #gia-ban.watf-price-2026 .watf-price-2026__policy {
    padding: 30px !important;
    background: #061b34 !important;
    color: #ffffff !important;
}

body.home #gia-ban.watf-price-2026 .watf-price-2026__policy h3,
body.home #gia-ban.watf-price-2026 .watf-price-2026__policy p,
body.home #gia-ban.watf-price-2026 .watf-price-2026__policy strong {
    color: #ffffff !important;
}

@media (max-width: 849px) {
    body.home #gia-ban.watf-price-2026 .watf-price-2026__layout {
        grid-template-columns: 1fr !important;
    }
}
