* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
}

/* ===== კონტეინერი ===== */
.container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

/* ===== ბექგრაუნდ სურათი ===== */
.mountain {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(0.7) contrast(1.1);
}

/* ===== მუქი ოვერლეი ===== */
.container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.4) 0%,
        rgba(0, 0, 0, 0.1) 40%,
        rgba(0, 0, 0, 0.05) 60%,
        rgba(0, 0, 0, 0.6) 100%
    );
    z-index: 1;
    pointer-events: none;
}

/* ===== ნავიგაცია ===== */
.top-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 60px;
    z-index: 10;
    background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, transparent 100%);
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo-icon {
    font-size: 1.8rem;
}

.logo-text {
    color: white;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 35px;
}

.nav-link {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    position: relative;
    padding-bottom: 5px;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #4fc3f7;
    transition: width 0.3s ease;
    border-radius: 2px;
}

.nav-link:hover {
    color: #ffffff;
}

.nav-link:hover::after {
    width: 100%;
}

/* ===== Hero ტექსტი ===== */
.hero-content {
    position: absolute;
    top: 160px;
    left: 60px;
    z-index: 5;
    animation: fadeInUp 1s ease forwards;
}

.hero-subtitle {
    color: #4fc3f7;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.hero-title {
    color: white;
    font-size: 4rem;
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: -1px;
    text-shadow: 0 4px 30px rgba(0, 0, 0, 0.4);
}

.hero-divider {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #4fc3f7, #0288d1);
    border-radius: 4px;
    margin: 25px 0;
}

.hero-description {
    color: rgba(255, 255, 255, 0.75);
    font-size: 1.1rem;
    font-weight: 400;
    max-width: 400px;
    line-height: 1.7;
}

/* ===== ტელეფონის ნომერი ===== */
.driver-number-wrapper {
    position: absolute;
    top: 500px;
    left: 900px;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 15px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 60px;
    padding: 12px 20px 12px 25px;
    animation: fadeInUp 1s ease 0.3s both;
    transition: all 0.3s ease;
}

.driver-number-wrapper:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.35);
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.phone-icon {
    font-size: 1.5rem;
    animation: pulse 2s infinite;
}

.phone-info {
    display: flex;
    flex-direction: column;
}

.phone-label {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.driver-number {
    color: white;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-shadow: none;
}

.call-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #4fc3f7, #0288d1);
    color: white;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 700;
    padding: 10px 22px;
    border-radius: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(2, 136, 209, 0.4);
}

.call-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 25px rgba(2, 136, 209, 0.6);
}

/* ===== მანქანა ===== */
.Minivan {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 920px;
    max-width: 90%;
    top: 430px;
    z-index: 3;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.5));
    animation: carSlideIn 1.2s ease 0.5s both;
}

/* მანქანის ჩრდილი */
.car-shadow {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 700px;
    max-width: 70%;
    height: 30px;
    background: radial-gradient(ellipse, rgba(0,0,0,0.4) 0%, transparent 70%);
    z-index: 2;
    animation: carSlideIn 1.2s ease 0.5s both;
}

/* ===== ქვედა ფიჩერების ბარი ===== */
.bottom-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 50px;
    padding: 20px 60px;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 10;
    animation: fadeInUp 1s ease 0.8s both;
}

.feature {
    display: flex;
    align-items: center;
    gap: 12px;
    transition: transform 0.3s ease;
}

.feature:hover {
    transform: translateY(-3px);
}

.feature-icon {
    font-size: 1.6rem;
}

.feature-title {
    display: block;
    color: white;
    font-size: 0.9rem;
    font-weight: 700;
}

.feature-desc {
    display: block;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.75rem;
    font-weight: 500;
}

/* ===== ანიმაციები ===== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes carSlideIn {
    from {
        opacity: 0;
        transform: translateX(-40%);
    }
    to {
        opacity: 1;
        transform: translateX(-50%);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.15);
    }
}

/* ===== სელექციის სტილი ===== */
::selection {
    background: rgba(79, 195, 247, 0.4);
    color: white;
}