/* CASH88 UI system — HH88-inspired information hierarchy, original Cash88 black / emerald / gold identity. */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=Montserrat:wght@500;600;700;800;900&family=Noto+Sans+TC:wght@400;500;600;700;900&display=swap');

:root {
  --ink: #090b0a;
  --ink-elevated: #101411;
  --ink-card: #141a16;
  --ink-soft: #1a211c;
  --line: rgba(255, 255, 255, .11);
  --line-bright: rgba(255, 222, 111, .32);
  --text: #f6f6ef;
  --text-soft: #c1c6bd;
  --text-muted: #899188;
  /* Compatibility aliases used by existing static subpages. */
  --bg-primary: var(--ink);
  --bg-secondary: var(--ink-elevated);
  --bg-card: var(--ink-card);
  --text-primary: var(--text);
  --text-secondary: var(--text-soft);
  --gold-light: #ffe68e;
  --green-dark: var(--green-deep);
  --purple: #a883ff;
  --border: var(--line);
  --gold: #ffd84d;
  --gold-deep: #ecb917;
  --green: #76dc2e;
  --green-deep: #3c9b16;
  --red: #ef313d;
  --shadow: 0 24px 70px rgba(0, 0, 0, .35);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--ink); color: var(--text); font-family: 'Noto Sans TC', sans-serif; line-height: 1.65; overflow-x: hidden; }
body::before { background-image: radial-gradient(rgba(255,255,255,.045) .7px, transparent .7px); background-size: 5px 5px; content: ''; inset: 0; opacity: .28; pointer-events: none; position: fixed; z-index: -1; }
a { color: inherit; text-decoration: none; }
img { display: block; height: auto; max-width: 100%; }
.container { margin: 0 auto; max-width: 1240px; padding: 0 20px; width: 100%; }

