@font-face {
  font-family: "Onest";
  src: url("https://static.tildacdn.com/tild3366-3166-4464-b836-626566323134/Onest-Regular.woff") format("woff");
  font-weight: 300 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Onest";
  src: url("https://static.tildacdn.com/tild3332-6361-4336-b133-333865303164/Onest-Medium.woff") format("woff");
  font-weight: 600 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Onest";
  src: url("https://static.tildacdn.com/tild3332-3539-4533-b130-666238306236/Onest-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

.nz-seo-page,
.nz-seo-page * {
  box-sizing: border-box;
}

.nz-seo-page {
  --nz-purple: #9d60df;
  --nz-orange: #ff7354;
  --nz-orange-hover: #fc613e;
  --nz-ink: #171411;
  --nz-muted: #6f6964;
  --nz-soft: #f7f3fa;
  --nz-line: rgba(31, 26, 22, .12);
  margin: 0;
  background: #fff;
  color: var(--nz-ink);
  font-family: "Onest", Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
}

.nz-seo-page a {
  color: inherit;
}

.nz-seo-shell {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

.nz-seo-topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  padding: 10px max(20px, calc((100vw - 1160px) / 2));
  border-bottom: 1px solid var(--nz-line);
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(12px);
}

.nz-seo-brand {
  color: var(--nz-purple) !important;
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
  text-decoration: none;
  letter-spacing: -.6px;
}

.nz-seo-nav {
  display: flex;
  gap: 20px;
  color: var(--nz-muted);
  font-size: 14px;
  font-weight: 700;
}

.nz-seo-nav a {
  text-decoration: none;
}

.nz-seo-nav a:hover,
.nz-seo-nav a:focus-visible,
.nz-seo-text-link:hover,
.nz-seo-text-link:focus-visible {
  color: var(--nz-purple);
}

.nz-seo-hero {
  padding: 82px 0 72px;
  background:
    radial-gradient(circle at 90% 0%, rgba(157, 96, 223, .13), transparent 34%),
    linear-gradient(180deg, #fff 0%, #fffaf8 100%);
}

.nz-seo-hero__inner {
  max-width: 920px;
}

.nz-seo-eyebrow {
  margin: 0 0 18px;
  color: var(--nz-orange);
  font-size: 14px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.nz-seo-hero h1 {
  max-width: 850px;
  margin: 0;
  color: var(--nz-purple);
  font-size: clamp(42px, 6vw, 74px);
  line-height: .98;
  font-weight: 900;
  letter-spacing: -2px;
  text-wrap: balance;
}

.nz-seo-lead {
  max-width: 760px;
  margin: 26px 0 0;
  color: #4b443f;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 400;
}

.nz-seo-hero__actions,
.nz-seo-next__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.nz-seo-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 22px;
  border: 2px solid transparent;
  border-radius: 15px;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 800;
  text-decoration: none;
}

.nz-seo-button--primary {
  background: var(--nz-orange);
  color: #fff !important;
}

.nz-seo-button--primary:hover,
.nz-seo-button--primary:focus-visible {
  background: var(--nz-orange-hover);
}

.nz-seo-button--secondary {
  border-color: var(--nz-line);
  background: #fff;
}

.nz-seo-products,
.nz-seo-details,
.nz-seo-faq,
.nz-seo-related,
.nz-seo-next {
  padding: 76px 0;
}

.nz-seo-section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.nz-seo-section-heading h2,
.nz-seo-copy h2,
.nz-seo-next h2 {
  margin: 0;
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -.7px;
  text-wrap: balance;
}

.nz-seo-section-heading p,
.nz-seo-copy p,
.nz-seo-next p {
  margin: 14px 0 0;
  color: #4b443f;
  font-size: 17px;
  line-height: 1.6;
}

.nz-seo-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.nz-seo-product-card {
  min-width: 0;
}

.nz-seo-product-card__image-link {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 22px;
  background: var(--nz-soft);
}

.nz-seo-product-card__image-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;
}

.nz-seo-product-card__image-link:hover img,
.nz-seo-product-card__image-link:focus-visible img {
  transform: scale(1.025);
}

.nz-seo-product-card__placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: var(--nz-purple);
  font-weight: 900;
}

.nz-seo-product-card__body {
  padding: 16px 2px 0;
}

.nz-seo-product-card h3 {
  margin: 0;
  font-size: 17px;
  line-height: 1.28;
  font-weight: 700;
}

.nz-seo-product-card h3 a {
  text-decoration: none;
}

.nz-seo-product-card__price {
  margin: 9px 0 0;
  color: var(--nz-orange);
  font-size: 20px;
  line-height: 1.1;
  font-weight: 900;
}

.nz-seo-product-card__cta {
  display: inline-block;
  margin-top: 12px;
  color: var(--nz-purple) !important;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.nz-seo-empty {
  max-width: 680px;
  padding: 26px 28px;
  border-radius: 20px;
  background: var(--nz-soft);
}

.nz-seo-empty h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
}

.nz-seo-empty p {
  margin: 10px 0 0;
  font-size: 17px;
  line-height: 1.5;
}

.nz-seo-empty__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.nz-seo-details {
  background: #fbfaf9;
}

.nz-seo-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 58px 72px;
}

