/* RESET */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

body {
  font-family: "axia", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial,
    sans-serif;
  color: #111;
  line-height: 1.5;
  background: #ffffff;
}

a {
  color: inherit;
  text-decoration: none;
}

/* LAYOUT */
.wrapper {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 16px;
}

section {
  padding: 56px 0;
}

.section-title {
  font-size: 26px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 8px;
  margin-top: 80px;
}

.section-title-centered {
  font-size: 36px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 8px;
  text-align: center;
  margin-top: 100px;
}

.section-subtitle-centered {
  color: #666;

  font-size: 24px;
  margin-bottom: 32px;
  text-align: center;
  margin-bottom: 50px;
}

.section-subtitle {
  color: #666;
  max-width: 540px;
  font-size: 14px;
  margin-bottom: 32px;
}

.accent-blue {
  color: #0060d8;
}

/* HEADER + HERO (last screenshot) */
.top-bar {
  background: #000;
  color: #fff;
  padding: 8px 0;
  font-size: 12px;
  display: none;
}

.main-header {
  position: relative;
  color: #fff;
  background: #000;
}

.main-header-inner {
  padding: 16px 0;
}

.logo-placeholder {
  width: 140px;
  height: 40px;
  background: #fff;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
}

.nav {
  float: right;
  font-size: 13px;
  margin-top: 10px;
}

.nav li {
  display: inline-block;
  margin-left: 18px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero {
  position: relative;
  margin-top: 16px;
  border-radius: 8px;
  overflow: hidden;
  background: #050914;
}

.hero-image {
  height: 340px;
  background: #050914;
  /* background-image: url('img/hero-control-room.png'); */
  background-size: cover;
  background-position: center;
  opacity: 0.52;
}

.hero-content {
  position: absolute;
  inset: 0;
  padding: 40px;
}

.hero-main-copy {
  max-width: 540px;
}

.hero-main-copy h1 {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 16px;
}

.hero-main-copy p {
  font-size: 15px;
  max-width: 460px;
  margin-bottom: 32px;
}

.hero-grid {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 32px;
  font-size: 13px;
}

.hero-grid-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
}

.hero-feature {
  padding-right: 12px;
}

.hero-feature-title {
  font-weight: 700;
  margin-bottom: 4px;
}

.hero-feature-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.7);
  margin-bottom: 8px;
  /* background-image: url('img/icon-ai.png'); */
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/* BLUE INTRO TEXT (first screenshot bottom) */
.intro-centered {
  text-align: center;
  padding: 180px 16px 100px;
  color: rgb(35, 68, 160);
  font-size: 35px;
  font-weight: 700;
}

/* SERVICES GRID (last screenshot middle) */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 64px;
  grid-column-gap: 32px;
  font-size: 18px;
}

.service-card {
  min-height: 140px;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.service-card:last-child {
  border-right: none;
}

.service-icon {
  width: 80px;
  height: 80px;
  margin: 0 0 16px 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.service-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
  display: block;
}

.service-title {
  font-weight: 700;
  margin-bottom: 4px;
  text-transform: uppercase;
  font-size: 25px;
}

/* CLIENTS SECTION */
.clients-section {
  background: #f5f5f5;
}

.clients-intro {
  max-width: 620px;
  font-size: 14px;
  color: #666;
}

.clients-logos {
  margin: 32px 0 40px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 24px;
  text-align: center;
}

.clients-logo-slot {
  height: 50px;
  border-radius: 4px;
  border: 1px dashed #ccc;
  background: #fff;
  /* place <img> here later */
}

/* SUCCESS CASES CARDS */
.success-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 28px;
}

.success-card {
  padding: 32px 28px 40px;
  position: relative;
  font-size: 17px;
}

.success-card-image {
  width: 80%;
  height: 80px;
  object-fit: contain;
  object-position: center;
  margin: 0 auto 24px;
  display: block;
}

.success-card h3 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 16px;
}

.success-card p {
  max-width: 320px;
}

.success-card-yellow {
  background: #ffe600;
}

.success-card-black {
  background: #000;
  color: #fff;
}

.success-card-gray {
  background-color: #f3f4f6;
  color: #111;
}

.success-card-white {
  background-color: #ffffff;
  color: #111;
  border: 1px solid #e5e7eb;
}

.success-arrow {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid currentColor;
}

/* NUMBERS SECTION (second screenshot) */
.numbers-section {
  background: #020516;
  color: #fff;
}

