[x-cloak] {
    display: none !important;
}

.montonio-pf {
    margin-top: 0;
    color: #172033;
    font-size: 0.875rem;
    line-height: 1.35;
}

.montonio-pf__tabs {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    align-items: stretch;
}

.montonio-pf__tabs--single {
    grid-template-columns: 1fr;
}

.montonio-pf__tab {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 4.8rem;
    align-items: center;
    justify-content: center;
    border: 1px solid #dfe4ec;
    border-bottom-color: #dfe4ec;
    border-radius: 0.5rem 0.5rem 0 0;
    background: #f5f6f8;
    padding: 0.65rem 0.7rem;
    color: #20283a;
    text-align: center;
    cursor: pointer;
}

.montonio-pf__tab + .montonio-pf__tab {
    margin-left: -1px;
}

.montonio-pf__tab.is-active {
    z-index: 1;
    border-bottom-color: #fff;
    background: #fff;
}

.montonio-pf__tab:focus-visible {
    z-index: 2;
    outline: 2px solid #3157d5;
    outline-offset: -2px;
}

.montonio-pf__tab--full {
    font-size: 1rem;
    font-weight: 700;
}

.montonio-pf__tab--calculations {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.montonio-pf__tab-label {
    font-weight: 700;
}

.montonio-pf__panels {
    margin-top: -1px;
    overflow: hidden;
    border: 1px solid #dfe4ec;
    border-radius: 0 0 0.5rem 0.5rem;
    background: #fff;
}

.montonio-pf__price-panel {
    padding: 0.85rem 0.75rem;
}

.montonio-pf__payments-panel {
    padding: 0.75rem;
}

.montonio-pf__heading {
    margin-bottom: 0.45rem;
    color: #5e687a;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.035em;
    text-transform: uppercase;
}

.montonio-pf__card {
    overflow: hidden;
    border: 1px solid #dfe4ec;
    border-radius: 0.5rem;
    background: #fff;
}

.montonio-pf__method + .montonio-pf__method,
.montonio-pf__method + .montonio-pf__threshold,
.montonio-pf__threshold + .montonio-pf__method,
.montonio-pf__threshold + .montonio-pf__threshold {
    border-top: 1px solid #e8ebf0;
}

.montonio-pf__method--bnpl {
    background: #f7f7ff;
}

.montonio-pf__toggle {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    border: 0;
    background: transparent;
    padding: 0.75rem;
    color: inherit;
    text-align: left;
    cursor: pointer;
}

.montonio-pf__toggle:focus-visible {
    outline: 2px solid #3157d5;
    outline-offset: -2px;
}

.montonio-pf__method-copy {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
    gap: 0.2rem;
}

.montonio-pf__method-title {
    color: #20283a;
    font-weight: 700;
}

.montonio-pf__method-summary {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.25rem 0.45rem;
    color: #5f6878;
    font-size: 0.78rem;
}

.montonio-pf__method-summary strong {
    color: #4d3dd6;
    font-size: 0.9rem;
}

.montonio-pf__method--financing .montonio-pf__toggle {
    align-items: flex-start;
}

.montonio-pf__promo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.16rem;
    margin-top: 0.12rem;
    color: #4f596b;
    font-size: 0.78rem;
}

.montonio-pf__promo--tab {
    width: 100%;
    align-items: center;
    margin-top: 0;
    text-align: center;
}

.montonio-pf__promo--tab .montonio-pf__promo-badge {
    align-self: center;
}

.montonio-pf__promo--tab .montonio-pf__promo-line {
    justify-content: center;
}

.montonio-pf__promo--tab .montonio-pf__promo-or {
    justify-content: center;
}

.montonio-pf__promo-badge {
    margin-bottom: 0.16rem;
    border-radius: 0.25rem;
    background: #6748df;
    padding: 0.16rem 0.42rem;
    color: #fff;
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.025em;
    line-height: 1.2;
    text-transform: uppercase;
}

.montonio-pf__promo-line {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.22rem;
}

.montonio-pf__promo-line strong {
    color: #20283a;
    font-size: 0.88rem;
    font-weight: 700;
}

.montonio-pf__promo-or {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    gap: 0.4rem;
    color: #8a93a3;
    font-size: 0.68rem;
}

.montonio-pf__promo-or::before,
.montonio-pf__promo-or::after {
    height: 1px;
    flex: 1;
    background: #e4e7ed;
    content: '';
}

.montonio-pf__calculator-link {
    margin-top: 0.22rem;
    color: #3157d5;
    font-weight: 600;
}

.montonio-pf__chevron {
    width: 1.1rem;
    height: 1.1rem;
    flex: none;
    color: #657086;
    transition: transform 160ms ease;
}

.montonio-pf__chevron.is-open {
    transform: rotate(180deg);
}

.montonio-pf__details {
    border-top: 1px solid #e1e3f2;
    padding: 0.25rem 0.75rem 0.65rem;
}

.montonio-pf__detail-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.45rem 0;
    color: #4f596b;
}

.montonio-pf__detail-row + .montonio-pf__detail-row {
    border-top: 1px solid rgba(221, 224, 238, 0.75);
}

.montonio-pf__detail-row strong {
    flex: none;
    color: #20283a;
    font-weight: 700;
}

.montonio-pf__note {
    margin: 0.35rem 0 0;
    color: #697386;
    font-size: 0.72rem;
}

.montonio-pf__financing-details {
    border-top: 1px solid #e8ebf0;
}

.montonio-pf__calculator-shell {
    min-height: 2.75rem;
    padding: 0.45rem 0.35rem 0.6rem;
}

.montonio-pf__calculator {
    width: 100%;
    max-width: 100%;
}

.montonio-pf__calculator .inbank-packaged-container,
.montonio-pf__calculator .inbank-main-container {
    width: 100% !important;
    max-width: 100% !important;
}

.montonio-pf__loading {
    height: 2.25rem;
    margin: 0.35rem;
    border-radius: 0.35rem;
    background: linear-gradient(90deg, #f0f2f6 25%, #fafbfc 50%, #f0f2f6 75%);
    background-size: 200% 100%;
    animation: montonio-pf-loading 1.3s ease-in-out infinite;
}

.montonio-pf__error {
    margin: 0.4rem;
    color: #b42318;
    font-size: 0.75rem;
}

.montonio-pf__threshold {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    padding: 0.7rem 0.75rem;
    color: #687386;
    font-size: 0.78rem;
}

@keyframes montonio-pf-loading {
    from {
        background-position: 200% 0;
    }
    to {
        background-position: -200% 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .montonio-pf__chevron,
    .montonio-pf__loading {
        transition: none;
        animation: none;
    }
}
