/*
Theme Name: UMJ Corporate Child
Template: astra
Version: 2.1.0
Text Domain: umj-corporate-child
Description: Clean consolidated stylesheet for UMJ corporate website.
*/

:root{
  --umj-primary:#2B5B8A;
  --umj-primary-dark:#18395C;
  --umj-dark:#11263A;
  --umj-text:#11263A;
  --umj-text-soft:#6A778A;
  --umj-border:#DCE6F0;
  --umj-bg-soft:#F5F8FC;
  --umj-shadow:0 18px 40px rgba(17,36,58,.10);
}

*{box-sizing:border-box;}
html,body{overflow-x:hidden;}
body{
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--umj-text);
  background:#fff;
}
img{
  max-width:100%;
  height:auto;
  display:block;
}

/* hide default Astra header */
.home .entry-header,
.page .entry-header,
.post-type-archive-product .entry-header,
.single-product .entry-header,
.ast-primary-header-bar,
.main-header-bar,
.ast-site-title-wrap,
.site-branding{
  display:none !important;
}

/* full width content areas */
.home .site-content,
.home .ast-container,
.home .entry-content,
.home article,
.home .post,
.home .page,
.page .site-content,
.page .ast-container,
.page .entry-content,
.page article,
.page .post,
.post-type-archive-product .site-content,
.post-type-archive-product .ast-container,
.post-type-archive-product .entry-content,
.post-type-archive-product article,
.post-type-archive-product .post,
.single-product .site-content,
.single-product .ast-container,
.single-product .entry-content,
.single-product article,
.single-product .post{
  width:100%;
  max-width:100%;
}

.home .ast-container,
.page .ast-container,
.post-type-archive-product .ast-container,
.single-product .ast-container{
  display:block !important;
  padding-left:0 !important;
  padding-right:0 !important;
}

.home .entry-content,
.page .entry-content,
.post-type-archive-product .entry-content,
.single-product .entry-content{
  margin:0;
}

.home .entry-content > *,
.page .entry-content > *,
.post-type-archive-product .entry-content > *,
.single-product .entry-content > *{
  max-width:none;
}

.umj-content{
  width:min(1200px,92%);
  margin:0 auto;
}

.umj-section{
  padding:72px 0;
}
.umj-section--soft{
  background:#F8FAFC;
}

/* buttons */
.umj-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  min-height:52px;
  padding:0 24px;
  border-radius:14px;
  text-decoration:none;
  font-size:1rem;
  font-weight:700;
  transition:.2s ease;
}
.umj-btn--primary{
  background:var(--umj-primary);
  color:#fff;
  box-shadow:0 12px 26px rgba(43,91,138,.24);
}
.umj-btn--primary:hover{
  transform:translateY(-1px);
  filter:brightness(.98);
  color:#fff;
}
.umj-btn--outline{
  background:transparent;
  color:#fff;
  border:2px solid rgba(255,255,255,.65);
}
.umj-btn--outline:hover{
  background:rgba(255,255,255,.08);
  color:#fff;
}

/* header */
.umj-topbar{
  position:sticky;
  top:0;
  z-index:2000;
  background:#fff;
  border-bottom:1px solid #e9eef4;
}
.umj-topbar__inner{
  width:min(1200px,92%);
  margin:0 auto;
  min-height:78px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:24px;
}
.umj-brand{
  display:flex;
  align-items:center;
  text-decoration:none;
  min-width:0;
}
.umj-brand__logo-img{
  height:42px;
  width:auto;
  max-width:180px;
  object-fit:contain;
}
.umj-nav{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:32px;
}
.umj-nav a{
  color:#18395C;
  text-decoration:none;
  font-size:.96rem;
  font-weight:700;
  line-height:1.4;
  white-space:nowrap;
}
.umj-nav a:hover,
.umj-nav a.is-active{
  color:#2B5B8A;
}
.umj-hamburger,
.umj-nav__header,
.umj-nav__close,
.umj-nav-backdrop{
  display:none;
}

/* homepage hero */
.umj-hero{
  background:#fff;
  padding:0;
}
.umj-hero__frame{
  position:relative;
  overflow:hidden;
}
.umj-hero__layout{
  display:grid;
  grid-template-columns:47% 53%;
  min-height:calc(100vh - 78px);
  width:100%;
  align-items:stretch;
}
.umj-hero__copy{
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:64px 56px 120px 24px;
  background:
    radial-gradient(circle at 0% 100%, rgba(88,133,186,.18), transparent 28%),
    linear-gradient(135deg, #143350 0%, #234A74 55%, #3F73AA 100%);
  clip-path:polygon(0 0, 87% 0, 100% 100%, 0 100%);
}
.umj-hero__copy::after{
  content:"";
  position:absolute;
  left:-40px;
  bottom:-30px;
  width:340px;
  height:220px;
  background:radial-gradient(circle, rgba(110,156,209,.14), transparent 60%);
  pointer-events:none;
}
.umj-kicker{
  display:inline-block;
  margin-bottom:18px;
  color:#BFD8F5;
  letter-spacing:.08em;
  font-size:13px;
  font-weight:800;
  text-transform:uppercase;
}
.umj-title{
  margin:0 0 18px;
  color:#fff;
  font-size:2rem;
  line-height:1.22;
  font-weight:800;
  letter-spacing:-.02em;
  max-width:620px;
  padding-right: 20px !important;
}
.umj-copy,
.umj-copy p{
  max-width:610px;
  color:#FFFFFF;
  opacity:.92;
  font-size:1rem;
  line-height:1.75;
}
.umj-copy p{margin:0 0 14px;}
.umj-hero__actions{
  display:flex;
  gap:18px;
  flex-wrap:wrap;
  margin-top:28px;
}
.umj-hero__trust{
  display:flex;
  gap:14px 18px;
  flex-wrap:wrap;
  margin-top:24px;
  color:#E6F0FA;
  font-size:.92rem;
  font-weight:700;
}
.umj-hero__trust span{
  display:inline-flex;
  align-items:center;
  gap:10px;
}
.umj-hero__trust span:before{
  content:"";
  width:10px;
  height:10px;
  border-radius:50%;
  background:#6F95C0;
  box-shadow:0 0 0 3px rgba(111,149,192,.16);
}
.umj-hero__visual{
  position:relative;
  min-height: calc(100vh - 80px);
  margin-left:-74px;
  background:
    linear-gradient(rgba(0,0,0,.04), rgba(43,91,138,.18)),
    url('hero-industrial-reference.png');
  background-size:cover;
  background-position:center center;
  background-repeat:no-repeat;
}
.umj-hero__visual:before{
  content:"";
  position:absolute;
  left:10px;
  top:0;
  bottom:0;
  width:40px;
  background:linear-gradient(180deg, #3F73AA 0%, #18395C 100%);
  transform:skewX(8deg);
  z-index:3;
}
.umj-hero__visual:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(18,40,67,.05), rgba(43,91,138,.18));
  z-index:1;
}
.umj-hero__features{
  position:absolute;
  right:40px;
  bottom:40px;
  z-index:6;
  width:min(720px, calc(100% - 40px));
  display:grid;
  grid-template-columns:repeat(3,1fr);
  background:rgba(255,255,255,.98);
  border:1px solid rgba(220,230,240,.96);
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 20px 40px rgba(0,0,0,.12);
}
.umj-hero__feature{
  text-align:center;
  padding:18px 14px;
  background:#fff;
}
.umj-hero__feature + .umj-hero__feature{
  border-left:1px solid var(--umj-border);
}
.umj-hero__feature-icon{
  width:48px;
  height:48px;
  margin:0 auto 10px;
  border-radius:50%;
  background:#EDF4FB;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--umj-primary);
  font-size:1.2rem;
  font-weight:900;
}
.umj-hero__feature strong{
  display:block;
  font-size:.85rem;
  line-height:1.35;
  font-weight:800;
  color:#13283C;
  margin-bottom:4px;
}
.umj-hero__feature p{
  margin:0;
  font-size:.78rem;
  line-height:1.4;
  color:#6A778A;
}

