
:root {
  --black: #07080b;
  --ink: #10131a;
  --deep: #111827;
  --muted: #5f6878;
  --soft: #f3f5f8;
  --line: #e3e7ee;
  --white: #ffffff;
  --blue: #255bb8;
  --blue-2: #173f89;
  --cyan: #10b5d7;
  --yellow: #ffe100;
  --yellow-2: #ffd100;
  --success: #32b36b;
  --radius: 24px;
  --shadow: 0 22px 60px rgba(7, 8, 11, .16);
  --shadow-soft: 0 14px 34px rgba(17, 24, 39, .10);
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
  color: var(--blue);
}
.eyebrow::before { content: ""; width: 34px; height: 3px; background: var(--yellow); border-radius: 999px; }
h1, h2, h3 { line-height: 1.05; margin: 0; letter-spacing: -.035em; }
h1 { font-size: clamp(40px, 6vw, 72px); color: var(--white); }
h2 { font-size: clamp(32px, 4.5vw, 56px); }
h3 { font-size: 24px; }
p { margin: 0; color: var(--muted); }
.lead { font-size: clamp(17px, 1.8vw, 21px); color: rgba(255,255,255,.82); max-width: 700px; }
.section { padding: 96px 0; }
.section-tight { padding: 70px 0; }
.section-head { display: grid; grid-template-columns: 1fr .78fr; gap: 36px; align-items: end; margin-bottom: 44px; }
.section-head p { font-size: 18px; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 0 22px; border-radius: 999px;
  font-weight: 850; letter-spacing: -.01em; border: 1px solid transparent;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
  cursor: pointer; white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(0,0,0,.16); }
