.pm-linkhub-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(48px, 8vw, 96px) 20px;
    background: var(--pm-color-ink);
    color: var(--pm-color-paper);
    text-align: center;
}

.pm-linkhub-shell {
    width: min(100%, 460px);
}

.pm-linkhub-logo {
    width: 84px;
    height: 84px;
    margin: 0 auto 22px;
    display: block;
}

.pm-linkhub-kicker {
    margin: 0 0 6px;
    color: var(--pm-color-orange);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.pm-linkhub-tagline {
    margin: 0 0 32px;
    color: rgba(255, 253, 248, 0.72);
    font-size: 16px;
}

.pm-linkhub-links {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.pm-linkhub-button {
    display: block;
    padding: 16px 20px;
    border-radius: var(--pm-radius);
    border: 1px solid var(--pm-color-line-dark);
    background: rgba(255, 253, 248, 0.04);
    color: var(--pm-color-paper);
    font-weight: 700;
    text-decoration: none;
    transition: border-color 0.15s ease, background-color 0.15s ease, transform 0.15s ease;
}

.pm-linkhub-button:hover,
.pm-linkhub-button:focus-visible {
    border-color: var(--pm-color-orange);
    background: rgba(245, 158, 1, 0.1);
    color: var(--pm-color-orange);
    transform: translateY(-1px);
}
