/* MFF Portal — custom styles */

.hero {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 40%, #0f3460 100%);
    color: #fff;
    padding: 96px 0 80px;
}

.hero h1 {
    font-size: 3rem;
    font-weight: 800;
    letter-spacing: -0.5px;
}

.hero .lead {
    font-size: 1.25rem;
    opacity: 0.85;
}

/* Pricing cards */
.pricing-card {
    border: 1px solid #dee2e6;
    border-radius: 12px;
    transition: box-shadow 0.2s, transform 0.2s;
}

.pricing-card:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
    transform: translateY(-2px);
}

.pricing-card.featured {
    border-color: #0d6efd;
    box-shadow: 0 4px 20px rgba(13,110,253,0.18);
}

.pricing-price {
    font-size: 2.5rem;
    font-weight: 800;
    color: #0d6efd;
}

.pricing-price sup {
    font-size: 1.2rem;
    font-weight: 600;
    vertical-align: top;
    margin-top: 8px;
}

.pricing-price sub {
    font-size: 0.9rem;
    font-weight: 400;
    color: #6c757d;
}

/* Feature table */
.feature-check {
    color: #198754;
    font-weight: 700;
}

.feature-x {
    color: #dee2e6;
}

/* App grid icons */
.app-icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin: 0 auto 8px;
}

/* Navbar */
.navbar-brand {
    font-size: 1.1rem;
    letter-spacing: 0.3px;
}

/* Footer */
footer a {
    color: rgba(255,255,255,0.5);
    text-decoration: none;
}

footer a:hover {
    color: rgba(255,255,255,0.8);
}
