:root {
  --ink: #12213b;
  --muted: #65748c;
  --line: #dce5f2;
  --wash: #f5f8fd;
  --blue: #0b5ddd;
  --blue-dark: #063c9b;
  --cyan: #53a7ff;
  --white: #fff;
  --shadow: 0 24px 60px rgba(28, 65, 120, .12);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", sans-serif;
  color: var(--ink);
  background: #fff;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: #fff; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 10; padding: 10px 14px; border-radius: 10px; color: #fff; background: var(--blue); transition: top .2s; }
.skip-link:focus { top: 16px; }
.site-header { position: sticky; top: 0; z-index: 5; border-bottom: 1px solid rgba(220, 229, 242, .75); background: rgba(255, 255, 255, .84); backdrop-filter: blur(18px); }
.header-inner, .section, .site-footer { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 20px; font-weight: 750; letter-spacing: -.03em; }
.brand-mark { display: block; width: 36px; height: 36px; border-radius: 11px; box-shadow: 0 7px 18px rgba(11, 93, 221, .26); }
.nav-links { display: flex; align-items: center; gap: 32px; margin-left: auto; margin-right: 12px; color: var(--muted); font-size: 14px; font-weight: 600; }
.nav-links a { transition: color .2s; }
.nav-links a:hover, .nav-links a:focus-visible { color: var(--blue); }
.language-toggle { display: inline-flex; align-items: center; gap: 7px; min-width: 65px; justify-content: center; border: 1px solid var(--line); border-radius: 99px; padding: 9px 13px; color: var(--ink); background: #fff; cursor: pointer; font-size: 12px; font-weight: 750; transition: border-color .2s, color .2s, transform .2s; }
.language-toggle:hover { border-color: #9abcf2; color: var(--blue); transform: translateY(-1px); }
.globe { color: var(--blue); font-size: 16px; line-height: 1; }
.section { padding-top: 112px; padding-bottom: 112px; }
.hero { min-height: 670px; display: grid; grid-template-columns: minmax(0, .93fr) minmax(420px, 1.07fr); align-items: center; gap: 72px; padding-top: 86px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 20px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow-dot { display: inline-block; width: 7px; height: 7px; border-radius: 99px; background: var(--cyan); box-shadow: 0 0 0 4px rgba(83, 167, 255, .15); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 620px; margin-bottom: 24px; font-size: clamp(45px, 5.5vw, 76px); line-height: 1.04; letter-spacing: -.07em; }
h1 em { color: var(--blue); font-style: normal; }
.hero-lede { max-width: 540px; margin-bottom: 34px; color: var(--muted); font-size: 18px; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 50px; padding: 0 21px; border: 1px solid transparent; border-radius: 12px; font-size: 14px; font-weight: 750; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--blue); box-shadow: 0 12px 24px rgba(11, 93, 221, .2); }
.button-primary:hover { background: var(--blue-dark); box-shadow: 0 16px 28px rgba(11, 93, 221, .26); }
.button-quiet { border-color: var(--line); color: var(--ink); background: #fff; }
.button-quiet:hover { border-color: #a9c5ef; }
.hero-note { margin: 22px 0 0; color: #8a98aa; font-size: 12px; }
.hero-visual { position: relative; min-height: 500px; display: grid; place-items: center; overflow: hidden; }
.visual-grid { position: absolute; inset: 9% 2% 5%; opacity: .45; background-image: linear-gradient(rgba(142, 173, 218, .16) 1px, transparent 1px), linear-gradient(90deg, rgba(142, 173, 218, .16) 1px, transparent 1px); background-size: 34px 34px; mask-image: radial-gradient(ellipse at center, #000 12%, transparent 70%); }
.visual-orbit { position: absolute; border: 1px solid #cbdcf4; border-radius: 50%; transform: rotate(-24deg); }
.orbit-one { width: 390px; height: 210px; }
.orbit-two { width: 450px; height: 300px; border-color: #e0ebf9; transform: rotate(40deg); }
.visual-card { position: relative; border: 1px solid rgba(220, 229, 242, .95); background: rgba(255, 255, 255, .92); box-shadow: var(--shadow); backdrop-filter: blur(15px); }
.visual-card-main { width: 278px; min-height: 340px; padding: 18px; border-radius: 22px; transform: rotate(-5deg); }
.visual-card-top { display: grid; grid-template-columns: 8px 8px 8px 1fr; gap: 5px; align-items: center; color: #94a1b3; font-size: 9px; }
.visual-card-top b { justify-self: end; color: var(--ink); font-size: 11px; }
.mini-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--blue); }
.visual-download-icon { display: grid; width: 102px; height: 102px; place-items: center; margin: 48px auto 28px; border-radius: 27px; background: linear-gradient(145deg, #5ba9ff, #0755cf); box-shadow: 0 20px 32px rgba(11, 93, 221, .22); }
.visual-download-icon img { width: 102px; height: 102px; border-radius: 27px; }
.visual-lines { display: grid; gap: 8px; margin: 0 28px 22px; }
.visual-lines span { height: 7px; border-radius: 99px; background: #dae5f3; }
.visual-lines span:first-child { width: 75%; background: #9fc4f4; }
.visual-progress { height: 7px; overflow: hidden; border-radius: 99px; background: #e3ebf7; }
.visual-progress i { display: block; width: 72%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--cyan), var(--blue)); }
.visual-meta { display: flex; justify-content: space-between; margin-top: 9px; color: var(--muted); font-size: 10px; }
.visual-card-small { position: absolute; right: 6%; bottom: 17%; display: flex; align-items: center; gap: 10px; padding: 13px 17px; border-radius: 13px; color: var(--ink); font-size: 12px; font-weight: 750; transform: rotate(4deg); }
.small-icon { display: grid; width: 23px; height: 23px; place-items: center; border-radius: 8px; color: #fff; background: #35b984; font-size: 13px; }
.section-tight { padding-top: 40px; }
.section-heading { max-width: 620px; margin-bottom: 48px; }
.section-heading h2, .workflow-copy h2, .compatibility-panel h2, .final-cta h2 { margin-bottom: 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.12; letter-spacing: -.06em; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-card { position: relative; min-height: 300px; padding: 29px; border: 1px solid var(--line); border-radius: 18px; background: #fff; overflow: hidden; }
.feature-card-accent { border-color: #9cc4f5; background: linear-gradient(145deg, #f3f8ff, #e7f1ff); }
.feature-number { color: #9aabc0; font: 700 12px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.feature-icon { margin: 42px 0 22px; color: var(--blue); font-size: 31px; line-height: 1; }
.feature-card h3 { margin-bottom: 12px; font-size: 20px; letter-spacing: -.03em; }
.feature-card p { max-width: 275px; margin-bottom: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.workflow-section { color: #fff; background: linear-gradient(124deg, #0a3f9d, #0b66dd 57%, #178ee9); }
.workflow-inner { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.eyebrow-light { color: #b8dcff; }
.workflow-copy > p:last-child { max-width: 470px; margin-top: 24px; margin-bottom: 0; color: #d7e9ff; font-size: 16px; line-height: 1.8; }
.steps { display: grid; gap: 0; }
.step { display: grid; grid-template-columns: 60px 1fr; gap: 23px; align-items: start; padding: 23px 0; border-bottom: 1px solid rgba(255, 255, 255, .2); }
.step:first-child { border-top: 1px solid rgba(255, 255, 255, .2); }
.step > span { color: #8cc6ff; font: 700 12px/1 ui-monospace, SFMono-Regular, Menlo, monospace; }
.step h3 { margin: 0 0 7px; font-size: 19px; }
.step p { margin-bottom: 0; color: #c4defc; font-size: 14px; }
.download-heading > p:last-child { margin: 18px 0 0; color: var(--muted); font-size: 15px; }
.download-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.download-card { display: flex; align-items: center; gap: 18px; min-height: 145px; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: #fff; transition: transform .2s, border-color .2s, box-shadow .2s; }
.download-card:hover { border-color: #9ebfe9; box-shadow: 0 16px 35px rgba(28, 65, 120, .08); transform: translateY(-3px); }
.platform-icon { display: grid; width: 54px; height: 54px; flex: 0 0 auto; place-items: center; border-radius: 15px; color: #fff; font-size: 28px; font-weight: 400; }
.apple { background: #17243a; }
.windows { background: linear-gradient(145deg, #20a7ed, #0d61d5); }
.download-card-copy { min-width: 0; }
.card-kicker { display: block; margin-bottom: 7px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.download-card h3 { margin-bottom: 6px; font-size: 20px; letter-spacing: -.03em; }
.download-card p { margin-bottom: 0; color: var(--muted); font-size: 13px; }
.download-arrow { display: grid; width: 38px; height: 38px; flex: 0 0 auto; place-items: center; margin-left: auto; border: 1px solid var(--line); border-radius: 50%; color: var(--blue); font-size: 18px; transition: background .2s, color .2s; }
.download-arrow:hover { color: #fff; background: var(--blue); }
.download-footnote { margin: 22px 0 0; color: #8a98aa; font-size: 12px; }
.compatibility-section { padding-top: 40px; }
.compatibility-panel { display: grid; grid-template-columns: 1fr .8fr; gap: 70px; align-items: center; padding: 56px; border: 1px solid #b7d2f4; border-radius: 24px; background: linear-gradient(120deg, #f4f9ff, #e9f3ff); }
.compatibility-panel h2 { font-size: clamp(30px, 3.7vw, 44px); }
.compatibility-panel p { max-width: 510px; margin: 21px 0 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.site-list { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.site-list span { padding: 11px 15px; border: 1px solid #c8dcf7; border-radius: 99px; color: #28558d; background: rgba(255, 255, 255, .7); font-size: 13px; font-weight: 700; }
.final-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 112px; padding-top: 56px; padding-bottom: 56px; border-radius: 24px 24px 0 0; color: #fff; background: var(--ink); }
.final-cta .eyebrow { margin-bottom: 17px; }
.final-cta h2 { font-size: clamp(30px, 4vw, 47px); }
.button-light { color: var(--ink); background: #fff; }
.button-light:hover { box-shadow: 0 12px 25px rgba(0, 0, 0, .18); }
.site-footer { display: flex; justify-content: space-between; gap: 20px; padding-top: 27px; padding-bottom: 35px; color: var(--muted); font-size: 12px; }
.footer-brand { margin-right: 14px; color: var(--ink); font-size: 14px; font-weight: 800; }
.footer-muted { color: #8a98aa; }

@media (max-width: 840px) {
  .header-inner, .section, .site-footer { width: min(100% - 32px, 640px); }
  .nav-links { display: none; }
  .hero { display: block; min-height: auto; padding-top: 75px; }
  .hero-visual { min-height: 430px; margin-top: 18px; }
  .feature-grid, .download-grid { grid-template-columns: 1fr; }
  .workflow-inner, .compatibility-panel { grid-template-columns: 1fr; gap: 45px; }
  .compatibility-panel { padding: 35px 28px; }
  .site-list { justify-content: flex-start; }
  .section { padding-top: 82px; padding-bottom: 82px; }
  .final-cta { margin-top: 82px; }
}

@media (max-width: 480px) {
  .header-inner { min-height: 67px; }
  .brand { font-size: 18px; }
  h1 { font-size: 45px; }
  .hero-lede { font-size: 16px; }
  .hero-visual { min-height: 350px; transform: scale(.86); transform-origin: top center; margin-bottom: -45px; }
  .visual-card-small { right: 0; }
  .final-cta { display: block; }
  .final-cta .button { margin-top: 28px; }
  .site-footer { display: block; }
  .site-footer > span { display: block; margin-top: 13px; }
}

/* Compact product-page layout: denser information without turning the page into documentation. */
.section { padding-top: 76px; padding-bottom: 76px; }
.hero { min-height: 550px; padding-top: 62px; gap: 48px; }
.hero-lede { margin-bottom: 25px; font-size: 16px; line-height: 1.65; }
.hero-visual { min-height: 410px; }
.section-tight { padding-top: 34px; }
.section-heading { margin-bottom: 30px; }
.feature-card { min-height: 245px; padding: 24px; }
.feature-icon { margin: 27px 0 17px; }
.feature-card p { line-height: 1.6; }
.capability-strip { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 16px; border: 1px solid var(--line); border-radius: 15px; background: var(--wash); overflow: hidden; }
.capability-strip > div { display: grid; gap: 7px; padding: 17px 19px; border-right: 1px solid var(--line); }
.capability-strip > div:last-child { border-right: 0; }
.capability-strip strong { font-size: 13px; letter-spacing: -.02em; }
.capability-strip span { color: var(--muted); font-size: 11px; white-space: nowrap; }
.workflow-section .section { padding-top: 72px; padding-bottom: 72px; }
.download-grid { gap: 12px; }
.download-card { min-height: 124px; padding: 20px; }
.compatibility-panel { padding: 42px; }
.final-cta { margin-top: 76px; }

@media (max-width: 840px) {
  .section { padding-top: 58px; padding-bottom: 58px; }
  .hero { min-height: auto; padding-top: 62px; }
  .capability-strip { grid-template-columns: repeat(2, 1fr); }
  .capability-strip > div:nth-child(2) { border-right: 0; }
  .capability-strip > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .workflow-section .section { padding-top: 58px; padding-bottom: 58px; }
}

@media (max-width: 480px) {
  .capability-strip { grid-template-columns: 1fr; }
  .capability-strip > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .capability-strip > div:last-child { border-bottom: 0; }
}
