:root{--bg:#050505;--bg2:#0b0b0b;--surface:#111;--surface2:#171717;--gold:#d7a72f;--gold2:#f1c65a;--white:#fff;--text:#d5d5d5;--muted:#979797;--border:rgba(255,255,255,.1);--gb:rgba(215,167,47,.35);--radius:24px;--container:1240px}
*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;background:var(--bg);color:var(--white);line-height:1.6;overflow-x:hidden}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(calc(100% - 40px),var(--container));margin:auto}.section{padding:120px 0}.section-dark{background:var(--bg2);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.eyebrow{color:var(--gold2);font-size:.76rem;font-weight:800;letter-spacing:.2em;text-transform:uppercase;margin-bottom:18px}h1,h2,h3{line-height:1.08}h1{font-size:clamp(3.2rem,7vw,6.6rem);letter-spacing:-.055em}h2{font-size:clamp(2.3rem,4.5vw,4.6rem);letter-spacing:-.045em}h1 span,h2 span{display:block;background:linear-gradient(90deg,var(--gold2),var(--gold),#9d6a00);-webkit-background-clip:text;color:transparent}.site-header{position:fixed;inset:0 0 auto;z-index:1000;transition:.3s}.site-header.scrolled{background:rgba(5,5,5,.88);backdrop-filter:blur(18px);border-bottom:1px solid var(--border)}.nav-wrap{height:92px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand img{width:170px;height:58px;object-fit:contain}.main-nav{display:flex;align-items:center;gap:28px}.main-nav a{font-size:.9rem;font-weight:700;color:#d8d8d8}.main-nav a:hover{color:#fff}.nav-cta{padding:13px 20px;border:1px solid var(--gb);border-radius:999px;background:rgba(215,167,47,.08)}.menu-button{display:none;width:46px;height:46px;border:1px solid var(--border);border-radius:14px;background:#111}.menu-button span{display:block;width:20px;height:2px;background:#fff;margin:4px auto}.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding:150px 0 90px;overflow:hidden}.hero-grid{position:absolute;inset:0;opacity:.18;background-image:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:70px 70px;mask-image:linear-gradient(to bottom,#000,transparent 88%)}.hero-glow{position:absolute;width:520px;height:520px;border-radius:50%;filter:blur(120px)}.glow-a{left:-250px;top:8%;background:rgba(215,167,47,.2)}.glow-b{right:-250px;bottom:-120px;background:rgba(215,167,47,.13)}.hero-layout{position:relative;z-index:2;display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:70px}.hero-subtitle{font-size:clamp(1.15rem,2vw,1.5rem);font-weight:700;margin-top:26px}.hero-text{color:var(--text);font-size:1.08rem;max-width:720px;margin-top:14px}.hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin-top:34px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:56px;padding:0 26px;border:1px solid transparent;border-radius:999px;font-weight:800;cursor:pointer;transition:.25s}.button-primary{background:linear-gradient(135deg,var(--gold2),#aa7608);color:#050505;box-shadow:0 14px 40px rgba(215,167,47,.22)}.button-primary:hover{transform:translateY(-3px);box-shadow:0 18px 50px rgba(215,167,47,.35)}.button-secondary{border-color:var(--border);background:rgba(255,255,255,.04)}.button-secondary:hover{border-color:var(--gb);background:rgba(215,167,47,.08)}.benefits{display:flex;gap:24px;flex-wrap:wrap;margin-top:32px;color:var(--muted);font-size:.9rem}.benefits span:before{content:"✓";color:var(--gold2);font-weight:800;margin-right:8px}.hero-visual{position:relative;min-height:470px}.core,.orbit{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%}.core{width:240px;height:240px;border:1px solid var(--gb);display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(circle at 35% 30%,rgba(241,198,90,.2),transparent 45%),#0e0e0e;animation:pulse 4.5s ease-in-out infinite}.core strong{font-size:3.2rem;background:linear-gradient(135deg,var(--gold2),#9d6a00);-webkit-background-clip:text;color:transparent}.core small{font-size:.67rem;color:var(--muted);letter-spacing:.12em}.orbit{border:1px solid rgba(215,167,47,.22)}.orbit-one{width:370px;height:370px;animation:rot 22s linear infinite}.orbit-two{width:470px;height:470px;border-style:dashed;animation:rot2 30s linear infinite}.floating-card{position:absolute;width:220px;padding:20px;border:1px solid var(--border);border-radius:20px;background:rgba(17,17,17,.82);backdrop-filter:blur(18px);box-shadow:0 24px 80px rgba(0,0,0,.45)}.floating-card small{display:block;color:var(--gold2);font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.floating-card strong{font-size:.98rem}.card-a{top:35px;right:0;animation:float1 5s ease-in-out infinite}.card-b{left:0;bottom:30px;animation:float2 6s ease-in-out infinite}.scroll-down{position:absolute;bottom:24px;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:10px;color:var(--muted);font-size:.68rem;letter-spacing:.15em;text-transform:uppercase}.scroll-down span{width:1px;height:42px;background:linear-gradient(var(--gold),transparent)}.section-heading{max-width:900px;margin-bottom:58px}.section-heading.centered{text-align:center;margin-left:auto;margin-right:auto}.section-heading p:last-child{max-width:700px;color:var(--text);font-size:1.06rem;margin-top:22px}.section-heading.centered p:last-child{margin-left:auto;margin-right:auto}.card-grid{display:grid;gap:20px}.card-grid.four{grid-template-columns:repeat(4,1fr)}.card-grid.three{grid-template-columns:repeat(3,1fr)}.card,.service-card{position:relative;overflow:hidden;padding:32px;border:1px solid var(--border);border-radius:var(--radius);background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.018));transition:.3s}.card:hover,.service-card:hover{transform:translateY(-6px);border-color:var(--gb)}.card:before,.service-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background:linear-gradient(90deg,transparent,var(--gold2),transparent);opacity:0;transition:.3s}.card:hover:before,.service-card:hover:before{opacity:1}.card b,.service-card b{color:var(--gold2);font-size:.78rem;letter-spacing:.14em}.card h3,.service-card h3{font-size:1.23rem;margin:22px 0 14px}.card p,.service-card p{color:var(--muted);font-size:.95rem}.service-card ul{list-style:none;margin-top:22px;display:grid;gap:9px;color:#c8c8c8;font-size:.9rem}.service-card li:before{content:"•";color:var(--gold2);margin-right:9px}.featured{border-color:var(--gb);background:radial-gradient(circle at top right,rgba(241,198,90,.15),transparent 40%),linear-gradient(180deg,rgba(215,167,47,.08),rgba(255,255,255,.02))}.split{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:80px}.split p:not(.eyebrow){color:var(--text);font-size:1.04rem;margin-top:20px}.solution{background:linear-gradient(135deg,rgba(215,167,47,.08),transparent 35%),#070707}.steps-card{border:1px solid var(--gb);border-radius:30px;background:linear-gradient(180deg,rgba(215,167,47,.09),rgba(255,255,255,.025));overflow:hidden}.steps-card>div{display:grid;grid-template-columns:52px 1fr;column-gap:18px;padding:30px;border-bottom:1px solid var(--border)}.steps-card>div:last-child{border:0}.steps-card span{color:var(--gold2);font-weight:800}.steps-card h3{font-size:1.25rem}.steps-card p{grid-column:2;color:var(--muted)!important;margin-top:8px!important}.process-list{border-top:1px solid var(--border)}.process-item{display:grid;grid-template-columns:110px 1fr;gap:22px;padding:35px 0;border-bottom:1px solid var(--border)}.process-item>span{color:var(--gold2);font-size:1.25rem;font-weight:800}.process-item h3{font-size:1.45rem}.process-item p{color:var(--muted);max-width:700px}.brand-panel{min-height:500px;border:1px solid var(--gb);border-radius:34px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(circle,rgba(215,167,47,.18),transparent 45%),linear-gradient(145deg,#121212,#080808)}.brand-panel strong{font-size:clamp(5rem,12vw,9rem);letter-spacing:-.08em;background:linear-gradient(135deg,var(--gold2),#9d6a00);-webkit-background-clip:text;color:transparent}.brand-panel span{color:var(--gold2);font-size:.75rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.mission{padding:130px 0;text-align:center;border-block:1px solid var(--gb);background:radial-gradient(circle,rgba(215,167,47,.13),transparent 55%),#080808}.mission blockquote{max-width:1000px;margin:auto;font-size:clamp(2rem,4vw,4rem);font-weight:800;line-height:1.2;letter-spacing:-.04em}.career-banner{display:grid;grid-template-columns:1fr .7fr;gap:60px;padding:70px;border:1px solid var(--gb);border-radius:36px;background:radial-gradient(circle at 85% 20%,rgba(241,198,90,.18),transparent 30%),linear-gradient(145deg,#111,#070707)}.career-banner p{color:var(--text);max-width:700px;margin-top:20px}.chips{display:flex;gap:12px;flex-wrap:wrap;margin:28px 0 34px}.chips span{padding:10px 14px;border:1px solid var(--border);border-radius:999px;color:#d0d0d0;font-size:.84rem}.career-slogan{display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--gold2);font-size:1.25rem;font-weight:800;text-transform:uppercase}.career-slogan strong{font-size:4rem}.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}.contact-layout>div>p:not(.eyebrow){color:var(--text);font-size:1.04rem;margin-top:22px}.contact-data{display:grid;gap:18px;margin-top:36px}.contact-data div{padding:18px 0;border-bottom:1px solid var(--border)}.contact-data small{display:block;color:var(--gold2);font-size:.7rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.contact-data a,.contact-data span{font-weight:700}.contact-form{padding:36px;border:1px solid var(--border);border-radius:28px;background:rgba(255,255,255,.035)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.contact-form label{display:grid;gap:8px;margin-bottom:18px;font-size:.86rem;font-weight:700}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid var(--border);border-radius:14px;background:#0c0c0c;color:#fff;outline:none}.contact-form input,.contact-form select{height:52px;padding:0 16px}.contact-form textarea{padding:15px 16px;resize:vertical}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(215,167,47,.1)}.privacy{grid-template-columns:20px 1fr!important;color:var(--muted);font-size:.76rem!important}.privacy input{height:auto;accent-color:var(--gold)}.full{width:100%}.form-status{text-align:center;color:var(--gold2);font-size:.85rem;margin-top:12px}.footer{padding:80px 0 28px;background:#030303;border-top:1px solid var(--border)}.footer-grid{display:grid;grid-template-columns:1.1fr repeat(3,1fr);gap:50px;padding-bottom:55px}.footer img{width:250px}.footer-grid>div{display:flex;flex-direction:column;gap:10px}.footer h3{color:var(--gold2);font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px}.footer p,.footer a{color:var(--muted);font-size:.88rem}.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:24px;border-top:1px solid var(--border);color:#777;font-size:.78rem}.reveal{opacity:0;transform:translateY(35px);transition:opacity .8s ease,transform .8s ease}.reveal.visible{opacity:1;transform:none}.delay{transition-delay:.18s}@keyframes pulse{50%{box-shadow:inset 0 0 70px rgba(215,167,47,.14),0 0 130px rgba(215,167,47,.22)}}@keyframes rot{to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes rot2{to{transform:translate(-50%,-50%) rotate(-360deg)}}@keyframes float1{50%{transform:translateY(-12px)}}@keyframes float2{50%{transform:translateY(12px)}}@media(max-width:1050px){.hero-layout,.split,.contact-layout{grid-template-columns:1fr}.card-grid.four,.card-grid.three{grid-template-columns:repeat(2,1fr)}.career-banner{grid-template-columns:1fr}.hero-visual{min-height:500px}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:820px){.nav-wrap{height:76px}.brand img{width:145px}.menu-button{display:block}.main-nav{display:none;position:absolute;top:76px;left:20px;right:20px;flex-direction:column;align-items:stretch;padding:22px;border:1px solid var(--border);border-radius:20px;background:rgba(5,5,5,.98)}.main-nav.open{display:flex}.hero{padding-top:120px}.card-grid.four,.card-grid.three{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.career-banner{padding:42px 28px}}@media(max-width:600px){.container{width:min(calc(100% - 28px),var(--container))}.section{padding:86px 0}.hero-actions{flex-direction:column}.button{width:100%}.benefits{flex-direction:column;gap:10px}.hero-visual{min-height:410px}.core{width:190px;height:190px}.orbit-one{width:280px;height:280px}.orbit-two{width:360px;height:360px}.floating-card{width:190px}.form-grid{grid-template-columns:1fr}.process-item{grid-template-columns:1fr}.contact-form{padding:24px}.career-banner{padding:34px 20px}.footer-bottom{flex-direction:column}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}
/* Premium-Erweiterungen V2 */
.site-header::after{
  content:"";
  position:absolute;
  left:50%;
  bottom:0;
  width:min(92%,1180px);
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(215,167,47,.35),transparent);
  transform:translateX(-50%);
  opacity:.45;
}
.brand img{
  width:190px;
  filter:drop-shadow(0 0 18px rgba(215,167,47,.08));
}
.main-nav a{
  position:relative;
}
.main-nav a:not(.nav-cta)::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-7px;
  height:1px;
  background:linear-gradient(90deg,transparent,var(--gold2),transparent);
  transform:scaleX(0);
  transition:transform .25s ease;
}
.main-nav a:not(.nav-cta):hover::after{
  transform:scaleX(1);
}
.micro-proof{
  max-width:720px;
  margin-top:20px;
  color:#bdbdbd;
  font-size:.92rem;
}
.trust-strip{
  position:relative;
  z-index:5;
  border-top:1px solid var(--border);
  border-bottom:1px solid var(--border);
  background:linear-gradient(180deg,#090909,#060606);
}
.trust-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
}
.trust-grid>div{
  display:flex;
  flex-direction:column;
  gap:5px;
  padding:26px 34px;
  border-right:1px solid var(--border);
}
.trust-grid>div:last-child{border-right:0}
.trust-grid strong{
  color:var(--gold2);
  font-size:1.08rem;
}
.trust-grid span{
  color:var(--muted);
  font-size:.86rem;
}
.hero-copy::before{
  content:"";
  position:absolute;
  width:220px;
  height:220px;
  left:-110px;
  top:28%;
  border-radius:50%;
  background:rgba(215,167,47,.08);
  filter:blur(80px);
  pointer-events:none;
}
.hero-copy{position:relative}
.stagger:nth-child(2){transition-delay:.08s}
.stagger:nth-child(3){transition-delay:.16s}
.stagger:nth-child(4){transition-delay:.24s}
.stagger:nth-child(5){transition-delay:.32s}
.stagger:nth-child(6){transition-delay:.4s}
@media(max-width:820px){
  .trust-grid{grid-template-columns:1fr}
  .trust-grid>div{border-right:0;border-bottom:1px solid var(--border);padding:20px 0}
  .trust-grid>div:last-child{border-bottom:0}
  .brand img{width:155px}
}

.hero::after{
  content:"";
  position:absolute;
  left:var(--mouse-x,70%);
  top:var(--mouse-y,45%);
  width:260px;
  height:260px;
  border-radius:50%;
  background:rgba(215,167,47,.055);
  filter:blur(70px);
  transform:translate(-50%,-50%);
  pointer-events:none;
  transition:left .08s linear,top .08s linear;
}

/* Premium-Ausbau V3 */
:root{
  --gold:#d6a238;
  --gold2:#f3cb6a;
  --gold3:#8e6515;
}
body{
  background:
    radial-gradient(circle at 12% 8%,rgba(214,162,56,.08),transparent 24%),
    linear-gradient(180deg,#040404 0%,#070707 100%);
}
.brand img{width:215px}
.hero{isolation:isolate}
.hero h1{max-width:900px}
.hero-subtitle{max-width:780px}
.hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:
    linear-gradient(115deg,rgba(214,162,56,.035),transparent 38%),
    radial-gradient(circle at 76% 42%,rgba(214,162,56,.05),transparent 25%);
}
.button{
  position:relative;
  overflow:hidden;
}
.button::after{
  content:"";
  position:absolute;
  top:-50%;
  left:-80%;
  width:45%;
  height:200%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.35),transparent);
  transform:rotate(18deg);
  transition:left .55s ease;
}
.button:hover::after{left:140%}
.button:hover{scale:1.015}
.floating-card{
  display:flex;
  align-items:center;
  gap:14px;
}
.mini-icon{
  width:42px;
  height:42px;
  flex:0 0 42px;
  display:grid;
  place-items:center;
  border-radius:13px;
  border:1px solid var(--gb);
  background:rgba(214,162,56,.08);
}
.mini-icon svg{
  width:22px;
  height:22px;
  fill:none;
  stroke:var(--gold2);
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.proof-section{
  background:
    radial-gradient(circle at center,rgba(214,162,56,.08),transparent 52%),
    #070707;
  border-block:1px solid var(--border);
}
.proof-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.proof-card{
  min-height:220px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:30px;
  border:1px solid var(--border);
  border-radius:28px;
  background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.015));
}
.proof-card strong{
  font-size:clamp(3rem,7vw,6rem);
  line-height:1;
  color:var(--gold2);
}
.proof-card span{
  max-width:240px;
  margin-top:16px;
  color:var(--muted);
}
.faq-list{
  display:grid;
  gap:14px;
}
.faq-list details{
  border:1px solid var(--border);
  border-radius:18px;
  background:rgba(255,255,255,.025);
  overflow:hidden;
}
.faq-list summary{
  cursor:pointer;
  list-style:none;
  padding:22px 24px;
  font-weight:800;
  position:relative;
}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary::after{
  content:"+";
  position:absolute;
  right:24px;
  top:50%;
  transform:translateY(-50%);
  color:var(--gold2);
  font-size:1.4rem;
}
.faq-list details[open] summary::after{content:"−"}
.faq-list details p{
  padding:0 24px 22px;
  color:var(--muted);
}
.card,.service-card,.proof-card,.steps-card,.contact-form,.career-banner,.brand-panel{
  box-shadow:0 20px 70px rgba(0,0,0,.28);
}
@media(max-width:820px){
  .brand img{width:170px}
  .proof-grid{grid-template-columns:1fr}
}

