.navbar-wrapper {
    background-image: url('../images/top_page_part1.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: calc(50% - 1440px/2);
    right: 0;
    width: 1440px;
    height: 133px;
    z-index: 1002;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    flex: none;
    order: 1;
    flex-grow: 0;
    pointer-events: none;
}
.hero-wrapper {
    background-image: url('../images/top_page_part2.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 133px;
    left: calc(50% - 1440px/2);
    right: 0;
    width: 1440px;
    height: 572px;
    z-index: 1002;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.sbom-navbar {
    position: absolute;
    width: 100%;
    height: 129px;
    left: 0;
    top: 6px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.05));
    z-index: 1003;
    pointer-events: none;
}

.navbar-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 4px;
    gap: 59px;
    position: absolute;
    width: 100%;
    max-width: 1200px;
    height: 75px;
    left: 50%;
    transform: translateX(-50%);
    top: 27px;
    z-index: 1004;
    pointer-events: auto;
}

.navbar-logo {
    width: 264.45px;
    height: 75px;
    flex: none;
    order: 0;
    flex-grow: 0;
    position: relative;
    top: 0px;
    left: -17px;
}

.logo-text {
    position: absolute;
    width: 180.45px;
    height: 54px;
    left: 88px;
    top: 10.5px;
    font-family: 'Plus Jakarta Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 31px;
    line-height: 36px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

.logo-ellipse {
    position: absolute;
    width: 75px;
    height: 75px;
    left: 4px;
    top: 0px;
    background: #FFFFFF;
    border-radius: 50%;
}

.logo-isolation {
    position: absolute;
    width: 264px;
    height: 76px;
    left: 6px;
    top: -5px;
}
.logo-eracent-a {
    position: absolute;
    left: 1228px;
    top: 30px;
    z-index: 9999;
    width: 186px;
    height: 62px;
    display: block;
}

.logo-eracent {
    position: relative;
    width: 186px;
    height: 62px;
    left: 0;
    top: 0;
    opacity: 0.5;
}

.navbar-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 45px;
    width: 656px;
    height: 19px;
    flex: none;
    order: 1;
    flex-grow: 0;
    position: absolute;
    z-index: 1005;
    pointer-events: auto;
    left: calc(50% - 1585px/2);
    top: 5px;
}

.link-position 
{
    position: absolute;
    left: 485px;
    top: 60px;
}

.nav-link {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 10px;
    font-family: 'Plus Jakarta Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    mix-blend-mode: normal;
    text-decoration: none;
    flex: none;
    order: 0;
    flex-grow: 0;
    cursor: pointer;
    transition: color 0.3s ease;
    position: relative;
    z-index: 1005;
    pointer-events: auto;
    top: 55px;
}

.nav-link:hover {
  color: #DFF24B !important;
  mix-blend-mode: normal;
}

.nav-link:visited:hover {
  color: #DFF24B !important;
  mix-blend-mode: normal;
}

.nav-link:active {
  color: #DFF24B !important;
  mix-blend-mode: normal;
}

.nav-link:visited {
  color: #FFFFFF !important;
  mix-blend-mode: normal;
}

.nav-link:focus {
  color: #DFF24B !important;
  mix-blend-mode: normal;
  outline: none;
}

.nav-link:nth-child(1) {
    width: 106px;
    height: 19px;
}

.nav-link:nth-child(2) {
    width: 81px;
    height: 19px;
}

.nav-link:nth-child(3) {
    width: 81px;
    height: 19px;
}

.nav-link:nth-child(4) {
    width: 81px;
    height: 19px;
}

.nav-link:nth-child(5) {
    width: 56px;
    height: 19px;
}

.nav-link:nth-child(6) {
    width: 52px;
    height: 19px;
}

.navbar-cta {
    position: absolute;
    left: calc(50% - 530px);
    top: 400px;
    padding: 3px 17px 3px 22px;
    gap: 19px;
    width: 260px;
    height: 55px;
    background: #DFF24B;
    box-shadow: inset 0px 4px 4px rgba(255, 255, 255, 0.61), inset 0px -4px 4px rgba(255, 255, 255, 0.57);
    border-radius: 10px;
    flex: none;
    order: 2;
    flex-grow: 0;
    z-index: 1005;
    pointer-events: auto;
}

