/**
 * Lynxux brand layer sobre Particle Theme
 * Paleta: #0B2A62 · #296890 · #2D2D2D · #FFFFFF · #000000
 */
:root {
    --lynx-primary: #0B2A62;
    --lynx-secondary: #296890;
    --lynx-black: #000000;
    --lynx-gray: #2D2D2D;
    --lynx-white: #FFFFFF;
    --lynx-primary-rgb: 11, 42, 98;
    --lynx-secondary-rgb: 41, 104, 144;
}

body {
    background-color: var(--lynx-primary) !important;
    font-family: "DM Sans", "Open Sans", sans-serif;
    color: rgba(255, 255, 255, 0.78);
    overflow-x: hidden;
    overflow-x: clip;
    max-width: 100%;
}

html {
    overflow-x: hidden;
    overflow-x: clip;
    max-width: 100%;
}

.pa-overlay {
    width: 100% !important;
    max-width: 100% !important;
    right: 0 !important;
}

.pa-page-transition-1,
.pa-loader,
section.warper.darker {
    background-color: var(--lynx-primary) !important;
}

body.pa-homepage.pa-dark,
body.pa-service-item.single,
body.pa-project-item.single {
    font-family: "DM Sans", "Open Sans", sans-serif;
    color: var(--lynx-white);
}

h1, h2, h3, h4, h5, h6,
.pa-h1-v1, .pa-h1-v2, .pa-h1-v3,
.pa-h2-v2-hero-subhead, .pa-h2-v1-hero-subhead,
.pa-h3-v1, .pa-h4-v1, .pa-h5-v1 {
    font-family: "Plus Jakarta Sans", "Titillium Web", sans-serif;
}

.pa-overlay,
.pa-page-transition,
body.pa-homepage.pa-dark,
body.pa-service-item.single,
body.pa-project-item.single {
    background-color: var(--lynx-primary) !important;
}

.pa-dark .pa-what-we-do,
.pa-skills,
.pa-portfolio-thumb-background-overlay {
    background-color: rgba(var(--lynx-primary-rgb), 0.92) !important;
}

/* Accent colors — reemplazo de púrpura/cyan del template */
.pa-color-primary { color: var(--lynx-primary); }
.pa-color-secondary { color: var(--lynx-secondary); }

#loader { border-top-color: var(--lynx-secondary); }
#loader:before { border-top-color: var(--lynx-primary); }
#loader:after { border-top-color: var(--lynx-white); }

/* Preloader: zorro centrado + anillos girando alrededor */
.lynx-preloader-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 150px;
    transform: translate(-50%, -50%);
}

.lynx-preloader-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 56px;
    height: 56px;
    transform: translate(-50%, -50%);
    object-fit: contain;
    pointer-events: none;
}

#preloader .lynx-preloader-wrap #loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

nav a em { color: var(--lynx-secondary); }

.pa-h2-v2-hero-subhead strong,
.pa-h2-v1-hero-subhead strong,
.pa-h1-v3 strong,
.pa-h1-v2 strong,
.pa-what-we-do .pa-h1-v2.pa-bright strong {
    color: var(--lynx-secondary) !important;
}

.pa-p-v2.pa-bright a { color: var(--lynx-secondary); }
.pa-p-v2.pa-dark a { color: var(--lynx-primary); }
.pa-p-v2.pa-dark a:hover { color: var(--lynx-secondary); }

.pa-h2-quote strong { color: var(--lynx-secondary); }

a,
a:hover,
a:hover .pa-h3-v1.pa-bright {
    color: var(--lynx-secondary);
}

button[type="submit"],
input[type="submit"],
button[type="submit"]:hover,
input[type="submit"]:hover {
    background-color: var(--lynx-secondary) !important;
    border-color: var(--lynx-secondary) !important;
    color: var(--lynx-white) !important;
}

.pa-form-on-white button[type="submit"] {
    border: 2px solid var(--lynx-primary);
    background-color: var(--lynx-primary);
}

a.pa-button-primary,
.pa-hvr-sweep-to-right:before {
    background-color: var(--lynx-primary) !important;
    border-color: var(--lynx-primary) !important;
}

a.pa-button-primary:hover {
    background-color: var(--lynx-secondary) !important;
    border-color: var(--lynx-secondary) !important;
}

a.pa-button-secondary {
    background: linear-gradient(90deg, var(--lynx-secondary) 0%, var(--lynx-primary) 100%) !important;
    border: 1px solid var(--lynx-secondary) !important;
    color: var(--lynx-white) !important;
}

.pa-gradient-back-v1 {
    background: linear-gradient(90deg, rgba(var(--lynx-secondary-rgb), 0.85) 0%, rgba(var(--lynx-primary-rgb), 0.92) 100%) !important;
}

.pa-gradient-back-v2 {
    background: linear-gradient(to right, var(--lynx-secondary) 0%, var(--lynx-primary) 100%) !important;
}

.pa-portfolio-thumb-deco-1,
.pa-portfolio-thumb-deco-2 {
    background: linear-gradient(90deg, rgba(var(--lynx-primary-rgb), 0.85) 0%, rgba(var(--lynx-secondary-rgb), 1) 100%) !important;
}

.pa-portfolio-thumb-heading:hover { color: var(--lynx-secondary); }
.pa-portfolio-thumb-hover-icon { color: var(--lynx-white); }

.pa-icon-list-icon i,
.pa-serv-list-icon i,
.pa-contact-info p span i,
.pa-social-icons i {
    color: var(--lynx-secondary) !important;
}

.pa-social-icons i {
    background-color: var(--lynx-primary) !important;
}

.pa-social-icons i:hover {
    background-color: var(--lynx-secondary) !important;
}

.pa-skill-bar {
    background: linear-gradient(90deg, var(--lynx-secondary) 0%, var(--lynx-primary) 100%) !important;
}

.pa-skill-name,
.pa-skill-number {
    color: var(--lynx-white);
}

.pa-about-us.pa-bright,
.pa-standard-section.pa-bright {
    background-color: var(--lynx-white);
    color: var(--lynx-gray);
}

.pa-about-us .pa-h1-v2,
.pa-about-us .pa-p-v1,
.pa-icon-list-text {
    color: var(--lynx-gray) !important;
}

.pa-stripe-tagline,
.pa-stripe-heading {
    background: linear-gradient(90deg, var(--lynx-primary) 0%, var(--lynx-secondary) 100%);
}

.pa-stripe-heading h5,
.pa-stripe-heading h1 {
    color: var(--lynx-white) !important;
}

.pa-cta-v1,
.pa-cta-v2 {
    background-color: var(--lynx-primary);
}

.pa-cta-v1 h1,
.pa-cta-v1 h4,
.pa-cta-v2 h1,
.pa-cta-v2 p {
    color: var(--lynx-white) !important;
}

