/* Homepage v48. Loaded only on the WordPress front page. */

.hero{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 84% 18%,rgba(116,89,255,.14),transparent 24%),
    radial-gradient(circle at 10% 88%,rgba(255,155,50,.08),transparent 18%),
    linear-gradient(180deg,#ffffff 0%,#fbfaff 100%);
  padding:40px 0 28px
}
.hero:before{
  content:"";
  position:absolute;
  width:520px;
  height:520px;
  right:-220px;
  top:-170px;
  border-radius:50%;
  border:1px solid rgba(90,49,244,.07);
  pointer-events:none
}
.hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(520px,.98fr);
  gap:38px;
  align-items:start
}
.hero-copy{
  position:relative;
  z-index:2;
  max-width:690px;
  align-self:start;
  padding-top:0;
  margin-top:10px
}
.badge{
  display:inline-flex;
  align-items:center;
  gap:9px;
  min-height:36px;
  padding:0 14px;
  border-radius:999px;
  border:1px solid #e1dbff;
  background:linear-gradient(135deg,#f3efff,#fbfaff);
  color:var(--purple);
  font-size:10.5px;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase;
  box-shadow:0 7px 18px rgba(90,49,244,.06)
}
.badge:before{
  content:"";
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--orange);
  box-shadow:0 0 0 4px rgba(255,155,50,.12)
}
.hero h1{
  margin:16px 0 15px;
  max-width:650px;
  color:#0d1220;
  font-size:clamp(48px,5.45vw,70px);
  line-height:.99;
  letter-spacing:-.058em;
  text-wrap:balance
}
.hero h1 span{
  position:relative;
  display:inline;
  color:var(--purple)
}
.hero h1 span:after{
  content:"";
  position:absolute;
  left:2%;
  right:1%;
  bottom:-5px;
  height:4px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--purple),var(--purple2),var(--orange));
  opacity:.9
}
.hero-text{
  max-width:610px;
  margin:0 0 20px;
  color:#667085;
  font-size:15.5px;
  line-height:1.68
}
.hero-buttons{
  display:flex;
  gap:11px;
  flex-wrap:wrap;
  margin-bottom:18px
}
.hero-buttons .btn{
  min-height:52px;
  padding:0 20px;
  border-radius:14px;
  font-size:13px;
  font-weight:850
}
.hero-btn-primary{
  gap:12px;
  background:linear-gradient(135deg,var(--purple),var(--purple-dark));
  box-shadow:0 18px 36px rgba(90,49,244,.23)
}
.hero-btn-primary:after{
  content:"→";
  font-size:22px;
  line-height:1
}
.hero-btn-light{
  border-color:#ddd8ef;
  color:#171c2c;
  background:#fff
}
.hero-visual-wrap{
  position:relative;
  min-width:0;
  background:transparent
}
.hero-scene{
  position:relative;
  min-height:545px;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  padding-top:0
}
.hero-scene:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 62% 28%,rgba(116,89,255,.10),transparent 34%),
    radial-gradient(circle at 78% 70%,rgba(90,49,244,.06),transparent 26%);
  pointer-events:none
}
.hero-scene:after{
  content:"";
  position:absolute;
  right:4%;
  bottom:8%;
  width:150px;
  height:150px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(116,89,255,.08),transparent 68%);
  opacity:.7;
  pointer-events:none
}
.hero-scene img{
  position:relative;
  z-index:1;
  display:block;
  width:min(100%,790px);
  max-height:735px;
  object-fit:contain;
  object-position:center bottom;
  filter:drop-shadow(0 20px 38px rgba(33,24,86,.12));
  transform:translateY(-12px);
  transition:transform .35s ease,filter .35s ease
}
.hero-scene:hover img{
  transform:translateY(-18px);
  filter:drop-shadow(0 24px 44px rgba(33,24,86,.15))
}



@media(max-width:1200px){
.hero-grid{
    grid-template-columns:minmax(0,1fr) minmax(430px,.95fr);
    gap:28px
  }
  .hero-scene{
    min-height:510px;
    padding-top:0
  }
  .hero-scene img{
    transform:translateY(-8px)
  }
  .hero-scene:hover img{
    transform:translateY(-12px)
  }
  .hero-buttons .btn{
    min-height:58px;
    padding:0 20px
  }
}
@media(max-width:1000px){
.hero-grid{
    grid-template-columns:1fr;
    gap:26px
  }
  .hero-copy{
    max-width:none;
    padding-top:0
  }
  .hero h1{
    max-width:none
  }
  .hero-text{
    max-width:none
  }
  .hero-scene{
    min-height:470px
  }
  .hero-scene img{
    transform:translateY(-5px)
  }
  .hero-scene:hover img{
    transform:translateY(-9px)
  }
  .hero-scene:before{
    inset:18px 10px 10px 10px
  }
}
@media(max-width:760px){
.hero{

    padding:42px 0 50px
  }
  .hero h1{
    font-size:46px
  }
  .hero-buttons{
    margin-bottom:24px
  }
  .hero-buttons .btn{
    width:100%
  }
.hero-scene{
    min-height:420px
  }
}
@media(max-width:520px){
  .hero h1{
    font-size:40px
  }
  .hero-text{
    font-size:15px
  }
  .hero-scene{
    min-height:300px
  }
  .hero-scene:before{
    border-radius:30px
  }
}

