*
{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body
{
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5;
    color: #000;
    overflow-x: hidden;
    width: 1920;
    height: 1096;
    top: 894px;
    opacity: 1;

    
}

.container
{
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}


header
{
    width: 1920;
    height: 794;
    opacity: 1;
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
}

.header-wrap
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img
{
    width: 130px;
    height: auto;
    object-fit: contain;
}

.nav ul
{
    display: flex;
    list-style: none;
    gap: 45px;
}

.nav a
{
    text-decoration: none;
    color: #000;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Hero Section */
.hero
{
    position: relative;
    min-height: 750px;
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 1920px;
    height: 705px;
    opacity: 1;
    background-image: url(img/urus.png);
}

.hero-bg-text
{
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    font-size: 450px;
    font-weight: 800;
    color: #f6f6f6;
    z-index: -1;
    letter-spacing: -20px;
    user-select: none;
    width: 502px;
    height: 126px;
    top: 410px;
    left: 360px;
    opacity: 1;

}

.hero-container
{
    display: flex;
    align-items: center;
    width: 100%;
    background-size : auto;
}

.hero-content
{
    flex: 1;
    z-index: 2;
}

.hero-title
{
    font-size: 82px;
    font-weight: 800;
    line-height: 1.05;
    margin-bottom: 30px;
    letter-spacing: -2px;
}

.hero-description
{
    font-size: 15px;
    color: #333;
    line-height: 1.7;
    margin-bottom: 45px;
    max-width: 480px;
}

/* Кнопки */
.btn
{
    display: inline-block;
    padding: 22px 50px;
    background: #000;
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
    border: none;
    font-size: 13px;
    cursor: pointer;
    transition: 0.3s;
}

.btn:hover
{
    background: #333;
}

.btn-black
{
    width: 100%;
    text-align: center;
    background: #0d0d0d;
}

/* Fleet (Автопарк) */
.fleet
{
    padding: 100px 0;
}

.section-title
{
    font-size: 42px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 60px;
}

.fleet-grid
{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 30px;
}

.car-card
{
    text-align: center;
}

.car-img
{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.car-card h3
{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.car-specs
{
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 25px;
}

.spec
{
    font-size: 10px;
    color: #888;
    text-transform: uppercase;
}

.spec img
{
    width: 22px;
    margin: 0 auto 8px;
    display: block;
}

.spec span
{
    color: #000;
    font-weight: 600;
}

/* Booking (Бронирование) */
.booking
{
    padding: 120px 0;
}

.booking-container
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.booking-content
{
    flex: 1;
    max-width: 550px;
}

.booking-content h2
{
    font-size: 68px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 25px;
}

.booking-content p
{
    font-size: 16px;
    color: #b3b3b3;
    margin-bottom: 50px;
}

.booking-form input
{
    width: 100%;
    padding: 22px;
    margin-bottom: 15px;
    border: 1px solid #e5e5e5;
    font-family: inherit;
    font-size: 16px;
    outline: none;
}

.booking-image
{
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.booking-image img
{
    width: 100%;
    max-width: 800px;
}

/* Footer */
footer
{
width: 1920;
height: 596;
top: 2090px;
angle: 0 deg;
opacity: 1;

}

.footer-wrap
{
    width: 1920;
    height: 596;
    top: 2090px;
    angle: 0 deg;
    opacity: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-logo
{
    width: 130px;
    height: auto;
    object-fit: contain;
}

.footer-copy
{
    font-size: 14px;
    color: #999;
}
