/* =====================================================
TOWNWORK IMPRESSUM CONTENT
Datei: impressum-content.css
===================================================== */

:root {
    --tw-blue: #0d4f93;
    --tw-blue-dark: #073568;
    --tw-blue-soft: #eaf3ff;
    --tw-orange: #ff7417;
    --tw-orange-soft: #fff1e7;
    --tw-text: #0b2442;
    --tw-muted: #4f6072;
    --tw-border: #d8e2ee;
    --tw-white: #ffffff;
    --tw-shadow-soft: 0 14px 34px rgba(13, 79, 147, 0.12);
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--tw-text);
    background: #ffffff;
}

.impressum-page {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
}

/* HERO */

.impressum-hero {
    min-height: 290px;
    background: linear-gradient(90deg, #ffffff 0%, #f7f9fb 42%, #e9edf1 100%);
    border-bottom: 1px solid #e5e8ec;
}

.impressum-hero-inner {
    width: min(1180px, calc(100% - 64px));
    min-height: 290px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 44% 56%;
    align-items: center;
}

.impressum-hero-text {
    position: relative;
    z-index: 2;
    padding: 46px 0;
}

.impressum-hero-text h1 {
    margin: 0 0 26px;
    font-size: clamp(34px, 4vw, 38px);
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: -1.4px;
    color: var(--tw-blue-dark);
}

.impressum-hero-text p {
    max-width: 450px;
    margin: 0;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 600;
    color: #1d2d3f;
}

.impressum-hero-image {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.impressum-hero-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center right;
    display: block;
}

/* MAIN */

.impressum-main {
    padding: 54px 0 26px;
    background: #ffffff;
}

.impressum-main-inner {
    width: min(1180px, calc(100% - 64px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 385px;
    gap: 72px;
    align-items: start;
}

.impressum-content-left h2,
.impressum-card h2 {
    margin: 0 0 22px;
    font-size: 28px;
    line-height: 1.15;
    font-weight: 800;
    color: var(--tw-blue-dark);
}

.impressum-content-left p {
    max-width: 730px;
    margin: 0 0 18px;
    font-size: 16px;
    line-height: 1.65;
    color: #17283a;
}

.impressum-lead {
    font-weight: 800;
    color: #0c2340 !important;
}

/* BENEFITS */

.impressum-benefits {
    margin-top: 34px;
    display: grid;
    gap: 30px;
}

.impressum-benefit {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
}

.benefit-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefit-icon img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    display: block;
}

.impressum-benefit h3 {
    margin: 2px 0 7px;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 800;
    color: var(--tw-blue-dark);
}

.impressum-benefit p {
    margin: 0;
    max-width: 690px;
    font-size: 14px;
    line-height: 1.55;
    color: #23364a;
}

/* CTA */

.impressum-cta-box {
    margin-top: 52px;
    min-height: 74px;
    padding: 15px 18px;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    background: var(--tw-orange-soft);
    border: 1px solid #ffd9bf;
    border-radius: 12px;
    box-shadow: 0 12px 26px rgba(255, 116, 23, 0.10);
}

.cta-star {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-star img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    display: block;
}

.cta-text strong {
    display: block;
    margin-bottom: 4px;
    font-size: 15px;
    line-height: 1.2;
    color: var(--tw-orange-dark, #e65e08);
}

.cta-text span {
    display: block;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 600;
    color: #26394d;
}

.cta-button {
    min-width: 132px;
    height: 42px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 7px;
    background: linear-gradient(180deg, #ff8425 0%, #e65e08 100%);
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.32), 0 2px 0 rgba(0,0,0,.14);
}

/* SIDEBAR */

.impressum-sidebar {
    display: grid;
    gap: 22px;
}

.impressum-card {
    background: #ffffff;
    border: 1px solid var(--tw-border);
    border-radius: 13px;
    box-shadow: var(--tw-shadow-soft);
}

.legal-card {
    padding: 28px 28px 24px;
    background: #f8f8f8;
}

.legal-card h2 {
    margin-bottom: 24px;
}

.legal-block {
    margin-bottom: 22px;
}

.legal-block:last-child {
    margin-bottom: 0;
}

.legal-block h3 {
    margin: 0 0 8px;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 800;
    color: #12263d;
}

.legal-block p {
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
    color: #17283a;
}

/* SUPPORT CARD */

.support-card {
    padding: 22px;
    background: #f9fbfe;
}

.support-head {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    margin-bottom: 18px;
}

.support-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.support-icon img,
.support-link-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.support-card h2 {
    margin: 0 0 8px;
    font-size: 15px;
    line-height: 1.35;
}

.support-card p {
    margin: 0;
    font-size: 12px;
    line-height: 1.55;
    color: #33465a;
}

.support-link {
    min-height: 58px;
    margin-top: 12px;
    padding: 10px 14px;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    color: var(--tw-blue-dark);
    text-decoration: none;
    background: #ffffff;
    border: 1px solid #b7cbe2;
    border-radius: 8px;
}

.support-link-icon {
    width: 30px;
    height: 30px;
}

.support-link strong {
    display: block;
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 800;
}

.support-link small {
    display: block;
    font-size: 11px;
    line-height: 1.3;
    color: #51657a;
}




/* LEGAL TEXTS */

.impressum-legal-texts {
    padding: 18px 0 24px;
    background: #ffffff;
}

.impressum-legal-texts-inner {
    width: min(1180px, calc(100% - 64px));
    margin: 0 auto;
    padding: 34px 38px;
    background: #f8f8f8;
    border: 1px solid var(--tw-border);
    border-radius: 13px;
    box-shadow: var(--tw-shadow-soft);
}

.impressum-legal-text-block {
    margin-bottom: 30px;
}

.impressum-legal-text-block:last-child {
    margin-bottom: 0;
}

.impressum-legal-text-block h2 {
    margin: 0 0 12px;
    font-size: 22px;
    line-height: 1.25;
    font-weight: 800;
    color: var(--tw-blue-dark);
}

.impressum-legal-text-block p {
    margin: 0 0 14px;
    font-size: 15px;
    line-height: 1.75;
    color: #17283a;
}

.impressum-legal-text-block p:last-child {
    margin-bottom: 0;
}



/* TRUST BAR */

.impressum-trustbar {
    padding: 24px 0 58px;
    background: #ffffff;
}

.impressum-trustbar-inner {
    width: min(1180px, calc(100% - 64px));
    margin: 0 auto;
    padding: 18px 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    background: #ffffff;
    border: 1px solid var(--tw-border);
    border-radius: 12px;
    box-shadow: var(--tw-shadow-soft);
}

.trust-item {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
}

.trust-icon {
    width: 42px;
    height: 42px;
}

.trust-icon img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    display: block;
}

.trust-item h3 {
    margin: 0 0 5px;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 800;
    color: var(--tw-blue-dark);
}

.trust-item p {
    margin: 0;
    font-size: 11px;
    line-height: 1.45;
    color: #33465a;
}

/* RESPONSIVE */

@media (max-width: 980px) {
    .impressum-hero-inner,
    .impressum-main-inner,
    .impressum-trustbar-inner {
        width: min(100% - 34px, 760px);
    }

    .impressum-hero-inner {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .impressum-hero-image {
        height: 260px;
        order: -1;
        margin: 0 -17px;
    }

    .impressum-main-inner {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .impressum-trustbar-inner {
        grid-template-columns: repeat(2, 1fr);
    }

    .impressum-legal-texts-inner {
        width: min(100% - 34px, 760px);
        padding: 28px 24px;
    }
}

@media (max-width: 620px) {
    .impressum-hero-text {
        padding: 34px 0;
    }

    .impressum-main {
        padding-top: 38px;
    }

    .impressum-benefit {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 14px;
    }

    .benefit-icon,
    .benefit-icon img {
        width: 40px;
        height: 40px;
    }

    .impressum-cta-box {
        grid-template-columns: 44px minmax(0, 1fr);
    }

    .cta-button {
        grid-column: 1 / -1;
        width: 100%;
    }

    .impressum-trustbar-inner {
        grid-template-columns: 1fr;
    }

    .impressum-legal-texts-inner {
        width: min(100% - 28px, 520px);
        padding: 24px 18px;
    }

    .impressum-legal-text-block h2 {
        font-size: 20px;
    }

    .impressum-legal-text-block p {
        font-size: 14px;
        line-height: 1.65;
    }
}
