
:root{
  --brand:#8b5cf6;
  --brand-dark:#0f172a;
}
html{scroll-behavior:smooth}
img,video{max-width:100%;height:auto}
.btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:.65rem 1rem;border-radius:1rem;background:var(--brand);color:#fff;font-weight:700;box-shadow:0 10px 20px -10px rgba(139,92,246,.5)}
.btn-primary:hover{background:#7c3aed}
.btn-ghost{display:inline-flex;align-items:center;justify-content:center;padding:.65rem 1rem;border-radius:1rem;border:1px solid #cbd5e1;color:#0f172a;font-weight:600;background:#fff}
.chip{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .7rem;border-radius:9999px;background:#f1f5f9;border:1px solid #e2e8f0}
.soft-card{background:linear-gradient(135deg,#ffffff 0%,#f5f3ff 100%);border:1px solid #e5e7eb;box-shadow:0 8px 24px -12px rgba(2,6,23,.2);border-radius:1.25rem}
.section-title{font-size:1.5rem;font-weight:800;color:#0f172a}
.benefit-card,.post-card,.step-card,.testimonial-card{padding:1rem;border-radius:1rem;background:#fff;border:1px solid #e5e7eb;box-shadow:0 6px 20px -14px rgba(2,6,23,.2)}
.video-card{height:220px;border-radius:1rem;border:1px dashed #cbd5e1;background-image:linear-gradient(135deg,#f8fafc,#eef2ff);}
.li-check{position:relative;padding-left:1.5rem}
.li-check::before{content:"✓";position:absolute;left:.2rem;color:#16a34a}
.service-card{padding:1rem;border-radius:1.25rem;border:1px solid #e5e7eb;background:#fff;display:flex;flex-direction:column;gap:.5rem}
.service-card .icon{font-size:2rem}
.btn-chip{display:inline-flex;align-items:center;justify-content:center;height:2.2rem;padding:0 1rem;border-radius:9999px;background:#ede9fe;color:#4c1d95;font-weight:600}
.price{margin-top:.75rem;font-weight:800;color:#0f172a}
/* Course rows */
.course-row{display:grid;grid-template-columns:120px 1fr auto;gap:1rem;align-items:start;border-bottom:1px solid #e5e7eb;padding-bottom:1rem}
.course-row .thumb{width:100%;height:80px;border-radius:.75rem}
.course-row .course-title{font-weight:700}
.course-row .bullets{display:grid;gap:.25rem;margin-top:.25rem}
.price-col{display:flex;flex-direction:column;align-items:end;gap:.5rem;min-width:140px}
.btn-buy{display:inline-flex;align-items:center;justify-content:center;padding:.5rem .9rem;border-radius:9999px;background:#8b5cf6;color:#fff;font-weight:700}
/* Forms */
.label{display:block;color:#334155;font-weight:600;margin-bottom:.25rem}
.input,.textarea{width:100%;border:1px solid #cbd5e1;border-radius:.75rem;padding:.6rem .8rem}
.input:focus,.textarea:focus{outline:2px solid #a5b4fc;outline-offset:2px}

.icon-bubble{width:44px;height:44px;display:grid;place-items:center;border-radius:14px;
  background:linear-gradient(135deg,#eef2ff,#ede9fe);box-shadow:0 10px 20px -14px rgba(2,6,23,.35)}
.icon-bubble span{font-size:22px}
.tag{display:inline-flex;align-items:center;gap:.4rem;padding:.25rem .6rem;border-radius:9999px;
  background:#f8fafc;border:1px solid #e5e7eb;font-size:.72rem;color:#334155}
.benefit-card{transition:transform .25s ease, box-shadow .25s ease}
.benefit-card:hover{transform:translateY(-2px);box-shadow:0 20px 40px -24px rgba(2,6,23,.25)}

/* --- Proses (timeline) --- */
.step-card{padding:1rem;border-radius:1rem;background:#fff;border:1px solid #e5e7eb;
  box-shadow:0 10px 30px -20px rgba(2,6,23,.25)}
.step{position:relative}
.step-badge{width:42px;height:42px;border-radius:9999px;display:grid;place-items:center;
  font-weight:800;color:#0f172a;background:linear-gradient(135deg,#c7d2fe,#e9d5ff);
  box-shadow:0 12px 24px -12px rgba(2,6,23,.35)}
/* konektor default (mobile: vertikal) */
.step:not(:last-child)::after{
  content:"";position:absolute;left:21px;top:54px;width:2px;
  height:calc(100% + 18px);background:linear-gradient(#e5e7eb,#c7d2fe)
}
/* desktop: konektor horizontal */
@media (min-width:768px){
  .step:not(:last-child)::after{
    left:auto;right:-28px;top:28px;height:2px;width:56px;
    background:linear-gradient(to right,#e5e7eb,#c7d2fe)
}}
/* tag/pill kecil */
.tag{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .55rem;border-radius:9999px;
  background:#f8fafc;border:1px solid #e5e7eb;font-size:.72rem;color:#334155}

.article-card{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:14px;
  box-shadow:0 18px 40px -24px rgba(2,6,23,.25);transition:transform .25s ease, box-shadow .25s ease}
.article-card:hover{transform:translateY(-3px);box-shadow:0 28px 60px -28px rgba(2,6,23,.35)}
.article-thumb{aspect-ratio:16/9;border-radius:.75rem;overflow:hidden;background:#f1f5f9;
  background-size:cover;background-position:center}
.badge-cat{display:inline-flex;align-items:center;gap:.4rem;padding:.25rem .6rem;border-radius:9999px;
  background:#eef2ff;border:1px solid #e0e7ff;font-size:.72rem;color:#3730a3}
.meta{font-size:.78rem;color:#64748b}
.readmore{display:inline-flex;align-items:center;gap:.45rem;font-weight:600}
.readmore:hover{opacity:.85}

.short-frame{ padding:1px; border-radius:1.25rem;
  background:linear-gradient(135deg,#e9d5ff,#c7d2fe,#bae6fd);
  box-shadow:0 22px 50px -30px rgba(2,6,23,.28) }
.short-inner{ border-radius:1.15rem }
.short-poster{ background-size:cover; background-position:center; filter:contrast(1.05) saturate(1.05) }
.play-btn{ position:absolute; inset:auto; left:50%; top:50%; transform:translate(-50%,-50%);
  width:56px; height:56px; border-radius:9999px; display:grid; place-items:center;
  box-shadow:0 10px 30px -12px rgba(2,6,23,.35); transition:transform .2s ease; }
.play-btn:hover{ transform:translate(-50%,-50%) scale(1.05) }


/* === Testimonial styles === */
.snap-hide-scrollbar::-webkit-scrollbar{display:none}
.snap-hide-scrollbar{scrollbar-width:none}

.t-frame{position:relative;border-radius:1.25rem;padding:1px;
  background:linear-gradient(135deg,#e9d5ff,#c7d2fe,#bae6fd)}
.t-card{position:relative;background:#fff;border-radius:1.2rem;padding:1rem 1.1rem;
  box-shadow:0 22px 50px -30px rgba(2,6,23,.28);
  transition:transform .25s ease, box-shadow .25s ease}
.t-card:hover{transform:translateY(-3px);box-shadow:0 30px 70px -32px rgba(2,6,23,.36)}

.avatar{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;
  font-weight:800;color:#0f172a;
  background:linear-gradient(135deg,#eef2ff,#ede9fe);
  box-shadow:0 10px 24px -16px rgba(2,6,23,.35)}

.badge{display:inline-flex;align-items:center;gap:.4rem;padding:.2rem .55rem;border-radius:9999px;
  border:1px solid #dbeafe;background:#eff6ff;color:#1d4ed8;font-size:.72rem}

.stars{letter-spacing:.15em;color:#f59e0b;font-size:.9rem;line-height:1}

/* dekorasi tanda kutip; hapus/komentari baris ini jika tidak ingin tampil */
.quote-mark{position:absolute;right:14px;bottom:-6px;font-size:88px;line-height:1;color:#e5e7eb;pointer-events:none}




