﻿#about {
   /* background: var(--surface);*/
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    position: relative;
    overflow: hidden;
}

    #about::before {
        content: '';
        position: absolute;
        inset: 0;
        pointer-events: none;
    }

.about-watermark-svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 520px;
    height: 520px;
    opacity: 0.055;
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
}

.about-values {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-top: 2.5rem;
}

.value-card {
    padding: 1.5rem;
    background: var(--surface2);
    border: 1px solid var(--border);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    transition: border-color 0.25s, transform 0.25s;
}

    .value-card::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 2px;
        background: linear-gradient(90deg, var(--gold), transparent);
        opacity: 0;
        transition: opacity 0.25s;
    }

    .value-card:hover {
        border-color: rgba(201,168,76,0.4);
        transform: translateY(-3px);
    }

        .value-card:hover::before {
            opacity: 1;
        }

.value-icon-svg {
    width: 38px;
    height: 38px;
    background: var(--gold-dim);
    border: 1px solid var(--border);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.9rem;
    transition: background 0.25s, border-color 0.25s;
}

.value-card:hover .value-icon-svg {
    background: rgba(201,168,76,0.2);
    border-color: rgba(201,168,76,0.45);
}

.value-icon-svg svg {
    width: 18px;
    height: 18px;
    stroke: var(--gold);
}

/* Offer list in about right panel */
.offer-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    border: 1px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
}

.offer-item {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    padding: 1.3rem 1.5rem;
    border-bottom: 1px solid var(--border);
    transition: background 0.2s;
}

    .offer-item:last-child {
        border-bottom: none;
    }

    .offer-item:hover {
        background: var(--gold-dim);
    }

.offer-icon {
    width: 44px;
    height: 44px;
    background: var(--gold-dim);
    border: 1px solid var(--border);
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.2s;
}

.offer-item:hover .offer-icon {
    background: rgba(201,168,76,0.22);
}

.offer-icon svg {
    width: 19px;
    height: 19px;
    stroke: var(--gold);
}

.offer-title {
    font-size: 0.97rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 3px;
}

.offer-desc {
    font-size: 0.78rem;
    color: var(--muted);
    line-height: 1.5;
}

.value-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 0.4rem;
}

.value-desc {
    font-size: 0.78rem;
    color: var(--muted);
    line-height: 1.7;
}

.our-work-section {
    margin-top: 1.5rem;
}

.our-work-title {
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--gold);
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-family: 'IBM Plex Mono',monospace;
    margin-bottom: 0.9rem;
}

.work-card {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.2rem;
    background: var(--surface2);
    border: 1px solid var(--border);
    border-radius: 10px;
    border-right: 3px solid var(--gold);
}

/*qiq icon*/

.qiq-icon {
    color: #C9A84C; 
    font-size: 40px; 
}

.logo-box {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: #071B33;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-box {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #071B33;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    box-shadow: none;
    border: none;
}

    .logo-box::before,
    .logo-box::after {
        display: none !important;
    }

    .logo-box .material-symbols-outlined {
        color: #D7B258;
        font-size: 26px;
        line-height: 1;
    }

.work-name {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--text);
}

.work-desc {
    font-size: 0.75rem;
    color: var(--muted);
    line-height: 1.5;
}

/* Iraqi Identity Panel */
.identity-panel {
    position: relative;
}

.iraq-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: var(--gold-dim);
    margin-bottom: 2rem;
}

.iraq-flag-strip {
    display: flex;
    gap: 3px;
    align-items: center;
}

.flag-r {
    width: 4px;
    height: 20px;
    background: #CE1126;
    border-radius: 2px;
}

.flag-w {
    width: 4px;
    height: 20px;
    background: #FFFFFF;
    border-radius: 2px;
}

.flag-b {
    width: 4px;
    height: 20px;
    background: #000000;
    border-radius: 2px;
}

.iraq-badge-text {
    font-size: 0.75rem;
    font-family: 'IBM Plex Mono', monospace;
    color: var(--gold);
    letter-spacing: 0.15em;
}

/* Stat panels */
.big-stat-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: var(--border);
    border: 1px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
}

.big-stat {
    background: var(--surface2);
    padding: 2rem;
    text-align: center;
}

.big-stat-num {
    font-size: 2.8rem;
    font-weight: 900;
    color: var(--gold);
    font-family: 'IBM Plex Mono', monospace;
    letter-spacing: -0.04em;
    display: block;
}

.big-stat-label {
    font-size: 0.72rem;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-top: 0.5rem;
    font-family: 'IBM Plex Mono', monospace;
}
