/* Home Page Specific Styles (v2) */

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/fonts/montserrat-v31-cyrillic_latin-700.woff2') format('woff2');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('/fonts/montserrat-v31-cyrillic_latin-800.woff2') format('woff2');
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('/fonts/montserrat-v31-cyrillic_latin-900.woff2') format('woff2');
}

/* Основные стили страницы */
.hero-test {
    padding: 10px 20px 20px;
    text-align: center;
}
.hero-title-test {
    font-size: 2.5rem;
    color: #00aaff;
    margin-top: 0 !important; margin-bottom: 20px;
    line-height: 1.2;
    font-weight: 900;
}
.hero-subhead-test {
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto 30px;
    color: #fff;
    line-height: 1.5;
}
.micro-args {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.micro-arg {
    background: rgba(255,255,255,0.1);
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 0.85rem;
    border: 1px solid rgba(0, 170, 255, 0.3);
    color: #e0e0e0;
}
.cta-container-test {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 50px;
}
.main-cta {
    background: #00aaff;
    color: #fff;
    padding: 20px 60px;
    border-radius: 50px;
    font-size: 1.4rem;
    font-weight: 900;
    border: none;
    cursor: pointer;
    box-shadow: 0 0 20px rgba(0, 170, 255, 0.5);
    transition: transform 0.3s, box-shadow 0.3s;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.main-cta:hover {
    transform: scale(1.05);
    box-shadow: 0 0 30px rgba(0, 170, 255, 0.8);
}
.secondary-cta {
    background: transparent;
    color: #00aaff;
    padding: 12px 30px;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 700;
    border: 2px solid #00aaff;
    text-decoration: none;
    transition: background 0.3s, color 0.3s;
}
.secondary-cta:hover {
    background: #00aaff;
    color: #fff;
}
.price-anchor {
    font-size: 1.3rem;
    font-weight: 800;
    color: #fff;
}
.price-anchor span {
    color: #00aaff;
}

/* Блок "Как это проходит" */
.how-it-works {
    padding: 25px 20px;
    background: rgba(20, 20, 20, 0.5);
    backdrop-filter: blur(10px);
}
.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 40px auto 0;
}
.step-card {
    background: rgba(255,255,255,0.05);
    padding: 40px 30px;
    border-radius: 25px;
    border: 1px solid rgba(255,255,255,0.1);
    text-align: left;
    position: relative;
    overflow: hidden;
}
.step-number {
    font-size: 4rem;
    font-weight: 900;
    color: rgba(0, 170, 255, 0.1);
    position: absolute;
    top: -10px;
    right: 10px;
}
.step-title {
    color: #00aaff;
    font-size: 1.3rem;
    margin-bottom: 15px;
    font-weight: 800;
}
.step-card p {
    color: #ccc;
    line-height: 1.6;
}

/* Блок доверия */
.trust-line {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    padding: 50px 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
    background: rgba(0, 170, 255, 0.03);
}
.trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1rem;
    font-weight: 600;
    color: #eee;
}
.trust-item span.icon {
    color: #00aaff;
    font-size: 1.2rem;
}

/* Упрощенные локации */
.location-card-test {
    background: rgba(20, 20, 20, 0.8);
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    flex-direction: column;
}
.location-card-test:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.5);
}
.location-info-test {
    padding: 30px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.location-tags {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.location-tag {
    background: rgba(0, 170, 255, 0.15);
    padding: 5px 12px;
    border-radius: 6px;
    color: #00aaff;
}
.location-title-test {
    font-size: 1.5rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 12px;
}
.location-info-test p {
    color: #aaa;
    line-height: 1.6;
    margin-top: 0 !important; margin-bottom: 20px;
}
.book-here-btn {
    width: 100%;
    background: #00aaff;
    color: #fff;
    padding: 15px;
    border: none;
    border-radius: 15px;
    font-weight: 800;
    font-size: 1rem;
    cursor: pointer;
    margin-top: auto;
    transition: background 0.3s;
}
.book-here-btn:hover {
    background: #0088cc;
}

@media (max-width: 768px) {
    .locations-grid { grid-template-columns: 1fr !important; gap: 20px; }
    .steps-grid { grid-template-columns: 1fr !important; gap: 20px; }
    .hero-test { padding-top: 40px; }
    .hero-title-test { font-size: 2rem; }
    .main-cta { padding: 15px 40px; font-size: 1.2rem; }
    .trust-line { gap: 20px; }
}

/* Стиль для интересной ссылки */
.rivers-promo-link {
    display: inline-block;
    padding: 12px 24px;
    background: linear-gradient(135deg, rgba(0, 170, 255, 0.1), rgba(0, 170, 255, 0.2));
    border: 1px solid rgba(0, 170, 255, 0.4);
    border-radius: 50px;
    color: #00aaff;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 170, 255, 0.1);
    position: relative;
    overflow: hidden;
}
.rivers-promo-link:hover {
    transform: translateY(-2px) scale(1.02);
    background: linear-gradient(135deg, rgba(0, 170, 255, 0.2), rgba(0, 170, 255, 0.3));
    box-shadow: 0 6px 20px rgba(0, 170, 255, 0.3);
    color: #fff;
}
.rivers-promo-link::before {
    content: '✨';
    margin-right: 8px;
}

/* Видеофон */
.video-bg-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    overflow: hidden;
    background: #111;
}
.video-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
}

.locations-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 25px !important;
    max-width: 1200px !important;
    margin: 40px auto !important;
}
@media (max-width: 1024px) {
    .locations-grid { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 600px) {
    .locations-grid { grid-template-columns: 1fr !important; }
}
