.xp-home {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(0,180,216,0.14), transparent 32%),
        radial-gradient(circle at bottom right, rgba(0,180,216,0.10), transparent 28%),
        linear-gradient(180deg, #050a12 0%, #08111d 100%);
}

.xp-home__bg {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(0,180,216,0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0,180,216,0.035) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: radial-gradient(circle at center, black 45%, transparent 85%);
    pointer-events: none;
}

.xp-site-header {
    position: relative;
    z-index: 2;
    padding-top: 20px;
}

.xp-site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    min-height: 76px;
    padding: 0 28px;
    border: 1px solid rgba(0,180,216,0.08);
    border-radius: 20px;
    background: rgba(4, 10, 18, 0.50);
    backdrop-filter: blur(18px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.18);
    overflow: visible;
}

.xp-site-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    flex: 1 1 auto;
    min-width: 0;
}

.xp-site-nav a {
    color: #97d7e2;
    font-size: 0.95rem;
    transition: color 0.18s ease;
}

.xp-site-nav a:hover,
.xp-header-link:hover {
    color: #effeff;
}

.xp-site-header__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    flex: 0 0 auto;
}

.xp-home__container {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, 460px);
    gap: 48px;
    align-items: center;
    min-height: auto;
    padding-top: 64px;
    padding-bottom: 48px;
}

.xp-home__hero {
    max-width: 700px;
}

.xp-home__title {
    margin: 22px 0 18px;
    font-size: clamp(2.8rem, 5vw, 5.2rem);
    line-height: 0.98;
    letter-spacing: -0.04em;
    color: #f3feff;
}

.xp-home__text {
    max-width: 640px;
    margin: 0 0 28px;
    color: #9bc3cc;
    font-size: 1.08rem;
    line-height: 1.75;
}

.xp-home__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 16px;
}

.xp-home__subnote {
    margin: 0 0 28px;
    color: #6fa8b2;
    font-size: 0.96rem;
    line-height: 1.7;
}

.xp-home__highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.xp-highlight {
    padding: 18px;
    border: 1px solid rgba(0,180,216,0.10);
    border-radius: 18px;
    background: rgba(255,255,255,0.02);
}

.xp-highlight__label {
    display: block;
    margin-bottom: 8px;
    color: #66d9ef;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.xp-highlight strong {
    color: #edfefe;
    font-size: 0.98rem;
    line-height: 1.45;
}

.xp-home__panel {
    width: 100%;
}


@media (min-width: 1025px) {
    .xp-home__container {
        grid-template-columns: minmax(0, 1fr) clamp(380px, 30vw, 460px);
        gap: clamp(32px, 4vw, 56px);
        align-items: end;
    }

    .xp-home__hero {
        max-width: min(760px, 100%);
    }

    .xp-home__panel {
        width: 100%;
        max-width: 460px;
        justify-self: end;
        align-self: end;
        margin-top: 0;
    }
}

