/* ==========================================================================
   IMS Geneva - Custom Header, Menu & Footer
   Independent from the main Generafi theme
   ========================================================================== */

:root {
    --ims-red: #e22a21;
    --ims-red-hover: #c9241c;
    --ims-dark: #161413;
    --ims-text: #656565;
    --ims-text-dark: #211110;
    --ims-white: #ffffff;
    --ims-bg-light: #f7f6f6;
    --ims-font-heading: 'Lexend', sans-serif;
    --ims-font-body: 'Golos Text', sans-serif;
    --ims-container: 1248px;
    --ims-page-padding: 96px;
}

/* ==========================================================================
   Reset & Base
   ========================================================================== */

.ims-page *,
.ims-page *::before,
.ims-page *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.ims-page {
    font-family: var(--ims-font-body);
    color: var(--ims-text);
    background: var(--ims-white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

.ims-page img {
    max-width: 100%;
    height: auto;
}

.ims-page a {
    text-decoration: none;
    color: inherit;
}

.ims-page ul {
    list-style: none;
}

/* Override WordPress/Elementor theme styles on IMS page */
.ims-page h1,
.ims-page h2,
.ims-page h3,
.ims-page h4,
.ims-page h5,
.ims-page h6,
.elementor-kit-6 h1,
.elementor-kit-6 h2,
.elementor-kit-6 h3,
.elementor-kit-6 h4 {
    margin: 0;
    padding: 0;
}

.ims-page p {
    margin: 0;
    padding: 0;
}

/* Reset Elementor kit global overrides on IMS page */
body.ims-page {
    font-family: var(--ims-font-body) !important;
    color: var(--ims-text) !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}

body.ims-page button,
body.ims-page input[type="button"],
body.ims-page input[type="submit"] {
    background-color: transparent !important;
    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    border-radius: 0 !important;
    color: inherit !important;
}

body.ims-page button.ims-header__hamburger {
    pointer-events: auto !important;
    cursor: pointer !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

body.ims-page .ims-btn {
    border-radius: 100px !important;
}

body.ims-page .ims-footer__form-submit {
    background: var(--ims-white) !important;
    color: var(--ims-red) !important;
    font-family: var(--ims-font-heading) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    border-radius: 100px !important;
}

body.ims-page .ims-footer__form-submit:hover {
    background: var(--ims-red) !important;
    color: var(--ims-white) !important;
}

/* ==========================================================================
   HEADER
   ========================================================================== */

.ims-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: var(--ims-white);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    padding: 32px var(--ims-page-padding) 0;
}

.ims-header__inner {
    max-width: var(--ims-container);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* -- Top Row -- */
.ims-header__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

.ims-header__logo img {
    height: 48px;
    width: auto;
}

.ims-header__search {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 10px 16px;
    background: rgba(226, 42, 33, 0.02);
    border: 0.5px solid rgba(229, 64, 56, 0.1);
    border-radius: 100px;
    width: 376px;
    flex-shrink: 0;
    cursor: pointer;
    transition: border-color 0.2s;
}

.ims-header__search:hover {
    border-color: rgba(229, 64, 56, 0.3);
}

.ims-header__search svg {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
}

.ims-header__search span {
    font-family: var(--ims-font-heading);
    font-size: 12px;
    font-weight: 300;
    color: rgba(226, 42, 33, 0.9);
}

.ims-header__actions {
    display: flex;
    align-items: center;
    gap: 24px;
}

/* Language Selector — high specificity to beat .elementor-kit-6 button */
.ims-header__lang,
.ims-page .ims-header__lang,
body.ims-page .ims-header button.ims-header__lang,
.elementor-kit-6 button.ims-header__lang {
    display: flex !important;
    align-items: center !important;
    gap: 7px !important;
    padding: 8px 15px !important;
    background: #f7f6f6 !important;
    background-color: #f7f6f6 !important;
    border-radius: 140px !important;
    cursor: pointer;
    border: none !important;
    font-family: var(--ims-font-heading) !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    transition: background 0.2s;
    width: 81px;
    height: auto !important;
    min-height: 0 !important;
    line-height: normal !important;
    box-shadow: none !important;
    outline: none !important;
    color: inherit !important;
    text-transform: none !important;
}

.ims-header__lang:hover {
    background: #eee;
}

.ims-header__lang img {
    width: 33px;
    height: 22px;
    border-radius: 3px;
    object-fit: cover;
}

.ims-header__lang span {
    font-family: var(--ims-font-heading);
    font-size: 13px;
    font-weight: 400;
    color: var(--ims-text);
}

.ims-header__lang svg {
    width: 11px;
    height: 5px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

/* Language Dropdown */
.ims-header__lang-wrapper {
    position: relative;
}

.ims-header__lang-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    background: var(--ims-white);
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 8px;
    min-width: 100%;
    z-index: 1002;
    flex-direction: column;
    gap: 4px;
}

.ims-header__lang-wrapper.open .ims-header__lang-dropdown {
    display: flex;
}

.ims-header__lang-wrapper.open .ims-header__lang svg {
    transform: rotate(180deg);
}

.ims-header__lang-option {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.2s ease;
}

.ims-header__lang-option:hover {
    background: var(--ims-bg-light);
}

.ims-header__lang-option.active {
    background: rgba(226, 42, 33, 0.06);
}

.ims-header__lang-option img {
    width: 24px;
    height: 16px;
    border-radius: 2px;
    object-fit: cover;
}

.ims-header__lang-option span {
    font-family: var(--ims-font-heading);
    font-size: 13px;
    font-weight: 500;
    color: var(--ims-dark);
}

/* CTA Buttons */
.ims-header__cta {
    display: flex;
    align-items: center;
    gap: 16px;
}

.ims-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 12px 22px;
    border-radius: 100px;
    font-family: var(--ims-font-heading);
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    cursor: pointer;
    transition: all 0.25s ease;
    border: none;
    width: fit-content;
}

.ims-btn--outline,
.ims-page a.ims-btn--outline {
    background: transparent;
    border: 1px solid var(--ims-red);
    color: #e22a21 !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.ims-btn--outline:hover,
.ims-page a.ims-btn--outline:hover {
    background: var(--ims-red);
    color: #ffffff !important;
}

.ims-btn--outline:hover svg path {
    stroke: var(--ims-white);
}

.ims-btn--filled,
.ims-page a.ims-btn--filled {
    background: var(--ims-red);
    color: #ffffff !important;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
}

.ims-btn--filled:hover,
.ims-page a.ims-btn--filled:hover {
    background: var(--ims-red-hover);
    color: #ffffff !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.ims-btn svg {
    width: 11px;
    height: 9px;
    flex-shrink: 0;
}

/* -- Divider -- */
.ims-header__divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.03) 100%);
}

/* -- Nav Row -- */
.ims-header__nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
    position: relative;
}

.ims-nav {
    display: flex;
    align-items: center;
    gap: 26px;
}

.ims-nav__item {
    position: relative;
}

.ims-nav__link {
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: var(--ims-font-heading);
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    color: var(--ims-text);
    padding: 8px 0;
    transition: color 0.2s;
    white-space: nowrap;
}

.ims-nav__link:hover {
    color: var(--ims-red);
}

.ims-nav__link--active {
    color: var(--ims-red);
    font-weight: 500;
}

.ims-nav__link--active::after {
    content: '';
    position: absolute;
    bottom: -16px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--ims-red);
    border-radius: 5px 5px 0 0;
}

.ims-nav__chevron {
    width: 7px;
    height: 4px;
    flex-shrink: 0;
    transition: transform 0.2s;
}

.ims-nav__item:hover .ims-nav__chevron {
    transform: rotate(180deg);
}

/* Nav Certification Badges */
.ims-header__badges {
    display: flex;
    align-items: center;
    gap: 16px;
}

.ims-header__badges img {
    width: 54px;
    height: 54px;
    object-fit: contain;
}

/* -- Mobile Hamburger -- */
.ims-header__hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 8px;
    position: relative;
    z-index: 1001;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}

.ims-header__hamburger span {
    display: block;
    width: 100%;
    height: 2px;
    background: var(--ims-dark);
    border-radius: 2px;
    transition: all 0.3s;
}

