
:root{
  --navy:#061d35;
  --navy2:#092846;
  --blue:#0069b4;
  --blue2:#008fea;
  --text:#0b223d;
  --muted:#566678;
  --line:#dce6ef;
  --light:#f5f8fb;
  --white:#fff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#fff;color:var(--text);line-height:1.55}
img{max-width:100%;display:block}
a{color:inherit}
.container{width:min(1180px,calc(100% - 42px));margin:0 auto}

/* HERO */
.hero{position:relative;min-height:760px;overflow:hidden;background:#dfe8f2}
.hero-bg{position:absolute;inset:0;background-image:
  radial-gradient(ellipse at 25% 31%,rgba(255,255,255,.98) 0%,rgba(255,255,255,.82) 18%,rgba(255,255,255,.48) 38%,rgba(255,255,255,.10) 60%,rgba(255,255,255,0) 76%),
  linear-gradient(90deg,rgba(255,255,255,.82),rgba(255,255,255,.38) 43%,rgba(255,255,255,.04) 70%),
  linear-gradient(0deg,rgba(255,255,255,.20),rgba(255,255,255,0) 36%),
  url('assets/firmensitz.jpg');
background-size:cover;background-position:center;filter:saturate(.94) contrast(1.02) brightness(.96);transform:scale(1.025)}
.topbar{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:center;padding:30px min(5vw,70px)}
.brand img{width:min(270px,48vw);height:auto;filter:brightness(.92) saturate(.94) drop-shadow(0 2px 6px rgba(255,255,255,.35))}
.navlinks{display:flex;gap:30px;align-items:center}
.navlinks a{text-decoration:none;color:#0b2849;font-weight:800;text-transform:uppercase;font-size:13px;letter-spacing:.055em;text-shadow:0 1px 9px rgba(255,255,255,.55)}
.navlinks a:hover{color:var(--blue)}
.hero-content{position:relative;z-index:2;padding-top:92px;padding-bottom:52px}
.eyebrow,.section-kicker{font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:.13em;color:var(--blue);margin:0 0 16px}
.hero h1{font-size:clamp(42px,5.4vw,72px);line-height:1.05;letter-spacing:-2px;color:#082542;margin:0 0 24px;max-width:780px}
.hero h1:after,.section h2:after,.legal-box h1:after{content:"";display:block;width:60px;height:4px;background:var(--blue2);margin-top:24px;border-radius:3px}
.lead{font-size:clamp(19px,2.2vw,25px);max-width:760px;color:#183853;margin:0 0 34px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:54px}
.btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:999px;padding:13px 22px;font-weight:800;box-shadow:0 12px 26px rgba(6,34,65,.13);border:0;cursor:pointer}
.btn.primary{background:var(--blue);color:#fff}
.btn.secondary{background:rgba(255,255,255,.78);color:#0b2849;border:1px solid rgba(12,74,125,.18);backdrop-filter:blur(8px)}
.btn.small{padding:10px 18px;margin-top:8px}
.trust-strip{display:flex;align-items:center;gap:30px;background:rgba(255,255,255,.44);border:1px solid rgba(10,52,91,.13);box-shadow:0 18px 48px rgba(3,28,54,.12);border-radius:24px;padding:20px 24px;width:max-content;max-width:100%;backdrop-filter:blur(14px)}
.trust-item{display:flex;align-items:center;gap:17px;color:#153652;font-size:18px;line-height:1.25}
.trust-item img{object-fit:contain}
.trust-item.anniversary img{height:86px}
.trust-item.certification img{height:70px;opacity:.86;filter:saturate(.70) contrast(.94)}
.trust-separator{width:1px;height:72px;background:rgba(8,31,60,.22)}

/* Sections */
.section{padding:86px 0}
.section.light{background:#f6f8fb}
.section.white{background:#fff}
.section.dark{background:var(--navy);color:#dbeaf7}
.section h2{font-size:clamp(32px,4vw,50px);line-height:1.15;color:#092542;margin:0 0 22px}
.section.dark h2{color:#fff}
.section.dark .section-kicker{color:#78c1ff}
.section-intro{font-size:18px;color:#4d5c6c;max-width:830px;margin:0 auto 45px;text-align:center}
.section.light .section-kicker,.section.light h2,.section.white.center .section-kicker,.section.white.center h2{text-align:center}
.section.light h2:after,.section.white.center h2:after{margin-left:auto;margin-right:auto}

/* Cards */
.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.card{background:#fff;border:1px solid #e2e9f0;border-radius:22px;padding:32px 24px;box-shadow:0 16px 38px rgba(16,43,76,.08);min-height:238px}
.icon{width:58px;height:58px;border-radius:17px;background:#e7f3ff;color:var(--blue);display:flex;align-items:center;justify-content:center;font-size:27px;font-weight:900;margin-bottom:24px}
.card h3{font-size:17px;letter-spacing:.05em;color:#102b4a;margin:0 0 12px;text-transform:uppercase}
.card p{color:#556575;margin:0}

/* Process */
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:44px}
.process-card{background:#fff;border:1px solid #dde8f1;border-radius:20px;overflow:hidden;box-shadow:0 14px 34px rgba(12,39,68,.08)}
.process-img{position:relative;aspect-ratio:1.22/1;background:#e7edf3;overflow:hidden}
.process-img img{width:100%;height:100%;object-fit:cover}
.step{position:absolute;left:16px;top:16px;width:45px;height:45px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--navy);color:#fff;border:2px solid rgba(255,255,255,.86);font-weight:900;font-size:22px;box-shadow:0 8px 18px rgba(0,0,0,.22)}
.process-text{padding:22px}
.process-text h3{margin:0 0 10px;color:#092542;text-transform:uppercase;font-size:18px}
.process-text p{margin:0;color:#4e5f70}
.process-note{margin-top:44px;border-radius:24px;background:linear-gradient(135deg,#06213d,#0b3358);color:#fff;padding:34px;display:grid;grid-template-columns:1.1fr .9fr;gap:24px;align-items:center;box-shadow:0 18px 42px rgba(7,29,53,.16)}
.process-note h3{margin:0 0 12px;font-size:26px}
.process-note p{margin:0;color:#dcecff}
.checks{display:grid;grid-template-columns:1fr 1fr;gap:12px 20px}
.check{display:flex;gap:10px;align-items:flex-start;color:#fff}
.check:before{content:"✓";display:inline-flex;align-items:center;justify-content:center;flex:0 0 27px;width:27px;height:27px;border-radius:50%;border:1px solid rgba(255,255,255,.72);font-weight:900}

/* 5 axis */
.five-grid{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center}
.five-image{border-radius:24px;overflow:hidden;box-shadow:0 22px 50px rgba(0,0,0,.24);border:1px solid rgba(255,255,255,.16)}
.five-image img{width:100%;height:420px;object-fit:cover}
.five-text p{font-size:18px;color:#cfe1f2}
.five-list{margin:28px 0 0;padding:0;list-style:none}
.five-list li{margin:12px 0;padding-left:32px;position:relative;color:#eff7ff}
.five-list li:before{content:"";position:absolute;left:0;top:.55em;width:12px;height:12px;border-radius:50%;background:var(--blue2)}

/* References */
.reference-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:42px}
.reference-card{background:#fff;border:1px solid #e2e9f0;border-radius:22px;overflow:hidden;box-shadow:0 16px 38px rgba(16,43,76,.08)}
.reference-card img{width:100%;height:260px;object-fit:cover}
.reference-card div{padding:22px}
.reference-card h3{margin:0 0 8px;color:#0b2849}
.reference-card p{margin:0;color:#566678}

/* Contact */
.contact-section{background:#fff}
.contact-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:26px;align-items:stretch;margin-top:36px}
.contact-card,.map-card{border-radius:24px;box-shadow:0 16px 38px rgba(16,43,76,.09);border:1px solid #e0e8ef;background:#fff;overflow:hidden}
.contact-card{padding:34px}
.contact-card h3{margin:0 0 18px;font-size:23px;color:#0b2849}
.contact-card a{color:var(--blue);text-decoration:none}
.map-card iframe{display:block;width:100%;height:100%;min-height:360px;border:0}

/* Footer */
.footer{background:#071d35;color:#cbd8e6;padding:26px 0}
.footer-inner{display:flex;justify-content:space-between;align-items:center;gap:20px}
.footer p{margin:0}.footer a{color:#fff;text-decoration:none;margin-left:18px}

/* Legal */
.legal-page{background:#f6f8fb}
.legal-header{background:#fff;border-bottom:1px solid #e2e9f0;padding:24px 0}
.legal-header .container{display:flex;align-items:center;justify-content:space-between}
.legal-header img{height:60px;filter:brightness(.92) saturate(.94)}
.legal-header a{text-decoration:none;color:#0b2849;font-weight:800}
.legal-main{padding:54px 0 76px}
.legal-box{background:#fff;border-radius:22px;border:1px solid #e2e9f0;box-shadow:0 16px 38px rgba(16,43,76,.08);padding:38px}
.legal-box h1{font-size:38px;color:#092542;margin:0 0 24px}
.legal-box h2{margin-top:32px;color:#0b2849}
.legal-box p,.legal-box li{color:#405164}

@media(max-width:1000px){
  .cards,.process-grid{grid-template-columns:1fr 1fr}
  .five-grid,.contact-grid,.process-note{grid-template-columns:1fr}
  .reference-grid{grid-template-columns:1fr 1fr}
  .navlinks{display:none}
  .hero{min-height:720px}
  .topbar{padding:24px}
  .hero-content{padding-top:70px}
  .trust-strip{align-items:flex-start;flex-direction:column;width:100%;gap:18px}
  .trust-separator{display:none}
}
@media(max-width:620px){
  .container{width:min(100% - 28px,1180px)}
  .brand img{width:220px}
  .hero h1{font-size:40px}
  .lead{font-size:18px}
  .section{padding:62px 0}
  .cards,.process-grid,.reference-grid{grid-template-columns:1fr}
  .card{min-height:auto}
  .trust-item{font-size:16px}
  .trust-item.anniversary img{height:76px}
  .trust-item.certification img{height:58px}
  .five-image img{height:300px}
  .reference-card img{height:230px}
  .footer-inner{flex-direction:column;text-align:center}
  .footer a{margin:0 8px}
  .legal-box{padding:26px}
  .legal-header .container{gap:18px;align-items:flex-start;flex-direction:column}
}
