    .page-tagline {
        display: block;
        max-width: 500px;
        margin: 16px auto;
        padding: 12px 0;
        color: #0B3C5D;
        font-size: 18px;
        font-weight: 600;
        font-style: italic;
        border-top: 1px solid #000000;
        border-bottom: 1px solid #000000;
        text-align: center;
    }
    
    .section-hero .page-img-full {
        max-width: 800px;
        max-height: 450px;
        width: auto;
        margin: 0 auto 20px auto;
        display: block;
    }
    
    .card-icon {
        font-size: 20px;
        margin-bottom: 12px;
    }
    
    .page-cta-row {
        text-align: center;
        margin: 30px 0 50px 0;
    }
    
    .btn-secondary {
        display: inline-block;
        background-color: #ffffff;
        color: #0B3C5D;
        border: 2px solid #0B3C5D;
        font-weight: 600;
        font-size: 16px;
        padding: 12px 28px;
        border-radius: 6px;
        text-decoration: none;
        transition: background-color 0.2s ease, color 0.2s ease;
    }

    .btn-secondary:hover {
        background-color: #0B3C5D;
        color: #ffffff;
    }