/* ===========================================================
   Pulsefort – Werbeseite · komplett neuer Aufbau
   Hero-Dashboard · Kennzahlen · Bento · Status-Showcase
   =========================================================== */
:root {
  --bg: #f4f4ef; --bg-2: #ffffff; --surface: #ffffff;
  --ink: #0e1216; --ink-soft: #3a4049; --muted: #6b7280;
  --line: #e7e6de; --line-strong: #d8d7cd;
  --accent: #0aa66b; --accent-press: #08885a; --accent-soft: #e7f6ee;
  --warn: #d98a00; --danger: #e0533d;
  --primary: #0aa66b; --primary-600: #08885a; --text: #0e1216; --border: #d8d7cd;
  --radius: 18px; --radius-sm: 12px; --maxw: 1200px;
  --display: "Space Grotesk", "Inter", sans-serif;
  --shadow: 0 30px 70px -34px rgba(14,18,22,0.4);
  --shadow-sm: 0 10px 30px -20px rgba(14,18,22,0.35);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; background: var(--bg); color: var(--ink); line-height: 1.6;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased; font-feature-settings: "cv02","cv03","ss01";
}
::selection { background: var(--accent); color: #fff; }
a { color: inherit; text-decoration: none; }
h1,h2,h3,h4 { font-family: var(--display); margin: 0; font-weight: 700; line-height: 1.08; letter-spacing: -0.025em; }
p { margin: 0; }
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.container.narrow { max-width: 740px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px; font-family: var(--display);
  font-size: 0.76rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--accent-press); background: var(--accent-soft); border: 1px solid rgba(10,166,107,0.25);
  padding: 6px 13px; border-radius: 999px;
}

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 12px 20px; border-radius: 999px; font-family: var(--display); font-weight: 600; font-size: 0.96rem; border: 1.5px solid transparent; cursor: pointer; white-space: nowrap; transition: transform .12s, background .18s, color .18s, border-color .18s, box-shadow .18s; }
.btn:active { transform: translateY(1px); }
.btn-sm { padding: 9px 16px; font-size: 0.88rem; }
.btn-lg { padding: 15px 28px; font-size: 1.05rem; }
.btn-block { width: 100%; }
.btn-primary { background: var(--ink); color: #fff; }
.btn-primary:hover { background: #000; transform: translateY(-1px); box-shadow: 0 12px 26px -14px rgba(0,0,0,0.6); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line-strong); }
.btn-ghost:hover { border-color: var(--ink); }
.btn-outline { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-outline:hover { background: var(--ink); color: #fff; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(244,244,239,0.82); backdrop-filter: saturate(140%) blur(12px); -webkit-backdrop-filter: saturate(140%) blur(12px); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; gap: 28px; height: 70px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--display); font-weight: 700; font-size: 1.3rem; letter-spacing: -0.03em; }
.brand-dot { width: 11px; height: 11px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(10,166,107,0.18); animation: beat 1.8s ease-in-out infinite; }
@keyframes beat { 0%,100% { transform: scale(1); } 14% { transform: scale(1.45); } 28% { transform: scale(1); } }
.nav { display: flex; gap: 30px; margin-left: auto; }
.nav a { color: var(--ink-soft); font-weight: 500; font-size: 0.96rem; transition: color .15s; }
.nav a:hover { color: var(--accent); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; }
.lang-switch { border-color: var(--line-strong) !important; }

/* HERO */
.hero { position: relative; padding: 84px 0 70px; overflow: hidden; }
.hero::before { content: ""; position: absolute; left: 50%; top: -160px; width: 900px; height: 600px; transform: translateX(-50%); background: radial-gradient(closest-side, rgba(10,166,107,0.14), transparent 70%); pointer-events: none; }
.hero-top { position: relative; text-align: center; max-width: 860px; margin: 0 auto 56px; }
.hero-top .eyebrow { margin-bottom: 22px; }
.hero h1 { font-size: clamp(2.7rem, 6.5vw, 4.6rem); letter-spacing: -0.04em; }
.grad { color: var(--accent); position: relative; white-space: nowrap; }
.grad::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0.07em; height: 0.26em; background: rgba(10,166,107,0.22); z-index: -1; border-radius: 3px; }
.lead { margin: 22px auto 0; font-size: 1.22rem; color: var(--ink-soft); max-width: 620px; }
.hero-cta { display: flex; gap: 14px; justify-content: center; margin-top: 32px; flex-wrap: wrap; }
.hero-trust { list-style: none; padding: 0; margin: 26px 0 0; display: flex; justify-content: center; flex-wrap: wrap; gap: 8px 22px; color: var(--muted); font-size: 0.92rem; font-weight: 500; }

/* HERO-DASHBOARD */
.dash { background: var(--surface); border: 1px solid var(--line-strong); border-radius: 20px; box-shadow: var(--shadow); overflow: hidden; animation: rise .7s ease both; }
@keyframes rise { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: none; } }
.dash-bar { display: flex; align-items: center; gap: 8px; padding: 14px 18px; border-bottom: 1px solid var(--line); background: var(--bg-2); }
.d-dot { width: 11px; height: 11px; border-radius: 50%; background: var(--line-strong); }
.d-dot:nth-child(1){ background:#ff5f57; } .d-dot:nth-child(2){ background:#febc2e; } .d-dot:nth-child(3){ background:#28c840; }
.dash-bar-title { font-family: var(--display); font-weight: 600; margin-left: 10px; }
.dash-bar .badge { margin-left: auto; }
.badge { font-family: var(--display); font-size: 0.72rem; font-weight: 600; padding: 5px 11px; border-radius: 999px; }
.badge-ok { background: var(--accent-soft); color: var(--accent-press); }
.dash-body { display: grid; grid-template-columns: 1.5fr 1fr; }
.dash-list { padding: 8px 22px; border-right: 1px solid var(--line); }
.dl-row { display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 14px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.dl-row:last-child { border-bottom: none; }
.dot { width: 9px; height: 9px; border-radius: 50%; }
.dot-ok { background: var(--accent); box-shadow: 0 0 0 3px rgba(10,166,107,0.15); }
.dot-warn { background: var(--warn); box-shadow: 0 0 0 3px rgba(217,138,0,0.15); }
.svc { font-weight: 500; }
.uptime { color: var(--muted); font-size: 0.82rem; font-variant-numeric: tabular-nums; }
.spark { display: inline-flex; align-items: flex-end; gap: 2px; height: 22px; }
.spark i { width: 3px; background: var(--accent); border-radius: 2px; opacity: .85; height: 60%; }
.spark i:nth-child(2n){height:90%} .spark i:nth-child(3n){height:45%} .spark i:nth-child(5n){height:100%} .spark i:nth-child(7n){height:70%}
.spark.warn i { background: var(--warn); }
.dash-side { padding: 22px; display: flex; flex-direction: column; gap: 18px; background: linear-gradient(180deg, var(--bg-2), #fbfbf8); }
.ds-metric { display: flex; flex-direction: column; }
.ds-big { font-family: var(--display); font-size: 2.6rem; font-weight: 700; letter-spacing: -0.03em; }
.ds-big span { font-size: 1.3rem; color: var(--accent); margin-left: 2px; }
.ds-cap { color: var(--muted); font-size: 0.82rem; }
.ds-graph { display: flex; align-items: flex-end; gap: 3px; height: 70px; }
.ds-graph span { flex: 1; background: var(--accent); opacity: .85; border-radius: 2px; height: 70%; }
.ds-graph span:nth-child(2n){height:95%} .ds-graph span:nth-child(3n){height:55%} .ds-graph span:nth-child(4n){height:80%} .ds-graph span:nth-child(9n){height:40%;background:var(--warn)}
.ds-incident { display: flex; gap: 10px; align-items: center; padding: 12px 14px; background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.ds-incident strong { display: block; font-size: 0.9rem; } .ds-incident small { color: var(--muted); }

/* KENNZAHLEN */
.stats { background: var(--ink); }
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 38px 16px; text-align: center; border-right: 1px solid rgba(255,255,255,0.1); }
.stat:last-child { border-right: none; }
.stat-n { display: block; font-family: var(--display); font-weight: 700; font-size: 2.3rem; color: #fff; letter-spacing: -0.02em; }
.stat-l { color: rgba(255,255,255,0.6); font-size: 0.9rem; }

/* SECTIONS */
.section { padding: 96px 0; }
.section-alt { background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-head { max-width: 660px; margin: 0 auto 52px; text-align: center; }
.section-head .eyebrow { margin-bottom: 16px; }
.section-head h2 { font-size: clamp(2rem, 4vw, 2.9rem); }
.section-head p { color: var(--ink-soft); margin-top: 16px; font-size: 1.1rem; }

/* BENTO */
.bento { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 1fr; gap: 18px; }
.bento-tile { background: var(--surface); border: 1px solid var(--line-strong); border-radius: var(--radius); padding: 28px; transition: transform .18s, box-shadow .18s, border-color .18s; min-height: 200px; }
.bento-tile:hover { transform: translateY(-4px); border-color: var(--accent); box-shadow: var(--shadow-sm); }
.bento-tile.big { grid-column: span 2; grid-row: span 2; display: flex; flex-direction: column; background: var(--ink); color: #fff; border-color: var(--ink); }
.bt-head { display: flex; align-items: center; gap: 14px; }
.bento-tile.big h3 { font-size: 1.6rem; }
.bento-tile.big p { color: rgba(255,255,255,0.7); margin-top: 12px; max-width: 440px; }
.bento-tile.big .feature-icon { background: rgba(255,255,255,0.1); }
.bt-chart { margin-top: auto; display: flex; align-items: flex-end; gap: 4px; height: 130px; padding-top: 24px; }
.bt-chart span { flex: 1; background: linear-gradient(180deg, #34e29b, rgba(52,226,155,0.25)); border-radius: 3px; height: 50%; }
.bt-chart span:nth-child(2n){height:80%} .bt-chart span:nth-child(3n){height:35%} .bt-chart span:nth-child(5n){height:100%} .bt-chart span:nth-child(7n){height:65%} .bt-chart span:nth-child(11n){height:45%}
.feature-icon { display: inline-grid; place-items: center; width: 52px; height: 52px; border-radius: 14px; background: var(--accent-soft); font-size: 1.5rem; }
.bento-tile h3 { font-size: 1.2rem; margin: 16px 0 8px; }
.bento-tile p { color: var(--ink-soft); font-size: 0.96rem; }

/* SHOWCASE */
.showcase-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.showcase-copy .eyebrow { margin-bottom: 16px; }
.showcase-copy h2 { font-size: clamp(1.9rem, 3.5vw, 2.6rem); }
.showcase-copy > p { color: var(--ink-soft); margin-top: 16px; font-size: 1.08rem; }
.showcase-list { list-style: none; padding: 0; margin: 22px 0 28px; }
.showcase-list li { padding: 9px 0; display: flex; gap: 11px; font-weight: 500; }
.showcase-list li::before { content: "✓"; color: var(--accent); font-weight: 700; }
.status-mock { background: var(--surface); border: 1px solid var(--line-strong); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); }
.sm-head { display: flex; align-items: center; gap: 10px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.sm-logo { width: 30px; height: 30px; display: grid; place-items: center; background: var(--accent); color: #fff; border-radius: 8px; }
.sm-head .badge { margin-left: auto; }
.sm-overall { margin: 16px 0; padding: 14px 16px; background: var(--accent-soft); color: var(--accent-press); border-radius: 12px; font-family: var(--display); font-weight: 600; }
.sm-svc { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 0; border-top: 1px solid var(--line); font-weight: 500; }
.sm-bars { display: inline-flex; gap: 2px; align-items: flex-end; height: 20px; }
.sm-bars i { width: 5px; height: 100%; background: var(--accent); border-radius: 2px; opacity: .85; }
.sm-bars i:nth-child(7){ background: var(--warn); height: 60%; }

/* STEPS */
.grid { display: grid; gap: 22px; } .grid-3 { grid-template-columns: repeat(3,1fr); }
.steps .step { text-align: center; padding: 0 22px; position: relative; }
.step-num { width: 60px; height: 60px; margin: 0 auto 20px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: #fff; font-family: var(--display); font-weight: 700; font-size: 1.35rem; position: relative; z-index: 1; }
.steps .step:not(:last-child) .step-num::after { content: ""; position: absolute; left: calc(50% + 42px); top: 50%; width: calc(100% + 22px); height: 2px; background: repeating-linear-gradient(90deg, var(--line-strong) 0 8px, transparent 8px 16px); }
.step h3 { font-size: 1.2rem; margin-bottom: 9px; } .step p { color: var(--ink-soft); }

/* PRICING */
.pricing { align-items: stretch; }
.plan { position: relative; background: var(--surface); border: 1px solid var(--line-strong); border-radius: var(--radius); padding: 34px 28px; display: flex; flex-direction: column; transition: transform .18s, box-shadow .18s; }
.plan:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.plan h3 { font-size: 1.3rem; }
.price { margin: 16px 0 4px; display: flex; align-items: baseline; gap: 6px; }
.price .amount { font-family: var(--display); font-size: 2.6rem; font-weight: 700; letter-spacing: -0.03em; }
.price .per { color: var(--muted); font-size: 0.95rem; }
.plan-desc { color: var(--ink-soft); font-size: 0.95rem; min-height: 44px; }
.plan-features { list-style: none; padding: 0; margin: 22px 0 26px; flex: 1; }
.plan-features li { padding: 8px 0; font-size: 0.95rem; display: flex; gap: 10px; }
.plan-features li::before { content: "✓"; color: var(--accent); font-weight: 700; }
.plan-featured { background: var(--ink); color: #fff; border-color: var(--ink); transform: scale(1.04); box-shadow: var(--shadow); }
.plan-featured:hover { transform: scale(1.04) translateY(-4px); }
.plan-featured .plan-desc, .plan-featured .price .per { color: rgba(255,255,255,0.7); }
.plan-featured .plan-features li::before { color: #34e29b; }
.plan-tag { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--accent); color: #fff; font-family: var(--display); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; padding: 5px 14px; border-radius: 999px; }

/* CTA */
.cta-band { background: var(--ink); padding: 84px 0; text-align: center; position: relative; overflow: hidden; }
.cta-band::before { content: ""; position: absolute; inset: 0; background: radial-gradient(600px 300px at 50% 0, rgba(10,166,107,0.3), transparent 70%); }
.cta-inner { position: relative; }
.cta-inner h2 { color: #fff; font-size: clamp(1.9rem, 4vw, 2.7rem); }
.cta-inner p { color: rgba(255,255,255,0.7); margin: 14px 0 30px; font-size: 1.1rem; }
.cta-band .btn-primary { background: var(--accent); }
.cta-band .btn-primary:hover { background: var(--accent-press); }

/* FAQ */
.faq details { background: var(--surface); border: 1px solid var(--line-strong); border-radius: var(--radius-sm); padding: 20px 24px; margin-bottom: 12px; }
.faq details[open] { border-color: var(--accent); }
.faq summary { font-family: var(--display); font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--accent); font-size: 1.5rem; line-height: 1; }
.faq details[open] summary::after { content: "–"; }
.faq details p { color: var(--ink-soft); margin-top: 14px; }

/* CONTACT */
.contact-form { display: flex; flex-direction: column; gap: 18px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: flex; flex-direction: column; gap: 8px; font-family: var(--display); font-size: 0.85rem; font-weight: 600; color: var(--ink-soft); }
.contact-form input, .contact-form textarea { background: var(--surface); border: 1.5px solid var(--line-strong); border-radius: var(--radius-sm); padding: 13px 15px; color: var(--ink); font: inherit; font-size: 0.98rem; transition: border-color .15s, box-shadow .15s; }
.contact-form input:focus, .contact-form textarea:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 4px var(--accent-soft); }
.form-note { font-size: 0.9rem; color: var(--accent-press); min-height: 20px; font-weight: 500; }

/* FOOTER */
.site-footer { background: var(--ink); color: rgba(255,255,255,0.75); padding-top: 60px; }
.footer-inner { display: grid; grid-template-columns: 1.6fr 2fr; gap: 44px; padding: 0 24px 44px; max-width: var(--maxw); margin: 0 auto; }
.footer-brand .brand { color: #fff; }
.footer-brand p { color: rgba(255,255,255,0.55); margin-top: 14px; max-width: 320px; }
.footer-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.footer-cols h4 { color: #fff; font-size: 0.95rem; margin-bottom: 14px; }
.footer-cols a { display: block; color: rgba(255,255,255,0.6); padding: 6px 0; font-size: 0.92rem; transition: color .15s; }
.footer-cols a:hover { color: #34e29b; }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; padding: 22px 24px; border-top: 1px solid rgba(255,255,255,0.12); color: rgba(255,255,255,0.5); font-size: 0.85rem; max-width: var(--maxw); margin: 0 auto; }

/* RESPONSIVE */
@media (max-width: 940px) {
  .bento { grid-template-columns: repeat(2, 1fr); }
  .bento-tile.big { grid-column: span 2; grid-row: span 1; }
  .showcase-inner { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 760px) {
  .dash-body { grid-template-columns: 1fr; } .dash-list { border-right: none; border-bottom: 1px solid var(--line); }
  .stats-row { grid-template-columns: repeat(2, 1fr); } .stat:nth-child(2){border-right:none} .stat:nth-child(1),.stat:nth-child(2){border-bottom:1px solid rgba(255,255,255,0.1)}
  .grid-3 { grid-template-columns: 1fr; } .bento { grid-template-columns: 1fr; } .bento-tile.big { grid-column: span 1; }
  .plan-featured { transform: none; } .plan-featured:hover { transform: translateY(-4px); }
  .steps .step .step-num::after { display: none; }
  .nav, .header-actions { display: none; } .nav-toggle { display: flex; margin-left: auto; }
  .site-header.open .nav { display: flex; position: absolute; top: 70px; left: 0; right: 0; flex-direction: column; background: var(--surface); border-bottom: 1px solid var(--line); padding: 18px 24px; gap: 16px; }
  .footer-inner { grid-template-columns: 1fr; }
}
@media (max-width: 520px) { .form-row { grid-template-columns: 1fr; } .hero { padding: 54px 0 50px; } .section { padding: 60px 0; } }