.trust{padding:18px 0 24px}
.trust-box{
  border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:var(--shadow);
  display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden
}
.trust-item{padding:26px 22px;text-align:center;border-right:1px solid var(--line)}
.trust-item:last-child{border-right:0}
.trust-item strong{display:block;font-size:16px;margin:5px 0 3px}
.trust-item span{font-size:13px;color:var(--muted)}
.trust-icon{font-size:24px}
section{padding:88px 0}
.soft{background:var(--bg)}
.section-head{
  display:flex;align-items:end;justify-content:space-between;gap:38px;margin-bottom:34px
}
.section-head h2{
  margin:9px 0 0;font-size:clamp(31px,4vw,48px);line-height:1.1;letter-spacing:-.045em;
  max-width:760px
}
.section-head p{max-width:500px;margin:0;color:var(--muted)}
.label{color:var(--purple);font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.reasons{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.reason{
  background:#fff;border:1px solid var(--line);border-radius:21px;padding:25px;transition:.2s ease
}
.reason:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.r-icon{
  width:50px;height:50px;border-radius:15px;background:var(--purple-soft);
  display:grid;place-items:center;font-size:23px;margin-bottom:16px
}
.reason h3{font-size:19px;margin:0 0 7px}
.reason p{font-size:14px;color:var(--muted);margin:0}
.types{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.type{
  position:relative;
  overflow:hidden;
  min-height:220px;
  padding:25px;
  border-radius:23px;
  color:#fff;
  opacity:0;
  transform:translateY(18px) scale(.985);
  animation:typeReveal .7s ease forwards;
  transition:transform .28s ease, box-shadow .28s ease, filter .28s ease
}
.type:nth-child(1){background:linear-gradient(145deg,#4b28d7,#7e64ff)}
.type:nth-child(2){background:linear-gradient(145deg,#144a55,#2190a3)}
.type:nth-child(3){background:linear-gradient(145deg,#8c501b,#f0a13a)}
.type:nth-child(4){background:linear-gradient(145deg,#262c36,#555d69)}
.type:after{
  content:"";position:absolute;width:150px;height:150px;border-radius:50%;
  background:rgba(255,255,255,.09);right:-40px;top:-40px
}
.type small{opacity:.78;text-transform:uppercase;letter-spacing:.1em;font-weight:800}
.type h3{font-size:23px;line-height:1.15;margin:48px 0 7px}
.type p{font-size:13px;opacity:.82;margin:0}

.type:nth-child(1){animation-delay:.05s}
.type:nth-child(2){animation-delay:.14s}
.type:nth-child(3){animation-delay:.23s}
.type:nth-child(4){animation-delay:.32s}
.type:hover{
  transform:translateY(-7px) scale(1.01);
  box-shadow:0 20px 42px rgba(16,24,40,.18);
  filter:saturate(1.05)
}
.type:after{
  transition:transform .45s ease, opacity .45s ease
}
.type:hover:after{
  transform:translate(-12px,12px) scale(1.08);
  opacity:.9
}
@keyframes typeReveal{
  from{
    opacity:0;
    transform:translateY(18px) scale(.985)
  }
  to{
    opacity:1;
    transform:translateY(0) scale(1)
  }
}
@media(prefers-reduced-motion:reduce){
  .type{
    opacity:1;
    transform:none;
    animation:none;
    transition:none
  }
  .type:hover{
    transform:none
  }
}

.package-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  align-items:stretch
}
.package{
  position:relative;
  display:flex;
  flex-direction:column;
  min-height:420px;
  padding:24px;
  border:1px solid #e4e7ef;
  border-radius:22px;
  background:#fff;
  overflow:hidden;
  box-shadow:0 10px 26px rgba(16,24,40,.045);
  transition:.25s ease
}
.package:before{
  content:"";
  position:absolute;
  left:0;right:0;top:0;
  height:4px;
  background:linear-gradient(90deg,var(--purple),var(--purple2))
}
.package:hover{
  transform:translateY(-5px);
  border-color:#d9d1ff;
  box-shadow:0 20px 42px rgba(90,49,244,.10)
}
.package.featured{
  border:1px solid #cfc4ff;
  background:
    radial-gradient(circle at 100% 0,rgba(90,49,244,.10),transparent 30%),
    #fff;
  box-shadow:0 18px 42px rgba(90,49,244,.12)
}
.package.featured:before{
  background:linear-gradient(90deg,var(--purple),var(--orange))
}
.package-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:10px;
  margin-bottom:18px
}
.package-icon{
  width:48px;
  height:48px;
  flex:0 0 48px;
  display:grid;
  place-items:center;
  border-radius:15px;
  background:var(--purple-soft);
  color:var(--purple);
  border:1px solid #e0d9ff
}
.package.featured .package-icon{
  background:var(--purple);
  color:#fff;
  border-color:var(--purple);
  box-shadow:0 10px 22px rgba(90,49,244,.18)
}
.package-icon svg{
  width:22px;
  height:22px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round
}
.pill{
  display:inline-flex;
  align-items:center;
  min-height:25px;
  padding:0 9px;
  border-radius:999px;
  background:var(--purple-soft);
  color:var(--purple);
  border:1px solid #ddd5ff;
  font-size:9px;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
  white-space:nowrap
}
.package-kicker{
  display:block;
  margin-bottom:6px;
  color:var(--purple);
  font-size:9px;
  font-weight:900;
  letter-spacing:.10em;
  text-transform:uppercase
}
.package h3{
  margin:0 0 8px;
  font-size:16px;
  line-height:1.2;
  letter-spacing:-.025em
}
.package .desc{
  min-height:66px;
  color:var(--muted);
  font-size:12.5px;
  line-height:1.65
}
.package-divider{
  height:1px;
  background:#edf0f4;
  margin:18px 0
}
.package-label{
  display:block;
  margin-bottom:10px;
  color:#344054;
  font-size:10px;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.07em
}
.features{
  list-style:none;
  padding:0;
  margin:0 0 22px;
  display:grid;
  gap:9px
}
.features li{
  position:relative;
  padding-left:21px;
  color:#475467;
  font-size:11.5px;
  line-height:1.45
}
.features li:before{
  content:"✓";
  position:absolute;
  left:0;top:0;
  width:15px;height:15px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#eaf9f2;
  color:var(--green);
  font-size:9px;
  font-weight:900
}
.package-footer{
  margin-top:auto
}
.package-note{
  margin-bottom:12px;
  color:#7a8494;
  font-size:10.5px
}
.package .btn{
  width:100%;
  min-height:42px;
  font-size:12px
}
.process-wrap{
  position:relative;
  padding:34px 28px 30px;
  border:1px solid var(--line);
  border-radius:28px;
  background:
    radial-gradient(circle at 8% 10%,rgba(90,49,244,.07),transparent 22%),
    radial-gradient(circle at 92% 90%,rgba(255,155,50,.08),transparent 22%),
    #fff;
  box-shadow:0 18px 48px rgba(16,24,40,.07)
}
.process{
  position:relative;
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:18px
}
.process:before{
  content:"";position:absolute;top:37px;left:8%;right:8%;height:3px;border-radius:999px;
  background:linear-gradient(90deg,var(--purple),#8a73ff 58%,var(--orange));z-index:0
}
.step{
  position:relative;z-index:1;min-height:238px;border:1px solid var(--line);border-radius:22px;
  padding:20px 18px 18px;background:rgba(255,255,255,.97);transition:.25s ease;
  box-shadow:0 8px 20px rgba(16,24,40,.04)
}
.step:hover{transform:translateY(-5px);border-color:#d8d0ff;box-shadow:0 20px 38px rgba(90,49,244,.10)}
.step-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:18px}
.step-icon{
  width:54px;height:54px;border-radius:17px;display:grid;place-items:center;font-size:23px;color:#fff;
  background:linear-gradient(145deg,var(--purple),var(--purple2));box-shadow:0 10px 22px rgba(90,49,244,.22)
}
.step:last-child .step-icon{background:linear-gradient(145deg,#df7d17,var(--orange));box-shadow:0 10px 22px rgba(255,155,50,.22)}
.num{
  min-width:34px;height:28px;padding:0 9px;border-radius:999px;display:grid;place-items:center;
  font-size:10px;font-weight:900;letter-spacing:.08em;color:var(--purple);background:var(--purple-soft);border:1px solid #ded6ff
}
.step:last-child .num{color:#a85c12;background:#fff2e3;border-color:#ffd8af}
.step h4{font-size:16px;margin:0 0 7px;letter-spacing:-.015em}
.step p{font-size:12.5px;line-height:1.65;color:var(--muted);margin:0}
.step-status{
  display:inline-flex;align-items:center;gap:6px;margin-top:14px;font-size:10px;font-weight:850;
  letter-spacing:.06em;text-transform:uppercase;color:#7a8393
}
.step-status:before{content:"";width:7px;height:7px;border-radius:50%;background:#b7bfca}
.step:last-child .step-status{color:var(--green)}
.step:last-child .step-status:before{background:var(--green)}
.process-note{
  display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:24px;padding:16px 18px;
  border-radius:17px;background:#f8f7ff;border:1px solid #e5e0ff
}
.process-note strong{font-size:13px}
.process-note span{font-size:12px;color:var(--muted)}
.published-books-shell{position:relative}
.published-books-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:18px;
  margin-bottom:22px
}
.published-books-head h2{
  margin:7px 0 0;
  font-size:clamp(30px,4vw,44px);
  line-height:1.1;
  letter-spacing:-.04em
}
.book-nav{display:flex;gap:8px;flex:0 0 auto}
.book-nav button{
  width:40px;
  height:40px;
  border-radius:50%;
  border:1px solid #dfe3ea;
  background:#fff;
  color:#475467;
  font-size:17px;
  cursor:pointer;
  box-shadow:0 5px 14px rgba(16,24,40,.05);
  transition:.2s ease
}
.book-nav button:hover{
  border-color:var(--purple);
  color:var(--purple);
  background:#f7f5ff;
  transform:translateY(-1px)
}
.books{
  display:flex;
  gap:14px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  padding:3px 2px 14px;
  scrollbar-width:none
}
.books::-webkit-scrollbar{display:none}
.book-item{
  flex:0 0 220px;
  min-width:220px;
  scroll-snap-align:start;
  display:flex;
  flex-direction:column;
  border:1px solid #e3e6ec;
  border-radius:12px;
  background:#fff;
  padding:8px;
  overflow:hidden;
  box-shadow:0 3px 10px rgba(16,24,40,.025);
  transition:.22s ease
}
.book-item:hover{
  transform:translateY(-3px);
  border-color:#d5d0f5;
  box-shadow:0 13px 30px rgba(16,24,40,.09)
}
.book-item .book-cover{
  position:relative;
  aspect-ratio:0.68;
  width:100%;
  border-radius:8px;
  padding:14px 12px;
  color:#fff;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  overflow:hidden;
  margin:0 0 10px;
  box-shadow:none;
  transition:.22s ease
}
.book-item:hover .book-cover{transform:none;box-shadow:none}
.book-item .book-cover:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 82% 18%,rgba(255,255,255,.18),transparent 18%),
    linear-gradient(120deg,rgba(255,255,255,.12),transparent 36%,rgba(0,0,0,.08));
  pointer-events:none
}
.book-item .book-cover:after{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:7px;
  background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(0,0,0,.13));
  opacity:.45
}
.b1{background:linear-gradient(155deg,#35128b,#6846df 66%,#a38aff)}
.b2{background:linear-gradient(155deg,#063d48,#178296 66%,#6cc8d3)}
.b3{background:linear-gradient(155deg,#7c400c,#d9821f 66%,#f2ba61)}
.b4{background:linear-gradient(155deg,#1b2029,#444c58 66%,#858d99)}
.b5{background:linear-gradient(155deg,#57203f,#9c476e 66%,#d896b4)}
.book-cover .publisher{
  position:relative;
  z-index:1;
  font-size:8px;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.12em;
  opacity:.86
}
.book-cover .cover-title{
  position:relative;
  z-index:1;
  font-family:Georgia,"Times New Roman",serif;
  font-size:16px;
  line-height:1.08;
  font-weight:700;
  letter-spacing:-.025em;
  text-wrap:balance
}
.book-cover .cover-year{
  position:relative;
  z-index:1;
  font-size:8px;
  line-height:1.4;
  letter-spacing:.08em;
  text-transform:uppercase;
  opacity:.82
}
.book-info{
  display:flex;
  flex-direction:column;
  flex:1;
  min-width:0;
  padding:0 1px 1px
}
.book-item h4{
  min-height:34px;
  max-height:34px;
  margin:0 0 4px;
  color:#24324a;
  font-size:11.8px;
  line-height:17px;
  font-weight:650;
  letter-spacing:-.01em;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden
}
.book-meta{
  min-height:17px;
  margin:0 0 3px;
  color:#98a2b3;
  font-size:10px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis
}
.book-author{
  min-height:17px;
  margin:0 0 10px;
  color:#7a8494;
  font-size:9.8px;
  line-height:1.45;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis
}
.book-price-label{
  margin-top:auto;
  color:#7b8494;
  font-size:10px
}
.book-price-top{
  display:flex;
  align-items:center;
  gap:6px;
  min-height:20px;
  margin-top:1px
}
.book-old-price{
  color:#98a2b3;
  font-size:10px;
  text-decoration:line-through;
  text-decoration-thickness:1px
}
.book-discount{
  display:inline-flex;
  align-items:center;
  min-height:18px;
  padding:0 6px;
  border-radius:5px;
  background:#e9f8ef;
  color:#2a9b5f;
  font-size:9px;
  font-weight:850
}
.book-price-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  margin-top:1px
}
.book-price{
  color:var(--orange);
  font-size:14px;
  line-height:1.1;
  font-weight:850;
  letter-spacing:-.02em
}
.book-share{
  width:27px;
  height:27px;
  flex:0 0 27px;
  display:grid;
  place-items:center;
  border:0;
  border-radius:50%;
  background:transparent;
  color:#687386;
  cursor:pointer;
  transition:.2s ease
}
.book-share:hover{background:#f3f1ff;color:var(--purple)}
.book-share svg{
  width:14px;
  height:14px;
  stroke:currentColor;
  fill:none;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round
}
.book-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:6px;
  margin-top:11px
}
.book-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:5px;
  min-width:0;
  min-height:31px;
  padding:0 7px;
  border-radius:8px;
  font-size:9.5px;
  font-weight:800;
  transition:.2s ease
}
.book-link:hover{transform:translateY(-1px)}
.book-link.whatsapp{
  border:1px solid #cdebd9;
  background:#f3fff7;
  color:#16804b
}
.book-link.whatsapp:hover{background:#e9fff1;border-color:#aadcc0}
.book-link.shopee{
  border:1px solid #ffd7c7;
  background:#fff5f0;
  color:#ee642f
}
.book-link.shopee:hover{background:#fff0e8;border-color:#ffc2aa}
.book-link svg{
  width:12px;
  height:12px;
  display:block;
  stroke:currentColor;
  fill:none;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round
}
.catalog-bottom{display:flex;justify-content:center;margin-top:24px}
.catalog-bottom .btn{min-width:170px}


/* Promo visual di awal katalog */
.book-promo{
  flex:0 0 260px;
  min-width:260px;
  display:flex;
  padding:0;
  border:0;
  border-radius:12px;
  overflow:hidden;
  background:transparent;
  box-shadow:0 12px 28px rgba(90,49,244,.14)
}
.book-promo:hover{
  border-color:transparent;
  box-shadow:0 18px 36px rgba(90,49,244,.22)
}
.book-promo-card{
  display:block;
  width:100%;
  height:100%;
  min-height:100%;
  overflow:hidden;
  border-radius:12px;
  background:linear-gradient(160deg,var(--purple-dark),var(--purple2))
}
.book-promo-card img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 12%;
  background:linear-gradient(160deg,var(--purple-dark),var(--purple2));
  transition:transform .45s cubic-bezier(.2,.7,.2,1),filter .35s ease
}
.book-promo:hover .book-promo-card img{
  transform:scale(1.025);
  filter:saturate(1.04)
}

.b6{background:linear-gradient(155deg,#0f5f72,#14a2bc 66%,#70d6e5)}
.b7{background:linear-gradient(155deg,#7f2d5e,#bd4d86 66%,#e8a4ca)}
.b8{background:linear-gradient(155deg,#183f78,#2e70bf 66%,#76afea)}
.b9{background:linear-gradient(155deg,#4f3a0c,#a77b18 66%,#e6bc58)}
.b10{background:linear-gradient(155deg,#17513d,#2b8c68 66%,#72c9aa)}

/* Buku Telah Terbit — entrance and hover animation */
#katalog .published-books-head{
  opacity:0;
  transform:translateY(18px);
  transition:opacity .65s ease,transform .65s cubic-bezier(.2,.7,.2,1)
}
#katalog .book-item{
  opacity:0;
  transform:translateY(22px) scale(.985)
}
#katalog.catalog-visible .published-books-head{
  opacity:1;
  transform:translateY(0)
}
#katalog.catalog-visible .book-item{
  animation:bookCatalogReveal .62s cubic-bezier(.2,.72,.2,1) forwards
}
#katalog.catalog-visible .book-item:nth-child(1){animation-delay:.05s}
#katalog.catalog-visible .book-item:nth-child(2){animation-delay:.10s}
#katalog.catalog-visible .book-item:nth-child(3){animation-delay:.15s}
#katalog.catalog-visible .book-item:nth-child(4){animation-delay:.20s}
#katalog.catalog-visible .book-item:nth-child(5){animation-delay:.25s}
#katalog.catalog-visible .book-item:nth-child(6){animation-delay:.30s}
#katalog.catalog-visible .book-item:nth-child(7){animation-delay:.35s}
#katalog.catalog-visible .book-item:nth-child(8){animation-delay:.40s}
#katalog.catalog-visible .book-item:nth-child(9){animation-delay:.45s}
#katalog.catalog-visible .book-item:nth-child(10){animation-delay:.50s}
#katalog.catalog-visible .book-item:nth-child(11){animation-delay:.55s}
#katalog.catalog-visible .book-item:nth-child(12){animation-delay:.60s}
@keyframes bookCatalogReveal{
  from{opacity:0;transform:translateY(22px) scale(.985)}
  to{opacity:1;transform:translateY(0) scale(1)}
}
#katalog .book-item:not(.more-books-card):not(.book-promo):hover .book-cover{
  transform:translateY(-3px) scale(1.015)
}
#katalog .book-cover{
  transform-origin:center bottom;
  transition:transform .3s cubic-bezier(.2,.7,.2,1),filter .3s ease
}
#katalog .book-item:not(.more-books-card):not(.book-promo):hover .book-cover{
  filter:saturate(1.06)
}

.more-books-card{
  flex:0 0 220px;
  min-width:220px;
  padding:0;
  border:0;
  border-radius:12px;
  overflow:hidden;
  background:linear-gradient(155deg,var(--purple),var(--purple2));
  box-shadow:0 12px 28px rgba(90,49,244,.16)
}
.more-books-card:hover{
  transform:translateY(-3px) !important;
  border-color:transparent;
  box-shadow:0 18px 34px rgba(90,49,244,.24)
}
.more-books-link{
  position:relative;
  width:100%;
  height:100%;
  min-height:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:14px;
  padding:22px 16px;
  color:#fff;
  text-align:center;
  font-size:12.5px;
  font-weight:850;
  background:radial-gradient(circle at top right,rgba(255,255,255,.18),transparent 28%)
}
.more-books-arrow{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#fff;
  color:var(--purple);
  font-size:21px;
  line-height:1;
  box-shadow:0 8px 18px rgba(0,0,0,.09);
  transition:transform .25s ease
}
.more-books-card:hover .more-books-arrow{
  transform:translateX(4px)
}
@keyframes moreBooksPulse{
  0%,100%{transform:translateX(0)}
  50%{transform:translateX(5px)}
}
#katalog.catalog-visible .more-books-arrow{
  animation:moreBooksPulse 1.8s ease-in-out 1.2s 2
}

/* Desktop: 1 banner yang jelas + 5 buku */
@media(min-width:1101px){
  .books{
    gap:12px;
    overflow-x:auto;
  }
  .book-promo{
    flex:0 0 22%;
    min-width:22%;
  }
  .book-item:not(.book-promo):not(.more-books-card),
  .more-books-card{
    flex:0 0 calc((100% - 22% - 60px) / 5);
    min-width:calc((100% - 22% - 60px) / 5);
  }
}


@media(max-width:1000px){
  .collab-banner{
    flex:0 0 260px;
    min-width:260px
  }
  .collab-card{
    flex:0 0 190px;
    min-width:190px
  }
}
@media(max-width:650px){
  .collab-banner{
    flex:0 0 76%;
    min-width:76%
  }
  .collab-card{
    flex:0 0 68%;
    min-width:68%
  }
}

@media(max-width:1000px){
  .book-promo{flex:0 0 260px;min-width:260px}
  .more-books-card{flex:0 0 200px;min-width:200px}
}
@media(max-width:650px){
  .book-promo{flex:0 0 76%;min-width:76%}
  .more-books-card{flex:0 0 62%;min-width:62%}
}
@media(prefers-reduced-motion:reduce){
  #katalog .published-books-head,
  #katalog .book-item{
    opacity:1;
    transform:none;
    transition:none;
    animation:none !important
  }
  #katalog .book-cover,
  .more-books-arrow{transition:none;animation:none !important}
}


.collab-section{background:#fff}
.collab-shell{position:relative}
.collab-toolbar{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:28px;
  margin-bottom:20px
}
.collab-title h2{
  margin:7px 0 0;
  font-size:clamp(30px,4vw,44px);
  line-height:1.1;
  letter-spacing:-.04em
}
.collab-filters{
  display:flex;
  align-items:flex-end;
  gap:12px
}
.filter-group{display:grid;gap:6px}
.filter-group label{
  font-size:11px;
  color:#344054;
  font-weight:700
}
.search-box{
  display:flex;
  align-items:center;
  width:278px;
  height:42px;
  border:1px solid #d9dde5;
  border-radius:10px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 4px 12px rgba(16,24,40,.04)
}
.search-box input{
  flex:1;
  min-width:0;
  height:100%;
  border:0;
  outline:0;
  padding:0 13px;
  font:inherit;
  font-size:13px;
  color:#344054
}
.search-box input::placeholder{color:#a0a8b7}
.search-box button{
  width:44px;
  height:100%;
  border:0;
  background:var(--purple);
  cursor:pointer;
  font-size:17px;
  color:#fff;
  transition:.2s ease
}
.search-box button:hover{
  background:var(--purple2)
}
.category-select{
  min-width:125px;
  height:42px;
  border:1px solid #d9dde5;
  border-radius:10px;
  background:#fff;
  padding:0 11px;
  font:inherit;
  font-size:12px;
  color:#344054;
  outline:0;
  box-shadow:0 4px 12px rgba(16,24,40,.04)
}
.collab-grid{
  display:flex;
  gap:12px;
  align-items:stretch;
  overflow-x:auto;
  scroll-behavior:smooth;
  scroll-snap-type:x mandatory;
  padding:3px 2px 14px;
  scrollbar-width:none
}
.collab-grid::-webkit-scrollbar{display:none}

.collab-banner{
  flex:0 0 22%;
  min-width:22%;
  display:flex;
  align-self:stretch;
  scroll-snap-align:start;
  overflow:hidden;
  border-radius:12px;
  background:linear-gradient(145deg,var(--purple),var(--purple2));
  box-shadow:0 12px 28px rgba(90,49,244,.15);
  transition:.25s ease
}
.collab-banner:hover{
  transform:translateY(-3px);
  box-shadow:0 18px 36px rgba(90,49,244,.23)
}
.collab-banner img{
  display:block;
  width:100%;
  height:100%;
  min-height:100%;
  object-fit:cover;
  object-position:center 12%;
  transition:transform .4s cubic-bezier(.2,.7,.2,1),filter .3s ease
}
.collab-banner:hover img{
  transform:scale(1.025);
  filter:saturate(1.04)
}

.collab-card{
  flex:0 0 calc((100% - 22% - 60px) / 5);
  min-width:calc((100% - 22% - 60px) / 5);
  scroll-snap-align:start;
  display:flex;
  flex-direction:column;
  border:1px solid #e3e6ec;
  border-radius:12px;
  background:#fff;
  padding:8px;
  overflow:hidden;
  box-shadow:0 3px 10px rgba(16,24,40,.025);
  transition:.22s ease
}
.collab-card:hover{
  transform:translateY(-3px);
  border-color:#d5d0f5;
  box-shadow:0 13px 30px rgba(16,24,40,.09)
}
.collab-cover{
  position:relative;
  aspect-ratio:0.68;
  overflow:hidden;
  border-radius:8px;
  padding:14px 12px;
  color:#fff;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  margin-bottom:10px;
  width:100%;
  box-shadow:none;
  transition:.22s ease
}
.collab-cover:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(135deg,rgba(255,255,255,.10),transparent 38%,rgba(0,0,0,.10));
  pointer-events:none
}
.collab-cover:before{
  content:"";
  position:absolute;
  left:0;top:0;bottom:0;
  width:7px;
  background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(0,0,0,.13));
  opacity:.45;
  pointer-events:none
}
.pc1{background:linear-gradient(150deg,#071d2f,#103a56 62%,#d99523)}
.pc2{background:linear-gradient(150deg,#f7f3e9,#e4edf4 60%,#173e65);color:#18334c}
.pc3{background:linear-gradient(150deg,#dcecef,#86bcc4 54%,#164d59)}
.pc4{background:linear-gradient(150deg,#071a2d,#0f3550 66%,#d9a346)}
.pc5{background:linear-gradient(150deg,#5847c7,#7d65ef 58%,#22b9dc)}
.cover-brand{
  position:relative;
  z-index:1;
  align-self:flex-end;
  font-size:8px;
  font-weight:850;
  letter-spacing:.12em;
  text-transform:uppercase;
  opacity:.86
}
.cover-main{
  position:relative;
  z-index:1;
  font-family:Georgia,"Times New Roman",serif;
  font-size:16px;
  line-height:1.08;
  font-weight:700;
  letter-spacing:-.025em;
  text-transform:uppercase;
  max-width:94%;
  text-wrap:balance
}
.pc2 .cover-main{
  text-transform:none;
  font-size:15px;
  line-height:1.08
}
.cover-sub{
  position:relative;
  z-index:1;
  font-size:8px;
  line-height:1.4;
  letter-spacing:.08em;
  text-transform:uppercase;
  opacity:.82;
  max-width:95%
}
.collab-body{
  display:flex;
  flex-direction:column;
  flex:1;
  min-width:0;
  padding:0 1px 1px
}
.collab-name{
  min-height:34px;
  max-height:34px;
  margin:0 0 4px;
  font-size:11.8px;
  line-height:17px;
  font-weight:650;
  color:#24324a;
  letter-spacing:-.01em;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  text-overflow:ellipsis;
  word-break:normal;
}
.type-chip{
  align-self:flex-start;
  display:inline-flex;
  padding:3px 8px;
  border-radius:999px;
  border:1px dashed #20bed3;
  background:#e9fbfe;
  color:#159bb0;
  font-size:9px;
  font-weight:700;
  margin-bottom:9px
}
.price-label{
  font-size:10px;
  color:#667085;
  margin-bottom:1px
}
.price-line{
  display:flex;
  align-items:baseline;
  gap:4px;
  margin-bottom:9px
}
.price-line strong{
  color:var(--orange);
  font-size:14px
}
.price-line span{
  color:#667085;
  font-size:10px
}
.collab-booking{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:34px;
  margin:10px 0 9px;
  padding:0 12px;
  border-radius:8px;
  border:1px solid var(--purple);
  background:linear-gradient(135deg,var(--purple),var(--purple-dark));
  color:#fff;
  font-size:10.5px;
  font-weight:850;
  letter-spacing:.01em;
  text-decoration:none;
  box-shadow:0 8px 16px rgba(90,49,244,.16);
  transition:.2s ease
}
.collab-booking:hover{
  transform:translateY(-1px);
  background:linear-gradient(135deg,var(--purple-dark),var(--purple));
  box-shadow:0 11px 20px rgba(90,49,244,.24)
}
.collab-booking:active{
  transform:translateY(0)
}

.collab-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  margin-top:auto;
  padding-top:2px
}
.slot{
  color:#0a9b62;
  font-size:9px;
  font-weight:700
}
.share{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  flex:0 0 30px;
  border:1px solid #e2e6ec;
  border-radius:50%;
  background:#fff;
  color:#667085;
  cursor:pointer;
  transition:.2s ease;
  box-shadow:0 3px 8px rgba(16,24,40,.04)
}
.share:hover{
  color:var(--purple);
  border-color:#cfc5ff;
  background:#f5f2ff;
  transform:translateY(-1px)
}
.share:active{transform:translateY(0)}
.share svg{
  width:14px;
  height:14px;
  display:block;
  stroke:currentColor
}
.mini-progress{
  height:6px;
  border-radius:999px;
  background:#eceef2;
  overflow:hidden;
  margin-top:7px
}
.mini-progress span{
  display:block;
  height:100%;
  border-radius:999px;
  background:linear-gradient(90deg,var(--purple),var(--orange));
}
.collab-bottom{
  display:flex;
  justify-content:center;
  margin-top:28px
}






.journals-section{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 8% 8%,rgba(90,49,244,.10),transparent 24%),
    radial-gradient(circle at 92% 90%,rgba(255,155,50,.08),transparent 22%),
    linear-gradient(180deg,#fbfaff 0%,#f6f7fc 100%)
}
.journals-section:before{
  content:"";
  position:absolute;
  width:420px;
  height:420px;
  right:-180px;
  top:-190px;
  border-radius:50%;
  border:1px solid rgba(90,49,244,.08);
  pointer-events:none
}
.ojs{
  position:relative;
  z-index:1;
  display:block
}

/* Scientific Journals hero */
.sj-top{
  display:grid;
  grid-template-columns:minmax(0,1.2fr) minmax(330px,.8fr);
  gap:26px;
  align-items:stretch;
  margin-bottom:30px
}
.sj-intro{
  padding:8px 0 4px
}
.sj-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:30px;
  padding:0 11px;
  border-radius:999px;
  background:var(--purple-soft);
  color:var(--purple);
  border:1px solid #ded7ff;
  font-size:9.5px;
  font-weight:900;
  letter-spacing:.10em;
  text-transform:uppercase
}
.sj-kicker:before{
  content:"";
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--orange);
  box-shadow:0 0 0 4px rgba(255,155,50,.12)
}
.sj-top h2{
  margin:14px 0 12px;
  max-width:730px;
  color:#151b2a;
  font-size:clamp(35px,4.7vw,54px);
  line-height:1.04;
  letter-spacing:-.05em
}
.sj-top p{
  margin:0;
  max-width:720px;
  color:#667085;
  font-size:13.5px;
  line-height:1.75
}
.sj-main-actions{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:20px
}
.sj-main-actions .btn{
  min-height:43px;
  padding:0 15px;
  border-radius:11px;
  font-size:11.5px
}
.sj-main-actions .btn-primary{
  background:linear-gradient(135deg,var(--purple),var(--purple-dark))
}
.sj-main-actions .btn-light{
  border-color:#ddd8f5;
  color:var(--purple-dark)
}

/* Right-side portal overview */
.sj-portal-panel{
  position:relative;
  overflow:hidden;
  min-height:255px;
  padding:24px;
  border-radius:24px;
  color:#fff;
  background:
    radial-gradient(circle at 88% 12%,rgba(255,255,255,.18),transparent 25%),
    linear-gradient(145deg,#3f22c7 0%,#5a31f4 56%,#7459ff 100%);
  box-shadow:0 22px 46px rgba(90,49,244,.20)
}
.sj-portal-panel:before{
  content:"";
  position:absolute;
  width:180px;
  height:180px;
  right:-65px;
  bottom:-85px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.16)
}
.sj-portal-panel:after{
  content:"OJS";
  position:absolute;
  right:18px;
  top:13px;
  color:rgba(255,255,255,.10);
  font-size:78px;
  font-weight:950;
  line-height:1;
  letter-spacing:-.07em
}
.sj-panel-label{
  position:relative;
  z-index:1;
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-height:27px;
  padding:0 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.10);
  color:#f3efff;
  font-size:9px;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.08em
}
.sj-panel-title{
  position:relative;
  z-index:1;
  margin:20px 0 7px;
  max-width:260px;
  font-size:22px;
  line-height:1.12;
  font-weight:850;
  letter-spacing:-.03em
}
.sj-panel-copy{
  position:relative;
  z-index:1;
  max-width:300px;
  color:#e8e3ff;
  font-size:11.5px;
  line-height:1.65
}
.sj-summary{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
  margin-top:20px
}
.sj-badge{
  min-width:0;
  padding:10px 9px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.15);
  background:rgba(255,255,255,.09);
  color:#ece8ff;
  font-size:8.8px;
  line-height:1.3;
  backdrop-filter:blur(5px)
}
.sj-badge strong{
  display:block;
  margin-bottom:2px;
  color:#fff;
  font-size:15px;
  line-height:1;
  font-weight:900
}
.sj-actions{
  position:relative;
  z-index:1;
  display:flex;
  justify-content:flex-end;
  margin-top:15px
}
.sj-nav{
  display:flex;
  gap:8px
}
.sj-arrow{
  width:38px;
  height:38px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(255,255,255,.10);
  color:#fff;
  cursor:pointer;
  font-size:16px;
  backdrop-filter:blur(6px);
  transition:.2s ease
}
.sj-arrow:hover{
  transform:translateY(-1px);
  background:#fff;
  color:var(--purple-dark);
  border-color:#fff
}

/* Cards */
.sj-scroller{
  position:relative
}
.sj-track{
  display:flex;
  gap:14px;
  overflow-x:auto;
  scroll-behavior:smooth;
  scroll-snap-type:x mandatory;
  padding:4px 2px 16px;
  scrollbar-width:none
}
.sj-track::-webkit-scrollbar{display:none}

.sj-card{
  flex:0 0 228px;
  min-width:228px;
  scroll-snap-align:start;
  display:flex;
  flex-direction:column;
  border:1px solid #e3e5ee;
  border-radius:16px;
  background:#fff;
  overflow:hidden;
  box-shadow:0 8px 24px rgba(16,24,40,.055);
  transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease
}
.sj-card:hover{
  transform:translateY(-5px);
  border-color:#d9d2ff;
  box-shadow:0 19px 42px rgba(16,24,40,.10)
}
.sj-cover{
  position:relative;
  min-height:218px;
  padding:14px 14px 16px;
  color:#fff;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  overflow:hidden
}
.sj-cover:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 84% 15%,rgba(255,255,255,.18),transparent 18%),
    linear-gradient(145deg,rgba(255,255,255,.06),transparent 46%,rgba(0,0,0,.10));
  pointer-events:none
}
.sj-cover:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:52px;
  opacity:.24;
  background:
    linear-gradient(rgba(255,255,255,.15) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.15) 1px,transparent 1px);
  background-size:17px 17px;
  pointer-events:none
}
.sj-cover.jaeb{background:linear-gradient(155deg,#4b28d7,#7257f4 67%,#9f90ff)}
.sj-cover.ajari{background:linear-gradient(155deg,#4222c4,#6849ea 67%,#9a86ff)}
.sj-cover.jcbp{background:linear-gradient(155deg,#8e4f16,#d77e20 66%,#ffb456)}
.sj-cover.titah{background:linear-gradient(155deg,#171c2b,#353d52 68%,#7d63e9)}
.sj-cover.nadi{background:linear-gradient(155deg,#71233b,#a94360 67%,#dd8297)}
.sj-cover.wujud{background:linear-gradient(155deg,#1758bb,#1668e3 68%,#f2790c)}

.sj-issn{
  position:relative;
  z-index:1;
  align-self:flex-end;
  display:inline-flex;
  min-height:24px;
  align-items:center;
  padding:0 8px;
  border-radius:999px;
  background:rgba(0,0,0,.12);
  color:#fff;
  font-size:8.5px;
  font-weight:800;
  letter-spacing:.04em;
  backdrop-filter:blur(4px)
}
.sj-pill{
  position:relative;
  z-index:1;
  align-self:flex-start;
  display:inline-flex;
  align-items:center;
  gap:6px;
  min-height:26px;
  padding:0 9px;
  border-radius:999px;
  background:rgba(255,255,255,.92);
  color:var(--purple-dark);
  font-size:8.5px;
  font-weight:850;
  box-shadow:0 7px 17px rgba(0,0,0,.08)
}
.sj-pill:before{
  content:"●";
  color:var(--green);
  font-size:7px
}
.sj-title{
  position:relative;
  z-index:1;
  max-width:92%;
  font-family:Georgia,"Times New Roman",serif;
  font-size:18px;
  line-height:1.08;
  font-weight:700;
  letter-spacing:-.025em;
  text-shadow:0 2px 10px rgba(0,0,0,.18)
}
.sj-dots{
  position:relative;
  z-index:1;
  display:flex;
  justify-content:flex-end;
  gap:5px
}
.sj-dots span{
  width:7px;
  height:7px;
  border-radius:50%;
  background:rgba(255,255,255,.46)
}
.sj-dots span.active{background:#fff}

.sj-body{
  display:flex;
  flex-direction:column;
  flex:1;
  padding:14px 14px 15px
}
.sj-open{
  display:inline-flex;
  align-self:flex-start;
  min-height:23px;
  align-items:center;
  padding:0 8px;
  margin-bottom:9px;
  border-radius:999px;
  background:#fff5eb;
  color:#d87515;
  font-size:8.8px;
  font-weight:900;
  letter-spacing:.02em
}
.sj-body h3{
  min-height:54px;
  margin:0 0 8px;
  color:#20273a;
  font-size:13.2px;
  line-height:1.36;
  font-weight:800;
  letter-spacing:-.015em
}
.sj-body p{
  min-height:67px;
  margin:0 0 14px;
  color:#687386;
  font-size:10.5px;
  line-height:1.55
}
.sj-buttons{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:7px;
  margin-top:auto
}
.sj-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:33px;
  padding:0 8px;
  border-radius:8px;
  font-size:9.5px;
  font-weight:850;
  text-align:center;
  text-decoration:none;
  transition:.2s ease
}
#jurnal .sj-btn.view{
  border:1px solid #ddd7ff;
  background:#f4f1ff;
  color:#5a31f4;
  opacity:1
}
.sj-btn.issue{
  border:1px solid var(--purple);
  background:linear-gradient(135deg,var(--purple),var(--purple-dark));
  color:#fff;
  box-shadow:0 6px 13px rgba(90,49,244,.14)
}
#jurnal .sj-btn.view:hover,
#jurnal .sj-btn.view:focus{
  border-color:#5a31f4;
  background:#5a31f4;
  color:#fff;
  transform:translateY(-1px);
  box-shadow:0 8px 18px rgba(90,49,244,.18)
}
#jurnal .sj-btn.view:focus-visible{
  outline:3px solid #5a31f4;
  outline-offset:3px
}
#jurnal .sj-btn.view:active{
  background:#3f22c7;
  border-color:#3f22c7;
  color:#fff
}
.sj-btn.issue:hover,
.sj-btn.issue:focus-visible{
  border-color:var(--purple-dark);
  background:linear-gradient(135deg,var(--purple-dark),var(--purple));
  box-shadow:0 9px 18px rgba(63,34,199,.22);
  transform:translateY(-1px);
  outline:none
}
.sj-card:hover .sj-cover{
  filter:saturate(1.04)
}

/* Scientific Journals entrance animation */
#jurnal .sj-intro,
#jurnal .sj-portal-panel,
#jurnal .sj-card{
  opacity:0
}
#jurnal .sj-intro{
  transform:translateY(18px)
}
#jurnal .sj-portal-panel{
  transform:translateX(22px)
}
#jurnal .sj-card{
  transform:translateY(18px)
}
#jurnal.sj-visible .sj-intro{
  animation:sjIntroReveal .62s ease forwards
}
#jurnal.sj-visible .sj-portal-panel{
  animation:sjPanelReveal .68s cubic-bezier(.2,.72,.2,1) .12s forwards
}
#jurnal.sj-visible .sj-card{
  animation:sjCardReveal .55s cubic-bezier(.2,.72,.2,1) forwards
}
#jurnal.sj-visible .sj-card:nth-child(1){animation-delay:.18s}
#jurnal.sj-visible .sj-card:nth-child(2){animation-delay:.24s}
#jurnal.sj-visible .sj-card:nth-child(3){animation-delay:.30s}
#jurnal.sj-visible .sj-card:nth-child(4){animation-delay:.36s}
#jurnal.sj-visible .sj-card:nth-child(5){animation-delay:.42s}
#jurnal.sj-visible .sj-card:nth-child(6){animation-delay:.48s}
@keyframes sjIntroReveal{
  to{opacity:1;transform:translateY(0)}
}
@keyframes sjPanelReveal{
  to{opacity:1;transform:translateX(0)}
}
@keyframes sjCardReveal{
  to{opacity:1;transform:translateY(0)}
}

@media(max-width:1000px){
  .sj-top{
    grid-template-columns:1fr;
    gap:18px
  }
  .sj-portal-panel{
    min-height:0
  }
  .sj-summary{
    max-width:500px
  }
  .sj-card{
    flex:0 0 218px;
    min-width:218px
  }
}
@media(max-width:650px){
  .sj-top h2{
    font-size:36px
  }
  .sj-main-actions{
    display:grid;
    grid-template-columns:1fr
  }
  .sj-main-actions .btn{
    width:100%
  }
  .sj-portal-panel{
    padding:21px 18px
  }
  .sj-summary{
    grid-template-columns:1fr 1fr
  }
  .sj-badge:last-child{
    grid-column:1 / -1
  }
  .sj-card{
    flex:0 0 82%;
    min-width:82%
  }
}
@media(prefers-reduced-motion:reduce){
  #jurnal .sj-intro,
  #jurnal .sj-portal-panel,
  #jurnal .sj-card{
    opacity:1;
    transform:none;
    animation:none !important
  }
}

.faq{display:grid;gap:11px;max-width:900px;margin:auto}
details{
  border:1px solid var(--line);border-radius:16px;padding:18px 20px;background:#fff
}
summary{cursor:pointer;font-weight:800;font-size:14px}
details p{color:var(--muted);font-size:14px;margin:12px 0 0}

.hki-cta{
  padding:38px 0 0
}
.hki-box{
  position:relative;
  overflow:hidden;
  border-radius:30px;
  border:1px solid rgba(255,255,255,.14);
  background:
    radial-gradient(circle at 84% 15%,rgba(255,255,255,.16),transparent 24%),
    radial-gradient(circle at 12% 100%,rgba(255,155,50,.18),transparent 25%),
    linear-gradient(135deg,#3f22c7 0%,#5a31f4 55%,#7459ff 100%);
  box-shadow:0 26px 60px rgba(90,49,244,.22)
}
.hki-box:before{
  content:"";
  position:absolute;
  width:260px;
  height:260px;
  right:70px;
  top:-120px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.15);
  pointer-events:none
}
.hki-box:after{
  content:"";
  position:absolute;
  width:180px;
  height:180px;
  right:-65px;
  bottom:-85px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.11);
  pointer-events:none
}
.hki-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1fr) 330px;
  gap:26px;
  align-items:stretch;
  min-height:350px;
  padding:34px 38px 0 42px
}
.hki-content{
  min-width:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:4px 0 34px
}
.hki-badge{
  align-self:flex-start;
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:30px;
  padding:0 11px;
  margin-bottom:12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.10);
  color:#f4f1ff;
  font-size:9.5px;
  font-weight:900;
  letter-spacing:.09em;
  text-transform:uppercase;
  backdrop-filter:blur(6px)
}
.hki-badge:before{
  content:"";
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--orange);
  box-shadow:0 0 0 4px rgba(255,155,50,.12)
}
.hki-content h2{
  margin:0 0 11px;
  max-width:720px;
  color:#fff;
  font-size:clamp(27px,3.5vw,43px);
  line-height:1.06;
  letter-spacing:-.045em
}
.hki-content p{
  margin:0;
  max-width:700px;
  color:#e9e5ff;
  font-size:13.5px;
  line-height:1.72
}
.hki-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:17px
}
.hki-meta span{
  display:inline-flex;
  align-items:center;
  gap:6px;
  min-height:31px;
  padding:0 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.13);
  background:rgba(255,255,255,.08);
  color:#f5f2ff;
  font-size:10px;
  font-weight:700;
  backdrop-filter:blur(5px)
}
.hki-meta span:before{
  content:"✓";
  width:16px;
  height:16px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(255,255,255,.14);
  font-size:9px;
  font-weight:900
}
.hki-action-row{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:12px;
  margin-top:22px
}
.hki-price-box{
  min-width:150px;
  padding:10px 14px;
  border-radius:13px;
  border:1px solid rgba(255,255,255,.13);
  background:rgba(255,255,255,.09);
  backdrop-filter:blur(7px)
}
.hki-price-label{
  display:block;
  margin-bottom:2px;
  color:#d8d1ff;
  font-size:9.5px;
  font-weight:700
}
.hki-price{
  display:block;
  color:#fff;
  font-size:25px;
  line-height:1;
  font-weight:900;
  letter-spacing:-.035em
}
.hki-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:48px;
  padding:0 19px;
  border-radius:13px;
  background:#fff;
  color:var(--purple-dark);
  font-size:11.5px;
  font-weight:900;
  box-shadow:0 12px 25px rgba(29,18,96,.18);
  transition:.22s ease
}
.hki-button:hover{
  transform:translateY(-2px);
  box-shadow:0 17px 31px rgba(29,18,96,.25)
}
.hki-button:after{
  content:"→";
  font-size:15px;
  transition:transform .2s ease
}
.hki-button:hover:after{
  transform:translateX(3px)
}
.hki-note{
  margin-top:11px;
  color:#d8d2fb;
  font-size:9.5px
}
.hki-model{
  position:relative;
  min-height:350px;
  display:flex;
  align-items:flex-end;
  justify-content:center
}
.hki-model:before{
  content:"";
  position:absolute;
  width:270px;
  height:270px;
  right:18px;
  bottom:18px;
  border-radius:50%;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.12);
  box-shadow:inset 0 0 0 18px rgba(255,255,255,.025)
}
.hki-model:after{
  content:"HKI";
  position:absolute;
  right:10px;
  top:35px;
  z-index:1;
  color:rgba(255,255,255,.12);
  font-size:76px;
  line-height:1;
  font-weight:950;
  letter-spacing:-.06em
}
.hki-model img{
  position:relative;
  z-index:2;
  display:block;
  width:min(305px,100%);
  max-height:355px;
  object-fit:contain;
  object-position:center bottom;
  filter:drop-shadow(0 18px 28px rgba(22,13,75,.22));
  transform:translateY(2px);
  transition:transform .35s ease
}
.hki-box:hover .hki-model img{
  transform:translateY(-3px)
}

/* Animasi Layanan HKI Velora */
#hki-modul-ajar .hki-box{
  opacity:0;
  transform:translateY(28px) scale(.985)
}
#hki-modul-ajar.hki-visible .hki-box{
  animation:hkiReveal .72s cubic-bezier(.2,.72,.2,1) forwards
}
#hki-modul-ajar .hki-badge,
#hki-modul-ajar .hki-content h2,
#hki-modul-ajar .hki-content p,
#hki-modul-ajar .hki-meta,
#hki-modul-ajar .hki-action-row,
#hki-modul-ajar .hki-note,
#hki-modul-ajar .hki-model{
  opacity:0;
  transform:translateY(16px)
}
#hki-modul-ajar.hki-visible .hki-badge{
  animation:hkiItemReveal .5s ease .18s forwards
}
#hki-modul-ajar.hki-visible .hki-content h2{
  animation:hkiItemReveal .55s ease .26s forwards
}
#hki-modul-ajar.hki-visible .hki-content p{
  animation:hkiItemReveal .55s ease .34s forwards
}
#hki-modul-ajar.hki-visible .hki-meta{
  animation:hkiItemReveal .55s ease .42s forwards
}
#hki-modul-ajar.hki-visible .hki-action-row{
  animation:hkiItemReveal .55s ease .50s forwards
}
#hki-modul-ajar.hki-visible .hki-note{
  animation:hkiItemReveal .55s ease .58s forwards
}
#hki-modul-ajar.hki-visible .hki-model{
  animation:hkiModelReveal .72s cubic-bezier(.2,.72,.2,1) .30s forwards
}

#hki-modul-ajar.hki-visible .hki-badge:before{
  animation:hkiDotPulse 2s ease-in-out .9s infinite
}
#hki-modul-ajar.hki-visible .hki-model:before{
  animation:hkiOrbFloat 5s ease-in-out .7s infinite
}
#hki-modul-ajar.hki-visible .hki-model img{
  animation:hkiModelFloat 4.2s ease-in-out 1.2s infinite
}
#hki-modul-ajar.hki-visible .hki-price-box{
  animation:hkiPriceGlow 3s ease-in-out 1.1s infinite
}
#hki-modul-ajar.hki-visible .hki-button{
  position:relative;
  overflow:hidden
}
#hki-modul-ajar.hki-visible .hki-button:before{
  content:"";
  position:absolute;
  top:0;
  left:-42%;
  width:32%;
  height:100%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.78),transparent);
  transform:skewX(-18deg);
  animation:hkiButtonShine 4.8s ease-in-out 1.5s infinite;
  pointer-events:none
}

