.elementor-6081 .elementor-element.elementor-element-cfab045{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6081 .elementor-element.elementor-element-1b72052{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6081 .elementor-element.elementor-element-deaeab7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6081 .elementor-element.elementor-element-8514f29{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6081 .elementor-element.elementor-element-e17fea1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-6081 .elementor-element.elementor-element-cfab045{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-b06df2a *//* ======================================================
   XPACIO - HERO SITIOS WEB / LANDING / BIO
====================================================== */

.xp-web-hero,
.xp-web-hero * {
    box-sizing: border-box;
}

.xp-web-hero {
    --xp-bg: #050817;
    --xp-bg-secondary: #081124;
    --xp-card: rgba(12, 16, 38, 0.82);
    --xp-border: rgba(255, 255, 255, 0.11);
    --xp-text: #f7f8ff;
    --xp-muted: #a9afc6;
    --xp-pink: #ff2f92;
    --xp-purple: #9b4dff;
    --xp-cyan: #37d5ff;

    position: relative;
    isolation: isolate;
    min-height: 100vh;
    overflow: hidden;
    padding: 120px 28px 42px;
    color: var(--xp-text);
    background:
        radial-gradient(
            circle at 78% 45%,
            rgba(143, 28, 150, 0.22),
            transparent 36%
        ),
        radial-gradient(
            circle at 13% 72%,
            rgba(0, 171, 255, 0.12),
            transparent 32%
        ),
        linear-gradient(
            135deg,
            #061025 0%,
            #07091a 45%,
            #140719 100%
        );
    font-family: "Inter", "Poppins", sans-serif;
}

/* Fondo
====================================================== */

.xp-web-hero__background {
    position: absolute;
    inset: 0;
    z-index: -3;
    pointer-events: none;
}

.xp-web-hero__stars {
    position: absolute;
    inset: 0;
    opacity: 0.68;
    background-image:
        radial-gradient(circle, rgba(55, 213, 255, 0.85) 1px, transparent 1.7px),
        radial-gradient(circle, rgba(255, 47, 146, 0.75) 1px, transparent 1.6px),
        radial-gradient(circle, rgba(255, 255, 255, 0.55) 1px, transparent 1.4px);
    background-size:
        83px 83px,
        127px 127px,
        51px 51px;
    background-position:
        10px 20px,
        40px 70px,
        0 0;
    mask-image: linear-gradient(
        to bottom,
        #000 0%,
        rgba(0, 0, 0, 0.9) 70%,
        transparent 100%
    );
}

.xp-web-hero__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.35;
}

.xp-web-hero__glow--one {
    top: 10%;
    right: -5%;
    width: 560px;
    height: 560px;
    background: rgba(255, 25, 146, 0.38);
}

.xp-web-hero__glow--two {
    bottom: 4%;
    left: -8%;
    width: 430px;
    height: 430px;
    background: rgba(24, 172, 255, 0.25);
}

.xp-web-hero__orbit {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    transform: rotate(-16deg);
}

.xp-web-hero__orbit--one {
    top: 1%;
    right: -14%;
    width: 850px;
    height: 850px;
}

.xp-web-hero__orbit--two {
    top: 16%;
    right: 2%;
    width: 610px;
    height: 610px;
    border-color: rgba(255, 47, 146, 0.1);
}

.xp-web-hero__planet {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    box-shadow: 0 0 18px currentColor;
}

.xp-web-hero__planet--one {
    top: 24%;
    right: 8%;
    color: var(--xp-pink);
    background: currentColor;
}

.xp-web-hero__planet--two {
    top: 64%;
    right: 44%;
    color: var(--xp-cyan);
    background: currentColor;
}

.xp-web-hero__planet--three {
    top: 14%;
    left: 8%;
    color: #fff;
    background: currentColor;
}

/* Contenedor principal
====================================================== */

.xp-web-hero__container {
    position: relative;
    z-index: 2;
    width: min(1480px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 0.94fr) minmax(520px, 1.06fr);
    align-items: center;
    gap: clamp(50px, 6vw, 100px);
}

/* Contenido izquierdo
====================================================== */

.xp-web-hero__content {
    position: relative;
    z-index: 4;
}

.xp-web-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    min-height: 42px;
    padding: 10px 17px;
    border: 1px solid rgba(255, 64, 168, 0.32);
    border-radius: 999px;
    color: #ff79bd;
    background: rgba(255, 47, 146, 0.07);
    box-shadow:
        inset 0 0 22px rgba(255, 47, 146, 0.04),
        0 0 30px rgba(255, 47, 146, 0.04);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    font-size: 11px;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 2.2px;
}

.xp-web-hero__badge-dot {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 50%;
    background: var(--xp-pink);
    box-shadow:
        0 0 0 6px rgba(255, 47, 146, 0.09),
        0 0 18px var(--xp-pink);
    animation: xpHeroPulse 2s ease-in-out infinite;
}

.xp-web-hero__title {
    max-width: 770px;
    margin: 27px 0 25px;
    color: #fff;
    font-size: clamp(52px, 5.1vw, 86px);
    line-height: 0.98;
    font-weight: 850;
    letter-spacing: -4.6px;
}

.xp-web-hero__title-muted {
    display: block;
    color: rgba(255, 255, 255, 0.42);
}

.xp-web-hero__title strong {
    display: block;
    margin-top: 14px;
    color: transparent;
    background: linear-gradient(
        100deg,
        #ff3b9d 4%,
        #db42db 40%,
        #9451ff 70%,
        #54b8ff 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: inherit;
    filter: drop-shadow(0 12px 35px rgba(178, 50, 212, 0.14));
}

.xp-web-hero__description {
    max-width: 690px;
    margin: 0;
    color: var(--xp-muted);
    font-size: clamp(17px, 1.25vw, 20px);
    line-height: 1.7;
    font-weight: 400;
}

.xp-web-hero__description strong {
    color: #fff;
    font-weight: 650;
}

/* Botones
====================================================== */

.xp-web-hero__actions {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.xp-web-hero__button {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 64px;
    border-radius: 16px;
    text-decoration: none !important;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease,
        background 0.3s ease;
}

.xp-web-hero__button--primary {
    justify-content: flex-start;
    gap: 13px;
    min-width: 315px;
    padding: 11px 17px;
    color: #fff !important;
    background: linear-gradient(
        135deg,
        #ff2f92 0%,
        #d72cc7 48%,
        #8548ff 100%
    );
    box-shadow:
        0 15px 40px rgba(231, 42, 170, 0.26),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.xp-web-hero__button--primary::before {
    content: "";
    position: absolute;
    top: -120%;
    left: -20%;
    width: 35%;
    height: 340%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    transform: rotate(20deg);
    animation: xpHeroButtonShine 4.5s ease-in-out infinite;
}

.xp-web-hero__button--primary span {
    position: relative;
    z-index: 2;
}

.xp-web-hero__button-icon {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.15);
}

.xp-web-hero__button-icon svg {
    width: 22px;
    fill: currentColor;
}

.xp-web-hero__button--primary > span:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 750;
}

.xp-web-hero__button--primary small {
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 8px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.xp-web-hero__button-arrow {
    margin-left: auto;
    font-size: 19px;
}

.xp-web-hero__button--secondary {
    gap: 10px;
    padding: 0 22px;
    border: 1px solid var(--xp-border);
    color: #fff !important;
    background: rgba(255, 255, 255, 0.045);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    font-size: 14px;
    font-weight: 650;
}

.xp-web-hero__secondary-arrow {
    color: var(--xp-pink);
    font-size: 17px;
    transition: transform 0.3s ease;
}

.xp-web-hero__button:hover {
    transform: translateY(-4px);
}

.xp-web-hero__button--primary:hover {
    box-shadow:
        0 20px 48px rgba(231, 42, 170, 0.38),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.xp-web-hero__button--secondary:hover {
    border-color: rgba(255, 47, 146, 0.42);
    background: rgba(255, 255, 255, 0.075);
}

.xp-web-hero__button--secondary:hover .xp-web-hero__secondary-arrow {
    transform: translateY(4px);
}

/* Confianza
====================================================== */

.xp-web-hero__trust {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 13px 22px;
    margin-top: 25px;
}

.xp-web-hero__trust-item {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 11px;
    line-height: 1.2;
    font-weight: 650;
    letter-spacing: 0.15px;
}

.xp-web-hero__trust-check {
    display: grid;
    place-items: center;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(55, 213, 255, 0.22);
    border-radius: 50%;
    color: var(--xp-cyan);
    background: rgba(55, 213, 255, 0.07);
    font-size: 10px;
}

/* Panel derecho
====================================================== */

.xp-web-route {
    position: relative;
    width: 100%;
    max-width: 760px;
    margin-left: auto;
    perspective: 1400px;
}

.xp-web-route::before {
    content: "";
    position: absolute;
    inset: 6% 0 -8% 7%;
    z-index: -2;
    border-radius: 50%;
    background: rgba(221, 39, 175, 0.16);
    filter: blur(75px);
}

.xp-web-route__shine {
    position: absolute;
    top: 8%;
    right: 7%;
    width: 170px;
    height: 170px;
    z-index: 2;
    border-radius: 50%;
    background: rgba(255, 47, 146, 0.12);
    filter: blur(60px);
    pointer-events: none;
}

.xp-web-route__browser {
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 28px;
    background:
        linear-gradient(rgba(8, 11, 28, 0.92), rgba(8, 11, 28, 0.92))
            padding-box,
        linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.24),
            rgba(255, 47, 146, 0.38),
            rgba(55, 213, 255, 0.08)
        )
            border-box;
    box-shadow:
        0 42px 90px rgba(0, 0, 0, 0.38),
        0 0 0 1px rgba(255, 255, 255, 0.015),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    transform: rotateY(-3deg) rotateX(1deg);
    transform-origin: center;
    animation: xpHeroPanelFloat 7s ease-in-out infinite;
}

.xp-web-route__browser-top {
    height: 52px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 16px;
    padding: 0 17px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(255, 255, 255, 0.025);
}

.xp-web-route__browser-dots {
    display: flex;
    gap: 6px;
}

.xp-web-route__browser-dots span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
}

.xp-web-route__browser-dots span:nth-child(1) {
    background: #ff477e;
}

.xp-web-route__browser-dots span:nth-child(2) {
    background: #f9c74f;
}

.xp-web-route__browser-dots span:nth-child(3) {
    background: #43d89d;
}

.xp-web-route__browser-address {
    justify-self: center;
    width: min(100%, 310px);
    overflow: hidden;
    padding: 8px 15px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.37);
    background: rgba(0, 0, 0, 0.16);
    font-size: 9px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.4px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xp-web-route__browser-status {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #63e4b2;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1px;
}

.xp-web-route__browser-status span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 12px currentColor;
}

.xp-web-route__body {
    padding: clamp(22px, 3vw, 36px);
    background:
        radial-gradient(
            circle at 95% 5%,
            rgba(255, 47, 146, 0.09),
            transparent 24%
        ),
        linear-gradient(
            150deg,
            rgba(255, 255, 255, 0.02),
            transparent 40%
        );
}

.xp-web-route__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}

.xp-web-route__eyebrow {
    display: block;
    margin-bottom: 9px;
    color: #ff70b9;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 2px;
}

.xp-web-route__top h2 {
    max-width: 430px;
    margin: 0;
    color: #fff;
    font-size: clamp(25px, 2vw, 33px);
    line-height: 1.08;
    font-weight: 780;
    letter-spacing: -1.2px;
}

.xp-web-route__analysis {
    display: flex;
    align-items: center;
    gap: 7px;
    flex: 0 0 auto;
    padding: 9px 11px;
    border: 1px solid rgba(67, 216, 157, 0.14);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.58);
    background: rgba(67, 216, 157, 0.045);
    font-size: 8px;
    font-weight: 700;
    white-space: nowrap;
}

.xp-web-route__analysis span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #43d89d;
    box-shadow: 0 0 10px #43d89d;
    animation: xpHeroPulse 2s ease-in-out infinite;
}

/* Opciones del panel
====================================================== */

.xp-web-route__options {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.xp-web-route__card {
    position: relative;
    display: grid;
    grid-template-columns: 42px 45px minmax(0, 1fr) 30px;
    align-items: center;
    gap: 12px;
    min-height: 112px;
    padding: 15px 16px;
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 19px;
    background: rgba(255, 255, 255, 0.028);
    transition:
        transform 0.35s ease,
        border-color 0.35s ease,
        background 0.35s ease,
        box-shadow 0.35s ease;
}

.xp-web-route__card:hover {
    z-index: 3;
    transform: translateX(-7px);
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.055);
}

.xp-web-route__card--featured {
    margin: 3px -9px;
    padding-top: 25px;
    border-color: rgba(255, 55, 160, 0.44);
    background:
        linear-gradient(
            110deg,
            rgba(255, 47, 146, 0.12),
            rgba(139, 73, 255, 0.1)
        ),
        rgba(255, 255, 255, 0.032);
    box-shadow:
        0 17px 38px rgba(200, 37, 173, 0.14),
        inset 0 0 30px rgba(255, 47, 146, 0.025);
}

.xp-web-route__card--featured:hover {
    border-color: rgba(255, 81, 175, 0.65);
    background:
        linear-gradient(
            110deg,
            rgba(255, 47, 146, 0.17),
            rgba(139, 73, 255, 0.14)
        ),
        rgba(255, 255, 255, 0.04);
}

.xp-web-route__recommended {
    position: absolute;
    top: 0;
    left: 50%;
    padding: 5px 12px;
    border-radius: 0 0 9px 9px;
    color: #fff;
    background: linear-gradient(90deg, #f52b91, #a342f4);
    box-shadow: 0 8px 20px rgba(255, 47, 146, 0.18);
    font-size: 6.5px;
    font-weight: 850;
    letter-spacing: 1.1px;
    transform: translateX(-50%);
    white-space: nowrap;
}

.xp-web-route__number {
    color: rgba(255, 255, 255, 0.17);
    font-size: 25px;
    line-height: 1;
    font-weight: 850;
    letter-spacing: -1px;
}

.xp-web-route__card--featured .xp-web-route__number {
    color: rgba(255, 94, 181, 0.36);
}

.xp-web-route__icon {
    display: grid;
    place-items: center;
    width: 43px;
    height: 43px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 13px;
    color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.045);
}

.xp-web-route__icon svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.xp-web-route__card--featured .xp-web-route__icon {
    border-color: rgba(255, 47, 146, 0.28);
    color: #ff72bd;
    background: rgba(255, 47, 146, 0.1);
    box-shadow: 0 0 23px rgba(255, 47, 146, 0.08);
}

.xp-web-route__card-content {
    min-width: 0;
}

.xp-web-route__card-content > span {
    display: block;
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.38);
    font-size: 6.5px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 1.4px;
}

.xp-web-route__card--featured .xp-web-route__card-content > span {
    color: #ff72bd;
}

.xp-web-route__card-content h3 {
    margin: 0 0 4px;
    color: #fff;
    font-size: 17px;
    line-height: 1.15;
    font-weight: 750;
    letter-spacing: -0.3px;
}

.xp-web-route__card-content p {
    max-width: 440px;
    margin: 0;
    color: rgba(255, 255, 255, 0.48);
    font-size: 10.5px;
    line-height: 1.48;
}