.nz-seo-copy__section {
  max-width: 540px;
}

.nz-seo-copy__section h2 {
  font-size: clamp(26px, 3vw, 36px);
}

.nz-seo-faq__list {
  max-width: 860px;
  border-top: 1px solid var(--nz-line);
}

.nz-seo-faq__item {
  border-bottom: 1px solid var(--nz-line);
}

.nz-seo-faq__item summary {
  cursor: pointer;
  padding: 22px 0;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 750;
}

.nz-seo-faq__item p {
  max-width: 760px;
  margin: -6px 0 24px;
  color: #4b443f;
  font-size: 16px;
  line-height: 1.6;
}

.nz-seo-related {
  padding-top: 24px;
}

.nz-seo-related__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.nz-seo-related__links a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid var(--nz-line);
  border-radius: 999px;
  color: var(--nz-purple);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.nz-seo-related__links a:hover,
.nz-seo-related__links a:focus-visible {
  border-color: rgba(157, 96, 223, .45);
  background: var(--nz-soft);
}

.nz-seo-next {
  background: var(--nz-purple);
  color: #fff;
}

.nz-seo-next__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

.nz-seo-next h2 {
  max-width: 660px;
}

.nz-seo-next p {
  max-width: 640px;
  color: rgba(255, 255, 255, .84);
}

.nz-seo-next__actions {
  flex: 0 0 auto;
  justify-content: flex-end;
  margin-top: 0;
}

.nz-seo-next .nz-seo-button--primary {
  background: var(--nz-orange);
}

.nz-seo-text-link {
  color: #fff !important;
  font-weight: 800;
  text-decoration: none;
}

.nz-seo-footer {
  padding: 32px 0;
  border-top: 1px solid var(--nz-line);
}

.nz-seo-footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: var(--nz-muted);
  font-size: 14px;
}

.nz-seo-footer a {
  color: var(--nz-purple);
  font-weight: 900;
  text-decoration: none;
}

.nz-seo-page a:focus-visible,
.nz-seo-page summary:focus-visible {
  outline: 3px solid rgba(157, 96, 223, .38);
  outline-offset: 4px;
}

@media screen and (max-width: 959px) {
  .nz-seo-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nz-seo-copy {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .nz-seo-next__inner {
    display: block;
  }

  .nz-seo-next__actions {
    justify-content: flex-start;
    margin-top: 28px;
  }
}

@media screen and (max-width: 639px) {
  .nz-seo-shell {
    width: calc(100% - 36px);
  }

  .nz-seo-topbar {
    min-height: 58px;
    padding: 10px 18px;
  }

  .nz-seo-brand {
    font-size: 21px;
  }

  .nz-seo-nav {
    gap: 14px;
    font-size: 13px;
  }

  .nz-seo-hero {
    padding: 52px 0 48px;
  }

  .nz-seo-hero h1 {
    font-size: 43px;
    letter-spacing: -1.2px;
  }

  .nz-seo-lead {
    margin-top: 20px;
    font-size: 17px;
    line-height: 1.5;
  }

  .nz-seo-hero__actions {
    align-items: stretch;
  }

  .nz-seo-button {
    width: 100%;
    border-radius: 10px;
  }

  .nz-seo-products,
  .nz-seo-details,
  .nz-seo-faq,
  .nz-seo-next {
    padding: 54px 0;
  }

  .nz-seo-product-grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px 14px;
  }

  .nz-seo-product-card__image-link {
    border-radius: 16px;
  }

  .nz-seo-product-card h3 {
    font-size: 15px;
  }

  .nz-seo-product-card__price {
    font-size: 18px;
  }

  .nz-seo-copy {
    gap: 36px;
  }

  .nz-seo-faq__item summary {
    font-size: 17px;
  }

  .nz-seo-footer__inner {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nz-seo-product-card__image-link img {
    transition: none;
  }
}
