/* ===============================================
   RAPORLAR PAGE STYLES
   =============================================== */

/* Hero Section */
.raporlar-hero-section {
    padding: 50px 0;
    background: #fff;
}

.raporlar-hero-title {
    font-weight: 700;
    color: #060394;
    margin-bottom: 20px;
}

.raporlar-hero-description {
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 20px;
}

.raporlar-hero-features {
    color: #6c757d;
    line-height: 1.9;
    margin-bottom: 0;
}

.raporlar-hero-features li {
    margin-bottom: 8px;
}

.raporlar-hero-image {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.raporlar-hero-buttons {
    margin-top: 30px;
}

.raporlar-hero-buttons .btn {
    margin-right: 15px;
}

/* Features Section */
.raporlar-features-section {
    padding: 50px 0;
    background: #f8f9fa;
}

.raporlar-features-title {
    font-weight: 700;
    color: #060394;
    margin-bottom: 20px;
}

.raporlar-features-description {
    color: #6c757d;
    margin-bottom: 40px;
}

.raporlar-feature-card {
    border-radius: 12px;
    border: none;
    box-shadow: 0 4px 15px rgba(0,0,0,.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.raporlar-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,.15);
}

.raporlar-feature-icon {
    height: 40px;
    margin-bottom: 15px;
}

.raporlar-feature-title {
    font-weight: 600;
    color: #060394;
    margin-bottom: 15px;
}

.raporlar-feature-description {
    color: #6c757d;
    margin-bottom: 0;
    line-height: 1.6;
}

/* Detailed Reporting Section */
.raporlar-detailed-section {
    padding: 50px 0;
    background: #fff;
}

.raporlar-detailed-title {
    font-weight: 700;
    color: #060394;
    margin-bottom: 20px;
}

.raporlar-detailed-description {
    color: #6c757d;
    margin-bottom: 40px;
}

.raporlar-detailed-card {
    border-radius: 12px;
    border: none;
    box-shadow: 0 4px 15px rgba(0,0,0,.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.raporlar-detailed-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,.15);
}

.raporlar-detailed-card-title {
    font-weight: 600;
    color: #060394;
    margin-bottom: 15px;
}

.raporlar-detailed-card-list {
    color: #6c757d;
    margin-bottom: 0;
}

.raporlar-detailed-card-list li {
    margin-bottom: 8px;
}

/* Metrics Section */
.raporlar-metrics-section {
    padding: 50px 0;
    background: #f8f9fa;
}

.raporlar-metrics-title {
    font-weight: 700;
    color: #060394;
    margin-bottom: 20px;
}

.raporlar-metrics-description {
    color: #6c757d;
    margin-bottom: 40px;
}

.raporlar-metric-card {
    border-radius: 12px;
    border: none;
    box-shadow: 0 4px 15px rgba(0,0,0,.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
}

.raporlar-metric-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,.15);
}

.raporlar-metric-icon {
    font-size: 48px;
    color: #667eea;
    margin-bottom: 15px;
}

.raporlar-metric-title {
    font-weight: 600;
    color: #060394;
    margin-bottom: 10px;
}

.raporlar-metric-description {
    color: #6c757d;
    margin-bottom: 0;
    line-height: 1.6;
}

/* Report Types Section */
.raporlar-types-section {
    padding: 50px 0;
    background: #fff;
}

.raporlar-types-title {
    font-weight: 700;
    color: #060394;
    margin-bottom: 20px;
}

.raporlar-types-description {
    color: #6c757d;
    margin-bottom: 40px;
}

.raporlar-type-card {
    border-radius: 12px;
    border: none;
    box-shadow: 0 4px 15px rgba(0,0,0,.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.raporlar-type-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,.15);
}

.raporlar-type-header {
    background: #667eea;
    color: white;
    padding: 15px 20px;
    margin: 0;
    font-weight: 600;
}

.raporlar-type-body {
    padding: 20px;
}

.raporlar-type-description {
    color: #6c757d;
    margin-bottom: 15px;
}

.raporlar-type-list {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 0;
}

.raporlar-type-list li {
    margin-bottom: 5px;
}

/* FAQ Section */
.raporlar-faq-section {
    padding: 50px 0;
    background: #f8f9fa;
}

.raporlar-faq-title {
    font-weight: 700;
    color: #060394;
    margin-bottom: 30px;
}

