.elementor-4536 .elementor-element.elementor-element-2376336{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4536 .elementor-element.elementor-element-2376336:not(.elementor-motion-effects-element-type-background), .elementor-4536 .elementor-element.elementor-element-2376336 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F7F3F7;}/* Start custom CSS for html, class: .elementor-element-ec4d462 *//* --- Global Reset --- */
.qa-about-wrapper * {
    box-sizing: border-box;
}

/* --- MAIN CONTAINER (FULL WIDTH) --- */
.qa-about-wrapper {
    font-family: 'Outfit', sans-serif;
    line-height: 1.6;
    color: #333;
    
    /* Full width settings */
    width: 100%;
    max-width: 100%;
    margin: 0;
    
    /* Внутренний отступ самой страницы */
    padding: 60px 40px; 
    
    background-color: #F7F3F7; 
    
    /* Center alignment */
    text-align: center;

    /* --- FLEX GAP LAYOUT --- */
    display: flex;
    flex-direction: column;
    gap: 60px; 
}

/* --- Убираем старые margin, так как работает gap --- */
.qa-about-wrapper section,
.qa-quote-box,
.qa-mv-grid,
.qa-founders-grid,
.qa-philosophy {
    margin-bottom: 0;
}

/* --- Headings --- */
.qa-about-wrapper h2 {
    font-family: 'Inter', sans-serif;
    color: #000000; 
    font-size: 2rem;
    margin-bottom: 30px;
    border-bottom: 2px solid #e1e1e1;
    padding-bottom: 15px;
    font-weight: 700;
    text-align: center;
}

.qa-about-wrapper h3 {
    font-family: 'Inter', sans-serif;
    color: #34495e; 
    font-size: 1.4rem;
    margin-top: 0;
    font-weight: 600;
}

/* --- GRADIENT TITLES --- */
.qa-history-title {
    background: linear-gradient(90deg, #7a2198, #d91d34);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent; 
    display: inline-block;
}
.qa-mission-title {
    background: linear-gradient(90deg, #6329a8, #197db0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent; 
    display: inline-block;
}
.qa-vision-title {
    background: linear-gradient(90deg, #197db0, #6329a8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent; 
    display: inline-block;
}
.qa-founders-title {
    background: linear-gradient(90deg, #dd1d31, #6e21a5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent; 
    display: inline-block;
}
.qa-philosophy-title {
    background: linear-gradient(90deg, #d91d34, #7a2198);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent; 
    display: inline-block;
}

/* --- Quote Box (Left Aligned) --- */
.qa-quote-box {
    background-color: #fff;
    border-left: 5px solid #e40714; 
    padding: 50px; 
    font-style: italic;
    color: #555;
    border-radius: 0 8px 8px 0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    text-align: left; 
}
.qa-quote-author {
    display: block;
    margin-top: 15px;
    font-weight: bold;
    font-style: normal;
    font-size: 0.9rem;
    text-transform: uppercase;
    color: #333; 
}

/* --- Gradient Text (Quantum Academy) --- */
.qa-gradient-text {
    background: linear-gradient(90deg, #1456a6, #6425a8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent; 
    font-weight: 800; 
}

/* --- Grid Layouts --- */
.qa-mv-grid {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}
.qa-mv-item {
    flex: 1;
    background: #fff;
    padding: 50px;
    border: 1px solid #eee;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.03);
    min-width: 300px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-align: center;
}
.qa-mv-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
}

/* --- Founders Section --- */
.qa-founders-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    width: 100%;
}
.qa-founder-card {
    background: #fff;
    border: none;
    border-radius: 12px;
    padding: 50px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.03);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.qa-founder-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
}

/* --- Photo Settings --- */
.qa-founder-img {
    width: 150px;       
    height: 150px;      
    object-fit: cover;  
    border-radius: 50% !important; 
    margin-bottom: 25px;
    border: 5px solid #F7F3F7; 
    display: inline-block;
}

/* --- NAMES STYLE --- */
.qa-founder-name {
    color: #000000; 
    margin-bottom: 10px;
    font-weight: 600; 
    font-family: 'Inter', sans-serif;
}

/* Base Role Style */
.qa-founder-role {
    font-size: 0.9rem;
    display: block;
    margin-bottom: 20px;
    font-weight: 400; 
    text-transform: uppercase;
}

/* --- Role Colors --- */
.role-blue { color: #3273b4 !important; }   /* Luca */
.role-purple { color: #7d3db2 !important; } /* Alberto */
.role-red { color: #ff0000 !important; }    /* Lucia */

/* --- Philosophy Section --- */
.qa-philosophy {
    background-color: #fff;
    padding: 60px 50px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.03);
}

/* --- Responsive --- */
@media (max-width: 768px) {
    .qa-about-wrapper { 
        padding: 30px 20px; 
        gap: 40px;
    }
    .qa-mv-grid { flex-direction: column; }
    .qa-about-wrapper h2 { font-size: 1.6rem; }
    .qa-quote-box, .qa-mv-item, .qa-founder-card, .qa-philosophy {
        padding: 30px; 
    }
}/* End custom CSS */