/* =========================================================
   Sultanplay77 — Situs Informasi Game Online (info saja)
   Tema: hitam elegan dengan aksen emas, hijau sultan, merah
   ========================================================= */
:root {
  --bg: #07090d;
  --bg2: #0c1016;
  --card: #121822;
  --card2: #18202e;
  --line: #233042;
  --red: #e0323c;
  --red2: #b02230;
  --gold: #f5b90f;
  --gold2: #ffd34d;
  --green: #23c46f;
  --green2: #6fe3a8;
  --blue: #4a8cff;
  --text: #f0f3f9;
  --muted: #9fabc2;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(0, 0, 0, .38);
  --widget-h: 84px;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: "Segoe UI", system-ui, -apple-system, Roboto, "Helvetica Neue", Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.7;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--gold2); text-decoration: none; }
a:hover { text-decoration: underline; }
ul, ol { padding-left: 1.3em; }
.container { max-width: 1160px; margin: 0 auto; padding: 0 20px; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(7, 9, 13, .96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(8px);
}
.header-inner { display: flex; align-items: center; gap: 18px; min-height: 66px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 1.26rem; color: var(--text); white-space: nowrap; }
.brand:hover { text-decoration: none; }
.brand .chip { width: 30px; height: 30px; flex: 0 0 auto; }
.brand em { font-style: normal; color: var(--gold); }
.main-nav { display: flex; align-items: center; gap: 4px; flex-wrap: wrap; }
.main-nav a {
  color: var(--muted); font-weight: 600; font-size: .93rem;
  padding: 9px 12px; border-radius: 9px; white-space: nowrap;
}
.main-nav a:hover, .main-nav a.active { color: var(--text); background: var(--card2); text-decoration: none; }
.main-nav a.active { color: var(--gold); }
.header-actions { margin-left: auto; display: flex; align-items: center; gap: 10px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border-radius: 10px; padding: 10px 20px; font-weight: 700; font-size: .93rem;
  border: 1px solid transparent; cursor: pointer; line-height: 1.2;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn-red { background: linear-gradient(180deg, var(--red), var(--red2)); color: #fff; box-shadow: 0 6px 18px rgba(224, 50, 60, .32); }
.btn-gold { background: linear-gradient(180deg, var(--gold2), var(--gold)); color: #241a00; box-shadow: 0 6px 18px rgba(245, 185, 15, .26); }
.btn-ghost { background: transparent; color: var(--text); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold); }
.btn-sm { padding: 8px 14px; font-size: .86rem; }
.header-search { display: flex; }
.header-search input {
  background: var(--card); border: 1px solid var(--line); border-right: 0;
  color: var(--text); border-radius: 9px 0 0 9px; padding: 8px 12px; font-size: .88rem; width: 168px; outline: none;
}
.header-search input:focus { border-color: var(--gold); }
.header-search button {
  border: 0; cursor: pointer; background: var(--card2); color: var(--gold);
  border-radius: 0 9px 9px 0; padding: 0 12px; border: 1px solid var(--line); border-left: 0;
}
.nav-toggle {
  display: none; background: none; border: 1px solid var(--line); border-radius: 9px;
  color: var(--text); font-size: 1.3rem; padding: 6px 12px; cursor: pointer;
}

/* ---------- Breadcrumb ---------- */
.breadcrumb { font-size: .85rem; color: var(--muted); padding: 16px 0 0; }
.breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; padding: 0; }
.breadcrumb li + li::before { content: "›"; margin-right: 6px; color: var(--line); }
.breadcrumb a { color: var(--muted); }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb [aria-current] { color: var(--gold); }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(900px 420px at 85% -10%, rgba(35, 196, 111, .16), transparent 60%),
    radial-gradient(760px 400px at -10% 110%, rgba(245, 185, 15, .13), transparent 60%),
    linear-gradient(180deg, #0d1219, var(--bg));
  border-bottom: 1px solid var(--line);
}
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px; align-items: center; padding: 58px 0 64px; }
.kicker {
  display: inline-block; font-size: .78rem; font-weight: 800; letter-spacing: .12em;
  text-transform: uppercase; color: var(--gold); border: 1px solid rgba(245, 185, 15, .4);
  padding: 4px 12px; border-radius: 999px; margin-bottom: 16px; background: rgba(245, 185, 15, .08);
}
.hero h1 { font-size: 2.5rem; line-height: 1.22; font-weight: 800; letter-spacing: -.5px; }
.hero h1 em { font-style: normal; color: var(--gold); }
.hero p.lead { color: var(--muted); font-size: 1.06rem; margin: 16px 0 24px; max-width: 56ch; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 26px; }
.badge {
  font-size: .8rem; font-weight: 700; padding: 5px 12px; border-radius: 999px;
  border: 1px solid var(--line); color: var(--muted); background: var(--card);
}
.badge.b-red { color: #ffb4bc; border-color: rgba(224, 50, 60, .5); }
.badge.b-green { color: #a9f0c8; border-color: rgba(35, 196, 111, .5); }
.badge.b-gold { color: var(--gold2); border-color: rgba(245, 185, 15, .5); }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-media { position: relative; }
.hero-media img { border-radius: var(--radius); border: 1px solid var(--line); box-shadow: var(--shadow); }
.hero-media::after {
  content: ""; position: absolute; inset: 0; border-radius: var(--radius);
  background: linear-gradient(200deg, rgba(245, 185, 15, .12), transparent 45%);
  pointer-events: none;
}

/* ---------- Sections ---------- */
.section { padding: 54px 0; }
.section.alt { background: var(--bg2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-head { max-width: 780px; margin-bottom: 30px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head h2 { font-size: 1.75rem; font-weight: 800; letter-spacing: -.3px; margin: 6px 0 10px; }
.section-head p { color: var(--muted); }

/* cards */
.grid { display: grid; gap: 20px; }
.grid.g2 { grid-template-columns: repeat(2, 1fr); }
.grid.g3 { grid-template-columns: repeat(3, 1fr); }
.grid.g4 { grid-template-columns: repeat(4, 1fr); }
.card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 22px; transition: transform .18s ease, border-color .18s ease; min-width: 0;
}
.card:hover { transform: translateY(-3px); border-color: rgba(245, 185, 15, .45); }
.card h3 { font-size: 1.06rem; margin-bottom: 8px; }
.card p { color: var(--muted); font-size: .93rem; }
.card .icon {
  width: 46px; height: 46px; border-radius: 12px; display: flex; align-items: center; justify-content: center;
  background: rgba(245, 185, 15, .1); margin-bottom: 14px;
}
.card .icon svg { width: 24px; height: 24px; }
.card ul { color: var(--muted); font-size: .93rem; margin-top: 8px; }

/* checklist */
.check-list { list-style: none; padding: 0; display: grid; gap: 14px; }
.check-list li { display: flex; gap: 12px; align-items: flex-start; color: var(--muted); }
.check-list li strong { color: var(--text); }
.check-list .tick {
  flex: 0 0 auto; width: 26px; height: 26px; border-radius: 50%;
  background: rgba(35, 196, 111, .14); color: var(--green);
  display: flex; align-items: center; justify-content: center; font-weight: 800; margin-top: 2px;
}

/* split media + text */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: center; }
.split img { border-radius: var(--radius); border: 1px solid var(--line); }

/* quotes */
.quote { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; position: relative; }
.quote .mark { color: var(--gold); font-size: 1.6rem; font-weight: 800; line-height: 1; }
.quote p { color: var(--muted); font-style: italic; margin: 8px 0 14px; font-size: .95rem; }
.quote .who { display: flex; align-items: center; gap: 10px; }
.quote .who .av {
  width: 38px; height: 38px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--green), var(--gold)); font-weight: 800; color: #08130c; font-size: .95rem;
}
.quote .who span { font-size: .88rem; color: var(--text); font-weight: 700; }
.quote .tag {
  position: absolute; top: 14px; right: 14px; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase;
  color: var(--blue); border: 1px solid rgba(74, 140, 255, .45); border-radius: 999px; padding: 2px 9px;
}
.note {
  background: rgba(74, 140, 255, .08); border: 1px solid rgba(74, 140, 255, .3);
  border-radius: 10px; padding: 12px 16px; color: var(--muted); font-size: .88rem;
}
.note.warn { background: rgba(245, 185, 15, .07); border-color: rgba(245, 185, 15, .35); }
.note b, .note strong { color: var(--text); }

/* myth vs fact (section orisinal beranda) */
.mythfact { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.mf { background: var(--card); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.mf .m, .mf .f { padding: 16px 18px; }
.mf .m { border-bottom: 1px dashed var(--line); }
.mf .lbl { font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; display: inline-block; border-radius: 999px; padding: 2px 10px; margin-bottom: 8px; }
.mf .m .lbl { color: #ffb4bc; background: rgba(224, 50, 60, .12); border: 1px solid rgba(224, 50, 60, .45); }
.mf .f .lbl { color: #a9f0c8; background: rgba(35, 196, 111, .12); border: 1px solid rgba(35, 196, 111, .45); }
.mf .m p { color: var(--muted); font-size: .9rem; font-style: italic; }
.mf .f p { color: #ccd6e6; font-size: .9rem; }

/* glossary */
.glossary { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.term { background: var(--card); border: 1px solid var(--line); border-left: 3px solid var(--gold); border-radius: 10px; padding: 14px 16px; }
.term h3 { font-size: .98rem; color: var(--gold2); }
.term p { font-size: .88rem; color: var(--muted); }

/* article card */
.article-card { overflow: hidden; padding: 0; display: flex; flex-direction: column; }
.article-card .thumb { aspect-ratio: 16 / 9; overflow: hidden; border-bottom: 1px solid var(--line); }
.article-card .thumb img { width: 100%; height: 100%; object-fit: cover; }
.article-card .body { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.article-card .cat { font-size: .74rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--green2); }
.article-card h3 { font-size: 1.05rem; line-height: 1.4; }
.article-card h3 a { color: var(--text); }
.article-card h3 a:hover { color: var(--gold); }
.article-card p { flex: 1; }
.article-card .more { font-weight: 700; font-size: .88rem; }
.meta { font-size: .82rem; color: var(--muted); display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.meta .dot::before { content: "•"; margin-right: 8px; color: var(--line); }

/* article hero image on content pages */
.article-hero { margin: 0 0 26px; }
.article-hero img { border-radius: var(--radius); border: 1px solid var(--line); width: 100%; object-fit: cover; max-height: 430px; }
.article-hero figcaption { font-size: .82rem; color: var(--muted); margin-top: 8px; }

.prose { max-width: 820px; }
.prose h2 { font-size: 1.42rem; margin: 34px 0 12px; letter-spacing: -.2px; }
.prose h3 { font-size: 1.12rem; margin: 24px 0 10px; color: var(--gold2); }
.prose p { margin: 0 0 14px; color: #ccd6e6; }
.prose ul, .prose ol { margin: 0 0 14px; color: #ccd6e6; }
.prose li { margin-bottom: 6px; }
.prose img { border-radius: var(--radius); border: 1px solid var(--line); margin: 18px 0 20px; }
.prose strong { color: var(--text); }
.prose table { width: 100%; border-collapse: collapse; margin: 16px 0 20px; font-size: .92rem; display: block; overflow-x: auto; }
.prose th, .prose td { border: 1px solid var(--line); padding: 10px 12px; text-align: left; vertical-align: top; }
.prose th { background: var(--card2); color: var(--gold2); white-space: nowrap; }

/* FAQ */
.faq { display: grid; gap: 12px; max-width: 820px; }
.faq details { background: var(--card); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.faq summary {
  cursor: pointer; list-style: none; padding: 16px 18px; font-weight: 700; font-size: .98rem;
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--gold); font-size: 1.3rem; font-weight: 400; flex: 0 0 auto; }
.faq details[open] summary::after { content: "–"; }
.faq details p { padding: 0 18px 16px; color: var(--muted); font-size: .93rem; margin: 0; }

/* steps */
.steps { counter-reset: step; display: grid; gap: 16px; grid-template-columns: repeat(4, 1fr); }
.step { background: var(--card); border: 1px solid var(--line); border-radius: 12px; padding: 18px; }
.step::before {
  counter-increment: step; content: counter(step);
  display: inline-flex; width: 30px; height: 30px; border-radius: 50%;
  background: linear-gradient(135deg, var(--green), var(--gold)); color: #08130c;
  align-items: center; justify-content: center; font-weight: 800; margin-bottom: 10px;
}
.step h3 { font-size: .98rem; margin-bottom: 6px; }
.step p { font-size: .87rem; color: var(--muted); }

/* search tags */
.tags { display: flex; flex-wrap: wrap; gap: 10px; }
.tags a {
  border: 1px solid var(--line); background: var(--card); color: var(--muted);
  border-radius: 999px; padding: 7px 16px; font-size: .88rem; font-weight: 600;
}
.tags a:hover { border-color: var(--gold); color: var(--gold); text-decoration: none; }

/* forms */
.form-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; max-width: 560px; margin: 0 auto; }
.form-card h2 { font-size: 1.3rem; margin-bottom: 6px; }
.form-card .sub { color: var(--muted); font-size: .9rem; margin-bottom: 20px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: .88rem; font-weight: 700; margin-bottom: 6px; }
.field input[type="text"], .field input[type="email"], .field input[type="tel"], .field input[type="password"] {
  width: 100%; background: var(--bg2); border: 1px solid var(--line); border-radius: 10px;
  color: var(--text); padding: 12px 14px; font-size: .95rem; outline: none;
}
.field input:focus { border-color: var(--gold); }
.field .hint { font-size: .78rem; color: var(--muted); margin-top: 5px; }
.check-line { display: flex; gap: 10px; align-items: flex-start; font-size: .88rem; color: var(--muted); margin: 4px 0 18px; }
.check-line input { margin-top: 4px; accent-color: var(--green); }
.form-card .btn { width: 100%; padding: 13px; font-size: 1rem; }

/* promo */
.promo-card { display: flex; gap: 18px; align-items: flex-start; }
.promo-card .badge-big {
  flex: 0 0 auto; width: 64px; height: 64px; border-radius: 14px;
  background: linear-gradient(135deg, var(--green), #14824a); color: #fff;
  display: flex; flex-direction: column; align-items: center; justify-content: center; font-weight: 800;
}
.promo-card .badge-big b { font-size: 1.05rem; line-height: 1.1; }
.promo-card .badge-big span { font-size: .6rem; letter-spacing: .06em; }
.promo-card h3 { margin-bottom: 4px; }
.promo-card .terms { list-style: none; padding: 0; margin-top: 10px; display: grid; gap: 4px; }
.promo-card .terms li { font-size: .85rem; color: var(--muted); padding-left: 18px; position: relative; }
.promo-card .terms li::before { content: "▸"; position: absolute; left: 2px; color: var(--gold); }
.ribbon {
  display: inline-block; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
  background: rgba(245, 185, 15, .12); color: var(--gold2); border: 1px solid rgba(245, 185, 15, .4);
  border-radius: 999px; padding: 2px 10px; margin-bottom: 8px;
}

/* ---------- CTA band ---------- */
.cta-band {
  background:
    radial-gradient(600px 300px at 90% 0%, rgba(35, 196, 111, .18), transparent 65%),
    linear-gradient(135deg, #14202b, #0e141d);
  border: 1px solid var(--line); border-radius: 18px; padding: 36px; text-align: center;
}
.cta-band h2 { font-size: 1.5rem; margin-bottom: 10px; }
.cta-band p { color: var(--muted); max-width: 62ch; margin: 0 auto 22px; }
.cta-band .hero-cta { justify-content: center; }

/* ---------- Footer ---------- */
.site-footer { background: #05070a; border-top: 1px solid var(--line); margin-top: 40px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 30px; padding: 44px 0 26px; }
.footer-grid h3 { font-size: .92rem; text-transform: uppercase; letter-spacing: .08em; color: var(--gold); margin-bottom: 14px; }
.footer-grid ul { list-style: none; padding: 0; display: grid; gap: 9px; }
.footer-grid a, .footer-grid li { color: var(--muted); font-size: .9rem; }
.footer-grid a:hover { color: var(--gold); }
.footer-brand p { color: var(--muted); font-size: .88rem; margin-top: 12px; max-width: 40ch; }
.legal-strip { border-top: 1px solid var(--line); padding: 18px 0 26px; }
.legal-strip .pills { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.legal-strip .pills span {
  border: 1px solid var(--line); border-radius: 8px; padding: 4px 10px; font-size: .78rem; font-weight: 700;
}
.pills .p18 { color: #ffb4bc; border-color: rgba(224, 50, 60, .55); }
.pills .pgreen { color: #a9f0c8; border-color: rgba(35, 196, 111, .5); }
.pills .pgold { color: var(--gold2); border-color: rgba(245, 185, 15, .5); }
.legal-strip p { font-size: .78rem; color: #77839a; margin-bottom: 8px; }

/* ---------- Floating widget (tanpa tombol tutup) ---------- */
.float-widget {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  background: linear-gradient(180deg, rgba(13, 18, 25, .98), rgba(5, 7, 10, .99));
  border-top: 1px solid rgba(245, 185, 15, .4);
  box-shadow: 0 -8px 30px rgba(0, 0, 0, .5);
}
.float-inner { display: flex; align-items: center; gap: 14px; max-width: 1160px; margin: 0 auto; padding: 10px 20px; }
.float-machine { position: relative; flex: 0 0 auto; width: 56px; height: 56px; }
.float-machine svg { width: 56px; height: 56px; }
.coin {
  position: absolute; width: 13px; height: 13px; border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, var(--gold2), #b8860b);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
  animation: coinFloat 3.2s ease-in-out infinite;
}
.coin.c1 { right: 2px; top: 4px; animation-delay: 0s; }
.coin.c2 { right: 10px; top: -3px; animation-delay: .8s; }
.coin.c3 { right: 18px; top: 6px; animation-delay: 1.6s; }
@keyframes coinFloat {
  0%, 100% { transform: translateY(0); opacity: .95; }
  50% { transform: translateY(-6px); opacity: .7; }
}
.float-copy { min-width: 0; }
.float-copy b { display: block; font-size: 1rem; color: var(--gold); white-space: nowrap; }
.float-copy span { font-size: .74rem; color: var(--muted); display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.float-cta { margin-left: auto; display: flex; gap: 10px; flex: 0 0 auto; }
body { padding-bottom: var(--widget-h); } /* ruang agar konten terakhir tidak tertutup widget */

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .grid.g4 { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 960px) {
  .nav-toggle { display: inline-flex; align-items: center; margin-left: auto; }
  .header-actions .btn, .header-search { display: none; }
  .main-nav {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--bg2); border-bottom: 1px solid var(--line);
    flex-direction: column; align-items: stretch; padding: 12px 20px 16px; gap: 2px;
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 11px 10px; }
  .mobile-actions { display: flex !important; gap: 10px; padding: 0 20px 16px; }
  .hero-grid { grid-template-columns: 1fr; padding: 40px 0 48px; gap: 26px; }
  .hero h1 { font-size: 1.9rem; }
  .split { grid-template-columns: 1fr; gap: 24px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 961px) {
  .mobile-actions { display: none !important; }
}
@media (max-width: 720px) {
  .grid.g3, .grid.g2, .glossary, .mythfact { grid-template-columns: 1fr; }
  .section { padding: 40px 0; }
  .hero h1 { font-size: 1.65rem; }
  .section-head h2 { font-size: 1.4rem; }
  .prose h2 { font-size: 1.25rem; }
  .steps { grid-template-columns: 1fr; }
  .cta-band { padding: 26px 20px; }
  .header-search { display: none; }
  .promo-card { flex-direction: column; }
}
@media (max-width: 520px) {
  .hero-cta .btn { flex: 1 1 auto; }
  .float-copy { display: none; }
  .float-inner { justify-content: space-between; gap: 10px; padding: 10px 14px; }
  .float-cta { margin-left: auto; }
  .float-cta .btn { padding: 10px 16px; font-size: .9rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 22px; }
  .brand { font-size: 1.1rem; }
}
@media (prefers-reduced-motion: reduce) {
  .coin { animation: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Utility ---------- */
.text-center { text-align: center; }
.mt-2 { margin-top: 18px; }
.mt-3 { margin-top: 30px; }
.muted { color: var(--muted); }
.small { font-size: .85rem; }
.divider { border: 0; border-top: 1px solid var(--line); margin: 30px 0; }

/* search results page */
.search-hero { padding: 46px 0 8px; }
.search-box { display: flex; max-width: 640px; margin: 18px auto 8px; }
.search-box input {
  flex: 1; background: var(--card); border: 1px solid var(--line); border-right: 0;
  border-radius: 12px 0 0 12px; padding: 13px 16px; color: var(--text); font-size: 1rem; outline: none;
}
.search-box input:focus { border-color: var(--gold); }
.search-box button {
  border: 0; cursor: pointer; border-radius: 0 12px 12px 0; padding: 0 22px;
  background: linear-gradient(180deg, var(--green), #14824a); color: #06130b; font-weight: 700;
}
.result-list { display: grid; gap: 14px; margin-top: 26px; }
.result {
  background: var(--card); border: 1px solid var(--line); border-radius: 12px; padding: 18px 20px;
}
.result h3 { font-size: 1.02rem; margin-bottom: 4px; }
.result p { font-size: .9rem; color: var(--muted); }
.result .lnk { font-size: .8rem; color: var(--green2); }

/* 404 */
.err-hero { text-align: center; padding: 90px 0 70px; }
.err-hero .code { font-size: 5rem; font-weight: 800; color: var(--gold); line-height: 1; }
.err-hero h1 { margin: 12px 0 10px; }
.err-hero p { color: var(--muted); margin-bottom: 24px; }

/* print */
@media print {
  .site-header, .float-widget, .site-footer, .cta-band { display: none; }
  body { padding: 0; background: #fff; color: #000; }
}
