.home-page {
  font-family: "Manrope", sans-serif;
  background: #fff;
  overflow-x: hidden;
}

.home-page .logo,
.home-page h1,
.home-page h2,
.home-page .faq-list .job h3 {
  font-family: "Sora", sans-serif;
}

.home-page .container {
  width: min(1320px, calc(100% - 32px));
}

.home-page .section {
  padding: 70px 0;
}

.home-page h1 {
  margin: 0;
  font-size: clamp(40px, 5.5vw, 64px);
  line-height: 1.14;
  font-weight: 400;
  color: #1a1a1a;
}

.home-page h2 {
  margin: 0;
  font-size: clamp(30px, 4.2vw, 48px);
  line-height: 1.2;
  font-weight: 400;
  color: #1a1a1a;
}

.home-page .lead {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #8a8a8a;
}

@media (max-width: 768px) {
  .navbar {
    height: 60px;
    padding: 0 16px;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
}

.home-page .eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 40px;
  border-radius: 50px;
  background: #b7c8f5;
  color: #1a1a1a;
  font-family: 'Manrope';
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
  line-height: 20px;
  margin: 0;
}

.home-page .hero {
  padding: 20px 0 80px;
  margin-top: 50px;
}

.home-page .container,
.home-page .hero .container {
  width: min(1320px, calc(100% - 32px));
}

.home-page .hero-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
  gap: 30px;
}

.home-page .hero-title {
  flex: 0 1 50%;
  margin-top: -20px;
}

.home-page .hero-title h1 {
  font-family: "Sora", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(48px, 6vw, 84px);
  line-height: 1.1;
  color: #1a1a1a;
  margin: 0;
}

.home-page .hero-desc {
  flex: 0 1 45%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.home-page .hero-desc .lead {
  font-size: 16px;
  line-height: 1.6;
  color: #6a6a6a;
  margin: 0;
}

.btn-hero-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border: 1px solid #1d4ed8;
  border-radius: 60px;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #1a1a1a;
  background: transparent;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-hero-outline:hover {
  background: #1d4ed8;
  color: #ffffff;
}

.home-page .hero-banner {
  min-height: 500px;
  border-radius: 32px;
  background: url("../assets/home-hero.png") center/cover no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  padding: 40px;
}

.home-page .hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 100%;
  position: relative;
  z-index: 3;
}

@media (max-width: 1024px) {
  .home-page .hero-top {
    flex-direction: column;
  }

  .home-page .hero-title,
  .home-page .hero-desc {
    flex: 1 1 100%;
    width: 100%;
  }

  .home-page .hero-stats {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .home-page .hero-stats {
    grid-template-columns: 1fr;
  }
}

.home-page .hero-stat-card {
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.home-page .hero-stat-card h3 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 500;
  color: #ffffff;
}

.home-page .hero-stat-card h4 {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  color: #ffffff;
}

.home-page .hero-stat-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
}


.home-page .split-grid {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  width: 100%;
}

.home-page #about .about-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
  max-width: 758px;
}

.home-page #about .about-text-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
}

.home-page #about .about-title-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  width: 100%;
}

.home-page #about h2 {
  font-family: 'Sora';
  font-weight: 400;
  font-size: 48px;
  line-height: 1.2;
  color: #1A1A1A;
  margin: 0;
}

.home-page #about .lead {
  font-family: 'Manrope';
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: #8A8A8A;
  margin: 0;
}

.home-page #about .btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 135px;
  height: 52px;
  padding: 14px 24px;
  gap: 10px;
  border: 2px solid #1D4ED8;
  border-radius: 60px;
  color: #1A1A1A;
  font-weight: 700;
  font-size: 16px;
  background: transparent;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.home-page #about .btn-outline:hover {
  background: #1D4ED8;
  color: #fff;
}

.home-page .about-right-image {
  width: 100%;
  max-width: 535px;
  height: 450px;
  border-radius: 20px;
  object-fit: cover;
}

.home-page .products-wrap {
  display: grid;
  gap: 50px;
}

.home-page .products-wrap>.lead {
  max-width: 619px;
  justify-self: end;
}

.home-page .section-capabilities {
  padding: 80px 0;
}

