/* ===============================================
   ENTEGRASYONLAR PAGE STYLES
   =============================================== */

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

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

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

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

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

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

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

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

/* Platform Logos Section */
.entegrasyonlar-logos-section {
    padding: 30px 0;
    background: #f8f9fa;
}

.entegrasyonlar-logos-title {
    font-weight: 600;
    color: #667eea;
    margin-bottom: 20px;
}

.entegrasyonlar-logos-description {
    color: #6c757d;
    margin-bottom: 30px;
}

.entegrasyonlar-logo {
    max-height: 36px;
    transition: transform 0.3s ease;
}

.entegrasyonlar-logo:hover {
    transform: scale(1.1);
}

/* E-commerce Section */
.entegrasyonlar-ecommerce-section {
    padding: 50px 0;
    background: #fff;
}

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

.entegrasyonlar-ecommerce-description {
    color: #6c757d;
    margin-bottom: 40px;
}

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

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

.entegrasyonlar-ecommerce-icon {
    height: 40px;
    margin-bottom: 15px;
}

.entegrasyonlar-ecommerce-title-text {
    font-weight: 600;
    color: #060394;
    margin-bottom: 15px;
}

.entegrasyonlar-ecommerce-description-text {
    color: #6c757d;
    margin-bottom: 15px;
}

.entegrasyonlar-ecommerce-list {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 20px;
}

.entegrasyonlar-ecommerce-list li {
    margin-bottom: 8px;
}

/* No-Code Section */
.entegrasyonlar-nocode-section {
    padding: 50px 0;
    background: #f8f9fa;
}

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

.entegrasyonlar-nocode-description {
    color: #6c757d;
    margin-bottom: 40px;
}

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

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

.entegrasyonlar-nocode-icon {
    height: 40px;
    margin-bottom: 15px;
}

.entegrasyonlar-nocode-title-text {
    font-weight: 600;
    color: #060394;
    margin-bottom: 15px;
}

.entegrasyonlar-nocode-description-text {
    color: #6c757d;
    margin-bottom: 15px;
}

.entegrasyonlar-nocode-list {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 20px;
}

.entegrasyonlar-nocode-list li {
    margin-bottom: 8px;
}

/* Messaging Section */
.entegrasyonlar-messaging-section {
    padding: 50px 0;
    background: #fff;
}

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

.entegrasyonlar-messaging-description {
    color: #6c757d;
    margin-bottom: 40px;
}

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

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

.entegrasyonlar-messaging-icon {
    height: 40px;
    margin-bottom: 15px;
}

.entegrasyonlar-messaging-title-text {
    font-weight: 600;
    color: #060394;
    margin-bottom: 15px;
}

.entegrasyonlar-messaging-description-text {
    color: #6c757d;
    margin-bottom: 15px;
}

.entegrasyonlar-messaging-list {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 20px;
}

.entegrasyonlar-messaging-list li {
    margin-bottom: 8px;
}

/* CRM ERP Section */
.entegrasyonlar-crm-section {
    padding: 50px 0;
    background: #f8f9fa;
}

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

.entegrasyonlar-crm-description {
    color: #6c757d;
    margin-bottom: 40px;
}

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

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

.entegrasyonlar-crm-icon {
    height: 40px;
    margin-bottom: 15px;
}

.entegrasyonlar-crm-title-text {
    font-weight: 600;
    color: #060394;
    margin-bottom: 15px;
}

.entegrasyonlar-crm-description-text {
    color: #6c757d;
    margin-bottom: 15px;
}

.entegrasyonlar-crm-list {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 20px;
}

.entegrasyonlar-crm-list li {
    margin-bottom: 8px;
}

/* Webhook API Section */
.entegrasyonlar-webhook-section {
    padding: 50px 0;
    background: #fff;
}

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

.entegrasyonlar-webhook-description {
    color: #6c757d;
    margin-bottom: 40px;
}

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

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

.entegrasyonlar-webhook-icon {
    height: 40px;
    margin-bottom: 15px;
}

.entegrasyonlar-webhook-title-text {
    font-weight: 600;
    color: #060394;
    margin-bottom: 15px;
}

.entegrasyonlar-webhook-description-text {
    color: #6c757d;
    margin-bottom: 15px;
}

.entegrasyonlar-webhook-list {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 20px;
}