@keyframes hkiReveal{
  from{opacity:0;transform:translateY(28px) scale(.985)}
  to{opacity:1;transform:translateY(0) scale(1)}
}
@keyframes hkiItemReveal{
  from{opacity:0;transform:translateY(16px)}
  to{opacity:1;transform:translateY(0)}
}
@keyframes hkiModelReveal{
  from{opacity:0;transform:translateX(28px) scale(.97)}
  to{opacity:1;transform:translateX(0) scale(1)}
}
@keyframes hkiModelFloat{
  0%,100%{transform:translateY(2px)}
  50%{transform:translateY(-7px)}
}
@keyframes hkiOrbFloat{
  0%,100%{transform:translate(0,0) scale(1)}
  50%{transform:translate(-8px,7px) scale(1.035)}
}
@keyframes hkiDotPulse{
  0%,100%{box-shadow:0 0 0 4px rgba(255,155,50,.12)}
  50%{box-shadow:0 0 0 8px rgba(255,155,50,.03)}
}
@keyframes hkiPriceGlow{
  0%,100%{box-shadow:0 0 0 rgba(255,255,255,0)}
  50%{box-shadow:0 10px 28px rgba(255,255,255,.10)}
}
@keyframes hkiButtonShine{
  0%,58%{left:-42%}
  76%,100%{left:125%}
}
@media(max-width:900px){
  .hki-grid{
    grid-template-columns:1fr 245px;
    min-height:330px;
    padding:30px 28px 0 30px
  }
  .hki-model{
    min-height:330px
  }
  .hki-model img{
    width:240px;
    max-height:320px
  }
  .hki-model:before{
    width:220px;
    height:220px;
    right:0
  }
}
@media(max-width:700px){
  .hki-grid{
    grid-template-columns:1fr;
    gap:10px;
    min-height:0;
    padding:28px 22px 0
  }
  .hki-content{
    padding:0
  }
  .hki-content h2{
    font-size:30px
  }
  .hki-action-row{
    align-items:stretch
  }
  .hki-price-box{
    flex:1 1 145px
  }
  .hki-button{
    flex:1 1 180px
  }
  .hki-model{
    min-height:255px;
    margin-top:4px
  }
  .hki-model img{
    width:230px;
    max-height:255px
  }
  .hki-model:before{
    width:210px;
    height:210px;
    left:50%;
    right:auto;
    bottom:6px;
    transform:translateX(-50%)
  }
  .hki-model:after{
    right:8%;
    top:25px;
    font-size:54px
  }
}
@media(max-width:460px){
  .hki-grid{
    padding:24px 18px 0
  }
  .hki-content h2{
    font-size:27px
  }
  .hki-meta{
    gap:7px
  }
  .hki-meta span{
    font-size:9.5px
  }
  .hki-action-row{
    display:grid;
    grid-template-columns:1fr
  }
  .hki-button{
    width:100%
  }
}
@media(prefers-reduced-motion:reduce){
  .hki-model img,
  .hki-button{
    transition:none
  }
  #hki-modul-ajar .hki-box,
  #hki-modul-ajar .hki-badge,
  #hki-modul-ajar .hki-content h2,
  #hki-modul-ajar .hki-content p,
  #hki-modul-ajar .hki-meta,
  #hki-modul-ajar .hki-action-row,
  #hki-modul-ajar .hki-note,
  #hki-modul-ajar .hki-model{
    opacity:1;
    transform:none;
    animation:none !important
  }
  #hki-modul-ajar .hki-badge:before,
  #hki-modul-ajar .hki-model:before,
  #hki-modul-ajar .hki-model img,
  #hki-modul-ajar .hki-price-box,
  #hki-modul-ajar .hki-button:before{
    animation:none !important
  }
}

