@import "tailwindcss";

:root {
  --ink: #080406;
  --ink-2: #10070a;
  --panel: #16090e;
  --red: #c6002a;
  --red-hot: #e00035;
  --red-text: #ff7089;
  --red-dim: rgba(198, 0, 42, 0.18);
  --gold: #ffcd47;
  --cream: #fff6ef;
  --muted: #d7adb7;
  --quiet: #ad7c88;
  --line: rgba(255, 112, 137, 0.24);
  --white-line: rgba(255, 255, 255, 0.1);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.46);
  --display: "Arial Narrow", "Roboto Condensed", "Avenir Next Condensed", "Helvetica Neue", Arial, sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; background: var(--ink); color: var(--cream); font-family: var(--body); font-size: 16px; line-height: 1.68; overflow-x: hidden; }
a { color: inherit; text-decoration: none; touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); line-height: 1.04; letter-spacing: -0.025em; }
p { color: var(--muted); }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 9999; padding: 10px 16px; background: #fff; color: #000; }
.skip-link:focus { top: 16px; }

.alert-strip { background: var(--red); color: white; font-size: 0.84rem; }
.alert-inner { min-height: 40px; display: flex; justify-content: center; align-items: center; gap: 10px; }
.alert-inner a { margin-left: 8px; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.alert-dot { width: 7px; height: 7px; border-radius: 50%; background: white; box-shadow: 0 0 0 5px rgba(255,255,255,.15); }
.affiliate-bar { min-height: 34px; display: grid; place-items: center; padding: 7px 20px; background: #0a0507; border-bottom: 1px solid var(--line); color: #d7a9b4; text-align: center; font-size: .76rem; letter-spacing: .02em; }

.site-header { position: sticky; top: 0; z-index: 100; height: 74px; background: rgba(8,4,6,.88); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; flex-shrink: 0; }
.brand-logo { display: block; width: 242px; height: 48px; object-fit: contain; object-position: left center; }
.desktop-nav { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.desktop-nav a { padding: 8px 10px; color: #dfbac2; font-family: var(--display); font-size: .86rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; transition: .2s ease; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: white; background: var(--red-dim); }

.button { display: inline-flex; justify-content: center; align-items: center; gap: 10px; min-height: 44px; padding: 8px 20px; border: 1px solid var(--red); background: var(--red); color: white; font-family: var(--display); font-weight: 900; line-height: 1.2; letter-spacing: .035em; text-align: center; text-transform: uppercase; box-shadow: 0 10px 34px rgba(198,0,42,.25); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); background: var(--red-hot); box-shadow: 0 14px 42px rgba(198,0,42,.36); }
.button-small { min-height: 38px; padding-inline: 15px; font-size: .78rem; }
.button-large { min-height: 54px; padding-inline: 24px; font-size: .9rem; }
.button-outline { background: transparent; border-color: rgba(255,255,255,.26); box-shadow: none; }
.button-outline:hover { background: rgba(255,255,255,.06); border-color: white; }
.button-gold { background: var(--gold); border-color: var(--gold); color: #1c1000; box-shadow: 0 10px 38px rgba(255,205,71,.2); }
.button-gold:hover { background: #ffe089; }
:where(a, summary):focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

.hero { position: relative; min-height: 690px; overflow: hidden; background: radial-gradient(circle at 78% 27%, rgba(255,23,62,.18), transparent 33%), linear-gradient(135deg, #080406 0%, #16070c 48%, #080406 100%); }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, black, transparent 86%); }
.hero-stripe { position: absolute; width: 830px; height: 115px; right: -220px; top: 120px; transform: rotate(-17deg); background: linear-gradient(90deg, transparent, rgba(255,23,62,.23), transparent); filter: blur(4px); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; gap: 54px; align-items: center; min-height: 690px; padding-block: 78px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; color: #ffc3ce; font-family: var(--display); font-size: .82rem; font-weight: 900; letter-spacing: .13em; }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 18px var(--red); }
.hero h1 { max-width: 690px; margin-bottom: 24px; font-size: clamp(3.2rem, 4.6vw, 4.6rem); text-transform: uppercase; }
.hero h1 em { display: block; color: #ff4867; font-style: normal; text-shadow: 0 0 30px rgba(255,23,62,.28); }
.hero-copy > p { max-width: 630px; margin-bottom: 30px; color: #e0bbc3; font-size: 1.05rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px; color: #d2aab4; font-size: .78rem; font-weight: 750; text-transform: uppercase; letter-spacing: .05em; }
.trust-row span::before { content: "✓"; margin-right: 7px; color: var(--gold); }
.hero-visual { position: relative; }
.poster-frame { position: relative; padding: 9px; border: 1px solid rgba(255,42,73,.44); background: rgba(16,7,10,.88); box-shadow: var(--shadow), 0 0 90px rgba(255,23,62,.13); transform: rotate(1.2deg); }
.poster-frame::after { content: ""; position: absolute; inset: -22px; z-index: -1; border: 1px solid rgba(255,23,62,.1); transform: rotate(-4deg); }
.poster-head { min-height: 35px; display: flex; justify-content: space-between; align-items: center; padding-inline: 6px; color: #cf9ba7; font-family: var(--display); font-size: .65rem; font-weight: 800; letter-spacing: .1em; }
.poster-frame img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: center; }
.status-float { position: absolute; width: 205px; padding: 13px 16px; border-left: 3px solid var(--red); background: rgba(11,5,7,.94); box-shadow: 0 14px 50px rgba(0,0,0,.45); }
.status-float small { display: block; color: var(--quiet); font-size: .58rem; font-weight: 900; letter-spacing: .12em; }
.status-float strong { display: block; margin-top: 2px; font-family: var(--display); font-size: .92rem; }
.status-float-top { top: 44px; right: -22px; }
.status-float-bottom { bottom: -28px; left: -35px; }

.ticker { overflow: hidden; border-block: 1px solid var(--line); background: #12070b; color: #dc9aa8; white-space: nowrap; }
.ticker div { padding: 13px 20px; text-align: center; font-family: var(--display); font-size: .78rem; font-weight: 900; letter-spacing: .14em; }
.ticker span { margin-inline: 22px; color: var(--red-text); }
.section { padding: 100px 0; }
.section-dark { background: #0c0507; }
.section-heading { max-width: 720px; margin-bottom: 42px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.eyebrow-label { display: inline-block; margin-bottom: 12px; color: var(--red-text); font-family: var(--display); font-size: .74rem; font-weight: 900; letter-spacing: .14em; }
.section h2, .cta-band h2 { margin-bottom: 16px; font-size: clamp(2.55rem, 4.2vw, 4.4rem); line-height: 1.06; }
.cta-band h2 { text-transform: uppercase; }
.section-heading p { max-width: 620px; margin-bottom: 0; }
.centered p { margin-inline: auto; }

.task-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.task-card { position: relative; min-height: 265px; padding: 30px; overflow: hidden; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(255,23,62,.08), rgba(255,255,255,.015)); transition: transform .24s ease, border-color .24s ease; }
.task-card:hover { transform: translateY(-5px); border-color: rgba(255,23,62,.58); }
.task-number { display: block; margin-bottom: 36px; color: var(--red-text); font-family: var(--display); font-size: 1rem; font-weight: 900; }
.task-card h3 { margin-bottom: 12px; font-size: 1.72rem; text-transform: uppercase; }
.task-card p { margin-bottom: 25px; font-size: .9rem; }
.task-card a, .guide-card a { color: white; font-family: var(--display); font-size: .82rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.task-card a span { color: var(--red-text); }

.workflow-section { background: radial-gradient(circle at 15% 50%, rgba(255,23,62,.12), transparent 30%), var(--panel); }
.workflow-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.workflow-grid > div > p { max-width: 520px; }
.text-link { display: inline-block; margin-top: 10px; color: var(--red-text); font-family: var(--display); font-weight: 900; letter-spacing: .03em; text-transform: uppercase; }
.source-section .text-link { color: #970024; }
.workflow-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.workflow-list li { display: grid; grid-template-columns: 50px 1fr; gap: 18px; align-items: start; padding: 24px 0; border-bottom: 1px solid var(--line); }
.workflow-list li > span { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--red); color: var(--red-text); font-family: var(--display); font-weight: 900; }
.workflow-list strong { display: block; font-family: var(--display); font-size: 1.18rem; text-transform: uppercase; }
.workflow-list p { margin: 4px 0 0; font-size: .88rem; }

.guide-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.guide-card { grid-column: span 2; min-height: 390px; padding: 26px; overflow: hidden; border-top: 2px solid var(--red); background: #15090d; box-shadow: 0 18px 50px rgba(0,0,0,.18); }
.guide-card:nth-child(4) { grid-column: 2 / span 2; }
.guide-card .guide-thumb { width: calc(100% + 52px); height: auto; margin: -26px -26px 24px; aspect-ratio: 16 / 9; object-fit: cover; object-position: center top; border-bottom: 1px solid var(--line); }
.guide-card > span { color: var(--red-text); font-size: .65rem; font-weight: 900; letter-spacing: .11em; }
.guide-card h3 { min-height: 58px; margin: 18px 0 12px; font-size: 1.52rem; text-transform: uppercase; }
.guide-card p { min-height: 70px; font-size: .88rem; }
.guide-card a b { color: var(--red-text); }

.source-section { background: #f3e7dd; color: #1c1113; }
.source-section p { color: #5d4248; }
.source-note { max-width: 900px; }
.source-note > p { max-width: 72ch; font-size: 1rem; line-height: 1.75; }
.boundary-box { margin: 26px 0 14px; padding: 20px 22px; border-left: 4px solid var(--red); background: white; color: #5d4248; font-size: .88rem; }
.boundary-box strong { color: #1c1113; }

.cta-band { padding: 72px 0; background: linear-gradient(115deg, #8e001f, var(--red) 58%, #d80b3a); }
.cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 50px; }
.cta-inner > div:first-child > span { font-family: var(--display); font-size: .72rem; font-weight: 900; letter-spacing: .14em; }
.cta-band h2 { margin: 8px 0 8px; }
.cta-band p { margin: 0; color: #ffe5ea; }
.cta-actions { display: flex; flex-direction: column; align-items: center; gap: 8px; flex-shrink: 0; }
.text-link.light { margin: 0; color: white; font-size: .74rem; }

.site-footer { padding: 66px 0 0; border-top: 1px solid var(--line); background: #070304; }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr; gap: 44px; padding-bottom: 46px; }
.footer-grid > div:first-child p { max-width: 300px; margin-top: 18px; font-size: .84rem; }
.footer-grid h3 { margin-bottom: 18px; color: white; font-size: .9rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 10px; }
.footer-grid > div:not(:first-child) a { color: #c99aa5; font-size: .82rem; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 20px 90px; border-top: 1px solid var(--white-line); color: var(--quiet); font-size: .72rem; }
.sticky-cta { display: none; }

.mobile-nav { display: none; }
.mobile-nav summary { list-style: none; }
.mobile-nav summary::-webkit-details-marker { display: none; }

.page-hero { position: relative; padding: 68px 0 74px; overflow: hidden; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 78% 15%, rgba(255,23,62,.18), transparent 32%), linear-gradient(135deg, #10070a, #080406 68%); }
.page-hero::after { content: ""; position: absolute; width: 700px; height: 100px; right: -200px; top: 65px; transform: rotate(-16deg); background: linear-gradient(90deg, transparent, rgba(255,23,62,.18), transparent); }
.page-hero .container { position: relative; z-index: 1; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 34px; color: var(--quiet); font-size: .74rem; }
.breadcrumb a:hover { color: white; }
.page-hero-meta { display: flex; align-items: center; gap: 14px; }
.page-hero-meta .eyebrow-label { margin: 0; }
.urgency { padding: 3px 8px; border: 1px solid var(--line); color: #e9b3bf; font-size: .58rem; font-weight: 900; letter-spacing: .1em; }
.urgency-high, .urgency-urgent { border-color: rgba(255,23,62,.7); color: white; background: rgba(255,23,62,.15); }
.page-hero h1 { max-width: 980px; margin: 20px 0 22px; font-size: clamp(3rem, 5.2vw, 4.7rem); line-height: 1.04; text-wrap: balance; }
.page-hero > .container > p { max-width: 780px; margin: 0; color: #e1bac3; font-size: 1.05rem; }

.article-layout { display: grid; grid-template-columns: 260px minmax(0, 760px); gap: 76px; align-items: start; padding-block: 82px 105px; }
.article-aside { position: sticky; top: 105px; }
.article-aside > strong { display: block; margin-bottom: 15px; color: var(--red-text); font-family: var(--display); font-size: .68rem; letter-spacing: .12em; }
.article-aside nav { display: flex; flex-direction: column; border-top: 1px solid var(--line); }
.article-aside nav a { padding: 10px 0; border-bottom: 1px solid var(--line); color: #b98591; font-size: .74rem; line-height: 1.35; }
.article-aside nav a:hover { color: white; }
.privacy-mini { margin-top: 25px; padding: 18px; border: 1px solid var(--line); background: var(--red-dim); }
.privacy-mini span { color: var(--red-text); font-size: .6rem; font-weight: 900; letter-spacing: .1em; }
.privacy-mini p { margin: 8px 0 0; font-size: .74rem; }

.article-content { min-width: 0; }
.direct-answer { margin-bottom: 46px; padding: 25px 28px; border-left: 4px solid var(--red); background: #15090d; }
.direct-answer strong { display: block; margin-bottom: 7px; color: var(--red-text); font-family: var(--display); font-size: .67rem; letter-spacing: .13em; }
.direct-answer p { margin: 0; color: #f0cfd6; font-size: 1rem; }
.article-source-image { margin: 0 0 50px; padding: 8px; overflow: hidden; background: #16090d; border: 1px solid var(--line); }
.source-warning { display: flex; justify-content: space-between; gap: 18px; padding: 7px 6px 12px; color: #dcb1bb; font-size: .66rem; line-height: 1.35; letter-spacing: .07em; }
.source-warning strong { color: white; }
.source-warning span { text-align: right; }
.article-source-image img { width: 100%; height: auto; object-fit: contain; background: #090507; }
.article-source-image figcaption { padding: 13px 6px 5px; color: #c08d99; font-size: .76rem; line-height: 1.62; }
.article-section { scroll-margin-top: 110px; padding: 0 0 45px; }
.article-section + .article-section { padding-top: 4px; }
.article-section h2, .faq-block h2 { max-width: 20ch; margin-bottom: 18px; font-size: clamp(2rem, 3.5vw, 3.25rem); line-height: 1.08; text-wrap: balance; }
.article-section p { max-width: 68ch; color: #d7b1ba; font-size: 1.04rem; line-height: 1.72; }
.article-section ul { margin: 24px 0 0; padding: 0; list-style: none; }
.article-section li { position: relative; padding: 10px 0 10px 24px; border-bottom: 1px solid var(--line); color: #e3bec6; font-size: .88rem; }
.article-section li::before { content: ""; position: absolute; left: 1px; top: 19px; width: 7px; height: 7px; background: var(--red); transform: rotate(45deg); }
.article-callout { margin-top: 26px; padding: 18px 22px; border: 1px solid rgba(255,205,71,.32); background: rgba(255,205,71,.06); }
.article-callout strong { display: block; margin-bottom: 5px; color: var(--gold); font-family: var(--display); font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; }
.article-callout p { margin: 0; color: #ebcf96; font-size: .84rem; }

.faq-block { scroll-margin-top: 110px; padding: 30px 0 55px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0; list-style: none; color: white; font-family: var(--display); font-size: 1.05rem; font-weight: 900; line-height: 1.35; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--red-text); font-size: 1.25rem; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 650px; margin: 0 0 22px; color: #c99ca6; font-size: .9rem; }
.related-block { padding: 30px 0 54px; }
.related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.related-grid a { position: relative; min-height: 145px; padding: 18px; border: 1px solid var(--line); background: #12070b; }
.related-grid a span { display: block; margin-bottom: 21px; color: var(--red-text); font-size: .56rem; font-weight: 900; letter-spacing: .09em; }
.related-grid a strong { display: block; max-width: 150px; font-family: var(--display); font-size: 1rem; line-height: 1.22; }
.related-grid a b { position: absolute; right: 16px; bottom: 14px; color: var(--red-text); }
.related-grid a:hover { border-color: rgba(255,23,62,.6); }
.article-updated { padding-top: 24px; border-top: 1px solid var(--line); }
.article-updated span { display: block; color: var(--quiet); font-size: .62rem; text-transform: uppercase; letter-spacing: .1em; }
.article-updated strong { display: block; margin: 5px 0; font-family: var(--display); font-size: 1rem; }
.article-updated p { margin: 0; font-size: .75rem; }

.guide-directory { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.guide-directory article { grid-column: span 2; min-height: 430px; padding: 28px; overflow: hidden; border-top: 2px solid var(--red); background: #15090d; }
.guide-directory article:nth-child(4) { grid-column: 2 / span 2; }
.guide-directory .guide-thumb { width: calc(100% + 56px); height: auto; margin: -28px -28px 24px; aspect-ratio: 16 / 9; object-fit: cover; object-position: center top; border-bottom: 1px solid var(--line); }
.guide-directory article > span { color: var(--red-text); font-size: .6rem; font-weight: 900; letter-spacing: .1em; }
.guide-directory h2 { margin: 25px 0 15px; font-size: 1.8rem; }
.guide-directory p { min-height: 84px; font-size: .84rem; }
.guide-directory a { color: white; font-family: var(--display); font-size: .8rem; font-weight: 900; text-transform: uppercase; }
.hub-support-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 55px; margin-top: 90px; padding-top: 80px; border-top: 1px solid var(--line); }
.hub-support-grid .article-section { padding: 0; }

.download-page { background: radial-gradient(circle at 15% 20%, rgba(255,23,62,.12), transparent 30%), #0b0507; }
.download-grid { display: grid; grid-template-columns: 390px minmax(0, 690px); gap: 70px; align-items: start; }
.download-card { position: sticky; top: 105px; padding: 34px; border: 1px solid rgba(255,23,62,.4); background: linear-gradient(150deg, rgba(255,23,62,.13), #15090d 45%); box-shadow: var(--shadow); }
.download-kicker { color: var(--red-text); font-size: .64rem; font-weight: 900; letter-spacing: .12em; }
.download-card h2 { margin: 20px 0 12px; font-size: 2.75rem; }
.download-card p { font-size: .86rem; }
.download-card .button { width: 100%; }
.download-divider { display: flex; align-items: center; gap: 12px; margin: 26px 0; color: var(--quiet); font-size: .58rem; font-weight: 900; letter-spacing: .1em; }
.download-divider::before, .download-divider::after { content: ""; height: 1px; flex: 1; background: var(--line); }
.download-card small { display: block; margin-top: 14px; color: #956b75; line-height: 1.45; }
.compact-article .article-section { padding-bottom: 35px; }

.not-found { min-height: 62vh; display: flex; align-items: center; padding-block: 90px; background: radial-gradient(circle at 70% 20%, rgba(255,23,62,.15), transparent 35%); }
.not-found h1 { max-width: 800px; margin: 18px 0 22px; font-size: clamp(3.7rem, 8vw, 7.4rem); text-transform: uppercase; }
.not-found p { max-width: 650px; }
.not-found .hero-actions { margin-top: 30px; }

@media (max-width: 1020px) {
  .desktop-nav { display: none; }
  .header-inner .button { margin-left: auto; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .hero h1 { font-size: clamp(3.1rem, 6.2vw, 4.5rem); }
  .guide-grid { grid-template-columns: repeat(2, 1fr); }
  .guide-card, .guide-card:nth-child(4) { grid-column: auto; }
  .article-layout { grid-template-columns: 220px minmax(0, 1fr); gap: 45px; }
  .guide-directory { grid-template-columns: repeat(2, 1fr); }
  .guide-directory article, .guide-directory article:nth-child(4) { grid-column: auto; }
  .download-grid { grid-template-columns: 330px minmax(0, 1fr); gap: 40px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 30px, 680px); }
  .alert-inner { justify-content: flex-start; min-height: 44px; overflow-x: auto; white-space: nowrap; }
  .alert-inner span:not(.alert-dot) { display: none; }
  .site-header { height: 66px; background: rgba(8,4,6,.98); backdrop-filter: none; }
  .brand-logo { width: 190px; height: 42px; }
  .header-inner .header-download { display: none; }
  .mobile-nav { display: block; margin-left: auto; }
  .mobile-nav > summary { display: flex; flex-direction: column; justify-content: center; gap: 4px; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--line); cursor: pointer; }
  .mobile-nav > summary span { display: block; height: 2px; background: white; }
  .mobile-nav[open] > summary { position: fixed; top: 14px; right: 18px; z-index: 270; background: #16090e; }
  .mobile-nav[open] > summary span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .mobile-nav[open] > summary span:nth-child(2) { opacity: 0; }
  .mobile-nav[open] > summary span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .mobile-nav-panel { position: fixed; inset: 0 0 0 14%; z-index: 250; display: flex; flex-direction: column; padding: 82px 24px calc(24px + env(safe-area-inset-bottom)); overflow-y: auto; overscroll-behavior: contain; background: rgba(8,4,6,.99); border-left: 1px solid var(--line); box-shadow: -30px 0 80px rgba(0,0,0,.55); }
  .mobile-nav-panel nav { display: flex; flex-direction: column; margin: 35px 0 auto; }
  .mobile-nav-panel nav a { display: flex; align-items: center; min-height: 48px; padding: 10px 2px; border-bottom: 1px solid var(--line); color: #e3bcc5; font-family: var(--display); font-weight: 900; text-transform: uppercase; }
  .mobile-nav-panel > p { margin: 12px 0 0; text-align: center; font-size: .7rem; }
  body:has(.mobile-nav[open]) { overflow: hidden; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; padding-block: 62px 90px; }
  .hero h1 { font-size: clamp(3.1rem, 15vw, 5.1rem); }
  .hero-copy > p { font-size: .98rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; width: 100%; }
  .button-large { width: 100%; min-height: 56px; padding-inline: 18px; }
  .hero-visual { margin-top: 22px; }
  .status-float-top { right: -5px; }
  .status-float-bottom { left: -5px; }
  .task-grid, .workflow-grid { grid-template-columns: 1fr; }
  .task-card { min-height: 220px; }
  .workflow-grid { gap: 45px; }
  .guide-grid { grid-template-columns: 1fr; }
  .guide-card { min-height: 0; }
  .guide-card h3, .guide-card p { min-height: auto; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .cta-actions { align-items: stretch; width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; padding-bottom: 98px; }
  body { padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
  .sticky-cta { position: fixed; inset: auto 10px calc(10px + env(safe-area-inset-bottom)); z-index: 120; display: flex; justify-content: space-between; align-items: center; min-height: 56px; padding: 8px 20px; border: 1px solid rgba(255,255,255,.24); background: var(--red); color: white; font-family: var(--display); font-weight: 900; line-height: 1.2; letter-spacing: .04em; text-transform: uppercase; box-shadow: 0 18px 46px rgba(0,0,0,.46); }
  body:has(.mobile-nav[open]) .sticky-cta { display: none; }
  .page-hero { padding: 48px 0 54px; }
  .page-hero h1 { margin-top: 17px; font-size: clamp(2.5rem, 10.5vw, 3.25rem); line-height: 1.08; letter-spacing: -.035em; }
  .page-hero > .container > p { font-size: 1rem; line-height: 1.7; }
  .article-layout { grid-template-columns: 1fr; padding-block: 55px 80px; }
  .article-aside { display: none; }
  .related-grid { grid-template-columns: 1fr; }
  .related-grid a { min-height: 92px; }
  .source-warning { flex-direction: column; gap: 4px; }
  .source-warning span { text-align: left; }
  .article-source-image { margin-bottom: 42px; }
  .guide-directory, .hub-support-grid, .download-grid { grid-template-columns: 1fr; }
  .guide-directory article { min-height: 0; }
  .hub-support-grid { gap: 35px; margin-top: 65px; padding-top: 55px; }
  .download-card { position: static; }
  .task-card a, .guide-card a, .text-link, .footer-grid a { display: inline-flex; align-items: center; min-height: 44px; }
}

@media (max-width: 450px) {
  .affiliate-bar { font-size: .68rem; }
  .hero-actions { display: grid; }
  .status-float { width: 178px; padding: 10px 12px; }
  .status-float strong { font-size: .8rem; }
  .section { padding: 78px 0; }
  .hero h1 { font-size: clamp(2.75rem, 13vw, 3.7rem); line-height: 1.02; }
  .article-section p { font-size: 1rem; }
  .source-warning { font-size: .61rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .brand-logo { width: 166px; height: 38px; }
}

@media (max-width: 340px) {
  .container { width: min(100% - 24px, 680px); }
  .button-large { min-height: 58px; padding-inline: 12px; font-size: .82rem; }
  .sticky-cta { inset-inline: 7px; padding-inline: 14px; }
  .page-hero h1 { font-size: 2.35rem; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
