:root {
    --ink: #101828;
    --ink-soft: #344054;
    --muted: #667085;
    --line: #d9e0ea;
    --line-strong: #c7d0dd;
    --surface: #fff;
    --canvas: #f5f7fb;
    --brand: #3647d9;
    --brand-deep: #2634b7;
    --brand-soft: #eef0ff;
    --cyan: #16b8ec;
    --pink: #ed4fa1;
    --success: #087a55;
    --success-soft: #eaf9f2;
    --whatsapp: #25d366;
    --danger: #b4233a;
    --danger-soft: #fff1f3;
    --warning: #946200;
    --warning-soft: #fff8e5;
    --shadow-sm: 0 1px 2px rgba(16, 24, 40, .05);
    --shadow-card: 0 18px 45px rgba(31, 44, 82, .11), 0 2px 8px rgba(31, 44, 82, .05);
    --radius: 14px;
}

* {
    box-sizing: border-box;
}

html {
    color: var(--ink);
    background: var(--canvas);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body {
    min-width: 320px;
    min-height: 100vh;
    min-height: 100svh;
    margin: 0;
    background: var(--canvas);
}

button,
input,
select {
    font: inherit;
}

a {
    color: inherit;
}

svg,
img {
    display: block;
}

[hidden] {
    display: none !important;
}

/* Mobile-first checkout */
.checkout-shell {
    min-height: 100vh;
    min-height: 100svh;
}

.order-panel {
    display: none;
}

.form-panel {
    min-height: 100vh;
    min-height: 100svh;
    padding:
        max(14px, env(safe-area-inset-top))
        max(14px, env(safe-area-inset-right))
        max(84px, calc(28px + env(safe-area-inset-bottom)))
        max(14px, env(safe-area-inset-left));
    background:
        radial-gradient(circle at 8% 0%, rgba(22, 184, 236, .08), transparent 17rem),
        radial-gradient(circle at 100% 100%, rgba(237, 79, 161, .06), transparent 18rem),
        var(--surface);
}

.form-card {
    width: min(100%, 580px);
    margin: 0 auto;
}

.mobile-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 62px;
    margin-bottom: 10px;
}

.mobile-brand img {
    width: 164px;
    height: auto;
}

.form-card__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.secure-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 7px;
    color: var(--success);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .01em;
}

.secure-label svg,
.alert svg,
.handoff-note svg,
.verification-note svg,
.status-secure svg,
.receipt-footer svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.form-card__header h2 {
    margin: 0;
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: -.035em;
}

.card-marks {
    display: flex;
    align-items: center;
    gap: 7px;
    padding-bottom: 3px;
}

.visa {
    color: #172b85;
    font-size: 15px;
    font-weight: 950;
    font-style: italic;
    letter-spacing: -.07em;
}

.mastercard {
    position: relative;
    width: 32px;
    height: 19px;
}

.mastercard i {
    position: absolute;
    top: 2px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #eb001b;
}

.mastercard i:first-child {
    left: 1px;
}

.mastercard i:last-child {
    right: 1px;
    background: rgba(247, 158, 27, .92);
}

