/**
 * Стили страницы "Деловой туризм" - Landing Page
 */

.vt-business {
    overflow: hidden;
}

/* ===== Hero ===== */
.vt-business__hero {
    background: linear-gradient(135deg, #1976d2 0%, #0d47a1 100%);
    padding: 40px 0 80px;
    color: #fff;
}

.vt-business__hero .vt-breadcrumbs--light .vt-breadcrumbs__link,
.vt-business__hero .vt-breadcrumbs--light .vt-breadcrumbs__separator,
.vt-business__hero .vt-breadcrumbs--light .vt-breadcrumbs__current {
    color: rgba(255, 255, 255, 0.8);
}

.vt-business__hero .vt-breadcrumbs--light .vt-breadcrumbs__link:hover {
    color: #fff;
}

.vt-business__hero-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-top: 40px;
}

.vt-business__title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 20px;
    color: #fff;
}

.vt-business__subtitle {
    font-size: 20px;
    line-height: 1.5;
    opacity: 0.9;
    margin: 0 0 32px;
    max-width: 480px;
    color: #fff;
}

.vt-business__hero-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.vt-business__hero-img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 24px;
    display: block;
}

.vt-business__hero-placeholder {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 24px;
    height: 380px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}

/* ===== Buttons ===== */
.vt-business__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 32px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
    cursor: pointer;
    border: none;
}

.vt-business__btn--primary {
    background: #fff;
    color: #1976d2;
}

.vt-business__btn--primary:hover {
    background: #f5f5f5;
    color: #1565c0;
    transform: translateY(-2px);
}

.vt-business__btn--outline {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.vt-business__btn--outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
    color: #fff;
}

.vt-business__btn--large {
    padding: 18px 40px;
    font-size: 18px;
    background: #1976d2;
    color: #fff;
}

.vt-business__btn--large:hover {
    background: #1565c0;
    color: #fff;
    transform: translateY(-2px);
}

.vt-business__btn--outline-dark {
    background: transparent;
    color: #1976d2;
    border: 2px solid #1976d2;
}

.vt-business__btn--outline-dark:hover {
    background: #e3f2fd;
    color: #1565c0;
}

/* ===== Stats ===== */
.vt-business__stats {
    background: #fff;
    padding: 0;
    margin-top: -40px;
    position: relative;
    z-index: 10;
}

.vt-business__stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.vt-business__stat {
    padding: 32px 24px;
    text-align: center;
    border-right: 1px solid #eee;
}

.vt-business__stat:last-child {
    border-right: none;
}

.vt-business__stat-value {
    display: block;
    font-size: 40px;
    font-weight: 700;
    color: #1976d2;
    line-height: 1;
    margin-bottom: 8px;
}

.vt-business__stat-label {
    font-size: 14px;
    color: #666;
}

/* ===== Common ===== */
.vt-business__label {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #1976d2;
    margin-bottom: 12px;
}

.vt-business__label--light {
    color: rgba(255, 255, 255, 0.8);
}

.vt-business__heading {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 20px;
    line-height: 1.2;
}

.vt-business__text {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin: 0 0 16px;
}

.vt-business__section-header {
    text-align: center;
    margin-bottom: 48px;
}

.vt-business__section-header .vt-business__heading {
    margin-bottom: 0;
}

/* ===== About ===== */
.vt-business__about {
    padding: 100px 0;
}

.vt-business__about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.vt-business__about-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 24px;
    display: block;
}

.vt-business__about-placeholder {
    background: #e3f2fd;
    border-radius: 24px;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    color: #1976d2;
    font-size: 14px;
}

/* ===== Services ===== */
.vt-business__services {
    padding: 80px 0;
    background: #f8f9fa;
}

.vt-business__services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.vt-business__service {
    background: #fff;
    border-radius: 20px;
    padding: 32px;
    text-align: center;
    transition: all 0.3s;
}

