/* GQNET About Page */
.gq-about-page {
    width: 100%;
}

/* Hero — full width */
.gq-about-hero {
    position: relative;
    min-height: 380px;
    display: flex;
    align-items: center;
    background-color: var(--gq-navy-dark, #071428);
    background-size: cover;
    background-position: center;
}

.gq-about-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, rgba(7, 20, 40, 0.92) 0%, rgba(12, 31, 61, 0.78) 55%, rgba(12, 31, 61, 0.55) 100%);
}

.gq-about-hero__inner {
    position: relative;
    z-index: 1;
    padding: 4rem 0;
    max-width: 720px;
}

.gq-about-hero h1 {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.gq-about-hero p {
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.75;
    margin-bottom: 1.25rem;
}

.gq-about-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.45rem 0.85rem;
    border: 1px solid rgba(181, 148, 97, 0.5);
    border-radius: 999px;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #d4b483;
}

.gq-about-badge svg {
    color: var(--gq-gold, #b59461);
}

/* Mission & Vision */
.gq-about-mission {
    background: #fff;
    padding: 4rem 0;
}

.gq-about-mission__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(2rem, 4vw, 3.5rem);
    align-items: center;
}

.gq-about-mission h2 {
    font-size: clamp(1.5rem, 2.5vw, 1.875rem);
    font-weight: 700;
    color: var(--gq-navy, #0c1f3d);
    margin-bottom: 1.5rem;
}

.gq-about-mission-block {
    margin-bottom: 1.75rem;
}

.gq-about-mission-block h3 {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: var(--gq-gold, #b59461);
    margin-bottom: 0.5rem;
}

.gq-about-mission-block p {
    font-size: 0.9375rem;
    color: #475569;
    line-height: 1.75;
}

.gq-about-mission__visual img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
}

/* ISO Section */
.gq-about-iso {
    background: #f4f6f9;
    padding: 4rem 0;
}

.gq-about-section-head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 2.5rem;
}

.gq-about-section-head h2 {
    font-size: clamp(1.375rem, 2.5vw, 1.75rem);
    font-weight: 700;
    color: var(--gq-navy, #0c1f3d);
    margin-bottom: 0.75rem;
}

.gq-about-section-head p {
    font-size: 0.9375rem;
    color: #64748b;
    line-height: 1.75;
}

.gq-about-iso__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.gq-about-iso-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 1.5rem;
    text-align: center;
}

.gq-about-iso-card__icon {
    width: 52px;
    height: 52px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gq-navy, #0c1f3d);
}

.gq-about-iso-card h3 {
    font-size: 0.9375rem;
    font-weight: 700;
    color: var(--gq-navy, #0c1f3d);
    margin-bottom: 0.5rem;
}

.gq-about-iso-card p {
    font-size: 0.8125rem;
    color: #64748b;
    line-height: 1.65;
}

/* Evolution */
.gq-about-evolution {
    background: #fff;
    padding: 4rem 0;
}

.gq-about-evolution__title {
    font-size: clamp(1.375rem, 2.5vw, 1.75rem);
    font-weight: 700;
    color: var(--gq-navy, #0c1f3d);
    margin-bottom: 2rem;
}

.gq-about-evolution__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr) minmax(0, 0.75fr) minmax(0, 0.75fr);
    grid-template-rows: auto auto;
    gap: 1rem;
    min-height: 340px;
}

.gq-about-evolution__impact {
    grid-row: 1 / 3;
    background: var(--gq-navy, #0c1f3d);
    border-radius: 6px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
}

.gq-about-evolution__impact::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 80% 20%, rgba(181, 148, 97, 0.15) 0%, transparent 50%),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 200' opacity='0.08'%3E%3Cpath fill='%23fff' d='M200 20c-60 40-120 30-160 80 40-10 100 0 160-40s120-20 160 20c-40-50-100-80-160-60z'/%3E%3C/svg%3E") center/cover no-repeat;
    pointer-events: none;
}