.pa-glass {
    background: rgba(var(--lynx-primary-rgb), 0.72);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.pa-contact-us label,
.pa-service-content label {
    color: var(--lynx-white);
}

.pa-contact-us input,
.pa-contact-us textarea,
.pa-service-content input,
.pa-service-content textarea {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: var(--lynx-white);
}

.pa-contact-us input:focus,
.pa-contact-us textarea:focus,
.pa-service-content input:focus,
.pa-service-content textarea:focus {
    border-color: var(--lynx-secondary);
    outline: none;
}

.pa-menu .nav-link:hover,
.pa-menu .nav-link.active,
.hvr-underline-from-center:before {
    color: var(--lynx-secondary) !important;
}

.hvr-underline-from-center:before {
    background: var(--lynx-secondary) !important;
}

footer {
    background-color: var(--lynx-black);
}

footer p,
footer a {
    color: rgba(255, 255, 255, 0.78);
}

footer a:hover {
    color: var(--lynx-secondary);
}

.typed-cursor {
    color: var(--lynx-secondary) !important;
}

/* Logos */
.pa-navbar .navbar-brand img,
.pa-mobile-navbar-brand img {
    max-height: 48px;
    width: auto;
    object-fit: contain;
}

.pa-mobile-main-logo img {
    height: auto !important;
    max-height: none;
    width: auto;
    object-fit: contain;
}

.pa-portfolio-thumb {
    background-size: cover;
    background-position: center;
}

/* Productos Lynxux — tarjetas con mockup completo */
.lynx-products-section__body {
    padding: 2rem 1rem 3rem;
}

.lynx-products-grid {
    max-width: 1180px;
    margin: 0 auto;
}

.lynx-product-card {
    display: block;
    height: 100%;
    text-decoration: none !important;
    color: inherit;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.lynx-product-card:hover {
    transform: translateY(-6px);
    text-decoration: none !important;
}

.lynx-product-card__frame {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 420px;
    padding: 1.25rem 1rem 1rem;
    border-radius: 20px;
    background:
        radial-gradient(circle at 50% 0%, rgba(41, 104, 144, 0.28), transparent 55%),
        linear-gradient(180deg, #081733 0%, #040d1c 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 0 0 1px rgba(41, 104, 144, 0.15);
    overflow: hidden;
}

.lynx-product-card__img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: min(68vh, 520px);
    margin: 0 auto;
    object-fit: contain;
    border-radius: 14px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
}

.lynx-product-card__info {
    padding: 1.1rem 0.35rem 0;
    text-align: center;
}

.lynx-product-card__title {
    margin: 0 0 0.45rem;
    color: #fff;
    font-family: "Plus Jakarta Sans", "Titillium Web", sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
}

.lynx-product-card__desc {
    margin: 0 0 0.75rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.98rem;
    line-height: 1.55;
}

.lynx-product-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: var(--lynx-secondary);
    font-weight: 600;
    font-size: 0.95rem;
}

.lynx-product-card:hover .lynx-product-card__title {
    color: var(--lynx-secondary);
}

@media all and (max-width: 767px) {
    .lynx-product-card__frame {
        min-height: 360px;
        padding: 1rem 0.75rem 0.75rem;
    }

    .lynx-product-card__img {
        max-height: min(62vh, 460px);
    }
}

.pa-inner-hero-overlay-tint {
    background: linear-gradient(180deg, rgba(var(--lynx-primary-rgb), 0.55) 0%, rgba(var(--lynx-primary-rgb), 0.92) 100%) !important;
}

.pa-sevice-hero {
    background-color: var(--lynx-primary) !important;
}

.pa-service-content {
    background-color: var(--lynx-primary);
}

.pa-show-more-arrow i {
    color: var(--lynx-secondary);
}

/* Utilidades de color (reemplazo particle-colors) */
.pa-color-primary-b,
.pa-color-primary-c,
.pa-color-primary-d { color: var(--lynx-secondary) !important; }
.pa-color-secondary-b { color: var(--lynx-primary) !important; }

button[type="submit"],
input[type="submit"] {
    background-color: var(--lynx-primary) !important;
    border-color: var(--lynx-primary) !important;
}

.pa-h1-v2 strong,
.pa-h1-v3 strong,
.pa-h1-inner-page strong {
    color: var(--lynx-secondary) !important;
}

.pa-project-icons i { color: var(--lynx-secondary); }
.pa-project-icons i:hover { background-color: var(--lynx-secondary); }

.pa-blog-tags,
.pa-blog-cats,
.widget_title,
input.search-field {
    border-left-color: var(--lynx-secondary) !important;
}

.pa-blog-tags p a:hover,
.pa-blog-cats p a:hover,
.pa-dark-mode .pa-blog-tags p a:hover,
.pa-dark-mode .pa-blog-cats p a:hover,
.cat-item a:hover,
.tag-cloud-link:hover,
.pa-dark-mode .cat-item a:hover,
.pa-dark-mode .tag-cloud-link:hover,
.pa-h3-blog-feed-title-font a:hover,
.pa-dark-mode :not(.pa-featured-headliner) .pa-h3-blog-feed-title-font a:hover,
a.post-comments-badge-link:hover,
.pa-custom-recent-thumb-hook:hover,
.pa-dark-mode .pa-custom-recent-thumb-hook:hover,
button.pa-search-button:focus,
.pa-post-bottom-metas div a:hover,
.pa-related-info-wrapper a:hover,
.pa-rel-meta-right a:hover,
.pa-dark-mode .pa-related-info-wrapper a:hover,
.pa-dark-mode .pa-rel-meta-right a:hover,
table a:hover,
.server_response a,
.close_server_response,
.simple_tip a {
    color: var(--lynx-secondary) !important;
}

a.moretag {
    background-color: var(--lynx-primary) !important;
}

/* Logos Lynxux */
.lynx-brand-logo {
    width: auto;
    object-fit: contain;
}

.lynx-brand-logo-group {
    align-items: center;
    gap: 0.55rem;
    line-height: 1;
}

.lynx-brand-logo--desktop {
    max-height: 48px;
    max-width: 190px;
}

.lynx-brand-logo--icon-part {
    max-height: 42px;
    max-width: 42px;
    flex-shrink: 0;
}

.pa-navbar .navbar-brand {
    display: inline-flex;
    align-items: center;
}

.pa-navbar .navbar-brand .lynx-brand-logo-group {
    min-height: 48px;
}

.pa-navbar .navbar-brand .lynx-brand-logo--desktop {
    max-height: 46px;
}

.lynx-brand-logo--mobile,
.lynx-brand-logo--icon {
    max-height: 64px;
    max-width: 64px;
}

.pa-navbar .navbar-brand .lynx-brand-logo--mobile {
    max-height: 64px;
    max-width: 64px;
}

.pa-mobile-main-logo .lynx-brand-logo--icon {
    max-height: 80px;
    max-width: 80px;
    width: 80px;
    height: 80px;
}

@media all and (max-width: 1199px) {
    .pa-mobile-main-logo {
        top: 6px;
        left: 6px;
        padding: 4px 8px;
        z-index: 10001;
    }

    .pa-mobile-main-logo img,
    .pa-mobile-main-logo .lynx-brand-logo--icon {
        height: 104px !important;
        max-height: 104px !important;
        width: 104px !important;
        max-width: 104px !important;
        filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.45));
    }

    body.pa-service-item .pa-mobile-main-logo,
    body.single .pa-mobile-main-logo,
    body.pa-project-item .pa-mobile-main-logo {
        top: 4px;
        left: 4px;
    }

    body.pa-service-item .pa-mobile-main-logo img,
    body.pa-service-item .pa-mobile-main-logo .lynx-brand-logo--icon,
    body.single .pa-mobile-main-logo img,
    body.single .pa-mobile-main-logo .lynx-brand-logo--icon,
    body.pa-project-item .pa-mobile-main-logo img,
    body.pa-project-item .pa-mobile-main-logo .lynx-brand-logo--icon,
    body.lynx-product-landing .pa-mobile-main-logo img,
    body.lynx-product-landing .pa-mobile-main-logo .lynx-brand-logo--icon {
        height: 88px !important;
        max-height: 88px !important;
        width: 88px !important;
        max-width: 88px !important;
    }

    .pa-mobile-navbar-brand .lynx-brand-logo--mobile {
        max-height: 72px;
        max-width: 72px;
    }

    /* Menú hamburguesa: solo texto Lynxux, sin zorro */
    .pa-mobile-navbar-brand .lynx-brand-logo--icon,
    .pa-mobile-navbar-brand .lynx-brand-logo--icon-part,
    .pa-mobile-navbar-brand .lynx-brand-logo--mobile {
        display: none !important;
    }

    .pa-mobile-navbar-brand .lynx-brand-logo--text {
        max-height: 34px;
        max-width: min(62vw, 168px);
        width: auto;
        height: auto;
        object-fit: contain;
    }

    .pa-mobile-menu-logo img {
        height: auto !important;
        max-height: 40px;
    }

    ul.navbar-nav {
        margin-top: 52px;
    }

    /* Header móvil: solo zorro fijo arriba a la izquierda */
    .pa-navbar .navbar-brand .lynx-brand-logo--mobile {
        display: none !important;
    }
}

/* Componentes Lynxux */
.pa-service-content .pa-benefit-list li {
    margin-bottom: 0.75rem;
}

.pa-plan-card {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    padding: 1.5rem;
    height: 100%;
    background: rgba(var(--lynx-primary-rgb), 0.55);
}

/* Landings marketing */
.lynx-particle-hero {
    position: relative;
    overflow: hidden;
}

.lynx-particle-hero__gradient {
    opacity: 0.72 !important;
    background: linear-gradient(115deg, rgba(41, 104, 144, 0.85) 0%, rgba(11, 42, 98, 0.92) 45%, rgba(6, 24, 51, 0.96) 100%) !important;
}

.lynx-particle-hero #particles-js {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.lynx-particle-hero .pa-hero-content {
    position: relative;
    z-index: 2;
}

.lynx-particle-hero__logo {
    width: 88px;
    height: 88px;
    object-fit: contain;
    margin-bottom: 0.5rem;
    filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.35));
}

.lynx-particle-hero .mega-typed .animated-text-effect {
    font-family: "Plus Jakarta Sans", "Titillium Web", sans-serif;
    font-weight: 800;
}