.cta{
  padding:34px 0 0
}
.cta-box{
  position:relative;
  overflow:hidden;
  border-radius:30px;
  padding:44px 46px;
  color:#fff;
  background:
    radial-gradient(circle at 88% 10%,rgba(255,255,255,.16),transparent 23%),
    radial-gradient(circle at 18% 100%,rgba(255,155,50,.20),transparent 24%),
    linear-gradient(135deg,#3f22c7 0%,var(--purple) 58%,#755cff 100%);
  box-shadow:0 28px 64px rgba(90,49,244,.22)
}
.cta-box:before{
  content:"";
  position:absolute;
  width:240px;
  height:240px;
  right:-80px;
  bottom:-120px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.18)
}
.cta-box:after{
  content:"";
  position:absolute;
  width:150px;
  height:150px;
  right:40px;
  bottom:-100px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.12)
}
.cta-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:38px;
  align-items:center
}
.cta-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-height:30px;
  padding:0 11px;
  margin-bottom:14px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.15);
  color:#f2efff;
  font-size:10px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase
}
.cta-box h2{
  max-width:680px;
  margin:0 0 12px;
  font-size:clamp(32px,4vw,46px);
  line-height:1.08;
  letter-spacing:-.045em
}
.cta-box p{
  max-width:650px;
  margin:0;
  color:#e9e5ff;
  font-size:14px;
  line-height:1.7
}
.cta-points{
  display:grid;
  gap:10px;
  margin-top:22px
}
.cta-point{
  display:flex;
  align-items:center;
  gap:9px;
  color:#f6f3ff;
  font-size:12px;
  font-weight:650
}
.cta-point:before{
  content:"✓";
  width:20px;
  height:20px;
  flex:0 0 20px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.16);
  font-size:10px;
  font-weight:900
}
.cta-side{
  padding:24px;
  border-radius:22px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.15);
  backdrop-filter:blur(8px)
}
.cta-side strong{
  display:block;
  margin-bottom:7px;
  font-size:18px;
  letter-spacing:-.02em
}
.cta-side p{
  margin:0 0 18px;
  color:#e9e5ff;
  font-size:12px
}
.cta-actions{
  display:grid;
  gap:10px
}
.cta-primary,
.cta-secondary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 18px;
  border-radius:12px;
  font-size:12px;
  font-weight:850;
  transition:.2s ease
}
.cta-primary{
  background:#fff;
  color:var(--purple-dark);
  box-shadow:0 10px 22px rgba(20,13,72,.16)
}
.cta-primary:hover{
  transform:translateY(-1px);
  box-shadow:0 14px 28px rgba(20,13,72,.22)
}
.cta-secondary{
  border:1px solid rgba(255,255,255,.24);
  background:rgba(255,255,255,.06);
  color:#fff
}
.cta-secondary:hover{
  background:rgba(255,255,255,.12);
  transform:translateY(-1px)
}