/* stats */
.umj-stats{
  background:#F5F8FC;
  padding:70px 0;
}
.umj-stats__grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}
.umj-stat{
  background:#fff;
  border-radius:18px;
  padding:28px 22px;
  text-align:center;
  border:1px solid #EEF2F6;
  box-shadow:0 8px 20px rgba(0,0,0,.04);
  transition:.2s;
}
.umj-stat:hover{
  transform:translateY(-4px);
  box-shadow:0 14px 30px rgba(0,0,0,.08);
}
.umj-stat__icon{
  width:60px;
  height:60px;
  margin:0 auto 14px;
  border-radius:50%;
  background:rgba(43,91,138,0.1);
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--umj-primary);
  font-size:1.5rem;
}
.umj-stat .big{
  font-size:1.8rem;
  font-weight:800;
  margin-bottom:6px;
}
.umj-stat strong{
  display:block;
  font-size:.95rem;
  color:#13283C;
}
.umj-stat p{
  margin:6px 0 0;
  font-size:.85rem;
  color:#6A778A;
}

/* general content */
.umj-grid-2{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:30px;
  align-items:center;
}
.umj-visual{
  min-height:420px;
  border-radius:24px;
  overflow:hidden;
  background:
    linear-gradient(rgba(43,91,138,.08), rgba(43,91,138,.08)),
    url('hero-industrial-reference.png');
  background-size:cover;
  background-position:center;
  box-shadow:var(--umj-shadow);
}
.umj-card{
  background:#fff;
  border:1px solid var(--umj-border);
  border-radius:20px;
  padding:28px;
  box-shadow:0 10px 25px rgba(0,0,0,.05);
}
.umj-card-business{
  position:relative;
  overflow:hidden;
}
.umj-card-business:after{
  content:"";
  position:absolute;
  right:-32px;
  bottom:-32px;
  width:120px;
  height:120px;
  border-radius:50%;
  background:rgba(43,91,138,.06);
}
.umj-h2{
  margin:0 0 18px;
  font-size:2.2rem;
  line-height:1.2;
  color:#11263A;
  font-weight:800;
  letter-spacing:-.03em;
}
.umj-checks{
  display:grid;
  gap:10px;
  margin-top:18px;
}
.umj-check{
  display:flex;
  gap:12px;
  color:#67758C;
}
.umj-check:before{
  content:"✓";
  color:var(--umj-primary);
  font-weight:800;
}
.umj-pill{
  display:inline-block;
  padding:6px 10px;
  margin-bottom:14px;
  border-radius:999px;
  background:rgba(43,91,138,.10);
  color:#18395C;
  font-size:.75rem;
  font-weight:800;
}
.umj-card h3{
  margin:0 0 10px;
  font-size:1.1rem;
  line-height:1.2;
  color:#11263A;
}
.umj-card p{
  margin:0;
  line-height:1.6;
  color:#6A778A;
  font-size:.9rem;
}

/* products */
.umj-products{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
  margin-top:40px;
}
.umj-product{
  background:#fff;
  border-radius:20px;
  overflow:hidden;
  border:1px solid #EEF2F6;
  box-shadow:0 10px 25px rgba(0,0,0,.05);
  transition:.25s;
}
.umj-product:hover{
  transform:translateY(-6px);
  box-shadow:0 18px 35px rgba(0,0,0,.08);
}
.umj-product__img{
  position:relative;
  height:220px;
  border-bottom:1px solid #eef2f6;
  background:linear-gradient(135deg,#2B5B8A,#5E87B5);
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  overflow:hidden;
}
.umj-product__img::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(17,36,58,0.08) 0%, rgba(17,36,58,0.22) 100%);
}
.umj-product__body{
  padding:20px;
}
.umj-product h3{
  font-size:1rem;
  margin-bottom:8px;
}
.umj-product p{
  font-size:.85rem;
  color:#6A778A;
  line-height:1.5;
  margin-bottom:12px;
}
.umj-product__btn{
  font-size:.85rem;
  font-weight:600;
  color:#2B5B8A;
  text-decoration:none;
}
.umj-product__btn:hover{
  text-decoration:underline;
}

/* page hero */
.umj-page-hero{
  position:relative;
  padding:140px 0 80px;
  color:#fff;
  overflow:hidden;
  background:
    radial-gradient(circle at 20% 30%, rgba(74,127,179,.25), transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(24,57,92,.35), transparent 50%),
    linear-gradient(135deg, #18395C 0%, #2B5B8A 60%, #4A7FB3 100%);
}
.umj-page-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:repeating-linear-gradient(135deg, rgba(255,255,255,.03) 0px, rgba(255,255,255,.03) 2px, transparent 2px, transparent 14px);
  opacity:.5;
  pointer-events:none;
}
.umj-page-hero::after{
  content:"";
  position:absolute;
  width:500px;
  height:500px;
  border-radius:50%;
  background:rgba(255,255,255,.08);
  filter:blur(120px);
  top:-100px;
  right:-120px;
}
.umj-page-hero .umj-content{
  position:relative;
  z-index:2;
}
.umj-page-hero h1{
  margin:0 0 12px;
  font-size:2.8rem;
  font-weight:800;
  color:#fff;
  letter-spacing:-.02em;
}
.umj-page-hero p{
  margin:0;
  font-size:1.05rem;
  color:rgba(255,255,255,.86);
  max-width:680px;
  line-height:1.7;
}

/* about */
.umj-about-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:36px;
  align-items:start;
}
.umj-about-main .umj-card{
  margin-bottom:20px;
}
.umj-about-side .umj-visual{
  min-height:480px;
}
.umj-about-cards{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
}
.umj-about-cards .umj-card{
  height:100%;
}

/* product detail */
.umj-product-detail{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:36px;
  align-items:start;
}
.umj-product-detail__media{
  width:100%;
}
.umj-product-detail__img{
  width:100%;
  min-height:520px;
  border-radius:24px;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  box-shadow:0 14px 30px rgba(0,0,0,.08);
}
.umj-product-detail__info{
  display:grid;
  gap:20px;
}
.umj-product-detail__content{
  color:var(--umj-text-soft);
  line-height:1.8;
}
.umj-product-detail__content p{
  margin:0 0 14px;
}
.umj-product-detail__actions{
  margin-top:24px;
}
.umj-section-head{
  margin-bottom:26px;
}
.umj-section-head .umj-kicker{
  display:inline-block;
  margin-bottom:10px;
}

/* product filter */
.umj-product-filter{
  margin-bottom:8px;
}
.umj-product-filter__row{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  align-items:center;
}
.umj-product-filter__select{
  min-width:260px;
  height:50px;
  padding:0 16px;
  border:1px solid var(--umj-border);
  border-radius:12px;
  background:#fff;
  color:var(--umj-text);
  font-size:.95rem;
  outline:none;
}
.umj-product-filter__select:focus{
  border-color:var(--umj-primary);
}