.gq-about-evolution__years {
    position: relative;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: var(--gq-gold, #b59461);
    margin-bottom: 0.5rem;
}

.gq-about-evolution__impact p {
    position: relative;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.6;
    margin: 0;
}

.gq-about-evolution__story {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 1.5rem;
}

.gq-about-evolution__label {
    display: block;
    font-size: 0.5625rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: var(--gq-gold, #b59461);
    margin-bottom: 0.5rem;
}

.gq-about-evolution__story h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--gq-navy, #0c1f3d);
    margin-bottom: 0.5rem;
}

.gq-about-evolution__story p {
    font-size: 0.8125rem;
    color: #64748b;
    line-height: 1.65;
    margin: 0;
}

.gq-about-evolution__stat {
    border-radius: 6px;
    padding: 1.25rem 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gq-about-evolution__stat strong {
    font-size: clamp(1.25rem, 2.5vw, 1.75rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.25rem;
}

.gq-about-evolution__stat span {
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.4;
}

.gq-about-evolution__stat--gold {
    background: var(--gq-gold, #b59461);
    color: #fff;
}

.gq-about-evolution__stat--navy {
    background: var(--gq-navy, #0c1f3d);
    color: #fff;
}

/* Values */
.gq-about-values {
    background: #f4f6f9;
    padding: 4rem 0;
}

.gq-about-values__grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(2rem, 4vw, 3rem);
    align-items: start;
}

.gq-about-values h2 {
    font-size: clamp(1.375rem, 2.5vw, 1.75rem);
    font-weight: 700;
    color: var(--gq-navy, #0c1f3d);
    margin-bottom: 0.75rem;
}

.gq-about-values > div > p {
    font-size: 0.9375rem;
    color: #64748b;
    line-height: 1.75;
}

.gq-about-values__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.gq-about-value-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 1.25rem;
}

.gq-about-value-card__icon {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gq-navy, #0c1f3d);
    margin-bottom: 0.75rem;
}

.gq-about-value-card h3 {
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--gq-navy, #0c1f3d);
    margin-bottom: 0.35rem;
}

.gq-about-value-card p {
    font-size: 0.75rem;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

/* CTA */
.gq-about-cta {
    background: var(--gq-navy, #0c1f3d);
    padding: 2.5rem 0;
}

.gq-about-cta__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
}

.gq-about-cta h2 {
    font-size: clamp(1.25rem, 2.5vw, 1.5rem);
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.35rem;
}

.gq-about-cta p {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
}

.gq-about-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.gq-about-btn-gold,
.gq-about-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 1.35rem;
    border-radius: 4px;
    font-size: 0.8125rem;
    font-weight: 600;
    transition: background 0.2s, border-color 0.2s;
}

.gq-about-btn-gold {
    background: var(--gq-gold, #b59461);
    color: #fff;
}

.gq-about-btn-gold:hover {
    background: #a38352;
}

.gq-about-btn-outline {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.45);
}

.gq-about-btn-outline:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

/* Responsive */
@media (max-width: 1024px) {
    .gq-about-mission__grid,
    .gq-about-values__grid {
        grid-template-columns: 1fr;
    }

    .gq-about-iso__grid {
        grid-template-columns: 1fr;
    }

    .gq-about-evolution__grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

    .gq-about-evolution__impact {
        grid-row: auto;
        grid-column: 1 / -1;
        min-height: 200px;
    }
}

@media (max-width: 640px) {
    .gq-about-hero {
        min-height: 280px;
        padding: 2.5rem 0;
    }

    .gq-about-hero h1 {
        font-size: clamp(1.5rem, 6vw, 2rem);
    }

    .gq-about-evolution__grid {
        grid-template-columns: 1fr;
    }

    .gq-about-values__cards {
        grid-template-columns: 1fr;
    }

    .gq-about-cta__inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .gq-about-cta__actions {
        width: 100%;
        flex-direction: column;
    }

    .gq-about-cta__actions a {
        width: 100%;
        text-align: center;
    }
}
