.bodyRegister {
    background: #ffffff;
    font-family: var(--ik-font-text);
    color: var(--ik-text);
    min-height: 100vh;
    height: auto;
    --ik-header-height: 56px;
    --ik-footer-height: 59px;
}

.bodyRegister #body-wrap,
.bodyRegister #main {
    padding: 0;
    margin: 0;
    width: 100%;
    display: block;
}

.bodyRegister #main {
    min-height: calc(100vh - var(--ik-header-height));
}

.bodyRegister #main > .container.flashes {
    max-width: none;
    width: 100%;
    padding: 0;
    margin: 0;
    display: block;
}

.bodyRegister .navbar,
.bodyRegister .navbar.navbar-default {
    margin-bottom: 0;
    border-radius: 0;
}

.bodyRegister a {
    color: #0b3c31;
}

.bodyRegister a:hover,
.bodyRegister a:focus {
    color: #092f26;
}

.bodyRegister .register-shell {
    min-height: calc(100vh - var(--ik-header-height));
    flex: 1;
    display: flex;
}

.bodyRegister .register-shell > .row {
    display: flex;
    flex-wrap: wrap;
    min-height: calc(100vh - var(--ik-header-height));
    margin: 0;
    align-items: stretch;
    flex: 1;
}

.bodyRegister .register-shell > .row > [class*="col-"] {
    float: none;
}

.bodyRegister .register-hero {
    position: relative;
    min-height: calc(100vh - var(--ik-header-height));
    color: #fff;
    padding: 64px;
    overflow: hidden;
}

.bodyRegister .register-hero-media {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.7;
}

.bodyRegister .register-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.78));
}

.bodyRegister .register-hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}

.bodyRegister .register-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 28px;
}

.bodyRegister .register-brand img {
    height: 40px;
    max-width: 220px;
    filter: brightness(0) invert(1);
}

.bodyRegister .register-brand span,
.bodyRegister .register-mobile-brand span {
    display: none;
}

.bodyRegister .register-hero h1 {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
    max-width: 820px;
    font-family: var(--ik-font-display);
}

.bodyRegister .register-hero p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.86);
    max-width: 700px;
    line-height: 1.6;
}

.bodyRegister .register-form-col {
    min-height: calc(100vh - var(--ik-header-height));
    display: flex;
    align-items: center;
    padding: 48px 24px;
    background: #ffffff;
}

.bodyRegister .register-form-inner {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

.bodyRegister .register-mobile-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 24px;
}

.bodyRegister .register-mobile-brand img {
    height: 36px;
}

.bodyRegister .register-heading h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 6px;
    font-family: var(--ik-font-display);
}

.bodyRegister .register-subtitle {
    color: #64748b;
    margin-bottom: 26px;
    font-family: var(--ik-font-text);
}

.bodyRegister .strongHR {
    border-top: 1px solid #e2e8f0;
    margin: 16px 0;
}

.bodyRegister .register-popover {
    color: #0b3c31;
}

.bodyRegister .register-cta {
    margin-top: 12px;
}

.bodyRegister .register-footer {
    margin-top: 20px;
    text-align: center;
    color: #94a3b8;
    font-size: 12px;
    font-family: var(--ik-font-mono);
}

.bodyRegister #fos_user_registration_form label[for="fos_user_registration_form_estimatedKMs"] {
    display: block;
}

.bodyRegister #fos_user_registration_form label[for="fos_user_registration_form_estimatedKMs"] i {
    margin-right: 6px;
}

.bodyRegister #fos_user_registration_form label[for="fos_user_registration_form_estimatedKMs"] .label-light {
    display: inline;
    margin-left: 4px;
}

.bodyRegister .label-light {
    color: #94a3b8;
    font-weight: 500;
    font-family: var(--ik-font-mono);
}

.bodyRegister #fos_user_registration_form .regis-form-errs {
    border-radius: 12px;
    margin-top: 8px;
    margin-bottom: 0;
}

.bodyRegister #registration_form_page_1 .regis-form-errs--full {
    grid-column: 1 / -1;
}

.bodyRegister #registration_form_page_1 #ispro-error-container {
    grid-column: 1 / -1;
}

.bodyRegister #fos_user_registration_form .regis-form-ajax-errs {
    margin-top: 8px;
}

.bodyRegister #registration_form_page_1 > div,
.bodyRegister #registration_form_page_2 > div {
    margin-bottom: 10px;
}

.bodyRegister #registration_form_page_1 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 16px;
    row-gap: 10px;
}

.bodyRegister #registration_form_page_1 > * {
    grid-column: 1 / -1;
}

.bodyRegister #registration_form_page_1 > div {
    margin-bottom: 0;
}

.bodyRegister #registration_form_page_1 > .text-center {
    margin-bottom: -4px;
}

