/* ===================================
   ABOUT PAGE - HaneSystem
   Poppins Font | Bootstrap 5.3.3
=================================== */

/* ===================================
   ABOUT STORY SECTION
=================================== */
.about-story-section {
    padding: 120px 0;
    background: #ffffff;
    overflow: hidden;
}

/* Image Composition */
.story-image-composition {
    position: relative;
    padding: 20px;
}

.story-image-primary {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.story-image-primary img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: block;
    transition: transform 0.8s ease;
}

.story-image-composition:hover .story-image-primary img {
    transform: scale(1.03);
}

.story-image-secondary {
    position: absolute;
    bottom: -20px;
    right: -30px;
    width: 220px;
    height: 160px;
    z-index: 3;
    overflow: hidden;
    border: 4px solid #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.story-image-secondary img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.story-accent-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 65%;
    height: 65%;
    border: 3px solid #c8102e;
    z-index: 1;
    opacity: 0.3;
}

.story-experience-badge {
    position: absolute;
    top: 40px;
    right: -10px;
    z-index: 4;
}

.badge-inner {
    background: linear-gradient(135deg, #c8102e, #a00d25);
    color: #ffffff;
    padding: 28px 24px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(200, 16, 46, 0.35);
    position: relative;
}

.badge-inner::after {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border: 1px solid rgba(200, 16, 46, 0.3);
    pointer-events: none;
}

.badge-number {
    font-size: 44px;
    font-weight: 800;
    line-height: 1;
    display: inline;
}

.badge-plus {
    font-size: 28px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.8);
}

.badge-text {
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-top: 6px;
    line-height: 1.4;
}

/* Story Content */
.story-content {
    padding-left: 50px;
}

.story-divider {
    width: 60px;
    height: 3px;
    background: #c8102e;
    margin-bottom: 28px;
}

.story-lead {
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 20px;
}

.story-text {
    color: #666666;
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 16px;
}

/* Highlights */
.story-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 32px;
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #f8f9fa 0%, #f0f1f3 100%);
    border: 1px solid #e5e5e5;
    padding: 14px 22px;
    transition: all 0.3s ease;
}

.highlight-item:hover {
    border-color: #c8102e;
    background: rgba(200, 16, 46, 0.04);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(200, 16, 46, 0.1);
}

.highlight-item i {
    color: #c8102e;
    font-size: 20px;
}

.highlight-item span {
    color: #1a1a2e;
    font-size: 13px;
    font-weight: 600;
}

/* Story Responsive */
@media (max-width: 991.98px) {
    .about-story-section {
        padding: 80px 0;
    }
    .story-image-composition {
        margin-bottom: 60px;
    }
    .story-content {
        padding-left: 0;
    }
    .story-image-primary img {
        height: 420px;
    }
}

@media (max-width: 767.98px) {
    .about-story-section {
        padding: 60px 0;
    }
    .story-image-primary img {
        height: 360px;
    }
    .story-image-secondary {
        width: 180px;
        height: 130px;
        right: 0;
        bottom: -10px;
    }
    .story-lead {
        font-size: 16px;
    }
    .story-highlights {
        flex-direction: column;
    }
}

@media (max-width: 575.98px) {
    .story-image-primary img {
        height: 300px;
    }
    .story-image-secondary {
        display: none;
    }
    .story-accent-shape {
        display: none;
    }
    .story-experience-badge {
        right: 10px;
        top: 30px;
    }
    .badge-number {
        font-size: 36px;
    }
}

/* ===================================
   MISSION & VISION SECTION
=================================== */
.mission-vision-section {
    padding: 0;
    overflow: hidden;
}

.mv-card {
    padding: 80px 60px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.mv-mission {
    background: #1a1a2e;
}

.mv-vision {
    background: #c8102e;
}

.mv-card::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.03);
    pointer-events: none;
}

.mv-card::after {
    content: '';
    position: absolute;
    bottom: -60px;
    left: -60px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.02);
    pointer-events: none;
}

.mv-card-inner {
    position: relative;
    z-index: 2;
}

.mv-icon-wrap {
    width: 70px;
    height: 70px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    transition: all 0.4s ease;
}

.mv-icon-wrap i {
    font-size: 30px;
    color: #ffffff;
}

.mv-card:hover .mv-icon-wrap {
    border-color: rgba(255, 255, 255, 0.5);
    transform: rotate(5deg) scale(1.05);
}

