/* =====================================================
TOWNWORK PREISE CONTENT
Datei: preise-content.css
===================================================== */

:root {
    --tw-blue: #0d4f93;
    --tw-blue-dark: #073568;
    --tw-orange: #ff7417;
    --tw-orange-dark: #e65e08;
    --tw-text: #0b2442;
    --tw-muted: #3d4e62;
    --tw-border: #d8e2ee;
    --tw-white: #ffffff;
    --tw-soft: #f3f7fc;
    --tw-shadow-soft: 0 12px 32px 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;
}

.preise-page {
    width: 100%;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #f7fafe 100%);
}

/* HERO */

.preise-hero {
    position: relative;
    padding: 34px 0 22px;
    background: linear-gradient(90deg, #ffffff 0%, #ffffff 54%, #f3f7fc 100%);
}

.preise-hero-inner,
.preise-section-inner,
.preise-pricing-inner,
.preise-bottom-cta-inner {
    width: min(1180px, calc(100% - 64px));
    margin: 0 auto;
}

.preise-hero-inner {
    position: relative;
    min-height: 230px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44%;
    gap: 34px;
    align-items: start;
}

.preise-kicker {
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: .5px;
    color: var(--tw-orange);
}

.preise-hero-text h1 {
    margin: 0 0 16px;
    max-width: 720px;
    font-size: clamp(38px, 4.2vw, 40px);
    line-height: .98;
    font-weight: 900;
    letter-spacing: -1.7px;
    color: var(--tw-blue-dark);
}

.preise-dot {
    color: var(--tw-orange);
}

.preise-hero-text p {
    max-width: 620px;
    margin: 0 0 28px;
    font-size: 17px;
    line-height: 1.55;
    font-weight: 600;
    color: #1c2d42;
}

.preise-hero-benefits {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.hero-benefit {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 900;
    color: var(--tw-blue-dark);
}

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


.preise-hero {
    position: relative;
    padding: 34px 0 22px;
    min-height: 420px;
    background: linear-gradient(90deg, #ffffff 0%, #ffffff 54%, #f3f7fc 100%);
    overflow: hidden;
}

.preise-hero-inner {
    position: relative;
    z-index: 2;
    min-height: 360px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44%;
    gap: 34px;
    align-items: start;
}

.preise-hero-text {
    position: relative;
    z-index: 5;
    max-width: 640px;
}

.preise-hero-skyline {
    position: absolute;
    right: -220px;
    bottom: -18px;
    width: 860px;
    height: 380px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    opacity: .72;
    pointer-events: none;
    z-index: 1;
}

.preise-hero-skyline img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right bottom;
    display: block;
}



/* PRICING */

.preise-pricing {
    padding: 18px 0 30px;
}

.preise-pricing-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 30px;
    align-items: stretch;
}

.preise-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
}

.price-card {
    position: relative;
    min-height: 405px;
    padding: 44px 42px 28px;
    text-align: center;
    background: #ffffff;
    border: 1px solid var(--tw-border);
    border-radius: 9px;
    box-shadow: var(--tw-shadow-soft);
}

.price-card-icon {
    position: absolute;
    top: -23px;
    left: 50%;
    width: 46px;
    height: 46px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid #e8eef6;
    border-radius: 50%;
    box-shadow: 0 8px 22px rgba(13, 79, 147, .10);
}

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

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

.price-amount {
    font-size: 42px;
    line-height: 1;
    font-weight: 900;
    color: var(--tw-orange);
}

.price-period {
    margin: 6px 0 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid #ffd4bd;
    font-size: 13px;
    font-weight: 900;
    color: #26384a;
}

.price-list {
    max-width: 230px;
    margin: 0 auto 22px;
    padding: 0;
    list-style: none;
    text-align: left;
    display: grid;
    gap: 9px;
}

.price-list li {
    position: relative;
    padding-left: 24px;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 700;
    color: #223448;
}

.price-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: -1px;
    color: #1faf38;
    font-size: 16px;
    font-weight: 900;
}

.price-button {
    min-height: 38px;
    min-width: 210px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    border-radius: 5px;
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 900;
    background: linear-gradient(180deg, #ff8425 0%, var(--tw-orange-dark) 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.32), 0 3px 8px rgba(230, 94, 8, .24);
}

.price-card small {
    display: block;
    margin-top: 12px;
    font-size: 11px;
    font-weight: 600;
    color: #617186;
}

.preise-side-info {
    display: grid;
    gap: 0;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--tw-border);
    border-radius: 9px;
    box-shadow: var(--tw-shadow-soft);
}

.side-feature {
    padding: 30px 24px;
    text-align: center;
}

.side-feature:not(:last-child) {
    border-bottom: 1px solid var(--tw-border);
}

.side-feature img {
    width: 50px;
    height: 50px;
    margin: 0 auto 12px;
    object-fit: contain;
    display: block;
}

.side-feature h3 {
    margin: 0 0 8px;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 900;
    color: var(--tw-blue-dark);
}

.side-feature p {
    max-width: 175px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.55;
    font-weight: 600;
    color: #32465c;
}

/* COMPARISON */

.preise-comparison,
.preise-addons,
.preise-faq {
    padding: 0 0 28px;
}

