:root {
  --navy-950: #0a1124;
  --navy-900: #101b36;
  --navy-800: #17264a;
  --blue-700: #294f99;
  --blue-600: #3265b6;
  --red-600: #d51f32;
  --red-500: #e52639;
  --green-600: #1fa855;
  --green-500: #25d366;
  --ink-900: #151923;
  --ink-700: #414858;
  --ink-500: #6e7482;
  --line: #dfe3eb;
  --surface: #f4f6fa;
  --white: #ffffff;
  --shadow-sm: 0 10px 30px rgba(16, 27, 54, 0.08);
  --shadow-lg: 0 30px 80px rgba(10, 17, 36, 0.18);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 30px;
  --container: min(1200px, calc(100% - 40px));
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink-900);
  background: var(--white);
  font-family: "Segoe UI Variable", "Segoe UI", Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

img {
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

button {
  color: inherit;
}

::selection {
  color: var(--white);
  background: var(--red-600);
}

:focus-visible {
  outline: 3px solid rgba(229, 38, 57, 0.55);
  outline-offset: 4px;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 14px;
  left: 14px;
  padding: 11px 16px;
  color: var(--white);
  background: var(--navy-900);
  border-radius: 8px;
  transform: translateY(-160%);
  transition: transform 0.25s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.section {
  padding-block: 118px;
  position: relative;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px;
  color: var(--blue-700);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow > span {
  width: 34px;
  height: 3px;
  background: var(--red-600);
  border-radius: 99px;
}

.eyebrow--light {
  color: rgba(255, 255, 255, 0.74);
}

.section-title {
  margin: 0;
  color: var(--navy-900);
  font-size: clamp(2.35rem, 5vw, 4.4rem);
  font-weight: 760;
  letter-spacing: -0.055em;
  line-height: 1.02;
}

.section-title em {
  color: var(--red-600);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.section-title--light {
  color: var(--white);
}

.section-title--light em {
  color: #f15c6c;
}

.section-lead {
  color: var(--ink-700);
  font-size: 1.13rem;
  line-height: 1.75;
}

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

.section-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.65fr);
  align-items: end;
  gap: 80px;
}

.section-heading--split > p {
  margin: 0 0 4px;
  color: var(--ink-700);
  font-size: 1.03rem;
}

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.025em;
  line-height: 1;
  cursor: pointer;
  transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease, transform 0.25s var(--ease), box-shadow 0.25s ease;
}

.button svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.button:hover {
  transform: translateY(-3px);
}

.button--primary {
  color: var(--white);
  background: var(--red-600);
  box-shadow: 0 16px 35px rgba(213, 31, 50, 0.34);
}

.button--primary:hover {
  background: var(--red-500);
  box-shadow: 0 20px 40px rgba(213, 31, 50, 0.4);
}

.button--ghost {
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(8px);
}

.button--ghost:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: var(--white);
}

.button--light {
  color: var(--navy-900);
  background: var(--white);
}

.button--light:hover {
  color: var(--white);
  background: var(--red-600);
}

.button--whatsapp {
  width: 100%;
  color: var(--white);
  background: var(--green-600);
  border: 0;
}

.button--whatsapp:hover {
  background: #168b45;
  box-shadow: 0 16px 32px rgba(31, 168, 85, 0.24);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
  color: var(--navy-900);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.text-link span {
  color: var(--red-600);
  font-size: 1.25rem;
  transition: transform 0.2s ease;
}

.text-link:hover span {
  transform: translateX(5px);
}

/* Header */
.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  background: var(--white);
  box-shadow: 0 1px 0 rgba(10, 17, 36, 0.08);
}

.topbar {
  color: rgba(255, 255, 255, 0.82);
  background: var(--navy-950);
}

.topbar__inner {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.topbar__message {
  margin: 0;
  font-size: 0.74rem;
  letter-spacing: 0.03em;
}

.topbar__links {
  display: flex;
  align-items: center;
  gap: 24px;
}

.topbar__links a {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.73rem;
  transition: color 0.2s ease;
}

.topbar__links a:hover {
  color: var(--white);
}

.topbar__links svg {
  width: 14px;
  height: 14px;
  fill: var(--red-500);
}

.nav-wrap {
  transition: box-shadow 0.25s ease;
}

.site-header.is-scrolled .nav-wrap {
  box-shadow: 0 16px 35px rgba(10, 17, 36, 0.08);
}

.nav-wrap__inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  flex: 0 0 auto;
}

