
/* ==================================================
   NEOTHEK - HOSTING ADMINISTRADO NEXTCLOUD
   Archivo: styles-neothek-nextcloud.css
=================================================== */



/* ==================================================
   01. VARIABLES Y BASE
=================================================== */

.sect-nextcloud,
.nc-section {
    --nc-primary: #0082c9;
    --nc-primary-hover: #006da9;
    --nc-primary-light: #e7f5fd;
    --nc-accent: #57c7f5;

    --nc-dark: #0d1423;
    --nc-dark-soft: #131e32;

    --nc-text: #181822;
    --nc-muted: #596779;

    --nc-border: #e2e8f0;
    --nc-surface: #ffffff;
    --nc-surface-soft: #f5faff;

    --nc-radius: 14px;
    --nc-container: 1120px;
}

.sect-nextcloud {
    position: relative;
    isolation: isolate;
    overflow: hidden;

    background: var(--nc-dark);
    color: var(--nc-text);
}

.sect-nextcloud *,
.nc-section *,
.nc-section *::before,
.nc-section *::after,
.sect-nextcloud *::before,
.sect-nextcloud *::after {
    box-sizing: border-box;
}

.nc-section {
    position: relative;
    padding: 100px 24px;
    background: var(--nc-surface);
}

.nc-container {
    width: 100%;
    max-width: var(--nc-container);

    margin-left: auto;
    margin-right: auto;
}

.nc-section h2,
.nc-section h3,
.sect-nextcloud h1 {
    overflow-wrap: break-word;
}

.nc-section p {
    overflow-wrap: break-word;
}

.nc-section p:last-child {
    margin-bottom: 0;
}


/* ==================================================
   02. HERO
   Nextcloud Administrado — Hero principal
=================================================== */

.sect-nextcloud .nc-hero {
    position: relative;
    z-index: 2;

    padding: 166px 24px 64px;
}


/* ==================================================
   CONTENEDOR PRINCIPAL
=================================================== */

.nc-hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;

    width: 100%;
    max-width: 1080px;

    margin: 0 auto;

    text-align: center;
}


/* ==================================================
   EYEBROW
=================================================== */

.nc-eyebrow {
    margin: 0 0 26px;

    line-height: 1.4;
}


/* Badge: Hosting Nextcloud Gestionado */

.nc-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 8px 18px;

    border: 1px solid var(--nc-accent);
    border-radius: 999px;

    background: rgb(0 130 201 / 12%);

    color: var(--nc-accent);

    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: .04em;

    text-transform: uppercase;
}


/* ==================================================
   H1
=================================================== */

.sect-nextcloud .nc-hero-title {
    width: 100%;
    max-width: 1050px;

    margin: 0;

    color: #f5f6fa;

    font-size: clamp(36px, 4vw, 54px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -.03em;

    text-wrap: balance;
}


/* ==================================================
   DESCRIPCIÓN / HERO TEXT
=================================================== */

.nc-hero-description {
    width: 100%;
    max-width: 760px;

    margin: 24px 0 0;

    color: #c0cad8;

    font-size: clamp(16px, 1.5vw, 18px);
    font-weight: 400;
    line-height: 1.75;

    text-wrap: pretty;
}


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

@media (max-width: 991px) {

    .sect-nextcloud .nc-hero {
        padding: 145px 22px 58px;
    }

    .nc-hero-content {
        max-width: 820px;
    }

    .sect-nextcloud .nc-hero-title {
        max-width: 800px;

        font-size: 46px;
        line-height: 1.09;
        letter-spacing: -.025em;
    }

    .nc-hero-description {
        max-width: 700px;

        font-size: 17px;
        line-height: 1.7;
    }

}


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

@media (max-width: 600px) {

    .sect-nextcloud .nc-hero {
        padding: 125px 18px 48px;
    }

    .nc-hero-content {
        max-width: 100%;
    }

    .nc-eyebrow {
        margin-bottom: 20px;
    }

    .nc-badge {
        padding: 7px 13px;

        font-size: 10px;
        letter-spacing: .035em;
    }

    .sect-nextcloud .nc-hero-title {
        max-width: 100%;

        font-size: 34px;
        line-height: 1.11;
        letter-spacing: -.02em;
    }

    .nc-hero-description {
        max-width: 100%;

        margin-top: 20px;

        font-size: 16px;
        line-height: 1.65;
    }

}

/* ==========================================================
   HERO — APLICACIONES NEXTCLOUD
   Centrado con el contenido principal
========================================================== */

.sect-nextcloud .nc-hero-apps {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;

    width: 100% !important;
    max-width: 1010px !important;

    margin: 26px auto 0 !important;
    padding: 20px 0 0 !important;

    border-top: 1px solid rgba(255,255,255,.12) !important;

    text-align: center !important;
}

.sect-nextcloud .nc-hero-apps-label {
    display: block !important;

    margin: 0 0 11px !important;

    color: rgba(255,255,255,.58) !important;

    font-size: 10px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
}

.sect-nextcloud .nc-hero-apps-list {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;

    gap: 7px !important;

    margin: 0 auto !important;
    padding: 0 !important;
}

.sect-nextcloud .nc-hero-apps-list > span {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: auto !important;
    min-width: 0 !important;

    margin: 0 !important;
    padding: 6px 11px !important;

    border: 1px solid rgba(87,199,245,.25) !important;
    border-radius: 7px !important;

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

    color: rgba(255,255,255,.88) !important;

    font-size: 11px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;

    opacity: 1 !important;
    visibility: visible !important;
}

.sect-nextcloud .nc-hero-apps-list > .nc-hero-app-more {
    border-color: rgba(87,199,245,.40) !important;
    background: rgba(0,130,201,.22) !important;
    color: #8edcff !important;
}


/* MOBILE */

@media (max-width: 600px) {

    .sect-nextcloud .nc-hero-apps {
        margin-top: 22px !important;
        padding-top: 18px !important;
    }

    .sect-nextcloud .nc-hero-apps-list {
        gap: 6px !important;
    }

    .sect-nextcloud .nc-hero-apps-list > span {
        padding: 5px 8px !important;
        font-size: 10px !important;
    }

}


/* ==========================================================
   TRUST BAR — NEXTCLOUD
   Experiencia, backups, VPS y administración
========================================================== */

.nc-trust-bar {
    position: relative;
    z-index: 5;

    padding: 0;

    background: #ffffff;

    border-bottom: 1px solid #e3edf3;
}


/* Grid principal */

.nc-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));

    background: #ffffff;
}


/* Item */

.nc-trust-item {
    position: relative;

    display: flex;
    align-items: center;
    gap: 14px;

    min-width: 0;

    padding: 25px 24px;
}


/* Separadores */

.nc-trust-item:not(:last-child)::after {
    content: "";

    position: absolute;

    top: 24%;
    right: 0;
    bottom: 24%;

    width: 1px;

    background: #e1ebf1;
}


/* Icono */

.nc-trust-icon {
    flex: 0 0 42px;

    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 11px;

    background:
        linear-gradient(
            135deg,
            #eaf7fd 0%,
            #f4fbfe 100%
        );

    color: #0082c9;

    font-size: 17px;

    box-shadow:
        inset 0 0 0 1px rgba(0, 130, 201, .08);
}


/* Texto */

.nc-trust-content {
    display: flex;
    flex-direction: column;

    min-width: 0;
}

.nc-trust-value {
    display: block;

    margin-bottom: 3px;

    color: #0d1423;

    font-size: 14px;
    font-weight: 800;
    line-height: 1.25;
}

.nc-trust-label {
    display: block;

    color: #718391;

    font-size: 10.5px;
    font-weight: 500;
    line-height: 1.45;
}


/* Destacar ligeramente el dato +10 años */

.nc-trust-item:first-child .nc-trust-value {
    color: #0082c9;
}


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

@media (max-width: 1000px) {

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

    .nc-trust-item {
        padding: 22px;
    }

    .nc-trust-item:nth-child(2)::after {
        display: none;
    }

    .nc-trust-item:nth-child(-n+2) {
        border-bottom: 1px solid #e1ebf1;
    }

}


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

@media (max-width: 600px) {

    .nc-trust-grid {
        grid-template-columns: 1fr;
    }

    .nc-trust-item {
        padding: 17px 5px;
    }

    .nc-trust-item:not(:last-child) {
        border-bottom: 1px solid #e5edf2;
    }

    .nc-trust-item::after {
        display: none !important;
    }

    .nc-trust-icon {
        flex-basis: 40px;

        width: 40px;
        height: 40px;

        font-size: 16px;
    }

    .nc-trust-value {
        font-size: 13.5px;
    }

    .nc-trust-label {
        font-size: 10.5px;
    }

}

/* ==================================================
   03. BOTONES
=================================================== */

.nc-hero-actions,
.nc-contact-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;

    gap: 14px;

    width: 100%;
    margin-top: 32px;
}

.nc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    min-width: 220px;
    min-height: 52px;

    padding: 14px 24px;

    border: 1px solid transparent;
    border-radius: 6px;

    font-family: nova-semibold;;
    font-size: 14px;
    line-height: 1.4;

    text-align: center;
    text-decoration: none;

    cursor: pointer;

    transition:
        background-color .2s ease,
        border-color .2s ease,
        color .2s ease;
}

.nc-btn-icon {
    display: inline-block;
    flex-shrink: 0;

    font-size: 16px;
    line-height: 1;
}

.nc-btn-primary {
    background: var(--nc-primary);
    border-color: var(--nc-primary);
    color: #ffffff;
}

.nc-btn-primary:hover {
    background: var(--nc-primary-hover);
    border-color: var(--nc-primary-hover);
    color: #ffffff;
    text-decoration: none;
}

.nc-btn-secondary {
    background: rgb(255 255 255 / 4%);
    border-color: #667085;
    color: #f5f6fa;
}

.nc-btn-secondary:hover {
    background: rgb(255 255 255 / 10%);
    border-color: #aeb6c5;
    color: #ffffff;
    text-decoration: none;
}

