/* =========================================================
   AQV Medical Professionals — Website Stylesheet
   Modernes Design in Blautönen, Schriftart: Montserrat
   ========================================================= */

:root {
  --blue-950: #061c30;
  --blue-900: #0a2c4c;
  --blue-800: #0d3d66;
  --blue-700: #114f82;
  --blue-600: #1668b0;
  --blue-500: #2381d1;
  --blue-400: #4fa8e0;
  --blue-200: #bfe0f7;
  --blue-100: #e8f4fc;
  --blue-50:  #f4faff;
  --ink:      #1c2b3a;
  --ink-soft: #4b5c6b;
  --white:    #ffffff;
  --line:     #dbe8f2;
  --shadow:   0 12px 32px rgba(10, 44, 76, 0.10);
  --shadow-lg:0 20px 48px rgba(10, 44, 76, 0.16);
  --radius:   18px;
  --radius-sm:10px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Montserrat", "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; margin: 0; padding: 0; }

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

h1, h2, h3, h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: var(--blue-900);
  line-height: 1.25;
  margin: 0 0 16px;
}

h1 { font-size: clamp(2.1rem, 4vw, 3.2rem); font-weight: 800; }
h2 { font-size: clamp(1.6rem, 3vw, 2.3rem); }
h3 { font-size: 1.2rem; }
p  { margin: 0 0 16px; color: var(--ink-soft); }

.eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--blue-600);
  background: var(--blue-100);
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 16px;
}

.lead { font-size: 1.15rem; color: var(--ink-soft); }
.center { text-align: center; }
.section-head { max-width: 720px; margin: 0 auto 48px; }
.section-head.left { margin: 0 0 48px; }

section { padding: 88px 0; }
section.tight { padding: 56px 0; }
.bg-light { background: var(--blue-50); }
.bg-dark {
  background: linear-gradient(135deg, var(--blue-900), var(--blue-700));
  color: var(--white);
}
.bg-dark h2, .bg-dark h3 { color: var(--white); }
.bg-dark p { color: var(--blue-100); }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 14px 28px;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}
.btn-primary {
  background: var(--blue-600);
  color: var(--white);
  box-shadow: 0 10px 24px rgba(22, 104, 176, 0.35);
}
.btn-primary:hover { background: var(--blue-700); transform: translateY(-2px); }
.btn-outline {
  background: transparent;
  color: var(--blue-700);
  border-color: var(--blue-600);
}
.btn-outline:hover { background: var(--blue-600); color: var(--white); transform: translateY(-2px); }
.btn-light {
  background: var(--white);
  color: var(--blue-700);
}
.btn-light:hover { background: var(--blue-100); transform: translateY(-2px); }
.btn-block { width: 100%; justify-content: center; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px 24px;
}
.logo {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--blue-900);
  letter-spacing: -0.02em;
}
.logo span { color: var(--blue-500); }
.main-nav ul {
  display: flex;
  gap: 30px;
}
.main-nav a {
  font-size: 0.93rem;
  font-weight: 600;
  color: var(--ink);
  padding: 6px 2px;
  border-bottom: 2px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.main-nav a:hover,
.main-nav a.active {
  color: var(--blue-600);
  border-bottom-color: var(--blue-600);
}
.header-actions { display: flex; align-items: center; gap: 16px; }
.nav-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.6rem;
  color: var(--blue-900);
  cursor: pointer;
}

/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  padding: 110px 0 100px;
  background: linear-gradient(160deg, var(--blue-950) 0%, var(--blue-800) 55%, var(--blue-600) 100%);
  color: var(--white);
}
.hero::before, .hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(4px);
  opacity: 0.35;
}
.hero::before {
  width: 480px; height: 480px;
  background: radial-gradient(circle, var(--blue-400), transparent 70%);
  top: -180px; right: -120px;
}
.hero::after {
  width: 360px; height: 360px;
  background: radial-gradient(circle, var(--blue-500), transparent 70%);
  bottom: -160px; left: -100px;
  opacity: 0.25;
}
.hero-inner { position: relative; z-index: 2; max-width: 760px; }
.hero h1 { color: var(--white); }
.hero p.lead { color: var(--blue-100); }
.hero-cta { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 32px; }
.hero-page {
  padding: 70px 0 64px;
}
.hero-page .hero-inner { max-width: 680px; }

/* Feature / value grid */
.grid {
  display: grid;
  gap: 28px;
}
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px 28px;
  box-shadow: var(--shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }

.icon-badge {
  width: 56px; height: 56px;
  border-radius: 16px;
  background: var(--blue-100);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
  color: var(--blue-600);
}
.icon-badge svg { width: 28px; height: 28px; stroke: var(--blue-600); }

/* Stats */
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}
.stat-num {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 800;
  color: var(--white);
  display: block;
}
.stat-label {
  font-size: 0.9rem;
  color: var(--blue-100);
  font-weight: 500;
}

