.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; }
}@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; }
}