/* =====================================================================
   Lineslot88 — style utama tema (struktur kelas mengikuti konvensi WordPress)
   Palet: merah #C8102E · hitam #131322 · emas #F5B301 · hijau #149A5B
          biru #2255C4 · putih #FFFFFF · latar #F7F7FA
   ===================================================================== */

:root {
  --red: #C8102E;
  --red-dark: #9A0C22;
  --red-deep: #7C0A1C;
  --ink: #131322;
  --ink-2: #1D1D2E;
  --ink-3: #23233A;
  --gold: #F5B301;
  --gold-soft: #FFD65C;
  --green: #149A5B;
  --blue: #2255C4;
  --bg: #F7F7FA;
  --white: #FFFFFF;
  --text: #2A2A38;
  --muted: #6B6B7B;
  --line: #E6E6EF;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(19, 19, 34, 0.10);
  --shadow-lg: 0 18px 44px rgba(19, 19, 34, 0.18);
  --font: 'Plus Jakarta Sans', 'Segoe UI', Tahoma, Arial, sans-serif;
}

/* ------------------------------------------------ reset & base */
*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.65;
  color: var(--text);
  background: var(--bg);
  overflow-x: clip;
}

img { max-width: 100%; height: auto; display: block; }

h1, h2, h3, h4, p, ul, ol, figure, blockquote { margin: 0; overflow-wrap: break-word; }

ul, ol { padding: 0 0 0 22px; }

a { color: var(--red); text-decoration: none; }
a:hover { text-decoration: underline; }

button { font-family: inherit; cursor: pointer; }

.container { width: min(1180px, 100% - 32px); margin-inline: auto; }

.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px;
  margin: -1px; padding: 0;
  overflow: hidden; clip: rect(0 0 0 0);
  border: 0;
}

.skip-link {
  position: absolute; left: 16px; top: -60px; z-index: 2000;
  background: var(--gold); color: var(--ink);
  padding: 10px 18px; border-radius: 8px; font-weight: 800;
  transition: top 0.25s ease;
}
.skip-link:focus { top: 12px; text-decoration: none; }

:focus-visible { outline: 3px solid var(--gold); outline-offset: 2px; border-radius: 4px; }

/* ------------------------------------------------ tombol */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 11px 22px; border-radius: 10px; border: 2px solid transparent;
  font-weight: 800; font-size: 14px; letter-spacing: 0.06em; text-transform: uppercase;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
  white-space: nowrap; cursor: pointer;
}
.btn:hover { text-decoration: none; transform: translateY(-2px); }

.btn-primary {
  background: linear-gradient(160deg, var(--red) 0%, var(--red-dark) 100%);
  color: var(--white);
  border-bottom-color: var(--gold);
  box-shadow: 0 6px 18px rgba(200, 16, 46, 0.35);
}
.btn-primary:hover { box-shadow: 0 10px 24px rgba(200, 16, 46, 0.45); color: var(--gold-soft); }