.btn-primary { background: var(--yellow); color: var(--black); }
.btn-dark { background: var(--black); color: var(--white); }
.btn-outline { color: var(--white); border-color: rgba(255,255,255,.32); background: rgba(255,255,255,.05); backdrop-filter: blur(10px); }
.btn-light-outline { color: var(--ink); border-color: var(--line); background: var(--white); }
.pill { display:inline-flex; align-items:center; gap:8px; padding: 9px 12px; border-radius:999px; background:#fff; border:1px solid var(--line); font-size: 14px; font-weight: 760; color: var(--deep); box-shadow: 0 6px 18px rgba(17,24,39,.05); }
.dot { width: 9px; height: 9px; border-radius: 99px; background: var(--yellow); box-shadow: 0 0 0 5px rgba(255,225,0,.18); }
/* Top bar and navigation */
.topbar { background: var(--black); color: rgba(255,255,255,.86); font-size: 14px; }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; min-height: 42px; gap: 20px; }
.topbar-left, .topbar-right { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.topbar strong { color: var(--white); }
.topbar a:hover { color: var(--yellow); }
.nav { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.92); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(227,231,238,.8); }
.nav-inner { display:flex; align-items:center; justify-content:space-between; gap:20px; min-height: 82px; }
.brand { display:flex; align-items:center; gap:14px; min-width: 260px; }
.brand-logo { width: 58px; height: 58px; border-radius: 50%; overflow:hidden; box-shadow: 0 8px 24px rgba(37,91,184,.22); flex: 0 0 auto; background: var(--blue); }
.brand-name { line-height:1; font-weight:900; letter-spacing:.02em; font-size: 21px; }
.brand-name span { display:block; margin-top:5px; color:var(--muted); font-size:12px; font-weight:800; letter-spacing:.16em; text-transform:uppercase; }
.nav-links { display:flex; align-items:center; gap: 24px; font-weight:780; color: #2a2f39; }
.nav-links a:hover { color: var(--blue); }
.mobile-toggle { display:none; border:1px solid var(--line); background:#fff; border-radius:14px; width:46px; height:46px; align-items:center; justify-content:center; font-weight:900; }
/* Hero */
.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 16% 18%, rgba(37,91,184,.72), transparent 30%), linear-gradient(135deg, #050507 0%, #090c12 48%, #112d65 100%); color: #fff; }
.hero::before { content:""; position:absolute; inset:0; background: linear-gradient(90deg, rgba(7,8,11,.86), rgba(7,8,11,.55)), url('banner.jpg') center/cover no-repeat; opacity:.22; mix-blend-mode:screen; }
.hero::after { content:""; position:absolute; right:-16vw; top:-20vw; width:55vw; height:55vw; border-radius:50%; background: rgba(255,225,0,.16); filter: blur(8px); }
.hero-inner { position:relative; z-index:1; display:grid; grid-template-columns: 1fr .86fr; gap: 54px; align-items:center; padding: 92px 0 58px; min-height: 720px; }
.hero-copy { display:flex; flex-direction:column; gap: 26px; }
.hero-kicker { display:flex; align-items:center; gap:12px; font-size:14px; font-weight:850; letter-spacing:.18em; text-transform:uppercase; color: var(--yellow); }
.hero-kicker::before { content:""; width:44px; height:3px; border-radius:99px; background:var(--yellow); }
.hero-title-wrap { display:flex; flex-direction:column; gap:18px; }
.hero h1 span { color: var(--yellow); }
.hero-actions { display:flex; gap:14px; flex-wrap:wrap; margin-top:4px; }
.hero-proof { display:grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 10px; max-width: 780px; }
.proof-card { padding:16px 14px; border:1px solid rgba(255,255,255,.14); border-radius:18px; background:rgba(255,255,255,.06); backdrop-filter: blur(16px); }
.proof-card strong { display:block; font-size:15px; color:#fff; margin-bottom:4px; }
.proof-card span { color: rgba(255,255,255,.66); font-size: 13px; }
.hero-visual { position:relative; }
.visual-card { border-radius: 34px; overflow:hidden; border: 1px solid rgba(255,255,255,.18); box-shadow: 0 30px 90px rgba(0,0,0,.42); background:#101; transform: rotate(1.2deg); position:relative; }
.visual-card img { width:100%; height: 520px; object-fit:cover; }
.visual-card::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.48)); pointer-events:none; }
.visual-badge { position:absolute; left:-24px; bottom:32px; z-index:2; width:min(330px, 80%); background:#fff; color:var(--ink); border-radius:24px; padding: 20px; box-shadow:var(--shadow); }
.visual-badge .mini { display:flex; align-items:center; gap:12px; margin-bottom:12px; }
.mini-logo { width:45px; height:45px; border-radius:50%; overflow:hidden; flex:0 0 auto; background: var(--blue); }
.visual-badge strong { display:block; font-size: 19px; line-height:1.1; }
.visual-badge p { font-size: 14px; }
.route-strip { position:relative; z-index: 2; background: var(--yellow); color: var(--black); font-weight:900; letter-spacing:.025em; overflow:hidden; }
.route-track { display:flex; gap: 30px; white-space: nowrap; padding: 13px 0; animation: marquee 30s linear infinite; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
/* Cards */
.grid-3 { display:grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid-2 { display:grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.service-card { position:relative; padding: 30px; border-radius: var(--radius); background: #fff; border:1px solid var(--line); box-shadow: var(--shadow-soft); overflow:hidden; min-height: 210px; display:flex; flex-direction:column; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: rgba(37,91,184,.28); }
.service-card::after { content:""; position:absolute; right:-42px; top:-42px; width:120px; height:120px; border-radius:50%; background: rgba(37,91,184,.08); }
.service-icon { width: 54px; height:54px; border-radius: 18px; display:flex; align-items:center; justify-content:center; background: var(--black); color:var(--yellow); margin-bottom: 22px; font-size: 25px; font-weight: 900; }
.service-card h3 { margin-bottom: 12px; }
.service-card p { margin-bottom: 22px; }
.service-card ul { list-style:none; padding:0; margin:0; display:grid; gap: 9px; }
.service-card li { color:#29313d; font-weight:650; font-size: 14px; display:flex; align-items:flex-start; gap:8px; }
.service-card li::before { content:""; width:7px; height:7px; border-radius:50%; background:var(--blue); margin-top:7px; flex:0 0 auto; }
.featured-card { background: linear-gradient(145deg, var(--blue), #0f2d65); color:#fff; border-color: rgba(255,255,255,.1); }
.featured-card p, .featured-card li { color: rgba(255,255,255,.78); }
.featured-card li::before { background: var(--yellow); }
.featured-card::after { background: rgba(255,225,0,.15); }
.image-strip { display:grid; grid-template-columns: 1fr 1fr 1fr; gap: 18px; margin-top: 26px; }
.photo-teaser { position:relative; min-height: 260px; border-radius: 26px; overflow:hidden; box-shadow: var(--shadow-soft); border: 1px solid var(--line); background: #111; }
.photo-teaser img { width:100%; height:100%; min-height:260px; object-fit:cover; }
.photo-teaser::after { content:""; position:absolute; inset:0; background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.72)); }
.photo-teaser strong { position:absolute; z-index:1; left:22px; right:22px; bottom:22px; color:#fff; font-size: 22px; line-height:1.1; letter-spacing:-.02em; }
.all-services { margin-top: 28px; border-radius: 30px; padding: 28px; background: var(--black); color:#fff; box-shadow: var(--shadow); position:relative; overflow:hidden; }
.all-services::after { content:""; position:absolute; right:-70px; top:-70px; width:210px; height:210px; border-radius:50%; background:rgba(255,225,0,.18); }
.all-services h3 { color:#fff; margin-bottom: 14px; }
.all-service-tags { position:relative; z-index:1; display:flex; flex-wrap:wrap; gap:10px; }
.all-service-tags span { display:inline-flex; align-items:center; padding:9px 13px; border-radius: 999px; border:1px solid rgba(255,255,255,.13); background:rgba(255,255,255,.07); color:rgba(255,255,255,.84); font-weight:750; font-size:14px; }
/* Corporate split */
.split { display:grid; grid-template-columns: .92fr 1fr; gap: 52px; align-items:center; }
.image-panel { position:relative; border-radius: 34px; overflow:hidden; box-shadow: var(--shadow); background: var(--black); min-height: 580px; }
.image-panel img { width:100%; height: 100%; min-height:580px; object-fit: cover; }
.image-panel::after { content:""; position:absolute; inset:0; background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.62)); }
.panel-caption { position:absolute; z-index:1; left:28px; right:28px; bottom:28px; background: rgba(255,255,255,.92); border-radius: 24px; padding: 22px; backdrop-filter: blur(18px); }
.panel-caption strong { display:block; font-size: 21px; line-height:1.1; margin-bottom:8px; }
.process-list { display:grid; gap: 16px; margin-top: 32px; }
.process-item { display:grid; grid-template-columns: 54px 1fr; gap:16px; padding:18px; border:1px solid var(--line); border-radius:22px; background:#fff; box-shadow: 0 10px 24px rgba(17,24,39,.05); }
.process-number { width:54px; height:54px; border-radius:18px; display:flex; align-items:center; justify-content:center; background:var(--yellow); font-weight:950; }
.process-item strong { display:block; font-size:18px; margin-bottom:4px; }
.band { position:relative; overflow:hidden; border-radius: 34px; background: var(--black); color:#fff; padding:48px; box-shadow: var(--shadow); }
.band::before { content:""; position:absolute; inset:0; background: url('banner.jpg') center/cover no-repeat; opacity:.18; }
.band::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg, rgba(7,8,11,.96), rgba(7,8,11,.68), rgba(37,91,184,.42)); }
.band-content { position:relative; z-index:1; display:grid; grid-template-columns: 1fr auto; gap:34px; align-items:center; }
.band h2 { color:#fff; max-width:760px; }
.band p { color:rgba(255,255,255,.75); font-size:18px; max-width:760px; margin-top:14px; }
/* Industry */
.industry-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.industry-card { padding:22px; border-radius:22px; border:1px solid var(--line); background:#fff; min-height:150px; box-shadow: 0 10px 24px rgba(17,24,39,.045); }
.industry-card strong { display:block; font-size:18px; margin-bottom:8px; }
.industry-card p { font-size:14px; }
/* Feature dark */
.dark-section { background: var(--black); color:#fff; position:relative; overflow:hidden; }
.dark-section::before { content:""; position:absolute; left:-160px; top:80px; width:420px; height:420px; border-radius:50%; background:rgba(37,91,184,.3); filter:blur(16px); }
.dark-section::after { content:""; position:absolute; right:-190px; bottom:-190px; width:480px; height:480px; border-radius:50%; background:rgba(255,225,0,.16); filter:blur(12px); }
.dark-section .container { position:relative; z-index:1; }
.dark-section h2, .dark-section h3 { color:#fff; }
.dark-section p { color: rgba(255,255,255,.72); }
.feature-matrix { display:grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 44px; }
.feature-card { padding: 28px; border-radius: 26px; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.06); backdrop-filter: blur(14px); }
.feature-card .icon { width:48px; height:48px; border-radius:16px; background:var(--yellow); color:#111; display:flex; align-items:center; justify-content:center; font-weight:950; margin-bottom:18px; }
/* PV section */
.pv { background: linear-gradient(180deg, #f4f7fb 0%, #fff 100%); }
.pv-card { display:grid; grid-template-columns: 1.05fr .95fr; gap:0; border-radius:36px; overflow:hidden; border:1px solid var(--line); box-shadow:var(--shadow); background:#fff; }
.pv-content { padding: 48px; }
.pv-content h2 { margin: 12px 0 18px; }
.pv-list { display:grid; grid-template-columns: repeat(2, 1fr); gap:12px; margin:28px 0; }
.pv-list div { border:1px solid var(--line); border-radius:18px; padding:14px; font-weight:760; background:#fff; }
.pv-visual { position:relative; min-height: 520px; background: linear-gradient(145deg, #0c1730, #255bb8); overflow:hidden; }
.pv-visual img { width: 100%; height: 100%; min-height:520px; object-fit:cover; }
.pv-visual::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg, rgba(0,0,0,.03), rgba(0,0,0,.44)); }
.pv-badge { position:absolute; left:34px; top:34px; z-index:2; background:var(--yellow); color:#111; border-radius:999px; padding:12px 18px; font-weight:950; }
/* Contact */
.contact-wrap { display:grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items:start; }
.contact-card { border-radius:30px; padding:32px; border:1px solid var(--line); background:#fff; box-shadow: var(--shadow-soft); }
.contact-card.dark { background:var(--black); color:#fff; border-color:var(--black); }
.contact-card.dark p, .contact-card.dark a { color: rgba(255,255,255,.74); }
.contact-card.dark a:hover { color: var(--yellow); }
.contact-row { display:flex; gap:14px; align-items:flex-start; padding:18px 0; border-bottom:1px solid rgba(227,231,238,.18); }
.contact-row:last-child { border-bottom:0; }
.contact-row .ico { width:42px; height:42px; border-radius:14px; display:flex; align-items:center; justify-content:center; background:var(--yellow); color:#111; flex:0 0 auto; font-weight:950; }
form { display:grid; gap:14px; }
.form-grid { display:grid; grid-template-columns: repeat(2, 1fr); gap:14px; }
label { display:grid; gap:7px; font-size:13px; color:var(--muted); font-weight:760; }
input, select, textarea { width:100%; border:1px solid var(--line); border-radius:16px; padding:15px 16px; font: inherit; outline:none; background:#fff; color:var(--ink); }
textarea { min-height:142px; resize:vertical; }
input:focus, select:focus, textarea:focus { border-color:var(--blue); box-shadow:0 0 0 4px rgba(37,91,184,.10); }
.small-note { font-size:13px; color:var(--muted); }
/* Legal pages */
.legal-hero { background: var(--black); color:#fff; padding: 72px 0; position:relative; overflow:hidden; }
.legal-hero::before { content:""; position:absolute; inset:0; background:linear-gradient(90deg, rgba(7,8,11,.92), rgba(7,8,11,.70)), url('banner.jpg') center/cover no-repeat; opacity:.22; }
.legal-hero .container { position:relative; z-index:1; }
.legal-hero h1 { font-size: clamp(40px, 6vw, 76px); margin-bottom: 14px; }
.legal-layout { display:grid; grid-template-columns: .34fr 1fr; gap: 34px; align-items:start; }
.legal-nav { position:sticky; top:110px; border:1px solid var(--line); border-radius:24px; padding:20px; background:#fff; box-shadow: var(--shadow-soft); display:grid; gap:10px; }
.legal-nav a { font-weight:800; color: var(--deep); }
.legal-nav a:hover { color: var(--blue); }
.legal-content { border:1px solid var(--line); border-radius: 28px; padding: 36px; background:#fff; box-shadow: var(--shadow-soft); }
.legal-content h2 { font-size: 32px; margin: 34px 0 12px; }
.legal-content h2:first-child { margin-top:0; }
.legal-content h3 { font-size: 22px; margin: 24px 0 8px; }
.legal-content p, .legal-content li { color: var(--muted); }
.legal-content ul { margin-top: 8px; }
.notice { padding:16px 18px; border-radius: 18px; background: #fff9c7; border:1px solid #f2d44d; color:#423600; margin-bottom: 22px; }
.notice strong { display:block; color:#111; margin-bottom: 4px; }
footer { background:#07080b; color:#fff; padding: 54px 0 28px; }
.footer-grid { display:grid; grid-template-columns: 1.15fr 1.35fr .8fr .8fr; gap:34px; }
footer h4 { margin:0 0 14px; font-size:16px; }
footer p, footer a { color:rgba(255,255,255,.68); font-size:14px; }
footer a:hover { color: var(--yellow); }
.footer-links { display:grid; gap:9px; }
.footer-links.two-col { grid-template-columns: 1fr 1fr; column-gap:16px; }
.footer-brand { display:flex; align-items:center; gap:14px; margin-bottom:16px; }
.footer-brand img { width:54px; height:54px; border-radius:50%; background: var(--blue); }
.footer-bottom { margin-top:38px; padding-top:22px; border-top:1px solid rgba(255,255,255,.12); display:flex; justify-content:space-between; gap:16px; flex-wrap:wrap; }
.floating { position:fixed; right:18px; bottom:18px; z-index:60; display:grid; gap:10px; }
.float-btn { display:flex; align-items:center; justify-content:center; width:56px; height:56px; border-radius:19px; background:var(--yellow); color:#111; font-weight:950; box-shadow:0 15px 34px rgba(0,0,0,.24); }
.float-btn.phone { background:#111; color:#fff; }
@media (max-width: 1050px) {
  .hero-inner, .split, .pv-card, .contact-wrap, .legal-layout { grid-template-columns: 1fr; }
  .hero-inner { min-height:auto; padding-top:64px; }
  .hero-visual { max-width:720px; }
  .section-head { grid-template-columns:1fr; gap:14px; }
  .grid-3, .image-strip { grid-template-columns: repeat(2, 1fr); }
  .industry-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-matrix { grid-template-columns:1fr; }
  .band-content { grid-template-columns:1fr; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .legal-nav { position:static; }
}
@media (max-width: 820px) {
  .container { width:min(var(--max), calc(100% - 28px)); }
  .topbar { display:none; }
  .nav-inner { min-height:72px; }
  .nav-links { position:absolute; left:14px; right:14px; top:78px; padding:18px; border:1px solid var(--line); border-radius:22px; background:#fff; box-shadow:var(--shadow); flex-direction:column; align-items:flex-start; display:none; }
  .nav-links.open { display:flex; }
  .mobile-toggle { display:flex; }
  .nav .btn { display:none; }
  .brand { min-width:auto; }
  .brand-name { font-size:18px; }
  .hero-proof, .grid-3, .grid-2, .industry-grid, .pv-list, .form-grid, .footer-grid, .image-strip, .footer-links.two-col { grid-template-columns: 1fr; }
  .visual-card img { height:420px; }
  .visual-badge { left:16px; bottom:18px; }
  .section { padding:72px 0; }
  .section-tight { padding:56px 0; }
  .band, .pv-content { padding:28px; }
  .contact-card { padding:24px; }
  .legal-content { padding:24px; }
  h1 { font-size:42px; }
}
@media (max-width: 520px) {
  .hero-actions { flex-direction:column; }
  .btn { width:100%; }
  .brand-logo { width:50px; height:50px; }
  .visual-card { transform:none; border-radius:26px; }
  .visual-card img { height:360px; }
  .image-panel, .image-panel img { min-height:420px; }
  .footer-bottom { flex-direction:column; }
}


/* Einsatzbilder / gallery updates */
.einsatz-gallery { background: linear-gradient(180deg, #fff 0%, #f4f7fb 100%); }
.gallery-grid { display:grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 220px; gap:16px; }
.gallery-item { position:relative; overflow:hidden; border-radius:26px; margin:0; border:1px solid rgba(227,231,238,.95); background:#111; box-shadow: 0 14px 34px rgba(17,24,39,.10); }
.gallery-item.large { grid-column: span 2; grid-row: span 2; }
.gallery-item.wide { grid-column: span 2; }
.gallery-item.tall { grid-row: span 2; }
.gallery-item img { width:100%; height:100%; object-fit:cover; transition: transform .35s ease; }
.gallery-item:hover img { transform: scale(1.04); }
.gallery-item::after { content:""; position:absolute; inset:0; background: linear-gradient(180deg, rgba(0,0,0,0) 38%, rgba(0,0,0,.80) 100%); pointer-events:none; }
.gallery-item figcaption { position:absolute; z-index:2; left:20px; right:20px; bottom:18px; color:#fff; font-size:15px; font-weight:600; line-height:1.3; text-shadow: 0 1px 12px rgba(0,0,0,.7); display:flex; flex-direction:column; align-items:flex-start; gap:3px; }
.gallery-item figcaption span { background:none; color:var(--yellow); padding:0; font-size:11px; font-weight:800; letter-spacing:.13em; text-transform:uppercase; text-shadow:0 1px 8px rgba(0,0,0,.75); }
.video-panel { margin-top:28px; border-radius:32px; border:1px solid var(--line); background:#fff; box-shadow: var(--shadow-soft); padding:28px; display:grid; grid-template-columns:.85fr 1.15fr; gap:26px; align-items:center; }
.video-panel h3 { margin:10px 0 12px; font-size:32px; }
.video-grid { display:flex; justify-content:center; }
.video-grid video { width:100%; max-width:300px; aspect-ratio: 9 / 16; object-fit:cover; border-radius:22px; background:#111; box-shadow: 0 12px 24px rgba(17,24,39,.13); }
.industrial-highlight { background:#fff; }
.industrial-collage { position:relative; min-height:620px; }
.industrial-collage img { object-fit:cover; border-radius:30px; box-shadow:var(--shadow); border:1px solid rgba(255,255,255,.4); }
.industrial-collage .collage-main { width:82%; height:560px; margin-left:auto; }
.industrial-collage .collage-small { position:absolute; width:43%; height:250px; }
.industrial-collage .one { left:0; bottom:16px; }
.industrial-collage .two { right:28px; top:28px; width:38%; height:230px; border:7px solid #fff; }
.career-photo { margin-top:24px; border-radius:26px; overflow:hidden; box-shadow:var(--shadow-soft); border:1px solid var(--line); max-width:460px; }
.career-photo img { width:100%; height:300px; object-fit:cover; }
@media (max-width: 1050px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .video-panel { grid-template-columns:1fr; }
  .industrial-collage { min-height:560px; max-width:760px; }
}
@media (max-width: 820px) {
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 300px; }
  .gallery-item.large, .gallery-item.wide, .gallery-item.tall { grid-column: span 1; grid-row: span 1; }
  .video-grid { grid-template-columns:1fr; }
  .video-grid video { max-height:520px; }
  .industrial-collage { min-height:auto; display:grid; gap:14px; }
  .industrial-collage .collage-main, .industrial-collage .collage-small { position:static; width:100%; height:360px; margin:0; border-width:1px; }
}

/* Navigation fine tuning for the added gallery link */
.nav-links { gap: 18px; font-size: 15px; }
.brand { min-width: 240px; }
@media (max-width: 1160px) { .nav .btn { display:none; } }

/* Legal pages: page hero + content boxes */
.page-hero { background: var(--black); color:#fff; padding: 84px 0 64px; position:relative; overflow:hidden; }
.page-hero::before { content:""; position:absolute; inset:0; background:linear-gradient(90deg, rgba(7,8,11,.92), rgba(7,8,11,.66)), url('banner.jpg') center/cover no-repeat; opacity:.22; }
.page-hero .container { position:relative; z-index:1; }
.page-hero .hero-kicker { color: var(--yellow); }
.page-hero h1 { font-size: clamp(40px, 6vw, 72px); margin: 12px 0 14px; }
.page-hero p { color: rgba(255,255,255,.80); max-width: 720px; font-size: 18px; }
.legal-box { margin-bottom: 26px; }
.legal-box:last-child { margin-bottom: 0; }

/* Verbands-/Innungs-Badge */
.verbands-badge { display:inline-flex; align-items:center; margin-top:16px; padding:12px 18px; background:#fff; border:1px solid var(--line); border-radius:16px; box-shadow:0 6px 18px rgba(17,24,39,.06); }
.verbands-badge img { height:48px; width:auto; max-width:none; display:block; }

/* Service-Karten: Anfragen-Link unten */
.service-link { margin-top:auto; align-self:flex-start; padding-top:8px; font-weight:850; font-size:14px; color:var(--blue); display:inline-flex; align-items:center; gap:6px; transition:gap .2s ease; }
.service-card:hover .service-link { gap:11px; }
.featured-card .service-link { color:var(--yellow); }

/* Fakten-/Vertrauensleiste */
.trust-bar { background:#fff; border-bottom:1px solid var(--line); }
.trust-inner { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; padding:26px 0; }
.trust-item { display:flex; flex-direction:column; gap:3px; padding-left:18px; border-left:3px solid var(--yellow); }
.trust-item strong { font-size:18px; letter-spacing:-.01em; color:var(--ink); line-height:1.1; }
.trust-item span { font-size:13px; color:var(--muted); }
@media (max-width:820px){ .trust-inner { grid-template-columns:repeat(2,1fr); row-gap:24px; } }

/* Scroll-Reveal */
.reveal { opacity:0; transform:translateY(24px); transition:opacity .6s cubic-bezier(.2,.6,.2,1), transform .6s cubic-bezier(.2,.6,.2,1); }
.reveal.is-visible { opacity:1; transform:none; }
@media (prefers-reduced-motion: reduce){ .reveal,.reveal.is-visible { opacity:1!important; transform:none!important; transition:none!important; } }

/* Aktiver Menüpunkt (Scroll-Spy) */
.nav-links a { position:relative; }
.nav-links a.active { color:var(--blue); }
.nav-links a.active::after { content:""; position:absolute; left:0; right:0; bottom:-6px; height:2px; background:var(--yellow); border-radius:2px; }

/* Kontakt + Social im Mobil-Menü (nur mobil sichtbar) */
.nav-contact { display:none; }
@media (max-width:820px){
  .nav-contact { display:flex; flex-direction:column; gap:10px; width:100%; margin-top:14px; padding-top:16px; border-top:1px solid var(--line); }
  .nav-contact > a, .nav-contact > span { color:#2a2f39; font-size:15px; font-weight:760; }
  .nav-contact > a:hover { color:var(--blue); }
  .nav-social { display:flex; gap:12px; margin-top:6px; }
  .nav-social a { display:inline-flex; width:42px; height:42px; align-items:center; justify-content:center; border:1px solid var(--line); border-radius:12px; color:var(--blue); }
  .nav-social a:hover { background:var(--yellow); color:#111; border-color:var(--yellow); }
  .nav-social svg { width:20px; height:20px; display:block; }
}
