.checkout-page {
    min-height: 100vh;
    background:
        radial-gradient(circle at 12% 5%, rgba(255, 196, 77, .15), transparent 22rem),
        radial-gradient(circle at 92% 8%, rgba(26, 174, 145, .18), transparent 28rem),
        linear-gradient(180deg, #052f56 0, #073f70 420px, #f3f6fa 420px, #f3f6fa 100%);
    color: #102a43;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.checkout-page .site-header {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    background: rgba(4, 38, 69, .72);
    box-shadow: none;
    backdrop-filter: blur(14px);
}

.checkout-page .header-container {
    width: min(1180px, calc(100% - 40px));
    min-height: 72px;
}

.checkout-header-meta {
    display: flex;
    align-items: center;
    gap: 22px;
    color: #dbeafe;
    font-size: 13px;
    font-weight: 800;
}

.checkout-header-meta span,
.checkout-header-meta a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.checkout-header-meta svg {
    width: 18px;
    height: 18px;
    color: #ffc44d;
}

.checkout-header-meta a {
    color: #ffffff;
    text-decoration: none;
}

.checkout-main {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 28px 0 64px;
}

.checkout-progress {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 760px;
    margin: 0 auto 28px;
}

.checkout-progress-step {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(229, 240, 250, .68);
    font-size: 12px;
    font-weight: 800;
}

.checkout-progress-step:not(:last-child)::after {
    position: absolute;
    top: 17px;
    right: 10px;
    left: 46px;
    height: 2px;
    background: rgba(220, 235, 247, .3);
    content: "";
}

.checkout-progress-step span {
    position: relative;
    z-index: 1;
    display: inline-grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 2px solid rgba(220, 235, 247, .42);
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    color: #dceaf5;
}

.checkout-progress-step.is-active {
    color: #ffffff;
}

.checkout-progress-step.is-active span {
    border-color: #f2a900;
    background: #ffc44d;
    color: #052f56;
    box-shadow: 0 8px 20px rgba(217, 134, 0, .22);
}

.checkout-progress-step.is-active:not(:last-child)::after {
    background: linear-gradient(90deg, #ffc44d 0 38%, rgba(220, 235, 247, .3) 38%);
}

.checkout-heading {
    max-width: 860px;
    margin: 0 auto 34px;
    text-align: center;
}

.checkout-heading .eyebrow {
    border-color: rgba(255, 255, 255, .2);
    background: rgba(255, 255, 255, .08);
    color: #bfe3ff;
}

.checkout-heading h1 {
    max-width: 700px;
    margin: 12px auto 10px;
    color: #ffffff;
    font-size: clamp(32px, 4.2vw, 48px);
    line-height: 1.08;
    letter-spacing: -.035em;
}

.checkout-heading p {
    margin: 0;
    color: #d7e8f5;
    font-size: 16px;
    line-height: 1.65;
}

.checkout-proof-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.checkout-proof-row span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 11px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 999px;
    background: rgba(255, 255, 255, .07);
    color: #e5f2fb;
    font-size: 11px;
    font-weight: 750;
}

.checkout-proof-row svg {
    width: 15px;
    height: 15px;
    color: #ffc44d;
}

.checkout-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(350px, .88fr);
    gap: 28px;
    align-items: start;
}

.checkout-layout > *,
.checkout-order-body,
.checkout-price > div {
    min-width: 0;
}

.checkout-form-card,
.checkout-order-card,
.checkout-status-card {
    border: 1px solid rgba(203, 217, 229, .82);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 26px 72px rgba(2, 32, 61, .16);
}

.checkout-form-card {
    padding: clamp(22px, 3vw, 34px);
}

.checkout-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 28px;
}

.checkout-card-head h2 {
    margin: 7px 0 6px;
    color: #031f3c;
    font-size: 25px;
}

.checkout-step-label {
    color: #0a69ad;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.checkout-card-head p {
    margin: 0;
    color: #64748b;
    line-height: 1.55;
}

.checkout-secure-chip {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    flex: 0 0 auto;
    padding: 8px 10px;
    border: 1px solid #b7e5d4;
    border-radius: 999px;
    background: #effcf6;
    color: #087454;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.checkout-secure-chip svg {
    width: 16px;
}

