/* =========================================================
   OXL PARTENAIRE - REGISTRATION
========================================================= */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}
.alert > div {
    flex: 1;
}

.alert a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 12px;
    text-decoration: none;
    transition: .2s;
}

.alert-success {
    background: #e9f7f1;
    border-color: #cfeee1;
    color: #176746;
}

.alert-success a {
    background: rgba(23,103,70,0.1);
    color: #176746;
}

.alert-danger {
    background: #fdecec;
    border-color: #f7d0d0;
    color: #b4232c;
}

.alert-danger a {
    background: rgba(180,35,44,0.1);
    color: #b4232c;
}

.alert-warning {
    background: #fff7e6;
    border-color: #ffe3b3;
    color: #b76e00;
}

.alert-warning a {
    background: rgba(183,110,0,0.1);
    color: #b76e00;
}

.alert-info {
    background: #eef5ff;
    border-color: #d6e4ff;
    color: #1d4ed8;
}

.alert-info a {
    background: rgba(29,78,216,0.1);
    color: #1d4ed8;
}.alert {
     display: flex;
     align-items: center;
     justify-content: space-between;
     gap: 12px;
     padding: 14px 16px;
     border-radius: 16px;
     border: 1px solid transparent;
     font-size: 14px;
     font-weight: 600;
     line-height: 1.4;
     animation: fadeIn .25s ease;
     margin-bottom: 1em
 }
body {
    margin: 0;
    padding: 0;
    min-width: 320px;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background:
            radial-gradient(circle at 12% 8%, rgba(27, 106, 75, .12) 0, transparent 30%),
            radial-gradient(circle at 86% 10%, rgba(15, 61, 46, .08) 0, transparent 28%),
            radial-gradient(circle at 50% 100%, rgba(27, 106, 75, .08) 0, transparent 34%),
            linear-gradient(135deg, #f7faf8 0%, #eef4f1 45%, #f8faf9 100%);
    color: #0f172a;
    font-size: 16px;
    line-height: 1.5;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.oxl-partner-modal-open {
    overflow: hidden;
}

button,
input,
textarea,
select {
    font: inherit;
}

button {
    cursor: pointer;
}

a {
    color: inherit;
}

img,
svg {
    display: block;
    max-width: 100%;
}

/* =========================================================
   PAGE
========================================================= */

.oxl-partner-registration {
    --oxl-dark: #0f3d2e;
    --oxl-dark-2: #0a2b21;
    --oxl-green: #1b6a4b;
    --oxl-green-2: #237b58;
    --oxl-soft: #e8f3ef;
    --oxl-soft-2: #f1f7f4;
    --oxl-bg: #f6f8f7;
    --oxl-white: #ffffff;
    --oxl-text: #101827;
    --oxl-muted: #64748b;
    --oxl-light-muted: #94a3b8;
    --oxl-border: rgba(15, 61, 46, .10);
    --oxl-border-strong: rgba(15, 61, 46, .18);
    --oxl-danger: #dc2626;
    --oxl-shadow-sm: 0 12px 28px rgba(15, 23, 42, .06);
    --oxl-shadow-md: 0 24px 60px rgba(15, 23, 42, .10);
    --oxl-shadow-green: 0 24px 55px rgba(15, 61, 46, .22);

    position: relative;
    min-height: calc(100vh - 70px);
    overflow: hidden;
    isolation: isolate;
    color: var(--oxl-text);
    background:
            linear-gradient(rgba(255, 255, 255, .84), rgba(255, 255, 255, .84)),
            radial-gradient(circle at 12% 18%, rgba(27, 106, 75, .20) 0 2px, transparent 3px),
            radial-gradient(circle at 78% 12%, rgba(15, 61, 46, .13) 0 1px, transparent 2px),
            radial-gradient(circle at 45% 82%, rgba(27, 106, 75, .11) 0 1px, transparent 2px),
            repeating-radial-gradient(circle at 30% 20%, rgba(15, 61, 46, .045) 0 1px, transparent 1px 6px),
            linear-gradient(135deg, #f8fbf9 0%, #eef5f1 44%, #f9fbfa 100%);
    background-size:
            auto,
            280px 280px,
            360px 360px,
            420px 420px,
            8px 8px,
            auto;
}

.oxl-partner-registration-container {
    position: relative;
    z-index: 1;
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 76px 0 60px;
}

.oxl-partner-registration-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(410px, .94fr);
    gap: 58px;
    align-items: center;
}

/* =========================================================
   LEFT CONTENT
========================================================= */

.oxl-partner-registration-left {
    min-width: 0;
}

.oxl-partner-kicker,
.oxl-partner-form-label,
.oxl-partner-modal-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 30px;
    padding: 0 13px;
    border-radius: 999px;
    background: rgba(27, 106, 75, .10);
    border: 1px solid rgba(27, 106, 75, .10);
    color: var(--oxl-green);
    font-size: 11px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .075em;
}

.oxl-partner-registration-left h1 {
    max-width: 820px;
    margin: 20px 0 18px;
    color: #0f172a;
    font-size: clamp(42px, 5.4vw, 74px);
    line-height: .96;
    font-weight: 950;
    letter-spacing: -.07em;
}

.oxl-partner-registration-left h1 strong,
.oxl-partner-form-head h2 strong {
    display: inline-block;
    padding: 0 .20em .04em;
    background: linear-gradient(135deg, var(--oxl-dark), var(--oxl-green));
    color: #fff;
    line-height: 1.02;
    font-weight: 950;
    clip-path: polygon(4% 0, 100% 0, 96% 100%, 0% 100%);
}

.oxl-partner-registration-desc {
    max-width: 735px;
    margin: 0 0 30px;
    color: var(--oxl-muted);
    font-size: 17px;
    line-height: 1.82;
    font-weight: 500;
}

.oxl-partner-registration-points {
    display: grid;
    gap: 14px;
    max-width: 730px;
}

.oxl-partner-point {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 15px;
    align-items: flex-start;
    padding: 17px;
    border-radius: 21px;
    border: 1px solid var(--oxl-border);
    background: rgba(255, 255, 255, .76);
    box-shadow: 0 14px 34px rgba(15, 23, 42, .045);
    backdrop-filter: blur(14px);
    transition:
            transform .18s ease,
            border-color .18s ease,
            box-shadow .18s ease;
}

.oxl-partner-point:hover {
    transform: translateY(-2px);
    border-color: rgba(27, 106, 75, .18);
    box-shadow: 0 18px 42px rgba(15, 23, 42, .065);
}

.oxl-partner-point > span {
    width: 50px;
    height: 50px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(27, 106, 75, .14), rgba(27, 106, 75, .07));
    color: var(--oxl-green);
    border: 1px solid rgba(27, 106, 75, .09);
    font-size: 16px;
}

