/* ============================================
   CSS CHO TRANG MÔ HÌNH KIỀNG BA CHÂN
   ============================================ */
/* Section 1: Introduction Quote */
.intro-quote-section {
    position: relative;
    overflow: hidden;
    padding-top: 120px;
}

.quote-wrapper {
    display: flex;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.quote-images-grid {
    flex: 0 0 600px;
    display: flex;
    gap: 24px;
    position: relative;
}

/* Decorative Icons */
.deco-icon {
    position: absolute;
    z-index: 10;
    animation: float 3s ease-in-out infinite;
    pointer-events: none;
}

.deco-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

.deco-plane {
    width: 300px;
    top: -80px;
    right: 0px;
    animation-delay: 0s;
}

.deco-idea {
    width: 170px;
    bottom: -69px;
    left: -110px;
    animation-delay: 1s;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

.image-large {
    flex: 1;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}

.image-large img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.images-small {
    width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 24px;
}

.image-small {
    flex: 1;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.image-small:first-child {
    transform: scale(0.8);
    transform-origin: 0% 100%;
}

.image-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.quote-content {
    flex: 1;
}

.quote-icon {
    text-align: left;
    margin-bottom: 20px;
}

.quote-icon i {
    font-size: 48px;
    color: var(--primary-color);
    opacity: 0.2;
}

.main-quote {
    background: var(--white);
    padding: 40px 50px;
    border-radius: var(--radius-lg);
    border-left: 5px solid var(--primary-color);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    margin: 0;
    position: relative;
}

.main-quote p {
    font-size: 18px;
    line-height: 1.8;
    color: var(--text-color);
    margin-bottom: 25px;
}

.main-quote p:last-child {
    margin-bottom: 0;
}

.main-quote .highlight {
    color: var(--primary-color);
    font-weight: 600;
    position: relative;
    padding: 0 4px;
}

.main-quote .model-name {
    color: var(--primary-color);
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.main-quote .pillar {
    color: #e18f00;
    font-weight: 700;
    padding: 2px 6px;
    background: rgb(223 161 0 / 10%);
    border-radius: 4px;
}

.quote-stats {
    display: flex;
    justify-content: flex-start;
    margin-top: 40px;
    gap: 50px;
}

.stat-item {
    text-align: left;
    flex: 1;
}

.stat-number {
    font-size: 48px;
    font-weight: 800;
    color: #95b535;
    line-height: 1;
    margin-bottom: 10px;
}

.quote-stats .stat-item:last-child .stat-number {
    transform: scale(1.5);
    transform-origin: 0% 100%;
}

.stat-label {
    font-size: 14px;
    color: var(--text-light);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Section 2: What is Tripod Model */
/* Background applied via bg-pattern-caro class in HTML */


.what-is-wrapper {
    display: flex;
    gap: 100px;
    align-items: center;
}

.what-is-content {
    flex: 1;
}

.what-is-content .section-title {
    margin-bottom: 30px;
    /* Base: var(--spacing-xxl) */
    letter-spacing: 1px;
    /* Base: none */
}

.what-is-text {
    margin-bottom: 20px;
    padding: 16px;
    background: white;
    border-radius: 12px;
}

.what-is-text p {
    font-size: 18px;
    line-height: 1.8;
    color: var(--text-color);
    margin-bottom: 20px;
}

.what-is-text p:last-child {
    margin-bottom: 0;
}

.highlight-text {
    color: var(--primary-color);
    font-weight: 700;
}

.state-before {
    color: #dc2626;
    font-weight: 700;
    padding: 2px 6px;
    background: rgba(220, 38, 38, 0.1);
    border-radius: 4px;
}

.state-after {
    color: #059669;
    font-weight: 700;
    padding: 2px 6px;
    background: rgba(5, 150, 105, 0.1);
    border-radius: 4px;
}

.key-quote {
    background: rgb(50 58 255 / 10%);
    padding: 30px 40px 30px 60px;
    border-radius: var(--radius-lg);
    border-left: 5px solid #4b50c4;
    position: relative;
    box-shadow: none;
}

.quote-mark {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 60px;
    font-weight: 900;
    color: var(--primary-color);
    opacity: 0.2;
    line-height: 1;
    font-family: Georgia, serif;
}

.key-quote p {
    font-size: 20px;
    font-weight: 900;
    color: var(--primary-color-text);
    margin: 0;
    text-align: left;
    position: relative;
    z-index: 1;
    font-style: italic;
}

.what-is-diagram {
    width: 550px;
    text-align: center;
}

.what-is-diagram img {
    width: 100%;
    max-width: 550px;
    margin: auto;
}

.diagram-note {
    margin-top: 15px;
    font-size: 14px;
    color: var(--text-light);
    font-style: italic;
}


/* Section 3+: Pillar Sections */
.pillar-section {
    background: var(--white);
    position: relative;
    overflow: hidden;
}

.pillar-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: start;
}

/* Left: Pillar Info */
.pillar-info {
    position: sticky;
    top: 100px;
}

.pillar-info .prg-des {
    font-size: 16px;
    line-height: 1.9;
}

.pillar-badge {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(46, 50, 147, 0.1);
    color: var(--primary-color);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    border-radius: 50px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

.pillar-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--primary-color-text);
    margin-bottom: 30px;
    line-height: 1.4;
}

.pillar-title span {
    font-size: 1.5rem;
    color: var(--text-color);
    display: block;
    margin-top: 5px;
}

.pillar-icon-large {
    font-size: 100px;
    color: var(--primary-color);
    opacity: 0.05;
    position: absolute;
    top: -20px;
    right: 0;
    z-index: -1;
}

.pillar-core-value {
    background: linear-gradient(135deg, #fff6d4 0%, #fffbf2 100%);
    padding: 35px;
    border-radius: 20px;
    border-left: 6px solid #ff9900;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}

.pillar-core-value::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(255, 153, 0, 0.2) 0%, transparent 70%);
    border-radius: 50%;
}

.pillar-core-value::after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: 20px;
    width: 60px;
    height: 60px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ff9900' fill-opacity='0.05'%3E%3Cpath d='M12,3L1,9L12,15L21,10.09V17H23V9M5,13.18V17.18L12,21L19,17.18V13.18L12,17L5,13.18Z'/%3E%3C/svg%3E") no-repeat;
    background-size: contain;
    z-index: 0;
}

.core-value-icon {
    width: 45px;
    height: 45px;
    background: #ff9900;
    color: white;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(255, 153, 0, 0.3);
    position: relative;
    z-index: 1;
}

.pillar-core-value p {
    font-size: 17px;
    color: #5c4b37;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.pillar-core-value p strong {
    color: #cc7a00;
}

.pillar-core-value p:last-child {
    margin-bottom: 0;
}

/* Right: Pillar Roles Grid */
.roles-grid-title {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--primary-color-text);
    margin-bottom: -79px;
    padding: 14px 20px;
    background: linear-gradient(180deg, rgb(239 240 255), transparent);
    border-radius: 20px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-left: -20px;
    margin-right: -20px;
    height: 120px;
    text-align: center;
}

.pillar-roles-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.role-action-card {
    background: var(--white);
    padding: 20px;
    padding-right: 32px;
    border-radius: 15px;
    display: flex;
    gap: 25px;
    border: 1px solid rgba(46, 50, 147, 0.2);
    position: relative;
}

.role-icon {
    width: 60px;
    height: 60px;
    color: #4e53c6;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
    background: #ebecfa;
}

.role-number {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -30px;
    font-size: 25px;
    width: 52px;
    border-radius: 50%;
    background: #e6a934;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 52px;
    font-weight: 700;
    color: white;
    line-height: 1;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.role-text h3 {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 4px;

}

.role-text p {
    font-size: 16px;
    color: var(--text-color);
    margin: 0;
}

/* Specific theme for Pillar 1 (School) */
.pillar-1 .pillar-badge {
    background: rgba(255, 153, 0, 0.1);
    color: #db8300;
}

/* Pillar 2 and 3 badges match Pillar 1 */
.pillar-2 .pillar-badge,
.pillar-3 .pillar-badge {
    background: rgba(255, 153, 0, 0.1);
    color: #db8300;
}



/* Alternate Grid Layout - Increased gap for Pillar 2 */
.pillar-grid.alternate {
    grid-template-columns: 1.2fr 1fr;
    gap: 88px;
    /* Increased from 60px to avoid cramped layout with numbers */
}

/* Synergy Section Styles */
.synergy-section {
    padding: 100px 0;
    background-color: var(--white);
}

.synergy-wrapper {
    background: var(--white);
    padding: 60px;
    border-radius: 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.synergy-p {
    font-size: 1.2rem;
    color: var(--text-color);
    margin-bottom: 50px;
}

.synergy-visual {
    position: relative;
    width: 500px;
    height: 500px;
    margin: 60px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.synergy-circle {
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    mix-blend-mode: multiply;
    transition: transform 0.3s ease;
}

.synergy-circle:hover {
    transform: scale(1.05);
    z-index: 10;
}

.synergy-circle.school {
    background: rgba(255, 153, 0, 0.4);
    top: 20px;
    color: #855000;
    transform: translateX(-50%);
    left: 50%;
    align-items: flex-start;
    padding-top: 50px;
}

.synergy-circle.family {
    background: rgba(235, 64, 52, 0.4);
    bottom: 40px;
    left: 40px;
    color: #87211a;
    align-items: flex-end;
    padding-bottom: 50px;
    padding-left: 20px;
}

.synergy-circle.expert {
    background: rgba(5, 150, 105, 0.4);
    bottom: 40px;
    right: 40px;
    color: #03523a;
    align-items: flex-end;
    padding-bottom: 50px;
    padding-right: 20px;
}

.synergy-center {
    position: absolute;
    width: 160px;
    height: 160px;
    background: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    animation: pulse-glow 2s infinite;
}

@keyframes pulse-glow {
    0% {
        box-shadow: 0 0 0 0 rgba(46, 50, 147, 0.4);
    }

    70% {
        box-shadow: 0 0 0 20px rgba(46, 50, 147, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(46, 50, 147, 0);
    }
}

.center-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.center-content i {
    font-size: 40px;
    color: var(--primary-color);
}

.center-content span {
    font-weight: 800;
    font-size: 14px;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.synergy-footer-p {
    margin-top: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.synergy-footer-p p {
    font-size: 1.1rem;
    line-height: 1.8;
}

/* Alternate Backgrounds */
.alternate-bg {
    background-color: var(--light-bg);
}

/* Mini check list for Pillar content */
.mini-check-list {
    list-style: none;
    padding: 0;
    margin: 15px 0 20px 0;
}

.mini-check-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.95rem;
    color: #444;
    margin-bottom: 8px;
    line-height: 1.4;
    text-align: left;
}

.mini-check-list li i {
    color: #059669;
    /* Representative color for experts pillar */
    margin-top: 3px;
    font-size: 14px;
}

.mb-sm {
    margin-bottom: 10px;
}

/* Mini check list - 2 columns layout for Pillar 3 */
.mini-check-list-2col {
    list-style: none;
    padding: 0;
    margin: 15px 0 20px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 20px;
}

.mini-check-list-2col li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 16px;
    /* As requested */
    text-align: left;
}

.mini-check-list-2col li i {
    color: #0bb15f;
    /* Orange to match pillar theme */
    margin-top: 3px;
    font-size: 14px;
    flex-shrink: 0;
}

/* ============================================
   SECTION: COMMON MISSION (SỨ MỆNH CHUNG)
   ============================================ */

/* ============================================
   SECTION: COMMON MISSION (SỨ MỆNH CHUNG)
   ============================================ */
.common-mission-section {
    position: relative;
    padding: 0;
    margin-top: 100px;
    /* Increased margin to accommodate negative margin of ribbon */
    margin-bottom: 60px;
}

.mission-container {
    max-width: 1468px;
    margin: 0 auto;
    padding: 0 20px 60px;
    /* Reduced top padding, let content flow */
    position: relative;
    z-index: 2;
    /* Background Image */
    background-image: url('/web/img/bg-light-shape-2.jpg');
    /* Correct path: css/pages/ -> assets/ -> root -> img-fix/ */
    background-color: #ecedf9;
    /* Fallback color */
    background-size: cover;
    background-position: center;
    border-radius: 30px;
}

/* Ribbon Wrapper */
.mission-ribbon-wrapper {
    display: flex;
    justify-content: center;
    margin-top: -40px;
    /* Negative margin to pull ribbon up */
    margin-bottom: 20px;
    position: relative;
    z-index: 10;
}

.ribbon-svg-container {
    position: relative;
    width: 500px;
    max-width: 100%;
    margin-top: -15px;
}

.mission-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* Adjust vertically to center in ribbon shape */
    color: #fff;
    font-size: 1.8rem;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0;
    width: 100%;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    letter-spacing: 1px;
}

.mission-text-content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 30px;
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mission-desc-top {
    font-size: 1.25rem;
    color: #444;
    margin-bottom: 25px;
    order: -1;
    /* Move above the orange box */
}

/* Orange Highlight Box */
.mission-highlight-box {
    background-color: #70ad3f;
    /* Secondary orange color */
    color: #fff;
    padding: 12px 32px;
    border-radius: 50px;
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
    max-width: 800px;
}

.mission-subtitle {
    font-size: 1.15rem;
    font-weight: 500;
    margin: 0;
    line-height: 1.5;
    color: #fff;
}

/* Arrow pointing down */
.box-arrow {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #70ad3f;
}

/* Goals Grid - New Style */
.mission-goals-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    /* For connecting line positioning */
}

/* Single continuous connecting line across all icons */
.mission-goals-grid::before {
    content: '';
    position: absolute;
    top: 60px;
    left: 20%;
    right: 0;
    height: 3px;
    background-color: #494ebb;
    z-index: 0;
    width: 66%;
}

.mission-goal-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
    /* Keep icons above the line */
}

.goal-circle-icon {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 3px solid #494ebb;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    background: #e0f2ff;
    color: #494ebb;
    font-size: 48px;
    position: relative;
    /* For connecting line positioning */
    /* Removed transition and box-shadow as requested */
}

/* Removed hover effects */

.goal-item-title {
    font-size: 1.4rem;
    font-weight: 800;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.35;
}

.goal-item-desc {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
    max-width: 250px;
    margin: 0 auto;
}


/*responsive mô hình kiềng 3 chân*/
@media(max-width:767px) {
    .intro-quote-section {
        padding-top: 30px;
    }

    .main-quote {
        padding: 20px;
        max-width: 630px;
    }

    .quote-icon {
        display: none;
    }

    .quote-wrapper {
        flex-direction: column-reverse;
        gap: 50px;
    }

    .main-quote p {
        font-size: 17px;
        margin-bottom: 20px;
    }

    .quote-stats {
        margin-top: 24px;
        gap: 30px;
    }

    .stat-item {
        text-align: center;
    }

    .stat-number {
        font-size: 32px;
    }

    .quote-stats .stat-item:last-child {
        overflow: hidden;
    }

    .quote-stats .stat-item:last-child .stat-number {
        transform-origin: center;
    }

    .image-large img {
        height: 100%;
    }

    .quote-images-grid {
        gap: 16px;
        flex: none;
        max-width: 500px;
    }



    .images-small {
        max-width: 260px;
        gap: 16px;
        flex: 1;
    }

    .deco-plane {
        width: 265px;
        top: -46px;
        right: 26px;
    }

    .deco-idea {
        width: 130px;
        bottom: -47px;
        left: 0;
    }


}

@media(max-width:767px) {
    .what-is-wrapper {
        gap: 30px;
        flex-flow: column-reverse;
    }

    .what-is-text p {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .key-quote {
        padding: 16px 20px 16px 50px;
        border-radius: 16px;
    }

    .key-quote p {
        font-size: 18px;
    }

    .what-is-diagram {
        width: auto;
        max-width: 360px;
        margin: auto;
    }

    .pillar-grid {
        gap: 20px !important;
        grid-template-columns: 1fr !important;
    }

    .pillar-grid.alternate .pillar-roles-grid {
        order: 2;
    }

    .pillar-info {
        top: 0;
    }

    .pillar-title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .pillar-title span {
        font-size: 18px;
    }

    .pillar-icon-large {
        font-size: 62px;
        opacity: 0.1;
        top: 0;
    }

    .pillar-grid:not(.alternate) .pillar-core-value {
        margin-top: 0;
    }

    .pillar-grid.alternate .pillar-core-value {
        margin-top: 20px;
    }

    .roles-grid-title {
        margin-left: 0;
        margin-right: 0;
        padding: 14px 10px;
        font-size: 18px;
    }

    .role-action-card {
        padding: 12px;
        padding-right: 32px;
        gap: 15px;
    }

    .role-number {
        width: 44px;
        height: 44px;
        font-size: 24px;
        right: -15px;
    }

    .role-text h3 {
        font-size: 18px;
    }




}

@media(max-width:575px) {
    .mini-check-list-2col {
        gap: 12px;
        grid-template-columns: 1fr;
    }

    .common-mission-section {
        margin-top: 60px;
        padding: 0px 16px;
    }

    .ribbon-svg-container {
        transform: scale(0.85);
    }

    .mission-text-content {
        margin-bottom: 0;
    }

    .mission-highlight-box {
        padding: 12px 24px;
        border-radius: 24px;
    }

    .mission-subtitle {
        font-size: 16px;
    }

    .mission-desc-top {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .mission-goal-item {
        width: 47%;
    }

    .mission-goals-grid {
        gap: 16px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .goal-circle-icon {
        width: 100px;
        height: 100px;
        font-size: 36px;
        margin-bottom: 12px;
    }

    .goal-item-title {
        font-size: 18px;
    }

    .mission-goals-grid::before {
        display: none;
    }

    .mission-container {
        padding-bottom: 40px;
    }

    .mission-title {
        font-size: 1.6rem;
    }



}

@media(min-width:576px) and (max-width:767px) {

    .pillar-section.pillar-2,
    .pillar-section.pillar-3 {
        margin-top: -28px;
    }

    .common-mission-section {
        margin-top: 60px;
        padding: 0px 16px;
    }

    .ribbon-svg-container {
        transform: scale(0.8);
    }

    .mission-text-content {
        margin-bottom: 0;
    }

    .mission-subtitle {
        font-size: 17px;
    }

    .mission-desc-top {
        font-size: 17px;
        margin-bottom: 16px;
    }

    .mission-goals-grid {
        gap: 16px;
    }

    .goal-circle-icon {
        width: 100px;
        height: 100px;
        font-size: 36px;
        margin-bottom: 12px;
    }

    .goal-item-title {
        font-size: 18px;
    }

    .mission-container {
        padding-bottom: 40px;
    }

    .mission-goals-grid::before {
        top: 50px;
    }



}

@media(min-width:768px) and (max-width:991px) {
    .image-large {
        display: none;
    }

    .quote-images-grid {
        flex: none;
    }

    .quote-wrapper {
        flex-direction: row-reverse;
        gap: 40px;
    }

    .intro-quote-section {
        padding-top: 48px;
    }

    .quote-icon {
        display: none;
    }

    .main-quote {
        padding: 20px;
    }

    .main-quote p {
        font-size: 16px;
    }

    .quote-stats {
        margin-top: 20px;
    }

    .stat-item {
        text-align: center;
    }

    .stat-number {
        font-size: 36px;
    }

    .images-small {
        width: 240px;
    }

    .deco-idea {
        width: 133px;
        bottom: -68px;
        left: -50px;
    }

    .deco-plane {
        width: 251px;
        top: -68px;
        right: 31px;
    }

    .what-is-diagram {
        width: 350px;
    }

    .what-is-wrapper {
        gap: 20px;
        flex-direction: row-reverse;
    }

    .what-is-text p {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .key-quote {
        padding: 16px 20px 16px 50px;
        border-radius: 16px;
    }

    .key-quote p {
        font-size: 18px;
    }

    .pillar-grid {
        gap: 40px !important;
    }

    .pillar-info .prg-des {
        margin-bottom: 20px;
    }

    .pillar-info {
        top: 0;
    }

    .pillar-title {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .pillar-title span {
        font-size: 20px;
    }

    .pillar-icon-large {
        font-size: 70px;
        opacity: 0.1;
    }


    .pillar-info .pillar-core-value {
        padding: 20px;
    }

    .roles-grid-title {
        margin-left: 0;
        margin-right: 0;
        padding: 14px 10px;
        font-size: 18px;
    }

    .role-action-card {
        padding: 12px;
        padding-right: 32px;
        gap: 15px;
    }

    .role-number {
        width: 44px;
        height: 44px;
        font-size: 24px;
        right: -15px;
    }

    .role-text h3 {
        font-size: 18px;
    }

    .mini-check-list-2col {
        gap: 12px;
        grid-template-columns: 1fr;
    }


    .common-mission-section {
        margin-top: 60px;
        padding: 0px 16px;
    }

    .ribbon-svg-container {
        transform: scale(0.9);
    }

    .mission-text-content {
        margin-bottom: 0;
    }

    .mission-subtitle {
        font-size: 17px;
    }

    .mission-desc-top {
        margin-bottom: 16px;
        font-size: 1.15rem;
    }

    .goal-circle-icon {
        width: 100px;
        height: 100px;
        font-size: 36px;
    }

    .goal-item-title {
        font-size: 19px;
    }

    .mission-container {
        padding-bottom: 40px;
    }

    .mission-goals-grid::before {
        top: 50px;
    }




}

@media(min-width:992px) and (max-width:1199px) {
    .what-is-diagram {
        width: 420px;
    }

    .what-is-wrapper {
        gap: 40px;
    }

    .what-is-text p {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .key-quote {
        padding: 16px 20px 16px 50px;
        border-radius: 16px;
    }

    .key-quote p {
        font-size: 18px;
    }

    .pillar-info .pillar-core-value {
        padding: 24px;
    }

    .roles-grid-title {
        margin-left: 0;
        margin-right: 0;
        padding: 14px 10px;
        font-size: 18px;
    }

    .role-action-card {
        padding: 12px;
        padding-right: 32px;
        gap: 20px;
    }

    .role-number {
        width: 44px;
        height: 44px;
        font-size: 24px;
        right: -15px;
    }

    .pillar-title {
        font-size: 34px;
    }

    .pillar-title span {
        font-size: 22px;
    }

    .pillar-icon-large {
        font-size: 80px;
    }

    .pillar-grid {
        gap: 48px;
        align-items: flex-end;
    }

    .pillar-grid.alternate {
        gap: 64px;
    }

    .pillar-section.pillar-3 .pillar-grid {
        align-items: flex-start;
    }

    .common-mission-section {
        margin-top: 80px;
        padding: 0px 20px;
    }

    .mission-desc-top {
        font-size: 18px;
    }

    .mission-highlight-box {
        margin-bottom: 20px;
    }

    .mission-subtitle {
        font-size: 1.1rem;
    }

    .goal-item-title {
        font-size: 1.2rem;
    }


}


@media(min-width:992px) and (max-width:1499px) {
    .intro-quote-section {
        padding-top: 40px;
    }

    .quote-wrapper {
        gap: 50px;
    }

    .quote-images-grid {
        flex: 1;
    }

    .deco-plane {
        width: 280px;
        top: -74px;
        right: 0px;
    }

    .deco-idea {
        bottom: -105px;
        left: 0;
    }

    .image-large img {
        height: 400px;
    }

    .quote-stats {
        margin-top: 20px;
    }

    .main-quote {
        padding: 32px;
        max-width: 600px;
    }

    .main-quote p {
        font-size: 17px;
    }

    .stat-item {
        text-align: center;
    }

    .stat-number {
        font-size: 36px;
    }




}


@media(min-width:1200px) and (max-width:1499px) {
    .what-is-diagram {
        width: 450px;
    }

    .what-is-wrapper {
        gap: 60px;
    }

    .what-is-text p {
        font-size: 17px;
    }

    .key-quote {
        padding: 20px 30px 20px 60px;
    }

    .pillar-info .pillar-core-value {
        padding: 28px;
    }

    .pillar-title {
        font-size: 36px;
    }

    .pillar-title span {
        font-size: 22px;
    }

    .pillar-icon-large {
        font-size: 90px;
    }

    .pillar-grid {
        align-items: flex-end;
    }


    .pillar-section.pillar-3 .pillar-grid {
        align-items: flex-start;
    }

    .mission-container {
        max-width: 1100px;
    }

    .ribbon-svg-container {
        transform: scale(0.9);
    }

    .common-mission-section {
        margin-top: 80px;
    }

}

@media (min-width: 1500px) and (max-width: 1900px) {
    .mission-container {
        max-width: 1400px;
    }
}


/*end responsive mô hình kiềng 3 chân*/

/* ============================================
   KẾT THÚC CSS TRANG MÔ HÌNH KIỀNG BA CHÂN
   ============================================ */