/* Phase 2: Conversion, Projektablauf und konkrete Referenzverknüpfung */
.phase2-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:22px 0 10px}.phase2-hero-actions .me-hero-cta{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:999px;font-weight:900;background:#d71920;color:#fff;box-shadow:0 14px 30px rgba(215,25,32,.32)}.phase2-hero-actions .me-hero-cta.secondary{background:rgba(0,0,0,.65);border:1px solid rgba(255,255,255,.45)}
.phase2-process{padding:76px 24px;background:#fff}.phase2-process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:30px}.phase2-step{background:#f7f7f8;border:1px solid #e4e4e6;border-radius:22px;padding:24px}.phase2-step-number{display:flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:50%;background:#d71920;color:#fff;font-weight:900;font-size:20px;margin-bottom:16px}.phase2-step h3{font-size:20px;margin:0 0 8px}.phase2-step p{margin:0;color:#555}
.phase2-proof{padding:76px 24px;background:#f5f5f5}.phase2-proof-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:28px}.phase2-proof-card{display:flex;flex-direction:column;background:#fff;border:1px solid #e2e2e2;border-radius:22px;padding:24px;box-shadow:0 14px 38px rgba(0,0,0,.08)}.phase2-proof-card .tag{display:inline-block;align-self:flex-start;background:#111;color:#fff;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:900;margin-bottom:13px}.phase2-proof-card h3{font-size:22px;margin:0 0 9px}.phase2-proof-card p{color:#555;margin:0 0 18px;flex:1}.phase2-proof-card a{font-weight:900;color:#b41219}
.phase2-reference-proof{padding:66px 24px;background:#fff}.phase2-reference-proof.alt{background:#f5f5f5}.phase2-reference-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:24px}.phase2-reference-card{display:block;background:#fff;border:1px solid #e2e2e2;border-radius:20px;padding:23px;box-shadow:0 12px 32px rgba(0,0,0,.07)}.phase2-reference-card strong{display:block;font-size:21px;margin-bottom:7px}.phase2-reference-card span{display:block;color:#555}.phase2-reference-card em{display:block;color:#b41219;font-style:normal;font-weight:900;margin-top:13px}
.phase2-plan{padding:66px 24px;background:#fff}.phase2-plan-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:24px}.phase2-plan-card{background:#f7f7f8;border:1px solid #e2e2e2;border-radius:20px;padding:22px}.phase2-plan-card strong{display:block;font-size:20px;margin-bottom:7px}.phase2-plan-card span{color:#555}
.phase2-service-nav{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin:24px auto 0}.phase2-service-nav a{display:inline-flex;padding:10px 15px;border-radius:999px;background:#111;color:#fff;font-weight:900}.phase2-service-nav a:hover{background:#d71920}
.phase2-lead{padding:78px 24px;background:linear-gradient(135deg,#080808,#2a080a);color:#fff}.phase2-lead-grid{max-width:1400px;margin:auto;display:grid;grid-template-columns:.8fr 1.2fr;gap:34px;align-items:start}.phase2-lead-copy h2{color:#fff}.phase2-lead-copy p{color:#eee}.phase2-direct-contact{margin-top:24px;padding:20px;border:1px solid rgba(255,255,255,.26);border-radius:18px;background:rgba(255,255,255,.08)}.phase2-direct-contact a{color:#fff;text-decoration:underline;font-weight:900}.phase2-lead-form{position:relative;background:#fff;color:#171717;border-radius:26px;padding:30px;box-shadow:0 20px 55px rgba(0,0,0,.28)}.phase2-lead-form h3{font-size:26px}.phase2-form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.phase2-lead-form label{display:block;font-weight:800;margin:0 0 15px}.phase2-lead-form input,.phase2-lead-form select,.phase2-lead-form textarea{display:block;width:100%;margin-top:7px;padding:13px 14px;border:1px solid #cfcfd4;border-radius:12px;background:#fff;font:inherit;color:#171717}.phase2-lead-form textarea{min-height:130px;resize:vertical}.phase2-form-consent{display:flex!important;gap:10px;align-items:flex-start;font-size:13.5px;line-height:1.45;font-weight:500!important}.phase2-form-consent input{width:auto!important;margin:4px 0 0!important;flex:0 0 auto}.phase2-form-consent a{color:#a90f15;text-decoration:underline;font-weight:900}.phase2-submit{width:100%;border:0;cursor:pointer;font-size:15px}.phase2-form-note{font-size:12.5px;color:#666;margin:12px 0 0;text-align:center}.phase2-hp{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}.phase2-form-status{display:none;margin:0 0 18px;padding:15px 16px;border-radius:14px;font-weight:800;line-height:1.45}.phase2-form-status.success{display:block;background:#e8f8ef;color:#106b35;border:1px solid #bde8ce}.phase2-form-status.error{display:block;background:#fff0f0;color:#9b1117;border:1px solid #ffc8c8}
@media(max-width:1000px){.phase2-process-grid{grid-template-columns:1fr 1fr}.phase2-proof-grid{grid-template-columns:1fr}.phase2-lead-grid{grid-template-columns:1fr}.phase2-plan-grid{grid-template-columns:1fr}.phase2-reference-grid{grid-template-columns:1fr}}
@media(max-width:620px){.phase2-process-grid{grid-template-columns:1fr}.phase2-form-row{grid-template-columns:1fr}.phase2-lead-form{padding:22px}.phase2-hero-actions{display:grid}.phase2-hero-actions a{width:100%}}
