@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
:root{--green:#0b7a3b;--green2:#16a34a;--dark:#06351e;--soft:#effaf3;--mint:#dcfce7;--gold:#f5b642;--text:#143428;--muted:#64748b;--border:#e5e7eb;--white:#fff;--shadow:0 18px 45px rgba(2,44,24,.10)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--text);background:#f8fbf8;line-height:1.55}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.topbar{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:10px clamp(16px,4vw,54px);background:rgba(255,255,255,.97);box-shadow:0 10px 35px rgba(6,53,30,.10);position:sticky;top:0;z-index:1000;backdrop-filter:blur(10px)}.brand{display:flex;align-items:center;gap:12px;min-width:240px}.brand-logo-wrap{width:54px;height:54px;border-radius:18px;background:linear-gradient(135deg,#dcfce7,#fff7ed);display:grid;place-items:center;border:1px solid #c7ead4;overflow:hidden}.brand img{width:50px;height:50px;object-fit:contain}.brand b{font-size:26px;line-height:1;color:var(--dark);display:block;letter-spacing:.2px}.brand span{font-size:12px;color:var(--muted);display:block;max-width:290px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav{display:flex;align-items:center;justify-content:flex-end;gap:6px;flex:1;flex-wrap:wrap}.nav a{font-weight:800;font-size:13px;padding:9px 11px;border-radius:15px;color:#173a29;display:flex;gap:5px;align-items:center;white-space:nowrap;transition:.2s}.nav a:hover{background:var(--soft);color:var(--green);transform:translateY(-1px)}.admin-btn{background:linear-gradient(135deg,var(--green),#15803d)!important;color:white!important;padding:12px 22px!important;border-radius:999px!important;box-shadow:0 10px 22px rgba(11,122,59,.25)}.hamb{display:none;background:var(--green);color:white;border:0;border-radius:14px;padding:10px 14px;font-size:22px;cursor:pointer}.hero-slider{height:520px;position:relative;overflow:hidden;background:#064e3b}.slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transition:opacity .75s ease;display:flex;align-items:center}.slide.active{opacity:1}.slide:after{content:"";position:absolute;inset:auto 0 0;height:120px;background:linear-gradient(0deg,rgba(248,251,248,1),rgba(248,251,248,0));pointer-events:none}.slide-content{max-width:720px;margin-left:clamp(24px,7vw,95px);padding:30px;color:white;position:relative;z-index:2}.slide-content .eyebrow{display:inline-flex;align-items:center;gap:8px;background:rgba(245,182,66,.95);padding:8px 15px;border-radius:999px;color:#1b320f;font-weight:900}.slide-content h1{font-size:clamp(34px,5vw,58px);line-height:1.05;margin:18px 0 14px;text-shadow:0 8px 22px rgba(0,0,0,.25)}.slide-content p{font-size:18px;line-height:1.75;max-width:660px;text-shadow:0 2px 10px rgba(0,0,0,.22)}.btn,.wa{display:inline-block;background:linear-gradient(135deg,var(--green),#16a34a);color:white;border:0;border-radius:15px;padding:13px 20px;font-weight:900;cursor:pointer;margin-top:10px;box-shadow:0 14px 26px rgba(11,122,59,.24)}.btn:hover,.wa:hover{filter:brightness(.98);transform:translateY(-1px)}.btn-outline{background:white!important;color:var(--green)!important;border:1px solid var(--green)!important;box-shadow:none}.prev,.next{position:absolute;top:50%;transform:translateY(-50%);border:0;background:rgba(255,255,255,.85);width:46px;height:46px;border-radius:50%;font-size:30px;color:var(--green);cursor:pointer;z-index:3;box-shadow:var(--shadow)}.prev{left:22px}.next{right:22px}.slider-dots{position:absolute;left:50%;bottom:26px;transform:translateX(-50%);display:flex;gap:9px;z-index:4}.slider-dot{width:12px;height:12px;border-radius:999px;border:2px solid white;background:rgba(255,255,255,.4);cursor:pointer}.slider-dot.active{background:var(--gold);width:30px}.section,.quick-menu{padding:62px clamp(18px,6vw,88px)}.section-title{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:26px}.section h2,.quick-menu h2{font-size:clamp(26px,3vw,38px);color:var(--dark);margin:0}.section-subtitle,.quick-menu>p{color:var(--muted);margin:8px 0 0}.light{background:var(--soft)}.white{background:#fff}.grid{display:grid;gap:22px}.menu-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.cards{grid-template-columns:repeat(3,minmax(0,1fr))}.menu-card,.card,.product,.news-card,.feature-card{background:white;border:1px solid var(--border);border-radius:24px;padding:22px;box-shadow:var(--shadow)}.menu-card{text-align:center;transition:.25s}.menu-card:hover{transform:translateY(-6px);box-shadow:0 20px 42px rgba(11,122,59,.16)}.menu-card .icon{font-size:35px;width:66px;height:66px;background:var(--soft);border-radius:22px;display:grid;place-items:center;margin:0 auto 12px}.menu-card b{display:block;color:var(--dark);margin:8px 0;font-size:17px}.menu-card small{color:var(--muted)}.news-card{overflow:hidden;padding:0}.news-card img{height:180px;width:100%;object-fit:cover;background:#e5e7eb}.news-card .news-body{padding:20px}.badge{display:inline-flex;background:#dcfce7;color:var(--green);font-weight:900;border-radius:999px;padding:5px 12px;font-size:12px;margin-bottom:10px}.card h3,.product h3,.news-card h3{color:var(--green);margin:0 0 8px}.card p,.product p,.news-card p{color:#475569}.image-card img{height:180px;width:100%;object-fit:cover;border-radius:18px;margin-bottom:15px;background:#e5e7eb}.product{display:flex;gap:16px;align-items:flex-start}.product img{width:140px;height:140px;object-fit:cover;border-radius:18px;flex:0 0 auto;background:#e5e7eb}.product b{color:var(--dark);font-size:17px}.feature-card{display:flex;gap:16px}.feature-card .feature-icon{width:58px;height:58px;border-radius:20px;background:#dcfce7;display:grid;place-items:center;font-size:28px;flex:0 0 auto}.complaint-section{background:radial-gradient(circle at top left,#15803d,transparent 40%),linear-gradient(135deg,#052914,#0b7a3b);color:white}.complaint-section h2{color:white}.complaint-box{display:grid;grid-template-columns:1fr 1.15fr;gap:32px;align-items:start}.complaint-note{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);border-radius:16px;padding:14px;margin-top:14px}.form-public{background:white;border-radius:26px;padding:24px;display:grid;gap:12px;color:#123;box-shadow:0 20px 55px rgba(0,0,0,.18)}.form-public input,.form-public select,.form-public textarea{width:100%;padding:14px;border:1px solid var(--border);border-radius:14px;font-family:inherit}.form-public textarea{height:118px;resize:vertical}.direct-wa-large{display:block;background:#25D366;color:white!important;border-radius:18px;padding:16px 18px;text-align:center;font-weight:900;margin-bottom:14px;box-shadow:0 12px 25px rgba(37,211,102,.25)}.direct-wa-large:hover{filter:brightness(.96);transform:translateY(-1px)}.footer{background:#052914;color:white;padding:30px clamp(18px,6vw,88px);display:flex;justify-content:space-between;gap:20px}.footer b{font-size:22px}.footer span{color:#d1fae5}.alert{background:#e8fff1;border-left:5px solid var(--green);padding:12px;border-radius:10px;margin:12px 0}.welcome-modal{position:fixed;inset:0;background:rgba(4,34,18,.68);backdrop-filter:blur(6px);display:none;align-items:center;justify-content:center;z-index:9999;padding:22px}.welcome-modal.show{display:flex;animation:fadeIn .25s ease}.welcome-card{position:relative;width:min(540px,100%);background:linear-gradient(180deg,#ffffff,#effaf3);border-radius:30px;padding:30px 28px 26px;text-align:center;box-shadow:0 30px 80px rgba(0,0,0,.35);border:1px solid rgba(255,255,255,.7);overflow:hidden}.welcome-card:before{content:"";position:absolute;inset:0 0 auto 0;height:9px;background:linear-gradient(90deg,#0b7a3b,#f5b642,#0b7a3b)}.welcome-logo{width:126px;height:126px;object-fit:contain;margin:8px auto 4px;filter:drop-shadow(0 10px 20px rgba(0,0,0,.18))}.welcome-badge{display:inline-block;background:#dcfce7;color:#0b7a3b;border:1px solid #b7efc5;border-radius:999px;padding:7px 15px;font-weight:900;font-size:13px;letter-spacing:.5px}.welcome-card h2{margin:14px 0 10px;color:var(--dark);font-size:30px;line-height:1.2}.welcome-card p{color:#315043;line-height:1.65;margin:0 auto 18px;max-width:455px}.welcome-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.welcome-close{position:absolute;right:16px;top:12px;width:36px;height:36px;border:0;border-radius:50%;background:#f1f5f9;color:#0f172a;font-size:24px;line-height:1;cursor:pointer}.welcome-close:hover{background:#fee2e2;color:#b91c1c}@keyframes fadeIn{from{opacity:0}to{opacity:1}}
@media(max-width:1180px){.brand{min-width:auto}.nav{display:none;position:absolute;top:78px;left:14px;right:14px;background:white;padding:14px;border-radius:0 0 22px 22px;box-shadow:0 18px 45px rgba(0,0,0,.12);flex-wrap:wrap;justify-content:flex-start}.nav.show{display:flex}.hamb{display:block}.menu-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.topbar{min-height:70px}.brand-logo-wrap{width:46px;height:46px}.brand img{width:42px;height:42px}.brand b{font-size:21px}.brand span{display:none}.hero-slider{height:560px}.slide-content{margin:0 20px;padding:20px}.prev,.next{display:none}.menu-grid,.cards,.complaint-box{grid-template-columns:1fr}.product,.feature-card{flex-direction:column}.product img{width:100%;height:210px}.footer{flex-direction:column}.welcome-card{padding:26px 18px 22px}.welcome-card h2{font-size:24px}.welcome-logo{width:100px;height:100px}}

/* Detail page and read buttons */
.read-more{display:inline-flex;align-items:center;justify-content:center;gap:7px;background:#fff;color:var(--green);border:1.5px solid #b7efc5;border-radius:999px;padding:10px 15px;font-weight:900;margin-top:12px;box-shadow:0 10px 22px rgba(11,122,59,.08);transition:.2s}.read-more:hover{background:var(--green);color:#fff;transform:translateY(-1px)}.read-more.disabled{background:#f8fafc;color:#64748b;border-color:#e5e7eb}.button-row{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-top:12px}.wa.small{padding:10px 15px;border-radius:999px;margin-top:0}.detail-main{background:#f8fbf8}.detail-hero{display:grid;grid-template-columns:minmax(320px,44%) 1fr;gap:34px;align-items:center;padding:48px clamp(18px,6vw,88px);background:radial-gradient(circle at top left,#dcfce7,transparent 38%),linear-gradient(135deg,#f7fff9,#ffffff);border-bottom:1px solid #d7f2df}.detail-hero-img{border-radius:34px;overflow:hidden;box-shadow:0 24px 60px rgba(2,44,24,.16);background:#e5e7eb;min-height:320px}.detail-hero-img img{width:100%;height:100%;min-height:320px;object-fit:cover}.detail-hero-text h1{font-size:clamp(32px,4vw,54px);line-height:1.08;margin:12px 0;color:var(--dark)}.detail-hero-text p{font-size:18px;color:#475569;line-height:1.75}.detail-hero-text small{color:var(--muted);font-weight:700}.price-big{font-size:30px;font-weight:950;color:var(--green);margin:15px 0 4px}.detail-content{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:26px;align-items:start}.content-box,.detail-side,.detail-empty{background:#fff;border:1px solid var(--border);border-radius:28px;padding:28px;box-shadow:var(--shadow)}.content-box h2,.content-box h3,.detail-side h3{color:var(--dark);margin-top:0}.article-body{font-size:17px;line-height:1.9;color:#334155}.detail-actions{display:flex;gap:10px;flex-wrap:wrap;border-top:1px solid var(--border);margin-top:24px;padding-top:18px}.info-list{list-style:none;margin:0;padding:0;display:grid;gap:12px}.info-list li{border:1px solid #e6f4ea;background:#f8fffb;border-radius:18px;padding:14px}.info-list b{display:block;color:var(--green);font-size:13px;margin-bottom:3px}.info-list span{color:#334155;font-weight:700}.product-detail-hero{background:radial-gradient(circle at top left,#fff7ed,transparent 36%),linear-gradient(135deg,#ffffff,#effaf3)}.tourism-detail-hero{background:radial-gradient(circle at top right,#dbeafe,transparent 35%),linear-gradient(135deg,#ffffff,#effaf3)}
@media(max-width:900px){.detail-hero,.detail-content{grid-template-columns:1fr}.detail-content{padding-top:34px}.detail-side{order:-1}.detail-hero-img{min-height:240px}.detail-hero-img img{min-height:240px}.button-row{align-items:stretch}.button-row .read-more,.button-row .wa{width:100%;text-align:center}.detail-actions .read-more,.detail-actions .wa{width:100%;text-align:center}}


/* Grid post rapi dan pembatas karakter */
.post-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
  align-items:stretch;
}
.post-card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:26px;
  overflow:hidden;
  box-shadow:var(--shadow);
  display:flex;
  flex-direction:column;
  min-height:100%;
  transition:.22s ease;
}
.post-card:hover{transform:translateY(-5px);box-shadow:0 22px 55px rgba(2,44,24,.14)}
.post-media{display:block;height:198px;background:#e5e7eb;overflow:hidden}
.post-media img{width:100%;height:100%;object-fit:cover;transition:.35s ease}
.post-card:hover .post-media img{transform:scale(1.04)}
.post-body{padding:20px;display:flex;flex-direction:column;gap:10px;flex:1}
.post-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:32px}
.post-meta small{color:var(--muted);font-size:12px;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:140px}
.post-title,.clamp-title{
  color:var(--dark)!important;
  margin:0!important;
  font-size:19px;
  line-height:1.35;
  min-height:52px;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.post-excerpt,.clamp-text{
  color:#475569!important;
  margin:0!important;
  line-height:1.65;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.post-excerpt{min-height:78px}
.price-tag{display:block;color:var(--green);font-size:18px;margin-top:auto}.card-actions{margin-top:auto}.read-more.full{width:100%;text-align:center}.product-post .post-body,.tourism-post .post-body{min-height:272px}.mini-post-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.mini-post .post-body{min-height:260px}.small-icon{width:42px!important;height:42px!important;border-radius:15px!important;font-size:22px!important}.equal-card{display:flex;flex-direction:column;min-height:238px}.equal-card small{margin-top:auto;color:#475569;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.service-grid .card h3{min-height:52px}
@media(max-width:1180px){.post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mini-post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:720px){.post-grid,.mini-post-grid{grid-template-columns:1fr}.post-media{height:220px}.post-title{min-height:auto}.post-excerpt{min-height:auto}.product-post .post-body,.tourism-post .post-body,.mini-post .post-body{min-height:auto}}

/* =========================================================
   SEMOGA FONT SYSTEM - Poppins & typography hierarchy
   ========================================================= */
html, body, button, input, select, textarea, table, a, p, span, small, label {
  font-family: 'Poppins', Arial, Helvetica, sans-serif !important;
}
body {
  font-weight: 400;
  letter-spacing: -0.01em;
}
strong, b {
  font-weight: 800;
}
/* Brand & navigation */
.brand b,
.admin-btn,
.nav a,
.menu-card b,
.btn,
.wa,
.read-more,
.direct-wa-large {
  font-weight: 800 !important;
}
.brand span,
.section-subtitle,
.quick-menu > p,
.card p,
.product p,
.news-card p,
.post-excerpt,
.clamp-text,
.detail-text,
.footer span {
  font-weight: 400 !important;
}
/* Judul utama harus tebal dan rapi */
h1,
.slide-content h1,
.detail-hero-text h1,
.section h1,
.quick-menu h1 {
  font-weight: 900 !important;
  letter-spacing: -0.04em;
}
h2,
.section h2,
.quick-menu h2,
.detail-content h2,
.welcome-card h2 {
  font-weight: 800 !important;
  letter-spacing: -0.035em;
}
h3,
.card h3,
.product h3,
.news-card h3,
.post-title,
.clamp-title,
.detail-content h3,
.panel-title {
  font-weight: 800 !important;
  letter-spacing: -0.025em;
}
/* Subjudul dan meta */
.eyebrow,
.badge,
.post-meta small,
.price-tag,
.stat-label,
.detail-meta,
.detail-side b {
  font-weight: 700 !important;
}
/* Isi paragraf dibuat nyaman dibaca */
p,
li,
.card small,
.menu-card small,
.detail-content p,
.detail-content li {
  font-weight: 400;
  line-height: 1.75;
}
/* Judul kartu dibuat konsisten, tidak terlalu panjang secara visual */
.post-title,
.clamp-title,
.card h3,
.menu-card b {
  overflow-wrap: anywhere;
}
/* Form tetap seragam */
.form-public input,
.form-public select,
.form-public textarea {
  font-weight: 500;
}
.form-public input::placeholder,
.form-public textarea::placeholder {
  font-weight: 400;
  color: #94a3b8;
}


/* =========================================================
   SEMOGA AI CHAT WIDGET & PAGE
   ========================================================= */
.semoga-ai-widget{position:fixed;right:22px;bottom:22px;z-index:9800;font-family:'Poppins',sans-serif}.semoga-ai-fab{border:0;border-radius:999px;padding:13px 18px;background:linear-gradient(135deg,#047857,#16a34a);color:white;box-shadow:0 18px 45px rgba(4,120,87,.35);display:flex;align-items:center;gap:10px;cursor:pointer;font-weight:900}.semoga-ai-fab span{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.2)}.semoga-ai-panel{position:absolute;right:0;bottom:64px;width:min(410px,calc(100vw - 30px));background:#fff;border:1px solid #dbeafe;border-radius:24px;box-shadow:0 28px 80px rgba(15,23,42,.28);overflow:hidden;display:none}.semoga-ai-widget.open .semoga-ai-panel{display:block;animation:aiPop .22s ease-out}.semoga-ai-head{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;background:linear-gradient(135deg,#052e16,#047857);color:white}.semoga-ai-head b{display:block;font-weight:900}.semoga-ai-head small{display:block;opacity:.87;font-weight:500}.semoga-ai-head button{border:0;background:rgba(255,255,255,.14);color:white;border-radius:12px;width:34px;height:34px;font-size:24px;cursor:pointer}.semoga-ai-messages,.semoga-ai-page-messages{height:320px;overflow:auto;padding:16px;background:#f8fafc;display:flex;flex-direction:column;gap:11px}.ai-msg{max-width:88%;padding:12px 14px;border-radius:18px;font-size:13.5px;line-height:1.6;white-space:normal;word-break:break-word}.ai-msg.bot{align-self:flex-start;background:white;border:1px solid #e2e8f0;color:#0f172a}.ai-msg.user{align-self:flex-end;background:#dcfce7;color:#052e16;border:1px solid #bbf7d0}.ai-msg.link-msg{font-size:12px;color:#047857}.semoga-ai-form{padding:13px;background:#fff;border-top:1px solid #e2e8f0}.semoga-ai-form input{width:100%;border:1px solid #dbe3ef;border-radius:14px;padding:12px 13px;font-family:'Poppins',sans-serif;margin-bottom:9px}.ai-input-row{display:flex;gap:8px}.ai-input-row input{margin:0;flex:1}.ai-input-row button,.ai-page-side button{border:0;background:#047857;color:#fff;border-radius:14px;padding:0 16px;font-weight:800;cursor:pointer}.ai-suggestions{display:flex;gap:8px;padding:0 13px 14px;flex-wrap:wrap}.ai-suggestions button{border:1px solid #bbf7d0;background:#f0fdf4;color:#047857;border-radius:999px;padding:8px 11px;font-weight:700;cursor:pointer;font-size:12px}.ai-hero-page{padding:58px 6vw;background:linear-gradient(135deg,#052e16,#047857 60%,#bbf7d0)}.ai-hero-card{display:grid;grid-template-columns:170px 1fr;gap:28px;align-items:center;background:rgba(255,255,255,.94);border-radius:32px;padding:34px;box-shadow:0 25px 80px rgba(0,0,0,.18)}.ai-logo-big{width:156px;height:156px;border-radius:34px;background:white;display:grid;place-items:center;box-shadow:0 14px 50px rgba(2,44,24,.18);overflow:hidden}.ai-logo-big img{width:125px;height:125px;object-fit:contain}.ai-hero-card h1{font-size:clamp(32px,4vw,58px);margin:8px 0;color:#052e16}.ai-hero-card p{max-width:850px;color:#334155}.ai-topic-grid{display:flex;gap:9px;flex-wrap:wrap;margin-top:18px}.ai-topic-grid span{background:#ecfdf5;color:#047857;border:1px solid #bbf7d0;border-radius:999px;padding:8px 12px;font-weight:800}.ai-page-layout{display:grid;grid-template-columns:1fr 310px;gap:24px;max-width:1180px;margin:auto}.ai-page-chat{background:#fff;border:1px solid #e2e8f0;border-radius:28px;overflow:hidden;box-shadow:0 16px 60px rgba(15,23,42,.10)}.semoga-ai-page-messages{height:460px}.ai-page-side{background:#f8fafc;border:1px solid #e2e8f0;border-radius:28px;padding:24px}.ai-page-side h3{margin-top:0;color:#052e16}.ai-page-side button{width:100%;padding:13px;margin:0 0 10px;text-align:left;background:#ecfdf5;color:#047857;border:1px solid #bbf7d0}.ai-page-side p{font-size:13px;color:#64748b}.ai-page-form{padding:18px}.ai-page-form .ai-input-row button{padding:0 22px}@keyframes aiPop{from{opacity:0;transform:translateY(10px) scale(.97)}to{opacity:1;transform:none}}@media(max-width:840px){.ai-hero-card{grid-template-columns:1fr;text-align:center}.ai-logo-big{margin:auto}.ai-page-layout{grid-template-columns:1fr}.semoga-ai-widget{right:14px;bottom:14px}.semoga-ai-fab b{display:none}.semoga-ai-page-messages{height:390px}}


/* =========================================================
   FIX TAMPILAN BLANK HERO + STABILISASI LAYOUT SEMOGA
   ========================================================= */
body{background:#f7fbf8!important;min-height:100vh;}
main{display:block;background:#f7fbf8;}
.topbar{width:100%;}
.nav a[href*="semoga-ai"]{background:#f0fdf4;color:#047857;border:1px solid #bbf7d0;}
.hero-slider.semoga-hero-fixed{height:560px;min-height:560px;position:relative;overflow:hidden;background:linear-gradient(135deg,#052e16,#047857)!important;isolation:isolate;}
.hero-slider.semoga-hero-fixed .slide{position:absolute;inset:0;display:flex!important;align-items:center;justify-content:flex-start;background-size:cover;background-position:center;opacity:0;visibility:hidden;z-index:0;transition:opacity .65s ease,visibility .65s ease;pointer-events:none;}
.hero-slider.semoga-hero-fixed .slide:first-child{opacity:1;visibility:visible;z-index:1;}
.hero-slider.semoga-hero-fixed .slide.active{opacity:1!important;visibility:visible!important;z-index:2!important;pointer-events:auto;}
.hero-slider.semoga-hero-fixed .slide:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 16% 28%,rgba(255,255,255,.18),transparent 32%),linear-gradient(90deg,rgba(2,44,24,.96),rgba(2,68,40,.68),rgba(2,68,40,.12));z-index:1;pointer-events:none;}
.hero-slider.semoga-hero-fixed .slide:after{content:"";position:absolute;left:0;right:0;bottom:0;height:130px;background:linear-gradient(0deg,#f7fbf8,rgba(247,251,248,0));z-index:1;pointer-events:none;}
.hero-slider.semoga-hero-fixed .slide-content{display:block!important;visibility:visible!important;opacity:1!important;position:relative!important;z-index:4!important;max-width:760px;margin-left:clamp(22px,7vw,98px);padding:34px 30px;color:#fff!important;}
.hero-slider.semoga-hero-fixed .slide-content .eyebrow{display:inline-flex!important;background:#f8c35b!important;color:#102b17!important;border:1px solid rgba(255,255,255,.35);box-shadow:0 10px 25px rgba(0,0,0,.14);}
.hero-slider.semoga-hero-fixed .slide-content h1{display:block!important;color:#fff!important;font-size:clamp(34px,5vw,64px)!important;line-height:1.05!important;margin:20px 0 14px!important;text-shadow:0 12px 34px rgba(0,0,0,.38);max-width:760px;}
.hero-slider.semoga-hero-fixed .slide-content p{display:block!important;color:#f0fdf4!important;font-size:18px!important;line-height:1.8!important;max-width:670px;text-shadow:0 3px 16px rgba(0,0,0,.38);}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px;}
.btn-light{background:#fff!important;color:#047857!important;box-shadow:0 14px 26px rgba(255,255,255,.20)!important;}
.hero-slider.semoga-hero-fixed .prev,.hero-slider.semoga-hero-fixed .next{z-index:8;}
.hero-slider.semoga-hero-fixed .slider-dots{z-index:8;}
.section,.quick-menu{position:relative;z-index:1;}
@media(max-width:900px){.hero-slider.semoga-hero-fixed{height:620px;min-height:620px}.hero-slider.semoga-hero-fixed .slide-content{margin-left:0;padding:32px 22px}.hero-actions .btn{width:100%;text-align:center}}
@media(max-width:1180px){.nav a[href*="semoga-ai"]{background:transparent;border:0}}

/* =========================================================
   FIX ISI BERANDA SEMOGA.id - konten selalu tampil
   ========================================================= */
.hero-moga.semoga-hero-fixed{
  min-height:640px!important;
  height:auto!important;
  display:grid!important;
  grid-template-columns:minmax(0,1.2fr) 360px;
  align-items:center;
  gap:36px;
  padding:70px clamp(18px,6vw,88px) 78px;
  position:relative;
  overflow:hidden;
  background:linear-gradient(135deg,#052e16 0%,#047857 58%,#bbf7d0 100%)!important;
  color:#fff;
}
.hero-moga .hero-bg{position:absolute;inset:0;z-index:0;background:radial-gradient(circle at 78% 16%,rgba(255,255,255,.22),transparent 23%),radial-gradient(circle at 15% 40%,rgba(245,182,66,.22),transparent 28%),linear-gradient(0deg,rgba(5,46,22,.20),rgba(5,46,22,.20));}
.hero-moga:after{content:"";position:absolute;left:0;right:0;bottom:0;height:140px;background:linear-gradient(0deg,#fff,rgba(255,255,255,0));z-index:1;pointer-events:none;}
.hero-visible-content{position:relative;z-index:3;max-width:850px;display:block!important;opacity:1!important;visibility:visible!important;}
.hero-visible-content .eyebrow{display:inline-flex;align-items:center;gap:8px;background:#f8c35b;color:#102b17;border-radius:999px;padding:9px 16px;font-weight:900;box-shadow:0 12px 30px rgba(0,0,0,.18);}
.hero-visible-content h1{font-size:clamp(54px,8vw,112px)!important;line-height:.92!important;margin:22px 0 4px!important;color:#fff!important;font-weight:950!important;letter-spacing:-.06em;text-shadow:0 20px 60px rgba(0,0,0,.34);}
.hero-visible-content h2{font-size:clamp(24px,3vw,42px);line-height:1.12;margin:0 0 18px;color:#fef9c3;font-weight:900;letter-spacing:-.03em;}
.hero-visible-content p{font-size:18px;line-height:1.85;color:#f0fdf4;max-width:760px;text-shadow:0 5px 18px rgba(0,0,0,.20);}
.btn-gold{background:linear-gradient(135deg,#f59e0b,#fbbf24)!important;color:#1f2937!important;}
.hero-stat-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:28px;max-width:760px;}
.hero-stat-row div{background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(8px);border-radius:20px;padding:14px 16px;}
.hero-stat-row b{display:block;color:#fff;font-size:24px;line-height:1;font-weight:950;}
.hero-stat-row span{display:block;color:#dcfce7;font-size:12px;margin-top:6px;font-weight:700;}
.hero-card-info{position:relative;z-index:3;background:rgba(255,255,255,.95);color:#052e16;border-radius:34px;padding:28px;text-align:center;box-shadow:0 30px 80px rgba(0,0,0,.24);border:1px solid rgba(255,255,255,.55);}
.hero-card-info img{width:190px;height:190px;object-fit:contain;margin:0 auto 10px;filter:drop-shadow(0 16px 30px rgba(2,44,24,.25));}
.hero-card-info b{display:block;font-size:32px;font-weight:950;letter-spacing:-.04em;}
.hero-card-info span{display:block;color:#047857;font-size:16px;font-weight:900;margin-bottom:10px;}
.hero-card-info small{display:block;color:#64748b;font-weight:600;line-height:1.65;}
.profil-grid{display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:22px;}
.profil-card{background:#fff;border:1px solid var(--border);border-radius:28px;padding:26px;box-shadow:var(--shadow);}
.profil-card.wide{background:radial-gradient(circle at right top,#dcfce7,transparent 35%),#fff;}
.profil-card h3{margin:14px 0 8px;color:#052e16;font-weight:900;}
.profil-card p{color:#475569;margin:0;line-height:1.8;}
.feature-icon{width:58px;height:58px;border-radius:20px;background:#dcfce7;color:#047857;display:grid;place-items:center;font-size:28px;}
.desa-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;}
.desa-pill{background:#fff;border:1px solid #bbf7d0;border-radius:18px;padding:15px 16px;font-weight:900;color:#052e16;box-shadow:0 10px 22px rgba(2,44,24,.07);}
.post-card,.menu-card,.card,.profil-card{transition:.22s ease;}
.post-card:hover,.menu-card:hover,.card:hover,.profil-card:hover{transform:translateY(-4px);box-shadow:0 24px 55px rgba(2,44,24,.14);}
@media(max-width:1180px){.hero-moga.semoga-hero-fixed{grid-template-columns:1fr;}.hero-card-info{max-width:430px}.profil-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.desa-grid{grid-template-columns:repeat(3,minmax(0,1fr));}.hero-stat-row{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:720px){.hero-moga.semoga-hero-fixed{padding:48px 18px 58px;min-height:auto!important}.hero-visible-content h1{font-size:58px!important}.hero-actions .btn{width:100%;text-align:center}.hero-card-info{display:none}.profil-grid,.desa-grid{grid-template-columns:1fr}.hero-stat-row{grid-template-columns:1fr}.post-grid,.menu-grid,.cards{grid-template-columns:1fr!important;}}

/* =========================================================
   FINAL FOOTER + SEMOGA AI NAVIGATION GLOBAL
   ========================================================= */
.footer-complete{
  background:radial-gradient(circle at top left, rgba(22,163,74,.28), transparent 34%),linear-gradient(135deg,#031f12,#052914 52%,#064e3b)!important;
  color:#fff!important;
  padding:0!important;
  display:block!important;
  border-top:1px solid rgba(255,255,255,.12);
}
.footer-main{
  width:min(1180px,calc(100% - 36px));
  margin:0 auto;
  padding:48px 0 34px;
  display:grid;
  grid-template-columns:1.35fr 1fr 1.05fr;
  gap:34px;
  align-items:start;
}
.footer-brand-row{display:flex;align-items:center;gap:15px;margin-bottom:16px}.footer-logo-wrap{width:68px;height:68px;border-radius:24px;background:#fff;display:grid;place-items:center;box-shadow:0 16px 35px rgba(0,0,0,.25);border:1px solid rgba(255,255,255,.4);overflow:hidden;flex:0 0 auto}.footer-logo-wrap img{width:58px;height:58px;object-fit:contain}.footer-brand-block b{font-size:30px!important;line-height:1;display:block;font-weight:900!important;color:#fff}.footer-brand-block span,.footer-col p,.footer-bottom span{color:#d1fae5!important}.footer-brand-block p{color:#e9fff1;line-height:1.75;margin:14px 0 0;max-width:520px}.footer-role-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}.footer-role-tags span{background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.15);border-radius:999px;padding:8px 11px;font-size:12px;font-weight:800;color:#fff!important}.footer-col h3{margin:0 0 16px;color:#fff;font-size:18px;font-weight:900}.footer-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.footer-links a{display:flex;align-items:center;gap:8px;padding:10px 12px;border-radius:14px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.10);color:#ecfdf5;font-weight:750;transition:.2s}.footer-links a:hover{background:rgba(255,255,255,.16);transform:translateY(-2px);color:#fff}.footer-contact p{margin:0 0 12px;color:#d1fae5}.footer-contact b{color:#fff;font-weight:900}.footer-action-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.footer-wa,.footer-ai-link{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px;padding:12px 16px;font-weight:900}.footer-wa{background:#25D366;color:#052914!important}.footer-ai-link{background:#f5b642;color:#2a1a00!important}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding:16px clamp(18px,6vw,88px);display:flex;align-items:center;justify-content:space-between;gap:12px;background:rgba(0,0,0,.14);font-size:13px}.semoga-ai-mini-nav{position:fixed;right:22px;bottom:88px;z-index:9790;background:#fff;color:#047857!important;border:1px solid #bbf7d0;border-radius:999px;padding:10px 14px;font-size:13px;font-weight:900;box-shadow:0 14px 35px rgba(2,44,24,.18);display:inline-flex;align-items:center;gap:7px}.semoga-ai-mini-nav:hover{background:#ecfdf5;transform:translateY(-1px)}.ai-suggestions a{border:1px solid #bbf7d0;background:#fff7ed;color:#92400e;border-radius:999px;padding:8px 11px;font-weight:800;font-size:12px}.nav a[href*="semoga-ai.php"],.nav a[href*="semoga-ai"]{background:#ecfdf5;color:#047857;border:1px solid #bbf7d0;font-weight:900}.nav a[href*="semoga-ai.php"]:hover,.nav a[href*="semoga-ai"]:hover{background:#dcfce7}.detail-main + .footer-complete,.footer-complete{margin-top:0}.section:last-of-type{border-bottom:0}
@media(max-width:980px){.footer-main{grid-template-columns:1fr 1fr}.footer-brand-block{grid-column:1/-1}.footer-bottom{flex-direction:column;text-align:center}.semoga-ai-mini-nav{right:14px;bottom:80px}}
@media(max-width:680px){.footer-main{grid-template-columns:1fr;width:min(100% - 28px);padding:36px 0 26px}.footer-links{grid-template-columns:1fr}.footer-brand-row{align-items:flex-start}.footer-brand-block b{font-size:25px!important}.footer-logo-wrap{width:58px;height:58px;border-radius:20px}.footer-logo-wrap img{width:50px;height:50px}.footer-action-row a{width:100%}.semoga-ai-mini-nav{font-size:0;width:44px;height:44px;padding:0;justify-content:center;bottom:80px}.semoga-ai-mini-nav::first-letter{font-size:20px}.semoga-ai-widget{z-index:9800}.semoga-ai-panel{bottom:62px}}

/* =========================================================
   SEMOGA PARALLAX SLIDER - FINAL
   ========================================================= */
.semoga-parallax-hero{
  position:relative;
  min-height:680px;
  overflow:hidden;
  isolation:isolate;
  background:#052e16;
  color:#fff;
}
.semoga-parallax-track,
.parallax-slide,
.parallax-bg,
.parallax-overlay{
  position:absolute;
  inset:0;
}
.parallax-slide{
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:scale(1.02);
  transition:opacity .85s ease, visibility .85s ease, transform 1.2s ease;
}
.parallax-slide.active{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:scale(1);
  z-index:2;
}
.parallax-bg{
  background-size:cover;
  background-position:center;
  transform:scale(1.12);
  transition:transform 8s ease, background-position .25s ease-out;
  will-change:transform, background-position;
  filter:saturate(1.08) contrast(1.02);
}
.parallax-slide.active .parallax-bg{
  transform:scale(1.06);
}
.parallax-overlay{
  z-index:1;
  background:
    radial-gradient(circle at 82% 18%, rgba(255,255,255,.22), transparent 24%),
    radial-gradient(circle at 16% 35%, rgba(245,182,66,.28), transparent 26%),
    linear-gradient(90deg, rgba(3,31,18,.96) 0%, rgba(4,80,50,.78) 46%, rgba(4,80,50,.24) 100%);
}
.parallax-content{
  position:relative;
  z-index:5;
  width:min(760px, calc(100% - 44px));
  margin-left:clamp(22px, 7vw, 96px);
  padding-top:132px;
  will-change:transform;
}
.parallax-content .eyebrow{
  display:inline-flex!important;
  align-items:center;
  gap:8px;
  background:rgba(245, 182, 66, .98)!important;
  color:#17300f!important;
  border-radius:999px;
  padding:9px 17px;
  font-weight:900!important;
  box-shadow:0 14px 30px rgba(0,0,0,.18);
}
.parallax-content h1{
  margin:22px 0 16px!important;
  color:#fff!important;
  font-size:clamp(38px, 5.6vw, 74px)!important;
  line-height:1.02!important;
  font-weight:950!important;
  letter-spacing:-.055em;
  text-shadow:0 18px 55px rgba(0,0,0,.44);
  max-width:780px;
}
.parallax-content p{
  margin:0;
  color:#ecfdf5!important;
  font-size:clamp(15px, 1.25vw, 19px)!important;
  line-height:1.82!important;
  max-width:710px;
  text-shadow:0 7px 22px rgba(0,0,0,.35);
}
.parallax-shape{
  position:absolute;
  z-index:3;
  border-radius:999px;
  will-change:transform;
  pointer-events:none;
}
.shape-one{
  width:300px;
  height:300px;
  right:11%;
  top:95px;
  background:radial-gradient(circle, rgba(245,182,66,.34), rgba(245,182,66,0) 68%);
}
.shape-two{
  width:420px;
  height:420px;
  right:-120px;
  bottom:60px;
  background:radial-gradient(circle, rgba(220,252,231,.28), rgba(220,252,231,0) 67%);
}
.parallax-side-card{
  position:absolute;
  right:clamp(22px, 5vw, 82px);
  top:138px;
  z-index:7;
  width:330px;
  padding:23px;
  border-radius:30px;
  background:rgba(255,255,255,.92);
  color:#052e16;
  border:1px solid rgba(255,255,255,.72);
  box-shadow:0 30px 85px rgba(0,0,0,.28);
  backdrop-filter:blur(14px);
  will-change:transform;
}
.parallax-side-card img{
  width:122px;
  height:122px;
  object-fit:contain;
  margin:0 auto 12px;
  filter:drop-shadow(0 14px 28px rgba(2,44,24,.20));
}
.parallax-side-card b{
  display:block;
  font-size:31px!important;
  line-height:1;
  font-weight:950!important;
  letter-spacing:-.045em;
  text-align:center;
}
.parallax-side-card span{
  display:block;
  text-align:center;
  color:#047857!important;
  font-weight:900!important;
  margin:8px 0 10px;
}
.parallax-side-card small{
  display:block;
  text-align:center;
  color:#53656a;
  font-weight:600;
  line-height:1.65;
}
.parallax-stat-card{
  position:absolute!important;
  left:clamp(22px, 7vw, 96px);
  right:clamp(22px, 5vw, 82px);
  bottom:68px;
  z-index:7;
  max-width:none!important;
  display:grid!important;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:12px;
  margin:0!important;
  will-change:transform;
}
.parallax-stat-card div{
  background:rgba(255,255,255,.14)!important;
  border:1px solid rgba(255,255,255,.22)!important;
  backdrop-filter:blur(11px);
  border-radius:22px!important;
  padding:15px 17px!important;
  box-shadow:0 14px 35px rgba(0,0,0,.16);
}
.parallax-stat-card b{
  display:block;
  color:#fff!important;
  font-size:25px!important;
  line-height:1;
  font-weight:950!important;
}
.parallax-stat-card span{
  color:#dcfce7!important;
  font-size:12px!important;
  font-weight:800!important;
}
.parallax-control{
  z-index:12!important;
  background:rgba(255,255,255,.92)!important;
  border:1px solid rgba(255,255,255,.65)!important;
  color:#047857!important;
  transition:.2s ease;
}
.parallax-control:hover{
  transform:translateY(-50%) scale(1.05)!important;
  background:#fff!important;
}
.parallax-dots{
  bottom:24px!important;
  z-index:12!important;
}
.parallax-dots .slider-dot{
  width:12px;
  height:12px;
  padding:0;
}
.parallax-dots .slider-dot.active{
  width:34px;
}
.parallax-wave{
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  z-index:6;
  height:135px;
  pointer-events:none;
  background:linear-gradient(0deg,#fff 0%, rgba(255,255,255,.92) 18%, rgba(255,255,255,0) 100%);
}
.semoga-parallax-hero .hero-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:22px;
}
.semoga-parallax-hero .btn{
  border-radius:999px;
  padding:13px 20px;
}
@media(max-width:1180px){
  .semoga-parallax-hero{min-height:740px;}
  .parallax-side-card{right:24px;top:auto;bottom:185px;width:280px;padding:19px;}
  .parallax-side-card img{width:92px;height:92px;}
  .parallax-side-card b{font-size:25px!important;}
  .parallax-content{padding-top:108px;}
  .parallax-content h1{font-size:clamp(36px,7vw,66px)!important;max-width:650px;}
  .parallax-content p{max-width:610px;}
}
@media(max-width:860px){
  .semoga-parallax-hero{min-height:760px;}
  .parallax-content{margin-left:20px;padding-top:90px;width:calc(100% - 40px);}
  .parallax-side-card{display:none;}
  .parallax-stat-card{left:20px;right:20px;bottom:56px;grid-template-columns:repeat(2,minmax(0,1fr));}
  .parallax-control{display:none!important;}
  .parallax-overlay{background:linear-gradient(90deg, rgba(3,31,18,.96), rgba(4,80,50,.76));}
}
@media(max-width:560px){
  .semoga-parallax-hero{min-height:790px;}
  .parallax-content h1{font-size:42px!important;letter-spacing:-.04em;}
  .parallax-content p{font-size:14.5px!important;line-height:1.72!important;}
  .semoga-parallax-hero .hero-actions .btn{width:100%;text-align:center;}
  .parallax-stat-card{grid-template-columns:1fr 1fr;gap:9px;bottom:54px;}
  .parallax-stat-card div{padding:12px!important;border-radius:18px!important;}
  .parallax-stat-card b{font-size:20px!important;}
}
@media(prefers-reduced-motion: reduce){
  .parallax-bg,.parallax-content,.parallax-shape,.parallax-side-card,.parallax-stat-card{transition:none!important;transform:none!important;}
}

/* =========================================================
   FIX FINAL: Parallax slider responsif dan tidak menabrak menu bawah
   ========================================================= */
.semoga-parallax-hero{
  height:clamp(590px, 72vh, 680px) !important;
  min-height:590px !important;
  max-height:680px !important;
  margin:0 0 28px 0 !important;
  overflow:hidden !important;
  display:block !important;
  border-bottom:1px solid #d8f3dc !important;
}
.semoga-parallax-track,
.semoga-parallax-hero .parallax-slide{
  height:100% !important;
  min-height:100% !important;
}
.semoga-parallax-hero + .section,
.semoga-parallax-hero + .quick-menu{
  position:relative !important;
  z-index:9 !important;
  padding-top:74px !important;
}
.parallax-content{
  padding-top:clamp(92px, 12vh, 128px) !important;
  max-width:710px !important;
}
.parallax-content h1{
  font-size:clamp(34px, 4.8vw, 64px) !important;
  max-width:700px !important;
}
.parallax-content p{
  max-width:660px !important;
}
.parallax-side-card{
  top:clamp(110px, 16vh, 145px) !important;
  width:300px !important;
  padding:20px !important;
}
.parallax-side-card img{
  width:104px !important;
  height:104px !important;
}
.parallax-side-card b{
  font-size:28px !important;
}
.parallax-stat-card{
  bottom:56px !important;
  z-index:8 !important;
}
.parallax-stat-card div{
  min-height:72px !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
}
.parallax-wave{
  height:105px !important;
  z-index:6 !important;
}
.parallax-dots{
  bottom:18px !important;
}

@media(max-width:1280px){
  .semoga-parallax-hero{
    height:660px !important;
    min-height:660px !important;
    max-height:none !important;
  }
  .parallax-content{
    max-width:650px !important;
  }
  .parallax-side-card{
    width:270px !important;
    right:24px !important;
  }
}
@media(max-width:1080px){
  .semoga-parallax-hero{
    height:700px !important;
    min-height:700px !important;
  }
  .parallax-side-card{
    display:none !important;
  }
  .parallax-content{
    max-width:760px !important;
    width:calc(100% - 44px) !important;
  }
  .parallax-content h1{
    max-width:760px !important;
  }
}
@media(max-width:760px){
  .semoga-parallax-hero{
    height:760px !important;
    min-height:760px !important;
    margin-bottom:20px !important;
  }
  .parallax-content{
    margin-left:18px !important;
    width:calc(100% - 36px) !important;
    padding-top:82px !important;
  }
  .parallax-content .eyebrow{
    font-size:12px !important;
    padding:8px 12px !important;
  }
  .parallax-content h1{
    font-size:clamp(31px, 10vw, 44px) !important;
    line-height:1.08 !important;
  }
  .parallax-content p{
    font-size:14px !important;
    line-height:1.68 !important;
  }
  .semoga-parallax-hero .hero-actions{
    gap:8px !important;
    margin-top:16px !important;
  }
  .semoga-parallax-hero .hero-actions .btn{
    width:100% !important;
    margin-top:0 !important;
    padding:12px 14px !important;
  }
  .parallax-stat-card{
    left:18px !important;
    right:18px !important;
    bottom:48px !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
  .parallax-stat-card div{
    min-height:64px !important;
    padding:10px 12px !important;
  }
  .parallax-stat-card b{
    font-size:18px !important;
  }
  .parallax-stat-card span{
    font-size:11px !important;
  }
  .semoga-parallax-hero + .section,
  .semoga-parallax-hero + .quick-menu{
    padding-top:58px !important;
  }
}
@media(max-width:420px){
  .semoga-parallax-hero{
    height:820px !important;
    min-height:820px !important;
  }
  .parallax-stat-card{
    grid-template-columns:1fr !important;
    bottom:42px !important;
  }
  .parallax-dots{display:none !important;}
}