.nc-btn:focus-visible,
.nc-text-link:focus-visible {
    outline: 3px solid var(--nc-accent);
    outline-offset: 4px;
}


/* ==================================================
   04. HERO - CARACTERISTICAS
=================================================== */

.nc-hero-benefits {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;

    gap: 16px 30px;

    width: 100%;
    margin: 36px 0 0;
    padding: 26px 0 0;

    border-top: 1px solid rgb(148 163 184 / 20%);

    list-style: none;
}

.nc-hero-benefits li {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    color: #d5dbe7;

    font-size: 14px;
    line-height: 1.5;
}

.nc-hero-benefits i {
    color: var(--nc-accent);
    font-size: 16px;
}


/* ==================================================
   05. HERO - FONDO
=================================================== */

.nc-shape {
    position: absolute;
    z-index: 0;

    pointer-events: none;
    border-radius: 50%;

    filter: blur(75px);
}

.nc-shape-blue {
    top: -20%;
    left: -12%;

    width: 62%;
    height: 75%;

    background: radial-gradient(
        circle,
        rgb(0 82 201 / 50%) 0%,
        transparent 70%
    );
}

.nc-shape-cyan {
    right: -15%;
    bottom: -25%;

    width: 68%;
    height: 80%;

    background: radial-gradient(
        circle,
        rgb(0 180 220 / 28%) 0%,
        transparent 70%
    );
}

.nc-hero-points {
    position: absolute;
    z-index: 0;
    inset: 0;

    pointer-events: none;

    background-image: radial-gradient(
        rgb(87 199 245 / 30%) 1.2px,
        transparent 1.7px
    );

    background-size: 30px 30px;

    mask-image: radial-gradient(
        85% 90% at 50% 40%,
        black 15%,
        transparent 78%
    );
}

.nc-hero-overlay {
    position: absolute;
    z-index: 0;
    inset: 0;

    pointer-events: none;

    background:
        linear-gradient(
            180deg,
            rgb(13 20 35 / 8%) 0%,
            transparent 20%,
            transparent 80%,
            rgb(13 20 35 / 30%) 100%
        );
}


/* ==================================================
   06. TITULOS Y TEXTOS GENERALES
=================================================== */

.nc-section-heading {
    max-width: 780px;
    margin: 0 auto 48px;

    text-align: center;
}

.nc-section-label {
    display: inline-block;

    margin-bottom: 16px;

    color: var(--nc-primary);

    font-size: 12px;
    /*font-weight: 700;*/
    letter-spacing: .07em;
    line-height: 1.5;

    text-transform: uppercase;
    font-family: 'nova-bold';
}

.nc-section-title {
    margin: 0;

    color: var(--nc-text);

    font-size: clamp(28px, 3.2vw, 34px);
    font-weight: 750;
    line-height: 1.2;
    letter-spacing: -.025em;

    text-wrap: balance;
    font-family: 'nova-semibold';
}

.nc-section-description {
    margin: 18px 0 0;

    color: var(--nc-muted);

    font-size: 1.6rem;
    line-height: 1.75;
    font-family: 'nova-regular';
}

.nc-text-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    margin-top: 24px;

    color: var(--nc-primary);

    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;

    text-decoration: none;
    font-family: 'nova-bold';
}

.nc-text-link:hover {
    color: var(--nc-primary-hover);
    text-decoration: underline;
}

.nc-text-link i {
    transition: transform .2s ease;
}


/* ==================================================
   07. INTRODUCCION
=================================================== */

.nc-section-intro {
    padding-top: 110px;
    padding-bottom: 110px;
}

.nc-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);

    align-items: center;

    gap: 72px;
}

.nc-intro-content {
    min-width: 0;
}

.nc-intro-content .nc-section-title {
    margin-bottom: 20px;
}

.nc-intro-content > p:not(.nc-section-description) {
    margin-top: 18px;

    color: var(--nc-muted);

    /*font-size: 16px;*/
    line-height: 1.8;
}


/* ==================================================
   08. VISUAL DE ARCHIVOS
=================================================== */

.nc-intro-visual {
    min-width: 0;
    padding: 12px;
}

.nc-visual-window {
    overflow: hidden;

    border: 1px solid #d9e5ef;
    border-radius: 14px;

    background: #ffffff;

    box-shadow: 0 24px 60px rgb(13 20 35 / 10%);
}

.nc-window-header {
    display: flex;
    align-items: center;
    gap: 12px;

    padding: 16px 20px;

    background: #f4f9fc;
    border-bottom: 1px solid #e5edf4;

    color: #3b4d60;

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

.nc-window-header > i {
    margin-left: auto;
    color: var(--nc-primary);
    font-size: 19px;
}

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

.nc-window-dots span {
    width: 8px;
    height: 8px;

    border-radius: 50%;
    background: #b7c6d5;
}

.nc-window-body {
    display: grid;
    grid-template-columns: 34% minmax(0, 1fr);

    min-height: 245px;
}

.nc-file-sidebar {
    display: flex;
    flex-direction: column;
    gap: 18px;

    padding: 24px 14px;

    background: #f8fbfd;
    border-right: 1px solid #e5edf4;

    color: #617285;
    font-size: 12px;
}

.nc-file-sidebar > span {
    display: flex;
    align-items: center;
    gap: 9px;
}

.nc-file-sidebar-title {
    color: #26374b;
    font-size: 14px;
    font-weight: 700;
}

.nc-file-sidebar i {
    width: 15px;
    color: var(--nc-primary);
    text-align: center;
}

.nc-file-content {
    min-width: 0;
    padding: 22px 14px;
}

.nc-file-content-header {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-bottom: 18px;

    color: #26374b;
    font-size: 13px;
}

.nc-file-content-header i {
    color: #7d8da0;
}

.nc-file-item {
    display: flex;
    align-items: center;
    gap: 9px;

    min-width: 0;
    padding: 12px 0;

    border-bottom: 1px solid #edf1f5;

    color: #506175;
    font-size: 12px;
}

.nc-file-item > span {
    flex: 1;
    min-width: 0;
    overflow-wrap: anywhere;
}

.nc-file-item > i:last-child {
    color: #a2afbd;
}

.nc-file-folder {
    color: #e8a62b;
    font-size: 16px;
}

.nc-file-pdf {
    color: #df5a5a;
    font-size: 16px;
}

.nc-file-excel {
    color: #239c72;
    font-size: 16px;
}

.nc-window-footer {
    display: flex;
    align-items: center;
    gap: 10px;

    padding: 14px 20px;

    border-top: 1px solid #e5edf4;

    color: #6b7d90;
    font-size: 12px;
}

.nc-window-footer i {
    color: var(--nc-primary);
}


/* ==================================================
   09. BENEFICIOS
=================================================== */

.nc-section-benefits {
    background: var(--nc-surface-soft);
}

.nc-benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));

    gap: 22px;
}

.nc-card {
    border: 1px solid var(--nc-border);
    border-radius: var(--nc-radius);

    background: #ffffff;
}

.nc-benefit-card {
    padding: 28px 24px;

    transition:
        border-color .2s ease,
        transform .2s ease;
}

.nc-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 52px;
    height: 52px;

    margin-bottom: 22px;

    border-radius: 12px;

    background: var(--nc-primary-light);
    color: var(--nc-primary);

    font-size: 24px;
}

.nc-benefit-card h3 {
    margin: 0 0 12px;

    color: var(--nc-text);

    /*font-size: 18px;
    font-weight: 700;*/
    line-height: 1.4;
}

.nc-benefit-card p {
    margin: 0;

    color: var(--nc-muted);

    font-size: 14px;
    line-height: 1.75;
}


/* ==========================================================
   04. NEXTCLOUD ADMINISTRADO
   Separación de responsabilidades:
   Neothek administra infraestructura / Cliente Nextcloud
========================================================== */

.nc-section-managed {
    position: relative;
    overflow: hidden;

    background:
        radial-gradient(
            circle at 12% 10%,
            rgba(0, 130, 201, .055),
            transparent 30%
        ),
        #0f1a2d;
}


/* ==========================================================
   ENCABEZADO DE LA SECCIÓN
========================================================== */

.nc-section-managed .nc-section-label {
    color: #39c5f3;
}

.nc-section-managed .nc-section-title {
    color: #f5f8fc;
}

.nc-section-managed .nc-section-description {
    color: #bdcad5;
}


/* ==========================================================
   GRID
========================================================== */

.nc-managed-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 26px;

    max-width: 1120px;

    margin: 48px auto 0;
}


/* ==========================================================
   CARDS
========================================================== */

.nc-managed-card {
    position: relative;
    overflow: hidden;

    display: flex;
    flex-direction: column;

    min-width: 0;

    padding: 32px;

    border: 1px solid rgba(151, 181, 201, .22);
    border-radius: 18px;

    background: rgba(255, 255, 255, .045);

    box-shadow:
        0 15px 35px rgba(0, 0, 0, .16);

    transition:
        transform .22s ease,
        box-shadow .22s ease,
        border-color .22s ease;
}


/* Línea superior */

.nc-managed-card::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;
    right: 0;

    height: 3px;
}


/* Card Neothek */

.nc-managed-card-provider {
    border-color: rgba(41, 182, 230, .36);

    background:
        linear-gradient(
            145deg,
            rgba(0, 130, 201, .09),
            rgba(255, 255, 255, .035)
        );
}

.nc-managed-card-provider::before {
    background:
        linear-gradient(
            90deg,
            #0082c9,
            #29b6e6
        );
}


/* Card cliente */

.nc-managed-card-client {
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, .055),
            rgba(255, 255, 255, .035)
        );
}

.nc-managed-card-client::before {
    background:
        linear-gradient(
            90deg,
            #466c83,
            #7692a3
        );
}


/* Hover */

.nc-managed-card:hover {
    transform: translateY(-3px);

    border-color: rgba(57, 197, 243, .42);

    box-shadow:
        0 20px 45px rgba(0, 0, 0, .22);
}


/* ==========================================================
   BADGES
========================================================== */

