/*--------------------------------------------------------------
# About Showcase
--------------------------------------------------------------*/

.about-showcase-wrap {
    padding: 8px 0 20px;
}


/*--------------------------------------------------------------
# Dark Side Card
--------------------------------------------------------------*/

.about-showcase-side {
    position: relative;
    overflow: hidden;
    padding: 30px;
    border-radius: 28px;
    background: linear-gradient(160deg, #0f172a 0%, #142541 55%, #193053 100%);
    border: 1px solid rgba(80, 197, 255, 0.16);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.20);
    color: rgba(255, 255, 255, 0.92);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-showcase-side:hover {
    transform: translateY(-4px);
    box-shadow: 0 30px 70px rgba(15, 23, 42, 0.24);
}

.about-showcase-side::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -80px;
    width: 240px;
    height: 240px;
    background: radial-gradient(circle, rgba(80, 197, 255, 0.22), transparent 70%);
    pointer-events: none;
}

.about-showcase-side::after {
    content: "";
    position: absolute;
    left: -80px;
    bottom: -100px;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.06), transparent 70%);
    pointer-events: none;
}

.about-showcase-side>* {
    position: relative;
    z-index: 2;
}

.about-side-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    margin-bottom: 18px;
    background: rgba(80, 197, 255, 0.14);
    border: 1px solid rgba(80, 197, 255, 0.24);
    color: #dff6ff;
    font-size: 0.84rem;
    font-weight: 700;
}

.about-side-badge i {
    color: #50c5ff;
}

.about-showcase-side h2 {
    margin: 0 0 16px;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.03em;
    font-family: var(--heading-font);
}

.about-side-lead {
    margin: 0 0 20px;
    color: rgba(255, 255, 255, 0.80);
    font-size: 1rem;
    line-height: 1.8;
}


/*--------------------------------------------------------------
# Image Area
--------------------------------------------------------------*/

.about-side-photo {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    margin-bottom: 20px;
    min-height: 240px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.10);
}

.about-side-photo img {
    width: 100%;
    height: 100%;
    min-height: 240px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.about-side-photo:hover img {
    transform: scale(1.05);
}

.about-side-photo-overlay {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(15, 23, 42, 0.58);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #ffffff;
    font-size: 0.92rem;
    line-height: 1.6;
    border: 1px solid rgba(255, 255, 255, 0.08);
}


/*--------------------------------------------------------------
# Side Points
--------------------------------------------------------------*/

.about-side-points {
    display: grid;
    gap: 12px;
    margin-bottom: 22px;
}

.about-side-point {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 15px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.about-side-point:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.09);
    border-color: rgba(80, 197, 255, 0.18);
}

.about-side-point i {
    color: #50c5ff;
    font-size: 1rem;
    margin-top: 3px;
    flex-shrink: 0;
}

.about-side-point span {
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.65;
    font-size: 0.95rem;
}


/*--------------------------------------------------------------
# BOBTechWaves Credit
--------------------------------------------------------------*/

.about-dev-credit {
    padding: 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.09);
    transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.about-dev-credit:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.10);
    border-color: rgba(80, 197, 255, 0.18);
}

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

.about-dev-icon {
    width: 48px;
    height: 48px;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(80, 197, 255, 0.14);
    color: #50c5ff;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.about-dev-head h4 {
    margin: 2px 0 6px;
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
}

.about-dev-head p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.93rem;
    line-height: 1.72;
}

.about-dev-btn {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 18px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
    background: linear-gradient(135deg, #6ad2ff, #50c5ff);
    color: #052033;
    box-shadow: 0 14px 28px rgba(80, 197, 255, 0.18);
    transition: all 0.25s ease;
}

.about-dev-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(80, 197, 255, 0.24);
    color: #052033;
}


/*--------------------------------------------------------------
# Main White Card
--------------------------------------------------------------*/

.about-showcase-main {
    padding: 30px;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.07);
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.06);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.about-showcase-main:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 56px rgba(15, 23, 42, 0.09);
    border-color: rgba(80, 197, 255, 0.14);
}

.about-main-intro {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 20px;
}

.about-main-icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: linear-gradient(135deg, rgba(80, 197, 255, 0.18), rgba(80, 197, 255, 0.08));
    color: #1494cf;
    font-size: 1.25rem;
    box-shadow: inset 0 0 0 1px rgba(80, 197, 255, 0.14);
}

.about-main-intro h3 {
    margin: 0 0 8px;
    font-size: 1.6rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.24;
    letter-spacing: -0.03em;
    font-family: var(--heading-font);
}

.about-main-intro p {
    margin: 0;
    color: #64748b;
    font-size: 1rem;
    line-height: 1.8;
}

.about-main-copy {
    display: grid;
    gap: 14px;
    margin-bottom: 22px;
}

.about-main-copy p {
    margin: 0;
    color: #475569;
    font-size: 0.98rem;
    line-height: 1.82;
}