/* Image placeholder (until real photos are added) */
.media-placeholder {
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--blue-100), var(--blue-200));
  border: 1px dashed var(--blue-400);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 280px;
  color: var(--blue-700);
  font-weight: 600;
  font-size: 0.9rem;
  text-align: center;
  padding: 24px;
}
.media-placeholder svg { width: 40px; height: 40px; stroke: var(--blue-500); }
.media-placeholder small { font-weight: 500; color: var(--blue-600); }

/* Two-column layout */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

/* Timeline / steps */
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  counter-reset: step;
}
.step {
  position: relative;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px 24px 24px;
}
.step::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  top: -18px; left: 24px;
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--blue-600);
  color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(22,104,176,0.35);
}

/* Job cards */
.job-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 24px 28px;
  margin-bottom: 16px;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.job-card:hover { box-shadow: var(--shadow); border-color: var(--blue-400); }
.job-tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--blue-600);
  background: var(--blue-100);
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 8px;
}
.job-meta { font-size: 0.85rem; color: var(--ink-soft); margin-top: 4px; }

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 36px;
}
.filter-chip {
  border: 1px solid var(--line);
  background: var(--white);
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--ink-soft);
  cursor: pointer;
  transition: all 0.2s ease;
}
.filter-chip.active, .filter-chip:hover {
  background: var(--blue-600);
  border-color: var(--blue-600);
  color: var(--white);
}

/* Download cards */
.download-card {
  display: flex;
  align-items: center;
  gap: 20px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 22px 26px;
  margin-bottom: 16px;
}
.download-icon {
  width: 48px; height: 48px;
  border-radius: 12px;
  background: var(--blue-100);
  color: var(--blue-600);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.download-icon svg { width: 24px; height: 24px; }
.download-meta { flex: 1; }
.download-meta small { color: var(--ink-soft); }

/* Forms */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.form-grid .full { grid-column: 1 / -1; }
label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--blue-900);
  margin-bottom: 8px;
}
input, textarea, select {
  width: 100%;
  font-family: inherit;
  font-size: 0.95rem;
  padding: 13px 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--blue-50);
  color: var(--ink);
  transition: border-color 0.2s ease, background 0.2s ease;
}
input:focus, textarea:focus, select:focus {
  outline: none;
  border-color: var(--blue-500);
  background: var(--white);
}
textarea { resize: vertical; min-height: 130px; }

.contact-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: var(--shadow);
}
.contact-line {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 22px;
}
.contact-line .icon-badge { margin-bottom: 0; flex-shrink: 0; }

/* CTA banner */
.cta-banner {
  border-radius: 28px;
  background: linear-gradient(135deg, var(--blue-800), var(--blue-500));
  color: var(--white);
  padding: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
.cta-banner h2 { color: var(--white); margin-bottom: 8px; }
.cta-banner p { color: var(--blue-100); margin-bottom: 0; }

/* Footer */
.site-footer {
  background: var(--blue-950);
  color: var(--blue-100);
  padding: 64px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 32px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-grid .logo { color: var(--white); }
.footer-grid .logo span { color: var(--blue-400); }
.footer-brand p { color: var(--blue-200); margin-top: 14px; font-size: 0.9rem; }
.footer-col h4 {
  color: var(--white);
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 18px;
}
.footer-col ul li { margin-bottom: 12px; font-size: 0.9rem; color: var(--blue-200); }
.footer-col a:hover { color: var(--white); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
  font-size: 0.82rem;
  color: var(--blue-200);
  flex-wrap: wrap;
  gap: 12px;
}
.footer-bottom a:hover { color: var(--white); }

/* Legal pages */
.legal-content h2 { margin-top: 40px; }
.legal-content h3 { margin-top: 24px; color: var(--blue-700); }
.legal-content ul { list-style: disc; padding-left: 22px; margin-bottom: 16px; }
.legal-content ul li { margin-bottom: 8px; color: var(--ink-soft); }
.legal-note {
  background: var(--blue-100);
  border-left: 4px solid var(--blue-500);
  padding: 16px 20px;
  border-radius: 8px;
  font-size: 0.88rem;
  color: var(--blue-800);
  margin-bottom: 32px;
}

/* Responsive */
@media (max-width: 992px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .split { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .main-nav { display: none; }
  .nav-toggle { display: block; }
  .header-actions .btn { display: none; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .cta-banner { flex-direction: column; text-align: center; padding: 40px 28px; }
  section { padding: 60px 0; }
  .job-card { flex-direction: column; align-items: flex-start; }
}

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

/* Mobile nav drawer */
.mobile-nav {
  display: none;
  flex-direction: column;
  background: var(--white);
  border-top: 1px solid var(--line);
  padding: 12px 24px 24px;
}
.mobile-nav.open { display: flex; }
.mobile-nav a {
  padding: 12px 0;
  font-weight: 600;
  border-bottom: 1px solid var(--line);
}
.mobile-nav .btn { margin-top: 16px; }

/* Alle Standard-Bilder im Inhaltsbereich zentrieren */
img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; /* Verhindert das Überstehen bei kleineren Bildschirmen */
  height: auto;
}