/* === DROPDOWN HIDE GUARANTEE === */
/* Greift IMMER, auch wenn andere Regeln die display-Eigenschaft setzen */
.nav-menu .nav-item.has-dropdown > .nav-dropdown {
  display: block !important;
  position: absolute !important;
  top: calc(100% + 14px) !important;
  left: -16px !important;
  min-width: 240px !important;
  background: #ffffff !important;
  border: 0.5px solid rgba(0, 0, 0, 0.08) !important;
  border-radius: 6px !important;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.12) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(-6px) !important;
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease !important;
  z-index: 200 !important;
  padding: 8px 0 !important;
  margin: 0 !important;
}
.nav-menu .nav-item.has-dropdown:hover > .nav-dropdown,
.nav-menu .nav-item.has-dropdown:focus-within > .nav-dropdown {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}
.nav-menu .nav-item.has-dropdown > .nav-dropdown ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: block !important;
}
.nav-menu .nav-item.has-dropdown > .nav-dropdown li {
  list-style: none !important;
  display: block !important;
}
@media (max-width: 1024px) {
  .nav-menu .nav-item.has-dropdown > .nav-dropdown {
    display: none !important;
  }
}

/* =============================================================
   DEXA-IT GmbH · Stylesheet · Mockup-Export
   ============================================================= */