.xp-web-route__card-arrow {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.32);
    background: rgba(255, 255, 255, 0.025);
    font-size: 12px;
    transition:
        color 0.3s ease,
        background 0.3s ease,
        transform 0.3s ease;
}

.xp-web-route__card:hover .xp-web-route__card-arrow {
    color: #fff;
    background: rgba(255, 47, 146, 0.17);
    transform: rotate(45deg);
}

.xp-web-route__footer {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr) auto;
    align-items: center;
    gap: 11px;
    margin-top: 21px;
    padding-top: 19px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.xp-web-route__footer-icon {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(55, 213, 255, 0.15);
    border-radius: 11px;
    color: var(--xp-cyan);
    background: rgba(55, 213, 255, 0.055);
}

.xp-web-route__footer-icon svg {
    width: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.xp-web-route__footer p {
    margin: 0;
    color: rgba(255, 255, 255, 0.48);
    font-size: 10px;
    line-height: 1.45;
}

.xp-web-route__footer p strong {
    display: block;
    color: rgba(255, 255, 255, 0.88);
    font-weight: 650;
}

.xp-web-route__footer-code {
    color: rgba(255, 255, 255, 0.22);
    font-size: 7px;
    font-weight: 800;
    letter-spacing: 1.2px;
}

/* Tarjetas flotantes
====================================================== */

.xp-web-route__floating {
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 205px;
    padding: 13px 15px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 15px;
    color: #fff;
    background: rgba(8, 10, 28, 0.87);
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    font-size: 10px;
    line-height: 1.25;
}

.xp-web-route__floating small {
    display: block;
    margin-bottom: 3px;
    color: #ff6db8;
    font-size: 6px;
    font-weight: 800;
    letter-spacing: 1.2px;
}

.xp-web-route__floating--top {
    top: -24px;
    right: 28px;
    animation: xpHeroFloatingOne 6s ease-in-out infinite;
}

.xp-web-route__floating--bottom {
    right: -35px;
    bottom: 46px;
    animation: xpHeroFloatingTwo 7s ease-in-out infinite;
}

.xp-web-route__floating-dot {
    width: 10px;
    height: 10px;
    flex: 0 0 10px;
    border-radius: 50%;
    background: var(--xp-pink);
    box-shadow:
        0 0 0 6px rgba(255, 47, 146, 0.08),
        0 0 17px rgba(255, 47, 146, 0.8);
}

.xp-web-route__floating-icon {
    display: grid;
    place-items: center;
    width: 31px;
    height: 31px;
    flex: 0 0 31px;
    border-radius: 10px;
    color: var(--xp-cyan);
    background: rgba(55, 213, 255, 0.08);
}

/* Beneficios inferiores
====================================================== */

.xp-web-benefits {
    position: relative;
    z-index: 4;
    width: min(1480px, 100%);
    min-height: 74px;
    margin: 68px auto 0;
    padding: 15px 24px;
    display: grid;
    grid-template-columns: repeat(7, auto);
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.018),
        transparent
    );
}

.xp-web-benefits__item {
    display: flex;
    align-items: center;
    gap: 11px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 9px;
    font-weight: 750;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    white-space: nowrap;
}

.xp-web-benefits__item span {
    color: var(--xp-pink);
    font-size: 8px;
    font-weight: 850;
}

.xp-web-benefits__separator {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
}

/* Indicador scroll
====================================================== */

.xp-web-scroll {
    position: relative;
    z-index: 4;
    width: max-content;
    max-width: 100%;
    margin: 25px auto 0;
    display: flex;
    align-items: center;
    gap: 11px;
    color: rgba(255, 255, 255, 0.34) !important;
    text-decoration: none !important;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.xp-web-scroll__mouse {
    position: relative;
    width: 18px;
    height: 29px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
}

.xp-web-scroll__mouse i {
    position: absolute;
    top: 6px;
    left: 50%;
    width: 2px;
    height: 5px;
    border-radius: 999px;
    background: var(--xp-pink);
    transform: translateX(-50%);
    animation: xpHeroScroll 1.8s ease-in-out infinite;
}

/* Animaciones
====================================================== */

@keyframes xpHeroPulse {
    0%,
    100% {
        opacity: 0.55;
        transform: scale(0.9);
    }

    50% {
        opacity: 1;
        transform: scale(1.08);
    }
}

@keyframes xpHeroButtonShine {
    0%,
    60% {
        left: -35%;
    }

    85%,
    100% {
        left: 120%;
    }
}

@keyframes xpHeroPanelFloat {
    0%,
    100% {
        transform: rotateY(-3deg) rotateX(1deg) translateY(0);
    }

    50% {
        transform: rotateY(-1.5deg) rotateX(0deg) translateY(-8px);
    }
}

@keyframes xpHeroFloatingOne {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-9px);
    }
}

@keyframes xpHeroFloatingTwo {
    0%,
    100% {
        transform: translateY(0) translateX(0);
    }

    50% {
        transform: translateY(8px) translateX(-4px);
    }
}

@keyframes xpHeroScroll {
    0% {
        opacity: 0;
        transform: translate(-50%, 0);
    }

    30% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translate(-50%, 10px);
    }
}

/* Tablet
====================================================== */

@media (max-width: 1180px) {

    .xp-web-hero {
        padding-top: 105px;
    }

    .xp-web-hero__container {
        grid-template-columns: minmax(0, 0.92fr) minmax(480px, 1.08fr);
        gap: 42px;
    }

    .xp-web-hero__title {
        font-size: clamp(48px, 5vw, 68px);
        letter-spacing: -3.6px;
    }

    .xp-web-route__floating--bottom {
        right: -15px;
    }

    .xp-web-benefits {
        gap: 14px;
    }

    .xp-web-benefits__item {
        font-size: 7.5px;
        letter-spacing: 1px;
    }

}

/* Tablet vertical
====================================================== */

@media (max-width: 980px) {

    .xp-web-hero {
        min-height: auto;
        padding: 100px 22px 38px;
    }

    .xp-web-hero__container {
        grid-template-columns: 1fr;
        gap: 70px;
    }

    .xp-web-hero__content {
        max-width: 760px;
        margin: 0 auto;
        text-align: center;
    }

    .xp-web-hero__title {
        max-width: 820px;
        margin-right: auto;
        margin-left: auto;
    }

    .xp-web-hero__description {
        margin-right: auto;
        margin-left: auto;
    }

    .xp-web-hero__actions,
    .xp-web-hero__trust {
        justify-content: center;
    }

    .xp-web-route {
        max-width: 760px;
        margin: 0 auto;
    }

    .xp-web-route__browser {
        transform: none;
        animation-name: xpHeroPanelFloatMobile;
    }

    .xp-web-benefits {
        margin-top: 78px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0;
        padding: 8px;
    }

    .xp-web-benefits__item {
        justify-content: center;
        min-height: 49px;
        padding: 8px;
        white-space: normal;
        text-align: center;
    }

    .xp-web-benefits__separator {
        display: none;
    }

}

@keyframes xpHeroPanelFloatMobile {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-7px);
    }
}

/* Móvil
====================================================== */

@media (max-width: 680px) {

    .xp-web-hero {
        padding: 82px 15px 32px;
        background:
            radial-gradient(
                circle at 95% 28%,
                rgba(177, 25, 151, 0.2),
                transparent 30%
            ),
            radial-gradient(
                circle at 0 65%,
                rgba(0, 174, 255, 0.1),
                transparent 30%
            ),
            linear-gradient(
                155deg,
                #061025 0%,
                #07091a 55%,
                #120716 100%
            );
    }

    .xp-web-hero__container {
        gap: 58px;
    }

    .xp-web-hero__badge {
        max-width: 100%;
        min-height: 38px;
        padding: 9px 13px;
        font-size: 8.4px;
        letter-spacing: 1.35px;
    }

    .xp-web-hero__title {
        margin-top: 22px;
        margin-bottom: 20px;
        font-size: clamp(42px, 12.4vw, 59px);
        line-height: 0.98;
        letter-spacing: -2.6px;
    }

    .xp-web-hero__title strong {
        margin-top: 13px;
    }

    .xp-web-hero__description {
        padding: 0 4px;
        font-size: 15px;
        line-height: 1.65;
    }

    .xp-web-hero__actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 11px;
        margin-top: 28px;
    }

    .xp-web-hero__button {
        width: 100%;
        min-height: 60px;
    }

    .xp-web-hero__button--primary {
        min-width: 0;
    }

    .xp-web-hero__button--secondary {
        min-height: 52px;
    }

    .xp-web-hero__trust {
        gap: 10px 13px;
        margin-top: 20px;
    }

    .xp-web-hero__trust-item {
        font-size: 9px;
    }

    .xp-web-route__floating {
        display: none;
    }

    .xp-web-route__browser {
        overflow: visible;
        border-radius: 22px;
    }

    .xp-web-route__browser-top {
        height: 45px;
        grid-template-columns: auto 1fr;
        gap: 10px;
        padding: 0 12px;
    }

    .xp-web-route__browser-status {
        display: none;
    }

    .xp-web-route__browser-address {
        width: 100%;
        font-size: 7px;
    }

    .xp-web-route__body {
        padding: 18px 12px 16px;
    }

    .xp-web-route__top {
        display: block;
        margin-bottom: 20px;
        text-align: left;
    }

    .xp-web-route__top h2 {
        max-width: 320px;
        font-size: 26px;
    }

    .xp-web-route__analysis {
        width: max-content;
        margin-top: 13px;
    }

    .xp-web-route__card {
        grid-template-columns: 31px 39px minmax(0, 1fr);
        gap: 9px;
        min-height: 112px;
        padding: 14px 11px;
        border-radius: 16px;
    }

    .xp-web-route__card--featured {
        margin: 3px 0;
        padding-top: 24px;
    }

    .xp-web-route__number {
        font-size: 19px;
    }

    .xp-web-route__icon {
        width: 37px;
        height: 37px;
        border-radius: 11px;
    }

    .xp-web-route__icon svg {
        width: 18px;
    }

    .xp-web-route__card-content > span {
        font-size: 5.6px;
        letter-spacing: 0.9px;
    }

    .xp-web-route__card-content h3 {
        font-size: 15px;
    }

    .xp-web-route__card-content p {
        font-size: 9.2px;
        line-height: 1.42;
    }

    .xp-web-route__card-arrow {
        display: none;
    }

    .xp-web-route__recommended {
        font-size: 5.5px;
    }

    .xp-web-route__footer {
        grid-template-columns: 32px minmax(0, 1fr);
    }

    .xp-web-route__footer-code {
        display: none;
    }

    .xp-web-route__footer-icon {
        width: 31px;
        height: 31px;
    }

    .xp-web-route__footer p {
        font-size: 8.6px;
    }

    .xp-web-benefits {
        margin-top: 55px;
        padding: 7px 4px;
        border-radius: 17px;
        background: rgba(255, 255, 255, 0.025);
    }

    .xp-web-benefits__item {
        min-height: 52px;
        padding: 8px 5px;
        font-size: 6.8px;
        line-height: 1.4;
        letter-spacing: 0.75px;
    }

    .xp-web-scroll {
        margin-top: 21px;
        font-size: 6.5px;
        letter-spacing: 0.9px;
    }

}

/* Móviles pequeños
====================================================== */

@media (max-width: 390px) {

    .xp-web-hero__title {
        font-size: 40px;
        letter-spacing: -2.2px;
    }

    .xp-web-hero__button--primary > span:nth-child(2) {
        font-size: 12px;
    }

    .xp-web-hero__button-icon {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
    }

    .xp-web-route__card-content p {
        font-size: 8.7px;
    }

}

/* Accesibilidad: reducir animaciones
====================================================== */

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

    .xp-web-hero *,
    .xp-web-hero *::before,
    .xp-web-hero *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a4a5571 *//* ======================================================
   XPACIO — SECCIÓN 2 / SOLUCIONES WEB
====================================================== */

.xp-solutions,
.xp-solutions * {
    box-sizing: border-box;
}

.xp-solutions {
    --xp-bg: #060817;
    --xp-bg-card: rgba(12, 15, 37, 0.86);
    --xp-border: rgba(255, 255, 255, 0.1);
    --xp-white: #f8f8ff;
    --xp-muted: #a9aec5;
    --xp-pink: #ff3498;
    --xp-purple: #964dff;
    --xp-cyan: #3bd6ff;
    --xp-green: #53e1ae;

    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 125px 25px;
    color: var(--xp-white);
    background:
        radial-gradient(
            circle at 50% 10%,
            rgba(118, 44, 190, 0.1),
            transparent 32%
        ),
        linear-gradient(
            180deg,
            #050817 0%,
            #07091a 45%,
            #060817 100%
        );
    font-family: "Inter", "Poppins", sans-serif;
}

/* Fondo
====================================================== */

.xp-solutions__background {
    position: absolute;
    inset: 0;
    z-index: -3;
    overflow: hidden;
    pointer-events: none;
}

.xp-solutions__grid {
    position: absolute;
    inset: 0;
    opacity: 0.17;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.035) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.035) 1px,
            transparent 1px
        );
    background-size: 72px 72px;
    mask-image: linear-gradient(
        to bottom,
        transparent,
        #000 20%,
        #000 75%,
        transparent
    );
}

.xp-solutions__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(110px);
    opacity: 0.25;
}

.xp-solutions__glow--pink {
    top: 28%;
    left: -12%;
    width: 480px;
    height: 480px;
    background: rgba(255, 47, 146, 0.45);
}

.xp-solutions__glow--blue {
    right: -13%;
    bottom: 8%;
    width: 500px;
    height: 500px;
    background: rgba(41, 172, 255, 0.3);
}

.xp-solutions__orbit {
    position: absolute;
    top: 6%;
    left: 50%;
    width: 1050px;
    height: 410px;
    border: 1px solid rgba(255, 255, 255, 0.035);
    border-radius: 50%;
    transform: translateX(-50%) rotate(-7deg);
}

/* Contenedor
====================================================== */

.xp-solutions__container {
    position: relative;
    z-index: 2;
    width: min(1480px, 100%);
    margin: 0 auto;
}

/* Encabezado
====================================================== */

.xp-solutions__heading {
    max-width: 960px;
    margin: 0 auto 65px;
    text-align: center;
}

.xp-solutions__badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 40px;
    padding: 10px 17px;
    border: 1px solid rgba(255, 47, 146, 0.28);
    border-radius: 999px;
    color: #ff78bd;
    background: rgba(255, 47, 146, 0.065);
    font-size: 10px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 2px;
}

.xp-solutions__badge span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--xp-pink);
    box-shadow:
        0 0 0 6px rgba(255, 47, 146, 0.07),
        0 0 15px var(--xp-pink);
}

.xp-solutions__heading h2 {
    margin: 25px 0 20px;
    color: #fff;
    font-size: clamp(45px, 5vw, 76px);
    line-height: 1;
    font-weight: 850;
    letter-spacing: -4px;
}

.xp-solutions__heading h2 strong {
    display: block;
    color: transparent;
    background: linear-gradient(
        100deg,
        #ff3c9d 5%,
        #d83ed5 42%,
        #9753ff 72%,
        #4ebdff 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: inherit;
}

.xp-solutions__heading p {
    max-width: 720px;
    margin: 0 auto;
    color: var(--xp-muted);
    font-size: 18px;
    line-height: 1.7;
}

/* Grid tarjetas
====================================================== */

.xp-solutions__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 22px;
}

/* Tarjeta
====================================================== */

