@font-face{
  font-family:ScoremanSans;
  src:url('fonts/Roboto-variable.ttf') format('truetype');
  font-weight:100 900;
  font-style:normal;
  font-display:swap
}

:root{
  --ink:#172b45;
  --muted:#546579;
  --blue:#1657c8;
  --blue-dark:#104399;
  --pale:#eef4fe;
  --line:#dce4ed;
  --surface:#f8fafd;
  --white:#fff;
  --radius:24px
}

*{
  box-sizing:border-box
}

html{
  scroll-behavior:smooth;
  scroll-padding-top:104px
}

body{
  margin:0;
  background:#fff;
  color:var(--ink);
  font-family:ScoremanSans,Arial,sans-serif;
  font-size:16px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased
}

body:has(dialog[open]){
  overflow:hidden
}

a{
  color:inherit;
  text-decoration:none
}

button,input{
  font:inherit
}

button,a{
  -webkit-tap-highlight-color:transparent
}

button{
  cursor:pointer
}

img{
  display:block;
  max-width:100%;
  height:auto
}

button:focus-visible,a:focus-visible,summary:focus-visible,[tabindex]:focus-visible{
  outline:3px solid var(--blue);
  outline-offset:5px
}

[hidden]{
  display:none!important
}

.shell{
  width:min(1184px,calc(100% - 64px));
  margin-inline:auto
}

.icon-definitions{
  position:absolute;
  width:0;
  height:0;
  overflow:hidden
}

.icon{
  width:22px;
  height:22px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
  flex:none
}

.skip-link{
  position:fixed;
  left:16px;
  top:-80px;
  z-index:100;
  background:#fff;
  color:var(--blue);
  border:1px solid var(--blue);
  border-radius:8px;
  padding:12px 20px
}

.skip-link:focus{
  top:12px
}

.site-header{
  position:sticky;
  top:0;
  z-index:20;
  background:rgba(255,255,255,.97);
  border-bottom:1px solid #e8edf3
}

.nav-wrap{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  min-height:88px
}

#site-nav{
  display:flex;
  align-items:center;
  gap:28px
}

#site-nav>a{
  color:var(--muted);
  font-size:14px;
  font-weight:550;
  padding-block:14px;
  white-space:nowrap
}

#site-nav>a:hover{
  color:var(--blue)
}

.nav-actions{
  display:flex;
  align-items:center;
  gap:12px
}

.button{
  display:inline-flex;
  justify-content:center;
  align-items:center;
  gap:14px;
  min-height:52px;
  padding:13px 24px;
  border:1px solid transparent;
  border-radius:999px;
  font-weight:600;
  font-size:15px;
  line-height:1.4;
  transition:background .16s,box-shadow .16s
}

.button.primary{
  background:var(--blue);
  color:#fff;
  box-shadow:0 2px 4px #173a7612
}

.button.primary:hover{
  background:var(--blue-dark);
  box-shadow:0 4px 14px #173a761f
}

.button.secondary{
  border-color:#c6d3e5;
  color:var(--blue);
  background:#fff
}

.button.secondary:hover{
  background:var(--pale)
}

.nav-app{
  min-height:44px;
  padding:10px 18px;
  font-size:14px
}

.nav-app .icon{
  width:18px;
  height:18px
}

.menu-button{
  display:none;
  width:44px;
  height:44px;
  padding:10px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:50%
}

.menu-button span{
  display:block;
  width:20px;
  height:2px;
  background:var(--ink);
  margin:5px 0;
  border-radius:2px
}