.numbers-intro {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  max-width: 520px;
  margin-top: 4px;
  margin-bottom: 24px;
}

.numbers-banner {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 28px;
}

.numbers-row {
  background: #050921;
  /* background-image: url('img/bg-circuit-1.png'); */
  background-size: cover;
  background-position: center;
  padding: 32px 32px 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
}

.numbers-block-title {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  opacity: 0.8;
  margin-bottom: 6px;
}

.numbers-block-main {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 4px;
  color: #29c0ff;
}

.numbers-block-text {
  font-size: 13px;
  max-width: 260px;
}

.numbers-row.bottom {
  grid-template-columns: 2fr 1.6fr;
}

.numbers-subgrid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  grid-gap: 24px;
}

.numbers-small {
  font-size: 13px;
  max-width: 280px;
}

/* GREEN / ENVIRONMENT IMAGE SECTION */
.env-section {
  padding-top: 0;
  background: #fff;
}

.env-layout {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  grid-gap: 40px;
  align-items: center;
}

.env-image {
  height: 460px;
  border-radius: 12px;
  background: #222;
  background-image: url("design/green.jpg");
  background-size: cover;
  background-position: center;
}

/* Green sustainability button */
.green-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  padding: 16px 32px;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3), 0 2px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
}

.green-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s ease;
}

.green-btn:hover::before {
  left: 100%;
}

.green-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(16, 185, 129, 0.4), 0 4px 8px rgba(0, 0, 0, 0.15);
  background: linear-gradient(135deg, #059669 0%, #047857 100%);
}

.green-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(16, 185, 129, 0.3), 0 1px 3px rgba(0, 0, 0, 0.1);
}

.green-btn-text {
  position: relative;
  z-index: 1;
}

.green-btn-arrow {
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease;
}

.green-btn:hover .green-btn-arrow {
  transform: translateX(4px);
}

/* 5PL BENEFITS SECTION (third screenshot) */
.benefits-diagram {
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  display: inline-block;
}

.benefits-circle-main {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 2px solid #24bfff;
  margin: 0 auto 32px;
  padding: 50px 24px;
  font-size: 15px;
  font-weight: 700;
  color: #005ed8;
}

.benefits-circle-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  max-width: 720px;
  margin: 0 auto;
}

.benefits-small-circle {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 1px solid #84d6ff;
  margin: 0 auto 8px;
  padding: 32px 20px;
  font-size: 13px;
}

.benefits-list-layout {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  grid-gap: 40px;
  margin-top: 24px;
  margin-bottom: 56px;
  align-items: start;
}

.benefits-list {
  font-size: 14px;
}

.benefits-list h3 {
  font-size: 22px;
  margin-bottom: 12px;
}

.benefits-icons-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 18px 32px;
  font-size: 12px;
}

.benefit-icon-item-title {
  font-weight: 700;
  margin-bottom: 4px;
}

.benefit-icon-square {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #29c0ff;
  margin-bottom: 6px;
}

.benefits-image-large {
  height: 260px;
  border-radius: 12px;
  background: #001024;
  /* background-image: url('img/benefits-network.png'); */
  background-size: cover;
  background-position: center;
  margin-bottom: 40px;
}

.benefits-bottom-layout {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  grid-gap: 40px;
  align-items: center;
}

.benefits-chat-card {
  height: 220px;
  border-radius: 12px;
  border: 1px solid #c1e6ff;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
  padding: 24px 24px 32px;
  background: #fff;
}

.benefits-chat-header {
  font-weight: 700;
  margin-bottom: 8px;
}

.benefits-chat-input {
  margin-top: 40px;
  border-radius: 32px;
  border: 1px solid #d3e4ff;
  padding: 10px 16px;
  font-size: 13px;
  color: #999;
}

/* CONTACT FORM (first screenshot) */
.contact-section {
  background: #f7f7f7;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1.1fr 1.4fr;
  grid-gap: 40px;
  align-items: flex-start;
}

.contact-form {
  padding: 40px 40px 40px 70px;
}

.form-row {
  margin-bottom: 40px;
  position: relative;
}

.form-row label {
  display: block;
  font-size: 30px;
  margin-bottom: 12px;
  font-weight: 600;
  color: #1a1a1a;
}

.form-row::before {
  content: "+";
  position: absolute;
  left: -30px;
  bottom: 0;
  font-size: 24px;
  font-weight: 300;
  color: #333;
  line-height: 1;
}

