{"id":75290,"date":"2025-07-28T18:35:07","date_gmt":"2025-07-28T18:35:07","guid":{"rendered":"https:\/\/lumi-systems.io\/?page_id=75290"},"modified":"2026-04-16T12:08:33","modified_gmt":"2026-04-16T10:08:33","slug":"home","status":"publish","type":"page","link":"https:\/\/lumi-systems.io\/en\/","title":{"rendered":"Lumi-Systems.io \u2013 Sustainable IT Solutions from Vienna"},"content":{"rendered":"<!-- LUMI-SYSTEMS.IO HOMEPAGE - WordPress Gutenberg Compatible HTML Content -->\n\n<style>\n  * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box;\n  }\n\n  body {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;\n    color: #1f2937;\n    line-height: 1.6;\n  }\n\n  .container {\n    max-width: 1280px;\n    margin: 0 auto;\n    padding: 0 20px;\n  }\n\n  \/* HERO SECTION *\/\n  .hero-section {\n    background: linear-gradient(135deg, #0f172a 0%, #1a2d4d 100%);\n    color: white;\n    padding: 60px 20px;\n    margin-bottom: 60px;\n    border-radius: 12px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .hero-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 48px;\n    align-items: center;\n    max-width: 1280px;\n    margin: 0 auto;\n  }\n\n  .hero-image-wrap {\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    padding: 20px 0;\n  }\n\n  .hero-image-wrap img {\n    max-width: 100%;\n    height: auto;\n    border-radius: 8px;\n    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);\n    transform: perspective(1000px) rotateY(-4deg);\n    transition: transform 0.5s ease;\n  }\n\n  .hero-image-wrap img:hover {\n    transform: perspective(1000px) rotateY(0deg) scale(1.02);\n  }\n\n  @media (max-width: 900px) {\n    .hero-grid {\n      grid-template-columns: 1fr;\n      gap: 32px;\n    }\n    .hero-image-wrap {\n      order: -1;\n    }\n    .hero-image-wrap img {\n      transform: none;\n      max-width: 85%;\n      margin: 0 auto;\n    }\n  }\n\n  .hero-badge {\n    display: inline-block;\n    background: rgba(6, 182, 212, 0.2);\n    border: 1px solid #06b6d4;\n    color: #06b6d4;\n    padding: 8px 16px;\n    border-radius: 24px;\n    font-size: 13px;\n    font-weight: 600;\n    margin-bottom: 24px;\n    letter-spacing: 0.5px;\n  }\n\n  .hero-content {\n    max-width: 700px;\n  }\n\n  .hero-content h1 {\n    font-size: 48px;\n    font-weight: 800;\n    line-height: 1.2;\n    margin-bottom: 24px;\n    color: #ffffff;\n  }\n\n  .hero-content p {\n    font-size: 18px;\n    color: #e5e7eb;\n    margin-bottom: 32px;\n    line-height: 1.8;\n  }\n\n  .hero-buttons {\n    display: flex;\n    gap: 16px;\n    margin-bottom: 48px;\n    flex-wrap: wrap;\n  }\n\n  .btn {\n    padding: 14px 32px;\n    border-radius: 8px;\n    font-size: 16px;\n    font-weight: 600;\n    text-decoration: none !important;\n    cursor: pointer;\n    border: 2px solid transparent;\n    transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;\n    display: inline-block;\n  }\n\n  .btn:hover,\n  .btn:focus,\n  .btn:active {\n    text-decoration: none !important;\n  }\n\n  .btn-primary {\n    background: #1a56db;\n    color: #ffffff !important;\n  }\n\n\n\n  .btn-primary:hover {\n    background: #1e40af;\n    color: #ffffff !important;\n    transform: translateY(-2px);\n    box-shadow: 0 10px 20px rgba(26, 86, 219, 0.3);\n  }\n\n  .btn-secondary {\n    background: transparent;\n    color: #ffffff !important;\n    border-color: #06b6d4;\n  }\n\n  .btn-secondary:hover {\n    background: rgba(6, 182, 212, 0.15);\n    color: #ffffff !important;\n    border-color: #06b6d4;\n    transform: translateY(-2px);\n  }\n\n  \/* Outline variant for buttons on light backgrounds *\/\n  .btn-outline {\n    background: transparent;\n    color: #1a56db !important;\n    border: 2px solid #1a56db;\n  }\n\n  .btn-outline:hover {\n    background: #1a56db;\n    color: #ffffff !important;\n    transform: translateY(-2px);\n    box-shadow: 0 10px 20px rgba(26, 86, 219, 0.2);\n  }\n\n  .trust-stats {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n    gap: 24px;\n    padding-top: 48px;\n    border-top: 1px solid rgba(255, 255, 255, 0.1);\n  }\n\n  .stat {\n    text-align: center;\n  }\n\n  .stat-value {\n    font-size: 24px;\n    font-weight: 800;\n    color: #06b6d4;\n    margin-bottom: 8px;\n  }\n\n  .stat-label {\n    font-size: 14px;\n    color: #d1d5db;\n  }\n\n  \/* SECTION HEADERS *\/\n  .section-header {\n    text-align: center;\n    margin-bottom: 48px;\n  }\n\n  .section-header h2 {\n    font-size: 40px;\n    font-weight: 800;\n    margin-bottom: 16px;\n    color: #0f172a;\n  }\n\n  .section-header p {\n    font-size: 18px;\n    color: #6b7280;\n    max-width: 600px;\n    margin: 0 auto;\n  }\n\n  \/* SERVICES OVERVIEW *\/\n  .services-section {\n    padding: 60px 20px;\n    margin-bottom: 60px;\n  }\n\n  .service-category {\n    margin-bottom: 60px;\n  }\n\n  .service-category h3 {\n    font-size: 28px;\n    font-weight: 700;\n    margin-bottom: 32px;\n    color: #0f172a;\n  }\n\n  .cards-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 24px;\n    margin-bottom: 40px;\n  }\n\n  @media (max-width: 900px) {\n    .cards-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n  }\n\n  @media (max-width: 600px) {\n    .cards-grid {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  .card {\n    background: white;\n    border: 1px solid #e5e7eb;\n    border-radius: 12px;\n    padding: 32px;\n    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;\n    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);\n  }\n\n  .card:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);\n    border-color: #1a56db;\n  }\n\n  .card-icon {\n    font-size: 32px;\n    margin-bottom: 12px;\n    display: block;\n    line-height: 1;\n  }\n\n  .card:hover {\n    border-color: #1a56db;\n    box-shadow: 0 10px 25px rgba(26, 86, 219, 0.15);\n    transform: translateY(-4px);\n  }\n\n  .card h4 {\n    font-size: 18px;\n    font-weight: 700;\n    margin-bottom: 12px;\n    color: #0f172a;\n  }\n\n  .card p {\n    font-size: 14px;\n    color: #6b7280;\n    line-height: 1.6;\n  }\n\n  .pricing-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 24px;\n  }\n\n  .pricing-grid {\n    display: flex;\n    align-items: stretch;\n    gap: 0;\n    margin-bottom: 40px;\n  }\n\n  .pricing-group-setup {\n    flex: 1;\n    display: flex;\n    padding-right: 24px;\n    border-right: 2px dashed #d1d5db;\n    margin-right: 24px;\n  }\n\n  .pricing-group-care {\n    flex: 2;\n    display: flex;\n    gap: 24px;\n  }\n\n  .pricing-card {\n    flex: 1;\n    border: 2px solid #e5e7eb;\n    border-radius: 16px;\n    padding: 36px 28px;\n    text-align: center;\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\n    position: relative;\n    display: flex;\n    flex-direction: column;\n  }\n\n  .pricing-card:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);\n  }\n\n  \/* Lumi Setup - Green foundation theme *\/\n  .pricing-card.setup {\n    background: linear-gradient(180deg, #ecfdf5 0%, #f0fdf4 100%);\n    border-color: #059669;\n  }\n\n  .pricing-card.setup .price {\n    color: #059669;\n  }\n\n  .pricing-card .pricing-label {\n    display: inline-block;\n    color: white;\n    padding: 6px 16px;\n    border-radius: 20px;\n    font-size: 11px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    margin-bottom: 16px;\n  }\n\n  .pricing-card.setup .pricing-label {\n    background: #059669;\n  }\n\n  .pricing-card.basic .pricing-label {\n    background: #d97706;\n  }\n\n  \/* Lumi Care Pro - Featured blue *\/\n  .pricing-card.featured {\n    background: linear-gradient(180deg, #eff6ff 0%, #eef2ff 100%);\n    border-color: #1a56db;\n    box-shadow: 0 20px 40px rgba(26, 86, 219, 0.15);\n  }\n\n  \/* Lumi Care Basic - Neutral warm *\/\n  .pricing-card.basic {\n    background: linear-gradient(180deg, #fefce8 0%, #fefdf0 100%);\n    border-color: #f59e0b;\n  }\n\n  .pricing-card.basic .price {\n    color: #d97706;\n  }\n\n  .pricing-badge {\n    display: inline-block;\n    background: #1a56db;\n    color: white;\n    padding: 6px 14px;\n    border-radius: 20px;\n    font-size: 11px;\n    font-weight: 700;\n    margin-bottom: 16px;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n  }\n\n  .pricing-card h4 {\n    font-size: 22px;\n    font-weight: 800;\n    margin-bottom: 12px;\n    color: #0f172a;\n  }\n\n  .pricing-card .price {\n    font-size: 36px;\n    font-weight: 800;\n    color: #1a56db;\n    margin-bottom: 4px;\n  }\n\n  .pricing-card .billing {\n    font-size: 13px;\n    color: #6b7280;\n    margin-bottom: 28px;\n  }\n\n  .pricing-card ul {\n    list-style: none;\n    text-align: left;\n    margin-bottom: 0;\n    flex-grow: 1;\n  }\n\n  .pricing-card li {\n    padding: 10px 0;\n    border-bottom: 1px solid rgba(0, 0, 0, 0.06);\n    font-size: 14px;\n    color: #4b5563;\n  }\n\n  .pricing-card li:last-child {\n    border-bottom: none;\n  }\n\n  .pricing-card .btn {\n    margin-top: auto;\n  }\n\n  .tech-stack {\n    background: rgba(255, 255, 255, 0.7);\n    padding: 16px 20px;\n    border-radius: 8px;\n    margin-top: 20px;\n    font-size: 12px;\n    color: #6b7280;\n  }\n\n  .tech-stack strong {\n    color: #0f172a;\n  }\n\n  @media (max-width: 900px) {\n    .pricing-grid {\n      flex-direction: column;\n      gap: 24px;\n    }\n    .pricing-group-setup {\n      border-right: none;\n      border-bottom: 2px dashed #d1d5db;\n      padding-right: 0;\n      padding-bottom: 24px;\n      margin-right: 0;\n      margin-bottom: 0;\n    }\n    .pricing-group-care {\n      flex-direction: column;\n    }\n  }\n\n  \/* WHY LUMI-SYSTEMS *\/\n  \/* WHY SECTION \u2013 Enterprise Level *\/\n  .why-section {\n    padding: 80px 20px;\n    margin-bottom: 60px;\n    background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);\n    border-radius: 16px;\n    color: white;\n    position: relative;\n    overflow: hidden;\n  }\n\n  .why-section::before {\n    content: '';\n    position: absolute;\n    top: -50%;\n    right: -20%;\n    width: 600px;\n    height: 600px;\n    background: radial-gradient(circle, rgba(26, 86, 219, 0.08) 0%, transparent 70%);\n    pointer-events: none;\n  }\n\n  .why-header {\n    text-align: center;\n    max-width: 700px;\n    margin: 0 auto 64px;\n    position: relative;\n  }\n\n  .why-header .section-label {\n    display: inline-block;\n    background: rgba(6, 182, 212, 0.15);\n    border: 1px solid rgba(6, 182, 212, 0.3);\n    color: #06b6d4;\n    padding: 6px 16px;\n    border-radius: 24px;\n    font-size: 12px;\n    font-weight: 600;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    margin-bottom: 24px;\n  }\n\n  .why-header h2 {\n    font-size: 40px;\n    font-weight: 800;\n    line-height: 1.2;\n    color: #ffffff;\n    margin-bottom: 16px;\n  }\n\n  .why-header p {\n    font-size: 18px;\n    color: #94a3b8;\n    line-height: 1.7;\n  }\n\n  \/* Pillars Grid *\/\n  .why-pillars {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 24px;\n    max-width: 1100px;\n    margin: 0 auto 64px;\n    position: relative;\n  }\n\n  .why-pillar {\n    background: rgba(255, 255, 255, 0.04);\n    border: 1px solid rgba(255, 255, 255, 0.08);\n    border-radius: 16px;\n    padding: 40px 32px;\n    text-align: center;\n    transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;\n  }\n\n  .why-pillar:hover {\n    transform: translateY(-6px);\n    border-color: rgba(6, 182, 212, 0.3);\n    background: rgba(255, 255, 255, 0.06);\n  }\n\n  .why-pillar .pillar-icon {\n    font-size: 40px;\n    margin-bottom: 20px;\n    display: block;\n  }\n\n  .why-pillar .pillar-number {\n    display: inline-block;\n    background: rgba(6, 182, 212, 0.15);\n    color: #06b6d4;\n    font-size: 11px;\n    font-weight: 700;\n    padding: 4px 10px;\n    border-radius: 12px;\n    letter-spacing: 1px;\n    margin-bottom: 16px;\n  }\n\n  .why-pillar h3 {\n    font-size: 20px;\n    font-weight: 700;\n    color: #ffffff;\n    margin-bottom: 12px;\n  }\n\n  .why-pillar p {\n    font-size: 14px;\n    color: #94a3b8;\n    line-height: 1.6;\n  }\n\n  \/* Comparison Row *\/\n  .why-comparison {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 16px;\n    max-width: 1100px;\n    margin: 0 auto 48px;\n  }\n\n  .compare-item {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    background: rgba(255, 255, 255, 0.03);\n    border: 1px solid rgba(255, 255, 255, 0.06);\n    border-radius: 10px;\n    padding: 16px 20px;\n  }\n\n  .compare-icon {\n    font-size: 20px;\n    flex-shrink: 0;\n  }\n\n  .compare-text {\n    font-size: 14px;\n    color: #e2e8f0;\n  }\n\n  .compare-text strong {\n    color: #06b6d4;\n  }\n\n  \/* Values Strip *\/\n  .why-values {\n    display: flex;\n    justify-content: center;\n    gap: 40px;\n    flex-wrap: wrap;\n    padding-top: 48px;\n    border-top: 1px solid rgba(255, 255, 255, 0.08);\n    max-width: 1100px;\n    margin: 0 auto;\n  }\n\n  .value-item {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n\n  .value-dot {\n    width: 8px;\n    height: 8px;\n    border-radius: 50%;\n    flex-shrink: 0;\n  }\n\n  .value-dot.green { background: #059669; }\n  .value-dot.blue { background: #1a56db; }\n  .value-dot.cyan { background: #06b6d4; }\n  .value-dot.amber { background: #f59e0b; }\n\n  .value-item span {\n    font-size: 14px;\n    font-weight: 500;\n    color: #cbd5e1;\n  }\n\n  @media (max-width: 900px) {\n    .why-pillars { grid-template-columns: 1fr; gap: 16px; }\n    .why-comparison { grid-template-columns: 1fr; }\n    .why-header h2 { font-size: 30px; }\n    .why-values { gap: 20px; }\n  }\n\n  \n  \/* MISSION \/ KATZENSCHUTZ *\/\n  .mission-section {\n    padding: 80px 40px;\n    margin-bottom: 60px;\n    background: linear-gradient(135deg, #fffbf0 0%, #fff7ed 30%, #fef3c7 100%);\n    border-radius: 16px;\n    border-left: 6px solid #f97316;\n    position: relative;\n    overflow: hidden;\n  }\n  .mission-section::before {\n    content: '';\n    position: absolute;\n    top: -100px;\n    right: -100px;\n    width: 400px;\n    height: 400px;\n    background: radial-gradient(circle, rgba(249,115,22,0.08) 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .mission-hero {\n    display: grid;\n    grid-template-columns: 1fr 340px;\n    gap: 60px;\n    align-items: center;\n    margin-bottom: 60px;\n  }\n  .mission-label {\n    display: inline-block;\n    background: linear-gradient(135deg, #f97316, #ea580c);\n    color: white;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    padding: 8px 20px;\n    border-radius: 50px;\n    margin-bottom: 24px;\n  }\n  .mission-story h2 {\n    font-size: 42px;\n    font-weight: 800;\n    margin-bottom: 24px;\n    color: #0f172a;\n    line-height: 1.15;\n  }\n  .mission-lead {\n    font-size: 19px;\n    color: #374151;\n    line-height: 1.7;\n    margin-bottom: 16px;\n    font-weight: 500;\n  }\n  .mission-story p {\n    font-size: 16px;\n    color: #4b5563;\n    line-height: 1.8;\n    margin-bottom: 16px;\n  }\n  .mission-emphasis {\n    font-size: 18px !important;\n    font-weight: 700 !important;\n    color: #0f172a !important;\n    border-left: 4px solid #f97316;\n    padding-left: 16px;\n    margin-top: 24px !important;\n    margin-bottom: 28px !important;\n  }\n  .mission-stat-row {\n    display: flex;\n    gap: 32px;\n    margin-top: 28px;\n  }\n  .mission-stat {\n    display: flex;\n    flex-direction: column;\n    gap: 4px;\n  }\n  .stat-number {\n    font-size: 32px;\n    font-weight: 800;\n    color: #f97316;\n    line-height: 1.1;\n  }\n  .stat-label {\n    font-size: 14px;\n    color: #6b7280;\n    font-weight: 500;\n  }\n  .mission-lumi {\n    display: flex;\n    justify-content: center;\n    align-items: center;\n  }\n  .lumi-frame {\n    position: relative;\n    text-align: center;\n  }\n  .lumi-frame img {\n    max-width: 300px;\n    height: auto;\n    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.15));\n    transition: transform 0.4s ease, filter 0.4s ease;\n  }\n  .lumi-frame:hover img {\n    transform: scale(1.03) translateY(-5px);\n    filter: drop-shadow(0 25px 50px rgba(0,0,0,0.2));\n  }\n  .lumi-name {\n    margin-top: 16px;\n    font-size: 20px;\n    font-weight: 700;\n    color: #0f172a;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n  .mission-pillars {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 20px;\n    margin-bottom: 40px;\n  }\n  .mission-pillar {\n    background: white;\n    padding: 28px 24px;\n    border-radius: 12px;\n    text-align: center;\n    border: 1px solid #fde8d0;\n    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.04);\n  }\n  .mission-pillar:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 12px 32px rgba(249,115,22,0.12);\n    border-color: #f97316;\n  }\n  .pillar-icon {\n    font-size: 36px;\n    margin-bottom: 16px;\n    line-height: 1;\n  }\n  .mission-pillar h4 {\n    font-size: 16px;\n    font-weight: 700;\n    margin-bottom: 10px;\n    color: #0f172a;\n  }\n  .mission-pillar p {\n    font-size: 14px;\n    color: #6b7280;\n    line-height: 1.6;\n  }\n  .mission-guarantee {\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    gap: 20px;\n    padding: 20px;\n    background: rgba(255,255,255,0.7);\n    border-radius: 8px;\n    font-size: 14px;\n    font-weight: 600;\n    color: #374151;\n    flex-wrap: wrap;\n  }\n  .guarantee-sep {\n    color: #d1d5db;\n    font-weight: 300;\n  }\n  @media (max-width: 900px) {\n    .mission-hero {\n      grid-template-columns: 1fr;\n      gap: 40px;\n    }\n    .mission-lumi {\n      order: -1;\n    }\n    .lumi-frame img {\n      max-width: 220px;\n    }\n    .mission-section {\n      padding: 40px 24px;\n    }\n  }\n  @media (max-width: 768px) {\n    .mission-pillars {\n      grid-template-columns: repeat(2, 1fr);\n    }\n    .mission-story h2 {\n      font-size: 30px;\n    }\n    .mission-stat-row {\n      flex-direction: column;\n      gap: 16px;\n    }\n    .mission-guarantee {\n      flex-direction: column;\n      gap: 8px;\n    }\n    .guarantee-sep {\n      display: none;\n    }\n  }\n  @media (max-width: 480px) {\n    .mission-pillars {\n      grid-template-columns: 1fr;\n    }\n  }\n\/* PARTNERS *\/\n  .partners-section {\n    padding: 70px 20px;\n    margin-bottom: 60px;\n  }\n  .partners-header {\n    text-align: center;\n    margin-bottom: 48px;\n  }\n  .partners-header h2 {\n    font-size: 36px;\n    font-weight: 800;\n    color: #0f172a;\n    margin-bottom: 12px;\n  }\n  .partners-header p {\n    font-size: 16px;\n    color: #6b7280;\n    max-width: 600px;\n    margin: 0 auto;\n  }\n  .partners-grid {\n    display: grid;\n    grid-template-columns: repeat(6, 1fr);\n    gap: 16px;\n  }\n  .partner-card {\n    background: white;\n    border: 1px solid #e5e7eb;\n    border-radius: 12px;\n    padding: 20px 12px;\n    text-align: center;\n    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    gap: 10px;\n    min-height: 110px;\n    text-decoration: none;\n    cursor: pointer;\n  }\n  .partner-card:hover {\n    border-color: #1a56db;\n    transform: translateY(-4px);\n    box-shadow: 0 12px 24px rgba(26,86,219,0.1);\n  }\n  .partner-card img {\n    width: 48px;\n    height: 48px;\n    object-fit: contain;\n    border-radius: 8px;\n    filter: grayscale(80%) opacity(0.7);\n    transition: filter 0.3s ease;\n  }\n  .partner-card:hover img {\n    filter: grayscale(0%) opacity(1);\n  }\n  .partner-card .partner-name {\n    font-size: 12px;\n    font-weight: 600;\n    color: #374151;\n    line-height: 1.2;\n  }\n  .partner-card:hover .partner-name {\n    color: #1a56db;\n  }\n  @media (max-width: 1024px) {\n    .partners-grid {\n      grid-template-columns: repeat(4, 1fr);\n    }\n  }\n  @media (max-width: 768px) {\n    .partners-grid {\n      grid-template-columns: repeat(3, 1fr);\n      gap: 12px;\n    }\n    .partner-card {\n      padding: 14px 8px;\n      min-height: 90px;\n    }\n    .partner-card img {\n      width: 36px;\n      height: 36px;\n    }\n  }\n  @media (max-width: 480px) {\n    .partners-grid {\n      grid-template-columns: repeat(2, 1fr);\n    }\n  }\n  \/* EBOOK PROMOTION & OS COMPARISON *\/\n  .ebook-section {\n    padding: 80px 40px;\n    margin-bottom: 60px;\n    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);\n    border-radius: 16px;\n    position: relative;\n    overflow: hidden;\n    color: white;\n  }\n  .ebook-section::before {\n    content: '';\n    position: absolute;\n    top: -200px;\n    left: 50%;\n    transform: translateX(-50%);\n    width: 600px;\n    height: 600px;\n    background: radial-gradient(circle, rgba(99,102,241,0.12) 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .ebook-header {\n    text-align: center;\n    margin-bottom: 48px;\n  }\n  .ebook-label {\n    display: inline-block;\n    background: linear-gradient(135deg, #6366f1, #8b5cf6);\n    color: white;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    padding: 8px 20px;\n    border-radius: 50px;\n    margin-bottom: 20px;\n  }\n  .ebook-header h2 {\n    font-size: 40px;\n    font-weight: 800;\n    color: white;\n    margin-bottom: 12px;\n    line-height: 1.15;\n  }\n  .ebook-header p {\n    font-size: 17px;\n    color: #94a3b8;\n    max-width: 600px;\n    margin: 0 auto;\n    line-height: 1.6;\n  }\n\n  \/* OS COMPARISON TABLE *\/\n  .os-compare {\n    max-width: 900px;\n    margin: 0 auto 48px;\n  }\n  .os-compare-header {\n    display: grid;\n    grid-template-columns: 1fr 1fr 1fr;\n    gap: 0;\n    margin-bottom: 4px;\n  }\n  .os-compare-header span {\n    padding: 14px 16px;\n    font-weight: 700;\n    font-size: 15px;\n    text-align: center;\n  }\n  .os-col-label {\n    color: #64748b;\n  }\n  .os-col-win {\n    color: #94a3b8;\n  }\n  .os-col-zorin {\n    color: #6366f1;\n  }\n  .os-compare-rows {\n    display: flex;\n    flex-direction: column;\n    gap: 4px;\n  }\n  .os-row {\n    display: grid;\n    grid-template-columns: 1fr 1fr 1fr;\n    gap: 0;\n    background: rgba(255,255,255,0.04);\n    border-radius: 8px;\n    overflow: hidden;\n    transition: background 0.2s ease;\n  }\n  .os-row:hover {\n    background: rgba(255,255,255,0.08);\n  }\n  .os-cell {\n    padding: 14px 16px;\n    font-size: 14px;\n    text-align: center;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 6px;\n  }\n  .os-cell-label {\n    font-weight: 600;\n    color: #e2e8f0;\n    text-align: left;\n    justify-content: flex-start;\n  }\n  .os-cell-win {\n    color: #94a3b8;\n  }\n  .os-cell-zorin {\n    color: #a5b4fc;\n    font-weight: 600;\n  }\n  .os-icon-yes {\n    color: #34d399;\n    font-size: 18px;\n  }\n  .os-icon-no {\n    color: #f87171;\n    font-size: 18px;\n  }\n\n  \/* EBOOK CTA *\/\n  .ebook-cta {\n    display: grid;\n    grid-template-columns: 280px 1fr;\n    gap: 48px;\n    align-items: center;\n    max-width: 900px;\n    margin: 0 auto;\n    background: rgba(255,255,255,0.05);\n    border-radius: 16px;\n    padding: 40px;\n    border: 1px solid rgba(255,255,255,0.08);\n  }\n  .ebook-cover {\n    text-align: center;\n  }\n  .ebook-cover img {\n    max-width: 240px;\n    height: auto;\n    border-radius: 8px;\n    box-shadow: 0 20px 50px rgba(0,0,0,0.4);\n    transition: transform 0.4s ease;\n  }\n  .ebook-cover:hover img {\n    transform: scale(1.03) rotate(-1deg);\n  }\n  .ebook-details h3 {\n    font-size: 26px;\n    font-weight: 800;\n    color: white;\n    margin-bottom: 12px;\n  }\n  .ebook-details .ebook-subtitle {\n    font-size: 16px;\n    color: #94a3b8;\n    margin-bottom: 20px;\n    line-height: 1.6;\n  }\n  .ebook-badges {\n    display: flex;\n    gap: 10px;\n    flex-wrap: wrap;\n    margin-bottom: 24px;\n  }\n  .ebook-badge {\n    background: rgba(99,102,241,0.15);\n    border: 1px solid rgba(99,102,241,0.3);\n    padding: 6px 14px;\n    border-radius: 20px;\n    font-size: 12px;\n    font-weight: 600;\n    color: #a5b4fc;\n  }\n  .ebook-buttons {\n    display: flex;\n    gap: 14px;\n    flex-wrap: wrap;\n  }\n  .ebook-btn-shop {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    padding: 14px 28px;\n    background: #6366f1;\n    color: #ffffff !important;\n    border-radius: 8px;\n    font-weight: 700;\n    font-size: 15px;\n    text-decoration: none;\n    transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;\n    border: 2px solid #6366f1;\n  }\n  .ebook-btn-shop:hover {\n    background: #4f46e5;\n    color: #ffffff !important;\n    transform: translateY(-2px);\n    box-shadow: 0 8px 20px rgba(99,102,241,0.35);\n    border-color: #4f46e5;\n  }\n  .ebook-btn-amazon {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    padding: 14px 28px;\n    background: transparent;\n    color: #ffffff !important;\n    border: 2px solid rgba(255,255,255,0.3);\n    border-radius: 8px;\n    font-weight: 700;\n    font-size: 15px;\n    text-decoration: none;\n    transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;\n  }\n  .ebook-btn-amazon:hover {\n    background: rgba(255,255,255,0.1);\n    color: #ffffff !important;\n    border-color: rgba(255,255,255,0.6);\n    transform: translateY(-2px);\n    box-shadow: 0 8px 20px rgba(255,255,255,0.1);\n  }\n  @media (max-width: 768px) {\n    .ebook-section {\n      padding: 48px 20px;\n    }\n    .ebook-cta {\n      grid-template-columns: 1fr;\n      text-align: center;\n      padding: 28px 20px;\n    }\n    .ebook-cover img {\n      max-width: 180px;\n    }\n    .ebook-badges, .ebook-buttons {\n      justify-content: center;\n    }\n    .os-cell {\n      padding: 10px 8px;\n      font-size: 12px;\n    }\n    .os-cell-label {\n      font-size: 12px;\n    }\n    .ebook-header h2 {\n      font-size: 28px;\n    }\n  }\n  \/* BLOG SECTION *\/\n  .blog-section {\n    padding: 70px 20px;\n    margin-bottom: 60px;\n  }\n  .blog-header {\n    text-align: center;\n    margin-bottom: 48px;\n  }\n  .blog-header h2 {\n    font-size: 36px;\n    font-weight: 800;\n    color: #0f172a;\n    margin-bottom: 12px;\n  }\n  .blog-header p {\n    font-size: 16px;\n    color: #6b7280;\n    max-width: 700px;\n    margin: 0 auto;\n  }\n  .lumi-blog-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 24px;\n  }\n  .lumi-blog-card {\n    background: white;\n    border: 1px solid #e5e7eb;\n    border-radius: 12px;\n    overflow: hidden;\n    text-decoration: none;\n    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;\n    display: flex;\n    flex-direction: column;\n  }\n  .lumi-blog-card:hover {\n    transform: translateY(-6px);\n    box-shadow: 0 16px 40px rgba(0,0,0,0.1);\n    border-color: #1a56db;\n  }\n  .lumi-blog-img {\n    width: 100%;\n    height: 200px;\n    overflow: hidden;\n  }\n  .lumi-blog-img img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    transition: transform 0.4s ease;\n  }\n  .lumi-blog-card:hover .lumi-blog-img img {\n    transform: scale(1.05);\n  }\n  .lumi-blog-img-placeholder {\n    background: linear-gradient(135deg, #1a56db 0%, #06b6d4 100%);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n  }\n  .lumi-blog-img-placeholder span {\n    font-size: 48px;\n  }\n  .lumi-blog-body {\n    padding: 24px;\n    display: flex;\n    flex-direction: column;\n    flex-grow: 1;\n  }\n  .lumi-blog-cat {\n    display: inline-block;\n    background: #eff6ff;\n    color: #1a56db;\n    font-size: 11px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    padding: 4px 10px;\n    border-radius: 4px;\n    margin-bottom: 12px;\n    align-self: flex-start;\n  }\n  .lumi-blog-body h3 {\n    font-size: 18px;\n    font-weight: 700;\n    color: #0f172a;\n    margin-bottom: 10px;\n    line-height: 1.35;\n  }\n  .lumi-blog-card:hover .lumi-blog-body h3 {\n    color: #1a56db;\n  }\n  .lumi-blog-body p {\n    font-size: 14px;\n    color: #6b7280;\n    line-height: 1.6;\n    margin-bottom: 16px;\n    flex-grow: 1;\n  }\n  .lumi-blog-meta {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding-top: 12px;\n    border-top: 1px solid #f1f5f9;\n  }\n  .lumi-blog-date {\n    font-size: 12px;\n    color: #9ca3af;\n    font-weight: 500;\n  }\n  .lumi-blog-read {\n    font-size: 13px;\n    font-weight: 600;\n    color: #1a56db;\n    transition: gap 0.3s ease;\n  }\n  .lumi-blog-card:hover .lumi-blog-read {\n    letter-spacing: 0.5px;\n  }\n  .blog-all-link {\n    text-align: center;\n    margin-top: 36px;\n  }\n  .blog-all-link a {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    padding: 12px 28px;\n    background: #1a56db;\n    color: #ffffff !important;\n    border-radius: 8px;\n    font-weight: 700;\n    font-size: 15px;\n    text-decoration: none;\n    transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;\n  }\n  .blog-all-link a:hover {\n    background: #1544b5;\n    color: #ffffff !important;\n    transform: translateY(-2px);\n    box-shadow: 0 8px 20px rgba(26,86,219,0.3);\n  }\n  @media (max-width: 768px) {\n    .lumi-blog-grid {\n      grid-template-columns: 1fr;\n      gap: 20px;\n    }\n    .lumi-blog-img {\n      height: 180px;\n    }\n  }\n  \/* FIDER FEATURE REQUESTS *\/\n  .fider-section {\n    padding: 60px 20px;\n    margin-bottom: 60px;\n    background: linear-gradient(135deg, #e0f2fe 0%, #cffafe 100%);\n    border-radius: 12px;\n  }\n\n  .fider-content {\n    max-width: 900px;\n    margin: 0 auto;\n  }\n\n  .fider-content h2 {\n    font-size: 36px;\n    font-weight: 800;\n    margin-bottom: 48px;\n    text-align: center;\n    color: #0f172a;\n  }\n\n  .fider-features {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n    gap: 24px;\n    margin-bottom: 40px;\n  }\n\n  .fider-feature {\n    background: white;\n    padding: 32px 24px;\n    border-radius: 12px;\n    text-align: center;\n    border: 2px solid #a5f3fc;\n    transition: all 0.3s ease;\n  }\n\n  .fider-feature:hover {\n    border-color: #1a56db;\n    box-shadow: 0 10px 25px rgba(26, 86, 219, 0.1);\n  }\n\n  .fider-feature h4 {\n    font-size: 18px;\n    font-weight: 700;\n    margin-bottom: 12px;\n    color: #0f172a;\n  }\n\n  .fider-feature p {\n    font-size: 14px;\n    color: #6b7280;\n  }\n\n  .fider-cta {\n    text-align: center;\n  }\n\n  \/* SUPPORT & CONTACT CTA *\/\n  .support-cta-section {\n    padding: 60px 40px;\n    margin-bottom: 60px;\n    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);\n    border-radius: 16px;\n    position: relative;\n    overflow: hidden;\n  }\n  .support-cta-inner {\n    display: grid;\n    grid-template-columns: 1fr auto;\n    gap: 48px;\n    align-items: center;\n    max-width: 1000px;\n    margin: 0 auto;\n  }\n  .support-cta-text h3 {\n    font-size: 30px;\n    font-weight: 800;\n    color: #0f172a;\n    margin-bottom: 8px;\n    line-height: 1.25;\n  }\n  .support-cta-text p {\n    font-size: 16px;\n    color: #64748b;\n    margin-bottom: 24px;\n  }\n  .support-cta-buttons {\n    display: flex;\n    gap: 14px;\n    flex-wrap: wrap;\n  }\n  .support-btn-ai {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    padding: 14px 28px;\n    background: #1a56db;\n    color: #ffffff !important;\n    border-radius: 8px;\n    font-weight: 700;\n    font-size: 15px;\n    text-decoration: none;\n    border: 2px solid #1a56db;\n    transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;\n  }\n  .support-btn-ai:hover {\n    background: #1544b5;\n    color: #ffffff !important;\n    transform: translateY(-2px);\n    box-shadow: 0 8px 20px rgba(26,86,219,0.3);\n    border-color: #1544b5;\n  }\n  .support-btn-form {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    padding: 14px 28px;\n    background: white;\n    color: #1a56db !important;\n    border: 2px solid #1a56db;\n    border-radius: 8px;\n    font-weight: 700;\n    font-size: 15px;\n    text-decoration: none;\n    transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;\n  }\n  .support-btn-form:hover {\n    background: #1a56db;\n    color: #ffffff !important;\n    transform: translateY(-2px);\n    box-shadow: 0 8px 20px rgba(26,86,219,0.3);\n  }\n  .support-photo {\n    flex-shrink: 0;\n  }\n  .support-photo img {\n    width: 140px;\n    height: 140px;\n    border-radius: 50%;\n    object-fit: cover;\n    object-position: center top;\n    border: 4px solid white;\n    box-shadow: 0 8px 24px rgba(0,0,0,0.12);\n  }\n  .support-photo-name {\n    text-align: center;\n    margin-top: 10px;\n    font-size: 13px;\n    font-weight: 600;\n    color: #374151;\n  }\n  .support-photo-role {\n    text-align: center;\n    font-size: 11px;\n    color: #6b7280;\n  }\n\n  \/* FINAL CTA *\/\n  .final-cta-section {\n    padding: 70px 40px;\n    background: linear-gradient(135deg, #1a56db 0%, #0f172a 100%);\n    color: white;\n    border-radius: 16px;\n    text-align: center;\n    margin-bottom: 0;\n    position: relative;\n    overflow: hidden;\n  }\n  .final-cta-section::before {\n    content: '';\n    position: absolute;\n    top: -100px;\n    right: -100px;\n    width: 400px;\n    height: 400px;\n    background: radial-gradient(circle, rgba(6,182,212,0.15) 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .final-cta-section h2 {\n    font-size: 38px;\n    font-weight: 800;\n    margin-bottom: 16px;\n    color: white;\n  }\n  .final-cta-section p {\n    font-size: 17px;\n    color: rgba(255,255,255,0.7);\n    margin-bottom: 32px;\n    max-width: 500px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n  .cta-btn-primary {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    padding: 16px 36px;\n    background: white;\n    color: #1a56db !important;\n    border-radius: 8px;\n    font-weight: 700;\n    font-size: 16px;\n    text-decoration: none;\n    border: 2px solid white;\n    transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;\n    margin: 0 8px 12px;\n  }\n  .cta-btn-primary:hover {\n    background: transparent;\n    color: #ffffff !important;\n    transform: translateY(-2px);\n    box-shadow: 0 8px 24px rgba(255,255,255,0.2);\n  }\n  .cta-btn-secondary {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    padding: 16px 36px;\n    background: transparent;\n    color: #ffffff !important;\n    border: 2px solid rgba(255,255,255,0.4);\n    border-radius: 8px;\n    font-weight: 700;\n    font-size: 16px;\n    text-decoration: none;\n    transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;\n    margin: 0 8px 12px;\n  }\n  .cta-btn-secondary:hover {\n    background: rgba(255,255,255,0.1);\n    color: #ffffff !important;\n    border-color: rgba(255,255,255,0.8);\n    transform: translateY(-2px);\n    box-shadow: 0 8px 20px rgba(255,255,255,0.1);\n  }\n\n  \/* FOOTER *\/\n  .lumi-footer {\n    background: #0f172a;\n    color: #e2e8f0;\n    padding: 64px 40px 0;\n    margin-top: 60px;\n  }\n  .footer-inner {\n    max-width: 1280px;\n    margin: 0 auto;\n  }\n  .footer-grid {\n    display: grid;\n    grid-template-columns: 2fr 1fr 1fr 1fr;\n    gap: 48px;\n    padding-bottom: 48px;\n    border-bottom: 1px solid #1e293b;\n  }\n  .footer-brand p {\n    font-size: 14px;\n    color: #94a3b8;\n    line-height: 1.7;\n    margin-bottom: 20px;\n  }\n  .footer-brand img {\n    max-width: 180px;\n    margin-bottom: 16px;\n    border-radius: 8px;\n    padding: 8px 12px;\n    background: rgba(255,255,255,0.95);\n  }\n  .footer-social {\n    display: flex;\n    gap: 12px;\n  }\n  .footer-social a {\n    width: 36px;\n    height: 36px;\n    border-radius: 8px;\n    background: #1e293b;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    text-decoration: none;\n    font-size: 16px;\n    transition: background 0.3s ease;\n  }\n  .footer-social a:hover {\n    background: #1a56db;\n  }\n  .footer-col h4 {\n    font-size: 14px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    color: #f1f5f9;\n    margin-bottom: 20px;\n  }\n  .footer-col ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  .footer-col ul li {\n    margin-bottom: 10px;\n  }\n  .footer-col ul li a {\n    color: #94a3b8;\n    text-decoration: none;\n    font-size: 14px;\n    transition: color 0.2s ease;\n  }\n  .footer-col ul li a:hover {\n    color: #06b6d4;\n  }\n  .footer-address {\n    margin-top: 16px;\n  }\n  .footer-address p {\n    font-size: 13px;\n    color: #94a3b8;\n    line-height: 1.6;\n    margin-bottom: 4px;\n  }\n  .footer-address a {\n    color: #06b6d4;\n    text-decoration: none;\n    font-size: 13px;\n    font-weight: 600;\n  }\n  .footer-address a:hover {\n    text-decoration: underline;\n  }\n  .footer-bottom {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 24px 0;\n    flex-wrap: wrap;\n    gap: 12px;\n  }\n  .footer-bottom p {\n    font-size: 13px;\n    color: #64748b;\n    margin: 0;\n  }\n  .footer-bottom a {\n    color: #64748b;\n    text-decoration: none;\n    font-size: 13px;\n    transition: color 0.2s ease;\n  }\n  .footer-bottom a:hover {\n    color: #06b6d4;\n  }\n  .footer-legal {\n    display: flex;\n    gap: 20px;\n  }\n  .footer-cat-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    background: rgba(249,115,22,0.1);\n    border: 1px solid rgba(249,115,22,0.2);\n    padding: 6px 14px;\n    border-radius: 20px;\n    font-size: 12px;\n    color: #f97316;\n    font-weight: 600;\n  }\n  @media (max-width: 900px) {\n    .support-cta-inner {\n      grid-template-columns: 1fr;\n      text-align: center;\n    }\n    .support-photo {\n      order: -1;\n    }\n    .support-cta-buttons {\n      justify-content: center;\n    }\n  }\n  @media (max-width: 768px) {\n    .footer-grid {\n      grid-template-columns: 1fr 1fr;\n      gap: 32px;\n    }\n    .lumi-footer {\n      padding: 40px 20px 0;\n    }\n    .final-cta-section h2 {\n      font-size: 28px;\n    }\n    .footer-bottom {\n      flex-direction: column;\n      text-align: center;\n    }\n  }\n  @media (max-width: 480px) {\n    .footer-grid {\n      grid-template-columns: 1fr;\n    }\n  }\n  \n  n-items: center;\n    max-width: 1000px;\n    margin: 0 auto;\n  }\n  .support-cta-text h3 {\n    font-size: 30px;\n    font-weight: 800;\n    color: #0f172a;\n    margin-bottom: 8px;\n    line-height: 1.25;\n  }\n  .support-cta-text p {\n    font-size: 16px;\n    color: #64748b;\n    margin-bottom: 24px;\n  }\n  .support-cta-buttons {\n    display: flex;\n    gap: 14px;\n    flex-wrap: wrap;\n  }\n  .support-btn-ai {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    padding: 14px 28px;\n    background: #1a56db;\n    color: #ffffff !important;\n    border-radius: 8px;\n    font-weight: 700;\n    font-size: 15px;\n    text-decoration: none;\n    border: 2px solid #1a56db;\n    transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;\n  }\n  .support-btn-ai:hover {\n    background: #1544b5;\n    color: #ffffff !important;\n    transform: translateY(-2px);\n    box-shadow: 0 8px 20px rgba(26,86,219,0.3);\n    border-color: #1544b5;\n  }\n  .support-btn-form {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    padding: 14px 28px;\n    background: white;\n    color: #1a56db !important;\n    border: 2px solid #1a56db;\n    border-radius: 8px;\n    font-weight: 700;\n    font-size: 15px;\n    text-decoration: none;\n    transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;\n  }\n  .support-btn-form:hover {\n    background: #1a56db;\n    color: #ffffff !important;\n    transform: translateY(-2px);\n    box-shadow: 0 8px 20px rgba(26,86,219,0.3);\n  }\n  .support-photo {\n    flex-shrink: 0;\n  }\n  .support-photo img {\n    width: 140px;\n    height: 140px;\n    border-radius: 50%;\n    object-fit: cover;\n    object-position: center top;\n    border: 4px solid white;\n    box-shadow: 0 8px 24px rgba(0,0,0,0.12);\n  }\n  .support-photo-name {\n    text-align: center;\n    margin-top: 10px;\n    font-size: 13px;\n    font-weight: 600;\n    color: #374151;\n  }\n  .support-photo-role {\n    text-align: center;\n    font-size: 11px;\n    color: #6b7280;\n  }\n\n  \/* FINAL CTA *\/\n  .final-cta-section {\n    padding: 70px 40px;\n    background: linear-gradient(135deg, #1a56db 0%, #0f172a 100%);\n    color: white;\n    border-radius: 16px;\n    text-align: center;\n    margin-bottom: 0;\n    position: relative;\n    overflow: hidden;\n  }\n  .final-cta-section::before {\n    content: '';\n    position: absolute;\n    top: -100px;\n    right: -100px;\n    width: 400px;\n    height: 400px;\n    background: radial-gradient(circle, rgba(6,182,212,0.15) 0%, transparent 70%);\n    pointer-events: none;\n  }\n  .final-cta-section h2 {\n    font-size: 38px;\n    font-weight: 800;\n    margin-bottom: 16px;\n    color: white;\n  }\n  .final-cta-section p {\n    font-size: 17px;\n    color: rgba(255,255,255,0.7);\n    margin-bottom: 32px;\n    max-width: 500px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n  .cta-btn-primary {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    padding: 16px 36px;\n    background: white;\n    color: #1a56db !important;\n    border-radius: 8px;\n    font-weight: 700;\n    font-size: 16px;\n    text-decoration: none;\n    border: 2px solid white;\n    transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;\n    margin: 0 8px 12px;\n  }\n  .cta-btn-primary:hover {\n    background: transparent;\n    color: #ffffff !important;\n    transform: translateY(-2px);\n    box-shadow: 0 8px 24px rgba(255,255,255,0.2);\n  }\n  .cta-btn-secondary {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    padding: 16px 36px;\n    background: transparent;\n    color: #ffffff !important;\n    border: 2px solid rgba(255,255,255,0.4);\n    border-radius: 8px;\n    font-weight: 700;\n    font-size: 16px;\n    text-decoration: none;\n    transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;\n    margin: 0 8px 12px;\n  }\n  .cta-btn-secondary:hover {\n    background: rgba(255,255,255,0.1);\n    color: #ffffff !important;\n    border-color: rgba(255,255,255,0.8);\n    transform: translateY(-2px);\n    box-shadow: 0 8px 20px rgba(255,255,255,0.1);\n  }\n\n  \/* FOOTER *\/\n  .lumi-footer {\n    background: #0f172a;\n    color: #e2e8f0;\n    padding: 64px 40px 0;\n    margin-top: 60px;\n  }\n  .footer-inner {\n    max-width: 1280px;\n    margin: 0 auto;\n  }\n  .footer-grid {\n    display: grid;\n    grid-template-columns: 2fr 1fr 1fr 1fr;\n    gap: 48px;\n    padding-bottom: 48px;\n    border-bottom: 1px solid #1e293b;\n  }\n  .footer-brand p {\n    font-size: 14px;\n    color: #94a3b8;\n    line-height: 1.7;\n    margin-bottom: 20px;\n  }\n  .footer-brand img {\n    max-width: 180px;\n    margin-bottom: 16px;\n    border-radius: 8px;\n    padding: 8px 12px;\n    background: rgba(255,255,255,0.95);\n  }\n  .footer-social {\n    display: flex;\n    gap: 12px;\n  }\n  .footer-social a {\n    width: 36px;\n    height: 36px;\n    border-radius: 8px;\n    background: #1e293b;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    text-decoration: none;\n    font-size: 16px;\n    transition: background 0.3s ease;\n  }\n  .footer-social a:hover {\n    background: #1a56db;\n  }\n  .footer-col h4 {\n    font-size: 14px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    color: #f1f5f9;\n    margin-bottom: 20px;\n  }\n  .footer-col ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  .footer-col ul li {\n    margin-bottom: 10px;\n  }\n  .footer-col ul li a {\n    color: #94a3b8;\n    text-decoration: none;\n    font-size: 14px;\n    transition: color 0.2s ease;\n  }\n  .footer-col ul li a:hover {\n    color: #06b6d4;\n  }\n  .footer-address {\n    margin-top: 16px;\n  }\n  .footer-address p {\n    font-size: 13px;\n    color: #94a3b8;\n    line-height: 1.6;\n    margin-bottom: 4px;\n  }\n  .footer-address a {\n    color: #06b6d4;\n    text-decoration: none;\n    font-size: 13px;\n    font-weight: 600;\n  }\n  .footer-address a:hover {\n    text-decoration: underline;\n  }\n  .footer-bottom {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 24px 0;\n    flex-wrap: wrap;\n    gap: 12px;\n  }\n  .footer-bottom p {\n    font-size: 13px;\n    color: #64748b;\n    margin: 0;\n  }\n  .footer-bottom a {\n    color: #64748b;\n    text-decoration: none;\n    font-size: 13px;\n    transition: color 0.2s ease;\n  }\n  .footer-bottom a:hover {\n    color: #06b6d4;\n  }\n  .footer-legal {\n    display: flex;\n    gap: 20px;\n  }\n  .footer-cat-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    background: rgba(249,115,22,0.1);\n    border: 1px solid rgba(249,115,22,0.2);\n    padding: 6px 14px;\n    border-radius: 20px;\n    font-size: 12px;\n    color: #f97316;\n    font-weight: 600;\n  }\n  @media (max-width: 900px) {\n    .support-cta-inner {\n      grid-template-columns: 1fr;\n      text-align: center;\n    }\n    .support-photo {\n      order: -1;\n    }\n    .support-cta-buttons {\n      justify-content: center;\n    }\n  }\n  @media (max-width: 768px) {\n    .footer-grid {\n      grid-template-columns: 1fr 1fr;\n      gap: 32px;\n    }\n    .lumi-footer {\n      padding: 40px 20px 0;\n    }\n    .final-cta-section h2 {\n      font-size: 28px;\n    }\n    .footer-bottom {\n      flex-direction: column;\n      text-align: center;\n    }\n  }\n  @media (max-width: 480px) {\n    .footer-grid {\n      grid-template-columns: 1fr;\n    }\n  }\n  \n  \/* RESPONSIVE *\/\n  @media (max-width: 768px) {\n    .hero-content h1 {\n      font-size: 36px;\n    }\n\n    .hero-content p {\n      font-size: 16px;\n    }\n\n    .hero-buttons {\n      flex-direction: column;\n    }\n\n    .btn {\n      width: 100%;\n      text-align: center;\n    }\n\n    .trust-stats {\n      grid-template-columns: repeat(2, 1fr);\n      gap: 16px;\n    }\n\n    .section-header h2 {\n      font-size: 32px;\n    }\n\n    .comparison-container {\n      grid-template-columns: 1fr;\n    }\n\n    .pricing-card.featured {\n      transform: scale(1);\n    }\n\n    .hero-section {\n      padding: 40px 20px;\n    }\n  }\n<\/style>\n\n<div style=\"padding-top: 40px;\">\n\n  <!-- HERO SECTION -->\n  <div style=\"max-width: 1280px; margin: 0 auto; padding: 0 20px;\">\n    <div id=\"Hero\" class=\"hero-section\">\n      <div class=\"hero-grid\">\n        <div class=\"hero-left\">\n          <div class=\"hero-badge\">Sustainable IT Solutions from Vienna<\/div>\n          <div class=\"hero-content\">\n            <h1>Technology that takes responsibility.<\/h1>\n            <p>Refurbished Linux notebooks and GDPR-compliant cloud hosting. We combine enterprise quality with sustainability \u2013 for private and business customers worldwide.<\/p>\n            <div class=\"hero-buttons\">\n              <a href=\"\/en\/shop\/\" class=\"btn btn-primary\">Explore Notebooks<\/a>\n              <a href=\"\/en\/services\/\" class=\"btn btn-secondary\">Cloud Services<\/a>\n            <\/div>\n          <\/div>\n          <div class=\"trust-stats\">\n            <div class=\"stat\">\n              <div class=\"stat-value\">20%<\/div>\n              <div class=\"stat-label\">Cat Protection<\/div>\n            <\/div>\n            <div class=\"stat\">\n              <div class=\"stat-value\">100%<\/div>\n              <div class=\"stat-label\">GDPR-compliant<\/div>\n            <\/div>\n            <div class=\"stat\">\n              <div class=\"stat-value\">15+<\/div>\n              <div class=\"stat-label\">Years of IT Expertise<\/div>\n            <\/div>\n            <div class=\"stat\">\n              <div class=\"stat-value\">10<\/div>\n              <div class=\"stat-label\">Languages<\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n        <div class=\"hero-image-wrap\">\n          <img fetchpriority=\"high\" decoding=\"async\" src=\"https:\/\/lumi-systems.io\/wp-content\/uploads\/2026\/01\/lenovo_yoga_520_front_zorin.jpeg\" alt=\"Lenovo Notebook mit Zorin OS \u2013 nachhaltig, sicher, sofort einsatzbereit\" width=\"1200\" height=\"896\" loading=\"eager\">\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- SERVICES OVERVIEW -->\n  <div style=\"max-width: 1280px; margin: 0 auto; padding: 0 20px;\">\n    <div id=\"Services\" class=\"services-section\">\n      <div class=\"section-header\">\n        <h2>Two Worlds. One Promise.<\/h2>\n        <p>From sustainably refurbished Linux notebooks to fully managed cloud hosting \u2013 all at enterprise level, all GDPR-compliant.<\/p>\n      <\/div>\n\n      <!-- NOTEBOOKS SECTION -->\n      <div class=\"service-category\">\n        <h3>Linux Notebooks<\/h3>\n        <div class=\"cards-grid\">\n          <div class=\"card\">\n            <span class=\"card-icon\">\ud83d\udd12<\/span><h4>Secure &amp; Private<\/h4>\n            <p>Open-source Linux with complete control over your data. No hidden trackers, no data collection.<\/p>\n          <\/div>\n          <div class=\"card\">\n            <span class=\"card-icon\">\u26a1<\/span><h4>Ready to Use Immediately<\/h4>\n            <p>Fully configured and tested. Unbox and start working right away.<\/p>\n          <\/div>\n          <div class=\"card\">\n            <span class=\"card-icon\">\u267b\ufe0f<\/span><h4>Sustainable &amp; Powerful<\/h4>\n            <p>Refurbished hardware brought to modern standards. Extended lifespan, less electronic waste.<\/p>\n          <\/div>\n          <div class=\"card\">\n            <span class=\"card-icon\">\ud83d\udda5\ufe0f<\/span><h4>Intuitive &amp; Familiar<\/h4>\n            <p>Zorin OS and Ubuntu for smooth transitions. Familiar, simple, productive.<\/p>\n          <\/div>\n          <div class=\"card\">\n            <span class=\"card-icon\">\ud83d\udce6<\/span><h4>Vast App Selection<\/h4>\n            <p>Millions of free and professional applications from the Software Center.<\/p>\n          <\/div>\n          <div class=\"card\">\n            <span class=\"card-icon\">\ud83d\udee1\ufe0f<\/span><h4>1 Year Warranty + Support<\/h4>\n            <p>Full protection and personal support for your new computer.<\/p>\n          <\/div>\n        <\/div>\n        <div style=\"display: flex; gap: 16px; flex-wrap: wrap;\">\n          <a href=\"\/en\/shop\/\" class=\"btn btn-primary\">Visit Online Shop<\/a>\n          <a href=\"https:\/\/swcalculator.lumi-systems.io\/\" class=\"btn btn-outline\">SW Calculator<\/a>\n        <\/div>\n      <\/div>\n\n      <!-- CLOUD SECTION -->\n      <div class=\"service-category\">\n        <h3>Cloud Hosting &amp; Services<\/h3>\n        <div class=\"pricing-grid\">\n          <div class=\"pricing-group-setup\">\n            <div class=\"pricing-card setup\">\n              <span class=\"pricing-label\">Basic Setup<\/span>\n              <h4>Lumi Setup<\/h4>\n              <div class=\"price\">299 EUR<\/div>\n              <div class=\"billing\">one-time<\/div>\n              <ul>\n                <li>Hetzner Cloud Account<\/li>\n                <li>Coolify Setup<\/li>\n                <li>3 Apps Configured<\/li>\n                <li>Root Access<\/li>\n                <li>Fully Documented<\/li>\n              <\/ul>\n              <a href=\"\/en\/services\/\" class=\"btn btn-primary\" style=\"width: 100%; text-align: center;\">Get Started<\/a>\n              <div class=\"tech-stack\"><strong>Tech Stack:<\/strong> Hetzner Cloud, Coolify<\/div>\n            <\/div>\n          <\/div>\n\n          <div class=\"pricing-group-care\">\n            <div class=\"pricing-card featured\">\n              <div class=\"pricing-badge\">Recommended<\/div>\n              <h4>Lumi Care Pro<\/h4>\n              <div class=\"price\">89 EUR<\/div>\n              <div class=\"billing\">per month<\/div>\n              <ul>\n                <li>Prometheus &amp; Grafana<\/li>\n                <li>Wazuh Security<\/li>\n                <li>Manually Verified Updates<\/li>\n                <li>SLA Guarantee<\/li>\n                <li>24\/7 Support<\/li>\n                <li>Automatic Backups<\/li>\n              <\/ul>\n              <a href=\"\/en\/services\/\" class=\"btn btn-primary\" style=\"width: 100%; text-align: center;\">Book Now<\/a>\n              <div class=\"tech-stack\"><strong>Tech Stack:<\/strong> Hetzner Cloud, Coolify, Prometheus, Grafana, Wazuh, Docker<\/div>\n            <\/div>\n\n            <div class=\"pricing-card basic\">\n              <span class=\"pricing-label\">Starter<\/span>\n              <h4>Lumi Starter<\/h4>\n              <div class=\"price\">35 EUR<\/div>\n              <div class=\"billing\">per month<\/div>\n              <ul>\n                <li>Server Fully Managed<\/li>\n                <li>Auto-Updates<\/li>\n                <li>Snapshots &amp; Backups<\/li>\n                <li>Uptime Monitoring<\/li>\n                <li>Email Support<\/li>\n                <li>Documentation<\/li>\n              <\/ul>\n              <a href=\"\/en\/services\/\" class=\"btn btn-primary\" style=\"width: 100%; text-align: center;\">Book Now<\/a>\n              <div class=\"tech-stack\"><strong>Tech Stack:<\/strong> Hetzner Cloud, Coolify, Docker<\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- WHY LUMI-SYSTEMS -->\n  <div style=\"max-width: 1280px; margin: 0 auto; padding: 0 20px;\">\n    <div id=\"Vorteile\" class=\"why-section\">\n      <div class=\"why-header\">\n        <span class=\"section-label\">Why Open Source?<\/span>\n        <h2>Less Complexity. More Control.<\/h2>\n        <p>Perfection is achieved not when there is nothing more to add \u2013 but when there is nothing left to take away. Three principles guide our work.<\/p>\n      <\/div>\n\n      <div class=\"why-pillars\">\n        <div class=\"why-pillar\">\n          <span class=\"pillar-icon\">\ud83d\udd13<\/span>\n          <span class=\"pillar-number\">PRINCIPLE 01<\/span>\n          <h3>Freedom Through Transparency<\/h3>\n          <p>Open-source code you can audit. No hidden data collection, no tracking services, no vendor lock-in. Your data belongs to you \u2013 without compromise.<\/p>\n        <\/div>\n        <div class=\"why-pillar\">\n          <span class=\"pillar-icon\">\u26a1<\/span>\n          <span class=\"pillar-number\">PRINCIPLE 02<\/span>\n          <h3>Simplicity as Strength<\/h3>\n          <p>Every feature earns its place. Linux systems deliver exactly what you need \u2013 no bloatware, no forced updates, no background processes slowing down your work.<\/p>\n        <\/div>\n        <div class=\"why-pillar\">\n          <span class=\"pillar-icon\">\u267b\ufe0f<\/span>\n          <span class=\"pillar-number\">PRINCIPLE 03<\/span>\n          <h3>Sustainability as Commitment<\/h3>\n          <p>Refurbished hardware instead of new production. Free software instead of annual licenses. Extended lifespan instead of planned obsolescence. Technology that takes responsibility.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"why-comparison\">\n        <div class=\"compare-item\">\n          <span class=\"compare-icon\">\ud83d\udcb0<\/span>\n          <div class=\"compare-text\"><strong>0 EUR<\/strong> License costs instead of 159\u2013219 EUR\/year<\/div>\n        <\/div>\n        <div class=\"compare-item\">\n          <span class=\"compare-icon\">\ud83d\udee1\ufe0f<\/span>\n          <div class=\"compare-text\"><strong>83% less<\/strong> Malware attack surface<\/div>\n        <\/div>\n        <div class=\"compare-item\">\n          <span class=\"compare-icon\">\ud83d\ude80<\/span>\n          <div class=\"compare-text\"><strong>Up to 40%<\/strong> faster performance<\/div>\n        <\/div>\n        <div class=\"compare-item\">\n          <span class=\"compare-icon\">\ud83d\udd12<\/span>\n          <div class=\"compare-text\"><strong>Zero<\/strong> forced data collection<\/div>\n        <\/div>\n        <div class=\"compare-item\">\n          <span class=\"compare-icon\">\ud83d\udce6<\/span>\n          <div class=\"compare-text\"><strong>Millionen<\/strong> free applications<\/div>\n        <\/div>\n        <div class=\"compare-item\">\n          <span class=\"compare-icon\">\ud83d\udd04<\/span>\n          <div class=\"compare-text\"><strong>Lifetime<\/strong> free updates<\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"why-values\">\n        <div class=\"value-item\"><span class=\"value-dot green\"><\/span><span>GDPR-compliant<\/span><\/div>\n        <div class=\"value-item\"><span class=\"value-dot blue\"><\/span><span>Enterprise Quality<\/span><\/div>\n        <div class=\"value-item\"><span class=\"value-dot cyan\"><\/span><span>Personal Support<\/span><\/div>\n        <div class=\"value-item\"><span class=\"value-dot amber\"><\/span><span>20% for Cat Rescue<\/span><\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- MISSION \/ KATZENSCHUTZ -->\n  <div style=\"max-width: 1280px; margin: 0 auto; padding: 0 20px;\">\n    <div id=\"UnserVersprechen\" class=\"mission-section\">\n      \n      <!-- Hero row: Story + Lumi -->\n      <div class=\"mission-hero\">\n        <div class=\"mission-story\">\n          <span class=\"mission-label\">Our Promise<\/span>\n          <h2>Technology with Heart.<\/h2>\n          <p class=\"mission-lead\">Every company has a story. Ours begins with two cats who were looking for a home \u2013 and found one.<\/p>\n          <p>Lumi came to us 3 years ago and we adopted Kiko in February 2026. They are not just our companions \u2013 they are the reason why we <strong>20% of our profits<\/strong> donate directly to cat rescue. To shelters, rescue stations, life-saving operations and good food.<\/p>\n          <p class=\"mission-emphasis\">Named after our cats Lumi &amp; Kiko \u2013 this company is their story.<\/p>\n          \n          <div class=\"mission-stat-row\">\n            <div class=\"mission-stat\">\n              <span class=\"stat-number\">20%<\/span>\n              <span class=\"stat-label\">of profits for cat rescue<\/span>\n            <\/div>\n            <div class=\"mission-stat\">\n              <span class=\"stat-number\">\u267b\ufe0f<\/span>\n              <span class=\"stat-label\">100% sustainable business<\/span>\n            <\/div>\n          <\/div>\n        <\/div>\n        \n        <div class=\"mission-lumi\">\n          <div class=\"lumi-frame\">\n            <img decoding=\"async\" src=\"https:\/\/lumi-systems.io\/wp-content\/uploads\/2026\/04\/lumi_cat_transparent.png\" \n                 alt=\"Lumi die schwarze Katze \u2013 Namensgeberin von Lumi-Systems.io\" \n                 width=\"400\" height=\"630\"\n                 loading=\"lazy\" \/>\n            <div class=\"lumi-name\">Lumi<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- Impact pillars -->\n      <div class=\"mission-pillars\">\n        <div class=\"mission-pillar\">\n          <div class=\"pillar-icon\">\u267b\ufe0f<\/div>\n          <h4>Refurbished Hardware<\/h4>\n          <p>Instead of new production, we rely on high-quality, tested used devices. Good for the environment, good for your budget.<\/p>\n        <\/div>\n        <div class=\"mission-pillar\">\n          <div class=\"pillar-icon\">\u26a1<\/div>\n          <h4>Green Energy<\/h4>\n          <p>100% Hetzner Green Energy for our entire cloud infrastructure. Your hosting runs carbon-neutral.<\/p>\n        <\/div>\n        <div class=\"mission-pillar\">\n          <div class=\"pillar-icon\">\ud83d\udc31<\/div>\n          <h4>Cat Protection<\/h4>\n          <p>20% of our profits go directly to animal shelters and rescue organizations. Every purchase helps.<\/p>\n        <\/div>\n        <div class=\"mission-pillar\">\n          <div class=\"pillar-icon\">\ud83d\udd13<\/div>\n          <h4>Open Source<\/h4>\n          <p>Full software transparency and active community contribution. We believe in open technology.<\/p>\n        <\/div>\n      <\/div>\n\n      <!-- Guarantee strip -->\n      <div class=\"mission-guarantee\">\n        <span>\u2705 1 Year Hardware Warranty on all devices<\/span>\n        <span class=\"guarantee-sep\">|<\/span>\n        <span>\ud83c\udde6\ud83c\uddf9 Personal Support from Vienna<\/span>\n        <span class=\"guarantee-sep\">|<\/span>\n        <span>\ud83d\udc31 Adopted, not bought<\/span>\n      <\/div>\n    <\/div>\n  <\/div>\n\n\n  <!-- PARTNERS -->\n  <div style=\"max-width: 1280px; margin: 0 auto; padding: 0 20px;\">\n    <div id=\"Partner\" class=\"partners-section\">\n      <div class=\"partners-header\">\n        <h2>Our Technology Partners<\/h2>\n        <p>Leading open-source projects and hosting partners we rely on.<\/p>\n      <\/div>\n\n      <div class=\"partners-grid\">\n        <a href=\"https:\/\/zorin.com\/os\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"partner-card\" title=\"ZorinOS\">\n          <img decoding=\"async\" src=\"https:\/\/www.google.com\/s2\/favicons?domain=zorin.com&#038;sz=128\" alt=\"ZorinOS Logo\" width=\"48\" height=\"48\" loading=\"lazy\" onerror=\"this.style.display='none'\" \/>\n          <span class=\"partner-name\">ZorinOS<\/span>\n        <\/a>\n        <a href=\"https:\/\/ubuntu.com\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"partner-card\" title=\"Ubuntu\">\n          <img decoding=\"async\" src=\"https:\/\/www.google.com\/s2\/favicons?domain=ubuntu.com&#038;sz=128\" alt=\"Ubuntu Logo\" width=\"48\" height=\"48\" loading=\"lazy\" onerror=\"this.style.display='none'\" \/>\n          <span class=\"partner-name\">Ubuntu<\/span>\n        <\/a>\n        <a href=\"https:\/\/anduinos.com\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"partner-card\" title=\"AnduinOS\">\n          <img decoding=\"async\" src=\"https:\/\/www.google.com\/s2\/favicons?domain=anduinos.com&#038;sz=128\" alt=\"AnduinOS Logo\" width=\"48\" height=\"48\" loading=\"lazy\" onerror=\"this.style.display='none'\" \/>\n          <span class=\"partner-name\">AnduinOS<\/span>\n        <\/a>\n        <a href=\"https:\/\/www.hetzner.com\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"partner-card\" title=\"Hetzner\">\n          <img decoding=\"async\" src=\"https:\/\/www.google.com\/s2\/favicons?domain=www.hetzner.com&#038;sz=128\" alt=\"Hetzner Logo\" width=\"48\" height=\"48\" loading=\"lazy\" onerror=\"this.style.display='none'\" \/>\n          <span class=\"partner-name\">Hetzner<\/span>\n        <\/a>\n        <a href=\"https:\/\/coolify.io\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"partner-card\" title=\"Coolify\">\n          <img decoding=\"async\" src=\"https:\/\/www.google.com\/s2\/favicons?domain=coolify.io&#038;sz=128\" alt=\"Coolify Logo\" width=\"48\" height=\"48\" loading=\"lazy\" onerror=\"this.style.display='none'\" \/>\n          <span class=\"partner-name\">Coolify<\/span>\n        <\/a>\n        <a href=\"https:\/\/www.onlyoffice.com\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"partner-card\" title=\"OnlyOffice\">\n          <img decoding=\"async\" src=\"https:\/\/www.google.com\/s2\/favicons?domain=www.onlyoffice.com&#038;sz=128\" alt=\"OnlyOffice Logo\" width=\"48\" height=\"48\" loading=\"lazy\" onerror=\"this.style.display='none'\" \/>\n          <span class=\"partner-name\">OnlyOffice<\/span>\n        <\/a>\n        <a href=\"https:\/\/www.mozilla.org\/firefox\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"partner-card\" title=\"Firefox\">\n          <img decoding=\"async\" src=\"https:\/\/lumi-systems.io\/wp-content\/uploads\/2026\/04\/firefox_logo.jpeg\" alt=\"Firefox Logo\" width=\"48\" height=\"48\" loading=\"lazy\" onerror=\"this.style.display='none'\" \/>\n          <span class=\"partner-name\">Firefox<\/span>\n        <\/a>\n        <a href=\"https:\/\/www.thunderbird.net\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"partner-card\" title=\"Thunderbird\">\n          <img decoding=\"async\" src=\"https:\/\/lumi-systems.io\/wp-content\/uploads\/2026\/04\/thunderbird_logo.jpeg\" alt=\"Thunderbird Logo\" width=\"48\" height=\"48\" loading=\"lazy\" onerror=\"this.style.display='none'\" \/>\n          <span class=\"partner-name\">Thunderbird<\/span>\n        <\/a>\n        <a href=\"https:\/\/www.pcloud.com\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"partner-card\" title=\"pCloud\">\n          <img decoding=\"async\" src=\"https:\/\/www.google.com\/s2\/favicons?domain=www.pcloud.com&#038;sz=128\" alt=\"pCloud Logo\" width=\"48\" height=\"48\" loading=\"lazy\" onerror=\"this.style.display='none'\" \/>\n          <span class=\"partner-name\">pCloud<\/span>\n        <\/a>\n        <a href=\"https:\/\/rustdesk.com\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"partner-card\" title=\"RustDesk\">\n          <img decoding=\"async\" src=\"https:\/\/www.google.com\/s2\/favicons?domain=rustdesk.com&#038;sz=128\" alt=\"RustDesk Logo\" width=\"48\" height=\"48\" loading=\"lazy\" onerror=\"this.style.display='none'\" \/>\n          <span class=\"partner-name\">RustDesk<\/span>\n        <\/a>\n        <a href=\"https:\/\/obsproject.com\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"partner-card\" title=\"OBS Studio\">\n          <img decoding=\"async\" src=\"https:\/\/www.google.com\/s2\/favicons?domain=obsproject.com&#038;sz=128\" alt=\"OBS Studio Logo\" width=\"48\" height=\"48\" loading=\"lazy\" onerror=\"this.style.display='none'\" \/>\n          <span class=\"partner-name\">OBS Studio<\/span>\n        <\/a>\n        <a href=\"https:\/\/www.videolan.org\/vlc\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"partner-card\" title=\"VLC\">\n          <img decoding=\"async\" src=\"https:\/\/www.google.com\/s2\/favicons?domain=www.videolan.org&#038;sz=128\" alt=\"VLC Logo\" width=\"48\" height=\"48\" loading=\"lazy\" onerror=\"this.style.display='none'\" \/>\n          <span class=\"partner-name\">VLC<\/span>\n        <\/a>\n        <a href=\"https:\/\/www.gimp.org\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"partner-card\" title=\"GIMP\">\n          <img decoding=\"async\" src=\"https:\/\/www.google.com\/s2\/favicons?domain=www.gimp.org&#038;sz=128\" alt=\"GIMP Logo\" width=\"48\" height=\"48\" loading=\"lazy\" onerror=\"this.style.display='none'\" \/>\n          <span class=\"partner-name\">GIMP<\/span>\n        <\/a>\n        <a href=\"https:\/\/about.gitea.com\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"partner-card\" title=\"Gitea\">\n          <img decoding=\"async\" src=\"https:\/\/lumi-systems.io\/wp-content\/uploads\/2026\/04\/gtiea_logo.png\" alt=\"Gitea Logo\" width=\"48\" height=\"48\" loading=\"lazy\" onerror=\"this.style.display='none'\" \/>\n          <span class=\"partner-name\">Gitea<\/span>\n        <\/a>\n        <a href=\"https:\/\/www.dolibarr.org\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"partner-card\" title=\"Dolibarr\">\n          <img decoding=\"async\" src=\"https:\/\/lumi-systems.io\/wp-content\/uploads\/2026\/04\/dolibarr_256x256.png\" alt=\"Dolibarr Logo\" width=\"48\" height=\"48\" loading=\"lazy\" onerror=\"this.style.display='none'\" \/>\n          <span class=\"partner-name\">Dolibarr<\/span>\n        <\/a>\n        <a href=\"https:\/\/www.seafile.com\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"partner-card\" title=\"Seafile\">\n          <img decoding=\"async\" src=\"https:\/\/lumi-systems.io\/wp-content\/uploads\/2026\/04\/seafile_icon_146102.png\" alt=\"Seafile Logo\" width=\"48\" height=\"48\" loading=\"lazy\" onerror=\"this.style.display='none'\" \/>\n          <span class=\"partner-name\">Seafile<\/span>\n        <\/a>\n        <a href=\"https:\/\/www.zone.ee\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"partner-card\" title=\"zone.ee\">\n          <img decoding=\"async\" src=\"https:\/\/www.google.com\/s2\/favicons?domain=www.zone.ee&#038;sz=128\" alt=\"zone.ee Logo\" width=\"48\" height=\"48\" loading=\"lazy\" onerror=\"this.style.display='none'\" \/>\n          <span class=\"partner-name\">zone.ee<\/span>\n        <\/a>\n        <a href=\"https:\/\/claude.ai\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"partner-card\" title=\"Claude Cowork\">\n          <img decoding=\"async\" src=\"https:\/\/lumi-systems.io\/wp-content\/uploads\/2026\/04\/claude_cowork_logo.png\" alt=\"Claude Cowork Logo\" width=\"48\" height=\"48\" loading=\"lazy\" onerror=\"this.style.display='none'\" \/>\n          <span class=\"partner-name\">Claude Cowork<\/span>\n        <\/a>\n        <a href=\"https:\/\/itreturn.at\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"partner-card\" title=\"iTReturn.at\">\n          <img decoding=\"async\" src=\"https:\/\/lumi-systems.io\/wp-content\/uploads\/2026\/04\/ITRLOGO.png\" alt=\"iTReturn.at Logo\" width=\"48\" height=\"48\" loading=\"lazy\" onerror=\"this.style.display='none'\" \/>\n          <span class=\"partner-name\">iTReturn.at<\/span>\n        <\/a>\n        <a href=\"https:\/\/newmotion.at\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"partner-card\" title=\"newmotion\">\n          <img decoding=\"async\" src=\"https:\/\/www.google.com\/s2\/favicons?domain=newmotion.at&#038;sz=128\" alt=\"newmotion Logo\" width=\"48\" height=\"48\" loading=\"lazy\" onerror=\"this.style.display='none'\" \/>\n          <span class=\"partner-name\">newmotion<\/span>\n        <\/a>\n        <a href=\"https:\/\/level.io\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"partner-card\" title=\"Level.io\">\n          <img decoding=\"async\" src=\"https:\/\/www.google.com\/s2\/favicons?domain=level.io&#038;sz=128\" alt=\"Level.io Logo\" width=\"48\" height=\"48\" loading=\"lazy\" onerror=\"this.style.display='none'\" \/>\n          <span class=\"partner-name\">Level.io<\/span>\n        <\/a>\n        <a href=\"https:\/\/kopfkraft.at\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"partner-card\" title=\"Kopfkraft\">\n          <img decoding=\"async\" src=\"https:\/\/www.google.com\/s2\/favicons?domain=kopfkraft.at&#038;sz=128\" alt=\"Kopfkraft Logo\" width=\"48\" height=\"48\" loading=\"lazy\" onerror=\"this.style.display='none'\" \/>\n          <span class=\"partner-name\">Kopfkraft<\/span>\n        <\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- EBOOK PROMOTION & OS COMPARISON -->\n  <div style=\"max-width: 1280px; margin: 0 auto; padding: 0 20px;\">\n    <div id=\"eBook\" class=\"ebook-section\">\n      \n      <!-- Header -->\n      <div class=\"ebook-header\">\n        <span class=\"ebook-label\">Why Switch?<\/span>\n        <h2>Windows 11 vs. Zorin OS<\/h2>\n        <p>The key differences at a glance \u2013 so you understand in 2 seconds why switching is worth it.<\/p>\n      <\/div>\n\n      <!-- OS Comparison -->\n      <div class=\"os-compare\">\n        <div class=\"os-compare-header\">\n          <span class=\"os-col-label\"><\/span>\n          <span class=\"os-col-win\">\ud83e\ude9f Windows 11<\/span>\n          <span class=\"os-col-zorin\">\ud83d\udc27 Zorin OS<\/span>\n        <\/div>\n        <div class=\"os-compare-rows\">\n          <div class=\"os-row\">\n            <div class=\"os-cell os-cell-label\">\ud83d\udcb0 License Costs<\/div>\n            <div class=\"os-cell os-cell-win\">159\u2013439 EUR<\/div>\n            <div class=\"os-cell os-cell-zorin\"><span class=\"os-icon-yes\">\u2713<\/span> Free<\/div>\n          <\/div>\n          <div class=\"os-row\">\n            <div class=\"os-cell os-cell-label\">\ud83d\udee1\ufe0f Malware Risk<\/div>\n            <div class=\"os-cell os-cell-win\">83% of all attacks<\/div>\n            <div class=\"os-cell os-cell-zorin\"><span class=\"os-icon-yes\">\u2713<\/span> Nearly immune<\/div>\n          <\/div>\n          <div class=\"os-row\">\n            <div class=\"os-cell os-cell-label\">\ud83d\udd12 Data Privacy<\/div>\n            <div class=\"os-cell os-cell-win\"><span class=\"os-icon-no\">\u2717<\/span> Telemetry active<\/div>\n            <div class=\"os-cell os-cell-zorin\"><span class=\"os-icon-yes\">\u2713<\/span> Zero Tracking<\/div>\n          <\/div>\n          <div class=\"os-row\">\n            <div class=\"os-cell os-cell-label\">\ud83d\ude80 Performance<\/div>\n            <div class=\"os-cell os-cell-win\">High RAM usage<\/div>\n            <div class=\"os-cell os-cell-zorin\"><span class=\"os-icon-yes\">\u2713<\/span> Up to 40% faster<\/div>\n          <\/div>\n          <div class=\"os-row\">\n            <div class=\"os-cell os-cell-label\">\ud83d\udce6 Software<\/div>\n            <div class=\"os-cell os-cell-win\">Manual installation<\/div>\n            <div class=\"os-cell os-cell-zorin\"><span class=\"os-icon-yes\">\u2713<\/span> App Store + Flatpak<\/div>\n          <\/div>\n          <div class=\"os-row\">\n            <div class=\"os-cell os-cell-label\">\ud83d\udd04 Updates<\/div>\n            <div class=\"os-cell os-cell-win\"><span class=\"os-icon-no\">\u2717<\/span> Forced restarts<\/div>\n            <div class=\"os-cell os-cell-zorin\"><span class=\"os-icon-yes\">\u2713<\/span> You decide when<\/div>\n          <\/div>\n          <div class=\"os-row\">\n            <div class=\"os-cell os-cell-label\">\u267b\ufe0f Old Hardware<\/div>\n            <div class=\"os-cell os-cell-win\"><span class=\"os-icon-no\">\u2717<\/span> TPM 2.0 required<\/div>\n            <div class=\"os-cell os-cell-zorin\"><span class=\"os-icon-yes\">\u2713<\/span> Runs on everything<\/div>\n          <\/div>\n          <div class=\"os-row\">\n            <div class=\"os-cell os-cell-label\">\ud83c\uddea\ud83c\uddfa GDPR<\/div>\n            <div class=\"os-cell os-cell-win\"><span class=\"os-icon-no\">\u2717<\/span> Problematic<\/div>\n            <div class=\"os-cell os-cell-zorin\"><span class=\"os-icon-yes\">\u2713<\/span> Fully compliant<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- eBook CTA -->\n      <div class=\"ebook-cta\">\n        <div class=\"ebook-cover\">\n          <img decoding=\"async\" src=\"https:\/\/lumi-systems.io\/wp-content\/uploads\/2026\/02\/from_windows_to_zorin_2026.jpeg\" \n               alt=\"eBook: From Windows to Zorin OS \u2013 Ihr kompletter Leitfaden\" \n               width=\"240\" height=\"340\" loading=\"lazy\" \/>\n        <\/div>\n        <div class=\"ebook-details\">\n          <h3>From Windows to Zorin OS<\/h3>\n          <p class=\"ebook-subtitle\">Your complete guide to switching \u2013 explained step by step. Installation, setup, the best apps, tips &amp; tricks.<\/p>\n          <div class=\"ebook-badges\">\n            <span class=\"ebook-badge\">Beginner-friendly<\/span>\n            <span class=\"ebook-badge\">Practice-oriented<\/span>\n            <span class=\"ebook-badge\">Instant PDF<\/span>\n            <span class=\"ebook-badge\">Also on Amazon<\/span>\n          <\/div>\n          <div class=\"ebook-buttons\">\n            <a href=\"https:\/\/lumi-systems.io\/en\/product\/from-windows-to-zorinos-your-complete-guide-to-making-the-switch\/\" class=\"ebook-btn-shop\">\ud83d\uded2 Buy in Lumi Shop<\/a>\n            <a href=\"https:\/\/www.amazon.de\/dp\/B0GMYL2PQ2\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"ebook-btn-amazon\">\ud83d\udcda Buy on Amazon<\/a>\n          <\/div>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n\n  <!-- BLOG SECTION -->\n  <div style=\"max-width: 1280px; margin: 0 auto; padding: 0 20px;\">\n    <div id=\"Blog\" class=\"blog-section\">\n      <div class=\"blog-header\">\n        <h2>Latest from the Lumi World<\/h2>\n        <p>Tips, insights and news about Linux, cloud and sustainable IT.<\/p>\n      <\/div>\n\n      <div class=\"lumi-blog-grid\"><a href=\"https:\/\/lumi-systems.io\/en\/alem-application-lifecycle-engineering-model\/\" class=\"lumi-blog-card\"><div class=\"lumi-blog-img\"><img decoding=\"async\" src=\"https:\/\/lumi-systems.io\/wp-content\/uploads\/2026\/03\/ALEM_hero_at_a_glance-768x430.jpg\" alt=\"ALEM \u2013 Application Lifecycle &amp; Engineering Model\" loading=\"lazy\" \/><\/div><div class=\"lumi-blog-body\"><span class=\"lumi-blog-cat\">Apps<\/span><h3>ALEM \u2013 Application Lifecycle &amp; Engineering Model<\/h3><p>In my 30+ year career in IT \u2013 across different companies, different countries and different positions \u2013 I have&#8230;<\/p><div class=\"lumi-blog-meta\"><span class=\"lumi-blog-date\">17. March 2026<\/span><span class=\"lumi-blog-read\">Read More \u2192<\/span><\/div><\/div><\/a><a href=\"https:\/\/lumi-systems.io\/en\/januar-2026-240-euro-fuer-eine-bessere-welt\/\" class=\"lumi-blog-card\"><div class=\"lumi-blog-img\"><img decoding=\"async\" src=\"https:\/\/lumi-systems.io\/wp-content\/uploads\/2026\/02\/gabrieli_loomade_elu_estonia-768x489.png\" alt=\"Januar 2026: 240 Euro f\u00fcr eine bessere Welt\" loading=\"lazy\" \/><\/div><div class=\"lumi-blog-body\"><span class=\"lumi-blog-cat\">Cat Mission<\/span><h3>January 2026: 240 Euro for a Better World<\/h3><p>How technology saves lives \u2013 our first donation month in 2026. The beginning of a movement. At Lumi-Systems.io, we believe in three&#8230;<\/p><div class=\"lumi-blog-meta\"><span class=\"lumi-blog-date\">01. February 2026<\/span><span class=\"lumi-blog-read\">Read More \u2192<\/span><\/div><\/div><\/a><a href=\"https:\/\/lumi-systems.io\/en\/remote-monitoring-management-fuer-linux-mit-level-io-praxiserfahrungen-von-lumi-systems-io\/\" class=\"lumi-blog-card\"><div class=\"lumi-blog-img\"><img decoding=\"async\" src=\"https:\/\/lumi-systems.io\/wp-content\/uploads\/2025\/10\/level_io_devices-768x516.png\" alt=\"Remote Monitoring Management f\u00fcr Linux mit Level.io: Praxiserfahrungen von Lumi-Systems.io\" loading=\"lazy\" \/><\/div><div class=\"lumi-blog-body\"><span class=\"lumi-blog-cat\">AnduinOS<\/span><h3>Remote Monitoring Management for Linux with Level.io: Real-world Experience from Lumi-Systems.io<\/h3><p>Professional Remote Monitoring Management for Linux systems: How Level.io RMM manages, automates and secures devices at Lumi-Systems.io \u2013 GDPR &amp; NIS2-compliant&#8230;.<\/p><div class=\"lumi-blog-meta\"><span class=\"lumi-blog-date\">11. October 2025<\/span><span class=\"lumi-blog-read\">Read More \u2192<\/span><\/div><\/div><\/a><\/div>\n\n      <div class=\"blog-all-link\">\n        <a href=\"\/en\/blog\/\">View All Posts \u2192<\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- FIDER FEATURE REQUESTS -->\n  <div style=\"max-width: 1280px; margin: 0 auto; padding: 0 20px;\">\n    <div id=\"FeatureRequests\" class=\"fider-section\">\n      <div class=\"fider-content\">\n        <h2>Help Shape Our Future<\/h2>\n\n        <div class=\"fider-features\">\n          <div class=\"fider-feature\">\n            <h4>\ud83d\udca1 Submit Ideas<\/h4>\n            <p>Share your suggestions and improvement ideas with us<\/p>\n          <\/div>\n          <div class=\"fider-feature\">\n            <h4>\ud83d\udc4d Vote<\/h4>\n            <p>Support features that matter to others<\/p>\n          <\/div>\n          <div class=\"fider-feature\">\n            <h4>\ud83d\udc41\ufe0f Track Transparently<\/h4>\n            <p>See live which ideas are being developed<\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"fider-cta\">\n          <a href=\"https:\/\/fider.lumi-systems.io\/\" class=\"btn btn-primary\">Open Feature Board<\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- SUPPORT & CONTACT CTA -->\n  <div style=\"max-width: 1280px; margin: 0 auto; padding: 0 20px;\">\n    <div class=\"support-cta-section\">\n      <div class=\"support-cta-inner\">\n        <div class=\"support-cta-text\">\n          <h3>Still Have Questions?<br\/>How Can We Help?<\/h3>\n          <p>Use our AI assistant for instant answers or write to us directly.<\/p>\n          <div class=\"support-cta-buttons\">\n            <a href=\"\/en\/ai-support-assistent\/\" class=\"support-btn-ai\">\ud83e\udd16 AI Support Assistant<\/a>\n            <a href=\"\/en\/support-fomular\/\" class=\"support-btn-form\">\u2709\ufe0f Support Form<\/a>\n          <\/div>\n        <\/div>\n        <div class=\"support-photo\">\n          <img decoding=\"async\" src=\"https:\/\/lumi-systems.io\/wp-content\/uploads\/2026\/04\/dimitri_rupp_lumi-systems.png\" \n               alt=\"Dimitri Rupp, Gr\u00fcnder von Lumi-Systems.io\" width=\"140\" height=\"140\" loading=\"lazy\" \/>\n          <div class=\"support-photo-name\">Dimitri Rupp<\/div>\n          <div class=\"support-photo-role\">Founder &amp; Support<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- FINAL CTA -->\n  <div style=\"max-width: 1280px; margin: 0 auto; padding: 0 20px;\">\n    <div id=\"Kontakt\" class=\"final-cta-section\">\n      <h2>Ready for the Smart Switch?<\/h2>\n      <p>Start today \u2013 with sustainable technology that takes responsibility.<\/p>\n      <div>\n        <a href=\"\/en\/kontakt\/\" class=\"cta-btn-primary\">\ud83d\udcac Request Consultation<\/a>\n        <a href=\"\/en\/shop\/\" class=\"cta-btn-secondary\">\ud83d\uded2 Online Shop<\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- FOOTER -->\n  <div class=\"lumi-footer\">\n    <div class=\"footer-inner\">\n      <div class=\"footer-grid\">\n        \n        <!-- Brand column -->\n        <div class=\"footer-brand\">\n          <img decoding=\"async\" src=\"https:\/\/lumi-systems.io\/wp-content\/uploads\/2025\/08\/Lumi-Systems_mit_schriftzug_royal-blau_776x207_weiss_bg.png\" \n               alt=\"Lumi-Systems.io Logo\" width=\"180\" loading=\"lazy\" \/>\n          <p>Sustainable IT solutions from Vienna. Refurbished Linux notebooks and managed cloud hosting \u2013 with a heart for cats and the environment.<\/p>\n          <span class=\"footer-cat-badge\">\ud83d\udc31 20% for Cat Rescue<\/span>\n        <\/div>\n\n        <!-- Products -->\n        <div class=\"footer-col\">\n          <h4>Products<\/h4>\n          <ul>\n            <li><a href=\"\/en\/shop\/\">Linux Notebooks<\/a><\/li>\n            <li><a href=\"\/en\/services\/\">Cloud Hosting<\/a><\/li>\n            <li><a href=\"\/en\/product\/from-windows-to-zorinos-your-complete-guide-to-making-the-switch\/\">eBook<\/a><\/li>\n            <li><a href=\"\/en\/linux-desktop-betriebssysteme\/\">Linux Systems<\/a><\/li>\n          <\/ul>\n        <\/div>\n\n        <!-- Support -->\n        <div class=\"footer-col\">\n          <h4>Support<\/h4>\n          <ul>\n            <li><a href=\"\/en\/ai-support-assistent\/\">AI Assistant<\/a><\/li>\n            <li><a href=\"\/en\/support-fomular\/\">Support Form<\/a><\/li>\n            <li><a href=\"\/en\/kontakt\/\">Contact<\/a><\/li>\n            <li><a href=\"https:\/\/fider.lumi-systems.io\/\" target=\"_blank\" rel=\"noopener\">Feature Requests<\/a><\/li>\n            <li><a href=\"\/en\/blog\/\">Blog<\/a><\/li>\n          <\/ul>\n        <\/div>\n\n        <!-- Contact + Address -->\n        <div class=\"footer-col\">\n          <h4>Contact<\/h4>\n          <div class=\"footer-address\">\n            <p><strong>Lumi-Systems.io<\/strong><\/p>\n            <p>Dimitri Rupp<\/p>\n            <p>Arnikaweg 47a<\/p>\n            <p>1220 Vienna, Austria<\/p>\n            <p style=\"margin-top: 12px;\">\n              <a href=\"https:\/\/www.google.com\/maps\/dir\/\/Arnikaweg+47a,+1220+Wien,+Austria\" target=\"_blank\" rel=\"noopener noreferrer\">\ud83d\udccd Get Directions (Google Maps)<\/a>\n            <\/p>\n            <p style=\"margin-top: 8px;\">\n              <a href=\"mailto:office@lumi-systems.io\">\ud83d\udce7 office@lumi-systems.io<\/a>\n            <\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- Footer bottom -->\n      <div class=\"footer-bottom\">\n        <p>\u00a9 2026 Lumi-Systems.io \u2013 All rights reserved.<\/p>\n        <div class=\"footer-legal\">\n          <a href=\"\/en\/impressum\/\">Legal Notice<\/a>\n          <a href=\"\/en\/datenschutz\/\">Privacy Policy<\/a>\n          <a href=\"\/en\/agb\/\">AGB<\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n<\/div>\n\n<!-- END OF LUMI-SYSTEMS HOMEPAGE CONTENT -->","protected":false},"excerpt":{"rendered":"<p>Nachhaltige IT-L\u00f6sungen aus Wien Technologie, die Verantwortung tr\u00e4gt. Refurbished Linux-Notebooks und DSGVO-konformes Cloud-Hosting. Wir verbinden Enterprise-Qualit\u00e4t mit Nachhaltigkeit \u2013 f\u00fcr Privat- und Gesch\u00e4ftskunden weltweit. Notebooks entdecken Cloud Services 20% Katzenschutz 100% DSGVO-konform 15+ Jahre IT-Expertise 10 Sprachen Zwei Welten. Ein Versprechen. Von nachhaltig aufbereiteten Linux-Notebooks bis hin zu vollst\u00e4ndig verwaltetem Cloud-Hosting \u2013 alles auf Enterprise-Level,&#8230;<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_kad_post_transparent":"","_kad_post_title":"hide","_kad_post_layout":"fullwidth","_kad_post_sidebar_id":"","_kad_post_content_style":"unboxed","_kad_post_vertical_padding":"hide","_kad_post_feature":"hide","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-75290","page","type-page","status-publish","hentry"],"jetpack_sharing_enabled":true,"jetpack_likes_enabled":true,"_links":{"self":[{"href":"https:\/\/lumi-systems.io\/en\/wp-json\/wp\/v2\/pages\/75290","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lumi-systems.io\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/lumi-systems.io\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/lumi-systems.io\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lumi-systems.io\/en\/wp-json\/wp\/v2\/comments?post=75290"}],"version-history":[{"count":297,"href":"https:\/\/lumi-systems.io\/en\/wp-json\/wp\/v2\/pages\/75290\/revisions"}],"predecessor-version":[{"id":76392,"href":"https:\/\/lumi-systems.io\/en\/wp-json\/wp\/v2\/pages\/75290\/revisions\/76392"}],"wp:attachment":[{"href":"https:\/\/lumi-systems.io\/en\/wp-json\/wp\/v2\/media?parent=75290"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}