@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

:root {
  --red: #C8102E;
  --red-dark: #a00d24;
  --red-light: #fdf0f2;
  --white: #ffffff;
  --gray-50: #f9f9f9;
  --gray-100: #f2f2f2;
  --gray-200: #e5e5e5;
  --gray-400: #999999;
  --gray-600: #666666;
  --gray-800: #222222;
  --shadow-sm: 0 1px 4px rgba(0,0,0,0.08);
  --shadow-md: 0 4px 16px rgba(0,0,0,0.10);
  --radius: 8px;
  --transition: 0.2s ease;
}

/* RESET & BASE */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: var(--gray-800); background: var(--white); line-height: 1.6; font-size: 15px; }

/* SKIP LINK (Accessibility) */
.skip-link { position: absolute; top: -100px; left: 0; background: var(--red); color: white; padding: 10px 20px; z-index: 10000; font-weight: 600; text-decoration: none; border-radius: 0 0 8px 0; }
.skip-link:focus { top: 0; }

/* NAV */
nav { position: sticky; top: 0; z-index: 1000; background: var(--white); border-bottom: 1px solid var(--gray-200); box-shadow: var(--shadow-sm); }
.nav-inner { max-width: 1140px; margin: 0 auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; height: 64px; }
.logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.logo-icon { background: var(--red); color: white; width: 38px; height: 38px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 20px; }
.logo-text { font-size: 1.2rem; font-weight: 700; color: var(--gray-800); letter-spacing: -0.3px; line-height: 1.1; }
.logo-text span { color: var(--red); }
.logo-sub { font-size: 0.65rem; color: var(--gray-400); display: block; font-weight: 400; }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a { text-decoration: none; color: var(--gray-600); font-size: 0.88rem; padding: 7px 13px; border-radius: 6px; transition: var(--transition); font-weight: 500; }
.nav-links a:hover, .nav-links a.active { color: var(--gray-800); background: var(--gray-100); }
.nav-cta { background: var(--red) !important; color: white !important; border-radius: 6px !important; padding: 9px 18px !important; font-weight: 600 !important; }
.nav-cta:hover { background: var(--red-dark) !important; color: white !important; }
.lang-switch { display: flex; gap: 4px; margin-left: 10px; }
.lang-btn { border: 1px solid var(--gray-200); background: white; padding: 4px 10px; border-radius: 5px; cursor: pointer; font-size: 0.78rem; font-weight: 600; color: var(--gray-600); transition: var(--transition); font-family: 'Inter', sans-serif; }
.lang-btn:hover { background: var(--gray-100); }
.lang-btn.active { background: var(--red); color: white; border-color: var(--red); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 6px; background: none; border: none; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--gray-800); border-radius: 2px; }

/* HERO */
.hero-wrapper { background: var(--white); border-bottom: 1px solid var(--gray-200); }
.hero { max-width: 1140px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; min-height: 320px; }
.hero-left { padding: 40px 40px 40px 24px; display: flex; flex-direction: column; justify-content: center; }
.hero h1 { font-size: 2rem; font-weight: 800; line-height: 1.2; color: var(--gray-800); margin-bottom: 12px; letter-spacing: -0.5px; }
.hero h1 span { color: var(--red); }
.hero-desc { color: var(--gray-600); font-size: 0.9rem; margin-bottom: 22px; max-width: 400px; }
.hero-btns { display: flex; gap: 10px; flex-wrap: wrap; }
.hero-right { position: relative; overflow: hidden; background: var(--gray-100); min-height: 320px; max-height: 420px; }
.hero-right img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
.hero-right-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: #bbb; font-size: 0.85rem; background: linear-gradient(135deg,#ececec,#d8d8d8); min-height: 320px; }
.hero-team-badge { position: absolute; bottom: 16px; right: 16px; background: white; border-radius: 10px; padding: 8px 12px; box-shadow: var(--shadow-md); font-size: 0.8rem; font-weight: 600; }