.hero{
  padding:72px 0 0;
  background:linear-gradient(#fff 18%,#f3f7fe 100%)
}

.hero-copy{
  text-align:center;
  max-width:850px;
  margin:0 auto
}

.eyebrow{
  margin:0 0 16px;
  color:var(--blue);
  font-weight:650;
  font-size:12px;
  line-height:1.5;
  letter-spacing:.09em;
  text-transform:uppercase
}

.hero-copy .eyebrow{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px
}

.status-dot{
  width:7px;
  height:7px;
  border-radius:50%;
  background:#25825a;
  box-shadow:0 0 0 4px #e8f5ef;
  flex:none
}

h1,h2,h3,p{
  overflow-wrap:break-word
}

h1,h2,h3{
  font-weight:620;
  line-height:1.12;
  letter-spacing:-.035em
}

h1{
  font-size:clamp(44px,5.5vw,76px);
  margin:16px 0 24px;
  font-weight:660;
  letter-spacing:-.045em;
  line-height:1.08
}

h1 span{
  color:var(--blue)
}

.hero-description{
  max-width:590px;
  margin:0 auto;
  color:var(--muted);
  font-size:20px;
  line-height:1.65
}

.hero-actions{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:12px;
  margin-top:28px
}

.hero-note{
  font-size:13px;
  color:var(--muted);
  margin:17px 0 0
}

.hero-product{
  position:relative;
  margin:46px 0 0;
  border:1px solid #d4dfed;
  border-radius:20px 20px 0 0;
  overflow:hidden;
  background:#fff;
  box-shadow:0 16px 55px #173b7612
}

.screen-bar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  min-height:48px;
  padding:10px 20px;
  color:var(--muted);
  font-size:12px;
  border-bottom:1px solid var(--line);
  background:#fff
}

.screen-bar>span:first-child{
  display:flex;
  align-items:center;
  gap:9px;
  font-weight:600;
  color:var(--ink)
}

.screen-dot{
  height:8px;
  width:8px;
  background:#d5e3f9;
  border-radius:50%
}

.screen-link{
  display:block;
  position:relative;
  cursor:zoom-in;
  background:var(--surface)
}

.hero-product .screen-link{
  max-height:600px;
  overflow:hidden
}

.screen-link img{
  width:100%
}

.zoom-hint{
  display:flex;
  align-items:center;
  gap:8px;
  position:absolute;
  bottom:16px;
  right:16px;
  min-height:42px;
  padding:8px 14px;
  font-size:12px;
  font-weight:600;
  color:var(--ink);
  background:#fff;
  border:1px solid var(--line);
  border-radius:999px;
  box-shadow:0 3px 12px #1b365a10;
  transition:background .2s
}

.zoom-hint .icon{
  width:18px;
  height:18px
}

.screen-link:hover .zoom-hint{
  background:var(--pale)
}

.hero-product figcaption{
  position:relative;
  padding:14px 20px;
  font-size:12px;
  color:var(--muted);
  border-top:1px solid var(--line);
  background:#fff;
  text-align:center
}

.capability-strip{
  border-bottom:1px solid var(--line);
  background:#fff
}

.capability-strip .shell{
  display:flex;
  justify-content:space-between;
  gap:16px;
  padding-block:27px
}

.capability-strip span{
  font-size:13px;
  color:var(--muted);
  font-weight:550
}

.section{
  padding:104px 0
}

.section-heading{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:56px;
  margin-bottom:38px
}

h2{
  margin:0;
  font-size:clamp(32px,3.5vw,46px);
  line-height:1.14
}

.section-heading>p{
  max-width:420px;
  margin:0 0 3px;
  color:var(--muted);
  font-size:16px;
  line-height:1.75
}

.product-tour{
  border:1px solid var(--line);
  border-radius:20px;
  overflow:hidden;
  background:#fff;
  box-shadow:0 10px 32px #173b7608
}

.tour-tabs{
  display:flex;
  overflow-x:auto;
  gap:8px;
  padding:12px 16px;
  border-bottom:1px solid var(--line);
  background:var(--surface);
  scrollbar-width:thin
}

.tour-tabs button{
  border:0;
  background:transparent;
  color:var(--muted);
  padding:12px 20px;
  min-height:46px;
  border-radius:999px;
  font-size:14px;
  font-weight:600;
  white-space:nowrap;
  flex-shrink:0
}

.tour-tabs button[aria-selected=true]{
  background:#dfeaff;
  color:#114caa
}

.tour-tabs button:hover{
  background:#eaf0f9;
  color:var(--ink)
}

.tour-tabs button:focus-visible{
  outline-offset:-3px
}

.tour-panel>.screen-link{
  max-height:670px;
  overflow:hidden
}

.tour-caption{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:48px;
  align-items:center;
  padding:30px 32px;
  border-top:1px solid var(--line)
}

.tour-caption h3{
  margin:0;
  font-size:23px;
  line-height:1.3
}

.tour-caption p{
  margin:0;
  color:var(--muted);
  font-size:15px
}

.screenshot-note{
  font-size:12px;
  margin:16px 0 0;
  color:var(--muted);
  text-align:center
}

