@charset "UTF-8";
body {
  min-width: 1200px;
}

.scratch-page * {
  box-sizing: border-box;
}

.scratch-page {
  font-family: "Microsoft YaHei", "寰\e1bf蒋闆呴粦", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: #4a3a28;
  background: #fff9f0;
  font-size: 15px;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
}

.scratch-page h1,
.scratch-page h2,
.scratch-page h3,
.scratch-page h4,
.scratch-page p,
.scratch-page ul,
.scratch-page figure {
  margin: 0;
  padding: 0;
}

.scratch-page ul {
  list-style: none;
}

.scratch-page a {
  color: #c25e00;
  text-decoration: none;
}

.scratch-page a:hover {
  color: #ed6a0c;
}

.scratch-page img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
}

.scratch-page b {
  font-weight: 700;
}

.scratch-page em {
  font-style: normal;
}

.scratch-page .wrap {
  width: 92%;
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
}

.scratch-page .wrap-narrow {
  max-width: 860px;
}

.scratch-page .clearfix:before,
.scratch-page .clearfix:after {
  content: " ";
  display: table;
}

.scratch-page .clearfix:after {
  clear: both;
}

.scratch-page .clearfix {
  *zoom: 1;
}

.scratch-page .ic-dl {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  vertical-align: -2px;
  margin-right: 2px;
}

.scratch-page .ic-dl:before {
  content: "↓";
  font-weight: 700;
  font-size: 16px;
}

.scratch-page .btn {
  display: inline-block;
  padding: 11px 24px;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
  border-radius: 22px;
  border: 1px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  font-family: inherit;
  -webkit-user-select: none;
  user-select: none;
  -webkit-transition: all 0.22s ease;
  transition: all 0.22s ease;
}

.scratch-page .btn-lg {
  padding: 15px 34px;
  font-size: 16px;
  border-radius: 26px;
}

.scratch-page .btn-block {
  display: block;
  width: 100%;
}