.checkout-alert {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin-bottom: 20px;
    padding: 14px 15px;
    border: 1px solid #f3d59a;
    border-radius: 10px;
    background: #fff9e9;
    color: #77510a;
    line-height: 1.5;
}

.checkout-alert.is-error {
    border-color: #fecaca;
    background: #fff1f2;
    color: #9f1239;
}

.checkout-alert svg {
    width: 20px;
    flex: 0 0 auto;
}

.checkout-form-section + .checkout-form-section {
    margin-top: 25px;
    padding-top: 24px;
    border-top: 1px solid #e5edf4;
}

.checkout-section-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    color: #0a477d;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.checkout-section-title span {
    display: inline-grid;
    width: 29px;
    height: 29px;
    place-items: center;
    border-radius: 8px;
    background: #edf6fc;
}

.checkout-section-title svg {
    width: 16px;
}

.checkout-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.checkout-field.is-wide {
    grid-column: 1 / -1;
}

.checkout-field label {
    display: block;
    margin-bottom: 7px;
    color: #263e56;
    font-size: 13px;
    font-weight: 800;
}

.checkout-field label em {
    color: #dc2626;
    font-style: normal;
}

.checkout-field label small {
    color: #8292a3;
    font-weight: 600;
}

.checkout-input-wrap {
    position: relative;
}

.checkout-input-wrap > svg {
    position: absolute;
    top: 50%;
    left: 14px;
    width: 18px;
    height: 18px;
    color: #7b91a5;
    transform: translateY(-50%);
    pointer-events: none;
}

.checkout-field input {
    width: 100%;
    min-height: 52px;
    padding: 12px 14px 12px 44px;
    border: 1px solid #c7d7e3;
    border-radius: 12px;
    background: #f9fbfd;
    color: #031f3c;
    font: inherit;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.checkout-field input::placeholder {
    color: #96a6b5;
}

.checkout-field input:focus {
    border-color: #2677bc;
    outline: 0;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(38, 119, 188, .12);
}

.checkout-field input.is-invalid {
    border-color: #e11d48;
    box-shadow: 0 0 0 3px rgba(225, 29, 72, .1);
}

.checkout-field-error {
    display: none;
    margin-top: 6px;
    color: #be123c;
    font-size: 12px;
    font-weight: 700;
}

.checkout-field input.is-invalid + .checkout-field-error,
.checkout-field-error.is-visible {
    display: block;
}

.checkout-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 22px 0 0;
    color: #52657a;
    font-size: 12px;
    line-height: 1.55;
}

.checkout-consent input {
    width: 17px;
    height: 17px;
    margin: 1px 0 0;
    flex: 0 0 auto;
    accent-color: #185fa5;
}

.checkout-consent a {
    color: #0a5da0;
    font-weight: 800;
}

.checkout-submit {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 100%;
    min-height: 58px;
    margin-top: 18px;
    border: 1px solid #d98600;
    border-radius: 12px;
    background: linear-gradient(180deg, #ffc44d, #f2a900);
    color: #052f56;
    cursor: pointer;
    font-size: 15px;
    font-weight: 900;
    box-shadow: 0 15px 30px rgba(217, 134, 0, .24);
}

.checkout-submit:hover {
    background: linear-gradient(180deg, #ffd16f, #eda000);
    transform: translateY(-1px);
}

.checkout-submit:disabled {
    border-color: #cbd5e1;
    background: #dbe4ec;
    color: #66788a;
    cursor: not-allowed;
    box-shadow: none;
    transform: none;
}

.checkout-submit.is-loading {
    color: transparent;
    pointer-events: none;
}

.checkout-submit.is-loading svg {
    opacity: 0;
}

.checkout-submit.is-loading::after {
    position: absolute;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(5, 47, 86, .25);
    border-top-color: #052f56;
    border-radius: 50%;
    content: "";
    animation: checkoutSpin .7s linear infinite;
}

.checkout-submit-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin: 12px 0 0;
    color: #728296;
    font-size: 12px;
}

.checkout-submit-note svg {
    width: 15px;
}

.checkout-after-submit {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 14px;
}

.checkout-after-submit span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 10px 11px;
    border: 1px solid #e1eaf1;
    border-radius: 10px;
    background: #f8fbfd;
    color: #52657a;
    font-size: 11px;
    font-weight: 800;
}

