@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

@font-face {
  font-family: nordique;
  font-weight: medium;
  src: url("../font/nordique-pro-font/fontspring-demo-nordiquepro-semibold.otf")
    format("opentype");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

.button {
  text-decoration: none;
  padding: 0px 12px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 34px;
}

header {
  transform: translateX(-50%);
  left: 50%;
  position: fixed;
  z-index: 999;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(4px);
  border-bottom: 1px solid #e4e7ec;
}

.nav-bar {
  max-width: 1440px;
  height: 64px;
  padding: 0 24px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

header a {
  text-decoration: none;
  color: unset;
}

header .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

header .logo a:nth-last-child(2) img {
  height: 32px;
}

header .logo a:nth-last-child(1) img {
  margin-right: calc(171.85px - 88.71px);
  height: 26px;
}

header nav {
  display: flex;
  gap: 6px;
}

header nav a {
  font-size: 15px;
  line-height: 36px;
  transition: all 150ms cubic-bezier(0.2, 0, 0, 1);
  padding: 0 12px;
  color: #2e3238;
  border-radius: 10px;
}

header nav a:hover {
  background-color: #f3f4f6;
  color: #232529;
}

header .auth-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

header .auth-buttons a.login {
  border: 1px solid #cad0d9;
  color: #2e3238;
  transition: all 150ms cubic-bezier(0.2, 0, 0, 1);
}

header .auth-buttons a.login:hover {
  border: 1px solid #6f7988;
  color: #2e3238;
}

header .auth-buttons a.get-started {
  border: 1px solid #1c1d1f;
  background-color: #1c1d1f;
  color: #fff;
}

#hero {
  padding: 148px 32px 60px;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}

#hero .preview-btn {
  padding: 6px 7px 5px 11px;
  background-color: #fff;
  color: #232529;
  font-size: 13px;
  line-height: 18px;
  border-radius: 90px;
  border: 1px solid #d3d8df;
  margin-bottom: 24px;
}

#hero h1 {
  width: 500px;
  text-align: center;
  font-size: 64px;
  font-weight: 600;
  line-height: 64px;
  color: #1c1d1f;
}

#hero p {
  max-width: 672px;
  margin-top: 24px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  color: #505967;
}

.cta-buttons {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.cta-buttons .cta-primary {
  color: #fff;
  background-color: #1c1d1f;
  border: 1px solid #1c1d1f;
}

.cta-buttons .cta-secondary {
  color: #2e3238;
  border: 1px solid #cad0d9;
}

.staggered span {
  display: inline-block;
  opacity: 0;
  filter: blur(8px);
  transform: translateY(20px);
  animation: fadeUp 0.5s ease-out forwards;
}

@keyframes fadeUp {
  to {
    filter: blur(0px);
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-seq {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 0.6s ease-out forwards;
  filter: blur(8px);
  animation-delay: 1s;
}

.fade-seq.cta-primary {
  opacity: 0;
  transform: translateY(30px);
  filter: blur(8px);
  animation: fadeUp 0.6s ease-out forwards;
  animation-delay: 1.5s;
}

.fade-seq.cta-secondary {
  opacity: 0;
  transform: translateY(30px);
  filter: blur(8px);
  animation: fadeUp 0.6s ease-out forwards;
  animation-delay: 1.7s;
}

.fade-seq.demo-view {
  opacity: 0;
  transform: translateY(30px);
  filter: blur(8px);
  animation: fadeUp 0.6s ease-out forwards;
  animation-delay: 2.2s;
}

.demo-view {
  margin-top: 64px;
  width: 1224px;
  height: 640px;
  background-color: #fff;
  border: 1px solid #cad0d9;
  border-radius: 12px;
  box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  overflow: hidden;
}

.demo-view img {
  width: 100%;
}

.overlay {
  position: absolute;
  width: 100vw;
  height: 800px;
  z-index: 2;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 1) 80%
  );
}
/* 
#testimonials {
  max-width: 1440px;
  margin: auto;
  padding: 80px 24px 160px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
}

.testimonial-overlay {
  position: absolute;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 5%,
    rgba(255, 255, 255, 0.2) 100%
  );
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#testimonials .testimonial-col {
  position: relative;
  width: 20%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.testimonial-card {
  background-color: #fafaf9;
  border: 0.5px solid #d3d8df;
  padding: 16px;
  border-radius: 10px;
}

.testimonial-card p {
  color: #232529;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.01em;
}

.testimonial-card .testimonial-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
}

.testimonial-card .testimonial-user {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.testimonial-card .testimonial-user img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  flex-shrink: 0;
  flex-grow: 0;
  background-color: #b5bdc9;
}

.testimonial-card .testimonial-user .testimonial-username {
  color: #505967;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.005em;
  font-weight: 500;
  text-decoration: none;
} */

#social-proof {
  padding-bottom: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 48px;
}