.nc-managed-badge {
    align-self: flex-start;

    display: inline-flex;
    align-items: center;

    margin-bottom: 25px;

    padding: 7px 12px;

    border-radius: 6px;

    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .07em;
}


/* Badge Neothek */

.nc-managed-card-provider .nc-managed-badge {
    border: 1px solid rgba(57, 197, 243, .28);

    background: #e8f7fd;

    color: #0078b9;
}


/* Badge cliente */

.nc-managed-card-client .nc-managed-badge {
    border: 1px solid rgba(218, 230, 238, .25);

    background: #eef4f7;

    color: #506b7c;
}


/* ==========================================================
   HEADER DE CADA CARD
========================================================== */

.nc-managed-card-header {
    display: flex;
    align-items: flex-start;

    gap: 18px;
}


/* Iconos */

.nc-managed-card-icon {
    flex: 0 0 50px;

    width: 50px;
    height: 50px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 13px;

    font-size: 19px;
}


/* Icono Neothek */

.nc-managed-card-provider .nc-managed-card-icon {
    background: #e7f6fd;

    color: #0082c9;

    box-shadow:
        inset 0 0 0 1px rgba(0, 130, 201, .10);
}


/* Icono cliente */

.nc-managed-card-client .nc-managed-card-icon {
    background: #eef4f7;

    color: #496f83;

    box-shadow:
        inset 0 0 0 1px rgba(73, 105, 123, .10);
}


/* ==========================================================
   TÍTULOS DE CARDS
========================================================== */

.nc-managed-card h3 {
    margin: 1px 0 10px;

    color: #f5f8fc;

    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
}


/* ==========================================================
   DESCRIPCIÓN DE CARDS
========================================================== */

.nc-managed-card-header p {
    margin: 0;

    color: #aebfcb;

    font-size: 14px;
    font-weight: 400;
    line-height: 1.65;
}


/* ==========================================================
   DIVISOR
========================================================== */

.nc-managed-divider {
    width: 100%;
    height: 1px;

    margin: 27px 0 22px;

    background: rgba(211, 227, 237, .24);
}


/* ==========================================================
   SUBTÍTULOS:
   NOS ENCARGAMOS DE / USTED PUEDE
========================================================== */

.nc-managed-list-title {
    margin: 0 0 16px;

    color: #d2dce3;

    font-size: 11px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: .07em;
}


/* ==========================================================
   LISTAS
========================================================== */

.nc-managed-list {
    display: grid;

    gap: 12px;

    margin: 0;
    padding: 0;

    list-style: none;
}


.nc-managed-list li {
    display: flex;
    align-items: flex-start;

    gap: 11px;

    margin: 0;

    color: #adbec9;

    font-size: 15.5px;
    font-weight: 500;
    line-height: 1.5;
}


/* ==========================================================
   CHECKS
========================================================== */

.nc-managed-list li i {
    flex: 0 0 20px;

    width: 20px;
    height: 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-top: 1px;

    border-radius: 50%;

    font-size: 9px;
}


/* Checks Neothek */

.nc-managed-card-provider .nc-managed-list li i {
    background: #dff4fc;

    color: #0082c9;
}


/* Checks cliente */

.nc-managed-card-client .nc-managed-list li i {
    background: #edf4f7;

    color: #456d82;
}


/* ==========================================================
   RESUMEN INFERIOR
========================================================== */

.nc-managed-summary {
    max-width: 850px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 12px;

    margin: 30px auto 0;
    padding: 16px 22px;

    border: 1px solid rgba(57, 197, 243, .24);
    border-radius: 11px;

    background:
        linear-gradient(
            90deg,
            rgba(0, 130, 201, .12),
            rgba(41, 182, 230, .07)
        );
}


/* Icono resumen */

.nc-managed-summary-icon {
    flex: 0 0 auto;

    color: #39c5f3;

    font-size: 18px;
}


/* Texto resumen */

.nc-managed-summary p {
    margin: 0;

    color: #b8c8d3;

    font-size: 13px;
    font-weight: 500;
    line-height: 1.55;
}


.nc-managed-summary strong {
    color: #f2f7fa;

    font-weight: 800;
}


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

@media (max-width: 900px) {

    .nc-managed-grid {
        grid-template-columns: 1fr;

        max-width: 680px;

        gap: 22px;
    }

}


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

@media (max-width: 600px) {

    .nc-managed-grid {
        margin-top: 34px;
    }


    .nc-managed-card {
        padding: 24px 20px;

        border-radius: 15px;
    }


    .nc-managed-badge {
        margin-bottom: 20px;

        padding: 6px 9px;

        font-size: 9px;
    }


    .nc-managed-card-header {
        gap: 14px;
    }


    .nc-managed-card-icon {
        flex-basis: 43px;

        width: 43px;
        height: 43px;

        border-radius: 11px;

        font-size: 17px;
    }


    .nc-managed-card h3 {
        font-size: 18px;
    }


    .nc-managed-card-header p {
        font-size: 13.5px;
        line-height: 1.6;
    }


    .nc-managed-divider {
        margin: 23px 0 19px;
    }


    .nc-managed-list-title {
        font-size: 10.5px;
    }


    .nc-managed-list {
        gap: 11px;
    }


    .nc-managed-list li {
        font-size: 13px;
    }


    .nc-managed-summary {
        align-items: flex-start;

        margin-top: 21px;
        padding: 14px 16px;
    }


    .nc-managed-summary p {
        font-size: 12.5px;
    }

}


/* ==================================================
   11. FUNCIONALIDADES
=================================================== */

.nc-section-features {
    background: var(--nc-surface-soft);
}

.nc-features-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 24px;
}

.nc-feature-card {
    overflow: hidden;

    border: 1px solid var(--nc-border);
    border-radius: var(--nc-radius);

    background: #ffffff;

    transition:
        border-color .2s ease,
        transform .2s ease;
}

.nc-feature-visual {
    display: flex;
    align-items: center;
    justify-content: center;

    min-height: 190px;

    background: #eaf6fc;
}

.nc-feature-visual-office {
    background: #eef3ff;
}

.nc-feature-visual-talk {
    background: #eaf9f8;
}

.nc-feature-illustration {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 20px;

    color: var(--nc-primary);
    font-size: 42px;
}

.nc-feature-illustration i:nth-child(2) {
    font-size: 30px;
    opacity: .75;
}

.nc-feature-illustration i:nth-child(3) {
    font-size: 25px;
    opacity: .55;
}

.nc-feature-content {
    padding: 26px;
}

.nc-feature-tag {
    display: inline-block;

    margin-bottom: 12px;

    color: var(--nc-primary);

    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
}

.nc-feature-content h3 {
    margin: 0 0 12px;

    color: var(--nc-text);

    /*font-size: 21px;
    font-weight: 750;*/
    line-height: 1.4;
}

.nc-feature-content p {
    margin: 0;

    color: var(--nc-muted);

    font-size: 14px;
    line-height: 1.8;
}

.nc-features-note {
    max-width: 1000px;

    margin: 32px auto 0;

    color: var(--nc-muted);

    font-size: 13px;
    line-height: 1.7;

    text-align: center;
    font-family: 'nova-regular';
}


/* ==========================================================
   05. FUNCIONALIDADES — APLICACIONES ADICIONALES
========================================================== */

.nc-more-apps {
    max-width: 1000px;

    margin: 36px auto 0;
    padding: 25px 28px;

    border: 1px solid #dce8ee;
    border-radius: 14px;

    background: #f8fbfd;
}


/* Encabezado */

.nc-more-apps-heading {
    margin-bottom: 20px;

    text-align: center;
}

.nc-more-apps-label {
    display: block;

    margin-bottom: 5px;

    color: #0082c9;

    font-size: 9px;
    font-weight: 800;
    letter-spacing: .08em;
}

.nc-more-apps-heading h3 {
    margin: 0;

    color: #172b3c;

    font-size: 18px;
    font-weight: 800;
    line-height: 1.35;
}


/* Grid */

.nc-more-apps-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 12px;
}


/* Aplicación */

.nc-more-app {
    display: flex;
    align-items: center;

    gap: 12px;

    padding: 15px 17px;

    border: 1px solid #e1ebf0;
    border-radius: 10px;

    background: #ffffff;
}


/* Icono */

.nc-more-app-icon {
    flex: 0 0 38px;

    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 9px;

    background: #eaf7fd;

    color: #0082c9;

    font-size: 15px;
}


/* Texto */

.nc-more-app strong {
    display: block;

    margin-bottom: 2px;

    color: #213a4b;

    font-size: 13px;
    font-weight: 800;
}

.nc-more-app span {
    display: block;

    color: #728592;

    font-size: 11px;
    line-height: 1.4;
}


/* Nota */

.nc-more-apps-note {
    margin: 17px 0 0;

    color: #84949f;

    font-size: 10.5px;
    line-height: 1.5;

    text-align: center;
}


/* Tablet / móvil */

@media (max-width: 700px) {

    .nc-more-apps {
        padding: 22px 18px;
    }

    .nc-more-apps-grid {
        grid-template-columns: 1fr;
    }

    .nc-more-apps-heading h3 {
        font-size: 16px;
    }

}

/* ==================================================
   12. SEGURIDAD Y RESPALDOS
=================================================== */

.nc-section-security {
    background: #eaf6fc;
}

.nc-security-grid {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);

    align-items: center;

    gap: 64px;
}

.nc-security-content .nc-section-title {
    color: #12344a;
}

.nc-security-content .nc-section-description {
    color: #526777;
}

.nc-security-content > p:not(.nc-section-description) {
    margin-top: 20px;

    color: #526777;

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

.nc-security-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 16px;
}

.nc-security-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;

    min-width: 0;
    padding: 22px;

    border: 1px solid #d6eaf5;
    border-radius: 12px;

    background: #ffffff;
}

.nc-security-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 42px;
    height: 42px;
    flex-shrink: 0;

    border-radius: 10px;

    background: var(--nc-primary-light);
    color: var(--nc-primary);

    font-size: 19px;
}

