:root {
  --bg-page: #f4f7fd;
  --bg-white: #ffffff;
  --text-main: #131a28;
  --text-muted: #707c91;
  --brand: #13213f;
  --brand-deep: #0b1730;
  --brand-soft: #223763;
  --border-soft: rgba(19, 33, 63, 0.08);
  --shadow-soft: 0 14px 35px rgba(17, 30, 59, 0.08);
  --shadow-card: 0 10px 24px rgba(19, 33, 63, 0.08);
  --radius-card: 22px;
  --radius-pill: 999px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text-main);
  background: var(--bg-page);
  -webkit-font-smoothing: antialiased;
}

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

a {
  text-decoration: none;
}

.header-footer-container {
  width: 90%;
  max-width: 1440px;
}

.section-container {
  width: 80%;
  max-width: 1280px;
}

.section-gap {
  padding: 54px 0;
}

.site-header {
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid rgba(19, 33, 63, 0.05);
}

.navbar {
  min-height: 74px;
}

.brand-mark img {
  width: 118px;
  height: auto;
}

.nav-link {
  font-size: 14px;
  font-weight: 600;
  color: #515d75;
  padding: 0.35rem 0.7rem;
}

.nav-link.active,
.nav-link:hover {
  color: var(--brand);
}

.btn {
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 12px 18px;
  transition: all 0.2s ease;
}

.btn-sm {
  padding: 10px 16px;
}

.btn-brand {
  background: var(--brand);
  border: 1px solid var(--brand);
  color: #fff;
}

.btn-brand:hover {
  background: var(--brand-soft);
  border-color: var(--brand-soft);
  color: #fff;
}

.btn-outline-brand {
  background: #fff;
  border: 1px solid rgba(19, 33, 63, 0.22);
  color: var(--brand);
}

.btn-outline-brand:hover {
  background: rgba(19, 33, 63, 0.04);
  color: var(--brand);
}

.hero-section {
  position: relative;
  min-height: 500px;
  overflow: hidden;
}

.hero-carousel,
.hero-carousel .carousel-inner,
.hero-carousel .carousel-item,
.hero-slide {
  min-height: 500px;
}

.hero-slide {
  position: relative;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(57, 30, 12, 0.94) 0%, rgba(57, 30, 12, 0.82) 19%, rgba(20, 16, 13, 0.44) 43%, rgba(6, 18, 37, 0.22) 100%),
    var(--hero-image) 90% center / cover no-repeat;
}

.hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 17, 32, 0.18) 0%, rgba(10, 17, 32, 0.1) 45%, rgba(10, 17, 32, 0.3) 100%),
    linear-gradient(180deg, rgba(255, 170, 101, 0.08) 0%, rgba(10, 17, 32, 0.12) 100%);
}

.hero-section .section-container {
  position: relative;
  z-index: 1;
  min-height: 500px;
  display: flex;
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 1;
  width: min(100%, 470px);
  color: #fff;
  padding-top: 12px;
}

.hero-copy h1 {
  margin: 0 0 16px;
  font-size: clamp(2.3rem, 4vw, 3.55rem);
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.hero-copy p {
  width: min(100%, 390px);
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 1.65;
}

.hero-btn-primary,
.hero-btn-secondary {
  min-width: 138px;
  justify-content: center;
}

.hero-btn-primary {
  color: var(--brand);
}

.hero-btn-secondary {
  border-width: 1px;
}

.hero-control {
  width: 72px;
  opacity: 1;
}

.hero-control-icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.36);
  background: rgba(12, 22, 43, 0.34);
  color: #fff;
  font-size: 18px;
  backdrop-filter: blur(6px);
  transition: background 0.2s ease, border-color 0.2s ease;
}

.hero-control:hover .hero-control-icon,
.hero-control:focus .hero-control-icon {
  background: rgba(12, 22, 43, 0.55);
  border-color: rgba(255, 255, 255, 0.58);
}

.media-card {
  border-radius: 18px;
  overflow: hidden;
}

.intro-image,
.about-image {
  box-shadow: var(--shadow-card);
}