.payment-path {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

.payment-path li {
    min-width: 0;
    padding: 10px 7px;
    text-align: center;
    background: #f8f9fc;
    border: 1px solid #e5e9f1;
    border-radius: 11px;
}

.payment-path li > span {
    display: grid;
    place-items: center;
    width: 23px;
    height: 23px;
    margin: 0 auto 6px;
    color: #fff;
    background: var(--brand);
    border-radius: 50%;
    font-size: 11px;
    font-weight: 800;
}

.payment-path strong,
.payment-path small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.payment-path strong {
    color: var(--ink-soft);
    font-size: 11px;
    line-height: 1.25;
    white-space: nowrap;
}

.payment-path small {
    margin-top: 2px;
    color: var(--muted);
    font-size: 9px;
    line-height: 1.35;
}

.alert {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin: 0 0 18px;
    padding: 12px;
    color: var(--danger);
    background: var(--danger-soft);
    border: 1px solid #fecdd6;
    border-radius: 11px;
    font-size: 13px;
    line-height: 1.45;
}

.alert svg {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    margin-top: 1px;
}

.field-grid {
    display: grid;
}

.field {
    margin-bottom: 16px;
}

.field label {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    margin: 0 1px 7px;
    color: var(--ink-soft);
    font-size: 13px;
    font-weight: 750;
}

.field label span {
    color: var(--muted);
    font-size: 11px;
    font-weight: 500;
}

.input-wrap {
    position: relative;
}

.input-wrap > svg {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 14px;
    width: 18px;
    height: 18px;
    color: #8c94a3;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
    transform: translateY(-50%);
    pointer-events: none;
}

.input-wrap input {
    width: 100%;
    height: 54px;
    padding: 0 14px 0 43px;
    color: var(--ink);
    background: var(--surface);
    border: 1px solid var(--line-strong);
    border-radius: 12px;
    outline: none;
    box-shadow: var(--shadow-sm);
    font-size: 16px;
    transition: border-color .16s ease, box-shadow .16s ease, background .16s ease;
}

.input-wrap input::placeholder {
    color: #98a0af;
}

.input-wrap input:focus,
.country-wrap select:focus {
    border-color: var(--brand);
    box-shadow: 0 0 0 4px rgba(54, 71, 217, .12), var(--shadow-sm);
}

.input-wrap input[aria-invalid="true"] {
    border-color: var(--danger);
    box-shadow: 0 0 0 4px rgba(180, 35, 58, .1);
}

.input-wrap--amount input {
    height: 60px;
    padding-left: 47px;
    padding-right: 66px;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -.02em;
}

.amount-symbol,
.currency-code {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.amount-symbol {
    left: 15px;
    color: var(--ink-soft);
    font-size: 17px;
    font-weight: 800;
}

.currency-code {
    right: 15px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .04em;
}

.phone-grid {
    display: grid;
    grid-template-columns: minmax(124px, .9fr) minmax(0, 1.1fr);
    gap: 8px;
}

.country-wrap {
    position: relative;
}

.country-wrap select {
    width: 100%;
    height: 54px;
    padding: 0 34px 0 12px;
    overflow: hidden;
    color: var(--ink);
    background: var(--surface);
    border: 1px solid var(--line-strong);
    border-radius: 12px;
    outline: none;
    box-shadow: var(--shadow-sm);
    font-size: 13px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    appearance: none;
}

.country-wrap > svg {
    position: absolute;
    top: 50%;
    right: 11px;
    width: 15px;
    height: 15px;
    color: var(--muted);
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    transform: translateY(-50%);
    pointer-events: none;
}

.input-wrap--phone input {
    padding-left: 13px;
}

.field-help {
    margin: 6px 2px 0;
    color: var(--muted);
    font-size: 11px;
    line-height: 1.5;
}

.honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.mobile-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin: 2px 0 13px;
    padding: 13px 14px;
    background: linear-gradient(135deg, #f1f3ff, #f8f9ff);
    border: 1px solid #dfe3ff;
    border-radius: 12px;
}

.mobile-total span,
.mobile-total small {
    display: block;
}

.mobile-total span {
    color: var(--ink-soft);
    font-size: 12px;
    font-weight: 750;
}

.mobile-total small {
    margin-top: 2px;
    color: var(--muted);
    font-size: 10px;
}

.mobile-total small b {
    color: var(--ink-soft);
}

.mobile-total > strong {
    color: var(--brand-deep);
    font-size: 23px;
    line-height: 1;
    letter-spacing: -.035em;
    white-space: nowrap;
}

.pay-button {
    display: grid;
    place-items: center;
    width: 100%;
    min-height: 56px;
    padding: 13px 17px;
    color: #fff;
    background: linear-gradient(135deg, #4355e8 0%, var(--brand-deep) 100%);
    border: 0;
    border-radius: 12px;
    box-shadow: 0 10px 23px rgba(49, 64, 199, .25), inset 0 1px rgba(255, 255, 255, .18);
    cursor: pointer;
    font-size: 14px;
    font-weight: 800;
    transition: transform .16s ease, box-shadow .16s ease, opacity .16s ease;
}

.pay-button:active {
    transform: translateY(1px);
}

.pay-button:focus-visible {
    outline: 3px solid rgba(54, 71, 217, .22);
    outline-offset: 3px;
}

.pay-button:disabled {
    opacity: .72;
    cursor: wait;
    transform: none;
}

.pay-button__label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.pay-button__label svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.button-spinner {
    display: none;
    width: 21px;
    height: 21px;
    border: 2px solid rgba(255, 255, 255, .35);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin .7s linear infinite;
}

.pay-button.is-loading .pay-button__label {
    display: none;
}

.pay-button.is-loading .button-spinner {
    display: block;
}

.handoff-note {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin-top: 12px;
    padding: 12px;
    color: var(--muted);
    background: #f7f9fc;
    border: 1px solid #e3e8f0;
    border-radius: 10px;
}

.handoff-note svg {
    flex: 0 0 16px;
    margin-top: 1px;
    color: var(--brand);
}

.handoff-note p {
    margin: 0;
    font-size: 11px;
    line-height: 1.55;
}

.handoff-note strong {
    color: var(--ink-soft);
}

.checkout-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
    color: var(--muted);
    font-size: 11px;
}

.checkout-footer a,
.support-text-link {
    text-underline-offset: 3px;
}

.merchant-disclosure {
    margin: 12px auto 0;
    color: var(--muted);
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
    max-width: 42ch;
}

.support-fab {
    position: fixed;
    z-index: 30;
    right: max(14px, env(safe-area-inset-right));
    bottom: max(14px, env(safe-area-inset-bottom));
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    color: #fff;
    background: var(--whatsapp);
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 11px 28px rgba(20, 128, 69, .31);
    text-decoration: none;
    transition: transform .16s ease, box-shadow .16s ease;
}

.support-fab:active {
    transform: scale(.96);
}

.support-fab svg {
    width: 29px;
    height: 29px;
    fill: currentColor;
}

.support-fab span {
    display: none;
}

/* Mobile-first payment receipt */
.status-page {
    display: block;
    padding:
        max(12px, env(safe-area-inset-top))
        max(12px, env(safe-area-inset-right))
        max(20px, env(safe-area-inset-bottom))
        max(12px, env(safe-area-inset-left));
    background:
        radial-gradient(circle at 4% 0%, rgba(22, 184, 236, .11), transparent 20rem),
        radial-gradient(circle at 100% 100%, rgba(237, 79, 161, .08), transparent 20rem),
        var(--canvas);
}

.status-card {
    width: min(100%, 560px);
    min-height: calc(100vh - 24px);
    min-height: calc(100svh - 24px);
    margin: 0 auto;
    padding: 20px 17px 18px;
    text-align: center;
    background: var(--surface);
    border: 1px solid #e5e9f0;
    border-radius: 18px;
    box-shadow: 0 13px 38px rgba(31, 44, 82, .1);
}

.status-brandbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
}

.status-logo {
    width: 142px;
    height: auto;
}

.status-secure {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--success);
    font-size: 10px;
    font-weight: 800;
    white-space: nowrap;
}