.oxl-partner-point strong {
    display: block;
    margin: 1px 0 5px;
    color: #111827;
    font-size: 15px;
    font-weight: 850;
    letter-spacing: -.015em;
}

.oxl-partner-point p {
    margin: 0;
    color: var(--oxl-muted);
    font-size: 13.5px;
    line-height: 1.62;
    font-weight: 500;
}

/* =========================================================
   FORM CARD
========================================================= */

.oxl-partner-registration-right {
    min-width: 0;
}

.oxl-partner-form-card {
    position: relative;
    width: 100%;
    padding: 36px;
    border-radius: 30px;
    background:
            linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(255, 255, 255, .90)),
            linear-gradient(135deg, rgba(27, 106, 75, .08), rgba(15, 61, 46, 0));
    border: 1px solid rgba(15, 61, 46, .10);
    box-shadow:
            0 34px 85px rgba(15, 23, 42, .115),
            0 8px 24px rgba(15, 61, 46, .07);
    backdrop-filter: blur(16px);
}

.oxl-partner-form-head {
    margin-bottom: 26px;
}

.oxl-partner-form-head h2 {
    margin: 16px 0 10px;
    color: #111827;
    font-size: 36px;
    line-height: 1.06;
    font-weight: 950;
    letter-spacing: -.052em;
}

.oxl-partner-form-head p {
    max-width: 460px;
    margin: 0;
    color: var(--oxl-muted);
    font-size: 14px;
    line-height: 1.68;
    font-weight: 500;
}

.oxl-partner-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.oxl-partner-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

/* =========================================================
   INPUTS
========================================================= */

.oxl-partner-input-group {
    position: relative;
}

.oxl-partner-input-group > i {
    position: absolute;
    left: 15px;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    color: #9ca3af;
    font-size: 14px;
    pointer-events: none;
}

.oxl-partner-input {
    width: 100%;
    height: 58px;
    padding: 0 48px 0 44px;
    border: 1px solid #e2e8f0;
    border-radius: 17px;
    outline: none;
    background: rgba(255, 255, 255, .94);
    color: #111827;
    font-size: 14px;
    font-weight: 750;
    letter-spacing: -.01em;
    box-shadow: 0 1px 0 rgba(15, 23, 42, .02);
    transition:
            border-color .18s ease,
            box-shadow .18s ease,
            background .18s ease,
            transform .18s ease;
}

