@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Cal+Sans&display=swap');



:root {
  --qt-ink: #1f1d1d;
  --qt-text: #434343;
  --qt-muted: #666;
  --qt-blue: #d11924;
  --qt-blue-dark: #a70f18;
  --qt-cyan: #d11924;
  --qt-pale: #f7f7f7;
  --qt-pale-blue: #fdf7f7;
  --qt-line: #e5e5e5;
  --qt-white: #fff;
  --qt-red: #d71920;
  --qt-shadow: 0 24px 70px rgba(24, 62, 93, .13);
  --qt-radius: 22px;
  --qt-container: 1180px;
  --qt-header-height: 76px;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--qt-header-height) + 24px);
}

body.qt-page {
  background: var(--qt-white);
  color: var(--qt-text);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-size: 18px;
  line-height: 1.9;
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
span.qt-brand__name.cal-sans-regular {
  font-family: "Cal Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-top: 8px;
}

.qt-page img {
  display: block;
  height: auto;
  max-width: 100%;
}

.qt-page a {
  color: inherit;
  text-decoration: none;
}

.qt-page button,
.qt-page input {
  font: inherit;
}

.qt-page button {
  color: inherit;
}

.qt-container {
  margin-inline: auto;
  max-width: var(--qt-container);
  padding-inline: 28px;
  width: 100%;
}

.qt-skip {
  background: var(--qt-ink);
  color: #fff !important;
  left: 12px;
  padding: 8px 16px;
  position: fixed;
  top: -60px;
  transition: top .2s;
  z-index: 200;
}

.qt-skip:focus {
  top: 12px;
}

.qt-header {
  background: rgba(255, 255, 255, .93);
  border-bottom: 1px solid transparent;
  height: var(--qt-header-height);
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: border-color .25s, box-shadow .25s;
  z-index: 100;
  backdrop-filter: blur(14px);
}

.qt-header.is-scrolled {
  border-color: rgba(24, 37, 58, .08);
  box-shadow: 0 8px 30px rgba(23, 40, 62, .07);
}

.qt-header__inner {
  align-items: center;
  display: flex;
  gap: 34px;
  height: 100%;
}

.qt-brand {
  align-items: center;
  color: var(--qt-ink) !important;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 10px;
  letter-spacing: -.02em;
}

.qt-brand--header {
  align-items: flex-start;
  display: inline-grid;
  gap: 4px;
}

.qt-brand__tagline {
  color: #536175;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .08em;
  line-height: 1;
  padding-left: 1px;
  white-space: nowrap;
}

.qt-brand__lockup {
  align-items: center;
  display: flex;
  gap: 6px;
}

.qt-brand__logo {
  display: block;
  flex: 0 0 auto;
  height: 30px;
  object-fit: contain;
  width: 40px;
}

.qt-brand__name {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
}

.qt-brand__name b {
  font-weight: 750;
}

.qt-nav {
  align-items: center;
  display: flex;
  gap: 28px;
  margin-left: auto;
}

.qt-nav a {
  color: var(--qt-ink);
  font-size: 14px;
  font-weight: 700;
  position: relative;
}

.qt-nav a::after {
  background: var(--qt-blue);
  bottom: -8px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s;
  width: 100%;
}

.qt-nav a:hover::after,
.qt-nav a:focus-visible::after {
  transform: scaleX(1);
}

.qt-button {
  align-items: center;
  background: var(--qt-blue);
  border: 1px solid var(--qt-blue);
  border-radius: 8px;
  color: #fff !important;
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  justify-content: center;
  min-height: 54px;
  padding: 13px 26px;
  transition: background .2s, border-color .2s, box-shadow .2s, transform .2s;
}

.qt-button:hover,
.qt-button:focus-visible {
  background: var(--qt-blue-dark);
  border-color: var(--qt-blue-dark);
  box-shadow: 0 12px 24px rgba(23, 105, 210, .2);
  transform: translateY(-2px);
}

.qt-button--small {
  min-height: 46px;
  padding: 10px 20px;
}

.qt-button--primary {
  min-width: 230px;
}

.qt-hero__actions .qt-button--primary {
  min-width: 320px;
  min-height: 62px;
  padding: 16px 48px;
  font-size: 18px;
}

.qt-menu,
.qt-mobile-nav {
  display: none;
}

.qt-hero {
  background: linear-gradient(180deg, #fff 0%, #fff 72%, #f8fbfd 100%);
  min-height: 780px;
  overflow: hidden;
  padding: calc(var(--qt-header-height) + 92px) 0 0;
  position: relative;
}

.qt-hero__glow {
  background: radial-gradient(circle, rgba(23, 181, 200, .12) 0, rgba(23, 105, 210, .06) 38%, transparent 70%);
  height: 720px;
  position: absolute;
  right: -170px;
  top: 20px;
  width: 720px;
}

.qt-hero__inner {
  align-items: center;
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  position: relative;
  z-index: 2;
}

.qt-eyebrow,
.qt-section-heading__en {
  color: var(--qt-blue);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.qt-eyebrow {
  align-items: center;
  display: inline-flex;
  gap: 12px;
}

.qt-eyebrow span {
  background: var(--qt-ink);
  border-radius: 999px;
  color: #fff;
  font-size: 10px;
  letter-spacing: .08em;
  padding: 4px 9px;
}

.qt-hero h1 {
  color: var(--qt-ink);
  font-size: clamp(42px, 4.1vw, 64px);
  letter-spacing: -.055em;
  line-height: 1.28;
  margin: 0;
}

.qt-hero h1 em {
  color: var(--qt-blue);
  font-style: normal;
}

.qt-hero__lead {
  font-size: 19px;
  line-height: 2;
  margin: 28px 0 0;
  max-width: 590px;
}

.qt-hero__actions {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 28px;
  margin-top: 34px;
}

.qt-text-link {
  align-items: center;
  color: var(--qt-ink) !important;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  gap: 10px;
}

.qt-text-link span {
  color: var(--qt-blue);
  font-size: 20px;
  transition: transform .2s;
}

.qt-text-link:hover span {
  transform: translateX(4px);
}

.qt-hero__points {
  border-top: 1px solid var(--qt-line);
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  margin: 38px 0 0;
  padding-top: 22px;
}

.qt-hero__points div {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: 58px 1fr;
}

.qt-hero__points dt {
  align-items: center;
  background: linear-gradient(145deg, #fff, #eaf5ff);
  border: 1px solid rgba(23, 105, 210, .32);
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(23, 105, 210, .1), inset 0 0 0 5px rgba(23, 181, 200, .07);
  color: var(--qt-blue);
  display: flex;
  font-size: 12px;
  font-weight: 800;
  height: 58px;
  justify-content: center;
  letter-spacing: .08em;
  position: relative;
  width: 58px;
}

.qt-hero__points dd {
  color: var(--qt-muted);
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
  white-space: nowrap;
}

.qt-hero__visual {
  min-width: 0;
  perspective: 1000px;
  position: relative;
}

.qt-product-window {
  background: #fff;
  border: 1px solid #dce6ee;
  border-radius: 17px;
  box-shadow: var(--qt-shadow);
  max-height: 560px;
  overflow: hidden;
  position: relative;
  transform: rotateY(-3deg) rotateX(1deg);
}

.qt-product-window__bar {
  align-items: center;
  background: #f7f9fb;
  border-bottom: 1px solid #e7ebef;
  display: flex;
  gap: 6px;
  height: 42px;
  padding: 0 14px;
}

.qt-product-window__bar span {
  background: #cad4dd;
  border-radius: 50%;
  height: 7px;
  width: 7px;
}

.qt-product-window__bar b {
  color: #728092;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 600;
  margin-left: 8px;
}

.qt-product-window img {
  width: 100%;
}

.qt-float-card {
  background: rgba(255, 255, 255, .96);
  border: 1px solid #dce6ee;
  border-radius: 12px;
  box-shadow: 0 16px 40px rgba(30, 67, 98, .16);
  display: grid;
  min-width: 205px;
  padding: 14px 16px;
  position: absolute;
  z-index: 3;
}

.qt-float-card span {
  color: var(--qt-blue);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
}

.qt-float-card b {
  color: var(--qt-ink);
  font-size: 12px;
  margin-top: 4px;
}

.qt-float-card--top {
  animation: qt-float 4.2s ease-in-out infinite;
  right: -32px;
  top: 92px;
}

.qt-float-card--top i {
  background: linear-gradient(90deg, var(--qt-blue), var(--qt-cyan));
  border-radius: 99px;
  height: 3px;
  margin-top: 10px;
  overflow: hidden;
  position: relative;
}

.qt-float-card--top i::after {
  animation: qt-progress 3s ease-in-out infinite;
  background: #dfeaf3;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
}

.qt-float-card--bottom {
  animation: qt-float 4.6s ease-in-out .6s infinite;
  bottom: 54px;
  left: -36px;
}

.qt-hero__rail {
  align-items: center;
  color: #7b8794;
  display: flex;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 700;
  gap: 20px;
  justify-content: center;
  letter-spacing: .16em;
  margin: 78px auto 0;
  padding: 18px 28px;
  position: relative;
  z-index: 2;
}

.qt-hero__rail i {
  background: linear-gradient(90deg, var(--qt-cyan), var(--qt-blue));
  height: 1px;
  max-width: 110px;
  width: 10vw;
}

@keyframes qt-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-9px); }
}

@keyframes qt-progress {
  0%, 20% { width: 100%; }
  70%, 100% { width: 0; }
}

.qt-section {
  padding: 112px 0;
}

.qt-section-heading {
  margin: 0 auto 56px;
  max-width: 820px;
  text-align: center;
}

.qt-section-heading--left {
  margin-left: 0;
  text-align: left;
}

.qt-section-heading h2,
.qt-after h2,
.qt-demo h2,
.qt-askq h2 {
  color: var(--qt-ink);
  font-size: clamp(32px, 3.5vw, 48px);
  letter-spacing: -.045em;
  line-height: 1.42;
  margin: 0;
}

.qt-section-heading > p:last-child {
  color: var(--qt-muted);
  font-size: 18px;
  margin: 18px auto 0;
  max-width: 700px;
}

.qt-section-heading--left > p:last-child {
  margin-left: 0;
}

.qt-problems {
  background: #fff;
}

.qt-problems__layout {
  align-items: center;
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
}

.qt-problems__illustration {
  margin: 0;
  min-height: 370px;
  position: relative;
}

.qt-problems__illustration::before {
  background: var(--qt-pale);
  border-radius: 50%;
  content: "";
  height: 390px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 390px;
}

.qt-problems__illustration img {
  margin: auto;
  max-height: 390px;
  object-fit: contain;
  position: relative;
  width: 100%;
  z-index: 1;
}

.qt-problems__list {
  border-top: 1px solid var(--qt-line);
}

.qt-problem {
  align-items: flex-start;
  border-bottom: 1px solid var(--qt-line);
  display: grid;
  gap: 0;
  grid-template-columns: 1fr;
  padding: 27px 4px;
}

.qt-problem > span {
  color: var(--qt-blue);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .1em;
  padding-top: 5px;
}

.qt-problem h3 {
  color: var(--qt-ink);
  font-size: 27px;
  margin: 0 0 5px;
}

.qt-problem p {
  color: var(--qt-muted);
  font-size: 18px;
  margin: 0;
}

.qt-after {
  background: var(--qt-pale-blue);
  padding: 90px 0;
  position: relative;
  text-align: center;
}

.qt-after::before {
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 18px 19px 0;
  content: "";
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
}

.qt-after__inner > p:last-child {
  font-size: 18px;
  margin: 22px auto 0;
  max-width: 720px;
}

.qt-after__flow {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 40px auto 0;
  max-width: 920px;
}

.qt-after__flow span {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(209, 25, 36, .24);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(87, 15, 19, .07);
  color: var(--qt-ink);
  display: flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  min-height: 66px;
  padding: 12px 24px;
}

.qt-after__flow i {
  background: var(--qt-blue);
  height: 2px;
  position: relative;
  width: 46px;
}

.qt-after__flow i::after {
  border-right: 2px solid var(--qt-blue);
  border-top: 2px solid var(--qt-blue);
  content: "";
  height: 8px;
  position: absolute;
  right: 0;
  top: -4px;
  transform: rotate(45deg);
  width: 8px;
}

.qt-flow {
  background: #fbfcfd;
}

.qt-flow__panel {
  background: #fff;
  border: 1px solid var(--qt-line);
  border-radius: var(--qt-radius);
  box-shadow: 0 18px 54px rgba(34, 68, 98, .08);
  overflow: hidden;
}

.qt-flow__tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.qt-flow__tabs button {
  align-items: center;
  background: #f7f9fb;
  border: 0;
  border-bottom: 1px solid var(--qt-line);
  border-right: 1px solid var(--qt-line);
  cursor: pointer;
  display: flex;
  gap: 13px;
  min-height: 78px;
  padding: 16px 24px;
  text-align: left;
  transition: background .2s, color .2s;
}

.qt-flow__tabs button:last-child {
  border-right: 0;
}

.qt-flow__tabs button[aria-selected="true"] {
  background: var(--qt-blue);
  color: #fff;
}

.qt-flow__tabs button span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 800;
  opacity: .7;
}

