/* Home page — hero section only. Theme vars come from shared.css */

.hero-section {
    min-height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 18px 40px;
}

.hero-section h1 {
    font-size: clamp(1.6rem, 5vw, 2.2rem);
    font-weight: 600;
    letter-spacing: -0.5px;
    color: var(--text-color);
    margin-bottom: 8px;
    line-height: 1.2;
}

.hero-section p {
    font-size: 0.95rem;
    color: var(--muted-color);
    margin-bottom: 24px;
    line-height: 1.6;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.discord-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #5865F2;
    color: white;
    border-color: transparent;
}

.discord-btn:hover {
    background-color: #4752C4;
}

.discord-icon {
    display: inline-flex;
    width: 1.1em;
    height: 1.1em;
    min-width: 1.1em;
    fill: currentColor;
}