.raporlar-faq-card {
    border-radius: 12px;
    border: none;
    box-shadow: 0 4px 15px rgba(0,0,0,.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.raporlar-faq-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,.15);
}

.raporlar-faq-question {
    font-weight: 600;
    color: #060394;
    margin-bottom: 15px;
}

.raporlar-faq-answer {
    color: #6c757d;
    margin-bottom: 0;
    line-height: 1.6;
}

/* Integration Section */
.raporlar-integration-section {
    padding: 50px 0;
    background: #fff;
}

.raporlar-integration-title {
    font-weight: 700;
    color: #060394;
    margin-bottom: 20px;
}

.raporlar-integration-description {
    color: #6c757d;
    margin-bottom: 40px;
}

.raporlar-integration-card {
    border-radius: 12px;
    border: none;
    box-shadow: 0 4px 15px rgba(0,0,0,.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.raporlar-integration-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,.15);
}

.raporlar-integration-card-title {
    font-weight: 600;
    color: #060394;
    margin-bottom: 15px;
}

.raporlar-integration-card-description {
    color: #6c757d;
    margin-bottom: 15px;
}

.raporlar-integration-card-list {
    color: #6c757d;
    margin-bottom: 20px;
}

.raporlar-integration-card-list li {
    margin-bottom: 8px;
}

.raporlar-integration-button {
    margin-top: 15px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .raporlar-hero-section,
    .raporlar-features-section,
    .raporlar-detailed-section,
    .raporlar-metrics-section,
    .raporlar-types-section,
    .raporlar-faq-section,
    .raporlar-integration-section {
        padding: 30px 0 !important;
    }
    
    .raporlar-hero-title {
        font-size: 1.8rem !important;
        text-align: center !important;
        margin-bottom: 15px !important;
    }
    
    .raporlar-hero-description {
        text-align: center !important;
        font-size: 0.95rem !important;
        margin-bottom: 15px !important;
    }
    
    .raporlar-hero-features {
        text-align: left !important;
        font-size: 0.9rem !important;
        margin-bottom: 20px !important;
    }
    
    .raporlar-hero-buttons {
        text-align: center !important;
        margin-top: 20px !important;
    }
    
    .raporlar-hero-buttons .btn {
        margin-right: 10px !important;
        margin-bottom: 10px !important;
    }
    
    .raporlar-features-title,
    .raporlar-detailed-title,
    .raporlar-metrics-title,
    .raporlar-types-title,
    .raporlar-faq-title,
    .raporlar-integration-title {
        font-size: 1.6rem !important;
        text-align: center !important;
    }
    
    .raporlar-features-description,
    .raporlar-detailed-description,
    .raporlar-metrics-description,
    .raporlar-types-description,
    .raporlar-integration-description {
        text-align: center !important;
        font-size: 0.9rem !important;
    }
    
    .raporlar-feature-card,
    .raporlar-faq-card {
        margin-bottom: 20px !important;
    }
    
    .raporlar-feature-title,
    .raporlar-metric-title,
    .raporlar-integration-card-title,
    .raporlar-faq-question {
        font-size: 1.1rem !important;
        text-align: center !important;
    }
    
    .raporlar-feature-description,
    .raporlar-metric-description,
    .raporlar-integration-card-description,
    .raporlar-faq-answer {
        text-align: center !important;
        font-size: 0.9rem !important;
    }
    
    .raporlar-metric-icon {
        font-size: 40px !important;
        margin-bottom: 10px !important;
    }
}