.mv-title {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 16px 0;
}

.mv-divider {
    width: 50px;
    height: 2px;
    background: rgba(255, 255, 255, 0.3);
    margin-bottom: 24px;
}

.mv-text {
    color: rgba(255, 255, 255, 0.85);
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 28px;
}

.mv-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mv-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
    transition: transform 0.3s ease;
}

.mv-list li:hover {
    transform: translateX(6px);
}

.mv-list li:last-child {
    margin-bottom: 0;
}

.mv-list li i {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
}

.mv-vision .mv-list li i {
    color: rgba(255, 255, 255, 0.8);
}

/* Mission Vision Responsive */
@media (max-width: 991.98px) {
    .mv-card {
        padding: 60px 40px;
    }
    .mv-title {
        font-size: 28px;
    }
}

@media (max-width: 767.98px) {
    .mv-card {
        padding: 50px 30px;
    }
    .mv-title {
        font-size: 24px;
    }
    .mv-icon-wrap {
        width: 56px;
        height: 56px;
    }
    .mv-icon-wrap i {
        font-size: 24px;
    }
}

/* ===================================
   COMPANY TIMELINE
=================================== */
.timeline-section {
    padding: 120px 0;
    background: #f8f9fa;
    overflow: hidden;
}

.timeline-wrapper {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 0;
}

.timeline-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    width: 2px;
    background: linear-gradient(to bottom, transparent, #e5e5e5 5%, #e5e5e5 95%, transparent);
}

.timeline-item {
    position: relative;
    padding-left: 80px;
    padding-bottom: 50px;
}

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

/* Timeline Dot */
.timeline-dot {
    position: absolute;
    left: 20px;
    top: 6px;
    width: 22px;
    height: 22px;
    background: #ffffff;
    border: 3px solid #e5e5e5;
    border-radius: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.timeline-dot-inner {
    width: 8px;
    height: 8px;
    background: #e5e5e5;
    border-radius: 50%;
    transition: all 0.4s ease;
}

.timeline-item:hover .timeline-dot,
.timeline-dot-active {
    border-color: #c8102e;
}

.timeline-item:hover .timeline-dot-inner,
.timeline-dot-active .timeline-dot-inner {
    background: #c8102e;
}

.timeline-dot-active {
    border-color: #c8102e;
    box-shadow: 0 0 0 6px rgba(200, 16, 46, 0.15);
}

.timeline-dot-active .timeline-dot-inner {
    background: #c8102e;
    animation: dotPulse 2s ease-in-out infinite;
}

@keyframes dotPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.3); }
}

/* Timeline Content Card */
.timeline-content {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    padding: 28px 32px;
    position: relative;
    transition: all 0.4s ease;
}

.timeline-content::before {
    content: '';
    position: absolute;
    left: -8px;
    top: 12px;
    width: 16px;
    height: 16px;
    background: #ffffff;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    transform: rotate(45deg);
    transition: border-color 0.4s ease;
}

.timeline-item:hover .timeline-content {
    border-color: rgba(200, 16, 46, 0.2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transform: translateX(6px);
}

.timeline-item:hover .timeline-content::before {
    border-color: rgba(200, 16, 46, 0.2);
}

.timeline-year {
    display: inline-block;
    background: rgba(200, 16, 46, 0.08);
    color: #c8102e;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 14px;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.timeline-title {
    color: #1a1a2e;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.timeline-desc {
    color: #666666;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

/* Timeline Responsive */
@media (max-width: 767.98px) {
    .timeline-section {
        padding: 80px 0;
    }
    .timeline-item {
        padding-left: 60px;
        padding-bottom: 36px;
    }
    .timeline-content {
        padding: 22px 24px;
    }
    .timeline-title {
        font-size: 16px;
    }
}

@media (max-width: 575.98px) {
    .timeline-section {
        padding: 60px 0;
    }
    .timeline-line {
        left: 20px;
    }
    .timeline-dot {
        left: 10px;
        width: 20px;
        height: 20px;
    }
    .timeline-item {
        padding-left: 50px;
    }
    .timeline-content::before {
        display: none;
    }
    .timeline-content {
        padding: 20px;
    }
}

/* ===================================
   CORE VALUES
=================================== */
.values-section {
    padding: 120px 0;
    background: #ffffff;
    overflow: hidden;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}

.value-card {
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    overflow: hidden;
}

.value-card-inner {
    padding: 48px 36px;
    height: 100%;
    position: relative;
    z-index: 2;
    transition: all 0.4s ease;
}

.value-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #c8102e;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.value-card:hover::before {
    transform: scaleX(1);
}

.value-card:hover .value-card-inner {
    background: rgba(200, 16, 46, 0.02);
}

.value-number {
    font-size: 64px;
    font-weight: 800;
    color: #f0f0f0;
    line-height: 1;
    margin-bottom: 20px;
    transition: color 0.4s ease;
}

.value-card:hover .value-number {
    color: rgba(200, 16, 46, 0.1);
}

.value-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.4s ease;
}