/* footer */
.umj-footer{
  background:linear-gradient(135deg, #18395C 0%, #102944 100%);
  color:rgba(255,255,255,.88);
  padding:72px 0 0;
  margin-top:0;
  clear:both;
  width:100%;
  display:block;
}
.umj-footer .umj-content{
  width:min(1200px,92%);
  margin:0 auto;
}
.umj-footer__grid{
  display:grid;
  grid-template-columns:1.2fr .8fr .8fr 1fr;
  gap:36px;
  align-items:start;
}
.umj-footer__logo{
  display:inline-flex;
  align-items:center;
  text-decoration:none;
  margin-bottom:18px;
}
.umj-footer__logo-img{
  height:56px;
  width:auto;
  object-fit:contain;
}
.umj-footer__desc{
  margin:0 0 20px;
  max-width:360px;
  line-height:1.8;
  font-size:.95rem;
  color:rgba(255,255,255,.78);
}
.umj-footer__title{
  margin:0 0 18px;
  font-size:1rem;
  font-weight:800;
  color:#fff;
}
.umj-footer__links{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:12px;
}
.umj-footer__links a,
.umj-footer__links span{
  color:rgba(255,255,255,.74);
  text-decoration:none;
  line-height:1.6;
  font-size:.94rem;
}
.umj-footer__links a:hover{
  color:#fff;
}
.umj-footer__contact{
  display:grid;
  gap:14px;
}
.umj-footer__contact p{
  margin:0;
  line-height:1.7;
  font-size:.94rem;
  color:rgba(255,255,255,.76);
}
.umj-footer__contact strong{
  color:#fff;
}
.umj-footer__contact a{
  color:rgba(255,255,255,.76);
  text-decoration:none;
}
.umj-footer__contact a:hover{
  color:#fff;
}
.umj-footer__bottom{
  margin-top:42px;
  padding:18px 0 22px;
  border-top:1px solid rgba(255,255,255,.10);
}
.umj-footer__bottom-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
}
.umj-footer__bottom p{
  margin:0;
  font-size:.88rem;
  color:rgba(255,255,255,.62);
}
.umj-footer__credit{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:.88rem;
  color:rgba(255,255,255,.62);
}
.umj-footer__credit-link{
  display:inline-flex;
  align-items:center;
  text-decoration:none;
}
.umj-footer__credit-logo{
  height:40px;
  width:auto;
  object-fit:contain;
}

.umj-wa-float{
  display:none !important;
}

/* responsive */
@media (max-width: 1100px){
  .umj-hero__layout{
    grid-template-columns:1fr;
    min-height:auto;
  }
  .umj-hero__copy{
    clip-path:none;
    margin-right:0;
    padding:48px 24px 32px;
  }
  .umj-hero__copy::after{
    display:none;
  }
  .umj-hero__visual{
    margin-left:0;
    min-height:420px;
  }
  .umj-hero__visual:before{
    display:none;
  }
  .umj-hero__features{
    position:relative;
    right:auto;
    bottom:auto;
    width:calc(100% - 24px);
    margin:-40px auto 0;
  }
  .umj-stats__grid{
    grid-template-columns:repeat(2,1fr);
  }
  .umj-products{
    grid-template-columns:repeat(2,1fr);
  }
  .umj-grid-2,
  .umj-about-grid,
  .umj-about-cards,
  .umj-product-detail{
    grid-template-columns:1fr;
  }
  .umj-product-detail__img{
    min-height:360px;
  }
  .umj-footer__grid{
    grid-template-columns:1fr 1fr;
    gap:28px;
  }
}

@media (max-width: 992px){
  .umj-topbar__inner{
    grid-template-columns:1fr auto;
    min-height:68px;
    gap:12px;
  }

  .umj-brand__logo-img{
    height:36px;
    max-width:150px;
  }

  .umj-hamburger{
    display:flex;
    width:40px;
    height:40px;
    border:none;
    border-radius:10px;
    background:#f5f8fc;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    gap:5px;
    padding:0;
    cursor:pointer;
    margin-left:auto;
    z-index:2102;
  }

  .umj-hamburger span{
    display:block;
    width:18px;
    height:2px;
    background:#18395C;
    border-radius:999px;
    transition:transform .25s ease, opacity .2s ease;
  }

  .umj-hamburger.active span:nth-child(1){
    transform:translateY(7px) rotate(45deg);
  }

  .umj-hamburger.active span:nth-child(2){
    opacity:0;
  }

  .umj-hamburger.active span:nth-child(3){
    transform:translateY(-7px) rotate(-45deg);
  }

  .umj-nav{
    position:fixed;
    top:0;
    right:0;
    width:min(82vw,320px);
    height:100vh;
    margin:0;
    padding:18px 16px 24px;
    display:flex;
    flex-direction:column;
    align-items:stretch;
    justify-content:flex-start;
    gap:8px;
    background:#fff;
    border-left:1px solid #e5edf6;
    box-shadow:-18px 0 40px rgba(17,36,58,.14);
    overflow-y:auto;
    overflow-x:hidden;
    transform:translateX(100%);
    transition:transform .28s ease;
    z-index:2104;
    pointer-events:none;
  }

  .umj-nav.active{
    transform:translateX(0);
    pointer-events:auto;
  }

  .umj-nav__header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding-bottom:12px;
    margin-bottom:10px;
    border-bottom:1px solid #e8eef5;
  }

  .umj-nav__title{
    font-size:1rem;
    font-weight:800;
    color:#18395C;
  }

  .umj-nav__close{
    display:flex;
    align-items:center;
    justify-content:center;
    width:36px;
    height:36px;
    border:none;
    border-radius:10px;
    background:#f3f7fb;
    color:#18395C;
    font-size:18px;
    cursor:pointer;
  }

  .umj-nav a{
    display:flex;
    width:100%;
    padding:12px 14px;
    border-radius:12px;
    color:#18395C;
    font-size:.95rem;
    font-weight:700;
    white-space:normal;
  }

  .umj-nav a:hover,
  .umj-nav a.is-active{
    background:rgba(43,91,138,.08);
    color:#2B5B8A;
  }

  .umj-nav-backdrop{
    display:block;
    position:fixed;
    inset:0;
    background:rgba(15,23,42,.28);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:.22s ease;
    z-index:2103;
  }

  .umj-nav-backdrop.active{
    opacity:1;
    visibility:visible;
    pointer-events:auto;
  }

  body.umj-menu-open{
    overflow:hidden;
  }

  .umj-page-hero{
    padding:120px 0 70px;
  }

  .umj-page-hero h1{
    font-size:2.2rem;
  }

  .umj-about-side .umj-visual{
    min-height:320px;
  }

  .umj-product-filter__row{
    flex-direction:column;
    align-items:stretch;
  }

  .umj-product-filter__select{
    width:100%;
    min-width:0;
  }
}