.home-page .section-capabilities .container {
  width: min(1320px, calc(100% - 80px));
}

.home-page .products-wrap {
  gap: 100px;
}

.home-page .capabilities-header {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  padding: 0;
  gap: 30px;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  min-height: 140px;
}

@media (max-width: 1024px) {
  .home-page .capabilities-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 40px;
  }
}

.home-page .capabilities-header .header-left {
  flex: 0 1 760px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.home-page .capabilities-header .header-right {
  flex: 0 1 530px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.home-page .capabilities-header .header-left h2 {
  font-size: clamp(38px, 3.2vw, 50px);
  line-height: 1.2;
}

.home-page .capabilities-header .header-right .lead {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  max-width: 619px;
}

.home-page .header-cta {
  display: flex;
  align-items: center;
  gap: 15px;
}

.home-page .header-cta .btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 135px;
  height: 52px;
  padding: 14px 24px;
  gap: 10px;
  border: 2px solid #1d4ed8;
  border-radius: 60px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #1a1a1a;
  background: transparent;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.home-page .header-cta .btn-ghost:hover {
  background: #1d4ed8;
  color: #ffffff;
}

.home-page .tag-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  background: #B7C8F5;
  border-radius: 50px;
  font-family: 'Manrope';
  font-weight: 600;
  font-size: 14px;
  color: #1A1A1A;
}

.home-page .product-slider-container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  overflow: visible;
  padding: 0 20px;
  position: relative;
}

@media (max-width: 768px) {
  .home-page .product-slider-container {
    padding: 0 20px;
  }
}

.home-page .product-slider {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 20px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.home-page .product-slider::-webkit-scrollbar {
  display: none;
}

.home-page .product-slider-controls {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  padding: 0 8px;
  z-index: 20;
}

.home-page .slider-control {
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: #1d4ed8;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  box-shadow: 0 4px 12px rgba(29, 78, 216, 0.25);
  transition: background 0.2s ease;
}

.home-page .slider-control:hover {
  background: #153ab3;
}

.home-page .product-card {
  flex: none;
  width: 320px;
  height: 420px;
  background: #F6F6F6;
  border-radius: 20px;
  position: relative;
  scroll-snap-align: start;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.home-page .product-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #F6F6F6;
  z-index: 1;
  transition: opacity 0.4s ease;
}

.home-page .product-card:hover::before {
  opacity: 0;
}

.home-page .product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 34px rgba(13, 44, 123, 0.18);
}

.home-page .card-cardiac {
  background-image: url('../assets/segment-cardiac-diabetic-care.png');
}

.home-page .card-ortho {
  background-image: url('../assets/segment-orthopedic.png');
}

.home-page .card-neuro {
  background-image: url('../assets/segment-neurology-cns.png');
}

.home-page .card-anti {
  background-image: url('../assets/segment-anti-infectives.png');
}

.home-page .card-resp {
  background-image: url('../assets/segment-respiratory-care.png');
}

.home-page .card-derm {
  background-image: url('../assets/segment-dermatology.png');
}

.home-page .card-ped {
  background-image: url('../assets/segment-pediatric.png');
}

.home-page .card-gyn {
  background-image: url('../assets/segment-gynecology.png');
}

.home-page .card-dental {
  background-image: url('../assets/segment-dental-care.png');
}

.home-page .card-gen {
  background-image: url('../assets/segment-general-medicine.png');
}

.home-page .card-nutra {
  background-image: url('../assets/segment-nutraceuticals-supplements.png');
}

.home-page .product-tag-white {
  position: absolute;
  left: 30px;
  top: 30px;
  padding: 10px 20px;
  background: #FFFFFF;
  border-radius: 50px;
  font-family: 'Manrope';
  font-weight: 600;
  font-size: 15px;
  color: #1A1A1A;
  z-index: 5;
}

.home-page .product-card-overlay {
  position: absolute;
  width: 320px;
  height: 150px;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
  backdrop-filter: blur(5px);
  padding: 20px 18px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 20px;
  z-index: 10;
}

.home-page .product-card-overlay p {
  flex: 1;
  max-width: 250px;
  font-family: 'Manrope';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1A1A1A;
  margin: 0;
}

