@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("fonts/manrope-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Sora";
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
  src: url("fonts/sora-latin.woff2") format("woff2");
}

:root {
  color-scheme: light;
  --bg-top: #f8fcff;
  --bg-main: #eef6fb;
  --bg-alt: #d8ecf5;
  --bg-radial-1: rgba(93, 177, 219, 0.25);
  --bg-radial-2: rgba(5, 125, 148, 0.24);
  --surface: rgba(255, 255, 255, 0.86);
  --line: #b6d4e1;
  --text: #11324a;
  --muted: #4f6f81;
  --brand: #067b8f;
  --brand-dark: #045767;
  --shadow: 0 16px 32px rgba(17, 50, 74, 0.14);
}

.drone-page {
  display: grid;
  gap: 1.4rem;
  margin-top: 2rem;
  color: #e7f5ff;
}

.drone-hero,
.drone-story-panel,
.drone-services,
.drone-bento,
.drone-cta-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(86, 153, 185, 0.34);
  border-radius: 26px;
  background:
    radial-gradient(circle at top right, rgba(54, 178, 217, 0.15), transparent 34%),
    linear-gradient(180deg, rgba(5, 24, 37, 0.98), rgba(4, 19, 30, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(184, 235, 255, 0.06),
    0 22px 58px rgba(2, 10, 18, 0.32);
}

.drone-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 320px);
  align-items: center;
  gap: 1.4rem;
  padding: 1.5rem;
}

.drone-hero-copy,
.drone-hero-visual,
.drone-service-stage,
.drone-bento-lead,
.drone-cta-panel > div {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.drone-hero-visual {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.drone-hero-visual img {
  display: block;
  width: 100%;
  max-width: 300px;
  max-height: 220px;
  object-fit: contain;
  opacity: 0.98;
}

.drone-hero-badge,
.drone-section-head .kicker,
.drone-bento-lead .kicker,
.drone-cta-panel .kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.38rem 0.7rem;
  border: 1px solid rgba(92, 195, 229, 0.28);
  border-radius: 999px;
  background: rgba(11, 54, 76, 0.42);
  color: #7cdfff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.drone-hero-title {
  margin: 1rem 0 0.75rem;
  max-width: 17ch;
  font-size: clamp(1.7rem, 2.4vw, 2.35rem);
  line-height: 1.04;
  color: #f3fbff;
  text-wrap: balance;
}

.drone-hero-text {
  max-width: 56ch;
  margin: 0;
  color: #9fc1d1;
  font-size: 1.02rem;
  line-height: 1.72;
}

.drone-hero-actions {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-top: 1.3rem;
}

.drone-ghost-link {
  color: #d7edf8;
  text-decoration: none;
  font-weight: 700;
  padding: 0.85rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(125, 196, 222, 0.18);
  background: rgba(8, 35, 51, 0.58);
  white-space: nowrap;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.drone-ghost-link:hover {
  background: rgba(16, 71, 97, 0.56);
  border-color: rgba(108, 200, 230, 0.35);
  transform: translateY(-1px);
}

.drone-signal-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.5rem;
}

.drone-signal-row span {
  padding: 0.45rem 0.72rem;
  border-radius: 999px;
  background: rgba(8, 32, 44, 0.9);
  border: 1px solid rgba(77, 160, 193, 0.22);
  color: #bee7f7;
  font-size: 0.84rem;
  font-weight: 600;
}

.drone-panel-label,
.drone-service-stage-top span,
.drone-metric-index {
  color: #7bdaf8;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.drone-stage-panel strong {
  display: block;
  margin-top: 0.25rem;
  font-size: 1.2rem;
}

.drone-stage-panel p {
  margin: 0.45rem 0 0;
  color: #97b7c8;
  font-size: 0.88rem;
  line-height: 1.55;
}

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

.drone-metric-card {
  position: relative;
  overflow: hidden;
  min-height: 164px;
  padding: 1.2rem;
  border-radius: 22px;
  border: 1px solid rgba(86, 153, 185, 0.28);
  background:
    linear-gradient(180deg, rgba(7, 28, 42, 0.94), rgba(3, 17, 28, 0.94)),
    radial-gradient(circle at top right, rgba(53, 186, 222, 0.16), transparent 30%);
}

.drone-metric-card strong {
  display: flex;
  align-items: flex-start;
  gap: 0.18rem;
  margin-top: 0.9rem;
  color: #f4fbff;
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  line-height: 0.95;
}

.drone-metric-card strong span {
  margin-top: 0.3rem;
  color: #8ddaf3;
  font-size: 0.95rem;
  font-weight: 700;
}

.drone-metric-card p {
  max-width: 26ch;
  margin: 0.85rem 0 0;
  color: #95b8c8;
  line-height: 1.6;
}

.drone-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  gap: 1rem;
}

.drone-story-panel,
.drone-services,
.drone-bento,
.drone-cta-panel {
  padding: 1.3rem;
}

.drone-section-head h3,
.drone-bento-lead h3,
.drone-cta-panel h3 {
  margin: 0.9rem 0 0;
  color: #f4fbff;
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  line-height: 1.08;
}

.drone-section-head-wide h3 {
  max-width: 19ch;
}

.drone-compare {
  position: relative;
  min-height: 360px;
  margin-top: 1.15rem;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(104, 173, 203, 0.24);
  background: rgba(4, 18, 28, 0.9);
}

.drone-compare-layer {
  position: absolute;
  inset: 0;
}

.drone-compare-layer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.drone-compare-layer span {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: 0.38rem 0.64rem;
  border-radius: 999px;
  background: rgba(3, 16, 25, 0.74);
  border: 1px solid rgba(110, 196, 225, 0.2);
  color: #ddf4ff;
  font-size: 0.8rem;
  font-weight: 700;
}

.drone-compare-overlay {
  clip-path: inset(0 calc(100% - var(--compare-position)) 0 0);
}

.drone-compare-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--compare-position);
  width: 2px;
  background: rgba(224, 250, 255, 0.9);
  box-shadow: 0 0 0 1px rgba(77, 215, 255, 0.2);
}

.drone-compare-handle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(9, 48, 67, 0.88);
  border: 1px solid rgba(126, 215, 241, 0.34);
  transform: translate(-50%, -50%);
  box-shadow: 0 14px 34px rgba(1, 8, 14, 0.35);
}

.drone-compare-control {
  display: grid;
  gap: 0.6rem;
  margin-top: 1rem;
  color: #8fb6c6;
  font-size: 0.88rem;
}

.drone-compare-control input {
  width: 100%;
}

.drone-timeline {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.2rem;
}

.drone-timeline article {
  padding: 1rem;
  border-radius: 18px;
  border: 1px solid rgba(92, 162, 190, 0.18);
  background: rgba(6, 22, 35, 0.72);
}

.drone-timeline span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 999px;
  background: rgba(17, 138, 171, 0.28);
  color: #7fdfff;
  font-weight: 800;
}

.drone-timeline h4,
.drone-bento-card h4,
.drone-service-stage h4 {
  margin: 0.8rem 0 0.45rem;
  color: #f4fbff;
  font-size: 1.18rem;
}

.drone-timeline p,
.drone-bento-lead p,
.drone-bento-card p,
.drone-service-stage p,
.drone-cta-panel p {
  margin: 0;
  color: #94b8c8;
  line-height: 1.68;
}

.drone-services {
  display: grid;
  gap: 1.1rem;
}

.drone-services-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem;
}

.drone-service-card,
.drone-bento-card {
  position: relative;
  overflow: hidden;
  text-align: left;
  padding: 1rem;
  border-radius: 20px;
  border: 1px solid rgba(87, 160, 190, 0.2);
  background:
    linear-gradient(180deg, rgba(9, 32, 46, 0.92), rgba(4, 20, 31, 0.94)),
    radial-gradient(circle at top right, rgba(60, 196, 234, 0.12), transparent 32%);
  color: inherit;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.drone-service-card {
  grid-column: span 2;
}

.drone-services-grid > .drone-service-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.drone-services-grid > .drone-service-card:nth-child(5) {
  grid-column: 4 / span 2;
}

.drone-service-card:hover,
.drone-bento-card:hover {
  transform: translateY(-2px);
  border-color: rgba(108, 211, 241, 0.32);
  background:
    linear-gradient(180deg, rgba(10, 42, 58, 0.96), rgba(4, 20, 31, 0.96)),
    radial-gradient(circle at top right, rgba(60, 196, 234, 0.18), transparent 34%);
}

.drone-service-card__icon {
  display: inline-grid;
  width: 58px;
  height: 58px;
  place-items: center;
  margin-bottom: 0.9rem;
  border-radius: 18px;
  border: 1px solid rgba(104, 192, 223, 0.28);
  background: rgba(10, 46, 64, 0.58);
}

.drone-service-card__icon span,
.drone-bento-card span {
  display: inline-flex;
  color: #72d8f6;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.drone-service-card__title {
  color: #f4fbff;
  font-size: 1.18rem;
  font-weight: 700;
  line-height: 1.3;
}

.drone-service-card__desc {
  margin-top: 0.7rem;
  color: #94b8c8;
  line-height: 1.68;
}

.drone-bento {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 1rem;
}

.drone-bento-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.drone-cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1.45rem;
}