.entegrasyonlar-webhook-list li {
    margin-bottom: 8px;
}

/* How It Works Section */
.entegrasyonlar-how-section {
    padding: 50px 0;
    background: #f8f9fa;
}

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

.entegrasyonlar-how-description {
    color: #6c757d;
    line-height: 1.9;
    margin-bottom: 20px;
}

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

.entegrasyonlar-how-note {
    font-size: 0.9rem;
    color: #6c757d;
    margin-top: 15px;
}

/* API Examples Section */
.entegrasyonlar-api-section {
    padding: 50px 0;
    background: #fff;
}

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

.entegrasyonlar-api-description {
    color: #6c757d;
    margin-bottom: 40px;
}

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

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

.entegrasyonlar-api-header {
    background: #667eea;
    color: white;
    padding: 15px 20px;
    margin: 0;
    font-weight: 600;
    border-radius: 12px 12px 0 0;
}

.entegrasyonlar-api-body {
    padding: 20px;
}

.entegrasyonlar-api-code {
    white-space: pre-wrap;
    font-size: 0.9rem;
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #e9ecef;
    margin: 0;
    font-family: 'Courier New', monospace;
}

/* Benefits Section */
.entegrasyonlar-benefits-section {
    padding: 50px 0;
    background: #f8f9fa;
}

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

.entegrasyonlar-benefits-description {
    color: #6c757d;
    margin-bottom: 40px;
}

.entegrasyonlar-benefit-card {
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    height: 100%;
}

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

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

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

.entegrasyonlar-benefit-description {
    color: #6c757d;
    margin-bottom: 0;
}

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

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

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

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

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

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

/* Responsive Design */
@media (max-width: 768px) {
    .entegrasyonlar-hero-section,
    .entegrasyonlar-ecommerce-section,
    .entegrasyonlar-nocode-section,
    .entegrasyonlar-messaging-section,
    .entegrasyonlar-crm-section,
    .entegrasyonlar-webhook-section,
    .entegrasyonlar-how-section,
    .entegrasyonlar-api-section,
    .entegrasyonlar-benefits-section,
    .entegrasyonlar-faq-section {
        padding: 30px 0 !important;
    }
    
    .entegrasyonlar-hero-title {
        font-size: 1.8rem !important;
        text-align: center !important;
        margin-bottom: 15px !important;
    }
    
    .entegrasyonlar-hero-description {
        text-align: center !important;
        font-size: 0.95rem !important;
        margin-bottom: 15px !important;
    }
    
    .entegrasyonlar-hero-features {
        text-align: left !important;
        font-size: 0.9rem !important;
        margin-bottom: 20px !important;
    }
    
    .entegrasyonlar-hero-buttons {
        text-align: center !important;
        margin-top: 20px !important;
    }
    
    .entegrasyonlar-hero-buttons .btn {
        margin-right: 10px !important;
        margin-bottom: 10px !important;
    }
    
    .entegrasyonlar-ecommerce-title,
    .entegrasyonlar-nocode-title,
    .entegrasyonlar-messaging-title,
    .entegrasyonlar-crm-title,
    .entegrasyonlar-webhook-title,
    .entegrasyonlar-how-title,
    .entegrasyonlar-api-title,
    .entegrasyonlar-benefits-title,
    .entegrasyonlar-faq-title {
        font-size: 1.6rem !important;
        text-align: center !important;
    }
    
    .entegrasyonlar-ecommerce-description,
    .entegrasyonlar-nocode-description,
    .entegrasyonlar-messaging-description,
    .entegrasyonlar-crm-description,
    .entegrasyonlar-webhook-description,
    .entegrasyonlar-api-description,
    .entegrasyonlar-benefits-description {
        text-align: center !important;
        font-size: 0.9rem !important;
    }
    
    .entegrasyonlar-ecommerce-card,
    .entegrasyonlar-nocode-card,
    .entegrasyonlar-messaging-card,
    .entegrasyonlar-crm-card,
    .entegrasyonlar-webhook-card,
    .entegrasyonlar-faq-card {
        margin-bottom: 20px !important;
    }
    
    .entegrasyonlar-ecommerce-title-text,
    .entegrasyonlar-nocode-title-text,
    .entegrasyonlar-messaging-title-text,
    .entegrasyonlar-crm-title-text,
    .entegrasyonlar-webhook-title-text,
    .entegrasyonlar-benefit-title,
    .entegrasyonlar-faq-question {
        font-size: 1.1rem !important;
        text-align: center !important;
    }
    
    .entegrasyonlar-ecommerce-description-text,
    .entegrasyonlar-nocode-description-text,
    .entegrasyonlar-messaging-description-text,
    .entegrasyonlar-crm-description-text,
    .entegrasyonlar-webhook-description-text,
    .entegrasyonlar-benefit-description,
    .entegrasyonlar-faq-answer {
        text-align: center !important;
        font-size: 0.9rem !important;
    }
    
    .entegrasyonlar-benefit-icon {
        font-size: 40px !important;
        margin-bottom: 10px !important;
    }
}

