/* =============================================
   HAKKIMIZDA PAGE - VipTime Design
   ============================================= */

/* Hero Section */
.vt-about-hero {
    background: linear-gradient(135deg, #0e7490 0%, #0891b2 100%);
    padding: 4rem 0 3rem;
    position: relative;
}

.vt-breadcrumb .breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
    font-size: .85rem;
}

.vt-breadcrumb .breadcrumb-item a {
    color: rgba(255, 255, 255, .8);
    text-decoration: none;
    transition: color .2s;
}

.vt-breadcrumb .breadcrumb-item a:hover {
    color: #fff;
}

.vt-breadcrumb .breadcrumb-item.active {
    color: rgba(255, 255, 255, .6);
}

.vt-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, .5);
}

.vt-about-hero-title {
    font-size: 3rem;
    font-weight: 800;
    color: #fff;
    margin: 1rem 0 .5rem;
    line-height: 1.2;
}

.vt-about-hero-subtitle {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, .85);
    margin: 0;
}

/* Section Headers */
.vt-section-subtitle {
    display: inline-block;
    color: var(--primary, #0891b2);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.vt-section-title {
    font-size: 2rem;
    font-weight: 800;
    color: #1e293b;
    line-height: 1.3;
}

/* About Content */
.vt-about-content {
    font-size: 1rem;
    line-height: 1.8;
    color: #64748b;
}

.vt-about-content p {
    margin-bottom: 1rem;
}

.vt-about-content ul {
    padding-left: 1.5rem;
}

.vt-about-content ul li {
    margin-bottom: .5rem;
}

/* About Image Card */
.vt-about-img-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgba(0, 0, 0, .12);
}

.vt-about-img-card img {
    width: 100%;
    height: auto;
    display: block;
}

/* Vehicle Cards */
.vt-vehicle-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .08);
    transition: transform .25s, box-shadow .25s;
    height: 100%;
}

.vt-vehicle-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, .12);
}

.vt-vehicle-img {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
    background: #f1f5f9;
}

.vt-vehicle-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s;
}

.vt-vehicle-card:hover .vt-vehicle-img img {
    transform: scale(1.08);
}

.vt-vehicle-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: .4rem .85rem;
    border-radius: 20px;
    background: rgba(8, 145, 178, .9);
    color: #fff;
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
}

.vt-vehicle-badge-vip {
    background: linear-gradient(135deg, #d97706, #f59e0b);
}

.vt-vehicle-info {
    padding: 1.25rem;
}

.vt-vehicle-info h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 .5rem;
}

.vt-vehicle-info p {
    margin: 0;
    font-size: .85rem;
    color: #64748b;
}

.vt-vehicle-info i {
    color: var(--primary, #0891b2);
    font-size: .9rem;
}

/* Mission Card */
.vt-mission-card {
    background: #fff;
    padding: 2.5rem;
    border-radius: 18px;
    border-left: 5px solid var(--primary, #0891b2);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
}

.vt-mission-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(8,145,178,.1), rgba(6,182,212,.15));
    color: var(--primary, #0891b2);
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.vt-mission-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 1rem;
}

/* Responsive */
@media (max-width: 767.98px) {
    .vt-about-hero-title {
        font-size: 2rem;
    }

    .vt-section-title {
        font-size: 1.5rem;
    }

    .vt-mission-card {
        padding: 1.5rem;
    }
}