/*--------------------------------------------------------------
# Info Grid
--------------------------------------------------------------*/

.about-info-grid {
    margin-top: 2px;
}

.about-info-card {
    height: 100%;
    padding: 22px 20px;
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfe 100%);
    border: 1px solid rgba(80, 197, 255, 0.10);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.04);
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.about-info-card:hover {
    transform: translateY(-5px);
    border-color: rgba(80, 197, 255, 0.18);
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
}

.about-info-icon {
    width: 48px;
    height: 48px;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    background: rgba(80, 197, 255, 0.12);
    color: #1494cf;
    font-size: 1.1rem;
}

.about-info-card h4 {
    margin: 0 0 8px;
    font-size: 1.04rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.4;
}

.about-info-card p {
    margin: 0;
    color: #64748b;
    font-size: 0.94rem;
    line-height: 1.75;
}


/*--------------------------------------------------------------
# Mini Highlight
--------------------------------------------------------------*/

.about-mini-highlight {
    margin-top: 22px;
}

.about-stat-box {
    height: 100%;
    padding: 18px;
    border-radius: 20px;
    background: #f8fbfe;
    border: 1px solid rgba(80, 197, 255, 0.10);
    transition: all 0.25s ease;
}

.about-stat-box:hover {
    transform: translateY(-3px);
    background: #ffffff;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.07);
}

.about-stat-box strong {
    display: block;
    margin-bottom: 8px;
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
}

.about-stat-box p {
    margin: 0;
    color: #64748b;
    font-size: 0.94rem;
    line-height: 1.75;
}


/*--------------------------------------------------------------
# Main Actions
--------------------------------------------------------------*/

.about-main-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.about-main-actions .btn-1,
.about-main-actions .btn-3 {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 20px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.25s ease;
}

.about-main-actions .btn-1 {
    background: linear-gradient(135deg, #6ad2ff, #50c5ff);
    color: #052033;
    box-shadow: 0 14px 28px rgba(80, 197, 255, 0.18);
}

.about-main-actions .btn-1:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(80, 197, 255, 0.24);
    color: #052033;
}

.about-main-actions .btn-3 {
    background: rgba(15, 23, 42, 0.04);
    color: #0f172a;
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.about-main-actions .btn-3:hover {
    background: rgba(80, 197, 255, 0.08);
    border-color: rgba(80, 197, 255, 0.16);
    transform: translateY(-2px);
    color: #0f172a;
}


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

@media (max-width: 1199.98px) {
    .about-showcase-side,
    .about-showcase-main {
        padding: 26px;
        border-radius: 24px;
    }
    .about-showcase-side h2 {
        font-size: 1.75rem;
    }
    .about-main-intro h3 {
        font-size: 1.42rem;
    }
}

@media (max-width: 991.98px) {
    .about-showcase-side,
    .about-showcase-main {
        padding: 24px;
    }
    .about-showcase-side h2 {
        font-size: 1.55rem;
    }
    .about-main-intro {
        gap: 15px;
    }
    .about-main-intro h3 {
        font-size: 1.3rem;
    }
    .about-side-photo,
    .about-side-photo img {
        min-height: 220px;
    }
}

@media (max-width: 767.98px) {
    .about-showcase-wrap {
        padding: 4px 0 14px;
    }
    .about-showcase-side,
    .about-showcase-main {
        padding: 20px;
        border-radius: 20px;
    }
    .about-showcase-side h2 {
        font-size: 1.32rem;
    }
    .about-side-lead,
    .about-main-intro p,
    .about-main-copy p,
    .about-info-card p,
    .about-stat-box p,
    .about-dev-head p {
        font-size: 0.94rem;
    }
    .about-main-icon {
        width: 50px;
        height: 50px;
        border-radius: 16px;
        font-size: 1.1rem;
    }
    .about-main-intro h3 {
        font-size: 1.18rem;
    }
    .about-info-card {
        padding: 18px;
        border-radius: 18px;
    }
    .about-side-photo,
    .about-side-photo img {
        min-height: 200px;
    }
    .about-main-actions {
        flex-direction: column;
    }
    .about-main-actions .btn-1,
    .about-main-actions .btn-3,
    .about-dev-btn {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .about-showcase-side,
    .about-showcase-main {
        padding: 18px;
        border-radius: 18px;
    }
    .about-showcase-side h2 {
        font-size: 1.18rem;
    }
    .about-main-intro {
        gap: 12px;
    }
    .about-main-intro h3 {
        font-size: 1.08rem;
    }
    .about-side-badge {
        font-size: 0.78rem;
    }
    .about-side-point span,
    .about-info-card p,
    .about-main-copy p,
    .about-side-lead,
    .about-dev-head p,
    .about-stat-box p {
        font-size: 0.91rem;
    }
    .about-side-photo,
    .about-side-photo img {
        min-height: 180px;
    }
}