:root {
  --ink: #14283f;
  --ink-strong: #0d1e32;
  --muted: #667b91;
  --muted-light: #8194a8;
  --blue: #2f80ed;
  --blue-dark: #1f6fc9;
  --blue-soft: #eaf4ff;
  --cyan: #42b7d7;
  --mint: #2ac4ae;
  --page: #f5f9fe;
  --card: #fff;
  --line: #dce8f4;
  --shadow: 0 24px 70px rgba(29, 78, 128, .13);
}

* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Display", "PingFang SC", "Microsoft YaHei", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.modal-open { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
[hidden] { display: none !important; }

.section-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  height: 72px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  padding: 0 max(28px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid rgba(218, 232, 245, .86);
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(18px);
}

.brand, .footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  letter-spacing: -.02em;
}

.brand img { width: 38px; height: 38px; border-radius: 11px; box-shadow: 0 8px 20px rgba(47,128,237,.18); }
.brand > .brand-name { display:inline-flex;align-items:baseline;gap:5px;font-size:20px; }
.brand-name small,.brand-suffix { color:#9aabba;font-size:.48em;font-weight:800;letter-spacing:.04em; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { color: #526b83; font-size: 13px; font-weight: 750; transition: color .16s; }
.site-nav a:hover { color: var(--blue); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 10px; }
.header-login, .header-download {
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 0 15px;
  border: 0;
  cursor: pointer;
  font-size: 12px;
  font-weight: 850;
}
.header-login { background: transparent; color: #4d6680; }
.header-login:hover { background: #f1f7fd; color: var(--blue-dark); }
.header-download { background: var(--blue); color: #fff; box-shadow: 0 9px 22px rgba(47,128,237,.22); }
.header-download:hover { background: var(--blue-dark); }

.hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  align-items: center;
  gap: 54px;
  padding-top: 78px;
  padding-bottom: 86px;
}

.hero::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 72px;
  height: 720px;
  background:
    radial-gradient(circle at 13% 20%, rgba(47,128,237,.11), transparent 28%),
    radial-gradient(circle at 88% 23%, rgba(42,196,174,.10), transparent 25%),
    linear-gradient(180deg, #fbfdff, #f4f9ff 72%, #fff);
}

.eyebrow {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--blue-dark);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .03em;
}
.eyebrow span { width: 23px; height: 2px; border-radius: 9px; background: linear-gradient(90deg, var(--blue), var(--mint)); }
.eyebrow.light { color: #d8ebff; }
.eyebrow.light span { background: linear-gradient(90deg, #8fc6ff, #77ead8); }

.hero h1 {
  margin: 22px 0 22px;
  color: var(--ink-strong);
  font-size: clamp(46px, 5.15vw, 72px);
  line-height: 1.08;
  letter-spacing: -.055em;
}
.hero h1 em { color: var(--blue); font-style: normal; }
.hero-copy > p { max-width: 580px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.82; }
.hero-actions { display: flex; align-items: center; gap: 14px; margin-top: 32px; }
.primary-download {
  min-width: 248px;
  min-height: 64px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #2f80ed, #57aaf8);
  color: #fff;
  box-shadow: 0 18px 35px rgba(47,128,237,.25);
  transition: transform .18s, box-shadow .18s;
}
.primary-download:hover { transform: translateY(-2px); box-shadow: 0 22px 44px rgba(47,128,237,.31); }
.download-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; background: rgba(255,255,255,.16); font-size: 22px; }
.primary-download strong, .primary-download small { display: block; }
.primary-download strong { font-size: 14px; }
.primary-download small { margin-top: 4px; color: rgba(255,255,255,.76); font-size: 10px; }
.secondary-download { padding: 12px 5px; color: #496982; font-size: 13px; font-weight: 800; }
.secondary-download:hover { color: var(--blue); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 15px; margin-top: 24px; }
.hero-trust span { display: flex; align-items: center; gap: 6px; color: #698097; font-size: 11px; font-weight: 700; }
.hero-trust i { width: 17px; height: 17px; display: grid; place-items: center; border-radius: 50%; background: #e8f8f4; color: #159681; font-style: normal; font-size: 9px; font-weight: 900; }

.hero-product { position: relative; min-width: 0; padding: 32px 0 30px; }
.glow { position: absolute; border-radius: 50%; filter: blur(10px); }
.glow-one { width: 260px; height: 260px; top: -10px; right: -40px; background: rgba(76,154,242,.13); }
.glow-two { width: 190px; height: 190px; bottom: 0; left: 0; background: rgba(43,196,174,.13); }
.product-shot { position:relative;z-index:2;overflow:hidden;border:1px solid rgba(194,214,234,.95);border-radius:20px;background:#fff;box-shadow:0 34px 80px rgba(25,72,119,.20),0 4px 18px rgba(47,128,237,.08); }
.product-shot img { display:block;width:100%;height:auto; }
.product-shot-main { width:730px;max-width:100%;margin-left:auto;transform:perspective(1500px) rotateY(-2deg) rotateX(1deg); }
.product-shot-detail { position:absolute;z-index:3;left:-22px;bottom:-48px;width:54%;border-radius:16px;box-shadow:0 24px 55px rgba(20,61,102,.24); }
.shot-label { position:absolute;z-index:2;left:14px;top:14px;display:flex;align-items:center;gap:7px;padding:7px 10px;border:1px solid rgba(212,226,239,.94);border-radius:999px;background:rgba(255,255,255,.90);box-shadow:0 8px 22px rgba(28,70,110,.12);backdrop-filter:blur(10px);color:#315f8c;font-size:9px;font-weight:850; }
.shot-label span { width:7px;height:7px;border-radius:50%;background:#36b99e;box-shadow:0 0 0 4px rgba(54,185,158,.12); }
.app-window {
  position: relative;
  z-index: 2;
  width: 730px;
  max-width: 100%;
  margin-left: auto;
  overflow: hidden;
  border: 1px solid rgba(194,214,234,.95);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 34px 80px rgba(25,72,119,.20), 0 4px 18px rgba(47,128,237,.08);
  transform: perspective(1500px) rotateY(-3deg) rotateX(1deg);
}
.window-bar { height: 48px; display: grid; grid-template-columns: 88px 1fr 46px; align-items: center; gap: 12px; padding: 0 14px; border-bottom: 1px solid #e3edf7; background: #fbfdff; }
.window-dots { display: flex; gap: 6px; }
.window-dots span { width: 9px; height: 9px; border-radius: 50%; background: #d8e3ed; }
.window-dots span:first-child { background: #ff907f; }.window-dots span:nth-child(2) { background: #f2c95c; }.window-dots span:nth-child(3) { background: #6ecf98; }
.window-address { height: 28px; display: flex; align-items: center; padding: 0 13px; border: 1px solid #dce8f4; border-radius: 8px; background: #f4f8fc; color: #8698aa; font-size: 10px; }
.window-user { width: 28px; height: 28px; display: grid; place-items: center; justify-self: end; border-radius: 50%; background: #e7f3ff; color: var(--blue-dark); font-size: 10px; font-weight: 900; }
.app-body { min-height: 420px; display: grid; grid-template-columns: 132px 190px 1fr; }
.app-sidebar { padding: 14px 10px; border-right: 1px solid #e3edf7; background: #f7fbff; }
.app-logo { display: flex; align-items: center; gap: 7px; margin: 0 5px 17px; font-size: 10px; }.app-logo img { width: 24px; height: 24px; border-radius: 7px; }
.mock-nav { display: flex; align-items: center; gap: 8px; min-height: 34px; margin-bottom: 3px; padding: 0 9px; border-radius: 8px; color: #72879d; font-size: 9px; font-weight: 750; }.mock-nav b { width: 18px; height: 18px; display: grid; place-items: center; border-radius: 6px; background: #e8f2fb; color: #557896; font-size: 8px; }.mock-nav.active { background: #e7f3ff; color: #1e65b4; }.mock-nav.active b { background: #2f80ed; color: #fff; }
.mock-autofill { width: 100%; min-height: 38px; display: flex; align-items: center; justify-content: center; gap: 6px; margin-top: 19px; border: 0; border-radius: 9px; background: linear-gradient(135deg, #2f80ed, #5cb0fb); color: #fff; font-size: 9px; font-weight: 850; box-shadow: 0 9px 18px rgba(47,128,237,.18); }.mock-autofill b { font-size: 10px; }
.assistant-panel { padding: 19px 14px; border-right: 1px solid #e4edf6; background: #fbfdff; }
.assistant-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 8px; }.assistant-head small,.assistant-head strong { display: block; }.assistant-head small { color: #2f80ed; font-size: 8px; font-weight: 850; }.assistant-head strong { margin-top: 4px; color: #1a3552; font-size: 11px; }.assistant-head > span { color: #2f80ed; font-size: 11px; font-weight: 900; }
.progress-track { height: 5px; margin: 11px 0 16px; overflow: hidden; border-radius: 99px; background: #e4eef7; }.progress-track span { display: block; width: 86%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #2f80ed, #3ed0b6); }
.resume-chip { padding: 10px; border: 1px solid #dce8f4; border-radius: 9px; background: #fff; }.resume-chip b,.resume-chip span { display: block; }.resume-chip b { font-size: 9px; }.resume-chip span { margin-top: 3px; color: #8193a6; font-size: 7px; }
.fill-status { display: flex; align-items: center; gap: 8px; margin-top: 8px; padding: 9px; border-radius: 9px; background: #fff; border: 1px solid #e2ebf4; }.fill-status i { width: 20px; height: 20px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 7px; font-style: normal; font-size: 9px; font-weight: 900; }.fill-status span strong,.fill-status span small { display: block; }.fill-status strong { font-size: 8px; }.fill-status small { margin-top: 3px; color: #8294a6; font-size: 6.5px; }.fill-status.success i { background: #e6f8f3; color: #16a085; }.fill-status.running { border-color: #b9d8fb; background: #f4f9ff; }.fill-status.running i { background: #e3f0ff; color: #2f80ed; }
.assistant-main-button { width: 100%; height: 34px; margin-top: 14px; border: 0; border-radius: 8px; background: linear-gradient(135deg,#2f80ed,#58aaf7); color: #fff; font-size: 8px; font-weight: 850; }
.form-preview { padding: 19px 16px; background: #fff; }.form-title { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 17px; }.form-title span { color: #183653; font-size: 12px; font-weight: 900; }.form-title small { color: #94a4b5; font-size: 7px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 10px; }.form-grid label { min-width: 0; }.form-grid label > span { display: block; margin-bottom: 5px; color: #526a82; font-size: 7px; font-weight: 800; }.form-grid label > div { height: 32px; display: flex; align-items: center; justify-content: space-between; min-width: 0; padding: 0 9px; border: 1px solid #dce7f1; border-radius: 7px; color: #425a71; font-size: 7px; }.form-grid label div i { width: 14px; height: 14px; display: grid; place-items: center; border-radius: 50%; background: #e5f8f2; color: #16a085; font-style: normal; font-size: 7px; }.form-grid .wide { grid-column: 1/-1; }.form-grid .wide > div { width: 100%; }.textarea-lines { height: 76px !important; display: grid !important; align-content: center !important; gap: 8px; }.textarea-lines i { width: 88% !important; height: 4px !important; display: block !important; border-radius: 4px !important; background: #edf2f7 !important; }.textarea-lines i:nth-child(2) { width: 72% !important; }.textarea-lines i:nth-child(3) { width: 81% !important; }
.floating-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 9px; padding: 11px 14px; border: 1px solid rgba(208,225,241,.9); border-radius: 12px; background: rgba(255,255,255,.94); box-shadow: 0 18px 40px rgba(31,76,121,.16); backdrop-filter: blur(10px); }.floating-card b { color: #2f80ed; font-size: 17px; }.floating-card span { color: #5d748b; font-size: 9px; font-weight: 750; }.floating-card i { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 7px; background: #e6f8f3; color: #159681; font-style: normal; font-size: 10px; font-weight: 900; }.float-speed { left: -18px; bottom: 15px; }.float-local { right: -18px; top: 8px; }

.proof-strip { max-width: 1040px; display: grid; grid-template-columns: repeat(4,1fr); margin: -18px auto 0; padding: 21px 28px; border: 1px solid #dce8f4; border-radius: 16px; background: #fff; box-shadow: 0 15px 40px rgba(35,79,121,.08); }.proof-strip div { padding: 0 24px; border-right: 1px solid #e6eef6; text-align: center; }.proof-strip div:last-child { border-right: 0; }.proof-strip strong,.proof-strip span { display: block; }.proof-strip strong { color: #214f7d; font-size: 13px; }.proof-strip span { margin-top: 5px; color: #8293a5; font-size: 10px; }

.workflow { padding-top: 120px; padding-bottom: 130px; }
.section-heading.centered { max-width: 720px; margin: 0 auto 48px; text-align: center; }.section-heading.centered .eyebrow { margin: 0 auto; }
.section-heading h2 { margin: 16px 0 14px; color: var(--ink-strong); font-size: clamp(34px,4vw,52px); line-height: 1.18; letter-spacing: -.04em; }.section-heading > p,.section-heading.centered p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.step-card { position: relative; min-height: 360px; padding: 28px; overflow: hidden; border: 1px solid #dce8f4; border-radius: 20px; background: linear-gradient(180deg,#fff,#f8fbff); box-shadow: 0 12px 32px rgba(34,78,123,.06); }.step-card.featured { border-color: #bad9fa; background: linear-gradient(160deg,#f1f8ff,#fff 65%); transform: translateY(-10px); box-shadow: 0 20px 50px rgba(47,128,237,.12); }.step-number { color: #a7b8c9; font-size: 12px; font-weight: 900; }.step-card h3 { margin: 25px 0 10px; color: #183858; font-size: 20px; }.step-card p { margin: 0; color: #708499; font-size: 13px; line-height: 1.75; }
.step-visual { height: 150px; display: grid; place-items: center; margin-top: 13px; border-radius: 16px; background: #eef6ff; }.resume-visual { position: relative; }.resume-visual > div { width: 92px; height: 112px; display: grid; align-content: center; gap: 10px; padding: 15px; border-radius: 12px; background: #fff; box-shadow: 0 12px 25px rgba(45,93,143,.12); }.resume-visual i { display:block; height:5px; border-radius:5px; background:#dce9f6; }.resume-visual i:nth-child(2){width:76%;}.resume-visual > span { position:absolute; right:30%; bottom:24px; width:37px; height:37px; border:6px solid #2f80ed; border-radius:50%; background:#fff; }.resume-visual > span::after { content:''; position:absolute; width:18px; height:6px; right:-14px; bottom:-7px; border-radius:8px; background:#2f80ed; transform:rotate(45deg); }
.browser-visual { grid-template-columns: 16px 1fr 26px; gap: 9px; padding: 0 18px; }.browser-visual span { width:10px;height:10px;border-radius:50%;background:#64cfa2;box-shadow:16px 0 #f3c75f,32px 0 #f28d83; }.browser-visual b { height:38px; display:flex;align-items:center;padding:0 12px;border-radius:9px;background:#fff;color:#8798aa;font-size:9px;font-weight:700;box-shadow:0 8px 18px rgba(36,79,121,.08); }.browser-visual i { width:26px;height:26px;display:grid;place-items:center;border-radius:8px;background:#2f80ed;color:#fff;font-style:normal; }
.click-visual { grid-template-columns:auto auto; gap:9px; align-content:center; }.click-visual span { width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:#2f80ed;color:#fff;font-weight:900;box-shadow:0 10px 22px rgba(47,128,237,.2); }.click-visual b { padding:13px 18px;border-radius:10px;background:#fff;color:#1f65b3;font-size:11px;box-shadow:0 10px 24px rgba(37,77,117,.1); }

.video-heading { margin-bottom:40px !important; }
.demo-carousel { position:relative; }
.demo-carousel-loading,.demo-carousel-empty { padding:70px 30px;border:1px dashed #c5dcef;border-radius:24px;background:linear-gradient(145deg,#f6faff,#fff);color:#71869b;text-align:center; }
.demo-carousel-empty strong,.demo-carousel-empty span { display:block; }
.demo-carousel-empty strong { color:#244b70;font-size:19px; }
.demo-carousel-empty span { margin-top:9px;font-size:12px; }
.demo-slide { display:grid;grid-template-columns:.68fr 1.32fr;align-items:stretch;min-height:480px;overflow:hidden;border:1px solid #d7e6f3;border-radius:28px;background:#fff;box-shadow:0 26px 70px rgba(30,73,114,.13); }
.demo-video-copy { display:flex;flex-direction:column;justify-content:center;padding:48px;background:linear-gradient(145deg,#f5f9ff,#fff); }
.demo-video-copy .feature-index { margin-bottom:15px; }
.demo-video-copy h3 { margin:0;color:#102943;font-size:35px;line-height:1.2;letter-spacing:-.04em; }
.demo-video-copy > p { margin:17px 0 0;color:#687e93;font-size:13px;line-height:1.85; }
.demo-video-points { display:grid;gap:10px;margin-top:23px;color:#496780;font-size:11px;font-weight:750; }
.demo-video-points span::before { content:'✓';display:inline-grid;place-items:center;width:19px;height:19px;margin-right:8px;border-radius:6px;background:#e4f7f1;color:#15947e;font-size:9px; }
.demo-bili-link { width:fit-content;margin-top:25px;color:#2774bd;font-size:11px;font-weight:850; }
.demo-bili-link:hover { text-decoration:underline; }
.demo-player { position:relative;min-width:0;overflow:hidden;background:#0d1e31;cursor:pointer; }
.demo-player > img { width:100%;height:100%;display:block;object-fit:cover;object-position:left top;opacity:.72;transition:transform .4s,opacity .25s; }
.demo-player:hover > img { transform:scale(1.015);opacity:.62; }
.demo-player::after { content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,23,40,.05),rgba(6,23,40,.42));pointer-events:none; }
.demo-play-button { position:absolute;z-index:2;left:50%;top:50%;width:78px;height:78px;display:grid;place-items:center;transform:translate(-50%,-50%);border:1px solid rgba(255,255,255,.8);border-radius:50%;background:rgba(255,255,255,.92);color:#2379ce;font-size:26px;cursor:pointer;box-shadow:0 18px 45px rgba(3,24,43,.28); }
.demo-player-label { position:absolute;z-index:2;left:24px;top:22px;padding:8px 11px;border-radius:999px;background:rgba(16,39,61,.70);color:#fff;font-size:10px;font-weight:850;backdrop-filter:blur(8px); }
.demo-player iframe { width:100%;height:100%;min-height:480px;display:block;border:0;background:#000; }
.demo-carousel-controls { display:flex;align-items:center;justify-content:center;gap:14px;margin-top:20px; }
.demo-carousel-controls[hidden] { display:none; }
.demo-carousel-arrow { width:42px;height:42px;border:1px solid #cfe0f0;border-radius:50%;background:#fff;color:#2a6daa;font-size:19px;cursor:pointer;box-shadow:0 8px 20px rgba(29,72,112,.08); }
.demo-carousel-arrow:hover { border-color:#7db7f0;background:#f1f8ff; }
.demo-carousel-dots { display:flex;align-items:center;gap:7px; }
.demo-carousel-dot { width:8px;height:8px;padding:0;border:0;border-radius:99px;background:#c7d8e8;cursor:pointer;transition:.2s; }
.demo-carousel-dot.active { width:25px;background:#2f80ed; }

.feature-section { padding: 118px 0 130px; color: #fff; background: linear-gradient(145deg,#112f50,#174a76 58%,#176c78); }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; margin-bottom: 46px; }.split-heading h2 { color:#fff; }.split-heading > p { padding-bottom:8px;color:#c3d8e9; }
.feature-grid { display:grid;grid-template-columns:repeat(4,1fr);gap:16px; }.feature-card { min-height:220px;padding:24px;border:1px solid rgba(189,218,240,.18);border-radius:18px;background:rgba(255,255,255,.075);box-shadow:0 18px 45px rgba(5,26,46,.12);backdrop-filter:blur(10px); }.feature-card.large { grid-column:span 2;grid-row:span 2;min-height:456px;display:grid;grid-template-columns:1fr .82fr;gap:20px;background:linear-gradient(145deg,rgba(255,255,255,.14),rgba(255,255,255,.06)); }.feature-copy > span { display:inline-flex;padding:5px 9px;border-radius:999px;background:rgba(91,180,255,.16);color:#a9d7ff;font-size:10px;font-weight:850; }.feature-card h3 { margin:15px 0 10px;font-size:20px; }.feature-card p { margin:0;color:#c2d6e6;font-size:12px;line-height:1.75; }.feature-copy ul { display:grid;gap:9px;margin:22px 0 0;padding:0;list-style:none;color:#d9e9f5;font-size:11px; }.feature-copy li::before { content:'✓';margin-right:8px;color:#65dfc9;font-weight:900; }.feature-icon { width:43px;height:43px;display:grid;place-items:center;border-radius:13px;background:linear-gradient(145deg,#4b9df1,#58c8ba);font-size:14px;font-weight:900;box-shadow:0 10px 25px rgba(0,0,0,.13); }.mini-fill-demo { align-self:center;padding:15px;border:1px solid rgba(213,232,247,.16);border-radius:15px;background:rgba(5,34,59,.28); }.mini-fill-demo div { display:flex;justify-content:space-between;gap:12px;margin-bottom:8px;padding:10px;border-radius:9px;background:rgba(255,255,255,.09);font-size:9px; }.mini-fill-demo div b { color:#78e1cd; }.mini-fill-demo div:last-of-type b { color:#9acaff; }.mini-fill-demo > i { display:block;width:78%;height:5px;margin-top:16px;border-radius:9px;background:linear-gradient(90deg,#54a9fa 0 74%,rgba(255,255,255,.12) 74%); }

.feature-section { padding:125px 0 135px;color:var(--ink);background:linear-gradient(180deg,#f4f9ff,#fff); }
.feature-heading { max-width:800px;margin:0 auto 58px;text-align:center; }
.feature-heading .eyebrow { margin:0 auto; }
.feature-heading h2 { color:var(--ink-strong); }
.feature-heading > p { max-width:680px;margin:0 auto;color:var(--muted); }
.feature-spotlight { display:grid;grid-template-columns:.7fr 1.3fr;align-items:center;gap:48px;padding:50px;overflow:hidden;border-radius:30px;background:linear-gradient(135deg,#123a62,#15537b 58%,#147d7c);box-shadow:0 30px 75px rgba(21,68,106,.20); }
.spotlight-copy { color:#fff; }
.feature-index { display:inline-flex;align-items:center;gap:8px;color:#2c77bc;font-size:11px;font-weight:900;letter-spacing:.03em; }
.spotlight-copy .feature-index { color:#8edacc; }
.spotlight-copy h3,.story-copy h3 { margin:16px 0 17px;letter-spacing:-.04em; }
.spotlight-copy h3 { color:#fff;font-size:38px;line-height:1.18; }
.spotlight-copy > p { margin:0;color:#c8deed;font-size:13px;line-height:1.85; }
.feature-benefits { display:flex;flex-wrap:wrap;gap:8px;margin-top:25px; }
.feature-benefits span { padding:8px 10px;border:1px solid rgba(255,255,255,.17);border-radius:999px;background:rgba(255,255,255,.08);color:#e0f0f8;font-size:9px;font-weight:800; }
.feature-screen { min-width:0;overflow:hidden;border:1px solid #d8e6f3;border-radius:20px;background:#fff;box-shadow:0 25px 60px rgba(30,72,113,.15); }
.dark-screen { border-color:rgba(205,229,245,.30);box-shadow:0 28px 65px rgba(4,28,48,.28); }
.screen-bar { height:38px;display:flex;align-items:center;gap:6px;padding:0 13px;border-bottom:1px solid #e2ebf4;background:#fbfdff; }
.screen-bar i { width:8px;height:8px;border-radius:50%;background:#ff8278; }.screen-bar i:nth-child(2){background:#f2c249;}.screen-bar i:nth-child(3){background:#56c984;}.screen-bar b { margin-left:7px;color:#698097;font-size:9px; }
.feature-screen img { display:block;width:100%;aspect-ratio:1.7/1;object-fit:cover;object-position:left top; }
.feature-stories { margin-top:42px; }
.feature-story { display:grid;grid-template-columns:1.25fr .75fr;align-items:center;gap:60px;padding:75px 0;border-bottom:1px solid #dce7f2; }
.feature-story:last-child { padding-bottom:15px;border-bottom:0; }
.feature-story.reverse .feature-screen { order:2; }
.feature-story.reverse .story-copy { order:1; }
.story-copy h3 { color:#102a45;font-size:36px;line-height:1.2; }
.story-copy > p { margin:0;color:#667c91;font-size:13px;line-height:1.85; }
.story-copy ul { display:grid;gap:10px;margin:22px 0 0;padding:0;list-style:none;color:#47647e;font-size:11px;font-weight:750; }
.story-copy li::before { content:'✓';display:inline-grid;place-items:center;width:19px;height:19px;margin-right:8px;border-radius:6px;background:#e5f7f2;color:#16957f;font-size:9px;font-weight:900; }

.privacy-section { padding: 120px 0; }.privacy-card { min-height:480px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:50px;padding:64px;border:1px solid #d9e8f5;border-radius:26px;background:linear-gradient(135deg,#f4f9ff,#fff 58%,#edfbf7);box-shadow:0 28px 70px rgba(36,79,122,.10); }.privacy-copy h2 { margin:17px 0;color:#102a45;font-size:44px;line-height:1.18;letter-spacing:-.04em; }.privacy-copy > p { color:#667d94;font-size:14px;line-height:1.85; }.privacy-points { display:grid;gap:10px;margin-top:23px; }.privacy-points span { display:flex;align-items:center;gap:9px;color:#4f6982;font-size:12px;font-weight:750; }.privacy-points i { width:22px;height:22px;display:grid;place-items:center;border-radius:7px;background:#e2f7f1;color:#169680;font-style:normal;font-size:10px;font-weight:900; }.privacy-visual { position:relative;min-height:330px;display:grid;place-items:center; }.shield { position:relative;z-index:2;width:145px;height:165px;display:grid;place-items:center;border-radius:65px 65px 75px 75px;background:linear-gradient(145deg,#2f80ed,#38bba9);clip-path:polygon(50% 0,94% 17%,88% 73%,50% 100%,12% 73%,6% 17%);filter:drop-shadow(0 24px 32px rgba(47,128,237,.23)); }.shield span { width:57px;height:57px;display:grid;place-items:center;border-radius:50%;background:rgba(255,255,255,.18);color:#fff;font-size:28px;font-weight:900; }.data-card { position:absolute;z-index:3;right:0;bottom:27px;width:205px;padding:15px;border:1px solid #d8e7f4;border-radius:14px;background:rgba(255,255,255,.94);box-shadow:0 18px 38px rgba(37,78,119,.13); }.data-card small,.data-card strong,.data-card span { display:block; }.data-card small { color:#7f91a5;font-size:9px; }.data-card strong { margin:7px 0;color:#244c73;font-size:11px; }.data-card span { color:#169680;font-size:9px;font-weight:800; }.privacy-orbit { position:absolute;border:1px solid rgba(47,128,237,.14);border-radius:50%; }.privacy-orbit.one { width:280px;height:280px; }.privacy-orbit.two { width:210px;height:210px;border-color:rgba(42,196,174,.2); }

.pricing-section { padding: 115px 0 125px; background:#f4f9ff; }.pricing-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:18px;max-width:990px;margin:0 auto; }.pricing-loading { grid-column:1/-1;padding:48px;border:1px dashed #cbdced;border-radius:18px;background:#fff;color:#71869b;text-align:center; }.price-card { position:relative;min-height:380px;display:flex;flex-direction:column;padding:28px;border:1px solid #d9e7f3;border-radius:20px;background:#fff;box-shadow:0 13px 35px rgba(38,78,118,.07);transition:transform .18s,border-color .18s,box-shadow .18s; }.price-card:hover { transform:translateY(-5px);border-color:#9fcafa;box-shadow:0 22px 50px rgba(47,128,237,.13); }.price-card.recommended { border-color:#7cb7f4;box-shadow:0 22px 55px rgba(47,128,237,.16); }.price-badge { position:absolute;top:16px;right:16px;padding:5px 9px;border-radius:999px;background:#e9f4ff;color:#1e6fc8;font-size:9px;font-weight:900; }.price-card h3 { margin:0;color:#183858;font-size:22px; }.price-validity { min-height:42px;margin-top:9px;color:#6c8196;font-size:11px;line-height:1.6; }.price { display:flex;align-items:baseline;gap:4px;margin:24px 0 18px;color:#145da7; }.price small { font-size:16px;font-weight:900; }.price strong { font-size:43px;line-height:1;letter-spacing:-.04em; }.price-description { flex:1;color:#72869a;font-size:12px;line-height:1.75; }.price-features { display:grid;gap:9px;margin:20px 0 24px;padding:0;list-style:none;color:#49677f;font-size:11px; }.price-features li::before { content:'✓';display:inline-grid;place-items:center;width:17px;height:17px;margin-right:7px;border-radius:6px;background:#e8f7f3;color:#159681;font-size:8px;font-weight:900; }.price-button { width:100%;height:44px;border:1px solid #b9d7f5;border-radius:10px;background:#f2f8ff;color:#1e68b5;font-weight:850;cursor:pointer; }.price-card.recommended .price-button { border-color:#2f80ed;background:linear-gradient(135deg,#2f80ed,#57aaf8);color:#fff;box-shadow:0 11px 24px rgba(47,128,237,.2); }

.download-section { padding: 100px 0; background:#fff; }.download-card { min-height:420px;display:grid;grid-template-columns:1fr .8fr;align-items:center;gap:60px;padding:66px;border-radius:28px;background:linear-gradient(135deg,#123c66,#176388 62%,#168b88);color:#fff;overflow:hidden;box-shadow:0 30px 75px rgba(22,68,109,.20); }.download-copy h2 { margin:17px 0;color:#fff;font-size:46px;line-height:1.16;letter-spacing:-.04em; }.download-copy > p { max-width:570px;color:#c8dfed;font-size:14px;line-height:1.8; }.download-buttons { display:flex;gap:12px;margin-top:27px; }.download-os { min-width:205px;display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;gap:2px 14px;padding:14px 16px;border:1px solid rgba(255,255,255,.24);border-radius:13px;background:rgba(255,255,255,.10);backdrop-filter:blur(8px); }.download-os.primary { border-color:#fff;background:#fff;color:#154d79; }.download-os b { font-size:13px; }.download-os span { color:inherit;opacity:.72;font-size:9px; }.download-os i { grid-column:2;grid-row:1/3;align-self:center;font-style:normal;font-size:20px; }.download-device { position:relative;min-height:280px;display:grid;place-items:center; }.device-screen { width:340px;max-width:100%;height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:7px solid rgba(255,255,255,.85);border-bottom-width:16px;border-radius:17px;background:linear-gradient(145deg,#f7fbff,#dceeff);box-shadow:0 25px 55px rgba(5,30,49,.22);color:#173c5c; }.device-screen img { width:60px;height:60px;border-radius:16px;box-shadow:0 12px 25px rgba(47,128,237,.2); }.device-screen strong { margin-top:12px;font-size:19px; }.device-screen span { margin-top:5px;color:#658098;font-size:10px; }.device-base { position:absolute;bottom:20px;width:400px;max-width:110%;height:18px;border-radius:3px 3px 14px 14px;background:linear-gradient(180deg,#f7fbff,#acc5d8);box-shadow:0 12px 20px rgba(5,31,50,.17); }

.site-footer { max-width:1180px;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:32px;margin:0 auto;padding:32px 0 44px;border-top:1px solid #e1ebf4; }.footer-brand img { width:38px;height:38px;border-radius:11px; }.footer-brand strong,.footer-brand span { display:block; }.footer-brand strong { font-size:15px; }.footer-brand span { margin-top:3px;color:#8496a8;font-size:9px;font-weight:650; }.footer-links { display:flex;gap:22px;color:#687e93;font-size:10px;font-weight:750; }.footer-links a:hover { color:#2f80ed; }.footer-copy { display:flex;flex-direction:column;align-items:flex-end;gap:4px;color:#9aabba;font-size:10px; }.footer-copy a:hover { color:#2f80ed; }

.modal { position:fixed;z-index:300;inset:0;display:grid;place-items:center;padding:22px; }.modal-backdrop { position:absolute;inset:0;background:rgba(12,31,51,.46);backdrop-filter:blur(5px); }.modal-dialog { position:relative;z-index:1;width:min(470px,100%);max-height:calc(100vh - 44px);overflow-y:auto;padding:28px;border:1px solid #d9e7f4;border-radius:22px;background:#fff;box-shadow:0 32px 90px rgba(8,31,53,.30); }.modal-close { position:absolute;right:18px;top:18px;width:34px;height:34px;border:0;border-radius:50%;background:#edf6ff;color:#53728e;font-size:21px;cursor:pointer; }.modal-brand { display:flex;align-items:center;gap:8px;color:#2a6dab;font-size:11px;font-weight:850; }.modal-brand img { width:27px;height:27px;border-radius:8px; }.modal-dialog h2 { margin:16px 0 20px;color:#142b44;font-size:26px; }.auth-tabs { display:grid;grid-template-columns:1fr 1fr;gap:5px;margin-bottom:16px;padding:4px;border:1px solid #dfeaf5;border-radius:11px;background:#f3f8fd; }.auth-tabs button { height:36px;border:0;border-radius:8px;background:transparent;color:#6d8195;font-size:12px;font-weight:850;cursor:pointer; }.auth-tabs button.active { background:#fff;color:#1f64ad;box-shadow:0 5px 15px rgba(38,80,123,.09); }.auth-form { display:none;gap:12px; }.auth-form.active { display:grid; }.auth-form label { display:grid;gap:6px; }.auth-form label > span { color:#4e6b85;font-size:11px;font-weight:800; }.auth-form input { width:100%;height:43px;padding:0 12px;border:1px solid #d5e4f2;border-radius:10px;outline:0;background:#fbfdff; }.auth-form input:focus { border-color:#79b4f2;box-shadow:0 0 0 3px rgba(47,128,237,.1);background:#fff; }.modal-primary,.modal-secondary { height:43px;border:0;border-radius:10px;font-weight:850;cursor:pointer; }.modal-primary { margin-top:3px;background:linear-gradient(135deg,#2f80ed,#58aaf7);color:#fff;box-shadow:0 10px 23px rgba(47,128,237,.19); }.modal-secondary { width:100%;border:1px solid #cce0f3;background:#f3f8fd;color:#276ba9; }.policy-check { display:flex !important;grid-template-columns:auto 1fr !important;align-items:flex-start;gap:8px !important; }.policy-check input { width:16px;height:16px;margin-top:1px;accent-color:#2f80ed; }.policy-check span { font-weight:650 !important;color:#7b8da0 !important; }.modal-message { min-height:18px;margin-top:13px;color:#6e8397;font-size:11px;text-align:center; }.modal-message.error { color:#d05252; }.modal-message.success { color:#178b76; }.account-summary { display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:16px;padding:13px;border:1px solid #d8e7f4;border-radius:12px;background:#f5faff; }.account-summary strong,.account-summary span { display:block; }.account-summary strong { color:#1c568d;font-size:13px; }.account-summary span { margin-top:4px;color:#72869a;font-size:10px; }.account-summary button { border:0;background:transparent;color:#69839a;font-size:10px;cursor:pointer; }.member-products { display:grid;gap:9px; }.modal-product { width:100%;display:flex;align-items:center;justify-content:space-between;gap:15px;padding:13px;border:1px solid #d9e7f4;border-radius:11px;background:#fff;text-align:left;cursor:pointer; }.modal-product:hover { border-color:#82baf3;background:#f6faff; }.modal-product strong,.modal-product span { display:block; }.modal-product strong { font-size:12px; }.modal-product span { margin-top:3px;color:#788b9e;font-size:9px; }.modal-product b { color:#1767b6;font-size:18px; }.checkout-back { margin-bottom:14px;padding:0;border:0;background:transparent;color:#54718c;font-size:10px;font-weight:800;cursor:pointer; }.checkout-product { display:flex;align-items:center;justify-content:space-between;gap:15px;padding:12px;border-radius:11px;background:#f3f8fd; }.checkout-product span { font-size:12px;font-weight:850; }.checkout-product strong { color:#1767b6;font-size:21px; }.checkout-qr { width:220px;height:220px;display:grid;place-items:center;margin:20px auto 12px;border:1px solid #dbe7f2;border-radius:14px;background:#fff; }.checkout-qr img { width:200px;height:200px; }.checkout p { margin:0 0 14px;color:#718499;font-size:11px;text-align:center; }

.auth-policy-note { margin:2px 0 0 !important;color:#8a9aaa !important;font-size:10px !important;line-height:1.65 !important;text-align:center; }
.auth-policy-note a,.policy-check a { color:#2875bd;font-weight:800;text-decoration:none; }
.auth-policy-note a:hover,.policy-check a:hover { text-decoration:underline; }

@media (max-width: 1080px) {
  .site-header { grid-template-columns:1fr auto; }.site-nav { display:none; }
  .hero { grid-template-columns:1fr;padding-top:65px; }.hero-copy { max-width:760px;text-align:center;margin:0 auto; }.hero .eyebrow,.hero-trust { justify-content:center;margin-left:auto;margin-right:auto; }.hero-actions { justify-content:center; }.hero-copy > p { margin:0 auto; }.hero-product { max-width:800px;margin:0 auto;width:100%;padding-bottom:90px; }.app-window { margin:0 auto;transform:none; }.product-shot-main { margin:0 auto;transform:none; }.product-shot-detail { left:4%;bottom:5px;width:50%; }
  .proof-strip { width:calc(100% - 48px); }
  .demo-slide { grid-template-columns:1fr; }.demo-video-copy { padding:38px; }.demo-player { min-height:430px; }
  .feature-grid { grid-template-columns:repeat(2,1fr); }.feature-card.large { grid-column:span 2;grid-row:auto;min-height:390px; }
  .feature-spotlight { grid-template-columns:1fr;padding:42px; }.feature-story { grid-template-columns:1.1fr .9fr;gap:38px; }
  .privacy-card { padding:45px; }.download-card { padding:48px; }
}

@media (max-width: 760px) {
  .section-shell { width:min(100% - 28px,1180px); }.site-header { height:62px;padding:0 14px; }.brand img { width:33px;height:33px; }.brand span { font-size:17px; }.header-download { display:none; }.header-login { padding:0 8px; }
  .hero { min-height:auto;gap:32px;padding:55px 0 65px; }.hero::before { top:62px;height:820px; }.hero h1 { font-size:43px; }.hero-copy > p { font-size:14px; }.hero-actions { flex-direction:column; }.primary-download { width:100%;justify-content:center; }.hero-trust { gap:9px; }.hero-product { overflow:visible;padding:15px 0 75px; }.app-window { width:670px;max-width:none;transform:scale(.65);transform-origin:left top;margin-bottom:-145px; }.product-shot { border-radius:13px; }.product-shot-detail { left:-2px;bottom:4px;width:65%;border-radius:11px; }.shot-label { display:none; }.floating-card { display:none; }
  .proof-strip { width:calc(100% - 28px);grid-template-columns:1fr 1fr;gap:18px;padding:20px; }.proof-strip div { border-right:0;padding:0; }
  .workflow { padding:85px 0; }.section-heading h2 { font-size:34px; }.steps-grid { grid-template-columns:1fr; }.step-card,.step-card.featured { min-height:320px;transform:none; }
  .demo-slide { min-height:0;border-radius:20px; }.demo-video-copy { padding:28px; }.demo-video-copy h3 { font-size:29px; }.demo-player { min-height:260px; }.demo-player iframe { min-height:260px; }.demo-play-button { width:62px;height:62px;font-size:21px; }.demo-player-label { left:14px;top:14px; }
  .feature-section { padding:85px 0; }.split-heading { grid-template-columns:1fr;gap:10px; }.feature-grid { grid-template-columns:1fr; }.feature-card.large { grid-column:auto;grid-template-columns:1fr;min-height:auto; }.mini-fill-demo { margin-top:10px; }
  .feature-heading { margin-bottom:38px; }.feature-spotlight { padding:27px;border-radius:21px; }.spotlight-copy h3,.story-copy h3 { font-size:30px; }.feature-stories { margin-top:20px; }.feature-story { grid-template-columns:1fr;gap:25px;padding:55px 0; }.feature-story .feature-screen,.feature-story.reverse .feature-screen { order:2; }.feature-story .story-copy,.feature-story.reverse .story-copy { order:1; }.feature-screen { border-radius:14px; }.feature-screen img { aspect-ratio:1.55/1; }
  .privacy-section { padding:80px 0; }.privacy-card { grid-template-columns:1fr;padding:28px; }.privacy-copy h2 { font-size:34px; }.privacy-visual { min-height:280px; }.data-card { right:0; }
  .pricing-section { padding:85px 0; }.pricing-grid { grid-template-columns:1fr; }
  .download-section { padding:70px 0; }.download-card { grid-template-columns:1fr;padding:30px; }.download-copy h2 { font-size:35px; }.download-buttons { flex-direction:column; }.download-os { min-width:0; }.download-device { display:none; }
  .site-footer { width:calc(100% - 28px);grid-template-columns:1fr;gap:18px;padding:28px 0; }.footer-links { flex-wrap:wrap; }.footer-copy { align-items:flex-start; }
}

.price-original { margin:-10px 0 10px;color:#94a3b8;font-size:11px;text-decoration:line-through; }
.modal-product b del { margin-right:4px;color:#94a3b8;font-size:11px;font-weight:600; }
