:root{
  --zd-bg:#eef6ff;
  --zd-panel:#ffffff;
  --zd-text:#0f172a;
  --zd-muted:#475569;
  --zd-soft:#e2ebf7;
  --zd-border:#cbdcf0;
  --zd-blue:#2563eb;
  --zd-blue-2:#4f46e5;
  --zd-indigo:#4338ca;
  --zd-green:#10b981;
  --zd-shadow:0 26px 70px rgba(15,23,42,.10);
  --zd-radius:28px;
}

.home-page{background:linear-gradient(180deg,#f6fbff 0%,#edf6ff 42%,#f8fbff 100%);color:var(--zd-text);overflow:hidden}
.home-page *{box-sizing:border-box}
.home-shell{width:min(100% - 40px,1180px);margin:0 auto;min-width:0}
.home-page h1,.home-page h2,.home-page h3,.home-page p{margin-top:0}
.home-page h1,.home-page h2,.home-page h3{color:var(--zd-text);letter-spacing:-.045em;line-height:1.02;text-wrap:balance}
.home-page p{color:var(--zd-muted);line-height:1.65}
.home-eyebrow{display:inline-flex;align-items:center;gap:8px;width:max-content;max-width:100%;margin:0 0 18px;padding:7px 11px;border:1px solid #bfdbfe;border-radius:999px;background:#eaf3ff;color:#1d4ed8;font-size:.78rem;font-weight:950;letter-spacing:.12em;text-transform:uppercase;line-height:1}
.home-eyebrow::before{content:"";width:7px;height:7px;border-radius:999px;background:#60a5fa;box-shadow:0 0 0 4px rgba(96,165,250,.18)}
.home-eyebrow-dark{background:rgba(96,165,250,.14);border-color:rgba(147,197,253,.32);color:#bfdbfe}
.home-eyebrow-light{background:rgba(255,255,255,.13);border-color:rgba(255,255,255,.24);color:#dbeafe}
.home-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 19px;border-radius:12px;border:1px solid transparent;text-decoration:none;font-weight:950;font-size:.95rem;white-space:nowrap;transition:transform .16s ease,box-shadow .16s ease,background .16s ease,border-color .16s ease}
.home-btn:hover{transform:translateY(-1px)}
.home-btn-primary{color:#fff;background:linear-gradient(135deg,#4f46e5,#2563eb);box-shadow:0 14px 30px rgba(37,99,235,.22)}
.home-btn-secondary{color:#1d4ed8;background:#fff;border-color:#bfdbfe;box-shadow:0 12px 24px rgba(15,23,42,.05)}
.home-btn-light{color:#1d4ed8;background:#fff;border-color:#fff;box-shadow:0 14px 30px rgba(15,23,42,.16)}
.home-btn-ghost-light{color:#fff;background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.28)}
.home-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.home-actions-center{justify-content:center}

.home-hero{position:relative;padding:clamp(64px,8vw,106px) 0 0;background:radial-gradient(circle at 78% 0%,rgba(96,165,250,.24),transparent 34%),linear-gradient(135deg,#f8fbff 0%,#edf7ff 100%);border-bottom:1px solid var(--zd-border)}
.home-hero::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(37,99,235,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(37,99,235,.05) 1px,transparent 1px);background-size:54px 54px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.36),transparent 60%);pointer-events:none}
.home-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,520px);gap:clamp(36px,6vw,72px);align-items:center;padding-bottom:44px}
.home-hero-copy{min-width:0;max-width:690px}
.home-hero h1{font-size:clamp(3.15rem,7vw,6.15rem);line-height:.94;margin:0 0 22px;max-width:690px;overflow-wrap:normal;word-break:normal;hyphens:none}
.home-hero h1 span{display:block}.home-lead{max-width:640px;margin-bottom:22px;font-size:clamp(1.05rem,1.45vw,1.22rem);font-weight:650;color:#334155}.home-microcopy{margin:16px 0 0;color:#475569;font-size:.92rem;font-weight:750}.home-trust{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.home-trust span{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border:1px solid #cbd5e1;border-radius:999px;background:rgba(255,255,255,.78);color:#334155;font-size:.82rem;font-weight:900;box-shadow:0 8px 22px rgba(15,23,42,.04)}

.home-dashboard-preview{min-width:0;position:relative;width:100%;max-width:520px;justify-self:end;padding:18px;border:1px solid rgba(203,220,240,.9);border-radius:28px;background:rgba(255,255,255,.82);box-shadow:var(--zd-shadow);backdrop-filter:blur(10px)}
.home-demo-browser{display:flex;gap:6px;margin-bottom:12px}.home-demo-browser span{width:7px;height:7px;border-radius:999px;background:#cbd5e1}.home-demo-app{display:grid;grid-template-columns:58px minmax(0,1fr);border-radius:22px;overflow:hidden;border:1px solid #dbe7f6;background:#fff}.home-demo-sidebar{display:flex;flex-direction:column;align-items:center;gap:12px;padding:16px 0;background:#08233d}.home-demo-logo{display:grid!important;place-items:center;width:28px;height:28px;border-radius:9px;background:#1788ff;color:#fff;font-weight:950}.home-demo-sidebar i{display:block;width:24px;height:5px;border-radius:999px;background:rgba(255,255,255,.22)}.home-demo-sidebar i:nth-child(2){background:#3b82f6}.home-demo-main{min-width:0;padding:18px;background:linear-gradient(180deg,#f9fbff,#fff)}.home-demo-head{display:flex;align-items:start;justify-content:space-between;gap:12px;margin-bottom:14px}.home-demo-kicker{display:block;margin:0 0 3px;color:#64748b;font-size:.66rem;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.home-demo-head strong{display:block;color:#0f172a;font-size:1.05rem;line-height:1}.home-demo-head>span{display:inline-flex;align-items:center;min-height:24px;padding:0 8px;border-radius:999px;background:#eff6ff;color:#2563eb;font-size:.68rem;font-weight:950;white-space:nowrap}.home-demo-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin-bottom:12px}.home-demo-stats article{min-width:0;padding:10px;border:1px solid #dbe7f6;border-radius:13px;background:#fff}.home-demo-stats span,.home-demo-stats small{display:block;color:#64748b;font-size:.63rem;font-weight:850}.home-demo-stats strong{display:block;margin:4px 0 2px;color:#0f172a;font-size:1.18rem;line-height:1}.home-demo-content-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.home-demo-card{min-width:0;border:1px solid #dbe7f6;border-radius:15px;background:#fff;padding:12px}.home-demo-card-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.home-demo-card-head span{color:#64748b;font-size:.66rem;font-weight:950;text-transform:uppercase;letter-spacing:.05em}.home-demo-card-head strong{color:#0f172a;font-size:.76rem}.home-demo-bars{display:flex;align-items:end;gap:7px;height:64px}.home-demo-bars i{flex:1;min-width:0;border-radius:6px 6px 3px 3px;background:linear-gradient(180deg,#60a5fa,#2563eb);height:42%}.home-demo-bars i:nth-child(2){height:64%}.home-demo-bars i:nth-child(3){height:38%}.home-demo-bars i:nth-child(4){height:78%}.home-demo-bars i:nth-child(5){height:54%}.home-demo-donut{width:66px;height:66px;margin:0 auto;border-radius:999px;background:conic-gradient(#2563eb 0 45%,#60a5fa 45% 66%,#10b981 66% 84%,#e0f2fe 84% 100%);position:relative}.home-demo-donut::after{content:"";position:absolute;inset:17px;border-radius:999px;background:#fff}.home-demo-card-tasks{grid-column:span 1}.home-demo-task{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:7px 0;border-top:1px solid #eef2f7;color:#475569;font-size:.72rem;font-weight:850}.home-demo-task:first-of-type{border-top:0}.home-demo-task strong{color:#2563eb;font-size:.72rem;white-space:nowrap}.home-demo-card-audit{background:#eefdfb}.home-demo-card-audit strong{display:block;color:#0f172a;font-size:.9rem}.home-demo-card-audit p{margin:7px 0 0;font-size:.72rem;line-height:1.45;color:#475569}

.home-benefit-strip{position:relative;z-index:3;margin-top:-24px;padding-bottom:clamp(38px,5vw,64px)}.home-benefit-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}.home-benefit-grid article,.home-benefit-card{min-width:0;min-height:132px;padding:18px 16px;border:1px solid var(--zd-border);border-radius:16px;background:#fff;box-shadow:0 18px 40px rgba(15,23,42,.07)}.home-benefit-grid span{display:grid;place-items:center;width:32px;height:32px;margin-bottom:15px;border-radius:10px;background:#eef5ff;color:#2563eb;font-weight:950}.home-benefit-grid strong{display:block;margin-bottom:8px;color:#0f172a;font-size:.97rem;letter-spacing:-.015em}.home-benefit-grid p{margin:0;color:#475569;font-size:.88rem;line-height:1.5}.home-benefit-card{text-decoration:none;color:inherit;cursor:pointer}.home-benefit-card em{display:inline-flex;margin-top:auto;padding-top:12px;color:#2563eb;font-size:.84rem;font-style:normal;font-weight:950}.home-problem-card{text-decoration:none;color:inherit;cursor:pointer;display:flex;flex-direction:column}.home-problem-card span{display:inline-flex;margin-top:auto;padding-top:12px;color:#2563eb;font-size:.84rem;font-weight:950}

.home-section{padding:clamp(70px,8vw,112px) 0}.home-section-soft{background:rgba(255,255,255,.42);border-top:1px solid var(--zd-border);border-bottom:1px solid var(--zd-border)}.home-section h2{font-size:clamp(2.35rem,5.4vw,5.1rem)}.home-section-head{max-width:850px;margin:0 0 36px}.home-section-head-center{text-align:center;margin-left:auto;margin-right:auto}.home-section-head-center .home-eyebrow{margin-left:auto;margin-right:auto}.home-section-head p{font-size:1.04rem;font-weight:650;color:#475569}.home-proof-panel{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:48px;align-items:center;padding:46px;border:1px solid var(--zd-border);border-radius:32px;background:linear-gradient(135deg,#f8fbff,#fff 56%,#f4f0ff);box-shadow:0 22px 60px rgba(15,23,42,.08)}.home-proof-copy{min-width:0}.home-proof-copy h2{font-size:clamp(2.5rem,5.4vw,4.9rem);margin:0}.home-proof-items{min-width:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.home-proof-items article{min-width:0;padding:24px;border:1px solid var(--zd-border);border-radius:22px;background:rgba(255,255,255,.88);box-shadow:0 18px 38px rgba(15,23,42,.08)}.home-proof-items strong{display:block;margin-bottom:12px;color:#4f46e5;font-size:clamp(1.8rem,2.7vw,3.05rem);line-height:1.02;letter-spacing:-.055em;overflow-wrap:anywhere;hyphens:auto}.home-proof-items p{margin:0;font-size:.98rem;line-height:1.55;color:#334155}

.home-section-trust{padding-top:0}.home-problem-grid,.home-feature-grid,.home-discovery-grid,.home-faq-grid{display:grid;gap:18px}.home-problem-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-feature-grid,.home-discovery-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.home-faq-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-card,.home-feature-card,.home-discovery-card,.home-faq-item,.detail-card{min-width:0;height:100%;padding:22px;border:1px solid var(--zd-border);border-radius:18px;background:#fff;box-shadow:0 18px 38px rgba(15,23,42,.06)}.home-card h3,.home-feature-card h3,.home-discovery-card strong,.home-faq-item h3{font-size:1.05rem;letter-spacing:-.018em;margin:0 0 8px}.home-card p,.home-feature-card p,.home-discovery-card p,.home-faq-item p{margin:0;color:#475569;font-size:.94rem;line-height:1.55}.home-link-card,.home-discovery-card{text-decoration:none;color:inherit;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.home-link-card:hover,.home-discovery-card:hover{transform:translateY(-2px);box-shadow:0 24px 54px rgba(15,23,42,.11);border-color:#93c5fd}.home-feature-card span,.home-discovery-card span{display:inline-flex;align-items:center;justify-content:center;margin-bottom:14px;min-width:34px;height:26px;padding:0 9px;border-radius:999px;background:#eef5ff;color:#2563eb;font-size:.72rem;font-weight:950;text-transform:uppercase;letter-spacing:.1em}.home-feature-card strong{display:inline-flex;margin-top:auto;padding-top:14px;color:#2563eb;font-size:.9rem}.home-feature-card{display:flex;flex-direction:column}.home-discovery-card strong{display:block;color:#0f172a}.home-tour-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1fr);gap:64px;align-items:center}.home-tour-copy p:not(.home-eyebrow){font-size:1.05rem;font-weight:650}.home-tour-steps{display:grid;gap:12px;padding:16px;border:1px solid var(--zd-border);border-radius:28px;background:#fff;box-shadow:var(--zd-shadow)}.home-tour-steps article{display:grid;grid-template-columns:36px minmax(0,1fr);gap:14px;align-items:center;padding:15px;border:1px solid #dbe7f6;border-radius:16px;background:linear-gradient(180deg,#fff,#f8fbff)}.home-tour-steps span{display:grid;place-items:center;width:34px;height:34px;border-radius:12px;background:linear-gradient(135deg,#38bdf8,#2563eb);color:#fff;font-weight:950}.home-tour-steps strong{display:block;color:#0f172a}.home-tour-steps p{margin:3px 0 0;font-size:.9rem;line-height:1.45}

.home-security-panel{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:42px;padding:48px;border-radius:28px;background:linear-gradient(135deg,#0b1f3f,#132c5f 58%,#081528);box-shadow:0 28px 80px rgba(15,23,42,.18);color:#fff}.home-security-panel h2{color:#fff}.home-security-panel p{color:rgba(255,255,255,.82)}.home-security-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.home-security-item{min-width:0;display:block;padding:18px;border:1px solid rgba(255,255,255,.20);border-radius:16px;background:rgba(255,255,255,.08);color:#fff;text-decoration:none;font-weight:950;line-height:1.2}.home-security-item span{display:block;margin-top:8px;color:rgba(255,255,255,.76);font-size:.9rem;font-weight:650;line-height:1.48}.home-security-item:hover{background:rgba(255,255,255,.13)}

.home-pricing-teaser{display:grid;grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr);gap:36px;align-items:center;padding:42px;border:1px solid var(--zd-border);border-radius:28px;background:#fff;box-shadow:var(--zd-shadow)}.home-pricing-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.home-pricing-cards article{min-width:0;padding:18px;border:1px solid var(--zd-border);border-radius:16px;background:#f8fbff}.home-pricing-cards span,.home-pricing-cards small{display:block;color:#475569;font-size:.8rem;font-weight:850}.home-pricing-cards strong{display:block;margin:6px 0;color:#0f172a;font-size:1.28rem;line-height:1.05}.home-demo-path{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.5fr);gap:34px;align-items:center;padding:38px;border:1px solid var(--zd-border);border-radius:28px;background:linear-gradient(135deg,#f8fbff,#fff);box-shadow:0 18px 44px rgba(15,23,42,.06)}.home-demo-path-card{padding:24px;border:1px solid var(--zd-border);border-radius:18px;background:#fff;box-shadow:0 18px 34px rgba(15,23,42,.06)}.home-demo-path-card strong{display:block;margin-bottom:8px;color:#0f172a;font-size:1.05rem}.home-demo-path-card p{margin-bottom:16px;font-size:.94rem}.home-cta{text-align:center;padding:clamp(46px,6vw,68px) clamp(22px,4vw,56px);border-radius:28px;background:radial-gradient(circle at 82% 8%,rgba(96,165,250,.40),transparent 32%),linear-gradient(135deg,#0f2146,#2448dc);box-shadow:0 28px 80px rgba(15,23,42,.20);color:#fff}.home-cta h2{max-width:850px;margin:0 auto 18px;color:#fff;font-size:clamp(2.25rem,5.5vw,4.8rem)}.home-cta p:not(.home-eyebrow){max-width:760px;margin:0 auto 22px;color:rgba(255,255,255,.88);font-weight:650}

/* Detail pages share this stylesheet. Keep the public module pages stable. */
.detail-page{background:#f7fbff;color:#0f172a}.detail-hero{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);gap:24px;align-items:stretch}.detail-card{display:flex;flex-direction:column}.detail-card h1{font-size:clamp(2.6rem,5.8vw,5.2rem);margin:0 0 18px}.detail-card h2{font-size:clamp(2rem,4vw,3.2rem);margin:0 0 18px}.detail-card h3{font-size:1.2rem;margin:0 0 12px}.detail-points,.detail-list{padding-left:18px}.detail-points li,.detail-list li{margin-bottom:10px;color:#334155;line-height:1.65}.detail-side-card{background:linear-gradient(135deg,#eef5ff,#fff);border:1px solid var(--zd-border);border-radius:24px;padding:26px}.detail-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.detail-page .home-section{padding:clamp(46px,6vw,76px) 0}

@media(max-width:1120px){
  .home-hero-grid{grid-template-columns:1fr;gap:36px}.home-dashboard-preview{justify-self:start;max-width:640px}.home-hero h1{max-width:780px}.home-benefit-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:0}.home-proof-panel,.home-tour-grid,.home-security-panel,.home-pricing-teaser,.home-demo-path,.detail-hero{grid-template-columns:1fr}.home-feature-grid,.home-discovery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-problem-grid,.home-faq-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
  .home-shell{width:min(100% - 26px,1180px)}.home-hero{padding-top:46px}.home-hero h1{font-size:clamp(2.7rem,12vw,4rem);line-height:.98}.home-actions,.home-actions-primary{align-items:stretch}.home-actions .home-btn{width:100%}.home-dashboard-preview{padding:12px;border-radius:22px}.home-demo-app{grid-template-columns:1fr}.home-demo-sidebar{display:none}.home-demo-stats,.home-demo-content-grid,.home-proof-items,.home-pricing-cards,.home-security-grid,.detail-grid-2{grid-template-columns:1fr}.home-benefit-grid,.home-feature-grid,.home-discovery-grid,.home-problem-grid,.home-faq-grid{grid-template-columns:1fr}.home-section{padding:58px 0}.home-section h2,.home-proof-copy h2{font-size:clamp(2.1rem,10vw,3.5rem)}.home-proof-panel,.home-security-panel,.home-pricing-teaser,.home-demo-path{padding:24px;border-radius:22px}.home-benefit-strip{margin-top:0;padding-top:22px}.home-tour-steps{padding:10px}.home-pricing-cards article{padding:15px}.detail-card h1{font-size:clamp(2.25rem,10vw,3.8rem)}
}
@media(max-width:430px){
  .home-hero h1{font-size:clamp(2.4rem,11vw,3.3rem)}.home-demo-main{padding:14px}.home-demo-stats article{padding:9px}.home-demo-head{display:grid}.home-demo-head>span{width:max-content}.home-proof-items strong{font-size:2rem}
}

/* v59 fallback: breite Homepage-Shell, falls der globale UI-Refresh ausfällt. */
:root{--zd-home-wide-max:1760px;--zd-home-panel-max:1640px;--zd-home-pad:clamp(32px,4vw,76px)}
.home-shell{width:min(100% - calc(var(--zd-home-pad) * 2),var(--zd-home-wide-max));max-width:none}.home-hero-grid{grid-template-columns:minmax(430px,.92fr) minmax(620px,1.08fr);gap:clamp(52px,6vw,112px);min-height:clamp(610px,74vh,820px);padding-bottom:clamp(46px,5vw,72px)}.home-hero-copy{max-width:760px}.home-hero h1{max-width:760px;font-size:clamp(3.35rem,4.55vw,5.35rem);line-height:.985}.home-dashboard-preview{max-width:760px}.home-demo-app{grid-template-columns:68px minmax(0,1fr)}.home-demo-main{padding:22px}.home-benefit-grid{gap:clamp(14px,1.35vw,22px)}@media(max-width:1080px){.home-hero-grid{grid-template-columns:1fr;min-height:auto}.home-dashboard-preview{justify-self:start;max-width:780px}.home-benefit-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){:root{--zd-home-pad:18px}.home-shell{width:calc(100% - 28px)}.home-hero h1{font-size:clamp(2.55rem,12vw,3.8rem);max-width:100%;line-height:1}.home-benefit-grid{grid-template-columns:1fr}}

/* v66 CRO: kostenloser Einstieg, stärkere Ad-Landingpage-Signale */
.home-page-v66 .home-hero-copy{max-width:820px}
.home-page-v66 .home-lead{max-width:740px}
.home-free-proof{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:18px;max-width:620px}
.home-free-proof span{display:grid;gap:3px;padding:14px 15px;border:1px solid #bfdbfe;border-radius:16px;background:rgba(255,255,255,.86);box-shadow:0 16px 34px rgba(15,23,42,.06)}
.home-free-proof strong{color:#0f172a;font-size:1.26rem;font-weight:950;line-height:1;letter-spacing:-.035em}
.home-free-proof small{color:#475569;font-size:.82rem;font-weight:850;line-height:1.3}
.home-workflow-pills{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;margin:0 0 12px}
.home-workflow-pills span{display:flex;align-items:center;justify-content:center;min-height:30px;padding:0 8px;border:1px solid #c7d2fe;border-radius:999px;background:#eef2ff;color:#3730a3;font-size:.66rem;font-weight:950;white-space:nowrap}
.home-conversion-strip{position:relative;z-index:3;margin-top:-24px;padding:0 0 clamp(30px,5vw,54px)}
.home-conversion-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.home-conversion-grid article{min-width:0;padding:20px;border:1px solid #cbdcf0;border-radius:18px;background:#fff;box-shadow:0 20px 42px rgba(15,23,42,.075)}
.home-conversion-grid strong{display:block;margin-bottom:8px;color:#0f172a;font-size:1rem;font-weight:950;letter-spacing:-.02em}
.home-conversion-grid p{margin:0;color:#475569;font-size:.9rem;line-height:1.5;font-weight:700}
.home-page-v66 .home-benefit-strip{margin-top:0;padding-top:0}
.home-price-plan-free{background:linear-gradient(180deg,#ecfdf5,#fff)!important;border-color:#86efac!important;box-shadow:0 18px 42px rgba(16,185,129,.14)}
.home-price-plan-free span{color:#047857!important}
.home-price-plan-featured{border-color:#4f46e5!important;box-shadow:0 22px 48px rgba(79,70,229,.16)!important;background:#fff!important}
.home-price-plan-enterprise{background:linear-gradient(180deg,#f8fafc,#fff)!important}
.home-pricing-proof-row{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0 22px}
.home-pricing-proof-row span{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border:1px solid #cbd5e1;border-radius:999px;background:#f8fafc;color:#334155;font-size:.82rem;font-weight:900}
.home-pricing-cards-v66{grid-template-columns:repeat(5,minmax(0,1fr))}
.home-pricing-cards-v66 .home-price-plan p{font-size:.84rem;line-height:1.45}
.home-pricing-cards-v66 .home-price-plan strong{font-size:clamp(1.08rem,1.35vw,1.42rem);overflow-wrap:anywhere}
@media(max-width:1320px){.home-pricing-cards-v66{grid-template-columns:repeat(3,minmax(0,1fr))}.home-conversion-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.home-free-proof,.home-workflow-pills,.home-conversion-grid,.home-pricing-cards-v66{grid-template-columns:1fr}.home-conversion-strip{margin-top:0;padding-top:20px}.home-free-proof span{padding:13px}.home-workflow-pills span{justify-content:flex-start}.home-page-v66 .home-hero-grid{gap:28px}}


/* v67 hotfix: Hero-Demo auf normalen Bildschirmhöhen kompakter halten */
@media (min-width:1081px){
  .home-page-v66 .home-hero-grid{
    grid-template-columns:minmax(0,.98fr) minmax(460px,.90fr);
    gap:clamp(34px,4.2vw,82px);
    min-height:clamp(520px,66vh,700px);
    align-items:center;
  }
  .home-page-v66 .home-dashboard-preview{
    width:min(100%,610px);
    max-width:610px;
    padding:14px;
    border-radius:24px;
  }
  .home-page-v66 .home-demo-browser{margin-bottom:10px}
  .home-page-v66 .home-demo-app{grid-template-columns:60px minmax(0,1fr);border-radius:20px}
  .home-page-v66 .home-demo-sidebar{gap:10px;padding:14px 0}
  .home-page-v66 .home-demo-logo{width:26px;height:26px;border-radius:8px;font-size:.9rem}
  .home-page-v66 .home-demo-sidebar i{width:22px;height:4px}
  .home-page-v66 .home-demo-main{padding:16px}
  .home-page-v66 .home-demo-head{margin-bottom:10px}
  .home-page-v66 .home-demo-kicker{font-size:.62rem}
  .home-page-v66 .home-demo-head strong{font-size:.98rem}
  .home-page-v66 .home-demo-head>span{min-height:22px;font-size:.64rem}
  .home-page-v66 .home-workflow-pills{gap:6px;margin-bottom:10px}
  .home-page-v66 .home-workflow-pills span{min-height:28px;font-size:.62rem;padding:0 7px}
  .home-page-v66 .home-demo-stats{gap:8px;margin-bottom:10px}
  .home-page-v66 .home-demo-stats article{padding:8px;border-radius:12px}
  .home-page-v66 .home-demo-stats span,
  .home-page-v66 .home-demo-stats small{font-size:.6rem}
  .home-page-v66 .home-demo-stats strong{font-size:1rem;margin:3px 0 1px}
  .home-page-v66 .home-demo-content-grid{gap:8px}
  .home-page-v66 .home-demo-card{padding:10px;border-radius:13px}
  .home-page-v66 .home-demo-card-head{margin-bottom:8px}
  .home-page-v66 .home-demo-card-head span{font-size:.62rem}
  .home-page-v66 .home-demo-card-head strong{font-size:.72rem}
  .home-page-v66 .home-demo-bars{height:52px;gap:6px}
  .home-page-v66 .home-demo-bars i{border-radius:5px 5px 2px 2px}
  .home-page-v66 .home-demo-donut{width:56px;height:56px}
  .home-page-v66 .home-demo-donut::after{inset:14px}
  .home-page-v66 .home-demo-task{padding:6px 0;font-size:.68rem}
  .home-page-v66 .home-demo-task strong{font-size:.68rem}
  .home-page-v66 .home-demo-card-audit strong{font-size:.84rem}
  .home-page-v66 .home-demo-card-audit p{margin-top:6px;font-size:.68rem;line-height:1.4}
}

/* v73: center the six homepage benefit cards and keep spacing uniform.
   The benefit row must stay inside the same centered marketing shell as the
   conversion cards above it; use grid gap for consistent card spacing. */
.home-page-v66 .home-conversion-strip{
  margin-top:0;
  padding:clamp(38px,4.4vw,64px) 0 clamp(42px,4.8vw,68px);
}
.home-page-v66 .home-conversion-grid{
  gap:clamp(16px,1.35vw,22px);
  align-items:stretch;
}
.home-page-v66 .home-conversion-grid article{
  display:flex;
  min-height:clamp(116px,8vw,136px);
  flex-direction:column;
  justify-content:center;
  padding:clamp(22px,1.7vw,28px);
  border-radius:20px;
}
.home-page-v66 .home-benefit-strip{
  margin-top:0;
  padding:clamp(30px,3.2vw,48px) 0 clamp(46px,5vw,72px);
}
.home-page-v66 .home-benefit-strip > .home-benefit-grid{
  width:min(100% - calc(var(--zd-home-pad) * 2),var(--zd-home-wide-max));
  max-width:var(--zd-home-wide-max);
  margin-inline:auto!important;
  padding-inline:0!important;
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  justify-content:center;
  align-items:stretch;
  gap:clamp(16px,1.35vw,22px);
}
.home-page-v66 .home-benefit-card{
  display:flex;
  min-height:clamp(154px,10vw,184px);
  flex-direction:column;
}
@media(max-width:1320px){
  .home-page-v66 .home-conversion-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .home-page-v66 .home-benefit-strip > .home-benefit-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media(max-width:760px){
  .home-page-v66 .home-conversion-strip{padding-top:28px;padding-bottom:34px;}
  .home-page-v66 .home-conversion-grid{grid-template-columns:1fr;gap:14px;}
  .home-page-v66 .home-conversion-grid article{min-height:auto;padding:20px;}
  .home-page-v66 .home-benefit-strip{padding-top:22px;padding-bottom:36px;}
  .home-page-v66 .home-benefit-strip > .home-benefit-grid{width:calc(100% - 28px);grid-template-columns:1fr;gap:14px;}
  .home-page-v66 .home-benefit-card{min-height:0;}
}

/* v74: Hero-Demo breiter und näher an der Copy ausrichten.
   Best-Practice: responsive Grid mit begrenzter Breite statt Transform-Scaling,
   damit Proportionen, Lesbarkeit und Breakpoints stabil bleiben. */
@media (min-width:1081px){
  .home-page-v66 .home-hero-grid{
    grid-template-columns:minmax(0,.95fr) minmax(560px,1fr);
    gap:clamp(24px,3.1vw,56px);
  }
  .home-page-v66 .home-dashboard-preview{
    width:min(100%,700px);
    max-width:700px;
    justify-self:end;
    padding:16px;
  }
  .home-page-v66 .home-demo-app{
    grid-template-columns:64px minmax(0,1fr);
  }
  .home-page-v66 .home-demo-main{
    padding:19px;
  }
  .home-page-v66 .home-demo-content-grid{
    gap:10px;
  }
  .home-page-v66 .home-demo-card{
    padding:12px;
  }
  .home-page-v66 .home-demo-bars{
    height:60px;
  }
  .home-page-v66 .home-demo-donut{
    width:62px;
    height:62px;
  }
  .home-page-v66 .home-demo-donut::after{
    inset:16px;
  }
}

@media (min-width:1081px) and (max-width:1360px){
  .home-page-v66 .home-dashboard-preview{
    width:min(100%,660px);
    max-width:660px;
  }
  .home-page-v66 .home-hero-grid{
    grid-template-columns:minmax(0,.95fr) minmax(520px,.98fr);
    gap:clamp(22px,2.8vw,44px);
  }
}


/* SEO growth integration 2026-05: intent cards, comparison table and positioning panel. */
.home-seo-intent-section{background:linear-gradient(180deg,#f8fbff 0%,#eef6ff 100%);border-top:1px solid var(--zd-border);border-bottom:1px solid var(--zd-border)}
.home-intent-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.home-intent-card{display:flex;flex-direction:column;min-width:0;height:100%;padding:24px;border:1px solid var(--zd-border);border-radius:20px;background:#fff;box-shadow:0 18px 42px rgba(15,23,42,.065);text-decoration:none;color:inherit}
.home-intent-card>span,.home-fit-grid article>span{display:inline-flex;align-items:center;width:max-content;max-width:100%;min-height:26px;margin-bottom:14px;padding:0 10px;border-radius:999px;background:#eef5ff;color:#2563eb;font-size:.72rem;font-weight:950;text-transform:uppercase;letter-spacing:.09em}
.home-intent-card h3{margin:0 0 10px;font-size:1.14rem;letter-spacing:-.025em;line-height:1.12;color:#0f172a}
.home-intent-card p{margin:0;color:#475569;font-size:.94rem;line-height:1.55}
.home-intent-card strong{display:inline-flex;margin-top:auto;padding-top:18px;color:#2563eb;font-size:.9rem}
.home-comparison-section{background:#fff}
.home-comparison-table-wrap{overflow-x:auto;border:1px solid var(--zd-border);border-radius:24px;background:#fff;box-shadow:var(--zd-shadow)}
.home-comparison-table{width:100%;min-width:760px;border-collapse:separate;border-spacing:0;color:#0f172a}
.home-comparison-table th,.home-comparison-table td{padding:18px 20px;text-align:left;vertical-align:top;border-bottom:1px solid #dbe7f6;font-size:.95rem;line-height:1.55}
.home-comparison-table thead th{background:#0f2146;color:#fff;font-size:.82rem;text-transform:uppercase;letter-spacing:.08em}
.home-comparison-table thead th:first-child{border-top-left-radius:22px}.home-comparison-table thead th:last-child{border-top-right-radius:22px}
.home-comparison-table tbody th{width:24%;font-weight:950;color:#0f172a;background:#f8fbff}
.home-comparison-table tbody td:nth-child(3){background:#f1f8ff;color:#153e75;font-weight:760}
.home-comparison-table tbody tr:last-child th,.home-comparison-table tbody tr:last-child td{border-bottom:0}
.home-comparison-actions{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:24px}
.home-fit-section{padding-top:0;background:linear-gradient(180deg,rgba(255,255,255,.35),rgba(238,246,255,.72))}
.home-fit-panel{display:grid;grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr);gap:34px;align-items:center;padding:42px;border:1px solid var(--zd-border);border-radius:32px;background:linear-gradient(135deg,#fff,#f8fbff 58%,#eef6ff);box-shadow:0 22px 60px rgba(15,23,42,.08)}
.home-fit-copy h2{margin:0 0 16px;font-size:clamp(2.2rem,4.8vw,4.35rem)}
.home-fit-copy p{font-weight:650}
.home-fit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.home-fit-grid article{min-width:0;height:100%;padding:20px;border:1px solid #dbe7f6;border-radius:18px;background:rgba(255,255,255,.9);box-shadow:0 16px 34px rgba(15,23,42,.055)}
.home-fit-grid article>span{background:#eff6ff;margin-bottom:12px}
.home-fit-grid strong{display:block;margin-bottom:8px;color:#0f172a;font-size:1.02rem;letter-spacing:-.02em}
.home-fit-grid p{margin:0;color:#475569;font-size:.92rem;line-height:1.5}
@media(max-width:980px){.home-intent-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-fit-panel{grid-template-columns:1fr}.home-fit-section{padding-top:58px}}
@media(max-width:760px){.home-intent-grid,.home-fit-grid{grid-template-columns:1fr}.home-comparison-table{min-width:680px}.home-comparison-actions .home-btn{width:100%}}

/* v2026-06: konkrete Beispielprozesse als Produktbeweise */
.home-proof-workflows {
  background: linear-gradient(180deg, #fff, #f8fafc);
}

.home-workflow-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.home-workflow-proof-grid article {
  border: 1px solid rgba(148, 163, 184, .26);
  border-radius: 24px;
  background: #fff;
  padding: 1rem;
  box-shadow: 0 16px 42px rgba(15, 23, 42, .06);
}

.home-workflow-proof-grid span {
  display: inline-flex;
  margin-bottom: .6rem;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  border: 1px solid rgba(37, 99, 235, .18);
  padding: .32rem .6rem;
  font-size: .78rem;
  font-weight: 950;
}

.home-workflow-proof-grid strong {
  display: block;
  color: #0f172a;
  margin-bottom: .55rem;
}

.home-workflow-proof-grid ol {
  display: grid;
  gap: .42rem;
  margin: 0;
  padding-left: 1.1rem;
  color: #475569;
  line-height: 1.5;
}

@media (max-width: 1080px) {
  .home-workflow-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .home-workflow-proof-grid {
    grid-template-columns: 1fr;
  }
}

/* Homepage function status */
.home-feature-process-grid .home-feature-card{position:relative}
.home-feature-process-grid .home-feature-card>em{position:absolute;top:18px;right:18px;display:inline-flex;border:1px solid #86efac;border-radius:999px;background:#dcfce7;color:#166534;padding:7px 10px;font-size:.72rem;font-style:normal;font-weight:950;line-height:1}
.home-feature-process-grid .home-feature-card>span{margin-right:86px}
.home-feature-all-action{margin-top:26px}
.detail-status-row{display:flex;align-items:center;justify-content:space-between;gap:16px}
.detail-availability-note{margin-top:14px;color:#475569;font-size:.9rem;line-height:1.55}
