/* Platform Advantages Page Styles */

/* Main Container */
.platform-content {
    padding: 80px 0;
}

/* Introduction Section */
.intro-section {
    text-align: center;
    margin-bottom: 3rem;
}

.intro-section .display-4 {
    color: #1e293b;
    font-weight: 700;
    margin-bottom: 1rem;
}

.intro-section .lead {
    color: #64748b;
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto;
}

.intro-divider {
    width: 100px;
    height: 4px;
    background: linear-gradient(135deg, #8b5cf6, #7c3aed);
    margin: 30px auto;
    border-radius: 2px;
}

/* Section Headers */
.section-header {
    color: #1e293b;
    font-weight: 600;
    margin-bottom: 40px;
    text-align: center;
    font-size: 2.5rem;
}

.section-header i {
    color: #8b5cf6;
    margin-right: 16px;
}

/* Tech Cards */
.tech-card {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 32px;
    height: 100%;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.tech-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
}

.tech-icon {
    width: 80px;
    height: 80px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.tech-icon.litespeed {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
}

.tech-icon.cpanel {
    background: linear-gradient(135deg, #10b981, #059669);
}

.tech-icon.cloudlinux {
    background: linear-gradient(135deg, #f59e0b, #d97706);
}

.tech-icon i {
    color: white;
    font-size: 32px;
}

.tech-card h3 {
    color: #1e293b;
    font-weight: 600;
    margin-bottom: 16px;
}

.tech-card ul {
    color: #64748b;
    line-height: 1.8;
    padding-left: 20px;
    margin-bottom: 20px;
}

.performance-badge {
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.performance-badge.litespeed {
    background: #dbeafe;
    color: #1d4ed8;
}

.performance-badge.cpanel {
    background: #dcfce7;
    color: #166534;
}

.performance-badge.cloudlinux {
    background: #fef3c7;
    color: #92400e;
}

/* Hardware Specs */
.hardware-specs {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 20px;
    padding: 40px;
    margin-top: 40px;
    color: white;
}

.hardware-specs h3 {
    text-align: center;
    margin-bottom: 30px;
    font-weight: 600;
}

.hardware-spec-item {
    text-align: center;
    margin-bottom: 1rem;
}

.hardware-spec-value {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.hardware-spec-label {
    opacity: 0.9;
}

/* Service Cards */
.service-link {
    text-decoration: none;
    color: inherit;
}

.service-link:hover {
    text-decoration: none;
    color: inherit;
}

.service-card {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 32px;
    height: 100%;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    cursor: pointer;
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
}

.service-header {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.service-icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
}

.service-icon.shared {
    background: linear-gradient(135deg, #06b6d4, #0891b2);
}

.service-icon.wordpress {
    background: linear-gradient(135deg, #8b5cf6, #7c3aed);
}

.service-icon.cloud {
    background: linear-gradient(135deg, #10b981, #059669);
}

.service-icon.reseller {
    background: linear-gradient(135deg, #f59e0b, #d97706);
}

.service-icon.nodejs {
    background: linear-gradient(135deg, #ef4444, #dc2626);
}

.service-icon i {
    color: white;
    font-size: 24px;
}

.service-title {
    color: #1e293b;
    font-weight: 600;
    margin: 0;
}

.service-link-indicator {
    color: #8b5cf6;
    font-weight: 600;
}

.service-card ul {
    color: #64748b;
    line-height: 1.8;
    padding-left: 20px;
}

/* Tools Section */
.tool-link {
    text-decoration: none;
    color: inherit;
}

.tool-link:hover {
    text-decoration: none;
    color: inherit;
}

.tools-category {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 32px;
    height: 100%;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.tools-category h3 {
    color: #1e293b;
    font-weight: 600;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
}

.tools-category h3 i {
    margin-right: 12px;
}

.tools-category h3 i.analysis {
    color: #3b82f6;
}

.tools-category h3 i.network {
    color: #10b981;
}

.tool-item {
    padding: 16px;
    background: #f8fafc;
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-bottom: 20px;
}

.tool-item:last-child {
    margin-bottom: 0;
}

.tool-item:hover {
    background: #e2e8f0;
    transform: translateX(4px);
}

.tool-item h4 {
    color: #1e293b;
    font-size: 1.1rem;
    margin-bottom: 8px;
}

.tool-item .external-link {
    font-size: 12px;
    color: #8b5cf6;
    margin-left: 8px;
}

.tool-item p {
    color: #64748b;
    margin: 0;
    font-size: 14px;
}

/* Tools Benefits */
.tools-benefits {
    background: #f8fafc;
    border-radius: 16px;
    padding: 40px;
    margin-top: 40px;
}

.tools-benefits h3 {
    color: #1e293b;
    text-align: center;
    margin-bottom: 30px;
}

.benefit-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.benefit-icon.performance {
    background: #dbeafe;
}

.benefit-icon.security {
    background: #dcfce7;
}

.benefit-icon.seo {
    background: #fef3c7;
}

.benefit-icon i {
    font-size: 32px;
}

.benefit-icon.performance i {
    color: #3b82f6;
}

.benefit-icon.security i {
    color: #10b981;
}

.benefit-icon.seo i {
    color: #f59e0b;
}

.benefit-title {
    color: #1e293b;
    margin-bottom: 12px;
}

.benefit-description {
    color: #64748b !important;
    font-size: 14px;
}

/* Benchmarks */
.benchmark-card {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 32px;
    height: 100%;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.benchmark-card h3 {
    color: #1e293b;
    margin-bottom: 24px;
    text-align: center;
}

.benchmark-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    background: #f8fafc;
    border-radius: 8px;
    margin-bottom: 12px;
}

.benchmark-item:last-child {
    margin-bottom: 0;
}

.benchmark-label {
    color: #64748b;
}

.benchmark-value {
    color: #10b981;
    font-weight: 600;
}

/* CTA Section */
.cta-section {
    text-align: center;
}

.cta-container {
    background: linear-gradient(135deg, #8b5cf6, #7c3aed);
    border-radius: 20px;
    padding: 60px 40px;
    color: white;
}

.cta-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 16px;
}

.cta-description {
    font-size: 1.2rem;
    margin-bottom: 32px;
    opacity: 0.9;
    color: white;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cta-btn {
    background: rgba(255,255,255,0.2);
    color: white;
    padding: 16px 32px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.cta-btn:hover {
    background: rgba(255,255,255,0.3);
    color: white;
    text-decoration: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .intro-section .display-4 {
        font-size: 2rem;
    }
    
    .section-header {
        font-size: 2rem;
    }
    
    .tech-card,
    .service-card,
    .tools-category,
    .benchmark-card {
        padding: 24px;
    }
    
    .hardware-specs {
        padding: 30px 20px;
    }
    
    .cta-container {
        padding: 40px 20px;
    }
    
    .cta-title {
        font-size: 2rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 576px) {
    .intro-section .display-4 {
        font-size: 1.75rem;
    }
    
    .section-header {
        font-size: 1.75rem;
    }
    
    .tech-icon,
    .service-icon {
        width: 50px;
        height: 50px;
    }
    
    .tech-icon i,
    .service-icon i {
        font-size: 20px;
    }
    
    .hardware-spec-value {
        font-size: 1.5rem;
    }
}