.oxl-partner-input::placeholder {
    color: #9ca3af;
    font-weight: 600;
}

.oxl-partner-input:hover {
    border-color: #cbd5e1;
    background: #fff;
}

.oxl-partner-input:focus {
    border-color: var(--oxl-green);
    background: #fff;
    box-shadow:
            0 0 0 4px rgba(27, 106, 75, .12),
            0 10px 22px rgba(15, 23, 42, .04);
}

.oxl-partner-input.is-error {
    border-color: var(--oxl-danger);
    box-shadow: 0 0 0 4px rgba(220, 38, 38, .08);
}

.oxl-partner-input-action {
    position: absolute;
    right: 12px;
    top: 50%;
    z-index: 2;
    width: 36px;
    height: 36px;
    transform: translateY(-50%);
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: #94a3b8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition:
            background .18s ease,
            color .18s ease;
}

.oxl-partner-input-action:hover {
    background: #f1f5f9;
    color: var(--oxl-green);
}

.oxl-partner-form-error {
    min-height: 16px;
    margin-top: -3px;
    color: var(--oxl-danger);
    font-size: 12px;
    line-height: 1.35;
    font-weight: 800;
}

/* =========================================================
   CHECKBOXES
========================================================= */

.oxl-partner-checkbox {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 10px;
    align-items: flex-start;
    color: var(--oxl-muted);
    font-size: 12.6px;
    line-height: 1.58;
    font-weight: 500;
}

.oxl-partner-checkbox input {
    width: 17px;
    height: 17px;
    margin: 2px 0 0;
    accent-color: var(--oxl-green);
}

.oxl-partner-checkbox-terms input {
    cursor: pointer;
}

.oxl-partner-terms-link {
    display: inline;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--oxl-dark);
    font-weight: 850;
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
}

.oxl-partner-terms-link:hover {
    color: var(--oxl-green);
}

.oxl-partner-checkbox-muted {
    color: #7c8a9c;
}

/* =========================================================
   BUTTON
========================================================= */

.oxl-partner-submit {
    width: 100%;
    height: 60px;
    margin-top: 4px;
    border: 0;
    border-radius: 18px;
    background:
            linear-gradient(135deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, 0)),
            linear-gradient(135deg, var(--oxl-dark), var(--oxl-green));
    color: #fff;
    font-size: 15px;
    font-weight: 950;
    letter-spacing: -.01em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    box-shadow: 0 18px 34px rgba(27, 106, 75, .24);
    transition:
            transform .18s ease,
            box-shadow .18s ease,
            filter .18s ease;
}

.oxl-partner-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 40px rgba(27, 106, 75, .30);
    filter: saturate(1.06);
}

.oxl-partner-submit:active {
    transform: translateY(0);
    box-shadow: 0 14px 26px rgba(27, 106, 75, .22);
}

.oxl-partner-submit i {
    font-size: 13px;
}

.oxl-partner-form-trust {
    color: #64748b;
    font-size: 12px;
    line-height: 1.55;
    font-weight: 700;
    text-align: center;
}

/* =========================================================
   STEPS
========================================================= */

.oxl-partner-registration-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 58px;
}

.oxl-partner-registration-steps article {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 16px;
    align-items: flex-start;
    padding: 24px;
    border-radius: 26px;
    background: rgba(255, 255, 255, .84);
    border: 1px solid var(--oxl-border);
    box-shadow: var(--oxl-shadow-sm);
    backdrop-filter: blur(14px);
    transition:
            transform .18s ease,
            box-shadow .18s ease,
            border-color .18s ease;
}

.oxl-partner-registration-steps article:hover {
    transform: translateY(-3px);
    border-color: rgba(27, 106, 75, .18);
    box-shadow: 0 18px 42px rgba(15, 23, 42, .075);
}

.oxl-partner-registration-steps span {
    width: 44px;
    height: 44px;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background:
            linear-gradient(135deg, rgba(27, 106, 75, .16), rgba(27, 106, 75, .08));
    color: var(--oxl-green);
    font-size: 14px;
    font-weight: 950;
    border: 1px solid rgba(27, 106, 75, .09);
}

.oxl-partner-registration-steps h3 {
    margin: 1px 0 8px;
    color: #111827;
    font-size: 17px;
    line-height: 1.25;
    font-weight: 900;
    letter-spacing: -.025em;
}

.oxl-partner-registration-steps p {
    margin: 0;
    color: var(--oxl-muted);
    font-size: 13.2px;
    line-height: 1.68;
    font-weight: 500;
}

