/* --------------------------------------------------------------------------------
   Chairman's Message
-------------------------------------------------------------------------------- */

/* === hero === */
.chairmanHero {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    padding-top: 60px;
    background: linear-gradient(115deg, #00537f 0%, #0075b8 45%, #56b6c5 100%);

    .rel {
        position: relative;
        z-index: 2;
    }

    .aife {
        align-items: flex-end;
    }

    p {
        color: rgba(255, 255, 255, 0.92);
        margin-bottom: 20px;
    }
}

.heroBlob {
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    pointer-events: none;

    &.heroBlob_1 {
        top: -180px;
        right: -140px;
        width: 520px;
        height: 520px;
        background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0) 68%);
    }

    &.heroBlob_2 {
        left: -160px;
        bottom: -220px;
        width: 620px;
        height: 620px;
        background: radial-gradient(circle at 50% 50%, rgba(103, 200, 199, 0.35), rgba(103, 200, 199, 0) 70%);
    }
}

.heroText {
    padding: 0 0 70px 30px;
}


.heroSalute {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: 'Helvetica Neue';
}

/* chairman photo */
.chairmanImgWrap {
    position: relative;
    text-align: center;

    .chairmanImg {
        position: relative;
        display: inline-block;

        &::before {
            content: '';
            position: absolute;
            left: 50%;
            bottom: 0;
            width: 118%;
            padding-top: 118%;
            border-radius: 50%;
            transform: translateX(-50%);
            background: radial-gradient(circle at 50% 60%, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0) 65%);
        }

        img {
            position: relative;
            z-index: 2;
            width: auto;
            max-width: 100%;
            max-height: 760px;
            display: block;
        }
    }
}

.chairmanTag {
    position: absolute;
    left: 0;
    bottom: 90px;
    z-index: 3;
    padding: 14px 26px;
    border-radius: 20px;
    background-color: rgb(255 255 255 / 60%);
    box-shadow: 0 10px 25px -14px rgba(0, 0, 0, 0.6);
    width: 100%;

    .tagName {
        display: block;
        font-size: 24px;
        font-weight: 700;
        color: var(--blue);
        font-family: 'Helvetica Neue';
    }

    .tagRole {
        display: block;
        font-size: 16px;
        color: var(--grayDk);
    }
}

/* pull quote inside hero */
.quoteCard {
    position: relative;
    margin-top: 50px;
    padding: 30px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(2px);

    .quoteTxt {
        margin-bottom: 0;
        font-weight: 700;
        color: var(--white);
        font-family: 'Helvetica Neue';
    }
}

.quoteIc {
    position: absolute;
    width: 70px;
    opacity: 1;

    img {
        width: 100%;
        display: block;
    }

    &.quoteIcTop {
        top: -30px;
        left: 30px;
    }

    &.quoteIcBtm {
        right: 30px;
        bottom: -30px;
    }
}

/* === FY26 at a glance === */
.statSec {
    position: relative;
    z-index: 3;
    margin-top: -50px;
}

.statStrip {
    position: relative;
    padding: 40px 30px 25px;
    border-radius: 30px;
    background-color: var(--white);
    box-shadow: 0 18px 45px -28px rgba(0, 0, 0, 0.65);
}

