
:root{
  --bg:#070708;
  --bg-2:#0d0d0f;
  --panel:#111214;
  --panel-2:#151619;
  --text:#f7f7f7;
  --muted:#aaaeb4;
  --silver:#d4d6d9;
  --line:rgba(255,255,255,.105);
  --line-red:rgba(209,31,39,.35);
  --red:#d11f27;
  --red-2:#a90f16;
  --max:1220px;
  --radius:22px;
  --shadow:0 28px 90px rgba(0,0,0,.32);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--text);
  background:var(--bg);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button{font:inherit}
.container{width:min(calc(100% - 44px),var(--max));margin-inline:auto}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.eyebrow{
  color:#ef434a;
  font-size:.76rem;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.section-title{
  margin:.45rem 0 0;
  font-size:clamp(2.2rem,4vw,4.2rem);
  line-height:.98;
  letter-spacing:-.05em;
}
.section-copy{max-width:610px;color:var(--muted);margin:0}
.section-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);
  gap:50px;
  align-items:end;
  margin-bottom:40px;
}
.site-header{
  position:sticky;top:0;z-index:100;
  background:rgba(7,7,8,.82);
  border-bottom:1px solid var(--line);
  backdrop-filter:blur(18px) saturate(120%);
}
.nav{
  min-height:78px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}
