﻿.growth-solution-section {
  width: 100%;
  align-items: center;
}

.section-logo-marquee {
  width: 100%;
  padding: 26px 0;
  background: #000;
  overflow: hidden;
}

.section-logo-marquee .marquee-container {
  width: 100%;
}

.section-logo-marquee .marquee-track {
  align-items: center;
}

.section-logo-marquee .marquee-list {
  align-items: center;
}

.section-logo-marquee .marquee-item {
  display: flex;
  align-items: center;
}

.section-logo-marquee .marquee-image {
  display: block;
  width: auto;
  max-height: 42px;
}

.section-logo-marquee .marquee-mask {
  background-image: linear-gradient(90deg, #000 0, rgba(0, 0, 0, 0) 6%, rgba(0, 0, 0, 0) 94%, #000 100%);
  pointer-events: none;
}

.growth-solution-section .hero-section-title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  margin: 0 auto 20px;
}

.growth-solution-section .home-section-title,
.growth-solution-section .home-subtitle {
  text-align: center;
}

.about-index-faq-cta .container-x-small-2 {
  max-width: 72rem;
}

.about-index-faq-cta .cta-header-2 {
  max-width: 72rem;
}

.about-index-faq-cta .column-regular-2.column-center {
  width: 100%;
  align-items: stretch;
}

.about-index-faq-slot {
  width: 100%;
  margin-bottom: 1.5rem;
}

.about-index-faq-slot .section-faq {
  padding-top: 0;
  padding-bottom: 0;
}

.about-index-faq-slot .container-wrapper {
  width: 100%;
}

.about-index-faq-slot .home-subtitle {
  text-align: center;
}

.about-index-faq-slot .collection-list-wrapper-11 {
  max-width: 100%;
}

.about-index-faq-slot .home-faq-wrapper {
  width: 100%;
}

.about-index-faq-cta .timeline-buttons-top-2 {
  padding-top: 0;
}

.section-services {
  padding: 24px 0 10px;
  background:
    radial-gradient(circle at 100% 0, rgba(0, 195, 182, 0.12), transparent 30%),
    radial-gradient(circle at 0 100%, rgba(94, 42, 238, 0.1), transparent 34%),
    linear-gradient(180deg, #0c0e25, #0c0e25);
}

.section-services .container-wrapper,
.section-service-details .container-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-services .hero-section-title-wrapper,
.section-service-details .hero-section-title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  margin: 0 auto 20px;
}

.section-services .home-section-title,
.section-service-details .home-section-title {
  text-align: center;
}

.section-services .home-subtitle {
  text-align: center;
}

.section-services .services-subtext {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 1.1em;
}

.section-service-details {
  padding: 8px 0 22px;
  background:
    radial-gradient(circle at 100% 100%, rgba(0, 195, 182, 0.12), transparent 30%),
    radial-gradient(circle at 0 0, rgba(94, 42, 238, 0.1), transparent 34%),
    linear-gradient(180deg, #0c0e25, #0c0e25);
}

.section-service-details .home-subtitle {
  text-align: center;
}

.section-service-details .service-details-subtext {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 1.1em;
}

.service-details-list {
  display: grid;
  width: 100%;
  gap: 16px;
  margin-top: 36px;
}

.service-details-card {
  padding: 26px 28px;
  border-radius: 16px;
  border: 0;
  background: linear-gradient(135deg, rgba(22, 28, 70, 0.96), rgba(17, 23, 61, 0.96) 58%, rgba(20, 48, 89, 0.92));
  box-shadow: none;
  overflow: hidden;
}

.service-details-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.service-details-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  color: #ffffff;
  flex: none;
  flex-shrink: 0;
}

.service-details-icon svg {
  width: 19px;
  height: 19px;
  stroke-width: 1.9;
}

