/* Página pilar: Desconto em escola particular | Estuda Plus */

body {
    background: #f7f9fb;
    color: #263238;
}

.ep-article-page {
    font-family: 'Ubuntu', Arial, sans-serif;
}

.ep-hero {
    background: linear-gradient(135deg, #0b7ec2 0%, #08a6a6 100%);
    color: #fff;
    padding: 58px 0 52px;
    position: relative;
    overflow: hidden;
}

.ep-hero:after {
    content: "";
    position: absolute;
    right: -80px;
    top: -80px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(255,255,255,0.12);
}

.ep-hero .container {
    position: relative;
    z-index: 2;
}

.ep-eyebrow {
    display: inline-block;
    background: rgba(255,255,255,0.16);
    border: 1px solid rgba(255,255,255,0.25);
    padding: 7px 14px;
    border-radius: 30px;
    font-size: 13px;
    margin-bottom: 16px;
}

.ep-hero h1 {
    font-size: 38px;
    line-height: 1.22;
    font-weight: 700;
    margin: 0 0 16px;
}

.ep-hero p {
    font-size: 19px;
    line-height: 1.6;
    margin-bottom: 26px;
    max-width: 760px;
}

.ep-btn-primary,
.ep-btn-primary:focus {
    background: #ffb22b;
    border-color: #ffb22b;
    color: #1d2b35;
    font-weight: 700;
    border-radius: 6px;
    padding: 13px 22px;
    text-transform: none;
    box-shadow: 0 8px 18px rgba(0,0,0,0.18);
    margin: 3px;
}

.ep-btn-primary:hover {
    background: #f5a51b;
    border-color: #f5a51b;
    color: #1d2b35;
}

.ep-btn-light,
.ep-btn-light:focus {
    background: #fff;
    border-color: #fff;
    color: #0b7ec2;
    font-weight: 700;
    border-radius: 6px;
    padding: 13px 22px;
}

.ep-btn-light:hover {
    background: #f4f8fb;
    color: #086da8;
}

.ep-content-wrap {
    padding: 38px 0 58px;
}

.ep-article-card {
    background: #fff;
    border-radius: 12px;
    padding: 34px;
    box-shadow: 0 8px 28px rgba(16, 49, 72, 0.08);
    margin-bottom: 24px;
}

.ep-article-card h2 {
    color: #12384f;
    font-size: 27px;
    line-height: 1.3;
    font-weight: 700;
    margin: 8px 0 16px;
}

.ep-article-card h3 {
    color: #12384f;
    font-size: 21px;
    font-weight: 700;
    margin: 24px 0 10px;
}

.ep-article-card p,
.ep-article-card li {
    font-size: 16px;
    line-height: 1.8;
    color: #465a65;
}

.ep-article-card ul {
    padding-left: 20px;
}

.ep-article-card strong {
    color: #263238;
}

.ep-summary-box {
    background: #eef8fb;
    border-left: 4px solid #08a6a6;
    padding: 20px;
    border-radius: 8px;
    margin: 22px 0;
}

.ep-feature-grid {
    margin-top: 18px;
}

.ep-feature-item {
    background: #f7fbfd;
    border: 1px solid #e3eef3;
    border-radius: 10px;
    padding: 18px;
    min-height: 128px;
    margin-bottom: 18px;
}

.ep-feature-item .ep-icon {
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 50%;
    background: #0b7ec2;
    color: #fff;
    text-align: center;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 10px;
}

.ep-feature-item h3 {
    font-size: 17px;
    margin: 0 0 8px;
}

.ep-feature-item p {
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

.ep-cta-box {
    background: linear-gradient(135deg, #12384f 0%, #0b7ec2 100%);
    color: #fff;
    border-radius: 12px;
    padding: 30px;
    margin: 28px 0 6px;
    text-align: center;
}

.ep-cta-box h2,
.ep-cta-box p {
    color: #fff;
}

.ep-cta-box h2 {
    margin-top: 0;
    font-size: 26px;
}

.ep-cta-box p {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.ep-sidebar-box {
    background: #fff;
    border-radius: 12px;
    padding: 22px;
    box-shadow: 0 8px 28px rgba(16, 49, 72, 0.08);
    margin-bottom: 24px;
}

.ep-sidebar-box h3 {
    font-size: 20px;
    margin-top: 0;
    color: #12384f;
    font-weight: 700;
}

.ep-sidebar-box p,
.ep-sidebar-box li {
    color: #465a65;
    font-size: 15px;
    line-height: 1.65;
}

.ep-sidebar-box ul {
    padding-left: 18px;
}

.ep-sticky {
    position: sticky;
    top: 18px;
}

.ep-faq-item {
    border-top: 1px solid #e8eef2;
    padding: 18px 0;
}

.ep-faq-item:first-child {
    border-top: none;
}

.ep-faq-item h3 {
    font-size: 18px;
    margin: 0 0 8px;
}

.ep-breadcrumb {
    font-size: 13px;
    margin-bottom: 18px;
    color: rgba(255,255,255,0.85);
}

.ep-breadcrumb a {
    color: #fff;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .ep-hero {
        padding: 38px 0 36px;
    }

    .ep-hero h1 {
        font-size: 29px;
    }

    .ep-hero p {
        font-size: 17px;
    }

    .ep-article-card {
        padding: 23px;
    }

    .ep-article-card h2 {
        font-size: 23px;
    }

    .ep-btn-primary,
    .ep-btn-light {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .ep-sticky {
        position: static;
    }
}
