.cfa-cosmetics-page {
    --cos-navy: #000b4f;
    --cos-ink: #132b50;
    --cos-aqua: #edf6f9;
    --cos-line: #dbe7ec;
    --cos-peach: #f7e0ce;
}

.cfa-cosmetics-page .about__3 {
    background: linear-gradient(180deg, #f8fbfe 0%, #fff 100%);
}

.cfa-cosmetics-page .about__3-top img,
.cfa-cosmetics-page .about__3-main img,




.cfa-cosmetics-page .approach__content {
    color: var(--cos-ink);
}

/* Compact logistics-solutions list (the second approach block only) */
.cfa-cosmetics-page .approach__area + .approach__area {
    padding: 0px 0 40px;
    background: #fff;
}

/* .cfa-cosmetics-page .approach__area + .approach__area .approach__content {
    padding: 25px 28px 28px;
    border: 1px solid #dfe7f1;
    border-radius: 14px;
    background: linear-gradient(135deg, #f8fbff 0%, #fff 58%, #f5f8ff 100%);
    box-shadow: 0 7px 20px rgba(5, 28, 84, .06);
} */

.cfa-cosmetics-page .approach__area + .approach__area .approach__text > h3 {
    position: relative;
    margin: 0 0 18px;
    padding: 0 0 11px 17px;
    border-bottom: 1px solid #dbe4ef;
    color: var(--cos-navy);
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 20px !important;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: .01em;
    text-transform: uppercase;
}

.cfa-cosmetics-page .approach__area + .approach__area .approach__text > hr { display: none; }

.cfa-cosmetics-page .approach__area + .approach__area .approach__text ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px 11px;
    margin: 0;
    padding: 0;
}