/* BUTTONS */
.btn-primary { background: var(--red); color: white; padding: 11px 22px; border-radius: 6px; text-decoration: none; font-weight: 600; font-size: 0.88rem; transition: var(--transition); display: inline-block; border: none; cursor: pointer; font-family: 'Inter', sans-serif; }
.btn-primary:hover { background: var(--red-dark); }
.btn-primary:focus-visible { outline: 3px solid var(--red); outline-offset: 2px; }
.btn-outline { background: transparent; color: var(--gray-800); padding: 10px 20px; border-radius: 6px; text-decoration: none; font-weight: 600; font-size: 0.88rem; transition: var(--transition); display: inline-block; border: 1px solid var(--gray-200); cursor: pointer; font-family: 'Inter', sans-serif; }
.btn-outline:hover { background: var(--gray-100); }
.btn-outline:focus-visible { outline: 3px solid var(--red); outline-offset: 2px; }
.service-btn { display: inline-block; background: var(--red); color: white; padding: 8px 18px; border-radius: 5px; font-size: 0.82rem; font-weight: 600; text-decoration: none; transition: var(--transition); border: none; cursor: pointer; }
.service-btn:hover { background: var(--red-dark); }

/* SECTIONS */
section { padding: 60px 24px; }
.section-inner { max-width: 1140px; margin: 0 auto; }
.section-title { font-size: 1.55rem; font-weight: 700; color: var(--gray-800); margin-bottom: 8px; letter-spacing: -0.3px; }
.section-title span { color: var(--red); }
.section-desc { color: var(--gray-600); font-size: 0.9rem; max-width: 540px; margin-bottom: 0; }

/* SERVICES */
.services-bg { background: var(--gray-50); }
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 32px; }
.service-card { background: white; border: 1px solid var(--gray-200); border-radius: var(--radius); padding: 26px 20px; transition: var(--transition); text-decoration: none; color: inherit; display: flex; flex-direction: column; }
.service-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.service-card:focus-visible { outline: 3px solid var(--red); outline-offset: 2px; }
.service-icon { width: 48px; height: 48px; background: var(--red-light); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 20px; margin-bottom: 14px; }
.service-card h3 { font-size: 0.92rem; font-weight: 700; margin-bottom: 8px; }
.service-card p { color: var(--gray-600); font-size: 0.83rem; line-height: 1.6; margin-bottom: 16px; flex: 1; }

