.yde-page {
    color: #263238;
}

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

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

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

.yde-page-eyebrow,
.yde-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;
}

.yde-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);
}

.yde-page-summary img {
    display: block;
    width: 100%;
    height: 15rem;
    padding: 0.75rem;
    border-bottom: 1px solid rgba(38, 50, 56, 0.08);
    background-color: #f4f7f9;
    object-fit: contain;
    object-position: top center;
}

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

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

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

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

.yde-info-card,
.yde-detail-card,
.yde-interval-card,
.yde-document-card,
.yde-step-card,
.yde-sample-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);
}

.yde-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;
}

.yde-info-card:hover,
.yde-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);
}

.yde-info-icon,
.yde-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;
}

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

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

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

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

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

.yde-detail-card,
.yde-step-card,
.yde-interval-card {
    padding: 1.25rem;
}

.yde-detail-card h3,
.yde-step-card h3,
.yde-interval-card h3 {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    line-height: 1.45;
}

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

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

.yde-requirement-item {
    display: flex;
    gap: 0.9rem;
    align-items: flex-start;
    padding: 1rem;
    border-left: 4px solid #0f766e;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0.4rem 1.25rem rgba(38, 50, 56, 0.05);
}

.yde-requirement-item i {
    font-size: 1.1rem;
    line-height: 1.5;
}

.yde-interval-card span,
.yde-step-card span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 8px;
    font-weight: 800;
}

.yde-interval-card span {
    background-color: rgba(15, 118, 110, 0.1);
    color: #0f766e;
}

.yde-step-card span {
    background-color: #eaf2fb;
    color: #0552a8;
}

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

.yde-document-card {
    display: flex;
    gap: 0.9rem;
    align-items: flex-start;
    min-height: 5rem;
    padding: 1rem;
    color: #37474f;
    font-weight: 600;
}

.yde-document-card i {
    color: #0f766e;
    font-size: 1.1rem;
    line-height: 1.5;
}

.yde-sample-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

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

.yde-sample-frame img {
    width: 100%;
    height: 18rem;
    object-fit: contain;
}

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

.yde-sample-caption h3 {
    margin-bottom: 0;
    line-height: 1.45;
}

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

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

.yde-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) {
    .yde-page-summary img {
        height: 14rem;
    }
}

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

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

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

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

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

    .yde-sample-frame,
    .yde-sample-frame img {
        height: 18rem;
        min-height: 18rem;
    }

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