:root {
  font-family: Inter, "Segoe UI", "Noto Sans", "Noto Sans Thai", "Noto Sans Devanagari",
    "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  color: #181a16;
  background: #f5f3ed;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  --ink: #181a16;
  --paper: #f5f3ed;
  --paper-2: #ebe8df;
  --lime: #d5ff42;
  --lime-dark: #bfe527;
  --orange: #ff6038;
  --muted: #696d63;
  --line: rgba(24, 26, 22, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--paper); }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, select { font: inherit; }
img { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.page-noise {
  position: fixed; inset: 0; z-index: 50; pointer-events: none; opacity: .12;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}

.site-header {
  position: relative; z-index: 20; width: min(1440px, calc(100% - 56px)); height: 92px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 36px;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; font-weight: 900; font-size: 19px; letter-spacing: -.055em; }
.brand img { width: 38px; height: 38px; }
.site-header nav { display: flex; align-items: center; gap: 32px; color: #50544b; font-size: 13px; font-weight: 700; }
.site-header nav a { position: relative; }
.site-header nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--orange); transition: right .2s ease; }
.site-header nav a:hover::after { right: 0; }
.header-actions { display: flex; justify-content: flex-end; align-items: center; gap: 11px; }
.language-picker { position: relative; }
.language-picker::after { content: "⌄"; position: absolute; right: 13px; top: 10px; pointer-events: none; font-size: 12px; }
.language-picker select {
  min-width: 105px; height: 39px; padding: 0 31px 0 13px; color: var(--ink); background: transparent;
  border: 1px solid var(--line); border-radius: 999px; appearance: none; cursor: pointer; font-size: 12px; font-weight: 800;
}
.menu-button { display: none; width: 42px; height: 42px; border: 1px solid var(--line); background: transparent; border-radius: 50%; }
.menu-button > span:not(.sr-only) { display: block; width: 16px; height: 1px; margin: 4px auto; background: var(--ink); }