#social-proof h3 {
  font-size: 22px;
  line-height: 1.33;
  letter-spacing: -0.012em;
  font-weight: 600;
  text-align: center;
  color: #1c1d1f;
}

#social-proof h3 span {
  color: #8f99a8;
}

#social-proof .company-logos {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 48px;
  row-gap: 48px;
  place-items: center;
}

#social-proof .company-logo {
  width: 309px;
  height: 77px;
  object-fit: contain;
  padding: 20.5px 78.5px;
}

#introduce {
  max-width: 1440px;
  padding: 0 24px;
  margin: 160px auto;
}

#introduce .introduce-text {
  display: flex;
  align-items: flex-end;
  gap: 32px;
  margin-bottom: 48px;
  padding: 0 24px;
}

.introduce-text h2 {
  width: 472px;
  font-size: 56px;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -0.0325em;
}

.introduce-text p {
  width: 472px;
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: -0.011em;
  color: #6f7988;
  text-wrap: balance;
  font-weight: 500;
}

.introduce-wrapper {
  display: flex;
  gap: 8px;
}

.introduce-card {
  text-align: left;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  width: 33%;
  aspect-ratio: 336 / 360;
  border-radius: 30px;
  background: #fafaf9;
  box-shadow: 0 0 0 1px #e7e5e480;
  transition: background 0.2s ease-out;
}

.introduce-card img {
  width: 100%;
  height: 421px;
  object-fit: contain;
}

.introduce-card h3 {
  padding: 0 24px 32px;
  font-size: 1.3125rem;
  line-height: 1.33;
  letter-spacing: -0.012em;
  font-weight: 500;
}

.introduce-card p {
  padding: 24px;
  display: flex;
  align-items: flex-start;
  text-align: left;
  position: absolute;
  width: 100%;
  aspect-ratio: 336 / 360;
  top: 0;
  left: 0;
  color: #2e323800;
  background-color: #fafaf900;
  backdrop-filter: blur(0px);
  font-size: 24px;
  line-height: 40px;
  letter-spacing: -0.012em;
  font-weight: 500;
  transition: all 400ms ease-in-out;
}

.introduce-card p:hover {
  color: #2e3238;
  background-color: #fafaf9;
  backdrop-filter: blur(12px);
}

#features {
  max-width: 1440px;
  padding: 0 24px;
  margin: 0 auto;
  display: flex;
  gap: 24px;
  flex-direction: column;
}

.features-text {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  gap: 32px;
}

.features-text h2 {
  width: 472px;
  font-size: 56px;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -0.0325em;
}

.features-text p {
  width: 800px;
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: -0.011em;
  color: #6f7988;
  text-wrap: balance;
  font-weight: 500;
}

.screen-wrapper {
  position: relative;
}

.screen-feature {
  transform: translateX(-120px);
  position: relative;
  contain: strict;
  width: 100%;
  height: 900px;
  perspective: 4000px;
  perspective-origin: 100% 0;
  transform-style: preserve-3d;
}