.brand img {
  width: 230px;
  height: auto;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 1.6vw, 27px);
}

.primary-nav > a {
  position: relative;
  padding-block: 30px;
  color: var(--ink-700);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.primary-nav > a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 21px;
  left: 0;
  height: 2px;
  background: var(--red-600);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s var(--ease);
}

.primary-nav > a:hover,
.primary-nav > a.is-active {
  color: var(--navy-900);
}

.primary-nav > a:hover::after,
.primary-nav > a.is-active::after {
  transform: scaleX(1);
  transform-origin: left;
}

.primary-nav .nav-cta {
  padding: 12px 17px;
  color: var(--white);
  background: var(--navy-900);
  border-radius: 8px;
}

.primary-nav .nav-cta::after {
  display: none;
}

.primary-nav .nav-cta:hover {
  color: var(--white);
  background: var(--red-600);
}

.nav-toggle {
  width: 48px;
  height: 48px;
  display: none;
  place-items: center;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
}

.nav-toggle span {
  width: 24px;
  height: 2px;
  position: absolute;
  background: var(--navy-900);
  border-radius: 99px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.nav-toggle span:nth-child(1) { transform: translateY(-7px); }
.nav-toggle span:nth-child(3) { transform: translateY(7px); }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: rotate(-45deg); }

/* Hero */
.hero {
  min-height: clamp(650px, calc(100svh - 118px), 840px);
  position: relative;
  display: grid;
  align-items: center;
  isolation: isolate;
  color: var(--white);
  overflow: hidden;
}

.hero__media,
.hero__overlay {
  position: absolute;
  z-index: -2;
  inset: 0;
}

.hero__media {
  background: url("../img/hero-road.jpg") 61% center / cover no-repeat;
  transform: scale(1.015);
}

.hero__overlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7, 14, 32, 0.94) 0%, rgba(10, 20, 45, 0.88) 28%, rgba(10, 20, 45, 0.38) 58%, rgba(10, 20, 45, 0.05) 100%),
    linear-gradient(0deg, rgba(5, 10, 23, 0.35), transparent 44%);
}

.hero__content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 70px;
  padding-block: 92px 122px;
}

.hero__copy {
  width: min(710px, 72%);
}

.hero h1 {
  margin: 0;
  font-size: clamp(4rem, 7.2vw, 7.25rem);
  font-weight: 760;
  letter-spacing: -0.075em;
  line-height: 0.88;
  text-wrap: balance;
}

