/* screen - products */
/* Hide Log in and Sign up on Small Screens */
@media screen and (max-width: 1024px) {

  /* Show Menu Button on Mobile */
  .menu-button {
    display: block !important;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    width: 50px;
    transition: transform 0.3s ease;
  }

  .menu-button:hover {
    transform: scale(1.1);
  }

  /* Hide navigation by default on mobile */
  .navigation,
  .frame-2 {
    display: none !important;
  }

  /* Mobile Menu Styles */
  .mobile-menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 80px;
    right: 0;
    background: white;
    width: 200px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    padding: 10px;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    opacity: 0;
  }

  .mobile-menu.active {
    transform: translateX(0);
    opacity: 1;
  }

  .mobile-menu a {
    text-decoration: none;
    color: black;
    padding: 10px;
    display: block;
    transform: translateX(20px);
    opacity: 0;
    transition: all 0.3s ease;
  }

  .mobile-menu.active a {
    transform: translateX(0);
    opacity: 1;
  }

  .mobile-menu a:hover {
    background-color: rgba(0, 0, 0, 0.05);
    transform: translateX(5px);
  }
}

/* Show navigation on large screens */
@media screen and (min-width: 769px) {
  .menu-button {
    display: none;
  }

  .navigation,
  .frame-2 {
    display: flex;
    gap: 20px;
  }

}

.products {
  align-items: center;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  position: relative;
}

.products .hero-header-section {
  align-items: center;
  align-self: stretch;
  background-color: var(--white);
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  position: relative;
  width: 100%;
  z-index: 3;
}

.products .header {
  align-self: stretch;
  background-color: var(--white);
  width: 100%;
  z-index: 2;
  padding: 0 15px;
}

.products .header-1 {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.products .container-2 {
  align-items: center;
  flex: 0 0 auto;
  justify-content: space-between;
  width: 100%;
}

.products .content-1 {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 32px;
  position: relative;
}

.products .logo {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  position: relative;
  width: 156px;
}

.products .logo-wrap {
  height: 32px;
  position: relative;
  width: 156px;
}

.products .navigation {
  gap: 24px;
  transition: all 0.3s ease;
}

.products .navigation a,
.products .buttons-button {
  opacity: 0.8;
  transform: translateY(0);
  transition: all 0.3s ease;
}

.products .navigation a:hover,
.products .buttons-button:hover {
  opacity: 1;
  transform: translateY(-2px);
  color: var(--azure);
}

/* Add staggered animation for navigation items */
.products .navigation a,
.products .buttons-button {
  animation: fadeInNav 0.5s ease forwards;
  animation-delay: calc(var(--nav-index, 0) * 0.1s);
}

@keyframes fadeInNav {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 0.8;
    transform: translateY(0);
  }
}

/* Navigation buttons animation */
.products .buttons-button-2,
.products .buttons-button-sign-4 {
  opacity: 0.95;
  transition: all 0.3s ease;
}

