/* Sendit — pages d'authentification (inscription, connexion, mot de passe)
   RTL : propriétés logiques + [dir=rtl] bascule sur Tajawal. */

:root {
    /* Familles */
    --font-display: 'DM Sans', sans-serif;
    --font-sans: 'DM Sans', sans-serif;
    --font-mono: 'Roboto Mono', monospace;

    /* Marque — primaire Sendit personnalisé */
    --sendit-indigo: #209cd5;
    --sendit-indigo-deep: #1379ab;
    --sendit-periwinkle: #209cd5;

    /* Accent succès */
    --sendit-lime: #1ee0ac;
    --lime-50: #e6fbf4;
    --lime-300: #8ef0d6;
    --lime-500: #19cd9e;
    --lime-600: #12b88c;
    --lime-700: #0b9b73;

    /* Lavis primaire clair */
    --indigo-50: #e7f5fc;
    --indigo-200: #b3e0f4;
    --indigo-300: #7cc9eb;

    /* Neutres */
    --ink-50: #f5f6fa;
    --ink-100: #e5e9f2;
    --ink-200: #dbdfea;
    --ink-300: #b6c2d4;
    --ink-400: #8094ae;
    --ink-500: #8094ae;
    --ink-600: #526484;
    --ink-700: #344357;
    --ink-800: #364a63;

    /* Sémantiques */
    --danger: #e85347;
    --warning: #f4bd0e;
    --success: #1ee0ac;

    /* Rayons */
    --r-xs: 3px;
    --r-sm: 4px;
    --r-md: 4px;
    --r-lg: 5px;
    --r-xl: 6px;
    --r-pill: 9999px;

    /* Ombres neutres */
    --shadow-1: 0 1px 3px rgba(54, 74, 99, 0.05);
    --shadow-2: 0 2px 14px -3px rgba(43, 55, 72, 0.12);
    --shadow-4: 0 5px 30px rgba(31, 43, 58, 0.22);
    --ring-focus: 0 0 0 3px rgba(32, 156, 213, 0.18);

    /* Motion */
    --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
    --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
    --dur-fast: 140ms;
    --dur-base: 220ms;
    --dur-slow: 360ms;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; min-height: 100%; }
body.register-dl { font-family: var(--font-sans); background: var(--ink-50); }

/* Arabe : Tajawal */
[dir="rtl"] body.register-dl,
html[dir="rtl"] body.register-dl,
[dir="rtl"] .reg-i18n {
    --font-sans: 'Tajawal', sans-serif;
    --font-display: 'Tajawal', sans-serif;
}
html[dir="rtl"] { --font-sans: 'Tajawal', sans-serif; --font-display: 'Tajawal', sans-serif; }
[dir="rtl"] .reg-flip { transform: scaleX(-1); }

input::placeholder, textarea::placeholder { color: var(--ink-300); opacity: 1; }
input[type="date"]::-webkit-calendar-picker-indicator { opacity: 0.45; cursor: pointer; }