.xp-solution-card {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 31px;
    border: 1px solid transparent;
    border-radius: 28px;
    background:
        linear-gradient(
            rgba(10, 13, 33, 0.92),
            rgba(10, 13, 33, 0.92)
        ) padding-box,
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.15),
            rgba(255, 255, 255, 0.025)
        ) border-box;
    box-shadow:
        0 30px 75px rgba(0, 0, 0, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.045);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease;
}

.xp-solution-card::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 270px;
    height: 270px;
    border-radius: 50%;
    background: var(--xp-card-glow);
    filter: blur(70px);
    opacity: 0.15;
    transition: opacity 0.4s ease;
}

.xp-solution-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: -130%;
    width: 45%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.04),
        transparent
    );
    transform: skewX(-18deg);
    transition: left 0.8s ease;
}

.xp-solution-card:hover {
    transform: translateY(-11px);
    box-shadow:
        0 38px 90px rgba(0, 0, 0, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.xp-solution-card:hover::before {
    opacity: 0.3;
}

.xp-solution-card:hover::after {
    left: 140%;
}

.xp-solution-card--bio {
    --xp-card-accent: #36d4ff;
    --xp-card-glow: rgba(54, 212, 255, 0.75);
}

.xp-solution-card--landing {
    --xp-card-accent: #ff3b9d;
    --xp-card-glow: rgba(255, 47, 146, 0.9);

    transform: translateY(-13px);
    background:
        linear-gradient(
            rgba(15, 11, 36, 0.94),
            rgba(10, 13, 33, 0.94)
        ) padding-box,
        linear-gradient(
            145deg,
            rgba(255, 65, 164, 0.7),
            rgba(151, 78, 255, 0.42),
            rgba(255, 255, 255, 0.05)
        ) border-box;
    box-shadow:
        0 37px 90px rgba(181, 32, 167, 0.21),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.xp-solution-card--landing:hover {
    transform: translateY(-22px);
}

.xp-solution-card--website {
    --xp-card-accent: #9d5aff;
    --xp-card-glow: rgba(146, 76, 255, 0.8);
}

/* Etiqueta recomendada
====================================================== */

.xp-solution-card__popular {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 3;
    padding: 8px 20px;
    border-radius: 0 0 13px 13px;
    color: #fff;
    background: linear-gradient(
        90deg,
        #ff2f92,
        #b43bd6,
        #8652ff
    );
    box-shadow: 0 10px 28px rgba(255, 47, 146, 0.22);
    font-size: 7px;
    font-weight: 850;
    letter-spacing: 1.35px;
    transform: translateX(-50%);
    white-space: nowrap;
}

/* Parte superior
====================================================== */

.xp-solution-card__top {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 26px;
}

.xp-solution-card--landing .xp-solution-card__top {
    margin-top: 9px;
}

.xp-solution-card__number {
    color: rgba(255, 255, 255, 0.13);
    font-size: 37px;
    line-height: 1;
    font-weight: 850;
    letter-spacing: -2px;
}

.xp-solution-card__tag {
    padding: 8px 11px;
    border: 1px solid color-mix(
        in srgb,
        var(--xp-card-accent) 25%,
        transparent
    );
    border-radius: 999px;
    color: var(--xp-card-accent);
    background: color-mix(
        in srgb,
        var(--xp-card-accent) 6%,
        transparent
    );
    font-size: 7px;
    font-weight: 800;
    letter-spacing: 1.2px;
}

/* Icono
====================================================== */

.xp-solution-card__icon {
    position: relative;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 62px;
    height: 62px;
    margin-bottom: 25px;
    border: 1px solid color-mix(
        in srgb,
        var(--xp-card-accent) 30%,
        transparent
    );
    border-radius: 19px;
    color: var(--xp-card-accent);
    background: color-mix(
        in srgb,
        var(--xp-card-accent) 8%,
        transparent
    );
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 0 30px color-mix(
            in srgb,
            var(--xp-card-accent) 8%,
            transparent
        );
}

.xp-solution-card__icon svg {
    width: 29px;
    height: 29px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Textos
====================================================== */

.xp-solution-card__eyebrow {
    position: relative;
    z-index: 2;
    display: block;
    margin-bottom: 9px;
    color: var(--xp-card-accent);
    font-size: 8px;
    line-height: 1;
    font-weight: 850;
    letter-spacing: 1.7px;
}

.xp-solution-card h3 {
    position: relative;
    z-index: 2;
    margin: 0 0 15px;
    color: #fff;
    font-size: clamp(27px, 2.2vw, 36px);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -1.5px;
}

.xp-solution-card__intro {
    position: relative;
    z-index: 2;
    min-height: 84px;
    margin: 0;
    color: rgba(255, 255, 255, 0.58);
    font-size: 14px;
    line-height: 1.65;
}

/* Recomendación
====================================================== */

.xp-solution-card__recommended {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 11px;
    margin-top: 23px;
    padding: 16px;
    border: 1px solid color-mix(
        in srgb,
        var(--xp-card-accent) 18%,
        transparent
    );
    border-radius: 17px;
    color: rgba(255, 255, 255, 0.63);
    background: color-mix(
        in srgb,
        var(--xp-card-accent) 4%,
        transparent
    );
    font-size: 11px;
    line-height: 1.5;
}

.xp-solution-card__recommended-icon {
    display: grid;
    place-items: center;
    width: 27px;
    height: 27px;
    border-radius: 9px;
    color: var(--xp-card-accent);
    background: color-mix(
        in srgb,
        var(--xp-card-accent) 12%,
        transparent
    );
    font-size: 12px;
    font-weight: 850;
}

.xp-solution-card__recommended small {
    display: block;
    margin-bottom: 4px;
    color: var(--xp-card-accent);
    font-size: 7px;
    line-height: 1;
    font-weight: 850;
    letter-spacing: 1.4px;
}

/* Lista
====================================================== */

.xp-solution-card__features {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 24px 0;
    padding: 0;
    list-style: none;
}

.xp-solution-card__features li {
    position: relative;
    padding-left: 24px;
    color: rgba(255, 255, 255, 0.69);
    font-size: 12px;
    line-height: 1.45;
}

.xp-solution-card__features li::before {
    content: "✓";
    position: absolute;
    top: 0;
    left: 0;
    display: grid;
    place-items: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    color: var(--xp-card-accent);
    background: color-mix(
        in srgb,
        var(--xp-card-accent) 8%,
        transparent
    );
    font-size: 8px;
    font-weight: 850;
}

/* Objetivo
====================================================== */

.xp-solution-card__objective {
    position: relative;
    z-index: 2;
    margin-top: auto;
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.xp-solution-card__objective small {
    display: block;
    margin-bottom: 6px;
    color: rgba(255, 255, 255, 0.27);
    font-size: 7px;
    font-weight: 850;
    letter-spacing: 1.35px;
}

.xp-solution-card__objective strong {
    color: rgba(255, 255, 255, 0.88);
    font-size: 12px;
    line-height: 1.45;
    font-weight: 650;
}

/* Botones tarjetas
====================================================== */

.xp-solution-card__actions {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 51px;
    gap: 10px;
    margin-top: 21px;
}

.xp-solution-card__example,
.xp-solution-card__whatsapp {
    min-height: 51px;
    text-decoration: none !important;
    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        background 0.3s ease,
        box-shadow 0.3s ease;
}

.xp-solution-card__example {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 0 17px;
    border: 1px solid rgba(255, 255, 255, 0.095);
    border-radius: 14px;
    color: #fff !important;
    background: rgba(255, 255, 255, 0.035);
    font-size: 11px;
    font-weight: 700;
}

.xp-solution-card__example span {
    color: var(--xp-card-accent);
    font-size: 15px;
}

.xp-solution-card__whatsapp {
    display: grid;
    place-items: center;
    border: 1px solid rgba(79, 225, 171, 0.28);
    border-radius: 14px;
    color: #52e1ad !important;
    background: rgba(79, 225, 171, 0.075);
}

.xp-solution-card__whatsapp svg {
    width: 22px;
    fill: currentColor;
}

.xp-solution-card__example:hover,
.xp-solution-card__whatsapp:hover {
    transform: translateY(-3px);
}

.xp-solution-card__example:hover {
    border-color: color-mix(
        in srgb,
        var(--xp-card-accent) 42%,
        transparent
    );
    background: color-mix(
        in srgb,
        var(--xp-card-accent) 7%,
        transparent
    );
}

.xp-solution-card__whatsapp:hover {
    border-color: rgba(79, 225, 171, 0.55);
    background: rgba(79, 225, 171, 0.13);
    box-shadow: 0 10px 26px rgba(79, 225, 171, 0.1);
}

/* Recomendación inferior
====================================================== */

.xp-solutions__decision {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 66px minmax(0, 1fr) auto;
    align-items: center;
    gap: 25px;
    margin-top: 65px;
    padding: 27px 30px;
    border: 1px solid transparent;
    border-radius: 25px;
    background:
        linear-gradient(
            rgba(12, 14, 36, 0.9),
            rgba(12, 14, 36, 0.9)
        ) padding-box,
        linear-gradient(
            100deg,
            rgba(255, 47, 146, 0.32),
            rgba(149, 76, 255, 0.23),
            rgba(55, 213, 255, 0.18)
        ) border-box;
    box-shadow:
        0 25px 65px rgba(0, 0, 0, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.xp-solutions__decision::before {
    content: "";
    position: absolute;
    top: -100px;
    right: 20%;
    width: 310px;
    height: 220px;
    border-radius: 50%;
    background: rgba(255, 47, 146, 0.11);
    filter: blur(70px);
}

.xp-solutions__decision-icon {
    position: relative;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 62px;
    height: 62px;
    border: 1px solid rgba(255, 72, 168, 0.25);
    border-radius: 19px;
    color: #ff69b4;
    background: rgba(255, 47, 146, 0.08);
    box-shadow: 0 0 30px rgba(255, 47, 146, 0.08);
}

.xp-solutions__decision-icon svg {
    width: 28px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.xp-solutions__decision-content {
    position: relative;
    z-index: 2;
}

.xp-solutions__decision-content > span {
    display: block;
    margin-bottom: 6px;
    color: #ff6cb6;
    font-size: 7px;
    font-weight: 850;
    letter-spacing: 1.7px;
}

.xp-solutions__decision-content h3 {
    margin: 0 0 6px;
    color: #fff;
    font-size: 23px;
    line-height: 1.15;
    font-weight: 770;
    letter-spacing: -0.7px;
}

.xp-solutions__decision-content p {
    max-width: 700px;
    margin: 0;
    color: rgba(255, 255, 255, 0.49);
    font-size: 12px;
    line-height: 1.55;
}

.xp-solutions__decision-button {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 25px;
    min-width: 235px;
    min-height: 61px;
    padding: 10px 15px 10px 20px;
    border-radius: 16px;
    color: #fff !important;
    background: linear-gradient(
        135deg,
        #ff2f92,
        #cd35ce 52%,
        #874fff
    );
    box-shadow: 0 16px 38px rgba(221, 44, 181, 0.23);
    text-decoration: none !important;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.xp-solutions__decision-button span {
    display: flex;
    flex-direction: column;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 750;
}

.xp-solutions__decision-button small {
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 7px;
    font-weight: 850;
    letter-spacing: 1.3px;
}

.xp-solutions__decision-button i {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    margin-left: auto;
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.13);
    font-size: 15px;
    font-style: normal;
}

.xp-solutions__decision-button:hover {
    transform: translateY(-4px);
    box-shadow: 0 21px 47px rgba(221, 44, 181, 0.34);
}

/* Tablet
====================================================== */

@media (max-width: 1100px) {

    .xp-solutions {
        padding: 105px 22px;
    }

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

    .xp-solution-card--landing {
        transform: none;
    }

    .xp-solution-card--landing:hover {
        transform: translateY(-11px);
    }

    .xp-solution-card--website {
        grid-column: 1 / -1;
        width: calc(50% - 11px);
        margin: 0 auto;
    }

}

/* Tablet vertical
====================================================== */

@media (max-width: 820px) {

    .xp-solutions__heading {
        margin-bottom: 48px;
    }

    .xp-solutions__heading h2 {
        font-size: clamp(43px, 8vw, 65px);
        letter-spacing: -3px;
    }

    .xp-solutions__cards {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .xp-solution-card,
    .xp-solution-card--website {
        width: 100%;
        max-width: 610px;
        margin: 0 auto;
        grid-column: auto;
    }

    .xp-solution-card__intro {
        min-height: auto;
    }

    .xp-solutions__decision {
        max-width: 610px;
        margin: 48px auto 0;
        grid-template-columns: 55px minmax(0, 1fr);
        gap: 18px;
    }

    .xp-solutions__decision-button {
        grid-column: 1 / -1;
        width: 100%;
    }

}

/* Móvil
====================================================== */

@media (max-width: 600px) {

    .xp-solutions {
        padding: 85px 14px;
    }

    .xp-solutions__badge {
        min-height: 37px;
        padding: 9px 13px;
        font-size: 7.7px;
        letter-spacing: 1.25px;
    }

    .xp-solutions__heading {
        margin-bottom: 40px;
    }

    .xp-solutions__heading h2 {
        margin-top: 20px;
        font-size: clamp(39px, 11vw, 52px);
        line-height: 0.98;
        letter-spacing: -2.5px;
    }

    .xp-solutions__heading p {
        font-size: 14px;
        line-height: 1.65;
    }

    .xp-solution-card {
        padding: 25px 20px 21px;
        border-radius: 23px;
    }

    .xp-solution-card__top {
        margin-bottom: 22px;
    }

    .xp-solution-card__number {
        font-size: 31px;
    }

    .xp-solution-card__tag {
        font-size: 6px;
        letter-spacing: 0.9px;
    }

    .xp-solution-card__icon {
        width: 55px;
        height: 55px;
        margin-bottom: 21px;
        border-radius: 17px;
    }

    .xp-solution-card__icon svg {
        width: 25px;
    }

    .xp-solution-card__eyebrow {
        font-size: 7px;
        letter-spacing: 1.3px;
    }

    .xp-solution-card h3 {
        font-size: 30px;
    }

    .xp-solution-card__intro {
        font-size: 13px;
    }

    .xp-solution-card__recommended {
        grid-template-columns: 27px minmax(0, 1fr);
        padding: 14px;
        font-size: 10px;
    }

    .xp-solution-card__features li {
        font-size: 11px;
    }

    .xp-solution-card__objective strong {
        font-size: 11px;
    }

    .xp-solution-card__popular {
        font-size: 5.7px;
        letter-spacing: 1px;
    }

    .xp-solutions__decision {
        display: block;
        padding: 24px 19px 19px;
        text-align: center;
    }

    .xp-solutions__decision-icon {
        width: 54px;
        height: 54px;
        margin: 0 auto 17px;
        border-radius: 17px;
    }

    .xp-solutions__decision-content h3 {
        font-size: 22px;
    }

    .xp-solutions__decision-content p {
        font-size: 11px;
    }

    .xp-solutions__decision-button {
        margin-top: 20px;
        text-align: left;
    }

}

/* Móvil pequeño
====================================================== */

@media (max-width: 380px) {

    .xp-solution-card__actions {
        grid-template-columns: minmax(0, 1fr) 48px;
    }

    .xp-solution-card__example {
        padding: 0 14px;
        font-size: 10px;
    }

    .xp-solutions__decision-button {
        min-width: 0;
    }

}

/* Reducir movimiento
====================================================== */

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

    .xp-solutions *,
    .xp-solutions *::before,
    .xp-solutions *::after {
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c2e1a68 *//* ======================================================
   XPACIO — SECCIÓN 3 / COMPARADOR
====================================================== */

.xp-comparison,
.xp-comparison * {
    box-sizing: border-box;
}

.xp-comparison {
    --xp-white: #f8f9ff;
    --xp-muted: #9da4be;
    --xp-dark: #050714;
    --xp-card: rgba(11, 14, 34, 0.92);
    --xp-border: rgba(255, 255, 255, 0.09);
    --xp-pink: #ff3498;
    --xp-purple: #954dff;
    --xp-cyan: #39d5ff;
    --xp-green: #4fe1ad;

    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 125px 24px;
    color: var(--xp-white);
    background:
        radial-gradient(
            circle at 50% 50%,
            rgba(68, 41, 143, 0.1),
            transparent 42%
        ),
        linear-gradient(
            180deg,
            #060817 0%,
            #050714 100%
        );
    font-family: "Inter", "Poppins", sans-serif;
}

/* Fondo
====================================================== */

.xp-comparison__background {
    position: absolute;
    inset: 0;
    z-index: -3;
    pointer-events: none;
}

.xp-comparison__grid {
    position: absolute;
    inset: 0;
    opacity: 0.14;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.035) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.035) 1px,
            transparent 1px
        );
    background-size: 75px 75px;
    mask-image: linear-gradient(
        to bottom,
        transparent,
        #000 17%,
        #000 82%,
        transparent
    );
}

.xp-comparison__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(115px);
    opacity: 0.23;
}

.xp-comparison__glow--one {
    top: 13%;
    right: -12%;
    width: 500px;
    height: 500px;
    background: rgba(255, 47, 146, 0.42);
}

.xp-comparison__glow--two {
    bottom: 4%;
    left: -13%;
    width: 530px;
    height: 530px;
    background: rgba(38, 178, 255, 0.3);
}

.xp-comparison__line {
    position: absolute;
    top: 15%;
    left: 50%;
    width: 1200px;
    height: 420px;
    border: 1px solid rgba(255, 255, 255, 0.035);
    border-radius: 50%;
    transform: translateX(-50%) rotate(-8deg);
}

/* Contenedor
====================================================== */

.xp-comparison__container {
    position: relative;
    z-index: 2;
    width: min(1480px, 100%);
    margin: 0 auto;
}

/* Encabezado
====================================================== */

.xp-comparison__heading {
    max-width: 970px;
    margin: 0 auto 62px;
    text-align: center;
}

.xp-comparison__badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 40px;
    padding: 10px 17px;
    border: 1px solid rgba(55, 213, 255, 0.24);
    border-radius: 999px;
    color: #69ddff;
    background: rgba(55, 213, 255, 0.055);
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 2px;
}

.xp-comparison__badge span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--xp-cyan);
    box-shadow:
        0 0 0 6px rgba(55, 213, 255, 0.07),
        0 0 15px var(--xp-cyan);
}

.xp-comparison__heading h2 {
    margin: 25px 0 19px;
    color: #fff;
    font-size: clamp(45px, 5vw, 75px);
    line-height: 1;
    font-weight: 850;
    letter-spacing: -4px;
}

.xp-comparison__heading h2 strong {
    display: block;
    color: transparent;
    background: linear-gradient(
        100deg,
        #ff3b9d 5%,
        #d941d7 42%,
        #9653ff 72%,
        #4dc5ff 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: inherit;
}

.xp-comparison__heading p {
    max-width: 730px;
    margin: 0 auto;
    color: var(--xp-muted);
    font-size: 17px;
    line-height: 1.7;
}

/* Tabla principal
====================================================== */

.xp-comparison__table {
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 30px;
    background:
        linear-gradient(
            rgba(8, 11, 29, 0.95),
            rgba(8, 11, 29, 0.95)
        ) padding-box,
        linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.14),
            rgba(255, 47, 146, 0.26),
            rgba(55, 213, 255, 0.08)
        ) border-box;
    box-shadow:
        0 35px 90px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
}

.xp-comparison__table-head,
.xp-comparison__row,
.xp-comparison__table-footer {
    display: grid;
    grid-template-columns:
        minmax(250px, 0.95fr)
        repeat(3, minmax(210px, 1fr));
}

.xp-comparison__table-head {
    min-height: 215px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

/* Esquina izquierda
====================================================== */

.xp-comparison__corner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.07);
    background:
        radial-gradient(
            circle at 20% 100%,
            rgba(55, 213, 255, 0.08),
            transparent 55%
        );
}

.xp-comparison__corner span {
    margin-bottom: 8px;
    color: var(--xp-cyan);
    font-size: 7px;
    font-weight: 850;
    letter-spacing: 1.8px;
}

.xp-comparison__corner strong {
    max-width: 180px;
    color: #fff;
    font-size: 25px;
    line-height: 1.08;
    font-weight: 780;
    letter-spacing: -1px;
}

/* Planes
====================================================== */

.xp-comparison__plan {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 25px 24px 27px;
    border-right: 1px solid rgba(255, 255, 255, 0.07);
}

.xp-comparison__plan:last-child {
    border-right: 0;
}

.xp-comparison__plan--landing {
    background:
        linear-gradient(
            180deg,
            rgba(255, 47, 146, 0.11),
            rgba(147, 75, 255, 0.04)
        );
    box-shadow: inset 0 -3px 0 rgba(255, 47, 146, 0.65);
}

.xp-comparison__recommended {
    position: absolute;
    top: 0;
    left: 50%;
    padding: 7px 16px;
    border-radius: 0 0 11px 11px;
    color: #fff;
    background: linear-gradient(
        90deg,
        #ff2f92,
        #b23eda,
        #854fff
    );
    box-shadow: 0 10px 25px rgba(255, 47, 146, 0.2);
    font-size: 6px;
    font-weight: 850;
    letter-spacing: 1.2px;
    transform: translateX(-50%);
    white-space: nowrap;
}

.xp-comparison__plan-number {
    position: absolute;
    top: 25px;
    right: 22px;
    color: rgba(255, 255, 255, 0.09);
    font-size: 45px;
    line-height: 1;
    font-weight: 850;
    letter-spacing: -2px;
}

.xp-comparison__plan-icon {
    display: grid;
    place-items: center;
    width: 55px;
    height: 55px;
    margin-bottom: 17px;
    border-radius: 17px;
}

.xp-comparison__plan-icon svg {
    width: 26px;
    height: 26px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.xp-comparison__plan--bio .xp-comparison__plan-icon {
    border: 1px solid rgba(55, 213, 255, 0.23);
    color: var(--xp-cyan);
    background: rgba(55, 213, 255, 0.065);
}

.xp-comparison__plan--landing .xp-comparison__plan-icon {
    border: 1px solid rgba(255, 47, 146, 0.3);
    color: #ff65b1;
    background: rgba(255, 47, 146, 0.1);
}

.xp-comparison__plan--website .xp-comparison__plan-icon {
    border: 1px solid rgba(154, 82, 255, 0.25);
    color: #ae77ff;
    background: rgba(154, 82, 255, 0.075);
}

.xp-comparison__plan > span {
    display: block;
    margin-bottom: 7px;
    color: rgba(255, 255, 255, 0.38);
    font-size: 6px;
    font-weight: 850;
    letter-spacing: 1.3px;
}

.xp-comparison__plan h3 {
    max-width: 190px;
    margin: 0;
    color: #fff;
    font-size: 23px;
    line-height: 1.08;
    font-weight: 770;
    letter-spacing: -0.8px;
}

/* Filas
====================================================== */

.xp-comparison__row {
    min-height: 94px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.065);
}

.xp-comparison__row:last-of-type {
    border-bottom: 0;
}

.xp-comparison__feature,
.xp-comparison__cell {
    display: flex;
    align-items: center;
    padding: 20px 24px;
    border-right: 1px solid rgba(255, 255, 255, 0.065);
}

.xp-comparison__cell:last-child {
    border-right: 0;
}

.xp-comparison__feature {
    gap: 12px;
    background: rgba(255, 255, 255, 0.015);
}

.xp-comparison__feature-icon {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border: 1px solid rgba(55, 213, 255, 0.12);
    border-radius: 11px;
    color: var(--xp-cyan);
    background: rgba(55, 213, 255, 0.04);
    font-size: 7px;
    font-weight: 850;
    letter-spacing: 0.8px;
}

.xp-comparison__feature strong {
    display: block;
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 11px;
    line-height: 1.3;
    font-weight: 700;
}

.xp-comparison__feature span {
    color: rgba(255, 255, 255, 0.29);
    font-size: 8px;
    line-height: 1.3;
}

.xp-comparison__cell {
    gap: 9px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 11px;
    line-height: 1.45;
}

.xp-comparison__cell--featured {
    background: rgba(255, 47, 146, 0.035);
}

/* Niveles
====================================================== */

.xp-comparison__level {
    display: inline-flex;
    align-items: flex-end;
    gap: 3px;
    height: 19px;
}

.xp-comparison__level i {
    display: block;
    width: 4px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
}

.xp-comparison__level i:nth-child(1) {
    height: 7px;
}

.xp-comparison__level i:nth-child(2) {
    height: 12px;
}

.xp-comparison__level i:nth-child(3) {
    height: 18px;
}

.xp-comparison__level--one i:nth-child(1) {
    background: var(--xp-cyan);
}

.xp-comparison__level--two i:nth-child(-n + 2) {
    background: var(--xp-pink);
}

.xp-comparison__level--three i {
    background: var(--xp-purple);
}

/* Estados
====================================================== */

.xp-comparison__status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 7px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.xp-comparison__status--low {
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.035);
}

