:root { --blue: #206bf9; --muted: #a8a8a8; --side: 10%; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: #181818; font-family: Arial, Helvetica, sans-serif; }
button, a { font: inherit; }
button { cursor: pointer; }
.banner { position: relative; min-height: 300px; color: #fff; overflow: hidden; }
.banner-image { display: block; width: 100%; min-height: 300px; object-fit: cover; pointer-events: none; }
.brand { position: absolute; top: 10px; left: 15%; z-index: 1; display: flex; align-items: center; line-height: 30px; font-size: 16px; }
.brand img { width: 30px; margin-right: 2px; }
.download-menu { position: absolute; top: 30%; left: 15%; z-index: 2; display: grid; gap: 10px; }
.download-button { display: flex; align-items: center; width: fit-content; min-width: 165px; padding: 5px 10px; border: 1px solid #fff; border-radius: 10px; background: transparent; color: #fff; font-size: 14px; line-height: 30px; text-align: left; }
.download-button img { width: 15px; max-height: 18px; object-fit: contain; margin-right: 5px; }
.download-button.apple img, .download-button img[src$="window.png"] { padding-top: 2px; }
.android-only { display: none; }
.pay-link { position: absolute; right: 10px; bottom: 20%; z-index: 1; width: 100%; color: #fff; font-size: 20px; font-weight: bold; text-align: center; text-decoration: none; }
.world, .features { margin: 20px var(--side); }
.world img { display: block; width: 100%; }
.feature { display: flex; align-items: center; gap: 6%; margin-top: 30px; }
.feature-copy, .feature-visual { width: 47%; }
.feature-visual { display: block; height: auto; object-fit: contain; }
.product-tag { display: inline-flex; align-items: center; padding: 2px 6px 0; margin-bottom: 16%; border-radius: 15px; background: var(--blue); color: #fff; font-size: 12px; }
.product-tag img { width: 15px; margin-right: 3px; }
.feature h2 { margin: 0 0 10px; font-size: 18px; text-align: center; }
.feature p { margin: 0; color: var(--muted); font-size: 14px; line-height: 25px; text-align: left; }
.feedback { margin: 20px 20%; text-align: center; }
.feedback h2 { margin: 0; font-size: 18px; }
.testimonial { position: relative; min-height: 280px; display: grid; align-items: center; grid-template-columns: 42px 1fr 42px; }
.review-content { padding: 10px 0; }
.review-text { min-height: 78px; margin: 20px 0 15px; line-height: 1.6; }
.review-avatar { width: 100px; height: 100px; border-radius: 50%; object-fit: cover; }
.review-name { padding: 10px 0; }
.review-source { color: var(--muted); font-size: 14px; }
.slide-arrow { width: 32px; height: 46px; border: 0; background: transparent; color: #a9a9a9; font-size: 42px; line-height: 1; }
.social-links { position: fixed; right: 10px; bottom: 50px; z-index: 3; padding: 10px; border-radius: 10px; background: #fff; box-shadow: 0 4px 16px rgba(0,0,0,.12); }
.social-links .help { display: grid; width: 53px; height: 53px; place-items: center; margin-bottom: 10px; border-radius: 50%; background: #322c2c; color: #fff; text-decoration: none; }
.social { display: block; width: 50px; height: 50px; padding: 0; margin-top: 7px; border: 0; border-radius: 50%; background: none; overflow: hidden; }
.social img { width: 100%; height: 100%; object-fit: cover; }
footer { display: flex; gap: 0; padding: 20px; border-top: 1px solid var(--muted); color: var(--muted); font-size: 14px; line-height: 35px; }
footer > div { display: flex; flex-direction: column; }
footer .company { width: 40%; color: #000; }
footer > div:nth-child(2), footer > div:nth-child(3) { width: 20%; }
footer .language-picker { flex: 1; margin-left: 10%; }
footer h3 { margin: 0; color: #000; font-size: 16px; font-weight: 400; }
footer a, footer button { padding: 0; border: 0; background: transparent; color: var(--muted); line-height: inherit; text-align: left; text-decoration: none; }
.footer-brand { display: flex; align-items: center; font-size: 16px; }
.footer-brand img { width: 35px; margin-right: 3px; }
.modal { position: fixed; inset: 0; z-index: 10; display: grid; place-items: center; background: rgba(0,0,0,.55); }
.modal[hidden] { display: none; }
.modal-card { width: 320px; max-width: calc(100vw - 40px); padding: 24px 22px 20px; border-radius: 8px; background: #fff; box-shadow: 0 18px 45px rgba(0,0,0,.24); text-align: center; }
.modal-card h2 { margin: 0 0 18px; color: #222; font-size: 18px; line-height: 1.4; }
.qr-pattern { width: 180px; height: 180px; margin: 0 auto 20px; background: repeating-conic-gradient(#111 0 25%,#fff 0 50%) 50% / 18px 18px; image-rendering: pixelated; }
.modal-close { width: 100%; height: 42px; border: 0; border-radius: 6px; background: #2f7cf6; color: #fff; font-size: 16px; }
.toast { position: fixed; left: 50%; bottom: 24px; z-index: 20; max-width: calc(100vw - 32px); padding: 10px 14px; border-radius: 6px; background: rgba(0,0,0,.78); color: #fff; font-size: 14px; opacity: 0; transform: translate(-50%, 10px); transition: .2s; pointer-events: none; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
@media (max-width: 700px) {
  :root { --side: 16px; }
  body { overflow-x: hidden; }
  .banner { min-height: 420px; background: #111; }
  .banner-image { width: 100%; height: 420px; min-height: 420px; object-fit: cover; object-position: center; opacity: .9; }
  .brand { top: 12px; right: 16px; left: 16px; font-size: 17px; font-weight: 700; line-height: 1.2; }
  .download-menu { top: 88px; right: 16px; left: 16px; gap: 8px; }
  .download-button { max-width: calc(100vw - 32px); min-width: 0; padding: 9px 12px; background: rgba(0,0,0,.28); backdrop-filter: blur(2px); line-height: 1.2; }
  .desktop-only { display: none; }
  .android-only { display: flex; }
  .pay-link { right: 0; bottom: 24px; font-size: 20px; }
  .world, .features { margin: 24px 16px; }
  .feature, .feature.reverse { flex-direction: column; gap: 14px; margin-top: 28px; padding: 18px 14px; border: 1px solid #eef1f6; border-radius: 8px; background: #fff; box-shadow: 0 8px 24px rgba(23,34,57,.06); }
  .feature.reverse { flex-direction: column-reverse; }
  .feature-copy, .feature-visual { width: 100%; }
  .feature-visual { max-height: 260px; }
  .product-tag { margin-bottom: 12px; }
  .feature h2 { font-size: 17px; line-height: 1.35; text-align: left; }
  .feature p { line-height: 1.7; }
  .feedback { margin: 32px 16px; }
  .testimonial { min-height: 260px; grid-template-columns: 28px 1fr 28px; }
  .review-text { min-height: 0; margin: 10px 0 18px; font-size: 14px; }
  .social-links { right: 10px; bottom: 12px; padding: 6px; }
  .social-links .help { width: 38px; height: 38px; margin-bottom: 6px; font-size: 11px; }
  .social { width: 38px; height: 38px; margin-top: 5px; }
  footer { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 18px; padding: 18px 16px 28px; line-height: 1.7; }
  footer .company { display: none; }
  footer > div:nth-child(2), footer > div:nth-child(3) { width: auto; }
  footer .language-picker { grid-column: 1 / -1; margin-left: 0; }
}

/* 2026 homepage redesign: keeps the legacy Vue actions while replacing the visual layer. */
body { background: #030a1b; color: #f4f7ff; font-family: Inter, "Segoe UI", Arial, sans-serif; }
.landing { overflow: hidden; background: radial-gradient(circle at 78% 8%, #172979 0, transparent 26rem), #030a1b; }
.landing ~ .banner, .landing ~ .content1, .landing ~ .content2, .landing ~ .content3, .landing ~ .footer, .landing ~ .shareInfo { display: none !important; }
.hero-section { position: relative; min-height: 720px; overflow: hidden; background: linear-gradient(115deg, #030819 4%, #071b50 56%, #130b4f 100%); }
.hero-section::after { content: ""; position: absolute; right: -14%; bottom: -40%; width: 78%; height: 78%; border-radius: 50%; border: 1px solid rgba(119, 155, 255, .26); box-shadow: 0 0 80px 40px rgba(60, 105, 255, .21), inset 0 0 100px rgba(84, 119, 255, .28); transform: rotate(-18deg); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(10px); pointer-events: none; }
.hero-glow-one { top: 18%; left: 40%; width: 17rem; height: 17rem; background: rgba(42, 117, 255, .24); }
.hero-glow-two { right: 7%; top: 13%; width: 21rem; height: 21rem; background: rgba(123, 73, 255, .23); }
.topbar, .hero-grid, .content-section { position: relative; z-index: 1; width: min(1120px, calc(100% - 48px)); margin: 0 auto; }
.topbar { display: flex; align-items: center; justify-content: space-between; height: 82px; }
.brand { display: inline-flex; align-items: center; gap: 9px; color: #fff; font-weight: 750; font-size: 18px; text-decoration: none; }
.brand img { width: 34px; height: 34px; border-radius: 10px; box-shadow: 0 8px 20px rgba(61, 108, 255, .45); }
.topbar-actions { display: flex; align-items: center; gap: 20px; }
.topbar-actions a { color: #bdc8ed; font-size: 14px; text-decoration: none; }
.topbar-actions .topbar-pay { padding: 9px 14px; border: 1px solid rgba(157, 180, 255, .28); border-radius: 10px; color: #fff; background: rgba(23, 49, 117, .32); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 440px; align-items: center; min-height: 638px; gap: 40px; }
.hero-copy { max-width: 590px; padding: 56px 0 82px; }
.eyebrow { margin: 0 0 12px; color: #8faaff; font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.hero-copy h1, .content-section h2 { margin: 0; letter-spacing: -.04em; }
.hero-copy h1 { max-width: 580px; color: #fff; font-size: clamp(42px, 5.2vw, 68px); line-height: 1.03; }
.hero-description { max-width: 510px; margin: 24px 0 0; color: #b8c4e7; font-size: 16px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 30px; }
.hero-actions .text-action { display: none; }
.hero-actions { flex-wrap: wrap; row-gap: 9px; }
.hero-platform-options { flex: 0 0 100%; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; width: min(100%, 450px); max-width: 450px; }
.hero-platform-download { display: flex; align-items: center; gap: 7px; min-height: 48px; padding: 8px 10px; border: 1px solid #cbdcf3; border-radius: 10px; background: linear-gradient(135deg, #fff, #eef5ff); color: #1f365f; text-align: left; cursor: pointer; transition: transform .2s, background .2s, border-color .2s, box-shadow .2s; }
.hero-platform-download:hover { border-color: #9fbce8; background: #e4efff; box-shadow: 0 8px 18px rgba(48, 80, 137, .12); transform: translateY(-2px); }.hero-platform-download img, .hero-platform-download i { display: grid; place-items: center; flex: 0 0 21px; width: 21px; height: 21px; object-fit: contain; color: #6a7e9f; font-size: 21px; font-style: normal; filter: brightness(0) opacity(.62); }.hero-platform-download span { display: grid; flex: 1; min-width: 0; gap: 1px; }.hero-platform-download small { overflow: hidden; color: #6a7e9f; font-size: 8px; line-height: 1.1; text-overflow: ellipsis; white-space: nowrap; }.hero-platform-download b { overflow: hidden; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }.hero-platform-download em { color: #3e73d9; font-size: 16px; font-style: normal; line-height: 1; }
@media (max-width: 800px) { .hero-platform-options { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.primary-action, .download-actions button { border: 0; border-radius: 11px; background: linear-gradient(105deg, #2978ff, #815cff); color: #fff; box-shadow: 0 12px 30px rgba(55, 99, 255, .35); font-weight: 750; cursor: pointer; }
.primary-action { padding: 14px 19px; font-size: 14px; }
.primary-action span { margin-left: 16px; font-size: 17px; }
.top-download-badge { display: inline-flex; align-items: center; min-width: 154px; gap: 9px; padding: 8px 14px 8px 11px; border: 1px solid rgba(145, 181, 255, .56); border-radius: 8px; background: linear-gradient(145deg, #285bc0, #123a91 48%, #0b225b); box-shadow: 0 9px 20px rgba(8, 35, 105, .46), 0 0 18px rgba(77, 121, 255, .18), inset 0 1px rgba(231, 240, 255, .2); color: #fff; cursor: pointer; text-align: left; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, filter .2s ease; }
.top-download-badge img { width: 27px; height: 27px; object-fit: contain; transition: transform .2s ease, filter .2s ease; }
.top-download-badge span { display: grid; gap: 1px; }.top-download-badge small { color: rgba(255, 255, 255, .76); font-size: 8px; font-weight: 700; line-height: 1.1; letter-spacing: .04em; }.top-download-badge b { font-size: 16px; line-height: 1.05; letter-spacing: -.02em; }
.top-download-badge:hover { border-color: rgba(213, 226, 255, .9); box-shadow: 0 14px 28px rgba(7, 30, 95, .55), 0 0 27px rgba(93, 135, 255, .42), inset 0 1px rgba(244, 248, 255, .27); filter: brightness(1.12); transform: translateY(-3px); }.top-download-badge:hover img { filter: drop-shadow(0 0 7px rgba(154, 180, 255, .72)); transform: scale(1.09); }.top-download-badge:focus-visible { outline: 2px solid #c8d7ff; outline-offset: 3px; }.top-download-badge:active { transform: translateY(-1px) scale(.98); }
.text-action { color: #dbe5ff; font-size: 14px; text-decoration: none; }
.text-action span { margin-left: 6px; color: #8faaff; }
.hero-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.hero-pills span { padding: 7px 10px; border: 1px solid rgba(176, 196, 255, .14); border-radius: 999px; background: rgba(18, 37, 93, .34); color: #c8d4ff; font-size: 11px; }
.phone-wrap { display: grid; place-items: center; min-height: 555px; padding-top: 18px; }
.phone { position: relative; width: 278px; height: 545px; padding: 8px; border: 3px solid #7b8da9; border-radius: 40px; background: #05070d; box-shadow: 0 32px 65px rgba(0, 0, 0, .5), inset 0 0 0 1px #d6e7ff; transform: rotate(2deg); }
.phone-island { position: absolute; z-index: 2; top: 14px; left: 50%; width: 93px; height: 23px; border-radius: 18px; background: #02040a; transform: translateX(-50%); }
.phone-screen { position: relative; display: flex; flex-direction: column; height: 100%; padding: 20px 17px 13px; overflow: hidden; border-radius: 30px; background: radial-gradient(circle at 50% 33%, #263fcb, #091a61 37%, #030d27 70%); }
.phone-screen::before { content: ""; position: absolute; top: 96px; left: -30px; width: 300px; height: 240px; border: 1px solid rgba(117, 190, 255, .24); border-radius: 50%; box-shadow: 0 0 35px rgba(65, 122, 255, .38); }
.phone-head, .connection-dot, .phone-mini-card, .phone-tabs { position: relative; z-index: 1; }
.phone-head { display: flex; justify-content: space-between; align-items: center; margin-top: 12px; font-size: 9px; color: #c6d3ff; }
.phone-head strong { font-size: 11px; }
.connection-dot { margin-top: 25px; color: #4bf0aa; font-size: 9px; }
.connection-dot small { margin-left: 3px; color: #afbbdf; }
.power-orb { position: relative; z-index: 1; display: grid; place-items: center; width: 132px; height: 132px; margin: 48px auto 14px; border: 8px solid rgba(112, 136, 255, .32); border-radius: 50%; background: radial-gradient(circle at 36% 28%, #8fb6ff, #4d62ff 42%, #3429c3 70%); box-shadow: 0 0 0 8px rgba(62, 91, 255, .12), 0 0 32px 7px rgba(68, 93, 255, .65); color: #fff; font-size: 55px; font-weight: 300; }
.power-orb { color: transparent; font-size: 0; }.power-orb::before { content: ""; width: 100px; height: 100px; background: url("images/rocket-icon.png") center / contain no-repeat; }
@media (max-width: 800px) { .power-orb::before { width: 84px; height: 84px; } }
.connection-state { position: relative; z-index: 1; text-align: center; font-size: 13px; }
.connection-state + small { position: relative; z-index: 1; margin-top: 5px; color: #8fa2d3; text-align: center; font-size: 9px; }
.phone-mini-card { display: flex; align-items: center; gap: 10px; margin-top: auto; padding: 12px 10px; border: 1px solid rgba(127, 154, 255, .17); border-radius: 12px; background: rgba(9, 23, 67, .68); color: #c9d8ff; font-size: 16px; }
.phone-mini-card div { display: grid; flex: 1; gap: 2px; font-size: 9px; }
.phone-mini-card small { color: #8da0ca; font-size: 8px; }
.phone-tabs { display: flex; justify-content: space-around; margin-top: 17px; color: #91a7e4; font-size: 15px; }
.content-section { padding: 84px 0; text-align: center; }
.content-section h2 { color: #fff; font-size: clamp(28px, 3.2vw, 42px); line-height: 1.12; }
.feature-section { padding-top: 98px; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin-top: 35px; text-align: left; }
.feature-card { min-height: 245px; padding: 25px 21px; border: 1px solid rgba(111, 139, 220, .18); border-radius: 18px; background: linear-gradient(145deg, rgba(19, 41, 100, .62), rgba(7, 19, 53, .73)); box-shadow: inset 0 1px rgba(255, 255, 255, .035), 0 14px 35px rgba(0, 0, 0, .14); }
.feature-card i { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; background: rgba(54, 98, 255, .2); color: #8c93ff; font-size: 23px; font-style: normal; }
.feature-card h3 { margin: 24px 0 11px; color: #f6f8ff; font-size: 16px; }
.feature-card p { display: -webkit-box; overflow: hidden; margin: 0; color: #9fb0d7; font-size: 12px; line-height: 1.7; -webkit-line-clamp: 5; -webkit-box-orient: vertical; }
.network-section { padding-top: 32px; }
.section-heading > p:not(.eyebrow) { margin: 13px 0 0; color: #9fb0d7; font-size: 14px; }
.network-panel { display: grid; grid-template-columns: .83fr 1.17fr; align-items: center; gap: 34px; margin-top: 34px; padding: 39px; border: 1px solid rgba(111, 139, 220, .18); border-radius: 24px; background: linear-gradient(135deg, rgba(12, 33, 84, .86), rgba(8, 19, 54, .85)); text-align: left; }
.score { display: grid; place-items: center; width: 230px; height: 230px; margin: 0 auto; border-radius: 50%; background: conic-gradient(from 220deg, #2f9cff, #7867ff 74%, rgba(118, 137, 197, .18) 0); }
.score::before { content: ""; grid-area: 1 / 1; width: 192px; height: 192px; border-radius: 50%; background: #0a1a48; }
.score div { position: relative; z-index: 1; grid-area: 1 / 1; display: grid; text-align: center; }
.score b { font-size: 49px; line-height: 1; }
.score span { margin-top: 7px; color: #aebee6; font-size: 12px; }
.metric-grid { display: grid; grid-template-columns: repeat(2, 1fr); overflow: hidden; border: 1px solid rgba(127, 151, 221, .12); border-radius: 15px; }
.metric { position: relative; min-height: 108px; padding: 16px; border: 1px solid rgba(127, 151, 221, .1); background: rgba(12, 31, 79, .45); }
.metric span { display: block; color: #91a5d2; font-size: 11px; }
.metric b { display: block; margin-top: 13px; color: #f6f8ff; font-size: 24px; }
.metric small { color: #8ea1cc; font-size: 10px; font-weight: 500; }
.chart { position: absolute; right: 17px; bottom: 19px; width: 76px; height: 26px; border-bottom: 2px solid #48b9ff; border-radius: 50%; transform: skewY(-18deg); opacity: .9; }
.chart::after { content: ""; position: absolute; left: 10px; top: -9px; width: 43px; height: 22px; border-top: 2px solid currentColor; border-radius: 50%; color: #48b9ff; }
.chart-purple { border-bottom-color: #a678ff; }.chart-purple::after { color: #a678ff; }
.scenario-section { padding-top: 38px; }.scenario-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 34px; text-align: left; }
.scenario-card { min-height: 198px; padding: 24px 20px; border: 1px solid rgba(114, 139, 214, .17); border-radius: 17px; background: linear-gradient(145deg, rgba(21, 42, 99, .73), rgba(8, 18, 49, .93)); }
.scenario-card span { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 43px; border-radius: 12px; background: rgba(118, 101, 255, .22); color: #b8c8ff; font-size: 20px; }.scenario-card h3 { margin: 0; font-size: 16px; }.scenario-card p { margin: 7px 0 0; color: #a2b0d1; font-size: 12px; line-height: 1.5; }
.reviews-section { padding-top: 48px; }.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin-top: 35px; text-align: left; }.review-card { padding: 22px; border: 1px solid rgba(112, 137, 212, .16); border-radius: 17px; background: rgba(14, 31, 76, .62); }.review-card q { display: block; min-height: 86px; color: #c0cbe6; font-size: 13px; line-height: 1.7; }.review-card q::before { color: #6989ff; font-size: 26px; }.review-card > div { display: flex; align-items: center; gap: 10px; margin-top: 19px; }.review-card img { width: 35px; height: 35px; border-radius: 50%; object-fit: cover; }.review-card span { display: grid; gap: 3px; font-size: 12px; }.review-card small { color: #8496c1; font-size: 10px; }
.download-banner { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 72px; padding: 30px 34px; border: 1px solid rgba(125, 147, 255, .28); border-radius: 24px; background: radial-gradient(circle at 21% 0, #255ae3 0, transparent 32%), linear-gradient(110deg, #102e89, #171060); text-align: left; }.download-brand { display: flex; align-items: center; gap: 15px; }.download-brand img { width: 58px; border-radius: 16px; }.download-banner h2 { font-size: 25px; }.download-banner p { margin: 8px 0 0; color: #bfccf8; font-size: 13px; }.download-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; }.download-actions button { padding: 12px 16px; background: rgba(2, 11, 41, .54); box-shadow: none; font-size: 13px; }.download-actions button:first-child { background: #fff; color: #17236f; }
@media (max-width: 800px) { .hero-section { min-height: 880px; }.topbar, .hero-grid, .content-section { width: min(100% - 32px, 560px); }.topbar { height: 68px; }.topbar-actions a:first-child { display: none; }.hero-grid { grid-template-columns: 1fr; gap: 0; min-height: 0; }.hero-copy { padding: 47px 0 18px; text-align: center; }.hero-copy h1 { margin: 0 auto; font-size: 40px; }.hero-description { margin: 18px auto 0; font-size: 14px; }.hero-actions { justify-content: center; gap: 17px; margin-top: 24px; }.hero-pills { justify-content: center; }.phone-wrap { min-height: 490px; padding: 16px 0 25px; }.phone { width: 240px; height: 470px; border-radius: 35px; }.phone-screen { border-radius: 26px; }.power-orb { width: 111px; height: 111px; margin-top: 39px; font-size: 45px; }.content-section { padding: 60px 0; }.content-section h2 { font-size: 28px; }.feature-section { padding-top: 68px; }.feature-grid, .scenario-grid { grid-template-columns: repeat(2, 1fr); }.feature-card { min-height: 210px; padding: 20px 16px; }.feature-card h3 { margin-top: 17px; }.network-panel { grid-template-columns: 1fr; gap: 27px; padding: 25px 17px; }.score { width: 190px; height: 190px; }.score::before { width: 158px; height: 158px; }.score b { font-size: 41px; }.metric { min-height: 96px; padding: 13px; }.metric b { font-size: 20px; }.chart { display: none; }.scenario-card { min-height: 170px; padding: 19px 16px; }.scenario-card span { margin-bottom: 26px; }.review-grid { grid-template-columns: 1fr; }.review-card q { min-height: 0; }.download-banner { flex-direction: column; align-items: flex-start; margin-bottom: 45px; padding: 25px 20px; }.download-actions { justify-content: flex-start; }.download-banner h2 { font-size: 22px; } }
@media (max-width: 420px) { .topbar-actions .topbar-pay { padding: 7px 10px; }.brand { font-size: 15px; }.hero-pills span { font-size: 10px; }.text-action { font-size: 12px; }.feature-grid, .scenario-grid { gap: 10px; }.feature-card, .scenario-card { border-radius: 14px; }.feature-card p { font-size: 11px; }.scenario-card h3 { font-size: 14px; }.scenario-card p { font-size: 11px; }.metric-grid { grid-template-columns: 1fr 1fr; }.metric span { font-size: 10px; }.metric b { font-size: 18px; } }
.topbar-lang { display: inline-flex; overflow: hidden; border: 1px solid rgba(157, 180, 255, .28); border-radius: 9px; background: rgba(23, 49, 117, .32); }.topbar-lang button { min-width: 27px; padding: 7px 5px; border: 0; border-left: 1px solid rgba(157, 180, 255, .2); background: transparent; color: #cbd6f7; font-size: 10px; cursor: pointer; }.topbar-lang button:first-child { border-left: 0; }.topbar-lang button:hover { background: rgba(129, 100, 255, .4); color: #fff; }

/* Refine the navigation and add richer product/download modules. */
.landing .brand { position: static; top: auto; left: auto; right: auto; flex: 0 0 auto; line-height: 1.2; }
.landing .topbar-actions { margin-left: auto; gap: 12px; }
.landing .help-link { padding: 9px 12px; border: 1px solid rgba(157, 180, 255, .22); border-radius: 9px; background: rgba(12, 29, 76, .44); }
.proof-section { padding-top: 8px; padding-bottom: 52px; }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.proof-grid article { display: flex; align-items: center; gap: 13px; padding: 17px 22px; border: 1px solid rgba(115, 144, 231, .18); border-radius: 15px; background: linear-gradient(100deg, rgba(20, 52, 126, .62), rgba(9, 24, 67, .55)); text-align: left; }
.proof-grid span { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 11px; background: rgba(77, 103, 255, .26); color: #b0bdff; }
.proof-grid b { color: #fff; font-size: 23px; }
.proof-grid p { margin: 0 0 0 auto; color: #91a4d2; font-size: 11px; text-align: right; }
.detail-section { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 64px; padding-top: 48px; padding-bottom: 54px; text-align: left; }
.detail-copy h2 { max-width: 430px; }
.detail-copy > p:not(.eyebrow) { max-width: 440px; margin: 19px 0 0; color: #aebde1; font-size: 14px; line-height: 1.8; }
.detail-copy ul { display: grid; gap: 13px; padding: 0; margin: 25px 0 0; list-style: none; color: #d5dff8; font-size: 14px; }
.detail-copy li span { display: inline-grid; place-items: center; width: 19px; height: 19px; margin-right: 9px; border-radius: 50%; background: #315bdf; color: #fff; font-size: 11px; }
.detail-visual { position: relative; min-height: 290px; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(116, 147, 235, .18); border-radius: 23px; background: linear-gradient(135deg, rgba(27, 63, 162, .8), rgba(9, 24, 67, .9)); }
.detail-visual img { position: relative; z-index: 1; width: 86%; max-height: 290px; object-fit: contain; filter: drop-shadow(0 24px 28px rgba(1, 5, 23, .38)); }
.visual-glow { position: absolute; width: 240px; height: 240px; border-radius: 50%; background: #5a61ff; filter: blur(48px); opacity: .5; }
.download-banner { align-items: center; }
.download-brand { max-width: 330px; }
.download-brand .eyebrow { margin-bottom: 7px; }
.platform-grid { display: grid; grid-template-columns: repeat(2, minmax(175px, 1fr)); gap: 9px; width: min(100%, 450px); }
.platform-download { display: flex; align-items: center; gap: 10px; min-height: 66px; padding: 10px 12px; border: 1px solid rgba(168, 185, 255, .2); border-radius: 12px; background: rgba(3, 12, 48, .52); color: #fff; text-align: left; cursor: pointer; transition: transform .2s, background .2s, border-color .2s, box-shadow .2s; }
.platform-download:hover { background: rgba(69, 90, 220, .44); border-color: rgba(167, 189, 255, .58); box-shadow: 0 10px 24px rgba(30, 67, 192, .2); transform: translateY(-2px); }
.platform-download img, .platform-download i { display: grid; place-items: center; width: 27px; height: 27px; object-fit: contain; color: #d9e3ff; font-size: 28px; font-style: normal; }
.platform-download:hover img, .platform-download:hover i { transform: scale(1.04); }
.platform-download span { display: grid; flex: 1; gap: 2px; }.platform-download small { color: #aab9e3; font-size: 10px; }.platform-download b { font-size: 13px; }.platform-download em { color: #b8c9ff; font-style: normal; font-size: 18px; }
@media (max-width: 800px) { .topbar-actions a:first-child { display: block; }.landing .topbar-actions { gap: 8px; }.landing .help-link { padding: 7px 8px; font-size: 12px; }.proof-grid { grid-template-columns: 1fr; }.proof-grid article { padding: 14px 17px; }.proof-grid p { margin-left: 0; text-align: left; }.detail-section { grid-template-columns: 1fr; gap: 27px; padding-top: 28px; }.detail-visual { min-height: 240px; order: -1; }.detail-visual img { max-height: 235px; }.platform-grid { width: 100%; }.download-brand { max-width: none; } }
@media (max-width: 420px) { .topbar-lang button { min-width: 23px; padding: 7px 3px; }.landing .help-link { padding: 7px 6px; }.platform-grid { grid-template-columns: 1fr; }.platform-download { min-height: 60px; } }
.topbar-lang button.active { background: linear-gradient(135deg, #3f76ff, #745eff); color: #fff; box-shadow: inset 0 0 0 1px rgba(202, 216, 255, .32); }

/* Motion layer: scroll depth, reveal choreography and restrained interactive glow. */
:root { --hero-copy-y: 0px; --hero-phone-y: 0px; --hero-glow-y: 0px; --page-progress: 0%; }
.scroll-progress { position: fixed; z-index: 10000; top: 0; left: 0; width: var(--page-progress); height: 2px; background: linear-gradient(90deg, #4ec3ff, #8060ff, #e779ff); box-shadow: 0 0 13px #7189ff; transition: width .08s linear; pointer-events: none; }
.hero-copy { transform: translate3d(0, var(--hero-copy-y), 0); opacity: var(--hero-copy-opacity, 1); will-change: transform, opacity; }
.phone-wrap { transform: translate3d(0, var(--hero-phone-y), 0); will-change: transform; }
.hero-glow-one { transform: translate3d(0, var(--hero-glow-y), 0); animation: breathe-glow 6s ease-in-out infinite; }.hero-glow-two { animation: orbit-glow 10s ease-in-out infinite; }
.phone { animation: phone-float 5s ease-in-out infinite; }.power-orb { animation: power-pulse 2.6s ease-in-out infinite; }.phone-mini-card { animation: card-scan 3.2s ease-in-out infinite; }
@keyframes breathe-glow { 50% { opacity: .5; transform: translate3d(20px, calc(var(--hero-glow-y) - 18px), 0) scale(1.2); } } @keyframes orbit-glow { 50% { transform: translate(-18px, 16px) scale(.85); opacity: .55; } } @keyframes phone-float { 50% { transform: rotate(0deg) translateY(-12px); } } @keyframes power-pulse { 50% { box-shadow: 0 0 0 15px rgba(62, 91, 255, .05), 0 0 46px 13px rgba(68, 93, 255, .78); transform: scale(1.045); } } @keyframes card-scan { 50% { border-color: rgba(129, 158, 255, .48); box-shadow: 0 0 20px rgba(56, 100, 255, .18); } }
.motion-reveal { opacity: 0; transform: translate3d(0, 32px, 0) scale(.975); filter: blur(7px); transition: opacity .72s cubic-bezier(.2,.8,.2,1), transform .72s cubic-bezier(.2,.8,.2,1), filter .72s ease; transition-delay: var(--reveal-delay, 0ms); }
.motion-reveal.motion-visible { opacity: 1; transform: translate3d(0, 0, 0) scale(1); filter: blur(0); }
.detail-copy.motion-reveal { transform: translate3d(-34px, 0, 0); }.detail-visual.motion-reveal { transform: translate3d(34px, 0, 0); }.detail-copy.motion-visible, .detail-visual.motion-visible { transform: translate3d(0, 0, 0); }
.tilt-card { transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translate3d(0, -7px, 0) !important; box-shadow: 0 20px 42px rgba(30, 77, 211, .26), inset 0 1px rgba(255,255,255,.08); transition: transform .12s ease-out, box-shadow .2s ease, border-color .2s ease; border-color: rgba(133, 165, 255, .6); }
.feature-card, .scenario-card, .review-card, .platform-download { transform-style: preserve-3d; will-change: transform; }.feature-card i, .scenario-card > span, .platform-download img, .platform-download i { transition: transform .25s ease, filter .25s ease; }.tilt-card i, .tilt-card > span, .tilt-card img { transform: translateZ(18px) scale(1.12); filter: drop-shadow(0 0 9px rgba(130, 159, 255, .65)); }
.score { --score-angle: 0deg; background: conic-gradient(from 220deg, #2f9cff, #7867ff var(--score-angle), rgba(118, 137, 197, .18) 0); }.score b { font-variant-numeric: tabular-nums; }.metric { opacity: .25; transform: translateY(10px); transition: opacity .48s ease, transform .48s ease; transition-delay: var(--metric-delay, 0ms); }.metrics-ready .metric { opacity: 1; transform: translateY(0); }.metrics-ready .chart { animation: chart-draw 1s .35s ease-out both; transform-origin: left bottom; } @keyframes chart-draw { from { opacity: 0; transform: skewY(-18deg) scaleX(.05); } to { opacity: .9; transform: skewY(-18deg) scaleX(1); } }
.download-banner { overflow: hidden; }.download-banner::after { content: ""; position: absolute; width: 140px; height: 180%; top: -40%; left: -24%; background: linear-gradient(90deg, transparent 0%, rgba(180, 220, 255, .08) 28%, rgba(255, 255, 255, .5) 50%, rgba(119, 174, 255, .2) 78%, transparent 100%); transform: rotate(22deg); animation: banner-sheen 7s ease-in-out infinite; pointer-events: none; }.download-banner > * { position: relative; z-index: 1; } @keyframes banner-sheen { 0%, 8% { left: -24%; opacity: 0; } 18% { opacity: 1; } 72% { left: 108%; opacity: 1; } 84%, 100% { left: 108%; opacity: 0; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } .scroll-progress { display: none; } }
@media (max-width: 800px) { .hero-copy, .phone-wrap { transform: none !important; opacity: 1 !important; }.motion-reveal { transform: translate3d(0, 18px, 0); }.detail-copy.motion-reveal, .detail-visual.motion-reveal { transform: translate3d(0, 18px, 0); }.motion-reveal.motion-visible, .detail-copy.motion-visible, .detail-visual.motion-visible { transform: translate3d(0, 0, 0); }.phone { animation-duration: 6.5s; } }

.download-banner { position: relative; }
.release-version { display: inline-flex; margin-top: 11px; padding: 3px 8px; border: 1px solid rgba(199, 214, 255, .32); border-radius: 999px; background: rgba(3, 12, 48, .26); color: #d9e4ff; font-size: 11px; font-weight: 600; letter-spacing: .04em; line-height: 1; }
/* Floating social links for the redesigned landing page. */
.landing-social { position: fixed; z-index: 30; right: clamp(14px, 2.2vw, 34px); top: 50%; display: grid; gap: 10px; padding: 9px; border: 1px solid rgba(147, 174, 255, .2); border-radius: 18px; background: rgba(5, 16, 53, .63); box-shadow: 0 16px 40px rgba(0, 0, 0, .3), inset 0 1px rgba(255, 255, 255, .07); backdrop-filter: blur(14px); transform: translateY(-50%); }
.landing-social__link { width: 42px; height: 42px; padding: 0; overflow: hidden; border: 1px solid rgba(166, 188, 255, .23); border-radius: 50%; background: #10255f; box-shadow: 0 7px 16px rgba(1, 8, 33, .35); cursor: pointer; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.landing-social__link:hover { border-color: rgba(192, 207, 255, .8); box-shadow: 0 0 20px rgba(91, 124, 255, .5); transform: translateX(-3px) scale(1.07); }
.landing-social__link:focus-visible { outline: 2px solid #b6c9ff; outline-offset: 3px; }
.landing-social__link img { display: block; width: 100%; height: 100%; object-fit: cover; }
.back-to-top { position: fixed; z-index: 31; right: clamp(14px, 2.2vw, 34px); bottom: 28px; display: grid; width: 46px; height: 46px; padding: 0; place-items: center; border: 1px solid rgba(174, 194, 255, .42); border-radius: 50%; background: linear-gradient(135deg, #356ff3, #745eff); box-shadow: 0 13px 28px rgba(20, 48, 151, .38); color: #fff; cursor: pointer; font-size: 23px; font-weight: 700; line-height: 1; transition: transform .2s ease, box-shadow .2s ease, filter .2s ease; }
.back-to-top:hover { box-shadow: 0 17px 34px rgba(39, 80, 220, .52); filter: brightness(1.08); transform: translateY(-3px); }
.back-to-top:focus-visible { outline: 2px solid #d4e0ff; outline-offset: 3px; }
@media (max-width: 800px) { .landing-social { right: 10px; top: auto; bottom: 16px; gap: 6px; padding: 6px; border-radius: 15px; transform: none; } .landing-social__link { width: 34px; height: 34px; } }
@media (max-width: 420px) { .landing-social { bottom: 10px; } .landing-social__link { width: 30px; height: 30px; } }
@media (max-width: 800px) { .back-to-top { right: 10px; bottom: 178px; width: 40px; height: 40px; font-size: 20px; } }
@media (max-width: 420px) { .back-to-top { right: 8px; bottom: 156px; } }

/* Live diagnostics dashboard and swipeable user reviews. */
.network-panel { position: relative; isolation: isolate; overflow: hidden; grid-template-columns: .78fr 1.22fr; padding: 32px 36px; background: radial-gradient(circle at 16% 22%, rgba(54, 120, 255, .18), transparent 30%), linear-gradient(135deg, rgba(12, 33, 84, .94), rgba(6, 17, 51, .92)); }
.network-panel-glow { position: absolute; z-index: -1; right: 14%; bottom: -70%; width: 360px; height: 260px; border-radius: 50%; background: rgba(99, 76, 255, .23); filter: blur(38px); animation: diagnostics-glow 6s ease-in-out infinite; }
.score-side { position: relative; display: grid; justify-items: center; gap: 12px; }
.network-live { display: inline-flex; align-items: center; gap: 8px; padding: 6px 10px; border: 1px solid rgba(116, 224, 198, .2); border-radius: 999px; background: rgba(15, 112, 105, .13); color: #b6f5e3; font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.network-live i { width: 6px; height: 6px; border-radius: 50%; background: #56f2c3; box-shadow: 0 0 0 0 rgba(86, 242, 195, .55); animation: live-ping 1.8s infinite; }
.score { position: relative; width: 238px; height: 238px; box-shadow: 0 0 0 1px rgba(119, 151, 255, .12), 0 0 58px rgba(69, 103, 255, .19); }
.score::after { content: ""; position: absolute; inset: -13px; border: 1px solid rgba(107, 151, 255, .17); border-radius: inherit; background: repeating-conic-gradient(from 220deg, rgba(141, 178, 255, .35) 0 1deg, transparent 1deg 7deg); -webkit-mask: radial-gradient(transparent 63%, #000 64%); mask: radial-gradient(transparent 63%, #000 64%); opacity: .65; animation: score-scan 10s linear infinite; }
.score-caption { display: flex; align-items: center; justify-content: space-between; width: min(250px, 100%); padding: 9px 12px; border-top: 1px solid rgba(137, 165, 255, .18); color: #93a9db; font-size: 11px; }
.score-caption strong { color: #e0e8ff; font-family: Consolas, monospace; font-size: 12px; }
.metric-grid { position: relative; grid-template-columns: repeat(2, 1fr); border-color: rgba(127, 151, 221, .17); box-shadow: inset 0 1px rgba(255, 255, 255, .035); }
.metric { min-height: 144px; padding: 17px 18px 14px; background: linear-gradient(135deg, rgba(17, 42, 101, .58), rgba(8, 23, 63, .48)); }
.metric::before { content: ""; position: absolute; inset: 0; opacity: 0; background: radial-gradient(circle at 80% 82%, var(--metric-glow), transparent 37%); transition: opacity .35s ease; pointer-events: none; }
.metric:hover::before { opacity: .78; }.metric > * { position: relative; z-index: 1; }
.metric span { display: flex; align-items: center; gap: 6px; }.metric span i { display: grid; place-items: center; width: 17px; height: 17px; border-radius: 6px; background: color-mix(in srgb, var(--metric-color) 17%, transparent); color: var(--metric-color); font-size: 12px; font-style: normal; }
.metric b { margin-top: 11px; font-variant-numeric: tabular-nums; }.metric-detail { display: flex; align-items: flex-end; justify-content: space-between; gap: 8px; margin-top: 8px; }.metric-detail em { color: #8295c6; font-size: 10px; font-style: normal; white-space: nowrap; }
.metric-chart { width: 88px; height: 31px; overflow: visible; }.metric-chart .chart-base { fill: none; stroke: rgba(136, 161, 226, .2); stroke-width: 1; stroke-dasharray: 3 4; }.metric-chart polyline { fill: none; stroke: var(--metric-color); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 0 4px var(--metric-glow)); stroke-dasharray: 180; stroke-dashoffset: 180; }
.metric-ping { --metric-color: #60d9ff; --metric-glow: rgba(76, 202, 255, .72); }.metric-download { --metric-color: #4c9dff; --metric-glow: rgba(76, 132, 255, .7); }.metric-upload { --metric-color: #af79ff; --metric-glow: rgba(173, 104, 255, .72); }.metric-loss { --metric-color: #60edc4; --metric-glow: rgba(88, 242, 193, .62); }
.metrics-ready .metric-chart polyline { animation: diagnostic-line 1.25s cubic-bezier(.2,.8,.2,1) forwards; }.metrics-ready .metric:nth-child(2) .metric-chart polyline { animation-delay: .1s; }.metrics-ready .metric:nth-child(3) .metric-chart polyline { animation-delay: .2s; }.metrics-ready .metric:nth-child(4) .metric-chart polyline { animation-delay: .3s; }
@keyframes diagnostic-line { to { stroke-dashoffset: 0; } } @keyframes live-ping { 70% { box-shadow: 0 0 0 7px rgba(86, 242, 195, 0); } 100% { box-shadow: 0 0 0 0 rgba(86, 242, 195, 0); } } @keyframes score-scan { to { transform: rotate(1turn); } } @keyframes diagnostics-glow { 50% { transform: translate(-28px, -20px) scale(1.16); opacity: .65; } }
.reviews-section { overflow: hidden; }.reviews-heading { display: flex; align-items: end; justify-content: space-between; gap: 18px; }.reviews-heading h2 { margin-bottom: 0; }.review-actions { display: flex; align-items: center; gap: 9px; }.review-nav { display: grid; place-items: center; width: 36px; height: 36px; padding: 0; border: 1px solid rgba(129, 156, 255, .3); border-radius: 11px; background: rgba(17, 39, 96, .66); color: #dce7ff; font-size: 18px; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }.review-nav:hover { background: #315fe8; box-shadow: 0 0 22px rgba(78, 111, 255, .46); transform: translateY(-2px); }.review-page { min-width: 37px; color: #7d91c4; font: 11px Consolas, monospace; text-align: center; }.review-page b { color: #e6edff; }
.review-carousel { position: relative; margin-top: 25px; }.review-viewport { overflow-x: auto; padding: 10px 7px 18px; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; cursor: grab; }.review-viewport::-webkit-scrollbar { display: none; }.review-viewport:active { cursor: grabbing; }.review-grid { display: flex; gap: 15px; width: max-content; margin: 0; text-align: left; }.review-card { position: relative; display: flex; flex: 0 0 calc((min(100vw - 64px, 1120px) - 44px) / 3); min-height: 208px; flex-direction: column; overflow: hidden; padding: 22px; border-color: rgba(112, 137, 212, .22); background: linear-gradient(145deg, rgba(18, 44, 106, .84), rgba(9, 23, 62, .84)); scroll-snap-align: start; transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease; }.review-card::after { content: ""; position: absolute; inset: auto -25% -55% 30%; height: 120px; border-radius: 50%; background: var(--review-glow, rgba(82, 113, 255, .26)); filter: blur(20px); opacity: 0; transition: opacity .3s ease; }.review-card:hover { border-color: rgba(147, 174, 255, .58); box-shadow: 0 18px 34px rgba(3, 9, 35, .36); transform: translateY(-7px); }.review-card:hover::after { opacity: 1; }.review-card:nth-child(3n + 2) { --review-glow: rgba(111, 76, 255, .31); }.review-card:nth-child(3n) { --review-glow: rgba(47, 186, 255, .25); }.review-number { position: absolute; top: 14px; right: 16px; color: rgba(174, 193, 255, .3); font: 11px Consolas, monospace; }.review-card q { position: relative; z-index: 1; flex: 1; min-height: 0; padding-right: 18px; }.review-card > div { position: relative; z-index: 1; }.review-card > div > i { margin-left: auto; color: #ffd86d; font-size: 12px; font-style: normal; filter: drop-shadow(0 0 5px rgba(255, 207, 83, .4)); }.review-fade { position: absolute; z-index: 2; top: 0; bottom: 0; width: 65px; pointer-events: none; }.review-fade-left { left: 0; background: linear-gradient(90deg, #050d26, transparent); }.review-fade-right { right: 0; background: linear-gradient(-90deg, #050d26, transparent); }.review-dots { display: flex; justify-content: center; gap: 7px; margin-top: 4px; }.review-dots i { width: 18px; height: 3px; border-radius: 999px; background: rgba(128, 149, 211, .28); transition: width .3s ease, background .3s ease; }.review-dots i.active { width: 34px; background: linear-gradient(90deg, #4ebcff, #8061ff); box-shadow: 0 0 10px rgba(100, 126, 255, .55); }
@media (max-width: 800px) { .network-panel { grid-template-columns: 1fr; padding: 25px 17px; }.score-side { gap: 10px; }.score { width: 198px; height: 198px; }.score::before { width: 164px; height: 164px; }.score-caption { width: min(218px, 100%); }.metric { min-height: 128px; padding: 14px; }.metric-detail em { display: none; }.metric-chart { width: 76px; }.reviews-heading { align-items: center; }.review-card { flex-basis: min(84vw, 360px); min-height: 196px; }.review-fade { width: 26px; }.review-grid { gap: 12px; } }
@media (max-width: 420px) { .network-live { font-size: 9px; }.metric-grid { grid-template-columns: 1fr; }.metric { min-height: 112px; }.metric-detail em { display: block; }.reviews-heading { align-items: flex-start; flex-direction: column; }.review-actions { width: 100%; justify-content: flex-end; }.review-card { flex-basis: calc(100vw - 54px); } }.landing-footer { width: min(100% - 64px, 1120px); margin: 0 auto; padding: 34px 0 27px; border-top: 1px solid rgba(121, 148, 225, .18); color: #a6b5db; }
.landing-footer__grid { display: grid; grid-template-columns: minmax(300px, 1.8fr) repeat(3, minmax(120px, .75fr)); gap: 28px; }
.footer-brand-block { min-width: 0; }.footer-logo { display: inline-flex; align-items: center; gap: 9px; color: #edf3ff; font-size: 15px; font-weight: 700; }.footer-logo img { width: 28px; height: 28px; border-radius: 9px; }.footer-contact { display: block; width: fit-content; margin-top: 16px; color: #aebfff; font-size: 12px; text-decoration: none; }.footer-contact:hover { color: #fff; text-decoration: underline; }.footer-legal { max-width: 450px; margin: 13px 0 0; color: #7f91bf; font-size: 10px; line-height: 1.8; }.footer-notice { display: block; margin-top: 6px; color: #92a4cf; }
.footer-logo .footer-version { margin-left: 2px; color: #8194c3; font-size: 10px; font-weight: 600; }
.footer-links { display: grid; align-content: start; gap: 10px; }.footer-links h3 { margin: 1px 0 4px; color: #e3ebff; font-size: 12px; }.footer-links a, .footer-links button { width: fit-content; padding: 0; border: 0; background: transparent; color: #9aabd3; font: inherit; font-size: 12px; line-height: 1.35; text-align: left; text-decoration: none; cursor: pointer; }.footer-links a:hover, .footer-links button:hover { color: #fff; }.footer-links button:focus-visible, .footer-links a:focus-visible { outline: 2px solid #9eb7ff; outline-offset: 3px; border-radius: 3px; }
.footer-version { color: #9cb6ff; font-family: Consolas, monospace; }
@media (max-width: 800px) { .landing-footer { width: min(100% - 32px, 560px); padding-top: 29px; }.landing-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 18px; }.footer-brand-block { grid-column: 1 / -1; }.footer-legal { max-width: none; } }
@media (max-width: 420px) { .landing-footer__grid { grid-template-columns: 1fr; gap: 23px; }.footer-brand-block { grid-column: auto; } }


/* 2026 light visual theme: keeps the existing layout and interactions. */
:root { --light-ink: #16223d; --light-muted: #61708c; --light-blue: #2868e8; --light-border: #dbe5f5; }
body { background: #f5f8fd; color: var(--light-ink); }
.landing { background: radial-gradient(circle at 82% 2%, #dce9ff 0, transparent 28rem), #f5f8fd; }
.hero-section { background: linear-gradient(120deg, #f7fbff 0%, #edf4ff 56%, #f4efff 100%); }
.hero-section::after { border-color: rgba(65, 119, 226, .16); box-shadow: 0 0 80px 40px rgba(80, 139, 242, .12), inset 0 0 100px rgba(130, 157, 235, .14); }
.hero-glow-one { background: rgba(76, 151, 255, .18); }.hero-glow-two { background: rgba(157, 119, 255, .15); }
.brand { color: #152342; }.brand img { box-shadow: 0 8px 20px rgba(61, 108, 255, .2); }
.topbar-actions a { color: #536482; }.topbar-actions .topbar-pay { border-color: #cddaf0; color: #21416f; background: rgba(255, 255, 255, .72); }
.hero-copy h1 { color: #14254a; }.hero-description { color: #5d6d88; }.eyebrow { color: #346ad9; }
.hero-pills span { border-color: #d5e1f2; background: rgba(255, 255, 255, .68); color: #50688e; }
.text-action { color: #315caa; }.text-action span { color: #2868e8; }
.top-download-badge { width: 220px; min-width: 0; min-height: 66px; box-sizing: border-box; padding: 10px 12px; border-color: #cbdcf3; border-radius: 12px; background: linear-gradient(135deg, #fff, #eef5ff); box-shadow: 0 10px 24px rgba(48, 80, 137, .1); color: #1f365f; }.top-download-badge::after { content: "↓"; flex-shrink: 0; margin-left: auto; color: #3e73d9; font-size: 18px; line-height: 1; }.top-download-badge img { filter: brightness(0) opacity(.65); }.top-download-badge small { color: #6a7e9f; }.top-download-badge b { font-size: 13px; }.top-download-badge:hover { border-color: #9fbce8; background: #e4efff; box-shadow: 0 10px 24px rgba(48, 80, 137, .14); filter: none; }.top-download-badge:hover img { filter: brightness(0) opacity(.7); }
.phone { border-color: #182238; background: #05070d; box-shadow: 0 32px 65px rgba(25, 49, 92, .28), inset 0 0 0 1px #6f87ad; }
.phone-island { background: #17233f; }.phone-screen { background: radial-gradient(circle at 50% 33%, #b7d7ff, #5d91ef 38%, #2859b8 72%); }
.phone-screen::before { border-color: rgba(255, 255, 255, .45); box-shadow: 0 0 35px rgba(255, 255, 255, .28); }
.phone-head { color: #f4f8ff; }.connection-dot { color: #b9ffe0; }.connection-dot small, .connection-state + small { color: #e5efff; }
.phone-mini-card { border-color: rgba(255,255,255,.36); background: rgba(31, 77, 162, .52); color: #f5f9ff; }.phone-mini-card small { color: #dce9ff; }.phone-tabs { color: #e6f0ff; }
.phone-screen { color: #23446f; background: radial-gradient(circle at 50% 32%, #fff 0, #e4efff 44%, #b6d0f3 100%); }.phone-screen::before { display: none; }.phone-head { color: #31547f; }.connection-dot { color: #2eaa78; }.connection-dot small, .connection-state + small { color: #617c9e; }.connection-state { color: #1f426f; }.phone-mini-card { border-color: #b5cff1; background: rgba(255, 255, 255, .56); color: #274871; box-shadow: 0 8px 20px rgba(48, 80, 137, .1); }.phone-mini-card small { color: #6682a6; }.phone-tabs { color: #4a73a9; }
.content-section h2 { color: #172744; }.section-heading > p:not(.eyebrow) { color: #687894; }
.detail-copy > p:not(.eyebrow) { color: #5d6f8f; }.detail-copy ul { color: #4f6688; }
.feature-card { border-color: var(--light-border); background: linear-gradient(145deg, #fff, #f1f6ff); box-shadow: 0 14px 35px rgba(48, 80, 137, .1); }.feature-card i { background: #e2edff; color: #3c74df; }.feature-card h3 { color: #1d3157; }.feature-card p { color: #667895; }
.proof-grid article { border-color: var(--light-border); background: linear-gradient(100deg, #fff, #eef5ff); }.proof-grid span { background: #e1edff; color: #3e73d9; }.proof-grid b { color: #1d3157; }.proof-grid p { color: #687997; }
.network-panel { border-color: #d2def0; background: radial-gradient(circle at 16% 22%, rgba(89, 151, 255, .18), transparent 30%), linear-gradient(135deg, #eef5ff, #e8effb); box-shadow: 0 18px 40px rgba(48, 80, 137, .1); }
.network-live { border-color: #b8ead9; background: #e8fbf4; color: #257c61; }.network-live i { background: #32c88e; }
.score { box-shadow: 0 0 0 1px rgba(72, 117, 211, .16), 0 0 58px rgba(69, 103, 255, .14); }.score::before { background: #f4f8ff; }.score span { color: #647a9f; }.score-caption { border-top-color: #d2def0; color: #7183a1; }.score-caption strong { color: #2a416a; }
.metric-grid { border-color: #d5e1f1; box-shadow: inset 0 1px rgba(255,255,255,.9); }.metric { border-color: #dce6f4; background: linear-gradient(135deg, rgba(255,255,255,.95), rgba(237,245,255,.95)); }.metric span { color: #607493; }.metric b { color: #1e355d; }.metric small { color: #7184a3; }.metric-detail em { color: #7184a3; }.metric-chart .chart-base { stroke: rgba(94, 120, 164, .28); }
.scenario-card { border-color: var(--light-border); background: linear-gradient(145deg, #fff, #f0f5ff); }.scenario-card span { background: #e7eaff; color: #5866d9; }.scenario-card h3 { color: #1d3157; }.scenario-card p { color: #6b7c98; }
.review-card { border-color: var(--light-border); background: rgba(255,255,255,.9); box-shadow: 0 12px 30px rgba(48, 80, 137, .08); }.review-card q { color: #465d81; }.review-card q::before { color: #5d83df; }.review-card small { color: #7587a4; }.review-page { color: #7183a1; }.review-page b { color: #2b426b; }.review-nav { border-color: #c9d8ee; background: #f2f6fd; color: #3e5f96; }.review-nav:hover { background: #4779df; color: #fff; }.review-fade-left, .review-fade-right { display: none; }
.download-banner { border-color: #d2e1f5; background: radial-gradient(circle at 21% 0, rgba(126, 171, 255, .32) 0, transparent 35%), linear-gradient(110deg, #eaf3ff, #f7f9fd); box-shadow: 0 18px 38px rgba(48, 80, 137, .1); }.download-banner p { color: #61708c; }.platform-download { border-color: #cbdcf3; background: linear-gradient(135deg, #fff, #eef5ff); color: #1f365f; }.platform-download:hover { background: #e4efff; border-color: #9fbce8; }.platform-download img { filter: brightness(0) opacity(.65); }.platform-download.mac i { background: url("images/ios.png") center / contain no-repeat; color: transparent; font-size: 0; filter: brightness(0) opacity(.65); }.platform-download small { color: #6a7e9f; }.platform-download em { color: #3e73d9; }
.top-download-badge:hover, .hero-platform-download:hover, .platform-download:hover { background: rgba(255, 255, 255, .72); border-color: rgba(125, 169, 231, .78); box-shadow: 0 14px 28px rgba(64, 111, 184, .18), inset 0 1px rgba(255, 255, 255, .95); backdrop-filter: blur(14px) saturate(145%); -webkit-backdrop-filter: blur(14px) saturate(145%); filter: none; transform: translateY(-2px); }
.top-download-badge:active, .hero-platform-download:active, .platform-download:active { transform: translateY(0) scale(.98); }
.top-download-badge, .hero-platform-download, .platform-download { position: relative; overflow: hidden; isolation: isolate; }
.top-download-badge::before, .hero-platform-download::before, .platform-download::before { content: ""; position: absolute; z-index: 0; inset: 1px; border-radius: inherit; background: linear-gradient(112deg, rgba(255, 255, 255, .62) 0%, rgba(255, 255, 255, 0) 28%, rgba(255, 255, 255, 0) 62%, rgba(255, 255, 255, .34) 100%); opacity: 0; transform: translateX(-22%); pointer-events: none; transition: opacity .22s ease; }
.top-download-badge > *, .hero-platform-download > *, .platform-download > * { position: relative; z-index: 1; }.top-download-badge:hover, .hero-platform-download:hover, .platform-download:hover { background: linear-gradient(125deg, rgba(255, 255, 255, .9), rgba(231, 242, 255, .68)); border-color: rgba(116, 165, 235, .9); box-shadow: 0 16px 34px rgba(48, 98, 180, .24), 0 0 0 1px rgba(255, 255, 255, .76) inset, 0 1px 0 rgba(255, 255, 255, .95) inset; backdrop-filter: blur(18px) saturate(175%); -webkit-backdrop-filter: blur(18px) saturate(175%); filter: none; transform: translateY(-3px) scale(1.012); }
.top-download-badge:hover::before, .hero-platform-download:hover::before, .platform-download:hover::before { opacity: 1; animation: glass-button-sheen 1.05s ease-out; }
@keyframes glass-button-sheen { from { transform: translateX(-42%); } to { transform: translateX(42%); } }
.landing-footer { border-top-color: #d9e3f2; color: #6c7d9a; }.footer-logo { color: #1b3157; }.footer-contact { color: #376bd0; }.footer-legal { color: #7a8ba7; }.footer-notice { color: #7183a0; }.footer-links h3 { color: #273b60; }.footer-links a, .footer-links button { color: #627594; }.footer-links a:hover, .footer-links button:hover { color: #2868e8; }
.landing-social { border-color: #d2def0; background: rgba(255,255,255,.8); box-shadow: 0 16px 40px rgba(48, 80, 137, .15), inset 0 1px #fff; }.landing-social__link { border-color: #c8d8ef; background: #e6efff; box-shadow: 0 7px 16px rgba(48, 80, 137, .14); }.back-to-top { background: linear-gradient(135deg, #4d87ed, #6f6bdd); box-shadow: 0 13px 28px rgba(50, 91, 190, .25); }
.topbar-lang { border-color: #cddaf0; background: rgba(255,255,255,.72); }.topbar-lang button { border-left-color: #dbe5f3; color: #607493; }.topbar-lang button:hover { background: #e6efff; color: #2858aa; }.topbar-lang button.active { background: linear-gradient(135deg, #4f89eb, #716add); color: #fff; }
.landing .help-link { border-color: #cbdcf3; background: linear-gradient(135deg, #fff, #eef5ff); color: #52698f; box-shadow: 0 6px 16px rgba(48, 80, 137, .1); }.landing .help-link:hover { border-color: #9fbce8; background: #e4efff; color: #2f61b4; }
@media (max-width: 800px) { .hero-section { min-height: 680px; }.phone-screen { background: radial-gradient(circle at 50% 33%, #b7d7ff, #5d91ef 38%, #2859b8 72%); } }

/* 移动端内容精简：保留下载与核心介绍，隐藏仅适合大屏展示的模块。 */
@media (max-width: 800px) {
  .hero-section,
  .hero-grid {
    min-height: 0;
  }

  .hero-grid {
    display: block;
  }

  .hero-copy {
    padding-bottom: 48px;
  }

  .hero-actions {
    width: min(100%, 340px);
    margin-right: auto;
    margin-left: auto;
    align-items: stretch;
  }

  .top-download-badge,
  .hero-platform-options,
  .hero-platform-download {
    width: 100%;
    max-width: none;
  }

  .hero-platform-options {
    display: grid;
    grid-template-columns: 1fr;
  }

  .phone-wrap,
  .network-section,
  .detail-section,
  .reviews-section {
    display: none !important;
  }

  .landing-footer__grid {
    grid-template-columns: 1fr;
  }

  .landing-footer__grid > .footer-links:nth-child(2),
  .landing-footer__grid > .footer-languages {
    display: none;
  }

  .footer-brand-block {
    grid-column: auto;
  }
}

/* 主下载入口使用更高对比度的品牌蓝，与下方浅色平台按钮形成层级。 */
.top-download-badge {
  border-color: #2f68cf;
  background: linear-gradient(135deg, #4b86ed 0%, #2e63c7 100%);
  box-shadow: 0 14px 30px rgba(45, 96, 201, .3), inset 0 1px rgba(255, 255, 255, .34);
  color: #fff;
}

.top-download-badge::after,
.top-download-badge small,
.top-download-badge b {
  color: #fff;
}

.top-download-badge img {
  filter: brightness(0) invert(1) opacity(.96);
}

.top-download-badge:hover {
  border-color: #8db5ff;
  background: linear-gradient(135deg, #5c96f5 0%, #3670d8 100%);
  box-shadow: 0 18px 36px rgba(45, 96, 201, .38), 0 0 0 1px rgba(255, 255, 255, .32) inset;
  filter: none;
}

.top-download-badge:hover img {
  filter: brightness(0) invert(1) opacity(1) drop-shadow(0 0 7px rgba(255, 255, 255, .4));
}

/* 主按钮光带完整扫过按钮，避免只移动到中段后突然回跳。 */
.top-download-badge::before {
  inset: -35% auto -35% -50%;
  width: 34%;
  border-radius: 999px;
  background: linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, .12) 34%, rgba(255, 255, 255, .62) 50%, rgba(255, 255, 255, .12) 66%, transparent 100%);
  opacity: 0;
  transform: translateX(0) skewX(-18deg);
}

.top-download-badge:hover::before {
  opacity: 1;
  animation: primary-download-sheen 1.35s cubic-bezier(.22, .7, .25, 1) both;
}

@keyframes primary-download-sheen {
  0% {
    opacity: 0;
    transform: translateX(0) skewX(-18deg);
  }

  12% {
    opacity: .9;
  }

  86% {
    opacity: .9;
  }

  100% {
    opacity: 0;
    transform: translateX(430%) skewX(-18deg);
  }
}

/* 小屏社交按钮缩小后高度变化，回到顶部按钮上移并留出间距。 */
@media (max-width: 420px) {
  .back-to-top {
    bottom: 180px;
  }
}

/* 底部平台入口突出当前设备，其它平台继续保留为备选下载。 */
.download-banner .platform-download.is-current {
  border-color: #2f68cf;
  background: linear-gradient(135deg, #4b86ed 0%, #2e63c7 100%);
  box-shadow: 0 14px 30px rgba(45, 96, 201, .3), inset 0 1px rgba(255, 255, 255, .34);
  color: #fff;
}

.download-banner .platform-download.is-current small,
.download-banner .platform-download.is-current em {
  color: rgba(255, 255, 255, .9);
}

.download-banner .platform-download.is-current img,
.download-banner .platform-download.is-current i {
  filter: brightness(0) invert(1) opacity(.96);
}

.download-banner .platform-download.is-current:hover {
  border-color: #8db5ff;
  background: linear-gradient(135deg, #5c96f5 0%, #3670d8 100%);
  box-shadow: 0 18px 36px rgba(45, 96, 201, .38), 0 0 0 1px rgba(255, 255, 255, .32) inset;
}

.download-banner .platform-download.is-current::before {
  inset: -35% auto -35% -50%;
  width: 34%;
  border-radius: 999px;
  background: linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, .12) 34%, rgba(255, 255, 255, .62) 50%, rgba(255, 255, 255, .12) 66%, transparent 100%);
  opacity: 0;
  transform: translateX(0) skewX(-18deg);
}

.download-banner .platform-download.is-current:hover::before {
  opacity: 1;
  animation: primary-download-sheen 1.35s cubic-bezier(.22, .7, .25, 1) both;
}

/* 底部与顶部保持一致：当前系统一整行，其它平台排列在下一行。 */
.download-banner .platform-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.download-banner .platform-grid .platform-download.is-current {
  grid-column: 1 / -1;
  min-height: 66px;
}

@media (max-width: 600px) {
  .download-banner .platform-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .download-banner .platform-grid .platform-download.is-current {
    grid-column: 1 / -1;
  }
}

@media (max-width: 420px) {
  .download-banner .platform-grid {
    grid-template-columns: 1fr;
  }
}

/* 主下载按钮不再占满整个平台区域，和顶部主入口保持更轻的比例。 */
.download-banner .platform-grid .platform-download.is-current {
  width: min(100%, 320px);
  justify-self: start;
}

@media (max-width: 420px) {
  .download-banner .platform-grid .platform-download.is-current {
    width: 100%;
  }
}

/* 俄语移动端标签保持单行，超出屏幕时可横向滑动。 */
@media (max-width: 800px) {
  .hero-pills {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    max-width: 100%;
    padding-bottom: 4px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .hero-pills::-webkit-scrollbar {
    display: none;
  }

  .hero-pills span {
    flex: 0 0 auto;
    white-space: nowrap;
  }
}

/* 俄语长单词会撑大网格轨道，移动端强制两列等宽并允许卡片内换行。 */
@media (max-width: 800px) {
  .feature-grid,
  .scenario-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-card,
  .scenario-card {
    min-width: 0;
  }

  .feature-card h3,
  .feature-card p,
  .scenario-card h3,
  .scenario-card p {
    overflow-wrap: anywhere;
  }
}

/* 移动端压缩板块之间的留白，避免功能卡片与数据卡片被拉得过散。 */
@media (max-width: 800px) {
  .content-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .feature-section {
    padding-top: 44px;
    padding-bottom: 16px;
  }

  .proof-section {
    padding-top: 0;
    padding-bottom: 24px;
  }

  .scenario-section {
    padding-top: 18px;
  }
}

/* 移动端页脚品牌信息保持横向排列，避免标题被压成竖排。 */
@media (max-width: 800px) {
  .footer-logo {
    display: flex;
    flex-wrap: nowrap;
    width: fit-content;
    max-width: 100%;
    white-space: nowrap;
  }

  .footer-logo > span:first-of-type,
  .footer-logo .footer-version {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .footer-logo .footer-version {
    font-size: 9px;
  }
}
