
/* =====================================================
   NEOTHEK WORDPRESS VPS
   Archivo: styles-neothek-wordpress-vps.css
   ===================================================== */
.text-reg{
    font-family: nova-regular;
}
.wpvps-page {
    --wpvps-bg: #0d1423;
    --wpvps-bg-soft: #111c30;
    --wpvps-cyan: #38bdf8;
    --wpvps-blue: #0284c7;
    --wpvps-blue-dark: #075985;
    --wpvps-light: #e0f2fe;
    --wpvps-white: #ffffff;
    --wpvps-text: #e2e8f0;
    --wpvps-muted: #94a3b8;
    --wpvps-border: rgba(148, 163, 184, 0.18);

    width: 100%;
    overflow: hidden;
    color: #181822;
    font-family: inherit;
}

.wpvps-page *,
.wpvps-page *::before,
.wpvps-page *::after {
    box-sizing: border-box;
}

.wpvps-page h1,
.wpvps-page h2,
.wpvps-page h3,
.wpvps-page p {
    margin-top: 0;
}

.wpvps-page a {
    text-decoration: none;
}

.wpvps-page .container {
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 24px;
}


/* =====================================================
   BUTTONS
   ===================================================== */

.wpvps-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-top: 26px;
}

.wpvps-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 14px 23px;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    transition:
        background-color .2s ease,
        border-color .2s ease,
        transform .2s ease;
}

.wpvps-btn i {
    font-size: 16px;
}

.wpvps-btn-primary {
    color: #082f49;
    background: var(--wpvps-cyan);
    border-color: var(--wpvps-cyan);
}

.wpvps-btn-secondary {
    color: var(--wpvps-white);
    background: rgba(255, 255, 255, .035);
    border-color: rgba(226, 232, 240, .28);
}

.wpvps-section-light .wpvps-btn-secondary,
.wpvps-plan-card:not(.wpvps-plan-highlight) .wpvps-btn-secondary {
    color: #075985;
    border-color: #bae6fd;
    background: #ffffff;
}

.wpvps-btn:focus-visible {
    outline: 3px solid #7dd3fc;
    outline-offset: 4px;
}

@media (hover: hover) and (pointer: fine) {
    .wpvps-btn:hover {
        transform: translateY(-2px);
    }

    .wpvps-btn-primary:hover {
        background: #7dd3fc;
        border-color: #7dd3fc;
    }

    .wpvps-btn-secondary:hover {
        border-color: var(--wpvps-cyan);
        background: rgba(56, 189, 248, .08);
    }

    .wpvps-section-light .wpvps-btn-secondary:hover {
        background: #f0f9ff;
    }
}


/* =====================================================
   HERO — CONFIGURACIÓN GENERAL
   ===================================================== */

.wpvps-hero {
    --wpvps-bg: #08111f;
    --wpvps-panel: #101d31;
    --wpvps-panel-dark: #0b1628;
    --wpvps-border: rgba(148, 163, 184, .14);
    --wpvps-blue: #0284c7;
    --wpvps-cyan: #38bdf8;
    --wpvps-cyan-light: #67e8f9;
    --wpvps-green: #4ade80;
    --wpvps-white: #f8fafc;
    --wpvps-text: #cbd5e1;
    --wpvps-muted: #94a3b8;

    position: relative;
    isolation: isolate;
    width: 100%;
    overflow: hidden;
    color: var(--wpvps-white);
    background:
        linear-gradient(
            145deg,
            #08111f 0%,
            #0a1526 50%,
            #08111f 100%
        );
}

.wpvps-hero,
.wpvps-hero *,
.wpvps-hero *::before,
.wpvps-hero *::after {
    box-sizing: border-box;
}

.wpvps-hero-container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr);
    align-items: center;
    gap: clamp(45px, 6vw, 80px);
    width: min(100% - 40px, 1200px);
    min-height: 680px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 135px;
    padding-bottom: 90px;
}

/* =====================================================
   FONDO
   ===================================================== */

.wpvps-hero-grid {
    position: absolute;
    z-index: -3;
    inset: 0;
    pointer-events: none;
    opacity: .7;
    background-image:
        linear-gradient(
            rgba(56, 189, 248, .035) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(56, 189, 248, .035) 1px,
            transparent 1px
        );
    background-size: 34px 34px;
    mask-image:
        radial-gradient(
            ellipse 80% 85% at 55% 48%,
            #000 15%,
            transparent 82%
        );
}

.wpvps-hero-glow {
    position: absolute;
    z-index: -2;
    pointer-events: none;
    border-radius: 50%;
    filter: blur(110px);
}

.wpvps-hero-glow-left {
    top: -270px;
    left: -260px;
    width: 600px;
    height: 600px;
    background: rgba(2, 132, 199, .21);
}

.wpvps-hero-glow-right {
    right: -260px;
    bottom: -320px;
    width: 650px;
    height: 650px;
    background: rgba(56, 189, 248, .12);
}

/* =====================================================
   CONTENIDO
   ===================================================== */

.wpvps-hero-content {
    position: relative;
    z-index: 3;
    min-width: 0;
    max-width: 650px;
}

.wpvps-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 21px;
    color: var(--wpvps-cyan-light);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .055em;
    text-transform: uppercase;
}

.wpvps-eyebrow-dot {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 50%;
    background: var(--wpvps-cyan);
    box-shadow:
        0 0 0 5px rgba(56, 189, 248, .08),
        0 0 15px rgba(56, 189, 248, .7);
    animation: wpvps-eyebrow-pulse 2.4s ease-in-out infinite;
}

.wpvps-hero-title {
    margin: 0 0 24px;
    color: var(--wpvps-white);
    font-size: clamp(40px, 4.7vw, 66px);
    font-weight: 750;
    line-height: 1.06;
    letter-spacing: -.045em;
}

.wpvps-hero-title span {
    display: block;
    color: var(--wpvps-cyan);
    background:
        linear-gradient(
            90deg,
            #38bdf8,
            #67e8f9
        );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.wpvps-hero-description {
    max-width: 600px;
    margin: 0 0 16px;
    color: var(--wpvps-text);
    font-size: 18px;
    line-height: 1.75;
}

.wpvps-hero-supporting {
    margin: 0;
    color: #e2e8f0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6;
}

/* =====================================================
   BOTONES
   ===================================================== */

.wpvps-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 13px;
    margin-top: 26px;
}

.wpvps-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
    padding: 13px 21px;
    border: 1px solid transparent;
    border-radius: 11px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition:
        color .25s ease,
        background .25s ease,
        border-color .25s ease,
        box-shadow .25s ease,
        transform .25s ease;
}

.wpvps-btn:hover,
.wpvps-btn:focus {
    text-decoration: none;
    transform: translateY(-2px);
}

.wpvps-btn:focus-visible {
    outline: 3px solid rgba(103, 232, 249, .3);
    outline-offset: 3px;
}

.wpvps-btn-primary {
    color: #03131f;
    background:
        linear-gradient(
            135deg,
            #38bdf8,
            #67e8f9
        );
    box-shadow:
        0 13px 30px rgba(2, 132, 199, .23),
        inset 0 1px 0 rgba(255, 255, 255, .35);
}

.wpvps-btn-primary:hover,
.wpvps-btn-primary:focus {
    color: #03131f;
    box-shadow:
        0 17px 38px rgba(2, 132, 199, .32),
        inset 0 1px 0 rgba(255, 255, 255, .4);
}

.wpvps-btn-secondary {
    border-color: rgba(148, 163, 184, .24);
    color: #e2e8f0;
    background: rgba(15, 29, 49, .62);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
    backdrop-filter: blur(8px);
}

.wpvps-btn-secondary:hover,
.wpvps-btn-secondary:focus {
    border-color: rgba(103, 232, 249, .42);
    color: #fff;
    background: rgba(22, 42, 67, .86);
}

/* =====================================================
   BENEFICIOS
   ===================================================== */

.wpvps-hero-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 21px;
    margin-top: 27px;
}

.wpvps-hero-benefits > span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #b8c5d6;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
}

.wpvps-hero-benefits i {
    color: var(--wpvps-green);
    font-size: 13px;
}

/* =====================================================
   CONTENEDOR VISUAL
   ===================================================== */

.wpvps-hero-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    min-height: 515px;
    padding: 64px 26px;
}

.wpvps-visual-aura {
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(440px, 90%);
    aspect-ratio: 1;
    pointer-events: none;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(56, 189, 248, .18) 0%,
            rgba(2, 132, 199, .08) 40%,
            transparent 72%
        );
    filter: blur(8px);
    transform: translate(-50%, -50%);
    animation: wpvps-aura-animation 5.5s ease-in-out infinite;
}

/* =====================================================
   ÓRBITAS
   ===================================================== */

.wpvps-visual-orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    pointer-events: none;
    border: 1px solid rgba(125, 211, 252, .12);
    border-radius: 50%;
}

.wpvps-visual-orbit > span {
    position: absolute;
    top: -4px;
    left: 50%;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--wpvps-cyan-light);
    box-shadow:
        0 0 11px rgba(103, 232, 249, .85),
        0 0 25px rgba(56, 189, 248, .4);
}

.wpvps-orbit-large {
    width: min(475px, 96%);
    aspect-ratio: 1;
    transform: translate(-50%, -50%);
    animation: wpvps-orbit-large 28s linear infinite;
}

.wpvps-orbit-small {
    width: min(370px, 76%);
    aspect-ratio: 1;
    border-style: dashed;
    transform: translate(-50%, -50%);
    animation: wpvps-orbit-small 21s linear infinite;
}

/* =====================================================
   PANEL CENTRAL
   ===================================================== */

.wpvps-visual-panel {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 420px;
    overflow: hidden;
    border: 1px solid rgba(125, 211, 252, .22);
    border-radius: 22px;
    background:
        linear-gradient(
            145deg,
            rgba(19, 34, 56, .985),
            rgba(9, 20, 36, .99)
        );
    box-shadow:
        0 32px 85px rgba(0, 0, 0, .42),
        0 0 55px rgba(2, 132, 199, .08),
        inset 0 1px 0 rgba(255, 255, 255, .05);
    transform: translateZ(0) rotateY(-2deg);
    transition:
        border-color .35s ease,
        box-shadow .35s ease,
        transform .4s ease;
}

.wpvps-visual-panel:hover {
    border-color: rgba(103, 232, 249, .4);
    box-shadow:
        0 38px 100px rgba(0, 0, 0, .48),
        0 0 65px rgba(56, 189, 248, .12),
        inset 0 1px 0 rgba(255, 255, 255, .06);
    transform: translateY(-4px) rotateY(0);
}