.lynx-product-hero {
    background: radial-gradient(circle at 20% 20%, rgba(41, 104, 144, 0.35), transparent 45%),
        radial-gradient(circle at 80% 10%, rgba(255, 255, 255, 0.08), transparent 40%),
        linear-gradient(160deg, var(--lynx-primary) 0%, #061833 100%) !important;
    background-image: none !important;
}

.lynx-product-hero__tint {
    opacity: 0.35 !important;
}

.lynx-product-mockup {
    display: flex;
    justify-content: center;
    padding: 0.5rem;
}

.lynx-product-mockup__img {
    width: min(100%, 320px);
    height: auto;
    border-radius: 18px;
    box-shadow: 0 24px 50px rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.lynx-lead-form {
    transition: opacity 0.35s ease, transform 0.35s ease, max-height 0.35s ease;
}

.lynx-lead-form--compact {
    background: transparent;
    border: 0;
    padding: 0;
    backdrop-filter: none;
}

.lynx-lead-form--footer {
    background: transparent;
    border: 0;
    padding: 0;
    backdrop-filter: none;
}

.lynx-lead-form--compact.is-hidden {
    opacity: 0;
    transform: translateY(8px);
    max-height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    border: 0;
    pointer-events: none;
}

.lynx-lead-form__fields {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: stretch;
    justify-content: center;
}

.lynx-lead-form--compact .lynx-lead-form__fields {
    flex-direction: column;
    align-items: stretch;
}

@media all and (min-width: 576px) {
    .lynx-lead-form--compact .lynx-lead-form__fields {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
}

/* Campo con borde serpiente — colores IA sutiles */
.lynx-field-snake {
    position: relative;
    display: block;
    flex: 1 1 160px;
    min-width: 0;
    max-width: 240px;
    padding: 2px;
    border-radius: 14px;
    overflow: hidden;
    isolation: isolate;
    cursor: text;
    box-shadow:
        0 0 0 1px rgba(120, 210, 255, 0.12),
        0 8px 24px rgba(8, 24, 52, 0.28);
    transition: box-shadow 0.35s ease, transform 0.35s ease;
}

.lynx-field-snake::before {
    content: "";
    position: absolute;
    inset: -90%;
    background: conic-gradient(
        from 0deg,
        transparent 0deg 248deg,
        rgba(56, 189, 248, 0.18) 268deg,
        rgba(129, 140, 248, 0.62) 288deg,
        rgba(45, 212, 191, 0.78) 304deg,
        rgba(56, 189, 248, 0.72) 318deg,
        rgba(167, 139, 250, 0.55) 332deg,
        rgba(41, 104, 144, 0.35) 348deg,
        transparent 360deg
    );
    animation: lynx-snake-spin 3.2s linear infinite;
    z-index: 0;
}

.lynx-field-snake::after {
    content: "";
    position: absolute;
    inset: 2px;
    border-radius: 12px;
    background:
        linear-gradient(145deg, rgba(8, 20, 44, 0.96) 0%, rgba(4, 12, 28, 0.92) 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        inset 0 0 20px rgba(56, 189, 248, 0.06);
    z-index: 1;
}

.lynx-field-snake:hover {
    box-shadow:
        0 0 0 1px rgba(129, 140, 248, 0.28),
        0 10px 28px rgba(41, 104, 144, 0.22);
}

.lynx-field-snake:focus-within {
    transform: translateY(-1px);
    box-shadow:
        0 0 0 1px rgba(45, 212, 191, 0.35),
        0 0 22px rgba(56, 189, 248, 0.18),
        0 12px 32px rgba(8, 24, 52, 0.35);
}

.lynx-field-snake:focus-within::before {
    animation-duration: 1.8s;
}

.lynx-field-snake:focus-within::after {
    background:
        linear-gradient(145deg, rgba(10, 26, 56, 0.98) 0%, rgba(6, 18, 40, 0.96) 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        inset 0 0 26px rgba(78, 163, 200, 0.14);
}

.lynx-lead-form__input {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0.78rem 1.05rem;
    color: #fff;
    font-size: 0.98rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    background: transparent;
    border: 0;
    border-radius: 12px;
    outline: none;
}

.lynx-lead-form__input::placeholder {
    color: rgba(186, 230, 253, 0.72);
    font-weight: 400;
    transition: color 0.25s ease;
}

.lynx-field-snake:focus-within .lynx-lead-form__input::placeholder {
    color: rgba(224, 242, 254, 0.88);
}

.lynx-lead-form__submit {
    position: relative;
    flex: 0 0 auto;
    margin: 0;
    padding: 0.78rem 1.45rem;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(
        125deg,
        #1e4a7a 0%,
        var(--lynx-secondary) 38%,
        #3b82c4 62%,
        var(--lynx-primary) 100%
    );
    background-size: 220% 220%;
    color: #fff;
    font-size: 0.96rem;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    animation:
        lynx-btn-heartbeat 2.6s ease-in-out infinite,
        lynx-btn-gradient 5s ease infinite;
    box-shadow:
        0 10px 30px rgba(41, 104, 144, 0.42),
        0 0 0 1px rgba(186, 230, 253, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lynx-btn-magic__glow {
    position: absolute;
    inset: -30%;
    background: radial-gradient(circle at 50% 50%, rgba(186, 230, 253, 0.28) 0%, transparent 62%);
    opacity: 0.45;
    animation: lynx-btn-glow-pulse 2.6s ease-in-out infinite;
    pointer-events: none;
}

.lynx-btn-magic__flash {
    position: absolute;
    top: -10%;
    left: -120%;
    width: 45%;
    height: 120%;
    background: linear-gradient(
        105deg,
        transparent 0%,
        rgba(255, 255, 255, 0.08) 35%,
        rgba(255, 255, 255, 0.42) 50%,
        rgba(255, 255, 255, 0.08) 65%,
        transparent 100%
    );
    transform: skewX(-18deg);
    animation: lynx-btn-flash-sweep 4.2s ease-in-out infinite;
    pointer-events: none;
    z-index: 2;
}

.lynx-btn-label {
    position: relative;
    z-index: 3;
    display: inline-block;
}

.lynx-lead-form__submit:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow:
        0 14px 38px rgba(78, 163, 200, 0.5),
        0 0 28px rgba(56, 189, 248, 0.22),
        0 0 0 1px rgba(186, 230, 253, 0.28);
}

.lynx-lead-form__submit:disabled {
    animation: none;
    opacity: 0.85;
    cursor: wait;
}

.lynx-lead-form__submit:disabled .lynx-btn-label {
    animation: lynx-btn-text-pulse 0.8s ease-in-out infinite;
}

.lynx-lead-form--footer .lynx-lead-form__fields {
    flex-direction: column;
    align-items: stretch;
}

.lynx-lead-form--footer .lynx-field-snake {
    max-width: none;
    flex: 1 1 auto;
}

.lynx-lead-form--footer .lynx-lead-form__submit {
    width: 100%;
}

/* Beneficios visibles */
.lynx-landing-benefits {
    position: relative;
    padding-top: 3rem;
    padding-bottom: 3rem;
    overflow: hidden;
}

.lynx-landing-benefits--tech-bg {
    background: #061428 url('../images/lynx-contact-tech-bg.jpg') center center / cover no-repeat;
}

.lynx-landing-benefits__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(6, 20, 44, 0.82) 0%, rgba(4, 14, 32, 0.88) 55%, rgba(6, 20, 44, 0.92) 100%);
    pointer-events: none;
}

.lynx-landing-benefits .container {
    position: relative;
    z-index: 1;
}

.lynx-benefit-grid {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.85rem 1rem;
    margin: 0;
    padding: 0;
}

.lynx-benefit-chip {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.75rem 1.15rem;
    border-radius: 999px;
    background: rgba(6, 24, 51, 0.82);
    border: 1px solid rgba(120, 210, 255, 0.35);
    box-shadow: 0 0 20px rgba(41, 104, 144, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    color: #fff;
}

.lynx-benefit-chip__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.lynx-benefit-chip__icon i {
    font-size: 1.35rem;
    color: #7fd4ff;
    filter: drop-shadow(0 0 8px rgba(127, 212, 255, 0.65));
}

.lynx-benefit-chip__text {
    font-size: 0.98rem;
    font-weight: 600;
    line-height: 1.35;
    color: #fff;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

/* Features orbit dinámico */
.lynx-landing-features-orbit {
    padding-top: 1rem;
}

.lynx-features-orbit__center {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 260px;
    margin-bottom: 1.5rem;
}

.lynx-features-orbit__img {
    position: relative;
    z-index: 2;
    width: min(100%, 280px);
    height: auto;
    border-radius: 18px;
    border: 1px solid rgba(120, 210, 255, 0.35);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45), 0 0 30px rgba(41, 104, 144, 0.25);
    animation: lynx-orbit-float 5s ease-in-out infinite;
}

.lynx-features-orbit__ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(120, 210, 255, 0.25);
    pointer-events: none;
}

.lynx-features-orbit__ring--1 {
    width: 320px;
    height: 320px;
    animation: lynx-orbit-spin 18s linear infinite;
    border-style: dashed;
}

.lynx-features-orbit__ring--2 {
    width: 260px;
    height: 260px;
    animation: lynx-orbit-spin 12s linear infinite reverse;
    border-color: rgba(41, 104, 144, 0.45);
}

.lynx-feature-orbit-item__inner {
    padding: 0.35rem 0;
    transition: transform 0.35s ease, filter 0.35s ease;
}

.lynx-feature-orbit-item:hover .lynx-feature-orbit-item__inner {
    transform: translateX(6px);
    filter: drop-shadow(0 0 12px rgba(127, 212, 255, 0.35));
}

.lynx-features-orbit__list.pa-right .lynx-feature-orbit-item:hover .lynx-feature-orbit-item__inner {
    transform: translateX(-6px);
}

.lynx-features-orbit__list .pa-serv-list-icon i {
    color: #7fd4ff;
    filter: drop-shadow(0 0 10px rgba(127, 212, 255, 0.5));
}

/* Contacto mágico */
.lynx-contact-magic {
    position: relative;
}

.lynx-contact-magic__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(4, 12, 28, 0.72) 0%, rgba(6, 24, 51, 0.88) 55%, rgba(4, 12, 28, 0.92) 100%);
    pointer-events: none;
    z-index: 0;
}

.lynx-contact-magic .container {
    position: relative;
    z-index: 1;
}

.lynx-contact-magic__form-wrap {
    padding: 1.25rem;
    border-radius: 20px;
    background: rgba(4, 14, 32, 0.55);
    border: 1px solid rgba(120, 210, 255, 0.2);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35), inset 0 0 40px rgba(41, 104, 144, 0.08);
    backdrop-filter: blur(6px);
}

.lynx-feature-card,
.lynx-plan-card {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    padding: 1.5rem;
    background: rgba(6, 24, 51, 0.78);
    height: 100%;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}

/* Servicios — bloque intro con fondo tech */
.lynx-service-info-tech {
    position: relative;
    overflow: hidden;
}

.lynx-service-info-tech__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(6, 20, 44, 0.82) 0%, rgba(4, 14, 32, 0.88) 100%);
    pointer-events: none;
}