.bodyRegister #registration_form_page_1 > hr.strongHR {
    border: 0;
    border-top: 1px solid #e2e8f0;
    margin: 10px 0 8px;
    position: relative;
}

.bodyRegister #registration_form_page_1 > hr.strongHR::after {
    content: "INFORMATIONS VÉHICULE";
    position: absolute;
    top: -10px;
    left: 0;
    padding-right: 12px;
    background: #ffffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #94a3b8;
}

.bodyRegister #registration_form_page_1 .text-center > .strongHR {
    display: none;
}

.bodyRegister #registration_form_page_1 #infos-kms-container {
    font-size: 12px;
    color: #64748b;
    clear: both;
    border-left-color: #0b3c31;
}

.bodyRegister #registration_form_page_2 > hr.strongHR {
    display: none;
}

.bodyRegister #registration_form_page_2 .row {
    margin-bottom: 6px;
}

.bodyRegister #registration_form_page_2 .row > [class*="col-"] {
    margin-bottom: 10px;
}

.bodyRegister #registration_form_page_2 .pro-zone > hr.strongHR {
    margin: 14px 0 10px;
}

.bodyRegister #registration_form_page_2 .pro-zone > div {
    margin-bottom: 10px;
}

.bodyRegister #registration_form_page_2 .pro-zone > div:last-child {
    margin-bottom: 0;
}

.bodyRegister .referer-zone {
    display: none;
}

.bodyRegister .cgu-accept {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 14px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #ffffff;
}

.bodyRegister .cgu-accept__box input {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 6px;
    border: 1.5px solid #0b3c31;
    background: #ffffff;
    display: inline-grid;
    place-items: center;
    margin-top: 2px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.bodyRegister .cgu-accept__box input::after {
    content: "";
    width: 5px;
    height: 10px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg) scale(0);
    transition: transform 0.12s ease;
}

.bodyRegister .cgu-accept__box input:checked {
    background: #0b3c31;
    border-color: #0b3c31;
}

.bodyRegister .cgu-accept__box input:checked::after {
    transform: rotate(45deg) scale(1);
}

.bodyRegister #fos_user_registration_form .cgu-accept__text label {
    display: block !important;
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    color: #64748b;
    line-height: 1.45;
    align-items: initial !important;
    gap: 0 !important;
}

.bodyRegister .cgu-accept__text .cgu-link {
    display: inline-block;
    margin-top: 6px;
    color: #0b3c31;
    font-weight: 600;
    text-decoration: none;
}

.bodyRegister .cgu-accept__text .cgu-link:hover,
.bodyRegister .cgu-accept__text .cgu-link:focus {
    text-decoration: underline;
}

.bodyRegister .cgu-accept__text a:hover,
.bodyRegister .cgu-accept__text a:focus {
    text-decoration: underline;
}

.bodyRegister .register-submit {
    text-align: center;
    margin-top: 16px;
}

.bodyRegister .register-submit .btn-spinner {
    display: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-top-color: #ffffff;
    vertical-align: middle;
    animation: btn-spin 0.8s linear infinite;
}

.bodyRegister .register-submit .btn.is-loading {
    pointer-events: none;
    opacity: 0.9;
}

.bodyRegister .register-submit .ui-btn--primary:disabled,
.bodyRegister .register-submit .ui-btn--primary.disabled,
.bodyRegister .register-submit .ui-btn--primary.is-loading {
    background: var(--ik-green);
    border-color: var(--ik-green);
    color: #ffffff;
}

.bodyRegister .register-submit .btn.is-loading .btn-spinner {
    display: inline-block;
}

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

/* Google Places Autocomplete (registration page) */
.bodyRegister .pac-container {
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 16px 30px rgba(15, 23, 42, 0.12);
    font-family: var(--ik-font-text);
    background: #ffffff;
    padding: 6px 0;
}

.bodyRegister .pac-item {
    padding: 10px 14px;
    border-top: 0;
    font-size: 13px;
    color: #0f172a;
}

.bodyRegister .pac-item:hover,
.bodyRegister .pac-item-selected {
    background: var(--ik-bg-soft);
}

.bodyRegister .pac-item .pac-icon {
    margin-right: 10px;
}

.bodyRegister .pac-item-query {
    font-size: 13px;
    color: #0f172a;
}

.bodyRegister .pac-matched {
    font-weight: 600;
}

.bodyRegister #registration_form_page_1 > div.register-cta,
.bodyRegister #registration_form_page_2 > div.register-cta {
    margin-bottom: 0;
    clear: both;
    padding-top: 8px;
}

.bodyRegister #registration_form_page_1 > div:nth-of-type(5),
.bodyRegister #registration_form_page_1 > div:nth-of-type(6) {
    grid-column: 1 / -1;
}