/* =====================================================
   CABECERA DEL PANEL
   ===================================================== */

.wpvps-panel-header {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-bottom: 1px solid var(--wpvps-border);
    background: rgba(12, 25, 43, .8);
}

.wpvps-window-dots {
    display: flex;
    gap: 5px;
}

.wpvps-window-dots span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.wpvps-window-dots span:first-child {
    background: #f87171;
}

.wpvps-window-dots span:nth-child(2) {
    background: #fbbf24;
}

.wpvps-window-dots span:nth-child(3) {
    background: #4ade80;
}

.wpvps-panel-address {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-width: 0;
    color: #64748b;
    font-size: 9px;
}

.wpvps-panel-address i {
    color: #86efac;
    font-size: 9px;
}

.wpvps-panel-address span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wpvps-panel-online {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #86efac;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.wpvps-panel-online > span {
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    border-radius: 50%;
    background: var(--wpvps-green);
    animation: wpvps-online-animation 2.2s ease-out infinite;
}

/* =====================================================
   CUERPO DEL PANEL
   ===================================================== */

.wpvps-panel-body {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    padding: 32px 22px 25px;
    background:
        radial-gradient(
            circle at 50% 30%,
            rgba(14, 165, 233, .11),
            transparent 43%
        );
}

.wpvps-panel-body::before {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(
            rgba(125, 211, 252, .032) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(125, 211, 252, .032) 1px,
            transparent 1px
        );
    background-size: 24px 24px;
    content: "";
    mask-image:
        linear-gradient(
            to bottom,
            transparent,
            #000 17%,
            #000 82%,
            transparent
        );
}

.wpvps-panel-scan {
    position: absolute;
    z-index: 1;
    top: 0;
    left: -45%;
    width: 40%;
    height: 1px;
    background:
        linear-gradient(
            90deg,
            transparent,
            var(--wpvps-cyan-light),
            transparent
        );
    box-shadow: 0 0 14px rgba(103, 232, 249, .7);
    animation: wpvps-scan-animation 4s linear infinite;
}

/* =====================================================
   NÚCLEO WORDPRESS
   ===================================================== */

.wpvps-wordpress-core {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 126px;
    height: 126px;
    margin-bottom: 14px;
}

.wpvps-core-pulse,
.wpvps-core-orbit {
    position: absolute;
    border-radius: 50%;
}

.wpvps-core-pulse {
    inset: 0;
    border: 1px solid rgba(103, 232, 249, .18);
    animation: wpvps-core-pulse 3.2s ease-out infinite;
}

.wpvps-core-orbit {
    inset: 11px;
    border: 1px dashed rgba(103, 232, 249, .36);
    border-top-color: var(--wpvps-cyan-light);
    animation: wpvps-core-rotation 14s linear infinite;
}

.wpvps-wordpress-logo {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 82px;
    height: 82px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 24px;
    color: #fff;
    background:
        linear-gradient(
            145deg,
            #0284c7,
            #075985
        );
    box-shadow:
        0 17px 42px rgba(2, 132, 199, .3),
        0 0 35px rgba(56, 189, 248, .15),
        inset 0 1px 0 rgba(255, 255, 255, .22);
    font-size: 44px;
    animation: wpvps-logo-animation 5s ease-in-out infinite;
}

/* =====================================================
   TÍTULO Y ESTADOS DEL VISUAL
   ===================================================== */

.wpvps-panel-title {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 4px;
    text-align: center;
}

.wpvps-panel-title strong {
    color: var(--wpvps-white);
    font-size: 21px;
    line-height: 1.2;
}

.wpvps-panel-title span {
    color: var(--wpvps-muted);
    font-size: 10px;
}

.wpvps-panel-status {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 7px;
    margin-top: 17px;
}

.wpvps-panel-status > span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 9px;
    border: 1px solid rgba(74, 222, 128, .13);
    border-radius: 30px;
    color: #bbf7d0;
    background: rgba(74, 222, 128, .055);
    font-size: 9px;
}

.wpvps-panel-status i {
    color: var(--wpvps-green);
}

/* =====================================================
   ACTIVIDAD
   ===================================================== */

.wpvps-activity {
    position: relative;
    z-index: 2;
    width: 100%;
    margin-top: 23px;
    padding-top: 16px;
    border-top: 1px solid rgba(148, 163, 184, .1);
}

.wpvps-activity-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 10px;
    color: #7f8da1;
    font-size: 9px;
}

.wpvps-activity-live {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #86efac;
}

.wpvps-activity-live i {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--wpvps-green);
}

.wpvps-activity-track {
    height: 4px;
    overflow: hidden;
    border-radius: 20px;
    background: rgba(51, 65, 85, .72);
}

.wpvps-activity-track span {
    display: block;
    width: 42%;
    height: 100%;
    border-radius: inherit;
    background:
        linear-gradient(
            90deg,
            transparent,
            var(--wpvps-cyan),
            var(--wpvps-cyan-light),
            transparent
        );
    animation: wpvps-activity-animation 3.1s ease-in-out infinite;
}

/* =====================================================
   TECNOLOGÍAS
   ===================================================== */
.wp-managed .wp-tech-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: fit-content;
    margin: 0 auto 14px;
    padding: 5px 9px;
    border: 1px solid rgba(0, 165, 225, .25);
    border-radius: 999px;
    color: #0784bd;
    background: rgba(0, 177, 235, .04);
    font-family: inherit;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .55px;
    text-transform: uppercase;
    white-space: nowrap;
}

.wp-managed .wp-tech-kicker .fa {
    font-size: 9px;
    line-height: 1;
}

.wpvps-panel-technologies {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid var(--wpvps-border);
    background: rgba(8, 18, 32, .74);
}

.wpvps-technology {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 0;
    padding: 14px 8px;
    border-right: 1px solid var(--wpvps-border);
}

.wpvps-technology:last-child {
    border-right: 0;
}

.wpvps-technology > i {
    flex: 0 0 auto;
    color: var(--wpvps-cyan);
    font-size: 13px;
}

.wpvps-technology > span {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.wpvps-technology strong,
.wpvps-technology small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wpvps-technology strong {
    color: #e2e8f0;
    font-size: 9px;
}

.wpvps-technology small {
    color: #64748b;
    font-size: 8px;
}

/* =====================================================
   TARJETAS FLOTANTES
   ===================================================== */

.wpvps-floating-card {
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 178px;
    max-width: calc(100% - 12px);
    padding: 12px 14px;
    border: 1px solid rgba(125, 211, 252, .22);
    border-radius: 13px;
    background: rgba(18, 33, 55, .96);
    box-shadow:
        0 17px 42px rgba(0, 0, 0, .32),
        inset 0 1px 0 rgba(255, 255, 255, .04);
    backdrop-filter: blur(14px);
}

.wpvps-floating-security {
    top: 28px;
    right: 0;
    animation: wpvps-floating-animation 5.2s ease-in-out infinite;
}

.wpvps-floating-backup {
    bottom: 27px;
    left: 0;
    animation: wpvps-floating-animation 5.7s ease-in-out -1.6s infinite;
}

.wpvps-floating-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    flex: 0 0 35px;
    border-radius: 10px;
    color: var(--wpvps-cyan-light);
    background: rgba(56, 189, 248, .1);
}

.wpvps-floating-icon-success {
    color: #86efac;
    background: rgba(74, 222, 128, .09);
}

.wpvps-floating-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.wpvps-floating-text strong,
.wpvps-floating-text small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wpvps-floating-text strong {
    color: var(--wpvps-white);
    font-size: 10px;
}

.wpvps-floating-text small {
    color: var(--wpvps-muted);
    font-size: 9px;
}

/* =====================================================
   ANIMACIONES
   ===================================================== */

@keyframes wpvps-eyebrow-pulse {
    0%,
    100% {
        opacity: .72;
        transform: scale(.9);
    }

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

@keyframes wpvps-aura-animation {
    0%,
    100% {
        opacity: .65;
        transform: translate(-50%, -50%) scale(.94);
    }

    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.05);
    }
}