@media (max-width: 680px){
  .umj-section{
    padding:56px 0;
  }
  .umj-content{
    width:calc(100% - 24px);
  }
  .umj-title{
    font-size:1.55rem;
    line-height:1.22;
  }
  .umj-copy,
  .umj-copy p{
    font-size:.92rem;
    line-height:1.65;
    max-width:none;
  }
  .umj-hero__actions{
    flex-direction:column;
    gap:12px;
    margin-top:20px;
  }
  .umj-hero__actions .umj-btn{
    width:100%;
  }
  .umj-hero__trust{
    gap:10px 14px;
    font-size:.86rem;
  }
  .umj-hero__features{
    grid-template-columns:1fr;
    border-radius:18px;
    margin:-28px auto 0;
  }
  .umj-hero__feature + .umj-hero__feature{
    border-left:none;
    border-top:1px solid var(--umj-border);
  }
  .umj-hero__visual{
    min-height:320px;
  }
  .umj-stats{
    padding:48px 0;
  }
  .umj-stats__grid,
  .umj-products,
  .single-product .umj-products,
  .umj-footer__grid{
    grid-template-columns:1fr;
  }
  .umj-h2{
    font-size:1.7rem;
    line-height:1.25;
  }
  .umj-card{
    padding:20px;
    border-radius:16px;
  }
  .umj-visual{
    min-height:260px;
  }
  .umj-product__img{
    height:200px;
  }
  .umj-product__body{
    padding:16px;
  }
  .umj-page-hero{
    padding:104px 0 54px;
  }
  .umj-page-hero h1{
    font-size:1.9rem;
    line-height:1.18;
  }
  .umj-page-hero p{
    font-size:.93rem;
  }
  .umj-product-detail__img{
    min-height:240px;
    border-radius:18px;
  }
  .umj-product-detail__info{
    gap:16px;
  }
  .umj-product-detail__actions .umj-btn{
    width:100%;
  }
  .umj-footer{
    padding:48px 0 0;
  }
  .umj-footer__logo-img{
    height:46px;
  }
  .umj-footer__desc{
    max-width:none;
    font-size:.92rem;
  }
  .umj-footer__bottom-inner{
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
  }
  .umj-btn{
    min-height:46px;
    font-size:.92rem;
    padding:0 16px;
    border-radius:12px;
  }
  .umj-pill{
    font-size:.72rem;
  }
}
/* =========================================
   MOBILE MENU CLICK FIX
   ========================================= */
