:root {
  --blue: #014bd4;
  --blue-dark: #003a9f;
  --blue-pale: #eef4ff;
  --blue-gray: #edf2f6;
  --blue-line: #014bd4;
  --red: #ff4d43;
  --red-light: rgba(255, 77, 67, .05);
  --white: #ffffff;
  --text: #3d4652;
  --muted: #64707d;
  --bs-primary: var(--blue);
  --bs-primary-rgb: 1, 75, 212;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 156px;
  overflow-x: clip;
}

body {
  color: var(--text);
  background: var(--white);
  font-family: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.68;
  overflow-x: hidden;
}

a {
  color: var(--blue);
}

p {
  color: var(--text);
  font-weight: 500;
}

button, input, select, textarea, img, span {
  color: inherit;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 1100;
  color: var(--white);
  background: var(--blue);
  padding: 0.75rem 1rem;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  padding-bottom: 24px;
  background-color: var(--blue-pale);
  background-image: linear-gradient(rgba(1, 75, 212, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(1, 75, 212, 0.08) 1px, transparent 1px);
  background-size: 32px 32px;
  border: 0;
  box-shadow: none;
}

.topbar {
  color: var(--text);
  border: 0;
  font-size: 0.84rem;
  font-weight: 700;
}

.topbar-layout {
  min-height: 44px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2rem;
}

.topbar-contact {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}

.topbar a {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--text);
  text-decoration: none;
  padding: 0.35rem 0;
}

.topbar svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: var(--blue);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.topbar-contact img {
  width: 23px;
  height: 23px;
  object-fit: contain;
  flex: 0 0 auto;
  filter: invert(23%) sepia(96%) saturate(3650%) hue-rotate(216deg) brightness(82%) contrast(105%);
}