.tour-fallback{
  padding:12px 24px
}

.tour-fallback a{
  text-decoration:underline
}

.features-section{
  background:var(--surface);
  border-block:1px solid #e8edf3
}

.feature-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:32px 40px
}

.feature-grid article{
  padding:12px 0 8px
}

.feature-icon{
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  border:1px solid #dce7f7;
  border-radius:14px;
  background:#edf4ff;
  color:var(--blue);
  margin-bottom:22px
}

.feature-icon .icon{
  width:24px;
  height:24px
}

.feature-grid h3{
  margin:0 0 12px;
  font-size:21px;
  line-height:1.35;
  letter-spacing:-.018em
}

.feature-grid p{
  margin:0;
  color:var(--muted);
  font-size:15px;
  line-height:1.75
}

.text-link{
  display:inline-flex;
  align-items:center;
  gap:12px;
  min-height:44px;
  color:var(--blue);
  font-size:15px;
  font-weight:600
}

.text-link:hover{
  text-decoration:underline;
  text-underline-offset:4px
}

.workflow-steps{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  list-style:none;
  padding:0;
  margin:50px 0 0;
  border-top:1px solid var(--line)
}

.workflow-steps li{
  padding:28px 25px 10px 0;
  margin-right:25px;
  position:relative
}

.workflow-steps li:last-child{
  margin-right:0;
  padding-right:0
}

.step-number{
  display:grid;
  place-items:center;
  font-size:12px;
  font-weight:650;
  width:36px;
  height:36px;
  background:var(--pale);
  color:var(--blue);
  border-radius:50%;
  position:relative;
  margin-top:-47px;
  border:5px solid #fff;
  box-sizing:content-box
}

.workflow-steps h3{
  margin:22px 0 14px;
  font-size:21px;
  line-height:1.35
}

.workflow-steps p{
  margin:0;
  color:var(--muted);
  font-size:15px;
  line-height:1.75
}

.roles-note{
  margin-top:40px;
  border:1px solid var(--line);
  border-radius:16px;
  padding:24px 28px;
  display:grid;
  grid-template-columns:1fr 2.1fr;
  gap:36px;
  align-items:center;
  background:var(--surface)
}

.roles-note strong{
  font-size:18px;
  font-weight:600;
  letter-spacing:-.02em
}

.roles-note p{
  margin:0;
  color:var(--muted);
  font-size:14px
}

.questions-section{
  border-top:1px solid var(--line);
  padding-top:90px
}

.questions-grid{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:80px
}

.section-intro{
  color:var(--muted);
  font-size:15px;
  margin:24px 0 16px
}

.faq-list details{
  border-bottom:1px solid var(--line)
}

.faq-list details:first-child{
  border-top:1px solid var(--line)
}

.faq-list summary{
  position:relative;
  cursor:pointer;
  padding:22px 34px 22px 0;
  font-size:16px;
  font-weight:600;
  list-style:none;
  line-height:1.5
}

.faq-list summary::-webkit-details-marker{
  display:none
}

.faq-list summary::after{
  content:'+';
  position:absolute;
  right:4px;
  top:18px;
  font-size:24px;
  font-weight:400;
  color:var(--blue)
}

.faq-list details[open] summary::after{
  content:'−'
}

.faq-list details p{
  margin:0;
  padding:0 24px 24px 0;
  font-size:15px;
  color:var(--muted);
  line-height:1.75
}

.faq-list a{
  color:var(--blue);
  text-decoration:underline;
  text-underline-offset:3px
}

.cta-section{
  padding:0 0 80px
}

.cta-card{
  padding:48px 52px;
  border-radius:var(--radius);
  background:#eaf2ff;
  border:1px solid #dae6f9;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:40px
}

.cta-card h2{
  font-size:34px
}

.cta-card p:last-child{
  color:var(--muted);
  font-size:15px;
  margin:16px 0 0
}

.cta-card .button{
  flex-shrink:0
}

.site-footer{
  border-top:1px solid var(--line);
  padding:40px 0
}

.footer-grid{
  display:grid;
  grid-template-columns:1fr auto;
  gap:24px 60px;
  align-items:center
}

.footer-grid>div>p{
  color:var(--muted);
  font-size:13px;
  margin:16px 0 0
}

.footer-links{
  display:flex;
  gap:28px;
  align-items:center;
  flex-wrap:wrap;
  color:var(--muted);
  font-size:14px
}

