/*
Theme Name: Retro Taxi Landing
Theme URI: https://example.com
Author: Sergei
Description: Одностраничный лендинг «Ретро такси» с редактированием в WordPress
Version: 1.0
*/

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

/* Сброс WordPress стилей */
body.home,
body.page,
body {
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'Jost', sans-serif;
    background: linear-gradient(to bottom, #2c4a6b 0%, #1e3a5f 100%) !important;
    background-attachment: fixed;ч
    background-size: cover;
    color: #ffffff;
    overflow-x: hidden;
}

body::before {
    display: none !important;
}

#wpadminbar {
    display: none !important;
}

.page-wrapper {
    width: 100%;
    min-height: 100vh;
}

.hero-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
}

.hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

body .hero-image {
    position: fixed;
    height: 100vh;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.6) 100%);
}

body .hero-overlay {
    position: fixed;
    height: 100vh;
}

.header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 50px;
    padding: 40px 50px;
    z-index: 10;
}

.main-navigation {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 40px;
    margin: 0;
    padding: 0;
}

.nav-menu li {
    position: relative;
}

.nav-menu a {
    font-family: 'Jost', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
}

.nav-menu a:hover {
    color: #ffd700;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.6);
}

/* Active state styles if needed */
.nav-menu .current-menu-item a {
    color: #ffa500;
    border-bottom: 2px solid #ffa500;
    padding-bottom: 5px;
}

.logo-section {
    display: flex;
    align-items: center;
}

.logo-section a {
    display: inline-block;
    line-height: 0;
    transition: opacity 0.3s ease;
}

.logo-section a:hover {
    opacity: 0.8;
}

.logo-img {
    height: 120px;
    width: auto;
    filter: drop-shadow(2px 2px 8px rgba(0,0,0,0.5));
}

.phone-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-end;
}

.phone {
    font-family: 'Jost', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    background: rgba(255, 140, 0, 0.9);
    padding: 12px 25px;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    text-decoration: none;
    transition: transform 0.3s ease;
    white-space: nowrap;
}

.phone:hover {
    transform: scale(1.05);
}

.content-section {
    position: relative;
    padding: 80px 20px;
    z-index: 5;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.main-title-section {
    text-align: center;
    padding: 60px 40px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    margin-bottom: 60px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.4);
}

.retro-main {
    font-family: 'Jost', sans-serif;
    font-size: 120px;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: 15px;
    margin-bottom: 10px;
    line-height: 1;
    text-shadow: 3px 3px 10px rgba(0,0,0,0.7);
}

.subtitle-line {
    font-family: 'Jost', sans-serif;
    font-size: 32px;
    font-weight: 500;
    color: #ffd700;
    margin-bottom: 40px;
    letter-spacing: 3px;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.6);
}

.cosmos-text {
    font-family: 'Jost', sans-serif;
    font-size: 90px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 25px;
    margin: 30px 0;
    text-shadow: 3px 3px 10px rgba(0,0,0,0.7);
}

.represent-text {
    font-family: 'Jost', sans-serif;
    font-size: 28px;
    font-weight: 300;
    color: #ffebcd;
    margin: 20px 0;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.6);
}

.title-link {
    text-decoration: none !important;
    cursor: pointer;
    transition: transform 0.3s ease;
    display: inline-block;
    color: inherit;
}

.title-link:hover {
    transform: scale(1.05);
    text-decoration: none !important;
}

.title-link:visited,
.title-link:active,
.title-link:focus {
    text-decoration: none !important;
    color: inherit;
}

.excursions-text {
    font-family: 'Jost', sans-serif;
    font-size: 56px;
    font-weight: 700;
    color: #ffa500 !important;
    margin: 20px 0;
    letter-spacing: 4px;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.6);
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

.title-link:hover .excursions-text {
    color: #ff6b35 !important;
    text-shadow: 2px 2px 12px rgba(255, 107, 53, 0.8);
}

.best-city-text {
    font-family: 'Jost', sans-serif;
    font-size: 36px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 30px;
    letter-spacing: 2px;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.6);
}

