.elementor-2907 .elementor-element.elementor-element-34a6a75{--display:flex;}/* Start custom CSS for html, class: .elementor-element-7130eb7 */.research-header {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 80px 0 60px 0;
    text-align: center;
}

.research-header h1 {
    font-size: 48px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.research-header p {
    font-size: 20px;
    color: #666;
    max-width: 600px;
    margin: 0 auto 40px auto;
}

.research-section {
    padding: 80px 0;
}

.research-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 40px;
    margin-top: 60px;
}

.research-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 32px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
    height: fit-content;
}

.research-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.research-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.research-date {
    background: #f1f5f9;
    color: #475569;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
}

.research-type {
    background: #dbeafe;
    color: #1e40af;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
}

.research-card h3 {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 16px;
    line-height: 1.3;
}

.research-preview {
    color: #4a5568;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 24px;
}

.research-highlights {
    margin-bottom: 24px;
}

.research-highlights h4 {
    font-size: 14px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.research-highlights ul {
    list-style: none;
    padding-left: 0;
}

.research-highlights li {
    padding: 2px 0;
    font-size: 14px;
    color: #6b7280;
    position: relative;
    padding-left: 12px;
}

.research-highlights li:before {
    content: "•";
    color: #3b82f6;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.read-full-btn {
    background: #1a1a1a;
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    transition: all 0.3s ease;
}

.read-full-btn:hover {
    background: #333;
    transform: translateY(-1px);
}

.cta-section {
    background: #f8fafc;
    padding: 80px 0;
    text-align: center;
}

.cta-section h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.cta-section p {
    font-size: 18px;
    color: #666;
    margin-bottom: 32px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-button {
    background: #1a1a1a;
    color: white;
    padding: 16px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease;
}

.cta-button:hover {
    background: #333;
    transform: translateY(-2px);
}

.cta-button.secondary {
    background: transparent;
    color: #1a1a1a;
    border: 2px solid #1a1a1a;
}

.cta-button.secondary:hover {
    background: #1a1a1a;
    color: white;
}

@media (max-width: 768px) {
    .research-header h1 {
        font-size: 36px;
    }
    
    .research-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .research-card {
        padding: 24px;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
}/* End custom CSS */