body.yqt-suite-home{
  background:#070808;
  color:#f4f5f0;
}
body.yqt-suite-home .yqt-wrap,
body.yqt-suite-home .yqt-stitch-shell{
  background:#070808;
}
body.yqt-suite-home .yqt-page-main{
  padding:0;
}
.yqt-home-demo{
  --ref-bg:#070808;
  --ref-panel:#0b0d0d;
  --ref-line:rgba(255,255,255,.105);
  --ref-line-strong:rgba(255,255,255,.19);
  --ref-text:#f4f5f0;
  --ref-muted:rgba(244,245,240,.58);
  --ref-dim:rgba(244,245,240,.36);
  --ref-glass:rgba(173,188,202,.14);
  --ref-white:#f6f7f2;
  --ref-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono",monospace;
  --ref-sans:Inter,Arial,Helvetica,sans-serif;
  background:#070808;
  color:var(--ref-text);
  font:400 16px/1.45 var(--ref-sans);
  letter-spacing:-.015em;
  overflow:hidden;
}
.yqt-home-demo *{box-sizing:border-box}
.yqt-home-demo a{color:inherit;text-decoration:none}
.yqt-ref-hero{
  position:relative;
  min-height:1040px;
  overflow:hidden;
  isolation:isolate;
  border-bottom:1px solid var(--ref-line);
  background:#050606;
}
.yqt-ref-hero:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(90deg,rgba(5,6,6,.95) 0%,rgba(5,6,6,.78) 24%,rgba(5,6,6,.18) 54%,rgba(5,6,6,.7) 100%),
    linear-gradient(180deg,rgba(5,6,6,.52) 0%,rgba(5,6,6,0) 42%,#070808 99%),
    radial-gradient(circle at 55% 44%,rgba(199,222,215,.11),transparent 34%);
}
.yqt-ref-hero:after{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px) 0 0/320px 100%,
    linear-gradient(180deg,transparent calc(100% - 176px),rgba(0,0,0,.36) 100%);
  opacity:.48;
  mix-blend-mode:screen;
}
.yqt-ref-hero-bg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  z-index:0;
  filter:saturate(.94) contrast(1.08) brightness(.82);
  transform:scale(1.01);
}
.yqt-ref-hero-copy{
  position:relative;
  z-index:4;
  width:min(900px,62vw);
  padding:300px 0 0 60px;
}
.yqt-ref-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:rgba(255,255,255,.48);
  font:700 12px/1 var(--ref-mono);
  letter-spacing:.08em;
  text-transform:uppercase;
  margin-bottom:20px;
}
.yqt-ref-eyebrow:before{
  content:"";
  width:42px;
  height:1px;
  background:rgba(255,255,255,.28);
}
.yqt-ref-hero h1{
  margin:0;
  max-width:820px;
  color:#fff;
  font:400 clamp(48px,4.7vw,76px)/1.07 var(--ref-sans);
  letter-spacing:-.055em;
}
.yqt-ref-hero-copy p{
  max-width:580px;
  margin:26px 0 0;
  color:rgba(244,245,240,.56);
  font:400 clamp(17px,1.25vw,21px)/1.55 var(--ref-sans);
  letter-spacing:-.025em;
}
.yqt-ref-actions{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:42px;
}
.yqt-ref-btn{
  min-height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:0 17px;
  font:800 13px/1 var(--ref-mono);
  text-transform:uppercase;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.065);
  color:rgba(255,255,255,.66);
  transition:background .2s,border-color .2s,color .2s,transform .2s;
}
.yqt-ref-btn:after{content:"\2192";font-weight:800}
.yqt-ref-btn:hover{transform:translateY(-1px);border-color:rgba(255,255,255,.26);color:#fff}
.yqt-ref-btn-white{
  background:#f4f3ec;
  color:#111!important;
  border-color:#f4f3ec;
}
.yqt-ref-btn-white:after{color:#111!important}
.yqt-ref-btn-white:hover{background:#fff;color:#111!important}
.yqt-ref-highlight{
  position:absolute;
  z-index:4;
  left:63%;
  right:42px;
  bottom:312px;
  color:rgba(255,255,255,.5);
}
.yqt-ref-highlight b{
  display:block;
  margin-bottom:14px;
  color:rgba(255,255,255,.52);
  font:500 18px/1.1 var(--ref-sans);
}
.yqt-ref-highlight span{
  font:400 17px/1.5 var(--ref-sans);
  color:rgba(255,255,255,.62);
}
.yqt-ref-hero-showcase{
  right:60px;
  bottom:258px;
  width:min(320px,25vw);
  color:#fff;
}
.yqt-ref-hero-showcase img{
  display:block;
  width:100%;
  aspect-ratio:9/14;
  object-fit:cover;
  border:1px solid rgba(255,255,255,.2);
  box-shadow:0 34px 80px rgba(0,0,0,.48);
  opacity:.86;
  filter:saturate(1.04) contrast(1.04);
}
.yqt-ref-hero-showcase:before{
  content:"";
  position:absolute;
  inset:18px;
  z-index:-1;
  border:1px solid rgba(255,255,255,.09);
  transform:translate(18px,18px);
}
.yqt-ref-hero-showcase b{
  margin:14px 0 0;
  color:rgba(255,255,255,.78);
  font:800 12px/1 var(--ref-mono);
  letter-spacing:.08em;
  text-transform:uppercase;
}
.yqt-ref-hero-showcase span{
  display:block;
  max-width:280px;
  margin-top:8px;
  color:rgba(255,255,255,.54);
  font:400 14px/1.45 var(--ref-sans);
}
.yqt-ref-surface-grid{
  position:absolute;
  z-index:4;
  left:60px;
  right:60px;
  bottom:70px;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  border-top:1px solid var(--ref-line);
  border-left:1px solid var(--ref-line);
  background:rgba(6,7,7,.42);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}
.yqt-ref-surface{
  position:relative;
  min-height:118px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:20px 22px;
  border-right:1px solid var(--ref-line);
  border-bottom:1px solid var(--ref-line);
  color:rgba(255,255,255,.52);
  overflow:hidden;
}
.yqt-ref-surface small{
  position:absolute;
  top:0;
  right:0;
  padding:9px 12px;
  background:rgba(255,255,255,.06);
  border-left:1px solid var(--ref-line);
  border-bottom:1px solid var(--ref-line);
  color:rgba(255,255,255,.42);
  font:700 11px/1 var(--ref-mono);
  text-transform:uppercase;
}
.yqt-ref-surface span{
  margin-bottom:12px;
  color:rgba(255,255,255,.32);
  font:700 10px/1 var(--ref-mono);
  letter-spacing:.08em;
  text-transform:uppercase;
}
.yqt-ref-surface strong{
  color:rgba(255,255,255,.62);
  font:800 clamp(18px,1.35vw,24px)/1.05 var(--ref-sans);
  letter-spacing:-.05em;
}
.yqt-ref-surface em{
  display:block;
  max-width:220px;
  margin-top:10px;
  color:rgba(255,255,255,.38);
  font:500 13px/1.38 var(--ref-sans);
  font-style:normal;
}
.yqt-ref-surface:hover{
  background:rgba(255,255,255,.045);
}
.yqt-ref-section{
  padding:96px 60px;
  border-bottom:1px solid var(--ref-line);
  background:#080909;
}
.yqt-ref-panel{
  border:1px solid var(--ref-line);
  background:
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px) 0 0/80px 80px,
    radial-gradient(circle at 72% 20%,rgba(150,171,168,.08),transparent 35%),
    #080909;
}
.yqt-ref-section-head{
  min-height:240px;
  padding:42px;
  display:grid;
  grid-template-columns:1fr .55fr;
  gap:60px;
  border-bottom:1px solid var(--ref-line);
}
.yqt-ref-section-head h2,
.yqt-ref-band-head h2{
  margin:0;
  color:rgba(255,255,255,.45);
  font:300 clamp(34px,3.1vw,58px)/1.1 var(--ref-sans);
  letter-spacing:-.055em;
}
.yqt-ref-section-head h2 strong{color:#fff;font-weight:400}
.yqt-ref-section-head p{
  margin:0;
  align-self:end;
  color:rgba(255,255,255,.5);
  font:400 18px/1.55 var(--ref-sans);
}
.yqt-ref-feature-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.yqt-ref-feature{
  min-height:420px;
  padding:18px;
  border-right:1px solid var(--ref-line);
  border-bottom:1px solid var(--ref-line);
  display:flex;
  flex-direction:column;
  gap:18px;
  background:rgba(255,255,255,.014);
}
.yqt-ref-feature:last-child{border-right:0}
.yqt-ref-feature-media{
  margin:0;
  aspect-ratio:4/5;
  overflow:hidden;
  border:1px solid var(--ref-line);
  background:#050606;
}
.yqt-ref-feature-media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  filter:saturate(.92) contrast(1.04) brightness(.9);
  transition:transform .3s ease, filter .3s ease;
}
.yqt-ref-feature:hover .yqt-ref-feature-media img{
  transform:scale(1.025);
  filter:saturate(1.02) contrast(1.06) brightness(.96);
}
.yqt-ref-feature code{
  color:rgba(255,255,255,.36);
  font:700 12px/1 var(--ref-mono);
  letter-spacing:.05em;
  text-transform:uppercase;
}
.yqt-ref-feature h3{
  margin:2px 0 0;
  color:#fff;
  font:400 31px/1.05 var(--ref-sans);
  letter-spacing:-.055em;
}
.yqt-ref-feature p{
  max-width:390px;
  margin:16px 0 0;
  color:rgba(255,255,255,.48);
  font:400 15px/1.55 var(--ref-sans);
}
.yqt-ref-feature span{
  display:inline-flex;
  margin-top:auto;
  color:rgba(255,255,255,.48);
  font:800 12px/1 var(--ref-mono);
  text-transform:uppercase;
}
.yqt-ref-feature span:after{content:"\2197";margin-left:8px}
.yqt-ref-dark-band{
  background:#050606;
}
.yqt-ref-band-head{
  display:grid;
  grid-template-columns:.45fr 1fr;
  gap:48px;
  align-items:end;
  margin-bottom:34px;
}
.yqt-ref-module-list{
  border-top:1px solid var(--ref-line);
  border-left:1px solid var(--ref-line);
}
.yqt-ref-module-list a{
  display:grid;
  grid-template-columns:118px minmax(120px,190px) .7fr 1fr;
  gap:22px;
  align-items:center;
  min-height:126px;
  padding:14px 28px;
  border-right:1px solid var(--ref-line);
  border-bottom:1px solid var(--ref-line);
  background:rgba(255,255,255,.018);
}
.yqt-ref-module-list figure{
  margin:0;
  aspect-ratio:16/10;
  overflow:hidden;
  border:1px solid var(--ref-line);
  background:#050606;
}
.yqt-ref-module-list img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:.78;
  filter:saturate(.92) contrast(1.05) brightness(.86);
  transition:opacity .2s ease, transform .24s ease;
}
.yqt-ref-module-list a:hover img{
  opacity:.96;
  transform:scale(1.025);
}
.yqt-ref-module-list b{
  color:rgba(255,255,255,.34);
  font:700 13px/1 var(--ref-mono);
}
.yqt-ref-module-list span{
  color:#fff;
  font:500 28px/1.05 var(--ref-sans);
  letter-spacing:-.045em;
}
.yqt-ref-module-list em{
  color:rgba(255,255,255,.48);
  font:400 15px/1.5 var(--ref-sans);
  font-style:normal;
}
.yqt-ref-plan-panel .yqt-ref-section-head{
  min-height:190px;
}
.yqt-ref-plan-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.yqt-ref-plan{
  min-height:260px;
  padding:30px;
  border-right:1px solid var(--ref-line);
  background:#080909;
}
.yqt-ref-plan:last-child{border-right:0}
.yqt-ref-plan.is-featured{
  background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.02));
}
.yqt-ref-plan h3{
  margin:0;
  color:#fff;
  font:500 28px/1.05 var(--ref-sans);
  letter-spacing:-.045em;
}
.yqt-ref-plan h3 em{
  display:inline-flex;
  margin-left:8px;
  color:rgba(255,255,255,.4);
  font:700 11px/1 var(--ref-mono);
  text-transform:uppercase;
  font-style:normal;
}
.yqt-ref-plan strong{
  display:block;
  margin-top:34px;
  color:#fff;
  font:400 46px/1 var(--ref-sans);
  letter-spacing:-.055em;
}
.yqt-ref-plan small{
  margin-left:8px;
  color:rgba(255,255,255,.42);
  font:500 14px/1 var(--ref-sans);
}
.yqt-ref-plan p{
  max-width:360px;
  margin:18px 0 0;
  color:rgba(255,255,255,.5);
  font:400 15px/1.55 var(--ref-sans);
}
.yqt-ref-plan span{
  display:inline-flex;
  margin-top:28px;
  color:rgba(255,255,255,.52);
  font:800 12px/1 var(--ref-mono);
  text-transform:uppercase;
}
.yqt-ref-plan span:after{content:"\2192";margin-left:8px}
@media (max-width:1180px){
  .yqt-ref-hero{min-height:1040px}
  .yqt-ref-hero-copy{
    width:auto;
    padding:220px 40px 0;
  }
  .yqt-ref-highlight{
    left:40px;
    right:40px;
    bottom:365px;
  }
  .yqt-ref-hero-showcase{
    left:auto;
    right:40px;
    bottom:338px;
    width:230px;
  }
  .yqt-ref-surface-grid{
    left:40px;
    right:40px;
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .yqt-ref-surface{min-height:94px}
  .yqt-ref-section-head,
  .yqt-ref-band-head{
    grid-template-columns:1fr;
  }
  .yqt-ref-feature-grid,
  .yqt-ref-plan-grid{
    grid-template-columns:1fr;
  }
  .yqt-ref-feature,
  .yqt-ref-plan{
    border-right:0;
    border-bottom:1px solid var(--ref-line);
  }
}
@media (max-width:760px){
  .yqt-ref-hero{
    min-height:auto;
    padding-bottom:24px;
  }
  .yqt-ref-hero:before{
    background:
      linear-gradient(180deg,rgba(5,6,6,.34) 0%,rgba(5,6,6,.78) 42%,#070808 100%),
      linear-gradient(90deg,rgba(5,6,6,.84),rgba(5,6,6,.36));
  }
  .yqt-ref-hero-bg{
    height:500px;
    object-position:58% top;
  }
  .yqt-ref-hero-copy{
    padding:390px 20px 0;
  }
  .yqt-ref-hero h1{
    font-size:42px;
    letter-spacing:-.05em;
  }
  .yqt-ref-hero-copy p{font-size:16px}
  .yqt-ref-actions{margin-top:28px}
  .yqt-ref-btn{width:100%;min-height:46px}
  .yqt-ref-highlight{display:none}
  .yqt-ref-surface-grid{
    position:relative;
    left:auto;
    right:auto;
    bottom:auto;
    margin:38px 20px 0;
    grid-template-columns:1fr;
  }
  .yqt-ref-surface{min-height:auto}
  .yqt-ref-section{
    padding:58px 20px;
  }
  .yqt-ref-section-head{
    padding:26px;
    gap:22px;
  }
  .yqt-ref-section-head h2,
  .yqt-ref-band-head h2{
    font-size:36px;
  }
  .yqt-ref-feature{
    min-height:auto;
    padding:26px;
  }
  .yqt-ref-feature h3{
    font-size:28px;
  }
  .yqt-ref-module-list a{
    grid-template-columns:1fr;
    gap:12px;
    padding:22px;
  }
  .yqt-ref-module-list figure{
    aspect-ratio:16/9;
  }
  .yqt-ref-module-list span{
    font-size:25px;
  }
  .yqt-ref-plan{
    min-height:auto;
    padding:26px;
  }
}