.topbar-slogan {
  justify-self: center;
  margin: 0;
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.topbar-slogan i {
  color: var(--blue);
  font-style: normal;
  padding: 0 0.35rem;
}

.topbar .emergency-link {
  color: var(--red);
  background: transparent;
  font-weight: 700;
}

.topbar .emergency-link {
  justify-self: end;
}

.topbar .emergency-link svg {
  width: 26px;
  height: 26px;
  stroke: var(--red);
}

.topbar .emergency-link small {
  font-size: 1em;
  font-weight: 700;
}

.navbar {
  min-height: 88px;
  padding: 0.65rem 0;
  background: rgba(255, 255, 255, 0.76);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.navbar-brand {
  color: var(--blue);
  transition: transform 0.25s ease;
}

.navbar-brand:hover {
  transform: translateY(-2px);
}

.navbar-brand img {
  width: 128px;
  height: auto;
  object-fit: contain;
}

.nav-link {
  color: var(--text);
  border-radius: 999px;
  font-weight: 700;
  padding: 0.72rem 1rem !important;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.055em;
  font-size: 1rem;
  transition: color 0.2s ease, background 0.2s ease;
}

.nav-link::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  left: 50%;
  bottom: 0.3rem;
  border-radius: 50%;
  background: var(--red);
  opacity: 0;
  transform: translate(-50%, 4px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.nav-link:hover, .nav-link:focus {
  color: var(--blue);
  background: var(--blue-pale);
}

.nav-link:hover::after, .nav-link:focus::after {
  opacity: 1;
  transform: translate(-50%, 0);
}

.navbar-toggler {
  width: 48px;
  height: 44px;
  display: grid;
  place-content: center;
  gap: 5px;
  color: var(--blue);
  border: 2px solid var(--blue);
  border-radius: 0;
}

.navbar-toggler span {
  width: 23px;
  height: 2px;
  color: var(--blue);
  background: var(--blue);
  display: block;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.btn {
  position: relative;
  z-index: 0;
  isolation: isolate;
  overflow: hidden;
  border-radius: 1.15rem 0 1.15rem 0;
  font-family: inherit;
  font-style: normal;
  font-weight: 700;
  padding: 0.82rem 1.3rem;
  border-width: 2px;
  text-transform: uppercase;
  letter-spacing: 0.045em;
  transition: color 0.25s ease, border-color 0.25s ease;
}

.btn, button, .slider-arrow, .contact-icon-btn {
  caret-color: transparent;
  user-select: none;
}

.btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 -8%;
  border-radius: inherit;
  background: var(--blue);
  clip-path: polygon(0 112%, 4% 106%, 8% 102%, 12% 100%, 16% 102%, 20% 106%, 25% 112%, 29% 118%, 33% 122%, 37% 124%, 41% 122%, 45% 118%, 50% 112%, 54% 106%, 58% 102%, 62% 100%, 66% 102%, 70% 106%, 75% 112%, 79% 118%, 83% 122%, 87% 124%, 91% 122%, 95% 118%, 100% 112%, 100% 100%, 0 100%);
  will-change: clip-path;
  transition: clip-path 0.7s cubic-bezier(0.55, 0, 0.9, 0.45);
}

.btn:hover {
  box-shadow: none;
}

.btn:focus, .btn:focus-visible, .btn:active {
  box-shadow: none !important;
}

.btn:hover::before, .btn:focus-visible::before {
  animation: button-wave-sway 0.7s ease-in-out both;
  clip-path: polygon(0 -12%, 4% -18%, 8% -22%, 12% -24%, 16% -22%, 20% -18%, 25% -12%, 29% -6%, 33% -2%, 37% 0, 41% -2%, 45% -6%, 50% -12%, 54% -18%, 58% -22%, 62% -24%, 66% -22%, 70% -18%, 75% -12%, 79% -6%, 83% -2%, 87% 0, 91% -2%, 95% -6%, 100% -12%, 100% 100%, 0 100%);
}

@keyframes button-wave-sway {
  0% {
    transform: translateX(-4%);
  }
  35% {
    transform: translateX(4%);
  }
  70% {
    transform: translateX(-3%);
  }
  100% {
    transform: translateX(0);
  }
}
.btn-primary {
  color: var(--white);
  background: var(--red);
  border: 0;
  padding: calc(0.82rem + 2px) calc(1.3rem + 2px);
}

.btn-primary:hover, .btn-primary:focus {
  color: var(--white);
  background-color: var(--blue);
  transition: background-color 0s linear 0.7s;
}

.btn-outline-primary {
  color: var(--blue);
  background: var(--white);
  border-color: var(--blue);
}

.btn-outline-primary:hover, .btn-outline-primary:focus {
  color: var(--white);
  background-color: var(--blue);
  border-color: var(--blue);
  transition: color 0s linear 0.525s, background-color 0s linear 0.7s;
}

.btn-lg {
  font-size: 1rem;
  padding: 1rem 1.45rem;
}

.btn-primary.btn-lg {
  padding: calc(1rem + 2px) calc(1.45rem + 2px);
}

.btn span {
  margin-left: 1rem;
}

.nav-cta {
  font-style: normal;
}

.hero {
  position: relative;
  overflow: hidden;
  background: var(--white);
  max-height: 700px;
}

.min-vh-hero {
  padding: 5rem 0 6rem;
}

.hero h1, .section h2, .service-item h3 {
  font-family: Futura, "Avenir Next", "Century Gothic", "Trebuchet MS", sans-serif;
}

.hero h1 {
  color: var(--text);
  font-size: clamp(3.6rem, 6.7vw, 6.8rem);
  line-height: 0.94;
  letter-spacing: -0.055em;
  font-weight: 900;
  margin-bottom: 2rem;
  min-height: 2em;
}

.hero-fixed {
  display: inline-block;
  white-space: nowrap;
  font-size: min(1em, 9.2vw);
}

.hero h1 .typing-word {
  color: var(--blue);
  display: inline-block;
}

.typing-cursor {
  display: inline-block;
  width: 0;
  height: 0.78em;
  margin-left: 0.08em;
  vertical-align: -0.02em;
  border-left: 0.055em solid var(--red);
  animation: cursorBlink 0.72s steps(1) infinite;
}

.hero .lead {
  max-width: 680px;
  color: var(--text);
  font-size: clamp(1.1rem, 1.8vw, 1.3rem);
  font-weight: 600;
  margin-bottom: 2.3rem;
}

.section {
  padding: clamp(5.5rem, 8vw, 8.5rem) 0;
  position: relative;
}

.section h2 {
  color: var(--text);
  font-size: clamp(2.5rem, 4.4vw, 3.8rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
  font-weight: 900;
  margin-bottom: 1.5rem;
}

.section h2 > span {
  color: var(--red);
  font-size: 1em;
}

.services, .region, .process {
  background-color: var(--blue-pale);
  background-image: linear-gradient(rgba(1, 75, 212, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(1, 75, 212, 0.08) 1px, transparent 1px);
  background-size: 32px 32px;
}

.section-intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 3rem;
  margin-bottom: 2.75rem;
}

.section-intro > div:first-child {
  max-width: 700px;
}

.section-intro p {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-weight: 600;
}

.slider-controls {
  display: flex;
  gap: 0.65rem;
  flex: 0 0 auto;
}

.slider-arrow {
  position: relative;
  z-index: 0;
  isolation: isolate;
  overflow: hidden;
  width: 52px;
  height: 52px;
  color: var(--blue);
  background: var(--white);
  border: 2px solid var(--blue);
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1;
  transition: color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.slider-arrow::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 -10%;
  border-radius: inherit;
  background: var(--blue);
  clip-path: polygon(0 112%, 8% 108%, 16% 106%, 25% 108%, 33% 112%, 41% 116%, 50% 118%, 58% 116%, 66% 112%, 75% 108%, 83% 106%, 91% 108%, 100% 112%, 100% 100%, 0 100%);
  will-change: clip-path;
  transition: clip-path 0.42s cubic-bezier(0.55, 0, 0.9, 0.45);
}

.slider-prev {
  border-radius: 1.1rem 1.1rem 0 1.1rem;
}

.slider-next {
  border-radius: 1.1rem 1.1rem 1.1rem 0;
}

.slider-arrow:hover, .slider-arrow:focus-visible {
  color: var(--white);
  background: var(--white);
  border-color: var(--blue);
  transform: translateY(-2px);
  outline: 0;
  box-shadow: none;
}

.slider-arrow:hover::before, .slider-arrow:focus-visible::before {
  animation: button-wave-sway 0.42s ease-in-out both;
  clip-path: polygon(0 -12%, 8% -16%, 16% -18%, 25% -16%, 33% -12%, 41% -8%, 50% -6%, 58% -8%, 66% -12%, 75% -16%, 83% -18%, 91% -16%, 100% -12%, 100% 100%, 0 100%);
}

.service-list {
  position: relative;
  display: flex;
  gap: 1.4rem;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  cursor: grab;
  padding: 0.75rem 0 1.5rem;
  user-select: none;
}

.service-list::-webkit-scrollbar {
  display: none;
}

.service-list.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}

.service-item {
  flex: 0 0 clamp(290px, 28vw, 390px);
  min-height: 610px;
  scroll-snap-align: start;
  color: var(--text);
  background: var(--white);
  border: 2px solid var(--blue);
  border-radius: 2.25rem 0 2.25rem 0;
  padding: 2.25rem;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.service-item:hover {
  transform: translateY(-7px);
  border-color: var(--blue);
}

.service-icon {
  width: 88px;
  height: 88px;
  margin-bottom: 2rem;
  color: var(--blue);
}

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

.service-item h3 {
  color: var(--text);
  font-size: 1.45rem;
  line-height: 1.18;
  font-weight: 900;
  margin-bottom: 1rem;
}

.service-item p {
  color: var(--muted);
  line-height: 1.55;
  font-weight: 600;
  margin: 0;
}

.service-details {
  display: grid;
  gap: 0.65rem;
  list-style: none;
  padding: 1.2rem 0 0;
  margin: 1.2rem 0 0;
  border-top: 2px solid var(--blue);
}

.service-details li {
  position: relative;
  padding-left: 1.1rem;
  color: var(--text);
  font-weight: 600;
  line-height: 1.35;
}

.service-details li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.49em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--red);
}

.service-details-explained {
  gap: 1rem;
}

.service-details-explained strong,
.service-details-explained span {
  display: block;
}

.service-details-explained strong {
  margin-bottom: 0.18rem;
  color: var(--text);
  font-weight: 700;
}

.service-details-explained span {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.45;
}

.gallery {
  background: var(--white);
}

.gallery-intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 4rem;
  margin-bottom: 3rem;
  padding-bottom: 1em;
}

.gallery-intro h2 {
  margin-bottom: 0;
}

.gallery-intro p {
  max-width: 490px;
  margin: 0;
  color: var(--muted);
  font-weight: 600;
}

.bento-gallery {
  display: grid;
  grid-template-columns: 1.15fr 1fr 0.78fr;
  grid-template-rows: repeat(2, minmax(220px, 30vw));
  gap: 1rem;
}

.gallery-item {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 2px solid var(--blue);
  border-radius: 1.8rem 0 1.8rem 0;
  background: var(--blue-pale);
}

.gallery-item > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-item-tall {
  grid-row: span 2;
}

.gallery-item-wide {
  grid-column: span 1;
}

.gallery-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem;
  background: var(--blue-gray);
}

