/* ===== About Us page redesign (matches Figma "about Us" frame) ===== */

.abt-story-section {
    background: #F1F5F9;
    padding: 140px 8% 0;
    text-align: center;
}

.abt-tag {
    color: #2B6485;
    font-weight: 700;
    font-size: 0.8rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.abt-story-heading {
    font-size: 3rem;
    font-weight: 800;
    color: #1E3A8A;
    margin-bottom: 20px;
}

.abt-story-description {
    color: #45464D;
    font-size: 1.05rem;
    line-height: 1.7;
    max-width: 700px;
    margin: 0 auto;
}

.abt-mission-row {
    display: flex;
    align-items: center;
    gap: 48px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 64px 0;
    text-align: left;
}

.abt-mission-text {
    flex: 1;
}

.abt-mission-heading {
    font-size: 1.75rem;
    font-weight: 800;
    color: #031F41;
    margin: 0 0 24px;
    line-height: 1.3;
}

.abt-mission-text p {
    color: #45464D;
    font-size: 0.95rem;
    line-height: 1.7;
    border-left: 3px solid #D3E4FE;
    padding-left: 16px;
    margin-bottom: 16px;
}

.abt-mission-text p.abt-mission-highlight {
    font-style: italic;
    color: #2B6485;
    border-left-color: #2B6485;
}

.abt-mission-media {
    flex: 1;
    height: 340px;
    border-radius: 16px;
    overflow: hidden;
}

.abt-mission-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.abt-mission-placeholder {
    background: #E5E7EB;
    color: #9CA3AF;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ---- About GoMyHire / stats ---- */
.abt-about-section {
    padding: 80px 8%;
    background: #FFFFFF;
    text-align: center;
}

.abt-about-section h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #031F41;
    margin-bottom: 20px;
}

.abt-about-section > p {
    color: #45464D;
    font-size: 1rem;
    line-height: 1.7;
    max-width: 780px;
    margin: 0 auto 56px;
}

.abt-stats-row {
    display: flex;
    justify-content: center;
    gap: 96px;
}

.abt-stat-value {
    font-size: 2.5rem;
    font-weight: 800;
    color: #031F41;
    margin-bottom: 8px;
}

.abt-stat-label {
    color: #8D939E;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

/* ---- Evolution timeline ---- */
.abt-evolution-section {
    background: #F1F5F9;
    padding: 80px 8%;
}

.abt-evolution-section h2 {
    text-align: center;
    font-size: 2rem;
    font-weight: 800;
    color: #031F41;
    margin-bottom: 12px;
}

.abt-evolution-underline {
    width: 48px;
    height: 3px;
    background: #2B6485;
    margin: 0 auto 56px;
}

.abt-timeline {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

.abt-timeline::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #C4C6CF;
    transform: translateX(-50%);
}

.abt-timeline-item {
    display: flex;
    align-items: flex-start;
    position: relative;
    margin-bottom: 56px;
}

.abt-timeline-item:last-child {
    margin-bottom: 0;
}

.abt-timeline-item::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #2B6485;
    transform: translateX(-50%);
}

.abt-timeline-side {
    flex: 1;
    padding: 0 40px;
}

.abt-timeline-item.abt-align-left .abt-timeline-side.abt-right,
.abt-timeline-item.abt-align-right .abt-timeline-side.abt-left {
    visibility: hidden;
}

.abt-align-left .abt-left {
    text-align: right;
}

.abt-align-right .abt-right {
    text-align: left;
}

.abt-timeline-year {
    color: #2B6485;
    font-weight: 700;
    font-size: 0.85rem;
    margin-bottom: 6px;
}

.abt-timeline-title {
    color: #031F41;
    font-weight: 700;
    font-size: 1.05rem;
    margin-bottom: 8px;
}

.abt-timeline-desc {
    color: #6B7280;
    font-size: 0.85rem;
    line-height: 1.6;
}

/* ---- Core values ---- */
.abt-values-section {
    padding: 80px 8%;
    background: #FFFFFF;
    text-align: center;
}

.abt-values-section h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #031F41;
    margin-bottom: 8px;
}

.abt-values-section > p {
    color: #6B7280;
    margin-bottom: 48px;
}

.abt-values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    max-width: 1152px;
    margin: 0 auto;
    text-align: left;
}

.abt-value-icon {
    color: #2B6485;
    font-size: 1.4rem;
    margin-bottom: 16px;
}

.abt-value-card h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #031F41;
    margin-bottom: 8px;
}

.abt-value-card p {
    color: #6B7280;
    font-size: 0.875rem;
    line-height: 1.5;
    margin: 0;
}

/* ---- Awards ---- */
.abt-awards-section {
    background: #F1F5F9;
    padding: 80px 8%;
    text-align: center;
}

.abt-awards-section h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #031F41;
    margin-bottom: 8px;
}

.abt-awards-section > p {
    color: #6B7280;
    margin-bottom: 48px;
}

.abt-awards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
}

.abt-award-card {
    display: flex;
    gap: 20px;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 28px;
}

.abt-award-number {
    font-size: 1.75rem;
    font-weight: 800;
    color: #D3E4FE;
    flex-shrink: 0;
}

.abt-award-card h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #031F41;
    margin-bottom: 4px;
}

.abt-award-card p {
    color: #8D939E;
    font-size: 0.85rem;
    margin: 0;
}

/* ---- Contact ---- */
.abt-contact-section {
    padding: 80px 8%;
    background: #FFFFFF;
}

.abt-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    max-width: 1152px;
    margin: 0 auto;
}

.abt-contact-card {
    border-radius: 16px;
    padding: 40px;
}

.abt-contact-dark {
    background: #1F2937;
    color: #FFFFFF;
}

.abt-contact-dark h2 {
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 12px;
}

.abt-contact-dark p {
    color: #D1D5DB;
    margin-bottom: 24px;
}

.abt-contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.abt-contact-item i {
    color: #93C5FD;
}

.abt-contact-item-label {
    display: block;
    font-size: 0.7rem;
    color: #9CA3AF;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.abt-contact-office {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.abt-contact-office h2 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #031F41;
    margin-bottom: 12px;
}

.abt-contact-office p {
    color: #6B7280;
    margin-bottom: 20px;
}

.abt-contact-office .drv-btn-outline {
    display: inline-block;
}

@media (max-width: 991px) {
    .abt-mission-row,
    .abt-contact-grid {
        flex-direction: column;
    }

    .abt-contact-grid {
        display: flex;
    }

    .abt-values-grid,
    .abt-awards-grid {
        grid-template-columns: 1fr;
    }

    .abt-stats-row {
        gap: 40px;
    }

    .abt-timeline::before {
        left: 4px;
    }

    .abt-timeline-item::before {
        left: 4px;
    }

    .abt-timeline-side {
        padding: 0 0 0 32px;
    }

    .abt-timeline-item.abt-align-left .abt-timeline-side.abt-right,
    .abt-timeline-item.abt-align-right .abt-timeline-side.abt-left {
        display: none;
        visibility: visible;
    }

    .abt-align-left .abt-left,
    .abt-align-right .abt-right {
        text-align: left;
    }
}