.form-control {
  width: 100%;
  border: none;
  border-bottom: 2px solid #333;
  padding: 12px 8px 12px;
  font-size: 16px;
  outline: none;
  background: transparent;
}

.form-control:focus {
  border-bottom-color: #0057d9;
}

textarea.form-control {
  border: none;
  border-bottom: 2px solid #333;
  border-radius: 0;
  min-height: 130px;
  padding: 12px 8px;
  resize: vertical;
}

.btn-primary {
  margin-top: 20px;
  display: inline-block;
  padding: 16px 48px;
  clip-path: polygon(
    0 0,
    calc(100% - 12px) 0,
    100% 12px,
    100% 100%,
    12px 100%,
    0 calc(100% - 12px)
  );
  border: none;
  background: #0033a0;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  cursor: pointer;
}

.btn-primary:hover {
  background: #00247a;
}

/* FOOTER CTA */
.foot-cta {
  position: relative;
  text-align: center;
  background: #000;
  color: #fff;
  padding: 136px 16px 140px;
  font-size: 40px;
  font-weight: 600;
  overflow: hidden;
}

.foot-cta-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.foot-cta-text {
  position: relative;
  z-index: 1;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .nav {
    float: none;
    margin-top: 12px;
    text-align: left;
  }

  .nav li {
    margin-left: 0;
    margin-right: 14px;
  }

  .hero-content {
    position: static;
    padding: 24px 20px 28px;
  }

  .hero-image {
    height: 260px;
    opacity: 0.45;
  }

  .hero-grid {
    position: static;
    margin-top: 24px;
  }

  .hero-grid-inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .clients-logos {
    grid-template-columns: repeat(4, 1fr);
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .success-grid {
    grid-template-columns: 1fr;
  }

  .numbers-row,
  .numbers-row.bottom {
    grid-template-columns: 1fr;
  }

  .numbers-subgrid {
    grid-template-columns: 1fr 1fr;
  }

  .env-layout,
  .benefits-list-layout,
  .benefits-bottom-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .benefits-circle-row {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 720px) {
  section {
    padding: 40px 0;
  }

  .hero-main-copy h1 {
    font-size: 24px;
  }

  .intro-centered {
    font-size: 18px;
  }

  .hero-grid-inner {
    grid-template-columns: 1fr;
  }

  .clients-logos {
    grid-template-columns: repeat(2, 1fr);
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .benefits-circle-row {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }

  .benefits-circle-main {
    width: 190px;
    height: 190px;
    padding-top: 40px;
  }

  .numbers-subgrid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .hero-content {
    padding: 20px 14px 24px;
  }

  .hero-grid-inner {
    grid-gap: 16px;
  }

  .contact-form {
    padding: 32px 24px 32px 50px;
  }

  .form-row::before {
    left: -20px;
    font-size: 20px;
  }

  .form-row label {
    font-size: 24px;
  }
}

/* CARROUSEL STYLES */
/* Wrapper */
.carrousel_wrapper {
  position: relative;
  width: 100%;

  overflow: hidden;

  color: #fff;
}

/* Top bar */
.carrousel_topbar {
  position: absolute;
  left: 0;
  right: 0;
  top: 24px;
  z-index: 10;
  text-align: right;
  pointer-events: none;
}

.carrousel_topbar-inner {
  display: inline-block;
  background: rgba(0, 0, 0, 0.7);
  color: #f5f5f5;
  border-radius: 2px 0 0 2px;
  padding: 18px 44px;
  margin-right: 20px;
  pointer-events: auto;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.carrousel_logo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 92px;
}

.carrousel_logo img {
  display: block;
  height: 100px;
  width: auto;
}

.carrousel_menu {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.carrousel_menu > li {
  display: inline-block;
  margin: 0 20px;
  cursor: pointer;
  line-height: 1.1;
  opacity: 0.86;
  transition: opacity 160ms ease-out, transform 160ms ease-out;
  vertical-align: middle;
}



.carrousel_menu > li:hover {
  opacity: 1;
  transform: translateY(-1px);
}

.menu-flags-item {
  display: inline-flex !important;
  align-items: center;
  gap: 12px;
  vertical-align: middle;
  padding-left: 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  margin-left: 10px !important; 
}

.menu-flag {
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0.5;
  transition: all 0.2s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.menu-flag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.menu-flag:hover,
.menu-flag.active {
  opacity: 1;
  border-color: #fff;
  transform: scale(1.1);
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.4);
}

/* HAMBURGER MENU STYLES */
.menu-hamburger {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 200;
  vertical-align: middle;
  pointer-events: auto;
}

.hamburger-line {
  display: block;
  width: 28px;
  height: 3px;
  background: #fff;
  margin: 6px 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  border-radius: 2px;
}

.menu-hamburger.is-active .hamburger-line:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.menu-hamburger.is-active .hamburger-line:nth-child(2) {
  opacity: 0;
}

.menu-hamburger.is-active .hamburger-line:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

/* Viewport */
.carrousel_viewport {
  position: relative;
  width: 100%;
  padding-top: 46%;
  /* aspect ratio-ish hero */
  min-height: 420px;
  overflow: hidden;
}

/* Track & slides */
.carrousel_track {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  transition: transform 600ms cubic-bezier(0.33, 0.01, 0.16, 1);
}

.carrousel_slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* Fixed video background */
.carrousel_bg_video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 0;
}

/* Dark gradient on left to mimic panel depth */
.carrousel_overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}

/* Content panel */
.carrousel_content-panel {
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  width: 34%;
  max-width: 620px;
  padding: 32px 30px 28px;
  opacity: 0;
  transition: opacity 420ms ease-out, transform 420ms ease-out;
  z-index: 2;
}

.carrousel_slide--active .carrousel_content-panel {
  opacity: 1;
}

.carrousel_title {
  margin: 0 0 18px;
  font-size: 40px;
  line-height: 1.05;
  font-weight: 800;
  max-width: 720px;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;
  text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

.carrousel_text {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  color: #e5e5ea;
  max-width: 620px;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;
  text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

/* Arrows */
.carrousel_arrows {
  position: absolute;
  left: 10%;
  bottom: 28px;
  z-index: 5;
}

.carrousel_arrow {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-right: 7px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(4, 4, 6, 0.9);
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  line-height: 30px;
  text-align: center;
  padding: 0;
  transition: background 160ms ease-out, transform 160ms ease-out,
    box-shadow 160ms ease-out, border-color 160ms ease-out;
}

.carrousel_arrow:hover {
  background: #ffffff;
  color: #111319;
  border-color: #ffffff;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.6);
  transform: translateY(-1px);
}

/* Dots */
.carrousel_dots {
  position: absolute;
  right: 10%;
  bottom: 32px;
  z-index: 5;
  white-space: nowrap;
}

.carrousel_dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  margin-left: 6px;
  border: 0;
  padding: 0;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.35);
  transition: width 160ms ease-out, background 160ms ease-out,
    opacity 160ms ease-out;
}

.carrousel_dot--active {
  width: 24px;
  background: #ffffff;
}

/* Tracking Input */
.carrousel_tracking {
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  max-width: 420px;
  width: 90%;
}

.tracking_form {
  position: relative;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 16px;
  padding: 8px 8px 8px 24px;
  transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}

.tracking_form:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.35);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

.tracking_form:focus-within {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4),
    0 0 0 3px rgba(255, 255, 255, 0.15);
}