@media (max-width: 480px) {
    .entegrasyonlar-hero-section,
    .entegrasyonlar-ecommerce-section,
    .entegrasyonlar-nocode-section,
    .entegrasyonlar-messaging-section,
    .entegrasyonlar-crm-section,
    .entegrasyonlar-webhook-section,
    .entegrasyonlar-how-section,
    .entegrasyonlar-api-section,
    .entegrasyonlar-benefits-section,
    .entegrasyonlar-faq-section {
        padding: 20px 0 !important;
    }
    
    .entegrasyonlar-hero-title {
        font-size: 1.5rem !important;
        text-align: center !important;
        line-height: 1.3 !important;
        margin-bottom: 12px !important;
    }
    
    .entegrasyonlar-hero-description {
        font-size: 0.9rem !important;
        text-align: center !important;
        line-height: 1.5 !important;
        margin-bottom: 12px !important;
    }
    
    .entegrasyonlar-hero-features {
        font-size: 0.85rem !important;
        text-align: left !important;
        line-height: 1.6 !important;
        margin-bottom: 15px !important;
    }
    
    .entegrasyonlar-hero-features li {
        margin-bottom: 6px !important;
    }
    
    .entegrasyonlar-ecommerce-title,
    .entegrasyonlar-nocode-title,
    .entegrasyonlar-messaging-title,
    .entegrasyonlar-crm-title,
    .entegrasyonlar-webhook-title,
    .entegrasyonlar-how-title,
    .entegrasyonlar-api-title,
    .entegrasyonlar-benefits-title,
    .entegrasyonlar-faq-title {
        font-size: 1.4rem !important;
        text-align: center !important;
        margin-bottom: 15px !important;
    }
    
    .entegrasyonlar-benefit-icon {
        font-size: 35px !important;
        margin-bottom: 8px !important;
    }
    
    .entegrasyonlar-ecommerce-title-text,
    .entegrasyonlar-nocode-title-text,
    .entegrasyonlar-messaging-title-text,
    .entegrasyonlar-crm-title-text,
    .entegrasyonlar-webhook-title-text,
    .entegrasyonlar-benefit-title,
    .entegrasyonlar-faq-question {
        font-size: 1rem !important;
        text-align: center !important;
        margin-bottom: 8px !important;
    }
    
    .entegrasyonlar-ecommerce-description-text,
    .entegrasyonlar-nocode-description-text,
    .entegrasyonlar-messaging-description-text,
    .entegrasyonlar-crm-description-text,
    .entegrasyonlar-webhook-description-text,
    .entegrasyonlar-benefit-description,
    .entegrasyonlar-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) {
    .entegrasyonlar-hero-section,
    .entegrasyonlar-ecommerce-section,
    .entegrasyonlar-nocode-section,
    .entegrasyonlar-messaging-section,
    .entegrasyonlar-crm-section,
    .entegrasyonlar-webhook-section,
    .entegrasyonlar-how-section,
    .entegrasyonlar-api-section,
    .entegrasyonlar-benefits-section,
    .entegrasyonlar-faq-section {
        padding: 15px 0 !important;
    }
    
    .entegrasyonlar-hero-title {
        font-size: 1.3rem !important;
        line-height: 1.2 !important;
        margin-bottom: 10px !important;
    }
    
    .entegrasyonlar-hero-description {
        font-size: 0.85rem !important;
        line-height: 1.4 !important;
        margin-bottom: 10px !important;
    }
    
    .entegrasyonlar-hero-features {
        font-size: 0.8rem !important;
        line-height: 1.5 !important;
        margin-bottom: 12px !important;
    }
    
    .entegrasyonlar-hero-features li {
        margin-bottom: 5px !important;
    }
    
    .entegrasyonlar-ecommerce-title,
    .entegrasyonlar-nocode-title,
    .entegrasyonlar-messaging-title,
    .entegrasyonlar-crm-title,
    .entegrasyonlar-webhook-title,
    .entegrasyonlar-how-title,
    .entegrasyonlar-api-title,
    .entegrasyonlar-benefits-title,
    .entegrasyonlar-faq-title {
        font-size: 1.2rem !important;
        margin-bottom: 12px !important;
    }
    
    .entegrasyonlar-benefit-icon {
        font-size: 30px !important;
        margin-bottom: 6px !important;
    }
    
    .entegrasyonlar-ecommerce-title-text,
    .entegrasyonlar-nocode-title-text,
    .entegrasyonlar-messaging-title-text,
    .entegrasyonlar-crm-title-text,
    .entegrasyonlar-webhook-title-text,
    .entegrasyonlar-benefit-title,
    .entegrasyonlar-faq-question {
        font-size: 0.95rem !important;
        margin-bottom: 6px !important;
    }
    
    .entegrasyonlar-ecommerce-description-text,
    .entegrasyonlar-nocode-description-text,
    .entegrasyonlar-messaging-description-text,
    .entegrasyonlar-crm-description-text,
    .entegrasyonlar-webhook-description-text,
    .entegrasyonlar-benefit-description,
    .entegrasyonlar-faq-answer {
        font-size: 0.8rem !important;
        line-height: 1.4 !important;
    }
}

