/* E-Ticaret SMS Sayfası CSS */

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

.eticaret-hero-title {
    font-weight: 700;
    font-size: 2.5rem;
    color: #333;
}

.eticaret-hero-description {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 2rem;
}

.eticaret-hero-features {
    line-height: 2;
    color: #666;
    margin-bottom: 2rem;
}

.eticaret-hero-features li {
    margin-bottom: 0.5rem;
}

.eticaret-hero-features i {
    color: #28a745;
    margin-right: 0.5rem;
}

.eticaret-hero-buttons {
    margin-top: 2rem;
}

.eticaret-hero-button {
    margin-right: 1rem;
    padding: 12px 30px;
    border-radius: 25px;
    font-weight: 600;
}

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

/* Platformlar Section */
.eticaret-platforms-section {
    padding: 50px 0;
    background: #f8f9fa;
}

.eticaret-platforms-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #333;
}

.eticaret-platforms-description {
    font-size: 1.1rem;
    color: #666;
}

.eticaret-platform-card {
    border-radius: 12px;
    border-left: 4px solid #28a745;
    height: 100%;
}

.eticaret-platform-card-shopify {
    border-left-color: #17a2b8;
}

.eticaret-platform-card-magento {
    border-left-color: #6f42c1;
}

.eticaret-platform-card-custom {
    border-left-color: #ffc107;
}

.eticaret-platform-icon {
    font-size: 3rem;
    color: #28a745;
    margin-bottom: 1rem;
}

.eticaret-platform-icon-shopify {
    color: #17a2b8;
}

.eticaret-platform-icon-magento {
    color: #6f42c1;
}

.eticaret-platform-icon-custom {
    color: #ffc107;
}

.eticaret-platform-list {
    text-align: left;
    font-size: 0.9rem;
    color: #666;
}

/* SMS Türleri Section */
.eticaret-sms-types-section {
    padding: 50px 0;
    background: #fff;
}

.eticaret-sms-types-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #333;
}

.eticaret-sms-types-description {
    font-size: 1.1rem;
    color: #666;
}

.eticaret-sms-type-card {
    border-radius: 12px;
    border-left: 4px solid #28a745;
}

.eticaret-sms-type-card-marketing {
    border-left-color: #17a2b8;
}

.eticaret-sms-type-card-warning {
    border-left-color: #6f42c1;
}

.eticaret-sms-type-card-customer {
    border-left-color: #ffc107;
}

.eticaret-sms-type-header {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.eticaret-sms-type-icon {
    font-size: 2rem;
    color: #28a745;
    margin-right: 1rem;
}

.eticaret-sms-type-icon-marketing {
    color: #17a2b8;
}

.eticaret-sms-type-icon-warning {
    color: #6f42c1;
}

.eticaret-sms-type-icon-customer {
    color: #ffc107;
}

.eticaret-sms-type-title {
    margin: 0;
}

.eticaret-sms-type-list {
    color: #666;
}

/* Entegrasyon Section */
.eticaret-integration-section {
    padding: 50px 0;
    background: #f8f9fa;
}

.eticaret-integration-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #333;
}

.eticaret-integration-description {
    font-size: 1.1rem;
    color: #666;
}

.eticaret-integration-card {
    border-radius: 12px;
    border-left: 4px solid #28a745;
    height: 100%;
    text-align: center;
}

.eticaret-integration-card-step2 {
    border-left-color: #17a2b8;
}

.eticaret-integration-card-step3 {
    border-left-color: #6f42c1;
}

.eticaret-integration-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.eticaret-integration-step {
    background: #28a745;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-right: 1rem;
}

.eticaret-integration-step-2 {
    background: #17a2b8;
}

.eticaret-integration-step-3 {
    background: #6f42c1;
}

.eticaret-integration-step-title {
    margin: 0;
}

.eticaret-integration-description-text {
    color: #666;
}

.eticaret-integration-list {
    color: #666;
    font-size: 0.9rem;
    text-align: left;
}

/* Fiyatlandırma Section */
.eticaret-pricing-section {
    padding: 50px 0;
    background: #fff;
}

.eticaret-pricing-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #333;
}

.eticaret-pricing-description {
    font-size: 1.1rem;
    color: #666;
}

.eticaret-pricing-card {
    border-radius: 12px;
    border: 2px solid #28a745;
    height: 100%;
    text-align: center;
}

.eticaret-pricing-card-professional {
    border-color: #17a2b8;
    position: relative;
}

.eticaret-pricing-card-enterprise {
    border-color: #6f42c1;
}

.eticaret-pricing-badge {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #17a2b8;
    color: white;
    padding: 5px 15px;
    border-radius: 15px;
    font-size: 0.8rem;
}

.eticaret-pricing-card-title {
    color: #28a745;
    margin-bottom: 1rem;
}

