/* =====================================================
TOWNWORK GESCHÄFTSADRESSE ANFRAGEN CONTENT
Datei: geschaeftsadresse-anfragen-content.css
===================================================== */

:root {
    --tw-blue: #0d4f93;
    --tw-blue-dark: #061f5f;
    --tw-orange: #ff7417;
    --tw-orange-dark: #e65e08;
    --tw-green: #15a12f;
    --tw-text: #10244a;
    --tw-muted: #344461;
    --tw-border: #dfe7f2;
    --tw-white: #ffffff;
    --tw-shadow-soft: 0 18px 44px rgba(8, 38, 94, 0.13);
}

* {
    box-sizing: border-box;
}

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

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

/* HERO */

.offer-hero {
    position: relative;
    min-height: 500px;
    background: linear-gradient(90deg, #ffffff 0%, #f7fbff 48%, #eef5fb 100%);
}

.offer-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.offer-hero-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        90deg,
        rgba(255,255,255,.78)
        rgba(255,255,255,.62)
        rgba(255,255,255,.34)
        rgba(255,255,255,.18)
    );
}

.offer-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
    display: block;
}

.offer-hero-inner {
    position: relative;
    z-index: 2;
    width: min(1180px, calc(100% - 64px));
    min-height: 500px;
    margin: 0 auto;
    padding: 42px 0 74px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 470px;
    gap: 70px;
    align-items: center;
}

.offer-hero-content h1 {
    margin: 0 0 22px;
    font-size: clamp(48px, 5.4vw, 62px);
    line-height: .96;
    font-weight: 900;
    letter-spacing: -2.4px;
    color: var(--tw-blue-dark);
}

.offer-hero-content h2 {
    margin: 0 0 18px;
    max-width: 560px;
    font-size: clamp(24px, 2.4vw, 34px);
    line-height: 1.15;
    font-weight: 900;
    color: var(--tw-blue-dark);
}

.offer-hero-content p {
    max-width: 620px;
    margin: 0 0 32px;
    font-size: 20px;
    line-height: 1.45;
    font-weight: 500;
    color: #1e2f50;
}

.offer-checklist {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 20px;
}

.offer-checklist li {
    position: relative;
    min-height: 28px;
    padding-left: 48px;
    display: flex;
    align-items: center;
    font-size: 19px;
    line-height: 1.3;
    font-weight: 600;
    color: #182b50;
}

.offer-checklist li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 50%;
    width: 26px;
    height: 26px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    background: var(--tw-green);
    font-size: 18px;
    font-weight: 900;
}

/* FORM CARD */

.offer-form-card {
    padding: 22px 26px 24px;
    background: rgba(255,255,255,.96);
    border: 1px solid rgba(222, 231, 244, .94);
    border-radius: 18px;
    box-shadow: var(--tw-shadow-soft);
}

.form-step {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 1;
    font-weight: 900;
    color: var(--tw-orange);
}

.offer-form-card h2 {
    margin: 0 0 8px;
    font-size: 32px;
    line-height: 1.05;
    font-weight: 900;
    color: var(--tw-blue-dark);
}

.offer-form-card > p {
    margin: 0 0 16px;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 600;
    color: #26365c;
}

.offer-form {
    display: grid;
    gap: 8px;
}

.offer-form label {
    margin-top: 2px;
    font-size: 13px;
    line-height: 1.15;
    font-weight: 900;
    color: var(--tw-blue-dark);
}

.offer-form-group {
    display: grid;
    gap: 10px;
}

.offer-form-label {
    font-size: 13px;
    line-height: 1.15;
    font-weight: 900;
    color: var(--tw-blue-dark);
}

.legalgroup-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.legalgroup-option {
    margin: 0;
    cursor: pointer;
}

.legalgroup-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.legalgroup-card {
    min-height: 142px;
    padding: 14px 14px 13px;
    display: block;
    border: 1px solid #cbd8ea;
    border-radius: 10px;
    background: #ffffff;
    transition: border-color .16s ease, box-shadow .16s ease, background .16s ease;
}

.legalgroup-card strong {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 900;
    color: var(--tw-blue-dark);
}

.legalgroup-card small {
    display: block;
    margin-bottom: 9px;
    font-size: 11px;
    line-height: 1.3;
    font-weight: 800;
    color: var(--tw-orange-dark);
}

.legalgroup-card em {
    display: block;
    font-style: normal;
    font-size: 12px;
    line-height: 1.45;
    font-weight: 600;
    color: #344461;
}

.legalgroup-option:hover .legalgroup-card {
    background: #f8fbff;
    border-color: var(--tw-blue);
}

.legalgroup-option input:checked + .legalgroup-card {
    background: #f4f9ff;
    border-color: var(--tw-orange);
    box-shadow: 0 0 0 3px rgba(255, 116, 23, 0.14);
}

.legalgroup-option input:checked + .legalgroup-card strong::before {
    content: '✓ ';
    color: var(--tw-orange);
}

.offer-form input,
.offer-form select,
.offer-form textarea {
    width: 100%;
    min-height: 38px;
    padding: 9px 13px;
    border: 1px solid #cbd8ea;
    border-radius: 6px;
    background: #ffffff;
    color: #17284b;
    font: inherit;
    font-size: 14px;
    outline: none;
    transition: border-color .16s ease, box-shadow .16s ease;
}

.offer-form textarea {
    min-height: 72px;
    resize: vertical;
}