.share-toast{
  position:fixed;
  left:50%;
  bottom:28px;
  z-index:9999;
  transform:translate(-50%,18px);
  padding:10px 15px;
  border-radius:10px;
  background:#101828;
  color:#fff;
  font-size:12px;
  font-weight:700;
  opacity:0;
  pointer-events:none;
  transition:.22s ease;
  box-shadow:0 12px 30px rgba(16,24,40,.22)
}
.share-toast.show{
  opacity:1;
  transform:translate(-50%,0)
}


/* ==========================================================
   Buku Telah Terbit — fixed banner + independent book slider
   ========================================================== */
#katalog .books-stage{
  display:grid;
  grid-template-columns:22% minmax(0,1fr);
  gap:12px;
  align-items:stretch;
  width:100%;
  min-width:0
}
#katalog .books-stage > .book-promo{
  width:100%;
  min-width:0;
  max-width:none;
  flex:none;
  align-self:stretch;
  position:relative;
  z-index:2
}
#katalog .books-stage > .book-promo .book-promo-card{
  height:100%;
  min-height:100%
}
#katalog .books-scroll{
  min-width:0;
  width:100%;
  gap:12px;
  overflow-x:auto;
  overflow-y:hidden;
  scroll-snap-type:x mandatory;
  scroll-padding-inline:0;
  padding:3px 2px 14px
}
#katalog .books-scroll .book-item:not(.more-books-card){
  flex:0 0 calc((100% - 48px) / 5);
  min-width:calc((100% - 48px) / 5)
}
#katalog .books-scroll .more-books-card{
  flex:0 0 calc((100% - 48px) / 5);
  min-width:calc((100% - 48px) / 5)
}

