/* =====================================================
TOWNWORK DATENSCHUTZ CONTENT
Datei: datenschutz-content.css
===================================================== */

:root {
    --tw-blue: #0d4f93;
    --tw-blue-dark: #073568;
    --tw-blue-soft: #eaf3ff;
    --tw-orange: #ff7417;
    --tw-orange-dark: #e65e08;
    --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;
}

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

/* HERO */

.privacy-hero {
    min-height: 355px;
    background: linear-gradient(90deg, #ffffff 0%, #f8fafc 48%, #eef3f7 100%);
    border-bottom: 1px solid #e5e8ec;
}

.privacy-hero-inner {
    width: min(1180px, calc(100% - 64px));
    min-height: 355px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 47% 53%;
    gap: 30px;
    align-items: center;
}

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

.privacy-hero-text h1 {
    margin: 0;
    font-size: clamp(38px, 4vw, 25px);
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -1.7px;
    color: var(--tw-blue-dark);
}

.privacy-accent {
    width: 72px;
    height: 4px;
    margin: 24px 0 26px;
    display: block;
    background: var(--tw-orange);
    border-radius: 10px;
}

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

.privacy-hero-image {
    align-self: stretch;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.privacy-hero-image img {
    width: 100%;
    max-width: 620px;
    height: auto;
    display: block;
    object-fit: contain;
}

/* TRUST INTRO */

.privacy-trust-intro {
    position: relative;
    z-index: 3;
    margin-top: -18px;
    padding: 0 0 34px;
}

.privacy-trust-intro-inner {
    width: min(1180px, calc(100% - 64px));
    margin: 0 auto;
    padding: 24px 28px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    background: #ffffff;
    border: 1px solid var(--tw-border);
    border-radius: 13px;
    box-shadow: var(--tw-shadow-soft);
}

.privacy-trust-card {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
}

.privacy-trust-card img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    display: block;
}

.privacy-trust-card h2 {
    margin: 0 0 5px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 900;
    color: var(--tw-blue-dark);
}

.privacy-trust-card p {
    margin: 0;
    font-size: 13px;
    line-height: 1.45;
    color: #34475c;
}

/* MAIN */

.privacy-main {
    padding: 0 0 36px;
    background: #ffffff;
}

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

.privacy-content { display: grid; gap: 28px; }

.privacy-summary-card,
.privacy-full-card,
.privacy-side-card {
    background: #ffffff;
    border: 1px solid var(--tw-border);
    border-radius: 13px;
    box-shadow: var(--tw-shadow-soft);
}

.privacy-summary-card { padding: 24px 30px; }

.privacy-summary-item {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 18px;
    padding: 20px 0;
    border-bottom: 1px solid var(--tw-border);
}

.privacy-summary-item:first-child { padding-top: 0; }
.privacy-summary-item:last-child { border-bottom: 0; padding-bottom: 0; }

.privacy-summary-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fbfdff;
    border: 1px solid var(--tw-border);
    border-radius: 12px;
}

.privacy-summary-icon img {
    width: 34px;
    height: 34px;
    object-fit: contain;
    display: block;
}

.privacy-summary-item h2 {
    margin: 0 0 7px;
    font-size: 19px;
    line-height: 1.25;
    font-weight: 900;
    color: var(--tw-blue-dark);
}

.privacy-summary-item p {
    margin: 0;
    font-size: 14px;
    line-height: 1.58;
    color: #273a4f;
}

.privacy-full-card { padding: 30px; }

.privacy-full-head {
    margin: 0 0 28px;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--tw-border);
}

.privacy-full-head h2 {
    margin: 0 0 8px;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 900;
    color: var(--tw-blue-dark);
}

.privacy-full-head p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #465a70;
}

.privacy-full-section {
    margin-bottom: 34px;
    padding-bottom: 28px;
    border-bottom: 1px solid var(--tw-border);
}

