/* Base styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
}

.home {
  background-color: rgba(246, 254, 255, 1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
}

/* Hero Section */
.hero-section {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  position: relative;
  min-height: 680px;
  width: 100%;
  padding-bottom: 106px;
  align-items: stretch;
}

@media (max-width: 991px) {
  .hero-section {
    max-width: 100%;
    padding-bottom: 100px;
  }
}

.hero-background {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

/* Header and Navigation */
.main-header {
  position: relative;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 8px 8px rgba(1, 110, 149, 0.15);
  display: flex;
  width: 100%;
  padding-left: 370px;
  padding-right: 370px;
  flex-direction: column;
  align-items: stretch;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  justify-content: start;
}

@media (max-width: 991px) {
  .main-header {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.top-bar {
  border-color: rgba(201, 227, 237, 1);
  border-bottom-width: 1px;
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  gap: 40px 100px;
  color: rgba(1, 110, 149, 1);
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
  line-height: 1;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .top-bar {
    max-width: 100%;
    white-space: initial;
  }
}

.logo {
  aspect-ratio: 4.57;
  object-fit: contain;
  object-position: center;
  width: 183px;
  align-self: stretch;
  margin-top: auto;
  margin-bottom: auto;
  flex-shrink: 0;
}

.language-selector {
  border-radius: 6px;
  align-self: stretch;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  min-height: 34px;
  padding-top: 8px;
  padding-bottom: 8px;
  align-items: center;
  gap: 6px;
  overflow: hidden;
  justify-content: center;
}

@media (max-width: 991px) {
  .language-selector {
    white-space: initial;
  }
}

.globe-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 18px;
  align-self: stretch;
  margin-top: auto;
  margin-bottom: auto;
  flex-shrink: 0;
}

.language-code {
  align-self: stretch;
  margin-top: auto;
  margin-bottom: auto;
}

.dropdown-arrow {
  aspect-ratio: 2.25;
  object-fit: contain;
  object-position: center;
  width: 9px;
  align-self: stretch;
  margin-top: auto;
  margin-bottom: auto;
  flex-shrink: 0;
}

.main-navigation {
  align-self: end;
  display: flex;
  margin-top: 11px;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  gap: 40px;
  color: rgba(5, 40, 53, 1);
  font-weight: 700;
  line-height: 1;
  justify-content: start;
}

.nav-item {
  align-self: stretch;
  margin-top: auto;
  margin-bottom: auto;
  text-decoration: none;
  color: inherit;
}

.nav-item.active {
  color: rgba(5, 40, 53, 1);
}

.nav-dropdown {
  align-self: stretch;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
  justify-content: start;
}

@media (max-width: 991px) {
  .nav-dropdown {
    white-space: initial;
  }
}

/* Hero Content */
.hero-content {
  position: relative;
  align-self: center;
  margin-top: 90px;
  margin-bottom: -21px;
  width: 1178px;
  max-width: 100%;
  gap: 20px;
  display: flex;
}

@media (max-width: 991px) {
  .hero-content {
    margin-bottom: 10px;
    margin-top: 40px;
    flex-direction: column;
    align-items: stretch;
    gap: 0px;
  }
}

.hero-text-column {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  line-height: normal;
  width: 50%;
  margin-left: 0px;
}

@media (max-width: 991px) {
  .hero-text-column {
    width: 100%;
  }
}

.hero-content-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  font-family: "Inter", sans-serif;
  justify-content: start;
}

@media (max-width: 991px) {
  .hero-content-wrapper {
    max-width: 100%;
    margin-top: 40px;
  }
}

.hero-title {
  color: rgba(255, 0, 255, 1);
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .hero-title {
    max-width: 100%;
    font-size: 40px;
    line-height: 53px;
  }
}

.hero-description {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 20px;
}

@media (max-width: 991px) {
  .hero-description {
    max-width: 100%;
  }
}

.cta-button {
  display: flex;
  min-height: 50px;
  padding: 17px 40px;
  align-items: center;
  gap: 10px;
  overflow: hidden;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  text-decoration: none;
  border-radius: 10px;
}

.cta-button.primary {
  background-color: rgba(1, 110, 149, 1);
  color: rgba(255, 255, 255, 1);
  align-self: start;
  margin-top: 20px;
}

.cta-button.secondary {
  color: rgba(1, 110, 149, 1);
  align-self: start;
  margin-top: 40px;
}

@media (max-width: 991px) {
  .cta-button {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.arrow-icon {
  aspect-ratio: 1.75;
  object-fit: contain;
  object-position: center;
  width: 28px;
  align-self: stretch;
  margin-top: auto;
  margin-bottom: auto;
  flex-shrink: 0;
}

.hero-image-column {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  line-height: normal;
  width: 50%;
  margin-left: 20px;
}

@media (max-width: 991px) {
  .hero-image-column {
    width: 100%;
  }
}

.hero-image {
  aspect-ratio: 1.48;
  object-fit: contain;
  object-position: center;
  width: 100%;
  margin-top: 22px;
  flex-grow: 1;
}

@media (max-width: 991px) {
  .hero-image {
    max-width: 100%;
    margin-top: 40px;
  }
}

/* Why Choose Section */
.why-choose-section {
  display: flex;
  margin-top: 120px;
  width: 1178px;
  max-width: 100%;
  flex-direction: column;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  color: rgba(0, 0, 0, 1);
  font-weight: 400;
  justify-content: start;
}

@media (max-width: 991px) {
  .why-choose-section {
    margin-top: 40px;
  }
}

.section-title {
  color: rgba(25, 25, 25, 1);
  font-size: 50px;
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width: 991px) {
  .section-title {
    max-width: 100%;
    font-size: 40px;
  }
}

.highlight {
  color: rgba(255, 0, 255, 1);
}

.section-description {
  line-height: 18px;
  text-align: center;
  align-self: stretch;
  margin-top: 40px;
}

@media (max-width: 991px) {
  .section-description {
    max-width: 100%;
  }
}

.features-grid {
  display: flex;
  margin-top: 40px;
  width: 100%;
  align-items: center;
  gap: 10px;
  text-align: center;
  justify-content: start;
  flex-wrap: wrap;
}

.feature-card {
  align-self: stretch;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0 10px;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.feature-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 112px;
  border-radius: 59px;
  align-self: center;
  max-width: 100%;
}

.feature-title {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 400;
}

/* Platform Section */
.platform-section {
  margin-top: 150px;
  width: 1183px;
  max-width: 100%;
  font-family: "Inter", sans-serif;
}

@media (max-width: 991px) {
  .platform-section {
    margin-top: 40px;
  }
}

.platform-header {
  display: flex;
  width: 100%;
  align-items: end;
  gap: 40px 160px;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .platform-header {
    max-width: 100%;
  }
}

.platform-header .section-title {
  color: rgba(25, 25, 25, 1);
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  flex-grow: 1;
  flex-shrink: 1;
  width: 579px;
}

@media (max-width: 991px) {
  .platform-header .section-title {
    max-width: 100%;
    font-size: 40px;
    line-height: 53px;
  }
}

.platform-header .section-description {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  flex-grow: 1;
  flex-shrink: 1;
  width: 296px;
  text-align: left;
}

.platform-cards {
  display: flex;
  margin-top: 40px;
  width: 100%;
  align-items: center;
  gap: 32px;
  color: rgba(0, 0, 0, 1);
  justify-content: start;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .platform-cards {
    max-width: 100%;
  }
}

.platform-card {
  border-radius: 16px;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.1);
  align-self: stretch;
  min-width: 240px;
  margin-top: auto;
  margin-bottom: auto;
  overflow: hidden;
  flex-grow: 1;
  flex-shrink: 1;
  width: 298px;
}

.card-header {
  display: flex;
  width: 100%;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.card-title {
  font-size: 20px;
  font-weight: 700;
  align-self: stretch;
}

.card-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 196px;
  margin-top: 10px;
  max-width: 100%;
}

.card-subtitle {
  font-size: 15px;
  font-weight: 400;
  margin-top: 10px;
}

.card-features {
  background-color: rgba(255, 255, 255, 1);
  width: 100%;
  padding: 20px;
  font-size: 15px;
  font-weight: 400;
}

.feature-item {
  display: flex;
  width: 100%;
  align-items: start;
  gap: 6px;
  justify-content: start;
  margin-top: 16px;
}

.feature-item:first-child {
  margin-top: 0;
}

.check-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 15px;
  flex-shrink: 0;
}

.feature-text {
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

/* Business Solutions Section */
.business-solutions {
  display: flex;
  margin-top: 171px;
  align-items: center;
  gap: 32px;
  font-family: "Inter", sans-serif;
  justify-content: start;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .business-solutions {
    max-width: 100%;
    margin-top: 40px;
  }
}

.solutions-image {
  aspect-ratio: 0.91;
  object-fit: contain;
  object-position: center;
  width: 372px;
  align-self: stretch;
  min-width: 240px;
  margin-top: auto;
  margin-bottom: auto;
}

.solutions-content {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  margin-top: auto;
  margin-bottom: auto;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  width: 776px;
}

@media (max-width: 991px) {
  .solutions-content {
    max-width: 100%;
  }
}

.solutions-content .section-title {
  color: rgba(25, 25, 25, 1);
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

@media (max-width: 991px) {
  .solutions-content .section-title {
    max-width: 100%;
    font-size: 40px;
    line-height: 53px;
  }
}

.solutions-description {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 400;
  margin-top: 40px;
}

@media (max-width: 991px) {
  .solutions-description {
    max-width: 100%;
  }
}

.solutions-subtitle {
  font-weight: 700;
  font-size: 24px;
  display: block;
  margin-bottom: 10px;
}

.solutions-text {
  font-size: 12px;
  line-height: 18px;
}

/* Partners Section */
.partners-section {
  margin-top: 207px;
  width: 1183px;
  max-width: 100%;
}

@media (max-width: 991px) {
  .partners-section {
    margin-top: 40px;
  }
}

.partners-header {
  display: flex;
  width: 100%;
  align-items: end;
  gap: 40px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .partners-header {
    max-width: 100%;
  }
}

.partners-header .section-title {
  color: rgba(25, 25, 25, 1);
  font-size: 50px;
  line-height: 60px;
}

@media (max-width: 991px) {
  .partners-header .section-title {
    font-size: 40px;
    line-height: 53px;
  }
}

.partners-header .section-description {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  line-height: 20px;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  text-align: left;
}

@media (max-width: 991px) {
  .partners-header .section-description {
    max-width: 100%;
  }
}

.partners-grid {
  display: flex;
  margin-top: 40px;
  width: 100%;
  align-items: center;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .partners-grid {
    max-width: 100%;
  }
}

.partner-logo {
  object-fit: contain;
  object-position: center;
  align-self: stretch;
  margin-top: auto;
  margin-bottom: auto;
  flex-shrink: 0;
}

.partners-grid .partner-logo:nth-child(1) {
  aspect-ratio: 1.8;
  width: 119px;
}

.partners-grid .partner-logo:nth-child(2) {
  aspect-ratio: 1.95;
  width: 140px;
}

.partners-grid .partner-logo:nth-child(3) {
  aspect-ratio: 5.1;
  width: 138px;
}

.partners-grid .partner-logo:nth-child(4) {
  aspect-ratio: 3.37;
  width: 138px;
}

.partners-grid .partner-logo:nth-child(5) {
  aspect-ratio: 3.02;
  width: 139px;
}

.partners-grid .partner-logo:nth-child(6) {
  aspect-ratio: 1.84;
  width: 140px;
}

.partners-grid .partner-logo:nth-child(7) {
  aspect-ratio: 2.36;
  width: 139px;
}

.partners-grid .partner-logo:nth-child(8) {
  aspect-ratio: 4.02;
  width: 181px;
}

.partners-grid .partner-logo:nth-child(9) {
  aspect-ratio: 3;
  width: 141px;
}

.partners-grid .partner-logo:nth-child(10) {
  aspect-ratio: 1.19;
  width: 89px;
}

.partners-grid .partner-logo:nth-child(11) {
  aspect-ratio: 3.57;
  width: 168px;
}

.partners-grid .partner-logo:nth-child(12) {
  aspect-ratio: 1.27;
  width: 95px;
}

.partners-grid .partner-logo:nth-child(13) {
  aspect-ratio: 2.79;
  width: 159px;
}

.partners-grid .partner-logo:nth-child(14) {
  aspect-ratio: 1;
  width: 80px;
}

.partners-grid .partner-logo:nth-child(15) {
  aspect-ratio: 4.61;
  width: 161px;
}

.partners-grid .partner-logo:nth-child(16) {
  aspect-ratio: 1.7;
  width: 136px;
}

.partners-grid .partner-logo:nth-child(17) {
  aspect-ratio: 3.23;
  width: 158px;
}

.partners-grid .partner-logo:nth-child(18) {
  aspect-ratio: 5.59;
  width: 162px;
}

.partners-grid .partner-logo:nth-child(19) {
  aspect-ratio: 2.48;
  width: 149px;
}

.partners-grid .partner-logo:nth-child(20) {
  aspect-ratio: 2.72;
  width: 147px;
}

/* Performance Section */
.performance-section {
  background-color: rgba(228, 225, 255, 1);
  align-self: stretch;
  display: flex;
  margin-top: 228px;
  width: 100%;
  padding: 120px 370px;
  align-items: start;
  gap: 32px;
  font-family: "Inter", sans-serif;
  justify-content: start;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .performance-section {
    max-width: 100%;
    margin-top: 40px;
    padding: 100px 20px;
  }
}

.performance-content {
  display: flex;
  min-width: 240px;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  flex-grow: 1;
  flex-shrink: 1;
  width: 406px;
}

@media (max-width: 991px) {
  .performance-content {
    max-width: 100%;
  }
}

.performance-content .section-title {
  color: rgba(25, 25, 25, 1);
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

@media (max-width: 991px) {
  .performance-content .section-title {
    font-size: 40px;
    line-height: 53px;
  }
}

.performance-content .section-description {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 40px;
  text-align: left;
}

.stats-container {
  display: flex;
  min-width: 240px;
  flex-direction: column;
  align-items: end;
  text-align: center;
  justify-content: start;
  flex-grow: 1;
  flex-shrink: 1;
  width: 536px;
}

@media (max-width: 991px) {
  .stats-container {
    max-width: 100%;
  }
}

.stats-row {
  display: flex;
  max-width: 100%;
  width: 630px;
  align-items: start;
  gap: 32px;
  justify-content: end;
  flex-wrap: wrap;
  margin-top: 22px;
}

.stats-row:first-child {
  margin-top: 0;
}

.stat-card {
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 1);
  display: flex;
  min-width: 240px;
  padding: 20px 40px;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

@media (max-width: 991px) {
  .stat-card {
    padding: 20px;
  }
}

.stat-number {
  color: rgba(255, 0, 255, 1);
  font-size: 48px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .stat-number {
    font-size: 40px;
  }
}

.stat-description {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 400;
}

/* CTA Section */
.cta-section {
  display: flex;
  margin-top: 113px;
  margin-left: 24px;
  flex-direction: column;
  align-items: center;
  font-family: "Inter", sans-serif;
  text-align: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .cta-section {
    max-width: 100%;
    margin-top: 40px;
  }
}

.cta-section .section-title {
  color: rgba(25, 25, 25, 1);
  font-size: 50px;
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width: 991px) {
  .cta-section .section-title {
    max-width: 100%;
    font-size: 40px;
  }
}

.cta-section .section-description {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 400;
  margin-top: 20px;
}

@media (max-width: 991px) {
  .cta-section .section-description {
    max-width: 100%;
  }
}

/* Footer */
.site-footer {
  background-color: rgba(0, 0, 0, 1);
  align-self: stretch;
  display: flex;
  margin-top: 108px;
  width: 100%;
  padding: 40px 370px 30px;
  align-items: start;
  gap: 32px;
  justify-content: start;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .site-footer {
    max-width: 100%;
    padding: 40px 20px 30px;
    margin-top: 40px;
  }
}

.footer-main {
  align-self: stretch;
  display: flex;
  min-width: 240px;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.footer-brand {
  width: 309px;
  max-width: 100%;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
  font-weight: 500;
}

.footer-logo {
  aspect-ratio: 4.57;
  object-fit: contain;
  object-position: center;
  width: 183px;
  max-width: 100%;
}

.copyright {
  margin-top: 10px;
}

.white-text {
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
}

.social-links {
  display: flex;
  margin-top: 23px;
  align-items: center;
  gap: 10px;
  justify-content: start;
}

.social-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 24px;
  align-self: stretch;
  margin-top: auto;
  margin-bottom: auto;
  flex-shrink: 0;
}

.footer-nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.footer-nav-column {
  min-width: 240px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
  font-weight: 700;
  line-height: 1;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  display: flex;
  flex-direction: column;
}

.footer-link {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  margin-top: 16px;
}

.footer-link:first-child {
  margin-top: 0;
}