.bodyRegister .register-form-inner .row {
    margin-left: -8px;
    margin-right: -8px;
}

.bodyRegister .register-form-inner .row > [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
}

.bodyRegister #fos_user_registration_form_isPro {
    display: flex;
    gap: 8px;
    padding: 6px;
    background: var(--ik-bg-soft);
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    justify-content: center;
    margin-top: 0;
}

.bodyRegister #fos_user_registration_form_isPro input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.bodyRegister #fos_user_registration_form_isPro label {
    flex: 1;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    padding: 10px 12px;
    margin: 0;
    border-radius: 10px;
    border: 1px solid transparent;
    background: transparent;
    font-size: 13px;
    font-weight: 600;
    color: #64748b;
    cursor: pointer;
    transition: all 0.2s ease;
}

.bodyRegister #fos_user_registration_form_isPro label::before {
    font-family: "Material Icons Outlined";
    font-size: 16px;
    line-height: 1;
    color: inherit;
    content: "person";
}

.bodyRegister #fos_user_registration_form_isPro label[for="fos_user_registration_form_isPro_1"]::before {
    content: "business";
}

.bodyRegister #fos_user_registration_form_isPro input[type="radio"]:checked + label {
    background: #ffffff;
    color: #0f172a;
    border-color: #e2e8f0;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}

.bodyRegister #fos_user_registration_form_isPro label.required::after {
    display: none;
    content: "";
}

.bodyRegister .ispro-sep-choice {
    display: none;
}

.bodyRegister #register_form_next_btn::after {
    content: " \2192";
    font-weight: 700;
}

.bodyRegister .register-login {
    margin: 18px 0 0;
    font-size: 14px;
    color: #64748b;
    text-align: center;
    font-family: var(--ik-font-mono);
}

.bodyRegister .register-login a {
    color: #0b3c31;
    font-weight: 600;
    text-decoration: none;
}

.bodyRegister .register-login a:hover,
.bodyRegister .register-login a:focus {
    color: #092f26;
    text-decoration: underline;
}

.bodyReset .reset-message {
    text-align: center;
    padding: 22px 24px;
}

.bodyReset .reset-message .ui-icon-pill {
    margin: 0 auto 12px;
}

.bodyReset .reset-message .ui-btn {
    margin-top: 14px;
}

.bodyRegister .alert-warning {
    border-radius: 12px;
    background: #fff7ed;
    border-color: #fed7aa;
    color: #9a3412;
}

.bodyRegister .alert-warning h4 {
    font-size: 15px;
    font-weight: 700;
}

@media (max-width: 991px) {
    .bodyRegister .register-form-inner {
        padding: 32px 26px 24px;
    }

    .bodyRegister .register-form-col {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

@media (max-width: 767px) {
    .bodyRegister .register-form-col {
        padding: 34px 18px 40px;
    }

    .bodyRegister .register-heading {
        text-align: center;
    }

    .bodyRegister .register-heading h2 {
        font-size: 26px;
    }

    .bodyRegister .register-subtitle {
        margin-left: auto;
        margin-right: auto;
    }

    .bodyRegister .register-form-inner {
        padding: 0;
    }

    .bodyRegister .register-hero {
        padding: 40px;
    }

    .bodyRegister .register-hero h1 {
        font-size: 36px;
    }
}

@media (max-width: 480px) {
    .bodyRegister .register-form-col {
        padding: 32px 16px 38px;
    }

    .bodyRegister .register-heading h2 {
        font-size: 24px;
    }

    .bodyRegister .register-form-inner {
        padding: 0;
    }

    .bodyRegister #fos_user_registration_form_isPro {
        padding: 4px;
        gap: 6px;
        flex-wrap: nowrap;
    }

    .bodyRegister #fos_user_registration_form_isPro label {
        flex: 1 1 50%;
        font-size: 12px;
        padding: 8px 8px;
    }

    .bodyRegister #fos_user_registration_form_isPro label::before {
        font-size: 14px;
    }

    .bodyRegister #registration_form_page_2 .row .col-xs-6 {
        width: 100%;
        float: none;
    }
}

@media (max-width: 360px) {
    .bodyRegister label[for="fos_user_registration_form_estimatedKMs"] .label-light {
        font-size: 0;
    }

    .bodyRegister label[for="fos_user_registration_form_estimatedKMs"] .label-light::after {
        content: "(approx)";
        font-size: 11px;
        color: #94a3b8;
        font-weight: 500;
    }
}

@media (min-width: 992px) {
    .bodyRegister .register-hero {
        flex: 0 0 60%;
        max-width: 60%;
    }

    .bodyRegister .register-form-col {
        flex: 0 0 40%;
        max-width: 40%;
    }
}
