/* ========================================================================
   FINAL SECTION STYLES: GET INVOLVED
   This final block owns the closing contact section only: dark Foundation
   background, local-font hierarchy, action buttons, and the translucent office
   card. Keeping it physically last makes the final section easy to maintain.
   ======================================================================== */
.pu-new-src-get-involved-section { padding: 80px 0; background: #0f0445; color: #fff; overflow: hidden; }
.pu-new-src-get-involved-row { min-height: 454px; }
.pu-new-src-get-involved-copy { padding-right: 17px; }
.pu-new-src-get-involved-eyebrow { margin: 0 0 12px; color: #fff; font-size: 36px; font-weight: 700; line-height: 100%; }
.pu-new-src-get-involved-copy h2 { margin: 0; color: #ffc800; font-family: var(--font-display); font-size: 64px; font-weight: 700; line-height: 110%; }
.pu-new-src-get-involved-description { max-width: 530px; margin: 18px 0 0; color: #fff; font-size: 18px; }
.pu-new-src-get-involved-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.pu-new-src-get-involved-primary,
.pu-new-src-get-involved-secondary { 
    display: inline-flex; 
    min-height: 44px; 
    align-items: center; 
    justify-content: center; 
    padding: 10px 18px; 
    border-radius: 20px; 
    font-size: 18px; 
    font-weight: 700; 
    line-height: 135%; 
    text-decoration: none; 
    
    /* Smooth transition setup */
    transition: transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    will-change: transform;
}

.pu-new-src-get-involved-primary { 
    width: 211px; 
    background: #ffc800; 
    color: #0f0445; 
}

.pu-new-src-get-involved-secondary { 
    width: 250px; 
    border: 1px solid rgb(255 255 255 / 32%); 
    background: #fff; 
    color: #0f0445; 
}

/* Hover effect for both buttons */
.pu-new-src-get-involved-primary:hover,
.pu-new-src-get-involved-secondary:hover {
    transform: scale(1.04);
}.pu-new-src-get-involved-contact-column { display: flex; justify-content: flex-end; }
.pu-new-src-get-involved-contact-card { display: flex; width: 100%; max-width: 537px; min-height: 454px; flex-direction: column; justify-content: space-between; margin: 0; padding: 40px; border: 1.17px solid #fff; border-radius: 23.36px; background: rgb(255 255 255 / 10%); font-style: normal; }
.pu-new-src-get-involved-contact-card h3 { margin: 0 0 4px; color: #ffc800; font-family: var(--font-display); font-size: 22px; font-weight: 700; line-height: 130%; }
.pu-new-src-get-involved-contact-card p { margin: 0; color: #fff; font-size: 20px; line-height: 130%; }
.pu-new-src-get-involved-contact-card a { color: inherit; text-decoration: none; }