:root {
  --bg: #f5f6f8;
  --surface: #ffffff;
  --ink: #0c1117;
  --muted: #626972;
  --line: rgba(12, 17, 23, .1);
  --blue: #0f87ed;
  --blue-dark: #0869c2;
  --blue-soft: #e5f3ff;
  --navy: #152e44;
  --green: #8dbc67;
  --yellow: #f9ba29;
  --pink: #fa8b94;
  --radius: 28px;
  --shadow: 0 24px 70px rgba(20, 36, 52, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "PingFang SC", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
body.menu-open { overflow: hidden; }
body.menu-open .site-header { background: transparent; box-shadow: none; backdrop-filter: none; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
img { display: block; max-width: 100%; }
.section-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; transform: translateY(-160%); background: var(--ink); color: #fff; padding: 9px 14px; border-radius: 8px; }
.skip-link:focus { transform: none; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; transition: background .25s, box-shadow .25s; }
.site-header.scrolled { background: rgba(245, 246, 248, .86); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(18px); }
.nav-shell { width: min(1240px, calc(100% - 40px)); height: 76px; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 19px; font-weight: 750; letter-spacing: -.02em; }
.brand img { border-radius: 9px; box-shadow: 0 5px 16px rgba(15, 135, 237, .16); }
.site-nav { display: flex; align-items: center; gap: 24px; }
.site-nav a { color: #454b53; font-size: 14px; font-weight: 560; transition: color .2s; }
.site-nav a:hover { color: var(--blue); }
.site-nav .language-link { min-width: 34px; padding: 5px 8px; border: 1px solid var(--line); border-radius: 999px; text-align: center; font-size: 11px; font-weight: 750; letter-spacing: .06em; }
.site-nav .language-link:hover { border-color: rgba(15,135,237,.35); background: var(--blue-soft); }
.site-nav .nav-download { padding: 10px 17px; color: white; background: var(--ink); border-radius: 999px; }
.site-nav .nav-download:hover { color: white; background: var(--blue); }
.menu-button { display: none; border: 0; background: none; width: 40px; height: 40px; padding: 10px; }
.menu-button span { display: block; width: 21px; height: 2px; margin: 5px 0; background: var(--ink); transition: transform .2s; }

.hero { min-height: 810px; padding-top: 160px; padding-bottom: 80px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 50px; overflow: visible; }
.hero-copy { position: relative; z-index: 3; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 18px; color: var(--blue-dark); font-size: 13px; font-weight: 720; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow.light { color: #a8d7ff; }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 5px var(--blue-soft); }
.hero h1 { margin: 0; font-size: clamp(58px, 6.2vw, 88px); line-height: .98; letter-spacing: -.065em; font-weight: 780; }
.hero h1 em { color: var(--blue); font-style: normal; }
html[lang="en"] .hero h1 { font-size: clamp(56px, 5.5vw, 80px); letter-spacing: -.055em; }
html[lang="en"] .hero-lead { font-size: 17px; }
.hero-lead { max-width: 550px; margin: 28px 0 30px; color: var(--muted); font-size: 18px; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 24px; }
.store-button { min-width: 200px; padding: 11px 20px; border-radius: 14px; background: var(--ink); color: white; display: inline-flex; align-items: center; justify-content: center; gap: 11px; box-shadow: 0 11px 28px rgba(12, 17, 23, .16); transition: transform .2s, background .2s; }
.store-button:hover { transform: translateY(-2px); background: var(--blue); }
.store-button svg { width: 26px; height: 26px; fill: currentColor; }
.store-button span { display: flex; flex-direction: column; font-size: 18px; font-weight: 680; line-height: 1.05; text-align: left; }
.store-button small { margin-bottom: 3px; font-size: 10px; font-weight: 500; letter-spacing: .04em; }
.text-link { font-weight: 680; font-size: 14px; border-bottom: 1px solid var(--line); padding-bottom: 2px; }
.text-link span { color: var(--blue); }
.platform-note { margin: 20px 0 0; color: #8a9098; font-size: 12px; }

.hero-visual { position: relative; height: 620px; margin-right: -8vw; perspective: 1200px; }
.orbit { position: absolute; border: 1px solid rgba(15, 135, 237, .14); border-radius: 50%; }
.orbit-one { width: 620px; height: 620px; right: -50px; top: 0; }
.orbit-two { width: 430px; height: 430px; right: 45px; top: 95px; }
.orbit-one::after, .orbit-two::after { content: ""; position: absolute; width: 10px; height: 10px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 6px var(--blue-soft); }
.orbit-one::after { top: 25%; left: 1%; }.orbit-two::after { bottom: 8%; right: 15%; background: var(--pink); box-shadow: 0 0 0 6px #ffe9ec; }
.mac-device { position: absolute; width: 650px; top: 82px; right: 0; transform: rotateY(-7deg) rotateX(1deg); filter: drop-shadow(0 35px 35px rgba(22, 39, 56, .18)); }
.mac-screen { aspect-ratio: 1.58; overflow: hidden; border: 8px solid #17202a; border-radius: 18px 18px 10px 10px; background: #eef0f3; }
.mac-toolbar { height: 30px; background: #fbfbfc; display: flex; align-items: center; gap: 5px; padding: 0 9px; border-bottom: 1px solid #e3e5e8; }
.mac-toolbar i { width: 7px; height: 7px; border-radius: 50%; background: #ff605b; }.mac-toolbar i:nth-child(2) { background: #ffbd44; }.mac-toolbar i:nth-child(3) { background: #00ca4e; }
.mac-toolbar span { flex: 1; color: #858b92; font-size: 8px; text-align: center; }
.mac-layout { height: calc(100% - 30px); display: grid; grid-template-columns: 118px 1fr; }
.mock-sidebar { position: relative; padding: 20px 12px; background: rgba(255,255,255,.74); border-right: 1px solid #e0e4e7; }
.side-logo img { width: 24px; height: 24px; border-radius: 7px; margin: 0 6px 18px; }
.side-item { margin: 3px 0; padding: 7px 8px; color: #616971; border-radius: 7px; font-size: 9px; font-weight: 600; }
.side-item b { display: inline-block; width: 16px; color: #8a9198; }.side-item.active { color: #096ec6; background: #e3f1fc; }.side-item.active b { color: var(--blue); }
.side-sync { position: absolute; left: 18px; bottom: 14px; color: #8b9298; font-size: 7px; }.side-sync span { display: inline-block; width: 5px; height: 5px; margin-right: 4px; border-radius: 50%; background: #57b65f; }
.progress-ui { padding: 22px 24px; }
.ui-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 13px; }.ui-heading div { display: flex; flex-direction: column; }.ui-heading small { color: #92989f; font-size: 7px; }.ui-heading strong { font-size: 17px; line-height: 1.3; }.ui-heading button { border: 0; color: #167ccd; background: #e4f2fe; padding: 5px 10px; border-radius: 10px; font-size: 7px; }
.week-card { display: flex; align-items: center; gap: 24px; padding: 13px 15px; background: white; border-radius: 12px; box-shadow: 0 5px 14px rgba(30,45,60,.04); }.week-card > span { margin-right: auto; font-size: 9px; font-weight: 700; }.week-card div { display: flex; flex-direction: column; text-align: center; }.week-card strong { font-size: 14px; }.week-card small { color: #999; font-size: 6px; }
.timeline-head, .timeline-row { display: grid; grid-template-columns: 120px repeat(6, 1fr); align-items: center; min-height: 31px; position: relative; border-bottom: 1px solid #e7e9eb; }
.timeline-head { margin-top: 15px; color: #a0a5ab; font-size: 6px; text-align: center; }.timeline-head span:first-child { text-align: left; }
.timeline-row b { font-size: 8px; font-weight: 600; }.timeline-row em { width: 5px; height: 5px; justify-self: center; background: white; border: 1px solid #d8dce0; border-radius: 50%; }.timeline-row .bar { position: absolute; left: 125px; height: 5px; border-radius: 10px; }.timeline-row:nth-of-type(2) .bar { width: 190px; }.timeline-row:nth-of-type(3) .bar { width: 160px; left: 155px; }.timeline-row:nth-of-type(4) .bar { width: 230px; left: 175px; }.timeline-row:nth-of-type(5) .bar { width: 125px; left: 230px; }.bar.blue { background: var(--blue); }.bar.green { background: var(--green); }.bar.yellow { background: var(--yellow); }.bar.pink { background: var(--pink); }
.mac-base { width: 110%; height: 15px; margin-left: -5%; background: #cad0d6; border-radius: 2px 2px 12px 12px; box-shadow: inset 0 -5px 8px rgba(74,86,98,.22); }.mac-base::after { content: ""; display: block; width: 80px; height: 5px; margin: auto; background: #aeb5bc; border-radius: 0 0 6px 6px; }
.phone-device { position: absolute; z-index: 4; width: 195px; height: 403px; right: 490px; bottom: 20px; overflow: hidden; border: 7px solid #161d24; border-radius: 35px; background: #f4f5f7; box-shadow: 0 32px 48px rgba(19,34,48,.24); transform: rotate(-4deg); }
.phone-island { position: absolute; z-index: 4; width: 64px; height: 17px; top: 6px; left: 50%; transform: translateX(-50%); border-radius: 20px; background: #11161c; }
.phone-ui { padding: 16px 9px 8px; }
.phone-title { height: 38px; display: flex; align-items: center; justify-content: space-between; font-size: 6px; }.phone-title b { font-size: 10px; }.phone-title i { font-style: normal; color: #7a8188; }
.capture-card { padding: 12px; background: white; border-radius: 13px; box-shadow: 0 6px 16px rgba(20,30,40,.05); }.capture-card strong { display: block; font-size: 9px; }.capture-card small { display: block; color: #92979c; font-size: 5px; }.capture-card p { height: 58px; margin: 9px 0 7px; padding: 7px; color: #545a60; background: #f1f2f4; border-radius: 8px; font-size: 7px; }.capture-card button { display: block; margin-left: auto; border: 0; color: white; background: var(--blue); padding: 5px 8px; border-radius: 9px; font-size: 6px; }
.recent-title { display: flex; justify-content: space-between; margin: 13px 4px 6px; font-size: 7px; }.recent-title span { color: #8f959b; }
.entry-card { padding: 2px 10px; background: white; border-radius: 12px; }.entry-card div { display: grid; grid-template-columns: 34px 1fr; align-items: center; min-height: 46px; border-bottom: 1px solid #eef0f1; }.entry-card div:last-child { border: 0; }.entry-card time { color: #959ba1; font-size: 5px; }.entry-card p { margin: 0; font-size: 6px; }
.floating-chip { position: absolute; z-index: 6; display: flex; align-items: center; gap: 8px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.8); border-radius: 14px; background: rgba(255,255,255,.86); box-shadow: 0 13px 30px rgba(23,39,55,.12); backdrop-filter: blur(12px); font-size: 11px; }.floating-chip span { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 8px; color: var(--blue); background: var(--blue-soft); }.chip-one { right: 36px; top: 46px; }.chip-two { right: 120px; bottom: 10px; }.chip-two span { color: #3e9a47; background: #e7f6e6; }

.trust-strip { background: white; border-block: 1px solid var(--line); }
.trust-grid { min-height: 104px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; }
.trust-grid > div { display: flex; align-items: center; justify-content: center; gap: 13px; padding: 10px 30px; border-right: 1px solid var(--line); }.trust-grid > div:last-child { border: 0; }.trust-grid span { color: var(--blue); font-size: 22px; }.trust-grid p { margin: 0; color: var(--muted); font-size: 12px; }.trust-grid strong { display: block; color: var(--ink); font-size: 14px; }

.story-section { padding-block: 140px; }
.section-intro { max-width: 760px; margin-bottom: 58px; }
.section-intro h2, .feature-copy h2, .platform-copy h2, .privacy-callout h2, .cta-inner h2 { margin: 0; font-size: clamp(42px, 5vw, 68px); line-height: 1.08; letter-spacing: -.055em; }
.section-intro > p:last-child { max-width: 610px; margin: 22px 0 0; color: var(--muted); font-size: 17px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.step-card { min-height: 510px; overflow: hidden; position: relative; padding: 28px; border: 1px solid rgba(255,255,255,.8); border-radius: var(--radius); background: white; box-shadow: 0 13px 40px rgba(20,35,50,.06); }
.step-number { color: var(--blue); font-size: 12px; font-weight: 750; letter-spacing: .08em; }
.step-copy h3 { margin: 22px 0 6px; font-size: 27px; letter-spacing: -.035em; }.step-copy p { margin: 0; color: var(--muted); font-size: 14px; }.step-copy code { color: var(--blue-dark); background: var(--blue-soft); padding: 2px 5px; border-radius: 5px; }
.mini-compose { position: absolute; left: 28px; right: 28px; bottom: 28px; height: 210px; padding: 19px; border-radius: 20px; background: #f3f4f6; }.mini-compose > span { font-size: 12px; font-weight: 700; }.mini-compose p { height: 92px; margin: 11px 0; padding: 12px; background: white; border-radius: 13px; font-size: 12px; }.mini-compose button { display: block; margin-left: auto; border: 0; color: white; background: var(--blue); padding: 8px 12px; border-radius: 18px; font-size: 10px; font-weight: 700; }.cursor { display: inline-block; height: 13px; margin-left: 2px; border-left: 1px solid var(--blue); animation: blink 1s infinite; }
@keyframes blink { 50% { opacity: 0; } }
.step-link { background: #eef7ff; }.link-visual { position: absolute; left: 15px; right: 15px; bottom: 16px; height: 245px; }.note, .project-pill { position: absolute; z-index: 2; padding: 10px 13px; border-radius: 12px; background: white; box-shadow: 0 7px 20px rgba(26,62,91,.09); font-size: 10px; }.note-a { top: 12px; left: 10px; transform: rotate(-4deg); }.note-b { top: 35px; right: 0; transform: rotate(3deg); }.note-c { left: 22px; bottom: 20px; transform: rotate(2deg); }.project-pill { left: 50%; top: 53%; transform: translate(-50%,-50%); padding: 13px 16px; color: white; background: var(--blue); font-size: 13px; font-weight: 700; }.project-pill b { display: block; font-size: 7px; font-weight: 500; opacity: .8; }.link-visual > span { position: absolute; z-index: 1; width: 125px; border-top: 1px dashed rgba(15,135,237,.45); transform-origin: left; }.link-visual > span:nth-of-type(1) { left: 87px; top: 55px; transform: rotate(25deg); }.link-visual > span:nth-of-type(2) { right: 49px; top: 79px; transform: rotate(143deg); }.link-visual > span:nth-of-type(3) { left: 100px; bottom: 63px; transform: rotate(-23deg); }
.step-see { background: #fff9e8; }.growth-radar { position: absolute; left: 50%; bottom: 37px; width: 235px; height: 215px; transform: translateX(-50%); }.radar-ring { position: absolute; left: 50%; top: 50%; aspect-ratio: 1; border: 1px solid rgba(163,125,34,.2); transform: translate(-50%,-50%) rotate(45deg); }.r1 { width: 165px; }.r2 { width: 115px; }.r3 { width: 65px; }.radar-shape { position: absolute; inset: 28px 41px 25px; background: rgba(249,186,41,.35); clip-path: polygon(50% 0, 95% 37%, 76% 100%, 23% 85%, 0 33%); border-radius: 40%; }.radar-label { position: absolute; color: #766532; font-size: 9px; font-weight: 700; }.l1 { top: 0; left: 50%; transform: translateX(-50%); }.l2 { right: 0; top: 65px; }.l3 { right: 32px; bottom: 0; }.l4 { left: 27px; bottom: 0; }.l5 { left: 0; top: 65px; }

.feature-section { padding: 120px 0; color: white; background: var(--navy); }
.feature-hero { min-height: 610px; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 70px; }
.feature-copy > p:not(.eyebrow) { max-width: 530px; color: #a9b7c4; font-size: 16px; }
.check-list { list-style: none; margin: 26px 0 0; padding: 0; }.check-list li { display: flex; gap: 11px; margin: 12px 0; color: #dce5ec; font-size: 13px; }.check-list span { display: grid; flex: 0 0 21px; width: 21px; height: 21px; place-items: center; color: #8fd0ff; border-radius: 50%; background: rgba(15,135,237,.18); }
.feature-board { min-width: 650px; padding: 29px; border: 1px solid rgba(255,255,255,.11); border-radius: 25px; background: #f5f6f8; color: var(--ink); box-shadow: 0 34px 80px rgba(0,0,0,.25); transform: rotate(1.5deg); }
.board-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 23px; }.board-top b { font-size: 18px; }.board-top span { padding: 5px 11px; color: #79818a; background: white; border-radius: 15px; font-size: 8px; }
.board-row { position: relative; min-height: 56px; display: grid; grid-template-columns: 140px repeat(4, 1fr); align-items: center; border-bottom: 1px solid #e0e3e6; }.board-row.header { min-height: 30px; color: #a0a5aa; font-size: 7px; }.board-row > span { font-size: 10px; font-weight: 650; }.board-row > i { text-align: center; font-size: 7px; font-style: normal; }.dot { display: inline-block; width: 7px; height: 7px; margin-right: 8px; border-radius: 50%; }.blue-dot { background: var(--blue); }.green-dot { background: var(--green); }.yellow-dot { background: var(--yellow); }.pink-dot { background: var(--pink); }
.longbar { position: absolute; left: 155px; height: 8px; border-radius: 10px; }.b1 { width: 360px; background: var(--blue); }.b2 { left: 210px; width: 250px; background: var(--green); }.b3 { left: 180px; width: 300px; background: var(--yellow); }.b4 { left: 280px; width: 210px; background: var(--pink); }.milestone { position: absolute; padding: 3px 7px; color: white; border-radius: 9px; background: #19232c; font-size: 6px; }.m1 { left: 500px; }.m3 { left: 465px; }
.feature-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 70px; }.feature-cards article { min-height: 230px; padding: 28px; border: 1px solid rgba(255,255,255,.09); border-radius: 22px; background: rgba(255,255,255,.055); }.feature-icon { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 13px; font-size: 21px; }.feature-icon.peach { color: var(--pink); background: rgba(250,139,148,.14); }.feature-icon.mint { color: #a7dd83; background: rgba(141,188,103,.14); }.feature-icon.sky { color: #82c9ff; background: rgba(15,135,237,.16); }.feature-cards h3 { margin: 28px 0 8px; font-size: 20px; }.feature-cards p { margin: 0; color: #a9b7c4; font-size: 13px; }

.platform-section { min-height: 790px; padding-block: 140px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 60px; overflow: hidden; }
.platform-copy > p:not(.eyebrow) { max-width: 520px; color: var(--muted); }.platform-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }.platform-pills span { padding: 8px 13px; border: 1px solid var(--line); border-radius: 20px; background: white; font-size: 12px; font-weight: 650; }
.platform-stage { position: relative; height: 510px; }
.ipad-frame { position: absolute; width: 720px; right: -180px; top: 15px; padding: 12px; border: 2px solid #bec6cd; border-radius: 34px; background: #1b2229; box-shadow: var(--shadow); transform: rotate(-3deg); }.ipad-ui { aspect-ratio: 1.42; display: grid; grid-template-columns: 140px 1fr; overflow: hidden; border-radius: 23px; background: #f3f4f6; }.ipad-ui aside { display: flex; flex-direction: column; gap: 4px; padding: 24px 14px; border-right: 1px solid #e2e5e8; background: rgba(255,255,255,.78); }.ipad-ui aside b { margin: 0 8px 25px; font-size: 15px; }.ipad-ui aside span { padding: 8px 10px; border-radius: 8px; color: #6c747c; font-size: 10px; }.ipad-ui aside span.on { color: var(--blue-dark); background: var(--blue-soft); }.ipad-ui > div { padding: 44px 45px; }.ipad-ui small { color: #8c939a; font-size: 8px; }.ipad-ui h4 { margin: 6px 0 0; font-size: 24px; }.ipad-ui p { margin: 3px 0 20px; color: #899097; font-size: 8px; }.ipad-entry { height: 108px; padding: 18px; border-radius: 15px; background: white; font-size: 10px; }.ipad-entry b { display: block; width: max-content; margin: 34px 0 0 auto; padding: 6px 10px; border-radius: 12px; color: white; background: var(--blue); font-size: 7px; }.ipad-ui h5 { margin: 23px 0 8px; }.ipad-list { padding: 0 15px; border-radius: 14px; background: white; }.ipad-list span { display: block; padding: 11px 0; border-bottom: 1px solid #eef0f1; font-size: 8px; }
.continuity-line { position: absolute; z-index: -1; width: 230px; height: 230px; left: 10px; bottom: 0; border: 2px dashed rgba(15,135,237,.3); border-radius: 50%; }.continuity-line span { position: absolute; right: 9px; bottom: 34px; display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; color: white; background: var(--blue); }
.sync-badge { position: absolute; z-index: 2; left: 20px; bottom: 60px; min-width: 155px; display: grid; grid-template-columns: 34px 1fr; padding: 13px; border: 1px solid rgba(255,255,255,.8); border-radius: 17px; background: rgba(255,255,255,.88); box-shadow: 0 18px 40px rgba(25,41,56,.13); backdrop-filter: blur(12px); }.sync-badge > span { grid-row: span 2; display: grid; width: 27px; height: 27px; place-items: center; border-radius: 9px; color: var(--blue); background: var(--blue-soft); }.sync-badge b { font-size: 10px; }.sync-badge small { color: #92989e; font-size: 7px; }

.privacy-callout { margin-bottom: 140px; padding: 75px 80px; min-height: 420px; display: grid; grid-template-columns: .55fr 1.45fr; align-items: center; gap: 70px; overflow: hidden; border-radius: 38px; color: white; background: #0d1721; }
.privacy-callout p:not(.eyebrow) { max-width: 690px; color: #9eadba; }.privacy-mark { position: relative; width: 230px; height: 255px; margin: auto; border: 3px solid #4d9fdf; border-radius: 48% 48% 52% 52% / 35% 35% 65% 65%; clip-path: polygon(50% 0, 95% 18%, 87% 71%, 50% 100%, 13% 71%, 5% 18%); background: rgba(15,135,237,.1); }.privacy-mark::before { content: ""; position: absolute; width: 67px; height: 67px; left: 50%; top: 83px; transform: translateX(-50%); border: 3px solid #88c9f9; border-radius: 50%; }.privacy-mark span { position: absolute; width: 5px; height: 41px; left: 50%; top: 142px; transform: translateX(-50%); background: #88c9f9; border-radius: 4px; }.privacy-mark i { position: absolute; width: 9px; height: 9px; left: 50%; top: 119px; transform: translateX(-50%); border-radius: 50%; background: #88c9f9; }
.inline-link { display: inline-flex; gap: 8px; align-items: center; margin-top: 8px; color: #80c8ff; font-size: 14px; font-weight: 700; }.inline-link:hover span { transform: translateX(4px); }.inline-link span { transition: transform .2s; }

.final-cta { position: relative; min-height: 610px; overflow: hidden; display: grid; place-items: center; color: white; background: var(--blue); }
.cta-inner { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; text-align: center; }.cta-inner img { margin-bottom: 28px; border-radius: 24px; box-shadow: 0 24px 50px rgba(0,48,90,.23); }.cta-inner h2 { font-size: clamp(50px, 6vw, 76px); }.cta-inner > p:not(.eyebrow) { margin: 17px 0 28px; color: #d9efff; }.light-button { color: var(--ink); background: white; }.light-button:hover { color: white; background: var(--ink); }.cta-footnote { margin-top: 18px; color: #c4e5ff; }.cta-orbit { position: absolute; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; }.cta-o1 { width: 800px; height: 800px; left: -300px; top: -360px; }.cta-o2 { width: 600px; height: 600px; right: -190px; bottom: -350px; }

.site-footer { padding: 75px 0 28px; color: #aeb5bd; background: #0c1117; }.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 60px; }.footer-brand .brand { color: white; }.footer-brand p { font-size: 13px; }.footer-links { display: flex; flex-direction: column; gap: 8px; font-size: 13px; }.footer-links strong { margin-bottom: 7px; color: white; }.footer-links a:hover { color: white; }.footer-bottom { margin-top: 55px; padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.09); font-size: 11px; }

/* Legal and support pages */
.subpage-main { min-height: 70vh; padding: 150px 0 120px; }.subpage-hero { max-width: 840px; margin: 0 auto 65px; text-align: center; }.subpage-hero .eyebrow { justify-content: center; }.subpage-hero h1 { margin: 0; font-size: clamp(48px, 6vw, 72px); line-height: 1.05; letter-spacing: -.055em; }.subpage-hero p { margin: 18px auto 0; color: var(--muted); }.updated { display: inline-flex; margin-top: 18px; padding: 5px 10px; border-radius: 20px; background: var(--blue-soft); color: var(--blue-dark); font-size: 11px; font-weight: 650; }
.legal-layout { display: grid; grid-template-columns: 220px minmax(0, 760px); justify-content: center; gap: 65px; align-items: start; }.legal-toc { position: sticky; top: 110px; display: flex; flex-direction: column; gap: 8px; }.legal-toc strong { margin-bottom: 8px; font-size: 12px; }.legal-toc a { color: var(--muted); font-size: 12px; }.legal-toc a:hover { color: var(--blue); }.legal-content { padding: 42px 48px; border: 1px solid var(--line); border-radius: 28px; background: white; }.legal-content section { scroll-margin-top: 105px; margin-bottom: 43px; }.legal-content section:last-child { margin-bottom: 0; }.legal-content h2 { margin: 0 0 14px; font-size: 24px; letter-spacing: -.03em; }.legal-content h3 { margin: 23px 0 8px; font-size: 16px; }.legal-content p, .legal-content li { color: #565e67; font-size: 14px; }.legal-content ul { padding-left: 20px; }.legal-content a { color: var(--blue-dark); text-decoration: underline; text-underline-offset: 3px; }.legal-note { padding: 18px 20px; border-left: 3px solid var(--blue); background: var(--blue-soft); border-radius: 0 12px 12px 0; }
.support-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 22px; }.support-card { padding: 34px; border: 1px solid var(--line); border-radius: 26px; background: white; }.support-card h2 { margin: 0 0 8px; font-size: 25px; }.support-card > p { margin: 0 0 24px; color: var(--muted); }.contact-card { color: white; background: var(--navy); }.contact-card > p { color: #b9c6d0; }.contact-button { display: inline-flex; padding: 10px 16px; border-radius: 20px; color: var(--ink); background: white; font-size: 13px; font-weight: 700; }.faq-list { grid-column: 1 / -1; padding: 12px 34px; }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list details:last-child { border: 0; }.faq-list summary { cursor: pointer; list-style: none; padding: 22px 34px 22px 0; font-weight: 680; position: relative; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary::after { content: "+"; position: absolute; right: 2px; color: var(--blue); font-size: 22px; font-weight: 400; }.faq-list details[open] summary::after { content: "−"; }.faq-list details p { max-width: 800px; margin: -5px 0 22px; color: var(--muted); font-size: 14px; }

[data-reveal] { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }.revealed { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .hero { grid-template-columns: 1fr; padding-top: 140px; }.hero-copy { max-width: 720px; }.hero-visual { height: 600px; margin: -20px -4vw 0 0; }.hero h1 { font-size: 74px; }
  .steps-grid { grid-template-columns: 1fr 1fr; }.step-card:last-child { grid-column: 1 / -1; min-height: 420px; }.growth-radar { bottom: 25px; }
  .feature-hero { grid-template-columns: 1fr; }.feature-copy { max-width: 700px; }.feature-board { width: 100%; min-width: 0; }
  .platform-section { grid-template-columns: 1fr; }.platform-stage { margin-top: -20px; }.ipad-frame { right: 0; }
  .privacy-callout { grid-template-columns: .45fr 1.55fr; padding: 60px 55px; }
}

@media (max-width: 760px) {
  .section-shell { width: min(100% - 32px, 620px); }
  .nav-shell { width: calc(100% - 24px); height: 64px; }
  .menu-button { display: block; z-index: 4; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; padding: 105px 32px 30px; display: flex; flex-direction: column; align-items: flex-start; gap: 21px; background: rgba(245,246,248,.98); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: .2s; }.site-nav.open { opacity: 1; visibility: visible; transform: none; }.site-nav a { font-size: 23px; font-weight: 700; }.site-nav .language-link { padding: 7px 13px; font-size: 13px; }.site-nav .nav-download { margin-top: 10px; font-size: 15px; }
  .hero { min-height: auto; padding-top: 120px; padding-bottom: 60px; gap: 28px; }.hero h1 { font-size: clamp(49px, 15vw, 68px); }.hero-lead { font-size: 16px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }.platform-note { line-height: 1.5; }
  html[lang="en"] .hero h1 { font-size: clamp(48px, 13vw, 62px); }
  .hero-visual { height: 445px; margin: 0 -150px 0 -18px; transform: scale(.78); transform-origin: left top; }.mac-device { right: -5px; }.phone-device { right: 490px; }.chip-one { right: 55px; }.chip-two { display: none; }
  .trust-grid { grid-template-columns: 1fr; padding: 15px 0; }.trust-grid > div { justify-content: flex-start; border-right: 0; border-bottom: 1px solid var(--line); padding: 15px 10px; }.trust-grid > div:last-child { border-bottom: 0; }
  .story-section { padding-block: 95px; }.section-intro { margin-bottom: 36px; }.section-intro h2, .feature-copy h2, .platform-copy h2, .privacy-callout h2 { font-size: 42px; }.steps-grid { grid-template-columns: 1fr; }.step-card, .step-card:last-child { grid-column: auto; min-height: 500px; }
  .feature-section { padding: 90px 0; }.feature-hero { gap: 50px; }.feature-board { padding: 18px; overflow: hidden; }.board-row { grid-template-columns: 95px repeat(4, 75px); }.longbar { left: 105px; }.b1 { width: 240px; }.b2 { left: 140px; width: 180px; }.b3 { left: 120px; width: 210px; }.b4 { left: 170px; width: 145px; }.m1 { left: 315px; }.m3 { left: 315px; }.feature-cards { grid-template-columns: 1fr; margin-top: 45px; }
  .platform-section { padding-block: 95px; }.platform-stage { height: 370px; margin: 10px -16px 0; }.ipad-frame { width: 550px; right: -200px; transform: rotate(-3deg) scale(.82); transform-origin: right top; }.sync-badge { left: 5px; bottom: 28px; }
  .privacy-callout { width: calc(100% - 32px); margin-bottom: 95px; padding: 45px 26px; grid-template-columns: 1fr; gap: 40px; }.privacy-mark { width: 150px; height: 170px; }.privacy-mark::before { width: 45px; height: 45px; top: 55px; }.privacy-mark span { top: 95px; height: 29px; }.privacy-mark i { top: 79px; }
  .final-cta { min-height: 570px; }.cta-inner h2 { font-size: 52px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px; }.footer-brand { grid-column: 1 / -1; }.footer-bottom { flex-direction: column; gap: 6px; }
  .subpage-main { padding: 120px 0 90px; }.subpage-hero { margin-bottom: 42px; text-align: left; }.subpage-hero .eyebrow { justify-content: flex-start; }.subpage-hero h1 { font-size: 49px; }.legal-layout { grid-template-columns: 1fr; gap: 25px; }.legal-toc { position: static; display: none; }.legal-content { padding: 28px 22px; border-radius: 22px; }.support-grid { grid-template-columns: 1fr; }.faq-list { grid-column: auto; padding: 10px 24px; }
}

@media (max-width: 420px) {
  .hero-visual { margin-right: -210px; }.hero-actions .store-button { width: 100%; }.footer-grid { grid-template-columns: 1fr; }.footer-brand { grid-column: auto; }
}

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