/* ============================================
   FRESH ABOUT PAGE
   Based on Stitch Design 879314a1
   Custom UX Builder Elements
   ============================================ */

/* ── 1. HERO ELEMENT ── */
.fresh-about-hero-wrap {
    background-image: radial-gradient(circle at 2px 2px, rgba(255, 255, 255, 0.05) 1px, transparent 0) !important;
    background-size: 40px 40px !important;
    position: relative;
    overflow: hidden;
}

.fresh-about-hero-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.fresh-about-hero__subtitle {
    color: rgba(255, 255, 255, 0.7) !important;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 600;
    font-size: 13px !important;
    margin-bottom: 16px !important;
}

.fresh-about-hero__title {
    color: #fff !important;
    font-size: 48px !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em;
    margin-bottom: 24px !important;
}

.fresh-about-hero__divider {
    width: 96px;
    height: 6px;
    border-radius: 99px;
    margin: 0 auto;
}

.fresh-about-hero__fade {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: linear-gradient(to top, #f5f7f8, transparent);
    pointer-events: none;
    z-index: 1;
}

/* ── 2. INTRO ELEMENT ── */
.fresh-about-intro__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.fresh-about-intro__image-col {
    position: relative;
}

.fresh-about-intro__image-col::before {
    content: '';
    position: absolute;
    inset: -16px;
    background: rgba(0, 74, 153, 0.05);
    border-radius: 16px;
    z-index: 0;
    transition: background 0.3s;
}

.fresh-about-intro__image-col:hover::before {
    background: rgba(0, 74, 153, 0.1);
}

.fresh-about-intro__image {
    position: relative;
    z-index: 1;
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.fresh-about-intro__image-placeholder {
    position: relative;
    z-index: 1;
    width: 100%;
    aspect-ratio: 4/3;
    background: rgba(0, 74, 153, 0.08);
    border: 2px dashed rgba(0, 74, 153, 0.2);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #004a99;
    font-size: 14px;
}

.fresh-about-intro__image-placeholder .material-symbols-outlined {
    font-size: 48px !important;
    opacity: 0.4;
}

.fresh-about-intro__badge {
    display: inline-block;
    background: rgba(0, 74, 153, 0.1);
    color: #004a99;
    padding: 6px 16px;
    border-radius: 99px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
}

.fresh-about-intro__title {
    color: #004a99 !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    margin-bottom: 20px !important;
}

.fresh-about-intro__text {
    font-size: 16px !important;
    line-height: 1.7 !important;
    color: #64748b !important;
    margin-bottom: 16px !important;
}

.fresh-about-intro__stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 24px;
}

.fresh-about-intro__stat {
    padding: 16px;
    border: 1px solid rgba(0, 74, 153, 0.1);
    border-radius: 12px;
    background: #fff;
}

.fresh-about-intro__stat-number {
    display: block;
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #004a99 !important;
}

.fresh-about-intro__stat-label {
    font-size: 12px !important;
    color: #94a3b8 !important;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.05em;
}

/* ── 3. MISSION/VISION CARD ELEMENT ── */
.fresh-about-mv {
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.fresh-about-mv--vision {
    border-top: 4px solid #004a99;
}

.fresh-about-mv--mission {
    border-top: 4px solid #E30613;
}

.fresh-about-mv__icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.fresh-about-mv--vision .fresh-about-mv__icon {
    background: rgba(0, 74, 153, 0.1);
    color: #004a99;
}

.fresh-about-mv--mission .fresh-about-mv__icon {
    background: rgba(227, 6, 19, 0.1);
    color: #E30613;
}

.fresh-about-mv__icon .material-symbols-outlined {
    font-size: 30px !important;
}

.fresh-about-mv__title {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #004a99 !important;
    margin-bottom: 16px !important;
}

.fresh-about-mv__desc {
    font-size: 15px !important;
    line-height: 1.7 !important;
    color: #64748b !important;
    margin: 0 !important;
}

/* ── 4. CORE VALUE CARD ELEMENT ── */
.fresh-about-value {
    background: #fff;
    padding: 32px;
    border-radius: 12px;
    box-shadow: 0 4px 15px -3px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 74, 153, 0.05);
    text-align: center;
    transition: box-shadow 0.3s;
    height: 100%;
}

.fresh-about-value:hover {
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.15);
}

.fresh-about-value__icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(0, 74, 153, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    color: #004a99;
    transition: all 0.3s;
}

.fresh-about-value:hover .fresh-about-value__icon {
    background: #004a99;
    color: #fff;
}

.fresh-about-value__icon .material-symbols-outlined {
    font-size: 36px !important;
    transition: color 0.3s;
}

.fresh-about-value__title {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #004a99 !important;
    margin-bottom: 12px !important;
}

.fresh-about-value__desc {
    font-size: 14px !important;
    line-height: 1.6 !important;
    color: #64748b !important;
    margin: 0 !important;
}

/* ── 5. TIMELINE ELEMENT ── */
.fresh-about-timeline {
    color: #fff;
}

.fresh-about-timeline__title {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #fff !important;
    margin-bottom: 40px !important;
}

.fresh-about-timeline__list {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.fresh-about-timeline__item {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.fresh-about-timeline__dot {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #E30613;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4px;
}

.fresh-about-timeline__dot-inner {
    width: 16px;
    height: 16px;
    background: #E30613;
    border-radius: 50%;
}

.fresh-about-timeline__item-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #fff !important;
    margin-bottom: 8px !important;
}

.fresh-about-timeline__item-desc {
    font-size: 15px !important;
    line-height: 1.6 !important;
    color: #cbd5e1 !important;
    margin: 0 !important;
}

/* ── 6. QUOTE ELEMENT ── */
.fresh-about-quote {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.fresh-about-quote__icon {
    font-size: 48px !important;
    color: rgba(0, 74, 153, 0.2) !important;
    display: block;
    margin-bottom: 16px;
}

.fresh-about-quote__text {
    font-size: 24px !important;
    font-weight: 500 !important;
    font-style: italic !important;
    color: #374151 !important;
    line-height: 1.6 !important;
    margin-bottom: 32px !important;
}

.fresh-about-quote__divider {
    width: 64px;
    height: 4px;
    border-radius: 99px;
    margin: 0 auto 16px;
}

.fresh-about-quote__author {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #004a99 !important;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin: 0 !important;
}

/* ══════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════ */

@media (max-width: 991px) {
    .fresh-about-intro__grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .fresh-about-hero__title {
        font-size: 32px !important;
    }
}

@media (max-width: 768px) {
    .fresh-about-hero__title {
        font-size: 26px !important;
    }

    .fresh-about-hero__divider {
        width: 64px;
        height: 4px;
    }

    .fresh-about-hero-wrap {
        padding: 48px 0 !important;
    }

    .fresh-about-mv {
        padding: 24px;
    }

    .fresh-about-intro__title {
        font-size: 24px !important;
    }

    .fresh-about-quote__text {
        font-size: 18px !important;
    }

    .fresh-about-timeline__title {
        font-size: 24px !important;
    }

    .fresh-about-timeline__item-title {
        font-size: 17px !important;
    }

    .fresh-about-timeline__dot {
        width: 32px;
        height: 32px;
    }

    .fresh-about-timeline__dot-inner {
        width: 12px;
        height: 12px;
    }
}