/* MedTrain Landing Page — Dark Slate Theme */

.landing-body { background: #020617; color: #e2e8f0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; line-height: 1.6; overflow-x: hidden; margin: 0; }
.landing-body * { box-sizing: border-box; }

/* Topbar */
.l-topbar { position: sticky; top: 0; z-index: 50; background: rgba(15, 23, 42, 0.7); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid #1e293b; }
.l-topbar-inner { max-width: 1200px; margin: 0 auto; padding: 14px 24px; display: flex; align-items: center; justify-content: space-between; }
.l-brand { display: flex; align-items: center; gap: 10px; text-decoration: none; color: #fff; font-weight: 700; font-size: 16px; }
.l-brand-logo { width: 32px; height: 32px; border-radius: 8px; background: linear-gradient(135deg, #2563eb, #60a5fa); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 18px; box-shadow: 0 0 18px rgba(37,99,235,0.45); }
.l-nav { display: flex; align-items: center; gap: 18px; }
.l-nav a { color: #94a3b8; text-decoration: none; font-size: 13.5px; font-weight: 500; transition: color 0.15s; }
.l-nav a:hover { color: #f1f5f9; }
@media (max-width: 720px) { .l-nav .l-nav-link { display: none; } }
.l-nav .btn-login { color: #cbd5e1; border: 1px solid #334155; padding: 6px 14px; border-radius: 6px; }
.l-nav .btn-login:hover { background: #1e293b; color: #fff; }
.l-nav .btn-cta { background: linear-gradient(135deg, #2563eb, #3b82f6); color: #fff; padding: 7px 16px; border-radius: 6px; box-shadow: 0 0 18px rgba(37,99,235,0.35); }
.l-nav .btn-cta:hover { box-shadow: 0 0 24px rgba(37,99,235,0.55); }

/* Hero */
.hero { padding: 80px 24px 40px; max-width: 1200px; margin: 0 auto; text-align: center; position: relative; }
.hero-bg-blur { position: absolute; inset: 0; pointer-events: none; z-index: -1; overflow: hidden; }
.hero-bg-blur::before { content: ''; position: absolute; top: -300px; left: 50%; transform: translateX(-50%); width: 1000px; height: 700px; background: radial-gradient(ellipse, rgba(59,130,246,0.18) 0%, rgba(2,6,23,0) 60%); }
.hero-bg-blur::after { content: ''; position: absolute; top: 100px; right: 5%; width: 400px; height: 400px; background: radial-gradient(circle, rgba(220,38,38,0.10) 0%, rgba(2,6,23,0) 70%); }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: rgba(30, 58, 138, 0.3); border: 1px solid rgba(59, 130, 246, 0.3); color: #93c5fd; font-size: 12px; font-weight: 600; padding: 6px 14px; border-radius: 999px; margin-bottom: 22px; letter-spacing: 0.4px; }
.hero-eyebrow::before { content: ''; width: 6px; height: 6px; background: #22c55e; border-radius: 50%; box-shadow: 0 0 8px rgba(34,197,94,0.7); animation: pulse-dot 2s infinite; }
@keyframes pulse-dot { 0%, 100% { opacity: 1; } 50% { opacity: 0.6; } }
.hero h1 { font-size: clamp(34px, 6vw, 60px); font-weight: 800; color: #fff; line-height: 1.1; letter-spacing: -0.025em; margin: 0 0 22px 0; }
.hero h1 .accent { background: linear-gradient(135deg, #60a5fa 0%, #c084fc 50%, #f87171 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-sub { font-size: clamp(16px, 1.6vw, 19px); color: #94a3b8; max-width: 720px; margin: 0 auto 38px; line-height: 1.6; }
.hero-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 50px; }
.btn-primary-lg { background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%); color: #fff; padding: 13px 28px; border-radius: 8px; text-decoration: none; font-weight: 600; font-size: 15px; display: inline-flex; align-items: center; gap: 8px; box-shadow: 0 0 24px rgba(37,99,235,0.4); transition: all 0.2s; }
.btn-primary-lg:hover { transform: translateY(-1px); box-shadow: 0 0 32px rgba(37,99,235,0.6); }
.btn-secondary-lg { background: rgba(30, 41, 59, 0.5); color: #e2e8f0; padding: 13px 28px; border-radius: 8px; text-decoration: none; font-weight: 500; font-size: 15px; border: 1px solid #334155; display: inline-flex; align-items: center; gap: 8px; transition: all 0.2s; }
.btn-secondary-lg:hover { background: rgba(30, 41, 59, 0.9); border-color: #475569; }
.trust-bar { display: flex; justify-content: center; align-items: center; gap: 28px; flex-wrap: wrap; color: #64748b; font-size: 12.5px; margin-top: 20px; }
.trust-item { display: flex; align-items: center; gap: 8px; }
.trust-item svg { color: #22c55e; flex-shrink: 0; }

/* Hero Mockup */
.hero-mockup { margin: 50px auto 0; max-width: 1100px; border-radius: 14px; overflow: hidden; box-shadow: 0 0 60px rgba(59,130,246,0.15), 0 24px 60px rgba(0,0,0,0.5); border: 1px solid #1e293b; background: #020617; }
.mockup-bar { height: 32px; background: #0f172a; border-bottom: 1px solid #1e293b; display: flex; align-items: center; padding: 0 14px; gap: 6px; }
.mockup-dot { width: 11px; height: 11px; border-radius: 50%; }
.mockup-dot.r { background: #ef4444; } .mockup-dot.y { background: #f59e0b; } .mockup-dot.g { background: #10b981; }
.mockup-bar .url { margin-left: 14px; background: #020617; color: #64748b; padding: 3px 12px; border-radius: 5px; font-size: 11px; font-family: monospace; flex: 1; max-width: 360px; text-align: center; border: 1px solid #1e293b; }
.mockup-livesim { background: #020617; }
.ml-header { height: 50px; background: #0f172a; border-bottom: 1px solid #1e293b; display: flex; align-items: center; padding: 0 16px; gap: 12px; }
.ml-header-back { color: #94a3b8; font-size: 16px; }
.ml-header-title { color: #fff; font-size: 13px; font-weight: 700; }
.ml-header-sub { color: #64748b; font-size: 11px; }
.ml-header-status { margin-left: auto; background: #14532d; color: #86efac; border: 1px solid #166534; padding: 3px 10px; border-radius: 999px; font-size: 10.5px; font-weight: 600; }
.ml-main { display: grid; grid-template-columns: 200px 1fr 280px; min-height: 420px; }
@media (max-width: 880px) { .ml-main { grid-template-columns: 1fr; } .ml-sidebar, .ml-right { display: none; } }
.ml-sidebar { background: #0f172a; border-right: 1px solid #1e293b; padding: 14px; }
.ml-section-title { font-size: 9.5px; font-weight: 600; text-transform: uppercase; letter-spacing: 1.2px; color: #94a3b8; margin-bottom: 8px; }
.ml-sim-item { background: #1e293b; border: 1px solid #334155; color: #cbd5e1; padding: 7px 10px; border-radius: 6px; font-size: 11px; margin-bottom: 5px; }
.ml-sim-item.active { background: #1e3a8a; border-color: #1d4ed8; color: #dbeafe; }
.ml-sim-item .name { font-weight: 600; }
.ml-sim-item .meta { color: #64748b; font-size: 10px; margin-top: 2px; }
.ml-center { padding: 14px 18px; overflow: hidden; }
.ml-sim-title { color: #fff; font-size: 12.5px; font-weight: 700; margin-bottom: 14px; }
.ml-sim-title .sub { color: #94a3b8; font-weight: normal; font-size: 11px; }
.ml-entry { border-left: 2px solid #334155; padding-left: 14px; padding-bottom: 12px; margin-bottom: 12px; position: relative; }
.ml-entry.last { border-left-color: #3b82f6; }
.ml-entry-num { width: 22px; height: 22px; border-radius: 50%; background: #1e293b; color: #94a3b8; font-size: 10px; font-weight: 700; display: flex; align-items: center; justify-content: center; position: absolute; left: -12px; top: 0; }
.ml-entry.last .ml-entry-num { background: #1d4ed8; color: #fff; }
.ml-entry-meta { display: flex; gap: 6px; flex-wrap: wrap; align-items: center; font-size: 10px; color: #64748b; margin-bottom: 4px; }
.ml-entry-meta .tag { background: #1e293b; border: 1px solid #475569; padding: 1px 6px; border-radius: 3px; font-size: 9.5px; color: #cbd5e1; }
.ml-action-pill { background: #78350f; color: #fde68a; padding: 1px 7px; border-radius: 3px; font-size: 10px; font-weight: 500; display: inline-block; margin-right: 4px; }
.ml-card { background: #0f172a; border: 1px solid #1e293b; border-radius: 6px; padding: 8px 10px; font-size: 11px; color: #cbd5e1; margin-top: 4px; line-height: 1.45; }
.ml-audit-card { background: #2c0212; border: 2px solid #dc2626; box-shadow: 0 0 14px rgba(220,38,38,0.4); border-radius: 6px; padding: 8px 10px; margin-top: 4px; }
.ml-audit-card .t { color: #fca5a5; font-size: 10.5px; font-weight: 700; margin-bottom: 3px; }
.ml-audit-card .d { color: #fecaca; font-size: 11px; line-height: 1.4; }
.ml-right { background: rgba(15,23,42,0.5); border-left: 1px solid #1e293b; padding: 14px; }
.ml-monitor { background: #020617; border: 1px solid #334155; border-radius: 8px; overflow: hidden; }
.ml-monitor-head { background: #1e293b; padding: 7px 12px; border-bottom: 1px solid #334155; display: flex; align-items: center; gap: 6px; }
.ml-monitor-head .pulse { width: 7px; height: 7px; background: #22c55e; border-radius: 50%; animation: monitor-pulse 1.5s infinite; }
@keyframes monitor-pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.3; } }
.ml-monitor-head .ttl { font-size: 10px; color: #fff; font-weight: 700; text-transform: uppercase; letter-spacing: 1.8px; }
.ml-ekg { margin: 8px 10px 4px; background: #1e293b; border: 1px solid #475569; border-radius: 5px; padding: 5px 9px; display: flex; justify-content: space-between; align-items: center; }
.ml-ekg .l { font-size: 9.5px; color: #94a3b8; }
.ml-ekg .v { color: #fde047; font-family: monospace; font-weight: 700; font-size: 11px; }
.ml-vitals { padding: 4px 8px 8px; display: grid; grid-template-columns: 1fr 1fr; gap: 4px; }
.ml-vital-row { background: #0f172a; border: 1px solid #334155; border-radius: 5px; padding: 4px 8px; display: flex; justify-content: space-between; align-items: center; font-size: 10px; }
.ml-vital-row.crit { background: #450a0a; border-color: #b91c1c; }
.ml-vital-row.warn { background: #422006; border-color: #b45309; }
.ml-vital-row .l { color: #94a3b8; }
.ml-vital-row .v { color: #4ade80; font-family: monospace; font-weight: 700; font-size: 11.5px; }
.ml-vital-row.crit .v { color: #f87171; }
.ml-vital-row.warn .v { color: #fbbf24; }

/* Sections */
.section { padding: 100px 24px; max-width: 1200px; margin: 0 auto; position: relative; }
.section-eyebrow { text-align: center; color: #60a5fa; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 12px; }
.section-title { text-align: center; font-size: clamp(28px, 4vw, 42px); font-weight: 800; color: #fff; margin: 0 0 16px; letter-spacing: -0.025em; line-height: 1.15; }
.section-sub { text-align: center; font-size: 17px; color: #94a3b8; max-width: 700px; margin: 0 auto 60px; line-height: 1.55; }
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.feature { background: linear-gradient(180deg, rgba(30,41,59,0.4) 0%, rgba(15,23,42,0.4) 100%); border: 1px solid #1e293b; border-radius: 12px; padding: 28px; transition: all 0.25s; position: relative; overflow: hidden; }
.feature::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(96,165,250,0.5), transparent); opacity: 0; transition: opacity 0.25s; }
.feature:hover { transform: translateY(-2px); border-color: #334155; }
.feature:hover::before { opacity: 1; }
.feature-icon { width: 44px; height: 44px; background: linear-gradient(135deg, rgba(37,99,235,0.2), rgba(96,165,250,0.1)); color: #60a5fa; border: 1px solid rgba(59,130,246,0.3); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 16px; }
.feature h3 { font-size: 16.5px; font-weight: 700; color: #f1f5f9; margin: 0 0 8px; }
.feature p { font-size: 14px; color: #94a3b8; margin: 0; line-height: 1.6; }

/* Screenshots */
.shots-section { padding: 100px 24px; background: linear-gradient(180deg, transparent 0%, rgba(15,23,42,0.4) 100%); border-top: 1px solid #1e293b; border-bottom: 1px solid #1e293b; }
.shots-section .inner { max-width: 1200px; margin: 0 auto; }
.shots-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 24px; }
@media (max-width: 880px) { .shots-grid { grid-template-columns: 1fr; } }
.shot-card { background: #0f172a; border: 1px solid #1e293b; border-radius: 12px; overflow: hidden; transition: all 0.2s; }
.shot-card:hover { border-color: #334155; transform: translateY(-2px); }
.shot-card .shot-bar { height: 28px; background: #1e293b; border-bottom: 1px solid #334155; display: flex; align-items: center; padding: 0 12px; gap: 5px; }
.shot-card .shot-bar .dot { width: 9px; height: 9px; border-radius: 50%; }
.shot-card .shot-bar .dot.r { background: #ef4444; } .shot-card .shot-bar .dot.y { background: #f59e0b; } .shot-card .shot-bar .dot.g { background: #10b981; }
.shot-card .shot-bar .url-mini { margin-left: 10px; color: #64748b; font-size: 10px; font-family: monospace; }
.shot-card .shot-content { padding: 16px; min-height: 280px; }
.shot-card .shot-label { padding: 14px 18px 0; }
.shot-card .shot-label h4 { color: #fff; font-size: 14.5px; font-weight: 700; margin: 0 0 4px; }
.shot-card .shot-label p { color: #94a3b8; font-size: 12.5px; margin: 0 0 10px; line-height: 1.5; }
.gen-mockup .row { display: grid; grid-template-columns: 90px 1fr; padding: 6px 0; border-bottom: 1px solid #1e293b; font-size: 12px; }
.gen-mockup .row:last-child { border: 0; }
.gen-mockup .k { color: #64748b; font-weight: 500; }
.gen-mockup .v { color: #cbd5e1; }
.gen-mockup .phase-card { background: #1e3a8a; color: #dbeafe; padding: 8px 12px; border-radius: 6px; font-size: 11.5px; font-weight: 600; margin-top: 12px; }
.gen-mockup .actions-list { background: #0f172a; border: 1px solid #1e293b; border-radius: 0 0 6px 6px; padding: 10px 12px; color: #cbd5e1; font-size: 11.5px; line-height: 1.7; }
.gen-mockup .leitlinie { margin-top: 10px; color: #64748b; font-size: 10.5px; line-height: 1.5; border-top: 1px dashed #334155; padding-top: 8px; }
.gen-mockup .leitlinie b { color: #94a3b8; }
.patient-mockup .pat-head { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.patient-mockup .pat-avatar { width: 36px; height: 36px; background: linear-gradient(135deg, #4f46e5, #7c3aed); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 13px; }
.patient-mockup .pat-name { color: #fff; font-size: 13px; font-weight: 700; }
.patient-mockup .pat-meta { color: #64748b; font-size: 11px; }
.patient-mockup .diag-tag { display: inline-block; background: #1e293b; border: 1px solid #334155; color: #cbd5e1; padding: 2px 8px; border-radius: 4px; font-size: 10.5px; margin-right: 4px; margin-bottom: 4px; }
.patient-mockup .meds-list { margin-top: 12px; padding-top: 10px; border-top: 1px solid #1e293b; }
.patient-mockup .med-row { display: flex; justify-content: space-between; padding: 4px 0; font-size: 11.5px; color: #cbd5e1; }
.patient-mockup .med-row .scheme { color: #60a5fa; font-family: monospace; }
.patient-mockup .alergic { margin-top: 12px; background: #450a0a; border: 1px solid #b91c1c; border-radius: 6px; padding: 6px 10px; color: #fca5a5; font-size: 11px; }
.patient-mockup .alergic b { color: #fecaca; }
.action-mockup .cat-tabs { display: flex; gap: 4px; margin-bottom: 10px; flex-wrap: wrap; }
.action-mockup .cat-tab { padding: 3px 9px; border-radius: 999px; font-size: 10px; font-weight: 500; border: 1px solid #334155; color: #94a3b8; }
.action-mockup .cat-tab.active { background: #78350f; color: #fde68a; border-color: transparent; }
.action-mockup .preset-row { display: flex; gap: 5px; flex-wrap: wrap; margin-bottom: 8px; }
.action-mockup .preset { background: transparent; border: 1px dashed #475569; color: #cbd5e1; padding: 3px 9px; border-radius: 4px; font-size: 10.5px; }
.action-mockup .selected-row { display: flex; gap: 4px; flex-wrap: wrap; margin-bottom: 8px; }
.action-mockup .sel-pill { background: #78350f; color: #fde68a; padding: 2px 7px; border-radius: 4px; font-size: 10.5px; }
.action-mockup .textarea-mock { background: #0f172a; border: 1px solid #334155; color: #475569; padding: 6px 10px; border-radius: 5px; font-size: 11px; margin-bottom: 8px; font-style: italic; }
.action-mockup .send-btn { background: #1d4ed8; color: #fff; padding: 6px 12px; border-radius: 5px; font-size: 11px; font-weight: 600; text-align: center; }
.brief-mockup { background: #fff; color: #0f172a; padding: 20px; border-radius: 6px; font-size: 11px; line-height: 1.5; }
.brief-mockup .brief-head { display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 10px; border-bottom: 2px solid #475569; margin-bottom: 10px; }
.brief-mockup .brief-head .logo { width: 36px; height: 36px; background: #1e3a8a; border-radius: 4px; }
.brief-mockup .brief-head .h-name { font-size: 13px; font-weight: 700; color: #1e3a8a; }
.brief-mockup .brief-head .h-addr { color: #475569; font-size: 9.5px; }
.brief-mockup h5 { font-size: 11.5px; margin: 6px 0 4px; color: #1e3a8a; }
.brief-mockup p { margin: 3px 0; font-size: 10.5px; color: #334155; }

/* CTA */
.cta-section { padding: 90px 24px; background: radial-gradient(ellipse at center, rgba(30,58,138,0.5) 0%, rgba(2,6,23,0) 70%); text-align: center; border-top: 1px solid #1e293b; }
.cta-section h2 { font-size: clamp(28px, 4vw, 40px); font-weight: 800; margin: 0 0 14px; color: #fff; letter-spacing: -0.025em; }
.cta-section p { font-size: 17px; max-width: 600px; margin: 0 auto 30px; color: #94a3b8; }

/* Footer */
.l-footer { padding: 48px 24px 28px; border-top: 1px solid #1e293b; }
.l-footer-inner { max-width: 1200px; margin: 0 auto; }
.l-footer-top { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 30px; border-bottom: 1px solid #1e293b; padding-bottom: 28px; margin-bottom: 22px; }
.l-footer-brand p { color: #64748b; font-size: 13px; max-width: 360px; margin-top: 10px; line-height: 1.55; }
.l-footer-cols { display: flex; gap: 50px; flex-wrap: wrap; }
.l-footer-col h4 { color: #cbd5e1; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; margin: 0 0 14px; }
.l-footer-col a { display: block; color: #64748b; text-decoration: none; font-size: 13px; margin-bottom: 8px; transition: color 0.15s; }
.l-footer-col a:hover { color: #cbd5e1; }
.l-footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; color: #475569; font-size: 11.5px; }