/* Premium-Ausbau V4 */
.brand img{
  width:255px;
  height:66px;
}
.nav-wrap{height:96px}
.main-nav{gap:24px}
.hero-subtitle{
  max-width:760px;
  font-size:clamp(1.2rem,2vw,1.55rem);
}
.partner-strip{
  border-bottom:1px solid var(--border);
  background:#060606;
}
.partner-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
}
.partner-grid article{
  display:flex;
  gap:16px;
  padding:28px 24px;
  border-right:1px solid var(--border);
}
.partner-grid article:last-child{border-right:0}
.partner-icon{
  width:42px;
  height:42px;
  flex:0 0 42px;
  display:grid;
  place-items:center;
  border:1px solid var(--gb);
  border-radius:13px;
  color:var(--gold2);
  background:rgba(214,162,56,.07);
  font-weight:800;
  font-size:.76rem;
}
.partner-grid h3{font-size:1rem;margin-bottom:5px}
.partner-grid p{color:var(--muted);font-size:.84rem}
.loss-intro{
  max-width:900px;
  margin:-18px auto 42px;
  text-align:center;
}
.loss-intro p{
  color:#cfcfcf;
  font-size:clamp(1.15rem,2vw,1.45rem);
}
.loss-intro strong{
  display:inline-block;
  margin-top:12px;
  color:var(--gold2);
  font-size:1.12rem;
}
.outcome-section{
  background:
    radial-gradient(circle at center,rgba(214,162,56,.08),transparent 50%),
    #070707;
  border-block:1px solid var(--border);
}
.outcome-flow{
  display:grid;
  grid-template-columns:1fr auto 1fr auto 1fr auto 1fr auto 1fr;
  gap:14px;
  align-items:center;
}
.outcome-step{
  min-height:190px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:24px;
  border:1px solid var(--border);
  border-radius:24px;
  background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.015));
  text-align:center;
}
.outcome-step span{
  color:var(--gold2);
  font-size:.75rem;
  font-weight:800;
  letter-spacing:.12em;
}
.outcome-step strong{
  margin-top:10px;
  font-size:1.08rem;
}
.outcome-step p{
  margin-top:8px;
  color:var(--muted);
  font-size:.85rem;
}
.outcome-arrow{
  color:var(--gold2);
  font-size:1.6rem;
}
.footer-grid a[href*="wa.me"]{
  color:var(--gold2);
}
@media(max-width:1050px){
  .partner-grid{grid-template-columns:repeat(2,1fr)}
  .partner-grid article:nth-child(2){border-right:0}
  .partner-grid article:nth-child(-n+2){border-bottom:1px solid var(--border)}
  .outcome-flow{grid-template-columns:1fr}
  .outcome-arrow{transform:rotate(90deg);text-align:center}
}
@media(max-width:820px){
  .brand img{width:190px;height:58px}
  .partner-grid{grid-template-columns:1fr}
  .partner-grid article{border-right:0;border-bottom:1px solid var(--border)}
  .partner-grid article:last-child{border-bottom:0}
}

