:root {
  --ink: #132432;
  --muted: #627383;
  --line: #dfe8ee;
  --blue: #3159b7;
  --blue-deep: #263f99;
  --cyan: #55c8d3;
  --cyan-pale: #e9f8fa;
  --paper: #f7fafc;
  --white: #fff;
  --warm: #f4a65d;
  --radius-lg: 32px;
  --radius-md: 22px;
  --shadow: 0 24px 70px rgba(31, 72, 101, .13);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Noto Sans TC", "PingFang HK", "PingFang TC", "Microsoft JhengHei", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }
.skip-link { position: fixed; left: 20px; top: -100px; z-index: 999; padding: 12px 18px; background: var(--ink); color: #fff; border-radius: 8px; }
.skip-link:focus { top: 20px; }

.notice-bar { height: 36px; color: #dce8ff; background: #1b2d45; font-size: 12px; letter-spacing: .04em; }
.notice-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.notice-inner span { display: flex; align-items: center; gap: 8px; }
.notice-inner i { width: 6px; height: 6px; background: #72d7dc; border-radius: 50%; box-shadow: 0 0 0 5px rgba(114,215,220,.13); }
.notice-inner a { color: #fff; }

.site-header { position: sticky; top: 0; z-index: 80; height: 82px; background: rgba(255,255,255,.9); border-bottom: 1px solid rgba(223,232,238,.8); backdrop-filter: blur(18px); }
.header-inner { height: 100%; display: flex; align-items: center; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand img { width: 46px; height: 46px; object-fit: contain; border-radius: 12px; box-shadow: 0 7px 20px rgba(49,89,183,.12); }
.brand-copy { display: grid; gap: 2px; }
.brand-copy strong { font-size: 19px; letter-spacing: .08em; }
.brand-copy small { color: #7a8995; font-size: 8px; letter-spacing: .16em; }
.site-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; margin-right: 34px; }
.site-nav a { position: relative; color: #415464; font-size: 14px; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--blue); transition: right .25s ease; }
.site-nav a:hover::after, .site-nav a.active::after { right: 0; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 54px; padding: 0 26px; border: 1px solid var(--blue); border-radius: 14px; color: #fff; background: var(--blue); box-shadow: 0 13px 30px rgba(49,89,183,.22); font-size: 15px; font-weight: 700; transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.button:hover { transform: translateY(-2px); background: var(--blue-deep); box-shadow: 0 17px 36px rgba(49,89,183,.28); }
.button-small { min-height: 43px; padding: 0 20px; border-radius: 11px; font-size: 13px; }
.button-ghost { color: var(--ink); background: rgba(255,255,255,.75); border-color: #cbd8e1; box-shadow: none; }
.button-ghost:hover { color: var(--blue); background: #fff; box-shadow: 0 12px 28px rgba(31,72,101,.1); }
.menu-toggle { display: none; width: 44px; height: 44px; margin-left: auto; padding: 10px; border: 0; background: transparent; }
.menu-toggle span { display: block; width: 23px; height: 2px; margin: 5px auto; background: var(--ink); transition: .2s ease; }

.hero { position: relative; overflow: hidden; min-height: 715px; padding: 88px 0 78px; background: linear-gradient(122deg, #f5fbfd 0%, #eef6ff 52%, #eef0fb 100%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 82px; background: linear-gradient(to bottom, transparent, rgba(255,255,255,.8)); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(3px); pointer-events: none; }
.hero-orb-one { width: 420px; height: 420px; top: -245px; left: -120px; background: rgba(89,205,216,.18); }
.hero-orb-two { width: 360px; height: 360px; right: -120px; bottom: -170px; background: rgba(58,82,172,.13); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 70px; }
.eyebrow, .kicker { color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { display: inline-flex; align-items: center; gap: 10px; }
.eyebrow span::before { content: ""; width: 27px; height: 2px; background: var(--cyan); }
.hero h1 { margin: 22px 0 26px; font-size: clamp(48px, 5vw, 72px); line-height: 1.08; letter-spacing: -.055em; }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero-copy > p { max-width: 590px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.9; }
.hero-actions { display: flex; gap: 14px; margin-top: 34px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 23px; margin-top: 34px; color: #526674; font-size: 13px; }
.trust-row span { display: inline-flex; align-items: center; gap: 7px; }
.trust-row b { display: inline-grid; place-items: center; width: 20px; height: 20px; color: var(--blue); background: #fff; border: 1px solid #dce5eb; border-radius: 50%; font-size: 11px; }

.hero-visual { position: relative; min-height: 550px; }
.halo { position: absolute; width: 450px; height: 450px; top: 48px; left: 34px; border: 1px solid rgba(61,100,181,.15); border-radius: 50%; box-shadow: inset 0 0 0 34px rgba(255,255,255,.22), inset 0 0 0 90px rgba(89,200,211,.06); }
.phone-card { position: absolute; z-index: 3; width: 310px; height: 580px; top: -20px; left: 50%; overflow: hidden; padding: 18px 17px 20px; transform: translateX(-50%) rotate(2deg); background: #fbfdff; border: 9px solid #182d3c; border-radius: 42px; box-shadow: 0 38px 80px rgba(31,57,85,.25); }
.phone-topline { display: flex; justify-content: space-between; padding: 0 5px 13px; font-size: 9px; font-weight: 700; }
.app-head { display: flex; align-items: center; justify-content: space-between; }
.app-head div { display: grid; gap: 2px; }
.app-head small { color: #81909b; font-size: 9px; }
.app-head strong { font-size: 18px; }
.profile-dot { display: grid; place-items: center; width: 34px; height: 34px; color: #fff; background: linear-gradient(135deg, var(--cyan), var(--blue)); border-radius: 12px; font-size: 12px; font-weight: 700; }
.app-search { display: flex; align-items: center; gap: 9px; height: 39px; margin: 15px 0 12px; padding: 0 12px; color: #7f8f99; background: #fff; border: 1px solid #e8eef1; border-radius: 20px; box-shadow: 0 6px 18px rgba(31,72,101,.06); font-size: 10px; }
.app-search span:first-child { color: var(--ink); font-weight: 700; }
.app-search i { width: 1px; height: 14px; background: #d9e0e5; }
.app-search b { flex: 1; font-weight: 400; }
.app-banner { position: relative; height: 126px; overflow: hidden; border-radius: 15px; background: #dbe9ef; }
.app-banner img { width: 100%; height: 100%; object-fit: cover; }
.app-banner::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,36,56,.82), rgba(16,36,56,.03) 70%); }
.banner-copy { position: absolute; z-index: 2; left: 14px; top: 18px; display: grid; gap: 6px; color: #fff; }
.banner-copy span { color: #b9f1f3; font-size: 8px; letter-spacing: .18em; }
.banner-copy strong { font-size: 17px; line-height: 1.25; }
.app-services { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; margin-top: 17px; }
.app-services div { display: grid; justify-items: center; gap: 6px; color: #465967; font-size: 8px; white-space: nowrap; }
.app-services img { width: 39px; height: 39px; object-fit: contain; border-radius: 12px; }
.app-recommend { margin-top: 20px; }
.app-section-title { display: flex; justify-content: space-between; align-items: center; }
.app-section-title strong { font-size: 14px; }
.app-section-title span { color: #8997a1; font-size: 8px; }
.recommend-card { display: flex; align-items: center; gap: 10px; margin-top: 10px; padding: 12px; background: #fff; border: 1px solid #edf1f3; border-radius: 14px; box-shadow: 0 8px 22px rgba(32,68,94,.06); }
.recommend-icon { display: grid; place-items: center; width: 41px; height: 41px; flex: 0 0 auto; color: #fff; background: linear-gradient(145deg, #5dc8d4, #4468bd); border-radius: 12px; font-weight: 700; }
.recommend-card > div:nth-child(2) { flex: 1; }
.recommend-card strong { font-size: 10px; }
.recommend-card p { margin: 4px 0 0; color: #8b98a1; font-size: 8px; }
.rating { align-self: flex-start; color: #e48a3b; font-size: 9px; font-weight: 700; }
.floating-card { position: absolute; z-index: 5; display: flex; align-items: center; gap: 10px; padding: 13px 15px; background: rgba(255,255,255,.95); border: 1px solid rgba(213,225,232,.9); border-radius: 16px; box-shadow: 0 18px 44px rgba(37,67,89,.14); }
.floating-card > span { display: grid; place-items: center; width: 34px; height: 34px; color: #fff; background: var(--blue); border-radius: 11px; font-size: 11px; font-weight: 800; }
.floating-card div { display: grid; gap: 3px; }
.floating-card strong { font-size: 12px; }
.floating-card small { color: #7b8994; font-size: 9px; }
.floating-one { left: -18px; top: 122px; }
.floating-two { right: -16px; bottom: 82px; }
.floating-two > span { color: var(--blue); background: #e9f6f8; }

.trust-strip { position: relative; z-index: 5; background: #fff; border-bottom: 1px solid #edf1f3; }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); min-height: 122px; }
.trust-grid > div { display: grid; grid-template-columns: 45px 1fr; grid-template-rows: auto auto; align-content: center; column-gap: 13px; padding: 20px 28px; border-right: 1px solid #edf1f3; }
.trust-grid > div:last-child { border-right: 0; }
.trust-icon { grid-row: 1 / 3; display: grid; place-items: center; width: 44px; height: 44px; color: var(--blue); background: #eef5fc; border-radius: 14px; font-size: 22px; }
.trust-grid strong { align-self: end; font-size: 14px; }
.trust-grid small { align-self: start; margin-top: 5px; color: #82909a; font-size: 11px; }

.section { padding: 110px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 45px; margin-bottom: 47px; }
.section-heading h2, .process-copy h2, .about-copy h2, .faq-title h2 { margin: 12px 0 0; font-size: clamp(34px, 4vw, 50px); line-height: 1.2; letter-spacing: -.04em; }
.section-heading > p { max-width: 420px; margin: 0; color: var(--muted); line-height: 1.8; }
.section-heading.centered { display: block; max-width: 680px; margin: 0 auto 48px; text-align: center; }
.section-heading.centered p { margin: 17px auto 0; }

.services-section { background: #fff; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; overflow: hidden; min-height: 282px; padding: 30px; background: #f8fafb; border: 1px solid #e8eef1; border-radius: var(--radius-md); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-6px); background: #fff; border-color: #bdcfda; box-shadow: 0 20px 45px rgba(31,72,101,.1); }
.service-number { position: absolute; right: 25px; top: 21px; color: #d5e0e7; font-family: Georgia, serif; font-size: 15px; }
.service-icon { display: grid; place-items: center; width: 72px; height: 72px; margin-bottom: 22px; background: #fff; border-radius: 20px; box-shadow: 0 11px 25px rgba(39,84,111,.08); }
.service-icon img { width: 57px; height: 57px; object-fit: contain; }
.service-card h3 { margin: 0 0 10px; font-size: 20px; }
.service-card p { min-height: 45px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.service-card a { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; color: var(--blue); font-size: 12px; font-weight: 700; }

.process-section { color: #fff; background: #172a3c; }
.process-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: start; }
.process-copy { position: sticky; top: 130px; }
.process-copy .kicker { color: #71d3d8; }
.process-copy p { max-width: 450px; margin: 24px 0; color: #b9c7d1; font-size: 15px; line-height: 1.9; }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: #fff; border-bottom: 1px solid #5f7484; padding-bottom: 8px; font-size: 14px; font-weight: 700; }
.steps { margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.steps li { display: grid; grid-template-columns: 76px 1fr; gap: 25px; min-height: 150px; padding: 33px 0; border-top: 1px solid #385064; }
.steps li:last-child { border-bottom: 1px solid #385064; }
.steps li > span { color: #71d3d8; font-family: Georgia, serif; font-size: 17px; }
.steps h3 { margin: 0 0 10px; font-size: 22px; }
.steps p { max-width: 480px; margin: 0; color: #adbdc8; font-size: 14px; line-height: 1.7; }

.partner-section { background: var(--paper); }
.partner-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.partner-card { min-height: 450px; padding: 34px; background: #fff; border: 1px solid #e5ecef; border-radius: var(--radius-lg); box-shadow: 0 15px 40px rgba(31,72,101,.06); }
.partner-label { color: #8da0ad; font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.partner-symbol { display: grid; place-items: center; width: 73px; height: 73px; margin: 44px 0 30px; color: #fff; background: linear-gradient(145deg, #5fcbd3, #4265b9); border-radius: 24px; box-shadow: 0 15px 30px rgba(57,100,186,.2); font-size: 25px; font-weight: 800; }
.master-card .partner-symbol { background: linear-gradient(145deg, #375ea8, #253d89); }
.factory-card .partner-symbol { color: #683915; background: linear-gradient(145deg, #ffd7a6, #f2a85f); box-shadow: 0 15px 30px rgba(239,160,85,.2); }
.partner-card h3 { margin: 0; font-size: 26px; }
.partner-card > p { min-height: 54px; margin: 14px 0 24px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.partner-card ul { display: grid; gap: 12px; margin: 0; padding: 20px 0 0; border-top: 1px solid #e8eef1; list-style: none; color: #435866; font-size: 13px; }
.partner-card li::before { content: "✓"; display: inline-grid; place-items: center; width: 18px; height: 18px; margin-right: 9px; color: var(--blue); background: #eaf5f8; border-radius: 50%; font-size: 9px; }

.about-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 90px; }
.about-media { position: relative; }
.about-media > img { width: 100%; aspect-ratio: 1.08; object-fit: cover; border-radius: 34px; box-shadow: var(--shadow); }
.about-media::before { content: ""; position: absolute; z-index: -1; width: 60%; height: 70%; left: -24px; bottom: -24px; background: var(--cyan-pale); border-radius: 32px; }
.about-badge { position: absolute; right: -28px; bottom: 34px; display: grid; min-width: 170px; padding: 22px; color: #fff; background: var(--blue); border-radius: 19px; box-shadow: 0 16px 35px rgba(49,89,183,.28); }
.about-badge strong { font-size: 26px; }
.about-badge span { margin-top: 5px; color: #dce6ff; font-size: 11px; }
.about-copy > p { margin: 24px 0 34px; color: var(--muted); font-size: 15px; line-height: 1.9; }
.values { display: grid; gap: 5px; }
.values > div { display: grid; grid-template-columns: 45px 80px 1fr; align-items: center; min-height: 62px; border-top: 1px solid #e3e9ed; }
.values > div:last-child { border-bottom: 1px solid #e3e9ed; }
.values span { color: var(--cyan); font-family: Georgia, serif; font-size: 13px; }
.values strong { font-size: 15px; }
.values p { margin: 0; color: #788893; font-size: 13px; }

.download-section { padding: 30px 0 90px; }
.download-card { position: relative; display: grid; grid-template-columns: 1fr 280px; align-items: center; min-height: 390px; overflow: hidden; padding: 65px 78px; color: #fff; background: linear-gradient(125deg, #253f99 0%, #365fb7 52%, #54becb 135%); border-radius: 36px; box-shadow: 0 28px 65px rgba(38,63,153,.22); }
.download-shape { position: absolute; width: 420px; height: 420px; right: -100px; bottom: -245px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.04), 0 0 0 115px rgba(255,255,255,.03); }
.download-copy { position: relative; z-index: 2; }
.kicker.light { color: #9be6eb; }
.download-copy h2 { margin: 12px 0; font-size: clamp(38px, 4vw, 54px); letter-spacing: -.04em; }
.download-copy p { margin: 0; color: #d7e5f7; }
.download-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.store-button { display: flex; align-items: center; gap: 12px; min-width: 190px; min-height: 62px; padding: 9px 17px; background: #111d2a; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; }
.store-button:hover { transform: translateY(-2px); }
.store-button[aria-disabled="true"] { opacity: .62; cursor: not-allowed; pointer-events: none; }
.store-mark { display: grid; place-items: center; width: 34px; height: 34px; color: #6bd1d7; font-size: 21px; }
.store-button > span:last-child { display: grid; gap: 2px; }
.store-button small { color: #b7c3cc; font-size: 9px; }
.store-button strong { font-size: 14px; }
.light-button { background: rgba(255,255,255,.11); }
.download-logo { position: relative; z-index: 2; display: grid; justify-items: center; padding: 30px; color: var(--ink); background: rgba(255,255,255,.95); border: 1px solid rgba(255,255,255,.65); border-radius: 28px; box-shadow: 0 20px 45px rgba(17,40,79,.2); }
.download-logo img { width: 112px; height: 112px; object-fit: contain; border-radius: 25px; }
.download-logo span { margin-top: 16px; font-size: 19px; font-weight: 800; }
.download-logo small { margin-top: 5px; color: #71818d; font-size: 10px; letter-spacing: .1em; }

.faq-section { background: var(--paper); }
.faq-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 90px; }
.faq-title p { color: var(--muted); }
.faq-list details { border-top: 1px solid #dce5ea; }
.faq-list details:last-child { border-bottom: 1px solid #dce5ea; }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; min-height: 82px; cursor: pointer; font-size: 17px; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: grid; place-items: center; width: 30px; height: 30px; color: var(--blue); background: #e8f2f6; border-radius: 50%; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -5px 50px 28px 0; color: var(--muted); font-size: 14px; line-height: 1.8; }

.site-footer { padding: 55px 0 25px; color: #c0ccd5; background: #122331; }
.footer-main { display: grid; grid-template-columns: 240px 1fr auto; align-items: center; gap: 40px; padding-bottom: 45px; }
.footer-brand .brand-copy strong { color: #fff; }
.footer-main > p { max-width: 410px; margin: 0; font-size: 13px; line-height: 1.8; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 23px; font-size: 12px; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid #2d4050; color: #758897; font-size: 11px; }
.mobile-actions { display: none; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

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

@media (max-width: 980px) {
  .site-header { height: 72px; }
  .site-nav { position: absolute; left: 20px; right: 20px; top: 78px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 15px; }
  .site-nav a::after { display: none; }
  .menu-toggle { display: block; }
  .menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.active span:nth-child(2) { opacity: 0; }
  .menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .header-cta { margin-left: 8px; }
  .hero { padding-top: 70px; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .phone-card { width: 282px; height: 545px; }
  .floating-one { left: -35px; }
  .floating-two { right: -20px; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid #edf1f3; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .process-layout { gap: 55px; }
  .partner-grid { grid-template-columns: 1fr; }
  .partner-card { min-height: auto; }
  .about-grid { gap: 55px; }
  .download-card { padding: 55px; }
  .faq-layout { gap: 50px; }
  .footer-main { grid-template-columns: 220px 1fr; }
  .footer-links { grid-column: 1 / -1; justify-content: flex-start; }
}

@media (max-width: 760px) {
  body { padding-bottom: 66px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .notice-inner span { font-size: 10px; }
  .brand img { width: 40px; height: 40px; }
  .brand-copy strong { font-size: 16px; }
  .header-cta { display: none; }
  .hero { min-height: auto; padding: 60px 0 40px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: 46px; }
  .hero-copy > p { font-size: 15px; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { flex: 1; padding: 0 16px; }
  .hero-visual { min-height: 540px; margin-top: 35px; }
  .floating-one { left: -2px; top: 122px; }
  .floating-two { right: -2px; bottom: 40px; }
  .trust-grid { grid-template-columns: 1fr; padding: 12px 0; }
  .trust-grid > div { min-height: 90px; border-right: 0; border-bottom: 1px solid #edf1f3; }
  .trust-grid > div:last-child { border-bottom: 0; }
  .section { padding: 78px 0; }
  .section-heading { display: block; margin-bottom: 32px; }
  .section-heading > p { margin-top: 16px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 250px; }
  .process-layout { grid-template-columns: 1fr; gap: 45px; }
  .process-copy { position: static; }
  .steps li { grid-template-columns: 55px 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .about-badge { right: 16px; bottom: 16px; }
  .values > div { grid-template-columns: 40px 62px 1fr; }
  .download-section { padding: 10px 0 65px; }
  .download-card { grid-template-columns: 1fr; gap: 38px; padding: 45px 26px; border-radius: 27px; }
  .download-logo { width: min(100%, 260px); justify-self: center; }
  .store-button { flex: 1 1 210px; }
  .faq-layout { grid-template-columns: 1fr; gap: 24px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-links { grid-column: auto; justify-content: flex-start; }
  .footer-bottom { gap: 20px; }
  .mobile-actions { position: fixed; z-index: 90; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr 1fr; height: 66px; padding: 8px 12px calc(8px + env(safe-area-inset-bottom)); background: rgba(255,255,255,.94); border-top: 1px solid var(--line); backdrop-filter: blur(14px); }
  .mobile-actions a { display: grid; place-items: center; color: var(--blue); font-size: 14px; font-weight: 800; }
  .mobile-actions a[aria-disabled="true"] { opacity: .55; cursor: not-allowed; pointer-events: none; }
  .mobile-actions a:last-child { color: #fff; background: var(--blue); border-radius: 11px; }
}

@media (max-width: 390px) {
  .hero h1 { font-size: 40px; }
  .phone-card { width: 270px; }
  .floating-card { padding: 10px; }
  .floating-card small { display: none; }
  .download-actions { display: grid; }
}
