:root {
  --ink: #071217;
  --ink-soft: #13272e;
  --paper: #f4f7f2;
  --paper-deep: #e7eee9;
  --mint: #78f1ad;
  --mint-dark: #1c8a58;
  --blue: #79c6ff;
  --line: rgba(7, 18, 23, 0.14);
  --white: #fff;
  --radius: 26px;
  --shadow: 0 24px 70px rgba(2, 15, 20, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; background: var(--mint); padding: 10px 16px; border-radius: 8px; font-weight: 800; transition: top .2s; }
.skip-link:focus { top: 16px; }
.site-header {
  width: min(1240px, calc(100% - 48px));
  height: 88px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 800; letter-spacing: -.03em; }
.brand-mark { width: 30px; height: 30px; border-radius: 9px; background: var(--ink); display: grid; place-items: center; transform: rotate(-5deg); }
.brand-mark span { display: block; width: 13px; height: 10px; border: 2px solid var(--mint); border-radius: 2px; position: relative; }
.brand-mark span::after { content: ""; position: absolute; width: 7px; height: 2px; background: var(--mint); left: 1px; bottom: -5px; }
nav { display: flex; align-items: center; gap: 32px; font-size: 14px; font-weight: 700; }
nav a { text-decoration: none; }
nav a:hover, footer a:hover { color: var(--mint-dark); }
.nav-download { border: 1px solid var(--ink); padding: 9px 17px; border-radius: 999px; }

.hero {
  width: min(1320px, calc(100% - 32px));
  min-height: 690px;
  margin: 0 auto;
  border-radius: 34px;
  background: var(--ink);
  color: var(--white);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  position: relative;
}
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 86% 15%, rgba(121,198,255,.13), transparent 30%), linear-gradient(120deg, transparent 35%, rgba(120,241,173,.035)); pointer-events: none; }
.hero-copy { position: relative; z-index: 2; padding: 86px 30px 68px clamp(44px, 6vw, 88px); }
.eyebrow { margin: 0 0 20px; display: flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .16em; }
.eyebrow > span { width: 26px; height: 2px; background: var(--mint-dark); }
.hero .eyebrow > span, .eyebrow-light > span { background: var(--mint); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 26px; font-size: clamp(58px, 6.3vw, 92px); line-height: .94; letter-spacing: -.069em; font-weight: 760; }
h1 em, .security h2 em { color: var(--mint); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-intro { max-width: 620px; color: #bdc9c9; font-size: 18px; line-height: 1.72; }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; flex-wrap: wrap; }
.button { min-height: 50px; padding: 12px 22px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; text-decoration: none; font-size: 14px; font-weight: 850; transition: transform .18s ease, background .18s ease, color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--mint); color: var(--ink); }
.button-primary:hover { background: #a0fac7; }
.button-secondary { border: 1px solid rgba(255,255,255,.25); color: var(--white); }
.button-secondary:hover { border-color: var(--mint); color: var(--mint); }
.hero-proof { list-style: none; display: flex; gap: 22px; flex-wrap: wrap; padding: 0; margin: 54px 0 0; color: #aab9b7; font-size: 12px; }
.hero-proof span { color: var(--mint); margin-right: 4px; }

.device-stage { position: relative; min-height: 690px; overflow: hidden; }
.device-stage::after { content: ""; position: absolute; width: 650px; height: 650px; left: 4%; top: 8%; border-radius: 50%; background: radial-gradient(circle, rgba(120,241,173,.15), transparent 65%); }
.orbit { position: absolute; border: 1px solid rgba(120,241,173,.15); border-radius: 50%; z-index: 1; }
.orbit-one { width: 570px; height: 570px; top: 35px; left: 35px; }
.orbit-two { width: 430px; height: 430px; top: 105px; left: 105px; }
.monitor { position: absolute; z-index: 3; width: min(510px, 73%); left: 1%; top: 142px; filter: drop-shadow(0 26px 46px rgba(0,0,0,.36)); }
.monitor-bar { height: 28px; border-radius: 13px 13px 0 0; background: #d9e1dd; display: flex; align-items: center; gap: 5px; padding: 0 12px; }
.monitor-bar span { width: 6px; height: 6px; background: #8c9996; border-radius: 50%; }
.monitor-screen { height: 287px; border: 9px solid #d9e1dd; border-top: 0; background: #ecf3ee; position: relative; overflow: hidden; }
.desktop-sidebar { width: 15%; position: absolute; inset: 0 auto 0 0; background: #d8e4dd; }
.desktop-sidebar::before, .desktop-sidebar::after { content: ""; position: absolute; left: 14px; right: 14px; height: 7px; border-radius: 5px; background: #8ca59a; }
.desktop-sidebar::before { top: 24px; box-shadow: 0 30px #b0c2b9, 0 60px #b0c2b9; }
.desktop-sidebar::after { bottom: 20px; }
.desktop-window { position: absolute; width: 67%; height: 69%; left: 23%; top: 15%; background: white; border-radius: 9px; box-shadow: 0 8px 28px rgba(20,50,45,.1); overflow: hidden; }
.window-title { height: 28px; background: var(--blue); display: flex; justify-content: space-between; align-items: center; padding: 0 10px; }
.window-title span { width: 45px; height: 5px; background: rgba(7,18,23,.4); border-radius: 5px; }
.window-title b { width: 7px; height: 7px; border-radius: 50%; background: rgba(7,18,23,.45); box-shadow: -11px 0 rgba(7,18,23,.25); }
.window-content { padding: 18px; }
.window-content span { display: block; height: 8px; margin-bottom: 11px; border-radius: 4px; background: #dce9e4; }
.window-content span:nth-child(1) { width: 80%; background: #a4c7b7; height: 12px; }
.window-content span:nth-child(3) { width: 68%; }
.window-content span:nth-child(4) { width: 45%; background: var(--mint); margin-top: 22px; height: 24px; border-radius: 14px; }
.cursor { position: absolute; left: 69%; top: 61%; color: var(--ink); transform: rotate(45deg); font-size: 18px; text-shadow: 0 1px white; }
.monitor-neck { width: 56px; height: 42px; margin: auto; background: linear-gradient(90deg, #9ba9a5, #e7efeb 45%, #9ba9a5); }
.monitor-foot { width: 150px; height: 16px; margin: -1px auto 0; border-radius: 50% 50% 5px 5px; background: #d9e1dd; }
.phone { position: absolute; z-index: 5; width: 178px; height: 354px; right: 5%; top: 251px; border: 8px solid #dbe5e0; border-radius: 30px; background: #dbe5e0; box-shadow: 0 30px 55px rgba(0,0,0,.42); transform: rotate(4deg); }
.phone-speaker { position: absolute; z-index: 2; width: 48px; height: 7px; left: 50%; top: 5px; transform: translateX(-50%); border-radius: 0 0 8px 8px; background: #dbe5e0; }
.phone-screen { height: 100%; border-radius: 22px; background: #eef5f0; padding: 26px 12px 13px; color: var(--ink); overflow: hidden; }
.phone-status { display: flex; justify-content: space-between; font-size: 7px; font-weight: 800; padding: 0 4px 14px; }
.phone-status i { width: 17px; height: 6px; border-radius: 4px; background: var(--ink); }
.phone-card { background: white; border-radius: 12px; min-height: 104px; margin-bottom: 10px; padding: 13px; box-shadow: 0 6px 16px rgba(0,0,0,.07); }
.phone-card b { display: block; width: 34px; height: 34px; border-radius: 9px; background: var(--mint); margin-bottom: 13px; }
.phone-card span { display: block; width: 82%; height: 6px; background: #b7c9c1; border-radius: 5px; margin-bottom: 7px; }
.phone-card span:last-child { width: 56%; }
.phone-card.short { min-height: 69px; display: grid; grid-template-columns: 32px 1fr; gap: 9px; align-items: center; }
.phone-card.short b { width: 28px; height: 28px; margin: 0; background: var(--blue); }
.phone-card.short span { width: 100%; }
.phone-dock { position: absolute; left: 14px; right: 14px; bottom: 13px; height: 44px; border-radius: 14px; background: #dce8e2; display: flex; justify-content: space-around; align-items: center; }
.phone-dock i { width: 14px; height: 14px; background: #91a79c; border-radius: 5px; }
.connection-line { position: absolute; z-index: 4; height: 2px; width: 190px; background: linear-gradient(90deg, var(--mint), var(--blue)); left: 48%; top: 354px; transform: rotate(8deg); box-shadow: 0 0 18px var(--mint); }
.connection-line i { position: absolute; width: 7px; height: 7px; top: -3px; border-radius: 50%; background: white; box-shadow: 0 0 9px white; }
.connection-line i:nth-child(1) { left: 5%; }.connection-line i:nth-child(2) { left: 50%; }.connection-line i:nth-child(3) { right: 0; }
.signal-card { position: absolute; z-index: 6; right: 13%; bottom: 45px; padding: 12px 16px; background: rgba(244,247,242,.93); backdrop-filter: blur(8px); color: var(--ink); border-radius: 13px; display: flex; align-items: center; gap: 11px; box-shadow: var(--shadow); }
.signal-card .pulse { width: 9px; height: 9px; border-radius: 50%; background: #27cb74; box-shadow: 0 0 0 5px rgba(39,203,116,.18); }
.signal-card b, .signal-card small { display: block; line-height: 1.35; }
.signal-card b { font-size: 11px; }.signal-card small { color: #667772; font-size: 8px; }

.capabilities, .download { width: min(1160px, calc(100% - 48px)); margin: 0 auto; padding: 130px 0; }
.section-heading { display: grid; grid-template-columns: 1fr 1.2fr; column-gap: 8%; align-items: end; margin-bottom: 54px; }
.section-heading .eyebrow { grid-column: 1; }
.section-heading h2 { grid-column: 1; margin-bottom: 0; }
.section-heading > p:last-child { grid-column: 2; grid-row: 2; color: #53645f; font-size: 18px; max-width: 520px; }
h2 { font-size: clamp(40px, 5.2vw, 68px); line-height: 1.02; letter-spacing: -.058em; font-weight: 760; }
h3 { font-size: 29px; line-height: 1.12; letter-spacing: -.04em; }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.feature { min-height: 410px; position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; background: #edf1ed; }
.feature-wide { grid-column: 1 / -1; min-height: 360px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; padding: 50px; }
.feature-number { position: absolute; right: 26px; top: 23px; font: 700 12px/1 ui-monospace, monospace; color: #71817d; }
.feature-kicker { color: var(--mint-dark); font-size: 11px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.feature h3 { max-width: 470px; }.feature p { color: #556863; max-width: 480px; }
.gesture-visual { height: 240px; position: relative; border: 1px solid rgba(7,18,23,.1); border-radius: 22px; background: linear-gradient(140deg, white, #dfeae5); overflow: hidden; }
.gesture-visual span { position: absolute; border-radius: 50%; border: 2px solid var(--mint-dark); width: 70px; height: 70px; left: 35%; top: 34%; }
.gesture-visual span:nth-child(2) { width: 105px; height: 105px; left: calc(35% - 17px); top: calc(34% - 17px); opacity: .45; }
.gesture-visual span:nth-child(3) { width: 140px; height: 140px; left: calc(35% - 35px); top: calc(34% - 35px); opacity: .18; }
.gesture-visual i { position: absolute; width: 60px; height: 74px; left: 52%; top: 46%; border-radius: 30px 30px 15px 15px; background: var(--ink); transform: rotate(-18deg); box-shadow: 13px -20px 0 -2px var(--ink); }
.feature-blue { background: var(--blue); border: 0; }.feature-blue p, .feature-blue .feature-number, .feature-blue .feature-kicker { color: #193a4d; }
.feature-dark { background: var(--ink); color: white; border: 0; }.feature-dark p { color: #aebdb9; }.feature-dark .feature-number { color: #7f928c; }.feature-dark .feature-kicker { color: var(--mint); }
.mini-phone { width: 118px; height: 194px; border: 5px solid var(--ink); border-radius: 23px; position: absolute; bottom: -28px; right: 48px; transform: rotate(-5deg); padding: 18px 9px; }
.mini-phone div { height: 100%; border-radius: 14px; background: white; padding: 14px 8px; }.mini-phone span { display: block; height: 8px; border-radius: 4px; background: #d8e6df; margin-bottom: 9px; }.mini-phone span:first-child { height: 48px; background: var(--mint); }
.screen-pair { position: absolute; bottom: 38px; left: 34px; right: 34px; height: 115px; }
.screen-pair span { width: 43%; height: 88px; border: 5px solid var(--ink); display: block; position: absolute; top: 0; border-radius: 8px; background: #e8f5ff; }.screen-pair span::after { content: ""; width: 38%; height: 5px; position: absolute; left: 31%; bottom: -15px; background: var(--ink); }
.screen-pair span:nth-child(2) { right: 0; }.screen-pair i { position: absolute; left: 50%; top: 33px; transform: translateX(-50%); font-style: normal; font-weight: 900; }
.files-visual { height: 240px; position: relative; }
.folder { width: 230px; height: 145px; border-radius: 12px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(-5deg); background: #4c8aff; }
.folder::before { content: ""; position: absolute; width: 90px; height: 22px; left: 0; top: -15px; border-radius: 10px 10px 0 0; background: inherit; }
.folder-front { transform: translate(-38%, -38%) rotate(5deg); background: var(--mint); }
.files-visual i { position: absolute; left: 19%; top: 49%; z-index: 3; font-style: normal; font-size: 30px; color: white; }

.security { background: var(--ink); color: white; padding: 120px max(24px, calc((100% - 1160px)/2)); display: grid; grid-template-columns: 1.08fr .92fr; gap: 9%; }
.security-copy > p:not(.eyebrow) { color: #aebdb9; max-width: 590px; font-size: 18px; }
.security-copy > a { color: var(--mint); font-weight: 800; text-underline-offset: 5px; }
.security-list { list-style: none; padding: 0; margin: 20px 0 0; }
.security-list li { padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.13); display: grid; grid-template-columns: 46px 1fr; gap: 18px; }
.security-list li > span { width: 35px; height: 35px; border: 1px solid rgba(120,241,173,.45); color: var(--mint); border-radius: 50%; display: grid; place-items: center; font: 700 12px/1 ui-monospace, monospace; }
.security-list b { font-size: 19px; }.security-list p { color: #91a29d; margin: 5px 0 0; font-size: 14px; }

.download { display: grid; grid-template-columns: .72fr 1.28fr; gap: 7%; }
.download-heading { position: sticky; top: 50px; align-self: start; }.download-heading > p:last-child { color: #53645f; max-width: 390px; }
.download-cards { display: grid; gap: 16px; }
.download-card { border: 1px solid var(--line); border-radius: var(--radius); background: white; padding: 35px; min-height: 370px; display: grid; grid-template-columns: auto 1fr; column-gap: 18px; box-shadow: 0 15px 40px rgba(10,35,30,.045); }
.platform-icon { width: 60px; height: 60px; border-radius: 17px; background: var(--ink); position: relative; display: grid; place-items: center; }
.windows-icon { grid-template-columns: repeat(2, 15px); grid-template-rows: repeat(2, 15px); gap: 3px; }.windows-icon i { width: 15px; height: 15px; background: var(--blue); }
.android-icon { background: var(--mint); }.android-icon b { width: 29px; height: 25px; background: var(--ink); border-radius: 9px 9px 5px 5px; position: relative; }.android-icon b::before, .android-icon b::after { content: ""; position: absolute; width: 2px; height: 8px; background: var(--ink); top: -6px; }.android-icon b::before { left: 6px; transform: rotate(-28deg); }.android-icon b::after { right: 6px; transform: rotate(28deg); }.android-icon i { width: 3px; height: 3px; background: var(--mint); z-index: 2; position: absolute; top: 27px; border-radius: 50%; }.android-icon i:first-child { left: 24px; }.android-icon i:nth-child(2) { right: 24px; }
.download-meta { align-self: center; }.download-meta span, .download-meta small { display: block; }.download-meta span { font-weight: 800; }.download-meta small { color: #6f807b; }
.download-card h3 { grid-column: 1 / -1; margin: 34px 0 13px; font-size: 36px; }.download-card p { grid-column: 1 / -1; color: #61716d; }.download-card .button { grid-column: 1 / -1; align-self: end; margin-top: 18px; }
.release-note { grid-column: 2; font-size: 12px; color: #687975; }.release-note a { font-weight: 750; }

.setup { width: min(1160px, calc(100% - 48px)); margin: 0 auto 120px; padding: 72px; background: var(--mint); border-radius: 30px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 8%; }
.setup h2 { margin: 0; }.setup ol { list-style: none; margin: 0; padding: 0; }.setup li { display: grid; grid-template-columns: 45px 1fr; gap: 14px; padding: 18px 0; border-bottom: 1px solid rgba(7,18,23,.18); }.setup li > span { font: 800 12px/1.5 ui-monospace, monospace; }.setup li b { font-size: 18px; }.setup li p { color: #345345; font-size: 14px; margin: 3px 0 0; }

footer { width: min(1160px, calc(100% - 48px)); min-height: 150px; margin: 0 auto; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; font-size: 13px; color: #5e706a; }
footer > p { margin: 0; text-align: center; } footer > div { display: flex; justify-content: flex-end; gap: 22px; } footer > div a { font-weight: 700; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; }.hero-copy { padding-bottom: 30px; }.device-stage { min-height: 590px; }.monitor { left: 12%; }.phone { right: 11%; }
  .section-heading, .security, .download, .setup { grid-template-columns: 1fr; }.section-heading > p:last-child { grid-column: 1; grid-row: auto; margin-top: 24px; }.security { gap: 50px; }.download { gap: 45px; }.download-heading { position: static; }.release-note { grid-column: 1; }.setup { gap: 35px; }
}

@media (max-width: 700px) {
  .site-header { width: calc(100% - 32px); height: 72px; }.site-header nav a:not(.nav-download) { display: none; }.nav-download { padding: 7px 14px; }
  .hero { width: calc(100% - 20px); border-radius: 24px; }.hero-copy { padding: 55px 24px 24px; }.hero-intro { font-size: 16px; }.hero-proof { margin-top: 34px; gap: 12px; }
  .device-stage { min-height: 440px; }.orbit-one { width: 430px; height: 430px; left: -40px; }.orbit-two { width: 320px; height: 320px; left: 20px; }.monitor { width: 82%; left: -3%; top: 80px; }.monitor-screen { height: 205px; }.phone { width: 125px; height: 255px; right: 4%; top: 165px; border-width: 6px; border-radius: 23px; }.phone-card { min-height: 68px; padding: 8px; }.phone-card b { width: 22px; height: 22px; margin-bottom: 8px; }.phone-card.short { display: none; }.phone-dock { height: 32px; }.signal-card { right: 7%; bottom: 5px; }.connection-line { left: 40%; top: 254px; width: 150px; }
  .capabilities, .download { width: calc(100% - 32px); padding: 90px 0; }.feature-grid { grid-template-columns: 1fr; }.feature, .feature-wide { grid-column: auto; grid-template-columns: 1fr; min-height: 390px; padding: 30px; }.feature-wide { gap: 26px; }.gesture-visual, .files-visual { height: 190px; }.folder { width: 180px; height: 110px; }
  .security { padding: 85px 24px; }.download-card { padding: 26px; }.download-card h3 { font-size: 31px; }
  .setup { width: calc(100% - 32px); padding: 38px 25px; margin-bottom: 80px; }
  footer { grid-template-columns: 1fr; padding: 38px 0; gap: 18px; } footer > p { text-align: left; } footer > div { justify-content: flex-start; }
}

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