.scratch-page .btn-primary {
  color: #fff;
  background: #f0760a;
  background: -webkit-linear-gradient(left, #ff9a2e, #ed6a0c);
  background: linear-gradient(to right, #ff9a2e, #ed6a0c);
  border-color: transparent;
  box-shadow: 0 6px 18px rgba(237, 106, 12, 0.32);
  font-weight: 700;
}

.scratch-page .btn-primary:hover {
  color: #fff;
  background: #e85f00;
  background: -webkit-linear-gradient(left, #ffa640, #e05f00);
  background: linear-gradient(to right, #ffa640, #e05f00);
  box-shadow: 0 10px 24px rgba(237, 106, 12, 0.46);
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}

.scratch-page .btn-ghost {
  color: #c25e00;
  background: rgba(255, 140, 26, 0.1);
  border-color: rgba(255, 140, 26, 0.45);
}

.scratch-page .btn-ghost:hover {
  color: #a84e00;
  background: rgba(255, 140, 26, 0.18);
  border-color: rgba(255, 140, 26, 0.7);
}

.scratch-page .hero {
  position: relative;
  background: #fff1df;
  background: -webkit-linear-gradient(top, #ffeed6, #fff9f0 78%);
  background: linear-gradient(to bottom, #ffeed6, #fff9f0 78%);
  padding: 70px 0 64px;
  overflow: hidden;
  margin-top: 130px;
}

.scratch-page .grid-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-linear-gradient(rgba(255, 140, 26, 0.08) 1px, transparent 1px), -webkit-linear-gradient(left, rgba(255, 140, 26, 0.08) 1px, transparent 1px);
  background-image: linear-gradient(rgba(255, 140, 26, 0.08) 1px, transparent 1px), linear-gradient(to right, rgba(255, 140, 26, 0.08) 1px, transparent 1px);
  background-size: 46px 46px;
  opacity: 0.8;
  z-index: 0;
}

.scratch-page .hero-inner {
  position: relative;
  z-index: 2;
}

.scratch-page .hero-text {
  float: left;
  width: 52%;
}

.scratch-page .hero-media {
  float: right;
  width: 45%;
  position: relative;
  text-align: center;
}

.scratch-page .hero-tag {
  display: inline-block;
  background: rgba(255, 140, 26, 0.14);
  color: #c25e00;
  font-size: 13px;
  padding: 6px 15px 6px 12px;
  border-radius: 20px;
  border: 1px solid rgba(255, 140, 26, 0.32);
  margin-bottom: 22px;
}

.scratch-page .hero-tag .dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff8c1a;
  margin-right: 7px;
  vertical-align: 1px;
  box-shadow: 0 0 8px rgba(255, 140, 26, 0.7);
}

.scratch-page .hero-title {
  font-size: 46px;
  line-height: 1.2;
  color: #2b1d0e;
  font-weight: 800;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.scratch-page .hero-title em {
  color: #ed6a0c;
  background: -webkit-linear-gradient(left, #ff8c1a, #e05f00);
  background: linear-gradient(to right, #ff8c1a, #e05f00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.scratch-page .hero-desc {
  font-size: 16px;
  color: #6b5642;
  max-width: 520px;
  margin-bottom: 30px;
}

.scratch-page .hero-desc b {
  color: #3a2a18;
}

.scratch-page .hero-actions {
  margin-bottom: 36px;
}

.scratch-page .hero-actions .btn {
  margin: 0 12px 12px 0;
}

.scratch-page .hero-meta {
  border-top: 1px solid #f0dab8;
  padding-top: 24px;
}

.scratch-page .hero-meta li {
  float: left;
  width: 25%;
}

.scratch-page .hero-meta li b {
  display: block;
  font-size: 26px;
  color: #2b1d0e;
  font-weight: 800;
  line-height: 1.2;
}

.scratch-page .hero-meta li b i {
  font-style: normal;
  font-size: 14px;
  color: #ed6a0c;
  margin-left: 1px;
}

.scratch-page .hero-meta li span {
  font-size: 13px;
  color: #97805f;
}

.scratch-page .window {
  position: relative;
  z-index: 2;
  background: #fff;
  border: 1px solid #f2dcbe;
  border-radius: 14px;
  box-shadow: 0 24px 56px rgba(190, 110, 30, 0.16);
  overflow: hidden;
  text-align: left;
}

.scratch-page .window-bar {
  background: #fff2e0;
  border-bottom: 1px solid #f2dcbe;
  padding: 0 6px 0 14px;
  height: 34px;
  line-height: 34px;
}

.scratch-page .wb-title {
  color: #97805f;
  font-size: 12px;
  vertical-align: middle;
}

.scratch-page .wb-controls {
  float: right;
}

.scratch-page .wb-btn {
  display: inline-block;
  width: 30px;
  height: 34px;
  position: relative;
  vertical-align: middle;
}

.scratch-page .wb-btn:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
}

.scratch-page .wb-min:before {
  width: 11px;
  height: 0;
  border-top: 1px solid #97805f;
  margin: 0 0 0 -6px;
}

.scratch-page .wb-max:before {
  width: 10px;
  height: 10px;
  border: 1px solid #97805f;
  margin: -6px 0 0 -6px;
}

.scratch-page .wb-close:before {
  width: 12px;
  height: 0;
  border-top: 1px solid #97805f;
  margin: 0 0 0 -6px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.scratch-page .wb-close:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 0;
  border-top: 1px solid #97805f;
  margin: 0 0 0 -6px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.scratch-page .wb-close:hover:before,
.scratch-page .wb-close:hover:after {
  border-top-color: #ff6680;
}

.scratch-page .window-body {
  background: #fffaf3;
}

.scratch-page .hero-img {
  display: block;
  width: 100%;
  min-height: 300px;
  background: #ffeacd;
}

.scratch-page .media-glow {
  display: block;
  position: absolute;
  top: 20px;
  left: 50%;
  width: 380px;
  height: 320px;
  margin-left: -190px;
  background: #ff8c1a;
  border-radius: 50%;
  filter: blur(90px);
  -webkit-filter: blur(90px);
  opacity: 0.2;
  z-index: 1;
}

.scratch-page .trustbar {
  background: #fff;
  border-top: 1px solid #f3e0c8;
  border-bottom: 1px solid #f3e0c8;
  padding: 17px 0;
}

.scratch-page .trust-item {
  float: left;
  width: 25%;
  text-align: center;
  font-size: 14px;
  color: #6b5642;
}

.scratch-page .trust-ic {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  margin-right: 7px;
  vertical-align: -3px;
  border-radius: 50%;
  background: rgba(89, 192, 89, 0.16);
  color: #3a9b3a;
}

.scratch-page .trust-ic:before {
  content: "✔";
  font-size: 11px;
}

.scratch-page .section {
  padding: 80px 0;
  position: relative;
}

.scratch-page .section-alt {
  background: #fff;
}

.scratch-page .sec-head {
  text-align: center;
  margin-bottom: 50px;
}

.scratch-page .sec-eyebrow {
  display: inline-block;
  color: #ed6a0c;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 12px;
}

.scratch-page .sec-title {
  font-size: 32px;
  color: #2b1d0e;
  font-weight: 800;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}

.scratch-page .sec-sub {
  font-size: 16px;
  color: #6b5642;
  max-width: 640px;
  margin: 0 auto;
}

.scratch-page .cards {
  margin: 0 -13px;
}

.scratch-page .card {
  float: left;
  width: 33.333%;
  padding: 0 13px;
}

.scratch-page .card-inner {
  position: relative;
  height: 100%;
  background: #fff;
  border: 1px solid #f2dcbe;
  border-top: 4px solid #ff8c1a;
  border-radius: 16px;
  padding: 30px 24px 26px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(190, 110, 30, 0.08);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.scratch-page .card-inner:hover {
  border-color: rgba(255, 140, 26, 0.45);
  box-shadow: 0 16px 36px rgba(190, 110, 30, 0.16), 0 0 0 1px rgba(255, 140, 26, 0.16);
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}

.scratch-page .card-inner:hover .card-title {
  color: #ed6a0c;
}

.scratch-page .card-c1 .card-inner {
  border-top-color: #ff8c1a;
}

.scratch-page .card-c2 .card-inner {
  border-top-color: #4c97ff;
}

.scratch-page .card-c3 .card-inner {
  border-top-color: #9966ff;
}

.scratch-page .card-c4 .card-inner {
  border-top-color: #59c059;
}

.scratch-page .card-c5 .card-inner {
  border-top-color: #ff6680;
}

.scratch-page .card-c6 .card-inner {
  border-top-color: #5cb1d6;
}

.scratch-page .card-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #ff9c1a;
  background: -webkit-linear-gradient(left, #ffba3d, #ff8c1a);
  background: linear-gradient(to right, #ffba3d, #ff8c1a);
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 4px 11px;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(255, 140, 26, 0.4);
}

.scratch-page .card-hot .card-inner {
  border-color: #f8cf9a;
  border-top-color: #ff8c1a;
}

.scratch-page .card-hot .card-inner:hover {
  border-color: rgba(255, 140, 26, 0.65);
  box-shadow: 0 16px 36px rgba(255, 140, 26, 0.18);
}

.scratch-page .card-icon {
  width: 116px;
  height: 116px;
  margin: 4px auto 18px;
  border-radius: 26px;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.scratch-page .card-icon img {
  width: 116px;
  height: 116px;
  vertical-align: top;
  border-radius: 26px;
}

.scratch-page .card-title {
  font-size: 21px;
  color: #2b1d0e;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.scratch-page .card-ver {
  font-size: 13px;
  color: #97805f;
  margin: 5px 0 16px;
}

.scratch-page .card-rate {
  margin-bottom: 18px;
  font-size: 13px;
}

.scratch-page .stars {
  color: #ffab19;
  letter-spacing: 1px;
}

.scratch-page .rate-num {
  color: #ed6a0c;
  font-weight: 700;
  margin: 0 5px;
}

.scratch-page .rate-cnt {
  color: #a08a6e;
}

.scratch-page .btn-dl {
  font-weight: 700;
}

.scratch-page .card-note {
  font-size: 12px;
  color: #a08a6e;
  margin-top: 13px;
}

.scratch-page .note-ic {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  margin-right: 4px;
  vertical-align: -2px;
  border-radius: 50%;
  background: rgba(89, 192, 89, 0.16);
  color: #3a9b3a;
}

.scratch-page .note-ic:before {
  content: "✔";
  font-size: 9px;
}

.scratch-page .dl-layout {
  display: flex;
  gap: 24px;
  align-items: stretch;
}

.scratch-page .dl-main {
  width: 50%;
  flex-shrink: 0;
}

.scratch-page .dl-main .card {
  width: 100%;
  padding: 0;
  float: none;
}

.scratch-page .dl-main .card-inner {
  border-top: 5px solid #ff8c1a;
  padding: 38px 30px 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 420px;
}

.scratch-page .dl-main .card-icon {
  width: 140px;
  height: 140px;
  margin-bottom: 16px;
  border-radius: 30px;
}

.scratch-page .dl-main .card-icon img {
  width: 140px;
  height: 140px;
  border-radius: 30px;
}

.scratch-page .dl-main .card-title {
  font-size: 28px;
  letter-spacing: 1px;
}

.scratch-page .dl-main .card-ver {
  font-size: 15px;
  margin: 8px 0 0;
}

.scratch-page .dl-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 20px 0 24px;
}

.scratch-page .dl-feat-tag {
  display: inline-block;
  font-size: 13px;
  color: #ed6a0c;
  background: rgba(255, 140, 26, 0.12);
  padding: 6px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 140, 26, 0.28);
  font-weight: 600;
}

.scratch-page .dl-feat-tag .feat-dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ff8c1a;
  margin-right: 7px;
  vertical-align: 1px;
}

.scratch-page .dl-others {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.scratch-page .dl-other-item {
  background: #fff;
  border: 1px solid #f2dcbe;
  border-radius: 12px;
  padding: 20px 22px;
  display: flex;
  align-items: center;
  gap: 18px;
  flex: 1;
  -webkit-transition: all 0.22s ease;
  transition: all 0.22s ease;
}

.scratch-page .dl-other-item:hover {
  border-color: rgba(255, 140, 26, 0.45);
  box-shadow: 0 8px 20px rgba(190, 110, 30, 0.12);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.scratch-page .dl-other-icon {
  width: 60px;
  height: 60px;
  border-radius: 14px;
  overflow: hidden;
  flex-shrink: 0;
  text-align: center;
}

.scratch-page .dl-other-icon img {
  width: 60px;
  height: 60px;
  border-radius: 14px;
  vertical-align: top;
}

.scratch-page .dl-other-info {
  flex: 1;
  min-width: 0;
}

.scratch-page .dl-other-title {
  font-size: 17px;
  font-weight: 700;
  color: #2b1d0e;
}

.scratch-page .dl-other-ver {
  font-size: 13px;
  color: #97805f;
  margin-top: 3px;
}

.scratch-page .dl-other-rate {
  font-size: 12px;
  color: #a08a6e;
  margin-top: 6px;
}

.scratch-page .dl-other-rate .stars-small {
  color: #ffab19;
  letter-spacing: 1px;
  font-size: 12px;
}

.scratch-page .dl-other-rate .rate-num-small {
  color: #ed6a0c;
  font-weight: 700;
  margin-left: 4px;
}

.scratch-page .dl-other-missing {
  display: flex;
  gap: 6px;
  margin-top: 8px;
  flex-wrap: wrap;
}

.scratch-page .dl-miss-tag {
  display: inline-block;
  font-size: 11px;
  color: #a08a6e;
  background: rgba(160, 138, 110, 0.1);
  padding: 3px 10px;
  border-radius: 10px;
  border: 1px solid rgba(160, 138, 110, 0.2);
}

.scratch-page .dl-other-btn {
  flex-shrink: 0;
  padding: 9px 20px;
  font-size: 14px;
}

@media screen and (max-width: 980px) {
  .scratch-page .dl-layout {
    flex-direction: column;
  }
  .scratch-page .dl-main,
  .scratch-page .dl-others {
    width: 100%;
  }
}
.scratch-page .features {
  margin: 0 -14px 56px;
}

.scratch-page .feature {
  float: left;
  width: 25%;
  padding: 0 14px;
  text-align: center;
}

.scratch-page .feat-ic {
  width: 86px;
  height: 86px;
  line-height: 86px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #fff0db;
  border: 3px solid #ff8c1a;
  box-shadow: 0 4px 14px rgba(255, 140, 26, 0.14);
  text-align: center;
  overflow: hidden;
}

.scratch-page .feat-ic img {
  width: 100%;
  height: 100%;
  display: block;
  vertical-align: top;
  border-radius: 50%;
}

.scratch-page .feat-c1 .feat-ic {
  border-color: #4c97ff;
  background: #e7f1ff;
  box-shadow: 0 4px 14px rgba(76, 151, 255, 0.18);
}

.scratch-page .feat-c2 .feat-ic {
  border-color: #9966ff;
  background: #f0e9ff;
  box-shadow: 0 4px 14px rgba(153, 102, 255, 0.18);
}

.scratch-page .feat-c3 .feat-ic {
  border-color: #59c059;
  background: #e7f7e7;
  box-shadow: 0 4px 14px rgba(89, 192, 89, 0.18);
}

.scratch-page .feat-c4 .feat-ic {
  border-color: #ff6680;
  background: #ffe9ee;
  box-shadow: 0 4px 14px rgba(255, 102, 128, 0.18);
}

.scratch-page .feature h3 {
  font-size: 17px;
  color: #2b1d0e;
  margin-bottom: 9px;
  font-weight: 700;
}

.scratch-page .feature p {
  font-size: 14px;
  color: #6b5642;
}

.scratch-page .usecase {
  background: #fff3e3;
  background: -webkit-linear-gradient(top, #ffeed6, #fff7ec);
  background: linear-gradient(to bottom, #ffeed6, #fff7ec);
  border: 1px solid #f5dcbc;
  border-radius: 20px;
  padding: 34px;
  box-shadow: 0 12px 36px rgba(190, 110, 30, 0.1);
}

.scratch-page .usecase-media {
  float: left;
  width: 46%;
  position: relative;
}

.scratch-page .usecase-media img {
  width: 100%;
  border-radius: 14px;
  background: #ffeacd;
  min-height: 260px;
  border: 1px solid #f5dcbc;
  position: relative;
  z-index: 2;
}

.scratch-page .uc-glow {
  position: absolute;
  left: 10%;
  top: 20%;
  width: 70%;
  height: 60%;
  background: #ff8c1a;
  border-radius: 50%;
  filter: blur(70px);
  -webkit-filter: blur(70px);
  opacity: 0.16;
  z-index: 1;
}

.scratch-page .usecase-text {
  float: right;
  width: 50%;
  padding-top: 4px;
}

.scratch-page .usecase-title {
  font-size: 26px;
  color: #2b1d0e;
  margin-bottom: 20px;
  font-weight: 800;
}

.scratch-page .ticks {
  margin-bottom: 26px;
}

.scratch-page .ticks li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 13px;
  color: #4a3a28;
  font-size: 15px;
}

.scratch-page .ticks li:before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 1px;
  width: 21px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  background: rgba(255, 140, 26, 0.16);
  color: #ed6a0c;
  font-size: 11px;
  border-radius: 50%;
}

.scratch-page .shots {
  margin: 0 -11px;
}

.scratch-page .shot {
  float: left;
  width: 50%;
  padding: 0 11px;
  margin-bottom: 22px;
}

.scratch-page .shot-frame {
  position: relative;
  width: 100%;
  padding-top: 50%;
  border-radius: 14px;
  overflow: hidden;
  background: #ffeacd;
  border: 1px solid #f5dcbc;
  box-shadow: 0 10px 28px rgba(190, 110, 30, 0.1);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.scratch-page .shot-frame img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 14px;
}

.scratch-page .shot-frame:hover {
  border-color: rgba(255, 140, 26, 0.55);
  box-shadow: 0 16px 36px rgba(190, 110, 30, 0.16);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

.scratch-page .faq-item {
  background: #fff;
  border: 1px solid #f2dcbe;
  border-radius: 12px;
  margin-bottom: 14px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(190, 110, 30, 0.06);
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

.scratch-page .faq-item:hover {
  border-color: #f3c592;
}

.scratch-page .faq-q {
  position: relative;
  padding: 19px 56px 19px 24px;
  font-size: 16px;
  color: #2b1d0e;
  font-weight: 600;
  cursor: pointer;
}

.scratch-page .faq-arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -13px;
  width: 26px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  background: #fff2e0;
  border: 1px solid #f2dcbe;
  border-radius: 50%;
}

.scratch-page .faq-arrow:before {
  content: "+";
  color: #97805f;
  font-size: 18px;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  display: inline-block;
}

.scratch-page .faq-a {
  display: none;
  padding: 0 24px 20px;
  color: #6b5642;
  font-size: 15px;
}

.scratch-page .faq-item.open {
  border-color: rgba(255, 140, 26, 0.5);
}

.scratch-page .faq-item.open .faq-q {
  color: #ed6a0c;
}

.scratch-page .faq-item.open .faq-a {
  display: block;
}

.scratch-page .faq-item.open .faq-arrow {
  background: rgba(255, 140, 26, 0.14);
  border-color: rgba(255, 140, 26, 0.5);
}

.scratch-page .faq-item.open .faq-arrow:before {
  color: #ed6a0c;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.scratch-page .cta {
  position: relative;
  background: #ff8c1a;
  background: -webkit-linear-gradient(left, #ff9c2e, #ed6a0c);
  background: linear-gradient(to right, #ff9c2e, #ed6a0c);
  text-align: center;
  padding: 80px 0 70px;
  overflow: hidden;
}

.scratch-page .cta-glow {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 520px;
  height: 300px;
  margin: -150px 0 0 -260px;
  background: #ffffff;
  border-radius: 50%;
  filter: blur(120px);
  -webkit-filter: blur(120px);
  opacity: 0.22;
  z-index: 0;
}

.scratch-page .cta-inner {
  position: relative;
  z-index: 2;
}

.scratch-page .cta-title {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 12px;
  color: #ffffff;
}

.scratch-page .cta-sub {
  font-size: 17px;
  color: #fff1e0;
  margin-bottom: 30px;
}

.scratch-page .cta .btn-primary {
  color: #d9650a;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(120, 50, 0, 0.22);
}

.scratch-page .cta .btn-primary:hover {
  color: #c25e00;
  background: #fff6ec;
  box-shadow: 0 12px 30px rgba(120, 50, 0, 0.3);
}

.scratch-page .copyright {
  margin-top: 6px;
}

.scratch-page .back-top {
  position: fixed;
  right: 26px;
  bottom: 26px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: #ff8c1a;
  background: -webkit-linear-gradient(left, #ff9c2e, #ed6a0c);
  background: linear-gradient(to right, #ff9c2e, #ed6a0c);
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 6px 20px rgba(255, 140, 26, 0.42);
  display: none;
  z-index: 60;
  -webkit-user-select: none;
  user-select: none;
}

.scratch-page .back-top:before {
  content: "↑";
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.scratch-page .back-top:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.scratch-page .resources {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -28px 0;
}

.scratch-page .res-item {
  float: none;
  flex: 0 0 25%;
  max-width: 25%;
  width: auto;
  padding: 0 28px;
  text-align: center;
}

.scratch-page .res-ic {
  width: 84px;
  height: 84px;
  line-height: 80px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: #fff0db;
  border: 3px solid #ff8c1a;
  box-shadow: 0 4px 14px rgba(255, 140, 26, 0.14);
  text-align: center;
  overflow: hidden;
}

.scratch-page .res-ic svg {
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 42px;
}

.scratch-page .res-c1 .res-ic {
  border-color: #4c97ff;
  background: #e7f1ff;
}

.scratch-page .res-c1 .res-ic svg {
  fill: #4c97ff;
}

.scratch-page .res-c2 .res-ic {
  border-color: #9966ff;
  background: #f0e9ff;
}

.scratch-page .res-c2 .res-ic svg {
  fill: #9966ff;
}

.scratch-page .res-c3 .res-ic {
  border-color: #59c059;
  background: #e7f7e7;
}

.scratch-page .res-c3 .res-ic svg {
  fill: #59c059;
}

.scratch-page .res-c4 .res-ic {
  border-color: #ff6680;
  background: #ffe9ee;
}

.scratch-page .res-c4 .res-ic svg {
  fill: #ff6680;
}

.scratch-page .res-item h3 {
  font-size: 17px;
  color: #2b1d0e;
  margin-bottom: 8px;
  font-weight: 700;
}

.scratch-page .res-item p {
  font-size: 14px;
  color: #6b5642;
}

.scratch-page .res-item .tag {
  display: inline-block;
  margin-top: 10px;
  font-size: 12px;
  color: #ed6a0c;
  background: rgba(255, 140, 26, 0.12);
  padding: 3px 10px;
  border-radius: 14px;
}

/* Compare module: override public table reset styles. */
.scratch-page .compare-section {
  background: #fff;
}

.scratch-page .compare-table-wrap {
  border: 1px solid #f2dcbe !important;
  border-radius: 16px;
  overflow: hidden;
  background: #fff !important;
  box-shadow: 0 8px 24px rgba(190, 110, 30, 0.08);
}

.scratch-page .compare-table {
  width: 100%;
  border: 0 !important;
  border-spacing: 0 !important;
  table-layout: fixed;
}

.scratch-page .compare-table th,
.scratch-page .compare-table td {
  padding: 18px 22px !important;
  border: 0 !important;
  border-bottom: 1px solid #f5e4d0 !important;
  box-sizing: border-box !important;
  line-height: 1.5;
  text-align: center;
}

.scratch-page .compare-table th + th,
.scratch-page .compare-table td + td {
  border-left: 1px solid #f5e4d0 !important;
}

.scratch-page .compare-table thead th {
  padding: 22px !important;
  color: #2b1d0e !important;
  font-size: 16px;
  font-weight: 700;
  background: #fff !important;
}

.scratch-page .compare-table thead th:first-child {
  width: 18%;
  color: #6b5642 !important;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  background: #fffaf3 !important;
}

.scratch-page .compare-table thead th:nth-child(2) {
  width: 34.5%;
}

.scratch-page .compare-table thead th:nth-child(3),
.scratch-page .compare-table thead th:nth-child(4) {
  width: 23.75%;
}

.scratch-page .compare-table thead th.highlight {
  color: #fff !important;
  background: #f0760a !important;
  background: -webkit-linear-gradient(left, #ff9a2e, #ed6a0c) !important;
  background: linear-gradient(to right, #ff9a2e, #ed6a0c) !important;
  border-left: 1px solid #ffa247 !important;
  border-right: 1px solid #f07a12 !important;
  border-bottom: 0 !important;
}

.scratch-page .compare-badge {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 10px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  vertical-align: 2px;
  background: rgba(255, 255, 255, 0.28);
  border-radius: 10px;
}

.scratch-page .compare-table tbody td {
  color: #6b5642 !important;
  font-size: 15px;
  background: #fff !important;
}

.scratch-page .compare-table tbody td:first-child {
  color: #2b1d0e !important;
  font-weight: 600;
  text-align: left;
  background: #fffaf3 !important;
}

.scratch-page .compare-table tbody td.highlight {
  color: #ed6a0c !important;
  font-weight: 700;
  background: rgba(255, 140, 26, 0.06) !important;
  border-left: 1px solid #ffd0a0 !important;
  border-right: 1px solid #ffd0a0 !important;
}

.scratch-page .compare-table tbody tr:last-child td {
  border-bottom: 0 !important;
}

.scratch-page .compare-table tbody tr:hover td {
  background: #fff8f0 !important;
}

.scratch-page .compare-table tbody tr:hover td:first-child {
  background: #fff8f0 !important;
}

.scratch-page .compare-table tbody tr:hover td.highlight {
  background: rgba(255, 140, 26, 0.1) !important;
}

@media screen and (max-width: 980px) {
  .scratch-page .hero-text,
  .scratch-page .hero-media {
    float: none;
    width: 100%;
  }
  .scratch-page .hero-media {
    margin-top: 40px;
  }
  .scratch-page .card {
    width: 50%;
  }
  .scratch-page .feature {
    width: 50%;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 760px) {
  .scratch-page .hero-title {
    font-size: 34px;
  }
  .scratch-page .trust-item {
    width: 50%;
    margin-bottom: 10px;
  }
  .scratch-page .card {
    width: 100%;
  }
  .scratch-page .feature {
    width: 100%;
  }
  .scratch-page .usecase-media,
  .scratch-page .usecase-text {
    float: none;
    width: 100%;
  }
  .scratch-page .usecase-text {
    margin-top: 26px;
  }
  .scratch-page .shot {
    width: 100%;
  }
  .scratch-page .hero-meta li {
    width: 50%;
    margin-bottom: 16px;
  }
  .scratch-page .res-item {
    flex-basis: 33.333%;
    max-width: 33.333%;
    margin-bottom: 0;
  }
  .scratch-page .compare-table th,
  .scratch-page .compare-table td {
    padding: 12px 10px;
    font-size: 13px;
  }
  .scratch-page .compare-table thead th:first-child {
    width: 22%;
  }
}
@media screen and (max-width: 560px) {
  .scratch-page .res-item {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 28px;
  }
}
.scratch-page .btn-disabled {
  position: relative;
  color: #8f8f8f;
  border-color: #d6d6d6;
  background: #ededed;
  box-shadow: none;
  cursor: not-allowed;
  pointer-events: auto;
}

.scratch-page .btn-disabled:hover {
  color: #8f8f8f;
  border-color: #d6d6d6;
  background: #ededed;
  box-shadow: none;
  -webkit-transform: none;
  transform: none;
}

.scratch-page .btn-disabled:before {
  content: attr(data-tip);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 12px);
  display: none;
  width: 238px;
  padding: 8px 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
  text-align: center;
  white-space: normal;
  background: rgba(43, 29, 14, 0.92);
  border-radius: 8px;
  transform: translateX(-50%);
  z-index: 8;
}

.scratch-page .btn-disabled:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(100% + 6px);
  display: none;
  width: 0;
  height: 0;
  border-top: 6px solid rgba(43, 29, 14, 0.92);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  transform: translateX(-50%);
  z-index: 9;
}

.scratch-page .btn-disabled:hover:before,
.scratch-page .btn-disabled:hover:after {
  display: block;
}

/*# sourceMappingURL=style.css.map */
