/*
 * MotorAccomp home evolution
 * Complementa o CSS histórico do index sem alterar os componentes internos.
 */

html,
body.home-evolved {
    max-width: 100%;
    overflow-x: hidden;
    overflow-x: clip;
}

#workflow,
#tour-sistema,
#dashboard-interativa {
    scroll-margin-top: 88px;
}

.home-evolved {
    --home-navy: #07111f;
    --home-navy-2: #0b1b31;
    --home-ink: #0b1421;
    --home-blue: #155eef;
    --home-cyan: #54c5ff;
    --home-green: #20c77a;
    --home-line: rgba(148, 163, 184, .22);
    --home-soft: #f3f6fa;
    --home-radius: 18px;
    --home-shadow: 0 28px 80px rgba(3, 12, 28, .28);
    background: #fff;
}

.skip-link-home {
    position: fixed;
    top: 12px;
    left: 14px;
    z-index: 5000;
    padding: 11px 16px;
    border-radius: 8px;
    color: #fff;
    background: var(--home-blue);
    font-weight: 800;
    text-decoration: none;
    transform: translateY(-180%);
    transition: transform .2s ease;
}

.skip-link-home:focus {
    color: #fff;
    transform: translateY(0);
}

.home-evolved .navbar {
    z-index: 1200;
}

.home-evolved .hero-section.hero-evolution {
    position: relative;
    min-height: min(860px, 100svh);
    padding: 116px 0 58px;
    display: flex;
    align-items: center;
    color: #fff;
    background: var(--home-navy);
    isolation: isolate;
    overflow: hidden;
}

.home-evolved .hero-section.hero-evolution::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -3;
    background-image:
        linear-gradient(rgba(84, 197, 255, .08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(84, 197, 255, .08) 1px, transparent 1px);
    background-size: 62px 62px;
    mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, .72) 54%, transparent 100%);
}

.home-evolved .hero-section.hero-evolution::after {
    content: "";
    position: absolute;
    inset: 0;
    width: auto;
    height: auto;
    filter: none;
    animation: none;
    transform: none;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(4, 12, 25, .98) 0%, rgba(6, 17, 34, .92) 38%, rgba(6, 17, 34, .48) 70%, rgba(6, 17, 34, .72) 100%),
        linear-gradient(180deg, rgba(5, 14, 29, .08), rgba(5, 14, 29, .88));
}

.hero-context-photo {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: .82;
    filter: saturate(.82) contrast(1.03);
}

.hero-ambient-orb {
    position: absolute;
    width: 440px;
    height: 440px;
    border-radius: 50%;
    pointer-events: none;
    background: rgba(21, 94, 239, .34);
    filter: blur(95px);
    z-index: -1;
}

.hero-ambient-orb.orb-a {
    left: 20%;
    bottom: -220px;
}

.hero-ambient-orb.orb-b {
    right: 2%;
    top: 14%;
    width: 320px;
    height: 320px;
    background: rgba(84, 197, 255, .17);
}

.hero-evolution-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, .84fr) minmax(520px, 1.16fr);
    align-items: center;
    gap: clamp(30px, 4.6vw, 72px);
}

.hero-evolution-copy {
    max-width: 610px;
}

.home-evolved .hero-evolution .hero-kicker {
    border-radius: 7px;
    border-color: rgba(84, 197, 255, .38);
    background: rgba(4, 17, 36, .72);
    font-family: "IBM Plex Mono", "Inter", monospace;
    font-size: .73rem;
    letter-spacing: .11em;
}

.home-evolved .hero-evolution .hero-title {
    max-width: 680px;
    margin: 21px 0 19px;
    color: #fff;
    font-size: clamp(3.05rem, 4.55vw, 4.9rem);
    line-height: 1;
    letter-spacing: -.052em;
    text-wrap: balance;
}

.home-evolved .hero-evolution .text-gradient {
    color: var(--home-cyan);
    background: none;
    -webkit-text-fill-color: currentColor;
}

.home-evolved .hero-evolution .hero-lead {
    max-width: 570px;
    margin: 0;
    color: rgba(226, 232, 240, .86);
    font-size: clamp(1rem, 1.2vw, 1.14rem);
    line-height: 1.6;
}

.home-evolved .hero-actions {
    margin-top: 26px;
}

.home-evolved .hero-actions .btn {
    min-height: 54px;
    border-radius: 10px;
    padding-inline: 23px !important;
}

.home-evolved .hero-actions .btn-glass {
    border-color: rgba(255, 255, 255, .3);
    background: rgba(7, 17, 31, .58);
}

.hero-cta-short {
    display: none;
}