.nc-security-card h3 {
    margin: 0 0 8px;

    color: #12344a;

    font-size: 16px;
    /*font-weight: 700;*/
    line-height: 1.4;
    font-family: 'nova-regular-cond';
}

.nc-security-card p {
    margin: 0;

    color: #526777;

    font-size: 13px;
    line-height: 1.7;
}

.nc-security-notice {
    display: flex;
    align-items: flex-start;
    gap: 12px;

    margin-top: 32px;
    padding: 18px 22px;

    border: 1px solid #d2e8f5;
    border-radius: 10px;

    background: #ffffff;
    font-family: 'nova-regular';
}

.nc-security-notice > i {
    flex-shrink: 0;

    margin-top: 3px;

    color: var(--nc-primary);
    font-size: 18px;
}

.nc-security-notice p {
    margin: 0;

    color: #526777;

    font-size: 13px;
    line-height: 1.7;
}


/* ==================================================
   13. PUBLICO OBJETIVO
=================================================== */

.nc-section-audience {
    background: #ffffff;
}

.nc-audience-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));

    gap: 22px;
}

.nc-audience-card {
    padding: 28px 24px;

    border: 1px solid var(--nc-border);
    border-radius: var(--nc-radius);

    background: #ffffff;

    transition:
        border-color .2s ease,
        transform .2s ease;
}

.nc-audience-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 48px;
    height: 48px;

    margin-bottom: 20px;

    border-radius: 12px;

    background: var(--nc-primary-light);
    color: var(--nc-primary);

    font-size: 22px;
}

.nc-audience-card h3 {
    margin: 0 0 12px;

    color: var(--nc-text);

    font-size: 18px;
    /*font-weight: 700;*/
    line-height: 1.4;
    font-family: 'nova-regular-cond';
}

.nc-audience-card p {
    margin: 0;

    color: var(--nc-muted);

    font-size: 14px;
    line-height: 1.75;
}


/* ==================================================
   14. PLANES
=================================================== */

/* ==========================================================
   NEXTCLOUD ADMINISTRADO
   PLANES VOLT / PULSE / QUANTUM
========================================================== */


/* ----------------------------------------------------------
   FONDO GENERAL
---------------------------------------------------------- */

.nc-section-plans {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 8% 12%,
            rgba(0, 130, 201, 0.08),
            transparent 28%
        ),
        radial-gradient(
            circle at 92% 82%,
            rgba(87, 199, 245, 0.10),
            transparent 30%
        ),
        linear-gradient(
            180deg,
            #f5faff 0%,
            #eef7fc 100%
        );
}


/* Decoración sutil */

.nc-section-plans::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(0, 130, 201, 0.08);
    border-radius: 50%;
    top: -240px;
    right: -130px;
    pointer-events: none;
}

.nc-section-plans::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border: 1px solid rgba(0, 130, 201, 0.07);
    border-radius: 50%;
    bottom: -160px;
    left: -90px;
    pointer-events: none;
}

.nc-section-plans .nc-container {
    position: relative;
    z-index: 2;

    /* Un poco más de ancho para que las tres tarjetas respiren mejor */
    width: min(1320px, calc(100% - 40px));
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
}


/* ----------------------------------------------------------
   ENCABEZADO
---------------------------------------------------------- */

.nc-plans-heading {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


/* ==========================================================
   SELECTOR DE FACTURACIÓN
========================================================== */

.nc-billing-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 38px 0 54px;
}

.nc-billing-title {
    display: block;
    margin-bottom: 13px;

    color: #536779;

    font-size: 13.5px;
    font-weight: 700;
    letter-spacing: 0.04em;
}


/* Contenedor */

.nc-billing-selector {
    display: inline-flex;
    align-items: stretch;

    padding: 6px;

    background: #ffffff;

    border: 1px solid #d7e5ee;
    border-radius: 15px;

    box-shadow:
        0 8px 28px rgba(13, 20, 35, 0.07);
}


/* Botones */

.nc-billing-option {
    position: relative;

    min-width: 108px;
    min-height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;

    padding: 9px 16px;

    border: 0;
    border-radius: 10px;

    background: transparent;

    color: #425568;

    font-family: inherit;
    font-size: 14.5px;
    font-weight: 700;

    cursor: pointer;

    transition:
        background 0.2s ease,
        color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.nc-billing-option small {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 3px 6px;

    border-radius: 20px;

    background: #e8f7ee;

    color: #18864b;

    font-size: 10px;
    font-weight: 800;
}


/* Hover */

.nc-billing-option:hover:not(.is-active) {
    background: #f3f8fb;
    color: #0082c9;
}


/* Activo */

.nc-billing-option.is-active {
    background:
        linear-gradient(
            135deg,
            #0082c9 0%,
            #0074b5 100%
        );

    color: #ffffff;

    box-shadow:
        0 7px 18px rgba(0, 130, 201, 0.22);
}

.nc-billing-option.is-active small {
    background: rgba(255, 255, 255, 0.18);
    color: #ffffff;
}


/* Mayor ahorro */

.nc-billing-best {
    padding-top: 13px;
}

.nc-billing-popular {
    position: absolute;
    top: -26px;
    left: 50%;

    transform: translateX(-50%);

    white-space: nowrap;

    padding: 4px 8px;

    border-radius: 20px;

    background: #e7f7ed;
    color: #148347;
    border: 1px solid #c9ead6;

    font-size: 8.5px;
    font-weight: 800;
    letter-spacing: 0.07em;
}


/* Focus accesible */

.nc-billing-option:focus-visible {
    outline: 3px solid rgba(0, 130, 201, 0.24);
    outline-offset: 3px;
}


/* ==========================================================
   GRID DE PLANES
========================================================== */

.nc-plans-grid-v2 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;

    align-items: stretch;
}


/* ==========================================================
   CARD GENERAL
========================================================== */

.nc-plan-card-v2 {
    position: relative;

    display: flex;
    flex-direction: column;

    min-width: 0;

    padding: 32px 28px 30px;

    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #fbfdfe 100%
        );

    border: 1px solid #d9e6ee;
    border-radius: 20px;

    box-shadow:
        0 12px 38px rgba(13, 20, 35, 0.07);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.nc-plan-card-v2:hover {
    transform: translateY(-5px);

    border-color: rgba(0, 130, 201, 0.35);

    box-shadow:
        0 22px 52px rgba(13, 20, 35, 0.12);
}


/* ==========================================================
   PLAN DESTACADO — PULSE
========================================================== */

.nc-plan-card-v2.nc-plan-featured {
    border: 2px solid #0082c9;

    box-shadow:
        0 20px 55px rgba(0, 130, 201, 0.15);

    transform: translateY(-9px);
}

.nc-plan-card-v2.nc-plan-featured:hover {
    transform: translateY(-13px);

    box-shadow:
        0 26px 65px rgba(0, 130, 201, 0.20);
}


/* Badge */

.nc-plan-featured-badge {
    position: absolute;
    top: -15px;
    left: 50%;

    transform: translateX(-50%);

    display: inline-flex;
    align-items: center;
    gap: 6px;

    white-space: nowrap;

    padding: 7px 15px;

    border-radius: 30px;

    background:
        linear-gradient(
            135deg,
            #0082c9,
            #00a7e7
        );

    color: #ffffff;

    box-shadow:
        0 7px 18px rgba(0, 130, 201, 0.25);

    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
}


/* ==========================================================
   CABECERA DEL PLAN
========================================================== */

.nc-plan-top {
    min-height: 135px;
}

.nc-plan-eyebrow {
    display: block;

    margin-bottom: 8px;

    color: #0082c9;

    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.10em;
}

.nc-plan-name {
    margin: 0 0 9px;

    color: #0d1423;

    font-size: 29px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.03em;
}

