:root {
    --bg: #f4f7fb;
    --surface: #ffffff;
    --surface-soft: #eef4ff;
    --text: #102033;
    --text-soft: #5e6c7d;
    --line: #d9e3f0;
    --primary: #1f6fff;
    --primary-dark: #1658cc;
    --shadow: 0 16px 40px rgba(16, 32, 51, 0.08);
    --radius-lg: 24px;
    --radius-md: 18px;
    --radius-sm: 12px;
    --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--text);
    background: linear-gradient(180deg, #f8fbff 0%, #f4f7fb 100%);
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
.narrow { width: min(980px, calc(100% - 40px)); }
.center { text-align: center; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(217, 227, 240, 0.8);
}
.simple-header { position: static; }
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 18px 0;
    min-width: 0;
}
.legal-header-inner { align-items: center; }
.brand-logo {
    width: auto;
    height: 213px;
    object-fit: contain;
}
.small-logo { height: 96px; }
.ads-logo { height: 160px; }
.main-nav {
    display: flex;
    align-items: center;
    gap: 22px;
    font-size: 15px;
    font-weight: 700;
    color: var(--text-soft);
    flex-wrap: wrap;
    justify-content: flex-end;
    min-width: 0;
}
.main-nav a {
    min-width: 0;
    word-break: break-word;
}
.main-nav a:hover { color: var(--text); }
.main-nav .nav-cta {
    padding: 12px 18px;
    border-radius: 999px;
    background: var(--primary);
    color: #ffffff;
    box-shadow: var(--shadow);
}
.hero, .ads-hero { padding: 54px 0 72px; }
.hero-grid, .feature-grid, .lead-grid, .ads-hero-grid {
    display: grid;
    gap: 44px;
    align-items: center;
}
.hero-grid, .ads-hero-grid { grid-template-columns: 1.05fr 0.95fr; }
.feature-grid, .lead-grid { grid-template-columns: 0.95fr 1.05fr; }
.single-column { grid-template-columns: 1fr; }
.eyebrow, .section-label {
    display: inline-block;
    margin-bottom: 16px;
    padding: 8px 14px;
    border-radius: 999px;
    background: var(--surface-soft);
    color: var(--primary);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.hero h1, .ads-hero h1 {
    margin: 0 0 18px;
    font-size: clamp(40px, 5vw, 64px);
    line-height: 1.08;
    letter-spacing: -0.03em;
}
.hero-text {
    margin: 0 0 28px;
    max-width: 620px;
    font-size: 19px;
    color: var(--text-soft);
}
.hero-actions, .cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 24px;
}
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 800;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    border: none;
    cursor: pointer;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
    background: var(--primary);
    color: #ffffff;
    box-shadow: var(--shadow);
}
.btn-primary:hover { background: var(--primary-dark); }
.btn-secondary {
    background: #ffffff;
    color: var(--text);
    border: 1px solid var(--line);
}
.hero-points {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
    color: var(--text-soft);
    font-weight: 700;
}
.hero-points li {
    position: relative;
    padding-left: 28px;
}
.hero-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--primary);
    box-shadow: 0 0 0 5px rgba(31, 111, 255, 0.12);
}
.hero-visual, .feature-image-wrap {
    background: linear-gradient(180deg, #ffffff 0%, #eef4ff 100%);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    padding: 18px;
    box-shadow: var(--shadow);
}
.hero-image, .feature-image {
    width: 100%;
    border-radius: 18px;
    object-fit: cover;
    max-height: 520px;
}
.problem-solution, .benefits, .steps, .target-groups, .lead-section, .ads-proof {
    padding: 84px 0;
}
.feature-highlight { padding: 30px 0 84px; }
.section-heading { margin-bottom: 40px; }
.section-heading h2, .lead-copy h2, .legal-wrap h1 {
    margin: 0 0 14px;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.12;
    letter-spacing: -0.03em;
}
.section-heading p, .lead-copy p, .legal-card p {
    margin: 0;
    max-width: 820px;
    font-size: 18px;
    color: var(--text-soft);
}
.problem-grid, .benefit-grid, .step-grid {
    display: grid;
    gap: 22px;
}
.problem-grid { grid-template-columns: repeat(3, 1fr); }
.benefit-grid { grid-template-columns: repeat(4, 1fr); }
.step-grid { grid-template-columns: repeat(3, 1fr); }
.card, .step-card, .legal-card, .lead-form {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    padding: 28px;
    box-shadow: var(--shadow);
}
.card h3, .step-card h3, .feature-item h3, .legal-card h2 {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 1.2;
}
.card p, .step-card p, .feature-item p { margin: 0; color: var(--text-soft); }
.feature-copy > p { margin: 0 0 26px; font-size: 18px; color: var(--text-soft); }
.feature-list { display: grid; gap: 18px; }
.feature-item {
    padding: 22px;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow);
}
.step-number {
    width: 52px; height: 52px; margin-bottom: 18px;
    display: inline-flex; align-items: center; justify-content: center;
    border-radius: 50%; background: var(--surface-soft); color: var(--primary);
    font-size: 20px; font-weight: 900;
}
.lead-copy { align-self: start; }
.contact-box {
    margin-top: 24px;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: #ffffff;
    box-shadow: var(--shadow);
}
.contact-box p { margin: 0 0 8px; overflow-wrap: anywhere; }
.form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}
.form-grid label {
    display: grid;
    gap: 8px;
    font-weight: 700;
    color: var(--text);
}
.form-grid span { font-size: 14px; }
.full-width { grid-column: 1 / -1; }
input, select, textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid var(--line);
    border-radius: 12px;
    font: inherit;
    color: var(--text);
    background: #ffffff;
}
textarea { resize: vertical; min-height: 140px; }
.checkbox {
    grid-template-columns: auto 1fr;
    align-items: start;
    gap: 12px;
    font-weight: 400;
}
.checkbox input {
    width: 18px;
    height: 18px;
    margin-top: 3px;
    padding: 0;
}
.submit-btn { margin-top: 18px; }
.form-note { margin: 14px 0 0; color: var(--text-soft); font-size: 14px; }
.legal-page { padding: 54px 0 84px; }
.legal-wrap { max-width: 920px; }
.legal-card + .legal-card { margin-top: 18px; }
.legal-card p + p { margin-top: 12px; }
.legal-footer-grid { grid-template-columns: 1.2fr 1fr; }
.site-footer {
    padding: 30px 0 40px;
    background: #0f1e31;
    color: rgba(255, 255, 255, 0.82);
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 28px;
    align-items: start;
}
.site-footer h3, .site-footer h4 { margin: 0 0 12px; color: #ffffff; }
.site-footer p { margin: 0 0 8px; overflow-wrap: anywhere; }
.site-footer a { color: rgba(255, 255, 255, 0.82); }
.site-footer a:hover { color: #ffffff; }
.ads-page .ads-hero {
    background: radial-gradient(circle at top left, rgba(31, 111, 255, 0.1), transparent 45%), linear-gradient(180deg, #f8fbff 0%, #f4f7fb 100%);
}
.ads-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 10px;
}
.pill {
    display: inline-flex;
    align-items: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid var(--line);
    color: var(--text);
    font-weight: 700;
    box-shadow: var(--shadow);
}
.compact-lead { padding-top: 20px; }
.lead-form-wide { max-width: 900px; margin: 0 auto; }

@media (max-width: 1100px) {
    .hero-grid, .feature-grid, .benefit-grid, .problem-grid, .step-grid, .footer-grid, .lead-grid, .ads-hero-grid {
        grid-template-columns: 1fr;
    }
    .hero, .ads-hero { padding-top: 36px; }
}

@media (max-width: 820px) {
    .site-header { position: static; }
    .header-inner {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
    }
    .brand { display: flex; justify-content: center; }
    .brand-logo { height: 120px; margin: 0 auto; }
    .small-logo { height: 72px; }
    .ads-logo { height: 96px; }
    .main-nav {
        width: 100%;
        gap: 10px;
        justify-content: center;
    }
    .main-nav a { text-align: center; }
    .main-nav .nav-cta { width: 100%; }
    .section-heading h2, .lead-copy h2, .legal-wrap h1 { font-size: 34px; }
    .hero h1, .ads-hero h1 { font-size: 42px; }
    .hero-text, .section-heading p, .feature-copy > p, .lead-copy p, .legal-card p { font-size: 17px; }
    .hero-image, .feature-image { max-height: 420px; }
}

@media (max-width: 560px) {
    .container, .narrow { width: min(100% - 24px, 100%); }
    .site-header { border-bottom: none; }
    .header-inner { padding: 14px 0 8px; }
    .brand-logo { height: 220px; max-width: 100%; }
    .small-logo { height: 62px; }
    .ads-logo { height: 78px; }
    .main-nav {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }
    .main-nav a {
        width: 100%;
        padding: 12px 14px;
        border: 1px solid var(--line);
        border-radius: 14px;
        background: #ffffff;
    }
    .main-nav .nav-cta { padding: 14px 16px; }
    .hero, .problem-solution, .feature-highlight, .benefits, .target-groups, .steps, .lead-section, .ads-proof, .legal-page, .ads-hero {
        padding-top: 36px;
        padding-bottom: 36px;
    }
    .section-heading { margin-bottom: 28px; }
    .section-heading h2, .lead-copy h2, .legal-wrap h1 { font-size: 28px; }
    .hero h1, .ads-hero h1 { font-size: 32px; line-height: 1.14; }
    .hero-text, .section-heading p, .feature-copy > p, .lead-copy p, .legal-card p, .card p, .step-card p, .feature-item p { font-size: 16px; }
    .hero-image, .feature-image { max-height: 260px; }
    .hero-visual, .feature-image-wrap { padding: 12px; }
    .card, .step-card, .feature-item, .legal-card, .lead-form, .contact-box { padding: 18px; }
    .btn { width: 100%; }
    .hero-actions, .cta-actions { flex-direction: column; }
    .form-grid { grid-template-columns: 1fr; }
    .full-width { grid-column: auto; }
}

/* Pitch landingpage */
.pitch-hero {
    background: radial-gradient(circle at top right, rgba(31, 111, 255, 0.16), transparent 38%), linear-gradient(180deg, #f8fbff 0%, #f4f7fb 100%);
}
.pitch-visual {
    position: relative;
    overflow: hidden;
}
.pitch-visual::after {
    content: "Route → Potenzial → Kontakt";
    position: absolute;
    left: 34px;
    right: 34px;
    bottom: 34px;
    padding: 14px 18px;
    border-radius: 999px;
    background: rgba(15, 30, 49, 0.86);
    color: #ffffff;
    font-weight: 800;
    text-align: center;
    backdrop-filter: blur(8px);
}
.quick-value {
    padding: 78px 0 84px;
}
.pitch-benefit-grid {
    grid-template-columns: repeat(4, 1fr);
}
.feature-illustration {
    background: #ffffff;
    object-fit: contain;
    max-height: 460px;
}
.usecase-section {
    padding: 84px 0;
    background: linear-gradient(180deg, rgba(238, 244, 255, 0.75), rgba(248, 251, 255, 0));
}
.usecase-grid,
.detailed-step-grid,
.target-grid {
    display: grid;
    gap: 22px;
}
.usecase-grid {
    grid-template-columns: repeat(3, 1fr);
}
.detailed-step-grid {
    grid-template-columns: repeat(3, 1fr);
}
.target-grid {
    grid-template-columns: repeat(4, 1fr);
}
.cta-band {
    padding: 36px 0 84px;
}
.cta-card {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 28px;
    align-items: center;
    padding: 36px;
    border-radius: var(--radius-lg);
    background: #0f1e31;
    color: #ffffff;
    box-shadow: var(--shadow);
}
.cta-card h2 {
    margin: 0 0 12px;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.12;
    letter-spacing: -0.03em;
}
.cta-card p {
    margin: 0;
    max-width: 720px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 18px;
}
.cta-card .section-label {
    background: rgba(255,255,255,0.12);
    color: #ffffff;
}
.cta-card .btn {
    white-space: nowrap;
}

@media (max-width: 1100px) {
    .pitch-benefit-grid,
    .usecase-grid,
    .detailed-step-grid,
    .target-grid,
    .cta-card {
        grid-template-columns: 1fr;
    }
    .cta-card .btn {
        width: fit-content;
    }
}

@media (max-width: 560px) {
    .quick-value,
    .usecase-section,
    .cta-band {
        padding-top: 36px;
        padding-bottom: 36px;
    }
    .pitch-visual::after {
        position: static;
        display: block;
        margin-top: 12px;
        border-radius: 16px;
        font-size: 14px;
    }
    .cta-card {
        padding: 22px;
    }
    .cta-card .btn {
        width: 100%;
    }
}
