/*--------------------------------------------------------------
# About Page
--------------------------------------------------------------*/

.about-page {
    background:
        radial-gradient(circle at top right, rgba(80, 197, 255, 0.08), transparent 22%),
        linear-gradient(180deg, #f8fbfd 0%, #f7fafc 100%);
}

.about-page-shell {
    max-width: 1500px;
}


/*--------------------------------------------------------------
# Shared Helpers
--------------------------------------------------------------*/

.about-page,
.about-page * {
    box-sizing: border-box;
}

.about-page-badge,
.about-mini-badge,
.about-page-header h3,
.about-page-header p,
.about-page-user strong,
.about-page-user span,
.about-stat-label,
.about-stat-card h3,
.about-stat-card p,
.about-main-head h3,
.about-main-head p,
.about-feature-item span,
.about-credit-head h3,
.about-credit-head p,
.about-bobtechwaves-text strong,
.about-bobtechwaves-text small,
.about-card h3,
.about-card p,
.about-card-intro,
.about-story-point,
.about-feature-box h4,
.about-feature-box p,
.about-principle-card h3,
.about-principle-card p,
.about-cta-card h3,
.about-cta-card p,
.about-btn {
    font-family: "Poppins", "Roboto", sans-serif;
}


/*--------------------------------------------------------------
# Header Intro
--------------------------------------------------------------*/

.about-page-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 30px;
}

.about-page-header-copy {
    flex: 1 1 auto;
    min-width: 0;
}

.about-page-badge,
.about-mini-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 36px;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(80, 197, 255, 0.12);
    border: 1px solid rgba(80, 197, 255, 0.18);
    color: #1b5878;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.about-page-badge {
    margin-bottom: 16px;
}

.about-mini-badge {
    min-height: 32px;
    padding: 6px 12px;
    margin-bottom: 14px;
    font-size: 0.72rem;
}