/* Hamburger active state */
.ims-header__hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.ims-header__hamburger.active span:nth-child(2) {
    opacity: 0;
}

.ims-header__hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* ==========================================================================
   MOBILE MENU DRAWER
   ========================================================================== */

.ims-mobile-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1100;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
}

.ims-mobile-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

.ims-mobile-drawer {
    position: fixed;
    top: 0;
    right: -100%;
    width: 320px;
    max-width: 85vw;
    height: 100vh;
    height: 100dvh;
    background: var(--ims-white);
    z-index: 1200;
    transition: right 0.3s ease;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    padding: 24px;
    display: flex;
    flex-direction: column;
}

.ims-mobile-drawer.active {
    right: 0;
}

.ims-mobile-drawer__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ims-mobile-drawer__header img {
    height: 36px;
}

.ims-mobile-drawer__close {
    background: none;
    border: none;
    width: 32px;
    height: 32px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ims-mobile-drawer__close svg {
    width: 20px;
    height: 20px;
}

.ims-mobile-nav {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ims-mobile-nav__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 12px;
    font-family: var(--ims-font-heading);
    font-size: 15px;
    font-weight: 400;
    color: var(--ims-text);
    border-radius: 10px;
    transition: all 0.2s;
}

.ims-mobile-nav__link:hover,
.ims-mobile-nav__link--active {
    background: rgba(226, 42, 33, 0.05);
    color: var(--ims-red);
}

.ims-mobile-nav__link--active {
    font-weight: 500;
}

.ims-mobile-drawer__cta {
    margin-top: auto;
    padding-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ims-mobile-drawer__cta .ims-btn {
    width: 100%;
    justify-content: center;
}

/* ==========================================================================
   MAIN CONTENT AREA
   ========================================================================== */

.ims-content {
    min-height: 50vh;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */

.ims-footer {
    padding: 60px var(--ims-page-padding) 80px;
}

.ims-footer__inner {
    max-width: var(--ims-container);
    margin: 0 auto;
    background: var(--ims-dark);
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.ims-footer__content {
    display: flex;
    align-items: center;
    gap: 67px;
    padding: 57px 48px;
    position: relative;
    z-index: 2;
}

/* Footer decorative blur */
.ims-footer__decoration {
    position: absolute;
    top: -100px;
    right: -50px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(226, 42, 33, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(60px);
    z-index: 1;
    pointer-events: none;
}

/* Footer Left */
.ims-footer__left {
    flex: 1 1 558px;
    max-width: 558px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.ims-footer__tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--ims-font-body);
    font-size: 12px;
    color: var(--ims-white);
    text-transform: uppercase;
}

.ims-footer__tag::before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 19px;
    background: url('/imsgeneva/Assets/Icons/tag-icon.png') left center / 28px 19px no-repeat;
    flex-shrink: 0;
}

.ims-footer__heading {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ims-footer__title {
    font-family: var(--ims-font-heading);
    font-size: 40px;
    font-weight: 600;
    line-height: 1.25;
    color: var(--ims-white) !important;
}

.ims-footer__desc {
    font-family: var(--ims-font-body);
    font-size: 16px;
    font-weight: 400;
    line-height: 24.8px;
    color: rgba(255, 255, 255, 0.75);
    max-width: 700px;
}

/* Footer Contact Info */
.ims-footer__contact {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ims-footer__contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ims-footer__contact-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 24px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 40px;
    flex-shrink: 0;
}

.ims-footer__contact-icon svg {
    width: 16px;
    height: 16px;
}

.ims-footer__contact-text {
    font-family: var(--ims-font-body);
    font-size: 14px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.9);
}

.ims-footer__contact-text a {
    color: rgba(255, 255, 255, 0.9);
    transition: color 0.2s;
}

.ims-footer__contact-text a:hover {
    color: var(--ims-white);
}

/* Footer Right - Form */
.ims-footer__right {
    flex: 1;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.ims-footer__form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 10px;
}

.ims-footer__form-row {
    display: flex;
    gap: 16px;
}

.ims-footer__form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ims-footer__form-label {
    font-family: var(--ims-font-heading);
    font-size: 12px;
    font-weight: 400;
    color: var(--ims-white);
}

.ims-footer__form-input {
    height: 44px;
    padding: 14px 18px;
    background: rgba(0, 0, 0, 0.17);
    border: 0.75px solid rgba(255, 255, 255, 0.09);
    border-radius: 400px;
    font-family: var(--ims-font-body);
    font-size: 12px;
    color: var(--ims-white);
    outline: none;
    transition: border-color 0.2s;
    width: 100%;
}

.ims-footer__form-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.ims-footer__form-input:focus {
    border-color: rgba(255, 255, 255, 0.3);
}

.ims-footer__form-input--icon {
    padding-left: 42px;
    background-repeat: no-repeat;
    background-position: 16px center;
    background-size: 17px;
}

.ims-footer__form-select {
    height: 44px;
    padding: 14px 18px;
    background: rgba(0, 0, 0, 0.17);
    border: 0.75px solid rgba(255, 255, 255, 0.09);
    border-radius: 400px;
    font-family: var(--ims-font-body);
    font-size: 12px;
    color: rgba(255, 255, 255, 0.72);
    outline: none;
    cursor: pointer;
    appearance: none;
    width: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23ffffff' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 36px;
}

.ims-footer__form-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    height: 42px;
    background: var(--ims-white);
    border: none;
    border-radius: 100px;
    font-family: var(--ims-font-heading);
    font-size: 14px;
    font-weight: 400;
    color: var(--ims-red);
    cursor: pointer;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
    transition: all 0.25s ease;
    width: 100%;
}

.ims-footer__form-submit:hover {
    background: var(--ims-red);
    color: var(--ims-white);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.ims-footer__form-submit:hover svg path {
    stroke: var(--ims-white);
}

.ims-footer__form-submit svg {
    width: 11px;
    height: 9px;
}

/* ==========================================================================
   SHARED COMPONENTS
   ========================================================================== */

.ims-tag {
    display: inline-flex;
    align-items: center;
    padding: 3px 8px 2px 6px;
    background: url('/imsgeneva/Assets/Icons/tag-icon.png') left center / 28px 19px no-repeat;
    font-family: var(--ims-font-body);
    font-size: 12px;
    color: var(--ims-red);
    text-transform: uppercase;
    min-height: 19px;
}

.ims-section-title,
.ims-page .ims-section-title,
.ims-page h2.ims-section-title,
.elementor-kit-6 h2.ims-section-title {
    font-family: 'Lexend', sans-serif !important;
    font-size: 42px !important;
    font-weight: 700 !important;
    line-height: 54.6px !important;
    color: #21100f !important;
}

.ims-section-title--white,
.ims-page .ims-section-title--white,
.ims-page h2.ims-section-title--white,
.elementor-kit-6 h2.ims-section-title--white {
    color: #ffffff !important;
}

.ims-section-subtitle {
    font-family: var(--ims-font-body);
    font-size: 16px;
    font-weight: 400;
    line-height: 24.8px;
    color: rgba(33, 17, 16, 0.75);
    max-width: 700px;
}

.ims-section-header {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 48px;
}

.ims-section-header--center {
    align-items: center;
    text-align: center;
}

.ims-section-header--center .ims-section-title {
    text-align: center !important;
}

.ims-section-header--center .ims-section-subtitle {
    text-align: center !important;
    max-width: 800px;
}

.ims-badge {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    gap: 6px;
    padding: 9px 18px;
    border: 0.75px solid #ffffff;
    border-radius: 160px;
    font-family: var(--ims-font-heading);
    font-size: 10px;
    font-weight: 400;
    color: var(--ims-white);
    text-transform: capitalize;
}

.ims-badge__dot {
    width: 15px;
    height: 15px;
    background: var(--ims-white);
    border-radius: 50%;
    flex-shrink: 0;
}

.ims-btn--white {
    background: var(--ims-white);
    color: var(--ims-dark);
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
}

.ims-btn--white:hover {
    background: #f0f0f0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.ims-btn--white-red,
.ims-page a.ims-btn--white-red {
    background: var(--ims-white);
    color: #e22a21 !important;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
}

.ims-btn--white-red:hover,
.ims-page a.ims-btn--white-red:hover {
    background: #f0f0f0;
    color: #c9241c !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

/* ==========================================================================
   SECTION 1: HERO
   ========================================================================== */

.ims-hero {
    background: var(--ims-dark);
    padding: 32px var(--ims-page-padding) 0;
    min-height: 651px;
    position: relative;
    overflow: hidden;
}

.ims-hero__bg-blur {
    position: absolute;
    width: 548px;
    height: 548px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: radial-gradient(circle, rgba(226, 42, 33, 0.3) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(120px);
    pointer-events: none;
}

.ims-hero__breadcrumb {
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: var(--ims-container);
    margin: 0 auto 32px;
    font-family: var(--ims-font-heading);
    font-size: 14px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.6);
}

.ims-hero__breadcrumb .active {
    color: var(--ims-white);
    font-weight: 400;
}

.ims-hero__inner {
    max-width: var(--ims-container);
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 40px;
    position: relative;
    z-index: 2;
}

.ims-hero__text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.ims-hero__title,
.ims-page .ims-hero__title,
.ims-page .ims-hero h1 {
    font-family: var(--ims-font-heading);
    font-size: 44px;
    font-weight: 700;
    line-height: 57.2px;
    color: #ffffff !important;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
}

/* Hero sub-groups per maquette structure */
.ims-hero__info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ims-hero__heading {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
}

.ims-hero__details {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ims-hero__actions {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.ims-hero__subtitle,
.ims-page .ims-hero__subtitle {
    font-family: var(--ims-font-body);
    font-size: 16px;
    font-weight: 400;
    line-height: 24.8px;
    color: #ffffff !important;
    text-transform: capitalize;
    max-width: 637px;
    margin: 0;
    padding: 0;
}

.ims-hero__qualifs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ims-hero__qualif {
    padding: 8px 16px;
    background: transparent;
    border: 0.75px solid #e22a21;
    border-radius: 160px;
    font-family: var(--ims-font-body);
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
    color: #ffffff !important;
    white-space: nowrap;
}

.ims-hero__cta {
    display: flex;
    align-items: center;
    gap: 24px;
}

.ims-hero__link,
.ims-page .ims-hero__link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--ims-font-heading);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #ffffff !important;
    text-decoration: underline;
    transition: color 0.2s;
}

.ims-hero__link:hover {
    color: var(--ims-red);
}

.ims-hero__link-icon {
    width: 38px;
    height: 38px;
    background: var(--ims-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ims-hero__image {
    flex: 0 0 571px;
    align-self: stretch;
    position: relative;
}

.ims-hero__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
    display: block;
}

.ims-hero__stats {
    display: flex;
    align-items: center;
    gap: 16px;
}

.ims-hero__stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 7px;
}

.ims-hero__stat-value {
    font-family: var(--ims-font-heading);
    font-size: 22px;
    font-weight: 600;
    line-height: 28.6px;
    color: #ffffff !important;
}

.ims-hero__stat-label {
    font-family: var(--ims-font-body);
    font-size: 12px;
    font-weight: 400;
    line-height: 18.6px;
    color: #ffffff !important;
    text-transform: capitalize;
}

.ims-hero__stat-sep {
    width: 0.75px;
    height: 50px;
    background: var(--ims-white);
    border-radius: 20px;
    flex-shrink: 0;
}

.ims-hero__stat-badge {
    width: 68px;
    height: 70px;
    object-fit: cover;
    flex-shrink: 0;
    border-radius: 0;
}

/* ==========================================================================
   SECTION 2: PARTNERS
   ========================================================================== */

.ims-partners {
    padding: 40px var(--ims-page-padding);
    overflow: hidden;
    background: var(--ims-white);
}

.ims-partners__track {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    max-width: var(--ims-container);
    margin: 0 auto;
}

.ims-partners__track img {
    height: 50px;
    width: auto;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.3s;
}

.ims-partners__track img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

/* ==========================================================================
   SECTION 3: PROGRAM OVERVIEW
   ========================================================================== */

.ims-program {
    padding: 52px var(--ims-page-padding);
    overflow: hidden;
}

.ims-program__inner {
    max-width: var(--ims-container);
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    gap: 37px;
    justify-content: center;
}

.ims-program__image {
    flex: 0 0 549px;
    height: 399px;
    position: relative;
}

.ims-program__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    display: block;
}

.ims-program__text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.ims-program__text > .ims-btn {
    align-self: flex-start;
}

.ims-program__heading {
    display: flex;
    flex-direction: column;
    gap: 3px;
    align-items: flex-start;
}

.ims-program__body {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ims-program__lead {
    font-family: var(--ims-font-body);
    font-size: 18px;
    font-weight: 500;
    line-height: 24.8px;
    color: rgba(33, 17, 16, 0.75);
}

.ims-program__desc {
    font-family: var(--ims-font-body);
    font-size: 16px;
    font-weight: 400;
    line-height: 24.8px;
    color: rgba(33, 17, 16, 0.75);
}

.ims-program__features {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ims-program__feature {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ims-program__feature-icon {
    width: 32px;
    height: 32px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 4px;
}

.ims-program__feature-icon--red {
    background: var(--ims-red);
}

.ims-program__feature p {
    font-family: var(--ims-font-body);
    font-size: 14px;
    font-weight: 500;
    line-height: 21.7px;
    color: rgba(33, 17, 16, 0.75);
}

/* ==========================================================================
   SECTION 4: AUDIENCE
   ========================================================================== */

.ims-audience {
    padding: 52px var(--ims-page-padding);
}

.ims-audience__inner {
    max-width: var(--ims-container);
    margin: 0 auto;
}

.ims-audience__cards {
    display: flex;
    gap: 24px;
    justify-content: center;
    align-items: center;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.ims-audience__cards::-webkit-scrollbar {
    display: none;
}

.ims-audience__card {
    flex: 0 0 230px;
    height: 497px;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: flex-end;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
}

/* Dark gradient overlay at bottom */
.ims-audience__card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    background: linear-gradient(180deg, transparent 40%, rgb(0 0 0 / 90%) 100%);
    pointer-events: none;
    z-index: 1;
}

/* Card content above overlay */
.ims-audience__card-title,
.ims-audience__card-btn {
    position: relative;
    z-index: 2;
}

.ims-audience__card-title,
.ims-page .ims-audience__card-title,
.elementor-kit-6 h3.ims-audience__card-title {
    font-family: 'Lexend', sans-serif !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.3 !important;
    color: #ffffff !important;
    margin: 12px 0px;
    padding: 0;
}

.ims-audience__card-btn,
.ims-page a.ims-audience__card-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: transparent;
    border: 1px solid #ffffff;
    border-radius: 100px;
    font-family: var(--ims-font-body);
    font-size: 13px;
    font-weight: 500;
    color: #ffffff !important;
    text-decoration: none !important;
    transition: background 0.2s;
}

.ims-audience__card-btn:hover {
    background: rgba(226, 42, 33, 0.15);
}

.ims-audience__card-arrow {
    color: #e22a21;
    font-size: 15px;
    line-height: 1;
}

/* ==========================================================================
   SECTION 5: SKILLS
   ========================================================================== */

.ims-skills {
    padding: 80px var(--ims-page-padding);
    position: relative;
    overflow: hidden;
}

.ims-skills__watermark {
    position: absolute;
    width: auto;
    height: 500px;
    pointer-events: none;
    opacity: 0.6;
    z-index: 0;
}

.ims-skills__watermark--left {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.ims-skills__watermark--right {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.ims-skills__inner {
    max-width: var(--ims-container);
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.ims-skills__grid {
    position: relative;
    width: 100%;
    height: 611px;
}

.ims-skills__card {
    background: var(--ims-white);
    border-radius: 20px;
    padding: 16px;
    display: flex;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
    position: absolute;
    width: calc((100% - 48px) / 3);
    height: 234px;
    flex-direction: column;
    gap: 10px;
}

.ims-skills__card h3,
.ims-page .ims-skills__card h3,
.elementor-kit-6 .ims-skills__card h3 {
    font-family: 'Lexend', sans-serif !important;
    font-size: 18px;
    font-weight: 500;
    color: #21100f;
    line-height: 23.4px;
    margin: 0;
}

.ims-skills__card p {
    font-size: 14px;
    line-height: 21.7px;
    color: rgba(33, 17, 16, 0.75);
    margin: 0;
}

.ims-skills__card-icon {
    width: 48px;
    height: 48px;
    border-radius: 7px;
    flex-shrink: 0;
    margin-bottom: 32px;
    object-fit: contain;
    display: block;
}

.ims-skills__card--center {
    padding: 0;
    border: none;
    overflow: hidden;
    box-shadow: none;
    height: 353px;
}

.ims-skills__center-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

/* Row 1 positions */
.ims-skills__card--r1c1 {
    left: 0;
    top: 60px;
}
.ims-skills__card--r1c2 {
    left: calc((100% - 48px) / 3 + 24px);
    top: 0;
}
.ims-skills__card--r1c3 {
    right: 0;
    top: 60px;
}

/* Row 2 positions */
.ims-skills__card--r2c1 {
    left: 0;
    top: 317px;
}
.ims-skills__card--r2c2 {
    left: calc((100% - 48px) / 3 + 24px);
    top: 377px;
}
.ims-skills__card--r2c3 {
    right: 0;
    top: 317px;
}

/* ==========================================================================
   SECTION 6: MODULES
   ========================================================================== */

.ims-modules {
    padding: 56px var(--ims-page-padding);
    background: #161313;
    border-radius: 40px;
    margin: 0 24px;
    position: relative;
    overflow: hidden;
}

/* Decorative blurs */
.ims-modules::before,
.ims-modules::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(57px);
    z-index: 0;
}

.ims-modules::before {
    width: 884px;
    height: 884px;
    top: -529px;
    left: 50%;
    transform: translateX(-50%);
    background: radial-gradient(circle, rgba(226, 42, 33, 0.12) 0%, transparent 70%);
}

.ims-modules::after {
    width: 1240px;
    height: 1240px;
    bottom: -600px;
    left: 50%;
    transform: translateX(-50%);
    background: radial-gradient(circle, rgba(226, 42, 33, 0.08) 0%, transparent 70%);
}

.ims-modules__inner {
    max-width: var(--ims-container);
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.ims-modules__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 48px;
}

.ims-modules__heading {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ims-tag--white {
    color: var(--ims-white);
    background: url('/imsgeneva/Assets/Icons/tag-icon.png') left center / 28px 19px no-repeat;
}

.ims-modules__meta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    flex-shrink: 0;
}

.ims-modules__count {
    font-family: var(--ims-font-body);
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
}

/* Glassmorphism wrapper */
.ims-modules__glass {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border-radius: 24px;
    padding: 40px;
}

.ims-modules__list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.ims-module {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    overflow: hidden;
    transition: background 0.2s;
    padding: 16px;
}

.ims-module:hover {
    background: rgba(255, 255, 255, 0.13);
}

.ims-module__header {
    display: flex;
    align-items: center;
    gap: 16px;
    cursor: pointer;
}

.ims-module__icon {
    width: 20px;
    height: auto;
    flex-shrink: 0;
    object-fit: contain;
}

.ims-module__header-box {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: linear-gradient(171deg, rgba(0, 0, 0, 0.33), rgba(0, 0, 0, 0.33));
    border-radius: 12px;
    padding: 16px;
}

.ims-module__title,
.ims-page .ims-module__title,
.elementor-kit-6 .ims-module__title {
    font-family: var(--ims-font-heading) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: var(--ims-white) !important;
    flex: 1;
    margin: 0;
}

.ims-module__toggle,
body.ims-page button.ims-module__toggle {
    width: 26px;
    height: 26px;
    border: 1px solid rgba(255, 255, 255, 0.6) !important;
    border-radius: 50% !important;
    background: transparent !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s, border-color 0.2s;
    padding: 0 !important;
}

.ims-module__toggle:hover {
    border-color: rgba(255, 255, 255, 1) !important;
}

.ims-module.active .ims-module__toggle {
    transform: rotate(180deg);
}

.ims-module__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding-left: 52px;
}

.ims-module.active .ims-module__content {
    max-height: 350px;
    padding-top: 20px;
    padding-bottom: 8px;
}

.ims-module__desc {
    font-family: var(--ims-font-body);
    font-size: 14px;
    line-height: 21.7px;
    color: rgba(255, 255, 255, 0.85);
}

.ims-module__details {
    display: flex;
    gap: 24px;
    margin: 16px 0 0 0;
}

.ims-module__detail {
    display: flex;
    align-items: center;
    gap: 6px;
}

.ims-module__detail span {
    font-family: var(--ims-font-body);
    font-size: 12px;
    color: var(--ims-white);
}

.ims-module__topics {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 16px 0 12px 0;
}

.ims-module__topics span {
    padding: 7px 14px;
    background: transparent;
    border: 0.5px solid rgba(255, 255, 255, 0.6);
    border-radius: 56px;
    font-family: var(--ims-font-body);
    font-size: 10px;
    font-weight: 400;
    color: var(--ims-white);
}

.ims-modules__partners {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 73px;
    margin-top: 48px;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ims-modules__partners img {
    height: 38px;
    width: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.4;
}

/* ==========================================================================
   SECTION 7: FORMAT & SCHEDULE
   ========================================================================== */

.ims-format {
    padding: 48px var(--ims-page-padding);
    margin-top: 80px;
    background: #fbfbfb;
}

.ims-format__inner {
    max-width: var(--ims-container);
    margin: 0 auto;
}

.ims-format__content {
    display: flex;
    gap: 48px;
    align-items: center;
}

/* Left: Cards */
.ims-format__cards {
    flex: 0 0 459px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.ims-format__card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
    background: var(--ims-white);
    border-radius: 16px;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.05);
}

.ims-format__card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ims-format__card-top h3,
.ims-page .ims-format__card-top h3,
.elementor-kit-6 .ims-format__card-top h3 {
    font-family: var(--ims-font-heading) !important;
    font-size: 24px !important;
    font-weight: 500 !important;
    color: var(--ims-text-dark) !important;
    margin: 0 !important;
}

.ims-format__card-icon {
    width: 32px;
    height: 32px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ims-format__card-icon--red {
    background: var(--ims-red);
}

.ims-format__card-body {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ims-format__card-big {
    font-family: var(--ims-font-body);
    font-size: 20px;
    font-weight: 500;
    color: rgba(33, 17, 16, 0.75);
}

.ims-format__card-sub {
    font-family: var(--ims-font-body);
    font-size: 16px;
    font-weight: 400;
    color: rgba(33, 17, 16, 0.75);
}

.ims-format__card-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.ims-format__card-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--ims-font-body);
    font-size: 14px;
    font-weight: 400;
    color: rgba(33, 17, 16, 0.75);
    line-height: 22px;
}

.ims-format__card-list li svg {
    flex-shrink: 0;
}

/* Right: Schedule */
.ims-format__schedule {
    flex: 1;
    width: 100%;
    background: var(--ims-white);
    border-radius: 20px;
    padding: 20px;
}

.ims-format__schedule h3,
.ims-page .ims-format__schedule h3,
.elementor-kit-6 .ims-format__schedule h3 {
    font-family: var(--ims-font-heading) !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    color: var(--ims-text-dark) !important;
    margin: 0 0 32px 0 !important;
}

.ims-schedule {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Hours header */
.ims-schedule__hours {
    display: flex;
    justify-content: space-between;
    padding-left: 85px;
}

.ims-schedule__hours span {
    font-family: var(--ims-font-body);
    font-size: 12px;
    font-weight: 500;
    color: #594d4c;
    white-space: nowrap;
}

/* Day rows */
.ims-schedule__days {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.ims-schedule__day {
    display: flex;
    align-items: center;
    gap: 16px;
}

.ims-schedule__label {
    font-family: var(--ims-font-body);
    font-size: 16px;
    font-weight: 500;
    color: #594d4c;
    width: 69px;
    flex-shrink: 0;
}

.ims-schedule__bar {
    flex: 1;
    height: 30px;
    background: #fbfbfb;
    border-radius: 6px;
    position: relative;
}

/* Session blocks */
.ims-schedule__session {
    position: absolute;
    top: 0;
    height: 100%;
    background: rgba(226, 42, 33, 0.11);
    display: flex;
    align-items: center;
}

.ims-schedule__session span {
    font-family: var(--ims-font-body);
    font-size: 10px;
    font-weight: 500;
    color: var(--ims-red);
    white-space: nowrap;
    padding: 5px 10px;
}

/* Evening session: 18h-20h30 → positioned right side */
.ims-schedule__session--evening {
    right: 0;
    width: 22%;
    border-radius: 56px 6px 6px 56px;
    justify-content: flex-end;
}

.ims-schedule__session--evening span {
    border-radius: 56px 6px 6px 56px;
}

/* Morning session: 09h-13h → positioned left side */
.ims-schedule__session--morning {
    left: 0;
    width: 35%;
    border-radius: 6px 56px 56px 6px;
    justify-content: flex-start;
}

.ims-schedule__session--morning span {
    border-radius: 6px 56px 56px 6px;
}

/* ==========================================================================
   SECTION 8: CERTIFICATION
   ========================================================================== */

.ims-certif {
    padding: 80px var(--ims-page-padding);
    position: relative;
    overflow: hidden;
}

.ims-certif__watermark {
    position: absolute;
    width: 400px;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 0;
}

.ims-certif__watermark--left {
    left: 0;
}

.ims-certif__watermark--right {
    right: 0;
}

.ims-certif__inner {
    max-width: var(--ims-container);
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

/* Stats row */
.ims-certif__stats {
    display: flex;
    justify-content: center;
    gap: 48px;
    margin-bottom: 50px;
}

.ims-certif__stat {
    width: 291px;
    max-width: 100%;
    padding: 16px;
    background: rgba(226, 42, 33, 0.02);
    border: 0.75px solid rgba(226, 42, 33, 0.06);
    text-align: center;
    align-items: center;
    border-radius: 12px;
    backdrop-filter: blur(3.5px);
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ims-certif__stat-value {
    font-family: var(--ims-font-heading);
    font-size: 24px;
    font-weight: 500;
    line-height: 31px;
    color: #211110;
}

.ims-certif__stat-label {
    font-family: var(--ims-font-body);
    font-size: 12px;
    font-weight: 400;
    line-height: 18.6px;
    color: rgba(33, 17, 16, 0.75);
}

/* Certification cards */
.ims-certif__cards {
    display: flex;
    justify-content: center;
    gap: 27px;
    position: relative;
    min-height: 256px;
    align-items: flex-start;
}

.ims-certif__card {
    width: 398px;
    max-width: 100%;
    height: 224px;
    border-radius: 22px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex-shrink: 0;
    margin-top: 32px;
}

.ims-certif__card:nth-child(2) {
    margin-top: 0;
}

.ims-certif__card--dark {
    background: #161413;
}

.ims-certif__card--red {
    background: #d72b1b;
}

.ims-certif__card-icon {
    width: 48px;
    height: 48px;
    background: none;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ims-certif__card-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.ims-certif__card-content {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

.ims-certif__card--red .ims-certif__card-content {
    background: rgba(255, 255, 255, 0.13);
}

.ims-certif__card h3,
.ims-page .ims-certif__card h3,
.elementor-kit-6 .ims-certif__card h3 {
    font-family: var(--ims-font-heading) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 21.6px !important;
    color: var(--ims-white) !important;
    margin: 0 !important;
}

.ims-certif__card p {
    font-family: var(--ims-font-body);
    font-size: 14px;
    font-weight: 400;
    line-height: 21.7px;
    color: var(--ims-white);
}

/* ==========================================================================
   SECTION 9: PRICING
   ========================================================================== */

.ims-pricing {
    padding: 80px var(--ims-page-padding);
}

.ims-pricing__inner {
    max-width: var(--ims-container);
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.ims-pricing__container {
    background: #f9f8f8;
    border-radius: 24px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.ims-pricing__card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--ims-white);
    border-radius: 20px;
    padding: 40px 48px;
}

.ims-pricing__left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
    flex: 0 0 391px;
}

.ims-pricing__label {
    font-family: var(--ims-font-heading);
    font-size: 22px;
    font-weight: 500;
    line-height: 28.6px;
    color: #21100f;
}

.ims-pricing__price-block {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ims-pricing__main-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.ims-pricing__amount {
    font-family: var(--ims-font-heading);
    font-size: 48px;
    font-weight: 600;
    line-height: 57.6px;
    color: var(--ims-red);
}

.ims-pricing__currency {
    font-family: var(--ims-font-heading);
    font-size: 28px;
    font-weight: 500;
    line-height: 44.2px;
    color: var(--ims-red);
}

.ims-pricing__price-desc {
    font-family: var(--ims-font-body);
    font-size: 14px;
    line-height: 21.7px;
    color: rgba(33, 17, 16, 0.75);
}

.ims-pricing__separator {
    width: 1px;
    align-self: stretch;
    background: rgba(0, 0, 0, 0.08);
    margin: 0 40px;
}

.ims-pricing__right {
    flex: 0 0 535px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

.ims-pricing__breakdown-title {
    font-family: var(--ims-font-body);
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: rgba(33, 17, 16, 0.8);
}

.ims-pricing__breakdown {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ims-pricing__line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: var(--ims-font-body);
    font-size: 14px;
    line-height: 19.6px;
    color: rgba(33, 17, 16, 0.8);
}

.ims-pricing__line span:last-child {
    font-weight: 500;
}

.ims-pricing__line--highlight {
    color: var(--ims-red);
}

.ims-pricing__line--highlight span:last-child {
    font-weight: 500;
}

.ims-pricing__line--total {
    font-weight: 500;
}

.ims-pricing__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 48px 24px;
}

.ims-pricing__payment {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ims-pricing__payment h3 {
    font-family: var(--ims-font-body);
    font-size: 24px;
    font-weight: 500;
    line-height: 28.8px;
    color: rgba(33, 17, 16, 0.8);
}

.ims-pricing__payment ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ims-pricing__payment li {
    font-family: var(--ims-font-body);
    font-size: 16px;
    line-height: 19px;
    color: rgba(33, 17, 16, 0.75);
    padding-left: 16px;
    position: relative;
}

.ims-pricing__payment li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 6px;
    height: 6px;
    background: var(--ims-red);
    border-radius: 50%;
}

.ims-pricing__funding {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
}

.ims-pricing__funding-label {
    display: flex;
    gap: 5px;
    align-items: center;
}

.ims-pricing__funding-label span {
    font-family: var(--ims-font-body);
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    color: rgba(33, 17, 16, 0.7);
}

.ims-pricing__funding-pill {
    display: flex;
    padding: 12px 28px;
    justify-content: center;
    align-items: center;
    background: rgba(226, 42, 33, 0.04);
    border-radius: 50px;
}

.ims-pricing__funding-pill span {
    font-family: var(--ims-font-body);
    font-size: 12px;
    line-height: 19px;
    color: var(--ims-red);
}

/* ==========================================================================
   SECTION 10: RECOGNITION
   ========================================================================== */

.ims-recognition {
    padding: 80px var(--ims-page-padding);
    overflow: hidden;
}

.ims-recognition__inner {
    max-width: var(--ims-container);
    margin: 0 auto;
}

.ims-recognition__grid {
    display: flex;
    gap: 61px;
    align-items: center;
}

.ims-recognition__left {
    flex: 0 0 470px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
    background-image: url('/imsgeneva/Assets/watermark-business-specialist.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.ims-recognition__right {
    flex: 1;
    display: flex;
    gap: 24px;
    position: relative;
    min-height: 485px;
    align-items: flex-start;
}

.ims-recognition__card {
    width: 346px;
    max-width: 100%;
    background: none;
    border: none;
    border-radius: 24px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 55px;
    box-shadow: 0 2px 32px 0 rgba(0, 0, 0, 0.03);
}

.ims-recognition__card:nth-child(2) {
    margin-top: 30px;
}

.ims-recognition__badge {
    display: inline-flex;
    padding: 7px 17px;
    background: var(--ims-red);
    border-radius: 100px;
    font-family: var(--ims-font-body);
    font-size: 12px;
    font-weight: 500;
    color: var(--ims-white);
    align-self: center;
}

.ims-recognition__logo-circle {
    width: 128px;
    height: 128px;
    border-radius: 50%;
    border: 10px solid #f9f8f8;
    background: var(--ims-white);
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    flex-shrink: 0;
}

.ims-recognition__logo-circle img {
    width: 50px;
    height: 78px;
    object-fit: contain;
}

.ims-recognition__card-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.ims-recognition__card h3 {
    font-family: var(--ims-font-heading);
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    color: #211110;
}

.ims-recognition__card p {
    font-family: var(--ims-font-body);
    font-size: 14px;
    line-height: 21.7px;
    color: rgba(33, 17, 16, 0.75);
}

.ims-recognition__bottom {
    display: flex;
    gap: 32px;
    align-items: center;
    margin-top: 48px;
}

.ims-recognition__bottom-img {
    width: 50%;
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    flex-shrink: 0;
    object-fit: cover;
}

.ims-recognition__bottom-text {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
}

.ims-recognition__bottom-text .ims-btn,
.ims-recognition__left .ims-btn {
    align-self: flex-start;
}


.ims-recognition__bottom-title {
    font-family: var(--ims-font-heading);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    color: #21100f;
}

.ims-recognition__bottom-desc {
    font-family: var(--ims-font-body);
    font-size: 14px;
    line-height: 21.7px;
    color: rgba(33, 17, 16, 0.75);
}

/* ==========================================================================
   SECTION 11: PARTNERSHIP
   ========================================================================== */

.ims-partner {
    padding: 0 var(--ims-page-padding);
}

.ims-partner__inner {
    max-width: var(--ims-container);
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 32px;
    background: #f9f8f8;
    border-radius: 24px;
    padding: 32px;
}

.ims-partner__text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.ims-partner__heading {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ims-partner__body {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ims-partner__text p {
    font-family: var(--ims-font-body);
    font-size: 16px;
    line-height: 24.8px;
    color: rgba(33, 17, 16, 0.75);
}

.ims-partner__benefits {
    display: grid;
    grid-template-columns: auto auto;
    gap: 16px 24px;
}

.ims-partner__benefit {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ims-partner__benefit svg {
    flex-shrink: 0;
}

.ims-partner__benefit span {
    font-family: var(--ims-font-body);
    font-size: 14px;
    font-weight: 500;
    line-height: 21.7px;
    color: rgba(33, 17, 16, 0.75);
}

.ims-partner__image {
    flex: 0 0 299px;
    width: 299px;
    height: 299px;
    position: relative;
    border-radius: 20px;
}

.ims-partner__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    position: relative;
    z-index: 2;
}


/* ==========================================================================
   SECTION 12: CAMPUS
   ========================================================================== */

.ims-campus {
    padding: 80px var(--ims-page-padding);
}

.ims-campus__inner {
    max-width: var(--ims-container);
    margin: 0 auto;
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.ims-campus__text {
    flex: 0 0 506px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.ims-campus__heading {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ims-campus__body {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ims-campus__text p {
    font-family: var(--ims-font-body);
    font-size: 16px;
    line-height: 24.8px;
    color: rgba(33, 17, 16, 0.75);
}

.ims-campus__sub {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ims-campus__sub h3 {
    font-family: var(--ims-font-body);
    font-size: 16px;
    font-weight: 600;
    line-height: 24.8px;
    color: rgba(33, 17, 16, 0.75);
}

.ims-campus__images {
    flex: 1;
    display: flex;
    gap: 24px;
    height: 453px;
}

.ims-campus__card-large {
    flex: 1;
    height: 100%;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px;
    position: relative;
}

.ims-campus__card-large::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.35) 100%);
    z-index: 0;
}

.ims-campus__card-large > * {
    position: relative;
    z-index: 1;
}

.ims-campus__badge {
    padding: 7px 17px;
    background: rgba(255, 255, 255, 0.17);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border-radius: 100px;
    font-family: var(--ims-font-body);
    font-size: 12px;
    font-weight: 500;
    color: var(--ims-white);
    align-self: flex-start;
}

.ims-campus__card-text {
    font-family: var(--ims-font-heading);
    font-size: 18px;
    font-weight: 500;
    line-height: 27.9px;
    color: var(--ims-white);
}

.ims-campus__card-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.ims-campus__card-top {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ims-campus__card-small {
    height: 260px;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    padding: 22px;
    position: relative;
}

.ims-campus__card-small::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0.35) 100%);
    z-index: 0;
}

.ims-campus__card-small > * {
    position: relative;
    z-index: 1;
}

.ims-campus__card-small .ims-campus__card-text {
    font-size: 14px;
    line-height: 21.7px;
}

.ims-campus__card-desc {
    font-family: var(--ims-font-body);
    font-size: 14px;
    line-height: 21.7px;
    color: rgba(33, 17, 16, 0.75);
}

.ims-campus__nav {
    display: flex;
    gap: 16px;
}

.ims-campus__nav-btn {
    width: 65px;
    height: 36px;
    border-radius: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    background: none;
}

.ims-campus__nav-btn--prev {
    border: 0.68px solid var(--ims-red) !important;
    background: transparent !important;
}

.ims-campus__nav-btn--next {
    background: var(--ims-red) !important;
}

/* ==========================================================================
   SECTION 13: BENEFITS
   ========================================================================== */

.ims-benefits {
    padding: 80px var(--ims-page-padding);
}

.ims-benefits__inner {
    max-width: var(--ims-container);
    margin: 0 auto;
}

.ims-benefits__content {
    display: flex;
    align-items: center;
    gap: 40px;
}

.ims-benefits__image {
    flex: 0 0 500px;
}

.ims-benefits__image img {
    width: 100%;
    border-radius: 20px;
}

.ims-benefits__list {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.ims-benefits__item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
}

.ims-benefits__icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ims-benefits__icon--red {
    background: var(--ims-red);
}

.ims-benefits__icon--light {
    background: var(--ims-bg-light);
}

.ims-benefits__item div:last-child {
    font-size: 14px;
    line-height: 1.6;
    color: var(--ims-text-dark);
}

.ims-benefits__item strong {
    font-family: var(--ims-font-body);
    font-weight: 500;
}

.ims-benefits__sep {
    height: 1px;
    background: rgba(0, 0, 0, 0.06);
}

/* ==========================================================================
   SECTION 14 : LOGOS CAROUSEL
   ========================================================================== */

.ims-logos {
    padding: 48px var(--ims-page-padding);
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.ims-logos__container {
    max-width: var(--ims-container);
    margin: 0 auto;
    overflow: hidden;
}

.ims-logos__track {
    display: flex;
    width: max-content;
    animation: ims-scroll 25s linear infinite;
    will-change: transform;
}

.ims-logos__slide {
    display: flex;
    align-items: center;
    gap: 80px;
    padding-right: 80px;
}

.ims-logos__slide img {
    height: 70px;
    width: auto;
    object-fit: contain;
    opacity: 0.5;
    transition: opacity 0.3s ease;
    flex-shrink: 0;
}

.ims-logos__slide img:hover {
    opacity: 1;
}

@keyframes ims-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-33.333%);
    }
}

/* ==========================================================================
   SITE FOOTER
   ========================================================================== */

.ims-site-footer {
    background: var(--ims-dark);
    padding: 64px var(--ims-page-padding) 32px;
}

.ims-site-footer__inner {
    max-width: var(--ims-container);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.ims-site-footer__nav {
    display: flex;
    gap: 24px;
}

.ims-site-footer__col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ims-site-footer__col-title {
    font-family: var(--ims-font-heading) !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 24px;
    color: var(--ims-white) !important;
}

.ims-site-footer__col-lines {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ims-site-footer__col-lines::before,
.ims-site-footer__col-lines::after {
    content: '';
    display: block;
    height: 1px;
    background: var(--ims-red);
}

.ims-site-footer__col-lines::before {
    width: 44px;
}

.ims-site-footer__col-lines::after {
    width: 25px;
}

.ims-site-footer__links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.ims-site-footer__links li a {
    font-family: var(--ims-font-body) !important;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 21px;
    color: var(--ims-white) !important;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.ims-site-footer__links li a:hover {
    opacity: 0.7;
}

.ims-site-footer__sep {
    height: 1px;
    background: rgba(255, 255, 255, 0.12);
}

.ims-site-footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 48px;
}

.ims-site-footer__bottom-left {
    max-width: 612px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.ims-site-footer__logo {
    width: 318px;
    height: auto;
}

.ims-site-footer__desc {
    font-family: var(--ims-font-body) !important;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 21.7px;
    color: rgba(255, 255, 255, 0.9) !important;
}

.ims-site-footer__desc-sep {
    height: 0.5px;
    background: rgba(255, 255, 255, 0.12);
}

.ims-site-footer__socials {
    display: flex;
    gap: 20px;
    align-items: center;
}

.ims-site-footer__social {
    display: flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 0.5px solid rgba(255, 255, 255, 0.4);
    color: var(--ims-white);
    text-decoration: none;
    transition: background 0.2s ease;
}

.ims-site-footer__social:hover {
    background: rgba(255, 255, 255, 0.1);
}

.ims-site-footer__bottom-right {
    display: flex;
    align-items: flex-start;
    gap: 48px;
}

.ims-site-footer__contact {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.ims-site-footer__contact-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ims-site-footer__contact-item {
    display: flex;
    gap: 8px;
    align-items: flex-start;
}

.ims-site-footer__contact-item svg {
    flex-shrink: 0;
    margin-top: 2px;
}

.ims-site-footer__contact-item span {
    font-family: var(--ims-font-body) !important;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 24px;
    color: var(--ims-white) !important;
}

.ims-site-footer__badges {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    padding: 12px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.02);
}

.ims-site-footer__badges-row {
    display: flex;
    gap: 10px;
}

.ims-site-footer__badges img {
    width: 48px;
    height: 70px;
    object-fit: cover;
    border-radius: 6px;
}

.ims-site-footer__copyright {
    font-family: var(--ims-font-body) !important;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 21.7px;
    color: rgba(255, 255, 255, 0.9) !important;
    text-align: center;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

/* ---------- 1280px ---------- */
@media (max-width: 1280px) {
    :root {
        --ims-page-padding: 48px;
    }

    .ims-hero__title { font-size: 38px; line-height: 1.3; }
    .ims-hero__image { flex: 0 0 420px; }
    .ims-section-title { font-size: 36px; }
    .ims-program__image { flex: 0 0 420px; height: auto; }
    .ims-partner__image { flex: 0 0 260px; width: 260px; height: 260px; }
    .ims-campus__images { height: 400px; }
    .ims-campus__text { flex: 0 0 400px; }
    .ims-benefits__image { flex: 0 0 420px; }
    .ims-recognition__grid { gap: 40px; }
    .ims-recognition__left { flex: 0 0 400px; }

    .ims-footer__title { font-size: 32px; }
    .ims-footer__content { gap: 40px; }
}

/* ---------- 1024px ---------- */
@media (max-width: 1024px) {
    :root {
        --ims-page-padding: 32px;
    }

    /* Header */
    .ims-header__nav { display: none; }
    .ims-header__hamburger { display: flex; }
    .ims-header__search { width: auto; min-width: 0; max-width: 200px; }

    /* Hero */
    .ims-hero__inner { flex-direction: column; text-align: center; }
    .ims-hero__text { align-items: center; }
    .ims-hero__heading { align-items: center; }
    .ims-hero__details { align-items: center; }
    .ims-hero__actions { align-items: center; }
    .ims-hero__qualifs { justify-content: center; flex-wrap: wrap; }
    .ims-hero__cta { justify-content: center; flex-wrap: wrap; }
    .ims-hero__image { flex: none; max-width: 500px; width: 100%; }
    .ims-hero__subtitle { max-width: 100%; }
    .ims-hero__stats { justify-content: center; flex-wrap: wrap; }

    /* Program */
    .ims-program__inner { flex-direction: column; }
    .ims-program__image { flex: none; width: 100%; height: auto; }

    /* Audience */
    .ims-audience__cards { justify-content: flex-start; }
    .ims-audience__card { flex: 0 0 220px; height: 440px; }

    /* Skills */
    .ims-skills__grid {
        position: static;
        height: auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .ims-skills__card {
        position: static;
        width: auto;
        height: auto;
    }
    .ims-skills__card--center { height: 250px; }

    /* Modules */
    .ims-modules { margin: 0; border-radius: 0; }
    .ims-modules__header { flex-direction: column; }
    .ims-modules__meta { align-items: flex-start; }
    .ims-modules__glass { padding: 24px; }
    .ims-module__content { padding-left: 0; }
    .ims-module__details { flex-wrap: wrap; }

    /* Format */
    .ims-format__content { flex-direction: column; }
    .ims-format__cards { flex: none; width: 100%; }
    .ims-schedule__hours { padding-left: 60px; }
    .ims-schedule__label { width: 60px; font-size: 14px; }

    /* Certification */
    .ims-certif__cards { flex-direction: column; align-items: center; }
    .ims-certif__card { width: 100%; max-width: 500px; flex-shrink: 1; }
    .ims-certif__card:nth-child(2) { margin-top: 0; }
    .ims-certif__watermark { display: none; }
    .ims-certif__stats { flex-wrap: wrap; justify-content: center; }
    .ims-certif__stat { width: auto; min-width: 200px; flex: 1; }

    /* Pricing */
    .ims-pricing__card { flex-direction: column; padding: 32px 24px; }
    .ims-pricing__left { flex: none; width: 100%; }
    .ims-pricing__separator { width: 100%; height: 1px; margin: 24px 0; }
    .ims-pricing__right { flex: none; width: 100%; }
    .ims-pricing__footer { flex-direction: column; gap: 32px; padding: 32px 24px 24px; }

    /* Recognition */
    .ims-recognition__grid { flex-direction: column; gap: 40px; }
    .ims-recognition__left { flex: none; width: 100%; }
    .ims-recognition__right { flex-direction: column; min-height: auto; align-items: center; }
    .ims-recognition__card { width: 100%; max-width: 500px; }
    .ims-recognition__card:nth-child(2) { margin-top: 0; }
    .ims-recognition__bottom { flex-direction: column; }
    .ims-recognition__bottom-img { width: 100%; }
    .ims-recognition__bottom-text { width: 100%; }

    /* Partner */
    .ims-partner__inner { flex-direction: column; align-items: center; }
    .ims-partner__image { flex: none; width: 250px; height: 250px; }
    .ims-partner__benefits { grid-template-columns: 1fr; }

    /* Campus */
    .ims-campus__inner { flex-direction: column; }
    .ims-campus__text { flex: none; width: 100%; }
    .ims-campus__images { flex: none; width: 100%; height: 350px; }

    /* Benefits */
    .ims-benefits__content { flex-direction: column; }
    .ims-benefits__image { flex: none; width: 100%; }

    /* Footer CTA */
    .ims-footer__content { flex-direction: column; gap: 32px; padding: 32px 24px; }
    .ims-footer__left { max-width: 100%; flex: none; }
    .ims-footer__right { width: 100%; }

    /* Site Footer */
    .ims-site-footer__nav { flex-wrap: wrap; gap: 32px 24px; }
    .ims-site-footer__col { flex: 0 0 calc(33.333% - 16px); }
    .ims-site-footer__bottom { flex-direction: column; }
    .ims-site-footer__bottom-right { flex-direction: row; align-items: flex-start; }
}

/* ---------- 768px ---------- */
@media (max-width: 768px) {
    :root {
        --ims-page-padding: 20px;
    }

    /* Header */
    .ims-header__search { display: none; }
    .ims-header__cta { display: none; }
    .ims-header__lang { padding: 6px 10px !important; }
    .ims-header__lang img { width: 24px; height: 16px; }
    .ims-header__logo img { height: 36px; }

    /* Hero */
    .ims-hero { min-height: auto; padding: 100px var(--ims-page-padding) 40px; }
    .ims-hero__title { font-size: 28px; line-height: 1.3; }
    .ims-hero__breadcrumb { display: none; }
    .ims-hero__stats { flex-wrap: wrap; gap: 12px; }
    .ims-hero__stat-sep { width: 0.75px; height: 40px; }
    .ims-hero__inner { gap: 24px; }
    .ims-hero__text { gap: 24px; }

    /* Section titles */
    .ims-section-title { font-size: 26px; }

    /* All sections reduce padding */
    .ims-program,
    .ims-audience,
    .ims-skills,
    .ims-format,
    .ims-certif,
    .ims-pricing,
    .ims-recognition,
    .ims-campus,
    .ims-benefits { padding: 48px var(--ims-page-padding); }

    /* Partners */
    .ims-partners__track { gap: 24px; flex-wrap: wrap; justify-content: center; }
    .ims-partners__track img { height: 36px; }

    /* Program */
    .ims-program__features { gap: 8px; }
    .ims-program__image { height: auto; }

    /* Audience */
    .ims-audience__card { flex: 0 0 180px; height: 380px; }
    .ims-audience__card-title { font-size: 15px; }
    .ims-audience__cards { gap: 16px; }

    /* Skills */
    .ims-skills__grid { grid-template-columns: 1fr; }

    /* Format / Schedule */
    .ims-schedule__hours { padding-left: 50px; }
    .ims-schedule__hours span { font-size: 10px; }
    .ims-schedule__label { width: 50px; font-size: 13px; }
    .ims-schedule__day { gap: 10px; }
    .ims-schedule__session span { font-size: 9px; padding: 4px 6px; }
    .ims-schedule__session--evening { width: 30%; }
    .ims-schedule__session--morning { width: 45%; }

    /* Modules */
    .ims-modules__glass { padding: 16px; }
    .ims-module__details { flex-direction: column; gap: 12px; }
    .ims-module__header { padding: 16px; gap: 12px; }

    /* Certification */
    .ims-certif__stats { flex-direction: column; gap: 16px; }
    .ims-certif__stat { width: 100%; }
    .ims-certif__stat-value { font-size: 36px; }
    .ims-certif__card { height: auto; min-height: 200px; }

    /* Pricing */
    .ims-pricing__amount { font-size: 32px; }
    .ims-pricing__currency { font-size: 20px; }
    .ims-pricing__funding-pill { padding: 10px 16px; }
    .ims-pricing__footer { padding: 24px 16px; }
    .ims-pricing__container { padding: 10px; }

    /* Recognition */
    .ims-recognition__bottom-title { font-size: 20px; }
    .ims-recognition__logo-circle { width: 80px; height: 80px; border-width: 6px; }

    /* Partner */
    .ims-partner__inner { padding: 24px; }
    .ims-partner__image { width: 180px; height: 180px; }
    .ims-partner__content { gap: 16px; }

    /* Campus */
    .ims-campus__images { height: 280px; }
    .ims-campus__card-text { font-size: 14px; line-height: 1.4; }
    .ims-campus__card-small { height: 180px; }

    /* Benefits */
    .ims-benefits__item { gap: 12px; }

    /* Footer CTA */
    .ims-footer__title { font-size: 24px; }
    .ims-footer__form-row { flex-direction: column; gap: 16px; }
    .ims-footer { padding: 32px var(--ims-page-padding) 48px; }
    .ims-footer__content { padding: 28px 16px; gap: 24px; }
    .ims-footer__inner { border-radius: 20px; }

    /* Logos carousel */
    .ims-logos__slide { gap: 40px; padding-right: 40px; }
    .ims-logos__slide img { height: 45px; }
    .ims-logos { padding: 32px var(--ims-page-padding); }

    /* Site Footer */
    .ims-site-footer__nav { flex-wrap: wrap; gap: 24px; }
    .ims-site-footer__col { flex: 0 0 calc(50% - 12px); }
    .ims-site-footer__logo { width: 220px; }
    .ims-site-footer__bottom-right { flex-direction: column; gap: 24px; }
    .ims-site-footer { padding: 40px var(--ims-page-padding) 24px; }
    .ims-site-footer__bottom-left { max-width: 100%; }
}

/* ---------- 480px ---------- */
@media (max-width: 480px) {
    /* Hero */
    .ims-hero { padding: 80px var(--ims-page-padding) 32px; }
    .ims-hero__title { font-size: 24px; line-height: 1.3; }
    .ims-hero__cta { flex-direction: column; width: 100%; }
    .ims-hero__cta .ims-btn { width: 100%; text-align: center; justify-content: center; }
    .ims-hero__stats { flex-direction: column; gap: 16px; align-items: center; }
    .ims-hero__stat-sep { width: 40px; height: 0.75px; }
    .ims-hero__qualifs { gap: 8px; }
    .ims-hero__qualifs span { font-size: 11px; padding: 4px 10px; }

    /* Section titles */
    .ims-section-title { font-size: 22px; }
    .ims-section-subtitle { font-size: 14px; }

    /* Format / Schedule */
    .ims-format__schedule { padding: 16px; }
    .ims-format__schedule h3 { margin: 0 0 20px 0 !important; font-size: 20px !important; }
    .ims-schedule__hours { display: none; }
    .ims-schedule__days { gap: 12px; }
    .ims-schedule__day { flex-direction: row; align-items: center; gap: 12px; }
    .ims-schedule__label { width: 65px; font-size: 14px; flex-shrink: 0; }
    .ims-schedule__bar { flex: 1; height: 36px; }
    .ims-schedule__session { position: static; height: auto; border-radius: 56px !important; }
    .ims-schedule__session--evening { width: auto; }
    .ims-schedule__session--morning { width: auto; }
    .ims-schedule__session span { font-size: 11px; padding: 8px 12px; white-space: nowrap; border-radius: 56px !important; }
    .ims-format__card-big { font-size: 20px; }

    /* Audience */
    .ims-audience__card { flex: 0 0 160px; height: 320px; }
    .ims-audience__card-title { font-size: 14px; }

    /* Skills */
    .ims-skills__grid { gap: 16px; }

    /* Modules */
    .ims-modules__glass { padding: 10px; }
    .ims-module__header { padding: 14px; gap: 10px; }
    .ims-module__num { width: 32px; height: 32px; font-size: 13px; }
    .ims-module__title { font-size: 15px; }

    /* Certification */
    .ims-certif__stat-value { font-size: 28px; }

    /* Pricing */
    .ims-pricing__amount { font-size: 26px; }
    .ims-pricing__currency { font-size: 16px; }
    .ims-pricing__card { padding: 20px 14px; }

    /* Recognition */
    .ims-recognition__bottom-title { font-size: 18px; }

    /* Partner */
    .ims-partner__inner { padding: 20px; border-radius: 16px; }
    .ims-partner__image { width: 150px; height: 150px; }

    /* Campus */
    .ims-campus__images { flex-direction: column; height: auto; gap: 16px; }
    .ims-campus__card-large { min-height: 220px; }
    .ims-campus__card-right { gap: 12px; }
    .ims-campus__card-small { height: 160px; }
    .ims-campus__badge { font-size: 10px; padding: 5px 12px; }

    /* Benefits */
    .ims-benefits__icon { width: 32px; height: 32px; }
    .ims-benefits__item { font-size: 14px; }

    /* Footer CTA */
    .ims-footer__content { padding: 20px 14px; }
    .ims-footer__right { padding: 0; }
    .ims-footer__title { font-size: 20px; }
    .ims-footer__desc { font-size: 13px; }
    .ims-footer__tag { font-size: 11px; }

    /* Logos carousel */
    .ims-logos__slide { gap: 28px; padding-right: 28px; }
    .ims-logos__slide img { height: 35px; }

    /* Site Footer */
    .ims-site-footer__nav { gap: 20px; }
    .ims-site-footer__col { flex: 0 0 100%; }
    .ims-site-footer__col-title { font-size: 18px !important; }
    .ims-site-footer__logo { width: 160px; }
    .ims-site-footer__socials { gap: 10px; }
    .ims-site-footer__bottom-left { gap: 16px; }
    .ims-site-footer__contact-item span { font-size: 14px !important; }
    .ims-site-footer__copyright { font-size: 12px !important; }
}