.xp-comparison__status--medium {
    border: 1px solid rgba(55, 213, 255, 0.17);
    color: var(--xp-cyan);
    background: rgba(55, 213, 255, 0.055);
}

.xp-comparison__status--high {
    border: 1px solid rgba(154, 82, 255, 0.2);
    color: #ad75ff;
    background: rgba(154, 82, 255, 0.065);
}

.xp-comparison__status--ideal {
    border: 1px solid rgba(79, 225, 173, 0.22);
    color: var(--xp-green);
    background: rgba(79, 225, 173, 0.065);
}

/* Checks
====================================================== */

.xp-comparison__check {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    border-radius: 9px;
    font-size: 13px;
    font-weight: 850;
}

.xp-comparison__check--yes {
    border: 1px solid rgba(79, 225, 173, 0.2);
    color: var(--xp-green);
    background: rgba(79, 225, 173, 0.065);
}

.xp-comparison__check--no {
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.025);
}

/* Footer tabla
====================================================== */

.xp-comparison__table-footer {
    min-height: 82px;
    background: rgba(255, 255, 255, 0.018);
}

.xp-comparison__footer-label {
    display: flex;
    align-items: center;
    padding: 20px 25px;
    border-right: 1px solid rgba(255, 255, 255, 0.065);
    color: rgba(255, 255, 255, 0.32);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.xp-comparison__example {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 20px 24px;
    border-right: 1px solid rgba(255, 255, 255, 0.065);
    color: rgba(255, 255, 255, 0.82) !important;
    text-decoration: none !important;
    font-size: 10px;
    font-weight: 700;
    transition:
        background 0.3s ease,
        color 0.3s ease;
}

.xp-comparison__example:last-child {
    border-right: 0;
}

.xp-comparison__example span {
    font-size: 15px;
}

.xp-comparison__example--bio span {
    color: var(--xp-cyan);
}

.xp-comparison__example--landing {
    background: rgba(255, 47, 146, 0.035);
}

.xp-comparison__example--landing span {
    color: var(--xp-pink);
}

.xp-comparison__example--website span {
    color: #ad75ff;
}

.xp-comparison__example:hover {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.045);
}

/* Comparador móvil
====================================================== */

.xp-comparison-mobile {
    display: none;
}

.xp-comparison-mobile__card {
    position: relative;
    overflow: hidden;
    padding: 25px 20px 20px;
    border: 1px solid transparent;
    border-radius: 23px;
    background:
        linear-gradient(
            rgba(10, 13, 32, 0.94),
            rgba(10, 13, 32, 0.94)
        ) padding-box,
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.14),
            rgba(255, 255, 255, 0.025)
        ) border-box;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.23);
}

.xp-comparison-mobile__card--landing {
    background:
        linear-gradient(
            rgba(14, 11, 34, 0.95),
            rgba(10, 13, 32, 0.95)
        ) padding-box,
        linear-gradient(
            145deg,
            rgba(255, 47, 146, 0.52),
            rgba(151, 76, 255, 0.28)
        ) border-box;
}

.xp-comparison-mobile__recommended {
    position: absolute;
    top: 0;
    right: 20px;
    padding: 6px 12px;
    border-radius: 0 0 9px 9px;
    color: #fff;
    background: linear-gradient(90deg, #ff2f92, #914cff);
    font-size: 5px;
    font-weight: 850;
    letter-spacing: 0.9px;
}

.xp-comparison-mobile__top {
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.xp-comparison-mobile__top span {
    display: block;
    margin-bottom: 8px;
    font-size: 6px;
    font-weight: 850;
    letter-spacing: 1.3px;
}

.xp-comparison-mobile__card--bio .xp-comparison-mobile__top span {
    color: var(--xp-cyan);
}

.xp-comparison-mobile__card--landing .xp-comparison-mobile__top span {
    color: #ff68b3;
}

.xp-comparison-mobile__card--website .xp-comparison-mobile__top span {
    color: #ae77ff;
}

.xp-comparison-mobile__top strong {
    color: #fff;
    font-size: 26px;
    line-height: 1.1;
    letter-spacing: -1px;
}

.xp-comparison-mobile__items {
    display: flex;
    flex-direction: column;
}

.xp-comparison-mobile__items > div {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 12px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.055);
}

.xp-comparison-mobile__items span {
    color: rgba(255, 255, 255, 0.35);
    font-size: 9px;
}

.xp-comparison-mobile__items strong {
    color: rgba(255, 255, 255, 0.74);
    font-size: 10px;
    line-height: 1.4;
    font-weight: 650;
}

.xp-comparison-mobile__card > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 49px;
    margin-top: 18px;
    padding: 0 15px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 13px;
    color: #fff !important;
    background: rgba(255, 255, 255, 0.03);
    text-decoration: none !important;
    font-size: 10px;
    font-weight: 700;
}

/* Diagnóstico
====================================================== */

