.pea-page {
    color: #263238;
}

.pea-page-hero {
    padding: 4rem 0 3rem;
    background:
        linear-gradient(90deg, rgba(5, 82, 168, 0.08), rgba(255, 255, 255, 0)),
        #f8f9fa;
}

.pea-page-hero h1 {
    max-width: 48rem;
    font-size: 3.25rem;
    line-height: 1.15;
    letter-spacing: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.pea-page-hero .lead {
    max-width: 52rem;
    margin-top: 1.25rem;
    color: #455a64;
}

.pea-page-eyebrow,
.pea-page-summary-label {
    margin-bottom: 0.75rem;
    color: #b65f00;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    overflow-wrap: anywhere;
}

.pea-page-summary {
    overflow: hidden;
    border: 1px solid rgba(5, 82, 168, 0.14);
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0.75rem 2rem rgba(38, 50, 56, 0.08);
}

.pea-page-summary img {
    display: block;
    width: 100%;
    height: 12rem;
    object-fit: cover;
    object-position: center;
}

.pea-page-summary-copy {
    padding: 1.25rem;
}

.pea-page-summary li {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    margin-top: 0.85rem;
    color: #37474f;
}

.pea-page-summary i,
.pea-requirement-item i {
    color: #0f766e;
}

.pea-page-section {
    padding: 3rem 0;
}

.pea-info-card,
.pea-detail-card,
.pea-step-card,
.pea-document-card,
.pea-certificate-card {
    height: 100%;
    border: 1px solid rgba(38, 50, 56, 0.12);
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0.4rem 1.25rem rgba(38, 50, 56, 0.05);
}

.pea-info-card {
    display: flex;
    min-height: 8.25rem;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.15rem;
    color: #263238;
    text-decoration: none;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.pea-info-card:hover,
.pea-info-card:focus {
    border-color: rgba(5, 82, 168, 0.38);
    color: #263238;
    box-shadow: 0 0.75rem 1.75rem rgba(38, 50, 56, 0.1);
    transform: translateY(-2px);
}

.pea-info-icon,
.pea-detail-icon {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 8px;
    background-color: rgba(5, 82, 168, 0.1);
    color: #0552a8;
}

.pea-info-title,
.pea-info-subtitle {
    display: block;
}

.pea-info-title {
    font-weight: 700;
}

.pea-info-subtitle {
    margin-top: 0.35rem;
    color: #607d8b;
    font-size: 0.9rem;
    line-height: 1.45;
}

.pea-text-panel {
    padding: 1.25rem;
    border-left: 4px solid #f39c12;
    border-radius: 8px;
    background-color: #fbfcfd;
}

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

.pea-detail-card {
    padding: 1.25rem;
}

.pea-detail-card h3 {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    line-height: 1.45;
}

.pea-detail-card p,
.pea-step-card p {
    margin-bottom: 0;
    color: #607d8b;
    line-height: 1.55;
}

.pea-requirement-list,
.pea-document-grid {
    display: grid;
    gap: 1rem;
}

.pea-requirement-item,
.pea-document-card {
    display: flex;
    gap: 0.9rem;
    align-items: flex-start;
    padding: 1rem;
}

.pea-requirement-item {
    border-left: 4px solid #0f766e;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0.4rem 1.25rem rgba(38, 50, 56, 0.05);
}

.pea-requirement-item i,
.pea-document-card i {
    font-size: 1.1rem;
    line-height: 1.5;
}

.pea-document-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pea-document-card {
    min-height: 5rem;
    color: #37474f;
    font-weight: 600;
}

.pea-document-card i {
    color: #0f766e;
}

.pea-step-card {
    padding: 1.25rem;
}

.pea-step-card span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.6rem;
    height: 2.6rem;
    margin-bottom: 1rem;
    border-radius: 8px;
    background-color: #eaf2fb;
    color: #0552a8;
    font-weight: 800;
}

.pea-step-card h3 {
    line-height: 1.45;
}

.pea-certificate-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.pea-certificate-frame {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    min-height: 22rem;
    padding: 1rem;
    background-color: #f4f7f9;
}

.pea-certificate-frame img {
    width: 100%;
    height: 22rem;
    object-fit: contain;
}

.pea-certificate-caption {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    gap: 0.85rem;
    padding: 1rem;
}

.pea-certificate-caption h3 {
    margin-bottom: 0;
    line-height: 1.45;
}

.pea-certificate-caption a {
    color: #0552a8;
    font-weight: 700;
    text-decoration: none;
}

.pea-certificate-caption a:hover {
    color: #023a78;
    text-decoration: underline;
}

.pea-final-cta {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem;
    border: 1px solid rgba(5, 82, 168, 0.14);
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0.75rem 2rem rgba(38, 50, 56, 0.08);
}

@media (max-width: 991.98px) {
    .pea-page-summary img {
        height: 14rem;
    }
}

@media (max-width: 767.98px) {
    .pea-page-hero {
        padding: 3rem 0 2rem;
    }

    .pea-page-hero h1 {
        font-size: 2rem;
    }

    .pea-page-section {
        padding: 2rem 0;
    }

    .pea-info-card {
        min-height: auto;
    }

    .pea-document-grid {
        grid-template-columns: 1fr;
    }

    .pea-certificate-frame,
    .pea-certificate-frame img {
        height: 18rem;
        min-height: 18rem;
    }

    .pea-final-cta {
        align-items: flex-start;
        flex-direction: column;
    }
}
