:root {
  --ink: #f7f7f2;
  --muted: #a4a8b0;
  --gold: #f0b534;
  --gold-soft: #ffd875;
  --ember: #f05335;
  --coal: #08090b;
  --panel: #111418;
  --panel-raised: #171b20;
  --line: rgba(255, 255, 255, .12);
  --line-gold: rgba(240, 181, 52, .44);
  --shadow: 0 22px 62px rgba(0, 0, 0, .34);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--coal); }
body { margin: 0; color: var(--ink); background: var(--coal); font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif; line-height: 1.65; }
body::before { content: ""; position: fixed; inset: 0; z-index: -2; pointer-events: none; opacity: .42; background-image: radial-gradient(circle at 92% 0%, rgba(240,181,52,.1), transparent 24%), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px); background-size: auto, 48px 48px; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; width: 100%; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(8,9,11,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.utility { min-height: 30px; border-bottom: 1px solid rgba(255,255,255,.065); background: #050607; }
.utility-inner { min-height: 30px; display: flex; align-items: center; justify-content: space-between; color: #aeb2b9; font-size: .72rem; letter-spacing: .04em; }
.utility-note { display: inline-flex; align-items: center; gap: 8px; }
.utility-dot { width: 6px; height: 6px; background: var(--gold); border-radius: 50%; box-shadow: 0 0 12px rgba(240,181,52,.85); }
.utility-links { display: flex; gap: 16px; }
.utility-links span:last-child { color: var(--gold-soft); }
.header-inner { min-height: 68px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 9px; min-width: max-content; font-family: Impact, "Arial Black", sans-serif; font-size: 1.35rem; letter-spacing: .035em; line-height: 1; }
.brand-mark { width: 33px; aspect-ratio: 1; display: grid; place-items: center; color: #10100d; font-family: Arial, sans-serif; font-weight: 900; font-size: .84rem; background: linear-gradient(135deg, #ffe594 0%, var(--gold) 58%, #c67a17 100%); clip-path: polygon(50% 0, 90% 15%, 100% 50%, 74% 92%, 50% 100%, 26% 92%, 0 50%, 10% 15%); }
.brand strong { color: var(--gold); font-weight: inherit; }
/* Official WinZone8 image mark: original gold logo on the dark shared header and footer. */
.brand { width: 216px; height: 58px; min-width: 216px; padding: 0; background: url("images/winzone8-logo.png") left center / contain no-repeat; }
.brand > span { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.site-footer .brand { width: 188px; height: 51px; min-width: 188px; }
.main-nav { display: flex; align-items: stretch; flex: 1; gap: 0; }
.main-nav a { position: relative; padding: 21px 14px 18px; color: #c7c9cb; font-size: .9rem; white-space: nowrap; transition: color .18s ease; }
.main-nav a::after { content: ""; position: absolute; right: 14px; bottom: 0; left: 14px; height: 2px; background: var(--gold); transform: scaleX(0); transform-origin: center; transition: transform .18s ease; }
.main-nav a:hover, .main-nav a.active { color: #fff; }
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); }
.header-cta, .btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 0; cursor: pointer; border-radius: 4px; font-weight: 900; transition: transform .16s ease-out, filter .16s ease-out; }
.header-cta { padding: 10px 16px; color: #fff; background: linear-gradient(90deg, #e8452f, #f36a42); box-shadow: 0 8px 20px rgba(239,78,47,.24); white-space: nowrap; font-size: .88rem; }
.header-cta:hover, .btn:hover { filter: brightness(1.08); transform: translateY(-1px); }
.header-cta:active, .btn:active { transform: scale(.97); }
.nav-toggle { display: none; border: 1px solid var(--line); background: transparent; color: #fff; border-radius: 4px; padding: 7px 10px; }

.category-nav { border-top: 1px solid rgba(255,255,255,.05); background: #0d1013; }
.category-list { display: flex; align-items: center; min-height: 42px; overflow-x: auto; scrollbar-width: none; }
.category-list::-webkit-scrollbar { display: none; }
.category-list a { display: inline-flex; align-items: center; gap: 8px; min-width: max-content; padding: 9px 18px; color: #adb1b8; border-right: 1px solid rgba(255,255,255,.075); font-size: .82rem; font-weight: 700; transition: color .18s, background .18s; }
.category-list a:first-child { border-left: 1px solid rgba(255,255,255,.075); }
.category-list a::before { content: ""; width: 5px; height: 5px; background: #4b5058; border-radius: 50%; transition: background .18s; }
.category-list a:hover, .category-list a.active { color: var(--gold-soft); background: rgba(240,181,52,.065); }
.category-list a:hover::before, .category-list a.active::before { background: var(--gold); }

.focus-banner { position: relative; isolation: isolate; overflow: hidden; min-height: 500px; display: grid; align-items: end; border-bottom: 1px solid rgba(255,255,255,.08); }
.focus-banner::before { content: ""; position: absolute; inset: 0; z-index: -2; background: url("images/wz8-gold-service-banner.png") center/cover no-repeat; filter: saturate(.9) contrast(1.04); }
.focus-banner::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(8,9,11,.99) 0%, rgba(8,9,11,.85) 36%, rgba(8,9,11,.19) 78%), linear-gradient(0deg, #08090b 0%, transparent 45%); }
.focus-content { padding: 66px 0 52px; max-width: 735px; }
.eyebrow { margin: 0 0 15px; color: var(--gold-soft); font-size: .76rem; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
h1,h2,h3,p { margin-top: 0; }
h1 { max-width: 700px; margin-bottom: 18px; font-family: Impact, "Arial Black", sans-serif; font-size: clamp(3rem, 6.5vw, 6.2rem); line-height: .98; letter-spacing: .01em; }
.accent { color: var(--gold); }
.hero-desc { max-width: 590px; margin-bottom: 28px; color: #e0e0de; font-size: 1.04rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; }
.btn { padding: 12px 19px; font-size: .92rem; }
.btn-primary { color: #15120b; background: linear-gradient(90deg, #f1b82f, #ffd96d); box-shadow: 0 10px 24px rgba(240,181,52,.18); }
.btn-secondary { color: #fff; border: 1px solid rgba(255,255,255,.34); background: rgba(9,10,12,.38); }
.focus-meta { display: flex; align-items: center; gap: 20px; margin-top: 35px; color: #bec0c3; font-size: .79rem; }
.focus-meta strong { color: var(--gold-soft); font-family: Impact, "Arial Black", sans-serif; font-size: 1.3rem; letter-spacing: .04em; }

.trust-strip { position: relative; z-index: 2; margin-top: -1px; background: #12161a; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { min-height: 132px; padding: 23px 25px; border-right: 1px solid var(--line); }
.trust-item:first-child { border-left: 1px solid var(--line); }
.trust-kicker { display: block; margin-bottom: 6px; color: var(--gold); font-family: Impact, "Arial Black", sans-serif; font-size: 1.05rem; letter-spacing: .04em; }
.trust-item h3 { margin: 0 0 5px; font-size: .98rem; }
.trust-item p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.55; }

.service-guide { padding: 74px 0 0; }
.guide-panel { position: relative; isolation: isolate; overflow: hidden; display: grid; grid-template-columns: 1.08fr .92fr; min-height: 330px; border: 1px solid var(--line-gold); background: #12100b; box-shadow: var(--shadow); }
.guide-panel::before { content: ""; position: absolute; inset: 0; z-index: -2; background: url("images/wz8-gold-service-banner.png") center right/cover no-repeat; }
.guide-panel::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(8,9,11,.98) 0%, rgba(8,9,11,.84) 46%, rgba(8,9,11,.22) 100%); }
.guide-copy { padding: 44px; }
.guide-copy h2 { max-width: 530px; margin: 0 0 12px; font-family: Impact, "Arial Black", sans-serif; font-size: clamp(2rem, 3.6vw, 3.2rem); line-height: 1.06; }
.guide-copy p:not(.eyebrow) { max-width: 560px; margin: 0; color: #d3d2cf; }
.guide-steps { position: relative; display: grid; align-content: center; padding: 25px; gap: 10px; }
.guide-step { display: grid; grid-template-columns: 40px 1fr; align-items: center; gap: 13px; padding: 15px; border: 1px solid rgba(255,255,255,.15); background: rgba(10,10,9,.54); backdrop-filter: blur(4px); }
.guide-step b { display: grid; place-items: center; width: 40px; aspect-ratio: 1; color: #1b1305; background: var(--gold-soft); font-family: Impact, sans-serif; }
.guide-step strong { display: block; color: #fff; font-size: .9rem; }
.guide-step span { color: var(--muted); font-size: .78rem; }

.section { padding: 82px 0; }
.section-alt { background: #0c0f12; border-top: 1px solid rgba(255,255,255,.06); border-bottom: 1px solid rgba(255,255,255,.06); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 30px; }
.section-heading > div { max-width: 650px; }
.section-heading.center { display: block; max-width: 680px; margin-left: auto; margin-right: auto; text-align: center; }
.section-heading h2 { margin: 0 0 10px; font-family: Impact, "Arial Black", sans-serif; font-size: clamp(2.1rem, 4vw, 3.2rem); line-height: 1.05; letter-spacing: .01em; }
.section-heading h2 span { color: var(--gold); }
.section-heading p { margin: 0; color: var(--muted); }
.section-link { min-width: max-content; color: var(--gold-soft); font-size: .88rem; font-weight: 800; }
.grid { display: grid; gap: 18px; }
.service-grid { grid-template-columns: repeat(3, 1fr); }
.service-card { position: relative; overflow: hidden; min-height: 395px; display: flex; flex-direction: column; border: 1px solid var(--line); background: var(--panel); box-shadow: var(--shadow); }
.service-card::before { content: ""; position: absolute; top: 0; right: 0; left: 0; height: 4px; background: var(--gold); }
.service-card img { height: 205px; object-fit: cover; filter: saturate(.86); transition: transform .32s ease; }
.service-card:hover img { transform: scale(1.035); }
.service-body { display: flex; flex: 1; flex-direction: column; padding: 21px; }
.service-index { position: absolute; top: 14px; left: 14px; display: grid; place-items: center; width: 34px; height: 34px; color: #1a1408; background: var(--gold-soft); font-family: Impact, sans-serif; font-size: 1rem; }
.service-type { color: var(--gold-soft); font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.service-body h3 { margin: 5px 0 8px; font-size: 1.42rem; }
.service-body p { margin-bottom: 18px; color: var(--muted); font-size: .9rem; }
.text-link { margin-top: auto; color: var(--gold-soft); font-size: .9rem; font-weight: 900; }
.text-link:hover { color: #fff; }

.info-band { display: grid; grid-template-columns: 1.15fr .85fr; border: 1px solid var(--line); background: linear-gradient(110deg, #14181c, #0c0f12); }
.info-band-copy { padding: 34px; }
.info-band-copy h2 { margin-bottom: 10px; font-family: Impact, "Arial Black", sans-serif; font-size: 2rem; line-height: 1.08; }
.info-band-copy p { margin-bottom: 18px; color: var(--muted); }
.info-band-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; border-left: 1px solid var(--line); }
.info-point { padding: 26px; border-bottom: 1px solid var(--line); }
.info-point:nth-child(odd) { border-right: 1px solid var(--line); }
.info-point b { display: block; margin-bottom: 7px; color: var(--gold); font-size: .86rem; letter-spacing: .08em; }
.info-point span { color: var(--muted); font-size: .82rem; }

.page-banner { position: relative; isolation: isolate; min-height: 330px; display: grid; align-items: end; overflow: hidden; border-bottom: 1px solid var(--line); }
.page-banner::before { content: ""; position: absolute; inset: 0; z-index: -2; background: url("images/promotions-bg.jpg") center/cover no-repeat; filter: saturate(.7); }
.page-banner.pp-banner::before { background-image: url("images/slot-machines.jpg"); }
.page-banner.dg-banner::before { background-image: url("images/live-casino.jpg"); }
.page-banner.score-banner::before { background-image: url("images/sports-betting.jpg"); }
.page-banner::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(8,9,11,.97), rgba(8,9,11,.7) 46%, rgba(8,9,11,.22)), linear-gradient(0deg, #08090b, transparent 55%); }
.page-banner .container { padding-bottom: 46px; }
.page-banner h1 { max-width: 760px; margin: 0 0 12px; font-size: clamp(3rem, 5.7vw, 5.2rem); }
.page-banner p:not(.eyebrow) { max-width: 620px; margin: 0; color: #d5d6d7; }

.demo-grid { grid-template-columns: repeat(3, 1fr); }
.demo-card { overflow: hidden; border: 1px solid var(--line); background: var(--panel); transition: transform .18s ease, border-color .18s ease; }
.demo-card:hover { transform: translateY(-3px); border-color: var(--line-gold); }
.demo-visual { position: relative; height: 156px; display: flex; align-items: flex-end; padding: 14px; background: linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.68)), url("images/slot-machines.jpg") center/cover; }
.demo-card:nth-child(2n) .demo-visual { background-image: linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.68)), url("images/live-casino.jpg"); }
.demo-card:nth-child(3n) .demo-visual { background-image: linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.68)), url("images/sports-betting.jpg"); }
.demo-visual span { padding: 3px 7px; color: #181207; background: var(--gold-soft); font-size: .7rem; font-weight: 900; letter-spacing: .06em; }
.demo-content { padding: 17px; }
.demo-content h2 { margin-bottom: 6px; font-size: 1.1rem; }
.demo-content p { min-height: 44px; margin-bottom: 14px; color: var(--muted); font-size: .85rem; }
.demo-content .btn { width: 100%; padding: 10px; color: #161007; background: var(--gold); }
.demo-notice { max-width: 860px; margin: 28px auto 0; padding: 16px 19px; border-left: 3px solid var(--gold); background: rgba(240,181,52,.06); color: #d5d0c4; font-size: .86rem; }

.iframe-panel { overflow: hidden; min-height: 560px; border: 1px solid var(--line-gold); border-radius: 6px; background: #050607; box-shadow: var(--shadow); }
.iframe-panel iframe { display: block; width: 100%; min-height: 620px; height: 72vh; border: 0; }
.score-panel iframe { min-height: 650px; height: 76vh; }
.embed-caption { margin-top: 12px; color: var(--muted); font-size: .84rem; text-align: center; }
.feature-grid { grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.feature { min-height: 180px; padding: 24px; background: #111419; border-right: 1px solid var(--line); }
.feature:last-child { border-right: 0; }
.feature .number { color: var(--gold); font-family: Impact, sans-serif; font-size: 1.2rem; letter-spacing: .08em; }
.feature h3 { margin: 12px 0 6px; font-size: 1rem; }
.feature p { margin: 0; color: var(--muted); font-size: .85rem; }

.modal { position: fixed; inset: 0; z-index: 100; display: none; align-items: center; justify-content: center; padding: 20px; background: rgba(0,0,0,.84); backdrop-filter: blur(8px); }
.modal.open { display: flex; }
.modal-box { position: relative; width: min(1160px, 100%); height: min(86vh, 760px); overflow: hidden; border: 1px solid var(--line-gold); border-radius: 6px; background: #000; box-shadow: 0 26px 85px rgba(0,0,0,.7); }
.modal-box iframe { width: 100%; height: 100%; border: 0; }
.modal-close { position: absolute; top: 10px; right: 10px; z-index: 2; width: 36px; height: 36px; border: 1px solid rgba(255,255,255,.25); border-radius: 4px; cursor: pointer; background: rgba(0,0,0,.72); color: #fff; font-size: 1.35rem; }

.site-footer { background: #050607; border-top: 1px solid var(--line); }
.footer-inner { display: grid; grid-template-columns: 1.3fr .9fr .9fr; gap: 30px; padding: 42px 0 28px; }
.footer-inner p { max-width: 430px; color: var(--muted); font-size: .86rem; }
.footer-list { display: grid; align-content: start; gap: 7px; color: var(--muted); font-size: .87rem; }
.footer-list strong { margin-bottom: 5px; color: #fff; }
.footer-list a:hover { color: var(--gold-soft); }
.copyright { margin: 0; padding: 15px 0; color: #777c84; border-top: 1px solid rgba(255,255,255,.07); font-size: .75rem; text-align: center; }

@media (max-width: 900px) {
  .header-inner { min-height: 62px; gap: 15px; }
  .brand { width: 170px; height: 46px; min-width: 170px; }
  .nav-toggle { display: inline-flex; margin-left: auto; }
  .main-nav { position: absolute; top: 98px; right: 0; left: 0; display: none; flex-direction: column; padding: 9px 20px 14px; background: #101317; border-bottom: 1px solid var(--line); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 11px 8px; border-bottom: 1px solid rgba(255,255,255,.06); }
  .main-nav a::after { display: none; }
  .header-cta { display: none; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(3) { border-left: 1px solid var(--line); }
  .service-grid, .demo-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .feature:nth-child(2) { border-right: 0; }
  .info-band { grid-template-columns: 1fr; }
  .info-band-list { border-top: 1px solid var(--line); border-left: 0; }
  .guide-panel { grid-template-columns: 1fr; }
  .guide-copy { padding-bottom: 20px; }
  .guide-steps { padding-top: 0; }
}
@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1180px); }
  .brand { width: 150px; height: 41px; min-width: 150px; }
  .site-footer .brand { width: 174px; height: 47px; min-width: 174px; }
  .utility-links { gap: 8px; }
  .utility-links span:first-child { display: none; }
  .category-list a { padding-right: 14px; padding-left: 14px; }
  .focus-banner { min-height: 540px; }
  .focus-content { padding: 64px 0 38px; }
  .hero-desc { font-size: .95rem; }
  .focus-meta { gap: 13px; font-size: .72rem; }
  .section { padding: 60px 0; }
  .section-heading { display: block; }
  .section-link { display: inline-block; margin-top: 12px; }
  .trust-grid, .service-grid, .demo-grid, .feature-grid, .footer-inner { grid-template-columns: 1fr; }
  .trust-item, .trust-item:first-child, .trust-item:nth-child(3), .feature { border-right: 0; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .trust-item:last-child, .feature:last-child { border-bottom: 0; }
  .service-card { min-height: 360px; }
  .info-band-list { grid-template-columns: 1fr; }
  .info-point, .info-point:nth-child(odd) { border-right: 0; }
  .page-banner { min-height: 294px; }
  .service-guide { padding-top: 52px; }
  .guide-copy { padding: 30px 24px 15px; }
  .guide-steps { padding: 10px 24px 24px; }
  .iframe-panel iframe { min-height: 570px; }
}

/* WINZONE8 guide pages: editorial reading layout aligned with the existing dark-gold portal. */
.guide-landing { padding: 78px 0; }
.guide-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.guide-card { display: flex; min-height: 290px; flex-direction: column; padding: 25px; border: 1px solid var(--line); background: linear-gradient(145deg, #17130b, #101317 65%); box-shadow: var(--shadow); }
.guide-card .article-number { color: var(--gold); font-family: Impact, sans-serif; font-size: 1.3rem; letter-spacing: .08em; }
.guide-card h2 { margin: 24px 0 10px; font-size: 1.42rem; line-height: 1.25; }
.guide-card p { margin: 0 0 22px; color: var(--muted); font-size: .88rem; }
.guide-card .text-link { margin-top: auto; }
.article-hero { position: relative; isolation: isolate; overflow: hidden; min-height: 345px; display: grid; align-items: end; border-bottom: 1px solid var(--line); }
.article-hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: url("images/wz8-gold-service-banner.png") center/cover no-repeat; filter: saturate(.75); }
.article-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(8,9,11,.98), rgba(8,9,11,.82) 48%, rgba(8,9,11,.14)); }
.article-hero .container { padding-bottom: 48px; }
.article-meta { margin: 0 0 12px; color: var(--gold-soft); font-size: .78rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.article-hero h1 { max-width: 890px; margin: 0 0 13px; font-size: clamp(2.7rem, 5.2vw, 4.8rem); }
.article-hero .lead { max-width: 680px; margin: 0; color: #dededb; font-size: 1.02rem; }
.article-wrap { padding: 70px 0 86px; }
.article-layout { display: grid; grid-template-columns: 235px minmax(0, 760px); gap: 56px; justify-content: center; }
.article-aside { align-self: start; position: sticky; top: 155px; padding: 19px; border: 1px solid var(--line); background: #111418; }
.article-aside strong { display: block; margin-bottom: 11px; color: var(--gold-soft); font-size: .75rem; letter-spacing: .13em; }
.article-aside a { display: block; padding: 7px 0; color: var(--muted); border-top: 1px solid rgba(255,255,255,.07); font-size: .85rem; }
.article-aside a:hover { color: #fff; }
.article-content { color: #d6d6d2; font-size: 1rem; }
.article-content h2 { margin: 46px 0 14px; color: #fff; font-family: Impact, "Arial Black", sans-serif; font-size: 2rem; letter-spacing: .01em; }
.article-content h2:first-child { margin-top: 0; }
.article-content h3 { margin: 27px 0 9px; color: var(--gold-soft); font-size: 1.08rem; }
.article-content p { margin-bottom: 17px; }
.article-content ol { display: grid; gap: 10px; margin: 0 0 22px; padding: 0; list-style: none; counter-reset: step; }
.article-content li { position: relative; min-height: 48px; padding: 13px 13px 13px 54px; border: 1px solid var(--line); background: #111418; }
.article-content li::before { counter-increment: step; content: counter(step, decimal-leading-zero); position: absolute; top: 13px; left: 14px; color: var(--gold); font-family: Impact, sans-serif; }
.article-note { margin: 29px 0; padding: 18px 19px; border-left: 3px solid var(--gold); background: rgba(240,181,52,.075); color: #e4dcc5; font-size: .9rem; }
.article-next { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 44px; padding: 21px; border: 1px solid var(--line-gold); background: linear-gradient(100deg, #15130c, #0e1115); }
.article-next span { color: var(--muted); font-size: .88rem; }
.article-next a { color: var(--gold-soft); font-weight: 900; }
@media (max-width: 900px) { .guide-list { grid-template-columns: 1fr; } .article-layout { grid-template-columns: 1fr; gap: 30px; } .article-aside { position: static; display: flex; flex-wrap: wrap; gap: 0 16px; } .article-aside strong { width: 100%; } .article-aside a { border-top: 0; } }
@media (max-width: 560px) { .guide-landing { padding: 55px 0; } .article-hero { min-height: 310px; } .article-hero .container { padding-bottom: 38px; } .article-wrap { padding: 50px 0 64px; } .article-next { display: grid; } }
