/* Final FASTOMAJ presentation pass */

:root {
  --max: 1280px;
  --radius-lg: 36px;
  --radius-md: 24px;
  --shadow-premium: 0 34px 90px rgba(4, 25, 32, .13);
}

body {
  background: #eef3f2;
  text-rendering: optimizeLegibility;
}

::selection {
  background: rgba(34, 206, 199, .28);
  color: var(--navy-950);
}

.site-progress {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: left center;
  background: linear-gradient(90deg, #22cec7, #83eee9);
  box-shadow: 0 0 18px rgba(84, 226, 220, .5);
  pointer-events: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(84, 226, 220, .48);
  outline-offset: 3px;
}

.site-header {
  border-bottom: 1px solid transparent;
}

.site-header.scrolled {
  border-color: rgba(255, 255, 255, .08);
}

.navbar {
  min-height: 84px;
}

.nav-links a {
  padding-block: 8px;
}

.nav-links a.is-current {
  color: var(--teal-300);
}

.nav-links a.is-current::after {
  transform: scaleX(1);
}

.brand__mark {
  border-radius: 14px;
}

.hero {
  min-height: min(940px, 100svh);
}

.hero__media {
  background:
    linear-gradient(90deg, rgba(2, 15, 19, .98) 0%, rgba(4, 24, 30, .84) 48%, rgba(5, 24, 28, .36) 100%),
    linear-gradient(0deg, rgba(3, 16, 20, .94) 0%, transparent 48%),
    url("hero-logistics.webp") center / cover no-repeat;
}

.hero__content {
  max-width: 875px;
}

.hero h1 {
  max-width: 940px;
  text-wrap: balance;
}

.hero__lead {
  max-width: 700px;
}

.hero__proof {
  width: fit-content;
  padding: 10px 15px 10px 10px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 999px;
  background: rgba(255, 255, 255, .04);
  backdrop-filter: blur(12px);
}

.network-card {
  border-color: rgba(131, 238, 233, .22);
  box-shadow: 0 44px 110px rgba(0, 0, 0, .33);
}

.network-card__metrics div {
  border-color: rgba(131, 238, 233, .11);
}

.hero__ticker {
  max-width: var(--max);
  padding: 13px 22px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 999px;
  background: rgba(3, 18, 23, .58);
  backdrop-filter: blur(14px);
}

.section {
  position: relative;
}

.section-heading h2,
.saudi-focus h2,
.contact-copy h2,
.leadership__copy h2 {
  text-wrap: balance;
}

.large-copy {
  text-wrap: pretty;
}

.about-bento,
.capability-grid,
.industry-grid {
  isolation: isolate;
}

.about-image,
.promise-card,
.impact-card,
.capability-card,
.industry-card {
  border: 1px solid rgba(7, 126, 122, .1);
}

.promise-card,
.impact-card {
  box-shadow: 0 22px 60px rgba(7, 27, 34, .08);
}

.capability-card {
  border-color: rgba(255, 255, 255, .12);
}

.capability-card:hover {
  box-shadow: 0 26px 55px rgba(0, 0, 0, .18);
}

.industry-card {
  box-shadow: 0 28px 72px rgba(7, 27, 34, .14);
}

.industry-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-top: 14px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(131, 238, 233, .45);
  color: #fff;
  font-size: .7rem;
  font-weight: 800;
}

.industry-card__link svg {
  width: 15px;
  height: 15px;
  color: var(--teal-300);
  transition: transform .2s ease;
}

.industry-card__link:hover svg {
  transform: translate(3px, -3px);
}

