/* CSS stilleri activation.ejs dosyasından taşındı */

#payment-methods-part {
    display: none;
}

/* MAC Address Input Improvements */
.form-section {
    margin-bottom: 30px;
}

.form-section label {
    color: #2d3748;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 12px;
    display: block;
}

/* Hide input group icon globally */
.input-group-text {
    display: none !important;
}

.input-group {
    position: relative;
    display: flex;
    gap: 10px;
    align-items: center;
    width: 100%;
    max-width: 450px;
}

.input-group:focus-within {
    border-color: #667eea;
    box-shadow: 0 0 0 2px rgba(102, 126, 234, 0.1);
}

.input-group .form-control {
    border: 2px solid #e2e8f0 !important;
    border-radius: 8px !important;
    padding: 12px 16px;
    font-size: 0.95rem;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    font-family: 'Segoe UI', system-ui, sans-serif;
    letter-spacing: 0.5px;
    flex: 1;
    transition: all 0.3s ease;
}

.input-group .form-control:focus {
    border-color: #667eea !important;
    box-shadow: 0 0 0 2px rgba(102, 126, 234, 0.1) !important;
    outline: none;
    background: #fafbff;
}

.input-group .form-control::placeholder {
    color: #a0aec0;
    font-family: 'Segoe UI', system-ui, sans-serif;
    letter-spacing: 0.5px;
}

/* Verify Button Styling - Separate Modern Button */
.input-group .btn {
    border: none !important;
    border-radius: 8px !important;
    padding: 12px 24px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
    margin: 0;
    min-width: 100px;
    height: 48px;
    flex-shrink: 0;
    font-family: 'Segoe UI', system-ui, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.input-group .btn:hover {
    background: linear-gradient(135deg, #5a67d8 0%, #6b46c1 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(102, 126, 234, 0.4);
}

.input-group .btn:active {
    transform: translateY(0);
    box-shadow: 0 3px 8px rgba(102, 126, 234, 0.3);
}

.input-group .btn i {
    margin-right: 8px;
    font-size: 0.9rem;
}

/* Modern activation form styling */
.activation-main-form {
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    padding: 40px;
    margin: 40px 0;
    border: 2px solid #e2e8f0;
}

.activation-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a202c;
    text-align: center;
    margin-bottom: 30px;
    background: linear-gradient(45deg, #667eea, #764ba2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.form-section {
    margin-bottom: 30px;
}

label {
    color: #2d3748;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}

.form-control {
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 15px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
    outline: none;
}

.input-group-text {
    background: linear-gradient(45deg, #667eea, #764ba2);
    color: white;
    border: none;
    border-radius: 12px 0 0 12px;
    padding: 15px;
}

.input-group .form-control {
    border-radius: 0 12px 12px 0;
    border-left: none;
}

.btn {
    border-radius: 10px;
    font-weight: 500;
    padding: 12px 24px;
    transition: all 0.3s ease;
    border: none;
}

.btn-outline-secondary {
    border: 2px solid #e2e8f0;
    color: #667eea;
    background: white;
}

.btn-outline-secondary:hover {
    background: #667eea;
    border-color: #667eea;
    color: white;
    transform: translateY(-2px);
}

.submit-btn {
    background: linear-gradient(45deg, #667eea, #764ba2);
    color: white;
    border: none;
    width: 280px;
    border-radius: 12px;
    font-size: 1.2rem;
    padding: 15px;
    font-weight: 600;
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3);
    transition: all 0.3s ease;
}

.submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.4);
}

#price-text {
    font-size: 1.2rem;
    color: #2d3748;
    font-weight: 600;
    background: #f7fafc;
    padding: 15px;
    border-radius: 10px;
    border-left: 4px solid #48bb78;
}

.payment-method-container {
    margin: 0 auto;
    max-width: 500px;
}

.payment-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 10px;
}