@keyframes wpvps-orbit-large {
    from {
        transform: translate(-50%, -50%) rotate(0);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes wpvps-orbit-small {
    from {
        transform: translate(-50%, -50%) rotate(360deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(0);
    }
}

@keyframes wpvps-core-rotation {
    to {
        transform: rotate(360deg);
    }
}

@keyframes wpvps-core-pulse {
    0% {
        opacity: .72;
        transform: scale(.76);
    }

    78%,
    100% {
        opacity: 0;
        transform: scale(1.16);
    }
}

@keyframes wpvps-logo-animation {
    0%,
    100% {
        transform: translateY(0);
    }

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

@keyframes wpvps-online-animation {
    0% {
        box-shadow: 0 0 0 0 rgba(74, 222, 128, .42);
    }

    75%,
    100% {
        box-shadow: 0 0 0 7px rgba(74, 222, 128, 0);
    }
}

@keyframes wpvps-scan-animation {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(365%);
    }
}

@keyframes wpvps-activity-animation {
    0% {
        transform: translateX(-115%);
    }

    55%,
    100% {
        transform: translateX(255%);
    }
}

@keyframes wpvps-floating-animation {
    0%,
    100% {
        transform: translateY(0);
    }

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

/* =====================================================
   TABLET
   ===================================================== */

@media (max-width: 991px) {
    .wpvps-hero-container {
        grid-template-columns: minmax(0, 1fr);
        gap: 42px;
        min-height: auto;
        padding-top: 120px;
        padding-bottom: 80px;
    }

    .wpvps-hero-content {
        max-width: 720px;
    }

    .wpvps-hero-visual {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }
}

/* =====================================================
   MÓVIL
   ===================================================== */

@media (max-width: 575px) {
    .wpvps-hero-container {
        width: min(100% - 28px, 1200px);
        gap: 38px;
        padding-top: 95px;
        padding-bottom: 65px;
    }

    .wpvps-eyebrow {
        margin-bottom: 17px;
        font-size: 11px;
    }

    .wpvps-hero-title {
        margin-bottom: 19px;
        font-size: clamp(37px, 12vw, 49px);
    }

    .wpvps-hero-description {
        font-size: 16px;
        line-height: 1.7;
    }

    .wpvps-hero-supporting {
        font-size: 14px;
    }

    .wpvps-actions {
        align-items: stretch;
        flex-direction: column;
        margin-top: 26px;
    }

    .wpvps-btn {
        width: 100%;
    }

    .wpvps-hero-benefits {
        display: grid;
        grid-template-columns: 1fr;
        gap: 9px;
        margin-top: 23px;
    }

    .wpvps-hero-visual {
        min-height: 470px;
        padding: 58px 0 62px;
    }

    .wpvps-visual-panel {
        max-width: 100%;
        transform: none;
    }

    .wpvps-visual-panel:hover {
        transform: translateY(-3px);
    }

    .wpvps-visual-orbit {
        display: none;
    }

    .wpvps-panel-address {
        display: none;
    }

    .wpvps-panel-header {
        grid-template-columns: auto 1fr;
    }

    .wpvps-panel-online {
        justify-self: end;
    }

    .wpvps-floating-card {
        min-width: 160px;
        padding: 10px 12px;
    }

    .wpvps-floating-security {
        top: 4px;
        right: 5px;
    }

    .wpvps-floating-backup {
        bottom: 5px;
        left: 5px;
    }

    .wpvps-floating-icon {
        width: 31px;
        height: 31px;
        flex-basis: 31px;
    }

    .wpvps-panel-body {
        padding-right: 15px;
        padding-left: 15px;
    }

    .wpvps-technology {
        gap: 5px;
        padding: 12px 5px;
    }

    .wpvps-technology > i {
        font-size: 11px;
    }
}

/* =====================================================
   ACCESIBILIDAD
   ===================================================== */

@media (prefers-reduced-motion: reduce) {
    .wpvps-hero *,
    .wpvps-hero *::before,
    .wpvps-hero *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
    }
}


/* =====================================================
   SECTIONS
   ===================================================== */

.wpvps-section {
    padding: 95px 0;
}

.wpvps-section-light {
    color: #1e293b;
    background: #ffffff;
}
.wp-newdark{
    background: var(--wpvps-bg);
    color: var(--wpvps-white);
}
.wp-newdark > p{
color: #94a3b8;
}

.wp-pre-faq{
    background: #F0F9FF;
}

.wpvps-section-dark {
    color: var(--wpvps-white);
    background: var(--wpvps-bg);
}

.wpvps-section-blue {
    color: var(--wpvps-white);
    background: linear-gradient(
        125deg,
        #075985 0%,
        #0c4a6e 48%,
        #0d1423 100%
    );
}

.wpvps-eyebrow-light {
    color: #0284c7;
}

.wpvps-section-heading {
    max-width: 760px;
    margin: 0 auto 50px;
    text-align: center;
}

.wpvps-section-title {
    margin-bottom: 20px;
    color: inherit;
    font-size: clamp(30px, 3.5vw, 34px);
    font-weight: 750;
    line-height: 1.2;
    letter-spacing: -.025em;
    font-family: 'nova-black';
}

.wpvps-section-description {
    max-width: 700px;
    margin: 0 auto;
    color: #909fb4;
    font-size: 16px;
    line-height: 1.8;
}

.wpvps-section-dark .wpvps-section-description,
.wpvps-section-blue .wpvps-section-description {
    color: #cbd5e1;
}


/* =====================================================
   COMPARISON
   ===================================================== */

.wpvps-comparison {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.wpvps-comparison-card {
    position: relative;
    padding: 36px;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    background: #ffffff;
}

.wpvps-comparison-featured {
    border-color: #7dd3fc;
    background: linear-gradient(
        145deg,
        #f0f9ff,
        #ffffff 80%
    );
}

.wpvps-card-label {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 6px 10px;
    border-radius: 30px;
    color: #075985;
    background: #e0f2fe;
    font-size: 11px;
    font-weight: 700;
}

.wpvps-comparison-icon,
.wpvps-tech-icon,
.wpvps-scope-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin-bottom: 24px;
    border-radius: 14px;
    color: #0284c7;
    background: #e0f2fe;
    font-size: 22px;
}

.wpvps-comparison-card h3,
.wpvps-tech-card h3,
.wpvps-scope-card h3 {
    margin-bottom: 14px;
    color: #0f172a;
    font-size: 18px;
    line-height: 1.35;
    font-family: nova-semibold;
}

.wpvps-comparison-card > p,
.wpvps-tech-card > p,
.wpvps-scope-card > p {
    color: #64748b;
    font-size: 15px;
    line-height: 1.75;
}

.wpvps-check-list {
    display: grid;
    gap: 15px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.wpvps-check-list li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    color: #475569;
    font-size: 14px;
    line-height: 1.65;
}

.wpvps-check-list li i {
    margin-top: 4px;
    flex: 0 0 auto;
    color: #0284c7;
}

.wpvps-comparison-note {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    max-width: 900px;
    margin: 28px auto 0;
    padding: 18px 22px;
    border: 1px solid #e0f2fe;
    border-radius: 12px;
    background: #f0f9ff;
}

.wpvps-comparison-note > i {
    margin-top: 4px;
    color: #0284c7;
}

.wpvps-comparison-note p {
    margin-bottom: 0;
    color: #475569;
    font-size: 13px;
    line-height: 1.75;
}


/* =====================================================
   TECHNICAL INFRASTRUCTURE
   ===================================================== */

.wpvps-tech-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.wpvps-tech-card {
    padding: 30px;
    border: 1px solid var(--wpvps-border);
    border-radius: 16px;
    background: rgba(255, 255, 255, .025);
    transition:
        border-color .2s ease,
        background-color .2s ease;
}

.wpvps-tech-card h3 {
    color: #f8fafc;
}

.wpvps-tech-card > p {
    color: #94a3b8;
}

.wpvps-tech-tag {
    display: inline-block;
    margin-top: 8px;
    padding: 8px 11px;
    border-radius: 7px;
    color: #bae6fd;
    background: rgba(56, 189, 248, .08);
    font-size: 12px;
    line-height: 1.5;
}

.wpvps-tech-footer {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-top: 28px;
    padding: 22px;
    border: 1px solid rgba(56, 189, 248, .2);
    border-radius: 12px;
    background: rgba(56, 189, 248, .045);
}

.wpvps-tech-footer > i {
    margin-top: 3px;
    color: var(--wpvps-cyan);
    font-size: 20px;
}

.wpvps-tech-footer p {
    margin-bottom: 0;
    color: #cbd5e1;
    font-size: 14px;
    line-height: 1.75;
}

.wpvps-tech-footer strong {
    color: #f8fafc;
}


/* =====================================================
   MANAGEMENT
   ===================================================== */

.wpvps-management-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
    align-items: center;
    gap: 65px;
}

.wpvps-management-content > .wpvps-section-description {
    margin-left: 0;
}

.wpvps-management-list {
    display: grid;
    gap: 28px;
    margin-top: 38px;
}

.wpvps-management-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.wpvps-management-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border: 1px solid #bae6fd;
    border-radius: 11px;
    color: #0369a1;
    background: #f0f9ff;
    font-size: 13px;
    font-weight: 700;
}

.wpvps-management-item h3 {
    margin-bottom: 8px;
    color: #bae6fd;
    font-size: 14px;
    font-family: nova-semibold;
}

.wpvps-management-item p {
    margin-bottom: 0;
    color: #909fb4;
    font-size: 14px;
    line-height: 1.75;
}

.wpvps-management-panel {
    padding: 35px;
    border: 1px solid #dbeafe;
    border-radius: 18px;
    background: linear-gradient(
        145deg,
        #eff8ff,
        #f8fafc
    );
}

.wpvps-panel-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin-bottom: 24px;
    border-radius: 15px;
    color: #0284c7;
    background: #dbeafe;
    font-size: 25px;
}

.wpvps-management-panel h3 {
    margin-bottom: 14px;
    color: #0f172a;
    font-size: 23px;
    line-height: 1.4;
    font-family: nova-regular-cond;
}

.wpvps-management-panel > p {
    color: #64748b;
    font-size: 14px;
    line-height: 1.8;
}

.wpvps-panel-note {
    margin-top: 26px;
    padding-top: 20px;
    border-top: 1px solid #cbd5e1;
    color: #64748b;
    font-size: 12px;
    line-height: 1.75;
}


/* =====================================================
   BACKUPS
   ===================================================== */

.wpvps-backup-layout {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: 65px;
}

.wpvps-backup-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 360px;
}

.wpvps-backup-orbit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 260px;
    height: 260px;
    border: 1px solid rgba(125, 211, 252, .25);
    border-radius: 50%;
    background: rgba(56, 189, 248, .035);
}

.wpvps-backup-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 145px;
    height: 145px;
    border: 1px solid rgba(125, 211, 252, .4);
    border-radius: 50%;
    color: #7dd3fc;
    background: rgba(56, 189, 248, .09);
    font-size: 58px;
}

.wpvps-backup-data {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    border: 1px solid rgba(125, 211, 252, .25);
    border-radius: 10px;
    color: #e0f2fe;
    background: #0d263e;
    font-size: 13px;
}

.wpvps-backup-data i {
    color: #7dd3fc;
}

.wpvps-backup-data-top {
    top: 20px;
    right: 0;
}

.wpvps-backup-data-bottom {
    bottom: 25px;
    left: 0;
}

.wpvps-backup-content .wpvps-section-title {
    color: #ffffff;
}

.wpvps-backup-content .wpvps-section-description {
    margin-left: 0;
}

.wpvps-backup-features {
    display: grid;
    gap: 17px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.wpvps-backup-features > div {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #e0f2fe;
    font-size: 14px;
    line-height: 1.7;
}

.wpvps-backup-features i {
    margin-top: 4px;
    color: #7dd3fc;
}

.wpvps-backup-disclaimer {
    margin-top: 28px;
    margin-bottom: 0;
    color: #bae6fd;
    font-size: 12px;
    line-height: 1.8;
}


/* =====================================================
   MIGRATION
   ===================================================== */

#wpvps-migration {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(14, 165, 233, .07),
            transparent 34%
        ),
        #ffffff;
}

#wpvps-migration .wpvps-migration-heading {
    max-width: 760px;
    margin-right: auto;
    margin-bottom: 52px;
    margin-left: auto;
    text-align: center;
}

#wpvps-migration .wpvps-section-title {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
}

#wpvps-migration .wpvps-section-description {
    max-width: 690px;
    margin-right: auto;
    margin-left: auto;
}


/* Steps */

#wpvps-migration .wpvps-steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#wpvps-migration .wpvps-steps::before {
    position: absolute;
    z-index: 0;
    top: 46px;
    right: 8%;
    left: 8%;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        #bae6fd 10%,
        #7dd3fc 50%,
        #bae6fd 90%,
        transparent
    );
    content: "";
}

#wpvps-migration .wpvps-step {
    position: relative;
    z-index: 1;
    min-width: 0;
    padding: 28px 25px 27px;
    border: 1px solid #dce6f0;
    border-radius: 16px;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 12px 32px rgba(15, 23, 42, .045);
    transition:
        transform .22s ease,
        border-color .22s ease,
        box-shadow .22s ease;
}

