:root {
  color-scheme: light;
  --ink: #142139;
  --muted: #58677e;
  --navy: #07101d;
  --navy-2: #0d1b31;
  --line: #dce5f1;
  --soft: #f3f7fc;
  --white: #fff;
  --blue: #247ce5;
  --cyan: #43c9ed;
  --violet: #735ff2;
  --green: #28bb83;
  --shadow: 0 20px 70px rgba(26, 51, 85, .12);
  --radius: 22px;
  --shell: min(1180px, calc(100% - 48px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--white); font-family: Inter, "Segoe UI", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif; font-size: 16px; line-height: 1.72; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; }
a { color: inherit; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #65d7f4; outline-offset: 3px; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 16px; transform: translateY(-160%); background: var(--white); color: var(--navy); padding: 10px 16px; border-radius: 10px; font-weight: 700; box-shadow: var(--shadow); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 100; top: 0; color: #f5f8ff; background: rgba(7, 16, 29, .93); border-bottom: 1px solid rgba(255,255,255,.09); backdrop-filter: blur(18px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: inherit; font-weight: 780; font-size: 20px; letter-spacing: -.02em; text-decoration: none; white-space: nowrap; }
.brand img { width: 42px; height: 42px; object-fit: contain; filter: drop-shadow(0 5px 14px rgba(52, 139, 255, .18)); }
.primary-nav { display: flex; align-items: center; gap: 10px; }
.primary-nav > ul { display: flex; align-items: center; gap: 2px; margin: 0; padding: 0; list-style: none; }
.nav-item { position: relative; display: flex; align-items: center; }
.nav-link { display: block; padding: 14px 10px; color: #d5deed; font-size: 14px; line-height: 1; text-decoration: none; border-radius: 10px; }
.nav-link:hover, .nav-link.is-active { color: #fff; background: rgba(255,255,255,.075); }
.submenu-toggle { width: 24px; height: 34px; margin-left: -8px; display: grid; place-items: center; border: 0; color: #aebbd0; background: none; cursor: pointer; border-radius: 8px; }
.submenu-toggle span { transition: transform .2s ease; }
.submenu-toggle[aria-expanded="true"] span { transform: rotate(180deg); }
.submenu { position: absolute; top: calc(100% + 8px); left: -14px; width: 250px; max-height: min(70vh, 560px); overflow: auto; margin: 0; padding: 10px; visibility: hidden; opacity: 0; transform: translateY(-6px); list-style: none; border: 1px solid rgba(120,160,210,.2); border-radius: 16px; background: #0c1829; box-shadow: 0 24px 60px rgba(0,0,0,.36); transition: .18s ease; }
.submenu li + li { margin-top: 2px; }
.submenu a { display: block; padding: 9px 11px; color: #cbd6e7; font-size: 14px; line-height: 1.35; text-decoration: none; border-radius: 9px; }
.submenu a:hover, .submenu a:focus-visible { color: #fff; background: rgba(78, 150, 255, .14); }
.has-submenu:hover > .submenu, .has-submenu:focus-within > .submenu, .submenu-toggle[aria-expanded="true"] + .submenu { visibility: visible; opacity: 1; transform: translateY(0); }
.header-download { display: inline-flex; align-items: center; min-height: 40px; padding: 0 15px; color: #fff; background: linear-gradient(125deg, var(--blue), var(--violet)); border-radius: 11px; font-size: 14px; font-weight: 750; text-decoration: none; white-space: nowrap; box-shadow: 0 8px 24px rgba(55,104,235,.28); }
.menu-toggle { display: none; min-width: 48px; min-height: 44px; padding: 8px; border: 1px solid rgba(255,255,255,.14); color: #fff; background: rgba(255,255,255,.05); border-radius: 11px; cursor: pointer; }
.menu-toggle span { display: block; width: 22px; height: 2px; margin: 4px auto; background: currentColor; border-radius: 2px; }
.menu-toggle b { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

.breadcrumbs { min-height: 52px; display: flex; align-items: center; gap: 10px; color: #718098; font-size: 13px; }
.breadcrumbs a { color: #426998; text-decoration: none; }
.breadcrumbs a:hover { text-decoration: underline; }
.crumb-sep { color: #b5c0cf; }

.hero { position: relative; overflow: hidden; color: #fff; background: var(--navy); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .55; pointer-events: none; }
.hero-glow-a { width: 620px; height: 620px; top: -420px; right: 4%; background: radial-gradient(circle, rgba(75,111,255,.7), rgba(75,111,255,0) 67%); }
.hero-glow-b { width: 520px; height: 520px; bottom: -400px; left: -80px; background: radial-gradient(circle, rgba(40,209,231,.5), rgba(40,209,231,0) 68%); }
.hero-home { min-height: 680px; display: grid; align-items: center; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 72px; padding-block: 92px 106px; }
.eyebrow { display: inline-block; color: #66d7ef; font-size: 12px; line-height: 1.4; letter-spacing: .16em; font-weight: 800; text-transform: uppercase; }
.hero h1 { margin: 16px 0 22px; max-width: 900px; font-size: clamp(42px, 5.4vw, 72px); line-height: 1.08; letter-spacing: -.045em; }
.hero h1 span { color: transparent; background: linear-gradient(100deg, #62d7f1 5%, #6ea7ff 48%, #9a82ff 95%); background-clip: text; -webkit-background-clip: text; }
.hero-copy > p, .hero-inner p { max-width: 680px; margin: 0 0 30px; color: #bdc9db; font-size: 18px; line-height: 1.8; }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.button { display: inline-flex; min-height: 48px; padding: 0 20px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 12px; font-weight: 750; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(125deg, #2484eb, #665bf2); box-shadow: 0 13px 32px rgba(56,102,236,.28); }
.button-secondary { color: #edf4ff; border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.07); }
.button-quiet { color: #31557c; border-color: #ccd9e8; background: #fff; }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 30px; color: #8fa1ba; font-size: 13px; }
.trust-row span { display: inline-flex; align-items: center; gap: 7px; }
.trust-row span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #4fd5c7; box-shadow: 0 0 0 4px rgba(79,213,199,.1); }

.product-visual { padding: 22px; border: 1px solid rgba(141,178,225,.18); border-radius: 30px; background: linear-gradient(150deg, rgba(25,43,71,.88), rgba(12,24,42,.92)); box-shadow: 0 35px 110px rgba(0,0,0,.35), inset 0 1px rgba(255,255,255,.08); transform: perspective(1000px) rotateY(-2deg); }
.visual-top { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; padding-bottom: 21px; border-bottom: 1px solid rgba(255,255,255,.09); }
.visual-top img { width: 54px; height: 54px; }
.visual-top strong, .visual-top span { display: block; }
.visual-top strong { font-size: 18px; }
.visual-top span { color: #94a6bf; font-size: 12px; }
.visual-top > i { padding: 7px 10px; color: #71e0c0; background: rgba(52,201,151,.1); border: 1px solid rgba(75,222,171,.18); border-radius: 999px; font-size: 11px; font-style: normal; white-space: nowrap; }
.flow-track { padding: 30px 4px; display: grid; grid-template-columns: 1fr 28px 1fr 28px 1fr; align-items: center; gap: 4px; }
.flow-track > div { min-width: 0; padding: 18px 12px; border: 1px solid rgba(255,255,255,.08); border-radius: 16px; background: rgba(255,255,255,.035); }
.flow-track b, .flow-track span, .flow-track small { display: block; }
.flow-track b { color: #62ceee; font-size: 12px; }
.flow-track span { margin: 6px 0 3px; font-weight: 720; white-space: nowrap; }
.flow-track small { color: #879ab5; font-size: 10px; white-space: nowrap; }
.flow-line { width: 100%; height: 1px; background: linear-gradient(90deg, #397feb, #8b6cef); }
.visual-footer { display: flex; justify-content: space-between; gap: 16px; padding: 15px 4px 2px; color: #8fa1b8; border-top: 1px solid rgba(255,255,255,.08); font-size: 11px; }
.live-dot { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #45dda1; box-shadow: 0 0 0 4px rgba(69,221,161,.1); }

.hero-inner { min-height: 390px; display: grid; align-items: center; }
.hero-inner .shell { position: relative; z-index: 1; padding-block: 78px 88px; }
.hero-inner h1 { margin-block: 16px 18px; font-size: clamp(38px, 5vw, 62px); }

.content-section { padding-block: 96px; border-bottom: 1px solid #e9eff6; }
.section-tint { background: var(--soft); }
.content-section > .shell { display: grid; grid-template-columns: minmax(230px, .38fr) minmax(0, 1fr); gap: 78px; }
.section-heading { position: sticky; top: 112px; align-self: start; }
.section-index { color: #8494a9; font-size: 12px; letter-spacing: .12em; font-weight: 800; }
.section-heading h2 { margin: 10px 0 0; max-width: 320px; font-size: clamp(27px, 3.1vw, 39px); line-height: 1.22; letter-spacing: -.03em; }
.section-content > p { margin: 0; color: var(--muted); font-size: 17px; }
.section-content > p + p { margin-top: 18px; }
.section-content > p + :is(.card-grid,.step-list,.check-list,.faq-list,.facts,.release-panel,.verified-contact) { margin-top: 34px; }

.card-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.feature-card { position: relative; min-height: 218px; padding: 26px; overflow: hidden; color: inherit; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; text-decoration: none; box-shadow: 0 8px 30px rgba(36, 63, 97, .035); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.feature-card:hover { transform: translateY(-4px); border-color: #a8c8ed; box-shadow: var(--shadow); }
.feature-card::after { content: ""; position: absolute; right: -54px; bottom: -70px; width: 150px; height: 150px; border-radius: 50%; background: radial-gradient(circle, rgba(68,156,244,.12), rgba(68,156,244,0) 70%); }
.card-arrow { position: absolute; top: 22px; right: 24px; color: #8798ad; }
.feature-card h3 { margin: 22px 30px 10px 0; font-size: 20px; line-height: 1.32; }
.feature-card p { margin: 0 0 19px; color: var(--muted); font-size: 14px; line-height: 1.72; }
.text-link { color: #276cae; font-size: 13px; font-weight: 750; }

.step-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.step-list li { display: grid; grid-template-columns: 58px 1fr; align-items: start; gap: 19px; padding: 20px 22px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.step-number { display: grid; width: 44px; height: 44px; place-items: center; color: #fff; background: linear-gradient(135deg, #2589e7, #6c61ed); border-radius: 13px; font-size: 12px; font-weight: 800; box-shadow: 0 8px 20px rgba(54,109,226,.2); }
.step-list p { margin: 6px 0 0; color: #3f5068; }
.check-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px 18px; margin: 0; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 11px; padding: 16px 18px; color: #3d4e65; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.check-list li > span:first-child { flex: 0 0 auto; display: grid; width: 24px; height: 24px; place-items: center; color: #137a59; background: #e7f8f2; border-radius: 50%; font-size: 12px; font-weight: 900; }

.faq-list { border-top: 1px solid #cdd9e7; }
.faq-list details { border-bottom: 1px solid #cdd9e7; }
.faq-list summary { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 18px; cursor: pointer; font-size: 17px; font-weight: 720; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: #4077b1; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details div { padding: 0 44px 22px 0; }
.faq-list p { margin: 0; color: var(--muted); }

.facts { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--line); }
.facts div { padding: 20px; background: #fff; }
.facts dt { color: #7a899d; font-size: 12px; font-weight: 750; }
.facts dd { margin: 6px 0 0; color: var(--ink); font-weight: 700; overflow-wrap: anywhere; }

.help-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.help-card { min-height: 118px; padding: 18px; display: grid; grid-template-columns: 42px 1fr auto; align-items: start; gap: 14px; color: inherit; border: 1px solid var(--line); border-radius: 17px; background: #fff; text-decoration: none; transition: .2s ease; }
.help-card:hover { border-color: #9fc6eb; transform: translateY(-2px); box-shadow: 0 14px 34px rgba(43,80,122,.08); }
.help-card > span { display: grid; width: 38px; height: 38px; place-items: center; color: #236ba9; background: #eaf4ff; border-radius: 11px; font-size: 11px; font-weight: 800; }
.help-card h3 { margin: 2px 0 5px; font-size: 16px; }
.help-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.help-card b { color: #6e829a; }

.release-panel { padding: 30px; color: var(--ink); border: 1px solid #cfe0f2; border-radius: 24px; background: linear-gradient(155deg, #fff, #f4f9ff); box-shadow: var(--shadow); }
.release-heading { display: flex; align-items: start; justify-content: space-between; gap: 16px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.release-heading h3 { margin: 6px 0 0; font-size: 23px; }
.release-state { padding: 7px 10px; color: #16634c; background: #e9f8f2; border-radius: 999px; font-size: 11px; font-weight: 750; white-space: nowrap; }
.release-facts { display: grid; grid-template-columns: 1fr 1.5fr; gap: 1px; margin: 24px 0; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: var(--line); }
.release-facts > div { min-width: 0; padding: 15px 17px; background: #fff; }
.release-facts dt { color: #76869b; font-size: 11px; font-weight: 750; }
.release-facts dd { margin: 5px 0 0; font-size: 13px; font-weight: 650; overflow-wrap: anywhere; }
.release-hash { grid-column: 1 / -1; }
.release-hash dd { display: flex; align-items: center; gap: 10px; }
.release-hash code { min-width: 0; color: #30455f; font-family: "Cascadia Mono", Consolas, monospace; font-size: 11px; word-break: break-all; }
.copy-button { flex: 0 0 auto; padding: 5px 9px; color: #356b9e; border: 1px solid #c7d7e8; background: #f8fbff; border-radius: 8px; cursor: pointer; font-size: 11px; }
.copy-button:disabled { color: #98a6b8; cursor: default; }
.release-note { margin: 20px 0 0 !important; padding: 14px 16px; color: #745426 !important; border: 1px solid #f0d8a7; border-radius: 12px; background: #fff9ec; font-size: 13px !important; }

.table-scroll { width: 100%; overflow-x: auto; border: 1px solid var(--line); border-radius: 17px; background: #fff; }
table { width: 100%; min-width: 700px; border-collapse: collapse; }
th, td { padding: 16px 18px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
thead th { color: #506079; background: #eef4fb; font-size: 13px; }
tbody th { width: 145px; color: #263e5a; white-space: nowrap; }
tbody td { color: var(--muted); font-size: 14px; }
tbody tr:last-child > * { border-bottom: 0; }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; background: linear-gradient(135deg, var(--cyan), var(--violet)); }

.verified-contact { display: flex; gap: 14px; margin-top: 28px; padding: 18px; color: #1e5848; border: 1px solid #bfe5d8; border-radius: 15px; background: #effaf6; }
.verified-contact > span { display: grid; flex: 0 0 28px; height: 28px; place-items: center; color: #fff; background: #35ad83; border-radius: 50%; font-size: 13px; }
.verified-contact strong { display: block; margin-bottom: 4px; }
.verified-contact p { margin: 0; color: #467064; font-size: 13px; }
.legal-section .section-content > p { font-size: 16px; }

.closing-cta { padding-block: 76px; color: #fff; background: linear-gradient(130deg, #091626, #13284a); }
.closing-cta .shell { display: flex; align-items: center; justify-content: space-between; gap: 48px; }
.closing-cta h2 { margin: 8px 0; font-size: clamp(28px,3.5vw,42px); line-height: 1.2; }
.closing-cta p { margin: 0; color: #aebcd1; }

.site-footer { color: #aebbd0; background: #060d18; }
.footer-main { padding-block: 70px 56px; display: grid; grid-template-columns: 2fr repeat(3,1fr); gap: 64px; }
.brand-footer { color: #fff; }
.footer-brand p { max-width: 300px; margin: 18px 0 0; color: #8493aa; font-size: 14px; }
.footer-main h2 { margin: 5px 0 17px; color: #eff5ff; font-size: 13px; }
.footer-main > div:not(:first-child) a { display: block; width: fit-content; margin: 9px 0; color: #99a9bf; font-size: 13px; text-decoration: none; }
.footer-main a:hover { color: #fff; }
.footer-bottom { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.08); font-size: 12px; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: #b8c7dc; text-decoration: none; }
.footer-bottom a:hover { text-decoration: underline; }

.error-page { min-height: 100vh; background: #f5f8fc; }
.error-content { min-height: 580px; padding-block: 110px; text-align: center; }
.error-code { display: block; color: transparent; background: linear-gradient(100deg,#24a8e3,#755ef3); background-clip: text; -webkit-background-clip: text; font-size: clamp(86px,16vw,170px); font-weight: 900; line-height: 1; letter-spacing: -.08em; }
.error-content h1 { margin: 20px 0 12px; font-size: 36px; }
.error-content p { max-width: 560px; margin: 0 auto 30px; color: var(--muted); }
.error-content .button-row { justify-content: center; }
.error-content .button-secondary { color: #31557c; border-color: #ccd9e8; background: #fff; }

@media (max-width: 1120px) {
  :root { --shell: min(100% - 40px, 1040px); }
  .header-download { display: none; }
  .nav-link { padding-inline: 8px; font-size: 13px; }
  .hero-grid { gap: 38px; }
  .flow-track { grid-template-columns: 1fr; gap: 8px; }
  .flow-line { width: 1px; height: 12px; margin: auto; }
  .flow-track > div { text-align: center; }
}

@media (max-width: 900px) {
  :root { --shell: min(100% - 36px, 780px); }
  .site-header { backdrop-filter: none; }
  .header-inner { min-height: 68px; }
  .menu-toggle { display: block; }
  .primary-nav { position: fixed; top: 68px; right: 0; bottom: 0; width: min(390px, 100%); padding: 16px 18px 40px; display: block; overflow-y: auto; visibility: hidden; transform: translateX(100%); background: #091422; box-shadow: -30px 0 70px rgba(0,0,0,.35); transition: .24s ease; }
  .primary-nav.is-open { visibility: visible; transform: translateX(0); }
  .primary-nav > ul { display: block; }
  .nav-item { display: grid; grid-template-columns: 1fr auto; border-bottom: 1px solid rgba(255,255,255,.08); }
  .nav-link { padding: 16px 8px; font-size: 15px; }
  .submenu-toggle { width: 44px; height: 48px; margin: 0; }
  .submenu { position: static; grid-column: 1 / -1; width: auto; max-height: 0; padding: 0 8px; overflow: hidden; visibility: visible; opacity: 1; transform: none; border: 0; background: none; box-shadow: none; transition: max-height .24s ease, padding .24s ease; }
  .submenu-toggle[aria-expanded="true"] + .submenu { max-height: 720px; padding-block: 0 12px; }
  .submenu a { padding: 10px; color: #aebdd1; background: rgba(255,255,255,.025); }
  .hero-home { min-height: 0; }
  .hero-grid { grid-template-columns: 1fr; padding-block: 76px; }
  .hero-copy { text-align: center; }
  .hero-copy > p { margin-inline: auto; }
  .hero-copy .button-row, .trust-row { justify-content: center; }
  .product-visual { max-width: 640px; width: 100%; margin-inline: auto; transform: none; }
  .flow-track { grid-template-columns: 1fr 20px 1fr 20px 1fr; }
  .flow-line { width: 100%; height: 1px; }
  .flow-track > div { text-align: left; }
  .content-section { padding-block: 72px; }
  .content-section > .shell { grid-template-columns: 1fr; gap: 32px; }
  .section-heading { position: static; }
  .section-heading h2 { max-width: none; }
  .closing-cta .shell { display: grid; }
  .footer-main { grid-template-columns: 1.4fr 1fr 1fr; gap: 42px; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 30px); --radius: 18px; }
  body { font-size: 15px; }
  .brand img { width: 38px; height: 38px; }
  .breadcrumbs { min-height: 46px; overflow-x: auto; white-space: nowrap; }
  .hero h1 { font-size: clamp(30px, 9.6vw, 38px); }
  .hero-copy > p, .hero-inner p { font-size: 16px; }
  .hero-grid { padding-block: 62px; }
  .hero-inner { min-height: 330px; }
  .hero-inner .shell { padding-block: 62px 70px; }
  .hero-inner h1 { font-size: 40px; }
  .button { width: 100%; }
  .product-visual { padding: 16px; border-radius: 22px; }
  .visual-top { grid-template-columns: auto 1fr; }
  .visual-top > i { display: none; }
  .flow-track { grid-template-columns: 1fr; padding-block: 20px; }
  .flow-line { width: 1px; height: 10px; }
  .flow-track > div { text-align: center; }
  .visual-footer { display: grid; text-align: center; }
  .content-section { padding-block: 60px; }
  .section-heading h2 { font-size: 30px; }
  .section-content > p { font-size: 16px; }
  .card-grid, .check-list, .help-grid, .facts { grid-template-columns: 1fr; }
  .feature-card { min-height: 190px; padding: 22px; }
  .step-list li { grid-template-columns: 42px 1fr; gap: 13px; padding: 17px 15px; }
  .step-number { width: 40px; height: 40px; }
  .release-panel { padding: 19px; }
  .release-heading { display: grid; }
  .release-state { width: fit-content; }
  .release-facts { grid-template-columns: 1fr; }
  .release-hash { grid-column: auto; }
  .release-hash dd { display: grid; }
  .copy-button { width: fit-content; }
  .closing-cta { padding-block: 58px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 34px 28px; padding-block: 56px 44px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { padding-block: 18px; display: grid; justify-content: start; }
}

@media (max-width: 360px) {
  :root { --shell: calc(100% - 24px); }
  .brand { font-size: 18px; }
  .hero h1 { font-size: 30px; }
  .hero-inner h1 { font-size: 34px; }
  .trust-row { gap: 10px; }
  .feature-card { padding: 19px; }
  .footer-main { grid-template-columns: 1fr; }
}

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

@media (forced-colors: active) {
  .button, .feature-card, .step-list li, .check-list li { border: 1px solid ButtonText; }
  .hero h1 span, .error-code { color: CanvasText; }
}
