/* ======================================================
           VARIABLES Y AISLAMIENTO
           ====================================================== */

        .inofe-premium-header,
        .inofe-premium-header *,
        .inofe-premium-hero,
        .inofe-premium-hero * {
            box-sizing: border-box;
        }

        .inofe-premium-header {
            --inofe-orange: #e65f0c;
            --inofe-orange-dark: #c64d08;
            --inofe-orange-light: #ff7815;
            --inofe-gray: #d9d9d9;
            --inofe-dark: #0e1011;
            --inofe-dark-soft: #17191a;
            --inofe-text: #ffffff;
            --inofe-muted: #c8c8c8;
            --inofe-line: rgba(255, 255, 255, 0.12);

            position: relative;
            z-index: 9990;
            width: 100%;
            color: var(--inofe-text);
            font-family: "Segoe UI", Arial, sans-serif;
        }

        .inofe-premium-header a {
            text-decoration: none;
        }

        /*
         * Ocultar el header original del tema Prespa.
         */

        #masthead.site-header,
        header#masthead,
        .site-header:not(.inofe-premium-header),
        .main-header:not(.inofe-main-navigation),
        .header-wrapper:not(.inofe-header-wrapper) {
            display: none !important;
        }

        /*
         * Evita el margen superior innecesario en algunos diseños.
         */

        body {
            overflow-x: hidden;
        }

        /* ======================================================
           BARRA SUPERIOR
           ====================================================== */

        .inofe-header-topbar {
            position: relative;
            background:
                radial-gradient(
                    circle at 2% 50%,
                    rgba(230, 95, 12, 0.12),
                    transparent 18%
                ),
                linear-gradient(90deg, #101213, #141617, #101213);
            border-bottom: 1px solid var(--inofe-line);
        }

        .inofe-header-container {
            width: min(1480px, calc(100% - 44px));
            margin: 0 auto;
        }

        .inofe-topbar-inner {
            min-height: 54px;
            display: grid;
            grid-template-columns:
                minmax(300px, 1.5fr)
                minmax(260px, 0.85fr)
                auto
                auto;
            align-items: center;
            gap: 20px;
        }

        .inofe-top-info {
            display: flex;
            align-items: center;
            gap: 10px;
            min-width: 0;
            color: #e1e1e1;
            font-size: 12px;
            line-height: 1.45;
        }

        .inofe-top-info svg {
            width: 20px;
            min-width: 20px;
            height: 20px;
            fill: none;
            stroke: var(--inofe-orange);
            stroke-width: 2;
        }

        .inofe-top-address span {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        .inofe-top-socials {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 16px;
            padding: 0 24px;
            border-left: 1px solid var(--inofe-line);
            border-right: 1px solid var(--inofe-line);
        }

        .inofe-top-socials a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 27px;
            height: 27px;
            color: #ffffff;
            transition:
                color 0.2s ease,
                transform 0.2s ease;
        }

        .inofe-top-socials a:hover {
            color: var(--inofe-orange);
            transform: translateY(-2px);
        }

        .inofe-top-socials svg {
            width: 18px;
            height: 18px;
            fill: currentColor;
        }

        .inofe-top-whatsapp {
            display: inline-flex;
            align-items: center;
            justify-content: flex-end;
            gap: 9px;
            color: #ffffff;
            font-size: 15px;
            font-weight: 800;
            white-space: nowrap;
        }

        .inofe-top-whatsapp:hover {
            color: var(--inofe-orange);
        }

        .inofe-top-whatsapp svg {
            width: 24px;
            height: 24px;
            fill: var(--inofe-orange);
        }

        /* ======================================================
           NAVEGACIÓN PRINCIPAL
           ====================================================== */

        .inofe-header-navigation-wrap {
            position: relative;
            background:
                radial-gradient(
                    circle at 98% 0%,
                    rgba(230, 95, 12, 0.08),
                    transparent 24%
                ),
                linear-gradient(95deg, #16191C, #151718);
            border-bottom: 1px solid var(--inofe-line);
            box-shadow: 0 13px 30px rgba(0, 0, 0, 0.24);
        }

        .inofe-header-navigation-wrap.is-sticky {
            position: fixed;
            top: 0;
            right: 0;
            left: 0;
            z-index: 9999;
            animation: inofeHeaderSlideDown 0.28s ease;
        }

        body.admin-bar
        .inofe-header-navigation-wrap.is-sticky {
            top: 32px;
        }

        @keyframes inofeHeaderSlideDown {
            from {
                opacity: 0;
                transform: translateY(-12px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .inofe-main-navigation {
            min-height: 116px;
            display: grid;
            grid-template-columns: minmax(260px, 330px) 1fr auto;
            align-items: center;
            gap: 35px;
        }

        .inofe-header-brand {
            display: inline-flex;
            align-items: center;
            min-width: 0;
        }

        .inofe-header-logo {
            display: block;
            width: 300px;
            max-width: 100%;
            max-height: 94px;
            object-fit: contain;
            object-position: left center;
        }

        .inofe-desktop-menu {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: clamp(17px, 1.8vw, 31px);
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .inofe-menu-item {
            position: relative;
            margin: 0;
        }

        .inofe-menu-link {
            position: relative;
            display: inline-flex;
            align-items: center;
            gap: 7px;
            min-height: 50px;
            color: #f4f4f4;
            font-size: 14px;
            font-weight: 700;
            white-space: nowrap;
            transition: color 0.22s ease;
        }

        .inofe-menu-link::after {
            content: "";
            position: absolute;
            right: 0;
            bottom: 3px;
            left: 0;
            height: 3px;
            border-radius: 999px;
            background: var(--inofe-orange);
            transform: scaleX(0);
            transform-origin: center;
            transition: transform 0.23s ease;
        }

        .inofe-menu-link:hover,
        .inofe-menu-link.is-current {
            color: var(--inofe-orange);
        }

        .inofe-menu-link:hover::after,
        .inofe-menu-link.is-current::after {
            transform: scaleX(1);
        }

        .inofe-menu-arrow {
            width: 10px;
            height: 10px;
            fill: none;
            stroke: currentColor;
            stroke-width: 2;
            transition: transform 0.22s ease;
        }

        .inofe-menu-item:hover .inofe-menu-arrow {
            transform: rotate(180deg);
        }

        /* ======================================================
           SUBMENÚS
           ====================================================== */

        .inofe-submenu {
            position: absolute;
            top: calc(100% + 10px);
            left: 50%;
            z-index: 100;
            width: 285px;
            margin: 0;
            padding: 13px;
            list-style: none;
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 14px;
            background:
                linear-gradient(145deg, #202223, #111314);
            box-shadow: 0 24px 50px rgba(0, 0, 0, 0.4);
            opacity: 0;
            visibility: hidden;
            transform: translate(-50%, 13px);
            transition:
                opacity 0.22s ease,
                visibility 0.22s ease,
                transform 0.22s ease;
        }

        .inofe-menu-item:hover > .inofe-submenu,
        .inofe-menu-item:focus-within > .inofe-submenu {
            opacity: 1;
            visibility: visible;
            transform: translate(-50%, 0);
        }

        .inofe-submenu li {
            margin: 0;
        }

        .inofe-submenu a {
            display: flex;
            align-items: center;
            gap: 11px;
            padding: 12px 13px;
            color: #e7e7e7;
            border-radius: 9px;
            font-size: 13px;
            line-height: 1.45;
            transition:
                color 0.2s ease,
                background 0.2s ease,
                transform 0.2s ease;
        }

        .inofe-submenu a::before {
            content: "›";
            color: var(--inofe-orange);
            font-size: 22px;
            line-height: 1;
        }

        .inofe-submenu a:hover {
            color: #ffffff;
            background: rgba(230, 95, 12, 0.15);
            transform: translateX(4px);
        }

        /* ======================================================
           ACCIONES DEL HEADER
           ====================================================== */

        .inofe-header-actions {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            gap: 15px;
        }

        .inofe-header-search-button,
        .inofe-mobile-menu-button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 47px;
            height: 47px;
            padding: 0;
            color: #ffffff;
            border: 0;
            border-radius: 50%;
            cursor: pointer;
            background: transparent;
            transition:
                color 0.2s ease,
                background 0.2s ease;
        }

        .inofe-header-search-button:hover,
        .inofe-mobile-menu-button:hover {
            color: var(--inofe-orange);
            background: rgba(255, 255, 255, 0.06);
        }

        .inofe-header-search-button svg,
        .inofe-mobile-menu-button svg {
            width: 24px;
            height: 24px;
            fill: none;
            stroke: currentColor;
            stroke-width: 2;
        }

        .inofe-header-enroll-button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 11px;
            min-height: 53px;
            padding: 12px 25px;
            color: #ffffff;
            border-radius: 7px;
            background:
                linear-gradient(
                    135deg,
                    var(--inofe-orange),
                    var(--inofe-orange-light)
                );
            box-shadow: 0 13px 32px rgba(230, 95, 12, 0.3);
            font-size: 14px;
            font-weight: 800;
            white-space: nowrap;
            transition:
                transform 0.23s ease,
                background 0.23s ease,
                box-shadow 0.23s ease;
        }

        .inofe-header-enroll-button:hover {
            color: #ffffff;
            transform: translateY(-3px);
            background:
                linear-gradient(
                    135deg,
                    var(--inofe-orange-dark),
                    var(--inofe-orange)
                );
            box-shadow: 0 18px 37px rgba(230, 95, 12, 0.4);
        }

        .inofe-header-enroll-button svg {
            width: 22px;
            height: 22px;
            fill: currentColor;
        }

        .inofe-mobile-menu-button {
            display: none;
        }

        /* ======================================================
           BUSCADOR
           ====================================================== */

        .inofe-header-search-panel {
            position: fixed;
            inset: 0;
            z-index: 10050;
            display: flex;
            align-items: flex-start;
            justify-content: center;
            padding: 145px 22px 40px;
            background: rgba(5, 6, 6, 0.94);
            backdrop-filter: blur(10px);
            opacity: 0;
            visibility: hidden;
            transition:
                opacity 0.25s ease,
                visibility 0.25s ease;
        }

        .inofe-header-search-panel.is-open {
            opacity: 1;
            visibility: visible;
        }

        .inofe-search-form {
            position: relative;
            width: min(760px, 100%);
        }

        .inofe-search-form input {
            width: 100%;
            min-height: 72px;
            padding: 0 75px 0 23px;
            color: #ffffff;
            border: 1px solid rgba(255, 255, 255, 0.23);
            border-radius: 11px;
            outline: 0;
            background: rgba(255, 255, 255, 0.06);
            font-size: 18px;
        }

        .inofe-search-form input:focus {
            border-color: var(--inofe-orange);
            box-shadow: 0 0 0 4px rgba(230, 95, 12, 0.15);
        }

        .inofe-search-form button {
            position: absolute;
            top: 50%;
            right: 12px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 49px;
            height: 49px;
            color: #ffffff;
            border: 0;
            border-radius: 8px;
            cursor: pointer;
            background: var(--inofe-orange);
            transform: translateY(-50%);
        }

        .inofe-search-form button svg {
            width: 22px;
            height: 22px;
            fill: none;
            stroke: currentColor;
            stroke-width: 2;
        }

        .inofe-search-close {
            position: absolute;
            top: 34px;
            right: 35px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 48px;
            height: 48px;
            color: #ffffff;
            border: 1px solid rgba(255, 255, 255, 0.18);
            border-radius: 50%;
            cursor: pointer;
            background: transparent;
            font-size: 30px;
        }

        /* ======================================================
           MENÚ MÓVIL
           ====================================================== */

        .inofe-mobile-navigation {
            display: none;
            padding: 0 22px 22px;
            background: #111314;
        }

        .inofe-mobile-navigation.is-open {
            display: block;
        }

        .inofe-mobile-navigation ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .inofe-mobile-navigation li {
            margin: 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.09);
        }

        .inofe-mobile-nav-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .inofe-mobile-nav-row > a {
            flex: 1;
            padding: 15px 0;
            color: #ffffff;
            font-size: 14px;
            font-weight: 700;
        }

        .inofe-mobile-submenu-button {
            width: 44px;
            height: 44px;
            color: #ffffff;
            border: 0;
            cursor: pointer;
            background: transparent;
            font-size: 23px;
        }

        .inofe-mobile-submenu {
            display: none;
            padding: 4px 0 13px 16px !important;
        }

        .inofe-mobile-submenu.is-open {
            display: block;
        }

        .inofe-mobile-submenu li {
            border-bottom: 0;
        }

        .inofe-mobile-submenu a {
            display: block;
            padding: 9px 0;
            color: #c8c8c8;
            font-size: 13px;
        }

        .inofe-mobile-enrollment {
            display: flex;
            width: 100%;
            margin-top: 18px;
        }

        /* ======================================================
           HERO PREMIUM
           ====================================================== */

        .inofe-premium-hero {
            --inofe-orange: #e65f0c;
            --inofe-orange-dark: #c64d08;

            position: relative;
            min-height: clamp(610px, 70vw, 760px);
            overflow: hidden;
            color: #ffffff;
            background: #080a0b;
            font-family: "Segoe UI", Arial, sans-serif;
        }

        .inofe-hero-slide {
            position: absolute;
            inset: 0;
            display: flex;
            align-items: center;
            background-position: center;
            background-size: cover;
            opacity: 0;
            visibility: hidden;
            transform: scale(1.025);
            transition:
                opacity 0.75s ease,
                visibility 0.75s ease,
                transform 5.5s ease;
        }

        .inofe-hero-slide.is-active {
            position: relative;
            opacity: 1;
            visibility: visible;
            transform: scale(1);
        }

        .inofe-hero-slide::before {
            content: "";
            position: absolute;
            inset: 0;
            background:
                linear-gradient(
                    90deg,
                    rgba(4, 6, 7, 0.98) 0%,
                    rgba(5, 7, 8, 0.92) 25%,
                    rgba(5, 7, 8, 0.54) 49%,
                    rgba(5, 7, 8, 0.17) 75%,
                    rgba(5, 7, 8, 0.35) 100%
                ),
                linear-gradient(
                    to top,
                    rgba(5, 7, 8, 0.95),
                    transparent 43%
                );
        }

        .inofe-hero-slide::after {
            content: "";
            position: absolute;
            right: -70px;
            bottom: -115px;
            left: -70px;
            height: 235px;
            pointer-events: none;
            border-top: 2px solid rgba(230, 95, 12, 0.75);
            border-radius: 50%;
            box-shadow:
                0 -8px 26px rgba(230, 95, 12, 0.2),
                0 -1px 0 rgba(255, 128, 32, 0.7);
            transform: rotate(-2deg);
        }

        .inofe-hero-inner {
            position: relative;
            z-index: 4;
            width: min(1480px, calc(100% - 44px));
            margin: 0 auto;
            padding: 105px 0 135px;
        }

        .inofe-hero-content {
            width: min(630px, 47%);
        }

        .inofe-hero-eyebrow {
            display: inline-flex;
            align-items: center;
            gap: 16px;
            margin-bottom: 23px;
            color: var(--inofe-orange);
            font-size: 14px;
            font-weight: 800;
            letter-spacing: 1.5px;
            text-transform: uppercase;
        }

        .inofe-hero-eyebrow::before {
            content: "";
            width: 58px;
            height: 3px;
            border-radius: 999px;
            background: var(--inofe-orange);
        }

        .inofe-hero-content h1 {
            margin: 0 0 23px;
            color: #ffffff;
            font-size: clamp(39px, 4.15vw, 70px);
            line-height: 1.08;
            font-weight: 900;
            letter-spacing: -1px;
            text-transform: uppercase;
            text-wrap: balance;
        }

        .inofe-hero-focus {
            display: block;
            color: var(--inofe-orange);
        }

        .inofe-hero-content p {
            max-width: 580px;
            margin: 0 0 31px;
            color: #e2e2e2;
            font-size: clamp(16px, 1.35vw, 19px);
            line-height: 1.72;
        }

        .inofe-hero-button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            min-height: 56px;
            padding: 14px 27px;
            color: #ffffff;
            border-radius: 7px;
            background:
                linear-gradient(
                    135deg,
                    var(--inofe-orange),
                    #ff7510
                );
            box-shadow: 0 15px 37px rgba(230, 95, 12, 0.32);
            font-size: 15px;
            font-weight: 800;
            transition:
                transform 0.23s ease,
                background 0.23s ease;
        }

        .inofe-hero-button:hover {
            color: #ffffff;
            transform: translateY(-3px);
            background:
                linear-gradient(
                    135deg,
                    var(--inofe-orange-dark),
                    var(--inofe-orange)
                );
        }

        .inofe-hero-button svg {
            width: 22px;
            height: 22px;
            fill: currentColor;
        }

        /* ======================================================
           TARJETAS DE PROGRAMAS
           ====================================================== */

        .inofe-hero-programs {
            position: absolute;
            right: 4.5%;
            bottom: 78px;
            left: 43%;
            z-index: 5;
            display: grid;
            grid-template-columns: repeat(4, minmax(125px, 1fr));
            gap: 12px;
        }

        .inofe-hero-program {
            min-width: 0;
            text-align: center;
            color: #ffffff;
        }

        .inofe-program-icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 66px;
            height: 66px;
            margin-bottom: 10px;
            color: #ffffff;
            border: 3px solid var(--inofe-orange);
            border-radius: 50%;
            background: rgba(10, 12, 13, 0.72);
            box-shadow: 0 8px 23px rgba(0, 0, 0, 0.35);
            transition:
                color 0.22s ease,
                background 0.22s ease,
                transform 0.22s ease;
        }

        .inofe-hero-program:hover .inofe-program-icon {
            color: var(--inofe-orange);
            background: #ffffff;
            transform: translateY(-5px);
        }

        .inofe-program-icon svg {
            width: 34px;
            height: 34px;
            fill: none;
            stroke: currentColor;
            stroke-width: 1.8;
        }

        .inofe-hero-program strong {
            display: block;
            max-width: 145px;
            margin: 0 auto;
            color: #ffffff;
            font-size: 14px;
            line-height: 1.35;
        }

        /* ======================================================
           CONTROLES DEL HERO
           ====================================================== */

        .inofe-hero-arrow {
            position: absolute;
            top: 50%;
            z-index: 8;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 54px;
            height: 54px;
            color: #ffffff;
            border: 1px solid rgba(255, 255, 255, 0.18);
            border-radius: 50%;
            cursor: pointer;
            background: rgba(10, 12, 13, 0.72);
            transform: translateY(-50%);
            transition:
                color 0.22s ease,
                border-color 0.22s ease,
                background 0.22s ease,
                transform 0.22s ease;
        }

        .inofe-hero-arrow:hover {
            color: #ffffff;
            border-color: var(--inofe-orange);
            background: var(--inofe-orange);
            transform: translateY(-50%) scale(1.05);
        }

        .inofe-hero-arrow svg {
            width: 24px;
            height: 24px;
            fill: none;
            stroke: currentColor;
            stroke-width: 2;
        }

        .inofe-hero-prev {
            left: 25px;
        }

        .inofe-hero-next {
            right: 25px;
        }

        .inofe-hero-dots {
            position: absolute;
            right: 0;
            bottom: 25px;
            left: 0;
            z-index: 9;
            display: flex;
            justify-content: center;
            gap: 9px;
        }

        .inofe-hero-dot {
            width: 29px;
            height: 5px;
            padding: 0;
            border: 0;
            border-radius: 999px;
            cursor: pointer;
            background: rgba(255, 255, 255, 0.55);
            transition:
                width 0.22s ease,
                background 0.22s ease;
        }

        .inofe-hero-dot.is-active {
            width: 42px;
            background: var(--inofe-orange);
        }

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

        @media (max-width: 1240px) {

            .inofe-topbar-inner {
                grid-template-columns: 1fr auto auto;
            }

            .inofe-top-address {
                display: none;
            }

            .inofe-main-navigation {
                grid-template-columns: 245px 1fr auto;
                gap: 20px;
            }

            .inofe-header-logo {
                width: 235px;
            }

            .inofe-desktop-menu {
                gap: 16px;
            }

            .inofe-menu-link {
                font-size: 12px;
            }

            .inofe-header-enroll-button {
                padding: 12px 17px;
                font-size: 12px;
            }

            .inofe-hero-content {
                width: min(580px, 53%);
            }

            .inofe-hero-programs {
                left: 48%;
            }
        }

        @media (max-width: 1024px) {

            .inofe-header-container {
                width: min(100% - 30px, 1480px);
            }

            .inofe-topbar-inner {
                grid-template-columns: 1fr auto;
            }

            .inofe-top-socials {
                display: none;
            }

            .inofe-main-navigation {
                min-height: 88px;
                grid-template-columns: 1fr auto;
            }

            .inofe-desktop-menu,
            .inofe-header-search-button,
            .inofe-header-enroll-button {
                display: none;
            }

            .inofe-header-logo {
                width: 225px;
                max-height: 72px;
            }

            .inofe-mobile-menu-button {
                display: inline-flex;
            }

            .inofe-premium-hero {
                min-height: 730px;
            }

            .inofe-hero-slide::before {
                background:
                    linear-gradient(
                        90deg,
                        rgba(4, 6, 7, 0.96),
                        rgba(4, 6, 7, 0.74),
                        rgba(4, 6, 7, 0.32)
                    ),
                    linear-gradient(
                        to top,
                        rgba(4, 6, 7, 0.98),
                        transparent 60%
                    );
            }

            .inofe-hero-inner {
                padding: 92px 0 265px;
            }

            .inofe-hero-content {
                width: min(680px, 85%);
            }

            .inofe-hero-programs {
                right: 30px;
                bottom: 73px;
                left: 30px;
            }
        }

        @media (max-width: 782px) {

            body.admin-bar
            .inofe-header-navigation-wrap.is-sticky {
                top: 46px;
            }
        }

        @media (max-width: 720px) {

            .inofe-header-topbar {
                display: none;
            }

            .inofe-header-navigation-wrap.is-sticky,
            body.admin-bar
            .inofe-header-navigation-wrap.is-sticky {
                top: 0;
            }

            body.admin-bar
            .inofe-header-navigation-wrap.is-sticky {
                top: 46px;
            }

            .inofe-header-container {
                width: calc(100% - 28px);
            }

            .inofe-header-logo {
                width: 195px;
            }

            .inofe-premium-hero {
                min-height: 850px;
            }

            .inofe-hero-slide {
                background-position: 66% center;
            }

            .inofe-hero-slide::before {
                background:
                    linear-gradient(
                        to bottom,
                        rgba(5, 7, 8, 0.7),
                        rgba(5, 7, 8, 0.88) 47%,
                        rgba(5, 7, 8, 0.99) 72%
                    );
            }

            .inofe-hero-inner {
                width: calc(100% - 40px);
                padding: 74px 0 380px;
            }

            .inofe-hero-content {
                width: 100%;
                text-align: center;
            }

            .inofe-hero-eyebrow {
                justify-content: center;
                font-size: 12px;
            }

            .inofe-hero-eyebrow::before {
                width: 34px;
            }

            .inofe-hero-content h1 {
                font-size: clamp(35px, 10vw, 51px);
            }

            .inofe-hero-content p {
                margin-right: auto;
                margin-left: auto;
                font-size: 15px;
            }

            .inofe-hero-programs {
                right: 18px;
                bottom: 72px;
                left: 18px;
                grid-template-columns: repeat(2, 1fr);
                gap: 20px 12px;
            }

            .inofe-hero-arrow {
                top: 42%;
                width: 44px;
                height: 44px;
            }

            .inofe-hero-prev {
                left: 9px;
            }

            .inofe-hero-next {
                right: 9px;
            }
        }

        @media (max-width: 430px) {

            .inofe-header-logo {
                width: 170px;
            }

            .inofe-premium-hero {
                min-height: 890px;
            }

            .inofe-program-icon {
                width: 58px;
                height: 58px;
            }

            .inofe-program-icon svg {
                width: 29px;
                height: 29px;
            }

            .inofe-hero-program strong {
                font-size: 12px;
            }
        }

        @media (prefers-reduced-motion: reduce) {

            .inofe-hero-slide,
            .inofe-menu-link,
            .inofe-header-enroll-button,
            .inofe-hero-button,
            .inofe-program-icon {
                transition: none !important;
            }
        }
