/* ========================================
   Homepage New Design — Combined Styles
   Source: products-megamenu-v2, home-banner2,
   home-instantly, home-expand-card
   Served deferred at /assets/css/homepage-new-design.css
   Copy this file there after visual CSS edits.
======================================== */

/* ========================================================================
   Products Mega Menu V2
   (from products-megamenu-v2.css)
======================================================================== */

/* ========================================
   Products Mega Menu V2
   UI reference: getMyAI 5/assets/css/products-mega2.css
   ======================================== */

/* Products Mega Menu — left tabs / right content
   Toggle with .light-theme or .dark-theme on .products-mega */

.products-mega {
    --pm-accent: var(--e-global-color-accent);
    --pm-accent-2: var(--e-global-color-accent-light);
    --pm-on-accent: var(--e-global-color-white);
    --pm-glow: rgba(36, 90, 226, 0.45);
}

/* ----------------------------------------
   Dark theme tokens
---------------------------------------- */
.products-mega.dark-theme {
    --pm-navy-950: #050f28;
    --pm-navy-900: #08163a;
    --pm-navy-800: #0b1e4d;
    --pm-navy-700: #0f2a63;
    --pm-card-top: #102a63;
    --pm-card-bottom: #0a1c46;
    --pm-line: rgba(36, 90, 226, 0.42);
    --pm-line-soft: rgba(36, 90, 226, 0.22);
    --pm-sky: #7c9cee;
    --pm-title: var(--e-global-color-white);
    --pm-text: #b9c8e8;
    --pm-muted: #8ba0c9;
    --pm-strong: var(--e-global-color-white);
    --pm-glow: rgba(36, 90, 226, 0.45);
    --pm-shell-shadow: 0 30px 70px rgba(3, 10, 28, 0.55);
    --pm-shell-inset: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    --pm-nav-bg: linear-gradient(180deg, rgba(36, 90, 226, 0.16), rgba(0, 0, 0, 0.18));
    --pm-aside-bg: radial-gradient(90% 70% at 50% 0%, rgba(36, 90, 226, 0.28), transparent 70%), rgba(0, 0, 0, 0.18);
    --pm-footer-bg: linear-gradient(180deg, rgba(36, 90, 226, 0.14), rgba(0, 0, 0, 0.2));
    --pm-list-border: #112b6d;
    --pm-arrow-idle-bg: rgba(255, 255, 255, 0.06);
    --pm-cta-chip-bg: rgba(255, 255, 255, 0.16);
    --pm-cta-chip-border: rgba(255, 255, 255, 0.26);
    --pm-icon-inset: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

@supports (color: color-mix(in srgb, red, blue)) {
    .products-mega.dark-theme {
        --pm-navy-950: color-mix(in srgb, var(--e-global-color-accent) 13%, var(--e-global-color-black));
        --pm-navy-900: color-mix(in srgb, var(--e-global-color-accent) 20%, var(--e-global-color-black));
        --pm-navy-800: color-mix(in srgb, var(--e-global-color-accent) 28%, var(--e-global-color-black));
        --pm-navy-700: color-mix(in srgb, var(--e-global-color-accent) 38%, var(--e-global-color-black));
        --pm-card-top: color-mix(in srgb, var(--e-global-color-accent) 36%, var(--e-global-color-black));
        --pm-card-bottom: color-mix(in srgb, var(--e-global-color-accent) 24%, var(--e-global-color-black));
        --pm-line: color-mix(in srgb, var(--e-global-color-accent) 45%, transparent);
        --pm-line-soft: color-mix(in srgb, var(--e-global-color-accent) 24%, transparent);
        --pm-sky: color-mix(in srgb, var(--e-global-color-accent) 58%, var(--e-global-color-white));
        --pm-text: color-mix(in srgb, var(--e-global-color-white) 74%, var(--pm-navy-700));
        --pm-muted: color-mix(in srgb, var(--e-global-color-white) 56%, var(--pm-navy-700));
        --pm-glow: color-mix(in srgb, var(--e-global-color-accent) 48%, transparent);
        --pm-nav-bg: linear-gradient(180deg,
            color-mix(in srgb, var(--pm-accent) 16%, transparent),
            color-mix(in srgb, var(--e-global-color-black) 18%, transparent));
        --pm-aside-bg: radial-gradient(90% 70% at 50% 0%, color-mix(in srgb, var(--pm-accent) 28%, transparent), transparent 70%),
            color-mix(in srgb, var(--e-global-color-black) 18%, transparent);
        --pm-footer-bg: linear-gradient(180deg,
            color-mix(in srgb, var(--pm-accent) 14%, transparent),
            color-mix(in srgb, var(--e-global-color-black) 20%, transparent));
        --pm-list-border: color-mix(in srgb, var(--pm-accent) 35%, var(--pm-navy-900));
        --pm-shell-inset: inset 0 1px 0 color-mix(in srgb, var(--e-global-color-white) 8%, transparent);
        --pm-arrow-idle-bg: color-mix(in srgb, var(--e-global-color-white) 6%, transparent);
        --pm-cta-chip-bg: color-mix(in srgb, var(--e-global-color-white) 16%, transparent);
        --pm-cta-chip-border: color-mix(in srgb, var(--e-global-color-white) 26%, transparent);
        --pm-icon-inset: inset 0 1px 0 color-mix(in srgb, var(--e-global-color-white) 18%, transparent);
    }
}

/* ----------------------------------------
   Light theme tokens
---------------------------------------- */
.products-mega.light-theme {
    --pm-navy-950: #ffffff;
    --pm-navy-900: #f7f9fe;
    --pm-navy-800: #eef3fc;
    --pm-navy-700: #e4ecfb;
    --pm-card-top: #ffffff;
    --pm-card-bottom: #f5f8ff;
    --pm-line: rgba(36, 90, 226, 0.18);
    --pm-line-soft: rgba(36, 90, 226, 0.12);
    --pm-sky: var(--e-global-color-accent);
    --pm-title: #1c2b4a;
    --pm-text: #4a5a78;
    --pm-muted: #6b7893;
    --pm-strong: #1c2b4a;
    --pm-glow: rgba(36, 90, 226, 0.28);
    --pm-shell-shadow: 0 24px 60px rgba(28, 43, 74, 0.14);
    --pm-shell-inset: inset 0 1px 0 #ffffff;
    --pm-nav-bg: linear-gradient(180deg, #f3f7ff, #eaf0fc);
    --pm-aside-bg: radial-gradient(90% 70% at 50% 0%, rgba(36, 90, 226, 0.1), transparent 70%), #f5f8ff;
    --pm-footer-bg: linear-gradient(180deg, #f3f7ff, #eaf0fc);
    --pm-list-border: #d7e2f7;
    --pm-arrow-idle-bg: rgba(36, 90, 226, 0.08);
    --pm-cta-chip-bg: rgba(255, 255, 255, 0.22);
    --pm-cta-chip-border: rgba(255, 255, 255, 0.35);
    --pm-icon-inset: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

@supports (color: color-mix(in srgb, red, blue)) {
    .products-mega.light-theme {
        --pm-navy-950: var(--e-global-color-white);
        --pm-navy-900: color-mix(in srgb, var(--e-global-color-accent) 5%, var(--e-global-color-white));
        --pm-navy-800: color-mix(in srgb, var(--e-global-color-accent) 9%, var(--e-global-color-white));
        --pm-navy-700: color-mix(in srgb, var(--e-global-color-accent) 14%, var(--e-global-color-white));
        --pm-card-top: var(--e-global-color-white);
        --pm-card-bottom: color-mix(in srgb, var(--e-global-color-accent) 6%, var(--e-global-color-white));
        --pm-line: color-mix(in srgb, var(--e-global-color-accent) 18%, transparent);
        --pm-line-soft: color-mix(in srgb, var(--e-global-color-accent) 12%, transparent);
        --pm-sky: var(--e-global-color-accent);
        --pm-title: color-mix(in srgb, var(--e-global-color-accent) 28%, var(--e-global-color-black));
        --pm-text: color-mix(in srgb, var(--e-global-color-accent) 22%, #5a6785);
        --pm-muted: color-mix(in srgb, var(--e-global-color-accent) 12%, #6b7893);
        --pm-strong: color-mix(in srgb, var(--e-global-color-accent) 28%, var(--e-global-color-black));
        --pm-glow: color-mix(in srgb, var(--e-global-color-accent) 28%, transparent);
        --pm-nav-bg: linear-gradient(180deg,
            color-mix(in srgb, var(--pm-accent) 7%, var(--e-global-color-white)),
            color-mix(in srgb, var(--pm-accent) 11%, var(--e-global-color-white)));
        --pm-aside-bg: radial-gradient(90% 70% at 50% 0%, color-mix(in srgb, var(--pm-accent) 10%, transparent), transparent 70%),
            color-mix(in srgb, var(--pm-accent) 5%, var(--e-global-color-white));
        --pm-footer-bg: linear-gradient(180deg,
            color-mix(in srgb, var(--pm-accent) 7%, var(--e-global-color-white)),
            color-mix(in srgb, var(--pm-accent) 11%, var(--e-global-color-white)));
        --pm-list-border: color-mix(in srgb, var(--pm-accent) 16%, var(--e-global-color-white));
        --pm-arrow-idle-bg: color-mix(in srgb, var(--pm-accent) 8%, transparent);
    }
}

.header-con .navbar-light .navbar-nav .dropdown-menu.mega-menu.products-mega {
    padding: 0;
    overflow: hidden;
    overflow-y: visible;
    border-radius: 18px;
    border: 1px solid var(--pm-line-soft);
    background:
        radial-gradient(70% 60% at 12% 0%, color-mix(in srgb, var(--pm-accent) 18%, transparent), transparent 62%),
        radial-gradient(60% 60% at 88% 4%, color-mix(in srgb, var(--pm-accent-2) 14%, transparent), transparent 60%),
        linear-gradient(180deg, var(--pm-navy-800) 0%, var(--pm-navy-900) 55%, var(--pm-navy-950) 100%);
    box-shadow: var(--pm-shell-shadow), var(--pm-shell-inset);
    max-height: none;
}

.header-con .navbar-light .navbar-nav .dropdown-menu.mega-menu.products-mega.white-theme {
    background: #fff;
}

@supports not (color: color-mix(in srgb, red, blue)) {
    .header-con .navbar-light .navbar-nav .dropdown-menu.mega-menu.products-mega {
        background: linear-gradient(180deg, var(--pm-navy-800) 0%, var(--pm-navy-900) 55%, var(--pm-navy-950) 100%);
    }
}

.products-mega::before {
    content: none;
}

@media (max-width: 1440px) {
    .header-con .navbar-light .navbar-nav .dropdown-menu.mega-menu.products-mega {
        padding: 0;
        max-height: min(86vh, 780px);
        overflow-y: auto;
    }
}

/* ========================================
   Shell / Inner
======================================== */

.products-mega__inner {
    position: relative;
    padding: 1rem;
}

/* Head */
/* ========================================
   Header
======================================== */

.products-mega__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 1.35rem;
}

.header-con .navbar-light .navbar-nav .dropdown-menu.mega-menu.products-mega .products-mega__heading {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -0.01em;
    color: var(--pm-title);
}

.products-mega__heading span {
    color: var(--pm-sky);
}

.white-theme .products-mega__heading span {
    color: var(--e-global-color-accent);
}

.products-mega__spark {
    width: 1.05rem;
    height: 1.05rem;
    flex-shrink: 0;
    fill: var(--pm-sky);
    transform: translateY(-0.55rem);
}

.white-theme .products-mega__spark {
    fill: var(--e-global-color-accent);
}

.header-con .navbar-light .navbar-nav .dropdown-menu.mega-menu.products-mega .products-mega__sub {
    max-width: 46rem;
    font-size: 0.85rem;
    line-height: 1.5;
    color: var(--pm-text);
    font-weight: 300;
}

.header-con .navbar-light .navbar-nav .dropdown-menu.mega-menu.products-mega .products-mega__browse {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    flex-shrink: 0;
    padding: 0.55rem 0.6rem 0.55rem 1.15rem;
    border-radius: 999px;
    border: 1px solid var(--pm-line);
    background: color-mix(in srgb, var(--pm-accent) 22%, transparent);
    color: var(--pm-strong);
    font-size: 0.85rem;
    font-weight: 700;
    text-decoration: none;
    transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease, color 0.25s ease;
}

.header-con .navbar-light .navbar-nav .dropdown-menu.mega-menu.products-mega.white-theme .products-mega__browse {
    background: #eef3f7;
    border: 1px solid #d6e9ff;
}

.products-mega.dark-theme .products-mega__browse {
    color: var(--pm-on-accent);
}

.header-con .navbar-light .navbar-nav .dropdown-menu.mega-menu.products-mega .products-mega__browse:hover {
    border-color: var(--pm-sky);
    background: color-mix(in srgb, var(--pm-accent) 40%, transparent);
    transform: translateY(-1px);
    color: var(--pm-strong);
    text-decoration: none;
}

.products-mega.dark-theme .products-mega__browse:hover {
    color: var(--pm-on-accent);
}

.products-mega.light-theme .products-mega__browse {
    background: var(--e-global-color-white);
    box-shadow: 0 8px 20px -12px rgba(28, 43, 74, 0.35);
}

.products-mega.light-theme .products-mega__browse:hover {
    background: color-mix(in srgb, var(--pm-accent) 8%, var(--e-global-color-white));
    color: var(--pm-accent);
}

.products-mega__browse-icon {
    display: grid;
    place-items: center;
    width: 1.85rem;
    height: 1.85rem;
    border-radius: 50%;
    font-size: 0.7rem;
    color: var(--pm-on-accent);
    background: linear-gradient(135deg, var(--pm-accent), var(--pm-accent-2));
    box-shadow: 0 8px 16px -6px var(--pm-glow);
    transition: transform 0.25s ease;
}

.header-con .navbar-light .navbar-nav .dropdown-menu.mega-menu.products-mega .products-mega__browse:hover .products-mega__browse-icon {
    transform: translateX(3px);
}

/* ========================================
   Layout
======================================== */
.products-mega__layout {
    display: grid;
    grid-template-columns: minmax(280px, 320px) minmax(0, 1fr);
    gap: 1rem;
    align-items: stretch;
    min-height: 360px;
}

/* Left nav */
/* ========================================
   Product Tabs (Left Nav)
======================================== */

.products-mega__nav {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    padding: 0.55rem;
    border-radius: 16px;
    border: 1px solid var(--pm-line-soft);
    background: var(--pm-nav-bg);
}

.white-theme .products-mega__nav {
    background: #fff;
    border: 1px solid #eff2f8;
}

.products-mega__tab {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    margin: 0;
    padding: 0.75rem 0.8rem;
    border: 1px solid transparent;
    border-radius: 12px;
    background: rgb(36 90 226 / 10%);
    color: var(--pm-text);
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    transition:
        background 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.25s ease,
        color 0.25s ease;
}

/* ========================================
   Hover Effects
======================================== */

.products-mega__tab:hover,
.products-mega__tab:focus,
.products-mega__tab:focus-visible {
    text-decoration: none;
    color: var(--pm-text);
}

.white-theme .products-mega__tab {
    background: #eef1f8;
}

.products-mega__tab::before {
    content: "";
    position: absolute;
    left: 0;
    top: 18%;
    bottom: 18%;
    width: 3px;
    border-radius: 0 4px 4px 0;
    background: linear-gradient(180deg, var(--pm-accent), var(--pm-sky));
    opacity: 0;
    transform: scaleY(0.4);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.products-mega__tab:hover {
    border-color: var(--pm-line-soft);
    background: color-mix(in srgb, var(--pm-accent) 14%, transparent);
}

.products-mega__tab.is-active {
    border-color: var(--pm-line);
    background:
        linear-gradient(135deg,
            color-mix(in srgb, var(--pm-accent) 38%, transparent),
            color-mix(in srgb, var(--pm-accent-2) 18%, transparent));
    box-shadow: 0 12px 28px -16px var(--pm-glow);
    color: var(--pm-on-accent);
}

.white-theme .products-mega__tab.is-active {
    border-color: var(--e-global-color-accent);
    background: var(--e-global-color-accent);
}

.products-mega.light-theme .products-mega__tab.is-active {
    background: linear-gradient(135deg, var(--pm-accent), var(--pm-accent-2));
    border-color: transparent;
    box-shadow: 0 14px 28px -14px var(--pm-glow);
}

.products-mega.light-theme .products-mega__tab.is-active .products-mega__tab-label,
.products-mega.light-theme .products-mega__tab.is-active .products-mega__tab-hint {
    color: var(--pm-on-accent);
}

.products-mega__tab.is-active::before {
    opacity: 1;
    transform: scaleY(1);
}

.products-mega__tab-icon {
    display: grid;
    place-items: center;
    width: 2.55rem;
    height: 2.55rem;
    border-radius: 0.75rem;
    flex-shrink: 0;
    background: color-mix(in srgb, var(--pm-accent) 22%, transparent);
    border: 1px solid var(--pm-line-soft);
    transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.products-mega__tab-icon img,
.products-mega__tab-icon span {
    width: 26px !important;
    height: 26px !important;
    object-fit: contain;
    display: block;
}

.products-mega__tab-icon--avatar img {
    width: 28px;
    height: 28px;
}

.products-mega__tab.is-active .products-mega__tab-icon {
    background: linear-gradient(145deg,
            color-mix(in srgb, var(--pm-accent) 55%, transparent),
            color-mix(in srgb, var(--pm-accent-2) 30%, transparent));
    border-color: var(--pm-line);
    transform: scale(1.04);
}

.white-theme .products-mega__tab.is-active .products-mega__tab-icon {
    background: #eef3f9;
    border-color: #245ae2;
}

.products-mega__tab-copy {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
}

.products-mega__tab-label {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: var(--pm-title);
}

.products-mega__tab-hint {
    display: block;
    font-size: 0.8rem;
    line-height: 1.3;
    color: var(--pm-muted);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.products-mega__tab.is-active .products-mega__tab-hint {
    color: var(--pm-sky);
}

.products-mega__tab-arrow {
    display: grid;
    place-items: center;
    /* width: 1.35rem; */
    /* height: 1.35rem; */
    /* border-radius: 50%; */
    /* font-size: 0.55rem; */
    /* color: var(--pm-muted); */
    /* background: var(--pm-arrow-idle-bg); */
    opacity: 0.55;
    transition: opacity 0.25s ease, transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.white-theme .products-mega__tab-arrow svg path {
    fill: #000;
}

.products-mega__tab-arrow svg path {
    fill: var(--pm-title);
}

.products-mega__tab.is-active .products-mega__tab-arrow,
.products-mega__tab:hover .products-mega__tab-arrow {
    opacity: 1;
    color: var(--pm-on-accent);
    /* background: color-mix(in srgb, var(--pm-accent) 45%, transparent); */
    transform: translateX(2px);
    fill: var(--pm-title);
}

.products-mega__tab.is-active .products-mega__tab-arrow svg path, .products-mega__tab:hover .products-mega__tab-arrow svg path {fill: var(--pm-title);}

.white-theme .products-mega__tab.is-active .products-mega__tab-arrow svg path, .white-theme .products-mega__tab:hover .products-mega__tab-arrow svg path {
    fill: #fff;
}

.products-mega.light-theme .products-mega__tab.is-active .products-mega__tab-arrow svg path {
    fill: #fff;
}

/* Right panels */
/* ========================================
   Product Panels
======================================== */

.products-mega__panels {
    position: relative;
    min-width: 0;
}

.products-mega__panel {
    position: relative;
    display: none;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    padding: 1.25rem 1.3rem 1.3rem;
    border-radius: 16px;
    border: 1px solid var(--pm-line);
    background: linear-gradient(180deg, var(--pm-card-top) 0%, var(--pm-card-bottom) 100%);
    overflow: hidden;
    isolation: isolate;
    animation: pm-panel-in 0.32s ease both;
}

.white-theme .products-mega__panel {
    background: #fff;
    border: 1px solid #eff2f8;
}

.products-mega__panel.is-active {
    display: flex;
}

.products-mega__panel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, var(--pm-accent), var(--pm-sky));
    opacity: 0.7;
}

.white-theme .products-mega__panel::before {
    height: 0;
}

.products-mega__panel::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: radial-gradient(70% 55% at 90% 0%, color-mix(in srgb, var(--pm-accent) 32%, transparent), transparent 70%);
    pointer-events: none;
}

.white-theme .products-mega__panel::after {
    background: #fff;
}

@keyframes pm-panel-in {
    from {
        opacity: 0;
        transform: translateX(10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .products-mega__panel {
        animation: none;
    }
}

/* Badge */
/* ========================================
   Badge / Intro
======================================== */

.products-mega__badge {
    display: inline-flex;
    align-self: flex-start;
    margin-bottom: 1rem;
    padding: 0.32rem 0.7rem;
    border-radius: 7px;
    border: 1px solid var(--pm-line);
    background: color-mix(in srgb, var(--pm-accent) 20%, transparent);
    color: var(--pm-sky);
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1.3;
}

.white-theme .products-mega__badge {
    background: #fff;
    color: #545454;
    border: 1px solid #eef1f8;
}

/* Intro */
.products-mega__top {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.9rem;
    align-items: start;
    margin-bottom: 1.15rem;
}

.products-mega__icon {
    position: relative;
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 0.95rem;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    background: linear-gradient(145deg,
            color-mix(in srgb, var(--pm-accent) 55%, transparent),
            color-mix(in srgb, var(--pm-accent-2) 30%, transparent));
    border: 1px solid var(--pm-line);
    box-shadow: var(--pm-icon-inset);
    overflow: hidden;
}

.products-mega__icon img,
.products-mega__icon span {
    width: 38px !important;
    height: 38px !important;
    object-fit: contain;
    display: block;
}

.products-mega__icon--avatar img {
    width: 40px;
    height: 40px;
}

.header-con .navbar-light .navbar-nav .dropdown-menu.mega-menu.products-mega .products-mega__title {
    margin: 0 0 0.4rem;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.2;
    color: var(--pm-title);
    -webkit-text-fill-color: currentColor;
}

.products-mega__title span {
    color: var(--pm-sky);
}

.header-con .navbar-light .navbar-nav .dropdown-menu.mega-menu.products-mega .products-mega__desc {
    font-size: 1rem;
    line-height: 1.55;
    color: var(--pm-text);
}

/* Body: capabilities + aside */
/* ========================================
   Capabilities & List
======================================== */

.products-mega__body {
    display: grid;
    gap: 1.25rem;
    align-items: stretch;
    flex: 1 1 auto;
}

.products-mega__capabilities {
    min-width: 0;
}

.header-con .navbar-light .navbar-nav .dropdown-menu.mega-menu.products-mega .products-mega__cap-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0 0 0.7rem;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--pm-sky);
}

.header-con .navbar-light .navbar-nav .dropdown-menu.mega-menu.products-mega.white-theme .products-mega__cap-title {
    color: var(--e-global-color-accent);
}

.products-mega__cap-title::after {
    content: "";
    flex: 1 1 auto;
    height: 1px;
    background: linear-gradient(90deg, var(--pm-line), transparent);
}

.white-theme .products-mega__cap-title::after {
    background: linear-gradient(90deg, var(--e-global-color-accent), transparent);
}

.products-mega__list {
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0.65rem;
    column-count: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.products-mega__list li {
    position: relative;
    padding: 0.55rem 0.65rem 0.55rem 1.85rem;
    border-radius: 0;
    font-size: 0.78rem;
    line-height: 1.35;
    color: var(--pm-muted);
    border-bottom: 1px dotted var(--pm-list-border);
}

.white-theme .products-mega__list li {
    border-bottom: 1px dotted #d9dfed;
}

.products-mega__list li::before {
    content: "";
    position: absolute;
    left: 0.55rem;
    top: 0.7rem;
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 50%;
    background:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M6.5 11.2 3.4 8.1l1.1-1.1 2 2 4.9-4.9 1.1 1.1z'/%3E%3C/svg%3E") center / 0.65rem no-repeat,
        linear-gradient(135deg, var(--pm-accent), var(--pm-sky));
    box-shadow: 0 3px 8px -3px var(--pm-glow);
}

.white-theme .products-mega__list li::before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M6.5 11.2 3.4 8.1l1.1-1.1 2 2 4.9-4.9 1.1 1.1z'/%3E%3C/svg%3E") center / 0.65rem no-repeat,        linear-gradient(135deg, var(--pm-accent), var(--pm-accent));
}

.products-mega__list strong {
    display: block;
    margin-bottom: 0.12rem;
    color: var(--pm-strong);
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.3;
}

.white-theme .products-mega__list strong {
    color: #000;
}

.products-mega__list span {
    display: block;
    color: var(--pm-muted);
    font-size: 0.85rem;
    line-height: 1.35;
}

.white-theme .products-mega__list span {
    color: #676767;
}

/* Aside: benefits + CTA */
/* ========================================
   Aside / Benefits
======================================== */

.products-mega__aside {
    display: flex;
    gap: 0.85rem;
    justify-content: space-between;
    padding: 0.95rem;
    border-radius: 14px;
    border: 1px solid var(--pm-line-soft);
    background: var(--pm-aside-bg);
    align-items: center;
}

.white-theme .products-mega__aside {
    background: #fff;
    border: 1px solid #eff2f8;
}

.products-mega__benefits {
    display: flex;
    gap: 0.55rem;
    justify-content: space-between;
}

.products-mega__benefits span {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.55rem 0.7rem;
    border-radius: 10px;
    border: 1px solid var(--pm-line-soft);
    background: color-mix(in srgb, var(--pm-accent) 12%, transparent);
    color: var(--pm-strong);
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.3;
    width: 100%;
    white-space: nowrap;
}

.white-theme .products-mega__benefits span {
    background: #fff;
    border: 1px solid #eef3f7;
}

.products-mega.light-theme .products-mega__benefits span {
    background: var(--e-global-color-white);
    background: var(--pm-aside-bg);
}

.products-mega__benefits i,
.products-mega__benefits span > svg {
    display: grid;
    place-items: center;
    width: 1.55rem;
    height: 1.55rem;
    border-radius: 0.45rem;
    flex-shrink: 0;
    font-size: 0.7rem;
    color: var(--pm-sky);
    background: color-mix(in srgb, var(--pm-accent) 28%, transparent);
    padding: 0.35rem;
    box-sizing: border-box;
}

/* CTA */
/* ========================================
   CTA Buttons
======================================== */

.header-con .navbar-light .navbar-nav .dropdown-menu.mega-menu.products-mega .products-mega__cta {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.45rem;
    /* width: 100%; */
    margin-top: 0;
    padding: 0.55rem 0.55rem 0.55rem 1rem;
    border-radius: 8px;
    border: 1px solid var(--pm-line) !important;
    background: linear-gradient(135deg, var(--pm-accent), var(--pm-accent-2));
    color: var(--pm-on-accent);
    font-size: 0.85rem;
    font-weight: 400;
    text-decoration: none;
    overflow: hidden;
    transition: border-color 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease;
    min-width: 175px;
    /* margin: 0 auto; */
    /* margin-right: 0; */
}

.header-con .navbar-light .navbar-nav .dropdown-menu.mega-menu.products-mega .products-mega__cta svg path {
    fill: var(--pm-on-accent);
}

.header-con .navbar-light .navbar-nav .dropdown-menu.mega-menu.products-mega .products-mega__cta:hover {
    border-color: var(--pm-sky) !important;
    color: var(--pm-on-accent);
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 14px 24px -12px var(--pm-glow);
}

.products-mega__cta>* {
    position: relative;
    z-index: 1;
}

.products-mega__cta-icon {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 1.7rem;
    height: 1.7rem;
    flex: 0 0 1.7rem;
    border-radius: 50%;
    background: var(--pm-cta-chip-bg);
    border: 1px solid var(--pm-cta-chip-border);
    transition: transform 0.25s ease, background 0.25s ease;
}

.products-mega__cta-icon::before {
    content: "";
    width: 0.62rem;
    height: 0.62rem;
    background: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M1 8h11.3L9.1 4.9l.7-.7 4 4-4 4-.7-.7L12.3 8.5H1z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M1 8h11.3L9.1 4.9l.7-.7 4 4-4 4-.7-.7L12.3 8.5H1z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.header-con .navbar-light .navbar-nav .dropdown-menu.mega-menu.products-mega .products-mega__cta:hover .products-mega__cta-icon {
    transform: translateX(3px);
    background: rgba(255, 255, 255, 0.28);
}

/* Footer strip */
/* ========================================
   Footer Strip
======================================== */

.products-mega__footer {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin: 1.5rem -1.5rem 0;
    padding: 1rem 1rem;
    background: var(--pm-footer-bg);
    border-top: 1px solid var(--pm-line-soft);
}

.products-mega__footer-item {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0 1rem;
}

.products-mega__footer-icon {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 0.65rem;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    color: var(--pm-sky);
    font-size: 0.85rem;
    background: color-mix(in srgb, var(--pm-accent) 26%, transparent);
    border: 1px solid var(--pm-line);
}

.header-con .navbar-light .navbar-nav .dropdown-menu.mega-menu.products-mega .products-mega__footer-item p {
    font-size: 0.72rem;
    line-height: 1.4;
    color: var(--pm-muted);
}

.products-mega__footer-item strong {
    display: block;
    color: var(--pm-strong);
    font-weight: 700;
    font-size: 0.82rem;
    margin-bottom: 0.1rem;
}

/* Light theme panel polish */
.products-mega.light-theme .products-mega__panel {
    box-shadow: 0 12px 30px -18px rgba(28, 43, 74, 0.2);
}

.products-mega.white-theme .products-mega__panel {
    box-shadow: 0 12px 30px -18px rgba(28, 43, 74, 0.2);
}

.products-mega.light-theme .products-mega__tab-icon {
    background: var(--e-global-color-white);
}


/* ========================================
   CTAs group
======================================== */

.products-mega__ctas {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    flex-shrink: 0;
}

/* ========================================
   Responsive
======================================== */
@media (max-width: 1399.98px) {
    .header-con .navbar-light .navbar-nav .dropdown-menu.mega-menu.products-mega .products-mega__heading {
        font-size: 1.25rem;
    }

    .products-mega__layout {
        grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
    }

    .products-mega__footer-item {
        padding: 0 0.6rem;
    }
}

@media (max-width: 1199.98px) {
    .header-con .navbar-light .navbar-nav .dropdown-menu.mega-menu.products-mega {
        max-height: min(78vh, 720px);
        overflow-y: auto;
    }

    .products-mega__layout {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .products-mega__nav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.45rem;
    }

    .products-mega__tab-arrow {
        display: none;
    }

    .products-mega__body {
        grid-template-columns: 1fr;
    }

    .products-mega__list {
        grid-template-columns: 1fr;
    }

    .products-mega__aside {
        flex-direction: column;
        align-items: stretch;
    }

    .products-mega__benefits {
        flex-wrap: wrap;
    }

    .products-mega__ctas {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .products-mega__footer {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 0.85rem;
    }
}

@media (max-width: 991.98px) {
    .products-mega__head {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
}

@media (max-width: 767.98px) {
    .products-mega__inner {
        padding: 1.1rem 1rem 0;
    }

    .products-mega__nav {
        grid-template-columns: 1fr;
    }

    .header-con .navbar-light .navbar-nav .dropdown-menu.mega-menu.products-mega .products-mega__heading {
        font-size: 1.45rem;
    }

    .header-con .navbar-light .navbar-nav .dropdown-menu.mega-menu.products-mega .products-mega__title {
        font-size: 1.2rem;
    }

    .products-mega__footer {
        grid-template-columns: 1fr;
        margin: 1.1rem -1rem 0;
        padding: 0.9rem;
        row-gap: 0.75rem;
    }

    .products-mega__footer-item {
        padding: 0;
    }
}

/* ========================================
   Theme Toggle
======================================== */

.theme-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    flex-shrink: 0;
}

.theme-toggle .theme-toggle__button {
    display: grid;
    place-items: center;
    width: 2.15rem;
    height: 2.15rem;
    margin: 0;
    padding: 0;
    border: 1px solid var(--pm-line-soft);
    border-radius: 50%;
    background: color-mix(in srgb, var(--pm-accent) 10%, transparent);
    color: var(--pm-muted);
    font-size: 0.85rem;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.theme-toggle .theme-toggle__button:hover {
    border-color: var(--pm-line);
    color: var(--pm-title);
    transform: translateY(-1px);
}

.theme-toggle .theme-toggle__button.is-active {
    border-color: var(--pm-accent);
    background: linear-gradient(135deg, var(--pm-accent), var(--pm-accent-2));
    color: var(--pm-on-accent);
    box-shadow: 0 8px 16px -8px var(--pm-glow);
}

/* ========================================================================
   Hero Banner 2
   (from home-banner2.css)
======================================================================== */

/* ========================================
   Home Banner 2 (Hero)
   UI reference: getMyAI 5/assets/css/banner2.css
   Scoped under .banner2 to avoid global conflicts
======================================== */

/* ========================================
   Section Shell
======================================== */

.section-hero.banner2 {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: block;
  position: relative;
  background-color: #fff;
}

@media (max-width: 1399px) {
  .section-hero.banner2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

/* ========================================
   Layout / Containers
======================================== */

.banner2 .padding-global-custom {
  z-index: 2;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
  position: relative;
}

@media (max-width: 1440px) {
  .banner2 .padding-global-custom {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (max-width: 1199px) {
  .banner2 .padding-global-custom {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (max-width: 991px) {
  .banner2 .padding-global-custom {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (max-width: 767px) {
  .banner2 .padding-global-custom {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.banner2 .container-large {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.banner2 .hero-home-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.banner2 .hero-home-heading-holder {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60rem;
  max-width: 100%;
  display: flex;
}

.banner2 .hero-home-heading-holder.top-padding-1rem {
  padding-top: 1rem;
}

@media (max-width: 1440px) {
  .banner2 .hero-home-heading-holder {
    width: 50rem;
  }
}

@media (max-width: 1199px) {
  .banner2 .hero-home-heading-holder {
    width: auto;
  }
}

/* ========================================
   Tag / Eyebrow Link
======================================== */

.banner2 .hero-home_tag {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  color: #245ae2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background-color: #ffffff30;
  border-radius: 0.5rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
  padding: 0.875rem 1.25rem;
  font-size: 0.625rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.banner2 .hero-home_tag.has-shadow {
  box-shadow: 0 8px 20.4px #0000000f, inset 0 0.85px 3.42px #ffffff96;
}

.banner2 .hero-home_tag:hover,
.banner2 .hero-home_tag:focus-visible {
  color: #245ae2;
  text-decoration: none;
}

.banner2 .hero-home_icon {
  background-color: #245ae2;
  border-radius: 0.25rem;
  width: 5px;
  height: 5px;
  flex-shrink: 0;
}

.banner2 .icon-embed-xxsmall-alt {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  flex-shrink: 0;
}

/* ========================================
   Heading & Copy
======================================== */

.banner2 .heading-style-h1 {
  color: #2f2f2f;
  letter-spacing: -0.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.875rem;
  font-weight: 500;
  line-height: 1.2;
}

@media (max-width: 1440px) {
  .banner2 .heading-style-h1 {
    font-size: 3.25rem;
  }
}

@media (max-width: 1199px) {
  .banner2 .heading-style-h1 {
    font-size: 3rem;
  }
}

@media (max-width: 991px) {
  .banner2 .heading-style-h1 {
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .banner2 .heading-style-h1 {
    font-size: 2rem;
  }
}

.banner2 .color-blue-span {
  color: #245ae2;
}

.banner2 .hero-home-para-hold {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.banner2 .text-size-regular {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  font-size: 1rem;
  margin: 0;
}

.banner2 .text-color-4d4d4d {
  color: #4d4d4d;
}

/* ========================================
   CTA (uses global .primary_btn)
======================================== */

.banner2 .primary_btn {
  cursor: pointer;
}

/* ========================================
   Media / Video Wrapper
======================================== */

.banner2 .video-gif-wrap {
  margin-top: 3rem;
}

.banner2 .imag-sec.hero-media {
  position: relative;
}

.banner2 .hero-media__frame {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 1rem;
}

.banner2 .imag-sec .hero-media__frame img,
.banner2 .hero-media__poster {
  border-radius: 30px;
  padding: 4rem;
  border: 1px solid #aac2ff;
  max-height: 610px;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  object-fit: contain;
  background:
    radial-gradient(circle at 0%, #0a84ff14, #0000 32%),
    radial-gradient(circle at 100% 100%, #0a84ff1a, #0000 28%),
    linear-gradient(135deg, #245ae2 0%, #00113d 42%, #003acd 100%);
}

.banner2 .hero-media__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.banner2 .hero-media__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 1rem;
}

/* ========================================
   Play / Pause Button
======================================== */

.banner2 .play-btn-sec {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.banner2 .pointer-events-auto {
  pointer-events: auto;
}

.banner2 .play-video-btn {
  display: grid;
  place-items: center;
  cursor: pointer;
  flex-shrink: 0;
  width: 5rem;
  height: 5rem;
  padding: 1.5rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-image: linear-gradient(45deg, #1a46b5, #8fafff);
  color: #fff;
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transition: all 300ms ease-in-out;
  position: relative;
  outline: none;
  isolation: isolate;
}

.banner2 .play-video-btn:hover,
.banner2 .play-video-btn:active,
.banner2 .play-video-btn:focus-visible {
  border-color: transparent;
}

.banner2 .play-video-btn:hover,
.banner2 .play-video-btn:focus-visible {
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.banner2 .play-video-btn:active {
  box-shadow:
    0 4px 16px rgba(0, 0, 0, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.banner2 .play-video-btn__icon {
  flex-shrink: 0;
  grid-area: 1 / 1;
  transition: color 300ms ease-in-out;
}

.banner2 .play-video-btn__icon--pause {
  display: none;
}

.banner2 .play-video-btn.is-active .play-video-btn__icon--play {
  display: none;
}

.banner2 .play-video-btn.is-active .play-video-btn__icon--pause {
  display: block;
}

/* ========================================
   Glass Gradient Border (Play Button)
======================================== */

.banner2 .glass-gradient-border::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.5px;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.95),
      #96b4ff,
      #245ae2,
      rgba(255, 255, 255, 0.75),
      #96b4ff,
      #225ae6,
      rgba(255, 255, 255, 0.9),
      #96b4ff,
      #245ae2,
      rgba(255, 255, 255, 0.95)
    )
    0 0 / 200% 100%;
  transition: opacity 0.3s ease-in-out;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
}

.banner2 .play-video-btn.glass-gradient-border:hover::before,
.banner2 .play-video-btn.glass-gradient-border:active::before,
.banner2 .play-video-btn.glass-gradient-border:focus-visible::before {
  opacity: 1;
}

.banner2 .glass-gradient-border:hover::before,
.banner2 .glass-gradient-border:focus-visible::before {
  opacity: 1;
  animation: 2.5s infinite banner2-glass-border-shimmer;
}

.banner2 .glass-gradient-border:hover,
.banner2 .glass-gradient-border:focus-visible {
  animation: 2.5s infinite banner2-glass-shadow-shimmer;
}

@keyframes banner2-glass-border-shimmer {
  0% {
    background-position: 0%;
  }

  50% {
    background-position: 100%;
  }

  100% {
    background-position: 0%;
  }
}

@keyframes banner2-glass-shadow-shimmer {
  0%,
  100% {
    box-shadow:
      inset 1px 1px #fff6,
      inset -1px -1px #ffffff1a,
      0 0 6px 1px #245ae261,
      0 0 14px 3px #96b4ff47,
      0 0 22px 5px #245ae22e,
      0 0 32px 8px #96b4ff24;
  }

  50% {
    box-shadow:
      inset 1px 1px #fff6,
      inset -1px -1px #ffffff1a,
      0 0 8px 2px #245ae294,
      0 0 18px 5px #96b4ff75,
      0 0 28px 8px #225ae64d,
      0 0 40px 12px #96b4ff3d;
  }
}

/* ========================================
   Hover / Playback State Effects
======================================== */

.banner2 .hero-media.is-playing .hero-media__poster,
.banner2 .hero-media.has-started .hero-media__poster {
  visibility: hidden;
}

.banner2 .hero-media.is-playing .hero-media__video,
.banner2 .hero-media.has-started .hero-media__video {
  display: block;
}

.banner2 .hero-media.is-playing .play-btn-sec {
  opacity: 0;
  transition: opacity 0.2s ease;
}

.banner2 .hero-media.is-playing:hover .play-btn-sec,
.banner2 .hero-media.is-paused .play-btn-sec {
  opacity: 1;
}

/* ========================================
   Responsive
======================================== */

@media (max-width: 1199px) {
  .banner2 .imag-sec .hero-media__frame img,
  .banner2 .hero-media__poster {
    padding: 2.5rem;
    border-radius: 24px;
  }

  .banner2 .play-video-btn {
    width: 4.25rem;
    height: 4.25rem;
    padding: 1.15rem;
  }
}

@media (max-width: 767px) {
  .banner2 .video-gif-wrap {
    margin-top: 2rem;
  }

  .banner2 .hero-home_tag {
    margin-bottom: 1.25rem;
    padding: 0.7rem 1rem;
  }

  .banner2 .hero-home-para-hold {
    margin-bottom: 1.5rem;
  }

  .banner2 .imag-sec .hero-media__frame img,
  .banner2 .hero-media__poster {
    padding: 1.25rem;
    border-radius: 18px;
    max-height: none;
  }

  .banner2 .play-video-btn {
    width: 3.75rem;
    height: 3.75rem;
    padding: 1rem;
  }

  .banner2 .play-video-btn__icon {
    width: 22px;
    height: 22px;
  }
}

/* ========================================================================
   Instantly / Our Products
   (from home-instantly.css)
======================================================================== */

/* ========================================
   Home Instantly / Our Products
   UI reference: getMyAI 5/components/home/instantly.php
   Styles from: getMyAI 5/assets/css/banner2.css (Instantly block)
   Scoped under .section-roi
======================================== */

/* ========================================
   Section Shell
======================================== */

.section-roi {
  width: 100%;
  position: relative;
  display: block;
  background-color: #fff;
}

/* ========================================
   Layout / Containers
======================================== */

.section-roi .section-global {
  z-index: 2;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
  position: relative;
}

@media (max-width: 1440px) {
  .section-roi .section-global {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (max-width: 1199px) {
  .section-roi .section-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (max-width: 991px) {
  .section-roi .section-global {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (max-width: 767px) {
  .section-roi .section-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.section-roi .padding-section-large {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.section-roi .container-large {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.section-roi .roi-wrapper {
  flex-flow: column;
  display: flex;
}

/* ========================================
   Section Heading
======================================== */

.section-roi .heading-title-con {
  margin-bottom: 46px;
}

.section-roi .heading-title-con h2 {
  color: #2f2f2f;
  letter-spacing: -0.03em;
  margin-top: 0;
  margin-bottom: 18px;
  font-size: clamp(1.75rem, 3.2vw, 2.5rem);
  font-weight: 500;
  line-height: 1.24;
}

.section-roi .color-blue-span {
  color: var(--e-global-color-accent, #245ae2);
}

.section-roi .special-text.color-blue {
  color: var(--e-global-color-accent, #245ae2);
}

/* ========================================
   Product Cards Grid
======================================== */

.section-roi .roi-crad-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-roi .roi-crad {
  border-radius: 1rem;
  width: 100%;
  position: relative;
  overflow: hidden !important;
}

.section-roi .roi-crad::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  background-image: linear-gradient(to top, black, transparent);
  z-index: 1;
  height: 50%;
  pointer-events: none;
}

.section-roi .roi-crad-bg-image {
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
  object-fit: cover;
  transform: scale(1) translateZ(0);
  transition: transform 1.1s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

/* ========================================
   Card Overlay Content
======================================== */

.section-roi .roi-crad-inner-hold {
  z-index: 2;
  border-top: 2px solid #e2e8f080;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 1.875rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  padding-top: 1.25rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  transition: 0.5s;
  gap: 0.75rem;
}

.section-roi .roi-crad-inner-content {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-flow: column;
  display: flex;
  color: #fff;
  min-width: 0;
}

.section-roi .heading-style-h4 {
  letter-spacing: -0.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: clamp(1.35rem, 2.4vw, 2.5rem);
  font-weight: 600;
  line-height: 1.24;
}

.section-roi .heading-style-h4 a {
  color: inherit;
  text-decoration: none;
}

.section-roi .heading-style-h4 a:hover,
.section-roi .heading-style-h4 a:focus-visible {
  color: inherit;
  text-decoration: none;
}

.section-roi .text-color-white {
  color: #fff;
}

.section-roi .text-size-large {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.35;
}

.section-roi .roi-crad-inner-content p {
  font-size: 15px;
  font-weight: 200;
  margin: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: 0.5s;
}

/* ========================================
   Card Icon
======================================== */

.section-roi .roi-crad-icon {
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  min-width: 3.5rem;
  display: flex;
  cursor: pointer;
  flex-shrink: 0;
}

.section-roi .roi-crad-icon a {
  display: block;
  width: 100%;
  height: 100%;
}

/* ========================================
   Hover Effects
======================================== */

.section-roi .roi-crad:hover .roi-crad-bg-image {
  transform: scale(1.08) translateZ(0);
}

.section-roi .roi-crad:hover .roi-crad-inner-content p {
  height: 84px;
  opacity: 1;
}

/* ========================================
   Responsive
======================================== */

@media (max-width: 1399px) {
  .section-roi .roi-crad-bg-image {
    height: 450px;
    object-fit: cover;
    object-position: center;
  }

  .section-roi .roi-crad-inner-hold {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

@media (max-width: 991px) {
  /*
    Mobile/tablet: stack image + solid copy panel.
    Avoids white text over busy artwork and removes max-height clipping.
  */
  .section-roi .roi-crad {
    display: flex;
    flex-direction: column;
    background: #0b1220;
    overflow: hidden;
  }

  .section-roi .roi-crad::before {
    display: none;
  }

  .section-roi .roi-crad-bg-image {
    height: 220px;
    flex-shrink: 0;
    border-radius: 0;
  }

  .section-roi .roi-crad-inner-hold {
    position: relative;
    inset: auto;
    margin: 0;
    padding: 1.25rem 1.15rem 1.4rem;
    border-top: none;
    background: #0b1220;
    align-items: flex-start;
    gap: 0.85rem;
  }

  .section-roi .roi-crad-inner-content {
    flex: 1;
    min-width: 0;
    gap: 0.4rem;
  }

  .section-roi .heading-style-h4 {
    font-size: 1.35rem;
    line-height: 1.3;
  }

  .section-roi .text-size-large {
    font-size: 0.98rem;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.92);
  }

  .section-roi .roi-crad-inner-content p {
    height: auto !important;
    max-height: none !important;
    opacity: 1 !important;
    overflow: visible !important;
    margin-top: 0.35rem;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.55;
    color: rgba(226, 232, 240, 0.92);
  }

  .section-roi .roi-crad-icon {
    width: 2.75rem;
    height: 2.75rem;
    min-width: 2.75rem;
    margin-top: 0.15rem;
  }

  .section-roi .roi-crad:hover .roi-crad-bg-image {
    transform: none;
  }

  .section-roi .roi-crad:hover .roi-crad-inner-content p {
    height: auto;
    max-height: none;
  }
}

@media (max-width: 768px) {
  .section-roi .roi-crad-holder {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .section-roi .padding-section-large.bp-on-mobile-4rem {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section-roi .roi-crad-bg-image {
    height: 200px;
  }
}

@media (max-width: 575px) {
  .section-roi .roi-crad-inner-hold {
    padding: 1.15rem 1rem 1.3rem;
  }

  .section-roi .heading-style-h4 {
    font-size: 1.25rem;
  }

  .section-roi .text-size-large {
    font-size: 0.9375rem;
  }

  .section-roi .roi-crad-bg-image {
    height: 180px;
  }
}

/* ========================================================================
   Expand Cards / Industry
   (from home-expand-card.css)
======================================================================== */

/* ========================================
   Home Expand Cards (Industry)
   UI reference: getMyAI 5/components/home/expand-card.php
   Styles from: getMyAI 5/assets/css/expand-card.css
======================================== */

/* ========================================
   Section Shell / Theme
======================================== */

.expand-card-section {
  --industry-blue: #245ae2;
  --industry-blue-soft: #96b4ff;
  --industry-ink: #2f2f2f;
  --industry-closed: 5.25rem;
  --industry-speed: 0.55s;
  overflow: hidden;
}

.expand-card-section.bg-darken {
  background-image: linear-gradient(90deg, #000, #0e245a);
}

.expand-card-section.bg-darken::before {
  content: "";
  pointer-events: none;
  background:
    radial-gradient(70% 45% at 12% 18%, #3b82f624, #0000 55%),
    radial-gradient(55% 40% at 88% 72%, #6366f11a, #0000 50%);
  position: absolute;
  inset: 0;
}

/* ========================================
   Heading
======================================== */

.expand-card-section .heading-title-con.text-white h2,
.expand-card-section .heading-title-con.text-white p,
.expand-card-section .heading-title-con .special-text.text-white {
  color: #fff;
}

.expand-card-section .heading-title-con .color-blue {
  color: var(--e-global-color-accent, #245ae2);
}

.expand-card-section .heading-title-con p {
  opacity: 0.9;
}

/* ========================================
   Cards Container
======================================== */

.expand-card-section .expand-cards {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  width: 100%;
  margin-top: 0;
  height: 35rem;
  position: relative;
  z-index: 1;
}

/* ========================================
   Card Base
======================================== */

.expand-card-section .expand-card {
  position: relative;
  width: 100%;
  height: var(--industry-closed);
  overflow: hidden;
  border-radius: 0;
  cursor: pointer;
  flex: 0 0 auto;
  isolation: isolate;
  border: 1px solid #1a2b61;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  transition:
    flex var(--industry-speed) cubic-bezier(0.22, 1, 0.36, 1),
    width var(--industry-speed) cubic-bezier(0.22, 1, 0.36, 1),
    height var(--industry-speed) cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow var(--industry-speed) ease,
    border-color var(--industry-speed) ease,
    transform var(--industry-speed) ease;
}

.expand-card-section .expand-card.is-active {
  height: 22rem;
  box-shadow: 0 22px 50px rgba(36, 90, 226, 0.18);
}

.expand-card-section .expand-card:focus-visible {
  outline: 2px solid var(--industry-blue-soft);
  outline-offset: 2px;
}

/* ========================================
   Card Media
======================================== */

.expand-card-section .expand-card__image {
  position: absolute !important;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  z-index: 0;
  transform: scale(1);
  transition:
    transform var(--industry-speed) ease,
    filter 0.35s ease;
}

.expand-card-section .expand-card__shade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background:
    linear-gradient(
      to top,
      rgb(0 43 145 / 72%) 0%,
      rgba(36, 90, 226, 0.45) 48%,
      rgb(15 23 42 / 0%) 100%
    ),
    linear-gradient(0deg, rgb(0 0 0 / 55%) 0%, transparent 55%);
  pointer-events: none;
  height: 30%;
}

/* ========================================
   Card Content
======================================== */

.expand-card-section .expand-card__content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.15rem 1.35rem 1.35rem;
  color: #fff;
}

.expand-card-section .expand-card__index {
  position: absolute;
  top: 1rem;
  right: 1.15rem;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.85rem;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, rgb(36 90 226), rgb(150 180 255 / 51%));
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.expand-card-section .expand-card__index i,
.expand-card-section .expand-card__index svg {
  font-size: 1rem;
  width: 1rem;
  height: 1rem;
  color: #fff;
}

.expand-card-section .expand-card__title {
  margin: 0;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.25;
  max-width: 16rem;
  transition: transform var(--industry-speed) ease;
}

.expand-card-section .expand-card__desc {
  margin: 0.65rem 0 0;
  max-width: 28rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  line-height: 1.55;
  opacity: 0;
  transform: translateY(0.85rem);
  transition:
    opacity 0.35s ease 0.05s,
    transform var(--industry-speed) cubic-bezier(0.22, 1, 0.36, 1);
}

/* ========================================
   Hover / Active Effects
======================================== */

.expand-card-section .expand-card:hover .expand-card__image,
.expand-card-section .expand-card.is-active .expand-card__image {
  transform: scale(1.02);
}

.expand-card-section .expand-card.is-active .expand-card__desc {
  opacity: 1;
  transform: translateY(0);
}

/* ========================================
   Responsive — Large
======================================== */

@media (max-width: 1399px) {
  .expand-card-section .expand-cards {
    height: 30rem;
  }

  .expand-card-section {
    --industry-closed: 5.75rem;
  }
}

/* ========================================
   Responsive — Tablet / Mobile (stacked)
======================================== */

@media screen and (max-width: 991.98px) {
  .expand-card-section .expand-cards {
    height: auto;
    flex-direction: column;
    gap: 0.75rem;
  }

  .expand-card-section .expand-card {
    height: 4.5rem;
    flex: 0 0 auto;
    width: 100%;
  }

  .expand-card-section .expand-card.is-active {
    height: min(72vh, 28rem);
    box-shadow: 0 22px 50px rgba(36, 90, 226, 0.18);
  }

  .expand-card-section .expand-card:not(.is-active) .expand-card__content {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.85rem 0.9rem;
  }

  .expand-card-section .expand-card:not(.is-active) .expand-card__index {
    position: static;
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.75rem;
    order: 2;
  }

  .expand-card-section .expand-card:not(.is-active) .expand-card__index i,
  .expand-card-section .expand-card:not(.is-active) .expand-card__index svg {
    font-size: 0.9rem;
    width: 0.9rem;
    height: 0.9rem;
  }

  .expand-card-section .expand-card:not(.is-active) .expand-card__title {
    position: relative;
    z-index: 1;
    order: 1;
    margin: 0;
    max-width: none;
    flex: 1 1 auto;
    font-size: 1rem;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    writing-mode: horizontal-tb;
    transform: none;
  }

  .expand-card-section .expand-card:not(.is-active) .expand-card__desc {
    display: none;
  }

  .expand-card-section .expand-card:not(.is-active) .expand-card__shade {
    height: 100%;
    background: linear-gradient(
      90deg,
      rgb(0 20 70 / 72%) 0%,
      rgb(15 23 42 / 35%) 55%,
      rgb(15 23 42 / 15%) 100%
    );
  }

  .expand-card-section .expand-card.is-active .expand-card__content {
    justify-content: flex-end;
    padding: 1.25rem 1.15rem 1.35rem;
  }

  .expand-card-section .expand-card.is-active .expand-card__index {
    top: 0.9rem;
    right: 0.9rem;
    width: 2.5rem;
    height: 2.5rem;
  }

  .expand-card-section .expand-card.is-active .expand-card__title {
    font-size: 1.35rem;
    max-width: 100%;
  }

  .expand-card-section .expand-card.is-active .expand-card__desc {
    opacity: 1;
    transform: translateY(0);
    font-size: 0.9rem;
    max-width: 100%;
  }

  .expand-card-section .expand-card.is-active .expand-card__shade {
    height: 55%;
  }
}

/* ========================================
   Responsive — Desktop (horizontal)
======================================== */

@media screen and (min-width: 992px) {
  .expand-card-section .expand-cards {
    flex-direction: row;
    align-items: stretch;
    gap: 10px;
  }

  .expand-card-section .expand-card {
    flex: 0 0 var(--industry-closed);
    width: var(--industry-closed);
    height: 100%;
  }

  .expand-card-section .expand-card.is-active {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    height: 100%;
  }

  .expand-card-section .expand-card:not(.is-active) .expand-card__content {
    justify-content: flex-end;
    align-items: center;
    padding: 1rem 0.65rem 1.35rem;
  }

  .expand-card-section .expand-card:not(.is-active) .expand-card__index {
    top: 1rem;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 0.7rem;
  }

  .expand-card-section .expand-card:not(.is-active) .expand-card__index i,
  .expand-card-section .expand-card:not(.is-active) .expand-card__index svg {
    font-size: 0.85rem;
    width: 0.85rem;
    height: 0.85rem;
  }

  .expand-card-section .expand-card:not(.is-active) .expand-card__title {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    white-space: nowrap;
    max-width: none;
    font-size: 1rem;
    letter-spacing: 0.04em;
  }

  .expand-card-section .expand-card:not(.is-active) .expand-card__desc {
    display: none;
  }

  .expand-card-section .expand-card.is-active .expand-card__content {
    padding: 1.75rem 2rem 2rem;
  }

  .expand-card-section .expand-card.is-active .expand-card__title {
    font-size: 1.85rem;
    max-width: 22rem;
  }

  .expand-card-section .expand-card.is-active .expand-card__desc {
    font-size: 1.05rem;
    max-width: 34rem;
  }
}

/* ========================================================================
   How To Deploy
   (from getMyAI 5/assets/css/how-to-deploy.css — scoped, no legacy class hooks)
======================================================================== */

.how-to-deploy-section {
    --htd-bg: #020617;
    --htd-blue: #245ae2;
    --htd-blue-soft: #96b4ff;
    --htd-muted: rgba(232, 238, 252, 0.68);
    --htd-line: rgba(150, 180, 255, 0.2);
    --htd-speed: 0.35s;
    background: var(--htd-bg) !important;
    background-image: none !important;
    overflow: hidden;
    isolation: isolate;
}

.how-to-deploy-section .how-to-deploy__glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
    filter: blur(10px);
}

.how-to-deploy-section .how-to-deploy__glow--left {
    width: 28rem;
    height: 28rem;
    top: -8rem;
    left: -10rem;
    background: radial-gradient(circle, rgba(36, 90, 226, 0.28) 0%, transparent 70%);
}

.how-to-deploy-section .how-to-deploy__glow--right {
    width: 24rem;
    height: 24rem;
    right: -8rem;
    bottom: -6rem;
    background: radial-gradient(circle, rgba(150, 180, 255, 0.18) 0%, transparent 70%);
}

.how-to-deploy-section .how-to-deploy__heading {
    position: relative;
    z-index: 1;
    margin-bottom: 3rem;
}

.how-to-deploy-section .how-to-deploy__heading .special-text {
    color: var(--htd-blue-soft);
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 700;
}

.how-to-deploy-section .how-to-deploy__heading h2 {
    color: #fff;
    margin-top: 0.75rem;
}

.how-to-deploy-section .how-to-deploy__heading p {
    color: var(--htd-muted);
    margin: 0.85rem auto 0;
}

.how-to-deploy-section .how-to-deploy__row {
    position: relative;
    z-index: 1;
}

.how-to-deploy-section .how-to-deploy__panel {
    display: none;
}

.how-to-deploy-section .how-to-deploy__panel.is-active {
    display: block;
}

.how-to-deploy-section .how-to-deploy__panel-row {
    margin: 0;
}

.how-to-deploy-section .how-to-deploy__tabs-col {
    margin-bottom: 2.5rem;
}

.how-to-deploy-section .how-to-deploy-product-tabs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1.15rem;
    padding: 1rem 2rem;
    border-radius: 99px;
    background: linear-gradient(180deg, #040a12 0%, #0e245a 100%);
    border: 1px solid rgb(11 27 68);
    box-shadow: 0 18px 40px rgba(15, 40, 100, 0.12), inset 0 1px 0 rgb(14 36 90);
}

.how-to-deploy-section .how-to-deploy-product-tab {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-height: 2.85rem;
    padding: 0.7rem 1.15rem;
    border-radius: 999px;
    border: 1px solid rgba(36, 90, 226, 0.14);
    background: #fff;
    color: #1a2b4d;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 1.2;
    cursor: pointer;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(36, 90, 226, 0.06);
    transition:
        background 0.32s ease,
        color 0.32s ease,
        border-color 0.32s ease,
        box-shadow 0.32s ease,
        transform 0.32s ease;
}

.how-to-deploy-section .how-to-deploy-product-tab i,
.how-to-deploy-section .how-to-deploy-product-tab svg {
    font-size: 0.82rem;
    width: 0.82rem;
    height: 0.82rem;
    color: #245ae2;
    transition: color 0.32s ease;
    flex-shrink: 0;
}

.how-to-deploy-section .how-to-deploy-product-tab span {
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    display: inline !important;
    background: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    font-size: inherit !important;
    color: inherit !important;
}

.how-to-deploy-section .how-to-deploy-product-tab:hover {
    border-color: rgba(36, 90, 226, 0.35);
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(36, 90, 226, 0.12);
}

.how-to-deploy-section .how-to-deploy-product-tab.is-active {
    background: linear-gradient(135deg, #245ae2, #4d7dff);
    border-color: transparent;
    color: #fff;
    box-shadow:
        0 12px 26px rgba(36, 90, 226, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.28);
    transform: translateY(-1px);
}

.how-to-deploy-section .how-to-deploy-product-tab.is-active i,
.how-to-deploy-section .how-to-deploy-product-tab.is-active svg {
    color: #fff;
}

.how-to-deploy-section .how-to-deploy-product-tab:focus-visible {
    outline: 3px solid rgba(36, 90, 226, 0.35);
    outline-offset: 2px;
}

@media (max-width: 991px) {
    .how-to-deploy-section .how-to-deploy-product-tabs {
        gap: 0.55rem;
    }

    .how-to-deploy-section .how-to-deploy-product-tab {
        flex: 1 1 calc(24% - 0.55rem);
        min-width: 0;
        padding: 0.7rem 0.85rem;
        font-size: 0.84rem;
    }
}

@media (max-width: 768px) {
    .how-to-deploy-section .how-to-deploy-product-tab {
        flex: 1 1 calc(33% - 0.55rem);
    }
}

@media (max-width: 575px) {
    .how-to-deploy-section .how-to-deploy-product-tabs {
        border-radius: 1.2rem;
        padding: 0.85rem;
        gap: 0.55rem;
    }

    .how-to-deploy-section .how-to-deploy-product-tab {
        flex: 1 1 100%;
        justify-content: flex-start;
        padding-left: 1rem;
    }

    .how-to-deploy-section .how-to-deploy-product-tab span {
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

/* Preview */
.how-to-deploy-section .how-to-deploy__preview {
    position: relative;
}

.how-to-deploy-section .how-to-deploy__preview-frame {
    position: relative;
    border-radius: 1.5rem;
    padding: 1rem;
    background:
        linear-gradient(160deg, rgba(36, 90, 226, 0.22), rgba(2, 6, 23, 0.4) 45%, rgba(150, 180, 255, 0.1));
    border: 1px solid var(--htd-line);
    box-shadow:
        0 24px 60px rgba(0, 0, 0, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.how-to-deploy-section .how-to-deploy__preview-shine {
    position: absolute;
    inset: -40% auto auto -20%;
    width: 55%;
    height: 70%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.16), transparent 60%);
    transform: rotate(18deg);
    pointer-events: none;
    z-index: 1;
}

.how-to-deploy-section .how-to-deploy__media {
    position: relative;
    z-index: 2;
    padding: 0;
    margin: 0;
    min-height: 22rem;
    aspect-ratio: 16 / 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.how-to-deploy-section .how-to-deploy__main-figure {
    width: 100%;
    height: 100%;
    margin: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.how-to-deploy-section .how-to-deploy__main-image {
    position: relative;
    z-index: 2;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    object-fit: contain;
    border-radius: 1rem;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35) !important;
}

.how-to-deploy-section .how-to-deploy__robot-figure {
    position: absolute;
    left: -0.75rem;
    bottom: 2.4rem;
    z-index: 9;
    margin: 0;
    pointer-events: none;
    width: auto;
    height: auto;
}

.how-to-deploy-section .how-to-deploy__robot-image {
    display: block;
    position: relative !important;
    left: auto !important;
    bottom: auto !important;
    max-height: 11rem !important;
    width: auto !important;
    height: auto !important;
    filter: drop-shadow(0 12px 24px rgba(36, 90, 226, 0.35));
    box-shadow: none !important;
}

.how-to-deploy-section .how-to-deploy__preview-meta-wrap {
    display: flex;
    justify-content: flex-end;
    margin-top: 1rem;
}

.how-to-deploy-section .how-to-deploy__preview-meta {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin-top: 0;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    color: var(--htd-muted);
    font-size: 0.8rem;
    letter-spacing: 0.04em;
    background: rgba(8, 18, 42, 0.8);
    border: 1px solid var(--htd-line);
}

.how-to-deploy-section .how-to-deploy__live-dot {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #3ddc97;
    box-shadow: 0 0 0 0 rgba(61, 220, 151, 0.55);
    animation: how-to-deploy-pulse 1.8s infinite;
}

@keyframes how-to-deploy-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(61, 220, 151, 0.55);
    }

    70% {
        box-shadow: 0 0 0 0.55rem rgba(61, 220, 151, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(61, 220, 151, 0);
    }
}

/* Steps */
.how-to-deploy-section .how-to-deploy__steps {
    position: relative;
}

.how-to-deploy-section .how-to-deploy__list {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    position: relative;
    padding-left: 0.35rem;
    list-style: none;
}

.how-to-deploy-section .how-to-deploy__list::before {
    content: "";
    position: absolute;
    top: 1.5rem;
    bottom: 1.5rem;
    left: 1.85rem;
    width: 2px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(36, 90, 226, 0.05), rgba(36, 90, 226, 0.55), rgba(36, 90, 226, 0.05));
    pointer-events: none;
}

.how-to-deploy-section .how-to-deploy__step {
    position: relative;
    display: block;
    margin: 0 !important;
    padding: 0.95rem 1rem 0.95rem 0.85rem;
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    cursor: pointer;
    outline: none;
    overflow: hidden;
    transition:
        border-color var(--htd-speed) ease,
        background var(--htd-speed) ease,
        box-shadow var(--htd-speed) ease,
        transform var(--htd-speed) ease;
}

.how-to-deploy-section .how-to-deploy__step::before {
    content: "";
    position: absolute;
    left: 0;
    top: 18%;
    bottom: 18%;
    width: 3px;
    border-radius: 0 999px 999px 0;
    background: transparent;
    transition: background var(--htd-speed) ease, top var(--htd-speed) ease, bottom var(--htd-speed) ease;
}

.how-to-deploy-section .how-to-deploy__step:hover {
    background: rgba(36, 90, 226, 0.1);
    border-color: rgba(150, 180, 255, 0.28);
    transform: translateX(4px);
}

.how-to-deploy-section .how-to-deploy__step.is-active {
    background:
        linear-gradient(120deg, rgba(36, 90, 226, 0.34), rgba(12, 24, 56, 0.92) 55%, rgba(8, 18, 42, 0.88));
    border-color: rgba(150, 180, 255, 0.55);
    box-shadow:
        0 0 0 1px rgba(36, 90, 226, 0.25),
        0 18px 40px rgba(36, 90, 226, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
    transform: translateX(0);
}

.how-to-deploy-section .how-to-deploy__step.is-active::before {
    top: 12%;
    bottom: 12%;
    background: linear-gradient(180deg, #96b4ff, #245ae2);
    box-shadow: 0 0 16px rgba(36, 90, 226, 0.75);
}

.how-to-deploy-section .how-to-deploy__step:focus-visible {
    border-color: var(--htd-blue-soft);
    box-shadow: 0 0 0 3px rgba(36, 90, 226, 0.4);
}

.how-to-deploy-section .how-to-deploy__step-head {
    display: grid;
    grid-template-columns: 3.25rem 1fr;
    gap: 0.95rem;
    align-items: center;
}

.how-to-deploy-section .how-to-deploy__badge {
    position: relative;
    z-index: 1;
    width: 3.25rem;
    height: 3.25rem;
    min-width: 3.25rem;
    border-radius: 1rem;
    display: grid;
    place-items: center;
    color: #fff;
    background: rgba(15, 28, 58, 0.95);
    border: 1px solid rgba(150, 180, 255, 0.22);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    transition:
        background var(--htd-speed) ease,
        border-color var(--htd-speed) ease,
        box-shadow var(--htd-speed) ease,
        transform var(--htd-speed) ease;
}

.how-to-deploy-section .how-to-deploy__badge i,
.how-to-deploy-section .how-to-deploy__badge svg {
    font-size: 1rem;
    width: 1rem;
    height: 1rem;
    color: var(--htd-blue-soft);
    transition: color var(--htd-speed) ease, opacity var(--htd-speed) ease;
}

.how-to-deploy-section .how-to-deploy__badge em {
    position: absolute;
    right: -0.2rem;
    bottom: -0.15rem;
    min-width: 1.25rem;
    height: 1.25rem;
    padding: 0 0.28rem;
    border-radius: 999px;
    display: grid;
    place-items: center;
    font-style: normal;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #fff;
    background: rgba(36, 90, 226, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.how-to-deploy-section .how-to-deploy__step.is-active .how-to-deploy__badge {
    background: linear-gradient(145deg, #245ae2, #6b93ff);
    border-color: transparent;
    box-shadow:
        0 10px 22px rgba(36, 90, 226, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.35);
    transform: scale(1.04);
}

.how-to-deploy-section .how-to-deploy__step.is-active .how-to-deploy__badge i,
.how-to-deploy-section .how-to-deploy__step.is-active .how-to-deploy__badge svg {
    color: #fff;
}

.how-to-deploy-section .how-to-deploy__step.is-active .how-to-deploy__badge em {
    background: #0b1b3f;
    border-color: rgba(150, 180, 255, 0.35);
}

.how-to-deploy-section .how-to-deploy__step-title {
    margin: 0;
    min-width: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.25rem;
    font-weight: 300;
    letter-spacing: -0.02em;
    line-height: 1.3;
    transition: color var(--htd-speed) ease;
}

.how-to-deploy-section .how-to-deploy__step.is-active .how-to-deploy__step-title {
    color: #fff;
    font-size: 1.08rem;
}

/* Desktop: chevron hidden (div — not affected by legacy ul li span styles) */
.how-to-deploy-section .how-to-deploy__chevron {
    display: none;
}

.how-to-deploy-section .how-to-deploy__step-panel {
    min-width: 0;
    margin-left: calc(3.25rem + 0.95rem);
}

.how-to-deploy-section .how-to-deploy__step-panel p {
    margin: 0;
    color: var(--htd-muted);
    font-size: 0.9rem;
    line-height: 1.5;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(4px);
    transition:
        max-height 0.35s ease,
        opacity 0.28s ease,
        margin-top 0.28s ease,
        transform 0.28s ease;
}

.how-to-deploy-section .how-to-deploy__step.is-active .how-to-deploy__step-panel p {
    max-height: 5.5rem;
    opacity: 1;
    margin-top: 0.4rem;
    transform: translateY(0);
}

.how-to-deploy-section .how-to-deploy__accordion-preview {
    display: none;
}

.how-to-deploy-section .how-to-deploy__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    margin-top: 1.35rem;
    padding: 0.95rem 1.4rem;
    border-radius: 0.9rem;
    color: #fff !important;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    background: linear-gradient(135deg, #245ae2, #4d7dff);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow:
        0 12px 28px rgba(36, 90, 226, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.25);
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.how-to-deploy-section .how-to-deploy__cta span {
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    display: inline !important;
    background: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    font-size: inherit !important;
    color: inherit !important;
}

.how-to-deploy-section .how-to-deploy__cta svg {
    font-size: 0.85rem;
    width: 0.85rem;
    height: 0.85rem;
    transition: transform 0.25s ease;
    flex-shrink: 0;
}

.how-to-deploy-section .how-to-deploy__cta:hover {
    transform: translateY(-2px);
    filter: brightness(1.05);
    box-shadow: 0 16px 34px rgba(36, 90, 226, 0.45);
    color: #fff !important;
}

.how-to-deploy-section .how-to-deploy__cta:hover svg {
    transform: translateX(0.2rem);
}

/* Tablet / mobile accordion */
@media (max-width: 1199.98px) {
    .how-to-deploy-section .how-to-deploy__row {
        display: flex !important;
        flex-wrap: wrap;
    }

    .how-to-deploy-section .how-to-deploy__preview-col {
        display: none !important;
    }

    .how-to-deploy-section .how-to-deploy__steps-col {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .how-to-deploy-section .how-to-deploy__robot-figure {
        display: none;
    }

    .how-to-deploy-section .how-to-deploy__heading {
        margin-bottom: 2.25rem;
    }

    .how-to-deploy-section .how-to-deploy__list {
        padding-left: 0;
    }

    .how-to-deploy-section .how-to-deploy__list::before {
        display: none;
    }

    .how-to-deploy-section .how-to-deploy__step {
        padding: 0;
        transform: none;
    }

    .how-to-deploy-section .how-to-deploy__step:hover {
        transform: none;
    }

    .how-to-deploy-section .how-to-deploy__step::before {
        display: none;
    }

    .how-to-deploy-section .how-to-deploy__step-head {
        grid-template-columns: 3.25rem 1fr auto;
        gap: 0.85rem;
        padding: 0.95rem 1rem 0.95rem 0.9rem;
    }

    .how-to-deploy-section .how-to-deploy__chevron {
        display: grid;
        place-items: center;
        width: 1.75rem;
        height: 1.75rem;
        min-width: 1.75rem;
        border-radius: 999px;
        color: var(--htd-blue-soft);
        background: rgba(36, 90, 226, 0.15);
        border: 1px solid rgba(150, 180, 255, 0.2);
        transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
    }

    .how-to-deploy-section .how-to-deploy__chevron svg {
        font-size: 0.7rem;
        width: 0.7rem;
        height: 0.7rem;
        transition: transform 0.3s ease;
    }

    .how-to-deploy-section .how-to-deploy__step.is-active .how-to-deploy__chevron {
        background: rgba(36, 90, 226, 0.35);
        color: #fff;
    }

    .how-to-deploy-section .how-to-deploy__step.is-active .how-to-deploy__chevron svg {
        transform: rotate(180deg);
    }

    .how-to-deploy-section .how-to-deploy__step-panel {
        margin-left: 0;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transition:
            max-height 0.45s ease,
            opacity 0.3s ease;
    }

    .how-to-deploy-section .how-to-deploy__step.is-active .how-to-deploy__step-panel {
        max-height: 40rem;
        opacity: 1;
    }

    .how-to-deploy-section .how-to-deploy__step-panel p {
        max-height: none;
        opacity: 1;
        transform: none;
        margin: 0;
        padding: 0 1rem 0.85rem;
    }

    .how-to-deploy-section .how-to-deploy__step.is-active .how-to-deploy__step-panel p {
        max-height: none;
        opacity: 1;
        margin-top: 0;
        transform: none;
    }

    .how-to-deploy-section .how-to-deploy__accordion-preview {
        display: block;
        margin: 0;
        padding: 0 0.85rem 0.95rem;
    }

    .how-to-deploy-section .how-to-deploy__accordion-preview img {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 0.85rem;
        border: 1px solid rgba(150, 180, 255, 0.22);
        box-shadow: 0 14px 32px rgba(0, 0, 0, 0.35);
        background: rgba(8, 18, 42, 0.6);
    }

    .how-to-deploy-section .how-to-deploy__cta {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 991px) {
    .how-to-deploy-section .how-to-deploy__glow--left {
        width: 18rem;
        height: 18rem;
        top: -6rem;
        left: -8rem;
    }

    .how-to-deploy-section .how-to-deploy__glow--right {
        width: 16rem;
        height: 16rem;
        right: -6rem;
        bottom: -4rem;
    }

    .how-to-deploy-section .how-to-deploy__heading {
        margin-bottom: 1.75rem;
    }

    .how-to-deploy-section .how-to-deploy__heading h2 {
        font-size: clamp(1.55rem, 4.2vw, 2rem);
    }

    .how-to-deploy-section .how-to-deploy__heading p {
        font-size: 0.95rem;
        padding: 0 0.5rem;
    }

    .how-to-deploy-section .how-to-deploy__list {
        gap: 0.55rem;
    }

    .how-to-deploy-section .how-to-deploy__step-head {
        grid-template-columns: 3rem 1fr auto;
        gap: 0.75rem;
        padding: 0.85rem 0.85rem 0.85rem 0.75rem;
    }

    .how-to-deploy-section .how-to-deploy__badge {
        width: 3rem;
        height: 3rem;
        min-width: 3rem;
        border-radius: 0.9rem;
    }

    .how-to-deploy-section .how-to-deploy__step-title,
    .how-to-deploy-section .how-to-deploy__step.is-active .how-to-deploy__step-title {
        font-size: 1.05rem;
    }

    .how-to-deploy-section .how-to-deploy__step-panel p {
        font-size: 0.88rem;
        padding-left: 0.85rem;
        padding-right: 0.85rem;
    }

    .how-to-deploy-section .how-to-deploy__accordion-preview {
        padding: 0 0.75rem 0.85rem;
    }

    .how-to-deploy-section .how-to-deploy__cta {
        margin-top: 1.15rem;
        padding: 0.9rem 1.2rem;
        font-size: 0.75rem;
    }
}

@media (max-width: 575px) {
    .how-to-deploy-section .how-to-deploy__step-head {
        grid-template-columns: 2.75rem 1fr auto;
        gap: 0.65rem;
        padding: 0.8rem 0.7rem;
    }

    .how-to-deploy-section .how-to-deploy__badge {
        width: 2.75rem;
        height: 2.75rem;
        min-width: 2.75rem;
        border-radius: 0.8rem;
    }

    .how-to-deploy-section .how-to-deploy__badge i,
    .how-to-deploy-section .how-to-deploy__badge svg {
        font-size: 0.9rem;
        width: 0.9rem;
        height: 0.9rem;
    }

    .how-to-deploy-section .how-to-deploy__step-title,
    .how-to-deploy-section .how-to-deploy__step.is-active .how-to-deploy__step-title {
        font-size: 0.98rem;
    }

    .how-to-deploy-section .how-to-deploy__chevron {
        width: 1.55rem;
        height: 1.55rem;
        min-width: 1.55rem;
    }

    .how-to-deploy-section .how-to-deploy__step-panel p {
        padding-left: 0.7rem;
        padding-right: 0.7rem;
        font-size: 0.85rem;
    }

    .how-to-deploy-section .how-to-deploy__accordion-preview {
        padding: 0 0.65rem 0.75rem;
    }
}

/* ========================================================================
   Testimonials
   (from getMyAI 5/assets/css/testimonials.css + PHP style.css card look)
======================================================================== */

.testimonials-con {
  overflow: hidden;
}

.testimonials-con .testimonials-slick {
  position: relative;
  z-index: 3;
  width: 100%;
}

.testimonials-con .testimonials-slick .slick-list {
  padding-top: 20px;
  margin: 0 -8px;
}

.testimonials-con .testimonials-slick .slick-track {
  display: flex !important;
  align-items: stretch;
}

.testimonials-con .testimonials-slick .slick-slide {
  height: auto;
  display: flex !important;
}

.testimonials-con .testimonials-slick .slick-slide > div {
  display: flex;
  width: 100%;
  height: 100%;
}

.testimonials-con .testimonials-slick .item {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0 8px;
  box-sizing: border-box;
}

.testimonials-con .testimonial-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding: 22px 22px 35px;
  border: 1px solid #ededed;
  border-radius: 0;
  border-bottom: 2px solid var(--e-global-color-accent, #245ae2);
  background-color: #00278b;
  background-image: linear-gradient(#00278b 0%, #003fdd 100%);
  box-shadow: 2px 0 50px rgb(0 0 0 / 3%);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.testimonials-con .testimonial-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25);
}

.testimonials-con .testimonial-box::before {
  content: "";
  pointer-events: none;
  opacity: 0.3;
  background:
    radial-gradient(circle at 50% 50%, #c1dfffe6 0 2px, #0000 1.5px) 0 0 / 10px 10px,
    radial-gradient(circle at 50% 50%, #af5dff38 0%, #0000 56%);
  width: 200px;
  height: 200px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-mask-image: radial-gradient(circle at 72% 72%, #000 16%, #0000 68%);
  mask-image: radial-gradient(circle at 72% 72%, #000 16%, #0000 68%);
}

.testimonials-con .testimonial-box ul {
  display: flex;
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  color: #e8c547;
  gap: 5px;
  position: relative;
  z-index: 1;
}

.testimonials-con .testimonial-box ul li {
  margin: 0;
  padding: 0;
  line-height: 1;
}

.testimonials-con .testimonial-box ul svg {
  width: 0.95rem;
  height: 0.95rem;
}

.testimonials-con .testimonial-box .testimonials-quote {
  position: absolute;
  top: 1.1rem;
  right: 1.15rem;
  font-size: 4rem;
  width: 4rem;
  height: 4rem;
  color: rgba(255, 255, 255, 0.08);
  z-index: 0;
  pointer-events: none;
}

.testimonials-con .testimonial-box p {
  flex: 1 1 auto;
  margin-bottom: 4.25rem;
  color: #fff;
  position: relative;
  z-index: 1;
}

.testimonials-con .testimonial-box .customer {
  margin-top: auto;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  position: relative;
  z-index: 1;
}

.testimonials-con .testimonial-box .designation {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.75);
  position: relative;
  z-index: 1;
}

.testimonials-con .testimonials-slick .slick-dots {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  width: 80%;
  margin: 40px auto 0;
  padding: 0;
  list-style: none;
  display: flex !important;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.testimonials-con .testimonials-slick.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.testimonials-con .testimonials-slick .slick-dots li {
  margin: 0;
  width: auto;
  height: auto;
}

.testimonials-con .testimonials-slick .slick-dots li button {
  width: 13px;
  height: 13px;
  padding: 0;
  border-radius: 50%;
  background-color: rgb(39 119 252 / 15%);
  border: none;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}

.testimonials-con .testimonials-slick .slick-dots li button::before {
  display: none;
}

.testimonials-con .testimonials-slick .slick-dots li.slick-active button {
  width: 19px;
  height: 19px;
  background-color: var(--e-global-color-accent, #245ae2);
  margin-bottom: 2px;
}

/* Hide default slick arrow chrome; use custom .testimonials-nav */
.testimonials-con .testimonials-slick .slick-prev,
.testimonials-con .testimonials-slick .slick-next {
  display: none !important;
}

.testimonials-con__slider-wrap {
  position: relative;
}

.testimonials-nav {
  appearance: none;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(36, 90, 226, 0.18);
  border-radius: 999px;
  background: #fff;
  color: #245ae2;
  box-shadow: 0 10px 24px rgba(15, 40, 100, 0.14);
  cursor: pointer;
  transform: translateY(-70%);
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.testimonials-nav svg {
  width: 0.95rem;
  height: 0.95rem;
}

.testimonials-nav:hover,
.testimonials-nav:focus-visible {
  background: #245ae2;
  color: #fff;
  box-shadow: 0 14px 28px rgba(36, 90, 226, 0.28);
  outline: none;
}

.testimonials-nav:active {
  transform: translateY(-70%) scale(0.96);
}

.testimonials-nav.is-disabled,
.testimonials-nav:disabled {
  opacity: 0.45;
  cursor: default;
  pointer-events: none;
}

.testimonials-nav--prev {
  left: 0.35rem;
}

.testimonials-nav--next {
  right: 0.35rem;
}

.testimonials-con .testimonials-slick .testimonials-nav--prev {
  left: 0.5rem;
}

.testimonials-con .testimonials-slick .testimonials-nav--next {
  right: 0.5rem;
}

/* Keep cards clear of arrow hit areas on desktop */
@media (min-width: 992px) {
  .testimonials-con .testimonials-slick .slick-list {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .testimonials-nav--prev {
    left: 0.25rem;
  }

  .testimonials-nav--next {
    right: 0.25rem;
  }
}

@media (max-width: 991.98px) {
  .testimonials-nav {
    width: 2.45rem;
    height: 2.45rem;
  }

  .testimonials-con .testimonials-slick .slick-list {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }
}

.testimonials-con .testimonials-slick .slick-dots li button:hover,
.testimonials-con .testimonials-slick .slick-dots li button:focus {
  background-color: var(--e-global-color-accent, #245ae2);
  outline: none;
}

.testimonials-con .row::before,
.testimonials-con .row::after {
  display: none;
}

@media (max-width: 767px) {
  .testimonials-con .testimonials-slick {
    display: none;
  }

  .testimonials-con .testimonial-box {
    padding: 22px 20px 30px;
    min-height: 240px;
  }

  .testimonials-con .testimonial-box p {
    margin-bottom: 2.5rem;
    font-size: 0.98rem;
    line-height: 1.55;
    hyphens: none;
    -webkit-hyphens: none;
    overflow-wrap: break-word;
    word-break: normal;
  }
}

/* Native horizontal scroll on mobile (1 card + snap) */
.testimonials-scroll {
  width: 100%;
  position: relative;
  z-index: 3;
  padding: 0 2.65rem;
}

.testimonials-scroll__track {
  display: flex;
  gap: 0;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  touch-action: pan-x;
  padding: 8px 0 4px;
}

.testimonials-scroll__track::-webkit-scrollbar {
  display: none;
}

.testimonials-scroll__item {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  padding: 0 8px;
  box-sizing: border-box;
}

.testimonials-scroll__item .testimonial-box {
  width: 100%;
  height: 100%;
  min-height: 240px;
}

.testimonials-scroll__dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1.15rem;
  padding: 0 0.5rem;
}

.testimonials-scroll__dot {
  appearance: none;
  border: 0;
  padding: 0;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: rgba(36, 90, 226, 0.28);
  cursor: pointer;
  transition: width 0.2s ease, background 0.2s ease;
}

.testimonials-scroll__dot.is-active {
  width: 1.35rem;
  background: #245ae2;
}

.testimonials-scroll .testimonials-nav--prev {
  left: 0.15rem;
  transform: translateY(-90%);
}

.testimonials-scroll .testimonials-nav--next {
  right: 0.15rem;
  transform: translateY(-90%);
}

@media (min-width: 768px) {
  .testimonials-scroll {
    display: none;
  }
}

@media (max-width: 575px) {
  .testimonials-con .row::before,
  .testimonials-con .row::after {
    display: none;
  }

  .testimonials-con .testimonial-box .customer {
    font-size: 1.125rem;
  }

  .testimonials-con .testimonial-box p {
    font-size: 0.95rem;
    margin-bottom: 2rem;
  }

  .testimonials-scroll {
    padding: 0 2.35rem;
  }

  .testimonials-scroll__item {
    padding: 0 4px;
  }

  .testimonials-nav {
    width: 2.25rem;
    height: 2.25rem;
  }

  .testimonials-nav svg {
    width: 0.8rem;
    height: 0.8rem;
  }
}

/* ========================================================================
   Secure Infrastructure / GDPR
   (from getMyAI 5/assets/css/pricing-plan.css amazing-features block)
======================================================================== */

.home-gdpr-section.amazing-features-con {
  overflow: hidden;
  padding-top: clamp(2rem, 5.25rem, 4rem);
}

.home-gdpr-section .heading-title-con {
  margin-bottom: 1.5rem;
}

.home-gdpr-section .features-carousel {
  width: 100%;
}

.home-gdpr-section .features-carousel .slick-list {
  margin: 0 -5px;
}

.home-gdpr-section .features-carousel .slick-track {
  display: flex !important;
  align-items: stretch;
}

.home-gdpr-section .features-carousel .slick-slide {
  height: auto;
  display: flex !important;
}

.home-gdpr-section .features-carousel .slick-slide > div {
  display: flex;
  width: 100%;
  height: 100%;
}

.home-gdpr-section .features-carousel .item,
.home-gdpr-section .features-carousel .all_column {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0 5px;
  box-sizing: border-box;
}

.home-gdpr-section .feature-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-items: stretch;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  color: #fff;
  padding: clamp(1.4rem, 3vw, 4rem);
  padding-top: clamp(1.6rem, 3vw, 3.25rem);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background:
    radial-gradient(circle at 0%, #0a84ff14, #0000 32%),
    radial-gradient(circle at 100% 100%, #0a84ff1a, #0000 28%),
    linear-gradient(135deg, #245ae2 0%, #00113d 42%, #003acd 100%);
  transform: translateY(0);
  transition: all 0.4s ease;
}

.home-gdpr-section .feature-box::before {
  content: none !important;
  display: none !important;
}

.home-gdpr-section .feature-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.home-gdpr-section .feature-box-inner {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  height: 100%;
  position: relative;
  z-index: 2;
}

.home-gdpr-section .feature-box h4 {
  width: 90%;
  margin-bottom: 15px;
  font-size: 1.625rem;
  color: #fff !important;
}

.home-gdpr-section .feature-box p {
  flex: 1 1 auto;
  padding-bottom: 25px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.92);
}

.home-gdpr-section .feature-box figure {
  margin-top: auto;
  margin-bottom: 0;
  text-align: center;
}

.home-gdpr-section .feature-box figure img,
.home-gdpr-section .feature-box img.img-fluid {
  transition: ease-in-out 0.3s;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.home-gdpr-section .feature-box > a {
  width: 54px;
  height: 54px;
  background-color: var(--e-global-color-white, #fff);
  position: absolute;
  top: 12px;
  right: 12px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  transition: ease-in-out 0.3s;
}

.home-gdpr-section .feature-box > a img {
  width: 1.1rem;
  height: auto;
  margin: 0;
  transition: ease-in-out 0.3s;
}

.home-gdpr-section .feature-box:hover > a {
  background-color: var(--e-global-color-accent, #245ae2);
}

.home-gdpr-section .feature-box:hover > a img {
  filter: invert(100%);
}

.home-gdpr-section .feature-img3 {
  max-width: 90%;
}

/* Mobile: full-width stacked cards (compact) */
.home-gdpr-stack {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  width: 100%;
}

.home-gdpr-stack__item {
  width: 100%;
}

.home-gdpr-stack__item .feature-box {
  margin-top: 0 !important;
  padding: 1rem 0.95rem 0.95rem !important;
  min-height: 0;
  border-radius: 14px;
}

.home-gdpr-stack__item .feature-box h4 {
  width: 100%;
  max-width: calc(100% - 3rem);
  margin-bottom: 0.45rem;
  font-size: 1.05rem !important;
  line-height: 1.25;
}

.home-gdpr-stack__item .feature-box p {
  margin-bottom: 0.65rem;
  padding-bottom: 0.5rem !important;
  font-size: 0.84rem !important;
  line-height: 1.45;
  hyphens: none;
  -webkit-hyphens: none;
  overflow-wrap: break-word;
  word-break: normal;
}

.home-gdpr-stack__item .feature-box figure {
  margin-top: auto;
  max-width: 7.5rem;
}

.home-gdpr-stack__item .feature-box figure img,
.home-gdpr-stack__item .feature-box img.img-fluid {
  max-height: 4.25rem;
  width: auto;
  object-fit: contain;
}

.home-gdpr-stack__item .feature-box .feature-img3 {
  max-width: 5.5rem;
}

.home-gdpr-stack__item .feature-box > a {
  width: 38px !important;
  height: 38px !important;
  border-radius: 10px !important;
  top: 0.85rem;
  right: 0.85rem;
}

.home-gdpr-stack__item .feature-box > a img {
  width: 14px;
  height: 14px;
}

@media (min-width: 768px) {
  .home-gdpr-stack {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .home-gdpr-section .features-carousel {
    display: none;
  }

  .home-gdpr-section .heading-title-con {
    margin-bottom: 1rem;
  }

  .home-gdpr-section .heading-title-con h2 {
    font-size: clamp(1.4rem, 5.5vw, 1.75rem);
  }

  .home-gdpr-section .heading-title-con p {
    font-size: 0.9rem;
    line-height: 1.5;
  }
}

@media (max-width: 575px) {
  .home-gdpr-stack {
    gap: 0.55rem;
  }

  .home-gdpr-stack__item .feature-box {
    padding: 0.9rem 0.85rem 0.85rem !important;
  }

  .home-gdpr-stack__item .feature-box h4 {
    font-size: 1rem !important;
    max-width: calc(100% - 2.75rem);
  }

  .home-gdpr-stack__item .feature-box p {
    font-size: 0.8rem !important;
  }

  .home-gdpr-stack__item .feature-box figure {
    max-width: 6.5rem;
  }

  .home-gdpr-stack__item .feature-box figure img,
  .home-gdpr-stack__item .feature-box img.img-fluid {
    max-height: 3.75rem;
  }

  .home-gdpr-stack__item .feature-box > a {
    width: 34px !important;
    height: 34px !important;
    top: 0.75rem;
    right: 0.75rem;
  }
}

@media (max-width: 991px) {
  .home-gdpr-section .feature-box {
    padding: 1.5rem 1.25rem 1.25rem;
  }

  .home-gdpr-section .feature-box h4 {
    font-size: 1.35rem;
    width: 85%;
  }
}

/* ========================================================================
   Why Businesses Choose Us v2
   (from getMyAI 5/assets/css/businesses-choose-us-2.css)
======================================================================== */

/* ============================== */
/* WHY BUSINESSES CHOOSE US v2    */
/* ============================== */

.businesses-choose-2 {
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.businesses-choose-2:before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 8% 18%, rgba(36, 90, 226, 0.06), transparent 32%),
        radial-gradient(circle at 92% 24%, rgba(99, 102, 241, 0.05), transparent 28%),
        radial-gradient(circle at 50% 100%, rgba(36, 90, 226, 0.04), transparent 36%);
}

.businesses-choose-2 .container {
    position: relative;
    z-index: 1;
}

.businesses-choose-2__row {
    min-height: 0;
    /* Bootstrap 4 lacks g-* gutters used in PHP reference */
    row-gap: 1.5rem;
}

@media (min-width: 1200px) {
    .businesses-choose-2__row {
        row-gap: 3rem;
    }
}

/* ---- Left column ---- */

.businesses-choose-2__hero {
    max-width: 360px;
}

.businesses-choose-2__badge {
    display: inline-block;
    margin-bottom: 1rem;
    padding: .55rem 1rem;
    border-radius: 999px;
    background: rgba(36, 90, 226, 0.08);
    color: #245ae2;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    line-height: 1.35;
}

.businesses-choose-2__title {
    margin: 0 0 1rem;
    color: #0a1128;
    font-size: clamp(1.85rem, 2.4vw, 2.35rem);
    font-weight: 700;
    letter-spacing: -.03em;
    line-height: 1.15;
}

.businesses-choose-2__title span {
    background: linear-gradient(90deg, #245ae2 0%, #8b5cf6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.businesses-choose-2__lead {
    margin-bottom: 1.35rem;
    color: #4b5563;
    font-size: .98rem;
    line-height: 1.65;
}

.businesses-choose-2__benefits {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.65rem;
}

.businesses-choose-2__benefit {
    display: flex;
    align-items: flex-start;
    gap: .85rem;
}

.businesses-choose-2__benefit-icon {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(36, 90, 226, 0.1);
    color: #245ae2;
    font-size: .85rem;
}

.businesses-choose-2__benefit strong {
    display: block;
    margin-bottom: .2rem;
    color: #0a1128;
    font-size: .95rem;
    font-weight: 700;
    line-height: 1.3;
}

.businesses-choose-2__benefit p {
    color: #6b7280;
    font-size: .86rem;
    line-height: 1.5;
}

.businesses-choose-2__cta {
    min-width: 0;
    padding: .9rem 1.35rem;
    font-size: .95rem;
    font-weight: 600;
}

.businesses-choose-2__cta-note {
    margin-top: .75rem;
    color: #9ca3af;
    font-size: .78rem;
    line-height: 1.45;
}

/* ---- Center column ---- */

.businesses-choose-2__center {
    display: flex;
    justify-content: center;
}

.businesses-choose-2__visual {
    width: 100%;
    max-width: 640px;
    text-align: center;
}

.businesses-choose-2__visual-title {
    margin: 0 0 1.25rem;
    color: #0a1128;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: -.02em;
}

.businesses-choose-2__workflow {
    position: relative;
    height: 88px;
    margin: 0 auto 1rem;
    max-width: 420px;
}

.businesses-choose-2__workflow-arc {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 320px;
    height: 160px;
    transform: translateX(-50%);
    border: 2px dashed rgba(156, 163, 175, 0.55);
    border-bottom: none;
    border-radius: 320px 320px 0 0;
}

.businesses-choose-2__workflow-step {
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .35rem;
    transform: translateX(-50%);
}

.businesses-choose-2__workflow-step--train {
    left: 12%;
}

.businesses-choose-2__workflow-step--deploy {
    left: 50%;
    bottom: 28px;
}

.businesses-choose-2__workflow-step--improve {
    left: 88%;
}

.businesses-choose-2__workflow-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid rgba(36, 90, 226, 0.14);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    color: #245ae2;
    font-size: .95rem;
}

.businesses-choose-2__workflow-step.is-active .businesses-choose-2__workflow-icon {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    border-color: transparent;
    color: #ffffff;
    box-shadow: 0 14px 30px rgba(34, 197, 94, 0.28);
}

.businesses-choose-2__workflow-label {
    color: #4b5563;
    font-size: .78rem;
    font-weight: 600;
}

.businesses-choose-2__robot-wrap {
    position: relative;
    margin: 0 auto;
}

.businesses-choose-2__robot {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.businesses-choose-2__bubble {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .55rem .85rem;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid rgba(36, 90, 226, 0.12);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1);
    color: #374151;
    font-size: .72rem;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
}

.businesses-choose-2__bubble i {
    flex-shrink: 0;
    font-size: .8rem;
}

.businesses-choose-2__bubble--chat {
    left: -2%;
    top: 38%;
}

.businesses-choose-2__bubble--chat i {
    color: #245ae2;
}

.businesses-choose-2__bubble--order {
    right: -2%;
    top: 28%;
}

.businesses-choose-2__bubble--order i {
    color: #22c55e;
}

.businesses-choose-2__bubble--lead {
    right: 4%;
    bottom: 22%;
    background: rgba(34, 197, 94, 0.08);
    border-color: rgba(34, 197, 94, 0.22);
    color: #15803d;
}

.businesses-choose-2__bubble--lead i {
    color: #22c55e;
}

.businesses-choose-2__trust {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    margin-top: 1rem;
    padding: .65rem 1.1rem;
    border-radius: 999px;
    background: rgba(36, 90, 226, 0.06);
    border: 1px solid rgba(36, 90, 226, 0.12);
    color: #245ae2;
    font-size: .78rem;
    font-weight: 600;
}

.businesses-choose-2__trust i {
    font-size: .85rem;
}

/* ---- Right column ---- */

.businesses-choose-2__right {
    max-width: 360px;
    margin-left: auto;
}

.businesses-choose-2__cards-title {
    margin: 0 0 1.15rem;
    color: #0a1128;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.3;
}

.businesses-choose-2__cards {
    display: flex;
    flex-direction: column;
    gap: .85rem;
}

.businesses-choose-2 .businesses-choose-card {
    display: flex;
    align-items: flex-start;
    gap: .85rem;
    min-width: 0;
    margin: 0;
    padding: 1rem 1rem .95rem;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid rgba(36, 90, 226, 0.1);
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.07);
    color: #374151;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.businesses-choose-2 .businesses-choose-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.11);
    border-color: rgba(36, 90, 226, 0.2);
}

.businesses-choose-2 .businesses-choose-card h5 {
    margin: 0 0 .35rem;
    color: #0a1128;
    font-size: .92rem;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.25;
}

.businesses-choose-2 .businesses-choose-card p {
    color: #6b7280;
    font-size: .8rem;
    line-height: 1.45;
}

.businesses-choose-2 .businesses-choose-icon {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    margin: 0;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: .95rem;
    box-shadow: inset 0 1px #ffffff29, 0 8px 18px #0000001a;
}

.businesses-choose-2 .businesses-choose-icon i {
    color: #fff;
}

.businesses-choose-2 .businesses-choose-icon.bg-blue {
    background: linear-gradient(135deg, #2f8dff 0%, #3158ff 100%);
}

.businesses-choose-2 .businesses-choose-icon.bg-purple {
    background: linear-gradient(135deg, #8c58ff 0%, #c951ff 100%);
}

.businesses-choose-2 .businesses-choose-icon.bg-green {
    background: linear-gradient(135deg, #23d1a4 0%, #2dbd66 100%);
}

.businesses-choose-2 .businesses-choose-icon.bg-orange {
    background: linear-gradient(135deg, #ffb347 0%, #ff7b29 100%);
}

.businesses-choose-2 .businesses-choose-card__body {
    min-width: 0;
}

/* ---- Responsive ---- */

@media (max-width: 1199.98px) {
    .businesses-choose-2__hero,
    .businesses-choose-2__right {
        max-width: none;
        margin-left: 0;
    }

    .businesses-choose-2__left,
    .businesses-choose-2__right {
        text-align: center;
    }

    .businesses-choose-2__benefit {
        text-align: left;
    }

    .businesses-choose-2__bubble--chat {
        left: 0;
    }

    .businesses-choose-2__bubble--order {
        right: 0;
    }
}

@media (max-width: 767.98px) {
    .businesses-choose-2__workflow {
        height: 72px;
    }

    .businesses-choose-2__workflow-arc {
        width: 240px;
        height: 120px;
    }

    .businesses-choose-2__workflow-icon {
        width: 38px;
        height: 38px;
        font-size: .85rem;
    }

    .businesses-choose-2__workflow-step.is-active .businesses-choose-2__workflow-icon {
        width: 44px;
        height: 44px;
    }

    .businesses-choose-2__bubble {
        font-size: .65rem;
        padding: .45rem .65rem;
    }

    .businesses-choose-2__bubble--chat {
        top: 30%;
    }

    .businesses-choose-2__bubble--order {
        top: 18%;
    }
}

@media (max-width: 575.98px) {
    .businesses-choose-2__bubble {
        display: none;
    }
}

.businesses-choose-2__left, .businesses-choose-2__center,.businesses-choose-2__right {
    padding: 0;
}

/* React-icons SVG alignment */
.businesses-choose-2__benefit-icon svg,
.businesses-choose-2 .businesses-choose-icon svg {
    width: 0.95rem;
    height: 0.95rem;
    flex-shrink: 0;
}

.businesses-choose-2__cta svg {
    width: 0.85rem;
    height: 0.85rem;
    vertical-align: -0.1em;
}

/* ========================================================================
   Home Pricing Plan (static UI)
   (from getMyAI 5 pricing.php + pricing.css + pricing-plan.css)
======================================================================== */

.home-pricing-plan.pricing-plan-con {
    --pricing-blue: #245ae2;
    --pricing-blue-deep: #1a4bc7;
    --pricing-blue-soft: #96b4ff;
    --pricing-ink: #1a2b4d;
    --pricing-muted: #5a6b8a;
    --pricing-speed: 0.32s;
    background: radial-gradient(ellipse 80% 50% at 50% 0%, #0e245a 0%, #020617 55%, #020617 100%);
    background-image: radial-gradient(ellipse 80% 50% at 50% 0%, #0e245a 0%, #020617 55%, #020617 100%) !important;
    overflow: hidden;
}

.home-pricing-plan.bg-darken {
    background-color: #020617 !important;
}

.home-pricing-plan .heading-title-con {
    margin-bottom: 2rem;
}

.home-pricing-plan .heading-title-con .special-text {
    letter-spacing: 0.04em;
    font-size: 1rem;
    font-weight: 500;
    text-transform: none;
    color: #fff !important;
}

.home-pricing-plan .heading-title-con h2 {
    color: #fff !important;
    margin-top: 0.35rem;
}

.home-pricing-plan .heading-title-con p {
    color: rgba(255, 255, 255, 0.92) !important;
    margin-top: 0.65rem;
}

.home-pricing-plan .pricing-controls {
    display: flex;
    justify-content: center;
    margin: 0 auto 2.75rem;
    padding: 0 0.5rem;
    width: 100%;
}

.home-pricing-plan .pricing-controls__shell {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.home-pricing-plan .pricing-billing {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    width: min(100%, 19rem);
    padding: 0.35rem;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--pricing-blue), #4d7dff);
    box-shadow:
        0 12px 28px rgba(36, 90, 226, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.home-pricing-plan .pricing-billing__glider {
    position: absolute;
    top: 0.35rem;
    left: 0.35rem;
    width: calc(50% - 0.35rem);
    height: calc(100% - 0.7rem);
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(15, 40, 100, 0.18);
    transition: transform var(--pricing-speed) cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 0;
    pointer-events: none;
}

.home-pricing-plan .pricing-billing[data-active="yearly"] .pricing-billing__glider {
    transform: translateX(100%);
}

.home-pricing-plan .pricing-billing__btn {
    position: relative;
    z-index: 1;
    appearance: none;
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.92);
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1;
    padding: 0.9rem 1.15rem;
    border-radius: 999px;
    cursor: pointer;
    transition: color var(--pricing-speed) ease;
}

.home-pricing-plan .pricing-billing__btn.is-active {
    color: var(--pricing-blue);
}

.home-pricing-plan .pricing-billing__btn:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.home-pricing-plan .pricing-controls__shell .pricing-product-tabs {
    width: 100%;
    max-width: 78rem;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: center;
    gap: 1.15rem;
    padding: 1.15rem 1.5rem;
    border-radius: 999px;
    background: linear-gradient(180deg, #040a12 0%, #0b1d4d 48%, #0e245a 100%);
    border: 1px solid rgb(11 27 68);
    box-shadow:
        0 18px 40px rgba(15, 40, 100, 0.16),
        inset 0 2px 0 rgba(36, 90, 226, 0.32),
        inset 0 -12px 32px rgba(0, 0, 0, 0.5);
    margin-top: 1.15rem;
}

.home-pricing-plan .pricing-product-tab {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    flex: 1 1 0;
    min-width: 0;
    min-height: 3.35rem;
    padding: 0.95rem 1.35rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #ffffff;
    color: #0a1633;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 1.2;
    cursor: pointer;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    transition:
        background var(--pricing-speed) ease,
        color var(--pricing-speed) ease,
        border-color var(--pricing-speed) ease,
        box-shadow var(--pricing-speed) ease,
        transform var(--pricing-speed) ease;
}

.home-pricing-plan .pricing-product-tab svg {
    width: 1rem;
    height: 1rem;
    color: #245ae2;
    flex-shrink: 0;
    transition: color var(--pricing-speed) ease;
}

.home-pricing-plan .pricing-product-tab:hover {
    border-color: rgba(36, 90, 226, 0.35);
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(36, 90, 226, 0.16);
}

.home-pricing-plan .pricing-product-tab.is-active {
    background: #2f6bff;
    border-color: transparent;
    color: #ffffff;
    box-shadow:
        0 12px 28px rgba(47, 107, 255, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.28);
    transform: translateY(-1px);
}

.home-pricing-plan .pricing-product-tab.is-active svg {
    color: #ffffff;
}

.home-pricing-plan .pricing-product-tab:focus-visible {
    outline: 3px solid rgba(47, 107, 255, 0.4);
    outline-offset: 2px;
}

/* Cards — 3-up equal height */
.home-pricing-plan .all_row {
    align-items: stretch;
}

.home-pricing-plan .all_column {
    display: flex;
    margin-bottom: 1.5rem;
}

.home-pricing-plan .pricing-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 50px 40px 30px;
    border-radius: 30px;
    background-image: linear-gradient(180deg, #9ab3f1 0%, #447aff 100%) !important;
    background-color: transparent !important;
    transition: 0.6s;
    box-shadow:
        0px 7.77px 2.21px 0px rgba(0, 0, 0, 0.0588235294),
        0px 3px 3px 0px rgba(0, 0, 0, 0.1019607843),
        0px -8px 0px 0px rgba(0, 0, 0, 0.0509803922) inset,
        0px 4px 0px 0px rgba(255, 255, 255, 0.6) inset;
}

.home-pricing-plan .pricing-box:hover {
    background-image: linear-gradient(90deg, #000, #0e245a) !important;
}

.home-pricing-plan .pricing-box * {
    color: #fff !important;
}

.home-pricing-plan .pricing-box .plan-content {
    margin-bottom: 1.5rem !important;
}

.home-pricing-plan .pricing-plan-title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin: 0 0 1rem;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.2;
}

.home-pricing-plan .pricing-plan-badge {
    margin: 0;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    font-style: normal;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.2;
    color: #fff !important;
    background: #22c55e;
    box-shadow: 0 4px 10px rgba(34, 197, 94, 0.28);
}

.home-pricing-plan .generic-price {
    margin-bottom: 1.25rem;
}

.home-pricing-plan .generic-price .starting-at {
    font-size: 0.9rem;
    opacity: 0.9;
    margin-bottom: 0.15rem;
}

.home-pricing-plan .generic-price .price-text {
    font-size: 2.75rem;
    line-height: 1;
    font-weight: 600;
}

.home-pricing-plan .generic-price.price-text,
.home-pricing-plan .generic-price .price-text {
    letter-spacing: -0.02em;
}

.home-pricing-plan .generic-price sup {
    font-size: 1.5rem;
    top: -14px;
    position: relative;
    margin-right: 0.1rem;
}

.home-pricing-plan .generic-price .per-month {
    font-size: 1rem;
    opacity: 0.85;
    margin-left: 0.15rem;
}

.home-pricing-plan .pricing-plan-period {
    margin-top: 0.35rem;
    opacity: 0.75;
    font-size: 0.8rem;
    font-weight: 400;
}

.home-pricing-plan .pricing-box .plan-content .primary_btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 3rem;
    margin-top: 0.35rem;
    padding: 0.8rem 1.25rem;
    border-radius: 999px;
    background: #fff !important;
    color: #245ae2 !important;
    font-weight: 700;
    border: 0;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.25s ease, filter 0.25s ease;
}

.home-pricing-plan .pricing-box .plan-content .primary_btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.03);
    color: #1a4bc7 !important;
}

.home-pricing-plan .pricing-box .plan-listing {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    height: 100%;
}

.home-pricing-plan .pricing-box .plan-listing ul {
    margin-bottom: 1rem;
    flex: 1 1 auto;
}

.home-pricing-plan .pricing-box .plan-listing ul li {
    position: relative;
    padding-left: 1.75rem;
    margin-bottom: 0.55rem;
    line-height: 1.45;
}

.home-pricing-plan .pricing-box .plan-listing ul li svg {
    position: absolute;
    left: 0;
    top: 0.28rem;
    width: 0.85rem;
    height: 0.85rem;
}

.home-pricing-plan .pricing-box .primary_anchor {
    appearance: none;
    background: transparent;
    outline: none;
    border: none;
    text-align: left;
    padding: 0 0 0 1.75rem;
    margin-top: auto;
    cursor: pointer;
    font-weight: 600;
    opacity: 0.95;
    text-decoration: underline;
    text-underline-offset: 0.15em;
}

.home-pricing-plan .pricing-box .primary_anchor:hover {
    opacity: 1;
}

@media (max-width: 991px) {
    .home-pricing-plan .pricing-controls {
        margin-bottom: 2rem;
    }

    .home-pricing-plan .pricing-controls__shell .pricing-product-tabs {
        flex-wrap: wrap;
        gap: 0.55rem;
        padding: 0.85rem;
        border-radius: 1.4rem;
    }

    .home-pricing-plan .pricing-product-tab {
        flex: 1 1 calc(48% - 0.55rem);
        min-width: 0;
        padding: 0.7rem 0.85rem;
        font-size: 0.84rem;
        white-space: normal;
    }

    .home-pricing-plan .pricing-box {
        padding: 36px 28px 28px;
    }
}

@media (max-width: 767px) {
    .home-pricing-plan .generic-price .price-text {
        font-size: 2.35rem;
    }

    .home-pricing-plan .pricing-plan-title {
        font-size: 1.45rem;
    }
}

@media (max-width: 575px) {
    .home-pricing-plan .pricing-controls__shell .pricing-product-tabs {
        padding: 0.85rem;
        border-radius: 1.2rem;
    }

    .home-pricing-plan .pricing-billing {
        width: 100%;
    }

    .home-pricing-plan .pricing-product-tab {
        flex: 1 1 100%;
        justify-content: flex-start;
        padding-left: 1rem;
        white-space: nowrap;
    }

    .home-pricing-plan .pricing-product-tab span {
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.home-pricing-plan__choose-note {
    margin: 1.1rem auto 0;
    max-width: 40rem;
    padding: 0.85rem 1.1rem;
    border-radius: 0.9rem;
    background: rgba(239, 246, 255, 0.12);
    border: 1px solid rgba(147, 197, 253, 0.45);
    color: #dbeafe !important;
    font-size: 0.92rem;
    line-height: 1.45;
}

.home-pricing-plan .home-pricing-plan__corporate-row {
    margin-top: 0.25rem;
}

.home-pricing-plan .pricing-box.corporate-box {
    margin-top: 0;
    height: auto;
    min-height: 0;
}

.home-pricing-plan .pricing-box.corporate-box .corporate-box-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.home-pricing-plan .pricing-box.corporate-box .plan-content {
    margin-bottom: 0 !important;
}

.home-pricing-plan .pricing-box.corporate-box .plan-content h3 {
    margin: 0 0 0.35rem;
    color: #fff !important;
    font-size: 1.35rem;
    font-weight: 700;
}

.home-pricing-plan .pricing-box.corporate-box .generic-price {
    margin: 0;
}

.home-pricing-plan .pricing-box.corporate-box .generic-price .price-text {
    font-size: 1.75rem;
    color: #fff !important;
}

.home-pricing-plan .pricing-box.corporate-box .plan-content .primary_btn,
.home-pricing-plan .pricing-box.corporate-box .corporate-box-inner > .primary_btn {
    width: auto;
    display: inline-block;
    margin: 0;
    flex-shrink: 0;
}

.home-pricing-plan .pricing-box.corporate-box .plan-listing {
    display: block;
    height: auto;
    flex: none;
}

.home-pricing-plan .pricing-box.corporate-box .plan-listing ul.corporate-features {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem 0;
    margin: 0;
    flex: none;
}

.home-pricing-plan .pricing-box.corporate-box .plan-listing ul.corporate-features .corporate-feature {
    display: inline-flex;
    align-items: center;
    padding: 0 !important;
    margin: 0;
    line-height: 1.55;
    color: #fff !important;
    max-width: 100%;
    overflow-wrap: anywhere;
}

.home-pricing-plan .pricing-box.corporate-box .plan-listing ul.corporate-features .corporate-feature:not(:last-child)::after {
    content: "|";
    display: inline-block;
    padding: 0 10px;
    color: rgba(255, 255, 255, 0.75) !important;
}

.home-pricing-plan .pricing-box.corporate-box:hover .plan-listing ul.corporate-features .corporate-feature:not(:last-child)::after {
    color: #fff !important;
}

@media (max-width: 991px) {
    .home-pricing-plan .pricing-box.corporate-box {
        padding: 28px 24px 24px;
    }

    .home-pricing-plan .pricing-box.corporate-box .corporate-box-inner {
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .home-pricing-plan .pricing-box.corporate-box .corporate-box-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .home-pricing-plan .pricing-box.corporate-box .corporate-box-inner > .primary_btn {
        width: 100%;
        text-align: center;
    }

    .home-pricing-plan .pricing-box.corporate-box .generic-price .price-text {
        font-size: 1.45rem;
    }

    .home-pricing-plan .pricing-box.corporate-box .plan-listing ul.corporate-features {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.45rem;
    }

    .home-pricing-plan .pricing-box.corporate-box .plan-listing ul.corporate-features .corporate-feature:not(:last-child)::after {
        display: none;
    }
}


/* ------------------------------------------------------------------ */
/* Home Blog Section (from getMyAI 5/components/backup/blog-section.php) */
/* ------------------------------------------------------------------ */

.home-blog-section .heading-title-con {
    margin-bottom: 2.5rem;
}

.home-blog-section .heading-title-con .special-text {
    margin-bottom: 0.65rem;
}

.home-blog-section .heading-title-con h2 {
    margin-bottom: 0.75rem;
}

.home-blog-section .heading-title-con p {
    margin-bottom: 0;
}

.home-blog-section .blog-box {
    border: 1px solid #e4e4e4;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    position: relative;
    min-height: 450px;
    overflow: hidden;
    cursor: pointer;
}

.home-blog-section .post-image {
    height: 245px;
    overflow: hidden;
    padding: 1rem;
}

.home-blog-section .post-image a {
    display: block;
    height: 100%;
}

.home-blog-section .post-image a img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    border-radius: 12px;
}

.home-blog-section .post-content {
    padding: 2rem 1.5rem;
    border-radius: 12px;
    background: #fff;
    background-image: linear-gradient(to bottom, #ffffff, #d8e4ff);
    position: absolute;
    inset: 0%;
    transform: translate3d(0px, 52%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    transition: 0.5s;
}

.home-blog-section .blog-box:hover .post-content {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

.home-blog-section .lower-portion .span-i-con {
    font-size: 0.875rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.home-blog-section .lower-portion .span-i-con svg {
    color: var(--e-global-color-accent);
    flex-shrink: 0;
}

.home-blog-section .lower-portion .span-i-con span {
    margin-right: 15px;
}

.home-blog-section .lower-portion h3 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 86px;
}

.home-blog-section .lower-portion h3 a {
    color: inherit;
    text-decoration: none;
}

.home-blog-section .lower-portion p {
    display: none;
    transition: 0.5s;
    font-size: 0.875rem;
}

.home-blog-section .button-portion {
    font-size: 0.875rem;
    border-top: 1px solid #f3f3f3;
    padding-top: 12px;
}

.home-blog-section .button-portion .date {
    display: flex;
    align-items: center;
    gap: 8px;
}

.home-blog-section .button-portion .date svg {
    color: var(--e-global-color-accent);
}

.home-blog-section .post-content .button {
    position: absolute;
    bottom: 1rem;
}

.home-blog-section .post-content .button a {
    color: var(--e-global-color-black);
    font-size: 0.875rem;
    display: none;
    transition: 0.5s;
    align-items: center;
}

.home-blog-section .post-content .button a svg {
    transition: 0.5s;
    margin-left: 5px;
}

.home-blog-section .post-content .button a:hover {
    color: var(--e-global-color-accent);
}

.home-blog-section .post-content .button a:hover svg {
    margin-left: 10px;
}

.home-blog-section .blog-box:hover .post-content p {
    display: block;
}

.home-blog-section .blog-box:hover .post-content .button a {
    display: flex;
}

.home-blog-section .load-more-wrap {
    width: 100%;
    margin-top: 2.25rem;
    margin-left: auto;
    margin-right: auto;
}

.home-blog-section .load-more-btn {
    --btn-accent: var(--e-global-color-accent);
    --btn-accent-2: #5384ff;
    --btn-text: #ffffff;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    border: 0;
    border-radius: 999px;
    padding: 14px 22px;
    background: linear-gradient(120deg, var(--btn-accent), var(--btn-accent-2));
    color: var(--btn-text);
    cursor: pointer;
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.home-blog-section .load-more-btn:hover {
    color: #fff;
    transform: translateY(-2px) scale(1.01);
    box-shadow: 0 14px 32px rgba(45, 98, 233, 0.32), inset 0 -2px 6px rgba(255, 255, 255, 0.25);
    filter: saturate(1.08);
}

.home-blog-section .load-more-btn:active {
    transform: translateY(0) scale(0.99);
}

.home-blog-section .load-more-btn:focus-visible {
    outline: 3px solid var(--e-global-color-accent-light);
    outline-offset: 3px;
}

.home-blog-section .load-more-btn-glow {
    position: absolute;
    top: -120%;
    left: -35%;
    width: 45%;
    height: 320%;
    background: linear-gradient(100deg, transparent, rgb(255 255 255 / 20%), transparent);
    transform: rotate(30deg);
    animation: homeBlogLoadMoreShine 2.8s linear infinite;
}

.home-blog-section .load-more-btn-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    line-height: 1.15;
    z-index: 1;
}

.home-blog-section .load-more-btn-text {
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.home-blog-section .load-more-btn-subtext {
    font-size: 0.72rem;
    font-weight: 500;
    opacity: 0.88;
}

.home-blog-section .load-more-btn-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(2px);
    font-size: 0.8rem;
    z-index: 1;
    transition: transform 0.25s ease, background 0.25s ease;
}

.home-blog-section .load-more-btn:hover .load-more-btn-icon {
    transform: translateY(2px);
    background: rgba(255, 255, 255, 0.3);
}

@keyframes homeBlogLoadMoreShine {
    0% {
        left: -45%;
    }

    100% {
        left: 130%;
    }
}

@media (max-width: 767px) {
    .home-blog-section .blog-box {
        min-height: auto;
    }

    .home-blog-section .post-image {
        height: auto;
    }

    .home-blog-section .post-content {
        transform: none;
        position: relative;
    }

    .home-blog-section .lower-portion h3 {
        min-height: auto;
        -webkit-line-clamp: unset;
    }

    .home-blog-section .post-content .button a,
    .home-blog-section .blog-box:hover .post-content p,
    .home-blog-section .blog-box:hover .post-content .button a {
        display: none !important;
    }
}

/* ------------------------------------------------------------------ */
/* Home Resources Section (from getMyAI 5/components/home/blog.php)   */
/* ------------------------------------------------------------------ */

.home-resources-section .heading-title-con {
    margin-bottom: 2.5rem;
}

.home-resources-section .heading-title-con .special-text {
    margin-bottom: 0.65rem;
}

.home-resources-section .heading-title-con h2 {
    margin-bottom: 0.75rem;
}

.home-resources-section .heading-title-con p {
    margin-bottom: 0;
}

.home-resources-section .row > [class*="col-"] {
    margin-bottom: 1.75rem;
}

.home-resources-section .ai-blog-card {
    --c-top: #12285c;
    --c-bg: #0b1a3e;
    --badge-a: #5b8cff;
    --badge-b: #7c5cf5;
    --glow: rgba(59, 110, 246, 0.42);
    position: relative;
    height: 100%;
    border-radius: 1rem;
    overflow: hidden;
    background: linear-gradient(180deg, var(--c-top) 0%, var(--c-bg) 46%, var(--c-bg) 100%);
    border: 1px solid rgba(255, 255, 255, 0.09);
    box-shadow: 0 18px 38px -20px rgba(6, 12, 32, 0.75);
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

.home-resources-section .ai-blog-card:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 30px 50px -22px var(--glow);
}

.home-resources-section .ai-blog-card__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.home-resources-section .ai-blog-card__link:hover,
.home-resources-section .ai-blog-card__link:focus {
    color: inherit;
    text-decoration: none;
}

.home-resources-section .ai-blog-card__media {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: var(--c-top);
}

.home-resources-section .ai-blog-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.55s ease;
}

.home-resources-section .ai-blog-card:hover .ai-blog-card__media img {
    transform: scale(1.03);
}

.home-resources-section .ai-blog-card__media::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 2.25rem;
    pointer-events: none;
    background: linear-gradient(180deg, transparent, var(--c-bg));
}

.home-resources-section .ai-blog-card__badge {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    padding: 0.34rem 0.72rem;
    border-radius: 999px;
    background: rgba(8, 16, 40, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 0.6rem;
    font-weight: 500;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    line-height: 1.2;
    backdrop-filter: blur(8px);
    box-shadow: 0 8px 16px -8px rgb(36 90 226);
}

.home-resources-section .ai-blog-card__body {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    gap: 0.55rem;
    margin-top: 0;
    padding: 1rem 1.1rem 1.1rem;
}

.home-resources-section .ai-blog-card__meta {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.75rem;
    font-weight: 500;
    color: rgba(203, 218, 246, 0.9);
}

.home-resources-section .ai-blog-card__meta svg {
    font-size: 0.7rem;
    color: rgba(203, 218, 246, 0.9);
}

.home-resources-section .ai-blog-card__title {
    margin: 0 0 0.25rem;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.42;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-resources-section .ai-blog-card__arrow {
    display: flex;
    place-items: center;
    justify-content: space-between;
    margin-top: auto;
    border-radius: 12px;
    color: #fff;
    font-size: 0.9rem;
    background: rgb(255 255 255 / 5%);
    transition:
        transform 0.3s ease,
        background 0.3s ease,
        border-color 0.3s ease;
    width: 100%;
    padding: 10px 16px;
}

.home-resources-section .ai-blog-card__arrow svg {
    transition: transform 0.3s ease;
    width: 16px;
}

.home-resources-section .ai-blog-card__arrow svg path {
    fill: #fff;
}

.home-resources-section .ai-blog-card:hover .ai-blog-card__arrow svg {
    transform: translateX(4px);
}

.home-resources-section .ai-blog-card--v1 {
    --c-top: #12285c;
    --c-bg: #0b1a3e;
    --badge-a: #5b8cff;
    --badge-b: #7c5cf5;
    --glow: rgba(59, 110, 246, 0.42);
}

.home-resources-section .ai-blog-card--v2 {
    --c-top: #0d2b52;
    --c-bg: #0a1a35;
    --badge-a: #22c1c3;
    --badge-b: #3ad29f;
    --glow: rgba(34, 193, 195, 0.4);
}

.home-resources-section .ai-blog-card--v3 {
    --c-top: #33256e;
    --c-bg: #241a52;
    --badge-a: #9186dd;
    --badge-b: #b3a7ee;
    --glow: rgba(145, 134, 221, 0.42);
}

.home-resources-section .ai-blog-card--v4 {
    --c-top: #176b4d;
    --c-bg: #073d31;
    --badge-a: var(--e-global-color-secondary-light, #3ad29f);
    --badge-b: var(--e-global-color-secondary, #22c1c3);
    --glow: color-mix(in srgb, var(--e-global-color-secondary, #22c1c3) 45%, transparent);
}

.home-resources-section .load-more-wrap {
    width: 100%;
    margin-top: 0.5rem;
    margin-left: auto;
    margin-right: auto;
}

.home-resources-section .load-more-btn {
    --btn-accent: var(--e-global-color-accent);
    --btn-accent-2: #4576f3;
    --btn-text: #ffffff;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    border: 0;
    border-radius: 999px;
    padding: 14px 22px;
    background: linear-gradient(120deg, var(--btn-accent), var(--btn-accent-2));
    color: var(--btn-text);
    cursor: pointer;
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.home-resources-section .load-more-btn:hover {
    color: #fff;
    transform: translateY(-2px) scale(1.01);
    box-shadow: 0 14px 32px rgba(45, 98, 233, 0.32), inset 0 -2px 6px rgba(255, 255, 255, 0.25);
    filter: saturate(1.08);
}

.home-resources-section .load-more-btn-glow {
    position: absolute;
    top: -120%;
    left: -35%;
    width: 45%;
    height: 320%;
    background: linear-gradient(100deg, transparent, rgb(255 255 255 / 20%), transparent);
    transform: rotate(30deg);
    animation: homeResourcesLoadMoreShine 2.8s linear infinite;
}

.home-resources-section .load-more-btn-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    line-height: 1.15;
    z-index: 1;
}

.home-resources-section .load-more-btn-text {
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.home-resources-section .load-more-btn-subtext {
    font-size: 0.72rem;
    font-weight: 500;
    opacity: 0.88;
}

.home-resources-section .load-more-btn-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(2px);
    font-size: 0.8rem;
    z-index: 1;
    transition: transform 0.25s ease, background 0.25s ease;
}

.home-resources-section .load-more-btn:hover .load-more-btn-icon {
    transform: translateY(2px);
    background: rgba(255, 255, 255, 0.3);
}

@keyframes homeResourcesLoadMoreShine {
    0% {
        left: -45%;
    }

    100% {
        left: 130%;
    }
}

@media (max-width: 1199.98px) {
    .home-resources-section .ai-blog-card__title {
        font-size: 0.94rem;
    }
}

@media (max-width: 991.98px) {
    .home-resources-section .ai-blog-card__body {
        margin-top: 0;
        padding: 0.9rem 1.15rem 1.15rem;
    }

    .home-resources-section .ai-blog-card__title {
        font-size: 1rem;
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }
}

@media (max-width: 575.98px) {
    .home-resources-section .ai-blog-card__media {
        aspect-ratio: 16 / 9;
    }

    .home-resources-section .ai-blog-card__title {
        -webkit-line-clamp: 3;
        line-clamp: 3;
    }
}
/* FAQ2 — exact dark tabbed FAQ UI */
.faq2-section {
    --faq2-blue: #245ae2;
    --faq2-blue-soft: #96b4ff;
    --faq2-purple: #a855f7;
    --faq2-teal: #14b8a6;
    --faq2-orange: #f97316;
    --faq2-speed: 0.3s;
    overflow: hidden;
    isolation: isolate;
    background:
        radial-gradient(50% 35% at 8% 12%, rgba(168, 85, 247, 0.16), transparent 60%),
        radial-gradient(45% 30% at 88% 20%, rgba(36, 90, 226, 0.14), transparent 55%),
        #020617;
}

.faq2-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background-image: radial-gradient(circle, rgba(148, 163, 184, 0.28) 1px, transparent 1.2px);
    background-size: 22px 22px;
    mask-image: radial-gradient(ellipse 70% 55% at 50% 45%, #000 20%, transparent 75%);
    -webkit-mask-image: radial-gradient(ellipse 70% 55% at 50% 45%, #000 20%, transparent 75%);
    opacity: 0.35;
}

.faq2-section .faq2__glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
    filter: blur(14px);
}

.faq2-section .faq2__glow--one {
    width: 26rem;
    height: 26rem;
    top: -6rem;
    left: -8rem;
    background: rgba(168, 85, 247, 0.22);
}

.faq2-section .faq2__glow--two {
    width: 22rem;
    height: 22rem;
    right: -7rem;
    top: 18%;
    background: rgba(36, 90, 226, 0.18);
}

.faq2-section .faq2__mesh {
    position: absolute;
    inset: 0 0 auto 0;
    height: 18rem;
    pointer-events: none;
    z-index: 0;
    background:
        radial-gradient(ellipse 40% 60% at 15% 30%, rgba(168, 85, 247, 0.18), transparent 70%),
        radial-gradient(ellipse 35% 50% at 30% 10%, rgba(36, 90, 226, 0.14), transparent 65%);
    opacity: 0.9;
}

.faq2-section .container {
    position: relative;
    z-index: 1;
}

/* Heading */
.faq2-section .faq2__heading {
    margin-bottom: 2.75rem;
}

.faq2-section .faq2__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 2rem;
    padding: 0.35rem 1rem;
    margin-bottom: 1rem;
    border-radius: 999px;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    background: rgba(15, 23, 42, 0.9);
    border: 1px solid transparent;
    background-image:
        linear-gradient(rgba(15, 23, 42, 0.95), rgba(15, 23, 42, 0.95)),
        linear-gradient(120deg, #60a5fa, #a855f7, #38bdf8);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    box-shadow: 0 0 18px rgba(168, 85, 247, 0.25);
}

.faq2-section .faq2__badge i {
    color: #c4b5fd;
    font-size: 0.75rem;
}

.faq2-section .faq2__heading h2 {
    /* margin: 0; */
    color: #fff;
    /* font-weight: 700; */
    /* letter-spacing: -0.02em; */
}

.faq2-section .faq2__gradient-text {
    background: linear-gradient(90deg, #60a5fa 0%, #a78bfa 45%, #c084fc 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.faq2-section .faq2__heading p {
    /* margin: 0.9rem auto 0; */
    /* max-width: 38rem; */
    color: rgb(255 255 255 / 72%);
    /* font-size: 0.98rem; */
}

/* Layout */
.faq2-section .faq2__layout {
    display: grid;
    grid-template-columns: minmax(13rem, 0.7fr) minmax(0, 1.35fr);
    gap: 1.15rem;
    align-items: start;
}

/* Left tabs */
.faq2-section .faq2__tabs {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    border: 1px solid #222c47;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0e162b;
}

.faq2-section .faq2__tab {
    --tab-accent: var(--faq2-blue);
    width: 100%;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.85rem;
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(148, 163, 184, 0.14);
    background: rgba(8, 16, 38, 0.72);
    color: #fff;
    text-align: left;
    cursor: pointer;
    transition:
        background var(--faq2-speed) ease,
        border-color var(--faq2-speed) ease,
        box-shadow var(--faq2-speed) ease;
}

.faq2-section .faq2__tab--blue { --tab-accent: #3b82f6; }
.faq2-section .faq2__tab--purple { --tab-accent: #a855f7; }
.faq2-section .faq2__tab--teal { --tab-accent: #14b8a6; }
.faq2-section .faq2__tab--orange { --tab-accent: #f97316; }

.faq2-section .faq2__tab:hover {
    border-color: color-mix(in srgb, var(--tab-accent) 40%, transparent);
}

.faq2-section .faq2__tab.is-active {
    background: linear-gradient(135deg, rgba(36, 90, 226, 0.22), rgba(15, 23, 42, 0.9));
    border-color: rgba(59, 130, 246, 0.85);
    box-shadow:
        0 0 0 1px rgba(59, 130, 246, 0.25),
        0 0 24px rgba(36, 90, 226, 0.28);
}

.faq2-section .faq2__tab-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 0.8rem;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    color: #fff;
    background: linear-gradient(145deg, var(--tab-accent), color-mix(in srgb, var(--tab-accent) 55%, #fff));
    box-shadow: 0 8px 18px color-mix(in srgb, var(--tab-accent) 45%, transparent);
}

.faq2-section .faq2__tab-icon i {
    font-size: 0.95rem;
}

.faq2-section .faq2__tab-text {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.18rem;
}

.faq2-section .faq2__tab-text strong {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.25;
    color: #fff;
}

.faq2-section .faq2__tab-text small {
    font-size: 0.8rem;
    line-height: 1.35;
    color: rgba(186, 204, 245, 0.68);
}

.faq2-section .faq2__tab-arrow {
    font-size: 0.72rem;
    color: rgba(186, 204, 245, 0.55);
}

.faq2-section .faq2__tab.is-active .faq2__tab-arrow {
    color: var(--faq2-blue-soft);
}

/* Right accordion */
.faq2-section .faq2__panels {
    min-width: 0;
}

.faq2-section .faq2__panel {
    display: none;
}

.faq2-section .faq2__panel.is-active {
    display: block;
}

.faq2-section .faq2__accordion {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.faq2-section .faq2__item {
    border-radius: 1rem;
    border: 1px solid rgba(148, 163, 184, 0.14);
    background: rgba(8, 16, 38, 0.72);
    overflow: hidden;
    transition:
        background var(--faq2-speed) ease,
        border-color var(--faq2-speed) ease,
        box-shadow var(--faq2-speed) ease;
}

.faq2-section .faq2__item.is-open {
    background: linear-gradient(145deg, rgba(12, 28, 72, 0.95), rgba(8, 16, 38, 0.98));
    border-color: rgba(59, 130, 246, 0.9);
    box-shadow:
        0 0 0 1px rgba(59, 130, 246, 0.2),
        0 0 26px rgba(36, 90, 226, 0.28);
}

.faq2-section .faq2__question {
    width: 100%;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.85rem;
    border: 0;
    background: transparent;
    text-align: left;
    padding: 1.05rem 1.1rem;
    color: #fff;
    cursor: pointer;
}

.faq2-section .faq2__spark {
    display: inline-block;
    width: 0.75rem;
    height: 0.75rem;
    flex-shrink: 0;
    background: var(--faq2-blue-soft);
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    filter: drop-shadow(0 0 6px rgba(150, 180, 255, 0.55));
}

.faq2-section .faq2__item.is-open .faq2__spark {
    background: #60a5fa;
    filter: drop-shadow(0 0 8px rgba(96, 165, 250, 0.7));
}

.faq2-section .faq2__question span {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.35;
}

.faq2-section .faq2__toggle {
    width: 1.85rem;
    height: 1.85rem;
    border-radius: 999px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    font-size: 0.7rem;
    color: rgba(226, 232, 240, 0.85);
    background: rgba(148, 163, 184, 0.12);
    border: 1px solid rgba(148, 163, 184, 0.22);
    transition: background var(--faq2-speed) ease, border-color var(--faq2-speed) ease, box-shadow var(--faq2-speed) ease;
}

.faq2-section .faq2__item.is-open .faq2__toggle {
    color: #fff;
    background: var(--faq2-blue);
    border-color: transparent;
    box-shadow: 0 0 16px rgba(36, 90, 226, 0.55);
}

.faq2-section .faq2__answer {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows var(--faq2-speed) ease;
}

.faq2-section .faq2__item.is-open .faq2__answer {
    grid-template-rows: 1fr;
}

.faq2-section .faq2__answer > p {
    overflow: hidden;
    margin: 0;
    padding: 0 1.1rem 0 3rem;
    color: rgba(186, 204, 245, 0.78);
    font-size: 1rem;
    line-height: 1.55;
    opacity: 0;
    transform: translateY(-4px);
    transition:
        opacity var(--faq2-speed) ease,
        transform var(--faq2-speed) ease,
        padding var(--faq2-speed) ease;
}

.faq2-section .faq2__item.is-open .faq2__answer > p {
    opacity: 1;
    transform: translateY(0);
    padding: 0 1.1rem 1.1rem 3rem;
}

/* CTA */
.faq2-section .faq2__cta {
    margin-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.4rem 1.65rem;
    border-radius: 1.15rem;
    background: #050a1b;
    border: 1px solid rgba(150, 180, 255, 0.16);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.faq2-section .faq2__cta-left {
    display: flex;
    align-items: center;
    gap: 1.15rem;
    min-width: 0;
    flex: 1 1 auto;
}

.faq2-section .faq2__cta-visual {
    position: relative;
    width: 4.75rem;
    height: 3.75rem;
    flex-shrink: 0;
}

.faq2-section .faq2__cta-bubble {
    position: absolute;
    display: grid;
    place-items: center;
    line-height: 1;
}

.faq2-section .faq2__cta-symbol {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    margin: 0;
    padding-bottom: 0.28rem;
    font-style: normal;
    font-weight: 800;
    color: #fff;
    z-index: 2;
    pointer-events: none;
}

.faq2-section .faq2__cta-bubble--main {
    top: 0;
    left: 0;
    z-index: 1;
    width: 3.5rem;
    height: 3.1rem;
}

.faq2-section .faq2__cta-bubble--main > .fa-comment {
    font-size: 3.4rem;
    color: #050a1b;
    -webkit-text-stroke: 2px #a78bfa;
    paint-order: stroke fill;
    filter:
        drop-shadow(0 0 5px rgba(168, 85, 247, 0.95))
        drop-shadow(0 0 12px rgba(36, 90, 226, 0.7));
}

.faq2-section .faq2__cta-bubble--main .faq2__cta-symbol {
    font-size: 1.5rem;
}

.faq2-section .faq2__cta-bubble--sub {
    right: -0.2rem;
    bottom: -0.15rem;
    z-index: 2;
    width: 2rem;
    height: 1.75rem;
}

.faq2-section .faq2__cta-bubble--sub > .fa-comment {
    font-size: 1.95rem;
    color: #050a1b;
    -webkit-text-stroke: 2px #245ae2;
    paint-order: stroke fill;
    filter:
        drop-shadow(0 0 5px rgba(36, 90, 226, 1))
        drop-shadow(0 0 12px rgba(36, 90, 226, 0.75));
}

.faq2-section .faq2__cta-symbol--dots {
    padding-bottom: 0.18rem;
}

.faq2-section .faq2__cta-symbol--dots .fa-ellipsis {
    font-size: 0.58rem;
    color: #fff;
}

.faq2-section .faq2__cta-copy h3 {
    margin: 0;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
}

.faq2-section .faq2__cta-copy p {
    margin: 0.35rem 0 0;
    color: rgba(186, 204, 245, 0.75);
    font-size: 0.92rem;
}

.faq2-section .faq2__cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    flex-shrink: 0;
    padding: 0.9rem 1.55rem;
    border-radius: 0.7rem;
    color: #fff !important;
    font-size: 0.92rem;
    font-weight: 700;
    white-space: nowrap;
    background: linear-gradient(90deg, #245ae2 0%, #6366f1 50%, #a855f7 100%);
    box-shadow:
        0 0 22px rgba(36, 90, 226, 0.4),
        0 10px 28px rgba(168, 85, 247, 0.28);
    transition: transform 0.25s ease, filter 0.25s ease;
}

.faq2-section .faq2__cta-btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.06);
    color: #fff !important;
}

@media (max-width: 991px) {
    .faq2-section .faq2__layout {
        grid-template-columns: 1fr;
    }

    .faq2-section .faq2__tabs {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.65rem;
    }

    .faq2-section .faq2__cta {
        flex-wrap: wrap;
    }

    .faq2-section .faq2__cta-btn {
        margin-left: auto;
    }
}

@media (max-width: 767px) {
    .faq2-section .faq2__heading h2 {
        font-size: clamp(1.65rem, 6vw, 2.15rem);
    }

    .faq2-section .faq2__tabs {
        grid-template-columns: 1fr;
    }

    .faq2-section .faq2__tab-text small {
        display: none;
    }

    .faq2-section .faq2__answer > p,
    .faq2-section .faq2__item.is-open .faq2__answer > p {
        padding-left: 1.1rem;
    }

    .faq2-section .faq2__cta {
        flex-direction: column;
        align-items: stretch;
        padding: 1.2rem;
    }

    .faq2-section .faq2__cta-left {
        flex-direction: column;
        text-align: center;
    }

    .faq2-section .faq2__cta-visual {
        margin: 0 auto;
    }

    .faq2-section .faq2__cta-btn {
        width: 100%;
        margin-left: 0;
    }
}


/* FAQ2 — react-icons (svg) compatibility */
.faq2-section .faq2__tab-icon svg {
    font-size: 0.95rem;
    width: 0.95rem;
    height: 0.95rem;
}

.faq2-section .faq2__toggle svg {
    width: 0.7rem;
    height: 0.7rem;
}

.faq2-section .faq2__cta-bubble--main > .fa-comment,
.faq2-section .faq2__cta-bubble--main > svg.fa-comment {
    font-size: 3.4rem;
    width: 3.4rem;
    height: 3.4rem;
    color: #050a1b;
    -webkit-text-stroke: 2px #a78bfa;
    paint-order: stroke fill;
    filter:
        drop-shadow(0 0 5px rgba(168, 85, 247, 0.95))
        drop-shadow(0 0 12px rgba(36, 90, 226, 0.7));
}

.faq2-section .faq2__cta-bubble--sub > .fa-comment,
.faq2-section .faq2__cta-bubble--sub > svg.fa-comment {
    font-size: 1.95rem;
    width: 1.95rem;
    height: 1.95rem;
    color: #050a1b;
    -webkit-text-stroke: 2px #245ae2;
    paint-order: stroke fill;
    filter:
        drop-shadow(0 0 5px rgba(36, 90, 226, 1))
        drop-shadow(0 0 12px rgba(36, 90, 226, 0.75));
}

.faq2-section .faq2__cta-symbol--dots .fa-ellipsis,
.faq2-section .faq2__cta-symbol--dots svg.fa-ellipsis {
    font-size: 0.58rem;
    width: 0.9rem;
    height: 0.58rem;
    color: #fff;
}

.faq2-section .faq2__cta .primary_btn,
.faq2-section .faq2__cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    flex-shrink: 0;
}

.faq2-section .special-text.text-white {
    color: #fff;
}

.faq2-section .faq2__heading .color-blue {
    color: var(--e-global-color-accent, #245ae2);
}

/* Space between FAQ2 (dark) and home CTA banner */
.faq2-section {
    margin-bottom: 0;
}

.faq2-section + * .call-to-action-con,
.home-no-motion .call-to-action-con {
    padding-top: 3.5rem;
}

/* Dark mega menu (Solutions / Integrations / Industries)
   Mirrors the dark theme tokens used by .products-mega */

   .mega-menu--dark {
    --mm-accent: var(--e-global-color-accent);
    --mm-accent-2: var(--e-global-color-accent-light);
    --mm-on-accent: var(--e-global-color-white);
    --mm-navy-950: #050f28;
    --mm-navy-900: #08163a;
    --mm-navy-800: #0b1e4d;
    --mm-line: rgba(36, 90, 226, 0.42);
    --mm-line-soft: rgba(36, 90, 226, 0.22);
    --mm-list-border: #112b6d;
    --mm-sky: #7c9cee;
    --mm-title: var(--e-global-color-white);
    --mm-text: #b9c8e8;
    --mm-muted: #8ba0c9;
    --mm-glow: rgba(36, 90, 226, 0.45);
    --mm-shell-shadow: 0 30px 70px rgba(3, 10, 28, 0.55);
    --mm-shell-inset: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

@supports (color: color-mix(in srgb, red, blue)) {
    .mega-menu--dark {
        --mm-navy-950: color-mix(in srgb, var(--e-global-color-accent) 13%, var(--e-global-color-black));
        --mm-navy-900: color-mix(in srgb, var(--e-global-color-accent) 20%, var(--e-global-color-black));
        --mm-navy-800: color-mix(in srgb, var(--e-global-color-accent) 28%, var(--e-global-color-black));
        --mm-line: color-mix(in srgb, var(--e-global-color-accent) 45%, transparent);
        --mm-line-soft: color-mix(in srgb, var(--e-global-color-accent) 24%, transparent);
        --mm-list-border: color-mix(in srgb, var(--e-global-color-accent) 35%, var(--mm-navy-900));
        --mm-sky: color-mix(in srgb, var(--e-global-color-accent) 58%, var(--e-global-color-white));
        --mm-text: color-mix(in srgb, var(--e-global-color-white) 74%, var(--mm-navy-800));
        --mm-muted: color-mix(in srgb, var(--e-global-color-white) 56%, var(--mm-navy-800));
        --mm-glow: color-mix(in srgb, var(--e-global-color-accent) 48%, transparent);
        --mm-shell-inset: inset 0 1px 0 color-mix(in srgb, var(--e-global-color-white) 8%, transparent);
    }
}

/* Shell */
.header-con .navbar-light .navbar-nav .dropdown-menu.mega-menu.mega-menu--dark {
    padding: 1rem;
    border-radius: 18px;
    border: 1px solid var(--mm-line-soft);
    background:
        radial-gradient(70% 60% at 12% 0%, color-mix(in srgb, var(--mm-accent) 18%, transparent), transparent 62%),
        radial-gradient(60% 60% at 88% 4%, color-mix(in srgb, var(--mm-accent-2) 14%, transparent), transparent 60%),
        linear-gradient(180deg, var(--mm-navy-800) 0%, var(--mm-navy-900) 55%, var(--mm-navy-950) 100%);
    box-shadow: var(--mm-shell-shadow), var(--mm-shell-inset);
}

@supports not (color: color-mix(in srgb, red, blue)) {
    .header-con .navbar-light .navbar-nav .dropdown-menu.mega-menu.mega-menu--dark {
        background: linear-gradient(180deg, var(--mm-navy-800) 0%, var(--mm-navy-900) 55%, var(--mm-navy-950) 100%);
    }
}

/* Head */
.mega-menu--dark .mega-menu__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 0.8rem;
    border-bottom: 1px solid #0f245a;
    padding-bottom: 0.8rem;
}

.header-con .navbar-light .navbar-nav .dropdown-menu.mega-menu.mega-menu--dark .mega-menu__heading {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -0.01em;
    color: var(--mm-title);
    -webkit-text-fill-color: currentColor;
}

.mega-menu--dark .mega-menu__heading span {
    color: var(--mm-sky);
}

.mega-menu--dark .mega-menu__spark {
    width: 1.05rem;
    height: 1.05rem;
    flex-shrink: 0;
    fill: var(--mm-sky);
    transform: translateY(-0.55rem);
}

.header-con .navbar-light .navbar-nav .dropdown-menu.mega-menu.mega-menu--dark .mega-menu__sub {
    max-width: 46rem;
    margin-top: 0.35rem;
    font-size: 0.85rem;
    font-weight: 300;
    line-height: 1.5;
    color: var(--mm-text);
}

.header-con .navbar-light .navbar-nav .dropdown-menu.mega-menu.mega-menu--dark .mega-menu__browse {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    flex-shrink: 0;
    padding: 0.55rem 0.6rem 0.55rem 1.15rem;
    border-radius: 999px;
    border: 1px solid var(--mm-line);
    background: color-mix(in srgb, var(--mm-accent) 22%, transparent);
    color: var(--mm-on-accent);
    font-size: 0.85rem;
    font-weight: 700;
    text-decoration: none;
    transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.header-con .navbar-light .navbar-nav .dropdown-menu.mega-menu.mega-menu--dark .mega-menu__browse:hover {
    border-color: var(--mm-sky);
    background: color-mix(in srgb, var(--mm-accent) 40%, transparent);
    color: var(--mm-on-accent);
    text-decoration: none;
    transform: translateY(-1px);
}

.mega-menu--dark .mega-menu__browse-icon {
    display: grid;
    place-items: center;
    width: 1.85rem;
    height: 1.85rem;
    border-radius: 50%;
    font-size: 0.7rem;
    color: var(--mm-on-accent);
    background: linear-gradient(135deg, var(--mm-accent), var(--mm-accent-2));
    box-shadow: 0 8px 16px -6px var(--mm-glow);
    transition: transform 0.25s ease;
}

.header-con .navbar-light .navbar-nav .dropdown-menu.mega-menu.mega-menu--dark .mega-menu__browse:hover .mega-menu__browse-icon {
    transform: translateX(3px);
}

/* Column separators */
.header-con .navbar-light .navbar-nav .dropdown-menu.mega-menu.mega-menu--dark .border-right-light {
    border-right: 1px solid var(--mm-line-soft);
}

/* Links */
.header-con .navbar-light .navbar-nav .dropdown-menu.mega-menu.mega-menu--dark .dropdown-item {
    padding: 0.6rem 0.7rem;
    border: 1px solid transparent;
    border-bottom: 1px dotted var(--mm-list-border);
    border-radius: 10px;
    background: transparent;
    color: var(--mm-title);
    white-space: normal;
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.header-con .navbar-light .navbar-nav .dropdown-menu.mega-menu.mega-menu--dark .dropdown-item:hover,
.header-con .navbar-light .navbar-nav .dropdown-menu.mega-menu.mega-menu--dark .dropdown-item:focus {
    border-color: var(--mm-line-soft);
    background: color-mix(in srgb, var(--mm-accent) 14%, transparent);
    color: var(--mm-title);
}

.header-con .navbar-light .navbar-nav .dropdown-menu.mega-menu.mega-menu--dark .dropdown-item:active {
    background: color-mix(in srgb, var(--mm-accent) 32%, transparent);
    color: var(--mm-title);
}

.header-con .navbar-light .navbar-nav .dropdown-menu.mega-menu.mega-menu--dark .dropdown-item>span:first-child {
    display: grid;
    place-items: center;
    width: 2.75rem;
    height: 2.75rem;
    flex-shrink: 0;
    border-radius: 0.75rem;
    border: 1px solid var(--mm-line-soft);
    background: color-mix(in srgb, var(--mm-accent) 22%, transparent);
    transition: background 0.25s ease, border-color 0.25s ease;
}

.header-con .navbar-light .navbar-nav .dropdown-menu.mega-menu.mega-menu--dark .dropdown-item:hover>span:first-child {
    border-color: var(--mm-line);
    background: linear-gradient(145deg,
            color-mix(in srgb, var(--mm-accent) 55%, transparent),
            color-mix(in srgb, var(--mm-accent-2) 30%, transparent));
}

.header-con .navbar-light .navbar-nav .dropdown-menu.mega-menu.mega-menu--dark .dropdown-item span i,
.header-con .navbar-light .navbar-nav .dropdown-menu.mega-menu.mega-menu--dark .dropdown-item span svg {
    font-size: 1.5rem;
    color: #fff;
}

.header-con .navbar-light .navbar-nav .dropdown-menu.mega-menu.mega-menu--dark .dropdown-item:hover span i,
.header-con .navbar-light .navbar-nav .dropdown-menu.mega-menu.mega-menu--dark .dropdown-item:hover span svg {
    color: var(--mm-on-accent);
}

.header-con .navbar-light .navbar-nav .dropdown-menu.mega-menu.mega-menu--dark .dropdown-item span {
    color: var(--mm-title);
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
}

.header-con .navbar-light .navbar-nav .dropdown-menu.mega-menu.mega-menu--dark .dropdown-item:hover span {
    color: var(--mm-title);
}

.header-con .navbar-light .navbar-nav .dropdown-menu.mega-menu.mega-menu--dark .dropdown-item span small,
.header-con .navbar-light .navbar-nav .dropdown-menu.mega-menu.mega-menu--dark .dropdown-item:hover span small {
    margin-top: 0.15rem;
    color: var(--mm-muted);
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.35;
}

/* Illustration column */
.header-con .navbar-light .navbar-nav .dropdown-menu.mega-menu.mega-menu--dark .industries-list.text-center img {
    border-radius: 14px;
}

@media (max-width: 1199.98px) {
    .header-con .navbar-light .navbar-nav .dropdown-menu.mega-menu.mega-menu--dark {
        padding: 1rem;
    }

    .header-con .navbar-light .navbar-nav .dropdown-menu.mega-menu.mega-menu--dark .border-right-light {
        border-right: 0;
    }

    .header-con .navbar-light .navbar-nav .dropdown-menu.mega-menu.mega-menu--dark .mega-menu__heading {
        font-size: 1.25rem;
    }
}

@media (max-width: 991.98px) {
    .mega-menu--dark .mega-menu__head {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
}


/* Dark mega menu — ensure items / small text stack like PHP */
.header-con .navbar-light .navbar-nav .dropdown-menu.mega-menu.mega-menu--dark .dropdown-item > span:last-child {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.header-con .navbar-light .navbar-nav .dropdown-menu.mega-menu.mega-menu--dark .dropdown-item > span:last-child small {
    display: block;
}

/* ========================================================================
   Homepage responsive polish — mobile / tablet / laptop
   Scoped to .home-no-motion + section roots to avoid global bleed.
======================================================================== */

.home-no-motion {
    overflow-x: clip;
}

.home-no-motion .heading-title-con h2,
.home-no-motion .faq2__heading h2,
.home-no-motion .banner2 .heading-style-h1 {
    overflow-wrap: anywhere;
}

/* ---------- Pricing: kill global fixed col widths + laptop tab wrap ---------- */

.home-pricing-plan.pricing-plan-con .all_column,
.home-pricing-plan.pricing-plan-con .col-lg-4,
.home-pricing-plan.pricing-plan-con .col-md-6,
.home-pricing-plan.pricing-plan-con .col-md-12 {
    max-width: 100%;
}

@media (max-width: 1199.98px) {
    .home-pricing-plan .pricing-controls__shell .pricing-product-tabs {
        flex-wrap: wrap;
        border-radius: 1.4rem;
        gap: 0.65rem;
        padding: 0.95rem 1rem;
    }

    .home-pricing-plan .pricing-product-tab {
        flex: 1 1 calc(48% - 0.65rem);
        white-space: normal;
        font-size: 0.9rem;
        min-height: 3rem;
        padding: 0.75rem 1rem;
    }
}

@media (max-width: 767.98px) {
    .home-pricing-plan.pricing-plan-con .col-lg-4,
    .home-pricing-plan.pricing-plan-con .col-md-6,
    .home-pricing-plan.pricing-plan-con .col-md-12,
    .home-pricing-plan.pricing-plan-con .all_column {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .home-pricing-plan .pricing-box {
        padding: 32px 22px 24px;
    }

    .home-pricing-plan .generic-price .price-text {
        font-size: 2.15rem;
    }
}

@media (max-width: 991.98px) {
    .home-pricing-plan .pricing-box.corporate-box .plan-listing ul.corporate-features {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.45rem;
    }

    .home-pricing-plan .pricing-box.corporate-box .plan-listing ul.corporate-features .corporate-feature:not(:last-child)::after {
        display: none;
    }
}

/* ---------- CTA: clip robots / avoid page scroll ---------- */

.home-no-motion .call-to-action-con {
    overflow-x: clip;
}

.home-no-motion .call-to-action-con .cta-inner-con {
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .home-no-motion .call-to-action-con .robot1,
    .home-no-motion .call-to-action-con .robot2 {
        display: none;
    }

    .home-no-motion .call-to-action-con .cta-inner-con {
        border-radius: 28px;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .home-no-motion .call-to-action-con .cta-inner-con p {
        padding: 0;
        font-size: 1.05rem;
    }
}

@media (max-width: 575.98px) {
    .home-no-motion .call-to-action-con .cta-inner-con {
        border-radius: 20px;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .home-no-motion .call-to-action-con .cta-buttons .primary_btn {
        width: 100%;
        text-align: center;
    }
}

/* ---------- Hero ---------- */

@media (max-width: 575.98px) {
    .banner2 .heading-style-h1 {
        font-size: 1.75rem;
        line-height: 1.2;
    }

    .banner2 .text-size-regular {
        font-size: 0.95rem;
    }

    .banner2 .imag-sec .hero-media__frame img,
    .banner2 .hero-media__poster {
        padding: 0.75rem;
        border-radius: 14px;
    }

    .banner2 .play-video-btn {
        width: 3.35rem;
        height: 3.35rem;
        padding: 0.85rem;
    }
}

/* ---------- Instantly / ROI ---------- */

@media (max-width: 991.98px) {
    .section-roi .padding-section-large {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem;
    }
}

/* Touch desktops only: overlay cards still expand, but never clip on stacked mobile. */
@media (hover: none) and (min-width: 992px) {
    .section-roi .roi-crad-inner-content p {
        height: auto;
        max-height: 7.5rem;
        opacity: 1;
        overflow: hidden;
    }
}

@media (max-width: 575.98px) {
    .section-roi .padding-section-large {
        padding-top: 3.25rem;
        padding-bottom: 3.25rem;
    }
}

/* ---------- Expand cards — laptop band ---------- */

@media (min-width: 992px) and (max-width: 1199.98px) {
    .expand-card-section {
        --industry-closed: 4.25rem;
    }

    .expand-card-section .expand-cards {
        height: 26rem;
    }

    .expand-card-section .expand-card.is-active .expand-card__title {
        font-size: 1.45rem;
        max-width: 18rem;
    }

    .expand-card-section .expand-card.is-active .expand-card__desc {
        font-size: 0.95rem;
        max-width: 26rem;
    }
}

/* ---------- Client logos ---------- */

.home-no-motion .client-logo-con .customers-logo-card img {
    min-width: 0;
    max-width: 100%;
    height: auto;
}

.home-no-motion .client-logo-con .logos-con {
    gap: 0;
}

@media (max-width: 575.98px) {
    .home-no-motion .client-logo-con .customers-logo-card {
        padding: 0.65rem;
    }
}

/* ---------- How to Deploy tabs ---------- */

@media (max-width: 991.98px) {
    .how-to-deploy-section .how-to-deploy-product-tabs {
        border-radius: 1.25rem;
        padding: 0.85rem;
        gap: 0.55rem;
        flex-wrap: wrap;
    }

    .how-to-deploy-section .how-to-deploy-product-tab {
        flex: 1 1 calc(50% - 0.55rem);
        white-space: normal;
        min-width: 0;
        border-radius: 999px;
    }
}

@media (max-width: 575.98px) {
    .how-to-deploy-section .how-to-deploy-product-tab {
        flex: 1 1 100%;
    }
}

/* ---------- Testimonials readability ---------- */

@media (min-width: 992px) {
    .home-no-motion .testimonials-con .testimonial-box {
        min-width: 0;
    }

    .home-no-motion .testimonials-con .testimonial-box p {
        font-size: clamp(0.9rem, 1.1vw, 1.05rem);
    }
}

@media (max-width: 767.98px) {
    .home-no-motion .testimonials-con .testimonials-slick .slick-list {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin: 0;
    }
}

/* ---------- Businesses Choose 2 ---------- */

@media (max-width: 991.98px) {
    .businesses-choose-2__bubble {
        display: none;
    }

    .businesses-choose-2__hero {
        max-width: none;
        margin-inline: auto;
    }
}

/* ---------- Resources cards ---------- */

@media (max-width: 1199.98px) {
    .home-resources-section .ai-blog-card__body {
        margin-top: 0;
        padding: 0.9rem 1.15rem 1.15rem;
    }

    .home-resources-section .ai-blog-card__title {
        font-size: 0.98rem;
    }
}

@media (max-width: 991.98px) {
    .home-resources-section .ai-blog-card__body {
        margin-top: 0;
    }
}

@media (max-width: 575.98px) {
    .home-resources-section .row > [class*="col-"] {
        margin-bottom: 1.25rem;
    }
}

/* ---------- FAQ2 tablet ---------- */

@media (max-width: 991.98px) {
    .faq2-section .faq2__tab-text strong {
        font-size: 1.05rem;
        line-height: 1.25;
    }

    .faq2-section .faq2__tab-text small {
        font-size: 0.78rem;
    }

    .faq2-section .faq2__question span {
        font-size: 1rem;
    }

    .faq2-section .faq2__cta {
        gap: 0.75rem;
    }

    .faq2-section .faq2__cta-btn {
        width: 100%;
        text-align: center;
        margin-left: 0;
    }
}

/* ---------- Shared home headings / padding ---------- */

@media (max-width: 767.98px) {
    .home-no-motion .heading-title-con h2 {
        font-size: clamp(1.55rem, 6vw, 2rem);
    }

    .home-no-motion .heading-title-con p {
        font-size: 0.95rem;
    }

    .home-no-motion .padding-top {
        padding-top: 3.5rem;
    }

    .home-no-motion .padding-bottom {
        padding-bottom: 3.5rem;
    }
}

@media (max-width: 575.98px) {
    .home-no-motion .padding-top {
        padding-top: 2.75rem;
    }

    .home-no-motion .padding-bottom {
        padding-bottom: 2.75rem;
    }
}
