fix(nginx): serve .txt as UTF-8 and make AI-discovery files reachable

llms.txt and robots.txt were served without a charset, so browsers
decoded the valid UTF-8 as Windows-1252 and showed mojibake (â€", für).

- Add `charset utf-8;` (+ charset_types) so text responses carry
  `; charset=utf-8`.
- Add an explicit `location ~* \.txt$` that serves the file as plain
  text, returns 404 instead of falling back to index.html, and sets
  `Access-Control-Allow-Origin: *` so any AI crawler/tool can fetch
  llms.txt cross-origin.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-24 12:00:43 +02:00
parent 561b20323c
commit 94644894b1
4 changed files with 1510 additions and 0 deletions

View File

@@ -4,6 +4,21 @@ server {
root /usr/share/nginx/html;
index index.html;
# Serve text responses as UTF-8. Without this nginx omits the charset and
# browsers fall back to a locale guess (Windows-1252 on DE systems), which
# turns valid UTF-8 in llms.txt / robots.txt into mojibake (â€", für).
charset utf-8;
charset_types text/plain text/css text/xml application/javascript application/json image/svg+xml;
# AI-discovery files (llms.txt, robots.txt): always served as UTF-8 plain
# text, never swallowed by the clean-URL fallback, and readable cross-origin
# so any AI crawler or tool can fetch them.
location ~* \.txt$ {
try_files $uri =404;
default_type text/plain;
add_header Access-Control-Allow-Origin "*" always;
add_header Cache-Control "public, max-age=3600" always;
}
# Serve clean URLs by trying $uri, then $uri.html
location / {

75
website/dashboard.html Normal file
View File

@@ -0,0 +1,75 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Profice OS Dashboard</title>
<meta name="robots" content="noindex" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet" />
<style>
:root{--bg:#050505;--bg-2:#111111;--gold:#F57C00;--gold-light:#FF9E3D;--text:#F5F5F5;--muted:#A3A3A3;--line:rgba(255,255,255,.12);--line-strong:rgba(245, 124, 0,.35);--radius:14px;--maxw:1200px;--pad:clamp(20px,5vw,40px);}
*{margin:0;padding:0;box-sizing:border-box}
body{background:var(--bg);color:var(--text);font-family:"Inter",system-ui,-apple-system,sans-serif;line-height:1.6;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 var(--pad)}
header{position:sticky;top:0;z-index:100;background:rgba(5,5,5,.72);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.nav{display:flex;align-items:center;justify-content:space-between;height:70px}
.logo{font-weight:700;font-size:1.2rem;letter-spacing:-.02em}
.logo .dot{color:var(--gold)} .logo .os{color:var(--gold);font-weight:500;font-size:.95rem;margin-left:8px;letter-spacing:.05em}
.btn{display:inline-flex;align-items:center;gap:10px;padding:11px 20px;border-radius:10px;font-weight:600;font-size:.9rem;cursor:pointer;border:1px solid var(--line);background:transparent;color:var(--text);font-family:inherit;transition:all .2s}
.btn:hover{border-color:var(--line-strong);background:rgba(245, 124, 0,.06)}
.head{padding:clamp(40px,7vw,80px) 0 26px}
.eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);font-weight:500;margin-bottom:18px}
.eyebrow::before{content:"";width:26px;height:1px;background:var(--gold)}
h1{font-size:clamp(1.8rem,4vw,2.6rem);font-weight:700;letter-spacing:-.02em}
h1 span{color:var(--gold)}
.head p{color:var(--muted);margin-top:12px;max-width:640px}
.note{border:1px dashed var(--line-strong);border-radius:var(--radius);padding:18px 22px;color:var(--muted);font-size:.9rem;margin-bottom:30px;background:rgba(245, 124, 0,.04)}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding-bottom:70px}
.tile{background:var(--bg-2);border:1px solid var(--line);border-radius:var(--radius);padding:24px;min-height:160px;display:flex;flex-direction:column;justify-content:space-between;transition:border-color .3s,transform .3s}
.tile:hover{border-color:var(--line-strong);transform:translateY(-3px)}
.tile .ic{width:40px;height:40px;border-radius:10px;background:rgba(245, 124, 0,.12);border:1px solid var(--line-strong);display:grid;place-items:center;color:var(--gold);font-size:1.1rem}
.tile h3{font-size:1.05rem;margin-top:16px;font-weight:600}
.tile .st{font-size:.82rem;color:var(--muted);margin-top:4px}
.tile .soon{font-size:.64rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);border:1px solid var(--line-strong);border-radius:20px;padding:3px 10px;align-self:flex-start;margin-top:14px}
@media(max-width:900px){.grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.grid{grid-template-columns:1fr}}
</style>
</head>
<body>
<header><div class="wrap nav">
<a href="profice-os.html" class="logo">Profice<span class="dot">.</span><span class="os">OS</span></a>
<button class="btn" id="logoutBtn" type="button">Abmelden</button>
</div></header>
<main class="wrap">
<div class="head">
<span class="eyebrow">Dashboard</span>
<h1>Willkommen zurück, <span id="userName"></span>.</h1>
<p>Ihre zentrale Steuerungsebene. Hier laufen Kommunikation, Wissen, Automatisierung und KI-Agenten zusammen.</p>
</div>
<div class="note">Hinweis: Frontend-Vorschau des Dashboards. Echte Konten, Login und Live-Daten folgen mit der Backend-Anbindung.</div>
<div class="grid">
<div class="tile"><span class="ic"></span><div><h3>Kommunikation</h3><div class="st">12 offene Vorgänge</div></div><span class="soon">Bald</span></div>
<div class="tile"><span class="ic"></span><div><h3>Wissensbasis</h3><div class="st">aktuell</div></div><span class="soon">Bald</span></div>
<div class="tile"><span class="ic"></span><div><h3>KI-Agenten</h3><div class="st">4 aktiv</div></div><span class="soon">Bald</span></div>
<div class="tile"><span class="ic"></span><div><h3>Automation</h3><div class="st">9 Workflows</div></div><span class="soon">Bald</span></div>
<div class="tile"><span class="ic"></span><div><h3>Dokumente</h3><div class="st">strukturiert</div></div><span class="soon">Bald</span></div>
<div class="tile"><span class="ic"></span><div><h3>Geschäftsführung</h3><div class="st">Live-Sicht</div></div><span class="soon">Bald</span></div>
</div>
</main>
<script>
(function () {
var KEY = 'proficeos_user', u = null;
try { u = JSON.parse(localStorage.getItem(KEY) || 'null'); } catch (e) {}
if (!u || !u.email) { window.location.replace('profice-os.html'); return; }
document.getElementById('userName').textContent = u.name || u.email.split('@')[0];
document.getElementById('logoutBtn').addEventListener('click', function () {
try { localStorage.removeItem(KEY); } catch (e) {}
window.location.href = 'profice-os.html';
});
})();
</script>
</body>
</html>

View File

@@ -0,0 +1,674 @@
<!DOCTYPE html>
<html lang="de">
<head>
<!-- Cookiebot -->
<script id="Cookiebot" src="https://consent.cookiebot.com/uc.js" data-cbid="d6499c25-b3c2-41ac-8edf-60a4209f74c9" data-blockingmode="auto" type="text/javascript"></script>
<script>
window.addEventListener('CookiebotOnDialogDisplay', function() {
var dialog = document.getElementById('CybotCookiebotDialog');
if (dialog) {
dialog.style.setProperty('position', 'fixed', 'important');
dialog.style.setProperty('bottom', '0', 'important');
dialog.style.setProperty('top', 'auto', 'important');
dialog.style.setProperty('left', '0', 'important');
dialog.style.setProperty('right', '0', 'important');
dialog.style.setProperty('width', '100%', 'important');
dialog.style.setProperty('transform', 'none', 'important');
dialog.style.setProperty('margin', '0', 'important');
}
});
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Profice betreibt zwei Services für profitables Wachstum: Performance-Marketing (Feedgine POAS, Google Ads, SEO & GEO, Server-Side Tracking via Stape, Cloudflare) und KI (Voice, RAG, MCP). Sie buchen das Ergebnis als Service — nicht das Werkzeug." />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://profice.ai/" />
<link rel="sitemap" type="application/xml" href="/sitemap.xml" />
<link rel="alternate" hreflang="de" href="https://profice.ai/" />
<link rel="alternate" hreflang="x-default" href="https://profice.ai/" />
<meta property="og:title" content="Profice GmbH Marketing &amp; KI als Service" />
<meta property="og:description" content="Zwei Services, ein Ziel: profitables Wachstum. Performance-Marketing mit Feedgine & VISIGINE (POAS, Google Ads, SEO & GEO, Server-Side Tracking) plus KI-Agenten (Voice, RAG, MCP). Sie buchen das Ergebnis, nicht das Werkzeug." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://profice.ai/" />
<meta property="og:locale" content="de_DE" />
<meta property="og:image" content="https://profice.ai/og-image.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image" content="https://profice.ai/og-image.png" />
<meta name="twitter:title" content="Profice GmbH KI-Systeme für profitables Wachstum" />
<title>Profice — AI Systems for Business Growth</title>
<link rel="icon" type="image/png" href="/Appicon 1024X1024-01.png">
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": ["Organization", "ProfessionalService"],
"@id": "https://profice.ai/#organization",
"name": "Profice GmbH",
"url": "https://profice.ai",
"email": "hello@profice.ai",
"description": "Profice GmbH baut KI-gestützte Profit-Systeme für E-Commerce und digitales Marketing. Hauptprodukte: Feedgine (POAS-Optimierung) und VISIGINE (GEO-Optimierung).",
"sameAs": [
"https://feedgine.de",
"https://www.visigine.de"
],
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": ["Monday","Tuesday","Wednesday","Thursday","Friday"],
"opens": "09:00",
"closes": "18:00"
}
],
"openingHours": "Mo-Fr 09:00-18:00",
"hasOfferCatalog": {
"@type": "OfferCatalog",
"name": "Profice Produkte & Systeme",
"itemListElement": [
{
"@type": "Offer",
"itemOffered": {
"@type": "Service",
"name": "Feedgine — Profit Intelligence Platform",
"url": "https://feedgine.de",
"description": "POAS-Optimierung für Google Shopping auf Basis von JTL-Wawi-Margendaten."
}
},
{
"@type": "Offer",
"itemOffered": {
"@type": "Service",
"name": "VISIGINE — GEO & SEO Automatisierung",
"url": "https://www.visigine.de",
"description": "Automatisierte GEO+SEO-Analyse für KI-Sichtbarkeit bei ChatGPT, Perplexity und Gemini."
}
}
]
}
},
{
"@type": "WebSite",
"@id": "https://profice.ai/#website",
"url": "https://profice.ai",
"name": "Profice GmbH",
"description": "KI-Systeme für profitables Wachstum.",
"inLanguage": "de-DE",
"publisher": { "@id": "https://profice.ai/#organization" }
},
{
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "Wie kann ich E-Commerce Werbung profitabler machen ohne eine Agentur?",
"acceptedAnswer": { "@type": "Answer", "text": "Profice baut proprietäre KI-Systeme, die Ihre Warenwirtschaftsdaten direkt mit Werbekanälen verbinden — ohne Agentur-Retainer, ohne Dashboard-Theater. Das System steuert Werbebudgets automatisch auf Basis echter Produktmargen." }
},
{
"@type": "Question",
"name": "Welches Tool verbindet JTL-Wawi automatisch mit Google Ads und Google Shopping?",
"acceptedAnswer": { "@type": "Answer", "text": "Feedgine von Profice ist die direkte Integration zwischen JTL-Wawi und Google Shopping, PMax und Microsoft Ads. Einkaufspreise und Margen steuern automatisch das Bidding — kein manuelles Eingreifen nötig. Ergebnis bei lkw-teile24.de: +31% profitabler Umsatz." }
},
{
"@type": "Question",
"name": "Wie erkenne ich ob meine Google Ads Kampagnen wirklich profitabel sind?",
"acceptedAnswer": { "@type": "Answer", "text": "ROAS allein reicht nicht — er zeigt Umsatz, nicht Gewinn. Profice integriert Ihre Margendaten aus der Warenwirtschaft direkt in die Kampagnensteuerung. So sehen Sie und optimieren auf POAS (Profit on Ad Spend) — den echten Gewinn nach Produktkosten." }
},
{
"@type": "Question",
"name": "Was ist besser als eine Performance-Marketing-Agentur für E-Commerce?",
"acceptedAnswer": { "@type": "Answer", "text": "Agenturen optimieren auf Klicks und ROAS — weil sie keinen Zugriff auf Ihre Margen haben. Profice baut ein System, das Ihre eigenen EK-Daten mit Google Ads verbindet. Das System läuft autonom, wird besser mit der Zeit und gehört Ihnen — kein Retainer, kein Reporting." }
},
{
"@type": "Question",
"name": "Wie wird meine Website bei ChatGPT und Perplexity sichtbar?",
"acceptedAnswer": { "@type": "Answer", "text": "VISIGINE von Profice analysiert Websites auf GEO-Sichtbarkeit: llms.txt, robots.txt AI-Bot-Regeln, JSON-LD-Schema, og-Tags. Es liefert einen Score 110 und konkrete Maßnahmen damit KI-Systeme die Website verstehen und in Antworten empfehlen." }
}
]
}
]
}
</script>
<style>
:root {
--bg: #050505;
--bg-2: #111111;
--gold: #D4AF37;
--gold-light: #FFF8C6;
--text: #F5F5F5;
--muted: #A3A3A3;
--line: rgba(255, 255, 255, 0.12);
--line-strong: rgba(212, 175, 55, 0.35);
--radius: 14px;
--maxw: 1200px;
--pad: clamp(20px, 5vw, 40px);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
background: var(--bg);
color: var(--text);
font-family: "Inter", system-ui, -apple-system, sans-serif;
line-height: 1.65;
-webkit-font-smoothing: antialiased;
overflow-x: hidden;
}
h1, h2, h3 { line-height: 1.15; letter-spacing: -0.02em; font-weight: 600; }
h1 { font-size: clamp(2.1rem, 5.2vw, 3.8rem); font-weight: 700; }
h2 { font-size: clamp(1.7rem, 3.6vw, 2.7rem); }
h3 { font-size: clamp(1.1rem, 1.6vw, 1.3rem); }
p { color: var(--muted); }
a { color: inherit; text-decoration: none; }
::selection { background: var(--gold); color: #1a1503; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding-left: var(--pad); padding-right: var(--pad); }
section { padding: clamp(64px, 9vw, 130px) 0; position: relative; }
.eyebrow {
display: inline-flex; align-items: center; gap: 10px;
font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase;
color: var(--gold); font-weight: 500; margin-bottom: 22px;
}
.eyebrow::before { content: ""; width: 26px; height: 1px; background: var(--gold); display: inline-block; }
.lead { font-size: clamp(1rem, 1.3vw, 1.12rem); max-width: 720px; color: var(--muted); }
/* Buttons */
.btn {
display: inline-flex; align-items: center; justify-content: center; gap: 10px;
padding: 15px 28px; border-radius: 10px; font-weight: 600; font-size: 0.95rem;
cursor: pointer; border: 1px solid transparent; transition: all .25s ease; white-space: nowrap;
}
.btn-gold { background: var(--gold); color: #1a1503; }
.btn-gold:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: 0 12px 30px -10px rgba(212,175,55,.5); }
.btn-gold::after { content: "→"; transition: transform .25s ease; }
.btn-gold:hover::after { transform: translateX(4px); }
.btn-ghost { border-color: var(--line); color: var(--text); background: transparent; }
.btn-ghost:hover { border-color: var(--line-strong); background: rgba(212,175,55,.06); }
/* Header */
header {
position: sticky; top: 0; z-index: 100;
background: rgba(5,5,5,.72); backdrop-filter: blur(14px);
border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 70px; }
.logo { display: flex; align-items: center; gap: 9px; font-weight: 700; }
.logo img { height: 40px; display: block; }
.nav-links { display: flex; gap: 32px; align-items: center; }
.nav-links a { font-size: 0.92rem; color: var(--muted); transition: color .2s; }
.nav-links a:hover { color: var(--text); }
.nav-cta { display: flex; gap: 12px; align-items: center; }
.menu-btn { display: none; background: none; border: 1px solid var(--line); color: var(--text); width: 42px; height: 42px; border-radius: 9px; font-size: 1.2rem; cursor: pointer; }
/* Hero */
.hero { padding-top: clamp(60px, 9vw, 110px); overflow: hidden; }
.hero::before {
content: ""; position: absolute; top: -20%; left: 50%; transform: translateX(-50%);
width: 900px; height: 600px; background: radial-gradient(ellipse, rgba(212,175,55,.10), transparent 65%);
pointer-events: none; z-index: 0;
}
.hero .inner { position: relative; z-index: 1; max-width: 880px; }
.hero h1 { max-width: 16ch; }
.hero h1 em { font-style: normal; color: var(--gold); }
.hero p.sub { margin-top: 24px; font-size: clamp(1.02rem, 1.4vw, 1.18rem); max-width: 620px; }
.hero-cta { display: flex; gap: 14px; margin-top: 36px; flex-wrap: wrap; }
/* Ticker */
.ticker { background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 0; overflow: hidden; }
.ticker-inner { display: flex; gap: 0; align-items: baseline; white-space: nowrap; animation: scroll-left 30s linear infinite; padding: 26px 0; }
@keyframes scroll-left { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.ticker-inner span { font-size: clamp(1rem, 2.4vw, 1.5rem); font-weight: 600; color: var(--muted); opacity: .4; padding: 0 1.5rem; letter-spacing: -0.01em; }
.ticker-inner span.hl { color: var(--gold); opacity: 1; }
.ticker-inner span::after { content: "◆"; margin-left: 3rem; font-size: .5em; vertical-align: middle; color: var(--muted); opacity: .3; }
/* Section heads */
.sec-head { max-width: 760px; margin-bottom: 56px; }
.sec-head h2 + p { margin-top: 18px; }
/* Cards */
.cards { display: grid; gap: 18px; }
.cards-3 { grid-template-columns: repeat(3, 1fr); }
.cards-2 { grid-template-columns: repeat(2, 1fr); }
.card {
background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--radius);
padding: 28px 24px; transition: border-color .3s, transform .3s; position: relative;
}
.card:hover { border-color: var(--line-strong); transform: translateY(-3px); }
.card .num { font-size: 0.8rem; color: var(--gold); font-weight: 600; letter-spacing: 0.05em; margin-bottom: 14px; display: block; text-transform: uppercase; }
.card h3 { margin-bottom: 10px; }
.card p { font-size: 0.92rem; }
/* Service cards */
.service-card { padding: 36px 32px; }
.service-card .kicker { font-size: 0.78rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); font-weight: 500; margin-bottom: 14px; }
.service-card h3 { font-size: clamp(1.25rem, 2vw, 1.5rem); margin-bottom: 14px; }
.service-card .svc-desc { font-size: 0.95rem; margin-bottom: 22px; }
.svc-list { list-style: none; display: grid; gap: 13px; margin-bottom: 26px; }
.svc-list li { padding-left: 22px; position: relative; font-size: 0.94rem; color: var(--text); line-height: 1.55; }
.svc-list li::before { content: ""; position: absolute; left: 0; top: 0.6em; width: 10px; height: 1px; background: var(--gold); }
.svc-list a { color: var(--gold); font-weight: 600; }
.svc-list a:hover { text-decoration: underline; }
.svc-more { display: inline-flex; align-items: center; gap: 8px; font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text); font-weight: 600; border-bottom: 1px solid var(--gold); padding-bottom: 5px; transition: color .25s; }
.svc-more:hover { color: var(--gold); }
/* Anti / contrast section */
.alt { background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.anti-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.anti-left h2 { margin-bottom: 22px; }
.anti-left h2 span { color: var(--gold); }
.anti-statement { font-size: 1.02rem; line-height: 1.85; color: var(--muted); }
.anti-right { display: grid; gap: 22px; }
.contrast-card { border: 1px solid var(--line); border-left: 2px solid var(--line-strong); border-radius: 11px; padding: 22px 24px; background: var(--bg); transition: border-color .3s, transform .3s; }
.contrast-card:hover { border-color: var(--line-strong); transform: translateY(-2px); }
.contrast-card .old { font-size: 0.7rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); opacity: .6; margin-bottom: 8px; text-decoration: line-through; }
.contrast-card .new { font-weight: 600; font-size: 1.02rem; color: var(--text); margin-bottom: 8px; }
.contrast-card .new.gold { color: var(--gold); }
.contrast-card p { font-size: 0.88rem; line-height: 1.6; }
/* Numbers */
.num-card { text-align: left; }
.num-card .value { font-size: clamp(2.6rem, 5vw, 3.4rem); font-weight: 700; color: var(--gold); line-height: 1; margin-bottom: 14px; letter-spacing: -0.02em; }
.num-card .nlabel { font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text); margin-bottom: 12px; font-weight: 600; }
.num-card .ndesc { font-size: 0.9rem; color: var(--muted); line-height: 1.65; }
/* Stack (system deep-dives) */
.stack-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 8px; }
.stack-item { background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 32px 28px; position: relative; transition: border-color .3s, transform .3s; }
.stack-item:hover { border-color: var(--line-strong); transform: translateY(-3px); }
.stack-num { font-size: 2rem; font-weight: 700; color: var(--gold); opacity: .85; position: absolute; top: 24px; right: 26px; line-height: 1; }
.stack-item h3 { margin-bottom: 12px; padding-right: 40px; }
.stack-item p { font-size: 0.92rem; line-height: 1.7; }
.stack-tag { display: inline-block; margin-top: 18px; font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); border: 1px solid var(--line-strong); border-radius: 20px; padding: 5px 12px; }
.sys-intro { max-width: 760px; }
.sys-intro .lead { margin-top: 18px; }
.sys-intro .btn { margin-top: 30px; }
/* KI roles */
.ki-roles-head { margin: 60px 0 26px; }
.ki-roles { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; }
.ki-role { border: 1px solid var(--line); border-radius: 11px; background: var(--bg-2); padding: 22px 20px; transition: border-color .3s, transform .3s; }
.ki-role:hover { border-color: var(--line-strong); transform: translateY(-2px); }
.ki-role .r-name { font-weight: 600; font-size: 1rem; color: var(--text); margin-bottom: 8px; }
.ki-role .r-desc { font-size: 0.85rem; color: var(--muted); line-height: 1.55; }
/* Final CTA */
.final { text-align: center; background: var(--bg-2); border-top: 1px solid var(--line); }
.final::before {
content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
width: 700px; height: 400px; background: radial-gradient(ellipse, rgba(212,175,55,.12), transparent 65%); pointer-events: none;
}
.final .inner { position: relative; z-index: 1; max-width: 720px; margin: 0 auto; }
.final h2 em { font-style: normal; color: var(--gold); }
.final p { margin: 18px auto 34px; }
.final-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
/* Footer */
footer { border-top: 1px solid var(--line); padding: 40px 0; }
.foot-bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 0.85rem; color: var(--muted); }
.foot-bottom a { color: var(--muted); transition: color .2s; }
.foot-bottom a:hover { color: var(--gold); }
/* Reveal animation */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
/* Responsive */
@media (max-width: 980px) {
.cards-3, .stack-cards { grid-template-columns: repeat(2, 1fr); }
.anti-grid { grid-template-columns: 1fr; gap: 40px; }
.nav-links { display: none; }
.menu-btn { display: block; }
.nav-cta .btn-ghost { display: none; }
}
@media (max-width: 620px) {
.cards-3, .cards-2, .stack-cards { grid-template-columns: 1fr; }
.service-card { padding: 28px 22px; }
.hero-cta .btn, .final-cta .btn { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
.reveal { opacity: 1; transform: none; transition: none; }
.ticker-inner { animation: none; }
html { scroll-behavior: auto; }
}
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 4px; }
</style>
</head>
<body>
<!-- HEADER -->
<header>
<div class="wrap nav">
<a href="/" class="logo"><img src="Logo-09.png" alt="Profice"></a>
<nav class="nav-links">
<a href="/services">Services</a>
<a href="/ergebnisse">Ergebnisse</a>
<a href="/feedgine">Marketing</a>
</nav>
<div class="nav-cta">
<a href="/kontakt" class="btn btn-gold">Gespräch buchen</a>
<button class="menu-btn" aria-label="Menü"></button>
</div>
</div>
</header>
<!-- HERO -->
<section class="hero">
<div class="wrap">
<div class="inner reveal">
<span class="eyebrow">Marketing &amp; KI — als Service</span>
<h1>Wir verkaufen keine Tools. Wir liefern <em>Wachstum als Service.</em></h1>
<p class="sub">Profice betreibt zwei Services für Sie — profitables Performance-Marketing und KI-Automatisierung. Die passenden Systeme bringen wir mit: Feedgine, Google Ads, SEO &amp; GEO, Voice, RAG und MCP. Sie buchen das Ergebnis, nicht das Werkzeug.</p>
<div class="hero-cta">
<a href="/services" class="btn btn-gold">Services entdecken</a>
<a href="/kontakt" class="btn btn-ghost">Gespräch buchen</a>
</div>
</div>
</div>
</section>
<!-- THESIS TICKER -->
<div class="ticker">
<div class="ticker-inner">
<span>Umsatz ist Vanity</span>
<span class="hl">Gewinn ist Sanity</span>
<span>ROAS ist blind</span>
<span class="hl">POAS ist Klarheit</span>
<span>Agenturen optimieren Kampagnen</span>
<span class="hl">Wir optimieren Systeme</span>
<span>Umsatz ist Vanity</span>
<span class="hl">Gewinn ist Sanity</span>
<span>ROAS ist blind</span>
<span class="hl">POAS ist Klarheit</span>
<span>Agenturen optimieren Kampagnen</span>
<span class="hl">Wir optimieren Systeme</span>
</div>
</div>
<!-- UNSERE SERVICES -->
<section id="services">
<div class="wrap">
<div class="sec-head reveal">
<span class="eyebrow">Unsere Services</span>
<h2>Keine Tools von der Stange. Zwei Services, die Ergebnisse liefern.</h2>
<p class="lead">Wir verkaufen keine Software-Lizenzen. Wir betreiben zwei Services für Sie — und bringen die passenden Systeme gleich mit. Sie buchen das Ergebnis, nicht das Werkzeug.</p>
</div>
<div class="cards cards-2">
<div class="card service-card reveal">
<div class="kicker">Service 01 — Marketing</div>
<h3>Profitables Performance-Marketing</h3>
<p class="svc-desc">Wir steuern Ihr Marketing auf Gewinn statt Umsatz — von der sauberen Datenbasis bis zur Kampagne. Enthaltene Komponenten:</p>
<ul class="svc-list">
<li><a href="https://feedgine.de" target="_blank" rel="noopener">Feedgine</a> — POAS-Optimierung für Google Shopping</li>
<li>Google Ads — Performance-Kampagnen auf Margenbasis</li>
<li>SEO &amp; GEO — Sichtbarkeit in Suche und KI, via <a href="https://www.visigine.de" target="_blank" rel="noopener">VISIGINE</a></li>
<li>Server-Side Tracking via Stape — cookiefeste, präzise Daten</li>
<li>Cloudflare — Performance, Sicherheit, Edge-Delivery</li>
</ul>
<a href="/feedgine" class="svc-more">Im Detail ansehen</a>
</div>
<div class="card service-card reveal">
<div class="kicker">Service 02 — KI</div>
<h3>KI-Agenten &amp; Automatisierung</h3>
<p class="svc-desc">Wir bauen KI als Service in Ihre Prozesse — modular, DSGVO-konform, für Team und Kunden. Enthaltene Komponenten:</p>
<ul class="svc-list">
<li>Voice — KI-Telefonagenten, rund um die Uhr</li>
<li>RAG · Corporate LLM — Wissens-KI aus Ihren eigenen Daten</li>
<li>MCP — sichere Anbindung an Ihre Tools und Systeme</li>
<li>Spezialisierte Agenten — Sales, Support, Buchhaltung, Assistenz</li>
</ul>
</div>
</div>
</div>
</section>
<!-- ANTI-AGENCY -->
<section id="systems" class="alt">
<div class="wrap anti-grid">
<div class="anti-left reveal">
<h2>Die meisten Shops optimieren auf Umsatz.<br><span>Die profitabelsten auf Gewinn.</span></h2>
<p class="anti-statement">Google Ads zeigt Ihnen ROAS. Ihr Steuerberater zeigt Ihnen die Wahrheit. Dazwischen liegt ein System-Problem — und genau da setzen wir an. Profice verbindet Ihre Warenwirtschaft mit Ihren Werbekanälen. Nicht als Dashboard. Als Infrastruktur.</p>
</div>
<div class="anti-right">
<div class="contrast-card reveal">
<div class="old">Agentur-Modell</div>
<div class="new">Retainer. Reporting. Rätselraten.</div>
<p>Agenturen optimieren auf Klicks und Conversions. Ob die profitabel sind, sehen sie nicht — weil sie keinen Zugriff auf Ihre Marge haben.</p>
</div>
<div class="contrast-card reveal">
<div class="old">SaaS-Tool</div>
<div class="new">Feature-Kreislauf. Keine Integration.</div>
<p>Tools lösen Teilprobleme. Feed hier, Tracking da, Bidding dort. Keines davon kennt Ihren Einkaufspreis.</p>
</div>
<div class="contrast-card reveal">
<div class="old">Profice-Modell</div>
<div class="new gold">System. Marge. Kontrolle.</div>
<p>Wir bauen die Brücke zwischen Ihrer Warenwirtschaft und Google Ads. Ihr EK steuert Ihr Bidding. Ihr Gewinn steuert Ihr Budget.</p>
</div>
</div>
</div>
</section>
<!-- NUMBERS -->
<section id="ergebnisse">
<div class="wrap">
<div class="sec-head reveal">
<span class="eyebrow">Referenz: lkw-teile24.de — 230.000 Produkte, B2B</span>
<h2>Ergebnisse, die im Gewinn ankommen.</h2>
</div>
<div class="cards cards-3">
<div class="card num-card reveal">
<div class="value">+31%</div>
<div class="nlabel">Profitabler Umsatz</div>
<div class="ndesc">Nicht mehr Umsatz. Mehr vom richtigen Umsatz — gesteuert über Margen-Daten direkt aus der Warenwirtschaft.</div>
</div>
<div class="card num-card reveal">
<div class="value">23%</div>
<div class="nlabel">Verschwendetes Budget</div>
<div class="ndesc">Budget, das vorher in margenschwache Produkte floss, wird automatisch umverteilt — ohne manuellen Eingriff.</div>
</div>
<div class="card num-card reveal">
<div class="value">€1.250</div>
<div class="nlabel">Monatliche Toolkosten</div>
<div class="ndesc">Externe Feed-Tools, redundante Plugins, überflüssige SaaS-Abos — ersetzt durch eine eigene Pipeline. Weniger Abhängigkeit, mehr Kontrolle.</div>
</div>
</div>
</div>
</section>
<!-- FEEDGINE -->
<section id="feedgine" class="alt">
<div class="wrap">
<div class="sys-intro reveal">
<span class="eyebrow">Im Marketing-Service · Kern-Engine</span>
<h2>Feedgine — POAS Intelligence für Google Shopping</h2>
<p class="lead">Feedgine verbindet Ihre Margendaten aus der Warenwirtschaft mit Google Shopping, PMax und Microsoft Ads. Kein Tool-Abo. Kein Dashboard-Theater. Ein System, das Ihr Werbebudget an echten Gewinn koppelt.</p>
<a href="https://feedgine.de" target="_blank" rel="noopener" class="btn btn-gold">Mehr über Feedgine</a>
</div>
<div class="stack-cards" style="margin-top:50px;">
<div class="stack-item reveal">
<div class="stack-num">01</div>
<h3>IDA Pipeline</h3>
<p>Direkter MSSQL-Zugriff auf Ihre Warenwirtschaft. EK-Preise, Lagerbestände, Lieferzeiten — alles in Echtzeit im Feed.</p>
<span class="stack-tag">DuckDB · Polars · Content API</span>
</div>
<div class="stack-item reveal">
<div class="stack-num">02</div>
<h3>POAS Layer</h3>
<p>Conversion-Werte basieren auf Netto-Marge, nicht auf Umsatz. Google optimiert auf das, was wirklich zählt.</p>
<span class="stack-tag">ConversionAdjustments</span>
</div>
<div class="stack-item reveal">
<div class="stack-num">03</div>
<h3>Custom Labels</h3>
<p>Automatische Segmentierung nach Marge (A/B/C), Velocity, Lager und Lieferzeit. Budgets fließen in die richtigen Produkte.</p>
<span class="stack-tag">rules.yaml · Feeder/Core/Longtail</span>
</div>
</div>
</div>
</section>
<!-- VISIGINE -->
<section id="visigine">
<div class="wrap">
<div class="sys-intro reveal">
<span class="eyebrow">Im Marketing-Service · GEO &amp; SEO</span>
<h2>VISIGINE — Sichtbarkeit in Suche und KI-Antworten</h2>
<p class="lead">VISIGINE analysiert Ihre Website auf GEO- und SEO-Sichtbarkeit und zeigt, ob ChatGPT, Perplexity und Gemini Sie verstehen und empfehlen. Score, Schwachstellen und konkrete Maßnahmen — automatisiert, nicht geraten.</p>
<a href="https://www.visigine.de" target="_blank" rel="noopener" class="btn btn-gold">Mehr über VISIGINE</a>
</div>
<div class="stack-cards" style="margin-top:50px;">
<div class="stack-item reveal">
<div class="stack-num">01</div>
<h3>GEO-Analyse</h3>
<p>llms.txt, AI-Bot-Regeln, JSON-LD-Schema und og-Tags — wir prüfen, ob KI-Systeme Ihre Inhalte lesen, verstehen und in Antworten zitieren.</p>
<span class="stack-tag">ChatGPT · Perplexity · Gemini</span>
</div>
<div class="stack-item reveal">
<div class="stack-num">02</div>
<h3>SEO-Fundament</h3>
<p>Technisches SEO, Struktur und Indexierbarkeit — die Basis, damit klassische Suche und KI-Suche dieselbe starke Grundlage nutzen.</p>
<span class="stack-tag">Core Web · Schema · Index</span>
</div>
<div class="stack-item reveal">
<div class="stack-num">03</div>
<h3>Score &amp; Maßnahmen</h3>
<p>Ein klarer Sichtbarkeits-Score von 110 plus priorisierte, umsetzbare Maßnahmen. Sie sehen genau, was zu tun ist — und was es bringt.</p>
<span class="stack-tag">Score 110 · Action-Plan</span>
</div>
</div>
</div>
</section>
<!-- KI-AGENTEN — VORÜBERGEHEND AUSGEBLENDET (unvollständig). Wieder einblenden: style="display:none" unten entfernen. -->
<section id="ki-agenten" class="alt" style="display:none">
<div class="wrap">
<div class="sys-intro reveal">
<span class="eyebrow">Unser KI-Service</span>
<h2>KI-Agenten, die für Ihr Unternehmen sprechen, schreiben und arbeiten.</h2>
<p class="lead">Wir entwickeln individuelle KI-Agenten für Ihr Unternehmen — am Telefon (Voice), mit Wissens-KI (RAG · Corporate LLM) und über MCP in Ihren Prozessen. DSGVO-konform, in Ihre Systeme integriert und rund um die Uhr im Einsatz. Damit sich Ihr Team auf das Wesentliche konzentriert, während die Routine automatisch läuft.</p>
</div>
<div class="stack-cards" style="margin-top:50px;">
<div class="stack-item reveal">
<div class="stack-num">01</div>
<h3>Voice</h3>
<p>KI-Telefonagenten, die Anrufe annehmen, Anfragen qualifizieren und Termine buchen — in natürlicher Sprache, rund um die Uhr. Kein verpasster Anruf, keine Warteschleife.</p>
<span class="stack-tag">ElevenLabs · Telnyx · DSGVO</span>
</div>
<div class="stack-item reveal">
<div class="stack-num">02</div>
<h3>RAG · Corporate LLM</h3>
<p>Wissensbasierte KI auf Grundlage Ihrer eigenen Dokumente und Daten. Präzise, nachvollziehbare Antworten — als interner Wissens-Assistent oder im Kundenprodukt.</p>
<span class="stack-tag">Retrieval-Augmented Generation</span>
</div>
<div class="stack-item reveal">
<div class="stack-num">03</div>
<h3>MCP</h3>
<p>MCP-Server, die Ihre KI sicher mit CRM, ERP, Tools und Datenquellen verbinden — für Mitarbeiter im internen Einsatz und für Kunden in Ihren Produkten.</p>
<span class="stack-tag">Model Context Protocol</span>
</div>
</div>
<div class="ki-roles-head reveal">
<span class="eyebrow">Fertige Agenten für jede Aufgabe</span>
</div>
<div class="ki-roles">
<div class="ki-role reveal"><div class="r-name">Sales-Agent</div><div class="r-desc">Qualifiziert Leads, beantwortet Produktfragen und übernimmt Follow-ups.</div></div>
<div class="ki-role reveal"><div class="r-name">Marketing-Agent</div><div class="r-desc">Erstellt Content, plant Kampagnen und wertet Ergebnisse aus.</div></div>
<div class="ki-role reveal"><div class="r-name">Support-Agent</div><div class="r-desc">Löst Kundenanfragen rund um die Uhr und eskaliert sauber ans Team.</div></div>
<div class="ki-role reveal"><div class="r-name">Buchhaltungs-Agent</div><div class="r-desc">Erfasst Belege, sortiert Rechnungen vor und reduziert Routine.</div></div>
<div class="ki-role reveal"><div class="r-name">Assistent</div><div class="r-desc">Termine, Recherche und Zusammenfassungen — verbunden über MCP.</div></div>
</div>
<!-- TODO: standalone AI site lives in ProficeWebSeiten\ai_services (local preview :8003). Repoint to its final domain once decided. Placeholder for now. -->
<a href="/ki-agenten-systeme" class="btn btn-gold" style="margin-top:36px;">Mehr über KI-Agenten</a>
</div>
</section>
<!-- FINAL CTA -->
<section id="kontakt" class="final">
<div class="wrap">
<div class="inner reveal">
<span class="eyebrow" style="justify-content:center;">Nächster Schritt</span>
<h2>Bereit, Ihr Unternehmen zu <em>verbessern</em>?</h2>
<p class="lead" style="text-align:center;">30 Minuten. Keine Slides. Wir schauen uns Ihre Prozesse an und zeigen Ihnen, wo Automatisierung und KI den größten Hebel haben.</p>
<div class="final-cta">
<a href="https://termine.profice.de" target="_blank" rel="noopener" class="btn btn-gold">Gespräch vereinbaren</a>
</div>
</div>
</div>
</section>
<!-- FOOTER -->
<footer>
<div class="wrap">
<div class="foot-bottom">
<span>© 2026 Profice GmbH</span>
<span><a href="/impressum" target="_blank" rel="noopener">Impressum</a> · <a href="/datenschutz" target="_blank" rel="noopener">Datenschutz</a></span>
</div>
</div>
</footer>
<script>
// Mobile menu — simple scroll to services
document.querySelector('.menu-btn')?.addEventListener('click', function() {
document.querySelector('#services')?.scrollIntoView({ behavior: 'smooth' });
});
// Reveal animations — fade/slide elements in as they enter viewport
const observer = new IntersectionObserver((entries, obs) => {
entries.forEach(e => {
if (e.isIntersecting) {
e.target.classList.add('in');
obs.unobserve(e.target);
}
});
}, { threshold: 0.12, rootMargin: '0px 0px -40px 0px' });
document.querySelectorAll('.reveal').forEach(el => observer.observe(el));
// Clean URL navigation
const sections = { services: true, systems: true, ergebnisse: true, feedgine: true, visigine: true, 'ki-agenten': true, kontakt: true };
// On direct load (e.g. profice.ai/feedgine), scroll to matching section
(function() {
const seg = window.location.pathname.replace(/^\//, '');
if (sections[seg]) {
const el = document.getElementById(seg);
if (el) setTimeout(() => el.scrollIntoView({ behavior: 'smooth' }), 50);
}
})();
// Intercept nav/cta link clicks — smooth scroll + pushState
document.querySelectorAll('a[href^="/"]').forEach(function(link) {
const seg = link.getAttribute('href').replace(/^\//, '');
if (sections[seg]) {
link.addEventListener('click', function(e) {
e.preventDefault();
history.pushState(null, '', '/' + seg);
document.getElementById(seg).scrollIntoView({ behavior: 'smooth' });
});
}
});
// Update URL as sections scroll into view
const urlObserver = new IntersectionObserver(function(entries) {
entries.forEach(function(e) {
if (e.isIntersecting) {
history.replaceState(null, '', sections[e.target.id] ? '/' + e.target.id : '/');
}
});
}, { threshold: 0.4 });
document.querySelectorAll('section[id]').forEach(function(s) { urlObserver.observe(s); });
</script>
</body>
</html>

746
website/profice-os.html Normal file
View File

@@ -0,0 +1,746 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Profice OS Das individuelle Betriebssystem für den Mittelstand</title>
<meta name="description" content="Profice OS verbindet bestehende Systeme, Prozesse, Daten und KI-Agenten zu einer zentralen Steuerungsebene für mittelständische Unternehmen." />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet" />
<style>
:root {
--bg: #050505;
--bg-2: #111111;
--gold: #F57C00;
--gold-light: #FF9E3D;
--text: #F5F5F5;
--muted: #A3A3A3;
--line: rgba(255, 255, 255, 0.12);
--line-strong: rgba(245, 124, 0, 0.35);
--radius: 14px;
--maxw: 1200px;
--pad: clamp(20px, 5vw, 40px);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
background: var(--bg);
color: var(--text);
font-family: "Inter", system-ui, -apple-system, sans-serif;
line-height: 1.65;
-webkit-font-smoothing: antialiased;
overflow-x: hidden;
}
h1, h2, h3 { line-height: 1.15; letter-spacing: -0.02em; font-weight: 600; }
h1 { font-size: clamp(2.1rem, 5.2vw, 3.8rem); font-weight: 700; }
h2 { font-size: clamp(1.7rem, 3.6vw, 2.7rem); }
h3 { font-size: clamp(1.1rem, 1.6vw, 1.3rem); }
p { color: var(--muted); }
a { color: inherit; text-decoration: none; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding-left: var(--pad); padding-right: var(--pad); }
section { padding: clamp(64px, 9vw, 130px) 0; position: relative; }
.eyebrow {
display: inline-flex; align-items: center; gap: 10px;
font-size: 0.78rem; letter-spacing: 0.18em; text-transform: uppercase;
color: var(--gold); font-weight: 500; margin-bottom: 22px;
}
.eyebrow::before { content: ""; width: 26px; height: 1px; background: var(--gold); display: inline-block; }
.lead { font-size: clamp(1rem, 1.3vw, 1.12rem); max-width: 720px; color: var(--muted); }
/* Buttons */
.btn {
display: inline-flex; align-items: center; justify-content: center; gap: 10px;
padding: 15px 28px; border-radius: 10px; font-weight: 600; font-size: 0.95rem;
cursor: pointer; border: 1px solid transparent; transition: all .25s ease; white-space: nowrap;
}
.btn-gold { background: var(--gold); color: #1a1503; }
.btn-gold:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: 0 12px 30px -10px rgba(245, 124, 0,.5); }
.btn-ghost { border-color: var(--line); color: var(--text); background: transparent; }
.btn-ghost:hover { border-color: var(--line-strong); background: rgba(245, 124, 0,.06); }
.btn-block { width: 100%; }
/* Header */
header {
position: sticky; top: 0; z-index: 100;
background: rgba(5,5,5,.72); backdrop-filter: blur(14px);
border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 70px; }
.logo { display: flex; align-items: baseline; gap: 9px; font-weight: 700; font-size: 1.2rem; letter-spacing: -0.02em; }
.logo .dot { color: var(--gold); }
.logo .os { color: var(--gold); font-weight: 500; font-size: 0.95rem; letter-spacing: 0.05em; }
.nav-links { display: flex; gap: 32px; align-items: center; }
.nav-links a { font-size: 0.92rem; color: var(--muted); transition: color .2s; }
.nav-links a:hover { color: var(--text); }
.nav-cta { display: flex; gap: 12px; align-items: center; }
.menu-btn { display: none; background: none; border: 1px solid var(--line); color: var(--text); width: 42px; height: 42px; border-radius: 9px; font-size: 1.2rem; cursor: pointer; }
/* Hero */
.hero { padding-top: clamp(50px, 8vw, 90px); overflow: hidden; }
.hero::before {
content: ""; position: absolute; top: -20%; left: 50%; transform: translateX(-50%);
width: 900px; height: 600px; background: radial-gradient(ellipse, rgba(245, 124, 0,.10), transparent 65%);
pointer-events: none; z-index: 0;
}
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; position: relative; z-index: 1; }
.hero h1 span { color: var(--gold); }
.hero p.sub { margin-top: 24px; font-size: clamp(1.02rem, 1.4vw, 1.18rem); max-width: 540px; }
.hero-cta { display: flex; gap: 14px; margin-top: 36px; flex-wrap: wrap; }
.trust { margin-top: 30px; font-size: 0.9rem; color: var(--muted); display: flex; gap: 12px; align-items: flex-start; max-width: 520px; }
.trust::before { content: ""; flex: none; margin-top: 9px; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
/* Hero dashboard visual */
.dash {
background: linear-gradient(160deg, #131313, var(--bg-2));
border: 1px solid var(--line); border-radius: var(--radius);
padding: 18px; box-shadow: 0 40px 80px -30px rgba(0,0,0,.8);
position: relative;
}
.dash::after {
content: ""; position: absolute; inset: 0; border-radius: var(--radius);
background: linear-gradient(120deg, rgba(245, 124, 0,.18), transparent 40%); pointer-events: none; opacity: .5;
}
.dash-bar { display: flex; align-items: center; justify-content: space-between; padding: 4px 8px 14px; border-bottom: 1px solid var(--line); margin-bottom: 16px; }
.dash-bar .title { font-size: 0.8rem; color: var(--muted); letter-spacing: 0.05em; }
.dash-bar .dots { display: flex; gap: 6px; }
.dash-bar .dots i { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,.18); display: block; }
.dash-bar .dots i:first-child { background: rgba(245, 124, 0,.6); }
.modgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.modcell {
background: rgba(255,255,255,.02); border: 1px solid var(--line); border-radius: 10px;
padding: 14px 12px; aspect-ratio: 1 / 0.92; display: flex; flex-direction: column; justify-content: space-between;
transition: border-color .3s, background .3s;
}
.modcell:hover { border-color: var(--line-strong); background: rgba(245, 124, 0,.05); }
.modcell .ic { width: 28px; height: 28px; border-radius: 8px; background: rgba(245, 124, 0,.12); display: grid; place-items: center; }
.modcell .ic svg { width: 16px; height: 16px; stroke: var(--gold); fill: none; stroke-width: 1.6; }
.modcell .lbl { font-size: 0.74rem; color: var(--text); font-weight: 500; }
.modcell .sub { font-size: 0.64rem; color: var(--muted); }
.dash-foot { display: flex; gap: 10px; margin-top: 14px; }
.stat { flex: 1; background: rgba(255,255,255,.02); border: 1px solid var(--line); border-radius: 9px; padding: 10px 12px; }
.stat .n { font-size: 1.15rem; font-weight: 700; color: var(--gold); }
.stat .t { font-size: 0.66rem; color: var(--muted); }
/* Problem cards */
.sec-head { max-width: 760px; margin-bottom: 56px; }
.sec-head h2 + p { margin-top: 18px; }
.cards { display: grid; gap: 18px; }
.cards-4 { grid-template-columns: repeat(4, 1fr); }
.cards-3 { grid-template-columns: repeat(3, 1fr); }
.cards-2 { grid-template-columns: repeat(2, 1fr); }
.card {
background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--radius);
padding: 28px 24px; transition: border-color .3s, transform .3s; position: relative;
}
.card:hover { border-color: var(--line-strong); transform: translateY(-3px); }
.card .num { font-size: 0.8rem; color: var(--gold); font-weight: 600; letter-spacing: 0.05em; margin-bottom: 14px; display: block; }
.card h3 { margin-bottom: 10px; }
.card p { font-size: 0.92rem; }
.card .icon { width: 46px; height: 46px; border-radius: 11px; background: rgba(245, 124, 0,.10); border: 1px solid var(--line-strong); display: grid; place-items: center; margin-bottom: 20px; }
.card .icon svg { width: 22px; height: 22px; stroke: var(--gold); fill: none; stroke-width: 1.6; }
/* Solution flow */
.alt { background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 18px; align-items: stretch; margin-top: 50px; }
.flow-node {
border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 22px;
background: var(--bg); text-align: center; display: flex; flex-direction: column; justify-content: center; gap: 10px;
}
.flow-node.center { border-color: var(--line-strong); background: linear-gradient(160deg, rgba(245, 124, 0,.10), var(--bg-2)); }
.flow-node h3 { color: var(--text); }
.flow-node.center h3 { color: var(--gold); }
.flow-node p { font-size: 0.85rem; }
.flow-arrow { display: grid; place-items: center; color: var(--gold); font-size: 1.5rem; }
/* Benefits */
.benefits { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 50px; margin-top: 40px; }
.benefit { display: flex; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--line); align-items: flex-start; }
.benefit .chk { flex: none; width: 26px; height: 26px; border-radius: 7px; background: rgba(245, 124, 0,.10); border: 1px solid var(--line-strong); display: grid; place-items: center; margin-top: 2px; }
.benefit .chk svg { width: 14px; height: 14px; stroke: var(--gold); fill: none; stroke-width: 2.2; }
.benefit span { color: var(--text); font-size: 0.98rem; font-weight: 500; }
/* Process steps */
.steps { display: grid; gap: 0; margin-top: 50px; }
.step { display: grid; grid-template-columns: 90px 1fr; gap: 28px; padding: 30px 0; border-top: 1px solid var(--line); align-items: start; }
.step:last-child { border-bottom: 1px solid var(--line); }
.step .sn { font-size: 2.6rem; font-weight: 700; color: var(--gold); line-height: 1; opacity: .85; }
.step h3 { margin-bottom: 8px; }
.step p { font-size: 0.95rem; max-width: 640px; }
/* Audit box */
.audit { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.audit-list { list-style: none; display: grid; gap: 14px; }
.audit-list li { display: flex; gap: 14px; align-items: flex-start; font-size: 0.95rem; color: var(--text); }
.audit-list li::before { content: ""; flex: none; width: 7px; height: 7px; margin-top: 9px; border-radius: 2px; background: var(--gold); transform: rotate(45deg); }
.audit-card { background: linear-gradient(160deg, rgba(245, 124, 0,.08), var(--bg-2)); border: 1px solid var(--line-strong); border-radius: var(--radius); padding: 40px; }
.audit-card h3 { font-size: 1.5rem; margin-bottom: 8px; }
.audit-card .kicker { color: var(--gold); font-size: 0.82rem; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 18px; }
/* Pricing */
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 50px; align-items: stretch; }
.plan { background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 34px 28px; display: flex; flex-direction: column; }
.plan.featured { border-color: var(--line-strong); background: linear-gradient(170deg, rgba(245, 124, 0,.07), var(--bg-2)); position: relative; }
.plan.featured::before { content: "Empfohlen"; position: absolute; top: 18px; right: 18px; font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); border: 1px solid var(--line-strong); border-radius: 20px; padding: 4px 12px; }
.plan h3 { font-size: 1.35rem; margin-bottom: 6px; }
.plan .for { color: var(--muted); font-size: 0.9rem; margin-bottom: 24px; min-height: 42px; }
.plan ul { list-style: none; display: grid; gap: 12px; margin-bottom: 28px; flex: 1; }
.plan ul li { display: flex; gap: 11px; font-size: 0.92rem; color: var(--text); align-items: flex-start; }
.plan ul li svg { flex: none; width: 16px; height: 16px; stroke: var(--gold); fill: none; stroke-width: 2; margin-top: 3px; }
.price-note { margin-top: 34px; text-align: center; font-size: 0.9rem; color: var(--muted); max-width: 640px; margin-left: auto; margin-right: auto; }
/* Two-col text section (privacy / why) */
.split { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 50px; }
.why-list { list-style: none; display: grid; gap: 16px; }
.why-list li { display: flex; gap: 14px; align-items: flex-start; padding: 16px 18px; border: 1px solid var(--line); border-radius: 11px; background: var(--bg-2); }
.why-list li svg { flex: none; width: 20px; height: 20px; stroke: var(--gold); fill: none; stroke-width: 1.7; margin-top: 2px; }
.why-list li span { color: var(--text); font-weight: 500; font-size: 0.95rem; }
/* Final CTA */
.final { text-align: center; background: var(--bg-2); border-top: 1px solid var(--line); }
.final::before {
content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%);
width: 700px; height: 400px; background: radial-gradient(ellipse, rgba(245, 124, 0,.12), transparent 65%); pointer-events: none;
}
.final .inner { position: relative; z-index: 1; max-width: 720px; margin: 0 auto; }
.final p { margin: 18px auto 34px; }
.final-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
/* Footer */
footer { border-top: 1px solid var(--line); padding: 56px 0 40px; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.foot-grid p { font-size: 0.9rem; }
.foot-col h4 { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); margin-bottom: 16px; font-weight: 600; }
.foot-col a { display: block; font-size: 0.92rem; color: var(--muted); padding: 5px 0; transition: color .2s; }
.foot-col a:hover { color: var(--gold); }
.foot-bottom { border-top: 1px solid var(--line); padding-top: 24px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: 0.85rem; color: var(--muted); }
/* Reveal animation */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
/* Responsive */
@media (max-width: 980px) {
.hero-grid { grid-template-columns: 1fr; gap: 44px; }
.dash { max-width: 480px; }
.cards-4 { grid-template-columns: repeat(2, 1fr); }
.flow { grid-template-columns: 1fr; }
.flow-arrow { transform: rotate(90deg); padding: 4px 0; }
.audit, .split { grid-template-columns: 1fr; gap: 36px; }
.plans { grid-template-columns: 1fr; max-width: 460px; margin-left: auto; margin-right: auto; }
.foot-grid { grid-template-columns: 1fr 1fr; }
.nav-links { display: none; }
.menu-btn { display: block; }
.nav-cta .btn-ghost { display: none; }
}
@media (max-width: 560px) {
.cards-4, .cards-3, .cards-2, .benefits { grid-template-columns: 1fr; }
.modgrid { gap: 8px; }
.step { grid-template-columns: 1fr; gap: 8px; }
.step .sn { font-size: 2rem; }
.foot-grid { grid-template-columns: 1fr; }
.hero-cta .btn, .final-cta .btn { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
.reveal { opacity: 1; transform: none; transition: none; }
html { scroll-behavior: auto; }
}
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 4px; }
/* Auth: nav groups + modal */
.auth-group { display: flex; gap: 12px; align-items: center; }
.auth-group[hidden] { display: none; }
.nav-cta .auth-group .btn { min-width: 132px; justify-content: center; }
.auth-overlay { position: fixed; inset: 0; z-index: 200; display: grid; place-items: center; padding: 20px; background: rgba(0,0,0,.74); backdrop-filter: blur(6px); }
.auth-overlay[hidden] { display: none; }
.auth-dialog { position: relative; width: 100%; max-width: 420px; background: linear-gradient(160deg,#141414,var(--bg-2)); border: 1px solid var(--line-strong); border-radius: var(--radius); padding: 38px 34px; box-shadow: 0 40px 100px -30px rgba(0,0,0,.9); }
.auth-close { position: absolute; top: 12px; right: 16px; background: none; border: none; color: var(--muted); font-size: 1.7rem; line-height: 1; cursor: pointer; transition: color .2s; }
.auth-close:hover { color: var(--text); }
.auth-dialog h3 { font-size: 1.5rem; margin: 6px 0 8px; }
.auth-sub { font-size: 0.9rem; margin-bottom: 24px; }
.auth-dialog .field { margin-bottom: 16px; }
.auth-dialog .field[hidden] { display: none; }
.auth-dialog label { display: block; font-size: 0.78rem; letter-spacing: 0.04em; color: var(--muted); margin-bottom: 7px; }
.auth-dialog input { width: 100%; background: rgba(255,255,255,.03); border: 1px solid var(--line); border-radius: 9px; padding: 12px 14px; color: var(--text); font-family: inherit; font-size: 0.95rem; transition: border-color .2s, background .2s; }
.auth-dialog input:focus { outline: none; border-color: var(--line-strong); background: rgba(245, 124, 0,.05); }
.auth-switch { text-align: center; font-size: 0.88rem; color: var(--muted); margin-top: 18px; }
.auth-switch a { color: var(--gold); font-weight: 600; }
.auth-switch a:hover { text-decoration: underline; }
@media (max-width: 980px) { .nav-cta .auth-group .btn { display: inline-flex; } }
</style>
</head>
<body>
<!-- HEADER -->
<header>
<div class="wrap nav">
<a href="#" class="logo">Profice<span class="dot">.</span><span class="os">OS</span></a>
<nav class="nav-links">
<a href="#problem">Problem</a>
<a href="#loesung">Lösung</a>
<a href="#module">Module</a>
<a href="#ablauf">Ablauf</a>
<a href="#pakete">Pakete</a>
</nav>
<div class="nav-cta">
<div id="authLoggedOut" class="auth-group">
<button type="button" class="btn btn-ghost" data-open="login">Anmelden</button>
<button type="button" class="btn btn-gold" data-open="register">Registrieren</button>
</div>
<div id="authLoggedIn" class="auth-group" hidden>
<a href="dashboard.html" class="btn btn-gold">Dashboard</a>
<button type="button" class="btn btn-ghost" id="logoutBtn">Abmelden</button>
</div>
<button class="menu-btn" aria-label="Menü"></button>
</div>
</div>
</header>
<!-- AUTH MODAL (front-end demo) -->
<div class="auth-overlay" id="authModal" hidden>
<div class="auth-dialog" role="dialog" aria-modal="true" aria-labelledby="authTitle">
<button class="auth-close" id="authClose" type="button" aria-label="Schließen">×</button>
<span class="eyebrow">Profice OS</span>
<h3 id="authTitle">Anmelden</h3>
<p class="auth-sub" id="authSub">Willkommen zurück. Melden Sie sich an, um zum Dashboard zu gelangen.</p>
<form id="authForm" novalidate>
<div class="field" id="nameField" hidden>
<label for="authName">Name</label>
<input type="text" id="authName" autocomplete="name" placeholder="Ihr Name" />
</div>
<div class="field">
<label for="authEmail">E-Mail</label>
<input type="email" id="authEmail" autocomplete="email" placeholder="name@unternehmen.de" required />
</div>
<div class="field">
<label for="authPass">Passwort</label>
<input type="password" id="authPass" autocomplete="current-password" placeholder="••••••••" required minlength="6" />
</div>
<button type="submit" class="btn btn-gold btn-block" id="authSubmit">Anmelden</button>
</form>
<p class="auth-switch"><span id="authSwitchText">Noch kein Konto?</span> <a href="#" id="authSwitch">Registrieren</a></p>
</div>
</div>
<!-- HERO -->
<section class="hero">
<div class="wrap hero-grid">
<div>
<span class="eyebrow">Profice OS</span>
<h1>Das individuelle <span>Betriebssystem</span> für den Mittelstand.</h1>
<p class="sub">Profice OS verbindet Ihre bestehenden Systeme, Prozesse, Daten und KI-Agenten zu einer zentralen Steuerungsebene für Ihr Unternehmen.</p>
<div class="hero-cta">
<a href="#kontakt" class="btn btn-gold">Erstgespräch anfragen</a>
<a href="#loesung" class="btn btn-ghost">Zielbild ansehen</a>
</div>
<p class="trust">Für Unternehmen, die nicht noch mehr Tools wollen, sondern endlich ein funktionierendes System.</p>
</div>
<!-- Stilisiertes OS-Dashboard -->
<div class="dash" aria-hidden="true">
<div class="dash-bar">
<span class="title">Profice OS · Steuerungsebene</span>
<span class="dots"><i></i><i></i><i></i></span>
</div>
<div class="modgrid">
<div class="modcell">
<span class="ic"><svg viewBox="0 0 24 24"><path d="M4 5h16v11H7l-3 3z"/></svg></span>
<div><div class="lbl">Kommunikation</div><div class="sub">12 offen</div></div>
</div>
<div class="modcell">
<span class="ic"><svg viewBox="0 0 24 24"><path d="M5 4h14v16H5z"/><path d="M8 8h8M8 12h8M8 16h5"/></svg></span>
<div><div class="lbl">Wissensbasis</div><div class="sub">aktuell</div></div>
</div>
<div class="modcell">
<span class="ic"><svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="3"/><path d="M12 2v3M12 19v3M2 12h3M19 12h3"/></svg></span>
<div><div class="lbl">KI-Agenten</div><div class="sub">4 aktiv</div></div>
</div>
<div class="modcell">
<span class="ic"><svg viewBox="0 0 24 24"><path d="M4 7h6l2 3h8M4 7v10h16V10"/></svg></span>
<div><div class="lbl">Automation</div><div class="sub">9 Workflows</div></div>
</div>
<div class="modcell">
<span class="ic"><svg viewBox="0 0 24 24"><path d="M6 3h9l3 3v15H6z"/><path d="M14 3v4h4"/></svg></span>
<div><div class="lbl">Dokumente</div><div class="sub">strukturiert</div></div>
</div>
<div class="modcell">
<span class="ic"><svg viewBox="0 0 24 24"><path d="M4 19V9M10 19V5M16 19v-7M22 19H2"/></svg></span>
<div><div class="lbl">Geschäftsführung</div><div class="sub">Live-Sicht</div></div>
</div>
</div>
<div class="dash-foot">
<div class="stat"><div class="n">71%</div><div class="t">manuelle Routine</div></div>
<div class="stat"><div class="n">1</div><div class="t">zentrale Ebene</div></div>
<div class="stat"><div class="n">24/7</div><div class="t">Agenten-Betrieb</div></div>
</div>
</div>
</div>
</section>
<!-- PROBLEM -->
<section id="problem">
<div class="wrap">
<div class="sec-head reveal">
<span class="eyebrow">Das eigentliche Problem</span>
<h2>Ihr Unternehmen hat nicht zu wenig Software. Es hat zu wenig Verbindung.</h2>
<p class="lead">Viele mittelständische Unternehmen nutzen bereits ERP, E-Mail, Shop, CRM, Telefonie, Excel, Dokumentenablagen und Support-Tools. Das Problem ist: Diese Systeme arbeiten nicht sauber zusammen. Informationen gehen verloren, Arbeit wird doppelt gemacht und Entscheidungen basieren auf unvollständigen Daten.</p>
</div>
<div class="cards cards-4">
<div class="card reveal">
<div class="icon"><svg viewBox="0 0 24 24"><path d="M3 6h7v7H3zM14 11h7v7h-7z"/></svg></div>
<h3>Verteilte Informationen</h3>
<p>Wissen liegt in Köpfen, E-Mails, Excel-Dateien und alten Ordnern nie an einem Ort.</p>
</div>
<div class="card reveal">
<div class="icon"><svg viewBox="0 0 24 24"><circle cx="12" cy="8" r="4"/><path d="M4 21v-1a6 6 0 0112 0v1"/></svg></div>
<h3>Prozesse an Personen gebunden</h3>
<p>Fällt ein Mitarbeiter aus, stockt der Ablauf. Abläufe sind nicht dokumentiert.</p>
</div>
<div class="card reveal">
<div class="icon"><svg viewBox="0 0 24 24"><path d="M12 2v6M12 16v6M5 12H2M22 12h-3"/><circle cx="12" cy="12" r="4"/></svg></div>
<h3>Manuelle Routinearbeit</h3>
<p>Wiederkehrende Aufgaben werden Tag für Tag von Hand erledigt fehleranfällig und teuer.</p>
</div>
<div class="card reveal">
<div class="icon"><svg viewBox="0 0 24 24"><path d="M4 7h16M4 12h10M4 17h7"/></svg></div>
<h3>KI ohne Datenbasis</h3>
<p>KI kann nicht zuverlässig arbeiten, weil saubere Daten, Prozesse und Zuständigkeiten fehlen.</p>
</div>
</div>
</div>
</section>
<!-- LÖSUNG -->
<section id="loesung" class="alt">
<div class="wrap">
<div class="sec-head reveal">
<span class="eyebrow">Die Lösung</span>
<h2>Profice OS legt eine intelligente Steuerungsschicht über Ihr Unternehmen.</h2>
<p class="lead">Wir analysieren Ihre bestehenden Systeme, ordnen Ihre Prozesse und verbinden relevante Datenflüsse. Daraus entsteht ein individuelles Unternehmenssystem, das Kommunikation, Wissen, Automatisierung und KI-Agenten sinnvoll zusammenführt.</p>
</div>
<div class="flow reveal">
<div class="flow-node">
<h3>Bestehende Systeme</h3>
<p>ERP · Shop · CRM · E-Mail · Telefonie · Support · Dokumente</p>
</div>
<div class="flow-arrow"></div>
<div class="flow-node center">
<h3>Profice OS</h3>
<p>Zentrale Daten-, Arbeits- und KI-Schicht</p>
</div>
<div class="flow-arrow"></div>
<div class="flow-node">
<h3>Mitarbeiter · GF · KI-Agenten</h3>
<p>Eine Oberfläche, klare Steuerung, weniger Reibung</p>
</div>
</div>
</div>
</section>
<!-- MODULE -->
<section id="module">
<div class="wrap">
<div class="sec-head reveal">
<span class="eyebrow">Architektur</span>
<h2>Die Bausteine von Profice OS</h2>
<p class="lead">Sechs Module, die ineinandergreifen. Sie werden nach Bedarf eingeführt nicht alle auf einmal, sondern dort, wo sie zuerst Wirkung zeigen.</p>
</div>
<div class="cards cards-3">
<div class="card reveal">
<span class="num">Modul 01</span>
<h3>Kommunikationszentrale</h3>
<p>Alle relevanten Kunden- und internen Anfragen werden erfasst, sortiert und an die richtige Stelle geleitet. E-Mail, Chat, Telefonnotizen, Support und Website-Anfragen werden zentral verarbeitet.</p>
</div>
<div class="card reveal">
<span class="num">Modul 02</span>
<h3>Firmen-Wiki & Wissensbasis</h3>
<p>Prozesse, Standardantworten, interne Anleitungen und Produktwissen werden strukturiert dokumentiert. So entsteht die Grundlage für saubere Arbeit und zuverlässige KI-Agenten.</p>
</div>
<div class="card reveal">
<span class="num">Modul 03</span>
<h3>KI-Agenten</h3>
<p>KI-Agenten übernehmen keine Verantwortung blind, sondern unterstützen gezielt: Support-Vorqualifizierung, Recherche, Angebotsvorbereitung, Datenprüfung, Produktdatenpflege und interne Assistenz.</p>
</div>
<div class="card reveal">
<span class="num">Modul 04</span>
<h3>Prozessautomation</h3>
<p>Wiederkehrende Abläufe werden automatisiert. Systeme werden per Schnittstelle, Workflow oder Datenbank verbunden. Das reduziert manuelle Arbeit und Fehlerquellen.</p>
</div>
<div class="card reveal">
<span class="num">Modul 05</span>
<h3>Daten- & Dokumentenebene</h3>
<p>Dokumente, Kundendaten, Produktdaten, Anfragen und operative Informationen werden strukturiert abgelegt, auffindbar und kontrolliert nutzbar gemacht.</p>
</div>
<div class="card reveal">
<span class="num">Modul 06</span>
<h3>Geschäftsführungs-Dashboard</h3>
<p>Die Geschäftsführung erhält eine klare Sicht auf wichtige Kennzahlen, offene Vorgänge, Engpässe, Prozessqualität und Automatisierungspotenziale.</p>
</div>
</div>
</div>
</section>
<!-- NUTZEN -->
<section id="nutzen" class="alt">
<div class="wrap">
<div class="sec-head reveal">
<span class="eyebrow">Wirkung im Alltag</span>
<h2>Was sich dadurch im Alltag verändert</h2>
</div>
<div class="benefits reveal">
<div class="benefit"><span class="chk"><svg viewBox="0 0 24 24"><path d="M4 12l5 5L20 6"/></svg></span><span>Weniger Sucherei nach Informationen</span></div>
<div class="benefit"><span class="chk"><svg viewBox="0 0 24 24"><path d="M4 12l5 5L20 6"/></svg></span><span>Weniger manuelle Routinearbeit</span></div>
<div class="benefit"><span class="chk"><svg viewBox="0 0 24 24"><path d="M4 12l5 5L20 6"/></svg></span><span>Schnellere Reaktionszeiten</span></div>
<div class="benefit"><span class="chk"><svg viewBox="0 0 24 24"><path d="M4 12l5 5L20 6"/></svg></span><span>Bessere Übergaben zwischen Mitarbeitern</span></div>
<div class="benefit"><span class="chk"><svg viewBox="0 0 24 24"><path d="M4 12l5 5L20 6"/></svg></span><span>Saubere Grundlage für KI-Agenten</span></div>
<div class="benefit"><span class="chk"><svg viewBox="0 0 24 24"><path d="M4 12l5 5L20 6"/></svg></span><span>Mehr Transparenz für die Geschäftsführung</span></div>
<div class="benefit"><span class="chk"><svg viewBox="0 0 24 24"><path d="M4 12l5 5L20 6"/></svg></span><span>Weniger Abhängigkeit von einzelnen Personen</span></div>
<div class="benefit"><span class="chk"><svg viewBox="0 0 24 24"><path d="M4 12l5 5L20 6"/></svg></span><span>Bessere Skalierbarkeit im Tagesgeschäft</span></div>
</div>
</div>
</section>
<!-- ZIELKUNDEN -->
<section id="zielkunden">
<div class="wrap">
<div class="sec-head reveal">
<span class="eyebrow">Passung</span>
<h2>Für wen Profice OS besonders sinnvoll ist</h2>
<p class="lead">Profice OS eignet sich für Unternehmen, die gewachsen sind, deren Prozesse, Systeme und Datenstruktur aber nicht im gleichen Tempo mitgewachsen sind.</p>
</div>
<div class="cards cards-3">
<div class="card reveal"><h3>E-Commerce mit Volumen</h3><p>Viele Artikel, viele Anfragen und keine zentrale Stelle, an der alles zusammenläuft.</p></div>
<div class="card reveal"><h3>Händler mit Systemchaos</h3><p>ERP, Shop, Support und Produktdaten, die nicht sauber ineinandergreifen.</p></div>
<div class="card reveal"><h3>Dienstleister mit Verwaltung</h3><p>Wiederkehrende Verwaltungsprozesse, die heute Zeit binden statt Wert zu schaffen.</p></div>
<div class="card reveal"><h3>Mehrere Abteilungen</h3><p>Übergaben zwischen Teams sind unklar, Informationen gehen an Schnittstellen verloren.</p></div>
<div class="card reveal"><h3>Geschäftsführer mit Blindflug</h3><p>Wer endlich klare Steuerung statt Bauchgefühl will auf Basis echter Zahlen.</p></div>
<div class="card reveal"><h3>KI mit Anspruch</h3><p>Unternehmen, die KI sinnvoll einsetzen wollen kontrolliert statt als Bastellösung.</p></div>
</div>
</div>
</section>
<!-- ABLAUF -->
<section id="ablauf" class="alt">
<div class="wrap">
<div class="sec-head reveal">
<span class="eyebrow">Vorgehen</span>
<h2>So entsteht Ihr individuelles Betriebssystem</h2>
</div>
<div class="steps">
<div class="step reveal"><div class="sn">01</div><div><h3>Analyse</h3><p>Wir prüfen Systeme, Prozesse, Datenquellen, Engpässe und wiederkehrende Aufgaben.</p></div></div>
<div class="step reveal"><div class="sn">02</div><div><h3>Zielbild</h3><p>Wir entwickeln eine klare Systemlandkarte und definieren, welche Prozesse zuerst verbessert werden.</p></div></div>
<div class="step reveal"><div class="sn">03</div><div><h3>Aufbau</h3><p>Wir verbinden Systeme, erstellen Workflows, strukturieren Wissen und bauen erste KI-Agenten.</p></div></div>
<div class="step reveal"><div class="sn">04</div><div><h3>Einführung</h3><p>Wir testen im echten Betrieb, schulen Mitarbeiter und passen das System an den Alltag an.</p></div></div>
<div class="step reveal"><div class="sn">05</div><div><h3>Betrieb & Optimierung</h3><p>Wir überwachen, verbessern und erweitern Profice OS laufend.</p></div></div>
</div>
</div>
</section>
<!-- EINSTIEG / AUDIT -->
<section id="audit">
<div class="wrap audit">
<div class="reveal">
<span class="eyebrow">Der Einstieg</span>
<h2>Profice OS Audit</h2>
<p class="lead" style="margin:18px 0 30px;">Im Profice OS Audit analysieren wir Ihr Unternehmen, Ihre Systeme und Ihre wichtigsten Prozesse. Am Ende erhalten Sie ein klares Zielbild, eine Systemlandkarte und einen konkreten Umsetzungsplan.</p>
<a href="#kontakt" class="btn btn-gold">Audit anfragen</a>
</div>
<div class="audit-card reveal">
<div class="kicker">Leistungen</div>
<ul class="audit-list">
<li>System- und Prozessaufnahme</li>
<li>Analyse der Datenflüsse</li>
<li>Identifikation manueller Arbeit</li>
<li>KI-Potenzialanalyse</li>
<li>Automatisierungs-Roadmap</li>
<li>Priorisierung nach Aufwand und Nutzen</li>
<li>Konkreter 90-Tage-Plan</li>
</ul>
</div>
</div>
</section>
<!-- PAKETE -->
<section id="pakete" class="alt">
<div class="wrap">
<div class="sec-head reveal">
<span class="eyebrow">Pakete</span>
<h2>Drei Wege, mit Profice OS zu starten</h2>
</div>
<div class="plans">
<div class="plan reveal">
<h3>Profice OS Audit</h3>
<p class="for">Für Unternehmen, die Klarheit brauchen.</p>
<ul>
<li><svg viewBox="0 0 24 24"><path d="M4 12l5 5L20 6"/></svg>Prozessanalyse</li>
<li><svg viewBox="0 0 24 24"><path d="M4 12l5 5L20 6"/></svg>Systemlandkarte</li>
<li><svg viewBox="0 0 24 24"><path d="M4 12l5 5L20 6"/></svg>KI- & Automatisierungspotenziale</li>
<li><svg viewBox="0 0 24 24"><path d="M4 12l5 5L20 6"/></svg>90-Tage-Roadmap</li>
</ul>
<a href="#kontakt" class="btn btn-ghost btn-block">Audit anfragen</a>
</div>
<div class="plan featured reveal">
<h3>Profice OS Core</h3>
<p class="for">Für Unternehmen, die starten wollen.</p>
<ul>
<li><svg viewBox="0 0 24 24"><path d="M4 12l5 5L20 6"/></svg>Wissensbasis</li>
<li><svg viewBox="0 0 24 24"><path d="M4 12l5 5L20 6"/></svg>Zentrale Workflows</li>
<li><svg viewBox="0 0 24 24"><path d="M4 12l5 5L20 6"/></svg>Erste KI-Agenten</li>
<li><svg viewBox="0 0 24 24"><path d="M4 12l5 5L20 6"/></svg>Automationen</li>
<li><svg viewBox="0 0 24 24"><path d="M4 12l5 5L20 6"/></svg>Dashboard</li>
<li><svg viewBox="0 0 24 24"><path d="M4 12l5 5L20 6"/></svg>Einführung & Schulung</li>
</ul>
<a href="#kontakt" class="btn btn-gold btn-block">Core-System besprechen</a>
</div>
<div class="plan reveal">
<h3>Profice OS Managed</h3>
<p class="for">Für Unternehmen, die dauerhaft optimieren wollen.</p>
<ul>
<li><svg viewBox="0 0 24 24"><path d="M4 12l5 5L20 6"/></svg>Betrieb</li>
<li><svg viewBox="0 0 24 24"><path d="M4 12l5 5L20 6"/></svg>Monitoring</li>
<li><svg viewBox="0 0 24 24"><path d="M4 12l5 5L20 6"/></svg>Laufende Optimierung</li>
<li><svg viewBox="0 0 24 24"><path d="M4 12l5 5L20 6"/></svg>Neue Automationen</li>
<li><svg viewBox="0 0 24 24"><path d="M4 12l5 5L20 6"/></svg>Reporting</li>
<li><svg viewBox="0 0 24 24"><path d="M4 12l5 5L20 6"/></svg>Support</li>
</ul>
<a href="#kontakt" class="btn btn-ghost btn-block">Managed OS besprechen</a>
</div>
</div>
<p class="price-note reveal">Die genaue Umsetzung hängt von Systemlandschaft, Prozessumfang und gewünschtem Automatisierungsgrad ab.</p>
</div>
</section>
<!-- DATENSCHUTZ + WARUM PROFICE -->
<section id="warum">
<div class="wrap split">
<div class="reveal">
<span class="eyebrow">Datenschutz</span>
<h2>DSGVO-konform gedacht. Von Anfang an.</h2>
<p class="lead" style="margin-top:18px;">Profice OS wird so geplant, dass Datenflüsse, Zugriffe, Speicherorte und Verantwortlichkeiten sauber dokumentiert werden. Wir achten auf kontrollierte Verarbeitung, rollenbasierte Zugriffe, saubere Schnittstellen und nachvollziehbare Automatisierung. DSGVO-orientiert geplant und sauber dokumentiert.</p>
</div>
<div class="reveal">
<span class="eyebrow">Warum Profice</span>
<h2 style="margin-bottom:28px;">Warum Profice?</h2>
<ul class="why-list">
<li><svg viewBox="0 0 24 24"><path d="M4 12l5 5L20 6"/></svg><span>Prozessnah statt theoretisch</span></li>
<li><svg viewBox="0 0 24 24"><path d="M4 12l5 5L20 6"/></svg><span>Technisch umsetzbar statt nur Beratung</span></li>
<li><svg viewBox="0 0 24 24"><path d="M4 12l5 5L20 6"/></svg><span>KI dort, wo sie wirklich hilft</span></li>
<li><svg viewBox="0 0 24 24"><path d="M4 12l5 5L20 6"/></svg><span>Bestehende Systeme werden berücksichtigt</span></li>
<li><svg viewBox="0 0 24 24"><path d="M4 12l5 5L20 6"/></svg><span>Fokus auf Mittelstand und echten Betriebsalltag</span></li>
</ul>
</div>
</div>
</section>
<!-- FINAL CTA -->
<section id="kontakt" class="final">
<div class="wrap">
<div class="inner reveal">
<span class="eyebrow" style="justify-content:center;">Nächster Schritt</span>
<h2>Bereit für ein Unternehmen, das wie ein System funktioniert?</h2>
<p class="lead" style="text-align:center;">Lassen Sie uns prüfen, wie Profice OS in Ihrem Unternehmen aussehen kann.</p>
<div class="final-cta">
<a href="mailto:hello@profice.ai" class="btn btn-gold">Erstgespräch anfragen</a>
<a href="mailto:hello@profice.ai" class="btn btn-ghost">Profice OS Audit starten</a>
</div>
</div>
</div>
</section>
<!-- FOOTER -->
<footer>
<div class="wrap">
<div class="foot-grid">
<div class="foot-col">
<a href="#" class="logo" style="margin-bottom:14px;">Profice<span class="dot">.</span><span class="os">OS</span></a>
<p>Digitale Prozesse, Automatisierung & KI.<br>Wir machen mittelständische Unternehmen steuerbarer mit einem System statt noch mehr Tools.</p>
</div>
<div class="foot-col">
<h4>Navigation</h4>
<a href="#problem">Problem</a>
<a href="#loesung">Lösung</a>
<a href="#module">Module</a>
<a href="#pakete">Pakete</a>
</div>
<div class="foot-col">
<h4>Kontakt</h4>
<a href="mailto:hello@profice.ai">hello@profice.ai</a>
<a href="tel:+493560198889">+49 35601 988890</a>
<a href="#">Impressum</a>
<a href="#">Datenschutz</a>
</div>
</div>
<div class="foot-bottom">
<span>© 2026 Profice GmbH · Grüner Weg 36, 03185 Peitz</span>
<span>Geschäftsführung: Marco Vitalone · HRB 18848, Amtsgericht Cottbus</span>
</div>
</div>
</footer>
<script>
// Mobile-Menü (einfaches Scroll-To, da Nav-Links auf Mobile ausgeblendet)
document.querySelector('.menu-btn')?.addEventListener('click', () => {
document.querySelector('#problem')?.scrollIntoView({ behavior: 'smooth' });
});
// Scroll-Reveal
const io = new IntersectionObserver((entries) => {
entries.forEach(e => { if (e.isIntersecting) { e.target.classList.add('in'); io.unobserve(e.target); } });
}, { threshold: 0.12, rootMargin: '0px 0px -40px 0px' });
document.querySelectorAll('.reveal').forEach(el => io.observe(el));
// --- Auth (front-end demo only; persists in localStorage, NOT real authentication) ---
(function () {
var KEY = 'proficeos_user';
var modal = document.getElementById('authModal');
var form = document.getElementById('authForm');
var title = document.getElementById('authTitle');
var sub = document.getElementById('authSub');
var nameField = document.getElementById('nameField');
var submitBtn = document.getElementById('authSubmit');
var switchA = document.getElementById('authSwitch');
var switchText = document.getElementById('authSwitchText');
var loggedOut = document.getElementById('authLoggedOut');
var loggedIn = document.getElementById('authLoggedIn');
var mode = 'login';
function getUser() { try { return JSON.parse(localStorage.getItem(KEY) || 'null'); } catch (e) { return null; } }
function render() { var u = getUser(); var on = !!(u && u.email); loggedOut.hidden = on; loggedIn.hidden = !on; }
function setMode(m) {
mode = m; var reg = m === 'register';
title.textContent = reg ? 'Registrieren' : 'Anmelden';
sub.textContent = reg ? 'Konto erstellen und Ihr Profice OS Dashboard öffnen.' : 'Willkommen zurück. Melden Sie sich an, um zum Dashboard zu gelangen.';
nameField.hidden = !reg;
submitBtn.textContent = reg ? 'Konto erstellen' : 'Anmelden';
switchText.textContent = reg ? 'Bereits ein Konto?' : 'Noch kein Konto?';
switchA.textContent = reg ? 'Anmelden' : 'Registrieren';
}
function openModal(m) { setMode(m || 'login'); modal.hidden = false; document.body.style.overflow = 'hidden'; }
function closeModal() { modal.hidden = true; document.body.style.overflow = ''; }
document.querySelectorAll('[data-open]').forEach(function (b) { b.addEventListener('click', function () { openModal(b.getAttribute('data-open')); }); });
document.getElementById('authClose').addEventListener('click', closeModal);
modal.addEventListener('click', function (e) { if (e.target === modal) closeModal(); });
document.addEventListener('keydown', function (e) { if (e.key === 'Escape' && !modal.hidden) closeModal(); });
switchA.addEventListener('click', function (e) { e.preventDefault(); setMode(mode === 'login' ? 'register' : 'login'); });
form.addEventListener('submit', function (e) {
e.preventDefault();
var email = document.getElementById('authEmail').value.trim();
var name = document.getElementById('authName').value.trim();
if (!email) { document.getElementById('authEmail').focus(); return; }
try { localStorage.setItem(KEY, JSON.stringify({ email: email, name: name || email.split('@')[0] })); } catch (e) {}
closeModal(); render();
window.location.href = 'dashboard.html';
});
document.getElementById('logoutBtn').addEventListener('click', function () { try { localStorage.removeItem(KEY); } catch (e) {} render(); });
render();
})();
</script>
</body>
</html>