#wpvps-migration .wpvps-step:hover {
    transform: translateY(-4px);
    border-color: #7dd3fc;
    box-shadow: 0 18px 40px rgba(14, 116, 144, .10);
}

#wpvps-migration .wpvps-step-number {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin-bottom: 22px;
    border: 1px solid #bae6fd;
    border-radius: 10px;
    color: #0369a1;
    background: #f0f9ff;
    box-shadow: 0 0 0 7px #ffffff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}

#wpvps-migration .wpvps-step h3 {
    margin: 0 0 11px;
    color: #0f172a;
    font-family: nova-semibold, sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
}

#wpvps-migration .wpvps-step p {
    margin: 0;
    color: #5b6b82;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.75;
}


/* Footer */

#wpvps-migration .wpvps-migration-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
    max-width: 1040px;
    margin: 34px auto 0;
    padding: 20px 22px;
    border: 1px solid #d7e8f5;
    border-radius: 14px;
    background: #f5faff;
}

#wpvps-migration .wpvps-migration-note {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    min-width: 0;
    margin: 0;
}

#wpvps-migration .wpvps-migration-note > i {
    flex: 0 0 auto;
    margin-top: 4px;
    color: #0284c7;
    font-size: 16px;
}

#wpvps-migration .wpvps-migration-note p {
    max-width: 690px;
    margin: 0;
    color: #52647d;
    font-size: 12px;
    line-height: 1.7;
}

#wpvps-migration .wpvps-migration-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    flex: 0 0 auto;
    min-height: 44px;
    padding: 11px 17px;
    border: 1px solid #0284c7;
    border-radius: 9px;
    color: #ffffff;
    background: #0284c7;
    box-shadow: 0 8px 20px rgba(2, 132, 199, .16);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
    transition:
        transform .2s ease,
        background-color .2s ease,
        border-color .2s ease,
        box-shadow .2s ease;
}

#wpvps-migration .wpvps-migration-cta:hover {
    transform: translateY(-2px);
    border-color: #0369a1;
    color: #ffffff;
    background: #0369a1;
    box-shadow: 0 12px 25px rgba(2, 132, 199, .22);
}

#wpvps-migration .wpvps-migration-cta:focus-visible {
    outline: 3px solid rgba(14, 165, 233, .3);
    outline-offset: 3px;
}


/* Tablet */

@media (max-width: 991px) {

    #wpvps-migration .wpvps-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #wpvps-migration .wpvps-steps::before {
        display: none;
    }

    #wpvps-migration .wpvps-migration-footer {
        align-items: flex-start;
        flex-direction: column;
    }
}


/* Mobile */

@media (max-width: 575px) {

    #wpvps-migration .wpvps-migration-heading {
        margin-bottom: 36px;
    }

    #wpvps-migration .wpvps-steps {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    #wpvps-migration .wpvps-step {
        padding: 23px 21px;
    }

    #wpvps-migration .wpvps-step-number {
        width: 35px;
        height: 35px;
        margin-bottom: 17px;
        box-shadow: none;
        font-size: 11px;
    }

    #wpvps-migration .wpvps-step h3 {
        font-size: 16px;
    }

    #wpvps-migration .wpvps-step p {
        font-size: 13px;
    }

    #wpvps-migration .wpvps-migration-footer {
        margin-top: 24px;
        padding: 18px;
    }

    #wpvps-migration .wpvps-migration-note p {
        font-size: 12px;
    }

    #wpvps-migration .wpvps-migration-cta {
        width: 100%;
    }
}


/* Accesibilidad */

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

    #wpvps-migration .wpvps-step,
    #wpvps-migration .wpvps-migration-cta {
        transition: none;
    }

    #wpvps-migration .wpvps-step:hover,
    #wpvps-migration .wpvps-migration-cta:hover {
        transform: none;
    }
}

/* =====================================================
   PLANS
   ===================================================== */
.wp-vps-eyebrow-wp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    border: 1px solid currentColor;
    border-radius: 50%;
    font-family: Georgia, serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    text-transform: none;
}

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

.wpvps-plan-card {
    display: flex;
    flex-direction: column;
    padding: 30px;
    border: 1px solid var(--wpvps-border);
    border-radius: 18px;
    background: #111c30;
}

.wpvps-plan-highlight {
    border-color: var(--wpvps-cyan);
    background: linear-gradient(
        160deg,
        #12344d,
        #111c30 75%
    );
}

.wpvps-plan-label {
    margin-bottom: 18px;
    color: #7dd3fc;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.wpvps-plan-card h3 {
    margin-bottom: 12px;
    color: #ffffff;
    font-size: 24px;
}

.wpvps-plan-card > p {
    min-height: 55px;
    margin-bottom: 25px;
    color: #94a3b8;
    font-size: 14px;
    line-height: 1.7;
}

.wpvps-plan-price {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.wpvps-plan-price strong {
    color: #ffffff;
    font-size: 27px;
    line-height: 1.3;
}

.wpvps-plan-price span {
    color: #94a3b8;
    font-size: 12px;
}

.wpvps-plan-divider {
    height: 1px;
    margin: 25px 0;
    background: var(--wpvps-border);
}

.wpvps-plan-card .wpvps-check-list {
    margin-top: 0;
    margin-bottom: 30px;
}

.wpvps-plan-card .wpvps-check-list li {
    color: #cbd5e1;
}

.wpvps-plan-card .wpvps-btn {
    width: 100%;
    margin-top: auto;
}

.wpvps-plans-note {
    margin: 28px auto 0;
    color: #94a3b8;
    font-size: 12px;
    line-height: 1.8;
    text-align: center;
}


/* =====================================================
   SCOPE
   ===================================================== */

.wpvps-scope-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.wpvps-scope-card {
    padding: 35px;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: #ffffff;
}

.wpvps-scope-note {
    max-width: 850px;
    margin: 28px auto 0;
    color: #64748b;
    font-size: 13px;
    line-height: 1.8;
    text-align: center;
}


/* =====================================================
   FAQ
   ===================================================== */

.wpvps-faq-list {
    max-width: 850px;
    margin: 0 auto;
}

.wpvps-faq-item {
    border-bottom: 1px solid #e2e8f0;
}

.wpvps-faq-item:first-child {
    border-top: 1px solid #e2e8f0;
}

.wpvps-faq-item summary {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 35px 24px 0;
    color: #0f172a;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    cursor: pointer;
    list-style: none;
}

.wpvps-faq-item summary::-webkit-details-marker {
    display: none;
}

.wpvps-faq-item summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 2px;
    color: #0284c7;
    font-size: 26px;
    font-weight: 400;
    transform: translateY(-50%);
}

.wpvps-faq-item[open] summary::after {
    content: "−";
}

.wpvps-faq-item summary:focus-visible {
    outline: 2px solid #0284c7;
    outline-offset: 3px;
}

.wpvps-faq-answer {
    padding: 0 30px 24px 0;
}

.wpvps-faq-answer p {
    margin-bottom: 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.85;
}


/* =====================================================
   FINAL CTA
   ===================================================== */

.wpvps-final-cta {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    color: #ffffff;
    background: #0d1423;
}

.wpvps-final-cta-container {
    position: relative;
    z-index: 1;
    max-width: 900px;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}

.wpvps-final-cta h2 {
    max-width: 780px;
    margin: 0 auto 22px;
    color: #ffffff;
    font-size: clamp(32px, 4vw, 40px);
    font-weight: 750;
    line-height: 1.2;
    letter-spacing: -.025em;
    font-family: nova-black;
}

.wpvps-final-cta-container > p:not(.wpvps-eyebrow) {
    max-width: 700px;
    margin: 0 auto;
    color: #cbd5e1;
    font-size: 16px;
    line-height: 1.8;
}

.wpvps-final-cta .wpvps-actions {
    justify-content: center;
}

.wpvps-final-cta-glow {
    position: absolute;
    z-index: -1;
    top: -150px;
    left: 50%;
    width: 650px;
    height: 450px;
    border-radius: 50%;
    background: rgba(2, 132, 199, .18);
    filter: blur(100px);
    transform: translateX(-50%);
}

.wpvps-final-support {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 30px;
    margin-top: 38px;
}

.wpvps-final-support span {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #94a3b8;
    font-size: 13px;
}

.wpvps-final-support i {
    color: #7dd3fc;
}


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

@media (max-width: 1100px) {

    .wpvps-hero-container {
        gap: 30px;
    }

    .wpvps-management-layout,
    .wpvps-backup-layout {
        gap: 35px;
    }

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

    .wpvps-plan-grid {
        gap: 16px;
    }

    .wpvps-plan-card {
        padding: 24px;
    }

}

@media (max-width: 900px) {

    .wpvps-hero-container {
        grid-template-columns: 1fr;
        min-height: auto;
        padding-top: 75px;
        padding-bottom: 80px;
    }

    .wpvps-hero-content {
        max-width: 760px;
        margin: 0 auto;
        text-align: center;
    }

    .wpvps-hero-title {
        font-size: clamp(38px, 7vw, 58px);
    }

    .wpvps-hero-description {
        margin-right: auto;
        margin-left: auto;
    }

    .wpvps-actions,
    .wpvps-hero-benefits {
        justify-content: center;
    }

    .wpvps-hero-visual {
        width: 100%;
        max-width: 580px;
        margin: 0 auto;
    }

    .wpvps-management-layout,
    .wpvps-backup-layout {
        grid-template-columns: 1fr;
    }

    .wpvps-management-content {
        max-width: 760px;
        margin: 0 auto;
    }

    .wpvps-management-panel {
        max-width: 760px;
        margin: 0 auto;
    }

    .wpvps-backup-content {
        max-width: 760px;
        margin: 0 auto;
    }

    .wpvps-backup-visual {
        max-width: 500px;
        width: 100%;
        margin: 0 auto;
    }

    .wpvps-plan-grid {
        grid-template-columns: 1fr;
        max-width: 600px;
        margin: 0 auto;
    }

    .wpvps-plan-card > p {
        min-height: 0;
    }

}

