.cohesity-main {
    min-height: calc(100vh - 200px);
}

.cohesity-hero {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    padding: 4rem 2rem;
    text-align: center;
}

.cohesity-hero-content {
    max-width: 1200px;
    margin: 0 auto;
}

.cohesity-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.cohesity-section {
    padding: 4rem 2rem;
    background: #f8f9fa;
}

.cohesity-container {
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.cohesity-container p {
    margin-bottom: 1.5rem;
    line-height: 1.6;
    color: #333;
}

.section-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #1a1a2e;
    margin: 2rem 0 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #667eea;
}

.feature-section {
    margin-bottom: 2rem;
    padding: 1.5rem;
    background: #f9f9f9;
    border-radius: 8px;
}

.feature-section h3 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 1rem;
}

.value-list {
    margin-left: 2rem;
    margin-bottom: 1.5rem;
}

.value-list li {
    margin-bottom: 0.8rem;
    line-height: 1.5;
    color: #333;
}

@media (max-width: 768px) {
    .cohesity-title {
        font-size: 1.8rem;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .cohesity-container {
        padding: 1.5rem;
    }
}