.gallery-placeholder strong {
  color: var(--blue);
  font-size: clamp(1.3rem, 2.2vw, 2rem);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.process {
  color: var(--text);
  background-color: var(--white);
  background-image: none;
}

.process-intro {
  max-width: 780px;
  margin-bottom: 4rem;
}

.process-intro h2, .process-intro p {
  color: var(--text);
}

.process-intro p {
  max-width: 680px;
}

.process-steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  padding: 0;
  margin: 0;
  position: relative;
}

.process-steps li {
  text-align: center;
  position: relative;
}

.step-circle {
  width: min(100%, 290px);
  aspect-ratio: 1;
  margin: 0 auto 1.5rem;
  border: 3px solid var(--red);
  border-radius: 50%;
  background: var(--red-light);
  display: grid;
  place-content: center;
  position: relative;
  z-index: 1;
}

.step-circle span {
  position: absolute;
  top: 1.4rem;
  left: 0;
  right: 0;
  color: var(--blue);
  font-size: 1.1rem;
  font-weight: 700;
}

.step-circle .icon {
  width: auto;
  height: 100px;
}

.step-circle .icon-blue {
  stroke: var(--blue);
}

.step-circle .icon-red {
  stroke: var(--red);
}

.process-steps h3 {
  color: var(--blue);
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 0.65rem;
}
.process-steps h3 span {
  color: var(--red);
  margin-right: 5px;
}