@media (max-width: 640px) {

    .wpvps-page .container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .wpvps-section {
        padding: 65px 0;
    }

    .wpvps-hero-container {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .wpvps-hero-title {
        font-size: 38px;
    }

    .wpvps-hero-description {
        font-size: 16px;
        line-height: 1.75;
    }

    .wpvps-hero-benefits {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .wpvps-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .wpvps-btn {
        width: 100%;
    }

    .wpvps-hero-visual {
        min-height: 330px;
        padding: 25px 0;
    }

    .wpvps-server-header {
        padding: 14px;
    }

    .wpvps-server-body {
        gap: 12px;
        padding: 20px 16px;
    }

    .wpvps-server-resources {
        padding: 20px 16px;
    }

    .wpvps-server-icon {
        width: 45px;
        height: 45px;
        flex-basis: 45px;
        font-size: 20px;
    }

    .wpvps-server-info strong {
        font-size: 17px;
    }

    .wpvps-floating-card {
        padding: 10px;
    }

    .wpvps-floating-icon {
        width: 30px;
        height: 30px;
        flex-basis: 30px;
    }

    .wpvps-floating-card small {
        font-size: 10px;
    }

    .wpvps-section-title {
        font-size: 30px;
    }

    .wpvps-section-heading {
        margin-bottom: 35px;
    }

    .wpvps-comparison,
    .wpvps-tech-grid,
    .wpvps-scope-grid {
        grid-template-columns: 1fr;
    }

    .wpvps-comparison-card,
    .wpvps-tech-card,
    .wpvps-scope-card {
        padding: 25px;
    }

    .wpvps-card-label {
        position: static;
        display: inline-block;
        margin-bottom: 20px;
    }

    .wpvps-comparison-note {
        padding: 16px;
    }

    .wpvps-management-layout,
    .wpvps-backup-layout {
        gap: 30px;
    }

    .wpvps-management-panel {
        padding: 25px;
    }

    .wpvps-backup-visual {
        min-height: 280px;
    }

    .wpvps-backup-orbit {
        width: 210px;
        height: 210px;
    }

    .wpvps-backup-circle {
        width: 120px;
        height: 120px;
        font-size: 45px;
    }

    .wpvps-backup-data {
        gap: 7px;
        padding: 11px;
        font-size: 11px;
    }

    .wpvps-backup-data-top {
        top: 0;
        right: 0;
    }

    .wpvps-backup-data-bottom {
        bottom: 0;
        left: 0;
    }

    .wpvps-steps {
        grid-template-columns: 1fr;
    }

    .wpvps-step {
        padding: 24px;
    }

    .wpvps-plan-card {
        padding: 26px;
    }

    .wpvps-faq-item summary {
        font-size: 15px;
    }

    .wpvps-final-cta-container {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .wpvps-final-support {
        gap: 16px;
    }

}

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

    .wpvps-page *,
    .wpvps-page *::before,
    .wpvps-page *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }

}

/* =====================================================
   CORRECCIONES FINALES DEL HERO
   Debe permanecer al final de la hoja de estilos
   ===================================================== */

/* Fuerza una única fila: contenido izquierdo + visual derecho */

.wpvps-hero .wpvps-hero-container {
    display: grid !important;
    grid-template-columns:
        minmax(0, 1.08fr)
        minmax(400px, .92fr) !important;
    grid-template-areas: "content visual" !important;
    align-items: center !important;
    justify-content: initial !important;
    gap: clamp(50px, 6vw, 82px) !important;
    width: min(calc(100% - 40px), 1200px) !important;
    min-height: 680px !important;
    margin: 0 auto !important;
    padding: 130px 0 85px !important;
}

/* Elimina posiciones, columnas y órdenes heredados */

.wpvps-hero .wpvps-hero-content {
    grid-area: content !important;
    grid-row: 1 !important;
    grid-column: 1 !important;
    align-self: center !important;
    justify-self: stretch !important;
    order: initial !important;
    width: auto !important;
    max-width: 650px !important;
    margin: 0 !important;
    transform: none !important;
}

.wpvps-hero .wpvps-hero-visual {
    grid-area: visual !important;
    grid-row: 1 !important;
    grid-column: 2 !important;
    align-self: center !important;
    justify-self: stretch !important;
    order: initial !important;
    width: 100% !important;
    max-width: 530px !important;
    min-height: 515px !important;
    margin: 0 !important;
    padding: 62px 24px !important;
    transform: none !important;
}

/* Emblema WordPress independiente de Font Awesome */

.wpvps-wordpress-symbol {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border: 3px solid rgba(255, 255, 255, .96);
    border-radius: 50%;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -4px;
    text-indent: -4px;
}

.wpvps-wordpress-symbol::before {
    position: absolute;
    inset: 4px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    content: "";
}

/* Ajuste del panel para que no se desplace */

.wpvps-hero .wpvps-visual-panel {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: 100% !important;
    max-width: 420px !important;
    margin: 0 auto !important;
}

/* Las tarjetas permanecen dentro del visual */

.wpvps-hero .wpvps-floating-security {
    top: 28px !important;
    right: 0 !important;
    bottom: auto !important;
    left: auto !important;
}

.wpvps-hero .wpvps-floating-backup {
    top: auto !important;
    right: auto !important;
    bottom: 27px !important;
    left: 0 !important;
}

/* Órbitas centradas respecto del visual */

.wpvps-hero .wpvps-visual-orbit,
.wpvps-hero .wpvps-visual-aura {
    transform-origin: center center;
}

/* =====================================================
   TABLET
   ===================================================== */

@media (max-width: 991px) {
    .wpvps-hero .wpvps-hero-container {
        grid-template-columns: minmax(0, 1fr) !important;
        grid-template-areas:
            "content"
            "visual" !important;
        gap: 42px !important;
        min-height: auto !important;
        padding: 115px 0 75px !important;
    }

    .wpvps-hero .wpvps-hero-content {
        grid-row: 1 !important;
        grid-column: 1 !important;
        width: 100% !important;
        max-width: 720px !important;
        margin: 0 auto !important;
    }

    .wpvps-hero .wpvps-hero-visual {
        grid-row: 2 !important;
        grid-column: 1 !important;
        width: 100% !important;
        max-width: 600px !important;
        margin: 0 auto !important;
    }
}

/* =====================================================
   MÓVIL
   ===================================================== */

@media (max-width: 575px) {
    .wpvps-hero .wpvps-hero-container {
        width: min(calc(100% - 28px), 1200px) !important;
        gap: 35px !important;
        padding: 95px 0 60px !important;
    }

    .wpvps-hero .wpvps-hero-visual {
        max-width: 100% !important;
        min-height: 465px !important;
        padding: 58px 0 62px !important;
    }

    .wpvps-hero .wpvps-visual-panel {
        max-width: 100% !important;
    }

    .wpvps-hero .wpvps-floating-security {
        top: 5px !important;
        right: 4px !important;
    }

    .wpvps-hero .wpvps-floating-backup {
        bottom: 5px !important;
        left: 4px !important;
    }
}

.wpvps-hero .wpvps-hero-container {
    min-height: 620px !important;
    padding-top: 105px !important;
    padding-bottom: 55px !important;
}

.wpvps-hero .wpvps-hero-visual {
    min-height: 475px !important;
    padding-top: 48px !important;
    padding-bottom: 48px !important;
}

.wpvps-hero-benefits {
    gap: 12px 24px;
    margin-top: 25px;
}

.wpvps-hero-benefits > span {
    color: #cbd5e1;
    font-size: 13px;
    font-weight: 600;
}

.wpvps-hero-benefits i {
    font-size: 14px;
}

/* =========================================================
   NEOTHEK · WORDPRESS GESTIONADO · PRICING V2
========================================================= */
.wp-vps-pricing,
.wp-vps-pricing * { box-sizing: border-box; }

.wp-vps-pricing {
    --wp-bg: #061323;
    --wp-card: #0b2036;
    --wp-card-deep: #08182a;
    --wp-line: rgba(80, 151, 196, .28);
    --wp-cyan: #09c5f8;
    --wp-cyan-light: #7be3ff;
    --wp-text: #f5f9fd;
    --wp-muted: #a8bbcc;
    --wp-soft: #7f98ae;
    position: relative;
    overflow: hidden;
    padding: 96px 24px 72px;
    background: radial-gradient(circle at 50% -12%, rgba(0, 194, 255, .17), transparent 38%), var(--wp-bg);
    color: var(--wp-text);
}

.wp-vps-pricing-grid {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .24;
    background-image: linear-gradient(rgba(37,119,163,.15) 1px, transparent 1px), linear-gradient(90deg, rgba(37,119,163,.15) 1px, transparent 1px);
    background-size: 56px 56px;
    -webkit-mask-image: linear-gradient(to bottom, #000 0%, transparent 76%);
    mask-image: linear-gradient(to bottom, #000 0%, transparent 76%);
}

.wp-vps-container { position: relative; z-index: 2; width: 100%; max-width: 1280px; margin: 0 auto; }

.wp-vps-pricing-header { max-width: 890px; margin: 0 auto 38px; text-align: center; }
.wp-vps-eyebrow {
    display: inline-flex; align-items: center; gap: 9px; padding: 9px 17px;
    border: 1px solid rgba(9,197,248,.55); border-radius: 999px;
    background: rgba(9,197,248,.07); color: var(--wp-cyan-light);
    font-size: 12px; font-weight: 800; letter-spacing: 1.25px;
}
.wp-vps-eyebrow i { font-size: 17px; }
.wp-vps-pricing-header h2 {
    margin: 20px 0 16px; color: var(--wp-text); font-size: clamp(38px, 4.5vw, 58px);
    line-height: 1.05; font-weight: 800; letter-spacing: -2px;
}
.wp-vps-pricing-header h2 span { display: block; color: var(--wp-cyan); text-shadow: 0 0 34px rgba(9,197,248,.17); }
.wp-vps-pricing-header > p { max-width: 760px; margin: 0 auto; color: var(--wp-muted); font-size: 17px; line-height: 1.65; }

.wp-vps-value-strip { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px 25px; margin-top: 22px; }
.wp-vps-value-strip span { display: inline-flex; align-items: center; gap: 7px; color: #d8e7f2; font-size: 14px; font-weight: 650; }
.wp-vps-value-strip i { color: var(--wp-cyan); }

.wp-vps-billing { margin: 0 auto 52px; text-align: center; }
.wp-vps-billing-title { margin-bottom: 13px; color: #c4d3df; font-size: 14px; font-weight: 700; }
.wp-vps-billing-options {
    display: inline-flex; padding: 5px; border: 1px solid #246086; border-radius: 999px;
    background: rgba(3,16,30,.9); box-shadow: 0 12px 35px rgba(0,0,0,.22);
}
.wp-vps-billing-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-width: 132px; min-height: 48px;
    padding: 10px 17px; border: 0; border-radius: 999px; background: transparent; color: #aabed0;
    font: 750 13px/1 inherit; cursor: pointer; transition: .2s ease;
}
.wp-vps-billing-btn:hover { color: #fff; background: rgba(9,197,248,.08); }
.wp-vps-billing-btn:focus-visible { outline: 3px solid rgba(123,227,255,.55); outline-offset: 2px; }
.wp-vps-billing-btn.active { background: var(--wp-cyan); color: #031523; box-shadow: 0 7px 24px rgba(9,197,248,.28); }
.wp-vps-billing-btn small { padding: 5px 7px; border-radius: 999px; background: rgba(9,197,248,.14); color: var(--wp-cyan-light); font-size: 9px; font-weight: 850; }
.wp-vps-billing-btn.active small { background: rgba(3,21,35,.14); color: #031523; }
.wp-vps-billing-message { min-height: 21px; margin: 11px 0 0; color: #93abc0; font-size: 13px; }

.wp-vps-cards { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; align-items: stretch; }
.wp-vps-card {
    position: relative; display: flex; flex-direction: column; padding: 34px 30px 31px;
    border: 1px solid #195174; border-radius: 20px;
    background: linear-gradient(145deg, var(--wp-card) 0%, var(--wp-card-deep) 100%);
    box-shadow: 0 22px 50px rgba(0,0,0,.28); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.wp-vps-card:hover { transform: translateY(-6px); border-color: #0b8abd; box-shadow: 0 30px 65px rgba(0,0,0,.36); }
.wp-vps-card-featured {
    border: 2px solid var(--wp-cyan);
    background: radial-gradient(circle at 50% 0%, rgba(9,197,248,.15), transparent 38%), linear-gradient(145deg,#0d2944,#081a2d);
    box-shadow: 0 0 0 1px rgba(9,197,248,.08), 0 28px 70px rgba(0,0,0,.38), 0 0 52px rgba(9,197,248,.10);
}
.wp-vps-popular {
    position: absolute; top: -17px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 7px;
    padding: 9px 17px; border-radius: 999px; background: var(--wp-cyan); color: #031523; white-space: nowrap;
    font-size: 10px; font-weight: 900; letter-spacing: .55px; box-shadow: 0 9px 24px rgba(9,197,248,.3);
}

.wp-vps-card-top { min-height: 165px; }
.wp-vps-plan-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 13px; }
.wp-vps-plan-code { color: var(--wp-cyan); font-size: 14px; font-weight: 900; letter-spacing: 1.5px; }
.wp-vps-plan-fit { padding: 6px 9px; border: 1px solid rgba(123,227,255,.18); border-radius: 999px; background: rgba(9,197,248,.06); color: #a9c5d8; font-size: 11px; font-weight: 700; }
.wp-vps-card-top h3 { margin: 0 0 11px; color: var(--wp-text); font-size: 28px; line-height: 1.12; font-weight: 800; letter-spacing: -.7px; }
.wp-vps-card-top p { margin: 0; color: var(--wp-muted); font-size: 14px; line-height: 1.62; }

.wp-vps-card-price { display: flex; align-items: flex-end; flex-wrap: wrap; min-height: 119px; margin: 8px 0 18px; }
.wp-vps-card-price .currency { margin: 0 6px 7px 0; color: #dce9f5; font-size: 16px; font-weight: 750; }
.wp-vps-card-price .price-number { color: #fff; font-size: 58px; line-height: .88; font-weight: 850; letter-spacing: -3px; }
.wp-vps-card-price .price-cents { margin: 0 0 4px 2px; color: #fff; font-size: 23px; font-weight: 850; }
.wp-vps-card-price .price-month { margin: 0 0 7px 7px; color: #9db2c5; font-size: 13px; }
.price-original, .price-total { width: 100%; margin-top: 7px; font-size: 12px; line-height: 1.25; }
.price-original { display: none; color: #879db1; text-decoration: line-through; }
.price-total { display: block; color: #bed0de; font-weight: 650; }
.price-saving { display: none; margin-top: 8px; padding: 5px 9px; border-radius: 6px; background: rgba(32,208,132,.12); color: #76e7b2; font-size: 11px; font-weight: 800; }

.wp-vps-card-button {
    display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; min-height: 54px;
    border: 1px solid #36739a; border-radius: 9px; background: rgba(28,70,101,.82); color: #fff;
    font-size: 14px; font-weight: 850; text-decoration: none; transition: .2s ease;
}
.wp-vps-card-button:hover { border-color: var(--wp-cyan); background: #145a80; color: #fff; transform: translateY(-2px); box-shadow: 0 10px 28px rgba(0,170,230,.17); }
.wp-vps-card-button:focus-visible { outline: 3px solid rgba(123,227,255,.55); outline-offset: 3px; }
.wp-vps-card-button-featured { border-color: var(--wp-cyan); background: var(--wp-cyan); color: #031523; box-shadow: 0 9px 28px rgba(9,197,248,.23); }
.wp-vps-card-button-featured:hover { background: #36d2fa; color: #031523; box-shadow: 0 12px 32px rgba(9,197,248,.31); }
.wp-vps-cta-note { margin: 9px 0 0; color: #7f9aaf; font-size: 11px; text-align: center; }
.wp-vps-cta-note i { margin-right: 4px; color: #79dcb0; }

.wp-vps-card-section { margin-top: 24px; padding-top: 21px; border-top: 1px solid var(--wp-line); }
.wp-vps-section-label { display: block; margin-bottom: 13px; color: #82a8c4; font-size: 10px; font-weight: 850; letter-spacing: 1.15px; }
.wp-vps-resources-section { margin-top: 20px; }
.wp-vps-resource-list { display: flex; flex-direction: column; }
.wp-vps-resource { display: grid; grid-template-columns: 36px 1fr auto; align-items: center; min-height: 48px; border-bottom: 1px solid rgba(65,111,143,.24); }
.wp-vps-resource:last-child { border-bottom: 0; }
.wp-vps-resource > i { display: flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 8px; background: linear-gradient(145deg,#088fbd,#07557f); color: #c2f2ff; font-size: 12px; box-shadow: inset 0 0 0 1px rgba(0,200,255,.18); }
.wp-vps-resource span { color: #b4c5d3; font-size: 13px; }
.wp-vps-resource strong { color: #f4f9fd; font-size: 14px; font-weight: 800; }

.wp-vps-inherited { display: flex; align-items: flex-start; gap: 11px; margin-top: 24px; padding: 14px; border: 1px solid rgba(9,197,248,.23); border-radius: 10px; background: rgba(0,150,220,.07); }
.wp-vps-inherited > span { display: flex; align-items: center; justify-content: center; flex: 0 0 24px; width: 24px; height: 24px; border-radius: 50%; background: var(--wp-cyan); color: #031523; font-size: 10px; }
.wp-vps-inherited strong { display: block; margin-bottom: 3px; color: #e7f3fa; font-size: 11px; letter-spacing: .5px; }
.wp-vps-inherited small { display: block; color: #8faabe; font-size: 11px; }

.wp-vps-feature-list { display: flex; flex-direction: column; gap: 10px; margin: 0; padding: 0; list-style: none; }
.wp-vps-feature-list li { position: relative; padding-left: 21px; color: #afc1cf; font-size: 13px; line-height: 1.45; }
.wp-vps-feature-list li strong { color: #e7f1f8; font-weight: 750; }
.wp-vps-feature-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--wp-cyan); font-weight: 900; }

.wp-vps-trust { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 17px 0; margin-top: 42px; }
.wp-vps-trust > div { display: flex; align-items: center; gap: 9px; padding: 0 25px; color: #9bb0c2; font-size: 12px; }
.wp-vps-trust i { color: var(--wp-cyan); font-size: 17px; }
.wp-vps-price-note { margin: 22px auto 0; color: #718ba1; font-size: 11px; line-height: 1.5; text-align: center; }

@media (max-width: 1060px) {
    .wp-vps-cards { grid-template-columns: 1fr; max-width: 690px; margin: 0 auto; gap: 30px; }
    .wp-vps-card { padding: 34px; }
    .wp-vps-card-top { min-height: auto; }
}

@media (max-width: 700px) {
    .wp-vps-pricing { padding: 68px 15px 58px; }
    .wp-vps-pricing-header { margin-bottom: 31px; }
    .wp-vps-pricing-header h2 { font-size: clamp(32px, 10vw, 42px); letter-spacing: -1.2px; }
    .wp-vps-pricing-header > p { font-size: 15px; }
    .wp-vps-value-strip { align-items: flex-start; flex-direction: column; width: max-content; max-width: 100%; margin: 20px auto 0; }
    .wp-vps-billing-options { display: grid; grid-template-columns: repeat(2,1fr); width: 100%; max-width: 430px; border-radius: 15px; }
    .wp-vps-billing-btn { min-width: 0; width: 100%; border-radius: 11px; font-size: 12px; }
    .wp-vps-card { padding: 30px 22px; border-radius: 16px; }
    .wp-vps-popular { max-width: calc(100% - 26px); font-size: 9px; text-align: center; }
    .wp-vps-plan-heading { align-items: flex-start; flex-direction: column; gap: 8px; }
    .wp-vps-card-top h3 { font-size: 26px; }
    .wp-vps-card-price .price-number { font-size: 54px; }
    .wp-vps-trust { align-items: flex-start; flex-direction: column; width: max-content; margin: 34px auto 0; }
    .wp-vps-trust > div { padding: 0; }
}

@media (prefers-reduced-motion: reduce) {
    .wp-vps-card, .wp-vps-card-button, .wp-vps-billing-btn { transition: none; }
    .wp-vps-card:hover, .wp-vps-card-button:hover { transform: none; }
}

/* =========================================================
   SECCION TECNICA
========================================================= */

/* =========================================================
   WORDPRESS VPS MANAGED
   SECCIÓN TÉCNICA
   ========================================================= */

.wp-managed .wp-tech-section {
    position: relative;
    padding: 100px 0;
    background: #f5f9fd;
    overflow: hidden;
}

.wp-managed .wp-tech-section::before {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    right: -260px;
    top: -180px;
    border-radius: 50%;
    background: rgba(0, 185, 235, 0.07);
    pointer-events: none;
}

.wp-managed .wp-tech-section::after {
    content: "";
    position: absolute;
    width: 380px;
    height: 380px;
    left: -220px;
    bottom: -180px;
    border-radius: 50%;
    background: rgba(0, 129, 210, 0.045);
    pointer-events: none;
}


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

.wp-managed .wp-tech-header {
    position: relative;
    z-index: 2;
    max-width: 850px;
    margin: 0 auto 55px;
    text-align: center;
}

.wp-managed .wp-tech-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    padding: 8px 17px;
    border: 1px solid rgba(0, 165, 225, 0.35);
    border-radius: 50px;
    background: rgba(0, 177, 235, 0.06);
    color: #008fd0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}

.wp-managed .wp-tech-eyebrow .fa {
    font-size: 14px;
}

.wp-managed .wp-tech-header h2 {
    margin: 0 0 17px;
    color: #101b32;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: -1.2px;
    font-family: 'nova-black';
}

.wp-managed .wp-tech-header h2 span {
    color: #08b9ed;
}

.wp-managed .wp-tech-header p {
    max-width: 720px;
    margin: 0 auto;
    color: #5d6c83;
    font-size: 17px;
    line-height: 1.7;
}


/* ---------------------------------------------------------
   GRID
   --------------------------------------------------------- */

.wp-managed .wp-tech-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    max-width: 1180px;
    margin: 0 auto;
}


/* ---------------------------------------------------------
   TECH CARD
   --------------------------------------------------------- */

.wp-managed .wp-tech-card {
    position: relative;
    padding: 30px 28px;
    border: 1px solid #dce8f2;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 12px 35px rgba(12, 47, 78, 0.06);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.wp-managed .wp-tech-card:hover {
    transform: translateY(-5px);
    border-color: rgba(0, 180, 235, 0.45);
    box-shadow: 0 18px 45px rgba(12, 47, 78, 0.11);
}


/* ---------------------------------------------------------
   ICON
   --------------------------------------------------------- */

.wp-managed .wp-tech-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 22px;
    border-radius: 14px;
    background: linear-gradient(
        135deg,
        #08bff1 0%,
        #078dd0 100%
    );
    color: #ffffff;
    font-size: 21px;
    box-shadow: 0 8px 20px rgba(0, 157, 218, 0.2);
}

.wp-managed .wp-tech-card h3 {
    margin: 0 0 11px;
    color: #111c32;
    font-size: 21px;
    line-height: 1.25;
    font-weight: 750;
}

.wp-managed .wp-tech-card > p {
    margin: 0;
    color: #65758b;
    font-size: 14px;
    line-height: 1.7;
}


/* ---------------------------------------------------------
   TECH DETAILS
   --------------------------------------------------------- */

.wp-managed .wp-tech-details {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid #e5edf4;
}

.wp-managed .wp-tech-details-title {
    margin-bottom: 13px;
    color: #7a8ba1;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.wp-managed .wp-tech-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wp-managed .wp-tech-list li {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    color: #40526a;
    font-size: 13px;
    line-height: 1.5;
}

.wp-managed .wp-tech-list li:last-child {
    margin-bottom: 0;
}

.wp-managed .wp-tech-list li::before {
    content: "\f00c";
    flex: 0 0 auto;
    margin-top: 2px;
    color: #08b8eb;
    font-family: FontAwesome;
    font-size: 11px;
}


/* ---------------------------------------------------------
   FEATURED TECH CARD
   --------------------------------------------------------- */

.wp-managed .wp-tech-card.is-featured {
    border-color: rgba(0, 181, 235, 0.55);
    box-shadow:
        0 15px 45px rgba(0, 145, 205, 0.12),
        inset 0 0 0 1px rgba(0, 185, 235, 0.05);
}

.wp-managed .wp-tech-card.is-featured::before {
    content: "";
    position: absolute;
    top: 0;
    left: 28px;
    right: 28px;
    height: 3px;
    border-radius: 0 0 5px 5px;
    background: linear-gradient(
        90deg,
        #08bff1,
        #008fd3
    );
}


/* ---------------------------------------------------------
   TECHNOLOGY TAGS
   --------------------------------------------------------- */

.wp-managed .wp-tech-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 22px;
}

.wp-managed .wp-tech-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 9px;
    border: 1px solid #dceaf3;
    border-radius: 6px;
    background: #f7fbfe;
    color: #486078;
    font-size: 10px;
    font-weight: 700;
}

.wp-managed .wp-tech-tag .fa {
    color: #08aee2;
}


/* ---------------------------------------------------------
   TECH BOTTOM / INFRASTRUCTURE STRIP
   --------------------------------------------------------- */

.wp-managed .wp-tech-infrastructure {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 1180px;
    margin: 45px auto 0;
    border: 1px solid #dce8f2;
    border-radius: 16px;
    background: #ffffff;
    overflow: hidden;
}

.wp-managed .wp-tech-infra-item {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 21px 23px;
    border-right: 1px solid #e4edf4;
}

.wp-managed .wp-tech-infra-item:last-child {
    border-right: 0;
}

.wp-managed .wp-tech-infra-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-radius: 10px;
    background: #e9f8fd;
    color: #009fd8;
    font-size: 15px;
}

.wp-managed .wp-tech-infra-item strong {
    display: block;
    margin-bottom: 3px;
    color: #17243a;
    font-size: 12px;
}

.wp-managed .wp-tech-infra-item span {
    display: block;
    color: #718198;
    font-size: 11px;
}


/* ---------------------------------------------------------
   RESPONSIVE
   --------------------------------------------------------- */

@media (max-width: 991px) {

    .wp-managed .wp-tech-section {
        padding: 80px 0;
    }

    .wp-managed .wp-tech-grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 20px;
    }

    .wp-managed .wp-tech-infrastructure {
        grid-template-columns: repeat(2, 1fr);
        margin-left: 20px;
        margin-right: 20px;
    }

    .wp-managed .wp-tech-infra-item:nth-child(2) {
        border-right: 0;
    }

    .wp-managed .wp-tech-infra-item:nth-child(-n+2) {
        border-bottom: 1px solid #e4edf4;
    }
}


@media (max-width: 767px) {

    .wp-managed .wp-tech-section {
        padding: 65px 0;
    }

    .wp-managed .wp-tech-header {
        padding: 0 20px;
        margin-bottom: 38px;
    }

    .wp-managed .wp-tech-header h2 {
        font-size: 32px;
    }

    .wp-managed .wp-tech-header p {
        font-size: 15px;
    }

    .wp-managed .wp-tech-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 0 16px;
    }

    .wp-managed .wp-tech-card {
        padding: 25px 23px;
    }

    .wp-managed .wp-tech-infrastructure {
        grid-template-columns: 1fr;
        margin: 30px 16px 0;
    }

    .wp-managed .wp-tech-infra-item {
        border-right: 0 !important;
        border-bottom: 1px solid #e4edf4;
    }

    .wp-managed .wp-tech-infra-item:last-child {
        border-bottom: 0;
    }
}

/* =====================================================
   REGIONAL WORDPRESS — LIGHT VERSION
   Reemplaza completamente el CSS regional anterior
   ===================================================== */

#wpvps-regional {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    width: 100%;
    padding: 100px 0;
    color: #172033;
    background:
        radial-gradient(
            circle at 82% 45%,
            rgba(14, 165, 233, .13),
            transparent 31%
        ),
        linear-gradient(
            145deg,
            #edf6fc 0%,
            #f3f8fc 48%,
            #e9f4fb 100%
        );
}


/* Fondos decorativos */

#wpvps-regional .wpvps-regional-grid-bg {
    position: absolute;
    z-index: -2;
    inset: 0;
    pointer-events: none;
    opacity: .42;
    background-image:
        linear-gradient(
            rgba(14, 116, 144, .07) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(14, 116, 144, .07) 1px,
            transparent 1px
        );
    background-size: 46px 46px;
    mask-image:
        radial-gradient(
            circle at 76% 50%,
            #000 0%,
            transparent 70%
        );
}

#wpvps-regional .wpvps-regional-glow {
    position: absolute;
    z-index: -1;
    pointer-events: none;
    border-radius: 50%;
    filter: blur(95px);
}

#wpvps-regional .wpvps-regional-glow-left {
    top: -180px;
    left: -190px;
    width: 470px;
    height: 470px;
    background: rgba(14, 165, 233, .09);
}

#wpvps-regional .wpvps-regional-glow-right {
    right: -160px;
    bottom: -210px;
    width: 520px;
    height: 520px;
    background: rgba(56, 189, 248, .13);
}


/* =====================================================
   LAYOUT PRINCIPAL
   Flex evita que la ilustración caiga debajo en escritorio
   ===================================================== */

#wpvps-regional .wpvps-regional-container {
    position: relative;
    z-index: 2;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-direction: row !important;
    gap: 70px;
    width: 100%;
    max-width: 1200px;
    min-height: 540px;
    margin-right: auto !important;
    margin-left: auto !important;
}

#wpvps-regional .wpvps-regional-content {
    order: 1 !important;
    width: auto !important;
    max-width: 660px;
    flex: 1 1 58%;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
}

#wpvps-regional .wpvps-regional-visual {
    position: relative;
    order: 2 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 440px !important;
    max-width: 440px !important;
    min-width: 390px;
    min-height: 450px;
    flex: 0 0 440px;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
}


/* =====================================================
   CONTENIDO
   ===================================================== */

#wpvps-regional .wpvps-regional-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: fit-content;
    margin: 0 0 18px;
    padding: 6px 10px;
    border: 1px solid rgba(2, 132, 199, .24);
    border-radius: 999px;
    color: #0277ad;
    background: rgba(255, 255, 255, .62);
    font-family: inherit;
    font-size: 9px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .055em;
    text-transform: uppercase;
}

#wpvps-regional .wpvps-regional-eyebrow i {
    font-family: FontAwesome;
    font-size: 9px;
    line-height: 1;
}

#wpvps-regional .wpvps-regional-title {
    max-width: 650px;
    margin: 0 0 22px;
    color: #111c30;
    font-family: inherit;
    font-size: clamp(38px, 4vw, 53px);
    font-weight: 750;
    line-height: 1.08;
    letter-spacing: -.038em;
    text-align: left;
}

#wpvps-regional .wpvps-regional-title span {
    display: block;
    color: #069ed8;
}

#wpvps-regional .wpvps-regional-description {
    max-width: 645px;
    margin: 0;
    color: #53657c;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.78;
    text-align: left;
}


/* Beneficios */

#wpvps-regional .wpvps-regional-benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 30px;
}

#wpvps-regional .wpvps-regional-benefit {
    min-width: 0;
    margin: 0;
    padding: 17px 15px;
    border: 1px solid #d3e3ef;
    border-radius: 12px;
    background: rgba(255, 255, 255, .72);
    box-shadow: 0 10px 25px rgba(15, 23, 42, .035);
    transition:
        transform .2s ease,
        border-color .2s ease,
        box-shadow .2s ease;
}

#wpvps-regional .wpvps-regional-benefit:hover {
    transform: translateY(-3px);
    border-color: #7dd3fc;
    box-shadow: 0 15px 30px rgba(14, 116, 144, .08);
}

#wpvps-regional .wpvps-regional-benefit-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-bottom: 13px;
    border-radius: 9px;
    color: #0284c7;
    background: #e0f2fe;
    font-size: 14px;
}

#wpvps-regional .wpvps-regional-benefit h3 {
    margin: 0 0 7px;
    color: #182338;
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
}

#wpvps-regional .wpvps-regional-benefit p {
    margin: 0;
    color: #607188;
    font-family: inherit;
    font-size: 11px;
    line-height: 1.65;
}


/* Texto de confianza */

#wpvps-regional .wpvps-regional-trust {
    position: relative;
    max-width: 640px;
    margin: 24px 0 0;
    padding-left: 17px;
    color: #52647b;
    font-family: inherit;
    font-size: 13px;
    line-height: 1.7;
    text-align: left;
}

#wpvps-regional .wpvps-regional-trust::before {
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 0;
    width: 3px;
    border-radius: 10px;
    background: linear-gradient(
        #0284c7,
        #38bdf8
    );
    content: "";
}


/* Botones */

#wpvps-regional .wpvps-regional-actions {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 29px;
}

#wpvps-regional .wpvps-regional-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 47px;
    padding: 12px 18px;
    border-radius: 9px;
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition:
        transform .2s ease,
        border-color .2s ease,
        background-color .2s ease,
        box-shadow .2s ease;
}

#wpvps-regional .wpvps-regional-btn:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

#wpvps-regional .wpvps-regional-btn-primary {
    border: 1px solid #0ea5e9;
    color: #06131f;
    background: linear-gradient(
        135deg,
        #38bdf8,
        #67e8f9
    );
    box-shadow: 0 11px 25px rgba(14, 165, 233, .2);
}

#wpvps-regional .wpvps-regional-btn-primary:hover {
    color: #06131f;
    box-shadow: 0 15px 30px rgba(14, 165, 233, .28);
}

#wpvps-regional .wpvps-regional-btn-secondary {
    border: 1px solid #b7cad9;
    color: #22344b;
    background: rgba(255, 255, 255, .62);
}