/* ============ Layout ============ */
.dl-page { display: flex; width: 100%; min-height: 100vh; position: relative; }
.dl-page-bg {
    position: fixed; inset: 0; z-index: 0;
    background:
        radial-gradient(1100px 820px at 26% 32%, rgba(96, 103, 178, 0.55) 0%, rgba(96, 103, 178, 0) 62%),
        linear-gradient(155deg, #3d4290 0%, #2c2f70 48%, #232357 100%);
}

/* Panneau de marque (desktop ≥ 1100) */
.dl-brand {
    flex: 1 1 0; min-width: 460px;
    display: flex; flex-direction: column; align-items: center; justify-content: space-between;
    padding: 44px 44px 36px;
    position: sticky; top: 0; height: 100vh; align-self: flex-start; overflow: hidden;
    z-index: 1;
}
.dl-brand-logo { position: relative; height: clamp(72px, 11vh, 118px); display: block; flex: 0 0 auto; z-index: 1; }
.dl-brand-team-wrap {
    position: relative; flex: 1 1 0; min-height: 0; width: 100%;
    display: flex; align-items: center; justify-content: center;
    margin-top: -24px; margin-bottom: -56px; z-index: 0;
}
.dl-brand-team { height: clamp(240px, 94%, 760px); width: 100%; object-fit: contain; display: block; }
.dl-brand-script { position: relative; width: min(100%, 560px); display: block; flex: 0 0 auto; z-index: 1; }

.dl-main {
    flex: 0 1 700px;
    display: flex; flex-direction: column; align-items: center; justify-content: flex-start;
    padding: 26px 48px 48px; position: relative; z-index: 1;
}
.dl-card {
    width: 540px; max-width: 100%;
    background: #fff; border-radius: var(--r-xl);
    box-shadow: 0 24px 80px rgba(10, 12, 40, 0.45);
    border: 1px solid var(--ink-100);
    padding: 30px 40px 34px; position: relative; margin-top: 26px;
}
.dl-tablet-logo { display: none; height: 104px; margin: 18px 0 20px; }

/* Bascule de langue */
.dl-lang {
    display: inline-flex; gap: 2px; padding: 3px;
    background: #fff; border: 1px solid var(--ink-200); border-radius: var(--r-pill);
    box-shadow: var(--shadow-1);
    position: absolute; top: 14px; inset-inline-end: 16px; z-index: 30;
}
.dl-lang button {
    border: none; cursor: pointer; padding: 6px 13px; line-height: 1;
    display: inline-flex; align-items: center; justify-content: center;
    border-radius: var(--r-pill); font-size: 12.5px; font-weight: 600;
    background: transparent; color: var(--ink-500);
    transition: all var(--dur-fast) var(--ease-out);
}
.dl-lang button.is-active { background: var(--sendit-indigo); color: #fff; }
.dl-lang button[data-lang="ar"] { font-family: 'Tajawal', sans-serif; }

/* ============ Stepper ============ */
.dl-stepper { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.dl-step { display: flex; align-items: center; gap: 8px; }
.dl-step.is-clickable { cursor: pointer; }
.dl-step-dot {
    width: 26px; height: 26px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center; flex: none;
    font-size: 12.5px; font-weight: 700; line-height: 1;
    background: var(--ink-100); color: var(--ink-400);
    transition: all var(--dur-base) var(--ease-out);
}
.dl-step.is-active .dl-step-dot { background: var(--sendit-indigo); color: #fff; }
.dl-step.is-done .dl-step-dot { background: var(--sendit-lime); color: #fff; }
.dl-step-label { font-size: 12.5px; font-weight: 500; color: var(--ink-400); white-space: nowrap; }
.dl-step.is-active .dl-step-label { font-weight: 700; color: var(--ink-800); }
.dl-step.is-done .dl-step-label { color: var(--ink-600); }
.dl-step-line { flex: 1; height: 2px; border-radius: 1px; background: var(--ink-100); min-width: 14px; }
.dl-step-line.is-done { background: var(--sendit-lime); }

/* ============ Titres / textes ============ */
.dl-title {
    font-family: var(--font-display); font-weight: 700; font-size: 26px;
    line-height: 1.2; color: var(--ink-800); margin: 0 0 6px;
}
.dl-subtitle { margin: 0 0 18px; font-size: 14px; line-height: 1.6; color: var(--ink-500); }
.dl-eyebrow {
    margin: 0 0 2px; font-size: 11.5px; font-weight: 800;
    letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-400);
}
.dl-divider { height: 1px; background: var(--ink-100); border: none; margin: 0; }

/* ============ Champs ============ */
.dl-form { display: flex; flex-direction: column; gap: 16px; }
.dl-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.dl-field { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.dl-label { font-size: 14px; font-weight: 500; color: var(--ink-700); display: block; }
.dl-help { font-size: 12px; line-height: 1.45; color: var(--ink-500); }
.dl-error { font-size: 12px; line-height: 1.45; color: var(--danger); }

.dl-input-wrap { position: relative; display: flex; align-items: center; }
.dl-input {
    width: 100%; padding: 11px 12px;
    border-radius: var(--r-sm); border: 1px solid var(--ink-200);
    background: #fff; color: var(--ink-800); font-size: 14.5px;
    font-family: var(--font-sans); outline: none;
    transition: border-color var(--dur-fast), box-shadow var(--dur-fast);
}
.dl-input:focus { border-color: var(--sendit-periwinkle); box-shadow: var(--ring-focus); }
.dl-input.is-error { border-color: var(--danger); }
.dl-input.is-valid { border-color: var(--lime-500); }
.dl-input.is-mono { font-family: var(--font-mono); font-size: 13.5px; letter-spacing: 0.02em; }
.dl-input-right {
    position: absolute; inset-inline-end: 6px;
    display: flex; align-items: center; gap: 6px;
}
.dl-input-wrap.has-right .dl-input { padding-inline-end: 96px; }
/* Variante compacte : l'adornement n'est qu'une coche de 22 px */
.dl-input-wrap.has-right-sm { position: relative; }
.dl-input-wrap.has-right-sm .dl-input { padding-inline-end: 44px; }

/* Coche de format valide */
.dl-field-check {
    display: flex; align-items: center; justify-content: center;
    width: 22px; height: 22px; border-radius: 50%; flex: none;
    background: var(--lime-50); color: var(--lime-600);
    animation: regPop var(--dur-base) var(--ease-spring);
}

/* Chip Vérifié */
.dl-chip-verified {
    display: inline-flex; align-items: center; gap: 5px;
    background: var(--lime-50); color: var(--lime-700);
    padding: 4px 10px; border-radius: var(--r-pill);
    font-size: 12px; font-weight: 800; white-space: nowrap;
    animation: regPop var(--dur-base) var(--ease-spring);
}

/* Téléphone +212 */
.dl-phone {
    display: flex; align-items: stretch; direction: ltr;
    border-radius: var(--r-sm); border: 1px solid var(--ink-200);
    background: #fff; overflow: hidden; position: relative;
    transition: border-color var(--dur-fast), box-shadow var(--dur-fast);
}
.dl-phone.is-focus { border-color: var(--sendit-periwinkle); box-shadow: var(--ring-focus); }
.dl-phone.is-error { border-color: var(--danger); }
.dl-phone.is-valid { border-color: var(--lime-500); }
.dl-phone-prefix {
    display: flex; align-items: center; padding: 0 12px;
    background: var(--ink-50); border-right: 1px solid var(--ink-100);
    font-family: var(--font-mono); font-size: 13.5px; font-weight: 500; color: var(--ink-600);
}
.dl-phone input {
    flex: 1; min-width: 0; border: none; outline: none; padding: 11px 12px;
    font-size: 14.5px; font-family: var(--font-sans); background: transparent; color: var(--ink-800);
    direction: ltr;
}
.dl-phone-right { display: flex; align-items: center; padding-right: 6px; gap: 6px; }

/* Segmenté (genre) */
.dl-segmented { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.dl-segmented button {
    border: 1.5px solid var(--ink-200); background: #fff; color: var(--ink-600);
    padding: 10px 12px; border-radius: var(--r-sm);
    font-family: var(--font-sans); font-size: 14px; font-weight: 500;
    cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 6px;
    transition: all var(--dur-fast);
}
.dl-segmented button.is-on {
    border-color: var(--sendit-indigo); background: var(--indigo-50);
    color: var(--sendit-indigo); font-weight: 700;
}

/* Combobox / multiselect : panneau déroulant */
.dl-combo { position: relative; }
.dl-combo-panel {
    position: absolute; top: calc(100% + 6px); inset-inline-start: 0; inset-inline-end: 0; z-index: 30;
    background: #fff; border: 1px solid var(--ink-200); border-radius: var(--r-sm);
    box-shadow: var(--shadow-4); max-height: 230px; overflow-y: auto; padding: 6px;
    animation: regSlideIn var(--dur-fast) var(--ease-out);
}
.dl-combo-option {
    display: flex; align-items: center; justify-content: space-between; gap: 8px;
    padding: 8px 10px; border-radius: 6px; cursor: pointer;
    font-size: 13.5px; color: var(--ink-700); font-weight: 500;
}
.dl-combo-option:hover { background: var(--ink-50); }
.dl-combo-option.is-on { color: var(--sendit-indigo); font-weight: 700; background: var(--indigo-50); }
.dl-combo-empty { margin: 0; padding: 10px 12px; font-size: 13px; color: var(--ink-400); }

/* Multi-select (types de produits) */
.dl-multiselect-btn {
    width: 100%; padding: 11px 12px; cursor: pointer; text-align: start;
    display: flex; align-items: center; justify-content: space-between; gap: 8px;
    border-radius: var(--r-sm); border: 1px solid var(--ink-200);
    background: #fff; font-size: 14.5px; font-family: var(--font-sans);
    color: var(--ink-300); outline: none;
    transition: border-color var(--dur-fast), box-shadow var(--dur-fast);
}
.dl-multiselect-btn.has-value { color: var(--ink-800); }
.dl-multiselect-btn.is-open, .dl-multiselect-btn:focus { border-color: var(--sendit-periwinkle); box-shadow: var(--ring-focus); }
.dl-multiselect-btn .dl-ms-summary { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.dl-ms-count {
    background: var(--sendit-indigo); color: #fff; border-radius: var(--r-pill);
    font-size: 11px; font-weight: 700; padding: 2px 8px; line-height: 1.4;
}
.dl-ms-chevron { color: var(--ink-400); display: flex; transition: transform var(--dur-fast); }
.dl-multiselect-btn.is-open .dl-ms-chevron { transform: rotate(180deg); }
.dl-ms-box {
    flex: none; width: 16px; height: 16px; border-radius: 4px;
    border: 1px solid var(--ink-300); background: #fff;
    display: flex; align-items: center; justify-content: center; color: #fff;
}
.dl-combo-option.is-on .dl-ms-box { border-color: var(--sendit-indigo); background: var(--sendit-indigo); }

/* Select natif stylé (banque) */
.dl-select-wrap { position: relative; }
.dl-select {
    appearance: none; -webkit-appearance: none; cursor: pointer;
    width: 100%; padding: 11px 12px;
    border-radius: var(--r-sm); border: 1px solid var(--ink-200);
    background: #fff; font-size: 14.5px; font-family: var(--font-sans);
    color: var(--ink-800); outline: none;
    transition: border-color var(--dur-fast), box-shadow var(--dur-fast);
}
.dl-select.is-placeholder { color: var(--ink-300); }
.dl-select:focus { border-color: var(--sendit-periwinkle); box-shadow: var(--ring-focus); }
.dl-select-chevron {
    position: absolute; inset-inline-end: 12px; top: 50%; transform: translateY(-50%);
    color: var(--ink-400); pointer-events: none; display: flex;
}

/* Jauge mot de passe */
.dl-strength { display: flex; gap: 4px; margin-top: 2px; }
.dl-strength span { flex: 1; height: 3px; border-radius: 2px; background: var(--ink-100); transition: background var(--dur-base); }

/* ============ Boutons ============ */
.dl-cta {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    width: 100%; white-space: nowrap;
    background: var(--sendit-indigo); color: #fff;
    border: none; padding: 13px 20px; border-radius: var(--r-md);
    font-family: var(--font-sans); font-weight: 500; font-size: 15.5px;
    cursor: pointer; box-shadow: 0 1px 2px rgba(35, 48, 124, 0.18);
    transition: all var(--dur-fast) var(--ease-out);
}
.dl-cta:hover:not(:disabled) { background: var(--sendit-indigo-deep); transform: translateY(-1px); }
.dl-cta:disabled { background: var(--ink-300); cursor: not-allowed; box-shadow: none; pointer-events: none; }
.dl-cta-zone.is-blocked { cursor: not-allowed; }

.dl-ghost {
    background: transparent; color: var(--sendit-indigo);
    border: none; padding: 5px 8px; border-radius: 6px;
    font-family: var(--font-sans); font-weight: 700; font-size: 12.5px;
    cursor: pointer; align-self: flex-start;
    transition: background var(--dur-fast);
}
.dl-ghost:hover:not(:disabled) { background: var(--indigo-50); }
.dl-ghost:disabled { color: var(--ink-400); cursor: default; }

.dl-minibtn {
    background: transparent; color: var(--sendit-indigo);
    border: 1px solid var(--ink-300); padding: 7px 12px; border-radius: var(--r-sm);
    font-family: var(--font-sans); font-weight: 700; font-size: 12.5px;
    cursor: pointer; white-space: nowrap;
    transition: all var(--dur-fast) var(--ease-out);
}
.dl-minibtn:hover { background: var(--indigo-50); }

.dl-cta-note { margin: 0; font-size: 12.5px; line-height: 1.5; color: var(--ink-400); text-align: center; }
.dl-footer-link { margin: 0; text-align: center; font-size: 13.5px; color: var(--ink-500); }
.dl-footer-link a { font-weight: 700; color: var(--sendit-indigo); text-decoration: none; }
.dl-footer-link a:hover { color: var(--sendit-indigo-deep); text-decoration: underline; }

/* Encart « Il manque » */
.dl-missing {
    background: rgba(244, 189, 14, 0.12); border: 1px solid rgba(244, 189, 14, 0.5);
    border-radius: var(--r-sm); padding: 10px 14px;
    display: flex; flex-direction: column; gap: 4px;
    font-size: 13px; line-height: 1.6; color: #7a5d00; text-align: start;
}

/* ============ Case CGU ============ */
.dl-checkbox { display: flex; gap: 10px; align-items: flex-start; cursor: pointer; user-select: none; }
.dl-checkbox-box {
    flex: none; width: 18px; height: 18px; border-radius: 4px; margin-top: 1px;
    border: 1px solid var(--ink-300); background: #fff;
    display: flex; align-items: center; justify-content: center; color: #fff;
    transition: all var(--dur-fast);
}
.dl-checkbox.is-checked .dl-checkbox-box { border-color: var(--sendit-indigo); background: var(--sendit-indigo); }
.dl-checkbox-label { font-size: 13px; line-height: 1.55; color: var(--ink-600); }
.dl-checkbox-label a { color: var(--sendit-indigo); font-weight: 500; }
.dl-cgu-note { margin-inline-start: 28px; font-size: 11.5px; color: var(--ink-400); }

/* ============ Modale de vérification ============ */
.dl-overlay {
    position: fixed; inset: 0; z-index: 50;
    background: rgba(26, 28, 40, 0.45); backdrop-filter: blur(2px);
    display: flex; align-items: center; justify-content: center;
    animation: regFadeIn var(--dur-base) var(--ease-out);
}
.dl-modal {
    width: 480px; max-width: 92%;
    background: #fff; border-radius: var(--r-xl);
    box-shadow: var(--shadow-4); padding: 28px 32px;
    animation: regSlideUp var(--dur-base) var(--ease-out);
}
.dl-modal-head { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 4px; }
.dl-modal-eyebrow {
    margin: 0 0 2px; font-size: 11.5px; font-weight: 800;
    letter-spacing: 0.12em; text-transform: uppercase; color: var(--sendit-periwinkle);
}
.dl-modal-title { font-family: var(--font-display); font-weight: 700; font-size: 20px; color: var(--ink-800); margin: 4px 0 0; }
.dl-modal-close { background: transparent; border: none; color: var(--ink-400); cursor: pointer; padding: 4px; display: flex; }
.dl-modal-chips { display: flex; gap: 8px; margin: 12px 0 18px; }
.dl-modal-chip {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 12px; font-weight: 700; padding: 4px 10px; border-radius: var(--r-pill);
    background: var(--ink-50); color: var(--ink-400);
}
.dl-modal-chip.is-current { background: var(--indigo-50); color: var(--sendit-indigo); }
.dl-modal-chip.is-done { background: var(--lime-50); color: var(--lime-700); }
.dl-modal-body { display: flex; flex-direction: column; gap: 14px; }
.dl-modal-text { margin: 0; font-size: 14px; line-height: 1.6; color: var(--ink-600); }
.dl-otp-zone { display: flex; flex-direction: column; gap: 10px; align-items: flex-start; }

/* Cases OTP */
.dl-otp { display: flex; gap: 8px; direction: ltr; }
.dl-otp.is-shake { animation: regShake 320ms var(--ease-out); }
.dl-otp input {
    width: 44px; height: 48px; text-align: center;
    font-family: var(--font-mono); font-size: 19px; font-weight: 500;
    color: var(--ink-800); background: #fff;
    border: 1px solid var(--ink-200); border-radius: var(--r-sm); outline: none;
    transition: border-color var(--dur-fast), box-shadow var(--dur-fast);
}
.dl-otp input.is-filled { border-color: var(--sendit-periwinkle); }
.dl-otp.is-error input { border-color: var(--danger); }

/* État final modale + succès */
.dl-done { text-align: center; padding: 12px 0 4px; }
.dl-done-check {
    width: 54px; height: 54px; border-radius: 50%;
    background: var(--lime-50); color: var(--lime-600);
    display: inline-flex; align-items: center; justify-content: center;
    animation: regPop var(--dur-slow) var(--ease-spring);
}
.dl-done h3 { font-family: var(--font-display); font-weight: 700; font-size: 20px; color: var(--ink-800); margin: 14px 0 6px; }
.dl-done p { margin: 0 0 20px; font-size: 13.5px; color: var(--ink-500); }

.dl-success {
    text-align: center; padding: 48px 24px;
    min-height: 50vh;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
}
/* Après création du compte : la carte est centrée verticalement dans la page */
.dl-success-page .dl-main { justify-content: center; }
.dl-success-page .dl-card { margin-top: 0; }
.dl-success-check {
    width: 64px; height: 64px; border-radius: 50%;
    background: var(--lime-50); color: var(--lime-600);
    display: inline-flex; align-items: center; justify-content: center;
    animation: regPop var(--dur-slow) var(--ease-spring);
}
.dl-success h3 { font-family: var(--font-display); font-weight: 700; font-size: 24px; color: var(--ink-800); margin: 18px 0 8px; }
.dl-success p { margin: 0 auto; max-width: 380px; font-size: 14.5px; line-height: 1.6; color: var(--ink-600); }

/* ============ Animations ============ */
@keyframes regPop { 0% { transform: scale(0.6); opacity: 0; } 100% { transform: scale(1); opacity: 1; } }
@keyframes regShake {
    0%, 100% { transform: translateX(0); }
    20% { transform: translateX(-5px); } 40% { transform: translateX(5px); }
    60% { transform: translateX(-3px); } 80% { transform: translateX(3px); }
}
@keyframes regSlideIn { from { transform: translateY(-10px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@keyframes regSlideUp { from { transform: translateY(16px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@keyframes regFadeIn { from { opacity: 0; } to { opacity: 1; } }
@media (prefers-reduced-motion: reduce) {
    * { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

/* ============ Petites hauteurs d'écran ============ */
@media (max-height: 760px) and (min-width: 1100px) {
    .dl-brand-team-wrap { margin-top: -12px; margin-bottom: -28px; }
    .dl-brand-script { width: min(100%, 420px); }
}
@media (max-height: 520px) and (min-width: 1100px) {
    .dl-brand-team-wrap { display: none; }
    .dl-brand { justify-content: space-between; gap: 24px; }
}

/* ============ Tablet 760–1099 ============ */
@media (max-width: 1099px) {
    .dl-page { flex-direction: column; align-items: center; padding: 40px 0 48px; }
    .dl-page-bg { display: none; }
    .dl-brand { display: none; }
    .dl-tablet-logo { display: block; }
    .dl-main { padding: 0; flex: none; width: 100%; align-items: center; }
    .dl-card { box-shadow: var(--shadow-2); margin-top: 0; }
}

/* ============ Mobile < 760 ============ */
@media (max-width: 759px) {
    body.register-dl { background: #fff; }
    .dl-page { padding: 0; }
    .dl-tablet-logo { height: 96px; margin: 26px 0 8px; }
    .dl-card {
        width: 100%; border: none; border-radius: 0; box-shadow: none;
        padding: 16px 20px 32px;
    }
    .dl-title { font-size: 23px; }
    .dl-row-2 { grid-template-columns: 1fr; }
    .dl-input, .dl-phone input { min-height: 45px; }

    .dl-overlay { align-items: flex-end; }
    .dl-modal { width: 100%; max-width: 100%; border-radius: var(--r-xl) var(--r-xl) 0 0; padding: 24px 20px 28px; }
    .dl-otp { gap: 6px; }
    .dl-otp input { width: 38px; height: 42px; font-size: 17px; }
    .dl-otp-zone { align-items: stretch; }
    .dl-success { padding: 48px 8px; }
    .dl-step-label { display: none; }
    .dl-step.is-active .dl-step-label { display: inline; }
}
