:root {
  --teal: #476ee5;
  --muted: #657086;
  --line: #e2e6ee;
  color: #101826;
  background: #fafaf8;
}
html {
  scroll-padding-top: 90px;
}
button,
input {
  font: inherit;
}
button {
  cursor: pointer;
}
button:focus-visible,
input:focus-visible {
  outline: 3px solid #5479ee;
  outline-offset: 4px;
}
[hidden] {
  display: none !important;
}
.wrap {
  width: min(1360px, calc(100% - 96px));
}
.site-header {
  height: 90px;
  position: relative;
  z-index: 10;
  border-bottom: 1px solid var(--line);
}
.site-header nav {
  gap: 28px;
  font-size: 13px;
}
.brand {
  font-size: 22px;
  letter-spacing: -0.8px;
}
.site-header .button {
  padding: 12px 18px;
  font-size: 13px;
}
.button {
  border-radius: 8px;
  padding: 16px 23px;
  font-size: 14px;
  font-weight: 550;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  background: none;
  border: 1px solid var(--line);
}
.button:hover {
  transform: translateY(-2px);
}
.button.primary {
  background: #101826;
  border-color: #101826;
  color: white;
  box-shadow: 0 4px 8px #10182612;
}
.button.secondary {
  background: #fff;
}
.button svg {
  vertical-align: middle;
}
h2 {
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.08;
  font-weight: 560;
  letter-spacing: -0.055em;
}
.section {
  padding-block: 110px;
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 0.14em;
  font-weight: 650;
}
.micro {
  font-size: 12px;
  line-height: 1.6;
}
.section-heading {
  align-items: end;
  margin-bottom: 40px;
}
.section-heading > p {
  font-size: 16px;
  margin-bottom: 8px;
}
.m-hero {
  position: relative;
  padding-top: 74px;
  min-height: 870px;
  isolation: isolate;
}
.m-hero-copy {
  position: relative;
  z-index: 3;
  pointer-events: none;
}
.m-hero-copy a {
  pointer-events: auto;
}
.m-hero h1 {
  font-size: clamp(60px, 6.5vw, 96px);
  font-weight: 550;
  line-height: 1;
  letter-spacing: -0.065em;
  margin-bottom: 28px;
}
.m-hero-copy > p:not(.micro) {
  font-size: 19px;
  line-height: 1.6;
}
.hero-actions {
  gap: 12px;
  margin: 24px 0 16px;
}
.hero-scene {
  position: absolute;
  right: -20px;
  top: 110px;
  width: 760px;
  height: 680px;
  perspective: 1800px;
  z-index: 1;
}
.scene-halo {
  position: absolute;
  inset: 100px -40px 0;
  background: radial-gradient(ellipse, #dce4ff88, transparent 65%);
  filter: blur(25px);
  z-index: -1;
}
.product-window {
  background: white;
  border: 1px solid #dbe0ea;
  border-radius: 15px;
  overflow: hidden;
  box-shadow:
    0 40px 90px #26345518,
    0 4px 12px #1018260a;
  color: #273044;
  text-align: left;
  font-size: 11px;
}
.hero-window {
  width: 780px;
  position: absolute;
  top: 190px;
  right: 0;
  transform: rotateX(13deg) rotateY(-17deg) rotateZ(5deg);
  transform-origin: center;
  box-shadow:
    10px 30px 0 -20px #dbe0ea,
    15px 50px 0 -32px #e7eaf0,
    0 55px 100px #28396422;
}
.product-top {
  height: 48px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #e8ecf2;
  padding: 0 20px;
}
.demo-brand {
  display: grid;
  place-items: center;
  background: #e7edff;
  color: #5479ee;
  width: 23px;
  height: 23px;
  border-radius: 6px;
  font-size: 20px;
}
.demo-breadcrumb {
  color: #8490a2;
}
.demo-top-right {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 12px;
}
.demo-top-right svg {
  width: 14px;
}
.avatar {
  display: inline-grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border: 2px solid white;
  background: #e0e8fc;
  color: #5270b1;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 600;
  flex-shrink: 0;
}
kbd {
  font: inherit;
  font-size: 10px;
  padding: 3px 6px;
  border: 1px solid #e2e6ee;
  border-radius: 4px;
  background: #fafbfe;
  color: #9098a8;
}
.product-inner {
  display: flex;
  min-height: 345px;
}
.demo-sidebar {
  width: 155px;
  flex-shrink: 0;
  border-right: 1px solid #edf0f5;
  background: #fbfcfe;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-size: 10px;
}
.demo-sidebar > span {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 6px 7px;
  border-radius: 5px;
}
.demo-sidebar svg {
  width: 13px;
  height: 13px;
}
.demo-sidebar > strong {
  font-size: 8px;
  color: #96a0b0;
  font-weight: 500;
  margin: 14px 7px 3px;
  letter-spacing: 0.08em;
}
.demo-sidebar .selected {
  color: #5173dc;
  background: #eaf0ff;
}
.demo-main {
  flex: 1;
  min-width: 0;
  padding: 24px 20px;
}
.demo-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.demo-heading small {
  font-size: 8px;
  color: #a0a8b5;
  letter-spacing: 0.1em;
}
.demo-heading h3 {
  font-size: 17px;
  letter-spacing: -0.035em;
  margin: 7px 0 20px;
}
.demo-add {
  background: #587bec;
  color: white;
  border-radius: 5px;
  font-size: 9px;
  padding: 8px 10px;
}
.demo-toolbar {
  display: flex;
  align-items: center;
  gap: 17px;
  padding-bottom: 13px;
  border-bottom: 1px solid #eceff4;
  color: #8e97a6;
  font-size: 9px;
}
.demo-toolbar b {
  color: #5578e3;
  font-weight: 500;
}
.toolbar-end {
  margin-left: auto;
}
.demo-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding-top: 18px;
}
.demo-col-title {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 9px;
  margin-bottom: 13px;
}
.demo-col-title small {
  color: #99a2b1;
  font-size: 8px;
}
.demo-col-title > span:last-child {
  margin-left: auto;
  color: #9da5b3;
}
.status-dot {
  width: 7px;
  height: 7px;
  display: inline-block;
  border-radius: 50%;
  background: #aab3c2;
  flex-shrink: 0;
}
.status-dot.s1 {
  background: #e8ad56;
}
.status-dot.s2 {
  background: #4fa48b;
}
.demo-issue {
  background: white;
  border: 1px solid #e5e9f0;
  border-radius: 8px;
  padding: 13px 11px;
  box-shadow: 0 3px 5px #16213d04;
  margin-bottom: 10px;
}
.issue-key {
  display: flex;
  justify-content: space-between;
  color: #969fae;
  font-size: 9px;
  margin-bottom: 9px;
  letter-spacing: 0.02em;
}
.demo-issue > strong {
  display: block;
  font-size: 10px;
  font-weight: 520;
  line-height: 1.5;
  min-height: 30px;
}
.issue-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  gap: 7px;
}
.demo-label {
  display: inline-block;
  padding: 3px 7px;
  background: #edf2ff;
  color: #6981b8;
  border-radius: 4px;
  font-size: 8px;
  line-height: 1.5;
}
.demo-issue-active {
  border-color: #aec1ff;
  box-shadow: 0 7px 18px #5479ee12;
}
.floating-request {
  position: absolute;
  top: 16px;
  right: 72px;
  width: 290px;
  padding: 20px;
  background: #fff;
  border: 1px solid #e1e5ef;
  border-radius: 14px;
  box-shadow: 0 20px 60px #2334541a;
  transform: rotate(-6deg);
  animation: float-soft 8s ease-in-out infinite;
}
.floating-kicker {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: #748097;
  margin-bottom: 17px;
}
.floating-request > strong {
  display: block;
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 1.5;
  margin-bottom: 18px;
}
.floating-request > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.floating-request .demo-label {
  font-size: 9px;
}
.request-submit {
  color: #5577de;
  font-size: 10px;
  border-top: 1px solid #edf0f5;
  margin-top: 12px;
  padding-top: 12px;
}
.request-submit svg {
  width: 14px;
}
.floating-done {
  position: absolute;
  right: 45px;
  bottom: 48px;
  display: flex;
  gap: 10px;
  align-items: center;
  background: #fff;
  border: 1px solid #e5e9ef;
  padding: 16px 20px;
  box-shadow: 0 10px 40px #26345514;
  border-radius: 10px;
  font-size: 11px;
  transform: rotate(-4deg);
  color: #458d78;
}
.hero-foot {
  position: absolute;
  bottom: 54px;
  left: 0;
  right: 0;
  display: flex;
  gap: 48px;
  align-items: center;
  font-size: 12px;
  color: #7a8496;
  letter-spacing: 0.03em;
  border-top: 1px solid var(--line);
  padding-top: 26px;
}
@keyframes float-soft {
  50% {
    transform: translateY(-9px) rotate(-4deg);
  }
}
.flow-section {
  background: #0c1424;
  color: #f6f7fc;
  min-height: 1700px;
  position: relative;
}
.flow-sticky {
  position: sticky;
  top: 0;
  min-height: 840px;
  height: 100vh;
  max-height: 1000px;
  display: grid;
  grid-template-columns: 36% 64%;
  align-items: center;
  gap: 20px;
  padding-block: 70px;
}
.flow-copy .eyebrow {
  color: #8291ae;
}
.flow-copy h2 {
  font-size: clamp(36px, 3.5vw, 52px);
}
.flow-steps {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.flow-step {
  appearance: none;
  border: 0;
  background: none;
  color: #8090ad;
  text-align: left;
  display: flex;
  gap: 18px;
  padding: 10px 0;
  opacity: 0.55;
  transition:
    opacity 0.3s,
    color 0.3s;
}
.flow-step.active {
  color: white;
  opacity: 1;
}
.step-index {
  font-size: 10px;
  border: 1px solid #3c4860;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.flow-step.active .step-index {
  color: #a8bdff;
  border-color: #688cf5;
  background: #1e3054;
}
.flow-step strong {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 7px;
}
.flow-step > span > span {
  display: block;
  font-size: 12px;
  line-height: 1.7;
  max-width: 280px;
  color: #9eabc2;
}
.flow-visual {
  height: 620px;
  position: relative;
  perspective: 1600px;
}
.flow-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(#9db9ff09 1px, transparent 1px),
    linear-gradient(90deg, #9db9ff09 1px, transparent 1px);
  background-size: 50px 50px;
  mask-image: radial-gradient(ellipse, black, transparent 72%);
}
.flow-board {
  position: absolute;
  left: 5%;
  right: 0;
  top: 235px;
  min-height: 260px;
  background: #f9fafe;
  border: 1px solid #d6deef;
  border-radius: 12px;
  box-shadow: 0 35px 100px #0004;
  transform: rotateX(20deg) rotateY(-13deg) rotateZ(5deg);
  padding: 20px;
  color: #4e5c76;
}
.flow-board-heading {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  margin-bottom: 25px;
}
.flow-board-heading span {
  color: #9aa6bb;
  font-size: 10px;
}
.flow-board-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  font-size: 10px;
}
.flow-board-cols .status-dot {
  margin-right: 6px;
}
.ghost-card {
  height: 60px;
  background: #f0f3f9;
  border: 1px solid #e7ebf3;
  border-radius: 6px;
  margin-top: 16px;
}
.ghost-card.short {
  height: 45px;
}
.flow-envelope {
  position: absolute;
  left: 23%;
  top: 10px;
  width: 255px;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  color: #25344f;
  transform: rotate(-5deg);
  box-shadow: 0 25px 70px #0003;
  transition:
    transform 0.7s,
    opacity 0.7s;
}
.flow-envelope > span {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #8795ad;
  font-size: 10px;
  margin-bottom: 16px;
}
.flow-envelope strong {
  font-size: 17px;
  font-weight: 550;
}
.flow-envelope p {
  font-size: 11px;
  margin: 9px 0 0;
}
.flow-moving-card {
  position: absolute;
  top: 140px;
  left: 28%;
  width: 240px;
  padding: 20px;
  background: white;
  border: 1px solid #adc0ff;
  border-radius: 11px;
  box-shadow: 0 20px 70px #0003;
  color: #24304a;
  transform: rotate(-4deg);
  transition:
    transform 0.75s cubic-bezier(0.2, 0.7, 0.2, 1),
    box-shadow 0.7s;
  z-index: 2;
}
.flow-moving-card > strong {
  font-size: 14px;
  line-height: 1.5;
  display: block;
  font-weight: 550;
}
.flow-moving-card p {
  font-size: 10px;
  margin: 10px 0 15px;
}
.flow-card-details {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 9px;
  color: #8390a8;
}
.flow-card-details > .demo-label {
  margin-left: auto;
}
.flow-card-result {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #388d75;
  font-size: 11px;
  margin-top: 15px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition:
    opacity 0.4s,
    max-height 0.4s;
}
.flow-result {
  position: absolute;
  bottom: 40px;
  right: 2%;
  padding: 15px 20px;
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 12px;
  background: #162c2c;
  color: #9ddbc5;
  border: 1px solid #2b564d;
  border-radius: 9px;
  opacity: 0;
  transform: translateY(15px);
  transition:
    transform 0.5s,
    opacity 0.5s;
}
.flow-caption {
  position: absolute;
  bottom: -20px;
  width: 100%;
  text-align: center;
  font-size: 10px;
  color: #8290a9;
}
.flow-dots {
  position: absolute;
  bottom: -44px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 9px;
}
.flow-dots i {
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background: #3d4861;
  transition:
    width 0.3s,
    background 0.3s;
}
.flow-dots i.active {
  background: #8da9ff;
  width: 20px;
}
.flow-visual[data-stage='1'] .flow-moving-card {
  transform: translate(-90px, 70px) rotate(1deg);
}
.flow-visual[data-stage='2'] .flow-moving-card {
  transform: translate(30px, 150px) rotate(4deg);
}
.flow-visual[data-stage='3'] .flow-moving-card {
  transform: translate(165px, 115px) rotate(4deg);
  box-shadow: 0 20px 70px #4ba99125;
}
.flow-visual:not([data-stage='0']) .flow-envelope {
  opacity: 0.25;
  transform: translateY(-15px) rotate(-7deg);
}
.flow-visual[data-stage='3'] .flow-card-result {
  opacity: 1;
  max-height: 30px;
}
.flow-visual[data-stage='3'] .flow-result {
  opacity: 1;
  transform: none;
}
.tricks {
  padding-bottom: 70px;
}
.trick-tabs {
  display: flex;
  border-bottom: 1px solid var(--line);
  gap: 30px;
}
.trick-tabs button {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: none;
  padding: 18px 5px;
  color: #8a94a5;
  font-size: 13px;
}
.trick-tabs button[aria-selected='true'] {
  color: #365fd1;
  border-bottom-color: #5479ee;
}
.trick-tabs svg {
  width: 16px;
}
.trick-panel {
  min-height: 440px;
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 30px;
  align-items: center;
  padding: 50px 0 0;
}
.trick-copy {
  max-width: 340px;
}
.trick-number {
  font-size: 10px;
  color: #8e9bb0;
  letter-spacing: 0.12em;
}
.trick-copy h3 {
  font-size: 32px;
  font-weight: 520;
  letter-spacing: -0.04em;
  margin: 20px 0;
}
.trick-copy p {
  font-size: 15px;
}
.trick-copy .micro {
  font-size: 12px;
}
.trick-demo {
  padding: 45px 60px;
  min-height: 360px;
  border-radius: 16px;
  background: radial-gradient(ellipse at 50% 60%, #e6ebfb88, transparent 70%);
  position: relative;
}
.create-demo,
.filter-demo,
.git-demo,
.ai-demo {
  background: white;
  border: 1px solid #e0e6f0;
  border-radius: 12px;
  box-shadow: 0 22px 60px #26345512;
  padding: 24px;
}
.create-demo {
  transform: rotate(-2deg);
}
.demo-form-top {
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  color: #66758d;
  margin-bottom: 26px;
}
.demo-form-top > span {
  font-size: 8px;
  letter-spacing: 0.1em;
  color: #9aa7bc;
}
.create-demo label {
  display: block;
  color: #8590a4;
  font-size: 10px;
  margin-bottom: 9px;
}
.create-demo input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #e3e8f2;
  padding: 0 0 15px;
  color: #27364e;
  font-size: 16px;
  background: white;
  border-radius: 0;
}
.demo-form-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 10px;
  margin: 17px 0 25px;
  color: #7f8da4;
}
.demo-form-meta .avatar {
  margin-left: auto;
}
.create-demo .button {
  padding: 10px 17px;
  font-size: 11px;
  background: #5479ee;
  border-color: #5479ee;
}
.demo-feedback {
  font-size: 11px;
  margin: 15px 0 0;
  min-height: 18px;
  color: #33826c;
}
.created-preview {
  position: absolute;
  bottom: 0;
  right: 10px;
  width: 200px;
  transform: rotate(6deg);
  animation: card-arrive 0.6s ease-out;
}
.created-preview .demo-issue {
  box-shadow: 0 16px 35px #26345520;
}
.created-preview .demo-issue > strong {
  font-size: 12px;
}
.search-demo {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 12px;
  color: #8b98af;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}
.search-demo kbd {
  margin-left: auto;
}
.filter-controls {
  display: flex;
  gap: 7px;
  margin: 18px 0;
}
.filter-controls button {
  border: 1px solid var(--line);
  color: #708098;
  background: #fff;
  border-radius: 5px;
  font-size: 10px;
  padding: 6px 9px;
}
.filter-controls button[aria-pressed='true'] {
  color: #5379e4;
  background: #eff3ff;
  border-color: #bfd0ff;
}
.filter-demo .demo-issue strong {
  font-size: 12px;
  min-height: 0;
}
.filter-demo .micro {
  font-size: 10px;
  margin-bottom: 0;
}
.git-demo > code {
  display: block;
  padding: 13px;
  background: #f6f8fc;
  font-size: 12px;
  overflow-wrap: anywhere;
}
.code-connector {
  text-align: center;
  font-size: 20px;
  color: #a6b8e8;
  padding: 12px;
}
.commit-row {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #599b84;
  font-size: 11px;
}
.git-demo .micro {
  font-size: 10px;
  margin: 18px 0 0;
}
.ai-prompt {
  font-size: 13px;
  background: #f0f4ff;
  color: #536ba4;
  padding: 14px;
  border-radius: 9px;
}
.ai-answer > span:first-child {
  color: #44947c;
  font-size: 10px;
}
.ai-answer p {
  font-size: 12px;
  line-height: 2.2;
  margin: 17px 0;
}
.integration-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  padding: 35px 0 30px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-bottom: 18px;
}
.integration-symbol {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid #e0e5ee;
  border-radius: 11px;
  box-shadow: 0 4px 10px #26345508;
  margin-bottom: 25px;
}
.integration-symbol svg {
  width: 22px;
  height: 22px;
}
.integration-grid h3 {
  font-size: 21px;
  margin-bottom: 15px;
}
.integration-grid strong {
  font-size: 13px;
  font-weight: 550;
}
.integration-grid p {
  font-size: 13px;
  margin: 10px 0 28px;
  max-width: 300px;
}
.mini-route {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #8794ad;
  font-size: 11px;
  padding: 15px;
  background: #f0f3f9;
  border-radius: 7px;
}
.mini-route > span {
  color: #bbc7de;
}
.guide-row {
  padding-block: 28px;
}
.guide-number {
  color: #9aa5b9;
  font-size: 12px;
}
.guide-row h3 {
  font-size: 25px;
  font-weight: 530;
  margin: 7px 0 10px;
}
.guide-row p {
  font-size: 13px;
  max-width: 720px;
}
.guide-row .eyebrow {
  font-size: 9px;
  color: #7990b7;
}
.guide-row .arrow {
  font-size: 25px;
  font-weight: 300;
}
.free-section {
  background: #101a2e;
  color: white;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  padding: 70px 80px;
  margin-block: 30px 0;
  position: relative;
  overflow: hidden;
}
.free-section:after {
  content: '';
  position: absolute;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  right: -250px;
  top: -160px;
  border: 1px solid #7b9ee425;
  box-shadow:
    0 0 0 60px #7b9ee408,
    0 0 0 120px #7b9ee405;
  pointer-events: none;
}
.free-section h2 {
  font-size: clamp(40px, 4vw, 62px);
  margin: 20px 0;
}
.free-section .eyebrow {
  font-size: 9px;
  color: #8fa0be;
}
.free-section p {
  color: #aab6cc;
  font-size: 14px;
}
.free-section .primary {
  background: white;
  border-color: white;
  color: #172239;
}
.price {
  font-size: 112px;
  font-weight: 500;
  letter-spacing: -0.08em;
  line-height: 1;
}
.price > span {
  font-size: 43px;
  font-weight: 400;
  vertical-align: top;
  display: inline-block;
  margin: 12px 0 0 9px;
}
.price-detail > span {
  font-size: 11px;
  color: #93a3be;
}
.price-detail ul {
  list-style: none;
  padding: 20px 0;
  border-top: 1px solid #28354b;
  border-bottom: 1px solid #28354b;
  line-height: 2.8;
  font-size: 12px;
  color: #c3cede;
  margin: 25px 0 20px;
}
.price-detail .micro {
  font-size: 10px;
  max-width: 320px;
}
.faq-section {
  grid-template-columns: 1fr 1.5fr;
  gap: 90px;
}
.faq-section summary {
  font-size: 15px;
  font-weight: 500;
}
.faq-section details p {
  font-size: 13px;
}
.site-footer {
  background: #f3f5f8;
  border-top: 1px solid var(--line);
  padding-top: 60px;
}
.site-footer a {
  font-size: 12px;
}
.site-footer .brand {
  font-size: 22px;
}
.site-footer p {
  font-size: 12px;
}
.footer-grid strong {
  font-size: 11px;
}
.footer-bottom {
  font-size: 10px;
}
.consent-banner {
  position: fixed;
  bottom: 20px;
  left: 24px;
  right: 24px;
  max-width: 920px;
  margin: auto;
  z-index: 50;
  background: #fff;
  border: 1px solid #dbe2ef;
  box-shadow: 0 12px 50px #142b5525;
  border-radius: 12px;
  padding: 19px 23px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.consent-banner p {
  font-size: 12px;
  line-height: 1.6;
  margin: 0;
  flex: 1;
}
.consent-banner a {
  text-decoration: underline;
}
.consent-actions {
  display: flex;
  gap: 9px;
  flex-shrink: 0;
}
.consent-actions button {
  border: 1px solid #c8d2e4;
  border-radius: 6px;
  background: #f7f9fd;
  color: #253657;
  padding: 11px 16px;
  font-size: 12px;
  min-width: 90px;
}
.consent-actions button:hover {
  background: #eaf0ff;
}
.consent-preferences {
  border: 0;
  background: none;
  padding: 0;
  text-align: left;
  color: inherit;
  font-size: 12px;
  margin-top: 12px;
}
.article-header h1,
.page-intro h1 {
  font-weight: 550;
  letter-spacing: -0.055em;
}
.article-lead {
  max-width: 850px;
}
.prose p {
  color: #536177;
  line-height: 1.9;
}
.article-columns aside {
  font-size: 12px;
}
.blog-controls {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.blog-controls input {
  min-width: 230px;
  flex: 1;
  border: 1px solid var(--line);
  padding: 13px;
  border-radius: 8px;
  background: white;
}
.blog-controls select {
  font: inherit;
  border: 1px solid var(--line);
  padding: 13px;
  border-radius: 8px;
  background: white;
  color: #536177;
}
.blog-count {
  font-size: 12px;
  color: #8a96aa;
}
.blog-pagination {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-block: 35px 65px;
}
.blog-pagination a {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  font-size: 12px;
}
.blog-pagination a[aria-current='page'] {
  background: #152138;
  color: white;
}
.blog-empty {
  padding: 40px;
  text-align: center;
}
.feature-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 65px;
  border-top: 1px solid var(--line);
  padding-block: 55px;
}
.feature-detail h2 {
  font-size: 34px;
}
.feature-detail p {
  font-size: 15px;
}
.feature-detail ul {
  padding-left: 20px;
  line-height: 2;
  color: #657086;
  font-size: 14px;
}
@keyframes card-arrive {
  from {
    opacity: 0;
    transform: translateY(-90px) rotate(-10deg);
  }
  to {
    opacity: 1;
    transform: rotate(6deg);
  }
}
@media (min-width: 1500px) {
  .hero-scene {
    width: 850px;
    right: 0;
  }
  .hero-window {
    width: 850px;
    top: 160px;
  }
  .m-hero {
    min-height: 940px;
  }
}
@media (max-width: 1200px) {
  .hero-scene {
    width: 650px;
    right: -15px;
    top: 160px;
  }
  .hero-window {
    width: 690px;
  }
  .m-hero {
    min-height: 850px;
  }
  .m-hero h1 {
    font-size: 74px;
  }
  .floating-request {
    right: 0;
  }
  .hero-foot {
    gap: 30px;
  }
  .flow-sticky {
    grid-template-columns: 37% 63%;
    gap: 0;
  }
  .flow-moving-card {
    width: 210px;
    left: 24%;
  }
  .flow-visual[data-stage='3'] .flow-moving-card {
    transform: translate(100px, 125px) rotate(4deg);
  }
  .trick-demo {
    padding: 40px 20px;
  }
  .site-header nav {
    gap: 16px;
  }
  .site-header .login {
    display: none;
  }
}
@media (max-width: 900px) {
  .wrap {
    width: calc(100% - 48px);
  }
  .site-header {
    height: 78px;
  }
  .site-header nav {
    gap: 16px;
  }
  .site-header nav > a:not(.button) {
    display: none;
  }
  .site-header .brand {
    font-size: 20px;
  }
  .m-hero {
    padding-top: 55px;
    min-height: 1000px;
  }
  .m-hero h1 {
    font-size: 72px;
  }
  .m-hero-copy > p:not(.micro) {
    font-size: 18px;
  }
  .hero-scene {
    top: 390px;
    right: 20px;
    width: calc(100% - 25px);
    height: 520px;
  }
  .hero-window {
    width: 100%;
    top: 80px;
    transform: rotateX(8deg) rotateY(-8deg) rotateZ(3deg);
  }
  .floating-request {
    top: -20px;
    right: 25px;
    width: 240px;
  }
  .floating-done {
    bottom: 20px;
    right: 0;
  }
  .demo-sidebar {
    width: 130px;
  }
  .demo-main {
    padding: 20px 12px;
  }
  .hero-foot {
    bottom: 35px;
    gap: 22px;
    font-size: 11px;
  }
  .flow-section {
    min-height: 1450px;
  }
  .flow-sticky {
    height: auto;
    min-height: 850px;
    grid-template-columns: 36% 64%;
    padding-block: 60px;
  }
  .flow-copy h2 {
    font-size: 35px;
  }
  .flow-step {
    gap: 10px;
  }
  .flow-step strong {
    font-size: 13px;
  }
  .flow-step > span > span {
    font-size: 10px;
  }
  .flow-visual {
    height: 550px;
  }
  .flow-moving-card {
    width: 190px;
    left: 20%;
    top: 135px;
  }
  .flow-envelope {
    left: 15%;
    width: 220px;
  }
  .flow-board {
    left: 0;
  }
  .flow-board-cols {
    gap: 7px;
    font-size: 8px;
  }
  .flow-visual[data-stage='1'] .flow-moving-card {
    transform: translate(-35px, 70px) rotate(1deg);
  }
  .flow-visual[data-stage='3'] .flow-moving-card {
    transform: translate(65px, 135px) rotate(4deg);
  }
  .section {
    padding-block: 80px;
  }
  .trick-tabs {
    gap: 10px;
    justify-content: space-between;
  }
  .trick-tabs button {
    font-size: 11px;
    gap: 7px;
  }
  .trick-panel {
    gap: 15px;
  }
  .trick-copy h3 {
    font-size: 27px;
  }
  .integration-grid {
    gap: 25px;
  }
  .free-section {
    padding: 50px;
    gap: 35px;
  }
  .faq-section {
    gap: 40px;
  }
  .consent-banner {
    gap: 16px;
  }
}
@media (max-width: 600px) {
  .wrap {
    width: calc(100% - 36px);
  }
  .site-header {
    gap: 8px;
    height: 72px;
  }
  .brand-mark {
    width: 29px;
    height: 29px;
  }
  .site-header .brand {
    font-size: 18px;
    gap: 7px;
  }
  .site-header nav {
    gap: 12px;
  }
  .site-header .button {
    font-size: 10px;
    padding: 10px 12px;
  }
  .site-header .language {
    font-size: 10px;
    gap: 4px;
  }
  .m-hero {
    padding-top: 44px;
    min-height: 900px;
  }
  .m-hero h1 {
    font-size: 62px;
  }
  .m-hero-copy > p:not(.micro) {
    font-size: 16px;
  }
  .hero-actions .button {
    padding: 13px 17px;
    font-size: 12px;
  }
  .m-hero-copy .micro {
    font-size: 10px;
  }
  .hero-scene {
    top: 410px;
    right: 0;
    width: 100%;
    height: 380px;
    perspective: none;
  }
  .hero-window {
    width: 100%;
    top: 70px;
    transform: none;
    border-radius: 10px;
  }
  .product-top {
    height: 36px;
    padding: 0 10px;
    font-size: 9px;
    gap: 6px;
  }
  .demo-breadcrumb {
    font-size: 8px;
  }
  .demo-top-right kbd,
  .demo-top-right svg {
    display: none;
  }
  .demo-sidebar {
    display: none;
  }
  .product-inner {
    min-height: 245px;
  }
  .demo-main {
    padding: 15px 10px;
  }
  .demo-heading h3 {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .demo-heading small {
    font-size: 7px;
  }
  .demo-add {
    font-size: 8px;
    padding: 6px 8px;
  }
  .demo-toolbar {
    font-size: 8px;
    padding-bottom: 10px;
  }
  .demo-columns {
    gap: 7px;
    padding-top: 12px;
  }
  .demo-col-title {
    font-size: 7px;
    gap: 3px;
    margin-bottom: 9px;
  }
  .demo-col-title > span:last-child {
    display: none;
  }
  .demo-issue {
    padding: 9px 7px;
    border-radius: 6px;
    margin-bottom: 7px;
  }
  .demo-issue > strong {
    font-size: 8px;
    min-height: 29px;
  }
  .issue-key {
    font-size: 7px;
    margin-bottom: 7px;
  }
  .demo-label {
    font-size: 6px;
    padding: 2px 4px;
  }
  .issue-bottom {
    margin-top: 6px;
  }
  .avatar {
    width: 19px;
    height: 19px;
    font-size: 7px;
  }
  .floating-request {
    width: 210px;
    right: 12px;
    top: -45px;
    padding: 15px;
    transform: rotate(-4deg);
    animation: none;
    z-index: 2;
  }
  .floating-request > strong {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .floating-kicker {
    font-size: 9px;
    margin-bottom: 12px;
  }
  .floating-request .demo-label {
    font-size: 7px;
  }
  .request-submit {
    font-size: 8px;
    padding-top: 8px;
    margin-top: 8px;
  }
  .request-submit svg {
    width: 12px;
  }
  .floating-done {
    bottom: -9px;
    right: 10px;
    font-size: 9px;
    padding: 12px 15px;
    z-index: 2;
  }
  .floating-done svg {
    width: 15px;
  }
  .hero-foot {
    bottom: 25px;
    padding-top: 21px;
    gap: 14px;
    flex-wrap: wrap;
    font-size: 10px;
    justify-content: center;
  }
  .flow-section {
    min-height: 0;
    padding-block: 60px;
  }
  .flow-sticky {
    position: relative;
    top: auto;
    display: block;
    padding: 0;
    min-height: 0;
    height: auto;
    max-height: none;
  }
  .flow-copy h2 {
    font-size: 43px;
  }
  .flow-copy h2 br:last-child {
    display: none;
  }
  .flow-copy .eyebrow {
    font-size: 9px;
  }
  .flow-steps {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 28px;
  }
  .flow-step {
    padding: 10px 0;
    gap: 8px;
  }
  .step-index {
    width: 22px;
    height: 22px;
    font-size: 8px;
  }
  .flow-step strong {
    font-size: 12px;
  }
  .flow-step > span > span {
    font-size: 10px;
  }
  .flow-visual {
    height: 490px;
    margin-top: 20px;
  }
  .flow-envelope {
    top: 15px;
    left: 22%;
    width: 200px;
    padding: 16px;
  }
  .flow-envelope strong {
    font-size: 14px;
  }
  .flow-moving-card {
    top: 140px;
    left: 20%;
    width: 180px;
    padding: 15px;
  }
  .flow-moving-card > strong {
    font-size: 12px;
  }
  .flow-moving-card p {
    font-size: 9px;
  }
  .flow-board {
    top: 235px;
    padding: 14px;
    min-height: 180px;
    transform: none;
  }
  .flow-board-heading {
    font-size: 10px;
    margin-bottom: 18px;
  }
  .flow-board-cols {
    font-size: 8px;
  }
  .flow-card-details {
    font-size: 8px;
    gap: 6px;
  }
  .flow-visual[data-stage='1'] .flow-moving-card {
    transform: translate(-40px, 65px) rotate(0);
  }
  .flow-visual[data-stage='2'] .flow-moving-card {
    transform: translate(0, 100px) rotate(0);
  }
  .flow-visual[data-stage='3'] .flow-moving-card {
    transform: translate(55px, 70px) rotate(0);
  }
  .flow-result {
    font-size: 10px;
    bottom: 20px;
    padding: 12px;
  }
  .flow-caption {
    bottom: -12px;
    font-size: 9px;
  }
  .flow-dots {
    bottom: -30px;
  }
  .section {
    padding-block: 65px;
  }
  .section-heading {
    display: block;
    margin-bottom: 28px;
  }
  .section-heading h2 {
    font-size: 39px;
  }
  .section-heading > p {
    font-size: 14px;
    margin-top: 20px;
  }
  .trick-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 15px;
  }
  .trick-tabs button {
    font-size: 11px;
    justify-content: flex-start;
    padding: 14px 2px;
  }
  .trick-panel {
    display: block;
    padding-top: 30px;
  }
  .trick-copy {
    max-width: none;
  }
  .trick-copy h3 {
    font-size: 29px;
    margin: 15px 0;
  }
  .trick-copy p {
    font-size: 14px;
    max-width: 340px;
  }
  .trick-demo {
    padding: 30px 5px 20px;
    min-height: 0;
  }
  .create-demo,
  .filter-demo,
  .git-demo,
  .ai-demo {
    padding: 20px;
    transform: none;
  }
  .create-demo input {
    font-size: 14px;
  }
  .demo-form-meta {
    gap: 7px;
    font-size: 9px;
  }
  .demo-feedback {
    font-size: 10px;
  }
  .created-preview {
    bottom: -40px;
    width: 170px;
    right: 0;
  }
  .created-preview .demo-issue > strong {
    font-size: 11px;
  }
  .created-preview .demo-label {
    font-size: 8px;
  }
  .tricks {
    padding-bottom: 50px;
  }
  .integration-grid {
    display: block;
    border: 0;
    padding: 0;
  }
  .integration-grid article {
    border-top: 1px solid var(--line);
    padding-block: 28px;
  }
  .integration-symbol {
    margin-bottom: 17px;
  }
  .integration-grid h3 {
    font-size: 23px;
  }
  .integration-grid p {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .mini-route {
    max-width: 320px;
  }
  .guide-row {
    gap: 16px;
    padding-block: 24px;
  }
  .guide-row h3 {
    font-size: 21px;
  }
  .guide-row p {
    font-size: 12px;
  }
  .guide-row .eyebrow {
    font-size: 8px;
  }
  .guide-row .arrow {
    font-size: 20px;
  }
  .guide-number {
    font-size: 10px;
  }
  .free-section {
    display: block;
    padding: 38px 28px;
    border-radius: 15px;
    margin-top: 0;
  }
  .free-section h2 {
    font-size: 44px;
  }
  .free-section p {
    font-size: 13px;
  }
  .price-detail {
    margin-top: 45px;
  }
  .price {
    font-size: 90px;
  }
  .price-detail ul {
    font-size: 11px;
  }
  .faq-section {
    display: block;
  }
  .faq-section h2 {
    font-size: 39px;
    margin-bottom: 30px;
  }
  .faq-section summary {
    font-size: 14px;
  }
  .consent-banner {
    bottom: 10px;
    left: 10px;
    right: 10px;
    display: block;
    padding: 16px;
    border-radius: 10px;
  }
  .consent-banner p {
    font-size: 11px;
  }
  .consent-actions {
    margin-top: 12px;
  }
  .consent-actions button {
    flex: 1;
    padding: 10px;
    font-size: 11px;
  }
  .site-footer {
    padding-top: 40px;
  }
  .footer-grid {
    gap: 30px;
  }
  .footer-bottom {
    display: block;
    line-height: 2;
  }
  .footer-bottom > span {
    display: block;
  }
  .page-intro h1,
  .article-header h1 {
    font-size: 40px;
  }
  .blog-controls input {
    min-width: 100%;
    font-size: 14px;
  }
  .blog-controls select {
    font-size: 12px;
  }
  .feature-detail {
    display: block;
    padding-block: 35px;
  }
  .feature-detail h2 {
    font-size: 29px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .flow-section {
    min-height: 0;
  }
  .flow-sticky {
    position: relative;
    height: auto;
    max-height: none;
    min-height: 760px;
  }
  .hero-window {
    transform: none;
  }
  .flow-board {
    transform: 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;
}
.topic-links {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.topic-links a {
  font-size: 11px;
  padding: 10px 13px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  color: #66748b;
}
.topic-links a[aria-current='page'] {
  background: #16233b;
  color: white;
  border-color: #16233b;
}
.blog-list {
  padding-bottom: 80px;
}
.feature-board {
  max-width: 1000px;
  margin: 30px auto;
}
.feature-board + p {
  text-align: center;
}
.site-header .login {
  border-color: #d8deea;
  color: #35435b;
}
.flow-step {
  opacity: 0.8;
}
.flow-step.active {
  opacity: 1;
}
.flow-step > span > span {
  color: #aebbd1;
}
.flow-step:not(.active) .step-index {
  color: #a2b0ca;
}
@media (min-width: 601px) and (max-height: 750px) {
  .flow-sticky {
    min-height: 610px;
    height: 100svh;
    padding-block: 30px;
  }
  .flow-copy h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .flow-steps {
    gap: 3px;
    margin-top: 20px;
  }
  .flow-step {
    padding-block: 7px;
  }
  .flow-step strong {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .flow-step > span > span {
    font-size: 11px;
  }
  .flow-visual {
    height: 460px;
  }
  .flow-envelope {
    top: 0;
  }
  .flow-board {
    top: 190px;
    min-height: 230px;
  }
  .flow-moving-card {
    top: 105px;
  }
  .flow-caption {
    bottom: -30px;
  }
  .flow-dots {
    bottom: -45px;
  }
  .flow-result {
    bottom: 4px;
  }
}
.mobile-menu {
  display: none;
  border: 0;
}
.mobile-menu summary {
  list-style: none;
  cursor: pointer;
  font-size: 20px;
  padding: 8px;
}
.mobile-menu summary::-webkit-details-marker {
  display: none;
}
.mobile-menu > div {
  position: absolute;
  top: 65px;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid var(--line);
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 15px 35px #14254418;
  z-index: 30;
}
.mobile-menu > div a {
  display: block;
  padding: 12px;
  font-size: 14px;
}
.flow-moving-card {
  transition:
    transform 0.75s cubic-bezier(0.2, 0.7, 0.2, 1),
    left 0.75s cubic-bezier(0.2, 0.7, 0.2, 1),
    box-shadow 0.7s;
}
.flow-visual[data-stage='3'] .flow-moving-card {
  left: 68%;
  transform: translate(0, 115px) rotate(4deg);
}
html[data-motion='reduced'] {
  scroll-behavior: auto;
}
html[data-motion='reduced'] *,
html[data-motion='reduced'] *:before,
html[data-motion='reduced'] *:after {
  animation: none !important;
  transition: none !important;
}
html[data-motion='reduced'] .flow-section {
  min-height: 0;
}
html[data-motion='reduced'] .flow-sticky {
  position: relative;
  height: auto;
  max-height: none;
  min-height: 610px;
}
html[data-motion='reduced'] .hero-window,
html[data-motion='reduced'] .flow-board {
  transform: none;
}
@media (max-width: 900px) {
  .flow-visual[data-stage='3'] .flow-moving-card {
    left: calc(100% - 200px);
    transform: translate(0, 125px) rotate(4deg);
  }
}
@media (max-width: 600px) {
  .scene-halo {
    inset: 50px 0 0;
  }
  .mobile-menu {
    display: block;
  }
  .site-header nav > .button {
    display: none;
  }
  .site-header nav {
    gap: 18px;
  }
  .flow-visual[data-stage='3'] .flow-moving-card {
    left: calc(100% - 185px);
    transform: translate(0, 70px);
  }
  html[data-motion='reduced'] .flow-sticky {
    min-height: 0;
  }
}
@media (min-width: 901px) {
  .m-hero {
    padding-top: 110px;
    min-height: 830px;
  }
  .hero-scene {
    top: 40px;
  }
  .hero-window {
    top: 100px;
  }
  .floating-request {
    top: -5px;
  }
  .m-hero .hero-actions .primary {
    background: #5479ee;
    border-color: #5479ee;
    box-shadow: 0 7px 18px #5479ee22;
  }
}
.topic-links > a,
.topic-links > a:first-child {
  display: block;
}