.orbit-one{animation-duration:28s}
.orbit-two{animation-duration:38s}
.core{animation-duration:5.5s}

.main-nav a.active:not(.nav-cta){color:var(--gold2)}
.main-nav a.active:not(.nav-cta)::after{transform:scaleX(1)}

/* VERSION 6 – stabiler Premium-Header */
.site-header .container.nav-wrap{
  width:min(calc(100% - 40px),1320px);
  min-height:96px;
  height:96px;
  padding:0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
}

.site-header .brand{
  display:flex;
  align-items:center;
  flex:0 0 auto;
  overflow:visible;
}

.site-header .brand img{
  display:block;
  width:360px !important;
  height:auto !important;
  max-width:32vw !important;
  max-height:76px !important;
  object-fit:contain !important;
  object-position:left center !important;
  filter:none !important;
}

.site-header .main-nav{
  margin-left:auto;
  flex:0 1 auto;
}

.footer img{
  width:340px !important;
  max-width:100% !important;
  height:auto !important;
  object-fit:contain !important;
}

.hero{
  padding-top:150px;
}

@media (max-width:1180px) and (min-width:821px){
  .site-header .brand img{
    width:300px !important;
    max-width:28vw !important;
  }
  .site-header .main-nav{
    gap:16px;
  }
  .site-header .main-nav a{
    font-size:.82rem;
  }
  .nav-cta{
    padding:11px 15px;
  }
}

@media (max-width:820px){
  .site-header .container.nav-wrap{
    min-height:86px;
    height:86px;
  }
  .site-header .brand img{
    width:285px !important;
    max-width:72vw !important;
    max-height:62px !important;
  }
  .main-nav{
    top:86px !important;
  }
  .hero{
    padding-top:120px;
  }
}

@media (max-width:520px){
  .site-header .brand img{
    width:240px !important;
    max-width:68vw !important;
  }
}

/* verhindert Layout-Sprünge und Überlagerungen */
.site-header{
  overflow:visible;
}
.hero-copy,
.hero-visual{
  min-width:0;
}

/* VERSION 7 – kompakter, ohne Qualitätsverlust */

/* Grundabstände */
.section{
  padding:78px 0 !important;
}

.section-heading{
  margin-bottom:38px !important;
}

.section-heading p:last-child{
  margin-top:16px !important;
}

.eyebrow{
  margin-bottom:12px !important;
}

/* Hero deutlich kompakter */
.hero{
  min-height:82vh !important;
  padding-top:126px !important;
  padding-bottom:56px !important;
}

.hero-layout{
  gap:48px !important;
}

.hero h1{
  font-size:clamp(3rem,6.2vw,5.8rem) !important;
}

.hero-subtitle{
  margin-top:18px !important;
  font-size:clamp(1.08rem,1.7vw,1.35rem) !important;
}

.hero-text{
  margin-top:10px !important;
  font-size:1rem !important;
}

.hero-actions{
  margin-top:24px !important;
}

.benefits{
  margin-top:20px !important;
  gap:18px !important;
}

.micro-proof{
  margin-top:14px !important;
}

.hero-visual{
  min-height:390px !important;
}

.core{
  width:205px !important;
  height:205px !important;
}

.orbit-one{
  width:315px !important;
  height:315px !important;
}