#wpvps-regional .wpvps-regional-btn-secondary:hover {
    border-color: #7dd3fc;
    color: #075985;
    background: #ffffff;
}


/* =====================================================
   ILUSTRACIÓN
   ===================================================== */

#wpvps-regional .wpvps-regional-orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid rgba(2, 132, 199, .2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

#wpvps-regional .wpvps-regional-orbit-outer {
    width: 390px;
    height: 390px;
    animation: wpvpsRegionalRotate 30s linear infinite;
}

#wpvps-regional .wpvps-regional-orbit-inner {
    width: 275px;
    height: 275px;
    border-style: dashed;
    border-color: rgba(2, 132, 199, .25);
    animation: wpvpsRegionalRotateReverse 24s linear infinite;
}

#wpvps-regional .wpvps-regional-orbit-point {
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #0ea5e9;
    box-shadow:
        0 0 0 6px rgba(14, 165, 233, .09),
        0 0 18px rgba(14, 165, 233, .5);
}

#wpvps-regional .wpvps-regional-orbit-point-one {
    top: 44px;
    right: 53px;
}

#wpvps-regional .wpvps-regional-orbit-point-two {
    bottom: 58px;
    left: 42px;
}


/* Centro WordPress */

#wpvps-regional .wpvps-regional-core {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 210px;
    height: 210px;
    border: 1px solid rgba(2, 132, 199, .25);
    border-radius: 50%;
    background:
        radial-gradient(
            circle at 50% 32%,
            #ffffff,
            #e6f4fb 74%
        );
    box-shadow:
        0 25px 60px rgba(14, 116, 144, .13),
        inset 0 0 35px rgba(14, 165, 233, .06);
    transform: translate(-50%, -50%);
}

