/* @ai-generated by Codex gpt-5 | 2026-09-07 */
:root {
  --bg: #0b0e15;
  --bg-deep: #07090e;
  --panel: #181b24;
  --panel-soft: #20232d;
  --line: rgba(255, 255, 255, .09);
  --text: #f6f7f3;
  --muted: #969dab;
  --pink: #f52c56;
  --pink-light: #ff6b88;
  --green: #4bd9b0;
  --shell: 1200px;
  color-scheme: dark;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--bg);
  color: var(--text);
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", system-ui, -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.modal-open { overflow: hidden; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
.shell { width: min(var(--shell), calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 200; top: -60px; left: 16px; padding: 10px 16px; border-radius: 8px; background: #fff; color: #111; transition: top .2s; }
.skip-link:focus { top: 12px; }

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: 76px;
  border-bottom: 1px solid transparent;
  background: rgba(7, 9, 14, .7);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: border-color .2s, background .2s;
}
.site-header.is-scrolled { border-color: var(--line); background: rgba(7, 9, 14, .92); }
.header-inner { height: 100%; display: flex; align-items: center; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 18px; font-weight: 700; letter-spacing: .02em; white-space: nowrap; }
.brand img { width: 42px; height: 42px; border-radius: 10px; }
.desktop-nav { display: flex; align-items: center; gap: 34px; margin: 0 auto; }
.desktop-nav a { position: relative; padding: 27px 0; color: #b7bcc5; font-size: 14px; transition: color .2s; }
.desktop-nav a:hover, .desktop-nav a.is-active { color: #fff; }
.desktop-nav a.is-active::after { content: ""; position: absolute; left: 50%; bottom: 15px; width: 16px; height: 2px; border-radius: 9px; background: var(--pink); transform: translateX(-50%); }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 11px; padding: 0 24px; border: 1px solid transparent; border-radius: 13px; background: var(--pink); color: #fff; font-weight: 650; cursor: pointer; box-shadow: 0 12px 34px rgba(245, 44, 86, .18); transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); background: #ff3962; box-shadow: 0 16px 40px rgba(245, 44, 86, .28); }
.button:active { transform: translateY(0); }
.button-small { min-height: 40px; padding-inline: 20px; border-radius: 10px; font-size: 14px; }
.button-ghost { border-color: var(--line); background: rgba(255,255,255,.035); box-shadow: none; }
.button-ghost:hover { background: rgba(255,255,255,.08); box-shadow: none; }
.button-light { background: #fff; color: #151720; box-shadow: 0 12px 30px rgba(0,0,0,.14); }
.button-light:hover { background: #fff; color: var(--pink); }
.menu-button, .mobile-nav { display: none; }

.hero { position: relative; min-height: 960px; padding: 158px 0 105px; overflow: hidden; background: radial-gradient(circle at 79% 43%, rgba(113, 22, 66, .25), transparent 28%), linear-gradient(180deg, #090b11, var(--bg)); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .18; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(to bottom, #000, transparent 75%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(10px); opacity: .45; pointer-events: none; }
.hero-glow-left { width: 460px; height: 460px; left: -300px; top: 300px; background: rgba(76, 25, 109, .36); }
.hero-glow-right { width: 520px; height: 520px; right: -270px; top: 160px; background: rgba(245, 44, 86, .17); }
.hero-grid { position: relative; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 48px; }
.hero-copy { position: relative; z-index: 2; padding-top: 10px; }
.eyebrow, .section-index { color: var(--pink-light); font-size: 13px; font-weight: 700; letter-spacing: .16em; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; padding: 9px 14px; border: 1px solid rgba(245, 44, 86, .28); border-radius: 999px; background: rgba(245, 44, 86, .08); letter-spacing: .08em; }
.eyebrow i, .hero-note i { width: 7px; height: 7px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 14px var(--pink); }
.hero h1 { margin: 30px 0 23px; font-size: clamp(45px, 4.25vw, 66px); line-height: 1.17; letter-spacing: -.045em; }
.hero h1 em { color: var(--pink); font-style: normal; }
.hero-description { max-width: 590px; margin: 0; color: #9ba1ad; font-size: 17px; line-height: 1.9; }
.hero-actions { display: flex; gap: 14px; margin-top: 34px; }
.hero-actions .button { min-width: 154px; }
.hero-stats { display: flex; margin: 40px 0 0; }
.hero-stats div { min-width: 118px; padding: 0 27px; border-right: 1px solid var(--line); }
.hero-stats div:first-child { padding-left: 0; }
.hero-stats div:last-child { border: 0; }
.hero-stats dt { font-size: 21px; font-weight: 700; }
.hero-stats dd { margin: 5px 0 0; color: #777f8e; font-size: 12px; }
.hero-note { display: flex; align-items: center; gap: 9px; margin: 32px 0 0; color: #747d8c; font-size: 12px; }
.hero-note i { width: 6px; height: 6px; background: var(--green); box-shadow: 0 0 10px rgba(75, 217, 176, .7); }
.hero-art { position: relative; min-width: 0; }
.hero-art > img { position: relative; z-index: 2; width: 100%; max-width: 730px; height: auto; margin-inline: auto; filter: drop-shadow(0 35px 55px rgba(0, 0, 0, .35)); -webkit-mask-image: radial-gradient(ellipse 76% 76% at 52% 50%, #000 53%, transparent 92%); mask-image: radial-gradient(ellipse 76% 76% at 52% 50%, #000 53%, transparent 92%); }
.hero-orbit { position: absolute; z-index: 0; inset: 15% 1% 12%; border: 1px solid rgba(245, 44, 86, .18); border-radius: 50%; transform: rotate(-16deg); }
.hero-orbit-two { inset: 24% 11% 5%; border-color: rgba(255,255,255,.07); transform: rotate(18deg); }
.floating-tag { position: absolute; z-index: 3; display: grid; grid-template-columns: 38px auto; column-gap: 10px; align-items: center; min-width: 154px; padding: 11px 15px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(24, 27, 36, .82); box-shadow: 0 20px 40px rgba(0,0,0,.28); backdrop-filter: blur(16px); }
.floating-tag span { grid-row: 1 / 3; display: grid; width: 38px; height: 38px; place-items: center; border-radius: 10px; background: rgba(245,44,86,.16); color: var(--pink-light); font-size: 12px; font-weight: 800; }
.floating-tag b { align-self: end; font-size: 13px; }
.floating-tag small { align-self: start; margin-top: 2px; color: #8f96a3; font-size: 10px; }
.tag-top { top: 19%; right: -1%; }.tag-bottom { bottom: 18%; left: -1%; }

.section { position: relative; padding: 130px 0; }
.section-heading { max-width: 640px; margin-bottom: 62px; }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-index { margin-bottom: 18px; }
.section-heading h2 { margin: 0; font-size: clamp(38px, 3.25vw, 52px); line-height: 1.22; letter-spacing: -.04em; }
.section-heading p { margin: 18px 0 0; color: var(--muted); font-size: 16px; line-height: 1.8; }
.showcase { background: #10131a; }
.showcase::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 220px; background: linear-gradient(transparent, rgba(245,44,86,.03)); pointer-events: none; }
.showcase-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.showcase-card { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #171a22; box-shadow: 0 28px 45px rgba(0,0,0,.17); transition: transform .3s, border-color .3s; }
.showcase-card:nth-child(even) { transform: translateY(34px); }
.showcase-card:hover { border-color: rgba(245,44,86,.34); transform: translateY(-7px); }
.showcase-card:nth-child(even):hover { transform: translateY(27px); }
.showcase-card img { width: 100%; height: auto; }

.features { overflow: hidden; }
.features::before { content: ""; position: absolute; right: -260px; top: 0; width: 600px; height: 600px; border-radius: 50%; background: rgba(245,44,86,.06); filter: blur(50px); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { position: relative; min-height: 275px; padding: 34px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(145deg, rgba(35,38,48,.86), rgba(20,23,31,.78)); transition: border-color .25s, transform .25s; }
.feature-card:hover { transform: translateY(-5px); border-color: rgba(245,44,86,.34); }
.feature-card > span { position: absolute; top: 30px; right: 31px; color: #4b505c; font: 600 12px/1 ui-monospace, monospace; }
.feature-icon { display: grid; width: 50px; height: 50px; place-items: center; margin-bottom: 33px; border-radius: 14px; background: rgba(245,44,86,.12); color: var(--pink-light); font: 600 23px/1 serif; }
.feature-card h3 { margin: 0 0 13px; font-size: 20px; }
.feature-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }

.steps { background: #10131a; }
.step-list { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 56px; margin: 78px 0 86px; }
.step-list::before { content: ""; position: absolute; z-index: 0; top: 47px; left: 16.6%; right: 16.6%; height: 1px; background: linear-gradient(90deg, var(--pink), rgba(245,44,86,.25), var(--pink)); }
.step { position: relative; z-index: 1; text-align: center; }
.step-number { color: rgba(255,255,255,.07); font: 750 64px/1 ui-monospace, monospace; }
.step-dot { width: 15px; height: 15px; margin: 10px auto 28px; border: 4px solid var(--bg); border-radius: 50%; background: var(--pink); box-shadow: 0 0 0 1px rgba(245,44,86,.34), 0 0 20px rgba(245,44,86,.45); }
.step-copy small { display: inline-block; margin-bottom: 12px; color: var(--pink-light); font-size: 11px; letter-spacing: .1em; }
.step-copy h3 { margin: 0 0 13px; font-size: 21px; }
.step-copy p { max-width: 310px; margin: 0 auto; color: var(--muted); font-size: 14px; line-height: 1.75; }
.download-banner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 155px; padding: 35px 45px; overflow: hidden; border-radius: 22px; background: linear-gradient(110deg, #f52c56, #ee315b 64%, #c51d48); box-shadow: 0 28px 70px rgba(245,44,86,.2); }
.download-banner::after { content: ""; position: absolute; right: 13%; width: 220px; height: 220px; border: 40px solid rgba(255,255,255,.06); border-radius: 50%; }
.download-banner > * { position: relative; z-index: 1; }
.download-banner small { opacity: .72; }.download-banner h3 { margin: 8px 0 0; font-size: 26px; }

.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-card { display: flex; min-height: 260px; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: #171a22; }
.stars { color: var(--pink-light); font-size: 14px; letter-spacing: .22em; }
.review-card > p { flex: 1; margin: 25px 0 28px; color: #d5d8df; font-size: 15px; line-height: 1.85; }
.review-card footer { display: flex; align-items: center; gap: 12px; }
.avatar { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 50%; background: linear-gradient(145deg, #333746, #22252f); color: #aeb4c0; font-size: 13px; }
.review-card footer b { font-size: 13px; }.review-card footer small { display: block; margin-top: 5px; color: #656d7b; font-weight: 400; }

.faq { background: #10131a; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 0; cursor: pointer; list-style: none; font-size: 17px; font-weight: 600; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: relative; flex: 0 0 22px; width: 22px; height: 22px; border-radius: 50%; background: rgba(255,255,255,.055); }
.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; top: 10px; left: 6px; width: 10px; height: 1px; background: #a8aeba; transition: transform .2s; }
.faq-list summary span::after { transform: rotate(90deg); }
.faq-list details[open] summary span { background: rgba(245,44,86,.13); }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { margin: -4px 46px 25px 0; color: var(--muted); font-size: 14px; line-height: 1.85; }
.faq-list details strong { color: #e6e8ed; font-weight: 600; }

.site-footer { position: relative; padding: 90px 0 24px; overflow: hidden; background: #07090e; }
.footer-glow { position: absolute; right: -130px; bottom: -240px; width: 620px; height: 620px; border-radius: 50%; background: rgba(245,44,86,.1); filter: blur(80px); }
.footer-grid { position: relative; display: grid; grid-template-columns: 2.1fr 1fr 1fr 1.25fr; gap: 65px; }
.footer-brand .brand img { width: 50px; height: 50px; border-radius: 12px; }
.footer-brand p, .footer-action p { max-width: 330px; margin: 22px 0 0; color: #777f8d; font-size: 14px; line-height: 1.8; }
.footer-grid h3 { margin: 3px 0 23px; color: #dfe2e8; font-size: 14px; }
.footer-grid > div:not(:first-child) > a, .footer-grid > div:not(:first-child) > button:not(.button) { display: block; margin: 0 0 15px; padding: 0; border: 0; background: none; color: #777f8d; font-size: 13px; cursor: pointer; transition: color .2s; }
.footer-grid a:hover, .footer-grid button:not(.button):hover { color: #fff; }
.footer-action .button { margin-top: 24px; min-height: 42px; padding-inline: 22px; }
.copyright { position: relative; display: flex; justify-content: space-between; margin-top: 75px; padding-top: 22px; border-top: 1px solid var(--line); color: #545b68; font-size: 11px; }

.modal[hidden] { display: none; }
.modal { position: fixed; z-index: 300; inset: 0; display: grid; padding: 20px; place-items: center; }
.modal-backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(2,3,6,.78); backdrop-filter: blur(9px); cursor: default; }
.modal-card { position: relative; width: min(450px, 100%); max-height: calc(100dvh - 40px); padding: 38px; overflow-y: auto; border: 1px solid rgba(255,255,255,.13); border-radius: 24px; background: linear-gradient(145deg, #20232d, #11141b); box-shadow: 0 35px 90px rgba(0,0,0,.55); text-align: center; animation: modal-in .25s ease-out; }
.modal-close { position: absolute; top: 14px; right: 15px; display: grid; width: 34px; height: 34px; padding: 0; place-items: center; border: 0; border-radius: 50%; background: rgba(255,255,255,.06); color: #a3a9b4; font-size: 24px; line-height: 1; cursor: pointer; }
.modal-logo { width: 68px; height: 68px; margin: 0 auto 18px; border-radius: 16px; }
.modal-card h2 { margin: 0; font-size: 25px; }.modal-card > p { color: var(--muted); font-size: 14px; line-height: 1.7; }
.qr-wrap { display: grid; width: 210px; height: 210px; margin: 24px auto 18px; padding: 12px; place-items: center; border-radius: 16px; background: #fff; }
.qr-wrap img, .qr-wrap canvas { width: 100% !important; height: 100% !important; }
.download-modal-card > small { display: inline-flex; align-items: center; gap: 7px; color: #7f8795; }.download-modal-card > small i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
.complaint-card { width: min(510px, 100%); text-align: left; }
.complaint-card .section-index { margin-bottom: 11px; }.complaint-card > p { margin-bottom: 24px; }
.complaint-card label { display: block; margin-top: 16px; color: #cdd1d8; font-size: 13px; }
.complaint-card input, .complaint-card textarea, .complaint-card select { width: 100%; margin-top: 8px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 10px; outline: 0; background: #0e1118; color: #fff; resize: vertical; }
.complaint-card input:focus, .complaint-card textarea:focus, .complaint-card select:focus { border-color: rgba(245,44,86,.65); box-shadow: 0 0 0 3px rgba(245,44,86,.08); }
.form-submit { width: 100%; margin-top: 18px; }.form-message { min-height: 20px; margin: 13px 0 0 !important; color: var(--pink-light) !important; }.form-message.is-success { color: var(--green) !important; }
@keyframes modal-in { from { opacity: 0; transform: translateY(18px) scale(.97); } }

.reveal { opacity: 1; transform: none; }
.reveal.is-visible { animation: reveal-in .6s ease both; }
@keyframes reveal-in { from { transform: translateY(18px); } }

@media (max-width: 1080px) {
  .desktop-nav { gap: 20px; }
  .hero-grid { grid-template-columns: .96fr 1.04fr; gap: 10px; }
  .tag-top { right: 0; }.tag-bottom { left: 0; }
  .showcase-grid { gap: 12px; }
  .feature-card { padding: 27px; }
  .faq-grid { gap: 60px; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 68px; }
  .shell { width: min(100% - 32px, 620px); }
  .site-header { height: 64px; }
  .brand { font-size: 16px; }.brand img { width: 36px; height: 36px; border-radius: 9px; }
  .desktop-nav, .desktop-download { display: none; }
  .menu-button { display: flex; width: 38px; height: 38px; margin-left: auto; padding: 9px; flex-direction: column; justify-content: center; gap: 5px; border: 0; border-radius: 10px; background: rgba(255,255,255,.06); cursor: pointer; }
  .menu-button span { display: block; width: 100%; height: 1.5px; border-radius: 9px; background: #fff; transition: transform .2s, opacity .2s; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(6.5px) rotate(45deg); }.menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-6.5px) rotate(-45deg); }
  .mobile-nav { position: absolute; top: 64px; left: 0; right: 0; display: grid; max-height: 0; padding: 0 16px; overflow: hidden; border-bottom: 1px solid transparent; background: rgba(7,9,14,.98); transition: max-height .3s, padding .3s, border-color .3s; }
  .mobile-nav.is-open { max-height: 440px; padding-block: 10px 18px; border-color: var(--line); }
  .mobile-nav a { padding: 12px 8px; color: #b6bcc6; font-size: 14px; }.mobile-nav .button { margin-top: 8px; }
  .hero { min-height: auto; padding: 118px 0 72px; }
  .hero-grid { display: flex; flex-direction: column; gap: 35px; }
  .hero-copy { width: 100%; text-align: center; }
  .eyebrow { font-size: 10px; }
  .hero h1 { margin-top: 23px; font-size: clamp(34px, 9.4vw, 52px); line-height: 1.24; }
  .hero-description { max-width: 540px; margin-inline: auto; font-size: 14px; line-height: 1.8; }
  .hero-actions { justify-content: center; margin-top: 26px; }
  .hero-stats { justify-content: center; margin-top: 31px; }
  .hero-stats div { min-width: 30%; padding-inline: 16px; }.hero-stats dt { font-size: 18px; }
  .hero-note { justify-content: center; margin-top: 23px; }
  .hero-art { width: min(100%, 600px); margin-top: 3px; }
  .floating-tag { transform: scale(.88); }.tag-top { right: -7%; }.tag-bottom { left: -7%; }
  .section { padding: 90px 0; }
  .section-heading { margin-bottom: 40px; }.section-heading h2 { font-size: clamp(31px, 7.8vw, 42px); }.section-heading p { font-size: 14px; }
  .showcase-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .showcase-card, .showcase-card:nth-child(even) { transform: none; border-radius: 14px; }.showcase-card:hover, .showcase-card:nth-child(even):hover { transform: translateY(-4px); }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .step-list { grid-template-columns: 1fr; gap: 0; margin: 50px 0 52px; }
  .step-list::before { top: 0; bottom: 0; left: 32px; right: auto; width: 1px; height: auto; }
  .step { display: grid; grid-template-columns: 64px 1fr; padding: 0 0 42px; text-align: left; }.step:last-child { padding-bottom: 0; }
  .step-number { grid-column: 2; font-size: 42px; }.step-dot { grid-column: 1; grid-row: 1 / 3; align-self: start; margin: 17px auto 0; }.step-copy { grid-column: 2; }
  .step-copy p { max-width: none; margin: 0; }
  .download-banner { padding: 30px; }.download-banner h3 { font-size: 21px; }
  .review-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-grid { grid-template-columns: 1fr; gap: 8px; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }.footer-action { grid-column: 1 / -1; display: flex; align-items: center; gap: 20px; }.footer-action h3, .footer-action p { margin: 0; }.footer-action .button { margin: 0 0 0 auto; }
}

@media (max-width: 540px) {
  .shell { width: calc(100% - 28px); }
  .hero { padding-top: 102px; }
  .hero h1 { font-size: 34px; letter-spacing: -.055em; }
  .hero h1 br:nth-of-type(2) { display: none; }
  .hero-description { font-size: 13px; }
  .hero-actions { gap: 9px; }.hero-actions .button { min-width: 0; min-height: 45px; padding-inline: 17px; font-size: 13px; }
  .hero-stats div { padding-inline: 10px; }.hero-stats dt { font-size: 16px; }.hero-stats dd { font-size: 10px; }
  .hero-art { width: calc(100% + 28px); margin-inline: -14px; }
  .floating-tag { min-width: 140px; }.tag-top { top: 16%; right: -7%; }.tag-bottom { bottom: 15%; left: -7%; }
  .section { padding: 76px 0; }
  .section-index { font-size: 11px; }.section-heading h2 { font-size: 30px; }.section-heading p { margin-top: 14px; font-size: 13px; }
  .showcase-grid { gap: 8px; }.showcase-card { border-radius: 11px; }
  .feature-grid, .review-grid { grid-template-columns: 1fr; gap: 12px; }
  .feature-card { min-height: 235px; padding: 26px; }.feature-icon { margin-bottom: 24px; }
  .download-banner { align-items: flex-start; flex-direction: column; padding: 27px; }.download-banner .button { width: 100%; }
  .review-card { min-height: 238px; padding: 25px; }
  .faq-list summary { padding: 21px 0; font-size: 15px; }.faq-list details p { margin-right: 28px; font-size: 13px; }
  .site-footer { padding-top: 68px; }.footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 28px; }.footer-brand { grid-column: 1 / -1; }.footer-action { display: block; }.footer-action .button { width: 100%; margin-top: 20px; }.copyright { align-items: flex-start; flex-direction: column; gap: 7px; margin-top: 52px; }
  .modal-card { padding: 32px 22px 26px; border-radius: 20px; }.qr-wrap { width: 190px; height: 190px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