.drone-cta-panel .button {
  flex-shrink: 0;
}

@media (max-width: 1100px) {
  .drone-story-grid,
  .drone-bento,
  .drone-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .drone-hero {
    grid-template-columns: minmax(0, 1fr) minmax(200px, 260px);
  }

  .drone-service-card,
  .drone-services-grid > .drone-service-card:nth-child(4),
  .drone-services-grid > .drone-service-card:nth-child(5) {
    grid-column: auto;
  }

  .drone-hero-title {
    max-width: 17ch;
    font-size: clamp(1.7rem, 4.2vw, 2.15rem);
  }

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

@media (max-width: 767px) {
  .reveal {
    opacity: 1;
    transform: none;
  }

  .page-head h1 {
    font-size: clamp(1.85rem, 8vw, 2.35rem);
    line-height: 1.08;
    max-width: 100%;
  }

  .drone-page {
    gap: 1rem;
    margin-top: 1.4rem;
  }

  .drone-hero,
  .drone-story-panel,
  .drone-services,
  .drone-bento,
  .drone-cta-panel {
    padding: 1rem;
    border-radius: 22px;
  }

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

  .drone-hero-title {
    max-width: 12ch;
    font-size: clamp(1.55rem, 8vw, 1.95rem);
  }

  .drone-services.reveal {
    opacity: 1;
    transform: none;
  }

  .drone-hero-visual {
    justify-content: flex-start;
  }

  .drone-hero-visual img {
    max-width: 220px;
    max-height: 160px;
  }

  .drone-hero-actions,
  .drone-cta-panel {
    flex-direction: column;
    align-items: stretch;
  }

  .drone-ghost-link,
  .drone-cta-panel .button {
    text-align: center;
  }

  .drone-metrics,
  .drone-services-grid,
  .drone-bento-grid {
    grid-template-columns: 1fr;
  }

  .drone-compare {
    min-height: 300px;
  }
}

.automation-page {
  display: grid;
  gap: 1.4rem;
  margin-top: 1.8rem;
}

.automation-hero,
.automation-problem,
.automation-solution,
.automation-services,
.automation-tech {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(86, 153, 185, 0.28);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(43, 171, 214, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(5, 22, 34, 0.98), rgba(4, 17, 27, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(208, 241, 255, 0.05),
    0 22px 58px rgba(2, 10, 18, 0.3);
}

.automation-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  align-items: start;
  gap: 1.35rem;
  padding: 1.15rem 1.55rem 1.95rem;
}

.automation-eyebrow,
.automation-section-head .kicker {
  display: inline-flex;
  padding: 0.38rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(89, 193, 226, 0.24);
  background: rgba(10, 47, 66, 0.4);
  color: #81def7;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.automation-hero h1 {
  max-width: 17ch;
  margin: 1rem 0 0.75rem;
  color: #f4fbff;
  font-size: clamp(1.7rem, 2.4vw, 2.35rem);
  line-height: 1.04;
  text-wrap: balance;
}

.automation-subline,
.automation-section-head p,
.automation-service-card p,
.automation-problem-card p,
.automation-solution-list li {
  color: #97b6c6;
  line-height: 1.72;
}

.automation-subline {
  max-width: none;
  margin: 0;
  font-size: 1.02rem;
  white-space: nowrap;
}

.automation-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.35rem;
}

.automation-ghost-button {
  background: rgba(8, 35, 51, 0.58);
  border: 1px solid rgba(125, 196, 222, 0.18);
}

.automation-tech-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.52rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(92, 165, 194, 0.18);
  background: rgba(7, 30, 44, 0.88);
  color: #dff4ff;
  font-weight: 600;
}

.automation-hero-copy {
  max-width: 760px;
}

.automation-hero-visual {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
}

.automation-hero-visual img {
  display: block;
  width: 100%;
  max-width: 420px;
  max-height: 310px;
  object-fit: contain;
  opacity: 0.98;
}

.automation-hero::after {
  content: "";
  position: absolute;
  inset: auto 24px 24px auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(31, 178, 203, 0.2), rgba(31, 178, 203, 0));
  filter: blur(10px);
  pointer-events: none;
}

.automation-tech-badge {
  position: relative;
  z-index: 1;
}

.automation-problem,
.automation-solution,
.automation-services,
.automation-tech {
  padding: 1.35rem;
}

.automation-section-head h2 {
  max-width: 18ch;
  margin: 0.9rem 0 0;
  color: #f4fbff;
  font-size: clamp(1.75rem, 3vw, 2.55rem);
  line-height: 1.08;
}

.automation-services .automation-section-head h2 {
  max-width: 28ch;
}

.automation-problem .automation-section-head h2 {
  max-width: 28ch;
}

.automation-problem-grid,
.automation-services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.15rem;
}

.automation-problem-card,
.automation-service-card {
  padding: 1.1rem;
  border-radius: 22px;
  border: 1px solid rgba(91, 163, 192, 0.18);
  background:
    linear-gradient(180deg, rgba(7, 28, 41, 0.94), rgba(3, 17, 27, 0.94)),
    radial-gradient(circle at top right, rgba(54, 186, 223, 0.12), transparent 32%);
}

.automation-problem-card h3,
.automation-service-card h3 {
  color: #f4fbff;
}

.automation-problem-card h3,
.automation-service-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.14rem;
}

.automation-solution-list {
  display: grid;
  gap: 0.75rem;
  margin: 1.15rem 0 0;
  padding: 0;
  list-style: none;
}

.automation-solution-list li {
  padding: 0.9rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(93, 165, 194, 0.16);
  background: rgba(5, 21, 33, 0.72);
}

.automation-service-card span {
  display: inline-flex;
  color: #7cdfff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.automation-service-card span {
  margin-bottom: 0.7rem;
}

.automation-tech-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.15rem;
}

@media (max-width: 1100px) {
  .automation-hero {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
  }

  .automation-hero h1 {
    max-width: 17ch;
    font-size: clamp(1.7rem, 4.2vw, 2.15rem);
  }
}

@media (max-width: 767px) {
  .automation-page {
    gap: 1rem;
    margin-top: 1.4rem;
  }

  .automation-hero,
  .automation-problem,
  .automation-solution,
  .automation-services,
  .automation-tech {
    padding: 1rem;
    border-radius: 22px;
  }

  .automation-hero h1,
  .automation-section-head h2 {
    max-width: none;
  }

  .automation-hero h1 {
    font-size: clamp(1.55rem, 8vw, 1.95rem);
  }

  .automation-subline {
    white-space: normal;
  }

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

  .automation-hero-actions,
  .automation-problem-grid,
  .automation-services-grid {
    grid-template-columns: 1fr;
  }

  .automation-hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .automation-hero-visual {
    justify-content: flex-start;
  }

  .automation-hero-visual img {
    max-width: 270px;
    max-height: 200px;
  }

}

.geodata-page {
  display: grid;
  gap: 1.35rem;
  margin-top: 1.8rem;
}

