/* =========================================================================
   MC-Cloud — Landing Page. Emerald/Lime, Glas, Voxel-Akzente.
   ========================================================================= */
.lp-body { overflow-x: hidden; }

/* ---- Header ---- */
.lp-header { position: sticky; top: 0; z-index: 50; display: flex; align-items: center; gap: 22px;
    padding: 16px clamp(18px, 5vw, 64px); transition: .25s; }
.lp-header.scrolled { background: rgba(8,11,16,.7); backdrop-filter: blur(14px) saturate(1.3);
    border-bottom: 1px solid var(--border); padding-top: 11px; padding-bottom: 11px; }
.lp-brand { display: flex; align-items: center; gap: 10px; font-family: var(--font-display);
    font-weight: 800; font-size: 1.25rem; color: var(--text); text-decoration: none; }
.lp-brand .logo { width: 32px; height: 32px; border-radius: 9px; display: grid; place-items: center;
    background: var(--grad); color: #06210f; font-size: 1.1rem; }
.lp-nav { display: flex; gap: 26px; margin-left: 18px; }
.lp-nav a { color: var(--text-dim); text-decoration: none; font-weight: 500; font-size: .95rem; }
.lp-nav a:hover { color: var(--text); }
.lp-cta { margin-left: auto; display: flex; align-items: center; gap: 16px; }
.lp-link { color: var(--text-dim); text-decoration: none; font-weight: 600; }
.lp-link:hover { color: var(--text); }
.lp-btn { background: var(--grad); color: #06210f; font-weight: 700; text-decoration: none;
    padding: 10px 18px; border-radius: 11px; box-shadow: 0 6px 16px -10px rgba(52,211,153,.5); transition: .16s; }
.lp-btn:hover { transform: translateY(-2px); filter: brightness(1.05); }

/* ---- Hero ---- */
.lp-hero { position: relative; max-width: 1180px; margin: 0 auto; padding: clamp(40px,8vw,90px) clamp(18px,5vw,40px) 60px;
    display: grid; grid-template-columns: 1.05fr .95fr; gap: 50px; align-items: center; }
.lp-eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 6px 13px; border-radius: 999px;
    background: rgba(52,211,153,.1); border: 1px solid rgba(52,211,153,.3); color: #6ee7b7;
    font-size: .8rem; font-weight: 600; margin-bottom: 22px; }
.lp-hero h1 { font-family: var(--font-display); font-size: clamp(2.4rem, 5.5vw, 4rem); line-height: 1.02;
    font-weight: 800; letter-spacing: -.03em; margin: 0 0 20px; }
.lp-hero h1 .grad { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.lp-hero h1 .accent { color: var(--green); position: relative; white-space: nowrap; }
.lp-hero p.sub { font-size: clamp(1rem,1.6vw,1.18rem); color: var(--text-dim); max-width: 30em; margin: 0 0 30px; }
.lp-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.lp-btn-lg { background: var(--grad); color: #06210f; font-weight: 700; text-decoration: none; font-size: 1.05rem;
    padding: 15px 28px; border-radius: 13px; box-shadow: 0 10px 24px -14px rgba(52,211,153,.5); transition: .16s; }
.lp-btn-lg:hover { transform: translateY(-2px); filter: brightness(1.04); }
.lp-btn-ghost { color: var(--text); text-decoration: none; font-weight: 600; padding: 15px 22px;
    border-radius: 13px; border: 1px solid var(--border-2); transition: .16s; }
.lp-btn-ghost:hover { background: rgba(255,255,255,.05); }
.lp-hero-meta { display: flex; gap: 22px; margin-top: 26px; color: var(--muted); font-size: .85rem; flex-wrap: wrap; }
.lp-hero-meta b { color: var(--text); }

/* schwebende Voxel-Würfel */
.lp-cubes { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: -1; }
.lp-cube { position: absolute; width: 46px; height: 46px; border-radius: 10px; opacity: .5;
    background: linear-gradient(135deg, rgba(52,211,153,.5), rgba(163,230,53,.25));
    border: 1px solid rgba(163,230,53,.3); animation: float 9s ease-in-out infinite; }
.lp-cube:nth-child(1){ top:8%; left:6%; animation-delay:0s; }
.lp-cube:nth-child(2){ top:62%; left:14%; width:30px;height:30px; animation-delay:1.5s; }
.lp-cube:nth-child(3){ top:18%; right:10%; width:60px;height:60px; animation-delay:.8s; }
.lp-cube:nth-child(4){ top:74%; right:18%; width:24px;height:24px; animation-delay:2.4s; }
@keyframes float { 0%,100%{ transform: translateY(0) rotate(0); } 50%{ transform: translateY(-22px) rotate(8deg); } }

/* Mock-Panel im Hero */
.lp-mock { background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,0)), var(--panel);
    border: 1px solid var(--border-2); border-radius: 16px; box-shadow: 0 24px 60px -34px rgba(0,0,0,.7);
    overflow: hidden; }
