/* ════════════════════════════════════════
   PAGE BANNER
════════════════════════════════════════ */
.page-banner {
    position: relative;
    min-height: 360px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.page-banner__bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #0d1b2a 0%, #0d1b2a 55%, #0093ff 100%);
    z-index: 0;
}

/* Grid overlay on banner */
.page-banner__bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
    background-size: 60px 60px;
}

.page-banner__content {
    position: relative;
    z-index: 1;
    padding: 140px 80px 80px 80px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.page-banner__title {
    font-family: 'TTFirsNeue', sans-serif;
    font-weight: 800;
    font-size: 58px;
    color: #ffffff;
    margin: 0;
    line-height: 1.1;
}

.page-banner__line {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #0093ff, transparent);
    border-radius: 2px;
}

.page-banner__sub {
    font-family: 'nexa', sans-serif;
    font-size: 16px;
    color: rgba(255,255,255,0.7);
    margin: 0;
    max-width: 500px;
}

.page-banner__breadcrumb {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: 'nexa', sans-serif;
    font-size: 14px;
    color: rgba(255,255,255,0.5);
    margin-top: 6px;
}

.page-banner__breadcrumb a {
    color: #0093ff;
    text-decoration: none;
    transition: color 0.2s;
}

.page-banner__breadcrumb a:hover {
    color: #fff;
}

.page-banner__breadcrumb i {
    font-size: 16px;
}

.page-banner__breadcrumb span {
    color: rgba(255,255,255,0.7);
}

/* ════════════════════════════════════════
   SECTION 1 — OUR STORY
════════════════════════════════════════ */
.about-story {
    display: flex;
    align-items: center;
    gap: 70px;
    padding: 100px 80px;
    background: #fff;
}

.about-story__images {
    flex: 1;
    display: flex;
    gap: 16px;
    align-items: flex-end;
    position: relative;
    min-height: 500px;
}

.about-story__img-main {
    flex: 1.4;
    position: relative;
}

.about-story__img-main img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
    box-shadow: 0 20px 60px rgba(0,0,0,0.14);
}

.about-story__exp-badge {
    position: absolute;
    bottom: -16px;
    right: -16px;
    background: #0093ff;
    color: #fff;
    padding: 20px 26px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0,147,255,0.35);
    z-index: 2;
}

.about-story__exp-num {
    font-family: 'TTFirsNeue', sans-serif;
    font-weight: 800;
    font-size: 36px;
    line-height: 1;
}

.about-story__exp-label {
    font-family: 'nexa', sans-serif;
    font-size: 12px;
    letter-spacing: 0.5px;
    margin-top: 4px;
    white-space: nowrap;
}

.about-story__img-side {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding-bottom: 50px;
}

.about-story__img-side img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.about-story__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about-story__stats {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 8px;
}

/* ════════════════════════════════════════
   SECTION 2 — MISSION & VISION
════════════════════════════════════════ */
.about-mission {
    padding: 100px 80px;
    background: #f4f8ff;
    background-image:
        linear-gradient(rgba(0,147,255,0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0,147,255,0.05) 1px, transparent 1px);
    background-size: 60px 60px;
}

.about-mission__header {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 60px;
}

.about-mission__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.mission-card {
    background: #fff;
    padding: 44px 36px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    border-top: 4px solid transparent;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.mission-card--blue {
    background: #0093ff;
    border-top-color: #0072cc;
}

.mission-card--blue h3,
.mission-card--blue p {
    color: #fff !important;
}

.mission-card--blue .mission-card__icon {
    background: rgba(255,255,255,0.15);
    color: #fff;
}

.mission-card:not(.mission-card--blue):hover {
    transform: translateY(-6px);
    border-top-color: #0093ff;
    box-shadow: 0 16px 40px rgba(0,147,255,0.1);
}

.mission-card__icon {
    width: 60px;
    height: 60px;
    background: rgba(0,147,255,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #0093ff;
}

.mission-card h3 {
    font-family: 'TTFirsNeue', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #0d1b2a;
    margin: 0;
}

.mission-card p {
    font-family: 'nexa', sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: #5a6a82;
    margin: 0;
}

/* ════════════════════════════════════════
   SECTION 3 — WHY CHOOSE US
════════════════════════════════════════ */
.about-why {
    display: flex;
    align-items: flex-start;
    gap: 70px;
    padding: 100px 80px;
    background: #fff;
}

.about-why__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about-why__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 8px;
}

.why-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.why-item__icon {
    font-size: 26px;
    color: #0093ff;
    flex-shrink: 0;
    margin-top: 2px;
}

.why-item h4 {
    font-family: 'TTFirsNeue', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #0d1b2a;
    margin: 0 0 4px;
}

.why-item p {
    font-family: 'nexa', sans-serif;
    font-size: 13px;
    color: #5a6a82;
    line-height: 1.7;
    margin: 0;
}

/* Right visual */
.about-why__visual {
    flex: 0 0 360px;
    display: flex;
    flex-direction: column;
    gap: 28px;
    align-items: center;
}

.about-why__img-wrap {
    position: relative;
    width: 100%;
}

.about-why__img-wrap img:first-child {
    width: 100%;
    height: 380px;
    object-fit: cover;
    display: block;
    box-shadow: 0 16px 48px rgba(0,0,0,0.13);
}

.about-why__img-overlap {
    position: absolute;
    width: 140px;
    height: 180px;
    object-fit: cover;
    bottom: -28px;
    left: -24px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.18);
    border: 4px solid #fff;
}