.privacy-full-section:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.privacy-full-section h2 {
    margin: 0 0 18px;
    font-size: 23px;
    line-height: 1.25;
    font-weight: 900;
    color: var(--tw-blue-dark);
}

.privacy-full-section h3 {
    margin: 24px 0 9px;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 900;
    color: #122d50;
}

.privacy-full-section p {
    margin: 0 0 14px;
    font-size: 14px;
    line-height: 1.76;
    color: #203247;
}

.privacy-full-section a { color: var(--tw-blue); word-break: break-word; }

/* SIDEBAR */

.privacy-sidebar {
    position: sticky;
    top: 18px;
    display: grid;
    gap: 24px;
}

.privacy-side-card { padding: 28px; }

.side-card-head {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    margin-bottom: 22px;
}

.side-card-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eef5ff;
    border-radius: 50%;
}

.side-card-icon img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    display: block;
}

.side-card-head h2 {
    margin: 0;
    font-size: 19px;
    line-height: 1.25;
    font-weight: 900;
    color: var(--tw-blue-dark);
}

.privacy-side-card p {
    margin: 0 0 17px;
    font-size: 15px;
    line-height: 1.65;
    color: #24384e;
}

.privacy-side-card strong { color: #162941; }

.privacy-contact-line a { color: var(--tw-blue-dark); text-decoration: none; font-weight: 800; }

.privacy-support-card { background: #fbfdff; }

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

.privacy-support-link span {
    grid-row: span 2;
    width: 32px;
    height: 32px;
}

.privacy-support-link img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    display: block;
}

.privacy-support-link strong {
    display: block;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 900;
}

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

/* BOTTOM CALLOUT */

.privacy-bottom-callout {
    padding: 0 0 58px;
    background: #ffffff;
}

.privacy-bottom-callout-inner {
    width: min(1180px, calc(100% - 64px));
    margin: 0 auto;
    padding: 30px 36px;
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    background: linear-gradient(90deg, #f0f6ff 0%, #f7faff 100%);
    border: 1px solid var(--tw-border);
    border-radius: 13px;
    box-shadow: var(--tw-shadow-soft);
}

.bottom-callout-icon {
    width: 68px;
    height: 68px;
    padding: 12px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 10px 24px rgba(13, 79, 147, .14);
}

.bottom-callout-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.privacy-bottom-callout h2 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 900;
    color: var(--tw-blue-dark);
}

.privacy-bottom-callout p {
    margin: 0;
    font-size: 16px;
    line-height: 1.55;
    color: #2d4157;
}

/* RESPONSIVE */

@media (max-width: 1040px) {
    .privacy-hero-inner,
    .privacy-trust-intro-inner,
    .privacy-main-inner,
    .privacy-bottom-callout-inner {
        width: min(100% - 34px, 760px);
    }

    .privacy-hero-inner {
        min-height: auto;
        grid-template-columns: 1fr;
        gap: 0;
        padding-top: 34px;
    }

    .privacy-hero-image { order: -1; }
    .privacy-hero-text { padding: 26px 0 42px; }

    .privacy-trust-intro-inner { grid-template-columns: repeat(2, 1fr); }

    .privacy-main-inner { grid-template-columns: 1fr; }

    .privacy-sidebar { position: static; }
}

@media (max-width: 620px) {
    .privacy-trust-intro-inner { grid-template-columns: 1fr; padding: 20px; }
    .privacy-summary-card,
    .privacy-full-card,
    .privacy-side-card { padding: 22px 18px; }
    .privacy-summary-item { grid-template-columns: 44px minmax(0, 1fr); gap: 14px; }
    .privacy-summary-icon { width: 40px; height: 40px; }
    .privacy-summary-icon img { width: 27px; height: 27px; }
    .privacy-full-section h2 { font-size: 21px; }
    .privacy-full-section p { font-size: 13.5px; line-height: 1.68; }
    .privacy-bottom-callout-inner { grid-template-columns: 1fr; padding: 24px 20px; }
}