.xp-comparison__diagnosis {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns:
        82px
        minmax(260px, 1.2fr)
        minmax(350px, 1fr)
        auto;
    align-items: center;
    gap: 24px;
    margin-top: 55px;
    padding: 27px 30px;
    border: 1px solid transparent;
    border-radius: 27px;
    background:
        linear-gradient(
            rgba(11, 14, 35, 0.92),
            rgba(11, 14, 35, 0.92)
        ) padding-box,
        linear-gradient(
            105deg,
            rgba(255, 47, 146, 0.32),
            rgba(149, 76, 255, 0.2),
            rgba(55, 213, 255, 0.18)
        ) border-box;
    box-shadow:
        0 28px 70px rgba(0, 0, 0, 0.26),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.xp-comparison__diagnosis::before {
    content: "";
    position: absolute;
    top: -120px;
    right: 15%;
    width: 380px;
    height: 240px;
    border-radius: 50%;
    background: rgba(255, 47, 146, 0.1);
    filter: blur(75px);
}

.xp-comparison__diagnosis-visual,
.xp-comparison__diagnosis-content,
.xp-comparison__diagnosis-routes,
.xp-comparison__diagnosis-button {
    position: relative;
    z-index: 2;
}

.xp-comparison__diagnosis-circle {
    position: relative;
    display: grid;
    place-items: center;
    width: 72px;
    height: 72px;
    border: 1px solid rgba(55, 213, 255, 0.18);
    border-radius: 50%;
    color: var(--xp-cyan);
    background: rgba(55, 213, 255, 0.055);
}

.xp-comparison__diagnosis-circle::before {
    content: "";
    position: absolute;
    inset: 7px;
    border: 1px dashed rgba(255, 255, 255, 0.11);
    border-radius: 50%;
    animation: xpComparisonRotate 15s linear infinite;
}

.xp-comparison__diagnosis-circle span {
    position: absolute;
    top: 1px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--xp-pink);
    box-shadow: 0 0 14px var(--xp-pink);
}

.xp-comparison__diagnosis-circle svg {
    width: 29px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.xp-comparison__diagnosis-content > span {
    display: block;
    margin-bottom: 7px;
    color: #ff6db7;
    font-size: 7px;
    font-weight: 850;
    letter-spacing: 1.6px;
}

.xp-comparison__diagnosis-content h3 {
    max-width: 480px;
    margin: 0 0 7px;
    color: #fff;
    font-size: 23px;
    line-height: 1.15;
    font-weight: 760;
    letter-spacing: -0.8px;
}

.xp-comparison__diagnosis-content p {
    max-width: 560px;
    margin: 0;
    color: rgba(255, 255, 255, 0.46);
    font-size: 11px;
    line-height: 1.55;
}

.xp-comparison__diagnosis-routes {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.xp-comparison__diagnosis-routes > div {
    display: grid;
    grid-template-columns: 25px minmax(0, 1fr);
    align-items: center;
    gap: 9px;
}

.xp-comparison__diagnosis-routes span {
    display: grid;
    place-items: center;
    width: 23px;
    height: 23px;
    border-radius: 8px;
    color: var(--xp-pink);
    background: rgba(255, 47, 146, 0.075);
    font-size: 6px;
    font-weight: 850;
}

.xp-comparison__diagnosis-routes p {
    margin: 0;
    color: rgba(255, 255, 255, 0.37);
    font-size: 8px;
    line-height: 1.25;
}

.xp-comparison__diagnosis-routes strong {
    display: block;
    color: rgba(255, 255, 255, 0.82);
    font-size: 9px;
    font-weight: 650;
}

.xp-comparison__diagnosis-button {
    display: flex;
    align-items: center;
    gap: 20px;
    min-width: 215px;
    min-height: 61px;
    padding: 10px 13px 10px 18px;
    border-radius: 16px;
    color: #fff !important;
    background: linear-gradient(
        135deg,
        #ff2f92,
        #c937cf 52%,
        #8750ff
    );
    box-shadow: 0 15px 37px rgba(222, 45, 180, 0.22);
    text-decoration: none !important;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.xp-comparison__diagnosis-button span {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 750;
}

.xp-comparison__diagnosis-button small {
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.67);
    font-size: 6px;
    font-weight: 850;
    letter-spacing: 1.2px;
}

.xp-comparison__diagnosis-button i {
    display: grid;
    place-items: center;
    width: 33px;
    height: 33px;
    margin-left: auto;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.13);
    font-size: 14px;
    font-style: normal;
}

.xp-comparison__diagnosis-button:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 45px rgba(222, 45, 180, 0.34);
}

@keyframes xpComparisonRotate {
    to {
        transform: rotate(360deg);
    }
}

/* Tablet
====================================================== */

@media (max-width: 1120px) {

    .xp-comparison {
        padding: 105px 20px;
    }

    .xp-comparison__table-head,
    .xp-comparison__row,
    .xp-comparison__table-footer {
        grid-template-columns:
            minmax(220px, 0.9fr)
            repeat(3, minmax(185px, 1fr));
    }

    .xp-comparison__diagnosis {
        grid-template-columns: 72px minmax(0, 1fr) auto;
    }

    .xp-comparison__diagnosis-routes {
        grid-column: 2 / 3;
    }

    .xp-comparison__diagnosis-button {
        grid-column: 3;
        grid-row: 1 / 3;
    }

}

/* Cambio a versión móvil
====================================================== */

@media (max-width: 900px) {

    .xp-comparison__table {
        display: none;
    }

    .xp-comparison-mobile {
        display: grid;
        grid-template-columns: 1fr;
        gap: 17px;
        max-width: 640px;
        margin: 0 auto;
    }

    .xp-comparison__diagnosis {
        max-width: 640px;
        margin: 45px auto 0;
        grid-template-columns: 65px minmax(0, 1fr);
    }

    .xp-comparison__diagnosis-routes {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .xp-comparison__diagnosis-routes > div {
        display: block;
        padding: 13px;
        border: 1px solid rgba(255, 255, 255, 0.07);
        border-radius: 13px;
        background: rgba(255, 255, 255, 0.025);
    }

    .xp-comparison__diagnosis-routes span {
        margin-bottom: 8px;
    }

    .xp-comparison__diagnosis-button {
        grid-column: 1 / -1;
        grid-row: auto;
        width: 100%;
    }

}

/* Móvil
====================================================== */

@media (max-width: 600px) {

    .xp-comparison {
        padding: 85px 14px;
    }

    .xp-comparison__heading {
        margin-bottom: 40px;
    }

    .xp-comparison__badge {
        min-height: 37px;
        padding: 9px 13px;
        font-size: 7.5px;
        letter-spacing: 1.3px;
    }

    .xp-comparison__heading h2 {
        margin-top: 20px;
        font-size: clamp(39px, 11vw, 52px);
        line-height: 0.98;
        letter-spacing: -2.5px;
    }

    .xp-comparison__heading p {
        font-size: 14px;
        line-height: 1.65;
    }

    .xp-comparison-mobile__top strong {
        font-size: 24px;
    }

    .xp-comparison__diagnosis {
        display: block;
        padding: 24px 18px 18px;
        text-align: center;
    }

    .xp-comparison__diagnosis-circle {
        width: 62px;
        height: 62px;
        margin: 0 auto 17px;
    }

    .xp-comparison__diagnosis-content h3 {
        font-size: 22px;
    }

    .xp-comparison__diagnosis-content p {
        font-size: 10px;
    }

    .xp-comparison__diagnosis-routes {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
        margin-top: 20px;
        text-align: left;
    }

    .xp-comparison__diagnosis-routes > div {
        display: grid;
        grid-template-columns: 26px minmax(0, 1fr);
        align-items: center;
    }

    .xp-comparison__diagnosis-routes span {
        margin-bottom: 0;
    }

    .xp-comparison__diagnosis-button {
        margin-top: 18px;
        text-align: left;
    }

}

/* Reducir movimiento
====================================================== */

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

    .xp-comparison *,
    .xp-comparison *::before,
    .xp-comparison *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-94bad36 *//* ======================================================
   XPACIO — SECCIÓN 4 / PROYECTOS REALES
====================================================== */

.xp-projects,
.xp-projects * {
    box-sizing: border-box;
}

.xp-projects {
    --xp-white: #f8f9ff;
    --xp-muted: #a3a9c0;
    --xp-dark: #050714;
    --xp-card: rgba(10, 13, 33, 0.94);
    --xp-border: rgba(255, 255, 255, 0.09);
    --xp-pink: #ff3498;
    --xp-purple: #9852ff;
    --xp-cyan: #3bd6ff;
    --xp-green: #53e2ae;

    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 125px 24px;
    color: var(--xp-white);
    background:
        radial-gradient(
            circle at 50% 42%,
            rgba(109, 46, 175, 0.09),
            transparent 38%
        ),
        linear-gradient(
            180deg,
            #050714 0%,
            #070919 52%,
            #050714 100%
        );
    font-family: "Inter", "Poppins", sans-serif;
}

/* Fondo decorativo
====================================================== */

.xp-projects__background {
    position: absolute;
    inset: 0;
    z-index: -3;
    pointer-events: none;
}

.xp-projects__grid {
    position: absolute;
    inset: 0;
    opacity: 0.15;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.035) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.035) 1px,
            transparent 1px
        );
    background-size: 76px 76px;
    mask-image: linear-gradient(
        to bottom,
        transparent,
        #000 15%,
        #000 84%,
        transparent
    );
    -webkit-mask-image: linear-gradient(
        to bottom,
        transparent,
        #000 15%,
        #000 84%,
        transparent
    );
}

.xp-projects__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(115px);
    opacity: 0.23;
}

.xp-projects__glow--pink {
    top: 18%;
    right: -11%;
    width: 520px;
    height: 520px;
    background: rgba(255, 47, 146, 0.45);
}

.xp-projects__glow--blue {
    bottom: 7%;
    left: -13%;
    width: 530px;
    height: 530px;
    background: rgba(48, 183, 255, 0.32);
}

.xp-projects__orbit {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.035);
    border-radius: 50%;
}

.xp-projects__orbit--one {
    top: 4%;
    left: 50%;
    width: 1200px;
    height: 440px;
    transform: translateX(-50%) rotate(-8deg);
}

.xp-projects__orbit--two {
    right: -280px;
    bottom: 7%;
    width: 720px;
    height: 720px;
}

.xp-projects__star {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 18px currentColor;
}

.xp-projects__star--one {
    top: 18%;
    left: 7%;
    color: var(--xp-cyan);
}

.xp-projects__star--two {
    top: 39%;
    right: 4%;
    color: var(--xp-pink);
}

.xp-projects__star--three {
    bottom: 14%;
    left: 32%;
    width: 4px;
    height: 4px;
    color: #fff;
}

/* Contenedor
====================================================== */

.xp-projects__container {
    position: relative;
    z-index: 2;
    width: min(1480px, 100%);
    margin: 0 auto;
}

/* Encabezado
====================================================== */

.xp-projects__heading {
    max-width: 980px;
    margin: 0 auto 67px;
    text-align: center;
}

.xp-projects__badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 40px;
    padding: 10px 17px;
    border: 1px solid rgba(255, 47, 146, 0.28);
    border-radius: 999px;
    color: #ff76bc;
    background: rgba(255, 47, 146, 0.06);
    font-size: 9px;
    line-height: 1;
    font-weight: 850;
    letter-spacing: 2px;
}

.xp-projects__badge span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--xp-pink);
    box-shadow:
        0 0 0 6px rgba(255, 47, 146, 0.07),
        0 0 16px var(--xp-pink);
    animation: xpProjectsPulse 2s ease-in-out infinite;
}

.xp-projects__heading h2 {
    margin: 25px 0 20px;
    color: #fff;
    font-size: clamp(45px, 5vw, 76px);
    line-height: 1;
    font-weight: 850;
    letter-spacing: -4px;
}

.xp-projects__heading h2 strong {
    display: block;
    color: transparent;
    background: linear-gradient(
        100deg,
        #ff3c9d 5%,
        #da41d5 40%,
        #9653ff 70%,
        #4dc5ff 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: inherit;
}

.xp-projects__heading p {
    max-width: 760px;
    margin: 0 auto;
    color: var(--xp-muted);
    font-size: 17px;
    line-height: 1.7;
}

/* Grid proyectos
====================================================== */

.xp-projects__grid-projects {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 25px;
}

.xp-project {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(340px, 0.88fr);
    min-height: 540px;
    border: 1px solid transparent;
    border-radius: 30px;
    background:
        linear-gradient(
            rgba(10, 13, 33, 0.94),
            rgba(10, 13, 33, 0.94)
        ) padding-box,
        linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.14),
            rgba(255, 255, 255, 0.025)
        ) border-box;
    box-shadow:
        0 35px 85px rgba(0, 0, 0, 0.27),
        inset 0 1px 0 rgba(255, 255, 255, 0.045);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
}

.xp-project::before {
    content: "";
    position: absolute;
    top: -190px;
    right: -100px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: var(--xp-project-glow);
    filter: blur(95px);
    opacity: 0.15;
    pointer-events: none;
}

.xp-project--website {
    --xp-project-accent: var(--xp-cyan);
    --xp-project-glow: rgba(55, 213, 255, 0.65);

    grid-column: 1 / -1;
}

.xp-project--landing {
    --xp-project-accent: var(--xp-pink);
    --xp-project-glow: rgba(255, 47, 146, 0.82);

    grid-column: span 7;
    grid-template-columns: 1fr;
    background:
        linear-gradient(
            rgba(14, 11, 35, 0.95),
            rgba(10, 13, 33, 0.95)
        ) padding-box,
        linear-gradient(
            135deg,
            rgba(255, 51, 151, 0.62),
            rgba(148, 78, 255, 0.3),
            rgba(255, 255, 255, 0.04)
        ) border-box;
    box-shadow:
        0 38px 90px rgba(180, 31, 165, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.xp-project--bio {
    --xp-project-accent: #a96cff;
    --xp-project-glow: rgba(152, 82, 255, 0.72);

    grid-column: span 5;
    grid-template-columns: 1fr;
}

/* Etiqueta destacada
====================================================== */

.xp-project__featured {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 7;
    padding: 8px 20px;
    border-radius: 0 0 12px 12px;
    color: #fff;
    background: linear-gradient(
        90deg,
        #ff2f92,
        #c339d0,
        #8b4fff
    );
    box-shadow: 0 10px 28px rgba(255, 47, 146, 0.23);
    font-size: 7px;
    font-weight: 850;
    letter-spacing: 1.4px;
    transform: translateX(-50%);
    white-space: nowrap;
}

/* Área visual
====================================================== */

.xp-project__visual {
    position: relative;
    z-index: 2;
    overflow: hidden;
    min-height: 390px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px;
    background:
        radial-gradient(
            circle at 50% 50%,
            color-mix(
                in srgb,
                var(--xp-project-accent) 13%,
                transparent
            ),
            transparent 52%
        ),
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.025),
            rgba(0, 0, 0, 0.1)
        );
}

.xp-project--website .xp-project__visual {
    border-right: 1px solid rgba(255, 255, 255, 0.07);
}

.xp-project--landing .xp-project__visual,
.xp-project--bio .xp-project__visual {
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

/* Mockup navegador
====================================================== */

.xp-project__browser {
    position: relative;
    width: 100%;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 20px;
    background: #090b19;
    box-shadow:
        0 28px 70px rgba(0, 0, 0, 0.45),
        0 0 0 1px rgba(255, 255, 255, 0.025);
    transform: perspective(1200px) rotateY(2deg) rotateX(1deg);
    transition:
        transform 0.5s ease,
        box-shadow 0.5s ease;
}

.xp-project:hover .xp-project__browser {
    transform:
        perspective(1200px)
        rotateY(0)
        rotateX(0)
        translateY(-7px);
    box-shadow:
        0 38px 85px rgba(0, 0, 0, 0.52),
        0 0 40px color-mix(
            in srgb,
            var(--xp-project-accent) 10%,
            transparent
        );
}

.xp-project__browser-top {
    height: 43px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 12px;
    padding: 0 13px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(255, 255, 255, 0.035);
}

.xp-project__browser-dots {
    display: flex;
    gap: 5px;
}

.xp-project__browser-dots i {
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.xp-project__browser-dots i:nth-child(1) {
    background: #ff507e;
}

.xp-project__browser-dots i:nth-child(2) {
    background: #f5c64c;
}

.xp-project__browser-dots i:nth-child(3) {
    background: #4bdba5;
}

.xp-project__browser-url {
    justify-self: center;
    width: min(100%, 310px);
    overflow: hidden;
    padding: 7px 13px;
    border: 1px solid rgba(255, 255, 255, 0.055);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.4);
    background: rgba(0, 0, 0, 0.17);
    font-size: 8px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xp-project__browser-live {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--xp-green);
    font-size: 6px;
    font-weight: 850;
    letter-spacing: 1px;
}

.xp-project__browser-live i {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 10px currentColor;
}

.xp-project__screen {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #080b17;
}

.xp-project__screen img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: top center;
    transition:
        transform 1.2s cubic-bezier(0.2, 0.8, 0.2, 1),
        filter 0.5s ease;
}

