:root{
  --navy:#063265;
  --navy-deep:#032a57;
  --teal:#5b9995;
  --teal-soft:#eaf4f3;
  --ink:#172033;
  --muted:#667386;
  --line:#e3e8ee;
  --surface:#f7f9fb;
  --white:#fff;
  --shadow:0 28px 80px rgba(4,48,97,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.55}
a{color:inherit;text-decoration:none}
.container{width:min(1320px,calc(100% - 64px));margin:0 auto}
.section-pad{padding:118px 0}.section-pad-sm{padding:84px 0}
.site-header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(227,232,238,.75)}
.header-inner{min-height:112px;display:flex;align-items:center;gap:36px}
.brand{width:150px;height:100px;display:flex;align-items:center;justify-content:center;overflow:visible;flex:0 0 auto}
.brand-crop{display:block;width:146px;height:96px;overflow:visible}
.brand-crop img{display:block;width:100%;height:100%;object-fit:contain}
.main-nav{display:flex;gap:34px;margin-left:auto;font-size:14px;color:#314157}
.main-nav a:hover{color:var(--navy)}
.header-actions{display:flex;align-items:center;gap:20px}.link-login{font-size:14px;color:var(--navy)}
.button{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:7px;background:var(--navy);color:#fff;font-weight:700;font-size:15px;box-shadow:0 10px 25px rgba(6,50,101,.16);transition:.2s ease}
.button:hover{transform:translateY(-1px);background:var(--navy-deep)}.button-small{padding:11px 16px;font-size:14px}
.menu-toggle{display:none;border:0;background:none;font-size:24px;color:var(--navy)}
.hero{padding-top:96px;background:linear-gradient(180deg,#fff 0%,#fbfcfd 100%)}
.hero-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:78px;align-items:center}
.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:800;color:var(--navy);margin:0 0 18px}.eyebrow.light{color:#b9dcda}
h1,h2,h3{color:var(--navy);margin:0;line-height:1.05;letter-spacing:-.03em}h1{font-size:clamp(52px,5.2vw,78px);max-width:760px}h2{font-size:clamp(36px,3.6vw,52px)}h3{font-size:25px}
.lead{font-size:20px;max-width:650px;color:#46546a;margin:30px 0 32px}.hero-actions{display:flex;gap:26px;align-items:center}.text-link{font-weight:700;color:var(--navy)}
.hero-trust{display:flex;flex-wrap:wrap;gap:20px;margin-top:48px;color:#68768a;font-size:13px}.hero-trust span{padding-left:16px;position:relative}.hero-trust span:before{content:"";position:absolute;left:0;top:.6em;width:6px;height:6px;border-radius:50%;background:var(--teal)}
.app-preview{background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow);overflow:hidden;transform:rotate(-.45deg);min-height:560px}
.preview-topbar{height:50px;background:#f3f6f8;border-bottom:1px solid var(--line);display:flex;align-items:center;padding:0 16px;gap:7px;color:#607086;font-size:12px}.preview-topbar span{width:8px;height:8px;border-radius:50%;background:#cfd6de}.preview-topbar b{margin-left:auto;margin-right:8px;color:var(--navy)}
.preview-body{display:grid;grid-template-columns:165px 1fr;min-height:475px}.preview-sidebar{padding:30px 20px;background:#f6f8fa;border-right:1px solid var(--line);display:flex;flex-direction:column;gap:19px;font-size:12px;color:#6a7789}.preview-sidebar strong{color:var(--navy)}
.preview-content{padding:32px 34px}.preview-heading{display:flex;justify-content:space-between;align-items:center;color:var(--navy);font-weight:800;margin-bottom:24px;font-size:18px}.preview-heading small{font-size:12px;font-weight:600;background:#f2f5f7;padding:6px 10px;border-radius:6px}
.kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.kpis div{border:1px solid var(--line);border-radius:12px;padding:19px 18px;background:#fff}.kpis small{display:block;color:#768398;font-size:11px}.kpis strong{display:block;color:var(--navy);font-size:27px;margin-top:6px}.kpis em{font-style:normal;font-size:11px;color:#7a8797}
.chart-card{margin-top:20px;border:1px solid var(--line);border-radius:14px;padding:20px 22px}.chart-title{font-size:13px;font-weight:700;color:#4c5a70}.bars{height:205px;display:flex;align-items:end;gap:18px;padding:24px 8px 0;border-bottom:1px solid #dfe5eb}.bars i{display:block;flex:1;max-width:34px;background:linear-gradient(180deg,var(--teal),var(--navy));border-radius:5px 5px 0 0;opacity:.92}.preview-note{font-size:10px;color:#8a95a4;padding:7px 20px 12px;text-align:right}
.system-flow{background:var(--surface);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.flow-grid{display:grid;grid-template-columns:.78fr 1.22fr;gap:90px;align-items:center}.flow-grid p{color:#59677b;max-width:560px;font-size:17px}
.flow-diagram{display:grid;grid-template-columns:1fr auto .85fr auto 1.08fr;gap:20px;align-items:center}.flow-card{min-height:140px;border:1px solid var(--line);border-radius:16px;background:#fff;padding:24px;display:flex;flex-direction:column;justify-content:center;gap:6px;box-shadow:0 12px 34px rgba(34,55,80,.05);font-size:14px}.flow-card small{color:#6d7a8c}.flow-card strong{color:var(--navy)}.brand-card{align-items:center;font-size:21px;letter-spacing:.18em}.flow-arrow{font-size:28px;color:var(--navy)}
.section-head.narrow{max-width:760px;margin-bottom:62px}.section-head p{font-size:18px;color:#5c697c}
.pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.pillars article{padding:38px;border:1px solid var(--line);border-radius:18px;background:#fff;min-height:340px}.pillar-number{font-size:12px;font-weight:800;letter-spacing:.12em;color:var(--teal)}.pillars h3{margin-top:20px}.pillars p{color:#5d6a7d;font-size:17px}.pillars ul{padding-left:18px;margin-bottom:0;color:#3f4d61}.pillars li+li{margin-top:8px}
.showcase{background:linear-gradient(180deg,#f7fbfb 0%,#edf7f6 100%)}.showcase-grid{display:grid;grid-template-columns:1.18fr .82fr;gap:84px;align-items:center}.scenario-panel{background:#fff;border:1px solid #dce8e7;border-radius:20px;box-shadow:0 24px 70px rgba(6,50,101,.10);padding:32px;min-height:520px}.scenario-head{display:flex;justify-content:space-between;color:var(--navy);font-weight:800;font-size:16px}.scenario-head small{background:var(--teal-soft);padding:5px 9px;border-radius:6px}.scenario-chart{margin:26px 0 20px}.scenario-chart svg{width:100%;height:290px}.scenario-chart line{stroke:#d9e2e7;stroke-width:2}.scenario-chart polyline{fill:none;stroke-width:5;stroke-linecap:round;stroke-linejoin:round}.line-main{stroke:var(--navy)}.line-alt{stroke:var(--teal)}.scenario-row{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding:14px 2px;font-size:15px}.scenario-row strong{color:var(--navy)}.showcase-copy p{font-size:18px;color:#58667a}.check-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px 20px;margin-top:28px;color:#30405a;font-weight:650}.check-grid span{padding:10px 0;border-bottom:1px solid rgba(6,50,101,.08)}
.trust-grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:start}.trust-grid p{color:#5e6c80;font-size:17px}.trust-points{display:grid;gap:14px}.trust-points span{padding:19px 22px;background:#fff;border:1px solid var(--line);border-radius:12px;color:#34445c;font-weight:650}
.cta{background:var(--navy);color:#fff;padding:78px 0}.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:44px}.cta h2{color:#fff;max-width:760px}.cta p{max-width:780px;color:#d8e4f0}.button-teal{background:var(--teal);white-space:nowrap}.button-teal:hover{background:#4f8884}
.footer{padding:34px 0;background:#fff}.footer-inner{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:30px}.footer-brand{display:flex;align-items:center;gap:18px}.footer-logo{width:118px;height:78px}.footer-brand small,.footer-inner>small{color:#7c8796}.footer-links{display:flex;gap:18px;font-size:13px;color:#4d5c71}
@media (max-width:1100px){
  .main-nav,.header-actions{display:none}.menu-toggle{display:block;margin-left:auto}.main-nav.open{display:flex;position:absolute;top:112px;left:0;right:0;background:#fff;padding:20px 24px;flex-direction:column;border-bottom:1px solid var(--line)}
  .hero-grid,.flow-grid,.showcase-grid,.trust-grid{grid-template-columns:1fr}.hero-grid{gap:56px}.flow-grid,.showcase-grid,.trust-grid{gap:46px}.pillars{grid-template-columns:1fr}.flow-diagram{grid-template-columns:1fr;max-width:500px}.flow-arrow{transform:rotate(90deg);text-align:center}.cta-inner{align-items:flex-start;flex-direction:column}.footer-inner{grid-template-columns:1fr}.footer-links{flex-wrap:wrap}.app-preview{max-width:900px}
}
@media (max-width:700px){
  .container{width:min(100% - 30px,1320px)}.section-pad{padding:76px 0}.section-pad-sm{padding:60px 0}.header-inner{min-height:92px}.brand{width:122px;height:82px}.brand-crop{width:120px;height:80px}
  h1{font-size:46px}.lead{font-size:18px}.hero-actions{align-items:flex-start;flex-direction:column;gap:16px}.hero-trust{display:grid;gap:10px;margin-top:34px}.preview-body{grid-template-columns:1fr}.preview-sidebar{display:none}.preview-content{padding:24px 20px}.kpis{grid-template-columns:1fr}.chart-card{display:block}.bars{height:170px;gap:10px}.app-preview{transform:none;min-height:auto}.pillars article{padding:28px;min-height:0}.scenario-panel{padding:22px;min-height:auto}.scenario-chart svg{height:220px}.showcase-copy p{font-size:17px}.check-grid{grid-template-columns:1fr}.cta{padding:60px 0}.footer-brand{align-items:flex-start;flex-direction:column}.footer-logo{width:110px;height:72px}
}

/* v3 – stärker an der visuellen Vorschau orientiert */
.header-inner{min-height:124px}.brand{width:176px;height:112px}.brand-crop{width:172px;height:108px}
.hero-grid{grid-template-columns:.78fr 1.22fr;gap:88px}.app-preview{min-height:610px}.preview-body{grid-template-columns:178px 1fr;min-height:520px}.chart-card{padding:24px 26px}.bars{height:250px;gap:20px}.kpis strong{font-size:30px}
.product{padding-top:110px;padding-bottom:110px}.product-head{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:end;margin-bottom:54px}.product-head>p{font-size:18px;color:#5c697c;max-width:560px;margin:0 0 6px auto}.feature-strip{display:grid;grid-template-columns:repeat(6,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.feature-item{padding:34px 24px 30px;min-height:260px;border-right:1px solid var(--line)}.feature-item:last-child{border-right:0}.feature-icon{width:48px;height:48px;margin-bottom:24px;color:var(--teal)}.feature-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.feature-item h3{font-size:18px;line-height:1.2;letter-spacing:-.015em;margin-bottom:12px}.feature-item p{font-size:14px;line-height:1.45;color:#647187;margin:0}.feature-item:hover .feature-icon{color:var(--navy)}
.showcase-grid{grid-template-columns:1.25fr .75fr;gap:90px}.scenario-panel{min-height:590px;padding:38px}.scenario-chart svg{height:340px}.scenario-row{font-size:16px;padding:16px 2px}
.reporting{background:#fff}.reporting-grid{display:grid;grid-template-columns:.74fr 1.26fr;gap:90px;align-items:center}.reporting-copy p{font-size:18px;color:#5c697c}.report-list{display:grid;gap:12px;margin-top:28px}.report-list span{font-weight:700;color:#34445c;padding:14px 0;border-bottom:1px solid var(--line)}.report-visual{display:grid;grid-template-columns:1.35fr .85fr;gap:24px}.report-card{border:1px solid var(--line);border-radius:18px;padding:26px;background:#fff;box-shadow:0 18px 55px rgba(6,50,101,.08);min-height:360px}.report-card-head{display:flex;justify-content:space-between;gap:20px;align-items:center;color:var(--navy);font-size:15px}.report-card-head span{font-size:12px;color:#7c8796}.report-bars{height:245px;border-bottom:1px solid #dfe5eb;display:flex;gap:16px;align-items:end;padding:26px 8px 0}.report-bars span{flex:1;background:linear-gradient(180deg,var(--teal),var(--navy));border-radius:6px 6px 0 0;min-width:16px}.report-axis{display:flex;justify-content:space-between;font-size:11px;color:#8792a1;margin-top:10px}.donut-card{min-height:360px}.donut-wrap{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:28px;height:285px}.donut{width:160px;height:160px;border-radius:50%;background:conic-gradient(var(--navy) 0 29%,var(--teal) 29% 51%,#8fb8b5 51% 65%,#d7e3e5 65% 100%);position:relative}.donut:after{content:"";position:absolute;inset:34px;background:#fff;border-radius:50%}.donut-legend{display:grid;gap:8px;width:100%;font-size:12px;color:#536176}.donut-legend span{display:flex;align-items:center;gap:8px}.donut-legend i{width:8px;height:8px;border-radius:2px;background:var(--navy)}.donut-legend span:nth-child(2) i{background:var(--teal)}.donut-legend span:nth-child(3) i{background:#8fb8b5}.donut-legend span:nth-child(4) i{background:#d7e3e5}
@media(max-width:1250px){.feature-strip{grid-template-columns:repeat(3,1fr)}.feature-item:nth-child(3){border-right:0}.feature-item:nth-child(-n+3){border-bottom:1px solid var(--line)}.reporting-grid{grid-template-columns:1fr}.report-visual{max-width:900px}.product-head{grid-template-columns:1fr}.product-head>p{margin:0;max-width:760px}}
@media(max-width:700px){.header-inner{min-height:100px}.brand{width:142px;height:88px}.brand-crop{width:138px;height:86px}.feature-strip{grid-template-columns:1fr}.feature-item{border-right:0;border-bottom:1px solid var(--line);min-height:0;padding:28px 4px}.feature-item:last-child{border-bottom:0}.feature-icon{width:44px;height:44px}.report-visual{grid-template-columns:1fr}.report-card{min-height:320px}.report-bars{height:210px}.donut-card{min-height:330px}.showcase-grid{gap:52px}.scenario-panel{padding:24px}.scenario-chart svg{height:260px}}

/* v4 – vollständiges Finanzcockpit im Hero */
.container{width:min(1460px,calc(100% - 64px))}
.hero{padding-top:76px;padding-bottom:104px}
.hero-grid{grid-template-columns:minmax(430px,.72fr) minmax(720px,1.28fr);gap:64px;align-items:center}
.hero-copy h1{font-size:clamp(54px,4.7vw,76px)}
.app-preview{transform:none;min-height:620px;border-radius:18px;box-shadow:0 30px 85px rgba(4,48,97,.15)}
.preview-topbar{height:48px}.preview-topbar i{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:var(--navy);color:#fff;font-size:10px;font-style:normal;margin-left:10px}
.preview-body{grid-template-columns:172px minmax(0,1fr);min-height:570px}
.preview-sidebar{padding:25px 18px;gap:17px;font-size:11px}.preview-mini-brand{font-size:10px;letter-spacing:.18em;font-weight:800;color:var(--navy);padding-bottom:6px}
.preview-content{padding:28px 28px 30px;min-width:0}.preview-heading{margin-bottom:18px}
.kpis{gap:12px}.kpis div{padding:16px 15px;min-width:0}.kpis small{font-size:10px;min-height:30px}.kpis strong{font-size:25px;white-space:nowrap}.kpis em{display:block;margin-top:4px;color:var(--teal);font-size:9px}
.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(220px,.85fr);gap:14px;margin-top:14px}
.dashboard-grid .chart-card,.mini-donut-card{margin:0;border:1px solid var(--line);border-radius:12px;padding:17px;background:#fff;min-width:0;height:318px}
.chart-title{display:flex;justify-content:space-between;gap:8px}.chart-title span{font-size:9px;font-weight:500;color:#8a95a4;white-space:nowrap}
.bar-legend{display:flex;justify-content:flex-end;gap:14px;font-size:9px;color:#718096;margin-top:8px}.bar-legend span:before{content:"";display:inline-block;width:7px;height:7px;border-radius:2px;background:var(--navy);margin-right:5px}.bar-legend span:last-child:before{background:var(--teal)}
.paired-bars{height:235px;border-bottom:1px solid #dfe5eb;display:flex;align-items:end;justify-content:space-around;gap:8px;padding:22px 6px 22px}.paired-bars b{height:100%;flex:1;display:flex;align-items:end;justify-content:center;gap:3px;position:relative}.paired-bars i{display:block;width:11px;background:var(--navy);border-radius:3px 3px 0 0}.paired-bars i:nth-child(2){background:var(--teal)}.paired-bars small{position:absolute;bottom:-19px;font-size:8px;color:#8490a0;font-weight:500}
.mini-donut-card{display:flex;flex-direction:column}.mini-donut{width:132px;height:132px;margin:26px auto 17px;border-radius:50%;background:conic-gradient(var(--navy) 0 29%,var(--teal) 29% 51%,#8fb8b5 51% 65%,#b7cdcf 65% 76%,#e0e8e9 76% 100%);position:relative;flex:0 0 auto}.mini-donut:after{content:"";position:absolute;inset:29px;background:#fff;border-radius:50%}
.mini-legend{display:grid;gap:6px;font-size:9px;color:#607086}.mini-legend span{display:flex;justify-content:space-between;gap:8px}.mini-legend b{color:var(--navy)}
.preview-note{display:none}
@media(max-width:1250px){.hero-grid{grid-template-columns:1fr;gap:54px}.app-preview{max-width:1000px}.hero-copy{max-width:850px}}
@media(max-width:760px){.container{width:min(100% - 30px,1460px)}.dashboard-grid{grid-template-columns:1fr}.mini-donut-card{display:none}.preview-body{grid-template-columns:1fr}.preview-sidebar{display:none}.kpis{grid-template-columns:1fr}.app-preview{min-height:auto}.dashboard-grid .chart-card{height:300px}.paired-bars{height:215px}.hero-copy h1{font-size:46px}}

/* v5 – Hero wie im visuellen Entwurf: freistehendes, leicht perspektivisches Finanzcockpit */
.hero{position:relative;overflow:hidden;padding-top:78px;padding-bottom:122px}
.hero:before{
  content:"";
  position:absolute;
  width:760px;
  height:760px;
  border-radius:50%;
  right:4%;
  top:-210px;
  background:radial-gradient(circle at 45% 48%,rgba(91,153,149,.16) 0 44%,rgba(91,153,149,.07) 45% 67%,rgba(91,153,149,0) 68%);
  pointer-events:none;
}
.hero-grid{
  position:relative;
  z-index:1;
  grid-template-columns:minmax(500px,.92fr) minmax(650px,1.08fr);
  gap:76px;
  align-items:center;
}
.hero-copy{position:relative;z-index:3;min-width:0}
.hero-copy h1{
  font-size:clamp(52px,4.15vw,70px);
  max-width:720px;
  text-wrap:balance;
  overflow-wrap:normal;
}
.hero-copy .lead{max-width:620px}
.app-preview{
  position:relative;
  z-index:2;
  width:100%;
  min-height:610px;
  transform:perspective(1800px) rotateY(-5deg) rotateZ(1.6deg) translateX(10px);
  transform-origin:50% 50%;
  box-shadow:0 38px 100px rgba(4,48,97,.18),0 12px 34px rgba(4,48,97,.10);
  transition:transform .35s ease,box-shadow .35s ease;
}
.app-preview:hover{
  transform:perspective(1800px) rotateY(-3deg) rotateZ(.8deg) translateX(4px) translateY(-4px);
  box-shadow:0 44px 110px rgba(4,48,97,.20),0 16px 38px rgba(4,48,97,.11);
}
.app-preview:after{
  content:"";
  position:absolute;
  left:7%;
  right:7%;
  bottom:-28px;
  height:42px;
  border-radius:50%;
  background:rgba(4,48,97,.09);
  filter:blur(20px);
  z-index:-1;
}
.preview-content{background:#fff}

@media(max-width:1380px){
  .hero-grid{grid-template-columns:minmax(450px,.9fr) minmax(600px,1.1fr);gap:52px}
  .hero-copy h1{font-size:clamp(50px,4.25vw,64px)}
}
@media(max-width:1180px){
  .hero-grid{grid-template-columns:1fr;gap:70px}
  .hero-copy{max-width:820px}
  .hero-copy h1{max-width:800px;font-size:clamp(52px,7vw,72px)}
  .app-preview{max-width:1040px;margin:0 auto;transform:perspective(1800px) rotateY(-3deg) rotateZ(1deg)}
}
@media(max-width:760px){
  .hero{padding-top:58px;padding-bottom:82px}
  .hero:before{width:540px;height:540px;right:-230px;top:190px}
  .hero-grid{gap:48px}
  .hero-copy h1{font-size:45px;max-width:100%}
  .app-preview,.app-preview:hover{transform:none}
}


/* v6 – Hero sauber getrennt: Text und Dashboard überlappen nie; Cockpit deutlicher schräg */
.hero{overflow:hidden}
.hero-grid{
  grid-template-columns:minmax(440px,.78fr) minmax(680px,1.22fr);
  gap:72px;
  align-items:center;
}
.hero-copy{
  max-width:600px;
  min-width:0;
  z-index:4;
}
.hero-copy h1{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:0;
  width:100%;
  max-width:590px;
  font-size:clamp(50px,4.05vw,66px);
  line-height:1.08;
  letter-spacing:-.04em;
  text-wrap:initial;
  overflow:visible;
}
.hero-copy h1 span{display:block;white-space:nowrap}
.hero-copy h1 .hero-keyline{
  font-size:.86em;
  letter-spacing:-.045em;
}
.hero-copy .lead{max-width:590px}
.app-preview{
  width:calc(100% - 28px);
  margin-left:auto;
  min-width:0;
  transform:perspective(1900px) rotateY(-4.5deg) rotateX(.5deg) rotateZ(-2.35deg) translateX(16px) translateY(4px);
  transform-origin:58% 50%;
}
.app-preview:hover{
  transform:perspective(1900px) rotateY(-3deg) rotateX(.3deg) rotateZ(-1.3deg) translateX(10px) translateY(-2px);
}
@media(max-width:1380px){
  .hero-grid{grid-template-columns:minmax(410px,.8fr) minmax(610px,1.2fr);gap:58px}
  .hero-copy{max-width:540px}
  .hero-copy h1{max-width:540px;font-size:clamp(46px,3.9vw,58px)}
  .hero-copy .lead{max-width:530px}
  .app-preview{width:calc(100% - 18px);transform:perspective(1800px) rotateY(-4deg) rotateZ(-2deg) translateX(10px)}
}
@media(max-width:1180px){
  .hero-grid{grid-template-columns:1fr;gap:76px}
  .hero-copy{max-width:760px}
  .hero-copy h1{max-width:760px;font-size:clamp(50px,6.4vw,68px)}
  .hero-copy h1 .hero-keyline{font-size:.9em}
  .hero-copy .lead{max-width:650px}
  .app-preview{width:min(100%,1040px);margin:0 auto;transform:perspective(1800px) rotateY(-2.5deg) rotateZ(-1.4deg)}
}
@media(max-width:760px){
  .hero-copy h1{font-size:43px;line-height:1.06}
  .hero-copy h1 span{white-space:normal}
  .hero-copy h1 .hero-keyline{font-size:.82em;overflow-wrap:anywhere}
  .app-preview,.app-preview:hover{width:100%;transform:none}
}

/* v7 – näher am ursprünglichen Mockup: stärkeres Perspektivgefühl, kompaktere vertikale Abstände */
.hero{
  padding-top:58px;
  padding-bottom:74px;
}
.hero-grid{
  grid-template-columns:minmax(500px,540px) minmax(0,1fr);
  gap:84px;
  align-items:center;
}
.hero-copy{
  max-width:540px;
}
.hero-copy h1{
  max-width:540px;
  font-size:clamp(50px,4vw,64px);
  line-height:1.055;
}
.hero-copy h1 .hero-keyline{font-size:.84em}
.hero-copy .lead{max-width:525px;margin-top:24px}
.hero-actions{margin-top:26px}
.hero-trust{margin-top:30px}

.app-preview{
  width:calc(100% + 44px);
  margin-left:-6px;
  min-height:594px;
  transform:perspective(1450px) rotateY(-7.5deg) rotateX(1.1deg) rotateZ(-2.35deg) translateX(10px) translateY(-4px);
  transform-origin:52% 50%;
  box-shadow:0 34px 78px rgba(4,48,97,.17),0 12px 28px rgba(4,48,97,.09);
}
.app-preview:hover{
  transform:perspective(1450px) rotateY(-6deg) rotateX(.8deg) rotateZ(-1.8deg) translateX(8px) translateY(-7px);
}
.preview-body{min-height:548px}
.preview-content{padding:25px 25px 27px}
.dashboard-grid .chart-card,.mini-donut-card{height:300px}
.paired-bars{height:218px}
.mini-donut{width:124px;height:124px;margin:22px auto 14px}

.system-flow{padding-top:56px;padding-bottom:62px}
.product{padding-top:68px;padding-bottom:72px}
.showcase{padding-top:70px;padding-bottom:72px}
.reporting{padding-top:70px;padding-bottom:72px}

@media(max-width:1380px){
  .hero-grid{grid-template-columns:minmax(455px,500px) minmax(0,1fr);gap:64px}
  .hero-copy{max-width:500px}
  .hero-copy h1{max-width:500px;font-size:clamp(46px,3.75vw,58px)}
  .hero-copy .lead{max-width:490px}
  .app-preview{width:calc(100% + 28px);margin-left:0;transform:perspective(1450px) rotateY(-7deg) rotateX(1deg) rotateZ(-2.15deg) translateX(6px)}
}
@media(max-width:1180px){
  .hero{padding-top:56px;padding-bottom:72px}
  .hero-grid{grid-template-columns:1fr;gap:54px}
  .hero-copy{max-width:760px}
  .hero-copy h1{max-width:760px;font-size:clamp(50px,6.1vw,66px)}
  .hero-copy .lead{max-width:650px}
  .app-preview{width:min(100%,1040px);margin:0 auto;transform:perspective(1600px) rotateY(-3deg) rotateZ(-1.25deg)}
  .system-flow{padding-top:48px}
}
@media(max-width:760px){
  .hero{padding-top:42px;padding-bottom:58px}
  .hero-grid{gap:38px}
  .hero-copy h1{font-size:42px}
  .hero-trust{margin-top:24px}
  .app-preview,.app-preview:hover{width:100%;transform:none}
  .system-flow,.product,.showcase,.reporting{padding-top:52px;padding-bottom:56px}
}

/* v8 – enger an der visuellen Referenz: kompakter, visuellere Prozessgrafik */
.container{width:min(1420px,calc(100% - 72px))}
.site-header .header-inner{min-height:104px}
.brand{width:166px;height:94px}.brand-crop{width:162px;height:92px}
.hero{padding-top:42px;padding-bottom:42px;min-height:0}
.hero-grid{grid-template-columns:minmax(470px,.92fr) minmax(680px,1.08fr);gap:58px;align-items:center}
.hero-copy{max-width:560px;padding-top:2px}
.hero-copy h1{display:block;max-width:560px;font-size:clamp(48px,3.65vw,62px);line-height:1.03;letter-spacing:-.045em}
.hero-copy h1 span{display:inline;white-space:normal}
.hero-copy h1 span:not(:last-child)::after{content:" ";}
.hero-copy h1 .hero-keyline{font-size:1em}
.hero-copy .lead{font-size:18px;line-height:1.48;max-width:560px;margin:20px 0 24px}
.hero-actions{margin-top:0;gap:24px}
.hero-trust{margin-top:28px;gap:28px}
.hero-trust-icons{display:flex;align-items:flex-start;flex-wrap:nowrap}
.hero-trust-icons span{display:flex;align-items:center;gap:11px;padding-left:0;font-size:11px;line-height:1.25;color:#5b697d}
.hero-trust-icons span:before{display:none}
.hero-trust-icons svg{width:28px;height:28px;flex:0 0 28px;fill:none;stroke:var(--teal);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.hero-trust-icons b{font-weight:600;color:#526176}

.app-preview{width:100%;margin:0;min-height:520px;transform:perspective(1800px) rotateY(-2.8deg) rotateX(.35deg) rotateZ(-.65deg) translateY(-2px);transform-origin:50% 50%;box-shadow:0 28px 68px rgba(4,48,97,.16),0 9px 24px rgba(4,48,97,.08)}
.app-preview:hover{transform:perspective(1800px) rotateY(-2deg) rotateX(.2deg) rotateZ(-.35deg) translateY(-5px)}
.preview-topbar{height:40px}.preview-body{grid-template-columns:150px minmax(0,1fr);min-height:480px}.preview-sidebar{padding:20px 15px;gap:13px;font-size:10px}.preview-content{padding:22px 22px 23px}.preview-heading{margin-bottom:13px}.preview-heading span{font-size:19px}.kpis{gap:9px}.kpis div{padding:12px 12px}.kpis small{font-size:8.5px;min-height:24px}.kpis strong{font-size:22px}.kpis em{font-size:8px}.dashboard-grid{gap:10px;margin-top:10px;grid-template-columns:minmax(0,1.55fr) minmax(190px,.8fr)}.dashboard-grid .chart-card,.mini-donut-card{height:252px;padding:14px}.paired-bars{height:180px;padding:15px 4px 20px}.paired-bars i{width:9px}.mini-donut{width:104px;height:104px;margin:16px auto 10px}.mini-donut:after{inset:24px}.mini-legend{font-size:8px;gap:4px}

.system-flow{padding-top:38px;padding-bottom:42px;background:linear-gradient(180deg,#f4f8fb 0%,#f8fafc 100%)}
.flow-grid{grid-template-columns:.8fr 1.2fr;gap:66px;align-items:center}.flow-grid>div:first-child h2{font-size:clamp(34px,3vw,46px);max-width:520px}.flow-grid>div:first-child p{font-size:15px;line-height:1.45;max-width:520px;margin:12px 0 0}
.flow-diagram-rich{position:relative;display:grid;grid-template-columns:1fr 34px .84fr 34px 1.06fr;gap:12px;align-items:center;padding-bottom:27px}
.flow-step{min-height:126px;background:#fff;border:1px solid #dfe6ed;border-radius:12px;box-shadow:0 10px 26px rgba(6,50,101,.05);display:flex;align-items:center;justify-content:center;flex-direction:column;padding:18px;color:var(--navy)}
.flow-step strong{font-size:13px}.flow-step small{font-size:10px;color:#748196;margin-top:5px}.flow-icon{width:40px;height:40px;margin-bottom:9px}.flow-icon svg{width:100%;height:100%;fill:none;stroke:var(--navy);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.civenta-step img{width:108px;height:84px;object-fit:contain}.result-step{align-items:flex-start;gap:8px;padding-left:24px}.result-step span{display:flex;align-items:center;gap:9px;font-size:13px;color:#33445d}.result-step svg{width:20px;height:20px;fill:none;stroke:var(--teal);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.flow-arrow{font-size:29px;text-align:center;color:var(--navy)}.flow-caption{position:absolute;left:0;right:0;bottom:-2px;text-align:center!important;font-size:11px!important;color:#68778b!important;margin:0!important;max-width:none!important}

.product{padding-top:44px;padding-bottom:46px}.product-head{margin-bottom:28px;grid-template-columns:1fr auto;gap:30px}.product-head>p{display:none}.product h2{font-size:clamp(32px,2.8vw,44px)}.feature-item{padding:22px 18px 20px;min-height:205px}.feature-icon{width:38px;height:38px;margin-bottom:16px}.feature-item h3{font-size:15px;margin-bottom:8px}.feature-item p{font-size:12px;line-height:1.4}
.showcase,.reporting{padding-top:46px;padding-bottom:48px}.showcase-grid{gap:60px}.scenario-panel{min-height:430px;padding:25px}.scenario-chart svg{height:230px}.showcase-copy p{font-size:16px}.reporting-grid{gap:62px}

@media(max-width:1240px){.hero-grid{grid-template-columns:1fr;gap:42px}.hero-copy{max-width:760px}.hero-copy h1{max-width:760px}.hero-trust-icons{flex-wrap:wrap}.app-preview{max-width:980px}.flow-grid{grid-template-columns:1fr;gap:30px}.flow-diagram-rich{max-width:850px}.product-head{grid-template-columns:1fr}}
@media(max-width:760px){.container{width:min(100% - 28px,1420px)}.hero{padding-top:34px;padding-bottom:34px}.hero-copy h1{font-size:42px}.hero-trust-icons{display:grid;grid-template-columns:1fr;gap:14px}.app-preview,.app-preview:hover{transform:none}.flow-diagram-rich{grid-template-columns:1fr;gap:10px}.flow-arrow{transform:rotate(90deg)}.flow-caption{position:static;margin-top:6px!important}.system-flow,.product,.showcase,.reporting{padding-top:40px;padding-bottom:42px}}

/* v9 – statische Cockpit-Darstellung wie in der Referenz: leichte 2D-Neigung, keine Animation */
.app-preview{
  width:100%;
  margin:0;
  min-height:520px;
  transform:rotate(-1.35deg) translateY(-4px);
  transform-origin:50% 50%;
  transition:none !important;
  box-shadow:0 30px 72px rgba(4,48,97,.16),0 9px 24px rgba(4,48,97,.07);
}
.app-preview:hover{
  transform:rotate(-1.35deg) translateY(-4px);
}

@media(max-width:1240px){
  .app-preview{
    max-width:980px;
    transform:rotate(-1deg) translateY(-2px);
  }
  .app-preview:hover{transform:rotate(-1deg) translateY(-2px)}
}
@media(max-width:760px){
  .app-preview,.app-preview:hover{transform:none}
}

/* v10 – Perspektive wie Referenz: linke Seite optisch kleiner, rechte groesser; keine 2D-Drehung/Animation */
.app-preview,
.app-preview:hover{
  transform:perspective(1500px) rotateY(-7deg) !important;
  transform-origin:50% 50%;
  transition:none !important;
}
.hero-grid{perspective:1800px;}
@media(max-width:1240px){
  .app-preview,.app-preview:hover{transform:perspective(1500px) rotateY(-5deg) !important;}
}
@media(max-width:760px){
  .app-preview,.app-preview:hover{transform:none !important;}
}

/* v11 – saubere Trennung im Hero, footer entfernt, hochauflösendes Logo ohne Unterstrich */
.brand{
  width:190px;
  height:100px;
}
.brand-crop{
  width:186px;
  height:98px;
  overflow:visible;
}
.brand-crop img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
}

.hero-grid{
  grid-template-columns:minmax(0,540px) minmax(0,1fr);
  gap:96px;
  align-items:center;
}
.hero-copy{
  width:100%;
  max-width:540px;
}
.hero-copy h1{
  max-width:520px;
  font-size:clamp(46px,3.45vw,58px);
  line-height:1.035;
  letter-spacing:-.045em;
}
.hero-copy .lead{
  max-width:520px;
}
.app-preview,
.app-preview:hover{
  width:100%;
  margin-left:0;
  transform:perspective(1500px) rotateY(-7deg) translateX(20px) !important;
  transform-origin:100% 50%;
}

/* Conventional footer intentionally omitted in v11. */
.footer{display:none !important;}

@media(max-width:1320px){
  .hero-grid{
    grid-template-columns:minmax(0,500px) minmax(0,1fr);
    gap:74px;
  }
  .hero-copy{max-width:500px}
  .hero-copy h1{max-width:480px;font-size:clamp(44px,3.35vw,54px)}
  .hero-copy .lead{max-width:480px}
  .app-preview,.app-preview:hover{
    transform:perspective(1500px) rotateY(-5.5deg) translateX(12px) !important;
  }
}
@media(max-width:1140px){
  .hero-grid{grid-template-columns:1fr;gap:42px}
  .hero-copy{max-width:760px}
  .hero-copy h1{max-width:720px;font-size:clamp(48px,6vw,64px)}
  .hero-copy .lead{max-width:650px}
  .app-preview,.app-preview:hover{
    max-width:980px;
    margin:0 auto;
    transform:perspective(1500px) rotateY(-3deg) !important;
    transform-origin:center;
  }
}
@media(max-width:760px){
  .brand{width:156px;height:88px}
  .brand-crop{width:152px;height:86px}
  .hero-copy h1{font-size:42px;max-width:100%}
  .app-preview,.app-preview:hover{transform:none !important}
}

/* v12 – klare Navigationslogik und eigenständige Kontaktseite */
html{scroll-padding-top:122px}
.main-nav a[aria-current="page"]{color:var(--navy);font-weight:700}

.contact-hero{padding:82px 0 72px;background:linear-gradient(180deg,#fff 0%,#f8fafc 100%);border-bottom:1px solid var(--line)}
.contact-hero-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.65fr);gap:90px;align-items:center}
.contact-hero h1{max-width:760px;font-size:clamp(48px,4.4vw,70px)}
.contact-hero .lead{max-width:720px;margin-bottom:0}
.contact-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:34px;box-shadow:0 20px 55px rgba(4,48,97,.08)}
.contact-card .contact-icon{display:flex;width:46px;height:46px;border-radius:12px;align-items:center;justify-content:center;background:var(--teal-soft);color:var(--teal);font-size:22px;margin-bottom:22px}
.contact-card small{display:block;text-transform:uppercase;letter-spacing:.13em;font-size:10px;font-weight:800;color:#7b8797;margin-bottom:5px}
.contact-card a{display:inline-block;font-size:25px;font-weight:800;color:var(--navy);margin-bottom:10px}
.contact-card p{color:#627084;margin:0}

.contact-form-section{padding:82px 0 92px}
.contact-form-grid{display:grid;grid-template-columns:minmax(0,.8fr) minmax(520px,1.2fr);gap:92px;align-items:start}
.contact-form-copy{position:sticky;top:150px}
.contact-form-copy h2{font-size:clamp(36px,3.1vw,48px);max-width:560px}
.contact-form-copy>p{font-size:17px;color:#5c697c;max-width:560px}
.contact-points{display:grid;gap:10px;margin-top:28px}
.contact-points span{position:relative;padding-left:25px;color:#425269;font-weight:650}
.contact-points span:before{content:"✓";position:absolute;left:0;color:var(--teal);font-weight:900}
.contact-form{background:#f8fafc;border:1px solid var(--line);border-radius:20px;padding:34px;display:grid;gap:20px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.contact-form label{display:grid;gap:8px;color:#34445c;font-size:13px;font-weight:700}
.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid #d9e1e8;border-radius:9px;background:#fff;padding:13px 14px;font:inherit;color:var(--ink);outline:none;transition:border-color .15s ease,box-shadow .15s ease}
.contact-form textarea{resize:vertical;min-height:145px}
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(91,153,149,.12)}
.contact-submit{border:0;cursor:pointer;width:max-content;margin-top:2px}
.form-note{font-size:12px;color:#7b8797;margin:0;max-width:650px}

@media(max-width:980px){
  .contact-hero-grid,.contact-form-grid{grid-template-columns:1fr;gap:42px}
  .contact-form-copy{position:static}
  .contact-card{max-width:620px}
}
@media(max-width:700px){
  html{scroll-padding-top:100px}
  .contact-hero{padding:52px 0 48px}
  .contact-hero h1{font-size:44px}
  .contact-form-section{padding:54px 0 64px}
  .contact-form{padding:22px}
  .form-row{grid-template-columns:1fr}
  .contact-card a{font-size:21px}
}