.payment-method-item-container {
    position: absolute;
    font-size: 1.1rem;
    background: white;
    padding: 8px 15px;
    border-radius: 8px;
    color: #4a5568;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border: 2px solid #e2e8f0;
}

.payment-method-item-container:hover, 
.payment-method-item-container.active {
    background: #667eea;
    color: white;
    border-color: #667eea;
}

.payment-method-icon {
    margin-right: 12px;
    font-size: 1.2rem;
}

.payment-item-detail-container {
    display: none;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    margin-bottom: 15px;
    background: white;
}

.payment-item-detail-container.active {
    display: block;
    border-color: #667eea;
}

.card-payment-method-body {
    padding: 20px;
}

.payment-button {
    width: 100%;
    font-size: 1.1rem;
    border-radius: 10px;
    padding: 15px;
    background: linear-gradient(45deg, #667eea, #764ba2);
    color: white;
    border: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.payment-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

.alert {
    border: none;
    border-radius: 12px;
    padding: 15px 20px;
    font-weight: 500;
}

.alert-success {
    background: linear-gradient(45deg, #48bb78, #38a169);
    color: white;
}

.alert-danger {
    background: linear-gradient(45deg, #f56565, #e53e3e);
    color: white;
}

#mac-invalid-info-container, 
#mac-valid-info-container {
    margin-top: 10px;
    padding: 10px 15px;
    border-radius: 8px;
    font-weight: 500;
}

#mac-invalid-info-container {
    background: #fed7d7;
    color: #c53030;
    border-left: 4px solid #f56565;
    display: none;
}

#mac-invalid-info-container:not(:empty) {
    display: block;
}

#mac-valid-info-container {
    background: #c6f6d5;
    color: #2f855a;
    border-left: 4px solid #48bb78;
    display: none;
    margin-top: 15px;
}

#expire-date-container {
    font-size: 1.1rem;
    color: #2d3748;
    font-weight: 600;
    background: #f0fff4;
    padding: 15px;
    border-radius: 10px;
    border-left: 4px solid #48bb78;
    margin-bottom: 15px;
}

.expire-info {
    display: flex;
    align-items: center;
    font-size: 1rem;
}

.price-display {
    text-align: center;
}

.price-display #price-text {
    background: linear-gradient(45deg, #f0fff4, #e6fffa);
    border: 2px solid #48bb78;
    border-radius: 12px;
    padding: 20px;
    font-size: 1.3rem;
    color: #2d3748;
    font-weight: 700;
}

.price-value {
    color: #48bb78 !important;
    font-size: 1.5rem !important;
}

.payment-section {
    margin-top: 30px;
    padding: 30px;
    background: #f8fafc;
    border-radius: 15px;
    border: 2px solid #e2e8f0;
}

.payment-method-card {
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.payment-method-card:hover {
    border-color: #667eea;
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.1);
}

.payment-method-header {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 600;
    color: #2d3748;
}

.payment-icon {
    font-size: 1.5rem;
    margin-right: 12px;
    color: #667eea;
}

.payment-divider {
    text-align: center;
    margin: 20px 0;
    position: relative;
}

.divider-text {
    background: white;
    padding: 0 15px;
    color: #718096;
    font-weight: 500;
    position: relative;
    z-index: 2;
}

.payment-divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background: #e2e8f0;
    z-index: 1;
}

/* Activation software list - Sistem stiliyle uyumlu */
.activation-softwares-section {
    margin-top: 50px;
    padding: 0;
}

.activation-section-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 40px 30px;
    border-radius: 20px 20px 0 0;
    text-align: center;
    margin-bottom: 0;
}

.activation-section-header h3 {
    font-size: 2.2rem;
    font-weight: 600;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.activation-content-area {
    background: #f8f9fa;
    border-radius: 0 0 20px 20px;
    padding: 40px 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.software-card {
    background: white;
    border: none;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 25px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border-left: 4px solid #667eea;
}

.software-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 40px rgba(102, 126, 234, 0.15);
}

.software-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #1a202c;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.software-title i {
    color: #667eea;
    font-size: 1.6rem;
}

