/* ============================================================
   denschLink – Apple-style Landing Page
   Accent: #047857 (Smaragd) on white
   ============================================================ */

/* ── Variables ────────────────────────────────────────────── */
html {
    --accent: #047857;
    --accent-hover: #065F46;
    --accent-pressed: #064E3B;
    --accent-light: #10B981;
    --accent-lighter: #34D399;
    --accent-tint: rgba(4,120,87,0.08);
    --accent-tint-strong: rgba(4,120,87,0.15);
    --accent-glow: rgba(4,120,87,0.25);
    --accent-shadow: rgba(4,120,87,0.40);
    --complement: #780447;
    --complement-light: #F472B6;
    --text-primary: #1d1d1f;
    --text-secondary: #86868b;
    --bg-white: #ffffff;
    --bg-light: #f5f5f7;
    --bg-page: #fafafa;
    --border: rgba(0, 0, 0, 0.08);
    --success: #16A34A;
    --success-tint: #F0FDF4;
    --warning: #D97706;
    --warning-tint: #FFFBEB;
    --error: #DC2626;
    --error-tint: #FEF2F2;
    --info: #2563EB;
    --info-tint: #EFF6FF;
}

/* ── Dark Mode ───────────────────────────────────────────── */
html[data-mode="dark"] {
    --bg-page: #0D0D0D;
    --bg-white: #161616;
    --bg-light: #1C1C1E;
    --text-primary: #F0F0F0;
    --text-secondary: #8E8E93;
    --border: rgba(255,255,255,0.08);
    --accent-tint: rgba(4,120,87,0.15);
    --accent-tint-strong: rgba(4,120,87,0.25);
    --success: #22C55E;
    --success-tint: rgba(34,197,94,0.12);
    --warning: #FBBF24;
    --warning-tint: rgba(251,191,36,0.12);
    --error: #EF4444;
    --error-tint: rgba(239,68,68,0.12);
    --info: #60A5FA;
    --info-tint: rgba(96,165,250,0.12);
}
html[data-mode="dark"] body { background: #0D0D0D; color: #F0F0F0; }
html[data-mode="dark"] .landing-nav { background: rgba(13,13,13,0.80); border-color: rgba(255,255,255,0.06); }
html[data-mode="dark"] .nav-logo { color: #F0F0F0; }
html[data-mode="dark"] .nav-links a { color: #F0F0F0; }
html[data-mode="dark"] .hero { background: #0D0D0D; }
html[data-mode="dark"] .hero-headline { color: #F0F0F0; }
html[data-mode="dark"] .section-white { background: #0D0D0D; }
html[data-mode="dark"] .section-gray { background: #111111; }
html[data-mode="dark"] .feature-card { background: #1C1C1E; border-color: rgba(255,255,255,0.06); }
html[data-mode="dark"] .feature-card h3 { color: #F0F0F0; }
html[data-mode="dark"] .feature-icon { background: #252528; border-color: rgba(255,255,255,0.06); }
html[data-mode="dark"] .section-headline { color: #F0F0F0; }
html[data-mode="dark"] .pricing { background: #111111; }
html[data-mode="dark"] .pricing__card { background: #1C1C1E; border-color: rgba(255,255,255,0.06); }
html[data-mode="dark"] .pricing__card--featured { box-shadow: 0 20px 60px rgba(0,0,0,0.5); }
html[data-mode="dark"] .pricing__name { color: var(--accent-light); }
html[data-mode="dark"] .pricing__price { color: #F0F0F0; }
html[data-mode="dark"] .pricing__features li { color: rgba(255,255,255,0.7); }
html[data-mode="dark"] .pricing__badge { background: #F0F0F0; color: #0D0D0D; }
html[data-mode="dark"] .lp-footer { background: #111111; border-color: rgba(255,255,255,0.06); }
html[data-mode="dark"] .footer-logo { color: #F0F0F0; }
html[data-mode="dark"] .footer-col h4 { color: #F0F0F0; }
html[data-mode="dark"] .footer-col a { color: #8E8E93; }
html[data-mode="dark"] .footer-col a:hover { color: #F0F0F0; }
html[data-mode="dark"] .footer-bottom p { color: rgba(255,255,255,0.4); }
html[data-mode="dark"] .btn-pill-secondary { border-color: rgba(255,255,255,0.15); color: var(--accent-light); }
html[data-mode="dark"] .btn-pill-secondary:hover { background: var(--accent); color: #fff; border-color: var(--accent); }
html[data-mode="dark"] .privacy-panel { background: #111111; border-color: rgba(255,255,255,0.06); }
html[data-mode="dark"] .priv-pill { border-color: rgba(255,255,255,0.08); color: #8E8E93; }
html[data-mode="dark"] .priv-pill:hover { background: rgba(255,255,255,0.04); color: #F0F0F0; }
html[data-mode="dark"] .priv-info { background: rgba(255,255,255,0.03); }
html[data-mode="dark"] .priv-vis-stat { color: #F0F0F0; }
html[data-mode="dark"] .priv-vis-label { color: #F0F0F0; }
html[data-mode="dark"] .app-features li { color: #F0F0F0; }
html[data-mode="dark"] .iphone-frame { box-shadow: 0 24px 80px rgba(0,0,0,0.4); }
html[data-mode="dark"] [data-glow] { background: linear-gradient(180deg, #48484a, #48484a); -webkit-background-clip: text; background-clip: text; }
html[data-mode="dark"] [data-glow].glow-active { background: linear-gradient(180deg, #f5f5f7 30%, #86868b 100%); -webkit-background-clip: text; background-clip: text; }
html[data-mode="dark"] .login-page { background: #0D0D0D; }
html[data-mode="dark"] .login-card { background: #161616; border-color: rgba(255,255,255,0.06); box-shadow: 0 4px 24px rgba(0,0,0,0.3); }
html[data-mode="dark"] .login-logo { color: #F0F0F0; }
html[data-mode="dark"] .login-input { background: #1C1C1E; border-color: rgba(255,255,255,0.10); color: #F0F0F0; }
html[data-mode="dark"] .login-links a { color: #8E8E93; }
/* Dark: App (intern) – comprehensive overrides */
html[data-mode="dark"] [style*="background:#fff"],
html[data-mode="dark"] [style*="background: #fff"],
html[data-mode="dark"] [style*="background:#ffffff"],
html[data-mode="dark"] [style*="background:white"],
html[data-mode="dark"] [style*="background:var(--white)"] { background: #1C1C1E !important; }
html[data-mode="dark"] [style*="color:#1"],
html[data-mode="dark"] [style*="color:var(--teal)"],
html[data-mode="dark"] [style*="color:var(--text)"] { color: #F0F0F0 !important; }
html[data-mode="dark"] [style*="color:#6"],
html[data-mode="dark"] [style*="color:#94"],
html[data-mode="dark"] [style*="color:var(--muted)"] { color: #8E8E93 !important; }
html[data-mode="dark"] h1, html[data-mode="dark"] h2, html[data-mode="dark"] h3, html[data-mode="dark"] h4 { color: #F0F0F0; }
html[data-mode="dark"] p { color: #C7C7CC; }
html[data-mode="dark"] strong { color: #F0F0F0; }
html[data-mode="dark"] label { color: #8E8E93; }
html[data-mode="dark"] input, html[data-mode="dark"] select, html[data-mode="dark"] textarea { background: #252528; border-color: rgba(255,255,255,0.10); color: #F0F0F0; }
html[data-mode="dark"] input::placeholder, html[data-mode="dark"] textarea::placeholder { color: #636366; }
html[data-mode="dark"] table { color: #F0F0F0; }
html[data-mode="dark"] th { color: #8E8E93; border-color: rgba(255,255,255,0.08) !important; }
html[data-mode="dark"] td { border-color: rgba(255,255,255,0.06) !important; }
html[data-mode="dark"] tr:hover td { background: rgba(255,255,255,0.03); }
html[data-mode="dark"] .topbar { background: rgba(13,13,13,0.95); border-color: rgba(255,255,255,0.06); }
html[data-mode="dark"] .topbar .logo { color: #F0F0F0; }
html[data-mode="dark"] .topbar-links a, html[data-mode="dark"] .topbar-right a { color: rgba(255,255,255,0.7); }
html[data-mode="dark"] .topbar-links a:hover, html[data-mode="dark"] .topbar-right a:hover { color: #F0F0F0; }
html[data-mode="dark"] .topbar-user { color: #8E8E93; }
html[data-mode="dark"] .main { background: #0D0D0D; }
html[data-mode="dark"] .welcome { color: #F0F0F0; }
html[data-mode="dark"] .page-desc { color: #8E8E93; }
html[data-mode="dark"] .card { background: #1C1C1E; border-color: rgba(255,255,255,0.08); }
html[data-mode="dark"] .card-title { color: #F0F0F0; }
html[data-mode="dark"] .filter-bar { border-color: rgba(255,255,255,0.06); }
html[data-mode="dark"] .filter-btn { background: #1C1C1E; color: #F0F0F0; border-color: rgba(255,255,255,0.08); }
html[data-mode="dark"] .filter-btn.active { background: #F0F0F0; color: #0D0D0D; }
html[data-mode="dark"] .sort-bar { border-color: rgba(255,255,255,0.06); }
html[data-mode="dark"] .sort-bar-label { color: #8E8E93; }
html[data-mode="dark"] .sort-btn { background: transparent; color: #8E8E93; border-color: rgba(255,255,255,0.08); }
html[data-mode="dark"] .sort-btn.active { color: #F0F0F0; border-color: rgba(255,255,255,0.20); }
html[data-mode="dark"] .letter-bar { border-color: rgba(255,255,255,0.06); }
html[data-mode="dark"] .letter-bar-label { color: #8E8E93; }
html[data-mode="dark"] .letter-btn { color: #8E8E93; }
html[data-mode="dark"] .letter-btn.active { background: #F0F0F0; color: #0D0D0D; }
html[data-mode="dark"] .user-row { background: #1C1C1E; border-color: rgba(255,255,255,0.06); }
html[data-mode="dark"] .user-row.inactive { opacity: 0.5; }
html[data-mode="dark"] .user-row-head:hover { background: rgba(255,255,255,0.03); }
html[data-mode="dark"] .user-row-id { color: #8E8E93; }
html[data-mode="dark"] .user-row-name { color: #F0F0F0; }
html[data-mode="dark"] .user-row-email { color: #8E8E93; }
html[data-mode="dark"] .user-row-body { background: #161616; border-color: rgba(255,255,255,0.06); }
html[data-mode="dark"] .user-meta { color: #8E8E93; }
html[data-mode="dark"] .user-card-actions { border-color: rgba(255,255,255,0.06); }
html[data-mode="dark"] .badge-admin { background: rgba(255,179,0,0.15); color: #FFB300; }
html[data-mode="dark"] .badge-user { background: rgba(96,165,250,0.12); color: #60A5FA; }
html[data-mode="dark"] .badge-inactive { background: rgba(239,68,68,0.12); color: #EF4444; }
html[data-mode="dark"] .billing-box { background: #252528; border-color: rgba(255,255,255,0.08); }
html[data-mode="dark"] .billing-label { color: #F0F0F0; }
html[data-mode="dark"] .billing-detail { color: #8E8E93; }
html[data-mode="dark"] .msg { border-color: rgba(255,255,255,0.08); }
html[data-mode="dark"] .msg-success { background: rgba(34,197,94,0.12); color: #22C55E; }
html[data-mode="dark"] .msg-error { background: rgba(239,68,68,0.12); color: #EF4444; }
html[data-mode="dark"] .form-grid label { color: #8E8E93; }
html[data-mode="dark"] .form-grid input, html[data-mode="dark"] .form-grid select { background: #252528; border-color: rgba(255,255,255,0.10); color: #F0F0F0; }
html[data-mode="dark"] .btn-primary { background: var(--accent); color: #fff; }
html[data-mode="dark"] .btn-logout { color: #8E8E93; border-color: rgba(255,255,255,0.10); }
html[data-mode="dark"] .btn-logout:hover { color: #EF4444; }
html[data-mode="dark"] .btn-billing { border-color: rgba(255,255,255,0.10); }
html[data-mode="dark"] .btn-danger { background: rgba(239,68,68,0.12); color: #EF4444; }
html[data-mode="dark"] .btn-warn { background: rgba(251,191,36,0.12); color: #FBBF24; }
html[data-mode="dark"] .btn-accent { background: var(--accent); color: #fff; }
html[data-mode="dark"] .btn-delete { background: rgba(239,68,68,0.12); color: #EF4444; border-color: rgba(239,68,68,0.20); }
html[data-mode="dark"] .btn-upgrade { background: var(--accent); color: #fff; }
html[data-mode="dark"] .btn-upgrade-outline { background: transparent; color: var(--accent-light); border-color: rgba(255,255,255,0.15); }
html[data-mode="dark"] .plan-current-card { background: #1C1C1E; border-color: rgba(255,255,255,0.08); }
html[data-mode="dark"] .plan-current-name { color: #F0F0F0; }
html[data-mode="dark"] .plan-current-meta { color: #8E8E93; }
html[data-mode="dark"] .plan-feature-pill { background: rgba(255,255,255,0.06); color: #8E8E93; }
html[data-mode="dark"] .plan-upgrade-col { background: #252528; border-color: rgba(255,255,255,0.08); }
html[data-mode="dark"] .upgrade-col-label { color: #8E8E93; }
html[data-mode="dark"] .no-results-hint { color: #8E8E93; }
html[data-mode="dark"] .checkbox-row { color: #8E8E93; }
html[data-mode="dark"] .you-badge { color: #8E8E93; }
html[data-mode="dark"] .nbdate { color: #8E8E93; }
html[data-mode="dark"] .dl-name { color: #F0F0F0; }
html[data-mode="dark"] .dl-bio { color: #8E8E93; }
html[data-mode="dark"] .dl-link { background: #1C1C1E; border-color: rgba(255,255,255,0.08); color: #F0F0F0; }
html[data-mode="dark"] .dl-link:hover { background: #252528; }
html[data-mode="dark"] details { background: #1C1C1E; border-color: rgba(255,255,255,0.08); }
html[data-mode="dark"] summary { color: #F0F0F0; }
html[data-mode="dark"] summary:hover { background: #252528; }
html[data-mode="dark"] .faq-answer { color: #8E8E93; }
html[data-mode="dark"] .ds-proj-footer .ds-proj-footer-nav { background: #161616 !important; }
html[data-mode="dark"] .ds-proj-footer .ds-proj-footer-nav a { color: rgba(255,255,255,0.35) !important; }
html[data-mode="dark"] ::-webkit-scrollbar-track { background: #0D0D0D; }
html[data-mode="dark"] ::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.15); border-radius: 4px; }
@media (prefers-color-scheme: dark) {
    html:not([data-mode="light"]) {
        --bg-page: #0D0D0D; --bg-white: #161616; --bg-light: #1C1C1E;
        --text-primary: #F0F0F0; --text-secondary: #8E8E93;
        --border: rgba(255,255,255,0.08);
    }
}

/* ── Reset ────────────────────────────────────────────────── */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'SF Pro Display', sans-serif;
    background: var(--bg-page);
    color: var(--text-primary);
    line-height: 1.5;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.container {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ── Frosted Glass Nav ────────────────────────────────────── */
/* ── Nav (identical to Collabs) ── */
.landing-nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
    background: rgba(255,255,255,0.72);
    backdrop-filter: saturate(180%) blur(20px);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    border-bottom: 1px solid rgba(0,0,0,0.08);
    height: 48px;
}
.landing-nav-inner {
    max-width: 980px; margin: 0 auto; padding: 0 22px;
    height: 100%; display: flex; align-items: center; justify-content: space-between;
}
.nav-logo {
    font-size: 1.15rem; font-weight: 700; color: #1d1d1f;
    text-decoration: none; letter-spacing: -0.02em;
}
.nav-logo span { color: var(--accent); }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a {
    font-size: 0.75rem; font-weight: 400; color: #1d1d1f;
    text-decoration: none; opacity: 0.8; transition: opacity 0.2s;
    padding: 8px 12px;
}
.nav-links a:hover { opacity: 1; }
.nav-links .nav-cta {
    background: var(--accent); color: #fff;
    padding: 6px 16px; border-radius: 980px;
    font-weight: 500; opacity: 1; transition: background 0.2s;
}
.nav-links .nav-cta:hover { opacity: 0.85; }

/* ── Pill Buttons ─────────────────────────────────────────── */
.btn-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 980px;
    font-size: 1.05rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer;
    border: none;
    text-align: center;
}

.btn-pill-primary {
    background: var(--accent);
    color: #fff;
}

.btn-pill-primary:hover {
    background: var(--accent-hover);
}

.btn-pill-secondary {
    background: transparent;
    color: var(--accent);
    border: 1px solid var(--accent);
}

.btn-pill-secondary:hover {
    background: var(--accent);
    color: #fff;
}

.btn-pill-lg {
    padding: 14px 32px;
    font-size: 1.05rem;
}

/* ── Light Theme Glow (for hero/section titles) ──────────── */
[data-glow] {
    background: linear-gradient(180deg, #c4c4c6 0%, #c4c4c6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: background 1.2s ease;
    padding-bottom: 0.15em;
    margin-bottom: -0.15em;
}
[data-glow].glow-active {
    background: linear-gradient(180deg, #1d1d1f 30%, #48484a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ── Hero ─────────────────────────────────────────────────── */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 120px 24px 80px;
    background: var(--bg-white);
}

.hero-inner {
    max-width: 720px;
}

.hero-eyebrow {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--accent);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 12px;
}

.hero-headline {
    font-size: clamp(3rem, 9vw, 6rem);
    font-weight: 700;
    line-height: 1.0;
    letter-spacing: -0.04em;
    color: var(--text-primary);
    margin-bottom: 20px;
}

.hero-sub {
    font-size: clamp(1.05rem, 2vw, 1.35rem);
    font-weight: 400;
    line-height: 1.5;
    color: var(--text-secondary);
    max-width: 44ch;
    margin: 0 auto 36px;
}

.hero-cta {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.hero-note {
    font-size: 13px;
    color: var(--text-secondary);
    letter-spacing: 0.01em;
}

/* ── Sections ─────────────────────────────────────────────── */
.section {
    padding: 120px 0;
}

.section-white {
    background: var(--bg-white);
}

.section-gray {
    background: var(--bg-light);
}

.section-header {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 64px;
}

.section-eyebrow {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--accent);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 12px;
}

.section-headline {
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.025em;
    color: var(--text-primary);
    margin-bottom: 16px;
}

.section-sub {
    font-size: 1.25rem;
    color: var(--text-secondary);
    line-height: 1.5;
}

/* ── Features Carousel (horizontal scroll) ───────────────── */
.features-grid {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 0 max(24px, calc((100vw - 980px) / 2 + 24px));
}
.features-grid::-webkit-scrollbar { display: none; }

.feature-card {
    flex: 0 0 min(85vw, 680px);
    scroll-snap-align: center;
    background: var(--bg-light);
    border: 1px solid var(--border);
    border-radius: 24px;
    padding: 48px 44px;
    min-height: 420px;
    display: flex;
    flex-direction: column;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.feature-card:hover {
    transform: scale(0.985);
}

.feature-icon {
    width: 72px;
    height: 72px;
    background: var(--bg-white);
    border: 1px solid var(--border);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.feature-card h3 {
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 12px;
    letter-spacing: -0.025em;
    line-height: 1.1;
}

.feature-card p {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.65;
    max-width: 420px;
}

/* ── Privacy Panel (interactive, like dasdensch Produkte) ── */
.privacy-panel {
    background: var(--bg-light);
    border-radius: 24px;
    border: 1px solid var(--border);
    min-height: 420px;
    position: relative;
    overflow: hidden;
    max-width: 1080px;
    margin: 0 auto;
}

.privacy-left {
    position: absolute;
    top: 0; left: 0; bottom: 0;
    width: 340px;
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 3;
}

.privacy-pills {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.priv-pill {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    margin-top: 4px;
    border-radius: 980px;
    background: transparent;
    border: 1px solid rgba(0,0,0,0.06);
    color: var(--text-secondary);
    font-size: 0.82rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.35s cubic-bezier(0.16,1,0.3,1);
    font-family: inherit;
    width: fit-content;
}
.priv-pill:first-child { margin-top: 0; }
.priv-pill:hover { background: rgba(0,0,0,0.04); border-color: rgba(0,0,0,0.1); color: var(--text-primary); }
.priv-pill.active {
    background: var(--accent);
    border-color: var(--accent);
    color: #fff;
    font-weight: 600;
    box-shadow: 0 4px 16px rgba(4,120,87,0.25);
}

.priv-pill-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--text-secondary);
    flex-shrink: 0;
    transition: all 0.35s cubic-bezier(0.16,1,0.3,1);
    opacity: 0.4;
}
.priv-pill:hover .priv-pill-dot { opacity: 0.7; background: var(--text-primary); }
.priv-pill.active .priv-pill-dot {
    background: #fff;
    opacity: 1;
    transform: scale(1.3);
    box-shadow: 0 0 8px rgba(255,255,255,0.5);
}
.priv-pill-name { pointer-events: none; }

.priv-info {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    margin: 0;
    transition: max-height 0.5s cubic-bezier(0.16,1,0.3,1),
                opacity 0.35s ease,
                margin 0.4s ease,
                padding 0.4s ease;
    background: rgba(0,0,0,0.03);
    backdrop-filter: blur(16px);
    border-radius: 14px;
    padding: 0 16px;
    border: 1px solid transparent;
}
.priv-info.active {
    max-height: 160px;
    opacity: 1;
    margin: 6px 0 4px;
    padding: 14px 16px;
    border-color: rgba(0,0,0,0.05);
}
.priv-info p {
    font-size: 0.82rem;
    color: var(--text-secondary);
    line-height: 1.55;
    margin: 0;
}

/* Visual (right side) */
.privacy-visual {
    position: absolute;
    top: 0; right: 0; bottom: 0;
    width: calc(100% - 340px);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.priv-vis {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0.88) translateY(20px);
    transition: all 0.6s cubic-bezier(0.16,1,0.3,1);
    pointer-events: none;
}
.priv-vis.active {
    opacity: 1;
    transform: scale(1) translateY(0);
    pointer-events: auto;
}

.priv-vis-card {
    text-align: center;
    max-width: 280px;
}

.priv-vis-svg {
    width: 100px;
    height: 100px;
    color: var(--text-secondary);
    margin-bottom: 24px;
    opacity: 0;
    transform: scale(0.7);
    transition: all 0.5s cubic-bezier(0.16,1,0.3,1) 0.15s;
}
.priv-vis.active .priv-vis-svg {
    opacity: 1;
    transform: scale(1);
}

.priv-vis-stat {
    font-size: clamp(4rem, 8vw, 6rem);
    font-weight: 800;
    color: var(--text-primary);
    letter-spacing: -0.05em;
    line-height: 1;
    opacity: 0;
    transform: translateY(12px);
    transition: all 0.5s cubic-bezier(0.16,1,0.3,1) 0.1s;
}
.priv-vis.active .priv-vis-stat {
    opacity: 1;
    transform: translateY(0);
}

.priv-vis-label {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text-primary);
    margin-top: 4px;
    letter-spacing: -0.01em;
    opacity: 0;
    transform: translateY(8px);
    transition: all 0.5s cubic-bezier(0.16,1,0.3,1) 0.2s;
}
.priv-vis.active .priv-vis-label {
    opacity: 1;
    transform: translateY(0);
}

.priv-vis-sub {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-top: 10px;
    line-height: 1.4;
    opacity: 0;
    transform: translateY(8px);
    transition: all 0.5s cubic-bezier(0.16,1,0.3,1) 0.3s;
}
.priv-vis.active .priv-vis-sub {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 900px) {
    .privacy-panel { min-height: auto; }
    .privacy-left { position: relative; width: 100%; padding: 28px 24px; }
    .privacy-visual { display: none; }
}

/* ── App Section ──────────────────────────────────────────── */
.app-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

.app-text { flex: 1; }
.app-text .section-headline { text-align: left; }
.app-text .section-eyebrow { text-align: left; }

.app-desc {
    font-size: 1.1rem;
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: 28px;
    max-width: 420px;
}

.app-features {
    display: flex;
    flex-direction: column;
    gap: 14px;
    list-style: none;
    padding: 0;
}
.app-features li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--text-primary);
}

/* iPhone Mockup (wie Margin) */
.app-mockup { display: flex; justify-content: center; flex-shrink: 0; }
.iphone-frame {
    width: 280px;
    height: 560px;
    background: #1d1d1f;
    border-radius: 44px;
    padding: 14px;
    box-shadow: 0 24px 80px rgba(0,0,0,0.15), inset 0 0 0 2px rgba(255,255,255,0.08);
    position: relative;
}
/* Dynamic Island */
.iphone-notch {
    width: 90px;
    height: 24px;
    background: #000;
    border-radius: 20px;
    position: absolute;
    top: 22px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    box-shadow: 0 0 0 3px #1d1d1f;
}
.iphone-screen {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 32px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/* denschLink App UI */
.dl-header {
    background: var(--accent);
    padding: 52px 16px 12px;
    display: flex;
    align-items: center;
}
.dl-header__logo { font-size: 14px; font-weight: 700; color: #fff; letter-spacing: -0.02em; }
.dl-header__logo span { opacity: 0.8; }

.dl-body {
    flex: 1;
    padding: 20px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.dl-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent), #34d399);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}
.dl-name { font-size: 14px; font-weight: 700; color: #1d1d1f; }
.dl-bio { font-size: 9px; color: #86868b; margin-bottom: 14px; }

.dl-link {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px;
    border-radius: 12px;
    border: 1.5px solid var(--accent);
    font-size: 11px;
    font-weight: 600;
    color: var(--accent);
    margin-bottom: 6px;
    transition: all 0.2s;
}
.dl-link--primary {
    background: var(--accent);
    color: #fff;
    border-color: var(--accent);
}

.dl-footer-mock {
    padding: 8px;
    text-align: center;
    font-size: 7px;
    color: #86868b;
    border-top: 1px solid #f0f0f0;
}
.dl-footer-mock b { color: var(--accent); }

/* ── CTA Section ──────────────────────────────────────────── */
.cta-section {
    text-align: center;
}

.cta-inner {
    max-width: 600px;
    margin: 0 auto;
}

.cta-headline {
    font-size: clamp(40px, 6vw, 64px);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: var(--text-primary);
    margin-bottom: 20px;
}

.cta-sub {
    font-size: 19px;
    color: var(--text-secondary);
    margin-bottom: 40px;
    line-height: 1.5;
}

/* ── CTA Section (accent background) ── */
.section-cta { background: var(--accent); text-align: center; padding: 120px 0; }
.cta-content h2 { font-size: clamp(2.5rem, 6vw, 4rem); font-weight: 700; color: #fff; line-height: 1.05; letter-spacing: -0.025em; margin-bottom: 16px; }
.cta-content p { font-size: 1.25rem; color: rgba(255,255,255,0.7); margin-bottom: 36px; }
.cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.btn-filled-white { display: inline-flex; align-items: center; gap: 8px; padding: 12px 24px; border-radius: 980px; font-size: 1.05rem; font-weight: 500; background: #fff; color: #1d1d1f; text-decoration: none; transition: all 0.4s cubic-bezier(0.16,1,0.3,1); }
.btn-filled-white:hover { background: rgba(255,255,255,0.9); transform: scale(1.02); }
.btn-outline-white { display: inline-flex; align-items: center; gap: 8px; padding: 12px 24px; border-radius: 980px; font-size: 1.05rem; font-weight: 500; background: transparent; color: rgba(255,255,255,0.85); border: 1.5px solid rgba(255,255,255,0.3); text-decoration: none; transition: all 0.4s cubic-bezier(0.16,1,0.3,1); }
.btn-outline-white:hover { border-color: rgba(255,255,255,0.6); }
@media (max-width: 768px) { .section-cta { padding: 80px 0; } .cta-content h2 { font-size: 36px; } }

/* ── Footer (identical across all 3 sites) ── */
.lp-footer { background: #f5f5f7; border-top: 1px solid rgba(0,0,0,0.08); padding: 60px 0 32px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 48px; }
.footer-logo { font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', sans-serif; font-size: 18px; font-weight: 700; color: #1d1d1f; margin-bottom: 12px; letter-spacing: -0.02em; }
.footer-logo span { color: var(--accent); }
.footer-desc { font-size: 14px; color: #86868b; line-height: 1.6; max-width: 280px; }
.footer-col { display: flex; flex-direction: column; gap: 10px; }
.footer-col h4 { font-size: 13px; font-weight: 600; color: #1d1d1f; margin-bottom: 4px; }
.footer-col a { font-size: 13px; color: #86868b; text-decoration: none; transition: color 0.2s; }
.footer-col a:hover { color: #1d1d1f; }
.footer-bottom { border-top: 1px solid rgba(0,0,0,0.08); padding-top: 24px; text-align: center; }
.footer-bottom p { font-size: 13px; color: #86868b; }
.footer-heart { font-size: 11px; color: rgba(0,0,0,0.2); margin-top: 6px; }
@media (max-width: 768px) { .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; } }
@media (max-width: 480px) { .footer-grid { grid-template-columns: 1fr; gap: 24px; } }

/* ── Reveal Animations (now handled by scroll-fx.css) ────── */
/* Legacy .reveal kept for sub-pages that still use the old system */
.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1),
                transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.reveal.revealed {
    opacity: 1;
    transform: translateY(0);
}

/* ── Responsive ───────────────────────────────────────────── */
@media (max-width: 900px) {
    .app-section {
        gap: 40px;
    }
    .app-mockup {
        transform: scale(0.8);
        transform-origin: top center;
        margin-bottom: -60px;
    }
}

@media (max-width: 600px) {
    .app-section {
        flex-direction: column;
        text-align: center;
        gap: 32px;
    }
    .app-text .section-headline,
    .app-text .section-sub,
    .app-text .section-eyebrow {
        text-align: center;
    }
    .app-mockup {
        transform: scale(0.75);
        margin-bottom: -80px;
    }
}

@media (max-width: 768px) {
    .nav-links {
        display: none;
    }

    .hero {
        min-height: auto;
        padding: 120px 24px 80px;
    }

    .hero-headline {
        font-size: clamp(2.5rem, 8vw, 3.5rem);
    }

    .section {
        padding: 80px 0;
    }

    .feature-card, .privacy-card {
        padding: 36px 28px;
    }

    .footer-top {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .hero-cta {
        flex-direction: column;
        align-items: center;
    }

    .btn-pill-lg {
        width: 100%;
        max-width: 320px;
    }

    .mockup-device {
        width: 220px;
        height: 450px;
        border-radius: 36px;
    }

    .mockup-notch {
        width: 100px;
        height: 24px;
        border-radius: 0 0 14px 14px;
    }

    .mockup-screen {
        border-radius: 26px;
        padding: 32px 18px;
    }

    .cta-headline {
        font-size: 40px;
    }
}

@media (max-width: 480px) {
    .hero-headline {
        font-size: 36px;
    }

    .section-headline {
        font-size: 30px;
    }

    .cta-headline {
        font-size: 32px;
    }

    .nav-inner {
        height: 48px;
    }
}

/* ── Pricing Section ─────────────────────────────────────── */
.pricing {
    padding: 120px 0;
    background: var(--bg-light);
}

.pricing__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    max-width: 880px;
    margin: 0 auto;
    align-items: center;
    perspective: 1200px;
}

/* Äußere Cards */
.pricing__card {
    background: var(--bg-white);
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 36px 28px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

/* Featured (mittlere Karte): groß, Akzentfarbe, vorne */
.pricing__card--featured {
    background: var(--accent);
    border-color: var(--accent);
    color: #fff;
    box-shadow: 0 20px 60px rgba(4, 120, 87, 0.3), 0 8px 24px rgba(0,0,0,0.1);
    z-index: 3;
    transform: scale(1);
    opacity: 1;
    padding: 44px 32px;
}

.pricing__card--featured .pricing__name { color: rgba(255,255,255,0.7); }
.pricing__card--featured .pricing__price { color: #fff; }
.pricing__card--featured .pricing__price span { color: rgba(255,255,255,0.6); }
.pricing__card--featured .pricing__features li { color: rgba(255,255,255,0.9); }
.pricing__card--featured .pricing__features li::before { color: #fff; }

.pricing__badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #1d1d1f;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 5px 16px;
    border-radius: 980px;
    letter-spacing: 0.03em;
}

.pricing__name {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--accent);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 4px;
}

.pricing__price {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--text-primary);
    line-height: 1;
    margin: 8px 0;
    letter-spacing: -0.03em;
    display: flex;
    align-items: baseline;
    gap: 2px;
}

.pricing__price span {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--text-secondary);
}

.pricing__features {
    list-style: none;
    padding: 0;
    margin: 24px 0;
    flex: 1;
}

.pricing__features li {
    padding: 5px 0;
    font-size: 0.85rem;
    color: var(--text-primary);
    display: flex;
    align-items: flex-start;
    gap: 8px;
    line-height: 1.4;
}

.pricing__features li::before {
    content: '\2713';
    color: var(--accent);
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 1px;
}
.pricing__card--featured .pricing__features li::before { color: rgba(255,255,255,0.8); }

/* Featured Button: weiß auf grün */
.pricing__card--featured .btn-pill-primary {
    background: #fff;
    color: var(--accent);
}
.pricing__card--featured .btn-pill-primary:hover {
    background: rgba(255,255,255,0.9);
}

/* Hover: äußere Karten heben sich leicht */
.pricing__card:not(.pricing__card--featured):hover {
    box-shadow: 0 8px 30px rgba(0,0,0,0.06);
}

@media (max-width: 768px) {
    .pricing__grid {
        grid-template-columns: 1fr;
        max-width: 380px;
        gap: 16px;
        perspective: none;
    }
    .pricing__card,
    .pricing__card:first-child,
    .pricing__card:last-child {
        transform: none;
        opacity: 1;
        margin: 0;
    }
    .pricing__card--featured {
        order: -1;
    }
}

/* ── Sub-page shared styles ───────────────────────────────── */
/* These carry over from the original for FAQ, Preise, etc. */

header:has(.header-inner) {
    background: var(--accent-hover);
    padding: 20px 0;
}

.header-inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-inner .logo {
    font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    letter-spacing: -0.02em;
}

.header-inner .logo span {
    color: #34d399;
}

.header-nav {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.header-nav a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    padding: 7px 16px;
    border-radius: 980px;
    border: 1.5px solid rgba(255, 255, 255, 0.25);
    transition: background 0.2s, border-color 0.2s, color 0.2s;
    white-space: nowrap;
}

.header-nav a:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.6);
    color: #fff;
}

.page-hero {
    padding: 70px 24px 50px;
    text-align: center;
}

.page-label {
    font-size: 13px;
    color: var(--accent);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
}

h1 {
    font-size: 52px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 20px;
    line-height: 1.1;
    letter-spacing: -0.025em;
}

.page-desc {
    font-size: 18px;
    color: var(--text-secondary);
    max-width: 580px;
    margin: 0 auto;
    line-height: 1.7;
}

/* FAQ styles */
.faq-section {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 24px 80px;
}

.faq-category {
    font-size: 12px;
    color: var(--accent);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin: 48px 0 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--accent);
}

details {
    background: var(--bg-white);
    border-radius: 16px;
    margin-bottom: 12px;
    overflow: hidden;
    border: 1px solid var(--border);
    transition: border-color 0.3s;
}

details[open] {
    border-color: var(--accent);
}

summary {
    padding: 20px 24px;
    font-size: 16px;
    font-weight: 600;
    color: var(--text-primary);
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

summary::-webkit-details-marker { display: none; }

summary::after {
    content: '+';
    font-size: 22px;
    font-weight: 300;
    color: var(--accent);
    flex-shrink: 0;
    line-height: 1;
}

details[open] summary::after { content: '\2212'; }

summary:hover { background: var(--bg-light); }

.faq-answer {
    padding: 0 24px 24px;
    font-size: 15px;
    color: var(--text-secondary);
    line-height: 1.75;
}

.faq-answer p { margin-bottom: 10px; }
.faq-answer p:last-child { margin-bottom: 0; }
.faq-answer ul { margin: 10px 0 10px 20px; }
.faq-answer li { margin-bottom: 6px; }
.faq-answer a { color: var(--accent); text-decoration: none; font-weight: 500; }
.faq-answer a:hover { text-decoration: underline; }
.faq-answer strong { color: var(--text-primary); }

/* ── Legal Pages (AGB, Datenschutz, Impressum) ──────────── */
.legal-wrap { max-width: 720px; margin: 0 auto; padding: 80px 24px 60px; }
.legal-wrap h1 { font-size: 36px; font-weight: 800; letter-spacing: -0.03em; margin-bottom: 8px; }
.legal-wrap .legal-stand { font-size: 14px; color: var(--text-secondary); margin-bottom: 32px; }
.legal-wrap h2 { font-size: 18px; font-weight: 700; color: var(--accent); margin: 36px 0 12px; }
.legal-wrap h3 { font-size: 15px; font-weight: 600; margin: 24px 0 8px; }
.legal-wrap p, .legal-wrap li { font-size: 15px; color: var(--text-secondary); line-height: 1.75; margin-bottom: 12px; }
.legal-wrap ul, .legal-wrap ol { margin: 10px 0 16px 20px; }
.legal-wrap li { margin-bottom: 6px; }
.legal-wrap a { color: var(--accent); text-decoration: none; font-weight: 500; }
.legal-wrap a:hover { text-decoration: underline; }
.legal-wrap strong { color: var(--text-primary); }
.legal-wrap code { font-size: 14px; background: var(--bg-light); padding: 2px 6px; border-radius: 4px; }
@media (max-width: 768px) { .legal-wrap h1 { font-size: 28px; } .legal-wrap { padding: 70px 16px 40px; } }

/* Sub-page CTA box */
.cta-box {
    background: var(--accent-hover);
    color: #fff;
    border-radius: 24px;
    padding: 48px 40px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.cta-box h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #fff;
}

.cta-box p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 28px;
}

.cta-box a {
    display: inline-block;
    background: #34d399;
    color: var(--accent-hover);
    padding: 14px 32px;
    border-radius: 980px;
    font-weight: 700;
    text-decoration: none;
    font-size: 15px;
}

/* Sub-page footer */
footer:has(.footer-inner) {
    background: var(--accent-hover);
    color: #fff;
    padding: 32px 0;
    text-align: center;
}

.footer-inner {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 24px;
    font-size: 13px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.7);
}

.footer-inner a { color: #34d399; text-decoration: none; }

.footer-links-row {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-top: 16px;
    flex-wrap: wrap;
}

.footer-links-row a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    text-decoration: none;
}

.footer-links-row a:hover { color: #fff; }

@media (max-width: 768px) {
    h1 { font-size: 36px; }
    .page-hero { padding: 48px 16px 32px; }
    .faq-section { padding: 0 16px 60px; }
    .cta-box { padding: 32px 24px; }
    .header-nav a { font-size: 12px; padding: 6px 12px; }
}