.process-steps p {
  color: var(--muted);
  max-width: 300px;
  margin: 0 auto;
  font-weight: 600;
}

.image-story {
  position: relative;
  width: 100%;
  aspect-ratio: 1774/887;
  height: auto;
  background: var(--white);
  overflow: hidden;
}

.image-story-sticky {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: var(--white);
}

.image-story-layer {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  will-change: opacity;
}

.image-story-layer img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.image-story-drawing {
  z-index: 1;
  opacity: 1;
}

.image-story-photo {
  z-index: 2;
}

.image-story-caption {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  z-index: 3;
  padding: 0.2rem 0.55rem;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 0.25rem;
  line-height: 1.4;
}

.history {
  color: var(--white);
  background: var(--blue);
}

.history h2, .history p {
  color: var(--white);
}

.history h2 > span {
  color: var(--red);
}

.history-lead {
  font-size: clamp(1.3rem, 2vw, 1.7rem);
  font-weight: 700;
}

.history-statement {
  margin: 1.7rem 0 0;
  color: var(--white);
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.history-statement span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.4em;
  height: 1.4em;
  padding: 2px;
  margin: 0 0.18em;
  color: var(--white);
  background: var(--red);
  border-radius: 50%;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1;
  vertical-align: middle;
}

.history-statement span:first-child {
  margin-left: 0;
}

.history-intro {
  max-width: 930px;
}

.history-intro > p:not(.history-lead):not(.history-statement) {
  max-width: 820px;
}

.history-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 4.5rem 0 0;
}

.history-timeline li {
  min-width: 0;
  padding: clamp(1.4rem, 2.2vw, 2rem);
  background: var(--white);
  border-radius: 1.25rem 0 1.25rem 0;
}

.history-year {
  display: block;
  color: var(--blue);
  font-family: Futura, "Avenir Next", "Century Gothic", sans-serif;
  font-size: clamp(1.6rem, 2.8vw, 2.6rem);
  font-weight: 900;
  line-height: 1;
  margin-bottom: 1.2rem;
}

.history-timeline h3 {
  color: var(--text);
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.7rem;
}

.history-timeline p {
  color: var(--text);
  font-size: 0.92rem;
  line-height: 1.55;
  margin: 0;
}

.partners {
  overflow: hidden;
  background-color: var(--blue-pale);
}

.partners-intro {
  max-width: 760px;
  margin-bottom: 4rem;
}

.partners-intro p {
  max-width: 630px;
  color: var(--muted);
  font-weight: 600;
}

.partner-rail {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  margin: 2px 0;
}

.partner-track {
  display: flex;
  width: max-content;
  animation: partnerMarquee 32s linear infinite;
}

.partner-rail-reverse .partner-track {
  animation-direction: reverse;
  animation-duration: 38s;
}

.partner-set {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.partner-set span {
  display: inline-flex;
  align-items: center;
  color: var(--text);
  font-family: Futura, "Avenir Next", "Century Gothic", sans-serif;
  font-size: clamp(1.15rem, 2.3vw, 2rem);
  font-weight: 700;
  white-space: nowrap;
  text-transform: uppercase;
}

.partner-set span::before {
  content: "";
  width: 9px;
  height: 9px;
  margin: 0 1.3rem;
  border-radius: 50%;
  background: var(--red);
  flex: 0 0 auto;
}

.region p {
  max-width: 610px;
  color: var(--text);
}

.place-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 0.7rem;
  padding: 0;
  margin: 2rem 0 0;
}

.place-list li {
  position: relative;
  color: var(--text);
  background: rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  padding: 0.5rem 0.9rem 0.5rem 1.7rem;
  font-weight: 700;
}

.place-list li::before {
  content: "";
  position: absolute;
  left: 0.72rem;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue);
  transform: translateY(-50%);
}

.place-list li:first-child::before {
  background: var(--red);
}

.region-map {
  position: relative;
  aspect-ratio: 1.42;
  color: var(--blue);
}

.region-map svg {
  width: 100%;
  height: 100%;
}

.region-map circle {
  fill: rgba(255, 255, 255, 0.42);
  stroke: var(--red);
  stroke-width: 3;
  transform-box: fill-box;
  transform-origin: center;
  animation: map-circle-pulse 4.8s ease-in-out infinite;
}