.xp-project:hover .xp-project__screen img {
    transform: scale(1.045);
}

.xp-project__screen-shade {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(
            to bottom,
            transparent 65%,
            rgba(5, 7, 20, 0.38)
        );
}

/* Label flotante
====================================================== */

.xp-project__floating-label {
    position: absolute;
    right: 25px;
    bottom: 28px;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 11px;
    min-width: 190px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 15px;
    color: #fff;
    background: rgba(7, 9, 25, 0.88);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.36);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.xp-project__floating-label > span {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border: 1px solid color-mix(
        in srgb,
        var(--xp-project-accent) 26%,
        transparent
    );
    border-radius: 11px;
    color: var(--xp-project-accent);
    background: color-mix(
        in srgb,
        var(--xp-project-accent) 8%,
        transparent
    );
    font-size: 8px;
    font-weight: 850;
}

.xp-project__floating-label div {
    font-size: 10px;
    line-height: 1.2;
    font-weight: 650;
}

.xp-project__floating-label small {
    display: block;
    margin-bottom: 4px;
    color: var(--xp-project-accent);
    font-size: 6px;
    font-weight: 850;
    letter-spacing: 1.2px;
}

/* Mockup teléfono
====================================================== */

.xp-project__phone-stage {
    position: relative;
    display: grid;
    place-items: center;
    width: 100%;
    min-height: 500px;
}

.xp-project__phone-glow {
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: color-mix(
        in srgb,
        var(--xp-project-accent) 20%,
        transparent
    );
    filter: blur(75px);
}

.xp-project__phone {
    position: relative;
    z-index: 2;
    width: min(245px, 73%);
    padding: 9px;
    border: 2px solid rgba(255, 255, 255, 0.16);
    border-radius: 39px;
    background:
        linear-gradient(
            145deg,
            #272a39,
            #080a13
        );
    box-shadow:
        0 35px 75px rgba(0, 0, 0, 0.55),
        inset 0 1px 1px rgba(255, 255, 255, 0.15);
    transform: rotate(-3deg);
    transition: transform 0.5s ease;
}

.xp-project:hover .xp-project__phone {
    transform: rotate(0) translateY(-8px);
}

.xp-project__phone-speaker {
    position: absolute;
    top: 16px;
    left: 50%;
    z-index: 5;
    width: 72px;
    height: 19px;
    border-radius: 999px;
    background: #05060a;
    transform: translateX(-50%);
}

.xp-project__phone-screen {
    overflow: hidden;
    aspect-ratio: 9 / 18.7;
    border-radius: 31px;
    background: #080a16;
}

.xp-project__phone-screen img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: top center;
    transition: transform 0.8s ease;
}

.xp-project:hover .xp-project__phone-screen img {
    transform: scale(1.035);
}

/* Contenido proyecto
====================================================== */

.xp-project__content {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    padding: 42px;
}

.xp-project__topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 25px;
}

.xp-project__type {
    display: inline-flex;
    align-items: center;
    min-height: 29px;
    padding: 7px 11px;
    border: 1px solid color-mix(
        in srgb,
        var(--xp-project-accent) 25%,
        transparent
    );
    border-radius: 999px;
    color: var(--xp-project-accent);
    background: color-mix(
        in srgb,
        var(--xp-project-accent) 6%,
        transparent
    );
    font-size: 7px;
    font-weight: 850;
    letter-spacing: 1.3px;
}

.xp-project__number {
    color: rgba(255, 255, 255, 0.22);
    font-size: 7px;
    font-weight: 800;
    letter-spacing: 1.2px;
}

.xp-project__content h3 {
    margin: 0 0 17px;
    color: #fff;
    font-size: clamp(32px, 3vw, 48px);
    line-height: 1;
    font-weight: 820;
    letter-spacing: -2px;
}

.xp-project__content > p {
    margin: 0;
    color: rgba(255, 255, 255, 0.54);
    font-size: 14px;
    line-height: 1.7;
}

/* Características
====================================================== */

.xp-project__features {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 26px 0;
}

.xp-project__features span {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 8px 12px 8px 28px;
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.64);
    background: rgba(255, 255, 255, 0.025);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.25px;
}

.xp-project__features span::before {
    content: "✓";
    position: absolute;
    left: 11px;
    color: var(--xp-project-accent);
    font-size: 8px;
    font-weight: 850;
}

/* Resultado
====================================================== */

.xp-project__result {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 13px;
    margin-top: auto;
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.xp-project__result-icon {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid color-mix(
        in srgb,
        var(--xp-project-accent) 22%,
        transparent
    );
    border-radius: 12px;
    color: var(--xp-project-accent);
    background: color-mix(
        in srgb,
        var(--xp-project-accent) 6%,
        transparent
    );
}

.xp-project__result-icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.xp-project__result small {
    display: block;
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.27);
    font-size: 6px;
    font-weight: 850;
    letter-spacing: 1.25px;
}

.xp-project__result strong {
    color: rgba(255, 255, 255, 0.84);
    font-size: 10px;
    line-height: 1.4;
    font-weight: 650;
}

/* Botón proyecto
====================================================== */

.xp-project__button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    min-height: 55px;
    margin-top: 21px;
    padding: 0 13px 0 18px;
    border: 1px solid color-mix(
        in srgb,
        var(--xp-project-accent) 25%,
        transparent
    );
    border-radius: 15px;
    color: #fff !important;
    background: color-mix(
        in srgb,
        var(--xp-project-accent) 6%,
        rgba(255, 255, 255, 0.02)
    );
    text-decoration: none !important;
    font-size: 11px;
    font-weight: 700;
    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        background 0.3s ease,
        box-shadow 0.3s ease;
}

.xp-project__button i {
    display: grid;
    place-items: center;
    width: 33px;
    height: 33px;
    border-radius: 10px;
    color: var(--xp-project-accent);
    background: color-mix(
        in srgb,
        var(--xp-project-accent) 10%,
        transparent
    );
    font-size: 14px;
    font-style: normal;
    transition:
        transform 0.3s ease,
        color 0.3s ease;
}

.xp-project__button:hover {
    transform: translateY(-4px);
    border-color: color-mix(
        in srgb,
        var(--xp-project-accent) 48%,
        transparent
    );
    background: color-mix(
        in srgb,
        var(--xp-project-accent) 10%,
        transparent
    );
    box-shadow: 0 15px 35px color-mix(
        in srgb,
        var(--xp-project-accent) 10%,
        transparent
    );
}

.xp-project__button:hover i {
    color: #fff;
    transform: rotate(45deg);
}

/* CTA inferior
====================================================== */

.xp-projects-cta {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: grid;
    grid-template-columns: 78px minmax(0, 1fr) auto;
    align-items: center;
    gap: 28px;
    margin-top: 65px;
    padding: 36px;
    border: 1px solid transparent;
    border-radius: 29px;
    background:
        linear-gradient(
            rgba(12, 13, 36, 0.93),
            rgba(12, 13, 36, 0.93)
        ) padding-box,
        linear-gradient(
            105deg,
            rgba(255, 47, 146, 0.48),
            rgba(151, 75, 255, 0.27),
            rgba(55, 213, 255, 0.18)
        ) border-box;
    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.29),
        inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.xp-projects-cta__background {
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
}

.xp-projects-cta__background::before {
    content: "";
    position: absolute;
    top: -160px;
    right: 16%;
    width: 440px;
    height: 310px;
    border-radius: 50%;
    background: rgba(255, 47, 146, 0.16);
    filter: blur(90px);
}

.xp-projects-cta__ring {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.055);
    border-radius: 50%;
}

.xp-projects-cta__ring--one {
    top: -150px;
    right: 5%;
    width: 390px;
    height: 390px;
}

.xp-projects-cta__ring--two {
    top: -90px;
    right: 9%;
    width: 270px;
    height: 270px;
}

.xp-projects-cta__planet {
    position: absolute;
    top: 30px;
    right: 14%;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--xp-cyan);
    box-shadow: 0 0 18px var(--xp-cyan);
}

.xp-projects-cta__icon {
    position: relative;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 72px;
    height: 72px;
    border: 1px solid rgba(255, 69, 164, 0.28);
    border-radius: 22px;
    color: #ff6cb6;
    background:
        linear-gradient(
            145deg,
            rgba(255, 47, 146, 0.13),
            rgba(151, 75, 255, 0.07)
        );
    box-shadow:
        0 0 35px rgba(255, 47, 146, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.xp-projects-cta__icon svg {
    width: 31px;
    height: 31px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.xp-projects-cta__content {
    position: relative;
    z-index: 2;
}

.xp-projects-cta__content > span {
    display: block;
    margin-bottom: 8px;
    color: #ff6bb6;
    font-size: 7px;
    font-weight: 850;
    letter-spacing: 1.7px;
}

.xp-projects-cta__content h3 {
    max-width: 730px;
    margin: 0 0 9px;
    color: #fff;
    font-size: clamp(25px, 2.4vw, 37px);
    line-height: 1.08;
    font-weight: 780;
    letter-spacing: -1.3px;
}

.xp-projects-cta__content h3 strong {
    color: transparent;
    background: linear-gradient(
        90deg,
        #ff50a5,
        #bc55f3,
        #65c8ff
    );
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: inherit;
}

.xp-projects-cta__content p {
    max-width: 690px;
    margin: 0;
    color: rgba(255, 255, 255, 0.48);
    font-size: 12px;
    line-height: 1.55;
}

/* Botón CTA
====================================================== */

.xp-projects-cta__button {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 13px;
    min-width: 305px;
    min-height: 66px;
    padding: 10px 13px;
    border-radius: 17px;
    color: #fff !important;
    background: linear-gradient(
        135deg,
        #ff2f92 0%,
        #d033cc 50%,
        #8750ff 100%
    );
    box-shadow:
        0 17px 42px rgba(220, 42, 179, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.27);
    text-decoration: none !important;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.xp-projects-cta__button-icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 13px;
    color: #fff;
    background: rgba(255, 255, 255, 0.14);
}

.xp-projects-cta__button-icon svg {
    width: 23px;
    fill: currentColor;
}

.xp-projects-cta__button-text {
    display: flex;
    flex-direction: column;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 750;
}

.xp-projects-cta__button-text small {
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 6px;
    font-weight: 850;
    letter-spacing: 1.25px;
}

.xp-projects-cta__button > i {
    display: grid;
    place-items: center;
    width: 35px;
    height: 35px;
    margin-left: auto;
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.13);
    font-size: 15px;
    font-style: normal;
    transition: transform 0.3s ease;
}

.xp-projects-cta__button:hover {
    transform: translateY(-4px);
    box-shadow:
        0 22px 50px rgba(220, 42, 179, 0.37),
        inset 0 1px 0 rgba(255, 255, 255, 0.27);
}

.xp-projects-cta__button:hover > i {
    transform: rotate(45deg);
}

/* Animaciones
====================================================== */

@keyframes xpProjectsPulse {

    0%,
    100% {
        opacity: 0.55;
        transform: scale(0.9);
    }

    50% {
        opacity: 1;
        transform: scale(1.08);
    }

}

/* Tablet
====================================================== */

@media (max-width: 1120px) {

    .xp-projects {
        padding: 105px 21px;
    }

    .xp-project {
        grid-template-columns: minmax(0, 1fr) minmax(310px, 0.85fr);
    }

    .xp-project--landing,
    .xp-project--bio {
        grid-column: 1 / -1;
        grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.92fr);
    }

    .xp-project--landing .xp-project__visual,
    .xp-project--bio .xp-project__visual {
        border-right: 1px solid rgba(255, 255, 255, 0.07);
        border-bottom: 0;
    }

    .xp-projects-cta {
        grid-template-columns: 68px minmax(0, 1fr);
    }

    .xp-projects-cta__button {
        grid-column: 1 / -1;
        width: 100%;
    }

}

/* Tablet vertical
====================================================== */

@media (max-width: 850px) {

    .xp-projects__grid-projects {
        display: grid;
        grid-template-columns: 1fr;
    }

    .xp-project,
    .xp-project--landing,
    .xp-project--bio {
        grid-column: auto;
        grid-template-columns: 1fr;
        max-width: 680px;
        width: 100%;
        margin: 0 auto;
    }

    .xp-project--website .xp-project__visual,
    .xp-project--landing .xp-project__visual,
    .xp-project--bio .xp-project__visual {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    }

    .xp-project__visual {
        min-height: 400px;
    }

    .xp-project__phone-stage {
        min-height: 520px;
    }

    .xp-projects-cta {
        max-width: 680px;
        margin-right: auto;
        margin-left: auto;
    }

}

/* Móvil
====================================================== */

@media (max-width: 600px) {

    .xp-projects {
        padding: 85px 14px;
    }

    .xp-projects__heading {
        margin-bottom: 42px;
    }

    .xp-projects__badge {
        min-height: 37px;
        padding: 9px 13px;
        font-size: 7.5px;
        letter-spacing: 1.3px;
    }

    .xp-projects__heading h2 {
        margin-top: 20px;
        font-size: clamp(39px, 11vw, 52px);
        line-height: 0.98;
        letter-spacing: -2.5px;
    }

    .xp-projects__heading p {
        font-size: 14px;
        line-height: 1.65;
    }

    .xp-project {
        min-height: auto;
        border-radius: 23px;
    }

    .xp-project__visual {
        min-height: 300px;
        padding: 28px 17px;
    }

    .xp-project__browser {
        border-radius: 14px;
        transform: none;
    }

    .xp-project__browser-top {
        height: 36px;
        grid-template-columns: auto 1fr;
        gap: 7px;
        padding: 0 9px;
    }

    .xp-project__browser-live {
        display: none;
    }

    .xp-project__browser-dots {
        gap: 4px;
    }

    .xp-project__browser-dots i {
        width: 5px;
        height: 5px;
    }

    .xp-project__browser-url {
        padding: 6px 8px;
        font-size: 6px;
    }

    .xp-project__floating-label {
        right: 13px;
        bottom: 14px;
        min-width: 165px;
        padding: 10px;
    }

    .xp-project__floating-label > span {
        width: 30px;
        height: 30px;
        flex-basis: 30px;
    }

    .xp-project__floating-label div {
        font-size: 8px;
    }

    .xp-project__phone-stage {
        min-height: 440px;
    }

    .xp-project__phone {
        width: min(210px, 67%);
    }

    .xp-project__content {
        padding: 27px 20px 21px;
    }

    .xp-project__topline {
        margin-bottom: 20px;
    }

    .xp-project__content h3 {
        margin-bottom: 14px;
        font-size: 32px;
        letter-spacing: -1.3px;
    }

    .xp-project__content > p {
        font-size: 12px;
        line-height: 1.65;
    }

    .xp-project__features {
        gap: 7px;
        margin: 22px 0;
    }

    .xp-project__features span {
        min-height: 31px;
        padding: 7px 10px 7px 25px;
        font-size: 7px;
    }

    .xp-project__features span::before {
        left: 9px;
    }

    .xp-project__result {
        padding: 16px 0;
    }

    .xp-project__result strong {
        font-size: 9px;
    }

    .xp-project__featured {
        font-size: 5.7px;
        letter-spacing: 1px;
    }

    .xp-projects-cta {
        display: block;
        margin-top: 43px;
        padding: 25px 19px 19px;
        border-radius: 23px;
        text-align: center;
    }

    .xp-projects-cta__icon {
        width: 58px;
        height: 58px;
        margin: 0 auto 18px;
        border-radius: 18px;
    }

    .xp-projects-cta__icon svg {
        width: 26px;
    }

    .xp-projects-cta__content h3 {
        font-size: 26px;
        letter-spacing: -1px;
    }

    .xp-projects-cta__content p {
        font-size: 11px;
    }

    .xp-projects-cta__button {
        min-width: 0;
        width: 100%;
        margin-top: 22px;
        text-align: left;
    }

}

/* Móviles pequeños
====================================================== */

@media (max-width: 380px) {

    .xp-project__visual {
        min-height: 270px;
        padding-right: 12px;
        padding-left: 12px;
    }

    .xp-project__content {
        padding-right: 17px;
        padding-left: 17px;
    }

    .xp-project__content h3 {
        font-size: 29px;
    }

    .xp-projects-cta__button-text {
        font-size: 11px;
    }

    .xp-projects-cta__button-icon {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
    }

}

/* Reducción de movimiento
====================================================== */

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

    .xp-projects *,
    .xp-projects *::before,
    .xp-projects *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2be4d5c *//* ======================================================
   XPACIO — SECCIÓN 5 / CIERRE Y CTA FINAL
====================================================== */

.xp-final,
.xp-final * {
    box-sizing: border-box;
}

.xp-final {
    --xp-white: #f8f9ff;
    --xp-muted: #a4aac1;
    --xp-dark: #040612;
    --xp-card: rgba(10, 13, 34, 0.92);
    --xp-border: rgba(255, 255, 255, 0.09);
    --xp-pink: #ff3498;
    --xp-purple: #9651ff;
    --xp-cyan: #3bd6ff;
    --xp-green: #52e1ae;

    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 125px 24px 36px;
    color: var(--xp-white);
    background:
        radial-gradient(
            circle at 50% 30%,
            rgba(114, 43, 172, 0.1),
            transparent 38%
        ),
        linear-gradient(
            180deg,
            #050714 0%,
            #070817 47%,
            #040611 100%
        );
    font-family: "Inter", "Poppins", sans-serif;
}

/* Fondo
====================================================== */

.xp-final__background {
    position: absolute;
    inset: 0;
    z-index: -3;
    pointer-events: none;
}

.xp-final__stars {
    position: absolute;
    inset: 0;
    opacity: 0.45;
    background-image:
        radial-gradient(
            circle,
            rgba(255, 255, 255, 0.55) 1px,
            transparent 1.4px
        ),
        radial-gradient(
            circle,
            rgba(55, 213, 255, 0.58) 1px,
            transparent 1.5px
        ),
        radial-gradient(
            circle,
            rgba(255, 47, 146, 0.5) 1px,
            transparent 1.5px
        );
    background-size:
        67px 67px,
        119px 119px,
        157px 157px;
    background-position:
        0 0,
        31px 47px,
        80px 21px;
}

.xp-final__grid {
    position: absolute;
    inset: 0;
    opacity: 0.12;
    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.03) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.03) 1px,
            transparent 1px
        );
    background-size: 78px 78px;
    mask-image: linear-gradient(
        to bottom,
        transparent,
        #000 12%,
        #000 82%,
        transparent
    );
    -webkit-mask-image: linear-gradient(
        to bottom,
        transparent,
        #000 12%,
        #000 82%,
        transparent
    );
}