.lp-mock-top { display: flex; align-items: center; gap: 10px; padding: 13px 16px; border-bottom: 1px solid var(--border);
    background: rgba(255,255,255,.02); }
.lp-mock-top .dot { width: 11px; height: 11px; border-radius: 50%; }
.lp-mock-body { padding: 18px; font-family: var(--mono); font-size: .76rem; }
.lp-mock-row { display: flex; justify-content: space-between; padding: 7px 0; color: var(--text-dim); border-bottom: 1px solid rgba(255,255,255,.04); }
.lp-mock-bar { height: 8px; border-radius: 999px; background: rgba(255,255,255,.08); margin-top: 14px; overflow: hidden; }
.lp-mock-bar > span { display: block; height: 100%; width: 54%; background: var(--grad); }
.lp-console { margin-top: 14px; background: #06090d; border-radius: 10px; padding: 12px; line-height: 1.7;
    color: #9fb6cc; height: 120px; overflow: hidden; }
.lp-console .g { color: #6ee7b7; } .lp-console .b { color: #38bdf8; }

/* ---- Sektionen ---- */
.lp-section { max-width: 1180px; margin: 0 auto; padding: clamp(50px,8vw,90px) clamp(18px,5vw,40px); }
.lp-section h2 { font-family: var(--font-display); font-size: clamp(1.8rem,3.5vw,2.6rem); text-align: center;
    letter-spacing: -.02em; margin: 0 0 10px; }
.lp-section .lead { text-align: center; color: var(--text-dim); max-width: 34em; margin: 0 auto 46px; }

.lp-features { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.lp-feature { background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,0)), var(--panel);
    border: 1px solid var(--border); border-radius: 16px; padding: 26px; transition: .2s; }
.lp-feature:hover { border-color: var(--border-2); transform: translateY(-4px); }
.lp-feature .ic { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center;
    color: var(--green); background: rgba(52,211,153,.08); border: 1px solid rgba(52,211,153,.2); margin-bottom: 16px; }
.lp-feature .ic svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8;
    stroke-linecap: round; stroke-linejoin: round; }
.lp-feature h3 { font-size: 1.12rem; margin: 0 0 7px; }
.lp-feature p { color: var(--text-dim); font-size: .92rem; margin: 0; }

/* Versionen */
.lp-versions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.lp-chip { padding: 11px 20px; border-radius: 12px; background: var(--panel); border: 1px solid var(--border-2);
    font-weight: 600; display: flex; align-items: center; gap: 9px; }

/* Pricing */
.lp-pricing { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; align-items: stretch; }
.lp-price { position: relative; background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,0)), var(--panel);
    border: 1px solid var(--border); border-radius: 18px; padding: 28px 24px; display: flex; flex-direction: column; transition: .2s; }
.lp-price:hover { transform: translateY(-5px); border-color: var(--border-2); }
.lp-price.popular { border-color: rgba(52,211,153,.5); box-shadow: 0 0 0 1px rgba(52,211,153,.3), 0 24px 60px -28px rgba(52,211,153,.4); }
.lp-price .pop-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--grad);
    color: #06210f; font-weight: 700; font-size: .72rem; padding: 5px 13px; border-radius: 999px; }
