@charset "UTF-8";
:root{
  color-scheme: light;
  --ink: #162f2c;
  --muted: #626f6b;
  --green: #246b57;
  --mint: #bef1d4;
  --line: #e1e7e0;
  --paper: #f8faf7;
  --white: #fff;
  --radius: 14px;
  font-family: "Segoe UI",Arial,sans-serif;
  font-synthesis: none;
  color: var(--ink);
  background: var(--paper);
  font-size: 16px
}

*,*::before,*::after{
  box-sizing: border-box
}

html{
  scroll-behavior: smooth;
  scroll-padding-top: 105px
}

body{
  margin: 0;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased
}

button,input,select{
  font: inherit
}

button,a,select,summary{
  -webkit-tap-highlight-color: transparent
}

a{
  color: inherit;
  text-decoration: none
}

button{
  color: inherit
}

button,summary,select{
  cursor: pointer
}

button{
  background: none
}

button: disabled{
  cursor: default
}

img,svg{
  vertical-align: middle
}

img{
  max-width: 100%
}

button: focus-visible,a:focus-visible,select:focus-visible,summary:focus-visible,[tabindex]:focus-visible{
  outline: 3px solid #318a70;
  outline-offset: 5px
}

h1,h2,h3,p{
  margin: 0
}

h1,h2,h3{
  font-weight: 650;
  line-height: 1.15
}

h2{
  letter-spacing: -1.7px
}

ul,ol{
  margin: 0;
  padding: 0;
  list-style: none
}

[hidden]{
  display: none!important
}

.icon-library{
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden
}

.icon{
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: none
}

.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0
}

.skip-link{
  position: fixed;
  left: 16px;
  top: -80px;
  background: var(--ink);
  color: white;
  padding: 12px 20px;
  z-index: 100;
  border-radius: 8px
}

.skip-link:focus{
  top: 12px
}

.container{
  width: min(1160px,calc(100% - 80px));
  margin-inline: auto
}

.section-pad{
  padding-block: 100px
}

.eyebrow{
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.8px;
  color: var(--green);
  line-height: 1.6
}

.status-dot{
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #469775;
  border-radius: 50%;
  flex: none
}

.site-header{
  height: 86px;
  background: rgba(248,250,247,.94);
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(225,231,224,.7);
  backdrop-filter: blur(14px)
}

.header-inner{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px
}

.brand{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  letter-spacing: -1px;
  font-weight: 730;
  white-space: nowrap
}

.brand-light{
  font-weight: 450
}

.main-nav{
  display: flex;
  align-items: center;
  gap: 31px;
  font-size: 12px;
  font-weight: 550
}

.main-nav>a:not(.button){
  padding-block: 9px;
  transition: color .2s
}

.main-nav>a:hover{
  color: var(--green)
}

.button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 15px 22px;
  border: 1px solid transparent;
  border-radius: 7px;
  line-height: 1.3;
  font-size: 13px;
  font-weight: 600;
  transition: background .2s,transform .2s,box-shadow .2s
}

.button .icon{
  width: 17px;
  height: 17px
}

.button:hover{
  transform: translateY(-2px)
}

.button-dark{
  background: var(--ink);
  color: #fff;
  box-shadow: 0 2px 2px #122d2a10
}

.button-dark:hover{
  background: #2a5148;
  color: #fff!important;
  box-shadow: 0 5px 15px #18332c18
}

.button-small{
  font-size: 11px;
  padding: 11px 15px;
  gap: 17px
}

.button-text{
  gap: 14px
}

.button-text:hover{
  background: #eaf0e8
}

.button-text>span{
  font-size: 20px;
  font-weight: 400
}

.button-mint{
  background: var(--mint);
  color: #123c30
}

.button-mint:hover{
  background: #d1f9e1
}

.menu-toggle{
  display: none
}