.checkout-after-submit svg {
    width: 15px;
    height: 15px;
    color: #087454;
    flex: 0 0 auto;
}

.checkout-order-card {
    position: sticky;
    top: 24px;
    overflow: hidden;
    border-color: rgba(195, 213, 226, .9);
}

.checkout-order-head {
    padding: 25px 26px 23px;
    background:
        radial-gradient(circle at 105% -10%, rgba(255, 196, 77, .26), transparent 40%),
        linear-gradient(145deg, #042c53, #07568d);
    color: #ffffff;
}

.checkout-order-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.checkout-order-title-row > span {
    color: #b9daf4;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.checkout-order-title-row strong {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 8px;
    border: 1px solid rgba(184, 244, 219, .3);
    border-radius: 999px;
    background: rgba(12, 159, 116, .17);
    color: #c9f8e6;
    font-size: 10px;
    text-transform: uppercase;
}

.checkout-order-title-row svg {
    width: 14px;
    height: 14px;
}

.checkout-order-head h2 {
    margin: 16px 0 5px;
    color: #ffffff;
    font-size: 27px;
}

.checkout-order-head p {
    margin: 0;
    color: #dbeafe;
    font-size: 13px;
}

.checkout-billing-switch {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    margin: 20px 0 0;
    padding: 4px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 10px;
    background: rgba(255, 255, 255, .1);
}

.checkout-billing-switch a {
    padding: 9px 7px;
    border-radius: 7px;
    color: #dbeafe;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
}

.checkout-billing-switch a.is-active {
    background: #ffffff;
    color: #052f56;
    box-shadow: 0 5px 16px rgba(3, 31, 60, .18);
}

.checkout-order-body {
    padding: 25px 26px 26px;
}

.checkout-price {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e3edf4;
}

.checkout-price > span {
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
}

.checkout-price strong {
    color: #031f3c;
    font-size: 31px;
    letter-spacing: -.025em;
}

.checkout-price small {
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
}

.checkout-saving {
    display: inline-flex;
    margin-top: 10px;
    padding: 6px 9px;
    border-radius: 999px;
    background: #eafaf3;
    color: #087454;
    font-size: 11px;
    font-weight: 900;
}

.checkout-benefits {
    display: grid;
    gap: 12px;
    margin: 21px 0;
    padding: 0;
    list-style: none;
}

.checkout-benefits li {
    display: flex;
    gap: 10px;
    color: #334e68;
    font-size: 13px;
    line-height: 1.45;
}

.checkout-benefits svg {
    width: 17px;
    height: 17px;
    flex: 0 0 auto;
    color: #07936f;
}

.checkout-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 18px;
    border-top: 1px solid #e3edf4;
    color: #334e68;
    font-size: 14px;
    font-weight: 800;
}

