/* ── DEWATASLOT888RUSH — SHARED JEWSON TEMPLATE CSS ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: Arial, sans-serif; background: #fff; color: #333; font-size: 14px; line-height: 1.6; }
a { color: #006b3c; text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; }

/* TOPBAR */
.topbar { background: #004d2e; color: #fff; font-size: 12px; padding: 6px 20px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 6px; }
.topbar a { color: #b2d8c0; margin-left: 14px; font-size: 12px; }
.topbar a:hover { color: #fff; text-decoration: none; }

/* NAVBAR */
.navbar { background: #fff; border-bottom: 2px solid #004d2e; padding: 0 20px; }
.navbar-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; gap: 16px; height: 64px; flex-wrap: wrap; padding: 8px 0; }
.brand-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; flex-shrink: 0; }
.brand-logo img { height: 40px; }
.brand-logo span { font-size: 18px; font-weight: 900; color: #004d2e; letter-spacing: -0.5px; }
.brand-logo:hover { text-decoration: none; }
.nav-search { flex: 1; display: flex; min-width: 180px; }
.nav-search input { width: 100%; padding: 8px 12px; border: 1px solid #ccc; border-right: none; border-radius: 3px 0 0 3px; font-size: 14px; }
.nav-search button { background: #004d2e; color: #fff; border: none; padding: 8px 14px; border-radius: 0 3px 3px 0; cursor: pointer; font-size: 13px; }
.nav-actions { display: flex; gap: 8px; flex-shrink: 0; }
.btn-login  { background: #fff; color: #004d2e; border: 1px solid #004d2e; padding: 7px 16px; border-radius: 3px; font-size: 13px; font-weight: 700; cursor: pointer; text-decoration: none; display: inline-block; }
.btn-daftar { background: #004d2e; color: #fff; border: none; padding: 7px 16px; border-radius: 3px; font-size: 13px; font-weight: 700; cursor: pointer; text-decoration: none; display: inline-block; }
.btn-login:hover, .btn-daftar:hover { text-decoration: none; opacity: 0.9; }

/* CATEGORY BAR */
.catbar { background: #006b3c; overflow-x: auto; }
.catbar-inner { max-width: 1200px; margin: 0 auto; display: flex; }
.catbar a { color: #fff; font-size: 13px; font-weight: 600; padding: 10px 16px; white-space: nowrap; display: block; }
.catbar a:hover { background: rgba(255,255,255,0.15); text-decoration: none; }
.catbar a.active { background: rgba(255,255,255,0.2); border-bottom: 2px solid #fff; }

/* PROMO STRIP */
.promo-strip { background: #f5f5f5; border-bottom: 1px solid #ddd; padding: 8px 20px; }
.promo-strip-inner { max-width: 1200px; margin: 0 auto; display: flex; gap: 24px; flex-wrap: wrap; }
.promo-strip span { font-size: 12px; color: #555; }
.promo-strip span::before { content: "✓ "; color: #006b3c; font-weight: bold; }

/* BREADCRUMB */
.breadcrumb-bar { background: #fff; border-bottom: 1px solid #eee; padding: 8px 20px; font-size: 12px; color: #777; }
.breadcrumb-bar .bc-inner { max-width: 1200px; margin: 0 auto; }
.breadcrumb-bar a { color: #006b3c; }

/* PAGE HERO */
.page-hero { background: linear-gradient(135deg, #004d2e 0%, #006b3c 100%); color: #fff; padding: 48px 20px 40px; text-align: center; }
.page-hero h1 { font-size: clamp(22px, 4vw, 36px); font-weight: 900; margin-bottom: 10px; }
.page-hero p { font-size: 15px; color: #b2d8c0; max-width: 640px; margin: 0 auto; }

/* MAIN CONTENT WRAPPER */
.main-wrap { max-width: 1200px; margin: 0 auto; padding: 40px 20px; }
.content-wrap { max-width: 860px; margin: 0 auto; padding: 40px 20px; }

/* SECTION TITLE */
.section-title { font-size: 18px; font-weight: 800; color: #004d2e; border-bottom: 2px solid #004d2e; padding-bottom: 8px; margin-bottom: 24px; }
.section-title-sm { font-size: 16px; font-weight: 800; color: #1a1a1a; margin-bottom: 14px; margin-top: 32px; }

/* CARD GRID */
.card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 20px; margin-bottom: 40px; }
.card { border: 1px solid #ddd; border-radius: 6px; padding: 20px; background: #fff; }
.card-icon { font-size: 32px; margin-bottom: 12px; }
.card h3 { font-size: 15px; font-weight: 800; color: #004d2e; margin-bottom: 8px; }
.card p { font-size: 13px; color: #555; line-height: 1.7; }
.card-green { border-left: 4px solid #004d2e; }

/* TWO COL */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
@media (max-width: 640px) { .two-col { grid-template-columns: 1fr; } }

/* CONTACT CARDS */
.contact-card { border: 1px solid #ddd; border-radius: 6px; padding: 24px; text-align: center; }
.contact-card .c-icon { font-size: 40px; margin-bottom: 10px; }
.contact-card h3 { font-size: 16px; font-weight: 800; color: #004d2e; margin-bottom: 6px; }
.contact-card p { font-size: 13px; color: #555; margin-bottom: 14px; }
.btn-contact { display: inline-block; background: #004d2e; color: #fff; padding: 10px 24px; border-radius: 3px; font-size: 13px; font-weight: 700; }
.btn-contact:hover { background: #006b3c; text-decoration: none; color: #fff; }
.btn-contact-outline { display: inline-block; border: 1px solid #004d2e; color: #004d2e; padding: 10px 24px; border-radius: 3px; font-size: 13px; font-weight: 700; }
.btn-contact-outline:hover { background: #004d2e; color: #fff; text-decoration: none; }

/* INFO BOX */
.info-box { background: #e8f5ee; border: 1px solid #b2d8c0; border-radius: 6px; padding: 16px 20px; margin: 20px 0; font-size: 13px; color: #004d2e; }
.info-box strong { font-weight: 800; }
.warning-box { background: #fff3e0; border: 1px solid #ffcc80; border-radius: 6px; padding: 16px 20px; margin: 20px 0; font-size: 13px; color: #7a4000; }
.danger-box { background: #fde8e8; border: 1px solid #f5b8b8; border-radius: 6px; padding: 16px 20px; margin: 20px 0; font-size: 13px; color: #7a0000; }

/* DOC STYLES */
.doc h2 { font-size: 17px; font-weight: 800; color: #004d2e; margin: 32px 0 10px; padding-bottom: 6px; border-bottom: 1px solid #ddd; }
.doc h2:first-child { margin-top: 0; }
.doc p { font-size: 14px; color: #444; margin-bottom: 12px; line-height: 1.75; }
.doc ul, .doc ol { padding-left: 20px; margin-bottom: 14px; }
.doc li { font-size: 14px; color: #444; margin-bottom: 6px; line-height: 1.7; }
.doc li::marker { color: #004d2e; }

/* TABS */
.tab-bar { display: flex; gap: 4px; border-bottom: 2px solid #004d2e; margin-bottom: 24px; flex-wrap: wrap; }
.tab-btn { background: #f5f5f5; border: 1px solid #ddd; border-bottom: none; padding: 10px 20px; font-size: 13px; font-weight: 700; color: #555; cursor: pointer; border-radius: 3px 3px 0 0; }
.tab-btn.active { background: #004d2e; color: #fff; border-color: #004d2e; }
.tab-panel { display: none; }
.tab-panel.active { display: block; }

/* STEP LIST */
.step-list { counter-reset: steps; list-style: none; padding: 0; }
.step-list li { counter-increment: steps; display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px; }
.step-list li::before { content: counter(steps); background: #004d2e; color: #fff; width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 800; flex-shrink: 0; margin-top: 2px; }
.step-list li .step-text strong { font-size: 14px; color: #1a1a1a; display: block; margin-bottom: 4px; }
.step-list li .step-text span { font-size: 13px; color: #555; }

/* COMBO TABLE */
.combo-table { width: 100%; border-collapse: collapse; margin: 16px 0 24px; font-size: 13px; }
.combo-table th { background: #004d2e; color: #fff; padding: 10px 14px; text-align: left; font-weight: 700; }
.combo-table td { padding: 9px 14px; border-bottom: 1px solid #eee; color: #444; }
.combo-table tr:nth-child(even) td { background: #f9fdf9; }
.combo-table .badge { background: #004d2e; color: #fff; font-size: 11px; padding: 2px 7px; border-radius: 10px; font-weight: 700; }

/* FAQ */
.faq-item { border-bottom: 1px solid #eee; padding: 14px 0; }
.faq-item h3 { font-size: 14px; font-weight: 700; color: #1a1a1a; margin-bottom: 6px; }
.faq-item p { font-size: 14px; color: #555; line-height: 1.7; }

/* QUIZ */
.quiz-wrap { background: #f9fdf9; border: 1px solid #b2d8c0; border-radius: 6px; padding: 24px; margin: 24px 0; }
.quiz-wrap h3 { font-size: 16px; font-weight: 800; color: #004d2e; margin-bottom: 16px; }
.quiz-q { margin-bottom: 14px; }
.quiz-q p { font-size: 13px; font-weight: 700; color: #1a1a1a; margin-bottom: 8px; }
.quiz-q label { display: block; font-size: 13px; color: #444; margin-bottom: 5px; cursor: pointer; }
.quiz-q input[type=radio] { margin-right: 6px; accent-color: #004d2e; }
.btn-quiz { background: #004d2e; color: #fff; border: none; padding: 10px 24px; border-radius: 3px; font-size: 14px; font-weight: 700; cursor: pointer; margin-top: 8px; }
.quiz-result { margin-top: 14px; padding: 14px; border-radius: 6px; font-size: 14px; font-weight: 700; display: none; }
.quiz-result.low  { background: #e8f5ee; color: #004d2e; }
.quiz-result.high { background: #fde8e8; color: #7a0000; }

/* STATS ROW */
.stats-row { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 16px; margin: 24px 0; }
.stat-box { text-align: center; padding: 16px; border: 1px solid #ddd; border-radius: 6px; }
.stat-box .stat-num { font-size: 24px; font-weight: 900; color: #004d2e; }
.stat-box .stat-label { font-size: 12px; color: #777; margin-top: 4px; }

/* FOOTER */
.footer-top { background: #004d2e; color: #fff; padding: 32px 20px; }
.footer-top-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 24px; }
.footer-col h4 { font-size: 13px; font-weight: 800; margin-bottom: 12px; text-transform: uppercase; letter-spacing: 0.5px; color: #fff; }
.footer-col a { display: block; color: #b2d8c0; font-size: 13px; margin-bottom: 7px; }
.footer-col a:hover { color: #fff; text-decoration: none; }
.footer-bottom { background: #003320; color: #888; padding: 14px 20px; font-size: 12px; text-align: center; border-top: 1px solid rgba(255,255,255,0.08); }
.footer-bottom a { color: #b2d8c0; margin: 0 6px; }

/* FLOAT CTA */
.float-cta { position: fixed; bottom: 0; left: 0; right: 0; background: #004d2e; display: flex; justify-content: center; gap: 8px; padding: 8px 16px; z-index: 999; }
.float-cta a { flex: 1; max-width: 180px; background: #fff; color: #004d2e; text-align: center; padding: 9px 8px; border-radius: 3px; font-size: 12px; font-weight: 800; display: flex; align-items: center; justify-content: center; gap: 5px; }
.float-cta a.gold { background: #f4a900; color: #1a0000; }
.float-cta a:hover { text-decoration: none; opacity: 0.9; }
.float-cta img { height: 16px; }

/* RESPONSIVE */
@media (max-width: 600px) {
  .topbar { flex-direction: column; gap: 6px; text-align: center; }
  .topbar a { margin-left: 8px; }
  .navbar-inner { height: auto; flex-wrap: wrap; padding: 10px 0; gap: 8px; }
  .brand-logo span { font-size: 15px; }
  .float-cta a { font-size: 10px; padding: 8px 4px; }
  .card-grid { grid-template-columns: 1fr; }
}
