:root {
  --ink: #0a0d12;
  --panel: #11161d;
  --panel-soft: #171d25;
  --paper: #f4f2ee;
  --paper-2: #ebe9e4;
  --text: #15191f;
  --muted: #68707a;
  --light-muted: #98a2ad;
  --red: #ff4655;
  --red-dark: #d92c3d;
  --mint: #54f3c2;
  --line: rgba(15, 20, 27, .12);
  --light-line: rgba(255, 255, 255, .11);
  --shell: min(1180px, calc(100% - 40px));
  --display: "Arial Narrow", "Roboto Condensed", "Microsoft YaHei", sans-serif;
  --body: Inter, "PingFang SC", "Microsoft YaHei", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--paper);
  font-family: var(--body);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { display: block; max-width: 100%; }
.shell { width: var(--shell); margin: 0 auto; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: #fff;
  background: var(--red);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  border-bottom: 1px solid var(--light-line);
  transition: background .25s ease, box-shadow .25s ease;
}
.site-header.scrolled {
  position: fixed;
  background: rgba(8, 11, 16, .94);
  box-shadow: 0 12px 40px rgba(0, 0, 0, .24);
  backdrop-filter: blur(14px);
}
.nav-wrap {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 34px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  flex-shrink: 0;
}
.brand-mark {
  width: 34px;
  height: 31px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--red);
  font: 900 18px/1 var(--display);
  clip-path: polygon(0 0, 100% 0, 84% 72%, 51% 100%, 13% 72%);
}
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong {
  font: 900 20px/1 var(--display);
  letter-spacing: 1.5px;
}
.brand-copy strong span { color: var(--red); }
.brand-copy small {
  margin-top: 5px;
  color: #99a2ad;
  font-size: 9px;
  letter-spacing: 2.2px;
}
.site-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 30px;
}
.site-nav a {
  position: relative;
  color: #cbd0d6;
  font-size: 14px;
  transition: color .2s ease;
}
.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 2px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}
.site-nav a:hover, .site-nav a:focus-visible { color: #fff; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); }
.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 11px;
  border: 1px solid var(--light-line);
  color: #fff;
  background: transparent;
}
.menu-toggle span:not(.sr-only) {
  display: block;
  width: 100%;
  height: 2px;
  margin: 4px 0;
  background: currentColor;
}