.home-page .circle-btn-white {
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background-color 0.3s ease;
}

.home-page .circle-btn-white svg {
  width: 18px;
  height: 18px;
  transition: transform 0.25s ease, stroke 0.3s ease;
}

.home-page .product-card:hover .circle-btn-white {
  background-color: #1d4ed8;
}

.home-page .product-card:hover .circle-btn-white svg {
  transform: translateX(2px);
  stroke: #FFFFFF;
}

.home-page .why-choose,
.home-page .faqs {
  margin: 50px auto;
  width: min(1528px, calc(100% - 32px));
  max-width: calc(100% - 32px);
  box-sizing: border-box;
}

.home-page .why-choose {
  min-height: unset;
  padding: 100px 0;
  background: linear-gradient(109.96deg, #D9E5FD 4.03%, #D5F6FF 98.83%);
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.home-page .why-choose::before {
  content: "";
  position: absolute;

  width: 1320px;
  height: 1320px;

  left: -560px;
  top: -270px;

  background-image: url("../assets/logo-symbol-bg.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 1320px auto;

  opacity: 0.50;

  z-index: 0;
  pointer-events: none;
}

.home-page .why-header,
.home-page .why-grid {
  position: relative;
  z-index: 2;
}

.home-page .why-choose .container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .home-page .why-choose::before {
    width: 760px;
    height: 760px;
    left: -220px;
    top: -100px;
    background-size: 720px auto;
    opacity: 0.10;
  }
}

.home-page .why-choose .tag-box {
  display: inline-flex;
  padding: 8px 24px;
  background: #ffffff;
  color: #1a1a1a;
  border-radius: 100px;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  opacity: 1;
  border: none;
}

.home-page .why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  width: 100%;
  margin-top: 60px;
}

@media (max-width: 1200px) {
  .home-page .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .home-page .why-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .home-page .why-choose,
  .home-page .faqs {
    width: min(1528px, calc(100% - 24px));
    max-width: calc(100% - 24px);
  }

  .home-page .why-choose {
    padding: 60px 0;
    margin: 30px auto;
  }

  .home-page .faqs {
    padding: 60px 24px;
    margin: 30px auto;
  }

  .home-page .faq-split-content {
    grid-template-columns: 1fr;
  }
}

.home-page .why-header {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 30px;
  width: 100%;
}

@media (max-width: 1024px) {
  .home-page .why-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

.home-page .why-title-block {
  flex: 0 1 760px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.home-page .why-choose h2 {
  font-size: clamp(36px, 4.5vw, 56px);
  font-weight: 700;
  line-height: 1.1;
  color: #1a1a1a;
}

.home-page .why-header .lead {
  flex: 0 1 530px;
  min-width: 0;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 500;
  color: #555555;
  margin: 0;
}

.home-page .why-card {
  width: 100%;
  height: 100%;
  border-radius: 32px;
  padding: 50px 40px;
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid transparent;
}

.home-page .why-card:hover {
  background: linear-gradient(180deg, #FFFFFF 0%, #F5F7FA 100%);
  transform: translateY(-12px);
  box-shadow: 0 30px 60px rgba(13, 44, 123, 0.12);
}

.home-page .why-card .icon-box {
  width: 70px;
  height: 70px;
  border-radius: 100px;
  padding: 20px;
  gap: 10px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  order: 0;
  flex-grow: 0;
  transition: all 0.3s ease;
  opacity: 1;
  transform: rotate(0deg);
}

.home-page .why-card:hover .icon-box {
  background: linear-gradient(180deg, #D9E5FD 0%, #FFFFFF 100%);
}

.home-page .why-card .icon {
  width: 30px;
  height: 30px;
  background: #1d4ed8;
  mask: url("../assets/logo-small-simple.svg") no-repeat center / contain;
  -webkit-mask: url("../assets/logo-small-simple.svg") no-repeat center / contain;
}

.home-page .why-card .icon-box img {
  width: 30px;
  height: 30px;
  display: block;
}

.home-page .why-card h3 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  color: #1a1a1a;
  margin: 0;
}

.home-page .why-card p {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  color: #666666;
  margin: 0;
}

/* Removed hacky heights */

.home-page .global-reach .container {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 80px 0;
}


.home-page .country-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 15px;
}

global-reach-header .home-page .country-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #d9e5fd;
  color: #1d4ed8;
  font-size: 14px;
  font-weight: 600;
}

.footer-logo img {
  width: 180px;
  height: auto;
  display: block;
  filter: none;
}

.home-page .global-reach-header {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 30px;
  width: 100%;
  max-width: 100%;
}

.home-page .global-reach-title-block {
  flex: 0 1 760px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.home-page .global-reach-header h2 {
  font-size: clamp(38px, 3vw, 50px);
  line-height: 1.2;
}

.home-page .global-reach-header .lead {
  flex: 0 1 530px;
  min-width: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin: 0;
}

.home-page .global-map-container {
  position: relative;
  width: 100%;
  max-width: 1528px;
  height: 806.77px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .home-page .global-map-container {
    height: 600px;
  }
}

@media (max-width: 768px) {
  .home-page .global-map-container {
    height: 400px;
  }
}

@media (max-width: 480px) {
  .home-page .global-map-container {
    height: 300px;
  }
}

.home-page .global-map {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-page .map-markers {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.home-page .map-marker {
  position: absolute;
  width: 16px;
  height: 16px;
  background: #1d4ed8;
  border: 3px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(29, 78, 216, 0.2);
  z-index: 10;
  cursor: pointer;
  pointer-events: auto;
}

.home-page .map-marker::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: #1d4ed8;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: marker-pulse 2s infinite;
}

@keyframes marker-pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }

  100% {
    transform: translate(-50%, -50%) scale(3);
    opacity: 0;
  }
}

.home-page .marker-india {
  top: 48%;
  left: 68%;
}

.home-page .marker-uae {
  top: 45%;
  left: 59%;
}

.home-page .marker-kenya {
  top: 58%;
  left: 54%;
}

.home-page .marker-nigeria {
  top: 55%;
  left: 47%;
}

.home-page .marker-philippines {
  top: 54%;
  left: 81%;
}

@media (max-width: 768px) {
  .home-page .global-map {
    aspect-ratio: 4/3;
    height: 300px;
  }
}

.home-page .export-capabilities {
  background: #f0f7ff;
}

.home-page .export-grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}

.home-page .export-card {
  background: #fff;
  border-radius: 20px;
  padding: 30px 24px;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: transform 0.3s ease;
}

.home-page .export-card:hover {
  transform: translateY(-10px);
}

.home-page .export-card h3 {
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #1a1a1a;
}

.home-page .export-card p {
  font-size: 16px;
  line-height: 24px;
  color: #8a8a8a;
}

.home-page .faqs {
  min-height: unset;
  padding: 100px 40px;
  background: #F6F6F6;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  position: relative;
}

.home-page .faqs .container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0;
}