.lynx-service-info-tech .container {
    position: relative;
    z-index: 2;
}

.lynx-plan-card__head {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.lynx-plan-card__logo-wrap {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    padding: 4px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(186, 230, 253, 0.16);
    overflow: hidden;
}

.lynx-plan-card__logo {
    display: block;
    width: auto;
    height: auto;
    max-width: 40px;
    max-height: 40px;
    object-fit: contain;
}

.lynx-plan-card__eyebrow {
    margin: 0 0 0.15rem;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(186, 230, 253, 0.75);
}

.lynx-plan-card__name {
    margin: 0;
}

.lynx-plan-card__desc {
    margin-bottom: 1rem;
    line-height: 1.6;
}

.lynx-plan-card__price {
    margin: 0 0 0.35rem;
}

.lynx-plan-card__price-unit {
    font-size: 0.92rem;
    font-weight: 500;
    opacity: 0.85;
}

.lynx-plan-card__annuity {
    margin: 0 0 1rem;
    font-size: 0.92rem;
    opacity: 0.9;
}

.lynx-plan-card__features {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.55rem;
}

.lynx-plan-card__features li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    color: rgba(224, 242, 254, 0.92);
    font-size: 0.92rem;
    line-height: 1.45;
}

.lynx-plan-card__features i {
    flex-shrink: 0;
    font-size: 1.05rem;
    color: #7fd4ff;
    margin-top: 0.05rem;
}

.lynx-plans-track {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    gap: 1.25rem;
    align-items: stretch;
}

.lynx-plans-track__hint {
    opacity: 0.72;
    font-size: 0.88rem;
    margin-bottom: 0;
}