/* Inter font — lokal eingebunden für DSGVO-Konformität */
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 400; font-display: swap; src: url('fonts/inter-latin-400-normal.woff2') format('woff2'), url('fonts/inter-latin-400-normal.woff') format('woff'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 500; font-display: swap; src: url('fonts/inter-latin-500-normal.woff2') format('woff2'), url('fonts/inter-latin-500-normal.woff') format('woff'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 600; font-display: swap; src: url('fonts/inter-latin-600-normal.woff2') format('woff2'), url('fonts/inter-latin-600-normal.woff') format('woff'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 700; font-display: swap; src: url('fonts/inter-latin-700-normal.woff2') format('woff2'), url('fonts/inter-latin-700-normal.woff') format('woff'); }

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: #1a1a1a;
  background: white;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; height: auto; display: block; }

@keyframes slideInUp { 0%{opacity:0;transform:translateY(80px);} 100%{opacity:1;transform:translateY(0);} }
@keyframes slideInLeft { 0%{opacity:0;transform:translateX(-100px);} 100%{opacity:1;transform:translateX(0);} }
@keyframes slideInRight { 0%{opacity:0;transform:translateX(100px);} 100%{opacity:1;transform:translateX(0);} }
@keyframes slideInBig { 0%{opacity:0;transform:translateY(120px) scale(0.96);} 100%{opacity:1;transform:translateY(0) scale(1);} }
@keyframes slowRotate { from{transform:translateY(-50%) rotate(0deg);} to{transform:translateY(-50%) rotate(360deg);} }
@keyframes pulse { 0%,100%{opacity:0.6;} 50%{opacity:1;} }
@keyframes pulseShield { 0%,100%{opacity:0.55;transform:translateY(-50%) scale(1);} 50%{opacity:0.7;transform:translateY(-50%) scale(1.04);} }

.reveal { opacity: 0; will-change: transform, opacity; }
.reveal.is-visible.up    { animation: slideInUp    1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards; }
.reveal.is-visible.left  { animation: slideInLeft  1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards; }
.reveal.is-visible.right { animation: slideInRight 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards; }
.reveal.is-visible.big   { animation: slideInBig   1.4s cubic-bezier(0.22, 1, 0.36, 1) forwards; }

.delay-1 { animation-delay: 0.08s !important; }
.delay-2 { animation-delay: 0.16s !important; }
.delay-3 { animation-delay: 0.24s !important; }
.delay-4 { animation-delay: 0.32s !important; }
.delay-5 { animation-delay: 0.40s !important; }
.delay-6 { animation-delay: 0.48s !important; }
.delay-7 { animation-delay: 0.56s !important; }

.hero-hex-bg { animation: slowRotate 120s linear infinite; transform-origin: center; }
.pulse-dot { animation: pulse 2s infinite ease-in-out; }
.pulse-shield-hero { animation: pulseShield 3s infinite ease-in-out; }

/* TOP BAR */
.topbar {
  background: #0a0a0a; color: rgba(255,255,255,0.6);
  padding: 8px 36px; display: flex; justify-content: space-between;
  font-size: 11px; gap: 16px; flex-wrap: wrap;
}
.topbar-group { display: flex; gap: 20px; flex-wrap: wrap; }
.topbar a { color: inherit; text-decoration: none; }
.topbar i { color: #E30613; vertical-align: -2px; }

/* MAIN NAV */
.main-nav {
  display: flex; justify-content: space-between; align-items: center;
  padding: 18px 36px;
  border-bottom: 0.5px solid rgba(0,0,0,0.08);
  background: white; position: sticky; top: 0; z-index: 50;
}
.logo-wrap { display: flex; align-items: center; gap: 12px; text-decoration: none; color: inherit; }
.logo-text-main { font-weight: 500; letter-spacing: 2px; font-size: 18px; line-height: 1; white-space: nowrap; }
.logo-text-main span { color: #E30613; }
.logo-text-sub { font-size: 9px; color: rgba(0,0,0,0.45); letter-spacing: 4px; margin-top: 2px; }

.nav-menu { display: flex; gap: 28px; font-size: 13px; }
.nav-link {
  color: rgba(0,0,0,0.75); text-decoration: none; padding: 8px 0;
  display: flex; align-items: center; gap: 4px; position: relative;
}
.nav-link::after {
  content: ''; position: absolute; bottom: -2px; left: 0;
  width: 0; height: 2px; background: #E30613; transition: width 0.3s;
}
.nav-link:hover::after, .nav-link.active::after { width: 100%; }
.nav-link.active { color: #E30613; font-weight: 500; }

.nav-actions { display: flex; align-items: center; gap: 14px; }
.divider { height: 16px; width: 0.5px; background: rgba(0,0,0,0.15); }
.hotline-block { text-align: right; }
.hotline-label { font-size: 9px; color: rgba(0,0,0,0.45); letter-spacing: 1px; }
.hotline-number { font-size: 13px; font-weight: 500; color: #E30613; font-variant-numeric: tabular-nums; text-decoration: none; display: block; line-height: 1.3; }
.hotline-mail { font-size: 11px; color: rgba(0,0,0,0.6); text-decoration: none; display: block; line-height: 1.4; transition: color .15s ease; }
.hotline-mail:hover { color: #E30613; }
.search-icon { font-size: 16px; color: rgba(0,0,0,0.5); cursor: pointer; }

.burger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; }
.burger span { width: 24px; height: 2px; background: #1a1a1a; transition: all 0.3s; }
.burger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.active span:nth-child(2) { opacity: 0; }
.burger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-drawer {
  position: fixed; top: 0; right: -100%; width: 320px; max-width: 100%; height: 100vh;
  background: white; z-index: 100; padding: 24px;
  transition: right 0.3s ease; box-shadow: -8px 0 40px rgba(0,0,0,0.1);
  overflow-y: auto;
}
.mobile-drawer.open { right: 0; }
.mobile-drawer-close { position: absolute; top: 20px; right: 20px; font-size: 24px; cursor: pointer; background: none; border: none; color: #1a1a1a; }
.mobile-drawer nav { margin-top: 60px; display: flex; flex-direction: column; gap: 4px; }
.mobile-drawer nav a { padding: 14px 0; border-bottom: 0.5px solid rgba(0,0,0,0.06); text-decoration: none; color: #1a1a1a; font-size: 15px; }
.mobile-drawer-contact { margin-top: 32px; padding: 20px; background: #f5f5f5; border-radius: 6px; }
.mobile-drawer-contact div { font-size: 13px; margin-bottom: 8px; }
.mobile-drawer-contact i { color: #E30613; margin-right: 6px; }
.drawer-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.4); z-index: 99; opacity: 0; visibility: hidden; transition: opacity 0.3s; }
.drawer-overlay.open { opacity: 1; visibility: visible; }

/* BUTTONS */
.btn-primary {
  background: #E30613; color: white; border: none;
  padding: 14px 26px; border-radius: 4px;
  font-size: 13px; font-weight: 500; cursor: pointer;
  display: inline-flex; align-items: center; gap: 8px;
  text-decoration: none; transition: transform 0.2s, box-shadow 0.3s;
  font-family: inherit;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(227,6,19,0.35); }

.btn-secondary {
  background: transparent; color: white;
  border: 0.5px solid rgba(255,255,255,0.35);
  padding: 14px 26px; border-radius: 4px;
  font-size: 13px; font-weight: 500; cursor: pointer;
  text-decoration: none;
  display: inline-flex; align-items: center; gap: 8px;
  transition: all 0.25s; font-family: inherit;
}
.btn-secondary:hover { border-color: rgba(255,255,255,0.7); background: rgba(255,255,255,0.05); }

.btn-outline-dark {
  background: transparent; color: #1a1a1a;
  border: 0.5px solid rgba(0,0,0,0.2);
  padding: 12px 24px; border-radius: 4px;
  font-size: 13px; font-weight: 500; cursor: pointer;
  text-decoration: none;
  display: inline-flex; align-items: center; gap: 8px;
  transition: all 0.25s; font-family: inherit;
}
.btn-outline-dark:hover { border-color: #1a1a1a; background: rgba(0,0,0,0.03); }

/* HERO */
.hero {
  position: relative; padding: 100px 36px 110px;
  overflow: hidden;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0a0a0a 100%);
  color: white;
}
.hero-inner { position: relative; max-width: 680px; z-index: 2; }
.hero h1 { font-size: 58px; font-weight: 500; line-height: 1.05; margin: 0 0 26px; letter-spacing: -1.5px; }
.hero h1 .accent { color: #E30613; }
.hero p { font-size: 17px; line-height: 1.65; color: rgba(255,255,255,0.7); margin: 0 0 40px; max-width: 560px; }
.hero-buttons { display: flex; gap: 12px; flex-wrap: wrap; }

.eyebrow-badge {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 16px;
  border: 0.5px solid rgba(227,6,19,0.5);
  background: rgba(227,6,19,0.08);
  border-radius: 999px;
  font-size: 11px; color: #ff8a91;
  margin-bottom: 32px; letter-spacing: 1.5px;
}
.eyebrow-badge::before {
  content: ''; width: 6px; height: 6px; border-radius: 50%; background: #E30613;
}

/* PAGE HEADER */
.page-header {
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0a0a0a 100%);
  color: white; padding: 80px 36px 70px;
  position: relative; overflow: hidden;
}
.page-header-inner { position: relative; max-width: 720px; z-index: 2; }
.page-header h1 { font-size: 54px; font-weight: 500; line-height: 1.05; margin: 0 0 20px; letter-spacing: -1.5px; }
.page-header h1 .accent { color: #E30613; }
.page-header p { font-size: 17px; line-height: 1.65; color: rgba(255,255,255,0.7); margin: 0; max-width: 580px; }
.page-header .actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.breadcrumb { display: flex; align-items: center; gap: 10px; font-size: 11px; color: rgba(255,255,255,0.5); margin-bottom: 24px; letter-spacing: 1px; flex-wrap: wrap; }
.breadcrumb a { color: inherit; text-decoration: none; }
.breadcrumb .current { color: #E30613; }

/* USP STRIP */
.usp-strip { position: relative; padding: 0 36px; margin-top: -40px; z-index: 3; }
.usp-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px;
  background: rgba(0,0,0,0.08);
  border: 0.5px solid rgba(0,0,0,0.08);
  border-radius: 6px; overflow: hidden;
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}
.usp-card { background: white; padding: 22px 24px; display: flex; align-items: center; gap: 14px; transition: transform 0.3s, background 0.3s; }
.usp-card:hover { transform: translateY(-4px); background: #fafafa; }
.usp-icon { width: 40px; height: 40px; background: rgba(227,6,19,0.08); border-radius: 4px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.usp-icon i { font-size: 20px; color: #E30613; }
.usp-title { font-size: 13px; font-weight: 500; }
.usp-sub { font-size: 11px; color: rgba(0,0,0,0.55); }

/* SECTIONS */
.section { padding: 45px 36px; }
.section-light { background: white; }
.section-grey { background: #f5f5f5; position: relative; overflow: hidden; }
.section-dark { background: #0a0a0a; color: white; position: relative; overflow: hidden; }
.section-eyebrow { font-size: 11px; color: #E30613; letter-spacing: 3px; margin-bottom: 14px; font-weight: 500; }
.section-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 56px; gap: 24px; }
.section-header h2 { font-size: 38px; font-weight: 500; margin: 0; letter-spacing: -1px; max-width: 520px; line-height: 1.15; }
.section-header p { font-size: 14px; color: rgba(0,0,0,0.6); max-width: 340px; line-height: 1.7; margin: 0; }
.container { max-width: 1200px; margin: 0 auto; }

/* SERVICE CARDS */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card {
  background: white;
  border: 0.5px solid rgba(0,0,0,0.08);
  padding: 32px; border-radius: 6px; cursor: pointer;
  transition: transform 0.35s, box-shadow 0.35s, border-color 0.35s;
  text-decoration: none; color: inherit; display: block;
}
.service-card:hover { transform: translateY(-6px); box-shadow: 0 14px 40px rgba(227,6,19,0.12); border-color: rgba(227,6,19,0.4); }
.card-icon-wrap {
  display: inline-flex; align-items: center; justify-content: center;
  width: 48px; height: 48px;
  background: rgba(227,6,19,0.08);
  border-radius: 4px; margin-bottom: 24px;
  transition: background 0.3s;
}
.card-icon-wrap i { font-size: 24px; color: #E30613; transition: color 0.3s; }
.service-card:hover .card-icon-wrap { background: #E30613; }
.service-card:hover .card-icon-wrap i { color: white; }
.service-card h3 { font-size: 17px; font-weight: 500; margin: 0 0 10px; }
.service-card p { font-size: 13px; color: rgba(0,0,0,0.6); margin: 0 0 20px; line-height: 1.65; }
.card-link { font-size: 12px; color: #E30613; display: inline-flex; align-items: center; gap: 6px; text-decoration: none; font-weight: 500; }

/* GENERIC CARDS */
.feature-card { background: white; border: 0.5px solid rgba(0,0,0,0.08); border-radius: 8px; padding: 28px; transition: all 0.3s; }
.feature-card:hover { transform: translateY(-4px); border-color: rgba(227,6,19,0.4); box-shadow: 0 10px 30px rgba(227,6,19,0.08); }
.feature-card .icon-wrap { width: 48px; height: 48px; background: rgba(227,6,19,0.08); border-radius: 6px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.feature-card .icon-wrap i { font-size: 24px; color: #E30613; }
.feature-card h3 { font-size: 16px; font-weight: 500; margin: 0 0 10px; }
.feature-card p { font-size: 13px; color: rgba(0,0,0,0.6); margin: 0; line-height: 1.65; }

.step-card { background: white; border: 0.5px solid rgba(0,0,0,0.08); border-radius: 8px; padding: 28px; position: relative; transition: all 0.3s; }
.step-card:hover { border-color: rgba(227,6,19,0.4); }
.step-card .num { position: absolute; top: -16px; left: 24px; width: 32px; height: 32px; background: #E30613; color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 500; }
.step-card .content { margin-top: 10px; }
.step-card i { font-size: 24px; color: #E30613; margin-bottom: 14px; }
.step-card h3 { font-size: 15px; font-weight: 500; margin: 0 0 8px; }
.step-card p { font-size: 12px; color: rgba(0,0,0,0.6); margin: 0; line-height: 1.65; }

.related-card { background: white; border: 0.5px solid rgba(0,0,0,0.08); border-radius: 8px; padding: 28px; text-decoration: none; color: inherit; display: block; transition: all 0.3s; }
.related-card:hover { transform: translateY(-4px); border-color: rgba(227,6,19,0.4); background: rgba(227,6,19,0.02); }
.related-card .icon-wrap { width: 44px; height: 44px; background: rgba(227,6,19,0.08); border-radius: 6px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.related-card .icon-wrap i { font-size: 22px; color: #E30613; }
.related-card h3 { font-size: 16px; font-weight: 500; margin: 0 0 8px; }
.related-card p { font-size: 12px; color: rgba(0,0,0,0.6); margin: 0 0 16px; line-height: 1.6; }
.related-card .link { font-size: 12px; color: #E30613; display: inline-flex; align-items: center; gap: 6px; font-weight: 500; }

/* CTA BANNER */
.cta-banner {
  padding: 48px;
  background: linear-gradient(135deg, #E30613 0%, #a00410 100%);
  border-radius: 8px; position: relative; overflow: hidden; color: white;
}
.cta-inner { position: relative; display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
.cta-inner h2 { font-size: 28px; font-weight: 500; margin: 0 0 10px; letter-spacing: -0.5px; }
.cta-inner p { font-size: 14px; margin: 0; color: rgba(255,255,255,0.9); line-height: 1.65; }
.cta-buttons { display: flex; flex-direction: column; gap: 10px; min-width: 240px; }
.cta-buttons a {
  padding: 14px 28px; border-radius: 4px;
  font-size: 13px; font-weight: 500; cursor: pointer;
  display: flex; align-items: center; gap: 8px; justify-content: center;
  text-decoration: none; font-family: inherit;
}
.btn-white { background: white; color: #E30613; }
.btn-ghost { background: transparent; color: white; border: 1px solid white; }

/* FORM */
.form-input, .form-textarea, .form-select {
  width: 100%; padding: 14px 16px;
  border: 0.5px solid rgba(0,0,0,0.15); border-radius: 6px;
  font-size: 13px; font-family: inherit; color: #1a1a1a;
  background: white; outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.form-input:focus, .form-textarea:focus, .form-select:focus {
  border-color: #E30613; box-shadow: 0 0 0 3px rgba(227,6,19,0.08);
}
.form-input::placeholder, .form-textarea::placeholder { color: rgba(0,0,0,0.4); }
.form-textarea { resize: vertical; min-height: 140px; }
.form-label { display: block; font-size: 12px; font-weight: 500; color: rgba(0,0,0,0.75); margin-bottom: 8px; letter-spacing: 0.3px; }
.form-label .req { color: #E30613; margin-left: 2px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-field { margin-bottom: 20px; }
.form-select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%228%22%20viewBox%3D%220%200%2012%208%22%3E%3Cpath%20fill%3D%22%23878787%22%20d%3D%22M6%208L0%200h12z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px; cursor: pointer;
}
.checkbox-group { display: flex; gap: 12px; align-items: flex-start; font-size: 12px; color: rgba(0,0,0,0.7); line-height: 1.6; }
.checkbox-group input[type="checkbox"] { margin-top: 2px; accent-color: #E30613; cursor: pointer; flex-shrink: 0; }
.checkbox-group a { color: #E30613; text-decoration: underline; }
.anrede-group { display: flex; gap: 20px; flex-wrap: wrap; }
.anrede-option { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: rgba(0,0,0,0.75); cursor: pointer; }
.anrede-option input[type="radio"] { accent-color: #E30613; cursor: pointer; margin: 0; }

/* FOOTER */
.footer { padding: 56px 36px 24px; background: #0a0a0a; color: rgba(255,255,255,0.65); }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 40px; max-width: 1400px; margin-left: auto; margin-right: auto; }
.footer-col h4 { font-size: 12px; font-weight: 500; margin: 0 0 16px; color: white; letter-spacing: 1px; }
.footer-col a { color: inherit; text-decoration: none; font-size: 12px; display: block; margin-bottom: 10px; }
.footer-col a:hover { color: #E30613; }
.footer-bottom { padding-top: 24px; border-top: 0.5px solid rgba(255,255,255,0.08); display: flex; justify-content: space-between; font-size: 11px; color: rgba(255,255,255,0.45); flex-wrap: wrap; gap: 12px; max-width: 1400px; margin: 0 auto; }
.footer-bottom a { color: inherit; text-decoration: none; }
.footer-bottom a:hover { color: #E30613; }
.footer-contact-line { display: flex; gap: 8px; margin-bottom: 10px; font-size: 12px; }
.footer-contact-line i { font-size: 14px; color: #E30613; flex-shrink: 0; }

/* TABLET */
@media (max-width: 1024px) {
  .topbar, .main-nav, .hero, .usp-strip, .section, .footer, .page-header { padding-left: 24px; padding-right: 24px; }
  .nav-menu { gap: 20px; font-size: 12px; }
  .nav-link { padding: 6px 0; }
  .hero h1, .page-header h1 { font-size: 42px; }
  .hero p, .page-header p { font-size: 15px; }
  .usp-grid { grid-template-columns: repeat(2, 1fr); }
  .section-header { flex-direction: column; align-items: flex-start; }
  .section-header h2 { font-size: 30px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .cta-inner { grid-template-columns: 1fr; }
  .section { padding-top: 36px; padding-bottom: 36px; }
  .hero { padding-top: 72px; padding-bottom: 90px; }
}

/* MOBILE */
@media (max-width: 720px) {
  .topbar { padding: 8px 16px; font-size: 10px; flex-direction: column; gap: 6px; }
  .topbar-group { gap: 12px; }
  .main-nav { padding: 14px 16px; }
  .nav-menu { display: none; }
  .hotline-block, .search-icon, .divider { display: none; }
  .btn-fern-text { display: none; }
  .burger { display: flex; }
  .hero, .page-header { padding: 48px 20px 70px; }
  .hero h1, .page-header h1 { font-size: 30px; letter-spacing: -1px; }
  .hero p, .page-header p { font-size: 14px; margin-bottom: 28px; }
  .hero-buttons { flex-direction: column; }
  .hero-buttons .btn-primary, .hero-buttons .btn-secondary { width: 100%; justify-content: center; padding: 13px 20px; font-size: 13px; }
  .usp-strip { padding: 0 20px; margin-top: -30px; }
  .usp-grid { grid-template-columns: 1fr; }
  .usp-card { padding: 16px 18px; }
  .section { padding: 28px 20px; }
  .section-header { flex-direction: column; align-items: flex-start; margin-bottom: 36px; }
  .section-header h2 { font-size: 24px; max-width: none; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { padding: 24px; }
  .form-row { grid-template-columns: 1fr; }
  .cta-banner { padding: 32px 24px; }
  .cta-inner { grid-template-columns: 1fr; gap: 24px; }
  .cta-inner h2 { font-size: 22px; }
  .cta-inner p { font-size: 13px; }
  .footer { padding: 36px 20px 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; margin-bottom: 24px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}


/* ============================================ */
/* NAVIGATION DROPDOWNS                          */
/* ============================================ */

/* === DROPDOWN-NAVIGATION (Desktop) === */
.nav-item.has-dropdown { position: relative; }
.nav-item.has-dropdown > .nav-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.nav-item.has-dropdown > .nav-link .nav-chev {
  font-size: 12px;
  transition: transform 0.25s ease;
}
.nav-item.has-dropdown:hover > .nav-link .nav-chev,
.nav-item.has-dropdown:focus-within > .nav-link .nav-chev {
  transform: rotate(180deg);
}
.nav-dropdown {
  position: absolute;
  top: calc(100% + 14px);
  left: -16px;
  min-width: 240px;
  background: #fff;
  border: 0.5px solid rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
  z-index: 200;
  padding: 8px 0;
}
.nav-dropdown::before {
  /* Unsichtbare Brücke zwischen Nav-Link und Dropdown,
     damit das Menü beim Drüberfahren nicht zuklappt */
  content: "";
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  height: 14px;
}
.nav-item.has-dropdown:hover .nav-dropdown,
.nav-item.has-dropdown:focus-within .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.nav-dropdown ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-dropdown li a {
  display: block;
  padding: 11px 22px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.78);
  text-decoration: none;
  font-weight: 400;
  transition: background 0.15s ease, color 0.15s ease, padding-left 0.18s ease;
  border-left: 2px solid transparent;
}
.nav-dropdown li a:hover {
  background: rgba(227, 6, 19, 0.04);
  color: #E30613;
  border-left-color: #E30613;
  padding-left: 26px;
}

/* === MOBILE ACCORDION === */
.mobile-acc-item {
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.08);
}
.mobile-acc-toggle {
  width: 100%;
  background: transparent;
  border: none;
  color: white;
  font-size: 17px;
  font-weight: 400;
  padding: 14px 0;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: inherit;
}
.mobile-acc-toggle i {
  font-size: 16px;
  transition: transform 0.25s ease;
  color: rgba(255, 255, 255, 0.6);
}
.mobile-acc-item.open .mobile-acc-toggle i {
  transform: rotate(180deg);
  color: #E30613;
}
.mobile-acc-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding-left: 14px;
}
.mobile-acc-item.open .mobile-acc-content {
  max-height: 500px;
}
.mobile-acc-content a {
  display: block;
  padding: 10px 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  border-bottom: none;
}
.mobile-acc-content a:hover {
  color: #E30613;
}
.mobile-acc-content a:last-child {
  padding-bottom: 14px;
}

/* Desktop-only: Dropdowns verbergen auf Mobile (Drawer übernimmt) */
@media (max-width: 1024px) {
  .nav-dropdown { display: none; }
}


/* ============================================ */
/* LOGO-BILD (animiertes GIF im Header)         */
/* ============================================ */
.logo-wrap .logo-img {
  display: block;
  height: 44px;
  width: auto;
  max-width: 100%;
}
@media (max-width: 768px) {
  .logo-wrap .logo-img { height: 36px; }
}


/* ============================================ */
/* PARTNER-KACHELN (Grautöne)                    */
/* ============================================ */
.partner-category {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.55);
  font-weight: 500;
  margin: 0 0 16px;
  letter-spacing: 2px;
}
.partner-grid {
  display: grid;
  gap: 12px;
  margin-bottom: 12px;
}
.partner-grid-continued {
  margin-bottom: 36px;
}
.partner-grid:not(.partner-grid-continued):last-of-type,
.partner-grid-5:last-of-type,
.partner-grid-3:last-of-type {
  margin-bottom: 36px;
}
.partner-grid-5 { grid-template-columns: repeat(5, 1fr); }
.partner-grid-3 { grid-template-columns: repeat(3, 1fr); }

@media (max-width: 1024px) {
  .partner-grid-5 { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 640px) {
  .partner-grid-5,
  .partner-grid-3 { grid-template-columns: repeat(2, 1fr); }
}

.partner-card {
  border-radius: 8px;
  padding: 22px 16px;
  min-height: 96px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
  cursor: default;
}
.partner-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  filter: brightness(1.08);
}
.partner-card .partner-name {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.2px;
}
.partner-card .partner-name-sm {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}
.partner-card .partner-footnote {
  font-size: 10px;
  opacity: 0.75;
  margin-top: 3px;
  letter-spacing: 0.3px;
}