.hero{
  position: relative;
  overflow: hidden;
  padding-top: 69px;
  background: linear-gradient(180deg,#f8faf7 0%,#f8faf7 45%,#eaf2ec 88%,#f8faf7 100%)
}

.hero-grid{
  position: absolute;
  inset: 0 0 37%;
  pointer-events: none;
  opacity: .45;
  background-image: linear-gradient(#cedbd44d 1px,transparent 1px),linear-gradient(90deg,#cedbd44d 1px,transparent 1px);
  background-size: 68px 68px;
  mask-image: linear-gradient(90deg,#000,transparent 29%,transparent 71%,#000)
}

.hero-grid:after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,var(--paper),transparent 25%,transparent 60%,var(--paper))
}

.hero-content{
  text-align: center;
  position: relative
}

.hero-eyebrow{
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid #dce7dc;
  border-radius: 30px;
  padding: 6px 12px;
  font-size: 9px;
  letter-spacing: 1.3px;
  background: #f1f6ef
}

.hero h1{
  font-size: clamp(54px,6.1vw,84px);
  font-weight: 650;
  line-height: 1.025;
  letter-spacing: -5px;
  margin: 24px 0 22px
}

.hero h1>span{
  color: #508b70
}

.hero-description{
  font-size: 16px;
  line-height: 1.75;
  color: #68766d
}

.hero-actions{
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 26px
}

.hero-note{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 10px;
  color: #62705b;
  margin-top: 17px
}

.hero-note>.icon{
  width: 12px;
  height: 12px;
  color: #62705b
}

.hero-note>span{
  width: 3px;
  height: 3px;
  background: #b6c3b6;
  border-radius: 50%;
  margin: 0 8px
}

.demo-wrap{
  position: relative;
  margin-top: 52px;
  scroll-margin-top: 111px
}

.demo-intro{
  display: flex;
  justify-content: space-between;
  font-size: 9px;
  color: #62705b;
  margin: 0 3px 12px
}

.demo-intro>span:first-child{
  letter-spacing: 1.15px;
  font-weight: 650;
  display: flex;
  align-items: center;
  gap: 7px
}

.demo-intro>span:last-child{
  color: #62705b
}

.product-window{
  background: white;
  border: 1px solid #d6e0d7;
  box-shadow: 0 24px 65px -34px #29482e55,0 3px 8px #344b3310;
  border-radius: 12px;
  overflow: hidden;
  text-align: left
}

.window-top{
  height: 44px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  gap: 22px;
  border-bottom: 1px solid #e8ece7;
  background: #fbfcfa;
  position: relative
}

.window-dots{
  display: flex;
  gap: 5px
}

.window-dots i{
  width: 7px;
  height: 7px;
  background: #dce3da;
  border-radius: 50%
}

.window-dots i:first-child{
  background: #dbc8bd
}

.window-dots i:nth-child(2){
  background: #e7d9b6
}

.window-title{
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  color: #62705b
}

.window-title>span{
  color: #b3bcb4
}

.window-avatar{
  display: grid;
  place-items: center;
  margin-left: auto;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background: #e6edde;
  color: #62705b;
  font-size: 9px;
  font-weight: 650
}

.product-body{
  display: flex;
  min-height: 449px
}

.product-sidebar{
  width: 190px;
  flex: none;
  background: #f8faf7;
  border-right: 1px solid #e7ece5;
  padding: 22px 12px 18px;
  display: flex;
  flex-direction: column
}

.workspace-label{
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  font-weight: 600;
  margin: 0 5px 29px
}

.workspace-label small{
  display: block;
  font-size: 8px;
  font-weight: 400;
  color: #62705b;
  margin-top: 2px
}

.workspace-icon{
  display: grid;
  place-items: center;
  background: #edece2;
  color: #62705b;
  width: 29px;
  height: 29px;
  border: 1px solid #e1e3d7;
  border-radius: 7px;
  font-weight: 700
}

.sidebar-heading{
  font-size: 7.5px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #62705b;
  display: block;
  margin: 0 8px 9px
}

.preview-tabs{
  display: grid;
  gap: 4px
}

.preview-tab{
  display: flex;
  align-items: center;
  text-align: left;
  gap: 9px;
  border: 0;
  width: 100%;
  font-size: 10px;
  color: #62705b;
  border-radius: 5px;
  padding: 9px 10px;
  min-height: 35px
}

.preview-tab .icon{
  width: 14px;
  height: 14px
}

.preview-tab:hover{
  background: #eef3eb
}

.preview-tab[aria-selected=true]{
  background: #e4eee2;
  color: #2d694c;
  font-weight: 650
}

.tab-count{
  margin-left: auto;
  font-size: 8px;
  background: #e8eee4;
  border-radius: 3px;
  padding: 0 4px
}

.sidebar-collection{
  margin-top: 28px
}

.sidebar-collection>span:not(.sidebar-heading){
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 9px;
  color: #62705b;
  margin: 14px 12px
}

.collection-dot{
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 2px
}

.green{
  background: #3e8669
}

.orange{
  background: #d9b07e
}

.blue{
  background: #a5bed1
}

.mint{
  background: #a3d3b5
}

.light{
  background: #e7eee1
}

.sidebar-bottom{
  margin-top: auto;
  display: flex;
  gap: 9px;
  align-items: center;
  border-top: 1px solid #e4eae1;
  padding: 15px 8px 0;
  color: #62705b;
  font-size: 8px;
  line-height: 1.6
}

.sidebar-bottom .icon{
  width: 15px;
  height: 15px
}

.preview-content{
  padding: 23px 25px 12px;
  min-width: 0;
  width: 100%;
  background: #fcfdfa
}

.preview-panel{
  outline-offset: -2px
}

.dashboard-heading{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 21px
}

.breadcrumb{
  font-size: 8px;
  color: #62705b;
  margin-bottom: 8px
}

.breadcrumb span{
  margin-inline: 7px;
  color: #b7c1b0
}

.dashboard-heading h2{
  font-size: 20px;
  letter-spacing: -.6px;
  display: flex;
  align-items: center;
  gap: 9px
}

.dashboard-heading p{
  font-size: 9px;
  color: #62705b;
  margin-top: 6px
}

.demo-tag{
  font-size: 7px;
  letter-spacing: .8px;
  line-height: 1.5;
  border-radius: 3px;
  background: #ebf2e7;
  color: #62705b;
  padding: 2px 5px;
  font-weight: 650;
  align-self: center
}

.period-control{
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px
}

.period-control label{
  font-size: 9px;
  color: #62705b
}

.period-control select{
  background: white;
  font-size: 9px;
  border: 1px solid #e3e8dd;
  border-radius: 5px;
  color: #62705b;
  padding: 7px 6px;
  min-height: 31px;
  max-width: 160px
}

.metrics{
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 12px;
  margin-bottom: 15px
}

.metric{
  background: white;
  border: 1px solid #e5eadd;
  border-radius: 7px;
  padding: 14px 15px
}

.metric>div{
  font-size: 10px;
  color: #62705b;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 7px
}

.metric>div>.icon{
  width: 13px;
  height: 13px;
  color: #b6c3a9
}

.metric>strong{
  display: block;
  font-size: 27px;
  font-weight: 600;
  letter-spacing: -.9px;
  margin: 7px 0 8px;
  line-height: 1.2;
  font-variant-numeric: tabular-nums
}

.metric>strong small{
  font-size: 16px;
  font-weight: 450;
  letter-spacing: 0;
  color: #62705b
}

.metric>span{
  font-size: 8px;
  color: #62705b;
  display: flex;
  gap: 5px;
  align-items: center;
  flex-wrap: wrap
}

.metric b{
  color: #62705b;
  font-size: 8px;
  background: #edf6e8;
  border-radius: 3px;
  padding: 1px 4px;
  font-weight: 500;
  white-space: nowrap
}

.charts-row{
  display: grid;
  grid-template-columns: minmax(0,2.25fr) minmax(160px,1fr);
  gap: 13px
}

.chart-card{
  background: white;
  border: 1px solid #e4e9dd;
  border-radius: 7px;
  min-width: 0;
  padding: 14px 15px 10px
}

.chart-card-heading{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px
}

.chart-card h3{
  font-size: 10px;
  font-weight: 550;
  letter-spacing: -.1px
}

.chart-legend{
  font-size: 7px;
  color: #62705b;
  display: flex;
  align-items: center;
  gap: 4px
}

.chart-legend i{
  width: 5px;
  height: 5px;
  background: #388974;
  border-radius: 50%
}

.revenue-chart{
  width: 100%;
  height: auto;
  margin-top: 23px;
  overflow: visible
}

.chart-gridlines{
  stroke: #eef1e8;
  stroke-dasharray: 3 3;
  stroke-width: 1
}

.chart-labels{
  fill: #95a087;
  font-size: 10px
}

.channel-card .chart-card-heading{
  justify-content: center
}

.donut{
  border-radius: 50%;
  width: 92px;
  height: 92px;
  margin: 13px auto;
  background: conic-gradient(#3e8669 0 64%,#a3d3b5 64% 88%,#e7eee1 88%);
  display: grid;
  place-items: center;
  transform: rotate(-30deg)
}

.donut>div{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 50%;
  width: 67px;
  height: 67px;
  transform: rotate(30deg)
}

.donut strong{
  font-size: 23px;
  font-weight: 500;
  line-height: 1.2
}

.donut span{
  font-size: 7px;
  color: #62705b
}

.channel-legend{
  font-size: 7.5px;
  color: #62705b;
  display: grid;
  gap: 4px
}

.channel-legend>li{
  display: flex;
  justify-content: space-between;
  align-items: center
}

.channel-legend span{
  display: flex;
  align-items: center;
  gap: 5px
}

.channel-legend i{
  width: 5px;
  height: 5px;
  display: inline-block;
  border-radius: 2px
}

.channel-legend strong{
  color: #62705b;
  font-weight: 500
}

.preview-footer{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 7px;
  color: #62705b;
  padding-top: 13px;
  gap: 10px
}

.preview-footer>span:first-child{
  display: flex;
  align-items: center;
  gap: 5px
}

.preview-footer .status-dot{
  width: 4px;
  height: 4px
}

.preview-footer>span:last-child>span{
  font-size: 11px;
  margin-left: 4px
}

.source-list{
  display: grid;
  gap: 13px;
  margin-top: 24px
}

.source-row{
  display: flex;
  gap: 12px;
  align-items: center;
  border: 1px solid var(--line);
  padding: 15px;
  border-radius: 7px;
  background: white
}

.source-row h3{
  font-size: 12px;
  font-weight: 600
}

.source-row p{
  font-size: 10px;
  color: var(--muted);
  margin-top: 3px
}

.source-icon{
  width: 37px;
  height: 37px;
  display: grid;
  place-items: center;
  border-radius: 8px
}

.source-icon .icon{
  width: 19px;
  height: 19px
}

.sql-source{
  background: #e9eff4;
  color: #62705b
}

.api-source{
  background: #f5eddc;
  color: #62705b
}

.excel-source{
  background: #e6f1e6;
  color: #62705b
}

.source-type{
  margin-left: auto;
  font-size: 8px;
  color: #62705b;
  background: #f4f7ef;
  padding: 3px 7px;
  border-radius: 4px
}

.source-explanation{
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 20px;
  padding: 16px;
  background: #eef4e9;
  border: 1px solid #e2ebd9;
  border-radius: 7px;
  color: #62705b
}

.source-explanation h3{
  font-size: 11px;
  margin-bottom: 6px
}

.source-explanation p{
  font-size: 10px;
  line-height: 1.7;
  max-width: 530px
}

.preview-footnote{
  font-size: 8px;
  color: #62705b;
  margin-top: 18px
}

.code-preview{
  border: 1px solid #dae5d7;
  background: #f4f8f1;
  border-radius: 6px;
  overflow: hidden
}

.code-title{
  display: flex;
  justify-content: space-between;
  font-size: 8px;
  color: #62705b;
  padding: 9px 13px;
  border-bottom: 1px solid #e1eadb;
  gap: 8px
}

.code-title>span:first-child{
  display: flex;
  align-items: center;
  gap: 5px;
  color: #62705b
}

.code-title i{
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #74a86c
}

.code-preview pre{
  margin: 0;
  padding: 14px 17px;
  font-size: 11px;
  line-height: 1.8;
  overflow-x: auto;
  color: #5d7255;
  font-family: Consolas,"Liberation Mono",monospace
}

.syntax-keyword{
  color: #62705b
}

.syntax-type,.syntax-function{
  color: #62705b
}

.syntax-string{
  color: #62705b
}

.query-result{
  margin-top: 12px;
  border: 1px solid #e4e9dd;
  border-radius: 6px;
  overflow: hidden;
  background: white
}

.result-heading{
  display: flex;
  justify-content: space-between;
  padding: 7px 11px;
  font-size: 8px;
  color: #62705b;
  border-bottom: 1px solid #e5ebde
}

.result-heading>span:first-child{
  display: flex;
  align-items: center;
  gap: 5px
}

.result-heading .status-dot{
  width: 4px;
  height: 4px
}

.query-result table{
  width: 100%;
  font-size: 9px;
  border-collapse: collapse;
  color: #62705b;
  font-variant-numeric: tabular-nums
}

.query-result th,.query-result td{
  text-align: left;
  padding: 5px 12px;
  border-bottom: 1px solid #eff2e9
}

.query-result th{
  background: #f7f9f3;
  font-weight: 550
}

.query-result tr:last-child td{
  border: 0
}

.no-script-note{
  font-size: 12px;
  margin-top: 12px;
  text-align: center
}

.integrations{
  padding: 47px 0 49px;
  border-bottom: 1px solid var(--line)
}

.integrations h2{
  font-size: 11px;
  font-weight: 450;
  color: #62705b;
  text-align: center;
  letter-spacing: .1px
}

.integrations ul{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 37px;
  margin-top: 23px
}

.integrations li{
  font-size: 14px;
  font-weight: 600;
  color: #62705b;
  display: flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
  letter-spacing: -.3px
}

.integration-mark{
  font-size: 20px;
  font-weight: 650;
  line-height: 1;
  letter-spacing: -1.8px
}

.microsoft-mark{
  display: grid;
  grid-template-columns: repeat(2,7px);
  gap: 2px
}

.microsoft-mark i{
  background: currentColor;
  width: 7px;
  height: 7px
}

.oracle-mark{
  font-size: 24px;
  transform: scaleX(1.3);
  margin-right: 3px;
  font-weight: 500
}

.api-mark{
  font-size: 17px;
  letter-spacing: 1px;
  font-family: Consolas,monospace
}

.integrations .icon{
  width: 19px;
  height: 19px
}

.section-heading{
  text-align: center;
  margin-bottom: 40px
}

.section-heading h2,.workflow h2,.ownership h2,.faq h2{
  font-size: 42px;
  line-height: 1.16;
  margin: 15px 0 17px;
  font-weight: 600
}

.section-heading p{
  font-size: 14px;
  color: var(--muted);
  line-height: 1.75
}

.feature-grid{
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 17px
}

.feature-card{
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  min-height: 285px
}

.feature-icon{
  width: 37px;
  height: 37px;
  border-radius: 9px;
  border: 1px solid #e0e9dd;
  background: #f5f8f2;
  display: grid;
  place-items: center;
  color: #62705b;
  margin-bottom: 21px
}

.feature-icon .icon{
  width: 19px;
  height: 19px
}

.feature-card h3{
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: -.45px;
  margin-bottom: 12px;
  font-weight: 600
}

.feature-card p{
  font-size: 12px;
  line-height: 1.8;
  color: var(--muted)
}

.feature-wide{
  grid-column: span 2;
  display: flex;
  align-items: center;
  gap: 25px
}

.feature-copy{
  width: 53%;
  flex: none
}

.feature-wide .feature-icon{
  margin-bottom: 22px
}

.feature-wide h3{
  font-size: 22px
}

.feature-caption{
  display: block;
  font-size: 8px;
  letter-spacing: 1.1px;
  color: #62705b;
  margin-top: 28px
}

.connection-illustration{
  width: 47%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-width: 0
}

.connection-sources{
  display: grid;
  gap: 16px;
  width: 62px;
  flex: none
}

.connection-sources>span{
  padding: 10px 5px;
  border: 1px solid #dbe5d6;
  border-radius: 7px;
  text-align: center;
  font-family: Consolas,monospace;
  font-size: 11px;
  background: #fafcf7;
  color: #62705b;
  box-shadow: 0 3px 5px #16362105
}

.connection-lines{
  width: 58px;
  min-width: 10px;
  height: 139px;
  position: relative
}

.connection-lines i{
  position: absolute;
  border-color: #c8d8c1;
  border-style: solid;
  border-width: 0;
  height: 0;
  width: 100%;
  top: 50%
}

.connection-lines i:first-child{
  height: 50px;
  top: 20px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-top-right-radius: 13px;
  width: 60%
}

.connection-lines i:nth-child(2){
  border-top-width: 1px
}

.connection-lines i:last-child{
  height: 51px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-bottom-right-radius: 13px;
  width: 60%;
  top: 69px
}

.connection-target{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  font-size: 10px;
  font-weight: 650;
  background: #edf5e6;
  border: 1px solid #d9e6cf;
  padding: 19px 16px 14px;
  border-radius: 13px;
  box-shadow: 0 10px 20px #334f2020
}

.connection-target img{
  box-shadow: 0 5px 10px #183d221c;
  border-radius: 13px
}

.feature-dark{
  background: #183f37;
  border-color: #183f37;
  color: #eef6ea
}

.feature-dark .feature-icon{
  background: #264e42;
  border-color: #41624e;
  color: #b8d6ad
}

.feature-dark p{
  color: #acbeb0
}

.mini-code{
  margin: 18px -10px -7px;
  font-family: Consolas,monospace;
  font-size: 10px;
  line-height: 1.85;
  background: #11342d;
  border: 1px solid #385b46;
  border-radius: 6px;
  padding: 13px;
  color: #a9c7a5
}

.mini-code span{
  color: #dfc688
}

.mini-bars{
  display: flex;
  align-items: end;
  gap: 6px;
  height: 67px;
  margin: 22px -1px -3px
}

.mini-bars i{
  width: 100%;
  background: #deebd7;
  border-radius: 3px 3px 0 0;
  height: 35%
}

.mini-bars i:nth-child(2){
  height: 43%
}

.mini-bars i:nth-child(3){
  height: 32%
}

.mini-bars i:nth-child(4){
  height: 57%
}

.mini-bars i:nth-child(5){
  height: 52%
}

.mini-bars i:nth-child(6){
  height: 68%
}

.mini-bars i:nth-child(7){
  height: 55%
}

.mini-bars i:nth-child(8){
  height: 81%;
  background: #a8c99b
}

.mini-bars i:nth-child(9){
  height: 68%;
  background: #a8c99b
}

.mini-bars i:nth-child(10){
  height: 90%;
  background: #89b07d
}

.mini-bars i:nth-child(11){
  height: 77%;
  background: #89b07d
}

.mini-bars i:nth-child(12){
  height: 100%;
  background: #518d66
}

.schedule-preview{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
  background: #f5f8f1;
  border: 1px solid #e2ead9;
  border-radius: 6px;
  padding: 12px 10px;
  margin-top: 27px;
  font-size: 9px;
  color: #62705b
}

.schedule-preview span{
  display: flex;
  gap: 7px;
  align-items: center
}

.schedule-preview .icon{
  width: 13px;
  height: 13px
}

.schedule-preview .status-dot{
  width: 5px;
  height: 5px
}

.history-preview{
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 33px;
  color: #62705b;
  font-size: 9px;
  position: relative;
  isolation: isolate
}

.history-preview:after{
  content: "";
  position: absolute;
  left: 55px;
  right: 43px;
  border-bottom: 1px dashed #c5d4b9;
  z-index: -1
}

.history-preview i{
  width: 12px;
  height: 12px;
  flex: none;
  background: #e4eddb;
  border: 3px solid white;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #d0ddc7
}

.history-preview .current{
  background: #739769;
  box-shadow: 0 0 0 1px #9aba8e
}

.history-preview>span:last-child{
  margin-left: auto
}

.feature-share{
  grid-column: span 2;
  min-height: 250px;
  background: #f0f5ea
}

.feature-grid>.feature-card:last-child{
  grid-column: span 2
}

.share-illustration{
  flex: 1;
  min-width: 0;
  padding-right: 0
}

.share-card{
  border: 1px solid #dce7d2;
  background: #fff;
  box-shadow: 0 10px 20px #3d562113;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 16px 12px;
  font-size: 9px;
  color: #62705b;
  transform: rotate(-3deg);
  white-space: nowrap
}

.share-card .icon{
  width: 15px;
  height: 15px
}

.share-card .icon:last-child{
  margin-left: auto;
  width: 13px;
  height: 13px
}

.share-people{
  display: flex;
  align-items: center;
  margin-top: 23px
}

.share-people>span{
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 2px solid #f0f5ea;
  background: #c0d6b2;
  color: #537440;
  font-size: 8px;
  font-weight: 600;
  border-radius: 50%;
  flex: none;
  margin-left: -6px
}

.share-people>span:first-child{
  margin-left: 0;
  background: #dddac6;
  color: #62705b
}

.share-people>span:last-of-type{
  background: #ccdedc;
  color: #62705b
}

.share-people i{
  font-size: 8px;
  font-style: normal;
  margin-left: 7px;
  color: #62705b;
  line-height: 1.6
}

.capabilities.section-pad{
  padding-top: 0;
}

.capability-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.capability-card{
  display: flex;
  flex-direction: column;
  padding: 36px;
  border: 1px solid #dce6d5;
  border-radius: var(--radius);
  background: #f0f5ea;
  min-width: 0;
}

.capability-label{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 1.4px;
  color: #4d7050;
}

.capability-label .icon{
  width: 19px;
  height: 19px;
}

.capability-card h3{
  margin-bottom: 18px;
  font-size: 29px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1.2;
}

.capability-card>p{
  color: #596d55;
  font-size: 13px;
  line-height: 1.85;
}

.capability-list{
  display: grid;
  gap: 11px;
  margin-block: 26px 30px;
  color: #506b4b;
  font-size: 12px;
  line-height: 1.6;
}

.capability-list li{
  display: flex;
  align-items: flex-start;
  gap: 9px;
}

.capability-list .icon{
  width: 15px;
  height: 15px;
  margin-top: 3px;
}

.capability-ai{
  background: #183f37;
  border-color: #183f37;
  color: #f1f7ed;
}

.capability-ai .capability-label,
.capability-ai .capability-list{
  color: #bde4c7;
}

.capability-ai>p{
  color: #c1d3c7;
}

.capability-prompt{
  margin: auto 0 0;
  padding: 20px;
  border: 1px solid #456454;
  border-radius: 9px;
  background: #21493e;
}

.capability-prompt>span{
  display: block;
  margin-bottom: 9px;
  color: #bde4c7;
  font-size: 8px;
  letter-spacing: 1.1px;
}

.capability-prompt p{
  color: #e1eee2;
  font-size: 13px;
  line-height: 1.75;
}

.capability-modules{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 9px;
  margin-top: auto;
  padding-block: 15px;
}

.capability-modules>span{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 20px 9px;
  border: 1px solid #d6e2cb;
  border-radius: 8px;
  background: #fafcf7;
  box-shadow: 0 5px 10px #334f2008;
  color: #506b4b;
  text-align: center;
  font-size: 10px;
  line-height: 1.6;
}

.capability-card>.capability-note{
  margin-top: 19px;
  font-size: 10px;
  line-height: 1.8;
}

@media(max-width:900px){
  .capability-card{
    padding: 26px;
  }
  .capability-card h3{
    font-size: 25px;
  }
  .capability-card>p,
  .capability-prompt p{
    font-size: 12px;
  }
  .capability-list{
    font-size: 11px;
  }
  .capability-modules{
    gap: 6px;
  }
  .capability-modules>span{
    padding: 16px 5px;
    font-size: 9px;
  }
}

@media(max-width:700px){
  .capability-grid{
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .capability-card{
    padding: 26px 24px;
  }
  .capability-label{
    margin-bottom: 21px;
    font-size: 8px;
  }
  .capability-card h3{
    font-size: 27px;
  }
  .capability-list{
    margin-block: 24px;
  }
  .capability-prompt{
    padding: 16px;
  }
  .capability-modules{
    padding-top: 0;
    padding-bottom: 0;
  }
}

.workflow{
  background: #eef3e9;
  border-block: 1px solid #e3e9dd
}

.workflow-heading{
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 50px
}

.workflow-heading h2{
  margin-bottom: 0
}

.workflow-heading>p{
  max-width: 280px;
  font-size: 13px;
  color: #62705b;
  line-height: 1.85;
  padding-bottom: 4px
}

.workflow-steps{
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 45px;
  margin-top: 52px;
  counter-reset: steps
}

.workflow-steps li{
  position: relative;
  padding-top: 30px;
  border-top: 1px solid #cfddc4
}

.step-number{
  color: #62705b;
  background: #e3ecdb;
  border: 1px solid #cbdcc0;
  position: absolute;
  top: -15px;
  left: 0;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-family: Consolas,monospace;
  font-size: 11px
}

.workflow-steps h3{
  font-size: 21px;
  letter-spacing: -.5px;
  margin-bottom: 13px
}

.workflow-steps p{
  font-size: 12px;
  color: #62705b;
  line-height: 1.85;
  max-width: 300px
}

.step-tag{
  display: inline-block;
  font-size: 8px;
  letter-spacing: .1px;
  color: #62705b;
  margin-top: 22px;
  padding: 5px 9px;
  border: 1px solid #dce6d3;
  border-radius: 4px;
  background: #f4f7ef
}

.ownership{
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 65px;
  padding-block: 106px;
  border-bottom: 1px solid var(--line)
}

.ownership-visual{
  position: relative;
  height: 310px;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  background: radial-gradient(ellipse,#e9f2e0 0,transparent 64%)
}

.ownership-visual>img{
  z-index: 1;
  border-radius: 21px;
  box-shadow: 0 14px 24px #2c4d2926
}

.orbit{
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid #dfe8d7;
  border-radius: 50%;
  transform: translate(-50%,-50%)
}

.orbit-one{
  width: 150px;
  height: 150px
}

.orbit-two{
  width: 235px;
  height: 235px
}

.orbit-three{
  width: 310px;
  height: 310px;
  border-style: dashed
}

.orbit-label{
  position: absolute;
  font-size: 10px;
  color: #62705b;
  border: 1px solid #dae5d2;
  background: #fbfcf9;
  padding: 9px 14px;
  border-radius: 6px;
  box-shadow: 0 3px 12px #5772460a;
  z-index: 2
}

.label-sql{
  top: 49px;
  left: 18%
}

.label-data{
  right: 7%;
  top: 145px
}

.label-server{
  bottom: 27px;
  left: 20%
}

.orbit-dot{
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #a3bf91;
  border: 2px solid var(--paper);
  box-shadow: 0 0 0 1px #dce7d2
}

.dot-one{
  top: 67px;
  right: 25%
}

.dot-two{
  bottom: 95px;
  left: 22%
}

.ownership-copy{
  max-width: 440px
}

.ownership-copy p{
  font-size: 13px;
  line-height: 1.85;
  color: var(--muted)
}

.check-list{
  margin-top: 24px;
  display: grid;
  gap: 12px;
  font-size: 11px;
  color: #62705b
}

.check-list li{
  display: flex;
  gap: 9px;
  align-items: center
}

.check-list .icon{
  width: 14px;
  height: 14px;
  color: #62705b
}

.faq-layout{
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px
}

.faq h2{
  font-size: 34px;
  letter-spacing: -1.3px
}

.faq-layout>div:first-child>p{
  font-size: 12px;
  color: #62705b;
  margin-top: 20px
}

.faq-list{
  border-top: 1px solid var(--line)
}

.faq details{
  border-bottom: 1px solid var(--line)
}

.faq summary{
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-size: 12px;
  font-weight: 550;
  padding: 20px 0
}

.faq summary::-webkit-details-marker{
  display: none
}

.faq summary>span{
  font-size: 21px;
  line-height: 1;
  color: #62705b;
  font-weight: 300;
  transition: transform .2s
}

.faq details[open] summary>span{
  transform: rotate(45deg)
}

.faq details p{
  font-size: 12px;
  line-height: 1.85;
  color: var(--muted);
  padding: 0 28px 21px 0
}

.closing{
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #153f36;
  border-radius: 14px;
  text-align: center;
  padding: 56px 30px 59px;
  color: #f1f7ed
}

.closing-grid{
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .13;
  background-image: linear-gradient(#c5e4b4 1px,transparent 1px),linear-gradient(90deg,#c5e4b4 1px,transparent 1px);
  background-size: 50px 50px;
  mask-image: linear-gradient(90deg,#000,transparent 33%,transparent 67%,#000)
}

.closing .eyebrow{
  font-size: 9px;
  color: #a4c6a0
}

.closing h2{
  font-size: 47px;
  font-weight: 550;
  letter-spacing: -1.8px;
  margin: 18px 0 17px;
  line-height: 1.1
}

.closing p{
  font-size: 12px;
  color: #9fbcaa
}

.closing .button{
  margin-top: 25px
}

.closing-wave{
  position: absolute;
  width: 410px;
  right: -185px;
  top: 90px;
  transform: rotate(-42deg);
  z-index: -1
}

.closing-wave svg{
  width: 100%;
  stroke: #81bba8;
  stroke-width: 1;
  opacity: .2
}

.site-footer{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 37px 40px;
  gap: 25px
}

.site-footer>div{
  display: flex;
  gap: 20px;
  align-items: center
}

.site-footer .brand{
  font-size: 20px;
  gap: 8px
}

.studio-credit{
  font-size: 10px;
  color: #62705b;
  border-left: 1px solid #dce5d5;
  padding-left: 20px
}

.site-footer p{
  font-size: 10px;
  color: #62705b
}

.site-footer>a{
  font-size: 10px;
  color: #62705b
}

.site-footer>a span{
  margin-left: 10px
}

.language-switch{
  display: flex;
  align-items: center;
  gap: 2px;
  order: 3;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 3px;
  font-size: 10px;
  flex: none
}

.language-switch a{
  display: grid;
  place-items: center;
  min-width: 28px;
  min-height: 27px;
  border-radius: 3px;
  color: #62705b
}

.language-switch a[aria-current=page]{
  background: #e2ecde;
  color: #355c39;
  font-weight: 650
}

.main-nav{
  margin-left: auto
}

.menu-toggle{
  order: 4
}

.schema-preview{
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 27px;
  font-size: 8px;
  color: #62705b
}

.schema-preview span{
  padding: 8px 7px;
  border: 1px solid #dce5d4;
  border-radius: 5px;
  background: #f4f8f0
}

.schema-preview i{
  font-style: normal;
  color: #728a65
}

.sidebar-heading,.sidebar-bottom,.breadcrumb,.dashboard-heading p,.metric>span,.chart-labels,.preview-footer,.preview-footnote,.channel-legend,.channel-legend strong,.donut span,.period-control label,.demo-intro>span:last-child,.integrations h2,.feature-caption,.step-tag,.studio-credit,.site-footer p{
  color: #62705b
}

.chart-labels{
  fill: #62705b
}

.demo-tag{
  color: #587044
}

.metric b{
  color: #387047
}

.hero-note{
  color: #62705b
}

.code-title{
  color: #62705b
}

.source-type{
  color: #62705b
}

.result-heading{
  color: #62705b
}

@media(min-width:1400px){
  .hero{
    padding-top: 79px
  }
  .demo-wrap{
    margin-top: 60px
  }
  .hero h1{
    font-size: 88px
  }
  .hero-description{
    font-size: 17px
  }
}

@media(max-width:1050px){
  .container{
    width: calc(100% - 48px)
  }
  .main-nav{
    gap: 22px;
    font-size: 11px
  }
  .hero h1{
    font-size: 72px;
    letter-spacing: -4px
  }
  .product-sidebar{
    width: 162px;
    padding-inline: 9px
  }
  .preview-content{
    padding: 20px 18px 12px
  }
  .dashboard-heading h2{
    font-size: 18px
  }
  .metric>strong{
    font-size: 23px
  }
  .metric{
    padding: 12px
  }
  .metric>span{
    font-size: 7px
  }
  .charts-row{
    grid-template-columns: minmax(0,2fr) minmax(140px,1fr)
  }
  .chart-card{
    padding-inline: 11px
  }
  .revenue-chart{
    margin-top: 35px
  }
  .integrations ul{
    gap: 25px
  }
  .integrations li{
    font-size: 12px
  }
  .feature-card{
    padding: 24px
  }
  .feature-card h3{
    font-size: 17px
  }
  .feature-wide{
    gap: 15px
  }
  .feature-wide h3{
    font-size: 20px
  }
  .feature-copy{
    width: 51%
  }
  .connection-sources{
    width: 51px
  }
  .connection-target{
    padding: 15px 10px 11px
  }
  .connection-target img{
    width: 40px;
    height: 40px
  }
  .connection-lines{
    width: 34px
  }
  .mini-code{
    font-size: 9px
  }
  .history-preview{
    gap: 16px
  }
  .share-card{
    font-size: 8px;
    gap: 5px;
    padding-inline: 9px
  }
  .share-card .icon{
    width: 12px;
    height: 12px
  }
  .share-people i{
    font-size: 7px
  }
  .ownership{
    gap: 40px
  }
  .faq-layout{
    gap: 50px
  }
  .site-footer p{
    display: none
  }
}

@media(max-width:800px){
  .site-header{
    height: 72px
  }
  .brand{
    font-size: 22px
  }
  .main-nav{
    gap: 17px;
    font-size: 10px
  }
  .main-nav .button{
    font-size: 10px;
    padding: 10px 12px;
    gap: 7px
  }
  .hero{
    padding-top: 55px
  }
  .hero h1{
    font-size: 65px;
    letter-spacing: -3.5px
  }
  .hero-description{
    font-size: 14px
  }
  .hero-eyebrow{
    font-size: 8px
  }
  .demo-wrap{
    margin-top: 42px
  }
  .product-body{
    min-height: 435px
  }
  .product-sidebar{
    width: 137px;
    padding-inline: 6px
  }
  .workspace-label{
    font-size: 8px;
    gap: 6px
  }
  .workspace-label small{
    font-size: 7px
  }
  .workspace-icon{
    width: 25px;
    height: 25px
  }
  .preview-tab{
    font-size: 9px;
    gap: 6px;
    padding-inline: 8px
  }
  .sidebar-collection>span:not(.sidebar-heading){
    font-size: 8px;
    margin-inline: 8px
  }
  .sidebar-heading{
    font-size: 6.5px;
    letter-spacing: .7px
  }
  .preview-content{
    padding: 17px 14px 12px
  }
  .dashboard-heading{
    gap: 8px
  }
  .dashboard-heading h2{
    font-size: 16px
  }
  .dashboard-heading p{
    font-size: 8px
  }
  .period-control{
    flex-direction: column;
    gap: 3px;
    align-items: end;
    margin-top: 0
  }
  .period-control select{
    font-size: 8px;
    max-width: 130px
  }
  .period-control label{
    font-size: 7px
  }
  .metric{
    padding: 11px 9px
  }
  .metric>div{
    font-size: 8px
  }
  .metric>div>.icon{
    display: none
  }
  .metric>strong{
    font-size: 22px
  }
  .metric>strong small{
    font-size: 13px
  }
  .metrics{
    gap: 8px
  }
  .charts-row{
    gap: 9px;
    grid-template-columns: minmax(0,1.6fr) minmax(120px,1fr)
  }
  .chart-card{
    padding: 11px 9px
  }
  .chart-card h3{
    font-size: 9px
  }
  .revenue-chart{
    margin-top: 47px
  }
  .chart-legend{
    display: none
  }
  .channel-card .donut{
    margin-block: 14px
  }
  .preview-footer>span:last-child{
    display: none
  }
  .integrations{
    padding-block: 33px
  }
  .integrations ul{
    gap: 22px 29px
  }
  .integrations li{
    font-size: 12px
  }
  .section-pad{
    padding-block: 75px
  }
  .section-heading h2,.workflow h2,.ownership h2{
    font-size: 36px
  }
  .section-heading p{
    font-size: 13px
  }
  .feature-grid{
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 14px
  }
  .feature-wide{
    grid-column: span 2
  }
  .feature-copy{
    width: 52%
  }
  .feature-card{
    min-height: 275px
  }
  .feature-card.feature-wide{
    min-height: 245px
  }
  .connection-sources{
    width: 60px
  }
  .connection-lines{
    width: 55px
  }
  .connection-target{
    padding: 18px 15px 13px
  }
  .connection-target img{
    width: 48px;
    height: 48px
  }
  .feature-grid>.feature-card:nth-child(5){
    grid-row: auto
  }
  .feature-grid>.feature-card:last-child{
    grid-column: span 2
  }
  .mini-code{
    font-size: 10px
  }
  .share-card{
    font-size: 9px
  }
  .share-card .icon{
    width: 17px;
    height: 17px
  }
  .share-people i{
    font-size: 8px
  }
  .workflow-heading{
    gap: 35px
  }
  .workflow-heading>p{
    max-width: 215px;
    font-size: 12px
  }
  .workflow-steps{
    gap: 24px
  }
  .workflow-steps p{
    font-size: 11px
  }
  .step-tag{
    font-size: 7px
  }
  .ownership{
    gap: 20px;
    padding-block: 75px
  }
  .ownership-visual{
    height: 300px
  }
  .orbit-three{
    width: 280px;
    height: 280px
  }
  .label-sql{
    left: 0
  }
  .label-data{
    right: 0;
    font-size: 9px
  }
  .label-server{
    left: 8%;
    bottom: 30px
  }
  .ownership-copy p{
    font-size: 12px
  }
  .check-list{
    font-size: 10px
  }
  .faq-layout{
    grid-template-columns: 1fr;
    gap: 25px
  }
  .faq h2{
    font-size: 36px
  }
  .faq-layout>div:first-child>p{
    display: none
  }
  .faq summary{
    font-size: 13px
  }
  .faq details p{
    font-size: 13px
  }
  .closing{
    padding-block: 45px
  }
  .closing h2{
    font-size: 42px
  }
}

@media(max-width:600px){
  html{
    scroll-padding-top: 88px
  }
  .container{
    width: calc(100% - 36px)
  }
  .site-header{
    height: 68px
  }
  .header-inner{
    gap: 15px
  }
  .brand{
    font-size: 22px;
    gap: 8px
  }
  .brand>img{
    width: 30px;
    height: 30px
  }
  .menu-toggle{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    padding: 10px;
    width: 40px;
    height: 40px;
    border: 1px solid var(--line);
    border-radius: 6px;
    margin-left: auto
  }
  .menu-toggle span{
    height: 1.5px;
    width: 18px;
    background: var(--ink);
    transition: transform .2s
  }
  .menu-toggle[aria-expanded=true] span:first-child{
    transform: translateY(3.25px) rotate(45deg)
  }
  .menu-toggle[aria-expanded=true] span:last-child{
    transform: translateY(-3.25px) rotate(-45deg)
  }
  .main-nav{
    display: none;
    position: absolute;
    top: 67px;
    left: 0;
    right: 0;
    background: #f8faf7;
    border-bottom: 1px solid var(--line);
    padding: 14px 18px 20px;
    box-shadow: 0 8px 15px #29472b0d;
    flex-direction: column;
    align-items: stretch;
    gap: 5px;
    font-size: 13px
  }
  .main-nav.is-open{
    display: flex
  }
  .main-nav>a:not(.button){
    padding: 11px 12px
  }
  .main-nav .button{
    font-size: 12px;
    align-self: start;
    margin: 6px 12px 0;
    padding: 12px 15px;
    gap: 20px
  }
  .hero{
    padding-top: 42px
  }
  .hero-grid{
    background-size: 43px 43px;
    mask-image: linear-gradient(90deg,#000,transparent 20%,transparent 80%,#000)
  }
  .hero-eyebrow{
    font-size: 7px;
    letter-spacing: .8px;
    gap: 7px;
    padding: 6px 10px
  }
  .hero h1{
    font-size: clamp(48px,13vw,70px);
    letter-spacing: -3px;
    margin-top: 22px;
    margin-bottom: 19px
  }
  .hero-description{
    font-size: 14px;
    line-height: 1.7;
    max-width: 350px;
    margin-inline: auto
  }
  .desktop-break{
    display: none
  }
  .hero-actions{
    gap: 4px;
    margin-top: 23px
  }
  .button{
    padding: 13px 15px;
    font-size: 11px;
    gap: 11px
  }
  .button-text{
    gap: 9px;
    padding-inline: 12px
  }
  .hero-note{
    font-size: 9px;
    gap: 4px;
    margin-top: 17px
  }
  .hero-note>span{
    margin-inline: 6px
  }
  .demo-wrap{
    margin-top: 37px;
    scroll-margin-top: 85px
  }
  .demo-intro{
    font-size: 7px;
    gap: 12px;
    align-items: center;
    line-height: 1.5;
    margin-bottom: 9px
  }
  .demo-intro>span:first-child{
    letter-spacing: .7px;
    max-width: 125px
  }
  .demo-intro>span:last-child{
    text-align: right;
    max-width: 140px;
    font-size: 7px
  }
  .demo-intro .status-dot{
    width: 5px;
    height: 5px
  }
  .product-window{
    border-radius: 9px
  }
  .window-top{
    height: 37px;
    padding-inline: 12px;
    gap: 13px
  }
  .window-title{
    font-size: 8px;
    gap: 6px
  }
  .window-title>img{
    width: 13px;
    height: 13px
  }
  .window-dots{
    gap: 4px
  }
  .window-dots i{
    width: 5px;
    height: 5px
  }
  .window-avatar{
    font-size: 7px;
    width: 20px;
    height: 20px
  }
  .product-body{
    display: block;
    min-height: 0
  }
  .product-sidebar{
    width: 100%;
    padding: 0;
    border-right: 0;
    border-bottom: 1px solid #e2e9db;
    display: block
  }
  .workspace-label,.product-sidebar>.sidebar-heading,.sidebar-collection,.sidebar-bottom{
    display: none
  }
  .preview-tabs{
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 0;
    padding: 5px;
    overflow: hidden
  }
  .preview-tab{
    justify-content: center;
    gap: 5px;
    padding: 9px 3px;
    font-size: 8px;
    min-height: 35px;
    white-space: nowrap
  }
  .preview-tab .icon{
    width: 12px;
    height: 12px
  }
  .tab-count{
    display: none
  }
  .preview-content{
    padding: 17px 12px 12px;
    min-height: 450px
  }
  .dashboard-heading{
    align-items: start;
    gap: 6px;
    margin-bottom: 16px
  }
  .dashboard-heading h2{
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: -.5px;
    display: block
  }
  .dashboard-heading .demo-tag{
    display: none
  }
  .breadcrumb{
    font-size: 7px;
    margin-bottom: 6px
  }
  .dashboard-heading p{
    font-size: 8px;
    max-width: 165px;
    line-height: 1.5;
    margin-top: 5px
  }
  .period-control{
    margin-top: 14px;
    gap: 2px
  }
  .period-control select{
    font-size: 8px;
    padding: 5px 3px;
    width: 110px;
    min-height: 29px
  }
  .period-control label{
    font-size: 7px
  }
  .metrics{
    gap: 6px;
    margin-bottom: 12px
  }
  .metric{
    padding: 10px 7px
  }
  .metric>div{
    font-size: 7px;
    white-space: nowrap
  }
  .metric>strong{
    font-size: 21px;
    letter-spacing: -.6px;
    margin: 8px 0;
    line-height: 1.2;
    white-space: nowrap
  }
  .metric>strong small{
    font-size: 10px
  }
  .metric>span{
    font-size: 6px;
    line-height: 1.7;
    gap: 2px
  }
  .metric b{
    font-size: 7px;
    padding-inline: 3px
  }
  .charts-row{
    grid-template-columns: 1fr;
    gap: 10px
  }
  .chart-card{
    padding: 13px 11px 6px
  }
  .chart-card h3{
    font-size: 10px
  }
  .chart-legend{
    display: flex;
    font-size: 7px
  }
  .revenue-chart{
    margin-top: 18px;
    margin-bottom: 0
  }
  .chart-labels{
    font-size: 12px
  }
  .channel-card{
    display: grid;
    grid-template-columns: 75px minmax(0,1fr);
    grid-template-rows: auto auto;
    gap: 6px 10px;
    padding: 12px 15px
  }
  .channel-card .chart-card-heading{
    grid-column: 2;
    justify-content: start;
    grid-row: 1;
    margin-top: 3px
  }
  .channel-card .donut{
    width: 65px;
    height: 65px;
    margin: 0;
    grid-row: 1 / span 2;
    grid-column: 1;
    align-self: center
  }
  .donut>div{
    width: 47px;
    height: 47px
  }
  .donut strong{
    font-size: 19px
  }
  .donut span{
    font-size: 6px
  }
  .channel-legend{
    grid-column: 2;
    grid-row: 2;
    font-size: 8px;
    gap: 3px;
    max-width: 180px;
    padding-bottom: 1px
  }
  .preview-footer{
    font-size: 7px;
    padding-top: 11px
  }
  .source-list{
    gap: 10px;
    margin-top: 23px
  }
  .source-row{
    padding: 13px 10px;
    gap: 9px
  }
  .source-row h3{
    font-size: 11px
  }
  .source-row p{
    font-size: 9px
  }
  .source-icon{
    width: 32px;
    height: 32px
  }
  .source-type{
    font-size: 7px;
    padding-inline: 5px
  }
  .source-explanation{
    margin-top: 17px;
    padding: 13px 10px;
    gap: 9px
  }
  .source-explanation .icon{
    width: 17px;
    height: 17px
  }
  .source-explanation h3{
    font-size: 10px
  }
  .source-explanation p{
    font-size: 9px
  }
  .preview-footnote{
    font-size: 8px;
    line-height: 1.8
  }
  .code-preview pre{
    font-size: 10px;
    padding: 13px 11px
  }
  .code-title{
    font-size: 7px;
    padding-inline: 10px
  }
  .query-result{
    margin-top: 16px
  }
  .query-result td,.query-result th{
    font-size: 8px;
    padding: 9px 10px
  }
  .integrations{
    padding: 31px 0
  }
  .integrations h2{
    font-size: 10px
  }
  .integrations ul{
    display: grid;
    grid-template-columns: repeat(2,max-content);
    gap: 20px 28px;
    margin-top: 25px;
    justify-content: center
  }
  .integrations li{
    font-size: 12px;
    gap: 9px
  }
  .integration-mark{
    font-size: 18px
  }
  .section-pad{
    padding-block: 61px
  }
  .eyebrow{
    font-size: 8px;
    letter-spacing: 1.3px
  }
  .section-heading{
    margin-bottom: 28px
  }
  .section-heading h2,.workflow h2,.ownership h2{
    font-size: 32px;
    letter-spacing: -1.4px;
    margin-block: 13px 16px
  }
  .section-heading p{
    font-size: 12px;
    max-width: 315px;
    margin-inline: auto
  }
  .feature-grid{
    display: block
  }
  .feature-card{
    min-height: 0;
    margin-bottom: 12px;
    padding: 24px
  }
  .feature-card.feature-wide{
    min-height: 0;
    display: block
  }
  .feature-copy{
    width: 100%
  }
  .feature-icon{
    width: 34px;
    height: 34px;
    margin-bottom: 17px
  }
  .feature-card h3,.feature-wide h3{
    font-size: 20px
  }
  .feature-card p{
    font-size: 12px
  }
  .feature-caption{
    font-size: 7px;
    margin-top: 19px;
    letter-spacing: 1px
  }
  .connection-illustration{
    width: 100%;
    margin-top: 30px;
    padding-bottom: 7px
  }
  .connection-lines{
    width: 74px
  }
  .connection-sources{
    width: 65px
  }
  .connection-target{
    padding: 20px 17px 15px
  }
  .connection-target img{
    width: 48px;
    height: 48px
  }
  .mini-code{
    font-size: 11px;
    margin: 23px 0 0;
    padding: 15px
  }
  .mini-bars{
    margin-top: 25px;
    height: 58px
  }
  .schedule-preview{
    font-size: 10px;
    margin-top: 25px;
    padding: 14px 12px
  }
  .history-preview{
    font-size: 10px;
    gap: 25px;
    margin: 26px 0 7px
  }
  .history-preview:after{
    left: 63px;
    right: 45px
  }
  .share-illustration{
    margin: 27px auto 3px;
    max-width: 290px
  }
  .share-card{
    font-size: 10px;
    padding: 15px
  }
  .share-people{
    justify-content: center;
    margin-top: 22px
  }
  .share-people i{
    font-size: 8px
  }
  .workflow-heading{
    display: block
  }
  .workflow-heading>p{
    max-width: 310px;
    font-size: 12px;
    margin-top: 17px
  }
  .workflow-heading h2{
    margin-bottom: 0
  }
  .workflow-steps{
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 35px
  }
  .workflow-steps li{
    border-top: 0;
    border-left: 1px solid #ccdabb;
    padding: 0 0 5px 32px;
    margin-left: 15px
  }
  .step-number{
    top: 0;
    left: -15px
  }
  .workflow-steps h3{
    font-size: 20px;
    padding-top: 3px
  }
  .workflow-steps p{
    font-size: 12px;
    max-width: 100%
  }
  .step-tag{
    margin-top: 14px;
    font-size: 8px
  }
  .ownership{
    grid-template-columns: 1fr;
    gap: 20px;
    padding-block: 53px
  }
  .ownership-visual{
    height: 270px;
    max-width: 360px;
    width: 100%;
    margin: auto;
    grid-row: 2;
    margin-top: 12px
  }
  .ownership-copy{
    max-width: 100%
  }
  .ownership-copy p{
    font-size: 12px
  }
  .check-list{
    font-size: 11px;
    gap: 12px
  }
  .orbit-three{
    height: 265px;
    width: 265px
  }
  .orbit-two{
    height: 215px;
    width: 215px
  }
  .orbit-one{
    height: 143px;
    width: 143px
  }
  .label-sql{
    top: 31px;
    left: 11%
  }
  .label-data{
    right: 2%;
    top: 124px
  }
  .label-server{
    bottom: 13px;
    left: 18%
  }
  .dot-one{
    top: 62px;
    right: 25%
  }
  .dot-two{
    bottom: 80px;
    left: 20%
  }
  .faq-layout{
    gap: 17px
  }
  .faq h2{
    font-size: 32px;
    letter-spacing: -1.3px
  }
  .faq summary{
    font-size: 12px;
    line-height: 1.55;
    gap: 20px;
    padding-block: 18px
  }
  .faq summary>span{
    flex: none
  }
  .faq details p{
    font-size: 12px;
    padding-right: 15px
  }
  .closing{
    padding: 39px 22px 42px;
    border-radius: 10px
  }
  .closing h2{
    font-size: 38px;
    letter-spacing: -1.5px;
    margin-block: 19px 16px
  }
  .closing .eyebrow{
    font-size: 7px;
    letter-spacing: 1.1px
  }
  .closing p{
    font-size: 11px;
    line-height: 1.8;
    max-width: 240px;
    margin: auto
  }
  .closing .button{
    margin-top: 22px;
    font-size: 12px
  }
  .closing-wave{
    right: -290px;
    top: 100px
  }
  .site-footer{
    padding-block: 27px 29px;
    gap: 16px
  }
  .site-footer>div{
    display: block
  }
  .site-footer .brand{
    font-size: 20px
  }
  .site-footer .brand>img{
    width: 27px;
    height: 27px
  }
  .studio-credit{
    display: block;
    border: 0;
    padding-left: 35px;
    font-size: 8px;
    margin-top: 5px
  }
  .site-footer>a{
    font-size: 9px;
    white-space: nowrap
  }
}

@media(max-width:359px){
  .container{
    width: calc(100% - 28px)
  }
  .hero h1{
    font-size: 46px
  }
  .hero-eyebrow{
    font-size: 6.5px;
    letter-spacing: .5px
  }
  .hero-actions .button{
    padding-inline: 11px;
    font-size: 10px
  }
  .hero-description{
    font-size: 13px
  }
  .window-title{
    gap: 5px;
    font-size: 7px
  }
  .window-top{
    gap: 10px;
    padding-inline: 10px
  }
  .preview-content{
    padding-inline: 9px
  }
  .dashboard-heading h2{
    font-size: 14px
  }
  .dashboard-heading p{
    max-width: 142px
  }
  .period-control select{
    width: 99px;
    font-size: 7px
  }
  .metric{
    padding: 9px 5px
  }
  .metric>strong{
    font-size: 18px
  }
  .metric>div{
    font-size: 6.5px
  }
  .metric>span{
    font-size: 6px
  }
  .metric b{
    font-size: 6px
  }
  .preview-tab{
    font-size: 7.5px;
    gap: 4px
  }
  .source-row p{
    font-size: 8px
  }
  .source-type{
    font-size: 6px
  }
  .feature-card{
    padding: 22px
  }
  .mini-code{
    font-size: 10px
  }
  .integrations ul{
    gap: 18px 24px
  }
  .integrations li{
    font-size: 11px
  }
  .section-heading h2,.workflow h2,.ownership h2,.faq h2{
    font-size: 29px
  }
  .closing h2{
    font-size: 34px
  }
}

@media(min-width:601px) and (max-width:900px){
  .header-inner{
    gap: 16px
  }
  .main-nav{
    gap: 14px
  }
  .main-nav .nav-cta{
    display: none
  }
  .language-switch{
    font-size: 9px
  }
  .language-switch a{
    min-width: 25px
  }
}

@media(max-width:800px){
  .feature-grid>.feature-card:nth-last-child(2){
    grid-column: span 2
  }
}

@media(max-width:600px){
  .language-switch{
    order: 0;
    margin-left: auto;
    font-size: 10px
  }
  .language-switch a{
    min-height: 28px;
    min-width: 29px
  }
  .menu-toggle{
    margin-left: 0
  }
  .main-nav{
    margin-left: 0
  }
  .preview-tab{
    font-size: 9px
  }
  .metric>div{
    font-size: 8px
  }
  .metric>span{
    font-size: 7px
  }
  .metric b{
    font-size: 8px
  }
  .preview-footer{
    font-size: 8px
  }
  .channel-legend{
    font-size: 9px
  }
}

@media(prefers-reduced-motion:reduce){
  html{
    scroll-behavior: auto
  }
  *,*::before,*::after{
    transition: none!important;
    animation: none!important
  }
}

@media(max-width:359px){
  .metric>strong{
    min-height: 36px
  }
  .metric>strong small{
    display: block;
    font-size: 9px;
    margin-top: 2px
  }
}

@media print{
  .site-header{
    position: static
  }
  .menu-toggle,.hero-actions,.closing,.site-footer>a{
    display: none
  }
  .container{
    width: 100%
  }
  .section-pad,.ownership{
    padding-block: 30px
  }
  .product-window{
    box-shadow: none
  }
  .feature-card{
    break-inside: avoid
  }
  .hero{
    padding-top: 20px
  }
  .demo-wrap{
    margin-top: 25px
  }
  .main-nav{
    display: none
  }
}

