    /* ==============================
   EduTips Content Area
============================== */

.edutips-content-area {
    position: relative;
    padding-top: 90px;
    padding-bottom: 120px;
    background-color: #171717;
    overflow: hidden;
    z-index: 2;
}

.edutips-content-area::before {
    content: "";
    position: absolute;
    top: -180px;
    right: -180px;
    width: 430px;
    height: 430px;
    border-radius: 50%;
    background-color: rgba(220, 45, 23, 0.13);
    pointer-events: none;
}

.edutips-content-area::after {
    content: "";
    position: absolute;
    bottom: -220px;
    left: -220px;
    width: 460px;
    height: 460px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.04);
    pointer-events: none;
}

.edutips-content-box {
    position: relative;
    z-index: 2;
    max-width: 1120px;
    margin: 0 auto;
    padding: 56px 60px;
    border-radius: 34px;
    background-color: #ffffff;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.30);
    overflow: hidden;
}

.edutips-content-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: #dc2d17;
}

.edutips-content-header {
    max-width: 900px;
    margin-bottom: 42px;
}

.edutips-content-header .section-subtitle {
    display: inline-flex;
    margin-bottom: 22px;
    color: #dc2d17;
    font-weight: 800;
}

.edutips-content-header .section-title {
    margin-bottom: 0;
    color: #111111;
}

.edutips-content-text {
    color: #444444;
    font-size: 18px;
    line-height: 1.75;
}

.edutips-content-text p {
    margin-bottom: 22px;
    color: #444444;
    font-size: 18px;
    line-height: 1.75;
}

.edutips-content-text p:last-child {
    margin-bottom: 0;
}

.edutips-content-text h2,
.edutips-content-text h3,
.edutips-content-text h4 {
    margin-top: 42px;
    margin-bottom: 18px;
    color: #111111;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.edutips-content-text h2 {
    font-size: 38px;
    line-height: 1;
}

.edutips-content-text h3 {
    font-size: 30px;
    line-height: 1.05;
}

.edutips-content-text h4 {
    font-size: 24px;
    line-height: 1.1;
}

.edutips-content-text ul,
.edutips-content-text ol {
    margin: 26px 0;
    padding-left: 0;
    list-style: none;
}

.edutips-content-text li {
    position: relative;
    margin-bottom: 14px;
    padding-left: 30px;
    color: #444444;
    font-size: 17px;
    line-height: 1.6;
}

.edutips-content-text li::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #dc2d17;
}

.edutips-content-text a {
    color: #dc2d17;
    font-weight: 800;
    text-decoration: none;
    border-bottom: 1px solid rgba(220, 45, 23, 0.35);
    transition: all 0.3s ease;
}

.edutips-content-text a:hover {
    color: #111111;
    border-color: #111111;
}

.edutips-content-text strong,
.edutips-content-text b {
    color: #111111;
    font-weight: 800;
}

.edutips-content-text blockquote {
    margin: 36px 0;
    padding: 30px 34px;
    border-left: 5px solid #dc2d17;
    border-radius: 20px;
    background-color: rgba(220, 45, 23, 0.06);
    color: #111111;
    font-size: 22px;
    line-height: 1.45;
    font-weight: 700;
}

/* Tabelle eventuali nel testo */
.edutips-content-text table {
    width: 100%;
    margin: 34px 0;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 18px;
}

.edutips-content-text th,
.edutips-content-text td {
    padding: 16px 18px;
    border: 1px solid rgba(17, 17, 17, 0.08);
    color: #333333;
    font-size: 15px;
    line-height: 1.45;
}

.edutips-content-text th {
    background-color: #171717;
    color: #ffffff;
    font-weight: 800;
}

/* Immagini eventuali dentro il testo */
.edutips-content-text img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 34px 0;
    border-radius: 24px;
}

/* ==============================
   Responsive
============================== */

@media (max-width: 991px) {
    .edutips-content-area {
        padding-top: 80px;
        padding-bottom: 100px;
    }

    .edutips-content-box {
        padding: 44px 38px;
        border-radius: 28px;
    }

    .edutips-content-text,
    .edutips-content-text p {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .edutips-content-area {
        padding-top: 70px;
        padding-bottom: 80px;
    }

    .edutips-content-box {
        padding: 34px 24px;
        border-radius: 24px;
    }

    .edutips-content-header {
        margin-bottom: 32px;
    }

    .edutips-content-text,
    .edutips-content-text p {
        font-size: 15px;
        line-height: 1.65;
    }

    .edutips-content-text h2 {
        font-size: 28px;
    }

    .edutips-content-text h3 {
        font-size: 24px;
    }

    .edutips-content-text h4 {
        font-size: 21px;
    }

    .edutips-content-text li {
        font-size: 15px;
        padding-left: 24px;
    }

    .edutips-content-text blockquote {
        padding: 24px 22px;
        font-size: 18px;
        border-radius: 18px;
    }
}