/* =========================================================
   AeroVision Südbaden – Website-Stylesheet
   Farben, Schriften und Layout nach Designvorlage (Dunkelblau)
   Alle Schriften werden lokal geladen (keine externen Dienste).
   ========================================================= */

/* ---------- Schriften (lokal, DSGVO-konform) ---------- */
@font-face { font-family: "Inter"; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/inter-latin-400-normal.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 500; font-display: swap; src: url("../fonts/inter-latin-500-normal.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 600; font-display: swap; src: url("../fonts/inter-latin-600-normal.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 700; font-display: swap; src: url("../fonts/inter-latin-700-normal.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 800; font-display: swap; src: url("../fonts/inter-latin-800-normal.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/inter-latin-ext-400-normal.woff2") format("woff2"); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 600; font-display: swap; src: url("../fonts/inter-latin-ext-600-normal.woff2") format("woff2"); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 700; font-display: swap; src: url("../fonts/inter-latin-ext-700-normal.woff2") format("woff2"); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 800; font-display: swap; src: url("../fonts/inter-latin-ext-800-normal.woff2") format("woff2"); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "Great Vibes"; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/great-vibes-latin-400-normal.woff2") format("woff2"); }

/* ---------- Design-Token ---------- */
:root {
  --navy-900: #071640;
  --navy-800: #0B1F59;
  --navy-700: #0F2A73;
  --blue-700: #0A3D91;
  --blue-600: #1250B8;
  --blue-500: #1E6FE0;
  --sky-500: #1BA0F2;
  --sky-400: #4DB8F7;
  --sky-100: #E3F1FC;
  --grey-50: #F5F8FC;
  --grey-100: #E9EEF5;
  --grey-200: #D5DDE9;
  --text: #10203F;
  --muted: #55607A;
  --white: #FFFFFF;
  --font-sans: "Inter", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-script: "Great Vibes", "Brush Script MT", cursive;
  --container: 1200px;
  --radius: 12px;
  --radius-pill: 999px;
  --shadow-sm: 0 1px 2px rgba(7, 22, 64, .06), 0 1px 3px rgba(7, 22, 64, .08);
  --shadow-md: 0 8px 24px rgba(7, 22, 64, .12);
  --shadow-lg: 0 20px 48px rgba(7, 22, 64, .22);
  --header-h: 84px;
}

/* ---------- Basis ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }
body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  color: var(--text);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--blue-600); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4 { margin: 0 0 .5em; line-height: 1.15; color: var(--navy-800); font-weight: 800; letter-spacing: -.01em; }
h1 { font-size: clamp(2rem, 4.5vw, 3.25rem); }
h2 { font-size: clamp(1.75rem, 3.2vw, 2.5rem); }
h3 { font-size: 1.25rem; font-weight: 700; }
p { margin: 0 0 1em; }
ul, ol { margin: 0 0 1em; padding-left: 1.25em; }
strong { font-weight: 700; }
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.container--narrow { max-width: 820px; }
.section { padding: 88px 0; }
.section--tight { padding: 64px 0; }
.section--grey { background: var(--grey-50); }
.section--navy { background: var(--navy-800); color: var(--white); }
.section--navy h2, .section--navy h3 { color: var(--white); }
.text-center { text-align: center; }
.lead { font-size: 1.125rem; color: var(--muted); max-width: 760px; }
.text-center .lead { margin-left: auto; margin-right: auto; }
.muted { color: var(--muted); }
.small { font-size: .875rem; }
.mt-0 { margin-top: 0 !important; }
.mt-lg { margin-top: 32px; }
.mt-xl { margin-top: 2em; }
.text-left { text-align: left; }
.lead--center { margin: 0 auto 28px; }
.btn-row--center { justify-content: center; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: -999px; top: 8px; background: var(--navy-800); color: #fff; padding: 8px 14px; border-radius: 8px; z-index: 1000; }
.skip-link:focus { left: 8px; }

/* Kicker mit Linien ("— UNSERE LEISTUNGEN —") */
.kicker { display: inline-flex; align-items: center; gap: 14px; font-size: .8125rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; color: var(--navy-800); margin-bottom: 14px; }
.kicker::before, .kicker::after { content: ""; width: 34px; height: 2px; background: var(--sky-500); border-radius: 2px; }
.kicker--left::after { display: none; }
.kicker--plain::before, .kicker--plain::after { display: none; }
.section--navy .kicker { color: var(--sky-400); }
.script { font-family: var(--font-script); font-weight: 400; line-height: 1; letter-spacing: 0; }

/* Schwung-Unterstreichung */
.swoosh { display: block; width: 100%; max-width: 320px; height: 14px; margin-top: 4px; }
.swoosh path { fill: none; stroke: var(--sky-500); stroke-width: 3; stroke-linecap: round; }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 26px; border-radius: var(--radius-pill); font-weight: 700; font-size: .9375rem; line-height: 1; border: 2px solid transparent; cursor: pointer; text-decoration: none !important; transition: background .18s, color .18s, border-color .18s, transform .18s, box-shadow .18s; white-space: nowrap; }
.btn svg { width: 18px; height: 18px; flex: none; }
.btn--primary { background: var(--blue-500); color: #fff; box-shadow: 0 6px 18px rgba(30, 111, 224, .35); }
.btn--primary:hover { background: var(--blue-600); transform: translateY(-1px); }
.btn--navy { background: var(--navy-800); color: #fff; }
.btn--navy:hover { background: var(--navy-700); }
.btn--outline { background: transparent; color: var(--navy-800); border-color: var(--navy-800); }
.btn--outline:hover { background: var(--navy-800); color: #fff; }
.btn--outline-light { background: rgba(255, 255, 255, .06); color: #fff; border-color: rgba(255, 255, 255, .7); backdrop-filter: blur(4px); }
.btn--outline-light:hover { background: #fff; color: var(--navy-800); border-color: #fff; }
.btn--sky { background: var(--sky-500); color: var(--navy-900); }
.btn--sky:hover { background: var(--sky-400); }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; }
.link-arrow { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; font-size: .9375rem; color: var(--navy-800); }
.link-arrow svg { width: 16px; height: 16px; transition: transform .18s; }
.link-arrow:hover svg { transform: translateX(3px); }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 100; background: #fff; box-shadow: var(--shadow-sm); }
.site-header__inner { height: var(--header-h); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; flex: none; }
.brand img { height: 66px; width: auto; }
.nav { display: flex; align-items: center; gap: 6px; }
.nav a { padding: 10px 14px; font-weight: 500; font-size: .9375rem; color: var(--navy-800); border-radius: 8px; position: relative; text-decoration: none; }
.nav a:hover { background: var(--grey-50); }
.nav a[aria-current="page"] { font-weight: 700; }
.nav a[aria-current="page"]::after { content: ""; position: absolute; left: 14px; right: 14px; bottom: 4px; height: 2px; background: var(--sky-500); border-radius: 2px; }
.header-cta { flex: none; }
.nav-toggle { display: none; background: none; border: 0; padding: 10px; cursor: pointer; color: var(--navy-800); border-radius: 8px; }
.nav-toggle svg { width: 28px; height: 28px; }
.nav-toggle .icon-close { display: none; }
.nav-open .nav-toggle .icon-menu { display: none; }
.nav-open .nav-toggle .icon-close { display: block; }

@media (max-width: 1040px) {
  .nav a { padding: 10px 10px; font-size: .9rem; }
  .brand img { height: 56px; }
}
@media (max-width: 900px) {
  :root { --header-h: 72px; }
  .nav-toggle { display: inline-flex; }
  .header-cta { display: none; }
  .nav { display: none; position: absolute; top: var(--header-h); left: 0; right: 0; flex-direction: column; align-items: stretch; background: #fff; padding: 12px 16px 20px; box-shadow: var(--shadow-md); border-top: 1px solid var(--grey-100); }
  .nav a { padding: 14px 12px; font-size: 1.0625rem; border-bottom: 1px solid var(--grey-100); border-radius: 0; }
  .nav a[aria-current="page"]::after { display: none; }
  .nav a[aria-current="page"] { color: var(--blue-600); }
  .nav .nav__cta { margin-top: 14px; border-bottom: 0; }
  .nav-open .nav { display: flex; }
}
@media (min-width: 901px) { .nav .nav__cta { display: none; } }

/* ---------- Hero (Startseite) ---------- */
.hero { position: relative; color: #fff; min-height: 640px; display: flex; align-items: stretch; background: var(--navy-900) url("../img/hero.jpg") center/cover no-repeat; isolation: isolate; }
@media (max-width: 1200px) { .hero { background-image: url("../img/hero-1200.jpg"); } }
@media (max-width: 800px)  { .hero { background-image: url("../img/hero-800.jpg"); } }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background:
  linear-gradient(180deg, rgba(7, 22, 64, .55) 0%, rgba(7, 22, 64, .05) 30%, rgba(7, 22, 64, .05) 60%, rgba(7, 22, 64, .75) 100%),
  linear-gradient(100deg, rgba(7, 22, 64, .88) 0%, rgba(7, 22, 64, .62) 40%, rgba(7, 22, 64, .18) 72%, rgba(7, 22, 64, .35) 100%); }
.hero__inner { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); grid-template-rows: auto 1fr auto; gap: 24px; width: 100%; padding-top: 56px; padding-bottom: 40px; }
.hero__tagline { grid-column: 2; grid-row: 1; justify-self: end; text-align: right; }
.hero__tagline .script { font-size: clamp(2.6rem, 5vw, 4.25rem); text-shadow: 0 4px 24px rgba(7, 22, 64, .55); }
.hero__tagline .sub { display: block; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; font-size: clamp(.9rem, 1.5vw, 1.15rem); margin-top: 2px; }
.hero__tagline .swoosh { margin-left: auto; max-width: 380px; }
.hero__content { grid-column: 1; grid-row: 1 / span 2; align-self: center; max-width: 680px; padding-top: 24px; }
.hero__content h1 { color: #fff; font-size: clamp(2.1rem, 4.1vw, 2.95rem); margin-bottom: .45em; text-shadow: 0 3px 18px rgba(7, 22, 64, .5); }
.hero__content .hero__lead { font-size: clamp(1.05rem, 1.6vw, 1.25rem); font-weight: 500; color: rgba(255, 255, 255, .92); margin-bottom: 1.75em; max-width: 560px; }
.hero__region { grid-column: 1; grid-row: 3; align-self: end; margin-top: 16px; }
.hero__region .script { font-size: clamp(2rem, 3.4vw, 2.75rem); text-shadow: 0 3px 16px rgba(7, 22, 64, .5); }
.hero__region .swoosh { max-width: 220px; }
.hero__badge { grid-column: 2; grid-row: 3; justify-self: end; align-self: end; display: flex; align-items: center; gap: 12px; }
.hero__badge .pin { width: 44px; height: 44px; border-radius: 50%; background: rgba(255, 255, 255, .92); color: var(--navy-800); display: grid; place-items: center; flex: none; }
.hero__badge .pin svg { width: 24px; height: 24px; }
.hero__badge strong { display: block; letter-spacing: .2em; font-size: .8125rem; }
.hero__badge span { font-size: .75rem; letter-spacing: .06em; text-transform: uppercase; color: rgba(255, 255, 255, .85); }

@media (max-width: 900px) {
  .hero { min-height: 0; }
  .hero__inner { grid-template-columns: 1fr; grid-template-rows: auto; padding-top: 32px; padding-bottom: 32px; gap: 20px; }
  .hero__tagline { grid-column: 1; grid-row: auto; justify-self: start; text-align: left; }
  .hero__tagline .swoosh { margin-left: 0; }
  .hero__content { grid-column: 1; grid-row: auto; padding-top: 0; }
  .hero__region { grid-column: 1; grid-row: auto; }
  .hero__badge { grid-column: 1; grid-row: auto; justify-self: start; }
}

/* ---------- Leistungs-Kacheln ---------- */
.tiles { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 48px; }
.tile { padding: 8px 28px 16px; text-align: center; border-left: 1px solid var(--grey-200); }
.tile:first-child { border-left: 0; }
.tile__icon { width: 84px; height: 84px; margin: 0 auto 20px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: linear-gradient(160deg, var(--blue-500) 0%, var(--navy-800) 100%); box-shadow: 0 10px 24px rgba(10, 61, 145, .28); }
.tile__icon svg { width: 38px; height: 38px; }
.tile h3 { font-size: 1.2rem; margin-bottom: .5em; }
.tile p { color: var(--muted); font-size: .95rem; min-height: 4.5em; }
@media (max-width: 960px) { .tiles { grid-template-columns: repeat(2, 1fr); row-gap: 36px; } .tile:nth-child(3) { border-left: 0; } .tile p { min-height: 0; } }
@media (max-width: 560px) { .tiles { grid-template-columns: 1fr; row-gap: 32px; } .tile { border-left: 0; padding: 0 8px; } }

/* ---------- Region-Band (dunkel) ---------- */
.region { position: relative; color: #fff; background: var(--navy-900) url("../img/hero-1200.jpg") center/cover no-repeat; isolation: isolate; }
.region::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(7, 22, 64, .96) 0%, rgba(7, 22, 64, .9) 50%, rgba(7, 22, 64, .94) 100%); }
.region__inner { display: grid; grid-template-columns: 1.1fr 1fr .9fr; gap: 40px; align-items: center; padding: 72px 24px; }
.region h2 { color: #fff; }
.region p { color: rgba(255, 255, 255, .86); }
.region__map { display: flex; justify-content: center; }
.region__map img, .region__map svg { width: 100%; max-width: 400px; }
.usp-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 18px; }
.usp-list li { display: flex; align-items: center; gap: 14px; font-weight: 600; }
.usp-list .usp-icon { width: 44px; height: 44px; border-radius: 50%; border: 2px solid rgba(255, 255, 255, .75); display: grid; place-items: center; flex: none; }
.usp-list .usp-icon svg { width: 22px; height: 22px; }
@media (max-width: 960px) { .region__inner { grid-template-columns: 1fr 1fr; } .region__map { grid-column: 1 / -1; order: 3; } }
@media (max-width: 640px) { .region__inner { grid-template-columns: 1fr; padding: 56px 24px; } }

/* ---------- Band "Mehr als nur Aufnahmen" ---------- */
.about-band { background: var(--grey-50); position: relative; overflow: hidden; }
.about-band__inner { display: grid; grid-template-columns: .8fr 1.5fr .8fr; gap: 40px; align-items: center; padding: 64px 24px; }
.about-band__drone img { width: 100%; max-width: 300px; opacity: .9; }
.about-band__script { text-align: center; color: var(--navy-800); }
.about-band__script .script { font-size: clamp(2rem, 3.2vw, 2.75rem); display: block; }
.about-band__script .swoosh { margin: 4px auto 0; max-width: 220px; }
@media (max-width: 960px) { .about-band__inner { grid-template-columns: 1fr; text-align: center; } .about-band__drone { display: flex; justify-content: center; } .kicker { justify-content: center; } }

/* ---------- Ablauf ---------- */
.steps { list-style: none; margin: 40px 0 0; padding: 0; display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; counter-reset: step; }
.steps li { position: relative; background: #fff; border: 1px solid var(--grey-200); border-radius: var(--radius); padding: 22px 18px 18px; }
.steps li::before { counter-increment: step; content: counter(step, decimal-leading-zero); display: inline-block; font-weight: 800; font-size: .8125rem; letter-spacing: .1em; color: var(--sky-500); margin-bottom: 8px; }
.steps h3 { font-size: 1rem; margin-bottom: .35em; }
.steps p { font-size: .875rem; color: var(--muted); margin: 0; }
.steps--detailed { grid-template-columns: repeat(3, 1fr); gap: 22px; }
.steps--detailed li { padding: 26px 24px; }
.steps--detailed h3 { font-size: 1.1rem; }
.steps--detailed p { font-size: .95rem; }
.steps--detailed ul { font-size: .9rem; color: var(--muted); margin: 10px 0 0; padding-left: 1.1em; }
@media (max-width: 1100px) { .steps { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .steps, .steps--detailed { grid-template-columns: 1fr; } }

/* ---------- CTA-Band ---------- */
.cta-band { background: linear-gradient(120deg, var(--navy-800) 0%, var(--blue-700) 100%); color: #fff; position: relative; overflow: hidden; }
.cta-band::after { content: ""; position: absolute; right: -60px; bottom: -60px; width: 420px; height: 240px; background: url("../img/drone-silhouette.png") right bottom/contain no-repeat; opacity: .08; pointer-events: none; }
.cta-band__inner { padding: 64px 24px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 28px; position: relative; }
.cta-band h2 { color: #fff; margin-bottom: .3em; font-size: clamp(1.5rem, 2.6vw, 2rem); }
.cta-band p { margin: 0; color: rgba(255, 255, 255, .85); max-width: 620px; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-900); color: rgba(255, 255, 255, .82); font-size: .9375rem; }
.site-footer a { color: rgba(255, 255, 255, .82); }
.site-footer a:hover { color: #fff; }
.footer__grid { display: grid; grid-template-columns: 1.1fr 1.55fr .75fr .7fr 1fr; gap: 32px; padding: 56px 24px 40px; }
.footer__contact a { overflow-wrap: anywhere; }
.footer__brand img { width: 170px; height: auto; margin-bottom: 14px; }
.footer__brand p { font-size: .875rem; color: rgba(255, 255, 255, .7); max-width: 240px; }
.site-footer h4 { color: #fff; font-size: .9375rem; font-weight: 700; margin: 0 0 14px; }
.footer__list { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.footer__contact { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.footer__contact li { display: flex; gap: 12px; align-items: flex-start; }
.footer__contact svg { width: 20px; height: 20px; flex: none; color: var(--sky-400); margin-top: 2px; }
.footer__script { text-align: right; color: #fff; }
.footer__script .script { font-size: 2rem; display: block; line-height: 1.05; }
.footer__script .swoosh { margin-left: auto; max-width: 180px; }
.footer__bottom { border-top: 1px solid rgba(255, 255, 255, .12); padding: 18px 24px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; font-size: .8125rem; color: rgba(255, 255, 255, .6); }
@media (max-width: 1000px) { .footer__grid { grid-template-columns: 1fr 1fr; } .footer__script { text-align: left; } .footer__script .swoosh { margin-left: 0; } }
@media (max-width: 560px) { .footer__grid { grid-template-columns: 1fr; gap: 28px; } }

/* ---------- Unterseiten-Kopf ---------- */
.page-hero { background: linear-gradient(115deg, var(--navy-900) 0%, var(--navy-800) 55%, var(--blue-700) 100%); color: #fff; position: relative; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; right: -40px; top: 50%; transform: translateY(-50%); width: 520px; height: 300px; background: url("../img/drone-silhouette.png") center/contain no-repeat; opacity: .07; pointer-events: none; }
.page-hero__inner { padding: 64px 24px 60px; max-width: 820px; position: relative; }
.page-hero h1 { color: #fff; margin-bottom: .4em; }
.page-hero .lead { color: rgba(255, 255, 255, .86); }
.page-hero .kicker { color: var(--sky-400); }

/* ---------- Leistungs-Detailblöcke ---------- */
.service { display: grid; grid-template-columns: 96px 1fr; gap: 28px; padding: 40px 0; border-top: 1px solid var(--grey-200); }
.service:first-of-type { border-top: 0; padding-top: 0; }
.service .tile__icon { margin: 0; width: 96px; height: 96px; }
.service .tile__icon svg { width: 42px; height: 42px; }
.service h2 { font-size: 1.6rem; margin-bottom: .35em; }
.service__cols { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 18px; }
.service__cols h3 { font-size: .9375rem; text-transform: uppercase; letter-spacing: .08em; color: var(--blue-600); margin-bottom: .6em; }
.check-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.check-list li { display: flex; gap: 10px; align-items: flex-start; font-size: .95rem; }
.check-list svg { width: 18px; height: 18px; flex: none; color: var(--sky-500); margin-top: 3px; }
.note { background: var(--sky-100); border-left: 4px solid var(--sky-500); padding: 14px 18px; border-radius: 8px; font-size: .9375rem; }
.note--warn { background: #FFF6E5; border-left-color: #F0A429; }
@media (max-width: 720px) { .service { grid-template-columns: 1fr; gap: 16px; } .service__cols { grid-template-columns: 1fr; } }

/* ---------- Anwendungsbereiche / Regionen (Chips & Karten) ---------- */
.card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 20px; margin-top: 36px; }
.card { background: #fff; border: 1px solid var(--grey-200); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-sm); }
.card h3 { font-size: 1.05rem; margin-bottom: .4em; display: flex; align-items: center; gap: 10px; }
.card h3 svg { width: 22px; height: 22px; color: var(--blue-500); flex: none; }
.card p { font-size: .9rem; color: var(--muted); margin: 0; }
.section--grey .card { border-color: transparent; }

/* ---------- Preise ---------- */
.table-wrap { overflow-x: auto; margin: 24px 0; -webkit-overflow-scrolling: touch; }
.price-table { width: 100%; min-width: 560px; border-collapse: collapse; margin: 0; font-size: .95rem; }
.price-table th, .price-table td { text-align: left; padding: 12px 14px; border-bottom: 1px solid var(--grey-200); vertical-align: top; }
.price-table th { background: var(--grey-50); font-weight: 700; color: var(--navy-800); }
.price-table td:last-child { white-space: nowrap; font-weight: 600; color: var(--navy-800); }
.factors { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 16px; margin-top: 24px; }
.factors div { background: #fff; border-radius: var(--radius); padding: 18px 20px; border: 1px solid var(--grey-200); }
.factors strong { display: block; color: var(--navy-800); margin-bottom: 4px; }
.factors span { font-size: .9rem; color: var(--muted); }

/* ---------- Über uns ---------- */
.two-col { display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; align-items: start; }
.profile-card { background: var(--grey-50); border-radius: var(--radius); padding: 28px; }
.profile-card h3 { margin-bottom: .2em; }
.profile-card .role { color: var(--muted); font-size: .9375rem; margin-bottom: 1em; }
.profile-card ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; font-size: .95rem; }
.profile-card li { display: flex; gap: 10px; align-items: flex-start; }
.profile-card svg { width: 18px; height: 18px; color: var(--blue-500); flex: none; margin-top: 3px; }
@media (max-width: 800px) { .two-col { grid-template-columns: 1fr; } }

/* ---------- Kontakt & Formular ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 48px; align-items: start; }
.contact-list { list-style: none; margin: 0 0 28px; padding: 0; display: grid; gap: 16px; }
.contact-list li { display: flex; gap: 14px; align-items: flex-start; }
.contact-list .ic { width: 44px; height: 44px; border-radius: 50%; background: var(--navy-800); color: #fff; display: grid; place-items: center; flex: none; }
.contact-list .ic svg { width: 22px; height: 22px; }
.contact-list strong { display: block; color: var(--navy-800); }
.contact-list a { font-weight: 500; }
.form { background: #fff; border: 1px solid var(--grey-200); border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow-sm); }
.form h2 { font-size: 1.5rem; }
.form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form__grid .full { grid-column: 1 / -1; }
.field label { display: block; font-weight: 600; font-size: .875rem; margin-bottom: 6px; color: var(--navy-800); }
.field input, .field select, .field textarea { width: 100%; font: inherit; font-size: .95rem; padding: 11px 13px; border: 1px solid var(--grey-200); border-radius: 8px; background: #fff; color: var(--text); }
.field textarea { min-height: 110px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid var(--sky-500); outline-offset: 1px; border-color: var(--sky-500); }
.field--check { display: flex; gap: 10px; align-items: flex-start; font-size: .875rem; }
.field--check input { width: 18px; height: 18px; margin-top: 2px; flex: none; }
.form__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: 22px; }
.form__hint { font-size: .8125rem; color: var(--muted); margin: 10px 0 0; }
.form__status { display: none; margin-top: 16px; }
.form__status.is-visible { display: block; }
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; } .form { padding: 24px; } }
@media (max-width: 560px) { .form__grid { grid-template-columns: 1fr; } }

/* ---------- Rechtstexte ---------- */
.legal h2 { font-size: 1.35rem; margin-top: 2em; }
.legal h3 { font-size: 1.05rem; margin-top: 1.5em; }
.legal p, .legal li { font-size: .95rem; }
.legal address { font-style: normal; line-height: 1.7; }

/* ---------- 404 ---------- */
.error-page { text-align: center; padding: 96px 24px; }
.error-page h1 { font-size: 5rem; color: var(--sky-500); margin-bottom: 0; }