.xp-final__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.23;
}

.xp-final__glow--pink {
    top: 9%;
    right: -13%;
    width: 560px;
    height: 560px;
    background: rgba(255, 47, 146, 0.45);
}

.xp-final__glow--blue {
    bottom: 9%;
    left: -14%;
    width: 550px;
    height: 550px;
    background: rgba(42, 180, 255, 0.3);
}

.xp-final__orbit {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.035);
    border-radius: 50%;
}

.xp-final__orbit--one {
    top: -90px;
    left: 50%;
    width: 1250px;
    height: 480px;
    transform: translateX(-50%) rotate(-8deg);
}

.xp-final__orbit--two {
    right: -300px;
    bottom: 3%;
    width: 760px;
    height: 760px;
}

.xp-final__planet {
    position: absolute;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 18px currentColor;
}

.xp-final__planet--one {
    top: 14%;
    left: 7%;
    width: 6px;
    height: 6px;
    color: var(--xp-cyan);
}

.xp-final__planet--two {
    top: 37%;
    right: 5%;
    width: 8px;
    height: 8px;
    color: var(--xp-pink);
}

.xp-final__planet--three {
    right: 28%;
    bottom: 12%;
    width: 4px;
    height: 4px;
    color: #fff;
}

/* Contenedor
====================================================== */

.xp-final__container {
    position: relative;
    z-index: 2;
    width: min(1480px, 100%);
    margin: 0 auto;
}

/* Diferencial
====================================================== */

.xp-final__difference {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(580px, 1.1fr);
    align-items: center;
    gap: clamp(50px, 6vw, 95px);
}

.xp-final__badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 40px;
    padding: 10px 17px;
    border: 1px solid rgba(255, 47, 146, 0.28);
    border-radius: 999px;
    color: #ff75bb;
    background: rgba(255, 47, 146, 0.06);
    font-size: 9px;
    line-height: 1;
    font-weight: 850;
    letter-spacing: 2px;
}

.xp-final__badge span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--xp-pink);
    box-shadow:
        0 0 0 6px rgba(255, 47, 146, 0.07),
        0 0 16px var(--xp-pink);
    animation: xpFinalPulse 2s ease-in-out infinite;
}

.xp-final__difference-content h2 {
    max-width: 750px;
    margin: 27px 0 23px;
    color: #fff;
    font-size: clamp(46px, 4.8vw, 75px);
    line-height: 0.98;
    font-weight: 850;
    letter-spacing: -4px;
}

.xp-final__difference-content h2 > span {
    display: block;
    color: rgba(255, 255, 255, 0.38);
}

.xp-final__difference-content h2 strong {
    display: block;
    margin-top: 13px;
    color: transparent;
    background: linear-gradient(
        100deg,
        #ff3c9d 5%,
        #d640d4 41%,
        #9553ff 71%,
        #4ec4ff 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: inherit;
}

.xp-final__lead {
    max-width: 680px;
    margin: 0;
    color: var(--xp-muted);
    font-size: 17px;
    line-height: 1.72;
}

.xp-final__statement {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    align-items: center;
    gap: 15px;
    max-width: 690px;
    margin-top: 28px;
    padding: 19px;
    border: 1px solid rgba(255, 47, 146, 0.17);
    border-radius: 18px;
    background:
        linear-gradient(
            120deg,
            rgba(255, 47, 146, 0.075),
            rgba(150, 78, 255, 0.035)
        );
}

.xp-final__statement-icon {
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255, 69, 164, 0.25);
    border-radius: 15px;
    color: #ff6eb7;
    background: rgba(255, 47, 146, 0.08);
}

.xp-final__statement-icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.xp-final__statement p {
    margin: 0;
    color: rgba(255, 255, 255, 0.58);
    font-size: 12px;
    line-height: 1.55;
}

.xp-final__statement strong {
    color: #fff;
    font-weight: 700;
}

/* Panel flujo
====================================================== */

.xp-final__flow {
    position: relative;
    overflow: hidden;
    padding: 29px;
    border: 1px solid transparent;
    border-radius: 29px;
    background:
        linear-gradient(
            rgba(9, 12, 31, 0.94),
            rgba(9, 12, 31, 0.94)
        ) padding-box,
        linear-gradient(
            140deg,
            rgba(255, 255, 255, 0.17),
            rgba(255, 47, 146, 0.32),
            rgba(55, 213, 255, 0.08)
        ) border-box;
    box-shadow:
        0 38px 90px rgba(0, 0, 0, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.055);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
}

.xp-final__flow::before {
    content: "";
    position: absolute;
    top: -160px;
    right: -100px;
    width: 390px;
    height: 390px;
    border-radius: 50%;
    background: rgba(255, 47, 146, 0.16);
    filter: blur(90px);
}

.xp-final__flow-header {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}

.xp-final__flow-header span {
    display: block;
    margin-bottom: 7px;
    color: #ff68b3;
    font-size: 7px;
    font-weight: 850;
    letter-spacing: 1.6px;
}

.xp-final__flow-header h3 {
    margin: 0;
    color: #fff;
    font-size: 25px;
    line-height: 1.12;
    font-weight: 770;
    letter-spacing: -0.8px;
}

.xp-final__flow-status {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 11px;
    border: 1px solid rgba(79, 225, 173, 0.16);
    border-radius: 999px;
    color: var(--xp-green);
    background: rgba(79, 225, 173, 0.045);
    font-size: 6px;
    font-weight: 850;
    letter-spacing: 1.1px;
    white-space: nowrap;
}

.xp-final__flow-status i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 11px currentColor;
}

/* Pasos
====================================================== */

.xp-final__steps {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
}

.xp-final__step {
    position: relative;
    display: grid;
    grid-template-columns: 37px 48px minmax(0, 1fr) 30px;
    align-items: center;
    gap: 13px;
    min-height: 112px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.027);
}

.xp-final__step--featured {
    border-color: rgba(255, 47, 146, 0.28);
    background:
        linear-gradient(
            110deg,
            rgba(255, 47, 146, 0.1),
            rgba(148, 76, 255, 0.06)
        );
}

.xp-final__step--human {
    border-color: rgba(79, 225, 173, 0.16);
    background:
        linear-gradient(
            110deg,
            rgba(79, 225, 173, 0.055),
            rgba(55, 213, 255, 0.025)
        );
}

.xp-final__step-label {
    position: absolute;
    top: 0;
    right: 18px;
    padding: 5px 10px;
    border-radius: 0 0 8px 8px;
    color: #fff;
    background: linear-gradient(90deg, #ff2f92, #904fff);
    font-size: 5px;
    font-weight: 850;
    letter-spacing: 1px;
}

.xp-final__step-number {
    color: rgba(255, 255, 255, 0.14);
    font-size: 22px;
    line-height: 1;
    font-weight: 850;
    letter-spacing: -1px;
}

.xp-final__step-icon {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 14px;
    color: rgba(255, 255, 255, 0.62);
    background: rgba(255, 255, 255, 0.04);
}

.xp-final__step--featured .xp-final__step-icon {
    border-color: rgba(255, 47, 146, 0.25);
    color: #ff6db7;
    background: rgba(255, 47, 146, 0.08);
}

.xp-final__step--human .xp-final__step-icon {
    border-color: rgba(79, 225, 173, 0.22);
    color: var(--xp-green);
    background: rgba(79, 225, 173, 0.07);
}

.xp-final__step-icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.xp-final__step > div:nth-child(3) > span {
    display: block;
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.32);
    font-size: 6px;
    font-weight: 850;
    letter-spacing: 1.3px;
}

.xp-final__step--featured > div:nth-child(4) > span,
.xp-final__step--featured > div:nth-child(3) > span {
    color: #ff6db7;
}

.xp-final__step--human > div:nth-child(3) > span {
    color: var(--xp-green);
}

.xp-final__step h4 {
    margin: 0 0 4px;
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 720;
}

.xp-final__step p {
    margin: 0;
    color: rgba(255, 255, 255, 0.45);
    font-size: 9.5px;
    line-height: 1.45;
}

.xp-final__step-check {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(79, 225, 173, 0.18);
    border-radius: 9px;
    color: var(--xp-green);
    background: rgba(79, 225, 173, 0.055);
    font-size: 10px;
    font-weight: 850;
}

.xp-final__connector {
    position: relative;
    width: 2px;
    height: 22px;
    margin-left: 39px;
    background: linear-gradient(
        to bottom,
        rgba(255, 47, 146, 0.28),
        rgba(55, 213, 255, 0.18)
    );
}

.xp-final__connector span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--xp-pink);
    box-shadow: 0 0 10px var(--xp-pink);
    transform: translate(-50%, -50%);
}

/* Resultado
====================================================== */

.xp-final__flow-result {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 13px;
    margin-top: 22px;
    padding: 17px;
    border: 1px solid rgba(55, 213, 255, 0.16);
    border-radius: 16px;
    background:
        linear-gradient(
            110deg,
            rgba(55, 213, 255, 0.055),
            rgba(79, 225, 173, 0.025)
        );
}

.xp-final__flow-result-icon {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    color: var(--xp-cyan);
    background: rgba(55, 213, 255, 0.08);
    font-size: 17px;
}

.xp-final__flow-result small {
    display: block;
    margin-bottom: 5px;
    color: var(--xp-cyan);
    font-size: 6px;
    font-weight: 850;
    letter-spacing: 1.3px;
}

.xp-final__flow-result strong {
    color: rgba(255, 255, 255, 0.82);
    font-size: 10px;
    line-height: 1.45;
    font-weight: 650;
}

/* Beneficios
====================================================== */

.xp-final__benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 65px;
}

.xp-final__benefit {
    position: relative;
    overflow: hidden;
    padding: 27px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.026);
    transition:
        transform 0.35s ease,
        border-color 0.35s ease,
        background 0.35s ease;
}

.xp-final__benefit:hover {
    transform: translateY(-7px);
    border-color: rgba(255, 47, 146, 0.22);
    background: rgba(255, 255, 255, 0.043);
}

.xp-final__benefit > span {
    position: absolute;
    top: 23px;
    right: 23px;
    color: rgba(255, 255, 255, 0.1);
    font-size: 30px;
    font-weight: 850;
    letter-spacing: -1px;
}

.xp-final__benefit-icon {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    margin-bottom: 20px;
    border: 1px solid rgba(255, 69, 164, 0.2);
    border-radius: 16px;
    color: #ff6eb8;
    background: rgba(255, 47, 146, 0.065);
}

.xp-final__benefit:nth-child(2) .xp-final__benefit-icon {
    border-color: rgba(55, 213, 255, 0.2);
    color: var(--xp-cyan);
    background: rgba(55, 213, 255, 0.06);
}

.xp-final__benefit:nth-child(3) .xp-final__benefit-icon {
    border-color: rgba(79, 225, 173, 0.2);
    color: var(--xp-green);
    background: rgba(79, 225, 173, 0.06);
}

.xp-final__benefit-icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.xp-final__benefit h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 20px;
    line-height: 1.15;
    font-weight: 750;
    letter-spacing: -0.6px;
}

.xp-final__benefit p {
    margin: 0;
    color: rgba(255, 255, 255, 0.46);
    font-size: 11px;
    line-height: 1.6;
}

/* CTA final
====================================================== */