.intro-image img,
.about-image img,
.tech-image img,
.map-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro-copy h2,
.section-heading h2,
.tech-copy h2,
.about-copy h2,
.cta-panel h2,
.contact-copy h2 {
  margin: 0 0 12px;
  color: var(--text-main);
  font-size: clamp(1.85rem, 3vw, 2.55rem);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.intro-copy p,
.section-heading p,
.tech-copy > p,
.about-copy p,
.cta-panel p,
.contact-copy > p {
  margin: 0;
  color: var(--text-muted);
  font-size: 17px;
  line-height: 1.78;
}

.feature-points {
  margin: 26px 0 18px;
}

.point-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.point-icon,
.contact-item span {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(19, 33, 63, 0.12);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--brand);
  font-size: 15px;
  flex-shrink: 0;
  background: #fff;
}

.point-item h3,
.tech-list h3,
.mini-feature h3,
.contact-item h3,
.service-card h3,
.footer-links h3,
.footer-subscribe h3 {
  margin: 0 0 4px;
  font-size: 17px;
  font-weight: 800;
  color: var(--text-main);
}

.point-item p,
.tech-list p,
.mini-feature p,
.contact-item p {
  margin: 0;
  font-size: 15px;
  color: var(--text-muted);
  line-height: 1.6;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
  color: var(--brand);
  font-size: 15px;
  font-weight: 800;
}

.services-section {
  padding-top: 30px;
}

.section-heading {
  max-width: 720px;
  margin: 0 auto 38px;
}

.section-heading h2 {
  margin-bottom: 10px;
}

.service-card {
  background: var(--bg-white);
  border: 1px solid rgba(19, 33, 63, 0.04);
  border-radius: 18px;
  padding: 28px 22px 22px;
  box-shadow: var(--shadow-card);
}

.service-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(19, 33, 63, 0.05);
  color: var(--brand);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  margin-bottom: 16px;
}

.service-card p {
  min-height: 72px;
  margin: 0;
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.75;
}

.service-card .text-link {
  margin-top: 10px;
}

.btn-view-all {
  min-width: 92px;
  border-radius: 9px;
}

.technology-panel {
  padding: 42px;
  border-radius: 0;
  background:
    radial-gradient(circle at top left, rgba(110, 58, 117, 0.28), transparent 26%),
    linear-gradient(180deg, #15233f 0%, #101d35 100%);
  box-shadow: var(--shadow-soft);
}

.tech-image {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
}

.tech-copy {
  color: #fff;
}

.tech-copy h2,
.cta-panel h2 {
  color: #fff;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: #ffbf9f;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.tech-copy > p {
  color: rgba(233, 239, 251, 0.72);
  margin-bottom: 22px;
}

.tech-list li {
  display: flex;
  gap: 13px;
  align-items: flex-start;
}

.tech-list li + li {
  margin-top: 15px;
}

.tech-list span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  color: #ffd8d0;
  font-size: 13px;
  flex-shrink: 0;
}

.tech-list h3 {
  color: #fff;
  font-size: 13px;
}

.tech-list p {
  color: rgba(233, 239, 251, 0.7);
}

.feature-grid {
  margin-top: 22px;
}

.mini-feature {
  background: #fff;
  border-radius: 18px;
  padding: 24px 18px 20px;
  text-align: center;
  box-shadow: var(--shadow-card);
}

.mini-feature i {
  font-size: 20px;
  color: var(--brand);
  display: inline-block;
  margin-bottom: 12px;
}

.about-copy p {
  max-width: 475px;
  margin-bottom: 22px;
}

.btn-small {
  padding-inline: 18px;
}

.cta-panel {
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 30%),
    linear-gradient(90deg, #14213e 0%, #172843 100%);
  border-radius: 22px;
  padding: 48px 24px;
}

.cta-panel p {
  max-width: 520px;
  margin: 0 auto 24px;
  color: rgba(236, 241, 248, 0.76);
}

.cta-btn {
  min-width: 154px;
  color: var(--brand);
}

.contact-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.contact-item + .contact-item {
  margin-top: 18px;
}

.map-card {
  margin-top: 28px;
  border-radius: 16px;
  overflow: hidden;
}

.contact-form-card {
  background: #fff;
  border-radius: 18px;
  padding: 28px 24px;
  box-shadow: var(--shadow-card);
}

.form-label {
  margin-bottom: 6px;
  color: #5f6b80;
  font-size: 14px;
  font-weight: 700;
}

