﻿
/* ================================================
       SHARED UTILITIES
    ================================================ */
.section-label {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #F15024;
    margin-bottom: 16px;
}

.center-label {
    display: flex;
    justify-content: center;
}

.label-line {
    display: block;
    width: 32px;
    height: 2px;
    background: linear-gradient(90deg, #F15024, #FF9D7A);
    border-radius: 2px;
    flex-shrink: 0;
}

.title-gradient {
    background: linear-gradient(135deg, #F15024 0%, #FF8C5A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* =========================================
   INNER HERO
========================================= */

.inner-hero {
    position: relative;
    padding: 150px 0 90px;
    background: #F8FAFC;
    overflow: hidden;
}

    .inner-hero::before {
        content: '';
        position: absolute;
        top: -140px;
        right: -120px;
        width: 420px;
        height: 420px;
        border-radius: 50%;
        background: rgba(241,80,36,0.05);
    }

.inner-hero-layout {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 70px;
    align-items: center;
    position: relative;
    z-index: 2;
}

/* =========================================
   LEFT CONTENT
========================================= */

.inner-hero-content {
    max-width: 700px;
}

.inner-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
    font-size: 13px;
    color: #94A3B8;
    font-weight: 500;
}

    .inner-breadcrumb a {
        color: #64748B;
        transition: 0.3s;
    }

        .inner-breadcrumb a:hover {
            color: #F15024;
        }

.inner-hero h1 {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(31px, 5vw, 55px);
    line-height: 1.08;
    font-weight: 700;
    color: #1E3156;
    margin-bottom: 24px;
    letter-spacing: -1px;
}

    .inner-hero h1 span {
        color: #F15024;
    }

.inner-hero p {
    font-size: 17px;
    line-height: 1.9;
    color: #64748B;
    max-width: 620px;
    margin-bottom: 32px;
}

/* MINI STATS */

.hero-mini-stats {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    font-size: 14px;
    font-weight: 600;
    color: #1E3156;
}

    .hero-mini-stats .dot {
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #F15024;
    }

/* =========================================
   RIGHT IMAGE
========================================= */

.inner-hero-image {
    position: relative;
}

.hero-img-main {
    position: relative;
    border-radius: 32px;
    overflow: hidden;
    height: 500px;
    box-shadow: 0 25px 60px rgba(30,49,86,0.12);
}

    .hero-img-main img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* FLOATING CARD */

.hero-img-card {
    position: absolute;
    left: -30px;
    bottom: 40px;
    background: #fff;
    padding: 20px 24px;
    border-radius: 22px;
    box-shadow: 0 18px 40px rgba(30,49,86,0.12);
    display: flex;
    flex-direction: column;
    gap: 4px;
    border: 1px solid #EEF2F7;
}

.hic-number {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: #F15024;
    line-height: 1;
}

.hic-text {
    font-size: 13px;
    font-weight: 600;
    color: #64748B;
}

/* DECORATIVE SHAPE */

.inner-hero-shape {
    position: absolute;
    bottom: -100px;
    right: -60px;
    width: 320px;
    height: 320px;
    border-radius: 40px;
    background: linear-gradient( 135deg, rgba(30,49,86,0.05), rgba(241,80,36,0.06) );
    transform: rotate(18deg);
}

/* =========================================
   RESPONSIVE
========================================= */

@media(max-width:991px) {

    .inner-hero-layout {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .inner-hero-image {
        max-width: 550px;
    }
}

@media(max-width:768px) {

    .inner-hero {
        padding: 120px 0 70px;
    }

        .inner-hero h1 {
            font-size: 40px;
        }

        .inner-hero p {
            font-size: 15px;
        }

    .hero-img-main {
        height: 380px;
        border-radius: 24px;
    }

    .hero-img-card {
        left: 15px;
        bottom: 15px;
        padding: 16px 18px;
    }

    .hic-number {
        font-size: 24px;
    }
}

/* ================================================
       INTRODUCTION
    ================================================ */
.intro-section {
    padding: 120px 0;
    background: #fff;
    overflow: hidden;
}

.intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

/* Visual */
.intro-visual {
    position: relative;
    height: 580px;
}

.intro-img-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 460px;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(30,49,86,0.18);
    background: linear-gradient(135deg, #1E3156, #2B467A);
}

    .intro-img-main img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.intro-img-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 60%, rgba(30,49,86,0.25) 100%);
}

.intro-img-accent {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 240px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(30,49,86,0.2);
    border: 4px solid #fff;
    background: linear-gradient(135deg, #F15024, #FF9D7A);
    z-index: 3;
}

    .intro-img-accent img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* Rotating badge */
.intro-badge {
    position: absolute;
    top: 30px;
    right: -10px;
    width: 110px;
    height: 110px;
    z-index: 10;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 12px 36px rgba(30,49,86,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
}

.badge-rotate-text {
    position: absolute;
    inset: 0;
    animation: rotateBadge 20s linear infinite;
}

@keyframes rotateBadge {
    to {
        transform: rotate(360deg);
    }
}

.badge-center-icon {
    position: relative;
    z-index: 2;
}

/* Deco elements */
.intro-deco-square {
    position: absolute;
    bottom: 30px;
    left: -24px;
    width: 80px;
    height: 80px;
    border: 2px solid rgba(241,80,36,0.2);
    border-radius: 16px;
    transform: rotate(10deg);
    z-index: 0;
}

.intro-deco-dots {
    position: absolute;
    bottom: -10px;
    right: 20px;
    width: 80px;
    height: 80px;
    z-index: 0;
}

/* Text */
.intro-heading {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(28px, 3.2vw, 42px);
    font-weight: 700;
    color: #1E3156;
    line-height: 1.15;
    letter-spacing: -0.8px;
    margin-bottom: 22px;
}

.heading-em {
    font-style: normal;
    color: #F15024;
    position: relative;
}

    .heading-em::after {
        content: '';
        position: absolute;
        bottom: 2px;
        left: 0;
        width: 100%;
        height: 4px;
        background: linear-gradient(90deg, #F15024, #FF9D7A);
        border-radius: 4px;
        opacity: 0.3;
    }

.intro-lead {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.8;
    color: #374151;
    margin-bottom: 16px;
}

.intro-body {
    font-size: 15px;
    line-height: 1.85;
    color: #6B7280;
    margin-bottom: 14px;
}

/* Pillars */
.intro-pillars {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid #F0F2F5;
}

.intro-pillar {
    display: flex;
    align-items: center;
    gap: 14px;
}

.ip-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: rgba(241,80,36,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.intro-pillar strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #1E3156;
    margin-bottom: 2px;
}

.intro-pillar span {
    font-size: 12.5px;
    color: #9CA3AF;
}

/* ================================================
       MISSION · VISION · VALUES
    ================================================ */
.mvv-section {
    padding: 120px 0;
    background: #F8FAFC;
    position: relative;
    overflow: hidden;
}

.mvv-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.mvv-slab {
    position: absolute;
    top: -200px;
    right: -300px;
    width: 700px;
    height: 700px;
    background: linear-gradient(135deg, rgba(30,49,86,0.03), rgba(43,70,122,0.02));
    border-radius: 40px;
    transform: rotate(-15deg);
    border: 1px solid rgba(30,49,86,0.04);
}

.mvv-header {
    text-align: center;
    margin-bottom: 60px;
}

.mvv-title {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(28px, 3.5vw, 44px);
    font-weight: 700;
    color: #1E3156;
    letter-spacing: -0.8px;
    line-height: 1.12;
    margin: 0;
}

.mvv-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    position: relative;
    z-index: 2;
}

.mvv-card {
    background: #fff;
    border: 1.5px solid #EEF2F7;
    border-radius: 28px;
    padding: 40px 34px;
    position: relative;
    overflow: hidden;
    transition: all 0.35s cubic-bezier(0.22,1,0.36,1);
}

    .mvv-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 20px 50px rgba(30,49,86,0.1);
        border-color: rgba(241,80,36,0.2);
    }

.mvv-card--dark {
    background: linear-gradient(145deg, #1E3156, #162543);
    border-color: transparent;
    color: #fff;
}

    .mvv-card--dark:hover {
        box-shadow: 0 20px 50px rgba(30,49,86,0.3);
        border-color: transparent;
    }

.mvv-card-number {
    font-family: 'Poppins', sans-serif;
    font-size: 64px;
    font-weight: 800;
    color: rgba(30,49,86,0.05);
    position: absolute;
    top: 10px;
    right: 20px;
    line-height: 1;
    letter-spacing: -3px;
}

.mvv-card--dark .mvv-card-number {
    color: rgba(255,255,255,0.05);
}

.mvv-card-icon {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    background: rgba(241,80,36,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    color: #F15024;
    transition: background 0.3s;
}

.mvv-card:hover .mvv-card-icon {
    background: rgba(241,80,36,0.14);
}

.mvv-card--dark .mvv-card-icon {
    background: rgba(255,255,255,0.1);
    color: #FF8C5A;
}

.mvv-card--dark:hover .mvv-card-icon {
    background: rgba(255,255,255,0.16);
}

.mvv-card h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #1E3156;
    margin-bottom: 14px;
}

.mvv-card--dark h3 {
    color: #fff;
}

.mvv-card p {
    font-size: 14.5px;
    line-height: 1.8;
    color: #6B7280;
    margin: 0;
}

.mvv-card--dark p {
    color: rgba(255,255,255,0.6);
}

.values-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .values-list li {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 14px;
        color: #4B5563;
    }

.val-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #F15024;
    flex-shrink: 0;
    box-shadow: 0 0 0 3px rgba(241,80,36,0.12);
}

.mvv-card-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #F15024, #FF9D7A);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
    border-radius: 0 0 28px 28px;
}

.mvv-card:hover .mvv-card-bar {
    transform: scaleX(1);
}



/* ================================================
       AWARDS
    ================================================ */
.awards-section {
    padding: 100px 0;
    background: #F8FAFC;
}

.awards-header {
    text-align: center;
    margin-bottom: 52px;
}

.awards-title {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(26px, 3vw, 40px);
    font-weight: 700;
    color: #1E3156;
    letter-spacing: -0.6px;
    margin: 0;
}

.awards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.award-card {
    background: #fff;
    border: 1.5px solid #EEF2F7;
    border-radius: 22px;
    padding: 32px 24px;
    text-align: center;
    transition: all 0.35s cubic-bezier(0.22,1,0.36,1);
}

    .award-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 16px 40px rgba(30,49,86,0.1);
        border-color: rgba(241,80,36,0.2);
    }