.checkout-total > div {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.checkout-total small {
    color: #8292a3;
    font-size: 10px;
    font-weight: 700;
}

.checkout-total strong {
    color: #031f3c;
    font-size: 22px;
}

.checkout-guarantee {
    display: grid;
    gap: 6px;
    margin-top: 16px;
    padding: 14px;
    border: 1px solid #f3d59a;
    border-radius: 13px;
    background: linear-gradient(145deg, #fffaf0, #fff6db);
    color: #77510a;
}

.checkout-guarantee strong {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #052f56;
    font-size: 13px;
}

.checkout-guarantee svg {
    width: 16px;
    color: #d98600;
}

.checkout-guarantee span {
    font-size: 12px;
    line-height: 1.45;
}

.checkout-trust-list {
    display: grid;
    gap: 10px;
    margin-top: 17px;
}

.checkout-trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 12px;
    border: 1px solid #e1eaf1;
    border-radius: 9px;
    background: #f8fbfd;
}

.checkout-trust-item > span {
    display: grid;
    width: 31px;
    height: 31px;
    place-items: center;
    border-radius: 8px;
    background: #edf6fc;
    color: #185fa5;
}

.checkout-trust-item svg {
    width: 16px;
}

.checkout-trust-item div {
    color: #64748b;
    font-size: 11px;
    line-height: 1.35;
}

.checkout-trust-item strong {
    display: block;
    color: #263e56;
    font-size: 12px;
}

.checkout-support {
    margin: 18px 0 0;
    color: #718196;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
}

.checkout-support a {
    color: #0a5da0;
    font-weight: 800;
}

.checkout-payment-methods {
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid #e3edf4;
    text-align: center;
}

.checkout-payment-methods > span {
    display: block;
    color: #8796a7;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.checkout-payment-methods > strong {
    display: block;
    margin: 4px 0 10px;
    color: #124e7b;
    font-size: 15px;
}

.checkout-payment-methods > div {
    display: flex;
    justify-content: center;
    gap: 7px;
}

.checkout-payment-methods > div span {
    padding: 5px 8px;
    border: 1px solid #d8e4ed;
    border-radius: 6px;
    background: #f7fafc;
    color: #536b80;
    font-size: 10px;
    font-weight: 800;
}

.checkout-confidence-panel {
    display: grid;
    gap: 18px;
    margin-top: 28px;
}

.checkout-confidence-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.checkout-confidence-grid article,
.checkout-faq {
    border: 1px solid rgba(203, 217, 229, .82);
    border-radius: 18px;
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 18px 46px rgba(2, 32, 61, .08);
}

.checkout-confidence-grid article {
    padding: 18px;
}

.checkout-confidence-grid article > span {
    display: grid;
    width: 38px;
    height: 38px;
    margin-bottom: 12px;
    place-items: center;
    border-radius: 12px;
    background: #edf6fc;
    color: #185fa5;
}

.checkout-confidence-grid svg {
    width: 19px;
}

.checkout-confidence-grid strong {
    display: block;
    color: #052f56;
    font-size: 15px;
}

.checkout-confidence-grid p {
    margin: 7px 0 0;
    color: #64748b;
    font-size: 13px;
    line-height: 1.55;
}

.checkout-faq {
    display: grid;
    grid-template-columns: .7fr 1.3fr;
    gap: 18px;
    padding: 22px;
}

.checkout-faq h2 {
    margin: 8px 0 0;
    color: #052f56;
    font-size: 25px;
}

.checkout-faq-list {
    display: grid;
    gap: 9px;
}

.checkout-faq details {
    border: 1px solid #e1eaf1;
    border-radius: 12px;
    background: #f8fbfd;
}

.checkout-faq summary {
    cursor: pointer;
    padding: 13px 14px;
    color: #263e56;
    font-weight: 900;
}

.checkout-faq details p {
    margin: 0;
    padding: 0 14px 14px;
    color: #64748b;
    font-size: 13px;
    line-height: 1.55;
}

.checkout-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 24px 0 34px;
    border-top: 1px solid #d9e5ee;
    color: #65778a;
    font-size: 12px;
}

.checkout-footer nav {
    display: flex;
    align-items: center;
    gap: 16px;
}

.checkout-footer a,
.checkout-footer button {
    border: 0;
    background: transparent;
    color: #526b81;
    font: inherit;
    font-weight: 700;
    text-decoration: none;
}

.checkout-status-wrap {
    width: min(760px, calc(100% - 40px));
    margin: 0 auto;
    padding: 58px 0 72px;
}

.checkout-status-card {
    padding: clamp(26px, 5vw, 48px);
    text-align: center;
}

.checkout-status-icon {
    display: grid;
    width: 68px;
    height: 68px;
    margin: 0 auto 20px;
    place-items: center;
    border-radius: 20px;
    background: #edf6fc;
    color: #185fa5;
}

.checkout-status-icon.is-success {
    background: #eafaf3;
    color: #087454;
}

.checkout-status-icon.is-error {
    background: #fff1f2;
    color: #be123c;
}

.checkout-status-icon svg {
    width: 32px;
    height: 32px;
}