.solutions-explorer {
  background:
    radial-gradient(circle at 92% 6%, rgba(34, 206, 199, .12), transparent 28%),
    linear-gradient(180deg, #f7faf9, #edf3f2);
}

.solutions-explorer__shell {
  box-shadow: var(--shadow-premium);
}

.solution-tab {
  position: relative;
}

.solution-tab.active::after {
  position: absolute;
  right: 20px;
  bottom: 0;
  left: 20px;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: var(--teal-300);
  content: "";
}

.solutions-explorer__content .button {
  border-color: rgba(7, 126, 122, .16);
  background: var(--navy-900);
  color: #fff;
  box-shadow: 0 16px 38px rgba(7, 27, 34, .13);
}

.solutions-explorer__content .button:hover {
  background: #0b333d;
}

.saudi-focus__copy {
  max-width: 720px;
}

.framework-card {
  box-shadow: 0 35px 90px rgba(0, 0, 0, .24);
}

.control-center__dashboard,
.risk-shield__console,
.map-panel,
.leadership__panel,
.contact-form {
  box-shadow: var(--shadow-premium);
}

.risk-shield {
  background:
    radial-gradient(circle at 48% 2%, rgba(34, 206, 199, .15), transparent 34%),
    linear-gradient(180deg, #06171d, #08222a);
}

.risk-shield__console {
  border-color: rgba(84, 226, 220, .22);
}

.risk-tab {
  min-height: 82px;
}

.risk-shield__panel {
  min-height: 530px;
}

.risk-shield__response > div {
  min-height: 112px;
}

.risk-shield__response strong {
  font-size: .71rem;
}

.risk-shield__checks li {
  min-height: 58px;
  display: flex;
  align-items: center;
}

.global-section {
  border-top: 1px solid rgba(84, 226, 220, .08);
}

.office-card {
  min-height: 305px;
}

.leadership__panel {
  border-color: rgba(7, 126, 122, .16);
}

.leadership__visual {
  margin: 0;
  border-radius: 0;
}

.leadership__logo img {
  object-position: center 22%;
}

.leadership__copy {
  padding: clamp(40px, 5vw, 72px);
}

.leadership__values span {
  padding: 10px 12px;
}

.contact-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 8%, rgba(84, 226, 220, .13), transparent 26%),
    linear-gradient(145deg, #06171d, #092a33);
}

.contact-section::before {
  position: absolute;
  right: -160px;
  bottom: -230px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(84, 226, 220, .12);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.contact-layout {
  position: relative;
  z-index: 1;
}

.contact-confidence {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0 30px;
}

.contact-confidence span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  border: 1px solid rgba(84, 226, 220, .14);
  border-radius: 999px;
  background: rgba(84, 226, 220, .055);
  color: #c5d6d9;
  font-size: .63rem;
  font-weight: 700;
}

.contact-confidence svg {
  width: 13px;
  height: 13px;
  color: var(--teal-300);
}

.contact-form {
  border-color: rgba(84, 226, 220, .13);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--teal-400);
  box-shadow: none;
  outline: none;
}

.footer__top {
  border-top: 1px solid rgba(255, 255, 255, .07);
}

@media (max-width: 1120px) {
  .nav-links {
    gap: 14px;
  }

  .nav-links a {
    font-size: .77rem;
  }

  .hero__layout {
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, .7fr);
  }
}

@media (max-width: 920px) {
  .hero {
    min-height: auto;
  }

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

  .network-card {
    width: min(100%, 520px);
  }

  .hero__ticker {
    display: none;
  }

  .solution-tab.active::after {
    top: 18px;
    right: auto;
    bottom: 18px;
    left: 0;
    width: 3px;
    height: auto;
    border-radius: 0 999px 999px 0;
  }
}

@media (max-width: 640px) {
  .shell {
    width: min(var(--max), calc(100% - 34px));
  }

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

  .hero__actions .button {
    width: 100%;
  }

  .hero__proof {
    width: 100%;
    border-radius: 18px;
  }

  .network-card {
    padding: 16px;
    border-radius: 24px;
  }

  .section-heading {
    margin-bottom: 40px;
  }

  .industry-card__content p {
    font-size: .78rem;
  }

  .risk-shield__tabs {
    grid-template-columns: 1fr;
  }

  .risk-tab {
    min-height: 76px;
  }

  .risk-shield__status {
    margin-bottom: 28px;
  }

  .risk-shield__response > div {
    min-height: 0;
  }

  .leadership__panel {
    border-radius: 26px;
  }

  .leadership__visual,
  .leadership__logo {
    min-height: 460px;
  }

  .leadership__copy {
    padding: 30px 22px 36px;
  }

  .contact-confidence {
    align-items: stretch;
    flex-direction: column;
  }

  .contact-confidence span {
    width: 100%;
    border-radius: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-progress {
    transition: none;
  }
}

/* Compact leadership presentation */
.leadership {
  padding: 72px 0;
}

.leadership__panel {
  grid-template-columns: minmax(360px, .78fr) minmax(0, 1.22fr);
  min-height: 0;
}

.leadership__visual,
.leadership__logo {
  height: 600px;
  min-height: 600px;
}

.leadership__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
}