.orbit-two{
  width:400px !important;
  height:400px !important;
}

.floating-card{
  width:205px !important;
  padding:16px !important;
}

.card-a{
  top:24px !important;
}

.card-b{
  bottom:18px !important;
}

/* Vertrauensleisten kompakter */
.trust-grid > div{
  padding:18px 24px !important;
}

.partner-grid article{
  padding:20px 18px !important;
}

.partner-grid p{
  line-height:1.45 !important;
}

/* Karten kompakter */
.card,
.service-card{
  padding:24px !important;
}

.card h3,
.service-card h3{
  margin:16px 0 10px !important;
}

.card p,
.service-card p{
  line-height:1.52 !important;
}

.service-card ul{
  margin-top:16px !important;
  gap:7px !important;
}

.card-grid{
  gap:15px !important;
}

/* Lösungs- und About-Bereiche */
.split{
  gap:54px !important;
}

.split p:not(.eyebrow){
  margin-top:14px !important;
}

.steps-card > div{
  padding:22px !important;
}

.brand-panel{
  min-height:380px !important;
}

/* Ablauf kompakter */
.process-item{
  padding:22px 0 !important;
}

.process-item h3{
  font-size:1.28rem !important;
}

.outcome-step{
  min-height:150px !important;
  padding:18px !important;
}

.outcome-flow{
  gap:10px !important;
}

/* Mission und Karriere */
.mission{
  padding:82px 0 !important;
}

.mission blockquote{
  font-size:clamp(1.8rem,3.2vw,3.2rem) !important;
}

.career-banner{
  padding:46px !important;
  gap:38px !important;
}

.chips{
  margin:20px 0 26px !important;
}

/* Kennzahlen */
.proof-card{
  min-height:170px !important;
  padding:22px !important;
}

.proof-card strong{
  font-size:clamp(2.6rem,5vw,4.8rem) !important;
}

/* Kontakt */
.contact-layout{
  gap:54px !important;
}

.contact-data{
  margin-top:26px !important;
  gap:10px !important;
}

.contact-data div{
  padding:12px 0 !important;
}

.contact-form{
  padding:28px !important;
}

.contact-form label{
  margin-bottom:13px !important;
}

.form-grid{
  gap:13px !important;
}

/* FAQ und Footer */
.faq-list{
  gap:10px !important;
}

.faq-list summary{
  padding:17px 20px !important;
}

.faq-list details p{
  padding:0 20px 17px !important;
}

.footer{
  padding:55px 0 22px !important;
}

.footer-grid{
  gap:34px !important;
  padding-bottom:36px !important;
}

/* Desktop: Leistungen etwas dichter */
@media (min-width:1051px){
  .services-grid,
  .card-grid.three{
    grid-template-columns:repeat(3,1fr) !important;
  }
}

/* Tablet */
@media (max-width:1050px){
  .hero{
    min-height:auto !important;
  }

  .hero-visual{
    min-height:420px !important;
  }

  .section{
    padding:68px 0 !important;
  }
}

/* Smartphone */
@media (max-width:600px){
  .section{
    padding:58px 0 !important;
  }

  .hero{
    padding-top:108px !important;
    padding-bottom:54px !important;
  }

  .hero h1{
    font-size:clamp(2.7rem,13vw,4.1rem) !important;
  }

  .hero-visual{
    min-height:350px !important;
  }

  .core{
    width:170px !important;
    height:170px !important;
  }

  .orbit-one{
    width:250px !important;
    height:250px !important;
  }

  .orbit-two{
    width:320px !important;
    height:320px !important;
  }

  .floating-card{
    width:175px !important;
    padding:13px !important;
  }

  .career-banner{
    padding:28px 18px !important;
  }

  .contact-form{
    padding:20px !important;
  }

  .footer{
    padding-top:42px !important;
  }
}

/* VERSION 8 – Funktionen und Bedienbarkeit */
.noscript{
  position:fixed;
  inset:0 0 auto;
  z-index:9999;
  padding:12px 20px;
  background:#8d1c1c;
  color:#fff;
  text-align:center;
  font-weight:700;
}

.form-actions{
  display:grid;
  gap:12px;
}

.button-whatsapp{
  border-color:rgba(58,190,92,.45);
  background:rgba(58,190,92,.08);
  color:#dfffe7;
}

.button-whatsapp:hover{
  border-color:#42c96a;
  background:rgba(58,190,92,.15);
  transform:translateY(-2px);
}

.form-status{
  min-height:24px;
  margin-top:12px;
  text-align:center;
  font-size:.84rem;
}