.nc-plan-summary {
    margin: 0;

    color: #66798a;

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


/* ==========================================================
   PRECIO
========================================================== */

.nc-plan-price-v2 {
    padding: 22px 0 20px;

    border-top: 1px solid #edf2f5;
}

.nc-plan-old-price {
    min-height: 21px;

    opacity: 0;
    visibility: hidden;

    transition: opacity 0.2s ease;
}

.nc-plan-old-price.is-visible {
    opacity: 1;
    visibility: visible;
}

.nc-old-price-value {
    color: #8c9aa6;

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

    text-decoration: line-through;
}


/* Precio principal */

.nc-price-main {
    display: flex;
    align-items: baseline;

    color: #0d1423;
}

.nc-price-currency {
    margin-right: 3px;

    color: #0082c9;

    font-size: 20px;
    font-weight: 800;
}

.nc-price-value {
    color: #0d1423;

    font-size: 43px;
    font-weight: 800;
    line-height: 1;

    letter-spacing: -0.045em;
}

.nc-price-period {
    margin-left: 5px;

    color: #687b8b;

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


/* Ahorro */

.nc-price-saving {
    min-height: 29px;
    padding-top: 8px;
}

.nc-saving-badge {
    display: inline-flex;
    align-items: center;

    padding: 4px 8px;

    border-radius: 20px;

    background: #e7f7ed;
    color: #148347;

    font-size: 10px;
    font-weight: 800;
}


/* Facturación */

.nc-price-billing {
    min-height: 38px;

    margin: 2px 0 0;

    color: #758694;

    font-size: 13px;
    line-height: 1.5;
}

.nc-price-billing strong {
    color: #536574;
}

.nc-price-billing small {
    display: block;

    margin-top: 2px;

    color: #16824a;

    font-size: 10.5px;
    font-weight: 700;
}


/* ==========================================================
   BOTÓN
========================================================== */

.nc-plan-card-v2 .nc-btn-plan {
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;

    margin-bottom: 28px;

    padding: 13px 18px;

    border-radius: 10px;

    background: #0d1423;
    color: #ffffff;

    text-decoration: none;

    font-size: 13.5px;
    font-weight: 700;

    transition:
        background 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.nc-plan-card-v2 .nc-btn-plan:hover {
    background: #182338;

    color: #ffffff;

    transform: translateY(-1px);

    box-shadow:
        0 8px 20px rgba(13, 20, 35, 0.16);
}


/* PULSE */

.nc-plan-featured .nc-btn-plan {
    background:
        linear-gradient(
            135deg,
            #0082c9,
            #0073b3
        );

    box-shadow:
        0 8px 20px rgba(0, 130, 201, 0.20);
}

.nc-plan-featured .nc-btn-plan:hover {
    background:
        linear-gradient(
            135deg,
            #0078bb,
            #006ca9
        );
}


/* ==========================================================
   SECCIONES INTERNAS
========================================================== */

.nc-plan-section {
    padding: 23px 0;

    border-top: 1px solid #e8eef2;
}

.nc-plan-section-title {
    display: block;

    margin-bottom: 16px;

    color: #526575;

    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.10em;
}


/* ==========================================================
   ALMACENAMIENTO DESTACADO
========================================================== */

.nc-resource-storage {
    display: flex;
    align-items: center;
    gap: 14px;

    margin-bottom: 14px;
    padding: 15px;

    border: 1px solid rgba(0, 130, 201, 0.15);
    border-radius: 13px;

    background:
        linear-gradient(
            135deg,
            rgba(0, 130, 201, 0.065),
            rgba(87, 199, 245, 0.06)
        );
}

.nc-resource-storage-icon {
    flex: 0 0 43px;

    width: 43px;
    height: 43px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 11px;

    background: #ffffff;

    color: #0082c9;

    box-shadow:
        0 5px 14px rgba(0, 130, 201, 0.10);

    font-size: 17px;
}

.nc-resource-storage-content {
    display: flex;
    flex-direction: column;

    min-width: 0;
}

.nc-resource-storage-value {
    color: #0d1423;

    font-size: 17px;
    font-weight: 800;
}

.nc-resource-storage-label {
    margin-top: 1px;

    color: #657888;

    font-size: 11.5px;
}

.nc-resource-expand {
    margin-top: 5px;

    color: #0082c9;

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

.nc-resource-expand i {
    margin-right: 4px;

    font-size: 9px;
}


/* ==========================================================
   OTROS RECURSOS
========================================================== */

.nc-resource-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
}

.nc-resource-item {
    min-width: 0;

    display: flex;
    align-items: center;
    gap: 9px;

    padding: 11px 10px;

    border: 1px solid #e4ebf0;
    border-radius: 10px;

    background: #ffffff;
}

.nc-resource-item > i {
    flex: 0 0 28px;

    width: 28px;
    height: 28px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 8px;

    background: #eef8fd;

    color: #0082c9;

    font-size: 12px;
}

.nc-resource-item div {
    display: flex;
    flex-direction: column;

    min-width: 0;
}

.nc-resource-item strong {
    color: #152133;

    font-size: 12.5px;
    font-weight: 800;
}

.nc-resource-item span {
    margin-top: 1px;

    color: #82909c;

    font-size: 10.5px;
}


/* ==========================================================
   LISTA DE CARACTERÍSTICAS
========================================================== */

.nc-plan-features-v2 {
    list-style: none;

    margin: 0;
    padding: 0;
}

.nc-plan-features-v2 li {
    display: flex;
    align-items: flex-start;
    gap: 9px;

    margin-bottom: 11px;

    color: #536676;

    font-size: 13px;
    line-height: 1.5;
}

.nc-plan-features-v2 li:last-child {
    margin-bottom: 0;
}

.nc-plan-features-v2 li > i {
    flex: 0 0 19px;

    width: 19px;
    height: 19px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-top: 0;

    border-radius: 50%;

    background: #e8f7ee;

    color: #17864b;

    font-size: 8px;
}


/* ==========================================================
   INCLUYE TODO LO DEL PLAN ANTERIOR
========================================================== */

.nc-plan-inherits {
    display: flex;
    align-items: center;
    gap: 11px;

    margin: 23px 0 0;
    padding: 14px;

    border: 1px solid rgba(0, 130, 201, 0.18);
    border-radius: 11px;

    background:
        linear-gradient(
            135deg,
            #f0f9fd,
            #f8fcfe
        );
}

.nc-plan-inherits-icon {
    flex: 0 0 35px;

    width: 35px;
    height: 35px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #0082c9;
    color: #ffffff;

    font-size: 15px;

    box-shadow:
        0 5px 13px rgba(0, 130, 201, 0.18);
}

.nc-plan-inherits > div:last-child {
    display: flex;
    flex-direction: column;
}

.nc-plan-inherits strong {
    color: #006da9;

    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: 0.035em;
}

.nc-plan-inherits span {
    margin-top: 2px;

    color: #718391;

    font-size: 10.5px;
    line-height: 1.4;
}


/* ==========================================================
   UPGRADES
========================================================== */

.nc-plan-upgrades li > i {
    background: #eef8fd;
    color: #0082c9;
}


/* 2X — argumento comercial destacado */

.nc-plan-upgrades .nc-upgrade-highlight {
    align-items: center;

    margin-bottom: 14px;
    padding: 10px 11px;

    border: 1px solid rgba(0, 130, 201, 0.16);
    border-radius: 9px;

    background: #f0f9fd;

    color: #365365;

    font-weight: 700;
}

.nc-upgrade-x {
    flex: 0 0 auto;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 4px 7px;

    border-radius: 6px;

    background: #0082c9;
    color: #ffffff;

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


/* ==========================================================
   USO SIMULTÁNEO / CONCURRENCIA RELATIVA
========================================================== */

.nc-concurrency {
    margin-top: 16px;
    padding: 14px 15px;

    border: 1px solid #dce9ef;
    border-radius: 11px;

    background: #f8fbfd;
}

.nc-concurrency-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 9px;
}

.nc-concurrency-head span {
    color: #718793;
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: 0.06em;
}

.nc-concurrency-head strong {
    color: #0082c9;
    font-size: 13px;
    font-weight: 800;
}

.nc-concurrency-meter {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 5px;
    margin-bottom: 9px;
}

.nc-concurrency-meter span {
    height: 6px;
    border-radius: 20px;
    background: #dce7ec;
}

.nc-concurrency-meter span.is-active {
    background: linear-gradient(90deg, #0082c9 0%, #26b7e7 100%);
}

.nc-concurrency-text {
    margin: 0;
    color: #71838e;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.45;
}


/* ==========================================================
   NOTAS INFERIORES
========================================================== */

.nc-plans-footer {
    max-width: 940px;

    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;

    margin: 35px auto 0;
}

.nc-plans-footer p {
    display: flex;
    align-items: flex-start;
    gap: 10px;

    margin: 0;
    padding: 13px 15px;

    border: 1px solid #dce8ef;
    border-radius: 10px;

    background: rgba(255, 255, 255, 0.70);

    color: #6d7e8c;

    font-size: 11.5px;
    line-height: 1.5;
}

.nc-plans-footer i {
    margin-top: 2px;

    color: #0082c9;

    font-size: 13px;
}

.nc-plans-footer strong {
    color: #526675;
}


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

@media (max-width: 1100px) {

    .nc-plans-grid-v2 {
        gap: 15px;
    }

    .nc-plan-card-v2 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .nc-price-value {
        font-size: 38px;
    }

}


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

@media (max-width: 900px) {

    .nc-plans-grid-v2 {
        grid-template-columns: 1fr;

        max-width: 620px;

        margin-left: auto;
        margin-right: auto;

        gap: 30px;
    }

    .nc-plan-card-v2.nc-plan-featured {
        transform: none;
    }

    .nc-plan-card-v2.nc-plan-featured:hover {
        transform: translateY(-5px);
    }

    .nc-plan-top {
        min-height: auto;
    }

    .nc-billing-selector {
        width: 100%;
        max-width: 600px;
    }

    .nc-billing-option {
        flex: 1;

        min-width: 0;

        padding-left: 9px;
        padding-right: 9px;
    }

}


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

@media (max-width: 600px) {

    .nc-billing-wrap {
        margin-bottom: 42px;
    }

    .nc-billing-selector {
        display: grid;
        grid-template-columns: repeat(2, 1fr);

        gap: 6px;
    }

    .nc-billing-option {
        width: 100%;

        min-height: 50px;
    }

    .nc-billing-best {
        margin-top: 15px;
    }

    .nc-billing-popular {
        top: -18px;
    }

    .nc-plan-card-v2 {
        padding: 27px 20px 25px;

        border-radius: 16px;
    }

    .nc-plan-name {
        font-size: 27px;
    }

    .nc-price-value {
        font-size: 40px;
    }

    .nc-resource-grid {
        grid-template-columns: 1fr 1fr;
    }

    .nc-plans-footer {
        grid-template-columns: 1fr;
    }

}


/* ==========================================================
   MOBILE PEQUEÑO
========================================================== */

@media (max-width: 420px) {

    .nc-resource-grid {
        grid-template-columns: 1fr;
    }

    .nc-billing-option {
        font-size: 12px;
    }

}


/* ==========================================================
   ACCESIBILIDAD — REDUCIR ANIMACIONES
========================================================== */

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

    .nc-plan-card-v2,
    .nc-billing-option,
    .nc-plan-card-v2 .nc-btn-plan {
        transition: none;
    }

}


/* ==========================================================
   08.5 NEXTCLOUD ADMINISTRADO
   Bloque SEO / disponibilidad regional
========================================================== */

.nc-section-regional {
    position: relative;

    padding: 78px 0;

    background: #ffffff;
}


/* ==========================================================
   CONTENEDOR PRINCIPAL
========================================================== */

.nc-regional-box {
    position: relative;
    overflow: hidden;

    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(370px, .75fr);
    align-items: center;

    gap: 54px;

    padding: 44px 50px;

    border: 1px solid #dbeaf1;
    border-radius: 20px;

    background:
        radial-gradient(
            circle at 100% 0%,
            rgba(0, 130, 201, .10) 0,
            rgba(0, 130, 201, 0) 34%
        ),
        linear-gradient(
            135deg,
            #f8fcfe 0%,
            #f3f9fc 100%
        );

    box-shadow:
        0 20px 55px rgba(19, 52, 73, .07);
}


/* Línea decorativa superior */

.nc-regional-box::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 4px;

    background: linear-gradient(
        90deg,
        #0082c9 0%,
        #29b6e6 55%,
        rgba(41, 182, 230, 0) 100%
    );
}


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

.nc-regional-content {
    position: relative;
    z-index: 2;

    max-width: 690px;
}


/* H2 */

.nc-regional-title {
    max-width: 650px;

    margin: 12px 0 18px;

    color: #0d1423;

    font-size: clamp(30px, 2.7vw, 39px);
    font-weight: 800;
    line-height: 1.13;
    letter-spacing: -.025em;

    text-wrap: balance;
}


/* Párrafos */

.nc-regional-description {
    max-width: 680px;

    margin: 0 0 14px;

    color: #607583;

    font-size: 15.5px;
    font-weight: 400;
    line-height: 1.72;
}


.nc-regional-description:last-of-type {
    margin-bottom: 22px;
}


/* ==========================================================
   ENLACE
========================================================== */

.nc-regional-link {
    display: inline-flex;
    align-items: center;

    gap: 9px;

    color: #0082c9;

    font-size: 14px;
    font-weight: 700;

    text-decoration: none;

    transition:
        color .2s ease,
        gap .2s ease;
}


.nc-regional-link:hover {
    gap: 12px;

    color: #006da9;

    text-decoration: none;
}


.nc-regional-link i {
    font-size: 11px;
}


/* ==========================================================
   PANEL DERECHO
========================================================== */

.nc-regional-summary {
    position: relative;
    z-index: 2;

    width: 100%;

    overflow: hidden;

    border: 1px solid #d8e8ef;
    border-radius: 16px;

    background: rgba(255, 255, 255, .94);

    box-shadow:
        0 12px 32px rgba(25, 62, 82, .07);
}


/* Cabecera del panel */

.nc-regional-summary-title {
    padding: 17px 20px;

    border-bottom: 1px solid #e4edf2;

    background: #f8fbfd;
}


.nc-regional-summary-title span {
    color: #718591;

    font-size: 10.5px;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: .07em;

    text-transform: uppercase;
}


/* ==========================================================
   LISTA DE CARACTERÍSTICAS
========================================================== */

.nc-regional-features {
    margin: 0;
    padding: 5px 20px;

    list-style: none;
}


.nc-regional-features li {
    display: flex;
    align-items: center;

    gap: 14px;

    padding: 15px 0;

    border-bottom: 1px solid #e8eff3;
}


.nc-regional-features li:last-child {
    border-bottom: 0;
}


/* Iconos */

.nc-regional-icon {
    flex: 0 0 40px;

    width: 40px;
    height: 40px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border-radius: 10px;

    background: #eaf7fd;

    color: #0082c9;

    font-size: 14px;
}


/* Contenedor del texto */

.nc-regional-features li > div {
    display: flex;
    flex-direction: column;

    gap: 2px;

    min-width: 0;
}


/* Título de característica */

.nc-regional-features strong {
    color: #172532;

    font-size: 13.5px;
    font-weight: 750;
    line-height: 1.35;
}


/* Descripción de característica */

.nc-regional-features li > div > span {
    color: #778a96;

    font-size: 11.5px;
    font-weight: 400;
    line-height: 1.45;
}


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

@media (max-width: 991px) {

    .nc-section-regional {
        padding: 68px 0;
    }

    .nc-regional-box {
        grid-template-columns: 1fr;

        gap: 36px;

        padding: 42px;
    }

    .nc-regional-content {
        max-width: 760px;
    }

    .nc-regional-title,
    .nc-regional-description {
        max-width: 760px;
    }

    .nc-regional-summary {
        max-width: 620px;
    }

}


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

@media (max-width: 600px) {

    .nc-section-regional {
        padding: 52px 0;
    }

    .nc-regional-box {
        grid-template-columns: 1fr;

        gap: 28px;

        padding: 30px 22px;

        border-radius: 15px;
    }

    .nc-regional-title {
        max-width: 100%;

        margin-top: 10px;

        font-size: 28px;
        line-height: 1.16;
        letter-spacing: -.02em;
    }

    .nc-regional-description {
        max-width: 100%;

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

    .nc-regional-summary {
        max-width: 100%;

        border-radius: 13px;
    }

    .nc-regional-summary-title {
        padding: 15px 16px;
    }

    .nc-regional-features {
        padding: 4px 16px;
    }

    .nc-regional-features li {
        gap: 12px;

        padding: 14px 0;
    }

    .nc-regional-icon {
        flex: 0 0 38px;

        width: 38px;
        height: 38px;

        font-size: 13px;
    }

    .nc-regional-features strong {
        font-size: 13px;
    }

    .nc-regional-features li > div > span {
        font-size: 11px;
    }

}

/* ==================================================
   15. PREGUNTAS FRECUENTES
=================================================== */

.nc-section-faq {
    background: #ffffff;
}

.nc-faq-grid {
    display: block;
    grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr);

    align-items: start;

    gap: 64px;
}

.nc-faq-intro {
    /*position: sticky;*/
    top: 30px;
}

.nc-faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.nc-faq-item {
    overflow: hidden;

    border: 1px solid var(--nc-border);
    border-radius: 10px;

    background: #ffffff;
}

.nc-faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;

    padding: 20px 22px;

    color: var(--nc-text);

    font-size: 15px;
    font-weight: 650;
    line-height: 1.6;

    cursor: pointer;
    list-style: none;
}

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

.nc-faq-item summary::marker {
    content: "";
}

.nc-faq-item summary i {
    flex-shrink: 0;

    color: var(--nc-primary);
    font-size: 14px;

    transition: transform .2s ease;
}

.nc-faq-item[open] summary {
    color: var(--nc-primary);
}

.nc-faq-item[open] summary i {
    transform: rotate(45deg);
}

.nc-faq-answer {
    padding: 0 22px 22px;
}

.nc-faq-answer p {
    margin: 0;

    color: var(--nc-muted);

    font-size: 14px;
    line-height: 1.8;
}

.nc-faq-item summary:focus-visible {
    outline: 3px solid var(--nc-primary);
    outline-offset: -3px;
}


/* ==========================================================
   CTA FINAL — NEXTCLOUD
========================================================== */

.nc-final-cta {
    position: relative;

    padding: 72px 0 82px;

    background: #ffffff;
}


/* ==========================================================
   CONTENEDOR PRINCIPAL
========================================================== */

.nc-final-cta-box {
    position: relative;
    overflow: hidden;

    display: flex;
    flex-direction: column;
    align-items: center;

    width: 100%;

    padding: 62px 50px 58px;

    border: 1px solid rgba(87, 199, 245, .18);
    border-radius: 20px;

    background:
        radial-gradient(
            circle at 100% 100%,
            rgba(0, 130, 201, .22) 0%,
            rgba(0, 130, 201, .07) 28%,
            transparent 52%
        ),
        radial-gradient(
            circle at 0% 0%,
            rgba(0, 130, 201, .20) 0%,
            rgba(0, 130, 201, .06) 30%,
            transparent 52%
        ),
        #0d1423;

    box-shadow:
        0 24px 55px rgba(13, 20, 35, .12);

    text-align: center;
}


/* ==========================================================
   ICONO
========================================================== */

.nc-final-cta-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 58px;
    height: 58px;

    margin-bottom: 26px;

    border: 1px solid rgba(87, 199, 245, .45);
    border-radius: 15px;

    background: rgba(0, 130, 201, .13);

    color: #42c4f4;

    font-size: 25px;

    box-shadow:
        inset 0 0 20px rgba(0, 130, 201, .08);
}