#wpvps-regional .wpvps-regional-core-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 67px;
    height: 67px;
    margin-bottom: 14px;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 50%;
    color: #ffffff;
    background: linear-gradient(
        145deg,
        #0284c7,
        #0ea5e9
    );
    box-shadow:
        0 0 0 8px rgba(14, 165, 233, .08),
        0 13px 28px rgba(2, 132, 199, .22);
}

#wpvps-regional .wpvps-regional-core-icon span {
    font-family: Georgia, serif;
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
}

#wpvps-regional .wpvps-regional-core > strong {
    color: #172033;
    font-size: 18px;
    line-height: 1.3;
}

#wpvps-regional .wpvps-regional-core > small {
    margin-top: 4px;
    color: #718198;
    font-size: 10px;
}

#wpvps-regional .wpvps-regional-core-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 13px;
    color: #15803d;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
}

#wpvps-regional .wpvps-regional-core-status span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 10px rgba(34, 197, 94, .45);
}


/* Tarjetas flotantes */

#wpvps-regional .wpvps-regional-location,
#wpvps-regional .wpvps-regional-support {
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 13px 15px;
    border: 1px solid #c4dbea;
    border-radius: 12px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 17px 38px rgba(15, 72, 105, .13);
    animation: wpvpsRegionalFloat 5s ease-in-out infinite;
}