.hero-system-visual {
    position: relative;
    min-height: 480px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    perspective: 1500px;
}

.system-browser {
    position: relative;
    width: min(720px, 100%);
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 17px;
    background: #f8fafc;
    box-shadow: var(--home-shadow);
    transform: rotateY(-3deg) rotateX(.8deg);
    transform-origin: center right;
    animation: homeProductFloat 8s ease-in-out infinite;
    will-change: transform;
}

.system-browser-bar {
    min-height: 43px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    padding: 8px 12px;
    color: #cbd5e1;
    background: rgba(7, 17, 31, .98);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    font-size: .68rem;
}

.system-browser-dots {
    display: flex;
    gap: 6px;
}

.system-browser-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #64748b;
}

.system-browser-dots span:nth-child(1) { background: #ff6259; }
.system-browser-dots span:nth-child(2) { background: #ffbd2e; }
.system-browser-dots span:nth-child(3) { background: #28c941; }

.system-browser-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: "IBM Plex Mono", "Inter", monospace;
    letter-spacing: .035em;
}

.system-demo-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #dbeafe;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.system-demo-badge::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--home-green);
    box-shadow: 0 0 0 5px rgba(32, 199, 122, .1);
}

.system-browser-media {
    position: relative;
    min-height: 0;
    aspect-ratio: 1410 / 760;
    background:
        linear-gradient(135deg, rgba(21, 94, 239, .08), transparent 55%),
        #edf2f7;
}

.system-browser-media img {
    width: 100%;
    height: 100%;
    min-height: 0;
    display: block;
    object-fit: cover;
    object-position: top left;
}

@keyframes homeProductFloat {
    0%, 100% { transform: rotateY(-3deg) rotateX(.8deg) translateY(0); }
    50% { transform: rotateY(-2deg) rotateX(.4deg) translateY(-7px); }
}

.home-evolved .post-hero-strip {
    position: relative;
    z-index: 5;
    margin-top: -24px;
    background: transparent;
}

.home-evolved .post-hero-strip .trust-panel-premium {
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, .16);
    background: rgba(7, 17, 31, .96);
    box-shadow: 0 22px 55px rgba(7, 17, 31, .22);
}

.home-evolved .post-hero-strip .trust-item {
    color: var(--home-ink);
}

.home-evolved .post-hero-strip .trust-item span {
    color: #64748b;
}

.home-evolved .post-hero-strip .trust-item i {
    border-radius: 9px;
}

.home-evolved .post-hero-strip .trust-panel-premium {
    gap: 9px;
    padding: 10px;
}

.home-evolved .post-hero-strip .trust-panel-premium .trust-item {
    min-height: 86px;
    padding: 12px;
    align-items: center;
}

.home-evolved .post-hero-strip .trust-panel-premium .trust-item strong {
    font-size: .92rem;
}

.home-evolved .post-hero-strip .trust-panel-premium .trust-item span {
    display: block;
    margin-top: 3px;
    font-size: .76rem;
    line-height: 1.35;
}

.home-evolved .chat-widget-btn {
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
}

.home-evolved.hero-in-view .chat-widget-btn {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(14px);
}

.os-journey-section {
    position: relative;
    padding: 112px 0 94px;
    overflow: hidden;
    background: #fff;
}

.os-journey-header,
.product-tour-header {
    display: grid;
    grid-template-columns: minmax(0, .75fr) minmax(320px, .55fr);
    gap: 48px;
    align-items: end;
    margin-bottom: 48px;
}

.technical-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 15px;
    color: var(--home-blue);
    font-family: "IBM Plex Mono", "Inter", monospace;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.technical-eyebrow::before {
    content: "";
    width: 28px;
    height: 2px;
    background: currentColor;
}

.os-journey-header h2,
.product-tour-header h2 {
    max-width: 760px;
    margin: 0;
    color: var(--home-ink);
    font-size: clamp(2.45rem, 4vw, 4.25rem);
    line-height: 1.03;
    letter-spacing: -.055em;
    text-wrap: balance;
}

.os-journey-header p,
.product-tour-header p {
    margin: 0;
    color: #5d6b7d;
    font-size: 1.03rem;
    line-height: 1.75;
}

.journey-track {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
}

.journey-track::before {
    content: "";
    position: absolute;
    top: 29px;
    left: 4%;
    right: 4%;
    height: 2px;
    background: #dbe3ee;
}

.journey-track::after {
    content: "";
    position: absolute;
    top: 29px;
    left: 4%;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--home-blue), var(--home-cyan), var(--home-green));
    transition: width 1.35s cubic-bezier(.2, .7, .2, 1);
}

