body {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    /* Задний фон: твое фото ворот */
    background: linear-gradient(rgba(14, 18, 23, 0.75), rgba(14, 18, 23, 0.75)), url('vorota.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

/* Карточка: теперь цвет совпадает с темно-сине-черной рекламой ElvoCar */
.card {
    background-color: rgba(14, 20, 28, 0.93); /* Глубокий цвет баннера */
    backdrop-filter: blur(5px);
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.7);
    text-align: center;
    max-width: 380px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.logo-area {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

body {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    /* Задний фон: твое фото ворот */
    background: linear-gradient(rgba(14, 18, 23, 0.75), rgba(14, 18, 23, 0.75)), url('vorota.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

/* Карточка: теперь цвет совпадает с темно-сине-черной рекламой ElvoCar */
.card {
    background-color: rgba(14, 20, 28, 0.93); /* Глубокий цвет баннера */
    backdrop-filter: blur(5px);
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.7);
    text-align: center;
    max-width: 380px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.logo-area {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

/* Измененный стиль для логотипа */
.site-logo {
    width: 140px;
    height: 140px;
    object-fit: contain;
    border-radius: 14px; /* Мягко закругляем углы синего квадрата */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5), 0 0 20px rgba(0, 255, 102, 0.15); /* Добавляем тень и легкое неоновое свечение в цвет ElvoCar */
    border: 1px solid rgba(255, 255, 255, 0.1); /* Делаем тонкую аккуратную рамку, как у дорогого девайса */
    background-color: #121820; /* Подложка, которая сгладит переход цвета */
}
.logo-text {
    font-size: 32px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.logo-text span {
    color: #00ff66;
}

h1 {
    margin: 10px 0 5px 0;
    color: #ffffff;
    font-size: 24px;
}

.subtitle {
    color: #8fa0b7;
    font-size: 14px;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

.description {
    color: #c3cedc;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.btn {
    text-decoration: none;
    padding: 14px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 16px;
    transition: all 0.3s ease;
}

.phone {
    background-color: #00ff66;
    color: #0e1217;
    box-shadow: 0 4px 15px rgba(0, 255, 102, 0.3);
}

.phone:hover {
    background-color: #00cc52;
    transform: translateY(-2px);
}

.telegram {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.telegram:hover {
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

/* Ссылка на карту */
.location-link {
    color: #00ff66;
    font-size: 14px;
    margin-top: 15px;
    text-decoration: none;
    font-weight: 600;
    transition: opacity 0.2s;
}

.location-link:hover {
    text-decoration: underline;
    opacity: 0.8;
}
.logo-text {
    font-size: 32px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.logo-text span {
    color: #00ff66;
}

h1 {
    margin: 10px 0 5px 0;
    color: #ffffff;
    font-size: 24px;
}

.subtitle {
    color: #8fa0b7;
    font-size: 14px;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

.description {
    color: #c3cedc;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.btn {
    text-decoration: none;
    padding: 14px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 16px;
    transition: all 0.3s ease;
}

.phone {
    background-color: #00ff66;
    color: #0e1217;
    box-shadow: 0 4px 15px rgba(0, 255, 102, 0.3);
}

.phone:hover {
    background-color: #00cc52;
    transform: translateY(-2px);
}

.telegram {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.telegram:hover {
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
}

/* Ссылка на карту */
.location-link {
    color: #00ff66;
    font-size: 14px;
    margin-top: 15px;
    text-decoration: none;
    font-weight: 600;
    transition: opacity 0.2s;
}

.location-link:hover {
    text-decoration: underline;
    opacity: 0.8;
}