.qt-flow__tabs button b {
  font-size: 20px;
}

.qt-flow__content {
  align-items: center;
  display: grid;
  gap: 70px;
  grid-template-columns: .8fr 1.2fr;
  min-height: 410px;
  padding: 62px 70px;
}

.qt-flow__text > p {
  color: var(--qt-blue);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
  margin: 0 0 18px;
}

.qt-flow__text h3 {
  color: var(--qt-ink);
  font-size: 32px;
  line-height: 1.45;
  margin: 0 0 18px;
}

.qt-flow__text div {
  color: var(--qt-muted);
  font-size: 17px;
}

.qt-flow__mock {
  align-items: center;
  background: linear-gradient(135deg, #fffafa, #f7f7f7);
  border-radius: 18px;
  display: flex;
  justify-content: center;
  min-height: 430px;
  overflow: hidden;
  padding: 36px;
  position: relative;
}

.qt-step-image {
  background: #fff;
  border: 1px solid #dce5ec;
  border-radius: 12px;
  box-shadow: 0 18px 42px rgba(39, 76, 106, .13);
  max-height: 390px;
  object-fit: contain;
  width: auto;
}

.qt-step-image[hidden] {
  display: none;
}

.qt-input-mock {
  background: #fff;
  border: 1px solid #dce5ec;
  border-radius: 14px;
  box-shadow: 0 18px 42px rgba(39, 76, 106, .13);
  max-width: 430px;
  padding: 24px;
  width: 100%;
}

.qt-input-mock > span {
  color: #647184;
  display: block;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 8px;
}

.qt-input-mock > div {
  align-items: center;
  border: 1px solid #cdd9e3;
  border-radius: 7px;
  display: flex;
  min-height: 54px;
  padding: 0 14px;
}

.qt-input-mock > div b {
  color: var(--qt-ink);
  font-size: 13px;
  font-weight: 600;
}

.qt-input-mock > div i {
  animation: qt-cursor 1s steps(2) infinite;
  background: var(--qt-blue);
  height: 18px;
  margin-left: 3px;
  width: 1px;
}

.qt-input-mock button {
  background: var(--qt-blue);
  border: 0;
  border-radius: 7px;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin: 16px 0 0 auto;
  padding: 10px 17px;
}

.qt-report-mini,
.qt-chat-mini {
  background: #fff;
  border: 1px solid #dce5ec;
  border-radius: 14px;
  box-shadow: 0 18px 42px rgba(39, 76, 106, .13);
  max-width: 430px;
  padding: 24px;
  width: 100%;
}

.qt-report-mini[hidden],
.qt-chat-mini[hidden] {
  display: none;
}

.qt-report-mini span {
  animation: qt-load .55s both;
  background: #dce9f6;
  border-radius: 5px;
  display: block;
  height: 18px;
  margin-bottom: 13px;
}

.qt-report-mini span:nth-child(1) { background: var(--qt-blue); height: 10px; width: 33%; }
.qt-report-mini span:nth-child(2) { animation-delay: .1s; height: 58px; }
.qt-report-mini span:nth-child(3) { animation-delay: .2s; width: 72%; }
.qt-report-mini span:nth-child(4) { animation-delay: .3s; margin-bottom: 0; width: 88%; }

.qt-chat-mini p {
  animation: qt-load .55s both;
  background: #e8f1fa;
  border-radius: 12px 12px 4px 12px;
  height: 46px;
  margin: 0 0 14px auto;
  width: 75%;
}

.qt-chat-mini p:nth-child(2),
.qt-chat-mini p:nth-child(3) {
  background: #fff;
  border: 1px solid #d8e4ee;
  border-radius: 12px 12px 12px 4px;
  margin-left: 0;
  width: 90%;
}

.qt-chat-mini p:nth-child(3) { animation-delay: .12s; height: 20px; width: 66%; }

@keyframes qt-cursor { 50% { opacity: 0; } }
@keyframes qt-load { from { opacity: 0; transform: translateY(8px); } }

.qt-features {
  background: #fff;
}

.qt-feature-cards {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.qt-feature-card {
  background: #fff;
  border: 1px solid var(--qt-line);
  border-radius: 16px;
  box-shadow: 0 14px 36px rgba(31, 29, 29, .06);
  min-height: 300px;
  padding: 38px 40px;
  position: relative;
}

.qt-feature-card::after {
  background: var(--qt-blue);
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 72px;
}

.qt-feature-card > img {
  height: 72px;
  margin-bottom: 28px;
  width: 72px;
}

.qt-feature-card h3 {
  color: var(--qt-ink);
  font-size: 28px;
  line-height: 1.45;
  margin: 0 0 14px;
}

.qt-feature-card p {
  color: var(--qt-muted);
  font-size: 18px;
  margin: 0;
}

.qt-feature-tabs {
  border-bottom: 1px solid var(--qt-line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.qt-feature-tabs button {
  background: transparent;
  border: 0;
  color: var(--qt-muted);
  cursor: pointer;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.5;
  min-height: 86px;
  padding: 18px 22px 22px;
  position: relative;
  text-align: left;
}

.qt-feature-tabs button span {
  color: var(--qt-blue);
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: .12em;
  margin-bottom: 4px;
}

.qt-feature-tabs button::after {
  background: var(--qt-blue);
  bottom: -1px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transition: transform .25s;
  width: 100%;
}

.qt-feature-tabs button[aria-selected="true"] {
  color: var(--qt-ink);
}

.qt-feature-tabs button[aria-selected="true"]::after {
  transform: scaleX(1);
}

.qt-feature-panel {
  align-items: center;
  display: grid;
  gap: 72px;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  min-height: 540px;
  padding: 58px 0 44px;
}

.qt-feature-panel[hidden] {
  display: none;
}

.qt-feature-panel__visual {
  align-items: center;
  background: linear-gradient(135deg, #fffafa, #f7f7f7);
  border-radius: 24px;
  display: flex;
  justify-content: center;
  min-height: 440px;
  overflow: hidden;
  padding: 35px;
}

.qt-feature-panel__visual img {
  max-height: 400px;
  object-fit: contain;
  width: 100%;
}

.qt-feature-panel__en {
  color: var(--qt-blue) !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px !important;
  font-weight: 700;
  letter-spacing: .14em;
  margin: 0 0 15px !important;
}

.qt-feature-panel__copy h3 {
  color: var(--qt-ink);
  font-size: 36px;
  letter-spacing: -.03em;
  line-height: 1.48;
  margin: 0 0 20px;
}

.qt-feature-panel__copy > p {
  color: var(--qt-muted);
  font-size: 17px;
  margin: 0;
}

.qt-feature-panel__copy ul,
.qt-demo__heading ul {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
}

.qt-feature-panel__copy li,
.qt-demo__heading li {
  color: var(--qt-ink);
  font-size: 16px;
  font-weight: 700;
  padding: 9px 0 9px 25px;
  position: relative;
}

.qt-feature-panel__copy li::before,
.qt-demo__heading li::before {
  border-bottom: 2px solid var(--qt-cyan);
  border-right: 2px solid var(--qt-cyan);
  content: "";
  height: 10px;
  left: 3px;
  position: absolute;
  top: 13px;
  transform: rotate(45deg);
  width: 5px;
}

.qt-more-features {
  background: var(--qt-pale);
}

.qt-more-features__grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}

.qt-more-feature {
  background: #fff;
  border: 1px solid var(--qt-line);
  border-radius: 10px;
  box-shadow: 0 14px 36px rgba(31, 29, 29, .06);
  min-height: 560px;
  overflow: hidden;
  padding: 0 32px 34px;
  position: relative;
}

.qt-more-feature__visual {
  align-items: center;
  background: #f8fafc;
  border-bottom: 1px solid var(--qt-line);
  display: flex;
  height: 260px;
  justify-content: center;
  margin: 0 -32px 30px;
  padding: 18px;
  position: relative;
  width: calc(100% + 64px);
}

.qt-more-feature__visual img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.qt-more-feature__visual span {
  background: rgba(20, 29, 48, .88);
  border-radius: 999px;
  bottom: 14px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  left: 50%;
  opacity: 0;
  padding: 7px 14px;
  position: absolute;
  transform: translate(-50%, 6px);
  transition: opacity .2s ease, transform .2s ease;
  white-space: nowrap;
}

.qt-more-feature__visual:hover span,
.qt-more-feature__visual:focus-visible span {
  opacity: 1;
  transform: translate(-50%, 0);
}

.qt-more-feature::after {
  background: var(--qt-blue);
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 64px;
}

.qt-more-feature__head {
  align-items: center;
  display: flex;
  gap: 12px;
}

.qt-more-feature__head span {
  color: var(--qt-blue);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 800;
}

.qt-more-feature__head small {
  color: #888;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
}

.qt-more-feature h3 {
  color: var(--qt-ink);
  font-size: 28px;
  line-height: 1.5;
  margin: 28px 0 14px;
}

.qt-more-feature p {
  color: var(--qt-muted);
  font-size: 18px;
  line-height: 1.9;
  margin: 0;
}

.qt-feature-note {
  align-items: flex-start;
  background: var(--qt-ink);
  border-radius: 18px;
  color: #fff;
  display: grid;
  gap: 42px;
  grid-template-columns: 170px 1fr;
  margin-top: 30px;
  padding: 40px 46px;
}

.qt-feature-note > p {
  color: #f0a5aa;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  margin: 4px 0 0;
}

.qt-feature-note h3 {
  font-size: 22px;
  line-height: 1.6;
  margin: 0 0 10px;
}

.qt-feature-note div p {
  color: #c7ced9;
  font-size: 13px;
  margin: 0;
}

.qt-report {
  background: #f6f9fb;
}

.qt-report__image {
  background: #fff;
  border: 1px solid #dce5ec;
  border-radius: 22px;
  box-shadow: var(--qt-shadow);
  cursor: zoom-in;
  display: block;
  margin: 0 auto;
  max-height: 790px;
  max-width: 960px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

.qt-report__image img {
  width: 100%;
}

.qt-report__image span {
  background: rgba(18, 24, 39, .9);
  border-radius: 999px;
  bottom: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  left: 50%;
  opacity: 0;
  padding: 8px 16px;
  position: absolute;
  transform: translate(-50%, 8px);
  transition: opacity .2s, transform .2s;
}

.qt-report__image:hover span,
.qt-report__image:focus-visible span {
  opacity: 1;
  transform: translate(-50%, 0);
}

.qt-report__labels {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 28px;
}

.qt-report__labels span {
  background: #fff;
  border: 1px solid var(--qt-line);
  border-radius: 999px;
  color: var(--qt-muted);
  font-size: 12px;
  font-weight: 700;
  padding: 7px 14px;
}

.qt-askq {
  background: #fff;
}

.qt-askq__layout {
  align-items: center;
  display: grid;
  gap: 80px;
  grid-template-columns: .88fr 1.12fr;
}

.qt-askq__copy > p:not(.qt-section-heading__en) {
  color: var(--qt-muted);
  margin: 22px 0 0;
}

.qt-askq__notice {
  border-left: 3px solid var(--qt-cyan);
  font-size: 13px !important;
  padding-left: 15px;
}

.qt-chat-demo {
  background: #f7f9fc;
  border: 1px solid #dce4ec;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(29, 66, 98, .1);
  overflow: hidden;
}

.qt-chat-demo__header {
  align-items: center;
  background: var(--qt-ink);
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
}

.qt-chat-demo__header span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 750;
}

.qt-chat-demo__header small {
  color: #9aa6b7;
  font-size: 10px;
}

.qt-chat-demo__screen {
  min-height: 278px;
  padding: 30px;
}

.qt-chat-demo__question {
  background: var(--qt-blue);
  border-radius: 14px 14px 4px 14px;
  color: #fff;
  font-size: 15px;
  margin: 0 0 20px auto;
  max-width: 82%;
  padding: 13px 16px;
}

.qt-chat-demo__answer {
  align-items: flex-start;
  display: flex;
  gap: 12px;
}

.qt-chat-demo__avatar {
  align-items: center;
  background: var(--qt-cyan);
  border-radius: 9px;
  color: #fff;
  display: flex;
  flex: 0 0 32px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 800;
  height: 32px;
  justify-content: center;
}

.qt-chat-demo__answer p {
  background: #fff;
  border: 1px solid #dce4ec;
  border-radius: 4px 14px 14px 14px;
  color: var(--qt-text);
  font-size: 15px;
  margin: 0;
  padding: 15px 17px;
}

.qt-chat-demo__answer p.is-changing {
  animation: qt-answer .35s both;
}

@keyframes qt-answer {
  from { opacity: 0; transform: translateY(7px); }
}

.qt-chat-demo__choices {
  border-top: 1px solid #dce4ec;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 16px 20px 20px;
}

.qt-chat-demo__choices button {
  background: #fff;
  border: 1px solid #cfdae4;
  border-radius: 999px;
  color: var(--qt-text);
  cursor: pointer;
  font-size: 11px;
  padding: 7px 12px;
  transition: border-color .2s, color .2s, background .2s;
}

.qt-chat-demo__choices button:hover,
.qt-chat-demo__choices button[aria-pressed="true"] {
  background: #fff4f4;
  border-color: var(--qt-blue);
  color: var(--qt-blue);
}

.qt-scenes {
  background: var(--qt-ink);
}

.qt-scenes .qt-section-heading__en {
  color: #f0a5aa;
}

.qt-scenes .qt-section-heading h2 {
  color: #fff;
}

.qt-scenes__grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(2, 1fr);
}

.qt-scenes__illustration {
  align-items: center;
  background: linear-gradient(135deg, #f7fbfe, #edf5ff);
  border: 1px solid rgba(119, 212, 223, .2);
  border-radius: 24px;
  display: flex;
  justify-content: center;
  margin: 0 0 26px;
  padding: 34px;
}

.qt-scenes__illustration img {
  height: auto;
  max-height: none;
  width: 100%;
}

.qt-scene {
  background: #182033;
  min-height: 280px;
  padding: 42px 44px;
  position: relative;
  transition: background .25s, transform .25s;
}

.qt-scene:hover {
  background: #1c2841;
  transform: translateY(-3px);
  z-index: 1;
}

.qt-scene__meta {
  align-items: center;
  display: flex;
  gap: 14px;
}

.qt-scene__meta span {
  color: #f0a5aa;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.qt-scene__meta small {
  color: #758197;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .13em;
}

.qt-scene h3 {
  color: #fff;
  font-size: 29px;
  margin: 42px 0 12px;
}

.qt-scene p {
  color: #aab4c2;
  font-size: 18px;
  margin: 0;
  max-width: 460px;
}

.qt-faq {
  background: #fff;
}

.qt-faq__layout {
  align-items: flex-start;
  display: grid;
  gap: 90px;
  grid-template-columns: .68fr 1.32fr;
}

.qt-faq__list {
  border-top: 1px solid var(--qt-line);
}

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

.qt-faq summary {
  align-items: center;
  color: var(--qt-ink);
  cursor: pointer;
  display: grid;
  font-size: 18px;
  font-weight: 700;
  gap: 16px;
  grid-template-columns: 32px 1fr 22px;
  list-style: none;
  padding: 24px 4px;
}

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

.qt-faq summary > span,
.qt-faq details > div > span {
  color: var(--qt-blue);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 800;
}

.qt-faq summary i {
  height: 18px;
  position: relative;
  width: 18px;
}

.qt-faq summary i::before,
.qt-faq summary i::after {
  background: var(--qt-blue);
  content: "";
  height: 2px;
  left: 2px;
  position: absolute;
  top: 8px;
  transition: transform .2s;
  width: 14px;
}

.qt-faq summary i::after {
  transform: rotate(90deg);
}

.qt-faq details[open] summary i::after {
  transform: rotate(0);
}

.qt-faq details > div {
  display: grid;
  gap: 16px;
  grid-template-columns: 32px 1fr;
  padding: 0 4px 26px;
}

.qt-faq details > div > span {
  color: var(--qt-cyan);
}

.qt-faq details > div p {
  color: var(--qt-muted);
  font-size: 16px;
  margin: 0;
}

.qt-demo {
  background: linear-gradient(135deg, #1f1d1d 0%, #2b2525 62%, #76131a 135%);
  color: #fff;
  overflow: hidden;
  padding: 110px 0;
  position: relative;
}

.qt-demo::before,
.qt-demo::after {
  border: 1px solid rgba(119, 212, 223, .18);
  border-radius: 50%;
  content: "";
  height: 540px;
  position: absolute;
  right: -200px;
  top: -180px;
  width: 540px;
}

.qt-demo::after {
  height: 390px;
  right: -125px;
  top: -105px;
  width: 390px;
}

.qt-demo__inner {
  align-items: flex-start;
  display: grid;
  gap: 76px;
  grid-template-columns: .85fr 1.15fr;
  position: relative;
  z-index: 1;
}

.qt-demo .qt-section-heading__en {
  color: #f0a5aa;
}

.qt-demo h2 {
  color: #fff;
}

.qt-demo__heading > p:not(.qt-section-heading__en) {
  color: #c4d1df;
  margin: 22px 0 0;
}

.qt-demo__heading li {
  color: #fff;
}

.qt-demo__form {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .22);
  overflow: hidden;
  padding: 32px 32px 18px;
}

.qt-demo__form-head {
  border-bottom: 1px solid var(--qt-line);
  color: var(--qt-text);
  margin-bottom: 16px;
  padding-bottom: 18px;
  text-align: center;
}

.qt-demo__form-head h3 {
  color: var(--qt-ink);
  font-size: 22px;
  margin: 0;
}

.qt-demo__form-head p {
  color: var(--qt-muted);
  font-size: 12px;
  margin: 4px 0 0;
}

.qt-demo__form iframe {
  display: block;
  min-height: 650px;
  width: 100%;
}

.qt-footer {
  background: #0a1220;
  color: #fff;
  padding: 66px 0 24px;
}

.qt-footer__inner {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.qt-brand--footer {
  color: #fff !important;
}

.qt-brand--footer .qt-brand__logo {
  filter: brightness(0) invert(1);
}

.qt-footer__inner > div:first-child > p {
  color: #8390a3;
  font-size: 12px;
  margin: 15px 0 0;
}

.qt-footer__company {
  max-width: 390px;
}

.qt-footer__company img {
  filter: brightness(0) invert(1);
  margin-bottom: 14px;
  max-height: 28px;
  width: 112px;
}

.qt-footer__company p {
  color: #8390a3;
  font-size: 12px;
  margin: 0;
}

.qt-footer__bottom {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: #69768a;
  display: flex;
  font-size: 11px;
  justify-content: space-between;
  margin-top: 46px;
  padding-top: 20px;
}

.qt-sticky-cta {
  background: var(--qt-blue);
  border-radius: 8px 0 0 8px;
  bottom: 36px;
  box-shadow: 0 12px 34px rgba(23, 105, 210, .32);
  color: #fff !important;
  font-size: 14px;
  font-weight: 700;
  opacity: 0;
  padding: 16px 24px;
  pointer-events: none;
  position: fixed;
  right: 0;
  transform: translateX(20px);
  transition: opacity .25s, transform .25s, background .2s;
  z-index: 90;
}

.qt-sticky-cta.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.qt-sticky-cta:hover {
  background: var(--qt-blue-dark);
}

.qt-lightbox {
  align-items: center;
  background: rgba(4, 10, 18, .9);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 70px 28px 28px;
  position: fixed;
  z-index: 300;
}

.qt-lightbox[hidden] {
  display: none;
}

.qt-lightbox__inner {
  background: #fff;
  border-radius: 12px;
  max-height: calc(100vh - 100px);
  max-width: 1100px;
  overflow: auto;
  width: 100%;
}

.qt-lightbox__inner img {
  width: 100%;
}

.qt-lightbox__close {
  background: transparent;
  border: 0;
  cursor: pointer;
  height: 42px;
  position: absolute;
  right: 24px;
  top: 18px;
  width: 42px;
}

.qt-lightbox__close span {
  background: #fff;
  height: 2px;
  left: 8px;
  position: absolute;
  top: 20px;
  transform: rotate(45deg);
  width: 26px;
}

.qt-lightbox__close span:last-child {
  transform: rotate(-45deg);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .65s ease, transform .65s ease;
  transition-delay: calc(var(--qt-delay, 0) * 1ms);
}

[data-reveal].is-revealed {
  opacity: 1;
  transform: none;
}

.qt-sp-only {
  display: none;
}

@media (max-width: 1050px) {
  .qt-nav {
    gap: 18px;
  }

  .qt-hero {
    min-height: 720px;
  }

  .qt-hero__inner {
    gap: 35px;
  }

  .qt-float-card--top {
    right: -12px;
  }

  .qt-float-card--bottom {
    left: -10px;
  }

  .qt-flow__content,
  .qt-feature-panel {
    gap: 42px;
  }

  .qt-flow__content {
    padding: 50px 45px;
  }
}

@media (max-width: 860px) {
  :root {
    --qt-header-height: 68px;
  }

  .qt-container {
    padding-inline: 22px;
  }

  .qt-feature-cards {
    gap: 20px;
  }

  .qt-header__inner {
    gap: 18px;
  }

  .qt-nav,
  .qt-header .qt-button--small {
    display: none;
  }

  .qt-menu {
    background: transparent;
    border: 0;
    display: block;
    height: 40px;
    margin-left: auto;
    padding: 0;
    position: relative;
    width: 40px;
  }

  .qt-menu span {
    background: var(--qt-ink);
    height: 2px;
    left: 8px;
    position: absolute;
    top: 15px;
    transition: transform .2s, top .2s;
    width: 24px;
  }

  .qt-menu span:last-child {
    top: 24px;
  }

  .qt-menu[aria-expanded="true"] span {
    top: 20px;
    transform: rotate(45deg);
  }

  .qt-menu[aria-expanded="true"] span:last-child {
    transform: rotate(-45deg);
  }

  .qt-mobile-nav {
    background: #fff;
    border-top: 1px solid var(--qt-line);
    box-shadow: 0 18px 30px rgba(21, 43, 67, .1);
    display: grid;
    gap: 0;
    left: 0;
    opacity: 0;
    padding: 14px 22px 24px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 100%;
    transform: translateY(-10px);
    transition: opacity .2s, transform .2s;
  }

  .qt-mobile-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .qt-mobile-nav > a:not(.qt-button) {
    border-bottom: 1px solid var(--qt-line);
    color: var(--qt-ink);
    font-size: 14px;
    font-weight: 700;
    padding: 13px 4px;
  }

  .qt-mobile-nav .qt-button {
    margin-top: 16px;
  }

  .qt-hero {
    padding-top: calc(var(--qt-header-height) + 64px);
  }

  .qt-hero__inner,
  .qt-problems__layout,
  .qt-feature-panel,
  .qt-askq__layout,
  .qt-faq__layout,
  .qt-demo__inner {
    grid-template-columns: 1fr;
  }

  .qt-hero__copy {
    max-width: 720px;
  }

  .qt-more-features__grid {
    grid-template-columns: 1fr;
  }

  .qt-hero__visual {
    margin: 18px auto 0;
    max-width: 680px;
  }

  .qt-product-window {
    transform: none;
  }

  .qt-hero__rail {
    margin-top: 52px;
  }

  .qt-problems__layout {
    gap: 36px;
  }

  .qt-problems__illustration {
    min-height: 330px;
  }

  .qt-flow__content {
    grid-template-columns: 1fr;
  }

  .qt-feature-panel {
    gap: 34px;
  }

  .qt-feature-panel__visual {
    min-height: 360px;
  }

  .qt-feature-note {
    grid-template-columns: 1fr;
  }

  .qt-askq__layout,
  .qt-faq__layout,
  .qt-demo__inner {
    gap: 52px;
  }

  .qt-footer__inner {
    gap: 50px;
  }
}

@media (max-width: 620px) {
  .qt-feature-cards {
    grid-template-columns: 1fr;
  }

  .qt-feature-card {
    min-height: 0;
    padding: 30px 26px;
  }

  .qt-feature-card h3 {
    font-size: 23px;
  }

  body.qt-page {
    font-size: 15px;
    padding-bottom: 62px;
  }

  .qt-container {
    padding-inline: 18px;
  }

  .qt-brand__name {
    font-size: 20px;
  }

  .qt-brand__logo {
    height: 27px;
    width: 23px;
  }

  .qt-brand__tagline {
    font-size: 9px;
  }

  .qt-hero {
    min-height: 0;
    padding-top: calc(var(--qt-header-height) + 48px);
  }

  .qt-eyebrow {
    align-items: flex-start;
    font-size: 10px;
    line-height: 1.5;
  }

  .qt-hero h1 {
    font-size: 39px;
    line-height: 1.35;
  }

  .qt-hero__lead {
    font-size: 15px;
    line-height: 1.85;
    margin-top: 22px;
  }

  .qt-hero__actions {
    align-items: center;
    flex-direction: column;
    gap: 18px;
    margin-top: 28px;
  }

  .qt-hero__actions .qt-button--primary {
    min-width: min(320px, 100%);
    font-size: 17px;
  }

  .qt-text-link {
    justify-content: center;
  }

  .qt-hero__points {
    gap: 12px;
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .qt-hero__points div {
    align-items: center;
    grid-template-columns: 58px 1fr;
  }

  .qt-hero__visual {
    margin-top: 32px;
  }

  .qt-product-window {
    border-radius: 11px;
    max-height: 390px;
  }

  .qt-product-window__bar {
    height: 32px;
  }

  .qt-float-card {
    min-width: 155px;
    padding: 10px 12px;
  }

  .qt-float-card b {
    font-size: 10px;
  }

  .qt-float-card--top {
    right: -6px;
    top: 55px;
  }

  .qt-float-card--bottom {
    bottom: 24px;
    left: -5px;
  }

  .qt-hero__rail {
    font-size: 8px;
    gap: 9px;
    margin-top: 36px;
    padding-inline: 18px;
  }

  .qt-section {
    padding: 76px 0;
  }

  .qt-section-heading {
    margin-bottom: 38px;
  }

  .qt-section-heading h2,
  .qt-after h2,
  .qt-demo h2,
  .qt-askq h2 {
    font-size: 30px;
    line-height: 1.5;
  }

  .qt-section-heading > p:last-child {
    font-size: 14px;
  }

  .qt-sp-only {
    display: block;
  }

  .qt-problems__illustration {
    min-height: 260px;
  }

  .qt-problems__illustration::before {
    height: 290px;
    width: 290px;
  }

  .qt-problem {
    gap: 0;
    grid-template-columns: 1fr;
    padding: 22px 0;
  }

  .qt-problem h3 {
    font-size: 23px;
  }

  .qt-after {
    padding: 68px 0;
  }

  .qt-after__flow {
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    margin-top: 30px;
  }

  .qt-after__flow i {
    height: 28px;
    margin: 0 auto;
    width: 2px;
  }

  .qt-after__flow i::after {
    bottom: 0;
    right: -4px;
    top: auto;
    transform: rotate(135deg);
  }

  .qt-more-feature {
    min-height: 0;
    padding: 28px 24px 32px;
  }

  .qt-more-feature h3 {
    font-size: 22px;
  }

  .qt-flow__tabs button {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
    min-height: 80px;
    padding: 13px 10px;
  }

  .qt-flow__tabs button b {
    font-size: 11px;
  }

  .qt-flow__content {
    gap: 30px;
    min-height: 0;
    padding: 34px 20px;
  }

  .qt-flow__text h3 {
    font-size: 23px;
  }

  .qt-flow__mock {
    min-height: 330px;
    padding: 22px 16px;
  }

  .qt-step-image {
    max-height: 300px;
  }

  .qt-feature-tabs {
    gap: 8px;
    grid-template-columns: 1fr;
    border-bottom: 0;
  }

  .qt-feature-tabs button {
    background: #f6f8fa;
    border: 1px solid var(--qt-line);
    border-radius: 8px;
    min-height: 62px;
    padding: 12px 16px;
  }

  .qt-feature-tabs button[aria-selected="true"] {
    background: #fff4f4;
    border-color: var(--qt-blue);
  }

  .qt-feature-tabs button::after {
    display: none;
  }

  .qt-feature-panel {
    min-height: 0;
    padding-top: 34px;
  }

  .qt-feature-panel__visual {
    min-height: 260px;
    padding: 20px;
  }

  .qt-feature-panel__copy h3 {
    font-size: 25px;
  }

  .qt-feature-note {
    gap: 14px;
    padding: 28px 22px;
  }

  .qt-feature-note h3 {
    font-size: 18px;
  }

  .qt-report__image {
    border-radius: 12px;
    max-height: 580px;
  }

  .qt-report__image span {
    opacity: 1;
    transform: translate(-50%, 0);
  }

  .qt-chat-demo__screen {
    min-height: 330px;
    padding: 22px 16px;
  }

  .qt-chat-demo__question {
    max-width: 92%;
  }

  .qt-chat-demo__choices {
    align-items: stretch;
    flex-direction: column;
  }

  .qt-chat-demo__choices button {
    border-radius: 8px;
    text-align: left;
  }

  .qt-scenes__grid {
    grid-template-columns: 1fr;
  }

  .qt-scenes__illustration {
    padding: 20px 14px;
  }

  .qt-scenes__illustration img {
    max-height: none;
  }

  .qt-scene {
    min-height: 240px;
    padding: 32px 26px;
  }

  .qt-scene h3 {
    font-size: 23px;
    margin-top: 32px;
  }

  .qt-faq summary {
    font-size: 14px;
    gap: 10px;
    grid-template-columns: 26px 1fr 20px;
    padding: 20px 0;
  }

  .qt-faq details > div {
    gap: 10px;
    grid-template-columns: 26px 1fr;
    padding-inline: 0;
  }

  .qt-demo {
    padding: 78px 0;
  }

  .qt-demo__form {
    border-radius: 12px;
    padding: 24px 10px 8px;
  }

  .qt-demo__form iframe {
    min-height: 740px;
  }

  .qt-footer {
    padding-top: 50px;
  }

  .qt-footer__inner,
  .qt-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .qt-footer__inner {
    gap: 36px;
  }

  .qt-footer__bottom {
    gap: 10px;
  }

  .qt-sticky-cta {
    border-radius: 0;
    bottom: 0;
    left: 0;
    padding: 16px 20px;
    right: 0;
    text-align: center;
    transform: translateY(15px);
  }

  .qt-sticky-cta.is-visible {
    transform: translateY(0);
  }

  .qt-lightbox {
    padding: 62px 10px 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
