
*{box-sizing:border-box;margin:0;padding:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}
body{background:#f7f8fc;color:#111827}
a{text-decoration:none;color:inherit}
.ov-header{background:linear-gradient(90deg,#ff6cab,#7366ff);color:#fff;box-shadow:0 4px 12px rgba(0,0,0,.08)}
.ov-topbar{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;font-size:13px}
.ov-brand a{font-weight:800;font-size:22px;letter-spacing:.06em;text-transform:uppercase}
.ov-tagline{opacity:.92}
.ov-nav{display:flex;align-items:center;gap:10px;padding:8px 12px 10px;font-size:13px;background:rgba(0,0,0,.08);backdrop-filter:blur(6px);overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}
.ov-nav::-webkit-scrollbar{display:none}
.ov-nav{scrollbar-width:none}
.ov-nav>a,.ov-nav-dropdown>a{display:inline-flex;align-items:center;justify-content:center;padding:6px 14px;border-radius:999px;font-weight:500;background:rgba(255,255,255,.06);transition:all .18s ease}
.ov-nav>a:hover,.ov-nav-dropdown>a:hover{background:rgba(255,255,255,.22)}
.ov-nav-dropdown{position:relative}
.ov-nav-dropdown-menu{position:absolute;top:120%;left:0;min-width:160px;background:#fff;color:#111827;border-radius:12px;box-shadow:0 10px 30px rgba(15,23,42,.18);padding:8px;display:none;z-index:50}
.ov-nav-dropdown:hover .ov-nav-dropdown-menu{display:block}
.ov-nav-dropdown-menu a{display:block;padding:6px 10px;border-radius:8px;font-size:12px}
.ov-nav-dropdown-menu a:hover{background:#f3f4ff}
@media(max-width:768px){.ov-nav-dropdown-menu{display:none!important}}
.ov-container{max-width:1200px;margin:18px auto 40px;padding:0 12px 0}
.ov-hero-slider{position:relative;margin-bottom:18px;border-radius:24px;overflow:hidden;box-shadow:0 14px 40px rgba(15,23,42,.1)}
.ov-hero-track{position:relative;width:100%;height:210px}
.ov-hero-slide{position:absolute;inset:0;opacity:0;transform:translateX(8px);transition:all .5s ease;display:flex;align-items:center}
.ov-hero-slide.is-active{opacity:1;transform:translateX(0);z-index:2}
.ov-hero-slide-bg{position:absolute;inset:0;background-size:cover;background-position:center;filter:blur(2px);transform:scale(1.04)}
.ov-hero-slide-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(17,24,39,.84),rgba(79,70,229,.4))}
.ov-hero-slide-content{position:relative;padding:20px;max-width:80%;color:#fff}
.ov-hero-slide-content h1{font-size:22px;font-weight:800;margin-bottom:6px}
.ov-hero-slide-content p{font-size:13px;opacity:.95;max-width:520px}
.ov-hero-slide-actions{margin-top:12px}
.ov-hero-dots{position:absolute;bottom:10px;right:14px;display:flex;gap:6px}
.ov-hero-dot{width:8px;height:8px;border-radius:999px;border:none;background:rgba(255,255,255,.4);cursor:pointer;padding:0}
.ov-hero-dot.is-active{width:18px;background:#fff}
.ov-btn{padding:8px 14px;border-radius:999px;font-size:13px;font-weight:600;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:6px;box-shadow:0 8px 20px rgba(79,70,229,.22);background:#4f46e5;color:#fff}
.ov-btn-outline{background:#fff;color:#4f46e5;box-shadow:none;border:1px solid rgba(79,70,229,.22)}
.ov-hero{display:grid;grid-template-columns:minmax(0,2.2fr) minmax(260px,1.4fr);gap:16px;margin-bottom:22px}
.ov-hero-main{background:linear-gradient(135deg,#fff,#fdf2ff);padding:20px;border-radius:24px;box-shadow:0 14px 40px rgba(15,23,42,.06)}
.ov-hero-title{font-size:22px;font-weight:800;margin-bottom:8px;color:#111827}
.ov-hero-sub{font-size:14px;opacity:.9;margin-bottom:12px}
.ov-hero-tags{display:flex;flex-wrap:wrap;gap:6px;font-size:11px}
.ov-pill{padding:4px 8px;border-radius:999px;background:#eef2ff;color:#4f46e5;font-weight:500}
.ov-hero-cta{margin-top:14px;display:flex;flex-wrap:wrap;gap:8px}
.ov-hero-side{background:linear-gradient(135deg,#ffedd5,#fee2e2);padding:16px;border-radius:24px;box-shadow:0 14px 40px rgba(15,23,42,.06);display:flex;flex-direction:column;gap:8px;font-size:12px}
.ov-hero-side-title{font-weight:700;font-size:14px;margin-bottom:4px}
.ov-hero-side-list{list-style:none;display:grid;gap:2px}
.ov-grid-title{display:flex;justify-content:space-between;align-items:center;margin:10px 2px 6px;font-size:14px;font-weight:600}
.ov-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px}
.ov-card{background:#fff;border-radius:16px;padding:8px;display:flex;flex-direction:column;gap:4px;box-shadow:0 6px 16px rgba(15,23,42,.06);transition:all .18s ease}
.ov-card:hover{transform:translateY(-3px);box-shadow:0 10px 26px rgba(15,23,42,.1)}
.ov-card-img-wrap{width:100%;padding-top:100%;border-radius:12px;overflow:hidden;background:linear-gradient(135deg,#e5e7eb,#f3e8ff);position:relative}
.ov-card-img-wrap img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.ov-card-title{font-size:13px;font-weight:600;min-height:30px}
.ov-card-price{font-size:13px;font-weight:700;color:#16a34a}
.ov-card-tagline{font-size:10px;color:#6b7280}
.ov-card-btn{margin-top:4px;align-self:flex-start;padding:5px 9px;border-radius:999px;background:#4f46e5;color:#fff;font-size:10px;font-weight:600;border:none;cursor:pointer}
.ov-label{font-size:11px;padding:2px 6px;border-radius:999px;background:#eef2ff;color:#4b5563;display:inline-block;margin-right:4px}
.ov-article-list{display:grid;gap:10px;margin-top:8px}
.ov-article-item{background:#fff;padding:10px;border-radius:14px;box-shadow:0 6px 14px rgba(15,23,42,.06)}
.ov-article-item-title{font-size:14px;font-weight:600;margin-bottom:4px}
.ov-article-item-meta{font-size:10px;color:#9ca3af;margin-bottom:4px}
.ov-article-item-excerpt{font-size:12px;color:#4b5563}
.ov-section-title{font-size:16px;font-weight:700;margin:12px 2px 4px}
.ov-footer{margin-top:40px;padding:14px 12px 18px;background:#111827;color:#9ca3af;font-size:11px}
.ov-footer-inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:2px}
@media(max-width:768px){
  .ov-hero{grid-template-columns:1fr}
  .ov-topbar{flex-direction:column;align-items:flex-start;gap:2px}
  .ov-nav{font-size:12px;gap:8px}
  .ov-hero-track{height:210px}
  .ov-hero-slide-content{max-width:90%;padding:16px}
  .ov-hero-slide-content h1{font-size:18px}
  .ov-hero-slide-content p{font-size:12px}
}

/* === Tombol Edit & Hapus rapi === */
.btn {
  display: inline-block;
  font-size: 13px;
  padding: 6px 10px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.2s ease-in-out;
}
.btn-sm {
  font-size: 12px;
  padding: 5px 9px;
}
.btn-primary {
  background: #4f46e5;
  color: #fff;
  border: 1px solid #4f46e5;
}
.btn-primary:hover {
  background: #4338ca;
}
.btn-outline-danger {
  color: #dc2626;
  border: 1px solid #dc2626;
}
.btn-outline-danger:hover {
  background: #dc2626;
  color: #fff;
}