.service-details-card:nth-child(1) .service-details-icon { background-color: #4053C1; }
.service-details-card:nth-child(2) .service-details-icon { background-color: #7D33D6; }
.service-details-card:nth-child(3) .service-details-icon { background-color: #0E9F7E; }
.service-details-card:nth-child(4) .service-details-icon { background-color: #C2590A; }

.service-details-title {
  color: var(--button-text);
  font-family: Avenirnext, Arial, sans-serif;
  font-size: clamp(18px, 1.4vw, 24px);
  font-weight: 600;
  line-height: 1em;
  letter-spacing: -0.02em;
}

.service-details-text {
  color: #ececec;
  font-family: Avenirnext, Arial, sans-serif;
  font-size: clamp(15px, 1.08vw, 18px);
  line-height: 1.35em;
}

.service-details-points {
  margin: 14px 0 0;
  padding-left: 1.2rem;
  color: #ececec;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.service-details-points li {
  font-family: Avenirnext, Arial, sans-serif;
  font-size: clamp(14px, 1vw, 17px);
  line-height: 1.35em;
}

.service-details-points strong {
  color: var(--button-text);
  font-weight: 600;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 100%;
  gap: 18px;
  margin-top: 36px;
}

.services-card {
  display: grid;
  grid-template-columns: 32px 1fr;
  column-gap: 14px;
  row-gap: 0;
  align-items: start;
  align-content: start;
  min-height: 262px;
  padding: 28px 22px 24px;
  border-radius: 16px;
  border: 0;
  background: linear-gradient(135deg, rgba(22, 28, 70, 0.96), rgba(17, 23, 61, 0.96) 58%, rgba(20, 48, 89, 0.92));
  box-shadow: none;
  overflow: hidden;
}

.services-card-icon {
  grid-column: 1;
  grid-row: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  width: 32px;
  height: 32px;
}

.services-card-icon-image {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.services-card-title {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  color: var(--button-text);
  font-family: Avenirnext, Arial, sans-serif;
  font-size: clamp(18px, 1.4vw, 24px);
  font-weight: 600;
  line-height: 1.1em;
  letter-spacing: -0.02em;
}

.services-card-text {
  grid-column: 1 / -1;
  margin-top: 30px;
  color: #ececec;
  font-family: Avenirnext, Arial, sans-serif;
  font-size: clamp(14px, 1.08vw, 17px);
  line-height: 1.45em;
}

.growth-solution-intro {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.growth-solution-subtitle {
  color: var(--p_text);
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  font-family: Avenirnext, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.1em;
}

.growth-solution-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  gap: 0;
  margin-top: 36px;
  border: 0;
  border-radius: 16px;
  background-color: #14173e;
  background-image: url(../images/ui/we-are-different-bg.webp);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: none;
  overflow: hidden;
}

.growth-solution-card {
  position: relative;
  min-height: 240px;
  padding: 34px 34px 30px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.growth-solution-card::before {
  content: none;
}

.growth-solution-card::after {
  content: none;
}

.growth-solution-card:nth-child(1)::after,
.growth-solution-card:nth-child(2)::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  z-index: 2;
  pointer-events: none;
}

.growth-solution-card:nth-child(1)::after {
  left: 34px;
  right: 0;
  background: linear-gradient(
    90deg,
    rgba(125, 231, 255, 0),
    rgba(125, 231, 255, 0.22) 22%,
    rgba(125, 231, 255, 0.28) 100%
  );
}

.growth-solution-card:nth-child(2)::after {
  left: 0;
  right: 34px;
  background: linear-gradient(
    90deg,
    rgba(125, 231, 255, 0.28) 0,
    rgba(125, 231, 255, 0.22) 78%,
    rgba(125, 231, 255, 0)
  );
}

.growth-solution-card:nth-child(1),
.growth-solution-card:nth-child(3) {
  position: relative;
}

.growth-solution-card:nth-child(1) .growth-solution-card-inner::after,
.growth-solution-card:nth-child(3) .growth-solution-card-inner::after {
  content: "";
  position: absolute;
  right: -34px;
  width: 1px;
  z-index: 2;
  pointer-events: none;
}

.growth-solution-card:nth-child(1) .growth-solution-card-inner::after {
  top: 0;
  bottom: -30px;
  background: linear-gradient(
    180deg,
    rgba(125, 231, 255, 0),
    rgba(125, 231, 255, 0.22) 22%,
    rgba(125, 231, 255, 0.28) 100%
  );
}

.growth-solution-card:nth-child(3) .growth-solution-card-inner::after {
  top: -34px;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(125, 231, 255, 0.28) 0,
    rgba(125, 231, 255, 0.22) 78%,
    rgba(125, 231, 255, 0)
  );
}

.growth-solution-card-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 32px 1fr;
  column-gap: 14px;
  row-gap: 16px;
  align-items: start;
  height: 100%;
}

.growth-solution-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  flex-shrink: 0;
  color: #ffffff;
}

.growth-solution-icon svg {
  width: 19px;
  height: 19px;
  stroke-width: 1.9;
}

.growth-solution-card-title {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
}

.growth-solution-card-text,
.growth-solution-accent {
  grid-column: 1 / -1;
}

.growth-solution-card:nth-child(1) .growth-solution-icon { background-color: #4053C1; }
.growth-solution-card:nth-child(2) .growth-solution-icon { background-color: #7D33D6; }
.growth-solution-card:nth-child(3) .growth-solution-icon { background-color: #0E9F7E; }
.growth-solution-card:nth-child(4) .growth-solution-icon { background-color: #C2590A; }

.growth-solution-card-title {
  color: var(--button-text);
  font-family: Avenirnext, Arial, sans-serif;
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 600;
  line-height: 1.05em;
  letter-spacing: -0.02em;
}

.growth-solution-card-text {
  color: var(--p_text);
  /* max-width: 34ch; */
  font-family: Avenirnext, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.24em;
}

.growth-solution-accent {
  margin-top: auto;
  font-family: Inter, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(125, 231, 255, 0.74);
}

@media (max-width: 991px) {
  .growth-solution-section .hero-section-title-wrapper {
    margin-bottom: 16px;
  }

  .section-services .hero-section-title-wrapper,
  .section-service-details .hero-section-title-wrapper {
    margin-bottom: 16px;
  }

  .section-services .services-subtext,
  .section-service-details .service-details-subtext {
    max-width: 390px;
  }

  .service-details-card {
    padding: 24px 24px 22px;
  }

  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 32px;
  }

  .services-card {
    min-height: 232px;
    padding: 22px 20px;
  }

  .service-details-list {
    gap: 16px;
    margin-top: 32px;
  }

  .growth-solution-grid {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: none;
    overflow: hidden;
    border-radius: 16px;
  }

  .growth-solution-card {
    min-height: 220px;
    padding: 28px 28px 26px;
  }

  .growth-solution-subtitle {
    font-size: 18px;
  }

  .growth-solution-card-text {
    font-size: 16px;
  }

  .growth-solution-icon svg {
    width: 18px;
    height: 18px;
  }

  .growth-solution-card:nth-child(1)::after {
    left: 28px;
  }

  .growth-solution-card:nth-child(2)::after {
    right: 28px;
  }

  .growth-solution-card:nth-child(1) .growth-solution-card-inner::after,
  .growth-solution-card:nth-child(3) .growth-solution-card-inner::after {
    right: -28px;
  }

  .growth-solution-card:nth-child(1) .growth-solution-card-inner::after {
    bottom: -26px;
  }

  .growth-solution-card:nth-child(3) .growth-solution-card-inner::after {
    top: -28px;
  }
}

@media (max-width: 767px) {
  .section-logo-marquee {
    padding: 20px 0;
  }

  .section-logo-marquee .marquee-image {
    max-height: 34px;
  }

  .growth-solution-section .hero-section-title-wrapper {
    margin-bottom: 12px;
  }

  .section-service-details {
    padding-top: 6px;
    padding-bottom: 16px;
  }

  .service-details-list {
    gap: 14px;
    margin-top: 24px;
  }

  .service-details-card {
    padding: 20px 18px;
  }

  .service-details-header {
    align-items: flex-start;
  }

  .service-details-icon svg {
    width: 16px;
    height: 16px;
  }

  .section-services {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .section-services .hero-section-title-wrapper,
  .section-service-details .hero-section-title-wrapper {
    margin-bottom: 12px;
  }

  .section-services .services-subtext,
  .section-service-details .service-details-subtext {
    max-width: 280px;
    line-height: 1.2em;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 24px;
  }

  .services-card {
    min-height: unset;
    padding: 20px 18px;
  }

  .services-card-icon-image {
    width: 26px;
    height: 26px;
  }

  .growth-solution-grid {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .growth-solution-card:nth-child(1)::after,
  .growth-solution-card:nth-child(2)::after,
  .growth-solution-card:nth-child(1) .growth-solution-card-inner::after,
  .growth-solution-card:nth-child(3) .growth-solution-card-inner::after {
    display: none;
  }

  .growth-solution-card {
    min-height: unset;
    padding: 24px;
  }

  .growth-solution-subtitle {
    max-width: 92%;
    margin-top: -8px;
    font-size: 15px;
  }

  .growth-solution-icon svg {
    width: 16px;
    height: 16px;
  }
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.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;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.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;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.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;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.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;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.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;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.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;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.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;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.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;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7SUc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7SUc.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7SUc.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.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;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.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;
}

/* ── Media-logo fixes ───────────────────────────────────────────────────── */
/* The shared minified CSS sets opacity:.77 which dims white logos to grey.  */
/* Override to full opacity so logos render as pure white.                   */
.logos-off {
  opacity: 1 !important;
  filter: brightness(200%) grayscale(100%) !important;
  max-width: 210px !important;
  max-height: 38px !important;
}

@media screen and (max-width: 991px) {
  .logos-off {
    max-width: 170px !important;
    max-height: 36px !important;
  }
}

@media screen and (max-width: 767px) {
  .logos-off {
    max-width: 150px !important;
    max-height: 32px !important;
  }
}

@media screen and (max-width: 479px) {
  .logos-off {
    max-width: 130px !important;
    max-height: 29px !important;
  }
}

.footer-company-name {
  color: #fff !important;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: 1.2;
  white-space: nowrap;
}

.footer-brand-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 10px;
}

.footer-company-year {
  margin-top: 0 !important;
  width: auto !important;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.footer-brand-row .footer-new-logo {
  width: auto !important;
  margin-right: 0 !important;
  flex: 0 0 auto;
}

.footer.footernew .top-holder {
  display: grid;
  grid-template-columns: max-content max-content max-content;
  justify-content: space-between;
  align-items: start;
  column-gap: 88px;
  row-gap: 28px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.footer.footernew .column-sm {
  width: auto;
  min-width: 160px;
  max-width: 360px;
  justify-self: start;
}

.footer.footernew .footer-company-column {
  min-width: 150px;
}

.footer.footernew .footer-legal-column {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  column-gap: 34px;
  row-gap: 10px;
  min-width: 420px;
}

.footer.footernew .footer-legal-column .footer-new-nav-heading {
  grid-column: 1 / -1;
  justify-self: center;
  text-align: center;
}

.footer.footernew .footer-new-meta {
  width: max-content;
  max-width: 100%;
  margin-top: 26px;
  margin-left: auto;
  margin-right: auto;
}

.footer.footernew .footer-brand-top {
  margin-top: 50px;
  margin-bottom: 0;
  margin-left: -20px;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  align-self: start;
  justify-self: start;
}

.footer.footernew .footer-brand-top .footer-logo-gird {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}

.footer.footernew .footer-brand-row {
  justify-content: flex-start;
}

.footer.footernew .bottom-holder {
  padding-top: 26px;
}

@media screen and (max-width: 767px) {
  .footer-company-name {
    font-size: 20px;
  }

  .footer-company-year {
    font-size: 15px;
  }

  .footer.footernew .top-holder {
    grid-auto-flow: row;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 28px;
    width: 100%;
    max-width: 420px;
    justify-content: center;
    justify-items: stretch;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer.footernew .column-sm,
  .footer.footernew .footer-company-column,
  .footer.footernew .footer-legal-column {
    min-width: 0;
    max-width: 100%;
    width: 100%;
    justify-self: stretch;
    text-align: center;
  }

  .footer.footernew .footer-legal-column {
    grid-template-columns: 1fr;
    row-gap: 12px;
  }

  .footer.footernew .footer-legal-column .footer-new-nav-heading {
    grid-column: auto;
    justify-self: center;
    text-align: center;
  }

  .footer.footernew .footer-new-meta {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }

  .footer.footernew .footer-brand-top {
    margin-top: 0;
    margin-left: 0;
    grid-column: 1 / -1;
    justify-self: center;
    width: 100%;
  }

  .footer.footernew .footer-brand-row {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 6px;
  }

  .footer.footernew .bottom-holder {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
  }

  .footer.footernew .bottom-holder .div-block-117 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }

  .footer.footernew .bottom-holder .text-wapper {
    align-self: stretch;
    text-align: center;
  }
}

.social-share-for-blogpost,
.social-share-card,
.social-share-card-copy,
.design-system-infiniti--social-share-card-copy,
.share-post,
.share-blog-post-block,
.social-share,
#facebook-share-button,
#twitter-share-button,
#linkedin-share-button {
  display: none !important;
}

.brand-2,
.brand-2.landingpg {
  width: fit-content !important;
  max-width: fit-content !important;
  min-width: 0 !important;
  display: inline-flex !important;
}

/* Keep the custom hero independent from stale shared CSS on production. */
.section-hero {
  background-image: url(../images/ui/home-hero-bg.webp);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 100svh;
  display: flex;
  overflow: clip;
}

.hero-text-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  padding-top: clamp(50px, 20vw, 130px);
}

.hero-cta {
  z-index: 10;
  flex: 1;
  width: 39svw;
  max-width: 780px;
  font-family: Avenirnext, Arial, sans-serif;
  position: relative;
}

.hero-cta-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: radial-gradient(
      circle at 72% 22%,
      rgba(129, 74, 255, 0.22),
      rgba(129, 74, 255, 0) 20%
    ),
    radial-gradient(
      circle at 82% 68%,
      rgba(0, 232, 253, 0.14),
      rgba(0, 232, 253, 0) 18%
    );
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 100vh;
  position: relative;
  transition: transform 0.2s;
}

.hero-cta-wrapper .container-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: clamp(24px, 4vw, 72px);
}

.hero-concept-visual {
  flex: 1;
  max-width: 760px;
  min-height: clamp(500px, 52vw, 700px);
  margin-top: clamp(24px, 5vw, 92px);
  position: relative;
  overflow: visible;
  pointer-events: none;
  isolation: isolate;
}

.hero-concept-visual:before {
  content: "";
  background: linear-gradient(180deg, rgba(12, 17, 43, 0.38), rgba(10, 14, 35, 0.5));
  border: 1px solid rgba(82, 98, 182, 0.08);
  border-radius: 18px;
  position: absolute;
  inset: 8% 3% 8%;
  z-index: 0;
}

.hero-concept-visual:after {
  content: "";
  background: linear-gradient(
      135deg,
      rgba(0, 232, 253, 0.02),
      rgba(0, 232, 253, 0) 30%
    ),
    linear-gradient(315deg, rgba(232, 39, 255, 0.025), rgba(232, 39, 255, 0) 28%),
    radial-gradient(circle at 50% 50%, rgba(74, 87, 162, 0.05), rgba(74, 87, 162, 0) 46%);
  position: absolute;
  inset: 8% 3% 8%;
  z-index: 0;
}

.hero-concept-grid {
  background-image: linear-gradient(180deg, rgba(18, 25, 60, 0.34), rgba(11, 15, 39, 0.44));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid rgba(85, 99, 177, 0.08);
  border-radius: 18px;
  opacity: 0.88;
  position: absolute;
  inset: 13% 8% 12%;
  z-index: 1;
  overflow: hidden;
  mask-image: linear-gradient(#000, #000);
}

.hero-concept-grid:before {
  content: "";
  width: clamp(220px, 24vw, 320px);
  aspect-ratio: 1;
  background: conic-gradient(
    from -80deg,
    rgba(0, 232, 253, 0.92) 0 24%,
    rgba(98, 123, 255, 0.9) 24% 58%,
    rgba(232, 39, 255, 0.86) 58% 82%,
    rgba(42, 51, 102, 0.32) 82% 100%
  );
  border-radius: 50%;
  mask-image: radial-gradient(circle, transparent 0 41%, #000 42% 58%, transparent 59%);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.hero-concept-grid:after {
  content: "";
  width: clamp(280px, 30vw, 390px);
  aspect-ratio: 1;
  background-image: radial-gradient(circle, rgba(120, 134, 255, 0.95) 0 4px, transparent 5px),
    radial-gradient(circle, transparent 0 24%, rgba(120, 134, 255, 0.16) 24.5% 25%, transparent 25.5%),
    radial-gradient(circle, transparent 0 39%, rgba(120, 134, 255, 0.12) 39.5% 40%, transparent 40.5%),
    linear-gradient(rgba(74, 88, 162, 0.18), rgba(74, 88, 162, 0.18)),
    linear-gradient(90deg, rgba(74, 88, 162, 0.18), rgba(74, 88, 162, 0.18));
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto, auto, auto, 1px 68%, 68% 1px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.hero-orbit-badge {
  --orbit-size: 54px;
  --orbit-duration: 10s;
  --orbit-delay: 0s;
  background: transparent;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: var(--orbit-size);
  height: var(--orbit-size);
  padding: calc(var(--orbit-size) * 0.16);
  display: flex;
  position: absolute;
  z-index: 2;
  box-shadow: none;
  transform-origin: center;
  animation-duration: var(--orbit-duration);
  animation-delay: var(--orbit-delay);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.hero-orbit-badge:before {
  content: none;
}

.hero-orbit-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 4px 16px rgba(12, 18, 46, 0.22));
}

.hero-orbit-badge-btc {
  --orbit-size: 82px;
  --orbit-duration: 11.5s;
  --orbit-delay: -0.8s;
  top: 11%;
  left: 10%;
  animation-name: heroOrbitFloatA;
}

.hero-orbit-badge-eth {
  --orbit-size: 64px;
  --orbit-duration: 9.4s;
  --orbit-delay: -2.4s;
  top: 26%;
  left: 22%;
  animation-name: heroOrbitFloatB;
}

.hero-orbit-badge-sol {
  --orbit-size: 50px;
  --orbit-duration: 8.7s;
  --orbit-delay: -1.9s;
  top: 18%;
  left: 37%;
  animation-name: heroOrbitFloatC;
}

.hero-orbit-badge-xrp {
  --orbit-size: 44px;
  --orbit-duration: 10.8s;
  --orbit-delay: -3.2s;
  top: 58%;
  left: 14%;
  animation-name: heroOrbitFloatD;
}

.hero-orbit-badge-ada {
  --orbit-size: 56px;
  --orbit-duration: 12.4s;
  --orbit-delay: -2.2s;
  left: 32%;
  bottom: 16%;
  animation-name: heroOrbitFloatA;
}

.hero-orbit-badge-bnb {
  --orbit-size: 74px;
  --orbit-duration: 13s;
  --orbit-delay: -1.1s;
  top: 36%;
  right: 8%;
  animation-name: heroOrbitFloatB;
}

.hero-orbit-badge-doge {
  --orbit-size: 68px;
  --orbit-duration: 10.2s;
  --orbit-delay: -1.4s;
  right: 16%;
  bottom: 28%;
  animation-name: heroOrbitFloatC;
}

.hero-orbit-badge-ltc {
  --orbit-size: 48px;
  --orbit-duration: 9.8s;
  --orbit-delay: -3.8s;
  top: 60%;
  right: 17%;
  animation-name: heroOrbitFloatD;
}

.hero-orbit-badge-usdt {
  --orbit-size: 60px;
  --orbit-duration: 11.1s;
  --orbit-delay: -2.1s;
  top: 8%;
  left: 55%;
  animation-name: heroOrbitFloatB;
}

@keyframes heroOrbitFloatA {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  25% {
    transform: translate3d(7px, -12px, 0) rotate(3deg);
  }

  50% {
    transform: translate3d(-5px, -20px, 0) rotate(-2deg);
  }

  75% {
    transform: translate3d(-11px, -6px, 0) rotate(2deg);
  }
}

@keyframes heroOrbitFloatB {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  20% {
    transform: translate3d(-10px, -8px, 0) rotate(-4deg);
  }

  55% {
    transform: translate3d(6px, -18px, 0) rotate(3deg);
  }

  80% {
    transform: translate3d(12px, -4px, 0) rotate(-1deg);
  }
}

@keyframes heroOrbitFloatC {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  30% {
    transform: translate3d(8px, -15px, 0) scale(1.04);
  }

  60% {
    transform: translate3d(-9px, -9px, 0) scale(0.97);
  }

  85% {
    transform: translate3d(4px, 3px, 0) scale(1.02);
  }
}

@keyframes heroOrbitFloatD {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  22% {
    transform: translate3d(-6px, -11px, 0);
  }

  48% {
    transform: translate3d(10px, -16px, 0);
  }

  73% {
    transform: translate3d(-8px, -3px, 0);
  }
}

.hero-concept-label {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background: rgba(12, 16, 38, 0.88);
  border: 1px solid rgba(111, 124, 203, 0.18);
  border-radius: 14px;
  flex-flow: column;
  max-width: 268px;
  padding: 15px 18px 15px 20px;
  display: flex;
  position: absolute;
  z-index: 2;
}

.hero-concept-label:before {
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.7;
}

.hero-concept-label:after {
  content: "";
  width: 7px;
  height: 7px;
  background: #7b89ff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.hero-concept-label-top {
  top: 14%;
  right: 1%;
}

.hero-concept-label-middle {
  top: 41%;
  left: 0;
}

.hero-concept-label-bottom {
  right: 5%;
  bottom: 11%;
}

.hero-concept-label-top:before,
.hero-concept-label-bottom:before {
  background-image: linear-gradient(90deg, rgba(123, 137, 255, 0.45), rgba(123, 137, 255, 0));
  width: 118px;
  right: 100%;
  margin-right: 12px;
}

.hero-concept-label-top:after,
.hero-concept-label-bottom:after {
  right: calc(100% + 124px);
}

.hero-concept-label-middle:before {
  background-image: linear-gradient(90deg, rgba(123, 137, 255, 0), rgba(123, 137, 255, 0.45));
  width: 128px;
  left: 100%;
  margin-left: 12px;
}

.hero-concept-label-middle:after {
  left: calc(100% + 134px);
}

.hero-concept-kicker {
  color: #a7acba;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-family: Avenirnext, Arial, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2em;
}

.hero-concept-title {
  color: #fff;
  font-family: Avenirnext, Arial, sans-serif;
  font-size: clamp(15px, 1.1vw, 18px);
  font-weight: 500;
  line-height: 1.35em;
}

@media screen and (max-width: 991px) {
  .hero-cta {
    width: 45vw;
  }

  .hero-cta-wrapper .container-wrapper {
    gap: 32px;
  }

  .hero-concept-label {
    max-width: 250px;
    padding: 16px 18px;
  }
}

@media screen and (max-width: 479px) {
  .section-hero {
    min-height: 10svh;
  }

  .hero-text-block {
    padding-top: 60px;
  }

  .hero-cta {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-cta-wrapper {
    background-image: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-cta-wrapper .container-wrapper {
    flex-flow: column;
    align-items: center;
  }

  .hero-concept-visual {
    width: 100%;
    max-width: 680px;
    min-height: auto;
    margin-top: 40px;
    padding: 28px 0 24px;
    display: grid;
    gap: 14px;
  }

  .hero-concept-visual:before {
    inset: 0;
  }

  .hero-concept-visual:after {
    inset: 0;
  }

  .hero-concept-grid {
    inset: 10% 8% 42%;
  }

  .hero-concept-grid:before {
    width: 210px;
  }

  .hero-concept-grid:after {
    width: 250px;
  }

  .hero-orbit-badge {
    display: none;
  }

  .hero-concept-label {
    max-width: none;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .hero-concept-label:before,
  .hero-concept-label:after {
    display: none;
  }
}

/* ── Nav dropdown (Company ▾) ───────────────────────────── */
.nav-dropdown-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.nav-dropdown-toggle {
  display: flex !important;
  align-items: center;
  gap: 5px;
}

.nav-chevron {
  flex-shrink: 0;
  transition: transform 0.2s ease;
  opacity: 0.7;
}

.nav-dropdown-wrap:hover .nav-chevron,
.nav-dropdown-wrap:focus-within .nav-chevron {
  transform: rotate(180deg);
  opacity: 1;
}

.nav-dropdown-list {
  position: fixed !important;
  top: 62px;
  left: 50%;
  transform: translateX(-50%) translateY(-6px);
  min-width: 176px;
  background: #0d1029;
  border: 1px solid rgba(177, 184, 255, 0.15);
  border-radius: 10px;
  padding: 6px 0;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s;
  z-index: 99999;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.5);
}

.nav-dropdown-wrap:hover .nav-dropdown-list,
.nav-dropdown-wrap:focus-within .nav-dropdown-list {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateX(-50%) translateY(0);
}

.nav-dropdown-item {
  display: block;
  padding: 10px 20px;
  color: #c1c1c8;
  font-family: Avenirnext, Arial, sans-serif;
  letter-spacing: 0.03em;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.15s ease, background 0.15s ease;
}

.nav-dropdown-item:hover {
  color: #b2b8ff;
  background: rgba(177, 184, 255, 0.07);
}

/* Fix Webflow overflow:hidden clipping dropdowns */
.navbar-3.w-nav,
.navbar-list-3,
.navbar-nav-menu-3 {
  overflow: visible !important;
}

/* Anchor dropdown specifics */
.nav-anchor-toggle {
  cursor: default;
  opacity: 0.65;
}

.nav-anchor-toggle:hover {
  opacity: 1;
  color: #b2b8ff;
}

.nav-anchor-hint {
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(177, 184, 255, 0.4);
  padding: 6px 20px 4px;
  pointer-events: none;
}

.nav-anchor-hash {
  display: inline-block;
  font-size: 12px;
  color: rgba(70, 208, 255, 0.7);
  margin-right: 5px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .nav-dropdown-list {
    position: static !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    min-width: unset !important;
  }

  .nav-dropdown-item {
    padding: 10px 32px;
  }

  .nav-chevron {
    display: none;
  }
}
