:root {
  --ink: #090909;
  --paper: #ecebe4;
  --white: #f7f5ee;
  --orange: #ff4d00;
  --orange-dark: #c93d00;
  --line: rgba(255, 255, 255, .14);
  --muted: #989898;
  --max: 1260px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--white); background: var(--ink); font-family: Arial, "PingFang SC", "Microsoft YaHei", sans-serif; line-height: 1.65; overflow-x: hidden; }
body::after { content: ""; position: fixed; inset: 0; z-index: 50; pointer-events: none; opacity: .025; background: repeating-linear-gradient(125deg, #fff 0, #fff 1px, transparent 1px, transparent 5px); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; font: inherit; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 30; border-bottom: 1px solid rgba(255,255,255,.14); transition: background .25s, backdrop-filter .25s; }
.site-header.is-scrolled { background: rgba(9,9,9,.91); backdrop-filter: blur(16px); }
.nav-wrap { width: min(calc(100% - 48px), var(--max)); height: 88px; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 14px; }
.brand-mark { width: 55px; height: 36px; display: grid; place-items: center; color: var(--ink); background: var(--orange); font: 1000 21px/1 Arial Black, sans-serif; transform: skew(-12deg); box-shadow: 7px 0 0 rgba(255,77,0,.25); }
.brand-copy { color: white; font-size: 14px; font-weight: 900; letter-spacing: .1em; line-height: 1.1; }
.brand-copy small { display: block; margin-top: 6px; color: #777; font: 700 8px/1.1 Arial; letter-spacing: .2em; }
.main-nav { display: flex; align-items: center; gap: 4px; font-size: 12px; font-weight: 800; }
.main-nav a { padding: 13px 17px; border: 1px solid transparent; transition: .2s; }
.main-nav a:hover { color: var(--orange); border-color: rgba(255,255,255,.16); }
.main-nav a:last-child { margin-left: 12px; color: var(--ink); background: var(--white); }
.main-nav a:last-child:hover { color: var(--ink); background: var(--orange); border-color: var(--orange); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span { width: 26px; height: 2px; margin: 5px 0; display: block; background: white; }

.hero { min-height: 930px; padding: 150px 24px 100px; position: relative; display: grid; place-items: center; isolation: isolate; overflow: hidden; background: #090909; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; opacity: .13; background: linear-gradient(90deg, transparent 49.8%, rgba(255,255,255,.18) 50%, transparent 50.2%), linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px); background-size: 100% 100%, 100% 86px; }
.hero::after { content: ""; width: 44vw; height: 120%; position: absolute; right: -8vw; top: -10%; z-index: -1; background: var(--orange); transform: skew(-13deg); }
.hero-glow { position: absolute; inset: 22% auto auto 38%; width: 500px; height: 500px; background: var(--orange); border-radius: 50%; filter: blur(150px); opacity: .09; }
.hero-index { position: absolute; z-index: 3; right: max(24px, calc((100% - var(--max))/2)); top: 120px; color: var(--ink); font: 1000 clamp(60px, 8vw, 120px)/1 Arial Black; letter-spacing: -.08em; opacity: .14; }
.hero-word { position: absolute; z-index: -1; left: -25px; bottom: -26px; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.08); font: 1000 clamp(90px, 14vw, 210px)/.8 Arial Black; letter-spacing: -.09em; white-space: nowrap; }
.hero-grid { width: min(100%, var(--max)); margin: auto; position: relative; z-index: 4; display: grid; grid-template-columns: 1.05fr .95fr; gap: 44px; align-items: center; }
.hero-copy { padding-right: 8px; }
.eyebrow, .section-kicker { margin: 0 0 23px; color: var(--orange); font-size: 10px; font-weight: 900; letter-spacing: .28em; }
.eyebrow span { width: 48px; height: 3px; display: inline-block; margin: 0 13px 3px 0; background: var(--orange); }
.hero h1 { margin: 0; font: 1000 clamp(68px, 7.8vw, 114px)/.88 Arial Black, "PingFang SC", sans-serif; letter-spacing: -.075em; text-transform: uppercase; }
.hero h1 em { display: inline-block; padding: 7px 16px 10px 7px; color: var(--ink); background: var(--white); font-style: normal; transform: skew(-5deg); box-shadow: 12px 12px 0 var(--orange); }
.hero-text { max-width: 570px; margin: 37px 0 0; padding-left: 20px; color: #a4a4a4; border-left: 3px solid var(--orange); font-size: 15px; }
.hero-actions { margin-top: 35px; display: flex; gap: 12px; flex-wrap: wrap; }
.btn { min-height: 58px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; border: 1px solid rgba(255,255,255,.25); font-size: 12px; font-weight: 900; letter-spacing: .05em; transition: transform .2s, box-shadow .2s, background .2s; }
.btn:hover { transform: translate(-3px,-3px); }
.btn-primary { color: var(--white); background: var(--orange); border-color: var(--orange); box-shadow: 8px 8px 0 #481600; }
.btn-primary:hover { box-shadow: 12px 12px 0 #481600; }
.btn-ghost { background: rgba(9,9,9,.65); }
.hero-stats { margin-top: 50px; padding-top: 24px; display: flex; gap: 0; border-top: 1px solid rgba(255,255,255,.17); }
.hero-stats div { min-width: 130px; padding: 0 25px; display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.15); }
.hero-stats div:first-child { padding-left: 0; }
.hero-stats strong { color: var(--orange); font: 1000 26px/1 Arial Black; }
.hero-stats span { margin-top: 7px; color: #6f6f6f; font: 700 8px/1 Arial; letter-spacing: .12em; }
.hero-visual { position: relative; transform: rotate(2deg); }
.visual-frame { position: relative; padding: 9px; background: #111; border: 1px solid rgba(255,255,255,.22); box-shadow: 25px 30px 0 rgba(0,0,0,.25), -10px 10px 0 var(--white); clip-path: polygon(5% 0, 100% 0, 100% 92%, 95% 100%, 0 100%, 0 8%); }
.visual-frame img { width: 100%; min-height: 370px; object-fit: cover; filter: saturate(.55) contrast(1.18) brightness(.8); }
.frame-top { height: 36px; padding: 0 6px; display: flex; align-items: center; justify-content: space-between; color: #777; font: 700 8px Arial; letter-spacing: .2em; }
.scan-line { position: absolute; left: 9px; right: 9px; top: 45px; height: 2px; background: var(--orange); box-shadow: 0 0 22px var(--orange); animation: scan 4.3s linear infinite; }
@keyframes scan { 0% { transform: translateY(0); opacity: 0; } 15%,85% { opacity: .85; } 100% { transform: translateY(365px); opacity: 0; } }
.floating-card { position: absolute; z-index: 4; padding: 15px 18px; background: var(--white); color: var(--ink); border: 5px solid var(--ink); box-shadow: 8px 8px 0 var(--orange); transform: rotate(-2deg); }
.floating-card b, .floating-card span { display: block; }
.floating-card b { font-size: 13px; }
.floating-card span { margin-top: 2px; color: #777; font: 700 8px Arial; letter-spacing: .14em; }
.card-a { left: -33px; bottom: -28px; }
.card-b { top: 58px; right: -22px; display: flex; align-items: center; gap: 10px; padding: 10px 14px; color: var(--white); background: var(--ink); box-shadow: 6px 6px 0 var(--white); }
.card-b .pulse { width: 7px; height: 7px; margin: 0; background: var(--orange); border-radius: 50%; box-shadow: 0 0 0 5px rgba(255,77,0,.18); }
.scroll-cue { position: absolute; left: max(24px, calc((100% - var(--max))/2)); bottom: 34px; z-index: 5; color: #555; font: 800 8px Arial; letter-spacing: .25em; }
.scroll-cue span { width: 70px; height: 1px; display: inline-block; margin: 0 15px 3px 0; background: linear-gradient(90deg,var(--orange),transparent); }

.quick-strip { min-width: max-content; padding: 17px 20px; display: flex; align-items: center; justify-content: center; gap: 38px; color: var(--ink); background: var(--orange); font-size: 11px; font-weight: 1000; letter-spacing: .18em; transform: rotate(-.7deg) scale(1.01); position: relative; z-index: 6; box-shadow: 0 12px 30px rgba(0,0,0,.24); }
.quick-strip span { font-size: 8px; }

.section { padding: 130px 24px; }
.section-heading { width: min(100%,var(--max)); margin: 0 auto 60px; display: flex; justify-content: space-between; align-items: end; gap: 50px; }
.section-heading h2, .arsenal-copy h2, .support-inner h2 { margin: 0; font: 1000 clamp(48px,5.6vw,78px)/.98 Arial Black,"PingFang SC",sans-serif; letter-spacing: -.065em; }
.section-heading > p { max-width: 390px; margin: 0 0 7px; color: #757575; font-size: 13px; }
.section-kicker { margin-bottom: 17px; }

.guides-section { color: var(--ink); background: var(--paper); position: relative; }
.guides-section::before { content: "GUIDES"; position: absolute; right: -12px; top: 45px; color: transparent; -webkit-text-stroke: 1px rgba(0,0,0,.06); font: 1000 150px/.8 Arial Black; letter-spacing: -.08em; }
.guide-grid { width: min(100%,var(--max)); margin: auto; display: grid; grid-template-columns: 1.12fr .94fr .94fr; gap: 14px; }
.guide-card { min-height: 430px; padding: 38px 34px 32px; position: relative; color: var(--white); background: var(--ink); border: 1px solid var(--ink); overflow: hidden; transition: transform .25s, box-shadow .25s; }
.guide-card::after { content: ""; position: absolute; right: -55px; bottom: -85px; width: 170px; height: 170px; border: 35px solid rgba(255,255,255,.035); border-radius: 50%; }
.guide-card:hover { transform: translateY(-9px); box-shadow: 0 18px 0 rgba(0,0,0,.08); }
.guide-card.featured { color: var(--ink); background: var(--orange); }
.guide-card.featured::after { border-color: rgba(0,0,0,.08); }
.card-number { position: absolute; top: 25px; right: 28px; font: 1000 54px/1 Arial Black; letter-spacing: -.08em; opacity: .13; }
.card-icon { width: 64px; height: 64px; margin-bottom: 60px; display: grid; place-items: center; color: var(--orange); border: 2px solid currentColor; font-size: 28px; transform: rotate(-5deg); }
.featured .card-icon { color: var(--ink); }
.card-tag { color: var(--orange); font: 900 9px Arial; letter-spacing: .2em; }
.featured .card-tag { color: var(--ink); }
.guide-card h3 { margin: 10px 0 15px; font-size: 24px; line-height: 1.25; }
.guide-card > p:not(.card-tag) { min-height: 70px; color: #8d8d8d; font-size: 13px; }
.featured > p:not(.card-tag) { color: rgba(0,0,0,.66); }
.guide-card a { margin-top: 24px; display: inline-flex; align-items: center; gap: 28px; border-bottom: 2px solid currentColor; font-size: 11px; font-weight: 900; }
.guide-card a span { font-size: 19px; }

.arsenal-section { background: #111; }
.arsenal-panel { width: min(100%,var(--max)); min-height: 580px; margin: auto; padding: 76px; position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: center; overflow: hidden; background: linear-gradient(90deg,rgba(9,9,9,.98) 0%,rgba(9,9,9,.9) 48%,rgba(9,9,9,.35) 100%), url("cfamg.png") center right/65% auto no-repeat; border-left: 8px solid var(--orange); }
.arsenal-panel::before { content: "02"; position: absolute; top: -22px; right: 20px; color: rgba(255,255,255,.08); font: 1000 180px/1 Arial Black; letter-spacing: -.1em; }
.arsenal-copy { position: relative; z-index: 2; }
.arsenal-copy > p:not(.section-kicker) { max-width: 560px; color: #999; font-size: 14px; }
.arsenal-copy ul { margin: 36px 0 0; padding: 0; list-style: none; }
.arsenal-copy li { padding: 17px 0; border-top: 1px solid rgba(255,255,255,.14); color: #cfcfcf; font-size: 12px; font-weight: 700; }
.arsenal-copy li:last-child { border-bottom: 1px solid rgba(255,255,255,.14); }
.arsenal-copy li span { margin-right: 18px; color: var(--orange); font: 900 10px Arial; }
.arsenal-meter { min-height: 360px; position: relative; display: grid; place-items: center; }
.meter-core { width: 185px; height: 185px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--ink); background: var(--orange); border-radius: 50%; box-shadow: 0 0 0 12px rgba(255,77,0,.14),0 0 70px rgba(255,77,0,.25); }
.meter-core span,.meter-core small { font-size: 8px; font-weight: 900; letter-spacing: .16em; }
.meter-core strong { margin: 7px 0; font: 1000 45px/1 Arial Black; }
.orbit { position: absolute; border: 1px dashed rgba(255,255,255,.34); border-radius: 50%; animation: spin 18s linear infinite; }
.orbit::after { content: ""; width: 8px; height: 8px; position: absolute; top: 16%; left: 12%; background: var(--orange); box-shadow: 0 0 15px var(--orange); border-radius: 50%; }
.orbit-one { width: 275px; height: 275px; }
.orbit-two { width: 340px; height: 340px; animation-direction: reverse; animation-duration: 27s; }
.orbit-two::after { left: auto; top: auto; right: 11%; bottom: 20%; background: white; box-shadow: 0 0 12px white; }
@keyframes spin { to { transform: rotate(360deg); } }

.modes-section { position: relative; color: var(--ink); background: var(--paper); overflow: hidden; }
.modes-section::after { content: "MODES"; position: absolute; left: -18px; bottom: 30px; color: transparent; -webkit-text-stroke: 1px rgba(0,0,0,.055); font: 1000 150px/.8 Arial Black; letter-spacing: -.08em; pointer-events: none; }
.mode-grid { width: min(100%,var(--max)); margin: auto; position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.mode-card { min-height: 410px; padding: 31px 27px; background: #dcdad1; border-top: 7px solid var(--ink); transition: transform .25s,background .25s,color .25s; }
.mode-card:hover { transform: translateY(-8px); color: var(--white); background: var(--ink); }
.mode-card.accent { background: var(--orange); }
.mode-card.accent:hover { color: var(--ink); background: var(--orange); }
.mode-top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid rgba(0,0,0,.18); }
.mode-card:hover .mode-top { border-color: rgba(255,255,255,.18); }
.mode-card.accent:hover .mode-top { border-color: rgba(0,0,0,.18); }
.mode-top span { font: 900 9px Arial; letter-spacing: .22em; }
.mode-top b { color: var(--orange); font: 1000 27px/1 Arial Black; }
.mode-card.accent .mode-top b { color: var(--ink); }
.mode-card h3 { margin: 34px 0 15px; font-size: 25px; }
.mode-card > p { min-height: 90px; color: #62615d; font-size: 12px; }
.mode-card:hover > p { color: #8f8f8f; }
.mode-card.accent > p,.mode-card.accent:hover > p { color: rgba(0,0,0,.65); }
.mode-card ul { margin: 27px 0 0; padding: 0; list-style: none; }
.mode-card li { padding: 9px 0 9px 15px; position: relative; border-top: 1px solid rgba(0,0,0,.13); font-size: 11px; font-weight: 700; }
.mode-card li::before { content: ""; width: 5px; height: 5px; position: absolute; left: 0; top: 16px; background: var(--orange); }
.mode-card.accent li::before { background: var(--ink); }

.gallery-section { color: var(--ink); background: var(--paper); }
.image-gallery { width: min(100%,var(--max)); margin: auto; display: grid; grid-template-columns: 1.25fr .75fr; gap: 14px; }
.image-gallery figure { min-height: 270px; margin: 0; position: relative; overflow: hidden; background: #222; border: 6px solid var(--ink); }
.image-gallery .gallery-main { grid-row: span 2; }
.image-gallery img { width: 100%; height: 100%; min-height: 270px; object-fit: cover; filter: saturate(.65) contrast(1.16); transition: transform .45s,filter .45s; }
.image-gallery figure:hover img { transform: scale(1.045); filter: saturate(1) contrast(1.1); }
.image-gallery figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 46px 24px 20px; display: flex; align-items: center; gap: 16px; color: white; background: linear-gradient(transparent,rgba(0,0,0,.92)); }
.image-gallery figcaption > span { width: 31px; height: 31px; display: grid; place-items: center; color: var(--ink); background: var(--orange); font: 1000 10px Arial; }
.image-gallery figcaption b,.image-gallery figcaption small { display: block; }
.image-gallery figcaption b { font-size: 15px; }
.image-gallery figcaption small { color: #a2a2a2; font: 800 8px Arial; letter-spacing: .17em; }

.training-section { background: #111; }
.training-wrap { width: min(100%,var(--max)); margin: auto; display: grid; grid-template-columns: .8fr 1.2fr; gap: 85px; align-items: start; }
.training-intro { position: sticky; top: 125px; }
.training-intro h2,.faq-title h2,.closing-inner h2 { margin: 0; font: 1000 clamp(45px,5vw,70px)/1 Arial Black,"PingFang SC",sans-serif; letter-spacing: -.06em; }
.training-intro > p:not(.section-kicker) { max-width: 470px; margin: 27px 0 34px; color: #858585; font-size: 13px; }
.training-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.16); }
.training-list li { min-height: 145px; padding: 30px 0; display: grid; grid-template-columns: 64px 1fr auto; gap: 20px; align-items: start; border-bottom: 1px solid rgba(255,255,255,.16); }
.training-list li > span { color: var(--orange); font: 1000 29px/1 Arial Black; }
.training-list b { font-size: 18px; }
.training-list p { max-width: 560px; margin: 9px 0 0; color: #777; font-size: 12px; }
.training-list small { padding: 7px 9px; color: #777; border: 1px solid #333; font: 800 8px Arial; letter-spacing: .15em; }

.faq-section { color: var(--ink); background: var(--paper); }
.faq-layout { width: min(100%,var(--max)); margin: auto; display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; }
.faq-title > p:last-child { max-width: 350px; margin-top: 24px; color: #6c6b66; font-size: 13px; }
.faq-list { border-top: 3px solid var(--ink); }
.faq-list details { border-bottom: 1px solid rgba(0,0,0,.25); }
.faq-list summary { padding: 25px 5px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-size: 15px; font-weight: 900; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--orange); font: 400 25px/1 Arial; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -5px 45px 25px 5px; color: #676660; font-size: 12px; }

.closing-section { padding: 105px 24px; position: relative; overflow: hidden; background: var(--ink); }
.closing-section::before { content: "CROSSFIRE"; position: absolute; left: 50%; top: 50%; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.07); font: 1000 clamp(90px,16vw,230px)/1 Arial Black; letter-spacing: -.09em; transform: translate(-50%,-50%); white-space: nowrap; }
.closing-inner { width: min(100%,var(--max)); margin: auto; position: relative; z-index: 1; text-align: center; }
.closing-inner > p { margin: 0 0 19px; color: var(--orange); font: 900 9px Arial; letter-spacing: .28em; }
.closing-inner h2 { font-size: clamp(47px,6vw,82px); }
.closing-inner > div { margin-top: 38px; display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }

.support-section { padding: 0 24px 110px; color: var(--ink); background: var(--paper); }
.support-inner { width: min(100%,var(--max)); margin: auto; padding: 48px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; background: var(--orange); border: 4px solid var(--ink); box-shadow: 14px 14px 0 var(--ink); }
.support-mark { width: 72px; height: 72px; display: grid; place-items: center; border: 3px solid var(--ink); font: 1000 32px Arial Black; }
.support-inner h2 { font-size: 34px; }
.support-inner .section-kicker { margin-bottom: 6px; color: var(--ink); }
.support-inner p:not(.section-kicker) { max-width: 680px; margin: 8px 0 0; color: rgba(0,0,0,.67); font-size: 12px; }
.btn-support { color: white; background: var(--ink); border-color: var(--ink); box-shadow: 7px 7px 0 rgba(0,0,0,.22); }

.site-footer { padding: 60px max(24px,calc((100% - var(--max))/2)); display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; background: #090909; border-top: 1px solid rgba(255,255,255,.12); }
.site-footer > div:first-child { display: flex; align-items: center; gap: 18px; }
.site-footer p { margin: 0; color: #686868; font-size: 10px; }
.footer-links { display: flex; gap: 28px; color: #aaa; font-size: 11px; font-weight: 700; }
.footer-links a:hover { color: var(--orange); }
.copyright { grid-column: 1/-1; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease,transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .hero { min-height: auto; padding-top: 145px; }
  .hero::after { width: 58vw; right: -24vw; }
  .hero-grid { grid-template-columns: 1fr; gap: 75px; }
  .hero-visual { max-width: 720px; }
  .guide-grid { grid-template-columns: 1fr; }
  .guide-card { min-height: 350px; }
  .arsenal-panel { grid-template-columns: 1fr; background-size: auto 100%; }
  .mode-grid { grid-template-columns: repeat(2,1fr); }
  .training-wrap,.faq-layout { grid-template-columns: 1fr; }
  .training-intro { position: static; }
  .support-inner { grid-template-columns: auto 1fr; }
  .support-inner .btn { grid-column: 2; justify-self: start; }
}

@media (max-width: 720px) {
  .nav-wrap { width: calc(100% - 28px); height: 72px; }
  .brand-copy { font-size: 12px; }
  .menu-toggle { display: block; position: relative; z-index: 3; }
  .main-nav { position: absolute; top: 72px; left: 0; right: 0; padding: 18px; flex-direction: column; align-items: stretch; gap: 4px; background: rgba(9,9,9,.98); border-bottom: 1px solid rgba(255,255,255,.15); transform: translateY(-135%); opacity: 0; pointer-events: none; transition: .25s; }
  .main-nav.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .main-nav a:last-child { margin: 6px 0 0; text-align: center; }
  .hero { padding: 118px 18px 85px; }
  .hero::after { width: 70vw; right: -48vw; }
  .hero-index { top: 86px; right: 16px; }
  .hero-word { bottom: 0; }
  .hero h1 { font-size: clamp(54px,16vw,76px); }
  .hero h1 em { box-shadow: 7px 7px 0 var(--orange); }
  .hero-text { font-size: 13px; }
  .hero-actions .btn { width: 100%; }
  .hero-stats { justify-content: space-between; }
  .hero-stats div { min-width: 0; padding: 0 13px; }
  .hero-stats span { font-size: 7px; }
  .hero-visual { transform: none; }
  .visual-frame img { min-height: 240px; }
  .card-a { left: 8px; }
  .card-b { right: 7px; top: 48px; }
  .scroll-cue { display: none; }
  .quick-strip { justify-content: flex-start; overflow: hidden; }
  .section { padding: 88px 18px; }
  .section-heading { margin-bottom: 38px; flex-direction: column; align-items: flex-start; }
  .section-heading h2,.arsenal-copy h2 { font-size: 44px; }
  .guides-section::before { font-size: 85px; }
  .guide-card { min-height: 340px; padding: 30px 27px; }
  .card-icon { margin-bottom: 42px; }
  .arsenal-panel { min-height: auto; padding: 48px 25px; gap: 45px; background-position: 63% center; }
  .arsenal-meter { min-height: 320px; transform: scale(.84); }
  .mode-grid { grid-template-columns: 1fr; }
  .mode-card { min-height: auto; }
  .mode-card > p { min-height: auto; }
  .image-gallery { grid-template-columns: 1fr; }
  .image-gallery .gallery-main { grid-row: auto; }
  .image-gallery figure,.image-gallery img { min-height: 240px; }
  .training-wrap,.faq-layout { gap: 50px; }
  .training-list li { grid-template-columns: 48px 1fr; }
  .training-list small { display: none; }
  .closing-section { padding: 85px 18px; }
  .closing-inner .btn { width: 100%; }
  .support-section { padding: 0 18px 85px; }
  .support-inner { padding: 30px 24px; grid-template-columns: 1fr; box-shadow: 8px 8px 0 var(--ink); }
  .support-inner .btn { grid-column: 1; width: 100%; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
  .copyright { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
html:not(.mfxq) body {
    filter: blur(10px);
    -webkit-filter: blur(10px);
}
body {
    transition: filter 0.5s ease, opacity 0.5s ease;
}