.form-control,
.form-select {
  min-height: 47px;
  border-radius: 10px;
  border: 1px solid rgba(19, 33, 63, 0.12);
  color: var(--text-main);
  font-size: 13px;
  box-shadow: none;
}

.form-control::placeholder {
  color: #9aa4b5;
}

.form-control:focus,
.form-select:focus {
  border-color: rgba(19, 33, 63, 0.35);
  box-shadow: 0 0 0 0.18rem rgba(19, 33, 63, 0.08);
}

textarea.form-control {
  min-height: 118px;
  resize: none;
}

.form-submit {
  min-height: 48px;
}

.site-footer {
  margin-top: 20px;
  padding: 44px 0 34px;
  background: #101d35;
  color: rgba(255, 255, 255, 0.78);
}

.footer-brand img {
  width: 118px;
  margin-bottom: 18px;
}

.footer-brand p,
.footer-subscribe p,
.footer-subscribe small {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.7;
}

.social-links {
  display: flex;
  gap: 12px;
  margin-top: 14px;
}

.social-links a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
}

.footer-links a {
  display: block;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  margin-bottom: 10px;
}

.footer-links h3,
.footer-subscribe h3 {
  color: #fff;
  font-size: 13px;
  margin-bottom: 14px;
}

.subscribe-form {
  position: relative;
  max-width: 300px;
  margin-bottom: 16px;
}

.subscribe-form input {
  width: 100%;
  height: 42px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  padding: 0 48px 0 14px;
  color: #fff;
  font-size: 15px;
  outline: none;
}

.subscribe-form input::placeholder {
  color: rgba(255, 255, 255, 0.44);
}

.subscribe-form button {
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 8px;
  background: #fff;
  color: var(--brand);
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 86px;
  background:
    linear-gradient(90deg, rgba(12, 22, 43, 0.94) 0%, rgba(12, 22, 43, 0.78) 38%, rgba(12, 22, 43, 0.54) 100%),
    url("assets/hero-truck.png") center center / cover no-repeat;
}

.services-hero {
  background:
    linear-gradient(90deg, rgba(12, 22, 43, 0.94) 0%, rgba(12, 22, 43, 0.78) 38%, rgba(12, 22, 43, 0.54) 100%),
    url("assets/banner-1.png") center center / cover no-repeat;
}

.technology-hero {
  background:
    linear-gradient(90deg, rgba(12, 22, 43, 0.94) 0%, rgba(12, 22, 43, 0.78) 38%, rgba(12, 22, 43, 0.54) 100%),
    url("assets/banner-2.png") center center / cover no-repeat;
}

.tracking-hero {
  background:
    linear-gradient(90deg, rgba(12, 22, 43, 0.94) 0%, rgba(12, 22, 43, 0.78) 38%, rgba(12, 22, 43, 0.54) 100%),
    url("assets/banner-3.png") center center / cover no-repeat;
}

.contact-hero {
  background:
    linear-gradient(90deg, rgba(12, 22, 43, 0.94) 0%, rgba(12, 22, 43, 0.78) 38%, rgba(12, 22, 43, 0.54) 100%),
    url("assets/banner-1.png") center center / cover no-repeat;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 158, 87, 0.08), rgba(6, 18, 37, 0.08));
}

.page-hero .section-container {
  position: relative;
  z-index: 1;
}

.page-hero-copy {
  max-width: 760px;
  color: #fff;
}

.page-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: #d9e5ff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-kicker::before {
  content: "";
  width: 46px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}

.page-hero h1 {
  margin: 0 0 16px;
  font-size: clamp(2.7rem, 5vw, 4.7rem);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.page-hero p {
  max-width: 640px;
  margin: 0;
  color: rgba(233, 239, 251, 0.78);
  font-size: 17px;
  line-height: 1.75;
}

.page-stats {
  margin-top: 32px;
}

.metric-card {
  height: 100%;
  padding: 26px 20px 22px;
  background: #fff;
  border: 1px solid rgba(19, 33, 63, 0.05);
  border-radius: 20px;
  box-shadow: var(--shadow-card);
}

.metric-card h3 {
  margin: 0 0 8px;
  color: var(--brand);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
  font-weight: 800;
}

.metric-card p {
  margin: 0;
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.7;
}

.section-label {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--brand);
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.text-white.section-label,
.dark-panel .section-label,
.careers-link-card .section-label {
  color: #fff;
}

.detail-card {
  height: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 28px 24px;
  box-shadow: var(--shadow-card);
}

.detail-card i {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: 14px;
  background: rgba(19, 33, 63, 0.06);
  color: var(--brand);
  font-size: 20px;
}

.detail-card h3,
.process-card h3,
.faq-card h3,
.tracking-status h3,
.contact-panel h3,
.support-panel h3 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 800;
  color: var(--text-main);
}

