/* Self-hosted fonts (latin subset), Google Fonts no longer requested */
@font-face { font-family: "Manrope"; font-style: normal; font-weight: 400; font-display: swap; src: url("/assets/fonts/manrope-400-latin.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Manrope"; font-style: normal; font-weight: 600; font-display: swap; src: url("/assets/fonts/manrope-600-latin.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Manrope"; font-style: normal; font-weight: 700; font-display: swap; src: url("/assets/fonts/manrope-700-latin.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Sora"; font-style: normal; font-weight: 600; font-display: swap; src: url("/assets/fonts/sora-600-latin.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Sora"; font-style: normal; font-weight: 700; font-display: swap; src: url("/assets/fonts/sora-700-latin.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

/* lttac.com.my — Maxim88 Malaysia review. Tokens first, then layout, then components. */
:root {
  --ground: #0e1a1e;
  --surface: #13242c;
  --surface-2: #1a303a;
  --hair: #26404b;
  --ink: #eef3f1;
  --ink-2: #b9c6c2;
  --muted: #86999a;
  --green: #39b549;
  --green-deep: #2a8d3a;
  --green-ink: #0b1a0e;
  --gold: #dec276;
  --gold-dark: #d19f22;
  --gold-wash: rgba(222, 194, 118, 0.12);
  --warn: #e8875f;
  --focus: #9be3a6;
  --radius: 10px;
  --measure: 72ch;
  --wide: 1060px;
  color-scheme: dark;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 72px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0;
  background: var(--ground);
  color: var(--ink);
  font-family: "Manrope", "Segoe UI", system-ui, -apple-system, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 {
  font-family: "Sora", "Manrope", system-ui, sans-serif;
  line-height: 1.15;
  margin: 0;
  text-wrap: balance;
  color: var(--ink);
}
h1 { font-size: clamp(1.9rem, 4.6vw, 3rem); font-weight: 700; letter-spacing: -0.02em; }
h2 { font-size: clamp(1.45rem, 3vw, 2rem); font-weight: 700; letter-spacing: -0.015em; }
h3 { font-size: 1.22rem; font-weight: 600; }
h4 { font-size: 1.02rem; font-weight: 600; }
p { margin: 0; }
p + p, ul + p, ol + p, p + ul, p + ol, .table-wrap + p, p + .table-wrap, .note + p, p + .note { margin-top: 0.9em; }
ul, ol { margin: 0; padding-left: 1.3em; }
li + li { margin-top: 0.35em; }
a { color: var(--gold); text-underline-offset: 3px; }
a:hover { color: #f0dfa6; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; border-radius: 4px; }
strong { font-weight: 700; color: var(--ink); }
img { max-width: 100%; height: auto; display: block; }
.wrap { max-width: var(--wide); margin: 0 auto; padding-inline: 20px; }
.prose { max-width: none; }
.num { font-variant-numeric: tabular-nums; }

/* Top bar */
.topbar {
  position: sticky; top: 0; z-index: 30;
  background: rgba(14, 26, 30, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--hair);
}
.topbar .wrap { display: flex; align-items: center; gap: 16px; min-height: 60px; }
.brand { font-family: "Sora", sans-serif; font-weight: 700; color: var(--ink); text-decoration: none; letter-spacing: -0.01em; white-space: nowrap; display: inline-block; padding: 10px 0; }
.brand span { color: var(--gold); }
.topnav { display: flex; gap: 6px; margin-left: auto; overflow-x: auto; scrollbar-width: none; }
.topnav::-webkit-scrollbar { display: none; }
.topnav a { color: var(--ink-2); text-decoration: none; font-size: 0.9rem; padding: 12px 12px; border-radius: 6px; white-space: nowrap; line-height: 1.4; }
.topnav a:hover { background: var(--surface-2); color: var(--ink); }
.topbar .btn { padding: 12px 16px; font-size: 0.92rem; }
@media (max-width: 760px) {
  .topbar .wrap { flex-wrap: wrap; column-gap: 12px; }
  .brand { font-size: 0.95rem; margin-right: auto; }
  .topnav { order: 3; flex-basis: 100%; margin-left: 0; padding-bottom: 4px; gap: 8px; }
  .topnav a { padding: 12px 10px; font-size: 0.85rem; }
  .topbar .btn { padding: 12px 12px; font-size: 0.85rem; white-space: nowrap; }
  html { scroll-padding-top: 112px; }
}

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: var(--green); color: var(--green-ink);
  font-family: "Sora", sans-serif; font-weight: 600; font-size: 1rem;
  padding: 13px 22px; border-radius: 8px; text-decoration: none; border: 0;
  transition: background 0.15s ease;
}
.btn:hover { background: #4fc95e; color: var(--green-ink); }
.btn.ghost { background: transparent; color: var(--gold); border: 1px solid var(--gold); }
.btn.ghost:hover { background: var(--gold-wash); }
.btn.sm { padding: 9px 14px; font-size: 0.9rem; }

/* Hero */
.hero { padding-block: 40px 28px; border-bottom: 1px solid var(--hair); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr); gap: 36px; align-items: start; }
.hero .lede { font-size: 1.15rem; color: var(--ink-2); margin-top: 16px; max-width: 62ch; }
.hero .stamp { color: var(--muted); font-size: 0.9rem; margin-top: 18px; }
.hero .stamp b { color: var(--ink-2); font-weight: 600; }
.hero .cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; padding: 0; list-style: none; }
.chips li { margin: 0; background: var(--surface); border: 1px solid var(--hair); border-radius: 999px; padding: 6px 12px; font-size: 0.88rem; color: var(--ink-2); }
.ledger { background: var(--surface); border: 1px solid var(--hair); border-radius: var(--radius); overflow: hidden; }
.ledger-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 16px; border-bottom: 1px solid var(--hair); }
.ledger-head img { height: 30px; width: auto; }
.ledger-head span { font-size: 0.82rem; color: var(--muted); }
.ledger-row { display: grid; grid-template-columns: 1fr auto; gap: 4px 12px; padding: 13px 16px; border-bottom: 1px solid var(--hair); }
.ledger-row:last-child { border-bottom: 0; }
.ledger-row .k { font-weight: 600; }
.ledger-row .k small { display: block; font-weight: 400; color: var(--muted); font-size: 0.82rem; }
.ledger-row .v { font-family: "Sora", sans-serif; font-weight: 700; color: var(--gold); text-align: right; font-size: 1.05rem; }
.ledger-row .v small { display: block; font-family: "Manrope", sans-serif; font-weight: 400; color: var(--muted); font-size: 0.8rem; }
.ledger-foot { padding: 12px 16px; font-size: 0.85rem; color: var(--muted); background: var(--surface-2); }

/* Table of contents */
.toc { padding-block: 26px; border-bottom: 1px solid var(--hair); }
.toc ol { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 6px 22px; list-style: none; padding: 0; counter-reset: toc; }
.toc li { margin: 0; }
.toc a { color: var(--ink-2); text-decoration: none; display: block; padding: 10px 0; border-bottom: 1px solid transparent; }
.toc a:hover { color: var(--ink); border-bottom-color: var(--hair); }

/* Sections */
.section { padding-block: 44px; border-bottom: 1px solid var(--hair); }
.section > .wrap > h2 { padding-bottom: 12px; border-bottom: 2px solid var(--gold); display: inline-block; margin-bottom: 22px; }
.section h3 { margin-top: 34px; margin-bottom: 10px; }
.section h4 { margin-top: 22px; margin-bottom: 8px; }
.section h3 + p, .section h4 + p { margin-top: 0; }
.section figure { margin: 26px 0; max-width: 800px; }
.section figure img { border-radius: var(--radius); border: 1px solid var(--hair); }
.section figcaption { font-size: 0.85rem; color: var(--muted); margin-top: 8px; }
.two-col { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 28px; align-items: start; }
@media (max-width: 800px) { .two-col, .hero-grid { grid-template-columns: 1fr; } }

/* Tables */
.table-wrap { overflow-x: auto; margin-top: 16px; border: 1px solid var(--hair); border-radius: var(--radius); background: var(--surface); }
table { border-collapse: collapse; width: 100%; font-size: 0.94rem; min-width: 560px; }
th, td { text-align: left; padding: 11px 13px; border-bottom: 1px solid var(--hair); vertical-align: top; }
th { color: var(--gold); font-weight: 600; font-size: 0.86rem; background: var(--surface-2); }
tr:last-child td { border-bottom: 0; }
td.num, th.num { text-align: right; font-variant-numeric: tabular-nums; white-space: nowrap; }
caption { caption-side: bottom; text-align: left; color: var(--muted); font-size: 0.84rem; padding: 10px 13px; }
.table-wrap.narrow table { min-width: 0; }

/* Pros and cons */
.proscons { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 18px; margin-top: 16px; }
.proscons div { background: var(--surface); border: 1px solid var(--hair); border-radius: var(--radius); padding: 16px 18px; }
.proscons h4 { margin: 0 0 10px; }
.proscons ul { list-style: none; padding: 0; }
.proscons li { padding-left: 22px; position: relative; }
.proscons li::before { content: ""; position: absolute; left: 0; top: 0.55em; width: 10px; height: 10px; border-radius: 50%; background: var(--green); }
.proscons .cons li::before { background: var(--warn); }
@media (max-width: 640px) { .proscons { grid-template-columns: 1fr; } }

/* Steps: only for real sequences */
.steps { list-style: none; padding: 0; counter-reset: step; margin-top: 12px; }
.steps li { position: relative; padding-left: 44px; margin-top: 12px; counter-increment: step; }
.steps li::before {
  content: counter(step); position: absolute; left: 0; top: 0;
  width: 30px; height: 30px; border-radius: 50%; background: var(--surface-2); border: 1px solid var(--hair);
  color: var(--gold); font-family: "Sora", sans-serif; font-weight: 700; font-size: 0.9rem;
  display: flex; align-items: center; justify-content: center;
}
.steps b { display: block; }

/* Notes */
.note { border-left: 3px solid var(--gold); background: var(--gold-wash); padding: 12px 16px; border-radius: 0 8px 8px 0; }
.note.warn { border-left-color: var(--warn); background: rgba(232, 135, 95, 0.1); }
.verified { display: inline-block; font-size: 0.82rem; color: var(--muted); margin-top: 8px; }

/* CTA band */
.cta-band { margin-top: 30px; background: linear-gradient(135deg, var(--surface) 0%, var(--surface-2) 100%); border: 1px solid var(--hair); border-radius: var(--radius); padding: 22px; display: flex; flex-wrap: wrap; gap: 16px; align-items: center; justify-content: space-between; }
.cta-band p { max-width: 52ch; color: var(--ink-2); }
.cta-band strong { display: block; font-family: "Sora", sans-serif; font-size: 1.1rem; margin-bottom: 4px; }

/* FAQ */
.faq { border: 1px solid var(--hair); border-radius: 8px; background: var(--surface); margin-top: 10px; }
.faq summary { cursor: pointer; padding: 14px 44px 14px 16px; font-family: "Sora", sans-serif; font-weight: 600; list-style: none; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 16px; top: 10px; font-size: 1.4rem; color: var(--gold); }
.faq[open] summary::after { content: "–"; }
.faq .a { padding: 0 16px 16px; color: var(--ink-2); }

/* Verdict */
.verdict { display: grid; grid-template-columns: minmax(0, 1fr) 220px; gap: 24px; align-items: start; }
.score { background: var(--surface); border: 1px solid var(--hair); border-radius: var(--radius); padding: 18px; text-align: center; }
.score .big { font-family: "Sora", sans-serif; font-size: 2.6rem; font-weight: 700; color: var(--gold); line-height: 1; }
.score p { color: var(--muted); font-size: 0.88rem; margin-top: 6px; }
@media (max-width: 700px) { .verdict { grid-template-columns: 1fr; } }

/* Footer */
footer { padding-block: 36px 48px; color: var(--muted); font-size: 0.88rem; }
footer .wrap { display: flex; flex-direction: column; gap: 10px; }
footer nav { display: flex; flex-wrap: wrap; gap: 6px 18px; }
footer a { color: var(--ink-2); display: inline-block; padding: 10px 0; }
.age { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border: 2px solid var(--gold); border-radius: 50%; font-weight: 700; font-size: 0.8rem; color: var(--gold); margin-right: 8px; vertical-align: middle; }


/* Simple pages */
.page { padding-block: 40px 60px; }
.page h1 { margin-bottom: 6px; }
.page .stamp { color: var(--muted); font-size: 0.9rem; margin-bottom: 18px; }
.page h2 { margin-top: 32px; margin-bottom: 10px; font-size: 1.35rem; }
.page .prose > p + p { margin-top: 0.9em; }

/* Accessibility and breadcrumb */
.skip { position: absolute; left: 12px; top: -60px; z-index: 50; background: var(--green); color: var(--green-ink); padding: 10px 14px; border-radius: 6px; font-weight: 600; text-decoration: none; }
.skip:focus { top: 12px; }
.breadcrumb ol { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; list-style: none; padding: 0; margin: 0 0 12px; font-size: 0.88rem; color: var(--muted); }
.breadcrumb li { margin: 0; }
.breadcrumb li + li::before { content: ""; display: inline-block; width: 6px; height: 6px; border-top: 1.5px solid var(--muted); border-right: 1.5px solid var(--muted); transform: rotate(45deg); margin-right: 10px; vertical-align: 1px; }
.breadcrumb a { color: var(--ink-2); text-decoration: none; display: inline-block; padding: 11px 4px; margin-left: -4px; min-width: 44px; }
.breadcrumb a[aria-current] { color: var(--muted); }
.breadcrumb a:hover { color: var(--gold); }