.brand img{width:72px;height:72px;object-fit:cover;border-radius:10px}
.nav-links{display:flex;align-items:center;gap:27px;font-size:.91rem;font-weight:680}
.nav-links>a:not(.nav-cta){color:#dadcdf;position:relative}
.nav-links>a:not(.nav-cta):after{
  content:"";position:absolute;left:0;right:100%;bottom:-10px;height:2px;background:var(--red);transition:.2s ease;
}
.nav-links>a:hover:after,.nav-links>a.active:after{right:0}
.nav-links>a:hover,.nav-links>a.active{color:#fff}
.nav-cta{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:44px;padding:0 18px;border-radius:999px;
  background:linear-gradient(135deg,var(--red),#ed343c);
  color:#fff!important;font-weight:800;
  box-shadow:0 10px 30px rgba(209,31,39,.22);
}
.menu-btn{display:none;border:0;background:transparent;color:#fff;font-size:1.65rem;cursor:pointer}
.hero{
  min-height:720px;
  position:relative;
  display:grid;
  align-items:center;
  overflow:hidden;
  border-bottom:1px solid var(--line);
  background:#050506;
}
.hero-media{position:absolute;inset:0}
.hero-media img{width:100%;height:100%;object-fit:cover;object-position:68% center}
.hero-media:after{
  content:"";
  position:absolute;inset:0;
  background:
    linear-gradient(90deg,rgba(5,5,6,.98) 0%,rgba(5,5,6,.91) 32%,rgba(5,5,6,.64) 58%,rgba(5,5,6,.18) 100%),
    linear-gradient(0deg,rgba(5,5,6,.55),transparent 32%);
}
.hero-inner{position:relative;z-index:2;padding:92px 0 100px}
.hero-content{max-width:690px}
.hero h1{
  margin:.55rem 0 1.15rem;
  font-size:clamp(3.15rem,6.5vw,6.7rem);
  line-height:.91;
  letter-spacing:-.065em;
  text-wrap:balance;
}
.hero h1 span{color:#e52a32}
.hero p{
  margin:0 0 30px;
  max-width:625px;
  color:#d4d6da;
  font-size:clamp(1.05rem,1.4vw,1.22rem);
}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px}
.btn{
  min-height:52px;
  padding:0 22px;
  border-radius:999px;
  border:1px solid var(--line);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  font-weight:800;
  transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--red);border-color:var(--red);box-shadow:0 12px 34px rgba(209,31,39,.22)}
.btn-secondary{background:rgba(8,8,9,.52);border-color:rgba(255,255,255,.24)}
.btn-secondary:hover{background:rgba(255,255,255,.07)}
.quick-trust{
  border-bottom:1px solid var(--line);
  background:#0a0a0b;
}
.quick-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.quick-item{
  padding:22px 24px;
  border-right:1px solid var(--line);
  min-height:98px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.quick-item:last-child{border-right:0}
.quick-item strong{font-size:1rem}
.quick-item span{margin-top:3px;color:#94989e;font-size:.86rem}
section{padding:104px 0}
.services{background:linear-gradient(180deg,#09090a,#070708)}
.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}
.service-card{
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:linear-gradient(150deg,#141519,#0d0e10);
  box-shadow:var(--shadow);
  transition:transform .23s ease,border-color .23s ease;
}
.service-card:hover{transform:translateY(-5px);border-color:var(--line-red)}
.service-media{aspect-ratio:4/3;overflow:hidden;background:#0c0c0d}
.service-media img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.service-card:hover .service-media img{transform:scale(1.035)}
.service-body{padding:24px 23px 27px}
.service-body h3{margin:0 0 9px;font-size:1.27rem;letter-spacing:-.02em}
.service-body p{margin:0;color:var(--muted);font-size:.94rem}
.service-more{margin-top:26px;display:flex;justify-content:center}
.quality-section{padding-top:18px}
.editorial{
  display:grid;
  grid-template-columns:1.03fr .97fr;
  min-height:530px;
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:30px;
  background:var(--panel);
  box-shadow:var(--shadow);
}
.editorial-media{position:relative;min-height:430px}
.editorial-media img{width:100%;height:100%;object-fit:cover}
.editorial-copy{
  padding:58px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  background:
    radial-gradient(circle at 100% 0%,rgba(209,31,39,.13),transparent 16rem),
    #101113;
}
.editorial-copy h2{
  margin:.45rem 0 18px;
  font-size:clamp(2.35rem,4.5vw,4.4rem);
  line-height:.98;
  letter-spacing:-.052em;
}
.editorial-copy p{color:var(--muted);margin:0 0 25px;max-width:530px}
.checks{display:grid;grid-template-columns:1fr 1fr;gap:12px 20px;margin:0;padding:0;list-style:none}
.checks li{font-size:.92rem;color:#dddfe2;padding-left:18px;position:relative}
.checks li:before{content:"";position:absolute;left:0;top:.62em;width:7px;height:7px;border-radius:50%;background:var(--red)}
.studio-section{padding-top:20px}
.editorial.reverse{grid-template-columns:.88fr 1.12fr}
.editorial.reverse .editorial-copy{order:1}
.editorial.reverse .editorial-media{order:2}
.process{background:#09090a;border-top:1px solid rgba(255,255,255,.035);border-bottom:1px solid rgba(255,255,255,.035)}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-top:38px}
.process-card{
  padding:25px 24px;
  border:1px solid var(--line);
  border-radius:18px;
  background:#101113;
}
.process-card small{display:block;color:#e44349;text-transform:uppercase;letter-spacing:.12em;font-weight:800;margin-bottom:10px}
.process-card h3{margin:0 0 7px;font-size:1.13rem}
.process-card p{margin:0;color:var(--muted);font-size:.9rem}
.local-cta{padding:75px 0}
.cta-panel{
  display:grid;
  grid-template-columns:1fr auto;
  gap:35px;
  align-items:center;
  padding:42px 46px;
  border-radius:26px;
  border:1px solid var(--line);
  background:
    radial-gradient(circle at 88% 50%,rgba(209,31,39,.19),transparent 19rem),
    linear-gradient(145deg,#141519,#0d0e10);
}
.cta-panel h2{margin:0 0 8px;font-size:clamp(2rem,3.8vw,3.6rem);line-height:1;letter-spacing:-.045em}
.cta-panel p{margin:0;color:var(--muted)}
.cta-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.site-footer{border-top:1px solid var(--line);background:#050506;padding:42px 0}
.footer-grid{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center}
.footer-brand{display:flex;align-items:center;gap:15px}
.footer-brand img{width:58px;height:58px;object-fit:cover;border-radius:9px}
.footer-brand span{color:#8e9298;font-size:.86rem}
.footer-links{display:flex;gap:19px;flex-wrap:wrap;color:#a8abb0;font-size:.86rem}
.footer-links a:hover{color:#fff}
@media(max-width:1050px){
  .services-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:900px){
  .nav-links{
    display:none;position:absolute;top:78px;left:0;right:0;
    padding:22px;background:#09090a;border-bottom:1px solid var(--line);
    flex-direction:column;align-items:stretch;
  }
  .nav-links.open{display:flex}
  .menu-btn{display:block}
  .section-head{grid-template-columns:1fr;gap:18px}
  .quick-grid{grid-template-columns:1fr 1fr}
  .quick-item:nth-child(2){border-right:0}
  .editorial,.editorial.reverse{grid-template-columns:1fr}
  .editorial.reverse .editorial-copy,.editorial.reverse .editorial-media{order:initial}
  .process-grid{grid-template-columns:1fr 1fr}
  .cta-panel{grid-template-columns:1fr}
  .cta-actions{justify-content:flex-start}
}
@media(max-width:620px){
  .container{width:min(calc(100% - 28px),var(--max))}
  .brand img{width:60px;height:60px}
  .nav{min-height:68px}
  .nav-links{top:68px}
  .hero{min-height:660px}
  .hero-inner{padding:72px 0 82px}
  .hero-media img{object-position:62% center}
  .hero h1{font-size:3.4rem}
  .quick-grid{grid-template-columns:1fr}
  .quick-item{border-right:0;border-bottom:1px solid var(--line)}
  .quick-item:last-child{border-bottom:0}
  .services-grid{grid-template-columns:1fr}
  section{padding:78px 0}
  .editorial-copy{padding:34px 27px}
  .editorial-media{min-height:330px}
  .checks{grid-template-columns:1fr}
  .process-grid{grid-template-columns:1fr}
  .cta-panel{padding:32px 26px}
  .footer-grid{grid-template-columns:1fr}
}

/* ===== LEISTUNGEN PAGE V4 ===== */
.breadcrumbs{background:#09090a;border-bottom:1px solid var(--line)}
.breadcrumbs ol{margin:0;padding:13px 0;list-style:none;display:flex;align-items:center;gap:10px;color:#8f9399;font-size:.84rem}
.breadcrumbs li+li:before{content:"›";margin-right:10px;color:#61656b}
.breadcrumbs a:hover{color:#fff}
.leistungen-hero{position:relative;min-height:520px;display:grid;align-items:center;overflow:hidden;border-bottom:1px solid var(--line);background:#050506}
.leistungen-hero-media{position:absolute;inset:0}
.leistungen-hero-media img{width:100%;height:100%;object-fit:cover;object-position:70% center}
.leistungen-hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,5,6,.97) 0%,rgba(5,5,6,.90) 36%,rgba(5,5,6,.61) 62%,rgba(5,5,6,.22) 100%),linear-gradient(0deg,rgba(5,5,6,.50),transparent 40%)}
.leistungen-hero-inner{position:relative;z-index:2;padding:80px 0}
.leistungen-hero-content{max-width:730px}
.leistungen-hero h1{margin:.55rem 0 1rem;max-width:760px;font-size:clamp(3rem,5.5vw,5.4rem);line-height:.95;letter-spacing:-.058em}
.leistungen-hero p{max-width:690px;margin:0 0 28px;color:#d0d3d7;font-size:1.08rem}
.leistungen-intro{padding-bottom:45px}
.leistung-block{padding:34px 0}
.leistung-editorial{display:grid;grid-template-columns:1fr 1fr;min-height:500px;overflow:hidden;border:1px solid var(--line);border-radius:28px;background:#101113;box-shadow:var(--shadow)}
.leistung-editorial.reverse .leistung-media{order:2}
.leistung-editorial.reverse .leistung-copy{order:1}
.leistung-media{min-height:430px;background:#0b0b0c}
.leistung-media img{width:100%;height:100%;object-fit:cover}
.leistung-copy{padding:52px;display:flex;flex-direction:column;justify-content:center;background:radial-gradient(circle at 100% 0%,rgba(209,31,39,.10),transparent 16rem),#101113}
.leistung-copy h2{margin:.45rem 0 16px;font-size:clamp(2rem,3.7vw,3.55rem);line-height:1;letter-spacing:-.045em}
.leistung-copy>p{margin:0 0 22px;color:var(--muted);max-width:590px}
.service-list{display:grid;grid-template-columns:1fr 1fr;gap:9px 18px;margin:0 0 25px;padding:0;list-style:none}
.service-list li{color:#d9dbde;font-size:.9rem;position:relative;padding-left:17px}
.service-list li:before{content:"";position:absolute;left:0;top:.62em;width:6px;height:6px;border-radius:50%;background:var(--red)}
.text-link{display:inline-flex;align-items:center;gap:8px;align-self:flex-start;color:#fff;font-weight:800;border-bottom:1px solid rgba(209,31,39,.6);padding-bottom:3px}
.text-link:hover{color:#ef444c}
.mid-cta{padding:54px 0 28px}
.mid-cta.compact{padding-top:42px}
.mid-cta-panel{display:grid;grid-template-columns:1fr auto;align-items:center;gap:34px;padding:34px 38px;border:1px solid var(--line);border-radius:22px;background:radial-gradient(circle at 90% 50%,rgba(209,31,39,.15),transparent 18rem),#101113}
.mid-cta-panel h2{margin:.35rem 0 8px;font-size:clamp(1.8rem,3vw,2.8rem);line-height:1;letter-spacing:-.035em}
.mid-cta-panel p{margin:0;color:var(--muted);max-width:720px}
a:focus-visible,button:focus-visible{outline:3px solid #ef444c;outline-offset:3px;border-radius:6px}
@media(max-width:900px){
  .leistung-editorial{grid-template-columns:1fr}
  .leistung-editorial.reverse .leistung-media,.leistung-editorial.reverse .leistung-copy{order:initial}
  .leistung-media{min-height:360px}
  .leistung-copy{padding:38px 32px}
  .mid-cta-panel{grid-template-columns:1fr}
}
@media(max-width:620px){
  .leistungen-hero{min-height:560px}
  .leistungen-hero-inner{padding:64px 0 70px}
  .leistungen-hero h1{font-size:3.15rem}
  .leistungen-hero-media img{object-position:66% center}
  .leistung-block{padding:22px 0}
  .leistung-media{min-height:285px}
  .leistung-copy{padding:30px 25px}
  .service-list{grid-template-columns:1fr}
  .mid-cta-panel{padding:28px 24px}
}
