:root {
  color-scheme: light;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: "Figtree", sans-serif;
  background: #ffffff;
  color: rgba(18, 18, 18, 0.92);
  overflow-x: hidden;
}

.landing-page,
.landing-page *,
.landing-page *::before,
.landing-page *::after,
header,
header *,
header *::before,
header *::after,
.landing-footer,
.landing-footer *,
.landing-footer *::before,
.landing-footer *::after {
  box-sizing: border-box;
}

img {
  height: auto;
  max-width: 100%;
}

.landing-logo {
  height: 15px !important;
  width: auto !important;
}

@media (min-width: 640px) {
  .landing-logo {
    height: 17px !important;
  }
}

::selection {
  background: #66ffac;
  color: #121212;
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.spinner-icon {
  animation: spin 0.7s linear infinite;
  border: 2px solid currentColor;
  border-radius: 999px;
  border-right-color: transparent;
  display: inline-block;
  height: 1rem;
  vertical-align: -0.15em;
  width: 1rem;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

#modelViewerContainer canvas {
  display: block;
  height: 100% !important;
  width: 100% !important;
}

@media (max-width: 767px) {
  .client-product-viewer {
    height: min(68dvh, 560px) !important;
    min-height: 390px;
  }
}


.landing-promo-marquee {
  background: #FFC0CB;
  align-items: center;
  display: flex;
  min-height: 31px;
  overflow: hidden;
  white-space: nowrap;
}

.landing-promo-track {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  min-width: max-content;
  will-change: transform;
  animation: landing-promo-marquee 90s linear infinite;
}

.landing-promo-track span {
  display: inline-block;
  flex: 0 0 auto;
  padding-right: 8rem;
}

.landing-promo-track span::after {
  content: "";
  display: none;
}

.landing-promo-track strong {
  font-weight: 700;
}

@keyframes landing-promo-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .landing-promo-track {
    animation: none;
    transform: translateX(0);
  }
}

.font-display {
  font-family: "Bebas Neue", sans-serif;
}

.hero-grid::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-position: center center;
  background-size: 28px 28px;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.hero-fade::after {
  background:
    radial-gradient(circle at 15% 15%, rgba(255, 255, 255, 0.7), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.18));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.stat-band {
  background: rgba(102, 255, 172, 0.33);
}

.surface-card {
  background: #ffffff;
  border: 1px solid rgba(18, 18, 18, 0.13);
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.08);
}

.faq-item[data-open="true"] .faq-icon {
  transform: rotate(180deg);
}

.faq-answer[hidden] {
  display: none;
}

.mock-screen {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    rgba(18, 18, 18, 0.78);
}