.products .buttons-button-2:hover,
.products .buttons-button-sign-4:hover {
  opacity: 1;
  transform: scale(1.03);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.products .text {
  color: var(--scarpa-flow);
  font-weight: 600;
  line-height: 24px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.products .frame-2 {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 16px;
  position: relative;
}

.products .navigation-actions {
  gap: 12px;
}

.products .buttons-button-2 {
  align-items: center;
  background-color: var(--white);
  border: 1px solid;
  border-color: var(--iron);
  border-radius: 8px;
  box-shadow: 0px 1px 2px #0a0c120d, inset 0px -2px 0px #0a0c120d, inset 0px 0px 0px 1px #0a0c122e;
  display: flex;
  gap: 6px;
  justify-content: center;
  overflow: hidden;
  padding: 10px 16px;
  position: relative;
  width: 125px;
}

.products .buttons-button-2:hover {
  transform: scale(1.03);
  transition: transform 0.2s ease-in-out;
}

.products .buttons-button-sign-4 {
  align-items: center;
  background-color: var(--azure);
  border: 1px solid;
  border-color: var(--astronaut);
  border-radius: 8px;
  box-shadow: 0px 1px 2px #0a0c120d, inset 0px -2px 0px #0a0c120d, inset 0px 0px 0px 1px #0a0c122e;
  display: flex;
  gap: 6px;
  justify-content: center;
  overflow: hidden;
  padding: 10px 16px;
  position: relative;
  width: 115px;
}

.products .buttons-button-sign-4:hover {
  transform: scale(1.03);
  transition: transform 0.2s ease-in-out;
}

.products .text-1 {
  color: var(--outer-space);
  font-weight: 600;
  line-height: 24px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.products .text-sign-2 {
  color: var(--cultured-pearl);
  font-weight: 600;
  line-height: 24px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.products .buttons-button-3 {
  margin-bottom: -3.00px;
  margin-right: -2.00px;
  margin-top: -1.00px;
  position: relative;
  width: 104px;
}

.products .buttons-button-4 {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 4px;
  justify-content: center;
  overflow: hidden;
  padding: 10px 14px;
  position: relative;
}

.products .text-4 {
  color: var(--wistful);
  font-weight: 600;
  line-height: 20px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.products .section {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 64px;
  justify-content: center;
  padding: 64px 0px 96px;
  position: relative;
  width: 100%;
  z-index: 1;
}

@media (max-width: 1024px) {
  .products .section {
    text-align: center;
  }
}

.products .container-3 {
  align-items: center;
  flex: 1;
  flex-grow: 1;
  gap: 32px;
  justify-content: center;
}

.products .content-2 {
  align-items: flex-start;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 48px;
  position: relative;
}

.products .heading-and-supporting-text-2 {
  gap: 24px;
}

.products .heading-1 {
  color: var(--mirage);
  line-height: 60px;
}

@media (max-width: 768px) {
  .products .heading-1 {
    line-height: 40px;
  }
}

.products .supporting-text-1 {
  color: var(--scarpa-flow);
  line-height: 30px;
}

.products .email-capture {
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
  gap: 16px;
  /* max-width: 480px; */
  position: relative;
  width: 100%;
}

@media (max-width: 1024px) {
  .products .email-capture {
    justify-content: center;
    /* max-width: max-content; */
  }
}



.products .buttons-button-5 {
  flex: 0 0 auto;
  margin-bottom: -3.00px;
  margin-left: -2.00px;
  margin-top: -1.00px;
  position: relative;
}

.products .buttons-button-5:hover {
  /* box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2); */
  cursor: pointer;
  transform: scale(1.03);
  transition: all 0.2s ease;
}

.products .content {
  flex: 1;
  flex-grow: 1;
  height: 512px;
  position: relative;
  display: block;
  /* width: 500px; */
}

.products .content-hero-products {
  flex: 1;
  flex-grow: 1;
  height: 512px;
  position: relative;
  display: block;
  /* width: 500px; */
}

@media (max-width: 1024px) {
  .products .content-hero-products {
    display: none;
  }
}

.products .modern-screen-mockup-container {
  height: 696px;
  position: relative;
  /* width: 700px; */
}

.products .modern-screen-mockup-1 {
  align-items: flex-start;
  background-color: var(--white);
  border: 1.68px solid;
  border-color: var(--iron);
  border-radius: 26.95px;
  box-shadow: 0px 1.68px 1.68px -0.84px #0a0c120a, 0px 3.37px 5.05px -1.68px #0a0c1208, 0px 10.11px 13.47px -3.37px #0a0c1214;
  display: inline-flex;
  flex-direction: column;
  left: 64px;
  padding: 3.37px;
  position: absolute;
  top: -104px;
}

[dir="rtl"] .products .modern-screen-mockup-1 {
  right: -35px;
}

.products .inner-shadow-1 {
  border-radius: 23.58px;
  box-shadow: inset 0px 0px 3.37px 1.68px #0a0c1208, inset 0px 0px 5.05px 1.68px #0a0c1214;
  padding: 3.37px;
}

.products .mockup-wrapper-1 {
  border: 1.68px solid;
  border-radius: 20.21px;
}

.products .screen-mockup-light-mode-replace-1 {
  background-image: url(../../assets/images/landing/screen-mockup-light-mode--replace-.png);
  height: 673.68px;
  width: 1010.53px;
}

.products .modern-screen-mockup-2 {
  align-items: flex-start;
  background-color: var(--white);
  border: 1.49px solid;
  border-color: var(--iron);
  border-radius: 23.89px;
  box-shadow: 0px 1.49px 1.49px -0.75px #0a0c120a, 0px 2.99px 4.48px -1.49px #0a0c1208, 0px 8.96px 11.95px -2.99px #0a0c1214;
  display: inline-flex;
  flex-direction: column;
  left: 0;
  padding: 2.99px;
  position: absolute;
  top: 0px;
  /* width: 300px */
}

.products .inner-shadow-2 {
  border-radius: 20.91px;
  box-shadow: inset 0px 0px 2.99px 1.49px #0a0c1208, inset 0px 0px 4.48px 1.49px #0a0c1214;
  padding: 2.99px;
}

.products .mockup-wrapper-2 {
  border: 1.49px solid;
  border-radius: 17.92px;
}

.products .screen-mockup-light-mode-replace-2 {
  background-image: url(../../assets/images/landing/screen-mockup-light-mode--replace--1.png);
  height: 580.16px;
  width: 268.05px;
}

.products .background-pattern {
  height: 752px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  display: block;
  z-index: 0;
}

@media (max-width: 1024px) {
  .products .background-pattern {
    display: none;
  }
}

.products .features-section {
  width: 100%;
  align-items: center;
  background-color: var(--alabaster);
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 96px;
  padding: 96px 0px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1024px) {
  .products .features-section {
    padding: 96px 20px;
    gap: 40px;
  }
}

.products .container {
  align-items: flex-start;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}

.products .content-3 {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 32px;
  position: relative;
  width: 100%;
}

.products .heading-and-supporting-text {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 20px;
  max-width: 768px;
  position: relative;
  width: 100%;
}

.products .heading-and-subheading {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 12px;
  position: relative;
  width: 100%;
}

.products .heading-2 {
  color: var(--mirage);
  line-height: 44px;
  text-align: center;
}

.products .supporting-text-2 {
  align-self: stretch;
  color: var(--scarpa-flow);
  line-height: 30px;
  text-align: center;
}

.products .container-1 {
  align-items: center;
  flex: 0 0 auto;
  gap: 96px;
  flex-direction: row;
  width: 100%;
}


.products .content-4 {
  align-items: flex-start;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 32px;
  position: relative;
}

.products .icon-and-text {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 20px;
  position: relative;
  width: 100%;
}

.products .featured-icon {
  background-color: var(--pigeon-post);
  border-radius: 9999px;
  height: 48px;
  overflow: hidden;
  position: relative;
  width: 48px;
}

.products .heading-and-supporting-text-1 {
  gap: 16px;
}

.products .heading {
  color: var(--mirage);
  line-height: 38px;
}

.products .supporting-text {
  align-self: stretch;
  color: var(--scarpa-flow);
  font-weight: 400;
  line-height: 28px;
  position: relative;
}

.products .check-item-text {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 12px;
  position: relative;
  width: 100%;
}

.products .check-icon {
  background-image: url(../../assets/images/landing/check-circle-1.svg);
  background-size: 100% 100%;
  border-radius: 9999px;
  height: 28px;
  position: relative;
  width: 28px;
}

.products .text-2 {
  align-self: stretch;
  color: var(--scarpa-flow);
  font-weight: 400;
  line-height: 28px;
  margin-top: -1.00px;
  position: relative;
}

.products .modern-screen-mockup {
  align-items: flex-start;
  background-color: var(--white);
  border: 1.25px solid;
  border-color: var(--iron);
  border-radius: 20.08px;
  box-shadow: 0px 1.25px 1.25px -0.63px #0a0c120a, 0px 2.51px 3.76px -1.25px #0a0c1208, 0px 7.53px 10.04px -2.51px #0a0c1214;
  display: inline-flex;
  flex-direction: column;
  padding: 2.51px;
  position: relative;
}

.products .inner-shadow {
  align-items: flex-start;
  background-color: var(--white);
  border-radius: 17.57px;
  box-shadow: inset 0px 0px 2.51px 1.25px #0a0c1208, inset 0px 0px 3.76px 1.25px #0a0c1214;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  overflow: hidden;
  padding: 2.51px;
  position: relative;
}

.products .mockup-wrapper {
  align-items: flex-start;
  background-color: var(--alabaster);
  border: 1.25px solid;
  border-color: var(--gray-nurse);
  border-radius: 15.06px;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.products .screen-mockup-light-mode-replace {
  background-image: url(../../assets/images/landing/screen-mockup-light-mode--replace--2.png);
  background-position: 50% 50%;
  background-size: cover;
  height: 501.96px;
  position: relative;
  width: 752.94px;
}

@media (max-width: 1024px) {
  .products .screen-mockup-light-mode-replace {
    height: 200px;
    min-width: 300px;
    width: 100%;
  }
}

.products .modern-screen-mockup-3 {
  align-items: flex-start;
  background-color: var(--white);
  border: 1.25px solid;
  border-color: var(--iron);
  border-radius: 20.08px;
  box-shadow: 0px 1.25px 1.25px -0.63px #0a0c120a, 0px 2.51px 3.76px -1.25px #0a0c1208, 0px 7.53px 10.04px -2.51px #0a0c1214;
  display: inline-flex;
  flex-direction: column;
  left: -203px;
  padding: 2.51px;
  position: relative;
}

[dir="rtl"] .products .modern-screen-mockup-3 {
  left: 0;
}

@media (max-width: 768px) {
  .products .modern-screen-mockup-3 {
    left: 0px;
  }
}

.products .content-5 {
  align-items: flex-start;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 32px;
  position: relative;
}

.products .line-chart-up-01 {
  height: 24px;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 24px;
}

.products .check-icon-1 {
  background-image: url(../../assets/images/landing/check-circle-4.svg);
}

.products .check-icon-3 {
  background-image: url(../../assets/images/landing/check-circle-6.svg);
}

.products .content-6 {
  align-items: flex-start;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 32px;
  position: relative;
}

.products .archive {
  height: 24px;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 24px;
}

.products .check-icon-2 {
  background-image: url(../../assets/images/landing/check-circle-7.svg);
}

.products .cta-section {
  align-items: center;
  background-color: var(--white);
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  justify-content: center;
  padding: 96px 0px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.products .content-7 {
  align-items: center;
  align-self: stretch;
  background-color: var(--astronaut);
  border-radius: 16px;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 32px;
  overflow: hidden;
  padding: 64px;
  position: relative;
  width: 100%;
}

.products .pattern {
  background-image: url(../../assets/images/landing/pattern-3.png);
  background-position: 50% 50%;
  background-size: cover;
  height: 366px;
  left: -112px;
  position: absolute;
  top: -32px;
  width: 100%;
}

.products .heading-3 {
  color: var(--white);
  line-height: 44px;
  text-align: center;
}

.products .supporting-text-3 {
  align-self: stretch;
  color: var(--wistful);
  line-height: 30px;
  text-align: center;
}

.products .actions {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 12px;
  position: relative;
}

.products .actions:hover {
  /* box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2); */
  transform: scale(1.05);
  cursor: pointer;
}

.products .buttons-button-6 {
  align-items: center;
  background-color: var(--white);
  border: 1px solid;
  border-color: var(--iron);
  border-radius: 8px;
  box-shadow: 0px 1px 2px #0a0c120d, inset 0px -2px 0px #0a0c120d, inset 0px 0px 0px 1px #0a0c122e;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 6px;
  justify-content: center;
  overflow: hidden;
  padding: 12px 18px;
  position: relative;
}

.products .buttons-button-start {
  align-items: center;
  background-color: var(--chambray);
  border: 1px solid;
  color: var(--white);
  border-radius: 8px;
  box-shadow: 0px 1px 2px #0a0c120d, inset 0px -2px 0px #0a0c120d, inset 0px 0px 0px 1px #0a0c122e;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 6px;
  justify-content: center;
  overflow: hidden;
  padding: 16px 18px;
  position: relative;
}

.products .text-start {
  color: var(--white);
  font-weight: 600;
  line-height: 24px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.products .buttons-button-start:hover {
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transform: scale(1.03);
  transition: all 0.2s ease;
}

.products .footer {
  align-items: center;
  background-color: var(--astronaut);
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 44px;
  padding: 64px 20px 48px;
  position: relative;
  width: 100%;
  z-index: 0;
}

.products .container-4 {
  align-items: flex-start;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}

.products .content-8 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 32px;
  position: relative;
  width: 100%;
}

.products .logo-1 {
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
  position: relative;
  width: 142px;
}

.products .supporting-text-4 {
  color: var(--wistful);
  line-height: 24px;
  margin-right: -45.00px;
  white-space: nowrap;
  width: fit-content;
}

[dir="rtl"] .products .supporting-text-4 {
  margin: 0;
}

.products .buttons-button-1 {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 6px;
  justify-content: center;
  position: relative;
}

.products .text-3 {
  color: var(--wistful);
  font-weight: 600;
  line-height: 24px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.products .content-9 {
  align-items: center;
  align-self: stretch;
  border-color: var(--sapphire);
  border-top-style: solid;
  border-top-width: 1px;
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 24px 32px;
  justify-content: space-between;
  padding: 32px 0px 0px;
  position: relative;
  width: 100%;
}

.products .check-icon-4 {
  background-size: 100% 100%;
  border-radius: 9999px;
  height: 28px;
  position: relative;
  width: 28px;
}

.products .container-5 {
  display: flex;
  max-width: 1400px;
  /* padding: 0px 32px; */
  position: relative;
}

@media (max-width: 1024px) {
  .products .container-5 {
    max-width: 100%;
    /* padding: 0px 20px; */
  }

  .products .container-1 {
    flex-direction: column;
    gap: 30px;
  }

  /* Control the order of content blocks */
  .products .container-1 .content {
    order: 2;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .products .container-1 .content-6 {
    order: 1;
    width: 100%;
  }

  .products .check-items {
    max-width: 100%;
  }
}


.products .header-2 {
  height: 80px;
  position: relative;
}

.products .heading-4 {
  align-self: stretch;
  font-weight: 600;
  margin-top: -1.00px;
  position: relative;
}

.products .heading-and-supporting-text-3 {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.products .inner-shadow-3 {
  align-items: flex-start;
  background-color: var(--white);
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.products .mockup-wrapper-3 {
  align-items: flex-start;
  background-color: var(--alabaster);
  border-color: var(--gray-nurse);
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.products .screen-mockup-light-mode-replace-3 {
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
}

.products .supporting-text-5 {
  font-weight: 400;
  position: relative;
}

@media (max-width: 768px) {

  .products .container-10,
  .products .container-9,
  .products .container-8,
  .products .container-7,
  .products .container-6,
  .products .container-5,
  .products .container-4,
  .products .container-3,
  .products .container-2,
  .products .container-1,
  .products .container {
    padding: 0px 20px;
  }
}