/* =========================================================
   TERMS MODAL
========================================================= */

.oxl-partner-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.oxl-partner-modal.is-open {
    display: flex;
}

.oxl-partner-modal-backdrop {
    position: absolute;
    inset: 0;
    background:
            radial-gradient(circle at 20% 10%, rgba(27, 106, 75, .22), transparent 28%),
            rgba(7, 20, 15, .64);
    backdrop-filter: blur(8px);
}

.oxl-partner-modal-dialog {
    position: relative;
    z-index: 1;
    width: min(860px, 100%);
    max-height: min(760px, calc(100vh - 48px));
    display: flex;
    flex-direction: column;
    border-radius: 28px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, .24);
    box-shadow:
            0 40px 100px rgba(0, 0, 0, .30),
            0 12px 30px rgba(15, 61, 46, .18);
}

.oxl-partner-modal-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    padding: 26px 28px 18px;
    background:
            linear-gradient(180deg, #ffffff 0%, #f7faf8 100%);
    border-bottom: 1px solid rgba(15, 61, 46, .08);
}

.oxl-partner-modal-head h2 {
    margin: 14px 0 8px;
    color: #0f172a;
    font-size: 30px;
    line-height: 1.08;
    font-weight: 950;
    letter-spacing: -.05em;
}

.oxl-partner-modal-head p {
    margin: 0;
    color: #64748b;
    font-size: 14px;
    font-weight: 600;
}

.oxl-partner-modal-close {
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
    border: 0;
    border-radius: 14px;
    background: #edf5f1;
    color: #0f3d2e;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition:
            background .18s ease,
            transform .18s ease;
}

.oxl-partner-modal-close:hover {
    background: #dfeee7;
    transform: rotate(3deg);
}

.oxl-partner-modal-scroll-hint {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    padding: 0 28px;
    background: #0f3d2e;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
}

.oxl-partner-modal-scroll-hint i {
    animation: oxlPartnerHintMove 1.1s ease-in-out infinite;
}

.oxl-partner-modal-scroll-hint.is-done {
    background: #1b6a4b;
}

.oxl-partner-modal-scroll-hint.is-done i {
    animation: none;
}

@keyframes oxlPartnerHintMove {
    0% {
        transform: translateY(-2px);
    }

    50% {
        transform: translateY(3px);
    }

    100% {
        transform: translateY(-2px);
    }
}

.oxl-partner-modal-body {
    flex: 1 1 auto;
    min-height: 240px;
    overflow-y: auto;
    padding: 26px 28px;
    outline: none;
    background:
            linear-gradient(rgba(255, 255, 255, .92), rgba(255, 255, 255, .92)),
            repeating-radial-gradient(circle at 30% 20%, rgba(15, 61, 46, .045) 0 1px, transparent 1px 7px);
    background-size: auto, 9px 9px;
}

.oxl-partner-modal-body section {
    padding: 0 0 22px;
    margin: 0 0 22px;
    border-bottom: 1px solid rgba(15, 61, 46, .08);
}

.oxl-partner-modal-body section:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.oxl-partner-modal-body h3 {
    margin: 0 0 10px;
    color: #111827;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: -.02em;
}

.oxl-partner-modal-body p {
    margin: 0;
    color: #536174;
    font-size: 14px;
    line-height: 1.78;
    font-weight: 500;
}

.oxl-partner-modal-footer {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    padding: 18px 28px;
    background: #ffffff;
    border-top: 1px solid rgba(15, 61, 46, .08);
}

.oxl-partner-modal-footer-text {
    color: #64748b;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 750;
}

.oxl-partner-modal-accept {
    min-height: 48px;
    padding: 0 18px;
    border: 0;
    border-radius: 15px;
    background: linear-gradient(135deg, #0f3d2e, #1b6a4b);
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 14px 26px rgba(27, 106, 75, .22);
    transition:
            opacity .18s ease,
            transform .18s ease,
            box-shadow .18s ease,
            filter .18s ease;
}

.oxl-partner-modal-accept:not(:disabled):hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(27, 106, 75, .28);
}

.oxl-partner-modal-accept:disabled {
    cursor: not-allowed;
    opacity: .42;
    filter: grayscale(.25);
    box-shadow: none;
}
.oxl-partner-terms-title {
    margin: 0 0 18px;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.2;
}

.oxl-partner-terms-meta {
    margin: 0 0 8px;
    font-size: 13px;
    color: #6B7280;
    font-weight: 600;
}