.footer-links a{
  padding-block:10px
}

.footer-links a:hover{
  color:var(--blue)
}

.copyright{
  font-size:12px;
  color:var(--muted);
  margin:0;
  grid-column:1/-1
}

.screenshot-viewer{
  padding:0;
  max-width:min(1540px,calc(100vw - 48px));
  width:100%;
  max-height:calc(100dvh - 48px);
  border:1px solid #c6d3e5;
  border-radius:16px;
  background:#fff;
  box-shadow:0 20px 80px #0004;
  color:var(--ink)
}

.screenshot-viewer::backdrop{
  background:#142641bb;
  backdrop-filter:blur(4px)
}

.viewer-toolbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:12px 20px;
  position:sticky;
  top:0;
  background:#fff;
  border-bottom:1px solid var(--line);
  z-index:1
}

.viewer-toolbar p{
  margin:0;
  font-size:14px;
  line-height:1.5
}

.viewer-close{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:44px;
  flex:none;
  border:1px solid var(--line);
  border-radius:999px;
  background:var(--surface);
  padding:8px 16px;
  font-size:14px;
  color:var(--ink)
}

.viewer-close span{
  font-size:22px;
  line-height:1
}

.viewer-image-wrap{
  overflow:auto;
  background:var(--surface)
}

.viewer-image-wrap img{
  min-width:1000px;
  width:100%;
  max-width:none
}

@media(min-width:1600px){
  .hero-product .screen-link{
    max-height:640px
  }
}

@media(max-width:1000px){
  .nav-wrap{
    gap:16px
  }
  #site-nav{
    gap:16px
  }
  #site-nav>a{
    font-size:13px
  }
  .brand{
    font-size:18px!important
  }
  .section-heading{
    gap:36px
  }
  .section-heading>p{
    max-width:350px
  }
  .questions-grid{
    gap:40px
  }
  .feature-grid{
    gap:28px
  }
  .cta-card{
    padding:36px
  }
  .cta-card h2{
    font-size:30px
  }
}

@media(max-width:780px){
  html{
    scroll-padding-top:88px
  }
  .shell{
    width:calc(100% - 40px)
  }
  .nav-wrap{
    min-height:76px;
    flex-wrap:wrap;
    padding-block:14px;
    position:relative
  }
  .nav-actions{
    margin-left:auto;
    gap:8px
  }
  .nav-app{
    font-size:13px;
    padding:10px 15px
  }
  .nav-app .icon{
    width:16px
  }
  .js .menu-button{
    display:block
  }
  #site-nav{
    order:3;
    width:100%;
    flex-wrap:wrap;
    gap:0;
    padding:8px 0
  }
  #site-nav>a{
    font-size:15px;
    width:50%;
    padding:12px 8px
  }
  .js #site-nav:not(.is-open){
    display:none
  }
  .hero{
    padding-top:44px
  }
  .hero-copy .eyebrow{
    font-size:10px;
    letter-spacing:.055em
  }
  .hero-description{
    font-size:17px;
    max-width:540px
  }
  .hero-product{
    margin-top:34px;
    border-radius:14px 14px 0 0
  }
  .hero-product .screen-link{
    max-height:none
  }
  .screen-bar{
    padding:10px 14px;
    min-height:42px;
    font-size:11px
  }
  .screen-note{
    display:none
  }
  .hero-product figcaption{
    padding:12px 16px;
    font-size:11px
  }
  .zoom-hint{
    right:10px;
    bottom:10px;
    font-size:11px;
    padding:6px 10px;
    min-height:36px
  }
  .capability-strip .shell{
    flex-wrap:wrap;
    justify-content:center;
    gap:9px 24px;
    padding-block:22px
  }
  .capability-strip span{
    font-size:12px
  }
  .section{
    padding:68px 0
  }
  .section-heading{
    display:block;
    margin-bottom:28px
  }
  .section-heading>p{
    margin-top:20px;
    max-width:560px;
    font-size:15px
  }
  .section-heading>.text-link{
    margin-top:20px
  }
  .tour-tabs{
    padding:10px;
    gap:4px
  }
  .tour-tabs button{
    font-size:13px;
    padding:12px 15px
  }
  .tour-caption{
    grid-template-columns:1fr;
    gap:12px;
    padding:24px
  }
  .tour-caption h3{
    font-size:21px
  }
  .tour-caption p{
    font-size:14px
  }
  .tour-panel>.screen-link{
    max-height:none
  }
  .screenshot-note{
    font-size:11px
  }
  .feature-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:24px 28px
  }
  .feature-grid h3{
    font-size:19px
  }
  .feature-grid p{
    font-size:14px
  }
  .workflow-steps{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:30px 24px;
    margin-top:30px;
    border-top:0
  }
  .workflow-steps li{
    margin:0;
    padding:0
  }
  .step-number{
    margin:0;
    border:0;
    width:36px;
    height:36px
  }
  .workflow-steps h3{
    font-size:19px;
    margin:16px 0 12px
  }
  .workflow-steps p{
    font-size:14px
  }
  .roles-note{
    grid-template-columns:1fr;
    gap:10px;
    padding:24px;
    margin-top:30px
  }
  .questions-grid{
    grid-template-columns:1fr;
    gap:30px
  }
  .questions-grid h2 br{
    display:none
  }
  .faq-list summary{
    font-size:15px
  }
  .faq-list details p{
    font-size:14px
  }
  .cta-section{
    padding-bottom:56px
  }
  .cta-card{
    flex-direction:column;
    align-items:flex-start;
    gap:24px;
    padding:32px
  }
  .cta-card h2{
    font-size:30px
  }
  .footer-grid{
    grid-template-columns:1fr;
    gap:22px
  }
  .footer-links{
    gap:10px 24px
  }
  .site-footer{
    padding:32px 0
  }
}