.lynx-landing-skills .pa-skill-bar {
    background: linear-gradient(90deg, var(--lynx-secondary), #4ea3c8) !important;
}

.lynx-landing-cta-band {
    background: rgba(0, 0, 0, 0.18);
}

.lynx-lead-thanks {
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.lynx-lead-thanks.is-visible {
    display: flex;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.lynx-lead-thanks__backdrop {
    position: absolute;
    inset: 0;
    overflow: hidden;
    background: #061428;
}

.lynx-lead-thanks__particles {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.lynx-lead-thanks__particles canvas {
    display: block;
}

.lynx-lead-thanks__gradient {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(circle at 50% 38%, rgba(41, 104, 144, 0.28) 0%, transparent 58%),
        linear-gradient(180deg, rgba(6, 20, 40, 0.35) 0%, rgba(4, 12, 28, 0.82) 100%);
    pointer-events: none;
}

.lynx-lead-thanks__panel {
    position: relative;
    z-index: 2;
    width: min(92vw, 430px);
    padding: 2.1rem 1.85rem 1.85rem;
    border-radius: 22px;
    text-align: center;
    background: rgba(8, 22, 48, 0.58);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(186, 230, 253, 0.16);
    box-shadow:
        0 28px 80px rgba(0, 0, 0, 0.42),
        inset 0 1px 0 rgba(255, 255, 255, 0.07);
    animation: lynx-thanks-panel-in 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.lynx-lead-thanks__halo {
    position: absolute;
    top: -42%;
    left: 50%;
    width: 140%;
    height: 70%;
    transform: translateX(-50%);
    background: radial-gradient(circle, rgba(56, 189, 248, 0.16) 0%, transparent 68%);
    pointer-events: none;
    animation: lynx-thanks-halo 4s ease-in-out infinite;
}

.lynx-lead-thanks__icon {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    margin: 0 auto 0.85rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(186, 230, 253, 0.14);
    box-shadow: 0 0 28px rgba(56, 189, 248, 0.12);
}

.lynx-lead-thanks__icon img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    filter: drop-shadow(0 6px 18px rgba(0, 0, 0, 0.25));
}

.lynx-lead-thanks__eyebrow {
    position: relative;
    z-index: 1;
    margin: 0 0 0.45rem;
    color: rgba(186, 230, 253, 0.82);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.lynx-lead-thanks__title {
    position: relative;
    z-index: 1;
    margin: 0 0 0.75rem;
    color: #fff;
    font-size: clamp(1.55rem, 4.8vw, 1.95rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.lynx-lead-thanks__name {
    background: linear-gradient(90deg, #7dd3fc 0%, #c4b5fd 52%, #5eead4 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.lynx-lead-thanks__text {
    position: relative;
    z-index: 1;
    margin: 0;
    color: rgba(224, 242, 254, 0.86);
    font-size: 1rem;
    line-height: 1.65;
    font-weight: 400;
}

.lynx-lead-thanks__close {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-top: 1.45rem;
}

body.lynx-lead-thanks-open {
    overflow: hidden;
}

@media all and (max-width: 767px) {
    .lynx-lead-form__fields {
        flex-direction: column;
        align-items: stretch;
    }

    .lynx-field-snake {
        max-width: none;
        flex: 1 1 auto;
    }

    .lynx-lead-form__submit {
        width: 100%;
    }

    .lynx-benefit-chip {
        width: 100%;
        justify-content: flex-start;
    }

    .lynx-feature-orbit-item:hover .lynx-feature-orbit-item__inner {
        transform: none;
    }
}

@keyframes lynx-thanks-panel-in {
    from {
        opacity: 0;
        transform: translateY(18px) scale(0.97);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes lynx-thanks-halo {
    0%, 100% { opacity: 0.55; transform: translateX(-50%) scale(0.96); }
    50% { opacity: 0.9; transform: translateX(-50%) scale(1.04); }
}

@keyframes lynx-snake-spin {
    to { transform: rotate(360deg); }
}

@keyframes lynx-btn-heartbeat {
    0%, 100% {
        transform: scale(1);
        box-shadow:
            0 10px 30px rgba(41, 104, 144, 0.42),
            0 0 0 1px rgba(186, 230, 253, 0.18),
            inset 0 1px 0 rgba(255, 255, 255, 0.12);
    }
    18% {
        transform: scale(1.035);
        box-shadow:
            0 14px 36px rgba(78, 163, 200, 0.52),
            0 0 24px rgba(56, 189, 248, 0.2),
            0 0 0 1px rgba(186, 230, 253, 0.28),
            inset 0 1px 0 rgba(255, 255, 255, 0.16);
    }
    36% {
        transform: scale(1);
    }
}

@keyframes lynx-btn-glow-pulse {
    0%, 100% { opacity: 0.35; transform: scale(0.96); }
    50% { opacity: 0.65; transform: scale(1.04); }
}

@keyframes lynx-btn-flash-sweep {
    0%, 62%, 100% {
        left: -120%;
        opacity: 0;
    }
    72% {
        opacity: 0.35;
    }
    82% {
        left: 140%;
        opacity: 0.85;
    }
    92% {
        opacity: 0;
    }
}

@keyframes lynx-btn-gradient {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

@keyframes lynx-btn-text-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.65; }
}

@keyframes lynx-orbit-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

@keyframes lynx-orbit-spin {
    to { transform: rotate(360deg); }
}

/* Footer corporativo interactivo */
.lynx-site-footer {
    position: relative;
    overflow: hidden;
    padding: 3.5rem 0 2rem;
    background:
        radial-gradient(circle at 15% 0%, rgba(41, 104, 144, 0.22), transparent 42%),
        radial-gradient(circle at 85% 100%, rgba(120, 210, 255, 0.12), transparent 38%),
        linear-gradient(180deg, #071428 0%, #040d1c 100%);
}

.lynx-site-footer__glow-line {
    position: absolute;
    top: 0;
    left: -20%;
    width: 140%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(41, 104, 144, 0.2), rgba(120, 210, 255, 0.95), rgba(41, 104, 144, 0.85), transparent);
    animation: lynx-footer-glow 4.5s linear infinite;
}

.lynx-brand-logo--footer {
    max-width: 148px;
    width: auto;
    height: auto;
    max-height: 42px;
    object-fit: contain;
    filter: drop-shadow(0 6px 18px rgba(0, 0, 0, 0.35));
    transition: transform 0.35s ease, filter 0.35s ease;
}

.lynx-site-footer__logo-link:hover .lynx-brand-logo--footer {
    transform: translateY(-2px) scale(1.02);
    filter: drop-shadow(0 10px 24px rgba(41, 104, 144, 0.35));
}

.lynx-site-footer__tagline {
    margin: 1rem 0 1.25rem;
    max-width: 320px;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.55;
}

.lynx-site-footer__heading {
    font-size: 1rem;
    margin-bottom: 1rem;
    letter-spacing: 0.02em;
}

.lynx-site-footer__links li,
.lynx-site-footer__contact li {
    margin-bottom: 0.55rem;
}

.lynx-site-footer__links a,
.lynx-site-footer__contact a {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.95rem;
    text-decoration: none;
    transition: color 0.25s ease;
}

.lynx-site-footer__links a:hover,
.lynx-site-footer__contact a:hover {
    color: #7fd4ff;
}

.lynx-site-footer__contact li {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.95rem;
}

.lynx-site-footer__contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
}

.lynx-site-footer__contact-icon i {
    font-size: 1.1rem;
    color: #7fd4ff;
}

.lynx-site-footer__social {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.lynx-site-footer__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(120, 210, 255, 0.28);
    box-shadow: 0 0 0 rgba(127, 212, 255, 0);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.lynx-site-footer__social-link:hover {
    transform: translateY(-4px) scale(1.06);
    background: rgba(41, 104, 144, 0.35);
    border-color: rgba(127, 212, 255, 0.65);
    box-shadow: 0 10px 24px rgba(41, 104, 144, 0.35);
    color: #fff;
}

.lynx-site-footer__social-link.is-pulsing {
    animation: lynx-footer-social-pulse 0.55s ease;
}

.lynx-site-footer__cta {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 1.15rem;
    padding: 0.65rem 1.1rem;
    border-radius: 999px;
    color: #fff;
    font-weight: 600;
    font-size: 0.92rem;
    text-decoration: none;
    background: linear-gradient(135deg, var(--lynx-secondary), var(--lynx-primary));
    box-shadow: 0 10px 28px rgba(41, 104, 144, 0.35);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.lynx-site-footer__cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 34px rgba(78, 163, 200, 0.42);
    color: #fff;
}

.lynx-site-footer__cta i {
    font-size: 1.1rem;
    transition: transform 0.3s ease;
}

.lynx-site-footer__cta:hover i {
    transform: translateX(4px);
}

.lynx-site-footer__bottom {
    margin-top: 2.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.lynx-site-footer__copy {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.9rem;
}

.lynx-site-footer__copy a {
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
}

.lynx-site-footer__copy a:hover {
    color: #7fd4ff;
}

.lynx-site-freshness {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin-top: 0.85rem;
    padding: 0.45rem 0.85rem 0.45rem 0.65rem;
    border-radius: 999px;
    background: rgba(4, 14, 32, 0.55);
    border: 1px solid rgba(127, 212, 255, 0.2);
    box-shadow: 0 0 20px rgba(61, 220, 132, 0.08), inset 0 0 24px rgba(127, 212, 255, 0.05);
    backdrop-filter: blur(6px);
}

.lynx-site-freshness--footer {
    margin-top: 0;
    margin-bottom: 0.85rem;
}

.lynx-site-freshness__pulse {
    position: relative;
    flex-shrink: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #3ddc84;
    box-shadow: 0 0 10px rgba(61, 220, 132, 0.75);
}

.lynx-site-freshness__pulse::after {
    content: "";
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    border: 1px solid rgba(61, 220, 132, 0.45);
    animation: lynx-freshness-ping 2.4s ease-out infinite;
}

.lynx-site-freshness__text {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.78rem;
    line-height: 1.3;
    letter-spacing: 0.02em;
}

.lynx-site-freshness__label {
    color: #9fe4ff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.68rem;
    letter-spacing: 0.1em;
}

.lynx-site-freshness__sep {
    color: rgba(255, 255, 255, 0.35);
}

.lynx-site-freshness__date {
    color: rgba(255, 255, 255, 0.82);
    font-weight: 500;
}

.lynx-site-footer__freshness-wrap {
    display: flex;
    justify-content: center;
}

@keyframes lynx-freshness-ping {
    0% { transform: scale(0.85); opacity: 0.85; }
    70% { transform: scale(1.45); opacity: 0; }
    100% { transform: scale(1.45); opacity: 0; }
}

.lynx-footer-shell {
    position: relative;
    background: transparent;
}

footer.lynx-footer-shell {
    background: transparent;
}

footer.lynx-footer-shell p {
    margin: 0;
}

@keyframes lynx-footer-glow {
    0% { transform: translateX(-8%); opacity: 0.65; }
    50% { opacity: 1; }
    100% { transform: translateX(8%); opacity: 0.65; }
}

@keyframes lynx-footer-social-pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.12); }
}

@media all and (max-width: 767px) {
    .lynx-site-footer {
        padding-top: 2.5rem;
    }

    .lynx-site-footer__tagline {
        max-width: none;
    }

    .lynx-brand-logo--footer {
        max-width: 132px;
        max-height: 38px;
    }
}

/* Landings móvil: sin desplazamiento horizontal ni deformación */
@media all and (max-width: 1199px) {
    body.pa-service-item,
    body.single,
    body.lynx-product-landing {
        overflow-x: clip;
        overscroll-behavior-x: none;
        touch-action: pan-y pinch-zoom;
    }

    .pushable-content,
    .pa-hero,
    .lynx-particle-hero,
    .lynx-landing-features-orbit,
    .lynx-landing-benefits,
    .lynx-landing-skills,
    .lynx-landing-contact,
    .lynx-contact-magic,
    .lynx-site-footer,
    .pa-service-content,
    .lynx-product-intro,
    .lynx-landing-plans,
    .lynx-landing-cta-band {
        max-width: 100%;
        overflow-x: clip;
    }

    .container,
    .container-fluid {
        max-width: 100%;
        overflow-x: clip;
    }

    .lynx-particle-hero #particles-js,
    .lynx-particle-hero #particles-js canvas {
        max-width: 100% !important;
        overflow: hidden;
    }

    .typed-text,
    .mega-typed,
    .pa-h1-inner-page,
    .pa-h2-v1-hero-subhead,
    .pa-h2-v2-hero-subhead {
        max-width: 100%;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .lynx-field-snake::before {
        inset: -75%;
    }

    .lynx-lead-form--compact .lynx-lead-form__submit {
        width: 100%;
        margin-top: 0.15rem;
    }

    .lynx-btn-magic__glow {
        inset: -20%;
    }

    .lynx-features-orbit__ring {
        display: none;
    }

    .lynx-features-orbit__center {
        min-height: 0;
        margin-bottom: 0.75rem;
        overflow: hidden;
    }

    .lynx-features-orbit__img {
        width: min(100%, 220px);
    }

    .lynx-landing-features-orbit .pa-services-ul {
        padding-left: 0.85rem;
        padding-right: 0.85rem;
    }

    .lynx-landing-features-orbit .container {
        padding-left: 1.35rem;
        padding-right: 1.35rem;
    }

    .lynx-feature-orbit-item__inner {
        padding-left: 0.35rem;
        padding-right: 0.35rem;
    }

    .lynx-plans-track {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 1rem;
        padding: 0.25rem 0.35rem 0.75rem;
        margin: 0 -0.35rem;
        scrollbar-width: none;
    }

    .lynx-plans-track::-webkit-scrollbar {
        display: none;
    }

    .lynx-plans-track .lynx-plan-card {
        flex: 0 0 min(88vw, 340px);
        scroll-snap-align: center;
    }

    .lynx-landing-benefits--tech-bg {
        background-position: center 60%;
    }

    .lynx-landing-features-orbit .pa-services-ul .pa-h3-v1,
    .lynx-landing-features-orbit .pa-services-ul .pa-p-v1 {
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .lynx-benefit-chip {
        max-width: 100%;
        white-space: normal;
    }

    .lynx-site-footer__glow-line {
        width: 100%;
        left: 0;
        animation: none;
    }

    .lynx-contact-magic__form-wrap,
    .lynx-lead-form,
    .lynx-lead-form__fields {
        max-width: 100%;
        overflow-x: clip;
    }

    .lynx-landing-contact,
    .pa-service-content,
    .pa-contact-us {
        background-attachment: scroll !important;
    }

    .parallax-mirror {
        display: none !important;
        visibility: hidden !important;
        width: 0 !important;
        height: 0 !important;
        overflow: hidden !important;
    }

    .pa-skill-warp {
        max-width: 100%;
        overflow: hidden;
    }

    .pa-skill-name {
        overflow-wrap: anywhere;
        word-break: break-word;
        padding-right: 3.5rem;
    }

    .lynx-product-mockup__img {
        max-width: 100%;
        height: auto;
    }
}

/* ── Home: logo móvil más compacto ── */
@media all and (max-width: 1199px) {
    body.pa-homepage .pa-mobile-main-logo img,
    body.pa-homepage .pa-mobile-main-logo .lynx-brand-logo--icon {
        height: 56px !important;
        max-height: 56px !important;
        width: 56px !important;
        max-width: 56px !important;
    }
}

/* ── Nav CTA mágico ── */
.lynx-nav-cta-wrap {
    display: flex;
    align-items: center;
    margin-left: 0.75rem;
}

.lynx-nav-cta.lynx-btn-magic {
    padding: 0.55rem 1.05rem;
    font-size: 0.82rem;
    border-radius: 999px;
    white-space: nowrap;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media all and (min-width: 1200px) {
    .pa-navbar.navbar-expand-lg .navbar-nav {
        align-items: center;
    }

    .pa-navbar .navbar-nav .lynx-nav-cta-wrap {
        display: flex;
        align-items: center;
        align-self: center;
        margin-left: 0.25rem;
        padding: 0;
        flex-shrink: 0;
    }

    .pa-navbar .lynx-nav-cta.lynx-btn-magic {
        padding: 0.4rem 0.72rem;
        font-size: 0.72rem;
        font-weight: 600;
        line-height: 1.1;
        letter-spacing: 0.02em;
        border-radius: 999px;
        min-height: 0;
        box-shadow:
            0 4px 14px rgba(41, 104, 144, 0.28),
            0 0 0 1px rgba(186, 230, 253, 0.12);
        animation:
            lynx-btn-heartbeat 3.2s ease-in-out infinite,
            lynx-btn-gradient 6s ease infinite;
    }

    .pa-navbar .lynx-nav-cta.lynx-btn-magic .lynx-btn-magic__glow {
        inset: -20%;
        opacity: 0.32;
    }

    .pa-navbar .lynx-nav-cta.lynx-btn-magic:hover {
        transform: translateY(-1px);
        box-shadow:
            0 6px 18px rgba(78, 163, 200, 0.38),
            0 0 0 1px rgba(186, 230, 253, 0.22);
    }
}

@media all and (max-width: 991px) {
    .lynx-nav-cta-wrap {
        margin: 1rem 1.25rem 0.5rem;
        justify-content: center;
    }

    .lynx-nav-cta.lynx-btn-magic {
        width: 100%;
        max-width: 280px;
        padding: 0.72rem 1.2rem;
        font-size: 0.9rem;
    }
}

.lynx-btn-magic--lg {
    padding: 0.85rem 1.65rem !important;
    font-size: 1rem !important;
    border-radius: 14px !important;
}

/* ── CTA con fondo tech ── */
.lynx-cta-tech {
    position: relative;
    overflow: hidden;
}

.lynx-cta-tech__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(115deg, rgba(6, 20, 44, 0.88) 0%, rgba(4, 14, 32, 0.78) 45%, rgba(6, 24, 51, 0.9) 100%);
    pointer-events: none;
}

.lynx-cta-tech .container {
    position: relative;
    z-index: 1;
}

.lynx-cta-tech__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

/* ── Sobre Lynxux — mágico ── */
.lynx-about-magic {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 20% 20%, rgba(56, 189, 248, 0.12) 0%, transparent 42%),
        radial-gradient(circle at 80% 70%, rgba(129, 140, 248, 0.1) 0%, transparent 40%),
        linear-gradient(180deg, #061428 0%, #0a1f42 50%, #061428 100%);
}

.lynx-about-magic__glow {
    position: absolute;
    inset: -20% -10%;
    background: radial-gradient(circle at 50% 40%, rgba(56, 189, 248, 0.14) 0%, transparent 55%);
    animation: lynx-about-glow 8s ease-in-out infinite;
    pointer-events: none;
}

.lynx-about-magic .container {
    position: relative;
    z-index: 1;
}

.lynx-about-magic__copy {
    margin-bottom: 0.5rem;
}

.lynx-about-magic__eyebrow {
    margin: 0 0 0.5rem;
    color: rgba(186, 230, 253, 0.85);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.lynx-about-magic__title {
    color: #fff !important;
    text-shadow: 0 0 40px rgba(56, 189, 248, 0.2);
    animation: lynx-about-title-float 6s ease-in-out infinite;
}

.lynx-about-magic__title strong {
    background: linear-gradient(90deg, #fff 0%, #bae6fd 45%, #c4b5fd 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.lynx-about-magic__body {
    color: rgba(241, 245, 249, 0.92) !important;
    font-size: 1.08rem;
    line-height: 1.75;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.lynx-about-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem 1rem;
    margin: 1.75rem auto 2rem;
    padding: 0;
}

.lynx-about-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 1.1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(186, 230, 253, 0.22);
    box-shadow: 0 0 24px rgba(56, 189, 248, 0.1);
    animation: lynx-about-pill-float 5s ease-in-out infinite;
}

.lynx-about-pill:nth-child(2) { animation-delay: 0.8s; }
.lynx-about-pill:nth-child(3) { animation-delay: 1.6s; }

.lynx-about-pill__icon i {
    font-size: 1.1rem;
    color: #7fd4ff;
}

.lynx-about-pill__text {
    color: #fff;
    font-weight: 600;
    font-size: 0.95rem;
}

.lynx-about-magic__devices img {
    filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.45));
}

/* ── Servicios home — móvil ── */
.lynx-home-services__grid {
    align-items: center;
}

.lynx-home-service-item {
    margin-bottom: 1.25rem;
}

.lynx-home-service-item__link {
    display: block;
    padding: 0.35rem 0.5rem;
    text-decoration: none;
    border-radius: 12px;
    transition: background 0.25s ease, transform 0.25s ease;
}

.lynx-home-service-item__link:hover {
    background: rgba(255, 255, 255, 0.04);
    transform: translateY(-2px);
}

.lynx-home-services__img {
    max-width: min(100%, 240px);
    height: auto;
    margin: 0 auto 1rem;
}

@media all and (max-width: 767px) {
    .lynx-home-services .container {
        padding-left: 1.35rem;
        padding-right: 1.35rem;
    }

    .lynx-home-services__col {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .lynx-home-services__list {
        padding-left: 0.65rem !important;
        padding-right: 0.65rem !important;
        text-align: left !important;
    }

    .lynx-home-service-item__link {
        padding: 0.85rem 0.75rem;
        background: rgba(6, 24, 51, 0.55);
        border: 1px solid rgba(120, 210, 255, 0.14);
    }

    .lynx-home-services__center {
        order: 0 !important;
        margin-bottom: 0.5rem;
    }

    .lynx-home-services__img {
        max-width: 180px;
    }
}

/* ── Por qué Lynxux (marketing) ── */
.lynx-why-lynxux {
    background: linear-gradient(180deg, rgba(4, 14, 32, 0.4) 0%, rgba(6, 20, 44, 0.95) 100%);
}

.lynx-why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.15rem;
    margin-top: 2rem;
}

.lynx-why-card {
    padding: 1.35rem 1.25rem;
    border-radius: 16px;
    background: rgba(6, 24, 51, 0.72);
    border: 1px solid rgba(120, 210, 255, 0.18);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.lynx-why-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(41, 104, 144, 0.25);
}

.lynx-why-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 0.75rem;
    border-radius: 12px;
    background: rgba(56, 189, 248, 0.12);
    border: 1px solid rgba(186, 230, 253, 0.2);
}

.lynx-why-card__icon i {
    color: #7fd4ff;
    font-size: 1.35rem;
}

.lynx-why-card__title {
    margin-bottom: 0.5rem;
}

.lynx-why-card__copy {
    margin: 0;
    line-height: 1.6;
    opacity: 0.92;
}

/* ── CTA lead home ── */
.lynx-cta-lead {
    background: rgba(0, 0, 0, 0.12);
}

.lynx-cta-lead .lynx-lead-form--compact {
    max-width: 640px;
    margin: 0 auto;
}

.lynx-contact-link {
    color: inherit;
    text-decoration: none;
}

.lynx-contact-link:hover {
    color: #7fd4ff;
}

.lynx-home-contact .lynx-lead-form--footer .lynx-lead-form__fields {
    flex-direction: column;
}

@keyframes lynx-about-glow {
    0%, 100% { opacity: 0.55; transform: scale(1); }
    50% { opacity: 0.95; transform: scale(1.05); }
}

@keyframes lynx-about-title-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-4px); }
}

@keyframes lynx-about-pill-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-3px); }
}