.oxl-partner-terms-section {
    padding: 18px 0;
    border-bottom: 1px solid rgba(15, 61, 46, 0.10);
}

.oxl-partner-terms-section h3 {
    margin: 0 0 10px;
    font-size: 17px;
    font-weight: 850;
    color: #0F3D2E;
    line-height: 1.35;
}

.oxl-partner-terms-section p {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.7;
    color: #26352F;
}

.oxl-partner-terms-section p:last-child {
    margin-bottom: 0;
}

.oxl-partner-terms-download {
    margin-top: 10px;
}

.oxl-partner-terms-download a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 750;
    color: #0F3D2E;
    text-decoration: none;
}

.oxl-partner-terms-download a:hover {
    text-decoration: underline;
}
/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1180px) {
    .oxl-partner-registration-grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .oxl-partner-registration-left h1 {
        max-width: 940px;
    }

    .oxl-partner-form-card {
        max-width: 680px;
    }
}

@media (max-width: 980px) {
    .oxl-partner-registration-steps {
        grid-template-columns: 1fr;
        margin-top: 38px;
    }
}

@media (max-width: 860px) {
    .oxl-partner-registration-container {
        width: min(100% - 30px, 1180px);
        padding: 42px 0 44px;
    }

    .oxl-partner-registration-left h1 {
        font-size: clamp(38px, 11vw, 56px);
        letter-spacing: -.06em;
    }

    .oxl-partner-registration-desc {
        font-size: 15.5px;
    }

    .oxl-partner-form-card {
        padding: 26px;
        border-radius: 24px;
    }

    .oxl-partner-form-head h2 {
        font-size: 30px;
    }

    .oxl-partner-modal {
        padding: 14px;
    }

    .oxl-partner-modal-dialog {
        max-height: calc(100vh - 28px);
        border-radius: 22px;
    }

    .oxl-partner-modal-head {
        padding: 22px 20px 16px;
    }

    .oxl-partner-modal-scroll-hint {
        padding: 0 20px;
    }

    .oxl-partner-modal-body {
        padding: 22px 20px;
    }

    .oxl-partner-modal-footer {
        grid-template-columns: 1fr;
        padding: 16px 20px;
    }

    .oxl-partner-modal-accept {
        width: 100%;
    }
}

@media (max-width: 640px) {
    body {
        background:
                radial-gradient(circle at 20% 0%, rgba(27, 106, 75, .13) 0, transparent 28%),
                linear-gradient(135deg, #f8fbf9 0%, #eef5f1 100%);
    }

    .oxl-partner-registration {
        min-height: auto;
    }

    .oxl-partner-registration-container {
        width: min(100% - 24px, 1180px);
        padding: 30px 0 36px;
    }

    .oxl-partner-registration-grid {
        gap: 28px;
    }

    .oxl-partner-registration-left h1 {
        margin-top: 16px;
        font-size: 36px;
        line-height: 1.02;
    }

    .oxl-partner-kicker,
    .oxl-partner-form-label,
    .oxl-partner-modal-kicker {
        min-height: 28px;
        font-size: 10px;
    }

    .oxl-partner-registration-points {
        gap: 12px;
    }

    .oxl-partner-point {
        grid-template-columns: 44px minmax(0, 1fr);
        padding: 14px;
        border-radius: 18px;
    }

    .oxl-partner-point > span {
        width: 44px;
        height: 44px;
        border-radius: 14px;
    }

    .oxl-partner-form-row {
        grid-template-columns: 1fr;
    }

    .oxl-partner-form-card {
        padding: 22px;
    }

    .oxl-partner-input {
        height: 56px;
        border-radius: 16px;
    }

    .oxl-partner-submit {
        height: 58px;
        border-radius: 16px;
    }

    .oxl-partner-registration-steps article {
        grid-template-columns: 40px minmax(0, 1fr);
        padding: 20px;
    }

    .oxl-partner-registration-steps span {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 420px) {
    .oxl-partner-registration-container {
        width: min(100% - 18px, 1180px);
    }

    .oxl-partner-registration-left h1 {
        font-size: 32px;
    }

    .oxl-partner-registration-desc {
        font-size: 14.5px;
    }

    .oxl-partner-form-card {
        padding: 18px;
    }

    .oxl-partner-form-head h2 {
        font-size: 27px;
    }

    .oxl-partner-checkbox {
        font-size: 12px;
    }

    .oxl-partner-form-trust {
        font-size: 11.5px;
    }

    .oxl-partner-modal-head h2 {
        font-size: 24px;
    }

    .oxl-partner-modal-scroll-hint {
        font-size: 12px;
    }
}