.statLabel {
    position: absolute;
    top: -18px;
    right: 40px;
    padding: 8px 26px;
    border-radius: 30px;
    color: var(--white);
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Helvetica Neue';
    background: linear-gradient(90deg, #0075b8 0%, #56b6c5 100%);
}

.statBox {
    height: 100%;
    padding: 10px 20px;
    border-left: 3px solid #e3eef5;

    .statNum {
        font-size: 42px;
        font-weight: 700;
        margin-bottom: 5px;
        font-family: 'Helvetica Neue';

        .statUnit {
            font-size: 22px;
            font-weight: 500;
        }
    }

    .statTxt {
        margin-bottom: 0;
        color: var(--grayDk);
    }
}

/* === letter body === */
.letterCard {
    position: relative;
    height: 100%;
    padding: 40px 35px 35px;
    /* margin-bottom: 30px; */
    border-radius: 30px;
    background-color: #f7fbfd;
    border: 1px solid #dceaf3;

    p {
        margin-bottom: 20px;
    }
}

.letterHead {
    margin-bottom: 18px;
}

.highlightNote {
    position: relative;
    margin: 20px 0 40px;
    padding: 30px 35px 30px 45px;
    border-radius: 0 30px 30px 0;
    background: linear-gradient(90deg, #eaf6f6 0%, #f7fbfd 100%);
    border-left: 6px solid var(--teal);

    p {
        font-weight: 700;
        color: var(--blue2);
    }
}

/* === take-off quote band === */
.takeoffBand {
    padding: 70px 0;
    background: linear-gradient(115deg, #0075b8 0%, #56b6c5 100%);
}

.takeoffInner {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px 70px;
    text-align: center;

    .takeoffTxt {
        margin-bottom: 0;
        font-size: 28px;
        font-weight: 700;
        line-height: 1.5;
        color: var(--white);
        font-family: 'Helvetica Neue';
    }

    .quoteIc {
        width: 56px;

        &.quoteIcTop {
            top: -10px;
            left: 0;
        }

        &.quoteIcBtm {
            right: 0;
            bottom: -10px;
        }
    }
}

/* === closing === */
.closingText {
    p {
        margin-bottom: 20px;
    }
}

.signBox {
    position: relative;
    padding: 35px 30px;
    border-radius: 30px;
    background-color: #f7fbfd;
    border: 1px solid #dceaf3;

    &::before {
        content: '';
        display: block;
        width: 70px;
        height: 4px;
        margin-bottom: 20px;
        border-radius: 4px;
        background: linear-gradient(90deg, #0075b8 0%, #56b6c5 100%);
    }

    .signRegards {
        margin-bottom: 25px;
        color: var(--grayDk);
    }

    .signName {
        font-family: 'Helvetica Neue';
    }

    .signRole {
        display: block;
        font-size: 18px;
        color: var(--grayDk);
    }
}

/* === responsive === */
@media (max-width: 1199px) {
    .heroText {
        padding: 0 0 60px 20px;
    }

    .statBox {
        margin-bottom: 15px;
    }

    .takeoffInner .takeoffTxt {
        font-size: 24px;
    }

    .quoteIc {
        width: 50px;

        &.quoteIcTop {
            top: -18px;
        }

        &.quoteIcBtm {
            bottom: -18px;
        }
    }
    
}

@media (max-width: 991px) {
    .fz_28 {
        font-size: 24px !important;
    }

    .chairmanHero {
        padding-top: 40px;
    }

    .chairmanImgWrap {
        .chairmanImg img {
            max-width: 340px;
            margin: 0 auto;
        }
    }

    .chairmanTag {
        left: 50%;
        bottom: 10px;
        border-radius: 30px;
        transform: translateX(-50%);
        min-width: 300px;
        width: auto;
    }

    /* .heroText {
        padding: 40px 0 60px 0;
    } */

    .letterCard {
        height: auto;
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .quoteCard {
        padding: 25px;
        margin-top: 40px;
    }

    .quoteIc {
        width: 46px;

        &.quoteIcTop {
            top: -20px;
            left: 20px;
        }

        &.quoteIcBtm {
            right: 20px;
            bottom: -20px;
        }
    }

    .heroText {
        padding: 16px 0 60px 0;
        text-align: center;
    }

    .fz_28 {
        font-size: 22px !important;
    }

    .statStrip {
        padding: 40px 20px 15px;
    }

    .statLabel {
        right: 20px;
    }

    .statBox {
        padding: 10px 15px;

        .statNum {
            font-size: 34px;
        }
    }

    .letterCard {
        padding: 30px 22px;
    }

    .highlightNote {
        padding: 25px 22px;
    }

    .takeoffInner {
        padding: 60px 15px;

        .takeoffTxt {
            font-size: 20px;
        }
    }

    .signBox {
        margin-top: 30px;
    }
}