:root {
    --carzen-dark: #2d2d2d;
    --carzen-muted: #4b5563;
    --carzen-bg: #f5f6ff;
    --carzen-highlight: #ffe000;
    --carzen-border: rgba(15, 23, 42, 0.08);
}

body {
    font-size: 18px;
    background: var(--carzen-bg);
    color: var(--carzen-dark);
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif;
}

.navbar-light {
    background-color: #fff !important;
}

.btn-carzen-dark {
    background: var(--carzen-dark);
    color: #fff;
    border-radius: 0.75rem;
    padding-inline: 1.75rem;
    font-weight: 600;
    padding: 17px;
}

.btn-carzen-dark:hover {
    background: #1c1c1c;
    color: #fff;
}

.btn-carzen-highlight {
    background: var(--carzen-highlight);
    color: var(--carzen-dark);
    border-radius: 0.75rem;
    padding-inline: 1.75rem;
    font-weight: 600;
}

.btn-carzen-highlight:hover {
    background: #ffd500;
    color: var(--carzen-dark);
}

.btn-primary {
    font-weight: 500;
    display: flex;
    align-items: center;
    --bs-btn-color: #000;
    --bs-btn-bg: #ffe000;
    --bs-btn-border-color: #ffe000;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #000;
    --bs-btn-hover-border-color: #000;
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #000;
    --bs-btn-active-border-color: #000;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffe000;
    --bs-btn-disabled-border-color: #ffe000;
}

.btn-secondary {
    font-weight: 500;
    display: flex;
    align-items: center;
    --bs-btn-color: #fff;
    --bs-btn-bg: #2d2d2d;
    --bs-btn-border-color: #2d2d2d;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffe000;
    --bs-btn-hover-border-color: #ffe000;
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffe000;
    --bs-btn-active-border-color: #ffe000;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-link {
    padding: 0;
    color: #666;
}
.btn-link:hover {
    color: #000;
}

.carzen-input {
    border-radius: 0.75rem;
    border: 1px solid var(--carzen-dark);
    font-weight: 600;
    padding: 0.95rem 1.25rem;
    background-color: #fff;
}
.carzen-input:focus {
    box-shadow: none;
}
.carzen-input::-moz-placeholder {
    font-size: 18px;
}
.carzen-input::placeholder {
    font-size: 18px;
}

.js-plate-input {
    padding-inline: 0.75rem;
}

@media (max-width: 390px) {
    .js-plate-input {
        padding-inline: 0.5rem;
    }
}
.carzen-input:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #737373;
    outline: 0;
}

.plate-input {
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

header .gradient {
    height: 25px;
    background: linear-gradient(0deg, rgba(247, 247, 248, 0), #f7f7f8 100%);
    position: absolute;
    bottom: -25px;
    width: 100%;
    left: 0;
}
header .carzen-navbar {
    background: var(--carzen-bg);
    transition: all 0.2s ease-in-out;
    box-shadow: 0 8px 72px 0 rgba(0, 0, 0, .16);
}
header .carzen-navbar.shrink {
    padding: 5px 0;
}
header .carzen-navbar.shrink .navbar-brand img {
    max-width: 180px;
}
header .carzen-navbar .navbar-brand img {
    transition: all 0.2s ease-in-out;
}
header .carzen-navbar .btn-link {
    color: var(--carzen-dark);
    text-decoration: none;
    font-weight: 600;
}

@media (max-width: 768px) {
    .carzen-hero {
        transition: background 0.35s ease;
    }
    .carzen-hero.hero-shrink {
        background: #ffe001;
    }
    .hero-mobile-card, .js-hero-confirm {
        transition: box-shadow 0.3s ease;
    }
    .hero-mobile-card.no-shadow, .js-hero-confirm.no-shadow {
        box-shadow: none !important;
    }
}

.navbar-toggler {
    --bs-border-width: 0;
    --bs-navbar-toggler-border-color: transparent;
}
.navbar-toggler:focus {
    --bs-navbar-toggler-focus-width: 0;
}
.navbar-toggler svg {
    width: 40px;
    height: 40px;
}
.navbar-toggler svg .line {
    fill: none;
    stroke: #000;
    stroke-width: 6;
    transition: stroke-dasharray 0.6s cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.navbar-toggler svg .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
    stroke: #000;
}
.navbar-toggler svg .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
    stroke: #000;
}
.navbar-toggler svg .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
    stroke: #000;
}
.navbar-toggler[aria-expanded=true] .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
    stroke: #000;
}
.navbar-toggler[aria-expanded=true] .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
    stroke: #000;
}
.navbar-toggler[aria-expanded=true] .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
    stroke: #000;
}