.about-why__cta-box {
    width: 100%;
    background: #0d1b2a;
    padding: 28px 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    margin-top: 20px;
}

.about-why__cta-box p {
    font-family: 'TTFirsNeue', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    margin: 0;
}

/* ════════════════════════════════════════
   SECTION 4 — OUR PROCESS
════════════════════════════════════════ */
.about-process {
    padding: 100px 80px;
    background: #f4f8ff;
    background-image:
        linear-gradient(rgba(0,147,255,0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0,147,255,0.05) 1px, transparent 1px);
    background-size: 60px 60px;
}

.about-process__header {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    margin-bottom: 70px;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    position: relative;
}

.process-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 24px;
    position: relative;
}

/* Connecting line between steps */
.process-step__connector {
    position: absolute;
    top: 70px;
    left: 50%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #0093ff, rgba(0,147,255,0.2));
    z-index: 0;
}

.process-step:last-child .process-step__connector {
    display: none;
}

.process-step__num {
    font-family: 'TTFirsNeue', sans-serif;
    font-weight: 800;
    font-size: 52px;
    color: rgba(0,147,255,0.1);
    line-height: 1;
    margin-bottom: -10px;
}

.process-step__icon {
    width: 70px;
    height: 70px;
    background: #fff;
    border: 2px solid #0093ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #0093ff;
    position: relative;
    z-index: 1;
    box-shadow: 0 6px 24px rgba(0,147,255,0.15);
    transition: background 0.3s ease, color 0.3s ease;
}

.process-step:hover .process-step__icon {
    background: #0093ff;
    color: #fff;
}

.process-step__title {
    font-family: 'TTFirsNeue', sans-serif;
    font-weight: 700;
    font-size: 17px;
    color: #0d1b2a;
    margin: 20px 0 10px;
}

.process-step__text {
    font-family: 'nexa', sans-serif;
    font-size: 14px;
    line-height: 1.75;
    color: #5a6a82;
    margin: 0;
}

/* ════════════════════════════════════════
   RESPONSIVE
════════════════════════════════════════ */
@media (max-width: 1024px) {
    .about-story,
    .about-why {
        gap: 40px;
        padding: 70px 40px;
    }

    .about-mission,
    .about-process {
        padding: 70px 40px;
    }

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

    .process-steps {
        grid-template-columns: 1fr 1fr;
        gap: 50px 30px;
    }

    .process-step__connector {
        display: none;
    }

    .about-why__visual {
        flex: 0 0 300px;
    }
}

@media (max-width: 768px) {
    .page-banner__content {
        padding: 60px 20px;
    }

    .page-banner__title {
        font-size: 38px;
    }

    .about-story,
    .about-why {
        flex-direction: column;
        padding: 60px 20px;
    }

    .about-story__images {
        min-height: auto;
        width: 100%;
    }

    .about-story__img-main img {
        height: 320px;
    }

    .about-story__img-side img {
        height: 150px;
    }

    .about-mission,
    .about-process {
        padding: 60px 20px;
    }

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

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

    .about-why__visual {
        flex: none;
        width: 100%;
    }

    .process-steps {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 480px) {
    .page-banner__title {
        font-size: 30px;
    }

    .about-story__stats {
        flex-direction: column;
    }
}