.moscow-text {
    font-family: 'Pushkin', cursive;
    font-size: 100px;
    color: #ffd700;
    margin-top: 30px;
    text-shadow: 3px 3px 10px rgba(0,0,0,0.7);
}

.info-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 60px;
}

.info-card {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.5);
    transition: transform 0.3s ease, background 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.info-card:hover {
    transform: translateY(-10px);
    background: rgba(0, 0, 0, 0.5);
}

.info-card-link {
    text-decoration: none;
    color: inherit;
    position: relative;
    cursor: pointer;
}

.info-card-link:hover {
    border-color: rgba(255, 165, 0, 0.6);
}

.card-arrow {
    position: absolute;
    bottom: 40px;
    right: 40px;
    font-size: 32px;
    color: #ffa500;
    transition: transform 0.3s ease;
}

.info-card-link:hover .card-arrow {
    transform: translateX(10px);
}

.info-card h3 {
    font-family: 'Jost', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #ffa500;
    margin-bottom: 20px;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.6);
}

.info-card p {
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: #ffffff;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.6);
}

.cta-button {
    display: inline-block;
    margin-top: 40px;
    padding: 20px 60px;
    background: linear-gradient(135deg, #ff6b35 0%, #ff8c00 100%);
    color: white;
    text-decoration: none;
    font-size: 24px;
    font-weight: 700;
    border-radius: 50px;
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    letter-spacing: 2px;
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(255, 107, 53, 0.6);
}

@media (max-width: 1024px) {
    .retro-main {
        font-size: 80px;
        letter-spacing: 10px;
    }

    .cosmos-text {
        font-size: 60px;
        letter-spacing: 15px;
    }

    .excursions-text {
        font-size: 42px;
    }

    .moscow-text {
        font-size: 70px;
    }
}

@media (max-width: 768px) {
    body {
        background: linear-gradient(to bottom, #2c4a6b 0%, #1e3a5f 100%) !important;
        min-height: 100vh;
        background-attachment: fixed;
    }

    .hero-section {
        min-height: 100vh;
        min-height: -webkit-fill-available;
    }

    .hero-image {
        position: fixed;
        object-fit: cover;
        object-position: center center;
        height: 100vh;
        min-height: 100vh;
        min-height: -webkit-fill-available;
    }

    .header {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 20px;
    }

    .phone-group {
        align-items: center;
    }

    .logo-img {
        height: 60px;
    }

    .phone {
        font-size: 16px;
        padding: 10px 20px;
    }

    .content-section {
        padding: 40px 20px;
    }

    .main-title-section {
        padding: 30px 20px;
        margin-bottom: 40px;
    }

    .retro-main {
        font-size: 50px;
        letter-spacing: 5px;
    }

    .cosmos-text {
        font-size: 40px;
        letter-spacing: 10px;
    }

    .excursions-text {
        font-size: 32px;
    }

    .title-link:hover {
        transform: scale(1.02);
    }

    .best-city-text {
        font-size: 24px;
    }

    .moscow-text {
        font-size: 50px;
    }

    .info-card {
        padding: 30px;
    }

    .info-card h3 {
        font-size: 24px;
    }

    .info-card p {
        font-size: 16px;
    }
}

/* Общие стили для страниц экскурсий и автопарка */
.excursions-title-section,
.cars-title-section {
    text-align: center;
    padding: 60px 40px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.4);
    margin-bottom: 60px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.excursions-logo,
.cars-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.excursions-retro,
.cars-retro {
    font-family: 'Jost', sans-serif;
    font-size: 48px;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: 8px;
    text-shadow: 3px 3px 10px rgba(0,0,0,0.7);
}

.excursions-taxi,
.cars-taxi {
    font-family: 'Jost', sans-serif;
    font-size: 48px;
    font-weight: 900;
    color: #ffa500;
    letter-spacing: 8px;
    text-shadow: 3px 3px 10px rgba(0,0,0,0.7);
}

.excursions-cosmos,
.cars-cosmos {
    font-family: 'Jost', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 15px;
    margin-bottom: 15px;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.6);
}

.excursions-main-title,
.cars-main-title {
    font-family: 'Jost', sans-serif;
    font-size: 64px;
    font-weight: 900;
    color: #ff6b35;
    letter-spacing: 10px;
    margin-bottom: 20px;
    text-shadow: 3px 3px 10px rgba(0,0,0,0.7);
}

.excursions-subtitle,
.cars-subtitle {
    font-family: 'Jost', sans-serif;
    font-size: 32px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 15px;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.6);
}

