/* MarketingClerks Blog Bright UI */
html,body{min-height:100%!important}
body{
  background:
    radial-gradient(circle at 8% 10%,rgba(255,122,26,.10),transparent 270px),
    radial-gradient(circle at 92% 8%,rgba(236,26,167,.10),transparent 300px),
    radial-gradient(circle at 50% 100%,rgba(123,53,255,.09),transparent 360px),
    linear-gradient(180deg,#fffaff 0%,#f8fbff 42%,#fff 100%)!important;
  background-attachment:fixed!important;
}

/* Header/topbar override khusus halaman blog yang memuat CSS ini */
body .site-header,
body header.site-header,
body .site-header-premium,
body .main-header,
body .navbar,
body .topbar{
  background:rgba(255,255,255,.94)!important;
  backdrop-filter:blur(16px)!important;
  border-bottom:1px solid #edf0f7!important;
  box-shadow:0 12px 32px rgba(17,19,60,.06)!important;
}
body .site-header a,
body header.site-header a,
body .site-header-premium a,
body .main-header a,
body .navbar a,
body .topbar a,
body .nav a,
body .ms-dropdown button{
  color:#17133f!important;
}
body .site-header .btn-primary,
body .site-header-premium .btn-primary,
body .main-header .btn-primary,
body .navbar .btn-primary,
body .site-header .btn-small{
  color:#fff!important;
  background:linear-gradient(90deg,#ff7a1a,#ff4d65,#ec1aa7)!important;
  box-shadow:0 12px 26px rgba(236,26,167,.18)!important;
  border:0!important;
}
body .site-header .btn-ghost,
body .site-header-premium .btn-ghost{
  color:#17133f!important;
  background:#fff!important;
  border:1px solid #e7eaf2!important;
}
body .site-main,
body main,
body .main,
body .page-wrap,
body .page-wrap-premium,
body .container.page-wrap,
body .content,
body .content-wrapper{
  background:transparent!important;
}

.mbg-page{
  max-width:1240px;
  margin:0 auto;
  padding:28px 20px 44px;
  --navy:#17133f;
  --muted:#74708c;
  --line:#edf0f7;
  --orange:#ff7a1a;
  --pink:#ec1aa7;
  --purple:#7b35ff;
  --blue:#467df4;
  --green:#32b851;
  background:transparent!important;
  position:relative;
  isolation:isolate;
}
.mbg-page:before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:
    radial-gradient(circle at 15% 18%,rgba(255,186,105,.18),transparent 240px),
    radial-gradient(circle at 85% 20%,rgba(236,26,167,.12),transparent 260px),
    radial-gradient(circle at 50% 92%,rgba(70,125,244,.10),transparent 340px),
    linear-gradient(180deg,#fffaff 0%,#f8fbff 48%,#fff 100%);
}
.mbg-hero{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  padding:32px;
  border-radius:26px;
  border:1px solid var(--line);
  background:
    radial-gradient(circle at 10% 15%,rgba(236,26,167,.16),transparent 220px),
    radial-gradient(circle at 80% 20%,rgba(255,122,26,.18),transparent 260px),
    linear-gradient(90deg,#fff,#fff9fd);
  box-shadow:0 18px 42px rgba(17,19,60,.06);
  margin-bottom:20px;
}
.mbg-badge,.mbg-mini-badge{
  display:inline-flex;
  padding:8px 13px;
  border-radius:999px;
  color:var(--purple);
  background:#f4efff;
  font-weight:900;
  font-size:.84rem;
  margin-bottom:12px;
}
.mbg-hero h1{
  margin:0 0 10px;
  max-width:840px;
  font-size:2.55rem;
  letter-spacing:-.045em;
  line-height:1.1;
  color:var(--navy);
}
.mbg-hero p{
  margin:0;
  max-width:820px;
  color:var(--muted);
  line-height:1.75;
  font-size:1.03rem;
}
.mbg-hero-points{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:18px;
}
.mbg-hero-points span{
  display:inline-flex;
  gap:6px;
  align-items:center;
  padding:9px 12px;
  border-radius:999px;
  background:#fff;
  border:1px solid #f0edf7;
  color:#5f5a78;
  font-weight:800;
  box-shadow:0 10px 24px rgba(17,19,60,.04);
}
.mbg-hero-points b{color:var(--orange)}
.mbg-hero-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}
.mbg-btn-primary,.mbg-btn-light{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 18px;
  border-radius:13px;
  text-decoration:none;
  border:0;
  font-weight:900;
  cursor:pointer;
}
.mbg-btn-primary{
  color:#fff!important;
  background:linear-gradient(90deg,#ff7a1a,#ff4d65,#e014a8);
  box-shadow:0 15px 30px rgba(236,26,167,.17);
}
.mbg-btn-light{
  color:var(--navy)!important;
  background:#fff;
  border:1px solid #e7eaf2;
  box-shadow:0 12px 26px rgba(17,19,60,.06);
}
.mbg-btn-primary.full{width:100%}

.mbg-featured{
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:24px;
  align-items:center;
  padding:24px;
  margin:20px 0;
  border:1px solid var(--line);
  border-radius:24px;
  background:#fff;
  box-shadow:0 18px 42px rgba(17,19,60,.055);
}
.mbg-featured-media{
  height:340px;
  border-radius:20px;
  overflow:hidden;
  background:linear-gradient(135deg,#fff2dc,#f7efff);
  display:grid;
  place-items:center;
}
.mbg-featured-media img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.mbg-featured-placeholder{
  font-size:4rem;
}
.mbg-featured-body h2{
  margin:0 0 12px;
  color:var(--navy);
  font-size:2rem;
  letter-spacing:-.04em;
  line-height:1.18;
}
.mbg-featured-body p{
  color:var(--muted);
  line-height:1.75;
  margin:0 0 16px;
}

.mbg-layout{
  display:grid;
  grid-template-columns:minmax(0,1.65fr) minmax(330px,.75fr);
  gap:20px;
}
.mbg-main,.mbg-side{
  display:flex;
  flex-direction:column;
  gap:20px;
}
.mbg-card{
  border:1px solid var(--line);
  border-radius:20px;
  background:#fff!important;
  box-shadow:0 16px 38px rgba(17,19,60,.055);
  padding:24px;
  margin-bottom:20px;
}
.mbg-card-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  margin-bottom:18px;
}
.mbg-card h2,.mbg-card-head h2{
  margin:0 0 7px;
  color:var(--navy);
  font-size:1.35rem;
  letter-spacing:-.025em;
}
.mbg-card-head p{
  margin:0;
  color:var(--muted);
  line-height:1.65;
}
.mbg-search-box input{
  width:260px;
  max-width:100%;
  padding:13px 14px;
  border:1px solid #dfe5f0;
  border-radius:999px;
  font:inherit;
  color:var(--navy);
  outline:none;
}
.mbg-search-box input:focus{
  border-color:#b997ff;
  box-shadow:0 0 0 4px rgba(123,53,255,.10);
}

.mbg-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.mbg-post-card{
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border:1px solid #edf0f7;
  border-radius:20px;
  background:#fff;
  box-shadow:0 14px 32px rgba(17,19,60,.045);
  transition:.18s;
}
.mbg-post-card:hover{
  transform:translateY(-3px);
  box-shadow:0 22px 48px rgba(17,19,60,.09);
}
.mbg-post-image{
  position:relative;
  height:175px;
  background:linear-gradient(135deg,#fff2dc,#f7efff);
  display:grid;
  place-items:center;
  overflow:hidden;
  text-decoration:none;
}
.mbg-post-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.mbg-post-placeholder{
  font-size:3rem;
}
.mbg-post-image span{
  position:absolute;
  left:14px;
  top:14px;
  padding:7px 10px;
  border-radius:999px;
  color:#fff;
  background:rgba(23,19,63,.82);
  font-weight:900;
  font-size:.8rem;
}
.mbg-post-body{
  padding:18px;
}
.mbg-meta{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin-bottom:10px;
}
.mbg-meta span{
  display:inline-flex;
  padding:6px 9px;
  border-radius:999px;
  font-size:.76rem;
  font-weight:900;
  background:#f4efff;
  color:#7b35ff;
}
.mbg-post-body h3{
  margin:0 0 8px;
  font-size:1.1rem;
  line-height:1.3;
}
.mbg-post-body h3 a{
  color:var(--navy);
  text-decoration:none;
}
.mbg-post-body p{
  min-height:72px;
  margin:0 0 14px;
  color:var(--muted);
  line-height:1.65;
}
.mbg-read-link{
  color:#ec1aa7;
  text-decoration:none;
  font-weight:900;
}
.mbg-pagination{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
  margin-top:24px;
}
.mbg-pagination a,.mbg-pagination span{
  display:inline-flex;
  min-height:42px;
  align-items:center;
  padding:0 14px;
  border-radius:999px;
  text-decoration:none;
  font-weight:900;
}
.mbg-pagination a{
  color:#fff;
  background:linear-gradient(90deg,#ff7a1a,#ec1aa7);
}
.mbg-pagination span{
  color:#5f5a78;
  background:#fff;
  border:1px solid #edf0f7;
}

.mbg-topic-list{
  display:flex;
  flex-direction:column;
  gap:12px;
}
.mbg-topic-list a{
  display:grid;
  grid-template-columns:46px 1fr;
  gap:12px;
  align-items:center;
  padding:13px;
  border-radius:15px;
  border:1px solid #eceff7;
  text-decoration:none;
  background:#fff;
  transition:.16s;
}
.mbg-topic-list a:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 28px rgba(17,19,60,.08);
}
.mbg-topic-list i{
  display:grid;
  place-items:center;
  width:46px;
  height:46px;
  border-radius:13px;
  color:#fff;
  font-style:normal;
  font-weight:900;
}
.mbg-topic-list i.orange{background:linear-gradient(135deg,#ffbd67,#ff7a1a)}
.mbg-topic-list i.green{background:linear-gradient(135deg,#67d87b,#32b851)}
.mbg-topic-list i.purple{background:linear-gradient(135deg,#b875ff,#7b35ff)}
.mbg-topic-list i.blue{background:linear-gradient(135deg,#7fabff,#467df4)}
.mbg-topic-list b{
  display:block;
  color:var(--navy);
}
.mbg-topic-list small{
  display:block;
  color:var(--muted);
  margin-top:3px;
}
.mbg-cta-card{
  background:
    radial-gradient(circle at 80% 10%,rgba(255,196,75,.20),transparent 90px),
    linear-gradient(135deg,#fbf2ff,#fff)!important;
}
.mbg-cta-card span{
  display:inline-flex;
  padding:8px 12px;
  border-radius:999px;
  background:#fff4df;
  color:#ff7a1a;
  font-weight:900;
  margin-bottom:12px;
}
.mbg-cta-card p{
  color:var(--muted);
  line-height:1.7;
}
.mbg-guide ol{
  margin:0;
  padding:0;
  list-style:none;
  display:flex;
  flex-direction:column;
  gap:14px;
}
.mbg-guide li{
  display:grid;
  grid-template-columns:26px 1fr;
  gap:10px;
}
.mbg-guide li:before{
  content:counter(list-item);
  display:grid;
  place-items:center;
  width:26px;
  height:26px;
  border-radius:50%;
  background:#f4efff;
  color:#7b35ff;
  font-weight:900;
}
.mbg-guide b{
  display:block;
  color:var(--navy);
}
.mbg-guide span{
  display:block;
  color:var(--muted);
  line-height:1.55;
}
.mbg-empty{
  text-align:center;
  padding:44px 20px;
  border:1px dashed #e4dafb;
  border-radius:20px;
  background:#fcfaff;
}
.mbg-empty div{
  font-size:3rem;
}
.mbg-empty h3{
  margin:10px 0 8px;
  color:var(--navy);
}
.mbg-empty p{
  color:var(--muted);
  line-height:1.7;
}

@media(max-width:1180px){
  .mbg-layout{grid-template-columns:1fr}
  .mbg-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:900px){
  .mbg-featured{grid-template-columns:1fr}
}
@media(max-width:760px){
  body{background-attachment:scroll!important}
  .mbg-page{padding:20px 14px 36px}
  .mbg-hero{flex-direction:column;align-items:flex-start;padding:24px}
  .mbg-hero h1{font-size:1.85rem}
  .mbg-featured{padding:18px}
  .mbg-featured-media{height:240px}
  .mbg-featured-body h2{font-size:1.55rem}
  .mbg-grid{grid-template-columns:1fr}
  .mbg-card-head{flex-direction:column}
  .mbg-search-box,.mbg-search-box input{width:100%}
  .mbg-hero-actions{width:100%;flex-direction:column}
  .mbg-btn-primary,.mbg-btn-light{width:100%}
}