.eticaret-pricing-card-title-professional {
    color: #17a2b8;
}

.eticaret-pricing-card-title-enterprise {
    color: #6f42c1;
}

.eticaret-pricing-price {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 1rem;
}

.eticaret-pricing-unit {
    color: #666;
    font-size: 0.9rem;
}

.eticaret-pricing-list {
    color: #666;
    font-size: 0.9rem;
    text-align: left;
    margin: 1rem 0;
}

.eticaret-pricing-button {
    width: 100%;
}

/* Avantajlar Section */
.eticaret-advantages-section {
    padding: 50px 0;
    background: #fff;
}

.eticaret-advantages-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #333;
}

.eticaret-advantages-description {
    font-size: 1.1rem;
    color: #666;
}

.eticaret-benefits-row {
    margin-bottom: 2rem;
}

.eticaret-benefit-title {
    color: #333;
    margin-bottom: 1rem;
}

.eticaret-benefit-list {
    color: #666;
}

.eticaret-technical-features-row {
    margin-top: 2rem;
}

.eticaret-technical-card {
    border-radius: 12px;
    border-left: 4px solid #28a745;
}

.eticaret-technical-card-reporting {
    border-left-color: #17a2b8;
}

.eticaret-technical-card-security {
    border-left-color: #6f42c1;
}

.eticaret-technical-card-title {
    color: #28a745;
}

.eticaret-technical-card-title-reporting {
    color: #17a2b8;
}

.eticaret-technical-card-title-security {
    color: #6f42c1;
}

.eticaret-technical-list {
    color: #666;
    font-size: 0.9rem;
}

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

.eticaret-faq-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #333;
}

.eticaret-faq-description {
    font-size: 1.1rem;
    color: #666;
}

.eticaret-faq-card {
    border-radius: 12px;
    border: 1px solid #dee2e6;
    margin-bottom: 1rem;
}

.eticaret-faq-question {
    font-weight: 600;
    color: #333;
    margin-bottom: 0;
}

.eticaret-faq-answer {
    color: #666;
    line-height: 1.6;
}

.eticaret-faq-stats {
    margin-top: 1rem;
}

.eticaret-faq-stats-title {
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
}

.eticaret-faq-stats-list {
    color: #666;
    margin-bottom: 0;
}

.eticaret-faq-stats-list li {
    margin-bottom: 0.25rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .eticaret-hero-title {
        font-size: 2rem;
    }
    
    .eticaret-hero-description {
        font-size: 1rem;
    }
    
    .eticaret-platforms-title,
    .eticaret-sms-types-title,
    .eticaret-integration-title,
    .eticaret-pricing-title,
    .eticaret-advantages-title,
    .eticaret-faq-title {
        font-size: 2rem;
    }
    
    .eticaret-hero-buttons {
        text-align: center;
    }
    
    .eticaret-hero-button {
        margin-right: 0;
        margin-bottom: 1rem;
        display: block;
        width: 100%;
    }
    
    .eticaret-platform-card,
    .eticaret-sms-type-card,
    .eticaret-integration-card,
    .eticaret-pricing-card {
        margin-bottom: 1rem;
    }
    
    .eticaret-integration-header {
        flex-direction: column;
        text-align: center;
    }
    
    .eticaret-integration-step {
        margin-right: 0;
        margin-bottom: 0.5rem;
    }
}

@media (max-width: 576px) {
    .eticaret-hero-title {
        font-size: 1.8rem;
    }
    
    .eticaret-platforms-title,
    .eticaret-sms-types-title,
    .eticaret-integration-title,
    .eticaret-pricing-title,
    .eticaret-advantages-title,
    .eticaret-faq-title {
        font-size: 1.8rem;
    }
    
    .eticaret-hero-description,
    .eticaret-platforms-description,
    .eticaret-sms-types-description,
    .eticaret-integration-description,
    .eticaret-pricing-description,
    .eticaret-advantages-description,
    .eticaret-faq-description {
        font-size: 1rem;
    }
    
    .eticaret-platform-icon,
    .eticaret-sms-type-icon {
        font-size: 2.5rem;
    }
    
    .eticaret-pricing-price {
        font-size: 1.5rem;
    }
}

/* Hover Effects */
.eticaret-platform-card:hover,
.eticaret-sms-type-card:hover,
.eticaret-integration-card:hover,
.eticaret-pricing-card:hover,
.eticaret-technical-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.eticaret-hero-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.eticaret-platform-card,
.eticaret-sms-type-card,
.eticaret-integration-card,
.eticaret-pricing-card {
    animation: fadeInUp 0.6s ease-out;
}

.eticaret-platform-card:nth-child(2) {
    animation-delay: 0.1s;
}

.eticaret-platform-card:nth-child(3) {
    animation-delay: 0.2s;
}

.eticaret-platform-card:nth-child(4) {
    animation-delay: 0.3s;
}
