 .srv1-security-features-section {
        padding: 3.5rem 0;
        background-color: #f7f8fc;
    }

    .srv1-section-head {
        margin-bottom: 2.2rem;
    }

    .srv1-section-title {
        font-size: 2rem;
        line-height: 1.2;
        font-weight: 700;
        color: #03063a;
        margin-bottom: 0.75rem;
    }

    .srv1-section-text {
        max-width: 760px;
        margin: 0 auto;
        font-size: 0.98rem;
        line-height: 1.7;
        color: #616a72;
    }

    .srv1-feature-card {
        background-color: #ffffff;
        border-radius: 1.25rem;
        border: 1px solid #e6e8ec;
        padding: 1.5rem 1.4rem 1.6rem;
        height: 100%;
        box-shadow: 0 12px 30px rgba(3, 6, 58, 0.04);
        transition: box-shadow 0.18s ease, transform 0.18s ease;
    }

    .srv1-feature-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 16px 40px rgba(3, 6, 58, 0.12);
    }

    .srv1-feature-pill {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0.2rem 0.75rem;
        border-radius: 999px;
        font-size: 0.75rem;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        color: #2a62fe;
        background-color: rgba(42, 98, 254, 0.08);
        margin-bottom: 0.6rem;
    }

    .srv1-feature-title {
        margin-bottom: 0.45rem;
        font-weight: 600;
        color: #03063a;
    }

    .srv1-feature-text {
        font-size: 0.95rem;
        line-height: 1.7;
        color: #616a72;
        margin-bottom: 0.7rem;
    }

    .srv1-feature-list {
        padding-left: 1.1rem;
        margin: 0;
        font-size: 0.9rem;
        color: #03063a;
        line-height: 1.6;
    }

    .srv1-feature-list li + li {
        margin-top: 0.2rem;
    }

    .srv1-section-cta {
        margin-top: 3rem;
        padding: 1.6rem 1.8rem;
        border-radius: 1.5rem;
        background-color: #03063a;
        color: #ffffff;
        box-shadow: 0 18px 40px rgba(3, 6, 58, 0.5);
    }

    .srv1-section-cta-text {
        margin: 0;
        font-size: 0.98rem;
        line-height: 1.8;
        color: rgba(255, 255, 255, 0.9);
    }

    .srv1-section-cta-btn-wrapper .srv1-btn {
        margin-top: 0.8rem;
    }

    .srv1-btn {
        border-radius: 999px;
        padding: 0.7rem 1.6rem;
        font-size: 0.95rem;
        font-weight: 600;
        border: none;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transition: background-color 0.18s ease, box-shadow 0.18s ease, transform 0.12s ease;
    }

    .srv1-btn-primary {
        background-color: #2a62fe;
        color: #ffffff;
        box-shadow: 0 10px 28px rgba(42, 98, 254, 0.4);
    }

    .srv1-btn-primary:hover {
        background-color: #234ed0;
        color: #ffffff;
        box-shadow: 0 14px 36px rgba(3, 6, 58, 0.5);
        transform: translateY(-1px);
    }

    @media (max-width: 767.98px) {
        .srv1-security-features-section {
            padding: 3rem 0;
        }

        .srv1-section-cta {
            padding: 1.4rem 1.2rem;
        }

        .srv1-section-title {
            font-size: 1.7rem;
        }
    }