.form-status.success{color:#7edc99}
.form-status.error{color:#ff9d9d}

.back-to-top{
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:900;
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border:1px solid var(--gb);
  border-radius:50%;
  background:rgba(8,8,8,.88);
  color:var(--gold2);
  font-size:1.25rem;
  opacity:0;
  pointer-events:none;
  transform:translateY(12px);
  transition:opacity .25s ease,transform .25s ease,background .25s ease;
  backdrop-filter:blur(14px);
  cursor:pointer;
}

.back-to-top.visible{
  opacity:1;
  pointer-events:auto;
  transform:translateY(0);
}

.back-to-top:hover{
  background:rgba(214,162,56,.14);
}

.contact-form input:invalid:not(:placeholder-shown),
.contact-form textarea:invalid:not(:placeholder-shown){
  border-color:#a24c4c;
}

.main-nav.open{
  animation:menuOpen .18s ease-out;
}

@keyframes menuOpen{
  from{opacity:0;transform:translateY(-8px)}
  to{opacity:1;transform:translateY(0)}
}

@media(max-width:600px){
  .back-to-top{
    right:14px;
    bottom:14px;
    width:44px;
    height:44px;
  }
}


/* PHASE 3 – SEO, Stabilität und Zugänglichkeit */
.challenge-title{
  width:100%;
  max-width:1180px;
  margin:0 auto;
  font-size:clamp(2.7rem,4.7vw,4.9rem)!important;
  line-height:1.06;
  letter-spacing:-.045em;
  text-align:center;
  text-wrap:balance;
}

.challenge-title span{
  display:inline!important;
  white-space:normal;
}

.form-honeypot{
  position:absolute!important;
  left:-9999px!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
}

.privacy a{
  color:var(--gold2);
  text-decoration:underline;
  text-underline-offset:3px;
}

.button:disabled{
  cursor:wait;
  opacity:.7;
  transform:none!important;
}

.form-status.success{
  color:#7edc99;
}

.form-status.error{
  color:#ff9d9d;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible{
  outline:3px solid rgba(243,203,106,.85);
  outline-offset:4px;
}

@media(max-width:900px){
  .challenge-title{
    max-width:760px;
    font-size:clamp(2.45rem,7vw,4rem)!important;
  }

  .challenge-title span{
    display:block!important;
    margin-top:4px;
  }
}

@media(max-width:600px){
  .challenge-title{
    font-size:clamp(2.1rem,10.5vw,3.2rem)!important;
    line-height:1.08;
  }
}


/* LANDINGPAGES – klarer Konzernauftritt ohne visuelle Überladung */
.landing-page{
  background:#050505;
  color:#f5f5f5;
}

.landing-header{
  position:sticky;
  top:0;
  z-index:50;
  border-bottom:1px solid rgba(255,255,255,.08);
  background:rgba(5,5,5,.94);
  backdrop-filter:blur(14px);
}

.landing-header .nav-wrap{
  min-height:82px;
}

.landing-nav{
  display:flex;
  align-items:center;
  gap:28px;
}

.landing-nav a{
  color:#d3d3d3;
  font-size:.92rem;
  font-weight:700;
}

.landing-nav a:hover{
  color:#f3cb6a;
}

.landing-hero{
  padding:110px 0 86px;
  border-bottom:1px solid rgba(255,255,255,.08);
  background:
    radial-gradient(circle at 18% 12%,rgba(213,155,16,.14),transparent 34%),
    linear-gradient(180deg,#080806,#050505);
}

.landing-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);
  gap:72px;
  align-items:center;
}

.landing-hero h1{
  max-width:980px;
  margin:18px 0 24px;
  font-size:clamp(3.1rem,6.4vw,6.7rem);
  line-height:.98;
  letter-spacing:-.055em;
}

.landing-hero h1 span{
  display:block;
  color:#e1ad31;
}

.landing-lead{
  max-width:760px;
  color:#c8c8c8;
  font-size:clamp(1.05rem,1.6vw,1.28rem);
  line-height:1.7;
}

.landing-summary{
  padding:30px;
  border:1px solid rgba(213,155,16,.38);
  border-radius:24px;
  background:linear-gradient(145deg,rgba(213,155,16,.08),rgba(255,255,255,.02));
}

.landing-summary h2{
  margin:0 0 20px;
  font-size:1.15rem;
}

.landing-summary ul{
  display:grid;
  gap:14px;
  margin:0;
  padding:0;
  list-style:none;
}

.landing-summary li{
  display:flex;
  gap:12px;
  color:#d5d5d5;
  line-height:1.5;
}

.landing-summary li::before{
  content:"✓";
  color:#e1ad31;
  font-weight:900;
}

.landing-section{
  padding:94px 0;
  border-bottom:1px solid rgba(255,255,255,.07);
}

.landing-section.alt{
  background:#090909;
}

.landing-heading{
  max-width:880px;
  margin-bottom:44px;
}

.landing-heading h2{
  margin:12px 0 16px;
  font-size:clamp(2.3rem,4.5vw,4.4rem);
  line-height:1.05;
  letter-spacing:-.045em;
}

.landing-heading p{
  max-width:760px;
  color:#aaa;
  font-size:1.06rem;
  line-height:1.7;
}

.landing-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.landing-card{
  min-height:100%;
  padding:28px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:20px;
  background:linear-gradient(145deg,rgba(255,255,255,.035),rgba(255,255,255,.012));
}

.landing-card b{
  display:block;
  margin-bottom:28px;
  color:#e1ad31;
  font-size:.8rem;
  letter-spacing:.16em;
}

.landing-card h3{
  margin:0 0 12px;
  font-size:1.25rem;
}

.landing-card p{
  margin:0;
  color:#aaa;
  line-height:1.65;
}

.landing-process{
  display:grid;
  gap:0;
  border-top:1px solid rgba(255,255,255,.1);
}

.landing-process article{
  display:grid;
  grid-template-columns:80px minmax(0,1fr);
  gap:24px;
  padding:28px 0;
  border-bottom:1px solid rgba(255,255,255,.1);
}

.landing-process span{
  color:#e1ad31;
  font-weight:800;
}

.landing-process h3{
  margin:0 0 8px;
  font-size:1.25rem;
}

.landing-process p{
  margin:0;
  color:#aaa;
  line-height:1.65;
}

.landing-copy{
  max-width:900px;
}

.landing-copy h2{
  margin:0 0 24px;
  font-size:clamp(2.2rem,4vw,4rem);
  line-height:1.08;
}

.landing-copy h3{
  margin:36px 0 12px;
  font-size:1.4rem;
}

.landing-copy p{
  color:#b6b6b6;
  line-height:1.8;
}

.landing-faq{
  display:grid;
  gap:12px;
  max-width:900px;
}

.landing-faq details{
  padding:20px 22px;
  border:1px solid rgba(255,255,255,.1);
  border-radius:16px;
  background:#0c0c0c;
}

.landing-faq summary{
  cursor:pointer;
  font-weight:800;
}

.landing-faq p{
  color:#aaa;
  line-height:1.7;
}

.landing-cta{
  padding:88px 0;
  text-align:center;
  background:
    radial-gradient(circle at center,rgba(213,155,16,.14),transparent 44%),
    #080806;
}

.landing-cta h2{
  max-width:900px;
  margin:0 auto 18px;
  font-size:clamp(2.4rem,5vw,4.8rem);
  line-height:1.04;
}

.landing-cta p{
  max-width:700px;
  margin:0 auto 30px;
  color:#aaa;
  line-height:1.7;
}

.landing-footer{
  padding:36px 0;
  border-top:1px solid rgba(255,255,255,.08);
  color:#969696;
}

.landing-footer-row{
  display:flex;
  justify-content:space-between;
  gap:24px;
  align-items:center;
}

.landing-footer-links{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
}

.landing-footer a{
  color:#bdbdbd;
}

.service-card h3 a{
  color:inherit;
}

.service-card h3 a:hover{
  color:#e1ad31;
}

@media(max-width:900px){
  .landing-hero-grid,
  .landing-grid{
    grid-template-columns:1fr;
  }

  .landing-nav a:not(.nav-cta){
    display:none;
  }

  .landing-hero{
    padding-top:76px;
  }
}

@media(max-width:600px){
  .landing-header .brand img{
    max-width:220px;
  }

  .landing-section{
    padding:72px 0;
  }

  .landing-process article{
    grid-template-columns:48px minmax(0,1fr);
  }

  .landing-footer-row{
    align-items:flex-start;
    flex-direction:column;
  }
}


/* PREMIUM LANDINGPAGES V3 */
.premium-hero{
  position:relative;
  overflow:hidden;
  padding:88px 0 42px;
  border-bottom:1px solid rgba(255,255,255,.08);
  background:
    radial-gradient(circle at 18% 20%,rgba(209,153,22,.18),transparent 34%),
    radial-gradient(circle at 82% 35%,rgba(209,153,22,.10),transparent 28%),
    linear-gradient(180deg,#080907 0%,#050505 100%);
}

.premium-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);
  background-size:44px 44px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.55),transparent 84%);
  pointer-events:none;
}

.premium-hero-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);
  gap:80px;
  align-items:center;
  min-height:620px;
}

.premium-copy{
  max-width:820px;
}

.premium-copy h1{
  margin:18px 0 26px;
  font-size:clamp(3.55rem,5.8vw,6.7rem);
  line-height:1.02;
  letter-spacing:-.052em;
  text-wrap:balance;
}

.premium-copy h1 span{
  display:block;
  margin-top:14px;
  color:#e1ad31;
  line-height:1.06;
  padding-bottom:.05em;
}

.premium-lead{
  max-width:760px;
  margin:0;
  color:#c7c7c7;
  font-size:clamp(1.05rem,1.35vw,1.28rem);
  line-height:1.75;
}

.premium-copy .hero-actions{
  margin-top:30px;
}

.premium-art{
  position:relative;
  min-height:520px;
  display:grid;
  place-items:center;
  isolation:isolate;
}

.art-halo{
  position:absolute;
  width:440px;
  height:440px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(216,163,36,.20),rgba(216,163,36,.06) 42%,transparent 70%);
  filter:blur(2px);
  z-index:-2;
}

.art-platform{
  position:absolute;
  bottom:32px;
  width:440px;
  height:86px;
  border-radius:50%;
  border:1px solid rgba(224,173,49,.38);
  background:radial-gradient(ellipse at center,rgba(216,163,36,.22),rgba(0,0,0,.8) 68%);
  box-shadow:0 25px 55px rgba(0,0,0,.55);
  transform:perspective(600px) rotateX(63deg);
}