.geodata-hero,
.geodata-intro,
.geodata-capabilities {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(86, 153, 185, 0.28);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(43, 171, 214, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(5, 22, 34, 0.98), rgba(4, 17, 27, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(208, 241, 255, 0.05),
    0 22px 58px rgba(2, 10, 18, 0.3);
}

.geodata-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
  align-items: start;
  gap: 1.35rem;
  padding: 1.15rem 1.55rem 1.95rem;
}

.geodata-hero-copy,
.geodata-hero-visual {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.geodata-eyebrow,
.geodata-section-head .kicker {
  display: inline-flex;
  padding: 0.38rem 0.72rem;
  border-radius: 999px;
  border: 1px solid rgba(89, 193, 226, 0.24);
  background: rgba(10, 47, 66, 0.4);
  color: #81def7;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.geodata-hero h1 {
  max-width: 17ch;
  margin: 1rem 0 0.75rem;
  color: #f4fbff;
  font-size: clamp(1.7rem, 2.4vw, 2.35rem);
  line-height: 1.04;
  text-wrap: balance;
}

.geodata-subline,
.geodata-section-head p,
.geodata-focus-card p,
.geodata-capability-card li {
  color: #97b6c6;
  line-height: 1.72;
}

.geodata-subline {
  max-width: 58ch;
  margin: 0;
  font-size: 1.02rem;
}

.geodata-hero-visual {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.geodata-hero-visual img {
  display: block;
  width: 100%;
  max-width: 320px;
  max-height: 240px;
  object-fit: contain;
  opacity: 0.98;
}

.geodata-intro,
.geodata-capabilities {
  padding: 1.35rem;
}

.geodata-focus {
  position: relative;
  padding: 2.2rem 0 0.6rem;
  overflow: visible;
}

.geodata-focus .geodata-section-head {
  max-width: 760px;
}

.geodata-section-head h2 {
  max-width: 18ch;
  margin: 0.9rem 0 0;
  color: #f4fbff;
  font-size: clamp(1.75rem, 3vw, 2.55rem);
  line-height: 1.08;
}

.geodata-focus-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.8rem 1.6rem;
  margin-top: 1.65rem;
}

.geodata-capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.15rem;
}

.geodata-focus-card {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 0.85rem;
  flex: 0 1 350px;
  min-height: 100%;
  padding: 0 1rem 1rem;
  text-align: center;
  transition: transform 180ms ease;
}

.geodata-focus-card::before {
  content: "";
  position: absolute;
  inset: 3.2rem 0.35rem 0;
  z-index: -1;
  border: 1px solid rgba(126, 206, 232, 0.18);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(7, 28, 41, 0.76), rgba(3, 17, 27, 0.58)),
    radial-gradient(circle at top right, rgba(54, 186, 223, 0.1), transparent 42%);
  transform: skew(-5deg);
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.geodata-focus-card:hover {
  transform: translateY(-4px);
}

.geodata-focus-card:hover::before {
  border-color: rgba(126, 223, 255, 0.42);
  background:
    linear-gradient(180deg, rgba(9, 43, 58, 0.9), rgba(4, 22, 32, 0.72)),
    radial-gradient(circle at top right, rgba(54, 186, 223, 0.2), transparent 45%);
  transform: skew(-5deg) translateY(-2px);
}

.geodata-capability-card {
  padding: 1.1rem;
  border-radius: 22px;
  border: 1px solid rgba(91, 163, 192, 0.18);
  background:
    linear-gradient(180deg, rgba(7, 28, 41, 0.94), rgba(3, 17, 27, 0.94)),
    radial-gradient(circle at top right, rgba(54, 186, 223, 0.12), transparent 32%);
}

.geodata-card-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 104px;
  height: 108px;
  margin-bottom: 0;
}

.geodata-card-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(126, 223, 255, 0.42);
  background: rgba(4, 18, 27, 0.9);
  transform: skew(-10deg);
  box-shadow: 0 14px 30px rgba(2, 10, 18, 0.28);
  transition: background 180ms ease, box-shadow 180ms ease;
}

.geodata-focus-card:hover .geodata-card-icon::before {
  background: rgba(31, 178, 203, 0.16);
  box-shadow: 0 20px 46px rgba(31, 178, 203, 0.18);
}