.leadership__copy {
  min-height: 600px;
  justify-content: flex-start;
  padding: 36px 46px;
}

.leadership__copy-top {
  margin-bottom: 18px;
}

.leadership__copy h2 {
  margin-bottom: 12px;
  font-size: clamp(2.45rem, 3.45vw, 3.5rem);
}

.leadership__intro {
  margin-bottom: 14px;
}

.leadership blockquote {
  margin-bottom: 16px;
  padding: 16px 18px;
  line-height: 1.52;
}

.leadership__values {
  margin-bottom: 15px;
}

.leadership__values span {
  min-height: 82px;
}

.leadership__journey {
  padding-top: 14px;
}

/* A single, clean focus border for the project form */
.contact-form input:focus-visible,
.contact-form select:focus-visible,
.contact-form textarea:focus-visible {
  border-color: var(--teal-400);
  box-shadow: none;
  outline: none;
}

/* Footer language access */
.language-bar {
  position: relative;
  overflow: hidden;
  padding: 30px 0;
  border-top: 1px solid rgba(84, 226, 220, .12);
  border-bottom: 1px solid rgba(84, 226, 220, .1);
  background:
    radial-gradient(circle at 85% 20%, rgba(84, 226, 220, .11), transparent 28%),
    #06171d;
  color: #fff;
}

.language-bar__inner,
.language-bar__copy,
.language-bar__control {
  display: flex;
  align-items: center;
}

.language-bar__inner {
  justify-content: space-between;
  gap: 34px;
}

.language-bar__copy {
  gap: 16px;
}

.language-bar__icon {
  display: grid;
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  place-items: center;
  border: 1px solid rgba(84, 226, 220, .25);
  border-radius: 16px;
  background: rgba(84, 226, 220, .07);
  color: var(--teal-300);
}

.language-bar__icon svg {
  width: 23px;
  height: 23px;
}

.language-bar__copy small,
.language-bar__control > span {
  display: block;
  color: var(--teal-300);
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.language-bar__copy h2 {
  margin: 3px 0 2px;
  font-size: 1.3rem;
  letter-spacing: -.03em;
}

.language-bar__copy p {
  margin: 0;
  color: #91a8ad;
  font-size: .71rem;
}

.language-bar__control {
  min-width: 440px;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
}

.gtranslate_wrapper {
  width: 100%;
  min-height: 42px;
}

.gtranslate_wrapper .gt_selector {
  width: 100%;
  min-height: 42px;
  padding: 0 42px 0 14px;
  border: 1px solid rgba(84, 226, 220, .18);
  border-radius: 12px;
  outline: none;
  background: #0a2730;
  color: #d9e7e9;
  font: 750 .72rem var(--font-body);
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease;
}

.gtranslate_wrapper .gt_selector:hover,
.gtranslate_wrapper .gt_selector:focus {
  border-color: rgba(84, 226, 220, .44);
  background: #0c3039;
  color: #fff;
}

.gtranslate_wrapper .gt_selector option {
  background: #0a2730;
  color: #fff;
}

.language-bar__control noscript {
  color: #91a8ad;
  font-size: .64rem;
}

.language-bar__control > small {
  margin: 0;
  color: #718a90;
  font-size: .58rem;
}

@media (max-width: 920px) {
  .leadership__panel {
    grid-template-columns: 1fr;
  }

  .leadership__visual,
  .leadership__logo {
    height: 500px;
    min-height: 500px;
  }

  .leadership__copy {
    min-height: 0;
    padding: 38px 40px 42px;
  }

  .language-bar__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .leadership {
    padding: 58px 0;
  }

  .leadership__visual,
  .leadership__logo {
    height: 420px;
    min-height: 420px;
  }

  .leadership__copy {
    padding: 30px 23px 34px;
  }

  .leadership__copy h2 {
    font-size: 2.3rem;
  }

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

  .language-bar {
    padding: 26px 0;
  }

  .language-bar__copy {
    align-items: flex-start;
  }

  .language-bar__control,
  .gtranslate_wrapper {
    width: 100%;
    min-width: 0;
  }
}
