/* Omoda Registro CSS */
body {
    padding: 0;
    margin: 0;
    font-family: 'Space Grotesk', sans-serif;
    color: white;
    background-color: #050505;
}

.is-profile {
    .form--field.is-checkbox span,
    .form--field.is-checkbox input[type='checkbox']:checked:after {
        color: #040404;
    }

    .component-form-1--image img {
        /* stylelint-disable-next-line max-line-length */
        box-shadow: 0 100px 80px 0 rgba(69, 80, 81, .07), 0 41.778px 33.422px 0 rgba(69, 80, 81, .05), 0 22.336px 17.869px 0 rgba(69, 80, 81, .04), 0 12.522px 10.017px 0 rgba(69, 80, 81, .04), 0 6.65px 5.32px 0 rgba(69, 80, 81, .03), 0 2.767px 2.214px 0 rgba(69, 80, 81, .02);
    }

    .component-form-1--image .hero-text * {
        margin-bottom: 24px;
        color: black;
        text-align: left;

        @media (max-width: 500px) {
            text-align: center;
        }
    }

    .form--field.is-checkbox input[type='checkbox'] {
        border-color: #040404;
    }

    .omoda-button {
        width: 100%;
        max-width: 280px;
    }

    .right-panel h2 {
        font-size: 18px;
        font-weight: 500;
        color: #FFFFFF;
    }
}

.component-form-1.is-profile {
    margin-top: 170px;
    overflow: visible;
    background: #A6B7BE;
}

.component-form-1--image {
    max-width: 400px;
    margin-top: -100px;
}

.container-fluid {
    max-width: 1440px;
    padding: 0;
    margin: 0 auto;
}

.row {
    margin: 0;
}

/* Main Content Styles */
.main-content {
    padding-top: 30px;
    padding-bottom: 30px;
}

.left-panel {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
}

.car-image-container {
    width: 100%;
    margin-bottom: 30px;
}

.car-image {
    display: block;
    width: 100% !important;
    height: auto;
    max-width: 400px;
    border-radius: 0;
    object-fit: cover;
    aspect-ratio: 400 / 365;
}

.hero-text {
    padding: 0 20px;
}

.right-panel {
    padding: 0 30px 30px;
}

.registration-form {
    max-width: 100%;

    h2 {
        padding-bottom: 23px;
        font-size: 18px;
        font-weight: 500;
        line-height: 110%;
        color: #FFFFFF;
    }
}

h1 {
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 700;
    line-height: 120%;
    text-align: left;
}

h2 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
    line-height: 110%;
    text-align: left;
}

.form-control,
.form-select {
    width: 100%;
    height: 48px;
    padding: 0 16px;
    margin-bottom: 15px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 16px;
    color: #000000 !important;
    background: #FFFFFF !important;
    border: none;
    border-radius: 0;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .5);
}

.form-control::placeholder {
    color: #000000;
    opacity: 0.7;
}

.form-check-input {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    background-color: transparent;
    border: 1px solid #FFFFFF;
}

.form-check-label {
    margin-bottom: .5rem;
    font-size: 11px;
    line-height: 110%;
}

.btn-primary {
    height: 42px;
    padding: 0 24px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .06em;
    color: white;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #314A61;
    border: none;
    border-radius: 0;
}

.form-group {
    margin-bottom: 15px;
}

.alert {
    margin-top: 20px;
    color: #FFFFFF;
    background-color: #050505;
    border-color: #314A61;
    border-radius: 0;
}

/* Footer Styles */
.site-footer {
    padding: 40px 0;
    margin-top: 40px;
    color: #FFFFFF;
    background-color: #000000;
    border-top: 1px solid #1A1A1A;
}

.footer-links {
    margin-top: 30px;
}

.footer-links a {
    margin-right: 25px;
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline;
}

.social-icons {
    margin-top: 30px;
    text-align: right;
}

.social-icons a {
    margin-left: 25px;
    font-size: 18px;
    color: #FFFFFF;
}

.footer-brand {
    margin-bottom: 0;
}

.footer-domains {
    margin-bottom: 0;
    text-align: right;
}

.footer-domains p {
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .left-panel,
    .right-panel {
        padding: 15px;
    }

    .car-image-container {
        margin-bottom: 20px;
    }

    h1 {
        margin-bottom: 20px;
        font-size: 24px;
    }

    .social-icons,
    .footer-domains {
        margin-top: 20px;
        text-align: center;
    }

    .footer-links {
        margin-bottom: 20px;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .hero-text {
        padding: 0;
        margin-bottom: 20px;
    }

    h2 {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .btn-primary {
        width: 100%;
    }

    .site-footer {
        padding: 30px 0;
    }

    .footer-brand,
    .footer-domains {
        text-align: center;
    }
}

.omoda-button {
    margin: 30px 0 50px;
}

.component-form-1--image .hero-text {
    padding: 50px 0 0;

    * {
        font-size: 28px;
        font-weight: 700;
        font-style: normal;
        line-height: 120%;
        color: #FFFFFF;
    }

    p {
        font-family: 'Space Grotesk', sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 130%;
        color: #000000;
    }
}