.cta-button {
    display: flex;
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.cta-button span {
    width: 260px;
    height: 45px;
    font-family: 'Plus Jakarta Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 45px;
    display: flex;
    align-items: center;
    color: #000000;
    flex: none;
    order: 0;
    flex-grow: 0;
    position: relative;
    left: 40px;
}

    .cta-button .arrow-icon {
        width: 17px;
        height: 17px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex: none;
        order: 1;
        flex-grow: 0;
        position: relative;
        left: -110px;
        font-size: 1.5em;
    }


html {
  font-size: 14px;
  scroll-behavior: smooth;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Plus Jakarta Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #EFEFEF;
}

html {
  margin: 0;
  padding: 0;
}

.sbom-hq-page {
  position: relative;
  width: 1440px;
  height: 5300px;
  background: #EFEFEF;
  margin: 0 auto;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

.hero-section {
    position: absolute;
    width: 1440px;
    height: 764px;
    left: 50%;
    transform: translateX(-50%);
    top: -65px;
    border-radius: 100px;
    overflow: hidden;
    z-index: 1003;
}


.warning-2 {
  position: absolute;
  width: 66px;
  height: 66px;
  left: 98px;
  top: 635px;
  background-image: url('../images/warning-2.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1005;
}

.recent-vulnerabilities-text {
  position: absolute;
  width: 331px;
  height: 58px;
  left: 180px;
  top: 655px;
  font-family: 'Plus Jakarta Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
  z-index: 1006;
}

.sbom-tagline-text {
  position: absolute;
  width: 100%;
  max-width: 1200px;
  height: 19px;
  left: 50%;
  transform: translateX(-50%);
  top: 726px;
  font-family: 'Plus Jakarta Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.2em;
  color: #FFFFFF;
  mix-blend-mode: normal;
  z-index: 1009;
  white-space: nowrap;
  overflow: visible;
}

.text-see-how-sbom {
  position: absolute;
  width: 754px;
  height: 95px;
  left: calc(50% - 754px/2);
  top: 1640px;
  font-family: 'Plus Jakarta Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 43px;
  line-height: 45px;
  text-align: center;
  background: linear-gradient(90deg, #171717 0%, #3131B6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  z-index: 1008;
}

.hero-content {
  position: relative;
  z-index: 1004;
  color: white;
}

.hero-main-title {
  position: absolute;
  width: 331px;
  height: 90px;
  left: 193px;
  top: 240px;
}
    .hero-main-title h1 {
        font-family: 'Plus Jakarta Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 43px;
        line-height: 45px;
        color: #FFFFFF;
    }

    .hero-main-title p {
        font-family: 'Plus Jakarta Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        color: #FFFFFF;
        mix-blend-mode: normal;
        padding-top: 10px;
        width: 400px;
    }

.hero-features {
    position: absolute;
    top: 55px;
    z-index: 3;
}

.feature-badge {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 13px 23px 13px 16px;
  gap: 10px;
  background-image: url('../images/feature-bubble.webp');
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  background: rgba(255, 255, 255, 0.1);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-left: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 300px;
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  /* Smooth rendering properties */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  image-rendering: auto;
  /* Add subtle shadow to help with edge definition */
  box-shadow: 0 0 0 0.5px rgba(255, 255, 255, 0.1);
  /* Ensure proper compositing */
  isolation: isolate;
}

.feature-badge:nth-child(1) {
  width: 276px;
  height: 73px;
  left: 660px;
  top: 260px;
}

.feature-badge:nth-child(2) {
  width: 245px;
  height: 73px;
  left: 885px;
  top: 320px;
}

.feature-badge:nth-child(3) {
  width: 238px;
  height: 73px;
  left: 1045px;
  top: 260px;
}

.feature-badge:nth-child(4) {
  width: 268px;
  height: 72px;
  left: 670px;
  top: 375px;
}

.feature-badge:nth-child(5) {
  width: 264px;
  height: 73px;
  left: 1090px;
  top: 360px;
}

.feature-badge:nth-child(6) {
  width: 249px;
  height: 73px;
  left: 905px;
  top: 420px;
}
.feature-badge:nth-child(7) {
        width: 294px;
        height: 74px;
        left: 840px;
        top: 195px;
}

/* Circular position swapping animation for feature badges (excluding the "Always up to date" one) */
.feature-badge:not(:nth-child(2)) {
    transition: all 0.25s ease;
    z-index: 1;
}

/* Ensure stationary badge stays on top */
.feature-badge:nth-child(2) {
    z-index: 10;
}


/* Create continuous circular flow animations with 4-second pauses between each movement */
@keyframes continuousFlow1 {
    0% { left: 660px; top: 260px; z-index: 1; }
    8% { left: 840px; top: 195px; z-index: 2; }
    20% { left: 840px; top: 195px; z-index: 2; }
    28% { left: 1045px; top: 260px; z-index: 3; }
    40% { left: 1045px; top: 260px; z-index: 3; }
    48% { left: 1090px; top: 360px; z-index: 4; }
    60% { left: 1090px; top: 360px; z-index: 4; }
    68% { left: 905px; top: 420px; z-index: 5; }
    80% { left: 905px; top: 420px; z-index: 5; }
    88% { left: 670px; top: 375px; z-index: 6; }
    100% { left: 670px; top: 375px; z-index: 6; }
}

@keyframes continuousFlow3 {
    0% { left: 1045px; top: 260px; z-index: 3; }
    8% { left: 1090px; top: 360px; z-index: 4; }
    20% { left: 1090px; top: 360px; z-index: 4; }
    28% { left: 905px; top: 420px; z-index: 5; }
    40% { left: 905px; top: 420px; z-index: 5; }
    48% { left: 670px; top: 375px; z-index: 6; }
    60% { left: 670px; top: 375px; z-index: 6; }
    68% { left: 660px; top: 260px; z-index: 1; }
    80% { left: 660px; top: 260px; z-index: 1; }
    88% { left: 840px; top: 195px; z-index: 2; }
    100% { left: 840px; top: 195px; z-index: 2; }
}

@keyframes continuousFlow4 {
    0% { left: 670px; top: 375px; z-index: 6; }   
    8% { left: 660px; top: 260px; z-index: 1; }
    20% { left: 660px; top: 260px; z-index: 1; }
    28% { left: 840px; top: 195px; z-index: 2; }
    40% { left: 840px; top: 195px; z-index: 2; }
    48% { left: 1045px; top: 260px; z-index: 3; }
    60% { left: 1045px; top: 260px; z-index: 3; }
    68% { left: 1090px; top: 360px; z-index: 4; }
    80% { left: 1090px; top: 360px; z-index: 4; }
    88% { left: 905px; top: 420px; z-index: 5; }
    100% { left: 905px; top: 420px; z-index: 5; }
}

@keyframes continuousFlow5 {
    0% { left: 1090px; top: 360px; z-index: 4; }
    8% { left: 905px; top: 420px; z-index: 5; }
    20% { left: 905px; top: 420px; z-index: 5; }
    28% { left: 670px; top: 375px; z-index: 6; }
    40% { left: 670px; top: 375px; z-index: 6; }
    48% { left: 660px; top: 260px; z-index: 1; }
    60% { left: 660px; top: 260px; z-index: 1; }
    68% { left: 840px; top: 195px; z-index: 2; }
    80% { left: 840px; top: 195px; z-index: 2; }
    88% { left: 1045px; top: 260px; z-index: 3; }
    100% { left: 1045px; top: 260px; z-index: 3; }
}

@keyframes continuousFlow6 {
    0% { left: 905px; top: 420px; z-index: 5; }
    8% { left: 670px; top: 375px; z-index: 6; }
    20% { left: 670px; top: 375px; z-index: 6; }
    28% { left: 660px; top: 260px; z-index: 1; }
    40% { left: 660px; top: 260px; z-index: 1; }
    48% { left: 840px; top: 195px; z-index: 2; }
    60% { left: 840px; top: 195px; z-index: 2; }
    68% { left: 1045px; top: 260px; z-index: 3; }
    80% { left: 1045px; top: 260px; z-index: 3; }
    88% { left: 1090px; top: 360px; z-index: 4; }
    100% { left: 1090px; top: 360px; z-index: 4; }
}

@keyframes continuousFlow7 {
    0% { left: 840px; top: 195px; z-index: 2; }
    8% { left: 1045px; top: 260px; z-index: 3; }
    20% { left: 1045px; top: 260px; z-index: 3; }
    28% { left: 1090px; top: 360px; z-index: 4; }
    40% { left: 1090px; top: 360px; z-index: 4; }
    48% { left: 905px; top: 420px; z-index: 5; }
    60% { left: 905px; top: 420px; z-index: 5; }
    68% { left: 670px; top: 375px; z-index: 6; }
    80% { left: 670px; top: 375px; z-index: 6; }
    88% { left: 660px; top: 260px; z-index: 1; }
    100% { left: 660px; top: 260px; z-index: 1; }
}

/* Apply continuous flow animations with smooth easing */
.feature-badge:nth-child(1) {
    animation: continuousFlow1 28s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}

.feature-badge:nth-child(3) {
    animation: continuousFlow3 28s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}

.feature-badge:nth-child(4) {
    animation: continuousFlow4 28s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}

.feature-badge:nth-child(5) {
    animation: continuousFlow5 28s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}

.feature-badge:nth-child(6) {
    animation: continuousFlow6 28s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}

.feature-badge:nth-child(7) {
    animation: continuousFlow7 28s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}

.feature-icon {
  width: 40px;
  height: 40px;
  flex: none;
  order: 0;
  flex-grow: 0;
  position: relative;
  left: 10px;
}

.feature-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}


.vulnerability-alert {
  position: absolute;
  width: 873px;
  height: 65px;
  left: 466px;
  top: 635px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 13px 13px 13px 16px;
  background: rgba(255, 255, 255, 0.23);
  border: 0.75px solid #FFFFFF;
  border-radius: 300px;
  z-index: 3;
}

.vulnerability-indicator {
    width: 28px;
    height: 28px;
    background: #FF0000;
    border-radius: 50%;
    flex: none;
    order: 0;
    flex-grow: 0;
    position: absolute;
    left: 20px;
}

.vulnerability-content {
    padding-left: 30px;
    padding-right: 110px;
    color: white;
    font-size: 0.9rem;
    margin: 0;
    flex: 1;
}

.vulnerability-actions {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0px;
    gap: 5px;
    width: auto;
    height: 18px;
    flex: none;
    order: 1;
    flex-grow: 0;
    position: absolute;
    left: 740px;
}

.action-dot {
  width: 18px;
  height: 18px;
  border: 2px solid #DFF24B;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

/* Position action-dot elements - first 5 positions */
.action-dot:nth-child(1),
.action-dot:nth-child(6),
.action-dot:nth-child(11),
.action-dot:nth-child(16),
.action-dot:nth-child(21) {
  position: absolute;
  left: 0px;
}

.action-dot:nth-child(2),
.action-dot:nth-child(7),
.action-dot:nth-child(12),
.action-dot:nth-child(17),
.action-dot:nth-child(22) {
  position: absolute;
  left: 23px;
}

.action-dot:nth-child(3),
.action-dot:nth-child(8),
.action-dot:nth-child(13),
.action-dot:nth-child(18),
.action-dot:nth-child(23) {
  position: absolute;
  left: 46px;
}

.action-dot:nth-child(4),
.action-dot:nth-child(9),
.action-dot:nth-child(14),
.action-dot:nth-child(19),
.action-dot:nth-child(24) {
  position: absolute;
  left: 69px;
}

.action-dot:nth-child(5),
.action-dot:nth-child(10),
.action-dot:nth-child(15),
.action-dot:nth-child(20),
.action-dot:nth-child(25) {
  position: absolute;
  left: 92px;
}

.action-dot.active {
  background: #DFF24B;
}

.action-dot:hover {
  border-color: #FFFFFF;
  transform: scale(1.1);
}

.vector-1 {
    position: absolute;
    width:171px;
    height: 7px;
    left: 345px;
    top: 328px;
    background-image: url('../images/Vector-1.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(1.65deg);
}


.yellow-banner {
    position: absolute;
    width: 1040px;
    height: 95px;
    left: calc(50% - 1040px/2);
    top: 814px;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 43px;
    line-height: 45px;
    text-align: center;
    background: linear-gradient(90deg, #171717 0%, #3131B6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.why-section {
    position: absolute;
    width: 890px;
    height: 103px;
    left: calc(50% - 890px/2);
    top: 925px;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    mix-blend-mode: normal;
}

.badge {
    position: absolute;
    width: 250px;
    height: 45px;
    left: calc(50% - 250px/2);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 13px 16px;
    gap: 10px;
    background: #DFF24B;
    border-radius: 300px;
    z-index: 3;
}

.why-badge {
    top: 763px;
}

.badge span {
  width: 250px;
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #000000;
}

.features-grid {
  position: absolute;
  width: 1232px;
  height: 446px;
  left: 50%;
  transform: translateX(-50%);
  top: 1057px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 25px;
  z-index: 3;
}

.feature-card {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 25px 27px;
  gap: 10px;
  width: 394px;
  height: 446px;
  background: rgba(228, 228, 228, 0.9);
  border: 1px solid #D2D2D2;
  backdrop-filter: blur(2px);
  border-radius: 46px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.feature-card:nth-child(2) {
  order: 1;
}

.feature-card:nth-child(3) {
  order: 2;
}

.feature-card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 0px;
  gap: 35px;
  width: 340px;
  height: 396px;
}

.feature-card-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 19px;
  width: 340px;
  height: 129px;
}

.feature-card h3 {
  width: 315px;
  height: 38px;
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 25px;
  color: #000000;
  margin: 0;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.feature-card p {
  width: 340px;
  height: 72px;
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  margin: 0;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.feature-visual {
    width: 336px;
    height: 232px;
    border-radius: 24px;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.fv1 {
    background-image: url('../images/why-1.webp');
}

.fv2 {
    background-image: url('../images/why-2.webp');
}

.fv3 {
    background-image: url('../images/why-3.webp');
}

.video-section {
    position: absolute;
    width: 890px;
    height: 76px;
    left: calc(50% - 890px/2);
    top: 1751px;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    mix-blend-mode: normal;
}


.video-badge {
    top: 1589px;
}

.video-frame {
    position: absolute;
    width: 914px;
    height: 481px;
    left: calc(50% - 914px/2 - 2px);
    top: 1907px;
    background-image: url('../images/Frame_Video.webp');
    border: 1px solid #D2D2D2;
    backdrop-filter: blur(2px);
    border-radius: 46px;
    z-index: 3;
    overflow: hidden;
    cursor: pointer;
}
.video-container {
    position: absolute;
    width: 851px;
    height: 425px;
    left: calc(50% - 851px/2 + 0.5px);
    top: calc(50% - 425px/2);
    border-radius: 24px;
    z-index: 3;
    overflow: hidden;
    cursor: pointer;
}


.video-preview {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
    background: url('../images/video-preview.webp');
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
    background: url('../images/video-preview.webp');
}

.video-container:hover .video-overlay {
  background: rgba(0, 0, 0, 0.5);
}

.play-button {
  position: absolute;
  width: 84px;
  height: 84px;
  left: calc(50% - 84px/2);
  top: calc(50% - 84px/2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.play-button:hover {
  transform: scale(1.1);
}

.play-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Fullscreen Video Modal */
.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-modal-content {
  position: relative;
  width: 90%;
  height: 90%;
  max-width: 1200px;
  max-height: 800px;
}

.video-close {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  color: white;
  font-size: 30px;
  cursor: pointer;
  z-index: 10001;
  padding: 5px 10px;
  transition: color 0.3s ease;
}

.video-close:hover {
  color: #DFF24B;
}

#fullscreenVideo {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.demo-button {
  position: absolute;
  width: 200px;
  height: 51px;
  left: calc(50% - 200px/2 + 0.5px);
  top: 1827px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 3px 17px 3px 22px;
  gap: 19px;
  background: #DFF24B;
  border-radius: 40px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 3;
}

.demo-button span {
  width: 120px;
  height: 45px;
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 45px;
  display: flex;
  align-items: center;
  color: #000000;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.demo-button:hover {
  background: #c9d83a;
  transform: translateY(-2px);
}

.how-it-works-section {
  position: absolute;
  width: 1440px;
  height: 791.86px;
  left: 50%;
  transform: translateX(-50%);
  top: 2423px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 0px;
  gap: 26px;
  z-index: 3;
}

.how-it-works-header {
  width: 1170px;
  height: 255.86px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
  gap: 31px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.how-it-works-badge {
    width: 250px;
    height: 45px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 13px 16px;
    gap: 10px;
    background: #DFF24B;
    border-radius: 300px;
    z-index: 3;
    color: #000000;
}

.how-it-works-badge span {
    width: 250px;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
}

.how-it-works-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 25px;
    width: 1170px;
    height: 168.68px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}

@-moz-document url-prefix() {
    .how-it-works-content {
        position: relative;
        top: 20px;
    }
}

.how-it-works-white
{
    background-color: white;
}
.how-it-works-gradient {
    background: linear-gradient(90deg, #171717 0%, #3131B6 100%);
}

.how-it-works-title {
  width: 1170px;
  height: 95px;
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 43px;
  line-height: 45px;
  text-align: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

.how-it-works-description {
  width: 1170px;
  height: 57.68px;
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000000;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}


.process-steps {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 19px 10px 19px 19px;
  gap: 20px;
  width: 1440px;
  height: 414px;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
  position: relative;
  top: 0px;
  left: 30px;
}

.process-step {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 36px 34px;
  gap: 93px;
  width: 320px;
  height: 376px;
  flex: none;
  order: 0;
  flex-grow: 0;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 2.0s ease !important;
}

.process-step-orange {
    background-image: url('../images/how-it-works-orange.webp');
}

.process-step-orange-small {
    background-image: url('../images/how-it-works-orange-small.webp');
    width: 329px;
    height: 313px;
    top: 64px;
}

.process-step-light-blue {
    background-image: url('../images/how-it-works-light-blue.webp');
    order: 1;
}
.process-step-light-blue-small {
    background-image: url('../images/how-it-works-light-blue-small.webp');
    order: 1;
    width: 329px;
    height: 313px;
    top: 64px
}

.process-step-dark-blue {
    background-image: url('../images/how-it-works-dark-blue.webp');
    order: 2;
}
.process-step-dark-blue-small {
    background-image: url('../images/how-it-works-dark-blue-small.webp');
    order: 2;
    width: 329px;
    height: 313px;
    top: 64px
}
.process-step-green {
    background-image: url('../images/how-it-works-green.webp');
    order: 3;
}
.process-step-green-small {
    background-image: url('../images/how-it-works-green-small.webp');
    order: 3;
    width: 329px;
    height: 313px;
    top: 64px
}

.how-it-works-screenshot {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 660px;
    height: 363px;
    mix-blend-mode: normal;
    border-radius: 34px;
    flex: none;
    order: 3;
    flex-grow: 0;
    z-index: 3;
}

.how-it-works-screenshot-orange {
    background-image: url('../images/how-it-works-screenshot-orange.webp');
  left: 385px;
  top: 2680px;
}

.how-it-works-screenshot-light-blue {
    background-image: url('../images/how-it-works-screenshot-light-blue.webp');
    left: 735px;
    top: 2680px;
}

.how-it-works-screenshot-dark-blue {
    background-image: url('../images/how-it-works-screenshot-dark-blue.webp');
    left: 35px;
    top: 2680px;
}

.how-it-works-screenshot-green {
    background-image: url('../images/how-it-works-screenshot-green.webp');
    left: 385px;
    top: 2680px;
}

.team-visual {
  position: absolute;
  width: 336px;
  height: 232px;
  left: 37px;
  top: 168px;
  border-radius: 24px;
}

.team-visual-1 {
    background-image: url('../images/designed-for-1.webp');
}

.team-visual-2 {
    background-image: url('../images/designed-for-2.webp');
}

.team-visual-3 {
    background-image: url('../images/designed-for-3.webp');
}

.team-visual-4 {
    background-image: url('../images/designed-for-4.webp');
}

.team-visual-5 {
    background-image: url('../images/designed-for-5.webp');
}

.process-step h3 {
  width: 252px;
  height: 30px;
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 28px;
  color: white;
  margin: 0;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}


.step-icon {
    position: absolute;
    width: 44px;
    height: 44px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 4;
    left: 20px;
    top: 20px;
}

.step-icon-1 {
  background-image: url('../images/step-icon-1.webp');
}

.step-icon-2 {
  background-image: url('../images/step-icon-2.webp');
}

.step-icon-3 {
  background-image: url('../images/step-icon-3.webp');
}

.step-icon-4 {
  background-image: url('../images/step-icon-4.webp');
}

.step-content {
    position: relative;
    padding-top: 20px;
    top: 30px;
    left: 20px;
    width:250px;
    color: white;
    transition: top 1.0s ease !important;
}

.step-inner-content
{
    padding-top: 17px;
    font-size : 14px;
}

/* Apply transition to all step elements by default */
.process-step .step-icon,
.process-step div {
  transition: opacity 0.75s ease;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.hidden-step {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.75s ease, visibility 0s 0.75s;
}

/* Hovering area captures all mouse input */
.process-step-hoveringarea {
  pointer-events: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 390px;
  height: 400px;
}

/* Children don't receive mouse input */
.process-step-hoveringarea * {
  pointer-events: none;
}


.how-it-works-section {
  position: relative;
}

.how-it-works-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.75s ease;
  z-index: -1;
  background: linear-gradient(135deg, #FF5100 0%, #EDB100 100%);
}

.how-it-works-section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.75s ease;
  z-index: -1;
  background: linear-gradient(135deg, #005CFB 0%, #36B5FF 100%);
}

.how-it-works-section-orange::before {
  opacity: 1;
}

.how-it-works-section-light-blue::after {
  opacity: 1;
}

.how-it-works-section-dark-blue::after {
  background: linear-gradient(135deg, #040476 0%, #2F2FB2 100%);
  opacity: 1;
}

.how-it-works-section-green::after {
  background: linear-gradient(135deg, #1B5E00 0%, #419220 100%);
  opacity: 1;
}

.designed-for-section {
  position: absolute;
  width: 1440px;
  height: 90px;
  left: 50%;
  transform: translateX(-50%);
  top: 3297px;
  z-index: 3;
}

.designed-for-title {
  position: absolute;
  width: 840px;
  height: 95px;
  left: calc(50% - 840px/2);
  top: 0px;
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 43px;
  line-height: 45px;
  text-align: center;
  background: linear-gradient(90deg, #171717 0%, #3131B6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.designed-for-badge {
    top: 3246px;
}

.teams-grid {
  position: absolute;
  width: 1250px;
  height: 885px;
  left: 50%;
  transform: translateX(-50%);
  top: 3456px;
  z-index: 3;
}

.team-card {
  box-sizing: border-box;
  position: absolute;
  width: 400px;
  height: 430px;
  background: rgba(228, 228, 228, 0.9);
  border: 1px solid #D2D2D2;
  backdrop-filter: blur(2px);
  border-radius: 46px;
}

.team-card h3 {
        position: absolute;
        width: 277px;
        height: 28px;
        left: calc(50% - 277px/2 - 28.5px);
        top: 31px;
        font-family: 'Plus Jakarta Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 23px;
        line-height: 28px;
        color: #000000;
}

    .team-card p {

        position: absolute;
        width: 340px;
        height: 72px;
        left: calc(50% - 340px/2 + 3px);
        top: 66px;
        font-family: 'Plus Jakarta Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        color: #000000;
        mix-blend-mode: normal;
    }

.team-card:nth-child(1) {
  left: 0px;
  top: 0px;
}

.team-card:nth-child(2) {
  left: 425px;
  top: 0px;
}

.team-card:nth-child(3) {
  left: 850px;
  top: 0px;
}

.team-card:nth-child(4) {
  left: 215px;
  top: 455px;
}

.team-card:nth-child(5) {
  left: 640px;
  top: 455px;
}


.contact-section {
  position: absolute;
  width: 1440px;
  height: 601px;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 3;
}

.contact-badge {
    top: 4462px;
}

.contact-form {
  position: absolute;
  width: 482px;
  height: 51px;
  left: calc(50% - 482px/2);
  top: 5060px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 3px 17px 3px 22px;
  gap: 19px;
  background: #DFF24B;
  border-radius: 46px;
  z-index: 3;
}

.submit-button {
    width: 390px;
    height: 45px;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 0px;
    display: flex;
    color: #000000;
    background: none;
    border: none;
    cursor: pointer;
    flex: none;
    order: 0;
    flex-grow: 0;
    z-index: 0;
    vertical-align: middle;
    line-height: 1;
}
.submit-text {
    width: 120px;
    height: 15px;
    position: relative;
    left: 125px;
    top: 15px;
    font-size: 14px;
}

.form-field {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 14px 25px 11px;
  gap: 15px;
  background: #FFFFFF;
  border: 1px solid #D2D2D2;
  border-radius: 46px;
  position: absolute;
}
.first-name {
    left: 480px;
    top: 4520px;
    width: 185px;
    height: 55px;
}

.last-name {
    left: 675px;
    top: 4520px;
    width: 285px;
    height: 55px;
}

.email {
  width: 480px;
  height: 55px;
  left: 480px;
  top: 4590px;
}

.company-name {
    width: 480px;
    height: 55px;
    left: 480px;
    top: 4661px;
}

.job-title {
    width: 480px;
    height: 55px;
    left: 480px;
    top: 4731px;
}

.phone {
  width: 480px;
  height: 55px;
  left: 480px;
  top: 4801px;
}

.country {
    width: 480px;
    height: 55px;
    left: 480px;
    top: 4871px;
}

.reason {
    width: 480px;
    height: 55px;
    left: 480px;
    top: 4937px;
}

.form-field input,
.form-field select {
  width: 100%;
  height: 24px;
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #000000;
  background: none;
  border: none;
  outline: none;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

.footer-section {
  position: absolute;
  width: 1440px;
  height: 160px;
  left: 0px;
  top: 5149px;
  background-image: url('../images/Footer.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 3;
}

.footer-content {
  position: absolute;
  width: 585px;
  height: 36px;
  left: 426.02px;
  top: 113px;
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  color: #FFFFFF;
}

.legal-links {
  position: absolute;
  width: 400px;
  left: calc(50% - 200px);
  top: 5005px;
  text-align: center;
  z-index: 4;
}

.legal-links-text {
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 1.4;
}

.legal-links-text a {
  color: #0d6efd;
  text-decoration: none;
  font-weight: 500;
}

.legal-links-text a:hover {
  text-decoration: underline;
  color: #0a58ca;
}

/* Legal Pages Common Styles */
.legal-content {
  line-height: 1.6;
  font-size: 14px;
}

.legal-content h1, .legal-content h2, .legal-content h3 {
  color: #333;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.legal-content p {
  margin-bottom: 1rem;
}

.legal-content ul, .legal-content ol {
  margin-bottom: 1rem;
  padding-left: 2rem;
}

.legal-content li {
  margin-bottom: 0.5rem;
}

.contact-info {
  background-color: #f8f9fa;
  padding: 1.5rem;
  border-radius: 0.375rem;
  border-left: 4px solid #0d6efd;
  margin-top: 2rem;
}

.contact-info p {
  margin-bottom: 0.5rem;
}

.contact-info a {
  color: #0d6efd;
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: underline;
}

.cookie-consent-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  border-top: 3px solid #0d6efd;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  padding: 20px;
  max-height: 300px;
  overflow-y: auto;
}

.cookie-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.cookie-text {
  flex: 1;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.cookie-text h4 {
  margin: 0 0 10px 0;
  color: #333;
  font-size: 18px;
  font-weight: 600;
}

.cookie-text p {
  margin: 0 0 8px 0;
  color: #666;
  font-size: 14px;
  line-height: 1.4;
}

.cookie-text a {
  color: #0d6efd;
  text-decoration: none;
  font-weight: 500;
}

.cookie-text a:hover {
  text-decoration: underline;
}

.cookie-actions {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.cookie-accept-btn {
  background: #0d6efd;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
  min-width: 100px;
}

.cookie-accept-btn:hover {
  background: #0a58ca;
}

.cookie-accept-btn:active {
  background: #084298;
}

@media (max-width: 768px) {
  .cookie-content {
    flex-direction: column;
    gap: 15px;
  }
  
  .cookie-actions {
    align-self: stretch;
  }
  
  .cookie-accept-btn {
    width: 100%;
  }
  
  .cookie-text h4 {
    font-size: 16px;
  }
  
  .cookie-text p {
    font-size: 13px;
  }
}

.footer-logo {
  position: absolute;
  width: 264.45px;
  height: 75px;
  left: 590px;
  top: 25px;
  background-image: url('../images/footer-logo.webp');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.contact-message {
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 8px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-success {
    background-color: #d1edff;
    color: #0c5460;
    border-left: 4px solid #28a745;
    position: absolute;
    top: 4390px;
    width: 650px;
    left: calc(50% - 650px/2);
}

.contact-error {
    background-color: #f8d7da;
    color: #721c24;
    border-left: 4px solid #dc3545;
    position: absolute;
    top: 4390px;
    left: calc(50% - 650px/2);
}

.contact-message i {
    font-size: 18px;
}

/* Vulnerability indicator colors */
.vulnerability-indicator.vulnerability-red {
    background-color: #dc3545 !important; /* Red */
}

.vulnerability-indicator.vulnerability-orange {
    background-color: #fd7e14 !important; /* Orange */
}

.vulnerability-indicator.vulnerability-yellow {
    background-color: #ffc107 !important; /* Yellow */
}

.vulnerability-indicator.vulnerability-green {
    background-color: #28a745 !important; /* Green */
}

.vulnerability-link {
    color: #FFFFFF;
    text-decoration: none;
    transition: color 0.3s ease;
}

.vulnerability-link:hover {
    color: #DFF24B;
    text-decoration: underline;
}

.vulnerability-link:visited {
    color: #FFFFFF;
}

.vulnerability-link:active {
    color: #DFF24B;
}

.text-link {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.text-link:hover,
.text-link:focus {
  color: inherit;
  text-decoration: underline;
}

.text-link:active,
.text-link:visited {
  color: inherit;
  text-decoration: none;
}