/* Softwarelösungen Mikko Riese — statische Website
   Farben, Typografie und Komponenten. Keine Build-Tools nötig. */

:root{
  --accent:#C41D19;
  --accent-weak:#FBEAE9;
  --accent-ink:#8E1512;
  --ink:#14202B;
  --muted:#5A6675;
  --muted2:#475260;
  --faint:#8A94A1;
  --line:#E4E8ED;
  --line2:#E7EBF0;
  --bg:#F6F8FA;
  --paper:#FFFFFF;
  --dark:#101820;
  --maxw:1180px;
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  background:var(--bg);
  color:var(--ink);
  font-family:'IBM Plex Sans',system-ui,-apple-system,Segoe UI,sans-serif;
  font-size:17px;
  line-height:1.62;
  -webkit-font-smoothing:antialiased;
}
img{display:block;max-width:100%;}
a{color:inherit;text-decoration:none;}
h1,h2,h3{margin:0;font-weight:600;line-height:1.15;letter-spacing:-.01em;}
p{margin:0;}
::selection{background:rgba(196,29,25,.16);}

.container{max-width:var(--maxw);margin:0 auto;padding:0 24px;}
.section{padding:clamp(56px,8vw,96px) 0;}
.bg-paper{background:var(--paper);border-top:1px solid var(--line);border-bottom:1px solid var(--line);}
.mono{font-family:'IBM Plex Mono',monospace;}
.eyebrow{font-family:'IBM Plex Mono',monospace;font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--accent);}
.lead{color:var(--muted);font-size:clamp(17px,1.6vw,20px);}
.section h2{font-size:clamp(26px,3.4vw,38px);}

