/* Public landing experience. Scoped to avoid changing the authenticated portal. */
.sales-page-premium {
    --nexo-orange: #ff6b2c;
    --nexo-orange-dark: #d9470b;
    --nexo-ink: #111827;
    --nexo-navy: #24135f;
    --nexo-teal: #008c8c;
    --nexo-green: #168a55;
    --nexo-cyan: #087ea4;
    --nexo-red: #c53a43;
    --nexo-line: #dbe1ea;
    --nexo-soft: #f4f7fb;
    color: var(--nexo-ink);
    background: #fff;
    overflow-x: clip;
    letter-spacing: 0;
}

.sales-page-premium h1,
.sales-page-premium h2,
.sales-page-premium h3,
.sales-page-premium p,
.sales-page-premium a,
.sales-page-premium button,
.sales-page-premium span,
.sales-page-premium small {
    letter-spacing: 0;
}

.sales-page-premium .sales-nav {
    min-height: 72px;
    padding: .55rem 0;
    border-bottom: 1px solid rgba(219, 225, 234, .82);
    background: rgba(255, 255, 255, .9);
    backdrop-filter: blur(16px);
    transition: box-shadow .25s ease, background-color .25s ease;
}

.sales-page-premium .sales-nav.is-scrolled {
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 12px 32px rgba(17, 24, 39, .08);
}

.sales-page-premium .navbar-brand {
    color: var(--nexo-ink);
}

.sales-page-premium .sales-logo {
    width: 40px;
    height: 40px;
    border: 1px solid #ffc8ad;
    border-radius: 8px;
    color: var(--nexo-orange);
    background: #fff4ee;
    box-shadow: none;
}

.sales-brand-copy {
    display: grid;
    line-height: 1.05;
}

.sales-brand-copy strong {
    font-size: 1.05rem;
    font-weight: 800;
}

.sales-brand-copy small {
    margin-top: .24rem;
    color: #687386;
    font-size: .65rem;
    font-weight: 700;
}

.sales-page-premium .sales-nav .nav-link {
    color: #4b5563;
    font-weight: 700;
}

.sales-page-premium .sales-nav .nav-link:hover,
.sales-page-premium .sales-nav .nav-link:focus-visible {
    color: var(--nexo-orange-dark);
}

.sales-page-premium .btn,
.sales-page-premium .form-control,
.sales-page-premium .form-select {
    border-radius: 7px;
}

.sales-page-premium .btn-nexo {
    border-color: var(--nexo-orange);
    background: var(--nexo-orange);
    box-shadow: 0 12px 24px rgba(255, 107, 44, .24);
}

.sales-page-premium .btn-nexo:hover,
.sales-page-premium .btn-nexo:focus-visible {
    border-color: var(--nexo-orange-dark);
    background: var(--nexo-orange-dark);
    transform: translateY(-2px);
}

.hero-nucleus {
    --hero-pointer-x: 74%;
    --hero-pointer-y: 28%;
    --hero-parallax-x: 0px;
    --hero-parallax-y: 0px;
    position: relative;
    min-height: max(610px, calc(100svh - 100px));
    padding: 84px 0 92px;
    isolation: isolate;
    overflow: hidden;
    border-bottom: 1px solid var(--nexo-line);
    background: #f3f6f8;
}

.hero-nucleus-media {
    position: absolute;
    inset: 0;
    z-index: -2;
    overflow: hidden;
}

.hero-nucleus-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    animation: nexoHeroDrift 16s ease-in-out infinite alternate;
    will-change: transform;
}

.hero-nucleus::after {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    z-index: -1;
    width: 49%;
    background: rgba(250, 251, 253, .9);
    backdrop-filter: blur(2px);
    pointer-events: none;
}

.hero-pointer-light {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: radial-gradient(circle 260px at var(--hero-pointer-x) var(--hero-pointer-y), rgba(255, 255, 255, .3), rgba(88, 197, 190, .08) 42%, transparent 72%);
    mix-blend-mode: soft-light;
    opacity: .9;
    pointer-events: none;
}

.hero-nucleus-content {
    position: relative;
    z-index: 3;
    min-height: 410px;
    display: flex;
    align-items: center;
}

.hero-nucleus-copy {
    width: min(650px, 50%);
    padding: 1rem 0;
}

.hero-live-signal {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: .55rem;
    margin-bottom: .75rem;
    padding: .45rem .55rem;
    border: 1px solid #ffc9ae;
    border-radius: 7px;
    color: #293346;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 10px 24px rgba(17, 48, 61, .08);
    font-size: .7rem;
    font-weight: 750;
}

.hero-live-signal > i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--nexo-orange);
    box-shadow: 0 0 0 0 rgba(255, 107, 44, .38);
    animation: nexoSignalPulse 2.2s ease-out infinite;
}

.hero-live-signal b {
    padding: .24rem .38rem;
    border-radius: 5px;
    color: var(--nexo-navy);
    background: #f0edfb;
    font-size: .6rem;
}

.sales-page-premium .sales-pill {
    border: 1px solid #ffc9ae;
    border-radius: 999px;
    color: #a93608;
    background: rgba(255, 248, 244, .9);
    font-weight: 800;
}

.hero-nucleus .sales-pill i {
    color: var(--nexo-orange);
}

.sales-page-premium .hero-nucleus h1 {
    max-width: 18ch;
    margin: 1.25rem 0 0;
    color: #101827;
    font-size: 3.1rem;
    line-height: 1.03;
    font-weight: 850;
    text-wrap: balance;
}

.hero-title-static,
.hero-title-rotator,
.hero-title-rotator [data-hero-rotating-text] {
    display: block;
    max-width: 100%;
}

.hero-title-rotator {
    min-height: 1.1em;
    overflow: hidden;
    color: var(--nexo-orange-dark);
}

.hero-title-rotator [data-hero-rotating-text] {
    transform: translateY(0);
    opacity: 1;
    transition: opacity .22s ease, transform .22s ease;
}

.hero-title-rotator.is-exiting [data-hero-rotating-text] {
    transform: translateY(-16px);
    opacity: 0;
}

.hero-title-rotator.is-entering [data-hero-rotating-text] {
    transform: translateY(16px);
    opacity: 0;
}

.sales-page-premium .hero-nucleus .hero-copy {
    max-width: 580px;
    margin: 1.35rem 0 1.8rem;
    color: #3f4a59;
    font-size: 1.08rem;
    line-height: 1.72;
}

.hero-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .75rem;
}

.hero-actions .btn {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
}

.btn-hero-secondary {
    border: 1px solid #283244;
    color: #182131;
    background: rgba(255, 255, 255, .82);
    backdrop-filter: blur(10px);
}

.btn-hero-secondary:hover,
.btn-hero-secondary:focus-visible {
    border-color: var(--nexo-navy);
    color: #fff;
    background: var(--nexo-navy);
}

.btn-hero-icon {
    width: 50px;
    min-width: 50px;
    padding: 0;
    border: 1px solid var(--nexo-line);
    color: var(--nexo-navy);
    background: rgba(255, 255, 255, .84);
}

.btn-hero-icon:hover,
.btn-hero-icon:focus-visible {
    border-color: var(--nexo-orange);
    color: var(--nexo-orange-dark);
    background: #fff;
}

.hero-nucleus .sales-trust {
    gap: .65rem 1.1rem;
    margin-top: 1.3rem;
    color: #3f4a59;
    font-size: .86rem;
}

.hero-nucleus .sales-trust i {
    color: var(--nexo-orange-dark);
}

.hero-floating-signals {
    position: absolute;
    inset: 0 1.5rem 0 auto;
    z-index: 3;
    width: min(47vw, 680px);
    pointer-events: none;
}

.hero-float-card {
    position: absolute;
    min-width: 230px;
    display: flex;
    align-items: center;
    gap: .7rem;
    padding: .72rem .8rem;
    border: 1px solid rgba(255, 255, 255, .9);
    border-radius: 8px;
    color: #172131;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 18px 38px rgba(15, 33, 45, .17);
    backdrop-filter: blur(14px);
    animation: nexoFloatSignal 5.6s ease-in-out infinite;
}

.hero-float-card > i {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 7px;
    font-size: 1rem;
}

.hero-float-card span,
.hero-float-card strong,
.hero-float-card small {
    display: block;
}

.hero-float-card span {
    min-width: 0;
    flex: 1;
}

.hero-float-card strong {
    color: #192333;
    font-size: .76rem;
}

.hero-float-card small {
    margin-top: .15rem;
    color: #6a7687;
    font-size: .62rem;
}

.hero-float-card > b {
    padding: .25rem .36rem;
    border-radius: 5px;
    font-size: .6rem;
}

.float-attendance {
    top: 18%;
    left: 2%;
}

