:root{
  --purple:#5a31f4;
  --purple-dark:#3f22c7;
  --purple2:#7459ff;
  --purple-soft:#f1edff;
  --orange:#ff9b32;
  --ink:#101828;
  --muted:#667085;
  --line:#e8e9f0;
  --bg:#f8f9fd;
  --white:#fff;
  --green:#1b9b6c;
  --shadow:0 18px 55px rgba(16,24,40,.09);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--ink);
  background:#fff;
  line-height:1.6;
}
a{text-decoration:none;color:inherit}
.container{width:min(1180px,calc(100% - 34px));margin:auto}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:46px;padding:0 18px;border-radius:13px;
  border:1px solid transparent;font-size:14px;font-weight:800;
  transition:.2s ease;
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:var(--purple);color:#fff;box-shadow:0 12px 28px rgba(90,49,244,.23)}
.btn-light{background:#fff;border-color:var(--line)}
.btn-dark{background:#101828;color:#fff}
.hero{
  background:
    radial-gradient(circle at 84% 22%,rgba(116,89,255,.18),transparent 28%),
    radial-gradient(circle at 5% 76%,rgba(255,155,50,.13),transparent 22%),
    linear-gradient(180deg,#fff 0%,#fbfaff 100%);
  overflow:hidden;
  padding:76px 0 68px;
}
.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:62px;align-items:center}
.badge{
  display:inline-flex;gap:8px;align-items:center;
  padding:8px 12px;border-radius:999px;
  background:var(--purple-soft);color:#4a28cb;
  font-size:12px;font-weight:850;letter-spacing:.06em;text-transform:uppercase
}
.hero h1{
  margin:18px 0 18px;
  font-size:clamp(44px,6vw,73px);
  line-height:1.02;letter-spacing:-.055em
}
.hero h1 span{color:var(--purple)}
.hero-text{max-width:680px;font-size:18px;color:var(--muted);margin-bottom:28px}
.hero-buttons{display:flex;gap:11px;flex-wrap:wrap}
.micro{display:flex;gap:24px;flex-wrap:wrap;margin-top:28px;color:#667085;font-size:13px}
.micro b{color:#101828}
.visual{position:relative;min-height:505px}
.blob{
  position:absolute;inset:20px 2% 10px 8%;
  border-radius:36px;
  background:linear-gradient(145deg,#4a21e8,#8169ff 64%,#b3a6ff);
  transform:rotate(2.5deg);
  box-shadow:0 32px 72px rgba(90,49,244,.25)
}
.hero-book{
  position:absolute;right:8%;top:4%;width:65%;
  background:#fff;border-radius:25px;padding:18px;
  box-shadow:0 28px 68px rgba(16,24,40,.18);
  transform:rotate(-3deg)
}
.cover{
  aspect-ratio:4/5;border-radius:18px;padding:26px;color:#fff;
  background:
    linear-gradient(135deg,rgba(255,255,255,.11),transparent 40%),
    linear-gradient(155deg,#11173a,#5330df 62%,#ff9b32 150%);
  display:flex;flex-direction:column;justify-content:space-between
}
.cover small{letter-spacing:.15em;text-transform:uppercase;opacity:.78}
.cover strong{font-size:31px;line-height:1.08;letter-spacing:-.04em}
.float-card{
  position:absolute;left:1%;bottom:10%;
  width:48%;background:#fff;padding:21px;
  border:1px solid var(--line);border-radius:21px;
  box-shadow:var(--shadow)
}
.float-card .icon{
  width:44px;height:44px;border-radius:14px;background:var(--purple-soft);
  display:grid;place-items:center;color:var(--purple);font-size:20px;margin-bottom:12px
}
.float-card h4{margin:0 0 5px;font-size:16px}
.float-card p{margin:0;color:var(--muted);font-size:13px}
.float-tag{
  position:absolute;right:0;bottom:2%;
  padding:12px 15px;background:#fff;border-radius:15px;box-shadow:var(--shadow);
  font-size:13px;font-weight:800
}
.float-tag span{color:var(--green)}
.trust{padding:26px 0}
.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:12px;
  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:19px;
  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:center;gap:18px;margin-bottom:26px
}
.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:9px}
.book-nav button{
  width:42px;height:42px;border-radius:50%;border:1px solid var(--line);background:#fff;
  color:#344054;font-size:18px;cursor:pointer;box-shadow:0 6px 18px rgba(16,24,40,.06)
}
.book-nav button:hover{border-color:var(--purple);color:var(--purple)}
.books{
  display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:24px;align-items:start
}
.book-item{min-width:0}
.book-item .book-cover{
  position:relative;aspect-ratio:0.70;border-radius:10px;padding:20px;color:#fff;display:flex;
  flex-direction:column;justify-content:space-between;
  box-shadow:0 15px 34px rgba(16,24,40,.15);
  margin-bottom:14px;overflow:hidden;transition:.25s ease
}
.book-item .book-cover:before{
  content:"";position:absolute;inset:0;
  background:linear-gradient(120deg,rgba(255,255,255,.16),transparent 34%,rgba(0,0,0,.08));
  pointer-events:none
}
.book-item:hover .book-cover{transform:translateY(-5px);box-shadow:0 22px 42px rgba(16,24,40,.20)}
.b1{background:linear-gradient(155deg,#29106f,#6846df 68%,#a38aff)}
.b2{background:linear-gradient(155deg,#063d48,#178296 68%,#6cc8d3)}
.b3{background:linear-gradient(155deg,#7c400c,#d9821f 68%,#f2ba61)}
.b4{background:linear-gradient(155deg,#1b2029,#444c58 68%,#858d99)}
.b5{background:linear-gradient(155deg,#57203f,#9c476e 68%,#d896b4)}
.book-cover .publisher{
  position:relative;z-index:1;font-size:9px;font-weight:800;text-transform:uppercase;
  letter-spacing:.13em;opacity:.82
}
.book-cover .cover-title{
  position:relative;z-index:1;font-family:Georgia,"Times New Roman",serif;
  font-size:20px;line-height:1.13;font-weight:700;letter-spacing:-.02em
}
.book-cover .cover-year{
  position:relative;z-index:1;font-size:9px;letter-spacing:.12em;text-transform:uppercase;opacity:.8
}
.book-info{padding:0 2px}
.book-item h3{
  font-size:14px;line-height:1.35;margin:0 0 5px;font-weight:750;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden
}
.book-item h3 a{color:inherit}
.book-cover--image{padding:0;background:#ece9fb}
.book-cover-image{
  position:absolute;inset:0;z-index:0;width:100%;height:100%;object-fit:cover
}
.book-item p{font-size:11px;color:var(--muted);margin:0}
.catalog-bottom{
  display:flex;justify-content:center;margin-top:30px
}
.catalog-bottom .btn{min-width:170px}


.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:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
  align-items:stretch
}
.collab-card{
  display:flex;
  flex-direction:column;
  min-width:0;
  border:1px solid #e4e7ec;
  border-radius:10px;
  background:#fff;
  padding:9px;
  transition:.2s ease
}
.collab-card:hover{
  transform:translateY(-3px);
  box-shadow:0 14px 34px rgba(16,24,40,.09)
}
.collab-cover{
  position:relative;
  aspect-ratio:0.70;
  overflow:hidden;
  border-radius:8px;
  padding:18px 16px 14px;
  color:#fff;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  margin-bottom:12px;
  width:100%
}
.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:10px;
  background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(0,0,0,.08));
  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:9px;
  font-weight:900;
  letter-spacing:.08em;
  opacity:.92
}
.cover-main{
  position:relative;
  z-index:1;
  font-family:Georgia,"Times New Roman",serif;
  font-size:23px;
  line-height:1.06;
  font-weight:800;
  letter-spacing:-.025em;
  text-transform:uppercase;
  max-width:94%;
  text-wrap:balance
}
.pc2 .cover-main{
  text-transform:none;
  font-size:22px;
  line-height:1.05
}
.cover-sub{
  position:relative;
  z-index:1;
  font-size:8.5px;
  line-height:1.38;
  opacity:.88;
  max-width:95%
}
.collab-body{
  display:flex;
  flex-direction:column;
  flex:1;
  padding:0 2px 2px
}
.collab-name{
  height:36px;
  max-height:36px;
  min-height:36px;
  margin:0 0 8px;
  font-size:12px;
  line-height:18px;
  font-weight:500;
  color:#24324a;
  letter-spacing:0;
  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:#ff6f3d;
  font-size:13px
}
.price-line span{
  color:#667085;
  font-size:10px
}
.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
}



.book-author{
  display:flex;
  align-items:center;
  gap:6px;
  margin-top:8px;
  color:#475467;
  font-size:11px;
  line-height:1.4
}
.book-author svg{
  width:13px;
  height:13px;
  flex:0 0 13px;
  stroke:var(--purple);
  fill:none;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round
}
.book-author span{
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis
}

.book-actions{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:12px
}
.book-link{
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-height:34px;
  padding:0 11px;
  border-radius:999px;
  border:1px solid var(--line);
  background:#fff;
  font-size:11px;
  font-weight:700;
  color:#344054;
  transition:.2s ease
}
.book-link:hover{
  transform:translateY(-1px);
  box-shadow:0 8px 16px rgba(16,24,40,.06)
}
.book-link.whatsapp{
  border-color:#cfeedd;
  background:#f2fff7;
  color:#14804a
}
.book-link.shopee{
  border-color:#ffd8ca;
  background:#fff4ef;
  color:#f26b2f
}
.book-link svg{
  width:14px;
  height:14px;
  display:block;
  stroke:currentColor;
  fill:none;
  stroke-width:1.9;
  stroke-linecap:round;
  stroke-linejoin:round
}


.journals-section{
  background:
    radial-gradient(circle at 8% 18%,rgba(90,49,244,.10),transparent 26%),
    radial-gradient(circle at 92% 82%,rgba(255,155,50,.10),transparent 24%),
    linear-gradient(180deg,#faf9ff 0%,#f7f8fd 100%)
}
.ojs{
  display:block
}
.sj-top{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:24px;
  margin-bottom:26px
}
.sj-top h2{
  margin:8px 0 0;
  font-size:clamp(34px,4.5vw,52px);
  line-height:1.06;
  letter-spacing:-.045em
}
.sj-top p{
  margin:12px 0 0;
  color:var(--muted);
  font-size:14px;
  max-width:680px
}
.sj-actions{
  display:flex;
  align-items:center;
  gap:10px
}
.sj-main-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:20px
}
.sj-nav{
  display:flex;
  gap:10px
}
.sj-arrow{
  width:42px;
  height:42px;
  border-radius:50%;
  border:1px solid #ddd5ff;
  background:#fff;
  color:var(--purple);
  cursor:pointer;
  box-shadow:0 8px 18px rgba(16,24,40,.05);
  transition:.2s ease
}
.sj-arrow:hover{
  transform:translateY(-1px);
  color:#fff;
  background:var(--purple);
  border-color:var(--purple)
}
.sj-summary{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px
}
.sj-badge{
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-height:34px;
  padding:0 12px;
  border-radius:999px;
  border:1px solid #e1dbff;
  background:#ffffff;
  color:#475467;
  font-size:11px;
  font-weight:700
}
.sj-badge strong{
  color:var(--purple)
}
.sj-scroller{
  position:relative
}
.sj-track{
  display:flex;
  gap:18px;
  overflow-x:auto;
  scroll-behavior:smooth;
  padding:4px 2px 12px;
  scrollbar-width:none
}
.sj-track::-webkit-scrollbar{
  display:none
}
.sj-card{
  flex:0 0 248px;
  min-width:248px;
  border:1px solid #e4defa;
  border-radius:16px;
  background:#fff;
  overflow:hidden;
  box-shadow:0 14px 34px rgba(16,24,40,.06);
  transition:.24s ease
}
.sj-card:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 42px rgba(16,24,40,.10)
}
.sj-cover{
  position:relative;
  min-height:258px;
  padding:16px 16px 18px;
  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 12% 12%,rgba(255,255,255,.18),transparent 16%),
    linear-gradient(180deg,rgba(255,255,255,.04),rgba(0,0,0,.10));
  pointer-events:none
}
.sj-cover:after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:0;
  height:56px;
  background:
    linear-gradient(rgba(255,255,255,.10) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.10) 1px, transparent 1px);
  background-size:18px 18px;
  opacity:.45;
  pointer-events:none
}
.sj-cover.jaeb{background:linear-gradient(160deg,#4a24c8,#7257f4 62%,#9d8bff)}
.sj-cover.ajari{background:linear-gradient(160deg,#5a31f4,#8a72ff 64%,#c2b6ff)}
.sj-cover.jcbp{background:linear-gradient(160deg,#6d3a15,#d47b20 62%,#ffb95f)}
.sj-cover.rintis{background:linear-gradient(160deg,#3d2b85,#7153d8 58%,#ff9b32)}
.sj-cover.titah{background:linear-gradient(160deg,#21184f,#4d31a8 60%,#7d63e9)}
.sj-cover.nadi{background:linear-gradient(160deg,#4d1f72,#8c48b8 60%,#d18ae8)}
.sj-cover.wujud{background:linear-gradient(160deg,#9a5515,#e18a24 60%,#ffb95a)}
.sj-issn{
  position:relative;
  z-index:1;
  text-align:right;
  font-size:10px;
  font-weight:800;
  letter-spacing:.04em;
  text-shadow:0 2px 8px rgba(0,0,0,.15)
}
.sj-pill{
  position:relative;
  z-index:1;
  display:inline-flex;
  align-items:center;
  gap:6px;
  align-self:flex-start;
  min-height:30px;
  padding:0 12px;
  border-radius:999px;
  background:rgba(255,255,255,.92);
  color:var(--purple);
  font-size:11px;
  font-weight:800;
  box-shadow:0 8px 18px rgba(0,0,0,.08)
}
.sj-pill:before{
  content:"Ã¢â€”â€";
  font-size:11px
}
.sj-title{
  position:relative;
  z-index:1;
  font-family:Georgia,"Times New Roman",serif;
  font-size:19px;
  line-height:1.1;
  font-weight:700;
  letter-spacing:-.02em;
  max-width:88%;
  text-shadow:0 2px 10px rgba(0,0,0,.20)
}
.sj-dots{
  position:relative;
  z-index:1;
  display:flex;
  justify-content:flex-end;
  gap:6px
}
.sj-dots span{
  width:10px;
  height:10px;
  border-radius:50%;
  background:rgba(255,255,255,.55)
}
.sj-dots span.active{background:#fff}
.sj-body{
  padding:16px 16px 18px
}
.sj-open{
  display:block;
  color:var(--orange);
  font-size:11px;
  font-weight:900;
  letter-spacing:.02em;
  margin-bottom:8px
}
.sj-body h3{
  margin:0 0 10px;
  font-size:15px;
  line-height:1.35;
  color:var(--purple-dark);
  min-height:60px
}
.sj-body p{
  margin:0 0 16px;
  color:#5f6c81;
  font-size:12px;
  line-height:1.6;
  min-height:78px
}
.sj-buttons{
  display:flex;
  gap:10px
}
.sj-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:0 14px;
  border-radius:8px;
  font-size:11px;
  font-weight:800;
  color:#fff;
  text-decoration:none
}
.sj-btn.view{background:var(--orange)}
.sj-btn.issue{
  background:var(--purple);
  color:#fff;
  border:1px solid var(--purple);
  box-shadow:0 6px 14px rgba(90,49,244,.16);
  transition:.2s ease
}

.sj-btn.view:hover{
  background:#e78a20;
  color:#fff;
  transform:translateY(-1px)
}
.sj-btn.issue:hover,
.sj-btn.issue:focus-visible{
  background:var(--purple-dark);
  color:#fff;
  border-color:var(--purple-dark);
  box-shadow:0 9px 20px rgba(63,34,199,.28);
  transform:translateY(-2px);
  outline:none
}
.sj-btn.issue:active{
  transform:translateY(0);
  box-shadow:0 4px 10px rgba(63,34,199,.20)
}
.sj-card:hover .sj-cover{
  filter:saturate(1.05)
}


.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:34px 0 0
}
.hki-box{
  position:relative;
  overflow:hidden;
  border-radius:28px;
  border:1px solid #e2dcff;
  background:
    radial-gradient(circle at 90% 15%,rgba(255,155,50,.14),transparent 22%),
    radial-gradient(circle at 10% 90%,rgba(90,49,244,.12),transparent 25%),
    linear-gradient(135deg,#ffffff 0%,#faf8ff 58%,#fff8f0 100%);
  box-shadow:0 20px 50px rgba(16,24,40,.08)
}
.hki-box:before{
  content:"";
  position:absolute;
  top:-70px;
  right:-60px;
  width:220px;
  height:220px;
  border-radius:50%;
  border:1px solid rgba(90,49,244,.12);
  animation:hkiFloat 7s ease-in-out infinite
}
.hki-box:after{
  content:"";
  position:absolute;
  left:-35%;
  top:0;
  width:28%;
  height:100%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.75),transparent);
  transform:skewX(-18deg);
  animation:hkiShine 6s ease-in-out infinite;
  pointer-events:none
}
.hki-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:24px;
  align-items:center;
  padding:30px 34px
}
.hki-icon-wrap{
  position:relative;
  width:76px;
  height:76px;
  display:grid;
  place-items:center;
  border-radius:22px;
  background:linear-gradient(145deg,var(--purple),var(--purple2));
  color:#fff;
  box-shadow:0 16px 34px rgba(90,49,244,.24);
  animation:hkiIcon 4s ease-in-out infinite
}
.hki-icon-wrap:after{
  content:"";
  position:absolute;
  inset:-6px;
  border-radius:26px;
  border:1px solid rgba(90,49,244,.18);
  animation:hkiPulse 2.8s ease-out infinite
}
.hki-icon-wrap svg{
  width:34px;
  height:34px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round
}
.hki-content{
  min-width:0
}
.hki-badge{
  display:inline-flex;
  align-items:center;
  gap:7px;
  min-height:28px;
  padding:0 10px;
  margin-bottom:8px;
  border-radius:999px;
  background:#efeaff;
  color:var(--purple);
  border:1px solid #ddd4ff;
  font-size:9px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase
}
.hki-badge:before{
  content:"Ã¢â€”Â";
  font-size:8px;
  color:var(--orange)
}
.hki-content h3{
  margin:0 0 7px;
  font-size:clamp(22px,2.7vw,34px);
  line-height:1.08;
  letter-spacing:-.04em;
  color:#171c2b
}
.hki-content p{
  margin:0;
  max-width:720px;
  color:#667085;
  font-size:13px;
  line-height:1.65
}
.hki-meta{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:14px
}
.hki-meta span{
  display:inline-flex;
  align-items:center;
  gap:6px;
  min-height:28px;
  padding:0 9px;
  border-radius:999px;
  background:#fff;
  border:1px solid #e6e8ee;
  color:#596579;
  font-size:10px;
  font-weight:700
}
.hki-side{
  min-width:215px;
  text-align:right
}
.hki-price-label{
  display:block;
  margin-bottom:1px;
  color:#8a94a5;
  font-size:10px;
  font-weight:700
}
.hki-price{
  display:block;
  margin-bottom:12px;
  color:var(--purple-dark);
  font-size:27px;
  line-height:1;
  font-weight:900;
  letter-spacing:-.035em
}
.hki-price small{
  font-size:12px;
  font-weight:700;
  color:#7a8494
}
.hki-button{
  position:relative;
  overflow:hidden;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:44px;
  padding:0 18px;
  border-radius:12px;
  background:linear-gradient(135deg,var(--purple),var(--purple-dark));
  color:#fff;
  font-size:12px;
  font-weight:850;
  box-shadow:0 12px 24px rgba(90,49,244,.22);
  transition:.22s ease
}
.hki-button:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 30px rgba(90,49,244,.30)
}
.hki-button:after{
  content:"Ã¢â€ â€™";
  font-size:15px;
  transition:.2s ease
}
.hki-button:hover:after{
  transform:translateX(3px)
}
@keyframes hkiFloat{
  0%,100%{transform:translate(0,0)}
  50%{transform:translate(-10px,10px)}
}
@keyframes hkiShine{
  0%,58%{left:-35%}
  76%{left:115%}
  100%{left:115%}
}
@keyframes hkiIcon{
  0%,100%{transform:translateY(0) rotate(0)}
  50%{transform:translateY(-4px) rotate(-1deg)}
}
@keyframes hkiPulse{
  0%{transform:scale(.92);opacity:.65}
  80%,100%{transform:scale(1.16);opacity:0}
}
@media(max-width:900px){
  .hki-grid{
    grid-template-columns:auto 1fr;
  }
  .hki-side{
    grid-column:1 / -1;
    min-width:0;
    text-align:left;
    padding-left:100px
  }
}
@media(max-width:650px){
  .hki-grid{
    grid-template-columns:1fr;
    padding:26px 22px
  }
  .hki-icon-wrap{
    width:64px;
    height:64px
  }
  .hki-side{
    grid-column:auto;
    padding-left:0;
    text-align:left
  }
  .hki-button{
    width:100%
  }
}
@media(prefers-reduced-motion:reduce){
  .hki-box:before,
  .hki-box:after,
  .hki-icon-wrap,
  .hki-icon-wrap:after{
    animation:none
  }
}

.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)
}
@media(max-width:1000px){
  .menu{display:none}
  .hero-grid,.ojs{grid-template-columns:1fr}
  .sj-top{align-items:flex-start;flex-direction:column}
  .sj-actions{width:100%;justify-content:space-between}
  .nav{flex-wrap:wrap}
  .actions{width:100%;margin-left:0}
  .trust-box{grid-template-columns:repeat(2,1fr)}
  .trust-item:nth-child(2){border-right:0}
  .trust-item:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .reasons,.package-grid{grid-template-columns:repeat(2,1fr)}
  .types{grid-template-columns:repeat(2,1fr)}
  .collab-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .collab-toolbar{align-items:flex-start;flex-direction:column}
  .collab-filters{width:100%}
  .search-box{width:100%;min-width:260px}
  .books{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding:4px 2px 18px;gap:20px}
  .book-item{flex:0 0 30%;scroll-snap-align:start}
  .process{grid-template-columns:repeat(3,1fr)}
  .process:before{display:none}
}
@media(max-width:650px){
  .header-search{width:100%;height:42px}
  .actions{width:100%;margin-left:0}
  .hero{padding-top:52px}
  .hero h1{font-size:46px}
  .visual{min-height:400px}
  .hero-book{width:75%;right:4%}
  .float-card{width:58%}
  .trust-box,.reasons,.package-grid,.types,.process{grid-template-columns:1fr}
  .sj-card{flex:0 0 86%;min-width:86%}
  .sj-main-actions{flex-direction:column;align-items:flex-start}
  .process-wrap{padding:22px 16px}
  .step{min-height:auto}
  .books{display:flex;overflow-x:auto;gap:16px}
  .book-item{flex:0 0 72%}
  .published-books-head{align-items:flex-end}
  .book-nav{display:none}
  .collab-grid{grid-template-columns:1fr 1fr;gap:12px}
  .collab-toolbar{align-items:flex-start;flex-direction:column}
  .collab-filters{width:100%;display:grid;grid-template-columns:1fr}
  .search-box{width:100%}
  .category-select{width:100%}
  .trust-item{border-right:0;border-bottom:1px solid var(--line)}
  .section-head{flex-direction:column;align-items:flex-start}
  section{padding:66px 0}
  .ojs h2{font-size:37px}
  .cta-box{padding:30px 24px}
  .cta-grid{grid-template-columns:1fr;gap:24px}
  .cta-box h2{font-size:32px}
}

@media(max-width:460px){
  .collab-grid{grid-template-columns:1fr}
}


.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)
}

/* WordPress integration utilities. */
img{
  max-width:100%;
  height:auto
}
.screen-reader-text{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0
}
.screen-reader-text:focus,
.skip-link:focus{
  position:fixed;
  z-index:10000;
  top:12px;
  left:12px;
  width:auto;
  height:auto;
  padding:12px 16px;
  margin:0;
  overflow:visible;
  clip:auto;
  white-space:normal;
  color:var(--ink);
  background:var(--white);
  border:2px solid var(--purple);
  border-radius:10px;
  box-shadow:var(--shadow)
}
:where(a,button,input,select,textarea):focus-visible{
  outline:3px solid rgba(90,49,244,.35);
  outline-offset:3px
}
.site-main{
  min-height:50vh
}
.content-shell{
  padding-top:56px;
  padding-bottom:72px
}
.content-card,
.page-content,
.no-results,
.error-404{
  max-width:800px;
  margin-inline:auto
}
.content-card + .content-card{
  margin-top:36px
}
.entry-title{
  overflow-wrap:anywhere
}
.entry-content{
  line-height:1.75
}
.entry-content::after{
  display:table;
  clear:both;
  content:""
}
.search-result{
  display:grid;grid-template-columns:150px minmax(0,1fr);gap:24px;align-items:start
}
.search-result__thumbnail{
  display:block;overflow:hidden;aspect-ratio:4/3;border-radius:12px;background:var(--purple-soft)
}
.search-result__thumbnail img{width:100%;height:100%;object-fit:cover}
.search-result__type{
  display:inline-flex;margin-bottom:8px;color:var(--purple);font-size:11px;font-weight:850;
  letter-spacing:.08em;text-transform:uppercase
}
.search-result .entry-title{margin:0 0 8px;font-size:clamp(22px,3vw,30px);line-height:1.18}
.search-result__excerpt{margin:0;color:var(--muted)}
.search-result__link{display:inline-flex;margin-top:12px;color:var(--purple);font-size:13px;font-weight:800}
.entry-content > *{
  max-width:100%
}
.nav-links{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  margin-top:40px
}
.page-numbers{
  display:inline-flex;
  min-width:40px;
  min-height:40px;
  align-items:center;
  justify-content:center;
  padding:8px 12px;
  border:1px solid var(--line);
  border-radius:10px;
  background:var(--white)
}
.page-numbers.current{
  color:var(--white);
  border-color:var(--purple);
  background:var(--purple)
}
@media(max-width:600px){
  .search-result{grid-template-columns:1fr}
  .search-result__thumbnail{max-width:220px}
}

/* WordPress header, navigation, search, and footer Ã¢â‚¬â€ v48 final. */
.site-header-stack{
  position:sticky;
  top:0;
  z-index:120;
  width:100%;
  background:#fff;
  box-shadow:0 8px 24px rgba(16,24,40,.045)
}
.notice{
  position:relative;
  z-index:3;
  color:#dbe2ef;
  background:linear-gradient(90deg,#101828 0%,#151b2b 70%,#1c1740 100%);
  border-bottom:1px solid rgba(255,255,255,.07);
  font-size:12px
}
.notice .container{
  min-height:36px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px
}
.notice span:last-child{
  color:#f1edff;
  font-weight:750;
  letter-spacing:.01em
}
.notice span:last-child a{
  color:inherit;
  text-decoration:none
}
.notice span:last-child a:hover,
.notice span:last-child a:focus-visible{
  text-decoration:underline;
  text-underline-offset:3px
}
.header{
  position:relative;
  z-index:2;
  top:auto;
  background:rgba(255,255,255,.97);
  border-bottom:1px solid rgba(232,233,240,.9);
  -webkit-backdrop-filter:blur(16px);
  backdrop-filter:blur(16px)
}
.nav{
  min-height:82px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px
}
.site-branding{
  flex:0 0 auto;
  min-width:0
}
.logo.logo-only{
  display:inline-flex;
  align-items:center;
  justify-content:flex-start;
  min-width:0;
  line-height:0
}
.logo.logo-only .logo-image{
  display:block;
  object-fit:contain;
  object-position:left center;
  filter:none
}
.logo-header-image{
  width:236px;
  height:66px
}
.menu{
  display:flex;
  align-items:center;
  gap:26px;
  margin-left:auto;
  font-size:14px;
  font-weight:650
}
.menu a:hover{
  color:var(--purple)
}
.actions{
  display:flex;
  align-items:center;
  gap:9px;
  margin-left:18px
}
.header-search{
  width:220px;
  height:42px;
  display:flex;
  align-items:center;
  overflow:hidden;
  border:1px solid #d8ddea;
  border-radius:999px;
  background:#fff;
  box-shadow:0 4px 12px rgba(16,24,40,.04)
}
.header-search:focus-within{
  border-color:var(--purple);
  box-shadow:0 0 0 3px rgba(90,49,244,.12)
}
.header-search label{
  pointer-events:none
}
.header-search input{
  min-width:0;
  height:100%;
  flex:1;
  padding:0 14px 0 16px;
  border:0;
  outline:0;
  color:#344054;
  background:transparent;
  font:inherit;
  font-size:13px
}
.header-search input::placeholder{
  color:#98a2b3
}
.header-search button{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  flex:0 0 38px;
  margin-right:3px;
  border:0;
  border-radius:50%;
  color:#fff;
  background:linear-gradient(145deg,#2847d6,var(--purple));
  box-shadow:0 6px 14px rgba(90,49,244,.18);
  cursor:pointer;
  transition:transform .2s ease,background .2s ease
}
.header-search button:hover{
  transform:translateY(-1px);
  background:linear-gradient(145deg,#233fc0,var(--purple2))
}
.header-search svg{
  width:16px;
  height:16px;
  display:block;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round
}
.menu-list,
.menu-list .sub-menu,
.footer-menu,
.footer-legal-menu{
  padding:0;
  margin:0;
  list-style:none
}
.menu-list{
  display:flex;
  align-items:center;
  gap:26px
}
.menu-list > li{
  position:relative
}
.menu-list > li > a{
  position:relative;
  display:flex;
  align-items:center;
  min-height:44px
}
.menu-list > li > a:after{
  content:"";
  position:absolute;
  right:0;
  bottom:4px;
  left:0;
  height:2px;
  border-radius:999px;
  background:var(--purple);
  transform:scaleX(0);
  transform-origin:center;
  transition:transform .2s ease
}
.menu-list > .current-menu-item > a,
.menu-list > .current_page_item > a,
.menu-list > .current-menu-ancestor > a,
.menu-list > .current_page_ancestor > a,
.menu-list > .current_page_parent > a{
  color:var(--purple)
}
.menu-list > .current-menu-item > a:after,
.menu-list > .current_page_item > a:after,
.menu-list > .current-menu-ancestor > a:after,
.menu-list > .current_page_ancestor > a:after,
.menu-list > .current_page_parent > a:after{
  transform:scaleX(1)
}
.menu-list .sub-menu{
  position:absolute;
  z-index:20;
  top:calc(100% - 2px);
  left:-16px;
  width:220px;
  padding:9px;
  visibility:hidden;
  opacity:0;
  border:1px solid var(--line);
  border-radius:14px;
  background:var(--white);
  box-shadow:var(--shadow);
  transform:translateY(8px);
  transition:opacity .2s ease,transform .2s ease,visibility .2s ease
}
.menu-list li:hover > .sub-menu,
.menu-list li:focus-within > .sub-menu{
  visibility:visible;
  opacity:1;
  transform:none
}
.menu-list .sub-menu a{
  display:block;
  padding:9px 10px;
  border-radius:9px
}
.menu-list .sub-menu a:hover,
.menu-list .sub-menu a:focus-visible{
  color:var(--purple);
  background:var(--purple-soft)
}
.menu-toggle{
  width:44px;
  height:44px;
  display:none;
  align-items:center;
  justify-content:center;
  flex:0 0 44px;
  padding:0;
  border:1px solid #d8ddea;
  border-radius:13px;
  color:var(--ink);
  background:var(--white);
  box-shadow:0 4px 12px rgba(16,24,40,.04);
  cursor:pointer
}
.menu-toggle:hover{
  color:var(--purple);
  border-color:#cfc4ff;
  background:var(--purple-soft)
}
.menu-toggle__icon,
.menu-toggle__icon:before,
.menu-toggle__icon:after{
  width:20px;
  height:2px;
  display:block;
  border-radius:999px;
  background:currentColor;
  transition:transform .2s ease,opacity .2s ease
}
.menu-toggle__icon{
  position:relative
}
.menu-toggle__icon:before,
.menu-toggle__icon:after{
  content:"";
  position:absolute;
  left:0
}
.menu-toggle__icon:before{top:-6px}
.menu-toggle__icon:after{top:6px}
.menu-toggle[aria-expanded="true"] .menu-toggle__icon{background:transparent}
.menu-toggle[aria-expanded="true"] .menu-toggle__icon:before{top:0;transform:rotate(45deg)}
.menu-toggle[aria-expanded="true"] .menu-toggle__icon:after{top:0;transform:rotate(-45deg)}

.site-footer{
  position:relative;
  overflow:hidden;
  margin-top:85px;
  padding:0;
  color:#9aa7bb;
  background:radial-gradient(circle at 100% 0,rgba(90,49,244,.18),transparent 25%),linear-gradient(180deg,#0c1220 0%,#0a101d 100%);
  border-top:1px solid rgba(255,255,255,.06)
}
.site-footer:before{
  content:"";
  position:absolute;
  width:360px;
  height:360px;
  right:-170px;
  top:-230px;
  border:1px solid rgba(116,89,255,.12);
  border-radius:50%;
  pointer-events:none
}
.site-footer .footer-main{
  position:relative;
  z-index:1;
  padding:52px 0 38px
}
.footer-grid-pro{
  display:grid;
  grid-template-columns:minmax(290px,1.45fr) .72fr .82fr 1.15fr .76fr;
  gap:38px;
  align-items:start
}
.footer-brand-pro{
  max-width:390px
}
.footer-logo-link{
  display:inline-flex !important;
  margin:0 0 16px !important;
  line-height:0
}
.footer-brand-pro .logo-footer-image{
  width:220px;
  max-width:220px;
  height:auto;
  max-height:72px;
  object-fit:contain;
  object-position:left center;
  filter:drop-shadow(0 8px 18px rgba(0,0,0,.18))
}
.footer-description{
  max-width:370px;
  margin:0 0 20px;
  color:#9aa7bb;
  font-size:11.5px;
  line-height:1.75;
  font-weight:450
}
.footer-location{
  display:flex;
  align-items:flex-start;
  gap:10px;
  max-width:370px;
  padding-top:2px;
  color:#8390a5;
  font-size:10.5px;
  line-height:1.6
}
.footer-column h2{
  position:relative;
  margin:4px 0 18px;
  padding-bottom:10px;
  color:#fff;
  font-size:11.5px;
  line-height:1.2;
  font-weight:850;
  letter-spacing:.055em;
  text-transform:uppercase
}
.footer-column h2:after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:28px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,#7459ff,#5a31f4)
}
.footer-links,
.footer-menu{
  display:grid;
  gap:11px
}
.footer-links a{
  position:relative;
  width:max-content;
  max-width:100%;
  color:#94a1b5;
  font-size:11px;
  line-height:1.45;
  transition:color .18s ease,transform .18s ease
}
.footer-links a:before{
  content:"";
  position:absolute;
  left:-10px;
  top:50%;
  width:4px;
  height:4px;
  opacity:0;
  border-radius:50%;
  background:#7459ff;
  transform:translateY(-50%);
  transition:opacity .18s ease
}
.footer-links a:hover{
  color:#fff;
  transform:translateX(6px)
}
.footer-links a:hover:before{
  opacity:1
}
.footer-contact-list,
.footer-social-list-pro{
  display:grid;
  gap:8px
}
.footer-contact-link-pro{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
  padding:7px 8px;
  margin-left:-8px;
  border-radius:10px;
  color:#98a6ba;
  transition:background .18s ease,transform .18s ease,color .18s ease
}
a.footer-contact-link-pro:hover{
  color:#fff;
  background:rgba(255,255,255,.045);
  transform:translateX(2px)
}
.footer-contact-pending{
  opacity:.72
}
.footer-contact-copy{
  display:block;
  min-width:0
}
.footer-contact-copy strong{
  display:block;
  margin-bottom:2px;
  color:#d8deea;
  font-size:10.8px;
  line-height:1.25;
  font-weight:750
}
.footer-contact-copy small{
  display:block;
  overflow:hidden;
  color:#77859b;
  font-size:9.2px;
  line-height:1.35;
  text-overflow:ellipsis;
  white-space:nowrap
}
.footer-icon-box{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  flex:0 0 30px;
  border:1px solid rgba(116,89,255,.14);
  border-radius:9px;
  color:#cfc6ff;
  background:rgba(116,89,255,.09)
}
.footer-icon-box svg{
  width:14px;
  height:14px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round
}
.footer-social-link-pro{
  min-height:36px;
  display:flex;
  align-items:center;
  gap:10px;
  color:#98a6ba;
  font-size:10.8px;
  line-height:1.3
}
.footer-social-link-pro .footer-icon-box{
  transition:transform .18s ease,background .18s ease,border-color .18s ease
}
a.footer-social-link-pro:hover{
  color:#fff
}
.footer-social-link-pro:hover .footer-icon-box{
  border-color:rgba(116,89,255,.25);
  background:rgba(116,89,255,.15);
  transform:translateY(-2px)
}
.footer-social-link-pro.is-pending{
  color:#78859a;
  cursor:default
}
.social-email{
  color:#d7d0ff
}
.copy-pro{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:18px 0 22px;
  border-top:1px solid rgba(255,255,255,.07);
  color:#657389;
  font-size:9.8px;
  line-height:1.45
}
.copy-pro .copy-links,
.footer-legal-menu{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  flex-wrap:wrap;
  gap:18px
}
.copy-pro .copy-links a{
  color:#7c899d;
  transition:color .18s ease
}
.copy-pro .copy-links a:hover{
  color:#fff
}

body.admin-bar .site-header-stack{
  top:32px
}

@media(max-width:1180px){
  .nav{gap:18px}
  .logo-header-image{width:215px;height:62px}
  .menu-list{gap:22px}
  .actions{margin-left:8px}
  .header-search{width:200px}
  .footer-grid-pro{grid-template-columns:1.25fr repeat(2,1fr);gap:36px 30px}
  .footer-brand-pro{grid-row:span 2}
}
@media(max-width:1000px){
  .nav{gap:12px;padding:12px 0;flex-wrap:wrap}
  .site-branding{margin-right:auto}
  .logo-header-image{width:195px;height:58px}
  .js .menu-toggle{display:grid}
  .menu{order:4;width:100%;margin-left:0}
  .js .menu{display:none}
  .js .menu.is-open,
  .no-js .menu{display:block}
  .menu-list{display:grid;gap:2px;width:100%;padding:8px;border:1px solid var(--line);border-radius:16px;background:var(--white);box-shadow:0 16px 34px rgba(16,24,40,.09)}
  .menu-list > li > a{min-height:46px;padding:0 13px;border-radius:10px}
  .menu-list > li > a:after{top:10px;right:auto;bottom:10px;left:4px;width:3px;height:auto;transform:scaleY(0)}
  .menu-list > .current-menu-item > a,
  .menu-list > .current_page_item > a,
  .menu-list > .current-menu-ancestor > a,
  .menu-list > .current_page_ancestor > a,
  .menu-list > .current_page_parent > a{background:var(--purple-soft)}
  .menu-list > .current-menu-item > a:after,
  .menu-list > .current_page_item > a:after,
  .menu-list > .current-menu-ancestor > a:after,
  .menu-list > .current_page_ancestor > a:after,
  .menu-list > .current_page_parent > a:after{transform:scaleY(1)}
  .menu-list .sub-menu{position:static;width:auto;padding:0 0 6px 18px;visibility:visible;opacity:1;border:0;box-shadow:none;transform:none}
  .actions{order:3;width:100%;min-width:0;margin-left:0}
  .header-search{width:100%}
}
@media(max-width:820px){
  .site-footer .footer-main{padding:42px 0 32px}
  .footer-grid-pro{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 26px}
  .footer-brand-pro{grid-column:1 / -1;grid-row:auto;max-width:520px}
  .footer-description,
  .footer-location{max-width:500px}
}
@media(max-width:782px){
  body.admin-bar .site-header-stack{top:46px}
}
@media(max-width:760px){
  .notice{font-size:11px}
  .notice .container{min-height:34px;gap:10px}
}
@media(max-width:650px){
  .nav{min-height:72px;padding:10px 0 12px}
  .logo-header-image{width:168px;height:50px}
  .header-search{height:42px}
}
@media(max-width:560px){
  .notice .container{justify-content:center}
  .notice span:first-child{display:none}
  .notice span:last-child{text-align:center}
  .footer-grid-pro{grid-template-columns:1fr;gap:28px}
  .footer-brand-pro{grid-column:auto}
  .footer-brand-pro .logo-footer-image{width:200px;max-width:200px;max-height:66px}
  .copy-pro{align-items:flex-start;flex-direction:column;gap:12px}
  .copy-pro .copy-links,
  .footer-legal-menu{justify-content:flex-start;gap:12px 16px}
}
@media(max-width:480px){
  .container{width:min(100% - 28px,1180px)}
  .logo-header-image{width:158px;height:48px}
  .menu-toggle{width:42px;height:42px;flex-basis:42px}
  .header-search input{padding-left:14px;font-size:12px}
}
@media(max-width:340px){
  .logo-header-image{width:145px;height:44px}
}
@media(prefers-reduced-motion:reduce){
  .header-search button,
  .menu-list > li > a:after,
  .menu-list .sub-menu,
  .menu-toggle__icon,
  .menu-toggle__icon:before,
  .menu-toggle__icon:after,
  .footer-links a,
  .footer-contact-link-pro,
  .footer-social-link-pro .footer-icon-box,
  .copy-pro .copy-links a{transition:none}
}


/* Floating WhatsApp FAB */
.velora-wa-fab{position:fixed;right:20px;bottom:20px;z-index:9990;display:flex;align-items:center;gap:0;text-decoration:none;outline:none;-webkit-tap-highlight-color:transparent;animation:veloraWaEntrance .45s ease both;animation-delay:.6s}
.velora-wa-fab__icon{position:relative;display:flex;align-items:center;justify-content:center;width:58px;height:58px;border-radius:50%;background:#25d366;color:#fff;box-shadow:0 4px 14px rgba(37,211,102,.3);transition:transform .2s ease,box-shadow .2s ease;flex-shrink:0}
.velora-wa-fab__icon svg{width:30px;height:30px}
.velora-wa-fab__ring{position:absolute;right:0;bottom:0;width:58px;height:58px;border-radius:50%;border:0 solid rgba(37,211,102,.3);box-sizing:border-box;pointer-events:none;animation:veloraWaPulse 3.5s ease-in-out 1.5s infinite}
.velora-wa-fab__pill{position:absolute;right:100%;margin-right:10px;padding:8px 16px;border-radius:24px;background:#25d366;color:#fff;font-size:13.5px;font-weight:600;line-height:1;white-space:nowrap;box-shadow:0 2px 10px rgba(37,211,102,.25);opacity:0;transform:translateX(6px);pointer-events:none;transition:opacity .2s ease,transform .2s ease}
.velora-wa-fab:hover .velora-wa-fab__icon,.velora-wa-fab:focus-visible .velora-wa-fab__icon{transform:translateY(-2px) scale(1.05);box-shadow:0 6px 18px rgba(37,211,102,.4)}
.velora-wa-fab:hover .velora-wa-fab__pill,.velora-wa-fab:focus-visible .velora-wa-fab__pill{opacity:1;transform:translateX(0);pointer-events:auto}
.velora-wa-fab:active .velora-wa-fab__icon{transform:translateY(-1px) scale(1.02)}
@keyframes veloraWaEntrance{from{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1)}}
@keyframes veloraWaPulse{0%,100%{border-width:0;opacity:.5}50%{border-width:10px;opacity:0}}
@media(max-width:768px){
  .velora-wa-fab{right:14px;bottom:16px}
  .velora-wa-fab__icon{width:54px;height:54px}
  .velora-wa-fab__icon svg{width:27px;height:27px}
  .velora-wa-fab__ring{width:54px;height:54px}
  .velora-wa-fab__pill{display:none}
}
@media(max-width:390px){
  .velora-wa-fab{right:14px;bottom:14px}
}
@media(prefers-reduced-motion:reduce){
  .velora-wa-fab{animation:none}
  .velora-wa-fab__ring{animation:none}
  .velora-wa-fab__icon,.velora-wa-fab__pill{transition:none}
}