#wpvps-regional .wpvps-regional-location {
    top: 43px;
    right: 0;
}

#wpvps-regional .wpvps-regional-support {
    bottom: 42px;
    left: 0;
    animation-delay: -2.4s;
}

#wpvps-regional .wpvps-regional-location-icon,
#wpvps-regional .wpvps-regional-support-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    height: 37px;
    flex: 0 0 37px;
    border-radius: 10px;
    color: #0284c7;
    background: #e0f2fe;
}

#wpvps-regional .wpvps-regional-location > div,
#wpvps-regional .wpvps-regional-support > div {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

#wpvps-regional .wpvps-regional-location small,
#wpvps-regional .wpvps-regional-support small {
    color: #7a8a9f;
    font-size: 9px;
}

#wpvps-regional .wpvps-regional-location strong,
#wpvps-regional .wpvps-regional-support strong {
    color: #172033;
    font-size: 11px;
}

#wpvps-regional .wpvps-regional-secure {
    position: absolute;
    z-index: 4;
    top: 51%;
    left: -7px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 12px;
    border: 1px solid #bbf7d0;
    border-radius: 999px;
    color: #15803d;
    background: rgba(240, 253, 244, .96);
    box-shadow: 0 12px 28px rgba(21, 128, 61, .1);
    font-size: 9px;
    font-weight: 700;
}


/* =====================================================
   ANIMACIONES
   ===================================================== */

@keyframes wpvpsRegionalRotate {

    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes wpvpsRegionalRotateReverse {

    from {
        transform: translate(-50%, -50%) rotate(360deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(0deg);
    }
}

@keyframes wpvpsRegionalFloat {

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

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


/* =====================================================
   TABLET
   ===================================================== */

@media (max-width: 991px) {

    #wpvps-regional {
        padding: 80px 0;
    }

    #wpvps-regional .wpvps-regional-container {
        flex-direction: column !important;
        gap: 55px;
        min-height: 0;
    }

    #wpvps-regional .wpvps-regional-content {
        width: 100% !important;
        max-width: 760px;
        flex: none;
        text-align: center !important;
    }

    #wpvps-regional .wpvps-regional-eyebrow {
        margin-right: auto;
        margin-left: auto;
    }

    #wpvps-regional .wpvps-regional-title,
    #wpvps-regional .wpvps-regional-description {
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    #wpvps-regional .wpvps-regional-trust {
        margin-right: auto;
        margin-left: auto;
        text-align: left;
    }

    #wpvps-regional .wpvps-regional-actions {
        justify-content: center;
    }

    #wpvps-regional .wpvps-regional-visual {
        width: 440px !important;
        max-width: 100% !important;
        min-width: 0;
        flex: none;
    }
}


/* =====================================================
   MOBILE
   ===================================================== */

@media (max-width: 767px) {

    #wpvps-regional {
        padding: 68px 0;
    }

    #wpvps-regional .wpvps-regional-title {
        font-size: clamp(32px, 10vw, 42px);
    }

    #wpvps-regional .wpvps-regional-description {
        font-size: 15px;
        line-height: 1.72;
    }

    #wpvps-regional .wpvps-regional-benefits {
        grid-template-columns: 1fr;
    }

    #wpvps-regional .wpvps-regional-benefit {
        display: flex;
        align-items: flex-start;
        gap: 13px;
        text-align: left;
    }

    #wpvps-regional .wpvps-regional-benefit-icon {
        flex: 0 0 34px;
        margin-bottom: 0;
    }

    #wpvps-regional .wpvps-regional-benefit p {
        font-size: 12px;
    }

    #wpvps-regional .wpvps-regional-actions {
        flex-direction: column;
    }

    #wpvps-regional .wpvps-regional-btn {
        width: 100%;
    }

    #wpvps-regional .wpvps-regional-visual {
        width: 390px !important;
        min-height: 410px;
    }

    #wpvps-regional .wpvps-regional-orbit-outer {
        width: 340px;
        height: 340px;
    }

    #wpvps-regional .wpvps-regional-orbit-inner {
        width: 245px;
        height: 245px;
    }

    #wpvps-regional .wpvps-regional-core {
        width: 190px;
        height: 190px;
    }

    #wpvps-regional .wpvps-regional-location {
        top: 25px;
        right: 0;
    }

    #wpvps-regional .wpvps-regional-support {
        bottom: 28px;
        left: 0;
    }
}


@media (max-width: 430px) {

    #wpvps-regional .wpvps-regional-visual {
        width: 350px !important;
        min-height: 370px;
    }

    #wpvps-regional .wpvps-regional-orbit-outer {
        width: 310px;
        height: 310px;
    }

    #wpvps-regional .wpvps-regional-orbit-inner {
        width: 225px;
        height: 225px;
    }

    #wpvps-regional .wpvps-regional-location,
    #wpvps-regional .wpvps-regional-support {
        padding: 10px 11px;
    }

    #wpvps-regional .wpvps-regional-secure {
        left: 0;
    }
}


/* Accesibilidad */

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

    #wpvps-regional .wpvps-regional-orbit-outer,
    #wpvps-regional .wpvps-regional-orbit-inner,
    #wpvps-regional .wpvps-regional-location,
    #wpvps-regional .wpvps-regional-support {
        animation: none;
    }

    #wpvps-regional .wpvps-regional-benefit,
    #wpvps-regional .wpvps-regional-btn {
        transition: none;
    }
}

#wpvps-regional .wpvps-regional-container {
    width: calc(100% - 48px) !important;
    max-width: 1320px !important;
    gap: 55px !important;
}

#wpvps-regional .wpvps-regional-content {
    max-width: 750px !important;
    flex: 1 1 750px !important;
}

#wpvps-regional .wpvps-regional-title {
    max-width: 740px !important;
}

#wpvps-regional .wpvps-regional-description {
    max-width: 720px !important;
}

#wpvps-regional .wpvps-regional-visual {
    width: 430px !important;
    max-width: 430px !important;
    min-width: 400px !important;
    flex: 0 0 430px !important;
}