.home-page .why-title-block h2 {
  font-family: Sora;
  font-weight: 400;
  font-style: Regular;
  font-size: 60px;
  leading-trim: NONE;
  line-height: 90px;
  letter-spacing: 0%;

}

.home-page .faq-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  width: 100%;
  margin: 0 auto 50px;
  max-width: 100%;
}

.home-page .faq-title-block {
  flex: 0 1 700px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.home-page .faqs .tag-box {
  background: #E8EFFF;
  color: #1d4ed8;
  font-weight: 700;
  padding: 8px 18px;
  width: fit-content;
}

.home-page .faq-header h2 {
  font-family: "Sora", sans-serif;
  font-weight: 400;
  font-size: clamp(38px, 4.5vw, 48px);
  line-height: 1.2;
  color: #1a1a1a;
  margin: 0;
}

.home-page .faq-header .lead {
  flex: 0 1 450px;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #8a8a8a;
  margin: 0;
  padding: 0;
  align-self: flex-end;
}

.home-page .faq-split-content {
  display: grid;
  grid-template-columns: minmax(0, 530px) minmax(0, 1fr);
  align-items: stretch;
  /* Ensure columns share same height */
  gap: 30px;
  width: 100%;
}

.faq-visual {
  min-width: 0;
  height: 500px;
  /* Fixed height to match image */
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-visual img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: contain;
  border-radius: 40px;
}

.home-page .faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 500px;
  /* Match visual height */
  overflow-y: auto;
  min-width: 0;
  box-sizing: border-box;
}