.hero h1 strong {
  color: #ff4b5e;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.hero__lead {
  max-width: 650px;
  margin: 32px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.75;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.hero__badge {
  min-width: 230px;
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 5px;
  padding: 19px 22px;
  background: rgba(9, 17, 38, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 16px;
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow-lg);
}

.hero__badge-number {
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 1;
}

.hero__badge-text {
  padding-left: 17px;
  color: rgba(255, 255, 255, 0.82);
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}

.scroll-cue {
  width: 30px;
  height: 48px;
  position: absolute;
  bottom: 25px;
  left: 50%;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 99px;
  transform: translateX(-50%);
}

.scroll-cue span {
  width: 4px;
  height: 8px;
  position: absolute;
  top: 9px;
  left: 50%;
  background: var(--white);
  border-radius: 99px;
  transform: translateX(-50%);
  animation: scrollCue 1.8s ease-in-out infinite;
}

@keyframes scrollCue {
  0% { opacity: 0; transform: translate(-50%, 0); }
  35% { opacity: 1; }
  100% { opacity: 0; transform: translate(-50%, 18px); }
}

/* Trust */
.trust-strip {
  position: relative;
  z-index: 4;
  margin-top: -1px;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.trust-strip__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-item {
  min-height: 145px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 26px 38px;
  border-right: 1px solid var(--line);
}

.trust-item:first-child {
  border-left: 1px solid var(--line);
}

.trust-item__number {
  color: var(--navy-900);
  font-size: clamp(2.1rem, 3.2vw, 3.4rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1;
}

.trust-item__number > span {
  color: var(--red-600);
  font-size: 0.58em;
}

.trust-item__label {
  margin-top: 10px;
  color: var(--ink-500);
  font-size: 0.77rem;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

/* About */
.about {
  overflow: hidden;
}

.about::before {
  content: "";
  width: 340px;
  height: 340px;
  position: absolute;
  top: -130px;
  right: -170px;
  border: 70px solid rgba(41, 79, 153, 0.04);
  border-radius: 50%;
}

.about__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(0, 0.97fr);
  align-items: center;
  gap: clamp(60px, 8vw, 110px);
}

.about__visual {
  position: relative;
  padding: 0 36px 42px 0;
}

.about__image-wrap {
  aspect-ratio: 4 / 4.35;
  overflow: hidden;
  background: var(--surface);
  border-radius: 4px 60px 4px 4px;
  box-shadow: var(--shadow-lg);
}

.about__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 56% center;
  transition: transform 0.8s var(--ease);
}

.about__visual:hover img {
  transform: scale(1.035);
}

.about__experience {
  min-width: 225px;
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  color: var(--white);
  background: var(--red-600);
  box-shadow: 0 20px 45px rgba(213, 31, 50, 0.28);
}

.about__experience strong {
  font-size: 2rem;
  letter-spacing: -0.04em;
  line-height: 1;
}

.about__experience span {
  padding-left: 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.35;
  text-transform: uppercase;
}

.about__content > p:not(.eyebrow) {
  margin: 25px 0 0;
  color: var(--ink-700);
}

.feature-list {
  display: grid;
  gap: 18px;
  margin-top: 32px;
}

.feature-list__item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.feature-list__icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--blue-700);
  border-radius: 50%;
}

.feature-list__icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.feature-list__item div {
  display: grid;
  gap: 2px;
}

.feature-list__item strong {
  color: var(--navy-900);
  font-size: 0.98rem;
}

.feature-list__item div span {
  color: var(--ink-500);
  font-size: 0.88rem;
}

/* Services */
.services {
  background: var(--surface);
}

.services__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.service-card {
  min-width: 0;
  background: var(--white);
  border: 1px solid rgba(16, 27, 54, 0.08);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(10, 17, 36, 0.06);
  transition: transform 0.35s var(--ease), box-shadow 0.35s ease;
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 28px 65px rgba(10, 17, 36, 0.14);
}

.service-card__image {
  height: 245px;
  position: relative;
  overflow: hidden;
  background: #dce2ea;
}

.service-card__image::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 50%;
  background: linear-gradient(transparent, rgba(7, 14, 32, 0.48));
}

.service-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s var(--ease);
}

.service-card:hover .service-card__image img {
  transform: scale(1.07);
}

.service-card__index {
  position: absolute;
  z-index: 1;
  right: 18px;
  bottom: 12px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.07em;
}

.service-card__body {
  position: relative;
  padding: 38px 30px 32px;
}

.service-card__icon {
  width: 58px;
  height: 58px;
  position: absolute;
  top: -29px;
  left: 30px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--red-600);
  border: 5px solid var(--white);
  border-radius: 50%;
}

.service-card__icon svg {
  width: 27px;
  height: 27px;
  fill: currentColor;
}

.service-card h3 {
  margin: 5px 0 13px;
  color: var(--navy-900);
  font-size: 1.34rem;
  letter-spacing: -0.025em;
}

.service-card p {
  margin: 0;
  color: var(--ink-500);
  font-size: 0.92rem;
}

.service-card ul {
  display: grid;
  gap: 8px;
  margin: 22px 0 25px;
  padding: 0;
  list-style: none;
}

.service-card li {
  position: relative;
  padding-left: 20px;
  color: var(--ink-700);
  font-size: 0.86rem;
}

.service-card li::before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  top: 0.65em;
  left: 0;
  background: var(--red-600);
  border-radius: 50%;
  transform: translateY(-50%);
}

.service-card__body > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--blue-700);
  font-size: 0.83rem;
  font-weight: 800;
}

.service-card__body > a span {
  color: var(--red-600);
  transition: transform 0.2s ease;
}

.service-card__body > a:hover span {
  transform: translate(3px, -3px);
}

