.hero-gradient {
    background: radial-gradient(circle at top, rgba(62, 109, 255, 0.25), transparent 55%),
        linear-gradient(120deg, #0f172a 0%, #111827 35%, #1f2937 100%);
    color: #f8fafc;
}

.hero-badge {
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 700;
    color: rgba(248, 250, 252, 0.7);
}

.hero-card {
    background: rgba(15, 23, 42, 0.6);
    border: 1px solid rgba(148, 163, 184, 0.3);
    border-radius: 24px;
}

.hero-logo {
    width: 96px;
    height: 96px;
}

.hero-cta .btn {
    min-width: 220px;
}

.floating-tile {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 30px 60px rgba(15, 23, 42, 0.2);
}

.feature-card {
    border-radius: 24px;
    border: 1px solid rgba(148, 163, 184, 0.2);
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
    overflow: hidden;
}

.feature-card img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    object-position: top;
}

.feature-icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #0f172a;
    background: rgba(59, 130, 246, 0.12);
}

.highlight-panel {
    border-radius: 28px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.12), rgba(14, 165, 233, 0.2));
    border: 1px solid rgba(59, 130, 246, 0.25);
}

.stats-card {
    border-radius: 20px;
    background: #0f172a;
    color: #f8fafc;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.2);
}

.stats-card .stat-number {
    font-size: 2rem;
    font-weight: 700;
}

.trustpilot-wrapper {
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.15);
}

@media (max-width: 767.98px) {
    .hero-cta .btn {
        width: 100%;
    }

    .hero-card {
        border-radius: 20px;
    }
}