/* General Styling */
.ddos-banner {
    background: linear-gradient(135deg, #003366, #00509e);
    color: #fff;
    padding: 50px 0;
}

.ddos-title {
    font-size: 42px;
    font-weight: bold;
    color: #ffc107;
}

.ddos-description {
    font-size: 18px;
    margin-top: 15px;
}

/* Steps Section */
.how-it-works {
    background-color: #f8f9fa;
    padding: 50px 0;
}

.how-it-works-step {
    text-align: center;
    padding: 20px;
}

.how-it-works-step i {
    font-size: 40px;
    color: #007bff;
    margin-bottom: 10px;
}

.how-it-works-step h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.how-it-works-step p {
    font-size: 16px;
}

/* Features Section */
.protection-features {
    padding: 50px 0;
}

.feature-list {
    list-style: none;
    padding: 0;
}

.feature-list li {
    font-size: 16px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.feature-list i {
    font-size: 20px;
    color: #007bff;
    margin-right: 10px;
}

/* CTA Section */
.cta-section {
    background: #00509e;
    color: #fff;
    padding: 50px 0;
}

.cta-section h2 {
    font-size: 28px;
    margin-bottom: 20px;
}

.cta-section p {
    font-size: 18px;
    margin-bottom: 20px;
}

.btn-cta {
    background: linear-gradient(90deg, #00c8ff, #007bff);
    color: #fff;
    padding: 12px 30px;
    font-weight: bold;
    border-radius: 5px;
    text-transform: uppercase;
    transition: all 0.3s;
}

.btn-cta:hover {
    background: linear-gradient(90deg, #007bff, #00c8ff);
    box-shadow: 0px 4px 10px rgba(0, 123, 255, 0.5);
}
/* Allgemeine Anpassung für beide Sektionen */
.use-cases,
.filter-profiles {
    padding: 40px 0;
    background-color: #f9f9f9; /* Dezentes Grau für Abgrenzung */
    border-top: 1px solid #e0e0e0;
}

.section-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333333; /* Dunkles Grau für Titel */
}

.section-description {
    font-size: 16px;
    margin-bottom: 30px;
    color: #666666; /* Mittleres Grau für Beschreibung */
}

/* Boxen für Anwendungsfälle */
.use-case-box,
.filter-profile-box {
    padding: 20px;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 20px;
}

.use-case-box h3,
.filter-profile-box h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333333;
}

.use-case-box p,
.filter-profile-box p {
    font-size: 15px;
    color: #666666;
    margin-bottom: 0;
}
/* DDoS Technology Section */
.ddos-technology {
    background-color: #f8f9fa; /* Helles Grau für Abgrenzung */
    padding: 50px 0;
}

.ddos-technology .section-title {
    font-size: 24px;
    font-weight: bold;
    color: #333333; /* Dunkles Grau */
    margin-bottom: 20px;
}

.ddos-technology .description {
    font-size: 16px;
    color: #666666; /* Mittleres Grau */
    margin-bottom: 20px;
}

.technology-list {
    list-style: none;
    padding: 0;
}

.technology-list li {
    font-size: 16px;
    color: #333333;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.technology-list li i {
    font-size: 20px;
    color: #007bff; /* Blau passend zur Seite */
    margin-right: 10px;
}

.technology-image img {
    max-width: 100%;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Leichter Schatten für optischen Effekt */
}