.tracking_input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding: 14px 0;
  font-family: inherit;
}

.tracking_input::placeholder {
  color: rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.08em;
  font-weight: 600;
}

.tracking_input:focus::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.tracking_submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 12px;
  background: linear-gradient(135deg, #2757e5 0%, #1d4ed8 100%);
  color: #ffffff;
  cursor: pointer;
  transition: all 240ms cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 16px rgba(39, 87, 229, 0.4);
  flex-shrink: 0;
}

.tracking_submit:hover {
  background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
  box-shadow: 0 6px 24px rgba(39, 87, 229, 0.6);
  transform: translateY(-2px);
}

.tracking_submit:active {
  transform: translateY(0);
  box-shadow: 0 2px 12px rgba(39, 87, 229, 0.5);
}

.tracking_submit svg {
  display: block;
}

/* Basic responsiveness */
@media (max-width: 900px) {
  .carrousel_topbar {
    text-align: left;
    top: 16px;
  }

  .carrousel_topbar-inner {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: auto;
    margin: 0 4%;
    padding: 12px 20px;
    border-radius: 4px;
  }

  .carrousel_logo {
    margin-right: 0;
    flex-shrink: 0;
  }

  .carrousel_logo img {
    height: 45px;
  }

  .menu-hamburger {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
  }

  .hamburger-line {
    display: block !important;
    width: 28px;
    height: 3px;
    background: #fff;
    margin: 4px 0;
    border-radius: 2px;
  }

  .carrousel_menu {
    display: none !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 36, 122, 0.98);
    z-index: 150;
    padding: 120px 40px 40px;
    text-align: center;
    overflow-y: auto;
  }

  .carrousel_menu.menu-open {
    display: block !important;
  }

  .carrousel_menu > li {
    display: block !important;
    margin: 0 0 28px;
    opacity: 1;
    font-size: 20px;
  }

  .carrousel_menu > li span {
    font-size: 14px;
  }

  .carrousel_content-panel {
    width: 80%;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
  }

  .carrousel_title {
    font-size: 28px;
  }

  .carrousel_text {
    font-size: 16px;
  }

  .carrousel_tracking {
    right: 5%;
    max-width: 350px;
  }

  .tracking_input {
    font-size: 14px;
  }

  .tracking_input::placeholder {
    font-size: 12px;
  }

  .tracking_submit {
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 640px) {
  .carrousel_viewport {
    padding-top: 90%;
    min-height: 350px;
  }

  .carrousel_topbar {
    top: 10px;
  }

  .carrousel_topbar-inner {
    padding: 10px 14px;
    margin: 0 3%;
  }

  .carrousel_logo img {
    height: 36px;
  }

  .carrousel_content-panel {
    width: 88%;
    left: 6%;
    top: 55%;
    transform: translateY(-50%);
    padding: 16px;
  }

  .carrousel_title {
    font-size: 22px;
    margin-bottom: 12px;
  }

  .carrousel_text {
    font-size: 14px;
    line-height: 1.4;
  }

  .carrousel_arrows {
    left: 6%;
    bottom: 14px;
  }

  .carrousel_dots {
    right: 6%;
    bottom: 18px;
  }

  .carrousel_arrow {
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 26px;
  }

  .carrousel_tracking {
    right: 6%;
    left: 6%;
    top: auto;
    bottom: 80px;
    transform: none;
    max-width: none;
    width: auto;
  }

  .tracking_form {
    padding: 6px 6px 6px 18px;
    border-radius: 14px;
  }

  .tracking_input {
    font-size: 13px;
    padding: 12px 0;
  }

  .tracking_input::placeholder {
    font-size: 11px;
  }

  .tracking_submit {
    width: 40px;
    height: 40px;
  }

  .tracking_submit svg {
    width: 18px;
    height: 18px;
  }
}

