/* ===== KernHosting — Landing Page — Pro Hoster Layout 2026 ===== */

:root {
    --kh-brand: #3f72ff;
    --kh-brand-bright: #6b93ff;
    --kh-brand-deep: #2f62ea;
    --kh-tint: rgba(63, 114, 255, .12);
    --kh-tint-2: rgba(63, 114, 255, .07);

    --kh-success: #34d399;
    --kh-warn: #fbbf24;

    --kh-ink: #f4f7fc;
    --kh-text: rgba(233, 240, 250, .64);
    --kh-soft: rgba(233, 240, 250, .46);
    --kh-faint: rgba(233, 240, 250, .32);

    --kh-line: rgba(255, 255, 255, .09);
    --kh-line-soft: rgba(255, 255, 255, .06);
    --kh-surface: rgba(255, 255, 255, .022);
    --kh-surface-2: rgba(255, 255, 255, .04);

    --kh-shadow: 0 28px 60px rgba(0, 0, 0, .42);
    --kh-shadow-soft: 0 12px 32px rgba(0, 0, 0, .26);
    --kh-radius: 16px;
    --kh-radius-lg: 22px;
    --kh-maxw: 1200px;

    --mono: 'JetBrains Mono', ui-monospace, monospace;
}

html { scroll-behavior: smooth; scroll-padding-top: 88px; }
#features, #pricing, #produkte, #standorte, #faq, #demo, #usecases { scroll-margin-top: 88px; }

/* === Keyframes === */
@keyframes khFadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes khPulse { 0%, 100% { opacity: .55; transform: scale(.85); } 50% { opacity: 1; transform: scale(1); } }
@keyframes khSpin { to { transform: rotate(360deg); } }
@keyframes khMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes khBlink { 0%, 100% { opacity: 1; } 50% { opacity: 0; } }
@keyframes khGrow { from { transform: scaleY(.15); } to { transform: scaleY(1); } }

/* === Layout helpers === */
.kh-wrap { max-width: var(--kh-maxw); margin: 0 auto; padding-left: clamp(20px, 4vw, 40px); padding-right: clamp(20px, 4vw, 40px); }
.kh-section { position: relative; padding: clamp(60px, 8vw, 100px) 0; }

/* =========================================================
   SHARED BUTTONS (also used by team / rechenzentrum)
   ========================================================= */
.lp-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 9px;
    padding: 11px 20px; font-size: .9rem; font-weight: 600; font-family: inherit;
    letter-spacing: -.01em; border-radius: 11px; border: 1px solid transparent;
    text-decoration: none; cursor: pointer; white-space: nowrap;
    transition: transform .15s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}
.lp-btn svg { width: 17px; height: 17px; flex-shrink: 0; }
.lp-btn-lg { padding: 13px 26px; font-size: .94rem; }
.lp-btn-primary { background: linear-gradient(135deg, var(--kh-brand), var(--kh-brand-deep)); color: #fff; box-shadow: 0 8px 22px rgba(47, 98, 234, .32), inset 0 1px 0 rgba(255, 255, 255, .18); }
.lp-btn-primary:hover { transform: translateY(-2px); color: #fff; box-shadow: 0 14px 32px rgba(47, 98, 234, .42), inset 0 1px 0 rgba(255, 255, 255, .22); }
.lp-btn-ghost { background: rgba(255, 255, 255, .03); border-color: var(--kh-line); color: rgba(255, 255, 255, .8); }
.lp-btn-ghost:hover { background: rgba(255, 255, 255, .06); border-color: rgba(255, 255, 255, .2); color: #fff; transform: translateY(-2px); }
.lp-btn-secondary { background: rgba(255, 255, 255, .035); border-color: var(--kh-line); color: rgba(255, 255, 255, .8); }
.lp-btn-secondary:hover { background: rgba(255, 255, 255, .07); border-color: rgba(255, 255, 255, .2); color: #fff; }
.lp-btn-soft { background: var(--kh-tint); border-color: rgba(63, 114, 255, .3); color: #b7caff; }
.lp-btn-soft:hover { background: rgba(63, 114, 255, .18); border-color: rgba(63, 114, 255, .5); color: #fff; }

/* =========================================================
   SECTION LABEL (shared with team page) + HEAD
   ========================================================= */
.lp-section-label {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .14em;
    color: var(--kh-brand-bright); margin-bottom: 14px;
}
.lp-section-label::before { content: ''; width: 18px; height: 1px; background: linear-gradient(90deg, transparent, var(--kh-brand-bright)); }
.kh-head { text-align: center; max-width: 680px; margin: 0 auto clamp(38px, 5vw, 54px); }
.kh-head .lp-section-label { justify-content: center; }
.kh-head .lp-section-label::after { content: ''; width: 18px; height: 1px; background: linear-gradient(90deg, var(--kh-brand-bright), transparent); }
.kh-head-title { font-size: clamp(1.7rem, 3.6vw, 2.5rem); font-weight: 800; letter-spacing: -.035em; line-height: 1.12; color: var(--kh-ink); margin: 0 0 16px; }
.kh-head-lead { font-size: 1.02rem; line-height: 1.65; color: var(--kh-soft); margin: 0; }
.kh-head-lead strong { color: rgba(255, 255, 255, .82); font-weight: 700; }
.kh-head-lead a { color: var(--kh-brand-bright); text-decoration: none; }
.kh-head-lead a:hover { text-decoration: underline; text-underline-offset: 2px; }

/* === Reveal === */
.lp-reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s cubic-bezier(.2, .8, .2, 1), transform .75s cubic-bezier(.2, .8, .2, 1); }
.lp-reveal.lp-active { opacity: 1; transform: translateY(0); }
.lp-delay-100 { transition-delay: .08s; }
.lp-delay-200 { transition-delay: .16s; }
.lp-delay-300 { transition-delay: .24s; }
.lp-delay-400 { transition-delay: .32s; }
.lp-delay-500 { transition-delay: .4s; }

/* =========================================================
   HERO
   ========================================================= */
.kh-hero { position: relative; overflow: hidden; padding: clamp(100px, 12vw, 148px) 0 clamp(40px, 6vw, 64px); text-align: center; }
.kh-hero-fx { position: absolute; inset: 0; pointer-events: none; }
.kh-hero-glow { position: absolute; inset: 0; background: radial-gradient(ellipse 60% 48% at 50% 0%, rgba(63, 114, 255, .2) 0%, transparent 60%), radial-gradient(ellipse 40% 40% at 85% 30%, rgba(63, 114, 255, .08) 0%, transparent 55%); }
.kh-hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255, 255, 255, .02) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .02) 1px, transparent 1px); background-size: 60px 60px; mask-image: radial-gradient(ellipse 80% 60% at 50% 0%, #000 0%, transparent 70%); -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 0%, #000 0%, transparent 70%); }

.kh-hero-top { position: relative; z-index: 1; max-width: 800px; }
.kh-eyebrow { display: inline-flex; align-items: center; gap: 9px; font-size: .76rem; font-weight: 600; color: rgba(255, 255, 255, .72); padding: 7px 15px; border-radius: 999px; border: 1px solid var(--kh-line); background: rgba(255, 255, 255, .03); margin-bottom: 24px; animation: khFadeUp .6s ease both; }
.kh-eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--kh-success); box-shadow: 0 0 9px rgba(52, 211, 153, .7); animation: khPulse 2.2s ease-in-out infinite; }
.kh-hero-title { font-size: clamp(2.4rem, 6vw, 4rem); font-weight: 800; letter-spacing: -.05em; line-height: 1.02; color: var(--kh-ink); margin: 0 0 22px; animation: khFadeUp .6s ease both .08s; }
.kh-hero-title span { background: linear-gradient(120deg, var(--kh-brand-bright), #9db8ff); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.kh-hero-lead { font-size: clamp(1rem, 2vw, 1.16rem); color: var(--kh-text); line-height: 1.62; margin: 0 auto 30px; max-width: 620px; animation: khFadeUp .6s ease both .14s; }
.kh-hero-cta { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-bottom: 26px; animation: khFadeUp .6s ease both .2s; }
.kh-hero-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 22px; list-style: none; margin: 0; padding: 0; animation: khFadeUp .6s ease both .26s; }
.kh-hero-pills li { display: inline-flex; align-items: center; gap: 7px; font-size: .82rem; font-weight: 600; color: var(--kh-soft); }
.kh-hero-pills svg { width: 15px; height: 15px; color: var(--kh-brand-bright); }

/* ===== Live-Demo panel ===== */
.kh-demo-wrap { position: relative; z-index: 1; margin-top: clamp(40px, 6vw, 64px); }
.kh-demo { max-width: 1040px; margin: 0 auto; border-radius: var(--kh-radius-lg); border: 1px solid var(--kh-line); background: linear-gradient(180deg, rgba(23, 32, 48, .92), rgba(13, 19, 30, .96)); box-shadow: var(--kh-shadow); overflow: hidden; }
.kh-demo-chrome { display: flex; align-items: center; gap: 7px; padding: 13px 16px; border-bottom: 1px solid var(--kh-line-soft); background: rgba(255, 255, 255, .015); }
.kh-demo-dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(255, 255, 255, .1); }
.kh-demo-dot:first-child { background: rgba(239, 68, 68, .55); }
.kh-demo-dot:nth-child(2) { background: rgba(234, 179, 8, .55); }
.kh-demo-dot:nth-child(3) { background: rgba(34, 197, 94, .55); }
.kh-demo-url { display: inline-flex; align-items: center; gap: 7px; margin: 0 auto; padding: 5px 14px; border-radius: 8px; background: rgba(255, 255, 255, .03); border: 1px solid var(--kh-line-soft); font-family: var(--mono); font-size: .72rem; color: var(--kh-faint); }
.kh-demo-url svg { width: 13px; height: 13px; color: var(--kh-success); }
.kh-demo-livetag { display: inline-flex; align-items: center; gap: 6px; font-size: .66rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; color: var(--kh-brand-bright); padding: 5px 10px; border-radius: 999px; background: var(--kh-tint); border: 1px solid rgba(63, 114, 255, .25); }
.kh-demo-livetag-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--kh-brand-bright); animation: khPulse 1.8s ease-in-out infinite; }

