.account-overdraft-hero {
    background:
        radial-gradient(circle at 88% 15%, rgba(158, 183, 28, .17), transparent 24rem),
        repeating-radial-gradient(circle at 18% 74%, rgba(2, 81, 112, .035) 0 2px, transparent 3px 27px),
        linear-gradient(145deg, #f8faf9 0%, #e7f0f2 100%);
}

.overdraft-opening {
    display: grid;
    grid-template-columns: minmax(250px, .65fr) minmax(0, 1.35fr);
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: center;
}

.booking-radar {
    min-width: 0;
    padding: clamp(1rem, 2.5vw, 1.5rem);
    border: 1px solid var(--campaign-line);
    border-radius: 20px;
    background:
        radial-gradient(circle at 92% 8%, rgba(2, 81, 112, .11), transparent 15rem),
        linear-gradient(145deg, #fff 0%, #f2f7f8 100%);
    box-shadow: var(--campaign-shadow);
}

.booking-radar__header {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding: .9rem 1rem;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 13px;
    background:
        radial-gradient(circle at 92% 0, rgba(158, 183, 28, .24), transparent 8rem),
        linear-gradient(135deg, var(--campaign-petrol-dark), var(--campaign-petrol));
    box-shadow: 0 12px 25px rgba(0, 59, 82, .16);
}

.booking-radar__header > div {
    display: flex;
    flex-direction: column;
    gap: .2rem;
}

.booking-radar__header strong {
    color: #fff;
    font: 700 clamp(1.05rem, 2vw, 1.25rem)/1.2 Quicksand, sans-serif;
}

.booking-radar__kicker {
    color: #d7e788;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.booking-radar__live {
    display: inline-flex;
    gap: .4rem;
    align-items: center;
    flex: 0 0 auto;
    padding: .42rem .65rem;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
    color: #fff;
    font-size: .7rem;
    font-weight: 800;
}

.booking-radar__live i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #c6da53;
    box-shadow: 0 0 0 4px rgba(198, 218, 83, .16);
}

.booking-radar__choices {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .55rem;
}

.booking-radar__choices button {
    display: flex;
    gap: .45rem;
    align-items: center;
    min-width: 0;
    min-height: 48px;
    padding: .65rem .75rem;
    border: 1px solid var(--campaign-line);
    border-radius: 10px;
    background: rgba(255, 255, 255, .88);
    color: var(--campaign-ink);
    font-weight: 700;
    text-align: left;
    transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.booking-radar__choices button span {
    color: var(--campaign-green-dark);
    font-size: .72rem;
    letter-spacing: .05em;
}

.booking-radar__choices button:hover,
.booking-radar__choices button:focus-visible {
    border-color: var(--campaign-petrol);
    transform: translateY(-1px);
}

.booking-radar__choices button[aria-pressed="true"] {
    border-color: var(--campaign-petrol);
    background: #e7f1f4;
    box-shadow: 0 0 0 3px rgba(2, 81, 112, .11);
}

.booking-radar__choices button[aria-pressed="true"] span {
    color: var(--campaign-petrol-dark);
}

.booking-radar__scale {
    margin-top: 1.15rem;
    padding: .9rem 1rem .75rem;
    border: 1px solid var(--campaign-line);
    border-radius: 13px;
    background: rgba(255, 255, 255, .92);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8);
}

.booking-radar__scale-track {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    height: 12px;
    margin: 13px 0 9px;
    border: 2px solid #fff;
    border-radius: 999px;
    box-shadow: 0 0 0 1px var(--campaign-line);
}

.booking-radar__scale-zone:first-child {
    border-radius: 999px 0 0 999px;
}

.booking-radar__scale-zone:last-of-type {
    border-radius: 0 999px 999px 0;
}

.booking-radar__scale-zone--credit {
    background: #9eb71c;
}

.booking-radar__scale-zone--dispo {
    background: #e1b65d;
}

.booking-radar__scale-zone--beyond {
    background: #ca776f;
}

.booking-radar__marker {
    position: absolute;
    top: 50%;
    left: 16.66%;
    width: 22px;
    height: 22px;
    border: 4px solid #fff;
    border-radius: 50%;
    background: var(--campaign-petrol-dark);
    box-shadow: 0 4px 12px rgba(0, 59, 82, .28);
    transform: translate(-50%, -50%);
    transition: left .32s cubic-bezier(.2, .75, .25, 1), background .2s ease;
}

.booking-radar__scale[data-radar-status="dispo"] .booking-radar__marker {
    left: 50%;
    background: #9b6811;
}

.booking-radar__scale[data-radar-status="beyond"] .booking-radar__marker {
    left: 83.33%;
    background: #8a3d36;
}

.booking-radar__scale-labels {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .4rem;
    color: var(--campaign-muted);
    font-size: .67rem;
    font-weight: 800;
    text-align: center;
}

.booking-radar__flow {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
    gap: .55rem;
    align-items: stretch;
    margin-top: 1rem;
}

.booking-radar__flow::before {
    position: absolute;
    top: 50%;
    right: 8%;
    left: 8%;
    z-index: 0;
    height: 2px;
    background: linear-gradient(90deg, rgba(2, 81, 112, .12), rgba(102, 120, 0, .5));
    content: "";
}

.booking-radar__node {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 1rem;
    border: 1px solid var(--campaign-line);
    border-radius: 14px;
    background: #f7f9fa;
}

.booking-radar__node:first-of-type {
    border-color: rgba(2, 81, 112, .24);
    background: #eaf3f6;
    box-shadow: inset 4px 0 0 rgba(2, 81, 112, .72);
}

.booking-radar__node:nth-of-type(2) {
    border-color: rgba(9, 47, 67, .18);
    background: #f4f7f8;
    box-shadow: inset 4px 0 0 rgba(23, 72, 93, .45);
}

.booking-radar__node > span {
    margin-bottom: .4rem;
    color: var(--campaign-muted);
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.booking-radar__node strong {
    color: var(--campaign-ink);
}

.booking-radar__node small {
    display: block;
    margin-top: .4rem;
    color: var(--campaign-muted);
    line-height: 1.45;
}

.booking-radar__node--result {
    border-color: rgba(102, 120, 0, .35);
    background: var(--campaign-green-pale);
    box-shadow: 0 9px 22px rgba(102, 120, 0, .11);
}

.booking-radar__flow[data-radar-status="dispo"] .booking-radar__node--result {
    border-color: rgba(192, 138, 36, .4);
    background: #fff7e8;
}

.booking-radar__flow[data-radar-status="beyond"] .booking-radar__node--result {
    border-color: rgba(163, 75, 66, .4);
    background: #fff0ee;
}

.booking-radar__connector {
    position: relative;
    z-index: 1;
    display: grid;
    width: 27px;
    height: 27px;
    align-self: center;
    border: 1px solid rgba(2, 81, 112, .28);
    border-radius: 50%;
    background: #fff;
    color: var(--campaign-petrol);
    box-shadow: 0 4px 10px rgba(0, 59, 82, .1);
    font-size: 1rem;
    font-weight: 800;
    place-items: center;
}

.booking-radar__note {
    margin: .85rem 0 0;
    padding: .75rem .9rem;
    border-left: 4px solid var(--campaign-petrol);
    border-radius: 0 8px 8px 0;
    background: #eaf3f6;
    color: var(--campaign-ink);
    font-weight: 700;
}

.booking-radar[data-radar-status="dispo"] .booking-radar__note {
    border-left-color: #c08a24;
    background: #fff7e8;
}

.booking-radar[data-radar-status="beyond"] .booking-radar__note {
    border-left-color: #a34b42;
    background: #fff0ee;
}

.overdraft-first-check__heading {
    margin-top: clamp(2rem, 5vw, 3.25rem);
}

.overdraft-first-check__heading > span {
    color: var(--campaign-green-dark);
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.overdraft-first-check__heading h3 {
    margin-top: .35rem;
    font-size: clamp(1.4rem, 3vw, 1.9rem);
}

.overdraft-first-check {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1rem;
    margin: 1.35rem 0 0;
    padding: 0;
    list-style: none;
    counter-reset: none;
}

.overdraft-first-check > li {
    position: relative;
    display: grid;
    grid-column: span 2;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: .9rem;
    min-width: 0;
    padding: clamp(1.1rem, 2.5vw, 1.45rem);
    overflow: hidden;
    border: 1px solid var(--campaign-line);
    border-radius: 17px;
    background:
        radial-gradient(circle at 105% -10%, rgba(158, 183, 28, .11) 0 68px, transparent 69px),
        #fff;
    box-shadow: 0 12px 28px rgba(0, 59, 82, .075);
}

.overdraft-first-check > li:nth-child(4),
.overdraft-first-check > li:nth-child(5) {
    grid-column: span 3;
}

.overdraft-first-check > li::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 44%;
    height: 4px;
    border-radius: 4px 0 0;
    background: linear-gradient(90deg, transparent, rgba(102, 120, 0, .55));
    content: "";
}

.overdraft-first-check > li > span {
    display: grid;
    width: 46px;
    height: 46px;
    border-radius: 13px;
    background: var(--campaign-green);
    color: #fff;
    font: 700 1rem/1 Quicksand, sans-serif;
    box-shadow: 0 8px 18px rgba(102, 120, 0, .22);
    place-items: center;
}

.overdraft-first-check > li > div {
    min-width: 0;
}

.overdraft-first-check h3 {
    margin: .05rem 0 .5rem;
    color: var(--campaign-ink);
    font-size: clamp(1.05rem, 2vw, 1.22rem);
    line-height: 1.25;
}

.overdraft-first-check p {
    margin: 0;
    color: var(--campaign-muted);
    line-height: 1.6;
}

.overdraft-type-grid,
.overdraft-consequence-grid,
.overdraft-action-grid {
    display: grid;
    gap: 1rem;
    margin-top: 1.5rem;
}

.overdraft-type-grid,
.overdraft-action-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.overdraft-consequence-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.overdraft-type-grid article,
.overdraft-consequence-grid article,
.overdraft-action-grid article {
    min-width: 0;
    padding: clamp(1.15rem, 2.5vw, 1.7rem);
    border: 1px solid var(--campaign-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(0, 59, 82, .08);
}

.overdraft-type-grid article {
    border-top: 6px solid var(--campaign-green);
}

.overdraft-type-grid article:nth-child(2) {
    border-top-color: #c08a24;
}

.overdraft-type-grid article:nth-child(3) {
    border-top-color: #a34b42;
}

.overdraft-type-grid span,
.overdraft-action-grid span {
    display: inline-block;
    margin-bottom: .55rem;
    color: var(--campaign-green-dark);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.overdraft-type-grid p,
.overdraft-consequence-grid p,
.overdraft-action-grid p {
    margin-bottom: 0;
}

.overdraft-type-grid strong {
    display: block;
    margin-top: 1rem;
    color: var(--campaign-ink);
}

.account-balance-check {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr);
    gap: 1.25rem;
    margin-top: 1.5rem;
    padding: clamp(1.15rem, 3vw, 2rem);
    border: 1px solid var(--campaign-line);
    border-radius: 20px;
    background: linear-gradient(145deg, #fff, #f3f7f8);
    box-shadow: var(--campaign-shadow);
}

.account-balance-check__fields {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(170px, .75fr);
    gap: .85rem 1rem;
    align-items: center;
}

.account-balance-check__fields label {
    color: var(--campaign-ink);
    font-weight: 700;
}

.account-balance-check__result {
    padding: clamp(1.15rem, 2.5vw, 1.7rem);
    border-radius: 16px;
    background: var(--campaign-petrol-dark);
    color: #fff;
}

.account-balance-check__result > p:first-child {
    margin-bottom: .5rem;
    color: rgba(255, 255, 255, .72);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.account-balance-check__result > strong {
    display: block;
    color: #fff;
    font: 700 clamp(2.2rem, 6vw, 3.5rem)/1 Quicksand, sans-serif;
}

.account-balance-check__result > span {
    display: block;
    margin-top: .35rem;
    color: rgba(255, 255, 255, .75);
}

.account-balance-check__result h3,
.account-balance-check__result p {
    color: #fff;
}

.account-balance-meter {
    height: 10px;
    margin: 1.15rem 0;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, .16);
}

.account-balance-meter span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: #c6da53;
    transition: width .2s ease;
}

.account-balance-check__result[data-status="warning"] .account-balance-meter span {
    background: #ffd68a;
}

.account-balance-check__result[data-status="danger"] .account-balance-meter span {
    background: #ff9d8a;
}

.overdraft-action-grid article {
    border-left: 6px solid var(--campaign-green);
}

.overdraft-action-grid article[data-status="warning"] {
    border-left-color: #c08a24;
}

.overdraft-action-grid article[data-status="danger"] {
    border-left-color: #a34b42;
}

.overdraft-action-grid article[data-status="warning"] span {
    color: #8b6117;
}

.overdraft-action-grid article[data-status="danger"] span {
    color: #8a3d36;
}

.comparison-link-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.5rem;
}

.comparison-link-grid a {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: clamp(1.2rem, 3vw, 1.65rem);
    overflow: hidden;
    border: 1px solid var(--campaign-line);
    border-radius: 18px;
    background: linear-gradient(145deg, #fff, #f4f8f8);
    color: var(--campaign-ink);
    text-decoration: none;
    box-shadow: 0 12px 30px rgba(0, 59, 82, .08);
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.comparison-link-grid a::after {
    position: absolute;
    top: -34px;
    right: -34px;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background: rgba(158, 183, 28, .1);
    content: "";
}

.comparison-link-grid a:nth-child(2)::after {
    background: rgba(2, 81, 112, .09);
}

.comparison-link-grid a:hover,
.comparison-link-grid a:focus-visible {
    border-color: var(--campaign-green);
    box-shadow: 0 17px 38px rgba(0, 59, 82, .13);
    transform: translateY(-2px);
}

.comparison-link-grid__eyebrow {
    margin-bottom: .5rem;
    color: var(--campaign-green-dark);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.comparison-link-grid strong {
    font: 700 clamp(1.25rem, 2.8vw, 1.55rem)/1.2 Quicksand, sans-serif;
}

.comparison-link-grid__text {
    margin: .65rem 0 1rem;
    color: var(--campaign-muted);
    line-height: 1.55;
}

.comparison-link-grid__action {
    display: flex;
    gap: .5rem;
    align-items: center;
    margin-top: auto;
    color: var(--campaign-petrol);
    font-weight: 800;
}

.comparison-link-grid__action b {
    transition: transform .18s ease;
}

.comparison-link-grid a:hover .comparison-link-grid__action b,
.comparison-link-grid a:focus-visible .comparison-link-grid__action b {
    transform: translateX(4px);
}

#arten,
#folgen,
#warnsignale,
#faq {
    position: relative;
    isolation: isolate;
    overflow: hidden;
}

#arten::before,
#folgen::before,
#warnsignale::before,
#faq::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at 94% 13%, rgba(102, 120, 0, .07) 0 82px, transparent 83px),
        radial-gradient(circle at 5% 88%, rgba(2, 81, 112, .055) 0 108px, transparent 109px);
    content: "";
}

@media (max-width: 991.98px) {
    .overdraft-opening {
        grid-template-columns: 1fr;
    }

    .overdraft-type-grid,
    .overdraft-action-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .account-balance-check {
        grid-template-columns: 1fr;
    }

    .overdraft-first-check {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .overdraft-first-check > li,
    .overdraft-first-check > li:nth-child(4) {
        grid-column: span 1;
    }

    .overdraft-first-check > li:nth-child(5) {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767.98px) {
    .booking-radar__choices,
    .comparison-link-grid {
        grid-template-columns: 1fr;
    }

    .booking-radar__flow {
        grid-template-columns: 1fr;
    }

    .booking-radar__flow::before {
        top: 7%;
        right: auto;
        bottom: 7%;
        left: 50%;
        width: 2px;
        height: auto;
    }

    .booking-radar__connector {
        min-height: 20px;
        transform: rotate(90deg);
    }

    .overdraft-type-grid,
    .overdraft-consequence-grid,
    .overdraft-action-grid,
    .account-balance-check__fields {
        grid-template-columns: 1fr;
    }

    .account-balance-check__fields label {
        margin-bottom: -.35rem;
    }

    .overdraft-first-check {
        grid-template-columns: 1fr;
    }

    .overdraft-first-check > li,
    .overdraft-first-check > li:nth-child(4),
    .overdraft-first-check > li:nth-child(5) {
        grid-column: auto;
    }
}

@media (max-width: 479.98px) {
    .booking-radar__header {
        align-items: flex-start;
    }

    .booking-radar__live {
        padding: .38rem .5rem;
        font-size: .64rem;
    }

    .booking-radar__scale {
        padding-right: .7rem;
        padding-left: .7rem;
    }

    .booking-radar__scale-labels {
        font-size: .61rem;
    }
}

@media (max-width: 575.98px) {
    .account-overdraft-hero h1 {
        font-size: clamp(2.05rem, 9.2vw, 2.45rem);
        line-height: 1.02;
    }
}