/* Página Sobre nosotros — equipo */
.lynx-about-team-page .lynx-about-team-hero {
    padding-top: 7rem;
    position: relative;
    overflow: hidden;
}

.lynx-about-team-intro__card {
    padding: 1.75rem 1.5rem;
    border-radius: 18px;
}

.lynx-team-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.lynx-team-card__photo-wrap {
    position: relative;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    background: linear-gradient(145deg, rgba(15, 35, 58, 0.95), rgba(8, 18, 30, 0.98));
}

.lynx-team-card__photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform 0.45s ease;
}

.lynx-team-card:hover .lynx-team-card__photo {
    transform: scale(1.04);
}

.lynx-team-card__badge {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: rgba(12, 24, 38, 0.82);
    border: 1px solid rgba(127, 212, 255, 0.35);
    color: #9fe4ff;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.lynx-team-card__body {
    border-radius: 0 0 20px 20px;
    padding: 1.35rem 1.25rem 1.5rem;
    flex: 1;
}

.lynx-team-card__name {
    font-size: 1.35rem;
    margin-bottom: 0.25rem;
}

.lynx-team-card__role {
    color: #7fd4ff;
    font-weight: 600;
    margin-bottom: 0.85rem;
}

.lynx-team-card__bio {
    opacity: 0.92;
    line-height: 1.65;
}

