        :root {
            --ng-azul: #004D73;
            --ng-azul-oscuro: #06233A;
            --ng-verde: #1ABC9C;
            --ng-verde-oscuro: #0C8287;
            --ng-fondo: #F4F8FB;
            --ng-texto: #1E2A36;
            --ng-muted: #607184;
            --ng-borde: #DDE8EF;
            --ng-card: #FFFFFF;
            --ng-shadow: 0 20px 60px rgba(6, 35, 58, 0.12);
            --ng-shadow-soft: 0 12px 30px rgba(6, 35, 58, 0.08);
            --ng-bottom-nav-h: 68px;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            margin: 0;
            font-family: 'Poppins', sans-serif;
            color: var(--ng-texto);
            background: #ffffff;
        }

        a {
            text-decoration: none;
        }

        /* Scroll reveal: Intersection Observer agrega .is-visible */
        .ng-reveal {
            opacity: 0;
            transform: translateY(22px);
            transition:
                opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
                transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
            will-change: opacity, transform;
        }

        .ng-reveal.ng-reveal--left {
            transform: translateX(-22px);
        }

        .ng-reveal.ng-reveal--right {
            transform: translateX(22px);
        }

        .ng-reveal.ng-reveal--fade {
            transform: none;
        }

        .ng-reveal.is-visible {
            opacity: 1;
            transform: none;
            will-change: auto;
        }

        .ng-reveal.ng-reveal--d1 { transition-delay: 0.06s; }
        .ng-reveal.ng-reveal--d2 { transition-delay: 0.12s; }
        .ng-reveal.ng-reveal--d3 { transition-delay: 0.18s; }
        .ng-reveal.ng-reveal--d4 { transition-delay: 0.24s; }

        .ng-navbar {
            background: rgba(255,255,255,0.94);
            backdrop-filter: blur(14px);
            border-bottom: 1px solid rgba(221, 232, 239, 0.9);
        }

        .ng-brand {
            color: var(--ng-azul-oscuro);
            font-weight: 800;
            letter-spacing: -0.04em;
            font-size: 1.35rem;
        }

        .ng-brand span {
            color: var(--ng-verde-oscuro);
        }

        .ng-navbar .nav-link {
            color: var(--ng-azul-oscuro);
            font-weight: 600;
            font-size: 0.92rem;
        }

        .ng-navbar .nav-link:hover {
            color: var(--ng-verde-oscuro);
        }

        .ng-btn-primary {
            background: var(--ng-azul);
            color: #ffffff;
            border: 0;
            border-radius: 999px;
            padding: 0.85rem 1.25rem;
            font-weight: 700;
            box-shadow: 0 12px 26px rgba(0, 77, 115, 0.22);
        }

        .ng-btn-primary:hover {
            background: var(--ng-verde-oscuro);
            color: #ffffff;
        }

        .ng-btn-secondary {
            background: #ffffff;
            color: var(--ng-azul);
            border: 1px solid var(--ng-borde);
            border-radius: 999px;
            padding: 0.85rem 1.25rem;
            font-weight: 700;
        }

        .ng-btn-secondary:hover {
            border-color: var(--ng-verde);
            color: var(--ng-verde-oscuro);
            background: #F9FEFC;
        }

        .ng-btn-nav-ingreso {
            background: var(--ng-verde);
            color: #ffffff;
            border: 0;
            border-radius: 999px;
            padding: 0.85rem 1.25rem;
            font-weight: 700;
            font-size: 0.92rem;
            box-shadow: 0 12px 26px rgba(26, 188, 156, 0.28);
            transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
        }

        .ng-btn-nav-ingreso:hover {
            background: var(--ng-verde-oscuro);
            color: #ffffff;
            transform: translateY(-1px);
            box-shadow: 0 14px 30px rgba(12, 130, 135, 0.32);
        }

        .ng-btn-nav-demo {
            display: inline-block;
            background: transparent;
            color: var(--ng-azul-oscuro);
            border: 1px solid rgba(6, 35, 58, 0.32);
            border-radius: 999px;
            padding: 0.65rem 1.15rem;
            font-weight: 700;
            font-size: 0.92rem;
            box-shadow: none;
            transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
        }

        .ng-btn-nav-demo:hover {
            background: rgba(0, 77, 115, 0.06);
            border-color: var(--ng-azul);
            color: var(--ng-azul);
        }

        .ng-btn-hero {
            display: inline-block;
            background: linear-gradient(145deg, var(--ng-verde) 0%, var(--ng-verde-oscuro) 100%);
            color: #ffffff;
            border: 0;
            border-radius: 999px;
            padding: 1.05rem 1.85rem;
            font-size: 1.08rem;
            font-weight: 800;
            letter-spacing: 0.01em;
            box-shadow: 0 16px 36px rgba(12, 130, 135, 0.42);
            transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
        }

        .ng-btn-hero:hover {
            background: linear-gradient(145deg, #22d4b0 0%, var(--ng-verde-oscuro) 100%);
            color: #ffffff;
            transform: translateY(-2px);
            box-shadow: 0 20px 40px rgba(12, 130, 135, 0.48);
        }

        .ng-btn-hero:active {
            transform: translateY(0);
        }

        .ng-navbar .ng-nav-cta {
            margin-top: 0;
        }

        .ng-page-precios #precios {
            padding-top: 6.5rem;
        }

        .ng-page-funcionalidades #funcionalidades {
            padding-top: 6.5rem;
        }

        .ng-func-detail {
            padding: 2.5rem 0;
            border-bottom: 1px solid var(--ng-borde);
        }

        .ng-func-detail:last-child {
            border-bottom: 0;
            padding-bottom: 0;
        }

        .ng-func-detail h2 {
            font-size: clamp(1.35rem, 2.5vw, 1.75rem);
            font-weight: 800;
            color: var(--ng-azul-oscuro);
            letter-spacing: -0.03em;
            margin-bottom: 0.75rem;
        }

        .ng-func-detail .ng-section-lead {
            margin-bottom: 1rem;
        }

        .ng-func-detail__img {
            border-radius: 24px;
            box-shadow: var(--ng-shadow);
            width: 100%;
            height: auto;
        }

        #precios .ng-billing-toggle-hero {
            text-align: center;
            margin: 0 auto 1.75rem;
            max-width: 380px;
        }

        #precios .ng-billing-toggle-hero__label {
            margin: 0 0 0.6rem;
            font-size: 0.95rem;
            font-weight: 700;
            color: var(--ng-azul-oscuro);
            letter-spacing: 0.01em;
        }

        #precios .ng-billing-toggle--hero {
            display: inline-flex;
            width: 100%;
            max-width: 300px;
            padding: 4px;
            border-radius: 999px;
            background: #e8eef5;
            border: 1px solid var(--ng-azul);
            gap: 4px;
            margin: 0 auto;
            box-shadow: 0 4px 16px rgba(15, 52, 96, 0.1);
        }

        #precios .ng-billing-toggle--hero .ng-billing-toggle__btn {
            flex: 1 1 50%;
            min-height: 40px;
            padding: 0 0.85rem;
            font-size: 0.88rem;
            border-radius: 999px;
        }

        #precios .ng-billing-toggle--hero .ng-billing-toggle__btn.is-active {
            color: #fff;
            background: var(--ng-azul);
            box-shadow: 0 2px 8px rgba(15, 52, 96, 0.2);
        }

        #precios .ng-billing-toggle--hero .ng-billing-toggle__btn.is-active strong {
            color: #b8f0e6;
        }

        @media (max-width: 991.98px) {
            .ng-page-precios #precios {
                padding-top: 5rem;
            }

            .ng-page-funcionalidades #funcionalidades {
                padding-top: 5rem;
            }

            .ng-page-precios .navbar-collapse {
                display: none !important;
            }
        }

        .ng-hero {
            position: relative;
            overflow: hidden;
            background:
                radial-gradient(circle at 84% 16%, rgba(26,188,156,0.18), transparent 30%),
                linear-gradient(135deg, #F3F9FC 0%, #FFFFFF 45%, #ECFBF7 100%);
            padding: 96px 0 72px;
        }

        .ng-hero:before {
            content: "";
            position: absolute;
            width: 520px;
            height: 520px;
            right: -180px;
            top: -170px;
            background: rgba(26,188,156,0.13);
            border-radius: 50%;
        }

        .ng-kicker {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            background: rgba(0,77,115,0.08);
            color: var(--ng-azul);
            font-weight: 800;
            border-radius: 999px;
            padding: 0.5rem 0.8rem;
            font-size: 0.82rem;
            margin-bottom: 1.2rem;
        }

        .ng-hero h1 {
            color: var(--ng-azul-oscuro);
            font-size: clamp(2.45rem, 5vw, 5.15rem);
            line-height: 0.95;
            letter-spacing: -0.07em;
            font-weight: 800;
            max-width: 880px;
            margin-bottom: 1.25rem;
        }

        .ng-hero p {
            color: var(--ng-muted);
            font-size: clamp(1.08rem, 1.9vw, 1.3rem);
            line-height: 1.65;
            max-width: 720px;
            margin-bottom: 1.5rem;
        }

        .ng-hero-panel {
            background: rgba(255,255,255,0.82);
            border: 1px solid rgba(221,232,239,0.95);
            box-shadow: var(--ng-shadow);
            border-radius: 30px;
            padding: 1.05rem;
            position: relative;
        }

        .ng-screen {
            border-radius: 22px;
            border: 1px solid #1e293b;
            overflow: hidden;
            background: #020617;
        }

        .ng-screen--a6 {
            color: #f1f5f9;
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
        }

        .ng-a6-chrome {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 0.75rem;
            padding: 0.7rem 0.85rem;
            border-bottom: 1px solid #1e293b;
            background: linear-gradient(180deg, #0f172a 0%, #0b1220 100%);
        }

        .ng-a6-chrome__left {
            display: flex;
            align-items: center;
            gap: 0.55rem;
            min-width: 0;
        }

        .ng-a6-chrome__dots {
            display: inline-flex;
            gap: 0.28rem;
            flex-shrink: 0;
        }

        .ng-a6-chrome__dots span {
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: #334155;
        }

        .ng-a6-chrome__dots span:nth-child(1) {
            background: #ef4444;
        }

        .ng-a6-chrome__dots span:nth-child(2) {
            background: #f59e0b;
        }

        .ng-a6-chrome__dots span:nth-child(3) {
            background: #22c55e;
        }

        .ng-a6-chrome__title {
            font-size: 0.82rem;
            font-weight: 800;
            letter-spacing: -0.02em;
            color: #f8fafc;
            white-space: nowrap;
        }

        .ng-a6-period {
            flex-shrink: 0;
            font-size: 0.62rem;
            font-weight: 800;
            letter-spacing: 0.06em;
            text-transform: uppercase;
            color: #6ee7b7;
            background: rgba(34, 197, 94, 0.14);
            border: 1px solid rgba(34, 197, 94, 0.35);
            border-radius: 999px;
            padding: 0.32rem 0.6rem;
        }

        .ng-a6-body {
            padding: 0.65rem 0.7rem 0.75rem;
            background: #020617;
            --ng-a6-carousel-cycle: 18.4s;
        }

        .ng-a6-carousel__stage {
            position: relative;
            min-height: 248px;
            overflow: hidden;
        }

        .ng-a6-slide {
            position: absolute;
            inset: 0;
            display: flex;
            flex-direction: column;
            gap: 0.55rem;
            opacity: 0;
            visibility: hidden;
            transform: translateY(8px);
            pointer-events: none;
        }

        .ng-a6-body.is-carousel-active .ng-a6-slide {
            animation-duration: var(--ng-a6-carousel-cycle);
            animation-timing-function: ease-in-out;
            animation-iteration-count: infinite;
        }

        .ng-a6-slide--1 {
            z-index: 1;
        }

        .ng-a6-slide--2 {
            z-index: 2;
        }

        .ng-a6-slide--3 {
            z-index: 3;
        }

        .ng-a6-body.is-carousel-active .ng-a6-slide--1 {
            animation-name: ng-a6-slide-1;
        }

        .ng-a6-body.is-carousel-active .ng-a6-slide--2 {
            animation-name: ng-a6-slide-2;
        }

        .ng-a6-body.is-carousel-active .ng-a6-slide--3 {
            animation-name: ng-a6-slide-3;
        }

        @keyframes ng-a6-slide-1 {
            0%, 22% {
                opacity: 1;
                visibility: visible;
                pointer-events: auto;
                transform: translateY(0);
            }

            26%, 100% {
                opacity: 0;
                visibility: hidden;
                pointer-events: none;
                transform: translateY(-6px);
            }
        }

        @keyframes ng-a6-slide-2 {
            0%, 24% {
                opacity: 0;
                visibility: hidden;
                pointer-events: none;
                transform: translateY(8px);
            }

            26%, 48% {
                opacity: 1;
                visibility: visible;
                pointer-events: auto;
                transform: translateY(0);
            }

            52%, 100% {
                opacity: 0;
                visibility: hidden;
                pointer-events: none;
                transform: translateY(-6px);
            }
        }

        @keyframes ng-a6-slide-3 {
            0%, 51% {
                opacity: 0;
                visibility: hidden;
                pointer-events: none;
                transform: translateY(8px);
            }

            52%, 96% {
                opacity: 1;
                visibility: visible;
                pointer-events: auto;
                transform: translateY(0);
            }

            100% {
                opacity: 0;
                visibility: hidden;
                pointer-events: none;
                transform: translateY(-6px);
            }
        }

        .ng-a6-slide__title {
            margin: 0;
            font-size: 0.92rem;
            font-weight: 800;
            letter-spacing: -0.02em;
            color: #f8fafc;
            line-height: 1.2;
        }

        .ng-a6-slide__lead {
            margin: 0;
            font-size: 0.78rem;
            line-height: 1.45;
            color: #94a3b8;
        }

        .ng-a6-tag-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 0.45rem;
            margin-top: 0.15rem;
        }

        .ng-a6-tag {
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 2.15rem;
            padding: 0.35rem 0.45rem;
            border-radius: 10px;
            border: 1px solid #334155;
            background: linear-gradient(155deg, #0f172a 0%, #17233d 100%);
            color: #e2e8f0;
            font-size: 0.68rem;
            font-weight: 700;
            text-align: center;
        }

        .ng-a6-modules {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 0.45rem;
            margin-top: 0.15rem;
        }

        .ng-a6-module {
            position: relative;
            min-height: 2.5rem;
            padding: 0.45rem 0.4rem;
            border-radius: 10px;
            border: 1px solid rgba(56, 189, 248, 0.28);
            background: linear-gradient(155deg, rgba(15, 23, 42, 0.95) 0%, rgba(23, 35, 61, 0.98) 100%);
            color: #e2e8f0;
            font-size: 0.66rem;
            font-weight: 700;
            text-align: center;
            line-height: 1.25;
        }

        .ng-a6-module::after {
            content: "";
            position: absolute;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            top: 0.35rem;
            right: 0.35rem;
            background: #38bdf8;
            box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.18);
        }

        .ng-a6-kpi-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 0.45rem;
            margin-top: 0.15rem;
        }

        .ng-a6-kpi {
            padding: 0.52rem 0.55rem;
            border-radius: 12px;
            border: 1px solid #334155;
            background: linear-gradient(155deg, #0f172a 0%, #17233d 100%);
            box-shadow: 0 6px 14px rgba(0, 0, 0, 0.24);
            min-height: 3.5rem;
        }

        .ng-a6-kpi--result {
            border-left: 3px solid #22c55e;
        }

        .ng-a6-kpi__label {
            font-size: 0.52rem;
            font-weight: 800;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            color: #9fb0c7;
            line-height: 1.2;
        }

        .ng-a6-kpi__value {
            margin-top: 0.25rem;
            font-size: clamp(0.82rem, 1.2vw, 0.98rem);
            font-weight: 700;
            letter-spacing: -0.03em;
            line-height: 1.08;
            color: #f8fafc;
            font-variant-numeric: tabular-nums;
        }

        .ng-a6-carousel__dots {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.4rem;
            margin-top: 0.65rem;
            padding-top: 0.15rem;
        }

        .ng-a6-carousel__dot {
            width: 7px;
            height: 7px;
            padding: 0;
            border: 0;
            border-radius: 50%;
            background: #334155;
            cursor: default;
            pointer-events: none;
        }

        .ng-a6-body.is-carousel-active .ng-a6-carousel__dot {
            animation-duration: var(--ng-a6-carousel-cycle);
            animation-timing-function: ease-in-out;
            animation-iteration-count: infinite;
        }

        .ng-a6-body.is-carousel-active .ng-a6-carousel__dot:nth-child(1) {
            animation-name: ng-a6-dot-1;
        }

        .ng-a6-body.is-carousel-active .ng-a6-carousel__dot:nth-child(2) {
            animation-name: ng-a6-dot-2;
        }

        .ng-a6-body.is-carousel-active .ng-a6-carousel__dot:nth-child(3) {
            animation-name: ng-a6-dot-3;
        }

        @keyframes ng-a6-dot-1 {
            0%, 26% {
                background: #38bdf8;
                transform: scale(1.15);
            }

            27%, 100% {
                background: #334155;
                transform: scale(1);
            }
        }

        @keyframes ng-a6-dot-2 {
            0%, 25% {
                background: #334155;
                transform: scale(1);
            }

            26%, 48% {
                background: #38bdf8;
                transform: scale(1.15);
            }

            49%, 100% {
                background: #334155;
                transform: scale(1);
            }
        }

        @keyframes ng-a6-dot-3 {
            0%, 51% {
                background: #334155;
                transform: scale(1);
            }

            52%, 96% {
                background: #38bdf8;
                transform: scale(1.15);
            }

            97%, 100% {
                background: #334155;
                transform: scale(1);
            }
        }

        @media (prefers-reduced-motion: reduce) {
            .ng-reveal {
                opacity: 1;
                transform: none;
                transition: none;
            }

            .ng-a6-carousel__stage {
                --ng-a6-carousel-cycle: 0s;
            }

            .ng-a6-slide--1,
            .ng-a6-slide--2 {
                display: none !important;
            }

            .ng-a6-slide--3 {
                position: relative;
                inset: auto;
                animation: none !important;
                opacity: 1 !important;
                visibility: visible !important;
                pointer-events: auto !important;
                transform: none !important;
            }

            .ng-a6-carousel__dot {
                animation: none !important;
                background: #334155 !important;
                transform: none !important;
            }

            .ng-a6-carousel__dot:nth-child(3) {
                background: #38bdf8 !important;
            }
        }

        .ng-trust-row {
            display: flex;
            flex-wrap: wrap;
            gap: 0.7rem;
            margin-top: 1.6rem;
        }

        .ng-trust-item {
            background: #ffffff;
            border: 1px solid var(--ng-borde);
            border-radius: 999px;
            padding: 0.55rem 0.85rem;
            color: var(--ng-azul-oscuro);
            font-size: 0.92rem;
            font-weight: 700;
        }

        .ng-section {
            padding: 76px 0;
        }

        .ng-section-soft {
            background: var(--ng-fondo);
        }

        .ng-section-title {
            color: var(--ng-azul-oscuro);
            font-size: clamp(2rem, 3vw, 3rem);
            letter-spacing: -0.05em;
            font-weight: 800;
            margin-bottom: 0.8rem;
        }

        .ng-section-lead {
            color: var(--ng-muted);
            max-width: 760px;
            line-height: 1.7;
            margin-bottom: 2rem;
            font-size: 1.0625rem;
        }

        .ng-card {
            background: var(--ng-card);
            border: 1px solid var(--ng-borde);
            border-radius: 24px;
            padding: 1.4rem;
            box-shadow: var(--ng-shadow-soft);
            height: 100%;
            transition: transform 0.22s ease, box-shadow 0.22s ease;
        }

        .ng-card.is-visible:hover {
            transform: translateY(-3px);
            box-shadow: var(--ng-shadow);
        }

        .ng-card h3,
        .ng-card h4 {
            color: var(--ng-azul-oscuro);
            font-weight: 800;
            letter-spacing: -0.03em;
        }

        .ng-card p,
        .ng-card li {
            color: var(--ng-muted);
            line-height: 1.65;
            font-size: 1.02rem;
        }

        .ng-price-card > p {
            color: var(--ng-muted);
            font-size: 1.02rem;
            line-height: 1.6;
            margin-bottom: 0;
        }

        .ng-module {
            display: flex;
            gap: 1rem;
            align-items: flex-start;
        }

        .ng-number {
            min-width: 42px;
            height: 42px;
            border-radius: 15px;
            background: linear-gradient(135deg, var(--ng-azul), var(--ng-verde));
            color: #ffffff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 800;
        }

        .ng-dark-band {
            background: linear-gradient(135deg, var(--ng-azul-oscuro), var(--ng-azul));
            color: #ffffff;
            border-radius: 30px;
            padding: 2rem;
            box-shadow: var(--ng-shadow);
        }

        .ng-dark-band h2,
        .ng-dark-band h3 {
            color: #ffffff;
            font-weight: 800;
            letter-spacing: -0.04em;
        }

        .ng-dark-band p {
            color: rgba(255,255,255,0.78);
            font-size: 1.02rem;
        }

        .ng-industry {
            border: 1px solid var(--ng-borde);
            background: #ffffff;
            border-radius: 999px;
            padding: 0.75rem 1rem;
            font-weight: 700;
            font-size: 0.98rem;
            color: var(--ng-azul-oscuro);
            text-align: center;
        }

        .ng-price-card {
            display: flex;
            flex-direction: column;
            background: #ffffff;
            border: 1px solid var(--ng-borde);
            border-radius: 28px;
            padding: 1.5rem;
            height: 100%;
            box-shadow: var(--ng-shadow-soft);
            position: relative;
        }

        #precios .row > [class*="col-"] {
            display: flex;
        }

        #precios .ng-price-card > a {
            margin-top: 1rem;
        }

        #precios .ng-list {
            margin-top: auto;
            padding-top: 1rem;
        }

        .ng-price-card-featured {
            border: 2px solid var(--ng-verde);
            transform: translateY(-8px);
            box-shadow: var(--ng-shadow);
        }

        .ng-badge {
            display: inline-block;
            background: rgba(26,188,156,0.13);
            color: var(--ng-verde-oscuro);
            border-radius: 999px;
            padding: 0.35rem 0.65rem;
            font-size: 0.72rem;
            font-weight: 800;
            margin-bottom: 0.75rem;
        }

        .ng-price {
            color: var(--ng-azul-oscuro);
            font-size: clamp(2.65rem, 3.8vw, 3.2rem);
            font-weight: 900;
            letter-spacing: -0.055em;
            line-height: 1.05;
            margin: 0.7rem 0;
        }

        .ng-price small {
            color: var(--ng-azul);
            font-size: 0.95rem;
            font-weight: 700;
            letter-spacing: 0;
        }

        /* Precios (home y /precios/): números un poco más chicos */
        #precios .ng-price {
            font-size: clamp(2.15rem, 3.1vw, 2.6rem);
        }

        #precios .ng-price small {
            font-size: 0.82rem;
        }

        #precios .ng-price-custom strong {
            font-size: clamp(1.35rem, 2.3vw, 1.6rem);
        }

        #precios .ng-price-year {
            font-size: 0.86rem;
        }

        .ng-price-card-custom {
            border: 1px solid color-mix(in srgb, var(--ng-azul) 28%, var(--ng-borde));
            background: linear-gradient(180deg, #f5fafd 0%, #ffffff 45%);
        }

        .ng-price-custom {
            margin: 0.75rem 0 0.5rem;
            padding: 1rem 1.05rem;
            border-radius: 18px;
            background: rgba(0, 77, 115, 0.06);
            border: 1px solid rgba(0, 77, 115, 0.12);
        }

        .ng-price-custom-label {
            display: block;
            font-size: 0.78rem;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 0.04em;
            color: var(--ng-verde-oscuro);
            margin-bottom: 0.35rem;
        }

        .ng-price-custom strong {
            display: block;
            font-size: clamp(1.55rem, 2.8vw, 1.9rem);
            font-weight: 900;
            color: var(--ng-azul-oscuro);
            letter-spacing: -0.04em;
            line-height: 1.15;
        }

        .ng-price-custom-note {
            font-size: 0.95rem;
            color: var(--ng-muted);
            line-height: 1.55;
            margin: 0 0 0.25rem;
        }

        .ng-billing-toggle {
            display: inline-flex;
            padding: 5px;
            border-radius: 999px;
            background: #ffffff;
            border: 1px solid var(--ng-borde);
            gap: 5px;
            margin: 0 auto 2rem;
            box-shadow: var(--ng-shadow-soft);
        }

        .ng-billing-toggle__btn {
            display: inline-flex;
            min-height: 38px;
            align-items: center;
            justify-content: center;
            border-radius: 999px;
            padding: 0 1.1rem;
            font-size: 0.88rem;
            font-weight: 700;
            font-family: inherit;
            border: 0;
            cursor: pointer;
            color: var(--ng-muted);
            background: transparent;
            transition: background 0.12s ease, color 0.12s ease, box-shadow 0.12s ease;
        }

        .ng-billing-toggle__btn.is-active {
            color: var(--ng-azul-oscuro);
            background: var(--ng-fondo);
            box-shadow: var(--ng-shadow-soft);
        }

        .ng-billing-toggle__btn:focus-visible {
            outline: 2px solid var(--ng-verde);
            outline-offset: 2px;
        }

        .ng-billing-toggle__btn strong {
            color: var(--ng-verde-oscuro);
        }

        .ng-billing-wrap {
            min-height: 5.5rem;
        }

        .ng-billing-panel[hidden] {
            display: none !important;
        }

        .ng-price-year {
            margin: 0.35rem 0 0;
            color: var(--ng-muted);
            font-size: 0.94rem;
            font-weight: 600;
            line-height: 1.45;
        }

        .ng-price-year-hint {
            font-weight: 700;
            color: var(--ng-azul-oscuro);
        }

        .ng-list {
            padding-left: 0;
            list-style: none;
            margin: 1.2rem 0 0;
        }

        .ng-list li {
            border-top: 1px solid #EEF3F6;
            padding: 0.62rem 0;
            font-size: 1rem;
        }

        .ng-list li:before {
            content: "SI";
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 28px;
            height: 18px;
            border-radius: 999px;
            background: rgba(26,188,156,0.12);
            color: var(--ng-verde-oscuro);
            font-size: 0.58rem;
            font-weight: 800;
            margin-right: 0.5rem;
            vertical-align: middle;
        }

        .ng-comparison {
            background: #ffffff;
            border: 1px solid var(--ng-borde);
            border-radius: 24px;
            overflow: hidden;
            box-shadow: var(--ng-shadow-soft);
        }

        .ng-comparison table {
            margin: 0;
            width: 100%;
            table-layout: fixed;
        }

        .ng-comparison th,
        .ng-comparison td {
            text-align: center;
            vertical-align: middle;
        }

        .ng-comparison th {
            background: #F7FAFC;
            color: var(--ng-azul-oscuro);
            font-size: 0.88rem;
            text-transform: uppercase;
            letter-spacing: 0.03em;
            padding: 0.85rem 0.5rem;
        }

        .ng-comparison td {
            color: var(--ng-muted);
            font-weight: 600;
            font-size: 0.95rem;
            padding: 0.75rem 0.5rem;
        }

        .ng-comparison th:first-child,
        .ng-comparison td:first-child {
            width: 30%;
            color: var(--ng-texto);
        }

        .ng-comparison th:not(:first-child),
        .ng-comparison td:not(:first-child) {
            width: 17.5%;
        }

        .ng-comparison td.ng-comp-yes {
            line-height: 0;
        }

        .ng-comparison .ng-comp-check {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 1.15rem;
            height: 1.15rem;
            padding: 0.35rem;
            margin: 0 auto;
            border-radius: 50%;
            background: linear-gradient(145deg, var(--ng-verde) 0%, var(--ng-verde-oscuro) 100%);
            fill: #ffffff;
            box-shadow: 0 2px 8px rgba(12, 130, 135, 0.4);
            vertical-align: middle;
        }

        .ng-comparison td.ng-comp-no::after {
            content: "—";
            color: #b8c5d0;
            font-size: 1.1rem;
            font-weight: 700;
            line-height: 1;
        }

        .ng-faq .accordion-item {
            border: 1px solid var(--ng-borde);
            border-radius: 18px;
            overflow: hidden;
            margin-bottom: 0.8rem;
            box-shadow: var(--ng-shadow-soft);
        }

        .ng-faq .accordion-button {
            color: var(--ng-azul-oscuro);
            font-weight: 800;
            font-size: 1.02rem;
        }

        .ng-faq .accordion-body {
            font-size: 1.02rem;
            line-height: 1.65;
            color: var(--ng-muted);
        }

        .ng-form-wrap {
            background: #ffffff;
            border: 1px solid var(--ng-borde);
            border-radius: 30px;
            overflow: hidden;
            box-shadow: var(--ng-shadow);
        }

        .ng-form-side {
            background: linear-gradient(135deg, var(--ng-azul-oscuro), var(--ng-azul));
            color: #ffffff;
            padding: 2rem;
            height: 100%;
        }

        .ng-form-side h2 {
            font-weight: 800;
            letter-spacing: -0.04em;
        }

        .ng-form-side p,
        .ng-form-side li {
            color: rgba(255,255,255,0.78);
            font-size: 1.02rem;
        }

        #demo-form .text-muted {
            font-size: 1.02rem;
        }

        #demo-form .form-label {
            font-size: 0.94rem;
            font-weight: 600;
        }

        .form-control,
        .form-select,
        textarea.form-control {
            border: 1px solid var(--ng-borde);
            border-radius: 14px;
            padding: 0.8rem 0.9rem;
            color: var(--ng-texto);
            box-shadow: none;
        }

        .form-control:focus,
        .form-select:focus,
        textarea.form-control:focus {
            border-color: var(--ng-verde);
            box-shadow: 0 0 0 0.2rem rgba(26, 188, 156, 0.18);
        }

        .ng-footer {
            background: var(--ng-azul-oscuro);
            color: rgba(255,255,255,0.74);
            padding: 2rem 0;
        }

        .ng-footer a {
            color: #ffffff;
            font-weight: 600;
        }

        .ng-whatsapp {
            position: fixed;
            right: 18px;
            bottom: 18px;
            z-index: 50;
            width: auto;
            min-height: 50px;
            border-radius: 999px;
            background: #25D366;
            color: #ffffff;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 0.45rem;
            padding: 0.65rem 1rem 0.65rem 0.8rem;
            font-size: 0.86rem;
            font-weight: 800;
            box-shadow: 0 14px 28px rgba(37,211,102,0.38);
        }

        .ng-whatsapp svg {
            width: 22px;
            height: 22px;
            flex-shrink: 0;
        }

        .ng-whatsapp:hover {
            color: #ffffff;
            transform: translateY(-2px);
        }

        .ng-llm-box {
            background: #ffffff;
            border: 1px solid var(--ng-borde);
            border-radius: 24px;
            padding: 1.3rem;
        }

        .ng-llm-box dt {
            color: var(--ng-azul-oscuro);
            font-weight: 800;
            margin-bottom: 0.35rem;
            font-size: 1.02rem;
        }

        .ng-llm-box dd {
            color: var(--ng-muted);
            margin-bottom: 1rem;
            line-height: 1.65;
            font-size: 1.02rem;
        }

        @media (max-width: 991px) {
            .ng-navbar.navbar {
                --bs-navbar-padding-y: 0.55rem;
            }

            .ng-navbar .navbar-collapse {
                display: none !important;
            }

            .ng-navbar .container {
                justify-content: flex-start;
            }

            .ng-navbar .ng-nav-cta {
                width: 100%;
                margin-top: 0.35rem;
            }

            .ng-navbar .ng-nav-cta .ng-btn-nav-ingreso,
            .ng-navbar .ng-nav-cta .ng-btn-nav-demo {
                display: block;
                width: 100%;
                text-align: center;
            }

            .ng-hero {
                padding: 1.35rem 0 2.75rem;
            }

            .ng-hero .row {
                --bs-gutter-y: 1.75rem;
            }

            .ng-hero h1 {
                line-height: 1.25;
                margin-bottom: 1rem;
            }

            .ng-kicker {
                margin-bottom: 0.85rem;
            }

            .ng-price-card-featured {
                transform: none;
            }

            #precios .ng-price {
                font-size: clamp(1.95rem, 6.2vw, 2.45rem);
            }

            .ng-comparison table {
                min-width: 640px;
            }

            .ng-comparison th,
            .ng-comparison td {
                padding: 0.7rem 0.55rem;
            }

            #demo-form {
                padding: 1.35rem !important;
            }

            .ng-whatsapp span {
                display: inline;
            }

            .ng-a6-carousel__stage {
                min-height: 248px;
            }

            .ng-a6-tag-grid,
            .ng-a6-modules,
            .ng-a6-kpi-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
        }

        @media (max-width: 575px) {
            .ng-navbar.navbar {
                --bs-navbar-padding-y: 0.4rem;
            }

            .ng-brand {
                font-size: 1.2rem;
            }

            .ng-hero {
                padding: 0.85rem 0 2.25rem;
            }

            .ng-hero h1 {
                font-size: clamp(1.85rem, 8.5vw, 2.45rem);
                letter-spacing: -0.04em;
            }

            .ng-section-lead,
            .ng-hero p {
                font-size: 1rem;
            }

            .ng-hero .ng-btn-hero {
                width: 100%;
                text-align: center;
                padding: 1rem 1.35rem;
            }

            .ng-card p,
            .ng-card li,
            .ng-price-card > p,
            .ng-list li,
            .ng-faq .accordion-body,
            .ng-llm-box dd {
                font-size: 0.98rem;
            }

            #precios .ng-price-card {
                padding: 1.25rem;
            }

            #precios .ng-price {
                font-size: clamp(1.85rem, 8vw, 2.25rem);
            }

            #precios .ng-price-custom strong {
                font-size: 1.3rem;
            }

            .ng-price-custom strong {
                font-size: 1.45rem;
            }

            .ng-comparison th {
                font-size: 0.8rem;
            }

            .ng-comparison td {
                font-size: 0.88rem;
            }

            #demo-form {
                padding: 1.15rem !important;
            }

            #demo-form .form-control,
            #demo-form .form-select,
            #demo-form textarea.form-control {
                font-size: 1rem;
                padding: 0.75rem 0.85rem;
            }

            .ng-whatsapp {
                right: 14px;
                bottom: 14px;
                padding: 0.6rem 0.85rem 0.6rem 0.7rem;
                font-size: 0.8rem;
            }

            .ng-hero-panel {
                margin-top: 0.25rem;
            }

            .ng-a6-body {
                padding: 0.5rem 0.55rem 0.6rem;
            }

            .ng-a6-carousel__stage {
                min-height: 260px;
            }

            .ng-a6-slide__title {
                font-size: 0.86rem;
            }

            .ng-a6-slide__lead {
                font-size: 0.74rem;
            }

            .ng-a6-tag-grid,
            .ng-a6-modules,
            .ng-a6-kpi-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 0.4rem;
            }

            .ng-a6-tag,
            .ng-a6-module {
                font-size: 0.62rem;
                min-height: 2rem;
            }

            .ng-a6-kpi {
                min-height: 3.2rem;
                padding: 0.45rem 0.5rem;
            }

            .ng-a6-kpi__value {
                font-size: 0.82rem;
            }
        }

        .ng-elfsight-wrap {
            max-width: 100%;
            overflow-x: hidden;
        }

        .ng-elfsight-wrap iframe {
            max-width: 100% !important;
            width: 100% !important;
        }

        .ng-btn-google-review {
            display: inline-block;
            padding: 0.75rem 1.5rem;
            border-radius: 999px;
            background: #1a7f37;
            color: #fff !important;
            font-weight: 700;
        }

        .ng-btn-google-review:hover {
            background: #146c2e;
            color: #fff !important;
        }

        .ng-pricing-note {
            font-size: 0.95rem;
            color: var(--ng-muted);
        }

        .ng-modalidad-card h3 {
            font-size: 1.05rem;
            margin-bottom: 0.5rem;
        }

        .ng-trust-seal {
            background: var(--ng-fondo);
        }

        /* Barra inferior móvil (HTML + CSS + JS nativo; sin librerías de animación) */
        .ng-bottom-nav {
            display: none;
        }

        @media (max-width: 991.98px) {
            body {
                padding-bottom: calc(var(--ng-bottom-nav-h) + env(safe-area-inset-bottom, 0px) + 12px);
            }

            .ng-bottom-nav {
                display: flex;
                position: fixed;
                left: 0;
                right: 0;
                bottom: 0;
                z-index: 1040;
                height: calc(var(--ng-bottom-nav-h) + env(safe-area-inset-bottom, 0px));
                padding: 0 6px env(safe-area-inset-bottom, 0px);
                background: linear-gradient(180deg, #e8f1f7 0%, #ffffff 22%);
                border-top: 2px solid rgba(0, 77, 115, 0.28);
                box-shadow:
                    0 -1px 0 rgba(255, 255, 255, 0.9) inset,
                    0 -10px 28px rgba(6, 35, 58, 0.18);
                align-items: stretch;
                justify-content: space-between;
            }

            .ng-bottom-nav__item {
                flex: 1;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                gap: 3px;
                margin: 6px 2px;
                padding: 6px 2px;
                border: 0;
                border-radius: 10px;
                background: transparent;
                color: #2f4558;
                font-size: 0.7rem;
                font-weight: 700;
                letter-spacing: 0.01em;
                text-decoration: none;
                cursor: pointer;
                position: relative;
                min-width: 0;
                transition: color 0.15s ease, background 0.15s ease;
            }

            .ng-bottom-nav__item:active,
            .ng-bottom-nav__item.is-open {
                color: var(--ng-azul);
                background: rgba(0, 77, 115, 0.1);
            }

            .ng-bottom-nav__icon {
                width: 24px;
                height: 24px;
                fill: currentColor;
                flex-shrink: 0;
                opacity: 0.95;
            }

            .ng-bottom-nav__item.is-open .ng-bottom-nav__icon,
            .ng-bottom-nav__item:active .ng-bottom-nav__icon {
                opacity: 1;
            }

            .ng-bottom-nav__center {
                flex: 1;
                position: relative;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .ng-bottom-nav__cta {
                position: absolute;
                top: -18px;
                width: 58px;
                height: 58px;
                border-radius: 50%;
                background: linear-gradient(145deg, var(--ng-verde) 0%, var(--ng-verde-oscuro) 100%);
                color: #ffffff;
                border: 4px solid #ffffff;
                box-shadow:
                    0 8px 22px rgba(12, 130, 135, 0.45),
                    0 2px 0 rgba(6, 35, 58, 0.12);
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                text-decoration: none;
                font-size: 0.62rem;
                font-weight: 800;
                line-height: 1.1;
            }

            .ng-bottom-nav__cta .ng-bottom-nav__icon {
                width: 18px;
                height: 18px;
                fill: #ffffff;
            }

            .ng-bottom-nav__cta:active {
                transform: scale(0.96);
            }

            .ng-bottom-nav__submenu {
                position: absolute;
                bottom: calc(100% + 10px);
                min-width: 168px;
                background: #ffffff;
                border: 1px solid rgba(0, 77, 115, 0.22);
                border-radius: 10px;
                box-shadow: 0 12px 32px rgba(6, 35, 58, 0.2);
                overflow: hidden;
                flex-direction: column;
                z-index: 1045;
            }

            .ng-bottom-nav__submenu--left {
                left: 0;
            }

            .ng-bottom-nav__submenu--right {
                right: 0;
            }

            .ng-bottom-nav__submenu.is-open {
                display: flex;
            }

            .ng-bottom-nav__submenu-item {
                display: block;
                padding: 12px 14px;
                color: var(--ng-texto);
                font-size: 0.82rem;
                font-weight: 600;
                text-decoration: none;
                border-bottom: 1px solid #f1f5f9;
            }

            .ng-bottom-nav__submenu-item:last-child {
                border-bottom: 0;
            }

            .ng-bottom-nav__submenu-item:active {
                background: var(--ng-fondo);
                color: var(--ng-azul);
            }

            .ng-bottom-nav__submenu-item--wa {
                color: #1a7f37;
            }

            .ng-whatsapp--desktop {
                display: none !important;
            }

            .ng-footer {
                margin-bottom: env(safe-area-inset-bottom, 0px);
            }
        }

        @media (min-width: 992px) {
            .ng-bottom-nav {
                display: none !important;
            }
        }