@media (max-width: 992px){

  .umj-topbar{
    z-index: 3000 !important;
  }

  .umj-hamburger{
    z-index: 3003 !important;
  }

  .umj-nav{
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    width: min(82vw, 320px) !important;
    height: 100vh !important;
    background: #fff !important;
    z-index: 3002 !important;

    transform: translateX(100%) !important;
    transition: transform .28s ease !important;

    pointer-events: none !important;
    visibility: visible !important;
    opacity: 1 !important;

    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .umj-nav.active{
    transform: translateX(0) !important;
    pointer-events: auto !important;
  }

  .umj-nav *{
    pointer-events: auto !important;
  }

  .umj-nav__header{
    position: relative !important;
    z-index: 3003 !important;
  }

  .umj-nav__close{
    position: relative !important;
    z-index: 3004 !important;
    pointer-events: auto !important;
  }

  .umj-nav a{
    position: relative !important;
    z-index: 3003 !important;
    display: flex !important;
    width: 100% !important;
    pointer-events: auto !important;
    touch-action: manipulation !important;
  }

  .umj-nav-backdrop{
    position: fixed !important;
    inset: 0 !important;
    z-index: 3001 !important;
    background: rgba(15,23,42,.28) !important;
    pointer-events: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }

  /*.umj-nav-backdrop.active{*/
  /*  pointer-events: auto !important;*/
  /*  opacity: 1 !important;*/
  /*  visibility: visible !important;*/
  /*}*/
}
/* =========================================
   FRONT PAGE HERO MOBILE FIX
   ========================================= */

@media (max-width: 992px){

  .home .umj-hero{
    overflow:hidden !important;
  }

  .home .umj-hero__frame{
    overflow:hidden !important;
  }

  .home .umj-hero__layout{
    display:grid !important;
    grid-template-columns:1fr !important;
    min-height:auto !important;
    width:100% !important;
  }

  .home .umj-hero__copy{
    clip-path:none !important;
    margin-right:0 !important;
    padding:36px 20px 24px !important;
    min-height:auto !important;
  }

  .home .umj-hero__copy::after{
    display:none !important;
  }

  .home .umj-title{
    font-size:1.75rem !important;
    line-height:1.2 !important;
    max-width:none !important;
    margin-bottom:14px !important;
  }

  .home .umj-copy,
  .home .umj-copy p{
    max-width:none !important;
    font-size:.95rem !important;
    line-height:1.65 !important;
  }

  .home .umj-hero__actions{
    display:flex !important;
    flex-direction:column !important;
    gap:12px !important;
    margin-top:20px !important;
  }

  .home .umj-hero__actions .umj-btn{
    width:100% !important;
    min-height:46px !important;
  }

  .home .umj-hero__trust{
    display:flex !important;
    flex-wrap:wrap !important;
    gap:8px 14px !important;
    margin-top:16px !important;
    font-size:.84rem !important;
  }

  .home .umj-hero__visual{
    margin-left:0 !important;
    min-height:220px !important;
    height:220px !important;
  }

  .home .umj-hero__visual:before,
  .home .umj-hero__visual:after{
    display:none !important;
  }

  .home .umj-hero__features{
    position:relative !important;
    right:auto !important;
    left:auto !important;
    bottom:auto !important;
    width:calc(100% - 24px) !important;
    margin:-12px auto 0 !important;
    display:grid !important;
    grid-template-columns:1fr !important;
    border-radius:18px !important;
    overflow:hidden !important;
    z-index:5 !important;
  }

  .home .umj-hero__feature{
    padding:16px 14px !important;
  }

  .home .umj-hero__feature + .umj-hero__feature{
    border-left:none !important;
    border-top:1px solid var(--umj-border) !important;
  }

  .home .umj-hero__feature-icon{
    width:42px !important;
    height:42px !important;
    margin:0 auto 8px !important;
    font-size:1rem !important;
  }

  .home .umj-hero__feature strong{
    font-size:.88rem !important;
    line-height:1.35 !important;
    margin-bottom:4px !important;
  }

  .home .umj-hero__feature p{
    font-size:.78rem !important;
    line-height:1.45 !important;
  }

  .home .umj-stats{
    margin-top:22px !important;
  }
}

/* extra small phone */
@media (max-width: 480px){
  .home .umj-hero__copy{
    padding:30px 16px 20px !important;
  }

  .home .umj-title{
    font-size:1.55rem !important;
  }

  .home .umj-copy,
  .home .umj-copy p{
    font-size:.9rem !important;
  }

  .home .umj-hero__visual{
    min-height:190px !important;
    height:190px !important;
  }

  .home .umj-hero__features{
    width:calc(100% - 16px) !important;
    margin:-8px auto 0 !important;
  }

  .home .umj-hero__feature{
    padding:14px 12px !important;
  }
}
/* =========================================
   TABLET FIX
   768px - 1024px
   ========================================= */
@media (min-width: 768px) and (max-width: 1024px){

  .umj-content{
    width:min(100%, 92%) !important;
    margin:0 auto !important;
  }

  /* header */
  .umj-topbar__inner{
    width:min(100%, 92%) !important;
    min-height:72px !important;
    grid-template-columns:auto 1fr auto !important;
    gap:18px !important;
    padding:0 !important;
  }

  .umj-brand__logo-img{
    height:40px !important;
    max-width:170px !important;
  }

  .umj-nav{
    gap:18px !important;
  }

  .umj-nav a{
    font-size:.9rem !important;
    white-space:nowrap !important;
  }

  /* hero */
  .home .umj-hero__layout{
    grid-template-columns:1fr !important;
    min-height:auto !important;
  }

  .home .umj-hero__copy{
    clip-path:none !important;
    margin-right:0 !important;
    padding:48px 28px 32px !important;
  }

  .home .umj-hero__copy::after{
    display:none !important;
  }

  .home .umj-title{
    font-size:2rem !important;
    line-height:1.2 !important;
    max-width:none !important;
  }

  .home .umj-copy,
  .home .umj-copy p{
    max-width:none !important;
    font-size:1rem !important;
    line-height:1.7 !important;
  }

  .home .umj-hero__actions{
    gap:14px !important;
    flex-wrap:wrap !important;
  }

  .home .umj-hero__actions .umj-btn{
    min-height:48px !important;
  }

  .home .umj-hero__trust{
    gap:10px 16px !important;
    margin-top:18px !important;
    font-size:.88rem !important;
  }

  .home .umj-hero__visual{
    margin-left:0 !important;
    min-height:340px !important;
    height:340px !important;
  }

  .home .umj-hero__visual:before{
    display:none !important;
  }

  .home .umj-hero__features{
    position:relative !important;
    right:auto !important;
    left:auto !important;
    bottom:auto !important;
    width:calc(100% - 24px) !important;
    margin:-24px auto 0 !important;
    grid-template-columns:repeat(3, 1fr) !important;
    border-radius:20px !important;
  }

  .home .umj-hero__feature{
    padding:18px 14px !important;
  }

  .home .umj-hero__feature + .umj-hero__feature{
    border-left:1px solid var(--umj-border) !important;
    border-top:none !important;
  }

  .home .umj-hero__feature-icon{
    width:46px !important;
    height:46px !important;
    margin:0 auto 8px !important;
    font-size:1.05rem !important;
  }

  .home .umj-hero__feature strong{
    font-size:.84rem !important;
    line-height:1.3 !important;
    margin-bottom:4px !important;
  }

  .home .umj-hero__feature p{
    font-size:.76rem !important;
    line-height:1.4 !important;
  }

  /* stats */
  .umj-stats{
    padding:56px 0 !important;
  }

  .umj-stats__grid{
    grid-template-columns:repeat(2, 1fr) !important;
    gap:18px !important;
  }

  .umj-stat{
    padding:22px 18px !important;
  }

  /* generic grids */
  .umj-grid-2,
  .umj-about-grid{
    grid-template-columns:1fr !important;
    gap:24px !important;
  }

  .umj-about-cards{
    grid-template-columns:1fr 1fr !important;
    gap:18px !important;
  }

  /* products */
  .umj-products{
    grid-template-columns:repeat(2, 1fr) !important;
    gap:18px !important;
  }

  .umj-product__img{
    height:210px !important;
  }

  /* product detail */
  .umj-product-detail{
    grid-template-columns:1fr !important;
    gap:24px !important;
  }

  .umj-product-detail__img{
    min-height:360px !important;
  }

  /* footer */
  .umj-footer__grid{
    grid-template-columns:1fr 1fr !important;
    gap:24px !important;
  }

  .umj-footer__bottom-inner{
    gap:12px !important;
  }
}
/* =========================================
   HIDE HERO IMAGE ON MOBILE
   ========================================= */
@media (max-width: 767px){
  .home .umj-hero__layout{
    grid-template-columns:1fr !important;
    min-height:auto !important;
  }

  .home .umj-hero__visual{
    display:none !important;
  }

  .home .umj-hero__copy{
    clip-path:none !important;
    margin-right:0 !important;
    padding:32px 18px 20px !important;
  }

  .home .umj-hero__copy::after{
    display:none !important;
  }

  .home .umj-title{
    font-size:1.6rem !important;
    line-height:1.2 !important;
    max-width:none !important;
  }

  .home .umj-copy,
  .home .umj-copy p{
    max-width:none !important;
    font-size:.92rem !important;
    line-height:1.65 !important;
  }

  .home .umj-hero__actions{
    display:flex !important;
    flex-direction:column !important;
    gap:12px !important;
    margin-top:18px !important;
  }

  .home .umj-hero__actions .umj-btn{
    width:100% !important;
  }

  .home .umj-hero__trust{
    gap:8px 12px !important;
    margin-top:14px !important;
    font-size:.82rem !important;
  }

  .home .umj-hero__features{
    position:relative !important;
    right:auto !important;
    left:auto !important;
    bottom:auto !important;
    width:calc(100% - 16px) !important;
    margin:14px auto 0 !important;
    grid-template-columns:1fr !important;
    border-radius:18px !important;
  }

  .home .umj-hero__feature + .umj-hero__feature{
    border-left:none !important;
    border-top:1px solid var(--umj-border) !important;
  }

  .home .umj-hero__feature{
    padding:14px 12px !important;
  }
}

/* =========================================
   CLEAN MOBILE HERO (PREMIUM STYLE)
   ========================================= */
@media (max-width: 767px){

  /* HERO CONTAINER */
  .home .umj-hero{
    padding:0 !important;
  }

  .home .umj-hero__layout{
    grid-template-columns:1fr !important;
    min-height:auto !important;
  }

  /* HIDE IMAGE */
  .home .umj-hero__visual{
    display:none !important;
  }

  /* TEXT AREA */
  .home .umj-hero__copy{
    clip-path:none !important;
    margin:0 !important;
    padding:42px 20px 28px !important;

    background:linear-gradient(135deg, #1e3a5f, #2b5b8a) !important;
    color:#fff !important;
  }

  .home .umj-hero__copy::after{
    display:none !important;
  }

  /* TITLE */
  .home .umj-title{
    font-size:1.65rem !important;
    line-height:1.2 !important;
    font-weight:800 !important;
    margin-bottom:14px !important;
  }

  /* DESCRIPTION */
  .home .umj-copy,
  .home .umj-copy p{
    font-size:.92rem !important;
    line-height:1.65 !important;
    opacity:.9 !important;
  }

  /* BUTTON AREA */
  .home .umj-hero__actions{
    display:flex !important;
    flex-direction:column !important;
    gap:12px !important;
    margin-top:20px !important;
  }

  .home .umj-hero__actions .umj-btn{
    width:100% !important;
    min-height:48px !important;
    font-weight:600 !important;
  }

  /* TRUST TEXT */
  .home .umj-hero__trust{
    display:flex !important;
    flex-wrap:wrap !important;
    gap:8px 12px !important;
    margin-top:16px !important;
    font-size:.78rem !important;
    opacity:.85 !important;
  }

  /* HIDE FEATURE CARDS */
  .home .umj-hero__features{
    display:none !important;
  }
}
@media (max-width: 767px){
  .home .umj-btn{
    border-radius:12px !important;
  }

  .home .umj-btn--primary{
    background:linear-gradient(135deg, #3b82f6, #2563eb) !important;
    box-shadow:0 6px 18px rgba(37,99,235,.3) !important;
  }
}
/* CONTACT PAGE */
.umj-contact-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:28px;
  align-items:start;
}

.umj-contact-main{
  display:grid;
  gap:24px;
}

.umj-contact-card--intro p{
  margin-bottom:0;
}

.umj-contact-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:24px;
}

.umj-btn--outline-dark{
  background:#fff;
  color:var(--umj-primary-dark);
  border:1px solid var(--umj-border);
}

.umj-btn--outline-dark:hover{
  color:var(--umj-primary-dark);
  border-color:var(--umj-primary);
}

.umj-contact-info-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}