.screen-overlay {
  position: absolute;
  bottom: 0;
  height: 900px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 60%,
    rgba(255, 255, 255, 1) 90%
  );
  z-index: 99;
  width: 100%;
}

.screen-feature img {
  image-rendering: -webkit-optimize-contrast; /* Safari/Chrome */
  image-rendering: crisp-edges; /* Fallback */

  object-position: top;
  object-fit: cover;
  position: absolute;
  inset: 0;
  border-radius: 10px;
  border: 1px solid #cad0d9;
  width: 1647px;
  height: 748px;
  margin: 200px auto auto;
  transform: translateX(0%) scale(1.2) rotateX(47deg) rotateY(31deg)
    rotate(324deg);
  transform-origin: top left;
  backface-visibility: hidden;
}

#features .feature-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

#features .feature-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  width: 100%;
  height: 400px;
  background-color: #f8fafb;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  padding: 32px;
  overflow: hidden;
}

.feature-img {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0;
}

/* Demo */

.create-btn-demo {
  position: absolute;
  left: 60px;
  top: 70px;
  transform: rotateZ(3deg);
  border-radius: 8px;
  padding: 5px 11px 5px 8px;
  border: 1px solid #cad0d9;
  box-shadow: 0 2px 8px #cad0d9;
  background-color: #ffffff;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  transition: all 150ms ease-in-out;
  cursor: pointer;
}

.create-btn-demo:hover {
  scale: 1.05;
  border: 1px solid #6f7988;
  box-shadow: 0 4px 14px #d3d8df;
  background-color: #ffffff;
}

.create-btn-demo span {
  font-size: 14px;
  font-weight: 500;
  line-height: calc(21 / 14);
  font-family: "Inter", sans-serif;
  color: #2e3238;
  letter-spacing: -0.013em;
}

.publish-btn-demo {
  position: absolute;
  left: 130px;
  top: 127px;
  transform: rotateZ(-3deg);
  box-shadow: 0 2px 8px #cad0d9;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  transition: all 150ms ease-in-out;
  cursor: pointer;
  border-radius: 8px;
  padding: 5px 11px 5px 8px;
  border: 1px solid #3376f7;
  background-color: #3376f7;
}

.publish-btn-demo:hover {
  scale: 1.05;
  box-shadow: 0 4px 14px #3376f750;
}

.publish-btn-demo span {
  font-size: 14px;
  font-weight: 500;
  line-height: calc(21 / 14);
  font-family: "Inter", sans-serif;
  color: #fff;
  letter-spacing: -0.013em;
}

.explore-btn-demo {
  position: absolute;
  left: 80px;
  top: 197px;
  transform: rotateZ(4deg);
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  transition: all 150ms ease-in-out;
  cursor: pointer;
  border-radius: 8px;
  padding: 5px 11px 5px 8px;
  border: 1px solid #21a223;
  background-color: #21a223;
}

.explore-btn-demo:hover {
  scale: 1.05;
  box-shadow: 0 4px 14px #32d63450;
}

.explore-btn-demo span {
  font-size: 14px;
  font-weight: 500;
  line-height: calc(21 / 14);
  font-family: "Inter", sans-serif;
  color: #fff;
  letter-spacing: -0.013em;
}

.dev-console {
  position: absolute;
  top: 25px;
  right: 0;
  width: 72%;
  object-fit: cover;
  border-top-left-radius: 6px;
  box-shadow: -6px -6px 15px 0px #1c1d1f60;
}