/* FOOTER STYLES */
.footer_wrapper {
  background: #00247a;
  color: #ffffff;
}

.footer_container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 72px 7vw 60px;
}

.footer_top {
  overflow: hidden;
  /* clearfix for floats */
}

.footer_newsletter {
  float: left;
  width: 57%;
}

.footer_links {
  float: right;
  width: 40%;
  text-align: left;
}

.footer_newsletter-title {
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0 0 4px;
}

.footer_newsletter-subtitle {
  margin: 0 0 32px;
  font-size: 0.95rem;
  opacity: 0.9;
}

.footer_newsletter-form {
  max-width: 420px;
}

.footer_input-wrapper {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-top: 4px;
  padding-bottom: 10px;
  margin-bottom: 26px;
  transition: border-color 0.25s ease;
}

.footer_input-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: #ffffff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.footer_input-wrapper:focus-within {
  border-color: transparent;
}

.footer_input-wrapper:focus-within::after {
  transform: scaleX(1);
}

.footer_label {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.03em;
  text-transform: none;
  margin-bottom: 4px;
  opacity: 0.95;
}

.footer_input {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  color: #ffffff;
  font-size: 0.95rem;
  padding: 4px 2px 0 0;
}

.footer_input::placeholder {
  color: transparent;
}

.footer_input:-webkit-autofill,
.footer_input:-webkit-autofill:hover,
.footer_input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 30px #00247a inset;
  -webkit-text-fill-color: #ffffff;
}

.footer_button {
  display: inline-block;
  border-radius: 999px;
  border: none;
  padding: 10px 40px;
  background: #ffffff;
  color: #00247a;
  font-size: 0.96rem;
  font-weight: 500;
  cursor: pointer;
  letter-spacing: 0.03em;
  text-transform: none;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28);
  transform: translateY(0);
  transition: box-shadow 0.2s ease, transform 0.2s ease,
    background-color 0.2s ease;
}

.footer_button:hover {
  background-color: #f5f7ff;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.35);
  transform: translateY(-1px);
}

.footer_button:active {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  transform: translateY(0);
}