/* Banner tidak ikut bergerak ketika tombol kiri/kanan ditekan */
#katalog .book-promo{
  scroll-snap-align:none
}

/* Tablet */
@media(max-width:1100px) and (min-width:701px){
  #katalog .books-stage{
    grid-template-columns:240px minmax(0,1fr);
    gap:12px
  }
  #katalog .books-scroll .book-item:not(.more-books-card),
  #katalog .books-scroll .more-books-card{
    flex:0 0 190px;
    min-width:190px
  }
}

/* Mobile: banner tetap terpisah dan buku digeser di bawahnya */
@media(max-width:700px){
  #katalog .books-stage{
    grid-template-columns:1fr;
    gap:14px
  }
  #katalog .books-stage > .book-promo{
    width:min(78%,290px);
    min-width:0;
    justify-self:start
  }
  #katalog .books-stage > .book-promo .book-promo-card{
    aspect-ratio:2 / 3;
    height:auto
  }
  #katalog .books-scroll .book-item:not(.more-books-card){
    flex:0 0 68%;
    min-width:68%
  }
  #katalog .books-scroll .more-books-card{
    flex:0 0 62%;
    min-width:62%
  }
}

/* ==========================================================
   Scientific Journals — enhanced professional animations
   ========================================================== */
#jurnal .sj-kicker:before{
  transform-origin:center;
}
#jurnal.sj-visible .sj-kicker:before{
  animation:sjKickerPulse 2.1s ease-in-out .8s infinite
}
#jurnal .sj-portal-panel:before{
  transform-origin:center;
}
#jurnal.sj-visible .sj-portal-panel:before{
  animation:sjPortalOrb 6s ease-in-out .9s infinite
}
#jurnal.sj-visible .sj-portal-panel:after{
  animation:sjOjsFloat 4.8s ease-in-out .9s infinite
}
#jurnal .sj-card{
  position:relative
}
#jurnal .sj-card:after{
  content:"";
  position:absolute;
  z-index:8;
  top:0;
  left:-48%;
  width:34%;
  height:100%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.28),transparent);
  transform:skewX(-18deg);
  opacity:0;
  pointer-events:none
}
#jurnal.sj-visible .sj-card:after{
  animation:sjCardShine 5.8s ease-in-out 1.5s infinite
}
#jurnal .sj-title{
  transition:transform .25s ease,text-shadow .25s ease
}
#jurnal .sj-card:hover .sj-title{
  transform:translateY(-3px);
  text-shadow:0 5px 16px rgba(0,0,0,.24)
}
#jurnal .sj-pill:before{
  transform-origin:center
}
#jurnal.sj-visible .sj-pill:before{
  animation:sjStatusPulse 2.2s ease-in-out 1.2s infinite
}
#jurnal .sj-arrow{
  position:relative;
  overflow:hidden
}
#jurnal.sj-visible .sj-arrow:last-child{
  animation:sjArrowHint 2.4s ease-in-out 1.4s 3
}
#jurnal .sj-card:hover .sj-cover{
  transform:translateY(-1px);
  transition:transform .3s ease,filter .3s ease
}