@keyframes map-circle-pulse {
  0%, 100% {
    transform: scale(0.94);
  }
  50% {
    transform: scale(1.06);
  }
}
.map-place {
  position: absolute;
  z-index: 1;
  color: var(--text);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  padding: 0.28rem 0.55rem;
  font-weight: 700;
  font-size: 0.82rem;
  white-space: nowrap;
}

.map-place::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--blue);
}

.map-place.main {
  top: 48%;
  left: 42%;
}

.map-place.main::before {
  background: var(--red);
}

.map-place.frankfurt {
  top: 10%;
  left: 36%;
}

.map-place.offenbach {
  top: 23%;
  right: 28%;
}

.map-place.langen {
  top: 66%;
  left: 28%;
}

.map-place.neu {
  top: 28%;
  left: 24%;
}

.map-place.roed {
  top: 69%;
  right: 23%;
}

.map-place.dietz {
  bottom: 40%;
  right: 15%;
}

.map-place.darmstadt {
  bottom: 9%;
  left: 43%;
}

.contact {
  background: var(--white);
}

.contact-shell {
  color: var(--text);
  background: var(--red-light);
  border: 2px solid var(--red);
  border-radius: 2.75rem 0 2.75rem 0;
  padding: clamp(2rem, 5vw, 5rem);
}

.direct-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.contact-icon-btn {
  width: 92px;
  min-height: 92px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: var(--text);
  background: transparent;
  border: 0;
  text-decoration: none;
  transition: color 0.25s ease, transform 0.25s ease;
}

.contact-icon-btn:hover, .contact-icon-btn:focus-visible {
  color: var(--text);
  background: transparent;
  transform: translateY(-3px);
}

.contact-icon-btn:focus-visible {
  outline: 3px solid var(--blue-dark);
  outline-offset: 3px;
}

.contact-icon {
  width: 46px;
  height: 46px;
  display: block;
  flex: 0 0 auto;
  object-fit: contain;
  filter: invert(42%) sepia(84%) saturate(2971%) hue-rotate(336deg) brightness(106%) contrast(101%);
}

.contact-icon-btn span {
  color: var(--text);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.contact-hours {
  display: grid;
  gap: 0.25rem;
  margin-top: 1.8rem;
}

.contact-hours strong {
  color: var(--text);
  font-size: 1rem;
  font-weight: 700;
}

.contact-hours span {
  font-size: 1rem;
  font-weight: 700;
}

.contact-hours small {
  max-width: 390px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.5;
}

.form-label {
  color: var(--text);
  font-size: 0.86rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.form-control, .form-select {
  color: var(--text);
  background: var(--white);
  border-radius: 0.8rem 0 0.8rem 0;
  border: 2px solid var(--blue);
  padding: 0.82rem 0.9rem;
  font-weight: 600;
}

.form-select,
.was-validated .form-select:valid,
.form-select.is-valid {
  padding-right: 2.8rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 10'%3E%3Cpath d='m2 2 6 6 6-6' fill='none' stroke='%23014bd4' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.9rem center;
  background-size: 14px 9px;
}

.form-control:focus, .form-select:focus, .form-check-input:focus {
  color: var(--text);
  background-color: var(--white);
  border-color: transparent !important;
  box-shadow: 0 0 0 3px var(--blue), 5px 5px 0 var(--blue-dark) !important;
  outline: none !important;
}

.was-validated .form-control:valid, .was-validated .form-select:valid, .form-control.is-valid, .form-select.is-valid {
  border-color: var(--blue);
}

.was-validated .form-control:not([required]):placeholder-shown {
  padding-right: 0.9rem;
  background-image: none;
}

.was-validated .form-control:valid:focus, .was-validated .form-select:valid:focus, .form-control.is-valid:focus, .form-select.is-valid:focus {
  border-color: transparent !important;
  box-shadow: 0 0 0 3px var(--blue), 5px 5px 0 var(--blue-dark) !important;
  outline: none !important;
}

.was-validated .form-control:invalid, .was-validated .form-select:invalid, .form-control.is-invalid, .form-select.is-invalid {
  border-color: var(--blue);
}

.was-validated .form-control:invalid:focus, .was-validated .form-select:invalid:focus, .form-control.is-invalid:focus, .form-select.is-invalid:focus {
  border-color: transparent !important;
  box-shadow: 0 0 0 3px var(--blue), 5px 5px 0 var(--blue-dark) !important;
  outline: none !important;
}

.form-check-input {
  border: 2px solid var(--blue);
  border-radius: 0 !important;
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--blue);
}

.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 3px var(--blue), 5px 5px 0 var(--blue-dark) !important;
  outline: 0;
}

.form-check-input:checked {
  background-color: var(--blue);
  border-color: var(--blue);
}

.form-check-label, .form-hint {
  font-size: 0.82rem;
  font-weight: 600;
}

