/* ceo.html page-only styles */
/* blue theme unified */

:root {
    --ceo-primary: #27486b;
    --ceo-primary-dark: #16314f;
    --ceo-accent: #6d89a6;
    --ceo-accent-soft: #edf3f8;
}

.banner_area .banner_inner .banner_content {
    margin-top: 85px;
}

.banner_area .section-head-square {
    width: 200px;
    padding: 3rem 0 3rem 3rem;
}

.banner_area .section-head-square > .head-title,
.banner_area .banner_inner .banner_content h2,
.banner_area .head-title {
    width: 640px;
    font-size: 28px !important;
    line-height: 1.45 !important;
    font-weight: 700;
    letter-spacing: -0.2px;
    margin-bottom: 0;
}

.section-title.ceo-theme,
.ceo-message-card h2,
.ceo-signature {
    color: var(--ceo-primary-dark);
}

.title-line.ceo-theme,
.ceo-message-card .title-line {
    background: linear-gradient(90deg, var(--ceo-primary), var(--ceo-accent));
}

.ceo-intro {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 36px;
    color: var(--text-sub);
    line-height: 1.85;
}

.ceo-message-card {
    position: relative;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(223, 231, 243, 0.9);
    border-radius: 18px;
    box-shadow: var(--shadow-sm);
    padding: 42px 40px;
    overflow: hidden;
}

.ceo-message-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--ceo-primary), var(--ceo-accent));
}

.ceo-message-card h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 14px;
}

.ceo-subheadline {
    text-align: center;
    max-width: 860px;
    margin: 0 auto 28px;
    color: var(--text-sub);
    line-height: 1.8;
}

.ceo-summary {
    max-width: 920px;
    margin: 0 auto 30px;
    padding: 24px 28px;
    background: var(--ceo-accent-soft);
    border-left: 5px solid var(--ceo-primary);
    border-radius: 16px;
    color: var(--text-sub);
    line-height: 1.85;
}

.ceo-message-text {
    max-width: 920px;
    margin: 0 auto;
}

.ceo-message-text p {
    color: var(--text-sub);
    line-height: 1.95;
    font-size: 16px;
    margin-bottom: 14px;
    word-break: keep-all;
}

.ceo-signature {
    max-width: 920px;
    margin: 26px auto 0;
    font-size: 20px;
    font-weight: 800;
    text-align: right;
}

.ceo-visual {
    text-align: center;
    margin-top: 28px;
}

.ceo-visual img {
    width: 100%;
    max-width: 780px;
    border-radius: 18px;
    border: 1px solid rgba(223, 231, 243, 0.9);
    box-shadow: var(--shadow-sm);
    display: inline-block;
}

@media (max-width: 991px) {
    .banner_area .section-head-square > .head-title,
    .banner_area .banner_inner .banner_content h2,
    .banner_area .head-title {
        width: 100%;
        font-size: 24px !important;
        line-height: 1.45 !important;
    }

    .ceo-message-card {
        padding: 34px 22px;
    }

    .ceo-message-card h2 {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .banner_area .section-head-square {
        width: 160px;
        padding: 2rem 0 2rem 2rem;
        margin: 0 auto;
    }

    .banner_area .section-head-square > .head-title,
    .banner_area .banner_inner .banner_content h2,
    .banner_area .head-title {
        width: 100%;
        font-size: 20px !important;
        line-height: 1.5 !important;
    }

    .ceo-message-card {
        padding: 28px 16px;
    }

    .ceo-summary {
        padding: 18px 16px;
    }

    .ceo-signature {
        font-size: 18px;
    }
}