@keyframes sjKickerPulse{
  0%,100%{transform:scale(1);box-shadow:0 0 0 4px rgba(255,155,50,.12)}
  50%{transform:scale(1.15);box-shadow:0 0 0 8px rgba(255,155,50,.03)}
}
@keyframes sjPortalOrb{
  0%,100%{transform:translate(0,0) scale(1)}
  50%{transform:translate(-9px,8px) scale(1.035)}
}
@keyframes sjOjsFloat{
  0%,100%{transform:translateY(0) rotate(0deg)}
  50%{transform:translateY(-5px) rotate(-1deg)}
}
@keyframes sjCardShine{
  0%,62%{left:-48%;opacity:0}
  68%{opacity:.75}
  82%{left:125%;opacity:0}
  100%{left:125%;opacity:0}
}
@keyframes sjStatusPulse{
  0%,100%{transform:scale(1);opacity:1}
  50%{transform:scale(1.28);opacity:.72}
}
@keyframes sjArrowHint{
  0%,100%{transform:translateX(0)}
  50%{transform:translateX(4px)}
}

@media(prefers-reduced-motion:reduce){
  #jurnal .sj-kicker:before,
  #jurnal .sj-portal-panel:before,
  #jurnal .sj-portal-panel:after,
  #jurnal .sj-card:after,
  #jurnal .sj-pill:before,
  #jurnal .sj-arrow{
    animation:none !important
  }
  #jurnal .sj-card:hover .sj-title,
  #jurnal .sj-card:hover .sj-cover{
    transform:none
  }
}



.hero-points{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px 15px;
  margin-top:2px;
  color:#596579;
  font-size:10.5px;
  font-weight:750
}
.hero-points span{
  display:inline-flex;
  align-items:center;
  gap:7px
}
.hero-points span:before{
  content:"✓";
  width:17px;
  height:17px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#eeeaff;
  color:var(--purple);
  font-size:9px;
  font-weight:950
}

