.landing-shell {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    padding: 2rem 1rem;
}

.landing-content {
    text-align: center;
    max-width: 480px;
}

.landing-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #2a2a2a;
    margin: 0 0 0.5rem;
}

.landing-subtitle {
    font-size: 1.1rem;
    color: #6b7280;
    margin: 0 0 2.5rem;
}

/* Countdown */
.countdown {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2.5rem;
}

.countdown-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.countdown-value {
    font-size: 2.4rem;
    font-weight: 700;
    color: #2a2a2a;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}

.countdown-label {
    font-size: 0.75rem;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 0.35rem;
}

/* Actions */
.landing-actions {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
}

.landing-btn {
    padding: 0.7rem 1.5rem;
    font-size: 0.95rem;
    border-radius: 6px;
    text-decoration: none;
}

.landing-btn-secondary {
    background: #fff;
    border: 1px solid #d1d5db;
    color: #374151;
}

.landing-btn-secondary:hover {
    background: #f3f4f6;
}
