/* Headers, identity typography, download CTA */
.matrix-header {
    margin-top: 0 !important;
    margin-bottom: 12px !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    font-size: 1.25rem;
    text-align: center;
}

.matrix-identity {
    text-transform: uppercase;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    letter-spacing: 2px;
    text-shadow: 0 0 8px #00ff46, 0 0 18px #00ff46, 0 0 24px rgba(0,255,70,0.5);
    font-size: 2rem;
    text-align: center;
    display: block;
    margin: 0;
}

.matrix-cta {
    text-transform: uppercase;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    letter-spacing: 1px;
    text-shadow: 0 0 5px rgba(0, 255, 70, 0.5), 0 0 10px rgba(0, 255, 70, 0.2);
    text-align: center;
    display: block;
}

h1, h2, h3, h4, h5, h6, a, .download-btn, .icons li a {
    text-shadow: 0 0 5px rgba(0, 255, 70, 0.5), 0 0 10px rgba(0, 255, 70, 0.2);
}

.profile-img {
    border: 2px solid rgba(0, 255, 70, 0.4);
    box-shadow: 0 0 12px 2px rgba(0,255,70,0.25);
}

.download-btn {
    border-radius: 1rem;
    font-weight: bold;
    font-size: 1em;
    padding: 0 1.25rem;
    line-height: 2rem;
    transition: all 0.3s ease;
    min-height: 48px;
    min-width: 48px;
    margin-bottom: 12px;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(0, 255, 70, 0.2);
    color: #fff;
    box-shadow: 0 0 16px 2px rgba(0,255,70,0.25), 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0 0 8px rgba(0,255,70,0.6), 0 0 16px rgba(0,255,70,0.3);
    animation: downloadBtnPulse 2.5s ease-in-out infinite;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.download-btn:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #000;
    transform: scale(1.05);
}
