/* ==========================================================================
   Evonee Landing Page CSS (Matching Image 2)
   ========================================================================== */

.evonee-landing {
    font-family: 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, Roboto, sans-serif;
    color: #1e1b2e;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

.el-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* Topbar */
.el-topbar {
    background: #0f172a;
    color: #cbd5e1;
    font-size: 12px;
    padding: 8px 0;
}

.el-topbar-right {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

/* Navbar */
.el-navbar {
    background: #ffffff;
    border-bottom: 1px solid #f1f5f9;
    padding: 16px 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.el-nav-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.el-logo {
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
}

.el-logo-icon {
    font-size: 24px;
    font-weight: 900;
    color: #6d28d9;
    background: #f3f0fc;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.el-logo-text {
    font-size: 24px;
    font-weight: 800;
    color: #1e1b2e;
    letter-spacing: -0.03em;
}

.el-nav-menu {
    display: flex;
    align-items: center;
    gap: 28px;
}

.el-nav-menu a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: #475569;
    transition: color 0.15s;
}

.el-nav-menu a:hover,
.el-nav-menu a.el-active {
    color: #6d28d9;
}

/* Buttons */
.eq-trigger {
    border: none;
    cursor: pointer;
    font-weight: 700;
    border-radius: 8px;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.el-btn-orange {
    background: #ff7a00;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 13.5px;
    box-shadow: 0 4px 12px rgba(255, 122, 0, 0.25);
}

.el-btn-orange:hover {
    background: #e66e00;
    transform: translateY(-1px);
}

.el-btn-hero {
    background: #ff7a00;
    color: #ffffff;
    padding: 14px 28px;
    font-size: 16px;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(255, 122, 0, 0.3);
}

.el-btn-hero:hover {
    background: #e66e00;
    transform: translateY(-2px);
}

.el-btn-card {
    background: transparent;
    color: #6d28d9;
    font-size: 13px;
    padding: 4px 0;
}

.el-btn-card:hover {
    color: #4c1d95;
    text-decoration: underline;
}

.el-btn-dark {
    background: #0f172a;
    color: #ffffff;
    padding: 12px 24px;
    font-size: 14px;
    border-radius: 8px;
}

.el-btn-dark:hover {
    background: #1e293b;
}

/* Hero Section */
.el-hero {
    background: linear-gradient(135deg, #fdfbfb 0%, #f3f0fc 100%);
    padding: 60px 0;
}

.el-hero-flex {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 40px;
    align-items: center;
}

.el-hero-images {
    display: flex;
    justify-content: center;
}

.el-hero-stack {
    width: 100%;
    max-width: 440px;
    height: 320px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(109, 40, 217, 0.12);
}

.el-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.el-hero-content h1 {
    font-size: 42px;
    font-weight: 900;
    color: #0f172a;
    line-height: 1.15;
    margin: 0 0 12px;
    letter-spacing: -0.02em;
}

.el-hero-sub {
    font-size: 18px;
    color: #475569;
    margin: 0 0 24px;
    line-height: 1.4;
}

.el-hero-badges {
    display: flex;
    gap: 16px;
    margin-bottom: 28px;
}

.el-hbadge {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    padding: 8px 14px;
    border-radius: 30px;
    font-size: 12.5px;
    font-weight: 700;
    color: #334155;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.el-hbadge svg {
    color: #6d28d9;
}

.el-hero-cta-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.el-hero-subtext {
    font-size: 12px;
    color: #64748b;
}

/* Products Section (Ultra Premium & Interactive) */
.el-products-section {
    padding: 40px 0 !important;
    background: #ffffff !important;
}

.el-section-title {
    font-size: 28px !important;
    font-weight: 800 !important;
    text-align: center !important;
    color: #0f172a !important;
    margin: 0 0 8px !important;
    letter-spacing: -0.02em !important;
}

.el-title-line {
    width: 48px !important;
    height: 4px !important;
    background: linear-gradient(90deg, #6d28d9 0%, #8b5cf6 100%) !important;
    border-radius: 4px !important;
    margin: 0 auto 36px !important;
}

.el-grid {
    display: grid !important;
    grid-template-columns: repeat(var(--eq-cols-desktop, 6), 1fr) !important;
    gap: var(--eq-grid-gap, 20px) !important;
    width: 100% !important;
    box-sizing: border-box !important;
    margin: 0 auto !important;
}

.el-card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    padding: 20px 14px 18px !important;
    text-align: center !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: space-between !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    width: 100% !important;
    min-height: 250px !important;
    cursor: pointer !important;
    position: relative !important;
    overflow: hidden !important;
    user-select: none !important;
}

/* Subtle top border accent highlight on hover */
.el-card::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 3px !important;
    background: linear-gradient(90deg, #6d28d9 0%, #a855f7 100%) !important;
    opacity: 0 !important;
    transition: opacity 0.3s ease !important;
}

.el-card:hover {
    border-color: #a78bfa !important;
    transform: translateY(-8px) scale(1.01) !important;
    box-shadow: 0 20px 30px -10px rgba(109, 40, 217, 0.16), 0 4px 6px -2px rgba(0, 0, 0, 0.03) !important;
}

.el-card:hover::before {
    opacity: 1 !important;
}

.el-card:active {
    transform: translateY(-2px) scale(0.99) !important;
}

.el-card-img {
    width: 100% !important;
    height: var(--eq-img-height, 150px) !important;
    margin-bottom: 14px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #ffffff !important;
    border-radius: 10px !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
}

.el-card-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: var(--eq-img-fit, cover) !important;
    border-radius: 10px !important;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.el-card:hover .el-card-img img {
    transform: scale(1.08) !important;
}

.el-card-title {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin: 4px 0 10px !important;
    text-align: center !important;
    line-height: 1.3 !important;
    transition: color 0.25s ease !important;
}

.el-card:hover .el-card-title {
    color: #6d28d9 !important;
}

/* Premium Pill Button CTA */
.el-card-action {
    margin-top: auto !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
}

.el-btn-card {
    background: #f3f0fc !important;
    color: #6d28d9 !important;
    font-size: 12.5px !important;
    font-weight: 700 !important;
    padding: 8px 18px !important;
    border-radius: 20px !important;
    box-shadow: none !important;
    border: 1px solid transparent !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.eq-arrow {
    display: inline-block !important;
    transition: transform 0.25s ease !important;
}

.el-card:hover .el-btn-card {
    background: #6d28d9 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(109, 40, 217, 0.3) !important;
}

.el-card:hover .eq-arrow {
    transform: translateX(4px) !important;
}

/* Custom Banner */
.el-custom-banner-wrap {
    padding: 20px 0 60px;
}

.el-custom-banner {
    background: #f3f0fc;
    border-radius: 16px;
    padding: 30px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.el-cb-content {
    display: flex;
    align-items: center;
    gap: 20px;
}

.el-cb-icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.el-cb-content h3 {
    font-size: 22px;
    font-weight: 800;
    color: #1e1b2e;
    margin: 0 0 4px;
}

.el-cb-content p {
    font-size: 14px;
    color: #64748b;
    margin: 0;
}

/* How It Works Row */
.el-how-row {
    background: #faf9fd;
    padding: 30px 0;
    border-top: 1px solid #f1f5f9;
    border-bottom: 1px solid #f1f5f9;
}

.el-how-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.el-how-label h3 {
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
}

.el-how-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12.5px;
}

.el-how-step-num {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #6d28d9;
    color: #ffffff;
    font-weight: 700;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.el-how-item strong {
    display: block;
    color: #0f172a;
}

.el-how-item p {
    margin: 0;
    color: #64748b;
    font-size: 11.5px;
}

.el-how-arrow {
    color: #cbd5e1;
    font-weight: bold;
}

/* Footer */
.el-footer {
    background: #0b0f19;
    color: #94a3b8;
    padding: 60px 0 20px;
    font-size: 13px;
}

.el-footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.2fr;
    gap: 40px;
    margin-bottom: 40px;
}

.el-logo-light .el-logo-text {
    color: #ffffff;
}

.el-tagline {
    font-size: 11px;
    font-weight: 800;
    color: #6d28d9;
    letter-spacing: 0.1em;
    margin: 8px 0 12px;
}

.el-about-text {
    line-height: 1.6;
    max-width: 320px;
}

.el-footer-col h4 {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 16px;
}

.el-footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.el-footer-col a {
    color: #94a3b8;
    text-decoration: none;
    transition: color 0.15s;
}

.el-footer-col a:hover {
    color: #ffffff;
}

.el-footer-bottom {
    border-top: 1px solid #1e293b;
    padding-top: 20px;
}

.el-fb-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.el-payments {
    display: flex;
    gap: 12px;
    font-weight: 800;
    font-size: 12px;
    color: #64748b;
}

/* Responsive Grid */
@media (max-width: 1024px) {
    .el-grid {
        grid-template-columns: repeat(var(--eq-cols-tablet, 3), 1fr) !important;
    }
    .el-footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 640px) {
    .el-hero-flex {
        grid-template-columns: 1fr;
    }
    .el-grid {
        grid-template-columns: repeat(var(--eq-cols-mobile, 2), 1fr) !important;
    }
    .el-how-grid {
        flex-direction: column;
        align-items: flex-start;
    }
    .el-custom-banner {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    .el-cb-content {
        flex-direction: column;
    }
}