.lynx-about-team-values {
    padding-bottom: 4rem;
}

.lynx-about-team-cta {
    margin-top: 0.5rem;
}

/* Página Contacto — Lyn */
.lynx-contact-page-hero {
    padding-top: 7rem;
    position: relative;
    overflow: hidden;
}

.lynx-contact-page-body {
    padding-bottom: 5rem;
}

.lynx-web-chat {
    display: flex;
    flex-direction: column;
    min-height: 560px;
    height: 100%;
    border-radius: 22px;
    padding: 1.25rem;
    border: 1px solid rgba(127, 212, 255, 0.14);
    background: rgba(8, 18, 30, 0.72);
    backdrop-filter: blur(12px);
}

.lynx-web-chat__header {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 1rem;
}

.lynx-web-chat__avatar-wrap {
    position: relative;
    flex-shrink: 0;
}

.lynx-web-chat__avatar {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    object-fit: cover;
    background: #0e171f;
}

.lynx-web-chat__status {
    position: absolute;
    right: -2px;
    bottom: -2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #3ddc84;
    border: 2px solid #0e171f;
}

.lynx-web-chat__title {
    font-size: 1.15rem;
    margin: 0;
}

.lynx-web-chat__subtitle {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.88rem;
}

.lynx-web-chat__messages {
    flex: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding-right: 0.25rem;
    min-height: 280px;
    max-height: 52vh;
}

.lynx-web-chat__bubble {
    max-width: 92%;
    padding: 0.85rem 1rem;
    border-radius: 16px;
    line-height: 1.55;
    font-size: 0.95rem;
}

.lynx-web-chat__bubble--lyn {
    align-self: flex-start;
    background: rgba(127, 212, 255, 0.12);
    border: 1px solid rgba(127, 212, 255, 0.18);
    color: #e8f6ff;
}

.lynx-web-chat__bubble--user {
    align-self: flex-end;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff;
}

.lynx-web-chat__bubble--thinking {
    opacity: 0.7;
    font-style: italic;
}

.lynx-web-chat__suggestions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0.85rem;
}

.lynx-web-chat__chip {
    border: 1px solid rgba(127, 212, 255, 0.22);
    background: rgba(127, 212, 255, 0.08);
    color: #b9ebff;
    border-radius: 999px;
    padding: 0.45rem 0.85rem;
    font-size: 0.82rem;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.lynx-web-chat__chip:hover {
    background: rgba(127, 212, 255, 0.16);
    border-color: rgba(127, 212, 255, 0.42);
}

.lynx-web-chat__form {
    display: flex;
    gap: 0.65rem;
    margin-top: auto;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.lynx-web-chat__input {
    flex: 1;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(0, 0, 0, 0.22);
    color: #fff;
    padding: 0.85rem 1rem;
}

.lynx-web-chat__input:focus {
    outline: none;
    border-color: rgba(127, 212, 255, 0.45);
    box-shadow: 0 0 0 3px rgba(127, 212, 255, 0.12);
}

.lynx-web-chat__send {
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #2f8fd4, #1f6db1);
    color: #fff;
    cursor: pointer;
    flex-shrink: 0;
}

.lynx-web-chat__send:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.lynx-contact-info-card,
.lynx-contact-form-card {
    padding: 1.35rem 1.25rem;
    border-radius: 18px;
}

@media all and (max-width: 1199px) {
    .lynx-about-team-hero,
    .lynx-contact-page-hero {
        padding-top: 6rem;
    }

    .lynx-web-chat {
        min-height: 480px;
    }

    .lynx-web-chat__messages {
        max-height: 42vh;
    }
}

/* Portfolio-item layout — About & Contact mágicos */
.lynx-portfolio-hero {
    position: relative;
}

.lynx-portfolio-hero__veil {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(4, 12, 28, 0.15) 0%, rgba(4, 12, 28, 0.55) 58%, rgba(0, 0, 0, 0.88) 100%);
    pointer-events: none;
    z-index: 1;
}

.lynx-portfolio-hero__particles {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

.lynx-portfolio-hero .pa-project-hero-info {
    position: relative;
    z-index: 3;
    background: rgba(0, 0, 0, 0.78);
    border-top: 1px solid rgba(127, 212, 255, 0.18);
    box-shadow: 0 -12px 40px rgba(0, 0, 0, 0.35);
}

.lynx-portfolio-hero__typed .animated-text-effect {
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 700;
    background: linear-gradient(90deg, #ffffff 0%, #9fe4ff 45%, #ffffff 90%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: lynx-portfolio-shimmer 4s linear infinite;
}

.lynx-portfolio-hero__cta {
    box-shadow: 0 0 24px rgba(127, 212, 255, 0.25);
}

.lynx-portfolio-magic {
    position: relative;
    overflow: hidden;
}

.lynx-portfolio-magic__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(4, 12, 28, 0.88) 0%, rgba(6, 24, 51, 0.92) 50%, rgba(4, 12, 28, 0.95) 100%);
    pointer-events: none;
    z-index: 0;
}

.lynx-portfolio-magic .container {
    position: relative;
    z-index: 1;
}

.lynx-portfolio-magic__eyebrow {
    color: #7fd4ff;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.78rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.lynx-portfolio-magic__lead {
    max-width: 56rem;
    line-height: 1.75;
    opacity: 0.94;
}

.lynx-portfolio-infoboxes .pa-proj-infobox {
    padding: 0.35rem 0;
    transition: transform 0.25s ease, filter 0.25s ease;
}

.lynx-portfolio-infoboxes .pa-proj-infobox:hover {
    transform: translateX(4px);
    filter: drop-shadow(0 0 10px rgba(127, 212, 255, 0.25));
}

.lynx-founder-spotlight {
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
    margin: 2rem 0;
    padding: 1.25rem;
    border-radius: 22px;
    background: rgba(4, 14, 32, 0.55);
    border: 1px solid rgba(127, 212, 255, 0.18);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.28), inset 0 0 40px rgba(41, 104, 144, 0.08);
}

