/* --- BRANDING --- */
.logo { max-width: 140px; margin-bottom: 15px; }

.big-font {
    font-family: 'NowAlt', sans-serif;
    font-size: 2.8rem;
    text-transform: uppercase;
}

.subtitle {
    color: rgba(0, 240, 255, 0.5);
    letter-spacing: 3px;
    font-size: 13px;
    margin-bottom: 40px;
}

/* --- HOME FEATURES --- */
.features {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
}

.features div { text-align: center; opacity: 0.7; }
.features span { font-size: 24px; display: block; }

/* --- THE MAIN PILL BUTTON --- */
.btn-stack {
    margin-bottom: 80px;
}

.print-btn {
    width: 320px;
    padding: 18px;
    font-size: 18px;
    font-family: 'NowAlt', sans-serif;
    cursor: pointer;
    border: none;
    border-radius: 40px;
    background: linear-gradient(90deg, #00f0ff, #0044cc);
    color: #000;
    font-weight: 900;
    text-transform: uppercase;
    box-shadow: 0 0 20px rgba(0, 240, 255, 0.4);
    transition: 0.3s;
	margin-bottom: 300px;
}