/* Mobile Landscape Optimization */
@media (max-width: 768px) and (orientation: landscape) {
    .entegrasyonlar-hero-section,
    .entegrasyonlar-ecommerce-section,
    .entegrasyonlar-nocode-section,
    .entegrasyonlar-messaging-section,
    .entegrasyonlar-crm-section,
    .entegrasyonlar-webhook-section,
    .entegrasyonlar-how-section,
    .entegrasyonlar-api-section,
    .entegrasyonlar-benefits-section,
    .entegrasyonlar-faq-section {
        padding: 25px 0 !important;
    }
    
    .entegrasyonlar-hero-title,
    .entegrasyonlar-ecommerce-title,
    .entegrasyonlar-nocode-title,
    .entegrasyonlar-messaging-title,
    .entegrasyonlar-crm-title,
    .entegrasyonlar-webhook-title,
    .entegrasyonlar-how-title,
    .entegrasyonlar-api-title,
    .entegrasyonlar-benefits-title,
    .entegrasyonlar-faq-title {
        font-size: 1.4rem !important;
    }
    
    .entegrasyonlar-hero-description {
        font-size: 0.9rem !important;
    }
}

/* Touch Device Optimizations */
@media (hover: none) and (pointer: coarse) {
    .entegrasyonlar-ecommerce-card:hover,
    .entegrasyonlar-nocode-card:hover,
    .entegrasyonlar-messaging-card:hover,
    .entegrasyonlar-crm-card:hover,
    .entegrasyonlar-webhook-card:hover,
    .entegrasyonlar-api-card:hover,
    .entegrasyonlar-benefit-card:hover,
    .entegrasyonlar-faq-card:hover {
        transform: none !important;
    }
}

/* Print Styles */
@media print {
    .entegrasyonlar-hero-section,
    .entegrasyonlar-ecommerce-section,
    .entegrasyonlar-nocode-section,
    .entegrasyonlar-messaging-section,
    .entegrasyonlar-crm-section,
    .entegrasyonlar-webhook-section,
    .entegrasyonlar-how-section,
    .entegrasyonlar-api-section,
    .entegrasyonlar-benefits-section,
    .entegrasyonlar-faq-section {
        padding: 20px 0;
    }
    
    .entegrasyonlar-ecommerce-card,
    .entegrasyonlar-nocode-card,
    .entegrasyonlar-messaging-card,
    .entegrasyonlar-crm-card,
    .entegrasyonlar-webhook-card,
    .entegrasyonlar-api-card,
    .entegrasyonlar-benefit-card,
    .entegrasyonlar-faq-card {
        box-shadow: none;
        border: 1px solid #ddd;
    }
}