.geodata-card-icon svg {
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  fill: none;
  stroke: #8ee9ff;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.geodata-focus-card h3,
.geodata-capability-card h3 {
  margin: 0 auto 0.5rem;
  color: #f4fbff;
  font-size: 1.1rem;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.geodata-focus-copy p {
  max-width: 38ch;
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.58;
  overflow-wrap: anywhere;
}

.geodata-focus-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.6rem;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.geodata-focus-tags li {
  color: #88dff6;
  font-size: 0.76rem;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.geodata-focus-tags li::before {
  content: "/";
  margin-right: 0.45rem;
  color: rgba(136, 223, 246, 0.42);
}

.geodata-capability-card ul {
  margin: 0.85rem 0 0;
  padding-left: 1rem;
}

.geodata-capability-card li + li {
  margin-top: 0.45rem;
}

@media (max-width: 1100px) {
  .geodata-hero {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
  }

  .geodata-hero h1 {
    max-width: 17ch;
    font-size: clamp(1.7rem, 4.2vw, 2.15rem);
  }

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

@media (max-width: 767px) {
  .geodata-page {
    gap: 1rem;
    margin-top: 1.4rem;
  }

  .geodata-hero,
  .geodata-intro,
  .geodata-capabilities {
    padding: 1rem;
    border-radius: 22px;
  }

  .geodata-focus {
    padding: 1.25rem 0 0;
  }

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

  .geodata-hero h1,
  .geodata-section-head h2 {
    max-width: none;
  }

  .geodata-hero h1 {
    font-size: clamp(1.55rem, 8vw, 1.95rem);
  }

  .geodata-focus-grid {
    gap: 1.4rem;
  }

  .geodata-focus-card {
    flex-basis: 100%;
  }

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

  .geodata-focus-card {
    padding-inline: 0.2rem;
  }

  .geodata-hero-visual img {
    max-width: 220px;
    max-height: 170px;
  }
}
:root[data-theme="dark"] {
  color-scheme: dark;
  --bg-top: #050d13;
  --bg-main: #071724;
  --bg-alt: #04111a;
  --bg-radial-1: rgba(24, 138, 181, 0.24);
  --bg-radial-2: rgba(10, 95, 128, 0.18);
  --surface: rgba(10, 23, 33, 0.88);
  --line: #305266;
  --text: #d8e8f1;
  --muted: #9eb5c3;
  --brand: #1fb2cb;
  --brand-dark: #8ddff0;
  --shadow: 0 18px 36px rgba(0, 0, 0, 0.34);
}
* {
  box-sizing: border-box;
}

html {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--text);
  font-family: Manrope, "Segoe UI", sans-serif;
  line-height: 1.55;
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  background:
    radial-gradient(90% 70% at 15% 15%, var(--bg-radial-1), transparent 70%),
    radial-gradient(70% 60% at 85% 5%, var(--bg-radial-2), transparent 75%),
    linear-gradient(180deg, var(--bg-top) 0%, var(--bg-main) 45%, var(--bg-alt) 100%);
}

.vanta-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  filter: saturate(1.22) contrast(1.16);
}

.vanta-bg-globe {
  filter: saturate(1.15) contrast(1.1) brightness(0.95);
}

.vanta-bg-topology {
  filter: saturate(1.1) contrast(1.08) brightness(0.92);
}

.vanta-bg-net {
  filter: saturate(1.08) contrast(1.08) brightness(0.95);
}

.leistungen-bg-tint {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(75% 60% at 20% 20%, rgba(239, 249, 254, 0.42), transparent 70%),
    linear-gradient(180deg, rgba(240, 248, 252, 0.62), rgba(228, 241, 247, 0.66));
}

.ueber-uns-bg-tint {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(72% 62% at 18% 18%, rgba(234, 247, 252, 0.45), transparent 70%),
    linear-gradient(180deg, rgba(240, 248, 252, 0.6), rgba(230, 243, 249, 0.66));
}

.kontakt-bg-tint {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(68% 58% at 20% 15%, rgba(236, 248, 252, 0.42), transparent 70%),
    linear-gradient(180deg, rgba(238, 247, 252, 0.58), rgba(229, 243, 249, 0.64));
}

.vanta-overlay {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.vanta-overlay-inner {
  position: relative;
  width: min(1100px, calc(100% - 2rem));
  height: 100%;
  margin: 0 auto;
}

.vanta-drone {
  position: absolute;
  right: 0;
  top: clamp(7rem, 18vh, 13rem);
  width: clamp(120px, 17vw, 220px);
  height: auto;
  opacity: 0.24;
  pointer-events: none;
  filter: drop-shadow(0 10px 16px rgba(8, 48, 68, 0.2));
}

h1,
h2,
h3 {
  margin: 0 0 0.7rem;
  font-family: Sora, Manrope, sans-serif;
  line-height: 1.2;
}

a {
  color: var(--brand-dark);
}

.container {
  width: min(1100px, calc(100% - 2rem));
  margin: 0 auto;
}

main,
.footer {
  position: relative;
  z-index: 1;
}

main {
  flex: 1 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(246, 252, 255, 0.84);
  border-bottom: 1px solid rgba(182, 212, 225, 0.7);
  backdrop-filter: blur(8px);
}

.topbar-inner {
  width: min(1100px, calc(100% - 2rem));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.9rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand img {
  display: block;
  height: 96px;
  width: auto;
}

.menu-toggle {
  display: none;
  width: 2.8rem;
  height: 2.8rem;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.28rem;
  border: 1px solid rgba(98, 153, 177, 0.55);
  border-radius: 999px;
  background: rgba(6, 123, 143, 0.1);
  color: var(--text);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 1.2rem;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.nav {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  flex-wrap: wrap;
}

.nav-item {
  position: relative;
  display: flex;
  align-items: center;
}

.nav a,
.nav-services-toggle {
  appearance: none;
  border: 0;
  background: transparent;
  font: inherit;
  text-decoration: none;
  color: var(--text);
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
}

.nav a:hover,
.nav a.active,
.nav-services-toggle:hover,
.nav-services-toggle.active {
  background: rgba(6, 123, 143, 0.14);
  color: var(--brand-dark);
}

.nav-submenu {
  position: absolute;
  top: calc(100% + 0.3rem);
  left: 0;
  min-width: 360px;
  width: max-content;
  max-width: min(92vw, 420px);
  display: none;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0.45rem;
  border: 1px solid rgba(182, 212, 225, 0.95);
  border-radius: 12px;
  background: rgba(247, 252, 255, 0.98);
  box-shadow: 0 10px 24px rgba(17, 50, 74, 0.14);
}

.nav-submenu a {
  border-radius: 8px;
  white-space: nowrap;
  line-height: 1.35;
}

@media (min-width: 601px) {
  .nav-item-services:hover .nav-submenu,
  .nav-item-services:focus-within .nav-submenu,
  .nav-submenu.is-open {
    display: flex;
  }
}

.theme-toggle {
  margin-left: 0.2rem;
  border: 1px solid rgba(98, 153, 177, 0.55);
  background: rgba(6, 123, 143, 0.1);
  color: var(--text);
  border-radius: 999px;
  font: inherit;
  font-weight: 700;
  letter-spacing: 0.01em;
  cursor: pointer;
  padding: 0.42rem 0.88rem;
  min-height: 2.2rem;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.theme-toggle:hover,
.theme-toggle:focus-visible {
  background: rgba(6, 123, 143, 0.2);
  border-color: rgba(50, 121, 151, 0.75);
  transform: translateY(-1px);
}

.theme-toggle:focus-visible {
  outline: 2px solid rgba(10, 124, 145, 0.58);
  outline-offset: 2px;
}

.theme-toggle-indicator {
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 50%;
  background: #0c7f94;
  box-shadow: 0 0 0 3px rgba(12, 127, 148, 0.2);
}

.theme-toggle[data-theme-state="dark"] .theme-toggle-indicator {
  background: #6fdced;
  box-shadow: 0 0 0 3px rgba(111, 220, 237, 0.24);
}

.hero {
  display: block;
  padding: 4.2rem 0 2.2rem;
  position: relative;
  z-index: 1;
}

.kicker {
  margin: 0 0 0.75rem;
  color: var(--brand);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.hero-brand-row {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 0.35rem;
}

.hero-brand-row img {
  width: clamp(42px, 7vw, 64px);
  height: auto;
  border-radius: 12px;
}

.hero-brand-row h1 {
  margin: 0;
  font-size: clamp(2rem, 3.8vw, 3.8rem);
}

.hero-subline {
  margin: 0 0 0.6rem;
  font-family: Sora, Manrope, sans-serif;
  font-weight: 700;
  font-size: clamp(1.25rem, 2.7vw, 2.1rem);
  color: var(--brand-dark);
}

.lead {
  font-size: 1.08rem;
  color: var(--muted);
  max-width: 60ch;
}

.button {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.2rem;
  padding: 0.7rem 1.2rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand) 0%, #0a9db3 100%);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  box-shadow: 0 12px 22px rgba(6, 123, 143, 0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.button-cloud-label {
  position: relative;
  z-index: 2;
}

.button-cloud-inner {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  overflow: hidden;
}

.button-clouds {
  position: absolute;
  inset: 0;
  filter: url("#button-cloud-goo");
  isolation: isolate;
}

.button-cloud {
  position: absolute;
  width: 34%;
  padding-bottom: 34%;
  border-radius: 50%;
  background: #41cde2;
  transform: translateY(160%) scale(1.7);
  transition: transform 0.55s cubic-bezier(0.52, 0.3, 0.12, 1), background-color 0.35s ease;
}

.button-cloud:nth-child(1) {
  left: -3%;
  transition-delay: 0s;
}

.button-cloud:nth-child(2) {
  left: 23%;
  transition-delay: 0.06s;
}

.button-cloud:nth-child(3) {
  left: 49%;
  transition-delay: 0.12s;
}

.button-cloud:nth-child(4) {
  left: 75%;
  transition-delay: 0.18s;
}

.button:hover .button-cloud,
.button:focus-visible .button-cloud {
  transform: translateY(28%) scale(1.7);
  background: #59daf0;
}

.button:hover,
.button:focus-visible {
  box-shadow: 0 16px 26px rgba(6, 123, 143, 0.32);
  transform: translateY(-1px);
}

.button-cloud-defs {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
}

.block,
.page {
  padding: 2.3rem 0 4rem;
}

.home-page .block {
  padding-bottom: 2rem;
}

.goal-section {
  padding: 0.2rem 0 4.3rem;
}

.goal-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
  align-items: center;
  gap: 1rem 1.25rem;
}

.goal-intro + .goal-intro {
  margin-top: 2.6rem;
}

.goal-intro-reverse {
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
}

.goal-intro-reverse .goal-intro-visual {
  justify-self: start;
}

.construction-apps {
  padding-top: 1.4rem;
}

.goal-intro-copy h2 {
  max-width: 24ch;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
}

.goal-intro-copy p {
  margin: 0;
  max-width: 62ch;
  color: var(--muted);
  font-size: 1.04rem;
}

.goal-intro-visual {
  width: 100%;
  max-width: 440px;
  justify-self: end;
}

.goal-head {
  margin-top: 1.4rem;
}

.goal-head h2 {
  max-width: 24ch;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
}

.goal-grid {
  margin-top: 1.4rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.goal-card {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow);
  backdrop-filter: blur(2px);
}

.goal-media {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  background: #d8ecf6;
}

.goal-content {
  padding: 1rem 1rem 1.2rem;
}

.goal-content h3 {
  font-size: 1.05rem;
}

.goal-content p {
  margin: 0;
  color: var(--muted);
}

.project-request {
  padding: 0 0 4.2rem;
}

.request-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  overflow: hidden;
  border: 1px solid rgba(138, 177, 198, 0.72);
  border-radius: 20px;
  padding: 1.4rem clamp(1rem, 2.5vw, 2.3rem) 1.1rem;
  background:
    linear-gradient(180deg, rgba(226, 241, 248, 0.92), rgba(210, 230, 239, 0.92)),
    url("images/project-request-bg.svg") right top / cover no-repeat;
  box-shadow: var(--shadow);
}

.request-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(233, 246, 252, 0.88) 0%, rgba(233, 246, 252, 0.62) 40%, rgba(233, 246, 252, 0.36) 100%);
  pointer-events: none;
}

.request-panel > * {
  position: relative;
  z-index: 1;
}

.request-panel h2 {
  margin-bottom: 0.55rem;
  max-width: 24ch;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
}

.request-intro {
  margin: 0;
  max-width: 76ch;
  font-weight: 600;
  color: #2b4357;
  letter-spacing: 0.08em;
}

.request-row {
  display: contents;
}

.request-cta-wrap {
  display: flex;
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  justify-content: flex-end;
}

.request-cta {
  position: relative;
  margin-top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  padding: 0.85rem 1.6rem;
  border-radius: 999px;
  border: 2px solid transparent;
  background: linear-gradient(135deg, #0f8fa8 0%, #13abc5 100%);
  box-shadow: 0 12px 22px rgba(6, 123, 143, 0.25);
}

.request-form {
  display: grid;
  gap: 1.05rem;
}

.request-form label {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
}

.request-form input[type="text"],
.request-form textarea {
  border: 0;
  border-bottom: 2px solid rgba(10, 34, 49, 0.78);
  border-radius: 0;
  background: transparent;
  padding: 0.3rem 0.25rem 0.58rem;
  color: #102637;
  resize: vertical;
}

.request-form textarea {
  min-height: 220px;
}

.request-form input[type="text"]:focus,
.request-form textarea:focus {
  outline: none;
  border-bottom-color: #195e7a;
}

.request-consent {
  display: grid;
  grid-template-columns: 1.2rem 1fr;
  gap: 0.7rem;
  align-items: start;
  margin-top: 0.3rem;
}

.request-consent input[type="checkbox"] {
  margin-top: 0.24rem;
  width: 1.2rem;
  height: 1.2rem;
  accent-color: #345f87;
}

.request-consent span {
  font-size: 0.78rem;
  color: #223a4d;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.request-note {
  margin: 0;
  font-size: 0.86rem;
  color: #2f4e66;
  letter-spacing: 0.1em;
}

.request-button {
  width: 100%;
  margin-top: 0.2rem;
  text-align: center;
}

.page-head {
  max-width: 72ch;
}

.page-head h1 {
  overflow-wrap: anywhere;
  hyphens: auto;
}

@media (min-width: 1100px) {
  .single-line-intro {
    max-width: none;
    white-space: nowrap;
  }
}

.about-overview {
  margin-top: 1.35rem;
}

.about-panels {
  position: relative;
  display: flex;
  align-items: stretch;
  min-height: clamp(390px, 56vh, 530px);
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(121, 168, 189, 0.9);
  box-shadow:
    0 24px 44px rgba(11, 36, 50, 0.3),
    0 8px 16px rgba(11, 36, 50, 0.18);
}

.about-panel {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  padding: 1.3rem 1rem 1.05rem;
  color: #eef8fc;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition:
    flex 0.56s cubic-bezier(0.24, 0.72, 0.12, 1),
    transform 0.35s ease,
    filter 0.35s ease;
}

.about-panel + .about-panel {
  border-left: 1px solid rgba(203, 232, 244, 0.28);
}

.about-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(7, 30, 42, 0.2) 0%, rgba(7, 30, 42, 0.74) 100%);
  transition: background 0.35s ease;
}

.about-panel.is-active {
  flex: 2.85 1 0;
}

.about-panels:hover .about-panel:not(.is-active) {
  filter: saturate(0.85) brightness(0.88);
}

.about-panel h2 {
  position: relative;
  z-index: 2;
  margin: 1.6rem 0 0.7rem;
  font-size: clamp(1.05rem, 1.75vw, 1.9rem);
  line-height: 1.2;
  color: #f5fcff;
  max-width: 16ch;
}

.about-panel.is-active h2 {
  font-size: clamp(1.2rem, 2.1vw, 2rem);
}

.about-panel-trigger {
  position: absolute;
  inset: 0;
  z-index: 4;
  border: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.about-panel-trigger:focus-visible {
  outline: 2px solid rgba(245, 252, 255, 0.95);
  outline-offset: -8px;
  border-radius: inherit;
}

.about-panel-stripe {
  position: absolute;
  left: 1rem;
  top: 0.95rem;
  width: 3rem;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #61def3 0%, #0fb9d4 100%);
}

.about-panel-plus {
  position: absolute;
  right: 0.95rem;
  bottom: 0.95rem;
  width: 2.85rem;
  height: 2.85rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.65rem;
  line-height: 1;
  font-weight: 500;
  color: #f5fcff;
  background: linear-gradient(145deg, #13a8c2 0%, #0a6e85 100%);
  box-shadow: 0 12px 22px rgba(6, 31, 46, 0.38);
  transition: transform 0.35s ease, background 0.35s ease;
}

.about-panel.is-active .about-panel-plus {
  transform: rotate(45deg);
  background: linear-gradient(145deg, #19bdd9 0%, #0b8099 100%);
}

.about-panel-content {
  position: relative;
  z-index: 2;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(14px);
  pointer-events: none;
  transition:
    max-height 0.52s ease,
    opacity 0.35s ease,
    transform 0.45s ease;
}

.about-panel.is-active .about-panel-content {
  max-height: 690px;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.about-panel-content p {
  margin: 0 0 0.72rem;
  color: rgba(235, 248, 252, 0.96);
  line-height: 1.56;
}

.about-panel-content p:last-child {
  margin-bottom: 0;
}

.about-panel-highlight {
  font-family: Sora, Manrope, sans-serif;
  font-size: 1.03rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #d8f5ff;
  font-weight: 700;
}

.about-panel-mission {
  background:
    linear-gradient(152deg, rgba(7, 58, 76, 0.36) 0%, rgba(6, 42, 60, 0.62) 100%),
    url("images/about-mission.svg") center / cover no-repeat,
    #0a4a63;
}

.about-panel-services {
  background:
    linear-gradient(150deg, rgba(8, 49, 70, 0.32) 0%, rgba(6, 36, 56, 0.6) 100%),
    url("images/about-services.svg") center / cover no-repeat,
    #083f58;
}

.about-panel-process {
  background:
    linear-gradient(149deg, rgba(7, 45, 67, 0.34) 0%, rgba(6, 34, 52, 0.61) 100%),
    url("images/about-process.svg") center / cover no-repeat,
    #08364f;
}

.about-panel-why {
  background:
    linear-gradient(153deg, rgba(6, 40, 60, 0.3) 0%, rgba(5, 31, 49, 0.58) 100%),
    url("images/about-why.svg") center / cover no-repeat,
    #072f45;
}

.card-grid,
.service-grid,
.contact-grid {
  margin-top: 1.3rem;
  display: grid;
  gap: 1rem;
}

.card-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.service-grid {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.leistungen-grid {
  margin-top: 1.3rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
  gap: 1rem;
}

.leistungen-stack {
  margin-top: 1.35rem;
  display: grid;
  gap: 1.15rem;
}

.leistung-feature {
  display: flex;
}

.leistung-feature.is-left {
  justify-content: flex-start;
}

.leistung-feature.is-right {
  justify-content: flex-end;
}

.leistung-feature-card {
  --leistung-media-size: clamp(110px, 12vw, 165px);
  width: min(760px, 100%);
  background: rgba(249, 253, 255, 0.88);
  border: 1px solid rgba(164, 199, 214, 0.95);
  border-radius: 18px;
  padding: 1.05rem 1.05rem 1.15rem;
  box-shadow: 0 18px 34px rgba(16, 46, 62, 0.16);
  backdrop-filter: blur(3px);
  display: grid;
  grid-template-columns: var(--leistung-media-size) minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.leistung-feature-card.leistung-feature-card-featured {
  grid-template-columns: 1fr;
  gap: 0.85rem;
  padding: 1rem 1rem 1.2rem;
  display: flex;
  flex-direction: column;
}

.leistung-index {
  margin: 0 0 0.45rem;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1d7a95;
  font-weight: 700;
}

.leistung-feature-card h2 {
  margin-bottom: 0.55rem;
}

.leistung-feature-card.leistung-feature-card-featured h2 {
  margin-bottom: 0.55rem;
  font-size: clamp(1.55rem, 2.6vw, 1.9rem);
}

.leistung-feature-card p {
  margin-top: 0;
  color: var(--muted);
}

.leistung-feature-card.leistung-feature-card-featured p {
  max-width: 68ch;
  line-height: 1.55;
}

.leistung-text {
  display: flex;
  flex-direction: column;
}

.leistung-visual {
  width: var(--leistung-media-size);
  display: block;
  height: var(--leistung-media-size);
  object-fit: contain;
  object-position: center;
  padding: 0.35rem;
  margin-bottom: 0;
  border-radius: 12px;
  border: 1px solid rgba(150, 191, 206, 0.92);
  background: #d7ecf7;
}

.leistung-visual-top-frame {
  width: 100%;
  height: clamp(150px, 20vw, 188px);
  border-radius: 12px;
  border: 1px solid rgba(150, 191, 206, 0.92);
  background: #ffffff;
  overflow: hidden;
}

.leistung-feature-card.leistung-feature-card-featured .leistung-visual-top {
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: cover;
  object-position: center;
  border: 0;
  border-radius: 0;
  background: #ffffff;
  transform: scale(2.6);
  transform-origin: center center;
}

.leistung-feature-card.leistung-feature-card-drone .leistung-visual-top {
  transform: scale(1.14);
}

.leistung-feature-card.leistung-feature-card-featured .leistung-more {
  margin-top: 1.45rem;
}

.leistung-feature.is-right .leistung-feature-card {
  grid-template-columns: minmax(0, 1fr) var(--leistung-media-size);
}

.leistung-feature.is-right .leistung-visual {
  grid-column: 2;
}

.leistung-feature.is-right .leistung-text {
  grid-column: 1;
  grid-row: 1;
}

.leistung-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1rem 1rem 1.1rem;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
}

.leistung-card p {
  color: var(--muted);
  margin-bottom: 0;
}

.leistung-more {
  align-self: flex-start;
  margin-top: 1rem;
}

.avani-process {
  margin-top: 2.2rem;
  padding-bottom: 0.8rem;
}

.avani-process-slider {
  overflow: hidden;
}

.avani-process-track {
  display: flex;
  justify-content: center;
  gap: 0.85rem;
  align-items: stretch;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0.1rem 0;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.avani-process-track::-webkit-scrollbar {
  display: none;
}

.avani-process-card {
  flex: 0 0 160px;
  width: 160px;
  min-width: 160px;
  max-width: 160px;
  height: 458px;
  min-height: 458px;
  border: 1px solid rgba(87, 139, 163, 0.88);
  border-radius: 20px;
  background: rgba(8, 31, 44, 0.64);
  box-shadow: 0 18px 34px rgba(2, 13, 20, 0.18);
  color: #d8e8f1;
  cursor: pointer;
  overflow: hidden;
  transition:
    width 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    min-width 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    max-width 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.22s ease,
    background 0.22s ease;
}

.avani-process-card[data-active="true"] {
  flex-basis: 500px;
  width: 500px;
  min-width: min(500px, calc(100vw - 3rem));
  max-width: min(500px, calc(100vw - 3rem));
}

.avani-process-card-content {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 458px;
  padding: 1rem 0.95rem 0.95rem;
  overflow: hidden;
}

.avani-process-image {
  display: block;
  width: 320px;
  max-width: 78%;
  height: 262px;
  margin: 0 auto;
  object-fit: contain;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.24s ease, transform 0.32s ease;
}

.avani-process-card-title {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 13rem;
  margin: 0;
  color: #d8e8f1;
  font-size: 1.22rem;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  transform: translate(-50%, -50%) rotate(-90deg);
  transform-origin: center;
  white-space: nowrap;
  transition: opacity 0.22s ease;
}

.avani-process-copy {
  position: relative;
  margin-top: auto;
  width: 100%;
  min-height: 150px;
  padding: 1rem 1rem 0.95rem;
  border-radius: 16px;
  background: rgba(7, 29, 43, 0.9);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.24s ease, transform 0.32s ease;
}

.avani-process-number-collapsed {
  position: absolute;
  bottom: 1.65rem;
  left: 50%;
  transform: translateX(-50%);
  display: inline-grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 999px;
  background: #1fb2cb;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 800;
  box-shadow: 0 7px 16px rgba(0, 0, 0, 0.28);
  transition: opacity 0.24s ease, transform 0.24s ease;
}

.avani-process-copy h2 {
  margin: 0.72rem 0 0.38rem;
  font-size: 1.16rem;
}

.avani-process-copy p {
  margin: 0;
  line-height: 1.45;
  color: #9eb5c3;
}

.avani-process-card[data-active="true"] .avani-process-number-collapsed {
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(8px);
}

.avani-process-card[data-active="true"] {
  border-color: rgba(37, 188, 211, 0.95);
  background: rgba(10, 42, 58, 0.82);
}

.avani-process-card[data-active="true"] .avani-process-card-title {
  opacity: 0;
  pointer-events: none;
}

.avani-process-card[data-active="true"] .avani-process-copy {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.avani-process-card[data-active="true"] .avani-process-image {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.avani-process-card[data-active="true"] .avani-process-card-content {
  justify-content: space-between;
}

.avani-process-card:not([data-active="true"]) .avani-process-copy {
  opacity: 0;
  pointer-events: none;
}

.avani-process-card h3 {
  margin: 0 0 0.38rem;
  font-size: 1.16rem;
}

.avani-process-dots {
  display: flex;
  justify-content: center;
  gap: 0.55rem;
  margin-top: 1rem;
}

.avani-process-dots button {
  appearance: none;
  width: 11px;
  height: 11px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(118, 157, 176, 0.45);
  cursor: pointer;
}

.avani-process-dots .is-active {
  width: 27px;
  background: #25bcd3;
  cursor: default;
}

.avani-process-cta {
  display: flex;
  justify-content: center;
  margin-top: 2.45rem;
}

@media (max-width: 900px) {
  .avani-process-image {
    width: min(280px, 74%);
    height: 225px;
  }

  .avani-process-cta {
    margin-top: 2rem;
  }
}

@media (max-width: 767px) {
  .avani-process {
    margin-top: 1.35rem;
  }

  .avani-process-track {
    flex-direction: column;
    justify-content: flex-start;
    overflow-x: visible;
    overflow-y: visible;
    gap: 0.65rem;
  }

  .avani-process-card,
  .avani-process-card[data-active="true"] {
    flex-basis: auto;
    width: 100%;
    min-width: 100%;
    max-width: none;
    min-height: 74px;
    height: auto;
    border-radius: 16px;
  }

  .avani-process-card-content {
    min-height: 74px;
    height: auto;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0.85rem;
  }

  .avani-process-card-title {
    position: static;
    width: auto;
    max-width: calc(100% - 3rem);
    text-align: left;
    transform: none;
    white-space: normal;
    overflow-wrap: anywhere;
    font-size: 1.05rem;
    line-height: 1.2;
    margin: 0;
  }

  .avani-process-card[data-active="true"] .avani-process-card-content {
    min-height: 0;
  }

  .avani-process-card:not([data-active="true"]) .avani-process-image,
  .avani-process-card:not([data-active="true"]) .avani-process-copy {
    display: none;
  }

  .avani-process-card:not([data-active="true"]) .avani-process-number-collapsed {
    bottom: auto;
    left: auto;
    right: 0.85rem;
    top: 50%;
    transform: translateY(-50%);
  }

  .avani-process-card[data-active="true"] .avani-process-card-title {
    position: absolute;
  }

  .avani-process-card[data-active="true"] .avani-process-image {
    width: min(230px, 82%);
    height: 176px;
    margin-top: 0.15rem;
  }

  .avani-process-copy {
    width: 100%;
    min-height: 0;
    margin-top: 0.65rem;
    padding: 0.82rem;
    border-radius: 14px;
  }

  .avani-process-copy h3 {
    font-size: 1.05rem;
  }

  .avani-process-copy p {
    font-size: 0.94rem;
    line-height: 1.48;
  }
}

.leistung-modal {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.leistung-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.leistung-modal-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(65% 55% at 50% 40%, rgba(24, 75, 97, 0.28), rgba(8, 24, 35, 0.72)),
    rgba(10, 30, 43, 0.6);
  backdrop-filter: blur(4px);
}

.leistung-modal-panel {
  position: relative;
  width: min(860px, calc(100% - 2rem));
  max-height: min(88vh, 920px);
  overflow: auto;
  border-radius: 18px;
  border: 1px solid rgba(188, 216, 229, 0.95);
  background:
    linear-gradient(180deg, rgba(251, 255, 255, 0.98), rgba(244, 252, 255, 0.98));
  box-shadow:
    0 30px 56px rgba(9, 30, 43, 0.38),
    0 8px 18px rgba(9, 30, 43, 0.18);
  padding: 0;
  transform: translateY(18px) scale(0.985);
  opacity: 0;
  transition: transform 0.28s ease, opacity 0.28s ease;
}

.leistung-modal.is-open .leistung-modal-panel {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.leistung-modal-panel::before {
  content: "";
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  height: 4px;
  background: linear-gradient(90deg, #0aa5bd, #0b6f89);
  z-index: 2;
}

.leistung-modal-head {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.7rem;
  padding: 1rem 1rem 0.7rem;
  background: linear-gradient(180deg, rgba(250, 254, 255, 0.98), rgba(247, 252, 255, 0.95));
  border-bottom: 1px solid rgba(195, 219, 230, 0.9);
}

.leistung-modal-close {
  flex: 0 0 auto;
  width: 2.1rem;
  height: 2.1rem;
  border: 1px solid rgba(126, 176, 198, 0.9);
  border-radius: 50%;
  background: rgba(231, 245, 251, 0.9);
  color: #195972;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.leistung-modal-close:hover {
  background: rgba(208, 236, 247, 0.95);
  border-color: rgba(75, 137, 165, 0.95);
  transform: translateY(-1px);
}

#leistung-modal-title {
  margin: 0;
  font-size: clamp(1.3rem, 2.2vw, 1.8rem);
  line-height: 1.25;
}

#leistung-modal-body {
  padding: 1rem 1.1rem 1.2rem;
}

#leistung-modal-body h3 {
  margin-top: 1.05rem;
  margin-bottom: 0.4rem;
  font-size: 1.08rem;
  color: #174f66;
  padding-top: 0.7rem;
  border-top: 1px solid rgba(190, 216, 227, 0.75);
}

#leistung-modal-body h4 {
  margin-top: 0.8rem;
  margin-bottom: 0.32rem;
  font-size: 0.98rem;
  color: #1a6581;
  letter-spacing: 0.01em;
}

#leistung-modal-body p {
  margin-top: 0;
  margin-bottom: 0.66rem;
  color: #2b4b5f;
  line-height: 1.62;
}

#leistung-modal-body ul {
  margin: 0.15rem 0 0.82rem;
  padding: 0;
  list-style: none;
}

#leistung-modal-body li {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 0.38rem;
  color: #2b4b5f;
}

#leistung-modal-body li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: linear-gradient(180deg, #1f8fae, #0d677f);
}

#leistung-modal-body strong {
  color: #123c51;
}

body.modal-open {
  overflow: hidden;
}

.contact-grid {
  grid-template-columns: 1fr 1.2fr;
}

.card,
.service {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1rem 1rem 1.1rem;
  box-shadow: var(--shadow);
}

.form {
  display: grid;
  gap: 0.6rem;
}

.field-required {
  margin-left: 0.15rem;
  color: #0f728d;
  font-weight: 700;
}

.contact-consent {
  display: grid;
  grid-template-columns: 1.15rem 1fr;
  gap: 0.65rem;
  align-items: start;
  margin-top: 0.25rem;
}

.contact-consent input[type="checkbox"] {
  margin-top: 0.2rem;
  width: 1.1rem;
  height: 1.1rem;
  accent-color: #1b7891;
}

.contact-consent span {
  color: #2a4658;
  font-size: 0.9rem;
  line-height: 1.5;
}

.required-note {
  margin: 0.1rem 0 0;
  color: #2f4e66;
  font-size: 0.85rem;
}

.contact-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-status {
  margin: 0.2rem 0 0;
  min-height: 1.4rem;
  font-size: 0.9rem;
  font-weight: 600;
}

.form-status.is-success {
  color: #0b6f2d;
}

.form-status.is-error {
  color: #9b1a1a;
}

input,
textarea {
  width: 100%;
  border: 1px solid #93bbc9;
  border-radius: 10px;
  font: inherit;
  padding: 0.62rem 0.72rem;
  background: rgba(255, 255, 255, 0.9);
}

.subnav {
  margin-top: 1.2rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}

.subnav a {
  padding: 0.5rem 0.8rem;
  border-radius: 999px;
  background: rgba(6, 123, 143, 0.12);
  text-decoration: none;
  font-weight: 600;
}

.legal h2 {
  margin-top: 1.2rem;
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
}

.footer {
  border-top: 1px solid var(--line);
  background: rgba(244, 252, 255, 0.85);
  margin-top: auto;
  padding: 1.2rem 1rem;
  color: var(--muted);
}

.footer-inner {
  width: min(1100px, calc(100% - 2rem));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem 1.5rem;
  flex-wrap: wrap;
}

.footer p {
  margin: 0;
}

.footer-links {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.footer-links a {
  text-decoration: none;
  color: var(--brand-dark);
  font-weight: 600;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  text-decoration: underline;
}

.form .button:disabled {
  opacity: 0.72;
  cursor: not-allowed;
  box-shadow: none;
}

.ueber-uns-page .drone-hero,
.ueber-uns-page .drone-story-panel,
.ueber-uns-page .drone-services,
.ueber-uns-page .drone-bento,
.ueber-uns-page .drone-cta-panel,
.ueber-uns-page .automation-hero,
.ueber-uns-page .automation-problem,
.ueber-uns-page .automation-solution,
.ueber-uns-page .automation-services,
.ueber-uns-page .automation-tech,
.ueber-uns-page .geodata-hero,
.ueber-uns-page .geodata-intro,
.ueber-uns-page .geodata-capabilities,
.ueber-uns-page .card.legal {
  border-color: rgba(121, 168, 189, 0.72);
  background:
    radial-gradient(circle at 92% 8%, rgba(97, 222, 243, 0.13), transparent 34%),
    linear-gradient(145deg, rgba(10, 74, 99, 0.82) 0%, rgba(7, 48, 69, 0.82) 44%, rgba(7, 30, 42, 0.9) 100%);
  box-shadow:
    0 24px 44px rgba(11, 36, 50, 0.3),
    0 8px 16px rgba(11, 36, 50, 0.18);
}

.ueber-uns-page .automation-eyebrow,
.ueber-uns-page .automation-section-head .kicker,
.ueber-uns-page .geodata-eyebrow,
.ueber-uns-page .geodata-section-head .kicker,
.ueber-uns-page .drone-hero-badge,
.ueber-uns-page .drone-section-head .kicker,
.ueber-uns-page .drone-bento-lead .kicker,
.ueber-uns-page .drone-cta-panel .kicker {
  border-color: rgba(203, 232, 244, 0.34);
  background: rgba(10, 74, 99, 0.42);
  color: #b9f2ff;
}

.ueber-uns-page .automation-problem-card,
.ueber-uns-page .automation-service-card,
.ueber-uns-page .automation-solution-list li,
.ueber-uns-page .automation-tech-badge,
.ueber-uns-page .geodata-capability-card,
.ueber-uns-page .drone-service-card,
.ueber-uns-page .drone-bento-card,
.ueber-uns-page .drone-metric-card,
.ueber-uns-page .drone-timeline article,
.ueber-uns-page .avani-process-card {
  border-color: rgba(203, 232, 244, 0.28);
  background:
    linear-gradient(180deg, rgba(7, 30, 42, 0.2) 0%, rgba(7, 30, 42, 0.74) 100%),
    linear-gradient(145deg, rgba(10, 74, 99, 0.62), rgba(8, 54, 79, 0.7));
  box-shadow: 0 18px 34px rgba(2, 13, 20, 0.18);
}

.ueber-uns-page .geodata-focus-card::before {
  border-color: rgba(203, 232, 244, 0.28);
  background:
    linear-gradient(180deg, rgba(7, 30, 42, 0.2) 0%, rgba(7, 30, 42, 0.74) 100%),
    linear-gradient(145deg, rgba(10, 74, 99, 0.58), rgba(8, 54, 79, 0.66));
}

.ueber-uns-page .geodata-focus-card:hover::before {
  border-color: rgba(97, 222, 243, 0.58);
  background:
    linear-gradient(180deg, rgba(10, 74, 99, 0.44), rgba(7, 30, 42, 0.76)),
    linear-gradient(145deg, rgba(19, 168, 194, 0.3), rgba(8, 54, 79, 0.72));
}

.ueber-uns-page .geodata-card-icon::before,
.ueber-uns-page .drone-service-card__icon {
  border-color: rgba(97, 222, 243, 0.58);
  background: rgba(7, 48, 69, 0.74);
}

.ueber-uns-page .automation-subline,
.ueber-uns-page .automation-section-head p,
.ueber-uns-page .automation-service-card p,
.ueber-uns-page .automation-problem-card p,
.ueber-uns-page .automation-solution-list li,
.ueber-uns-page .geodata-subline,
.ueber-uns-page .geodata-section-head p,
.ueber-uns-page .geodata-focus-card p,
.ueber-uns-page .geodata-capability-card li,
.ueber-uns-page .drone-hero-text,
.ueber-uns-page .drone-timeline p,
.ueber-uns-page .drone-bento-lead p,
.ueber-uns-page .drone-bento-card p,
.ueber-uns-page .drone-service-stage p,
.ueber-uns-page .drone-cta-panel p,
.ueber-uns-page .drone-service-card__desc,
.ueber-uns-page .avani-process-copy p {
  color: #c7e6f1;
}

.ueber-uns-page .automation-service-card span,
.ueber-uns-page .geodata-focus-tags li,
.ueber-uns-page .drone-service-card__icon span,
.ueber-uns-page .drone-bento-card span,
.ueber-uns-page .drone-timeline span,
.ueber-uns-page .drone-metric-index {
  color: #61def3;
}

[data-theme="dark"] .vanta-bg {
  filter: saturate(1.03) contrast(1.06) brightness(0.72);
}

[data-theme="dark"] .leistungen-bg-tint {
  background:
    radial-gradient(75% 60% at 20% 20%, rgba(26, 72, 92, 0.33), transparent 70%),
    linear-gradient(180deg, rgba(8, 21, 31, 0.58), rgba(6, 18, 28, 0.64));
}

[data-theme="dark"] .ueber-uns-bg-tint {
  background:
    radial-gradient(72% 62% at 18% 18%, rgba(24, 72, 93, 0.33), transparent 70%),
    linear-gradient(180deg, rgba(8, 20, 30, 0.56), rgba(6, 17, 27, 0.64));
}

[data-theme="dark"] .kontakt-bg-tint {
  background:
    radial-gradient(68% 58% at 20% 15%, rgba(25, 73, 93, 0.33), transparent 70%),
    linear-gradient(180deg, rgba(8, 20, 30, 0.56), rgba(6, 17, 27, 0.63));
}

[data-theme="dark"] .home-page .vanta-drone {
  opacity: 0.52;
  mix-blend-mode: screen;
  filter: brightness(1.5) saturate(1.15) drop-shadow(0 14px 24px rgba(18, 116, 146, 0.34));
}

[data-theme="dark"] .topbar {
  background: rgba(6, 16, 24, 0.84);
  border-bottom-color: rgba(57, 95, 115, 0.75);
}

[data-theme="dark"] .nav a:hover,
[data-theme="dark"] .nav a.active,
[data-theme="dark"] .nav-services-toggle:hover,
[data-theme="dark"] .nav-services-toggle.active {
  background: rgba(31, 178, 203, 0.22);
  color: #d9f4fb;
}

[data-theme="dark"] .nav-submenu {
  border-color: rgba(60, 101, 122, 0.95);
  background: rgba(7, 19, 29, 0.96);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.36);
}

[data-theme="dark"] .theme-toggle {
  background: rgba(31, 178, 203, 0.16);
  border-color: rgba(96, 160, 186, 0.62);
  color: #d8edf5;
}

[data-theme="dark"] .menu-toggle {
  background: rgba(31, 178, 203, 0.16);
  border-color: rgba(96, 160, 186, 0.62);
  color: #d8edf5;
}

[data-theme="dark"] .theme-toggle:hover,
[data-theme="dark"] .theme-toggle:focus-visible,
[data-theme="dark"] .menu-toggle:hover,
[data-theme="dark"] .menu-toggle:focus-visible {
  background: rgba(31, 178, 203, 0.28);
  border-color: rgba(124, 191, 216, 0.78);
}

[data-theme="dark"] .goal-intro-visual {
}

[data-theme="dark"] .goal-media {
  background: #0c2536;
}

[data-theme="dark"] .goal-card {
  background: rgba(10, 23, 33, 0.92);
  border-color: rgba(64, 106, 126, 0.92);
}

[data-theme="dark"] .goal-content h3 {
  color: #e6f5fb;
}

[data-theme="dark"] .goal-content p {
  color: #bfd5e2;
}

[data-theme="dark"] .request-panel {
  border-color: rgba(58, 98, 119, 0.8);
  background:
    linear-gradient(180deg, rgba(11, 33, 47, 0.94), rgba(8, 25, 37, 0.94)),
    url("images/project-request-bg.svg") right top / cover no-repeat;
}

[data-theme="dark"] .request-panel::after {
  background: linear-gradient(90deg, rgba(8, 25, 36, 0.86) 0%, rgba(8, 25, 36, 0.65) 44%, rgba(8, 25, 36, 0.42) 100%);
}

[data-theme="dark"] .request-intro,
[data-theme="dark"] .request-note,
[data-theme="dark"] .request-consent span {
  color: #b8cedb;
}

[data-theme="dark"] .request-form input[type="text"],
[data-theme="dark"] .request-form textarea {
  border-bottom-color: rgba(166, 209, 226, 0.72);
  color: #d9e9f1;
}

[data-theme="dark"] .request-form input[type="text"]:focus,
[data-theme="dark"] .request-form textarea:focus {
  border-bottom-color: #67c7de;
}

[data-theme="dark"] .about-panels {
  border-color: rgba(74, 120, 142, 0.92);
  box-shadow:
    0 24px 44px rgba(0, 0, 0, 0.45),
    0 8px 16px rgba(0, 0, 0, 0.3);
}

[data-theme="dark"] .about-panel + .about-panel {
  border-left-color: rgba(160, 206, 223, 0.2);
}

[data-theme="dark"] .leistung-feature-card {
  background: rgba(10, 23, 33, 0.9);
  border-color: rgba(60, 99, 119, 0.94);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.3);
}

[data-theme="dark"] .leistung-index {
  color: #67cde3;
}

[data-theme="dark"] .leistung-visual {
  border-color: rgba(72, 112, 132, 0.9);
  background: #0b2536;
}

[data-theme="dark"] .leistung-modal-backdrop {
  background:
    radial-gradient(65% 55% at 50% 40%, rgba(16, 51, 67, 0.45), rgba(3, 10, 16, 0.82)),
    rgba(4, 14, 21, 0.72);
}

[data-theme="dark"] .leistung-modal-panel {
  border-color: rgba(72, 112, 132, 0.9);
  background: linear-gradient(180deg, rgba(8, 21, 31, 0.98), rgba(9, 23, 34, 0.98));
  box-shadow:
    0 30px 56px rgba(0, 0, 0, 0.52),
    0 8px 18px rgba(0, 0, 0, 0.3);
}

[data-theme="dark"] .leistung-modal-head {
  background: linear-gradient(180deg, rgba(10, 25, 37, 0.98), rgba(10, 24, 35, 0.95));
  border-bottom-color: rgba(60, 98, 118, 0.9);
}

[data-theme="dark"] .leistung-modal-close {
  border-color: rgba(80, 124, 146, 0.9);
  background: rgba(15, 37, 52, 0.9);
  color: #bbecf8;
}

[data-theme="dark"] #leistung-modal-body h3 {
  color: #8cdced;
  border-top-color: rgba(61, 101, 121, 0.75);
}

