@import"https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap";

/* Default styles */
:root {
  --primary-color: #0f172a;
  --primary-color-foreground: #e2e8f0;
  --secondary-color: #f9fafb;
  --secondary-color-foreground: #4b5563;
  font-family: ui-sans-serif, system-ui;
  color: var(--primary-color)
}

footer {
  display: flex;
  justify-content: center;
}

footer span {
  font-weight: 600;
}

header {
  background: var(--primary-color);
  color: var(--primary-color-foreground);
  padding: 16px;
  position: sticky;
  top: 0;
  z-index: 10;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .5s
}

.header-title {
  text-align: center;
  margin: 0;
  font-size: 28px;
  letter-spacing: 2px
}

header.scrolled {
  background: #010d2bcc;
  backdrop-filter: blur(6px)
}

/* Hero section */

.hero {
  height: calc(100svh - 34px);
  background: linear-gradient(to bottom, transparent, var(--primary-color-foreground)), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%234b5563' fill-opacity='0.15'%3E%3Cpath opacity='.4' d='M96 95h4v1h-4v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9zm-1 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9z'/%3E%3Cpath d='M6 5V0H5v5H0v1h5v94h1V6h94V5H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px
}

@media (min-width: 640px) {
  .hero {
    gap: 24px 0
  }
}

.hero-title {
  margin: 0;
  width: 80%;
  letter-spacing: 1px;
  font-size: 30px;
  font-weight: 600
}

@media (min-width: 640px) {
  .hero-title {
    letter-spacing: 0px;
    width: 50%;
    font-size: 48px
  }
}

.hero-subtitle {
  color: var(--secondary-color-foreground);
  margin: 20px 0 0;
  width: 80%;
  font-size: 18px;
  font-weight: 400
}

@media (min-width: 640px) {
  .hero-subtitle {
    margin: 0;
    width: 50%;
    font-size: 20px;
    font-weight: 400
  }
}

.hero__content {
  margin-top: 16px;
  padding: 24px
}

@media (min-width: 640px) {
  .hero__content {
    margin-top: 24px;
    padding: 16px 0
  }
}

.hero__content-description {
  margin: 0;
  font-size: 18px;
  font-weight: 600
}

@media (min-width: 640px) {
  .hero__content-description {
    font-size: 20px
  }
}

.hero__content-creators {
  user-select: none;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 16px
}

