/* ============================================================
   DANKE PAGE  –  klima-landing.css extension
   ============================================================ */

.danke-page { min-height: 100vh; background: var(--neutral-50); }

/* ── Header ── */
.danke-header { background: var(--white); border-bottom: 1px solid var(--neutral-200); }

.danke-header-inner {
    max-width: 88rem;
    margin: 0 auto;
    padding: 1.25rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.danke-header-left {
    display: flex;
    align-items: center;
    gap: 14px;
}

.header-separator {
    color: #cfcfcf;
    font-size: 22px;
    font-weight: 300;
    line-height: 1;
}

/*.danke-header-inner { max-width: 88rem; margin: 0 auto; padding: 1.25rem 1rem; display: flex; align-items: center; justify-content: space-between; }*/
.danke-logo { height: 2rem; width: auto; }
.danke-header-phone { display: flex; align-items: center; gap: 0.5rem; color: var(--neutral-600); font-weight: 500; text-decoration: none; transition: color .15s ease; }
.danke-header-phone:hover { color: var(--brand); }
.danke-header-phone svg { width: 1.25rem; height: 1.25rem; }

/* ── Main ── */
.danke-main { max-width: 88rem; margin: 0 auto; padding: 3rem 1rem 4rem; }

/* ── Hero ── */
.danke-hero { text-align: center; margin-bottom: 3rem; }
.danke-success-badge { display: inline-flex; align-items: center; gap: 0.5rem; background: #dcfce7; color: #15803d; padding: 0.625rem 1.25rem; border-radius: 9999px; font-weight: 600; font-size: 0.9375rem; margin-bottom: 1.5rem; }
.danke-success-badge svg { width: 1.25rem; height: 1.25rem; }
.danke-title { font-size: 2.5rem; font-weight: 700; color: var(--neutral-900); margin-bottom: 1rem; line-height: 1.1; }
.danke-lead { font-size: 1.125rem; color: var(--neutral-600); max-width: 40rem; margin: 0 auto; line-height: 1.7; }
.danke-lead strong { color: var(--neutral-900); }
.danke-email { font-weight: 600; color: var(--neutral-900); }

/* ── CTA Banner ── */

.bosch-warranty {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background: #111;
    color: #fff;
    padding: 16px 32px;
}

.bosch-warranty-logo {
    height: 20px;
    width: auto;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.bosch-warranty-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #BA0110;
    border-radius: 50%;
    flex-shrink: 0;
}

    .bosch-warranty-icon svg {
        width: 24px;
        height: 24px;
        color: #fff;
    }

.bosch-warranty-content {
    flex: 1;
}

    .bosch-warranty-content p {
        margin: 0;
        font-size: 15px;
        font-weight: 700;
    }

    .bosch-warranty-content span {
        display: block;
        margin-top: 4px;
        font-size: 12px;
        color: #BFBFBF;
    }



.bosch-strip {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 24px;
    background: #FDF5F5;
    border-bottom: 1px solid #ececec;
}

.bosch-strip-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.bosch-shield {
    font-size: 24px;
    color: #E20015;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.bosch-strip-text strong {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #111;
}

.bosch-strip-text small {
    font-size: 14px;
    color: #666;
}

.bosch-brand {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #E20015;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .5px;
}

.bosch-symbol {
    width: 28px;
    height: 28px;
    fill: #000;
    stroke: #000;
}

.bosch-logo {
    height: 28px;
    width: auto;
    display: block;
}


.bosch-text {
    fill: #E20015;
}

.danke-cta-banner {
    margin-bottom: 3rem;
    padding: 2.5rem;
    border-radius: 24px;
    background: linear-gradient(90deg, #ba0110 0%, #8a010c 100%);
    color: #fff;
}

.danke-cta-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
}

.danke-cta-text {
    flex: 1;
    min-width: 0;
}

.danke-cta-label {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: .8rem;
    color: rgba(255, 255, 255, .92);
    font-size: .9rem;
    font-weight: 700;
}

    .danke-cta-label svg {
        width: 1.2rem;
        height: 1.2rem;
    }

.danke-cta-heading {
    margin: 0 0 .75rem;
    color: #fff;
    font-size: 2.25rem;
    font-weight: 800;
    letter-spacing: -.025em;
    line-height: 1.12;
}

.danke-cta-sub {
    max-width: 800px;
    margin: 0 0 1.5rem;
    color: rgba(255, 255, 255, .87);
    font-size: 1rem;
    line-height: 1.55;
}

.danke-cta-trust {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
}

    .danke-cta-trust span {
        display: inline-flex;
        align-items: center;
        gap: .45rem;
        padding: .55rem .85rem;
        border-radius: 999px;
        background: rgba(255, 255, 255, .15);
        color: #fff;
        font-size: .82rem;
        font-weight: 600;
    }

    .danke-cta-trust svg {
        width: 1rem;
        height: 1rem;
    }

.danke-cta-btn-wrap {
    display: flex;
    flex-shrink: 0;
    align-items: center;
}

.danke-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    min-width: 275px;
    padding: 1.25rem 1.5rem;
    border: 0;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .15);
    color: #ba0110;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 700;
    white-space: nowrap;
    transition: transform .15s ease, box-shadow .15s ease;
}

    .danke-cta-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 28px rgba(0, 0, 0, .22);
    }

    .danke-cta-btn svg {
        width: 1.2rem;
        height: 1.2rem;
    }

