/* JKAB Digital – Website Styles */
@font-face{font-family:'Sora';font-weight:500;font-display:swap;src:url('fonts/sora-latin-500-normal.woff2') format('woff2')}
@font-face{font-family:'Sora';font-weight:600;font-display:swap;src:url('fonts/sora-latin-600-normal.woff2') format('woff2')}
@font-face{font-family:'Sora';font-weight:700;font-display:swap;src:url('fonts/sora-latin-700-normal.woff2') format('woff2')}
@font-face{font-family:'Manrope';font-weight:400;font-display:swap;src:url('fonts/manrope-latin-400-normal.woff2') format('woff2')}
@font-face{font-family:'Manrope';font-weight:500;font-display:swap;src:url('fonts/manrope-latin-500-normal.woff2') format('woff2')}
@font-face{font-family:'Manrope';font-weight:600;font-display:swap;src:url('fonts/manrope-latin-600-normal.woff2') format('woff2')}
@font-face{font-family:'Manrope';font-weight:700;font-display:swap;src:url('fonts/manrope-latin-700-normal.woff2') format('woff2')}

:root{
  --navy:#07142E; --navy-2:#0F1F45; --navy-3:#111F42; --line-dark:#243766;
  --blue:#1F4BFF; --blue-hover:#1537C9; --orange:#FF6A13; --orange-text:#C2410C;
  --ground:#F4F6FB; --white:#FFFFFF; --ink:#0B1433; --muted:#46537A; --muted-dark:#B7C3E0; --line:#E1E6F2;
  --pad-x:80px; --section-y:120px; --max:1280px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{margin:0;font-family:'Manrope',system-ui,sans-serif;background:var(--ground);color:var(--ink);line-height:1.5}
h1,h2,h3{font-family:'Sora',system-ui,sans-serif;margin:0}
p{margin:0}
a{color:var(--blue);text-decoration:none}
a:hover{color:var(--blue-hover)}
img{max-width:100%;display:block}
.wrap{max-width:var(--max);margin:0 auto}
.section{padding:var(--section-y) var(--pad-x)}
.section.white{background:var(--white)}
.section.dark{background:var(--navy);color:var(--white)}
.eyebrow{font-size:14px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--blue)}
.dark .eyebrow{color:var(--orange)}
.h2{font-size:48px;line-height:1.12;font-weight:700;letter-spacing:-.015em}
.lead{font-size:18px;line-height:1.65;color:var(--muted);max-width:500px}
.dark .lead{color:var(--muted-dark)}
.head{display:flex;justify-content:space-between;align-items:flex-end;gap:80px;margin-bottom:56px}
.head-text{display:flex;flex-direction:column;gap:16px;max-width:700px}