.feature-overlay {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 286px;
  background: linear-gradient(0deg, #fafaf9 10%, #ffffff00 60%);
  z-index: 5;
}

.dev-console-overlay {
  background: linear-gradient(0deg, #fafaf9 10%, #ffffff21 100%);
}

.prop-ctrl {
  position: absolute;
  left: 50%;
  bottom: 116px;
  translate: -50%;
  width: 60%;
  object-fit: cover;
  object-position: top;
  height: 275px;
}

.comp-lib {
  position: absolute;
  left: 50%;
  bottom: 124px;
  translate: -50%;
  width: 60%;
  object-fit: cover;
  object-position: top;
  height: 275px;
}

.component-card {
  width: 230px;
  position: absolute;
  background-color: #ffffff;
  border: 1px solid #cad0d9;
  padding: 16px 0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  top: 100px;
  right: 80px;
  transform: rotateZ(4deg);
}

.component-btn {
  padding: 0 12px;
  width: fit-content;
  font-size: 14px;
  line-height: 34px;
  color: #fff;
  background-color: #1c1d1f;
  border: 1px solid #232529;
  box-shadow: 0 2px 4px #2e323850;
  border-radius: 8px;
}

.component-text {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  padding-top: 16px;
  border-top: 1px solid #cad0d9;
}

.component-card .author {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #232529;
}

.component-card .component-price {
  font-size: 14px;
  font-weight: 700;
  color: #1c1d1f;
}

/*  */

#features .feature-card .feature-title {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.01em;
  font-weight: 600;
  color: #1c1d1f;
}

#features .feature-card .feature-description {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.01em;
  font-weight: 500;
  color: #6f7988;
}

.feature-dropdown {
  top: 120px;
  left: 50%;
  transform: translate(-50%);
  position: absolute;
  padding: 8px;
  padding-left: 12px;
  background-color: #fff;
  border: 1px solid #d3d8df;
  border-radius: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #2e3238;
  display: flex;
  align-items: center;
  gap: 4px;
}

.feature-dropdown img {
  width: 18px;
}

#final-onboarding {
  margin-top: 160px;
  padding: 96px calc((100vw - 1440px + 48px) / 2);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#final-onboarding h2 {
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: -0.022em;
  font-weight: 500;
}

#final-onboarding .cta-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

#final-onboarding .cta-btns .cta-primary {
  text-decoration: none;
  cursor: pointer;
  background-color: #e4e7ec;
  color: #232529;
  border: 0.5px solid #e4e7ec;
  font-weight: 500;
  font-size: 15px;
  line-height: 40px;
  height: 40px;
  padding: 0 16px;
  border-radius: 10px;
  transition: all 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#final-onboarding .cta-btns .cta-secondary {
  text-decoration: none;
  cursor: pointer;
  background-color: #000000;
  color: #f7f8f8;
  border: 0.5px solid #28282c;
  font-weight: 500;
  font-size: 15px;
  line-height: 40px;
  height: 40px;
  padding: 0 16px;
  border-radius: 10px;
  transition: all 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

#footer {
  padding: 80px calc((100vw - 1440px + 48px) / 2) 48px;
  background-color: #000000;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer-logo {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.footer-logo img {
  width: 40px;
  height: 40px;
}

.footer-logo .ploxed-text {
  filter: brightness(0) saturate(100%) invert(100%) sepia(4%) saturate(15%)
    hue-rotate(138deg) brightness(107%) contrast(107%);
  width: fit-content;
  height: 29px;
}

#footer .links {
  display: flex;
  flex-direction: row;
}

#footer ul {
  width: 240px;
}

#footer ul span {
  color: #505967;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.005em;
  font-weight: 500;
  padding: 4px 0;
  padding-bottom: 7px;
}

#footer ul li {
  list-style-type: none;
  color: #b5bdc9;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.005em;
  font-weight: 500;
  padding: 4px 0;
}

.footer-bottom {
  width: 100%;
  padding: 40px calc((100vw - 1440px + 48px) / 2) 40px;
  background-color: #0b0c0d;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-socials {
  font-size: 14px;
  color: #505967;
  line-height: 20px;
  letter-spacing: -0.005em;
  font-weight: 500;
  text-decoration: none;
}

.footer-socials span {
  color: #fff;
}

.footer-bottom .footer-legal {
  display: flex;
  gap: 24px;
}

.footer-bottom .footer-legal a {
  color: #505967;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.005em;
  font-weight: 500;
  text-decoration: none;
}