.hero {
  width: min(1440px, calc(100% - 56px)); min-height: calc(100vh - 92px); margin: 0 auto; padding: 68px 0 86px;
  display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(480px, .96fr); align-items: center; gap: clamp(40px, 6vw, 100px);
}
.status-pill { display: inline-flex; align-items: center; gap: 9px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; font-size: 11px; font-weight: 800; }
.status-pill i { width: 7px; height: 7px; background: #56c568; border-radius: 50%; box-shadow: 0 0 0 4px rgba(86,197,104,.13); }
.overline { margin: 0; font-size: 11px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.hero-copy > .overline { margin-top: 28px; color: var(--muted); }
.hero h1 { max-width: 800px; margin: 25px 0 0; font-size: clamp(58px, 6.7vw, 104px); line-height: .94; letter-spacing: -.075em; }
.hero h1 em { position: relative; z-index: 1; font-style: normal; white-space: nowrap; }
.hero h1 em::after { content: ""; position: absolute; z-index: -1; left: -5px; right: -5px; bottom: 5px; height: .24em; background: var(--lime); transform: rotate(-1deg); }
.hero-lead { max-width: 650px; margin: 32px 0 0; color: var(--muted); font-size: clamp(16px, 1.4vw, 20px); line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { min-height: 54px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; border: 1px solid var(--ink); border-radius: 4px; font-size: 13px; font-weight: 900; }
.button svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.button-primary { color: white; background: var(--ink); box-shadow: 7px 7px 0 var(--lime); transition: transform .18s ease, box-shadow .18s ease; }
.button-primary:hover { transform: translate(3px, 3px); box-shadow: 4px 4px 0 var(--lime); }
.button-ghost { border-color: var(--line); }
.button-ghost b { font-size: 16px; }
.hero-proof { margin-top: 58px; display: flex; gap: clamp(18px, 3vw, 42px); }
.hero-proof div { display: flex; align-items: center; gap: 9px; }
.hero-proof strong { font-size: 10px; font-family: ui-monospace, monospace; color: var(--orange); }
.hero-proof span { color: var(--muted); font-size: 12px; font-weight: 700; }

.hero-stage {
  position: relative; min-height: 610px; overflow: hidden; color: white; background: #171914; border-radius: 50% 50% 9% 9% / 42% 42% 9% 9%;
  box-shadow: 0 45px 90px rgba(24,26,22,.24);
}
.stage-grid {
  position: absolute; inset: 0; opacity: .26;
  background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, transparent, black 32%, black 80%, transparent);
}
.stage-orbit { position: absolute; left: 50%; top: 49%; border: 1px solid rgba(213,255,66,.22); border-radius: 50%; transform: translate(-50%,-50%); }
.orbit-a { width: 500px; height: 500px; }
.orbit-b { width: 365px; height: 365px; }
.floating-card { position: absolute; background: #f9f7f0; color: var(--ink); border-radius: 7px; box-shadow: 0 28px 70px rgba(0,0,0,.3); }
.task-preview { z-index: 2; left: 12%; top: 17%; width: 62%; padding: 26px; transform: rotate(-4deg); }
.card-head, .price-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.task-icon { width: 45px; height: 45px; display: grid; place-items: center; background: var(--lime); border-radius: 50%; font-size: 12px; font-weight: 950; }
.live-badge { padding: 7px 10px; background: #e8f7e5; border-radius: 999px; color: #39743b; font-size: 10px; font-weight: 900; }
.task-preview > small { display: block; margin-top: 55px; color: var(--orange); font: 10px ui-monospace, monospace; letter-spacing: .09em; }
.task-preview h2 { max-width: 360px; margin: 10px 0 34px; font-size: clamp(24px, 2.2vw, 34px); line-height: 1.08; letter-spacing: -.055em; }
.price-row { padding-top: 18px; border-top: 1px solid var(--line); }
.price-row span { color: var(--muted); font-size: 11px; }
.price-row strong { font-size: 20px; }
.match-preview { z-index: 3; right: 7%; bottom: 13%; width: 195px; padding: 20px; transform: rotate(5deg); }
.match-preview > span, .match-preview > small { display: block; color: var(--muted); font-size: 10px; }
.match-preview > strong { display: block; margin: 7px 0 1px; font-size: 42px; letter-spacing: -.06em; }
.avatar-row { margin-top: 17px; display: flex; }
.avatar-row i { width: 31px; height: 31px; margin-left: -5px; display: grid; place-items: center; color: white; background: #616a5b; border: 2px solid #f9f7f0; border-radius: 50%; font-size: 9px; font-style: normal; font-weight: 900; }
.avatar-row i:first-child { margin-left: 0; background: var(--orange); }
.avatar-row i:nth-child(2) { background: #7a65e8; }.avatar-row i:nth-child(3) { background: #328e75; }.avatar-row i:last-child { color: var(--ink); background: var(--lime); }
.stage-note { position: absolute; z-index: 4; display: flex; align-items: center; gap: 8px; padding: 9px 11px; color: #d7ddd1; background: rgba(38,42,34,.9); border: 1px solid rgba(255,255,255,.12); border-radius: 999px; font-size: 10px; backdrop-filter: blur(10px); }
.stage-note i { width: 6px; height: 6px; background: var(--lime); border-radius: 50%; }
.note-one { left: 5%; bottom: 22%; }.note-two { right: 4%; top: 20%; }
.stage-brand { position: absolute; right: 4%; bottom: -7%; color: rgba(213,255,66,.08); font-size: 150px; line-height: 1; font-weight: 950; letter-spacing: -.1em; }

.signal-strip { min-height: 100px; padding: 0 max(28px, calc((100vw - 1440px) / 2)); display: grid; grid-template-columns: 1.4fr repeat(4, 1fr); align-items: stretch; color: white; background: var(--ink); }
.signal-strip > * { margin: 0; padding: 25px 30px; display: flex; align-items: center; gap: 10px; border-right: 1px solid rgba(255,255,255,.12); }
.signal-strip p { color: #adb2a8; font-size: 12px; font-weight: 700; }
.signal-strip div { justify-content: center; }
.signal-strip strong { color: var(--lime); font-size: 21px; letter-spacing: -.045em; }
.signal-strip span { color: #aeb3a9; font-size: 11px; }

.section { padding: clamp(90px, 10vw, 150px) max(28px, calc((100vw - 1440px) / 2)); }
.section h2 { margin: 18px 0 0; font-size: clamp(45px, 5.2vw, 76px); line-height: .98; letter-spacing: -.065em; }
.section-intro { display: grid; grid-template-columns: 1.1fr .9fr; column-gap: 8vw; align-items: end; }
.section-intro .overline { grid-column: 1 / -1; color: var(--orange); }
.section-intro > p:last-child { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.audience-grid { margin-top: 72px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.audience-card { position: relative; min-height: 530px; padding: clamp(30px, 4vw, 55px); overflow: hidden; border: 1px solid var(--line); }
.audience-card.dark { color: white; background: var(--ink); }
.audience-card.light { background: var(--lime); }
.card-number { position: absolute; top: 28px; right: 30px; font: 11px ui-monospace, monospace; opacity: .55; }
.audience-icon { width: 60px; height: 60px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 25px; }
.audience-card .overline { margin-top: 70px; opacity: .6; }
.audience-card h3 { max-width: 560px; margin: 16px 0; font-size: clamp(33px, 3.6vw, 56px); line-height: 1; letter-spacing: -.06em; }
.audience-card > p:not(.overline) { max-width: 580px; color: inherit; opacity: .67; line-height: 1.75; }
.audience-card ul { margin: 34px 0 0; padding: 0; list-style: none; }
.audience-card li { padding: 13px 0; border-top: 1px solid currentColor; border-color: rgba(128,128,128,.35); font-size: 13px; font-weight: 750; }
.audience-card li::before { content: "↳"; margin-right: 10px; color: var(--orange); }

.workflow-section { background: #e7e4da; }
.workflow-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; align-items: end; }
.workflow-heading .overline { color: var(--orange); }
.workflow-heading > p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.workflow-track { position: relative; margin-top: 80px; display: grid; grid-template-columns: repeat(4, 1fr); }
.workflow-track::before { content: ""; position: absolute; left: 0; right: 0; top: 51px; height: 1px; background: #b5b5ab; }
.workflow-step { position: relative; padding: 0 28px 0 0; }
.workflow-step > span { display: block; color: var(--muted); font: 11px ui-monospace, monospace; }
.workflow-step > i { position: relative; z-index: 1; width: 13px; height: 13px; margin: 34px 0 70px; display: block; background: var(--paper); border: 3px solid var(--ink); border-radius: 50%; }
.workflow-step:first-child > i { background: var(--orange); }
.workflow-step h3 { margin: 0 0 12px; font-size: 24px; letter-spacing: -.04em; }
.workflow-step p { max-width: 250px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.download-section { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(45px, 7vw, 110px); align-items: start; color: white; background: #151712; }
.download-copy { position: sticky; top: 120px; }
.download-copy .overline { color: var(--lime); }
.download-copy h2 { font-size: clamp(44px, 4.8vw, 72px); }
.download-copy > p:not(.overline) { max-width: 590px; color: #aeb2a8; line-height: 1.75; }
.release-meta { margin-top: 35px; display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.release-meta > * { padding: 8px 11px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: #c9cdc3; font-size: 10px; }
.release-meta span:first-child { display: inline-flex; align-items: center; gap: 7px; }
.release-meta i { width: 6px; height: 6px; background: #5dd578; border-radius: 50%; }
.download-cards { display: grid; gap: 14px; }
.download-card { min-height: 270px; padding: 31px; display: grid; grid-template-columns: 78px 1fr; align-items: start; gap: 25px; color: var(--ink); background: #f3f1ea; }
.download-card.accent { background: var(--lime); }
.platform-icon { width: 64px; height: 64px; display: grid; border: 1px solid var(--line); border-radius: 50%; }
.windows-icon { padding: 20px; grid-template-columns: 1fr 1fr; gap: 2px; }
.windows-icon i { background: var(--ink); }
.android-icon { place-items: center; }
.android-icon span { position: relative; width: 27px; height: 20px; background: var(--ink); border-radius: 8px 8px 4px 4px; }
.android-icon span::before, .android-icon span::after { content: ""; position: absolute; top: -6px; width: 1px; height: 7px; background: var(--ink); transform: rotate(25deg); }
.android-icon span::before { left: 6px; }.android-icon span::after { right: 6px; transform: rotate(-25deg); }
.download-card p { margin: 4px 0 18px; color: var(--muted); font: 10px ui-monospace, monospace; }
.download-card h3 { margin: 0 0 8px; font-size: 30px; letter-spacing: -.055em; }
.download-card div > span { color: var(--muted); font-size: 12px; }
.download-card > a { grid-column: 1 / -1; min-height: 56px; padding: 0 17px; display: flex; align-items: center; justify-content: space-between; color: white; background: var(--ink); font-size: 13px; font-weight: 900; }
.download-card > a:hover b { transform: translateY(3px); }
.download-card > a b { font-size: 20px; transition: transform .2s ease; }

.trust-section { padding-bottom: 0; }
.trust-panel { padding: clamp(40px, 6vw, 85px); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(45px, 8vw, 120px); background: #dcd8cc; }
.trust-copy .overline { color: var(--orange); }
.trust-copy h2 { font-size: clamp(40px, 4vw, 62px); }
.trust-copy > p:not(.overline) { color: var(--muted); line-height: 1.75; }
.trust-list article { padding: 28px 0; display: grid; grid-template-columns: 50px 1fr; gap: 18px; border-top: 1px solid var(--line); }
.trust-list article:last-child { border-bottom: 1px solid var(--line); }
.trust-list article > span { color: var(--orange); font: 11px ui-monospace, monospace; }
.trust-list h3 { margin: 0 0 8px; font-size: 22px; letter-spacing: -.04em; }
.trust-list p { margin: 0; color: var(--muted); line-height: 1.65; font-size: 13px; }

.final-cta { margin-top: 0; padding: clamp(90px, 11vw, 160px) max(28px, calc((100vw - 1440px) / 2)); display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; color: white; background: var(--orange); }
.final-cta h2 { max-width: 1000px; margin: 16px 0 0; font-size: clamp(50px, 7vw, 104px); line-height: .9; letter-spacing: -.075em; }
.final-cta h2 em { color: var(--lime); font-style: normal; }
.button-light { flex: 0 0 auto; color: var(--ink); background: var(--lime); border-color: var(--lime); }

footer { padding: 52px max(28px, calc((100vw - 1440px) / 2)) 25px; color: #a9aea4; background: #11130f; }
.footer-main { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.footer-main .brand { color: white; }
.footer-main p { font-size: 13px; }
.footer-bottom { margin-top: 50px; padding-top: 22px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.12); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }
.mobile-hero-intro, .hero-apk-card, .mobile-journey, .mobile-other-downloads { display: none; }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { position: fixed; inset: 92px 0 auto; padding: 35px 28px; display: none; flex-direction: column; align-items: flex-start; color: white; background: var(--ink); }
  body.menu-open .site-header nav { display: flex; }
  .menu-button { display: block; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding-top: 35px; }
  .hero-stage { width: min(720px, 100%); min-height: 600px; margin: 0 auto; }
  .signal-strip { grid-template-columns: 1fr 1fr; }
  .signal-strip p { grid-column: 1 / -1; justify-content: center; }
  .section-intro, .workflow-heading, .download-section, .trust-panel { grid-template-columns: 1fr; }
  .section-intro > p:last-child, .workflow-heading > p { margin-top: 28px; }
  .download-copy { position: static; }
}

@media (max-width: 720px) {
  .site-header, .hero { width: calc(100% - 34px); }
  .site-header { height: 76px; gap: 12px; }
  .site-header nav { top: 76px; }
  .language-picker select { min-width: 89px; max-width: 100px; }
  .hero { min-height: auto; padding: 58px 0 68px; }
  .hero h1 { font-size: clamp(48px, 16vw, 74px); }
  .hero h1 em { white-space: normal; }
  .hero-proof { gap: 16px; flex-direction: column; }
  .hero-stage { min-height: 475px; }
  .orbit-a { width: 390px; height: 390px; }.orbit-b { width: 285px; height: 285px; }
  .task-preview { left: 7%; top: 15%; width: 76%; padding: 21px; }
  .task-preview > small { margin-top: 35px; }
  .match-preview { right: 3%; bottom: 9%; width: 165px; }
  .note-two { display: none; }
  .signal-strip { padding: 0; }
  .signal-strip > * { padding: 20px 16px; }
  .section { padding: 82px 20px; }
  .section h2 { font-size: clamp(40px, 13vw, 58px); }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-card { min-height: 480px; }
  .workflow-track { grid-template-columns: 1fr; gap: 0; }
  .workflow-track::before { left: 6px; right: auto; top: 20px; bottom: 20px; width: 1px; height: auto; }
  .workflow-step { padding: 0 0 45px 38px; }
  .workflow-step > span { position: absolute; right: 0; }
  .workflow-step > i { position: absolute; left: 0; margin: 3px 0 0; }
  .download-card { grid-template-columns: 60px 1fr; padding: 23px; }
  .platform-icon { width: 52px; height: 52px; }
  .windows-icon { padding: 16px; }
  .trust-panel { padding: 34px 25px; }
  .final-cta { padding: 90px 22px; align-items: flex-start; flex-direction: column; }
  .footer-main, .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 78px; }
  body { background: #f7f5ef; }
  .page-noise { opacity: .07; }

  .site-header {
    position: sticky; top: 0; z-index: 40; width: 100%; height: 70px; padding: 0 16px; margin: 0;
    grid-template-columns: 1fr auto; background: rgba(247,245,239,.94); border-bottom-color: rgba(24,26,22,.1);
    backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  }
  .site-header .brand { gap: 9px; font-size: 17px; }
  .site-header .brand img { width: 34px; height: 34px; }
  .site-header nav {
    inset: 70px 0 0; height: calc(100dvh - 70px); padding: 35px 22px; gap: 0;
    background: rgba(21,23,18,.98);
  }
  .site-header nav a { width: 100%; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 17px; }
  .language-picker select { min-width: 82px; max-width: 92px; height: 38px; padding-left: 11px; }
  .menu-button { width: 40px; height: 40px; }

  .hero {
    width: 100%; min-height: auto; padding: 34px 17px 40px; display: block;
    background:
      radial-gradient(circle at 92% 13%, rgba(213,255,66,.5), transparent 31%),
      linear-gradient(180deg, #f7f5ef 0%, #efede4 100%);
  }
  .hero-copy { max-width: 520px; padding: 0; margin: 0 auto; }
  .status-pill, .desktop-hero-content, .hero-stage { display: none; }
  .mobile-hero-intro, .hero-apk-card, .mobile-journey, .mobile-other-downloads { display: block; }
  .mobile-hero-intro .overline { color: var(--orange); font-size: 10px; letter-spacing: .14em; }
  .hero .mobile-hero-intro h1 {
    max-width: 500px; margin: 14px 0 0; font-size: clamp(43px, 13vw, 61px); line-height: .94; letter-spacing: -.07em;
  }
  .hero .mobile-hero-intro h1 em { white-space: normal; }
  .hero .mobile-hero-intro h1 em::after { bottom: 3px; height: .22em; }
  .mobile-hero-intro > p:last-child { max-width: 470px; margin: 21px 0 0; color: #5f635b; font-size: 15px; line-height: 1.58; }

  .hero-apk-card {
    position: relative; margin-top: 27px; padding: 19px; overflow: hidden; color: white; background: #171914;
    border: 1px solid rgba(255,255,255,.11); border-radius: 22px; box-shadow: 0 20px 50px rgba(24,26,22,.2);
  }
  .hero-apk-card::before {
    content: "789"; position: absolute; right: -10px; top: -27px; color: rgba(213,255,66,.07);
    font-size: 102px; line-height: 1; font-weight: 950; letter-spacing: -.1em; pointer-events: none;
  }
  .apk-card-head { position: relative; display: grid; grid-template-columns: 50px minmax(0, 1fr) auto; gap: 12px; align-items: center; }
  .apk-mark { width: 50px; height: 50px; display: grid; place-items: center; background: var(--lime); border-radius: 15px; }
  .apk-mark span { position: relative; width: 25px; height: 19px; background: var(--ink); border-radius: 8px 8px 4px 4px; }
  .apk-mark span::before, .apk-mark span::after {
    content: ""; position: absolute; top: -6px; width: 1px; height: 7px; background: var(--ink); transform: rotate(25deg);
  }
  .apk-mark span::before { left: 6px; }
  .apk-mark span::after { right: 6px; transform: rotate(-25deg); }
  .apk-card-head p { margin: 0 0 4px; color: #aeb3a9; font: 9px ui-monospace, monospace; letter-spacing: .05em; }
  .apk-card-head h2 { margin: 0; font-size: 22px; line-height: 1; letter-spacing: -.045em; }
  .apk-version { align-self: start; padding: 6px 8px; color: var(--lime); border: 1px solid rgba(213,255,66,.24); border-radius: 999px; font: 9px ui-monospace, monospace; }
  .apk-card-copy { position: relative; max-width: 390px; margin: 16px 0 0; color: #b8bdb3; font-size: 12px; line-height: 1.5; }
  .apk-download-button {
    position: relative; min-height: 58px; margin-top: 17px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between;
    color: var(--ink); background: var(--lime); border-radius: 13px; font-size: 15px; font-weight: 950;
    box-shadow: inset 0 -2px 0 rgba(24,26,22,.12);
  }
  .apk-download-button b { font-size: 22px; }
  .apk-assurance { position: relative; margin-top: 13px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 9px 12px; align-items: center; }
  .apk-assurance > span { display: inline-flex; align-items: center; gap: 7px; color: #9fa59a; font-size: 9px; }
  .apk-assurance > span i { width: 6px; height: 6px; background: #5dd578; border-radius: 50%; }
  .apk-assurance > span b { font-weight: 700; }
  .apk-assurance > a { color: #cdd2c8; font-size: 9px; text-decoration: underline; text-underline-offset: 3px; }

  .mobile-journey { margin-top: 24px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .mobile-journey div { min-width: 0; padding: 15px 8px 14px 0; }
  .mobile-journey div + div { padding-left: 12px; border-left: 1px solid var(--line); }
  .mobile-journey b { display: block; margin-bottom: 6px; color: var(--orange); font: 9px ui-monospace, monospace; }
  .mobile-journey span { display: block; font-size: 10px; line-height: 1.35; font-weight: 850; overflow-wrap: anywhere; }
  .mobile-other-downloads { width: max-content; max-width: 100%; margin: 16px auto 0; color: #5e6259; font-size: 11px; font-weight: 800; }
  .mobile-other-downloads b { margin-left: 7px; color: var(--orange); }

  .signal-strip { grid-template-columns: repeat(2, 1fr); padding: 0; }
  .signal-strip > p { display: none; }
  .signal-strip > div { min-height: 84px; padding: 15px; flex-direction: column; justify-content: center; gap: 4px; text-align: center; }
  .signal-strip > div:nth-child(3), .signal-strip > div:nth-child(5) { border-right: 0; }
  .signal-strip strong { font-size: 19px; }
  .signal-strip span { font-size: 9px; }

  .section { padding: 60px 18px; }
  .section-intro, .workflow-heading { display: block; }
  .section h2, .workflow-heading h2 { margin-top: 12px; font-size: clamp(36px, 10.6vw, 46px); line-height: 1; letter-spacing: -.058em; }
  .section-intro > p:last-child, .workflow-heading > p { margin-top: 17px; font-size: 14px; line-height: 1.6; }
  .audience-grid { margin-top: 31px; grid-template-columns: 1fr; gap: 12px; }
  .audience-card { min-height: 0; padding: 24px; border-radius: 20px; }
  .card-number { top: 21px; right: 22px; }
  .audience-icon { width: 45px; height: 45px; font-size: 19px; }
  .audience-card .overline { margin-top: 35px; font-size: 9px; }
  .audience-card h3 { margin: 12px 0; font-size: 30px; line-height: 1.02; }
  .audience-card > p:not(.overline) { margin: 0; font-size: 13px; line-height: 1.6; }
  .audience-card ul { margin-top: 23px; }
  .audience-card li { padding: 10px 0; font-size: 11px; }

  .workflow-heading .overline { font-size: 9px; }
  .workflow-track { margin-top: 31px; display: grid; grid-template-columns: 1fr; gap: 10px; }
  .workflow-track::before { display: none; }
  .workflow-step {
    padding: 18px; display: grid; grid-template-columns: 42px minmax(0, 1fr); column-gap: 10px;
    background: rgba(255,255,255,.5); border: 1px solid rgba(24,26,22,.09); border-radius: 15px;
  }
  .workflow-step > span { position: static; grid-row: 1 / span 2; width: 34px; height: 34px; display: grid; place-items: center; color: var(--ink); background: var(--lime); border-radius: 50%; font-weight: 900; }
  .workflow-step > i { display: none; }
  .workflow-step h3 { grid-column: 2; margin: 0 0 5px; font-size: 19px; }
  .workflow-step p { grid-column: 2; max-width: none; font-size: 12px; line-height: 1.55; }

  .download-section { padding: 60px 18px; display: grid; grid-template-columns: 1fr; gap: 31px; }
  .download-copy h2 { font-size: clamp(36px, 10.6vw, 46px); }
  .download-copy > p:not(.overline) { font-size: 13px; line-height: 1.65; }
  .release-meta { margin-top: 21px; gap: 8px; }
  .release-meta > * { font-size: 9px; }
  .download-cards { gap: 11px; }
  .download-card { min-height: 0; padding: 20px; grid-template-columns: 51px minmax(0, 1fr); gap: 14px; border-radius: 17px; }
  .download-card.accent { order: -1; }
  .platform-icon { width: 49px; height: 49px; }
  .windows-icon { padding: 15px; }
  .download-card p { margin: 3px 0 10px; font-size: 8px; }
  .download-card h3 { margin-bottom: 6px; font-size: 23px; }
  .download-card div > span { font-size: 10px; }
  .download-card > a { min-height: 53px; margin-top: 5px; border-radius: 10px; }

  .trust-section { padding: 60px 18px 0; }
  .trust-panel { padding: 25px 21px; gap: 30px; border-radius: 20px 20px 0 0; }
  .trust-copy h2 { font-size: clamp(35px, 10vw, 44px); }
  .trust-copy > p:not(.overline) { font-size: 13px; line-height: 1.6; }
  .trust-list article { padding: 18px 0; grid-template-columns: 34px 1fr; gap: 8px; }
  .trust-list h3 { margin-bottom: 5px; font-size: 18px; }
  .trust-list p { font-size: 11px; line-height: 1.55; }

  .final-cta { padding: 68px 20px; gap: 27px; }
  .final-cta h2 { font-size: clamp(42px, 13vw, 58px); line-height: .94; }
  .final-cta .button { width: 100%; }
  footer { padding: 40px 20px 24px; }
  .footer-main { gap: 14px; }
  .footer-main p { margin: 0; line-height: 1.5; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
