
:root {
    --page-background: #f9f9f9;
    --color-dark-blue: #0f172a;
    --color-blue: #0072FF;
    --color-gray: #4D4D4D;
    --color-light-gray: #EEEEEE;
    --border-radius: 20px;
    --font-family-sf: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display",
    "Helvetica Neue", Arial, sans-serif;
}
body{
    font-family: var(--font-family-sf)
}
/*auth*/

.auth {
    padding: 4rem 0 5rem;
}

.auth__row {
    row-gap: 2.5rem;
}

.auth__intro {
    max-width: 480px;
}

.auth__headline {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--color-blue);
    margin: 1rem 0 1.2rem;
}

.auth__headline span {
    color: var(--color-blue);
}

.auth__desc {
    font-size: 0.95rem;
    color: var(--color-gray);
    margin-bottom: 1.5rem;
}

.auth__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.auth__list li {
    position: relative;
    padding-left: 1.5rem;
    font-size: 0.92rem;
    color: var(--color-gray);
    margin-bottom: 0.5rem;
}

.auth__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.4rem;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: var(--color-blue);
}

/* card */

.auth-card {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 2.2rem 2.4rem;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
    border: 1px solid #eef0f5;
}

.auth__title {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--color-blue);
    margin-bottom: 0.4rem;
}

.auth__subtitle {
    font-size: 0.9rem;
    color: var(--color-gray);
    margin-bottom: 1.6rem;
}

/* inputs */

.form__inputs {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.form__input {
    position: relative;
}

.form__input input {
    width: 100%;
    padding: 0.9rem 0.9rem;
    border-radius: 14px;
    border: 1px solid #d7d9e0;
    font-size: 0.95rem;
    outline: none;
    background-color: #f9fafc;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.form__input input:focus {
    border-color: var(--color-blue);
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(34, 106, 255, 0.08);
}

.form__input label {
    position: absolute;
    left: 0.9rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.85rem;
    color: #9ea2b0;
    pointer-events: none;
    transition: all .18s ease;
    background-color: transparent;
}

.form__input input:focus + label,
.form__input input:not(:placeholder-shown) + label {
    top: 0;
    transform: translateY(-50%);
    font-size: 0.72rem;
    background-color: #ffffff;
    padding: 0 0.25rem;
    color: var(--color-blue);
}

.form__input input::placeholder {
    color: transparent;
}

/* btn */

.auth-btn {
    width: 100%;
    border-radius: 999px;
    padding: 0.85rem 1.2rem;
    border: none;
    outline: none;
    background-color: var(--color-blue);
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: background-color .18s ease, transform .12s ease, box-shadow .18s ease;
    margin-bottom: 0.6rem;
}

.auth-btn:hover {
    background-color: var(--color-blue);
    box-shadow: 0 10px 26px rgba(118, 232, 202, 0.45);
    transform: translateY(-1px);
}

.auth-btn--secondary {
    background-color: var(--color-blue);
}

.auth-btn--secondary:hover {
    background-color: #184b9b;
    box-shadow: 0 10px 26px rgba(24, 75, 155, 0.35);
}

.auth__hint {
    font-size: 0.8rem;
    color: #9ea2b0;
    margin-top: 0.5rem;
}

/* alert */

.auth-card .alert {
    border-radius: 12px;
    padding: 0.7rem 0.9rem;
    font-size: 0.85rem;
    margin-bottom: 0.8rem;
}

.auth-card .alert-danger {
    background-color: #ffe2e0;
    border-color: #ffc1bc;
    color: #aa2f27;
}

.auth-card .alert-success {
    background-color: #e3f5e7;
    border-color: #b7e4c0;
    color: #257a3a;
}
.order-card{
    margin-top: -415px;
}

@media(max-width: 1700px){
    .order-card{
        margin-top: -415px;
    }
}

@media(max-width: 1500px){
    .order-card{
        margin-top: -420px;
    }
}
@media(max-width: 1400px) {
    .header__container {
        gap: 20px;
    }

    .order-card{
        margin-top: -420px;
    }
    .order-vehicle__img{
        width: 40px;
    }
    .order-vehicle__title{
        font-size: .8rem;
    }
    .hero__h1{
        font-size: 3rem;
    }
    .order-form {
        margin-top: 0.5rem;
        width: 330px;
    }
    .services{
        padding: 0;
    }
}

@media (max-width: 1240px) {
    .hero__curves{
        right: 22%;
    }
    .fleet-card__cta{
        font-size: .6rem;
    }
    .header__menu{
        column-gap: 15px;
    }
    .menu__link{
        font-size: 12px;
    }
    .lang__link{
        padding: 0 15px;
        height: 40px;
    }
    .header__right{
        gap: 15px;
    }
    .header__call-btn{
        padding: 0 20px;
        height: 40px;
    }
}

@media(max-width: 1024px){
    .order-card{
        margin-top: -455px;
    }
    .order-vehicle__title{
        font-size: .7rem;
    }
    .hero__h1{
        font-size: 2.8rem;
    }
}

@media(max-width: 991px){
    .header__container {
        gap: 16px;
    }

    .header__menu {
        margin-left: 0;
    }

    .menu__dropdown .dropdown {
        position: static;
        opacity: 0;
        visibility: hidden;
        height: 0;
        overflow: hidden;
        box-shadow: none;
        padding: 0;
        transform: none;
    }

    .menu__dropdown.open .dropdown {
        opacity: 1;
        visibility: visible;
        height: auto;
        padding: 6px 0 8px;
    }

    .menu__dropdown .arrow {
        transition: transform .2s;
    }

    .menu__dropdown.open .arrow {
        transform: rotate(-135deg);
    }

    .hero__desc{
        width: 100%;
    }
    .fleet-card__cta{
        font-size: .8rem;
    }

    .faq__illustration{
        display: none;
    }
    .section__desc{
        width: 100%;
    }
    .fleet__img {
        display: none;
    }

    .order-card{
        margin-top: 0;
    }
    .order-form {
        width: 100%;
    }
    .order-section{
        margin-top: 0;
    }
    .service-card{
        height: 205px;
    }
    .hero__curves{
        top:0;
        right: 12%;
        height: 100%;
    }
    .hero__h1{
        font-size: 2.3rem;
    }
    .footer__cta-wrapper {
        justify-content: flex-end;
    }

    .faq__illustration {
        max-width: 50%;
    }

    .cta_bg {
        padding: 4rem 2rem;
    }

    .white__section__title {
        font-size: 2.1rem;
    }

    .white__section__desc {
        width: 100%;
    }

    .cta__curves {
        right: -30%;
        top: -10%;
        width: 80%;
    }

    .auth {
        padding: 3rem 0 4rem;
    }

    .auth-card {
        border-radius: 24px;
        padding: 1.8rem 1.6rem;
    }
}