/* Hero copy entrance */
.hero-copy .badge,
.hero-copy h1,
.hero-copy .hero-text,
.hero-copy .hero-buttons,
.hero-copy .hero-points{
  opacity:0;
  transform:translateY(12px)
}
.hero.hero-visible .hero-copy .badge,
.hero.hero-visible .hero-copy h1,
.hero.hero-visible .hero-copy .hero-text,
.hero.hero-visible .hero-copy .hero-buttons,
.hero.hero-visible .hero-copy .hero-points{
  animation:heroCopyReveal .55s ease forwards
}
.hero.hero-visible .hero-copy h1{animation-delay:.08s}
.hero.hero-visible .hero-copy .hero-text{animation-delay:.16s}
.hero.hero-visible .hero-copy .hero-buttons{animation-delay:.24s}
.hero.hero-visible .hero-copy .hero-points{animation-delay:.32s}

.no-js .hero-copy .badge,
.no-js .hero-copy h1,
.no-js .hero-copy .hero-text,
.no-js .hero-copy .hero-buttons,
.no-js .hero-copy .hero-points{
  opacity:1;
  transform:none
}

@keyframes heroCopyReveal{
  to{opacity:1;transform:translateY(0)}
}

@media(max-width:1000px){
  .hero-copy{
    margin-top:0
  }
}
@media(max-width:760px){
  .hero h1 span:after{
    bottom:-3px;
    height:3px
  }
  .hero-points{
    gap:8px 12px
  }
}
@media(prefers-reduced-motion:reduce){
  .hero-copy .badge,
  .hero-copy h1,
  .hero-copy .hero-text,
  .hero-copy .hero-buttons,
  .hero-copy .hero-points{
    opacity:1;
    transform:none;
    animation:none !important
  }
}




/* WordPress production integration */
.site-main {
  overflow-x: clip;
}

.site-main section[id] {
  scroll-margin-top: 120px;
}

.hero-scene img,
.hki-model img,
.book-promo-card img,
.collab-banner img,
.book-cover-image,
.collab-cover-image,
.sj-cover-image {
  max-width: 100%;
}

.section-head--center {
  justify-content: center;
  text-align: center;
}

.step h3 {
  margin: 0 0 7px;
  font-size: 16px;
  letter-spacing: -.015em;
}

.book-item h3 {
  min-height: 50px;
  margin: 0 0 6px;
  color: #20273a;
  font-size: 12.5px;
  line-height: 1.35;
  font-weight: 850;
}

.book-item h3 a,
.collab-name a {
  color: inherit;
}

.book-info > p {
  min-height: 30px;
  margin: 0 0 8px;
  color: #7a8495;
  font-size: 9.5px;
  line-height: 1.45;
}

.book-price-row--share-only {
  justify-content: flex-end;
}

.book-cover--image,
.collab-cover--image,
.sj-cover--image {
  position: relative;
  padding: 0;
  background: #ece9fb;
}

.book-cover-image,
.collab-cover-image,
.sj-cover-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collab-cover--image:after,
.sj-cover--image:before,
.sj-cover--image:after {
  z-index: 1;
}

.books:focus-visible,
.collab-scroll:focus-visible,
.sj-track:focus-visible,
.faq summary:focus-visible {
  outline: 3px solid rgba(90,49,244,.28);
  outline-offset: 4px;
}

.book-nav button:disabled,
.collab-nav button:disabled,
.sj-arrow:disabled {
  cursor: default;
  opacity: .42;
  box-shadow: none;
  transform: none;
  animation: none !important;
}

.home-content-empty,
.collab-empty {
  width: 100%;
  min-height: 180px;
  display: grid;
  place-items: center;
  margin: 3px 0 14px;
  padding: 24px;
  border: 1px dashed #d7d0fa;
  border-radius: 18px;
  color: #667085;
  background: #faf9ff;
  text-align: center;
  font-size: 13px;
}

.collab-empty[hidden],
.collab-card[hidden] {
  display: none !important;
}

.search-box button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
}

/* Fixed collaboration banner and independent slider */
.collab-stage {
  display: grid;
  grid-template-columns: 22% minmax(0,1fr);
  gap: 12px;
  align-items: stretch;
  min-width: 0;
}

.collab-stage > .collab-banner {
  width: 100%;
  min-width: 0;
  height: auto;
  align-self: stretch;
}

.collab-stage > .collab-banner img {
  height: 100%;
  object-position: center 12%;
}

.collab-scroll {
  display: flex;
  min-width: 0;
  width: 100%;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 3px 2px 14px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.collab-scroll::-webkit-scrollbar {
  display: none;
}

.collab-scroll .collab-card {
  flex: 0 0 calc((100% - 36px) / 4);
  min-width: calc((100% - 36px) / 4);
  scroll-snap-align: start;
}

.collab-nav {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  padding-bottom: 1px;
}

.collab-nav button {
  width: 38px;
  height: 38px;
  border: 1px solid #e2def2;
  border-radius: 50%;
  color: #2d3444;
  background: #fff;
  cursor: pointer;
  font-size: 16px;
  transition: .2s ease;
}

.collab-nav button:hover {
  color: #fff;
  border-color: var(--purple);
  background: var(--purple);
  transform: translateY(-1px);
}

.collab-card-action,
.collab-card-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 35px;
  margin-top: 13px;
  padding: 0 12px;
  border-radius: 9px;
  font-size: 10.5px;
  font-weight: 850;
}

.collab-card-action {
  color: #fff;
  background: var(--purple);
}

.collab-card-action:hover {
  background: var(--purple-dark);
}

.collab-card-status {
  color: #667085;
  background: #f2f4f7;
}

.sj-buttons .sj-btn:only-child {
  width: 100%;
}

/* Subtle reveal for supporting homepage content */
.js .trust-box[data-reveal],
.js .reason[data-reveal],
.js .package[data-reveal],
.js .step[data-reveal],
.js .process-note[data-reveal],
.js .collab-toolbar[data-reveal],
.js .collab-card[data-reveal],
.js .catalog-bottom[data-reveal],
.js .section-head[data-reveal],
.js .faq details[data-reveal],
.js .cta-box[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
}

.js [data-reveal].is-visible {
  animation: veloraHomeReveal .58s cubic-bezier(.2,.7,.2,1) both;
}

@keyframes veloraHomeReveal {
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1200px) {
  .collab-scroll .collab-card { flex-basis: calc((100% - 24px) / 3); min-width: calc((100% - 24px) / 3); }
}

@media (max-width: 1000px) {
  .reasons,
  .package-grid { grid-template-columns: repeat(2,1fr); }
  .types { grid-template-columns: repeat(2,1fr); }
  .process { grid-template-columns: repeat(3,1fr); }
  .process:before { display: none; }
  .collab-stage { grid-template-columns: 240px minmax(0,1fr); }
  .collab-scroll .collab-card { flex: 0 0 210px; min-width: 210px; }
}

@media (max-width: 768px) {
  .process-note { align-items: flex-start; flex-direction: column; }
  .published-books-head,
  .collab-toolbar { align-items: flex-start; }
}

@media (max-width: 700px) {
  .collab-stage { grid-template-columns: 1fr; gap: 14px; }
  .collab-stage > .collab-banner { width: min(78%,290px); justify-self: start; aspect-ratio: 948 / 1659; }
  .collab-scroll .collab-card { flex: 0 0 68%; min-width: 68%; }
}

@media (max-width: 650px) {
  .trust-box,
  .reasons,
  .package-grid,
  .types,
  .process { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }
  .section-head { flex-direction: column; align-items: flex-start; }
  .collab-toolbar { flex-direction: column; }
  .collab-filters { width: 100%; display: grid; grid-template-columns: 1fr; }
  .collab-nav { justify-content: flex-end; }
  .search-box,
  .category-select { width: 100%; min-width: 0; }
  .book-nav { display: none; }
  .cta-grid { grid-template-columns: 1fr; gap: 24px; }
}

@media (max-width: 520px) {
  .container { width: min(100% - 28px,1180px); }
  .hero-buttons { display: grid; grid-template-columns: 1fr; }
  .hero-buttons .btn { width: 100%; }
  .hero-points { align-items: flex-start; flex-direction: column; }
  .published-books-head { align-items: flex-start; }
  .collab-scroll .collab-card { flex-basis: 82%; min-width: 82%; }
  .cta-box { padding: 30px 22px; border-radius: 24px; }
}

@media (max-width: 390px) {
  .hero h1 { font-size: 37px; }
  .section-head h2,
  .sj-top h2 { font-size: 32px; }
  .book-item { flex-basis: 88%; min-width: 88%; }
  .collab-scroll .collab-card,
  .sj-card { flex-basis: 88%; min-width: 88%; }
  .cta-box h2 { font-size: 29px; }
}

@media (max-width: 320px) {
  .container { width: min(100% - 22px,1180px); }
  .hero h1 { font-size: 34px; }
  .hero-text { font-size: 14px; }
  .package,
  .process-wrap,
  .cta-box { padding-left: 17px; padding-right: 17px; }
  .hki-grid { padding-left: 15px; padding-right: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  .books,
  .collab-scroll,
  .sj-track { scroll-behavior: auto; }
  .js .trust-box[data-reveal],
  .js .reason[data-reveal],
  .js .package[data-reveal],
  .js .step[data-reveal],
  .js .process-note[data-reveal],
  .js .collab-toolbar[data-reveal],
  .js .collab-card[data-reveal],
  .js .catalog-bottom[data-reveal],
  .js .section-head[data-reveal],
  .js .faq details[data-reveal],
  .js .cta-box[data-reveal],
  .js [data-reveal].is-visible {
    opacity: 1;
    transform: none;
    animation: none !important;
  }
}
