:root {
  color-scheme: light dark;
  --bg: #f8fbfd;
  --paper: #edf5fb;
  --ink: #101d2b;
  --muted: #394b5b;
  --line: #bdccd8;
  --accent: #0876b7;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 30px; }
body { margin: 0; background: var(--bg); color: var(--ink); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--accent); outline-offset: 6px; }
img { max-width: 100%; height: auto; }
p { line-height: 1.65; }
.wrap { width: min(1040px, calc(100% - 64px)); margin-inline: auto; }
.nav { height: 88px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 17px; font-weight: 600; letter-spacing: -.35px; }
.brand img { flex: none; }
nav { display: flex; gap: 28px; font-size: 13px; color: var(--muted); }
nav a:hover, .text-link:hover { color: var(--accent); }
.hero { padding: 64px 0 72px; display: grid; grid-template-columns: 1.2fr 1fr; gap: 72px; align-items: center; }
.eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 1px; color: var(--muted); margin: 0 0 18px; }
h1 { font-size: clamp(40px, 4.4vw, 58px); line-height: 1.1; letter-spacing: -2px; font-weight: 600; margin: 0 0 25px; }
.intro { font-size: 19px; line-height: 1.55; max-width: 430px; margin: 0 0 15px; }
.supporting { font-size: 15px; color: var(--muted); max-width: 360px; margin: 0 0 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; background: var(--accent); color: #fff; font-size: 14px; font-weight: 500; padding: 14px 20px; border-radius: 8px; transition: opacity .15s; }
.button:hover { opacity: .82; }
.hero-details { display: flex; flex-wrap: wrap; gap: 19px; font-size: 12px; color: var(--muted); margin-top: 24px; }
.model-note { font-size: 11px; color: var(--muted); margin-top: 8px; }
.product-shot { margin: 0; max-width: 390px; justify-self: end; }
.product-shot img { display: block; width: 100%; border: 1px solid #ddd; border-radius: 15px; box-shadow: 0 12px 42px #0000000d; }
figcaption { color: var(--muted); text-align: center; font-size: 11px; margin-top: 14px; }
h2 { font-size: 30px; line-height: 1.2; letter-spacing: -.8px; font-weight: 600; margin: 0; }
h3 { font-size: 16px; letter-spacing: -.2px; font-weight: 600; margin: 17px 0 8px; line-height: 1.5; }
.section-heading > p:last-child { color: var(--muted); max-width: 530px; font-size: 15px; margin: 15px 0 0; }
.workflow { padding: 58px 0; border-top: 1px solid var(--line); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; margin-top: 35px; }
.step { font-size: 12px; color: var(--accent); font-variant-numeric: tabular-nums; }
.steps p { font-size: 14px; color: var(--muted); margin: 0; }
kbd { font: inherit; font-size: 12px; font-weight: 500; border: 1px solid var(--line); background: var(--paper); padding: 5px 6px; border-radius: 5px; white-space: nowrap; }
.shortcut-note { display: flex; align-items: center; gap: 24px; margin-top: 35px; padding: 20px 24px; background: var(--paper); border-radius: 9px; }
.shortcut-note p { margin: 0; color: var(--muted); font-size: 13px; }
.shortcut-note strong { color: var(--ink); font-weight: 550; }
.shortcut-symbol { font-size: 19px; white-space: nowrap; }
.files { padding: 52px 0 62px; }
.library-shot { margin: 30px 0 0; }
.library-shot img { display: block; width: 100%; border: 1px solid var(--line); border-radius: 12px; }
.file-details { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 22px; }
.file-details > span { font-size: 11px; font-weight: 500; border: 1px solid var(--line); padding: 6px 10px; border-radius: 5px; }
.file-details p { margin: 0 0 0 auto; font-size: 13px; color: var(--muted); }
.benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; border-block: 1px solid var(--line); padding-block: 46px; }
.benefits h2 { font-size: 26px; }
.benefits article > p:not(.eyebrow) { font-size: 14px; color: var(--muted); margin-bottom: 12px; }
.text-link { font-size: 13px; display: inline-flex; gap: 15px; border-bottom: 1px solid var(--line); padding-block: 5px; }
.faq { display: grid; grid-template-columns: 1fr 1.8fr; gap: 60px; padding-block: 64px; }
details { border-bottom: 1px solid var(--line); padding: 19px 0; }
details:first-child { padding-top: 0; }
summary { cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 20px; list-style: none; font-size: 14px; line-height: 1.5; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; color: var(--muted); font-size: 18px; }
details[open] summary::after { content: "−"; }
details p { font-size: 14px; color: var(--muted); margin-bottom: 0; }
.download { display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); padding-block: 34px; }
.download h2 { font-size: 21px; letter-spacing: -.4px; }
.download p { font-size: 14px; color: var(--muted); margin-bottom: 0; }
footer { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); padding-block: 25px; }
footer .brand { font-size: 13px; }
footer > a:last-child { font-size: 12px; color: var(--muted); }
.skip { position: absolute; top: -100px; left: 20px; background: var(--bg); padding: 12px; z-index: 10; }
.skip:focus { top: 10px; }
.prose { max-width: 740px; padding-block: 60px 80px; }
.prose h1 { font-size: 44px; }
.prose h2 { font-size: 23px; margin: 30px 0 10px; }
.prose p, .prose li { font-size: 15px; color: var(--muted); }
.prose a { text-decoration: underline; }
em { font: inherit; }
@media (prefers-color-scheme: dark) {
  :root { --bg: #15222b; --paper: #20323f; --ink: #f2f8fc; --muted: #abc2d1; --line: #344b5b; --accent: #78c5f4; }
  .product-shot img { border-color: #444; box-shadow: 0 12px 42px #0003; }
}
@media (max-width: 850px) {
  .hero { gap: 35px; }
  h1 { font-size: 43px; letter-spacing: -1.5px; }
  .intro { font-size: 17px; }
  .steps { gap: 22px; }
  .steps h3 { min-height: 48px; }
}
@media (max-width: 600px) {
  .wrap { width: calc(100% - 40px); }
  .nav { height: 74px; }
  .brand { font-size: 15px; }
  nav { gap: 0; }
  nav a { display: none; }
  nav a:last-child { display: block; }
  .hero { grid-template-columns: 1fr; gap: 36px; padding: 44px 0; }
  h1 { font-size: 43px; }
  .intro { max-width: 350px; }
  .product-shot { justify-self: center; max-width: 330px; }
  h2 { font-size: 27px; }
  .workflow, .files { padding-block: 40px; }
  .steps { grid-template-columns: 1fr; gap: 24px; margin-top: 28px; }
  .steps h3 { min-height: 0; margin-top: 8px; }
  .shortcut-note { align-items: start; padding: 18px; gap: 16px; }
  .file-details p { flex-basis: 100%; margin-top: 5px; }
  .benefits { grid-template-columns: 1fr; gap: 30px; padding-block: 36px; }
  .faq { grid-template-columns: 1fr; gap: 30px; padding-block: 44px; }
  .download h2 { font-size: 19px; }
  .download img { width: 45px; }
  .prose h1 { font-size: 37px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; animation: none !important; }
}

.customization { padding: 36px 0 48px; }
.preferences { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 64px; margin-top: 18px; }
.preferences p { color: var(--muted); font-size: 14px; margin: 0; max-width: 440px; }
@media (max-width: 600px) {
  .customization { padding-block: 25px 35px; }
  .preferences { grid-template-columns: 1fr; gap: 8px; }
}