.umj-contact-info-card{
  height:100%;
}

.umj-contact-icon{
  width:54px;
  height:54px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(43,91,138,.10);
  color:var(--umj-primary);
  font-size:1.2rem;
  margin-bottom:14px;
}

.umj-contact-info-card h3{
  margin-bottom:8px;
}

.umj-contact-info-card p{
  margin-bottom:12px;
}

.umj-contact-info-card a{
  color:var(--umj-primary);
  text-decoration:none;
  font-weight:700;
}

.umj-contact-info-card a:hover{
  text-decoration:underline;
}

.umj-contact-note{
  display:block;
  color:var(--umj-text-soft);
  font-size:.9rem;
}

.umj-contact-side{
  display:grid;
  gap:24px;
}

.umj-contact-side-card h3{
  margin-bottom:12px;
}

.umj-contact-highlight .umj-btn{
  margin-top:20px;
  width:100%;
}

@media (max-width: 992px){
  .umj-contact-grid{
    grid-template-columns:1fr;
  }

  .umj-contact-info-grid{
    grid-template-columns:1fr;
  }
}
/* =========================================
   CONTACT PAGE PREMIUM
   ========================================= */

.umj-page-hero--contact-premium{
  padding-bottom: 96px;
}

.umj-contact-hero{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 30px;
  align-items:end;
}

.umj-contact-hero__copy{
  max-width: 760px;
}

.umj-contact-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:26px;
}

.umj-btn--glass{
  background:rgba(255,255,255,.10);
  color:#fff;
  border:1px solid rgba(255,255,255,.28);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}

.umj-btn--glass:hover{
  color:#fff;
  background:rgba(255,255,255,.14);
}

.umj-contact-hero__panel{
  display:flex;
  justify-content:flex-end;
}

.umj-contact-hero-card{
  width:100%;
  max-width:360px;
  padding:26px 24px;
  border-radius:24px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 20px 40px rgba(0,0,0,.12);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}

.umj-contact-hero-card__label{
  display:inline-block;
  margin-bottom:10px;
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#D7E7FB;
}

.umj-contact-hero-card h3{
  margin:0 0 10px;
  font-size:1.2rem;
  line-height:1.3;
  color:#fff;
}

.umj-contact-hero-card p{
  margin:0 0 14px;
  color:rgba(255,255,255,.84);
  line-height:1.7;
  font-size:.94rem;
}

.umj-contact-hero-card a{
  color:#fff;
  font-weight:700;
  text-decoration:none;
}

.umj-contact-showcase{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:24px;
  align-items:center;
  margin-bottom:32px;
}

.umj-contact-showcase__intro p{
  margin:0;
  max-width:760px;
  line-height:1.8;
  color:var(--umj-text-soft);
}

.umj-contact-showcase__stats{
  display:grid;
  grid-template-columns:1fr;
  gap:14px;
}

.umj-contact-mini{
  padding:18px 20px;
  border-radius:18px;
  background:#fff;
  border:1px solid var(--umj-border);
  box-shadow:0 10px 24px rgba(0,0,0,.05);
}

.umj-contact-mini strong{
  display:block;
  margin-bottom:4px;
  color:var(--umj-primary-dark);
  font-size:.98rem;
}

.umj-contact-mini span{
  color:var(--umj-text-soft);
  font-size:.9rem;
}

.umj-contact-layout{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap:28px;
  align-items:start;
}

.umj-contact-cards{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}

.umj-contact-card-premium{
  display:flex;
  gap:16px;
  align-items:flex-start;
  padding:24px;
  border-radius:22px;
  background:#fff;
  border:1px solid var(--umj-border);
  box-shadow:0 12px 28px rgba(0,0,0,.05);
  transition:.2s ease;
}

.umj-contact-card-premium:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 34px rgba(0,0,0,.08);
}

.umj-contact-card-premium__icon{
  width:56px;
  height:56px;
  flex:0 0 56px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg, rgba(43,91,138,.12), rgba(43,91,138,.06));
  color:var(--umj-primary);
  font-size:1.25rem;
  font-weight:800;
}

.umj-contact-card-premium__body{
  min-width:0;
}

.umj-contact-card-premium__eyebrow{
  display:inline-block;
  margin-bottom:8px;
  font-size:.76rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--umj-primary);
}

.umj-contact-card-premium__body h3{
  margin:0 0 8px;
  font-size:1.08rem;
  line-height:1.35;
  color:var(--umj-primary-dark);
}

.umj-contact-card-premium__body p{
  margin:0 0 12px;
  color:var(--umj-text-soft);
  line-height:1.7;
  font-size:.92rem;
}

.umj-contact-card-premium__body a{
  color:var(--umj-primary);
  text-decoration:none;
  font-weight:700;
}

.umj-contact-card-premium__body a:hover{
  text-decoration:underline;
}

.umj-contact-helper{
  display:block;
  color:var(--umj-text-soft);
  font-size:.88rem;
  line-height:1.6;
}

.umj-contact-sidebar{
  display:grid;
  gap:22px;
}

.umj-contact-panel{
  padding:26px;
  border-radius:24px;
  background:#fff;
  border:1px solid var(--umj-border);
  box-shadow:0 12px 28px rgba(0,0,0,.05);
}

.umj-contact-panel h3{
  margin:0 0 12px;
  font-size:1.2rem;
  color:var(--umj-primary-dark);
}

.umj-contact-panel p{
  margin:0;
  line-height:1.8;
  color:var(--umj-text-soft);
}

.umj-contact-panel--accent{
  background:linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  border-color:#d9e8f6;
}

.umj-contact-panel__cta{
  margin-top:22px;
}

.umj-contact-panel__cta .umj-btn{
  width:100%;
}

@media (max-width: 1100px){
  .umj-contact-hero,
  .umj-contact-showcase,
  .umj-contact-layout{
    grid-template-columns:1fr;
  }

  .umj-contact-hero__panel{
    justify-content:flex-start;
  }

  .umj-contact-hero-card{
    max-width:none;
  }
}

@media (max-width: 768px){
  .umj-contact-cards{
    grid-template-columns:1fr;
  }

  .umj-contact-hero__actions{
    flex-direction:column;
  }

  .umj-contact-hero__actions .umj-btn{
    width:100%;
  }
}
/* ABOUT PAGE PREMIUM */
.umj-page-hero--about-premium{
  padding-bottom: 96px;
}

.umj-about-hero{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:30px;
  align-items:end;
}

.umj-about-hero__copy{
  max-width:760px;
}

.umj-about-hero__card{
  display:flex;
  justify-content:flex-end;
}

.umj-about-floating-card{
  width:100%;
  max-width:360px;
  padding:26px 24px;
  border-radius:24px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 20px 40px rgba(0,0,0,.12);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}

.umj-about-floating-card__label{
  display:inline-block;
  margin-bottom:10px;
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#D7E7FB;
}

.umj-about-floating-card h3{
  margin:0 0 10px;
  font-size:1.2rem;
  line-height:1.3;
  color:#fff;
}

.umj-about-floating-card p{
  margin:0;
  color:rgba(255,255,255,.84);
  line-height:1.7;
  font-size:.94rem;
}