.mock-panel {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.store-logo-text {
  font-family: "Dela Gothic One", "Figtree", sans-serif;
  font-weight: 400;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.kaylif-wordmark {
  color: #121212;
  font-family: "Dela Gothic One", "Figtree", sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.kaylif-floating-message {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  min-height: 0 !important;
  padding: 0 !important;
  width: auto !important;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.landing-page {
  --landing-ink: #101010;
  --landing-muted: rgba(16, 16, 16, 0.72);
  --landing-pink: #FF88A4;
  --landing-soft-pink: #ffd2df;
  --landing-hero-bg: #d9cbc1;
  color: var(--landing-ink);
  font-size: 14px;
}

.landing-container {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 48px;
  padding-right: 48px;
  width: 100%;
}

.landing-nav {
  padding-top: 31px !important;
  width: 100%;
}

.landing-nav-button,
.landing-button {
  align-items: center;
  border-radius: 6px;
  display: inline-flex;
  font-weight: 600;
  justify-content: center;
  line-height: 1;
  min-width: 118px;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.landing-nav-button {
  font-size: 14px;
  font-weight: 700;
  height: 38px;
  min-width: 124px;
}

.landing-button {
  font-size: 14px;
  height: 38px;
  min-width: 125px;
  padding: 0 22px;
}

.landing-actions .landing-button--dark {
  font-weight: 700;
}

.landing-nav-button:hover,
.landing-button:hover {
  transform: translateY(-1px);
}

.landing-nav-button--dark,
.landing-button--dark {
  background: var(--landing-ink);
  color: #ffffff;
}

.landing-nav-button--dark {
  background: #121212;
}

.landing-nav-button--dark:hover,
.landing-button--dark:hover {
  background: #242424;
}

.landing-nav-button--light,
.landing-button--light {
  background: #ffffff;
  color: var(--landing-ink);
}

.landing-nav-button--light:hover,
.landing-button--light:hover {
  background: rgba(255, 255, 255, 0.84);
}

.landing-hero {
  background: #ffffff;
  padding-top: 140px;
  padding-bottom: 70px;
  overflow: hidden;
  position: relative;
}

.landing-hero__card {
  background: #e1e2e5 url('/site/assets/images/landing-banner-desktop.png') no-repeat center center / cover;
  border-radius: 24px;
  width: 100%;
  min-height: 520px;
  display: flex;
  align-items: center;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.02);
}

.landing-hero__copy {
  max-width: 50%;
  padding: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.landing-hero__title {
  font-family: "Figtree", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.25;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.landing-hero__title-pink {
  color: var(--landing-pink);
  display: block;
}

.landing-hero__title-black {
  color: var(--landing-ink);
  display: block;
}

.landing-hero__text {
  color: rgba(16, 16, 16, 0.72);
  font-family: "Figtree", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  margin: 48px 0 0;
  max-width: 480px;
}

.landing-actions {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-top: 48px;
}

.landing-hero .landing-button {
  border-radius: 8px;
  height: 44px;
  padding: 0 28px;
  font-size: 14px;
  font-weight: 700;
  min-width: 140px;
}

.landing-section {
  background: #ffffff;
}

.landing-section--intro {
  padding: 113px 0 76px;
}

.landing-intro {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 620px;
  gap: 96px;
}

.landing-intro__copy {
  max-width: 615px;
}

.landing-intro h2,
.landing-why-card h2,
.landing-section-heading h2,
.landing-section--testimonials h2,
.landing-faq h2,
.landing-cta h2 {
  color: var(--landing-ink);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.landing-intro p {
  color: rgba(16, 16, 16, 0.82);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin: 28px 0 0;
}

.landing-intro__image {
  border-radius: 12px;
  display: block;
  width: 620px;
}

.landing-intro__desktop-button {
  margin-top: 43px;
}

.landing-intro__mobile-button {
  display: none;
}

.landing-section--why {
  padding: 63px 0 0;
}

.landing-why-card {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(16, 16, 16, 0.16);
  border-radius: 12px;
  box-shadow: 5px 7px 12px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  min-height: 310px;
  padding: 30px 48px 32px;
}

.landing-why-grid {
  display: grid;
  gap: 56px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 36px 0 25px;
  width: 100%;
}

.landing-why-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.landing-icon {
  align-items: center;
  background: var(--landing-soft-pink);
  border-radius: 10px;
  color: var(--landing-ink);
  display: flex;
  height: 58px;
  justify-content: center;
  width: 58px;
}

.landing-icon svg {
  height: 22px;
  stroke-width: 2.6;
  width: 22px;
}

.landing-why-item h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  margin: 19px 0 0;
}

.landing-why-item p {
  color: rgba(16, 16, 16, 0.76);
  font-size: 11px;
  font-weight: 400;
  line-height: normal;
  margin: 14px auto 0;
  max-width: 260px;
}

.landing-section--steps {
  padding: 32px 0 126px;
}

.landing-section-heading {
  text-align: center;
}

.landing-section-heading p {
  color: var(--landing-muted);
  font-size: 12px;
  font-weight: 400;
  margin: 7px 0 0;
}

.landing-steps-layout {
  align-items: end;
  display: grid;
  gap: 120px;
  grid-template-columns: minmax(0, 640px) auto;
  justify-content: center;
  margin-top: 61px;
}

.landing-steps {
  display: grid;
  gap: 48px;
  position: relative;
}

.landing-steps::before {
  background: rgba(16, 16, 16, 0.25);
  content: "";
  height: calc(100% - 58px);
  left: 30px;
  position: absolute;
  top: 29px;
  width: 1px;
}

.landing-step {
  align-items: center;
  display: grid;
  gap: 33px;
  grid-template-columns: 60px minmax(0, 1fr);
  position: relative;
}

.landing-step__number {
  align-items: center;
  background: var(--landing-soft-pink);
  border-radius: 999px;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  height: 60px;
  justify-content: center;
  position: relative;
  width: 60px;
  z-index: 1;
}

.landing-step h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
}

.landing-step p {
  color: rgba(16, 16, 16, 0.72);
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  margin: 9px 0 0;
  max-width: 570px;
}

.landing-stats {
  background: #111111;
  color: #ffffff;
  padding: 39px 0 42px;
}



.landing-stats__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  text-align: center;
}

.landing-stat p {
  color: #ffffff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 56px;
  line-height: 1;
  margin: 0;
}

.landing-stat span {
  color: #ffffff;
  display: block;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  margin-top: 20px;
  text-transform: uppercase;
}

.landing-section--testimonials {
  padding: 100px 0 160px;
}

.landing-section--testimonials .landing-container {
  max-width: 100%;
}

.landing-section--testimonials h2 {
  text-align: left;
}

.landing-testimonials {
  display: grid;
  gap: 118px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 40px;
}

.landing-testimonial > p {
  color: rgba(16, 16, 16, 0.78);
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

.landing-testimonial > div {
  align-items: center;
  display: flex;
  gap: 12px;
  margin-top: 31px;
}

.landing-avatar {
  align-items: center;
  background: var(--landing-soft-pink);
  border-radius: 999px;
  color: rgba(16, 16, 16, 0.58);
  display: flex !important;
  flex: 0 0 auto;
  height: 52px;
  justify-content: center;
  margin-top: 0 !important;
  width: 52px;
}

.landing-avatar svg {
  display: block;
  height: 24px;
  width: 24px;
}

.landing-testimonial h3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.landing-testimonial > div > div > span {
  color: rgba(16, 16, 16, 0.62);
  display: block;
  font-size: 11px;
  font-weight: 400;
  margin-top: 3px;
}

.landing-section--faq {
  padding: 0 0 56px;
}

.landing-faq {
  margin: 0 auto;
  max-width: 650px;
}

.landing-faq h2 {
  text-align: center;
}

.landing-faq__list {
  display: grid;
  gap: 14px;
  margin-top: 40px;
}

.landing-faq .faq-item {
  background: #ffffff;
  border: 1px solid rgba(16, 16, 16, 0.14);
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(16, 16, 16, 0.04);
  overflow: hidden;
}

.landing-faq button {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--landing-ink);
  cursor: pointer;
  display: flex;
  font: inherit;
  justify-content: space-between;
  min-height: 42px;
  padding: 0 18px;
  text-align: left;
  width: 100%;
}

.landing-faq button span {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.landing-faq .faq-icon {
  flex: 0 0 auto;
  height: 14px;
  transition: transform 0.2s ease;
  width: 14px;
}

.landing-faq .faq-answer {
  color: rgba(16, 16, 16, 0.72);
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  padding: 0 18px 16px;
}

.landing-faq .faq-answer[hidden] {
  display: none;
}

.landing-section--cta {
  padding: 105px 0 104px;
}

.landing-cta {
  background: #ffffff;
  border: 1px solid rgba(16, 16, 16, 0.16);
  border-radius: 10px;
  box-shadow: 5px 7px 12px rgba(0, 0, 0, 0.15);
  margin: 0 auto;
  max-width: 626px;
  min-height: 193px;
  padding: 39px 36px 31px;
  text-align: center;
}

.landing-cta p {
  color: var(--landing-muted);
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  margin: 16px 0 0;
}

.landing-cta .landing-button {
  margin-top: 35px;
}

.landing-footer {
  background: #ffffff;
  color: var(--landing-ink, #101010);
  font-family: "Figtree", sans-serif;
  padding: 0 0 96px;
}

.landing-footer__inner {
  display: grid;
  gap: 72px;
  grid-template-columns: 1.25fr 0.85fr 0.95fr 1fr;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 48px;
}

.landing-footer__logo {
  display: block;
  height: 17px;
  width: auto;
}

.landing-footer__column {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.landing-footer__column h2,
.landing-footer__column p,
.landing-footer__column a {
  margin: 0;
}

.landing-footer__column h2 {
  color: var(--landing-ink, #101010);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.landing-footer__column a,
.landing-footer__column p {
  color: rgba(16, 16, 16, 0.62);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
  text-transform: uppercase;
}

.landing-footer__column a:hover {
  color: var(--landing-ink, #101010);
}

/* 40px additional side padding on desktop for intro, why, and testimonials sections */
@media (min-width: 901px) {
  .landing-section--intro .landing-container,
  .landing-section--why .landing-container,
  .landing-section--testimonials .landing-container {
    padding-left: 88px; /* 48px standard + 40px additional */
    padding-right: 88px;
  }
}

@media (max-width: 900px) {
  .landing-container {
    box-sizing: border-box !important;
    margin-left: 0;
    margin-right: 0;
    max-width: 100vw;
    padding-left: 20px;
    padding-right: 20px;
    width: 100vw;
  }

  .landing-promo-marquee {
    min-height: 24px;
  }

  .landing-promo-track {
    animation-duration: 65s;
  }

  .landing-promo-track span {
    padding-right: 4rem;
  }

  .landing-nav {
    box-sizing: border-box !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100vw !important;
    padding-bottom: 14px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 27px !important;
    width: 100vw !important;
  }

  .landing-logo {
    height: 14px !important;
  }

  .landing-nav-button {
    border-radius: 4px;
    font-size: 12px;
    height: 31px;
    min-width: 60px;
    padding: 0 10px;
  }

  .landing-hero {
    background: #ffffff;
    min-height: auto;
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .landing-hero__card {
    background-image: url('/site/assets/images/landing-banner-mobile.png');
    aspect-ratio: 390 / 651;
    min-height: auto;
    align-items: flex-start;
  }

  .landing-hero__copy {
    max-width: 100%;
    padding: 48px 24px 0;
    text-align: center;
    align-items: center;
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .landing-hero__title {
    font-size: 32px;
    line-height: 1.25;
  }

  .landing-hero__text {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 24px;
    max-width: 100%;
  }

  .landing-actions {
    margin-top: 36px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 12px;
    width: 100%;
  }

  .landing-hero .landing-button {
    font-size: 12px;
    font-weight: 700;
    flex: 1;
    max-width: 160px;
    height: 38px;
    border-radius: 6px;
    min-width: auto;
    padding: 0;
  }

  .landing-button {
    border-radius: 4px;
    font-size: 11.2px;
    font-weight: 600;
    height: 35px;
    min-width: 128px;
    padding: 0 16px;
  }

  .landing-section--intro {
    padding: 51px 0 47px;
  }

  .landing-intro {
    display: block;
  }

  .landing-intro h2,
  .landing-why-card h2,
  .landing-section-heading h2,
  .landing-section--testimonials h2,
  .landing-faq h2,
  .landing-cta h2 {
    font-size: 16px;
    font-weight: 700;
  }

  .landing-intro p {
    font-size: 12px;
    line-height: normal;
    margin-top: 28px;
  }

  .landing-intro__image {
    border-radius: 8px;
    margin-top: 30px;
    width: 100%;
  }

  .landing-intro__desktop-button {
    display: none;
  }

  .landing-intro__mobile-button {
    display: inline-flex;
    margin-top: 38px;
  }

  .landing-section--why {
    padding-top: 42px;
  }

  .landing-why-card {
    border-radius: 8px;
    min-height: 704px;
    padding: 34px 24px 29px;
  }

  .landing-why-card > .landing-button {
    font-size: 12px;
  }

  .landing-why-grid {
    display: flex;
    flex-direction: column;
    gap: 44px;
    margin: 38px 0 32px;
  }

  .landing-icon {
    border-radius: 8px;
    height: 51px;
    width: 51px;
  }

  .landing-why-item h3 {
    font-size: 16px;
    margin-top: 18px;
  }

  .landing-why-item p {
    font-size: 10px;
    line-height: normal;
    max-width: 236px;
  }

  .landing-section--steps {
    padding: 62px 0 73px;
  }

  .landing-section-heading p {
    font-size: 11px;
    margin-top: 15px;
  }

  .landing-steps-layout {
    display: block;
    margin-top: 52px;
  }

  .landing-steps {
    gap: 47px;
  }

  .landing-steps::before {
    left: 26px;
  }

  .landing-step {
    align-items: start;
    gap: 27px;
    grid-template-columns: 52px minmax(0, 1fr);
  }

  .landing-step__number {
    font-size: 14px;
    height: 52px;
    width: 52px;
  }

  .landing-step h3 {
    font-size: 14px;
  }

  .landing-step p {
    font-size: 11px;
    line-height: normal;
    margin-top: 8px;
  }

  .landing-steps-layout > .landing-button {
    display: flex;
    margin: 48px auto 0;
    width: max-content;
  }

  .landing-stats {
    padding: 77px 0 82px;
  }

  .landing-stats__grid {
    display: flex;
    flex-direction: column;
    gap: 88px;
  }

  .landing-stat p {
    font-size: 48px;
  }

  .landing-stat span {
    font-size: 10px;
    margin-top: 18px;
  }

  .landing-testimonial > p {
    font-size: 11px;
    font-weight: 400;
  }

  .landing-testimonial h3 {
    font-size: 12px;
  }

  .landing-testimonial > div > div > span {
    font-size: 10px;
  }

  .landing-section--testimonials {
    overflow: hidden;
    padding: 74px 0 60px;
  }

  .landing-section--testimonials .landing-container {
    max-width: none;
    padding-left: 20px;
    padding-right: 0;
  }

  .landing-testimonials {
    display: flex;
    gap: 36px;
    margin-top: 57px;
    overflow-x: auto;
    padding-bottom: 6px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .landing-testimonials::-webkit-scrollbar {
    display: none;
  }

  .landing-testimonial {
    flex: 0 0 255px;
    scroll-snap-align: start;
  }

  .landing-section--faq {
    padding-bottom: 58px;
  }

  .landing-faq {
    padding: 0 2px;
  }

  .landing-faq__list {
    gap: 16px;
    margin-top: 33px;
  }

  .landing-faq .faq-item {
    border-radius: 7px;
  }

  .landing-faq button {
    min-height: 44px;
    padding: 0 18px;
  }

  .landing-faq button span {
    font-size: 12px;
    font-weight: 600;
  }

  .landing-faq .faq-icon {
    height: 13px;
    width: 13px;
  }

  .landing-faq .faq-answer {
    display: block;
    font-size: 11px;
    padding: 0 18px 14px;
  }

  .landing-faq .faq-answer[hidden] {
    display: none;
  }

  .landing-section--cta {
    padding: 34px 0 75px;
  }

  .landing-cta {
    border-radius: 8px;
    min-height: 213px;
    padding: 31px 22px 30px;
  }

  .landing-cta h2 {
    margin: 0 auto;
    max-width: 285px;
  }

  .landing-cta p {
    font-size: 11px;
    line-height: 20px;
    margin-top: 24px;
  }

  .landing-cta .landing-button {
    margin-top: 36px;
  }

  .landing-footer {
    padding: 36px 0 44px;
  }

  .landing-footer__inner {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
    max-width: 100vw;
    padding: 0 20px;
  }

  .landing-footer__logo {
    height: 15px;
  }

  .landing-footer__column {
    gap: 10px;
  }
}