/* ==========================================================
   EYEBROW
========================================================== */

.nc-final-cta-label {
    display: block;

    margin-bottom: 20px;

    color: #42c4f4;

    font-size: 12px;
    font-weight: 800;
    line-height: 1.4;

    letter-spacing: .10em;
    text-transform: uppercase;
}


/* ==========================================================
   TÍTULO
========================================================== */

.nc-final-cta-title {
    width: 100%;
    max-width: 760px;

    margin: 0 auto;

    color: #f5f7fa;

    font-size: clamp(30px, 3.1vw, 44px);
    font-weight: 700;
    line-height: 1.17;

    letter-spacing: -.025em;

    text-wrap: balance;
}


/* ==========================================================
   DESCRIPCIÓN
========================================================== */

.nc-final-cta-description {
    width: 100%;
    max-width: 790px;

    margin: 24px auto 0;

    color: #c2ccda;

    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;

    text-wrap: pretty;
}


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

.nc-final-cta-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;

    gap: 14px;

    margin-top: 30px;
}


.nc-final-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 12px;

    min-height: 54px;

    padding: 0 26px;

    border-radius: 6px;

    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;

    text-decoration: none !important;

    transition:
        transform .2s ease,
        background .2s ease,
        border-color .2s ease,
        box-shadow .2s ease;
}


/* Primario */

.nc-final-cta-btn-primary {
    border: 1px solid #078ed1;

    background: #078ed1;
    color: #ffffff !important;

    box-shadow:
        0 8px 20px rgba(0, 130, 201, .16);
}

.nc-final-cta-btn-primary:hover {
    transform: translateY(-2px);

    background: #0799df;
    border-color: #0799df;

    box-shadow:
        0 12px 26px rgba(0, 130, 201, .24);
}


/* Secundario */

.nc-final-cta-btn-secondary {
    border: 1px solid rgba(255, 255, 255, .28);

    background: rgba(255, 255, 255, .035);

    color: #ffffff !important;
}

.nc-final-cta-btn-secondary:hover {
    transform: translateY(-2px);

    border-color: rgba(87, 199, 245, .55);

    background: rgba(87, 199, 245, .08);
}


/* ==========================================================
   CANALES DE ATENCIÓN
========================================================== */

