:root {
    --primary: #176BFF; /* Matched vibrant blue from image */
    --primary-hover: #0d5ee6;
    --secondary: #64748B;
    --bg-light: #F8FAFC;
    --text-dark: #0F172A;
    --text-muted: #475569;
    --card-shadow: 0 12px 32px rgba(0, 0, 0, 0.04);
    --card-shadow-hover: 0 20px 48px rgba(0, 0, 0, 0.08);
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Inter', sans-serif; color: var(--text-dark); line-height: 1.5; background-color: #ffffff; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section { padding: 80px 0; }
.section-alt { background-color: #ffffff; }

/* Section Headers - Line Flanks */
.section-header { text-align: center; margin-bottom: 56px; }
.section-header h2 { font-size: 28px; font-weight: 700; color: #0F172A; margin: 0; }
.section-header-line {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 48px;
}
.section-header-line::before, .section-header-line::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #F1F5F9;
}
.section-header-line h2 {
    font-size: 24px;
    font-weight: 700;
    color: #0F172A;
    padding: 0 24px;
    margin: 0;
}

/* Buttons */
.btn {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 12px 24px; border-radius: 8px; font-size: 15px; font-weight: 600;
    cursor: pointer; transition: all 0.2s; border: none; gap: 8px;
}
.btn-primary { background-color: var(--primary); color: #fff; box-shadow: 0 4px 12px rgba(23, 107, 255, 0.2); }
.btn-primary:hover { background-color: var(--primary-hover); transform: translateY(-1px); box-shadow: 0 6px 16px rgba(23, 107, 255, 0.3); }
.btn-light-blue { background-color: #EFF6FF; color: var(--primary); font-weight: 600; }
.btn-light-blue:hover { background-color: #DBEAFE; }
.btn-outline { background-color: #fff; color: var(--primary); border: 1px solid #DBEAFE; }
.btn-outline:hover { background-color: #EFF6FF; }

/* Navbar */
.navbar { position: relative; z-index: 100; background: rgba(255,255,255,0.95); backdrop-filter: blur(8px); padding: 16px 0; border-bottom: 1px solid #F1F5F9; position: sticky; top: 0; }
.nav-container { display: flex; justify-content: space-between; align-items: center; }
.logo { display: flex; align-items: center; gap: 12px; }
.logo-icon { color: var(--primary); display: flex; align-items: center; justify-content: center; }
.logo-text { font-size: 22px; font-weight: 800; color: #0F172A; letter-spacing: -0.5px; }
.nav-links { display: flex; gap: 32px; align-items: center; }
.nav-links a { font-size: 15px; font-weight: 500; color: #475569; transition: color 0.2s; }
.nav-links a:hover { color: var(--primary); }
.nav-actions { display: flex; gap: 16px; align-items: center; }

/* Hero Section */
.hero {
    position: relative; padding: 40px 0 100px; overflow: hidden;
    background: radial-gradient(circle at 100% 10%, rgba(219, 234, 254, 0.4) 0%, transparent 60%);
}
.hero::before {
    content: ''; position: absolute; top: -200px; right: -200px; width: 800px; height: 800px;
    background: radial-gradient(circle at center, rgba(82, 140, 255, 0.1) 0%, transparent 70%);
    border-radius: 50%; z-index: 0;
}
.hero-container { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.hero-content { flex: 1; max-width: 500px; }
.hero-content h1 { font-size: 40px; line-height: 1.2; font-weight: 700; margin-bottom: 24px; color: #0F172A; }
.hero-content p { font-size: 16px; color: #475569; margin-bottom: 32px; line-height: 1.6; }

.hero-actions { display: flex; align-items: center; gap: 16px; margin-bottom: 32px; }
.hero-trust-list { display: flex; gap: 24px; align-items: center; }
.hero-trust-item { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #64748B; font-weight: 500; }
.hero-trust-item .check { width: 16px; height: 16px; background: #DBEAFE; color: var(--primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: bold; }

/* Dashboard UI Mockup */
.hero-image { flex: 1; display: flex; justify-content: center; align-items: center; position: relative; }
.mockup-window { 
    width: 600px; background: #ffffff; border-radius: 12px; 
    box-shadow: 0 40px 80px rgba(37, 99, 235, 0.15), 0 0 0 1px rgba(226, 232, 240, 0.6); 
    display: flex; flex-direction: column; overflow: hidden;
}
.mockup-header { background: #F8FAFC; padding: 12px 16px; display: flex; align-items: center; gap: 8px; border-bottom: 1px solid #E2E8F0; }
.mockup-header-dots { display: flex; gap: 6px; }
.mockup-header-dots div { width: 10px; height: 10px; border-radius: 50%; background: #CBD5E1; }
.mockup-header-dots div:nth-child(1) { background: #E2E8F0; } /* Actually let's make them light gray */
.mockup-tabs { margin-left: 24px; display: flex; gap: 16px; font-size: 11px; font-weight: 600; color: #94A3B8; }
.mockup-tab.active { color: var(--primary); border-bottom: 2px solid var(--primary); padding-bottom: 12px; margin-bottom: -13px; }

.mockup-body { display: flex; height: 380px; }
.mockup-sidebar { width: 120px; border-right: 1px solid #E2E8F0; padding: 20px 16px; display: flex; flex-direction: column; gap: 16px; }
.ms-item { height: 8px; background: #F1F5F9; border-radius: 4px; width: 100%; }
.ms-item.active { background: #E2E8F0; width: 70%; }
.ms-item.circle { width: 24px; height: 24px; border-radius: 50%; background: #EFF6FF; color: var(--primary); display: flex; align-items: center; justify-content: center; font-size: 14px; margin-bottom: 8px; }

.mockup-content { flex: 1; padding: 24px; display: flex; flex-direction: column; gap: 16px; background: #fff; }
.mc-header { display: flex; justify-content: space-between; align-items: center; }
.mc-title { font-size: 18px; font-weight: 700; color: #0F172A; }
.mc-badge { background: #ECFDF5; color: #10B981; padding: 4px 12px; border-radius: 4px; font-size: 10px; font-weight: 700; border: 1px solid #A7F3D0; display: flex; align-items: center; gap: 4px; }
.mc-badge i { font-size: 12px; }

.mc-section { background: #F8FAFC; border: 1px solid #F1F5F9; padding: 16px; border-radius: 8px; }
.mc-h4 { font-size: 12px; font-weight: 700; color: #0F172A; margin-bottom: 8px; display: flex; align-items: center; gap: 8px;}
.mc-h4-pill { background: #fff; border: 1px solid #E2E8F0; padding: 2px 8px; border-radius: 12px; font-size: 10px; color: #64748B; }
.mc-bullet { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; }
.mc-bullet-dot { width: 6px; height: 6px; background: var(--primary); border-radius: 50%; }
.mc-text-line { height: 6px; background: #E2E8F0; border-radius: 3px; width: 80%; }
.mc-text-line.short { width: 40%; }
.mc-text-line.full { width: 100%; margin-bottom: 6px; }

/* Product Cards Grid */
.product-grid { 
    display: grid; 
    grid-template-columns: repeat(2, 1fr); 
    gap: 32px; 
    max-width: 900px; 
    margin: 0 auto; 
}
.product-card { 
    background: #fff; 
    border-radius: 16px; 
    padding: 32px; 
    border: 1px solid #F1F5F9; 
    box-shadow: 0 4px 20px rgba(0,0,0,0.03); 
    display: flex; 
    flex-direction: column; 
    transition: transform 0.3s, box-shadow 0.3s;
}
.product-card:hover { 
    transform: translateY(-4px); 
    box-shadow: 0 20px 40px rgba(0,0,0,0.08); 
}
.product-header { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; }
.product-icon { width: 56px; height: 56px; border-radius: 14px; display: flex; align-items: center; justify-content: center; background: #EFF6FF; color: var(--primary); flex-shrink: 0; }
.product-icon i { font-size: 28px; }
.product-card h3 { font-size: 20px; font-weight: 700; color: #0F172A; line-height: 1.2; }

.product-body { flex: 1; display: flex; flex-direction: column; gap: 20px; margin-bottom: 32px; }

.feature-section p { font-size: 15px; color: var(--text-dark); font-weight: 600; margin-bottom: 12px; }
.feature-list { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.feature-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: var(--text-muted); line-height: 1.4; }
.feature-list li::before { content: '•'; color: var(--primary); font-weight: bold; }

.get-section { margin-top: 8px; padding-top: 16px; border-top: 1px dashed #E2E8F0; }
.get-section strong { font-size: 14px; color: var(--primary); display: block; margin-bottom: 12px; }
.get-list { list-style: none; padding: 0; display: grid; grid-template-columns: 1fr; gap: 8px; }
.get-list li { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--text-muted); }
.get-list li i { font-size: 16px; color: #10B981; }

.product-card .btn { width: 100%; font-size: 15px; padding: 12px 20px; margin-top: auto; }


/* How It Works (Horizontal Line Alignment) */
.steps-container { display: flex; align-items: center; justify-content: space-between; gap: 16px; max-width: 900px; margin: 0 auto; }
.step { display: flex; align-items: center; gap: 16px; }
.step-circle { width: 48px; height: 48px; background: #EFF6FF; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.step-circle i { font-size: 24px; color: var(--primary); }
.step h4 { font-size: 16px; font-weight: 600; color: #0F172A; margin: 0; white-space: nowrap; }
.step-arrow-line { flex: 1; height: 1px; background: #E2E8F0; display: flex; align-items: center; justify-content: flex-end; }
.step-arrow-line::after { content: ''; border: solid #CBD5E1; border-width: 0 1px 1px 0; display: inline-block; padding: 3px; transform: rotate(-45deg); margin-right: -1px; }

/* Why ExplainMe (Trust Cards) */
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.trust-card { background: #F8FAFC; padding: 24px 20px; border-radius: 12px; display: flex; align-items: flex-start; gap: 16px; }
.trust-icon { width: 40px; height: 40px; background: #fff; border-radius: 8px; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 8px rgba(0,0,0,0.02); flex-shrink: 0; }
.trust-icon i { color: var(--primary); font-size: 20px; }
.trust-text h4 { font-size: 15px; font-weight: 700; color: #0F172A; margin-bottom: 8px; line-height: 1.2; }
.trust-text p { font-size: 11px; color: #64748B; margin: 0; line-height: 1.4; }

/* Use Cases Pills */
.usecases-container { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; max-width: 900px; margin: 0 auto; margin-bottom: 48px; }
.usecase-pill { background: #fff; border: 1px solid #E2E8F0; padding: 12px 20px; border-radius: 8px; font-size: 14px; font-weight: 600; color: #0F172A; display: flex; align-items: center; gap: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.02); }
.usecase-pill i { color: var(--primary); font-size: 18px; background: #EFF6FF; padding: 4px; border-radius: 4px; }

/* Pricing Preview Full Button */
.pricing-cta-full { text-align: center; }

/* Final CTA Section */
.final-cta { text-align: center; padding: 100px 0; background: #F8FAFC; border-top: 1px solid #F1F5F9; }
.final-cta h2 { font-size: 28px; font-weight: 700; margin-bottom: 16px; color: #0F172A; }
.final-cta p { font-size: 16px; color: #475569; margin-bottom: 32px; }

/* Footer Section */
.site-footer { background: #fff; padding: 48px 0; border-top: 1px solid #E2E8F0; }
.footer-container { display: flex; flex-direction: column; align-items: center; gap: 24px; }
.footer-links { display: flex; gap: 32px; flex-wrap: wrap; justify-content: center; }
.footer-links a { color: #64748B; font-weight: 500; font-size: 14px; transition: color 0.2s; }
.footer-links a:hover { color: var(--primary); }
.footer-copy { color: #94A3B8; font-size: 13px; font-weight: 400;}

/* Responsive */
@media (max-width: 1024px) {
    .hero-container { flex-direction: column; text-align: center; gap: 40px; }
    .hero-actions, .hero-trust-list { justify-content: center; }
    .mockup-window { width: 100%; max-width: 500px; }
    .product-grid { grid-template-columns: repeat(2, 1fr); }
    .trust-grid { grid-template-columns: repeat(2, 1fr); }
    .steps-container { flex-direction: column; align-items: center; }
    .step-arrow-line { width: 2px; height: 24px; background: #E2E8F0; margin: 8px 0; }
    .step-arrow-line::after { display: none; }
}
@media (max-width: 768px) {
    .nav-links { display: none; }
    .hero-content h1 { font-size: 32px; }
    .product-grid, .trust-grid { grid-template-columns: 1fr; }
}