.software-custom-text {
    font-size: 1rem;
    line-height: 1.7;
    color: #4a5568;
    margin: 20px 0;
    background: #f7fafc;
    padding: 20px;
    border-radius: 12px;
    border-left: 4px solid #3182ce;
}

.software-special-message {
    background: linear-gradient(45deg, #4299e1, #3182ce);
    color: white;
    padding: 20px 25px;
    border-radius: 12px;
    margin: 20px 0;
    border: none;
    box-shadow: 0 4px 15px rgba(65, 153, 225, 0.3);
    font-weight: 500;
    font-size: 1rem;
}

.software-buttons {
    margin-top: 25px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.software-btn {
    padding: 12px 20px;
    border-radius: 10px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    font-size: 0.95rem;
    text-align: center;
}

.software-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    text-decoration: none;
    color: white;
}

.btn-success { 
    background: linear-gradient(45deg, #48bb78, #38a169); 
    color: white;
}
.btn-info { 
    background: linear-gradient(45deg, #4299e1, #3182ce); 
    color: white;
}
.btn-warning { 
    background: linear-gradient(45deg, #ed8936, #dd6b20); 
    color: white;
}
.btn-primary { 
    background: linear-gradient(45deg, #667eea, #764ba2); 
    color: white;
}

/* Platform kartları - 3'lü grid */
.platforms-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin: 0;
}

.platform-card {
    background: white;
    border: 2px solid #e2e8f0;
    border-radius: 15px;
    padding: 25px 20px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.platform-card:hover {
    transform: translateY(-5px);
    border-color: #667eea;
    box-shadow: 0 15px 35px rgba(102, 126, 234, 0.15);
}

    .platform-icon {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        margin: 0 auto 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 28px;
        color: white;
        box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    }
    
    .platform-icon.windows {
        background: linear-gradient(45deg, #6c5ce7, #a29bfe);
    }
    
    .platform-icon.smart-tv {
        background: linear-gradient(45deg, #0984e3, #74b9ff);
    }
    
    .platform-icon.mag-box {
        background: linear-gradient(45deg, #e84393, #fd79a8);
    }
    
    .platform-icon.android {
        background: linear-gradient(45deg, #00b894, #55efc4);
    }
    
    .platform-icon.apple-tv {
        background: linear-gradient(45deg, #a29bfe, #6c5ce7);
    }
    
    .platform-icon.enigma {
        background: linear-gradient(45deg, #2d3436, #636e72);
    }
    
    #mac-valid-info-container {
        display: none;
        margin-top: 15px;
    }.platform-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #1a202c;
    margin: 15px 0 8px 0;
}

.platform-subtitle {
    font-size: 0.9rem;
    color: #000000;
    margin-bottom: 20px;
}

.platform-btn {
    width: 100%;
    padding: 12px;
    background: linear-gradient(45deg, #667eea, #764ba2);
    color: white;
    border: none;
    border-radius: 10px;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 0.95rem;
}

.platform-btn:hover {
    background: linear-gradient(45deg, #5a67d8, #6b46c1);
    transform: translateY(-2px);
}

.platform-info-text {
    background: #f7fafc;
    color: #4a5568;
    padding: 12px;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 500;
    text-align: center;
    border: 2px solid #e2e8f0;
    margin-top: 10px;
}

.platform-info-text i {
    color: #667eea;
    margin-right: 8px;
}

/* Responsive design */
@media (max-width: 768px) {
    /* Main form responsive */
    .activation-main-form {
        padding: 20px;
        margin: 20px 10px;
        border-radius: 15px;
    }
    
    .activation-title {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }
    
    /* Form elements responsive */
    .form-control {
        padding: 12px;
        font-size: 16px; /* Prevents zoom on iOS */
    }
    
    .input-group-text {
        padding: 12px;
    }
    
    .btn {
        padding: 12px 15px;
        font-size: 14px;
    }
    
    /* MAC address input responsive */
    .input-group {
        flex-direction: column;
        gap: 15px;
        align-items: stretch;
    }
    
    .input-group .form-control {
        flex: none;
        width: 100%;
        margin-bottom: 0;
        padding: 14px 16px;
        font-size: 16px; /* Prevents zoom on iOS */
        border-radius: 10px !important;
    }
    
    .input-group .btn {
        flex: none;
        width: 100%;
        margin-left: 0;
        padding: 14px 20px;
        font-size: 0.95rem;
        border-radius: 10px !important;
        max-width: 200px;
        align-self: center;
    }
    
    .input-group .btn {
        flex: 1 1 100%;
        border-top-left-radius: 8px !important;
        border-top-right-radius: 8px !important;
    }
    
    /* Price display responsive */
    .price-display {
        text-align: center;
        padding: 15px;
        background: #f8f9fa;
        border-radius: 10px;
        margin: 20px 0;
    }
    
    .price-display p {
        font-size: 1.5rem;
        margin: 0;
        font-weight: bold;
        color: #667eea;
    }
    
    /* Payment methods responsive */
    .payment-method-container {
        padding: 15px;
    }
    
    .payment-title {
        font-size: 1.3rem;
        margin-bottom: 15px;
        text-align: center;
    }
    
    .payment-method-card {
        padding: 15px;
        margin: 10px 0;
        border-radius: 10px;
    }
    
    .payment-button {
        width: 100%;
        padding: 15px;
        font-size: 16px;
        border-radius: 10px;
    }
    
    /* Software sections responsive */
    .platforms-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 0 10px;
    }
    
    .software-buttons {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .activation-section-header {
        padding: 20px 15px;
    }
    
    .activation-section-header h3 {
        font-size: 1.5rem;
        text-align: center;
    }
    
    .activation-content-area {
        padding: 20px 15px;
    }
    
    .software-card {
        padding: 20px 15px;
        margin: 15px 0;
        border-radius: 12px;
    }
    
    .software-title {
        font-size: 1.2rem;
        margin-bottom: 15px;
        text-align: center;
    }
    
    .software-btn {
        width: 100%;
        margin: 5px 0;
        padding: 12px;
        font-size: 14px;
        border-radius: 8px;
    }
    
    /* Platform cards responsive */
    .platform-card {
        margin: 10px 0;
        padding: 15px;
    }
    
    .platform-header {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .platform-logo {
        width: 60px;
        height: 60px;
    }
    
    .platform-name {
        font-size: 1.1rem;
    }
    
    .platform-description {
        font-size: 0.9rem;
        margin: 10px 0;
    }
    
    .platform-btn {
        width: 100%;
        padding: 12px;
        font-size: 14px;
    }
    
    /* Download section responsive */
    .download-section {
        padding: 20px 15px;
        margin: 20px 10px;
        border-radius: 12px;
    }
    
    .download-apps-title {
        font-size: 1.5rem;
        text-align: center;
        margin-bottom: 15px;
    }
    
    .download-platforms {
        flex-direction: column;
        gap: 15px;
    }
    
    .download-platform-card {
        width: 100%;
        max-width: none;
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .activation-main-form {
        padding: 15px;
        margin: 15px 5px;
    }
    
    .activation-title {
        font-size: 1.5rem;
    }
    
    .input-group {
        flex-direction: column;
        gap: 15px;
        max-width: 100%;
    }
    
    .input-group .form-control {
        font-size: 0.9rem;
        padding: 12px 14px;
        letter-spacing: 0.3px;
        width: 100%;
    }
    
    .input-group .btn {
        width: 100%;
        height: 50px;
        font-size: 0.9rem;
        padding: 15px 20px;
        min-width: auto;
    }
    
    .price-display p {
        font-size: 1.3rem;
    }
    
    .software-card {
        padding: 15px 10px;
    }
}

@media (max-width: 1200px) {
    .platforms-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}