@media(max-width:440px){
  .shell{
    width:calc(100% - 32px)
  }
  .nav-wrap{
    gap:10px
  }
  .nav-app{
    padding:10px 13px
  }
  .nav-app .icon{
    display:none
  }
  .hero{
    padding-top:36px
  }
  h1{
    font-size:42px
  }
  .hero-copy .eyebrow{
    font-size:9px;
    letter-spacing:.015em;
    gap:7px
  }
  .hero-description{
    font-size:16px;
    line-height:1.65
  }
  .hero-actions{
    gap:10px
  }
  .hero-actions .button{
    font-size:14px;
    min-height:48px;
    padding:12px 18px
  }
  .hero-note{
    font-size:12px
  }
  .hero-product{
    margin-top:30px
  }
  .zoom-hint{
    font-size:0;
    gap:0;
    border-radius:50%;
    width:36px;
    justify-content:center
  }
  .zoom-hint .icon{
    width:18px;
    height:18px
  }
  .hero-product figcaption{
    line-height:1.5
  }
  .feature-grid{
    grid-template-columns:1fr;
    gap:28px
  }
  .feature-grid article{
    display:grid;
    grid-template-columns:44px 1fr;
    gap:0 16px;
    padding:0
  }
  .feature-icon{
    width:44px;
    height:44px;
    margin:0;
    grid-row:1/3
  }
  .feature-grid h3{
    margin:0 0 9px;
    font-size:19px
  }
  .feature-grid p{
    grid-column:2
  }
  .workflow-steps{
    gap:28px 20px
  }
  .workflow-steps h3{
    font-size:18px
  }
  .workflow-steps p{
    font-size:14px
  }
  .cta-card{
    padding:28px 24px
  }
  .cta-card h2{
    font-size:28px
  }
  .tour-caption{
    padding:20px
  }
  .tour-caption h3{
    font-size:20px
  }
  .screenshot-viewer{
    max-width:calc(100vw - 16px);
    max-height:calc(100dvh - 16px)
  }
  .viewer-toolbar{
    gap:12px;
    padding:12px
  }
  .viewer-toolbar p{
    font-size:12px
  }
  .viewer-close{
    padding:8px 12px;
    font-size:12px
  }
}

@media(max-width:359px){
  h1{
    font-size:36px
  }
  .hero-actions{
    flex-direction:column;
    align-items:stretch
  }
  .brand{
    font-size:16px!important
  }
  .nav-app{
    font-size:12px
  }
  .workflow-steps{
    grid-template-columns:1fr
  }
  .hero-copy .eyebrow{
    font-size:8px
  }
  .screen-bar{
    font-size:10px
  }
}

@media(prefers-reduced-motion:reduce){
  html{
    scroll-behavior:auto
  }
  *,*::before,*::after{
    transition:none!important
  }
}