.detail-card p,
.process-card p,
.faq-card p,
.tracking-status p,
.contact-panel p,
.support-panel p {
  margin: 0;
  color: var(--text-muted);
  font-size: 17px;
  line-height: 1.75;
}

.dark-panel {
  background:
    radial-gradient(circle at top left, rgba(103, 65, 135, 0.22), transparent 26%),
    linear-gradient(180deg, #15233f 0%, #0f1b31 100%);
  border-radius: 24px;
  padding: 42px;
  color: #fff;
  box-shadow: var(--shadow-soft);
}

.dark-panel h2,
.dark-panel h3 {
  color: #fff;
}

.dark-panel p {
  color: rgba(233, 239, 251, 0.75);
}

.process-card {
  position: relative;
  height: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 30px 24px 24px;
  box-shadow: var(--shadow-card);
}

.process-step {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--brand);
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}

.split-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: var(--shadow-card);
}

.capability-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.capability-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 18px 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
}

.capability-item i {
  color: #ffd8d0;
  font-size: 18px;
}

.capability-item h3 {
  margin: 0 0 6px;
  font-size: 17px;
  font-weight: 800;
}

.capability-item p {
  margin: 0;
  color: rgba(233, 239, 251, 0.72);
  font-size: 15px;
  line-height: 1.6;
}

.tracking-search {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 28px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
}

.tracking-search input {
  flex: 1 1 auto;
  min-height: 54px;
  border: 0;
  border-radius: 12px;
  padding: 0 18px;
  color: var(--text-main);
  font-size: 17px;
  outline: none;
}

.timeline-list {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.timeline-list::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 8px;
  bottom: 8px;
  width: 2px;
  background: rgba(19, 33, 63, 0.12);
}

.timeline-list li {
  position: relative;
  padding-left: 44px;
}

.timeline-list li + li {
  margin-top: 22px;
}

.timeline-list li::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 7px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 0 6px rgba(19, 33, 63, 0.08);
}

.timeline-list h3 {
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: 800;
}

.timeline-list p,
.timeline-list span {
  display: block;
  margin: 0;
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.7;
}

.tracking-status {
  height: 100%;
  padding: 26px 22px;
  background: #fff;
  border-radius: 20px;
  box-shadow: var(--shadow-card);
}

.status-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(35, 117, 74, 0.12);
  color: #23754a;
  font-size: 14px;
  font-weight: 800;
}

.status-chip.pending {
  background: rgba(216, 145, 22, 0.12);
  color: #b6750f;
}

.support-panel,
.contact-panel {
  height: 100%;
  padding: 30px 24px;
  background: #fff;
  border-radius: 20px;
  box-shadow: var(--shadow-card);
}

.contact-list {
  display: grid;
  gap: 16px;
  margin-top: 22px;
}

.contact-list .contact-item {
  padding: 18px;
  background: rgba(19, 33, 63, 0.03);
  border-radius: 18px;
}

.faq-card {
  height: 100%;
  padding: 24px 22px;
  background: #fff;
  border-radius: 20px;
  box-shadow: var(--shadow-card);
}

.careers-section {
  padding-top: 18px;
}

.careers-link-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 24px;
  padding: 38px;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.1), transparent 28%),
    linear-gradient(90deg, #14213e 0%, #1a2d50 100%);
  box-shadow: var(--shadow-soft);
  color: #fff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.careers-link-card:hover {
  transform: translateY(-3px);
  color: #fff;
  box-shadow: 0 18px 38px rgba(17, 30, 59, 0.14);
}

.careers-link-card h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.careers-link-card p {
  margin: 0;
  color: rgba(233, 239, 251, 0.78);
  font-size: 17px;
  line-height: 1.75;
}

.careers-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 20px;
}

.careers-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.careers-preview-list {
  display: grid;
  gap: 12px;
}

