:root {
  --ink: #070809;
  --panel: #101215;
  --panel-2: #17191d;
  --cream: #f6f2e8;
  --muted: #a9adb5;
  --red: #ff304f;
  --red-2: #b9072e;
  --gold: #ffcc4a;
  --green: #62dc82;
  --line: rgba(255,255,255,.11);
  --shadow: 0 24px 70px rgba(0,0,0,.42);
  --radius: 24px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--cream);
  background:
    radial-gradient(circle at 12% 2%, rgba(255,48,79,.14), transparent 26rem),
    radial-gradient(circle at 95% 40%, rgba(255,204,74,.08), transparent 28rem),
    linear-gradient(180deg, #090a0c 0, #050506 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  min-height: 100vh;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .12;
  background-image: linear-gradient(115deg, transparent 0 48%, rgba(255,255,255,.08) 49%, transparent 50% 100%);
  background-size: 32px 32px;
  z-index: -1;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.skip { position: fixed; left: 14px; top: -80px; z-index: 99; background: var(--gold); color: #111; padding: 10px 15px; border-radius: 12px; font-weight: 900; }
.skip:focus { top: 14px; }
.shell { width: min(var(--max), calc(100% - 32px)); margin-inline: auto; }

.topline { border-bottom: 1px solid var(--line); background: #050506; font-size: .78rem; letter-spacing: .07em; }
.topline-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.flag-id { display: inline-flex; align-items: center; gap: 8px; color: #d9dbe0; }
.flag { width: 22px; height: 14px; border-radius: 2px; overflow: hidden; box-shadow: 0 0 0 1px rgba(255,255,255,.2); background: linear-gradient(#ef233c 0 50%, #fff 50%); flex: 0 0 auto; }
.ticker { color: var(--gold); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid var(--line); background: rgba(7,8,9,.88); backdrop-filter: blur(18px); }
.nav { min-height: 76px; display: flex; align-items: center; gap: 22px; }
.brand { flex: 0 0 auto; display: inline-flex; align-items: center; text-decoration: none; }
.brand img { width: 178px; height: auto; }
.nav-links { display: flex; align-items: center; gap: 5px; margin-left: auto; }
.nav-links a { text-decoration: none; color: #d6d8dc; font-weight: 800; font-size: .86rem; padding: 10px 12px; border-radius: 12px; transition: .25s ease; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: #fff; background: rgba(255,255,255,.08); transform: translateY(-2px); }
.menu-btn { display: none; margin-left: auto; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 13px; background: #14161a; color: white; cursor: pointer; }

.btn { --btn-bg: linear-gradient(135deg, #ff3557, #b40029); position: relative; isolation: isolate; display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 46px; padding: 10px 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 14px 3px 14px 3px; color: #fff; background: var(--btn-bg); box-shadow: 0 11px 28px rgba(238,20,62,.25), inset 0 1px rgba(255,255,255,.25); text-decoration: none; text-transform: uppercase; letter-spacing: .05em; font-weight: 950; font-size: .8rem; overflow: hidden; cursor: pointer; transition: transform .25s ease, box-shadow .25s ease, filter .25s ease; }
.btn::after { content: ""; position: absolute; inset: -70% auto -70% -35%; width: 30%; background: rgba(255,255,255,.36); transform: rotate(18deg); transition: left .45s ease; z-index: -1; }
.btn:hover { transform: translateY(-3px) skewX(-1deg); box-shadow: 0 17px 36px rgba(238,20,62,.36); filter: saturate(1.15); }
.btn:hover::after { left: 125%; }
.btn-gold { --btn-bg: linear-gradient(135deg, #ffe36a, #e49d12); color: #161006; box-shadow: 0 11px 28px rgba(255,190,30,.18), inset 0 1px rgba(255,255,255,.65); }
.btn-dark { --btn-bg: linear-gradient(135deg, #23262c, #0d0e10); box-shadow: none; }
.btn-sm { min-height: 40px; padding: 8px 13px; }

.hero { min-height: 650px; position: relative; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 180px; background: linear-gradient(transparent, #090a0c); pointer-events: none; }
.hero-media { position: absolute; inset: 0; }
.hero-media picture, .hero-media img { width: 100%; height: 100%; }
.hero-media img { object-fit: cover; object-position: center; opacity: .82; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,6,7,.97) 0%, rgba(5,6,7,.82) 38%, rgba(5,6,7,.18) 72%, rgba(5,6,7,.62) 100%), linear-gradient(0deg, #070809 0%, transparent 42%); }
.hero-inner { position: relative; z-index: 2; min-height: 650px; display: grid; align-content: center; width: min(660px, 58%); padding-block: 90px 130px; }
.eyebrow { display: inline-flex; width: fit-content; align-items: center; gap: 8px; color: var(--gold); text-transform: uppercase; letter-spacing: .16em; font-size: .72rem; font-weight: 950; }
.eyebrow::before { content: ""; width: 34px; height: 4px; background: var(--red); border-radius: 10px; box-shadow: 0 0 14px var(--red); }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.08; letter-spacing: -.025em; text-wrap: balance; }
h1 { font-size: clamp(2.7rem, 6vw, 5.6rem); margin: 18px 0 20px; }
.hero h1 em { color: transparent; font-style: normal; -webkit-text-stroke: 1px var(--gold); text-shadow: 0 0 28px rgba(255,204,74,.22); }
.lead { color: #d0d3d9; font-size: clamp(1rem, 1.8vw, 1.18rem); max-width: 60ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.proof-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.proof { display: inline-flex; align-items: center; gap: 8px; padding: 8px 11px; border: 1px solid var(--line); border-radius: 999px; color: #d8d9dd; background: rgba(12,13,16,.62); font-size: .78rem; }
.proof i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 10px var(--green); }

.main-grid { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 34px; align-items: start; padding-block: 70px; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.section-head h2 { font-size: clamp(2rem, 4vw, 3.4rem); margin: 8px 0 0; }
.section-head p { max-width: 430px; color: var(--muted); margin: 0; }
.news-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; }
.news-card { position: relative; min-height: 330px; display: flex; flex-direction: column; padding: 24px; border: 1px solid var(--line); border-radius: 4px 28px 4px 28px; background: linear-gradient(145deg, rgba(28,30,35,.94), rgba(12,13,15,.98)); box-shadow: var(--shadow); overflow: hidden; transition: transform .3s ease, border-color .3s ease; }
.news-card::before { content: ""; position: absolute; width: 130px; height: 6px; left: 24px; top: 0; background: linear-gradient(90deg, var(--red), var(--gold)); transform: skewX(-28deg); transform-origin: left; }
.news-card::after { content: attr(data-number); position: absolute; right: -4px; bottom: -34px; color: rgba(255,255,255,.035); font: 900 10rem/1 Arial; }
.news-card:hover { transform: translateY(-7px); border-color: rgba(255,204,74,.35); }
.tag { display: inline-flex; width: fit-content; padding: 5px 9px; border-radius: 999px; color: var(--gold); background: rgba(255,204,74,.09); border: 1px solid rgba(255,204,74,.18); text-transform: uppercase; letter-spacing: .1em; font-size: .68rem; font-weight: 900; }
.news-card h3 { font-size: 1.7rem; margin: 18px 0 12px; position: relative; z-index: 1; }
.news-card p { color: var(--muted); margin: 0 0 20px; position: relative; z-index: 1; }
.card-meta { margin-top: auto; display: flex; align-items: center; justify-content: space-between; color: #c5c7cc; font-size: .78rem; position: relative; z-index: 1; }
.read-link { color: var(--gold); font-weight: 950; text-decoration: none; }
.read-link:hover { color: white; }

.sidebar { position: sticky; top: 105px; display: grid; gap: 18px; }
.side-card { padding: 22px; border: 1px solid var(--line); background: linear-gradient(160deg, #1d1f24, #0c0d0f); border-radius: 22px 4px 22px 4px; box-shadow: 0 18px 50px rgba(0,0,0,.32); }
.side-card h2, .side-card h3 { font-size: 1.35rem; margin: 0 0 12px; }
.side-card p { color: var(--muted); font-size: .88rem; margin: 0 0 16px; }
.search { display: flex; gap: 8px; }
.search input { min-width: 0; width: 100%; border: 1px solid var(--line); border-radius: 12px 3px 12px 3px; background: #08090a; color: white; padding: 11px 12px; }
.trend-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.trend-list a { display: grid; grid-template-columns: 34px 1fr; gap: 10px; align-items: center; text-decoration: none; color: #e6e7e9; font-size: .85rem; }
.trend-list b { color: var(--red); font: 900 1.45rem/1 Georgia; }
.trend-list a:hover span { color: var(--gold); }

.promo-zone { padding: 30px 0 80px; }
.promo-shell { position: relative; border: 1px solid rgba(255,204,74,.22); border-radius: 6px 30px 6px 30px; overflow: hidden; background: #101216; box-shadow: var(--shadow); }
.promo-shell::before { content: "PROMO GARAGE"; position: absolute; z-index: 4; left: 18px; top: 16px; padding: 6px 10px; border-radius: 99px; color: #12100a; background: var(--gold); font-size: .68rem; letter-spacing: .13em; font-weight: 950; }
.promo-track { position: relative; aspect-ratio: 1000 / 213; }
.promo-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .6s ease; }
.promo-slide.is-active { opacity: 1; }
.promo-slide img { width: 100%; height: 100%; object-fit: cover; }
.promo-dots { position: absolute; right: 16px; bottom: 14px; z-index: 5; display: flex; gap: 7px; }
.promo-dots button { width: 28px; height: 6px; padding: 0; border: 0; border-radius: 10px; background: rgba(255,255,255,.35); cursor: pointer; }
.promo-dots button.is-active { background: var(--gold); }

.rating-section { padding: 80px 0; border-block: 1px solid var(--line); background: linear-gradient(140deg, rgba(255,48,79,.07), transparent 45%); }
.rating-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 28px; }
.rating-card { position: relative; padding: 25px; min-height: 250px; border: 1px solid var(--line); border-radius: 26px 4px 26px 4px; background: #111317; overflow: hidden; }
.rating-card::after { content: ""; position: absolute; width: 150px; height: 150px; right: -70px; top: -70px; border: 24px solid rgba(255,204,74,.06); border-radius: 50%; }
.avatar { width: 55px; height: 55px; display: grid; place-items: center; color: #111; border-radius: 50%; background: linear-gradient(135deg, var(--gold), #fff3a8); font: 900 1.1rem Georgia; box-shadow: 0 0 0 5px rgba(255,204,74,.08); }
.rating-card h3 { font-size: 1.35rem; margin: 18px 0 4px; }
.rating-card small { color: var(--muted); }
.score { display: flex; align-items: end; gap: 10px; margin-top: 22px; }
.score strong { color: var(--gold); font: 900 2.5rem/1 Georgia; }
.score span { color: #ddd; font-size: .8rem; }
.stars { color: var(--gold); letter-spacing: .11em; margin-top: 8px; }
.disclosure { color: var(--muted); font-size: .78rem; margin: 20px 0 0; }

.social-section { padding: 70px 0 95px; }
.social-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 24px; }
.social-card { display: flex; align-items: center; gap: 13px; padding: 15px; border: 1px solid var(--line); border-radius: 15px 3px 15px 3px; background: linear-gradient(140deg, rgba(255,255,255,.07), rgba(255,255,255,.02)); text-decoration: none; transition: .25s ease; }
.social-card:hover { transform: translateY(-4px); border-color: rgba(255,255,255,.32); }
.social-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: white; flex: 0 0 auto; }
.social-icon svg { width: 25px; height: 25px; }
.social-card strong { display: block; font-size: .86rem; }
.social-card small { display: block; color: var(--muted); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: 205px; }

.article-hero { padding: 90px 0 50px; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 88% 10%, rgba(255,48,79,.16), transparent 26rem); }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 7px; color: var(--muted); font-size: .78rem; }
.breadcrumb a { color: var(--gold); text-decoration: none; }
.article-hero h1 { max-width: 950px; font-size: clamp(2.6rem, 6vw, 5.2rem); margin: 20px 0; }
.article-hero .lead { max-width: 850px; }
.article-meta { display: flex; flex-wrap: wrap; gap: 12px 24px; align-items: center; margin-top: 25px; color: #c9cbd0; font-size: .82rem; }
.article-meta strong { color: white; }
.article-layout { display: grid; grid-template-columns: minmax(0, 760px) 300px; justify-content: space-between; gap: 42px; padding-block: 62px 90px; }
.article-body { min-width: 0; }
.article-body h2 { scroll-margin-top: 110px; font-size: clamp(1.9rem, 4vw, 2.75rem); margin: 54px 0 18px; }
.article-body h3 { font-size: 1.4rem; margin: 34px 0 14px; }
.article-body p, .article-body li { color: #d0d2d6; }
.article-body a { color: var(--gold); text-underline-offset: 4px; }
.article-body ul, .article-body ol { padding-left: 23px; }
.article-body li + li { margin-top: 9px; }
.quick-answer { position: relative; padding: 24px 25px; border: 1px solid rgba(255,204,74,.3); border-radius: 4px 25px 4px 25px; background: linear-gradient(135deg, rgba(255,204,74,.09), rgba(255,255,255,.025)); }
.quick-answer::before { content: "JAWABAN SINGKAT"; display: block; color: var(--gold); letter-spacing: .13em; font-size: .68rem; font-weight: 950; margin-bottom: 10px; }
.quick-answer p { margin: 0; }
.toc { margin: 28px 0; padding: 22px; border-left: 4px solid var(--red); background: #101216; border-radius: 0 20px 20px 0; }
.toc strong { display: block; margin-bottom: 10px; }
.toc ol { margin: 0; }
.toc a { color: #e0e2e5; text-decoration: none; }
.toc a:hover { color: var(--gold); }
.fact-box { padding: 20px 22px; border: 1px solid rgba(98,220,130,.25); border-radius: 18px 3px 18px 3px; background: rgba(98,220,130,.05); }
.fact-box strong { color: var(--green); }
.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); padding: 16px 2px; }
.faq summary { cursor: pointer; color: white; font-weight: 900; }
.faq p { margin-bottom: 0; }
.article-aside { position: sticky; top: 105px; align-self: start; display: grid; gap: 17px; }
.mini-promo { overflow: hidden; border-radius: 19px 3px 19px 3px; border: 1px solid var(--line); background: #101216; }
.mini-promo img { width: 100%; aspect-ratio: 1000/320; object-fit: cover; }
.mini-promo div { padding: 17px; }
.related { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; }
.related a { display: block; padding: 11px 12px; color: #ddd; background: #0a0b0d; border: 1px solid var(--line); border-radius: 11px; text-decoration: none; font-size: .82rem; }
.related a:hover { color: var(--gold); border-color: rgba(255,204,74,.28); }

.livechat { position: fixed; right: 16px; bottom: 16px; z-index: 45; width: 210px; text-decoration: none; filter: drop-shadow(0 15px 26px rgba(0,0,0,.48)); transition: transform .25s ease; }
.livechat:hover { transform: translateY(-6px) rotate(-1deg); }
.livechat img { border-radius: 20px 4px 20px 4px; border: 1px solid rgba(255,204,74,.35); }

.site-footer { padding: 55px 0 95px; border-top: 1px solid var(--line); background: #050506; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .8fr .8fr; gap: 35px; }
.footer-brand img { width: 200px; }
.footer-brand p { color: var(--muted); max-width: 470px; }
.footer-title { color: var(--gold); letter-spacing: .12em; font-size: .72rem; font-weight: 950; text-transform: uppercase; }
.footer-links { display: grid; gap: 7px; margin-top: 13px; }
.footer-links a { color: #d6d7da; text-decoration: none; font-size: .86rem; }
.footer-links a:hover { color: var(--gold); }
.legal { margin-top: 30px; padding-top: 22px; border-top: 1px solid var(--line); color: #8e929a; font-size: .76rem; }

.not-found { min-height: 70vh; display: grid; place-items: center; text-align: center; padding: 60px 20px; }
.not-found strong { display: block; color: transparent; -webkit-text-stroke: 1px var(--red); font: 900 clamp(6rem, 20vw, 14rem)/.8 Georgia; }
.not-found h1 { font-size: clamp(2rem, 5vw, 4rem); }
.search-empty { grid-column: 1/-1; padding: 25px; border: 1px dashed var(--line); border-radius: 18px; color: var(--muted); }
.reading-progress { position: fixed; left: 0; top: 0; height: 3px; width: 0; z-index: 100; background: linear-gradient(90deg, var(--red), var(--gold)); box-shadow: 0 0 12px var(--red); }

@media (max-width: 960px) {
  .menu-btn { display: grid; place-items: center; }
  .nav > .btn { display: none; }
  .nav-links { display: none; position: absolute; left: 16px; right: 16px; top: calc(100% + 8px); padding: 12px; flex-direction: column; align-items: stretch; border: 1px solid var(--line); border-radius: 18px; background: #101216; box-shadow: var(--shadow); }
  .nav-links.is-open { display: flex; }
  .hero, .hero-inner { min-height: 610px; }
  .hero-inner { width: 70%; }
  .main-grid, .article-layout { grid-template-columns: 1fr; }
  .sidebar, .article-aside { position: static; }
  .sidebar { grid-template-columns: repeat(2,1fr); }
  .rating-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1/-1; }
}

@media (max-width: 680px) {
  .shell { width: min(100% - 22px, var(--max)); }
  .ticker { display: none; }
  .brand img { width: 151px; }
  .nav { min-height: 68px; }
  .hero { min-height: 680px; }
  .hero-media img { object-position: 64% center; }
  .hero-media::after { background: linear-gradient(0deg, rgba(5,6,7,.99) 8%, rgba(5,6,7,.75) 68%, rgba(5,6,7,.18) 100%); }
  .hero-inner { min-height: 680px; width: 100%; align-content: end; padding-bottom: 90px; }
  .hero h1 { font-size: clamp(2.55rem, 14vw, 4rem); }
  .news-grid, .sidebar, .social-grid { grid-template-columns: 1fr; }
  .section-head { align-items: start; flex-direction: column; }
  .promo-track { aspect-ratio: 2.35/1; }
  .article-hero { padding-top: 62px; }
  .article-hero h1 { font-size: clamp(2.45rem, 12vw, 3.7rem); }
  .livechat { width: 145px; right: 8px; bottom: 8px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
