/* Removed conflicting layout rules - intro-section now inherits link-card behavior */

/* .intro-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 1rem;
} */

.intro-text-block {
    text-align: center;
}

/* .intro-section p {
    max-width: 900px;
    font-size: 2.5rem;
    line-height: 1.4;
    color: var(--swatch--neutral-800);
    text-align: center;
    font-weight: 400;
    letter-spacing: -0.02em;
} */