@charset "UTF-8";
.first-section {
  padding-top: 200px;
  padding-bottom: 0px;
  margin-top: -200px;
  background: rgb(var(--v-theme-surface));
  display: flex;
  align-items: center;
}
.first-section .first-section-inner {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 40px 0 10px;
}
@media (max-width: 959.98px) {
  .first-section .first-section-inner {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
}
.first-section .first-section-inner .text-col {
  width: 57%;
}
@media (max-width: 959.98px) {
  .first-section .first-section-inner .text-col {
    width: 100%;
  }
}
.first-section .first-section-inner .starter {
  flex: 1;
}
@media (max-width: 959.98px) {
  .first-section .first-section-inner .starter {
    width: 100%;
  }
}
.first-section .hero-img {
  width: 250px;
  height: auto;
  max-width: 50%;
  margin-bottom: 12px;
  pointer-events: none;
}
.first-section .sologo-h1 {
  max-width: 28ch;
  font-size: 2.5rem;
  line-height: 1.3;
  text-wrap: pretty;
}
.first-section .sologo-subtitle-1 {
  color: rgb(var(--v-theme-gray));
  margin-top: 40px;
  font-size: 1.2rem;
  line-height: 1.6;
  text-wrap: pretty;
  padding-bottom: 40px;
  max-width: 40ch;
  text-wrap: pretty;
}
.first-section .play-btn {
  cursor: pointer;
  color: rgb(var(--v-theme-gray-dark));
  font-size: 1.125rem;
  font-weight: 600;
}
.first-section .play-btn-mobile-only {
  display: none;
}
.first-section .starter {
  max-width: 512px;
  margin: 0 auto;
  padding-top: 60px;
}
@media (max-width: 959.98px) {
  .first-section .starter {
    padding-top: 0;
  }
}
.first-section .uploader {
  position: relative;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  aspect-ratio: 4/3;
  border-radius: 20px;
  border: 1px dashed #333333;
}
@media (max-width: 959.98px) {
  .first-section .uploader {
    aspect-ratio: 16/10;
  }
}
.first-section .uploader .text {
  font-size: 1.125rem;
  line-height: 1.125;
  color: #666;
  white-space: nowrap;
  max-width: 200px;
  text-wrap: pretty;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 24px;
}
@media (max-width: 959.98px) {
  .first-section .uploader .text {
    margin-top: 4px;
    margin-bottom: 12px;
    max-width: 100%;
  }
}
.first-section .uploader input[type=file] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.first-section .sample-images {
  display: flex;
  gap: 12px;
  align-items: center;
  width: 100%;
}
.first-section .sample-images > :first-child {
  flex-shrink: 0;
  color: #6e6e6e;
  font-size: 1rem;
  line-height: 1.5;
  text-wrap: pretty;
  margin-right: 12px;
  text-align: left;
}
.first-section .sample-images .sample-images-img {
  width: 66px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}
.first-section .global-drop-zone {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3000;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
}

.v-container:not(.v-container--fluid) {
  max-width: 1140px;
}

@media (max-width: 959.98px) {
  .first-section {
    margin: 0;
    padding: 20px 10px;
    text-align: center;
  }
  .first-section .sologo-h1 {
    max-width: 36ch;
    font-size: 1.325rem;
    line-height: 1.3;
    text-wrap: pretty;
    margin-left: auto;
    margin-right: auto;
  }
  .first-section .sologo-subtitle-1 {
    color: rgb(var(--v-theme-gray));
    margin-top: 20px;
    font-size: 1rem;
    line-height: 1.4;
    max-width: 60ch;
    text-wrap: pretty;
    padding-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .first-section .play-btn-container {
    display: flex;
    justify-content: center;
    display: none;
  }
  .first-section .play-btn-container .play-btn {
    border-radius: 8px;
    padding: 12px 24px;
    margin-top: 12px;
  }
  .first-section .play-btn-mobile-only {
    display: block;
  }
}
@media (max-width: 599.98px) {
  .first-section .uploader .text {
    font-size: 0.875rem;
  }
  .first-section .sample-images > :first-child {
    font-size: 0.875rem;
  }
}
.sologo-feature-list li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.second-section {
  background: rgb(var(--v-theme-surface));
  overflow: hidden;
}
.second-section.reverse .col-1 {
  order: 100;
}
.second-section.reverse .col-2 {
  order: -100;
}
.second-section .v-container {
  padding: 60px;
}
.second-section .info .sologo-h2 {
  font-size: 1.75rem;
  line-height: 1.3;
  width: clamp(60%, 36ch, 95%);
  text-wrap: pretty;
}
.second-section .info .sologo-h2 span {
  white-space: nowrap;
}
.second-section .info .key-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: rgb(var(--v-theme-gray));
}
.second-section .info .key-list .panel-title {
  padding: 28px 0 12px;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 400;
}
.second-section .info .key-list .panel-title.v-expansion-panel-title--active {
  font-weight: 700;
}
.second-section .info .key-list .panel-text {
  padding: 0px;
  font-size: 1rem;
  font-weight: 400;
  color: rgb(var(--v-theme-gray));
}
.second-section .info .key-list .panel-text .v-expansion-panel-text__wrapper {
  padding: 0px;
}
.second-section .info .key-list li {
  display: flex;
  align-items: center;
}
.second-section .info .key-list li::before {
  content: "•";
  font-size: 0.8em;
  margin-left: 0.4em;
  margin-right: 0.7em;
}
.second-section .info .key-list .v-expansion-panel::after {
  opacity: 0;
}
.second-section .info .key-list .v-expansion-panel-title__overlay {
  background: transparent !important;
  display: none;
}
.second-section .info dl.features dt {
  font-size: 1.125rem;
  line-height: 1.8;
  font-weight: 700;
  margin: 20px 0 0;
}
.second-section .info dl.features dt h3 {
  font-size: 1em;
}
.second-section .info dl.features dd {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #6e6e6e;
  margin: 6px 0;
}
.second-section .banner {
  padding: 20px 0 30px;
  aspect-ratio: 1216/728;
}
.second-section-sm .info, .second-section-xs .info {
  padding-bottom: 0px;
}

@media (max-width: 959.98px) {
  .second-section.reverse .col-1 {
    order: -100;
  }
  .second-section.reverse .col-2 {
    order: 100;
  }
  .second-section .v-container {
    padding: 20px;
  }
  .second-section .info {
    padding-bottom: 0px;
  }
}
.maker-hub-section {
  margin-top: 20px;
  background: rgb(var(--v-theme-surface));
}
.maker-hub-section .maker-hub-card a {
  color: inherit;
  text-decoration: none;
}
.maker-hub-section .maker-hub-card a:hover {
  color: rgb(var(--v-theme-primary));
}
.maker-hub-section .maker-hub-card .sologo-subtitle-3 {
  font-weight: 600;
}
.maker-hub-section .more-maker .v-btn {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.step-section {
  padding: 60px 0;
}
.step-section h2 {
  text-align: center;
  width: clamp(60%, 60ch, 90%);
  line-height: 1.3;
  margin: 0px auto 60px;
}
.step-section .step-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px 80px;
}
.step-section .step-list li {
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid;
}
.step-section .step-list li h3 {
  line-height: 1.4;
}
.step-section .step-list li p {
  color: #6e6e6e;
}

.video-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.video-row.reverse *:nth-child(1) {
  order: 2;
}
.video-row .video-wrapper video,
.video-row .video-wrapper img {
  display: block;
  width: 100%;
}
.video-row .video-text {
  max-width: 60ch;
}
.video-row .video-text h2 {
  line-height: 1.3;
  margin-bottom: 40px;
}
.video-row .video-text p {
  color: #6e6e6e;
  font-size: 14px;
  text-wrap: pretty;
  padding-right: 80px;
}

@media (max-width: 959.98px) {
  .video-row {
    grid-template-columns: 1fr;
  }
  .video-row.reverse *:nth-child(1) {
    order: 0;
  }
  .video-row .video-text {
    max-width: 100%;
  }
  .video-row .video-text p {
    padding-right: 0;
  }
}
.demo-section {
  background: rgb(var(--v-theme-surface));
  padding-top: 80px;
  padding-bottom: 80px;
}
.demo-section h2 {
  margin-bottom: 1.5em;
}
.demo-section .chips {
  margin-top: 24px;
  margin-bottom: 48px;
  justify-content: center;
}
.demo-section .chips .v-chip {
  --v-chip-height: 40px;
  --v-activated-opacity: 0.06;
  padding: 0 24px;
  text-transform: capitalize;
}
.demo-section .demo-list {
  list-style: none;
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(4, 1fr);
}
.demo-section .demo-list h4 {
  margin-top: 12px;
  text-align: center;
  font-weight: normal;
}

@media (max-width: 959.98px) {
  .demo-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .demo-section .chips {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .demo-section .chips .v-chip {
    --v-chip-height: 32px;
    padding: 0 12px;
  }
  .demo-section .demo-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
.faq-section .faq-list {
  padding-top: 24px;
  padding-bottom: 24px;
}
.faq-section .faq-list .faq-item {
  margin-bottom: 24px;
}
.faq-section .faq-list .faq-item h3 {
  font-size: 1.25rem;
  line-height: 1.5;
  color: #3d3d3d;
}
.faq-section .faq-list .faq-item p {
  font-size: 1.125rem;
  line-height: 1.5;
  color: #6e6e6e;
}

@media (max-width: 959.98px) {
  .faq-section .faq-list {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .faq-section .faq-list .faq-item {
    margin-bottom: 24px;
  }
  .faq-section .faq-list .faq-item h3 {
    font-size: 1.125rem;
  }
  .faq-section .faq-list .faq-item p {
    font-size: 1rem;
  }
}
@media (max-width: 959.98px) {
  .why-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.why-section .why-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 60px;
  padding: 60px 0;
  margin-top: 20px;
}
@media (max-width: 959.98px) {
  .why-section .why-list {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 20px 10px 20px;
  }
}
.why-section .why-list li {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.why-section .why-list li .why-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  margin-top: 4px;
}
@media (max-width: 959.98px) {
  .why-section .why-list li .why-icon {
    width: 28px;
    height: 28px;
  }
}
.why-section .why-list li .why-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.why-section .why-list li .why-text {
  flex: 1;
}
.why-section .why-list li .why-text h3 {
  font-size: 1.25rem;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 12px;
}
.why-section .why-list li .why-text p {
  font-size: 1rem;
  line-height: 1.5;
  color: #666666;
}/*# sourceMappingURL=index.css.map */