/*--------------------------------------------------------------
AgilityPro shared page sections and expandable content patterns
Reusable across FAQ, pricing, and future class pages.
--------------------------------------------------------------*/

#page-hero {
    background:
    linear-gradient(rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.62)),
    url('../img/intro-carousel/1.jpg') center center / cover no-repeat;
    padding: 170px 0 110px 0;
    color: #fff;
    text-align: center;
}

#page-hero h1 {
    color: #fff;
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 20px;
}

#page-hero p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    max-width: 900px;
    margin: 0 auto 15px auto;
}

#page-hero .hero-actions {
    margin-top: 25px;
}

#page-hero .hero-actions a {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px;
    border-radius: 25px;
    transition: 0.5s;
    margin: 8px;
    color: #fff;
    border: 2px solid #fff;
}

#page-hero .hero-actions a.primary {
    background: #ed7c31;
    border-color: #ed7c31;
}

#page-hero .hero-actions a.primary:hover {
    background: #2e75b6;
    border-color: #2e75b6;
}

#page-hero .hero-actions a.secondary:hover {
    background: #2e75b6;
    border-color: #2e75b6;
}

#page-highlights {
    background: #fff;
    padding: 50px 0 20px 0;
}

.feature-box {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.08);
    padding: 30px 25px;
    height: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.feature-box i {
    font-size: 42px;
    color: #2e75b6;
    margin-bottom: 15px;
    display: inline-block;
}

.feature-box h2 {
    font-size: 20px;
    font-weight: 700;
    color: #111;
    margin-bottom: 12px;
}

.feature-box p {
    color: #333;
    line-height: 24px;
    margin-bottom: 0;
}

#page-main {
    padding: 60px 0;
    background: #f7f7f7;
}

.info-box,
.action-box {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.08);
    padding: 30px;
    margin-bottom: 30px;
}

.info-box h3,
.action-box h3,
.content-section h3 {
    font-size: 24px;
    font-weight: 700;
    color: #111;
    margin-bottom: 18px;
}

.info-box p,
.action-box p {
    color: #333;
    line-height: 27px;
    margin-bottom: 18px;
}

.section-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.section-links li {
    margin-bottom: 12px;
}

.section-links a {
    display: block;
    padding: 12px 15px;
    background: #f7f7f7;
    border-left: 4px solid #2e75b6;
    color: #111;
    font-weight: 700;
    border-radius: 4px;
}

.section-links a:hover {
    background: #eef5fb;
    color: #2e75b6;
}

.content-section {
    margin-bottom: 40px;
}

.content-panel {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.08);
    margin-bottom: 18px;
    overflow: hidden;
}

.panel-content {
    padding: 0 25px 25px 25px;
    color: #333;
    line-height: 28px;
}

.panel-content p:last-child {
    margin-bottom: 0;
}

.panel-content strong {
    color: #111;
}

.action-box .cta-btn,
.info-box .cta-btn {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 24px;
    border-radius: 25px;
    transition: 0.5s;
    margin-top: 6px;
    margin-right: 8px;
    border: 2px solid #ed7c31;
    background: #ed7c31;
    color: #fff;
}

.action-box .cta-btn:hover,
.info-box .cta-btn:hover {
    background: #2e75b6;
    border-color: #2e75b6;
    color: #fff;
}

.action-box .secondary-btn {
    background: #fff;
    color: #2e75b6;
    border-color: #2e75b6;
}

.action-box .secondary-btn:hover {
    background: #2e75b6;
    color: #fff;
}

@media (max-width: 768px) {
    #page-hero {
        padding: 140px 0 90px 0;
    }

    #page-hero h1 {
        font-size: 32px;
    }

    #page-hero p {
        font-size: 16px;
        line-height: 27px;
    }
}