[data-theme="dark"] #leistung-modal-body h4 {
  color: #74cce2;
}

[data-theme="dark"] #leistung-modal-body p,
[data-theme="dark"] #leistung-modal-body li {
  color: #b9cfdb;
}

[data-theme="dark"] #leistung-modal-body strong {
  color: #d4edf6;
}

[data-theme="dark"] input,
[data-theme="dark"] textarea {
  border-color: #446b7d;
  background: rgba(9, 23, 34, 0.9);
  color: #e0edf4;
}

[data-theme="dark"] .contact-consent span,
[data-theme="dark"] .required-note {
  color: #aac0cd;
}

[data-theme="dark"] .field-required {
  color: #58c8df;
}

[data-theme="dark"] .contact-consent input[type="checkbox"],
[data-theme="dark"] .request-consent input[type="checkbox"] {
  accent-color: #4abdd6;
}

[data-theme="dark"] .subnav a {
  background: rgba(31, 178, 203, 0.2);
  color: #d6eef7;
}

[data-theme="dark"] .footer {
  background: rgba(6, 17, 25, 0.86);
}

[data-theme="dark"] .footer-links a {
  color: #8ddff0;
}

[data-theme="dark"] .form-status.is-success {
  color: #5edc84;
}

[data-theme="dark"] .form-status.is-error {
  color: #ff8f8f;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

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

@media (max-width: 767px) {
  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 900px) {
  .hero {
    padding-top: 2.8rem;
  }

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

  .goal-intro {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }

  .goal-intro-visual {
    justify-self: start;
    max-width: min(520px, 100%);
  }

  .goal-intro-reverse .goal-intro-copy {
    order: 1;
  }

  .goal-intro-reverse .goal-intro-visual {
    order: 2;
  }

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

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

  .leistung-feature-card {
    width: min(700px, 100%);
  }

  .request-panel {
    background-position: center top;
  }

  .request-form textarea {
    min-height: 180px;
  }

  .about-panels {
    min-height: clamp(360px, 58vh, 480px);
  }

  .about-panel h2 {
    max-width: 14ch;
  }

  .vanta-drone {
    top: 9.5rem;
    right: 0.2rem;
    width: clamp(104px, 16vw, 176px);
    opacity: 0.2;
  }

  [data-theme="dark"] .home-page .vanta-drone {
    opacity: 0.45;
  }
}

@media (max-width: 600px) {
  .topbar-inner {
    align-items: center;
    flex-wrap: wrap;
  }

  .nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0.35rem;
    padding-top: 0.6rem;
  }

  .nav.is-open {
    display: flex;
  }

  .theme-toggle {
    margin-top: 0.35rem;
    margin-left: 0;
    width: fit-content;
  }

  .menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .nav-item {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-submenu {
    position: static;
    display: none;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin: 0.15rem 0 0.35rem;
    padding: 0.2rem 0 0.2rem 0.95rem;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .nav-submenu.is-open {
    display: flex;
  }

  .nav-submenu a {
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .nav a {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .brand img {
    height: 64px;
  }

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

  .goal-intro-copy p {
    font-size: 1rem;
  }

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

  .leistung-feature.is-left,
  .leistung-feature.is-right {
    justify-content: stretch;
  }

  .leistung-feature-card {
    width: 100%;
    grid-template-columns: 1fr;
  }

  .leistung-feature-card.leistung-feature-card-featured {
    gap: 0.7rem;
    padding: 0.78rem 0.78rem 0.95rem;
    border-radius: 14px;
  }

  .leistung-feature-card.leistung-feature-card-featured h2 {
    font-size: clamp(1.28rem, 7vw, 1.55rem);
    line-height: 1.08;
    margin-bottom: 0.42rem;
  }

  .leistung-feature-card.leistung-feature-card-featured p {
    font-size: 0.95rem;
    line-height: 1.46;
  }

  .leistung-feature-card.leistung-feature-card-featured .leistung-more {
    margin-top: 0.75rem;
    align-self: flex-start;
  }

  .leistung-visual-top-frame {
    height: clamp(118px, 35vw, 142px);
    border-radius: 10px;
  }

  .leistung-feature.is-right .leistung-feature-card {
    grid-template-columns: 1fr;
  }

  .leistung-visual {
    width: 100%;
    height: clamp(120px, 42vw, 190px);
    margin-bottom: 0.65rem;
  }

  .leistung-feature.is-right .leistung-visual,
  .leistung-feature.is-right .leistung-text {
    grid-column: auto;
    grid-row: auto;
  }

  .goal-media {
    height: 200px;
  }

  .about-panels {
    flex-direction: column;
    min-height: 0;
  }

  .about-panel {
    min-height: 92px;
    padding-bottom: 1rem;
    transition:
      min-height 0.35s ease,
      filter 0.35s ease,
      transform 0.35s ease;
  }

  .about-panel + .about-panel {
    border-left: 0;
    border-top: 1px solid rgba(203, 232, 244, 0.28);
  }

  .about-panel.is-active {
    min-height: 270px;
    flex: 1 1 auto;
  }

  .about-panel h2 {
    margin-top: 1.55rem;
    margin-bottom: 0.55rem;
    max-width: none;
  }

  .about-panel.is-active .about-panel-content {
    max-height: 980px;
  }

  .about-panel-plus {
    width: 2.6rem;
    height: 2.6rem;
    font-size: 1.45rem;
  }

  .request-panel {
    display: block;
    padding-top: 1.2rem;
  }

  .request-intro {
    letter-spacing: 0.04em;
  }

  .request-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .request-form label {
    font-size: 1.08rem;
  }

  .request-button {
    font-size: 1.08rem;
  }

  .request-cta-wrap {
    grid-column: auto;
    grid-row: auto;
    justify-content: flex-start;
  }

  .request-cta {
    min-width: 0;
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .vanta-overlay {
    display: none;
  }

  .leistungen-bg-tint {
    background: linear-gradient(180deg, rgba(240, 248, 252, 0.72), rgba(232, 244, 249, 0.75));
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