.btn-gold {
  background: linear-gradient(160deg, var(--gold-soft) 0%, var(--gold) 60%, #D99B00 100%);
  color: var(--ink); box-shadow: 0 6px 18px rgba(245, 179, 1, 0.4);
}
.btn-gold:hover { color: var(--red-deep); }

.btn-outline { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn-outline:hover { background: var(--ink); color: var(--white); }

.btn-outline-light { border-color: rgba(255, 255, 255, 0.7); color: var(--white); background: transparent; }
.btn-outline-light:hover { background: rgba(255, 255, 255, 0.12); color: var(--gold-soft); }

.btn-lg { padding: 15px 30px; font-size: 15px; }
.btn-block { width: 100%; }
.btn-login { border-color: rgba(255, 255, 255, 0.35); color: var(--white); background: transparent; }
.btn-login:hover { border-color: var(--green); background: var(--green); color: var(--white); }

/* ------------------------------------------------ header */
.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: linear-gradient(180deg, #17172A 0%, var(--ink) 100%);
  border-bottom: 2px solid rgba(245, 179, 1, 0.55);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
}
.header-inner { display: flex; align-items: center; gap: 20px; min-height: 68px; }

.site-branding { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.site-logo { display: inline-flex; align-items: center; gap: 10px; }
.site-logo:hover { text-decoration: none; }
.logo-mark { display: inline-flex; gap: 3px; }
.logo-reel {
  width: 20px; height: 26px; border-radius: 4px;
  background: linear-gradient(180deg, var(--gold-soft), var(--gold));
  color: var(--ink); font-size: 13px; font-weight: 800;
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.25);
}
.logo-text { font-size: 20px; font-weight: 800; color: var(--white); letter-spacing: 0.04em; }
.logo-text span { color: var(--gold); }
.logo-text em { font-style: normal; color: var(--red); background: var(--gold); border-radius: 5px; padding: 0 5px; margin-left: 3px; }

.badge-18 {
  background: var(--red); color: var(--white); border: 1px solid var(--gold);
  font-size: 11px; font-weight: 800; padding: 2px 7px; border-radius: 6px; letter-spacing: 0.05em;
}

.main-navigation { margin-left: auto; }
.nav-menu { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.nav-menu a {
  display: block; padding: 9px 13px; border-radius: 8px;
  color: #D9D9E8; font-weight: 700; font-size: 14.5px;
}
.nav-menu a:hover { color: var(--gold-soft); background: rgba(255, 255, 255, 0.07); text-decoration: none; }
.nav-menu .active a { color: var(--gold); background: rgba(245, 179, 1, 0.12); box-shadow: inset 0 -2px 0 var(--gold); }

.header-actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.search-toggle {
  background: transparent; border: 1px solid rgba(255, 255, 255, 0.3);
  color: var(--white); width: 40px; height: 40px; border-radius: 10px;
  display: inline-flex; align-items: center; justify-content: center;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.search-toggle:hover { border-color: var(--gold); color: var(--gold); }

.nav-toggle {
  display: none; flex-direction: column; justify-content: center; gap: 5px;
  width: 42px; height: 40px; background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3); border-radius: 10px; padding: 8px;
}
.nav-toggle span { display: block; height: 2.5px; background: var(--white); border-radius: 2px; transition: transform 0.25s ease, opacity 0.25s ease; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* ------------------------------------------------ search overlay */
.search-overlay {
  position: fixed; inset: 0; z-index: 1200;
  background: rgba(19, 19, 34, 0.92);
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
  display: flex; align-items: flex-start; justify-content: center;
  padding: 10vh 16px 24px; overflow-y: auto;
}
.search-overlay[hidden] { display: none; }
.search-box {
  width: min(660px, 100%); background: var(--white);
  border-radius: 18px; padding: 18px; box-shadow: var(--shadow-lg);
}
.search-input-wrap { display: flex; align-items: center; gap: 10px; border: 2px solid var(--ink); border-radius: 12px; padding: 6px 8px 6px 14px; }
.search-input-wrap svg { color: var(--muted); flex-shrink: 0; }
#search-input {
  flex: 1; border: 0; outline: 0; font-size: 17px; font-family: inherit;
  padding: 8px 0; background: transparent; color: var(--text); min-width: 0;
}
.search-close {
  border: 0; background: var(--bg); color: var(--ink);
  width: 36px; height: 36px; border-radius: 9px; font-size: 22px; line-height: 1;
  flex-shrink: 0;
}
.search-close:hover { background: var(--red); color: var(--white); }
.search-results { margin-top: 12px; max-height: 46vh; overflow-y: auto; }
.result-item {
  display: block; padding: 12px 10px; border-radius: 10px; border-bottom: 1px solid var(--line);
}
.result-item:hover { background: var(--bg); text-decoration: none; }
.result-item strong { display: block; color: var(--ink-2); font-size: 15.5px; }
.result-item:hover strong { color: var(--red); }
.result-item small { color: var(--muted); font-size: 13px; display: block; margin-top: 2px; }
.search-empty { padding: 18px 10px; color: var(--muted); text-align: center; }

/* ------------------------------------------------ tag cloud */
.tag-cloud { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.tag-cloud-label { font-size: 13px; color: var(--muted); align-self: center; font-weight: 700; }
.tag {
  background: var(--white); border: 1.5px solid var(--line);
  border-radius: 999px; padding: 6px 14px; font-size: 13px; font-weight: 700;
  color: var(--ink-2); transition: all 0.18s ease;
}
.tag:hover { border-color: var(--gold); background: var(--gold-soft); color: var(--ink); transform: translateY(-1px); }

/* ------------------------------------------------ hero */
.hero { position: relative; background: var(--ink); overflow: clip; }
.hero-bg {
  position: absolute; inset: 0;
  background: url('/assets/img/hero-bg.jpg') center 30% / cover no-repeat;
  opacity: 0.28;
}
.hero::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(19,19,34,0.55) 0%, rgba(19,19,34,0.82) 70%, var(--ink) 100%);
}
.hero-grid {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 44px;
  align-items: center; padding: 72px 0 84px;
}
.hero-kicker {
  display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
  color: var(--gold-soft); font-weight: 700; font-size: 14px; letter-spacing: 0.04em;
}
.hero-title {
  color: var(--white); font-size: clamp(30px, 4vw, 46px);
  line-height: 1.18; font-weight: 800; margin: 16px 0 14px;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.45);
}
.hero-sub { color: #C9C9DC; font-size: 17px; max-width: 56ch; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 26px; }
.hero-cta.center { justify-content: center; }
.hero-trust {
  list-style: none; padding: 0; margin: 26px 0 0;
  display: grid; grid-template-columns: 1fr 1fr; gap: 9px 18px;
}
.hero-trust li { color: #E4E4F2; font-size: 14px; font-weight: 600; display: flex; align-items: center; gap: 8px; }
.hero-trust li::before {
  content: '\2714'; color: var(--gold); font-weight: 900;
  width: 20px; height: 20px; border-radius: 6px; background: rgba(245, 179, 1, 0.15);
  display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 12px;
}
.hero-media { position: relative; }
.hero-media img {
  border-radius: 18px; border: 3px solid rgba(245, 179, 1, 0.65);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
}
.hero-chip {
  position: absolute; padding: 8px 14px; border-radius: 10px;
  font-size: 13px; font-weight: 800; color: var(--ink);
  box-shadow: var(--shadow); animation: chipFloat 4s ease-in-out infinite;
}
.chip-gold { background: linear-gradient(160deg, var(--gold-soft), var(--gold)); top: -14px; left: -10px; }
.chip-green { background: #37D390; bottom: 66px; right: -12px; animation-delay: 1.2s; }
.chip-blue { background: #6C9BFF; color: var(--white); bottom: -14px; left: 26px; animation-delay: 2.1s; }
@keyframes chipFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* ------------------------------------------------ section umum */
.section { padding: 78px 0; }
.section-head { max-width: 760px; margin: 0 auto 44px; text-align: center; }
.section-eyebrow {
  display: inline-block; color: var(--red); font-weight: 800; font-size: 13px;
  letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 10px;
}
.section-title { font-size: clamp(24px, 3vw, 34px); line-height: 1.25; color: var(--ink-2); font-weight: 800; }
.section-desc { color: var(--muted); margin-top: 12px; font-size: 16.5px; }
.section-dark { background: var(--ink); }
.section-dark .section-title { color: var(--white); }
.section-dark .section-desc { color: #A9A9C2; }
.section-dark .section-eyebrow { color: var(--gold); }

/* ------------------------------------------------ langkah (steps) */
.steps-grid { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: step; }
.step-card {
  background: var(--white); border-radius: var(--radius); padding: 26px 22px;
  box-shadow: var(--shadow); border-top: 4px solid var(--gold);
  transition: transform 0.2s ease, box-shadow 0.2s ease; position: relative;
}
.step-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.step-card:nth-child(2) { border-top-color: var(--green); }
.step-card:nth-child(3) { border-top-color: var(--blue); }
.step-card:nth-child(4) { border-top-color: var(--red); }
.step-num {
  width: 46px; height: 46px; border-radius: 12px;
  background: linear-gradient(160deg, var(--red), var(--red-dark));
  color: var(--white); font-weight: 800; font-size: 20px;
  display: inline-flex; align-items: center; justify-content: center;
  border-bottom: 3px solid var(--gold); margin-bottom: 14px;
}
.step-card h3 { font-size: 17px; margin-bottom: 8px; color: var(--ink-2); }
.step-card p { font-size: 14.5px; color: var(--muted); }

/* ------------------------------------------------ advantages */
.advantages-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.advantage-card {
  background: var(--ink-2); border: 1px solid #2E2E4A; border-radius: var(--radius);
  padding: 26px 22px; transition: border-color 0.2s ease, transform 0.2s ease;
}
.advantage-card:hover { border-color: var(--gold); transform: translateY(-4px); }
.adv-icon {
  width: 52px; height: 52px; border-radius: 14px; font-size: 24px;
  display: inline-flex; align-items: center; justify-content: center; margin-bottom: 14px;
}
.icon-red { background: rgba(200, 16, 46, 0.18); box-shadow: inset 0 0 0 1px rgba(200, 16, 46, 0.45); }
.icon-gold { background: rgba(245, 179, 1, 0.14); box-shadow: inset 0 0 0 1px rgba(245, 179, 1, 0.45); }
.icon-green { background: rgba(20, 154, 91, 0.16); box-shadow: inset 0 0 0 1px rgba(20, 154, 91, 0.45); }
.icon-blue { background: rgba(34, 85, 196, 0.18); box-shadow: inset 0 0 0 1px rgba(34, 85, 196, 0.5); }
.advantage-card h3 { color: var(--white); font-size: 16.5px; margin-bottom: 8px; }
.advantage-card p { color: #A9A9C2; font-size: 14.5px; }

/* ------------------------------------------------ why / mobile split */
.why-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 48px; align-items: center; }
.why-grid-rev { grid-template-columns: 1.1fr 1fr; }
.why-media img { border-radius: 18px; box-shadow: var(--shadow-lg); }
.why-content .section-title { margin-bottom: 14px; }
.why-content > p { color: var(--muted); }
.why-list { list-style: none; padding: 0; margin: 20px 0 24px; display: grid; gap: 13px; }
.why-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; }
.why-list li::before {
  content: '\2714'; color: var(--green); font-weight: 900; flex-shrink: 0;
  width: 22px; height: 22px; border-radius: 7px; background: rgba(20, 154, 91, 0.12);
  display: inline-flex; align-items: center; justify-content: center; font-size: 12px; margin-top: 2px;
}
.feature-list { list-style: none; padding: 0; margin: 20px 0 18px; display: grid; gap: 12px; }
.feature-list li { padding-left: 18px; position: relative; font-size: 15px; }
.feature-list li::before { content: ''; position: absolute; left: 0; top: 9px; width: 8px; height: 8px; border-radius: 3px; background: var(--gold); }
.mobile-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }

.badge {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 12.5px; font-weight: 800; padding: 5px 12px; border-radius: 999px;
  border: 1.5px solid transparent;
}
.badge-gold { background: rgba(245, 179, 1, 0.14); color: #8A6500; border-color: rgba(245, 179, 1, 0.5); }
.badge-blue { background: rgba(34, 85, 196, 0.1); color: var(--blue); border-color: rgba(34, 85, 196, 0.4); }
.badge-green { background: rgba(20, 154, 91, 0.1); color: var(--green); border-color: rgba(20, 154, 91, 0.4); }
.badge-dark { background: var(--ink); color: var(--white); border-color: var(--gold); }
.site-footer .badge-18 { border-color: var(--gold); }

/* ------------------------------------------------ testimoni */
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.testimonial-card {
  background: var(--white); border-radius: var(--radius); padding: 24px 22px;
  box-shadow: var(--shadow); display: flex; flex-direction: column; gap: 16px;
  border-left: 4px solid var(--gold);
}
.testimonial-card:nth-child(2) { border-left-color: var(--green); }
.testimonial-card:nth-child(3) { border-left-color: var(--blue); }
.testimonial-card:nth-child(4) { border-left-color: var(--blue); }
.testimonial-card:nth-child(5) { border-left-color: var(--red); }
.testimonial-card blockquote { font-size: 14.8px; color: var(--text); position: relative; padding-top: 10px; }
.testimonial-card blockquote::before {
  content: '\201C'; position: absolute; top: -12px; left: -4px;
  font-size: 52px; color: rgba(245, 179, 1, 0.5); line-height: 1; font-family: Georgia, serif;
}
.testimonial-card figcaption { display: flex; align-items: center; gap: 12px; }
.avatar {
  width: 42px; height: 42px; border-radius: 50%; flex-shrink: 0;
  color: var(--white); font-weight: 800; font-size: 17px;
  display: inline-flex; align-items: center; justify-content: center;
}
.av-1 { background: linear-gradient(150deg, var(--red), var(--red-dark)); }
.av-2 { background: linear-gradient(150deg, var(--green), #0C6B3E); }
.av-3 { background: linear-gradient(150deg, var(--blue), #16367E); }
.av-4 { background: linear-gradient(150deg, var(--gold), #C98F00); }
.av-5 { background: linear-gradient(150deg, #7C3AED, #4C1D95); }
.av-6 { background: linear-gradient(150deg, #0E7490, #155E75); }
.testimonial-card strong { display: block; font-size: 14.5px; color: var(--ink-2); }
.testimonial-card small { color: var(--muted); font-size: 12.5px; }

/* ------------------------------------------------ kalkulator */
.calc-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 46px; align-items: center; }
.calc-content > p { color: #A9A9C2; margin-top: 6px; }
.calc-notes { margin: 18px 0 14px; display: grid; gap: 9px; color: #C9C9DC; font-size: 14.5px; }
.calc-disclaimer { color: var(--gold-soft); font-size: 13.5px; font-style: italic; }
.calc-panel { background: var(--white); border-radius: 18px; padding: 26px; box-shadow: var(--shadow-lg); border-top: 5px solid var(--gold); }
.calc-form label { display: block; font-weight: 700; font-size: 13.5px; color: var(--ink-2); margin-bottom: 14px; }
.calc-form input {
  display: block; width: 100%; margin-top: 7px;
  padding: 12px 14px; border: 2px solid var(--line); border-radius: 10px;
  font-size: 16px; font-family: inherit; color: var(--text); background: var(--bg);
}
.calc-form input:focus { outline: none; border-color: var(--gold); background: var(--white); }
.calc-result { margin-top: 8px; border-top: 2px dashed var(--line); }
.calc-row { display: flex; justify-content: space-between; align-items: baseline; gap: 14px; padding: 12px 2px; border-bottom: 1px solid var(--line); font-size: 14.5px; }
.calc-row span { color: var(--muted); font-weight: 600; }
.calc-row strong { color: var(--ink-2); font-size: 16.5px; white-space: nowrap; }
.calc-note { padding-top: 12px; color: var(--muted); font-size: 13px; }

/* ------------------------------------------------ keamanan & RG */
.security-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 22px 0 24px; }
.security-card { background: var(--white); border: 1px solid var(--line); border-radius: 12px; padding: 18px; }
.security-card h3 { font-size: 15px; margin-bottom: 6px; color: var(--ink-2); }
.security-card p { font-size: 13.8px; color: var(--muted); }
.rg-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.rg-card { background: var(--white); border-radius: var(--radius); padding: 24px 20px; box-shadow: var(--shadow); }
.rg-card h3 { font-size: 16px; margin-bottom: 9px; }
.rg-card p { font-size: 14.2px; color: var(--muted); }
.rg-limit { border-top: 4px solid var(--red); }
.rg-sign { border-top: 4px solid var(--gold); }
.rg-pause { border-top: 4px solid var(--green); }
.rg-minor { border-top: 4px solid var(--blue); }

/* ------------------------------------------------ FAQ */
.faq-wrap { max-width: 840px; }
.faq-list { display: grid; gap: 12px; }
.faq-list.compact { gap: 10px; }
.faq-item { background: var(--white); border-radius: 12px; box-shadow: var(--shadow); overflow: hidden; }
.faq-item summary {
  list-style: none; cursor: pointer; display: flex; align-items: center; gap: 14px;
  padding: 17px 20px; font-weight: 800; color: var(--ink-2); font-size: 15.5px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--red); }
.faq-icon {
  margin-left: auto; flex-shrink: 0; width: 26px; height: 26px; border-radius: 8px;
  background: var(--bg); position: relative; transition: transform 0.25s ease, background 0.2s ease;
}
.faq-icon::before, .faq-icon::after {
  content: ''; position: absolute; inset: 50% 6px auto 6px; height: 2.5px;
  background: var(--ink-2); border-radius: 2px; transform: translateY(-50%);
}
.faq-icon::after { transform: translateY(-50%) rotate(90deg); transition: transform 0.25s ease; }
.faq-item[open] .faq-icon { background: var(--gold); }
.faq-item[open] .faq-icon::after { transform: translateY(-50%) rotate(0deg); }
.faq-answer { padding: 0 20px 18px; color: var(--muted); font-size: 14.8px; border-top: 1px dashed var(--line); }
.faq-answer p { padding-top: 14px; }

/* ------------------------------------------------ CTA akhir */
.section-finalcta { padding: 70px 0; background: var(--bg); }
.finalcta-box {
  text-align: center; padding: 54px 30px; border-radius: 22px;
  background:
    radial-gradient(1200px 400px at 10% -10%, rgba(245, 179, 1, 0.22), transparent 60%),
    linear-gradient(150deg, var(--red) 0%, var(--red-deep) 70%, var(--ink) 100%);
  color: var(--white); box-shadow: var(--shadow-lg);
}
.finalcta-box h2 { font-size: clamp(24px, 3vw, 32px); margin-bottom: 12px; }
.finalcta-box p { color: #F3D9DC; max-width: 60ch; margin: 0 auto 26px; }

/* ------------------------------------------------ breadcrumb */
.breadcrumb { background: var(--white); border-bottom: 1px solid var(--line); }
.breadcrumb ol {
  list-style: none; display: flex; flex-wrap: wrap; gap: 4px;
  padding: 13px 0; margin: 0; font-size: 13.5px; color: var(--muted);
}
.breadcrumb a { color: var(--muted); font-weight: 700; }
.breadcrumb a:hover { color: var(--red); }
.bc-sep { margin: 0 6px; color: #B9B9CB; }
.breadcrumb [aria-current="page"] { color: var(--ink-2); font-weight: 700; }

/* ------------------------------------------------ entry (halaman dalam) */
.site-main { min-height: 50vh; }
.entry { max-width: 880px; margin: 0 auto; padding: 46px 0 70px; }
.entry-header { margin-bottom: 26px; }
.entry-kicker {
  color: var(--red); font-weight: 800; letter-spacing: 0.12em;
  text-transform: uppercase; font-size: 12.5px; margin-bottom: 8px;
}
.entry-title { font-size: clamp(26px, 3.4vw, 38px); line-height: 1.22; color: var(--ink-2); font-weight: 800; }
.entry-figure { margin: 22px 0 16px; }
.entry-figure img { border-radius: 16px; box-shadow: var(--shadow); width: 100%; }
.entry-figure figcaption { font-size: 12.5px; color: var(--muted); margin-top: 8px; text-align: center; }
.entry-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 18px; color: var(--muted); font-size: 13.5px; margin-bottom: 8px; }
.entry-author { font-weight: 700; color: var(--ink-2); }

.entry-content { font-size: 16.5px; }
.entry-content > section { margin-bottom: 8px; }
.entry-content h2 {
  font-size: clamp(20px, 2.6vw, 26px); color: var(--ink-2); font-weight: 800;
  margin: 42px 0 14px; padding-left: 14px; border-left: 5px solid var(--red);
  line-height: 1.3;
}
.entry-content h3 { font-size: 18px; color: var(--ink-2); margin: 26px 0 10px; }
.entry-content p { margin: 0 0 16px; }
.entry-content .lead { font-size: 18px; color: var(--text); font-weight: 600; }
.entry-content a { font-weight: 700; text-decoration: underline; text-decoration-color: rgba(200, 16, 46, 0.35); text-underline-offset: 3px; }
.entry-content a:hover { text-decoration-color: var(--red); }
.entry-content ul, .entry-content ol { margin: 0 0 16px; }
.entry-content li { margin-bottom: 8px; }
.entry-content strong { color: var(--ink-2); }
.faq-mini { margin-top: 34px; }

.check-list { list-style: none; padding: 0; }
.check-list li { padding-left: 30px; position: relative; margin-bottom: 10px; }
.check-list li::before {
  content: '\2714'; position: absolute; left: 0; top: 1px;
  width: 21px; height: 21px; border-radius: 7px; font-size: 11.5px; font-weight: 900;
  background: rgba(20, 154, 91, 0.14); color: var(--green);
  display: inline-flex; align-items: center; justify-content: center;
}

.card-grid { display: grid; gap: 16px; margin: 18px 0 22px; }
.grid-2 { grid-template-columns: 1fr 1fr; }
.mini-card { background: var(--white); border: 1px solid var(--line); border-radius: 12px; padding: 20px 18px; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.mini-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.mini-card h3 { font-size: 15.5px; margin: 0 0 7px; color: var(--red); }
.mini-card p { font-size: 14px; color: var(--muted); margin: 0; }

.terms-table { border: 1px solid var(--line); border-radius: 12px; overflow: hidden; margin: 18px 0 24px; background: var(--white); }
.terms-row { display: grid; grid-template-columns: 220px 1fr; gap: 14px; padding: 13px 18px; border-bottom: 1px solid var(--line); font-size: 14.5px; }
.terms-row:last-child { border-bottom: 0; }
.terms-row:nth-child(odd) { background: var(--bg); }
.terms-row span { color: var(--muted); font-weight: 700; }
.terms-row strong { color: var(--ink-2); }

.data-table { width: 100%; border-collapse: collapse; margin: 18px 0 26px; background: var(--white); border-radius: 12px; overflow: hidden; box-shadow: var(--shadow); }
.data-table th { background: var(--ink); color: var(--gold-soft); text-align: left; padding: 12px 16px; font-size: 14px; }
.data-table td { padding: 11px 16px; border-bottom: 1px solid var(--line); font-size: 14.5px; }
.data-table tr:last-child td { border-bottom: 0; }

.notice { border-radius: 12px; padding: 16px 18px; font-size: 14.5px; margin: 22px 0; }
.notice-info { background: rgba(34, 85, 196, 0.08); border: 1px solid rgba(34, 85, 196, 0.3); }
.notice-warn { background: rgba(245, 179, 1, 0.1); border: 1px solid rgba(245, 179, 1, 0.45); }

.related { margin-top: 40px; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 16px; }
.related-card {
  display: block; background: var(--white); border: 1px solid var(--line);
  border-radius: 12px; padding: 18px 16px; font-size: 14px; font-weight: 700; color: var(--ink-2);
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.related-card:hover { border-color: var(--red); transform: translateY(-3px); text-decoration: none; color: var(--red); }
.related-card span { display: block; font-size: 11.5px; color: var(--gold); text-transform: uppercase; letter-spacing: 0.1em; font-weight: 800; margin-bottom: 7px; }

.entry-cta {
  margin-top: 46px; text-align: center; padding: 40px 26px; border-radius: 18px;
  background: linear-gradient(150deg, var(--ink) 0%, var(--ink-3) 100%);
  border: 1px solid #2E2E4A; color: var(--white);
}
.entry-cta h2 { color: var(--white); border: 0; padding: 0; margin: 0 0 10px; font-size: 24px; }
.entry-cta p { color: #A9A9C2; margin-bottom: 22px; font-size: 15px; }

/* ------------------------------------------------ indeks artikel / promo */
.post-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.post-card {
  background: var(--white); border-radius: 16px; overflow: hidden;
  box-shadow: var(--shadow); display: flex; flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.post-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); text-decoration: none; }
.post-thumb { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: var(--ink); }
.post-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.35s ease; }
.post-card:hover .post-thumb img { transform: scale(1.05); }
.promo-tag {
  position: absolute; top: 12px; left: 12px;
  background: linear-gradient(160deg, var(--gold-soft), var(--gold));
  color: var(--ink); font-size: 12px; font-weight: 800;
  padding: 4px 11px; border-radius: 999px; letter-spacing: 0.04em;
}
.post-body { padding: 20px 20px 22px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.post-kicker { color: var(--red); font-size: 11.5px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.post-title { font-size: 18.5px; color: var(--ink-2); line-height: 1.35; }
.post-card:hover .post-title { color: var(--red); text-decoration: none; }
.post-excerpt { color: var(--muted); font-size: 14px; flex: 1; }
.post-meta { color: var(--muted); font-size: 12.5px; }
.post-go { color: var(--red); font-size: 13.5px; font-weight: 800; }
.post-go.muted { color: var(--muted); font-weight: 700; }
.entry-lead { color: var(--muted); font-size: 16.5px; margin-top: 12px; }

/* ------------------------------------------------ auth */
.auth-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 30px; align-items: start; }
.auth-main { background: var(--white); border-radius: 18px; padding: 30px; box-shadow: var(--shadow); border-top: 5px solid var(--red); }
.auth-side { background: var(--white); border-radius: 18px; padding: 26px; box-shadow: var(--shadow); border-top: 5px solid var(--gold); }
.auth-side h3 { font-size: 17px; margin-bottom: 14px; color: var(--ink-2); }
.auth-side .notice { margin-bottom: 0; }
.auth-form .form-row { margin-bottom: 16px; }
.auth-form label { display: block; font-weight: 700; font-size: 13.5px; color: var(--ink-2); }
.auth-form input[type="text"], .auth-form input[type="email"], .auth-form input[type="tel"], .auth-form input[type="password"], .auth-form input[type="number"] {
  display: block; width: 100%; margin-top: 7px;
  padding: 13px 14px; border: 2px solid var(--line); border-radius: 10px;
  font-size: 15.5px; font-family: inherit; color: var(--text); background: var(--bg);
}
.auth-form input:focus { outline: none; border-color: var(--red); background: var(--white); }
.auth-form small { display: block; color: var(--muted); font-size: 12px; margin-top: 5px; font-weight: 500; }
.form-row.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-check { display: flex; gap: 10px; align-items: flex-start; }
.form-check input { width: 19px; height: 19px; margin-top: 3px; accent-color: var(--red); flex-shrink: 0; }
.form-check label { font-size: 13.5px; font-weight: 600; color: var(--muted); line-height: 1.55; }
.auth-alt { text-align: center; margin-top: 18px; font-size: 14px; color: var(--muted); }

/* ------------------------------------------------ footer */
.site-footer { background: var(--ink); color: #B9B9CB; margin-top: auto; }
.footer-widgets { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px; padding: 56px 0 40px; }
.footer-brand { margin-bottom: 14px; }
.footer-about p { font-size: 13.8px; color: #9797B0; margin-top: 10px; }
.footer-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.footer-title { color: var(--gold); font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 16px; }
.footer-menu { list-style: none; padding: 0; display: grid; gap: 9px; }
.footer-menu a { color: #B9B9CB; font-size: 14px; font-weight: 600; }
.footer-menu a:hover { color: var(--gold-soft); }
.footer-tags .tag { background: var(--ink-2); border-color: #2E2E4A; color: #C9C9DC; font-size: 12.5px; padding: 5px 12px; }
.footer-tags .tag:hover { border-color: var(--gold); background: var(--gold); color: var(--ink); }
.footer-legal { border-top: 1px solid #26263C; padding: 22px 0 110px; }
.legal-line { font-size: 13px; color: #9797B0; margin-bottom: 10px; }
.legal-warning { font-size: 12.3px; color: #8686A0; line-height: 1.7; max-width: 980px; }

/* ------------------------------------------------ floating CTA (slot style + koin) */
.float-cta {
  position: fixed; left: 50%; bottom: calc(12px + env(safe-area-inset-bottom, 0px));
  transform: translateX(-50%); z-index: 1100;
  display: inline-flex; align-items: center; gap: 11px;
  padding: 9px 22px 9px 12px; border-radius: 999px;
  background: linear-gradient(165deg, #E23A50 0%, var(--red) 45%, var(--red-deep) 100%);
  border: 2px solid var(--gold);
  box-shadow: 0 8px 26px rgba(200, 16, 46, 0.55), inset 0 2px 0 rgba(255, 255, 255, 0.25);
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  overflow: visible;
}
.float-cta:hover { text-decoration: none; transform: translateX(-50%) translateY(-3px) scale(1.03); box-shadow: 0 14px 34px rgba(200, 16, 46, 0.65), inset 0 2px 0 rgba(255, 255, 255, 0.3); }
.float-cta::after {
  content: ''; position: absolute; inset: 0; border-radius: 999px; pointer-events: none;
  background: linear-gradient(110deg, transparent 30%, rgba(255, 255, 255, 0.35) 50%, transparent 70%);
  background-size: 220% 100%; animation: ctaShine 2.8s linear infinite;
}
@keyframes ctaShine {
  0% { background-position: 130% 0; }
  100% { background-position: -130% 0; }
}
.float-cta-reels { display: inline-flex; gap: 3px; background: var(--ink); padding: 4px; border-radius: 9px; border: 1px solid rgba(245, 179, 1, 0.6); }
.reel {
  width: 22px; height: 26px; border-radius: 5px; font-size: 13px; font-weight: 800;
  background: linear-gradient(180deg, var(--gold-soft), var(--gold));
  color: var(--ink); display: inline-flex; align-items: center; justify-content: center;
  animation: reelSpin 1.5s cubic-bezier(0.6, 0, 0.4, 1) infinite;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.22);
}
.reel.r2 { animation-delay: 0.22s; font-size: 12px; }
.reel.r3 { animation-delay: 0.44s; }
@keyframes reelSpin {
  0%, 18% { transform: translateY(-46%); filter: brightness(1.2); }
  36%, 72% { transform: translateY(0); filter: brightness(1); }
  86% { transform: translateY(6%) scale(0.96); }
  100% { transform: translateY(-46%); filter: brightness(1.2); }
}
.float-cta-text {
  color: var(--white); font-weight: 800; font-size: 14.5px;
  letter-spacing: 0.08em; text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4); white-space: nowrap;
}
.coin {
  position: absolute; width: 11px; height: 11px; border-radius: 50%;
  background: radial-gradient(circle at 32% 30%, #FFE79A, var(--gold) 55%, #B57E00);
  border: 1.5px solid #FFE79A; opacity: 0; pointer-events: none;
  animation: coinUp 2.2s ease-in infinite;
}
.coin.c1 { left: 18%; bottom: 8px; animation-delay: 0s; }
.coin.c2 { left: 50%; bottom: 8px; width: 9px; height: 9px; animation-delay: 0.7s; }
.coin.c3 { left: 78%; bottom: 8px; animation-delay: 1.4s; }
@keyframes coinUp {
  0% { opacity: 0; transform: translateY(0) scale(0.5); }
  18% { opacity: 1; }
  70% { opacity: 0.9; }
  100% { opacity: 0; transform: translateY(-58px) translateX(6px) scale(1.08) rotate(160deg); }
}

/* ------------------------------------------------ responsif */
@media (max-width: 1080px) {
  .nav-menu a { padding: 9px 9px; font-size: 13.8px; }
  .why-grid, .why-grid-rev, .calc-grid { gap: 30px; }
}

@media (max-width: 992px) {
  .nav-toggle { display: inline-flex; }
  .main-navigation {
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--ink); border-bottom: 2px solid var(--gold);
    display: none; margin-left: 0;
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.35);
  }
  .main-navigation.is-open { display: block; }
  .nav-menu { flex-direction: column; align-items: stretch; gap: 2px; padding: 12px 16px 18px; }
  .nav-menu a { padding: 12px 14px; font-size: 15px; }
  .header-actions .btn-login { display: none; }
  .header-inner { flex-wrap: nowrap; }
  .site-branding { flex: 1; }

  .hero-grid { grid-template-columns: 1fr; padding: 52px 0 62px; gap: 34px; }
  .hero-media { max-width: 560px; margin: 0 auto; width: 100%; }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .advantages-grid { grid-template-columns: 1fr 1fr; }
  .testimonials-grid { grid-template-columns: 1fr 1fr; }
  .rg-grid { grid-template-columns: 1fr 1fr; }
  .why-grid, .why-grid-rev { grid-template-columns: 1fr; }
  .why-grid-rev .why-media { order: 2; }
  .calc-grid { grid-template-columns: 1fr; }
  .security-grid { grid-template-columns: 1fr 1fr; }
  .post-grid { grid-template-columns: 1fr; }
  .auth-grid { grid-template-columns: 1fr; }
  .footer-widgets { grid-template-columns: 1fr 1fr; gap: 30px; }
  .related-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .section { padding: 56px 0; }
  .hero-title { font-size: clamp(28px, 7vw, 36px); }
  .hero-sub { font-size: 15.5px; }
  .hero-trust { grid-template-columns: 1fr; }
  .entry { padding: 32px 0 56px; }
  .card-grid.grid-2 { grid-template-columns: 1fr; }
  .security-grid { grid-template-columns: 1fr; }
  .terms-row { grid-template-columns: 1fr; gap: 3px; }
  .entry-content h2 { margin-top: 34px; }
  .data-table { display: block; overflow-x: auto; white-space: nowrap; -webkit-overflow-scrolling: touch; }
  .data-table table { table-layout: auto; }
}

@media (max-width: 600px) {
  .steps-grid, .advantages-grid, .testimonials-grid, .rg-grid, .related-grid { grid-template-columns: 1fr; }
  .form-row.two-col { grid-template-columns: 1fr; }
  .footer-widgets { grid-template-columns: 1fr; gap: 26px; }
  .hero-cta .btn { width: 100%; }
  .finalcta-box { padding: 40px 20px; }
  .entry-cta .hero-cta { flex-direction: column; }
  .header-actions .btn-daftar { padding: 10px 16px; font-size: 13px; }
  .float-cta { padding: 8px 16px 8px 10px; gap: 8px; }
  .float-cta-text { font-size: 12.5px; letter-spacing: 0.05em; }
  .reel { width: 19px; height: 23px; font-size: 11.5px; }
  .footer-legal { padding-bottom: 96px; }
}

@media (max-width: 400px) {
  .logo-text { font-size: 17px; }
  .hero-title { font-size: 26px; }
  .step-card { padding: 22px 18px; }
  .calc-panel { padding: 20px 16px; }
  .auth-main, .auth-side { padding: 22px 16px; }
  .float-cta-text { font-size: 11.5px; }
}

/* ------------------------------------------------ aksesibilitas: prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.001s !important; animation-iteration-count: 1 !important; transition-duration: 0.001s !important; }
  html { scroll-behavior: auto; }
}

/* ------------------------------------------------ cetak */
@media print {
  .site-header, .float-cta, .search-overlay, .breadcrumb, .entry-cta, .footer-legal { display: none !important; }
  body { background: var(--white); }
}