/* To-do markers — diese Stellen vor Veröffentlichung ersetzen */
.todo{background:#FFF4D6;border-bottom:1px dashed #E0B84A;padding:0 4px;border-radius:2px;}

/* Buttons */
.btn{display:inline-block;cursor:pointer;font-family:inherit;font-size:15px;font-weight:600;
  padding:14px 24px;border-radius:9px;border:1px solid transparent;text-align:center;}
.btn-primary{background:var(--accent);color:#fff;}
.btn-primary:hover{background:var(--accent-ink);}
.btn-secondary{background:#fff;color:var(--ink);border-color:#D5DBE2;}
.btn-secondary:hover{border-color:var(--accent);color:var(--accent-ink);}

/* Header */
.site-header{position:sticky;top:0;z-index:60;background:rgba(246,248,250,.86);
  backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--line);}
.header-inner{position:relative;height:88px;display:flex;align-items:center;justify-content:space-between;gap:16px;}
.brand{display:flex;align-items:center;gap:12px;}
.brand-mark{width:40px;height:40px;border-radius:0;background:none;object-fit:contain;display:block;flex:none;}
.brand-text{display:flex;flex-direction:column;line-height:1.15;}
.brand-text strong{font-weight:600;font-size:17px;}
.site-header .brand-mark{width:62px;height:62px;}
.brand{gap:13px;}
.brand-text .mono{font-size:10.5px;letter-spacing:.16em;text-transform:uppercase;color:#7A8492;}

.nav{display:flex;align-items:center;gap:30px;}
.nav>a{position:relative;font-size:15px;font-weight:500;color:var(--muted);padding:6px 0;}
.nav>a:hover{color:var(--ink);}
.nav>a.active{color:var(--accent);}
.nav>a.active::after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:2px;border-radius:2px;background:var(--accent);}
.nav-cta{color:#fff !important;background:var(--accent);padding:10px 18px;border-radius:8px;}
.nav-cta:hover{background:var(--accent-ink);color:#fff;}
.nav-cta::after{display:none !important;}

.nav-toggle{display:none;width:42px;height:42px;border:1px solid #DCE2E8;border-radius:9px;background:#fff;
  flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer;}
.nav-toggle span{width:18px;height:2px;background:var(--ink);border-radius:2px;}

@media (max-width:880px){
  .nav{position:absolute;top:70px;left:-24px;right:-24px;display:none;flex-direction:column;align-items:stretch;gap:0;
    background:#fff;border-bottom:1px solid var(--line);padding:8px 24px 18px;box-shadow:0 18px 30px -22px rgba(20,32,43,.3);}
  .nav.open{display:flex;}
  .nav>a{padding:13px 2px;border-bottom:1px solid #EEF1F4;font-size:17px;}
  .nav>a.active::after{display:none;}
  .nav-cta{margin-top:14px;text-align:center;border-bottom:none !important;}
  .nav-toggle{display:flex;}
}

/* Hero */
.hero{border-bottom:1px solid var(--line);overflow:hidden;}
.hero-inner{padding:clamp(54px,8vw,104px) 0;display:flex;flex-wrap:wrap;gap:clamp(36px,5vw,64px);align-items:center;}
.hero-text{flex:1 1 420px;min-width:300px;}
.hero h1{font-size:clamp(33px,4.6vw,54px);line-height:1.07;letter-spacing:-.02em;margin:20px 0 22px;}
.hero-text .lead{max-width:560px;margin-bottom:30px;}
.hero-actions{display:flex;flex-wrap:wrap;gap:13px;margin-bottom:34px;}
.hero-tags{font-family:'IBM Plex Mono',monospace;font-size:12.5px;color:#7A8492;}
.hero-media{flex:1 1 440px;min-width:300px;}

/* Browser frame */
.frame{border:1px solid #E1E6EC;border-radius:12px;overflow:hidden;background:#fff;
  box-shadow:0 1px 2px rgba(20,32,43,.05),0 24px 48px -24px rgba(20,32,43,.3);}
.frame-bar{height:36px;display:flex;align-items:center;gap:7px;padding:0 14px;background:#F3F5F8;border-bottom:1px solid #E7EBF0;}
.frame-bar i{display:block;width:10px;height:10px;border-radius:50%;background:#D9DEE5;}
.frame-bar .url{flex:1;height:18px;margin-left:8px;border-radius:5px;background:#E7EBF0;}
.frame img{width:100%;height:auto;}
.frame.small{border-radius:11px;box-shadow:0 1px 2px rgba(20,32,43,.04),0 16px 34px -24px rgba(20,32,43,.26);}
.frame.small .frame-bar{height:30px;padding:0 12px;}
.frame.small .frame-bar i{width:8px;height:8px;}
.frame.small .frame-bar .url{display:none;}
.cap{margin-top:11px;font-size:14px;color:#6B7480;}
.media-note{margin-top:12px;text-align:right;font-family:'IBM Plex Mono',monospace;font-size:11.5px;color:#8A94A1;}

/* Page head */
.page-head{background:var(--paper);border-bottom:1px solid var(--line);}
.page-head .inner{padding:clamp(52px,7vw,84px) 0;}
.page-head h1{font-size:clamp(30px,4.2vw,46px);line-height:1.1;letter-spacing:-.02em;max-width:720px;margin:16px 0;}
.page-head .lead{max-width:660px;}

/* Pillars */
.grid3{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;}
.pillar{border:1px solid var(--line2);border-radius:12px;padding:28px;background:#FBFCFD;}
.pillar .num{font-family:'IBM Plex Mono',monospace;font-size:13px;color:var(--accent);margin-bottom:18px;}
.pillar h3{font-size:20px;margin-bottom:10px;}
.pillar p{color:var(--muted);font-size:15.5px;}

/* Leistungen joined grid (start) */
.leistungen{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1px;
  background:var(--line2);border:1px solid var(--line2);border-radius:12px;overflow:hidden;}
.leistungen .item{background:#fff;padding:30px 28px;}
.leistungen .item:hover{background:#FBFCFD;}
.leistungen .num{font-family:'IBM Plex Mono',monospace;font-size:12.5px;color:#A6AFBB;margin-bottom:16px;}
.leistungen h3{font-size:18.5px;line-height:1.3;margin-bottom:10px;}
.leistungen p{color:var(--muted);font-size:15px;}

/* Leistungen cards (leistungen.html) */
.lcards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;}
.lcard{border:1px solid var(--line2);border-radius:12px;padding:32px 30px;background:#fff;}
.lcard .head{display:flex;align-items:center;gap:12px;margin-bottom:18px;}
.lcard .num{font-family:'IBM Plex Mono',monospace;font-size:12.5px;color:#A6AFBB;}
.lcard h3{font-size:21px;line-height:1.25;margin-bottom:12px;}
.lcard p{color:var(--muted);font-size:15.5px;}
.diamond{width:9px;height:9px;border-radius:2px;background:var(--accent);transform:rotate(45deg);flex:none;}

/* Tech chips */
.chips{display:flex;flex-wrap:wrap;gap:12px;}
.chip{font-family:'IBM Plex Mono',monospace;font-size:13.5px;color:#37424E;background:#F4F6F9;
  border:1px solid var(--line);border-radius:7px;padding:9px 14px;}

/* Section header row */
.row-head{display:flex;flex-wrap:wrap;gap:16px;align-items:flex-end;justify-content:space-between;margin-bottom:40px;}
.link-accent{font-weight:600;font-size:15px;color:var(--accent-ink);}
.link-accent:hover{text-decoration:underline;}

/* Teasers */
.teasers{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:26px;}
.teaser{display:flex;flex-direction:column;border:1px solid var(--line2);border-radius:12px;overflow:hidden;background:#fff;}
.teaser:hover{box-shadow:0 18px 40px -22px rgba(20,32,43,.32);}
.teaser .thumb{height:178px;overflow:hidden;background:#F3F5F8;border-bottom:1px solid #EDF0F4;padding:16px 16px 0;}
.teaser .thumb img{border:1px solid #E7EBF0;border-bottom:none;border-radius:8px 8px 0 0;}
.teaser .body{padding:22px 24px 26px;}
.teaser .branche{font-family:'IBM Plex Mono',monospace;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#8A94A1;margin-bottom:10px;}
.teaser h3{font-size:18px;margin-bottom:8px;}
.teaser p{color:var(--muted);font-size:15px;margin-bottom:14px;}
.teaser .more{font-weight:600;font-size:14.5px;color:var(--accent-ink);}

/* CTA band */
.cta{background:#131C26;border-radius:16px;padding:clamp(36px,5vw,60px);
  display:flex;flex-wrap:wrap;gap:28px;align-items:center;justify-content:space-between;}
.cta .txt{max-width:640px;}
.cta h2{color:#fff;font-size:clamp(24px,3vw,34px);line-height:1.18;margin-bottom:12px;}
.cta p{color:#AAB4C0;}
.cta .btn{white-space:nowrap;font-size:16px;padding:15px 28px;}

/* Case studies */
.cases .case{border-bottom:1px solid var(--line);background:var(--bg);}
.cases .case:nth-child(even){background:#fff;}
.case .inner{padding:clamp(54px,7vw,92px) 0;}
.case-top{display:flex;flex-wrap:wrap;gap:clamp(32px,4vw,56px);margin-bottom:34px;}
.case-main{flex:1 1 360px;min-width:280px;}
.case .branche{font-family:'IBM Plex Mono',monospace;font-size:11.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin-bottom:14px;}
.case h2{font-size:clamp(24px,3vw,34px);line-height:1.16;margin-bottom:20px;}
.case .block{margin-bottom:15px;}
.case .label{font-family:'IBM Plex Mono',monospace;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#9AA3AE;margin-bottom:6px;}
.case .block p{color:var(--muted2);font-size:16px;}
.nutzen-box{flex:1 1 300px;min-width:260px;}
.nutzen-card{height:100%;border:1px solid var(--line2);border-radius:12px;padding:26px 28px;background:#FBFCFD;}
.nutzen-card .label{color:var(--accent);margin-bottom:18px;}
.nutzen-card .n{display:flex;gap:12px;align-items:flex-start;padding:11px 0;border-bottom:1px solid #EDF0F4;}
.nutzen-card .n:last-child{border-bottom:none;}
.nutzen-card .n span{font-size:15.5px;color:#37424E;font-weight:500;}
.dot{margin-top:8px;width:7px;height:7px;border-radius:2px;background:var(--accent);transform:rotate(45deg);flex:none;}
.flow-card .label{margin-bottom:16px;}
.flow-card .step{display:flex;gap:13px;align-items:flex-start;padding:11px 0;border-bottom:1px solid #EDF0F4;}
.flow-card .step:last-child{border-bottom:none;padding-bottom:0;}
.flow-card .step-n{flex:none;width:23px;height:23px;border-radius:6px;background:var(--accent-weak);color:var(--accent-ink);font-family:'IBM Plex Mono',monospace;font-size:12.5px;font-weight:600;display:flex;align-items:center;justify-content:center;margin-top:1px;}
.flow-card .step-b{display:flex;flex-direction:column;gap:2px;}
.flow-card .step-b strong{font-size:14.5px;font-weight:600;color:#26303A;letter-spacing:-.005em;}
.flow-card .step-b span{font-size:12.5px;line-height:1.5;color:var(--muted);}
.case-primary{margin:0 0 22px;}
.case-shots{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:22px;}
figure{margin:0;}

/* About */
.about{display:flex;flex-wrap:wrap;gap:clamp(34px,5vw,64px);align-items:flex-start;}
.about-text{flex:1 1 440px;min-width:300px;}
.about-text h1{font-size:clamp(28px,3.8vw,42px);line-height:1.12;margin-bottom:24px;}
.about-text p{color:var(--muted);margin-bottom:18px;}
.about-text p.first{color:#37424E;font-size:18px;}
.about-media{flex:1 1 280px;min-width:240px;}
.portrait{aspect-ratio:4/5;border:1px dashed #C7CFD8;border-radius:12px;display:flex;align-items:center;justify-content:center;text-align:center;padding:24px;
  background:repeating-linear-gradient(135deg,#F4F6F9,#F4F6F9 11px,#EEF1F5 11px,#EEF1F5 22px);}
.portrait span{font-family:'IBM Plex Mono',monospace;font-size:12px;color:#8A94A1;}
.arbeit{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;}
.arbeit .a{display:flex;gap:14px;align-items:flex-start;background:#fff;border:1px solid var(--line2);border-radius:12px;padding:26px 24px;}
.arbeit .a span{font-size:16.5px;font-weight:500;color:#2B3640;}

/* Contact */
.contact{display:flex;flex-wrap:wrap;gap:clamp(34px,5vw,64px);align-items:flex-start;}
.contact-info{flex:1 1 360px;min-width:280px;}
.contact-info h1{font-size:clamp(28px,3.8vw,44px);line-height:1.1;letter-spacing:-.02em;margin:16px 0 18px;}
.contact-list{margin-top:4px;}
.contact-list .ci{display:flex;gap:18px;padding:16px 0;border-top:1px solid #EDF0F4;}
.contact-list .ci:last-child{border-bottom:1px solid #EDF0F4;}
.contact-list .k{font-family:'IBM Plex Mono',monospace;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#9AA3AE;width:96px;flex:none;padding-top:2px;}
.contact-list .v{color:#37424E;}
.contact-form{flex:1 1 380px;min-width:300px;background:#FBFCFD;border:1px solid var(--line2);border-radius:14px;padding:clamp(26px,3vw,36px);}
.field{margin-bottom:18px;}
.field label{display:block;font-size:13.5px;font-weight:600;color:#37424E;margin-bottom:7px;}
.field input,.field textarea{width:100%;font-family:inherit;font-size:15px;color:var(--ink);
  padding:12px 14px;border:1px solid #D7DDE4;border-radius:8px;background:#fff;}
.field textarea{resize:vertical;}
.field input:focus,.field textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-weak);}
.field-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px;}
.check{display:flex;gap:10px;align-items:flex-start;margin-bottom:22px;cursor:pointer;font-size:13.5px;color:#6B7480;}
.check input{margin-top:4px;width:16px;height:16px;accent-color:var(--accent);flex:none;}
.form-note{margin-top:14px;text-align:center;font-family:'IBM Plex Mono',monospace;font-size:11px;color:#9AA3AE;}
.req{color:var(--accent);font-weight:700;}
.field label .opt{font-weight:400;font-size:12px;color:#9AA3AE;text-transform:none;letter-spacing:0;}
.ct-hint{margin-top:18px;font-size:14px;line-height:1.55;color:var(--muted);max-width:380px;}
.ct-alt{margin-top:24px;padding-top:20px;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:7px;}
.ct-alt .k{font-family:'IBM Plex Mono',monospace;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#9AA3AE;}
.ct-alt .v{font-size:16px;font-weight:600;color:var(--accent-ink);text-decoration:none;width:fit-content;}
.ct-alt .v:hover{text-decoration:underline;}
.ct-privacy{margin-top:16px;font-size:12.5px;line-height:1.55;color:#8A94A1;}
.ct-privacy a{color:var(--accent-ink);}
/* Honeypot-Feld: für Menschen unsichtbar, im Quelltext aber vorhanden. */
.hp-field{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden;}
/* Status-Meldung nach dem Absenden (von main.js eingeblendet). */
.form-status{margin-bottom:22px;padding:15px 18px;border-radius:11px;font-size:14.5px;line-height:1.55;
  border:1px solid transparent;}
.form-status.is-ok{background:#EAF6EE;border-color:#BFE3CC;color:#1E5B36;}
.form-status.is-err{background:#FBECEC;border-color:#F0CDCD;color:#8E2C2C;}

/* Legal */
.legal-page{background:var(--paper);}
.legal{max-width:780px;margin:0 auto;padding:clamp(52px,7vw,84px) 24px;}
.legal h1{font-size:clamp(28px,3.6vw,40px);margin:10px 0;}
.legal h2{font-size:19px;margin:26px 0 10px;}
.legal p{color:var(--muted);}
.legal h2 + p{margin-top:0;}
.legal p + p{margin-top:10px;}
.legal-intro{font-size:clamp(16px,1.6vw,18px);color:var(--muted2);margin:6px 0 34px;line-height:1.66;}
.legal ul{margin:10px 0 4px;padding-left:22px;color:var(--muted);}
.legal ul li{margin-bottom:7px;line-height:1.6;}
.legal a{color:var(--accent-ink);}
/* E-Mail-Schutz: Adresse steht im Quelltext rückwärts, CSS dreht sie sichtbar
   wieder richtig herum. So bleibt sie ohne JS lesbar und für Verschleierungs-
   Dienste (z. B. Cloudflare) unkenntlich. JS macht daraus einen mailto-Link. */
.email-rev{unicode-bidi:bidi-override;direction:rtl;}
.legal-aside{margin-top:12px;padding:14px 18px;background:var(--accent-weak);border-left:3px solid var(--accent);
  border-radius:0 10px 10px 0;font-size:14px !important;color:#27425F !important;line-height:1.6;}
.legal .note{font-family:'IBM Plex Mono',monospace;font-size:12px;color:#9AA3AE;margin-bottom:36px;}

/* Footer */
.site-footer{background:var(--dark);color:#C2CAD4;}
.footer-inner{padding:clamp(48px,6vw,72px) 0 clamp(28px,3vw,36px);}
.footer-top{display:flex;flex-wrap:wrap;gap:40px;justify-content:space-between;}
.footer-brand{max-width:330px;}
.footer-brand .row{display:flex;align-items:center;gap:12px;margin-bottom:16px;}
.footer-brand strong{color:#fff;font-size:15px;font-weight:600;}
.footer-brand .mono{font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:#7E8896;}
.footer-brand p{font-size:14.5px;color:#8B95A1;line-height:1.6;}
.footer-cols{display:flex;flex-wrap:wrap;gap:clamp(36px,5vw,72px);}
.footer-cols .h{font-family:'IBM Plex Mono',monospace;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#6E7884;margin-bottom:16px;}
.footer-cols a{display:block;font-size:14.5px;color:#C2CAD4;margin-bottom:11px;}
.footer-cols a:hover{color:#fff;}
.footer-bottom{margin-top:44px;padding-top:22px;border-top:1px solid #22303C;
  display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;align-items:center;}
.footer-bottom .c{font-size:13px;color:#727C88;}
.footer-bottom .mono{font-size:11px;color:#5F6975;}

/* =====================================================================
   STARTSEITE — überarbeitetes, hochwertigeres Layout (.st-*)
   Nur auf index.html verwendet; Unterseiten bleiben unverändert.
   ===================================================================== */

.st-section{padding:clamp(64px,9vw,118px) 0;}
.st-head{margin-bottom:44px;}
.st-head h2{font-size:clamp(27px,3.5vw,40px);letter-spacing:-.015em;margin:14px 0 12px;}
.st-head .lead{max-width:620px;}
.st-head.center{max-width:680px;margin-left:auto;margin-right:auto;text-align:center;}
.st-head.center .lead{margin-left:auto;margin-right:auto;}
.st-rowhead{display:flex;flex-wrap:wrap;gap:16px;align-items:flex-end;justify-content:space-between;margin-bottom:42px;}

/* --- Hero --- */
.st-hero{position:relative;overflow:hidden;border-bottom:1px solid var(--line);
  background:
    radial-gradient(1100px 560px at 82% -14%, rgba(196,29,25,.13), transparent 60%),
    linear-gradient(180deg,#FFFFFF 0%, #F6F8FA 74%);}
.st-hero .grid-bg{position:absolute;inset:0;pointer-events:none;
  background-image:
    linear-gradient(rgba(20,32,43,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20,32,43,.05) 1px, transparent 1px);
  background-size:36px 36px;
  -webkit-mask:radial-gradient(72% 72% at 74% 26%, #000 0%, transparent 72%);
          mask:radial-gradient(72% 72% at 74% 26%, #000 0%, transparent 72%);}
.st-hero .inner{position:relative;z-index:1;
  padding:clamp(56px,8vw,110px) 0 clamp(50px,6vw,86px);
  display:flex;flex-wrap:wrap;gap:clamp(40px,5vw,72px);align-items:center;}
.st-hero-text{flex:1 1 400px;min-width:300px;}
.st-hero h1{font-size:clamp(34px,4.8vw,56px);line-height:1.05;letter-spacing:-.025em;margin:20px 0 22px;}
.st-hero h1 .hl{color:var(--accent);}
.st-hero .lead{max-width:540px;margin-bottom:26px;}
.st-chips{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:32px;}
.st-chip{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:#37424E;
  background:rgba(255,255,255,.72);border:1px solid var(--line);border-radius:999px;padding:8px 14px;
  -webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);}
.st-chip::before{content:"";width:6px;height:6px;border-radius:2px;background:var(--accent);transform:rotate(45deg);}
.st-hero-actions{display:flex;flex-wrap:wrap;gap:13px;}

.st-hero-media{flex:1.25 1 520px;min-width:300px;}
.st-flow{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden;}
.st-flow::before{content:"";position:absolute;left:-3%;width:60%;top:63%;height:1px;transform:rotate(-7deg);transform-origin:left center;
  background:repeating-linear-gradient(90deg, rgba(196,29,25,.16) 0 5px, transparent 5px 13px);}
.st-flow::after{content:"";position:absolute;left:34%;width:30%;top:50%;height:1px;transform:rotate(-7deg);transform-origin:left center;
  background:repeating-linear-gradient(90deg, rgba(196,29,25,.10) 0 5px, transparent 5px 13px);}
@media (max-width:980px){.st-flow{display:none;}}
.st-shot{position:relative;}
.st-shot .glow{position:absolute;z-index:0;inset:3% -5% -9% 2%;
  background:radial-gradient(58% 58% at 52% 42%, rgba(196,29,25,.24), transparent 70%);filter:blur(16px);}
.st-shot .main-frame{position:relative;z-index:3;
  box-shadow:0 1px 2px rgba(20,32,43,.05), 0 40px 70px -30px rgba(20,32,43,.46);}
.st-shot .peek{position:absolute;z-index:2;right:-22px;bottom:-30px;width:47%;
  box-shadow:0 1px 2px rgba(20,32,43,.05), 0 28px 50px -26px rgba(20,32,43,.45);}
.st-badge{position:absolute;z-index:4;left:18px;top:-15px;display:inline-flex;align-items:center;gap:8px;
  background:#fff;border:1px solid var(--line);border-radius:999px;padding:7px 14px;
  font-size:12.5px;font-weight:600;color:#2B3640;box-shadow:0 12px 26px -16px rgba(20,32,43,.55);}
.st-badge .pulse{width:8px;height:8px;border-radius:50%;background:#2E9E6B;}
.st-info{position:absolute;z-index:5;left:-16px;bottom:-24px;max-width:308px;
  background:#fff;border:1px solid var(--line);border-radius:14px;padding:15px 18px;
  box-shadow:0 20px 44px -22px rgba(20,32,43,.55);}
.st-info-row{font-family:'IBM Plex Mono',monospace;font-size:10.5px;letter-spacing:.07em;color:var(--accent);margin-bottom:5px;}
.st-info-main{font-size:15px;font-weight:600;color:#1B2733;}
@media (max-width:620px){
  .st-info{position:static;left:auto;bottom:auto;max-width:none;margin-top:18px;}
}
@media (max-width:980px){
  .st-shot .peek{display:none;}
  .st-shot .glow{inset:0;}
}

/* --- Vertrauenszeile / Trust-Bar --- */
.st-trust{background:linear-gradient(180deg,#FBFCFE,#FFFFFF);border-bottom:1px solid var(--line);}
.st-trust .inner{padding:26px 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(232px,1fr));gap:14px 0;}
.st-trust .ti{display:flex;align-items:center;justify-content:center;gap:13px;padding:8px 24px;
  font-size:15px;font-weight:500;color:#394654;text-align:left;position:relative;}
.st-trust .ti + .ti::before{content:"";position:absolute;left:0;top:14%;bottom:14%;width:1px;background:var(--line);}
.st-trust .ti .d{flex:none;width:24px;height:24px;border-radius:50%;background:var(--accent-weak);
  display:flex;align-items:center;justify-content:center;transform:none;}
.st-trust .ti .d::before{content:"";width:7px;height:7px;border-radius:2px;background:var(--accent);transform:rotate(45deg);}
@media (max-width:620px){.st-trust .ti + .ti::before{display:none;}}

/* --- So arbeite ich (Prozess) --- */
.st-process{position:relative;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;}
.st-process::before{content:"";position:absolute;top:56px;left:9%;right:9%;height:2px;z-index:0;
  background:linear-gradient(90deg,transparent,var(--line) 14%,var(--line) 86%,transparent);}
.st-step{position:relative;z-index:1;background:#fff;border:1px solid var(--line2);border-radius:14px;padding:32px 28px;}
.st-step .no{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:13px;
  background:var(--accent-weak);color:var(--accent-ink);font-family:'IBM Plex Mono',monospace;font-weight:600;font-size:16px;margin-bottom:18px;}
.st-step h3{font-size:20px;margin-bottom:10px;}
.st-step p{color:var(--muted);font-size:15.5px;}
@media (max-width:880px){.st-process::before{display:none;}}

/* --- Leistungen (kompakte Feature-Blöcke) --- */
.st-feat{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:18px;}
.st-fcard{display:flex;gap:16px;align-items:flex-start;background:#fff;border:1px solid var(--line2);border-radius:14px;padding:24px;
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;}
.st-fcard:hover{transform:translateY(-3px);box-shadow:0 22px 44px -28px rgba(20,32,43,.4);border-color:#D7DEE6;}
.st-fcard .ic{flex:none;width:42px;height:42px;border-radius:11px;background:var(--accent-weak);display:flex;align-items:center;justify-content:center;}
.st-fcard .ic i{width:12px;height:12px;border-radius:3px;background:var(--accent);transform:rotate(45deg);display:block;}
.st-fcard .num{display:block;font-family:'IBM Plex Mono',monospace;font-size:11px;color:#A6AFBB;margin-bottom:6px;}
.st-fcard h3{font-size:16.5px;margin-bottom:5px;line-height:1.3;}
.st-fcard p{color:var(--muted);font-size:14px;}

/* --- Praxisbeispiele (Karten mit Screenshot) --- */
.st-cases{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px;}
.st-ccard{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line2);border-radius:16px;overflow:hidden;
  transition:transform .25s ease, box-shadow .25s ease;}
.st-ccard:hover{transform:translateY(-4px);box-shadow:0 30px 56px -32px rgba(20,32,43,.42);}
.st-ccard .shot{padding:18px 18px 0;background:linear-gradient(180deg,#EEF2F6,#fff);}
.st-ccard .miniframe{border:1px solid var(--line2);border-bottom:none;border-radius:10px 10px 0 0;overflow:hidden;background:#fff;}
.st-ccard .miniframe .bar{height:28px;display:flex;align-items:center;gap:6px;padding:0 12px;background:#F3F5F8;border-bottom:1px solid #E7EBF0;}
.st-ccard .miniframe .bar i{width:8px;height:8px;border-radius:50%;background:#D9DEE5;display:block;}
.st-ccard .miniframe img{width:100%;height:182px;object-fit:cover;object-position:top center;display:block;}
.st-ccard .body{display:flex;flex-direction:column;flex:1;padding:20px 24px 24px;}
.st-ccard .label{font-family:'IBM Plex Mono',monospace;font-size:10.5px;letter-spacing:.13em;text-transform:uppercase;color:var(--accent);margin-bottom:9px;}
.st-ccard h3{font-size:18px;margin-bottom:14px;}
.st-pl .r{display:flex;gap:10px;margin-bottom:8px;}
.st-pl .t{flex:none;width:62px;padding-top:2px;font-family:'IBM Plex Mono',monospace;font-size:9.5px;letter-spacing:.1em;text-transform:uppercase;color:#9AA3AE;}
.st-pl .x{font-size:14px;color:var(--muted2);}
.st-ccard .cap{margin-top:16px;padding-top:14px;border-top:1px solid #EDF0F4;font-size:12.5px;color:#8A94A1;}
.st-ccard .more{margin-top:14px;font-weight:600;font-size:14px;color:var(--accent-ink);}

/* --- Abschluss-CTA --- */
.st-finalcta{position:relative;overflow:hidden;border-radius:20px;padding:clamp(40px,6vw,68px);color:#fff;
  background:
    radial-gradient(900px 420px at 10% -25%, rgba(196,29,25,.55), transparent 58%),
    linear-gradient(135deg,#15212E 0%, #0E1822 100%);}
.st-finalcta .grid-bg{position:absolute;inset:0;pointer-events:none;
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size:38px 38px;
  -webkit-mask:radial-gradient(85% 95% at 82% 8%, #000, transparent 75%);
          mask:radial-gradient(85% 95% at 82% 8%, #000, transparent 75%);}
.st-finalcta .inner{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:30px;align-items:center;justify-content:space-between;}
.st-finalcta h2{font-size:clamp(25px,3.2vw,38px);line-height:1.14;margin-bottom:14px;color:#fff;max-width:660px;}
.st-finalcta p{color:#AEB8C4;max-width:560px;}
.st-finalcta .who{display:flex;align-items:center;gap:12px;margin-top:24px;}
.st-finalcta .who .av{flex:none;width:42px;height:42px;border-radius:12px;background:var(--accent);color:#fff;
  display:flex;align-items:center;justify-content:center;font-family:'IBM Plex Mono',monospace;font-weight:600;font-size:14px;}
.st-finalcta .who .t{font-size:13.5px;color:#C2CAD4;}
.st-finalcta .acts{display:flex;flex-wrap:wrap;gap:13px;}
.btn-light{background:#fff;color:#14202B;}
.btn-light:hover{background:#EAEEF3;}
.btn-ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.28);}
.btn-ghost:hover{border-color:#fff;background:rgba(255,255,255,.06);}

/* --- dezentes Scroll-Reveal (ohne JS sichtbar) --- */
.js .reveal{opacity:0;transform:translateY(16px);transition:opacity .6s ease, transform .6s ease;}
.js .reveal.in{opacity:1;transform:none;}
@media (prefers-reduced-motion:reduce){
  .js .reveal{opacity:1 !important;transform:none !important;transition:none !important;}
}

/* =====================================================================
   BEISPIELE / FALLSTUDIEN — Ergänzungen
   ===================================================================== */
.bx-note{display:flex;gap:16px;align-items:flex-start;background:#fff;border:1px solid var(--line);border-radius:14px;
  padding:22px 26px;box-shadow:0 1px 2px rgba(20,32,43,.04);}
.bx-note .mk{flex:none;width:26px;height:26px;border-radius:50%;background:var(--accent-weak);display:flex;align-items:center;justify-content:center;}
.bx-note .mk::before{content:"";width:8px;height:8px;border-radius:2px;background:var(--accent);transform:rotate(45deg);}
.bx-note p{margin:0;color:#3A4654;font-size:15.5px;}
.case-intro{margin:0 0 18px;color:#37424E;font-size:17px;}
.case-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px;}
.case-tags .tag{font-family:'IBM Plex Mono',monospace;font-size:12px;color:#46566A;background:#F1F4F8;border:1px solid var(--line);border-radius:6px;padding:6px 11px;}
/* Use-Case Gewichtung */
.case-badge{display:inline-flex;align-items:center;gap:7px;font-family:'IBM Plex Mono',monospace;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#fff;background:var(--accent);border-radius:999px;padding:6px 13px;margin-bottom:14px;}
.case-badge::before{content:"";width:7px;height:7px;border-radius:2px;background:#fff;transform:rotate(45deg);opacity:.9;}
.case-badge.muted{background:#EEF1F5;color:#5A6675;}
.case-badge.muted::before{background:#9AA3AE;}
.case-sub{font-family:'IBM Plex Mono',monospace;font-size:13px;letter-spacing:.02em;color:#7A8492;margin:-10px 0 20px;}
.case-feature .inner{padding-top:clamp(64px,8vw,108px);padding-bottom:clamp(64px,8vw,108px);}
.case-feature .case-shots{grid-template-columns:repeat(3,1fr);gap:16px;}
.case-compact .inner{padding-top:clamp(40px,5vw,64px);padding-bottom:clamp(40px,5vw,64px);}
.case-compact h2{font-size:clamp(21px,2.4vw,27px);}
.case-compact .case-primary{max-width:780px;}
@media (max-width:760px){.case-feature .case-shots{grid-template-columns:1fr;}}
.shot-ph{height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;text-align:center;padding:24px;
  background:repeating-linear-gradient(135deg,#F4F6F9,#F4F6F9 12px,#EEF1F5 12px,#EEF1F5 24px);}
.shot-ph .t{font-family:'IBM Plex Mono',monospace;font-size:12.5px;letter-spacing:.06em;color:#7A8492;}
.shot-ph .s{font-size:13px;color:#9AA3AE;}
.task-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:14px;}
.task{display:flex;gap:13px;align-items:center;background:#fff;border:1px solid var(--line2);border-radius:12px;padding:16px 18px;}
.task .d{flex:none;width:9px;height:9px;border-radius:2px;background:var(--accent);transform:rotate(45deg);}
.task span{font-size:15px;color:#36424F;font-weight:500;}
@media (max-width:620px){
  .bx-note{padding:18px 18px;}
  .shot-ph{height:220px;}
  .case-intro{font-size:16px;}
}
@media (max-width:620px){
  /* Hero: ruhiger, weniger Polster, kompaktere Schrift */
  .st-hero .inner{padding:38px 0 34px;}
  .st-hero h1{font-size:clamp(29px,8.4vw,40px);line-height:1.08;margin:16px 0 16px;}
  .st-hero .lead{font-size:16px;}
  .st-chips{gap:8px;margin-bottom:24px;}
  .st-chip{font-size:12.5px;padding:7px 12px;}

  /* Buttons volle Breite, sichere Tap-Höhe */
  .st-hero-actions{flex-direction:column;align-items:stretch;}
  .st-hero-actions .btn{width:100%;padding:15px 24px;}

  /* Screenshot-Overlays dezenter */
  .st-badge{left:12px;top:-12px;font-size:12px;padding:6px 12px;}
  .st-info{padding:14px 16px;box-shadow:0 14px 30px -18px rgba(20,32,43,.45);}

  /* Abschnitts-Abstände kompakter */
  .st-section{padding:54px 0;}
  .st-head{margin-bottom:32px;}
  .st-rowhead{margin-bottom:30px;}

  /* Trust-Bar: ruhige Liste mit etwas mehr Luft */
  .st-trust .inner{padding:18px 0;gap:4px 0;}
  .st-trust .ti{justify-content:flex-start;padding:11px 6px;font-size:15px;}

  /* Abschluss-CTA: Buttons volle Breite */
  .st-finalcta{padding:34px 24px;}
  .st-finalcta .acts{width:100%;flex-direction:column;align-items:stretch;}
  .st-finalcta .acts .btn{width:100%;}

  /* Praxisbeispiel-Karten: Bildausschnitt etwas niedriger */
  .st-ccard .miniframe img{height:168px;}
}

/* =====================================================================
   ÜBER MICH — Ergänzungen
   ===================================================================== */
.ab-split{display:grid;grid-template-columns:1fr 1fr;gap:18px;}
.ab-col{background:#fff;border:1px solid var(--line2);border-radius:14px;padding:26px 28px;box-shadow:0 1px 2px rgba(20,32,43,.04);}
.ab-col .label{font-family:'IBM Plex Mono',monospace;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--accent-ink);margin-bottom:18px;}
.ab-col .n{display:flex;gap:12px;align-items:flex-start;padding:9px 0;}
.ab-col .n span:last-child{font-size:15px;color:#37424E;line-height:1.5;}
.info-card{background:#fff;border:1px solid var(--line2);border-radius:14px;padding:26px 28px;box-shadow:0 1px 2px rgba(20,32,43,.04);}
.info-card .label{font-family:'IBM Plex Mono',monospace;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--accent-ink);margin-bottom:18px;line-height:1.5;}
.info-card .n{display:flex;gap:12px;align-items:center;padding:8px 0;}
.info-card .n span:last-child{font-size:15px;color:#37424E;font-weight:500;}
.hero-about{display:grid;grid-template-columns:1.55fr 1fr;gap:clamp(34px,5vw,70px);align-items:start;}
.hero-about-card{padding-top:38px;}
@media (max-width:880px){
  .hero-about{grid-template-columns:1fr;gap:36px;}
  .hero-about-card{padding-top:0;max-width:440px;}
}
.ab-points{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;max-width:920px;}
.ab-pt{display:flex;gap:15px;align-items:flex-start;background:#fff;border:1px solid var(--line2);border-radius:14px;padding:24px;}
.ab-pt .ic{flex:none;width:40px;height:40px;border-radius:11px;background:var(--accent-weak);display:flex;align-items:center;justify-content:center;}
.ab-pt .ic i{width:11px;height:11px;border-radius:3px;background:var(--accent);transform:rotate(45deg);display:block;}
.ab-pt h3{font-size:16px;margin-bottom:5px;line-height:1.3;}
.ab-pt p{margin:0;color:var(--muted);font-size:14px;line-height:1.5;}
.lz-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;}
.lz-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line2);border-radius:16px;padding:30px 30px 28px;
  box-shadow:0 1px 2px rgba(20,32,43,.04);transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;}
.lz-card:hover{transform:translateY(-3px);box-shadow:0 26px 50px -30px rgba(20,32,43,.4);border-color:#D7DEE6;}
.lz-head{display:flex;align-items:center;gap:14px;margin-bottom:14px;}
.lz-head .num{flex:none;width:40px;height:40px;border-radius:11px;background:var(--accent-weak);color:var(--accent-ink);
  font-family:'IBM Plex Mono',monospace;font-weight:600;font-size:14px;display:flex;align-items:center;justify-content:center;}
.lz-head h3{font-size:19px;line-height:1.25;letter-spacing:-.01em;}
.lz-use{color:#37424E;font-size:16px;line-height:1.55;margin-bottom:22px;}
.lz-tasks{border-top:1px solid var(--line);padding-top:18px;margin-bottom:22px;}
.lz-tasks .t-label{font-family:'IBM Plex Mono',monospace;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#8A94A1;margin-bottom:12px;}
.lz-tasks .t{display:flex;gap:11px;align-items:flex-start;padding:5px 0;}
.lz-tasks .t span:last-child{font-size:14.5px;color:var(--muted2);line-height:1.5;}
.lz-card .case-tags{margin-top:auto;}
@media (max-width:820px){.lz-grid{grid-template-columns:1fr;}}
.lz-group-head{display:flex;align-items:baseline;gap:14px;margin-bottom:20px;padding-bottom:14px;border-bottom:1px solid var(--line);}
.lz-group-head .gnum{font-family:'IBM Plex Mono',monospace;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--accent-ink);
  background:var(--accent-weak);padding:5px 10px;border-radius:7px;white-space:nowrap;}
.lz-group-head h3{font-size:clamp(18px,2.2vw,22px);letter-spacing:-.01em;color:#1F2933;}
/* Prozessleiste mit Pfeilen */
.lz-proc{grid-template-columns:1fr auto 1fr auto 1fr;align-items:stretch;}
.lz-proc::before{display:none;}
.lz-proc .st-step{display:flex;flex-direction:column;border-top:3px solid var(--accent);}
.proc-arrow{align-self:center;width:26px;height:26px;border-top:2px solid var(--line3,#C3CCD6);border-right:2px solid var(--line3,#C3CCD6);
  transform:rotate(45deg);flex:none;}
@media (max-width:880px){
  .lz-proc{grid-template-columns:1fr;}
  .proc-arrow{transform:rotate(135deg);margin:2px auto;}
}
/* Hervorgehobene Hinweisbox */
.bx-note.hl{max-width:880px;background:var(--accent-weak);border-color:transparent;border-left:3px solid var(--accent);
  border-radius:0 14px 14px 0;padding:26px 30px;box-shadow:none;}
.bx-note.hl .mk{background:#fff;}
.bx-note.hl p{color:#27425F;}
@media (max-width:720px){
  .ab-split{grid-template-columns:1fr;}
  .ab-points{grid-template-columns:1fr;}
}