.journey-track.is-live::after {
    width: 92%;
}

.journey-step {
    position: relative;
    z-index: 2;
    min-height: 196px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 9px 16px;
    color: var(--home-ink);
    text-decoration: none;
}

.journey-step:hover,
.journey-step:focus-visible {
    color: var(--home-ink);
}

.journey-index {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border: 2px solid #dbe3ee;
    border-radius: 50%;
    color: #637084;
    background: #fff;
    box-shadow: 0 0 0 7px #fff;
    font-family: "IBM Plex Mono", "Inter", monospace;
    font-size: .78rem;
    font-weight: 800;
    transition: color .22s ease, border-color .22s ease, background .22s ease, transform .22s ease;
}

.journey-step:hover .journey-index,
.journey-step:focus-visible .journey-index {
    color: #fff;
    border-color: var(--home-blue);
    background: var(--home-blue);
    transform: scale(1.06);
}

.journey-step strong {
    display: block;
    margin-bottom: 7px;
    font-size: .95rem;
}

.journey-step span {
    color: #69778a;
    font-size: .78rem;
    line-height: 1.55;
}

.journey-step i {
    margin-top: auto;
    padding-top: 12px;
    color: var(--home-blue);
    font-size: .78rem;
}

.product-tour-launcher {
    position: relative;
    padding: 104px 0;
    color: #fff;
    overflow: hidden;
    background:
        radial-gradient(circle at 84% 12%, rgba(21, 94, 239, .3), transparent 30%),
        linear-gradient(150deg, #07111f, #0b1b31 74%, #102847);
}

.product-tour-launcher::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .46;
    background-image:
        linear-gradient(rgba(84, 197, 255, .06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(84, 197, 255, .06) 1px, transparent 1px);
    background-size: 56px 56px;
}

.product-tour-launcher .container-wide {
    position: relative;
    z-index: 2;
}

.product-tour-launcher .technical-eyebrow {
    color: var(--home-cyan);
}

.product-tour-launcher .product-tour-header h2 {
    color: #fff;
}

.product-tour-launcher .product-tour-header p {
    color: rgba(203, 213, 225, .78);
}

.product-tour-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.product-tour-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, .18);
    border-radius: 14px;
    background: rgba(8, 24, 47, .72);
    backdrop-filter: blur(18px);
    transition: transform .24s ease, border-color .24s ease, background .24s ease;
}

.product-tour-card:hover,
.product-tour-card.is-active {
    border-color: rgba(84, 197, 255, .56);
    background: rgba(13, 39, 73, .92);
    transform: translateY(-5px);
}

.product-tour-thumb {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #eef2f7;
    border-bottom: 1px solid rgba(148, 163, 184, .16);
}

.product-tour-thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: top left;
    transition: transform .55s ease;
}

.product-tour-card:hover .product-tour-thumb img {
    transform: scale(1.035);
}

.product-tour-placeholder {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
    color: #0f4fbf;
    background:
        linear-gradient(135deg, rgba(21, 94, 239, .1), transparent),
        repeating-linear-gradient(90deg, #f8fafc 0 42px, #edf2f7 42px 43px);
    font-size: 2rem;
}

.product-tour-copy {
    padding: 18px;
}

.product-tour-copy small {
    display: block;
    margin-bottom: 8px;
    color: #7dd3fc;
    font-family: "IBM Plex Mono", "Inter", monospace;
    font-size: .66rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.product-tour-copy h3 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 1.04rem;
    letter-spacing: -.025em;
}

.product-tour-copy p {
    min-height: 61px;
    margin: 0;
    color: rgba(203, 213, 225, .72);
    font-size: .79rem;
    line-height: 1.6;
}

.product-tour-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 17px;
}

.tour-screen-button {
    appearance: none;
    border: 0;
    padding: 0;
    color: #fff;
    background: transparent;
    font-size: .78rem;
    font-weight: 800;
}

.tour-screen-button:hover,
.tour-screen-button:focus-visible {
    color: var(--home-cyan);
}

.product-tour-deep-link {
    color: rgba(203, 213, 225, .72);
    font-size: .74rem;
    text-decoration: none;
}

.product-tour-deep-link:hover,
.product-tour-deep-link:focus-visible {
    color: #fff;
}

.dashboard-context-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: min(100% - 48px, 1280px);
    margin: 0 auto 22px;
    padding: 13px 15px;
    border-radius: 10px;
    color: #31415a;
    background: #eef4ff;
    border: 1px solid #d9e7ff;
    font-size: .82rem;
    font-weight: 650;
}

.dashboard-context-bar strong {
    color: #0b47c9;
}

