@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 300 800;
  font-display: block;
  src: url("../fonts/outfit/outfit-latin-ext-variable.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 300 800;
  font-display: block;
  src: url("../fonts/outfit/outfit-latin-variable.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html {
  overflow-y: scroll;
  scrollbar-gutter: stable;
}

.landing-shelfops {
  --color-primary-50: #eff6ff;
  --color-primary-400: #60a5fa;
  --color-primary-500: #3b82f6;
  --color-primary-600: #2563eb;
  --font-inter-tight: "Outfit", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-sans: "Outfit", system-ui, -apple-system, "Segoe UI", sans-serif;
  --default-font-family: "Outfit", system-ui, -apple-system, "Segoe UI", sans-serif;
  --bs-font-sans-serif: "Outfit", system-ui, -apple-system, "Segoe UI", sans-serif;
  --kt-font-family: "Outfit", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-family: "Outfit", system-ui, -apple-system, "Segoe UI", sans-serif;
}

.landing-shelfops main {
  display: flex;
  flex-direction: column;
}

.landing-shelfops #scene {
  order: 0;
}

.landing-shelfops #product {
  order: 1;
}

.landing-shelfops #features {
  order: 2;
}

.landing-shelfops #services {
  order: 3;
}

.landing-shelfops #use-cases {
  order: 4;
}

.landing-shelfops #results {
  order: 5;
}

.landing-shelfops #visibility {
  order: 6;
}

.landing-shelfops #process {
  order: 7;
}

.landing-shelfops #pricing {
  order: 8;
}

.landing-shelfops #faq {
  order: 9;
}

.landing-shelfops #contact {
  order: 10;
}

.landing-shelfops-section-anchor,
.landing-shelfops #features,
.landing-shelfops #services,
.landing-shelfops #process,
.landing-shelfops #use-cases,
.landing-shelfops #results,
.landing-shelfops #visibility,
.landing-shelfops #pricing,
.landing-shelfops #faq,
.landing-shelfops #contact {
  scroll-margin-top: 120px;
}

.landing-shelfops-section-anchor {
  display: block;
  height: 0;
}

.landing-shelfops .landing-shelfops-bg-flow {
  background-image: url("../images/ns-img-169.png");
}