/* ── Main grid ── */
.danke-grid { display: flex; flex-direction: column; gap: 2rem; }
.danke-left  { display: flex; flex-direction: column; gap: 2rem; }
.danke-right { display: flex; flex-direction: column; gap: 2rem; }

/* ── Offer detail card ── */
.danke-offer-card { background: var(--white); border-radius: 1.5rem; border: 1px solid var(--neutral-200); box-shadow: var(--shadow-sm); overflow: hidden; }
.danke-offer-header { background: var(--neutral-900); color: var(--white); padding: 1.5rem 2rem; display: flex; justify-content: space-between; align-items: flex-start; }
.danke-offer-meta-label { color: var(--neutral-400); font-size: 0.875rem; margin-bottom: 0.25rem; }
.danke-offer-meta-value { font-weight: 700; font-size: 1.25rem; }
.danke-offer-customer { padding: 1.25rem 2rem; border-bottom: 1px solid var(--neutral-100); display: flex; justify-content: space-between; align-items: flex-start; }
.danke-offer-sub-label { color: var(--neutral-500); font-size: 0.875rem; margin-bottom: 0.25rem; }
.danke-offer-customer-name { font-weight: 600; color: var(--neutral-900); font-size: 1.125rem; }
.danke-offer-customer-addr { color: var(--neutral-600); font-size: 0.9375rem; }