/* REVIEWS */
.reviews-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; margin-top: 32px; align-items: start; }
.reviews-left { display: flex; flex-direction: column; gap: 14px; }
.review-card { background: white; border: 1px solid var(--gray-200); border-radius: var(--radius); padding: 18px; box-shadow: var(--shadow-sm); }
.stars { color: #e8a000; font-size: 0.95rem; margin-bottom: 8px; }
.review-text { color: var(--gray-600); font-size: 0.83rem; line-height: 1.65; margin-bottom: 10px; }
.reviewer { display: flex; align-items: center; gap: 10px; }
.reviewer-avatar { width: 36px; height: 36px; border-radius: 50%; background: var(--red); color: white; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.82rem; flex-shrink: 0; }
.reviewer-name { font-weight: 600; font-size: 0.83rem; }
.reviewer-info { font-size: 0.75rem; color: var(--gray-400); }
.counter-badge { background: var(--red); color: white; border-radius: var(--radius); padding: 18px 22px; display: flex; align-items: center; gap: 10px; }
.counter-badge .num { font-size: 1.6rem; font-weight: 800; }
.counter-badge .label { font-size: 0.82rem; opacity: 0.9; }
.reviews-right { border-radius: var(--radius); overflow: hidden; min-height: 280px; background: var(--gray-100); }
.reviews-right img { width: 100%; height: 100%; object-fit: cover; display: block; min-height: 280px; }
.reviews-right-placeholder { width: 100%; min-height: 280px; display: flex; align-items: center; justify-content: center; color: #bbb; font-size: 0.85rem; background: linear-gradient(135deg,#ececec,#d8d8d8); }

/* ABOUT */
.about-bg { background: var(--gray-50); }
.about-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.about-text { color: var(--gray-600); font-size: 0.88rem; line-height: 1.7; margin-bottom: 20px; }
.about-img-wrap { margin-bottom: 20px; border-radius: var(--radius); overflow: hidden; }
.about-img-wrap img { width: 100%; display: block; border-radius: var(--radius); }
.about-img-placeholder { width: 100%; height: 200px; background: linear-gradient(135deg,#ececec,#d8d8d8); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; color: #bbb; font-size: 0.85rem; }
.about-features { display: flex; flex-direction: column; gap: 14px; margin-top: 16px; }
.about-feature { display: flex; gap: 12px; align-items: flex-start; }
.about-feature-icon { width: 40px; height: 40px; background: var(--red-light); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.about-feature h4 { font-size: 0.88rem; font-weight: 700; margin-bottom: 2px; }
.about-feature p { font-size: 0.82rem; color: var(--gray-600); }

/* CONTACT */
.contact-info-card { background: var(--red); color: white; border-radius: var(--radius); padding: 26px; }
.contact-info-card h3 { font-size: 1rem; font-weight: 700; margin-bottom: 16px; }
.contact-item { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; font-size: 0.88rem; }
.contact-item a { color: white; text-decoration: none; }
.contact-item a:hover { text-decoration: underline; }
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }

/* FORMS */
.form-group { margin-bottom: 14px; }
.form-group label { display: block; font-size: 0.82rem; font-weight: 600; color: var(--gray-600); margin-bottom: 5px; }
.form-group input, .form-group textarea, .form-group select { width: 100%; padding: 10px 14px; border: 1px solid var(--gray-200); border-radius: 7px; font-family: 'Inter', sans-serif; font-size: 0.88rem; color: var(--gray-800); transition: var(--transition); background: white; }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus { outline: none; border-color: var(--red); box-shadow: 0 0 0 3px rgba(200,16,46,0.08); }
.form-group textarea { resize: vertical; min-height: 100px; }
.success-msg { display: none; background: #d4edda; border: 1px solid #c3e6cb; color: #155724; padding: 12px 18px; border-radius: var(--radius); margin-bottom: 16px; font-size: 0.88rem; }
.error-msg { display: none; background: #fde8e8; border: 1px solid #fca5a5; color: #991b1b; padding: 12px 18px; border-radius: var(--radius); margin-bottom: 16px; font-size: 0.88rem; }
.consent-group { display: flex; align-items: flex-start; gap: 8px; margin-bottom: 16px; }
.consent-group input[type="checkbox"] { margin-top: 3px; accent-color: var(--red); width: 16px; height: 16px; cursor: pointer; }
.consent-group label { font-size: 0.8rem; color: var(--gray-600); cursor: pointer; line-height: 1.5; }
.consent-group a { color: var(--red); text-decoration: underline; }

/* PAGE HERO (subpages) */
.page-hero { background: var(--gray-50); border-bottom: 1px solid var(--gray-200); padding: 36px 24px; }
.page-hero-inner { max-width: 1140px; margin: 0 auto; }
.page-hero h1 { font-size: 1.6rem; font-weight: 800; margin-bottom: 6px; letter-spacing: -0.3px; }
.page-hero p { color: var(--gray-600); font-size: 0.9rem; max-width: 540px; }
.breadcrumb { display: flex; align-items: center; gap: 6px; font-size: 0.78rem; margin-bottom: 10px; }
.breadcrumb a { color: var(--red); text-decoration: none; font-weight: 600; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb span { color: var(--gray-400); }

/* TEAM */
.team-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 28px; }
.team-card { background: white; border: 1px solid var(--gray-200); border-radius: var(--radius); padding: 28px 22px; text-align: center; transition: var(--transition); }
.team-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.team-avatar { width: 72px; height: 72px; border-radius: 50%; background: var(--red); color: white; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 1.5rem; margin: 0 auto 14px; overflow: hidden; }
.team-avatar img { width: 100%; height: 100%; object-fit: cover; }
.team-card h3 { font-size: 0.95rem; font-weight: 700; margin-bottom: 4px; }
.team-card .role { font-size: 0.78rem; color: var(--red); font-weight: 600; margin-bottom: 10px; }
.team-card p { font-size: 0.82rem; color: var(--gray-600); line-height: 1.6; }

/* VALUES */
.values-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 28px; }
.value-card { display: flex; gap: 14px; align-items: flex-start; background: white; border: 1px solid var(--gray-200); border-radius: var(--radius); padding: 22px; transition: var(--transition); }
.value-card:hover { box-shadow: var(--shadow-sm); }
.value-icon { width: 44px; height: 44px; background: var(--red-light); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; }
.value-card h4 { font-size: 0.88rem; font-weight: 700; margin-bottom: 4px; }
.value-card p { font-size: 0.82rem; color: var(--gray-600); line-height: 1.5; }

/* FOOTER */
footer { background: var(--gray-800); color: white; padding: 48px 24px 0; }
.footer-inner { max-width: 1140px; margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 36px; padding-bottom: 32px; }
.footer-brand p { font-size: 0.82rem; color: var(--gray-400); margin-top: 12px; line-height: 1.6; }
.footer-col h4 { font-size: 0.82rem; font-weight: 700; margin-bottom: 14px; text-transform: uppercase; letter-spacing: 0.5px; color: var(--gray-400); }
.footer-col a { display: block; color: var(--gray-400); text-decoration: none; font-size: 0.85rem; padding: 3px 0; transition: var(--transition); }
.footer-col a:hover { color: white; }
.footer-bottom { border-top: 1px solid #333; padding: 18px 0; display: flex; justify-content: space-between; align-items: center; font-size: 0.78rem; color: var(--gray-400); }
.footer-bottom a { color: var(--gray-400); text-decoration: none; transition: var(--transition); }
.footer-bottom a:hover { color: white; }

/* COOKIE CONSENT (DSGVO) */
.cookie-consent { position: fixed; bottom: 0; left: 0; right: 0; background: var(--gray-800); color: white; padding: 18px 24px; z-index: 9999; box-shadow: 0 -4px 20px rgba(0,0,0,0.15); display: none; }
.cookie-consent.show { display: block; }
.cookie-consent-inner { max-width: 1140px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.cookie-consent p { font-size: 0.82rem; color: var(--gray-400); flex: 1; min-width: 280px; line-height: 1.5; }
.cookie-consent p a { color: white; text-decoration: underline; }
.cookie-consent-btns { display: flex; gap: 10px; flex-shrink: 0; }
.cookie-consent .btn-accept { background: var(--red); color: white; border: none; padding: 9px 20px; border-radius: 6px; font-family: 'Inter', sans-serif; font-size: 0.82rem; font-weight: 600; cursor: pointer; transition: var(--transition); }
.cookie-consent .btn-accept:hover { background: var(--red-dark); }
.cookie-consent .btn-reject { background: transparent; color: var(--gray-400); border: 1px solid var(--gray-600); padding: 9px 20px; border-radius: 6px; font-family: 'Inter', sans-serif; font-size: 0.82rem; font-weight: 600; cursor: pointer; transition: var(--transition); }
.cookie-consent .btn-reject:hover { color: white; border-color: white; }

/* FOCUS VISIBLE (Accessibility) */
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible {
  outline: 3px solid var(--red);
  outline-offset: 2px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; }
  .hero-left { padding: 32px 24px; }
  .hero-right { min-height: 220px; max-height: 280px; }
  .hero h1 { font-size: 1.5rem; }
  .services-grid { grid-template-columns: 1fr; }
  .reviews-layout { grid-template-columns: 1fr; }
  .reviews-right { display: none; }
  .about-layout { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .footer-bottom { flex-direction: column; gap: 10px; text-align: center; }
}

@media (max-width: 768px) {
  .hamburger { display: flex; }
  .nav-links { position: fixed; top: 64px; left: 0; right: 0; background: white; flex-direction: column; padding: 16px 24px; border-bottom: 1px solid var(--gray-200); box-shadow: var(--shadow-md); display: none; align-items: stretch; gap: 4px; z-index: 999; }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 10px 12px; }
  .nav-cta { text-align: center; margin-top: 6px; }
  .lang-switch { margin-left: 0; padding-top: 8px; border-top: 1px solid var(--gray-200); }
  .cookie-consent-inner { flex-direction: column; text-align: center; }
  .cookie-consent-btns { width: 100%; justify-content: center; }
}

@media (max-width: 480px) {
  body { font-size: 14px; }
  section { padding: 40px 16px; }
  .hero h1 { font-size: 1.3rem; }
  .section-title { font-size: 1.3rem; }
  .page-hero { padding: 24px 16px; }
  .page-hero h1 { font-size: 1.3rem; }
}