.umj-about-premium-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:28px;
  align-items:start;
}

.umj-about-premium-side{
  display:grid;
  gap:22px;
}

.umj-about-highlight-card{
  padding:26px;
  border-radius:24px;
  background:#fff;
  border:1px solid var(--umj-border);
  box-shadow:0 12px 28px rgba(0,0,0,.05);
}

.umj-about-feature-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
}

.umj-about-feature-card{
  display:flex;
  gap:16px;
  align-items:flex-start;
  padding:24px;
  border-radius:22px;
  background:#fff;
  border:1px solid var(--umj-border);
  box-shadow:0 12px 28px rgba(0,0,0,.05);
  transition:.2s ease;
}

.umj-about-feature-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 34px rgba(0,0,0,.08);
}

.umj-about-feature-card__icon{
  width:56px;
  height:56px;
  flex:0 0 56px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg, rgba(43,91,138,.12), rgba(43,91,138,.06));
  color:var(--umj-primary);
  font-size:1.2rem;
  font-weight:800;
}

.umj-about-feature-card__label{
  display:inline-block;
  margin-bottom:8px;
  font-size:.76rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--umj-primary);
}

.umj-about-feature-card h3{
  margin:0 0 8px;
  font-size:1.08rem;
  line-height:1.35;
  color:var(--umj-primary-dark);
}

.umj-about-feature-card p{
  margin:0;
  color:var(--umj-text-soft);
  line-height:1.7;
  font-size:.92rem;
}

.umj-about-vision-grid{
  display:grid;
  grid-template-columns:1fr 1fr 1.1fr;
  gap:22px;
  align-items:stretch;
}

.umj-about-vision-card,
.umj-about-commitment-card{
  height:100%;
}

@media (max-width: 1100px){
  .umj-about-hero,
  .umj-about-premium-grid,
  .umj-about-vision-grid{
    grid-template-columns:1fr;
  }

  .umj-about-hero__card{
    justify-content:flex-start;
  }

  .umj-about-floating-card{
    max-width:none;
  }
}

@media (max-width: 768px){
  .umj-about-feature-grid{
    grid-template-columns:1fr;
  }
}
/* BUSINESS LINE PAGE PREMIUM */
.umj-page-hero--business-premium{
  padding-bottom: 96px;
}

.umj-business-hero{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:30px;
  align-items:end;
}

.umj-business-hero__copy{
  max-width:760px;
}

.umj-business-hero__card{
  display:flex;
  justify-content:flex-end;
}

.umj-business-floating-card{
  width:100%;
  max-width:360px;
  padding:26px 24px;
  border-radius:24px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 20px 40px rgba(0,0,0,.12);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}

.umj-business-floating-card__label{
  display:inline-block;
  margin-bottom:10px;
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#D7E7FB;
}

.umj-business-floating-card h3{
  margin:0 0 10px;
  font-size:1.2rem;
  line-height:1.3;
  color:#fff;
}

.umj-business-floating-card p{
  margin:0;
  color:rgba(255,255,255,.84);
  line-height:1.7;
  font-size:.94rem;
}

.umj-business-intro{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:28px;
  align-items:start;
  margin-bottom:30px;
}

.umj-business-intro__copy p{
  margin:0;
  line-height:1.8;
  color:var(--umj-text-soft);
  max-width:760px;
}

.umj-business-intro__side{
  display:grid;
  gap:14px;
}

.umj-business-mini-card{
  padding:18px 20px;
  border-radius:18px;
  background:#fff;
  border:1px solid var(--umj-border);
  box-shadow:0 10px 24px rgba(0,0,0,.05);
}

.umj-business-mini-card strong{
  display:block;
  margin-bottom:4px;
  color:var(--umj-primary-dark);
  font-size:.98rem;
}

.umj-business-mini-card span{
  color:var(--umj-text-soft);
  font-size:.9rem;
  line-height:1.6;
}

.umj-business-card-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
}

.umj-business-card-premium{
  position:relative;
  overflow:hidden;
  padding:26px;
  border-radius:24px;
  background:#fff;
  border:1px solid var(--umj-border);
  box-shadow:0 12px 28px rgba(0,0,0,.05);
  transition:.2s ease;
}

.umj-business-card-premium:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 34px rgba(0,0,0,.08);
}

.umj-business-card-premium__top{
  margin-bottom:6px;
}

.umj-business-card-premium h3{
  margin:0 0 10px;
  font-size:1.15rem;
  line-height:1.35;
  color:var(--umj-primary-dark);
}

.umj-business-card-premium p{
  margin:0;
  color:var(--umj-text-soft);
  line-height:1.75;
  font-size:.93rem;
  max-width:95%;
}

.umj-business-card-premium__accent{
  position:absolute;
  right:-28px;
  bottom:-28px;
  width:110px;
  height:110px;
  border-radius:50%;
  background:rgba(43,91,138,.06);
}

.umj-business-value-grid{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:22px;
}

.umj-business-value-card{
  display:flex;
  gap:16px;
  align-items:flex-start;
  padding:24px;
  border-radius:22px;
  background:#fff;
  border:1px solid var(--umj-border);
  box-shadow:0 12px 28px rgba(0,0,0,.05);
  transition:.2s ease;
}

.umj-business-value-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 34px rgba(0,0,0,.08);
}

.umj-business-value-card__icon{
  width:56px;
  height:56px;
  flex:0 0 56px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg, rgba(43,91,138,.12), rgba(43,91,138,.06));
  color:var(--umj-primary);
  font-size:1.2rem;
  font-weight:800;
}

.umj-business-value-card__label{
  display:inline-block;
  margin-bottom:8px;
  font-size:.76rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--umj-primary);
}

.umj-business-value-card h3{
  margin:0 0 8px;
  font-size:1.08rem;
  line-height:1.35;
  color:var(--umj-primary-dark);
}

.umj-business-value-card p{
  margin:0;
  color:var(--umj-text-soft);
  line-height:1.7;
  font-size:.92rem;
}

@media (max-width: 1100px){
  .umj-business-hero,
  .umj-business-intro,
  .umj-business-value-grid{
    grid-template-columns:1fr;
  }

  .umj-business-hero__card{
    justify-content:flex-start;
  }

  .umj-business-floating-card{
    max-width:none;
  }
}

@media (max-width: 768px){
  .umj-business-card-grid{
    grid-template-columns:1fr;
  }
}
/* SINGLE PRODUCT PREMIUM */
.umj-product-detail-premium{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:30px;
  align-items:start;
}

.umj-product-detail-premium__media{
  width:100%;
}

.umj-product-detail-premium__image{
  width:100%;
  min-height:540px;
  border-radius:26px;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  box-shadow:0 18px 36px rgba(0,0,0,.10);
  overflow:hidden;
}

.umj-product-detail-premium__content{
  display:grid;
  gap:20px;
}

.umj-product-panel{
  border-radius:22px;
}

.umj-product-panel h3{
  margin-top:2px;
}

@media (max-width: 1100px){
  .umj-product-detail-premium{
    grid-template-columns:1fr;
  }

  .umj-product-detail-premium__image{
    min-height:360px;
  }
}

@media (max-width: 680px){
  .umj-product-detail-premium__image{
    min-height:240px;
    border-radius:18px;
  }
}
/* PRODUCTS ARCHIVE PREMIUM */
.umj-page-hero--products-premium{
  padding-bottom:96px;
}