/* Уникальные стили для страницы экскурсий */
.excursions-presents {
    font-family: 'Jost', sans-serif;
    font-size: 24px;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 20px;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.6);
}

.excursions-city {
    font-family: 'Pushkin', cursive;
    font-size: 72px;
    color: #ffd700;
    text-shadow: 3px 3px 10px rgba(0,0,0,0.7);
}

/* Уникальные стили для страницы автопарка */
.cars-subtitle {
    margin-bottom: 10px;
}

.cars-years {
    font-family: 'Jost', sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: #ffd700;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.6);
}

.excursions-list {
    display: grid;
    gap: 30px;
    max-width: 900px;
    margin: 0 auto;
}

.excursion-item {
    display: flex;
    gap: 30px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    padding: 30px;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid rgba(255, 165, 0, 0.3);
    box-shadow: 0 8px 30px rgba(0,0,0,0.5);
}

.excursion-item:hover {
    transform: translateY(-5px);
    background: rgba(0, 0, 0, 0.6);
    border-color: rgba(255, 165, 0, 0.6);
    box-shadow: 0 12px 40px rgba(255, 165, 0, 0.3);
}

.excursion-image {
    flex-shrink: 0;
    width: 200px;
    height: 150px;
    border-radius: 15px;
    overflow: hidden;
}

.excursion-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.excursion-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.excursion-title {
    font-family: 'Jost', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.6);
}

.excursion-meta {
    display: flex;
    gap: 30px;
    align-items: center;
}

.excursion-duration {
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    color: #ffd700;
    font-weight: 500;
}

.excursion-price {
    font-family: 'Jost', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #ff6b35;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.excursion-excerpt {
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #ffffff;
    opacity: 0.9;
}

.excursion-excerpt p {
    margin: 0 0 10px 0;
}

.excursion-excerpt ul,
.excursion-excerpt ol {
    margin: 10px 0;
    padding-left: 20px;
}

.excursion-excerpt li {
    margin-bottom: 5px;
}

.no-excursions {
    text-align: center;
    font-size: 24px;
    color: #ffd700;
    padding: 60px 20px;
}

/* Стили отдельной страницы экскурсии */
.single-excursion-header-section {
    padding: 60px 40px;
    margin-bottom: 40px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.4);
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.back-button {
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    color: #ffa500;
    text-decoration: none;
    margin-bottom: 30px;
    display: inline-block;
    transition: transform 0.3s ease;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
}

.back-button:hover {
    transform: translateX(-5px);
}

.single-excursion-title {
    font-family: 'Jost', sans-serif;
    font-size: 64px;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 30px;
    text-shadow: 3px 3px 10px rgba(0,0,0,0.7);
    line-height: 1.2;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

.single-excursion-meta-bar,
.single-car-meta-bar {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    margin-top: 30px;
}

.single-meta-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.meta-label {
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    color: #ffd700;
    font-weight: 400;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}

.meta-value {
    font-family: 'Jost', sans-serif;
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.6);
}

.meta-value.price-tag {
    font-size: 36px;
    color: #ff6b35;
}

.single-car-image {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    padding: 50px;
    margin-bottom: 40px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.5);
    border: 1px solid rgba(255, 255, 255, 0.2);
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.single-car-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
}