.footer_form-message {
  margin-top: 14px;
  font-size: 0.78rem;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.footer_form-message.footer_visible {
  opacity: 0.9;
  transform: translateY(0);
}

.footer_links-column {
  display: inline-block;
  vertical-align: top;
  min-width: 150px;
  margin-right: 40px;
  margin-bottom: 12px;
}

.footer_links-title {
  font-size: 1rem;
  margin: 0 0 18px;
}

.footer_link {
  display: block;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  margin-bottom: 8px;
  position: relative;
  padding-bottom: 2px;
}

.footer_link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.footer_link:hover {
  color: #ffffff;
}

.footer_link:hover::after {
  transform: scaleX(1);
}

.footer_bottom {
  margin-top: 80px;
  overflow: hidden;
  /* clearfix */
}

.footer_social {
  float: left;
}

.footer_social-label {
  margin: 0 0 16px;
  font-size: 0.9rem;
}

.footer_social-icons {
  font-size: 0;
}

.footer_social-icon {
  display: inline-block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.75);
  text-align: center;
  line-height: 38px;
  font-size: 0.9rem;
  text-transform: uppercase;
  color: #ffffff;
  margin-right: 18px;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease,
    box-shadow 0.2s ease;
}

.footer_social-icon:hover {
  background-color: #ffffff;
  color: #00247a;
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.35);
}

.footer_logo {
  float: right;
}

.footer_logo-img {
  display: block;
  max-width: 170px;
  height: auto;
  width: 170px;
}

/* Basic responsiveness */
@media (max-width: 900px) {
  .footer_newsletter,
  .footer_links {
    float: none;
    width: 100%;
  }

  .footer_links {
    margin-top: 48px;
  }

  .footer_links-column {
    margin-right: 32px;
    margin-bottom: 24px;
  }

  .footer_bottom {
    margin-top: 56px;
  }

  .footer_logo {
    float: none;
    margin-top: 28px;
    text-align: right;
  }
}

@media (max-width: 640px) {
  .footer_container {
    padding: 56px 24px 40px;
  }

  .footer_links-column {
    display: block;
    margin-right: 0;
  }

  .footer_logo {
    text-align: left;
  }

  .footer_logo-img {
    max-width: 150px;
  }
}

.footer_cert-logos {
  display: flex;
  gap: 16px;
  justify-content: flex-end; /* Align right on desktop */
  margin-top: 12px;
}

.footer_cert-img {
  height: 30px; /* Smaller than main logo */
  width: auto;
  filter: brightness(0) invert(1); /* Make white */
  opacity: 0.8;
  transition: opacity 0.2s ease;
}

.footer_cert-img:hover {
  opacity: 1;
}

@media (max-width: 900px) {
  .footer_cert-logos {
    justify-content: flex-end; /* Keep right or centered depending on preference, right matches logo align */
  }
}

@media (max-width: 640px) {
  .footer_cert-logos {
    justify-content: flex-start; /* Align left on mobile */
  }
}

/* FAQ Accordion Styles */
.faq_section {
  padding: 80px 0;
  background: #fff;
}

.faq_container {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

/* Decorative gradient blur (top left) */
.faq_container::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -150px;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(0, 200, 255, 0.15) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  pointer-events: none;
  z-index: 0;
}

.faq_item {
  position: relative;
  border-top: 1px solid #e5e7eb;
  z-index: 1;
}

.faq_item:last-child {
  border-bottom: 1px solid #e5e7eb;
}

/* Plus mark on the left */
.faq_item::before {
  content: "+";
  position: absolute;
  left: -20px;
  top: 24px;
  font-size: 14px;
  color: #005ed8;
  font-weight: 300;
  line-height: 1;
}

.faq_header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: color 0.2s ease;
}

.faq_header:hover .faq_title {
  color: #005ed8;
}

.faq_title {
  font-size: 18px;
  font-weight: 700;
  color: #111;
  transition: color 0.2s ease;
}

.faq_header[aria-expanded="true"] .faq_title {
  color: #005ed8;
}

.faq_icon {
  position: relative;
  width: 14px;
  height: 8px;
  transition: transform 0.3s ease;
}

/* Chevron icon using borders */
.faq_icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  transform: rotate(45deg);
  transition: border-color 0.2s ease;
}

.faq_header:hover .faq_icon::after,
.faq_header[aria-expanded="true"] .faq_icon::after {
  border-color: #005ed8;
}

.faq_header[aria-expanded="true"] .faq_icon {
  transform: rotate(-180deg);
}