/* Two-level navigation */
.utility-bar { background: #050605; border-bottom: 1px solid rgba(255,255,255,.07); color: var(--text-muted); font-size: .76rem; }
.utility-bar .container { align-items: center; display: flex; justify-content: space-between; min-height: 34px; }
.utility-links { display: flex; gap: 18px; }
.utility-links a:hover { color: var(--gold); }
.utility-note { letter-spacing: .06em; text-transform: uppercase; }
.header { background: rgba(9, 11, 10, .96); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 100; }
.header .container { align-items: center; display: flex; gap: 24px; justify-content: space-between; min-height: 72px; }
.header-logo { flex: 0 0 auto; padding: 6px 0; }
.header-logo img { height: 42px; object-fit: contain; width: auto; }
.nav-main { align-items: stretch; align-self: stretch; display: flex; flex: 1 1 auto; gap: 0; justify-content: center; list-style: none; overflow-x: auto; scrollbar-width: none; }
.nav-main::-webkit-scrollbar { display: none; }
.nav-main li { display: flex; }
.nav-main a { align-items: center; border-bottom: 3px solid transparent; color: var(--text-soft); display: flex; font-size: .84rem; font-weight: 700; padding: 0 12px; position: relative; transition: color .18s ease, background .18s ease; white-space: nowrap; }
.nav-main a:hover { background: rgba(255,255,255,.04); color: var(--gold); }
.nav-main a.active { border-bottom-color: var(--gold); color: #fff; }
.header-cta { display: flex; flex: 0 0 auto; gap: 8px; }
.btn { align-items: center; border: 1px solid transparent; cursor: pointer; display: inline-flex; font-family: 'Noto Sans TC', sans-serif; font-size: .87rem; font-weight: 900; gap: .45rem; justify-content: center; letter-spacing: .02em; min-height: 40px; padding: .58rem 1rem; transition: transform .16s ease, filter .16s ease, background .16s ease; }
.btn:active { transform: translateY(1px) scale(.985); }
.btn-primary { background: var(--gold); box-shadow: inset 0 -3px 0 rgba(108,75,0,.28); color: #151200; }
.btn-primary:hover { filter: brightness(1.08); }
.btn-outline { background: #151a16; border-color: rgba(118,220,46,.68); color: #b7ee83; }
.btn-outline:hover { background: var(--green); border-color: var(--green); color: #071004; }
.mobile-toggle { background: transparent; border: 0; color: var(--text); display: none; font-size: 1.5rem; }
.mobile-nav { background: #090b0a; display: none; flex-direction: column; gap: 2px; inset: 0; overflow-y: auto; padding: 24px; position: fixed; z-index: 400; }
.mobile-nav.active { display: flex; }
.mobile-close { align-self: flex-end; background: transparent; border: 0; color: var(--text); font-size: 2rem; }
.mobile-nav a { border-bottom: 1px solid var(--line); font-weight: 700; padding: 14px 4px; }

/* Homepage hero */
.hero { background: #0b0f0c; overflow: hidden; padding: 44px 0 34px; position: relative; }
.hero::after { background: linear-gradient(90deg, #090b0a 0%, rgba(9,11,10,.73) 44%, rgba(9,11,10,.16) 100%); content: ''; inset: 0; pointer-events: none; position: absolute; }
.hero-bg { background-position: 75% center; background-size: cover; filter: saturate(.88) contrast(1.06); inset: 0; opacity: .58; position: absolute; }
.hero .container { position: relative; z-index: 1; }
.hero-shell { border: 1px solid var(--line-bright); box-shadow: var(--shadow); display: grid; gap: 36px; grid-template-columns: minmax(0, 1.45fr) 290px; min-height: 386px; padding: clamp(28px, 5vw, 58px); position: relative; }
.hero-shell::before { background: linear-gradient(180deg, rgba(118,220,46,.14), transparent 45%); content: ''; inset: 0; pointer-events: none; position: absolute; }
.hero-content { align-self: center; max-width: 660px; position: relative; }
.eyebrow { align-items: center; color: var(--gold); display: flex; font-family: 'Montserrat', sans-serif; font-size: .72rem; font-weight: 800; gap: 10px; letter-spacing: .13em; margin-bottom: 15px; text-transform: uppercase; }
.eyebrow::before { background: var(--green); content: ''; display: inline-block; height: 8px; transform: skewX(-18deg); width: 24px; }
.hero h1 { font-family: 'Barlow Condensed', 'Noto Sans TC', sans-serif; font-size: clamp(3rem, 7.8vw, 6.25rem); font-weight: 800; letter-spacing: -.035em; line-height: .9; margin-bottom: 18px; text-transform: uppercase; }
.hero h1 .gold { color: var(--gold); text-shadow: 0 5px 22px rgba(255,216,77,.18); }
.hero h1 .hero-sub { color: #fff; display: block; font-family: 'Noto Sans TC', sans-serif; font-size: clamp(1.38rem, 2.3vw, 2.15rem); font-weight: 900; letter-spacing: .02em; margin-top: 14px; text-transform: none; }
.hero-copy { color: var(--text-soft); font-size: 1rem; max-width: 600px; }
.hero-stats { color: #d5ddcf; font-size: .8rem; font-weight: 700; margin: 23px 0; }
.hero-stats span { color: var(--gold); margin: 0 6px; }
.hero-btns { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-btns .btn { min-height: 46px; padding: .7rem 1.3rem; }
.hero-side { align-self: stretch; background: rgba(5,7,6,.69); border: 1px solid rgba(255,255,255,.12); display: flex; flex-direction: column; padding: 22px; position: relative; }
.hero-side h2 { color: var(--gold); font-size: 1rem; margin-bottom: 12px; }
.quick-list { list-style: none; }
.quick-list li + li { border-top: 1px solid rgba(255,255,255,.08); }
.quick-list a { align-items: center; color: #eff2e9; display: flex; font-size: .9rem; font-weight: 700; justify-content: space-between; padding: 11px 0; }
.quick-list a::after { color: var(--green); content: '→'; }
.quick-list a:hover { color: var(--gold); }

/* Section and card system */
section { padding: 68px 0; }
.section-head { align-items: end; display: flex; gap: 24px; justify-content: space-between; margin-bottom: 25px; }
.section-title { font-family: 'Barlow Condensed', 'Noto Sans TC', sans-serif; font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; letter-spacing: -.02em; line-height: 1.05; margin-bottom: 10px; }
.section-kicker { color: var(--green); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.section-subtitle { color: var(--text-soft); font-size: .94rem; max-width: 630px; }
.text-link { border-bottom: 1px solid currentColor; color: var(--gold); flex: 0 0 auto; font-size: .85rem; font-weight: 800; padding-bottom: 2px; }
.text-link:hover { color: #fff; }
.quick-grid { display: grid; grid-template-columns: repeat(6, 1fr); }
.quick-card { background: #0d110e; border: 1px solid var(--line); min-height: 168px; padding: 22px 16px; position: relative; transition: background .2s ease, transform .2s ease; }
.quick-card + .quick-card { border-left: 0; }
.quick-card:hover { background: #182019; transform: translateY(-4px); z-index: 2; }
.quick-card .card-index { color: var(--red); font-family: 'Montserrat', sans-serif; font-size: .7rem; font-weight: 900; letter-spacing: .08em; }
.quick-card h3 { font-size: 1rem; margin: 26px 0 7px; }
.quick-card p { color: var(--text-muted); font-size: .78rem; line-height: 1.5; }
.quick-card .mini-arrow { bottom: 16px; color: var(--gold); font-size: 1rem; position: absolute; right: 16px; }
.feature-grid { display: grid; gap: 22px; grid-template-columns: 1.05fr .95fr; }
.feature-visual { background: #111711; min-height: 360px; overflow: hidden; position: relative; }
.feature-visual img { height: 100%; object-fit: cover; width: 100%; }
.feature-visual::after { background: linear-gradient(0deg, rgba(0,0,0,.66), transparent 55%); content: ''; inset: 0; position: absolute; }
.feature-copy { background: linear-gradient(135deg, #151b17, #10130f); border: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; padding: clamp(28px, 4vw, 50px); }
.feature-copy h2 { font-family: 'Barlow Condensed', 'Noto Sans TC', sans-serif; font-size: clamp(2.4rem, 4vw, 3.55rem); line-height: .95; margin: 11px 0 16px; }
.feature-copy p { color: var(--text-soft); margin-bottom: 24px; }
.feature-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 27px; }
.feature-tags span { border: 1px solid rgba(118,220,46,.45); color: #bced89; font-size: .73rem; font-weight: 800; padding: 5px 8px; }
.content-band { background: var(--ink-elevated); border-block: 1px solid var(--line); }
.experience-grid { display: grid; gap: 16px; grid-template-columns: repeat(3, 1fr); }
.experience-card { background: #0b0e0b; border: 1px solid var(--line); display: flex; flex-direction: column; min-height: 234px; padding: 24px; position: relative; }
.experience-card::before { background: var(--accent, var(--gold)); content: ''; height: 3px; left: 0; position: absolute; top: 0; width: 48px; }
.experience-card h3 { font-size: 1.13rem; margin: 18px 0 9px; }
.experience-card p { color: var(--text-soft); font-size: .86rem; }
.experience-card .card-action { color: var(--gold); font-size: .82rem; font-weight: 800; margin-top: auto; padding-top: 20px; }
.cards-grid { display: grid; gap: 16px; grid-template-columns: repeat(auto-fill, minmax(245px, 1fr)); }
.card { background: var(--ink-card); border: 1px solid var(--line); border-radius: 0; padding: 22px; transition: border-color .2s ease, transform .2s ease; }
.card:hover { border-color: rgba(255,216,77,.55); transform: translateY(-3px); }
.card-icon { font-size: 1.7rem; margin-bottom: 16px; }
.card h3 { font-size: 1.04rem; margin-bottom: 7px; }
.card p { color: var(--text-soft); font-size: .84rem; }
.bg-alt { background: var(--ink-elevated); border-block: 1px solid var(--line); }

/* Existing static subpages inherit the current design without altering their SEO markup. */
body > section:first-of-type:not(.hero) { background: linear-gradient(135deg, #111911 0%, #0b0e0b 56%, #101611 100%); border-bottom: 1px solid var(--line); position: relative; }
body > section:first-of-type:not(.hero)::before { background: linear-gradient(90deg, var(--green), transparent); content: ''; height: 3px; left: 0; position: absolute; top: 0; width: min(250px, 36vw); }
body > section:first-of-type:not(.hero) .section-title { color: var(--gold); max-width: 800px; }
body > section:first-of-type:not(.hero) .section-title::after { background: var(--green); content: ''; display: block; height: 4px; margin-top: 13px; width: 46px; }
body > section:first-of-type:not(.hero) .container > div[style*="max-width"] { background: rgba(5, 7, 6, .34); border-left: 1px solid rgba(255,216,77,.35); margin-top: 24px; padding: 20px 24px; }
body > section:first-of-type:not(.hero) .container > div[style*="max-width"] p + p { border-top: 1px solid var(--line); margin-top: 17px; padding-top: 17px; }

/* Existing content modules and embedded tools */
.game-modal { align-items: center; background: rgba(0,0,0,.9); display: none; inset: 0; justify-content: center; padding: 1rem; position: fixed; z-index: 1000; }
.game-modal.active { display: flex; }
.game-modal-inner { border: 1px solid var(--gold); height: 82vh; max-width: 1100px; overflow: hidden; position: relative; width: 100%; }
.game-modal-close { background: rgba(0,0,0,.8); border: 1px solid var(--line); color: #fff; cursor: pointer; font-size: 1.4rem; height: 40px; position: absolute; right: 10px; top: 10px; width: 40px; z-index: 2; }
.game-modal iframe, .live-score-frame { border: 0; height: 100%; min-height: 600px; width: 100%; }
.game-card { background: var(--ink-card); border: 1px solid var(--line); border-radius: 0; cursor: pointer; overflow: hidden; transition: transform .2s ease, border-color .2s ease; }
.game-card:hover { border-color: var(--gold); transform: translateY(-4px); }
.game-card-img { aspect-ratio: 16 / 9; background: linear-gradient(135deg, rgba(31,26,67,.22), rgba(4,6,4,.7)), url('../images/slots-section.png') center / cover; overflow: hidden; position: relative; }
.game-card:nth-child(2) .game-card-img { background-position: 25% center; }.game-card:nth-child(3) .game-card-img { background-position: 47% center; }.game-card:nth-child(4) .game-card-img { background-position: 70% center; }.game-card:nth-child(5) .game-card-img { background-image: linear-gradient(135deg, rgba(20,54,26,.2), rgba(4,6,4,.68)), url('../images/hero-banner.png'); background-position: 70% center; }.game-card:nth-child(6) .game-card-img { background-image: linear-gradient(135deg, rgba(63,47,10,.24), rgba(4,6,4,.7)), url('../images/slots-section.png'); background-position: 80% center; }.game-card:nth-child(7) .game-card-img { background-image: linear-gradient(135deg, rgba(102,28,80,.3), rgba(4,6,4,.7)), url('../images/slots-section.png'); background-position: 13% center; }.game-card:nth-child(8) .game-card-img { background-image: linear-gradient(135deg, rgba(68,14,14,.22), rgba(4,6,4,.7)), url('../images/hero-banner.png'); background-position: 22% center; }.game-card:nth-child(9) .game-card-img { background-image: linear-gradient(135deg, rgba(61,43,7,.24), rgba(4,6,4,.7)), url('../images/slots-section.png'); background-position: 58% center; }
.game-card-img::before { color: rgba(255,255,255,.88); content: 'PP  DEMO'; font-family: 'Barlow Condensed', sans-serif; font-size: .82rem; font-weight: 800; left: 14px; letter-spacing: .14em; position: absolute; top: 13px; z-index: 1; }
.game-card-img img { height: 100%; object-fit: cover; width: 100%; }
.game-card-hot { background: var(--red); color: #fff; font-size: .7rem; font-weight: 900; left: 10px; padding: 4px 8px; position: absolute; top: 10px; }
.game-card-overlay { align-items: center; background: rgba(0,0,0,.2); display: flex; inset: 0; justify-content: center; position: absolute; }
.game-card-play { background: var(--gold); border: 0; color: #111; font-weight: 900; opacity: 0; padding: .65rem 1rem; transition: opacity .2s ease; }
.game-card:hover .game-card-play { opacity: 1; }
.game-card-info { padding: 18px; }.game-card-info h3 { font-size: 1rem; }.game-card-info p { color: var(--text-soft); font-size: .83rem; margin: 10px 0; }.game-card-info .rtp { color: var(--green); font-size: .76rem; }.game-card-btn { background: transparent; border: 1px solid rgba(118,220,46,.55); color: #bced89; cursor: pointer; display: block; font-weight: 800; margin-top: 12px; padding: .58rem; text-align: center; width: 100%; }.game-card-btn:hover { background: var(--green); color: #071004; }
.faq-item { background: #121712; border: 1px solid var(--line); border-radius: 0; margin-bottom: 10px; }.faq-item summary { align-items: center; cursor: pointer; display: flex; font-weight: 800; justify-content: space-between; list-style: none; padding: 17px 18px; }.faq-item summary::after { color: var(--gold); content: '+'; font-size: 1.2rem; }.faq-item[open] summary::after { content: '−'; }.faq-item p { color: var(--text-soft); padding: 0 18px 18px; }

/* Footer */
.footer { background: #050605; border-top: 1px solid var(--line); padding: 52px 0 24px; }.footer-grid { display: grid; gap: 32px; grid-template-columns: 1.8fr 1fr 1fr 1fr; margin-bottom: 34px; }.footer-brand p { color: var(--text-muted); font-size: .83rem; margin-top: 14px; max-width: 330px; }.footer h4 { color: var(--gold); font-size: .86rem; margin-bottom: 14px; }.footer ul { list-style: none; }.footer li + li { margin-top: 8px; }.footer ul a { color: var(--text-soft); font-size: .82rem; }.footer ul a:hover { color: var(--green); }.footer-bottom { border-top: 1px solid var(--line); color: var(--text-muted); font-size: .74rem; padding-top: 18px; text-align: center; }

/* Utilities */
.text-center { text-align: center; }.text-gold { color: var(--gold); }.text-purple { color: #c3a0ff; }.mb-2 { margin-bottom: 2rem; }.mb-3 { margin-bottom: 3rem; }.mt-4 { margin-top: 4rem; }

/* Article column — practical information first, with the same CASH88 black / emerald / gold system. */
.article-hero { background: linear-gradient(135deg, #151c14 0%, #0b0e0b 58%, #11170f 100%); border-bottom: 1px solid var(--line); padding: clamp(54px, 8vw, 92px) 0; position: relative; }
.article-hero::before { background: linear-gradient(90deg, var(--green), transparent); content: ''; height: 4px; left: 0; position: absolute; top: 0; width: min(330px, 40vw); }
.article-hero .article-hero-inner { max-width: 850px; }.article-hero h1 { font-family: 'Barlow Condensed', 'Noto Sans TC', sans-serif; font-size: clamp(2.7rem, 5vw, 4.3rem); line-height: 1; margin: 14px 0 16px; }.article-hero p { color: var(--text-soft); max-width: 720px; }
.breadcrumb { color: var(--text-muted); font-size: .78rem; margin: 20px 0 0; }.breadcrumb a { color: var(--text-soft); }.breadcrumb a:hover { color: var(--gold); }.breadcrumb span { color: var(--green); padding: 0 6px; }
.article-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }.article-card { background: linear-gradient(165deg, #151b16, #0d100e); border: 1px solid var(--line); display: flex; flex-direction: column; min-height: 330px; padding: 26px; position: relative; transition: border-color .2s ease, transform .2s ease; }.article-card:hover { border-color: rgba(255,216,77,.6); transform: translateY(-4px); }.article-card::before { background: var(--accent, var(--gold)); content: ''; height: 3px; left: 0; position: absolute; top: 0; width: 68px; }.article-card .article-category { color: var(--accent, var(--gold)); font-family: 'Montserrat', sans-serif; font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }.article-card h2 { font-size: 1.25rem; line-height: 1.35; margin: 18px 0 12px; }.article-card p { color: var(--text-soft); font-size: .87rem; }.article-card .article-read { color: var(--gold); font-size: .82rem; font-weight: 900; margin-top: auto; padding-top: 24px; }
.article-layout { display: grid; gap: 42px; grid-template-columns: minmax(0, 760px) 250px; padding: 48px 0 72px; }.article-content { min-width: 0; }.article-content > p { color: var(--text-soft); font-size: 1rem; margin-bottom: 20px; }.article-content h2 { color: var(--gold); font-family: 'Barlow Condensed', 'Noto Sans TC', sans-serif; font-size: clamp(1.8rem, 3vw, 2.5rem); line-height: 1.1; margin: 42px 0 14px; }.article-content h3 { font-size: 1.08rem; margin: 25px 0 9px; }.article-content ul { color: var(--text-soft); margin: 0 0 22px 1.35rem; }.article-content li + li { margin-top: 8px; }.article-content a { border-bottom: 1px solid rgba(255,216,77,.5); color: var(--gold); }.article-content a:hover { color: #fff; }.article-meta { border-bottom: 1px solid var(--line); color: var(--text-muted); display: flex; flex-wrap: wrap; font-size: .78rem; gap: 14px; margin-bottom: 28px; padding-bottom: 18px; }.article-meta strong { color: var(--green); }.article-callout { background: rgba(118,220,46,.08); border-left: 3px solid var(--green); color: #e3eadc; margin: 28px 0; padding: 19px 22px; }.article-callout strong { color: var(--gold); }.article-table { border-collapse: collapse; font-size: .88rem; margin: 22px 0 30px; width: 100%; }.article-table td, .article-table th { border: 1px solid var(--line); padding: 12px; text-align: left; vertical-align: top; }.article-table th { background: #182119; color: var(--gold); }.article-table td { color: var(--text-soft); }.article-aside { align-self: start; background: #111611; border: 1px solid var(--line); padding: 22px; position: sticky; top: 95px; }.article-aside h2 { color: var(--gold); font-size: 1rem; margin-bottom: 12px; }.article-aside a { border-top: 1px solid var(--line); color: var(--text-soft); display: block; font-size: .83rem; padding: 11px 0; }.article-aside a:hover { color: var(--green); }.article-sources { border-top: 1px solid var(--line); color: var(--text-muted); font-size: .82rem; margin-top: 42px; padding-top: 24px; }.article-sources h2 { font-size: 1.3rem; margin-top: 0; }.article-sources li { margin-bottom: 8px; }.article-related { background: var(--ink-elevated); border-block: 1px solid var(--line); }

@media (max-width: 1100px) { .nav-main { justify-content: flex-start; }.nav-main a { padding: 0 9px; }.header-cta .btn-outline { display: none; } }
@media (max-width: 900px) { .header .container { min-height: 64px; }.nav-main, .header-cta { display: none; }.mobile-toggle { display: block; }.hero-shell { grid-template-columns: 1fr; }.hero-side { display: none; }.quick-grid { grid-template-columns: repeat(3, 1fr); }.quick-card + .quick-card { border-left: 1px solid var(--line); }.feature-grid { grid-template-columns: 1fr; }.feature-visual { min-height: 280px; }.experience-grid { grid-template-columns: 1fr; }.footer-grid { grid-template-columns: 1.5fr 1fr 1fr; } }
@media (max-width: 900px) { .article-grid { grid-template-columns: 1fr; }.article-layout { grid-template-columns: 1fr; }.article-aside { position: static; }.article-hero { padding: 54px 0; } }
@media (max-width: 620px) { .utility-note { display: none; }.utility-links { gap: 12px; }.utility-bar .container { min-height: 30px; }.hero { padding: 20px 0; }.hero-shell { min-height: 0; padding: 34px 24px; }.hero h1 { font-size: clamp(3.25rem, 19vw, 4.45rem); }.hero-copy { font-size: .93rem; }.hero-stats { font-size: .75rem; }.hero-btns .btn { flex: 1 1 100%; }.section-head { align-items: start; flex-direction: column; gap: 12px; }.quick-grid { grid-template-columns: repeat(2, 1fr); }.quick-card { min-height: 155px; }.quick-card:nth-child(odd) { border-left: 1px solid var(--line); }.quick-card:nth-child(n+3) { border-top: 0; }.cards-grid { grid-template-columns: 1fr; }.footer-grid { grid-template-columns: 1fr 1fr; }.footer-brand { grid-column: 1 / -1; } section { padding: 48px 0; }.article-hero h1 { font-size: 2.5rem; }.article-layout { gap: 26px; padding: 34px 0 52px; }.article-content > p { font-size: .94rem; }.article-table { font-size: .78rem; }.article-table td, .article-table th { padding: 9px; } }