.status-secure svg {
    width: 14px;
    height: 14px;
}

.status-icon {
    display: grid;
    place-items: center;
    width: 62px;
    height: 62px;
    margin: 0 auto 17px;
    color: var(--brand);
    background: var(--brand-soft);
    border-radius: 50%;
    font-size: 28px;
    font-weight: 850;
}

.status-icon--success {
    color: var(--success);
    background: var(--success-soft);
}

.status-icon--returned {
    color: var(--brand);
    background: linear-gradient(145deg, #f0f2ff, #e9ecff);
}

.status-icon--failed {
    color: var(--danger);
    background: var(--danger-soft);
}

.status-icon--warning {
    color: var(--warning);
    background: var(--warning-soft);
}

.status-spinner {
    width: 24px;
    height: 24px;
    border: 3px solid rgba(54, 71, 217, .18);
    border-top-color: var(--brand);
    border-radius: 50%;
    animation: spin .8s linear infinite;
}

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

.status-card .eyebrow {
    margin: 0 0 7px;
    color: var(--brand);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.status-card h1 {
    margin: 0;
    font-size: 25px;
    line-height: 1.18;
    letter-spacing: -.035em;
}

.status-message {
    margin: 10px auto 19px;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.6;
}

.receipt {
    margin: 0;
    padding: 3px 14px;
    text-align: left;
    background: #f8f9fc;
    border: 1px solid #e4e8ef;
    border-radius: 12px;
}

.receipt > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 11px 0;
    border-bottom: 1px solid #e3e7ee;
}

.receipt > div:last-child {
    border-bottom: 0;
}

.receipt dt,
.receipt dd {
    margin: 0;
    font-size: 11px;
}

.receipt dt {
    flex: 0 0 34%;
    color: var(--muted);
}

.receipt dd {
    max-width: 66%;
    overflow-wrap: anywhere;
    color: var(--ink-soft);
    text-align: right;
    font-weight: 750;
}

.receipt-total dd {
    color: var(--ink);
    font-size: 15px;
}

.status-badge {
    display: inline-flex;
    padding: 4px 8px;
    color: var(--warning);
    background: var(--warning-soft);
    border-radius: 999px;
    font-size: 10px;
    line-height: 1.2;
    text-transform: capitalize;
}

.status-badge.is-success {
    color: var(--success);
    background: var(--success-soft);
}

.status-badge.is-failed {
    color: var(--danger);
    background: var(--danger-soft);
}

.status-badge.is-returned {
    color: var(--brand-deep);
    background: var(--brand-soft);
}

.verification-note {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin-top: 12px;
    padding: 11px 12px;
    color: var(--muted);
    text-align: left;
    background: #f5f8fc;
    border: 1px solid #e3e8ef;
    border-radius: 10px;
}

.verification-note svg {
    flex: 0 0 17px;
    width: 17px;
    height: 17px;
    margin-top: 1px;
    color: var(--brand);
}

.verification-note p {
    margin: 0;
    font-size: 10px;
    line-height: 1.5;
}

.verification-note strong {
    display: block;
    margin-bottom: 2px;
    color: var(--ink-soft);
    font-size: 11px;
}

.status-actions {
    display: grid;
    gap: 9px;
    margin-top: 17px;
}

.primary-link,
.secondary-link,
.whatsapp-link {
    display: grid;
    place-items: center;
    min-height: 49px;
    padding: 10px 15px;
    border-radius: 11px;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.primary-link {
    color: #fff;
    background: var(--brand);
}

.secondary-link {
    color: var(--ink-soft);
    background: var(--surface);
    border: 1px solid var(--line);
}

.whatsapp-link {
    grid-template-columns: 28px minmax(0, auto);
    justify-content: center;
    gap: 11px;
    min-height: 58px;
    color: #fff;
    text-align: left;
    background: #128c4f;
    box-shadow: 0 8px 20px rgba(18, 140, 79, .2);
}

.whatsapp-link svg {
    width: 27px;
    height: 27px;
    fill: currentColor;
}

.whatsapp-link span,
.whatsapp-link strong,
.whatsapp-link small {
    display: block;
}

.whatsapp-link small {
    margin-top: 2px;
    color: rgba(255, 255, 255, .82);
    font-size: 9px;
    font-weight: 600;
}

.support-text-link {
    justify-self: center;
    padding: 6px 8px;
    color: var(--muted);
    font-size: 11px;
}

.receipt-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 14px 0 0;
    color: #7b8494;
    font-size: 9px;
}

.receipt-footer svg {
    width: 13px;
    height: 13px;
}

@media (min-width: 560px) {
    .form-panel {
        padding: 30px 24px 90px;
    }

    .form-card {
        padding: 28px;
        background: rgba(255, 255, 255, .96);
        border: 1px solid #e3e8ef;
        border-radius: 20px;
        box-shadow: var(--shadow-card);
    }

    .field-grid {
        grid-template-columns: 1fr 1fr;
        gap: 13px;
    }

    .payment-path li {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 10px;
        text-align: left;
    }

    .payment-path li > span {
        flex: 0 0 25px;
        margin: 0;
    }

    .payment-path strong {
        font-size: 11px;
    }

    .status-page {
        display: grid;
        place-items: center;
        padding: 30px;
    }

    .status-card {
        min-height: 0;
        padding: 28px 32px 24px;
        border-radius: 21px;
        box-shadow: var(--shadow-card);
    }

    .status-logo {
        width: 160px;
    }
}

@media (min-width: 900px) {
    .checkout-shell {
        display: grid;
        grid-template-columns: minmax(370px, .92fr) minmax(520px, 1.08fr);
    }

    .order-panel {
        position: relative;
        isolation: isolate;
        overflow: hidden;
        display: flex;
        justify-content: flex-end;
        padding: clamp(42px, 5vw, 74px);
        background:
            radial-gradient(circle at 12% 8%, rgba(22, 184, 236, .18), transparent 26rem),
            radial-gradient(circle at 92% 90%, rgba(237, 79, 161, .14), transparent 26rem),
            linear-gradient(145deg, #eef5fc 0%, #f5f4ff 52%, #f9f3f8 100%);
        border-right: 1px solid rgba(127, 139, 170, .2);
    }

    .order-panel::before,
    .order-panel::after {
        position: absolute;
        z-index: -1;
        border-radius: 999px;
        pointer-events: none;
        content: "";
    }

    .order-panel::before {
        top: -118px;
        right: -82px;
        width: 240px;
        height: 240px;
        border: 48px solid rgba(82, 97, 218, .08);
    }

    .order-panel::after {
        bottom: -70px;
        left: -62px;
        width: 140px;
        height: 140px;
        border: 34px solid rgba(237, 79, 161, .07);
    }

    .order-panel__inner {
        display: flex;
        flex-direction: column;
        width: min(480px, 100%);
    }

    .brand-link {
        display: inline-flex;
        width: fit-content;
        margin-bottom: clamp(58px, 8vh, 92px);
        text-decoration: none;
    }

    .brand-link img {
        width: 205px;
        height: auto;
    }

    .order-heading .eyebrow {
        margin: 0 0 11px;
        color: var(--brand);
        font-size: 12px;
        font-weight: 850;
        letter-spacing: .11em;
        text-transform: uppercase;
    }

    .order-heading h1 {
        max-width: 440px;
        margin: 0;
        font-size: clamp(38px, 3.6vw, 49px);
        line-height: 1.05;
        letter-spacing: -.05em;
    }

    .order-heading > p:last-child {
        max-width: 450px;
        margin: 18px 0 0;
        color: var(--ink-soft);
        font-size: 15px;
        line-height: 1.7;
    }

    .amount-card {
        margin-top: 32px;
        padding: 24px;
        background: rgba(255, 255, 255, .84);
        border: 1px solid rgba(255, 255, 255, .94);
        border-radius: 18px;
        box-shadow: 0 15px 40px rgba(57, 72, 116, .09), inset 0 0 0 1px rgba(101, 112, 142, .06);
        backdrop-filter: blur(12px);
    }

    .amount-card__top {
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        gap: 20px;
        padding-bottom: 18px;
        border-bottom: 1px solid var(--line);
    }

    .amount-card__top span {
        color: var(--muted);
        font-size: 14px;
        font-weight: 700;
    }

    .amount-card__top strong {
        overflow-wrap: anywhere;
        font-size: 36px;
        line-height: 1;
        letter-spacing: -.045em;
    }

    .totals-list {
        display: grid;
        gap: 12px;
        margin: 18px 0 0;
    }

    .totals-list > div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 18px;
    }

    .totals-list dt,
    .totals-list dd {
        margin: 0;
        font-size: 13px;
    }

    .totals-list dt {
        color: var(--muted);
    }

    .totals-list dt span {
        font-size: 12px;
    }

    .totals-list dd {
        color: var(--ink-soft);
        font-weight: 750;
    }

    .totals-list__currency {
        padding-top: 12px;
        border-top: 1px dashed var(--line);
    }

    .trust-list {
        display: grid;
        gap: 14px;
        margin: auto 0 0;
        padding: 42px 0 0;
        list-style: none;
    }

    .trust-list li {
        display: flex;
        align-items: flex-start;
        gap: 11px;
        color: var(--muted);
        font-size: 12px;
        line-height: 1.5;
    }

    .trust-list strong {
        display: block;
        margin-bottom: 2px;
        color: var(--ink-soft);
        font-size: 13px;
    }

    .trust-icon {
        flex: 0 0 34px;
        display: grid;
        place-items: center;
        width: 34px;
        height: 34px;
        color: var(--brand);
        background: rgba(255, 255, 255, .78);
        border: 1px solid rgba(75, 88, 130, .1);
        border-radius: 10px;
    }

    .trust-icon svg {
        width: 17px;
        height: 17px;
        fill: none;
        stroke: currentColor;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 1.8;
    }

    .form-panel {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        min-height: 100vh;
        padding: clamp(38px, 5vw, 72px);
        background: var(--surface);
    }

    .form-card {
        width: min(560px, 100%);
        margin: 0 0 0 clamp(0px, 2vw, 30px);
        padding: 0;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .mobile-brand {
        display: none;
    }

    .form-card__header {
        margin-bottom: 22px;
    }

    .form-card__header h2 {
        font-size: 27px;
    }

    .payment-path {
        margin-bottom: 23px;
    }

    .field {
        margin-bottom: 15px;
    }

    .input-wrap input,
    .country-wrap select {
        height: 51px;
    }

    .input-wrap--amount input {
        height: 57px;
    }

    .mobile-total {
        display: none;
    }

    .pay-button:hover,
    .support-fab:hover {
        transform: translateY(-2px);
    }

    .support-fab {
        grid-template-columns: 22px auto;
        width: auto;
        height: 48px;
        padding: 0 15px 0 12px;
        border-width: 2px;
        border-radius: 999px;
        font-size: 12px;
        font-weight: 800;
    }

    .support-fab svg {
        width: 24px;
        height: 24px;
    }

    .support-fab span {
        display: block;
    }
}

@media (max-width: 359px) {
    .form-panel {
        padding-right: 10px;
        padding-left: 10px;
    }

    .payment-path small {
        display: none;
    }

    .phone-grid {
        grid-template-columns: 1fr;
    }

    .country-wrap select,
    .input-wrap--phone input {
        height: 50px;
    }

    .status-card {
        padding-right: 13px;
        padding-left: 13px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}
