@font-face {
  font-family: WebSys Sans;
  src: url('assets/sans-regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: WebSys Sans;
  src: url('assets/sans-semibold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: WebSys Sans;
  src: url('assets/sans-bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: WebSys Serif;
  src: url('assets/serif-italic.ttf') format('truetype');
  font-style: italic;
  font-display: swap;
}
:root {
  --ink: #152238;
  --muted: #596678;
  --blue: #235bea;
  --paper: #f8f9f7;
  --line: #dce2e6;
  font-family: WebSys Sans, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  scroll-behavior: smooth;
  scroll-padding-top: 104px;
}
* { box-sizing: border-box; }
body { margin: 0; }
[hidden] { display: none !important; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
.icon-library { position: absolute; width: 0; height: 0; }
button, a, input, select, textarea, [tabindex] { outline-offset: 5px; }
:focus-visible { outline: 2px solid var(--blue); }
h1, h2, h3, p { margin: 0; }
em { font-family: WebSys Serif, Georgia, serif; font-weight: 400; }
.container { width: min(1240px, calc(100% - 96px)); margin: 0 auto; }
.section { padding-top: 100px; padding-bottom: 100px; }
.eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.65px;
  line-height: 1.6;
}
.skip-link {
  position: fixed;
  z-index: 100;
  left: 20px;
  top: -60px;
  padding: 12px;
  background: white;
}
.skip-link:focus { top: 10px; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgb(248 249 247 / 96%);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}
.header-inner { height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex-shrink: 0; }
.brand img { border-radius: 10px; }
.brand > span { font-size: 21px; font-weight: 700; letter-spacing: -0.9px; line-height: 1; }
.brand strong { color: var(--blue); font-weight: 600; }
.brand small { display: block; margin-top: 6px; font-size: 7px; font-weight: 600; letter-spacing: 2.2px; }
.desktop-nav { display: flex; align-items: center; gap: 29px; font-size: 12px; font-weight: 600; }
.desktop-nav a:hover { color: var(--blue); }
.header-actions { display: flex; align-items: center; gap: 23px; }
.login-wrap { position: relative; }
.login-toggle { border: 0; background: none; font-size: 12px; padding: 14px 0; }
.login-toggle span { margin-left: 6px; }
.login-menu {
  position: absolute;
  top: 49px;
  right: 0;
  width: 225px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 8px;
  box-shadow: 0 18px 40px #11223918;
}
.login-menu a { display: flex; justify-content: space-between; padding: 14px 10px; font-size: 13px; border-radius: 5px; }
.login-menu a:hover { background: #eff4fc; }
.login-menu svg { width: 16px; height: 16px; }
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 19px;
  min-height: 52px;
  padding: 15px 21px;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  transition: background 160ms, transform 160ms;
}
.button:hover { transform: translateY(-2px); }
.button-blue { background: var(--blue); color: white; box-shadow: 0 4px 12px #235bea18; }
.button-blue:hover { background: #184aca; }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: #29405f; }
.button-small { min-height: 43px; padding: 10px 16px; }
.button svg, .text-button svg, .text-link svg { width: 18px; height: 18px; }
.text-button, .text-link { display: inline-flex; align-items: center; gap: 12px; border: 0; background: none; font-weight: 600; padding: 13px 0; font-size: 12px; }
.text-button:hover, .text-link:hover { color: var(--blue); }
.icon-button { display: grid; place-items: center; width: 44px; height: 44px; background: none; border: 1px solid var(--line); border-radius: 5px; }
.mobile-toggle { display: none; }
.mobile-nav { padding: 12px 24px 20px; border-top: 1px solid var(--line); }
.mobile-nav a { display: block; padding: 12px 0; font-size: 14px; }
.hero { display: grid; grid-template-columns: 0.93fr 1.07fr; gap: 40px; align-items: center; padding-top: 60px; padding-bottom: 66px; }
.hero-copy { padding: 16px 0; }
.hero-copy .eyebrow { display: flex; align-items: center; gap: 9px; font-size: 9px; letter-spacing: 1.35px; }
.tiny-line { width: 20px; height: 2px; background: var(--blue); }
h1 { font-size: clamp(53px, 4.8vw, 69px); line-height: 1.075; letter-spacing: -3.5px; margin-top: 24px; font-weight: 600; }
h1 em { color: var(--blue); font-size: 1.065em; letter-spacing: -3px; }
.hero-description { font-size: 15px; line-height: 1.9; color: var(--muted); max-width: 430px; margin-top: 27px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 25px; margin-top: 28px; }
.hero-note { display: flex; align-items: center; gap: 9px; font-size: 10px; color: var(--muted); margin-top: 31px; }
.note-mark { display: grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; background: #e8eee9; color: #48735a; }
.note-mark svg { width: 12px; height: 12px; }
.audience-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #f0f3f1; }
.audience-inner { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding-top: 29px; padding-bottom: 29px; }
.audience-inner p { font-size: 11px; line-height: 1.9; color: var(--muted); }
.audience-inner strong { font-weight: 600; color: var(--ink); }
.audience-inner > span { display: flex; align-items: center; gap: 15px; font-size: 14px; font-weight: 600; }
.audience-inner svg { color: #536479; width: 24px; height: 24px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 80px; }
h2 { font-size: 43px; line-height: 1.15; letter-spacing: -1.9px; font-weight: 600; }
.section-heading h2, .company-heading h2, .contact h2 { margin-top: 17px; }
.section-heading h2 em { color: var(--blue); }
.section-heading > p { max-width: 373px; font-size: 14px; color: var(--muted); line-height: 1.9; padding-bottom: 5px; }
.product-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 45px; border-bottom: 1px solid var(--line); }
.product-tabs button { display: flex; align-items: center; gap: 11px; background: none; border: 0; padding: 17px 1px; font-size: 14px; font-weight: 600; border-bottom: 2px solid transparent; margin-bottom: -1px; }
.product-tabs button span { font-size: 10px; color: #8794a6; font-weight: 400; }
.product-tabs button svg { margin-left: auto; width: 19px; height: 19px; }
.product-tabs button[aria-selected=true] { color: var(--blue); border-bottom-color: var(--blue); }
.product-panel { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 68px; align-items: center; margin-top: 30px; }
.product-copy { padding: 22px 20px 22px 0; }
.product-copy .eyebrow { font-size: 9px; color: var(--blue); letter-spacing: 1.5px; }
h3 { font-size: 27px; font-weight: 600; line-height: 1.25; letter-spacing: -0.9px; }
.product-copy h3 { margin: 14px 0 16px; }
.product-copy > p:not(.eyebrow) { font-size: 13px; color: var(--muted); line-height: 1.85; }
.check-list { margin: 23px 0 15px; padding: 0; list-style: none; }
.check-list li { position: relative; margin-top: 12px; padding-left: 22px; font-size: 12px; line-height: 1.6; }
.check-list li::before { content: '✓'; position: absolute; left: 0; color: var(--blue); }
.text-link { color: var(--blue); border-bottom: 1px solid #bfd0f5; padding-bottom: 8px; }
.product-footnote { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 30px; font-size: 10px; color: var(--muted); }
.product-footnote > span { display: flex; align-items: center; gap: 9px; flex-shrink: 0; }
.product-footnote svg { width: 15px; height: 15px; }
.product-footnote p { text-align: right; line-height: 1.6; }
.company { background: #142339; color: white; }
.company-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.company .eyebrow { color: #9cadc6; }
.company-heading h2 { font-size: 47px; }
.company-heading h2 em { color: #a9c4ff; }
.company-intro { padding-top: 28px; font-size: 14px; color: #c0cbd9; line-height: 1.95; }
.company-intro p + p { margin-top: 18px; }
.principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 45px; margin-top: 65px; }
.principles article { border-top: 1px solid #435167; padding-top: 24px; }
.principles article > span { color: #9dadc4; font-size: 9px; letter-spacing: 1.15px; }
.principles h3 { font-size: 20px; letter-spacing: -0.5px; line-height: 1.45; margin-top: 19px; max-width: 280px; }
.principles p { font-size: 12px; line-height: 1.9; color: #b8c5d6; margin-top: 12px; max-width: 300px; }
.contact { display: grid; grid-template-columns: 1.25fr 0.75fr; gap: 100px; align-items: center; }
.contact h2 { font-size: 43px; }
.contact h2 em { color: var(--blue); }
.contact-copy > p:not(.eyebrow) { font-size: 14px; color: var(--muted); line-height: 1.9; margin: 23px 0; max-width: 430px; }
.customer-access { padding-left: 39px; border-left: 1px solid var(--line); }
.access-icon { display: grid; place-items: center; border: 1px solid var(--line); border-radius: 10px; width: 43px; height: 43px; margin-bottom: 19px; background: #f0f3f3; }
.customer-access h3 { font-size: 20px; letter-spacing: -0.4px; }
.customer-access > p { margin: 10px 0 16px; font-size: 12px; color: var(--muted); }
.customer-access a { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 19px 0; border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 600; }
.customer-access a:hover { color: var(--blue); }
.customer-access small { display: block; font-weight: 400; color: var(--muted); font-size: 10px; margin-top: 5px; }
.customer-access svg { width: 20px; height: 20px; }
.site-footer { border-top: 1px solid var(--line); display: flex; align-items: center; gap: 25px; padding-top: 29px; padding-bottom: 60px; }
.site-footer .brand > span { font-size: 18px; }
.site-footer .brand small { font-size: 6px; }
.site-footer p { margin-left: 30px; font-size: 11px; color: var(--muted); }
.site-footer > span { margin-left: auto; font-size: 10px; color: var(--muted); }
@media (min-width: 1600px) {
  .container { width: min(1380px, calc(100% - 140px)); }
  .hero { gap: 65px; padding-top: 75px; padding-bottom: 80px; }
  h1 { font-size: 78px; }
  .hero-description { font-size: 17px; max-width: 480px; }
}
@media (max-width: 1150px) {
  .container { width: calc(100% - 64px); }
  .desktop-nav { gap: 18px; font-size: 11px; }
  .header-actions { gap: 16px; }
  .hero { gap: 24px; }
  h1 { font-size: 57px; }
  .hero-copy .eyebrow { font-size: 8px; letter-spacing: 1px; }
  .hero-description { font-size: 14px; }
  .hero-actions { gap: 17px; }
  .hero-actions .button { padding: 14px; gap: 12px; }
  .hero-note { font-size: 9px; }
  .product-panel { gap: 40px; }
  .section-heading { gap: 40px; }
  .contact { gap: 65px; }
}
@media (max-width: 900px) {
  .desktop-nav, .header-demo { display: none; }
  .mobile-toggle { display: grid; }
  .header-inner { height: 76px; }
  .hero { gap: 28px; }
  h1 { font-size: 49px; letter-spacing: -2.4px; }
  .hero-copy .eyebrow { max-width: 255px; }
  .hero-description { font-size: 13px; }
  .hero-actions { gap: 10px 20px; }
  .hero-note { line-height: 1.6; max-width: 220px; }
  .hero-note .note-mark { flex-shrink: 0; }
  .audience-inner { gap: 20px; }
  .audience-inner > span { font-size: 12px; gap: 8px; }
  .audience-inner p { font-size: 9px; }
  .section { padding-top: 75px; padding-bottom: 75px; }
  h2, .company-heading h2, .contact h2 { font-size: 36px; }
  .section-heading > p { font-size: 12px; max-width: 300px; }
  .product-panel { grid-template-columns: 1fr; gap: 20px; }
  .product-copy { padding: 10px 0; }
  .product-copy h3 br { display: none; }
  .product-copy > p:not(.eyebrow) { max-width: 580px; }
  .check-list { display: grid; gap: 8px; margin: 20px 0; }
  .check-list li { margin: 0; }
  .company-heading { gap: 35px; }
  .company-intro { padding-top: 20px; font-size: 12px; }
  .principles { gap: 25px; margin-top: 44px; }
  .principles h3 { font-size: 17px; }
  .principles article > span { font-size: 8px; }
  .contact { gap: 35px; }
  .customer-access { padding-left: 25px; }
  .customer-access h3 { font-size: 18px; }
  .site-footer p { margin-left: 0; }
}
@media (max-width: 650px) {
  :root { scroll-padding-top: 90px; }
  .container { width: calc(100% - 40px); }
  .header-inner { height: 72px; gap: 10px; }
  .brand > span { font-size: 18px; }
  .brand img { width: 36px; height: 36px; }
  .brand small { font-size: 6px; letter-spacing: 1.7px; }
  .login-wrap { display: none; }
  .hero { grid-template-columns: 1fr; gap: 30px; padding-top: 28px; padding-bottom: 32px; }
  .hero-copy { padding: 6px 0; }
  .hero-copy .eyebrow { font-size: 7.5px; max-width: none; }
  h1 { font-size: clamp(47px, 12vw, 69px); margin-top: 19px; line-height: 1.08; }
  h1 em { letter-spacing: -2px; }
  .hero-description { font-size: 14px; max-width: 440px; line-height: 1.8; margin-top: 20px; }
  .hero-actions { margin-top: 23px; gap: 22px; }
  .hero-actions .button { padding: 14px 17px; }
  .hero-note { max-width: none; margin-top: 23px; font-size: 9px; }
  .audience-inner { flex-wrap: wrap; gap: 19px; padding-top: 25px; padding-bottom: 25px; }
  .audience-inner p { flex-basis: 100%; font-size: 11px; }
  .audience-inner p br { display: none; }
  .audience-inner > span { font-size: 10px; gap: 5px; }
  .audience-inner svg { width: 16px; height: 16px; }
  .section { padding-top: 58px; padding-bottom: 58px; }
  .section-heading { display: block; }
  h2, .company-heading h2, .contact h2 { font-size: 35px; letter-spacing: -1.5px; }
  .section-heading > p { margin-top: 22px; max-width: none; font-size: 13px; }
  .eyebrow { font-size: 9px; }
  .product-tabs { gap: 10px; margin-top: 25px; }
  .product-tabs button { font-size: 11px; padding: 17px 0; gap: 5px; }
  .product-tabs button span { font-size: 8px; }
  .product-tabs button svg { display: none; }
  .product-panel { margin-top: 22px; }
  .product-copy h3 { font-size: 26px; }
  .product-footnote { display: block; margin-top: 20px; font-size: 9px; }
  .product-footnote p { text-align: left; margin-top: 12px; }
  .company-heading { grid-template-columns: 1fr; gap: 12px; }
  .company-intro { font-size: 13px; }
  .principles { grid-template-columns: 1fr; gap: 30px; margin-top: 38px; }
  .principles h3 { max-width: none; margin-top: 12px; font-size: 21px; }
  .principles p { max-width: none; font-size: 13px; }
  .principles article > span { font-size: 9px; }
  .contact { grid-template-columns: 1fr; gap: 42px; }
  .contact-copy > p:not(.eyebrow) { font-size: 13px; }
  .customer-access { border-left: 0; border-top: 1px solid var(--line); padding: 30px 0 0; }
  .site-footer { flex-wrap: wrap; padding-bottom: 76px; gap: 17px; }
  .site-footer p { font-size: 9px; margin-left: auto; max-width: 110px; text-align: right; line-height: 1.7; }
  .site-footer > span { flex-basis: 100%; margin-left: 0; font-size: 9px; }
}
@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