.float-attendance > i { color: #087e74; background: #e3f7f3; }
.float-attendance > b { color: #087e74; background: #e3f7f3; }

.float-sync {
    top: 35%;
    right: 1%;
    animation-delay: -1.9s;
}

.float-sync > i { color: #235fb8; background: #eaf2ff; }

.float-evidence {
    bottom: 20%;
    left: 7%;
    animation-delay: -3.7s;
}

.float-evidence > i { color: #9a3a10; background: #fff0e8; }
.float-evidence > b { color: #9a3a10; background: #fff0e8; }

.hero-status-wrap {
    position: absolute;
    right: 0;
    bottom: 16px;
    left: 0;
}

.hero-status-rail {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid rgba(255, 255, 255, .78);
    border-radius: 8px;
    background: rgba(255, 255, 255, .91);
    box-shadow: 0 20px 44px rgba(17, 24, 39, .13);
    backdrop-filter: blur(18px);
}

.hero-status-rail > div {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: 1rem 1.15rem;
}

.hero-status-rail > div + div {
    border-left: 1px solid var(--nexo-line);
}

.hero-status-rail i {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 50%;
    font-size: 1.05rem;
}

.hero-status-rail > div:nth-child(1) i { color: var(--nexo-orange-dark); background: #fff0e8; }
.hero-status-rail > div:nth-child(2) i { color: var(--nexo-cyan); background: #e8f7fb; }
.hero-status-rail > div:nth-child(3) i { color: var(--nexo-green); background: #e9f8f0; }
.hero-status-rail > div:nth-child(4) i { color: var(--nexo-navy); background: #f0edfb; }

.hero-status-rail span,
.hero-status-rail small,
.hero-status-rail strong {
    min-width: 0;
    display: block;
}

.hero-status-rail small {
    color: #697386;
    font-size: .7rem;
    font-weight: 700;
    text-transform: uppercase;
}

.hero-status-rail strong {
    margin-top: .14rem;
    overflow-wrap: anywhere;
    color: var(--nexo-ink);
    font-size: .9rem;
}

.sales-page-premium .sales-proof {
    padding: 1rem 0 4rem;
    background: #fff;
}

.sales-page-premium .proof-grid {
    margin-top: 0;
    gap: 0;
    border-top: 1px solid var(--nexo-line);
    border-bottom: 1px solid var(--nexo-line);
}

.sales-page-premium .proof-grid div {
    min-width: 0;
    padding: 1.25rem 1.5rem;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.sales-page-premium .proof-grid div + div {
    border-left: 1px solid var(--nexo-line);
}

.sales-page-premium .proof-grid strong {
    color: var(--nexo-ink);
}

.operation-core {
    position: relative;
    padding: 3.25rem 0;
    color: #fff;
    background: #141927;
    overflow: hidden;
}

.operation-core::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 7%;
    width: 3px;
    background: var(--nexo-orange);
    opacity: .9;
}

.operation-core-heading {
    display: grid;
    grid-template-columns: auto minmax(0, 1.25fr) minmax(280px, .75fr);
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 3.5rem;
}

.core-symbol {
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 50%;
    color: #fff;
    background: var(--nexo-orange);
    box-shadow: 0 0 0 12px rgba(255, 107, 44, .12);
}

.core-symbol i {
    font-size: 1.65rem;
    animation: nexoCoreSpin 16s linear infinite;
}

.operation-core .sales-pill {
    border-color: rgba(255, 166, 122, .45);
    color: #ffc4a7;
    background: rgba(255, 107, 44, .12);
}

.operation-core h2 {
    max-width: 720px;
    margin: .8rem 0 0;
    color: #fff;
    font-size: 2.6rem;
    line-height: 1.08;
}

.operation-core-heading > p {
    margin: 0;
    color: #b8c0cf;
    line-height: 1.75;
}

.operation-flow {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    background: rgba(255, 255, 255, .14);
}

.operation-flow::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 25%;
    height: 3px;
    background: var(--nexo-orange);
    animation: nexoFlow 6s ease-in-out infinite;
}

.operation-flow article {
    position: relative;
    min-height: 210px;
    display: grid;
    align-content: start;
    padding: 1.5rem;
    background: #1b2232;
}

.operation-flow article > span {
    color: #768197;
    font-size: .72rem;
    font-weight: 800;
}

.operation-flow article i {
    margin: 1.7rem 0 1rem;
    color: var(--nexo-orange);
    font-size: 1.85rem;
}

.operation-flow article:nth-child(2) i { color: #40c4c4; }
.operation-flow article:nth-child(3) i { color: #56ce8c; }
.operation-flow article:nth-child(4) i { color: #a99be8; }

.operation-flow article strong {
    font-size: 1.05rem;
}

.operation-flow article small {
    margin-top: .65rem;
    color: #aeb7c6;
    line-height: 1.55;
}

.sales-page-premium .sales-section {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
}

.sales-page-premium .section-heading h2,
.sales-page-premium .compliance-head h2,
.sales-page-premium .location-showcase h2,
.sales-page-premium .reports-showcase h2,
.sales-page-premium .digital-clock-section h2,
.sales-page-premium .whatsapp-band h2,
.sales-page-premium .sales-band h2 {
    color: var(--nexo-ink);
    font-size: 2.65rem;
    line-height: 1.09;
    text-wrap: balance;
}

.sales-page-premium .sales-feature,
.sales-page-premium .channel-card,
.sales-page-premium .suite-grid article,
.sales-page-premium .compliance-board article,
.sales-page-premium .price-card,
.sales-page-premium .pricing-complete-card,
.sales-page-premium .pricing-calculator,
.sales-page-premium .contract-card,
.sales-page-premium .legal-modal-grid article {
    border-radius: 8px;
}

.sales-page-premium .sales-feature {
    min-height: 100%;
    border: 1px solid var(--nexo-line);
    border-top: 3px solid var(--nexo-orange);
    background: #fff;
    box-shadow: 0 16px 34px rgba(17, 24, 39, .06);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.sales-page-premium .row > div:nth-child(2) .sales-feature { border-top-color: var(--nexo-cyan); }
.sales-page-premium .row > div:nth-child(3) .sales-feature { border-top-color: var(--nexo-green); }
.sales-page-premium .row > div:nth-child(4) .sales-feature { border-top-color: var(--nexo-navy); }
.sales-page-premium .row > div:nth-child(5) .sales-feature { border-top-color: var(--nexo-red); }
.sales-page-premium .row > div:nth-child(6) .sales-feature { border-top-color: #d08a00; }

.sales-page-premium .sales-feature:hover,
.sales-page-premium .channel-card:hover,
.sales-page-premium .suite-grid article:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 44px rgba(17, 24, 39, .11);
}

.sales-page-premium .sales-feature i {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    color: var(--nexo-orange-dark);
    background: #fff0e8;
}

.sales-page-premium .row > div:nth-child(2) .sales-feature i { color: var(--nexo-cyan); background: #e8f7fb; }
.sales-page-premium .row > div:nth-child(3) .sales-feature i { color: var(--nexo-green); background: #e9f8f0; }
.sales-page-premium .row > div:nth-child(4) .sales-feature i { color: var(--nexo-navy); background: #efecfb; }
.sales-page-premium .row > div:nth-child(5) .sales-feature i { color: var(--nexo-red); background: #fff0f2; }
.sales-page-premium .row > div:nth-child(6) .sales-feature i { color: #a46900; background: #fff6df; }

.sales-page-premium .product-visuals,
.sales-page-premium .location-showcase,
.sales-page-premium .reports-showcase {
    background: var(--nexo-soft);
}

.sales-page-premium .visual-card {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.sales-page-premium .dashboard-mockup,
.sales-page-premium .employee-phone-art,
.sales-page-premium .qr-mockup,
.sales-page-premium .map-console,
.sales-page-premium .report-mockup,
.sales-page-premium .comparison-wrap,
.sales-page-premium .whatsapp-visual,
.sales-page-premium .register-shell {
    border-radius: 8px;
}

.sales-page-premium .channel-card,
.sales-page-premium .suite-grid article,
.sales-page-premium .compliance-board article {
    border-color: var(--nexo-line);
    box-shadow: 0 14px 30px rgba(17, 24, 39, .05);
    transition: transform .25s ease, box-shadow .25s ease;
}

.sales-page-premium .channel-card > i,
.sales-page-premium .suite-grid article > i,
.sales-page-premium .compliance-board article > i {
    border-radius: 8px;
}

.sales-page-premium .sales-band {
    color: #fff;
    background: var(--nexo-navy);
}

.sales-page-premium .sales-band h2,
.sales-page-premium .sales-band p {
    color: #fff;
}

.sales-page-premium .process-grid div {
    border-radius: 8px;
    background: rgba(255, 255, 255, .1);
}

.sales-page-premium .whatsapp-band {
    background: #126f49;
}

.sales-page-premium .pricing-complete-card,
.sales-page-premium .pricing-calculator {
    border-color: var(--nexo-line);
    box-shadow: 0 18px 38px rgba(17, 24, 39, .08);
}

.sales-page-premium .sales-register {
    background: #eef2f6;
}

.sales-page-premium .floating-demo-button {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    padding: 0;
    border-radius: 8px;
    background: var(--nexo-orange);
    box-shadow: 0 16px 34px rgba(255, 107, 44, .3);
}

.sales-page-premium .floating-demo-button span {
    display: none;
}

.sales-page-premium .sales-footer {
    border-top: 3px solid var(--nexo-orange);
    background: #111827;
}

.sales-page-premium .role-experience {
    position: relative;
    border-top: 1px solid #e1e6ee;
    border-bottom: 1px solid #e1e6ee;
    background: #f6f8fc;
    overflow: hidden;
}

.role-experience-head {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
    align-items: end;
    gap: 3rem;
    margin-bottom: 3.2rem;
}

.role-experience-head h2 {
    max-width: 850px;
    margin: 1rem 0 0;
    color: var(--nexo-ink);
    font-size: 2.7rem;
    line-height: 1.08;
    text-wrap: balance;
}

.role-experience-head > p {
    max-width: 560px;
    margin: 0;
    color: #5d6879;
    font-size: 1rem;
    line-height: 1.7;
}

.role-stage {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    padding-top: 2rem;
}

.role-connection {
    position: absolute;
    top: 0;
    right: 12%;
    left: 12%;
    height: 2px;
    background: #d9e0ea;
}

.role-connection span {
    position: absolute;
    inset: 0 auto 0 0;
    width: 30%;
    background: var(--nexo-orange);
    box-shadow: 0 0 14px rgba(255, 107, 44, .32);
    animation: nexoRoleFlow 5s ease-in-out infinite;
}

.role-connection i {
    position: absolute;
    top: 50%;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 1px #cbd4e0;
}

.role-connection i:nth-of-type(1) { left: 16.66%; background: var(--nexo-orange); }
.role-connection i:nth-of-type(2) { left: 50%; background: var(--nexo-cyan); }
.role-connection i:nth-of-type(3) { left: 83.33%; background: var(--nexo-navy); }

.role-card {
    --role-accent: var(--nexo-orange);
    --role-soft: #fff1ea;
    position: relative;
    min-width: 0;
    min-height: 430px;
    display: flex;
    flex-direction: column;
    padding: 1.45rem;
    border: 1px solid #dbe2eb;
    border-top: 4px solid var(--role-accent);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(24, 34, 52, .07);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.role-card:hover {
    border-color: color-mix(in srgb, var(--role-accent) 36%, #dbe2eb);
    transform: translateY(-8px);
    box-shadow: 0 28px 58px rgba(24, 34, 52, .13);
}

.role-supervisor {
    --role-accent: var(--nexo-cyan);
    --role-soft: #e9f7fb;
}

.role-rh {
    --role-accent: var(--nexo-navy);
    --role-soft: #f0edfb;
}

.role-card-top {
    min-width: 0;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    align-items: center;
    gap: .75rem;
}

.role-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border: 1px solid color-mix(in srgb, var(--role-accent) 28%, #fff);
    border-radius: 8px;
    color: var(--role-accent);
    background: var(--role-soft);
    font-size: 1.3rem;
    animation: nexoRoleIcon 3.6s ease-in-out infinite;
}

.role-name,
.role-name small,
.role-name strong {
    min-width: 0;
    display: block;
}

.role-name small {
    color: #7a8595;
    font-size: .62rem;
    font-weight: 800;
    text-transform: uppercase;
}

.role-name strong {
    margin-top: .1rem;
    color: #1c293a;
    font-size: .82rem;
}

.role-state {
    padding: .34rem .48rem;
    border-radius: 6px;
    color: var(--role-accent);
    background: var(--role-soft);
    font-size: .62rem;
    font-weight: 850;
}

.role-card h3 {
    margin: 1.35rem 0 .65rem;
    color: #111b2c;
    font-size: 1.45rem;
    line-height: 1.16;
    text-wrap: balance;
}

.role-card > p {
    min-height: 5em;
    margin: 0;
    color: #626f81;
    font-size: .86rem;
    line-height: 1.58;
}

.role-signal {
    min-width: 0;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    align-items: center;
    gap: .65rem;
    margin: 1.1rem 0;
    padding: .78rem 0;
    border-top: 1px solid #e5e9f0;
    border-bottom: 1px solid #e5e9f0;
}

.role-signal > i {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--role-accent);
    box-shadow: 0 0 0 5px var(--role-soft);
}

.role-signal span,
.role-signal small,
.role-signal strong {
    min-width: 0;
    display: block;
}

.role-signal small {
    color: #7a8594;
    font-size: .6rem;
}

.role-signal strong {
    margin-top: .12rem;
    overflow-wrap: anywhere;
    color: #253246;
    font-size: .7rem;
}

.role-signal b {
    color: var(--role-accent);
    font-size: .65rem;
}

.role-points {
    display: grid;
    gap: .65rem;
    margin: auto 0 0;
    padding: 0;
    list-style: none;
}

.role-points li {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    align-items: start;
    gap: .45rem;
    color: #415064;
    font-size: .72rem;
    font-weight: 750;
}

.role-points i {
    color: var(--role-accent);
}

.role-outcome-band {
    display: grid;
    grid-template-columns: 52px minmax(260px, 1fr) auto auto;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
    padding: 1rem 1.1rem;
    border: 1px solid #d9e0ea;
    border-radius: 8px;
    color: #fff;
    background: #151c2c;
    box-shadow: 0 20px 42px rgba(21, 28, 44, .14);
}

.role-outcome-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    color: #fff;
    background: var(--nexo-orange);
    font-size: 1.2rem;
}

.role-outcome-copy,
.role-outcome-copy small,
.role-outcome-copy strong {
    min-width: 0;
    display: block;
}

.role-outcome-copy small {
    color: #ffb794;
    font-size: .62rem;
    font-weight: 800;
    text-transform: uppercase;
}

.role-outcome-copy strong {
    margin-top: .18rem;
    color: #fff;
    font-size: .86rem;
}

.role-outcome-flow {
    display: flex;
    align-items: center;
    gap: .5rem;
    color: #b9c3d2;
    font-size: .65rem;
}

.role-outcome-flow i {
    color: var(--nexo-orange);
}

.role-outcome-band .btn {
    white-space: nowrap;
}

/* Connected attendance comparison */
.sales-page-premium .digital-clock-section {
    position: relative;
    overflow: hidden;
    border-top: 1px solid #e4e9f0;
    border-bottom: 1px solid #e4e9f0;
    background: #f6f8fb;
}

.sales-page-premium .digital-clock-section::before {
    position: absolute;
    inset: 0;
    content: "";
    pointer-events: none;
    opacity: .42;
    background-image:
        linear-gradient(#e8edf3 1px, transparent 1px),
        linear-gradient(90deg, #e8edf3 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(to bottom, transparent, #000 24%, #000 76%, transparent);
}

.sales-page-premium .digital-clock-section .container {
    position: relative;
    z-index: 1;
}

.digital-clock-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .82fr);
    gap: clamp(2rem, 7vw, 7rem);
    align-items: end;
    margin-bottom: 3rem;
}

.sales-page-premium .digital-clock-head h2 {
    max-width: 14ch;
    margin: 1rem 0 0;
    font-size: clamp(2.35rem, 4vw, 3.8rem);
    line-height: 1.02;
}

.digital-clock-intro {
    padding: .2rem 0 .2rem 1.25rem;
    border-left: 3px solid var(--nexo-orange);
}

.digital-clock-intro p {
    margin: 0 0 1rem;
    color: #526178;
    font-size: 1.02rem;
    line-height: 1.7;
}

.digital-clock-intro > span {
    display: inline-flex;
    gap: .55rem;
    align-items: center;
    color: var(--nexo-orange-dark);
    font-size: .78rem;
    font-weight: 850;
    text-transform: uppercase;
}

.clock-evolution {
    display: grid;
    grid-template-columns: minmax(250px, .72fr) 132px minmax(0, 1.52fr);
    gap: 1.15rem;
    align-items: stretch;
}

.clock-origin,
.clock-control-center {
    min-width: 0;
    border: 1px solid #dbe2eb;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 24px 54px rgba(17, 24, 39, .09);
}

.clock-origin {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.15rem;
}

.clock-panel-head,
.clock-console-head {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.clock-panel-head > small {
    color: #7c8799;
    font-weight: 750;
}

.clock-stage-tag {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: .28rem .62rem;
    border-radius: 999px;
    font-size: .67rem;
    font-weight: 900;
    text-transform: uppercase;
}

.stage-before {
    color: #5f6978;
    background: #edf0f4;
}

.stage-now {
    color: #fff;
    background: var(--nexo-orange-dark);
}

.clock-device-shell {
    position: relative;
    width: 178px;
    height: 218px;
    margin: 1.35rem auto 1rem;
    padding: 18px;
    border: 1px solid #3f4a5d;
    border-radius: 8px;
    color: #d9e2ee;
    background: #222b39;
    box-shadow: 0 18px 30px rgba(17, 24, 39, .18);
}

.clock-device-shell::after {
    position: absolute;
    right: 18px;
    bottom: 22px;
    left: 18px;
    height: 1px;
    content: "";
    background: #465166;
}

.clock-device-screen {
    display: grid;
    place-items: center;
    min-height: 88px;
    border: 1px solid #546176;
    border-radius: 6px;
    color: #ebfdf5;
    background: #151c27;
}

.clock-device-screen small,
.clock-device-screen span {
    color: #8fa0b6;
    font-size: .56rem;
    font-weight: 800;
}

.clock-device-screen strong {
    color: #3bd5a4;
    font-size: 1.7rem;
    line-height: 1;
}

.clock-device-shell > i {
    display: grid;
    width: 58px;
    height: 58px;
    margin: 17px auto 0;
    place-items: center;
    border: 1px solid #65738a;
    border-radius: 50%;
    color: #9fb0c8;
    font-size: 2rem;
}

.clock-device-light {
    position: absolute;
    right: 16px;
    bottom: 10px;
    display: flex;
    gap: 4px;
}

.clock-device-light span {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #64748b;
}

.clock-device-light span:first-child {
    background: #35c995;
    box-shadow: 0 0 0 4px rgba(53, 201, 149, .12);
}

.clock-isolated-event {
    display: grid;
    width: 100%;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: .65rem;
    align-items: center;
    padding: .72rem;
    border-left: 3px solid #8792a3;
    background: #f2f4f7;
}

.clock-isolated-event > i {
    color: #6e7a8d;
    font-size: 1.25rem;
}

.clock-isolated-event > span {
    display: grid;
    min-width: 0;
}

.clock-isolated-event small {
    color: #7a8597;
    font-size: .62rem;
}

.clock-isolated-event strong {
    overflow: hidden;
    color: #374151;
    font-size: .76rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.clock-isolated-event b {
    grid-column: 2;
    color: var(--nexo-red);
    font-size: .61rem;
    text-transform: uppercase;
}

.clock-origin > p {
    margin: .9rem 0 0;
    color: #667085;
    font-size: .79rem;
    line-height: 1.55;
    text-align: center;
}

.clock-bridge {
    position: relative;
    min-height: 100%;
}

.clock-bridge-label {
    position: absolute;
    top: calc(50% - 70px);
    right: 0;
    left: 0;
    color: var(--nexo-orange-dark);
    font-size: .64rem;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

.clock-bridge-line {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    height: 2px;
    overflow: hidden;
    background: #ccd5e1;
}

.clock-bridge-line i {
    position: absolute;
    top: -2px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--nexo-orange);
    box-shadow: 0 0 10px rgba(255, 107, 44, .7);
    animation: nexoClockData 2.4s linear infinite;
}

.clock-bridge-line i:nth-child(2) { animation-delay: -.8s; }
.clock-bridge-line i:nth-child(3) { animation-delay: -1.6s; }

.clock-bridge-core {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 6px solid #f6f8fb;
    border-radius: 50%;
    color: #fff;
    background: var(--nexo-orange);
    box-shadow: 0 10px 26px rgba(217, 71, 11, .28);
    transform: translate(-50%, -50%);
}

.clock-bridge-core i { font-size: 1.35rem; }

.clock-channel-icons {
    position: absolute;
    top: calc(50% + 40px);
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
}

.clock-channel-icons span {
    display: grid;
    width: 27px;
    height: 27px;
    margin-left: -4px;
    place-items: center;
    border: 2px solid #f6f8fb;
    border-radius: 50%;
    color: #fff;
    background: var(--nexo-cyan);
    font-size: .7rem;
}

.clock-channel-icons span:nth-child(2) { background: var(--nexo-green); }
.clock-channel-icons span:nth-child(3) { background: var(--nexo-navy); }
.clock-channel-icons span:nth-child(4) { background: #168a55; }

.clock-control-center {
    position: relative;
    overflow: hidden;
    padding: 1rem;
    border-top: 3px solid var(--nexo-orange);
}

.clock-control-center::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20%;
    width: 18%;
    content: "";
    pointer-events: none;
    background: rgba(255, 255, 255, .5);
    transform: skewX(-14deg);
    animation: nexoClockScan 6s ease-in-out infinite;
}

.clock-console-head {
    position: relative;
    z-index: 1;
    padding-bottom: .9rem;
    border-bottom: 1px solid #e2e7ee;
}

.clock-console-head > div {
    display: flex;
    gap: .7rem;
    align-items: center;
}

.clock-console-head > div > strong {
    color: #1f2937;
    font-size: .84rem;
}

.clock-live {
    display: inline-flex;
    gap: .4rem;
    align-items: center;
    color: var(--nexo-green);
    font-size: .64rem;
    font-weight: 900;
    text-transform: uppercase;
}

.clock-live i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #27ae70;
    animation: nexoClockPulse 1.8s ease-out infinite;
}

.clock-console-kpis {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: .85rem 0;
    border: 1px solid #dee4ec;
}

.clock-console-kpis > div {
    display: grid;
    gap: .08rem;
    min-width: 0;
    padding: .72rem;
    border-right: 1px solid #dee4ec;
}

.clock-console-kpis > div:last-child { border-right: 0; }
.clock-console-kpis span { color: #657186; font-size: .66rem; font-weight: 800; }
.clock-console-kpis strong { color: var(--nexo-green); font-size: 1.35rem; }
.clock-console-kpis > div:nth-child(2) strong { color: #bb6b00; }
.clock-console-kpis > div:nth-child(3) strong { color: var(--nexo-red); }
.clock-console-kpis small { overflow: hidden; color: #8993a4; font-size: .56rem; text-overflow: ellipsis; white-space: nowrap; }

.clock-event-row {
    display: grid;
    grid-template-columns: 38px minmax(120px, 1fr) auto auto auto;
    gap: .65rem;
    align-items: center;
    padding: .78rem;
    border: 1px solid #dfe5ed;
    background: #fff;
}

.clock-avatar {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: #2f73d9;
    font-size: .7rem;
    font-weight: 900;
}

.clock-person,
.clock-event-time {
    display: grid;
    min-width: 0;
}

.clock-person strong,
.clock-event-time strong { color: #263244; font-size: .75rem; }
.clock-person small,
.clock-event-time small { overflow: hidden; color: #7e899a; font-size: .58rem; text-overflow: ellipsis; white-space: nowrap; }
.clock-event-method { color: #3e4a5d; font-size: .66rem; font-weight: 800; white-space: nowrap; }
.clock-event-method i { color: var(--nexo-navy); }
.clock-event-row > b { padding: .28rem .5rem; color: var(--nexo-green); background: #eaf8f0; font-size: .59rem; }

.clock-context-line {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: .72rem;
    border-top: 1px solid #e2e7ee;
    border-bottom: 1px solid #e2e7ee;
}

.clock-context-line > span {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    padding: .65rem .55rem;
}

.clock-context-line i {
    grid-row: 1 / 3;
    align-self: center;
    color: var(--nexo-orange-dark);
}

.clock-context-line small { color: #8a94a4; font-size: .56rem; }
.clock-context-line strong { overflow: hidden; color: #334155; font-size: .65rem; text-overflow: ellipsis; white-space: nowrap; }

.clock-console-note {
    display: flex;
    gap: .65rem;
    align-items: center;
    margin-top: .72rem;
    padding: .68rem .75rem;
    color: #11633d;
    background: #eaf8f0;
}

.clock-console-note > i { font-size: 1.2rem; }
.clock-console-note > span { display: grid; }
.clock-console-note strong { font-size: .68rem; }
.clock-console-note small { color: #4e7764; font-size: .57rem; }

.clock-value-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 1.15rem;
    border: 1px solid #dbe2eb;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(17, 24, 39, .06);
}

.clock-value-strip > div {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: .7rem;
    align-items: center;
    min-width: 0;
    padding: 1rem;
    border-right: 1px solid #e1e6ed;
}

.clock-value-strip > div:last-child { border-right: 0; }

.clock-value-strip > div > i {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 7px;
    color: var(--nexo-orange-dark);
    background: #fff0e8;
}

.clock-value-strip > div:nth-child(2) > i { color: var(--nexo-cyan); background: #e6f7fb; }
.clock-value-strip > div:nth-child(3) > i { color: var(--nexo-green); background: #e9f8f0; }
.clock-value-strip > div:nth-child(4) > i { color: var(--nexo-navy); background: #f0ecff; }
.clock-value-strip span { display: grid; min-width: 0; }
.clock-value-strip small { color: #8a94a4; font-size: .61rem; }
.clock-value-strip strong { color: #293547; font-size: .72rem; line-height: 1.3; }

@keyframes nexoClockData {
    from { left: -8px; }
    to { left: calc(100% + 8px); }
}

@keyframes nexoClockPulse {
    0% { box-shadow: 0 0 0 0 rgba(39, 174, 112, .35); }
    70%, 100% { box-shadow: 0 0 0 8px rgba(39, 174, 112, 0); }
}

@keyframes nexoClockScan {
    0%, 20% { left: -25%; }
    55%, 100% { left: 125%; }
}

@keyframes nexoRoleFlow {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(235%); }
}

@keyframes nexoRoleIcon {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-3px); }
}

.sales-page-premium .sales-section.sales-proof {
    position: relative;
    padding: 2.75rem 0 2.5rem;
    border-bottom: 1px solid var(--nexo-line);
    background: #f4f7fb;
    overflow: hidden;
}

.proof-strategy-head {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
    align-items: stretch;
    gap: 2rem;
    margin-bottom: 1.75rem;
}

.proof-strategy-head h2 {
    max-width: 760px;
    margin: .85rem 0 0;
    color: var(--nexo-ink);
    font-size: 2.75rem;
    line-height: 1.08;
    text-wrap: balance;
}

.proof-context-panel {
    min-width: 0;
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    align-content: center;
    align-items: center;
    gap: .2rem .85rem;
    padding: 1rem 1.1rem;
    border: 1px solid #dbe2eb;
    border-left: 4px solid var(--nexo-orange);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 34px rgba(30, 43, 63, .07);
}

.proof-context-icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    grid-row: 1;
    border-radius: 8px;
    color: #fff;
    background: var(--nexo-orange);
    box-shadow: 0 9px 20px rgba(255, 107, 44, .22);
    font-size: 1.05rem;
}

.proof-context-copy,
.proof-context-copy small,
.proof-context-copy strong {
    min-width: 0;
    display: block;
}

.proof-context-copy small {
    color: var(--nexo-orange-dark);
    font-size: .6rem;
    font-weight: 850;
    text-transform: uppercase;
}

.proof-context-copy strong {
    margin-top: .16rem;
    color: #1f2c3f;
    font-size: .9rem;
}

.proof-context-copy p {
    margin: .3rem 0 0;
    color: #647184;
    font-size: .74rem;
    line-height: 1.5;
}

.proof-context-tags {
    min-width: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-column: 1 / -1;
    gap: .35rem;
    margin-top: .7rem;
    padding-top: .7rem;
    border-top: 1px solid #e4e9f0;
}

.proof-context-tags b {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .28rem;
    color: #48576a;
    font-size: .6rem;
    white-space: nowrap;
}

.proof-context-tags i {
    color: var(--nexo-orange-dark);
}

.proof-experience {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
    align-items: start;
    gap: 2.2rem;
}

.proof-console {
    position: relative;
    min-width: 0;
    padding: 1.1rem;
    border: 1px solid #d8e0ea;
    border-top: 3px solid var(--nexo-orange);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 28px 60px rgba(28, 43, 65, .13);
    overflow: hidden;
}

.proof-console-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .25rem .2rem 1rem;
}

.proof-console-head > div {
    display: flex;
    align-items: center;
    gap: .65rem;
}

.proof-console-head span,
.proof-console-head strong,
.proof-console-head small {
    display: block;
}

.proof-console-head strong {
    color: #192333;
    font-size: .86rem;
}

.proof-console-head small {
    margin-top: .12rem;
    color: #748094;
    font-size: .67rem;
}

.proof-console-head > b {
    padding: .35rem .48rem;
    border-radius: 5px;
    color: #087e74;
    background: #e2f6f2;
    font-size: .6rem;
}

.proof-live-dot {
    width: 9px;
    height: 9px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: #16a36a;
    animation: nexoSignalPulse 2.2s ease-out infinite;
}

.proof-kpis {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    border: 1px solid #e0e6ef;
    background: #e0e6ef;
}

.proof-kpis > div {
    min-width: 0;
    padding: .82rem;
    background: #f7f9fc;
}

.proof-kpis small,
.proof-kpis strong,
.proof-kpis span {
    display: block;
}

.proof-kpis small {
    color: #667287;
    font-size: .62rem;
    font-weight: 750;
}

.proof-kpis strong {
    margin: .38rem 0 .15rem;
    color: #1e293b;
    font-size: 1.55rem;
    line-height: 1;
}

.proof-kpis span {
    color: #7a8798;
    font-size: .56rem;
}

.proof-kpis .is-success strong { color: #128456; }
.proof-kpis .is-warning strong { color: #b76408; }
.proof-kpis .is-danger strong { color: #c23d47; }

.proof-event-row {
    display: grid;
    grid-template-columns: auto minmax(130px, 1fr) auto auto auto;
    align-items: center;
    gap: .85rem;
    margin-top: .85rem;
    padding: .9rem;
    border: 1px solid #e0e6ef;
    background: #fff;
}

.proof-avatar {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: #3478d4;
    font-size: .72rem;
    font-weight: 800;
}

.proof-person strong,
.proof-person small,
.proof-event-time strong,
.proof-event-time small {
    display: block;
}

.proof-person strong {
    color: #1e293b;
    font-size: .78rem;
}

.proof-person small,
.proof-event-time small {
    margin-top: .14rem;
    color: #748094;
    font-size: .6rem;
}

.proof-event-time strong {
    color: #1e293b;
    font-size: .82rem;
}

.proof-method {
    color: #43536a;
    font-size: .68rem;
    font-weight: 700;
    white-space: nowrap;
}

.proof-method i {
    margin-right: .25rem;
    color: var(--nexo-navy);
}

.proof-status {
    padding: .32rem .46rem;
    border-radius: 5px;
    color: #087e74;
    background: #e2f6f2;
    font-size: .6rem;
    font-weight: 800;
}

.proof-audit-row {
    display: flex;
    align-items: center;
    gap: .75rem;
    margin-top: .65rem;
    padding: .78rem .9rem;
    color: #6d351c;
    background: #fff1e9;
}

.proof-audit-row > i {
    color: var(--nexo-orange-dark);
    font-size: 1.15rem;
}

.proof-audit-row > span {
    min-width: 0;
    flex: 1;
}

.proof-audit-row strong,
.proof-audit-row small {
    display: block;
}

.proof-audit-row strong { font-size: .72rem; }
.proof-audit-row small { margin-top: .14rem; color: #89523b; font-size: .6rem; }
.proof-audit-row > b { color: #9a3a10; font-size: .62rem; }

.proof-console-progress {
    height: 3px;
    margin: .85rem -.2rem -.15rem;
    background: #e9edf3;
    overflow: hidden;
}

.proof-console-progress span {
    width: 34%;
    height: 100%;
    display: block;
    background: var(--nexo-orange);
    animation: nexoProofScan 4.5s ease-in-out infinite;
}

.proof-overline {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: .42rem;
    padding: .38rem .5rem;
    border: 1px solid #ffc7aa;
    border-radius: 6px;
    color: var(--nexo-orange-dark);
    background: #fff4ee;
    font-size: .7rem;
    font-weight: 850;
    text-transform: uppercase;
}

.proof-value-copy {
    min-width: 0;
    padding: 1.35rem;
    border: 1px solid #dbe2eb;
    border-top: 3px solid var(--nexo-navy);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 22px 48px rgba(28, 43, 65, .09);
}

.proof-value-copy h3 {
    max-width: 560px;
    margin: .75rem 0 .85rem;
    color: var(--nexo-ink);
    font-size: 2rem;
    line-height: 1.12;
}

.proof-value-copy > p {
    margin: 0 0 1rem;
    color: #5d6a7c;
    line-height: 1.7;
}

.proof-value-list {
    border-top: 1px solid #d8e0ea;
}

.proof-value-list article {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: center;
    gap: .85rem;
    padding: .7rem 0;
    border-bottom: 1px solid #d8e0ea;
}

.proof-value-list article > i {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 7px;
    color: var(--nexo-orange-dark);
    background: #fff0e8;
}

.proof-value-list article:nth-child(2) > i { color: #087ea4; background: #e7f6fb; }
.proof-value-list article:nth-child(3) > i { color: #168a55; background: #e7f7ef; }
.proof-value-list article:nth-child(4) > i { color: #5e42a5; background: #f0ecfb; }

.proof-value-list strong,
.proof-value-list small {
    display: block;
}

.proof-value-list strong {
    color: #243044;
    font-size: .84rem;
}

.proof-value-list small {
    margin-top: .2rem;
    color: #6a7687;
    font-size: .68rem;
    line-height: 1.45;
}

.proof-link {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    margin-top: 1rem;
    color: var(--nexo-orange-dark);
    font-size: .78rem;
    font-weight: 800;
    text-decoration: none;
}

.proof-link:hover,
.proof-link:focus-visible {
    color: var(--nexo-navy);
}

.sales-page-premium .sales-section.payroll-fusion {
    position: relative;
    padding: 3rem 0;
    border-top: 1px solid #d7e6e3;
    border-bottom: 1px solid #d7e6e3;
    color: #173241;
    background: #f2f8f7;
    overflow: hidden;
}

.payroll-fusion-grid {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(500px, 1.1fr);
    align-items: center;
    gap: 4rem;
}

.fusion-plan-pill {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .42rem .6rem;
    border: 1px solid #bcded7;
    border-radius: 7px;
    color: #087e74;
    background: rgba(255, 255, 255, .88);
    font-size: .68rem;
    font-weight: 800;
}

.fusion-plan-pill i {
    color: var(--nexo-orange);
}

.fusion-kicker {
    margin: 1.25rem 0 .6rem;
    color: #087e74;
    font-size: .72rem;
    font-weight: 850;
    text-transform: uppercase;
}

.payroll-fusion-copy h2 {
    max-width: 650px;
    margin: 0;
    color: #122b3a;
    font-size: 3rem;
    line-height: 1.04;
    text-wrap: balance;
}

.payroll-fusion-copy > p:not(.fusion-kicker) {
    max-width: 650px;
    margin: 1.35rem 0 1.6rem;
    color: #5a707c;
    font-size: .98rem;
    line-height: 1.75;
}

.payroll-fusion-benefits {
    display: grid;
    gap: .65rem;
}

.payroll-fusion-benefits article {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: .8rem;
    padding: .78rem;
    border: 1px solid #cfe2df;
    border-radius: 8px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 10px 24px rgba(42, 76, 80, .06);
}

.payroll-fusion-benefits article > i {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border: 1px solid #c6e3dd;
    border-radius: 7px;
    color: #087e74;
    background: #e5f6f2;
}

.payroll-fusion-benefits strong,
.payroll-fusion-benefits small {
    display: block;
}

.payroll-fusion-benefits strong {
    color: #1e3c49;
    font-size: .82rem;
}

.payroll-fusion-benefits small {
    margin-top: .18rem;
    color: #657a84;
    font-size: .68rem;
    line-height: 1.4;
}

.payroll-fusion-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
    margin-top: 1.25rem;
}

.btn-fusion-primary,
.btn-fusion-secondary {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .4rem;
    font-size: .78rem;
    font-weight: 800;
}

.btn-fusion-primary {
    border-color: #088f83;
    color: #fff;
    background: #088f83;
    box-shadow: 0 14px 28px rgba(8, 143, 131, .2);
}

.btn-fusion-primary:hover,
.btn-fusion-primary:focus-visible {
    border-color: #066f67;
    color: #fff;
    background: #066f67;
    transform: translateY(-2px);
}

.btn-fusion-secondary {
    border-color: #bdd4d1;
    color: #244653;
    background: #fff;
}

.btn-fusion-secondary:hover,
.btn-fusion-secondary:focus-visible {
    border-color: #79b9b1;
    color: #087e74;
    background: #f8fffd;
}

.payroll-fusion-reactor {
    position: relative;
    min-height: 540px;
    border: 1px solid #c5dfda;
    border-radius: 8px;
    background: rgba(255, 255, 255, .84);
    box-shadow: inset 0 0 65px rgba(28, 155, 140, .05), 0 30px 68px rgba(43, 75, 79, .13);
    overflow: hidden;
    isolation: isolate;
}

.fusion-reactor-grid {
    position: absolute;
    inset: 0;
    z-index: -2;
    background-image: linear-gradient(rgba(22, 121, 111, .055) 1px, transparent 1px), linear-gradient(90deg, rgba(22, 121, 111, .055) 1px, transparent 1px);
    background-size: 34px 34px;
}

.fusion-orbit {
    position: absolute;
    top: 44%;
    left: 50%;
    border: 1px solid rgba(8, 143, 131, .3);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.fusion-orbit.orbit-outer {
    width: 350px;
    height: 350px;
    animation: nexoFusionOrbit 16s linear infinite;
}

.fusion-orbit.orbit-inner {
    width: 245px;
    height: 245px;
    border-style: dashed;
    animation: nexoFusionOrbitReverse 12s linear infinite;
}

.fusion-orbit i {
    position: absolute;
    width: 8px;
    height: 8px;
    border: 2px solid #d9fff8;
    border-radius: 50%;
    background: #22c8b2;
    box-shadow: 0 0 14px rgba(34, 200, 178, .5);
}

.fusion-orbit i:nth-child(1) { top: -4px; left: calc(50% - 4px); }
.fusion-orbit i:nth-child(2) { right: 7%; bottom: 20%; }
.fusion-orbit i:nth-child(3) { bottom: 12%; left: 12%; }
.fusion-orbit.orbit-inner i:nth-child(2) { right: auto; bottom: 28%; left: -4px; }

.fusion-source,
.fusion-output,
.fusion-reactor-status {
    border: 1px solid #c9dfdc;
    border-radius: 8px;
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 12px 26px rgba(37, 70, 74, .1);
}

.fusion-source {
    position: absolute;
    top: 44%;
    z-index: 3;
    width: 118px;
    min-height: 76px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: .25rem;
    transform: translateY(-50%);
}

.fusion-source span,
.fusion-source small {
    display: block;
    text-align: center;
}

.fusion-source span {
    color: #173c49;
    font-size: .77rem;
    font-weight: 850;
}

.fusion-source span i {
    color: var(--nexo-orange);
    font-size: 1.2rem;
}

.fusion-source small {
    color: #6c8189;
    font-size: .58rem;
}

.source-nexorh { left: 26px; }
.source-nominas { right: 26px; }
.source-nominas span { color: #e3533d; font-style: italic; }

.fusion-beam {
    position: absolute;
    top: calc(44% - 2px);
    z-index: 1;
    width: calc(50% - 145px);
    height: 4px;
    background: linear-gradient(90deg, rgba(8, 143, 131, 0), #1bbdaa, rgba(8, 143, 131, 0));
    box-shadow: 0 0 16px rgba(27, 189, 170, .45);
    animation: nexoFusionBeam 2.8s ease-in-out infinite;
}

.beam-from-nexo { left: 140px; }
.beam-from-nominas { right: 140px; animation-delay: -1.4s; }

.fusion-core {
    position: absolute;
    top: 44%;
    left: 50%;
    z-index: 4;
    width: 88px;
    height: 88px;
    display: grid;
    place-items: center;
    transform: translate(-50%, -50%);
}

.fusion-core > span {
    position: absolute;
    border: 1px solid rgba(8, 143, 131, .34);
    border-radius: 50%;
    animation: nexoFusionCorePulse 2.8s ease-out infinite;
}

.fusion-core > span:nth-child(1) { width: 112px; height: 112px; }
.fusion-core > span:nth-child(2) { width: 146px; height: 146px; animation-delay: -1.4s; }

.fusion-core b {
    width: 66px;
    height: 66px;
    display: grid;
    place-items: center;
    border: 5px solid #c9f2eb;
    border-radius: 50%;
    color: #fff;
    background: #079688;
    box-shadow: 0 0 0 8px rgba(7, 150, 136, .11), 0 0 28px rgba(7, 150, 136, .34);
    font-size: 1.55rem;
}

.fusion-output {
    position: absolute;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: .38rem;
    padding: .48rem .62rem;
    color: #38545f;
    font-size: .62rem;
    font-weight: 750;
    animation: nexoFusionFloat 5s ease-in-out infinite;
}

.fusion-output i { color: #087e74; }
.output-employees { top: 54px; left: 13%; }
.output-incidents { top: 54px; right: 11%; animation-delay: -1.3s; }
.output-attendance { bottom: 104px; left: 10%; animation-delay: -2.6s; }
.output-payroll { right: 10%; bottom: 104px; animation-delay: -3.9s; }

.fusion-reactor-status {
    position: absolute;
    right: 24px;
    bottom: 20px;
    left: 24px;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .8rem .9rem;
}

.fusion-reactor-status > span {
    min-width: 0;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: .18rem .45rem;
}

.fusion-reactor-status span > i {
    width: 7px;
    height: 7px;
    grid-row: 1 / 3;
    border-radius: 50%;
    background: #25c89f;
    animation: nexoSignalPulse 2.2s ease-out infinite;
}

.fusion-reactor-status b {
    color: #3b5962;
    font-size: .65rem;
    text-transform: uppercase;
}

.fusion-reactor-status small {
    color: #748890;
    font-size: .56rem;
}

.fusion-reactor-status > strong {
    color: #087e74;
    font-size: .76rem;
}

.sales-page-premium .sales-section.compliance-showcase {
    padding-top: 2.5rem;
}

.reveal-ready {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .65s ease, transform .65s ease;
}

.reveal-ready.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.sales-page-premium :focus-visible {
    outline: 3px solid rgba(255, 107, 44, .34);
    outline-offset: 3px;
}

@keyframes nexoHeroDrift {
    from { transform: translate3d(var(--hero-parallax-x), var(--hero-parallax-y), 0) scale(1.018); }
    to { transform: translate3d(var(--hero-parallax-x), var(--hero-parallax-y), 0) scale(1.038); }
}

@keyframes nexoFloatSignal {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@keyframes nexoSignalPulse {
    0% { box-shadow: 0 0 0 0 rgba(22, 163, 106, .42); }
    70%, 100% { box-shadow: 0 0 0 7px rgba(22, 163, 106, 0); }
}

@keyframes nexoProofScan {
    0%, 100% { transform: translateX(-105%); }
    50% { transform: translateX(300%); }
}

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

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

@keyframes nexoFusionCorePulse {
    0% { opacity: .75; transform: scale(.78); }
    75%, 100% { opacity: 0; transform: scale(1.28); }
}

@keyframes nexoFusionBeam {
    0%, 100% { opacity: .42; transform: scaleX(.72); }
    50% { opacity: 1; transform: scaleX(1); }
}

@keyframes nexoFusionFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-7px); }
}

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

@keyframes nexoFlow {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(300%); }
}

@media (max-width: 1199.98px) {
    .hero-nucleus {
        min-height: max(610px, calc(100svh - 92px));
    }

    .sales-page-premium .hero-nucleus h1 {
        font-size: 2.85rem;
    }

    .hero-nucleus-copy {
        width: 52%;
    }

    .hero-floating-signals {
        width: 48vw;
    }

    .hero-float-card {
        min-width: 210px;
    }

    .hero-nucleus-media img {
        object-position: right center;
    }

    .hero-status-rail > div {
        padding: .9rem;
    }

    .payroll-fusion-grid {
        grid-template-columns: minmax(0, .92fr) minmax(460px, 1.08fr);
        gap: 2.75rem;
    }

    .payroll-fusion-copy h2 {
        font-size: 2.6rem;
    }
}

@media (max-width: 991.98px) {
    .sales-page-premium .sales-nav {
        background: rgba(255, 255, 255, .98);
    }

    .sales-page-premium .navbar-collapse {
        margin-top: .6rem;
        padding: .8rem;
        border: 1px solid var(--nexo-line);
        border-radius: 8px;
        background: #fff;
        box-shadow: 0 18px 34px rgba(17, 24, 39, .09);
    }

    .hero-nucleus {
        min-height: max(650px, calc(100svh - 76px));
        padding: 100px 0 72px;
    }

    .hero-nucleus-media img {
        object-position: 61% center;
    }

    .hero-nucleus::after {
        width: 68%;
        background: rgba(255, 255, 255, .48);
    }

    .hero-nucleus-copy {
        width: 62%;
    }

    .hero-floating-signals {
        right: .75rem;
        width: 40vw;
    }

    .hero-float-card {
        min-width: 190px;
        padding: .62rem;
    }

    .float-attendance { left: 0; }
    .float-sync { display: none; }
    .float-evidence { right: 0; left: auto; }

    .sales-page-premium .hero-nucleus h1 {
        font-size: 2.8rem;
    }

    .hero-status-wrap {
        display: none;
    }

    .proof-strategy-head {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .proof-strategy-head > p {
        max-width: 720px;
    }

    .proof-experience {
        grid-template-columns: 1fr;
        gap: 2.75rem;
    }

    .proof-value-copy {
        max-width: 720px;
    }

    .payroll-fusion-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .payroll-fusion-copy {
        max-width: 760px;
    }

    .payroll-fusion-reactor {
        width: min(700px, 100%);
        justify-self: center;
    }

    .role-experience-head {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .role-experience-head > p {
        max-width: 760px;
    }

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

    .role-rh {
        min-height: 350px;
        grid-column: 1 / -1;
    }

    .role-rh > p {
        min-height: 0;
    }

    .role-outcome-band {
        grid-template-columns: 52px minmax(0, 1fr) auto;
    }

    .role-outcome-flow {
        grid-column: 2;
    }

    .role-outcome-band .btn {
        grid-row: 1 / 3;
        grid-column: 3;
    }

    .operation-core-heading {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .operation-core-heading > p {
        grid-column: 2;
    }

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

    .operation-flow::before {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .sales-brand-copy small {
        display: none;
    }

    .sales-page-premium .floating-demo-button {
        display: none;
    }

    .hero-nucleus {
        min-height: 0;
        display: grid;
        grid-template-rows: auto 300px;
        align-items: stretch;
        padding: 72px 0 0;
        background: #fff;
    }

    .hero-nucleus-media {
        position: relative;
        inset: auto;
        z-index: 0;
        width: 100%;
        height: 300px;
        display: block;
        grid-row: 2;
    }

    .hero-nucleus-media img {
        width: 100%;
        height: 100%;
        object-position: 68% center;
        animation: none;
        transform: none;
        will-change: auto;
    }

    .hero-nucleus::after {
        display: none;
    }

    .hero-nucleus-content {
        position: relative;
        z-index: 3;
        grid-row: 1;
        min-height: auto;
        align-items: flex-start;
        padding-top: 2rem;
        padding-bottom: 1.75rem;
    }

    .hero-nucleus-copy {
        width: 100%;
        padding: 0;
    }

    .sales-page-premium .hero-nucleus h1 {
        max-width: 18ch;
        margin-top: 1rem;
        font-size: 2.2rem;
        line-height: 1.08;
    }

    .hero-title-rotator {
        min-height: 1.1em;
    }

    .hero-live-signal {
        display: none;
    }

    .hero-nucleus .sales-pill {
        max-width: 100%;
        white-space: normal;
        font-size: .67rem;
        line-height: 1.35;
    }

    .sales-page-premium .hero-nucleus .hero-copy {
        max-width: 36rem;
        margin: 1rem 0 1.35rem;
        font-size: .98rem;
        line-height: 1.58;
    }

    .hero-actions {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 48px;
        gap: .65rem;
    }

    .hero-actions .btn-nexo {
        grid-column: 1 / -1;
    }

    .btn-hero-secondary {
        min-width: 0;
        width: 100%;
    }

    .btn-hero-icon {
        width: 48px;
        min-width: 48px;
    }

    .hero-nucleus .sales-trust {
        display: none;
    }

    .hero-pointer-light {
        display: none;
    }

    .hero-floating-signals {
        inset: auto 0 0;
        z-index: 3;
        width: 100%;
        height: 300px;
    }

    .hero-float-card {
        width: min(245px, calc(100% - 24px));
        min-width: 0;
        max-width: calc(100% - 24px);
        padding: .56rem .62rem;
    }

    .hero-float-card > i {
        width: 32px;
        height: 32px;
    }

    .hero-float-card strong { font-size: .7rem; }
    .hero-float-card small { font-size: .57rem; }
    .float-attendance { top: 14px; left: 12px; }
    .float-evidence { right: 12px; bottom: 14px; left: auto; }

    .sales-page-premium .whatsapp-band .row {
        --bs-gutter-x: 0;
        margin-right: 0;
        margin-left: 0;
    }

    .sales-page-premium .whatsapp-band .col-lg-5,
    .sales-page-premium .whatsapp-band .col-lg-7 {
        min-width: 0;
        padding-right: 0;
        padding-left: 0;
    }

    .sales-page-premium .whatsapp-band .btn {
        width: 100%;
    }

    .sales-page-premium .whatsapp-visual {
        min-height: 0;
        display: grid;
        gap: 1rem;
        margin-top: 2.5rem;
    }

    .sales-page-premium .chat-card,
    .sales-page-premium .whatsapp-phone {
        position: relative;
        inset: auto;
        width: 100%;
        max-width: 340px;
        margin: 0 auto;
    }

    .sales-page-premium .whatsapp-phone {
        height: 390px;
    }

    .sales-page-premium .whatsapp-float {
        display: none;
    }

    .sales-page-premium .register-shell,
    .sales-page-premium .register-copy,
    .sales-page-premium .contract-card,
    .sales-page-premium .checkout-summary {
        min-width: 0;
        max-width: 100%;
    }

    .sales-page-premium .register-shell .premium-register-copy,
    .sales-page-premium .register-shell .premium-contract-card {
        padding: 1.15rem;
        border-radius: 8px;
    }

    .sales-page-premium .register-shell .premium-register-copy::after,
    .sales-page-premium .register-shell .checkout-summary::after {
        display: none;
    }

    .sales-page-premium .register-shell .checkout-summary {
        padding: 1rem;
        border-radius: 8px;
    }

    .role-experience-head {
        margin-bottom: 2.25rem;
    }

    .role-experience-head h2 {
        font-size: 2rem;
    }

    .role-experience-head > p {
        font-size: .92rem;
    }

    .role-stage {
        grid-template-columns: 1fr;
        gap: .8rem;
        padding-top: 0;
    }

    .role-connection {
        display: none;
    }

    .role-card,
    .role-rh {
        min-height: 0;
        grid-column: auto;
        padding: 1.15rem;
    }

    .role-card h3 {
        margin-top: 1.1rem;
        font-size: 1.35rem;
    }

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

    .role-points {
        margin-top: 0;
    }

    .role-outcome-band {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: .8rem;
        padding: .9rem;
    }

    .role-outcome-icon {
        width: 42px;
        height: 42px;
    }

    .role-outcome-flow {
        grid-row: auto;
        grid-column: 1 / -1;
        justify-content: center;
        padding: .65rem 0;
        border-top: 1px solid rgba(255, 255, 255, .12);
        border-bottom: 1px solid rgba(255, 255, 255, .12);
    }

    .role-outcome-band .btn {
        width: 100%;
        grid-row: auto;
        grid-column: 1 / -1;
    }

    .sales-page-premium .proof-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sales-page-premium .proof-grid div:nth-child(3) {
        border-left: 0;
        border-top: 1px solid var(--nexo-line);
    }

    .sales-page-premium .proof-grid div:nth-child(4) {
        border-top: 1px solid var(--nexo-line);
    }

    .sales-page-premium .sales-section,
    .operation-core {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
    }

    .sales-page-premium .sales-section.sales-proof {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .proof-strategy-head {
        margin-bottom: 2rem;
    }

    .proof-strategy-head h2 {
        font-size: 2.1rem;
    }

    .proof-strategy-head > p {
        font-size: .92rem;
    }

    .proof-experience {
        gap: 2.25rem;
    }

    .proof-console {
        padding: .75rem;
    }

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

    .proof-event-row {
        grid-template-columns: auto minmax(0, 1fr) auto;
        gap: .65rem;
        padding: .75rem;
    }

    .proof-method {
        grid-column: 2;
    }

    .proof-status {
        grid-column: 3;
    }

    .proof-value-copy h3 {
        font-size: 1.7rem;
    }

    .proof-audit-row {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .proof-audit-row > b {
        margin-left: 1.9rem;
    }

    .sales-page-premium .sales-section.compliance-showcase {
        padding-top: 2rem;
    }

    .sales-page-premium .sales-section.payroll-fusion {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
    }

    .payroll-fusion-copy h2 {
        font-size: 2.15rem;
    }

    .payroll-fusion-copy > p:not(.fusion-kicker) {
        font-size: .92rem;
    }

    .payroll-fusion-actions {
        display: grid;
    }

    .payroll-fusion-actions .btn {
        width: 100%;
    }

    .payroll-fusion-reactor {
        min-height: 460px;
    }

    .fusion-orbit.orbit-outer {
        width: 280px;
        height: 280px;
    }

    .fusion-orbit.orbit-inner {
        width: 190px;
        height: 190px;
    }

    .fusion-source {
        width: 94px;
        min-height: 66px;
    }

    .source-nexorh { left: 12px; }
    .source-nominas { right: 12px; }

    .fusion-beam {
        width: calc(50% - 112px);
    }

    .beam-from-nexo { left: 104px; }
    .beam-from-nominas { right: 104px; }

    .fusion-core {
        width: 76px;
        height: 76px;
    }

    .fusion-core b {
        width: 58px;
        height: 58px;
        font-size: 1.3rem;
    }

    .fusion-core > span:nth-child(1) { width: 94px; height: 94px; }
    .fusion-core > span:nth-child(2) { width: 120px; height: 120px; }

    .fusion-output {
        padding: .42rem .5rem;
        font-size: .56rem;
    }

    .output-employees { top: 40px; left: 14px; }
    .output-incidents { top: 40px; right: 14px; }
    .output-attendance { bottom: 92px; left: 14px; }
    .output-payroll { right: 14px; bottom: 92px; }

    .fusion-reactor-status {
        right: 12px;
        bottom: 14px;
        left: 12px;
        padding: .68rem;
    }

    .operation-core::before {
        left: 0;
    }

    .operation-core-heading {
        grid-template-columns: 1fr;
        gap: 1rem;
        margin-bottom: 2rem;
    }

    .operation-core-heading > p {
        grid-column: auto;
    }

    .operation-core h2,
    .sales-page-premium .section-heading h2,
    .sales-page-premium .compliance-head h2,
    .sales-page-premium .location-showcase h2,
    .sales-page-premium .reports-showcase h2,
    .sales-page-premium .digital-clock-section h2,
    .sales-page-premium .whatsapp-band h2,
    .sales-page-premium .sales-band h2 {
        font-size: 2rem;
    }

    .operation-flow {
        grid-template-columns: 1fr;
    }

    .operation-flow article {
        min-height: 170px;
    }
}

@media (max-width: 399.98px) {
    .sales-page-premium .hero-nucleus h1 {
        font-size: 2rem;
    }

    .hero-nucleus {
        grid-template-rows: auto 280px;
    }

    .hero-nucleus-media,
    .hero-floating-signals {
        height: 280px;
    }

    .hero-title-rotator {
        min-height: 1.15em;
    }

    .sales-page-premium .hero-nucleus .hero-copy {
        font-size: .94rem;
    }

    .hero-actions .btn {
        padding-right: .65rem;
        padding-left: .65rem;
        font-size: 1rem;
    }

    .fusion-orbit {
        animation: none !important;
        transform: translate(-50%, -50%);
    }

    .proof-console-head > b,
    .proof-kpis span {
        display: none;
    }

    .proof-event-time {
        text-align: right;
    }

    .fusion-reactor-status small {
        display: none;
    }

}

@media (prefers-reduced-motion: reduce) {
    .hero-nucleus-media img,
    .hero-float-card,
    .hero-live-signal > i,
    .proof-live-dot,
    .proof-console-progress span,
    .fusion-orbit,
    .fusion-core > span,
    .fusion-beam,
    .fusion-output,
    .fusion-reactor-status span > i,
    .role-connection span,
    .role-icon,
    .core-symbol i,
    .operation-flow::before {
        animation: none;
    }

    .reveal-ready,
    .sales-page-premium .btn,
    .sales-page-premium .sales-feature,
    .sales-page-premium .channel-card,
    .sales-page-premium .suite-grid article,
    .role-card {
        transition: none;
    }
}

.nexo-scroll-progress {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1200;
    height: 3px;
    background: linear-gradient(90deg, var(--nexo-orange), #18a890, #3478d4, #7b5ac7);
    transform: scaleX(0);
    transform-origin: left center;
    pointer-events: none;
}

@media (max-width: 991.98px) {
    .digital-clock-head {
        grid-template-columns: 1fr;
        gap: 1.35rem;
        margin-bottom: 2rem;
    }

    .sales-page-premium .digital-clock-head h2 {
        max-width: 18ch;
    }

    .digital-clock-intro {
        max-width: 680px;
    }

    .clock-evolution {
        grid-template-columns: minmax(230px, .72fr) 96px minmax(0, 1.35fr);
        gap: .75rem;
    }

    .clock-event-row {
        grid-template-columns: 38px minmax(100px, 1fr) auto auto;
    }

    .clock-event-method {
        display: none;
    }

    .clock-value-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .clock-value-strip > div:nth-child(2) { border-right: 0; }
    .clock-value-strip > div:nth-child(-n + 2) { border-bottom: 1px solid #e1e6ed; }
}

@media (max-width: 767.98px) {
    .sales-page-premium .digital-clock-section {
        padding-top: 2.125rem;
        padding-bottom: 2.125rem;
    }

    .sales-page-premium .digital-clock-head h2 {
        max-width: 15ch;
        font-size: 2.1rem;
    }

    .digital-clock-intro p {
        font-size: .92rem;
    }

    .clock-evolution {
        grid-template-columns: 1fr;
    }

    .clock-origin {
        padding: 1rem;
    }

    .clock-origin > p {
        max-width: 390px;
    }

    .clock-bridge {
        min-height: 112px;
    }

    .clock-bridge-label {
        top: 4px;
    }

    .clock-bridge-line {
        top: 46px;
        right: 12%;
        left: 12%;
    }

    .clock-bridge-core {
        top: 46px;
    }

    .clock-channel-icons {
        top: 76px;
    }

    .clock-control-center {
        padding: .8rem;
    }

    .clock-console-head > div > strong {
        font-size: .72rem;
    }

    .clock-context-line > span {
        grid-template-columns: 22px minmax(0, 1fr);
        padding: .6rem .35rem;
    }

    .clock-console-note small {
        line-height: 1.35;
    }
}

@media (max-width: 479.98px) {
    .digital-clock-intro {
        padding-left: .9rem;
    }

    .digital-clock-intro > span {
        align-items: flex-start;
        font-size: .68rem;
        line-height: 1.4;
    }

    .clock-console-head {
        align-items: flex-start;
    }

    .clock-console-head > div {
        display: grid;
        gap: .35rem;
    }

    .clock-live {
        font-size: .55rem;
    }

    .clock-console-kpis > div {
        padding: .58rem .45rem;
    }

    .clock-console-kpis span { font-size: .58rem; }
    .clock-console-kpis strong { font-size: 1.08rem; }
    .clock-console-kpis small { font-size: .49rem; }

    .clock-event-row {
        grid-template-columns: 34px minmax(0, 1fr) auto;
        gap: .5rem;
        padding: .65rem;
    }

    .clock-avatar {
        width: 32px;
        height: 32px;
    }

    .clock-event-time {
        text-align: right;
    }

    .clock-event-row > b {
        grid-column: 2 / -1;
        justify-self: end;
    }

    .clock-context-line {
        grid-template-columns: 1fr;
    }

    .clock-context-line > span {
        border-bottom: 1px solid #e7ebf0;
    }

    .clock-context-line > span:last-child {
        border-bottom: 0;
    }

    .clock-value-strip {
        grid-template-columns: 1fr;
    }

    .clock-value-strip > div,
    .clock-value-strip > div:nth-child(2) {
        border-right: 0;
        border-bottom: 1px solid #e1e6ed;
    }

    .clock-value-strip > div:last-child {
        border-bottom: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .clock-bridge-line i,
    .clock-live i,
    .clock-control-center::after {
        animation: none;
    }
}