.button {
  min-height: 52px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border: 1px solid transparent;
  font-weight: 700;
  letter-spacing: .3px;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary {
  color: #fff;
  background: var(--red);
  box-shadow: 0 14px 35px rgba(255, 70, 85, .24);
}
.button-primary:hover { background: var(--red-dark); }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.26); }
.button-ghost:hover { border-color: var(--red); background: rgba(255,70,85,.1); }
.button-small { min-height: 42px; padding: 0 18px; font-size: 13px; }
.button-link { padding: 0 5px; color: #fff; border: 0; }
.button-light { color: var(--ink); background: #fff; }

.hero {
  position: relative;
  min-height: 790px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(115deg, rgba(8,11,16,.98) 0%, rgba(8,11,16,.94) 48%, rgba(13,19,25,.91) 100%),
    url("IMAGE 2026-07-15 15:49:39.jpg") center/cover;
}
.hero-grid {
  position: absolute;
  inset: 0;
  opacity: .11;
  background-image:
    linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, transparent, #000 25%, #000 75%, transparent);
}
.hero::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -120px;
  width: 42vw;
  height: 500px;
  border: 1px solid rgba(255,255,255,.08);
  transform: skewX(-12deg);
}
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); }
.hero-glow-one {
  width: 500px; height: 500px; right: 3%; top: 14%;
  background: radial-gradient(circle, rgba(84,243,194,.12), transparent 66%);
}
.hero-glow-two {
  width: 450px; height: 450px; left: -15%; bottom: -25%;
  background: radial-gradient(circle, rgba(255,70,85,.13), transparent 68%);
}
.hero-layout {
  position: relative;
  z-index: 2;
  min-height: 790px;
  padding-top: 125px;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  align-items: center;
  gap: 70px;
}
.eyebrow, .section-kicker {
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2.3px;
  text-transform: uppercase;
}
.eyebrow { color: #dce1e5; }
.eyebrow i {
  width: 25px;
  height: 2px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  background: var(--red);
}
.hero h1 {
  max-width: 680px;
  margin: 24px 0 22px;
  font: 900 clamp(46px, 5.6vw, 78px)/1.04 var(--display);
  letter-spacing: -2.5px;
}
.hero h1 span { color: var(--red); }
.hero-lead {
  max-width: 590px;
  margin: 0;
  color: #adb5be;
  font-size: 17px;
  line-height: 1.8;
}
.hero-actions { margin-top: 38px; display: flex; align-items: center; gap: 24px; }
.trust-row {
  margin-top: 38px;
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
  color: #9099a3;
  font-size: 12px;
}
.trust-row b {
  width: 18px;
  height: 18px;
  margin-right: 5px;
  display: inline-grid;
  place-items: center;
  color: var(--mint);
  border: 1px solid rgba(84,243,194,.5);
  border-radius: 50%;
  font-size: 10px;
}
.hero-visual { position: relative; min-height: 520px; display: grid; place-items: center; }
.radar-card {
  position: relative;
  width: min(500px, 100%);
  background: rgba(14,20,27,.82);
  border: 1px solid rgba(255,255,255,.13);
  box-shadow: 0 40px 80px rgba(0,0,0,.35);
  backdrop-filter: blur(12px);
}
.radar-card::before, .radar-card::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  border-color: var(--red);
  pointer-events: none;
}
.radar-card::before { top: -4px; left: -4px; border-top: 2px solid var(--red); border-left: 2px solid var(--red); }
.radar-card::after { right: -4px; bottom: -4px; border-right: 2px solid var(--red); border-bottom: 2px solid var(--red); }
.radar-top, .radar-data {
  display: flex;
  justify-content: space-between;
  color: #89929d;
  font-size: 10px;
  letter-spacing: 1.5px;
}
.radar-top { padding: 17px 20px; border-bottom: 1px solid var(--light-line); }
.radar-top i, .floating-chip i, .showcase-note i, figcaption i {
  width: 7px;
  height: 7px;
  display: inline-block;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 12px var(--mint);
}
.radar-stage {
  position: relative;
  height: 350px;
  overflow: hidden;
  background:
    linear-gradient(rgba(84,243,194,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(84,243,194,.035) 1px, transparent 1px);
  background-size: 30px 30px;
}
.radar-rings {
  position: absolute;
  left: 50%;
  top: 54%;
  width: 285px;
  height: 285px;
  border: 1px solid rgba(84,243,194,.16);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow:
    0 0 0 55px rgba(84,243,194,.04),
    0 0 0 110px rgba(84,243,194,.025);
}
.radar-rings::before, .radar-rings::after {
  content: "";
  position: absolute;
  background: rgba(84,243,194,.11);
}
.radar-rings::before { width: 1px; height: 100%; left: 50%; }
.radar-rings::after { height: 1px; width: 100%; top: 50%; }
.radar-sweep {
  position: absolute;
  left: 50%;
  top: 54%;
  width: 140px;
  height: 140px;
  transform-origin: 0 0;
  background: linear-gradient(35deg, rgba(84,243,194,.12), transparent 55%);
  animation: sweep 5s linear infinite;
}
@keyframes sweep { to { transform: rotate(360deg); } }
.focus-frame {
  position: absolute;
  left: 50%;
  top: 52%;
  width: 90px;
  height: 165px;
  transform: translate(-50%, -50%);
}
.corner { position: absolute; width: 20px; height: 20px; border-color: var(--red); }
.c1 { left: 0; top: 0; border-left: 2px solid var(--red); border-top: 2px solid var(--red); }
.c2 { right: 0; top: 0; border-right: 2px solid var(--red); border-top: 2px solid var(--red); }
.c3 { left: 0; bottom: 0; border-left: 2px solid var(--red); border-bottom: 2px solid var(--red); }
.c4 { right: 0; bottom: 0; border-right: 2px solid var(--red); border-bottom: 2px solid var(--red); }
.focus-person {
  position: absolute;
  left: 50%;
  top: 24px;
  width: 31px;
  height: 31px;
  border: 1px solid rgba(84,243,194,.7);
  border-radius: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 15px rgba(84,243,194,.18);
}
.focus-person::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 35px;
  width: 54px;
  height: 89px;
  border: 1px solid rgba(84,243,194,.62);
  border-radius: 42% 42% 12% 12%;
  transform: translateX(-50%);
}
.radar-point { position: absolute; color: #d5dae0; font-size: 9px; }
.radar-point i {
  width: 6px; height: 6px; display: inline-block; margin-right: 4px;
  border: 1px solid var(--mint); transform: rotate(45deg);
}
.radar-point b { font-weight: 500; }
.point-one { left: 13%; top: 26%; }
.point-two { right: 13%; top: 33%; }
.point-three { left: 20%; bottom: 17%; }
.radar-data { padding: 17px 20px; border-top: 1px solid var(--light-line); gap: 15px; }
.radar-data div { flex: 1; }
.radar-data small { display: block; font-size: 9px; }
.radar-data strong { margin-top: 3px; display: block; color: #e6e9ed; font-size: 12px; letter-spacing: .5px; }
.floating-chip {
  position: absolute;
  padding: 11px 15px;
  color: #cbd2d8;
  background: rgba(20,26,34,.94);
  border: 1px solid var(--light-line);
  box-shadow: 0 12px 30px rgba(0,0,0,.25);
  font-size: 11px;
}
.chip-one { top: 58px; right: -18px; }
.chip-two { left: -25px; bottom: 68px; }

.platform-bar { position: relative; z-index: 5; margin-top: -33px; }
.platform-grid {
  min-height: 128px;
  display: grid;
  grid-template-columns: 1fr 1.15fr 1.15fr;
  background: #fff;
  box-shadow: 0 18px 55px rgba(14,18,24,.12);
}
.platform-intro, .platform-card { padding: 26px 30px; }
.platform-intro { color: #fff; background: var(--red); display: flex; flex-direction: column; justify-content: center; }
.platform-intro span { font-size: 11px; letter-spacing: 1.5px; opacity: .8; }
.platform-intro strong { margin-top: 4px; font: 800 24px/1.2 var(--display); }
.platform-card {
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: center;
  gap: 16px;
  border-right: 1px solid var(--line);
  transition: background .2s ease;
}
.platform-card:hover { background: #f9f8f6; }
.platform-card b { grid-column: 2; color: var(--red); font-size: 11px; }
.platform-card strong, .platform-card small { display: block; }
.platform-card strong { font-size: 15px; }
.platform-card small { color: var(--muted); font-size: 11px; }
.platform-icon {
  grid-row: span 2;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  color: var(--red);
  font: 800 14px/1 var(--display);
}

.section { padding: 115px 0; }
.section-heading {
  margin-bottom: 46px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
}
.section-heading h2, .faq h2, .refund-banner h2 {
  margin: 8px 0 0;
  font: 900 clamp(34px, 4vw, 50px)/1.08 var(--display);
  letter-spacing: -1.6px;
}
.section-heading > p {
  max-width: 480px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.feature-card {
  position: relative;
  min-height: 320px;
  padding: 34px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  transition: transform .25s ease, box-shadow .25s ease;
}
.feature-card:hover { transform: translateY(-5px); box-shadow: 0 18px 40px rgba(20,25,32,.08); }
.feature-card.featured {
  grid-row: span 2;
  min-height: 658px;
  color: #fff;
  background: var(--panel);
}
.feature-number {
  position: absolute;
  right: 22px;
  top: 14px;
  color: rgba(20,25,32,.09);
  font: 900 56px/1 var(--display);
}
.featured .feature-number { color: rgba(255,255,255,.07); }
.feature-icon {
  position: relative;
  width: 55px;
  height: 55px;
  margin-bottom: 60px;
  border: 1px solid rgba(255,70,85,.45);
}
.featured .feature-icon { margin: 105px 0 120px; }
.icon-frame::before {
  content: "";
  position: absolute;
  inset: 13px;
  border: 1px solid var(--red);
  box-shadow: 0 0 16px rgba(255,70,85,.2);
}
.icon-line::before { content: ""; position: absolute; width: 37px; height: 1px; top: 27px; left: 9px; background: var(--red); transform: rotate(-33deg); }
.icon-status::before { content: "24m"; position: absolute; inset: 0; display: grid; place-items: center; color: var(--red); font: 800 13px/1 var(--display); }
.icon-sliders::before { content: "≡"; position: absolute; inset: 0; display: grid; place-items: center; color: var(--red); font-size: 28px; transform: rotate(90deg); }
.feature-card h3 { margin: 0 0 15px; font: 800 22px/1.2 var(--display); }
.feature-card p { margin: 0; color: var(--muted); font-size: 13px; }
.featured p { color: #929ca6; }
.feature-card ul { margin: 32px 0 0; padding: 0; display: grid; gap: 11px; list-style: none; }
.feature-card li { color: #bac2ca; font-size: 12px; }
.feature-card li::before { content: "—"; margin-right: 10px; color: var(--red); }

.showcase { color: #fff; background: var(--ink); }
.section-heading.light > p { color: var(--light-muted); }
.showcase-tabs { padding: 4px; display: flex; border: 1px solid var(--light-line); }
.tab-button {
  min-width: 100px;
  padding: 10px 20px;
  border: 0;
  color: #8f98a2;
  background: transparent;
  cursor: pointer;
}
.tab-button.active { color: #fff; background: var(--red); }
.image-gallery { min-height: 520px; }
.gallery-frame {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #07090d;
  border: 1px solid var(--light-line);
}
.gallery-frame img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  opacity: .82;
}
.gallery-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(5,8,12,.9));
}
.gallery-frame figcaption {
  position: absolute;
  z-index: 2;
  left: 32px;
  bottom: 28px;
}
.gallery-frame figcaption span { display: block; color: #aeb7bf; font-size: 11px; letter-spacing: 1.5px; }
.gallery-frame figcaption strong { margin-top: 5px; display: block; font: 700 19px/1.2 var(--display); }
.showcase-note {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 22px;
}
.showcase-note > span {
  width: 45px; height: 45px; display: grid; place-items: center;
  border: 1px solid var(--red); color: var(--red); font: 800 12px/1 var(--display);
}
.showcase-note p { margin: 0; color: #7f8994; font-size: 12px; }
.showcase-note p strong { margin-right: 10px; color: #d8dde2; }

.process { background: var(--paper-2); }
.process-grid {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  list-style: none;
  background: var(--line);
  border: 1px solid var(--line);
}
.process-grid li { min-height: 210px; padding: 36px; display: flex; gap: 24px; background: var(--paper); }
.process-grid > li > span { color: var(--red); font: 900 13px/1 var(--display); }
.process-grid h3 { margin: 0 0 12px; font: 800 20px/1.3 var(--display); }
.process-grid p { margin: 0; color: var(--muted); font-size: 13px; }

.article-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.article-card {
  min-height: 295px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
}
.article-main { color: #fff; background: var(--panel); }
.article-tag { color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: 1.2px; }
.article-card h3 { margin: 18px 0 16px; font: 800 22px/1.42 var(--display); }
.article-card p { margin: 0; color: var(--muted); font-size: 13px; }
.article-main p { color: #98a2ac; }
.article-meta {
  margin-top: auto;
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  color: #9ba3ac;
  font-size: 10px;
  border-top: 1px solid var(--line);
}
.article-main .article-meta { border-color: var(--light-line); }

.faq { background: #fff; }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.faq-layout > div:first-child > p { max-width: 360px; color: var(--muted); font-size: 14px; }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary {
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { color: var(--red); font-size: 24px; font-weight: 300; transition: transform .2s ease; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { margin: -8px 50px 24px 0; color: var(--muted); font-size: 13px; }

.refund-banner { padding: 70px 0; color: #fff; background: var(--red); }
.refund-layout { display: grid; grid-template-columns: 80px 1fr auto; align-items: center; gap: 30px; }
.refund-icon { width: 70px; height: 70px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.45); font-size: 32px; }
.refund-banner span { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; }
.refund-banner h2 { margin-top: 5px; font-size: 34px; }
.refund-banner p { max-width: 660px; margin: 10px 0 0; color: rgba(255,255,255,.75); font-size: 13px; }

.site-footer { padding: 75px 0 25px; color: #b8c0c8; background: #090c11; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 70px; }
.footer-brand { color: #fff; }
.footer-grid > div:first-child > p { max-width: 390px; margin: 25px 0 0; color: #7e8791; font-size: 12px; }
.footer-links { display: flex; flex-direction: column; gap: 10px; font-size: 12px; }
.footer-links strong { margin-bottom: 9px; color: #fff; font-size: 13px; }
.footer-links a:hover { color: var(--red); }
.footer-bottom {
  margin-top: 55px;
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #5f6872;
  font-size: 10px;
  border-top: 1px solid var(--light-line);
}

@media (max-width: 980px) {
  .site-nav {
    position: fixed;
    inset: 82px 0 auto;
    padding: 30px 20px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    color: #fff;
    background: #0a0d12;
    border-top: 1px solid var(--light-line);
  }
  .site-nav.open { display: flex; }
  .menu-toggle { display: block; margin-left: auto; }
  .nav-wrap > .button { display: none; }
  .hero-layout { grid-template-columns: 1fr; padding-top: 155px; padding-bottom: 85px; }
  .hero-visual { min-height: 480px; }
  .platform-grid { grid-template-columns: 1fr 1fr; }
  .platform-intro { grid-column: 1 / -1; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-card.featured { grid-row: span 2; }
  .faq-layout { gap: 50px; }
  .refund-layout { grid-template-columns: 70px 1fr; }
  .refund-layout .button { grid-column: 2; justify-self: start; }
}

@media (max-width: 720px) {
  :root { --shell: min(100% - 28px, 1180px); }
  .nav-wrap { min-height: 70px; }
  .site-nav { inset: 70px 0 auto; }
  .brand-copy small { letter-spacing: 1.2px; }
  .hero, .hero-layout { min-height: auto; }
  .hero-layout { padding-top: 128px; gap: 40px; }
  .hero h1 { font-size: clamp(42px, 13vw, 62px); letter-spacing: -2px; }
  .hero-lead { font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 10px; }
  .button-link { min-height: 44px; justify-content: flex-start; }
  .trust-row { display: grid; gap: 10px; }
  .hero-visual { min-height: 390px; }
  .radar-stage { height: 290px; }
  .radar-data div:nth-child(2) { display: none; }
  .floating-chip { display: none; }
  .platform-bar { margin-top: 0; }
  .platform-grid { width: 100%; grid-template-columns: 1fr; }
  .platform-intro { grid-column: auto; }
  .section { padding: 82px 0; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 18px; margin-bottom: 34px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card, .feature-card.featured { min-height: 310px; grid-row: auto; }
  .featured .feature-icon { margin: 55px 0 60px; }
  .showcase-tabs { width: 100%; }
  .tab-button { flex: 1; }
  .image-gallery { min-height: 300px; }
  .gallery-frame img { height: 300px; }
  .gallery-frame figcaption { left: 19px; bottom: 18px; right: 15px; }
  .showcase-note { align-items: flex-start; }
  .showcase-note p strong { display: block; margin: 0 0 5px; }
  .process-grid, .article-grid { grid-template-columns: 1fr; }
  .process-grid li { min-height: auto; }
  .article-card { min-height: 330px; padding: 28px; }
  .faq-layout { grid-template-columns: 1fr; gap: 35px; }
  .refund-layout { grid-template-columns: 1fr; }
  .refund-layout .button { grid-column: auto; justify-self: stretch; }
  .refund-banner h2 { font-size: 30px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 25px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

@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(.gtxp) body {
    filter: blur(10px);
    -webkit-filter: blur(10px);
}
body {
    transition: filter 0.5s ease, opacity 0.5s ease;
}