.home-page .faq-item {
  width: 100%;
  border-radius: 20px;
  padding: 30px 40px;
  background: #F6F6F6;
  transition: background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  height: auto;
  border: 1px solid #e0e0e0;
  outline: 1px solid #e0e0e0;
  box-shadow: none;
}

.home-page .faq-item.open {
  background: #ffffff;
  border-color: #e0e0e0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.home-page .faq-q-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  height: fit-content;
}

.home-page .faq-item h3 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  color: #1a1a1a;
  margin: 0;
}

.home-page .faq-toggle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #CCCCCC;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.home-page .faq-item.open .faq-toggle {
  background: transparent;
  border-color: #CCCCCC;
}

.home-page .faq-answer {
  margin-top: 20px;
  margin-bottom: 40px;
  /* added spacing below answer */
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: #6a6a6a;
  display: none;
}

.home-page .faq-item.open .faq-answer {
  display: block;
}

.home-page .faq-toggle::after {
  content: "→";
  font-size: 20px;
  color: #1a1a1a;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.home-page .faq-item.open .faq-toggle::after {
  transform: rotate(-45deg);
}

.home-page .faq-toggle .icon-plus {
  display: none;
}

.home-page .contact-home-grid {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 35%;
  gap: 30px;
  align-items: start;
}

