.hero-full {
position: relative;
min-height: 92vh;
display: flex;
align-items: flex-end;
overflow: hidden;
color: #fff;
padding-top: 104px;
padding-bottom: clamp(80px, 11vh, 140px); --hero-strip-shift: 48px;
}
.hero-full-media { position: absolute; inset: 0; z-index: 0; }
.hero-full-photo,
.hero-full .hero-full-media img {
width: 100%; height: 100%; object-fit: cover; object-position: 74% 25%; border-radius: 0;
display: block;
}
.hero-full-overlay {
position: absolute; inset: 0; z-index: 1; pointer-events: none;
background:
linear-gradient(180deg, rgba(6,7,5,.62) 0%, rgba(6,7,5,.30) 10%, rgba(6,7,5,.06) 20%, transparent 28%),
radial-gradient(120% 90% at 82% 8%, rgba(200,255,0,.10), transparent 46%),
linear-gradient(90deg, rgba(6,7,5,.90) 0%, rgba(6,7,5,.68) 34%, rgba(6,7,5,.20) 70%, rgba(6,7,5,.05) 100%),
linear-gradient(0deg, rgba(6,7,5,.80) 0%, rgba(6,7,5,.12) 42%, transparent 70%);
} .hero-full-fallback {
position: absolute; inset: 0; z-index: 1;
background:
radial-gradient(80% 60% at 82% 10%, rgba(200,255,0,.14), transparent 50%),
linear-gradient(160deg, #12140f, #0a0a0a 60%);
}
.hero-full .container { position: relative; z-index: 2; width: 100%; }
.hero-full-content { max-width: 760px; }
.hero-kicker {
display: inline-block; font-family: var(--font-body); font-weight: 700;
font-size: 13px; letter-spacing: 0.15em; text-transform: uppercase;
color: var(--brand-lime); margin-bottom: 22px;
}
.hero-full h1 {
font-family: var(--font-display); font-weight: 600; color: #fff;
font-size: var(--fs-hero); line-height: 1.04; letter-spacing: -0.025em;
text-wrap: balance; margin: 0;
}
.hero-full h1 .accent { color: var(--brand-lime); }
.hero-sub {
font-size: var(--fs-lead); color: rgba(255,255,255,.86);
max-width: 52ch; line-height: 1.5; margin: 24px 0 34px;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 44px; }
.btn-ghost-onphoto {
color: #fff; border-color: rgba(255,255,255,.28);
-webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
}
.btn-ghost-onphoto:hover { border-color: #fff; color: #fff; } .hero-seals { display: flex; justify-content: flex-start; align-items: center; gap: 14px; flex-wrap: wrap; margin-top: clamp(8px, 1.6vw, 18px); }
.hero-seal-meta, .hero-seal-google {
height: 74px; width: auto; display: block;
filter: drop-shadow(0 8px 18px rgba(0,0,0,.4));
}
.hero-seal-meta { border-radius: 50%; }
.hero-seal-badge {
width: 78px; height: 78px; display: block;
filter: drop-shadow(0 8px 18px rgba(0,0,0,.42));
} @media (max-width: 768px) {
.hero-full {
align-items: flex-end;
padding-top: 44px;
padding-bottom: clamp(112px, 14vh, 160px);
} .hero-full:not(.hero-full--nophoto) .hero-full-media { inset: 0 0 auto 0; height: 50%; } .hero-full .hero-full-media img { object-position: 50% 50%; } .hero-full-overlay {
background:
linear-gradient(180deg, rgba(6, 7, 5, 0.28) 0%, transparent 20%),
linear-gradient(0deg, #0a0a0a 0%, rgba(10, 10, 10, 0.82) 20%, rgba(10, 10, 10, 0.25) 48%, transparent 72%);
} .hero-full h1 { font-size: clamp(1.85rem, 1rem + 3.6vw, 2.4rem); line-height: 1.08; }
.hero-kicker { font-size: 11px; letter-spacing: 0.12em; margin-bottom: 14px; } .hero-full .hero-sub-long { display: none; }
.hero-full .hero-sub { margin: 12px 0 24px; font-size: 1rem; } .hero-full .hero-actions { gap: 10px; margin-bottom: 26px; }
.hero-full .hero-actions .btn-primary { font-size: 16px; padding: 15px 26px; }
.hero-full .hero-actions .btn-ghost { font-size: 15px; padding: 13px 22px; } .hero-full .hero-seals { gap: 10px; margin-top: 2px; }
.hero-full .hero-seal-meta,
.hero-full .hero-seal-google { height: 52px; }
.hero-full .hero-seal-badge { width: 54px; height: 54px; }
}  @media (min-width: 769px) {
.hero-full {
min-height: max(calc(460px + var(--hero-strip-shift)), calc(100vh - 200px + var(--hero-strip-shift)));
min-height: max(calc(460px + var(--hero-strip-shift)), calc(100svh - 200px + var(--hero-strip-shift)));
align-items: center;
padding-top: clamp(84px, 11vh, 104px);
padding-bottom: calc(clamp(24px, 4vh, 64px) + var(--hero-strip-shift));
}
} @media (min-width: 769px) and (max-height: 1024px) {
.hero-full h1 { font-size: clamp(2.1rem, 1.2rem + 2.6vw, 3rem); }
.hero-kicker { margin-bottom: 12px; }
.hero-sub { margin: 14px 0 16px; }
.hero-actions { margin-bottom: 20px; }
.hero-seals { margin-top: 10px; }
.hero-seal-meta, .hero-seal-google { height: 58px; }
.hero-seal-badge { width: 60px; height: 60px; }
} @media (min-width: 769px) and (max-height: 760px) {
.hero-full {
padding-top: clamp(70px, 10vh, 92px); padding-bottom: calc(clamp(16px, 3vh, 36px) + var(--hero-strip-shift));
}
.hero-full h1 { font-size: clamp(1.9rem, 1.1rem + 2vw, 2.4rem); }
.hero-kicker { margin-bottom: 8px; font-size: 12px; }
.hero-sub { margin: 8px 0 10px; font-size: 1.02rem; }
.hero-actions { margin-bottom: 10px; }
.hero-seals { margin-top: 4px; gap: 10px; }
.hero-seal-meta, .hero-seal-google { height: 46px; }
.hero-seal-badge { width: 48px; height: 48px; }
} .page-body > section:first-child { padding-top: clamp(30px, 3.4vw, 46px); } .page-body > section {
padding: var(--sp-section) 0;
background: var(--surface);
z-index: auto;
}
.page-body > section.section-alt { background: var(--surface-alt); } .page-body > .logo-stripe {
padding-top: clamp(30px, 3.4vw, 46px);
padding-bottom: clamp(24px, 2.8vw, 40px);
} .problem-grid {
display: grid; grid-template-columns: 1fr 1fr;
gap: clamp(32px, 5vw, 80px); align-items: start; margin-top: 0;
}
.problem-list { display: flex; flex-direction: column; gap: 26px; margin-top: 8px; }
.p-point {
display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: start;
padding-bottom: 26px; border-bottom: 1px solid var(--border-subtle);
}
.p-point:last-child { border-bottom: 0; padding-bottom: 0; }
.p-ico {
width: 44px; height: 44px; border-radius: 12px; background: var(--surface-sunken);
display: grid; place-items: center; color: var(--accent);
}
.p-ico svg { width: 22px; height: 22px; }
.p-point h3 { font-family: var(--font-display); font-size: 1.2rem; letter-spacing: -0.02em; margin-bottom: 6px; }
.p-point p { font-size: 1.02rem; color: var(--text-muted); line-height: 1.55; }
.quote-card {
margin-top: 14px; background: var(--surface-alt);
border-radius: var(--radius-lg); padding: clamp(28px, 3vw, 40px);
}
.quote-card blockquote {
font-family: var(--font-display); font-weight: 500;
font-size: clamp(1.3rem, 1rem + 1.1vw, 1.7rem); line-height: 1.32;
color: var(--text-primary); letter-spacing: -0.02em;
}
.quote-meta { display: flex; align-items: center; gap: 14px; margin-top: 22px; }
.quote-meta img { height: 26px; width: auto; filter: grayscale(1); opacity: .7; }
.quote-meta .who { font-size: .98rem; color: var(--text-muted); }
.quote-meta .who strong { color: var(--text-primary); font-weight: 600; } .callout-section { padding: clamp(16px,2vw,32px) 0 clamp(48px,6vw,88px) !important; } .callout-section { background-image: none; }
.callout-section::after { content: none; }
.callout-inner {
position: relative; overflow: hidden; text-align: center;
max-width: none; margin: 0;
background: var(--canvas); color: #fff;
border-radius: var(--radius-panel);
padding: clamp(56px, 7vw, 96px) clamp(24px, 5vw, 80px);
}
.callout-inner::before {
content: ''; position: absolute; top: -40%; left: 50%; transform: translateX(-50%);
width: 70%; height: 120%; pointer-events: none;
background: radial-gradient(60% 60% at 50% 40%, rgba(200,255,0,.14), transparent 70%);
}
.callout-inner > * { position: relative; z-index: 1; }
.callout-inner .section-label { color: var(--brand-lime); }
.callout-inner h2 { font-family: var(--font-display); color: #fff; font-size: var(--fs-h2); max-width: 20ch; margin: 18px auto 0; letter-spacing: -.025em; line-height: 1.05; }
.callout-mark { background: var(--brand-lime); color: #0a0a0a; padding: 0 .18em; border-radius: 4px; }
.callout-inner p { color: rgba(255,255,255,.82); max-width: 54ch; margin: 22px auto 0; font-size: var(--fs-lead); line-height: 1.5; } .leist-head { margin-bottom: clamp(32px, 5vw, 56px); }
.leist-row {
display: grid; grid-template-columns: 1.05fr .95fr;
gap: clamp(28px, 5vw, 72px); align-items: center;
}
.leist-row + .leist-row { margin-top: clamp(48px, 6vw, 88px); }
.leist-row.rev .leist-media { order: -1; }
.leist-copy h3 { font-family: var(--font-display); font-size: clamp(1.6rem, 1.2rem + 1.4vw, 2.2rem); letter-spacing: -.025em; margin-bottom: 14px; }
.leist-copy p { font-size: 1.1rem; color: var(--text-muted); line-height: 1.55; max-width: 46ch; margin-bottom: 20px; }
.leist-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; color: var(--accent); }
.leist-link svg { width: 18px; height: 18px; transition: transform .2s; }
.leist-link:hover svg { transform: translateX(4px); }
.leist-media {
aspect-ratio: 4/3; border-radius: 0; overflow: hidden; position: relative;
background: linear-gradient(135deg, #12140f, #1c2016); box-shadow: var(--sh-2);
}
.leist-media img { width: 100%; height: 100%; object-fit: cover; }
.leist-media .ph { position: absolute; inset: 0; display: grid; place-items: center; color: rgba(255,255,255,.5); font-size: .9rem; text-align: center; padding: 20px; }
.leist-note {
margin-top: clamp(40px, 5vw, 64px); padding: 20px 26px;
border: 1px solid var(--border-light); border-radius: var(--radius-lg);
background: var(--surface-alt); font-size: 1.05rem; color: var(--text-secondary); line-height: 1.55;
}
.leist-note strong { color: var(--text-primary); font-weight: 700; }
.leist-note a { color: var(--accent); font-weight: 600; white-space: nowrap; margin-left: 4px; }
.leist-note a svg { width: 15px; height: 15px; vertical-align: -2px; margin-left: 5px; transition: transform .2s; }
.leist-note a:hover svg { transform: translateX(4px); } .founder-section { background: var(--canvas); }
.founder-grid {
display: grid; grid-template-columns: .85fr 1.15fr;
gap: clamp(32px, 5vw, 72px); align-items: center;
}
.founder-photo { border-radius: 0; overflow: hidden; aspect-ratio: 4/5; box-shadow: var(--sh-3); }
.founder-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; }
.founder-text h2 { font-family: var(--font-display); color: #fff; font-size: var(--fs-h2); letter-spacing: -.025em; margin: 14px 0 6px; }
.founder-role { color: var(--brand-lime); font-weight: 600; font-size: 1rem; }
.founder-text p { color: rgba(255,255,255,.82); font-size: 1.1rem; line-height: 1.62; margin: 18px 0; max-width: 52ch; }
.founder-creds { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; margin-top: 28px; }
.founder-creds > img { height: 58px; width: auto; filter: drop-shadow(0 6px 14px rgba(0,0,0,.35)); }
.founder-creds .hero-seal-badge { width: 64px; height: 64px; } .founder-merkmale {
list-style: none; margin: 26px 0 0; padding: 0;
display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 24px;
}
.founder-merkmale li {
position: relative; padding-left: 22px;
color: rgba(255,255,255,.78); font-size: .98rem; line-height: 1.5;
}
.founder-merkmale li::before {
content: ''; position: absolute; left: 0; top: .52em;
width: 8px; height: 8px; border-radius: 50%; background: var(--brand-lime);
}
@media (max-width: 620px) { .founder-merkmale { grid-template-columns: 1fr; } } .founder-linkedin {
display: inline-flex; align-items: center; gap: 9px;
margin-top: clamp(24px, 3vw, 34px);
color: rgba(255,255,255,.72); font-weight: 600; font-size: .98rem;
transition: color .2s;
}
.founder-linkedin svg { color: var(--brand-lime); flex-shrink: 0; }
.founder-linkedin:hover { color: #fff; } .zahlen-wrap { margin-top: clamp(48px, 6vw, 80px); }
.zahlen-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(28px, 5vw, 60px); }
.zahlen-item { border-top: 2px solid rgba(255,255,255,.28); padding-top: 20px; }
.zahlen-num { font-family: var(--font-display); font-weight: 700; font-size: clamp(3.4rem, 2.2rem + 3.8vw, 5.5rem); color: #fff; letter-spacing: -.04em; line-height: .95; } .zahlen-label { font-size: 1.05rem; color: rgba(255,255,255,.62); margin: 10px auto 0; max-width: 22ch; } .treppe-section {
background:
radial-gradient(90% 60% at 12% 0%, rgba(200,255,0,.08), transparent 55%),
radial-gradient(80% 70% at 100% 100%, rgba(13,16,12,.06), transparent 55%),
var(--surface-alt) !important;
}
.treppe-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 290px), 1fr)); gap: 20px; align-items: stretch; margin-top: clamp(32px,5vw,56px); } .treppe-card {
position: relative; border-radius: var(--radius-lg);
padding: clamp(28px, 2.6vw, 38px); display: flex; flex-direction: column;
background: var(--glass-fill);
-webkit-backdrop-filter: var(--glass-blur); backdrop-filter: var(--glass-blur);
box-shadow: var(--glass-shadow);
}
.treppe-card::before, .treppe-card::after { content: ''; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; }
.treppe-card::before { background: linear-gradient(to left top, rgba(255,255,255,.12), rgba(255,255,255,0) 50%); }
.treppe-card::after { background: linear-gradient(to bottom, rgba(255,255,255,.07), rgba(255,255,255,0)); }
.treppe-card > * { position: relative; z-index: 2; }
.treppe-card.featured {
box-shadow: 0 8px 24px rgba(12,74,110,.15), inset 0 0 0 2px rgba(200,255,0,.85), inset 0 0 4px 2px rgba(255,255,255,.2), 0 30px 60px rgba(13,16,12,.16);
}
.treppe-step { font-family: var(--font-body); font-size: .78rem; font-weight: 700; color: var(--accent); text-transform: uppercase; letter-spacing: .1em; }
.treppe-name { font-family: var(--font-display); font-size: 1.35rem; letter-spacing: -.02em; margin: 10px 0 4px; }
.treppe-price { font-family: var(--font-display); font-weight: 700; font-size: 2.3rem; color: var(--text-primary); letter-spacing: -.03em; margin: 8px 0 2px; }
.treppe-price-note { font-size: .9rem; font-weight: 500; color: var(--text-muted); }
.treppe-features { list-style: none; margin: 18px 0 24px; display: flex; flex-direction: column; gap: 11px; flex: 1; padding: 0; }
.treppe-features li { display: flex; gap: 10px; font-size: 1rem; color: var(--text-secondary); line-height: 1.4; }
.treppe-features li::before {
content: ''; flex: none; width: 18px; height: 18px; margin-top: 2px;
background: var(--accent);
-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/contain no-repeat;
mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/contain no-repeat;
} .treppe-badge {
background: var(--brand-lime); color: #0a0a0a; font-family: var(--font-body);
font-size: .76rem; font-weight: 700; padding: 5px 14px; border-radius: var(--radius-pill);
box-shadow: 0 6px 18px rgba(200,255,0,.35);
}
.treppe-note { text-align: center; color: var(--text-muted); font-size: 1rem; margin-top: 40px; } .region-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.region-copy h2 { font-family: var(--font-display); font-size: var(--fs-h2); letter-spacing: -.025em; }
.region-copy p { color: var(--text-muted); font-size: 1.1rem; line-height: 1.55; margin: 18px 0 24px; max-width: 44ch; }
.region-orte { display: flex; flex-wrap: wrap; gap: 10px; }
.region-orte span { font-size: .95rem; background: var(--surface-sunken); color: var(--text-secondary); padding: 8px 15px; border-radius: var(--radius-pill); }  .region-panel {
position: relative; border-radius: 0; overflow: hidden;
box-shadow: var(--sh-3); border: 1px solid var(--border-light);
background: var(--surface-alt);
}
.region-panel img { display: block; width: 100%; height: auto; } .region-panel-note {
position: absolute; left: 16px; bottom: 16px;
padding: 7px 14px; border-radius: var(--radius-pill, 100px);
background: rgba(10, 10, 10, 0.82); color: #fff;
font-size: .85rem; font-weight: 600; letter-spacing: .01em;
} .cta-section {
background: var(--canvas); color: #fff; text-align: center;
padding-top: calc(var(--sp-section) + 64px); position: relative; overflow: hidden;
} .cta-section.force-dark::before {
content: ''; position: absolute; top: 20%; left: 50%; right: auto; bottom: auto; transform: translateX(-50%);
width: 60%; height: 80%; pointer-events: none; z-index: 0;
background: radial-gradient(50% 50% at 50% 50%, rgba(200,255,0,.12), transparent 70%);
}
.cta-section .container { position: relative; z-index: 1; }
.cta-section h2 { font-family: var(--font-display); color: #fff; font-size: clamp(2.2rem, 1.5rem + 2.8vw, 3.4rem); letter-spacing: -.025em; max-width: 18ch; margin: 16px auto 0; line-height: 1.05; }
.cta-section .cta-desc { color: rgba(255,255,255,.8); font-size: var(--fs-lead); margin: 20px auto 32px; max-width: 46ch; }
.cta-trust-row { display: flex; gap: 26px; justify-content: center; flex-wrap: wrap; margin-top: 34px; color: rgba(255,255,255,.7); font-size: .95rem; }
.cta-trust-row span { display: flex; align-items: center; gap: 8px; }
.cta-trust-row svg { width: 16px; height: 16px; color: var(--brand-lime); } @media (max-width: 860px) {
.problem-grid, .founder-grid, .region-grid, .leist-row, .zahlen-row { grid-template-columns: 1fr; }
.founder-photo { width: min(100%, 540px); justify-self: center; }
.leist-row.rev .leist-media { order: 0; }
.treppe-slot.featured { transform: none; }
.zahlen-row { gap: 36px; }
.page-body { border-radius: var(--radius-card); }
}
@media (prefers-reduced-motion: reduce) {
.leist-link svg, .leist-note a svg, .treppe-card { transition: none; }
}.page-header {
padding: clamp(120px, 15vw, 200px) 0 clamp(40px, 5vw, 60px);
position: relative;
z-index: 3;
background: var(--surface);
}
.page-header h1 {
font-family: var(--font-display);
font-size: clamp(2rem, 5vw, 3.5rem);
font-weight: 800;
line-height: 1.1;
letter-spacing: -0.025em;
margin-bottom: 16px;
}
.page-desc {
font-size: clamp(15px, 1.6vw, 19px);
color: var(--text-secondary);
max-width: 600px;
line-height: 1.7;
font-weight: 300;
}
.page-meta {
font-family: var(--font-body);
font-size: 12px;
color: var(--text-muted);
margin-top: 12px;
letter-spacing: 0.03em;
} .content-area {
padding: clamp(40px, 6vw, 80px) 0 clamp(80px, 10vw, 160px);
position: relative;
z-index: 3;
background: var(--surface);
}
.entry-content {
max-width: 780px;
}
.entry-content h2 {
font-family: var(--font-display);
font-size: clamp(22px, 3vw, 32px);
font-weight: 700;
margin: 48px 0 16px;
letter-spacing: -0.015em;
color: var(--text-primary);
}
.entry-content h3 {
font-family: var(--font-display);
font-size: clamp(18px, 2.2vw, 24px);
font-weight: 700;
margin: 36px 0 12px;
color: var(--text-primary);
}
.entry-content h4 {
font-family: var(--font-display);
font-size: clamp(16px, 1.8vw, 20px);
font-weight: 600;
margin: 28px 0 10px;
color: var(--text-primary);
}
.entry-content p {
font-size: 18px;
line-height: 1.8;
color: var(--text-secondary);
margin-bottom: 20px;
font-weight: 400;
}
.entry-content a {
color: var(--accent-text);
text-decoration: underline;
text-underline-offset: 3px;
transition: opacity 0.3s;
}
.entry-content a:hover {
opacity: 0.8;
}
.entry-content ul,
.entry-content ol {
margin: 16px 0 24px 24px;
color: var(--text-secondary);
font-weight: 300;
line-height: 1.8;
}
.entry-content li {
margin-bottom: 8px;
font-size: 18px;
}
.entry-content ul li::marker {
color: var(--accent);
}
.entry-content blockquote {
border: none;
background: none;
border-radius: 0;
margin: 32px 0;
padding: 0;
}
.entry-content blockquote::before {
content: '\201E';
display: block;
font-family: var(--font-display);
font-size: 2.6rem;
line-height: 0.6;
color: var(--accent);
margin-bottom: 8px;
}
.entry-content blockquote p {
font-style: normal;
font-family: var(--font-display);
font-weight: 500;
font-size: clamp(1.2rem, 1rem + 0.8vw, 1.5rem);
line-height: 1.4;
letter-spacing: -0.01em;
color: var(--text-primary);
}
.entry-content table {
width: 100%;
border-collapse: collapse;
margin: 24px 0;
}
.entry-content th,
.entry-content td {
padding: 12px 16px;
border: 1px solid var(--border-light);
font-size: 14px;
text-align: left;
}
.entry-content th {
background: var(--surface-elevated);
font-family: var(--font-body);
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.06em;
color: var(--accent-text);
}
.entry-content td {
color: var(--text-secondary);
font-weight: 300;
}
.entry-content img {
border-radius: 12px;
margin: 24px 0;
}
.entry-content hr {
border: none;
height: 1px;
background: var(--border-light);
margin: 40px 0;
} .blog-archive {
padding: 0 0 clamp(60px, 8vw, 120px);
position: relative;
z-index: 3;
background: var(--surface);
}
.posts-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
gap: 32px;
}
.post-card {
background: var(--surface-elevated);
border: 1px solid var(--border-light);
border-radius: var(--radius-lg);
overflow: hidden;
transition: border-color 0.3s ease, transform 0.3s ease;
box-shadow: var(--shadow-card);
}
.post-card:hover {
border-color: rgba(var(--accent-rgb), 0.15);
transform: translateY(-4px);
}
.post-card-image {
display: block;
aspect-ratio: 16/9;
overflow: hidden;
}
.post-card-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.4s ease;
}
.post-card:hover .post-card-image img {
transform: scale(1.03);
}
.post-card-placeholder {
aspect-ratio: 16/9;
background:
radial-gradient(80% 80% at 82% 12%, rgba(200, 255, 0, 0.16), transparent 60%),
linear-gradient(155deg, #14170f, #0a0a0a);
display: flex;
align-items: flex-end;
padding: 20px;
color: rgba(255, 255, 255, 0.55);
font-family: var(--font-display);
font-size: 1.05rem;
font-weight: 600;
letter-spacing: -0.02em;
}
.post-card-body {
padding: 28px;
}
.post-card-meta {
display: flex;
align-items: center;
gap: 12px;
margin-bottom: 12px;
font-family: var(--font-body);
font-size: 0.8rem;
color: var(--text-secondary);
}
.post-card-meta a {
color: var(--accent-text);
text-decoration: none;
}
.post-card h2 {
font-family: var(--font-display);
font-size: 1.3rem;
font-weight: 700;
margin-bottom: 12px;
line-height: 1.3;
}
.post-card h2 a {
transition: color 0.3s ease;
}
.post-card-excerpt {
color: var(--text-secondary);
font-size: 0.95rem;
line-height: 1.6;
margin-bottom: 20px;
font-weight: 300;
}
.post-card-link {
font-family: var(--font-body);
font-size: 0.85rem;
color: var(--accent-text);
display: inline-flex;
align-items: center;
gap: 6px;
transition: gap 0.3s ease;
}
.post-card-link:hover {
gap: 12px;
} .no-posts {
text-align: center;
padding: 80px 0;
}
.no-posts h2 {
font-family: var(--font-display);
font-size: 1.5rem;
margin-bottom: 16px;
}
.no-posts p {
color: var(--text-secondary);
margin-bottom: 32px;
} .single-post-header {
text-align: center;
}
.single-post-meta {
display: flex;
align-items: center;
justify-content: center;
gap: 16px;
font-family: var(--font-body);
font-size: 12px;
color: var(--text-secondary);
margin-bottom: 24px;
flex-wrap: wrap;
}
.single-post-meta span {
display: flex;
align-items: center;
gap: 6px;
}
.meta-divider {
width: 4px;
height: 4px;
border-radius: 50%;
background: var(--text-muted);
}
.single-post-category a {
color: var(--accent-text);
text-decoration: none;
text-transform: uppercase;
letter-spacing: 0.08em;
}
.single-featured-image {
max-width: 900px;
margin: 0 auto 48px;
border-radius: 16px;
overflow: hidden;
}
.single-featured-image img {
width: 100%;
height: auto;
display: block;
} .author-box {
display: flex;
align-items: center;
gap: 20px;
padding: 32px;
background: var(--surface-elevated);
border: 1px solid var(--border-subtle);
border-radius: 16px;
margin-top: 64px;
box-shadow: var(--shadow-card);
}
.author-box-avatar {
width: 64px;
height: 64px;
border-radius: 50%;
object-fit: cover;
flex-shrink: 0;
}
.author-box-name {
font-family: var(--font-display);
font-size: 16px;
font-weight: 700;
margin-bottom: 4px;
}
.author-box-bio {
font-size: 14px;
color: var(--text-secondary);
line-height: 1.6;
font-weight: 300;
} .post-navigation {
display: flex;
justify-content: space-between;
align-items: center;
padding: 32px 0;
margin-top: 40px;
border-top: 1px solid var(--border-subtle);
}
.post-navigation a {
font-family: var(--font-body);
font-size: 13px;
color: var(--text-secondary);
display: flex;
align-items: center;
gap: 8px;
transition: color 0.3s;
}
.post-navigation a:hover {
color: var(--accent);
}
.post-nav-back {
font-weight: 600;
color: var(--accent-text);
} .pagination {
display: flex;
justify-content: center;
gap: 8px;
margin-top: 48px;
padding-top: 32px;
border-top: 1px solid var(--border-subtle);
}
.pagination .page-numbers {
display: flex;
align-items: center;
justify-content: center;
min-width: 40px;
height: 40px;
padding: 0 12px;
border: 1px solid var(--border-light);
border-radius: 8px;
font-family: var(--font-body);
font-size: 13px;
color: var(--text-secondary);
transition: all 0.3s;
}
.pagination .page-numbers:hover {
border-color: var(--accent);
color: var(--accent);
}
.pagination .page-numbers.current {
background: var(--accent);
color: var(--accent-on);
border-color: var(--accent);
font-weight: 600;
} .search-form {
display: flex;
gap: 12px;
max-width: 480px;
margin: 0 auto;
}
.search-field {
flex: 1;
background: var(--surface-elevated);
border: 1px solid var(--border-light);
border-radius: 100px;
padding: 12px 20px;
color: var(--text-primary);
font-family: var(--font-body);
font-size: 14px;
outline: none;
transition: border-color 0.3s;
}
.search-field:focus {
border-color: var(--accent);
}
.search-field::placeholder {
color: var(--text-muted);
}
.search-submit {
padding: 12px 24px;
font-size: 12px;
} .error-404 {
text-align: center;
padding-bottom: clamp(80px, 10vw, 160px);
}
.error-404-code {
font-family: var(--font-display);
font-size: clamp(80px, 15vw, 180px);
font-weight: 800;
color: rgba(var(--accent-rgb), 0.08);
line-height: 1;
margin-bottom: -20px;
}.service-hero {
position: relative;
overflow: hidden; padding: clamp(150px, 16vw, 220px) 0 calc(64px + clamp(56px, 7vw, 96px));
color: #fff;
text-align: left;
background:
radial-gradient(70% 60% at 85% 6%, rgba(200, 255, 0, 0.12), transparent 55%),
linear-gradient(165deg, #14170f 0%, #0a0a0a 62%);
}
.service-hero .container { position: relative; z-index: 2; }
.service-hero-content { max-width: 760px; margin: 0; }
.service-hero .section-label { color: var(--brand-lime); }
.service-hero h1.section-title { color: #fff; font-size: clamp(2.4rem, 1.6rem + 3.4vw, 3.8rem); margin-bottom: 0; }
.service-hero h1 .accent { color: var(--brand-lime); }
.service-hero-desc { color: rgba(255, 255, 255, 0.82); margin: 22px 0 34px; text-align: left; max-width: 60ch; }
.service-hero-actions {
display: flex; gap: 14px; align-items: center; justify-content: flex-start; flex-wrap: wrap;
} .service-stats-inline {
margin-top: clamp(40px, 5vw, 60px); opacity: 1; animation: none;
display: flex; align-items: flex-start; gap: clamp(28px, 4vw, 56px); flex-wrap: wrap;
}
.service-stats-inline .hero-stat-divider { display: none; }
.service-stats-inline .hero-stat-item { display: flex; flex-direction: column; }
.service-stats-inline .hero-stat-num { font-family: var(--font-display); font-weight: 700; font-size: clamp(2rem, 1.4rem + 1.6vw, 2.8rem); color: #fff; letter-spacing: -0.03em; line-height: 1; }
.service-stats-inline .hero-stat-label { font-size: 0.95rem; color: rgba(255, 255, 255, 0.6); margin-top: 8px; } .service-breadcrumb {
display: flex; align-items: center; justify-content: flex-start; gap: 8px;
font-family: var(--font-body); font-size: 13px; letter-spacing: 0; margin-bottom: 28px;
}
.service-breadcrumb a { color: rgba(255, 255, 255, 0.6); text-decoration: none; transition: color 0.3s; }
.service-breadcrumb a:hover { color: #fff; }
.service-breadcrumb-sep { color: rgba(255, 255, 255, 0.35); }
.service-breadcrumb span[aria-current] { color: var(--brand-lime); } .founder-section { background: var(--canvas); }
.founder-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.founder-photo { border-radius: 0; overflow: hidden; aspect-ratio: 4/5; box-shadow: var(--sh-3); }
.founder-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 30%; }
.founder-text h2 { font-family: var(--font-display); color: #fff; font-size: var(--fs-h2); letter-spacing: -0.025em; margin: 14px 0 6px; line-height: 1.05; }
.founder-role { color: var(--brand-lime); font-weight: 600; font-size: 1rem; }
.founder-text p { color: rgba(255, 255, 255, 0.82); font-size: 1.1rem; line-height: 1.62; margin: 18px 0; max-width: 52ch; }
.founder-text p a { color: var(--brand-lime); }
.founder-creds { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; margin: 28px 0; }
.founder-creds > img { height: 58px; width: auto; filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.35)); }
.founder-creds .hero-seal-badge { width: 64px; height: 64px; } .cta-section .container { text-align: center; }
.cta-section h2.section-title { color: #fff; margin: 16px auto 0; max-width: 20ch; }
.cta-section .cta-desc { color: rgba(255, 255, 255, 0.8); font-size: var(--fs-lead); margin: 20px auto 32px; max-width: 46ch; }
.cta-mail { margin-top: 22px; color: rgba(255, 255, 255, 0.7); font-size: 0.98rem; }
.cta-mail a { color: var(--brand-lime); }
.cta-trust-row { display: flex; gap: 26px; justify-content: center; flex-wrap: wrap; margin-top: 34px; color: rgba(255, 255, 255, 0.7); font-size: 0.95rem; }
.cta-trust-row span { display: flex; align-items: center; gap: 8px; }
.cta-trust-row svg { width: 16px; height: 16px; color: var(--brand-lime); } .treppe-section {
background:
radial-gradient(90% 60% at 12% 0%, rgba(200, 255, 0, 0.06), transparent 55%),
radial-gradient(80% 70% at 100% 100%, rgba(13, 16, 12, 0.05), transparent 55%),
var(--surface-alt);
} .service-hero--media {
position: relative;
display: flex;
align-items: center;
overflow: hidden;
min-height: min(78vh, 760px);
padding-top: clamp(96px, 12vh, 140px); padding-bottom: calc(64px + clamp(56px, 8vh, 96px));
}
.service-hero-media { position: absolute; inset: 0; z-index: 0; }
.service-hero--media .service-hero-photo {
width: 100%;
height: 100%;
object-fit: cover; border-radius: 0; object-position: var(--photo-pos, 65% 30%);
}
.service-hero-overlay {
position: absolute; inset: 0; z-index: 1; pointer-events: none;
background:
linear-gradient(180deg, rgba(6,7,5,.62) 0%, rgba(6,7,5,.30) 10%, rgba(6,7,5,.06) 20%, transparent 28%),
radial-gradient(120% 90% at 82% 8%, rgba(200,255,0,.10), transparent 46%),
linear-gradient(90deg, rgba(6,7,5,.90) 0%, rgba(6,7,5,.68) 34%, rgba(6,7,5,.20) 70%, rgba(6,7,5,.05) 100%),
linear-gradient(0deg, rgba(6,7,5,.80) 0%, rgba(6,7,5,.12) 42%, transparent 70%);
}
.service-hero--media .container { position: relative; z-index: 2; width: 100%; }
.service-hero--media .service-hero-content { max-width: 760px; } .service-hero--media .service-stats-inline {
margin-top: clamp(28px, 4vh, 48px);
padding-top: clamp(20px, 3vh, 32px);
border-top: 1px solid rgba(255, 255, 255, 0.16);
}
@media (min-width: 840px) and (max-width: 900px) {
.service-hero--media {
min-height: max(440px, calc(100svh - 220px));
padding-top: clamp(84px, 11vh, 104px);
}
} .cross-sell-standalone {
background: var(--surface-alt);
padding: var(--sp-section) 0;
} .mini-testimonial--dark {
background: var(--canvas);
padding: var(--sp-section) 0;
}
.mini-testimonial--dark .mini-testimonial-quote { color: #fff; }
.mini-testimonial--dark .mini-testimonial-author { color: rgba(255, 255, 255, 0.7); }
.mini-testimonial--dark .mini-testimonial-author strong { color: #fff; }
.mini-testimonial--dark .mini-testimonial-initials {
background: rgba(200, 255, 0, 0.12);
color: var(--brand-lime);
} .ref-teaser-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
gap: 2px;
margin-top: clamp(40px, 5vw, 64px);
}
.ref-teaser {
background: var(--surface-elevated);
padding: clamp(28px, 3vw, 40px);
box-shadow: var(--shadow-card);
display: flex;
flex-direction: column;
}
.ref-teaser h3 {
font-family: var(--font-display);
font-size: 1.3rem;
font-weight: 700;
margin: 0 0 20px;
}
.ref-teaser .ref-detail { display: flex; gap: 26px; flex-wrap: wrap; margin: 0; }
.ref-teaser--cta { justify-content: center; }
.ref-teaser--cta p {
font-size: 0.98rem;
line-height: 1.65;
color: var(--text-secondary);
margin: 0 0 20px;
}
.ref-teaser-link {
display: inline-flex;
align-items: center;
gap: 8px;
font-weight: 600;
color: var(--accent-text);
margin-top: auto;
}
.ref-teaser-link svg { width: 16px; height: 16px; transition: transform 0.2s; }
.ref-teaser-link:hover svg { transform: translateX(4px); } .fomo-section {
background: var(--canvas);
padding: var(--sp-section) 0;
}
.fomo-section .section-title { color: #fff; }
.fomo-section .fomo-stat-label { color: rgba(255, 255, 255, 0.72); }
.fomo-section .fomo-stat-source { color: rgba(255, 255, 255, 0.45); }
.fomo-section .fomo-text p { color: rgba(255, 255, 255, 0.8); } .warum-section {
background: var(--canvas);
padding: var(--sp-section) 0;
}
.warum-title {
font-family: var(--font-display);
color: #fff;
font-size: var(--fs-h2);
letter-spacing: -0.025em;
line-height: 1.08;
margin: 14px 0 0;
max-width: 22ch;
}
.warum-liste {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 0 clamp(32px, 5vw, 80px);
margin-top: clamp(40px, 5vw, 64px);
}
.warum-item {
padding: clamp(22px, 2.4vw, 30px) 0;
border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.warum-item h3 {
font-family: var(--font-display);
font-size: 1.12rem;
font-weight: 700;
color: #fff;
margin: 0 0 8px;
}
.warum-item p {
font-size: 0.98rem;
line-height: 1.65;
color: rgba(255, 255, 255, 0.72);
margin: 0;
max-width: 42ch;
}
@media (max-width: 760px) {
.warum-liste { grid-template-columns: 1fr; }
} .page-body > section:last-child { padding-bottom: clamp(88px, 10vw, 150px); }
#consulting-zielgruppen { padding-bottom: clamp(64px, 8vw, 120px); }
@media (max-width: 860px) {
.founder-grid { grid-template-columns: 1fr; }
.founder-photo { width: min(100%, 540px); justify-self: center; }
} .voice-features-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 2px;
margin-top: 64px;
}
.voice-feature-card {
padding: clamp(32px, 3vw, 48px);
border: 1px solid var(--border-subtle);
position: relative;
transition: all 0.4s;
}
.voice-feature-card:hover {
border-color: rgba(var(--accent-rgb), 0.15);
background: rgba(var(--accent-rgb), 0.02);
}
.voice-feature-icon {
font-size: 32px;
margin-bottom: 20px;
display: block;
}
.voice-feature-card h3 {
font-family: var(--font-display);
font-size: clamp(18px, 1.8vw, 22px);
font-weight: 700;
margin-bottom: 12px;
}
.voice-feature-card p {
font-size: 15px;
line-height: 1.7;
color: var(--text-secondary);
font-weight: 300;
} .use-case-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 2px;
margin-top: 64px;
}
.use-case-card {
background: var(--surface-elevated);
padding: clamp(32px, 3vw, 56px);
position: relative;
overflow: hidden;
transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
box-shadow: var(--shadow-card);
}
.use-case-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 2px;
background: var(--accent);
transform: scaleX(0);
transform-origin: left;
transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.use-case-card:hover::before { transform: scaleX(1); }
.use-case-card:hover { background: rgba(var(--on-surface-rgb), 0.06); } .use-case-icon {
display: block;
margin-bottom: 18px;
color: var(--accent-text);
}
.use-case-icon .mbm-icon {
display: block;
width: 28px;
height: 28px;
}
.use-case-card h3 {
font-family: var(--font-display);
font-size: clamp(20px, 2vw, 26px);
font-weight: 700;
margin-bottom: 12px;
}
.use-case-card p {
font-size: 15px;
line-height: 1.7;
color: var(--text-secondary);
font-weight: 300;
margin-bottom: 20px;
}
.use-case-result {
display: inline-flex;
align-items: center;
gap: 8px;
padding-top: 16px;
border-top: 1px solid var(--border-subtle);
font-family: var(--font-mono);
font-size: 12px;
color: var(--accent-text);
letter-spacing: 0.04em;
}
.use-case-result svg {
flex-shrink: 0;
} .voice-flow {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 0;
margin-top: 80px;
position: relative;
}
.voice-flow::before {
content: '';
position: absolute;
top: 40px;
left: 0;
right: 0;
height: 1px;
background: linear-gradient(90deg, var(--accent), rgba(var(--accent-rgb), 0.1));
}
.voice-flow-step {
padding: 0 clamp(12px, 1.5vw, 24px);
position: relative;
text-align: center;
}
.voice-flow-num {
width: 80px;
height: 80px;
border-radius: 50%;
border: 1px solid var(--accent);
display: flex;
align-items: center;
justify-content: center;
font-family: var(--font-mono);
font-size: 24px;
font-weight: 600;
color: var(--accent);
background: var(--surface);
margin: 0 auto 28px;
position: relative;
z-index: 1;
}
.voice-flow-step h3 {
font-family: var(--font-display);
font-size: 17px;
font-weight: 700;
margin-bottom: 10px;
}
.voice-flow-step p {
font-size: 14px;
line-height: 1.7;
color: var(--text-secondary);
font-weight: 300;
} .voice-pricing .pricing-card.featured::after {
content: 'BELIEBTESTE WAHL';
}
.voice-pricing {
padding: clamp(80px, 10vw, 160px) 0 0;
position: relative;
z-index: 3;
background: var(--surface);
} .voice-pricing:has(+ .cross-sell-standalone),
.process-pricing:has(+ .cross-sell-standalone),
.referenzen-section:has(+ .cross-sell-standalone) {
padding-bottom: clamp(80px, 10vw, 160px);
} .pilot-banner {
margin-top: 64px;
padding: clamp(36px, 4vw, 56px);
background: rgba(var(--accent-rgb), 0.03);
border: 1px solid rgba(var(--accent-rgb), 0.15);
border-radius: 20px;
text-align: center;
position: relative;
overflow: hidden;
}
.pilot-banner::before {
content: '';
position: absolute;
top: -100px;
left: 50%;
transform: translateX(-50%);
width: 400px;
height: 200px;
background: radial-gradient(circle, rgba(var(--accent-rgb), 0.06) 0%, transparent 70%);
pointer-events: none;
}
.pilot-banner-label {
font-family: var(--font-mono);
font-size: 12px;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(--accent-text);
margin-bottom: 16px;
font-weight: 600;
position: relative;
}
.pilot-banner h3 {
font-family: var(--font-display);
font-size: clamp(22px, 2.5vw, 32px);
font-weight: 700;
margin-bottom: 12px;
position: relative;
}
.pilot-banner p {
font-size: 15px;
color: var(--text-secondary);
line-height: 1.7;
font-weight: 300;
max-width: 560px;
margin: 0 auto 28px;
position: relative;
} .addon-section {
margin-top: 64px;
}
.addon-section-label {
font-family: var(--font-mono);
font-size: 11px;
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(--accent-text);
margin-bottom: 20px;
font-weight: 500;
display: flex;
align-items: center;
gap: 10px;
}
.addon-section-label::before {
content: '';
width: 24px;
height: 1px;
background: var(--accent-text);
}
.addon-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 12px;
}
.addon-card {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
padding: 20px 24px;
background: var(--surface-elevated);
border: 1px solid var(--border-subtle);
border-radius: 14px;
transition: all 0.3s;
box-shadow: var(--shadow-card);
}
.addon-card:hover {
border-color: rgba(var(--accent-rgb), 0.12);
background: rgba(var(--on-surface-rgb), 0.06);
}
.addon-card-left {
display: flex;
align-items: center;
gap: 14px;
}
.addon-icon {
font-size: 20px;
flex-shrink: 0;
}
.addon-name {
font-family: var(--font-display);
font-size: 15px;
font-weight: 600;
color: var(--text-primary);
}
.addon-price {
font-family: var(--font-mono);
font-size: 14px;
font-weight: 600;
color: var(--accent);
white-space: nowrap;
} .voice-cta-banner {
margin-top: 80px;
padding: clamp(48px, 6vw, 80px);
background: linear-gradient(135deg, var(--surface-elevated) 0%, rgba(var(--accent-rgb), 0.04) 100%);
border: 1px solid rgba(var(--accent-rgb), 0.1);
border-radius: 24px;
text-align: center;
position: relative;
overflow: hidden;
}
.voice-cta-banner::before {
content: '';
position: absolute;
top: -150px;
left: 50%;
transform: translateX(-50%);
width: 500px;
height: 300px;
background: radial-gradient(circle, rgba(var(--accent-rgb), 0.06) 0%, transparent 70%);
pointer-events: none;
}
.voice-cta-banner h3 {
font-family: var(--font-display);
font-size: clamp(24px, 3vw, 40px);
font-weight: 700;
margin-bottom: 16px;
position: relative;
}
.voice-cta-banner > p {
font-size: 16px;
color: var(--text-secondary);
line-height: 1.7;
font-weight: 300;
max-width: 500px;
margin: 0 auto 32px;
position: relative;
}
.voice-cta-trust {
display: flex;
justify-content: center;
gap: 24px;
margin-top: 20px;
font-size: 13px;
color: var(--text-muted);
font-family: var(--font-mono);
letter-spacing: 0.02em;
position: relative;
}
.voice-cta-trust span {
display: flex;
align-items: center;
gap: 6px;
}
.voice-cta-trust .check {
color: var(--accent);
} .leistungen-intro {
padding: clamp(80px, 10vw, 140px) 0;
position: relative;
z-index: 3;
background: var(--surface);
}
.leistungen-intro-grid {
display: grid;
grid-template-columns: 1.5fr 1fr;
gap: clamp(40px, 5vw, 80px);
margin-top: 48px;
align-items: start;
}
.leistungen-intro-text p {
font-size: 18px;
color: var(--text-secondary);
line-height: 1.8;
font-weight: 400;
margin-bottom: 24px;
}
.leistungen-intro-text p:last-child {
margin-bottom: 0;
}
.leistungen-intro-stats {
display: flex;
flex-direction: column;
gap: 16px;
}
.leistungen-intro-stat {
padding: clamp(24px, 2.5vw, 32px);
background: var(--surface-elevated);
border: 1px solid var(--border-subtle);
border-radius: 16px;
transition: all 0.4s;
box-shadow: var(--shadow-card);
}
.leistungen-intro-stat:hover {
border-color: rgba(var(--accent-rgb), 0.12);
background: rgba(var(--on-surface-rgb), 0.06);
}
.leistungen-intro-stat-num {
display: block;
font-family: var(--font-display);
font-size: clamp(28px, 3vw, 40px);
font-weight: 800;
color: var(--accent);
line-height: 1;
margin-bottom: 8px;
}
.leistungen-intro-stat-label {
display: block;
font-size: 14px;
color: var(--text-secondary);
line-height: 1.5;
font-weight: 300;
}
.leistungen-cards {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px;
margin-top: 64px;
}
a.leistungen-card {
background: var(--surface-elevated);
border: 1px solid var(--border-subtle);
border-radius: 20px;
padding: 0;
overflow: hidden;
display: flex;
flex-direction: column;
transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
position: relative;
text-decoration: none;
color: inherit;
cursor: pointer;
box-shadow: var(--shadow-card);
}
a.leistungen-card:hover {
transform: translateY(-4px);
border-color: var(--accent);
box-shadow: 0 12px 40px rgba(var(--accent-rgb), 0.06);
} .leistungen-card-image {
height: 200px;
position: relative;
overflow: hidden;
background: var(--surface-alt);
}
.leistungen-card-photo {
width: 100%;
height: 100%;
object-fit: cover;
object-position: 50% 45%; border-radius: 0;
display: block;
transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
a.leistungen-card:hover .leistungen-card-photo {
transform: scale(1.04);
}
@media (prefers-reduced-motion: reduce) {
.leistungen-card-photo,
a.leistungen-card:hover .leistungen-card-photo { transition: none; transform: none; }
}
.leistungen-card-body {
padding: clamp(24px, 3vw, 36px);
flex: 1;
display: flex;
flex-direction: column;
}
.leistungen-card-metric {
display: flex;
align-items: baseline;
flex-wrap: nowrap;
gap: 8px;
margin-bottom: 16px;
}
.leistungen-card-metric-value {
font-family: var(--font-display);
font-size: clamp(22px, 2vw, 32px);
font-weight: 800;
color: var(--accent);
line-height: 1;
white-space: nowrap;
}
.leistungen-card-metric-label {
font-family: var(--font-mono);
font-size: 11px;
white-space: nowrap;
color: var(--text-secondary);
letter-spacing: 0.04em;
}
.leistungen-card .pillar-target {
margin-top: auto;
padding-top: 28px;
}
.leistungen-card .pillar-target .btn-primary {
width: 100%;
justify-content: center;
text-align: center;
font-size: 12px;
padding: 14px 24px;
} .region-section {
padding: clamp(80px, 10vw, 140px) 0;
position: relative;
z-index: 3;
background: var(--surface);
}
.region-content {
max-width: 780px;
margin-top: 32px;
}
.region-content p {
font-size: 18px;
color: var(--text-secondary);
line-height: 1.8;
font-weight: 400;
margin-bottom: 24px;
}
.region-content p:last-child {
margin-bottom: 0;
}
.region-tags {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-top: 40px;
}
.region-tag {
display: inline-flex;
align-items: center;
gap: 6px;
padding: 10px 20px;
background: var(--surface-elevated);
border: 1px solid var(--border-subtle);
border-radius: 100px;
font-family: var(--font-mono);
font-size: 12px;
font-weight: 500;
color: var(--text-primary);
letter-spacing: 0.03em;
transition: all 0.3s;
}
.region-tag:hover {
border-color: rgba(var(--accent-rgb), 0.2);
color: var(--accent);
background: rgba(var(--accent-rgb), 0.04);
} .process-pricing {
padding: clamp(80px, 10vw, 160px) 0 0;
position: relative;
z-index: 3;
background: var(--surface);
}
.process-pricing .pricing-card.featured::after {
content: 'MEISTGEBUCHT';
}
.pricing-section-wrap {
margin-top: 80px;
}
.pricing-example {
font-size: 13px;
color: var(--text-secondary);
font-style: italic;
margin-top: 12px;
margin-bottom: 24px;
line-height: 1.6;
}
.tools-section {
margin-top: 80px;
}
.tools-grid {
margin-top: 48px;
display: flex;
flex-direction: column;
gap: 20px;
}
.tools-row {
display: flex;
align-items: flex-start;
gap: 16px;
}
.tools-row-label {
font-family: var(--font-mono);
font-size: 11px;
letter-spacing: 0.08em;
text-transform: uppercase;
color: var(--accent-text);
min-width: 140px;
padding-top: 10px;
font-weight: 500;
}
.tools-row-items {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.tool-badge {
padding: 8px 18px;
background: var(--surface-elevated);
border: 1px solid var(--border-subtle);
border-radius: 100px;
font-family: var(--font-mono);
font-size: 12px;
font-weight: 500;
color: var(--text-primary);
letter-spacing: 0.03em;
transition: all 0.3s;
}
.tool-badge:hover {
border-color: rgba(var(--accent-rgb), 0.2);
color: var(--accent);
background: rgba(var(--accent-rgb), 0.04);
}
.tools-note {
margin-top: 24px;
font-size: 13px;
color: var(--text-secondary);
font-style: italic;
} .roi-section {
margin-top: 80px;
}
.roi-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 24px;
margin-top: 48px;
}
.roi-card {
background: var(--surface-elevated);
border-radius: 20px;
padding: 36px;
border: 1px solid var(--border-subtle);
box-shadow: var(--shadow-card);
}
.roi-card--after {
border-color: rgba(var(--accent-rgb), 0.15);
}
.roi-card-label {
display: block;
font-family: var(--font-mono);
font-size: 11px;
letter-spacing: 0.08em;
text-transform: uppercase;
color: var(--accent-text);
margin-bottom: 24px;
font-weight: 500;
}
.roi-row {
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px 0;
border-bottom: 1px solid var(--border-subtle);
font-size: 14px;
}
.roi-row:last-child {
border-bottom: none;
}
.roi-row span:first-child {
color: var(--text-secondary);
font-weight: 300;
}
.roi-row span:last-child {
font-family: var(--font-mono);
font-weight: 600;
color: var(--text-primary);
}
.roi-result {
margin-top: 32px;
text-align: center;
background: rgba(var(--accent-rgb), 0.04);
border: 1px solid rgba(var(--accent-rgb), 0.12);
border-radius: 20px;
padding: 36px;
}
.roi-result-value {
display: block;
font-family: var(--font-display);
font-size: clamp(28px, 3vw, 36px);
font-weight: 800;
color: var(--accent);
margin-bottom: 8px;
}
.roi-result-label {
font-size: 15px;
color: var(--text-secondary);
font-weight: 300;
} .combo-section {
margin-top: 80px;
}
.combo-intro {
max-width: 640px;
}
.combo-cards {
display: flex;
flex-direction: column;
gap: 12px;
margin-top: 48px;
}
.combo-card {
background: var(--surface-elevated);
border: 1px solid var(--border-subtle);
border-radius: 16px;
padding: 28px 32px;
display: flex;
gap: 20px;
align-items: flex-start;
transition: all 0.3s;
box-shadow: var(--shadow-card);
}
.combo-card:hover {
border-color: rgba(var(--accent-rgb), 0.12);
background: rgba(var(--on-surface-rgb), 0.06);
}
.combo-card-icon {
font-size: 28px;
flex-shrink: 0;
line-height: 1;
}
.combo-card-body {
flex: 1;
}
.combo-card-title {
font-family: var(--font-display);
font-size: 16px;
font-weight: 700;
margin-bottom: 8px;
}
.combo-card-flow {
font-size: 14px;
color: var(--text-secondary);
font-family: var(--font-mono);
line-height: 1.7;
letter-spacing: 0.01em;
}
.combo-card-result {
font-size: 13px;
color: var(--accent-text);
font-family: var(--font-mono);
font-style: italic;
margin-top: 8px;
}
.combo-cta {
margin-top: 48px;
text-align: center;
}
.combo-cta-lead {
font-family: var(--font-display);
font-size: clamp(18px, 2vw, 24px);
font-weight: 700;
margin-bottom: 20px;
}
.combo-cta-sub {
margin-top: 16px;
font-size: 13px;
color: var(--text-secondary);
font-weight: 300;
} .consulting-pricing {
padding: clamp(80px, 10vw, 160px) 0 0;
position: relative;
z-index: 3;
background: var(--surface);
}
.consulting-pricing .pricing-card.featured::after {
content: 'KOSTENLOS';
}
.voice-flow--three {
grid-template-columns: repeat(3, 1fr);
}
.voice-flow-note {
display: block;
font-family: var(--font-mono);
font-size: 12px;
color: var(--text-muted);
margin-top: 12px;
font-style: italic;
letter-spacing: 0.02em;
}
.price-value-struck {
text-decoration: line-through;
color: var(--text-secondary);
font-size: 14px;
font-weight: 400;
font-family: var(--font-display);
}
.cross-sell-section {
margin-top: 80px;
}
.consulting-trust-section {
margin-top: 80px;
}
.cross-sell-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 24px;
margin-top: 64px;
}
.cross-sell-card {
background: var(--surface-elevated);
border: 1px solid var(--border-subtle);
border-radius: 20px;
padding: clamp(32px, 3vw, 44px);
display: flex;
flex-direction: column;
transition: all 0.4s;
position: relative;
overflow: hidden;
box-shadow: var(--shadow-card);
}
.cross-sell-card:hover {
border-color: rgba(var(--accent-rgb), 0.15);
transform: translateY(-4px);
}
.cross-sell-card-icon {
font-size: 32px;
margin-bottom: 20px;
display: block;
}
.cross-sell-card h3 {
font-family: var(--font-display);
font-size: clamp(20px, 2vw, 26px);
font-weight: 700;
margin-bottom: 12px;
}
.cross-sell-card p {
font-size: 15px;
line-height: 1.7;
color: var(--text-secondary);
font-weight: 300;
margin-bottom: 20px;
}
.cross-sell-card-price {
font-family: var(--font-mono);
font-size: 13px;
color: var(--accent-text);
letter-spacing: 0.04em;
margin-bottom: 24px;
}
.cross-sell-card-link {
margin-top: auto;
}
.cross-sell-card-link .pricing-btn {
width: 100%;
justify-content: center;
} .schulung-recht-grid, .schulung-preis-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; margin-top: 56px; }
.schulung-preis-grid { max-width: 900px; margin-left: auto; margin-right: auto; } .schulung-module { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 760px) { .schulung-module { grid-template-columns: 1fr; } }
.schulung-module .use-case-icon { font-family: var(--font-display); font-weight: 800; font-size: 22px; color: var(--accent-text); width: 44px; height: 44px; border: 1px solid rgba(var(--accent-rgb), 0.3); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.schulung-why-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.schulung-why-grid .founder-creds { list-style: none; margin: 0 0 24px; padding: 0; }
.schulung-why-grid .founder-creds li { display: flex; gap: 10px; align-items: flex-start; padding: 6px 0; font-size: 16px; color: var(--text-secondary); }
.schulung-why-grid .founder-creds li::before {
content: '';
width: 18px;
height: 18px;
margin-top: 3px;
background: var(--accent);
-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/contain no-repeat;
mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/contain no-repeat;
flex-shrink: 0;
}
.schulung-why-grid .section-desc a { color: var(--accent-text); text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 900px) {
.schulung-why-grid { grid-template-columns: 1fr; }
}.ueber-uns-mission-text {
max-width: 680px;
margin: 32px auto 0;
text-align: center;
}
.ueber-uns-mission-text p {
font-size: clamp(15px, 1.6vw, 18px);
line-height: 1.8;
color: var(--text-secondary);
font-weight: 300;
margin-bottom: 20px;
}
.ueber-uns-mission-text p:last-child {
margin-bottom: 0;
} .founder-credentials {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-top: 24px;
margin-bottom: 24px;
}
.founder-credential {
display: inline-flex;
align-items: center;
gap: 6px;
padding: 8px 16px;
background: var(--surface-elevated);
border: 1px solid var(--border-subtle);
border-radius: 100px;
font-family: var(--font-mono);
font-size: 12px;
font-weight: 500;
color: var(--text-primary);
letter-spacing: 0.03em;
} .vergleich-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 2px;
margin-top: 48px;
}
.vergleich-card {
background: var(--surface-elevated);
padding: clamp(32px, 3vw, 48px);
border-radius: 20px;
}
.vergleich-card-title {
font-family: var(--font-mono);
font-size: 11px;
letter-spacing: 0.1em;
text-transform: uppercase;
margin-bottom: 28px;
font-weight: 600;
}
.vergleich-card--andere .vergleich-card-title {
color: var(--negative);
}
.vergleich-card--wir .vergleich-card-title {
color: var(--accent-text);
}
.vergleich-card--wir {
border: 1px solid rgba(var(--accent-rgb), 0.15);
}
.vergleich-list {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: 16px;
}
.vergleich-item {
display: flex;
align-items: flex-start;
gap: 12px;
font-size: 15px;
line-height: 1.6;
color: var(--text-primary);
font-weight: 300;
}
.vergleich-icon {
flex-shrink: 0;
font-size: 14px;
width: 24px;
height: 24px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
font-weight: 700;
margin-top: 2px;
}
.vergleich-icon .mbm-icon { width: 15px; height: 15px; }
.vergleich-icon--negative {
color: var(--negative);
background: rgba(255,107,107,0.08);
}
.vergleich-icon--positive {
color: var(--accent);
background: rgba(var(--accent-rgb), 0.08);
} .ueber-uns-kunden-text {
max-width: 560px;
margin: 32px auto 0;
text-align: center;
padding-bottom: 24px;
}
.ueber-uns-kunden-text p {
font-size: 15px;
line-height: 1.7;
color: var(--text-secondary);
font-weight: 300;
margin-bottom: 20px;
}
.ueber-uns-kunden-link {
display: inline-flex;
align-items: center;
gap: 8px;
font-family: var(--font-mono);
font-size: 13px;
font-weight: 600;
color: var(--accent-text);
text-decoration: none;
letter-spacing: 0.03em;
transition: gap 0.3s;
}
.ueber-uns-kunden-link:hover {
gap: 12px;
} .kontakt-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 48px;
align-items: start;
margin-top: 48px;
}
.kontakt-details {
display: flex;
flex-direction: column;
gap: 20px;
}
.kontakt-firma {
font-size: 16px;
line-height: 1.6;
color: var(--text-primary);
margin-bottom: 8px;
}
.kontakt-firma strong {
font-family: var(--font-display);
font-size: 20px;
font-weight: 700;
}
.kontakt-detail-item {
display: flex;
align-items: center;
gap: 12px;
font-size: 15px;
color: var(--text-primary);
font-weight: 300;
}
.kontakt-detail-item svg {
flex-shrink: 0;
color: var(--accent);
}
.kontakt-detail-item a {
color: var(--text-primary);
text-decoration: none;
transition: color 0.3s;
}
.kontakt-detail-item a:hover {
color: var(--accent);
}
.kontakt-detail-item--muted {
margin-top: 8px;
font-family: var(--font-mono);
font-size: 12px;
color: var(--text-secondary);
letter-spacing: 0.03em;
} .kontakt-map-link {
display: block;
border-radius: 0;
overflow: hidden;
border: 1px solid var(--border-subtle);
margin-bottom: 24px;
transition: border-color 0.3s;
}
.kontakt-map-link:hover {
border-color: rgba(var(--accent-rgb), 0.2);
}
.kontakt-map-img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}@media (max-width: 1024px) {
.pillars-grid {
grid-template-columns: 1fr;
gap: 2px;
}
.usp-grid {
grid-template-columns: 1fr;
}
.process-steps {
flex-direction: column;
gap: 40px;
}
.process-steps::before {
display: none;
}
.problem-grid, .fomo-stats, .pricing-grid { grid-template-columns: 1fr; }
.ref-grid { grid-template-columns: 1fr; }
.ref-cta-box { grid-column: auto; }
.posts-grid { grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); } .voice-features-grid { grid-template-columns: repeat(2, 1fr); }
.use-case-grid { grid-template-columns: 1fr; }
.voice-flow {
grid-template-columns: repeat(2, 1fr);
gap: 40px;
}
.voice-flow::before { display: none; }
.addon-grid { grid-template-columns: 1fr; } .leistungen-intro-grid { grid-template-columns: 1fr; }
.leistungen-cards { grid-template-columns: 1fr; } .roi-grid { grid-template-columns: 1fr; }
.tools-row { flex-direction: column; gap: 8px; }
.tools-row-label { min-width: auto; } .cross-sell-grid { grid-template-columns: 1fr; } .fomo-stats--four { grid-template-columns: repeat(2, 1fr); }
.ref-grid--three { grid-template-columns: 1fr; }
.testimonials-grid { grid-template-columns: 1fr; }
.pilot-benefits-grid { grid-template-columns: repeat(2, 1fr); }
.pilot-pricing-table { grid-template-columns: 1fr; }
} @media (min-width: 840px) {
.nav-links { display: flex !important; }
.nav-cta-desktop { display: inline-flex !important; }
.nav-hamburger { display: none; }
.mobile-bottom-bar { display: none !important; }
} @media (min-width: 840px) and (max-height: 900px) {
.hero-sticky h1 {
font-size: clamp(32px, 4.5vw, 52px);
margin-bottom: 20px;
}
.hero-tag {
margin-bottom: 24px;
}
.hero-trust {
margin-bottom: 16px;
}
.hero-sub {
margin-bottom: 28px;
}
.hero-stats-inline {
margin-top: 32px;
}
.hero-explore {
bottom: 24px;
}
}
@media (max-width: 839px) { nav.site-nav { display: none !important; }
.nav-links { display: none !important; }
.nav-cta-desktop { display: none !important; }
.nav-hamburger { display: none; }
.mobile-bottom-bar { display: flex !important; } .hero-scroll-wrapper { height: 130vh; }
.hero-content-inner { padding: 0 20px; }
.hero-sticky h1 {
font-size: clamp(26px, 7vw, 36px);
margin-bottom: 20px;
line-height: 1.15;
}
.hero-sticky h1 br { display: none; }
.hero-sub {
font-size: 14px;
margin-bottom: 24px;
line-height: 1.6;
}
.hero-tag {
font-size: 10px;
margin-bottom: 20px;
}
.hero-tag::before { width: 20px; }
.hero-trust { margin-bottom: 16px; }
.hero-tp-badge { padding: 6px 14px; gap: 8px; }
.tp-stars-mini span { font-size: 12px; }
.tp-text { font-size: 11px; }
.hero-actions { gap: 12px; }
.hero-actions .btn-primary {
font-size: 11px;
padding: 14px 24px;
width: 100%;
justify-content: center;
}
.hero-actions .btn-ghost {
font-size: 11px;
padding: 12px 20px;
}
.hero-stats-inline {
margin-top: 28px;
gap: 0;
}
.hero-stats-inline .hero-stat-num { font-size: 20px; }
.hero-stats-inline .hero-stat-label { font-size: 9px; }
.hero-stat-item { padding: 0 12px; }
.hero-stat-divider { height: 28px; display: block; }
.hero-explore { display: none; } .hero-stats {
gap: 32px;
flex-wrap: wrap;
}
.footer-top {
flex-direction: column;
}
.footer-links {
gap: 40px;
flex-wrap: wrap;
}
.footer-bottom {
flex-direction: column;
gap: 12px;
text-align: center;
} footer { padding-bottom: 80px; }
.demo-form { flex-direction: column; }
.demo-submit { width: 100%; justify-content: center; }
.cta-trust-row { flex-direction: column; gap: 8px; }
.mini-testimonial-inner { flex-direction: column; text-align: center; }
.mini-testimonial-result { margin-left: 0; padding-left: 0; border-left: none; margin-top: 8px; display: flex; justify-content: center; }
.founder-inner { grid-template-columns: 1fr; justify-items: center; text-align: center; }
.founder-text { margin-left: auto; margin-right: auto; }
.founder-photo { width: min(100%, 540px); justify-self: center; }
.ref-detail { flex-wrap: wrap; gap: 12px; } .service-hero--media {
--service-hero-mobile-media-h: clamp(300px, 82vw, 380px);
display: block;
min-height: 0;
padding-top: calc(var(--service-hero-mobile-media-h) - 38px);
padding-bottom: calc(64px + clamp(40px, 10vw, 56px));
background: #0a0a0a;
}
.service-hero--media .service-hero-media {
inset: 0 0 auto;
height: var(--service-hero-mobile-media-h);
} .service-hero--media .service-hero-photo {
object-position: var(--photo-pos-mobile, var(--photo-pos, 65% 30%));
}
.service-hero--media .service-hero-overlay {
background: linear-gradient(180deg, rgba(6, 7, 5, 0.08) 0%, transparent 54%, #0a0a0a 100%);
}
.service-hero--media .service-hero-content { max-width: none; }
.service-hero h1.section-title {
font-size: clamp(1.9rem, 7.2vw, 2.3rem);
line-height: 1.08;
text-wrap: balance;
}
.service-hero-desc {
margin: 18px 0 28px;
font-size: clamp(1rem, 4.4vw, 1.1rem);
line-height: 1.55;
}
.service-breadcrumb { margin-bottom: 24px; font-size: 10px; }
.service-hero-actions { flex-direction: column; gap: 12px; }
.service-hero-actions .btn-primary,
.service-hero-actions .btn-ghost {
width: 100%;
min-height: 56px;
justify-content: center;
text-align: center;
white-space: nowrap;
}
.service-hero--media .service-stats-inline {
width: 100%;
margin-top: 34px;
padding-top: 24px;
justify-content: space-between;
gap: 0;
}
.service-hero--media .service-stats-inline .hero-stat-item {
flex: 1;
padding-inline: 6px;
text-align: center;
}
:root:not([data-theme="dark"]) .service-hero--media {
--accent: #3e7a00;
--accent-text: #3e7a00;
--accent-rgb: 62, 122, 0;
--text-primary: #0d100c;
background: #ffffff;
color: #0d100c;
}
:root:not([data-theme="dark"]) .service-hero--media .service-hero-overlay {
background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, transparent 54%, #ffffff 100%);
}
:root:not([data-theme="dark"]) .service-hero--media .section-label,
:root:not([data-theme="dark"]) .service-hero--media h1 .accent {
color: #3e7a00;
}
:root:not([data-theme="dark"]) .service-hero--media h1.section-title,
:root:not([data-theme="dark"]) .service-hero--media .service-stats-inline .hero-stat-num {
color: #0d100c;
}
:root:not([data-theme="dark"]) .service-hero--media .service-hero-desc {
color: #4f574b;
}
:root:not([data-theme="dark"]) .service-hero--media .service-stats-inline {
border-color: rgba(13, 16, 12, 0.16);
}
:root:not([data-theme="dark"]) .service-hero--media .service-stats-inline .hero-stat-label {
color: #626a5d;
}
:root:not([data-theme="dark"]) .service-hero--media .btn-ghost {
color: #0d100c;
border-color: rgba(13, 16, 12, 0.28);
}
.voice-features-grid { grid-template-columns: 1fr; }
.use-case-grid { grid-template-columns: 1fr; }
.voice-flow {
grid-template-columns: 1fr;
gap: 40px;
}
.voice-flow::before { display: none; }
.voice-flow-step { text-align: center; }
.addon-grid { grid-template-columns: 1fr; }
.voice-cta-banner { padding: clamp(32px, 5vw, 48px); }
.voice-cta-trust { flex-direction: column; gap: 8px; }
.pilot-banner { padding: clamp(28px, 4vw, 40px); } .roi-grid { grid-template-columns: 1fr; }
.combo-card { flex-direction: column; gap: 12px; }
.tools-row { flex-direction: column; gap: 8px; }
.tools-row-label { min-width: auto; }
.combo-cta .btn-primary { width: 100%; justify-content: center; } .voice-flow--three { grid-template-columns: 1fr; gap: 40px; }
.cross-sell-grid { grid-template-columns: 1fr; } .fomo-stats--four { grid-template-columns: 1fr; }
.ref-grid--three { grid-template-columns: 1fr; }
.testimonials-grid { grid-template-columns: 1fr; }
.pilot-benefits-grid { grid-template-columns: 1fr; }
.pilot-pricing-table { grid-template-columns: 1fr; } .vergleich-grid { grid-template-columns: 1fr; }
.kontakt-grid { grid-template-columns: 1fr; }
.kontakt-placeholder { min-height: 200px; } .leistungen-intro-grid { grid-template-columns: 1fr; gap: 32px; }
.leistungen-intro-stats { flex-direction: row; gap: 8px; }
.leistungen-intro-stat { flex: 1; padding: 16px; text-align: center; }
.leistungen-intro-stat-num { font-size: 24px; }
.leistungen-intro-stat-label { font-size: 12px; }
.leistungen-cards { grid-template-columns: 1fr; }
.leistungen-card-image { height: 160px; }
.leistungen-card-metric-value { font-size: 22px; }
.region-tags { gap: 8px; }
.region-tag { font-size: 11px; padding: 8px 14px; } .posts-grid { grid-template-columns: 1fr; }
.single-post-meta { flex-direction: column; gap: 8px; }
.single-post-meta .meta-divider { display: none; }
.author-box { flex-direction: column; text-align: center; }
.post-navigation { flex-direction: column; gap: 16px; text-align: center; }
.search-form { flex-direction: column; }
.search-field { width: 100%; }
} @media (max-width: 375px) {
.hero-sticky h1 { font-size: 24px; }
.hero-sub { font-size: 13px; }
.hero-stats-inline .hero-stat-num { font-size: 18px; }
.hero-stat-item { padding: 0 8px; }
.hero-tp-badge { padding: 5px 12px; }
.tp-text { font-size: 10px; }
}
@media (max-width: 390px) {
.service-hero-actions .btn-primary,
.cta-section .btn-primary { padding-inline: 20px; gap: 8px; }
}
@media (max-width: 359px) {
.mobile-bottom-bar { gap: 4px; padding: 7px 8px; }
.mobile-bar-home { min-width: 44px; padding-inline: 10px; font-size: 0; gap: 0; }
.mobile-bar-cta { padding-inline: 12px; }
.mobile-bar-menu { padding-inline: 10px; }
}