.checkout-status-card h1 {
    margin: 0 0 12px;
    color: #031f3c;
    font-size: clamp(28px, 4vw, 38px);
}

.checkout-status-card > p {
    max-width: 580px;
    margin: 0 auto;
    color: #52657a;
    line-height: 1.65;
}

.checkout-status-details {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 26px 0 0;
}

.checkout-status-details div {
    padding: 14px;
    border: 1px solid #e1eaf1;
    border-radius: 10px;
    background: #f8fbfd;
}

.checkout-status-details span,
.checkout-status-details strong {
    display: block;
}

.checkout-status-details span {
    color: #7b8b9d;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.checkout-status-details strong {
    margin-top: 5px;
    color: #263e56;
    font-size: 13px;
}

.checkout-status-actions {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 28px;
}

@keyframes checkoutSpin {
    to { transform: rotate(360deg); }
}

@media (max-width: 900px) {
    .checkout-layout {
        grid-template-columns: 1fr;
    }

    .checkout-order-card {
        position: static;
        order: 0;
    }

    .checkout-order-body {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0 22px;
    }

    .checkout-price,
    .checkout-benefits {
        grid-column: 1;
    }

    .checkout-total,
    .checkout-guarantee,
    .checkout-trust-list,
    .checkout-support,
    .checkout-payment-methods {
        grid-column: 2;
    }

    .checkout-total {
        grid-row: 1;
        padding-top: 0;
        border-top: 0;
    }

    .checkout-confidence-grid,
    .checkout-faq {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .checkout-page .header-container,
    .checkout-main,
    .checkout-footer {
        width: min(100% - 24px, 1180px);
    }

    .checkout-page .header-container {
        min-height: 64px;
    }

    .checkout-page .logo-text {
        font-size: 17px;
    }

    .checkout-header-meta span {
        display: none;
    }

    .checkout-header-meta {
        gap: 0;
    }

    .checkout-main {
        padding-top: 22px;
    }

    .checkout-progress-step {
        justify-content: center;
        font-size: 0;
    }

    .checkout-progress-step:not(:last-child)::after {
        right: -35%;
        left: 65%;
    }

    .checkout-heading {
        margin-bottom: 22px;
    }

    .checkout-heading h1 {
        font-size: 30px;
        overflow-wrap: anywhere;
    }

    .checkout-heading p {
        font-size: 14px;
    }

    .checkout-proof-row {
        display: none;
    }

    .checkout-card-head {
        flex-direction: column;
    }

    .checkout-after-submit {
        grid-template-columns: 1fr;
    }

    .checkout-fields,
    .checkout-order-body,
    .checkout-status-details {
        grid-template-columns: 1fr;
    }

    .checkout-field.is-wide {
        grid-column: auto;
    }

    .checkout-after-submit,
    .checkout-price,
    .checkout-benefits,
    .checkout-total,
    .checkout-guarantee,
    .checkout-trust-list,
    .checkout-support,
    .checkout-payment-methods {
        grid-column: 1;
    }

    .checkout-total {
        grid-row: auto;
        padding-top: 18px;
        border-top: 1px solid #e3edf4;
    }

    .checkout-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .checkout-page .cookie-banner {
        bottom: 10px;
        max-width: calc(100% - 20px);
    }

    .checkout-page .cookie-banner > div,
    .checkout-page .cookie-actions {
        min-width: 0;
    }

    .checkout-status-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .checkout-status-actions a {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .checkout-page .logo-text {
        font-size: 15px;
    }

    .checkout-header-meta a {
        font-size: 12px;
    }

    .checkout-heading h1 {
        font-size: 28px;
    }

    .checkout-form-card,
    .checkout-order-body {
        padding-right: 20px;
        padding-left: 20px;
    }

    .checkout-order-head {
        padding-right: 20px;
        padding-left: 20px;
    }

    .checkout-price {
        align-items: flex-start;
        flex-direction: column;
    }

    .checkout-price strong {
        font-size: 27px;
    }

    .checkout-saving {
        display: flex;
        width: fit-content;
    }
}

@media (prefers-reduced-motion: reduce) {
    .checkout-submit,
    .checkout-field input {
        transition: none;
    }
}