.xp-final-cta {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
    align-items: center;
    gap: 55px;
    margin-top: 70px;
    padding: clamp(38px, 5vw, 70px);
    border: 1px solid transparent;
    border-radius: 34px;
    background:
        linear-gradient(
            rgba(12, 12, 35, 0.94),
            rgba(10, 12, 31, 0.94)
        ) padding-box,
        linear-gradient(
            120deg,
            rgba(255, 47, 146, 0.55),
            rgba(150, 76, 255, 0.32),
            rgba(55, 213, 255, 0.2)
        ) border-box;
    box-shadow:
        0 45px 100px rgba(0, 0, 0, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.xp-final-cta__background {
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
}

.xp-final-cta__glow {
    position: absolute;
    top: -200px;
    left: 20%;
    width: 600px;
    height: 420px;
    border-radius: 50%;
    background: rgba(255, 47, 146, 0.18);
    filter: blur(110px);
}

.xp-final-cta__ring {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.055);
    border-radius: 50%;
}

.xp-final-cta__ring--one {
    top: -170px;
    right: -30px;
    width: 520px;
    height: 520px;
}

.xp-final-cta__ring--two {
    top: -90px;
    right: 50px;
    width: 350px;
    height: 350px;
}

.xp-final-cta__point {
    position: absolute;
    top: 55px;
    right: 180px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--xp-cyan);
    box-shadow: 0 0 18px var(--xp-cyan);
}

.xp-final-cta__content,
.xp-final-contact {
    position: relative;
    z-index: 2;
}

.xp-final-cta__eyebrow {
    display: block;
    margin-bottom: 12px;
    color: #ff6db7;
    font-size: 8px;
    font-weight: 850;
    letter-spacing: 1.8px;
}

.xp-final-cta__content h2 {
    max-width: 790px;
    margin: 0 0 20px;
    color: #fff;
    font-size: clamp(43px, 4.6vw, 69px);
    line-height: 0.98;
    font-weight: 850;
    letter-spacing: -3.7px;
}

.xp-final-cta__content h2 strong {
    display: block;
    color: transparent;
    background: linear-gradient(
        90deg,
        #ff49a2,
        #c74ce3,
        #8258ff,
        #54c4ff
    );
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: inherit;
}

.xp-final-cta__content > p {
    max-width: 700px;
    margin: 0;
    color: rgba(255, 255, 255, 0.53);
    font-size: 15px;
    line-height: 1.7;
}

.xp-final-cta__actions {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 30px;
}

.xp-final-cta__button {
    display: flex;
    align-items: center;
    gap: 13px;
    min-width: 320px;
    min-height: 67px;
    padding: 10px 13px;
    border-radius: 17px;
    color: #fff !important;
    background: linear-gradient(
        135deg,
        #ff2f92 0%,
        #ce36cc 52%,
        #8650ff 100%
    );
    box-shadow:
        0 18px 45px rgba(220, 42, 180, 0.27),
        inset 0 1px 0 rgba(255, 255, 255, 0.27);
    text-decoration: none !important;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.xp-final-cta__button-icon {
    display: grid;
    place-items: center;
    width: 43px;
    height: 43px;
    flex: 0 0 43px;
    border-radius: 13px;
    color: #fff;
    background: rgba(255, 255, 255, 0.14);
}

.xp-final-cta__button-icon svg {
    width: 23px;
    fill: currentColor;
}

.xp-final-cta__button-text {
    display: flex;
    flex-direction: column;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 750;
}

.xp-final-cta__button-text small {
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 6px;
    font-weight: 850;
    letter-spacing: 1.25px;
}

.xp-final-cta__button > i {
    display: grid;
    place-items: center;
    width: 35px;
    height: 35px;
    margin-left: auto;
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.13);
    font-size: 15px;
    font-style: normal;
    transition: transform 0.3s ease;
}

.xp-final-cta__button:hover {
    transform: translateY(-4px);
    box-shadow:
        0 23px 52px rgba(220, 42, 180, 0.39),
        inset 0 1px 0 rgba(255, 255, 255, 0.27);
}

.xp-final-cta__button:hover > i {
    transform: rotate(45deg);
}

.xp-final-cta__secondary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 67px;
    padding: 0 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 17px;
    color: #fff !important;
    background: rgba(255, 255, 255, 0.035);
    text-decoration: none !important;
    font-size: 11px;
    font-weight: 700;
    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        background 0.3s ease;
}

.xp-final-cta__secondary span {
    color: var(--xp-cyan);
    font-size: 15px;
}

.xp-final-cta__secondary:hover {
    transform: translateY(-4px);
    border-color: rgba(55, 213, 255, 0.28);
    background: rgba(255, 255, 255, 0.055);
}

/* Confianza
====================================================== */

.xp-final-cta__trust {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px 20px;
    margin-top: 22px;
}

.xp-final-cta__trust div {
    display: flex;
    align-items: center;
    gap: 7px;
    color: rgba(255, 255, 255, 0.45);
    font-size: 9px;
    font-weight: 650;
}

.xp-final-cta__trust span {
    display: grid;
    place-items: center;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    color: var(--xp-green);
    background: rgba(79, 225, 173, 0.07);
    font-size: 8px;
}

/* Panel contacto
====================================================== */

.xp-final-contact {
    overflow: hidden;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 24px;
    background: rgba(6, 9, 25, 0.83);
    box-shadow:
        0 30px 70px rgba(0, 0, 0, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.xp-final-contact__top {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.xp-final-contact__avatar {
    position: relative;
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255, 64, 165, 0.28);
    border-radius: 16px;
    color: #fff;
    background: linear-gradient(
        145deg,
        rgba(255, 47, 146, 0.24),
        rgba(138, 79, 255, 0.14)
    );
    font-size: 13px;
    font-weight: 850;
}

.xp-final-contact__avatar span {
    position: absolute;
    right: -2px;
    bottom: -2px;
    width: 12px;
    height: 12px;
    border: 3px solid #080b1d;
    border-radius: 50%;
    background: var(--xp-green);
}

.xp-final-contact__top small {
    display: block;
    margin-bottom: 5px;
    color: #ff6db7;
    font-size: 6px;
    font-weight: 850;
    letter-spacing: 1.3px;
}

.xp-final-contact__top strong {
    color: #fff;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
}

.xp-final-contact__online {
    padding: 7px 9px;
    border: 1px solid rgba(79, 225, 173, 0.15);
    border-radius: 999px;
    color: var(--xp-green);
    background: rgba(79, 225, 173, 0.045);
    font-size: 5px;
    font-weight: 850;
    letter-spacing: 1px;
}

.xp-final-contact__message {
    margin-top: 20px;
    padding: 17px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.027);
}

.xp-final-contact__message-header {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 11px;
    color: rgba(255, 255, 255, 0.3);
    font-size: 6px;
    font-weight: 850;
    letter-spacing: 1.2px;
}

.xp-final-contact__message-header span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--xp-pink);
    box-shadow: 0 0 10px var(--xp-pink);
}

.xp-final-contact__message p {
    margin: 0;
    color: rgba(255, 255, 255, 0.63);
    font-size: 11px;
    line-height: 1.6;
}

.xp-final-contact__details {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 15px;
}

.xp-final-contact__details > div {
    padding: 13px;
    border: 1px solid rgba(255, 255, 255, 0.065);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.022);
}

.xp-final-contact__details small {
    display: block;
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.27);
    font-size: 5px;
    font-weight: 850;
    letter-spacing: 1.1px;
}

.xp-final-contact__details strong {
    color: rgba(255, 255, 255, 0.8);
    font-size: 10px;
    font-weight: 650;
}

.xp-final-contact__button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 53px;
    margin-top: 15px;
    padding: 0 14px 0 17px;
    border-radius: 14px;
    color: #fff !important;
    background: linear-gradient(
        135deg,
        #ff2f92,
        #c938ce,
        #8650ff
    );
    box-shadow: 0 14px 32px rgba(220, 42, 180, 0.2);
    text-decoration: none !important;
    font-size: 11px;
    font-weight: 700;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.xp-final-contact__button span {
    display: grid;
    place-items: center;
    width: 31px;
    height: 31px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.13);
    font-size: 13px;
}

.xp-final-contact__button:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(220, 42, 180, 0.31);
}

.xp-final-contact__note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 13px;
    color: rgba(255, 255, 255, 0.31);
    font-size: 7px;
}

.xp-final-contact__note span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--xp-green);
    box-shadow: 0 0 9px var(--xp-green);
}

/* Footer
====================================================== */

.xp-final__footer {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 25px;
    margin-top: 70px;
    padding: 28px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.xp-final__brand {
    display: flex;
    align-items: center;
    gap: 11px;
    color: #fff !important;
    text-decoration: none !important;
}

.xp-final__brand > span {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 47, 146, 0.22);
    border-radius: 13px;
    color: #fff;
    background: linear-gradient(
        145deg,
        rgba(255, 47, 146, 0.17),
        rgba(145, 79, 255, 0.1)
    );
    font-size: 11px;
    font-weight: 850;
}

.xp-final__brand strong {
    display: block;
    margin-bottom: 4px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.9px;
}

.xp-final__brand small {
    display: block;
    color: rgba(255, 255, 255, 0.28);
    font-size: 5px;
    font-weight: 750;
    letter-spacing: 1.2px;
}

.xp-final__footer p {
    margin: 0;
    color: rgba(255, 255, 255, 0.28);
    font-size: 8px;
}

.xp-final__back {
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 9px;
    color: rgba(255, 255, 255, 0.43) !important;
    text-decoration: none !important;
    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.xp-final__back span {
    display: grid;
    place-items: center;
    width: 29px;
    height: 29px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 9px;
    color: var(--xp-pink);
    background: rgba(255, 255, 255, 0.025);
}

/* Animaciones
====================================================== */

@keyframes xpFinalPulse {
    0%,
    100% {
        opacity: 0.55;
        transform: scale(0.9);
    }

    50% {
        opacity: 1;
        transform: scale(1.08);
    }
}

/* Tablet
====================================================== */

@media (max-width: 1120px) {

    .xp-final {
        padding: 105px 21px 34px;
    }

    .xp-final__difference {
        grid-template-columns: 1fr;
        gap: 58px;
    }

    .xp-final__difference-content {
        max-width: 850px;
        margin: 0 auto;
        text-align: center;
    }

    .xp-final__lead,
    .xp-final__statement {
        margin-right: auto;
        margin-left: auto;
    }

    .xp-final__flow {
        width: min(780px, 100%);
        margin: 0 auto;
    }

    .xp-final-cta {
        grid-template-columns: 1fr;
    }

    .xp-final-contact {
        width: min(560px, 100%);
    }

}

/* Tablet vertical
====================================================== */

@media (max-width: 820px) {

    .xp-final__benefits {
        grid-template-columns: 1fr;
        max-width: 680px;
        margin-right: auto;
        margin-left: auto;
    }

    .xp-final__benefit {
        min-height: 190px;
    }

    .xp-final-cta {
        max-width: 680px;
        margin-right: auto;
        margin-left: auto;
    }

    .xp-final__footer {
        grid-template-columns: 1fr auto;
    }

    .xp-final__footer p {
        grid-column: 1 / -1;
        grid-row: 2;
        text-align: center;
    }

}

/* Móvil
====================================================== */

@media (max-width: 600px) {

    .xp-final {
        padding: 85px 14px 27px;
    }

    .xp-final__difference {
        gap: 45px;
    }

    .xp-final__badge {
        min-height: 37px;
        padding: 9px 13px;
        font-size: 7px;
        letter-spacing: 1.15px;
    }

    .xp-final__difference-content h2 {
        margin-top: 21px;
        font-size: clamp(39px, 11vw, 52px);
        line-height: 0.98;
        letter-spacing: -2.5px;
    }

    .xp-final__lead {
        font-size: 14px;
        line-height: 1.67;
    }

    .xp-final__statement {
        grid-template-columns: 44px minmax(0, 1fr);
        padding: 15px;
        text-align: left;
    }

    .xp-final__statement-icon {
        width: 42px;
        height: 42px;
        border-radius: 13px;
    }

    .xp-final__statement p {
        font-size: 10px;
    }

    .xp-final__flow {
        padding: 18px 12px 14px;
        border-radius: 22px;
    }

    .xp-final__flow-header {
        display: block;
    }

    .xp-final__flow-header h3 {
        font-size: 22px;
    }

    .xp-final__flow-status {
        width: max-content;
        margin-top: 13px;
    }

    .xp-final__step {
        grid-template-columns: 28px 39px minmax(0, 1fr);
        gap: 9px;
        min-height: 115px;
        padding: 13px 10px;
        border-radius: 15px;
    }

    .xp-final__step-number {
        font-size: 17px;
    }

    .xp-final__step-icon {
        width: 37px;
        height: 37px;
        border-radius: 11px;
    }

    .xp-final__step-icon svg {
        width: 18px;
    }

    .xp-final__step h4 {
        font-size: 13px;
    }

    .xp-final__step p {
        font-size: 8.4px;
    }

    .xp-final__step-check {
        display: none;
    }

    .xp-final__step-label {
        right: 11px;
        font-size: 4.3px;
    }

    .xp-final__connector {
        margin-left: 26px;
    }

    .xp-final__flow-result {
        grid-template-columns: 37px minmax(0, 1fr);
        padding: 14px;
    }

    .xp-final__flow-result-icon {
        width: 36px;
        height: 36px;
    }

    .xp-final__flow-result strong {
        font-size: 8.7px;
    }

    .xp-final__benefits {
        gap: 12px;
        margin-top: 43px;
    }

    .xp-final__benefit {
        min-height: auto;
        padding: 23px 20px;
    }

    .xp-final__benefit h3 {
        font-size: 19px;
    }

    .xp-final-cta {
        margin-top: 45px;
        padding: 28px 19px 20px;
        border-radius: 25px;
        text-align: center;
    }

    .xp-final-cta__content h2 {
        font-size: clamp(38px, 10.8vw, 50px);
        letter-spacing: -2.3px;
    }

    .xp-final-cta__content > p {
        font-size: 13px;
    }

    .xp-final-cta__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .xp-final-cta__button,
    .xp-final-cta__secondary {
        width: 100%;
        min-width: 0;
        text-align: left;
    }

    .xp-final-cta__secondary {
        min-height: 54px;
    }

    .xp-final-cta__trust {
        justify-content: center;
        gap: 10px 13px;
    }

    .xp-final-cta__trust div {
        font-size: 7.5px;
    }

    .xp-final-contact {
        padding: 18px;
        text-align: left;
    }

    .xp-final-contact__top {
        grid-template-columns: 45px minmax(0, 1fr);
    }

    .xp-final-contact__avatar {
        width: 43px;
        height: 43px;
        border-radius: 14px;
    }

    .xp-final-contact__online {
        display: none;
    }

    .xp-final-contact__details {
        grid-template-columns: 1fr;
    }

    .xp-final__footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 18px;
        margin-top: 45px;
        text-align: center;
    }

    .xp-final__back {
        justify-self: auto;
    }

}

/* Móvil pequeño
====================================================== */

@media (max-width: 380px) {

    .xp-final-cta__button-text {
        font-size: 11px;
    }

    .xp-final-cta__button-icon {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
    }

    .xp-final-contact__message p {
        font-size: 10px;
    }

}

/* Reducir movimiento
====================================================== */

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

    .xp-final *,
    .xp-final *::before,
    .xp-final *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

}/* End custom CSS */