/* Email Notifications Landing Page — Leadnest.ai */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

:root {
    --el-primary:       #673AB7;
    --el-primary-dark:  #5e35b1;
    --el-blue:          #673AB7;
    --el-blue-light:    #9c6fdb;
    --el-blue-pale:     rgba(103, 58, 183, 0.07);
    --el-text:          #1f2937;
    --el-text-muted:    #64748b;
    --el-heading:       #0f172a;
    --el-bg-light:      #f8fafc;
    --el-white:         #ffffff;
    --el-border:        #f1f5f9;
}

html { height: auto !important; overflow-x: clip !important; }
body { height: auto !important; overflow-x: clip !important; overflow-y: visible !important; position: relative; margin: 0; padding: 0; }
main { overflow: visible !important; }

.el-wrapper {
    font-family: 'Poppins', sans-serif;
    color: var(--el-text);
    padding-top: 0;
    position: relative;
    width: 100%;
    max-width: 100vw;
}

.el-bg-light  { background: var(--el-bg-light); }
.el-bg-white  { background: var(--el-white); }

/* ══ HERO ══ */
.el-hero {
    height: calc(100vh - 90px);
    min-height: 620px;
    background: var(--el-white);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.el-hero-bg-grid {
    position: absolute; inset: 0;
    background-image:
        linear-gradient(to right,  rgba(103, 58, 183, 0.12) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(103, 58, 183, 0.12) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: radial-gradient(ellipse at 50% 40%, black 50%, transparent 90%);
    -webkit-mask-image: radial-gradient(ellipse at 50% 40%, black 50%, transparent 90%);
    pointer-events: none; z-index: 1;
}
.el-hero-content {
    max-width: 1240px; margin: 0 auto;
    display: flex; align-items: center; gap: 60px;
    padding: 0 24px; position: relative; z-index: 2; width: 100%;
}
.el-hero-text  { flex: 1.15; }
.el-hero-visual {
    flex: 0.95; position: relative; z-index: 2;
    display: flex; align-items: center; justify-content: center;
}
.el-hero-badge {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 8px 18px;
    background: var(--el-blue-pale);
    color: var(--el-blue);
    border: 1px solid rgba(37, 99, 235, 0.2);
    border-radius: 100px; font-size: 13px; font-weight: 600;
    margin-bottom: 28px; letter-spacing: 0.3px;
}
.el-hero-badge i { font-size: 14px; }
.el-hero-text h1 {
    font-size: 52px; font-weight: 600; line-height: 1.12;
    margin-bottom: 24px; color: var(--el-heading); letter-spacing: -0.03em;
}
.el-accent-blue { color: var(--el-blue); }
.el-hero-text p {
    font-size: 18px; line-height: 1.6; color: #4b5563;
    margin-bottom: 36px; max-width: 95%; font-weight: 400;
}
.el-hero-image {
    width: 100%; height: auto; border-radius: 16px;
    box-shadow: 0 24px 64px rgba(103, 58, 183, 0.12), 0 4px 16px rgba(0,0,0,0.08);
    display: block;
    transition: transform 0.4s cubic-bezier(0.16,1,0.3,1), box-shadow 0.4s ease;
}
.el-hero-image:hover {
    transform: translateY(-4px);
    box-shadow: 0 32px 80px rgba(103, 58, 183, 0.16), 0 8px 24px rgba(0,0,0,0.1);
}
.el-hero-cta { display: flex; gap: 16px; margin-bottom: 44px; flex-wrap: wrap; }

.el-btn {
    padding: 14px 32px; border-radius: 12px;
    font-weight: 600; font-family: 'Poppins', sans-serif;
    transition: all 0.2s cubic-bezier(0.4,0,0.2,1);
    cursor: pointer; border: none; font-size: 15px;
    display: inline-flex; align-items: center; justify-content: center;
    gap: 10px; text-decoration: none !important;
}
.el-btn-lg { padding: 16px 36px; font-size: 16px; }
.el-btn-primary {
    background: var(--el-primary); color: white !important;
    box-shadow: 0 4px 14px rgba(103,58,183,0.25);
}
.el-btn-primary:hover { background: var(--el-primary-dark); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(103,58,183,0.3); }
.el-btn-primary i { transition: transform 0.2s ease; }
.el-btn-primary:hover i { transform: translateX(4px); }
.el-btn-secondary { background: #f3f4f6; color: #111827 !important; border: 1px solid transparent; }
.el-btn-secondary:hover { background: #e5e7eb; transform: translateY(-2px); }
.el-btn-white { background: white; color: var(--el-primary) !important; padding: 18px 40px; font-size: 16px; font-weight: 600; }
.el-btn-white:hover { background: #f8fafc; transform: translateY(-3px) scale(1.02); box-shadow: 0 15px 30px rgba(0,0,0,0.2); }
.el-btn-outline { background: rgba(255,255,255,0.05); color: white !important; border: 2px solid rgba(255,255,255,0.3); padding: 18px 40px; font-size: 16px; font-weight: 600; backdrop-filter: blur(10px); }
.el-btn-outline:hover { background: rgba(255,255,255,0.15); border-color: white; transform: translateY(-3px) scale(1.02); }

.el-hero-trust { display: flex; align-items: center; gap: 28px; padding-top: 28px; border-top: 1px solid var(--el-border); }
.el-trust-divider { width: 1px; height: 24px; background: #e2e8f0; flex-shrink: 0; }
.el-trust-item { display: flex; align-items: center; gap: 8px; font-size: 14px; color: #374151; font-weight: 500; }
.el-trust-item i { color: var(--el-blue); font-size: 18px; }

/* ══ PARTNER SLIDER ══ */
.el-partner-section {
    padding: 70px 0;
    background: linear-gradient(to bottom, #ffffff, #f8fafc);
    border-bottom: 1px solid var(--el-border);
}
.el-trusted-heading {
    text-align: center; font-family: 'Poppins', sans-serif;
    font-size: 14px; font-weight: 600; color: var(--el-primary);
    margin-bottom: 50px; text-transform: uppercase; letter-spacing: 2px;
    display: flex; align-items: center; justify-content: center; gap: 20px;
}
.el-trusted-heading::before,
.el-trusted-heading::after { content: ''; height: 1px; width: 60px; background: rgba(103,58,183,0.2); }
.el-partner-img { filter: none; opacity: 0.85; transition: all 0.4s cubic-bezier(0.4,0,0.2,1); max-height: 40px; width: auto !important; margin: 0 auto; }
.el-partner-img:hover { transform: scale(1.08); opacity: 1; }

/* ══ STATS BAND ══ */
.el-stats-band { background: #0f172a; padding: 70px 0; color: white; position: relative; z-index: 10; }
.el-stats-container { max-width: 1100px; margin: 0 auto; padding: 0 24px; display: flex; justify-content: space-between; text-align: center; flex-wrap: wrap; gap: 32px; }
.el-stat-value { font-size: 36px; font-weight: 600; margin-bottom: 8px; color: var(--el-blue); font-family: 'Poppins', sans-serif; }
.el-stat-label { font-size: 11px; font-weight: 500; letter-spacing: 1.5px; opacity: 0.55; text-transform: uppercase; }

/* ══ FEATURE SECTIONS ══ */
.el-feature-section { padding: 100px 0; }
.el-feature-container {
    max-width: 1240px; margin: 0 auto;
    display: flex; align-items: center; gap: 80px; padding: 0 24px;
}
.el-feature-content { flex: 1; }
.el-feature-image   { flex: 1; }

.el-feature-badge {
    display: inline-block; padding: 6px 14px;
    background: var(--el-blue-pale); color: var(--el-blue);
    border: 1px solid rgba(37, 99, 235, 0.2);
    border-radius: 6px; font-size: 11px; font-weight: 600;
    margin-bottom: 20px; letter-spacing: 1px; text-transform: uppercase;
}
.el-feature-content h2 { font-size: 36px; font-weight: 600; line-height: 1.25; margin-bottom: 20px; color: var(--el-heading); letter-spacing: -0.02em; }
.el-feature-desc { font-size: 17px; line-height: 1.7; color: var(--el-text-muted); margin-bottom: 32px; font-weight: 400; }
.el-feature-highlights { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.el-feature-highlights li { display: flex; align-items: center; gap: 12px; font-size: 15px; font-weight: 500; color: var(--el-heading); }
.el-feature-highlights li i { color: var(--el-blue); font-size: 18px; }
.el-feature-img {
    width: 100%; height: auto; border-radius: 16px;
    box-shadow: 0 20px 50px rgba(103, 58, 183, 0.08), 0 4px 16px rgba(0,0,0,0.06);
    display: block;
    transition: transform 0.4s cubic-bezier(0.16,1,0.3,1), box-shadow 0.4s ease;
}
.el-feature-img:hover { transform: translateY(-4px); box-shadow: 0 28px 64px rgba(103, 58, 183, 0.12), 0 8px 24px rgba(0,0,0,0.08); }

/* ══ SECTION HEADER ══ */
.el-section-header { text-align: center; margin-bottom: 60px; }
.el-section-header-sm { margin-bottom: 40px; }
.el-section-eyebrow { font-size: 12px; font-weight: 600; color: var(--el-primary); letter-spacing: 1.5px; margin-bottom: 12px; text-transform: uppercase; }
.el-section-header h2 { font-size: 36px; font-weight: 600; color: var(--el-heading); margin-bottom: 16px; letter-spacing: -0.02em; }
.el-section-header p  { font-size: 17px; color: var(--el-text-muted); font-weight: 400; }

/* ══ CAPABILITIES ══ */
.el-capabilities-section { padding: 100px 0; }
.el-capabilities-container { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
.el-capabilities-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.el-cap-card { background: white; padding: 32px 24px; border-radius: 20px; border: 1px solid var(--el-border); transition: all 0.3s ease; position: relative; }
.el-cap-card:hover { transform: translateY(-8px); box-shadow: 0 15px 30px rgba(0,0,0,0.04); border-color: rgba(103,58,183,0.2); }
.el-cap-icon { width: 50px; height: 50px; background: var(--el-blue-pale); color: var(--el-blue); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 20px; }
.el-cap-card h3 { font-size: 17px; font-weight: 600; color: var(--el-heading); margin-bottom: 16px; }
.el-cap-list { list-style: none; padding: 0; margin: 0; }
.el-cap-list li { display: flex; align-items: center; gap: 8px; font-size: 13.5px; color: var(--el-text-muted); margin-bottom: 10px; font-weight: 400; }
.el-cap-list li i { color: var(--el-primary); font-size: 14px; }
.el-cap-featured { background: #fdfbff; border: 1.5px solid rgba(103,58,183,0.3); }
.el-cap-badge { position: absolute; top: -12px; right: 24px; background: var(--el-primary); color: white; padding: 4px 12px; border-radius: 100px; font-size: 9px; font-weight: 600; letter-spacing: 0.5px; }
.el-cap-featured .el-cap-icon { background: rgba(103,58,183,0.07); color: var(--el-primary); }
.el-cap-note { margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--el-border); font-size: 12px; color: var(--el-primary); font-weight: 500; }

/* ══ USE CASES ══ */
.el-use-cases-section { padding: 100px 0; }
.el-use-cases-container { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
.el-use-cases-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.el-use-case-card { background: var(--el-bg-light); padding: 36px 28px; border-radius: 20px; text-align: center; border: 1px solid transparent; transition: all 0.3s ease; }
.el-use-case-card:hover { transform: translateY(-5px); box-shadow: 0 12px 30px rgba(103,58,183,0.08); border-color: rgba(103,58,183,0.2); background: white; }
.el-use-case-icon { width: 64px; height: 64px; background: var(--el-blue-pale); color: var(--el-blue); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 26px; margin: 0 auto 20px; transition: background 0.3s ease; }
.el-use-case-card:hover .el-use-case-icon { background: rgba(103,58,183,0.12); }
.el-use-case-card h3 { font-size: 19px; font-weight: 600; color: var(--el-heading); margin-bottom: 10px; }
.el-use-case-card p  { color: var(--el-text-muted); font-size: 14px; line-height: 1.6; font-weight: 400; }

/* ══ FAQ ══ */
.el-faq-section { padding: 100px 0; }
.el-faq-container { max-width: 1240px; margin: 0 auto; padding: 0 24px; }
.el-faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; }
.el-faq-col { display: flex; flex-direction: column; gap: 16px; }
.el-faq-item { background: var(--el-white); border-radius: 16px; border: 1px solid var(--el-border); overflow: hidden; transition: border-color 0.25s ease, box-shadow 0.25s ease; }
.el-faq-item:hover { border-color: rgba(103,58,183,0.25); box-shadow: 0 4px 20px rgba(103,58,183,0.06); }
.el-faq-item.el-faq-open { border-color: rgba(103,58,183,0.3); box-shadow: 0 8px 30px rgba(103,58,183,0.08); }
.el-faq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 24px; background: transparent; border: none; cursor: pointer; text-align: left; font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 600; color: var(--el-heading); line-height: 1.4; transition: color 0.2s ease; }
.el-faq-question:hover { color: var(--el-blue); }
.el-faq-item.el-faq-open .el-faq-question { color: var(--el-blue); }
.el-faq-icon { flex-shrink: 0; width: 32px; height: 32px; border-radius: 50%; background: var(--el-blue-pale); color: var(--el-blue); display: flex; align-items: center; justify-content: center; font-size: 14px; transition: background 0.25s ease, transform 0.35s cubic-bezier(0.4,0,0.2,1); }
.el-faq-item.el-faq-open .el-faq-icon { background: var(--el-blue); color: white; transform: rotate(45deg); }
.el-faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s cubic-bezier(0.4,0,0.2,1), padding 0.3s ease; padding: 0 24px; }
.el-faq-item.el-faq-open .el-faq-answer { max-height: 300px; padding: 0 24px 22px; }
.el-faq-answer p { font-size: 14.5px; line-height: 1.75; color: var(--el-text-muted); font-weight: 400; border-top: 1px solid var(--el-border); padding-top: 16px; margin: 0; }

/* ══ CTA ══ */
.el-cta-section { padding: 100px 24px; position: relative; }
.el-cta-container { max-width: 1200px; margin: 0 auto; background: linear-gradient(135deg, #673AB7 0%, #4527a0 50%, #311b92 100%); border-radius: 40px; padding: 80px 40px; text-align: center; color: white; position: relative; overflow: hidden; box-shadow: 0 30px 60px rgba(103,58,183,0.3); }
.el-cta-container::before { content: ''; position: absolute; top: -50%; left: -10%; width: 50%; height: 200%; background: radial-gradient(circle, rgba(255,255,255,0.08) 0%, transparent 60%); transform: rotate(30deg); pointer-events: none; }
.el-cta-container::after { content: ''; position: absolute; bottom: -50%; right: -10%; width: 50%; height: 200%; background: radial-gradient(circle, rgba(37,99,235,0.08) 0%, transparent 60%); transform: rotate(-30deg); pointer-events: none; }
.el-cta-shape { position: absolute; background: rgba(255,255,255,0.04); border-radius: 50%; pointer-events: none; }
.el-cta-shape-1 { width: 300px; height: 300px; top: -150px; right: -50px; }
.el-cta-shape-2 { width: 200px; height: 200px; bottom: -100px; left: -50px; }
.el-cta-content { position: relative; z-index: 2; max-width: 800px; margin: 0 auto; }
.el-cta-content h2 { font-size: 46px; font-weight: 600; margin-bottom: 20px; line-height: 1.2; letter-spacing: -0.02em; }
.el-cta-content p  { font-size: 19px; opacity: 0.9; margin-bottom: 44px; line-height: 1.6; font-weight: 400; }
.el-cta-buttons { display: flex; gap: 20px; justify-content: center; margin-bottom: 36px; flex-wrap: wrap; }
.el-cta-note { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; padding: 12px 24px; background: rgba(0,0,0,0.2); border-radius: 100px; backdrop-filter: blur(5px); font-weight: 500; }
.el-cta-note i { color: var(--el-blue); }

/* ══ ANIMATIONS ══ */
.el-reveal       { opacity: 0; transform: translateY(30px);  transition: all 0.8s cubic-bezier(0.2,0.8,0.2,1); }
.el-reveal-left  { opacity: 0; transform: translateX(-50px); transition: all 0.8s cubic-bezier(0.2,0.8,0.2,1); }
.el-reveal-right { opacity: 0; transform: translateX(50px);  transition: all 0.8s cubic-bezier(0.2,0.8,0.2,1); }
.el-animate-in .el-reveal,    .el-animate-in.el-reveal,
.el-animate-in .el-reveal-left,  .el-animate-in.el-reveal-left,
.el-animate-in .el-reveal-right, .el-animate-in.el-reveal-right { opacity: 1 !important; transform: translate(0,0) scale(1) !important; }
.el-delay-1 { transition-delay: 0.1s; }
.el-delay-2 { transition-delay: 0.2s; }
.el-delay-3 { transition-delay: 0.3s; }
.el-delay-4 { transition-delay: 0.4s; }
.el-hero-visual { animation: elHeroFloat 6s infinite ease-in-out; }
@keyframes elHeroFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-15px); } }
.el-parallax-layer { transition: transform 0.1s ease-out; will-change: transform; }
@media (prefers-reduced-motion: reduce) { .el-reveal, .el-reveal-left, .el-reveal-right, .el-hero-visual { animation: none !important; transition: none !important; opacity: 1 !important; transform: none !important; } }

/* ══ RESPONSIVE ══ */
@media (max-width: 1100px) { .el-capabilities-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 991px) {
    .el-hero { height: auto !important; min-height: auto !important; padding: 60px 0 80px !important; }
    .el-hero-content { flex-direction: column; text-align: center; gap: 40px; }
    .el-hero-text h1 { font-size: 38px; }
    .el-hero-text p { margin-left: auto; margin-right: auto; }
    .el-hero-cta { justify-content: center; }
    .el-hero-trust { justify-content: center; flex-wrap: wrap; gap: 12px; }
    .el-trust-divider { display: none; }
    .el-hero-visual { width: 100%; max-width: 580px; margin: 0 auto; }
    .el-feature-container { flex-direction: column !important; gap: 40px; }
    .el-feature-highlights { grid-template-columns: 1fr; }
    .el-use-cases-grid { grid-template-columns: repeat(2, 1fr); }
    .el-faq-grid { grid-template-columns: 1fr; }
    .el-cta-content h2 { font-size: 34px; }
    .el-cta-buttons { flex-direction: column; align-items: center; }
    .el-stats-container { justify-content: center; }
}
@media (max-width: 576px) {
    .el-hero-text h1 { font-size: 30px; }
    .el-use-cases-grid { grid-template-columns: 1fr; }
    .el-capabilities-grid { grid-template-columns: 1fr; }
    .el-section-header h2 { font-size: 28px; }
    .el-feature-content h2 { font-size: 28px; }
}