.umj-products-hero{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:30px;
  align-items:end;
}

.umj-products-hero__copy{
  max-width:760px;
}

.umj-products-hero__card{
  display:flex;
  justify-content:flex-end;
}

.umj-products-floating-card{
  width:100%;
  max-width:360px;
  padding:26px 24px;
  border-radius:24px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 20px 40px rgba(0,0,0,.12);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}

.umj-products-floating-card__label{
  display:inline-block;
  margin-bottom:10px;
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#D7E7FB;
}

.umj-products-floating-card h3{
  margin:0 0 10px;
  font-size:1.2rem;
  line-height:1.3;
  color:#fff;
}

.umj-products-floating-card p{
  margin:0;
  color:rgba(255,255,255,.84);
  line-height:1.7;
  font-size:.94rem;
}

.umj-products-intro{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:28px;
  align-items:start;
  margin-bottom:30px;
}

.umj-products-intro__copy p{
  margin:0;
  line-height:1.8;
  color:var(--umj-text-soft);
  max-width:760px;
}

.umj-products-intro__side{
  display:grid;
  gap:14px;
}

.umj-products-mini-card{
  padding:18px 20px;
  border-radius:18px;
  background:#fff;
  border:1px solid var(--umj-border);
  box-shadow:0 10px 24px rgba(0,0,0,.05);
}

.umj-products-mini-card strong{
  display:block;
  margin-bottom:4px;
  color:var(--umj-primary-dark);
  font-size:.98rem;
}

.umj-products-mini-card span{
  color:var(--umj-text-soft);
  font-size:.9rem;
  line-height:1.6;
}

.umj-product-filter__form{
  display:inline-block;
}

.umj-products--archive{
  margin-top:28px;
}

.umj-product--premium{
  border-radius:22px;
}

@media (max-width: 1100px){
  .umj-products-hero,
  .umj-products-intro{
    grid-template-columns:1fr;
  }

  .umj-products-hero__card{
    justify-content:flex-start;
  }

  .umj-products-floating-card{
    max-width:none;
  }
}
/* =========================================
   FRONT PAGE DYNAMIC ACF SUPPORT CSS
   Tambahkan di paling bawah style.css
   ========================================= */

.umj-hero-slider{
  position:relative;
}

.umj-hero-slide{
  display:none;
}

.umj-hero-slide.is-active{
  display:block;
}

.umj-hero-slider__dots{
  position:absolute;
  left:24px;
  bottom:18px;
  z-index:8;
  display:flex;
  gap:8px;
}

.umj-hero-slider__dot{
  width:10px;
  height:10px;
  border:none;
  border-radius:999px;
  background:rgba(255,255,255,.38);
  cursor:pointer;
  transition:.2s ease;
}

.umj-hero-slider__dot.is-active{
  width:28px;
  background:#fff;
}

.umj-home-gallery{
  margin-top:24px;
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:18px;
}

.umj-home-gallery__item{
  min-height:180px;
  border-radius:20px;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  box-shadow:0 12px 26px rgba(0,0,0,.08);
}

.umj-business-home-head{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:24px;
  align-items:end;
  margin-bottom:24px;
}

.umj-home-subcopy{
  margin:0;
  max-width:760px;
  color:var(--umj-text-soft);
  line-height:1.8;
}

.umj-home-head-action{
  display:flex;
  justify-content:flex-end;
}

.umj-business-home-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:22px;
}

.umj-home-business-card{
  padding:0;
  overflow:hidden;
}

.umj-home-business-card__image{
  height:190px;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}

.umj-home-business-card__body{
  padding:24px;
}

.umj-home-business-card__icon{
  width:48px;
  height:48px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg, rgba(43,91,138,.12), rgba(43,91,138,.06));
  color:var(--umj-primary);
  font-size:1.15rem;
  font-weight:800;
  margin-bottom:14px;
}

@media (max-width: 1100px){
  .umj-business-home-grid{
    grid-template-columns:1fr 1fr;
  }

  .umj-business-home-head{
    grid-template-columns:1fr;
  }

  .umj-home-head-action{
    justify-content:flex-start;
  }
}

@media (max-width: 768px){
  .umj-hero-slider__dots{
    left:16px;
    bottom:14px;
  }

  .umj-home-gallery{
    grid-template-columns:1fr;
    gap:14px;
  }

  .umj-business-home-grid{
    grid-template-columns:1fr;
  }

  .umj-home-business-card__image{
    height:180px;
  }
}
/* =========================================
   FRONT PAGE DYNAMIC ACF SUPPORT CSS
   Tambahkan di paling bawah style.css
   ========================================= */

.umj-hero-slider{
  position:relative;
}

.umj-hero-slide{
  display:none;
}

.umj-hero-slide.is-active{
  display:block;
}

.umj-hero-slider__dots{
  position:absolute;
  left:24px;
  bottom:18px;
  z-index:8;
  display:flex;
  gap:8px;
}

.umj-hero-slider__dot{
  width:10px;
  height:10px;
  border:none;
  border-radius:999px;
  background:rgba(255,255,255,.38);
  cursor:pointer;
  transition:.2s ease;
}

.umj-hero-slider__dot.is-active{
  width:28px;
  background:#fff;
}

.umj-home-gallery{
  margin-top:24px;
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:18px;
}

.umj-home-gallery__item{
  min-height:180px;
  border-radius:20px;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  box-shadow:0 12px 26px rgba(0,0,0,.08);
}

.umj-business-home-head{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:24px;
  align-items:end;
  margin-bottom:24px;
}

.umj-home-subcopy{
  margin:0;
  max-width:760px;
  color:var(--umj-text-soft);
  line-height:1.8;
}

.umj-home-head-action{
  display:flex;
  justify-content:flex-end;
}

.umj-business-home-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:22px;
}

.umj-home-business-card{
  padding:0;
  overflow:hidden;
}

.umj-home-business-card__image{
  height:190px;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}

.umj-home-business-card__body{
  padding:24px;
}

.umj-home-business-card__icon{
  width:48px;
  height:48px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg, rgba(43,91,138,.12), rgba(43,91,138,.06));
  color:var(--umj-primary);
  font-size:1.15rem;
  font-weight:800;
  margin-bottom:14px;
}

@media (max-width: 1100px){
  .umj-business-home-grid{
    grid-template-columns:1fr 1fr;
  }

  .umj-business-home-head{
    grid-template-columns:1fr;
  }

  .umj-home-head-action{
    justify-content:flex-start;
  }
}

@media (max-width: 768px){
  .umj-hero-slider__dots{
    left:16px;
    bottom:14px;
  }

  .umj-home-gallery{
    grid-template-columns:1fr;
    gap:14px;
  }

  .umj-business-home-grid{
    grid-template-columns:1fr;
  }

  .umj-home-business-card__image{
    height:180px;
  }
}
/* BUSINESS CARDS - FORCE 1 ROW */

.umj-business-home-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 kolom sejajar */
  gap: 24px;
}

/* Tablet */
@media (max-width: 992px) {
  .umj-business-home-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 576px) {
  .umj-business-home-grid {
    display: flex;
    overflow-x: auto;
    gap: 16px;
    padding-bottom: 10px;
  }

  .umj-home-business-card {
    min-width: 260px;
    flex: 0 0 auto;
  }
}
.umj-home-business-card {
  transition: all 0.3s ease;
}

.umj-home-business-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}