.lp-price .pname { font-family: var(--font-display); font-weight: 700; font-size: 1.25rem; }
.lp-price .pprice { font-family: var(--font-display); font-size: 2.5rem; font-weight: 800; margin: 12px 0 2px; letter-spacing: -.02em; }
.lp-price .pprice .per { font-size: .9rem; color: var(--muted); font-weight: 500; }
.lp-price ul { list-style: none; padding: 0; margin: 18px 0 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.lp-price li { display: flex; align-items: center; gap: 9px; color: var(--text-dim); font-size: .92rem; }
.lp-price li::before { content: "✓"; color: var(--lime); font-weight: 800; }
.lp-price .lp-btn-lg { text-align: center; font-size: .98rem; padding: 13px; }
.lp-price.popular .lp-btn-lg, .lp-price .lp-btn-lg { display: block; }

/* CTA-Band */
.lp-band { max-width: 1100px; margin: 0 auto clamp(50px,8vw,90px); padding: clamp(40px,6vw,64px);
    border-radius: 24px; text-align: center; position: relative; overflow: hidden;
    background: linear-gradient(135deg, rgba(52,211,153,.16), rgba(163,230,53,.06)); border: 1px solid rgba(52,211,153,.3); }
.lp-band h2 { font-family: var(--font-display); font-size: clamp(1.7rem,3.5vw,2.4rem); margin: 0 0 12px; }
.lp-band p { color: var(--text-dim); margin: 0 0 26px; }

/* Footer */
.lp-footer { border-top: 1px solid var(--border); margin-top: 30px; padding: 50px clamp(18px,5vw,40px) 30px; }
.lp-foot-inner { max-width: 1100px; margin: 0 auto; display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.lp-foot-links { display: flex; flex-direction: column; gap: 10px; }
.lp-foot-links a { color: var(--text-dim); text-decoration: none; }
.lp-foot-links a:hover { color: var(--text); }
.lp-foot-bottom { max-width: 1100px; margin: 36px auto 0; padding-top: 22px; border-top: 1px solid var(--border);
    color: var(--muted); font-size: .85rem; text-align: center; }

/* Reveal-Animation */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---- Responsiv ---- */
@media (max-width: 900px) {
    .lp-hero { grid-template-columns: 1fr; gap: 36px; }
    .lp-mock { transform: none; }
    .lp-features, .lp-pricing { grid-template-columns: 1fr 1fr; }
    .lp-nav { display: none; }
}
@media (max-width: 560px) {
    .lp-features, .lp-pricing { grid-template-columns: 1fr; }
    .lp-cta .lp-link { display: none; }
}

/* =========================================================================
   Landing — Premium-Verbesserungen (Aura, Trust, Steps, FAQ, A11y)
   ========================================================================= */

/* Hero-Atmosphäre: weiche Lichtquellen + feines Raster */
.lp-aura { position: absolute; inset: -10% -10% auto -10%; height: 640px; z-index: -2; pointer-events: none;
    background:
      radial-gradient(680px 340px at 22% 8%, rgba(52,211,153,.10), transparent 62%),
      radial-gradient(520px 300px at 85% 2%, rgba(52,211,153,.05), transparent 60%); }
.lp-hero::before { content: ""; position: absolute; inset: 0; z-index: -2; pointer-events: none; opacity: .5;
    background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
                      linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 46px 46px;
    -webkit-mask-image: radial-gradient(640px 440px at 60% 30%, #000 0%, transparent 75%);
            mask-image: radial-gradient(640px 440px at 60% 30%, #000 0%, transparent 75%); }

/* Live-Status-Pill */
.lp-status-pill { text-decoration: none; }
.lp-status-pill .pulse { width: 9px; height: 9px; border-radius: 50%; background: #34d399;
    box-shadow: 0 0 0 0 rgba(52,211,153,.6); animation: lpPulse 2s infinite; }
@keyframes lpPulse { 0%{ box-shadow: 0 0 0 0 rgba(52,211,153,.55);} 70%{ box-shadow: 0 0 0 7px rgba(52,211,153,0);} 100%{ box-shadow: 0 0 0 0 rgba(52,211,153,0);} }

/* Buttons schlicht halten (kein Glanz-Sweep — wirkt sonst zu verspielt) */

/* Trust-Leiste */
.lp-trust { max-width: 1000px; margin: -10px auto 0; padding: 22px clamp(18px,5vw,40px);
    display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; text-align: center; }
.lp-trust > div { display: flex; flex-direction: column; gap: 3px; padding: 10px;
    border-left: 1px solid var(--border); }
.lp-trust > div:first-child { border-left: 0; }
.lp-trust b { font-family: var(--font-display); font-size: clamp(1.5rem,3vw,2rem); line-height: 1; color: var(--text); }
.lp-trust span { color: var(--muted); font-size: .82rem; }

/* Schritte */
.lp-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; counter-reset: step; }
.lp-step { position: relative; background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,0)), var(--panel);
    border: 1px solid var(--border); border-radius: 16px; padding: 28px 24px; }
.lp-step .num { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px;
    font-family: var(--font-display); font-weight: 800; font-size: 1.2rem; margin-bottom: 14px;
    color: #06210f; background: var(--grad); box-shadow: 0 10px 24px -10px rgba(52,211,153,.7); }
.lp-step h3 { margin: 0 0 6px; font-size: 1.1rem; }
.lp-step p { color: var(--text-dim); font-size: .92rem; margin: 0; }
.lp-step:not(:last-child)::after { content: "→"; position: absolute; right: -22px; top: 50%; transform: translateY(-50%);
    color: var(--border-2); font-size: 1.4rem; }

/* FAQ */
.lp-faq { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 10px; }
.lp-faq-item { background: var(--panel); border: 1px solid var(--border); border-radius: 13px; overflow: hidden; }
.lp-faq-item summary { list-style: none; cursor: pointer; padding: 17px 20px; font-weight: 600;
    display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.lp-faq-item summary::-webkit-details-marker { display: none; }
.lp-faq-item .chev { color: var(--green); font-weight: 800; font-size: 1.2rem; transition: transform .2s; }
.lp-faq-item[open] .chev { transform: rotate(45deg); }
.lp-faq-item[open] summary { border-bottom: 1px solid var(--border); }
.lp-faq-a { padding: 14px 20px 18px; color: var(--text-dim); font-size: .94rem; line-height: 1.6; }

@media (max-width: 900px) {
    .lp-steps { grid-template-columns: 1fr; }
    .lp-step:not(:last-child)::after { content: none; }
}
@media (max-width: 560px) {
    .lp-trust { grid-template-columns: 1fr 1fr; gap: 14px; }
    .lp-trust > div:nth-child(3) { border-left: 0; }
}

/* Barrierefreiheit: Bewegung reduzieren */
@media (prefers-reduced-motion: reduce) {
    .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
    .lp-cube, .lp-status-pill .pulse { animation: none !important; }
    .lp-btn-lg::after, .lp-btn::after { display: none; }
    html { scroll-behavior: auto; }
}
html { scroll-behavior: smooth; }

/* ---- Häkchen-Icons (Hero-Meta, Trust-Liste) ---- */
.chk { width: 17px; height: 17px; fill: none; stroke: var(--green); stroke-width: 3;
    stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.lp-hero-meta span { display: inline-flex; align-items: center; gap: 7px; }

/* ---- „Warum wir" / Trust-Block ---- */
.lp-why { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center;
    background: linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,0)), var(--panel);
    border: 1px solid var(--border); border-radius: 20px; padding: clamp(28px,4vw,46px); }
.lp-why-text h2 { font-family: var(--font-display); font-size: clamp(1.6rem,3vw,2.2rem); letter-spacing: -.02em; }
.lp-why-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 16px; }
.lp-why-list li { display: flex; align-items: flex-start; gap: 12px; color: var(--text-dim); font-size: .96rem; line-height: 1.5; }
.lp-why-list li b { color: var(--text); font-weight: 600; }
.lp-why-list .chk { margin-top: 3px; }
@media (max-width: 900px) {
    .lp-why { grid-template-columns: 1fr; gap: 22px; }
}
