.link-card p {
    color: var(--swatch--neutral-800);
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -0.01em;
}

.panel-number {
    font-size: 0.9rem;
    color: var(--swatch--primary-500);
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-family: 'Inconsolata', monospace;
}

.panel-button {
    margin-top: 1rem;
}

.closing-section {
    height: calc(100dvh - 120px) !important;
    min-height: calc(100dvh - 120px);
}

.closing-section .text-panel.full-width {
    flex: 0 0 70%;
    max-width: none;
    padding: 3rem;
}

.button-panel {
    flex: 0 0 30%;
    background: var(--swatch--neutral-800);
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -10px 0 30px rgba(3,10,15,0.1);
    min-height: 30dvh;
}