:root {
  color-scheme: light;
  --navy-950: #041427;
  --navy-900: #071b35;
  --navy-800: #0c2d55;
  --blue-700: #105aa8;
  --blue-600: #1178db;
  --cyan-400: #52d8f5;
  --cyan-100: #dff8ff;
  --violet-400: #9187ff;
  --green-400: #58dfba;
  --paper: #f6f9fc;
  --surface: rgba(255, 255, 255, .82);
  --ink: #0a2038;
  --muted: #5c6d7c;
  --line: rgba(15, 61, 99, .13);
  --shadow: 0 24px 70px rgba(12, 45, 85, .13);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "PingFang TC", "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); line-height: 1.65; overflow-x: hidden; }
button, a { font: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }
code { padding: .14em .36em; border: 1px solid var(--line); border-radius: .42em; background: rgba(16, 90, 168, .06); font-size: .9em; }

html[data-language="zh-Hant"] [data-lang="en"],
html[data-language="en"] [data-lang="zh-Hant"] { display: none !important; }

.section-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.site-header { position: sticky; z-index: 50; top: 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; min-height: 76px; padding: 12px max(20px, calc((100vw - 1180px) / 2)); border-bottom: 1px solid rgba(255,255,255,.5); background: rgba(246, 249, 252, .78); -webkit-backdrop-filter: blur(22px); backdrop-filter: blur(22px); }
.brand { display: inline-flex; align-items: center; gap: 11px; width: fit-content; font-size: 1.05rem; font-weight: 820; letter-spacing: -.025em; text-decoration: none; }
.brand img, .footer-brand img { border-radius: 11px; box-shadow: 0 7px 18px rgba(17, 120, 219, .23); }
.site-header nav { display: flex; align-items: center; gap: 28px; }
.site-header nav a { color: var(--muted); font-size: .91rem; font-weight: 650; text-decoration: none; }
.site-header nav a:hover { color: var(--blue-600); }
.language-switch { justify-self: end; display: flex; padding: 3px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.72); }
.language-switch button { min-width: 40px; min-height: 32px; padding: 3px 9px; border: 0; border-radius: 999px; color: var(--muted); background: transparent; cursor: pointer; font-size: .78rem; font-weight: 760; }
.language-switch button[aria-pressed="true"] { color: white; background: var(--navy-800); }

.hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(430px, .96fr); align-items: center; gap: clamp(34px, 7vw, 96px); min-height: 760px; padding-block: 86px 102px; }
.hero::before { position: absolute; z-index: -2; inset: -200px -35vw auto 34%; height: 760px; border-radius: 50%; background: radial-gradient(circle, rgba(82,216,245,.29), rgba(145,135,255,.11) 38%, transparent 69%); content: ""; filter: blur(12px); }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 18px; color: var(--blue-600); font-size: .77rem; font-weight: 820; letter-spacing: .11em; text-transform: uppercase; }
.pulse-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--green-400); box-shadow: 0 0 0 7px rgba(88,223,186,.17); }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 { margin: 0; font-size: clamp(3.45rem, 6.7vw, 6.35rem); line-height: .96; letter-spacing: -.07em; }
h1 span { color: var(--blue-600); }
.hero-lede { max-width: 690px; margin: 25px 0 0; color: var(--muted); font-size: clamp(1.04rem, 1.5vw, 1.24rem); line-height: 1.73; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 49px; padding: 11px 19px; border: 1px solid transparent; border-radius: 15px; font-weight: 780; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: white; background: linear-gradient(135deg, var(--navy-800), var(--blue-600)); box-shadow: 0 14px 30px rgba(17,120,219,.23); }
.button.secondary { border-color: var(--line); color: var(--blue-700); background: rgba(255,255,255,.76); }
.button.light { color: var(--navy-900); background: white; }
.trust-list { display: flex; flex-wrap: wrap; gap: 10px 19px; margin: 26px 0 0; padding: 0; list-style: none; color: var(--muted); font-size: .86rem; }
.trust-list li { display: flex; align-items: center; gap: 6px; }
.trust-list li > span:first-child { color: #159977; font-weight: 900; }

.hero-visual { position: relative; isolation: isolate; }
.map-card { position: relative; overflow: hidden; min-height: 600px; border: 1px solid rgba(255,255,255,.85); border-radius: 42px; background: rgba(255,255,255,.66); box-shadow: var(--shadow); -webkit-backdrop-filter: blur(22px); backdrop-filter: blur(22px); transform: rotate(1.6deg); }
.map-topbar { position: relative; z-index: 4; display: flex; align-items: center; gap: 12px; padding: 20px; }
.map-topbar img { flex: 0 0 auto; border-radius: 15px; box-shadow: 0 8px 20px rgba(17,120,219,.2); }
.map-search { display: flex; align-items: center; gap: 9px; width: 100%; min-height: 48px; padding: 0 16px; border: 1px solid var(--line); border-radius: 16px; color: #7d8b97; background: rgba(255,255,255,.87); font-size: .88rem; box-shadow: 0 10px 28px rgba(12,45,85,.06); }
.map-search > span:first-child { color: var(--blue-600); font-size: 1.4rem; }
.map-grid { position: absolute; inset: 0; background-color: #dff0ec; background-image: linear-gradient(32deg, transparent 47%, rgba(255,255,255,.85) 48% 51%, transparent 52%), linear-gradient(147deg, transparent 44%, rgba(255,255,255,.75) 45% 49%, transparent 50%), linear-gradient(rgba(18,106,123,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(18,106,123,.08) 1px, transparent 1px); background-size: 180px 140px, 210px 170px, 35px 35px, 35px 35px; }
.map-grid::after { position: absolute; inset: 0; background: radial-gradient(circle at 76% 20%, rgba(82,216,245,.36), transparent 26%), linear-gradient(to top, rgba(5,34,64,.08), transparent 50%); content: ""; }
.route { position: absolute; z-index: 2; height: 7px; border-radius: 99px; background: linear-gradient(90deg, var(--blue-600), var(--cyan-400)); box-shadow: 0 0 0 3px rgba(255,255,255,.7), 0 6px 18px rgba(17,120,219,.2); transform-origin: left center; }
.route-one { width: 210px; left: 15%; top: 52%; transform: rotate(-22deg); }
.route-two { width: 170px; left: 47%; top: 39%; transform: rotate(41deg); }
.route-three { width: 120px; left: 69%; top: 58%; transform: rotate(-58deg); }
.pin { position: absolute; z-index: 3; width: 24px; height: 24px; border: 6px solid white; border-radius: 50% 50% 50% 0; background: var(--blue-600); box-shadow: 0 10px 20px rgba(6,48,91,.25); transform: rotate(-45deg); }
.pin-start { left: 14%; top: 50%; }
.pin-mid { left: 46%; top: 36%; background: var(--violet-400); }
.pin-end { right: 12%; top: 34%; background: var(--green-400); }
.signal { position: absolute; z-index: 1; width: 100px; height: 100px; border: 1px solid rgba(17,120,219,.22); border-radius: 50%; }
.signal::before, .signal::after { position: absolute; border: 1px solid rgba(17,120,219,.18); border-radius: 50%; content: ""; }
.signal::before { inset: 17px; }
.signal::after { inset: 35px; }
.signal-one { left: 5%; top: 26%; }
.signal-two { right: 8%; bottom: 17%; }
.coordinate-card { position: absolute; z-index: 5; right: 20px; bottom: 20px; left: 20px; display: grid; gap: 3px; padding: 18px 20px; border: 1px solid rgba(255,255,255,.9); border-radius: 22px; background: rgba(255,255,255,.87); box-shadow: 0 18px 38px rgba(7,27,53,.12); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); }
.coordinate-label { color: var(--blue-600); font-size: .74rem; font-weight: 820; letter-spacing: .08em; text-transform: uppercase; }
.coordinate-card strong { font-size: 1.08rem; }
.coordinate-meta { color: var(--muted); font-size: .84rem; }
.orb { position: absolute; z-index: -1; border-radius: 50%; filter: blur(2px); }
.orb-one { width: 180px; height: 180px; right: -65px; top: -45px; background: rgba(82,216,245,.29); }
.orb-two { width: 120px; height: 120px; left: -45px; bottom: -35px; background: rgba(145,135,255,.23); }

.proof-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line); background: rgba(255,255,255,.63); }
.proof-strip div { display: grid; gap: 3px; padding: 26px 30px; text-align: center; }
.proof-strip div + div { border-left: 1px solid var(--line); }
.proof-strip strong { font-size: 1.26rem; letter-spacing: -.03em; }
.proof-strip span { color: var(--muted); font-size: .82rem; }
.content-section { padding-block: 112px; }
.section-heading { display: grid; grid-template-columns: .55fr 1.45fr; column-gap: 56px; align-items: start; margin-bottom: 40px; }
.section-heading .eyebrow { grid-row: span 2; }
h2 { margin: 0; font-size: clamp(2.15rem, 4.1vw, 4rem); line-height: 1.06; letter-spacing: -.055em; }
.section-heading p:not(.eyebrow), .section-copy { max-width: 720px; margin: 15px 0 0; color: var(--muted); font-size: 1.05rem; }
.feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; }
.feature-card { position: relative; overflow: hidden; min-height: 260px; padding: 30px; border: 1px solid var(--line); border-radius: 28px; background: var(--surface); box-shadow: 0 12px 42px rgba(12,45,85,.06); }
.feature-card::after { position: absolute; right: -60px; bottom: -80px; width: 190px; height: 190px; border-radius: 50%; background: var(--card-glow); content: ""; filter: blur(8px); }
.accent-blue { --card-glow: rgba(17,120,219,.16); }
.accent-cyan { --card-glow: rgba(82,216,245,.25); }
.accent-violet { --card-glow: rgba(145,135,255,.18); }
.accent-green { --card-glow: rgba(88,223,186,.2); }
.feature-icon { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 15px; color: var(--blue-600); background: var(--cyan-100); font-size: 1.45rem; font-weight: 800; }
.feature-card h3 { position: relative; z-index: 1; max-width: 500px; margin: 37px 0 10px; font-size: 1.35rem; line-height: 1.25; letter-spacing: -.025em; }
.feature-card p { position: relative; z-index: 1; max-width: 540px; margin: 0; color: var(--muted); }
.split-panel { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(45px, 8vw, 110px); padding: clamp(34px, 6vw, 70px); border: 1px solid rgba(255,255,255,.72); border-radius: 40px; color: white; background: radial-gradient(circle at 80% 20%, rgba(82,216,245,.17), transparent 32%), linear-gradient(145deg, var(--navy-950), var(--navy-800)); box-shadow: var(--shadow); }
.split-panel .eyebrow { color: var(--cyan-400); }
.split-panel h2 { font-size: clamp(2.3rem, 4vw, 3.85rem); }
.split-panel .section-copy { color: #b8c8d8; }
.text-link { display: inline-flex; margin-top: 24px; color: var(--cyan-400); font-weight: 730; text-decoration: none; }
.steps { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 45px 1fr; gap: 16px; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.11); }
.steps li:last-child { border-bottom: 0; }
.steps li > span { color: var(--cyan-400); font-size: .78rem; font-weight: 850; letter-spacing: .08em; }
.steps strong { font-size: 1.02rem; }
.steps p { margin: 4px 0 0; color: #aebfd0; font-size: .9rem; }
.privacy-panel { display: grid; grid-template-columns: auto 1fr; gap: 34px; align-items: start; padding: clamp(32px, 6vw, 68px); border: 1px solid var(--line); border-radius: 38px; background: radial-gradient(circle at 15% 20%, rgba(82,216,245,.25), transparent 31%), white; box-shadow: 0 18px 60px rgba(12,45,85,.08); }
.privacy-mark { display: grid; place-items: center; width: 74px; height: 74px; border-radius: 24px; color: white; background: linear-gradient(145deg, var(--navy-800), var(--blue-600)); box-shadow: 0 15px 32px rgba(17,120,219,.22); font-size: 2.5rem; }
.privacy-panel h2 { max-width: 850px; font-size: clamp(2.15rem, 4vw, 3.8rem); }
.privacy-panel p:not(.eyebrow) { max-width: 850px; margin: 17px 0 24px; color: var(--muted); font-size: 1.04rem; }
.safety-section { margin-top: 26px; padding-block: 72px; color: white; background: linear-gradient(115deg, var(--blue-700), #443aa6); }
.safety-inner { display: flex; align-items: flex-end; justify-content: space-between; gap: 45px; }
.safety-inner .eyebrow { color: var(--cyan-400); }
.safety-inner h2 { max-width: 820px; }
.safety-inner p:not(.eyebrow) { max-width: 850px; margin: 16px 0 0; color: rgba(255,255,255,.78); }

.document-shell { width: min(920px, calc(100% - 40px)); margin-inline: auto; padding-block: 76px 110px; }
.document-hero { padding: clamp(30px, 6vw, 58px); border: 1px solid rgba(255,255,255,.86); border-radius: 36px; background: radial-gradient(circle at 92% 10%, rgba(82,216,245,.27), transparent 37%), rgba(255,255,255,.82); box-shadow: var(--shadow); }
.document-hero h1 { font-size: clamp(3.15rem, 7vw, 5.6rem); }
.document-hero .button { margin-top: 25px; }
.document-content { display: grid; gap: 16px; margin-top: 20px; }
.document-content section { padding: clamp(24px, 5vw, 38px); border: 1px solid var(--line); border-radius: 25px; background: white; box-shadow: 0 10px 34px rgba(12,45,85,.045); }
.document-content h2 { margin-bottom: 13px; font-size: clamp(1.35rem, 3vw, 1.75rem); letter-spacing: -.03em; }
.document-content p { margin: 0 0 13px; color: #42586b; }
.document-content p:last-child { margin-bottom: 0; }
.document-content ul, .document-content ol { margin: 8px 0 12px; padding-left: 1.3rem; color: #42586b; }
.document-content li + li { margin-top: 8px; }
.document-content a { color: var(--blue-600); font-weight: 680; text-underline-offset: 3px; }
.notice { padding: 15px 17px; border: 1px solid rgba(17,120,219,.14); border-left: 4px solid var(--blue-600); border-radius: 12px; background: rgba(17,120,219,.055); }
.support-content section { scroll-margin-top: 100px; }
.site-footer { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 16px 40px; padding-block: 35px 42px; color: var(--muted); font-size: .82rem; }
.footer-brand { display: flex; align-items: center; gap: 10px; color: var(--ink); }
.footer-links { justify-self: end; display: flex; flex-wrap: wrap; gap: 20px; }
.footer-links a { color: var(--blue-700); font-weight: 680; text-decoration: none; }
.site-footer p { grid-column: 1 / -1; margin: 0; }

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .button { transition: none; } }
@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; min-height: 0; padding-block: 68px 88px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { width: min(100%, 620px); margin-inline: auto; }
  .proof-strip { grid-template-columns: repeat(2, 1fr); }
  .proof-strip div:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .proof-strip div:nth-child(4) { border-top: 1px solid var(--line); }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading .eyebrow { grid-row: auto; }
  .split-panel { grid-template-columns: 1fr; }
  .safety-inner { display: grid; align-items: start; }
  .safety-inner .button { width: fit-content; }
}
@media (max-width: 650px) {
  .section-shell, .document-shell { width: min(100% - 24px, 1180px); }
  .site-header { min-height: 66px; padding-inline: 12px; }
  .brand span { display: none; }
  .hero { padding-block: 50px 70px; }
  h1 { font-size: clamp(3rem, 16vw, 4.65rem); }
  .hero-lede { font-size: 1rem; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .trust-list { display: grid; }
  .map-card { min-height: 480px; border-radius: 28px; transform: none; }
  .map-topbar { padding: 14px; }
  .map-topbar img { width: 42px; height: 42px; }
  .map-search { min-height: 44px; font-size: .77rem; }
  .route-one { width: 150px; }
  .route-two { width: 115px; }
  .route-three { width: 85px; }
  .coordinate-card { right: 13px; bottom: 13px; left: 13px; padding: 15px; }
  .proof-strip { grid-template-columns: 1fr; }
  .proof-strip div + div, .proof-strip div:nth-child(3), .proof-strip div:nth-child(4) { border-top: 1px solid var(--line); border-left: 0; }
  .content-section { padding-block: 76px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 235px; padding: 24px; border-radius: 23px; }
  .split-panel, .privacy-panel { border-radius: 28px; }
  .privacy-panel { grid-template-columns: 1fr; }
  .privacy-mark { width: 60px; height: 60px; border-radius: 19px; }
  .safety-inner .button { width: 100%; }
  .document-shell { padding-block: 45px 76px; }
  .document-hero { border-radius: 27px; }
  .document-content section { border-radius: 21px; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-links { justify-self: start; }
}
