/* WF Sentinel Section */
.wf-sentinel-section {
    padding: 80px 0;
    background: #0e0e0e;
    color: #ffffff;
}

.section-title {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 15px;
}

.section-subtitle {
    text-align: center;
    font-size: 1.1rem;
    color: #8b95a7;
    margin-bottom: 40px;
}

/* Plugin Badges */
.plugin-badges {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 60px;
}

.badge-free {
    background: #00ff88;
    color: #0a0e27;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
}

.badge-wp {
    background: #21759b;
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
}

/* Main Content Grid */
.main-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-bottom: 80px;
}

.content-left h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: #ffffff;
}

.content-left > p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #b8c4d8;
    margin-bottom: 30px;
}

/* Features Box */
.features-box {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 30px;
}

.features-box h4 {
    font-size: 1.2rem;
    margin-bottom: 20px;
    color: #ffffff;
}

.features-box ul {
    list-style: none;
    padding: 0;
}

.features-box li {
    padding: 8px 0;
    color: #b8c4d8;
    font-size: 0.95rem;
}

/* Info Boxes */
.info-boxes {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
}

.info-box {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px;
    background: rgba(255,255,255,0.02);
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.05);
}

.info-box.data-sharing {
    border-color: rgba(0,255,136,0.2);
    background: rgba(0,255,136,0.05);
}

.info-box .icon {
    font-size: 1.3rem;
    flex-shrink: 0;
}

.info-box strong {
    color: #ffffff;
}

.info-box div {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #b8c4d8;
}

/* Download Section */
.download-section {
    text-align: center;
}

.download-section .btn {
    padding: 12px 30px;
    font-size: 1rem;
}

.download-section p {
    margin-top: 10px;
    font-size: 0.9rem;
    color: #8b95a7;
}

/* Content Right - Screenshot */
.content-right h4 {
    font-size: 1.2rem;
    margin-bottom: 20px;
    color: #ffffff;
}

.content-right img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    border: 1px solid rgba(255,255,255,0.1);
}

.content-right .caption {
    margin-top: 15px;
    font-size: 0.9rem;
    color: #8b95a7;
    font-style: italic;
    text-align: center;
}

/* Comparison Section */
.comparison {
    margin-bottom: 80px;
}

.comparison h3 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 15px;
    color: #ffffff;
}

.comparison .intro {
    text-align: center;
    font-size: 1.05rem;
    color: #8b95a7;
    margin-bottom: 40px;
}

.comparison-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.product-card {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 10px;
    padding: 30px;
}

.product-card.sentinel {
    border-top: 3px solid #00ff88;
}

.product-card.securitycloud {
    border-top: 3px solid #00b4d8;
}

.product-card h4 {
    font-size: 1.5rem;
    margin-bottom: 5px;
    color: #ffffff;
}

.product-card .subtitle {
    display: block;
    font-size: 0.85rem;
    color: #8b95a7;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.product-card ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.product-card li {
    padding: 8px 0;
    color: #b8c4d8;
    font-size: 0.95rem;
}

.product-card .ideal {
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.product-card .ideal strong {
    display: block;
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 0.9rem;
}

.product-card .ideal p {
    margin: 0;
    font-size: 0.85rem;
    color: #8b95a7;
}

/* Synergy Section */
.synergy {
    background: rgba(255,255,255,0.02);
    border-radius: 15px;
    padding: 40px;
    margin-bottom: 80px;
}

.synergy h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    color: #ffffff;
}

.synergy .lead {
    font-size: 1.2rem;
    font-weight: 600;
    color: #00ff88;
    margin-bottom: 20px;
}

.synergy > p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #b8c4d8;
    margin-bottom: 30px;
}

.synergy .example {
    background: rgba(0,0,0,0.3);
    border-radius: 10px;
    padding: 25px;
}

.synergy .example h4 {
    font-size: 1.1rem;
    margin-bottom: 20px;
    color: #ffffff;
}

.synergy .example ol {
    padding-left: 20px;
    margin-bottom: 20px;
}

.synergy .example li {
    padding: 5px 0;
    color: #b8c4d8;
    font-size: 0.95rem;
    line-height: 1.6;
}

.synergy .note {
    margin: 0;
    padding-top: 15px;
    border-top: 1px solid rgba(255,255,255,0.1);
    font-size: 0.9rem;
    color: #8b95a7;
}

/* Benefits Section */
.benefits {
    margin-bottom: 80px;
}

.benefits h3 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 50px;
    color: #ffffff;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.benefit {
    text-align: center;
    padding: 30px 20px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.benefit:hover {
    transform: translateY(-5px);
    background: rgba(255,255,255,0.05);
}

.benefit .icon {
    font-size: 2.5rem;
    display: block;
    margin-bottom: 20px;
}

.benefit h4 {
    font-size: 1.1rem;
    margin-bottom: 15px;
    color: #ffffff;
}

.benefit p {
    font-size: 0.9rem;
    color: #8b95a7;
    line-height: 1.5;
}

/* CTA Final */
.cta-final {
    text-align: center;
}

.cta-final h3 {
    font-size: 2rem;
    margin-bottom: 40px;
    color: #ffffff;
}

.steps {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 800px;
    margin: 0 auto;
}

.step {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 10px;
    padding: 40px 30px;
}

.step h4 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: #ffffff;
}

.step p {
    font-size: 0.95rem;
    color: #8b95a7;
    margin-bottom: 25px;
}

/* Responsive */
@media (max-width: 992px) {
    .main-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .comparison-grid {
        grid-template-columns: 1fr;
    }
    
    .steps {
        grid-template-columns: 1fr;
    }
    
    .benefits-grid {
        grid-template-columns: 1fr;
    }
}