.single-excursion-description,
.single-car-description {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    padding: 50px;
    margin-bottom: 40px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.5);
    border: 1px solid rgba(255, 255, 255, 0.2);
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.single-excursion-description p,
.single-car-description p {
    font-family: 'Jost', sans-serif;
    font-size: 20px;
    line-height: 1.8;
    color: #ffffff;
    margin-bottom: 20px;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.6);
}

.single-excursion-description ul,
.single-excursion-description ol,
.single-car-description ul,
.single-car-description ol {
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: #ffffff;
    margin: 20px 0 20px 30px;
}

.single-excursion-description h2,
.single-excursion-description h3,
.single-car-description h2,
.single-car-description h3 {
    font-family: 'Jost', sans-serif;
    color: #ffa500;
    margin: 30px 0 20px;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.6);
}

.single-excursion-cta,
.single-car-cta {
    background: rgba(255, 107, 53, 0.2);
    border: 2px solid rgba(255, 107, 53, 0.5);
    border-radius: 20px;
    padding: 50px;
    text-align: center;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.single-excursion-cta h3,
.single-car-cta h3 {
    font-family: 'Jost', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #ffa500;
    margin-bottom: 20px;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.6);
}

.single-excursion-cta p,
.single-car-cta p {
    font-family: 'Jost', sans-serif;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 30px;
}

