/* Custom styles to complement Bulma */
.hero.is-primary {
    background: linear-gradient(135deg, #4a65ff, #2243eb);
}

.qr-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.qr-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.qr-logo {
    max-width: 100px;
    height: auto;
    margin: 0 auto 1rem auto;
}

.content h1, .content h2, .content h3 {
    color: #363636;
}

.footer {
    background-color: #f7f7f7;
}

.feature-icon {
    font-size: 2rem;
    color: #2243eb;
    margin-bottom: 1rem;
}

.has-text-primary-gradient {
    background: linear-gradient(135deg, #4a65ff, #2243eb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section.is-white-offset {
    background-color: #f9f9f9;
}

.comparison-table th {
    background-color: #f5f5f5;
}

.cta-section {
    background: linear-gradient(135deg, rgba(74, 101, 255, 0.1), rgba(34, 67, 235, 0.1));
}

.navbar-item img {
    max-height: 2.5rem;
}

.navbar.is-shadow {
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

@media screen and (max-width: 768px) {
    .reverse-columns {
        flex-direction: column-reverse;
        display: flex;
    }
}