.carzen-footer {
    flex-shrink: 0;
    background: #2D2D2D;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.footer-nav-title {
    font-weight: 600;
}

.carzen-prefooter {
    background: transparent;
}

.carzen-footer-main {
    background: #111111;
    color: #ffffff;
    border-radius: 1.5rem;
}

@media (max-width: 991.98px) {
    .carzen-footer-main {
        border-radius: 0 !important;
    }
}
.carzen-footer-logo {
    max-width: 190px;
}

.footer-social-link {
    background-color: #ffffff;
    color: #000000;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-decoration: none;
}

.footer-social-link:hover {
    background-color: #ffe000;
    color: #000000;
    /*transform: translateY(-3px);*/
}

.footer-social-link i {
    line-height: 0;
}

.offcanvas {
    width: 330px !important;
    background: #fff;
    transition: transform 0.35s ease-in-out;
}

.w-md-auto {
    width: 100% !important;
}

.offcanvas-title {
    padding-left: 17px;
}

.carzen-hero {
    background: var(--carzen-bg);
    height: 100%;
    display: flex;
    align-items: center;
}

.hero-graphic {
    max-width: 460px;
}

.carzen-pill {
    background: #fff;
    border-radius: 999px;
    padding: 0.35rem 0.9rem;
    font-weight: 600;
    font-size: 0.95rem;
    color: var(--carzen-dark);
    box-shadow: 0 10px 25px rgba(50, 101, 255, 0.15);
}

.elevated-card {
    border: none;
    border-radius: 1.5rem;
    box-shadow: 0 30px 60px rgba(50, 101, 255, 0.1);
}

.feature-number {
    width: 86px;
    height: 86px;
    border-radius: 1.5rem;
    background: var(--carzen-highlight);
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 2rem;
}

.feature-card .wrapper-image {
    max-width: 250px;
    height: 250px;
    overflow: hidden;
    border-radius: 4px;
    margin: auto;
}
.feature-card .wrapper-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}
@media (max-width: 991px) {
    .feature-card .wrapper-image {
        height: auto;
    }
}

#evalueaza {
    background: var(--carzen-highlight);
}

.cards-auto .inner-body {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 5px;
}
.cards-auto .inner-body .avatar-auto {
    max-width: 150px;
    height: 130px;
    overflow: hidden;
    border-radius: 4px;
}
.cards-auto .inner-body .avatar-auto img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}
.cards-auto .btn-secondary {
    justify-content: center;
}
@media (max-width: 420px) {
    .cards-auto .inner-body {
        flex-direction: column-reverse;
    }
    .cards-auto .inner-body .avatar-auto {
        max-width: 100%;
    }
}

.metrics-card {
    border-radius: 1.25rem 1.25rem 0 0;
    border-bottom: 4px solid #fff5ad;
    box-shadow: 0 30px 60px rgba(50, 101, 255, 0.1);
}

.testimonial-card {
    border: none;
    border-radius: 1.5rem;
    box-shadow: 0 30px 60px rgba(50, 101, 255, 0.1);
}

.contact-card {
    border-radius: 1.5rem;
    border: none;
    box-shadow: 0 35px 70px rgba(50, 101, 255, 0.08);
}

.w-md-auto {
    width: 100%;
}