.form-check-label {
  color: var(--text);
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: var(--text);
}

.form-hint {
  color: var(--muted);
}

.invalid-feedback {
  color: var(--red);
  font-weight: 700;
}

.form-hint {
  margin-top: 0.8rem;
}

.site-footer {
  color: var(--white);
  background: var(--blue);
  border: 0;
  background-color: var(--blue-pale);
  background-image: linear-gradient(rgba(1, 75, 212, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(1, 75, 212, 0.08) 1px, transparent 1px);
  background-size: 32px 32px;
  padding-top: 3em;
}

.footer-main {
  background-color: var(--blue);
  align-items: center;
  justify-content: center !important;
}

.footer-main img {
  width: 109px;
  height: auto;
  margin-bottom: 1em;
}

.footer-main p, .footer-contact span {
  color: var(--white);
  font-weight: 400;
}

.footer-main p {
  margin: 0;
}

.footer-contact {
  display: grid;
  align-content: start;
  gap: 0.18rem;
}

.footer-contact a {
  color: var(--white);
  text-decoration: none;
  font-weight: 400;
}

.footer-contact a:hover, .footer-contact a:focus {
  color: var(--white);
}

.footer-bottom {
  padding-top: 0;
  font-size: 1rem;
  color: var(--text);
}

.footer-bottom button {
  border: 0;
  background: none;
  color: var(--text);
  text-decoration: none;
  padding: 0 0.75rem;
  font-weight: 500;
}

.modal-content {
  color: var(--text);
  background: var(--white);
  border-radius: 0;
  border: 2px solid var(--blue);
}

.modal-header {
  border-bottom: 1px solid var(--blue-line);
}

.modal-title {
  color: var(--text);
  font-weight: 700;
}

.btn-close {
  position: relative;
  background: none;
  color: var(--blue);
  opacity: 1;
}

.btn-close::before, .btn-close::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  left: 4px;
  top: 14px;
  background: var(--blue);
  transform: rotate(45deg);
}

.btn-close::after {
  transform: rotate(-45deg);
}

.subpage-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(6rem, 10vw, 10rem) 0 clamp(5rem, 8vw, 8rem);
  background-color: var(--white);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 25%, var(--white) 100%), linear-gradient(rgba(1, 75, 212, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(1, 75, 212, 0.08) 1px, transparent 1px);
  background-size: auto, 32px 32px, 32px 32px;
}

.subpage-hero h1 {
  max-width: 1100px;
  margin: 0 0 2rem;
  color: var(--text);
  font-family: Futura, "Avenir Next", "Century Gothic", "Trebuchet MS", sans-serif;
  font-size: clamp(3.4rem, 7vw, 7rem);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.055em;
}

.subpage-hero h1 > span,
.eyebrow {
  color: var(--red);
}

.eyebrow {
  margin: 0 0 1rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.subpage-lead {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 600;
}

.gallery-toolbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 3rem;
}

.gallery-toolbar h2 {
  margin: 0;
}

.gallery-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.6rem;
}

.gallery-filter {
  padding: 0.72rem 1rem;
  color: var(--blue);
  background: var(--white);
  border: 2px solid var(--blue);
  border-radius: 0.85rem 0 0.85rem 0;
  caret-color: transparent;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.gallery-filter:hover,
.gallery-filter:focus-visible,
.gallery-filter.is-active {
  color: var(--white);
  background: var(--blue);
}

.gallery-filter:focus-visible {
  outline: 3px solid var(--blue-dark);
  outline-offset: 3px;
}

.project-gallery {
  background: var(--white);
}

.project-bento {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 240px;
  gap: 1rem;
}

.project-tile {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: var(--blue-gray);
  border-radius: 1.8rem 0 1.8rem 0;
}

.project-tile[hidden] {
  display: none;
}

.project-tile-tall {
  grid-row: span 2;
}

.project-tile-wide {
  grid-column: span 2;
}

.project-tile > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.project-tile:hover > img {
  transform: scale(1.025);
}

.project-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.35rem;
  padding: clamp(1.4rem, 3vw, 2.25rem);
  background: var(--blue-gray);
}

.project-placeholder span {
  color: var(--red);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.project-placeholder strong {
  color: var(--blue);
  font-family: Futura, "Avenir Next", "Century Gothic", sans-serif;
  font-size: clamp(1.3rem, 2.4vw, 2.1rem);
  font-weight: 900;
  line-height: 1.1;
}

.subpage-cta {
  background: var(--blue-pale);
}

.subpage-cta-inner,
.application-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}

.subpage-cta-inner h2,
.application-cta-inner h2 {
  max-width: 800px;
  margin-bottom: 0;
}

.career-hero .subpage-lead {
  max-width: 850px;
}

.career-opening {
  background: var(--white);
}

