/* Shared KERONG components. Page-specific rules belong in page-*.css. */
.eyebrow{display:flex;align-items:center;gap:10px;color:var(--red);font-size:12px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}
.eyebrow:before{content:"";width:8px;height:8px;background:var(--red);transform:rotate(45deg);border-radius:2px}
.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:30px}
.section-head h2{font-size:40px;line-height:1.05;letter-spacing:-1.5px;margin:9px 0 0}
.section-head p{max-width:560px;margin:0;color:var(--muted);font-size:15px}
.more{color:var(--red);font-weight:800;font-size:14px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:7px;font-size:14px;font-weight:850;border:1px solid transparent;transition:.18s ease}
.btn-primary{background:var(--red);color:#fff}
.btn-primary:hover{background:var(--red-dark)}
.btn-secondary{background:#fff;border-color:#cfd2d6;color:var(--ink)}
.btn-secondary:hover{border-color:#aeb2b8}
/* Catalogue, products, projects, trust and FAQ components */
/* Restored Phoenix section hierarchy, catalogue promo and client trust strip — 2026-08-22 */
.content-head{
  grid-column:1/-1;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:28px;
  margin:0 0 22px
}
.content-head>div{max-width:820px}
.content-head .eyebrow{margin-bottom:8px}
.content-head h2{
  margin:0;
  max-width:820px;
  font-size:clamp(30px,3vw,42px);
  line-height:1.04;
  letter-spacing:-1.45px
}
.content-head p{
  max-width:720px;
  margin:12px 0 0;
  color:var(--muted);
  font-size:14px;
  line-height:1.55
}
.content-head>.more{flex:0 0 auto;margin-bottom:4px;white-space:nowrap}

.solution-strip{padding:46px 0 42px}
.solution-strip .strip-row{display:grid;grid-template-columns:repeat(6,1fr);align-items:stretch;gap:10px}
.solution-strip .strip-title{grid-column:1/-1;min-width:0;display:flex}
.solution-strip .solution-card{position:relative;min-width:0;min-height:168px;overflow:hidden;border-radius:10px;color:#fff}
.solution-strip .solution-card img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:cover}
.solution-strip .solution-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(0,0,0,.78))}
.solution-strip .solution-card span{position:absolute;z-index:2;right:12px;bottom:10px;left:12px;font-size:12px;font-weight:850}

.categories{padding:44px 0 46px;background:var(--soft)}
.categories .category-row{grid-template-columns:repeat(7,1fr);gap:10px}
.categories .category-label{grid-column:1/-1;min-width:0}
.categories .category{min-width:0;min-height:184px}

.products{padding:44px 0 48px}
.products .products-layout{display:block}
.products .products-label{margin:0}
.products .product-grid{grid-template-columns:repeat(4,1fr);margin:0}

.faq{padding:42px 0 50px}
.faq .faq-grid{grid-template-columns:1fr}
.faq .faq-title{margin:0}
.faq .faq-list{grid-template-columns:1fr 1fr}

@media(max-width:1080px){
  .content-head h2{font-size:34px}
  .solution-strip .strip-row{display:grid;grid-template-columns:repeat(3,1fr);overflow:visible}
  .categories .category-row{display:grid;grid-template-columns:repeat(4,1fr);overflow:visible;margin:0;padding:0}
  .products .product-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:640px){
  .content-head{display:block;margin-bottom:20px}
  .content-head h2{font-size:29px;line-height:1.06;letter-spacing:-1px}
  .content-head p{margin-top:10px;font-size:13px}
  .content-head>.more{display:inline-block;margin-top:13px}
  .solution-strip,.categories,.products,.process{padding:34px 0 38px}
  .solution-strip .strip-row{grid-template-columns:repeat(2,minmax(0,1fr));margin:0 auto;padding-right:18px;padding-left:18px}
  .solution-strip .solution-card{min-height:176px}
  .categories .category-row{grid-template-columns:repeat(2,1fr);margin:0;padding:0}
  .categories .category{min-height:174px}
  .products .product-grid{grid-template-columns:repeat(2,1fr);margin:0}
  .faq{padding:34px 0 42px}
  .faq .faq-list{grid-template-columns:1fr}
}

/* Project carousel */
.project-showcase{padding:38px 0 32px;background:#121416;color:#fff}
.project-head{margin-bottom:20px}
.project-head h2{color:#fff}
.project-head p{color:#aeb2b7}
.projects-carousel{position:relative}
.projects-viewport{
  overflow:hidden;
  border:1px solid rgba(255,255,255,.13);
  border-radius:16px;
  background:#17191c;
  box-shadow:0 22px 55px rgba(0,0,0,.2)
}
.projects-track{
  display:flex;
  width:100%;
  transform:translate3d(calc(var(--project-index,0) * -100%),0,0);
  transition:transform .55s cubic-bezier(.22,.61,.36,1);
  will-change:transform
}
.project-slide{
  flex:0 0 100%;
  min-width:0;
  min-height:0;
  display:grid;
  grid-template-columns:38% 62%;
  grid-template-rows:clamp(340px,28vw,400px) auto;
  background:#17191c
}
.project-slide-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:34px 30px
}
.project-slide-copy .eyebrow{color:#d8a29e}
.project-slide-copy h3{
  margin:8px 0 13px;
  color:#fff;
  font-size:clamp(29px,3vw,40px);
  line-height:1.02;
  letter-spacing:-1.25px
}
.project-slide-copy p{
  margin:0;
  color:#b9bdc2;
  font-size:14px;
  line-height:1.55
}
.project-slide-media{
  min-width:0;
  min-height:0;
  height:100%;
  overflow:hidden;
  background:#24272b
}
.project-slide-media>img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
  transition:transform .55s ease
}
.project-slide:hover .project-slide-media>img{transform:scale(1.018)}
.project-slide-collage{
  display:grid;
  grid-template-columns:1.24fr .78fr .78fr;
  grid-template-rows:1fr 1fr;
  gap:4px;
  padding:4px;
  background:#fff
}
.project-collage-shot{
  position:relative;
  min-width:0;
  min-height:0;
  margin:0;
  overflow:hidden;
  background:#27292d
}
.project-collage-main,.project-collage-app{grid-row:1/-1}
.project-collage-shot img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  transition:transform .55s ease
}
.project-collage-main img{object-position:center}
.project-collage-app img{object-position:center}
.project-collage-face img{object-position:center 30%}
.project-collage-entry img{object-position:center}
.project-slide:hover .project-collage-shot img{transform:scale(1.018)}
.project-collage-shot figcaption{
  position:absolute;
  left:10px;
  bottom:9px;
  padding:5px 7px;
  border-radius:5px;
  color:#fff;
  background:rgba(16,18,20,.72);
  font-size:9px;
  font-weight:800;
  line-height:1;
  letter-spacing:.06em;
  text-transform:uppercase;
  backdrop-filter:blur(5px)
}
.project-slide-actions{
  grid-column:1/-1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  min-height:56px;
  padding:12px 26px;
  border-top:1px solid rgba(255,255,255,.12);
  background:#15171a
}
.project-action{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#fff;
  font-size:13px;
  font-weight:850;
  line-height:1.2;
  white-space:nowrap;
  transition:color .18s ease
}
.project-action span{color:var(--red);font-size:17px;transition:transform .18s ease}
.project-action:hover{color:#d8a29e}
.project-action:hover span{transform:translateX(3px)}
.project-action:focus-visible{outline:2px solid #fff;outline-offset:4px;border-radius:2px}
.project-action-case{color:#d8a29e}
.project-controls{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  margin-top:14px
}
.project-arrow{
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  padding:0;
  border:1px solid rgba(255,255,255,.22);
  border-radius:50%;
  color:#fff;
  background:transparent;
  font:inherit;
  font-size:20px;
  cursor:pointer;
  transition:border-color .18s ease,background .18s ease
}
.project-arrow:hover{border-color:#fff;background:rgba(255,255,255,.07)}
.project-arrow:focus-visible,.project-dot:focus-visible{outline:2px solid #fff;outline-offset:3px}
.project-dots{display:flex;align-items:center;gap:8px}
.project-dot{
  width:8px;
  height:8px;
  padding:0;
  border:1px solid #8a8e94;
  border-radius:50%;
  background:transparent;
  cursor:pointer;
  transition:width .18s ease,background .18s ease,border-color .18s ease
}
.project-dot[aria-current="true"]{width:24px;border-color:var(--red);border-radius:8px;background:var(--red)}

@media(max-width:900px){
  .project-slide{grid-template-columns:42% 58%}
  .project-slide-copy{padding:32px 24px}
}
@media(max-width:640px){
  .project-showcase{padding:32px 0 28px}
  .project-head{margin-bottom:17px}
  .projects-viewport{border-radius:12px}
  .project-slide{
    grid-template-columns:1fr;
    grid-template-rows:auto 238px auto;
    min-height:0
  }
  .project-slide-copy{justify-content:flex-start;padding:22px 18px 20px}
  .project-slide-copy h3{font-size:29px}
  .project-slide-copy p{font-size:13px}
  .project-slide-media{height:238px;min-height:238px}
  .project-slide-collage{
    grid-template-columns:1.16fr .84fr;
    grid-template-rows:1fr 1fr
  }
  .project-collage-main{grid-column:1;grid-row:1/-1}
  .project-collage-app{grid-column:2;grid-row:1}
  .project-collage-face{grid-column:2;grid-row:2}
  .project-collage-entry{display:none}
  .project-collage-shot figcaption{left:7px;bottom:7px;padding:4px 5px;font-size:7px}
  .project-slide-actions{min-height:56px;padding:13px 18px;gap:10px}
  .project-action{gap:5px;font-size:12px}
  .project-action span{font-size:15px}
  .project-controls{margin-top:13px}
}
@media(max-width:360px){
  .project-slide-actions{padding-right:14px;padding-left:14px}
  .project-action{font-size:11px}
}
@media(prefers-reduced-motion:reduce){
  .projects-track,
  .project-slide-media>img,
  .project-collage-shot img{transition:none}
}

/* Catalogue category redesign */
.categories.catalog-redesign{padding:50px 0 54px;background:#f4f5f6}
.catalog-redesign .category-row{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin:0 auto;
  padding:0 28px;
  overflow:visible
}
.catalog-redesign .category-label{
  grid-column:1/-1;
  min-width:0;
  margin-bottom:10px
}
.catalog-redesign .category{
  position:relative;
  min-width:0;
  min-height:276px;
  display:grid;
  grid-template-rows:180px 1fr;
  padding:0;
  overflow:hidden;
  border:1px solid #dedfe2;
  border-radius:16px;
  color:var(--ink);
  background:#fff;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease
}
.catalog-redesign .category-featured{grid-column:span 2}
.catalog-redesign .category:hover{
  transform:translateY(-3px);
  border-color:#c7c9cd;
  box-shadow:0 14px 30px rgba(20,22,25,.08)
}
.catalog-redesign .category:focus-visible{outline:2px solid var(--red);outline-offset:3px}
.catalog-redesign .category-media{
  display:block;
  min-width:0;
  overflow:hidden;
  border-bottom:1px solid #e5e6e8;
  background:#f1f2f3
}
.catalog-redesign .category-media img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
  transition:transform .42s ease
}
.catalog-redesign .category:hover .category-media img{transform:scale(1.025)}
.catalog-redesign .category-copy{display:block;padding:17px 48px 18px 17px}
.catalog-redesign .category-kicker{
  display:block;
  margin-bottom:6px;
  color:#8b8f94;
  font-size:9px;
  font-weight:850;
  line-height:1;
  letter-spacing:.1em;
  text-transform:uppercase
}
.catalog-redesign .category h3{
  margin:0;
  color:var(--ink);
  font-size:16px;
  line-height:1.16;
  letter-spacing:-.28px
}
.catalog-redesign .category .go{
  position:absolute;
  right:16px;
  bottom:16px;
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  margin:0;
  border:1px solid #dadcdf;
  border-radius:50%;
  color:var(--red);
  font-size:16px;
  background:#fff;
  transition:color .18s ease,background .18s ease,border-color .18s ease
}
.catalog-redesign .category:hover .go{color:#fff;border-color:var(--red);background:var(--red)}
.catalog-redesign .category-door .category-media{background:#f5f6f7}
.catalog-redesign .category-door .category-media img{
  object-fit:contain;
  padding:12px;
  transform:none
}
.catalog-redesign .category-door:hover .category-media img{transform:scale(1.015)}

@media(max-width:1080px){
  .catalog-redesign .category-row{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:13px;
    padding-right:22px;
    padding-left:22px
  }
}
@media(max-width:640px){
  .categories.catalog-redesign{padding:38px 0 42px}
  .catalog-redesign .category-row{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
    margin:0 auto;
    padding-right:18px;
    padding-left:18px
  }
  .catalog-redesign .category-label{min-width:0;margin-bottom:8px}
  .catalog-redesign .category{
    min-width:0;
    min-height:224px;
    grid-template-rows:132px 1fr;
    border-radius:12px
  }
  .catalog-redesign .category-copy{padding:13px 37px 14px 13px}
  .catalog-redesign .category-kicker{margin-bottom:5px;font-size:8px}
  .catalog-redesign .category h3{font-size:13px;line-height:1.17}
  .catalog-redesign .category .go{right:11px;bottom:11px;width:26px;height:26px;font-size:14px}
  .catalog-redesign .category-door .category-media img{padding:7px}
}
@media(max-width:340px){
  .catalog-redesign .category-row{grid-template-columns:1fr}
  .catalog-redesign .category-featured{grid-column:span 1}
}
@media(prefers-reduced-motion:reduce){
  .catalog-redesign .category,
  .catalog-redesign .category-media img{transition:none}
}

/* Product cards — horizontal specification layout */
.products.product-redesign{padding:48px 0 52px}
.products.product-redesign{
  padding:76px 0 84px;
  background:#f4f5f6
}
.product-redesign .products-layout{display:block}
.product-redesign .products-label{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:32px;
  margin:0 0 30px
}
.product-redesign .products-label>div{max-width:780px}
.product-redesign .products-label h2{max-width:720px}
.product-redesign .products-label .more{flex:0 0 auto;margin-bottom:5px}
.product-redesign .product-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
  margin:0;
  border:0
}
.product-redesign .product-card{
  position:relative;
  min-width:0;
  min-height:100%;
  display:flex!important;
  flex-direction:column;
  padding:0!important;
  overflow:hidden;
  border:1px solid #dedfe2!important;
  border-radius:18px;
  background:#fff;
  box-shadow:0 8px 26px rgba(19,22,25,.045);
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease
}
.product-redesign .product-card:hover{
  transform:translateY(-4px);
  border-color:#c7c9cd!important;
  box-shadow:0 18px 36px rgba(19,22,25,.09)
}
.product-redesign .product-media{
  position:relative;
  min-width:0;
  display:grid;
  place-items:center;
  aspect-ratio:4/3;
  overflow:hidden;
  border-radius:0;
  background:#fff
}
.product-redesign .product-card .product-media img{
  width:100%!important;
  height:100%!important;
  max-height:none;
  padding:24px;
  object-fit:contain;
  filter:drop-shadow(0 12px 16px rgba(22,24,27,.12));
  transition:transform .25s ease
}
.product-redesign .product-card:hover .product-media img{transform:scale(1.035)}
.product-redesign .product-info{
  min-width:0;
  flex:1;
  display:flex;
  flex-direction:column;
  align-items:stretch;
  padding:20px 20px 18px;
  background:#fff
}
.product-redesign .product-category{
  min-height:30px;
  color:var(--red);
  font-size:9px;
  font-weight:900;
  line-height:1.35;
  letter-spacing:.065em;
  text-transform:uppercase
}
.product-redesign .product-card h3{
  margin:4px 0 10px;
  color:var(--ink);
  font-size:25px!important;
  font-weight:900;
  line-height:1;
  letter-spacing:-.65px
}
.product-redesign .product-card h3 a{color:inherit;text-decoration:none}
.product-redesign .product-description{
  margin:0;
  color:#5f646a;
  font-size:12px;
  line-height:1.5
}
.product-redesign .product-tags{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin:15px 0 18px
}
.product-redesign .product-tags span{
  display:inline-flex;
  align-items:center;
  min-height:26px;
  padding:5px 8px;
  border-radius:999px;
  border:1px solid #e2e4e7;
  background:#fff;
  color:#4e5359;
  font-size:9px;
  font-weight:800
}
.product-redesign .product-footer{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin:0;
  padding:15px 20px 18px;
  border-top:1px solid #e2e4e7;
  background:#f3f4f5
}
.product-redesign .product-card .price{
  margin:0;
  color:#222;
  font-size:13px;
  font-weight:900;
  line-height:1.2
}
.product-redesign .product-card .price-tax{
  display:block;
  margin-top:4px;
  color:#777c82;
  font-size:8px;
  font-weight:800;
  line-height:1.1;
  letter-spacing:.045em;
  text-transform:uppercase
}
.product-redesign .product-card .product-link{
  flex:0 0 auto;
  color:var(--red);
  font-size:10px;
  font-weight:900;
  text-decoration:none;
  white-space:nowrap
}
.product-redesign .product-card .product-link:hover{text-decoration:underline}
.product-redesign .product-card .product-link:focus-visible,
.product-redesign .product-card h3 a:focus-visible,
.product-redesign .product-media:focus-visible{
  outline:2px solid var(--red);
  outline-offset:3px;
  border-radius:3px
}
@media(max-width:1080px){
  .product-redesign .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:640px){
  .products.product-redesign{padding:46px 0 52px}
  .product-redesign .products-label{display:grid;gap:14px;margin-bottom:20px}
  .product-redesign .products-label .more{margin:0}
  .product-redesign .product-grid{grid-template-columns:1fr;gap:10px}
  .product-redesign .product-card{
    display:grid!important;
    grid-template-columns:116px minmax(0,1fr)!important;
    grid-template-rows:minmax(216px,auto) auto;
    min-height:216px;
    border-radius:14px
  }
  .product-redesign .product-card:hover{transform:none;box-shadow:0 8px 26px rgba(19,22,25,.045)}
  .product-redesign .product-media{grid-column:1;grid-row:1;height:100%;min-height:216px;aspect-ratio:auto}
  .product-redesign .product-card .product-media img{padding:10px}
  .product-redesign .product-card:hover .product-media img{transform:none}
  .product-redesign .product-info{grid-column:2;grid-row:1;padding:14px 13px 13px}
  .product-redesign .product-category{min-height:0;font-size:7.5px}
  .product-redesign .product-card h3{margin:5px 0 8px;font-size:20px!important}
  .product-redesign .product-description{font-size:10.5px;line-height:1.4}
  .product-redesign .product-tags{gap:4px;margin:10px 0 12px}
  .product-redesign .product-tags span{min-height:22px;padding:4px 6px;font-size:8px}
  .product-redesign .product-footer{grid-column:1/-1;grid-row:2;gap:6px;padding:10px 13px 13px}
  .product-redesign .product-card .price{font-size:11px}
  .product-redesign .product-card .product-link{font-size:9px}
}
@media(max-width:360px){
  .product-redesign .product-card{grid-template-columns:102px minmax(0,1fr)!important}
  .product-redesign .product-info{padding-right:10px;padding-left:10px}
}
@media(prefers-reduced-motion:reduce){
  .product-redesign .product-card,
  .product-redesign .product-card .product-media img{transition:none}
}

/* Catalog hero imagery — unified crop */
.catalog-redesign .category-door .category-media{background:#f1f2f3}
.catalog-redesign .category-door .category-media img{
  object-fit:cover;
  padding:0;
  transform:none
}
.catalog-redesign .category-door:hover .category-media img{transform:scale(1.025)}

/* FAQ — large project questions */
.faq{
  position:relative;
  padding:64px 0 72px;
  border-top:1px solid var(--line);
  background:#f4f5f6
}
.faq .faq-grid{display:block}
.faq .faq-title{margin:0 0 28px}
.faq .faq-title>div{max-width:900px}
.faq .faq-title h2{
  max-width:820px;
  font-size:clamp(38px,4.3vw,58px);
  line-height:1;
  letter-spacing:-2px
}
.faq .faq-title p{
  max-width:700px;
  margin-top:15px;
  font-size:16px;
  line-height:1.55
}
.faq .faq-list{
  display:block;
  column-count:2;
  column-gap:14px
}
.faq .faq-item{
  display:inline-block;
  width:100%;
  min-width:0;
  margin:0 0 14px;
  padding:0;
  vertical-align:top;
  break-inside:avoid;
  overflow:hidden;
  border:1px solid #dcdfe3;
  border-radius:16px;
  background:#fff;
  box-shadow:0 1px 0 rgba(18,20,22,.02);
  transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease
}
.faq .faq-item:hover{
  transform:translateY(-2px);
  border-color:#c9cdd2;
  box-shadow:0 12px 28px rgba(24,27,31,.07)
}
.faq .faq-item[open]{
  border-color:rgba(129,28,20,.42);
  box-shadow:0 14px 34px rgba(24,27,31,.08)
}
.faq .faq-item summary{
  min-height:96px;
  display:grid;
  grid-template-columns:52px minmax(0,1fr) 38px;
  align-items:center;
  gap:17px;
  padding:20px 22px;
  cursor:pointer;
  list-style:none
}
.faq .faq-item summary::-webkit-details-marker{display:none}
.faq .faq-item summary:after,
.faq .faq-item[open] summary:after{content:none}
.faq .faq-icon{
  width:52px;
  height:52px;
  display:grid;
  place-items:center;
  border:1px solid rgba(129,28,20,.2);
  border-radius:14px;
  color:var(--red);
  background:#f7efee;
  transition:color .2s ease,background .2s ease,border-color .2s ease
}
.faq .faq-icon svg{width:26px;height:26px}
.faq .faq-question{
  color:var(--ink);
  font-size:18px;
  font-weight:850;
  line-height:1.25;
  letter-spacing:-.25px
}
.faq .faq-toggle{
  position:relative;
  width:38px;
  height:38px;
  border:1px solid #d9dce0;
  border-radius:50%;
  background:#fff;
  transition:background .2s ease,border-color .2s ease,transform .2s ease
}
.faq .faq-toggle:before,
.faq .faq-toggle:after{
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  width:13px;
  height:2px;
  border-radius:2px;
  background:var(--red);
  transform:translate(-50%,-50%)
}
.faq .faq-toggle:after{transform:translate(-50%,-50%) rotate(90deg)}
.faq .faq-item[open] .faq-icon{
  color:#fff;
  border-color:var(--red);
  background:var(--red)
}
.faq .faq-item[open] .faq-toggle{
  border-color:var(--red);
  background:var(--red);
  transform:rotate(180deg)
}
.faq .faq-item[open] .faq-toggle:before{background:#fff}
.faq .faq-item[open] .faq-toggle:after{opacity:0}
.faq .faq-item>p{
  margin:0;
  padding:0 78px 24px 91px;
  color:#62676d;
  font-size:15px;
  line-height:1.62
}
.faq .faq-item summary:focus-visible{
  outline:2px solid var(--red);
  outline-offset:-3px;
  border-radius:15px
}

@media(max-width:760px){
  .faq{padding:46px 0 52px}
  .faq .faq-title{margin-bottom:22px}
  .faq .faq-title h2{
    max-width:620px;
    font-size:36px;
    line-height:1.03;
    letter-spacing:-1.25px
  }
  .faq .faq-title p{margin-top:12px;font-size:15px}
  .faq .faq-list{column-count:1;column-gap:0}
  .faq .faq-item{margin-bottom:10px;border-radius:14px}
  .faq .faq-item:hover{transform:none;box-shadow:0 1px 0 rgba(18,20,22,.02)}
  .faq .faq-item[open]{box-shadow:0 10px 26px rgba(24,27,31,.07)}
  .faq .faq-item summary{
    min-height:82px;
    grid-template-columns:46px minmax(0,1fr) 34px;
    gap:13px;
    padding:16px
  }
  .faq .faq-icon{width:46px;height:46px;border-radius:12px}
  .faq .faq-icon svg{width:23px;height:23px}
  .faq .faq-question{font-size:17px;line-height:1.25;letter-spacing:-.15px}
  .faq .faq-toggle{width:34px;height:34px}
  .faq .faq-item>p{
    padding:0 58px 19px 75px;
    font-size:15px;
    line-height:1.55
  }
}
@media(max-width:380px){
  .faq .faq-title h2{font-size:33px}
  .faq .faq-item summary{grid-template-columns:42px minmax(0,1fr) 32px;gap:10px;padding:14px}
  .faq .faq-icon{width:42px;height:42px}
  .faq .faq-question{font-size:16px}
  .faq .faq-toggle{width:32px;height:32px}
  .faq .faq-item>p{padding:0 52px 18px 66px;font-size:14.5px}
}
@media(prefers-reduced-motion:reduce){
  .faq .faq-item,
  .faq .faq-icon,
  .faq .faq-toggle{transition:none}
}

/* Implementation cycle component — reusable on solution pages */
/* Universal KERONG implementation-cycle module */
.process-cycle{
  padding:64px 0 70px;
  overflow:hidden;
  background:linear-gradient(180deg,#f4f5f6 0%,#f8f9fa 100%)
}
.process-cycle .process-grid{display:block}
.process-cycle .process-title{
  max-width:940px;
  margin:0 0 32px
}
.process-cycle .process-eyebrow{
  display:flex;
  align-items:center;
  gap:10px;
  margin:0 0 10px;
  color:var(--red,#b10b0a);
  font-size:12px;
  font-weight:850;
  letter-spacing:.12em;
  text-transform:uppercase
}
.process-cycle .process-eyebrow:before{
  content:"";
  width:8px;
  height:8px;
  flex:0 0 auto;
  border-radius:2px;
  background:var(--red,#b10b0a);
  transform:rotate(45deg)
}
.process-cycle .process-title h2{
  max-width:900px;
  margin:0;
  font-size:clamp(34px,3.4vw,48px);
  line-height:1.03;
  letter-spacing:-1.65px
}
.process-cycle .process-title p{
  max-width:820px;
  margin:14px 0 0;
  color:var(--muted,#6e737a);
  font-size:15px;
  line-height:1.58
}
.process-cycle .process-track{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px
}
.process-cycle .process-step{
  position:relative;
  min-width:0;
  min-height:216px;
  padding:22px;
  border:1px solid #e1e4e7;
  border-radius:18px;
  background:rgba(255,255,255,.96);
  box-shadow:0 12px 34px rgba(17,20,24,.05);
  transition:
    opacity .52s ease,
    transform .52s cubic-bezier(.22,.8,.24,1),
    border-color .2s ease,
    box-shadow .2s ease;
  transition-delay:var(--cycle-delay,0ms)
}
.process-cycle .process-step-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  margin-bottom:21px
}
.process-cycle .process-icon{
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  color:var(--red,#b10b0a);
  border:1px solid rgba(129,28,20,.16);
  border-radius:15px;
  background:#f7efee;
  transition:transform .25s ease,background-color .25s ease,box-shadow .25s ease
}
.process-cycle .process-icon svg{width:28px;height:28px}
.process-cycle .process-number{
  color:#b2b7bd;
  font-size:11px;
  font-weight:850;
  line-height:1;
  letter-spacing:.12em;
  text-transform:uppercase;
  transition:color .2s ease
}
.process-cycle .process-step h3{
  margin:0 0 8px;
  font-size:17px;
  line-height:1.22;
  letter-spacing:-.2px
}
.process-cycle .process-step p{
  margin:0;
  color:var(--muted,#6e737a);
  font-size:12.5px;
  line-height:1.55
}
.process-cycle .process-step:not(:last-child):after{
  content:"";
  position:absolute;
  z-index:2;
  top:49px;
  right:-17px;
  width:17px;
  height:2px;
  border:0;
  background:linear-gradient(90deg,rgba(129,28,20,.68),rgba(129,28,20,.18));
  transform-origin:left center;
  transition:transform .42s ease;
  transition-delay:calc(var(--cycle-delay,0ms) + 260ms)
}
.process-cycle.has-cycle-motion:not(.is-cycle-visible) .process-step{
  opacity:0;
  transform:translateY(22px);
  transition:none
}
.process-cycle.has-cycle-motion:not(.is-cycle-visible) .process-step:not(:last-child):after{
  transform:scaleX(0);
  transition:none
}
.process-cycle.has-cycle-motion.is-cycle-visible .process-step{
  opacity:1;
  transform:translateY(0);
  transition:
    opacity .52s ease,
    transform .52s cubic-bezier(.22,.8,.24,1),
    border-color .2s ease,
    box-shadow .2s ease;
  transition-delay:var(--cycle-delay,0ms)
}
.process-cycle.has-cycle-motion.is-cycle-visible .process-step:not(:last-child):after{
  transform:scaleX(1);
  transition:transform .42s ease;
  transition-delay:calc(var(--cycle-delay,0ms) + 260ms)
}
@media(hover:hover){
  .process-cycle.is-cycle-visible .process-step:hover,
  .process-cycle:not(.has-cycle-motion) .process-step:hover{
    transform:translateY(-5px);
    border-color:rgba(129,28,20,.3);
    box-shadow:0 20px 42px rgba(17,20,24,.09)
  }
  .process-cycle .process-step:hover .process-icon{
    transform:scale(1.06);
    background:#fff;
    box-shadow:0 8px 20px rgba(129,28,20,.1)
  }
  .process-cycle .process-step:hover .process-number{color:var(--red,#b10b0a)}
}
@media(max-width:1080px){
  .process-cycle{padding:54px 0 60px}
  .process-cycle .process-track{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
  .process-cycle .process-step{min-height:194px}
  .process-cycle .process-step:nth-child(2n):after{display:none}
}
@media(max-width:640px){
  .process-cycle{padding:40px 0 44px}
  .process-cycle .process-title{margin-bottom:23px}
  .process-cycle .process-eyebrow{font-size:11px;margin-bottom:9px}
  .process-cycle .process-title h2{font-size:29px;line-height:1.06;letter-spacing:-1px}
  .process-cycle .process-title p{margin-top:11px;font-size:13px;line-height:1.55}
  .process-cycle .process-track{grid-template-columns:1fr;gap:12px}
  .process-cycle .process-step{min-height:0;padding:18px;border-radius:16px}
  .process-cycle .process-step-head{margin-bottom:15px}
  .process-cycle .process-icon{width:48px;height:48px;border-radius:13px}
  .process-cycle .process-icon svg{width:25px;height:25px}
  .process-cycle .process-step h3{font-size:16px}
  .process-cycle .process-step p{font-size:12px}
  .process-cycle .process-step:not(:last-child):after,
  .process-cycle .process-step:nth-child(2n):after{
    display:block;
    top:auto;
    right:auto;
    bottom:-13px;
    left:41px;
    width:2px;
    height:13px;
    background:linear-gradient(180deg,rgba(129,28,20,.68),rgba(129,28,20,.16));
    transform-origin:center top
  }
  .process-cycle.has-cycle-motion .process-step:not(:last-child):after{transform:scaleY(0)}
  .process-cycle.has-cycle-motion.is-cycle-visible .process-step:not(:last-child):after{transform:scaleY(1)}
}
@media(prefers-reduced-motion:reduce){
  .process-cycle .process-step,
  .process-cycle .process-step:after,
  .process-cycle .process-icon{
    opacity:1!important;
    transform:none!important;
    transition:none!important
  }
}

/* ContactPanel — reusable request form before the shared Footer */
.final-cta.contact-panel{
  position:relative;
  overflow:hidden;
  padding:68px 0;
  color:#fff;
  background:
    radial-gradient(circle at 12% 18%,rgba(129,28,20,.19),transparent 30%),
    linear-gradient(122deg,#0d0f11 0%,#17191c 62%,#101214 100%)
}
.final-cta.contact-panel:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.38;
  background:linear-gradient(120deg,transparent 0 48%,rgba(255,255,255,.025) 48% 49%,transparent 49% 100%)
}
.contact-panel .contact-panel-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,.82fr) minmax(520px,1.18fr);
  align-items:start;
  gap:56px
}
.contact-intro .eyebrow{color:#d8a29e}
.contact-intro h2{
  max-width:600px;
  margin:14px 0 18px;
  color:#fff;
  font-size:clamp(38px,4.2vw,56px);
  line-height:1.01;
  letter-spacing:-1.9px
}
.contact-intro>p{
  max-width:570px;
  margin:0;
  color:#b9bdc2;
  font-size:16px;
  line-height:1.6
}
.contact-points{
  display:grid;
  gap:10px;
  margin:26px 0 0;
  padding:0;
  list-style:none
}
.contact-points li{
  position:relative;
  padding-left:24px;
  color:#e1e3e5;
  font-size:13px;
  line-height:1.45
}
.contact-points li:before{
  content:"";
  position:absolute;
  top:.42em;
  left:1px;
  width:9px;
  height:9px;
  border:2px solid var(--red);
  border-radius:2px;
  transform:rotate(45deg)
}
.contact-direct{
  display:flex;
  flex-wrap:wrap;
  gap:7px 13px;
  margin-top:32px;
  color:#8f949a;
  font-size:13px
}
.contact-direct a{color:#fff;font-weight:800}
.contact-direct a:hover{color:#d8a29e}
.contact-form{
  min-width:0;
  padding:28px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:18px;
  background:rgba(27,29,33,.94);
  box-shadow:0 28px 70px rgba(0,0,0,.3)
}
.contact-form-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px
}
.contact-field{
  min-width:0;
  display:grid;
  gap:8px
}
.contact-field>span{
  color:#c7cacf;
  font-size:10px;
  font-weight:850;
  line-height:1;
  letter-spacing:.11em;
  text-transform:uppercase
}
.contact-field input,
.contact-field select,
.contact-field textarea{
  width:100%;
  min-width:0;
  border:1px solid #d6d9dd;
  border-radius:10px;
  color:#17191c;
  background:#fff;
  font:inherit;
  font-size:14px;
  outline:none;
  transition:border-color .18s ease,box-shadow .18s ease
}
.contact-field input,
.contact-field select{
  height:54px;
  padding:0 15px
}
.contact-field textarea{
  min-height:112px;
  padding:14px 15px;
  line-height:1.45;
  resize:vertical
}
.contact-field input::placeholder,
.contact-field textarea::placeholder{color:#9ca1a8}
.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus{
  border-color:var(--red);
  box-shadow:0 0 0 3px rgba(129,28,20,.15)
}
.contact-field-wide{grid-column:1/-1}
.contact-consent{
  display:flex;
  align-items:flex-start;
  gap:11px;
  margin:19px 0 18px;
  color:#b9bdc2;
  font-size:12px;
  line-height:1.45;
  cursor:pointer
}
.contact-consent input{
  width:19px;
  height:19px;
  flex:0 0 19px;
  margin:0;
  accent-color:var(--red)
}
.contact-submit{
  width:100%;
  min-height:54px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 20px;
  border:1px solid var(--red);
  border-radius:9px;
  color:#fff;
  background:var(--red);
  font:inherit;
  font-size:14px;
  font-weight:900;
  cursor:pointer;
  transition:background .18s ease,border-color .18s ease,transform .18s ease
}
.contact-submit:hover{border-color:var(--red-dark);background:var(--red-dark)}
.contact-submit:active{transform:translateY(1px)}
.contact-submit:focus-visible{outline:2px solid #fff;outline-offset:3px}
.contact-note{
  margin:13px 0 0;
  color:#8f949a;
  font-size:11px;
  line-height:1.5;
  text-align:center
}
.whatsapp-word{margin-inline-start:.22em;color:inherit}
.contact-panel .whatsapp-word{color:inherit}
@media(max-width:980px){
  .contact-panel .contact-panel-grid{grid-template-columns:1fr;gap:30px}
  .contact-intro h2{max-width:760px}
  .contact-intro>p{max-width:720px}
}
@media(max-width:640px){
  .final-cta.contact-panel{padding:44px 0}
  .contact-panel .contact-panel-grid{gap:24px}
  .contact-intro h2{
    margin:11px 0 14px;
    font-size:37px;
    line-height:1.03;
    letter-spacing:-1.2px
  }
  .contact-intro>p{font-size:15px;line-height:1.55}
  .contact-points{gap:8px;margin-top:20px}
  .contact-points li{font-size:12.5px}
  .contact-direct{margin-top:23px}
  .contact-form{padding:18px;border-radius:14px}
  .contact-form-grid{grid-template-columns:1fr;gap:13px}
  .contact-field-wide{grid-column:auto}
  .contact-field input,
  .contact-field select{height:52px}
  .contact-field textarea{min-height:104px}
  .contact-consent{margin-top:17px}
  .contact-submit{min-height:52px}
}
@media(max-width:380px){
  .contact-intro h2{font-size:34px}
  .contact-form{padding:15px}
}

/* Utilities */

:where(a,button,input,select,textarea,summary):focus-visible{outline:3px solid color-mix(in srgb,var(--color-focus) 42%,transparent);outline-offset:3px}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}


/* =========================================================
   KERONG Kazakhstan — unified internal-page system, 2026
   The home-page tokens and components above are the source
   of truth for every route. Legacy page styles are not loaded.
   ========================================================= */
body.kerong-unified{--page-section:72px;min-width:0;background:var(--color-surface);color:var(--color-text)}
body.kerong-unified main{display:block;min-width:0}
body.kerong-unified main>section{position:relative;padding:var(--page-section) 0;border-bottom:1px solid var(--line);background:#fff}
body.kerong-unified main>section.soft,body.kerong-unified main>section:nth-child(even).soft{background:var(--soft)}
body.kerong-unified :where(h1,h2,h3,p,ul,ol,figure){min-width:0}
body.kerong-unified h1{margin:16px 0 22px;font-size:clamp(42px,5.2vw,70px);line-height:.98;letter-spacing:-.045em}
body.kerong-unified h2{margin:0 0 18px;font-size:clamp(30px,3.3vw,46px);line-height:1.05;letter-spacing:-.035em}
body.kerong-unified h3{margin:0 0 12px;font-size:clamp(18px,1.8vw,25px);line-height:1.16}
body.kerong-unified p,body.kerong-unified li{font-size:15px;line-height:1.65}
body.kerong-unified .lead{max-width:820px;color:var(--muted);font-size:18px}
body.kerong-unified .crumb,body.kerong-unified [class*="breadcrumbs"],body.kerong-unified [class*="-crumb"]{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-bottom:22px;color:var(--muted);font-size:12px}
body.kerong-unified :where(.eyebrow,[class*="-eyebrow"],.project-kicker,.catalog-screen__kicker){color:var(--red);font-size:12px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}
body.kerong-unified .actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
body.kerong-unified .unified-hero .actions{width:100%;align-items:center;justify-content:center}
body.kerong-unified :where(.btn,.product-btn,.project-button,[class*="-btn"]){display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border:1px solid transparent;border-radius:var(--radius-sm);font-size:14px;font-weight:850;text-decoration:none;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}
body.kerong-unified :where(.btn-red,.red,.product-btn,.contact-submit,.company-btn-primary){background:var(--red);color:#fff}
body.kerong-unified :where(.btn-red,.red,.product-btn,.contact-submit,.company-btn-primary):hover{background:var(--red-dark)}
body.kerong-unified :where(.btn-outline,.btn-secondary,.company-btn-secondary){border-color:#cfd2d6;background:#fff;color:var(--ink)}

/* Shared hero: same silhouette and rhythm as the home page */
body.kerong-unified .unified-hero{padding:0;background:#fff;overflow:hidden}
body.kerong-unified .unified-hero>.container{max-width:var(--max);padding-top:24px}
body.kerong-unified .unified-hero .hero-grid{display:grid;grid-template-columns:minmax(0,47%) minmax(0,53%);min-height:540px;margin-top:0}
body.kerong-unified .unified-hero .hero-grid>div:first-child{display:flex;flex-direction:column;justify-content:center;padding:58px 54px 58px 0}
body.kerong-unified .unified-hero h1{max-width:760px}
body.kerong-unified .unified-hero .hero-grid>div:first-child>p{max-width:720px;margin:0;color:var(--muted);font-size:18px}
body.kerong-unified .unified-hero .hero-benefits{display:none}
body.kerong-unified .unified-hero-media{position:relative;align-self:stretch;min-height:420px;margin:0;overflow:hidden;background:var(--dark)}
body.kerong-unified .unified-hero-media:after{position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.08),transparent 24%,rgba(8,10,12,.12));content:""}
body.kerong-unified .unified-hero-media img{width:100%;height:100%;object-fit:cover}
/* hero-detail reuses the approved dark process visual from the solutions page */
body.kerong-unified [data-component="hero-detail"].unified-hero-detail{
  --ks-process-bg:#111216;
  --ks-process-line:#34373d;
  --ks-process-text:#f7f7f8;
  --ks-process-muted:#989ca4;
  --ks-process-red:#b10b0a;
  padding:52px 0;
  background:#f4f5f6
}
body.kerong-unified [data-component="hero-detail"]>.container{max-width:1324px}
body.kerong-unified [data-component="hero-detail"] .unified-detail-card{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  display:grid;
  grid-template-columns:1fr;
  gap:0;
  align-items:start;
  padding:42px;
  border:0;
  border-radius:24px;
  background:var(--ks-process-bg);
  box-shadow:none;
  color:var(--ks-process-text)
}
body.kerong-unified [data-component="hero-detail"] .unified-detail-card:before{
  position:absolute;
  z-index:-1;
  top:-210px;
  right:-145px;
  width:520px;
  height:520px;
  border-radius:50%;
  background:rgba(129,28,20,.25);
  content:""
}
body.kerong-unified [data-component="hero-detail"] .unified-detail-card>h3{
  position:relative;
  z-index:1;
  max-width:820px;
  margin:0 0 28px;
  color:var(--ks-process-text);
  font-size:clamp(34px,4.5vw,54px);
  line-height:1.02;
  letter-spacing:-1.8px
}
body.kerong-unified [data-component="hero-detail"] .unified-detail-card>.flow{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  grid-column:auto;
  gap:12px
}
body.kerong-unified [data-component="hero-detail"] .unified-detail-card .flow span{
  display:block;
  padding:24px;
  border:1px solid var(--ks-process-line);
  border-radius:18px;
  background:rgba(255,255,255,.045)
}
body.kerong-unified [data-component="hero-detail"] .unified-detail-card .flow strong,
body.kerong-unified [data-component="hero-detail"] .unified-detail-card .flow em{display:block}
body.kerong-unified [data-component="hero-detail"] .unified-detail-card .flow strong{
  color:var(--ks-process-text);
  font-size:20px;
  line-height:1.25
}
body.kerong-unified [data-component="hero-detail"] .unified-detail-card .flow em{
  margin-top:9px;
  color:var(--ks-process-muted);
  font-size:15px;
  font-style:normal;
  line-height:1.5
}
body.kerong-unified [data-component="hero-detail"] .unified-detail-card .result-box{
  position:relative;
  z-index:1;
  grid-column:auto;
  margin-top:14px;
  padding:25px 28px;
  border:1px solid rgba(129,28,20,.55);
  border-radius:18px;
  background:rgba(104,22,16,.24);
  color:var(--ks-process-text)
}
body.kerong-unified [data-component="hero-detail"] .unified-detail-card .result-box b{
  display:block;
  color:var(--ks-process-text);
  font-size:20px;
  line-height:1.25
}
body.kerong-unified [data-component="hero-detail"] .unified-detail-card .result-box p{
  max-width:860px;
  margin:9px 0 0;
  color:#c8cbd1;
  font-size:16px;
  line-height:1.55
}
body.kerong-unified [data-component="hero-detail"] .unified-detail-card .result-box .result-box-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:16px;
  color:#fff;
  font-weight:800;
  text-decoration:underline;
  text-underline-offset:4px
}
body.kerong-unified [data-component="hero-detail"] .unified-detail-card .result-box .result-box-link:hover{color:#d8a29e}

/* Reusable benefits copied from the approved home component */
body.kerong-unified .unified-benefits{padding:24px 0 28px;border-bottom:1px solid var(--line);background:linear-gradient(180deg,#f4f5f6 0%,#f8f9fa 100%)}
body.kerong-unified .unified-benefits .benefits-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;max-width:var(--max)}
body.kerong-unified .unified-benefits .benefit{position:relative;display:grid;grid-template-columns:50px minmax(0,1fr);align-items:start;gap:16px;min-width:0;min-height:132px;padding:22px;overflow:hidden;border:1px solid #e4e6e9;border-radius:16px;background:rgba(255,255,255,.96);box-shadow:0 10px 30px rgba(17,20,24,.045);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
body.kerong-unified .unified-benefits .benefit::before{content:"";position:absolute;top:0;left:22px;width:32px;height:3px;border-radius:0 0 3px 3px;background:var(--red)}
body.kerong-unified .unified-benefits .benefit-icon{display:grid;width:50px;height:50px;place-items:center;color:var(--red);border:1px solid rgba(129,28,20,.16);border-radius:14px;background:#f7efee;box-shadow:inset 0 0 0 1px rgba(255,255,255,.7)}
body.kerong-unified .unified-benefits .benefit-icon svg{display:block;width:24px;height:24px;max-width:100%;max-height:100%}
body.kerong-unified .unified-benefits .benefit strong{display:block;font-size:15.5px;line-height:1.25;letter-spacing:-.1px}
body.kerong-unified .unified-benefits .benefit span{display:block;margin-top:6px;color:var(--muted);font-size:12.5px;line-height:1.5}
@media(hover:hover){body.kerong-unified .unified-benefits .benefit:hover{transform:translateY(-4px);border-color:rgba(129,28,20,.3);box-shadow:0 18px 38px rgba(17,20,24,.085)}}
@media(max-width:1080px){body.kerong-unified .unified-benefits .benefits-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){body.kerong-unified .unified-benefits{padding:18px 0 20px}body.kerong-unified .unified-benefits .benefits-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}body.kerong-unified .unified-benefits .benefit{min-height:156px;padding:16px;grid-template-columns:1fr;gap:12px}body.kerong-unified .unified-benefits .benefit::before{left:16px;width:26px}body.kerong-unified .unified-benefits .benefit-icon{width:42px;height:42px;border-radius:12px}body.kerong-unified .unified-benefits .benefit-icon svg{width:20px;height:20px}body.kerong-unified .unified-benefits .benefit strong{font-size:13px}body.kerong-unified .unified-benefits .benefit span{margin-top:5px;font-size:11px;line-height:1.45}}
@media(max-width:380px){body.kerong-unified .unified-benefits .benefits-grid{grid-template-columns:1fr}body.kerong-unified .unified-benefits .benefit{min-height:112px;grid-template-columns:42px minmax(0,1fr);gap:13px}}
@media(orientation:landscape) and (max-width:1080px) and (max-height:600px) and (pointer:coarse){body.kerong-unified .unified-benefits .benefits-grid{grid-template-columns:repeat(4,minmax(0,1fr))}body.kerong-unified .unified-benefits .benefit{min-height:128px;padding:18px 14px;grid-template-columns:44px minmax(0,1fr);gap:12px}body.kerong-unified .unified-benefits .benefit::before{left:14px;width:28px}body.kerong-unified .unified-benefits .benefit-icon{width:44px;height:44px}body.kerong-unified .unified-benefits .benefit-icon svg{width:21px;height:21px}body.kerong-unified .unified-benefits .benefit strong{font-size:13.5px}body.kerong-unified .unified-benefits .benefit span{font-size:11.5px}}

/* Content grids and cards */
body.kerong-unified :where(.grid3,.category-grid,.solution-grid,.doc-grid,.package-grid,.trust-grid){display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
body.kerong-unified :where(.grid4,.steps,.fast-specs){display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
body.kerong-unified :where(.card,.item,.step,.category,.solution,.doc,.package,.trust-item,.risk,.case-flow-card,.representation-card){min-width:0;padding:24px;border:1px solid var(--line);border-radius:var(--radius-lg);background:#fff;box-shadow:var(--shadow-sm)}
body.kerong-unified :where(.card,.item,.step,.category,.solution,.doc,.package) p{margin:8px 0 0;color:var(--muted)}
body.kerong-unified :where(.semantic-icon,.icon,.representation-icon,.process-icon){display:grid;place-items:center;width:46px;height:46px;margin-bottom:16px;border:1px solid #d9dcdf;border-radius:50%;color:var(--red)}
body.kerong-unified :where(.semantic-icon,.icon,.representation-icon,.process-icon) svg{width:23px;height:23px}
body.kerong-unified .section-head,body.kerong-unified .content-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px}
body.kerong-unified .section-head>*,body.kerong-unified .content-head>*{min-width:0}
body.kerong-unified .tag,body.kerong-unified .case-tags span{display:inline-flex;padding:7px 10px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--muted);font-size:12px}
body.kerong-unified .pic img,body.kerong-unified .category img,body.kerong-unified .solution img,body.kerong-unified .project-media img{width:100%;height:100%;object-fit:cover}
body.kerong-unified .category-media{display:block;aspect-ratio:16/10;overflow:hidden;border-radius:var(--radius-md);background:var(--soft)}
body.kerong-unified .category-copy{display:block;padding-top:16px}
body.kerong-unified .category-kicker{display:block;color:var(--red);font-size:11px;font-weight:800;text-transform:uppercase}
body.kerong-unified .go{margin-left:auto;color:var(--red)}

/* Product listing and product pages */
body.kerong-unified .product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
body.kerong-unified .product{position:relative;display:grid;grid-template-columns:180px minmax(0,1fr);gap:18px;min-width:0;padding:18px;border:1px solid var(--line);border-radius:var(--radius-lg);background:#fff;box-shadow:var(--shadow-sm)}
body.kerong-unified .product-img{display:flex;align-items:center;justify-content:center;min-height:210px;border-radius:var(--radius-md);background:var(--soft)}
body.kerong-unified .product-img img,body.kerong-unified .product-figure{max-width:100%;max-height:210px;object-fit:contain}
body.kerong-unified .product-body{display:flex;flex-direction:column;min-width:0}
body.kerong-unified .product-toolbar{position:absolute;top:14px;right:14px}
body.kerong-unified .product-kicker{color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase}
body.kerong-unified .product h3{font-size:20px}
body.kerong-unified .product .spec{color:var(--muted);font-size:13px}
body.kerong-unified .product .price{margin:12px 0;font-size:20px;font-weight:850}
body.kerong-unified .product-btn{margin-top:auto;width:100%}
body.kerong-unified .product-hero{padding:58px 0;background:#fff}
body.kerong-unified .product-hero .product-grid{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:start}
body.kerong-unified .gallery{display:grid;grid-template-columns:110px minmax(0,1fr);gap:14px}
body.kerong-unified .thumbs{display:grid;gap:8px}
body.kerong-unified .thumb{padding:11px;border:1px solid var(--line);border-radius:var(--radius-sm);background:#fff;color:var(--muted);font-size:12px}
body.kerong-unified .thumb.active{border-color:var(--red);color:var(--red)}
body.kerong-unified .main-photo{position:relative;display:grid;place-items:center;min-height:520px;padding:28px;border-radius:var(--radius-lg);background:var(--soft)}
body.kerong-unified .main-photo img{max-height:480px;object-fit:contain}
body.kerong-unified .photo-note{position:absolute;right:20px;bottom:18px;left:20px;color:var(--muted);font-size:12px;text-align:center}
body.kerong-unified .product-info{padding:32px;border:1px solid var(--line);border-radius:var(--radius-lg);background:#fff;box-shadow:var(--shadow-sm)}
body.kerong-unified .product-info h1{font-size:clamp(36px,4vw,56px)}
body.kerong-unified .subtitle,body.kerong-unified .tax{color:var(--muted)}
body.kerong-unified .rating{display:flex;gap:12px;flex-wrap:wrap;margin:16px 0}
body.kerong-unified .price-label{margin-top:20px;color:var(--muted);font-size:12px}
body.kerong-unified .product-info>.price{font-size:30px;font-weight:850}
body.kerong-unified .fast-spec{padding:14px;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--soft)}
body.kerong-unified .fast-spec b,body.kerong-unified .fast-spec span{display:block}
body.kerong-unified .fast-spec span{color:var(--muted);font-size:11px}

/* Tables, guides and technical content */
body.kerong-unified :where(.buyer-guide,.v44-guide,.v43-specs,.v44-related){background:var(--soft)}
body.kerong-unified :where(.bg-grid,.system-map){display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
body.kerong-unified :where(.bg-item,.system-step,.use-step){padding:22px;border:1px solid var(--line);border-radius:var(--radius-lg);background:#fff}

/* KERONG selection guide — shared engineering-card treatment */
body.kerong-unified .buyer-guide{
  padding:76px 0 82px;
  background:#f4f5f6
}
body.kerong-unified .buyer-guide .bg-wrap{
  width:min(1324px,calc(100% - 48px));
  margin:0 auto
}
body.kerong-unified .buyer-guide .bg-wrap>h2{
  max-width:880px;
  margin:0;
  color:var(--dark);
  font-size:clamp(34px,4.4vw,58px);
  line-height:1.02;
  letter-spacing:-1.8px
}
body.kerong-unified .buyer-guide .bg-lead{
  max-width:860px;
  margin:20px 0 34px;
  color:var(--muted);
  font-size:17px;
  line-height:1.65
}
body.kerong-unified .buyer-guide .bg-grid{
  counter-reset:kerong-guide;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px
}
body.kerong-unified .buyer-guide .bg-grid:has(>.bg-item:first-child:nth-last-child(4)){
  grid-template-columns:repeat(2,minmax(0,1fr))
}
body.kerong-unified .buyer-guide .bg-item{
  counter-increment:kerong-guide;
  position:relative;
  isolation:isolate;
  min-height:248px;
  overflow:hidden;
  padding:88px 28px 28px;
  border:1px solid #dedfe2;
  border-radius:22px;
  background:#fff;
  box-shadow:0 1px 0 rgba(10,12,15,.02);
  transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease
}
body.kerong-unified .buyer-guide .bg-item:before{
  position:absolute;
  top:26px;
  left:28px;
  width:48px;
  height:48px;
  border-radius:14px;
  background-color:var(--red);
  background-position:center;
  background-repeat:no-repeat;
  background-size:25px 25px;
  box-shadow:0 9px 22px rgba(129,28,20,.2);
  content:""
}
body.kerong-unified .buyer-guide .bg-item:after{
  position:absolute;
  top:28px;
  right:28px;
  color:#c8cacf;
  font-size:13px;
  font-weight:800;
  letter-spacing:.12em;
  content:counter(kerong-guide,decimal-leading-zero)
}
body.kerong-unified .buyer-guide .bg-item:nth-child(6n+1):before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='15' rx='2'/%3E%3Cpath d='M7 8h10M7 12h5M7 16h3M17 15v1M17 11v1'/%3E%3C/svg%3E")}
body.kerong-unified .buyer-guide .bg-item:nth-child(6n+2):before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='3' width='6' height='8' rx='1'/%3E%3Crect x='14' y='3' width='6' height='8' rx='1'/%3E%3Crect x='4' y='14' width='6' height='7' rx='1'/%3E%3Crect x='14' y='14' width='6' height='7' rx='1'/%3E%3Cpath d='M7 6v2m10-2v2M7 17v1m10-1v1'/%3E%3C/svg%3E")}
body.kerong-unified .buyer-guide .bg-item:nth-child(6n+3):before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16v16H4zM8 8h3v3H8zM13 13h3v3h-3zM11 10l2 3'/%3E%3C/svg%3E")}
body.kerong-unified .buyer-guide .bg-item:nth-child(6n+4):before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='6' cy='12' r='2'/%3E%3Ccircle cx='18' cy='6' r='2'/%3E%3Ccircle cx='18' cy='18' r='2'/%3E%3Cpath d='m7.8 11 8.4-4M7.8 13l8.4 4'/%3E%3C/svg%3E")}
body.kerong-unified .buyer-guide .bg-item.bg-item--code-panel:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='2.5' width='16' height='19' rx='2.2'/%3E%3Crect x='7' y='5.5' width='10' height='4' rx='.7'/%3E%3Ccircle cx='8' cy='13' r='.75' fill='white' stroke='none'/%3E%3Ccircle cx='12' cy='13' r='.75' fill='white' stroke='none'/%3E%3Ccircle cx='16' cy='13' r='.75' fill='white' stroke='none'/%3E%3Ccircle cx='8' cy='17' r='.75' fill='white' stroke='none'/%3E%3Ccircle cx='12' cy='17' r='.75' fill='white' stroke='none'/%3E%3Cpath d='m15.2 17 1 1 1.8-2.2'/%3E%3C/svg%3E")}
body.kerong-unified .buyer-guide .bg-item.bg-item--temporary-access:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2.5' y='3' width='11.5' height='18' rx='1.8'/%3E%3Cpath d='M7 3v18M9.5 8h2M9.5 11h2'/%3E%3Ccircle cx='17.5' cy='16.5' r='4'/%3E%3Cpath d='M17.5 14.2v2.5l1.7 1'/%3E%3C/svg%3E")}
body.kerong-unified .buyer-guide .bg-item.bg-item--personal-locker:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='2.5' width='18' height='19' rx='2.2'/%3E%3Ccircle cx='12' cy='9' r='2.4'/%3E%3Cpath d='M7.5 17c.7-2.3 2.2-3.5 4.5-3.5s3.8 1.2 4.5 3.5M18 5v3'/%3E%3Ccircle cx='18' cy='9.5' r='.7' fill='white' stroke='none'/%3E%3C/svg%3E")}
body.kerong-unified .buyer-guide .bg-item.bg-item--multi-access:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.65' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2.5' y='3' width='9' height='18' rx='1.8'/%3E%3Cpath d='M5 6h4M5 10h.1M8.5 10h.1M5 14h.1M8.5 14h.1M6.7 18h.1'/%3E%3Crect x='14' y='6.5' width='7.5' height='11' rx='1.5'/%3E%3Cpath d='M16 10c1.4-1.3 2.8-1.3 4.1 0M17 11.5c.7-.6 1.4-.6 2.1 0'/%3E%3Ccircle cx='18' cy='13.5' r='.65' fill='white' stroke='none'/%3E%3C/svg%3E")}




body.kerong-unified .buyer-guide .bg-item:nth-child(6n+5):before{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='7'/%3E%3Ccircle cx='12' cy='12' r='2'/%3E%3Cpath d='M12 2v3m0 14v3M2 12h3m14 0h3'/%3E%3C/svg%3E")
}
body.kerong-unified .buyer-guide .bg-item:nth-child(6n):before{
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 18h10a4 4 0 0 0 .6-7.95A6 6 0 0 0 6.2 8.6 4.7 4.7 0 0 0 7 18Z'/%3E%3Cpath d='M9 21h6'/%3E%3C/svg%3E")
}
body.kerong-unified .buyer-guide .bg-item h3{
  margin:0;
  color:var(--dark);
  font-size:22px;
  line-height:1.18;
  letter-spacing:-.35px
}
body.kerong-unified .buyer-guide .bg-item p{
  margin:14px 0 0;
  color:var(--muted);
  font-size:15px;
  line-height:1.58
}
@media(hover:hover){
  body.kerong-unified .buyer-guide .bg-item:hover{
    transform:translateY(-3px);
    border-color:rgba(129,28,20,.42);
    box-shadow:0 18px 42px rgba(16,18,22,.09),inset 4px 0 0 var(--red)
  }
}
@media(max-width:980px){
  body.kerong-unified .buyer-guide .bg-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:640px){
  body.kerong-unified .buyer-guide{padding:48px 0 54px}
  body.kerong-unified .buyer-guide .bg-wrap{width:min(1324px,calc(100% - 28px))}
  body.kerong-unified .buyer-guide .bg-wrap>h2{font-size:34px;letter-spacing:-1px}
  body.kerong-unified .buyer-guide .bg-lead{margin:16px 0 26px;font-size:16px;line-height:1.58}
  body.kerong-unified .buyer-guide .bg-grid{grid-template-columns:1fr;gap:12px}
  body.kerong-unified .buyer-guide .bg-item{min-height:0;padding:80px 22px 24px;border-radius:18px}
  body.kerong-unified .buyer-guide .bg-item:before{top:20px;left:22px;width:46px;height:46px;border-radius:13px}
  body.kerong-unified .buyer-guide .bg-item:after{top:22px;right:22px}
  body.kerong-unified .buyer-guide .bg-item h3{font-size:21px}
}
@media(prefers-reduced-motion:reduce){
  body.kerong-unified .buyer-guide .bg-item{transition:none}
}
body.kerong-unified :where(table,.v43-table,.v44-spec-table){width:100%;border-collapse:collapse;border-spacing:0;background:#fff}
body.kerong-unified :where(th,td){padding:14px 16px;border:1px solid var(--line);text-align:left;vertical-align:top}
body.kerong-unified th{background:var(--soft);font-size:12px}
body.kerong-unified td{font-size:13px}
body.kerong-unified :where(.v43-table-wrap,.table-wrap){overflow-x:auto;border-radius:var(--radius-md)}

/* Shared FAQ: homepage component plus legacy-markup adapter */
body.kerong-unified main>[data-component="faq"].faq{
  padding:64px 0 72px;
  border-top:1px solid var(--line);
  background:#f4f5f6
}
body.kerong-unified [data-component="faq"] .faq-title h2{margin:0}

body.kerong-unified main>section[data-phoenix-code="B09"]:not([data-component="faq"]){
  padding:64px 0 72px;
  border-top:1px solid var(--line);
  background:#f4f5f6
}
body.kerong-unified section[data-phoenix-code="B09"]:not([data-component="faq"])>.container>h2{
  max-width:820px;
  margin:0 0 28px;
  font-size:clamp(38px,4.3vw,58px);
  line-height:1;
  letter-spacing:-2px
}
body.kerong-unified section[data-phoenix-code="B09"]:not([data-component="faq"]) .faq{
  display:block;
  column-count:2;
  column-gap:14px;
  padding:0;
  border:0;
  background:transparent
}
body.kerong-unified section[data-phoenix-code="B09"]:not([data-component="faq"]) .faq details{
  min-width:0;
  margin:0 0 14px;
  padding:0;
  break-inside:avoid-column;
  page-break-inside:avoid;
  overflow:hidden;
  border:1px solid #dcdfe3;
  border-radius:16px;
  background:#fff;
  box-shadow:0 1px 0 rgba(18,20,22,.02)
}
body.kerong-unified section[data-phoenix-code="B09"]:not([data-component="faq"]) .faq details[open]{
  border-color:rgba(129,28,20,.42);
  box-shadow:0 14px 34px rgba(24,27,31,.08)
}
body.kerong-unified section[data-phoenix-code="B09"]:not([data-component="faq"]) .faq summary{
  display:grid;
  grid-template-columns:minmax(0,1fr) 38px;
  align-items:center;
  gap:17px;
  min-height:96px;
  padding:20px 22px;
  border:0;
  cursor:pointer;
  list-style:none
}
body.kerong-unified section[data-phoenix-code="B09"]:not([data-component="faq"]) .faq summary:after{
  content:"+";
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  border:1px solid #d9dce0;
  border-radius:50%;
  color:var(--red);
  background:#fff;
  font-size:24px;
  line-height:1
}
body.kerong-unified section[data-phoenix-code="B09"]:not([data-component="faq"]) .faq details[open] summary:after{
  content:"−";
  border-color:var(--red);
  color:#fff;
  background:var(--red)
}
body.kerong-unified section[data-phoenix-code="B09"]:not([data-component="faq"]) .faq-question-text{
  color:var(--ink);
  font-size:18px;
  font-weight:850;
  line-height:1.25;
  letter-spacing:-.25px
}
body.kerong-unified section[data-phoenix-code="B09"]:not([data-component="faq"]) .faq details>p{
  max-width:none;
  margin:0;
  padding:0 78px 24px 22px;
  color:#62676d;
  font-size:15px;
  line-height:1.62
}

/* Common ContactPanel: homepage presentation on legacy routes */
body.kerong-unified .final-cta.contact-panel .contact-intro h2{
  max-width:600px;
  margin:14px 0 18px;
  color:#fff;
  font-size:clamp(38px,4.2vw,56px);
  line-height:1.01;
  letter-spacing:-1.9px
}
body.kerong-unified .final-cta.contact-panel .contact-intro>p{
  max-width:570px;
  margin:0;
  color:#b9bdc2;
  font-size:16px;
  line-height:1.6
}

/* Company and project editorial templates */
body.kerong-unified .company-hero,body.kerong-unified .project-archive-hero,body.kerong-unified .case-hero{padding:64px 0;background:#fff}




body.kerong-unified .company-quick-facts,body.kerong-unified .archive-stats,body.kerong-unified .case-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin-top:28px;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--line)}
body.kerong-unified :where(.company-quick-facts,.archive-stats,.case-facts)>div{display:grid;gap:5px;padding:16px;background:#fff}
body.kerong-unified :where(.company-quick-facts,.archive-stats,.case-facts) span,body.kerong-unified :where(.company-quick-facts,.archive-stats,.case-facts) small{color:var(--muted);font-size:11px}
body.kerong-unified .archive-lead,body.kerong-unified .case-lead{max-width:840px;color:var(--muted);font-size:19px}
body.kerong-unified .case-meta,body.kerong-unified .case-tags{display:flex;gap:9px;flex-wrap:wrap}
body.kerong-unified .case-cover-collage,body.kerong-unified .case-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
body.kerong-unified .case-cover-shot,body.kerong-unified .case-gallery-item{position:relative;margin:0;overflow:hidden;border-radius:var(--radius-lg);background:var(--soft)}
body.kerong-unified .case-cover-shot img,body.kerong-unified .case-gallery-item img{width:100%;height:100%;min-height:320px;object-fit:cover}
body.kerong-unified .case-cover-shot figcaption{position:absolute;right:0;bottom:0;left:0;padding:18px;color:#fff;background:linear-gradient(transparent,rgba(0,0,0,.78))}
body.kerong-unified .case-layout{display:grid;grid-template-columns:230px minmax(0,1fr);gap:42px}
body.kerong-unified .case-aside{position:sticky;top:24px;align-self:start;padding:18px;border:1px solid var(--line);border-radius:var(--radius-md)}
body.kerong-unified .case-aside nav{display:grid;gap:8px;margin-top:10px}
body.kerong-unified .projects-cta-card{padding:32px;border-radius:var(--radius-lg);background:var(--dark);color:#fff}

/* Responsive rules */
@media(max-width:980px){
 body.kerong-unified{--page-section:58px}
 body.kerong-unified .unified-hero .hero-grid{grid-template-columns:1fr}
 body.kerong-unified .unified-hero .hero-grid>div:first-child{padding:48px 0 34px}
 body.kerong-unified .unified-hero-media{min-height:360px}
 body.kerong-unified .unified-detail-card{grid-template-columns:1fr}
 body.kerong-unified .unified-detail-card>.flow{grid-column:auto}
 body.kerong-unified :where(.grid3,.category-grid,.solution-grid,.doc-grid,.package-grid,.trust-grid){grid-template-columns:repeat(2,minmax(0,1fr))}
 body.kerong-unified :where(.grid4,.steps,.fast-specs){grid-template-columns:repeat(2,minmax(0,1fr))}
 body.kerong-unified .product-hero .product-grid,body.kerong-unified .company-hero-grid,body.kerong-unified .contact-panel-grid{grid-template-columns:1fr}
 body.kerong-unified .faq-grid,body.kerong-unified .case-layout{grid-template-columns:1fr}
 body.kerong-unified .case-aside{position:static}
}
@media(max-width:640px){
 body.kerong-unified{--page-section:46px}
 body.kerong-unified h1{font-size:38px;line-height:1.02}
 body.kerong-unified h2{font-size:30px}
 body.kerong-unified main>section{overflow:hidden}
 body.kerong-unified .unified-hero>.container{padding-top:18px}
 body.kerong-unified .unified-hero .hero-grid>div:first-child{padding:34px 0 28px}
 body.kerong-unified .unified-hero .hero-grid>div:first-child>p{font-size:16px}
 body.kerong-unified .unified-hero-media{min-height:260px;border-radius:var(--radius-md)}
 body.kerong-unified [data-component="hero-detail"].unified-hero-detail{padding:34px 0}
 body.kerong-unified [data-component="hero-detail"] .unified-detail-card{padding:26px 18px;border-radius:18px}
 body.kerong-unified [data-component="hero-detail"] .unified-detail-card:before{top:-285px;right:-245px}
 body.kerong-unified [data-component="hero-detail"] .unified-detail-card>h3{margin-bottom:22px;font-size:34px;letter-spacing:-1.2px}
 body.kerong-unified [data-component="hero-detail"] .unified-detail-card>.flow{grid-template-columns:1fr;gap:8px}
 body.kerong-unified [data-component="hero-detail"] .unified-detail-card .flow span{padding:20px;border-radius:16px}
 body.kerong-unified [data-component="hero-detail"] .unified-detail-card .flow strong{font-size:18px}
 body.kerong-unified [data-component="hero-detail"] .unified-detail-card .flow em{font-size:14px}
 body.kerong-unified [data-component="hero-detail"] .unified-detail-card .result-box{margin-top:10px;padding:21px 20px;border-radius:16px}
 body.kerong-unified :where(.grid3,.grid4,.category-grid,.solution-grid,.doc-grid,.package-grid,.trust-grid,.steps,.fast-specs,.bg-grid,.system-map){grid-template-columns:1fr}
 body.kerong-unified .product-grid{grid-template-columns:1fr}
 body.kerong-unified .product{grid-template-columns:112px minmax(0,1fr);padding:12px}
 body.kerong-unified .product-img{min-height:150px}
 body.kerong-unified .gallery{grid-template-columns:1fr}
 body.kerong-unified .thumbs{grid-template-columns:repeat(4,minmax(0,1fr));order:2}
 body.kerong-unified .main-photo{min-height:360px}
 body.kerong-unified .product-info{padding:22px}
 body.kerong-unified .faq summary{min-height:64px}
 body.kerong-unified .contact-form-grid{grid-template-columns:1fr}
 body.kerong-unified .contact-field-wide{grid-column:auto}
 body.kerong-unified .company-quick-facts,body.kerong-unified .archive-stats,body.kerong-unified .case-facts{grid-template-columns:1fr}
 body.kerong-unified .case-cover-collage,body.kerong-unified .case-gallery{grid-template-columns:1fr}
}


/* KERONG unified QA polish — shared replacements for removed local page CSS */
body.kerong-unified .equip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
body.kerong-unified .equip .card{display:block}
body.kerong-unified .equip .tag{margin-bottom:14px}
body.kerong-unified .steps .step{display:grid;grid-template-columns:auto minmax(0,1fr);gap:8px 10px;align-content:start}
body.kerong-unified .steps .step>b{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:var(--red);color:#fff;font-size:11px}
body.kerong-unified .steps .step>strong{align-self:center}
body.kerong-unified .steps .step>p{grid-column:1/-1;margin:4px 0 0;color:var(--muted)}
body.kerong-unified .stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--line)}
body.kerong-unified .stat{display:grid;gap:4px;padding:16px;background:#fff}
body.kerong-unified .stat :where(b,span){display:block}
body.kerong-unified .stat span{color:var(--muted);font-size:12px}
body.kerong-unified .case{display:grid;grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);gap:28px;align-items:center}
body.kerong-unified .faq summary:after{content:none}
body.kerong-unified .faq summary:not(:has(.faq-toggle)):after{color:var(--red);font-size:24px;content:"+"}
body.kerong-unified .faq details[open] summary:not(:has(.faq-toggle)):after{content:"−"}
body.kerong-unified .faq-toggle:after{color:var(--red);font-size:24px;content:"+"}
body.kerong-unified .faq details[open] .faq-toggle:after{content:"−"}
@media(max-width:980px){body.kerong-unified .equip{grid-template-columns:repeat(2,minmax(0,1fr))}body.kerong-unified .case{grid-template-columns:1fr}}
@media(max-width:640px){body.kerong-unified .equip,body.kerong-unified .stats{grid-template-columns:1fr}}

body.kerong-unified .faq details summary:has(.faq-toggle):after,
body.kerong-unified .faq details[open] summary:has(.faq-toggle):after{content:none}

body.kerong-unified .faq-toggle:after,
body.kerong-unified .faq details[open] .faq-toggle:after{content:""}
/* =========================================================
   Shared internal-page component parity
   ========================================================= */

@media(max-width:760px){
  body.kerong-unified main>[data-component="faq"].faq,
  body.kerong-unified main>section[data-phoenix-code="B09"]:not([data-component="faq"]){padding:46px 0 52px}
  body.kerong-unified section[data-phoenix-code="B09"]:not([data-component="faq"])>.container>h2{margin-bottom:22px;font-size:36px;line-height:1.03;letter-spacing:-1.25px}
  body.kerong-unified section[data-phoenix-code="B09"]:not([data-component="faq"]) .faq{column-count:1;column-gap:0}
  body.kerong-unified section[data-phoenix-code="B09"]:not([data-component="faq"]) .faq details{margin-bottom:10px;border-radius:14px}
  body.kerong-unified section[data-phoenix-code="B09"]:not([data-component="faq"]) .faq summary{min-height:82px;grid-template-columns:minmax(0,1fr) 34px;gap:13px;padding:16px}
  body.kerong-unified section[data-phoenix-code="B09"]:not([data-component="faq"]) .faq summary:after{width:34px;height:34px}
  body.kerong-unified section[data-phoenix-code="B09"]:not([data-component="faq"]) .faq-question-text{font-size:17px}
  body.kerong-unified section[data-phoenix-code="B09"]:not([data-component="faq"]) .faq details>p{padding:0 58px 19px 16px}

  body.kerong-unified .final-cta.contact-panel .contact-intro h2{margin:11px 0 14px;font-size:37px;line-height:1.03;letter-spacing:-1.2px}
  body.kerong-unified .final-cta.contact-panel .contact-intro>p{font-size:15px;line-height:1.55}
}



/* iPhone landscape — desktop web composition */
@media(orientation:landscape) and (max-width:1080px) and (max-height:600px) and (pointer:coarse){
  .container{
    padding-right:max(28px,env(safe-area-inset-right));
    padding-left:max(28px,env(safe-area-inset-left))
  }

  .hero-grid{
    grid-template-columns:minmax(0,46%) minmax(0,54%);
    min-height:420px
  }
  .hero-copy{
    max-width:none;
    padding:30px 34px 30px 0;
    justify-content:center
  }
  .hero-copy:after{display:none}
  .hero-copy h1{
    max-width:100%;
    margin:10px 0 14px;
    font-size:clamp(32px,4vw,42px);
    line-height:1;
    letter-spacing:-1.5px
  }
  .hero-copy p{
    max-width:100%;
    font-size:14px;
    line-height:1.45
  }
  .hero-actions{margin-top:17px}
  .hero-actions .btn{min-height:44px;padding:0 18px;font-size:12px}
  .hero-visual,
  .hero-slider .hero-visual{
    min-height:420px;
    height:100%;
    aspect-ratio:auto
  }

  .benefits-grid{grid-template-columns:repeat(4,minmax(0,1fr))}

  .solution-strip .strip-row{
    display:grid;
    grid-template-columns:repeat(6,minmax(0,1fr));
    gap:10px;
    margin:0;
    padding:0;
    overflow:visible
  }
  .solution-strip .strip-title{
    grid-column:1/-1;
    min-width:0
  }
  .solution-strip .solution-card{min-width:0}

  .categories .category-row{
    display:grid;
    grid-template-columns:repeat(7,minmax(0,1fr));
    gap:10px;
    margin:0;
    padding:0;
    overflow:visible
  }
  .categories .category-label{
    grid-column:1/-1;
    min-width:0
  }
  .categories .category{min-width:0}
  .categories.catalog-redesign .category-row{
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:14px
  }

  .product-redesign .product-grid{
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:12px
  }
  .product-redesign .product-card{
    display:flex!important;
    min-height:100%
  }
  .product-redesign .product-info{padding:14px}
  .product-redesign .product-card h3{font-size:20px!important}
  .product-redesign .product-description{font-size:10px}
  .product-redesign .product-tags{margin:10px 0 12px}

  .project-slide{
    grid-template-columns:38% 62%;
    grid-template-rows:300px auto
  }

  .process-cycle .process-track{
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:12px
  }
  
  .process-cycle .process-step{
    min-height:194px;
    padding:18px
  }
  .process-cycle .process-step:nth-child(2n):after{display:block}

  .faq .faq-list{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:14px
  }
  .contact-panel .contact-panel-grid{
    grid-template-columns:minmax(0,.82fr) minmax(390px,1.18fr);
    gap:40px
  }

  body.kerong-unified{--page-section:64px}
  body.kerong-unified .unified-hero .hero-grid{
    grid-template-columns:minmax(0,47%) minmax(0,53%);
    min-height:420px
  }
  body.kerong-unified .unified-hero .hero-grid>div:first-child{
    padding:30px 34px 30px 0
  }
  body.kerong-unified .unified-hero-media{min-height:420px}
  body.kerong-unified [data-component="hero-detail"] .unified-detail-card{
    grid-template-columns:1fr;
    padding:34px
  }
  body.kerong-unified [data-component="hero-detail"] .unified-detail-card>h3{
    font-size:clamp(32px,4vw,42px)
  }
  body.kerong-unified [data-component="hero-detail"] .unified-detail-card>.flow{
    grid-template-columns:repeat(2,minmax(0,1fr));
    grid-column:auto
  }
  body.kerong-unified :where(.grid3,.category-grid,.solution-grid,.doc-grid,.package-grid,.trust-grid){
    grid-template-columns:repeat(3,minmax(0,1fr))
  }
  body.kerong-unified :where(.grid4,.steps,.fast-specs){
    grid-template-columns:repeat(4,minmax(0,1fr))
  }
  body.kerong-unified .product-hero .product-grid{
    grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)
  }
  
  body.kerong-unified .contact-panel-grid{
    grid-template-columns:minmax(0,.82fr) minmax(390px,1.18fr)
  }
  body.kerong-unified .case-layout{
    grid-template-columns:230px minmax(0,1fr)
  }
  body.kerong-unified .case-aside{position:sticky}
  body.kerong-unified .contact-form-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
  body.kerong-unified .contact-field-wide{grid-column:1/-1}
  body.kerong-unified .gallery{
    grid-template-columns:110px minmax(0,1fr)
  }
}



/* Internal use-case sections reuse the homepage solutions-grid component. */
.solution-strip.use-case-solutions{
  padding:46px 0 42px;
  background:#fff;
}
.solution-strip.use-case-solutions .strip-row{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.solution-strip.use-case-solutions .strip-title{
  grid-column:1/-1;
}
.solution-strip.use-case-solutions .solution-card{
  min-height:280px;
}
.solution-strip.use-case-solutions .solution-card:after{
  background:linear-gradient(180deg,rgba(0,0,0,.02) 20%,rgba(0,0,0,.86) 100%);
}
.solution-strip.use-case-solutions .solution-card span{
  display:grid;
  gap:5px;
  left:18px;
  right:18px;
  bottom:16px;
}
.solution-strip.use-case-solutions .solution-card strong{
  font-size:20px;
  line-height:1.15;
}
.solution-strip.use-case-solutions .solution-card small{
  font-size:13px;
  line-height:1.35;
  font-weight:600;
  color:rgba(255,255,255,.82);
}
@media(max-width:640px){
  .solution-strip.use-case-solutions .strip-row{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .solution-strip.use-case-solutions .solution-card{
    min-height:176px;
  }
  .solution-strip.use-case-solutions .solution-card span{
    left:12px;
    right:12px;
    bottom:11px;
  }
  .solution-strip.use-case-solutions .solution-card strong{
    font-size:15px;
  }
  .solution-strip.use-case-solutions .solution-card small{
    font-size:11px;
  }
}


/* All image-led first screens follow the approved home-page hero on web. */
body.kerong-unified main>.hero[data-component="hero-slider"]:first-child{
  padding:0
}
@media(min-width:1081px){
  body.kerong-unified main>.hero[data-component="hero-slider"]:first-child .hero-copy h1,
  body.kerong-unified .unified-hero h1{
    max-width:650px;
    margin:18px 0 22px;
    font-size:58px;
    line-height:.98;
    letter-spacing:-2.3px
  }
  body.kerong-unified main>.hero[data-component="hero-slider"]:first-child .hero-copy p{
    max-width:610px;
    font-size:18px;
    line-height:1.5
  }

  body.kerong-unified .unified-hero .hero-grid{
    min-height:0;
    height:610px;
    max-height:610px
  }
  body.kerong-unified .unified-hero .hero-grid>div:first-child{
    min-height:0;
    max-height:610px;
    padding:24px 54px 24px 0
  }
  body.kerong-unified .unified-hero-media,
  body.kerong-unified .unified-hero .hero-slider,
  body.kerong-unified .unified-hero .hero-visual,
  body.kerong-unified .unified-hero .hero-slider .hero-visual{
    min-height:0;
    height:610px;
    max-height:610px
  }

}


/* Airtable-backed product catalog sections · 2026-09-01 */
.product-catalog-live{scroll-margin-top:120px}
.product-catalog-live .products-label p{max-width:820px;margin:12px 0 0;color:#656a70;font-size:16px;line-height:1.55}
.product-source-count{display:inline-flex;min-height:42px;align-items:center;padding:0 16px;border:1px solid #d7d9dc;border-radius:999px;background:#fff;color:#25282c;font-size:13px;white-space:nowrap}











.product-catalog-live .product-description{display:-webkit-box;min-height:72px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:4}
.product-catalog-live .product-tags{margin-top:auto;padding-top:15px}
@media(max-width:640px){
 .product-source-count{justify-self:start}
 
 
 
 
 .product-catalog-live .product-description{min-height:0;-webkit-line-clamp:3}
}

/* Product FAQ — shared catalogue card style */
body.kerong-unified main>section.section:has(>.container>h2+.faq){
  padding:64px 0 72px;
  border-top:1px solid var(--line);
  background:#f4f5f6
}
body.kerong-unified main>section.section:has(>.container>h2+.faq)>.container>h2{
  max-width:820px;
  margin:0 0 28px;
  font-size:clamp(38px,4.3vw,58px);
  line-height:1;
  letter-spacing:-2px
}
body.kerong-unified main>section.section:has(>.container>h2+.faq) .faq{
  display:block;
  column-count:2;
  column-gap:14px;
  padding:0;
  border:0;
  background:transparent
}
body.kerong-unified main>section.section:has(>.container>h2+.faq) .faq details{
  min-width:0;
  min-height:0;
  height:auto;
  margin:0 0 14px;
  break-inside:avoid-column;
  page-break-inside:avoid;
  padding:0;
  overflow:hidden;
  border:1px solid #dcdfe3;
  border-radius:16px;
  background:#fff;
  box-shadow:0 1px 0 rgba(18,20,22,.02)
}
body.kerong-unified main>section.section:has(>.container>h2+.faq) .faq details[open]{
  border-color:rgba(129,28,20,.42);
  box-shadow:0 14px 34px rgba(24,27,31,.08)
}
body.kerong-unified main>section.section:has(>.container>h2+.faq) .faq summary{
  display:grid;
  grid-template-columns:minmax(0,1fr) 38px;
  align-items:center;
  gap:17px;
  min-height:96px;
  height:auto;
  padding:20px 22px;
  border:0;
  cursor:pointer;
  list-style:none
}
body.kerong-unified main>section.section:has(>.container>h2+.faq) .faq summary::-webkit-details-marker{display:none}
body.kerong-unified main>section.section:has(>.container>h2+.faq) .faq summary:after{
  content:"+";
  display:grid;
  float:none;
  place-items:center;
  width:38px;
  height:38px;
  border:1px solid #d9dce0;
  border-radius:50%;
  color:var(--red);
  background:#fff;
  font-size:24px;
  font-weight:500;
  line-height:1
}
body.kerong-unified main>section.section:has(>.container>h2+.faq) .faq details[open] summary:after{
  content:"−";
  border-color:var(--red);
  color:#fff;
  background:var(--red)
}
body.kerong-unified main>section.section:has(>.container>h2+.faq) .faq-question-text{
  color:var(--ink);
  font-size:18px;
  font-weight:850;
  line-height:1.25;
  letter-spacing:-.25px
}
body.kerong-unified main>section.section:has(>.container>h2+.faq) .faq details>p{
  max-width:none;
  min-height:0;
  margin:0;
  padding:0 78px 24px 22px;
  color:#62676d;
  font-size:15px;
  line-height:1.62
}
body.kerong-unified main>section.section:has(>.container>h2+.faq) .faq summary:focus-visible{
  outline:2px solid var(--red);
  outline-offset:-3px;
  border-radius:15px
}
@media(max-width:760px){
  body.kerong-unified main>section.section:has(>.container>h2+.faq){padding:46px 0 52px}
  body.kerong-unified main>section.section:has(>.container>h2+.faq)>.container>h2{
    margin-bottom:22px;
    font-size:36px;
    line-height:1.03;
    letter-spacing:-1.25px
  }
  body.kerong-unified main>section.section:has(>.container>h2+.faq) .faq{
    column-count:1;
    column-gap:0
  }
  body.kerong-unified main>section.section:has(>.container>h2+.faq) .faq details{margin-bottom:10px;border-radius:14px}
  body.kerong-unified main>section.section:has(>.container>h2+.faq) .faq summary{
    grid-template-columns:minmax(0,1fr) 34px;
    gap:13px;
    min-height:82px;
    padding:16px
  }
  body.kerong-unified main>section.section:has(>.container>h2+.faq) .faq summary:after{
    width:34px;
    height:34px
  }
  body.kerong-unified main>section.section:has(>.container>h2+.faq) .faq-question-text{
    font-size:17px
  }
  body.kerong-unified main>section.section:has(>.container>h2+.faq) .faq details>p{
    padding:0 58px 19px 16px;
    font-size:15px;
    line-height:1.55
  }
}
@media(max-width:380px){
  body.kerong-unified main>section.section:has(>.container>h2+.faq)>.container>h2{font-size:33px}
  body.kerong-unified main>section.section:has(>.container>h2+.faq) .faq summary{
    grid-template-columns:minmax(0,1fr) 32px;
    gap:10px;
    padding:14px
  }
  body.kerong-unified main>section.section:has(>.container>h2+.faq) .faq summary:after{
    width:32px;
    height:32px
  }
  body.kerong-unified main>section.section:has(>.container>h2+.faq) .faq-question-text{font-size:16px}
  body.kerong-unified main>section.section:has(>.container>h2+.faq) .faq details>p{
    padding:0 52px 18px 14px;
    font-size:14.5px
  }
}

/* Keep the shared home catalogue component identical on unified inner pages */
body.kerong-unified main>section.categories.catalog-redesign{padding:50px 0 54px;background:#f4f5f6}
body.kerong-unified .catalog-redesign .category-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:0 auto;padding:0 28px;overflow:visible}
body.kerong-unified .catalog-redesign .category-label{grid-column:1/-1;display:flex;align-items:flex-end;justify-content:space-between;gap:28px;min-width:0;margin:0 0 22px}
body.kerong-unified .catalog-redesign .category-label>div{max-width:820px}
body.kerong-unified .catalog-redesign .category-label .eyebrow{margin-bottom:8px}
body.kerong-unified .catalog-redesign .category-label h2{max-width:820px;margin:0;font-size:clamp(30px,3vw,42px);line-height:1.04;letter-spacing:-1.45px}
body.kerong-unified .catalog-redesign .category-label p{max-width:720px;margin:12px 0 0;color:var(--muted);font-size:14px;line-height:1.55}
body.kerong-unified .catalog-redesign .category-label>.more{flex:0 0 auto;margin:0 0 4px;white-space:nowrap}
body.kerong-unified .catalog-redesign .category{position:relative;display:grid;grid-template-rows:180px 1fr;min-width:0;min-height:276px;padding:0;overflow:hidden;border:1px solid #dedfe2;border-radius:16px;color:var(--ink);background:#fff;box-shadow:none;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
body.kerong-unified .catalog-redesign .category-featured{grid-column:span 2}
body.kerong-unified .catalog-redesign .category:hover{transform:translateY(-3px);border-color:#c7c9cd;box-shadow:0 14px 30px rgba(20,22,25,.08)}
body.kerong-unified .catalog-redesign .category-media{display:block;min-width:0;aspect-ratio:auto;overflow:hidden;border:0;border-bottom:1px solid #e5e6e8;border-radius:0;background:#f1f2f3}
body.kerong-unified .catalog-redesign .category-media img{display:block;width:100%;height:100%;padding:0;object-fit:cover;object-position:center;transition:transform .42s ease}
body.kerong-unified .catalog-redesign .category-copy{display:block;padding:17px 48px 18px 17px}
body.kerong-unified .catalog-redesign .category-kicker{display:block;margin-bottom:6px;color:#8b8f94;font-size:9px;font-weight:850;line-height:1;letter-spacing:.1em;text-transform:uppercase}
body.kerong-unified .catalog-redesign .category h3{margin:0;color:var(--ink);font-size:16px;line-height:1.16;letter-spacing:-.28px}
body.kerong-unified .catalog-redesign .category .go{position:absolute;right:16px;bottom:16px;display:grid;place-items:center;width:30px;height:30px;margin:0;border:1px solid #dadcdf;border-radius:50%;color:var(--red);font-size:16px;background:#fff;transition:color .18s ease,background .18s ease,border-color .18s ease}
body.kerong-unified .catalog-redesign .category-door .category-media{background:#f1f2f3}
body.kerong-unified .catalog-redesign .category-door .category-media img{padding:12px;object-fit:contain;transform:none}
@media(max-width:1080px){
 body.kerong-unified .catalog-redesign .category-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;padding-right:22px;padding-left:22px}
}
@media(max-width:640px){
 body.kerong-unified main>section.categories.catalog-redesign{padding:38px 0 42px}
 body.kerong-unified .catalog-redesign .category-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0 auto;padding:0 18px}
 body.kerong-unified .catalog-redesign .category-label{display:block;min-width:0;margin-bottom:20px}
 body.kerong-unified .catalog-redesign .category-label h2{font-size:29px;line-height:1.06;letter-spacing:-1px}
 body.kerong-unified .catalog-redesign .category-label p{margin-top:10px;font-size:13px}
 body.kerong-unified .catalog-redesign .category-label>.more{display:inline-block;margin:13px 0 0}
 body.kerong-unified .catalog-redesign .category{grid-template-rows:132px 1fr;min-width:0;min-height:224px;border-radius:12px}
 body.kerong-unified .catalog-redesign .category-copy{padding:13px 37px 14px 13px}
 body.kerong-unified .catalog-redesign .category-kicker{margin-bottom:5px;font-size:8px}
 body.kerong-unified .catalog-redesign .category h3{font-size:13px;line-height:1.17}
 body.kerong-unified .catalog-redesign .category .go{right:11px;bottom:11px;width:26px;height:26px;font-size:14px}
 body.kerong-unified .catalog-redesign .category-door .category-media img{padding:7px}
}
@media(max-width:340px){
 body.kerong-unified .catalog-redesign .category-row{grid-template-columns:1fr}
 body.kerong-unified .catalog-redesign .category-featured{grid-column:span 1}
}


/* Shared lead-form delivery state. */
.contact-form-status{grid-column:1/-1;margin:12px 0 0;color:var(--muted);font-size:14px;line-height:1.45}
.contact-form-status:empty{display:none}
.contact-form-status[data-state="success"]{color:#18723a}
.contact-form-status[data-state="error"]{color:#8d0908}
.contact-submit:disabled,.lead-form button[type="submit"]:disabled{cursor:wait;opacity:.68}
.kerong-lead-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}
/* Readable catalogue controls and card typography. */

.catalog-search,.catalog-filter{display:grid;gap:7px;color:#555b61;font-size:12px;font-weight:800}
.catalog-search input,.catalog-filter select{width:100%;min-height:48px;padding:0 14px;border:1px solid #cfd3d7;border-radius:8px;background:#fff;color:#1c1e21;font:inherit;font-size:14px;font-weight:600;outline:none}
.catalog-search input:focus,.catalog-filter select:focus{border-color:var(--red);box-shadow:0 0 0 3px rgba(129,28,20,.12)}
.catalog-results{display:grid;min-width:135px;align-content:center;min-height:48px;padding:7px 14px;border-left:3px solid var(--red);background:#fff}
.catalog-results strong{font-size:22px;line-height:1}.catalog-results span{margin-top:4px;color:#676c71;font-size:11px}


.product-category-group[hidden],.product-card[hidden]{display:none!important}
.product-redesign .product-category{font-size:11px!important;line-height:1.3!important}
.product-redesign .product-description{font-size:14px!important;line-height:1.5!important}
.product-redesign .product-tags span{min-height:26px!important;padding:5px 8px!important;font-size:11px!important}
.product-redesign .product-card .price{font-size:14px!important}
.product-redesign .product-card .product-link{font-size:13px!important}
@media(max-width:760px){.catalog-results{border-left:0;border-top:3px solid var(--red)}.catalog-family h2,.catalog-heading h2{font-size:34px!important;line-height:1.06!important}}
@media(max-width:520px){.product-catalog-live .product-grid{grid-template-columns:1fr!important}.product-redesign .product-card{min-height:0}.product-redesign .product-description{-webkit-line-clamp:4}}

/* Site-wide product cards — vertical storefront layout. */
.products.product-redesign{background:#f3f4f5}
.product-redesign .product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.product-redesign .product-card{display:flex!important;min-width:0;min-height:100%;overflow:hidden;border:1px solid #e1e3e5;border-radius:14px;background:#fff;box-shadow:none;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.product-redesign .product-card:hover{transform:translateY(-3px);border-color:#c9ccd0;box-shadow:0 14px 30px rgba(20,22,25,.08)}
.product-redesign .product-media{display:grid;place-items:center;width:100%;aspect-ratio:1/1;overflow:hidden;border:0;border-bottom:1px solid #eceef0;border-radius:0;background:#fff}
.product-redesign .product-media img{display:block;width:100%;height:100%;padding:26px;object-fit:contain;transition:transform .28s ease}
.product-redesign .product-card:hover .product-media img{transform:scale(1.035)}
.product-redesign .product-info{display:flex;flex:1 1 auto;flex-direction:column;min-width:0;padding:18px 18px 14px}
.product-redesign .product-category{margin:0 0 8px;color:#7c8187;font-size:10px!important;line-height:1.3!important;letter-spacing:.075em}
.product-redesign .product-card h3{margin:0;font-size:21px!important;line-height:1.15;letter-spacing:-.35px}
.product-redesign .product-card h3 a{color:var(--ink);text-decoration:none}
.product-redesign .product-description{margin:10px 0 0;color:#62676d;font-size:13px!important;line-height:1.5!important}
.product-redesign .product-tags{margin:14px 0 0}
.product-redesign .product-tags span{min-height:25px!important;padding:5px 8px!important;border-color:#e1e3e5;color:#555b61;background:#f5f6f7;font-size:10px!important}
.product-redesign .product-footer{display:grid!important;grid-template-columns:1fr;gap:14px;align-items:stretch;margin-top:auto;padding:0 18px 18px;border:0;background:#fff}
.product-redesign .product-card .price{display:block;color:var(--ink);font-size:23px!important;font-weight:650;line-height:1.1;letter-spacing:-.5px}
.product-redesign .price-tax{display:inline;margin-left:4px;color:#a2a6aa;font-size:10px;font-weight:600;letter-spacing:0}
.product-redesign .price-unit{display:inline;margin-left:5px;color:#92979c;font-size:.52em;font-weight:650;letter-spacing:0;white-space:nowrap}
.product-redesign .product-card .product-link{display:flex;align-items:center;justify-content:center;width:100%;min-height:48px;padding:10px 14px;border:1px solid var(--red);border-radius:7px;color:#fff;background:var(--red);font-size:13px!important;font-weight:850;line-height:1.2;text-align:center;text-decoration:none}
.product-redesign .product-card .product-link:hover,.product-redesign .product-card .product-link:focus-visible{border-color:#8d0908;background:#8d0908}
@media(max-width:1080px){.product-redesign .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){
 .products.product-redesign{padding-top:44px;padding-bottom:52px}
 .product-redesign .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px}
 .product-redesign .product-card{display:flex!important;grid-template-columns:none;min-height:0;border-radius:10px}
 .product-redesign .product-media{width:100%;min-height:0;aspect-ratio:1/1}
 .product-redesign .product-media img{padding:13px}
 .product-redesign .product-info{padding:12px 11px 10px}
 .product-redesign .product-category{min-height:21px;margin-bottom:6px;font-size:7.5px!important;letter-spacing:.055em}
 .product-redesign .product-card h3{font-size:16px!important;line-height:1.15;letter-spacing:-.2px}
 .product-redesign .product-description{display:none}
 .product-redesign .product-tags{display:flex;gap:4px;margin-top:10px}
 .product-redesign .product-tags span{min-height:22px!important;padding:4px 6px!important;font-size:8px!important}
 .product-redesign .product-footer{grid-column:auto;gap:10px;padding:0 11px 12px}
 .product-redesign .product-card .price{min-height:35px;font-size:17px!important;line-height:1.08}
 .product-redesign .price-tax{display:block;margin:3px 0 0;font-size:8px}
 .product-redesign .product-card .product-link{min-height:43px;padding:8px 6px;border-radius:6px;font-size:11px!important}
}

/* Site-wide product cards — compact status-badge variant. */
.product-redesign .product-grid{align-items:start}
.product-redesign .product-card{min-height:0;gap:0}
body.kerong-unified .product-redesign .product-card{gap:0}
.product-redesign .product-media{aspect-ratio:3/2;background:#fff}
.product-redesign .product-media img{padding:18px 22px 14px;filter:none!important}
.product-redesign .product-info{flex:0 0 auto;padding:12px 14px 10px}
.product-redesign .product-category{min-height:0;margin-bottom:6px;color:var(--red)}
.product-redesign .product-card h3{font-size:19px!important}
.product-redesign .product-description{
 display:-webkit-box;
 min-height:36px;
 margin-top:6px;
 overflow:hidden;
 -webkit-box-orient:vertical;
 -webkit-line-clamp:2
}
.product-redesign .product-tags{margin-top:8px;padding-top:0}
.product-redesign .product-footer{gap:8px;margin-top:0;padding:0 14px 13px}
.product-redesign .product-card .price{margin:0;font-size:19px!important}
body.kerong-unified .product-redesign .product-card .price{margin:0}
.product-redesign .product-card .product-link{min-height:40px}
.product-redesign .product-status{
 --status-color:#c9470b;
 --status-bg:#fff2e8;
 --status-border:#ffd0b5;
 position:absolute;
 z-index:2;
 top:12px;
 right:12px;
 display:inline-flex;
 align-items:center;
 justify-content:flex-start;
 gap:7px;
 min-height:32px;
 padding:5px 10px 5px 6px;
 border:1px solid var(--status-border);
 border-radius:999px;
 color:var(--status-color);
 background:var(--status-bg);
 box-shadow:none;
 font-size:10px;
 font-weight:900;
 line-height:1;
 letter-spacing:.025em;
 backdrop-filter:none
}
.product-redesign .product-status--new{
 --status-color:#1d63b7;
 --status-bg:#eef6ff;
 --status-border:#bfdcff
}
.product-redesign .product-status--recommended{
 --status-color:#167548;
 --status-bg:#effaf4;
 --status-border:#bee8d2
}
.product-redesign .product-status svg{
 display:block;
 flex:0 0 auto;
 box-sizing:border-box;
 width:20px;
 height:20px;
 padding:3px;
 border-radius:50%;
 color:var(--status-color);
 background:rgba(255,255,255,.82)
}
@media(max-width:1080px){
 .product-redesign .product-info{padding:11px 12px 9px}
 .product-redesign .product-card h3{font-size:17px!important}
 .product-redesign .product-description{min-height:34px;font-size:12px!important;line-height:1.4!important}
 .product-redesign .product-tags span{min-height:23px!important;padding:4px 7px!important;font-size:9px!important}
 .product-redesign .product-footer{padding:0 12px 11px}
 .product-redesign .product-card .price{font-size:18px!important}
 .product-redesign .product-card .product-link{min-height:39px}
}
@media(max-width:820px){
 .product-redesign .product-description{display:none!important;min-height:0;margin:0}
}
@media(max-width:640px){
 .product-redesign .product-media{aspect-ratio:3/2}
 .product-redesign .product-media img{padding:10px 10px 7px}
 .product-redesign .product-info{padding:9px 9px 7px}
 .product-redesign .product-category{min-height:18px;margin-bottom:4px}
 .product-redesign .product-card h3{font-size:14px!important}
 .product-redesign .product-tags{margin-top:6px}
 .product-redesign .product-footer{gap:6px;padding:0 9px 9px}
 .product-redesign .product-card .price{min-height:29px;font-size:15px!important}
 .product-redesign .product-card .product-link{min-height:36px;padding-top:7px;padding-bottom:7px}
 .product-redesign .product-status{
  top:7px;
  right:7px;
  gap:5px;
  min-height:27px;
  padding:4px 7px 4px 4px;
  font-size:8px
 }
 .product-redesign .product-status svg{width:17px;height:17px;padding:2.5px}
}

/* Catalogue pages use the same card grid as the homepage. */
.product-redesign.product-catalog-live .product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
@media(max-width:1080px){
 .product-redesign.product-catalog-live .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:640px){
 .product-redesign.product-catalog-live .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}

/* Keep catalogue cards visually identical to the homepage cards. */
body.kerong-unified .product-catalog-live .product-card{
 box-shadow:none
}
body.kerong-unified .product-catalog-live .product-card .product-info{
 padding:12px 14px 10px;
 border:0;
 border-radius:0;
 background:#fff;
 box-shadow:none
}
@media(max-width:1080px){
 body.kerong-unified .product-catalog-live .product-card .product-info{padding:11px 12px 9px}
}
@media(max-width:640px){
 body.kerong-unified .product-catalog-live .product-card{border-radius:10px}
 body.kerong-unified .product-catalog-live .product-card .product-info{padding:9px 9px 7px}
}

body.kerong-unified .product-catalog-live{padding-bottom:28px}
@media(max-width:640px){body.kerong-unified .product-catalog-live{padding-bottom:20px}}
 
/* Universal first-screen frame: internal pages follow the homepage hero geometry. */
@media(min-width:1081px){
  body.kerong-unified :where(.unified-hero,.hero-office,.hero-postamat) .hero-grid{min-height:0;height:500px;max-height:500px}
  body.kerong-unified :where(.unified-hero,.hero-office,.hero-postamat) .hero-grid>div:first-child{min-height:0;max-height:500px}
  body.kerong-unified :where(.unified-hero,.hero-office,.hero-postamat) :where(.hero-slider,.hero-visual,.hero-slider .hero-visual){min-height:0;height:500px;max-height:500px}
  body.kerong-unified .unified-hero-media{height:500px;max-height:500px;border-radius:18px}
  
  
  body.kerong-unified .product-hero{padding:0}
  body.kerong-unified .product-hero .product-grid{min-height:0;height:500px;max-height:500px;align-items:stretch}
  body.kerong-unified .product-hero .main-photo{min-height:0;height:500px;max-height:500px}
  body.kerong-unified .product-hero .product-info{align-self:center;max-height:calc(100% - 48px);overflow:auto}
}
@media(max-width:1080px) and (min-width:641px){
  body.kerong-unified :where(.unified-hero,.hero-office,.hero-postamat) :where(.hero-slider,.hero-visual,.hero-slider .hero-visual),body.kerong-unified .unified-hero-media{min-height:420px;height:420px;max-height:420px}
  
  body.kerong-unified .product-hero .main-photo{min-height:420px;height:420px;max-height:420px}
}
@media(max-width:640px){
  body.kerong-unified :where(.unified-hero,.hero-office,.hero-postamat) :where(.hero-slider,.hero-visual,.hero-slider .hero-visual){min-height:260px;height:260px;max-height:260px}
  body.kerong-unified .unified-hero-media{min-height:260px;height:260px;max-height:260px}
  body.kerong-unified .product-hero .main-photo{min-height:340px;height:340px;max-height:340px}
}


/* Keep catalogue cards in two stable rows when legacy category rules are present. */
.catalog-redesign .category{grid-template-rows:180px minmax(96px,1fr)}
.catalog-redesign .category-media{grid-row:1;height:180px;min-height:0;aspect-ratio:auto!important}
.catalog-redesign .category-copy{grid-row:2;position:relative;z-index:1;min-height:96px;background:#fff}
@media(max-width:640px){
  .catalog-redesign .category{grid-template-rows:132px minmax(80px,1fr)}
  .catalog-redesign .category-media{height:132px}
  .catalog-redesign .category-copy{min-height:80px}
}

.product-card .price-tax {
  display: none !important;
}

.product-card .price {
  display: flex !important;
  align-items: baseline;
  gap: 4px;
  width: 100%;
}

.product-card .price::after {
  content: "Без НДС";
  display: inline-block;
  flex: 0 0 auto;
  margin: 0 0 0 auto;
  color: #69717c;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .04em;
  text-align: right;
  text-transform: uppercase;
  white-space: nowrap;
}


/* Product cards show marketing labels only. */
.product-card .product-tags:not([data-marketing-label]){display:none}

/* Product cards: show the complete source photo without cropping. */
.product-card img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain !important;
  object-position: center;
}

/* Product media safety frame: keep the entire photo inside clipped card media. */
.product-redesign .product-card .product-media img,
.related-product-card .related-product-media img {
  width: calc(100% - 24px) !important;
  height: calc(100% - 24px) !important;
  max-width: calc(100% - 24px) !important;
  max-height: calc(100% - 24px) !important;
  padding: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
  transform: none !important;
}
.product-redesign .product-card:hover .product-media img,
.related-product-card:hover .related-product-media img {
  transform: none !important;
}

/* Online systems guide: compact stacked panels */
body.kerong-unified .buyer-guide .bg-grid,
body.kerong-unified .buyer-guide .bg-grid:has(>.bg-item:first-child:nth-last-child(4)){
  grid-template-columns:1fr;
  gap:12px
}
body.kerong-unified .buyer-guide .bg-item{
  min-height:0;
  padding:24px 84px 24px 94px;
  border-radius:12px;
  box-shadow:none
}
body.kerong-unified .buyer-guide .bg-item:before{
  top:50%;
  left:24px;
  width:46px;
  height:46px;
  transform:translateY(-50%);
  border-radius:12px
}
body.kerong-unified .buyer-guide .bg-item:after{
  top:50%;
  right:28px;
  transform:translateY(-50%)
}
body.kerong-unified .buyer-guide .bg-item h3{font-size:22px}
body.kerong-unified .buyer-guide .bg-item p{margin-top:7px;font-size:16px;line-height:1.5}
@media(max-width:640px){
  body.kerong-unified .buyer-guide .bg-item{padding:20px 56px 20px 78px;border-radius:10px}
  body.kerong-unified .buyer-guide .bg-item:before{left:18px;width:42px;height:42px;border-radius:11px}
  body.kerong-unified .buyer-guide .bg-item:after{right:18px}
  body.kerong-unified .buyer-guide .bg-item h3{font-size:19px}
  body.kerong-unified .buyer-guide .bg-item p{font-size:15px}
}

/* Universal project carousel surface and typography. */
body.kerong-unified main > section[data-component="project-carousel"] {
  padding: 38px 0 32px;
  border-bottom: 0;
  background: #121416;
  color: #fff;
}

body.kerong-unified [data-component="project-carousel"] .project-head {
  margin: 0 0 20px;
}
body.kerong-unified [data-component="project-carousel"] .project-head h2 {
  max-width: 820px;
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.04;
  letter-spacing: -1.45px;
}
body.kerong-unified [data-component="project-carousel"] .project-head p {
  max-width: 720px;
  margin: 12px 0 0;
  color: #aeb2b7;
  font-size: 14px;
  line-height: 1.55;
}
body.kerong-unified [data-component="project-carousel"] .project-slide-copy h3 {
  margin: 8px 0 13px;
  color: #fff;
  font-size: clamp(29px, 3vw, 40px);
  line-height: 1.02;
  letter-spacing: -1.25px;
}
body.kerong-unified [data-component="project-carousel"] .project-slide-copy p {
  margin: 0;
  color: #b9bdc2;
  font-size: 14px;
  line-height: 1.55;
}
@media (max-width: 640px) {
  body.kerong-unified [data-component="project-carousel"] .project-head {
    display: block;
    margin-bottom: 17px;
  }
  body.kerong-unified [data-component="project-carousel"] .project-head h2 {
    font-size: 29px;
    line-height: 1.06;
    letter-spacing: -1px;
  }
  body.kerong-unified [data-component="project-carousel"] .project-head p {
    margin-top: 10px;
    font-size: 13px;
  }
  body.kerong-unified [data-component="project-carousel"] .project-slide-copy h3 {
    font-size: 29px;
  }
  body.kerong-unified [data-component="project-carousel"] .project-slide-copy p {
    font-size: 13px;
  }
}

@media (max-width: 640px) {
  body.kerong-unified main > section[data-component="project-carousel"] {
    padding: 32px 0 28px;
  }
}
/* Unified internal pages use spacing and card borders without full-width separators. */
body.kerong-unified main > section {
  border-bottom: 0;
}
body.kerong-unified main > section[data-phoenix-code="B09"]:not([data-component="faq"]),
body.kerong-unified main > section.section:has(> .container > h2 + .faq) {
  border-top: 0;
}
body.kerong-unified main > section .faq {
  border-top: 0;
}


/* RFID page: compact, consistent rhythm between catalogue content blocks. */
body.kerong-unified:has(.product-catalog-live[data-product-categories="RFID-замки для шкафчиков"]) [data-component="hero-detail"].unified-hero-detail{padding:30px 0}
body.kerong-unified:has(.product-catalog-live[data-product-categories="RFID-замки для шкафчиков"]) .product-catalog-live{padding-top:28px;padding-bottom:20px}
body.kerong-unified:has(.product-catalog-live[data-product-categories="RFID-замки для шкафчиков"]) .buyer-guide{padding-top:42px;padding-bottom:48px}
body.kerong-unified:has(.product-catalog-live[data-product-categories="RFID-замки для шкафчиков"]) .solution-strip.use-case-solutions{padding-top:36px;padding-bottom:34px}
@media(max-width:640px){
  body.kerong-unified:has(.product-catalog-live[data-product-categories="RFID-замки для шкафчиков"]) [data-component="hero-detail"].unified-hero-detail{padding:24px 0}
  body.kerong-unified:has(.product-catalog-live[data-product-categories="RFID-замки для шкафчиков"]) .product-catalog-live{padding-top:28px;padding-bottom:16px}
  body.kerong-unified:has(.product-catalog-live[data-product-categories="RFID-замки для шкафчиков"]) .buyer-guide{padding-top:34px;padding-bottom:40px}
  body.kerong-unified:has(.product-catalog-live[data-product-categories="RFID-замки для шкафчиков"]) .solution-strip.use-case-solutions{padding-top:30px;padding-bottom:28px}
}


/* Unified detail CTA — default action for category template pages. */
.unified-detail-card .result-box .unified-detail-actions{margin-top:20px}
.unified-detail-card .result-box .unified-detail-actions .btn{min-width:180px}
.unified-detail-card .result-box .unified-detail-actions:before{content:none}
@media(max-width:640px){.unified-detail-card .result-box .unified-detail-actions .btn{width:100%;justify-content:center}}


/* Catalogue filters: one shared dropdown format for every product category. */
.catalog-filter-panel.product-catalog-controls{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;gap:16px;align-items:end;margin:24px 0 28px;padding:20px;border:1px solid #d9dde2;border-radius:18px;background:#fff;box-shadow:0 10px 30px rgba(18,22,27,.045)}
.catalog-filter-panel .product-catalog-filter{display:grid;gap:8px;min-width:0;color:#17191d}
.catalog-filter-panel .product-catalog-filter span{font-size:13px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.catalog-filter-panel .product-catalog-filter select{width:100%;min-width:0;min-height:48px;padding:0 42px 0 14px;border:1px solid #cfd4da;border-radius:10px;background:#fff;color:#15171a;font:inherit;font-size:16px}
.catalog-filter-panel .product-catalog-filter select:focus-visible{outline:3px solid rgba(129,28,20,.25);outline-offset:2px}
.catalog-filter-panel .catalog-filter-reset{min-height:48px;padding:0 20px;border:1px solid #b10b0a;border-radius:10px;background:#fff;color:#b10b0a;font:inherit;font-weight:800;cursor:pointer}
.catalog-filter-empty{margin:0;padding:30px;border:1px dashed #cfd3d8;border-radius:16px;color:#666b72;text-align:center}
.catalog-filter-empty[hidden]{display:none!important}
.product-catalog-live [data-product-card][hidden]{display:none!important}
@media(max-width:700px){
  .catalog-filter-panel.product-catalog-controls{grid-template-columns:minmax(0,1fr);gap:14px;margin:20px 0 24px;padding:16px;border-radius:15px}
  .catalog-filter-panel .catalog-filter-reset{width:100%}
}


/* Universal four-card solution block: 2 x 2 on compact screens, one row on desktop. */
.solution-strip.use-case-solutions.use-case-solutions-four .strip-row{
  grid-template-columns:repeat(2,minmax(0,1fr));
}
@media(min-width:1100px){
  .solution-strip.use-case-solutions.use-case-solutions-four .strip-row{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }
}
@media(orientation:landscape) and (max-width:1080px) and (max-height:600px) and (pointer:coarse){
  .solution-strip.use-case-solutions.use-case-solutions-four .strip-row{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }
}

/* Shared hero catalogue carousel: used by the home page and catalogue landing. */
body.kerong-unified [data-component="hero-slider"] .hero-slider{
  min-width:0;
  display:flex;
  flex-direction:column;
  align-self:stretch
}
body.kerong-unified [data-component="hero-slider"] .hero-slider .hero-visual{
  position:relative;
  flex:1 1 auto;
  width:100%;
  min-height:500px;
  overflow:hidden;
  border-radius:20px;
  background:#25282c
}
body.kerong-unified [data-component="hero-slider"] .hero-slider .hero-visual:after{content:none}
body.kerong-unified [data-component="hero-slider"] .hero-slides{
  position:absolute;
  inset:0;
  overflow:hidden;
  isolation:isolate
}
body.kerong-unified [data-component="hero-slider"] .hero-slide{
  position:absolute;
  inset:0;
  display:block;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .45s ease,visibility .45s ease
}
body.kerong-unified [data-component="hero-slider"] .hero-slide.is-active{
  z-index:1;
  opacity:1;
  visibility:visible;
  pointer-events:auto
}
body.kerong-unified [data-component="hero-slider"] .hero-slide .scene{
  position:absolute;
  z-index:0;
  inset:0;
  width:100%;
  height:100%;
  min-height:0!important;
  object-fit:cover;
  object-position:center
}
body.kerong-unified [data-component="hero-slider"] .hero-slide:after{
  position:absolute;
  z-index:1;
  inset:0;
  background:linear-gradient(180deg,rgba(8,10,12,.08),transparent 38%,rgba(8,10,12,.16));
  pointer-events:none;
  content:""
}
body.kerong-unified [data-component="hero-slider"] .hero-slide-caption{
  position:absolute;
  z-index:2;
  top:22px;
  left:22px;
  display:grid;
  gap:3px;
  max-width:min(310px,calc(100% - 44px));
  padding:12px 14px;
  border:1px solid rgba(0,0,0,.08);
  border-radius:10px;
  background:rgba(255,255,255,.92);
  color:#16181b;
  box-shadow:0 8px 24px rgba(0,0,0,.08);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px)
}
body.kerong-unified [data-component="hero-slider"] .hero-slide-caption strong{
  font-size:13px;
  line-height:1.2
}
body.kerong-unified [data-component="hero-slider"] .hero-slide-caption small{
  color:#656a70;
  font-size:10px;
  line-height:1.3
}
body.kerong-unified [data-component="hero-slider"] .hero-slider>.hero-dots{
  position:relative;
  z-index:6;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-height:18px;
  margin:12px auto 0
}
body.kerong-unified [data-component="hero-slider"] .hero-dot{
  width:8px;
  height:8px;
  min-width:8px;
  padding:0;
  border:1px solid #aab0b6;
  border-radius:50%;
  background:#fff;
  cursor:pointer;
  transition:background .18s ease,border-color .18s ease,transform .18s ease
}
body.kerong-unified [data-component="hero-slider"] .hero-dot:hover{
  border-color:var(--red);
  transform:scale(1.18)
}
body.kerong-unified [data-component="hero-slider"] .hero-dot[aria-current="true"]{
  border-color:var(--red);
  background:var(--red)
}
body.kerong-unified [data-component="hero-slider"] .hero-dot:focus-visible{
  outline:2px solid var(--red);
  outline-offset:4px
}
@media(max-width:1080px){
  body.kerong-unified [data-component="hero-slider"] .hero-slider .hero-visual{
    min-height:0;
    aspect-ratio:16/8.8
  }
}
@media(max-width:640px){
  body.kerong-unified [data-component="hero-slider"] .hero-slider .hero-visual{
    width:calc(100% + 36px);
    min-height:0;
    margin-right:-18px;
    margin-left:-18px;
    border-radius:14px;
    aspect-ratio:4/3
  }
  body.kerong-unified [data-component="hero-slider"] .hero-slide-caption{
    top:12px;
    left:12px;
    gap:2px;
    max-width:calc(100% - 24px);
    padding:9px 11px;
    border-radius:8px
  }
  body.kerong-unified [data-component="hero-slider"] .hero-slide-caption strong{font-size:11px}
  body.kerong-unified [data-component="hero-slider"] .hero-slide-caption small{font-size:9px}
  body.kerong-unified [data-component="hero-slider"] .hero-slider>.hero-dots{margin-top:11px}
}
@media(orientation:landscape) and (max-width:1080px) and (max-height:600px){
  body.kerong-unified [data-component="hero-slider"] .hero-slider .hero-visual{
    min-height:280px;
    aspect-ratio:16/7
  }
  body.kerong-unified [data-component="hero-slider"] .hero-slider>.hero-dots{margin-top:8px}
}
@media(prefers-reduced-motion:reduce){
  body.kerong-unified [data-component="hero-slider"] .hero-slide,
  body.kerong-unified [data-component="hero-slider"] .hero-dot{transition:none}
}


/* Shared first-screen CTA row: two actions stay on one line on every page. */
body.kerong-unified main>section:first-of-type :where(.hero-actions,.actions,.cv2-actions){
  display:flex;
  flex-wrap:nowrap;
  align-items:stretch;
  gap:10px
}
body.kerong-unified main>section:first-of-type :where(.hero-actions,.actions,.cv2-actions)>a{
  min-width:0
}
@media(max-width:640px){
  body.kerong-unified main>section:first-of-type :where(.hero-actions,.actions,.cv2-actions){
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    width:100%;
    gap:8px;
    margin-bottom:20px
  }
  body.kerong-unified main>section:first-of-type :where(.hero-actions,.actions,.cv2-actions)>a{
    width:100%;
    min-width:0;
    min-height:48px;
    padding-right:8px;
    padding-left:8px;
    font-size:11px;
    line-height:1.15;
    text-align:center;
    white-space:nowrap
  }
}

/* Shared template geometry: equal hero corners and full-width section headings. */
body.kerong-unified{
  --template-hero-radius:var(--radius-lg);
  --template-section-heading-size:clamp(30px,3vw,42px);
  --template-section-heading-line:1.04;
  --template-section-heading-tracking:-1.45px
}
body.kerong-sitewide.kerong-unified :is(.unified-hero-media,.catalog-hero-media,.product-hero .main-photo,.company-hero-media,.cv2-hero-media),
body.generated-product-page.kerong-unified :is(.unified-hero-media,.catalog-hero-media,.product-hero .main-photo,.company-hero-media){
  overflow:hidden;
  border-radius:var(--template-hero-radius);
  clip-path:inset(0 round var(--template-hero-radius));
  background-clip:padding-box
}
body.kerong-sitewide.kerong-unified :is(.unified-hero-media,.catalog-hero-media,.product-hero .main-photo,.company-hero-media,.cv2-hero-media)>img,
body.generated-product-page.kerong-unified :is(.unified-hero-media,.catalog-hero-media,.product-hero .main-photo,.company-hero-media)>img{
  border-radius:inherit
}
body.kerong-sitewide.kerong-unified main :is(.content-head,.section-head,.faq-title,.products-label,.category-label,.owner-benefits__head,.ks-head,.related-products-heading,.product-context-links-heading,.catalog-heading,.catalog-benefits-head,.catalog-family-head,.cv2-section-head)>div,
body.generated-product-page.kerong-unified main :is(.content-head,.section-head,.faq-title,.products-label,.category-label,.owner-benefits__head,.ks-head,.related-products-heading,.product-context-links-heading,.catalog-heading,.catalog-benefits-head,.catalog-family-head,.cv2-section-head)>div{
  flex:1 1 auto;
  width:100%;
  max-width:none
}
body.kerong-sitewide.kerong-unified main :is(.content-head,.section-head,.faq-title,.products-label,.category-label,.owner-benefits__head,.ks-head,.related-products-heading,.product-context-links-heading,.catalog-heading,.catalog-benefits-head,.catalog-family-head,.cv2-section-head,.contact-intro) h2,
body.generated-product-page.kerong-unified main :is(.content-head,.section-head,.faq-title,.products-label,.category-label,.owner-benefits__head,.ks-head,.related-products-heading,.product-context-links-heading,.catalog-heading,.catalog-benefits-head,.catalog-family-head,.cv2-section-head,.contact-intro) h2,
body.kerong-sitewide.kerong-unified .buyer-guide .bg-wrap>h2,
body.generated-product-page.kerong-unified .buyer-guide .bg-wrap>h2,
body.kerong-sitewide.kerong-unified main>section.section>.container>h2,
body.generated-product-page.kerong-unified main>section.section>.container>h2,
body.kerong-sitewide.kerong-unified main>section.section:has(>.container>h2+.faq)>.container>h2,
body.generated-product-page.kerong-unified main>section.section:has(>.container>h2+.faq)>.container>h2,
body.kerong-sitewide.kerong-unified .final-cta.contact-panel .contact-intro h2,
body.generated-product-page.kerong-unified .final-cta.contact-panel .contact-intro h2{
  width:100%;
  max-width:none;
  font-size:var(--template-section-heading-size);
  line-height:var(--template-section-heading-line);
  letter-spacing:var(--template-section-heading-tracking);
  text-wrap:wrap
}
@media(max-width:1080px){
  body.kerong-unified{--template-section-heading-size:34px}
}
@media(max-width:640px){
  body.kerong-unified{
    --template-hero-radius:var(--radius-md);
    --template-section-heading-size:29px;
    --template-section-heading-line:1.06;
    --template-section-heading-tracking:-1px
  }
}

/* Fitness project checklist: stack heading and introduction on narrow screens. */
@media(max-width:760px){
  body.kerong-unified [data-component="fitness-project-checklist"] .content-head{
    display:grid;
    grid-template-columns:minmax(0,1fr);
    align-items:start;
    gap:16px
  }
  body.kerong-unified [data-component="fitness-project-checklist"] .content-head>p{max-width:none;margin:0}
}
