/* Common Section Header Styles - For all index sections */
.pas-header {
    text-align: center;
    margin-bottom: 3rem;
}

.pas-sub {
    display: inline-block;
    background: rgba(251, 191, 36, 0.1);
    color: #d97706;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.pas-title {
    font-size: 3rem;
    font-weight: 900;
    color: #14204a;
    margin-bottom: 15px;
    line-height: 1.1;
    letter-spacing: -1px;
}

.pas-desc {
    font-size: 1.1rem;
    color: #64748b;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Dark section variant */
.dark-section .pas-title {
    color: #ffffff;
}

.dark-section .pas-desc {
    color: #cbd5e1;
}