/* Operations */
.operations {
  color: rgba(255, 255, 255, 0.75);
  background: var(--navy-900);
  overflow: hidden;
}

.operations::before {
  content: "BEDIR";
  position: absolute;
  right: -30px;
  bottom: -135px;
  color: rgba(255, 255, 255, 0.025);
  font-size: clamp(13rem, 27vw, 27rem);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 1;
}

.operations__pattern {
  position: absolute;
  inset: 0;
  opacity: 0.13;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: linear-gradient(90deg, transparent, #000 55%, #000);
}

.operations__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  align-items: center;
  gap: clamp(70px, 10vw, 140px);
}

.operations__intro > p:not(.eyebrow) {
  max-width: 500px;
  margin: 28px 0 34px;
}

.process-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  list-style: none;
}

.process-item {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 24px;
  padding-block: 27px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.process-item__number {
  color: #f15c6c;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.process-item h3 {
  margin: -4px 0 5px;
  color: var(--white);
  font-size: 1.2rem;
}

.process-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.89rem;
}

/* Coverage */
.coverage {
  overflow: hidden;
}

.coverage__grid {
  display: grid;
  grid-template-columns: 0.7fr 1.2fr 0.75fr;
  align-items: center;
  gap: 60px;
}

.coverage__number {
  color: transparent;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(11rem, 19vw, 18rem);
  font-weight: 700;
  letter-spacing: -0.12em;
  line-height: 0.8;
  -webkit-text-stroke: 2px rgba(41, 79, 153, 0.17);
  user-select: none;
}

.coverage__content > p:not(.eyebrow) {
  margin: 26px 0 0;
  color: var(--ink-700);
}

.coverage__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 27px;
}

.coverage__tags span {
  padding: 8px 13px;
  color: var(--blue-700);
  background: rgba(41, 79, 153, 0.07);
  border: 1px solid rgba(41, 79, 153, 0.14);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 700;
}

.export-card {
  min-height: 280px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 31px;
  color: var(--white);
  background: linear-gradient(145deg, var(--blue-700), var(--navy-900));
  border-radius: 3px 42px 3px 3px;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}

.export-card::before {
  content: "";
  width: 180px;
  height: 180px;
  position: absolute;
  top: -85px;
  right: -80px;
  border: 34px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.export-card__label {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.export-card strong {
  margin-top: 14px;
  font-size: 3.65rem;
  letter-spacing: -0.07em;
  line-height: 1;
}

.export-card p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.84rem;
  line-height: 1.5;
}

.export-card__line {
  width: 46px;
  height: 4px;
  position: absolute;
  top: 30px;
  left: 31px;
  background: var(--red-500);
}

/* Gallery */
.gallery {
  background: var(--surface);
}

.gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: dense;
  grid-auto-rows: 300px;
  gap: 15px;
}

.gallery-card {
  min-width: 0;
  position: relative;
  padding: 0;
  background: #dbe1eb;
  border: 0;
  border-radius: var(--radius-sm);
  cursor: zoom-in;
  overflow: hidden;
}

.gallery-card--wide {
  grid-column: span 2;
}

.gallery-card--wide:last-child {
  grid-column: span 3;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s var(--ease), filter 0.4s ease;
}

.gallery-card:hover img,
.gallery-card:focus-visible img {
  filter: brightness(0.75);
  transform: scale(1.05);
}

.gallery-card__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding: 22px;
  color: var(--white);
  background: linear-gradient(transparent 45%, rgba(7, 14, 32, 0.82));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-card__overlay span {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.gallery-card__overlay svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.gallery-card:hover .gallery-card__overlay,
.gallery-card:focus-visible .gallery-card__overlay {
  opacity: 1;
}

/* Contact */
.contact {
  overflow: hidden;
}

.contact::before {
  content: "";
  width: 520px;
  height: 520px;
  position: absolute;
  top: -260px;
  right: -260px;
  background: radial-gradient(circle, rgba(41, 79, 153, 0.1), transparent 67%);
}

.contact__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
  align-items: start;
  gap: clamp(55px, 8vw, 100px);
}

.contact__details > p:not(.eyebrow) {
  max-width: 600px;
  margin: 25px 0 0;
  color: var(--ink-700);
}

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

