:root{--primary:#0EA5E9;--dark:#374151;--accent:#F97316;--light:#F8FAFC;--text:#1F2937}
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;color:var(--text);line-height:1.6}
a{color:inherit;text-decoration:none}
.nav{position:sticky;top:0;background:#fff;border-bottom:1px solid #E5E7EB;z-index:100;padding:0 2rem}
.nav-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:68px}
.logo{display:flex;align-items:center;gap:10px;font-size:1.4rem;font-weight:800;color:var(--dark)}
.logo-icon{width:36px;height:36px;background:var(--primary);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.1rem}
.logo em{font-style:normal;color:var(--primary)}
.nav-links{display:flex;align-items:center;gap:1.8rem;list-style:none}
.nav-links a{color:var(--dark);font-weight:500;font-size:.95rem;transition:color .2s}
.nav-links a:hover{color:var(--primary)}
.btn{display:inline-flex;align-items:center;gap:8px;padding:.6rem 1.4rem;border-radius:8px;font-weight:600;font-size:.95rem;transition:all .2s;cursor:pointer;border:none;white-space:nowrap}
.btn-primary{background:var(--primary);color:#fff}
.btn-primary:hover{background:#0284C7;transform:translateY(-1px);box-shadow:0 4px 12px rgba(14,165,233,.35)}
.btn-outline{background:transparent;color:var(--primary);border:2px solid var(--primary)}
.btn-outline:hover{background:var(--primary);color:#fff}
.btn-accent{background:var(--accent);color:#fff}
.btn-accent:hover{background:#EA6C10}
.btn-lg{padding:.85rem 2rem;font-size:1.05rem}
.btn-xl{padding:1rem 2.5rem;font-size:1.1rem}
.hero{background:linear-gradient(135deg,#0EA5E9 0%,#0369A1 50%,#374151 100%);color:#fff;padding:6rem 2rem 5rem;text-align:center;position:relative;overflow:hidden}
.hero-inner{max-width:860px;margin:0 auto;position:relative}
.hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.3);border-radius:50px;padding:.4rem 1rem;font-size:.82rem;font-weight:600;margin-bottom:1.5rem}
.hero h1{font-size:clamp(1.9rem,5vw,3.2rem);font-weight:900;line-height:1.15;margin-bottom:1.2rem;letter-spacing:-.02em}
.hero h1 strong{color:#FED7AA}
.hero-sub{font-size:1.15rem;opacity:.9;margin-bottom:2.5rem;max-width:580px;margin-left:auto;margin-right:auto}
.hero-ctas{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:2rem}
.hero-note{font-size:.82rem;opacity:.65}
.stats-bar{background:#fff;border-bottom:1px solid #E5E7EB;padding:1.8rem 2rem}
.stats-inner{max-width:900px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;text-align:center}
.stat-num{font-size:2rem;font-weight:900;color:var(--primary);line-height:1}
.stat-label{font-size:.82rem;color:#6B7280;margin-top:.25rem}
section{padding:5rem 2rem}
.section-inner{max-width:1200px;margin:0 auto}
.section-header{text-align:center;margin-bottom:3.5rem}
.section-tag{display:inline-block;background:#EFF6FF;color:var(--primary);font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:.3rem .9rem;border-radius:50px;margin-bottom:.8rem}
.section-header h2{font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:800;color:var(--dark);margin-bottom:.8rem;line-height:1.2}
.section-header p{font-size:1rem;color:#6B7280;max-width:560px;margin:0 auto}
#module{background:var(--light)}
.modules-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:1.5rem}
.module-card{background:#fff;border-radius:16px;padding:2rem;border:1px solid #E5E7EB;transition:all .2s}
.module-card:hover{border-color:var(--primary);box-shadow:0 8px 24px rgba(14,165,233,.12);transform:translateY(-2px)}
.mod-icon{width:52px;height:52px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1.2rem}
.bg-blue{background:#EFF6FF}.bg-orange{background:#FFF7ED}.bg-green{background:#F0FDF4}
.bg-purple{background:#F5F3FF}.bg-red{background:#FFF1F2}.bg-teal{background:#F0FDFA}
.module-card h3{font-size:1.1rem;font-weight:700;color:var(--dark);margin-bottom:.5rem}
.module-card p{font-size:.875rem;color:#6B7280;line-height:1.65}
.mod-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:1rem}
.mod-tag{background:#F3F4F6;color:#374151;font-size:.72rem;padding:.2rem .55rem;border-radius:4px;font-weight:500}
#compliance{background:#fff}
.comp-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.2rem}
.comp-card{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:var(--light);border-radius:12px;border-left:4px solid var(--primary)}
.comp-icon{font-size:1.8rem;flex-shrink:0}
.comp-card h4{font-weight:700;color:var(--dark);font-size:.95rem;margin-bottom:.25rem}
.comp-card p{font-size:.8rem;color:#6B7280}
#preise{background:var(--light)}
.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;align-items:start}
.pricing-card{background:#fff;border-radius:20px;padding:2.5rem;border:2px solid #E5E7EB;position:relative}
.pricing-card.featured{border-color:var(--primary);box-shadow:0 12px 32px rgba(14,165,233,.15)}
.pricing-badge{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:var(--accent);color:#fff;font-size:.72rem;font-weight:700;padding:.3rem 1rem;border-radius:50px;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}
.pricing-name{font-size:1rem;font-weight:700;color:var(--dark);margin-bottom:.5rem}
.pricing-price{font-size:2.8rem;font-weight:900;color:var(--primary);line-height:1;margin-bottom:.25rem}
.pricing-price span{font-size:.95rem;font-weight:500;color:#6B7280}
.pricing-sub{font-size:.82rem;color:#6B7280;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #E5E7EB}
.pricing-features{list-style:none;margin-bottom:2rem}
.pricing-features li{display:flex;align-items:flex-start;gap:.55rem;font-size:.875rem;color:#374151;margin-bottom:.65rem}
.pricing-features li::before{content:"\2713";color:var(--primary);font-weight:700;flex-shrink:0}
.pricing-features li.no::before{content:"\2013";color:#D1D5DB}
.pricing-features li.no{color:#9CA3AF}
#demo-cta{background:linear-gradient(135deg,var(--dark) 0%,#1F2937 100%);color:#fff;text-align:center}
#demo-cta h2{font-size:2.1rem;font-weight:800;margin-bottom:1rem}
#demo-cta p{font-size:1.05rem;opacity:.8;margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto}
footer{background:#111827;color:#9CA3AF;padding:3rem 2rem}
.footer-inner{max-width:1200px;margin:0 auto}
.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #1F2937}
.footer-logo{color:#fff;font-size:1.3rem;font-weight:800;display:block;margin-bottom:.7rem}
.footer-logo em{font-style:normal;color:var(--primary)}
.footer-desc{font-size:.82rem;line-height:1.7}
.footer-col h5{color:#fff;font-size:.88rem;font-weight:700;margin-bottom:.9rem}
.footer-col ul{list-style:none}
.footer-col li{margin-bottom:.45rem}
.footer-col a{color:#9CA3AF;font-size:.82rem;transition:color .2s}
.footer-col a:hover{color:#fff}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}
.footer-legal{display:flex;gap:1.5rem}
.footer-legal a{color:#9CA3AF;font-size:.78rem;transition:color .2s}
.footer-legal a:hover{color:#fff}
.footer-copy{font-size:.78rem}
@media(max-width:900px){.pricing-grid{grid-template-columns:1fr}.footer-top{grid-template-columns:1fr 1fr}.stats-inner{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.nav-links{display:none}.hero h1{font-size:1.8rem}.modules-grid{grid-template-columns:1fr}.hero-ctas{flex-direction:column;align-items:center}.footer-top{grid-template-columns:1fr}}