.dashboard-context-bar a {
    flex: 0 0 auto;
    color: #0b47c9;
    font-weight: 800;
    text-decoration: none;
}

.section-route-cta {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 19px;
    color: var(--home-blue);
    font-weight: 800;
    text-decoration: none;
}

.section-route-cta i {
    transition: transform .2s ease;
}

.section-route-cta:hover,
.section-route-cta:focus-visible {
    color: #0b47c9;
}

.section-route-cta:hover i,
.section-route-cta:focus-visible i {
    transform: translateX(4px);
}

.dark-section .section-route-cta,
.fiscal-section .section-route-cta {
    color: #7dd3fc;
}

.dark-section .section-route-cta:hover,
.fiscal-section .section-route-cta:hover {
    color: #fff;
}

.home-evolved .dashboard-interativa-section-full {
    padding-top: 84px;
    background:
        linear-gradient(180deg, #f3f6fa 0%, #fff 18%, #fff 100%);
}

.home-evolved .explore-page-link {
    border-radius: 14px;
}

.home-evolved .explore-page-link:hover {
    transform: translateY(-5px);
}

.mobile-conversion-bar {
    display: none;
}

[data-motion] {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .7s ease, transform .7s cubic-bezier(.2, .7, .2, 1);
}

[data-motion="left"] {
    transform: translateX(-25px);
}

[data-motion="right"] {
    transform: translateX(25px);
}

[data-motion].is-in-view {
    opacity: 1;
    transform: none;
}

@media (max-width: 1199px) {
    .hero-evolution-grid {
        grid-template-columns: minmax(0, .88fr) minmax(480px, 1.12fr);
        gap: 28px;
    }

    .home-evolved .hero-evolution .hero-title {
        font-size: clamp(2.85rem, 5vw, 4rem);
    }

    .hero-system-visual {
        min-height: 430px;
    }

    .system-browser {
        transform: none;
        animation: none;
    }

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

@media (min-width: 992px) and (max-height: 850px) {
    .home-evolved .hero-section.hero-evolution {
        min-height: 100svh;
        padding: 96px 0 38px;
    }

    .home-evolved .hero-evolution .hero-title {
        margin-block: 17px;
        font-size: clamp(2.8rem, 4.35vw, 4rem);
    }

    .home-evolved .hero-evolution .hero-lead {
        line-height: 1.5;
    }

    .home-evolved .hero-actions {
        margin-top: 22px;
    }

    .hero-system-visual {
        min-height: 410px;
    }

    .system-browser {
        width: min(680px, 100%);
        transform: none;
        animation: none;
    }
}

@media (max-width: 991px) {
    .home-evolved .nav-shell {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        flex-wrap: nowrap;
    }

    .home-evolved .navbar-collapse {
        grid-column: 1 / -1;
        max-height: calc(100dvh - 70px);
        overflow-y: auto;
        overscroll-behavior: contain;
    }

    .home-evolved .hero-section.hero-evolution {
        min-height: auto;
        padding: 108px 0 54px;
    }

    .home-evolved .hero-section.hero-evolution::after {
        background:
            linear-gradient(180deg, rgba(4, 12, 25, .98) 0%, rgba(6, 17, 34, .9) 50%, rgba(6, 17, 34, .74) 100%);
    }

    .hero-context-photo {
        object-position: 66% center;
        opacity: .54;
    }

    .hero-evolution-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .hero-evolution-copy {
        max-width: 640px;
    }

    .home-evolved .hero-evolution .hero-title {
        max-width: 680px;
        font-size: clamp(2.85rem, 8vw, 4.35rem);
    }

    .hero-system-visual {
        min-height: 0;
        justify-content: center;
    }

    .system-browser {
        width: min(820px, calc(100% - 24px));
        transform: none;
        animation: none;
    }

    .journey-track {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 28px;
    }

    .journey-track::before,
    .journey-track::after {
        display: none;
    }

    .journey-step {
        min-height: 170px;
        padding: 0 14px 18px;
        border-bottom: 1px solid #e2e8f0;
    }

    .os-journey-header,
    .product-tour-header {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 767px) {
    #workflow,
    #tour-sistema,
    #dashboard-interativa {
        scroll-margin-top: 126px;
    }

    .home-evolved {
        padding-bottom: 72px;
    }

    .home-evolved .hero-section.hero-evolution {
        padding: 96px 0 44px;
    }

    .home-evolved .hero-evolution .hero-title {
        margin-block: 17px;
        font-size: clamp(2.35rem, 11.6vw, 3.15rem);
        line-height: 1.01;
    }

    .home-evolved .hero-evolution .hero-lead {
        font-size: .98rem;
        line-height: 1.55;
    }

    .home-evolved .hero-actions {
        display: grid !important;
        grid-template-columns: 1fr;
        gap: 10px !important;
        margin-top: 22px;
    }

    .home-evolved .hero-actions .btn {
        width: 100%;
    }

    .hero-system-visual {
        min-height: 0;
        margin-inline: -7px;
    }

    .system-browser {
        width: 100%;
        border-radius: 12px;
    }

    .system-browser-bar {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .system-demo-badge {
        display: none;
    }

    .home-evolved .post-hero-strip {
        margin-top: 0;
        padding: 12px 0 16px;
        background: var(--home-navy);
    }

    .home-evolved .post-hero-strip .container-wide {
        width: 100%;
    }

    .home-evolved .post-hero-strip .trust-panel-premium {
        display: flex;
        gap: 10px;
        padding: 2px 14px 8px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-snap-type: inline mandatory;
        scrollbar-width: none;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .home-evolved .post-hero-strip .trust-panel-premium::-webkit-scrollbar {
        display: none;
    }

    .home-evolved .post-hero-strip .trust-panel-premium .trust-item {
        flex: 0 0 min(78vw, 300px);
        min-height: 78px;
        scroll-snap-align: start;
    }

    .os-journey-section,
    .product-tour-launcher {
        padding: 78px 0;
    }

    .os-journey-header h2,
    .product-tour-header h2 {
        font-size: clamp(2.3rem, 10vw, 3.35rem);
    }

    .journey-track {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px 8px;
    }

    .journey-step {
        min-height: 182px;
    }

    .product-tour-grid {
        grid-template-columns: 1fr;
    }

    .product-tour-copy p {
        min-height: auto;
    }

    .dashboard-context-bar {
        width: min(100% - 28px, 1280px);
        align-items: flex-start;
        flex-direction: column;
    }

    .mobile-conversion-bar {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1180;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        padding: 9px 12px calc(9px + env(safe-area-inset-bottom));
        background: rgba(7, 17, 31, .96);
        border-top: 1px solid rgba(148, 163, 184, .22);
        backdrop-filter: blur(18px);
        transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
    }

    .home-evolved.hero-in-view .mobile-conversion-bar,
    .home-evolved.cookie-consent-open .mobile-conversion-bar {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(100%);
    }

    .mobile-conversion-bar a {
        min-height: 46px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        border-radius: 9px;
        color: #fff;
        text-decoration: none;
        font-size: .78rem;
        font-weight: 800;
    }

    .mobile-conversion-bar a:first-child {
        background: var(--home-blue);
    }

    .mobile-conversion-bar a:last-child {
        border: 1px solid rgba(255, 255, 255, .22);
        background: rgba(255, 255, 255, .08);
    }

    .home-evolved .chat-widget-btn {
        display: none;
    }
}

@media (max-width: 430px) {
    .home-evolved .nav-shell {
        min-height: 68px;
        padding-block: 6px;
    }

    .home-evolved .motoraccomp-logo span {
        font-size: .82rem;
    }

    .home-evolved .nav-cta-secondary.btn-sm {
        width: 44px;
        height: 44px;
        padding: 0 !important;
        justify-content: center;
        font-size: 0;
    }

    .home-evolved .nav-cta-secondary.btn-sm i {
        margin: 0;
    }

    .home-evolved .hero-evolution .hero-kicker {
        padding: 7px 10px;
        font-size: .63rem;
        letter-spacing: .07em;
    }

    .system-browser-bar {
        display: none;
    }

    .home-evolved .post-hero-strip .trust-panel-premium .trust-item {
        flex-basis: 72vw;
        min-height: 68px;
    }

    .home-evolved .post-hero-strip .trust-panel-premium .trust-item span {
        display: none;
    }

    .journey-track {
        grid-template-columns: 1fr;
    }

    .journey-step {
        min-height: auto;
        display: grid;
        grid-template-columns: 48px minmax(0, 1fr) auto;
        gap: 12px;
        align-items: center;
        padding: 12px 0;
    }

    .journey-index {
        width: 48px;
        height: 48px;
        margin: 0;
    }

    .journey-step strong {
        margin: 0 0 4px;
    }

    .journey-step i {
        margin: 0;
        padding: 0;
    }
}

@media (max-width: 350px) {
    .home-evolved .hero-evolution .hero-kicker {
        display: none;
    }

    .hero-cta-full {
        display: none;
    }

    .hero-cta-short {
        display: inline;
    }
}

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

    [data-motion] {
        opacity: 1;
        transform: none;
    }

    .system-browser {
        transform: none !important;
    }
}