/* Buttons */
.btn{display:inline-block;padding:18px 30px;border-radius:999px;font-size:17px;font-weight:700;text-align:center;transition:transform .15s ease,background .15s ease}
.btn:hover{transform:translateY(-1px)}
.btn-orange{background:var(--orange);color:var(--navy)}
.btn-orange:hover{color:var(--navy);background:#FF7D33}
.btn-ghost{border:1.5px solid #3A4E80;color:var(--white);font-weight:600}
.btn-ghost:hover{color:var(--white);border-color:#6B7FB3}
.btn-navy{background:var(--navy);color:var(--white);font-size:18px;padding:20px 32px}
.btn-navy:hover{color:var(--white);background:#10224A}

/* Header */
.site-header{background:var(--navy);padding:24px var(--pad-x) 0;height:120px;display:flex;align-items:center}
.site-header .wrap{width:100%;display:flex;align-items:center;justify-content:space-between;gap:24px}
.logo{display:flex;align-items:center;gap:12px;color:var(--white)}
.logo:hover{color:var(--white)}
.logo-mark{width:54px;height:36px;border-radius:9px;background:var(--blue);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.logo-mark span{width:24px;height:14px;border-radius:3px;background:var(--orange)}
.logo-text{font-family:'Sora',sans-serif;font-size:20px;font-weight:700;letter-spacing:.02em;color:var(--white)}
.logo-text em{font-style:normal;font-weight:500;color:#9FB0D6}
.nav{display:flex;align-items:center;gap:36px;font-size:15px;font-weight:600}
.nav a{color:#C9D3EC}
.nav a:hover{color:var(--white)}
.nav .nav-cta{padding:12px 22px;border-radius:999px;background:var(--orange);color:var(--navy);font-weight:700}
.nav .nav-cta:hover{color:var(--navy);background:#FF7D33}

/* Hero */
.hero{background:var(--navy);color:var(--white);padding:96px var(--pad-x) 0;overflow:hidden}
.hero .wrap{display:flex;justify-content:space-between;gap:48px}
.hero-text{max-width:720px;display:flex;flex-direction:column;gap:28px;padding:8px 0 96px}
.hero-kicker{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--orange)}
.hero-kicker i{width:28px;height:2px;background:var(--orange);display:block}
.hero h1{font-size:68px;line-height:1.05;font-weight:700;letter-spacing:-.02em}
.hero h1 span{color:var(--orange)}
.hero-sub{font-size:20px;line-height:1.6;color:var(--muted-dark);max-width:600px}
.hero-actions{display:flex;flex-wrap:wrap;gap:16px;padding-top:12px}
.hero-checks{display:flex;flex-wrap:wrap;gap:16px 40px;padding-top:36px;font-size:15px;color:#9FB0D6}
.hero-checks div{display:flex;align-items:center;gap:10px}
.hero-art{width:460px;flex-shrink:0;display:flex;justify-content:center;align-items:flex-end;gap:36px}
.stele{background:var(--navy-3);border:1px solid var(--line-dark);display:flex;flex-direction:column}
.stele-lg{width:250px;height:560px;padding:14px;border-radius:22px 22px 0 0}
.stele-sm{width:170px;height:380px;padding:10px;border-radius:16px 16px 0 0}
.screen{flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}
.stele-lg .screen{border-radius:12px;background:var(--blue);padding:28px 22px;color:var(--white)}
.stele-sm .screen{border-radius:9px;background:var(--orange);padding:20px 16px;color:var(--navy)}
.screen small{font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#D6E0FF}
.stele-sm .screen small{font-size:11px;color:var(--navy)}
.screen strong{font-family:'Sora',sans-serif;font-size:34px;line-height:1.1;font-weight:700}
.stele-sm .screen strong{font-size:24px}
.bar{height:8px;border-radius:4px;background:rgba(255,255,255,.35);margin-bottom:10px}
.pill{margin-top:14px;display:inline-block;padding:10px 16px;border-radius:999px;background:var(--orange);color:var(--navy);font-size:13px;font-weight:700}
.stele-foot{height:36px;display:flex;align-items:center;justify-content:center}
.stele-foot span{width:40px;height:4px;border-radius:2px;background:#2E4577}
.box-sm{height:60px;border-radius:8px;background:rgba(7,20,46,.14)}

/* Grids */
.grid{display:grid;gap:24px}
.g3{grid-template-columns:repeat(3,minmax(0,1fr))}
.g4{grid-template-columns:repeat(4,minmax(0,1fr))}

/* Ansatz cards */
.card{padding:40px;border-radius:20px;background:var(--white);border:1px solid var(--line);display:flex;flex-direction:column;gap:18px}
.card h3{font-size:24px;font-weight:600}
.card p{font-size:17px;line-height:1.6;color:var(--muted)}
.icon{width:56px;height:56px;border-radius:14px;background:#E8EDFF;display:flex;align-items:center;justify-content:center}
.icon.orange{background:#FFEDE2}

/* Ablauf */
.step{display:flex;flex-direction:column;gap:16px;padding-top:28px;border-top:3px solid var(--blue)}
.step.first{border-top-color:var(--orange)}
.step-no{font-family:'Sora',sans-serif;font-size:44px;font-weight:700;color:#C4CDE4}
.step h3{font-size:22px;font-weight:600}
.step p{font-size:16px;line-height:1.6;color:var(--muted)}
.dots{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px;font-size:15px}
.dots li{display:flex;gap:10px;align-items:center}
.dots li::before{content:"";width:6px;height:6px;border-radius:3px;background:var(--orange);flex-shrink:0}

/* Modelle */
.model{padding:40px;border-radius:20px;background:var(--navy-2);border:2px solid var(--orange);display:flex;flex-direction:column;gap:18px}
.model small{font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--orange)}
.model h3{font-size:26px;font-weight:600;color:var(--white)}
.model p{font-size:16px;line-height:1.6;color:var(--muted-dark)}

/* Lösungen */
.solution{border-radius:20px;background:var(--white);border:1px solid var(--line);overflow:hidden;display:flex;flex-direction:column}
.solution img{width:100%;height:220px;object-fit:cover}
.solution div{padding:28px;display:flex;flex-direction:column;gap:10px}
.solution h3{font-size:20px;font-weight:600}
.solution p{font-size:15px;line-height:1.6;color:var(--muted)}

/* Branchen */
.tiles{gap:16px}
.tile{padding:24px;border-radius:16px;background:var(--ground);display:flex;flex-direction:column;gap:8px}
.tile small{font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--blue)}
.tile small.o{color:var(--orange-text)}
.tile h3{font-size:18px;line-height:1.3;font-weight:600}
.tile p{font-size:14px;line-height:1.55;color:var(--muted)}

/* Referenzen */
.ref{display:flex;flex-direction:column;gap:16px}
.ref img{width:100%;height:300px;object-fit:cover;border-radius:20px}
.ref h3{font-size:20px;font-weight:600}
.ref p{font-size:15px;line-height:1.6;color:var(--muted)}

/* Kontakt */
.cta-wrap{padding:0 var(--pad-x) var(--section-y)}
.cta{border-radius:28px;background:var(--orange);padding:80px;display:flex;justify-content:space-between;align-items:center;gap:64px;color:var(--navy)}
.cta h2{font-size:48px;line-height:1.1;font-weight:700;letter-spacing:-.015em;max-width:720px}
.cta p{font-size:19px;line-height:1.6;color:#2A1406;margin-top:16px;max-width:720px}
.cta .btn{min-width:320px}

/* Footer */
.site-footer{background:var(--navy);color:var(--muted-dark);padding:72px var(--pad-x) 48px}
.footer-top{display:flex;justify-content:space-between;gap:64px;margin-bottom:48px}
.footer-brand{max-width:360px;display:flex;flex-direction:column;gap:16px}
.footer-brand p{font-size:15px;line-height:1.6}
.footer-cols{display:flex;gap:96px;font-size:15px;line-height:1.8}
.footer-cols div{display:flex;flex-direction:column}
.footer-cols strong{color:var(--white);padding-bottom:8px}
.footer-cols a{color:var(--muted-dark)}
.footer-cols a:hover{color:var(--white)}
.footer-bottom{padding-top:24px;border-top:1px solid #1E2F5C;font-size:14px;color:#7C8BB3}

/* Rechtstexte */
.legal{padding:96px var(--pad-x)}
.legal .inner{max-width:820px;margin:0 auto;display:flex;flex-direction:column;gap:44px}
.legal h1{font-size:56px;font-weight:700;letter-spacing:-.02em;margin-top:12px}
.legal section{display:flex;flex-direction:column;gap:10px}
.legal h2{font-size:22px;font-weight:600}
.legal p,.legal li{font-size:17px;line-height:1.7;color:#2B375C}
.legal ul{margin:0;padding-left:22px}
.back{font-size:15px;font-weight:600;color:#C9D3EC}
.back:hover{color:var(--white)}

:focus-visible{outline:3px solid var(--orange);outline-offset:3px;border-radius:6px}

/* Tablet */
@media (max-width:1180px){
  :root{--pad-x:48px;--section-y:96px}
  .nav{gap:24px}
  .nav a:not(.nav-cta){display:none}
  .hero .wrap{flex-direction:column}
  .hero-text{padding-bottom:24px}
  .hero-art{width:100%;justify-content:center}
  .hero h1{font-size:56px}
  .g4{grid-template-columns:repeat(2,minmax(0,1fr))}
  .head{flex-direction:column;align-items:flex-start;gap:20px}
  .cta{flex-direction:column;align-items:flex-start;padding:56px}
  .footer-top{flex-direction:column;gap:40px}
}
/* Mobile */
@media (max-width:720px){
  :root{--pad-x:20px;--section-y:72px}
  .site-header{height:88px;padding-top:12px}
  .logo-text{font-size:18px}
  .nav .nav-cta{padding:10px 16px;font-size:14px}
  .hero{padding-top:56px}
  .hero h1{font-size:40px}
  .hero-sub{font-size:18px}
  .hero-actions .btn{width:100%}
  .hero-art{gap:20px}
  .stele-lg{width:190px;height:420px}
  .stele-sm{width:130px;height:290px}
  .screen strong{font-size:26px}
  .stele-sm .screen strong{font-size:19px}
  .h2,.cta h2{font-size:32px}
  .g3,.g4{grid-template-columns:1fr}
  .tiles{grid-template-columns:repeat(2,minmax(0,1fr))}
  .tile{padding:18px}
  .card,.model{padding:28px}
  .head{margin-bottom:40px}
  .cta{padding:36px 24px;border-radius:22px}
  .cta .btn{min-width:0;width:100%}
  .footer-cols{flex-direction:column;gap:32px}
  .legal{padding:64px var(--pad-x)}
  .legal h1{font-size:40px}
}
@media (max-width:420px){
  .tiles{grid-template-columns:1fr}
  .nav .nav-cta{display:none}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.btn{transition:none}}
