﻿/* === about.html === */

        /* --- DÉ™yiÅŸÉ™nlÉ™r vÉ™ SÄ±fÄ±rlama --- */
/* Header/promo/nav chrome main.css-dən gəlir — dublikat silindi */
    


/* HaqqÄ±mÄ±zda BÃ¶lmÉ™sinin Ãœmumi Skopu */
.makina-about-scope {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #212529;
    line-height: 1.6;
    background-color: #f8f9fa;
    padding: 0 0 60px 0;
    display: flex;
    flex-direction: column;
}

.makina-about-scope *,
.makina-about-scope *::before,
.makina-about-scope *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* Ãœst Gradient Banner vÉ™ AxÄ±cÄ± Animasiya */
.makina-about-scope .about-banner {
    animation: aboutFlowGradient 15s ease infinite;
    background: linear-gradient(-45deg, #1a2a6c, #b21f1f, var(--primary), #fdbb2d);
    background-size: 400% 400%;
    color: #ffffff;
    text-align: center;
    padding: 50px 20px;
}

@keyframes aboutFlowGradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.makina-about-scope .banner-title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

.makina-about-scope .banner-breadcrumb {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.8);
}

.makina-about-scope .banner-breadcrumb a {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.2s;
}

.makina-about-scope .banner-breadcrumb a:hover {
    opacity: 0.7;
}

.makina-about-scope .banner-breadcrumb .separator {
    margin: 0 8px;
    color: rgba(255, 255, 255, 0.5);
}

/* Æsas MÉ™zmun Konteyneri */
.makina-about-scope .about-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 50px 20px;
    width: 100%;
}

/* ÅžirkÉ™t HaqqÄ±nda GiriÅŸ KartÄ± */
.makina-about-scope .intro-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.02);
    margin-bottom: 50px;
    text-align: center;
}

.makina-about-scope .intro-badge {
    display: inline-block;
    background: rgba(247, 151, 28, 0.1);
    color: var(--primary);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.makina-about-scope .intro-text {
    font-size: 1.15rem;
    color: #495057;
    max-width: 800px;
    margin: 0 auto;
    font-weight: 400;
}

.makina-about-scope .intro-text strong {
    color: #1a2a6c;
}

/* ÃœstÃ¼nlÃ¼klÉ™rimiz - Grid */
.makina-about-scope .section-title {
    text-align: center;
    font-size: 1.75rem;
    color: #212529;
    margin-bottom: 35px;
    font-weight: 600;
    position: relative;
}

.makina-about-scope .section-title::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: var(--primary);
    margin: 10px auto 0 auto;
    border-radius: 2px;
}

.makina-about-scope .features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-bottom: 60px;
}

.makina-about-scope .feature-item {
    background: #ffffff;
    padding: 30px 25px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.02);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.makina-about-scope .feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.06);
}

.makina-about-scope .feature-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--primary), #fdbb2d);
    color: #ffffff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.makina-about-scope .feature-item h3 {
    font-size: 1.2rem;
    color: #212529;
    margin-bottom: 12px;
    font-weight: 600;
}

.makina-about-scope .feature-item p {
    font-size: 0.95rem;
    color: #6c757d;
}

/* Statistika BÃ¶lmÉ™si */
.makina-about-scope .stats-bar {
    background: linear-gradient(135deg, #1a2a6c, #b21f1f);
    border-radius: 16px;
    padding: 40px 20px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 30px;
    color: #ffffff;
    text-align: center;
}

.makina-about-scope .stat-box h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 5px;
    color: #fdbb2d;
}

.makina-about-scope .stat-box p {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Responsivlik */
@media (max-width: 768px) {
    .makina-about-scope .about-banner { padding: 45px 15px; }
    .makina-about-scope .banner-title { font-size: 1.75rem; }
    .makina-about-scope .intro-card { padding: 30px 20px; }
    .makina-about-scope .intro-text { font-size: 1.05rem; }
    .makina-about-scope .stats-bar { flex-direction: column; gap: 40px; }
}



/* Footer chrome main.css-dən gəlir — dublikat silindi */



/* fixed-social styles live in main.css */