@media (max-width: 480px) {
    .raporlar-hero-section,
    .raporlar-features-section,
    .raporlar-detailed-section,
    .raporlar-metrics-section,
    .raporlar-types-section,
    .raporlar-faq-section,
    .raporlar-integration-section {
        padding: 20px 0 !important;
    }
    
    .raporlar-hero-title {
        font-size: 1.5rem !important;
        text-align: center !important;
        line-height: 1.3 !important;
        margin-bottom: 12px !important;
    }
    
    .raporlar-hero-description {
        font-size: 0.9rem !important;
        text-align: center !important;
        line-height: 1.5 !important;
        margin-bottom: 12px !important;
    }
    
    .raporlar-hero-features {
        font-size: 0.85rem !important;
        text-align: left !important;
        line-height: 1.6 !important;
        margin-bottom: 15px !important;
    }
    
    .raporlar-hero-features li {
        margin-bottom: 6px !important;
    }
    
    .raporlar-features-title,
    .raporlar-detailed-title,
    .raporlar-metrics-title,
    .raporlar-types-title,
    .raporlar-faq-title,
    .raporlar-integration-title {
        font-size: 1.4rem !important;
        text-align: center !important;
        margin-bottom: 15px !important;
    }
    
    .raporlar-metric-icon {
        font-size: 35px !important;
        margin-bottom: 8px !important;
    }
    
    .raporlar-feature-title,
    .raporlar-metric-title,
    .raporlar-integration-card-title,
    .raporlar-faq-question {
        font-size: 1rem !important;
        text-align: center !important;
        margin-bottom: 8px !important;
    }
    
    .raporlar-feature-description,
    .raporlar-metric-description,
    .raporlar-integration-card-description,
    .raporlar-faq-answer {
        font-size: 0.85rem !important;
        text-align: center !important;
        line-height: 1.5 !important;
    }
}

/* Extra Small Devices (360px and down) */
@media (max-width: 360px) {
    .raporlar-hero-section,
    .raporlar-features-section,
    .raporlar-detailed-section,
    .raporlar-metrics-section,
    .raporlar-types-section,
    .raporlar-faq-section,
    .raporlar-integration-section {
        padding: 15px 0 !important;
    }
    
    .raporlar-hero-title {
        font-size: 1.3rem !important;
        line-height: 1.2 !important;
        margin-bottom: 10px !important;
    }
    
    .raporlar-hero-description {
        font-size: 0.85rem !important;
        line-height: 1.4 !important;
        margin-bottom: 10px !important;
    }
    
    .raporlar-hero-features {
        font-size: 0.8rem !important;
        line-height: 1.5 !important;
        margin-bottom: 12px !important;
    }
    
    .raporlar-hero-features li {
        margin-bottom: 5px !important;
    }
    
    .raporlar-features-title,
    .raporlar-detailed-title,
    .raporlar-metrics-title,
    .raporlar-types-title,
    .raporlar-faq-title,
    .raporlar-integration-title {
        font-size: 1.2rem !important;
        margin-bottom: 12px !important;
    }
    
    .raporlar-metric-icon {
        font-size: 30px !important;
        margin-bottom: 6px !important;
    }
    
    .raporlar-feature-title,
    .raporlar-metric-title,
    .raporlar-integration-card-title,
    .raporlar-faq-question {
        font-size: 0.95rem !important;
        margin-bottom: 6px !important;
    }
    
    .raporlar-feature-description,
    .raporlar-metric-description,
    .raporlar-integration-card-description,
    .raporlar-faq-answer {
        font-size: 0.8rem !important;
        line-height: 1.4 !important;
    }
}

/* Mobile Landscape Optimization */
@media (max-width: 768px) and (orientation: landscape) {
    .raporlar-hero-section,
    .raporlar-features-section,
    .raporlar-detailed-section,
    .raporlar-metrics-section,
    .raporlar-types-section,
    .raporlar-faq-section,
    .raporlar-integration-section {
        padding: 25px 0 !important;
    }
    
    .raporlar-hero-title,
    .raporlar-features-title,
    .raporlar-detailed-title,
    .raporlar-metrics-title,
    .raporlar-types-title,
    .raporlar-faq-title,
    .raporlar-integration-title {
        font-size: 1.4rem !important;
    }
    
    .raporlar-hero-description {
        font-size: 0.9rem !important;
    }
}

/* Touch Device Optimizations */
@media (hover: none) and (pointer: coarse) {
    .raporlar-feature-card:hover,
    .raporlar-detailed-card:hover,
    .raporlar-metric-card:hover,
    .raporlar-type-card:hover,
    .raporlar-faq-card:hover,
    .raporlar-integration-card:hover {
        transform: none !important;
    }
}

/* Print Styles */
@media print {
    .raporlar-hero-section,
    .raporlar-features-section,
    .raporlar-detailed-section,
    .raporlar-metrics-section,
    .raporlar-types-section,
    .raporlar-faq-section,
    .raporlar-integration-section {
        padding: 20px 0;
    }
    
    .raporlar-feature-card,
    .raporlar-detailed-card,
    .raporlar-metric-card,
    .raporlar-type-card,
    .raporlar-faq-card,
    .raporlar-integration-card {
        box-shadow: none;
        border: 1px solid #ddd;
    }
}
