:root {
  --ink: #191919;
  --muted: #61615c;
  --line: #deded9;
  --paper: #fff;
  --soft: #f5f5f2;
  --orange: #ff5724;
  --orange-dark: #b8370d;
  --radius: 4px;
  --font: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-padding-top: 24px; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 15px/1.85 var(--font); -webkit-font-smoothing: antialiased; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { line-height: 1.45; letter-spacing: -.035em; }
h2 { font-size: clamp(25px, 3vw, 34px); }
h3 { font-size: 19px; }
p + p { margin-top: 16px; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 4px; }
a, summary { touch-action: manipulation; }
a:focus-visible, summary:focus-visible { outline: 3px solid #005fcc; outline-offset: 4px; }
img { display: block; max-width: 100%; height: auto; }
.wrap { max-width: 1280px; padding-inline: 28px; margin-inline: auto; }
.skip-link { position: absolute; top: -100px; left: 16px; z-index: 10; padding: 12px 20px; background: white; }
.skip-link:focus { top: 12px; }
.status-strip { border-bottom: 1px solid var(--line); background: var(--soft); font-size: 11px; }
.status-strip .wrap { padding-block: 8px; }
.status-strip span { margin-left: 14px; color: var(--muted); }
.site-header { display: flex; flex-wrap: wrap; gap: 0 24px; align-items: center; padding-top: 24px; }
.brand { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; }
.brand-mark { font: 800 49px/1 var(--font); letter-spacing: -.07em; text-decoration: none; }
.brand-mark span { color: var(--orange); }
.brand-caption { font-size: 11px; font-weight: 700; line-height: 1.4; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 25px; min-height: 48px; padding: 12px 22px; border: 1px solid var(--ink); border-radius: var(--radius); background: var(--ink); color: white; text-decoration: none; font-weight: 700; font-size: 14px; }
.button:hover { background: #353535; }
.button.white { color: var(--ink); border-color: white; background: white; }
.button.white:hover { background: var(--soft); }
.button.compact { margin-left: auto; font-size: 12px; padding: 10px 16px; }
.site-header nav { display: flex; flex-wrap: wrap; gap: 6px 30px; width: 100%; margin-top: 20px; border-bottom: 1px solid var(--line); }
.site-header nav a { display: flex; align-items: center; min-height: 50px; border-bottom: 3px solid transparent; text-decoration: none; font-size: 13px; }
.site-header nav a[aria-current="page"] { border-color: var(--orange); font-weight: 700; }
.site-header nav a:hover, .site-footer nav a:hover { color: var(--orange-dark); }
.eyebrow, .number { font-size: 11px; letter-spacing: .12em; font-weight: 700; }
.eyebrow { margin-bottom: 15px; color: var(--muted); }
.hero { margin-top: 26px; min-height: 470px; position: relative; overflow: hidden; border-radius: var(--radius); background: var(--orange); }
.hero-copy { position: relative; z-index: 1; width: 64%; padding: 40px; }
.hero .eyebrow { color: var(--ink); }
.hero h1 { font-size: clamp(42px, 5vw, 65px); line-height: 1.12; letter-spacing: -.055em; }
.hero-subtitle { display: block; max-width: 440px; font-size: 17px; line-height: 1.6; margin-top: 22px; letter-spacing: -.02em; }
.hero p:not(.eyebrow) { margin-top: 18px; font-size: 14px; }
.hero .button { margin-top: 26px; }
.hero-photo { position: absolute; bottom: -8px; right: 22px; width: 390px; }
.section { padding-block: 64px; border-bottom: 1px solid var(--line); }
.lead { max-width: 800px; color: var(--muted); margin-top: 20px; font-size: 16px; }
.choices { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 42px; gap: 32px; }
.choices article + article { border-left: 1px solid var(--line); padding-left: 32px; }
.number { color: var(--muted); }
.choices h3 { font-size: 35px; margin-top: 16px; }
.choices p { color: var(--muted); margin: 18px 0; }
.text-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; font-size: 14px; font-weight: 700; }
.text-link:hover { color: var(--orange-dark); }
.split { display: grid; grid-template-columns: 1fr 1.35fr; gap: 60px; }
.prose { max-width: 900px; }
.prose h2 { margin-bottom: 24px; }
.prose p { color: var(--muted); }
.prose .text-link { margin-top: 18px; }
.breadcrumbs { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; font-size: 12px; padding-top: 24px; color: var(--muted); }
.breadcrumbs a { display: inline-flex; align-items: center; min-height: 44px; }
.page-heading { padding-block: 42px 54px; border-bottom: 1px solid var(--line); }
.page-heading h1 { font-size: clamp(32px, 4.6vw, 56px); }
.page-heading .button { margin-top: 28px; }
.check-list { list-style: decimal-leading-zero; padding-left: 38px; margin: 0; }
.check-list li { padding-left: 12px; margin-bottom: 28px; }
.check-list li::marker { font-weight: 700; color: var(--orange-dark); }
.check-list li:last-child { margin-bottom: 0; }
.check-list p { color: var(--muted); margin-top: 10px; }
.related { padding-top: 48px; }
.related h2 { font-size: 23px; margin-bottom: 18px; }
.related a { display: flex; align-items: center; min-height: 48px; width: fit-content; }
.faq details { border-bottom: 1px solid var(--line); }
.faq details:first-of-type { margin-top: 28px; border-top: 1px solid var(--line); }
.faq summary { padding: 22px 6px; font-size: 16px; font-weight: 700; cursor: pointer; }
.faq details p { max-width: 880px; padding: 0 6px 24px; color: var(--muted); }
.demo-cta { display: flex; align-items: center; justify-content: space-between; gap: 32px; background: var(--soft); padding: 38px; margin-block: 58px; border-radius: var(--radius); }
.demo-cta .button { flex-shrink: 0; }
.demo-cta h2 { font-size: 27px; }
.demo-cta p:not(.eyebrow) { margin-top: 14px; color: var(--muted); font-size: 13px; }
.site-footer { border-top: 1px solid var(--line); padding-block: 40px; }
.footer-top { display: flex; gap: 28px; align-items: center; }
.footer-top p { font-size: 12px; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 0 24px; margin-top: 25px; }
.site-footer nav a { display: flex; align-items: center; min-height: 44px; font-size: 12px; }
.footer-note { color: var(--muted); font-size: 12px; margin-block: 20px; }
.site-footer small { color: var(--muted); font-size: 11px; }
@media (max-width: 900px) {
  .hero-copy { width: 70%; padding: 32px; }
  .hero-photo { right: -50px; width: 320px; }
  .hero-subtitle { max-width: 320px; }
  .split { gap: 32px; grid-template-columns: 1fr 1.4fr; }
  .choices { gap: 20px; }
  .choices article + article { padding-left: 20px; }
  .demo-cta { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 600px) {
  body { font-size: 14px; }
  .wrap { padding-inline: 18px; }
  .status-strip .wrap { font-size: 10px; }
  .status-strip span { display: block; margin: 0; }
  .site-header { padding-top: 20px; column-gap: 10px; }
  .brand { gap: 8px; }
  .brand-mark { font-size: 40px; }
  .brand-caption { font-size: 9px; }
  .button.compact { font-size: 10px; padding: 9px; gap: 8px; }
  .site-header nav { margin-top: 16px; column-gap: 18px; row-gap: 0; }
  .site-header nav a { font-size: 11px; min-height: 44px; }
  .hero { margin-top: 18px; min-height: 0; }
  .hero-copy { width: 100%; padding: 25px 22px; }
  .hero h1 { font-size: 48px; }
  .hero-subtitle { max-width: 240px; font-size: 15px; margin-top: 18px; }
  .hero p:not(.eyebrow) { font-size: 12px; max-width: 100%; }
  .hero-photo { position: relative; width: 215px; margin: -18px 0 -12px auto; right: -12px; bottom: auto; }
  .hero .button { font-size: 12px; gap: 16px; margin-top: 20px; }
  .eyebrow, .number { font-size: 9px; }
  .section { padding-block: 40px; }
  .lead { font-size: 14px; }
  .choices { grid-template-columns: 1fr; gap: 28px; margin-top: 32px; }
  .choices article + article { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; padding-top: 28px; }
  .choices h3 { font-size: 30px; margin-top: 10px; }
  .choices p { margin-block: 12px; }
  .split { grid-template-columns: 1fr; gap: 30px; }
  .page-heading { padding-block: 28px 36px; }
  .check-list { padding-left: 28px; }
  .check-list li { padding-left: 6px; }
  .faq summary { font-size: 14px; padding-block: 20px; }
  .demo-cta { padding: 24px; margin-block: 40px; gap: 24px; }
  .demo-cta h2 { font-size: 23px; }
  .demo-cta .button { width: 100%; }
  .footer-top { gap: 20px; }
}