.faq_content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.faq_body {
  padding-bottom: 32px;
  color: #555;
  font-size: 15px;
  line-height: 1.6;
}

.faq_body ul {
  list-style: disc;
  margin-left: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.faq_body li {
  margin-bottom: 6px;
}

/* Responsive */
@media (max-width: 768px) {
  .faq_item::before {
    display: none;
  }

  .faq_title {
    font-size: 16px;
    padding-right: 16px;
  }
}

/* TRACKING INTERFACE (Dark UI) */
.tracking-section {
  background: #050b14; /* Deep dark blue/black */
  background: radial-gradient(circle at 50% 30%, #0f1f3a 0%, #050b14 70%);
  color: #fff;
  padding: 60px 0 100px;
  min-height: 800px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  position: relative;
  overflow: hidden;
}

/* Simulate the grid/tech background overlay */
.tracking-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.03) 1px,
      transparent 1px
    ),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 50px 50px;
  pointer-events: none;
}

.tracking-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

/* Header & Search */
.tracking-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}

.tracking-search-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  max-width: 600px;
}

.tracking-input {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  padding: 10px 0;
  font-size: 16px;
  width: 100%;
  outline: none;
}

.tracking-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.tracking-btn {
  background: #fff;
  color: #000;
  border: none;
  padding: 8px 20px;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
}

.tracking-help {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: underline;
  font-size: 14px;
}

/* Tabs */
.tracking-tabs {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}

.tracking-tab {
  background: #fff;
  color: #333;
  border: none;
  padding: 10px 20px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 2px;
  /* Skew effect for tech look */
  transform: skewX(-15deg);
}

.tracking-tab span {
  display: block;
  transform: skewX(15deg); /* Unskew text */
}

.tracking-tab--active {
  background: #fff; /* Active state usually highlighted, keeping white as per image */
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.tracking-tabs--bottom {
  margin-top: 60px;
  justify-content: center;
}

/* Status Panel */
.tracking-status-panel {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 30px;
}

.tracking-status-header h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
  padding-left: 20px;
  border-left: 4px solid #00c3ff; /* Cyan accent */
  background: linear-gradient(
    90deg,
    rgba(0, 195, 255, 0.1) 0%,
    transparent 100%
  );
  padding: 10px 20px;
  display: inline-block;
}

/* Timeline */
.tracking-timeline {
  position: relative;
  padding-left: 40px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  margin-left: 20px;
}

.timeline-item {
  position: relative;
  margin-bottom: 40px;
  display: flex;
  align-items: flex-start;
}

.timeline-dot {
  position: absolute;
  left: -44px; /* Align with border-left of container */
  top: 5px;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 0; /* Square dots */
}

.timeline-dot--arrow {
  background: #333;
  color: #fff;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  left: -50px;
  top: 0;
  border: 1px solid #fff;
}

.timeline-content {
  display: flex;
  gap: 40px;
  width: 100%;
}

.timeline-date {
  font-weight: 700;
  font-size: 16px;
  min-width: 150px;
  line-height: 1.4;
}

.timeline-info {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
}

.timeline-location {
  font-weight: 700;
  display: block;
  margin-top: 4px;
  text-transform: uppercase;
}

/* Active/Start item styling */
.timeline-item--start .timeline-date {
  color: #fff;
}

/* ========================================
   COMPREHENSIVE MOBILE RESPONSIVE STYLES
   ======================================== */