.cta-phones {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-phone-button {
    font-family: 'Jost', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    background: linear-gradient(135deg, #ff6b35 0%, #ff8c00 100%);
    padding: 20px 40px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cta-phone-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(255, 107, 53, 0.6);
}

/* Адаптивные стили для экскурсий и автопарка */
@media (max-width: 768px) {
    .excursions-retro,
    .excursions-taxi,
    .cars-retro,
    .cars-taxi {
        font-size: 32px;
        letter-spacing: 4px;
    }

    .excursions-cosmos,
    .cars-cosmos {
        font-size: 24px;
        letter-spacing: 8px;
    }

    .excursions-main-title,
    .cars-main-title {
        font-size: 42px;
        letter-spacing: 5px;
    }

    .excursions-subtitle,
    .cars-subtitle {
        font-size: 24px;
    }

    .excursions-city {
        font-size: 48px;
    }

    .cars-years {
        font-size: 20px;
    }

    .excursions-title-section,
    .cars-title-section {
        padding: 30px 20px;
        margin-bottom: 40px;
    }

    .excursion-item {
        flex-direction: column;
        padding: 20px;
        gap: 20px;
    }

    .excursion-image {
        width: 100%;
        height: 200px;
    }

    .excursion-title,
    .car-title
     {
        font-size: 24px;
    }

    .excursion-meta {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    .excursion-price {
        font-size: 24px;
    }

    .cars-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .car-card {
        max-width: 100%;
    }

    .car-model {
        font-size: 18px;
    }

    .single-excursion-title,
    .single-car-title {
        font-size: 32px;
    }

    .single-car-model {
        font-size: 22px;
    }

    .single-excursion-header-section,
    .single-car-header-section {
        padding: 30px 20px;
    }

    .single-excursion-description,
    .single-car-description {
        padding: 30px 20px;
    }

    .single-excursion-description p,
    .single-car-description p {
        font-size: 18px;
    }

    .meta-value.price-tag {
        font-size: 28px;
    }

    .single-excursion-cta,
    .single-car-cta {
        padding: 30px 20px;
    }

    .single-excursion-cta h3,
    .single-car-cta h3 {
        font-size: 28px;
    }

    .cta-phones {
        flex-direction: column;
    }

    .cta-phone-button {
        font-size: 20px;
        padding: 15px 30px;
    }

    .cta-excursions-button {
        font-size: 20px;
        padding: 15px 35px;
        width: 100%;
    }

    .cta-buttons {
        width: 100%;
    }

    .cars-additional-info {
        padding: 30px 20px;
        margin: 0 20px 40px;
    }

    .cars-additional-info h3 {
        font-size: 28px;
    }

    .cars-additional-info p {
        font-size: 18px;
    }

    .cars-more-link {
        font-size: 20px;
        padding: 15px 35px;
        width: 100%;
        max-width: 350px;
    }
}

/* Сетка автомобилей */
.cars-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(350px, 100%), 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    margin-bottom: 60px;
}

/* Дополнительная информация о машинах */
.cars-additional-info {
    background: rgba(255, 165, 0, 0.15);
    border: 2px solid rgba(255, 165, 0, 0.4);
    border-radius: 20px;
    padding: 50px;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto 60px;
}

.cars-additional-info h3 {
    font-family: 'Jost', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #ffa500;
    margin-bottom: 20px;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.6);
}

.cars-additional-info p {
    font-family: 'Jost', sans-serif;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 30px;
    line-height: 1.6;
}

.cars-more-link {
    font-family: 'Jost', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    background: linear-gradient(135deg, #ffa500 0%, #ff8c00 100%);
    padding: 20px 50px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(255, 165, 0, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: inline-block;
}

.cars-more-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(255, 165, 0, 0.6);
}

.car-card {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
    border: 2px solid rgba(255, 165, 0, 0.3);
    box-shadow: 0 8px 30px rgba(0,0,0,0.5);
    display: flex;
    flex-direction: column;
}

.car-card:hover {
    transform: translateY(-10px);
    background: rgba(0, 0, 0, 0.6);
    border-color: rgba(255, 165, 0, 0.6);
    box-shadow: 0 15px 50px rgba(255, 165, 0, 0.4);
}

.car-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.car-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.car-card:hover .car-image img {
    transform: scale(1.1);
}

.car-info {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex: 1;
}

.car-title {
    font-family: 'Jost', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.6);
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

.car-model {
    font-family: 'Jost', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #ffa500;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.6);
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

.car-specs {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 5px;
}

.car-year,
.car-color {
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    color: #ffffff;
    opacity: 0.9;
}

.spec-label {
    color: #ffd700;
    font-weight: 600;
}

.car-excerpt {
    font-family: 'Jost', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #ffffff;
    opacity: 0.85;
    margin-top: 10px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.no-cars {
    text-align: center;
    font-size: 24px;
    color: #ffd700;
    padding: 60px 20px;
    grid-column: 1 / -1;
}

/* Стили отдельной страницы автомобиля */
.single-car-header-section {
    padding: 60px 40px;
    margin-bottom: 40px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.4);
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.single-car-title {
    font-family: 'Jost', sans-serif;
    font-size: 48px;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 15px;
    text-shadow: 3px 3px 10px rgba(0,0,0,0.7);
    line-height: 1.2;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

.single-car-model {
    font-family: 'Jost', sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: #ffa500;
    margin-bottom: 30px;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.6);
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}


.cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: center;
}

.cta-excursions-button {
    font-family: 'Jost', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    background: linear-gradient(135deg, #ffd700 0%, #ffb700 100%);
    padding: 20px 50px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(255, 215, 0, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cta-excursions-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(255, 215, 0, 0.6);
}

/* Social Icons Styles */
.social-links {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    text-decoration: none;
}

.social-link:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.1);
}

.social-link svg {
    filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.5));
}

/* Contact Card Social Icons */
.contact-social-icons {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin: 20px 0;
}

.contact-icon-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: rgba(255, 165, 0, 0.2);
    border-radius: 50%;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 165, 0, 0.4);
    text-decoration: none;
}

.contact-icon-link:hover {
    background: rgba(255, 165, 0, 0.4);
    border-color: rgba(255, 165, 0, 0.6);
    transform: scale(1.1);
}

.contact-icon-link svg {
    filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.6));
}

/* CTA Social Icons */
.cta-social-icons {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 25px;
}

.cta-icon-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: rgba(255, 107, 53, 0.3);
    border-radius: 50%;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 107, 53, 0.5);
    text-decoration: none;
}

.cta-icon-link:hover {
    background: rgba(255, 107, 53, 0.5);
    border-color: rgba(255, 107, 53, 0.8);
    transform: scale(1.15);
    box-shadow: 0 8px 20px rgba(255, 107, 53, 0.4);
}

.cta-icon-link svg {
    filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.6));
}