.career-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  align-items: start;
  gap: clamp(3rem, 7vw, 7rem);
}

.career-copy h2 {
  margin-bottom: 1.5rem;
}

.career-copy h2 > span {
  color: var(--red);
  font-size: 0.55em;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.career-lead {
  color: var(--text);
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  font-weight: 700;
}

.career-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: 2.25rem;
}

.career-profile {
  padding: clamp(2rem, 4vw, 3.5rem);
  color: var(--white);
  background: var(--blue);
  border-radius: 2.5rem 0 2.5rem 0;
}

.career-profile h3 {
  margin-bottom: 2rem;
  color: var(--white);
  font-family: Futura, "Avenir Next", "Century Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
}

.career-profile ul {
  display: grid;
  gap: 1.5rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.career-profile li {
  position: relative;
  padding-left: 1.35rem;
}

.career-profile li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--red);
  border-radius: 50%;
}

.career-profile strong,
.career-profile span {
  display: block;
  color: var(--white);
}

.career-profile strong {
  margin-bottom: 0.2rem;
  font-weight: 700;
}

.career-profile span {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.92rem;
}

.career-values {
  background: var(--blue-pale);
}

.career-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.career-value {
  min-height: 300px;
  padding: clamp(1.75rem, 3vw, 2.5rem);
  background: var(--white);
  border-radius: 1.8rem 0 1.8rem 0;
}

.career-value > span {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
  color: var(--white);
  background: var(--red);
  border-radius: 50%;
  font-size: 0.82rem;
  font-weight: 700;
}

.career-value h3 {
  color: var(--blue);
  font-size: 1.25rem;
  font-weight: 700;
}

.career-value p {
  margin: 0;
  color: var(--muted);
}

.training-note {
  background: var(--white);
}

.training-note-inner {
  max-width: 900px;
}

.training-note-inner p:last-child {
  max-width: 720px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.08rem;
  font-weight: 600;
}

.application-cta {
  color: var(--white);
  background: var(--blue);
}

.application-cta h2,
.application-cta p {
  color: var(--white);
}

.application-cta .eyebrow {
  color: var(--red);
}

.application-cta .contact-icon-btn span {
  color: var(--white);
}

.application-whatsapp {
  min-height: auto;
}

.footer-bottom a {
  padding: 0 0.75rem;
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
}

.footer-legal-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.25rem;
}

.footer-legal-links a:hover,
.footer-legal-links a:focus-visible,
.footer-legal-links a.active {
  color: var(--blue);
}

.legal-hero {
  padding-top: clamp(4.5rem, 7vw, 7rem);
  padding-bottom: clamp(4rem, 6vw, 6rem);
}

.legal-hero h1 {
  font-size: clamp(3.4rem, 6vw, 5.8rem);
}

.legal-content {
  background: var(--white);
}

.legal-content > .container {
  max-width: 1000px;
}

.legal-document {
  max-width: 860px;
}

.legal-document section + section {
  margin-top: 3.25rem;
}

.legal-document h2 {
  margin-bottom: 0.85rem;
  color: var(--blue);
  font-family: inherit;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
}

.legal-document p {
  margin-bottom: 0.9rem;
  color: var(--text);
}

.legal-document a {
  color: var(--blue);
  font-weight: 700;
  text-decoration: none;
}

.legal-document a:hover,
.legal-document a:focus-visible {
  color: var(--red);
}

.legal-notice {
  margin-top: 1.5rem;
  padding: 1.25rem 1.4rem;
  background: var(--blue-pale);
  border-radius: 1rem 0 1rem 0;
}