.phone-device{
  position:absolute;
  left:18%;
  top:8%;
  width:205px;
  height:410px;
  border:2px solid rgba(255,255,255,.22);
  border-radius:34px;
  background:linear-gradient(165deg,#131313,#050505);
  box-shadow:0 30px 90px rgba(0,0,0,.65),inset 0 0 0 5px #090909;
  transform:rotate(8deg);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:18px;
  z-index:3;
}

.phone-device .speaker{
  position:absolute;
  top:15px;
  width:68px;
  height:7px;
  border-radius:10px;
  background:#010101;
}

.phone-device small{color:#f6f6f6;font-weight:800}
.phone-device strong{color:#9d9d9d;font-size:.9rem}
.phone-device b{
  display:grid;
  place-items:center;
  width:44px;height:44px;
  border-radius:50%;
  border:1px solid #d6a52f;
  color:#d6a52f;
  font-size:1.2rem;
}
.voice-line{
  display:block;
  width:120px;
  height:38px;
  background:
    linear-gradient(90deg,transparent,rgba(225,173,49,.92),transparent);
  mask:radial-gradient(ellipse at center,#000 25%,transparent 28%) 0 50%/18px 34px repeat-x;
}

.gold-letter{
  position:absolute;
  right:4%;
  top:27%;
  font-size:260px;
  font-weight:900;
  line-height:1;
  color:#c98d12;
  text-shadow:
    -10px 10px 0 #8c5c00,
    0 0 40px rgba(221,165,32,.22);
  transform:rotate(-4deg);
  z-index:2;
}

.chat-device{
  width:340px;
  min-height:430px;
  padding:28px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:32px;
  background:linear-gradient(160deg,#13171a,#070808);
  box-shadow:0 32px 90px rgba(0,0,0,.62);
  transform:rotate(4deg);
  display:flex;
  flex-direction:column;
  gap:14px;
}
.chat-device>strong{font-size:1.4rem;margin-bottom:10px}
.bubble,.chat-chip,.chat-input{
  display:block;
  padding:14px 16px;
  border-radius:14px;
}
.bubble{background:#20252a;color:#fff}
.chat-chip{background:#0c0e10;border:1px solid rgba(255,255,255,.09);color:#c5c5c5}
.chat-input{margin-top:auto;border:1px solid rgba(255,255,255,.1);color:#747474}

.art-process .process-core{
  width:110px;height:110px;
  display:grid;place-items:center;
  border:1px solid #e1ad31;
  background:linear-gradient(145deg,#2b2007,#0a0905);
  color:#e1ad31;
  font-size:3rem;font-weight:900;
  box-shadow:0 0 50px rgba(225,173,49,.22);
  transform:rotate(45deg);
}
.art-process .process-core::first-letter{transform:rotate(-45deg)}
.cube{
  position:absolute;
  width:72px;height:72px;
  border:1px solid rgba(225,173,49,.45);
  background:linear-gradient(145deg,rgba(225,173,49,.12),rgba(255,255,255,.02));
  transform:rotate(45deg);
  box-shadow:0 0 24px rgba(225,173,49,.10);
}
.c1{left:14%;top:20%}.c2{right:14%;top:20%}.c3{left:12%;bottom:18%}
.c4{right:12%;bottom:18%}.c5{left:42%;top:5%}.c6{left:43%;bottom:4%}
.connector{
  position:absolute;
  width:160px;height:1px;background:rgba(225,173,49,.45)
}
.cn1{transform:rotate(30deg)}.cn2{transform:rotate(-30deg)}.cn3{transform:rotate(90deg)}

.city-scene{
  position:absolute;
  inset:auto 6% 80px;
  height:270px;
  border-bottom:2px solid rgba(225,173,49,.38);
}
.tower,.building{
  position:absolute;
  bottom:0;
  display:block;
  background:linear-gradient(180deg,#171717,#090909);
  border:1px solid rgba(225,173,49,.32);
  box-shadow:inset 0 0 30px rgba(225,173,49,.08);
}
.tower{width:70px;height:220px}
.tower::before{
  content:"";position:absolute;left:50%;top:-70px;transform:translateX(-50%);
  border-left:22px solid transparent;border-right:22px solid transparent;border-bottom:70px solid #1b1b1b;
}
.t1{left:28%}.t2{right:28%}
.building{height:120px;width:90px}
.b1{left:5%}.b2{left:47%;height:145px}.b3{right:4%;height:105px}
.location-badge{
  position:absolute;right:5%;bottom:40px;
  width:98px;height:98px;border-radius:50% 50% 50% 0;
  transform:rotate(-45deg);
  display:grid;place-items:center;
  background:#d4a025;color:#111;font-size:2.2rem;font-weight:900;
}
.location-badge::first-letter{transform:rotate(45deg)}

.chess-board{
  position:relative;
  width:430px;height:300px;
  background:
    linear-gradient(45deg,#0b0b0b 25%,#171717 25% 50%,#0b0b0b 50% 75%,#171717 75%);
  background-size:72px 72px;
  transform:perspective(700px) rotateX(58deg) rotateZ(-8deg);
  border:1px solid rgba(225,173,49,.25);
  box-shadow:0 40px 80px rgba(0,0,0,.6);
}
.piece{
  position:absolute;
  font-size:92px;
  color:#111;
  text-shadow:0 2px 0 #555;
  transform:rotateX(-58deg);
}
.p1{left:12%;top:14%}.p2{left:31%;top:38%}.p3{right:9%;top:48%}
.piece.king{right:26%;top:8%;color:#d4a025;text-shadow:0 3px 0 #8e6106,0 0 30px rgba(225,173,49,.25)}

.growth-bars{
  position:absolute;
  bottom:110px;
  display:flex;
  align-items:flex-end;
  gap:18px;
  height:300px;
}
.growth-bars span{
  width:56px;
  height:var(--h);
  border:1px solid rgba(225,173,49,.65);
  background:linear-gradient(180deg,#e0a827,#5a3a00);
  box-shadow:0 0 22px rgba(225,173,49,.14);
}
.growth-arrow{
  position:absolute;
  right:5%;
  top:14%;
  font-size:180px;
  color:#e1ad31;
  transform:rotate(-7deg);
  text-shadow:0 0 35px rgba(225,173,49,.22);
}

.premium-stats{
  position:relative;
  z-index:3;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  border:1px solid rgba(255,255,255,.1);
  border-radius:18px;
  overflow:hidden;
  background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.015));
  box-shadow:0 20px 60px rgba(0,0,0,.30);
}

.premium-stat{
  display:flex;
  align-items:center;
  gap:14px;
  min-height:104px;
  padding:22px 18px;
  border-right:1px solid rgba(255,255,255,.08);
}
.premium-stat:last-child{border-right:0}
.stat-icon{
  display:grid;place-items:center;
  flex:0 0 42px;
  width:42px;height:42px;
  border:1px solid rgba(225,173,49,.65);
  border-radius:50%;
  color:#e1ad31;
  font-weight:900;
  font-size:.72rem;
}
.premium-stat strong{display:block;font-size:1rem}
.premium-stat small{display:block;color:#9e9e9e;margin-top:4px;line-height:1.35}

.landing-section{
  padding:110px 0;
}

.landing-heading{
  max-width:980px;
  margin-bottom:52px;
}

.landing-heading h2{
  font-size:clamp(2.6rem,4.4vw,4.8rem);
  line-height:1.07;
  padding-bottom:.04em;
}

.landing-grid{
  gap:22px;
}

.landing-card{
  padding:32px;
  border-radius:22px;
}

.landing-card h3{
  font-size:1.32rem;
}

.landing-card p{
  font-size:1rem;
  line-height:1.7;
}

.landing-process article{
  padding:34px 0;
}

@media(max-width:1150px){
  .premium-hero-grid{
    grid-template-columns:1fr;
    gap:30px;
  }
  .premium-copy{max-width:920px}
  .premium-art{min-height:430px}
  .premium-stats{grid-template-columns:repeat(2,minmax(0,1fr))}
  .premium-stat:nth-child(2n){border-right:0}
}

@media(max-width:720px){
  .premium-hero{padding-top:64px}
  .premium-copy h1{
    font-size:clamp(2.8rem,12vw,4.8rem);
    line-height:1.04;
  }
  .premium-copy h1 span{
    margin-top:10px;
    line-height:1.08;
  }
  .premium-art{min-height:350px}
  .premium-stats{grid-template-columns:1fr}
  .premium-stat{border-right:0;border-bottom:1px solid rgba(255,255,255,.08)}
  .premium-stat:last-child{border-bottom:0}
  .gold-letter{font-size:180px;right:0}
  .phone-device{left:8%;width:165px;height:330px}
  .chat-device{width:min(92vw,320px)}
  .landing-section{padding:78px 0}
}


/* =========================================================
   REFERENZDESIGN V4
   Kompakter, ruhiger, konzernartiger
   ========================================================= */

:root{
  --page-max:1480px;
  --hero-gold:#e2ad31;
  --panel:#0b0d0e;
  --panel-2:#101214;
  --border-soft:rgba(255,255,255,.09);
}

/* Breiteres Seitenraster wie im Referenzbild */
.landing-page .container{
  width:min(var(--page-max),calc(100% - 72px));
}

/* Header kompakter */
.landing-header .nav-wrap{
  min-height:72px!important;
}

.landing-header .brand img{
  width:245px!important;
  height:auto!important;
}

.landing-nav{
  gap:30px!important;
}

.landing-nav a{
  font-size:.82rem!important;
}

/* Hero insgesamt deutlich kompakter */
.premium-hero{
  padding:48px 0 30px!important;
}

.premium-hero-grid{
  min-height:455px!important;
  grid-template-columns:minmax(0,1.04fr) minmax(400px,.96fr)!important;
  gap:56px!important;
  align-items:center!important;
}

.premium-copy{
  max-width:720px!important;
}

.premium-copy .eyebrow{
  margin-bottom:14px!important;
  font-size:.72rem!important;
  letter-spacing:.18em!important;
}

.premium-copy h1{
  margin:0 0 18px!important;
  font-size:clamp(2.75rem,4.55vw,5.15rem)!important;
  line-height:1.01!important;
  letter-spacing:-.048em!important;
  max-width:760px!important;
}

.premium-copy h1 span{
  margin-top:8px!important;
  font-size:.68em!important;
  line-height:1.08!important;
  letter-spacing:-.035em!important;
  color:var(--hero-gold)!important;
}

.premium-lead{
  max-width:690px!important;
  font-size:clamp(.96rem,1.08vw,1.12rem)!important;
  line-height:1.68!important;
  color:#c4c4c4!important;
}

.premium-copy .hero-actions{
  margin-top:22px!important;
  gap:12px!important;
}

.premium-copy .button{
  min-height:44px!important;
  padding:0 22px!important;
  font-size:.82rem!important;
}

/* Visuals kleiner und besser proportioniert */
.premium-art{
  min-height:390px!important;
  transform:scale(.9);
  transform-origin:center;
}

.art-halo{
  width:360px!important;
  height:360px!important;
}

.art-platform{
  width:360px!important;
  height:68px!important;
  bottom:28px!important;
}

.phone-device{
  width:170px!important;
  height:342px!important;
  border-radius:28px!important;
}

.gold-letter{
  font-size:210px!important;
}

.chat-device{
  width:300px!important;
  min-height:365px!important;
  padding:22px!important;
}

.art-process .process-core{
  width:92px!important;
  height:92px!important;
  font-size:2.35rem!important;
}

.cube{
  width:58px!important;
  height:58px!important;
}

.city-scene{
  height:225px!important;
}

.tower{
  width:56px!important;
  height:185px!important;
}

.building{
  width:72px!important;
  height:100px!important;
}

.location-badge{
  width:82px!important;
  height:82px!important;
  font-size:1.8rem!important;
}

.chess-board{
  width:355px!important;
  height:245px!important;
}

.piece{
  font-size:72px!important;
}

.growth-bars{
  height:240px!important;
  bottom:92px!important;
  gap:14px!important;
}

.growth-bars span{
  width:44px!important;
}

.growth-arrow{
  font-size:145px!important;
}

/* KPI-Leiste kompakt wie im Referenzbild */
.premium-stats{
  border-radius:14px!important;
  margin-top:4px!important;
}

.premium-stat{
  min-height:82px!important;
  padding:14px 14px!important;
  gap:11px!important;
}

.stat-icon{
  flex-basis:34px!important;
  width:34px!important;
  height:34px!important;
  font-size:.62rem!important;
}

.premium-stat strong{
  font-size:.84rem!important;
}

.premium-stat small{
  margin-top:2px!important;
  font-size:.72rem!important;
  line-height:1.25!important;
}

/* Inhaltsbereiche weniger überdimensioniert */
.landing-section{
  padding:78px 0!important;
}

.landing-heading{
  max-width:850px!important;
  margin-bottom:34px!important;
}

.landing-heading .eyebrow{
  font-size:.7rem!important;
}

.landing-heading h2{
  margin:8px 0 12px!important;
  font-size:clamp(2rem,3.45vw,3.75rem)!important;
  line-height:1.06!important;
  letter-spacing:-.038em!important;
  max-width:920px!important;
}

.landing-heading p{
  max-width:720px!important;
  font-size:.96rem!important;
  line-height:1.68!important;
}

.landing-grid{
  gap:14px!important;
}

.landing-card{
  padding:22px!important;
  border-radius:16px!important;
  min-height:180px!important;
}

.landing-card b{
  margin-bottom:18px!important;
  font-size:.68rem!important;
}

.landing-card h3{
  margin-bottom:8px!important;
  font-size:1rem!important;
}

.landing-card p{
  font-size:.85rem!important;
  line-height:1.55!important;
}

.landing-process article{
  grid-template-columns:60px minmax(0,1fr)!important;
  padding:22px 0!important;
}

.landing-process h3{
  margin-bottom:6px!important;
  font-size:1.02rem!important;
}

.landing-process p{
  font-size:.88rem!important;
  line-height:1.58!important;
}

.landing-copy{
  max-width:820px!important;
}

.landing-copy h2{
  margin-bottom:18px!important;
  font-size:clamp(2rem,3.4vw,3.65rem)!important;
}

.landing-copy h3{
  margin-top:28px!important;
  font-size:1.18rem!important;
}

.landing-copy p{
  font-size:.93rem!important;
  line-height:1.68!important;
}

.landing-faq{
  gap:10px!important;
  max-width:840px!important;
}

.landing-faq details{
  padding:16px 18px!important;
  border-radius:13px!important;
}

.landing-faq summary{
  font-size:.92rem!important;
}

.landing-faq p{
  font-size:.86rem!important;
  line-height:1.58!important;
}

/* CTA kompakter */
.landing-cta{
  padding:68px 0!important;
}

.landing-cta h2{
  max-width:760px!important;
  margin-bottom:14px!important;
  font-size:clamp(2rem,3.8vw,3.95rem)!important;
}

.landing-cta p{
  max-width:640px!important;
  margin-bottom:24px!important;
  font-size:.94rem!important;
}

/* Footer kompakter */
.landing-footer{
  padding:28px 0!important;
}

.landing-footer-row,
.landing-footer a{
  font-size:.78rem!important;
}

/* Navigation auf kleinen Geräten */
@media(max-width:1100px){
  .premium-hero-grid{
    grid-template-columns:1fr!important;
    gap:16px!important;
    min-height:auto!important;
  }

  .premium-copy{
    max-width:820px!important;
  }

  .premium-art{
    min-height:330px!important;
  }

  .premium-stats{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

@media(max-width:720px){
  .landing-page .container{
    width:min(100% - 32px,var(--page-max))!important;
  }

  .landing-header .brand img{
    width:190px!important;
  }

  .premium-hero{
    padding-top:38px!important;
  }

  .premium-copy h1{
    font-size:clamp(2.35rem,11vw,3.8rem)!important;
  }

  .premium-copy h1 span{
    font-size:.76em!important;
  }

  .premium-lead{
    font-size:.94rem!important;
  }

  .premium-art{
    min-height:295px!important;
    transform:scale(.8);
  }

  .premium-stats{
    grid-template-columns:1fr!important;
  }

  .premium-stat{
    min-height:68px!important;
  }

  .landing-section{
    padding:58px 0!important;
  }

  .landing-grid{
    grid-template-columns:1fr!important;
  }

  .landing-heading h2{
    font-size:clamp(1.9rem,9vw,3rem)!important;
  }
}


/* =========================================================
   NOTFALL-REPARATUR
   Landingpages sind vollständig von der Hauptseite getrennt.
   ========================================================= */

body.landing-page{
  overflow-x:hidden;
}

.premium-art{
  overflow:visible!important;
}

/* CSS-Visuals bleiben scharf und werden nicht als kleine Bilder hochskaliert. */
.art-phone,
.art-chat,
.art-process,
.art-strategy,
.art-growth,
.art-location{
  transform:scale(.82)!important;
  transform-origin:center!important;
}

/* Keine versehentlich verbliebenen Screenshot-Hintergründe anzeigen. */
.hero-bg{
  background-image:none!important;
}

/* Ruhigere Größen und vollständige Sichtbarkeit */
.premium-hero{
  min-height:auto!important;
}

.premium-copy h1{
  max-width:820px!important;
  font-size:clamp(2.8rem,4.4vw,5rem)!important;
  line-height:1.04!important;
}

.premium-copy h1 span{
  line-height:1.1!important;
  padding-bottom:.08em!important;
}

@media(max-width:1100px){
  .art-phone,
  .art-chat,
  .art-process,
  .art-strategy,
  .art-growth,
  .art-location{
    transform:scale(.72)!important;
  }
}

@media(max-width:720px){
  .art-phone,
  .art-chat,
  .art-process,
  .art-strategy,
  .art-growth,
  .art-location{
    transform:scale(.62)!important;
  }
}


/* ================================================================
   AUTOMATISIERUNG MITTELSTAND – TEXTFREIER PREMIUM HERO FINAL
   Das Diagramm ist ausschließlich CSS-Hintergrund, kein <img>.
   ================================================================ */

.premium-hero-integrated {
  position: relative;
  isolation: isolate;
  min-height: clamp(720px, 86vh, 920px);
  overflow: hidden;
  padding: 0 0 40px;
  background:
    radial-gradient(circle at 82% 38%, rgba(222, 162, 38, .13), transparent 34%),
    #030405;
}

.premium-hero-integrated::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -6;
  background: #030405;
  pointer-events: none;
}

.premium-hero-integrated::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 230px;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent, #050505 90%);
}

.premium-hero-integrated .hero-media {
  position: absolute;
  inset: 0;
  z-index: -5;
  pointer-events: none;
  background-image: url("/automatisierung-mittelstand/assets/hero-wachstum-textfrei.webp?v=20260801-textfrei-final");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  filter: saturate(1.04) contrast(1.08) brightness(1.08);
}

.premium-hero-integrated .hero-gradient {
  position: absolute;
  inset: 0;
  z-index: -4;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(2, 4, 5, .995) 0%,
      rgba(2, 4, 5, .98) 22%,
      rgba(2, 4, 5, .88) 42%,
      rgba(2, 4, 5, .52) 61%,
      rgba(2, 4, 5, .12) 80%,
      rgba(2, 4, 5, .12) 100%
    ),
    linear-gradient(
      180deg,
      rgba(2, 4, 5, .30) 0%,
      transparent 25%,
      transparent 66%,
      rgba(2, 4, 5, .93) 100%
    );
}

.premium-hero-integrated .hero-glow {
  position: absolute;
  z-index: -3;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(86px);
}

.premium-hero-integrated .hero-glow-primary {
  width: 560px;
  height: 560px;
  right: 1%;
  top: 7%;
  background: rgba(222, 163, 42, .14);
}

.premium-hero-integrated .hero-glow-secondary {
  width: 320px;
  height: 320px;
  left: -160px;
  bottom: 2%;
  background: rgba(202, 137, 16, .07);
}

.premium-hero-integrated .premium-hero-grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 690px) minmax(0, 1fr);
  align-items: center;
  min-height: clamp(590px, 70vh, 760px);
  padding-top: clamp(95px, 12vh, 145px);
  padding-bottom: 135px;
}

.premium-hero-integrated .premium-copy {
  max-width: 690px;
  padding: 18px 0;
  text-shadow: 0 3px 28px rgba(0, 0, 0, .56);
}

.premium-hero-integrated .premium-copy h1 {
  max-width: 680px;
  margin: 16px 0 0;
  font-size: clamp(3rem, 5.05vw, 5.15rem);
  line-height: .99;
  letter-spacing: -.052em;
}

.premium-hero-integrated .premium-copy h1 span {
  display: block;
  max-width: 640px;
  margin-top: clamp(22px, 2.8vw, 36px);
  padding-bottom: .06em;
  color: #e4aa27;
  background: none;
  -webkit-text-fill-color: currentColor;
  font-size: clamp(1.78rem, 2.8vw, 3rem);
  line-height: 1.1;
  letter-spacing: -.034em;
  text-shadow:
    0 0 34px rgba(230, 173, 44, .13),
    0 3px 22px rgba(0, 0, 0, .62);
}

.premium-hero-integrated .premium-lead {
  max-width: 660px;
  margin-top: 28px;
  color: rgba(255, 255, 255, .84);
  font-size: clamp(1.02rem, 1.18vw, 1.2rem);
  line-height: 1.82;
}

.premium-hero-integrated .hero-actions {
  margin-top: 32px;
}

.premium-hero-integrated .premium-stats {
  position: relative;
  z-index: 6;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: -100px;
  min-height: 118px;
  overflow: hidden;
  border: 1px solid rgba(222, 166, 37, .28);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(16, 19, 19, .90), rgba(7, 9, 9, .96));
  box-shadow:
    0 28px 76px rgba(0, 0, 0, .47),
    inset 0 1px 0 rgba(255, 255, 255, .035);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.premium-hero-integrated .premium-stat {
  min-height: 116px;
  padding: 23px 20px;
  gap: 14px;
}

.premium-hero-integrated .premium-stat strong {
  font-size: clamp(.98rem, 1.04vw, 1.14rem);
  line-height: 1.3;
}

.premium-hero-integrated .premium-stat small {
  margin-top: 7px;
  color: rgba(255, 255, 255, .68);
  font-size: clamp(.84rem, .88vw, .97rem);
  line-height: 1.48;
}

.premium-hero-integrated .stat-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  font-size: .82rem;
}

@media (max-width: 1100px) {
  .premium-hero-integrated .hero-media {
    background-position: 58% center;
  }

  .premium-hero-integrated .hero-gradient {
    background:
      linear-gradient(
        90deg,
        rgba(2, 4, 5, .995) 0%,
        rgba(2, 4, 5, .95) 34%,
        rgba(2, 4, 5, .66) 62%,
        rgba(2, 4, 5, .22) 100%
      ),
      linear-gradient(
        180deg,
        rgba(2, 4, 5, .24),
        transparent 56%,
        rgba(2, 4, 5, .95)
      );
  }
}

@media (max-width: 820px) {
  .premium-hero-integrated {
    min-height: 950px;
  }

  .premium-hero-integrated .hero-media {
    background-size: auto 69%;
    background-position: 68% 8%;
  }

  .premium-hero-integrated .hero-gradient {
    background:
      linear-gradient(
        180deg,
        rgba(2, 4, 5, .16) 0%,
        rgba(2, 4, 5, .34) 29%,
        rgba(2, 4, 5, .91) 56%,
        #030405 77%,
        #030405 100%
      ),
      linear-gradient(
        90deg,
        rgba(2, 4, 5, .72) 0%,
        rgba(2, 4, 5, .22) 72%,
        rgba(2, 4, 5, .16) 100%
      );
  }

  .premium-hero-integrated .premium-hero-grid {
    display: block;
    min-height: 805px;
    padding-top: 425px;
    padding-bottom: 140px;
  }

  .premium-hero-integrated .premium-copy {
    max-width: 100%;
  }

  .premium-hero-integrated .premium-copy h1 {
    max-width: 100%;
    font-size: clamp(2.5rem, 9.2vw, 3.95rem);
  }

  .premium-hero-integrated .premium-copy h1 span {
    max-width: 100%;
    font-size: clamp(1.5rem, 5.8vw, 2.3rem);
  }

  .premium-hero-integrated .premium-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: -80px;
  }

  .premium-hero-integrated .premium-stat:nth-child(2n) {
    border-right: 0;
  }
}

@media (max-width: 560px) {
  .premium-hero-integrated {
    min-height: 1020px;
  }

  .premium-hero-integrated .hero-media {
    background-size: auto 57%;
    background-position: 70% 4%;
  }

  .premium-hero-integrated .premium-hero-grid {
    min-height: 870px;
    padding-top: 365px;
    padding-bottom: 140px;
  }

  .premium-hero-integrated .premium-copy h1 {
    font-size: clamp(2.3rem, 10.8vw, 3.15rem);
  }

  .premium-hero-integrated .premium-lead {
    font-size: 1rem;
    line-height: 1.72;
  }

  .premium-hero-integrated .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .premium-hero-integrated .hero-actions .button {
    width: 100%;
  }

  .premium-hero-integrated .premium-stats {
    grid-template-columns: 1fr;
    margin-top: -58px;
  }

  .premium-hero-integrated .premium-stat {
    min-height: 94px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
  }

  .premium-hero-integrated .premium-stat:last-child {
    border-bottom: 0;
  }
}
