.page-ipa-ifa {
    --program-blue: #178fc4;
    --program-deep-blue: #213c9f;
    --program-purple: #71318d;
    --program-orange: #f29a40;
    --program-ink: #292929;
    --program-muted: #5b5b5b;
}

.page-ipa-ifa main { overflow: hidden; }

.service-program-container {
    width: min(1200px, calc(100% - 80px));
    margin-inline: auto;
}

.ipa-hero {
    position: relative;
    height: clamp(500px, 31.25vw, 920px);
    overflow: hidden;
    color: #fff;
    background: #1188bc;
}

.ipa-hero > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center;
}

.ipa-hero__content {
    position: relative;
    z-index: 1;
    height: 100%;
    padding-top: 107px;
}

.ipa-hero__logo {
    width: 427px;
    height: 112px;
    object-fit: contain;
    object-position: left center;
}

.ipa-hero__content > p {
    margin: 47px 0 0;
    font-family: Arial, sans-serif;
    font-size: 36px;
    line-height: 1.45;
    letter-spacing: .015em;
}

.ipa-hero h1 {
    margin: 15px 0 0;
    font-size: 46px;
    font-weight: 650;
    line-height: 1.3;
}

.program-heading { text-align: center; }

.program-heading h2 {
    margin: 0;
    color: var(--program-ink);
    font-size: 32px;
    font-weight: 650;
    line-height: 1.45;
}

.program-heading p {
    margin: 10px 0 0;
    color: var(--program-muted);
    font-size: 15px;
    line-height: 1.7;
}

