:root {
  --rq-ink: #07111f;
  --rq-paper: #fff8e8;
  --rq-white: #fffef8;
  --rq-red: #c9152d;
  --rq-gold: #f5b700;
  --rq-blue: #123a63;
  --rq-green: #0d6b50;
  --rq-muted: rgba(7, 17, 31, .68);
  --rq-shadow: 6px 6px 0 var(--rq-ink);
  --rq-stripe: linear-gradient(135deg, transparent 0 32%, var(--rq-red) 32% 42%, var(--rq-gold) 42% 52%, var(--rq-ink) 52% 62%, transparent 62% 100%);
}

body {
  background:
    linear-gradient(90deg, rgba(7, 17, 31, .05) 1px, transparent 1px),
    linear-gradient(rgba(7, 17, 31, .04) 1px, transparent 1px),
    var(--rq-paper);
  background-size: 36px 36px;
  color: var(--rq-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body * { box-sizing: border-box; }
body a { color: inherit; text-decoration: none; }
body img { max-width: 100%; display: block; }

.rq-wrap { width: min(1200px, calc(100% - 56px)); margin-inline: auto; }
.rq-mono { font-family: "Space Mono", "Courier New", monospace; text-transform: uppercase; letter-spacing: .08em; font-size: .72rem; font-weight: 900; }

.rq-ticker { overflow: hidden; border-bottom: 3px solid var(--rq-ink); background: var(--rq-ink); color: var(--rq-gold); white-space: nowrap; }
.rq-ticker-track { display: inline-flex; gap: 20px; min-width: max-content; padding: 8px 0; animation: rqMove 36s linear infinite; }
@keyframes rqMove { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.rq-mast { position: sticky; top: 0; z-index: 20; padding: 12px 0 0; border-bottom: 4px solid var(--rq-ink); background: rgba(255, 254, 248, .94); backdrop-filter: blur(10px); }
.rq-mast-grid { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 14px; }
.rq-mast-meta { color: var(--rq-muted); line-height: 1.35; }
.rq-brand { font-size: clamp(2rem, 5vw, 4.15rem); line-height: .88; font-weight: 950; text-transform: uppercase; text-align: center; }
.rq-brand span { color: var(--rq-red); }
.rq-mast-cta, .rq-btn, .rq-read, .rq-search-form button { display: inline-flex; min-height: 40px; align-items: center; justify-content: center; border: 3px solid var(--rq-ink); background: var(--rq-gold); padding: 9px 13px; box-shadow: 3px 3px 0 var(--rq-ink); font-weight: 950; transition: transform .16s ease, box-shadow .16s ease; }
.rq-mast-cta { justify-self: end; }
.rq-mast-cta:hover, .rq-btn:hover, .rq-read:hover, .rq-search-form button:hover { transform: translate(-2px, -2px); box-shadow: 7px 7px 0 var(--rq-ink); }
.rq-navline { display: flex; justify-content: center; flex-wrap: wrap; margin-top: 11px; border-top: 3px solid var(--rq-ink); }
.rq-navline a { min-height: 38px; display: inline-flex; align-items: center; padding: 8px 16px; border-right: 2px solid rgba(7, 17, 31, .18); }
.rq-navline a.is-active { background: var(--rq-gold); }
.rq-issue { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: center; padding: 8px 10px; border-top: 3px solid var(--rq-ink); background: var(--rq-red); color: #fff; }
.rq-disclaimer { padding: 7px 12px; border-top: 3px solid var(--rq-ink); background: var(--rq-paper); color: var(--rq-muted); text-align: center; font-size: .68rem; line-height: 1.4; }

.rq-shell { padding: 28px 0 78px; }
.rq-quick { display: flex; gap: 10px; overflow: auto; padding: 16px 0 14px; scrollbar-width: none; }
.rq-quick a { flex: 0 0 auto; border: 2px solid var(--rq-ink); background: var(--rq-white); padding: 9px 12px; font-weight: 900; border-radius: 999px; font-size: .82rem; }

.rq-panel, .rq-hero, .rq-card, .rq-paper, .rq-sidebar-panel, .rq-question, .rq-cta-band, .rq-empty, .rq-search-form, .rq-final { border: 4px solid var(--rq-ink); background: var(--rq-white); box-shadow: var(--rq-shadow); }
.rq-hero { position: relative; overflow: hidden; padding: clamp(22px, 3.5vw, 38px); background: linear-gradient(135deg, rgba(245, 183, 0, .12), transparent 42%), var(--rq-white); }
.rq-hero::after { content: ""; position: absolute; right: -145px; bottom: -150px; width: min(32vw, 320px); height: min(32vw, 320px); background: var(--rq-stripe); opacity: .44; pointer-events: none; }
.rq-hero > * { position: relative; z-index: 1; }
.rq-label { display: inline-flex; gap: 8px; align-items: center; color: rgba(7, 17, 31, .86); }
.rq-dot { width: 11px; height: 11px; border: 2px solid var(--rq-ink); border-radius: 999px; background: var(--rq-red); }
.rq-title { margin: 10px 0 0; max-width: 840px; font-size: clamp(2.55rem, 7vw, 6.6rem); line-height: .86; font-weight: 950; text-transform: uppercase; letter-spacing: 0; }
.rq-dek { max-width: 760px; color: var(--rq-muted); font-size: clamp(1.02rem, 2vw, 1.32rem); line-height: 1.42; font-weight: 760; }
.rq-meta { display: flex; flex-wrap: wrap; gap: 8px; color: var(--rq-muted); }
.rq-meta span { border: 2px solid var(--rq-ink); background: var(--rq-white); padding: 6px 8px; }

.rq-home-hero { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(300px, .85fr); gap: 22px; align-items: stretch; }
.rq-hero-side { display: grid; gap: 14px; }
.rq-stat { padding: 18px; background: var(--rq-blue); color: #fff; }
.rq-stat strong { display: block; color: var(--rq-gold); font-size: clamp(2.6rem, 5vw, 4.6rem); line-height: .85; }

.rq-section { margin-top: clamp(34px, 6vw, 72px); }
.rq-section-head { display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: end; margin-bottom: 18px; }
.rq-section-head h2 { margin: 0; font-size: clamp(2rem, 5vw, 4.5rem); line-height: .9; font-weight: 950; text-transform: uppercase; }
.rq-rule { height: 5px; background: var(--rq-ink); margin-bottom: 8px; }

.rq-grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.rq-grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.rq-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 370px); gap: 28px; align-items: start; }

.rq-card { overflow: hidden; display: flex; flex-direction: column; min-height: 100%; transition: transform .16s ease, box-shadow .16s ease; }
.rq-card:hover { transform: translate(-3px, -3px); box-shadow: 10px 10px 0 var(--rq-ink); }
.rq-card-image { aspect-ratio: 16 / 9; border-bottom: 4px solid var(--rq-ink); background: var(--rq-paper); display: grid; place-items: center; overflow: hidden; }
.rq-card-image img { width: 100%; height: 100%; object-fit: contain; }
.rq-card-body { display: flex; flex-direction: column; gap: 12px; padding: 18px; flex: 1; }
.rq-card h3 { margin: 0; font-size: clamp(1.35rem, 2.4vw, 2rem); line-height: .96; font-weight: 950; text-transform: uppercase; }
.rq-card p { margin: 0; color: var(--rq-muted); font-weight: 720; line-height: 1.5; }
.rq-read { margin-top: auto; width: fit-content; font-size: .68rem; }
.rq-card.feature { grid-column: span 2; background: var(--rq-gold); }

.rq-topic-card { padding: 20px; }
.rq-topic-card b { display: block; color: var(--rq-red); font-size: 2rem; line-height: 1; }
.rq-topic-card h3 { margin: 16px 0 8px; font-size: 1.55rem; line-height: .95; text-transform: uppercase; }
.rq-topic-card p { margin: 0; color: var(--rq-muted); font-weight: 720; }

.rq-single-hero { display: grid; grid-template-columns: minmax(0, .95fr) minmax(420px, .75fr); gap: clamp(24px, 3.6vw, 46px); align-items: center; }
.rq-featured { aspect-ratio: 16 / 9; border: 4px solid var(--rq-ink); background: var(--rq-paper); box-shadow: var(--rq-shadow); display: grid; place-items: center; overflow: hidden; }
.rq-featured img { width: 100%; height: 100%; object-fit: contain; }
.rq-byline { display: grid; grid-template-columns: 52px 1fr; gap: 12px; align-items: center; margin-top: 18px; border: 3px solid var(--rq-ink); background: var(--rq-white); padding: 10px; box-shadow: 4px 4px 0 var(--rq-ink); }
.rq-avatar { width: 52px; height: 52px; border: 3px solid var(--rq-ink); background: var(--rq-gold); display: grid; place-items: center; font-weight: 950; }
.rq-takeaways { display: grid; grid-template-columns: 1.1fr repeat(3, 1fr); margin-top: 24px; }
.rq-takeaways > * { border: 4px solid var(--rq-ink); background: var(--rq-white); padding: 16px; margin-left: -4px; }
.rq-takeaways > :first-child { margin-left: 0; background: var(--rq-ink); color: #fff; }
.rq-paper { padding: clamp(22px, 4vw, 54px); }
.rq-paper p, .rq-paper li { font-size: clamp(1rem, 1.3vw, 1.16rem); line-height: 1.75; font-weight: 620; }
.rq-paper h2 { margin-top: 2em; border-top: 5px solid var(--rq-ink); padding-top: .55em; font-size: clamp(2rem, 4vw, 4rem); line-height: .9; text-transform: uppercase; }
.rq-paper img { height: auto; max-width: 100%; }
.rq-sidebar { position: sticky; top: 150px; display: grid; gap: 16px; }
.rq-sidebar-panel { padding: 18px; }
.rq-sidebar-panel h3 { margin: 0 0 14px; font-size: 1.6rem; line-height: .95; text-transform: uppercase; }

.rq-question { padding: 22px; background: #d9f6e7; }
.rq-question-options { display: grid; gap: 10px; margin-top: 18px; }
.rq-question-options span { border: 3px solid var(--rq-ink); background: var(--rq-white); padding: 12px; font-weight: 900; }

.rq-search-form { display: grid; grid-template-columns: 1fr auto; gap: 12px; padding: 14px; margin-top: 20px; }
.rq-search-form input { min-height: 56px; border: 3px solid var(--rq-ink); background: var(--rq-white); padding: 0 14px; font-weight: 800; }
.rq-empty { padding: 24px; text-align: center; }

.rq-final { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, auto); gap: 22px; align-items: center; padding: 24px; background: var(--rq-red); color: #fff; }
.rq-final .rq-btn { background: var(--rq-gold); color: var(--rq-ink); }
.rq-footer { display: flex; justify-content: space-between; gap: 18px; margin-top: 44px; border-top: 4px solid var(--rq-ink); padding: 18px 0 44px; }
.rq-footer p { margin: 0; }
.rq-mobile-cta { display: none; }

@media (max-width: 980px) {
  .rq-wrap { width: min(100% - 24px, 1200px); }
  .rq-mast-grid, .rq-home-hero, .rq-single-hero, .rq-layout, .rq-final { grid-template-columns: 1fr; }
  .rq-mast-meta, .rq-mast-cta { justify-self: center; text-align: center; }
  .rq-grid-3, .rq-grid-2 { grid-template-columns: 1fr 1fr; }
  .rq-card.feature { grid-column: span 1; }
  .rq-sidebar { position: static; }
  .rq-takeaways { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .rq-wrap { width: min(100% - 18px, 1200px); }
  .rq-mast { position: static; }
  .rq-brand { font-size: 2.15rem; }
  .rq-navline { overflow-x: auto; justify-content: flex-start; flex-wrap: nowrap; }
  .rq-title { font-size: clamp(2.25rem, 12vw, 4rem); line-height: .92; }
  .rq-grid-3, .rq-grid-2, .rq-takeaways, .rq-search-form { grid-template-columns: 1fr; }
  .rq-card, .rq-panel, .rq-hero, .rq-paper, .rq-sidebar-panel, .rq-search-form, .rq-final { border-width: 4px; box-shadow: 5px 5px 0 var(--rq-ink); }
  .rq-footer { display: grid; padding-bottom: 86px; }
  .rq-mobile-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 8px; padding: 8px; padding-bottom: max(8px, env(safe-area-inset-bottom)); border-top: 4px solid var(--rq-ink); background: var(--rq-ink); }
  .rq-mobile-cta a { min-height: 42px; display: grid; place-items: center; border: 3px solid var(--rq-ink); background: var(--rq-gold); color: var(--rq-ink); font-size: .62rem; text-align: center; }
  .rq-mobile-cta a:nth-child(2) { background: #229ed9; color: #fff; }
  .rq-mobile-cta a:nth-child(3) { background: #25d366; color: var(--rq-ink); }
}

/* Locked REQT Sarawak homepage fidelity layer. */
.rq-sarawak-emblem { display: inline-flex; align-items: center; justify-content: center; gap: 8px; width: fit-content; margin: 0 auto 3px; color: var(--rq-red); }
.rq-sarawak-emblem svg { width: 36px; height: 21px; fill: currentColor; filter: drop-shadow(2px 2px 0 var(--rq-ink)); }
.rq-locked-home { padding: 0 0 78px; }
.rq-cover-grid { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(330px, .78fr); gap: 22px; align-items: start; }
.rq-cover { position: relative; overflow: hidden; min-height: 560px; padding: clamp(20px, 3.2vw, 38px); display: grid; align-content: space-between; isolation: isolate; background: linear-gradient(135deg, rgba(245, 183, 0, .1), transparent 36%), var(--rq-white); }
.rq-cover::after { content: ""; position: absolute; right: -70px; top: 70px; width: 230px; height: 230px; border: 18px solid var(--rq-gold); transform: rotate(17deg); z-index: -1; }
.rq-cover::before { content: ""; position: absolute; right: -86px; bottom: -104px; width: min(54vw, 520px); height: min(54vw, 520px); background: var(--rq-stripe); opacity: .82; transform: rotate(-3deg); pointer-events: none; z-index: -1; }
.rq-cover h1 { max-width: 880px; margin: 0; font-size: clamp(2.25rem, 4.7vw, 4.35rem); line-height: .9; text-transform: uppercase; letter-spacing: 0; }
.rq-cover-copy { max-width: 760px; margin: 16px 0; font-size: clamp(1rem, 1.45vw, 1.18rem); line-height: 1.5; color: var(--rq-muted); font-weight: 650; }
.rq-cover-copy mark { background: var(--rq-gold); color: var(--rq-ink); padding: 0 .18em; }
.rq-label { font-family: "Space Mono", "Courier New", monospace; text-transform: uppercase; letter-spacing: .1em; font-size: .75rem; font-weight: 900; }
.rq-meta-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0 20px; }
.rq-meta-row span { border: 2px solid var(--rq-ink); background: var(--rq-paper); padding: 7px 9px; font-family: "Space Mono", "Courier New", monospace; text-transform: uppercase; letter-spacing: .08em; font-size: .68rem; font-weight: 900; }
.rq-editor { display: grid; grid-template-columns: 48px 1fr; gap: 12px; align-items: center; max-width: 720px; border: 3px solid var(--rq-ink); background: var(--rq-paper); padding: 12px; }
.rq-editor strong { display: grid; place-items: center; height: 48px; background: var(--rq-red); color: #fff; border: 3px solid var(--rq-ink); font-family: "Space Mono", "Courier New", monospace; }
.rq-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.rq-btn-dark { background: var(--rq-ink); color: #fff; box-shadow: 4px 4px 0 var(--rq-gold); }
.rq-side { display: grid; gap: 18px; align-content: start; }
.rq-radar { padding: 24px; background: linear-gradient(135deg, rgba(201, 21, 45, .38), transparent 42%), var(--rq-ink); color: #fff; }
.rq-radar small { color: var(--rq-gold); }
.rq-radar h2 { margin: 6px 0 18px; font-size: 2rem; line-height: 1; text-transform: uppercase; }
.rq-radar h3 { margin: 0 0 8px; font-size: 1.25rem; }
.rq-radar p { color: rgba(255,255,255,.78); line-height: 1.55; }
.rq-meter { height: 18px; border: 2px solid #fff; background: rgba(255,255,255,.13); margin: 16px 0; }
.rq-meter div { width: 78%; height: 100%; background: var(--rq-gold); }
.rq-tabs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.rq-tabs button { border: 2px solid #fff; background: transparent; color: #fff; padding: 10px 8px; font-weight: 900; text-transform: uppercase; }
.rq-tabs button:first-child { background: var(--rq-gold); color: var(--rq-ink); }
.rq-scan { padding: 20px; }
.rq-signal { display: grid; grid-template-columns: 112px 1fr 34px; gap: 10px; align-items: center; margin-top: 14px; font-weight: 900; font-size: .78rem; }
.rq-signal div { height: 13px; border: 2px solid var(--rq-ink); background: var(--rq-paper); }
.rq-signal i { display: block; height: 100%; background: var(--rq-red); }
.rq-brief { display: block; padding: 22px; background: var(--rq-gold); }
.rq-brief h3 { margin: 7px 0 14px; font-size: 1.65rem; line-height: 1.05; text-transform: uppercase; }
.rq-exam-alert { display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center; padding: 13px 16px; margin: 20px auto 0; border: 4px solid var(--rq-ink); background: var(--rq-gold); box-shadow: var(--rq-shadow); }
.rq-exam-alert strong { display: inline-flex; align-items: center; justify-content: center; min-height: 36px; padding: 8px 10px; background: var(--rq-ink); color: #fff; font-family: "Space Mono", "Courier New", monospace; text-transform: uppercase; letter-spacing: .08em; font-size: .72rem; }
.rq-exam-alert p { margin: 0; font-weight: 800; line-height: 1.45; }
.rq-exam-alert a { min-height: 40px; display: inline-flex; align-items: center; border: 3px solid var(--rq-ink); background: var(--rq-white); padding: 9px 12px; font-weight: 950; text-transform: uppercase; box-shadow: 3px 3px 0 var(--rq-ink); }
.rq-section-head-locked { display: grid; grid-template-columns: auto 1fr auto; gap: 16px; align-items: center; margin-bottom: 12px; }
.rq-section-head-locked > span, .rq-section-code { background: var(--rq-ink); color: #fff; padding: 9px 12px; font-family: "Space Mono", "Courier New", monospace; text-transform: uppercase; letter-spacing: .1em; font-weight: 900; font-size: .72rem; }
.rq-section-head-locked > div { height: 4px; background: var(--rq-ink); }
.rq-section-head-locked h2, .rq-resource h2, .rq-checklist h2 { margin: 0; font-size: clamp(1.8rem, 4vw, 4rem); text-transform: uppercase; line-height: .95; }
.rq-intro { max-width: 780px; color: var(--rq-muted); line-height: 1.6; font-size: 1.05rem; font-weight: 650; }
.rq-must-know { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 18px; }
.rq-must-card { min-height: 190px; padding: 18px; position: relative; overflow: hidden; }
.rq-must-card::after, .rq-topic-tile::after { content: ""; position: absolute; right: -38px; bottom: -44px; width: 110px; height: 110px; background: var(--rq-stripe); opacity: .65; }
.rq-must-card h3, .rq-topic-tile b, .rq-path h3 { margin: 16px 0 8px; font-size: 1.35rem; line-height: 1; text-transform: uppercase; }
.rq-must-card p, .rq-path p { margin: 0; color: var(--rq-muted); line-height: 1.45; font-weight: 650; }
.rq-num { display: inline-grid; place-items: center; width: 42px; height: 42px; background: var(--rq-ink); color: var(--rq-gold); font-family: "Space Mono", "Courier New", monospace; font-weight: 950; margin-bottom: 18px; }
.rq-topic-layout { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.3fr); gap: 22px; margin-top: 22px; }
.rq-topic-feature { padding: 26px; background: var(--rq-gold); display: grid; align-content: space-between; min-height: 360px; }
.rq-topic-feature h3 { margin: 16px 0 8px; font-size: clamp(2rem, 4vw, 4rem); line-height: .9; text-transform: uppercase; }
.rq-topic-feature p { font-size: 1.08rem; line-height: 1.5; font-weight: 700; }
.rq-topic-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.rq-topic-tile { min-height: 150px; border: 3px solid var(--rq-ink); background: var(--rq-white); padding: 16px; box-shadow: 4px 4px 0 var(--rq-ink); position: relative; overflow: hidden; }
.rq-topic-tile.rq-map::before { content: ""; position: absolute; inset: 18px 14px auto auto; width: 92px; height: 52px; opacity: .18; background: var(--rq-blue); clip-path: polygon(2% 58%, 13% 41%, 29% 34%, 38% 45%, 54% 27%, 72% 29%, 88% 18%, 98% 39%, 86% 55%, 64% 52%, 50% 72%, 29% 66%, 15% 78%); }
.rq-magazine { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(280px, .65fr); gap: 22px; align-items: start; }
.rq-story-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; margin-top: 22px; }
.rq-story { grid-column: span 3; min-height: 250px; padding: 18px; display: flex; flex-direction: column; justify-content: space-between; }
.rq-story.large { grid-column: span 4; min-height: 360px; background: var(--rq-ink); color: #fff; }
.rq-story.tall { grid-column: span 2; min-height: 360px; background: var(--rq-red); color: #fff; }
.rq-story h3 { margin: 18px 0 8px; font-size: clamp(1.3rem, 2.2vw, 2.1rem); line-height: 1; text-transform: uppercase; }
.rq-story p { color: inherit; opacity: .78; line-height: 1.5; font-weight: 650; }
.rq-art { display: grid; place-items: center; width: 88px; aspect-ratio: 1; border: 3px solid currentColor; background: var(--rq-gold); color: var(--rq-ink); font-family: "Space Mono", "Courier New", monospace; font-weight: 950; font-size: 1.25rem; overflow-wrap: anywhere; }
.rq-rank { padding: 22px; position: sticky; top: 155px; background: var(--rq-gold); }
.rq-rank ol { margin: 16px 0 0; padding-left: 24px; display: grid; gap: 15px; }
.rq-rank li { font-weight: 900; }
.rq-rank span { display: block; color: var(--rq-muted); margin-top: 4px; }
.rq-resource { display: grid; grid-template-columns: minmax(280px, .85fr) 1fr; gap: 24px; padding: 28px; background: var(--rq-ink); color: #fff; position: relative; overflow: hidden; }
.rq-resource::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(90deg, rgba(255,255,255,.14) 0 2px, transparent 2px 13px), linear-gradient(135deg, transparent 0 68%, rgba(245,183,0,.22) 68% 73%, rgba(201,21,45,.2) 73% 78%, transparent 78%); opacity: .7; pointer-events: none; }
.rq-resource > * { position: relative; z-index: 1; }
.rq-resource p { color: rgba(255,255,255,.76); line-height: 1.55; font-weight: 650; }
.rq-book { min-height: 360px; border: 4px solid #fff; background: linear-gradient(135deg, var(--rq-red) 0 32%, var(--rq-gold) 32% 54%, var(--rq-blue) 54% 100%); padding: 24px; display: grid; align-content: end; color: #fff; box-shadow: 9px 9px 0 var(--rq-gold); position: relative; overflow: hidden; }
.rq-book::before { content: "REQT"; position: absolute; top: 38px; left: 22px; font-size: 5.5rem; line-height: .8; font-weight: 950; opacity: .18; }
.rq-book h3 { margin: 8px 0; font-size: clamp(2.2rem, 5vw, 4.8rem); line-height: .88; text-transform: uppercase; }
.rq-value-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 22px 0; }
.rq-value-row > div { border: 3px solid #fff; padding: 14px; background: rgba(255,255,255,.07); }
.rq-value-row b { display: block; color: var(--rq-gold); margin-bottom: 7px; }
.rq-path { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; padding: 18px; margin-top: 22px; }
.rq-path a { border: 3px solid var(--rq-ink); padding: 15px; background: var(--rq-white); min-height: 190px; }
.rq-checklist { display: grid; grid-template-columns: 1fr minmax(280px, .55fr); gap: 22px; align-items: center; padding: 30px; margin-bottom: 70px; background: var(--rq-red); color: #fff; position: relative; overflow: hidden; }
.rq-checklist::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 12px; background: linear-gradient(var(--rq-gold), var(--rq-gold)) top / 100% 33.33% no-repeat, linear-gradient(var(--rq-ink), var(--rq-ink)) center / 100% 33.33% no-repeat, linear-gradient(var(--rq-gold), var(--rq-gold)) bottom / 100% 33.33% no-repeat; border-right: 4px solid #fff; }
.rq-checklist p { color: rgba(255,255,255,.82); font-size: 1.05rem; line-height: 1.55; font-weight: 650; }
.rq-email-box { display: grid; gap: 12px; border: 4px solid #fff; background: var(--rq-ink); padding: 18px; position: relative; z-index: 1; }
.rq-email-box .rq-btn { width: 100%; }

@media (max-width: 1099px) {
  .rq-cover-grid, .rq-magazine, .rq-resource, .rq-checklist { grid-template-columns: 1fr; }
  .rq-side { grid-template-columns: repeat(3, 1fr); }
  .rq-radar h2 { font-size: 1.65rem; }
  .rq-path { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .rq-side, .rq-section-head-locked, .rq-topic-layout, .rq-topic-grid, .rq-must-know, .rq-value-row, .rq-path { grid-template-columns: 1fr; }
  .rq-section-head-locked > div { width: 100%; }
  .rq-story, .rq-story.large, .rq-story.tall { grid-column: span 6; min-height: auto; }
  .rq-rank { position: static; }
  .rq-cover { min-height: auto; }
}

@media (max-width: 620px) {
  .rq-ticker { display: none; }
  .rq-sarawak-emblem span, .rq-mast-grid .rq-mast-meta { display: none; }
  .rq-sarawak-emblem svg { width: 30px; height: 18px; filter: drop-shadow(1px 1px 0 var(--rq-ink)); }
  .rq-navline { display: none; }
  .rq-issue span { display: none; }
  .rq-issue::after { content: "Semak email/SMS, login dan internet sebelum mula."; }
  .rq-cover, .rq-resource, .rq-checklist { padding: 18px; }
  .rq-cover h1 { font-size: clamp(2.12rem, 10.7vw, 2.58rem); }
  .rq-cover::after { width: 170px; height: 170px; border-width: 14px; right: -72px; top: 84px; }
  .rq-editor { grid-template-columns: 40px 1fr; padding: 10px; }
  .rq-editor strong { height: 40px; }
  .rq-hero-actions .rq-btn { width: 100%; }
  .rq-exam-alert { grid-template-columns: 1fr; gap: 10px; }
  .rq-exam-alert a { justify-content: center; }
}