.offer-form input:focus,
.offer-form select:focus,
.offer-form textarea:focus {
    border-color: var(--tw-blue);
    box-shadow: 0 0 0 3px rgba(13, 79, 147, .12);
}

.form-privacy {
    margin: 4px 0 0;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 600;
    color: #465777;
}

.form-privacy a {
    color: var(--tw-orange-dark);
    text-decoration: underline;
    font-weight: 900;
}

.offer-form button {
    min-height: 52px;
    margin-top: 2px;
    border: 0;
    border-radius: 7px;
    color: #ffffff;
    background: linear-gradient(180deg, #082d86 0%, #061f5f 100%);
    font-size: 18px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(6, 31, 95, .22);
}

.form-notes {
    display: grid;
    gap: 6px;
    margin-top: 10px;
}

.form-notes p {
    position: relative;
    margin: 0;
    padding-left: 24px;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 600;
    color: #53617b;
}

.form-notes p::before {
    content: 'ⓘ';
    position: absolute;
    left: 0;
    top: 0;
    color: var(--tw-blue);
    font-weight: 900;
}


.form-consent {
    margin: 6px 0 2px;
    padding: 10px 12px;
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    background: #f8fbff;
    border: 1px solid #dfe7f2;
    border-radius: 7px;
    cursor: pointer;
}

.form-consent input {
    width: 16px;
    height: 16px;
    min-height: 16px;
    margin: 2px 0 0;
    padding: 0;
    accent-color: var(--tw-orange);
}

.form-consent span {
    font-size: 12px;
    line-height: 1.45;
    font-weight: 600;
    color: #344461;
}



.form-message {
    padding: 11px 13px;
    border-radius: 7px;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 700;
}

.form-message p {
    margin: 0 0 6px;
}

.form-message p:last-child {
    margin-bottom: 0;
}

.form-message-error {
    background: #fff1f1;
    border: 1px solid #ffcaca;
    color: #8a1f1f;
}

.form-message-success {
    background: #eefaf1;
    border: 1px solid #bfe9c8;
    color: #146b27;
}

.form-message a {
    color: inherit;
    font-weight: 900;
    text-decoration: underline;
}

.form-hp {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}



/* PROCESS */

.offer-process {
    position: relative;
    z-index: 5;
    margin-top: -68px;
    padding: 0 0 18px;
}

.offer-process-inner {
    width: min(1180px, calc(100% - 64px));
    height: 148px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: var(--tw-shadow-soft);
}

.offer-process-inner img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
}


/* INFO CARDS */

.offer-info {
    padding: 0 0 22px;
    background: #ffffff;
}

.offer-info-inner {
    width: min(1180px, calc(100% - 64px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.offer-info-card {
    min-height: 138px;
    padding: 22px 22px 22px;
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    background: #ffffff;
    border: 1px solid var(--tw-border);
    border-radius: 10px;
    box-shadow: var(--tw-shadow-soft);
}

.offer-info-icon {
    width: 82px;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 0;
}

.offer-info-icon img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    display: block;
}

.offer-info-card h2 {
    margin: 0 0 8px;
    font-size: 19px;
    line-height: 1.16;
    font-weight: 900;
    color: var(--tw-blue-dark);
}

.offer-info-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.45;
    color: #33415f;
}

/* TRUST BAR */

.offer-trustbar {
    padding: 0 0 54px;
    background: #ffffff;
}

.offer-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: 10px;
    box-shadow: var(--tw-shadow-soft);
}

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

.offer-trust-item:not(:last-child) {
    border-right: 1px solid var(--tw-border);
    padding-right: 16px;
}

.offer-trust-icon {
    width: 60px;
    height: 60px;
}

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

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

.offer-trust-item p {
    margin: 0;
    font-size: 12px;
    line-height: 1.4;
    color: #34415d;
}

/* RESPONSIVE */

@media (max-width: 1080px) {
    .offer-hero-inner {
        grid-template-columns: 1fr;
        gap: 34px;
        padding-bottom: 110px;
    }

    .offer-form-card {
        max-width: 560px;
    }

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

    .offer-trust-item:not(:last-child) {
        border-right: 0;
        padding-right: 0;
    }
}

@media (max-width: 700px) {
    .offer-hero-inner,
    .offer-process-inner,
    .offer-info-inner,
    .offer-trustbar-inner {
        width: min(100% - 32px, 560px);
    }

    .offer-process {
        margin-top: -54px;
    }

    .offer-process-inner {
        height: 92px;
        padding: 0;
    }

    .offer-process-inner img {
        height: 100%;
        object-fit: cover;
    }

    .offer-hero-inner {
        padding: 36px 0 95px;
    }

    .offer-hero-content h1 {
        font-size: 48px;
    }

    .offer-hero-content h2 {
        font-size: 24px;
    }

    .offer-hero-content p,
    .offer-checklist li {
        font-size: 16px;
    }

    .offer-process {
        margin-top: -54px;
    }

    .offer-process-inner {
        height: 92px;
    }

    .offer-info-inner,
    .offer-trustbar-inner {
        grid-template-columns: 1fr;
    }

    .offer-info-card {
        grid-template-columns: 64px minmax(0, 1fr);
    }

    .offer-info-icon {
        width: 64px;
        height: 64px;
    }

    .offer-info-icon img {
        width: 40px;
        height: 40px;
    }

    .legalgroup-options {
        grid-template-columns: 1fr;
    }

    .legalgroup-card {
        min-height: auto;
    }


}
