.bnpl-page {
    --bnpl-ink: #092f43;
    --bnpl-petrol: #025170;
    --bnpl-petrol-dark: #003b52;
    --bnpl-green: #667800;
    --bnpl-green-dark: #5b6b00;
    --bnpl-green-pale: #f2f7d9;
    --bnpl-paper: #f4f7f8;
    --bnpl-line: #d9e2e6;
    --bnpl-muted: #58707d;
}

.bnpl-hero {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(244, 247, 248, .98), rgba(242, 247, 217, .82));
}

.bnpl-hero::before,
.bnpl-hero::after {
    position: absolute;
    border: 2px solid rgba(2, 81, 112, .08);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.bnpl-hero::before {
    top: -14rem;
    right: -9rem;
    width: 40rem;
    height: 40rem;
}

.bnpl-hero::after {
    right: 20rem;
    bottom: -7rem;
    width: 18rem;
    height: 18rem;
    border-color: rgba(102, 120, 0, .1);
}

.bnpl-hero .container {
    position: relative;
    z-index: 1;
}

.bnpl-hero h1 {
    max-width: 15ch;
    font-size: clamp(2.55rem, 4.5vw, 4rem);
    line-height: 1.03;
    overflow-wrap: anywhere;
}

.bnpl-hero__visual {
    position: relative;
    min-height: 25rem;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 22px;
    background: linear-gradient(145deg, var(--bnpl-ink), var(--bnpl-petrol));
    box-shadow: 0 22px 55px rgba(0, 59, 82, .18);
}

.bnpl-hero__visual::before {
    position: absolute;
    inset: 1.35rem;
    border: 1px dashed rgba(255, 255, 255, .2);
    border-radius: 15px;
    content: "";
}

.bnpl-hero__receipt {
    position: absolute;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: .2rem 1rem;
    width: min(15rem, 65%);
    padding: 1rem 1.1rem;
    border: 1px solid rgba(217, 226, 230, .85);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 14px 28px rgba(0, 33, 48, .2);
}

.bnpl-hero__receipt span,
.bnpl-hero__receipt small {
    color: var(--bnpl-muted);
}

.bnpl-hero__receipt strong {
    grid-row: 1 / 3;
    grid-column: 2;
    align-self: center;
    color: var(--bnpl-petrol);
    font: 700 1.45rem Quicksand, sans-serif;
}

.bnpl-hero__receipt small {
    font-weight: 700;
}

.bnpl-hero__receipt--one {
    top: 2.4rem;
    left: 2.1rem;
    transform: rotate(-3deg);
}

.bnpl-hero__receipt--two {
    top: 7.6rem;
    right: 2rem;
    transform: rotate(2deg);
}

.bnpl-hero__receipt--three {
    top: 12.8rem;
    left: 2.8rem;
    transform: rotate(-1deg);
}

.bnpl-hero__total {
    position: absolute;
    right: 1.8rem;
    bottom: 1.7rem;
    z-index: 2;
    min-width: 13.5rem;
    padding: 1rem 1.2rem;
    border-radius: 13px;
    background: var(--bnpl-green);
    color: #fff;
}

.bnpl-hero__total span,
.bnpl-hero__total strong,
.bnpl-hero__total small {
    display: block;
    color: #fff;
}

.bnpl-hero__total span {
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.bnpl-hero__total strong {
    margin: .2rem 0;
    font: 700 2rem Quicksand, sans-serif;
}

.bnpl-hero__total small {
    opacity: .84;
}

.bnpl-hero__cta {
    display: flex;
    justify-content: center;
    margin: 1rem 0 0 auto;
    width: min(19rem, 100%);
}

.bnpl-summary-grid,
.bnpl-cost-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .9rem;
    margin-top: 1.5rem;
}

.bnpl-summary-grid article,
.bnpl-cost-grid article {
    min-width: 0;
    padding: 1.15rem;
    border: 1px solid var(--bnpl-line);
    border-top: 4px solid var(--bnpl-green);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(0, 59, 82, .06);
}

.bnpl-summary-grid span,
.bnpl-cost-grid span {
    color: var(--bnpl-green-dark);
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .08em;
}

.bnpl-summary-grid h3,
.bnpl-cost-grid h3 {
    margin-top: .45rem;
    font-size: 1.08rem;
}

.bnpl-summary-grid p,
.bnpl-cost-grid p {
    margin: 0;
}

.bnpl-core-message {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    align-items: stretch;
    margin-top: 1.2rem;
    padding: 1.25rem;
    border-radius: 15px;
    background: linear-gradient(135deg, var(--bnpl-ink), var(--bnpl-petrol));
    color: #fff;
}

.bnpl-core-message span {
    grid-column: 1 / -1;
    padding-bottom: .8rem;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    color: #dceaa0;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.bnpl-core-message strong,
.bnpl-core-message p {
    color: #fff;
}

.bnpl-core-message strong {
    display: flex;
    align-items: center;
    padding: 1rem 1.25rem 0 0;
    font: 700 1.2rem Quicksand, sans-serif;
}

.bnpl-core-message p {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 1rem 0 0 1.25rem;
    border-left: 1px solid rgba(255, 255, 255, .2);
    opacity: .84;
}

.bnpl-model-section,
.bnpl-cost-section,
.bnpl-shortfall-section,
.bnpl-faq-section {
    background: linear-gradient(145deg, #fff, var(--bnpl-paper)) !important;
}

.bnpl-table-wrap {
    margin-top: 1.5rem;
    overflow: hidden;
    border: 1px solid var(--bnpl-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 14px 32px rgba(0, 59, 82, .07);
}

.bnpl-model-table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
}

.bnpl-model-table th,
.bnpl-model-table td {
    padding: 1rem;
    border-bottom: 1px solid var(--bnpl-line);
    vertical-align: top;
}

.bnpl-model-table thead th {
    background: var(--bnpl-ink);
    color: #fff;
    font-family: Quicksand, sans-serif;
}

.bnpl-model-table tbody th {
    width: 22%;
    color: var(--bnpl-petrol-dark);
    font-family: Quicksand, sans-serif;
}

.bnpl-model-table tbody tr:last-child th,
.bnpl-model-table tbody tr:last-child td {
    border-bottom: 0;
}

.bnpl-model-table tbody tr:nth-child(even) {
    background: #f8fafb;
}

.bnpl-qualifier {
    margin-top: 1rem !important;
    padding: 1rem 1.15rem;
    border-left: 5px solid var(--bnpl-green);
    border-radius: 0 12px 12px 0;
    background: var(--bnpl-green-pale);
}

.bnpl-tool-section {
    background: linear-gradient(135deg, var(--bnpl-green-pale), #edf4f6) !important;
}

.bnpl-stack-tool {
    margin-top: 1.5rem;
    padding: clamp(1rem, 3vw, 2rem);
    border: 1px solid var(--bnpl-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 22px 55px rgba(0, 59, 82, .13);
}

.bnpl-stack-tool__plan {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .9rem;
}

.bnpl-stack-tool label {
    display: grid;
    gap: .45rem;
    min-width: 0;
    color: var(--bnpl-ink);
    font-weight: 700;
}

.bnpl-stack-tool input,
.bnpl-stack-tool select {
    width: 100%;
    min-width: 0;
    height: 3.1rem;
    padding: .65rem .75rem;
    border: 1px solid #ccd9de;
    border-radius: 9px;
    background: #fbfcfc;
    color: var(--bnpl-ink);
    font: 400 1rem Roboto, sans-serif;
}

.bnpl-stack-tool input:focus,
.bnpl-stack-tool select:focus {
    border-color: var(--bnpl-green);
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(102, 120, 0, .14);
}

.bnpl-money-input {
    position: relative;
    display: block;
}

.bnpl-money-input input {
    padding-right: 2.2rem;
}

.bnpl-money-input i {
    position: absolute;
    top: 50%;
    right: .8rem;
    color: var(--bnpl-muted);
    font-style: normal;
    transform: translateY(-50%);
    pointer-events: none;
}

.bnpl-stack-tool__heading {
    display: flex;
    gap: 1rem;
    align-items: end;
    justify-content: space-between;
    margin: 1.5rem 0 .85rem;
}

.bnpl-stack-tool__heading span,
.bnpl-stack-tool__heading strong {
    display: block;
}

.bnpl-stack-tool__heading span {
    color: var(--bnpl-green-dark);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.bnpl-stack-tool__heading strong {
    margin-top: .25rem;
    color: var(--bnpl-ink);
    font-family: Quicksand, sans-serif;
}

.bnpl-tool-button {
    min-height: 2.8rem;
    padding: .65rem 1rem;
    border: 1px solid var(--bnpl-green);
    border-radius: 9px;
    background: #fff;
    color: var(--bnpl-green-dark);
    font-weight: 800;
}

.bnpl-tool-button:hover,
.bnpl-tool-button:focus-visible {
    background: var(--bnpl-green-pale);
}

.bnpl-tool-button--add {
    background: var(--bnpl-green);
    color: #fff;
}

.bnpl-tool-button--add:hover,
.bnpl-tool-button--add:focus-visible {
    background: var(--bnpl-green-dark);
    color: #fff;
}

.bnpl-stack-tool__rows {
    display: grid;
    gap: .7rem;
}

.bnpl-payment-row {
    display: grid;
    grid-template-columns: 2.5rem minmax(8rem, 1.1fr) minmax(7rem, .75fr) minmax(8rem, .8fr) minmax(6rem, .55fr) minmax(10rem, .9fr) auto;
    gap: .65rem;
    align-items: end;
    padding: .8rem;
    border: 1px solid var(--bnpl-line);
    border-radius: 13px;
    background: #fbfcfc;
}

.bnpl-payment-row__number {
    display: grid;
    align-self: center;
    width: 2.3rem;
    height: 2.3rem;
    border-radius: 50%;
    background: var(--bnpl-petrol);
    color: #fff;
    font-weight: 900;
    place-items: center;
}

.bnpl-payment-row label {
    font-size: .79rem;
}

.bnpl-payment-row__remove {
    min-height: 3.1rem;
    padding: .65rem .75rem;
    border: 1px solid #c9d3d8;
    border-radius: 9px;
    background: #fff;
    color: var(--bnpl-muted);
    font-weight: 700;
}

.bnpl-payment-row__remove:hover,
.bnpl-payment-row__remove:focus-visible {
    border-color: #9d332f;
    color: #812824;
}

.bnpl-stack-tool__result {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .75rem;
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 16px;
    background: linear-gradient(145deg, var(--bnpl-ink), var(--bnpl-petrol));
    color: #fff;
}

.bnpl-stack-tool__result > div {
    padding: .85rem;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 11px;
    background: rgba(255, 255, 255, .08);
}

.bnpl-stack-tool__result span,
.bnpl-stack-tool__result strong {
    display: block;
    color: #fff;
}

.bnpl-stack-tool__result span {
    color: rgba(255, 255, 255, .8);
    font-size: .75rem;
}

.bnpl-stack-tool__result strong {
    margin-top: .3rem;
    font: 700 1.3rem Quicksand, sans-serif;
}

.bnpl-stack-tool__result > p {
    grid-column: 1 / -1;
    margin: 0;
    padding: .8rem 1rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, .09);
    color: #fff;
}

.bnpl-stack-tool__result[data-state="safe"] .bnpl-stack-tool__balance {
    background: #526400;
}

.bnpl-stack-tool__result[data-state="tight"] .bnpl-stack-tool__balance {
    background: #8a6600;
}

.bnpl-stack-tool__result[data-state="negative"] .bnpl-stack-tool__balance {
    background: #9d332f;
}

.bnpl-stack-tool__actions {
    display: flex;
    justify-content: flex-end;
    margin-top: .8rem;
}

.bnpl-stack-tool__privacy {
    margin: .9rem 0 0 !important;
    color: var(--bnpl-muted) !important;
    font-size: .82rem;
    text-align: center;
}

.bnpl-question-list,
.bnpl-return-process,
.bnpl-shortfall-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
    margin: 1.5rem 0 0;
    padding: 0;
    list-style: none;
}

.bnpl-question-list li,
.bnpl-return-process li,
.bnpl-shortfall-list li {
    display: grid;
    grid-template-columns: 2.4rem minmax(0, 1fr);
    gap: .75rem;
    align-items: start;
    padding: 1rem;
    border: 1px solid var(--bnpl-line);
    border-radius: 13px;
    background: #fff;
}

.bnpl-question-list span,
.bnpl-return-process > li > span,
.bnpl-shortfall-list > li > span {
    display: grid;
    width: 2.3rem;
    height: 2.3rem;
    border-radius: 50%;
    background: var(--bnpl-green);
    color: #fff;
    font-weight: 900;
    place-items: center;
}

.bnpl-question-list p,
.bnpl-return-process p,
.bnpl-shortfall-list p {
    margin: 0;
}

.bnpl-return-process h3,
.bnpl-shortfall-list h3 {
    font-size: 1.02rem;
}

.bnpl-cost-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.bnpl-cost-grid article {
    border-top-color: var(--bnpl-petrol);
}

.bnpl-zero-box {
    display: grid;
    grid-template-columns: minmax(13rem, .7fr) minmax(0, 1.3fr);
    gap: 1.2rem;
    align-items: center;
    margin-top: 1.2rem;
    padding: 1.25rem;
    border-radius: 16px;
    background: var(--bnpl-ink);
    color: #fff;
}

.bnpl-zero-box span,
.bnpl-zero-box strong {
    display: block;
    color: #fff;
}

.bnpl-zero-box span {
    color: #dceaa0;
    font: 700 2.2rem Quicksand, sans-serif;
}

.bnpl-zero-box strong {
    margin-top: .3rem;
}

.bnpl-zero-box ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .45rem 1rem;
    margin: 0;
}

.bnpl-zero-box li {
    color: #fff;
}

.bnpl-zero-box li::marker {
    color: #dceaa0;
}

.bnpl-schufa-section,
.bnpl-law-section,
.bnpl-final-check-section,
.bnpl-source-section {
    background: linear-gradient(135deg, #edf4f6, var(--bnpl-green-pale)) !important;
}

.bnpl-schufa-flow {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr) auto);
    gap: .75rem;
    align-items: stretch;
    margin-top: 1.5rem;
}

.bnpl-schufa-flow article {
    padding: 1.2rem;
    border: 1px solid var(--bnpl-line);
    border-radius: 14px;
    background: #fff;
}

.bnpl-schufa-flow article span {
    display: grid;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    background: var(--bnpl-petrol);
    color: #fff;
    font-weight: 900;
    place-items: center;
}

.bnpl-schufa-flow h3 {
    margin-top: .75rem;
    font-size: 1.08rem;
}

.bnpl-schufa-flow p {
    margin: 0;
}

.bnpl-schufa-flow > i {
    align-self: center;
    color: var(--bnpl-green);
    font-style: normal;
    font-size: 2rem;
    font-weight: 900;
}

.bnpl-related-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .8rem;
    margin-top: 1rem;
}

.bnpl-related-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bnpl-related-grid a {
    display: grid;
    gap: .28rem;
    min-width: 0;
    padding: 1rem 1.1rem;
    border: 1px solid #dce5bb;
    border-radius: 13px;
    background: #fff;
    color: var(--bnpl-petrol-dark);
    text-decoration: none;
}

.bnpl-related-grid a:hover,
.bnpl-related-grid a:focus-visible {
    border-color: var(--bnpl-green);
    box-shadow: 0 12px 25px rgba(0, 59, 82, .08);
}

.bnpl-related-grid span {
    color: var(--bnpl-green-dark);
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.bnpl-related-grid strong {
    overflow-wrap: anywhere;
}

.bnpl-return-note {
    margin-top: 1rem !important;
    padding: 1rem 1.15rem;
    border-left: 5px solid var(--bnpl-petrol);
    border-radius: 0 12px 12px 0;
    background: #edf4f6;
}

.bnpl-law-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(18rem, .75fr);
    gap: 1.2rem;
    align-items: center;
}

.bnpl-law-layout aside {
    padding: 1.35rem;
    border-radius: 17px;
    background: linear-gradient(145deg, var(--bnpl-ink), var(--bnpl-petrol));
    color: #fff;
    box-shadow: 0 18px 40px rgba(0, 59, 82, .15);
}

.bnpl-law-layout aside span,
.bnpl-law-layout aside strong {
    display: block;
    color: #fff;
}

.bnpl-law-layout aside span {
    color: #dceaa0;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.bnpl-law-layout aside strong {
    margin: .5rem 0 1rem;
    font: 700 1.35rem Quicksand, sans-serif;
}

.bnpl-law-layout aside li {
    color: #fff;
}

.bnpl-law-layout aside li::marker {
    color: #dceaa0;
}

.bnpl-law-note {
    margin-top: 1rem;
    padding: 1rem;
    border: 1px solid #dce5bb;
    border-radius: 12px;
    background: #fff;
}

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

.bnpl-use-grid article {
    padding: 1.25rem;
    border: 1px solid var(--bnpl-line);
    border-top: 5px solid var(--bnpl-green);
    border-radius: 15px;
    background: #fff;
}

.bnpl-use-grid__warning {
    border-top-color: var(--bnpl-petrol) !important;
}

.bnpl-use-grid span {
    color: var(--bnpl-green-dark);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.bnpl-use-grid h3 {
    margin-top: .5rem;
    font-size: 1.2rem;
}

.bnpl-use-section blockquote {
    margin: 1.2rem 0 0;
    padding: 1.25rem 1.4rem;
    border: 0;
    border-radius: 15px;
    background: var(--bnpl-ink);
    color: #fff;
    font: 700 clamp(1.15rem, 2vw, 1.45rem)/1.45 Quicksand, sans-serif;
}

.bnpl-warning-box {
    margin-top: 1.2rem;
    padding: 1.2rem;
    border-radius: 14px;
    background: var(--bnpl-ink);
    color: #fff;
}

.bnpl-warning-box strong,
.bnpl-warning-box p,
.bnpl-warning-box a {
    color: #fff;
}

.bnpl-warning-box strong {
    font-family: Quicksand, sans-serif;
}

.bnpl-warning-box p {
    margin: .5rem 0;
    opacity: .86;
}

.bnpl-warning-box a {
    display: inline-block;
    padding-bottom: .2rem;
    border-bottom: 1px solid rgba(255, 255, 255, .45);
    font-weight: 800;
}

.bnpl-final-check {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .7rem;
    margin: 1.5rem 0 0;
    padding: 0;
    list-style: none;
}

.bnpl-final-check li {
    position: relative;
    padding: .9rem .9rem .9rem 3rem;
    border: 1px solid #dce5bb;
    border-radius: 12px;
    background: #fff;
}

.bnpl-final-check li::before {
    position: absolute;
    top: .8rem;
    left: .8rem;
    display: grid;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    background: var(--bnpl-green);
    color: #fff;
    content: "✓";
    font-weight: 900;
    place-items: center;
}

.bnpl-final-sentence {
    margin-top: 1rem !important;
    padding: 1rem 1.15rem;
    border-radius: 13px;
    background: var(--bnpl-ink);
    color: #fff !important;
}

.bnpl-faq-section .pillar-faq {
    margin-top: 1.2rem;
    padding: 1rem;
    border: 1px solid var(--bnpl-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 15px 35px rgba(0, 59, 82, .08);
}

.bnpl-source-head {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(15rem, .7fr);
    gap: 1.4rem;
    align-items: center;
}

.bnpl-source-head aside {
    padding: 1.2rem;
    border-radius: 16px;
    background: linear-gradient(145deg, var(--bnpl-ink), var(--bnpl-petrol));
    color: #fff;
    text-align: center;
}

.bnpl-source-head aside strong,
.bnpl-source-head aside span {
    display: block;
    color: #fff;
}

.bnpl-source-head aside strong {
    font: 700 2.4rem Quicksand, sans-serif;
}

.bnpl-source-head aside span {
    opacity: .82;
}

.bnpl-source-section .editorial-method {
    margin-top: 1.2rem;
    border: 1px solid #dce5bb;
    background: #fff;
}

.bnpl-source-section .source-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .8rem;
    margin: 1.2rem 0 0;
    padding: 0;
    list-style: none;
}

.bnpl-source-section .source-list li {
    position: relative;
    display: grid;
    gap: .4rem;
    min-width: 0;
    padding: 1rem 1rem 1rem 3.6rem;
    border: 1px solid #dce5bb;
    border-top: 4px solid var(--bnpl-green);
    border-radius: 13px;
    background: #fff;
}

.bnpl-source-section .source-list li > span {
    color: var(--bnpl-green-dark);
    font-size: .67rem;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.bnpl-source-section .source-list a {
    color: var(--bnpl-petrol-dark);
    font-weight: 800;
    overflow-wrap: anywhere;
}

.bnpl-update-note {
    margin-top: 1rem;
    padding: 1rem;
    border: 1px solid var(--bnpl-line);
    border-radius: 12px;
    background: #fff;
}

.bnpl-update-note summary {
    cursor: pointer;
    color: var(--bnpl-ink);
    font-weight: 800;
}

.bnpl-update-note p {
    margin: .75rem 0 0;
}

.bnpl-cta {
    background: linear-gradient(135deg, var(--bnpl-ink), var(--bnpl-petrol)) !important;
}

.bnpl-cta h2,
.bnpl-cta p,
.bnpl-cta .section-kicker {
    color: #fff;
}

@media (max-width: 1199.98px) {
    .bnpl-cost-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .bnpl-payment-row {
        grid-template-columns: 2.5rem repeat(3, minmax(0, 1fr));
    }

    .bnpl-payment-row__number {
        grid-row: 1 / 3;
    }

    .bnpl-payment-row__remove {
        grid-column: 4;
    }
}

@media (max-width: 991.98px) {
    .bnpl-summary-grid,
    .bnpl-final-check {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bnpl-core-message,
    .bnpl-law-layout,
    .bnpl-source-head {
        grid-template-columns: 1fr;
    }

    .bnpl-core-message strong,
    .bnpl-core-message p {
        padding: 1rem 0 0;
        border-left: 0;
    }

    .bnpl-stack-tool__result {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bnpl-schufa-flow {
        grid-template-columns: 1fr;
    }

    .bnpl-schufa-flow > i {
        justify-self: center;
        transform: rotate(90deg);
    }

    .bnpl-related-grid--three,
    .bnpl-source-section .source-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .bnpl-hero h1 {
        font-size: clamp(2.2rem, 10vw, 3rem);
    }

    .bnpl-hero__visual {
        min-height: 22rem;
        padding: 1rem;
        border-radius: 14px;
    }

    .bnpl-hero__receipt {
        width: min(13.5rem, 70%);
        padding: .8rem;
    }

    .bnpl-hero__receipt--one {
        top: 2rem;
        left: 1rem;
    }

    .bnpl-hero__receipt--two {
        top: 6.7rem;
        right: 1rem;
    }

    .bnpl-hero__receipt--three {
        top: 11.4rem;
        left: 1.4rem;
    }

    .bnpl-hero__total {
        right: 1rem;
        bottom: 1rem;
        min-width: 12rem;
    }

    .bnpl-summary-grid,
    .bnpl-cost-grid,
    .bnpl-stack-tool__plan,
    .bnpl-question-list,
    .bnpl-return-process,
    .bnpl-shortfall-list,
    .bnpl-use-grid,
    .bnpl-related-grid,
    .bnpl-related-grid--three,
    .bnpl-final-check,
    .bnpl-source-section .source-list {
        grid-template-columns: 1fr;
    }

    .bnpl-table-wrap {
        overflow: visible;
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    .bnpl-model-table,
    .bnpl-model-table tbody,
    .bnpl-model-table tr,
    .bnpl-model-table th,
    .bnpl-model-table td {
        display: block;
        width: 100%;
    }

    .bnpl-model-table thead {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        white-space: nowrap;
    }

    .bnpl-model-table tr {
        margin-bottom: .8rem;
        overflow: hidden;
        border: 1px solid var(--bnpl-line);
        border-radius: 13px;
        background: #fff !important;
        box-shadow: 0 10px 24px rgba(0, 59, 82, .06);
    }

    .bnpl-model-table tbody th {
        padding: .9rem;
        border: 0;
        background: var(--bnpl-ink);
        color: #fff;
    }

    .bnpl-model-table td {
        display: grid;
        grid-template-columns: minmax(6.3rem, .35fr) minmax(0, .65fr);
        gap: .7rem;
        padding: .8rem .9rem;
    }

    .bnpl-model-table td::before {
        color: var(--bnpl-green-dark);
        content: attr(data-label);
        font-size: .7rem;
        font-weight: 900;
        letter-spacing: .05em;
        text-transform: uppercase;
    }

    .bnpl-stack-tool {
        padding: 1rem;
        border-radius: 14px;
    }

    .bnpl-stack-tool__heading {
        display: grid;
    }

    .bnpl-tool-button--add {
        width: 100%;
    }

    .bnpl-payment-row {
        grid-template-columns: 2.5rem minmax(0, 1fr);
        align-items: start;
    }

    .bnpl-payment-row__number {
        grid-row: 1 / 6;
    }

    .bnpl-payment-row label,
    .bnpl-payment-row__remove {
        grid-column: 2;
    }

    .bnpl-payment-row__remove {
        width: 100%;
    }

    .bnpl-stack-tool__result {
        grid-template-columns: 1fr;
    }

    .bnpl-zero-box,
    .bnpl-zero-box ul {
        grid-template-columns: 1fr;
    }

    .bnpl-faq-section .pillar-faq {
        padding: .6rem;
        border-radius: 14px;
    }
}

@media (max-width: 389.98px) {
    .bnpl-hero__receipt {
        width: 12rem;
    }

    .bnpl-hero__receipt strong {
        font-size: 1.2rem;
    }

    .bnpl-model-table td {
        grid-template-columns: 1fr;
    }
}
