*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
    :root {
      --bg: #f8f9fc; --white: #ffffff; --surface: #ffffff; --surface-2: #f1f3f8; --surface-3: #e8ecf3;
      --border: #e2e6ef; --border-2: #d0d6e2; --text: #0c1425; --text-2: #4b5672; --text-3: #8592a8;
      --accent: #3355ff; --accent-2: #5b4cff; --accent-soft: #eef1ff;
      --green: #0fa35e; --green-soft: #edfbf3; --orange: #e8590c; --orange-soft: #fff4ed;
    }
    body { font-family: 'Outfit', sans-serif; background: var(--bg); color: var(--text); line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden;
  letter-spacing: -0.011em;
  line-height: 1.65;
}
    .serif { font-family: 'Newsreader', Georgia, serif; font-style: italic; font-weight: 500; }
    nav { position: fixed; top: 0; width: 100%; z-index: 100; background: rgba(248,249,252,0.85); backdrop-filter: blur(20px) saturate(1.5); border-bottom: 1px solid var(--border); }
    .nav-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; padding: 0.8rem 2rem; }
    .logo { display: flex; align-items: center; gap: 0.7rem; text-decoration: none; color: var(--text); }
    .logo-mark { width: 34px; height: 34px; border-radius: 10px; background: linear-gradient(135deg, var(--accent), var(--accent-2)); display: flex; align-items: center; justify-content: center; color: white; font-weight: 800; font-size: 12px; box-shadow: 0 2px 12px rgba(51,85,255,0.25); }
    .logo-text { font-weight: 700; font-size: 1.1rem; letter-spacing: -0.3px; }
    .nav-links { display: flex; gap: 2.5rem; align-items: center; }
    .nav-links a { color: var(--text-2); text-decoration: none; font-size: 0.85rem; font-weight: 500; transition: color 0.2s; }
    .nav-links a:hover { color: var(--text); }
    .btn { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.55rem 1.4rem; border-radius: 10px; font-size: 0.85rem; font-weight: 600; text-decoration: none; transition: all 0.3s; border: none; cursor: pointer; font-family: inherit; }
    .btn-primary { background: linear-gradient(135deg, var(--accent), var(--accent-2)); color: white; box-shadow: 0 2px 16px rgba(51,85,255,0.25); }
    .btn-primary:hover { box-shadow: 0 6px 28px rgba(51,85,255,0.35); transform: translateY(-2px); }
    .btn-outline { border: 1.5px solid var(--border-2); color: var(--text-2); background: var(--white); }
    .btn-outline:hover { border-color: var(--accent); color: var(--accent); }
    .btn-lg { padding: 0.8rem 2rem; font-size: 0.92rem; border-radius: 12px; }
    .btn-xl { padding: 1rem 2.5rem; font-size: 1rem; border-radius: 14px; }
    .hero { min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 8rem 2rem 4rem; position: relative; background: linear-gradient(180deg, #eef2ff 0%, var(--bg) 50%); }
    .hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 40% at 30% 20%, rgba(51,85,255,0.05) 0%, transparent 60%), radial-gradient(ellipse 50% 30% at 70% 30%, rgba(91,76,255,0.04) 0%, transparent 50%); pointer-events: none; }
    .hero-badge { display: inline-flex; align-items: center; gap: 0.6rem; padding: 0.4rem 1.2rem 0.4rem 0.5rem; border-radius: 100px; background: var(--white); border: 1px solid var(--border); font-size: 0.78rem; color: var(--text-2); font-weight: 500; margin-bottom: 2.5rem; box-shadow: 0 1px 4px rgba(0,0,0,0.03); animation: fadeUp 0.8s ease both; }
    .hero-badge-dot { width: 24px; height: 24px; border-radius: 50%; background: var(--accent-soft); display: flex; align-items: center; justify-content: center; font-size: 11px; }
    .hero h1 { font-size: clamp(3rem, 7vw, 5rem); font-weight: 900; line-height: 1.06; max-width: 850px; letter-spacing: -0.04em; animation: fadeUp 0.8s ease 0.1s both; }
    .hero h1 .gradient-text { background: linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 50%, #8b5cf6 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
    .hero p { font-size: clamp(1rem, 2vw, 1.18rem); color: var(--text-2); max-width: 530px; margin: 1.8rem auto 3rem; font-weight: 400; line-height: 1.7; animation: fadeUp 0.8s ease 0.2s both; }
    .hero-cta { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center; animation: fadeUp 0.8s ease 0.3s both; }
    .hero-visual { margin-top: 5rem; max-width: 1000px; width: 100%; position: relative; animation: fadeUp 1s ease 0.5s both; }
    .hero-mockup { background: var(--white); border-radius: 20px; border: 1px solid var(--border); box-shadow: 0 30px 80px rgba(0,0,0,0.08), 0 1px 3px rgba(0,0,0,0.04); overflow: hidden; }
    .mockup-bar { display: flex; gap: 6px; padding: 12px 16px; background: var(--surface-2); border-bottom: 1px solid var(--border); }
    .mockup-bar span { width: 10px; height: 10px; border-radius: 50%; }
    .mockup-bar span:nth-child(1) { background: #ff5f57; }
    .mockup-bar span:nth-child(2) { background: #ffbd2e; }
    .mockup-bar span:nth-child(3) { background: #28ca42; }
    .dash-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; padding: 16px; }
    .dash-card { background: var(--surface-2); border: 1px solid var(--border); border-radius: 12px; padding: 14px; animation: fadeUp 0.5s ease both; }
    .dash-card:nth-child(1) { animation-delay: 0.6s; } .dash-card:nth-child(2) { animation-delay: 0.7s; } .dash-card:nth-child(3) { animation-delay: 0.8s; } .dash-card:nth-child(4) { animation-delay: 0.9s; }
    .dash-card .label { font-size: 9.5px; color: var(--text-3); text-transform: uppercase; letter-spacing: 0.08em; font-weight: 600; }
    .dash-card .value { font-size: 26px; font-weight: 800; margin-top: 4px; letter-spacing: -0.03em; }
    .dash-card .value.blue { color: var(--accent); } .dash-card .value.green { color: var(--green); } .dash-card .value.orange { color: var(--orange); }
    .dash-row2 { display: grid; grid-template-columns: 2fr 1fr; gap: 10px; padding: 0 16px 16px; }
    .dash-chart { background: var(--surface-2); border: 1px solid var(--border); border-radius: 12px; padding: 14px; height: 170px; animation: fadeUp 0.5s ease 1s both; }
    .dash-chart .label { font-size: 9.5px; color: var(--text-3); text-transform: uppercase; letter-spacing: 0.08em; font-weight: 600; margin-bottom: 10px; }
    .chart-bars { display: flex; align-items: flex-end; gap: 5px; height: 110px; }
    .chart-bar { flex: 1; border-radius: 4px 4px 0 0; animation: growUp 0.7s ease both; }
    .chart-bar:nth-child(1) { height: 45%; background: var(--accent); opacity: 0.6; animation-delay: 1.1s; }
    .chart-bar:nth-child(2) { height: 65%; background: var(--accent); opacity: 0.7; animation-delay: 1.15s; }
    .chart-bar:nth-child(3) { height: 50%; background: var(--accent); opacity: 0.65; animation-delay: 1.2s; }
    .chart-bar:nth-child(4) { height: 82%; background: var(--accent); opacity: 0.85; animation-delay: 1.25s; }
    .chart-bar:nth-child(5) { height: 68%; background: var(--accent); opacity: 0.75; animation-delay: 1.3s; }
    .chart-bar:nth-child(6) { height: 92%; background: var(--accent); animation-delay: 1.35s; }
    .chart-bar:nth-child(7) { height: 74%; background: var(--accent); opacity: 0.8; animation-delay: 1.4s; }
    .dash-devices { background: var(--surface-2); border: 1px solid var(--border); border-radius: 12px; padding: 14px; animation: fadeUp 0.5s ease 1.1s both; }
    .dash-devices .label { font-size: 9.5px; color: var(--text-3); text-transform: uppercase; letter-spacing: 0.08em; font-weight: 600; margin-bottom: 8px; }
    .device-row { display: flex; align-items: center; gap: 7px; padding: 6px 0; border-bottom: 1px solid var(--border); }
    .device-row:last-child { border-bottom: none; }
    .device-dot { width: 6px; height: 6px; border-radius: 50%; }
    .device-dot.on { background: var(--green); box-shadow: 0 0 4px rgba(15,163,94,0.4); } .device-dot.off { background: #e8590c; }
    .device-name { font-size: 10.5px; color: var(--text-2); }
    .trust { padding: 3rem 2rem 5rem; text-align: center; }
    .trust-label { font-size: 0.7rem; color: var(--text-3); text-transform: uppercase; letter-spacing: 0.15em; font-weight: 600; margin-bottom: 1.5rem; }
    .trust-badges { display: flex; gap: 0.8rem; justify-content: center; flex-wrap: wrap; max-width: 800px; margin: 0 auto; }
    .trust-badge { display: flex; align-items: center; gap: 0.5rem; padding: 0.55rem 1rem; border-radius: 10px; background: var(--white); border: 1px solid var(--border); font-size: 0.75rem; font-weight: 500; color: var(--text-2); box-shadow: 0 1px 3px rgba(0,0,0,0.02); }
    .stats { max-width: 1000px; margin: 0 auto; padding: 2rem 2rem 5rem; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
    .stat { text-align: center; padding: 2rem; border-radius: 16px; background: var(--white); border: 1px solid var(--border); transition: transform 0.3s, box-shadow 0.3s; }
    .stat:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,0.05); }
    .stat-value { font-size: 2.8rem; font-weight: 900; letter-spacing: -0.03em; background: linear-gradient(135deg, var(--accent), var(--accent-2)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
    .stat-label { font-size: 0.78rem; color: var(--text-3); margin-top: 0.3rem; font-weight: 500; }
    .section { padding: 6rem 2rem; max-width: 1200px; margin: 0 auto; }
    .section-header { text-align: center; margin-bottom: 4rem; }
    .section-eyebrow { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.15em; color: var(--accent); font-weight: 700; margin-bottom: 1rem; }
    .section-header h2 { font-size: clamp(2rem, 4vw, 2.6rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.15; }
    .section-header p { color: var(--text-2); margin-top: 1rem; max-width: 480px; margin-left: auto; margin-right: auto; font-size: 0.95rem; }
    .features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
    .feature-card { background: var(--white); border: 1px solid var(--border); border-radius: 16px; padding: 2rem; transition: all 0.3s; position: relative; overflow: hidden; }
    .feature-card::after { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--accent), var(--accent-2)); opacity: 0; transition: opacity 0.3s; }
    .feature-card:hover { border-color: rgba(51,85,255,0.15); transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,0.04); }
    .feature-card:hover::after { opacity: 1; }
    .feature-icon { width: 48px; height: 48px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; margin-bottom: 1.2rem; }
    .feature-card h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 0.6rem; }
    .feature-card p { color: var(--text-2); font-size: 0.85rem; line-height: 1.65; }
    .usp-row { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; margin-bottom: 7rem; }
    .usp-row.reverse { direction: rtl; } .usp-row.reverse > * { direction: ltr; }
    .usp-eyebrow { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.15em; color: var(--accent); font-weight: 700; margin-bottom: 0.8rem; }
    .usp-content h3 { font-size: 2rem; font-weight: 800; letter-spacing: -0.02em; margin-bottom: 1.2rem; line-height: 1.2; }
    .usp-content p { color: var(--text-2); font-size: 0.92rem; margin-bottom: 1.5rem; line-height: 1.7; }
    .usp-list { list-style: none; }
    .usp-list li { display: flex; align-items: flex-start; gap: 0.8rem; margin-bottom: 0.8rem; font-size: 0.88rem; color: var(--text-2); }
    .check { width: 20px; height: 20px; border-radius: 50%; background: var(--green-soft); color: var(--green); display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 800; flex-shrink: 0; margin-top: 2px; }
    .usp-visual { background: var(--white); border: 1px solid var(--border); border-radius: 20px; padding: 3rem; min-height: 380px; display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: 0 10px 40px rgba(0,0,0,0.04); position: relative; overflow: hidden; }
    .usp-visual::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 30%, rgba(51,85,255,0.03) 0%, transparent 60%); }
    .usp-visual-emoji { font-size: 4rem; position: relative; z-index: 1; }
    .usp-visual-label { font-size: 0.82rem; color: var(--text-3); margin-top: 1.2rem; position: relative; z-index: 1; font-weight: 500; }
    .pricing-section { background: var(--white); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 6rem 2rem; }
    .pricing-inner { max-width: 700px; margin: 0 auto; text-align: center; }
    .pricing-card { background: var(--bg); border: 2px solid var(--border); border-radius: 24px; padding: 3rem; margin-top: 3rem; position: relative; }
    .pricing-card::before { content: "Alles inklusive"; position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, var(--accent), var(--accent-2)); color: white; font-size: 0.72rem; font-weight: 700; padding: 0.3rem 1.2rem; border-radius: 100px; letter-spacing: 0.05em; text-transform: uppercase; }
    .pricing-toggle { display: inline-flex; background: var(--surface-2); border-radius: 12px; padding: 4px; margin-bottom: 2rem; border: 1px solid var(--border); }
    .pricing-toggle button { padding: 0.5rem 1.5rem; border-radius: 10px; border: none; font-family: inherit; font-size: 0.85rem; font-weight: 600; cursor: pointer; transition: all 0.2s; background: transparent; color: var(--text-2); }
    .pricing-toggle button.active { background: var(--white); color: var(--text); box-shadow: 0 1px 4px rgba(0,0,0,0.08); }
    .pricing-price { font-size: 4.5rem; font-weight: 900; letter-spacing: -0.03em; line-height: 1; margin-bottom: 0.3rem; }
    .pricing-price .currency { font-size: 2rem; font-weight: 700; vertical-align: top; margin-right: 2px; color: var(--text-2); }
    .pricing-price .period { font-size: 1rem; font-weight: 500; color: var(--text-3); letter-spacing: 0; margin-left: 4px; }
    .pricing-subtitle { color: var(--text-3); font-size: 0.92rem; margin-bottom: 2.5rem; }
    .pricing-features { display: grid; grid-template-columns: 1fr 1fr; gap: 0.6rem 2rem; text-align: left; margin-bottom: 2.5rem; list-style: none; }
    .pricing-features li { display: flex; align-items: center; gap: 0.6rem; font-size: 0.88rem; color: var(--text-2); padding: 0.35rem 0; }
    .pricing-features li::before { content: "\2713"; color: var(--green); font-weight: 700; width: 20px; height: 20px; border-radius: 50%; background: var(--green-soft); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 0.65rem; }
    .pricing-note { font-size: 0.78rem; color: var(--text-3); margin-top: 1.5rem; }
    .contact { padding: 6rem 2rem; }
    .contact-inner { max-width: 600px; margin: 0 auto; background: var(--white); border: 1px solid var(--border); border-radius: 24px; padding: 3rem; box-shadow: 0 10px 40px rgba(0,0,0,0.04); }
    .contact-inner h2 { font-size: 1.8rem; font-weight: 800; letter-spacing: -0.02em; margin-bottom: 0.5rem; }
    .contact-inner .sub { color: var(--text-2); font-size: 0.9rem; margin-bottom: 2rem; }
    .form-group { margin-bottom: 1rem; }
    .form-group label { display: block; font-size: 0.72rem; color: var(--text-3); text-transform: uppercase; letter-spacing: 0.1em; font-weight: 600; margin-bottom: 0.4rem; }
    .form-group input, .form-group textarea, .form-group select { width: 100%; background: var(--surface-2); border: 1px solid var(--border); border-radius: 10px; padding: 0.75rem 1rem; color: var(--text); font-family: inherit; font-size: 0.9rem; transition: border-color 0.2s; outline: none; }
    .form-group input:focus, .form-group textarea:focus, .form-group select:focus { border-color: var(--accent); }
    .form-group textarea { height: 120px; resize: vertical; }
    .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
    .form-success { display: none; text-align: center; padding: 2rem 0; }
    .form-success.show { display: block; }
    .form-success .icon { font-size: 3rem; margin-bottom: 1rem; }
    .form-success h3 { font-size: 1.3rem; font-weight: 700; margin-bottom: 0.5rem; }
    .form-success p { color: var(--text-2); }
    .cta { text-align: center; padding: 8rem 2rem; position: relative; background: var(--white); border-top: 1px solid var(--border); }
    .cta::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 50% at 50% 0%, rgba(51,85,255,0.03) 0%, transparent 60%); pointer-events: none; }
    .cta h2 { font-size: clamp(2rem, 4vw, 2.6rem); font-weight: 800; letter-spacing: -0.02em; position: relative; }
    .cta p { color: var(--text-2); max-width: 460px; margin: 1rem auto 2.5rem; position: relative; }
    footer { border-top: 1px solid var(--border); padding: 3rem 2rem; max-width: 1200px; margin: 0 auto; }
    .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
    .footer-brand .logo { margin-bottom: 1rem; }
    .footer-brand p { color: var(--text-3); font-size: 0.82rem; line-height: 1.7; max-width: 260px; }
    .footer-col h4 { font-size: 0.7rem; color: var(--text-3); text-transform: uppercase; letter-spacing: 0.12em; font-weight: 700; margin-bottom: 1rem; }
    .footer-col a { display: block; color: var(--text-2); text-decoration: none; font-size: 0.85rem; padding: 0.25rem 0; transition: color 0.2s; }
    .footer-col a:hover { color: var(--accent); }
    .footer-bottom { border-top: 1px solid var(--border); padding-top: 1.5rem; display: flex; justify-content: space-between; align-items: center; color: var(--text-3); font-size: 0.78rem; }
    .footer-bottom a { color: var(--text-3); text-decoration: none; } .footer-bottom a:hover { color: var(--accent); }
    @keyframes fadeUp { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
    @keyframes growUp { from { height: 0%; } }
    .reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; }
    .reveal.visible { opacity: 1; transform: translateY(0); }
    @media (max-width: 768px) {
      .nav-links { display: none; } .stats { grid-template-columns: repeat(2, 1fr); gap: 0.6rem; padding: 1rem 1.5rem 2rem; } .features-grid { grid-template-columns: 1fr; gap: 0.8rem; }
      .usp-row, .usp-row.reverse { grid-template-columns: 1fr; gap: 1.5rem; margin-bottom: 3rem; } .hero h1 { font-size: 2.5rem; } .hero-mockup { display: none; }
      .hero { padding: 6rem 1.5rem 3rem; min-height: auto; }
      .section { padding: 3rem 1.5rem; }
      .section-header { margin-bottom: 2rem; }
      .section-header h2 { font-size: 1.8rem; } .usp-content h3 { font-size: 1.6rem; } .cta h2 { font-size: 1.8rem; }
      .cta { padding: 4rem 1.5rem; }
      .trust { padding: 2rem 1.5rem 3rem; }
      .trust-badges { gap: 0.5rem; }
      .pricing-section { padding: 3rem 1.5rem; }
      .pricing-card { padding: 2rem 1.5rem; }
      .contact { padding: 3rem 1.5rem; }
      .contact-inner { padding: 2rem 1.5rem; }
      .footer-grid { grid-template-columns: 1fr 1fr; gap: 1.5rem; } .form-row { grid-template-columns: 1fr; }
      .dash-grid { grid-template-columns: repeat(2, 1fr); } .dash-row2 { grid-template-columns: 1fr; }
      .pricing-features { grid-template-columns: 1fr; } .pricing-price { font-size: 3.5rem; }
      .stat { padding: 1.2rem; }
      .stat-value { font-size: 2rem; }
      .feature-card { padding: 1.5rem; }
      .usp-visual { min-height: 200px; padding: 2rem; }
    }
    .menu-toggle { display: none; background: none; border: none; cursor: pointer; padding: 4px; }
    @media (max-width: 768px) {
      .nav-links.show { display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: rgba(248,249,252,0.97); backdrop-filter: blur(20px); border-bottom: 1px solid var(--border); padding: 1rem 2rem 1.5rem; gap: 1rem; }
    }
    .menu-toggle span { display: block; width: 20px; height: 2px; background: var(--text-2); margin: 4px 0; border-radius: 2px; }
    @media (max-width: 768px) { .menu-toggle { display: block; } }

    .steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
    .step-card { background: var(--white); border: 1px solid var(--border); border-radius: 16px; padding: 2rem; text-align: center; position: relative; }
    .step-num { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--accent), var(--accent-2)); color: white; font-weight: 800; font-size: 1.1rem; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.2rem; }
    .step-card h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 0.5rem; }
    .step-card p { color: var(--text-2); font-size: 0.85rem; line-height: 1.65; }
    .step-card::after { content: ""; position: absolute; top: 50%; right: -20px; width: 16px; height: 2px; background: var(--border-2); }
    .step-card:last-child::after { display: none; }
    .branchen-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
    .branche-card { background: var(--white); border: 1px solid var(--border); border-radius: 16px; padding: 1.8rem; transition: all 0.3s; }
    .branche-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,0.04); border-color: rgba(51,85,255,0.15); }
    .branche-icon { font-size: 2rem; margin-bottom: 1rem; }
    .branche-card h3 { font-size: 1rem; font-weight: 700; margin-bottom: 0.4rem; }
    .branche-card p { color: var(--text-2); font-size: 0.82rem; line-height: 1.6; }
    .roi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
    .roi-card { background: var(--white); border: 1px solid var(--border); border-radius: 16px; padding: 2.5rem; text-align: center; }
    .roi-value { font-size: 3rem; font-weight: 900; letter-spacing: -0.03em; background: linear-gradient(135deg, var(--accent), var(--accent-2)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin-bottom: 0.5rem; }
    .roi-label { color: var(--text-2); font-size: 0.88rem; line-height: 1.5; }
    .testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
    .testimonial-card { background: var(--white); border: 1px solid var(--border); border-radius: 16px; padding: 2rem; }
    .testimonial-stars { color: #f59e0b; font-size: 0.9rem; margin-bottom: 1rem; letter-spacing: 2px; }
    .testimonial-card p { color: var(--text-2); font-size: 0.88rem; line-height: 1.7; margin-bottom: 1.5rem; font-style: italic; }
    .testimonial-author { display: flex; align-items: center; gap: 0.8rem; }
    .testimonial-avatar { width: 36px; height: 36px; border-radius: 50%; background: var(--accent-soft); color: var(--accent); display: flex; align-items: center; justify-content: center; font-size: 0.7rem; font-weight: 700; flex-shrink: 0; }
    .testimonial-author strong { display: block; font-size: 0.85rem; }
    .testimonial-author span { font-size: 0.75rem; color: var(--text-3); }
    @media (max-width: 768px) {
      .steps-grid { grid-template-columns: 1fr; gap: 1rem; }
      .step-card::after { display: none; }
      .branchen-grid { grid-template-columns: 1fr 1fr; gap: 0.8rem; }
      .roi-grid { grid-template-columns: 1fr; gap: 0.8rem; }
      .roi-card { padding: 1.5rem; }
      .roi-value { font-size: 2.2rem; }
      .testimonials-grid { grid-template-columns: 1fr; gap: 0.8rem; }
    }

    .hw-toggle { display: flex; max-width: 240px; margin: 0 auto 2rem; background: var(--surface-2); border: 1px solid var(--border); border-radius: 12px; padding: 4px; }
    .hw-toggle button { flex: 1; padding: 0.5rem 1rem; border-radius: 9px; border: none; font-family: inherit; font-size: 0.85rem; font-weight: 600; cursor: pointer; transition: all 0.2s; background: transparent; color: var(--text-2); }
    .hw-toggle button.active { background: var(--white); color: var(--text); box-shadow: 0 1px 4px rgba(0,0,0,0.08); }
    .hw-price-rent, .hw-price-buy { font-size: 1.8rem; font-weight: 800; letter-spacing: -0.03em; }
    .hw-price-rent span, .hw-price-buy span { font-size: 0.78rem; font-weight: 500; color: var(--text-3); margin-left: 0.3rem; }
    .hardware-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; max-width: 1100px; margin: 0 auto; }
    .hw-card { background: var(--white); border: 1px solid var(--border); border-radius: 16px; padding: 2rem 1.8rem; transition: all 0.3s; position: relative; }
    .hw-card:hover { transform: translateY(-3px); border-color: rgba(51,85,255,0.15); box-shadow: 0 8px 24px rgba(0,0,0,0.05); }
    .hw-card.popular { border-color: var(--accent); box-shadow: 0 0 30px rgba(51,85,255,0.1); }
    .hw-card.popular::before { content: "Empfohlen"; position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, var(--accent), var(--accent-2)); color: white; font-size: 0.7rem; font-weight: 700; padding: 0.25rem 1rem; border-radius: 100px; letter-spacing: 0.05em; text-transform: uppercase; }
    .hw-icon { font-size: 2.5rem; margin-bottom: 1rem; }
    .hw-name { font-size: 1.1rem; font-weight: 700; margin-bottom: 0.5rem; }
    .hw-desc { color: var(--text-2); font-size: 0.85rem; line-height: 1.6; margin-bottom: 1.2rem; }
    .hw-specs { list-style: none; margin-bottom: 1.5rem; }
    .hw-specs li { font-size: 0.78rem; color: var(--text-3); padding: 0.25rem 0; padding-left: 1rem; position: relative; }
    .hw-specs li::before { content: "→"; position: absolute; left: 0; color: var(--accent); font-weight: 700; }
    .hw-price { font-size: 1.8rem; font-weight: 800; letter-spacing: -0.03em; }
    .hw-price span { font-size: 0.78rem; font-weight: 500; color: var(--text-3); margin-left: 0.3rem; }
    @media (max-width: 768px) { .hardware-grid { grid-template-columns: 1fr; } }


    .kit-card { display: grid; grid-template-columns: 280px 1fr; gap: 0; max-width: 1000px; margin: 0 auto; background: var(--white); border: 1px solid var(--border); border-radius: 24px; overflow: hidden; box-shadow: 0 10px 40px rgba(0,0,0,0.04); }
    .kit-image { background: linear-gradient(135deg, var(--accent-soft) 0%, #f5f7ff 100%); display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 3rem 2rem; position: relative; }
    .kit-badge { position: absolute; bottom: 1rem; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, var(--accent), var(--accent-2)); color: white; font-size: 0.7rem; font-weight: 700; padding: 0.3rem 0.9rem; border-radius: 100px; letter-spacing: 0.05em; text-transform: uppercase; white-space: nowrap; }
    .kit-content { padding: 2.5rem; }
    .kit-name { font-size: 1.4rem; font-weight: 800; letter-spacing: -0.02em; margin-bottom: 0.5rem; }
    .kit-desc { color: var(--text-2); font-size: 0.9rem; line-height: 1.65; margin-bottom: 1.5rem; }
    .kit-specs { list-style: none; margin-bottom: 1.8rem; }
    .kit-specs li { font-size: 0.82rem; color: var(--text-2); padding: 0.4rem 0; padding-left: 1.2rem; position: relative; line-height: 1.5; }
    .kit-specs li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 700; }
    .kit-specs li strong { color: var(--text); }
    .kit-pricing { background: var(--bg); border: 1px solid var(--border); border-radius: 16px; padding: 1.5rem; }
    .kit-pricing-row { display: grid; grid-template-columns: 1fr auto 1fr; gap: 1rem; align-items: center; }
    .kit-mode { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--text-3); font-weight: 700; margin-bottom: 0.4rem; }
    .kit-price { font-size: 1.6rem; font-weight: 800; letter-spacing: -0.03em; line-height: 1; }
    .kit-price span { font-size: 0.78rem; font-weight: 500; color: var(--text-3); margin-left: 0.2rem; }
    .kit-note { font-size: 0.7rem; color: var(--text-3); margin-top: 0.3rem; line-height: 1.4; }
    .kit-divider { font-size: 0.82rem; color: var(--text-3); padding: 0 0.5rem; }
    @media (max-width: 768px) {
      .kit-card { grid-template-columns: 1fr; }
      .kit-image { padding: 2rem; }
      .kit-content { padding: 2rem 1.5rem; }
      .kit-pricing-row { grid-template-columns: 1fr; gap: 1.2rem; }
      .kit-divider { display: none; }
    }


    .pricing-inner-wide { max-width: 1200px; margin: 0 auto; }
    .plans-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
    .plan-card { background: var(--bg); border: 2px solid var(--border); border-radius: 20px; padding: 2rem 1.8rem; display: flex; flex-direction: column; transition: all 0.3s; position: relative; }
    .plan-card:hover { transform: translateY(-3px); }
    .plan-card.popular { border-color: var(--accent); background: var(--white); box-shadow: 0 0 40px rgba(51,85,255,0.1); }
    .plan-card.popular::before { content: "Beliebt"; position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, var(--accent), var(--accent-2)); color: white; font-size: 0.7rem; font-weight: 700; padding: 0.3rem 1.2rem; border-radius: 100px; letter-spacing: 0.05em; text-transform: uppercase; white-space: nowrap; }
    .plan-eyebrow { font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.12em; color: var(--accent); font-weight: 700; margin-bottom: 0.5rem; }
    .plan-name { font-size: 1.15rem; font-weight: 800; letter-spacing: -0.02em; margin-bottom: 0.5rem; line-height: 1.2; }
    .plan-desc { color: var(--text-2); font-size: 0.82rem; line-height: 1.55; margin-bottom: 1.5rem; }
    .plan-price-block { background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 1.2rem; margin-bottom: 1.5rem; }
    .plan-card.popular .plan-price-block { background: var(--bg); }
    .plan-price-row { text-align: center; padding: 0.4rem 0; }
    .plan-price { font-size: 1.6rem; font-weight: 800; letter-spacing: -0.03em; line-height: 1; }
    .plan-price span { font-size: 0.78rem; font-weight: 500; color: var(--text-3); margin-left: 0.2rem; }
    .plan-price-note { font-size: 0.72rem; color: var(--text-3); margin-top: 0.3rem; }
    .plan-divider { font-size: 0.7rem; color: var(--text-3); text-align: center; margin: 0.4rem 0; }
    .plan-features { list-style: none; margin-bottom: 1.5rem; flex: 1; }
    .plan-features li { display: flex; align-items: flex-start; gap: 0.5rem; font-size: 0.82rem; color: var(--text-2); padding: 0.3rem 0; line-height: 1.5; }
    .plan-features li::before { content: "✓"; color: var(--green); font-weight: 700; flex-shrink: 0; font-size: 0.75rem; margin-top: 2px; }
    .plan-features li strong { color: var(--text); }
    .plan-system-req { font-size: 0.7rem; color: var(--text-3); text-align: center; margin-top: 0.8rem; line-height: 1.4; }
    @media (max-width: 768px) {
      .plans-grid { grid-template-columns: 1fr; max-width: 420px; margin-left: auto; margin-right: auto; }
    }

  

    /* Subpages */
    .page-hero {
      padding: 8rem 2rem 4rem;
      text-align: center;
      position: relative;
      background: linear-gradient(180deg, #eef2ff 0%, var(--bg) 80%);
    }
    .page-hero h1 {
      font-size: clamp(2.5rem, 5vw, 4rem);
      font-weight: 900;
      line-height: 1.1;
      letter-spacing: -0.04em;
      margin: 1.5rem auto;
      max-width: 800px;
    }
    .page-hero p {
      font-size: clamp(1rem, 1.6vw, 1.15rem);
      color: var(--text-2);
      max-width: 540px;
      margin: 0 auto;
      line-height: 1.6;
    }
    .gradient-text {
      background: linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 50%, #8b5cf6 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }
    .feature-detail {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 5rem;
      align-items: center;
      margin-bottom: 6rem;
    }
    .feature-detail.reverse { direction: rtl; }
    .feature-detail.reverse > * { direction: ltr; }
    .feature-detail-content h2 {
      font-size: 2rem;
      font-weight: 800;
      letter-spacing: -0.02em;
      margin: 0.8rem 0 1rem;
      line-height: 1.2;
    }
    .feature-detail-content p {
      color: var(--text-2);
      font-size: 0.95rem;
      line-height: 1.7;
      margin-bottom: 1.5rem;
    }
    .feature-list {
      list-style: none;
    }
    .feature-list li {
      display: flex;
      align-items: flex-start;
      gap: 0.7rem;
      padding: 0.4rem 0;
      font-size: 0.9rem;
      color: var(--text-2);
      line-height: 1.5;
    }
    .feature-list li::before {
      content: "✓";
      width: 22px;
      height: 22px;
      border-radius: 50%;
      background: var(--green-soft);
      color: var(--green);
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      font-size: 0.75rem;
      flex-shrink: 0;
      margin-top: 1px;
    }
    .feature-detail-visual {
      background: var(--white);
      border: 1px solid var(--border);
      border-radius: 24px;
      padding: 4rem 2rem;
      min-height: 360px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      position: relative;
      overflow: hidden;
      box-shadow: 0 10px 40px rgba(0, 0, 0, 0.04);
    }
    .feature-detail-visual::before {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at 50% 30%, rgba(51, 85, 255, 0.04) 0%, transparent 60%);
    }
    .feature-mockup-icon {
      font-size: 5rem;
      position: relative;
      z-index: 1;
      margin-bottom: 1rem;
    }
    .feature-mockup-label {
      font-size: 0.85rem;
      color: var(--text-3);
      font-weight: 500;
      position: relative;
      z-index: 1;
    }

    @media (max-width: 768px) {
      .feature-detail, .feature-detail.reverse {
        grid-template-columns: 1fr;
        gap: 2rem;
        margin-bottom: 3rem;
      }
      .feature-detail-content h2 { font-size: 1.6rem; }
      .feature-detail-visual { min-height: 220px; padding: 2.5rem 1.5rem; }
      .feature-mockup-icon { font-size: 3.5rem; }
    }

/* === Typography Refinements === */
h1, h2, h3, h4 { 
  letter-spacing: -0.035em;
  line-height: 1.1;
  font-feature-settings: "ss01", "cv11";
}

h1 { letter-spacing: -0.045em; }
h2 { letter-spacing: -0.035em; }
h3 { letter-spacing: -0.025em; }

p {
  line-height: 1.7;
  letter-spacing: -0.005em;
}

.section-eyebrow {
  letter-spacing: 0.18em !important;
  font-size: 0.72rem;
  text-transform: uppercase;
  font-weight: 700;
}

.serif {
  font-family: 'Newsreader', Georgia, serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.feature-list li, .plan-features li {
  line-height: 1.6;
  letter-spacing: -0.005em;
}

.hero-badge, .badge, .trust-badge {
  letter-spacing: 0.02em;
  font-feature-settings: "tnum";
}

.btn { 
  letter-spacing: -0.005em; 
  font-feature-settings: "tnum";
}

/* Numbers tabular */
.stat-value, .price-amount, .plan-price {
  font-feature-settings: "tnum", "ss01";
  font-variant-numeric: tabular-nums;
}

/* Better spacing in sections */
.section-header {
  margin-bottom: 4rem;
}
.section-header h2 {
  margin-bottom: 1rem;
}
.section-header p {
  font-size: 1rem;
  color: var(--text-2);
  max-width: 540px;
  margin: 0 auto;
  line-height: 1.6;
}

/* Hero refinements */
.hero h1 {
  letter-spacing: -0.05em;
  line-height: 1.05;
}
.page-hero h1 {
  letter-spacing: -0.045em;
  line-height: 1.1;
}

/* Feature card breathing */
.feature-card h3 {
  margin-bottom: 0.6rem;
  letter-spacing: -0.02em;
}
.feature-card p {
  font-size: 0.92rem;
  line-height: 1.7;
}

/* Plan card spacing */
.plan-name {
  letter-spacing: -0.025em;
  margin-bottom: 0.6rem;
}
.plan-desc {
  line-height: 1.7;
}


/* === Bigger Headlines & Bolder Serif === */
.hero h1 {
  font-size: clamp(3.2rem, 7vw, 5.6rem) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: -0.055em !important;
}
.hero p {
  font-size: clamp(1.05rem, 1.4vw, 1.3rem) !important;
  line-height: 1.6 !important;
  margin: 1.8rem auto 2.8rem !important;
}

.page-hero h1 {
  font-size: clamp(2.8rem, 6vw, 4.8rem) !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.05em !important;
}
.page-hero p {
  font-size: clamp(1.05rem, 1.4vw, 1.2rem) !important;
  line-height: 1.6 !important;
  margin-top: 1.5rem;
}

.section-header h2,
h2 {
  font-size: clamp(2.2rem, 4.5vw, 3.4rem);
  font-weight: 900 !important;
  letter-spacing: -0.04em !important;
  line-height: 1.05;
}

.section-header p {
  font-size: 1.1rem !important;
  margin-top: 1rem !important;
}

.feature-detail-content h2,
.usp-content h3 {
  font-size: clamp(1.8rem, 3vw, 2.6rem) !important;
  font-weight: 900 !important;
  letter-spacing: -0.04em !important;
  line-height: 1.1 !important;
}

.cta h2 {
  font-size: clamp(2.4rem, 5vw, 3.8rem) !important;
  font-weight: 900 !important;
  letter-spacing: -0.045em !important;
  line-height: 1.05 !important;
}

/* SERIF: bolder, more present */
.serif {
  font-family: 'Newsreader', Georgia, serif !important;
  font-style: italic !important;
  font-weight: 500 !important;
  letter-spacing: -0.025em !important;
}

/* Make h1/h2 serif words even bolder */
h1 .serif, h2 .serif, h3 .serif {
  font-weight: 600 !important;
}

/* Section spacing breathing */
.section, section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.section-header {
  margin-bottom: 5rem !important;
}

/* Eyebrow more presence */
.section-eyebrow {
  font-size: 0.78rem !important;
  letter-spacing: 0.22em !important;
  font-weight: 800 !important;
  margin-bottom: 1rem !important;
  display: inline-block;
}

@media (max-width: 768px) {
  .section, section { padding-top: 3.5rem; padding-bottom: 3.5rem; }
  .section-header { margin-bottom: 2.5rem !important; }
  .hero h1 { font-size: 2.6rem !important; }
  .page-hero h1 { font-size: 2.2rem !important; }
  .cta h2, .section-header h2, h2 { font-size: 1.9rem !important; }
}


/* === Schrift entspannter === */
body {
  letter-spacing: 0 !important;
  line-height: 1.7 !important;
}

p {
  letter-spacing: 0.005em !important;
  line-height: 1.75 !important;
  word-spacing: 0.03em;
}

h1, .hero h1, .page-hero h1 {
  letter-spacing: -0.025em !important;
  word-spacing: 0.02em;
  line-height: 1.1 !important;
}

h2, .section-header h2, .feature-detail-content h2, .cta h2 {
  letter-spacing: -0.02em !important;
  word-spacing: 0.02em;
  line-height: 1.15 !important;
}

h3 {
  letter-spacing: -0.015em !important;
  line-height: 1.3 !important;
}

.serif {
  letter-spacing: -0.005em !important;
  word-spacing: 0.04em;
}

.feature-list li, .plan-features li {
  line-height: 1.7 !important;
  letter-spacing: 0.005em !important;
}

.feature-card p, .plan-desc {
  line-height: 1.8 !important;
  letter-spacing: 0.005em !important;
}

.section-header p, .hero p, .page-hero p {
  line-height: 1.7 !important;
  letter-spacing: 0.005em !important;
}