.award-icon {
    font-size: 40px;
    margin-bottom: 16px;
    display: block;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
}

.award-card h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #1E3156;
    margin-bottom: 8px;
    line-height: 1.4;
}

.award-card p {
    font-size: 12.5px;
    color: #9CA3AF;
    margin: 0;
    line-height: 1.5;
}

/* ================================================
       MANAGEMENT TEASER
    ================================================ */
.management-teaser {
    padding: 120px 0;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.mgmt-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.mgmt-slab {
    position: absolute;
    top: -100px;
    left: -200px;
    width: 500px;
    height: 500px;
    background: linear-gradient(135deg, rgba(30,49,86,0.03), rgba(241,80,36,0.02));
    border-radius: 40px;
    transform: rotate(-12deg);
}

.mgmt-dots {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 300px;
    height: 300px;
    opacity: 0.5;
}

.mgmt-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.mgmt-title {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(28px, 3.2vw, 42px);
    font-weight: 700;
    color: #1E3156;
    line-height: 1.15;
    letter-spacing: -0.8px;
    margin-bottom: 20px;
}

.mgmt-body {
    font-size: 15.5px;
    line-height: 1.85;
    color: #6B7280;
    margin-bottom: 32px;
}

.mgmt-highlights {
    display: flex;
    gap: 32px;
    margin-bottom: 36px;
    padding: 24px 28px;
    background: #F8FAFC;
    border-radius: 18px;
    border: 1.5px solid #EEF2F7;
}

.mgmt-hl {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.mgmt-hl-num {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: #1E3156;
    line-height: 1;
}

.mgmt-hl-lbl {
    font-size: 12px;
    color: #9CA3AF;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.mgmt-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    background: linear-gradient(135deg, #1E3156, #2B467A);
    color: #fff;
    border-radius: 50px;
    font-weight: 700;
    font-size: 15px;
    transition: all 0.3s cubic-bezier(0.34,1.56,0.64,1);
    box-shadow: 0 8px 24px rgba(30,49,86,0.25);
}

    .mgmt-btn:hover {
        transform: translateY(-3px) scale(1.03);
        box-shadow: 0 14px 32px rgba(30,49,86,0.3);
        color: #fff;
    }

    .mgmt-btn svg {
        transition: transform 0.3s;
    }

    .mgmt-btn:hover svg {
        transform: translateX(4px);
    }

/* Avatar cluster */
.avatar-cluster {
    position: relative;
    width: 420px;
    height: 380px;
    margin: 0 auto;
}

.mgmt-avatar {
    position: absolute;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 12px 32px rgba(30,49,86,0.18);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #fff;
    transition: transform 0.3s ease;
}

    .mgmt-avatar:hover {
        transform: scale(1.08) !important;
        z-index: 10 !important;
    }

    .mgmt-avatar img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .mgmt-avatar span {
        font-size: 18px;
        font-weight: 700;
    }

.mgmt-av-1 {
    width: 130px;
    height: 130px;
    top: 0;
    left: 140px;
    background: linear-gradient(135deg, #1E3156, #2B467A);
    z-index: 5;
}

.mgmt-av-2 {
    width: 110px;
    height: 110px;
    top: 80px;
    left: 20px;
    background: linear-gradient(135deg, #F15024, #FF9D7A);
    z-index: 4;
}

.mgmt-av-3 {
    width: 100px;
    height: 100px;
    top: 80px;
    right: 30px;
    background: linear-gradient(135deg, #10B981, #059669);
    z-index: 4;
}

.mgmt-av-4 {
    width: 100px;
    height: 100px;
    bottom: 60px;
    left: 80px;
    background: linear-gradient(135deg, #8B5CF6, #6D28D9);
    z-index: 3;
}

.mgmt-av-5 {
    width: 110px;
    height: 110px;
    bottom: 50px;
    right: 70px;
    background: linear-gradient(135deg, #F59E0B, #D97706);
    z-index: 3;
}

.mgmt-more {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #1E3156;
    color: rgba(255,255,255,0.8);
    font-size: 12px;
    font-weight: 600;
    padding: 8px 18px;
    border-radius: 20px;
    white-space: nowrap;
    letter-spacing: 0.5px;
}

/* ================================================
       BOTTOM CTA
    ================================================ */
.about-cta-section {
    padding: 0 0 80px;
    background: #F8FAFC;
}

.about-cta-box {
    position: relative;
    background: linear-gradient(145deg, #1E3156 0%, #0D1828 100%);
    border-radius: 32px;
    padding: 72px 72px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    box-shadow: 0 30px 80px rgba(30,49,86,0.25);
}

.cta-box-glow {
    position: absolute;
    top: -80px;
    right: 80px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(241,80,36,0.15) 0%, transparent 65%);
    pointer-events: none;
}

.cta-box-content {
    position: relative;
    z-index: 2;
    max-width: 560px;
}

.cta-box-eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #FF8C5A;
    margin-bottom: 16px;
}

.cta-box-content h2 {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(28px, 3.2vw, 42px);
    font-weight: 700;
    color: #fff;
    line-height: 1.15;
    letter-spacing: -0.8px;
    margin-bottom: 16px;
}

.cta-box-content p {
    font-size: 16px;
    line-height: 1.75;
    color: rgba(255,255,255,0.6);
    margin-bottom: 32px;
}

.cta-box-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.cta-box-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 15px;
    transition: all 0.3s cubic-bezier(0.34,1.56,0.64,1);
}

.cta-box-btn--primary {
    background: linear-gradient(135deg, #F15024, #D9431A);
    color: #fff;
    box-shadow: 0 8px 24px rgba(241,80,36,0.35);
}

    .cta-box-btn--primary:hover {
        transform: translateY(-3px) scale(1.04);
        box-shadow: 0 14px 32px rgba(241,80,36,0.45);
        color: #fff;
    }

.cta-box-btn--ghost {
    background: rgba(255,255,255,0.08);
    border: 1.5px solid rgba(255,255,255,0.2);
    color: rgba(255,255,255,0.85);
}

    .cta-box-btn--ghost:hover {
        background: rgba(255,255,255,0.14);
        color: #fff;
        transform: translateY(-2px);
    }

.cta-box-illustration {
    position: relative;
    z-index: 2;
    width: 300px;
    flex-shrink: 0;
}

    .cta-box-illustration svg {
        width: 100%;
        height: auto;
    }

/* ================================================
       COUNTER ANIMATION
    ================================================ */
.impact-num[data-target] {
    transition: all 0.3s ease;
}

/* ================================================
       RESPONSIVE
    ================================================ */
@media (max-width: 1199px) {
    .intro-grid {
        gap: 50px;
    }

    .mgmt-layout {
        gap: 50px;
    }

    .awards-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .avatar-cluster {
        width: 340px;
        height: 320px;
    }

    .mgmt-av-1 {
        width: 110px;
        height: 110px;
        left: 115px;
    }

    .mgmt-av-2 {
        width: 95px;
        height: 95px;
        left: 10px;
    }

    .mgmt-av-3 {
        width: 90px;
        height: 90px;
        right: 10px;
    }

    .mgmt-av-4 {
        width: 88px;
        height: 88px;
        left: 60px;
    }

    .mgmt-av-5 {
        width: 95px;
        height: 95px;
        right: 40px;
    }
}

@media (max-width: 991px) {
    .intro-grid {
        grid-template-columns: 1fr;
    }

    .intro-visual {
        height: 440px;
        max-width: 540px;
        margin: 0 auto;
    }

    .mvv-grid {
        grid-template-columns: 1fr;
    }

    .impact-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .mgmt-layout {
        grid-template-columns: 1fr;
    }

    .mgmt-avatars {
        display: none;
    }

    .about-cta-box {
        flex-direction: column;
        padding: 52px 40px;
    }

    .cta-box-illustration {
        display: none;
    }

    .timeline-spine {
        left: 24px;
    }

    .tl-left, .tl-right {
        padding: 0 0 0 68px;
        flex-direction: row;
    }

    .tl-connector, .tl-connector--right {
        left: 24px;
        flex-direction: row;
        transform: translateX(-50%);
    }
}

@media (max-width: 767px) {
    .about-hero {
        padding: 120px 0 60px;
    }

    .intro-visual {
        height: 340px;
    }

    .intro-img-main {
        height: 270px;
        width: 90%;
    }

    .intro-img-accent {
        height: 180px;
    }

    .impact-grid {
        grid-template-columns: 1fr;
    }

    .awards-grid {
        grid-template-columns: 1fr;
    }

    .about-cta-box {
        padding: 40px 28px;
        border-radius: 24px;
    }

    .mgmt-highlights {
        flex-wrap: wrap;
        gap: 20px;
    }
    .mvv-section {
        padding: 50px 0;      
    }
    .awards-section {
        padding: 50px 0;
    }
    .management-teaser {
        padding: 50px 0;
    }
}

@media (max-width: 767px) {

    .intro-section {
        padding: 70px 0;
    }

    .intro-grid {
        gap: 40px;
    }

    .intro-visual {
        height: auto;
        min-height: 320px;
        width: 100%;
    }

    .intro-img-main {
        position: relative;
        width: 100%;
        height: 320px;
        border-radius: 22px;
    }

        .intro-img-main img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

    .intro-badge {
        width: 80px;
        height: 80px;
        top: -15px;
        right: 10px;
    }

    .intro-deco-square {
        width: 55px;
        height: 55px;
        left: -10px;
        bottom: -10px;
    }
}
/*================== management body =======================*/
/* ================================================
   LEADERSHIP MESSAGE SECTION
================================================ */

.leader-message-section {
    position: relative;
    padding: 120px 0;
    background: #fff;
    overflow: hidden;
}

/*.leader-bg-shape {
    position: absolute;
    top: -180px;
    right: -120px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(241,80,36,0.04);
}*/

.leader-message-wrapper {
    display: grid;
    grid-template-columns: 0.75fr 1.25fr;
    gap: 70px;
    align-items: center;
    position: relative;
    z-index: 2;
}

/* IMAGE SIDE */

.leader-visual {
    position: relative;
    display: flex;
    justify-content: center;
}

.leader-main-img {
    position: relative;
    width: 100%;
    max-width: 380px;
    height: 460px;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(30,49,86,0.12);
    border: 6px solid #fff;
    background: #F8FAFC;
}

    .leader-main-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


/* CONTENT */

.leader-content h2 {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.12;
    font-weight: 700;
    color: #1E3156;
    margin-bottom: 26px;
    letter-spacing: -1px;
}

    .leader-content h2 span {
        color: #F15024;
    }

.leader-quote-icon {
    margin-bottom: 22px;
    opacity: 0.9;
}

.leader-lead {
    font-size: 18px;
    line-height: 1.9;
    color: #374151;
    font-weight: 500;
    margin-bottom: 18px;
}

.leader-content p {
    font-size: 15.5px;
    line-height: 1.95;
    color: #6B7280;
    margin-bottom: 18px;
}

/* SIGNATURE */

.leader-signature {
    margin-top: 38px;
    display: flex;
    align-items: center;
    gap: 18px;
}

.leader-signature-line {
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg,#F15024,#FF9D7A);
    border-radius: 10px;
}

.leader-signature h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #1E3156;
    margin-bottom: 4px;
}

.leader-signature span {
    font-size: 13px;
    color: #94A3B8;
    font-weight: 500;
}

/* ================================================
   RESPONSIVE
================================================ */

@media(max-width:991px) {

    .leader-message-wrapper {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .leader-main-img {
        height: 420px;
    }

    .leader-visual {
        max-width: 550px;
    }
}

@media(max-width:768px) {

    .leader-message-section {
        padding: 70px 0;
    }

    .leader-main-img {
        max-width: 280px;
        height: 340px;
        border-radius: 22px;
    }

    .leader-content h2 {
        font-size: 34px;
    }

    .leader-floating-card {
        left: 15px;
        bottom: 15px;
        padding: 16px 18px;
    }

    .lfc-number {
        font-size: 26px;
    }

    .leader-content h2 {
        font-size: 36px;
    }

    .leader-lead {
        font-size: 16px;
    }
}
/* ================================================
   MANAGEMENT TEAM
================================================ */

.management-team-section {
    padding: 120px 0;
    background: #F8FAFC;
    position: relative;
    overflow: hidden;
}

/* HEADER */

.management-section-header {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 60px;
}

.management-title {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(30px, 4vw, 46px);
    font-weight: 700;
    color: #1E3156;
    line-height: 1.15;
    letter-spacing: -1px;
    margin-bottom: 18px;
}

.management-subtitle {
    font-size: 16px;
    line-height: 1.8;
    color: #64748B;
}

/* GRID */

.management-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

/* CARD */

.management-card {
    background: #fff;
    border-radius: 28px;
    padding: 38px 28px;
    text-align: center;
    border: 1px solid #EEF2F7;
    transition: all 0.35s cubic-bezier(0.22,1,0.36,1);
    position: relative;
    overflow: hidden;
}

    .management-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg,#F15024,#FF9D7A);
        transform: scaleX(0);
        transition: transform 0.4s ease;
    }

    .management-card:hover {
        border-color: rgba(241,80,36,0.15);
    }

        .management-card:hover::before {
            transform: scaleX(1);
        }

/* AVATAR */

.management-avatar {
    width: 84px;
    height: 84px;
    margin: 0 auto 24px;
    border-radius: 50%;
    background: linear-gradient(135deg,#1E3156,#2B467A);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    box-shadow: 0 12px 30px rgba(30,49,86,0.18);
    position: relative;
}

    .management-avatar::after {
        content: '';
        position: absolute;
        inset: -6px;
        border-radius: 50%;
        border: 1px dashed rgba(241,80,36,0.3);
    }

/* TEXT */

.management-card h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #1E3156;
    margin-bottom: 10px;
    line-height: 1.5;
}

.management-card span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 18px;
    border-radius: 30px;
    background: rgba(241,80,36,0.08);
    color: #F15024;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

/* RESPONSIVE */

@media(max-width:991px) {

    .management-grid {
        grid-template-columns: repeat(2,1fr);
    }
}

@media(max-width:767px) {

    .management-team-section {
        padding: 70px 0;
    }

    .management-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .management-card {
        padding: 32px 24px;
    }
}