@media (min-width: 768px) {
    .carzen-hero {
        height: 500px;
    }
    .w-md-auto {
        width: auto;
    }
}
.hero-shape {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.hero-rect {
    left: 37px;
    width: 140px;
    height: 100%;
    background: #ffe001;
    border-radius: 16px;
}

.hero-triangle {
    position: absolute;
    left: 189px;
    top: 50%;
    transform: translateY(-50%);
    width: 180px;
    height: 100%;
    z-index: 1;
}

.hero-triangle svg {
    width: 100%;
    height: 100%;
}

.hero-triangle path {
    fill: #FFD800;
}

.carzen-field {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    margin-bottom: 16px;
    border: 1.5px solid #1f1f1f;
    border-radius: 14px;
    background: #fff;
}

.carzen-field img {
    width: 20px;
    height: 20px;
    opacity: 0.85;
}

.carzen-field .divider {
    width: 1px;
    height: 22px;
    background: #1f1f1f;
    opacity: 0.4;
}

.carzen-field input {
    border: none;
    outline: none;
    width: 100%;
    font-size: 15px;
    background: transparent;
}

.carzen-field input::-moz-placeholder {
    color: #111;
    opacity: 0.7;
}

.carzen-field input::placeholder {
    color: #111;
    opacity: 0.7;
}

/* Button */
.btn-submit {
    margin-top: 10px;
    padding: 14px 36px;
    border-radius: 14px;
    border: none;
    background: #FFE000;
    color: #111;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-submit:hover {
    background: #ffdb00;
}

.carzen-form {
    max-width: 500px;
}

.hero-mobile {
    padding-bottom: 220px; /* spaČ›iu pentru arrow + car */
}

/* ConČ›inut peste rectangle */
.hero-mobile-content {
    position: absolute;
    inset: 0;
    padding: 24px 20px;
    z-index: 2;
    text-align: left;
}

/* Arrow */
.hero-mobile-arrow {
    position: absolute;
    left: 50%;
    top: 71%;
    bottom: 21px;
    transform: translateX(-50%);
    z-index: 1;
    width: 100%;
}

/* Car */
.hero-mobile-car {
    position: absolute;
    left: 52%;
    top: 51%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 3;
    max-height: 397px;
}

.hero-mobile-rectangle {
    height: 454px;
}

.hero-confirm-card {
    background: #ffe001;
    border-radius: 24px;
    padding: 70px;
    position: relative;
    overflow: hidden;
    margin-right: 1rem;
    box-shadow: 0 30px 60px rgba(50, 101, 255, 0.1);
}

.js-hero-confirm {
    background: #ffe001;
    border-radius: 24px;
    padding: 15px;
    position: relative;
    overflow: hidden;
    margin-right: 1rem;
    box-shadow: 0 30px 60px rgba(50, 101, 255, 0.1);
}

.js-hero-confirm .plate-pill {
    background: #fff;
    border-radius: 8px;
    padding: 6px 14px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.js-hero-confirm .car-title {
    font-size: 1.75rem;
    font-weight: 700;
    margin-top: 16px;
}

.js-hero-confirm .car-meta {
    color: #2c2c2c;
    opacity: 0.8;
    font-weight: 500;
}

.js-hero-confirm .mileage-label {
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 6px;
}

.js-hero-confirm .mileage-input {
    border-radius: 12px;
    border: 2px solid #1a1a1a;
    padding: 10px 14px;
    max-width: 180px;
}

.js-hero-confirm .confirm-btn {
    border-radius: 12px;
    font-weight: 600;
}

.hero-confirm-car {
    max-width: 100%;
    height: auto;
}

#carzenCar {
    width: 400px;
    position: absolute;
    top: 20px;
    left: 50px;
}

/* ===== transitions ===== */
.js-hero-left,
.js-hero-right,
.js-hero-triangle,
#carzenCar,
.js-hero-confirm {
    transition: all 0.55s ease;
    will-change: transform, opacity, width, flex, max-width;
}

/* confirm card default hidden-ish (Ă®l arÄtÄm dupÄ DONE) */
.js-hero-confirm {
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
}

/* ===== DONE STATE ===== */
.hero-done .js-hero-right {
    opacity: 0;
    transform: translateY(8px);
    pointer-events: none;
}

/* col-lg-5 -> se comportÄ ca full width */
.hero-done .js-hero-left {
    flex: 0 0 100%;
    max-width: 100%;
}

/* mutÄ triunghiul la â€śmaximâ€ť spre dreapta */
.hero-done .js-hero-triangle {
    transform: translateX(2px);
}

/* mutÄ Č™i maČ™ina un pic (ajusteazÄ dupÄ cum aratÄ) */
.hero-done #carzenCar {
    transform: translateX(700px);
}