/* Mobile Responsive Styles for Social Icons */
@media (max-width: 768px) {
    .social-links {
        justify-content: center;
    }

    .social-link {
        width: 35px;
        height: 35px;
    }

    .social-link svg {
        width: 20px;
        height: 20px;
    }

    .contact-social-icons {
        gap: 12px;
    }

    .contact-icon-link {
        width: 45px;
        height: 45px;
    }

    .contact-icon-link svg {
        width: 28px;
        height: 28px;
    }

    .cta-social-icons {
        gap: 15px;
        margin-top: 20px;
    }

    .cta-icon-link {
        width: 50px;
        height: 50px;
    }

    .cta-icon-link svg {
        width: 32px;
        height: 32px;
    }
}

/* Стили страницы документов */
.documents-page {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.documents-page .page-title {
    font-family: 'Jost', sans-serif;
    font-size: 64px;
    font-weight: 900;
    color: #ffffff;
    text-align: center;
    margin-bottom: 60px;
    text-shadow: 3px 3px 10px rgba(0,0,0,0.7);
    line-height: 1.2;
}

.documents-section,
.company-info-section {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    padding: 50px;
    margin-bottom: 40px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.5);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.section-title {
    font-family: 'Jost', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #ffa500;
    margin-bottom: 30px;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.6);
}

.documents-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.document-item {
    transition: transform 0.3s ease;
}

.document-item:hover {
    transform: translateX(10px);
}

.document-link {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: rgba(255, 165, 0, 0.1);
    border: 2px solid rgba(255, 165, 0, 0.3);
    border-radius: 15px;
    color: #ffffff;
    text-decoration: none;
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.3s ease;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}

.document-link:hover {
    background: rgba(255, 165, 0, 0.2);
    border-color: rgba(255, 165, 0, 0.6);
    box-shadow: 0 5px 20px rgba(255, 165, 0, 0.3);
}

.document-icon {
    flex-shrink: 0;
    color: #ffa500;
    filter: drop-shadow(1px 1px 3px rgba(0,0,0,0.5));
}

.info-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

.info-block {
    background: rgba(255, 165, 0, 0.05);
    border: 1px solid rgba(255, 165, 0, 0.2);
    border-radius: 15px;
    padding: 30px;
}

.info-subtitle {
    font-family: 'Jost', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #ffd700;
    margin-bottom: 20px;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.6);
}

.info-list {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 15px 20px;
    margin: 0;
}

.info-list dt {
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #ffa500;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}

.info-list dd {
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    color: #ffffff;
    margin: 0;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}

/* Адаптивные стили для страницы документов */
@media (max-width: 768px) {
    .documents-page .page-title {
        font-size: 36px;
        margin-bottom: 40px;
    }

    .documents-section,
    .company-info-section {
        padding: 30px 20px;
        margin-bottom: 30px;
    }

    .section-title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .document-link {
        font-size: 16px;
        padding: 15px;
    }

    .document-icon {
        width: 20px;
        height: 20px;
    }

    .info-subtitle {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .info-list {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .info-list dt {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .info-list dd {
        font-size: 15px;
        margin-bottom: 15px;
    }
}

/* Footer Styles */
.site-footer {
    position: relative;
    background: rgba(0, 0, 0, 0.8);
    border-top: 2px solid rgba(255, 165, 0, 0.3);
    padding: 30px 20px;
    margin-top: 40px;
    z-index: 10;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    text-align: center;
}

.footer-content p {
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    color: #ffffff;
    margin: 0;
    opacity: 0.8;
}

.footer-links {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-link {
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    color: #ffa500;
    text-decoration: none;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}

.footer-link:hover {
    color: #ffd700;
    text-shadow: 0 0 8px rgba(255, 215, 0, 0.5);
}

@media (max-width: 768px) {
    .site-footer {
        padding: 25px 15px;
        margin-top: 30px;
    }

    .footer-content p {
        font-size: 12px;
    }

    .footer-link {
        font-size: 12px;
    }
}