.landing-shelfops .hero-text-color-1 {
  background-image: linear-gradient(45deg, #60a5fa, #bfdbfe, #60a5fa);
}

.landing-shelfops .bg-linear-\[135deg\,\#ffffff_0\%\,\#a585ff_100\%\] {
  --tw-gradient-position: 135deg, #fff 0%, #3b82f6 100%;
  background-image: linear-gradient(var(--tw-gradient-stops, 135deg, #fff 0%, #3b82f6 100%));
}

.landing-shelfops .bg-linear-\[156deg\,_\#FFF_32\.92\%\,_\#A585FF_91\%\] {
  --tw-gradient-position: 156deg, #fff 32.92%, #3b82f6 91%;
  background-image: linear-gradient(var(--tw-gradient-stops, 156deg, #fff 32.92%, #3b82f6 91%));
}

.landing-shelfops .bg-linear-\[156deg_\#FFF_32\.92\%_\#A585FF_91\%\] {
  --tw-gradient-position: 156deg #fff 32.92% #3b82f6 91%;
  background-image: linear-gradient(var(--tw-gradient-stops, 156deg #fff 32.92% #3b82f6 91%));
}

.landing-shelfops .fill-\[\#864FFE\] {
  fill: var(--color-primary-500);
}

.landing-shelfops .focus\:ring-primary-500\/20:focus {
  --tw-ring-color: rgb(59 130 246 / 20%);
}

.landing-shelfops-logo {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  white-space: nowrap;
}

.landing-shelfops-wordmark {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: #181c32;
  font-family: "Outfit", system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 29.315px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.landing-shelfops-wordmark-footer {
  color: #ffffff;
}

.landing-shelfops-hero-media {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: min(100%, 408px);
  margin-right: auto;
  margin-left: auto;
}

.landing-shelfops-hero-file-card,
.landing-shelfops-hero-video-card {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}

.landing-shelfops-hero-file-card {
  display: flex;
  align-items: center;
  justify-content: center;
}

.landing-shelfops-hero-video-card {
  aspect-ratio: 16 / 9;
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 24px 70px rgba(17, 24, 39, 0.12);
}

.landing-shelfops-hero-video {
  display: block;
  width: 100%;
  height: 100%;
  background: #f8fafc;
  object-fit: cover;
}

.landing-shelfops-catalog-video-frame {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(17, 24, 39, 0.12);
}

.landing-shelfops-catalog-video {
  object-fit: contain;
}

@media (min-width: 1024px) {
  .landing-shelfops-catalog-video-frame {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: auto;
    transform: translateY(-50%);
  }
}

@media (min-width: 768px) {
  .landing-shelfops-hero-media {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100%, 880px);
  }
}

@media (min-width: 1200px) {
  .landing-shelfops-hero-media {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100%, 880px);
  }
}

@media (max-width: 640px) {
  .landing-shelfops-wordmark {
    font-size: 29.315px;
  }

}

.landing-shelfops-info-page {
  color: #181c32;
  background:
    linear-gradient(180deg, rgba(239, 246, 255, 0.95) 0%, rgba(255, 255, 255, 0.98) 34%, #f8fafc 100%);
}

.landing-shelfops-info-main {
  min-height: 60vh;
}

.landing-shelfops-info-header .header-one {
  opacity: 1;
}

.landing-shelfops-info-logo {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.landing-shelfops-info-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 0;
}

.landing-shelfops-info-nav a,
.landing-shelfops-info-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 16px;
  color: rgba(24, 28, 50, 0.72);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease;
  white-space: nowrap;
}

.landing-shelfops-info-nav a:hover,
.landing-shelfops-info-action:hover {
  border-color: rgba(37, 99, 235, 0.22);
  background: rgba(37, 99, 235, 0.08);
  color: #1d4ed8;
}

.landing-shelfops-info-action {
  background: #181c32;
  color: #ffffff;
}

.landing-shelfops-info-action:hover {
  background: #2563eb;
  color: #ffffff;
}

.landing-shelfops-info-hero {
  position: relative;
  overflow: hidden;
  padding: 150px 0 74px;
  background:
    linear-gradient(180deg, rgba(239, 246, 255, 0.84), rgba(255, 255, 255, 0.94)),
    url("../images/ns-img-169.png") center top / cover no-repeat;
}

.landing-shelfops-info-hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(37, 99, 235, 0.22), transparent);
  content: "";
}

.landing-shelfops-info-kicker {
  margin: 0 0 14px;
  color: #2563eb;
  font-size: 0.85rem;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: uppercase;
}

.landing-shelfops-info-title {
  max-width: 850px;
  margin: 0;
  color: #111827;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0;
}

.landing-shelfops-info-summary {
  max-width: 780px;
  margin: 24px 0 0;
  color: rgba(17, 24, 39, 0.72);
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0;
}

.landing-shelfops-info-updated {
  margin: 22px 0 0;
  color: rgba(17, 24, 39, 0.58);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.5;
}

.landing-shelfops-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.landing-shelfops-primary-link,
.landing-shelfops-secondary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  padding: 0 20px;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  white-space: nowrap;
}

.landing-shelfops-primary-link {
  background: #2563eb;
  color: #ffffff;
  box-shadow: 0 18px 42px rgba(37, 99, 235, 0.22);
}

.landing-shelfops-primary-link:hover {
  background: #1d4ed8;
  color: #ffffff;
}

.landing-shelfops-secondary-link {
  border: 1px solid rgba(37, 99, 235, 0.2);
  background: rgba(255, 255, 255, 0.8);
  color: #1d4ed8;
}

.landing-shelfops-secondary-link:hover {
  border-color: rgba(37, 99, 235, 0.36);
  color: #1e40af;
}

.landing-shelfops-document-section {
  padding: 72px 0 104px;
}

.landing-shelfops-document-grid {
  display: grid;
  grid-template-columns: minmax(0, 260px) minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}

.landing-shelfops-document-nav {
  position: sticky;
  top: 118px;
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 60px rgba(15, 23, 42, 0.06);
}

.landing-shelfops-document-nav a {
  display: flex;
  min-height: 38px;
  align-items: center;
  border-radius: 8px;
  padding: 0 12px;
  color: rgba(17, 24, 39, 0.66);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
}

.landing-shelfops-document-nav a:hover {
  background: rgba(37, 99, 235, 0.08);
  color: #1d4ed8;
}

.landing-shelfops-document-content {
  display: grid;
  gap: 18px;
}

.landing-shelfops-document-card,
.landing-shelfops-support-card,
.landing-shelfops-faq-item {
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 60px rgba(15, 23, 42, 0.06);
}

.landing-shelfops-document-card {
  padding: 30px;
}

.landing-shelfops-document-card h2,
.landing-shelfops-support-card h2,
.landing-shelfops-faq-item h2 {
  margin: 0;
  color: #111827;
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.landing-shelfops-document-card h3 {
  margin: 24px 0 0;
  color: #111827;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0;
}

.landing-shelfops-document-card p,
.landing-shelfops-document-card li,
.landing-shelfops-support-card p,
.landing-shelfops-faq-item p {
  color: rgba(17, 24, 39, 0.72);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0;
}

.landing-shelfops-document-card p,
.landing-shelfops-support-card p,
.landing-shelfops-faq-item p {
  margin: 14px 0 0;
}

.landing-shelfops-document-card ul {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
  padding-left: 22px;
}

.landing-shelfops-document-card a,
.landing-shelfops-support-card a,
.landing-shelfops-faq-item a,
.landing-shelfops-footer-address a {
  color: #2563eb;
  font-weight: 800;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.landing-shelfops-document-card a:hover,
.landing-shelfops-support-card a:hover,
.landing-shelfops-faq-item a:hover,
.landing-shelfops-footer-address a:hover {
  color: #1d4ed8;
  text-decoration: underline;
}

.landing-shelfops-contact-card {
  border-color: rgba(37, 99, 235, 0.2);
}

.landing-shelfops-support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 18px;
}

.landing-shelfops-support-card {
  padding: 28px;
}

.landing-shelfops-support-card-primary {
  border-color: rgba(37, 99, 235, 0.22);
  background:
    linear-gradient(135deg, rgba(239, 246, 255, 0.95), rgba(255, 255, 255, 0.94));
}

.landing-shelfops-support-content {
  max-width: none;
}

.landing-shelfops-topic-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.landing-shelfops-topic-grid span {
  display: flex;
  min-height: 54px;
  align-items: center;
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 8px;
  background: rgba(239, 246, 255, 0.68);
  padding: 12px;
  color: rgba(17, 24, 39, 0.76);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.35;
}

.landing-shelfops-faq-list {
  display: grid;
  gap: 16px;
  max-width: 920px;
  margin: 0 auto;
}

.landing-shelfops-faq-item {
  padding: 26px 30px;
}

.landing-shelfops-footer-address {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.95rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
}

@media (max-width: 900px) {
  .landing-shelfops-info-nav {
    display: none;
  }

  .landing-shelfops-info-hero {
    padding: 132px 0 58px;
  }

  .landing-shelfops-info-title {
    font-size: 2.75rem;
  }

  .landing-shelfops-info-summary {
    font-size: 1.05rem;
  }

  .landing-shelfops-document-section {
    padding: 52px 0 76px;
  }

  .landing-shelfops-document-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .landing-shelfops-document-nav {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-shelfops-support-grid,
  .landing-shelfops-topic-grid,
  .landing-shelfops-faq-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 560px) {
  .landing-shelfops-info-header .header-one {
    max-width: calc(100% - 24px);
  }

  .landing-shelfops-info-action {
    min-height: 40px;
    padding: 0 12px;
    font-size: 0.85rem;
  }

  .landing-shelfops-info-hero {
    padding: 118px 0 48px;
  }

  .landing-shelfops-info-title {
    font-size: 2.2rem;
    line-height: 1.12;
  }

  .landing-shelfops-document-card,
  .landing-shelfops-support-card,
  .landing-shelfops-faq-item {
    padding: 22px;
  }

  .landing-shelfops-document-nav {
    grid-template-columns: minmax(0, 1fr);
  }

  .landing-shelfops-primary-link,
  .landing-shelfops-secondary-link {
    width: 100%;
    white-space: normal;
    text-align: center;
  }
}

.landing-shelfops-info-page {
  color: #181c32;
  background: #f5f6f8;
}

.landing-shelfops-info-page h1,
.landing-shelfops-info-page h2,
.landing-shelfops-info-page h3,
.landing-shelfops-info-page h4,
.landing-shelfops-info-page h5,
.landing-shelfops-info-page h6,
.landing-shelfops-info-page p,
.landing-shelfops-info-page li {
  letter-spacing: 0;
}

.landing-shelfops-template-updated {
  color: rgba(24, 28, 50, 0.58);
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.5;
}

.landing-shelfops-menu-link {
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-radius: 10px;
  padding: 12px;
  color: #181c32;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color 200ms ease, color 200ms ease;
}

.landing-shelfops-menu-link:hover {
  background: #f5f6f8;
  color: #181c32;
  text-decoration: none;
}

.landing-shelfops-menu-link span {
  color: rgba(24, 28, 50, 0.6);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}

.landing-shelfops-mobile-link {
  display: block;
  width: 100%;
  border-bottom: 1px solid rgba(24, 28, 50, 0.1);
  padding: 12px 0;
  color: rgba(24, 28, 50, 0.6);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-decoration: none;
  transition: color 200ms ease;
}

.landing-shelfops-mobile-link:hover {
  color: #181c32;
  text-decoration: none;
}

.landing-shelfops-mobile-link-primary {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  border: 0;
  border-radius: 999px;
  background: #181c32;
  color: #ffffff;
  font-weight: 700;
}

.landing-shelfops-mobile-link-primary:hover {
  background: #2563eb;
  color: #ffffff;
}

.landing-shelfops-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.landing-shelfops-faq-card {
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 60px rgba(15, 23, 42, 0.06);
}

.landing-shelfops-faq-card summary {
  position: relative;
  display: flex;
  min-height: 74px;
  align-items: center;
  padding: 22px 58px 22px 24px;
  color: #111827;
  cursor: pointer;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.35;
  list-style: none;
}

.landing-shelfops-faq-card summary::-webkit-details-marker {
  display: none;
}

.landing-shelfops-faq-card summary::after {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 18px;
  height: 18px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  content: "";
  transform: translateY(-65%) rotate(45deg);
  transition: transform 180ms ease;
}

.landing-shelfops-faq-card[open] summary::after {
  transform: translateY(-35%) rotate(225deg);
}

.landing-shelfops-faq-card p {
  margin: 0;
  padding: 0 24px 24px;
  color: rgba(17, 24, 39, 0.68);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.72;
}

.landing-shelfops-faq-card a {
  color: #2563eb;
  font-weight: 800;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.landing-shelfops-faq-card a:hover {
  color: #1d4ed8;
  text-decoration: underline;
}

.dark .landing-shelfops-faq-card {
  border-color: rgba(255, 255, 255, 0.08);
  background: #141416;
  box-shadow: none;
}

.dark .landing-shelfops-faq-card summary {
  color: #ffffff;
}

.dark .landing-shelfops-faq-card p {
  color: rgba(255, 255, 255, 0.64);
}

.landing-shelfops-template-nav {
  align-self: start;
}

.landing-shelfops-template-nav .month-link {
  overflow: hidden;
  text-decoration: none;
}

.landing-shelfops-template-card {
  scroll-margin-top: 120px;
}

.landing-shelfops-template-card p {
  color: rgba(24, 28, 50, 0.68);
  line-height: 1.72;
}

.landing-shelfops-template-card a {
  color: #2563eb;
  font-weight: 700;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.landing-shelfops-template-card a:hover {
  color: #1d4ed8;
  text-decoration: underline;
}

.landing-shelfops-check-list li {
  position: relative;
  min-height: 22px;
  padding-left: 30px;
  color: rgba(24, 28, 50, 0.8);
  line-height: 1.6;
}

.landing-shelfops-check-list li::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: #181c32;
  content: "";
}

.landing-shelfops-check-list li::after {
  position: absolute;
  top: 9px;
  left: 6px;
  width: 8px;
  height: 4px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  content: "";
  transform: rotate(-45deg);
}

@media (max-width: 1023px) {
  .landing-shelfops-template-nav {
    position: static;
  }
}

@media (max-width: 640px) {
  .landing-shelfops-template-card {
    scroll-margin-top: 96px;
  }

  .landing-shelfops-template-card h3 {
    font-size: 2rem;
    line-height: 1.18;
  }

  .landing-shelfops-template-nav .month-link {
    padding-right: 18px;
    padding-left: 18px;
  }
}