/* Table */
.danke-offer-table-wrap { padding: 1.5rem 2rem; }
.danke-offer-table { width: 100%; border-collapse: collapse; }
.danke-offer-table thead tr { border-bottom: 1px solid var(--neutral-200); }
.danke-offer-table th { text-align: left; padding: 0.75rem 0; font-weight: 500; color: var(--neutral-500); font-size: 0.9375rem; }
.danke-offer-table tbody tr { border-bottom: 1px solid var(--neutral-100); }
.danke-offer-table td { padding: 1rem 0; vertical-align: top; color: var(--neutral-500); font-size: 0.9375rem; }
.col-pos { width: 3.5rem; }
.col-qty { width: 4.5rem; color: var(--neutral-600) !important; }
.item-name { font-weight: 600; color: var(--neutral-900); font-size: 1.0625rem; margin-bottom: 0.25rem; }
.item-sub  { color: var(--neutral-500); font-size: 0.875rem; }
.item-checklist { list-style: none; margin: 0.5rem 0 0; padding: 0; display: flex; flex-direction: column; gap: 0.25rem; }
.item-checklist li { display: flex; align-items: center; gap: 0.5rem; font-size: 0.875rem; color: var(--neutral-500); }
.check-green { width: 0.875rem; height: 0.875rem; stroke: #22c55e; flex-shrink: 0; }

/* Total */
.danke-offer-total { padding: 1.5rem 2rem; background: var(--neutral-50); border-top: 1px solid var(--neutral-200); display: flex; justify-content: space-between; align-items: center; }
.danke-total-label { color: var(--neutral-600); font-size: 1.0625rem; margin-bottom: 0.25rem; }
.danke-total-sub   { color: var(--neutral-500); font-size: 0.875rem; }
.danke-total-price { font-size: 2.5rem; font-weight: 700; color: var(--neutral-900); }

/* Action buttons */
.danke-offer-actions { padding: 1.25rem 2rem; border-top: 1px solid var(--neutral-100); display: flex; gap: 1rem; }
.danke-action-btn { display: inline-flex; align-items: center; gap: 0.5rem; flex: 1; justify-content: center; padding: 0.75rem 1rem; border: 1.5px solid var(--neutral-200); background: var(--white); border-radius: 0.5rem; font-size: 0.9375rem; font-weight: 500; color: var(--neutral-700); cursor: pointer; transition: background .15s ease, border-color .15s ease; }
.danke-action-btn:hover { background: var(--neutral-50); border-color: #d4d4d4; }
.danke-action-btn svg { width: 1rem; height: 1rem; }

/* ── Gallery card ── */
.danke-gallery-card { background: var(--white); border-radius: 1.5rem; border: 1px solid var(--neutral-200); padding: 2rem; }
.danke-gallery-title { font-size: 1.25rem; font-weight: 700; color: var(--neutral-900); text-align: center; margin-bottom: 0.5rem; }
.danke-gallery-sub   { color: var(--neutral-500); text-align: center; margin-bottom: 1.5rem; }
.danke-gallery-grid  { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.danke-gallery-item  { aspect-ratio: 1 / 1; border-radius: 1rem; overflow: hidden; }
.danke-gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .3s ease; }
.danke-gallery-item:hover img { transform: scale(1.05); }
.danke-gallery-stats { display: flex; justify-content: center; gap: 3rem; margin-top: 2rem; padding-top: 2rem; border-top: 1px solid var(--neutral-100); }
.danke-stat { text-align: center; }
.danke-stat-number { font-size: 1.875rem; font-weight: 700; color: var(--neutral-900); }
.danke-stat-label  { color: var(--neutral-500); font-size: 0.9375rem; margin-top: 0.25rem; }

/* ── Advisor card ── */
.danke-advisor-card { background: var(--white); border-radius: 1.5rem; border: 1px solid var(--neutral-200); padding: 1.25rem; }
.danke-advisor-top  { display: flex; align-items: flex-start; gap: 1.25rem; margin-bottom: 1.25rem; }
.danke-advisor-img  { width: 5rem; height: 5rem; border-radius: 1rem; object-fit: cover; object-position: top; flex-shrink: 0; }
.danke-advisor-name { font-weight: 700; font-size: 1.25rem; color: var(--neutral-900); margin-bottom: 0.125rem; }
.danke-advisor-role { color: var(--neutral-500); font-size: 0.9375rem; }
.danke-advisor-quote { font-size: 1.0625rem; color: var(--neutral-600); font-style: italic; line-height: 1.7; margin-bottom: 1.5rem; }
.danke-advisor-phone { display: flex; align-items: center; justify-content: center; gap: 0.75rem; width: 100%; padding: 1rem; background: var(--neutral-100); border-radius: 1rem; font-size: 1.125rem; font-weight: 600; color: var(--neutral-700); text-decoration: none; transition: background .15s ease; }
.danke-advisor-phone:hover { background: var(--neutral-200); }
.danke-advisor-phone svg { width: 1.25rem; height: 1.25rem; }

/* ── Next steps card ── */
.danke-nextsteps-card { background: var(--white); border-radius: 1.5rem; border: 1px solid var(--neutral-200); padding: 1.25rem; }
.danke-nextsteps-title { font-size: 1.5rem; font-weight: 700; color: var(--neutral-900); margin-bottom: 0.5rem; }
.danke-nextsteps-sub   { color: var(--neutral-500); margin-bottom: 1.5rem; }
.danke-steps-list { display: flex; flex-direction: column; gap: 1rem; margin-bottom: 1.5rem; }

.danke-step-item { border-radius: 1rem; border: 2px solid var(--neutral-200); overflow: hidden; transition: border-color .15s ease; background: var(--white); }
.danke-step-item:hover { border-color: #d4d4d4; }
.danke-step-recommended { border-radius: 1rem; border: 2px solid var(--neutral-200); overflow: hidden; transition: border-color .15s ease; background: var(--white); }
.danke-step-recommended:hover { border-color: #d4d4d4; }
.danke-step-btn { width: 100%; padding: 1.25rem; display: flex; align-items: center; gap: 1rem; text-align: left; background: none; border: none; cursor: pointer; }
.danke-step-icon { width: 3.5rem; height: 3.5rem; border-radius: 1rem; background: var(--neutral-100); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.danke-step-icon svg { width: 1.75rem; height: 1.75rem; color: var(--neutral-600); }
.danke-step-icon--brand { background: var(--neutral-900); }
.danke-step-icon--brand svg { color: var(--white); }
.danke-step-content { flex: 1; min-width: 0; }
.danke-step-badge { display: inline-block; font-size: 0.6875rem; font-weight: 700; background: #16a34a; color: var(--white); padding: 0.125rem 0.5rem; border-radius: 0.25rem; margin-bottom: 0.375rem; letter-spacing: 0.03em; }
.danke-step-heading { font-weight: 700; font-size: 1.0625rem; color: var(--neutral-900); margin-bottom: 0.25rem; }
.danke-step-desc { color: var(--neutral-500); font-size: 0.875rem; }
.danke-step-chevron { width: 1.5rem; height: 1.5rem; color: var(--neutral-400); flex-shrink: 0; transition: transform .15s ease; }
.danke-step-chevron--brand { color: var(--neutral-900); }
.danke-step-btn:hover .danke-step-chevron { transform: translateX(3px); }
.danke-step-chevron { transition: transform .25s ease; }

/* ── Accordion panel ── */
.danke-step-panel { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.danke-panel-inner { padding: 0 1rem 1.25rem; border-top: 1px solid var(--neutral-100); padding-top: 1rem; }

/* Panel shared elements */
.danke-panel-label { font-size: 0.875rem; font-weight: 600; color: var(--neutral-700); margin-bottom: 0.75rem; }
.danke-panel-field { display: flex; flex-direction: column; gap: 0.375rem; margin-bottom: 0.75rem; }
.danke-panel-field-label { font-size: 1.2125rem; font-weight: 500; color: var(--neutral-600); }
.danke-panel-input { width: 100%; padding: 0.625rem 0.875rem; border: 1.5px solid var(--neutral-200); border-radius: 0.5rem; font-size: 0.9375rem; color: var(--neutral-900); background: var(--white); outline: none; box-sizing: border-box; transition: border-color .15s ease, box-shadow .15s ease; }
.danke-panel-input:focus { border-color: var(--neutral-900); box-shadow: 0 0 0 3px rgba(23,23,23,0.08); }
.danke-panel-textarea { min-height: 5rem; resize: vertical; font-family: inherit; }

.danke-panel-submit { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; width: 100%; padding: 0.875rem; background: var(--neutral-900); color: var(--white); font-size: 0.9375rem; font-weight: 600; border: none; border-radius: 0.625rem; cursor: pointer; transition: background .15s ease; }
.danke-panel-submit:hover { background: var(--neutral-700); }
.danke-panel-submit svg { width: 1rem; height: 1rem; }
.danke-panel-submit--neutral { background: var(--neutral-600); }
.danke-panel-submit--neutral:hover { background: var(--neutral-700); }

.danke-panel-selected { font-size: 0.9375rem; font-weight: 600; color: var(--neutral-900); background: var(--neutral-50); border: 1px solid var(--neutral-200); border-radius: 0.5rem; padding: 0.625rem 0.875rem; margin-bottom: 0.75rem; }

.danke-panel-success { display: flex; align-items: center; gap: 0.75rem; background: #f0fdf4; border: 1px solid #bbf7d0; border-radius: 0.625rem; padding: 0.875rem 1rem; margin-top: 0.25rem; }
.danke-panel-success svg { width: 1.25rem; height: 1.25rem; stroke: #16a34a; flex-shrink: 0; }

/* ── Calendar ── */
.danke-calendar { background: var(--neutral-50); border: 1px solid var(--neutral-200); border-radius: 0.75rem; padding: 0.875rem; }
.danke-cal-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 0.75rem; }
.danke-cal-month { font-weight: 600; font-size: 0.9375rem; color: var(--neutral-900); }
.danke-cal-nav { display: flex; align-items: center; justify-content: center; width: 2rem; height: 2rem; border: 1.5px solid var(--neutral-200); border-radius: 0.5rem; background: var(--white); cursor: pointer; transition: background .15s ease, border-color .15s ease; }
.danke-cal-nav:hover { background: var(--neutral-100); border-color: var(--neutral-300, #d4d4d4); }
.danke-cal-nav svg { width: 1rem; height: 1rem; stroke: var(--neutral-600); }
.danke-cal-weekdays { display: grid; grid-template-columns: repeat(7, 1fr); gap: 0.125rem; margin-bottom: 0.375rem; }
.danke-cal-weekdays span { text-align: center; font-size: 0.6875rem; font-weight: 600; color: var(--neutral-400); padding: 0.25rem 0; }
.danke-cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 0.25rem; }
.danke-cal-day { aspect-ratio: 1; display: flex; align-items: center; justify-content: center; font-size: 0.8125rem; border-radius: 0.375rem; cursor: default; }
.danke-cal-empty { }
.danke-cal-disabled { color: var(--neutral-300, #d4d4d4); }
.danke-cal-available { color: var(--neutral-700); cursor: pointer; font-weight: 500; }
.danke-cal-available:hover { background: var(--neutral-200); }
.danke-cal-selected { background: var(--neutral-900) !important; color: var(--white) !important; font-weight: 700; }

/* ── Time slots ── */
.danke-time-slots { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.danke-time-slots--grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.625rem; }
.danke-time-slot { padding: 0.5rem 0.875rem; border: 1.5px solid var(--neutral-200); border-radius: 0.5rem; background: var(--white); font-size: 0.875rem; font-weight: 500; color: var(--neutral-700); cursor: pointer; transition: border-color .15s ease, background .15s ease, color .15s ease; }
.danke-time-slot--lg { padding: 0.875rem 1rem; font-size: 0.9375rem; font-weight: 600; border-radius: 0.625rem; width: 100%; }
.danke-time-slot:hover { border-color: var(--neutral-900); }
.danke-time-slot.selected { border-color: var(--neutral-900); background: var(--neutral-900); color: var(--white); }

/* ── Feedback reasons ── */
.danke-feedback-reasons { display: flex; flex-direction: column; gap: 0.5rem; margin-bottom: 0.5rem; }
.danke-feedback-reason { padding: 0.625rem 0.875rem; border: 1.5px solid var(--neutral-200); border-radius: 0.5rem; background: var(--white); font-size: 0.875rem; font-weight: 500; color: var(--neutral-700); cursor: pointer; text-align: left; transition: border-color .15s ease, background .15s ease; }
.danke-feedback-reason:hover { border-color: var(--neutral-400); background: var(--neutral-50); }
.danke-feedback-reason.selected { border-color: var(--neutral-900); background: var(--neutral-900); color: var(--white); }

/* Trust list */
.danke-trust-list { display: flex; flex-direction: column; gap: 0.75rem; }
.danke-trust-item { display: flex; align-items: center; gap: 0.75rem; color: var(--neutral-600); font-size: 0.9375rem; }
.danke-trust-icon { width: 1.25rem; height: 1.25rem; color: var(--neutral-900); flex-shrink: 0; }

/* ── Responsive ── */

/* Mobile-first: tighten card padding and step buttons */
.danke-nextsteps-card { padding: 1.25rem; }
.danke-advisor-card   { padding: 1.25rem; }
.danke-step-btn { padding: 1rem; gap: 0.75rem; }
.danke-step-icon { width: 3rem; height: 3rem; border-radius: 0.75rem; }
.danke-step-icon svg { width: 1.5rem; height: 1.5rem; }
.danke-step-heading { font-size: 1rem; }
.danke-step-chevron { width: 1.25rem; height: 1.25rem; }

/* Layout rows: no card border, no extra padding */
.beg-header,
.beg-title,
.beg-price-row,
.beg-payment-row {
    display: flex;
}

/* Header */
.beg-header {
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.beg-title {
    align-items: center;
    gap: .5rem;
    color: #6b7280;
    font-size: .9rem;
    font-weight: 700;
}

/* Price rows */
.beg-price-row {
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: #4b5563;
    font-size: .9rem;
}

.beg-payment-row {
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-top: .35rem;
    padding-top: 1rem;
    border-top: 1px solid #a7f3d0;
}

/* Only this section is a white bordered card */
.beg-service-card {
    margin-top: 1.5rem;
    padding: 1.2rem;
    border: 1px solid #a7f3d0;
    border-radius: .8rem;
    background: #fff;
}
.beg-subsidy {
    padding: 1.5rem 2rem;
    border-top: 1px solid #e5e7eb;
    background: #f9fafb;
    transition: .2s ease;
}

    .beg-subsidy.is-active {
        border-color: #a7f3d0;
        background: rgba(236, 253, 245, .7);
    }


.beg-service-top {
    display: flex;
    align-items: flex-start;
    gap: .8rem;
}

.beg-header {
    justify-content: space-between;
    gap: 1rem;
}

.beg-title {
    gap: .5rem;
    color: #6b7280;
    font-size: .9rem;
    font-weight: 700;
}

    .beg-title svg {
        width: 1.1rem;
        height: 1.1rem;
    }

.beg-subsidy.is-active .beg-title {
    color: #047857;
}

.beg-rate-badge {
    display: none;
    padding: .15rem .55rem;
    border-radius: 999px;
    background: #059669;
    color: #fff;
    font-size: .72rem;
    font-weight: 800;
}

.beg-subsidy.is-active .beg-rate-badge {
    display: inline-block;
}

.beg-toggle {
    position: relative;
    width: 2.75rem;
    height: 1.5rem;
    flex-shrink: 0;
    border: 0;
    border-radius: 99px;
    background: #d1d5db;
    cursor: pointer;
    transition: .2s ease;
}

.beg-toggle-circle {
    position: absolute;
    top: .25rem;
    left: .25rem;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
    transition: transform .2s ease;
}

.beg-subsidy.is-active .beg-toggle {
    background: #059669;
}

.beg-subsidy.is-active .beg-toggle-circle {
    transform: translateX(1.25rem);
}

.beg-disabled {
    margin-top: 1rem;
    color: #4b5563;
    font-size: .9rem;
    line-height: 1.55;
}

.beg-enabled {
    margin-top: 1.5rem;
}

.beg-price-summary {
    display: grid;
    gap: .75rem;
}

.beg-price-row {
    justify-content: space-between;
    gap: 1rem;
    color: #4b5563;
    font-size: .9rem;
}

.beg-price-row-green {
    color: #047857;
    font-weight: 600;
}

    .beg-price-row-green strong {
        color: #059669;
    }

.beg-payment-row {
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #a7f3d0;
}

    .beg-payment-row small {
        display: block;
        margin-top: .2rem;
        color: #6b7280;
        font-size: .75rem;
    }

.beg-customer-payment {
    color: #111827;
    font-size: 2rem;
    white-space: nowrap;
}

.beg-bonus-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
    margin-top: 1.5rem;
}

.beg-bonus-card {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    padding: 1rem;
    border: 1px solid #d1d5db;
    border-radius: .8rem;
    background: rgba(255, 255, 255, .8);
    text-align: left;
    cursor: pointer;
    transition: .2s ease;
}

    .beg-bonus-card:hover {
        border-color: #6ee7b7;
    }

    .beg-bonus-card.is-selected {
        border-color: #059669;
        background: #fff;
        box-shadow: 0 2px 8px rgba(5, 150, 105, .12);
    }

.beg-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
    margin-top: .1rem;
    border: 1px solid #9ca3af;
    border-radius: .3rem;
}

    .beg-check svg {
        display: none;
        width: .8rem;
        height: .8rem;
    }

.beg-bonus-card.is-selected .beg-check {
    border-color: #059669;
    background: #059669;
    color: #fff;
}

    .beg-bonus-card.is-selected .beg-check svg {
        display: block;
    }

.beg-bonus-card strong,
.beg-bonus-card small {
    display: block;
}

.beg-bonus-card strong {
    color: #111827;
    font-size: .88rem;
    line-height: 1.35;
}

.beg-bonus-card small {
    margin-top: .25rem;
    color: #059669;
    font-size: .75rem;
    font-weight: 700;
}

.beg-explanation {
    margin: 1rem 0 0;
    color: #4b5563;
    font-size: .85rem;
}

    .beg-explanation strong {
        color: #111827;
    }

.beg-service-card {
    align-items: flex-start;
    gap: .8rem;
    margin-top: 1.5rem;
    padding: 1rem;
    border: 1px solid #a7f3d0;
    border-radius: .8rem;
    background: #fff;
}

.beg-service-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    flex-shrink: 0;
    border-radius: .55rem;
    background: #059669;
    color: #fff;
}

.beg-service-text strong {
    display: block;
    color: #111827;
    font-size: .88rem;
}

.beg-service-steps {
    display: flex;
    align-items: center;
    gap: .6rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #d1fae5;
}

.beg-step-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    flex-shrink: 0;
    border-radius: .55rem;
    background: #ecfdf5;
    color: #059669;
}

.beg-step-arrow {
    width: .9rem;
    height: .9rem;
    flex-shrink: 0;
    color: #6ee7b7;
}

    .beg-step-icon svg {
        width: 1rem;
        height: 1rem;
    }

.beg-service-step {
    display: flex;
    align-items: center;
    gap: .55rem;
    flex: 1;
    min-width: 0;
    color: #1f2937;
    font-size: .75rem;
    font-weight: 700;
    line-height: 1.2;
}

.beg-service-text p {
    margin: .25rem 0 0;
    color: #4b5563;
    font-size: .8rem;
    line-height: 1.5;
}

    .beg-service-icon svg {
        width: 1.2rem;
        height: 1.2rem;
    }

.beg-service-card strong {
    color: #111827;
    font-size: .88rem;
}

.beg-service-card p {
    margin: .25rem 0 0;
    color: #4b5563;
    font-size: .8rem;
    line-height: 1.45;
}

.beg-note {
    margin: .8rem 0 0;
    color: #9ca3af;
    font-size: .72rem;
    line-height: 1.45;
}

@media (max-width: 640px) {
    .beg-subsidy {
        padding: 1.25rem;
    }

    .beg-bonus-grid {
        grid-template-columns: 1fr;
    }

    .beg-customer-payment {
        font-size: 1.6rem;
    }

    .beg-service-steps {
        align-items: flex-start;
        flex-direction: column;
    }

    .beg-service-step {
        width: 100%;
    }

    .beg-step-arrow {
        display: none;
    }
}


@media (min-width:480px) {

    .danke-nextsteps-card {
        padding: 1.5rem;
    }

    .danke-advisor-card {
        padding: 1.5rem;
    }

    .danke-step-btn {
        padding: 1.25rem;
        gap: 1rem;
    }

    .danke-step-icon {
        width: 3.5rem;
        height: 3.5rem;
        border-radius: 1rem;
    }

        .danke-step-icon svg {
            width: 1.75rem;
            height: 1.75rem;
        }

    .danke-step-heading {
        font-size: 1.0625rem;
    }

    .danke-step-chevron {
        width: 1.5rem;
        height: 1.5rem;
    }
}

@media (min-width:640px) {

    .danke-title {
        font-size: 3rem;
    }

    

    .danke-cta-sub {
        font-size: 1.125rem;
    }

    .danke-gallery-grid {
        grid-template-columns: repeat(4,1fr);
    }

    .danke-nextsteps-card {
        padding: 1.5rem 2rem;
    }

    .danke-advisor-card {
        padding: 1.5rem 2rem;
    }
}

@media (min-width:1024px) {

    .danke-title {
        font-size: 3.75rem;
    }


    .danke-cta-banner {
        padding: 3rem;
    }


    .danke-cta-sub {
        font-size: 1.25rem;
        max-width: 720px;
    }

    .danke-cta-btn-wrap {
        flex-shrink: 0;
    }

    .danke-grid {
        display: grid;
        grid-template-columns: 3fr 2fr;
        gap: 2.5rem;
        align-items: start;
    }
}

@media (min-width: 1024px) {
    .danke-cta-inner {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 2.5rem;
    }

    .danke-cta-heading {
        font-size: 2.25rem; /* prevents unwanted second line */
    }
}

/* Mobile */
@media (max-width: 639px) {
    .danke-cta-banner {
        padding: 1.5rem;
        border-radius: 20px;
    }

    .danke-cta-heading {
        font-size: 1.8rem;
    }

    .danke-cta-btn-wrap,
    .danke-cta-btn {
        width: 100%;
    }
}