.nc-final-cta-channels {
    position: relative;

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;

    gap: 28px;

    margin-top: 34px;
    padding-top: 24px;

    color: rgba(255, 255, 255, .78);

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


/* Línea superior */

.nc-final-cta-channels::before {
    content: "";

    position: absolute;
    top: 0;
    left: 50%;

    width: 290px;
    max-width: 100%;
    height: 1px;

    transform: translateX(-50%);

    background: rgba(255, 255, 255, .13);
}


.nc-final-cta-channels > span {
    display: inline-flex;
    align-items: center;

    gap: 8px;
}


.nc-final-cta-channels i {
    color: #42c4f4;

    font-size: 15px;
}


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

@media (max-width: 900px) {

    .nc-final-cta {
        padding: 60px 0 70px;
    }

    .nc-final-cta-box {
        padding: 54px 34px 50px;
    }

    .nc-final-cta-description {
        max-width: 680px;
    }

}


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

@media (max-width: 600px) {

    .nc-final-cta {
        padding: 46px 0 56px;
    }

    .nc-final-cta-box {
        padding: 42px 20px 38px;

        border-radius: 16px;
    }


    .nc-final-cta-icon {
        width: 52px;
        height: 52px;

        margin-bottom: 22px;

        font-size: 22px;
    }


    .nc-final-cta-label {
        margin-bottom: 16px;

        font-size: 10.5px;
    }


    .nc-final-cta-title {
        font-size: 29px;
        line-height: 1.18;
    }


    .nc-final-cta-description {
        margin-top: 20px;

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


    .nc-final-cta-actions {
        width: 100%;

        margin-top: 26px;
    }


    .nc-final-cta-btn {
        width: 100%;

        min-height: 52px;

        padding: 0 18px;
    }


    .nc-final-cta-channels {
        gap: 18px;

        margin-top: 30px;
        padding-top: 22px;

        font-size: 11px;
    }

}



/* ==================================================
   17. RESPONSIVE - TABLET
=================================================== */

@media (max-width: 1024px) {

    .nc-section {
        padding: 80px 24px;
    }

    .nc-benefits-grid,
    .nc-audience-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nc-intro-grid,
    .nc-security-grid {
        gap: 40px;
    }

    .nc-plans-grid {
        gap: 16px;
    }

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

    .nc-faq-grid {
        gap: 40px;
    }

}


/* ==================================================
   18. RESPONSIVE - MOVIL
=================================================== */

@media (max-width: 768px) {

    .sect-nextcloud .nc-hero {
        padding: 154px 20px 48px;
    }

    .sect-nextcloud .nc-hero-title {
        font-size: clamp(32px, 6vw, 44px);
        line-height: 1.15;
    }

    .nc-hero-description {
        margin-top: 20px;
        font-size: 16px;
        line-height: 1.7;
    }

    .nc-hero-actions,
    .nc-contact-actions {
        gap: 12px;
        margin-top: 28px;
    }

    .nc-hero-benefits {
        gap: 16px 20px;
        margin-top: 30px;
    }

    .nc-intro-grid,
    .nc-security-grid,
    .nc-faq-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 40px;
    }

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

    .nc-security-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

    .nc-plans-grid {
        grid-template-columns: minmax(0, 1fr);
        max-width: 540px;
        margin: 0 auto;
    }

    .nc-faq-intro {
        position: static;
    }

    .nc-contact-box {
        padding: 48px 24px;
    }

}


/* ==================================================
   19. RESPONSIVE - MOVIL PEQUEÑO
=================================================== */

@media (max-width: 480px) {

    .nc-section {
        padding: 60px 20px;
    }

    .sect-nextcloud .nc-hero {
        padding: 98px 20px 36px;
    }

    .nc-eyebrow {
        margin-bottom: 20px;
    }

    .nc-badge {
        padding: 7px 14px;
        font-size: 11px;
    }

    .sect-nextcloud .nc-hero-title {
        font-size: clamp(30px, 8vw, 36px);
        letter-spacing: -.025em;
    }

    .nc-hero-actions,
    .nc-contact-actions {
        flex-direction: column;
        align-items: stretch;

        width: 100%;
        max-width: 360px;
    }

    .nc-btn {
        width: 100%;
        min-width: 0;
        min-height: 50px;

        padding: 13px 18px;
    }

    .nc-hero-benefits {
        flex-direction: column;
        align-items: flex-start;

        width: auto;
        gap: 14px;

        margin-top: 28px;
        padding-top: 22px;
    }

    .nc-section-heading {
        margin-bottom: 32px;
    }

    .nc-section-title {
        font-size: 29px;
    }

    .nc-section-description {
        font-size: 15px;
        line-height: 1.7;
    }

    .nc-benefits-grid,
    .nc-audience-grid,
    .nc-features-grid,
    .nc-security-cards {
        grid-template-columns: minmax(0, 1fr);
    }

    .nc-benefit-card,
    .nc-audience-card {
        padding: 24px;
    }

    .nc-managed-card {
        padding: 26px 22px;
    }

    .nc-managed-card h3 {
        font-size: 21px;
    }

    .nc-window-body {
        grid-template-columns: 1fr;
    }

    .nc-file-sidebar {
        display: none;
    }

    .nc-file-content {
        padding: 20px 16px;
    }

    .nc-window-header {
        padding: 14px;
    }

    .nc-window-footer {
        padding: 12px 14px;
    }

    .nc-security-card {
        padding: 20px;
    }

    .nc-plan-card {
        padding: 26px 22px;
    }

    .nc-faq-item summary {
        padding: 17px;
        font-size: 14px;
    }

    .nc-faq-answer {
        padding: 0 17px 18px;
    }

    .nc-contact-box {
        padding: 40px 22px;
        border-radius: 14px;
    }

    .nc-contact-title {
        font-size: 29px;
    }

    .nc-contact-description {
        font-size: 15px;
    }

    .nc-contact-methods {
        gap: 16px 20px;
    }

}


/* ==================================================
   20. HOVER Y MOVIMIENTO REDUCIDO
=================================================== */

@media (hover: hover) and (pointer: fine) {

    .nc-benefit-card:hover,
    .nc-audience-card:hover,
    .nc-feature-card:hover {
        border-color: #b8dff4;
        transform: translateY(-3px);
    }

    .nc-btn-primary:hover .nc-btn-icon,
    .nc-text-link:hover i {
        transform: translateX(3px);
    }

}

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

    .nc-btn,
    .nc-text-link i,
    .nc-btn-icon,
    .nc-faq-item summary i,
    .nc-benefit-card,
    .nc-audience-card,
    .nc-feature-card {
        transition: none;
    }

    .nc-benefit-card:hover,
    .nc-audience-card:hover,
    .nc-feature-card:hover {
        transform: none;
    }

}

/* ==================================================
   NEOTHEK NEXTCLOUD UI/UX V2
   Sistema visual: Neothek oscuro + Nextcloud azul/cyan
   Objetivo: más contraste, jerarquía, profundidad y conversión.
   Este bloque sobrescribe componentes anteriores sin romper
   la estructura HTML existente.
=================================================== */

.sect-nextcloud,
.nc-section {
    --nc-primary: #0082c9;
    --nc-primary-hover: #006da9;
    --nc-primary-light: #e9f7ff;
    --nc-accent: #42c5f5;
    --nc-blue-deep: #005b91;
    --nc-blue-mid: #0077b8;
    --nc-cyan: #00aef0;
    --nc-dark: #0b1220;
    --nc-dark-soft: #121d31;
    --nc-dark-card: #16243a;
    --nc-text: #101827;
    --nc-muted: #526274;
    --nc-border: #d6e2eb;
    --nc-surface: #ffffff;
    --nc-surface-soft: #f4f8fb;
    --nc-surface-blue: #edf8fd;
    --nc-radius: 16px;
}

/* Base más nítida */
.sect-nextcloud {
    background: var(--nc-dark);
}

.nc-section {
    position: relative;
    overflow: hidden;
}

.nc-section:not(.nc-section-contact)::before {
    position: absolute;
    z-index: 0;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(0 174 240 / 7%) 0%, transparent 70%);
    content: "";
    pointer-events: none;
}

.nc-section > .nc-container {
    position: relative;
    z-index: 1;
}