.value-icon i {
    font-size: 24px;
    color: #c8102e;
    transition: color 0.4s ease;
}

.value-card:hover .value-icon {
    background: #c8102e;
    border-color: #c8102e;
}

.value-card:hover .value-icon i {
    color: #ffffff;
}

.value-title {
    color: #1a1a2e;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 12px 0;
}

.value-desc {
    color: #666666;
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
}

/* Values Responsive */
@media (max-width: 991.98px) {
    .values-section {
        padding: 80px 0;
    }
    .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .value-card-inner {
        padding: 36px 28px;
    }
}

@media (max-width: 767.98px) {
    .values-section {
        padding: 60px 0;
    }
    .values-grid {
        grid-template-columns: 1fr;
    }
    .value-number {
        font-size: 48px;
    }
}

/* ===================================
   CERTIFICATIONS
=================================== */
.certifications-section {
    padding: 120px 0;
    background: #f8f9fa;
    overflow: hidden;
}

.cert-content {
    padding-right: 40px;
}

.cert-text {
    color: #666666;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 32px;
}

.cert-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.cert-card {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    padding: 32px 24px;
    text-align: center;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.cert-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #c8102e;
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.cert-card:hover {
    border-color: rgba(200, 16, 46, 0.2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transform: translateY(-5px);
}

.cert-card:hover::after {
    transform: scaleX(1);
}

.cert-card-icon {
    width: 52px;
    height: 52px;
    background: rgba(200, 16, 46, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    transition: all 0.3s ease;
}

.cert-card-icon i {
    font-size: 24px;
    color: #c8102e;
    transition: color 0.3s ease;
}

.cert-card:hover .cert-card-icon {
    background: #c8102e;
}

.cert-card:hover .cert-card-icon i {
    color: #ffffff;
}

.cert-name {
    color: #1a1a2e;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 6px 0;
}

.cert-desc {
    color: #999999;
    font-size: 13px;
    margin: 0;
}

/* Certifications Responsive */
@media (max-width: 991.98px) {
    .certifications-section {
        padding: 80px 0;
    }
    .cert-content {
        padding-right: 0;
        margin-bottom: 50px;
    }
    .cert-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767.98px) {
    .cert-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .cert-card {
        padding: 24px 20px;
    }
}

@media (max-width: 575.98px) {
    .certifications-section {
        padding: 60px 0;
    }
    .cert-grid {
        grid-template-columns: 1fr;
    }
}

/* ===================================
   CTA BANNER
=================================== */
.about-cta-section {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}

.about-cta-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.about-cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgba(13, 13, 26, 0.93) 0%,
        rgba(26, 26, 46, 0.88) 50%,
        rgba(200, 16, 46, 0.4) 100%
    );
}

.about-cta-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    margin: 0 auto;
}

.about-cta-title {
    color: #ffffff;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.2;
    margin: 20px 0 20px 0;
    letter-spacing: -0.5px;
}

.about-cta-desc {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 40px;
}

.about-cta-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* CTA Responsive */
@media (max-width: 767.98px) {
    .about-cta-section {
        padding: 80px 0;
    }
    .about-cta-title {
        font-size: 32px;
    }
    .about-cta-desc {
        font-size: 14px;
    }
    .about-cta-buttons {
        flex-direction: column;
    }
    .about-cta-bg {
        background-attachment: scroll;
    }
}

@media (max-width: 575.98px) {
    .about-cta-section {
        padding: 60px 0;
    }
    .about-cta-title {
        font-size: 26px;
    }
    .about-cta-buttons .btn-slide-primary,
    .about-cta-buttons .btn-slide-secondary {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
}