.kh-demo-app { display: grid; grid-template-columns: 210px 1fr; min-height: 320px; }
.kh-demo-side { border-right: 1px solid var(--kh-line-soft); padding: 16px 12px; background: rgba(0, 0, 0, .12); }
.kh-demo-server { display: flex; align-items: center; gap: 10px; padding: 10px; border-radius: 11px; background: rgba(255, 255, 255, .03); border: 1px solid var(--kh-line-soft); margin-bottom: 14px; }
.kh-demo-server-mark { width: 32px; height: 32px; flex-shrink: 0; border-radius: 9px; display: grid; place-items: center; font-weight: 800; font-size: .85rem; color: #fff; background: linear-gradient(145deg, var(--kh-brand), var(--kh-brand-deep)); }
.kh-demo-server strong { display: block; font-size: .82rem; font-weight: 700; color: #fff; }
.kh-demo-server span { display: flex; align-items: center; gap: 5px; font-size: .68rem; color: var(--kh-success); margin-top: 2px; }
.kh-demo-server-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--kh-success); box-shadow: 0 0 6px rgba(52, 211, 153, .8); }
.kh-demo-nav { display: flex; flex-direction: column; gap: 3px; }
.kh-demo-navlink { display: flex; align-items: center; gap: 10px; width: 100%; padding: 9px 11px; border: 1px solid transparent; border-radius: 9px; background: none; font-family: inherit; font-size: .8rem; font-weight: 600; color: var(--kh-soft); cursor: pointer; transition: background .15s, color .15s, border-color .15s; text-align: left; }
.kh-demo-navlink svg { width: 16px; height: 16px; flex-shrink: 0; opacity: .85; }
.kh-demo-navlink:hover { background: rgba(255, 255, 255, .04); color: #fff; }
.kh-demo-navlink.is-active { background: var(--kh-tint); border-color: rgba(63, 114, 255, .25); color: var(--kh-brand-bright); }

.kh-demo-main { padding: 20px; position: relative; }
.kh-demo-view { display: none; animation: khFadeUp .35s ease both; }
.kh-demo-view.is-active { display: block; }

.kh-demo-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 16px; }
.kh-demo-metric { padding: 13px 14px; border-radius: 12px; background: rgba(255, 255, 255, .025); border: 1px solid var(--kh-line-soft); }
.kh-demo-metric-k { display: block; font-size: .64rem; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; color: var(--kh-faint); margin-bottom: 6px; }
.kh-demo-metric-v { display: block; font-size: 1.32rem; font-weight: 800; color: #fff; letter-spacing: -.02em; }
.kh-demo-metric-v small { font-size: .6rem; font-weight: 600; color: var(--kh-faint); margin-left: 2px; }
.kh-demo-spark { display: flex; align-items: flex-end; gap: 3px; height: 26px; margin-top: 10px; }
.kh-demo-spark span { flex: 1; height: var(--h, 50%); border-radius: 2px; background: linear-gradient(180deg, var(--kh-brand-bright), rgba(63, 114, 255, .25)); transform-origin: bottom; animation: khGrow .7s ease both; }
.kh-demo-bar { height: 6px; border-radius: 3px; background: rgba(255, 255, 255, .07); margin-top: 12px; overflow: hidden; }
.kh-demo-bar i { display: block; height: 100%; border-radius: 3px; background: linear-gradient(90deg, var(--kh-brand), var(--kh-brand-bright)); }
.kh-demo-info { list-style: none; margin: 0; padding: 0; }
.kh-demo-info li { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 11px 0; border-top: 1px solid var(--kh-line-soft); font-size: .82rem; }
.kh-demo-info li:first-child { border-top: none; }
.kh-demo-info span { color: var(--kh-faint); }
.kh-demo-info strong { color: rgba(255, 255, 255, .82); font-weight: 600; font-family: var(--mono); font-size: .78rem; }

.kh-demo-console { font-family: var(--mono); font-size: .76rem; line-height: 1.85; color: rgba(255, 255, 255, .55); }
.kh-demo-console p { margin: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.kh-c-time { color: var(--kh-faint); }
.kh-c-info { color: var(--kh-brand-bright); }
.kh-c-ok { color: var(--kh-success); }
.kh-c-warn { color: var(--kh-warn); }
.kh-demo-console-input { color: rgba(255, 255, 255, .8); margin-top: 6px; }
.kh-c-cursor { display: inline-block; width: 8px; height: 1em; vertical-align: text-bottom; background: var(--kh-brand-bright); animation: khBlink 1.1s step-end infinite; }

.kh-demo-files { display: flex; flex-direction: column; }
.kh-demo-file { display: flex; align-items: center; gap: 11px; padding: 11px 10px; border-radius: 9px; font-size: .82rem; color: rgba(255, 255, 255, .7); transition: background .15s; }
.kh-demo-file:hover { background: rgba(255, 255, 255, .035); }
.kh-demo-file svg { width: 17px; height: 17px; color: var(--kh-brand-bright); flex-shrink: 0; }
.kh-demo-file span { flex: 1; }
.kh-demo-file em { font-style: normal; font-size: .72rem; color: var(--kh-faint); font-family: var(--mono); }

.kh-demo-backups { list-style: none; margin: 0; padding: 0; }
.kh-demo-backups li { display: flex; align-items: center; gap: 12px; padding: 13px 0; border-top: 1px solid var(--kh-line-soft); }
.kh-demo-backups li:first-child { border-top: none; }
.kh-demo-bk-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--kh-brand-bright); box-shadow: 0 0 8px rgba(63, 114, 255, .5); flex-shrink: 0; }
.kh-demo-backups div { flex: 1; }
.kh-demo-backups strong { display: block; font-size: .84rem; font-weight: 700; color: #fff; }
.kh-demo-backups span { display: block; font-size: .72rem; color: var(--kh-faint); margin-top: 2px; }
.kh-demo-backups em { font-style: normal; font-size: .74rem; color: var(--kh-soft); font-family: var(--mono); }

/* =========================================================
   SOFTWARE MARQUEE
   ========================================================= */
.kh-marquee { overflow: hidden; padding: clamp(28px, 4vw, 44px) 0; border-top: 1px solid var(--kh-line-soft); border-bottom: 1px solid var(--kh-line-soft); -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
.kh-marquee-track { display: flex; width: max-content; animation: khMarquee 32s linear infinite; }
.kh-marquee-group { display: flex; align-items: center; }
.kh-marquee-group span { display: inline-flex; align-items: center; padding: 0 clamp(20px, 3vw, 38px); font-size: clamp(1.1rem, 2.4vw, 1.5rem); font-weight: 800; letter-spacing: -.02em; color: rgba(255, 255, 255, .18); white-space: nowrap; transition: color .2s; }
.kh-marquee:hover .kh-marquee-track { animation-play-state: paused; }
.kh-marquee-group span:hover { color: rgba(255, 255, 255, .5); }

/* =========================================================
   STATS BAND
   ========================================================= */
.kh-stats { padding: clamp(48px, 7vw, 80px) 0; }
.kh-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.kh-stat { text-align: center; padding: 26px 18px; border-radius: var(--kh-radius); border: 1px solid var(--kh-line-soft); background: var(--kh-surface); }
.kh-stat-v { display: block; font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 800; letter-spacing: -.03em; line-height: 1; background: linear-gradient(135deg, #fff, var(--kh-brand-bright)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; margin-bottom: 8px; }
.kh-stat-k { display: block; font-size: .78rem; font-weight: 600; color: var(--kh-faint); text-transform: uppercase; letter-spacing: .06em; }

/* =========================================================
   PRODUKTE
   ========================================================= */
.kh-pro-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 2vw, 22px); }
.kh-pro-grid--two { grid-template-columns: repeat(2, 1fr); max-width: 820px; margin: 0 auto; }
.kh-pro { position: relative; overflow: hidden; display: flex; flex-direction: column; padding: clamp(24px, 2.8vw, 30px); border-radius: var(--kh-radius-lg); border: 1px solid var(--kh-line-soft); background: var(--kh-surface); transition: transform .25s, border-color .25s, box-shadow .25s, background .25s; }
.kh-pro:hover { transform: translateY(-4px); border-color: var(--kh-line); box-shadow: var(--kh-shadow-soft); }
.kh-pro--live { border-color: rgba(63, 114, 255, .3); background: linear-gradient(180deg, var(--kh-tint-2), var(--kh-surface)); }
.kh-pro--live:hover { border-color: rgba(63, 114, 255, .5); }
.kh-pro-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 20px; }
.kh-pro-icon { width: 48px; height: 48px; border-radius: 13px; display: grid; place-items: center; flex-shrink: 0; background: var(--kh-tint); border: 1px solid rgba(63, 114, 255, .25); color: var(--kh-brand-bright); }
.kh-pro-icon svg { width: 23px; height: 23px; }
.kh-pro-tag { display: inline-flex; align-items: center; gap: 6px; font-size: .64rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 6px 12px; border-radius: 999px; color: var(--kh-soft); background: rgba(255, 255, 255, .04); border: 1px solid var(--kh-line); }
.kh-pro-tag--live { color: var(--kh-success); background: rgba(52, 211, 153, .1); border-color: rgba(52, 211, 153, .26); }
.kh-pro-tag-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--kh-success); box-shadow: 0 0 7px rgba(52, 211, 153, .7); }
.kh-pro-name { font-size: clamp(1.2rem, 2vw, 1.38rem); font-weight: 800; color: #fff; letter-spacing: -.025em; margin: 0 0 9px; }
.kh-pro-desc { font-size: .89rem; color: var(--kh-soft); line-height: 1.6; margin: 0 0 18px; }
.kh-pro-list { list-style: none; margin: 0 0 20px; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.kh-pro-list li { display: flex; align-items: flex-start; gap: 10px; font-size: .84rem; color: rgba(255, 255, 255, .6); line-height: 1.45; }
.kh-pro-list li svg { width: 16px; height: 16px; flex-shrink: 0; margin-top: 1px; color: var(--kh-brand-bright); }
.kh-pro-soon { font-size: .79rem; color: var(--kh-faint); margin: 0 0 16px; }
.kh-pro-cta { margin-top: auto; align-self: flex-start; }

/* =========================================================
   BETA BANNER
   ========================================================= */
.kh-beta { padding: 0 0 clamp(8px, 2vw, 16px); }
.kh-beta-inner { display: flex; align-items: center; gap: 18px; padding: 18px 22px; border-radius: var(--kh-radius); background: linear-gradient(120deg, rgba(63, 114, 255, .1), rgba(63, 114, 255, .02)); border: 1px solid rgba(63, 114, 255, .25); }
.kh-beta-badge { flex-shrink: 0; padding: 8px 13px; border-radius: 9px; background: rgba(63, 114, 255, .16); color: var(--kh-brand-bright); font-weight: 800; font-size: .7rem; letter-spacing: .1em; }
.kh-beta-text { flex: 1; font-size: .86rem; line-height: 1.55; color: var(--kh-soft); }
.kh-beta-text strong { display: block; color: #fff; font-size: .98rem; font-weight: 700; margin-bottom: 2px; }
.kh-beta-btn { flex-shrink: 0; }

/* =========================================================
   FEATURES (BENTO)
   ========================================================= */
.kh-bento { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(14px, 1.6vw, 18px); }
.kh-bento-cell { padding: 28px 26px; border-radius: var(--kh-radius); border: 1px solid var(--kh-line-soft); background: var(--kh-surface); transition: border-color .25s, transform .25s, background .25s; }
.kh-bento-cell:hover { border-color: var(--kh-line); transform: translateY(-3px); background: var(--kh-surface-2); }
.kh-bento-cell--wide { grid-column: span 2; }
.kh-feat-icon { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; margin-bottom: 18px; background: var(--kh-tint); border: 1px solid rgba(63, 114, 255, .22); color: var(--kh-brand-bright); }
.kh-feat-icon svg { width: 22px; height: 22px; }
.kh-bento-cell h3 { font-size: 1.04rem; font-weight: 700; color: #fff; margin: 0 0 8px; letter-spacing: -.015em; }
.kh-bento-cell p { font-size: .86rem; color: var(--kh-soft); line-height: 1.6; margin: 0; }

/* =========================================================
   PRICING
   ========================================================= */
.kh-price-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(16px, 2.4vw, 24px); align-items: start; max-width: 940px; margin: 0 auto; }
.kh-price { position: relative; overflow: hidden; padding: clamp(30px, 3.6vw, 42px); border-radius: var(--kh-radius-lg); border: 1px solid rgba(63, 114, 255, .3); background: linear-gradient(170deg, var(--kh-tint-2), var(--kh-surface)); box-shadow: var(--kh-shadow-soft); }
.kh-price-badge { position: absolute; top: 22px; right: 22px; font-size: .62rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; padding: 5px 11px; border-radius: 999px; color: #fff; background: linear-gradient(135deg, var(--kh-brand), var(--kh-brand-deep)); }
.kh-price-kicker { font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--kh-brand-bright); margin: 0 0 14px; }
.kh-price-amount { font-size: clamp(2.6rem, 6vw, 3.4rem); font-weight: 800; color: #fff; letter-spacing: -.04em; line-height: 1; margin-bottom: 8px; }
.kh-price-amount small { font-size: .9rem; font-weight: 500; color: var(--kh-faint); letter-spacing: 0; margin-left: 7px; }
.kh-price-strike { font-size: .4em; color: var(--kh-faint); text-decoration-color: var(--kh-faint); margin-right: 9px; font-weight: 600; }
.kh-price-note { font-size: .85rem; color: var(--kh-faint); margin: 0 0 24px; }
.kh-price-feats { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 18px; list-style: none; margin: 0 0 26px; padding: 22px 0 0; border-top: 1px solid var(--kh-line-soft); }
.kh-price-feats li { display: inline-flex; align-items: center; gap: 9px; font-size: .85rem; color: rgba(255, 255, 255, .66); }
.kh-price-feats svg { width: 17px; height: 17px; color: var(--kh-brand-bright); flex-shrink: 0; }
.kh-price-btn { width: 100%; }
.kh-price-fine { text-align: center; font-size: .76rem; color: var(--kh-faint); margin: 14px 0 0; }
.kh-price-side { display: flex; flex-direction: column; padding: clamp(24px, 3vw, 32px); border-radius: var(--kh-radius-lg); border: 1px solid var(--kh-line-soft); background: var(--kh-surface); }
.kh-price-side-title { font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--kh-faint); margin: 0 0 18px; }
.kh-price-side-item { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 0; border-top: 1px solid var(--kh-line-soft); }
.kh-price-side-item:first-of-type { border-top: none; padding-top: 0; }
.kh-price-side-item strong { display: block; font-size: .92rem; font-weight: 700; color: #fff; }
.kh-price-side-item span { display: block; font-size: .76rem; color: var(--kh-faint); margin-top: 3px; }
.kh-price-side-tag { flex-shrink: 0; font-size: .6rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; padding: 5px 10px; border-radius: 999px; color: #b7caff; background: var(--kh-tint); border: 1px solid rgba(63, 114, 255, .25); white-space: nowrap; }
.kh-price-side-link { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 22px; font-size: .85rem; font-weight: 600; color: var(--kh-brand-bright); text-decoration: none; transition: gap .2s, color .2s; }
.kh-price-side-link svg { width: 16px; height: 16px; }
.kh-price-side-link:hover { gap: 11px; color: #fff; }

/* =========================================================
   LOCATIONS (lp-loc-* hooks kept for JS)
   ========================================================= */
.kh-loc-wrap { max-width: 880px; margin: 0 auto; }
.kh-loc-bar { display: flex; align-items: center; gap: 14px; padding: 15px 18px; border-radius: var(--kh-radius); border: 1px solid var(--kh-line); background: var(--kh-surface); margin-bottom: 16px; }
.lp-loc-bar-spin { width: 17px; height: 17px; border: 2px solid rgba(63, 114, 255, .25); border-top-color: var(--kh-brand-bright); border-radius: 50%; animation: khSpin .8s linear infinite; flex-shrink: 0; }
.lp-loc-bar-spin--off { animation: none; opacity: 0; }
.kh-loc-bar-copy { flex: 1; }
.kh-loc-bar-title { display: block; font-size: .85rem; font-weight: 600; color: rgba(255, 255, 255, .78); }
.kh-loc-bar-hint { display: block; font-size: .72rem; color: var(--kh-faint); margin-top: 2px; }
.kh-loc-refresh { display: inline-flex; align-items: center; gap: 6px; padding: 8px 14px; border-radius: 9px; font-size: .76rem; font-weight: 600; font-family: inherit; color: rgba(255, 255, 255, .58); background: rgba(255, 255, 255, .03); border: 1px solid var(--kh-line); cursor: pointer; transition: all .15s; white-space: nowrap; }
.kh-loc-refresh:hover { background: rgba(255, 255, 255, .07); color: #fff; }
.kh-loc-refresh:disabled { opacity: .4; cursor: default; }
.kh-loc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 12px; margin-bottom: 18px; }
.kh-loc-card { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 17px 18px; border-radius: 14px; border: 1px solid var(--kh-line-soft); background: var(--kh-surface); transition: border-color .25s, background .25s, transform .2s; }
.kh-loc-card:hover { border-color: var(--kh-line); transform: translateY(-2px); }
.lp-loc-card--best { border-color: rgba(63, 114, 255, .45) !important; background: var(--kh-tint-2) !important; }
.lp-loc-card--pending { opacity: .55; }
.kh-loc-card-top { display: flex; align-items: center; gap: 12px; }
.kh-loc-pin { width: 9px; height: 9px; border-radius: 50%; background: rgba(255, 255, 255, .14); flex-shrink: 0; }
.lp-loc-card--best .kh-loc-pin { background: var(--kh-brand-bright); box-shadow: 0 0 10px rgba(63, 114, 255, .6); }
.kh-loc-name { font-size: .92rem; font-weight: 700; color: #fff; margin: 0; }
.kh-loc-sub { font-size: .72rem; color: var(--kh-faint); margin: 2px 0 0; }
.kh-loc-metrics { text-align: right; display: flex; flex-direction: column; gap: 2px; }
.kh-loc-tier { font-size: .64rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--kh-faint); }
.lp-loc-tier--great { color: var(--kh-success); }
.lp-loc-tier--good { color: var(--kh-brand-bright); }
.lp-loc-tier--ok { color: var(--kh-warn); }
.lp-loc-tier--slow { color: #f87171; }
.lp-loc-tier--na { color: rgba(255, 255, 255, .22); }
.kh-loc-ms { font-size: .94rem; font-weight: 700; color: rgba(255, 255, 255, .66); }
.lp-loc-ms--great { color: var(--kh-success); }
.lp-loc-ms--good { color: var(--kh-brand-bright); }
.lp-loc-ms--slow { color: var(--kh-warn); }
.kh-loc-foot { font-size: .85rem; color: var(--kh-faint); text-align: center; }
.kh-loc-foot-link { color: var(--kh-brand-bright); font-weight: 600; text-decoration: none; }
.kh-loc-foot-link:hover { text-decoration: underline; text-underline-offset: 2px; }

/* =========================================================
   STEPS (TIMELINE)
   ========================================================= */
.kh-timeline { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 3vw, 32px); list-style: none; margin: 0; padding: 0; }
.kh-timeline::before { content: ''; position: absolute; top: 19px; left: 12%; right: 12%; height: 2px; background: linear-gradient(90deg, transparent, rgba(63, 114, 255, .35), transparent); }
.kh-tl-step { position: relative; text-align: center; padding: 0 10px; }
.kh-tl-num { position: relative; z-index: 1; display: grid; place-items: center; width: 40px; height: 40px; margin: 0 auto 18px; border-radius: 50%; font-size: 1rem; font-weight: 800; color: #fff; background: linear-gradient(145deg, var(--kh-brand), var(--kh-brand-deep)); box-shadow: 0 0 0 6px rgba(63, 114, 255, .1), 0 8px 20px rgba(47, 98, 234, .35); }
.kh-tl-step h3 { font-size: 1.08rem; font-weight: 700; color: #fff; margin: 0 0 7px; }
.kh-tl-step p { font-size: .86rem; color: var(--kh-soft); line-height: 1.55; margin: 0 auto; max-width: 260px; }

/* =========================================================
   FAQ (two-column)
   ========================================================= */
.kh-faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(28px, 5vw, 64px); align-items: start; }
.kh-faq-intro { text-align: left; position: sticky; top: 100px; }
.kh-faq-intro .lp-section-label { justify-content: flex-start; }
.kh-faq-intro .kh-head-title { text-align: left; }
.kh-faq-intro-lead { margin-top: 14px; }
.kh-faq-list { display: flex; flex-direction: column; gap: 10px; }
.kh-faq-item { border-radius: 13px; border: 1px solid var(--kh-line-soft); background: var(--kh-surface); overflow: hidden; transition: border-color .2s, background .2s; }
.kh-faq-item:hover { border-color: var(--kh-line); }
.kh-faq-item[open] { border-color: rgba(63, 114, 255, .3); background: var(--kh-tint-2); }
.kh-faq-q { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 18px 20px; cursor: pointer; font-size: .93rem; font-weight: 600; color: #fff; list-style: none; }
.kh-faq-q::-webkit-details-marker { display: none; }
.kh-faq-q svg { width: 18px; height: 18px; flex-shrink: 0; color: var(--kh-faint); transition: transform .25s, color .25s; }
.kh-faq-item[open] .kh-faq-q svg { transform: rotate(45deg); color: var(--kh-brand-bright); }
.kh-faq-a { padding: 0 20px 18px; }
.kh-faq-a p { font-size: .87rem; color: var(--kh-soft); line-height: 1.7; margin: 0; }

/* =========================================================
   CTA
   ========================================================= */
.kh-ctasec { padding: clamp(40px, 6vw, 72px) 0 clamp(72px, 10vw, 120px); }
.kh-cta { position: relative; overflow: hidden; text-align: center; padding: clamp(48px, 7vw, 84px) clamp(28px, 4vw, 48px); border-radius: 26px; border: 1px solid rgba(63, 114, 255, .25); background: linear-gradient(165deg, rgba(63, 114, 255, .12), var(--kh-surface)); }
.kh-cta-fx { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse 55% 85% at 50% -10%, rgba(63, 114, 255, .26) 0%, transparent 60%); }
.kh-cta-title { position: relative; font-size: clamp(1.9rem, 4vw, 3rem); font-weight: 800; color: #fff; letter-spacing: -.04em; line-height: 1.08; margin: 0 0 14px; }
.kh-cta-sub { position: relative; font-size: 1.05rem; color: var(--kh-soft); line-height: 1.6; margin: 0 0 30px; }
.kh-cta-actions { position: relative; display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.kh-cta-kicker { position: relative; display: inline-block; font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: var(--kh-brand-bright); padding: 5px 12px; margin: 0 0 16px; border-radius: 999px; background: rgba(63, 114, 255, .12); border: 1px solid rgba(63, 114, 255, .25); }

/* === Coming-Soon Produkt-Badge === */
.kh-soon-badge { display: flex; align-items: center; justify-content: center; width: 72px; height: 72px; margin: 22px auto; border-radius: 20px; color: var(--kh-brand-bright); background: linear-gradient(165deg, rgba(63, 114, 255, .18), rgba(63, 114, 255, .06)); border: 1px solid rgba(63, 114, 255, .28); box-shadow: 0 14px 38px -16px rgba(63, 114, 255, .6); }
.kh-soon-badge svg { width: 34px; height: 34px; }

/* === Coming-Soon: geplante Ausstattung === */
.kh-soon-plan { padding-bottom: clamp(8px, 2vw, 20px); }
.kh-plan-grid { list-style: none; margin: 0 auto; padding: 0; max-width: 820px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 22px; }
.kh-plan { display: flex; align-items: flex-start; gap: 13px; padding: 15px 18px; border-radius: var(--kh-radius); border: 1px solid var(--kh-line-soft); background: var(--kh-surface); color: rgba(255, 255, 255, .82); font-size: .95rem; line-height: 1.45; transition: border-color .25s, background .25s; }
.kh-plan:hover { border-color: rgba(63, 114, 255, .3); background: var(--kh-tint-2); }
.kh-plan-check { flex-shrink: 0; width: 24px; height: 24px; border-radius: 7px; display: grid; place-items: center; color: var(--kh-brand-bright); background: var(--kh-tint); border: 1px solid rgba(63, 114, 255, .25); }
.kh-plan-check svg { width: 14px; height: 14px; }
@media (max-width: 640px) { .kh-plan-grid { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) { .kh-plan { transition: none; } }

/* =========================================================
   PRODUKTBERATER / ADVISOR
   ========================================================= */
.kh-adv-sec { padding-top: clamp(18px, 3vw, 34px); }
.kh-adv { max-width: 680px; }
.kh-adv-card { border: 1px solid var(--kh-line); border-radius: var(--kh-radius-lg); background: linear-gradient(180deg, var(--kh-surface-2), var(--kh-surface)); box-shadow: var(--kh-shadow-soft); overflow: hidden; }
.kh-adv-bar { display: flex; align-items: center; gap: 14px; padding: 15px 20px; border-bottom: 1px solid var(--kh-line-soft); background: rgba(255, 255, 255, .015); }
.kh-adv-back { display: inline-flex; align-items: center; gap: 6px; background: rgba(255, 255, 255, .03); border: 1px solid var(--kh-line); color: rgba(255, 255, 255, .7); font: inherit; font-size: .8rem; font-weight: 600; padding: 7px 12px; border-radius: 9px; cursor: pointer; transition: color .15s, border-color .15s, background .15s; }
.kh-adv-back:hover { color: #fff; background: rgba(255, 255, 255, .06); }
.kh-adv-back svg { width: 15px; height: 15px; }
.kh-adv-prog { display: flex; gap: 6px; margin-left: auto; }
.kh-adv-dot { width: 22px; height: 5px; border-radius: 3px; background: rgba(255, 255, 255, .1); transition: background .25s; }
.kh-adv-dot.is-on { background: var(--kh-brand); }
.kh-adv-step { font-size: .72rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--kh-brand-bright); }
.kh-adv-stage { padding: clamp(22px, 3vw, 34px); }
.kh-adv-q { font-size: clamp(1.25rem, 2.6vw, 1.6rem); font-weight: 800; letter-spacing: -.02em; color: var(--kh-ink); margin: 0 0 8px; text-align: center; }
.kh-adv-hint { font-size: .9rem; color: var(--kh-text); text-align: center; margin: 0 0 24px; }
.kh-adv-opts { display: flex; flex-direction: column; gap: 10px; }
.kh-adv-opt { display: flex; align-items: center; gap: 14px; width: 100%; text-align: left; padding: 15px 16px; border: 1px solid var(--kh-line); border-radius: 14px; background: rgba(255, 255, 255, .02); cursor: pointer; font: inherit; transition: border-color .18s, background .18s, transform .18s; }
.kh-adv-opt:hover { border-color: rgba(63, 114, 255, .45); background: var(--kh-tint-2); transform: translateY(-1px); }
.kh-adv-opt-ic { flex-shrink: 0; width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; background: var(--kh-tint); border: 1px solid rgba(63, 114, 255, .22); color: var(--kh-brand-bright); }
.kh-adv-opt-ic svg { width: 22px; height: 22px; }
.kh-adv-opt-tx { display: flex; flex-direction: column; gap: 3px; flex: 1; min-width: 0; }
.kh-adv-opt-nm { font-size: .98rem; font-weight: 650; color: rgba(255, 255, 255, .92); }
.kh-adv-opt-ds { font-size: .82rem; color: var(--kh-text); line-height: 1.4; }
.kh-adv-opt-arrow { flex-shrink: 0; color: rgba(255, 255, 255, .25); transition: color .18s, transform .18s; }
.kh-adv-opt-arrow svg { width: 18px; height: 18px; }
.kh-adv-opt:hover .kh-adv-opt-arrow { color: var(--kh-brand-bright); transform: translateX(3px); }
.kh-adv-foot { text-align: center; font-size: .82rem; color: var(--kh-faint); margin: 18px 0 0; }
.kh-adv-foot a { color: var(--kh-brand-bright); text-decoration: none; }

.kh-adv-result { text-align: center; }
.kh-adv-result-kicker { font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--kh-brand-bright); margin: 0 0 16px; }
.kh-adv-result-head { display: flex; align-items: center; justify-content: center; gap: 16px; margin-bottom: 20px; }
.kh-adv-result-ic { width: 60px; height: 60px; border-radius: 16px; display: grid; place-items: center; background: var(--kh-tint); border: 1px solid rgba(63, 114, 255, .28); color: var(--kh-brand-bright); flex-shrink: 0; }
.kh-adv-result-ic svg { width: 30px; height: 30px; }
.kh-adv-result-id { display: flex; flex-direction: column; gap: 8px; align-items: flex-start; text-align: left; }
.kh-adv-result-name { font-size: clamp(1.3rem, 2.6vw, 1.7rem); font-weight: 800; letter-spacing: -.02em; color: var(--kh-ink); margin: 0; }
.kh-adv-badge { font-size: .6rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; padding: 4px 9px; border-radius: 999px; width: fit-content; }
.kh-adv-badge--live { background: rgba(34, 197, 94, .14); color: #4ade80; border: 1px solid rgba(34, 197, 94, .25); }
.kh-adv-badge--soon { background: rgba(255, 255, 255, .07); color: rgba(255, 255, 255, .5); border: 1px solid var(--kh-line); }
.kh-adv-badge--ask { background: var(--kh-tint); color: #b7caff; border: 1px solid rgba(63, 114, 255, .25); }
.kh-adv-rec { display: flex; flex-direction: column; gap: 4px; align-items: center; padding: 18px; border-radius: 14px; background: linear-gradient(170deg, var(--kh-tint-2), var(--kh-surface)); border: 1px solid rgba(63, 114, 255, .28); margin-bottom: 18px; }
.kh-adv-rec-k { font-size: .74rem; font-weight: 600; letter-spacing: .03em; text-transform: uppercase; color: var(--kh-text); }
.kh-adv-rec-v { font-size: clamp(1.5rem, 3.4vw, 2rem); font-weight: 800; letter-spacing: -.02em; color: #fff; }
.kh-adv-why { font-size: .94rem; color: var(--kh-text); line-height: 1.6; margin: 0 auto 20px; max-width: 520px; }
.kh-adv-feats { list-style: none; margin: 0 auto 26px; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 18px; max-width: 520px; text-align: left; }
.kh-adv-feats li { display: flex; align-items: flex-start; gap: 9px; font-size: .88rem; color: rgba(255, 255, 255, .8); }
.kh-adv-feats svg { flex-shrink: 0; width: 16px; height: 16px; color: var(--kh-brand-bright); margin-top: 2px; }
.kh-adv-actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 18px; }
.kh-adv-actions .lp-btn svg { width: 17px; height: 17px; }
.kh-adv-restart { display: inline-flex; align-items: center; gap: 7px; background: none; border: none; color: var(--kh-faint); font: inherit; font-size: .82rem; font-weight: 600; cursor: pointer; padding: 6px; transition: color .15s; }
.kh-adv-restart:hover { color: rgba(255, 255, 255, .85); }
.kh-adv-restart svg { width: 15px; height: 15px; }

@media (max-width: 560px) {
    .kh-adv-feats { grid-template-columns: 1fr; }
    .kh-adv-opt-arrow { display: none; }
    .kh-adv-result-head { flex-direction: column; gap: 12px; }
    .kh-adv-result-id { align-items: center; text-align: center; }
    .kh-adv-actions .lp-btn { width: 100%; justify-content: center; }
}
@media (prefers-reduced-motion: reduce) {
    .kh-adv-opt, .kh-adv-opt-arrow { transition: none; }
    .kh-adv-opt:hover { transform: none; }
}

/* === Visually hidden === */
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

/* =========================================================
   TEAM PAGE
   ========================================================= */
.kh-team-sec { padding-top: clamp(40px, 6vw, 64px); }
.kh-team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(248px, 1fr)); gap: clamp(16px, 2vw, 24px); }
.kh-team-card { display: flex; flex-direction: column; align-items: center; text-align: center; padding: clamp(26px, 3vw, 34px) 24px 24px; border-radius: var(--kh-radius-lg); border: 1px solid var(--kh-line-soft); background: var(--kh-surface); transition: transform .25s, border-color .25s, box-shadow .25s, background .25s; }
.kh-team-card:hover { transform: translateY(-4px); border-color: rgba(63, 114, 255, .35); background: var(--kh-tint-2); box-shadow: var(--kh-shadow-soft); }
.kh-team-avatar-wrap { position: relative; width: 92px; height: 92px; margin: 0 0 18px; }
.kh-team-avatar { width: 92px; height: 92px; border-radius: 50%; object-fit: cover; position: relative; z-index: 1; border: 2px solid rgba(63, 114, 255, .35); }
.kh-team-avatar-init { display: flex; align-items: center; justify-content: center; background: linear-gradient(145deg, rgba(63, 114, 255, .28), rgba(63, 114, 255, .12)); color: var(--kh-brand-bright); font-weight: 800; font-size: 1.4rem; }
.kh-team-ring { position: absolute; inset: -5px; border-radius: 50%; border: 1px solid rgba(63, 114, 255, .22); z-index: 0; transition: border-color .25s, transform .25s; }
.kh-team-card:hover .kh-team-ring { border-color: rgba(63, 114, 255, .5); transform: scale(1.05); }
.kh-team-name { font-size: 1.12rem; font-weight: 800; color: #fff; margin: 0 0 10px; letter-spacing: -.02em; }
.kh-team-role { margin: 0 0 14px; line-height: 1.3; }
.kh-team-role-pill { display: inline-block; padding: 5px 12px; border-radius: 999px; font-size: .7rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: var(--kh-brand-bright); background: rgba(63, 114, 255, .12); border: 1px solid rgba(63, 114, 255, .22); }
.kh-team-bio { font-size: .85rem; color: var(--kh-soft); line-height: 1.6; margin: 0; flex-grow: 1; max-width: 280px; }
.kh-team-socials { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-top: 18px; padding-top: 18px; width: 100%; border-top: 1px solid var(--kh-line-soft); }
.kh-team-social { width: 38px; height: 38px; border-radius: 11px; display: flex; align-items: center; justify-content: center; background: rgba(255, 255, 255, .04); border: 1px solid var(--kh-line); color: var(--kh-faint); transition: background .2s, border-color .2s, color .2s, transform .2s; text-decoration: none; cursor: pointer; }
.kh-team-social:hover { background: rgba(63, 114, 255, .12); border-color: rgba(63, 114, 255, .35); color: var(--kh-brand-bright); transform: translateY(-2px); }
.kh-team-social--discord:hover { background: rgba(88, 101, 242, .15); border-color: rgba(88, 101, 242, .35); color: #a5b4fc; }
.kh-team-social svg { width: 17px; height: 17px; }
.kh-team-empty { max-width: 460px; margin: 0 auto; text-align: center; padding: clamp(36px, 5vw, 52px) 32px; border-radius: var(--kh-radius-lg); background: var(--kh-surface); border: 1px solid var(--kh-line-soft); }
.kh-team-empty-icon { width: 56px; height: 56px; margin: 0 auto 20px; border-radius: 16px; display: flex; align-items: center; justify-content: center; background: var(--kh-tint); border: 1px solid rgba(63, 114, 255, .2); color: var(--kh-brand-bright); }
.kh-team-empty-icon svg { width: 28px; height: 28px; }
.kh-team-empty-title { margin: 0 0 12px; font-size: 1.3rem; font-weight: 800; color: #fff; letter-spacing: -.02em; }
.kh-team-empty-text { margin: 0 0 24px; font-size: .92rem; line-height: 1.55; color: var(--kh-soft); }

/* =========================================================
   RECHENZENTRUM
   ========================================================= */
.kh-rz-disclaimer { max-width: 760px; margin: clamp(26px, 4vw, 40px) auto 0; text-align: center; font-size: .78rem; color: var(--kh-faint); line-height: 1.6; }
.kh-rz-colo-sec { padding-top: clamp(40px, 6vw, 64px); }
.kh-rz-colo { display: grid; grid-template-columns: 1.5fr 1fr; gap: clamp(24px, 3vw, 40px); align-items: start; padding: clamp(28px, 4vw, 44px); border-radius: var(--kh-radius-lg); border: 1px solid var(--kh-line-soft); background: linear-gradient(165deg, var(--kh-tint-2), var(--kh-surface)); }
.kh-rz-colo-text .lp-section-label { justify-content: flex-start; }
.kh-rz-colo-text .kh-head-title { text-align: left; margin: 0 0 18px; font-size: clamp(1.5rem, 3vw, 2rem); }
.kh-rz-colo-text p { font-size: .95rem; color: var(--kh-soft); line-height: 1.72; margin: 0 0 14px; }
.kh-rz-colo-text p strong { color: rgba(255, 255, 255, .9); font-weight: 700; }
.kh-rz-note { font-size: .85rem; color: var(--kh-faint); padding: 14px 16px; border-radius: 12px; background: rgba(63, 114, 255, .08); border: 1px solid rgba(63, 114, 255, .18); margin: 18px 0 18px; line-height: 1.6; }
.kh-rz-note strong { color: rgba(255, 255, 255, .78); font-weight: 700; }
.kh-rz-link { display: inline-flex; align-items: center; gap: 7px; font-size: .9rem; font-weight: 700; color: var(--kh-brand-bright); text-decoration: none; }
.kh-rz-link svg { width: 16px; height: 16px; transition: transform .2s; }
.kh-rz-link:hover svg { transform: translate(2px, -2px); }
.kh-rz-facts { background: var(--kh-surface); border: 1px solid var(--kh-line-soft); border-radius: var(--kh-radius); padding: clamp(20px, 2.4vw, 26px); position: sticky; top: 90px; }
.kh-rz-facts h3 { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: var(--kh-faint); margin: 0 0 16px; }
.kh-rz-facts dl { margin: 0; display: flex; flex-direction: column; }
.kh-rz-facts dl > div { display: flex; justify-content: space-between; gap: 14px; padding: 11px 0; border-bottom: 1px solid var(--kh-line-soft); }
.kh-rz-facts dl > div:last-child { border-bottom: none; padding-bottom: 0; }
.kh-rz-facts dt { font-size: .8rem; color: var(--kh-faint); flex-shrink: 0; }
.kh-rz-facts dd { margin: 0; font-size: .82rem; font-weight: 600; color: #fff; text-align: right; }

/* =========================================================
   LEGAL PAGES
   ========================================================= */
.legal-page { max-width: 880px; margin: 0 auto; padding: clamp(18px, 2.5vw, 28px) clamp(20px, 4vw, 40px) clamp(72px, 10vw, 120px); }
.legal-inner { background: var(--kh-surface); border: 1px solid var(--kh-line-soft); border-radius: var(--kh-radius-lg); padding: clamp(26px, 4vw, 52px); }
.legal-updated { display: inline-flex; align-items: center; gap: 8px; font-size: .78rem; font-weight: 600; color: var(--kh-faint); padding: 6px 13px; border-radius: 999px; border: 1px solid var(--kh-line); background: rgba(255, 255, 255, .03); margin: 0 0 32px; }
.legal-updated::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--kh-brand-bright); box-shadow: 0 0 8px rgba(63, 114, 255, .7); }
.legal-section { margin: 0 0 28px; padding: 0 0 28px; border-bottom: 1px solid var(--kh-line-soft); }
.legal-section:last-of-type { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.legal-section h2 { display: flex; align-items: baseline; gap: 10px; font-size: 1.18rem; font-weight: 800; color: #fff; letter-spacing: -.02em; margin: 0 0 14px; }
.legal-section h2::before { content: ''; flex-shrink: 0; width: 3px; height: 1.05em; border-radius: 2px; background: linear-gradient(var(--kh-brand-bright), var(--kh-brand-deep)); transform: translateY(.12em); }
.legal-sub { font-size: 1.02rem; font-weight: 700; color: rgba(255, 255, 255, .82); margin: 20px 0 8px; }
.legal-section p { font-size: .95rem; color: var(--kh-soft); line-height: 1.78; margin: 0 0 12px; }
.legal-section ul { margin: 12px 0 12px; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 9px; }
.legal-section li { position: relative; font-size: .95rem; color: var(--kh-soft); line-height: 1.7; padding-left: 22px; }
.legal-section li::before { content: ''; position: absolute; left: 4px; top: .62em; width: 6px; height: 6px; border-radius: 50%; background: var(--kh-brand-bright); }
.legal-link, .legal-section a { color: var(--kh-brand-bright); font-weight: 600; text-decoration: none; }
.legal-link:hover, .legal-section a:hover { text-decoration: underline; text-underline-offset: 2px; }
.legal-contact { margin-top: 28px; padding: clamp(20px, 2.5vw, 28px); border-radius: var(--kh-radius); border: 1px solid rgba(63, 114, 255, .22); background: linear-gradient(165deg, rgba(63, 114, 255, .1), var(--kh-surface)); }
.legal-contact h2 { font-size: 1.1rem; font-weight: 800; color: #fff; margin: 0 0 10px; }
.legal-contact p { font-size: .95rem; color: var(--kh-soft); line-height: 1.7; margin: 0; }

/* =========================================================
   START PAGE — PRODUKTAUSWAHL
   ========================================================= */
.kh-hero--start { padding-bottom: clamp(24px, 4vw, 40px); }
.kh-choose-wrap { position: relative; z-index: 1; margin-top: clamp(32px, 5vw, 54px); }
.kh-choose { display: flex; flex-wrap: wrap; justify-content: center; gap: clamp(16px, 2vw, 22px); max-width: 1080px; margin: 0 auto; text-align: left; }
.kh-choose-card { position: relative; display: flex; flex-direction: column; flex: 1 1 300px; max-width: 336px; padding: clamp(24px, 2.6vw, 30px); border-radius: var(--kh-radius-lg); border: 1px solid var(--kh-line-soft); background: var(--kh-surface); text-decoration: none; transition: transform .25s, border-color .25s, box-shadow .25s, background .25s; }
.kh-choose-card:hover { transform: translateY(-4px); border-color: var(--kh-line); box-shadow: var(--kh-shadow-soft); }
.kh-choose-card--live { border-color: rgba(63, 114, 255, .3); background: linear-gradient(180deg, var(--kh-tint-2), var(--kh-surface)); }
.kh-choose-card--live:hover { border-color: rgba(63, 114, 255, .5); }
.kh-choose-tag { align-self: flex-start; display: inline-flex; align-items: center; gap: 6px; font-size: .64rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 6px 12px; border-radius: 999px; color: var(--kh-soft); background: rgba(255, 255, 255, .04); border: 1px solid var(--kh-line); margin-bottom: 18px; }
.kh-choose-tag--live { color: var(--kh-success); background: rgba(52, 211, 153, .1); border-color: rgba(52, 211, 153, .26); }
.kh-choose-icon { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; margin-bottom: 16px; background: var(--kh-tint); border: 1px solid rgba(63, 114, 255, .25); color: var(--kh-brand-bright); }
.kh-choose-icon svg { width: 26px; height: 26px; }
.kh-choose-name { font-size: clamp(1.15rem, 2vw, 1.34rem); font-weight: 800; color: #fff; letter-spacing: -.025em; margin: 0 0 9px; }
.kh-choose-desc { font-size: .88rem; color: var(--kh-soft); line-height: 1.6; margin: 0 0 18px; }
.kh-choose-price { margin-top: auto; padding-top: 16px; border-top: 1px solid var(--kh-line-soft); margin-bottom: 18px; }
.kh-choose-price strong { display: block; font-size: 1.3rem; font-weight: 800; color: #fff; letter-spacing: -.02em; }
.kh-choose-price span { display: block; font-size: .76rem; color: var(--kh-faint); margin-top: 3px; }
.kh-choose-cta { display: inline-flex; align-items: center; gap: 8px; font-size: .86rem; font-weight: 700; color: var(--kh-brand-bright); transition: gap .2s; }
.kh-choose-cta svg { width: 17px; height: 17px; }
.kh-choose-card:hover .kh-choose-cta { gap: 11px; }

/* =========================================================
   USE CASES
   ========================================================= */
.kh-uc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(14px, 1.6vw, 18px); }
.kh-uc { display: flex; flex-direction: column; padding: 26px 24px; border-radius: var(--kh-radius); border: 1px solid var(--kh-line-soft); background: var(--kh-surface); transition: border-color .25s, transform .25s, background .25s; }
.kh-uc:hover { border-color: var(--kh-line); transform: translateY(-3px); background: var(--kh-surface-2); }
.kh-uc-icon { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; margin-bottom: 16px; background: var(--kh-tint); border: 1px solid rgba(63, 114, 255, .22); color: var(--kh-brand-bright); }
.kh-uc-icon svg { width: 22px; height: 22px; }
.kh-uc h3 { font-size: 1.02rem; font-weight: 700; color: #fff; margin: 0 0 8px; letter-spacing: -.015em; }
.kh-uc p { font-size: .85rem; color: var(--kh-soft); line-height: 1.6; margin: 0 0 18px; }
.kh-uc-tag { margin-top: auto; align-self: flex-start; font-size: .66rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: #b7caff; background: var(--kh-tint); border: 1px solid rgba(63, 114, 255, .25); padding: 6px 11px; border-radius: 999px; }

/* =========================================================
   VOICES (testimonials)
   ========================================================= */
.kh-voices-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(14px, 1.8vw, 20px); }
.kh-voice { display: flex; flex-direction: column; gap: 15px; padding: 28px 26px; border-radius: var(--kh-radius); border: 1px solid var(--kh-line-soft); background: var(--kh-surface); margin: 0; transition: border-color .25s, transform .25s, background .25s; }
.kh-voice:hover { border-color: var(--kh-line); transform: translateY(-3px); background: var(--kh-surface-2); }
.kh-voice-stars { display: flex; gap: 3px; color: var(--kh-warn); }
.kh-voice-stars svg { width: 16px; height: 16px; }
.kh-voice blockquote { margin: 0; font-size: .92rem; line-height: 1.65; color: rgba(255, 255, 255, .76); }
.kh-voice figcaption { display: flex; align-items: center; gap: 12px; margin-top: auto; padding-top: 4px; }
.kh-voice-avatar { width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; font-weight: 800; font-size: .9rem; color: #fff; background: linear-gradient(145deg, var(--kh-brand), var(--kh-brand-deep)); flex-shrink: 0; }
.kh-voice-who strong { display: block; font-size: .86rem; font-weight: 700; color: #fff; }
.kh-voice-who span { display: block; font-size: .74rem; color: var(--kh-faint); margin-top: 2px; }

/* =========================================================
   COMMUNITY BAND
   ========================================================= */
.kh-community { padding: 0 0 clamp(20px, 4vw, 44px); }
.kh-community-inner { position: relative; overflow: hidden; display: flex; align-items: center; gap: clamp(18px, 2.4vw, 28px); padding: clamp(26px, 3.4vw, 40px); border-radius: var(--kh-radius-lg); border: 1px solid rgba(63, 114, 255, .25); background: linear-gradient(120deg, rgba(63, 114, 255, .12), var(--kh-surface)); }
.kh-community-icon { width: 58px; height: 58px; border-radius: 16px; display: grid; place-items: center; flex-shrink: 0; background: var(--kh-tint); border: 1px solid rgba(63, 114, 255, .28); color: var(--kh-brand-bright); }
.kh-community-icon svg { width: 28px; height: 28px; }
.kh-community-text { flex: 1; min-width: 0; }
.kh-community-text h3 { font-size: clamp(1.2rem, 2.4vw, 1.5rem); font-weight: 800; color: #fff; letter-spacing: -.025em; margin: 0 0 6px; }
.kh-community-text p { font-size: .9rem; color: var(--kh-soft); line-height: 1.6; margin: 0; }
.kh-community .lp-btn { flex-shrink: 0; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 960px) {
    .kh-uc-grid { grid-template-columns: repeat(2, 1fr); }
    .kh-voices-grid { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }
    .kh-choose { max-width: 720px; }
    .kh-choose-card { flex: 1 1 300px; max-width: 340px; }
    .kh-pro-grid, .kh-pro-grid--two { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
    .kh-price-layout { grid-template-columns: 1fr; max-width: 560px; }
    .kh-bento { grid-template-columns: repeat(2, 1fr); }
    .kh-bento-cell--wide { grid-column: span 2; }
    .kh-faq-layout { grid-template-columns: 1fr; gap: 28px; }
    .kh-faq-intro { position: static; }
}
@media (max-width: 768px) {
    .kh-stats-grid { grid-template-columns: 1fr 1fr; }
    .kh-community-inner { flex-direction: column; align-items: flex-start; }
    .kh-community .lp-btn { width: 100%; }
    .kh-bento { grid-template-columns: 1fr; }
    .kh-bento-cell--wide { grid-column: span 1; }
    .kh-timeline { grid-template-columns: 1fr; gap: 28px; }
    .kh-timeline::before { display: none; }
    .kh-loc-grid { grid-template-columns: 1fr; }
    .kh-price-feats { grid-template-columns: 1fr; }
    .kh-beta-inner { flex-direction: column; align-items: flex-start; gap: 14px; }
    .kh-beta-btn { width: 100%; }
    .kh-demo-app { grid-template-columns: 1fr; }
    .kh-demo-side { border-right: none; border-bottom: 1px solid var(--kh-line-soft); padding: 12px; }
    .kh-demo-server { margin-bottom: 10px; }
    .kh-demo-nav { flex-direction: row; overflow-x: auto; gap: 6px; }
    .kh-demo-navlink { flex-shrink: 0; }
    .kh-team-grid { grid-template-columns: 1fr; gap: 16px; }
    .kh-rz-colo { grid-template-columns: 1fr; }
    .kh-rz-facts { position: static; }
}
@media (max-width: 480px) {
    .kh-hero { padding: 92px 0 40px; }
    .kh-uc-grid { grid-template-columns: 1fr; }
    .kh-choose { max-width: 420px; }
    .kh-choose-card { flex: 1 1 100%; max-width: 420px; }
    .kh-hero-cta { flex-direction: column; align-items: stretch; }
    .kh-hero-cta .lp-btn { width: 100%; }
    .kh-stats-grid { grid-template-columns: 1fr; }
    .kh-demo-metrics { grid-template-columns: 1fr; }
    .kh-price { padding: 26px 20px; }
    .kh-loc-bar { flex-wrap: wrap; }
    .kh-loc-refresh { width: 100%; justify-content: center; }
    .kh-cta-actions { flex-direction: column; align-items: stretch; }
    .kh-cta-actions .lp-btn { width: 100%; }
}

/* =========================================================
   REDUCED MOTION
   ========================================================= */
@media (prefers-reduced-motion: reduce) {
    .kh-eyebrow-dot, .kh-demo-livetag-dot, .kh-demo-server-dot, .lp-loc-bar-spin, .kh-demo-spark span, .kh-c-cursor, .kh-marquee-track { animation: none !important; }
    .kh-eyebrow, .kh-hero-title, .kh-hero-lead, .kh-hero-cta, .kh-hero-pills { animation: none !important; }
    .lp-reveal { opacity: 1; transform: none; transition: none; }
    .kh-pro:hover, .kh-bento-cell:hover, .kh-chip:hover, .kh-loc-card:hover, .kh-stat:hover, .kh-uc:hover, .kh-voice:hover, .kh-choose-card:hover, .kh-team-card:hover { transform: none; }
    .kh-team-card:hover .kh-team-ring { transform: none; }
}