@media (min-width: 640px) {
  .hero__content-creators {
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
}

.hero__creators-item {
  margin: 0;
  background: var(--secondary-color);
  padding: 12px;
  border-radius: 8px;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s
}

@media (min-width: 640px) {
  .hero__creators-item {
    padding: 8px;
    border-radius: 12px
  }
}

.hero__creators-item:hover {
  transform: scale(1.05) rotate(-2deg)
}

.hero__creators-item:last-child {
  grid-column: span 2 / span 2
}

/* Quote Section */
.quote {
  padding-top: 24px;
  margin: 16px 16px 0;
  display: flex;
  justify-content: center;
  position: relative
}

@media (min-width: 1024px) {
  .quote {
    padding: 24px
  }
}

.quote-open,
.quote-close {
  position: absolute
}

.quote-open img,
.quote-close img {
  height: 62px
}

@media (min-width: 640px) {

  .quote-open img,
  .quote-close img {
    height: 124px
  }
}

.quote-open {
  top: 0;
  left: 0
}

@media (min-width: 1024px) {
  .quote-open {
    left: 60px
  }
}

.quote-text {
  padding: 16px;
  font-family: Roboto Slab, serif;
  text-align: center;
  font-size: 16px;
  line-height: 2;
  letter-spacing: .1em;
  font-weight: 400
}

@media (min-width: 640px) {
  .quote-text {
    width: 80%;
    font-size: 30px;
    padding: 0
  }
}

.quote-close {
  bottom: 0;
  right: 0
}

@media (min-width: 1024px) {
  .quote-close {
    right: 60px
  }
}


/* WhyUs section */
.whyus {
  margin: 24px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center
}

@media (min-width: 640px) {
  .whyus {
    margin: 0 0 24px;
    height: 40svb
  }
}

.whyus-title {
  margin: 0;
  font-size: 36px;
  font-weight: 600
}

@media (min-width: 640px) {
  .whyus-title {
    font-size: 48px
  }
}

.whyus__content {
  margin-top: 16px;
  padding: 8px 0
}

@media (min-width: 640px) {
  .whyus__content {
    margin-top: 24px;
    padding: 16px 0
  }
}

.whyus__features {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: center;
  align-items: center
}

@media (min-width: 640px) {
  .whyus__features {
    flex-direction: row;
    margin-top: 16px;
    gap: 0 32px;
    justify-content: center
  }
}

.features__card {
  user-select: none;
  margin: 0;
  background: var(--primary-color);
  color: var(--primary-color-foreground);
  padding: 16px;
  border-radius: 12px;
  text-align: start;
  width: 70%;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s
}

@media (min-width: 640px) {
  .features__card {
    margin: 0;
    text-align: start;
    width: 25%
  }
}

.features__card:hover {
  opacity: .9;
  transform: scale(1.05) rotate(2deg)
}

.features__card-title {
  margin-bottom: 8px;
  color: var(--secondary-color);
  font-weight: 600;
  font-size: 24px
}

.features__card-description {
  line-height: 20px
}

/* Design Section */
.design {
  padding-top: 16px;
  padding-bottom: 38px;
  display: flex;
  gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #0f172a;
  background-image: url("data:image/svg+xml,%3Csvg width='70' height='70' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%234b5563' fill-opacity='0.1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  border-top-left-radius: 24px;
  border-top-right-radius: 24px
}

@media (min-width: 640px) {
  .design {
    padding-top: 0;
    height: 80svb;
    padding-bottom: 18px;
    gap: 24px
  }
}

.design-title {
  color: var(--primary-color-foreground);
  margin: 16px 0;
  font-size: 36px;
  font-weight: 600
}

@media (min-width: 640px) {
  .design-title {
    font-size: 48px
  }
}

.timeline {
  position: relative;
  width: 75%
}

@media (min-width: 640px) {
  .timeline {
    margin-top: 16px;
    width: 60%
  }
}

.timeline:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  width: 2px;
  background-color: var(--secondary-color);
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px
}

.timeline-event {
  text-align: start;
  color: var(--secondary-color);
  display: grid;
  gap: 4px;
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 32px
}

.timeline-event:last-child {
  margin-bottom: 8px
}

@media (min-width: 640px) {
  .timeline-event:last-child {
    margin-bottom: 16px
  }
}

.timeline-dot {
  position: absolute;
  left: 0;
  width: .75rem;
  height: .75rem;
  background-color: var(--secondary-color);
  border-radius: 50%;
  z-index: 9
}

.timeline-title {
  transform: translateY(-6px);
  font-size: 18px;
  font-weight: 600
}

@media (min-width: 640px) {
  .timeline-title {
    font-size: 24px
  }
}

.timeline-description {
  transform: translateY(-6px);
  font-size: 16px;
  color: var(--secondary-color);
  opacity: .65
}

/* Method section */
.method {
  background-color: var(--primary-color-foreground);
  align-items: center;
  padding-bottom: 24px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

.method-borders {
  height: 5svb;
  transform: translateY(-22px);
  background-color: var(--primary-color-foreground);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px
}

.method-title {
  margin: 0;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  color: var(--primary-color)
}

@media (min-width: 640px) {
  .method-title {
    font-size: 36px
  }
}

.method-subtitle {
  margin-top: 8px;
  font-size: 20px;
  color: var(--secondary-color-foreground)
}

.method__content {
  display: flex;
  flex-direction: column;
  align-items: center
}

@media (min-width: 640px) {
  .method__content {
    width: 80%;
    margin: 0 auto
  }
}

.method__list {
  padding: 8px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px
}

@media (min-width: 640px) {
  .method__list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin-top: 24px
  }
}

.method__card {
  padding-top: 16px;
  user-select: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 24px;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .2s
}

@media (min-width: 640px) {
  .method__card {
    background: transparent;
    padding: 8px
  }
}

.method__card:hover {
  background-color: #4b55631a;
  transform: scale(1.05)
}

.method__card-icon {
  background-color: var(--secondary-color);
  height: 94px;
  width: 94px;
  padding: 8px;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center
}

@media (min-width: 640px) {
  .method__card-icon {
    height: 114px;
    width: 114px
  }
}

.method__card-icon img {
  pointer-events: none;
  height: 78px;
  width: 78px
}

@media (min-width: 640px) {
  .method__card-icon img {
    pointer-events: none;
    height: 98px;
    width: 98px
  }
}

.method__card-icon img:last-child {
  height: 84px;
  width: 84px
}

.method__card-title {
  font-size: 24px;
  font-weight: 600;
  margin-top: 16px;
  margin-bottom: 0
}

.method__card-subtitle {
  margin-top: 0;
  color: var(--secondary-color-foreground);
  text-align: center;
  width: 75%
}

/* Video Section */
.video {
  margin: 48px;
  display: flex;
  justify-content: center;
}

.video iframe {
  border-radius: 24px;
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}