@media (max-width: 1180px) {
    .xp-site-header__inner {
        padding: 0 18px;
        gap: 18px;
    }

    .xp-site-nav {
        gap: 18px;
    }

    .xp-home__container {
        grid-template-columns: minmax(0, 1fr) 380px;
        gap: 32px;
        align-items: start;
    }

    .xp-home__title {
        font-size: clamp(2.8rem, 5.6vw, 4.4rem);
    }

    .xp-home__highlights {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1024px) {
    .xp-site-header__inner {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
        padding: 18px;
        gap: 14px;
    }

    .xp-site-brand {
        justify-self: start;
    }

    .xp-site-nav {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        gap: 16px 22px;
    }

    .xp-site-header__actions {
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }

    .xp-home__container {
        grid-template-columns: 1fr;
        gap: 36px;
        min-height: auto;
        padding-top: 42px;
        padding-bottom: 56px;
    }

    .xp-home__hero {
        max-width: none;
    }

    .xp-home__panel {
        width: 100%;
        max-width: 560px;
        justify-self: start;
        margin-top: 0;
    }

    .xp-home__title {
        max-width: 12ch;
        font-size: clamp(2.5rem, 7vw, 4rem);
    }

    .xp-home__text,
    .xp-home__subnote {
        max-width: 62ch;
    }

    .xp-home__highlights {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .xp-site-header {
        padding-top: 14px;
    }

    .xp-site-header__inner {
        padding: 14px;
        border-radius: 16px;
    }

    .xp-site-brand {
        width: 100%;
        justify-content: center;
    }

    .xp-logo {
        height: 34px;
    }

    .xp-site-nav {
        gap: 12px 18px;
    }

    .xp-site-nav a,
    .xp-header-link {
        font-size: 0.92rem;
    }

    .xp-button--ghost {
        width: 100%;
    }

    .xp-home__container {
        gap: 28px;
        padding-top: 28px;
        padding-bottom: 40px;
    }

    .xp-home__title {
        max-width: none;
        margin: 18px 0 14px;
        font-size: clamp(2.15rem, 10vw, 3.4rem);
        line-height: 1.02;
    }

    .xp-home__text {
        margin-bottom: 22px;
        font-size: 1rem;
        line-height: 1.65;
    }

    .xp-home__cta {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        margin-bottom: 14px;
    }

    .xp-button--hero {
        width: 100%;
        min-width: 0;
    }

    .xp-home__subnote {
        margin-bottom: 22px;
        font-size: 0.94rem;
    }

    .xp-home__highlights {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .xp-highlight {
        padding: 16px;
        border-radius: 16px;
    }

    .xp-home__panel {
        max-width: none;
    }

    .xp-login-card {
        padding: 22px;
        border-radius: 18px;
    }

    .xp-login-card__title {
        font-size: clamp(1.8rem, 7vw, 2.2rem);
    }

    .xp-login-form__row {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .xp-container {
        width: min(100% - 24px, 1200px);
    }

    .xp-site-header__inner {
        padding: 12px;
        gap: 12px;
    }

    .xp-site-nav {
        flex-direction: column;
        gap: 10px;
    }

    .xp-site-header__actions {
        gap: 10px;
    }

    .xp-home__title {
        font-size: clamp(1.9rem, 11vw, 2.8rem);
    }

    .xp-badge {
        padding: 7px 12px;
        font-size: 0.82rem;
    }

    .xp-home__text,
    .xp-home__subnote,
    .xp-highlight strong,
    .xp-login-card__text {
        font-size: 0.95rem;
    }

    .xp-field input,
    .xp-button,
    .xp-button--ghost {
        min-height: 50px;
    }

    .xp-login-card {
        padding: 18px;
    }

    .xp-login-card__footer {
        flex-direction: column;
        gap: 4px;
    }
}


/* BURGER */
.xp-burger {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
}

.xp-burger span {
    width: 24px;
    height: 2px;
    background: #00b4d8;
    display: block;
}

/* MOBILE MENU */
.xp-mobile-menu {
    position: fixed;
    inset: 0;
    background: rgba(5,10,20,0.96);
    backdrop-filter: blur(20px);
    display: none;
    z-index: 999;
}

.xp-mobile-menu.active {
    display: flex;
}

.xp-mobile-menu__inner {
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 22px;
    text-align: center;
}

.xp-mobile-menu a {
    color: #eaffff;
    font-size: 1.2rem;
}

.xp-mobile-menu__actions {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .xp-site-nav {
        display: none;
    }

    .xp-site-header__actions {
        display: none;
    }

    .xp-burger {
        display: flex;
    }
}


/* XP_HOME_DISABLE_GLOBAL_TEXT_ELLIPSIS_START */
/*
Home publique : désactive les règles globales d'ellipsis/coupure venant de components.css.
La coupure automatique doit rester disponible sur les pages app/projets/storage/users/settings,
mais pas sur la page d'accueil.
*/
.xp-home,
.xp-home * {
    text-overflow: clip !important;
}

.xp-home p,
.xp-home span,
.xp-home strong,
.xp-home em,
.xp-home a,
.xp-home h1,
.xp-home h2,
.xp-home h3,
.xp-home h4,
.xp-home h5,
.xp-home h6,
.xp-home button {
    overflow: visible !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
}

/* Exceptions utiles : les boutons et liens de navigation peuvent rester sur une ligne */
.xp-home .xp-button,
.xp-home .xp-site-nav a,
.xp-home .xp-mobile-menu a {
    white-space: nowrap !important;
}
/* XP_HOME_DISABLE_GLOBAL_TEXT_ELLIPSIS_END */








/* XP_HOME_BOOK_DEMO_BUTTON_WIDTH_START */
/* Corrige le bouton "Book a demo" trop étroit dans le header home. */
@media (min-width: 769px) {
    .xp-home .xp-site-header__actions {
        gap: 14px;
        margin-right: 0;
    }

    .xp-home .xp-site-header__actions .xp-button--primary {
        min-width: 260px;
    }

    .xp-home .xp-site-header__actions .xp-button--ghost {
        width: auto !important;
        min-width: 150px !important;
        padding-left: 24px !important;
        padding-right: 24px !important;
        justify-content: center;
        text-align: center;
        white-space: nowrap !important;
    }
}
/* XP_HOME_BOOK_DEMO_BUTTON_WIDTH_END */




/* XP_HOME_LOGIN_CARD_VISIBLE_BORDER_START */
/* Login card : bordure cyan plus visible + léger glow pour mieux détacher le bloc. */
.xp-home .xp-login-card {
    border: 1px solid rgba(0, 180, 216, 0.62) !important;
    box-shadow:
        0 0 0 1px rgba(0, 180, 216, 0.18),
        0 0 28px rgba(0, 180, 216, 0.22),
        0 24px 70px rgba(0, 0, 0, 0.38) !important;
}

.xp-home .xp-login-card::before {
    border-color: rgba(0, 180, 216, 0.32) !important;
}
/* XP_HOME_LOGIN_CARD_VISIBLE_BORDER_END */





/* XP_FREE_TRIAL_CTA_20260821 */
.xp-home .xp-button--trial {
    font-weight: 800;
    letter-spacing: 0.015em;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
    transition:
        transform 180ms ease,
        box-shadow 180ms ease,
        filter 180ms ease;
}

.xp-home .xp-button--trial:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.22);
    filter: brightness(1.06);
}


/* =========================================================
   XP_HOME_VISUAL_REFRESH_V1_20260823
   Public home — sober Xperium dark identity
   ========================================================= */


/* ---------------------------------------------------------
   PAGE / BACKGROUND
   --------------------------------------------------------- */

.xp-home {
    background:
        radial-gradient(
            circle at 10% 8%,
            rgba(22, 139, 210, 0.08),
            transparent 34%
        ),
        radial-gradient(
            circle at 92% 90%,
            rgba(22, 139, 210, 0.045),
            transparent 30%
        ),
        linear-gradient(
            180deg,
            #101820 0%,
            #0c131a 100%
        ) !important;
}


.xp-home__bg {
    opacity: .34;

    background-image:
        linear-gradient(
            rgba(151, 167, 180, 0.035) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(151, 167, 180, 0.035) 1px,
            transparent 1px
        ) !important;

    background-size: 48px 48px !important;
}


/* ---------------------------------------------------------
   HEADER
   --------------------------------------------------------- */

.xp-home .xp-site-header {
    padding-top: 18px;
}


.xp-home .xp-site-header__inner {
    min-height: 72px;

    padding: 0 22px;

    border:
        1px solid rgba(164, 178, 189, .13);

    border-radius: 10px;

    background:
        rgba(16, 24, 32, .91);

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    box-shadow:
        0 10px 28px rgba(0, 0, 0, .16);
}


.xp-home .xp-logo {
    height: 48px;
    width: auto;
}


.xp-home .xp-site-nav {
    gap: 30px;
}


.xp-home .xp-site-nav a {
    color: #aab7c1;

    font-size: 12px;
    font-weight: 500;
}


.xp-home .xp-site-nav a:hover {
    color: #ffffff;
}


/* Header buttons: remove oversized old proportions */

@media (min-width: 769px) {

    .xp-home
    .xp-site-header__actions {
        gap: 9px;
    }

    .xp-home
    .xp-site-header__actions
    .xp-button {
        min-height: 38px !important;

        border-radius: 5px !important;

        font-size: 12px !important;
        font-weight: 600 !important;
    }

    .xp-home
    .xp-site-header__actions
    .xp-button--primary {
        width: auto !important;
        min-width: 178px !important;

        padding: 0 18px !important;
    }

    .xp-home
    .xp-site-header__actions
    .xp-button--ghost {
        width: auto !important;
        min-width: 118px !important;

        padding: 0 16px !important;
    }
}


/* ---------------------------------------------------------
   HERO
   --------------------------------------------------------- */

.xp-home .xp-home__container {
    padding-top: 58px;
    padding-bottom: 52px;
}


.xp-home .xp-home__hero {
    max-width: 720px;
}


.xp-home .xp-home__title {
    margin: 16px 0 18px;

    max-width: 700px;

    font-size:
        clamp(2.9rem, 4.25vw, 4.5rem);

    line-height: 1.01;

    letter-spacing: -.035em;

    color: #f5f7f9;
}


.xp-home .xp-home__text {
    max-width: 620px;

    margin-bottom: 24px;

    color: #a8b4be;

    font-size: 15px;
    line-height: 1.68;
}


.xp-home .xp-home__subnote {
    margin-bottom: 24px;

    color: #7f8d98;

    font-size: 12px;
    line-height: 1.6;
}


/* ---------------------------------------------------------
   CTA
   --------------------------------------------------------- */

.xp-home .xp-home__cta {
    gap: 9px;

    margin-bottom: 14px;
}


.xp-home
.xp-home__cta
.xp-button {
    min-height: 40px;

    padding: 0 17px;

    border-radius: 5px;

    font-size: 12px;
    font-weight: 600;
}


.xp-home .xp-button--trial {
    color: #ffffff !important;

    background: #168bd2 !important;

    border-color: #168bd2 !important;

    box-shadow: none !important;

    transform: none !important;
}


.xp-home .xp-button--trial:hover {
    background: #1179b9 !important;

    border-color: #1179b9 !important;

    box-shadow: none !important;

    transform: none !important;

    filter: none !important;
}


.xp-home
.xp-home__cta
.xp-button--secondary,
.xp-home
.xp-site-header__actions
.xp-button--ghost {
    color: #d7dee4 !important;

    background: #18232c !important;

    border:
        1px solid #33414c !important;

    box-shadow: none !important;
}


.xp-home
.xp-home__cta
.xp-button--secondary:hover,
.xp-home
.xp-site-header__actions
.xp-button--ghost:hover {
    color: #ffffff !important;

    background: #202d37 !important;

    border-color: #435360 !important;
}


/* ---------------------------------------------------------
   HIGHLIGHTS
   --------------------------------------------------------- */

.xp-home .xp-home__highlights {
    gap: 10px;
}


.xp-home .xp-highlight {
    padding: 15px 16px;

    border:
        1px solid rgba(164, 178, 189, .13);

    border-radius: 7px;

    background:
        rgba(25, 36, 45, .76);

    box-shadow: none;
}


.xp-home .xp-highlight__label {
    margin-bottom: 6px;

    color: #6fa9c6;

    font-size: 10px;
    font-weight: 600;

    letter-spacing: .08em;
}


.xp-home .xp-highlight strong {
    color: #e7ecef;

    font-size: 12px;
    font-weight: 600;

    line-height: 1.42;
}


/* ---------------------------------------------------------
   LOGIN CARD
   --------------------------------------------------------- */

.xp-home .xp-login-card {
    padding: 27px !important;

    border:
        1px solid rgba(164, 178, 189, .20)
        !important;

    border-radius: 10px !important;

    background:
        rgba(17, 27, 35, .96)
        !important;

    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;

    box-shadow:
        0 18px 46px rgba(0, 0, 0, .24)
        !important;
}


/* Removes old cyan glow */

.xp-home .xp-login-card::before {
    border-color:
        rgba(22, 139, 210, .16)
        !important;

    opacity: .45;
}


.xp-home .xp-login-card__head {
    margin-bottom: 19px;
}


.xp-home .xp-login-card__eyebrow {
    margin-bottom: 6px;

    color: #6fa9c6;

    font-size: 10px;
    font-weight: 600;

    letter-spacing: .08em;
}


.xp-home .xp-login-card__title {
    margin-bottom: 8px;

    color: #f1f4f6;

    font-size: 25px;

    letter-spacing: -.02em;
}


.xp-home .xp-login-card__text {
    color: #9aa8b3;

    font-size: 12px;

    line-height: 1.55;
}


.xp-home .xp-login-form {
    gap: 14px;
}


.xp-home .xp-login-form__link,
.xp-home .xp-login-card__footer a {
    color: #6fb3d7;
}


.xp-home .xp-login-card__footer {
    margin-top: 17px;

    color: #8997a2;

    font-size: 11px;
}


/* Checkbox */

.xp-home .xp-checkbox {
    color: #a7b3bc;

    font-size: 11px;
}


.xp-home .xp-checkbox input {
    accent-color: #168bd2;
}


/* ---------------------------------------------------------
   LOGIN INPUTS
   --------------------------------------------------------- */

.xp-home
.xp-login-card
input[type="text"],
.xp-home
.xp-login-card
input[type="email"],
.xp-home
.xp-login-card
input[type="password"] {
    min-height: 42px;

    border:
        1px solid #d8dee4 !important;

    border-radius: 6px !important;

    color: #202932 !important;

    background: #f5f7f9 !important;

    box-shadow: none !important;
}


.xp-home
.xp-login-card
input[type="text"]:focus,
.xp-home
.xp-login-card
input[type="email"]:focus,
.xp-home
.xp-login-card
input[type="password"]:focus {
    border-color: #168bd2 !important;

    box-shadow:
        0 0 0 2px rgba(22, 139, 210, .12)
        !important;
}


/* Login submit */

.xp-home
.xp-login-card
button[type="submit"] {
    min-height: 40px;

    border-radius: 5px !important;

    background: #168bd2 !important;

    border-color: #168bd2 !important;

    box-shadow: none !important;

    font-size: 12px;
    font-weight: 600;
}


.xp-home
.xp-login-card
button[type="submit"]:hover {
    background: #1179b9 !important;

    border-color: #1179b9 !important;

    transform: none !important;

    box-shadow: none !important;
}


/* ---------------------------------------------------------
   DESKTOP BALANCE
   --------------------------------------------------------- */

@media (min-width: 1025px) {

    .xp-home .xp-home__container {
        grid-template-columns:
            minmax(0, 1fr)
            clamp(365px, 28vw, 430px);

        gap:
            clamp(38px, 5vw, 70px);

        align-items: center;
    }

    .xp-home .xp-home__panel {
        max-width: 430px;

        align-self: center;
    }
}


/* ---------------------------------------------------------
   MOBILE
   --------------------------------------------------------- */

@media (max-width: 768px) {

    .xp-home .xp-site-header__inner {
        border-radius: 7px;
    }

    .xp-home .xp-logo {
        height: 44px;
    }

    .xp-home .xp-home__title {
        font-size:
            clamp(2.35rem, 10vw, 3.35rem);
    }

    .xp-home .xp-highlight {
        border-radius: 6px;
    }

    .xp-home .xp-login-card {
        border-radius: 8px !important;
    }
}


/* =========================================================
   XP_HOME_LIGHT_BACKEND_STYLE_V2_20260823
   Public home — light Xperium identity
   ========================================================= */


/* ---------------------------------------------------------
   PAGE
   --------------------------------------------------------- */

html body .xp-home {
    color: #19212a !important;

    background:
        linear-gradient(
            180deg,
            #f3f5f7 0%,
            #eef1f4 100%
        ) !important;
}


html body .xp-home__bg {
    opacity: .38 !important;

    background-image:
        linear-gradient(
            rgba(72, 88, 101, .035) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(72, 88, 101, .035) 1px,
            transparent 1px
        ) !important;

    background-size: 48px 48px !important;

    mask-image:
        radial-gradient(
            circle at center,
            black 30%,
            transparent 82%
        ) !important;
}


/* ---------------------------------------------------------
   HEADER
   --------------------------------------------------------- */

html body .xp-home .xp-site-header {
    padding-top: 16px !important;
}


html body .xp-home .xp-site-header__inner {
    min-height: 72px !important;

    padding: 0 22px !important;

    color: #19212a !important;

    background: rgba(255, 255, 255, .96) !important;

    border: 1px solid #dfe4e9 !important;
    border-radius: 7px !important;

    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;

    box-shadow:
        0 4px 16px rgba(25, 33, 42, .055)
        !important;
}


html body .xp-home .xp-logo {
    height: 52px !important;
    width: auto !important;
}


html body .xp-home .xp-site-nav a {
    color: #56626d !important;

    font-size: 12px !important;
    font-weight: 500 !important;
}


html body .xp-home .xp-site-nav a:hover {
    color: #168bd2 !important;
}


/* ---------------------------------------------------------
   HEADER BUTTONS
   --------------------------------------------------------- */

@media (min-width: 769px) {

    html body
    .xp-home
    .xp-site-header__actions {
        gap: 8px !important;
    }


    html body
    .xp-home
    .xp-site-header__actions
    .xp-button {
        min-height: 38px !important;

        border-radius: 4px !important;

        font-size: 12px !important;
        font-weight: 600 !important;

        box-shadow: none !important;
    }


    html body
    .xp-home
    .xp-site-header__actions
    .xp-button--primary {
        width: auto !important;
        min-width: 178px !important;

        padding: 0 17px !important;
    }


    html body
    .xp-home
    .xp-site-header__actions
    .xp-button--ghost {
        width: auto !important;
        min-width: 116px !important;

        padding: 0 16px !important;
    }
}


/* ---------------------------------------------------------
   HERO
   --------------------------------------------------------- */

html body .xp-home .xp-home__container {
    padding-top: 58px !important;
    padding-bottom: 54px !important;
}


html body .xp-home .xp-home__title {
    margin: 14px 0 18px !important;

    max-width: 700px !important;

    color: #19212a !important;

    font-size:
        clamp(2.9rem, 4.25vw, 4.5rem)
        !important;

    line-height: 1.01 !important;

    letter-spacing: -.035em !important;
}


html body .xp-home .xp-home__text {
    max-width: 620px !important;

    margin-bottom: 24px !important;

    color: #56626d !important;

    font-size: 15px !important;
    line-height: 1.68 !important;
}


html body .xp-home .xp-home__subnote {
    margin-bottom: 24px !important;

    color: #7a8793 !important;

    font-size: 12px !important;
    line-height: 1.6 !important;
}


/* ---------------------------------------------------------
   CTA
   --------------------------------------------------------- */

html body .xp-home .xp-home__cta {
    gap: 8px !important;

    margin-bottom: 14px !important;
}


html body
.xp-home
.xp-home__cta
.xp-button {
    min-height: 40px !important;

    padding: 0 17px !important;

    border-radius: 4px !important;

    font-size: 12px !important;
    font-weight: 600 !important;

    box-shadow: none !important;
    transform: none !important;
}


html body .xp-home .xp-button--trial {
    color: #fff !important;

    background: #168bd2 !important;

    border: 1px solid #168bd2 !important;

    box-shadow: none !important;
}


html body .xp-home .xp-button--trial:hover {
    color: #fff !important;

    background: #1179b9 !important;

    border-color: #1179b9 !important;

    box-shadow: none !important;

    transform: none !important;

    filter: none !important;
}


html body
.xp-home
.xp-home__cta
.xp-button--secondary,
html body
.xp-home
.xp-site-header__actions
.xp-button--ghost {
    color: #303b45 !important;

    background: #fff !important;

    border: 1px solid #ccd3da !important;

    box-shadow: none !important;
}


html body
.xp-home
.xp-home__cta
.xp-button--secondary:hover,
html body
.xp-home
.xp-site-header__actions
.xp-button--ghost:hover {
    color: #19212a !important;

    background: #f3f5f7 !important;

    border-color: #aeb8c1 !important;
}


/* ---------------------------------------------------------
   HIGHLIGHT CARDS
   --------------------------------------------------------- */

html body .xp-home .xp-home__highlights {
    gap: 10px !important;
}


html body .xp-home .xp-highlight {
    padding: 15px 16px !important;

    background: #ffffff !important;

    border: 1px solid #dfe4e9 !important;
    border-radius: 5px !important;

    box-shadow:
        0 2px 8px rgba(25, 33, 42, .035)
        !important;
}


html body .xp-home .xp-highlight__label {
    margin-bottom: 6px !important;

    color: #168bd2 !important;

    font-size: 10px !important;
    font-weight: 600 !important;

    letter-spacing: .07em !important;
}


html body .xp-home .xp-highlight strong {
    color: #303b45 !important;

    font-size: 12px !important;
    font-weight: 600 !important;

    line-height: 1.42 !important;
}


/* ---------------------------------------------------------
   LOGIN CARD
   --------------------------------------------------------- */

html body .xp-home .xp-login-card {
    padding: 27px !important;

    color: #19212a !important;

    background: #ffffff !important;

    border: 1px solid #d9e0e6 !important;
    border-radius: 6px !important;

    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;

    box-shadow:
        0 8px 24px rgba(25, 33, 42, .07)
        !important;
}


html body .xp-home .xp-login-card::before {
    display: none !important;
}


html body .xp-home .xp-login-card__head {
    margin-bottom: 19px !important;
}


html body .xp-home .xp-login-card__eyebrow {
    margin-bottom: 6px !important;

    color: #168bd2 !important;

    font-size: 10px !important;
    font-weight: 600 !important;
}


html body .xp-home .xp-login-card__title {
    margin-bottom: 8px !important;

    color: #19212a !important;

    font-size: 25px !important;

    letter-spacing: -.02em !important;
}


html body .xp-home .xp-login-card__text {
    color: #64717c !important;

    font-size: 12px !important;

    line-height: 1.55 !important;
}


/* ---------------------------------------------------------
   LOGIN LABELS / TEXT
   --------------------------------------------------------- */

html body .xp-home .xp-login-card label {
    color: #303b45 !important;

    font-size: 11px !important;
    font-weight: 600 !important;
}


html body .xp-home .xp-login-form {
    gap: 14px !important;
}


html body .xp-home .xp-checkbox {
    color: #56626d !important;

    font-size: 11px !important;
}


html body .xp-home .xp-checkbox input {
    accent-color: #168bd2 !important;
}


html body
.xp-home
.xp-login-form__link,
html body
.xp-home
.xp-login-card__footer a {
    color: #168bd2 !important;
}


html body
.xp-home
.xp-login-form__link:hover,
html body
.xp-home
.xp-login-card__footer a:hover {
    color: #1179b9 !important;
}


html body .xp-home .xp-login-card__footer {
    margin-top: 17px !important;

    color: #7a8793 !important;

    font-size: 11px !important;
}


/* ---------------------------------------------------------
   INPUTS
   --------------------------------------------------------- */

html body
.xp-home
.xp-login-card
input[type="text"],
html body
.xp-home
.xp-login-card
input[type="email"],
html body
.xp-home
.xp-login-card
input[type="password"] {
    min-height: 42px !important;

    color: #19212a !important;

    background: #f7f9fa !important;

    border: 1px solid #ccd3da !important;
    border-radius: 4px !important;

    box-shadow: none !important;
}


html body
.xp-home
.xp-login-card
input[type="text"]:focus,
html body
.xp-home
.xp-login-card
input[type="email"]:focus,
html body
.xp-home
.xp-login-card
input[type="password"]:focus {
    background: #ffffff !important;

    border-color: #168bd2 !important;

    box-shadow:
        0 0 0 2px rgba(22, 139, 210, .11)
        !important;
}


/* ---------------------------------------------------------
   SIGN IN
   --------------------------------------------------------- */

html body
.xp-home
.xp-login-card
button[type="submit"] {
    min-height: 40px !important;

    color: #ffffff !important;

    background: #168bd2 !important;

    border: 1px solid #168bd2 !important;
    border-radius: 4px !important;

    box-shadow: none !important;

    font-size: 12px !important;
    font-weight: 600 !important;
}


html body
.xp-home
.xp-login-card
button[type="submit"]:hover {
    background: #1179b9 !important;

    border-color: #1179b9 !important;

    box-shadow: none !important;

    transform: none !important;
}


/* ---------------------------------------------------------
   DESKTOP BALANCE
   --------------------------------------------------------- */

@media (min-width: 1025px) {

    html body .xp-home .xp-home__container {
        grid-template-columns:
            minmax(0, 1fr)
            clamp(380px, 29vw, 440px)
            !important;

        gap:
            clamp(40px, 5vw, 72px)
            !important;

        align-items: center !important;
    }


    html body .xp-home .xp-home__panel {
        max-width: 440px !important;

        align-self: center !important;
    }
}


/* ---------------------------------------------------------
   MOBILE
   --------------------------------------------------------- */

@media (max-width: 768px) {

    html body .xp-home .xp-site-header__inner {
        background: #fff !important;

        border-radius: 5px !important;
    }


    html body .xp-home .xp-logo {
        height: 46px !important;
    }


    html body .xp-home .xp-home__title {
        color: #19212a !important;

        font-size:
            clamp(2.3rem, 10vw, 3.3rem)
            !important;
    }


    html body .xp-home .xp-highlight {
        border-radius: 5px !important;
    }


    html body .xp-home .xp-login-card {
        border-radius: 5px !important;
    }
}


/* =========================================================
   XP_HOME_NEUTRAL_BUTTONS_V1_20260823
   Home buttons aligned with current SaaS visual language
   ========================================================= */


/* FREE TRIAL — header + hero */

html body
.xp-home
.xp-button--trial {
    color: #ffffff !important;

    background: #202a34 !important;

    border-color: #202a34 !important;

    box-shadow: none !important;

    filter: none !important;
}


html body
.xp-home
.xp-button--trial:hover {
    color: #ffffff !important;

    background: #11161c !important;

    border-color: #11161c !important;

    box-shadow: none !important;

    transform: none !important;

    filter: none !important;
}


/* SIGN IN */

html body
.xp-home
.xp-login-card
button[type="submit"] {
    color: #ffffff !important;

    background: #202a34 !important;

    border-color: #202a34 !important;

    box-shadow: none !important;
}


html body
.xp-home
.xp-login-card
button[type="submit"]:hover {
    color: #ffffff !important;

    background: #11161c !important;

    border-color: #11161c !important;

    box-shadow: none !important;

    transform: none !important;
}


/* BOOK A DEMO remains secondary */

html body
.xp-home
.xp-home__cta
.xp-button--secondary,

html body
.xp-home
.xp-site-header__actions
.xp-button--ghost {
    color: #303b45 !important;

    background: #ffffff !important;

    border-color: #ccd3da !important;
}


html body
.xp-home
.xp-home__cta
.xp-button--secondary:hover,

html body
.xp-home
.xp-site-header__actions
.xp-button--ghost:hover {
    color: #19212a !important;

    background: #eef1f4 !important;

    border-color: #aeb8c1 !important;
}

/* XP_HOME_ALIGN_LOGIN_WITH_HIGHLIGHTS_20260823 */
@media (min-width: 1025px) {
    .xp-home__container {
        align-items: end !important;
    }

    .xp-home__hero,
    .xp-home__panel {
        align-self: end !important;
    }

    .xp-home__panel {
        justify-self: end !important;
        margin-bottom: 0 !important;
    }

    .xp-home .xp-login-card {
        margin-bottom: 0 !important;
    }

    .xp-home__highlights {
        margin-bottom: 0 !important;
    }
}

/* =========================================================
   XP_HOME_BOTTOM_ALIGN_REAL_V2_20260823
   Align bottom login card with bottom highlights
   ========================================================= */

@media (min-width: 1025px) {

    html body
    .xp-home
    .xp-home__container {
        align-items: end !important;
    }

    html body
    .xp-home
    .xp-home__hero {
        align-self: end !important;
    }

    html body
    .xp-home
    .xp-home__panel {
        align-self: end !important;
        justify-self: end !important;

        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    html body
    .xp-home
    .xp-login-card {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    html body
    .xp-home
    .xp-home__highlights {
        margin-bottom: 0 !important;
    }
}