.career-preview-card {
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
}

.career-preview-card span {
  display: block;
  margin-bottom: 6px;
  color: #ffbf9f;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.careers-link-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  font-size: 15px;
  font-weight: 800;
  color: #fff;
}

.vacancy-card {
  height: 100%;
  padding: 26px 24px;
  background: #fff;
  border-radius: 20px;
  box-shadow: var(--shadow-card);
}

.vacancy-card h3 {
  margin: 0;
  font-size: 21px;
  font-weight: 800;
  color: var(--text-main);
}

.vacancy-card p {
  margin: 0;
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.7;
}

.vacancy-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.role-chip {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(19, 33, 63, 0.06);
  color: var(--brand);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.vacancy-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 16px;
}

.vacancy-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(19, 33, 63, 0.04);
  color: #5f6b80;
  font-size: 13px;
  font-weight: 700;
}

.job-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.job-list li {
  position: relative;
  padding-left: 18px;
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.7;
}

.job-list li + li {
  margin-top: 8px;
}

.job-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brand);
}

.job-grid {
  margin-top: 10px;
}

.application-panel {
  height: 100%;
  padding: 30px 26px;
  background: #fff;
  border-radius: 20px;
  box-shadow: var(--shadow-card);
}

.application-panel p {
  margin: 0;
  color: var(--text-muted);
  font-size: 15px;
  line-height: 1.72;
}

.upload-box {
  border: 1px dashed rgba(19, 33, 63, 0.18);
  border-radius: 18px;
  padding: 18px;
  background: rgba(19, 33, 63, 0.03);
}

.upload-box .form-control {
  min-height: 44px;
  background: #fff;
}

.upload-hint {
  margin-top: 10px;
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.6;
}

.benefit-list {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.benefit-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 16px;
  border-radius: 16px;
  background: rgba(19, 33, 63, 0.03);
}

.benefit-item span {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--brand);
  border: 1px solid rgba(19, 33, 63, 0.1);
  font-size: 15px;
}

.benefit-item h3 {
  margin: 0 0 4px;
  color: var(--text-main);
  font-size: 17px;
  font-weight: 800;
}

.benefit-item p {
  margin: 0;
  color: var(--text-muted);
  font-size: 14px;
  line-height: 1.65;
}

@media (max-width: 991.98px) {
  .navbar {
    padding: 10px 0;
  }

  .navbar-collapse {
    padding: 18px 0 8px;
  }

  .nav-link {
    padding-inline: 0;
  }

  .header-actions {
    margin-top: 14px;
  }

  .hero-section,
  .hero-section .section-container {
    min-height: 580px;
  }

  .hero-carousel,
  .hero-carousel .carousel-inner,
  .hero-carousel .carousel-item,
  .hero-slide {
    min-height: 580px;
  }

  .hero-slide {
    background-position: 72% center;
  }

  .technology-panel {
    padding: 30px;
  }

  .careers-link-card {
    padding: 30px 24px;
  }

  .page-hero {
    padding: 78px 0 72px;
  }

  .dark-panel {
    padding: 32px 26px;
  }

  .capability-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .section-gap {
    padding: 42px 0;
  }

  .hero-section,
  .hero-section .section-container {
    min-height: 520px;
  }

  .hero-carousel,
  .hero-carousel .carousel-inner,
  .hero-carousel .carousel-item,
  .hero-slide {
    min-height: 520px;
  }

  .hero-copy p {
    width: 100%;
  }

  .hero-control {
    width: 54px;
  }

  .hero-control-icon {
    width: 42px;
    height: 42px;
  }

  .intro-copy h2,
  .section-heading h2,
  .tech-copy h2,
  .about-copy h2,
  .cta-panel h2,
  .contact-copy h2 {
    font-size: 1.85rem;
  }

  .service-card p {
    min-height: auto;
  }

  .technology-panel,
  .contact-form-card,
  .cta-panel,
  .application-panel {
    padding-inline: 20px;
  }

  .vacancy-top {
    flex-direction: column;
  }

  .header-footer-container,
  .section-container {
    width: 92%;
  }

  .page-hero {
    padding: 64px 0 58px;
  }

  .page-hero h1 {
    font-size: 2.5rem;
  }

  .tracking-search {
    flex-direction: column;
    align-items: stretch;
  }
}