/* Ritmo de fondos: evita una página completamente blanca */
.nc-section-intro { background: #ffffff; }
.nc-section-benefits { background: #f1f7fa; }
.nc-section-managed { background: #0e1829; color: #ffffff; }
.nc-section-features { background: #f7fafc; }
.nc-section-security { background: #e9f7fc; }
.nc-section-audience { background: #ffffff; }
.nc-section-plans { background: #eef6fa; }
.nc-section-faq { background: #f6fafc; }
.nc-section-contact { background: #ffffff; }

/* Encabezados */
.nc-section-label {
    color: var(--nc-primary);
    font-weight: 800;
    letter-spacing: .1em;
}

.nc-section-title {
    color: var(--nc-text);
    text-wrap: balance;
}

.nc-section-description {
    color: var(--nc-muted);
}

.nc-section-managed .nc-section-title,
.nc-section-managed .nc-section-description,
.nc-section-managed .nc-section-label {
    color: #ffffff;
}

.nc-section-managed .nc-section-label { color: var(--nc-accent); }
.nc-section-managed .nc-section-description { color: #b8c8d9; }

/* Cards generales: borde + profundidad + hover controlado */
.nc-card,
.nc-benefit-card,
.nc-feature-card,
.nc-audience-card,
.nc-security-card,
.nc-plan-card,
.nc-faq-item {
    box-shadow: 0 8px 28px rgb(15 35 55 / 5%);
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.nc-benefit-card:hover,
.nc-feature-card:hover,
.nc-audience-card:hover,
.nc-security-card:hover,
.nc-plan-card:hover {
    transform: translateY(-4px);
    border-color: rgb(0 130 201 / 38%);
    box-shadow: 0 16px 36px rgb(15 35 55 / 10%);
}

.nc-card-icon,
.nc-audience-icon,
.nc-security-icon {
    border: 1px solid rgb(0 130 201 / 16%);
    box-shadow: inset 0 0 0 5px rgb(255 255 255 / 42%);
}

/* ==================================================
   HOSTING ADMINISTRADO - DIFERENCIADOR COMERCIAL
=================================================== */

.nc-section-managed::before {
    top: -120px;
    right: -80px;
    background: radial-gradient(circle, rgb(0 174 240 / 18%), transparent 68%);
}

.nc-section-managed::after {
    position: absolute;
    bottom: -180px;
    left: -120px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(0 130 201 / 13%), transparent 70%);
    content: "";
    pointer-events: none;
}

.nc-section-managed .nc-managed-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgb(113 199 238 / 22%);
    background: linear-gradient(145deg, #172840 0%, #101c30 100%);
    box-shadow: 0 18px 50px rgb(0 0 0 / 20%);
}

.nc-section-managed .nc-managed-card-client {
    border-color: rgb(255 255 255 / 10%);
    background: rgb(255 255 255 / 4%);
}

.nc-section-managed .nc-managed-icon {
    border: 1px solid rgb(66 197 245 / 25%);
    background: rgb(0 130 201 / 18%);
    color: var(--nc-accent);
}

.nc-section-managed .nc-managed-label { color: var(--nc-accent); }
.nc-section-managed .nc-managed-card h3 { color: #ffffff; }
.nc-section-managed .nc-managed-card > p { color: #b7c7d7; }
.nc-section-managed .nc-check-list li { color: #d8e3ed; }
.nc-section-managed .nc-check-list i { color: var(--nc-accent); }

/* ==================================================
   FUNCIONALIDADES
=================================================== */

.nc-feature-card {
    border-color: #d7e3eb;
    background: #ffffff;
}

.nc-feature-visual {
    position: relative;
    min-height: 205px;
    background: linear-gradient(145deg, #e4f5fc 0%, #f5fbfe 100%);
}

.nc-feature-visual-office {
    background: linear-gradient(145deg, #e8f1ff 0%, #f7faff 100%);
}

.nc-feature-visual-talk {
    background: linear-gradient(145deg, #e4f8f7 0%, #f6fcfc 100%);
}

.nc-feature-visual::after {
    position: absolute;
    width: 160px;
    height: 160px;
    border: 1px solid rgb(0 130 201 / 12%);
    border-radius: 50%;
    content: "";
}

.nc-feature-illustration {
    position: relative;
    z-index: 1;
    width: 116px;
    height: 116px;
    border: 1px solid rgb(0 130 201 / 20%);
    border-radius: 28px;
    background: rgb(255 255 255 / 76%);
    box-shadow: 0 18px 36px rgb(0 91 145 / 10%);
    color: var(--nc-primary);
}

/* ==================================================
   SEGURIDAD
=================================================== */

.nc-section-security {
    border-top: 1px solid #d5ebf5;
    border-bottom: 1px solid #d5ebf5;
}

.nc-security-card {
    border-color: #cfe3ed;
    background: rgb(255 255 255 / 88%);
    box-shadow: 0 10px 28px rgb(0 91 145 / 7%);
}

.nc-security-card:hover {
    border-color: rgb(0 130 201 / 40%);
}

.nc-security-icon {
    background: #e4f5fc;
    color: var(--nc-primary);
}

.nc-security-notice {
    border-color: #c8e3ef;
    background: #ffffff;
    box-shadow: 0 10px 24px rgb(0 91 145 / 6%);
}

/* ==================================================
   PLANES / PRICING
=================================================== */

.nc-plans-heading {
    margin-bottom: 30px;
}

.nc-billing-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin: 0 auto 18px;
    padding: 18px;
    border: 1px solid #c9dfe9;
    border-radius: 18px;
    background: rgb(255 255 255 / 92%);
    box-shadow: 0 14px 36px rgb(0 91 145 / 8%);
}

.nc-billing-copy {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 250px;
}

.nc-billing-copy strong { color: var(--nc-text); font-size: 15px; }
.nc-billing-copy > span:last-child { color: var(--nc-muted); font-size: 12px; }

.nc-billing-kicker {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--nc-primary);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
}

.nc-billing-switch {
    display: grid;
    grid-template-columns: repeat(4, minmax(80px, 1fr));
    gap: 6px;
    padding: 5px;
    border: 1px solid #d5e2ea;
    border-radius: 13px;
    background: #edf4f8;
}

.nc-billing-option {
    min-width: 92px;
    padding: 10px 13px;
    border: 1px solid transparent;
    border-radius: 9px;
    background: transparent;
    color: #405467;
    font: inherit;
    cursor: pointer;
    transition: all .18s ease;
}

.nc-billing-option span,
.nc-billing-option small {
    display: block;
}

.nc-billing-option span { font-size: 13px; font-weight: 800; }
.nc-billing-option small { margin-top: 2px; font-size: 10px; color: #738495; }

.nc-billing-option:hover {
    border-color: rgb(0 130 201 / 22%);
    background: #ffffff;
}

.nc-billing-option.is-active {
    border-color: var(--nc-primary);
    background: #ffffff;
    color: var(--nc-primary);
    box-shadow: 0 5px 14px rgb(0 91 145 / 12%);
}

.nc-billing-option.is-active small { color: var(--nc-blue-deep); }

.nc-pricing-trust-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 25px;
    margin: 0 auto 28px;
    color: #526779;
    font-size: 12px;
}

.nc-pricing-trust-row span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.nc-pricing-trust-row i { color: var(--nc-primary); }

.nc-plans-grid { align-items: stretch; }

.nc-plan-card {
    position: relative;
    padding: 30px;
    border-color: #d0dee7;
    background: #ffffff;
}

.nc-plan-card-featured {
    z-index: 2;
    border: 2px solid var(--nc-primary);
    background: linear-gradient(180deg, #ffffff 0%, #f7fcff 100%);
    box-shadow: 0 22px 55px rgb(0 91 145 / 18%);
    transform: translateY(-8px);
}

.nc-plan-card-featured:hover { transform: translateY(-12px); }

.nc-plan-ribbon {
    position: absolute;
    top: 0;
    right: 22px;
    padding: 7px 13px;
    border-radius: 0 0 9px 9px;
    background: var(--nc-primary);
    color: #ffffff;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .09em;
}

.nc-plan-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.nc-plan-topline .nc-plan-label { margin-bottom: 0; }

.nc-plan-status {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #738494;
    font-size: 10px;
    font-weight: 700;
}

.nc-plan-status i { color: var(--nc-primary); font-size: 7px; }

.nc-plan-header h3 { color: var(--nc-text); }
.nc-plan-header p { color: var(--nc-muted); }

.nc-plan-price {
    min-height: 84px;
    margin-top: 25px;
}

.nc-plan-price-line {
    display: flex;
    align-items: baseline;
    gap: 5px;
}

.nc-plan-price-currency {
    color: var(--nc-primary);
    font-size: 12px;
    font-weight: 900;
}

.nc-plan-price-value {
    color: #0b1626;
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -.035em;
}

.nc-plan-price-period {
    color: #657688;
    font-size: 12px;
    font-weight: 700;
}

.nc-plan-old-price {
    display: block;
    margin-bottom: 5px;
    color: #8997a4;
    font-size: 12px;
    text-decoration: line-through;
}

.nc-plan-period-note {
    display: block;
    margin-top: 7px;
    color: #758696;
    font-size: 11px;
}

.nc-plan-discount {
    display: inline-flex;
    margin-top: 7px;
    padding: 4px 8px;
    border-radius: 6px;
    background: #e3f7ed;
    color: #137747;
    font-size: 10px;
    font-weight: 900;
}

.nc-plan-features { gap: 15px; }
.nc-plan-features li > i { color: var(--nc-primary); }

.nc-btn-plan {
    border: 1px solid var(--nc-primary);
    background: #ffffff;
    color: var(--nc-primary);
    box-shadow: none;
}

.nc-btn-plan:hover {
    background: var(--nc-primary);
    color: #ffffff;
    box-shadow: 0 10px 24px rgb(0 130 201 / 22%);
}

.nc-btn-plan-featured {
    border-color: var(--nc-primary);
    background: var(--nc-primary);
    color: #ffffff;
}

.nc-btn-plan-featured:hover {
    background: var(--nc-primary-hover);
    border-color: var(--nc-primary-hover);
}

.nc-pricing-footnote {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    max-width: 900px;
    margin: 24px auto 0;
    padding: 14px 17px;
    border: 1px solid #d5e4eb;
    border-radius: 10px;
    background: rgb(255 255 255 / 65%);
    color: #657688;
    font-size: 11px;
    line-height: 1.65;
}

.nc-pricing-footnote i { margin-top: 2px; color: var(--nc-primary); }
.nc-pricing-footnote p { margin: 0; }

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

.nc-section-faq {
    border-top: 1px solid #e0e9ef;
}

.nc-faq-item {
    border-color: #d5e1e8;
    background: #ffffff;
}

.nc-faq-item:hover { border-color: rgb(0 130 201 / 30%); }

.nc-faq-item[open] {
    border-color: rgb(0 130 201 / 48%);
    box-shadow: 0 14px 32px rgb(0 91 145 / 8%);
}

.nc-faq-item[open] summary { color: var(--nc-primary); }

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

.nc-contact-box {
    border: 1px solid rgb(87 199 245 / 15%);
    box-shadow: 0 24px 60px rgb(11 18 32 / 20%);
}

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

@media (max-width: 991px) {
    .nc-billing-panel {
        align-items: stretch;
        flex-direction: column;
    }

    .nc-billing-copy { min-width: 0; text-align: center; }

    .nc-plan-card-featured,
    .nc-plan-card-featured:hover {
        transform: none;
    }
}

@media (max-width: 767px) {
    .nc-billing-switch {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nc-billing-option { min-width: 0; }

    .nc-pricing-trust-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .nc-plan-card { padding: 25px; }
    .nc-plan-ribbon { right: 18px; }

    .nc-plan-price-value { font-size: 31px; }
}

@media (prefers-reduced-motion: reduce) {
    .nc-card,
    .nc-benefit-card,
    .nc-feature-card,
    .nc-audience-card,
    .nc-security-card,
    .nc-plan-card,
    .nc-faq-item,
    .nc-billing-option {
        transition: none;
    }
}