.about-page-header h3 {
    margin: 0 0 10px;
    font-size: clamp(1.5rem, 2.6vw, 2rem);
    font-weight: 800;
    line-height: 1.2;
    color: var(--heading-color, #0f172a);
}

.about-page-header p {
    margin: 0;
    max-width: 880px;
    color: var(--default-color, #334155);
    font-size: 0.96rem;
    line-height: 1.78;
}

.about-page-header-side {
    flex: 0 0 auto;
}

.about-page-user {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    border: 1px solid var(--border-color, rgba(15, 23, 42, 0.08));
    box-shadow: var(--shadow-sm, 0 12px 30px rgba(15, 23, 42, 0.06));
}

.about-page-user-icon {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(80, 197, 255, 0.12);
    color: var(--accent-color, #50c5ff);
    font-size: 1.12rem;
}

.about-page-user strong {
    display: block;
    margin-bottom: 4px;
    color: var(--heading-color, #0f172a);
    font-size: 0.96rem;
    font-weight: 700;
    line-height: 1.3;
}

.about-page-user span {
    display: block;
    color: var(--default-color, #475569);
    font-size: 0.88rem;
    line-height: 1.45;
}


/*--------------------------------------------------------------
# Shared Cards
--------------------------------------------------------------*/

.about-stat-card,
.about-main-card,
.about-image-card,
.about-credit-card,
.about-card,
.about-principle-card,
.about-cta-card {
    position: relative;
    height: 100%;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    border: 1px solid var(--border-color, rgba(15, 23, 42, 0.08));
    border-radius: 24px;
    box-shadow: var(--shadow-sm, 0 12px 30px rgba(15, 23, 42, 0.06));
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.about-stat-card:hover,
.about-main-card:hover,
.about-image-card:hover,
.about-credit-card:hover,
.about-card:hover,
.about-principle-card:hover,
.about-cta-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.10);
    border-color: rgba(80, 197, 255, 0.22);
}


/*--------------------------------------------------------------
# Top Stats
--------------------------------------------------------------*/

.about-stat-card {
    padding: 22px;
}

.about-stat-top {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.about-stat-icon {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(80, 197, 255, 0.12);
    color: var(--accent-color, #50c5ff);
    font-size: 1.15rem;
}

.about-stat-label {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.05);
    color: var(--heading-color, #0f172a);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.about-stat-card h3 {
    margin: 0 0 8px;
    font-size: clamp(1.6rem, 2.8vw, 2.05rem);
    font-weight: 800;
    line-height: 1.08;
    color: var(--heading-color, #0f172a);
}

.about-stat-card p {
    margin: 0;
    color: var(--default-color, #334155);
    font-size: 0.94rem;
    line-height: 1.72;
}


/*--------------------------------------------------------------
# Main Intro
--------------------------------------------------------------*/

.about-main-card {
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-main-head {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 22px;
}

.about-main-copy {
    min-width: 0;
}

.about-main-icon {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(80, 197, 255, 0.12);
    color: var(--accent-color, #50c5ff);
    font-size: 1.15rem;
}

.about-main-head h3 {
    margin: 0 0 10px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.35;
    color: var(--heading-color, #0f172a);
}

.about-main-head p {
    margin: 0;
    color: var(--default-color, #334155);
    font-size: 0.95rem;
    line-height: 1.75;
}

.about-feature-list {
    display: grid;
    gap: 12px;
}

.about-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.about-feature-item i {
    margin-top: 2px;
    color: var(--accent-color, #50c5ff);
    font-size: 1rem;
    flex: 0 0 auto;
}

.about-feature-item span {
    color: var(--heading-color, #0f172a);
    font-size: 0.94rem;
    line-height: 1.66;
}


/*--------------------------------------------------------------
# Image Card
--------------------------------------------------------------*/

.about-image-card {
    padding: 18px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.about-main-image {
    width: 100%;
    height: 100%;
    min-height: 340px;
    max-height: 430px;
    object-fit: cover;
    object-position: center;
    border-radius: 18px;
    display: block;
}

.about-image-caption {
    margin-top: 14px;
    color: var(--default-color, #334155);
    font-size: 0.9rem;
    line-height: 1.66;
}


/*--------------------------------------------------------------
# Developer Credit
--------------------------------------------------------------*/

.about-credit-card {
    padding: 28px;
}

.about-credit-head {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.about-credit-icon {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(80, 197, 255, 0.12);
    color: var(--accent-color, #50c5ff);
    font-size: 1.15rem;
}

.about-credit-content {
    flex: 1 1 auto;
    min-width: 0;
}

.about-credit-head h3 {
    margin: 0 0 8px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.35;
    color: var(--heading-color, #0f172a);
}

.about-credit-head p {
    margin: 0;
    color: var(--default-color, #334155);
    font-size: 0.95rem;
    line-height: 1.75;
}

.about-credit-actions {
    margin-top: 22px;
}


/*--------------------------------------------------------------
# BOBTechWaves Button
--------------------------------------------------------------*/

.about-bobtechwaves-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    max-width: 100%;
    min-height: 64px;
    padding: 12px 16px;
    border-radius: 16px;
    background: linear-gradient(135deg, #111827 0%, #1f2937 100%);
    border: 1px solid rgba(80, 197, 255, 0.16);
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.16);
    color: #ffffff;
    transition: all 0.25s ease;
}

.about-bobtechwaves-btn:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 20px 38px rgba(15, 23, 42, 0.20);
}

.about-bobtechwaves-icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(80, 197, 255, 0.14);
    color: #8ddcff;
    font-size: 1rem;
}

.about-bobtechwaves-text {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.about-bobtechwaves-text strong {
    font-size: 0.96rem;
    font-weight: 700;
    line-height: 1.3;
    color: #ffffff;
}

.about-bobtechwaves-text small {
    margin-top: 2px;
    font-size: 0.82rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.72);
}


/*--------------------------------------------------------------
# General Content Cards
--------------------------------------------------------------*/

.about-card {
    padding: 24px;
}

.about-card-head {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 18px;
}

.about-card-head-icon {
    width: 54px;
    height: 54px;
    flex: 0 0 54px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(80, 197, 255, 0.12);
    color: var(--accent-color, #50c5ff);
    font-size: 1.05rem;
}

.about-card h3 {
    margin: 0 0 6px;
    font-size: 1.14rem;
    font-weight: 700;
    line-height: 1.35;
    color: var(--heading-color, #0f172a);
}

.about-card-intro {
    margin: 0;
    color: var(--default-color, #334155);
    font-size: 0.94rem;
    line-height: 1.72;
}

.about-story-body p,
.about-card p {
    margin: 0;
    color: var(--default-color, #334155);
    font-size: 0.95rem;
    line-height: 1.76;
}

.about-story-body p + p {
    margin-top: 14px;
}

.about-story-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about-story-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.about-story-point {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(80, 197, 255, 0.10);
    border: 1px solid rgba(80, 197, 255, 0.14);
    color: var(--heading-color, #0f172a);
    font-size: 0.88rem;
    font-weight: 600;
    line-height: 1.35;
}

.about-story-point i {
    color: var(--accent-color, #50c5ff);
}


/*--------------------------------------------------------------
# Feature Grid
--------------------------------------------------------------*/

.about-feature-grid {
    display: grid;
    gap: 14px;
}

.about-feature-box {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 15px;
    border-radius: 16px;
    background: #f8fbfd;
    border: 1px solid var(--border-color, rgba(15, 23, 42, 0.08));
    transition: all 0.25s ease;
}

.about-feature-box:hover {
    background: #ffffff;
    border-color: rgba(80, 197, 255, 0.20);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.about-feature-box i {
    color: var(--accent-color, #50c5ff);
    font-size: 1rem;
    margin-top: 3px;
    flex: 0 0 auto;
}

.about-feature-box h4 {
    margin: 0 0 5px;
    font-size: 0.98rem;
    font-weight: 700;
    line-height: 1.35;
    color: var(--heading-color, #0f172a);
}

.about-feature-box p {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.68;
    color: var(--default-color, #334155);
}


/*--------------------------------------------------------------
# Mission / Vision / Values
--------------------------------------------------------------*/

.about-principle-card {
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.about-principle-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 14px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(80, 197, 255, 0.12);
    color: var(--accent-color, #50c5ff);
    font-size: 1.1rem;
}

.about-principle-card h3 {
    margin: 0 0 10px;
    font-size: 1.12rem;
    font-weight: 700;
    line-height: 1.35;
    color: var(--heading-color, #0f172a);
}

.about-principle-card p {
    margin: 0;
    color: var(--default-color, #334155);
    font-size: 0.95rem;
    line-height: 1.72;
}


/*--------------------------------------------------------------
# CTA
--------------------------------------------------------------*/

.about-cta-card {
    padding: 30px 28px;
    text-align: center;
    overflow: hidden;
}

.about-cta-card h3 {
    margin: 0 0 10px;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.35;
    color: var(--heading-color, #0f172a);
}

.about-cta-card p {
    margin: 0 auto;
    max-width: 760px;
    color: var(--default-color, #334155);
    font-size: 0.95rem;
    line-height: 1.75;
}

.about-cta-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.about-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 12px;
    border: 1px solid transparent;
    font-size: 0.94rem;
    font-weight: 600;
    line-height: 1;
    transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
    white-space: nowrap;
}

.about-btn-primary {
    background: var(--accent-color, #50c5ff);
    border-color: var(--accent-color, #50c5ff);
    color: var(--contrast-color, #ffffff);
    box-shadow: 0 10px 24px rgba(80, 197, 255, 0.18);
}

.about-btn-primary:hover {
    background: #27b1f2;
    border-color: #27b1f2;
    color: var(--contrast-color, #ffffff);
    transform: translateY(-1px);
}

.about-btn-light {
    background: #ffffff;
    border-color: var(--border-color, rgba(15, 23, 42, 0.08));
    color: var(--heading-color, #0f172a);
}

.about-btn-light:hover {
    background: #f8fbfd;
    border-color: rgba(80, 197, 255, 0.20);
    color: var(--heading-color, #0f172a);
    transform: translateY(-1px);
}


/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media (max-width: 1199.98px) {
    .about-page-header h3 {
        font-size: clamp(1.45rem, 3vw, 1.85rem);
    }
}

@media (max-width: 991.98px) {
    .about-page-header {
        flex-direction: column;
        align-items: stretch;
    }

    .about-page-header-side,
    .about-page-user {
        width: 100%;
    }

    .about-stat-card,
    .about-main-card,
    .about-image-card,
    .about-credit-card,
    .about-card,
    .about-principle-card,
    .about-cta-card {
        border-radius: 20px;
    }

    .about-stat-card,
    .about-card,
    .about-principle-card {
        padding: 20px;
    }

    .about-main-card,
    .about-credit-card,
    .about-cta-card {
        padding: 24px;
    }

    .about-main-image {
        min-height: 280px;
        max-height: 360px;
    }
}

@media (max-width: 767.98px) {
    .about-main-head,
    .about-credit-head,
    .about-card-head {
        flex-direction: column;
        gap: 12px;
    }

    .about-story-points {
        flex-direction: column;
        align-items: stretch;
    }

    .about-story-point {
        width: 100%;
        border-radius: 14px;
        justify-content: flex-start;
    }

    .about-cta-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .about-btn,
    .about-bobtechwaves-btn {
        width: 100%;
    }

    .about-bobtechwaves-btn {
        align-items: flex-start;
    }

    .about-stat-card h3 {
        font-size: 1.55rem;
    }

    .about-main-head h3,
    .about-credit-head h3,
    .about-card h3,
    .about-cta-card h3,
    .about-principle-card h3 {
        font-size: 1.08rem;
    }

    .about-main-image {
        min-height: 230px;
        max-height: 300px;
    }
}

@media (max-width: 575.98px) {
    .about-stat-card,
    .about-main-card,
    .about-image-card,
    .about-credit-card,
    .about-card,
    .about-principle-card,
    .about-cta-card {
        padding: 18px 16px;
        border-radius: 18px;
    }

    .about-feature-box {
        padding: 13px;
        border-radius: 14px;
    }

    .about-main-image {
        min-height: 210px;
        max-height: 260px;
        border-radius: 16px;
    }

    .about-bobtechwaves-btn {
        padding: 12px 14px;
        border-radius: 14px;
    }

    .about-bobtechwaves-icon {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
        border-radius: 11px;
    }

    .about-page-badge,
    .about-mini-badge {
        min-height: 32px;
        padding: 6px 11px;
        font-size: 0.7rem;
    }

    .about-page-header h3 {
        font-size: 1.45rem;
    }

    .about-page-header p,
    .about-stat-card p,
    .about-main-head p,
    .about-feature-item span,
    .about-credit-head p,
    .about-card p,
    .about-card-intro,
    .about-principle-card p,
    .about-cta-card p,
    .about-btn {
        font-size: 0.9rem;
    }
}