.program-heading--light h2 { color: #fff; }
.program-heading--light p { color: rgba(255, 255, 255, .9); }

.ipa-overview {
    height: 594px;
    padding-top: 66px;
    background: #fff;
}

.ipa-overview .program-heading { text-align: left; }

.ipa-overview .program-heading h2::after {
    content: "";
    width: 100px;
    height: 5px;
    margin-top: 13px;
    display: block;
    background: linear-gradient(90deg, #0077b2 0%, #b9388d 100%);
}

.ipa-program-grid {
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.ipa-program-grid article {
    min-width: 0;
    height: 292px;
    overflow: hidden;
    border: 1px solid #e0e5e8;
    border-radius: 16px;
    background: #fff;
}

.ipa-program-grid h3 {
    min-height: 64px;
    margin: 0;
    padding: 13px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    font-weight: 650;
    line-height: 1.45;
    text-align: center;
}

.ipa-program-grid article:nth-child(1) h3 { background: linear-gradient(90deg, #42b9ea, #008fd3); }
.ipa-program-grid article:nth-child(2) h3 { background: linear-gradient(90deg, #d74fa1, #bd2588); }
.ipa-program-grid article:nth-child(3) h3 { background: linear-gradient(90deg, #f29b38, #f35d0d); }

.ipa-program-grid p,
.ipa-overview__copy {
    color: var(--program-muted);
    font-size: 14px;
    line-height: 1.75;
}

.ipa-program-grid p { margin: 0; padding: 20px 30px; line-height: 1.8; text-align: justify; }
.ipa-overview__copy { margin: 19px 0 0; text-align: left; }
.ipa-overview__copy p { margin: 0; }

.ipa-network {
    height: 344px;
    padding-top: 38px;
    color: #fff;
    background: var(--program-blue) var(--ipa-section-background, url("/site/images/services/ipa-ifa/member-bg.webp")) center / cover no-repeat;
}

.ipa-network-grid {
    margin-top: 26px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.ipa-network-grid article {
    height: 142px;
    padding: 24px 23px;
    display: grid;
    grid-template-columns: 47px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    color: var(--program-ink);
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 8px 20px rgba(10, 70, 110, .12);
}

.ipa-network-grid article > span {
    color: var(--program-blue);
    font-family: Arial, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
}

.ipa-network-grid h3 { margin: 0 0 8px; font-size: 16px; line-height: 1.45; }
.ipa-network-grid p { margin: 0; color: var(--program-muted); font-size: 13px; line-height: 1.6; }

.ipa-advantages {
    min-height: 848px;
    padding-top: 80px;
    color: #fff;
    background-color: #fff;
    background-image: var(--ipa-section-background, url("/site/images/services/ipa-ifa/member-bg.webp")), linear-gradient(#fff, #fff);
    background-position: center top, center;
    background-size: 100% 345px, 100% 100%;
    background-repeat: no-repeat;
}

.ipa-advantage-grid {
    width: 100%;
    margin: 32px auto 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 30px;
}

.ipa-advantage-grid article {
    position: relative;
    min-height: 280px;
    padding: 31px 30px 28px;
    overflow: hidden;
    border: 1px solid #b9def0;
    border-radius: 17px;
    color: var(--program-ink);
    background: linear-gradient(145deg, #e6f8ff 0%, #fff 54%);
    box-shadow: 0 10px 22px rgba(27, 126, 181, .16);
}

.ipa-advantage-grid__number {
    position: absolute;
    top: 4px;
    right: 20px;
    color: rgba(8, 151, 215, .09);
    font-family: Arial, sans-serif;
    font-size: 68px;
    font-weight: 700;
    line-height: 1;
}

.ipa-advantage-grid img { display: inline-block; position: relative; width: 34px; height: 34px; margin-right: 10px; vertical-align: middle; object-fit: contain; }
.ipa-advantage-grid h3 { position: relative; margin: 0; display: inline-block; vertical-align: middle; color: #0088c4; font-size: 19px; font-weight: 650; }
.ipa-advantage-grid p,
.ipa-advantage-grid ul { position: relative; margin: 24px 0 0; color: #383e43; font-size: 13px; line-height: 1.75; }
.ipa-advantage-grid ul { padding: 0; list-style: none; }
.ipa-advantage-grid li { position: relative; padding-left: 13px; }
.ipa-advantage-grid li + li { margin-top: 5px; }
.ipa-advantage-grid li::before { content: ""; position: absolute; top: .72em; left: 0; width: 5px; height: 5px; border-radius: 50%; background: #0088c4; }

.ipa-qualification {
    padding-top: 54px;
    color: var(--program-ink);
    background: #fff;
}

.ipa-qualification .program-heading p { margin-top: 13px; color: #2d2e31; font-size: 18px; }

.ipa-channel-board { position: relative; isolation: isolate; padding-top: 155px; }
.ipa-channel-board::before { content: ""; position: absolute; z-index: -1; inset: 0 0 auto; height: 278px; border-radius: 20px; background: var(--program-deep-blue) var(--ipa-section-background, url("/site/images/services/ipa-ifa/qualification-bg.webp")) center top / cover no-repeat; }
.ipa-channel-board--one { margin-top: 40px; }
.ipa-channel-board__heading { position: absolute; top: 39px; right: 0; left: 0; color: #fff; text-align: center; }
.ipa-channel-board__heading h2,
.ipa-channel-board__heading h3 { margin: 0; color: inherit; font-size: 27px; font-weight: 650; }
.ipa-channel-board__heading p { margin: 18px 0 0; color: inherit; font-size: 20px; }
.ipa-channel-one-grid { position: relative; margin-inline: 52px; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 24px; align-items: stretch; }
.ipa-channel-one-grid article { min-width: 0; min-height: 460px; padding: 32px 30px 28px; border-radius: 20px; color: var(--program-ink); background: linear-gradient(165deg, #e5e9ff 0%, #fff 28%); box-shadow: 0 10px 22px rgba(35, 48, 120, .18); }
.ipa-channel-one-grid h4 { margin: 0 0 30px; color: #192d71; font-size: 21px; text-align: center; }
.ipa-membership-levels { display: flex; flex-direction: column; }
.ipa-membership-levels img { width: 100%; height: auto; margin: 0; object-fit: contain; }
.ipa-subject-card ul { margin: 0; padding: 0; list-style: none; }
.ipa-subject-card li { position: relative; padding-left: 30px; color: #35383d; font-size: 14px; line-height: 1.52; }
.ipa-subject-card li + li { margin-top: 7px; }
.ipa-subject-card li::before { content: "✓"; position: absolute; top: 1px; left: 0; width: 20px; height: 20px; border-radius: 50%; color: #fff; background: #8399f0; font-size: 13px; font-weight: 700; line-height: 20px; text-align: center; }

.ipa-channel-two { padding: 64px 0; background: #fff; }
.ipa-channel-board--two::before { background-color: var(--program-purple); }
.ipa-channel-two-grid { position: relative; margin-inline: 32px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 25px; }
.ipa-channel-two-grid article { min-height: 220px; padding: 34px 28px 28px; border-radius: 18px; color: var(--program-ink); background: linear-gradient(165deg, #fae4ff 0%, #fff 35%); box-shadow: 0 10px 20px rgba(77, 34, 104, .18); }
.ipa-channel-two-grid h3 { margin: 0 0 25px; color: #743087; font-size: 18px; font-weight: 650; text-align: center; }
.ipa-channel-two-grid p { margin: 0; color: #35383d; font-size: 13px; line-height: 1.65; }

.ipa-history { height: 676px; padding-top: 68px; background: #f6fafc var(--ipa-section-background, url("/site/images/services/ipa-ifa/history-bg.webp")) center / cover no-repeat; }
.ipa-history .program-heading p { color: #333; font-size: 17px; }
.ipa-history-slider { position: relative; width: 100%; margin: 50px auto 0; }
.ipa-history-slider__swiper { width: 420px; height: 240px; overflow: visible; }
.ipa-history-slider__swiper .swiper-slide { position: relative; height: 200px; padding: 60px 35px 24px; border-radius: 10px; color: var(--program-ink); background: #fff; box-shadow: 0 10px 24px rgba(36, 88, 128, .14); text-align: center; opacity: 0 !important; }
.ipa-history-slider__swiper .swiper-slide::after { content: ""; position: absolute; bottom: -16px; left: 50%; width: 32px; height: 32px; background: #fff; transform: translateX(-50%) rotate(45deg); }
.ipa-history-slider__swiper .swiper-slide-active { opacity: 1 !important; }
.ipa-history-slider__swiper article > span { position: absolute; top: 13px; left: 50%; color: #f2f6fb; font-family: Arial, sans-serif; font-size: 76px; font-weight: 700; line-height: 1; transform: translateX(-50%); }
.ipa-history-slider__swiper h3 { position: relative; z-index: 1; margin: 0 0 18px; font-size: 20px; }
.ipa-history-slider__swiper p { position: relative; z-index: 1; margin: 0; color: #45484c; font-size: 13px; line-height: 1.55; }
.ipa-history-slider__rail { --year-step: clamp(64px, 8vw, 116px); position: relative; height: 94px; margin-top: 12px; display: flex; align-items: start; padding: 12px calc(50% - var(--year-step) / 2) 0; overflow-x: auto; scrollbar-width: none; }
.ipa-history-slider__rail::-webkit-scrollbar { display: none; }
.ipa-history-slider__rail button { position: relative; isolation: isolate; flex: 0 0 var(--year-step); min-height: 56px; padding: 0; border: 0; color: #34373b; background: transparent; cursor: pointer; }
.ipa-history-slider__rail button:not(:last-child)::before { content: ""; position: absolute; z-index: -1; top: 18px; left: 50%; width: 100%; height: 3px; background-image: linear-gradient(90deg, #078dcb, #c34398); background-size: calc((var(--year-count) - 1) * var(--year-step)) 3px; background-position: calc(-1 * var(--year-index) * var(--year-step)) 0; }
.ipa-history-slider__rail i { position: absolute; top: 11px; left: 50%; width: 15px; height: 15px; margin: 0; display: block; transform: translateX(-50%); border: 2px solid #6d56a4; border-radius: 50%; background: #fff; transition: .2s ease; }
.ipa-history-slider__rail span { display: block; margin-top: 34px; font-family: Arial, sans-serif; font-size: 13px; }
.ipa-history-slider__rail button[aria-selected="true"] i { top: -10px; width: 58px; height: 58px; margin: 0; border: 7px solid #94b4ff; color: #fff; background: linear-gradient(135deg, #25a7ed, #8749ba); box-shadow: 0 5px 13px rgba(56, 102, 194, .25); }
.ipa-history-slider__rail button[aria-selected="true"] span { position: absolute; top: 9px; left: 50%; margin: 0; color: #fff; font-size: 17px; line-height: 20px; transform: translateX(-50%); }
.ipa-history-slider__navigation { margin-top: 20px; display: flex; justify-content: center; gap: 16px; }
.ipa-history-slider__navigation button { width: 42px; height: 42px; padding: 0; border: 0; border-radius: 50%; color: #fff; background: #32a4ea; cursor: pointer; }
.ipa-history-slider__navigation button span { position: relative; top: -2px; font-family: Arial, sans-serif; font-size: 31px; font-weight: 300; }
.ipa-history-slider__navigation button.is-disabled,
.ipa-history-slider__navigation button.is-locked { background: #c9deed; cursor: default; }

.page-cima {
    --cima-purple: #7d2d76;
    --cima-deep: #261b42;
    --cima-pink: #a94083;
    --cima-ink: #29272a;
    --cima-muted: #5f5b60;
}

.page-cima main { overflow: hidden; }

.cima-hero {
    position: relative;
    height: clamp(600px, 31.25vw, 920px);
    overflow: hidden;
    background: #c9eff5;
}

.cima-hero__image { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center; }
.cima-hero__content { position: relative; z-index: 1; height: 100%; padding-top: 72px; padding-left: 42px; }
.cima-hero__logo { width: 366px; height: 90px; object-fit: contain; }
.cima-hero__cards { width: 380px; margin-top: 28px; display: grid; gap: 18px; }

.cima-hero__cards article {
    min-height: 142px;
    padding: 23px 26px;
    color: #fff;
    background: linear-gradient(135deg, #7b2b76, #5e285e);
}

.cima-hero__cards h2 { margin: 0 0 11px; font-size: 20px; font-weight: 650; line-height: 1.4; }
.cima-hero__cards p { margin: 0; color: rgba(255,255,255,.92); font-size: 13px; line-height: 1.5; }

.cima-heading { text-align: center; }
.cima-heading h2 { margin: 0; color: var(--cima-ink); font-size: 32px; font-weight: 650; line-height: 1.45; }
.cima-heading p { margin: 10px 0 0; color: var(--cima-muted); font-size: 15px; line-height: 1.7; }
.cima-heading--light h2 { color: #fff; }
.cima-heading--light p { color: rgba(255,255,255,.86); }

.cima-background { height: 1000px; padding-top: 58px; background: #fff; }

.cima-background > .service-program-container > h2 {
    margin: 0 0 35px;
    padding-left: 0;
    color: var(--cima-ink);
    font-size: 30px;
    line-height: 1.35;
}

.cima-background > .service-program-container > h2::after {
    content: "";
    width: 100px;
    height: 5px;
    margin-top: 11px;
    display: block;
    background: linear-gradient(90deg, #0077b2 0%, #b9388d 100%);
}

.cima-background__intro { display: grid; grid-template-columns: minmax(0, 1fr) 458px; gap: 54px; align-items: center; }
.cima-background__intro .rich-text { color: var(--cima-muted); font-size: 15px; line-height: 1.95; text-align: justify; }
.cima-background__intro .rich-text p { margin: 0 0 18px; }
.cima-background__intro figure { width: 458px; }
.cima-background__intro figure img { width: 458px; height: 307px; object-fit: contain; }

.cima-background__facts {
    margin-top: 55px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border: 1px solid #ece5eb;
}

.cima-background__facts article { min-height: 175px; padding: 30px 28px; border-right: 1px solid #ece5eb; }
.cima-background__facts article:last-child { border-right: 0; }
.cima-background__facts h3 { margin: 0 0 12px; color: var(--cima-purple); font-size: 19px; }
.cima-background__facts p { margin: 0; color: var(--cima-muted); font-size: 14px; line-height: 1.75; }

.cima-stats { margin-top: 42px; display: grid; grid-template-columns: repeat(3, 1fr); }
.cima-stats article { min-height: 102px; padding: 9px 35px; border-right: 1px solid #ddd; text-align: center; }
.cima-stats article:last-child { border-right: 0; }
.cima-stats strong { color: var(--cima-purple); font-family: Arial,sans-serif; font-size: 40px; line-height: 1; }
.cima-stats span { margin-left: 4px; color: var(--cima-purple); }
.cima-stats p { margin: 12px 0 0; color: var(--cima-muted); font-size: 13px; }

.cima-profile-tabs {
    height: 300px;
    margin-top: 48px;
    display: grid;
    grid-template-columns: 330px minmax(0, 1fr);
    background: #fff;
}

.cima-profile-tabs__nav {
    height: 300px;
    padding: 34px 45px;
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    gap: 22px;
    background:
        repeating-radial-gradient(ellipse at 85% 0, transparent 0 18px, rgba(255,255,255,.07) 19px 20px),
        #77236e;
}

.cima-profile-tabs__nav button {
    border: 0;
    color: #333;
    background: #fff;
    font: inherit;
    font-size: 17px;
    cursor: pointer;
}

.cima-profile-tabs__nav button.is-active {
    color: #fff;
    background: #5e1758;
}

.cima-profile-tabs__nav button:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }

.cima-profile-tabs__content { min-width: 0; height: 300px; padding: 25px 39px 23px; }
.cima-profile-tabs__content article { height: 252px; }
.cima-profile-tabs__content article[hidden] { display: none; }

.cima-profile-tabs__content article > p {
    min-height: 122px;
    margin: 0;
    color: #3f3b40;
    font-size: 13px;
    line-height: 1.75;
    white-space: pre-line;
}

.cima-profile-stats {
    height: 105px;
    margin-top: 15px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cima-profile-stats > div {
    min-width: 0;
    padding: 0 20px;
    border-right: 1px solid #e6dce5;
    text-align: center;
}

.cima-profile-stats > div:last-child { border-right: 0; }
.cima-profile-stats strong { color: var(--cima-purple); font-family: Arial, sans-serif; font-size: 38px; line-height: 1; white-space: nowrap; }
.cima-profile-stats strong.cima-profile-stat--text { display: inline-block; max-width: 100%; font-size: 24px; line-height: 1.25; white-space: normal; overflow-wrap: anywhere; }
.cima-profile-stats span { margin-left: 4px; color: var(--cima-purple); font-size: 15px; }
.cima-profile-stats small { margin-top: 13px; display: block; color: var(--cima-muted); font-size: 13px; line-height: 1.4; }

.cima-graphic { background: #fff; }
.cima-graphic img { width: 100%; height: 100%; max-width: none; object-fit: contain; }
.cima-competency { height: 720px; padding: 0 0 45px; background: #fff; }
.cima-competency .service-program-container { height: 675px; }

.cima-certifications { height: 560px; padding-top: 0; background: #fff; }
.cima-certifications > .service-program-container,
.cima-advantages > .service-program-container,
.cima-jobs > .service-program-container,
.cima-exam > .service-program-container,
.cima-teachers > .service-program-container,
.cima-gallery > .service-program-container,
.cima-testimonial > .service-program-container {
    position: relative;
}
.cima-certifications .cima-heading { display: none; }
.cima-certification-grid { position: relative; top: -30px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px; }

.cima-certification-grid article {
    position: relative;
    height: 530px;
    padding: 45px 36px 22px;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(90deg, #682d88, #b54064);
}

.cima-certification-grid article:nth-child(2) { background: linear-gradient(90deg, #601e82, #1756bb); }
.cima-certification-grid h3 { position: relative; margin: 0 0 31px; padding-bottom: 18px; font-size: 29px; font-weight: 550; line-height: 1.35; text-align: center; }
.cima-certification-grid h3::after { content: ""; position: absolute; bottom: 0; left: 50%; width: 86px; height: 4px; transform: translateX(-50%); background: #f6d44b; }
.cima-certification-grid ol { position: relative; min-height: 107px; margin: 0; padding: 0; display: grid; align-content: start; gap: 19px; list-style: none; }
.cima-certification-grid li { display: grid; grid-template-columns: 28px minmax(0, 1fr); gap: 10px; align-items: start; color: #fff; font-size: 18px; font-weight: 500; line-height: 25px; }
.cima-certification-grid li b { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 8px 0 8px 0; color: #773078; background: linear-gradient(135deg, #fcebf9, #f5a3ed); font-family: Arial,sans-serif; font-size: 13px; }
.cima-certification-grid article:nth-child(2) li b { background: linear-gradient(135deg, #77e2ff, #c98bff); }
.cima-certification-grid p { position: relative; min-height: 135px; margin: 23px 0 17px; padding: 18px 37px 21px; border-radius: 20px; color: #fff; background: rgba(255,255,255,.2); -webkit-backdrop-filter: blur(22px); backdrop-filter: blur(22px); font-size: 20px; font-weight: 500; line-height: 32px; }
.cima-certification-grid mark { padding: 0; color: #ffdd00; background: transparent; }
.cima-certification-grid small { position: relative; display: block; color: rgba(255,255,255,.82); font-size: 12px; line-height: 1.55; }

.cima-advantages { height: 650px; padding-top: 50px; background: #fff; }
.cima-advantage-layout { margin-top: 36px; display: grid; grid-template-columns: 282px minmax(0,1fr); gap: 24px; }
.cima-advantage-layout > figure { width: 282px; height: 356px; }
.cima-advantage-layout > figure > img { width: 100%; height: 100%; object-fit: cover; }
.cima-advantage-layout > figure { position: relative; border: 1px solid #e5e0e4; }
.cima-advantage-rocket { width: 40px; height: 40px; margin: 0 auto; display: block; color: #72246c; }
.cima-advantage-layout > figure > figcaption { position: absolute; inset: 0; padding: 35px 20px 22px; text-align: center; }
.cima-advantage-layout > figure > figcaption img { width: 40px; height: 40px; margin: 0 auto; object-fit: contain; }
.cima-advantage-layout > figure > figcaption h3 { margin: 14px 0 7px; font-size: 16px; line-height: 1.4; }
.cima-advantage-layout > figure > figcaption p { margin: 0; color: var(--cima-muted); font-size: 12px; line-height: 1.55; }
.cima-advantage-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.cima-advantage-grid article { min-width: 0; height: 166px; padding: 23px 12px; border: 1px solid #e5e0e4; text-align: center; }
.cima-advantage-grid img { width: 40px; height: 40px; margin: 0 auto; object-fit: contain; }
.cima-advantage-grid h3 { margin: 12px 0 5px; font-size: 16px; line-height: 1.4; }
.cima-advantage-grid p { margin: 0; color: var(--cima-muted); font-size: 12px; line-height: 1.55; }

.cima-jobs { height: 500px; padding: 20px 0; background: #fff; }
.cima-jobs .service-program-container { height: 460px; }
.cima-jobs > .service-program-container { top: -125px; }
.cima-exam { height: auto; padding: 22px 0; overflow: hidden; background: #fff; }
.cima-exam .service-program-container { height: auto; }
.cima-exam img { height: auto; display: block; }

.cima-teachers { height: 621px; padding-top: 40px; color: #fff; background: linear-gradient(135deg,#65318b,#8c367e); }
.cima-teachers .cima-heading p { display: none; }
.cima-teacher-grid { margin-top: 36px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 25px 30px; }
.cima-teacher-grid article { height: 174px; padding: 15px; display: grid; grid-template-columns: 120px minmax(0,1fr); gap: 22px; align-items: center; background: rgba(255,255,255,.12); }
.cima-teacher-grid img { width: 120px; height: 144px; object-fit: cover; }
.cima-teacher-grid h3 { margin: 0 0 10px; color: #fff; font-size: 18px; }
.cima-teacher-grid p { margin: 0; color: rgba(255,255,255,.85); font-size: 13px; line-height: 1.55; white-space: pre-line; }

.cima-gallery { height: 639px; padding-top: 39px; background: #fff; }
.cima-gallery .cima-heading { margin-bottom: 28px; }
.cima-gallery .service-program-container > img { width: 100%; height: 426px; object-fit: cover; }

.cima-testimonial { height: 443px; padding-top: 53px; background: #f3edf3; }
.cima-testimonial .cima-heading p { display: none; }
.cima-testimonial__stage { min-width: 0; margin-top: 25px; display: grid; grid-template-columns: 44px minmax(0, 1fr) 44px; gap: 28px; align-items: center; }
.cima-testimonial__swiper { min-width: 0; width: 100%; }
.cima-testimonial blockquote { position: relative; height: 230px; margin: 0; padding: 44px 100px 40px; background: transparent; }
.cima-testimonial__arrow { width: 44px; height: 44px; padding: 0; display: grid; place-items: center; border: 0; border-radius: 50%; color: #fff; background: var(--cima-purple); cursor: pointer; }
.cima-testimonial__arrow span { position: relative; top: -1px; font-family: Arial, sans-serif; font-size: 31px; font-weight: 300; line-height: 1; }
.cima-testimonial__arrow:hover { background: #681a68; }
.cima-testimonial__arrow:active { transform: scale(.96); }
.cima-testimonial__arrow:focus-visible { outline: 3px solid #681a68; outline-offset: 3px; }
.cima-testimonial__arrow.is-disabled,
.cima-testimonial__arrow.is-locked { color: #fff; background: #d3cbd5; cursor: default; }
.cima-testimonial__arrow.is-disabled:active,
.cima-testimonial__arrow.is-locked:active { transform: none; }
.cima-testimonial blockquote > img { position: absolute; width: 72px; height: 72px; object-fit: contain; }
.cima-testimonial blockquote > img:first-child { top: 20px; left: 0; }
.cima-testimonial blockquote > img:last-child { right: 0; bottom: 19px; }
.cima-testimonial cite { color: var(--cima-ink); font-size: 17px; font-weight: 650; font-style: normal; }
.cima-testimonial blockquote p { margin: 18px 0 0; color: var(--cima-muted); font-size: 14px; line-height: 1.85; }

.page-isca {
    --isca-teal: #2f9db0;
    --isca-deep: #09616e;
    --isca-ink: #24282d;
    --isca-muted: #4f555a;
    --isca-pale: #eff7f9;
}

.page-isca main { overflow: hidden; }

.isca-hero {
    position: relative;
    height: clamp(500px, 31.25vw, 920px);
    overflow: hidden;
    color: #fff;
    background: #08616e;
}

.isca-hero__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center;
}

.isca-hero__content {
    position: relative;
    z-index: 1;
    height: 100%;
    padding-top: 122px;
}

.isca-hero__logo {
    width: 400px;
    height: 88px;
    object-fit: contain;
    object-position: left center;
}

.isca-hero h1 {
    margin: 36px 0 0;
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.35;
}

.isca-hero p {
    margin: 18px 0 0;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 24px;
    line-height: 1.5;
}

.isca-hero strong {
    margin-top: 43px;
    display: block;
    color: #fff;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: .03em;
}

.isca-overview {
    height: 586px;
    padding-top: 67px;
    background: #fff;
}

.isca-overview h2 {
    margin: 0;
    color: #111b49;
    font-size: 31px;
    font-weight: 650;
    line-height: 1.45;
}

.isca-overview h2::after {
    content: "";
    width: 100px;
    height: 5px;
    margin-top: 21px;
    display: block;
    background: linear-gradient(90deg, #085e6f 0%, #ee3124 100%);
}

.isca-overview__copy {
    margin-top: 32px;
    color: var(--isca-muted);
    font-size: 15px;
    line-height: 1.9;
}

.isca-overview__copy p { margin: 0; }

.isca-ability-grid {
    margin-top: 36px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.isca-ability-grid article {
    height: 260px;
    padding: 32px 26px 24px;
    border: 1px solid #2d93a6;
    border-radius: 20px;
    background: #fff;
}

.isca-ability-grid img {
    width: 48px;
    height: 48px;
    margin: 0 auto 25px;
    object-fit: contain;
}

.isca-ability-grid p {
    margin: 0;
    color: #34383c;
    font-size: 14px;
    line-height: 1.75;
    text-align: justify;
}

.isca-heading { text-align: center; }

.isca-heading h2 {
    margin: 0;
    color: var(--isca-ink);
    font-size: 32px;
    font-weight: 650;
    line-height: 1.45;
}

.isca-heading p {
    margin: 10px 0 0;
    color: var(--isca-muted);
    font-size: 15px;
    line-height: 1.7;
}

.isca-values {
    position: relative;
    min-height: 1400px;
    padding: 66px 0 72px;
    overflow: hidden;
    background:
        linear-gradient(144deg, transparent 0 58%, rgba(193, 212, 217, .34) 58.1% 67%, transparent 67.1%) 75% 0 / 100% 100% no-repeat,
        linear-gradient(34deg, transparent 0 72%, rgba(217, 232, 235, .55) 72.1% 84%, transparent 84.1%) 0 100% / 68% 56% no-repeat,
        radial-gradient(circle at 82% 8%, rgba(207, 234, 239, .78), transparent 28%),
        #eff7f9;
}

.isca-value-list {
    margin-top: 45px;
    display: grid;
    gap: 39px;
}

.isca-value-card {
    padding: 34px 40px;
    display: grid;
    align-items: center;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(40, 104, 116, .15);
}

.isca-value-card--1 {
    min-height: 355px;
    grid-template-columns: minmax(0, 1fr) 436px;
    gap: 65px;
}

.isca-value-card--2 {
    min-height: 265px;
    grid-template-columns: minmax(0, 1fr) 528px;
    gap: 70px;
}

.isca-value-card--3 {
    min-height: 420px;
    grid-template-columns: minmax(0, 1fr) 528px;
    gap: 70px;
}

.isca-value-card__title {
    display: flex;
    align-items: center;
    gap: 14px;
}

.isca-value-card__title img {
    width: 54px;
    height: 54px;
    flex: 0 0 auto;
    object-fit: contain;
}

.isca-value-card h3 {
    margin: 0;
    color: var(--isca-ink);
    font-size: 21px;
    font-weight: 600;
    line-height: 1.5;
}

.isca-value-card__copy > p {
    margin: 24px 0 0;
    color: var(--isca-muted);
    font-size: 14px;
    line-height: 1.7;
}

.isca-value-card--1 .isca-value-card__copy > p {
    min-height: 48px;
    margin-top: 14px;
    padding: 10px 15px;
    border-left: 3px solid #2ea1b3;
    border-radius: 0 8px 8px 0;
    background: linear-gradient(90deg, #a8e8ef, #ddf5f7);
}

.isca-value-card--1 .isca-value-card__copy > p:first-of-type {
    min-height: 88px;
    margin-top: 12px;
}

.isca-value-card figure { margin: 0; }
.isca-value-card figure img { width: 100%; height: 100%; object-fit: contain; }
.isca-value-card--1 figure { width: 436px; height: 288px; }
.isca-value-card--2 figure { width: 528px; height: 193px; }
.isca-value-card--3 figure { width: 528px; height: 352px; }

.isca-badges {
    margin-top: 23px;
    display: flex;
    gap: 38px;
}

.isca-badges img { width: 190px; height: 190px; object-fit: contain; }

.isca-modules {
    height: 724px;
    padding-top: 67px;
    background: #fff;
}

.isca-module-panel {
    position: relative;
    height: 424px;
    margin-top: 49px;
    padding: 42px 0 42px 47px;
    border-radius: 22px;
    background: #359bab;
}

.isca-module-tabs {
    width: 312px;
    height: 340px;
    padding: 0 18px;
    display: grid;
    grid-template-rows: repeat(4, 1fr);
    background: #48b3c4;
}

.isca-module-tabs button {
    position: relative;
    border: 0;
    border-bottom: 1px dashed rgba(255,255,255,.42);
    color: #fff;
    background: transparent;
    font: inherit;
    font-size: 20px;
    cursor: pointer;
}

.isca-module-tabs button:last-child { border-bottom: 0; }

.isca-module-tabs button.is-active {
    z-index: 1;
    margin-inline: -18px;
    border-bottom: 0;
    color: #087888;
    font-weight: 600;
    background: var(--isca-tab-background, url("/site/images/services/isca/tab-active.png")) center / 100% 100% no-repeat;
}

.isca-module-tabs button:focus-visible { outline: 3px solid #fff; outline-offset: -5px; }

.isca-module-content {
    position: absolute;
    top: -20px;
    right: 26px;
    width: 810px;
    height: 383px;
    padding: 30px 49px 20px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 9px 25px rgba(30, 95, 107, .14);
}

.isca-module-content article { min-height: 304px; }
.isca-module-content article[hidden] { display: none; }

.isca-module-content p {
    margin: 0;
    color: var(--isca-muted);
    font-size: 13px;
    line-height: 1.65;
    white-space: pre-line;
}

.isca-module-images {
    margin-top: 15px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 17px;
}

.isca-module-images img {
    width: 208px;
    height: 208px;
    object-fit: cover;
}

.isca-careers {
    min-height: 411px;
    padding-top: 57px;
    background: #eff7f9;
}

.isca-career-grid {
    margin-top: 45px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.isca-career-grid article {
    position: relative;
    height: 166px;
    overflow: hidden;
    border-radius: 18px;
    background: #fff;
}

.isca-career-grid__laurels {
    position: absolute;
    z-index: 1;
    top: 33px;
    left: 50%;
    width: 312px;
    height: 100px;
    max-width: none;
    object-fit: contain;
    transform: translateX(-50%);
}

.isca-career-grid__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 112px;
    height: 112px;
    max-width: none;
    object-fit: contain;
    opacity: 1;
    pointer-events: none;
    transform: translate(-50%, -50%);
}

.isca-career-grid h3 {
    position: relative;
    z-index: 2;
    width: 230px;
    margin: 45px auto 0;
    color: #25292d;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.45;
    text-align: center;
}

.isca-career-grid p {
    position: relative;
    z-index: 2;
    width: 245px;
    margin: 5px auto 0;
    color: #25292d;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
}

:is(.page-ipa-ifa, .page-cima, .page-isca) .site-footer {
    position: relative;
    height: 412px;
    padding: 0;
    color: rgba(255, 255, 255, .82);
    background: #0d192a;
}

:is(.page-ipa-ifa, .page-cima, .page-isca) .footer-grid.site-container,
:is(.page-ipa-ifa, .page-cima, .page-isca) .footer-legal.site-container { width: min(1200px, calc(100% - 80px)); }

:is(.page-ipa-ifa, .page-cima, .page-isca) .footer-grid { position: relative; height: 313px; display: block; }

:is(.page-ipa-ifa, .page-cima, .page-isca) .footer-identity,
:is(.page-ipa-ifa, .page-cima, .page-isca) .footer-benefits,
:is(.page-ipa-ifa, .page-cima, .page-isca) .footer-qrs { position: absolute; top: 0; }

:is(.page-ipa-ifa, .page-cima, .page-isca) .footer-identity { left: 0; width: 295px; display: block; }

:is(.page-ipa-ifa, .page-cima, .page-isca) .footer-brand {
    position: absolute;
    top: 48px;
    left: 0;
    width: 178px;
    height: 54px;
    margin: 0;
}

:is(.page-ipa-ifa, .page-cima, .page-isca) .footer-brand img { width: 178px; height: 54px; max-width: none; object-fit: contain; }

:is(.page-ipa-ifa, .page-cima, .page-isca) .footer-identity > a:not(.footer-brand) {
    position: absolute;
    left: 61px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
}

:is(.page-ipa-ifa, .page-cima, .page-isca) .footer-identity > a:nth-of-type(2) { top: 127px; }
:is(.page-ipa-ifa, .page-cima, .page-isca) .footer-identity > a:nth-of-type(3) { top: 163px; }
:is(.page-ipa-ifa, .page-cima, .page-isca) .footer-identity > a:nth-of-type(4) { top: 199px; }
:is(.page-ipa-ifa, .page-cima, .page-isca) .footer-identity b { width: 20px; height: 20px; display: block; }
:is(.page-ipa-ifa, .page-cima, .page-isca) .footer-identity b img { width: 20px; height: 20px; }

:is(.page-ipa-ifa, .page-cima, .page-isca) .footer-benefits { top: 56px; left: 405px; width: 304px; }

:is(.page-ipa-ifa, .page-cima, .page-isca) .footer-benefits h2 {
    height: 34px;
    margin: 0 0 24px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
}

:is(.page-ipa-ifa, .page-cima, .page-isca) .footer-benefits ul {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 152px 136px;
    gap: 16px;
    list-style: none;
    font-size: 16px;
    line-height: 26px;
}

:is(.page-ipa-ifa, .page-cima, .page-isca) .footer-benefits li {
    height: 26px;
    display: flex;
    align-items: center;
    gap: 4px;
    color: #fff;
    white-space: nowrap;
}

:is(.page-ipa-ifa, .page-cima, .page-isca) .footer-benefits li span {
    width: 20px;
    height: 20px;
    display: block;
    flex: 0 0 auto;
    overflow: hidden;
    color: transparent;
    background: url("/site/images/home/icon-check.png") center / 20px 20px no-repeat;
}

:is(.page-ipa-ifa, .page-cima, .page-isca) .footer-qrs {
    top: 56px;
    left: 820px;
    width: 340px;
    display: flex;
    justify-content: flex-start;
    gap: 40px;
}

:is(.page-ipa-ifa, .page-cima, .page-isca) .footer-qrs figure { width: 150px; margin: 0; text-align: center; }
:is(.page-ipa-ifa, .page-cima, .page-isca) .footer-qrs img { width: 150px; height: 150px; }

:is(.page-ipa-ifa, .page-cima, .page-isca) .footer-qrs figcaption {
    height: 22px;
    margin-top: 16px;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
}

:is(.page-ipa-ifa, .page-cima, .page-isca) .footer-legal {
    height: 72px;
    margin: 0 auto;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, .2);
    text-align: center;
}

:is(.page-ipa-ifa, .page-cima, .page-isca) .footer-legal p { margin: 0; color: #fff; font-size: 16px; line-height: 22px; }

@media (max-width: 1000px) {
    .cima-certifications,
    .cima-advantages,
    .cima-jobs,
    .cima-exam,
    .cima-teachers,
    .cima-gallery,
    .cima-testimonial { height: auto; padding-bottom: 70px; overflow: hidden; }
    .cima-certifications > .service-program-container,
    .cima-advantages > .service-program-container,
    .cima-jobs > .service-program-container,
    .cima-exam > .service-program-container,
    .cima-teachers > .service-program-container,
    .cima-gallery > .service-program-container,
    .cima-testimonial > .service-program-container { top: 0; }
    .cima-certifications { padding-top: 50px; }
    .cima-certifications .cima-heading { display: block; }
    .cima-certification-grid { top: 0; margin-top: 37px; grid-template-columns: 1fr; }
    .cima-certification-grid article { height: auto; min-height: 530px; }
    .cima-testimonial blockquote { padding-right: 90px; padding-left: 90px; }
    .cima-advantage-layout { grid-template-columns: 1fr; }
    .cima-teacher-grid { grid-template-columns: 1fr; }
    .cima-gallery .service-program-container > img { height: auto; }
    .ipa-overview, .ipa-network, .ipa-advantages, .ipa-qualification, .ipa-channel-two, .ipa-history { height: auto; padding-bottom: 70px; }
    .ipa-program-grid, .ipa-network-grid { grid-template-columns: 1fr; }
    .ipa-advantage-grid, .ipa-history-slider { width: 100%; }
    .ipa-advantage-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ipa-channel-board::before { height: 100%; }
    .ipa-channel-board { padding-top: 155px; }
    .ipa-channel-one-grid { margin-inline: 0; padding: 0 28px 36px; grid-template-columns: 1fr 1fr; }
    .ipa-membership-levels { grid-column: 1 / -1; }
    .ipa-channel-one-grid article { height: auto; min-height: 360px; }
    .ipa-channel-board--two { padding-top: 155px; }
    .ipa-channel-two-grid { margin-inline: 0; padding: 0 28px 30px; grid-template-columns: 1fr; }
    .isca-overview, .isca-values, .isca-modules, .isca-careers { height: auto; padding-bottom: 70px; }
    .isca-ability-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .isca-value-card, .isca-value-card--1, .isca-value-card--2, .isca-value-card--3 { height: auto; grid-template-columns: 1fr; }
    .isca-module-panel { height: auto; padding: 24px; }
    .isca-module-tabs { width: 100%; height: auto; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(2, 64px); }
    .isca-module-content { position: static; width: 100%; height: auto; margin-top: 24px; }
    .isca-module-images { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .isca-module-images img { width: 100%; height: auto; }
    :is(.page-ipa-ifa, .page-cima, .page-isca) .site-footer { height: auto; padding: 48px 0 24px; }
    :is(.page-ipa-ifa, .page-cima, .page-isca) .footer-grid.site-container,
    :is(.page-ipa-ifa, .page-cima, .page-isca) .footer-legal.site-container { width: min(1200px, calc(100% - 48px)); }
    :is(.page-ipa-ifa, .page-cima, .page-isca) .footer-grid { height: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 42px; }
    :is(.page-ipa-ifa, .page-cima, .page-isca) .footer-identity,
    :is(.page-ipa-ifa, .page-cima, .page-isca) .footer-benefits,
    :is(.page-ipa-ifa, .page-cima, .page-isca) .footer-qrs,
    :is(.page-ipa-ifa, .page-cima, .page-isca) .footer-brand,
    :is(.page-ipa-ifa, .page-cima, .page-isca) .footer-identity > a:not(.footer-brand) { position: static; }
    :is(.page-ipa-ifa, .page-cima, .page-isca) .footer-identity { display: grid; gap: 10px; }
    :is(.page-ipa-ifa, .page-cima, .page-isca) .footer-qrs { width: auto; grid-column: 1 / -1; }
    :is(.page-ipa-ifa, .page-cima, .page-isca) .footer-legal { height: auto; margin-top: 40px; }
}

@media (max-width: 700px) {
    .service-program-container { width: min(100% - 32px, 540px); }
    .ipa-hero { height: 470px; }
    .ipa-hero__content { padding-top: 92px; }
    .ipa-hero__logo { width: min(427px, 100%); height: auto; }
    .ipa-hero__content > p { margin-top: 42px; font-size: 23px; }
    .ipa-hero h1 { font-size: 38px; }
    .cima-hero__content { padding-left: 0; }
    .ipa-advantage-grid { grid-template-columns: 1fr; }
    .ipa-channel-board--one { padding: 0; }
    .ipa-channel-board__heading { position: static; padding: 28px 18px; }
    .ipa-channel-board--two { padding-top: 0; }
    .ipa-channel-one-grid { padding: 0 18px 24px; }
    .ipa-channel-one-grid { grid-template-columns: 1fr; }
    .ipa-membership-levels { grid-column: auto; }
    .ipa-channel-board--two { padding-right: 0; padding-left: 0; }
    .ipa-channel-two-grid { padding-right: 18px; padding-left: 18px; }
    .ipa-history-slider__swiper { width: calc(100% - 24px); }
    .cima-testimonial__stage { grid-template-columns: 36px minmax(0, 1fr) 36px; gap: 10px; }
    .cima-testimonial__arrow { width: 36px; height: 36px; }
    .cima-testimonial blockquote { height: auto; min-height: 260px; padding: 50px 52px 45px; }
    .cima-testimonial blockquote > img:first-child { left: -8px; }
    .cima-testimonial blockquote > img:last-child { right: -8px; }
    .isca-hero__logo { width: min(400px, 100%); height: auto; }
    .isca-hero h1 { font-size: 31px; }
    .isca-hero p { font-size: 18px; }
    .isca-hero strong { font-size: 27px; }
    .isca-ability-grid, .isca-career-grid { grid-template-columns: 1fr; }
    .isca-value-card { padding: 26px 20px; }
    .isca-value-card figure,
    .isca-value-card figure img { width: 100%; height: auto; }
    .isca-badges { gap: 16px; }
    .isca-badges img { width: calc(50% - 8px); height: auto; }
    .isca-module-tabs { grid-template-columns: 1fr; grid-template-rows: repeat(4, 62px); }
    .isca-module-content { padding: 28px 20px; }
    .isca-module-images { grid-template-columns: 1fr; }
    :is(.page-ipa-ifa, .page-cima, .page-isca) .footer-grid { grid-template-columns: 1fr; }
    :is(.page-ipa-ifa, .page-cima, .page-isca) .footer-qrs { grid-column: auto; }
}