.preise-section-inner > h2 {
    margin: 0 0 14px;
    font-size: 21px;
    line-height: 1.2;
    font-weight: 900;
    color: var(--tw-blue-dark);
}

.comparison-table-wrap {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--tw-border);
    border-radius: 8px;
    box-shadow: var(--tw-shadow-soft);
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
}

.comparison-table th,
.comparison-table td {
    padding: 11px 20px;
    font-size: 13px;
    line-height: 1.25;
    text-align: center;
}

.comparison-table th:first-child,
.comparison-table td:first-child {
    width: 48%;
    text-align: left;
}

.comparison-table thead th {
    color: var(--tw-blue-dark);
    font-weight: 900;
    background: #ffffff;
}

.comparison-table tbody tr:nth-child(odd) {
    background: #f3f7fc;
}

.comparison-table td:first-child {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 700;
    color: #26384b;
}

.comparison-table td:first-child img {
    width: 17px;
    height: 17px;
    object-fit: contain;
    display: block;
}

.comparison-table td:not(:first-child) {
    color: #17a832;
    font-size: 16px;
    font-weight: 900;
}

/* ADDONS */

.addons-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.addon-card {
    min-height: 160px;
    padding: 22px 18px 18px;
    background: #ffffff;
    border: 1px solid var(--tw-border);
    border-radius: 8px;
    box-shadow: var(--tw-shadow-soft);
}

.addon-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
}

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

.addon-card h3 {
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 900;
    color: var(--tw-blue-dark);
}

.addon-card p {
    min-height: 54px;
    margin: 0 0 12px;
    font-size: 12px;
    line-height: 1.45;
    font-weight: 600;
    color: #32465d;
}

.addon-card strong {
    font-size: 12px;
    line-height: 1.2;
    font-weight: 900;
    color: var(--tw-orange);
}

/* FAQ */

.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 24px;
}

.faq-item {
    background: #ffffff;
    border: 1px solid var(--tw-border);
    border-radius: 6px;
    box-shadow: 0 8px 22px rgba(13, 79, 147, .06);
}

.faq-item summary {
    min-height: 42px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    list-style: none;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 900;
    color: var(--tw-blue-dark);
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::after {
    content: '⌄';
    color: var(--tw-blue-dark);
    font-size: 18px;
    line-height: 1;
}

.faq-item[open] summary::after {
    transform: rotate(180deg);
}

.faq-item p {
    margin: 0;
    padding: 0 18px 15px;
    font-size: 13px;
    line-height: 1.55;
    color: #33475f;
}

/* BOTTOM CTA */

.preise-bottom-cta {
    padding: 0 0 54px;
}

.preise-bottom-cta-inner {
    min-height: 96px;
    padding: 18px 26px;
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) auto;
    gap: 22px;
    align-items: center;
    background: #eaf3ff;
    border: 1px solid #d8e7f8;
    border-radius: 8px;
    box-shadow: var(--tw-shadow-soft);
}

.bottom-cta-icon {
    width: 66px;
    height: 66px;
}

.bottom-cta-icon img {
    width: 66px;
    height: 66px;
    object-fit: contain;
    display: block;
}

.bottom-cta-text h2 {
    margin: 0 0 6px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 900;
    color: var(--tw-blue-dark);
}

.bottom-cta-text p {
    margin: 0;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 600;
    color: #31475f;
}

.bottom-cta-button {
    min-height: 42px;
    min-width: 215px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 900;
    background: linear-gradient(180deg, #ff8425 0%, var(--tw-orange-dark) 100%);
    border-radius: 5px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.32), 0 3px 8px rgba(230, 94, 8, .22);
}

/* RESPONSIVE */

@media (max-width: 1020px) {
    .preise-hero-inner,
    .preise-section-inner,
    .preise-pricing-inner,
    .preise-bottom-cta-inner {
        width: min(100% - 34px, 760px);
    }

    .preise-hero-inner,
    .preise-pricing-inner {
        grid-template-columns: 1fr;
    }

    .preise-hero-skyline {
        width: 100%;
        opacity: .22;
    }

    .preise-side-info {
        grid-template-columns: repeat(3, 1fr);
    }

    .side-feature:not(:last-child) {
        border-bottom: 0;
        border-right: 1px solid var(--tw-border);
    }

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

    .preise-hero-skyline {
        right: -80px;
        bottom: 0;
        width: 620px;
        height: 280px;
        opacity: .22;
    }
}

@media (max-width: 700px) {
    .preise-cards,
    .preise-side-info,
    .faq-grid,
    .addons-grid {
        grid-template-columns: 1fr;
    }

    .side-feature:not(:last-child) {
        border-right: 0;
        border-bottom: 1px solid var(--tw-border);
    }

    .comparison-table-wrap {
        overflow-x: auto;
    }

    .comparison-table {
        min-width: 620px;
    }

    .preise-bottom-cta-inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .bottom-cta-icon {
        margin: 0 auto;
    }

    .bottom-cta-button {
        width: 100%;
    }

    .preise-hero-benefits {
        flex-wrap: wrap;
        white-space: normal;
        gap: 18px;
    }

    .hero-benefit {
        white-space: normal;
    }
}