.lynx-founder-spotlight__photo-wrap {
    position: relative;
    flex-shrink: 0;
    width: 120px;
    height: 120px;
}

.lynx-founder-spotlight__photo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(127, 212, 255, 0.35);
}

.lynx-founder-spotlight__ring {
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 2px solid rgba(127, 212, 255, 0.35);
    animation: lynx-founder-ring 3s ease-in-out infinite;
}

.lynx-founder-spotlight__name {
    font-size: 1.45rem;
    margin-bottom: 0.2rem;
}

.lynx-founder-spotlight__role {
    color: #7fd4ff;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.lynx-team-mini {
    display: flex;
    gap: 1rem;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 18px;
    background: rgba(4, 14, 32, 0.45);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.lynx-team-mini__photo {
    width: 72px;
    height: 72px;
    border-radius: 16px;
    object-fit: cover;
    flex-shrink: 0;
}

.lynx-team-mini__name {
    font-size: 1.05rem;
    margin-bottom: 0.15rem;
}

.lynx-team-mini__role {
    color: #7fd4ff;
    font-size: 0.88rem;
    font-weight: 600;
    margin-bottom: 0.35rem;
}

.lynx-team-mini__bio {
    font-size: 0.92rem;
    line-height: 1.55;
}

.lynx-about-pills-wrap {
    margin-top: 2rem;
}

.lynx-portfolio-involved {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(127, 212, 255, 0.12);
}

.lynx-contact-portfolio__lyn .lynx-web-chat {
    min-height: 460px;
    margin-top: 1rem;
}

.lynx-contact-portfolio__form {
    max-width: 640px;
    margin-top: 1rem;
    padding: 1.25rem;
    border-radius: 20px;
    background: rgba(4, 14, 32, 0.55);
    border: 1px solid rgba(127, 212, 255, 0.18);
    box-shadow: inset 0 0 40px rgba(41, 104, 144, 0.08);
}

.lynx-portfolio-infoboxes .pa-proj-infobox-value a {
    color: inherit;
    text-decoration: none;
}

.lynx-portfolio-infoboxes .pa-proj-infobox-value a:hover {
    color: #fff;
}

@keyframes lynx-portfolio-shimmer {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

@keyframes lynx-founder-ring {
    0%, 100% { transform: scale(1); opacity: 0.55; }
    50% { transform: scale(1.06); opacity: 1; }
}

@media all and (max-width: 767px) {
    .lynx-founder-spotlight {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .lynx-portfolio-hero__subtitle {
        margin-bottom: 0.5rem;
    }
}

/* ── Descargas (clientes Lynxux Cash) ── */
.lynx-downloads-portfolio-page .lynx-downloads-portfolio {
    padding-bottom: 4rem;
}

.lynx-downloads-checklist {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 0;
}

.lynx-downloads-checklist li {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    color: rgba(235, 245, 255, 0.88);
    margin-bottom: 0.65rem;
    font-size: 0.95rem;
}

.lynx-downloads-checklist .material-icons {
    font-size: 1.15rem;
    color: var(--lynx-accent-green, #3ecf8e);
}

.lynx-downloads-card {
    padding: 1.75rem 1.5rem;
    border-radius: 18px;
    background: rgba(6, 24, 51, 0.82);
    border: 1px solid rgba(120, 210, 255, 0.2);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
    height: 100%;
}

.lynx-downloads-card__title {
    color: #fff;
    font-size: 1.35rem;
    margin-bottom: 0.35rem;
}

.lynx-downloads-card__hint {
    color: rgba(210, 230, 255, 0.72);
    font-size: 0.88rem;
    margin-bottom: 1.25rem;
}

.lynx-downloads-card__hint code {
    color: #9fe8ff;
}

.lynx-downloads-form__label {
    display: block;
    color: rgba(235, 245, 255, 0.9);
    font-size: 0.85rem;
    margin-bottom: 0.45rem;
}

.lynx-downloads-form__input {
    width: 100%;
    padding: 0.85rem 1rem;
    border-radius: 12px;
    border: 1px solid rgba(120, 210, 255, 0.28);
    background: rgba(3, 12, 28, 0.75);
    color: #fff;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.lynx-downloads-form__input:focus {
    outline: none;
    border-color: rgba(62, 207, 142, 0.65);
    box-shadow: 0 0 0 3px rgba(62, 207, 142, 0.18);
}

.lynx-downloads-form__submit {
    width: 100%;
    border: 0;
}

.lynx-downloads-card__foot {
    color: rgba(210, 230, 255, 0.72);
    font-size: 0.85rem;
    margin: 1rem 0 0;
}

.lynx-downloads-card__foot a {
    color: #9fe8ff;
}

.lynx-downloads-alert {
    padding: 0.85rem 1rem;
    border-radius: 12px;
    margin-bottom: 1.25rem;
}

.lynx-downloads-alert--success {
    background: rgba(62, 207, 142, 0.14);
    border: 1px solid rgba(62, 207, 142, 0.35);
    color: #c8f7e2;
}

.lynx-downloads-alert--error {
    background: rgba(255, 96, 110, 0.12);
    border: 1px solid rgba(255, 96, 110, 0.35);
    color: #ffd5da;
}

.lynx-downloads-verified-head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.5rem;
}

.lynx-downloads-logout {
    border: 1px solid rgba(210, 230, 255, 0.35);
    background: transparent;
    color: rgba(235, 245, 255, 0.88);
    border-radius: 999px;
    padding: 0.45rem 1rem;
    font-size: 0.85rem;
    cursor: pointer;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.lynx-downloads-logout:hover {
    border-color: rgba(159, 232, 255, 0.75);
    color: #fff;
}

.lynx-downloads-item {
    padding: 1.35rem 1.25rem;
    border-radius: 18px;
    background: rgba(6, 24, 51, 0.78);
    border: 1px solid rgba(120, 210, 255, 0.18);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.24);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.lynx-downloads-item__head {
    display: flex;
    gap: 0.85rem;
    align-items: flex-start;
    margin-bottom: 0.85rem;
}

.lynx-downloads-item__icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(11, 42, 98, 0.95), rgba(22, 131, 35, 0.85));
    color: #fff;
    flex-shrink: 0;
}

.lynx-downloads-item__badge {
    display: inline-block;
    font-size: 0.72rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #9fe8ff;
    margin-bottom: 0.2rem;
}

.lynx-downloads-item__title {
    color: #fff;
    font-size: 1.2rem;
    margin: 0 0 0.15rem;
}

.lynx-downloads-item__subtitle {
    color: rgba(210, 230, 255, 0.72);
    font-size: 0.85rem;
    margin: 0;
}

.lynx-downloads-item__desc,
.lynx-downloads-item__req {
    color: rgba(225, 238, 255, 0.82);
    font-size: 0.92rem;
}

.lynx-downloads-item__steps {
    color: rgba(210, 230, 255, 0.78);
    font-size: 0.88rem;
    padding-left: 1.1rem;
    margin: 0 0 1rem;
}

.lynx-downloads-item__steps li {
    margin-bottom: 0.35rem;
}

.lynx-downloads-item__cta {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    width: fit-content;
    border: 0;
}

.lynx-downloads-item__cta--guide {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #9fe8ff;
    font-size: 0.92rem;
    margin-top: auto;
}

.lynx-downloads-item__cta--guide .material-icons {
    font-size: 1.1rem;
    color: var(--lynx-accent-green, #3ecf8e);
}

.lynx-downloads-after {
    margin-top: 2rem;
    padding: 1.25rem 1.35rem;
    border-radius: 16px;
    background: linear-gradient(90deg, rgba(11, 42, 98, 0.35), rgba(22, 131, 35, 0.22));
    border: 1px solid rgba(120, 210, 255, 0.16);
}

.lynx-downloads-after__title {
    color: #fff;
    font-size: 1.05rem;
    margin-bottom: 0.35rem;
}

.lynx-downloads-after__text {
    color: rgba(225, 238, 255, 0.82);
    font-size: 0.9rem;
    margin: 0;
}