/* Mobile: 480px and below */
@media (max-width: 480px) {
  .wrapper {
    padding: 0 12px;
  }

  section {
    padding: 32px 0;
  }

  .section-title {
    font-size: 20px;
    margin-top: 40px;
  }

  .section-title-centered {
    font-size: 24px;
    margin-top: 60px;
  }

  .section-subtitle-centered {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .intro-centered {
    padding: 80px 16px 60px;
    font-size: 20px;
  }

  .top-bar {
    font-size: 10px;
    padding: 6px 0;
    display: none;
  }

  /* Services Grid */
  .services-grid {
    grid-template-columns: 1fr;
    grid-row-gap: 40px;
  }

  .service-card {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding-bottom: 32px;
  }

  .service-icon {
    width: 60px;
    height: 60px;
  }

  .service-title {
    font-size: 20px;
  }

  /* Success Cards */
  .success-grid {
    grid-template-columns: 1fr;
  }

  .success-card {
    padding: 24px 20px 32px;
  }

  .success-card h3 {
    font-size: 18px;
  }

  .success-card p {
    font-size: 15px;
  }

  /* Numbers Section */
  .numbers-row {
    padding: 24px 20px 32px;
    grid-template-columns: 1fr;
  }

  .numbers-block-main {
    font-size: 18px;
  }

  /* Contact Form */
  .contact-form {
    padding: 24px 16px 24px 40px;
  }

  .form-row {
    margin-bottom: 30px;
  }

  .form-row label {
    font-size: 20px;
  }

  .form-row::before {
    left: -24px;
    font-size: 18px;
  }

  .btn-primary {
    padding: 14px 36px;
    font-size: 12px;
  }

  /* Footer CTA */
  .foot-cta {
    padding: 80px 16px;
    font-size: 24px;
  }

  /* Clients Logos */
  .clients-logos {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px;
  }

  /* Benefits */
  .benefits-circle-main {
    width: 160px;
    height: 160px;
    padding: 30px 16px;
    font-size: 13px;
  }

  .benefits-small-circle {
    width: 120px;
    height: 120px;
    padding: 24px 12px;
    font-size: 11px;
  }

  .benefits-icons-grid {
    grid-template-columns: 1fr;
  }

  /* FAQ */
  .faq_section {
    padding: 40px 0;
  }

  .faq_header {
    padding: 18px 0;
  }

  .faq_title {
    font-size: 15px;
  }

  /* Tracking */
  .tracking-section {
    padding: 40px 0 60px;
    min-height: auto;
  }

  .tracking-header {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }

  .tracking-tabs {
    flex-wrap: wrap;
    gap: 10px;
  }

  .tracking-tab {
    padding: 8px 14px;
    font-size: 12px;
  }

  .timeline-content {
    flex-direction: column;
    gap: 8px;
  }

  .timeline-date {
    min-width: auto;
    font-size: 14px;
  }
}

/* Tablet: 481px to 768px */
@media (min-width: 481px) and (max-width: 768px) {
  .section-title {
    font-size: 22px;
  }

  .section-title-centered {
    font-size: 28px;
  }

  .intro-centered {
    font-size: 24px;
    padding: 100px 20px 80px;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .success-grid {
    grid-template-columns: 1fr;
  }

  .clients-logos {
    grid-template-columns: repeat(3, 1fr);
  }

  .contact-form {
    padding: 32px 24px 32px 50px;
  }

  .form-row label {
    font-size: 24px;
  }
}

/* Small Desktop: 769px to 1024px */
@media (min-width: 769px) and (max-width: 1024px) {
  .carrousel_title {
    font-size: 40px;
  }

  .carrousel_text {
    font-size: 18px;
  }

  .carrousel_content-panel {
    width: 50%;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .success-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .clients-logos {
    grid-template-columns: repeat(5, 1fr);
  }
}

/* Ensure images are responsive */
img {
  max-width: 100%;
  height: auto;
}

/* Fix overflow issues */
html,
body {
  overflow-x: hidden;
  max-width: 100vw;
}

* {
  box-sizing: border-box;
}

/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}

/* Touch-friendly tap targets */
@media (max-width: 768px) {
  .carrousel_menu > li a {
    display: block;
    padding: 12px 0;
  }

  /* Fix footer overflow */
  .footer_newsletter,
  .footer_links {
    float: none;
    width: 100%;
  }

  .footer_links-column {
    display: block;
    margin-right: 0;
    margin-bottom: 24px;
  }

  .footer_bottom {
    flex-direction: column;
    gap: 20px;
  }

  .footer_social {
    float: none;
  }

  .footer_logo {
    float: none;
    margin-top: 20px;
  }

  /* Fix numbers section overflow */
  .numbers-row,
  .numbers-row.bottom {
    grid-template-columns: 1fr;
  }

  .numbers-subgrid {
    grid-template-columns: 1fr;
  }

  /* Fix benefits layout */
  .benefits-list-layout,
  .benefits-bottom-layout {
    grid-template-columns: 1fr;
  }

  .benefits-circle-row {
    grid-template-columns: 1fr;
  }

  /* Fix environment layout */
  .env-layout {
    grid-template-columns: 1fr;
  }

  /* Fix contact layout */
  .contact-layout {
    grid-template-columns: 1fr;
  }

  /* Fix hero grid */
  .hero-grid-inner {
    grid-template-columns: 1fr;
  }
}

/* Ensure all text doesn't overflow */
h1,
h2,
h3,
h4,
p,
span,
a,
li {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media (max-width: 480px) {
  .wrapper {
    padding: 0 16px;
  }
}