.cfa-cosmetics-page .approach__area + .approach__area .approach__text li {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 47px;
    margin: 0;
    padding: 8px 11px 8px 40px;
    border: 1px solid #e1e8f1;
    border-radius: 9px;
    background: rgba(255, 255, 255, .94);
    color: #000b4f;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
    list-style: none;
    box-shadow: 0 3px 8px rgba(5, 28, 84, .035);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.cfa-cosmetics-page .approach__area + .approach__area .approach__text li::before {
    content: "\f00c";
    position: absolute;
    left: 11px;
    display: grid;
    place-items: center;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: #eaf5ff;
    color: #000b4f;
    font-family: "Font Awesome 5 Pro";
    font-size: 9px;
    font-weight: 900;
}

.cfa-cosmetics-page .approach__area + .approach__area .approach__text li:hover {
    border-color: #b9d7ef;
    box-shadow: 0 6px 13px rgba(5, 28, 84, .08);
    transform: translateY(-2px);
}

.cosmetics-content-area {
    overflow: hidden;
    background: #fff;
}

.cosmetics-section-heading {
    
    max-width: 820px;
    margin: 0 auto 48px;
}

.cosmetics-section-heading > span,
.cosmetics-panel__heading > span,
.cosmetics-feature-card__label {
    display: inline-block;
    margin-bottom: 12px;
    color: #000b4f;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.cosmetics-section-heading h2,
.cosmetics-panel__heading h2,
.cosmetics-feature-card h2 {
    margin: 0 0 16px;
    color: var(--cos-navy);
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    line-height: 1.25;
}

.cosmetics-section-heading h2 { font-size: 30px; }
.cosmetics-section-heading p,
.cosmetics-panel__heading p,
.cosmetics-feature-card p {
    color: #000b4f;
    font-size: 16px;
    line-height: 1.75;
}

.cosmetics-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    /* margin-bottom: 90px; */
}

/* CFA cards: three per row, with every incomplete final row centred. */
.cfa-cosmetics-page .cosmetics-card-grid--five {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}

.cfa-cosmetics-page .cosmetics-card-grid--five .cosmetics-card {
    flex: 0 1 calc((100% - 48px) / 3);
}

.cosmetics-card {
    --cos-icon: "\f49e";
    position: relative;
    min-height: 315px;
    overflow: hidden;
    padding: 118px 28px 28px;
    border: 1px solid var(--cos-line);
    border-radius: 16px;
    background: #fff;
    text-align: center;
    box-shadow: 0 12px 32px rgba(7, 31, 61, .07);
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.cosmetics-card:nth-child(2) { --cos-icon: "\f46d"; }
.cosmetics-card:nth-child(3) { --cos-icon: "\f15c"; }
.cosmetics-card:nth-child(4) { --cos-icon: "\f02b"; }
.cosmetics-card:nth-child(5) { --cos-icon: "\f48b"; }

.cosmetics-card::before {
    content: "";
    position: absolute;
    top: 28px;
    right: 26px;
    left: 26px;
    height: 6px;
    border-radius: 999px;
    background: linear-gradient(90deg, #acdce2 0 64%, #c7e4e5 64% 76%, var(--cos-peach) 76% 100%);
}

.cosmetics-card::after {
    content: var(--cos-icon);
    position: absolute;
    top: 52px;
    left: 50%;
    width: 58px;
    height: 58px;
    border: 1px solid #d3e6eb;
    border-radius: 14px;
    background: var(--cos-aqua);
    color: var(--cos-navy);
    font-family: "Font Awesome 5 Pro";
    font-size: 23px;
    font-weight: 900;
    line-height: 58px;
    transform: translateX(-50%);
}

.cosmetics-card:hover {
    transform: translateY(-6px);
    border-color: rgba(13, 110, 253, .28);
    box-shadow: 0 18px 38px rgba(5, 28, 68, .14);
}

.cosmetics-card h3 {
    margin: 10px 0 14px;
    color: var(--cos-navy);
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.cosmetics-card p {
    margin: 0;
    color: var(--cos-ink);
    font-size: 15px;
    line-height: 1.7;
}

.cosmetics-panel {
    width: min(100%, 1150px);
    margin: 0 auto 90px;
    padding: 0 40px;
}
/* .cosmetics-table-wrap :hover{
     transform: translateY(-6px);
    border-color: rgba(13, 110, 253, .28);
    box-shadow: 0 18px 38px rgba(5, 28, 68, .14);
} */
.cosmetics-panel__heading {
    max-width: 820px;
    margin: 0 auto 28px;
    text-align: center;
}
.cosmetics-panel__heading h2 { font-size: 31px; }
.cosmetics-table-wrap { max-width: 1050px; margin: 0 auto; overflow-x: auto; border-radius: 14px; box-shadow: 0 10px 28px rgba(7, 31, 61, .08); transition: transform .28s ease, box-shadow .28s ease; }
.cosmetics-table { width: 100%; min-width: 700px; margin: 0 auto; border-collapse: collapse; background: #fff; table-layout: fixed; }
.cosmetics-table th { padding: 17px 18px; background: var(--cos-navy); color: #fff; font-family: "Poppins", sans-serif; font-size: 15px; text-align: center; vertical-align: middle; }
.cosmetics-table td { padding: 16px 18px; border-bottom: 1px solid var(--cos-line); color: var(--cos-ink); font-size: 14.5px; line-height: 1.55; text-align: center; vertical-align: middle; transition: background-color .22s ease, color .22s ease; }
.cosmetics-table th:nth-child(1),
.cosmetics-table td:nth-child(1) { width: 30%; }
.cosmetics-table th:nth-child(2),
.cosmetics-table td:nth-child(2) { width: 27%; }
.cosmetics-table th:nth-child(3),
.cosmetics-table td:nth-child(3) { width: 43%; }
/* .cosmetics-table tbody tr:nth-child(even) { background: #f8fbfe; } */
.cosmetics-table tbody tr:hover td { background: #edf6f9; color: var(--cos-navy); }
.cosmetics-table tbody tr:last-child td { border-bottom: 0; }
.cosmetics-table td:nth-child(2) { color: var(--cos-navy); font-weight: 500; white-space: nowrap; }
.cosmetics-panel__note { max-width: 900px; margin: 22px auto 0; padding: 14px 20px; border-left: 4px solid #159ca3; border-radius: 8px; background: #fff; color: var(--cos-ink); text-align: center; }

@media (hover: hover) and (pointer: fine) {
    .cosmetics-table-wrap:hover {
        transform: translateY(-3px);
        box-shadow: 0 16px 34px rgba(7, 31, 61, .13);
    }
}

.cosmetics-split-section {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    width: min(100%, 1000px);
    gap: 24px;
    margin: 0 auto 90px;
}

.cosmetics-feature-card {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 410px;
    overflow: hidden;
    padding: 36px 34px;
    flex-direction: column;
    justify-content: flex-start;
    border: 1px solid var(--cos-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(7, 31, 61, .08);
    transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.cosmetics-feature-card::before { content: ""; position: absolute; top: 0; right: 0; left: 0; height: 7px; background: linear-gradient(90deg, #acdce2, var(--cos-peach)); }
.cosmetics-feature-card--location { background: linear-gradient(145deg, #f3fafb, #fff); }
.cosmetics-feature-card h2 { font-size: 23px; line-height: 1.35; }
.cosmetics-feature-card p { margin-bottom: 14px; font-size: 15px; line-height: 1.7; }
.cosmetics-feature-card ul { margin: 24px 0 0; padding: 0; }
.cosmetics-feature-card li { position: relative; margin: 0 0 13px; padding-left: 30px; list-style: none; color: var(--cos-ink); font-size: 15px; }
.cosmetics-feature-card li::before { content: "\f00c"; position: absolute; top: 2px; left: 0; color: #000b4f; font-family: "Font Awesome 5 Pro"; font-weight: 700; }
.cosmetics-feature-card li strong {font-weight: 500;}

@media (hover: hover) and (pointer: fine) {
    .cosmetics-feature-card:hover {
        transform: translateY(-5px);
        border-color: rgba(21, 156, 163, .30);
        box-shadow: 0 20px 42px rgba(7, 31, 61, .12);
    }
}

.cosmetics-faq-section {
    margin-top: 38px;
    padding: 38px 34px;
    border: 1px solid rgba(0, 11, 79, .08);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(32, 164, 100, .055), rgba(39, 133, 255, .045)), #fff;
    box-shadow: 0 18px 44px rgba(0, 11, 79, .08);
}

.cosmetics-faq-section .cosmetics-section-heading {
    margin-bottom: 34px;
}

.cosmetics-faq-section .cosmetics-section-heading h2 {
    margin: 0;
    color: #000b4f;
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 500;
}

.cosmetics-faq-section .cosmetics-section-heading h2::after {
    content: "";
    display: block;
    width: 88px;
    height: 4px;
    margin: 14px auto 0;
    border-radius: 999px;
    background: #000b4f;
}

.cosmetics-faq-list {
    max-width: 980px;
    margin: 0 auto;
}

.cosmetics-faq-item {
    overflow: hidden;
    margin-bottom: 16px;
    border: 1px solid rgba(0, 11, 79, .09);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(0, 11, 79, .06);
}

.cosmetics-faq-item summary {
    position: relative;
    min-height: 64px;
    padding: 20px 58px 20px 24px;
    background: #fff;
    color: #000b4f;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.45;
    text-align: left;
    cursor: pointer;
    list-style: none;
    transition: background-color .2s ease, color .2s ease;
}

.cosmetics-faq-item summary::-webkit-details-marker { display: none; }

.cosmetics-faq-item summary:focus-visible {
    outline: 0;
    box-shadow: inset 0 0 0 2px rgba(32, 164, 100, .22);
}

.cosmetics-faq-item summary::after {
    content: "\f067";
    position: absolute;
    top: 50%;
    right: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #edf6f9;
    color: #000b4f;
    font-family: "Font Awesome 5 Pro";
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    transform: translateY(-50%);
}

.cosmetics-faq-item[open] summary {
    background: #000b4f;
    color: #fff;
    font-weight: 400;
}

.cosmetics-faq-item[open] summary::after {
    content: "\f068";
    background: rgba(255, 255, 255, .16);
    color: #fff;
}

.cosmetics-faq-item p {
    margin: 0;
    padding: 22px 26px 26px;
    background: #fff;
    color: #000b4f;
    font-size: 15px;
    line-height: 1.75;
    text-align: left;
}

@media (max-width: 991px) {
    .cosmetics-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .cfa-cosmetics-page .cosmetics-card-grid--five .cosmetics-card { flex-basis: calc((100% - 24px) / 2); }
    .cosmetics-split-section { grid-template-columns: 1fr; max-width: 720px; }
    .cosmetics-feature-card { min-height: 0; }
    .cosmetics-panel { padding: 34px; }
    .cfa-cosmetics-page .approach__area + .approach__area .approach__text ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
    .cfa-cosmetics-page .approach__area + .approach__area { padding: 22px 0 30px; }
    .cfa-cosmetics-page .approach__area + .approach__area .approach__content { padding: 20px 15px; }
    .cfa-cosmetics-page .approach__area + .approach__area .approach__text > h3 { margin-bottom: 13px; font-size: 15px !important; }
    .cfa-cosmetics-page .approach__area + .approach__area .approach__text ul { grid-template-columns: 1fr; gap: 7px; }
    .cfa-cosmetics-page .approach__area + .approach__area .approach__text li { min-height: 43px; }
    .cosmetics-content-area { padding-top: 75px !important; padding-bottom: 55px !important; }
    .cosmetics-section-heading { margin-bottom: 32px; }
    .cosmetics-section-heading h2 { font-size: 27px; }
    .cosmetics-card-grid { grid-template-columns: 1fr; gap: 18px; margin-bottom: 60px; }
    .cfa-cosmetics-page .cosmetics-card-grid--five { gap: 18px; }
    .cfa-cosmetics-page .cosmetics-card-grid--five .cosmetics-card { flex-basis: 100%; }
    .cosmetics-card { min-height: 0; padding: 114px 22px 24px; }
    .cosmetics-card:hover { transform: none; }
    .cosmetics-panel { margin: 0 auto 60px; padding: 27px 18px; border-radius: 16px; }
    .cosmetics-panel__heading h2 { font-size: 25px; }
    .cosmetics-table-wrap::after { content: "Swipe to view full table \2192"; display: block; padding: 9px 14px; background: var(--cos-aqua); color: var(--cos-navy); font-size: 12px; font-weight: 600; text-align: right; }
    .cosmetics-split-section { gap: 20px; margin-bottom: 60px; }
    .cosmetics-feature-card { min-height: 0; padding: 30px 22px; }
    .cosmetics-feature-card h2 { font-size: 23px; }
    .cosmetics-faq-section { margin-top: 30px; padding: 28px 16px; border-radius: 14px; }
    .cosmetics-faq-section .cosmetics-section-heading h2 { font-size: 24px; }
    .cosmetics-faq-item summary { min-height: 58px; padding: 17px 50px 17px 18px; font-size: 15px; }
    .cosmetics-faq-item summary::after { right: 16px; width: 28px; height: 28px; }
    .cosmetics-faq-item p { padding: 18px 18px 22px; font-size: 15px; }

    .cfa-food-page .cosmetics-panel {
        width: 100%;
        padding-right: 12px;
        padding-left: 12px;
    }

    .cfa-food-page .cosmetics-table-wrap {
        overflow: visible;
        border-radius: 0;
        box-shadow: none;
    }

    .cfa-food-page .cosmetics-table-wrap::after { display: none; }

    .cfa-food-page .cosmetics-table,
    .cfa-food-page .cosmetics-table tbody,
    .cfa-food-page .cosmetics-table tr,
    .cfa-food-page .cosmetics-table td {
        display: block;
        width: 100%;
        min-width: 0;
    }

    .cfa-food-page .cosmetics-table {
        background: transparent;
        table-layout: auto;
    }

    .cfa-food-page .cosmetics-table thead {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        white-space: nowrap;
    }

    .cfa-food-page .cosmetics-table tr {
        overflow: hidden;
        margin-bottom: 16px;
        border: 1px solid #dbe7ec;
        border-radius: 12px;
        background: #fff !important;
        box-shadow: 0 8px 20px rgba(7, 31, 61, .08);
    }

    .cfa-food-page .cosmetics-table td,
    .cfa-food-page .cosmetics-table td:nth-child(1),
    .cfa-food-page .cosmetics-table td:nth-child(2),
    .cfa-food-page .cosmetics-table td:nth-child(3) {
        display: grid;
        grid-template-columns: minmax(105px, 38%) 1fr;
        gap: 12px;
        padding: 13px 14px;
        border-bottom: 1px solid #e6edf1;
        color: #132b50;
        font-size: 13.5px;
        font-weight: 400;
        line-height: 1.5;
        text-align: left;
        white-space: normal;
    }

    .cfa-food-page .cosmetics-table td:last-child { border-bottom: 0; }

    .cfa-food-page .cosmetics-table td::before {
        color: #000b4f;
        font-family: "Poppins", sans-serif;
        font-size: 12px;
        font-weight: 600;
        line-height: 1.45;
    }

    .cfa-food-page .cosmetics-table td:nth-child(1)::before { content: "Category"; }
    .cfa-food-page .cosmetics-table td:nth-child(2)::before { content: "Recommended Range"; }
    .cfa-food-page .cosmetics-table td:nth-child(3)::before { content: "Outside-range Risk"; }
}

@media (prefers-reduced-motion: reduce) {
    .cosmetics-card,
    .cosmetics-feature-card { transition: none; }
}

/* Premium split-card introduction for the Food & Beverage page. */
.cfa-food-page .cfa-food-intro {
    overflow: hidden;
    padding: 105px 0 80px;
    background: linear-gradient(135deg, #f5f9fc 0%, #fff 55%, #eef7f8 100%);
}

.cfa-food-page .cfa-food-intro::before {
    content: "";
    position: absolute;
    top: -170px;
    right: -150px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(172, 220, 226, .24);
    pointer-events: none;
}

.cfa-food-page .cfa-food-intro .row { align-items: center; }
.cfa-food-page .cfa-food-intro .about__3-img-wrapper { margin-right: 28px; }

.cfa-food-page .cfa-food-intro .about__3-main {
    overflow: hidden;
    border: 9px solid #fff;
    border-radius: 22px;
    box-shadow: 0 24px 55px rgba(7, 31, 61, .17);
}

.cfa-food-page .cfa-food-intro .about__3-main img { transition: transform .5s ease; }

.cfa-food-page .cfa-food-intro .about__3-top {
    z-index: 2;
    overflow: hidden;
    border: 7px solid #fff;
    border-radius: 17px;
    box-shadow: 0 16px 34px rgba(7, 31, 61, .18);
}

.cfa-food-page .cfa-food-intro .about__3-text {
    right: -8px;
    bottom: -18px;
    z-index: 3;
    max-width: calc(100% - 65px);
    padding: 23px 35px;
    background: linear-gradient(135deg, #000b4f, #173b69);
    box-shadow: 0 14px 28px rgba(0, 11, 79, .22);
}

.cfa-food-page .cfa-food-intro .about__3-title {
    margin: 0;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.45;
}

.cfa-food-page .cfa-food-intro .about__3-content {
    position: relative;
    overflow: hidden;
    padding: 34px;
    border: 1px solid #dbe7ec;
    border-radius: 18px;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 16px 40px rgba(7, 31, 61, .09);
}

.cfa-food-page .cfa-food-intro .about__3-content::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 6px;
    background: linear-gradient(90deg, #acdce2 0 72%, #f7e0ce 72% 100%);
}

.cfa-food-page .cfa-food-intro .section__title { margin-bottom: 22px !important; }
.cfa-food-page .cfa-food-intro .section__title .title {
    color: #000b4f;
    font-family: "Poppins", sans-serif;
    font-size: 29px;
    font-weight: 600;
    line-height: 1.3;
}

.cfa-food-page .cfa-food-intro .section__title .title::after {
    content: "";
    display: block;
    width: 74px;
    height: 4px;
    margin-top: 15px;
    border-radius: 999px;
    background: #159ca3;
}

.cfa-food-page .cfa-food-intro .about__3-content-left p {
    margin: 0 0 20px;
    color: #132b50 !important;
    font-size: 15px;
    line-height: 1.75;
}

.cfa-food-page .cfa-food-intro .about__3-content-left > .about__3-content-left > .row {
    row-gap: 9px;
    margin: 4px 0 24px;
}

.cfa-food-page .cfa-food-intro .about__3-content-left > .about__3-content-left > .row > [class*="col-"] {
    display: grid;
    gap: 9px;
}

.cfa-food-page .cfa-food-intro .about__3-content-left > .about__3-content-left > .row ul {
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 0;
}

.cfa-food-page .cfa-food-intro .about__3-content-left > .about__3-content-left > .row li {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 42px;
    margin: 0;
    padding: 9px 12px 9px 39px;
    border: 1px solid #e1e8f1;
    border-radius: 9px;
    background: #f8fbfe;
    color: #000b4f;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
    list-style: none;
    box-shadow: 0 4px 10px rgba(7, 31, 61, .04);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.cfa-food-page .cfa-food-intro .about__3-content-left > .about__3-content-left > .row li::before {
    content: "\f00c";
    position: absolute;
    left: 12px;
    display: grid;
    place-items: center;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: #eaf5ff;
    color: #000b4f;
    font-family: "Font Awesome 5 Pro";
    font-size: 8px;
    font-weight: 900;
}

.cfa-food-page .cfa-food-intro .about__3-content-left > .about__3-content-left > br { display: none; }
.cfa-food-page .cfa-food-intro .about__3-content-left b { color: #000b4f; font-weight: 600; }
.cfa-food-page .cfa-food-intro .about__3-content-btn { margin-top: 26px !important; }
.cfa-food-page .cfa-food-intro .about__3-content-btn .skew-btn {
    border-radius: 7px;
    background: #000b4f;
    box-shadow: 0 9px 20px rgba(0, 11, 79, .18);
}

@media (hover: hover) and (pointer: fine) {
    .cfa-food-page .cfa-food-intro .about__3-img-wrapper:hover .about__3-main img { transform: scale(1.025); }
    .cfa-food-page .cfa-food-intro .about__3-content-left > .about__3-content-left > .row li:hover {
        border-color: #b9d7ef;
        box-shadow: 0 8px 16px rgba(7, 31, 61, .09);
        transform: translateY(-2px);
    }
}

@media (max-width: 991px) {
    .cfa-food-page .cfa-food-intro { padding: 80px 0 55px; }
    .cfa-food-page .cfa-food-intro .about__3-img-wrapper { margin-right: 0; }
}

@media (max-width: 767px) {
    .cfa-food-page .cfa-food-intro { padding: 65px 0 40px; }
    .cfa-food-page .cfa-food-intro .about__3-content { padding: 27px 20px; }
    .cfa-food-page .cfa-food-intro .section__title .title { font-size: 24px; }
    .cfa-food-page .cfa-food-intro .about__3-main { border-width: 6px; border-radius: 16px; }
    .cfa-food-page .cfa-food-intro .about__3-top { border-width: 5px; border-radius: 13px; }
    .cfa-food-page .cfa-food-intro .about__3-text { right: 0; bottom: -8px; max-width: calc(100% - 30px); padding: 18px 22px; }
    .cfa-food-page .cfa-food-intro .about__3-title { font-size: 16px; }
}

/* Food-sector list: two cards per row. */
.cfa-food-page .about__3-content-left > .about__3-content-left > .row {
    row-gap: 10px;
    margin-top: 6px;
    margin-bottom: 22px;
}

.cfa-food-page .about__3-content-left > .about__3-content-left > .row > .col-md-6 {
    display: grid;
    align-content: start;
    gap: 10px;
}

.cfa-food-page .about__3-content-left > .about__3-content-left > .row ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.cfa-food-page .about__3-content-left > .about__3-content-left > .row li {
    width: 100%;
    min-height: 42px;
    margin: 0;
    padding: 10px 14px;
    border: 1px solid #dfe7f1;
    border-radius: 9px;
    background: #fff;
    color: #132b50;
    font-size: 14px;
    line-height: 1.4;
    list-style: none;
    box-shadow: 0 4px 10px rgba(7, 31, 61, .05);
}

/* Food page section one: reference-inspired split showcase. */
.food-intro-showcase {
    padding: 50px 18px 65px;
    /* background: linear-gradient(135deg, #f7fafc 0%, #fff 56%, #f4f8fb 100%); */
}

.food-intro-showcase__container { max-width: 1540px; }

.food-intro-showcase__shell {
    display: grid;
    grid-template-columns: minmax(0, .98fr) minmax(0, 1.02fr);
    overflow: hidden;
    min-height: 660px;
    border: 1px solid #e4e9ef;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(7, 31, 61, .12);
}

.food-intro-showcase__visual {
    position: relative;
    min-height: 100%;
    overflow: hidden;
    background: #dce6ee;
}

.food-intro-showcase__visual > img {
    width: 100%;
    height: 100%;
    min-height: 660px;
    object-fit: cover;
    object-position: 52% center;
    transform: scale(1.01);
}

.food-intro-showcase__visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 52%, rgba(0, 11, 79, .22) 100%);
    pointer-events: none;
}

.food-intro-showcase__benefits {
    position: absolute;
    right: 40px;
    bottom: 42px;
    left: 40px;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    padding: 22px 20px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(0, 11, 79, .96), rgba(14, 48, 99, .96));
    box-shadow: 0 14px 30px rgba(0, 11, 79, .25);
}

.food-intro-showcase__benefits span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    line-height: 1.4;
}

.food-intro-showcase__benefits i { color: #fff; font-size: 25px; }

.food-intro-showcase__content {
    display: flex;
    padding: 45px 52px 42px;
    flex-direction: column;
    justify-content: center;
}

.food-intro-showcase__eyebrow {
    position: relative;
    margin-bottom: 17px;
    padding-left: 30px;
    color: #000b4f;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.food-intro-showcase__eyebrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000b4f;
    transform: translateY(-50%);
}

.food-intro-showcase__content h2 {
    /* max-width: 690px; */
    margin: 0;
    color: #000b4f;
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -.025em;
    text-transform: uppercase;
}

.food-intro-showcase__accent {
    width: 68px;
    height: 5px;
    margin: 20px 0 18px;
    border-radius: 999px;
    background:#000b4f;
}

.food-intro-showcase__lead,
.food-intro-showcase__copy p {
    color: #000b4f  ;
    font-size: 14px;
    line-height: 1.58;
}

.food-intro-showcase__lead { margin: 0 0 18px; }

.food-sector-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 18px;
    margin-bottom: 18px;
}

.food-sector-grid span {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 9px 15px;
    border: 1px solid #e2e7ed;
    border-radius: 9px;
    background: #fff;
    color: #0a2555;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
    box-shadow: 0 4px 12px rgba(7, 31, 61, .08);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.food-sector-grid span i {
    width: 27px;
    margin-right: 11px;
    color: #08285f;
    font-size: 19px;
    text-align: center;
}

.food-intro-showcase__copy {
    padding-top: 15px;
    border-top: 1px solid #e4e8ed;
}

.food-intro-showcase__copy p { margin: 0 0 11px; }
.food-intro-showcase__copy strong { color: #061e4b; font-weight: 700; }

.food-intro-showcase__cta {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    min-height: 50px;
    margin-top: 5px;
    padding: 12px 22px;
    border-radius: 8px;
    background: #000b4f;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: 0 10px 22px rgba(255, 100, 21, .22);
}

.food-intro-showcase__cta i { margin-left: 17px; font-size: 18px; }
.food-intro-showcase__cta:hover { color: #fff; transform: translateY(-2px); }

/* Admin-managed HTML inside the redesigned first section. */
.food-intro-showcase__backend p {
    margin: 0 0 14px;
    color: #1b2c49 !important;
    font-size: 14px;
    line-height: 1.58;
}

.food-intro-showcase__backend p:first-child { margin-bottom: 18px; }

.food-intro-showcase__backend .row {
    row-gap: 10px;
    margin-bottom: 18px;
}

.food-intro-showcase__backend .row > [class*="col-"] {
    display: grid;
    align-content: start;
    gap: 10px;
}

.food-intro-showcase__backend .row ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.food-intro-showcase__backend .row li {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 48px;
    margin: 0;
    padding: 9px 15px 9px 53px;
    border: 1px solid #e2e7ed;
    border-radius: 9px;
    background: #fff;
    color: #0a2555;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35;
    list-style: none;
    box-shadow: 0 4px 12px rgba(7, 31, 61, .08);
}

.food-intro-showcase__backend .row li::before {
    content: "\f00c";
    position: absolute;
    left: 16px;
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #edf3fa;
    color: #08285f;
    font-family: "Font Awesome 5 Pro";
    font-size: 10px;
    font-weight: 900;
}

.food-intro-showcase__backend br { display: none; }
.food-intro-showcase__backend b,
.food-intro-showcase__backend strong { color: #061e4b; font-weight: 700; }

.food-intro-showcase__backend .about__3-content-btn { margin-top: 8px !important; }
.food-intro-showcase__backend .about__3-content-btn .skew-btn {
    min-height: 50px;
    padding: 14px 24px;
    border-radius: 8px;
    background: #000b4f;
    box-shadow: 0 4px 12px rgba(7, 31, 61, .08);
}

.cosmetics-intro-showcase .food-intro-showcase__visual > img { object-position: center; }
.cosmetics-intro-showcase__backend {
    display: flex;
    flex-direction: column;
}
.cosmetics-intro-showcase__backend .about__3-content-btn { align-self: flex-start; }

.pharma-intro-showcase .food-intro-showcase__visual > img { object-position: center; }
.pharma-intro-showcase__backend {
    display: flex;
    flex-direction: column;
}
.pharma-intro-showcase__backend .about__3-content-btn { align-self: flex-start; }

.cfa-pharma-page .pharma-readmore-card { min-height: 0; }
.pharma-readmore-card__content[hidden] { display: none; }
.pharma-readmore-card__content { padding-top: 2px; }

.pharma-readmore-card__button {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    justify-content: center;
    min-height: 42px;
    margin-top: 12px;
    padding: 9px 18px;
    border: 1px solid rgba(0, 11, 79, .14);
    border-radius: 8px;
    background: #000b4f;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    box-shadow: 0 7px 16px rgba(0, 11, 79, .14);
    transition: transform .2s ease, box-shadow .2s ease;
}

.pharma-readmore-card__button i { margin-left: 9px; font-size: 11px; }
.pharma-readmore-card__button:hover {
    color: #fff;
    box-shadow: 0 10px 20px rgba(0, 11, 79, .2);
    transform: translateY(-2px);
}
.pharma-readmore-card__button:focus-visible {
    outline: 3px solid rgba(0, 11, 79, .18);
    outline-offset: 3px;
}

.cfa-food-page .food-approach-readmore__content {
    position: relative;
    max-height: 260px;
    overflow: hidden;
    transition: max-height .45s ease;
}

.cfa-food-page .food-approach-readmore__content::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 75px;
    background: linear-gradient(to bottom, rgba(248, 251, 254, 0), #f8fbfe 88%);
    pointer-events: none;
    transition: opacity .2s ease;
}

.cfa-food-page .food-approach-readmore__content.is-expanded { max-height: 1800px; }
.cfa-food-page .food-approach-readmore__content.is-expanded::after { opacity: 0; }

.food-approach-readmore__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    margin-top: 18px;
    padding: 9px 18px;
    border: 0;
    border-radius: 8px;
    background: #000b4f;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    box-shadow: 0 7px 16px rgba(0, 11, 79, .14);
    transition: transform .2s ease, box-shadow .2s ease;
}

.food-approach-readmore__button i { margin-left: 9px; font-size: 11px; }
.food-approach-readmore__button:hover {
    color: #fff;
    box-shadow: 0 10px 20px rgba(0, 11, 79, .2);
    transform: translateY(-2px);
}
.food-approach-readmore__button:focus-visible {
    outline: 3px solid rgba(0, 11, 79, .18);
    outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
    .cfa-food-page .food-approach-readmore__content { transition: none; }
}

@media (max-width: 767px) {
    .cfa-pharma-page .cosmetics-panel {
        width: 100%;
        padding-right: 12px;
        padding-left: 12px;
    }

    .cfa-pharma-page .cosmetics-table-wrap {
        overflow: visible;
        border-radius: 0;
        box-shadow: none;
    }

    .cfa-pharma-page .cosmetics-table-wrap::after { display: none; }

    .cfa-pharma-page .cosmetics-table,
    .cfa-pharma-page .cosmetics-table tbody,
    .cfa-pharma-page .cosmetics-table tr,
    .cfa-pharma-page .cosmetics-table td {
        display: block;
        width: 100%;
        min-width: 0;
    }

    .cfa-pharma-page .cosmetics-table {
        background: transparent;
        table-layout: auto;
    }

    .cfa-pharma-page .cosmetics-table thead {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        white-space: nowrap;
    }

    .cfa-pharma-page .cosmetics-table tr {
        overflow: hidden;
        margin-bottom: 16px;
        border: 1px solid #dbe7ec;
        border-radius: 12px;
        background: #fff !important;
        box-shadow: 0 8px 20px rgba(7, 31, 61, .08);
    }

    .cfa-pharma-page .cosmetics-table td,
    .cfa-pharma-page .cosmetics-table td:nth-child(1),
    .cfa-pharma-page .cosmetics-table td:nth-child(2),
    .cfa-pharma-page .cosmetics-table td:nth-child(3) {
        display: grid;
        grid-template-columns: minmax(105px, 38%) 1fr;
        gap: 12px;
        padding: 13px 14px;
        border-bottom: 1px solid #e6edf1;
        color: #132b50;
        font-size: 13.5px;
        font-weight: 400;
        line-height: 1.5;
        text-align: left;
        white-space: normal;
    }

    .cfa-pharma-page .cosmetics-table td:last-child { border-bottom: 0; }

    .cfa-pharma-page .cosmetics-table td::before {
        color: #000b4f;
        font-family: "Poppins", sans-serif;
        font-size: 12px;
        font-weight: 600;
        line-height: 1.45;
    }

    .cfa-pharma-page .cosmetics-table td:nth-child(1)::before { content: "Product Condition"; }
    .cfa-pharma-page .cosmetics-table td:nth-child(2)::before { content: "Required Range"; }
    .cfa-pharma-page .cosmetics-table td:nth-child(3)::before { content: "Outside-range Risk"; }
}

.food-intro-showcase__read-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin-top: 2px;
    padding: 10px 20px;
    border: 0;
    border-radius: 8px;
    background: #000b4f;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    box-shadow:  0 4px 12px rgba(7, 31, 61, .08);
    transition: transform .2s ease, box-shadow .2s ease;
}

.food-intro-showcase__read-more i {
    margin-left: 10px;
    font-size: 12px;
}

.food-intro-showcase__read-more:hover {
    box-shadow: 0 11px 22px rgba(255, 100, 21, .28);
    transform: translateY(-2px);
}

.food-intro-showcase__read-more:focus-visible {
    outline: 3px solid rgba(255, 116, 14, .28);
    outline-offset: 3px;
}

.food-intro-showcase__more {
    padding-top: 17px;
    border-top: 1px solid #e4e8ed;
    margin-top: 16px;
}

.food-intro-showcase__more[hidden] { display: none; }

@media (hover: hover) and (pointer: fine) {
    .food-sector-grid span:hover {
        border-color: #b9cae0;
        box-shadow: 0 8px 18px rgba(7, 31, 61, .12);
        transform: translateY(-2px);
    }
}

@media (max-width: 1199px) {
    .food-intro-showcase__shell { grid-template-columns: .9fr 1.1fr; }
    .food-intro-showcase__content { padding: 38px 34px; }
    .food-intro-showcase__benefits { right: 24px; left: 24px; }
    .food-intro-showcase__benefits span { gap: 7px; font-size: 11px; }
}

@media (max-width: 991px) {
    .food-intro-showcase { padding: 60px 18px; }
    .food-intro-showcase__shell { grid-template-columns: 1fr; }
    .food-intro-showcase__visual { min-height: 560px; }
    .food-intro-showcase__visual > img { min-height: 560px; }
    .food-intro-showcase__content { padding: 46px 40px; }
}

@media (max-width: 767px) {
    .food-intro-showcase { padding: 45px 12px; }
    .food-intro-showcase__shell { border-radius: 15px; }
    .food-intro-showcase__visual,
    .food-intro-showcase__visual > img { min-height: 430px; }
    .food-intro-showcase__benefits { right: 14px; bottom: 14px; left: 14px; grid-template-columns: repeat(2, 1fr); padding: 16px 12px; }
    .food-intro-showcase__benefits span { justify-content: flex-start; }
    .food-intro-showcase__content { padding: 34px 20px 38px; }
    .food-intro-showcase__content h2 { font-size: 29px; }
    .food-sector-grid { grid-template-columns: 1fr; gap: 9px; }
    .food-sector-grid span { min-height: 46px; }
}