.reveal {
  --reveal-x: 0;
  --reveal-y: 48px;
  transform: translate(var(--reveal-x), var(--reveal-y));
  clip-path: inset(0 0 100% 0);
  transition: transform 0.75s cubic-bezier(0.2, 0.8, 0.2, 1), clip-path 0.75s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.reveal-left {
  --reveal-x: -60px;
  --reveal-y: 0;
}

.reveal-right {
  --reveal-x: 60px;
  --reveal-y: 0;
}

.reveal-up {
  --reveal-y: 55px;
}

.reveal.is-visible, .hero .reveal {
  --reveal-x: 0;
  --reveal-y: 0;
  clip-path: inset(0);
}

@keyframes cursorBlink {
  50% {
    opacity: 0;
  }
}
@keyframes partnerMarquee {
  to {
    transform: translateX(-50%);
  }
}
@media (min-width: 992px) and (orientation: landscape) {
  .hero {
    max-height: 1000px;
  }
  .min-vh-hero {
    height: min(100vh - 156px, 1000px);
    min-height: 650px;
    max-height: 1000px;
  }
}
@media (max-width: 991.98px) {
  html {
    scroll-padding-top: 0;
  }
  .topbar-layout {
    gap: 1rem;
  }
  .topbar-contact {
    gap: 0.8rem;
  }
  .topbar-contact a span {
    display: none;
  }
  .site-header {
    position: relative !important;
  }
  .navbar-collapse {
    padding: 1rem 0 1.5rem;
  }
  .nav-cta {
    margin-top: 0.75rem;
    display: flex;
    justify-content: space-between;
  }
  .min-vh-hero {
    min-height: auto;
    padding: 4.5rem 0 5rem;
  }
  .section-intro {
    align-items: center;
  }
  .service-item {
    flex-basis: min(72vw, 360px);
  }
  .gallery-intro {
    align-items: start;
    flex-direction: column;
    gap: 1rem;
  }
  .bento-gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, minmax(220px, 42vw));
  }
  .gallery-item-tall {
    grid-row: span 2;
  }
  .history-timeline {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .process-steps {
    gap: 2rem;
  }
  .process-steps::before {
    top: 110px;
  }
  .step-circle {
    max-width: 220px;
  }
  .gallery-toolbar {
    align-items: start;
    flex-direction: column;
  }
  .gallery-filters {
    justify-content: flex-start;
  }
  .project-bento {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .career-grid {
    grid-template-columns: 1fr;
  }
  .career-value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .subpage-cta-inner,
  .application-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }
  .footer-contact {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  body {
    line-height: 1.58;
  }
  .topbar-layout {
    grid-template-columns: 1fr auto;
    gap: 0.75rem;
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
  }
  .topbar-contact {
    gap: 0.8rem;
  }
  .topbar-contact a span {
    display: none;
  }
  .topbar-slogan {
    grid-column: 1/-1;
    grid-row: 2;
    justify-self: center;
    font-size: 0.78rem;
  }
  .topbar .emergency-link {
    font-size: 0.75rem;
  }
  .site-header {
    padding-bottom: 14px;
  }
  .navbar {
    min-height: 76px;
  }
  .navbar-brand img {
    width: 104px;
  }
  .subpage-hero {
    padding: 4.5rem 0 5rem;
  }
  .subpage-hero h1 {
    font-size: clamp(2.9rem, 14vw, 4.4rem);
  }
  .gallery-filter {
    padding: 0.65rem 0.78rem;
    font-size: 0.7rem;
  }
  .project-bento {
    grid-template-columns: 1fr;
    grid-auto-rows: 240px;
  }
  .project-tile,
  .project-tile-tall,
  .project-tile-wide {
    grid-column: auto;
    grid-row: auto;
  }
  .project-tile-tall {
    min-height: 380px;
  }
  .career-value-grid {
    grid-template-columns: 1fr;
  }
  .career-value {
    min-height: auto;
  }
  .career-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .career-actions .btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .hero h1 {
    font-size: clamp(2.85rem, 14vw, 4rem);
    min-height: 2.8em;
  }
  .hero .lead {
    font-size: 1.05rem;
  }
  .hero .btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .section {
    padding: 4.5rem 0;
  }
  .section h2 {
    font-size: 2.4rem;
  }
  .section-intro {
    align-items: flex-end;
    gap: 1rem;
  }
  .section-intro h2 {
    font-size: 2.2rem;
  }
  .section-intro p {
    display: none;
  }
  .slider-arrow {
    width: 44px;
    height: 44px;
  }
  .service-item {
    flex-basis: 84vw;
    min-height: 590px;
    padding: 1.75rem;
  }
  .bento-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }
  .gallery-item, .gallery-item-tall, .gallery-item-wide {
    grid-column: auto;
    grid-row: auto;
    min-height: 240px;
  }
  .gallery-item-tall {
    min-height: 390px;
  }
  .history-timeline {
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }
  .partner-set span {
    font-size: 1.05rem;
  }
  .process-intro {
    margin-bottom: 2.5rem;
  }
  .process-steps {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .process-steps::before {
    display: none;
  }
  .step-circle {
    max-width: 250px;
  }
  .region-map {
    margin-top: 1rem;
  }
  .map-place {
    font-size: 0.68rem;
  }
  .contact-shell {
    padding: 2rem 1rem;
    box-shadow: 7px 7px 0 var(--blue-pale);
  }
  .footer-bottom .row {
    gap: 0.6rem;
  }
  .footer-bottom .col {
    flex: 0 0 100%;
    text-align: center !important;
  }
  .footer-legal-links {
    justify-content: center;
  }
  .footer-bottom button {
    padding-left: 0;
    padding-right: 1rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
  .reveal {
    transform: none;
    clip-path: none;
  }
  .image-story {
    height: auto;
  }
  .image-story-photo {
    opacity: 1 !important;
  }
  .partner-track {
    animation: none;
    transform: none;
  }
}

/*# sourceMappingURL=style.css.map */