.vt-business__service:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.vt-business__service-icon {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e3f2fd;
    border-radius: 20px;
    color: #1976d2;
    margin: 0 auto 20px;
}

.vt-business__service-title {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 12px;
}

.vt-business__service-text {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

/* ===== Steps ===== */
.vt-business__steps {
    padding: 80px 0;
}

.vt-business__steps-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    background: linear-gradient(135deg, #1976d2 0%, #0d47a1 100%);
    border-radius: 32px;
    padding: 60px;
    color: #fff;
}

.vt-business__steps-title {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 32px;
    color: #fff;
}

.vt-business__steps-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.vt-business__step {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.vt-business__step-number {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
}

.vt-business__step-title {
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 4px;
    color: #fff;
}

.vt-business__step-text {
    font-size: 14px;
    line-height: 1.5;
    opacity: 0.85;
    margin: 0;
}

.vt-business__step-text a {
    color: #fff;
    text-decoration: underline;
}

.vt-business__steps-img {
    width: 100%;
    height: 100%;
    min-height: 350px;
    object-fit: cover;
    border-radius: 20px;
    display: block;
}

.vt-business__steps-placeholder {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    height: 100%;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}

/* ===== CTA ===== */
.vt-business__cta {
    padding: 100px 0;
    background: #f8f9fa;
}

.vt-business__cta-inner {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.vt-business__cta-title {
    font-size: 40px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 16px;
}

.vt-business__cta-text {
    font-size: 18px;
    color: #666;
    margin: 0 0 32px;
}

.vt-business__cta-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

/* ===== Responsive ===== */
@media (max-width: 1024px) {
    .vt-business__hero-inner {
        gap: 40px;
    }

    .vt-business__title {
        font-size: 36px;
    }

    .vt-business__about-grid {
        gap: 40px;
    }

    .vt-business__services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .vt-business__steps-inner {
        padding: 40px;
    }
}

@media (max-width: 768px) {
    .vt-business__hero {
        padding: 24px 0 100px;
    }

    .vt-business__hero-inner {
        grid-template-columns: 1fr;
        gap: 32px;
        margin-top: 24px;
    }

    .vt-business__title {
        font-size: 32px;
    }

    .vt-business__subtitle {
        font-size: 17px;
    }

    .vt-business__hero-actions {
        flex-direction: column;
    }

    .vt-business__hero-placeholder,
    .vt-business__hero-img {
        height: 240px;
        order: -1;
    }

    .vt-business__stats {
        margin-top: -60px;
    }

    .vt-business__stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .vt-business__stat {
        padding: 24px 16px;
    }

    .vt-business__stat:nth-child(2) {
        border-right: none;
    }

    .vt-business__stat:nth-child(1),
    .vt-business__stat:nth-child(2) {
        border-bottom: 1px solid #eee;
    }

    .vt-business__stat-value {
        font-size: 32px;
    }

    .vt-business__about {
        padding: 60px 0;
    }

    .vt-business__about-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .vt-business__about-placeholder,
    .vt-business__about-img {
        height: 240px;
    }

    .vt-business__heading {
        font-size: 28px;
    }

    .vt-business__services {
        padding: 60px 0;
    }

    .vt-business__services-grid {
        grid-template-columns: 1fr;
    }

    .vt-business__steps {
        padding: 40px 0;
    }

    .vt-business__steps-inner {
        grid-template-columns: 1fr;
        padding: 32px 24px;
        gap: 32px;
    }

    .vt-business__steps-title {
        font-size: 28px;
    }

    .vt-business__steps-placeholder,
    .vt-business__steps-img {
        min-height: 200px;
        order: -1;
    }

    .vt-business__cta {
        padding: 60px 0;
    }

    .vt-business__cta-title {
        font-size: 28px;
    }

    .vt-business__cta-actions {
        flex-direction: column;
    }

    .vt-business__btn--large {
        width: 100%;
    }

    .vt-business__btn--outline-dark {
        width: 100%;
    }
}
