/* =============================================
   SSS & SÖZLEŞME PAGES - VipTime Design
   ============================================= */

/* Hero Section */
.vt-page-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-page-hero-title {
    font-size: 3rem;
    font-weight: 800;
    color: #fff;
    margin: 1rem 0 .5rem;
    line-height: 1.2;
}

.vt-page-hero-subtitle {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, .85);
    margin: 0;
}

/* Section Headers */
.vt-section-title {
    font-size: 2rem;
    font-weight: 800;
    color: #1e293b;
    line-height: 1.3;
    margin-bottom: 2rem;
}

/* FAQ Accordion */
.vt-faq-accordion {
    background: #fff;
    border-radius: 18px;
    padding: 2.5rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
    border: 1px solid #e2e8f0;
}

.vt-faq-accordion .accordion-item {
    border: 0;
    border-bottom: 1px solid #e2e8f0;
    background: transparent;
    margin-bottom: 0;
}

.vt-faq-accordion .accordion-item:last-child {
    border-bottom: 0;
}

.vt-faq-accordion .accordion-button {
    background: transparent;
    border: 0;
    padding: 1.25rem 0;
    font-size: 1.05rem;
    font-weight: 600;
    color: #1e293b;
    box-shadow: none;
    transition: color .2s;
}

.vt-faq-accordion .accordion-button:not(.collapsed) {
    background: transparent;
    color: var(--primary, #0891b2);
}

.vt-faq-accordion .accordion-button:focus {
    box-shadow: none;
}

.vt-faq-accordion .accordion-button::after {
    width: 1.5rem;
    height: 1.5rem;
    background-size: 1.5rem;
    flex-shrink: 0;
}

.vt-faq-accordion .accordion-body {
    padding: 0 0 1.5rem 0;
    font-size: .95rem;
    line-height: 1.7;
    color: #64748b;
}

/* Content Card */
.vt-content-card {
    background: #fff;
    border-radius: 18px;
    padding: 2.5rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
    border: 1px solid #e2e8f0;
}

.vt-content-card h2,
.vt-content-card h3 {
    color: #1e293b;
    font-weight: 700;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.vt-content-card h2 {
    font-size: 1.5rem;
}

.vt-content-card h3 {
    font-size: 1.25rem;
}

.vt-content-card p {
    font-size: .95rem;
    line-height: 1.7;
    color: #64748b;
    margin-bottom: 1rem;
}

.vt-content-card ul {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.vt-content-card ul li {
    font-size: .95rem;
    line-height: 1.7;
    color: #64748b;
    margin-bottom: .5rem;
}

.vt-content-card strong {
    color: #1e293b;
}

/* Sidebar */
.vt-sidebar-card {
    background: #fff;
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .08);
    border: 1px solid #e2e8f0;
    margin-bottom: 1.5rem;
}

.vt-sidebar-card h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 1rem;
}

/* Responsive */
@media (max-width: 767.98px) {
    .vt-page-hero-title {
        font-size: 2rem;
    }

    .vt-section-title {
        font-size: 1.5rem;
    }

    .vt-faq-accordion,
    .vt-content-card {
        padding: 1.5rem;
    }
}
