
/* ==========================================================================
   STANDALONE SUBDOMAIN SHELL
   ========================================================================== */
html{
  scroll-behavior:smooth;
  scroll-padding-top:88px;
}

body{
  margin:0;
  background:#fff;
  color:#111d34;
}

.belz-site-shell{
  width:min(1180px,calc(100% - 40px));
  margin-inline:auto;
}

.belz-site-header{
  position:sticky;
  top:0;
  z-index:999;
  border-bottom:1px solid rgba(0,0,255,.12);
  background:rgba(255,255,255,.96);
  box-shadow:0 8px 26px rgba(0,0,90,.06);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}

.belz-site-header__inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:76px;
  gap:28px;
}

.belz-site-brand{
  display:flex;
  align-items:center;
  gap:12px;
  color:#111d34;
  text-decoration:none;
}

.belz-site-brand__mark{
  display:grid;
  place-items:center;
  width:45px;
  height:45px;
  border-radius:13px;
  color:#fff;
  background:linear-gradient(135deg,#0000ff,#000070);
  font-size:22px;
  font-weight:900;
}

.belz-site-brand strong{
  display:block;
  color:#0000ff;
  font-size:20px;
  line-height:1.05;
}

.belz-site-brand small{
  display:block;
  margin-top:4px;
  color:#637087;
  font-size:10px;
  font-weight:800;
  letter-spacing:.08em;
}

.belz-site-nav{
  display:flex;
  align-items:center;
  gap:24px;
}

.belz-site-nav>a{
  color:#26354d;
  font-size:13px;
  font-weight:800;
  text-decoration:none;
}

.belz-site-nav>a:hover{
  color:#0000ff;
}

.belz-site-nav .belz-site-nav__cta{
  padding:10px 15px;
  border-radius:9px;
  color:#fff;
  background:#ff0000;
}

.belz-site-nav .belz-site-nav__cta:hover{
  color:#fff;
  background:#d80000;
}

.belz-site-footer{
  padding:48px 0 22px;
  color:#cbd5ec;
  background:#05053d;
}

.belz-site-footer__grid{
  display:grid;
  grid-template-columns:1.4fr .8fr .8fr;
  gap:44px;
}

.belz-site-footer strong{
  color:#fff;
}

.belz-site-footer p{
  margin:10px 0 0;
  color:#cbd5ec;
  font-size:13px;
}

.belz-site-footer a{
  color:#fff;
  text-decoration:none;
}

.belz-site-footer__bottom{
  margin-top:30px;
  padding-top:20px;
  border-top:1px solid rgba(255,255,255,.12);
  color:#9faccc;
  font-size:12px;
}

@media(max-width:760px){
  .belz-site-header__inner{
    min-height:68px;
  }

  .belz-site-nav>a:not(.belz-site-nav__cta){
    display:none;
  }

  .belz-site-footer__grid{
    grid-template-columns:1fr;
    gap:25px;
  }
}

@media(max-width:560px){
  .belz-site-shell{
    width:min(100% - 26px,1180px);
  }

  .belz-site-brand small{
    display:none;
  }

  .belz-site-nav .belz-site-nav__cta{
    padding:9px 11px;
    font-size:12px;
  }
}


/* ==========================================================================
   SYNCE – LANDING PAGE BELZ MỚI
   Màu chính SYNCE: #0000ff | Màu nhấn: #ff0000
   Không khai báo font riêng
   ========================================================================== */

.synce-belz{
  --sb-blue:#0000ff;
  --sb-blue-dark:#000052;
  --sb-blue-mid:#0000a8;
  --sb-red:#ff0000;
  --sb-ink:#111d34;
  --sb-muted:#637087;
  --sb-line:#dce3ef;
  --sb-soft:#f4f7fb;
  color:var(--sb-ink);
  line-height:1.65;
  overflow:hidden;
}

.synce-belz,
.synce-belz *,
.synce-belz *::before,
.synce-belz *::after{
  box-sizing:border-box;
  font-family:inherit!important;
}

.synce-belz img{display:block;max-width:100%;height:auto}
.synce-belz a{text-decoration:none}
.synce-belz h1,
.synce-belz h2,
.synce-belz h3,
.synce-belz p{margin-top:0}
.synce-belz h1,
.synce-belz h2,
.synce-belz h3{color:var(--sb-ink);line-height:1.2}

.synce-belz-container{
  width:min(1180px,calc(100% - 40px));
  margin-inline:auto;
}

.synce-belz-section{padding:90px 0}
.synce-belz-section--soft{background:var(--sb-soft)}

.synce-belz-kicker{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:#c7d6ff;
  font-size:12px;
  font-weight:800;
  letter-spacing:.14em;
}
.synce-belz-kicker::before{
  content:"";
  width:34px;
  height:3px;
  border-radius:999px;
  background:var(--sb-red);
}
.synce-belz-kicker--dark{color:var(--sb-blue)}

.synce-belz-heading{
  max-width:830px;
  margin:0 auto 42px;
  text-align:center;
}
.synce-belz-heading h2{
  margin:15px 0 14px;
  font-size:clamp(31px,4vw,49px);
  letter-spacing:-.035em;
}
.synce-belz-heading p{
  margin:0;
  color:var(--sb-muted);
  font-size:17px;
}
.synce-belz-heading--light h2{color:#fff}
.synce-belz-heading--light p{color:rgba(255,255,255,.84)}

.synce-belz-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:0 23px;
  border-radius:11px;
  font-size:14px;
  font-weight:800;
  transition:transform .22s ease,background .22s ease,box-shadow .22s ease;
}
.synce-belz-btn:hover{transform:translateY(-2px)}
.synce-belz-btn--red{color:#fff;background:var(--sb-red);box-shadow:0 12px 28px rgba(255,0,0,.22)}
.synce-belz-btn--red:hover{color:#fff;background:#d80000}
.synce-belz-btn--blue{color:#fff;background:var(--sb-blue)}
.synce-belz-btn--blue:hover{color:#fff;background:#0000c8}
.synce-belz-btn--ghost{color:#fff;border:1px solid rgba(255,255,255,.48);background:rgba(255,255,255,.07)}
.synce-belz-btn--ghost:hover{color:var(--sb-blue);background:#fff}

/* Hero */
.synce-belz-hero{
  position:relative;
  color:#fff;
  background:
    radial-gradient(circle at 86% 12%,rgba(100,160,255,.32),transparent 31%),
    linear-gradient(132deg,#000038 0%,#00009a 48%,#0000ff 100%);
}
.synce-belz-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:46px 46px;
  pointer-events:none;
}
.synce-belz-hero__grid{
  position:relative;
  display:grid;
  grid-template-columns:1.02fr .98fr;
  gap:50px;
  align-items:center;
  min-height:660px;
  padding:68px 0;
}
.synce-belz-breadcrumb{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:24px;
  color:rgba(255,255,255,.72);
  font-size:13px;
}
.synce-belz-breadcrumb a{color:rgba(255,255,255,.78)}
.synce-belz-breadcrumb strong{color:#fff}
.synce-belz-hero h1{
  margin:18px 0 22px;
  color:#fff;
  font-size:clamp(43px,5.1vw,70px);
  letter-spacing:-.052em;
}
.synce-belz-hero__copy>p{
  max-width:710px;
  margin-bottom:30px;
  color:#e0e7ff;
  font-size:18px;
}
.synce-belz-actions{display:flex;flex-wrap:wrap;gap:12px}
.synce-belz-hero__chips{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:30px;
}
.synce-belz-hero__chips span{
  padding:7px 11px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:999px;
  color:#fff;
  background:rgba(255,255,255,.08);
  font-size:12px;
  font-weight:700;
}
.synce-belz-hero__image{
  position:relative;
  aspect-ratio:16/10;
  margin:0;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.28);
  border-radius:24px;
  box-shadow:0 32px 70px rgba(0,0,55,.38);
}
.synce-belz-hero__image img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}
.synce-belz-hero__image figcaption{
  position:absolute;
  right:18px;
  bottom:18px;
  display:flex;
  align-items:center;
  gap:13px;
  max-width:310px;
  padding:13px 16px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:14px;
  color:#fff;
  background:rgba(0,0,40,.72);
  backdrop-filter:blur(5px);
}
.synce-belz-hero__image figcaption strong{
  color:#fff;
  font-size:30px;
  line-height:1;
}
.synce-belz-hero__image figcaption span{
  font-size:12px;
  line-height:1.45;
}

/* Facts */
.synce-belz-facts{
  position:relative;
  z-index:3;
  margin-top:-34px;
}
.synce-belz-facts__grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  overflow:hidden;
  border:1px solid var(--sb-line);
  border-radius:18px;
  background:#fff;
  box-shadow:0 20px 50px rgba(0,0,100,.10);
}
.synce-belz-facts article{
  display:flex;
  gap:14px;
  min-height:128px;
  padding:23px;
  border-right:1px solid var(--sb-line);
}
.synce-belz-facts article:last-child{border-right:0}
.synce-belz-facts b{
  display:grid;
  place-items:center;
  width:48px;
  height:43px;
  flex:0 0 48px;
  border-radius:12px;
  color:#fff;
  background:var(--sb-red);
  font-size:13px;
}
.synce-belz-facts h3{margin:0 0 4px;font-size:16px}
.synce-belz-facts p{margin:0;color:var(--sb-muted);font-size:13px}

/* Story */
.synce-belz-story__grid{
  display:grid;
  grid-template-columns:1fr .95fr;
  gap:60px;
  align-items:center;
}
.synce-belz-story h2,
.synce-belz-feature h2,
.synce-belz-support h2{
  margin:15px 0 17px;
  font-size:clamp(32px,4vw,49px);
  letter-spacing:-.04em;
}
.synce-belz-story p,
.synce-belz-feature p,
.synce-belz-support>div p{color:var(--sb-muted);font-size:16.5px}
.synce-belz-story__image,
.synce-belz-photo{
  position:relative;
  aspect-ratio:3/2;
  margin:0;
  overflow:hidden;
  border-radius:21px;
  box-shadow:0 22px 55px rgba(0,0,90,.15);
}
.synce-belz-story__image img,
.synce-belz-photo img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}
.synce-belz-story__points{
  display:grid;
  gap:13px;
  margin-top:25px;
}
.synce-belz-story__points article{
  display:flex;
  gap:15px;
  padding:18px;
  border:1px solid var(--sb-line);
  border-radius:15px;
  background:#fff;
}
.synce-belz-story__points span{
  display:grid;
  place-items:center;
  width:42px;
  height:32px;
  flex:0 0 42px;
  border-radius:8px;
  color:#fff;
  background:var(--sb-blue);
  font-size:12px;
  font-weight:800;
}
.synce-belz-story__points h3{margin:0 0 4px;font-size:17px}
.synce-belz-story__points p{margin:0;font-size:13px}

/* Product cards – ảnh phủ toàn khung, hover hiện nội dung */
.synce-belz-product-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}

.synce-belz-product-card{
  position:relative!important;
  display:block!important;
  min-width:0!important;
  min-height:540px!important;
  overflow:hidden!important;
  border:1px solid rgba(0,0,255,.16)!important;
  border-radius:20px!important;
  background:#000050!important;
  box-shadow:0 12px 34px rgba(0,0,90,.12)!important;
  transition:
    transform .30s ease,
    box-shadow .30s ease,
    border-color .30s ease!important;
}

.synce-belz-product-card:hover,
.synce-belz-product-card:focus-within{
  transform:translateY(-7px)!important;
  border-color:rgba(0,0,255,.42)!important;
  box-shadow:0 24px 55px rgba(0,0,100,.20)!important;
}

/* Ảnh chiếm toàn bộ card */
.synce-belz-product-card__image{
  position:absolute!important;
  z-index:1!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:100%!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  background:#eef2f7!important;
  border-radius:inherit!important;
}

.synce-belz-product-card__image img{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-width:100%!important;
  min-height:100%!important;
  max-width:none!important;
  max-height:none!important;
  margin:0!important;
  padding:0!important;
  object-fit:cover!important;
  object-position:center!important;
  border-radius:inherit!important;
  transform:scale(1.001)!important;
  transition:
    transform .55s ease,
    filter .40s ease!important;
}

.synce-belz-product-card:hover .synce-belz-product-card__image img,
.synce-belz-product-card:focus-within .synce-belz-product-card__image img{
  transform:scale(1.08)!important;
  filter:brightness(.45) saturate(.90)!important;
}

/* Nội dung phủ toàn ảnh và mặc định ẩn */
.synce-belz-product-card__body{
  position:absolute!important;
  z-index:3!important;
  inset:0!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-end!important;
  width:100%!important;
  height:100%!important;
  min-height:100%!important;
  margin:0!important;
  padding:34px 30px!important;
  color:#fff!important;
  background:
    linear-gradient(
      180deg,
      rgba(0,0,45,.02) 0%,
      rgba(0,0,65,.32) 34%,
      rgba(0,0,70,.97) 100%
    )!important;
  opacity:0!important;
  visibility:hidden!important;
  transform:translateY(30px)!important;
  pointer-events:none!important;
  transition:
    opacity .32s ease,
    visibility .32s ease,
    transform .32s ease!important;
}

.synce-belz-product-card:hover .synce-belz-product-card__body,
.synce-belz-product-card:focus-within .synce-belz-product-card__body{
  opacity:1!important;
  visibility:visible!important;
  transform:translateY(0)!important;
}

/* Số thứ tự */
.synce-belz-product-card__body>span{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:44px!important;
  height:32px!important;
  flex:0 0 32px!important;
  margin:0 0 18px!important;
  padding:0!important;
  border-radius:8px!important;
  color:#fff!important;
  background:#ff0000!important;
  font-size:13px!important;
  font-weight:800!important;
}

/* Nội dung chữ trên nền ảnh */
.synce-belz-product-card h3{
  margin:0 0 10px!important;
  padding:0!important;
  color:#fff!important;
  font-size:27px!important;
  line-height:1.2!important;
}

.synce-belz-product-card p{
  margin:0 0 14px!important;
  padding:0!important;
  color:rgba(255,255,255,.90)!important;
  font-size:14px!important;
  line-height:1.65!important;
}

.synce-belz-product-card ul{
  flex:0 0 auto!important;
  margin:0 0 20px!important;
  padding-left:18px!important;
  color:rgba(255,255,255,.90)!important;
  font-size:13px!important;
}

.synce-belz-product-card li{
  margin:0 0 4px!important;
  color:inherit!important;
}

/* Nút xem sản phẩm */
.synce-belz-product-card .synce-belz-link{
  position:relative!important;
  z-index:5!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
  width:max-content!important;
  margin:0!important;
  padding:10px 15px!important;
  border:1px solid rgba(255,255,255,.48)!important;
  border-radius:9px!important;
  color:#fff!important;
  background:rgba(255,255,255,.11)!important;
  font-size:13px!important;
  font-weight:800!important;
  pointer-events:auto!important;
  transition:
    background .22s ease,
    border-color .22s ease!important;
}

.synce-belz-product-card .synce-belz-link i{
  display:inline-block!important;
  font-style:normal!important;
  transition:transform .20s ease!important;
}

.synce-belz-product-card .synce-belz-link:hover{
  color:#fff!important;
  border-color:#ff0000!important;
  background:#ff0000!important;
}

.synce-belz-product-card .synce-belz-link:hover i{
  transform:translateX(4px)!important;
}

/* Applications */
.synce-belz-applications{
  color:#fff;
  background:
    radial-gradient(circle at 90% 10%,rgba(90,150,255,.34),transparent 30%),
    linear-gradient(135deg,#000044 0%,#0000b0 48%,#0000ff 100%);
}
.synce-belz-application-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}
.synce-belz-application-grid article{
  min-height:220px;
  padding:25px;
  border:1px solid rgba(255,255,255,.23);
  border-radius:17px;
  background:rgba(255,255,255,.09);
}
.synce-belz-application-grid b{
  display:grid;
  place-items:center;
  width:44px;
  height:34px;
  margin-bottom:23px;
  border-radius:8px;
  color:#fff;
  background:var(--sb-red);
}
.synce-belz-application-grid h3{margin:0 0 10px;color:#fff;font-size:20px}
.synce-belz-application-grid p{margin:0;color:rgba(255,255,255,.84);font-size:14px}

/* Feature */
.synce-belz-feature__grid,
.synce-belz-support__grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  align-items:center;
}
.synce-belz-checklist{
  display:grid;
  gap:11px;
  margin:23px 0 0;
  padding:0;
  list-style:none;
}
.synce-belz-checklist li{
  position:relative;
  padding-left:28px;
  color:#344158;
  font-weight:700;
}
.synce-belz-checklist li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:3px;
  display:grid;
  place-items:center;
  width:18px;
  height:18px;
  border-radius:50%;
  color:#fff;
  background:var(--sb-blue);
  font-size:11px;
}

/* Series */
.synce-belz-series{background:var(--sb-soft)}
.synce-belz-series-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.synce-belz-series-grid article{
  position:relative;
  min-height:220px;
  padding:25px;
  overflow:hidden;
  border:1px solid rgba(0,0,255,.18);
  border-radius:17px;
  background:#fff;
  transition:transform .23s ease,box-shadow .23s ease;
}
.synce-belz-series-grid article::after{
  content:"";
  position:absolute;
  right:-50px;
  bottom:-58px;
  width:150px;
  height:150px;
  border-radius:50%;
  background:rgba(0,0,255,.07);
}
.synce-belz-series-grid article:hover{
  transform:translateY(-5px);
  box-shadow:0 18px 42px rgba(0,0,110,.10);
}
.synce-belz-series-grid span{
  position:relative;
  z-index:1;
  display:inline-block;
  margin-bottom:18px;
  color:var(--sb-red);
  font-size:13px;
  font-weight:900;
  letter-spacing:.06em;
}
.synce-belz-series-grid h3{position:relative;z-index:1;margin:0 0 8px;font-size:20px}
.synce-belz-series-grid p{position:relative;z-index:1;color:var(--sb-muted);font-size:14px}
.synce-belz-series-grid a{position:relative;z-index:1;color:var(--sb-blue);font-size:13px;font-weight:800}

/* Support */
.synce-belz-support__cards{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:13px;
  margin-top:25px;
}
.synce-belz-support__cards article{
  min-height:150px;
  padding:19px;
  border:1px solid var(--sb-line);
  border-radius:15px;
  background:#fff;
}
.synce-belz-support__cards b{
  display:inline-grid;
  place-items:center;
  width:38px;
  height:28px;
  margin-bottom:13px;
  border-radius:7px;
  color:#fff;
  background:var(--sb-red);
}
.synce-belz-support__cards h3{margin:0 0 5px;font-size:16px}
.synce-belz-support__cards p{margin:0;color:var(--sb-muted);font-size:13px}

/* Process */
.synce-belz-process{
  padding:90px 0;
  color:#fff;
  background:
    radial-gradient(circle at 88% 15%,rgba(90,145,255,.43),transparent 34%),
    linear-gradient(135deg,#000050 0%,#0000a8 42%,#0000ff 100%);
}
.synce-belz-process__grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}
.synce-belz-process__grid article{
  position:relative;
  min-height:245px;
  padding:27px;
  border:1px solid rgba(255,255,255,.25);
  border-radius:18px;
  background:rgba(255,255,255,.10);
  box-shadow:0 16px 34px rgba(0,0,70,.22);
}
.synce-belz-process__grid article:not(:last-child)::after{
  content:"→";
  position:absolute;
  top:46%;
  right:-18px;
  z-index:2;
  color:#fff;
  font-size:28px;
}
.synce-belz-process__grid b{
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  margin-bottom:26px;
  border-radius:14px;
  color:#fff;
  background:var(--sb-red);
}
.synce-belz-process__grid h3{margin:0 0 10px;color:#fff;font-size:20px}
.synce-belz-process__grid p{margin:0;color:rgba(255,255,255,.86);font-size:14px}

/* FAQ */
.synce-belz-faq{background:#fff}
.synce-belz-faq__list{
  display:grid;
  gap:12px;
  max-width:900px;
  margin:0 auto;
}
.synce-belz-faq details{
  overflow:hidden;
  border:1px solid var(--sb-line);
  border-radius:14px;
  background:#fff;
}
.synce-belz-faq summary{
  position:relative;
  padding:19px 52px 19px 21px;
  color:var(--sb-ink);
  font-weight:800;
  cursor:pointer;
  list-style:none;
}
.synce-belz-faq summary::-webkit-details-marker{display:none}
.synce-belz-faq summary::after{
  content:"+";
  position:absolute;
  top:50%;
  right:20px;
  color:var(--sb-blue);
  font-size:24px;
  transform:translateY(-50%);
}
.synce-belz-faq details[open] summary::after{content:"−";color:var(--sb-red)}
.synce-belz-faq details p{
  margin:0;
  padding:0 21px 19px;
  color:var(--sb-muted);
  font-size:14px;
}

/* Contact */
.synce-belz-contact{background:var(--sb-soft)}
.synce-belz-contact__box{
  display:grid;
  grid-template-columns:1fr auto;
  gap:40px;
  align-items:center;
  padding:42px;
  border:1px solid rgba(0,0,255,.18);
  border-radius:22px;
  background:#fff;
  box-shadow:0 20px 50px rgba(0,0,110,.08);
}
.synce-belz-contact h2{
  margin:14px 0 12px;
  font-size:clamp(30px,4vw,45px);
  letter-spacing:-.035em;
}
.synce-belz-contact p{max-width:760px;margin:0;color:var(--sb-muted)}
.synce-belz-contact__actions{display:flex;flex-wrap:wrap;gap:10px}

/* Responsive */
@media(max-width:1024px){
  .synce-belz-hero__grid{grid-template-columns:1fr;min-height:0}
  .synce-belz-facts__grid{grid-template-columns:repeat(2,1fr)}
  .synce-belz-facts article:nth-child(2){border-right:0}
  .synce-belz-facts article:nth-child(-n+2){border-bottom:1px solid var(--sb-line)}
  .synce-belz-product-grid,
  .synce-belz-series-grid{grid-template-columns:repeat(2,1fr)}
  .synce-belz-application-grid,
  .synce-belz-process__grid{grid-template-columns:repeat(2,1fr)}
  .synce-belz-process__grid article:nth-child(2)::after{display:none}
}

@media(max-width:760px){
  .synce-belz-section,
  .synce-belz-process{padding:68px 0}
  .synce-belz-story__grid,
  .synce-belz-feature__grid,
  .synce-belz-support__grid{grid-template-columns:1fr;gap:35px}
  .synce-belz-contact__box{grid-template-columns:1fr}
}

@media(max-width:560px){
  .synce-belz-container{width:min(100% - 26px,1180px)}
  .synce-belz-hero__grid{padding:58px 0 85px}
  .synce-belz-hero h1{font-size:37px}
  .synce-belz-hero__copy>p{font-size:16px}
  .synce-belz-actions{display:grid}
  .synce-belz-btn{width:100%}
  .synce-belz-facts__grid,
  .synce-belz-product-grid,
  .synce-belz-application-grid,
  .synce-belz-series-grid,
  .synce-belz-process__grid,
  .synce-belz-support__cards{grid-template-columns:1fr}
  .synce-belz-facts article{border-right:0;border-bottom:1px solid var(--sb-line)}
  .synce-belz-facts article:last-child{border-bottom:0}
  .synce-belz-process__grid article::after{display:none!important}
  .synce-belz-contact__box{padding:27px 22px}
  .synce-belz-hero__image figcaption{left:12px;right:12px;bottom:12px}
}


/* Mobile: không có hover ổn định nên luôn hiện nội dung */
@media(max-width:560px){
  .synce-belz-product-grid{
    grid-template-columns:1fr!important;
  }

  .synce-belz-product-card{
    min-height:540px!important;
  }

  .synce-belz-product-card__image img{
    filter:brightness(.48) saturate(.90)!important;
  }

  .synce-belz-product-card__body{
    padding:27px 23px!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
    background:
      linear-gradient(
        180deg,
        rgba(0,0,45,.02) 0%,
        rgba(0,0,65,.35) 30%,
        rgba(0,0,70,.98) 100%
      )!important;
  }

  .synce-belz-product-card h3{
    font-size:24px!important;
  }
}


/* ==========================================================================
   BELZ PRODUCT CARDS – FINAL OVERRIDE V2
   ========================================================================== */
.synce-belz .synce-belz-product-card{
  position:relative!important;
  display:block!important;
  min-height:540px!important;
  overflow:hidden!important;
  background:#000050!important;
}

.synce-belz .synce-belz-product-card__image{
  position:absolute!important;
  z-index:1!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  aspect-ratio:auto!important;
}

.synce-belz .synce-belz-product-card__image img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}

.synce-belz .synce-belz-product-card__body{
  position:absolute!important;
  z-index:3!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  padding:34px 30px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-end!important;
  opacity:0!important;
  visibility:hidden!important;
  transform:translateY(28px)!important;
  background:linear-gradient(
    180deg,
    rgba(0,0,50,.02) 0%,
    rgba(0,0,70,.35) 34%,
    rgba(0,0,70,.97) 100%
  )!important;
  pointer-events:none!important;
}

.synce-belz .synce-belz-product-card:hover .synce-belz-product-card__body,
.synce-belz .synce-belz-product-card:focus-within .synce-belz-product-card__body{
  opacity:1!important;
  visibility:visible!important;
  transform:translateY(0)!important;
}

.synce-belz .synce-belz-product-card:hover .synce-belz-product-card__image img,
.synce-belz .synce-belz-product-card:focus-within .synce-belz-product-card__image img{
  transform:scale(1.08)!important;
  filter:brightness(.45) saturate(.90)!important;
}

@media(max-width:560px){
  .synce-belz .synce-belz-product-card__body{
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
  }
}