.contact-list__item {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 15px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.contact-list__item:hover {
  border-color: rgba(41, 79, 153, 0.42);
  transform: translateY(-3px);
}

.contact-list__icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--navy-900);
  border-radius: 10px;
}

.contact-list__icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.contact-list__item > span:last-child {
  min-width: 0;
  display: grid;
}

.contact-list__item small {
  color: var(--ink-500);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.contact-list__item strong {
  overflow: hidden;
  color: var(--navy-900);
  font-size: 0.84rem;
  text-overflow: ellipsis;
}

.office-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px;
  margin-top: 28px;
}

.office-card {
  padding: 24px;
  border-left: 3px solid var(--red-600);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.office-card > span {
  color: var(--red-600);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.office-card h3 {
  margin: 3px 0 9px;
  color: var(--navy-900);
  font-size: 1.16rem;
}

.office-card p {
  margin: 0;
  color: var(--ink-500);
  font-size: 0.78rem;
  line-height: 1.65;
}

.office-card a {
  display: inline-block;
  margin-top: 8px;
  color: var(--blue-700);
  font-size: 0.8rem;
  font-weight: 700;
}

.request-card {
  position: relative;
  padding: clamp(30px, 4vw, 46px);
  color: var(--white);
  background: var(--navy-900);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}

.request-card::before {
  content: "";
  width: 230px;
  height: 230px;
  position: absolute;
  top: -135px;
  right: -100px;
  border: 45px solid rgba(255, 255, 255, 0.045);
  border-radius: 50%;
}

.request-card__head {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
}

.request-card__icon {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--green-600);
  border-radius: 50%;
}

.request-card__icon svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

.request-card__head p,
.request-card__head h3 {
  margin: 0;
}

.request-card__head p {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.74rem;
}

.request-card__head h3 {
  font-size: 1.32rem;
}

.request-card form {
  position: relative;
  display: grid;
  gap: 16px;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.request-card label {
  display: grid;
  gap: 7px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.75rem;
  font-weight: 700;
}

.request-card input,
.request-card select,
.request-card textarea {
  width: 100%;
  color: var(--white);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 9px;
  outline: 0;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.request-card input,
.request-card select {
  height: 49px;
  padding-inline: 14px;
}

.request-card textarea {
  min-height: 105px;
  padding: 13px 14px;
  resize: vertical;
}

.request-card input::placeholder,
.request-card textarea::placeholder {
  color: rgba(255, 255, 255, 0.33);
}

.request-card select option {
  color: var(--ink-900);
  background: var(--white);
}

.request-card input:focus,
.request-card select:focus,
.request-card textarea:focus {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.58);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.08);
}

.form-note {
  margin: -4px 0 0;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.67rem;
  line-height: 1.5;
  text-align: center;
}

.map-wrap {
  height: 430px;
  margin-top: 80px;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  filter: grayscale(0.78) contrast(1.04);
  transition: filter 0.4s ease;
}

.map-wrap:hover iframe,
.map-wrap:focus-within iframe {
  filter: grayscale(0.15);
}

/* Footer */
.site-footer {
  color: rgba(255, 255, 255, 0.62);
  background: var(--navy-950);
}

.site-footer__top {
  display: grid;
  grid-template-columns: 1.5fr 0.75fr 0.95fr 1fr;
  gap: 60px;
  padding-block: 75px 60px;
}

.site-footer__brand img {
  width: min(250px, 100%);
  height: auto;
  padding: 8px 10px;
  background: var(--white);
  border-radius: 8px;
}

.site-footer__brand p {
  max-width: 300px;
  margin: 18px 0 0;
  font-size: 0.87rem;
}

.site-footer h2 {
  margin: 3px 0 20px;
  color: var(--white);
  font-size: 0.79rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.site-footer__nav,
.site-footer__contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
}

.site-footer__nav a,
.site-footer__contact > a:not(.social-link) {
  font-size: 0.81rem;
  transition: color 0.2s ease, transform 0.2s ease;
}

.site-footer__nav a:hover,
.site-footer__contact > a:hover {
  color: var(--white);
  transform: translateX(3px);
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
  color: var(--white);
  font-size: 0.8rem;
  font-weight: 700;
}

.social-link svg {
  width: 18px;
  height: 18px;
  fill: #7ea5ef;
}

.site-footer__bottom {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer__bottom p {
  margin: 0;
  font-size: 0.71rem;
}

.site-footer__credit a {
  color: var(--white);
  font-weight: 700;
  text-decoration: none;
}

/* Floating actions */
.floating-actions {
  position: fixed;
  z-index: 950;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.floating-action {
  width: 54px;
  height: 54px;
  position: relative;
  display: grid;
  place-items: center;
  padding: 0;
  color: var(--white);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 10px 28px rgba(7, 14, 32, 0.22);
  cursor: pointer;
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s var(--ease), background 0.2s ease;
}

.floating-action:hover {
  transform: translateY(-4px) scale(1.03);
}

.floating-action svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.floating-action > span {
  position: absolute;
  top: 50%;
  right: calc(100% + 11px);
  padding: 7px 10px;
  color: var(--white);
  background: var(--navy-950);
  border-radius: 6px;
  font-size: 0.68rem;
  font-weight: 700;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translate(5px, -50%);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.floating-action:hover > span,
.floating-action:focus-visible > span {
  opacity: 1;
  transform: translate(0, -50%);
}

.floating-action--call {
  background: var(--blue-700);
}

.floating-action--whatsapp {
  background: var(--green-600);
}

.floating-action--top {
  color: var(--navy-900);
  background: var(--white);
  border: 1px solid var(--line);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  pointer-events: none;
}

.floating-action--top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

/* Lightbox */
.lightbox {
  width: min(1050px, calc(100% - 40px));
  max-width: none;
  padding: 0;
  color: var(--white);
  background: transparent;
  border: 0;
  overflow: visible;
}

.lightbox::backdrop {
  background: rgba(3, 7, 17, 0.9);
  backdrop-filter: blur(7px);
}

.lightbox img {
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
  background: var(--navy-950);
  border-radius: 12px;
  box-shadow: 0 35px 100px rgba(0, 0, 0, 0.45);
}

.lightbox p {
  margin: 13px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  text-align: center;
}

.lightbox__close {
  width: 48px;
  height: 48px;
  position: absolute;
  z-index: 2;
  top: -18px;
  right: -18px;
  display: grid;
  place-items: center;
  padding: 0 0 4px;
  color: var(--navy-950);
  background: var(--white);
  border: 0;
  border-radius: 50%;
  font-size: 2rem;
  line-height: 1;
  box-shadow: var(--shadow-sm);
  cursor: pointer;
}

/* 404 */
.error-page {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 40px 20px;
  color: var(--white);
  background:
    radial-gradient(circle at 75% 20%, rgba(50, 101, 182, 0.34), transparent 34%),
    radial-gradient(circle at 15% 85%, rgba(213, 31, 50, 0.2), transparent 30%),
    var(--navy-950);
}

.error-shell {
  width: min(760px, 100%);
  position: relative;
  z-index: 1;
  text-align: center;
}

.error-shell__brand {
  width: min(250px, 70vw);
  display: inline-block;
  padding: 8px 11px;
  background: var(--white);
  border-radius: 9px;
}

.error-shell__brand img {
  width: 100%;
  height: auto;
}

.error-shell__code {
  margin: 42px 0 -13px;
  color: transparent;
  font-size: clamp(7rem, 22vw, 13rem);
  font-weight: 900;
  letter-spacing: -0.09em;
  line-height: 0.75;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.14);
}

.error-shell .eyebrow {
  justify-content: center;
}

.error-shell h1 {
  margin: 0;
  font-size: clamp(2.5rem, 7vw, 5rem);
  letter-spacing: -0.06em;
  line-height: 1;
}

.error-shell > p:not(.eyebrow):not(.error-shell__code) {
  max-width: 590px;
  margin: 24px auto 30px;
  color: rgba(255, 255, 255, 0.65);
}

/* Reveal */
.js .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.75s var(--ease), transform 0.75s var(--ease);
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 1120px) {
  .brand img {
    width: 205px;
  }

  .primary-nav {
    gap: 15px;
  }

  .primary-nav > a {
    font-size: 0.69rem;
  }

  .hero__badge {
    display: none;
  }

  .hero__copy {
    width: min(720px, 85%);
  }

  .coverage__grid {
    grid-template-columns: 0.55fr 1.2fr 0.85fr;
    gap: 36px;
  }
}

@media (max-width: 980px) {
  html {
    scroll-padding-top: 82px;
  }

  .topbar {
    display: none;
  }

  .nav-wrap__inner {
    min-height: 78px;
  }

  .brand img {
    width: 220px;
  }

  .nav-toggle {
    position: relative;
    display: grid;
  }

  .primary-nav {
    position: fixed;
    z-index: 999;
    top: 78px;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 26px 20px calc(34px + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(14px);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-18px);
    overflow-y: auto;
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.3s var(--ease);
  }

  .primary-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .primary-nav > a {
    width: 100%;
    padding: 17px 8px;
    border-bottom: 1px solid var(--line);
    font-size: 0.92rem;
  }

  .primary-nav > a::after {
    display: none;
  }

  .primary-nav .nav-cta {
    margin-top: 18px;
    padding: 17px;
    text-align: center;
  }

  .hero {
    min-height: 690px;
  }

  .hero__content {
    padding-block: 100px 120px;
  }

  .hero__copy {
    width: min(690px, 92%);
  }

  .trust-item {
    padding-inline: 24px;
  }

  .about__grid,
  .operations__grid,
  .contact__grid {
    gap: 65px;
  }

  .about__grid {
    grid-template-columns: 0.9fr 1.1fr;
  }

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

  .service-card:last-child {
    grid-column: span 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .service-card:last-child .service-card__image {
    height: 100%;
    min-height: 390px;
  }

  .coverage__grid {
    grid-template-columns: 0.55fr 1.45fr;
  }

  .export-card {
    grid-column: 1 / -1;
    min-height: 220px;
  }

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

  .gallery-card--wide:last-child {
    grid-column: span 1;
  }

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

  .request-card {
    width: min(680px, 100%);
  }

  .site-footer__top {
    grid-template-columns: 1.4fr 1fr 1fr;
  }

  .site-footer__contact {
    grid-column: 2 / 4;
  }
}

@media (max-width: 760px) {
  :root {
    --container: min(100% - 30px, 650px);
  }

  .section {
    padding-block: 86px;
  }

  .section-heading--split {
    grid-template-columns: 1fr;
    gap: 24px;
  }

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

  .brand img {
    width: 190px;
  }

  .hero {
    min-height: 670px;
  }

  .hero__media {
    background-position: 66% center;
  }

  .hero__overlay {
    background: linear-gradient(90deg, rgba(7, 14, 32, 0.94), rgba(10, 20, 45, 0.72) 75%, rgba(10, 20, 45, 0.34));
  }

  .hero__content {
    padding-block: 90px 110px;
  }

  .hero__copy {
    width: 100%;
  }

  .hero h1 {
    font-size: clamp(3.65rem, 15.5vw, 5.4rem);
  }

  .hero__lead {
    max-width: 560px;
  }

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

  .trust-item {
    min-height: 125px;
  }

  .trust-item:nth-child(2) {
    border-right: 0;
  }

  .trust-item:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .about__grid,
  .operations__grid {
    grid-template-columns: 1fr;
  }

  .about__visual {
    width: min(560px, 100%);
    margin-inline: auto;
  }

  .about__image-wrap {
    aspect-ratio: 5 / 4;
  }

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

  .service-card:last-child {
    grid-column: auto;
    display: block;
  }

  .service-card:last-child .service-card__image {
    height: 245px;
    min-height: 0;
  }

  .operations::before {
    bottom: -70px;
  }

  .operations__grid {
    gap: 55px;
  }

  .coverage__grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .coverage__number {
    position: absolute;
    top: 30px;
    right: 15px;
    z-index: -1;
    font-size: 13rem;
    opacity: 0.6;
  }

  .export-card {
    grid-column: auto;
  }

  .gallery__grid {
    grid-auto-rows: 270px;
  }

  .gallery-card--wide,
  .gallery-card--wide:last-child {
    grid-column: span 2;
  }

  .contact-list,
  .office-cards {
    grid-template-columns: 1fr;
  }

  .map-wrap {
    height: 360px;
    margin-top: 55px;
  }

  .site-footer__top {
    grid-template-columns: repeat(2, 1fr);
    gap: 38px;
  }

  .site-footer__brand {
    grid-column: 1 / -1;
  }

  .site-footer__contact {
    grid-column: auto;
  }
}

@media (max-width: 520px) {
  :root {
    --container: calc(100% - 26px);
  }

  body {
    padding-bottom: calc(68px + env(safe-area-inset-bottom));
  }

  .section {
    padding-block: 72px;
  }

  .nav-wrap__inner {
    min-height: 72px;
  }

  .primary-nav {
    top: 72px;
  }

  .brand img {
    width: 173px;
  }

  .nav-toggle {
    width: 44px;
    height: 44px;
  }

  .hero {
    min-height: 670px;
  }

  .hero__media {
    background-position: 62% center;
  }

  .hero__overlay {
    background: linear-gradient(90deg, rgba(7, 14, 32, 0.95), rgba(10, 20, 45, 0.79) 72%, rgba(10, 20, 45, 0.52));
  }

  .hero__content {
    padding-block: 78px 100px;
  }

  .hero h1 {
    font-size: clamp(3.3rem, 17vw, 4.6rem);
  }

  .hero__lead {
    margin-top: 23px;
    font-size: 0.95rem;
  }

  .hero__actions {
    display: grid;
    margin-top: 29px;
  }

  .hero__actions .button {
    width: 100%;
  }

  .scroll-cue {
    display: none;
  }

  .trust-item {
    min-height: 112px;
    padding: 20px 16px;
  }

  .trust-item:first-child {
    border-left: 0;
  }

  .trust-item__label {
    font-size: 0.64rem;
  }

  .about__visual {
    padding: 0 18px 35px 0;
  }

  .about__image-wrap {
    aspect-ratio: 1 / 1.07;
    border-radius: 3px 38px 3px 3px;
  }

  .about__experience {
    min-width: 190px;
    padding: 16px 18px;
  }

  .about__experience strong {
    font-size: 1.65rem;
  }

  .service-card__body {
    padding-inline: 23px;
  }

  .process-item {
    grid-template-columns: 42px 1fr;
    gap: 12px;
  }

  .gallery__grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 300px;
  }

  .gallery-card--wide,
  .gallery-card--wide:last-child {
    grid-column: auto;
  }

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

  .request-card {
    padding: 28px 20px;
    border-radius: 20px;
  }

  .request-card__head h3 {
    font-size: 1.15rem;
  }

  .map-wrap {
    height: 320px;
    border-radius: 12px;
  }

  .site-footer__top {
    grid-template-columns: 1fr;
    gap: 33px;
    padding-block: 58px 42px;
  }

  .site-footer__brand,
  .site-footer__contact {
    grid-column: auto;
  }

  .site-footer__bottom {
    min-height: 88px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .floating-actions {
    right: 0;
    bottom: 0;
    left: 0;
    height: calc(62px + env(safe-area-inset-bottom));
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    padding-bottom: env(safe-area-inset-bottom);
    background: var(--white);
    border-top: 1px solid var(--line);
    box-shadow: 0 -10px 28px rgba(10, 17, 36, 0.1);
  }

  .floating-action {
    width: auto;
    height: 62px;
    display: flex;
    gap: 9px;
    border-radius: 0;
    box-shadow: none;
  }

  .floating-action:hover {
    transform: none;
  }

  .floating-action > span {
    width: auto;
    position: static;
    padding: 0;
    color: inherit;
    background: transparent;
    font-size: 0.76rem;
    opacity: 1;
    transform: none;
  }

  .floating-action--call {
    background: var(--blue-700);
  }

  .floating-action--whatsapp {
    background: var(--green-600);
  }

  .floating-action--top {
    width: 48px;
    height: 48px;
    position: fixed;
    right: 13px;
    bottom: calc(74px + env(safe-area-inset-bottom));
    color: var(--navy-900);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 50%;
    box-shadow: var(--shadow-sm);
  }

  .floating-action--top > span {
    display: none;
  }

  .lightbox {
    width: calc(100% - 24px);
  }

  .lightbox__close {
    top: -12px;
    right: -5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .js .reveal {
    opacity: 1;
    transform: none;
  }
}