@media (max-width: 1024px) {
  .home-page .contact-home-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.home-page .contact-home-copy {
  width: min(100%, 849px);
  display: grid;
  align-content: start;
  gap: 24px;
  min-height: unset;
  justify-self: center;
  padding-left: 24px;
}

.home-page .contact-home-copy .eyebrow {
  justify-self: start;
}

.home-page .contact-home-copy h2 {
  font-size: clamp(40px, 3.2vw, 54px);
  line-height: 1.2;
  max-width: 100%;
}

.home-page .contact-home-copy .lead {
  max-width: 100%;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.home-page .contact-meta-grid {
  width: min(100%, 749px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 24px;
  margin-top: 6px;
}

.home-page .eyebrow {
  font-family: Manrope;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;

}

.home-page .contact-meta-grid h3 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #1a1a1a;
}

.home-page .contact-meta-grid .primary {
  margin: 12px 0 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #1d4ed8;
  overflow-wrap: anywhere;
}

.home-page .contact-social-icons {
  margin-top: 12px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.home-page .contact-social-icons a {
  width: 26px;
  height: 26px;
  display: inline-flex;
}

.home-page .contact-social-icons img {
  width: 26px;
  height: 26px;
  display: block;
}

.home-page .home-contact-form {
  width: 100%;
  width: 600px;
  max-width: 540px;
  border: 2px solid #1d4ed8;
  border-radius: 20px;
  box-shadow: none;
  background: #fff;
  padding: 24px;
  display: grid;
  gap: 12px;
  min-height: unset;
  align-content: start;
  justify-self: center;
  margin-right: 50px;
}

.home-page .home-contact-form .btn-submit {
  width: 50%;
  align-self: center;
  justify-self: center;
  margin-bottom: 10px;
}

.home-page .home-contact-form {
  max-width: 550px;
}

.home-page .home-contact-form>label,
.home-page .home-contact-form .row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 14px;
}

.home-page .home-contact-form>label {
  grid-template-columns: 1fr;
}

.home-page .home-contact-form label {
  margin: 0;
  display: grid;
  gap: 4px;
  font-size: 14px;
  line-height: 20px;
  color: #0b0b0b;
  min-width: 0;
}

.home-page .home-contact-form input,
.home-page .home-contact-form textarea {
  border: 1px solid #e5e5e5;
  border-radius: 50px;
  padding: 12px 16px;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  line-height: 22px;
  color: #8a8a8a;
  background: #fff;
  width: 100%;
  min-width: 0;
}

.home-page .home-contact-form .phone-input-wrap {
  border: 1px solid #e5e5e5;
  border-radius: 50px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 48px;
  background: #fff;
}

.home-page .home-contact-form .phone-flag {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.home-page .home-contact-form .phone-flag img {
  width: 20px;
  height: 20px;
  display: block;
}

.home-page .home-contact-form .phone-code,
.home-page .home-contact-form .phone-separator {
  color: #8a8a8a;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
}

.home-page .home-contact-form .phone-input-wrap input {
  border: 0;
  border-radius: 0;
  padding: 0;
  min-width: 0;
  flex: 1;
  outline: none;
}

.home-page .home-contact-form textarea {
  min-height: 100px;
  border-radius: 20px;
  resize: none;
}

.home-page .home-contact-form .btn {
  width: 100%;
  height: 48px;
  border-radius: 60px;
  margin-top: 0;
}

@media (max-width: 1400px) {
  .home-page .container {
    width: min(1320px, calc(100% - 64px));
  }

  .home-page .hero-stats {
    width: min(1320px, calc(100% - 64px));
    margin-top: -100px;
    padding: 0;
  }

  .home-page .contact-home-copy h2 {
    font-size: clamp(46px, 4vw, 62px);
  }

  .home-page .home-contact-form {
    padding: 40px;
  }
}

@media (max-width: 1200px) {
  .home-page .container {
    width: min(1320px, calc(100% - 40px));
  }

  .home-page .section {
    padding: 96px 0;
  }

  .home-page .hero-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-page .split-grid,
  .home-page .contact-home-grid {
    grid-template-columns: 1fr;
  }

  .home-page .capabilities-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    min-height: unset;
  }

  .home-page .capabilities-header .header-left,
  .home-page .capabilities-header .header-right {
    flex: none;
    width: 100%;
    max-width: 100%;
  }

  .home-page .why-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    min-height: unset;
  }

  .home-page .why-title-block {
    min-height: unset;
    max-width: 100%;
  }

  .home-page .why-header .lead {
    max-width: 100%;
  }

  .home-page .contact-home-grid,
  .home-page .contact-home-copy,
  .home-page .home-contact-form {
    min-height: unset;
  }

  .home-page .contact-home-copy h2 {
    font-size: clamp(44px, 5vw, 70px);
    line-height: 1.28;
  }

  .home-page .hero-description {
    gap: 24px;
  }

  .home-page .hero-stats {
    width: min(1320px, calc(100% - 40px));
    margin-top: 30px;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    position: static;
    padding: 0;
  }

  .home-page .products-wrap>.lead {
    justify-self: start;
  }

  .home-page .why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .global-map {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  .home-page .global-reach .container {
    gap: 40px;
    border-radius: 28px;
    padding: 32px;
  }

  .home-page .global-reach-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    min-height: unset;
  }

  .home-page .global-reach-title-block {
    max-width: 100%;
    min-height: unset;
  }

  .home-page .global-reach-header h2 {
    font-size: clamp(44px, 5vw, 70px);
    line-height: 1.28;
  }

  .home-page .global-reach-header .lead {
    max-width: 100%;
    padding-bottom: 0;
  }

  .home-page .faq-image {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .home-page .export-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-page .faq-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .home-page .faq-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .home-page .faq-title-block {
    width: 100%;
    margin-bottom: 24px;
  }

  .home-page .faqs .faq-intro {
    position: static;
  }

  .home-page .contact-meta-grid {
    width: 100%;
    max-width: 100%;
  }

  .home-page .home-contact-form {
    padding: 36px;
    gap: 20px;
    align-content: start;
  }
}

@media (max-width: 992px) {
  .home-page .hero-visual img {
    height: 460px;
  }

  .home-page .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .home-page .container {
    width: min(1320px, calc(100% - 24px));
  }

  .home-page .section {
    padding: 72px 0;
  }

  .home-page #home .container {
    width: 100%;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    text-align: center;
    overflow-x: hidden;
  }

  .home-page .hero {
    min-height: auto;
    padding: 100px 0 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .home-page h1 {
    font-size: clamp(34px, 10vw, 48px);
    line-height: 1.1;
    text-align: center;
    margin-bottom: 0;
  }

  .home-page .hero-copy .lead {
    text-align: center;
    margin-top: 12px;
  }

  .home-page .hero-visual {
    margin-top: 32px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }

  .home-page .lead,
  .home-page .product-card p {
    font-size: 16px;
    line-height: 24px;
  }

  .home-page .hero-visual img {
    height: 320px;
    border-radius: 22px;
  }

  .home-page .hero-visual::after {
    border-radius: 22px;
  }

  .home-page .hero-stats {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    justify-content: center;
    position: static;
    margin: 0 auto;
    padding: 0;
  }

  .home-page .hero-stat-card {
    min-height: auto;
    padding: 18px 14px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  }

  .home-page .hero-stat-card h3 {
    font-size: 30px;
    line-height: 36px;
  }

  .home-page .hero-stat-card h4 {
    margin: 10px 0 6px;
    font-size: 16px;
    line-height: 22px;
  }

  .home-page .hero-stat-card p {
    font-size: 13px;
    line-height: 18px;
  }

  .home-page .about-right-image {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    border-radius: 12px;
    margin-top: 20px;
  }

  .home-page .global-reach {
    overflow-x: hidden;
    padding: 0;
  }

  .home-page .global-map {
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    height: 300px;
    border-radius: 0;
    margin-top: 0;
    /* Tighten the gap to heading */
  }

  .home-page .global-reach .container {
    padding: 24px 16px;
    border-radius: 20px;
  }

  .home-page .faq-image {
    height: 260px;
    border-radius: 12px;
  }

  .home-page .product-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .home-page .product-card {
    flex: 0 0 calc(90% - 20px);
    width: auto;
    height: 400px;
    padding: 0;
    /* Let background handle padding or keep it clean */
    scroll-snap-align: start;
  }

  .home-page .product-card img {
    height: 220px;
    border-radius: 12px;
  }

  .home-page .product-card h3 {
    margin-top: 12px;
    font-size: 20px;
    line-height: 26px;
  }

  .home-page .export-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .home-page .export-card {
    min-height: auto;
    padding: 24px;
  }

  .home-page .why-choose {
    border-radius: 24px;
  }

  .home-page .why-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .home-page .why-card {
    padding: 20px 16px;
  }

  .home-page .why-card h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .home-page .why-card p {
    margin-top: 12px;
    font-size: 15px;
    line-height: 22px;
  }

  .home-page .faq-list .job {
    padding: 24px 20px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    margin-bottom: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    position: relative;
    z-index: 2;
  }

  .home-page .faq-bg-graphic {
    display: none;
    /* Kill the collision-causing background graphic */
  }

  .home-page .faq-list .job h3 {
    font-size: 17px;
    line-height: 1.3;
    color: #1a1a1a;
  }

  .home-page .faq-list .job p {
    margin-top: 12px;
    font-size: 14px;
    line-height: 20px;
    color: #8a8a8a;
  }

  .home-page .contact-home-copy {
    gap: 16px;
  }

  .home-page .contact-meta-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .home-page .contact-meta-grid h3 {
    font-size: 16px;
    line-height: 22px;
  }

  .home-page .contact-meta-grid .primary {
    margin-top: 6px;
    font-size: 15px;
    line-height: 22px;
  }

  .home-page .contact-home-grid {
    display: flex;
    flex-direction: column;
  }

  .home-page .home-contact-form {
    order: -1;
    padding: 32px 24px;
    border: 1.5px solid #1d4ed8;
    background: #ffffff;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .home-page .home-contact-form label {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    color: #1a1a1a;
  }

  .home-page .home-contact-form input,
  .home-page .home-contact-form textarea {
    padding: 14px 16px;
    font-size: 16px;
    height: 52px;
    border-radius: 12px;
  }

  .home-page .home-contact-form textarea {
    min-height: 120px;
    height: auto;
  }
}

@media (max-width: 480px) {
  .home-page .container {
    width: min(1320px, calc(100% - 16px));
  }

  .home-page .section {
    padding: 32px 0;
  }

  .home-page h1 {
    font-size: 38px;
    line-height: 46px;
  }

  .home-page h2 {
    font-size: 30px;
    line-height: 38px;
  }

  .home-page .lead {
    font-size: 14px;
    line-height: 20px;
    margin-top: 12px;
    /* Pull closer to H2 */
  }

  .home-page .hero-visual img {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .home-page .hero-stat-card {
    padding: 14px;
    min-height: 0;
  }

  .home-page .hero-stat-card h3 {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (max-width: 768px) {

  .home-page .split-grid,
  .home-page .faq-split-content,
  .home-page .why-header,
  .home-page .global-reach-header {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }

  .home-page .about-copy,
  .home-page .faq-visual,
  .home-page .faq-list,
  .home-page .global-reach-title-block,
  .home-page .global-reach-header .lead,
  .home-page .capabilities-header .header-left,
  .home-page .capabilities-header .header-right {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .home-page .about-copy,
  .home-page .capabilities-header,
  .home-page .faq-header,
  .home-page .why-header,
  .home-page .global-reach-header,
  .home-page .contact-home-copy {
    text-align: center;
  }

  .home-page .about-title-block,
  .home-page .why-title-block,
  .home-page .faq-title-block,
  .home-page .global-reach-title-block,
  .home-page .contact-home-copy {
    align-items: center;
  }

  .home-page .header-cta,
  .home-page .hero-cta {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .home-page .hero-cta .btn,
  .home-page .header-cta .btn {
    width: min(100%, 320px);
  }

  .home-page .product-slider-controls {
    position: static;
    transform: none;
    margin-bottom: 16px;
    justify-content: flex-end;
  }

  .home-page .faq-visual {
    min-height: auto;
  }

  .home-page .faq-visual img {
    width: 100%;
    height: auto;
    min-height: 280px;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border-radius: 20px;
  }

  .home-page .faq-item {
    padding: 18px 16px;
    border-radius: 18px;
  }

  .home-page .faq-q-wrap {
    align-items: flex-start;
    gap: 12px;
  }

  .home-page .faq-q-wrap h3 {
    flex: 1;
    font-size: 17px;
    line-height: 1.35;
  }

  .home-page .contact-home-copy {
    align-items: center;
  }

  .home-page .contact-meta-grid article {
    text-align: center;
  }

  .home-page .contact-social-icons {
    justify-content: center;
  }

  .home-page .home-contact-form>label,
  .home-page .home-contact-form .row {
    grid-template-columns: 1fr;
  }

  .home-page .home-contact-form {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .home-page #home .container {
    padding: 0 12px;
    gap: 24px;
  }

  .home-page .hero {
    padding: 88px 0 40px;
  }

  .home-page .hero-stat-card,
  .home-page .why-card,
  .home-page .faq-item,
  .home-page .home-contact-form {
    border-radius: 16px;
  }

  .home-page .product-slider {
    gap: 14px;
  }

  .home-page .product-card {
    flex-basis: calc(100% - 8px);
    height: 360px;
  }

  .home-page .product-tag-white {
    max-width: calc(100% - 24px);
    font-size: 13px;
    line-height: 18px;
  }

  .home-page .faq-visual img,
  .home-page .global-map {
    height: 220px;
  }

  .home-page .home-contact-form {
    padding: 24px 16px;
  }

  .home-page .home-contact-form .phone-input-wrap {
    padding: 12px 14px;
  }
}

@media (max-width: 1024px) {

  .home-page .hero-content,
  .home-page .split-grid,
  .home-page .capabilities-header,
  .home-page .faq-split-content,
  .home-page .contact-home-grid {
    min-width: 0;
  }

  .home-page .product-slider {
    scroll-snap-type: x proximity;
  }

  .home-page .product-card,
  .home-page .hero-stat-card,
  .home-page .why-card,
  .home-page .faq-item,
  .home-page .contact-meta-grid article {
    min-width: 0;
  }
}

@media (max-width: 820px) {

  .home-page .contact-meta-grid,
  .home-page .why-grid,
  .home-page .export-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {

  .home-page .contact-meta-grid,
  .home-page .why-grid,
  .home-page .export-grid {
    grid-template-columns: 1fr;
  }

  .home-page .product-slider-controls {
    justify-content: center;
  }

  .home-page .capabilities-header,
  .home-page .faq-header,
  .home-page .why-header {
    gap: 18px;
  }
}