/* aratÄ confirm card cu fade-in */
.hero-done .js-hero-confirm {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.confirm-btn {
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    overflow: hidden;
    position: relative;
}

.btn:has(.btn-arrow-right),
.btn:has(.btn-arrow-left) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.btn-arrow-right,
.btn-arrow-left {
    display: inline-flex;
    align-items: center;
    transition: transform 0.35s ease, opacity 0.35s ease;
}

.btn-arrow-right svg,
.btn-arrow-left svg {
    width: 18px;
    height: 18px;
}

.btn-arrow-right svg {
    transform: rotate(180deg);
}

:where(button, .btn, a):hover .btn-arrow-right {
    animation: arrow-loop-right 0.6s ease forwards;
}

:where(button, .btn, a):hover .btn-arrow-left {
    animation: arrow-loop-left 0.6s ease forwards;
}

@keyframes arrow-loop-right {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    40% {
        transform: translateX(16px);
        opacity: 0;
    }
    60% {
        transform: translateX(-16px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes arrow-loop-left {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    40% {
        transform: translateX(-16px);
        opacity: 0;
    }
    60% {
        transform: translateX(16px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
.hero-mobile-card h1 {
    font-weight: 700;
    font-size: 48px;
}

@media (max-width: 768px) {
    .hero-mobile-card h1 {
        font-size: 36px;
    }
    .hero-mobile-card {
        background: #ffe001;
        border-radius: 24px;
        padding: 40px 30px;
        position: relative;
        overflow: hidden;
        box-shadow: 0 30px 60px rgba(50, 101, 255, 0.1);
    }
}
.carzen-navbar-desktop {
    display: flex;
}

.carzen-navbar-desktop .nav-link {
    font-size: 1.1rem !important;
    white-space: nowrap;
}

.carzen-navbar-pages {
    display: flex;
    justify-content: center;
    gap: 2rem;
}

.carzen-account-icon {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: #ffe000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #2d2d2d;
}

section[id] {
    scroll-margin-top: 80px;
}

.carzen-form-contact {
    max-width: 100%;
}

.carzen-field textarea {
    border: none;
    outline: none;
    width: 100%;
    font-size: 15px;
    background: transparent;
    resize: vertical;
    min-height: 190px;
}

.carzen-field-textarea {
    align-items: stretch;
}

.toast-save-exit {
    background-color: #d9f7e2;
    color: #1b4332;
    border: 1px solid #b7ebc6;
}

.toast-save-exit .fa-circle-check {
    color: #2f9e44;
}

input[type=email] {
    border-color: #000;
}
input[type=email]:focus {
    box-shadow: none;
    border-color: #000;
}

.form-stepper-wrapper {
    position: sticky;
    top: 0;
    z-index: 1030;
    background: #fff;
    border-bottom: 1px solid #dde6f0;
    box-shadow: 0 2px 12px rgba(0, 80, 160, 0.07);
    overflow-x: auto;
    scrollbar-width: thin;
    cursor:pointer;
}

.form-stepper {
    display: flex;
    flex-wrap:wrap;
    position: relative;
    align-items: stretch;
    margin: auto;
}

.form-step {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 14px 6px 0;
    position: relative;
}

.step-body {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding-bottom: 12px;
}

.step-circle {
    position: relative;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid #9baab8;
    background: transparent;
    color: #9baab8;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: border-color 0.25s, background 0.25s, color 0.25s;
}

.form-step.incomplete .step-circle::before {
    content: "×";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -4px;
    font-size: 22px;
}

.step-label {
    font-size: 13px;
    font-weight: 500;
    color: #9baab8;
    white-space: nowrap;
    transition: color 0.25s;
    line-height: 1.3;
    text-align: left;
    width: -moz-max-content;
    width: max-content;
}

.stepper-progress {
    width: 100%;
    height: 3px;
    background: #e0e8f0;
    overflow: hidden;
}

.step-progress-fill {
    height: 100%;
    width: 0%;
    background: var(--carzen-dark);
    transition: width 0.4s ease;
}

.form-step.done .step-circle {
    border-color: #ffe000;
    background: #ffe000;
    color: #000;
}
.form-step.done .step-label {
    color: var(--step-done-color);
}
.form-step.done .step-progress-fill {
    width: 100%;
}

.form-step.active .step-circle {
    border-color: var(--carzen-dark);
    background: #000;
    color: #ffe000;
}
.form-step.incomplete .step-circle {
    border-color: #dc3545;
    background: #dc3545;
    color: #ffe000 !important;
    font-size: 22px;
}

.form-step.active .step-label {
    color: var(--carzen-dark);
    font-weight: 600;
}
.form-step.active .step-progress-fill {
    width: 0%;
}

@media (max-width: 991px) {
    .form-stepper {
        justify-content: space-between;
        padding: 0 4px;
        width: 1000px;
    }
    .form-step {
        padding: 10px 4px 0;
    }
    .form-step.active .step-label {
        display: block;
        font-size: 12px;
        white-space: normal;
        text-align: center;
    }
    .step-body {
        gap: 4px;
        padding-bottom: 10px;
        align-items: center;
    }
    .step-circle {
        width: 26px;
        height: 26px;
        font-size: 12px;
    }
}
.onboarding-content {
    padding-bottom: 150px;
}

.step {
    max-width: 860px;
    margin: 30px auto 0 auto;
}
.step .spet-top-area {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
    padding: 20px 0;
}
.step .spet-top-area .text {
    flex: 1;
    order: 1;
    display: flex;
    align-content: center;
    align-items: center;
    gap: 22px;
}
.step .spet-top-area .text .step-title {
    font-weight: 600;
    margin-bottom: 0px;
}
.step .spet-top-area .text .step-subtitle {
    color: #666;
    margin-bottom: 0;
    font-size: 14px;
}
.step .spet-top-area .right-side {
    order: 2;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
}
.step .spet-top-area .right-side .selected-car {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 15px;
}
.step .spet-top-area .right-side .selected-car .marca-model {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    margin: 0;
}
.step .spet-top-area .right-side .selected-car .nr-inmatriculare {
    padding: 3px 10px;
    background-color: #fff;
    border-radius: 10px;
    font-weight: 400;
    box-shadow: 0 2px 16px rgba(0, 80, 160, 0.08);
}
.step .spet-top-area .right-side .car-details {
    font-size: 14px;
    color: #666;
}
@media (max-width: 576px) {
    .step .spet-top-area {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 0;
    }
    .step .spet-top-area .right-side {
        margin-left: 0;
        text-align: left;
    }
    .step .spet-top-area .right-side .selected-car {
        justify-content: flex-start;
    }
    .step .spet-top-area .right-side .selected-car .marca-model {
        font-size: 19px;
        line-height: 20px;
    }
    .step .spet-top-area .right-side .selected-car .nr-inmatriculare {
        font-size: 16px;
        padding: 1px 8px;
    }
    .step .spet-top-area .right-side .car-details {
        display: none;
    }
}

.step .step-card {
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    box-shadow: 0 2px 16px rgba(0, 80, 160, 0.08);
    overflow: hidden;
}

.step .step-card .step-card-title {
    color: var(--carzen-dark);
    font-weight: 600;
    padding: 15px 20px 10px 20px;
    margin: 0;
}
.step .step-card .inner-step-card {
    padding: 10px 20px 20px 20px;
}
.step .step-card p {
    color: var(--carzen-dark);
    margin-bottom: 10px;
}
.step .radio-group {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.step .radio-group .radio-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 7px 14px;
    cursor: pointer;
    border-radius: 6px;
    transition: background 0.2s ease;
}
.step .radio-group .radio-option:hover {
    background: rgba(246, 222, 149, 0.5);
}
.step .radio-group .radio-option input[type=radio] {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #bdbdbd;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    flex-shrink: 0;
    transition: border-color 0.2s ease;
}
.step .radio-group .radio-option input[type=radio]::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1a1a2e;
    transition: transform 0.2s ease;
}
.step .radio-group .radio-option input[type=radio]:checked {
    border-color: #1a1a2e;
}
.step .radio-group .radio-option input[type=radio]:checked::after {
    transform: translate(-50%, -50%) scale(1);
}
.step .radio-group .radio-option .radio-label {
    font-size: 14px;
    color: #2d2d2d;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: color 0.2s ease;
}
.step .radio-group .radio-option:has(input:checked) .radio-label {
    color: #1a1a2e;
    font-weight: 500;
}
.step .checkbox-pill-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0px 5px 0 14px;
}
.step .checkbox-pill-group .checkbox-pill input[type=checkbox] {
    display: none;
}
.step .checkbox-pill-group .checkbox-pill input[type=checkbox] + label {
    display: inline-flex;
    align-items: center;
    padding: 8px 18px;
    border: 1.5px solid #d0d0d0;
    border-radius: 50px;
    font-size: 14px;
    color: #2d2d2d;
    background: #ffffff;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
    white-space: nowrap;
}
.step .checkbox-pill-group .checkbox-pill input[type=checkbox] + label:hover {
    border-color: #999;
}
.step .checkbox-pill-group .checkbox-pill input[type=checkbox]:checked + label {
    background: var(--carzen-dark);
    border-color: var(--carzen-dark);
    color: #ffffff;
}

.bg-icons-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 60%;
    transform: translateY(-50%);
    z-index: -1;
}
.bg-icons-wrapper .bg-sigla {
    background: #f6de95;
    border-radius: 24px;
    padding: 50px;
    position: absolute;
    z-index: -1;
    overflow: hidden;
    left: 5%;
    box-shadow: 0 30px 60px rgba(50, 101, 255, 0.1);
    height: 450px;
    top: 40%;
    transform: translateY(-50%);
}
.bg-icons-wrapper .bg-sigla-triangle {
    position: absolute;
    left: 14%;
    z-index: -1;
    fill: #f6de95;
    top: 40%;
    transform: translateY(-50%);
}
.bg-icons-wrapper .bg-sigla-logo {
    position: absolute;
    left: 5%;
    z-index: -1;
}
.bg-icons-wrapper .bg-sigla-logo img {
    max-width: 200px;
}
@media (max-width: 991px) {
    .bg-icons-wrapper .bg-sigla-logo img {
        max-width: 150px;
    }
}
@media (max-width: 765px) {
    .bg-icons-wrapper .bg-sigla-logo {
        left: 2%;
        top: -28px;
    }
    .bg-icons-wrapper .bg-sigla-logo img {
        max-width: 100px;
    }
}

.bottom-form-stepper-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
    background-color: #fff;
    box-shadow: 0px -3px 12px rgba(0, 80, 160, 0.07);
}
.bottom-form-stepper-wrapper .gradient {
    height: 25px;
    background: linear-gradient(0deg, #f7f7f8 0%, rgba(247, 247, 248, 0));
    position: absolute;
    top: -25px;
    width: 100%;
    left: 0;
}
.bottom-form-stepper-wrapper .inner-bottom-stepper {
    max-width: 840px;
    margin: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 8px 0;
}
.bottom-form-stepper-wrapper .inner-bottom-stepper .right-side {
    margin-left: auto;
    text-align: end;
}
.bottom-form-stepper-wrapper .inner-bottom-stepper .right-side .wrapper-btns {
    display: flex;
    gap: 10px;
    justify-content: end;
}
@media (max-width: 576px) {
    .bottom-form-stepper-wrapper .inner-bottom-stepper .right-side {
        width: 100%;
    }
    .bottom-form-stepper-wrapper .inner-bottom-stepper .right-side .wrapper-btns {
        justify-content: space-between;
    }
}
/*# sourceMappingURL=style.css.map */

.dropzone,
.dropzone * {
    box-sizing: border-box;
}

.dropzone {
    min-height: 150px;
    background: white;
    padding: 20px 20px;
}

.dropzone.dz-clickable {
    cursor: pointer;
}

.dropzone.dz-clickable * {
    cursor: default;
}

.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
    cursor: pointer;
}

.dropzone.dz-started .dz-message {
    display: none;
}

.dropzone.dz-drag-hover {
    border-style: solid;
}

.dropzone.dz-drag-hover .dz-message {
    opacity: 0.5;
}

.dropzone .dz-message {
    text-align: center;
    margin: 3em 0;
}

.dropzone .dz-message .dz-button {
    background: none;
    color: #737373;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px;
}

.dropzone .dz-preview:hover {
    z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 20px;
    background: #999;
    background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone .dz-preview.dz-file-preview .dz-details {
    opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
    background: white;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none;
}

.dropzone .dz-preview .dz-remove:hover {
    text-decoration: underline;
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1;
}

.dropzone .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(38, 38, 38, 0.9);
    line-height: 150%;
}

.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 1em;
    font-size: 16px;
}

.dropzone .dz-preview .dz-details .dz-filename {
    white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid rgba(200, 200, 200, 0.8);
    background-color: rgba(255, 255, 255, 0.8);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 0 0.4em;
    border-radius: 3px;
}

.dropzone .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px);
}

.dropzone .dz-preview .dz-image {
    border-radius: 20px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    display: block;
    z-index: 10;
}

.dropzone .dz-preview .dz-image img {
    display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 53%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
}

.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
    display: block;
    width: 54px;
    height: 54px;
}

.dropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    -moz-animation: pulse 6s ease infinite;
    -ms-animation: pulse 6s ease infinite;
    -o-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite;
}

.dropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: linear-gradient(to bottom, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
}

.dropzone .dz-preview.dz-error .dz-error-message {
    display: none;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto;
}

.dropzone .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: linear-gradient(to bottom, #be2626, #a92222);
    padding: 0.5em 1.2em;
    color: white;
}

.dropzone .dz-preview .dz-error-message:after {
    content: "";
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #be2626;
}
